Changeset 23638 for branches/pap/psastro/src/psastro.h
- Timestamp:
- Mar 31, 2009, 2:49:55 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psastro/src/psastro.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psastro/src/psastro.h
r23494 r23638 46 46 #endif 47 47 48 bool psastroDataSave (pmConfig *config );48 bool psastroDataSave (pmConfig *config, psMetadata *stats); 49 49 bool psastroDefineFiles (pmConfig *config, pmFPAfile *input); 50 50 bool psastroDefineFile (pmConfig *config, pmFPA *input, char *filerule, char *argname, pmFPAfileType fileType, pmDetrendType detrendType); 51 bool psastroAnalysis (pmConfig *config );51 bool psastroAnalysis (pmConfig *config, psMetadata *stats); 52 52 53 53 bool psastroConvertFPA (pmFPA *fpa, psMetadata *recipe); … … 125 125 bool psastroAstromGuessSetChip (pmFPA *fpa, pmChip *chip, const pmFPAview *view, double pixelScale, bool bilevelAstrometry); 126 126 bool psastroAstromGuessSetFPA (pmFPA *fpa, bool *bilevelAstrometry); 127 bool psastroMetadataStats (pmConfig *config );127 bool psastroMetadataStats (pmConfig *config, psMetadata *stats); 128 128 129 129 bool psastroZeroPoint (pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
