Bases: object
Reduce artificial star tests to yield error estimates for individual stars, completeness estimates for individual stars, and 50% completeness limits for individual bands.
Parameters : | fakeReader : delphinus.phottable.FakeReader
photTable : delphinus.phottable.DolphotTable
|
---|
Methods Summary
completeness_limits([frac, mag_err_lim, dx_lim]) | Compute the completeness limit for each image. |
compute_errors([mag_err_lim, dx_lim]) | Estimates errors and completeness per star. |
Methods Documentation
Compute the completeness limit for each image. The magnitude at the completeness limit is saved as a an attribute to the phot table in the HDF5 file.
Parameters : | frac : float
mag_err_lim : float
dx_lim : float
|
---|
Estimates errors and completeness per star.
Load photometry from fake table (from same chip, ext as primary data. For each star in the phot table, get its magnitude. Use a kdtree to get the N most similar stars; compute statistics
Parameters : | frac : float
mag_err_lim : float
dx_lim : float
|
---|