astropy:docs

BasePhotReader

class delphinus.phottable.BasePhotReader(filepath, nImages, refImagePath=None)[source]

Bases: object

Base class for reading Dolphot photometry output files.

Attributes Summary

GLOBAL_COL_OFFSET int(x[, base]) -> integer
N_GLOBAL_COLS int(x[, base]) -> integer
N_IMAGE_COLS int(x[, base]) -> integer

Methods Summary

combine_structured_array() docstring for combine_structured_array
extract_additional_columns(data, nImages, nStars) User hook for extracting additional columns from the photometry output file.

Attributes Documentation

GLOBAL_COL_OFFSET = 0
N_GLOBAL_COLS = 11
N_IMAGE_COLS = 17

Methods Documentation

combine_structured_array()[source]

docstring for combine_structured_array

extract_additional_columns(data, nImages, nStars)[source]

User hook for extracting additional columns from the photometry output file.

Page Contents