Changeset 23591 for trunk/psastro/src/psastro.h
- Timestamp:
- Mar 29, 2009, 3:26:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r23494 r23591 127 127 bool psastroMetadataStats (pmConfig *config); 128 128 129 bool psastroZeroPoint (pmConfig *config);130 bool psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime);131 bool psastroZeroPointFromRecipe (float *zeropt, float *exptime, pmFPA *fpa, psMetadata *recipe);129 bool psastroZeroPoint (pmConfig *config); 130 bool psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime); 131 bool psastroZeroPointFromRecipe (float *zeropt, float *exptime, pmFPA *fpa, psMetadata *recipe); 132 132 133 133 // psastroExtract functions 134 bool psastroExtractAnalysis (pmConfig *config); 135 psImage *psastroExtractStar (psImage *input, float x, float y, float dX, float dY); 136 bool psastroExtractParseCamera (pmConfig *config); 137 bool psastroExtractDataLoad (pmConfig *config); 138 pmConfig *psastroExtractArguments (int argc, char **argv); 134 bool psastroExtractAnalysis (pmConfig *config); 135 bool psastroExtractStars (pmConfig *config); 136 bool psastroExtractGhosts (pmConfig *config); 137 pmChip *psastroExtractFindChip (float *xChip, float *yChip, pmFPA *fpa, float xFPA, float yFPA); 138 bool psastroExtractChipBounds (pmFPA *fpa); 139 140 psImage *psastroExtractStar (psImage *input, float x, float y, float dX, float dY); 141 bool psastroExtractParseCamera (pmConfig *config); 142 bool psastroExtractDataLoad (pmConfig *config); 143 pmConfig *psastroExtractArguments (int argc, char **argv); 139 144 140 145 ///@}
Note:
See TracChangeset
for help on using the changeset viewer.
