Changeset 24653 for trunk/psastro
- Timestamp:
- Jul 2, 2009, 3:42:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r23810 r24653 73 73 bool psastroMaskUpdates (pmConfig *config); 74 74 75 bool psastroLoadGlints (pmConfig *config); 76 bool psastroChooseGlintStars (pmConfig *config, psArray *refs, const char *source); 77 75 78 psArray *psastroLoadRefstars (pmConfig *config, const char *source); 76 79 bool psastroChipAstrom (pmConfig *config); … … 144 147 bool psastroZeroPoint (pmConfig *config); 145 148 bool psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime); 146 bool psastroZeroPointFromRecipe (float *zeropt, float *exptime, pmFPA *fpa, psMetadata *recipe);149 bool psastroZeroPointFromRecipe (float *zeropt, float *exptime, float *ghostMaxMag, pmFPA *fpa, psMetadata *recipe); 147 150 148 151 // masking functions … … 162 165 pmChip *psastroFindChip (double *xChip, double *yChip, pmFPA *fpa, double xFPA, double yFPA); 163 166 bool psastroChipBounds (pmFPA *fpa); 167 bool psastroFindChipInXrange (pmFPA *fpa, int nChip, double xFPA, double yFPA); 168 bool psastroFindChipInYrange (pmFPA *fpa, int nChip, double xFPA, double yFPA); 169 bool psastroFindChipYedges (double *yFPAs, double *yFPAe, pmFPA *fpa, int nChip); 170 bool psastroFindChipXedges (double *yFPAs, double *yFPAe, pmFPA *fpa, int nChip); 171 bool psastroFPAtoChip (double *xChip, double *yChip, pmFPA *fpa, int nChip, double xFPA, double yFPA); 172 164 173 165 174 // psastroExtract functions
Note:
See TracChangeset
for help on using the changeset viewer.
