Skip to content
Snippets Groups Projects
  1. Mar 24, 2020
  2. Mar 05, 2020
  3. Feb 27, 2020
  4. Feb 26, 2020
  5. Feb 18, 2020
  6. Feb 14, 2020
  7. Feb 12, 2020
    • Jameson Graef Rollins's avatar
      remove errant parens · 1f5087c5
      Jameson Graef Rollins authored
      1f5087c5
    • Jameson Graef Rollins's avatar
      drop dynamic included IFO discovery in favor fixed list · 2bd2bd0c
      Jameson Graef Rollins authored
      This allows for specifying an order that makes sense without too much loss
      of ease of expandability (just need to add an entry to a list).
      2bd2bd0c
    • Jameson Graef Rollins's avatar
      remove precomp · c96bdbd6
      Jameson Graef Rollins authored
      This finally gets rid of the whole precompIFO function.  It does this
      by breaking up precomp into various smaller functions, moving them
      into the common IFO noise definition module, and using them
      appropriately when needed.  This does result in some of the functions
      being called multiple times in the full budget calculation for the
      aLIGO-like budgets, but the cost should be minor given the convenience
      of getting rid of the whole precomp thing, thereby opening up
      everything to non-aLIGO-like configurations.
      
      Even though some functions are calculated multiple times, we're still
      orders of magnitude faster than matgwinc, so...  Should still revisit
      down the line though.
      
      closes #40
      c96bdbd6
    • Jameson Graef Rollins's avatar
      ifo: move strain conversion to be a Budget Calibration · bdbbcc85
      Jameson Graef Rollins authored
      Define new Strain(nb.Calibration) and apply it to all canonical ifo budgets.
      bdbbcc85
    • Jameson Graef Rollins's avatar
      nb: support multiple calibrations per noise · 7f532a07
      Jameson Graef Rollins authored
      Also supports a Budget.calibrations attribute that lists calibrations to be
      applied to all noises.
      7f532a07
  8. Feb 11, 2020
  9. Feb 08, 2020
    • Jameson Graef Rollins's avatar
      overhaul main IFO test comparison script · 84f35ce8
      Jameson Graef Rollins authored
      Drop specific comparison to MATGWINC output and move to comparisons to
      cached hdf5 traces.  Comparisons to all cached IFO traces will be done by
      default.  A PDF report of all discrepancies for all IFOs will be
      generated if requested.  inspiral ranges will be calculated if the
      inspiral_range package is available.
      
      This adds trace caches (in git-lfs) for all currently supported IFOs,
      effectively snap-shotting the current state of the repo.
      
      gitlab CI also updated to use new tests
      84f35ce8
Loading