AutoWISP

Contents:

  • Installation
    • Run the Tests (optional)
  • Example Usage: Processing the test data
    • Create a temporary directory to work in (remember to delete it at the end), enter it, and get its path
    • Download the test data
    • Perform the calibration for the zero frames
    • Create a master bias by stacking the calibrated zero frames
    • Perform the calibration for the dark frames
    • Create a master dark by stacking the calibrated dark images
    • Perform calibration for flat frames
    • Build a master flat out of the individual calibrated flat frames
    • Perform calibration for object frames
    • Find stars in the calibrated object frames
    • Perform astrometry on DR files
    • Perform PSF/PRF fitting
    • Perform aperture photometry
    • Run fit source extracted PSF map
    • Perform magnitude fitting
    • Create light curves
    • Perform EPD on light curves
    • Generate EPD statistics file for light curves
    • Perform TFA on light curves
    • Generate TFA statistics file for light curves
    • Extract brightness vs time from lightcurves
  • Pipeline Steps
    • Split Raw Frames by Type:
    • 1. Image Calibration
    • 2. Find Stars
    • 3. Astrometry
    • 4. PRF/PSF Fitting
    • 5. Aperture Photometry
    • 6. Fit PSF Map to Extracted Stars
    • 7. Magnitude fitting
    • 8. Creating Lightcurves
    • 9. External Parameter Decorrelation (EPD)
    • 10. Trend Filtering Algorithm (TFA)
  • Configuration Options
  • autowisp package
    • Class Inheritance Diagram
    • Subpackages
    • Submodules
AutoWISP
  • autowisp package
  • autowisp.magnitude_fitting package
  • autowisp.magnitude_fitting.tests package
  • View page source

autowisp.magnitude_fitting.tests package

Test magnitude fitting.

Submodules

  • autowisp.magnitude_fitting.tests.test_mphotref_collector module
    • Class Inheritance Diagram
    • TestMphotrefCollector
      • TestMphotrefCollector._assertMaster()
      • TestMphotrefCollector._assertStat()
      • TestMphotrefCollector._get_big_catalog()
      • TestMphotrefCollector._get_collector_inputs_big()
      • TestMphotrefCollector._get_collector_inputs_rotatestars()
      • TestMphotrefCollector._get_collector_inputs_tiny()
      • TestMphotrefCollector._get_empty_collector_inputs()
      • TestMphotrefCollector._get_empty_masters()
      • TestMphotrefCollector._get_empty_stat()
      • TestMphotrefCollector._get_master_big()
      • TestMphotrefCollector._get_master_rotatestars()
      • TestMphotrefCollector._get_rotatestars_catalog()
      • TestMphotrefCollector._get_stat_big()
      • TestMphotrefCollector._get_stat_rotatestars()
      • TestMphotrefCollector._get_tiny_catalog()
      • TestMphotrefCollector.perform_test()
      • TestMphotrefCollector.test_big()
      • TestMphotrefCollector.test_rotatestars()
      • TestMphotrefCollector.test_tiny()
Previous Next

© Copyright 2018, Kaloyan Penev.

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