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.database package
  • autowisp.database.data_model package
  • autowisp.database.data_model.hdf5_links module
  • View page source

autowisp.database.data_model.hdf5_links module

Class Inheritance Diagram

Inheritance diagram of Column, DataModelBase, ForeignKey, HDF5Link, Index, Integer, String

Define the hdf5_links table.

class autowisp.database.data_model.hdf5_links.HDF5Link(**kwargs)[source]

Bases: DataModelBase

Inheritance diagram of autowisp.database.data_model.hdf5_links.HDF5Link

Table describing links of chosen versions of products in HDF5 files.

abspath

The full absolute path to the link in the HDF5 file.

description

A brief description of what this attribute tracks.

hdf5_structure_version_id

Which structure version of which pipeline product is this element configuration for.

id

A unique identifier for each row.

pipeline_key

How is this link referred to by the pipeline.

structure_version
target

The full absolute path the link should point to.

timestamp

When record was last changed

Previous Next

© Copyright 2018, Kaloyan Penev.

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