Changeset 25027 for branches/pap/psastro/src/psastro.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psastro
- Property svn:mergeinfo deleted
-
branches/pap/psastro/src/psastro.h
r23810 r25027 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.
