Skip to content
Alexander Chambers edited this page May 19, 2020 · 8 revisions

The structure of an analysis in ILAFF is:

  • Read in configuration file
    • (Noting that functions can alternatively be called from a script as well)
  • Ingest data from
    • Chroma
    • Cola
    • Other frameworks?
  • This produces a Correlator object
  • Subsample the Correlator object, producing
  • Perform numerical manipulation of data in Correlator object (multiply by numerical factors, take ratios, numerically integrate etc)
  • Construct or select a Model
  • Perform a correlated or uncorrelated fit, returning a Fit object
  • Plot some combination of fits and data

All steps take into account dimensional analysis through Units.

Clone this wiki locally