Logo
  • 1. The TASOC Photometry module
  • 2. The TASOC Lightcurve Corrections module
    • 2.1. Installation instructions
    • 2.2. How to run tests
    • 2.3. Running the program
    • 2.4. Contributing to the code
    • 2.5. Module Overview
      • TASOC Lightcurve Corrections (corrections package)
        • Correction methods
        • Helper classes and utilities
    • 2.6. Command-line Utilities
  • 3. The TASOC Data Validation module
  • 4. The TASOC Stellar Classification module
TASOC Pipeline
  • 2. The TASOC Lightcurve Corrections module
  • TASOC Lightcurve Corrections (corrections package)
  • Cotrending Basis Vectors

Cotrending Basis Vectors

  • Cotrending Basis Vectors (corrections.CBV)
    • CBV
      • CBV.sector
      • CBV.cadence
      • CBV.camera
      • CBV.ccd
      • CBV.cbv_area
      • CBV.data_rel
      • CBV.version
      • CBV.filepath
      • CBV.time
      • CBV.cadenceno
      • CBV.cbv
      • CBV.cbv_s
      • CBV.inifit
      • CBV.priors
      • CBV.__init__()
      • CBV.fit()
      • CBV.fitting_lh()
      • CBV.fitting_lh_spike()
      • CBV.fitting_pos_2()
      • CBV.lsfit()
      • CBV.lsfit_spike()
      • CBV.mdl()
      • CBV.mdl1d()
      • CBV.mdl_off()
      • CBV.mdl_spike()
      • CBV.negloglike()
      • CBV.remove_cols()
      • CBV.save_to_fits()
  • CBV Creator (corrections.CBVCreator)
    • CBVCreator
      • CBVCreator.sector
      • CBVCreator.cadence
      • CBVCreator.cbv_area
      • CBVCreator.datasource
      • CBVCreator.ncomponents
      • CBVCreator.threshold_variability
      • CBVCreator.threshold_correlation
      • CBVCreator.threshold_snrtest
      • CBVCreator.threshold_entropy
      • CBVCreator.hdf
      • CBVCreator.hdf_filepath
      • CBVCreator.cbv_plot_folder
      • CBVCreator.random_state
      • CBVCreator.__init__()
      • CBVCreator.close()
      • CBVCreator.compute_cbvs()
      • CBVCreator.compute_distance_map()
      • CBVCreator.cotrend_ini()
      • CBVCreator.entropy_cleaning()
      • CBVCreator.interpolate_to_higher_cadence()
      • CBVCreator.lightcurve_matrix()
      • CBVCreator.load_lightcurve()
      • CBVCreator.plot_folder()
      • CBVCreator.search_database()
      • CBVCreator.spike_sep()
  • CBV Corrector (corrections.CBVCorrector)
    • CBVCorrector
      • CBVCorrector.cbvs
      • CBVCorrector.__init__()
      • CBVCorrector.close()
      • CBVCorrector.correct()
      • CBVCorrector.do_correction()
      • CBVCorrector.load_lightcurve()
      • CBVCorrector.plot_folder()
      • CBVCorrector.save_lightcurve()
      • CBVCorrector.search_database()
Previous Next

© Copyright 2024, T'DA.

Built with Sphinx using a theme provided by Read the Docs.