Bases: object
Represents the output from Dolphot in an HDF5 table.
Attributes Summary
image_bands | List of image bandpasses, ordered with self.image_paths(). |
image_keys | List of image keys in photometry, ordered as in catalog. |
image_paths | List of image paths in photometry, ordered as in catalog. |
Methods Summary
add_column(colname, coldata[, shape]) | Add a column to the photometry table. |
export_ascii(path[, global_cols, ...]) | Export an ASCII table of the dataset, saving it to path. |
make(tablePath, images, referenceImage, ...) | Initialize a DolphotTable using data from the Dolphot class. |
plot_luminosity_function_diagnostics(...[, ...]) | docstring for plot_luminosity_function_diagnostics |
set_metadata(key, value) | Write metadata to the photometry table. |
Attributes Documentation
List of image keys in photometry, ordered as in catalog.
Image keys are strings used to represent an image in your pipeline.
Methods Documentation
Add a column to the photometry table.
The procedure for adding columns to pytables tables is given by https://gist.github.com/swarbhanu/1405074
Export an ASCII table of the dataset, saving it to path.
Parameters : | path : str
global_cols : list
image_cols : list
colors : list of tuples
|
---|
Initialize a DolphotTable using data from the Dolphot class.