Changeset 9627 for trunk/psastro/src/psastro.h
- Timestamp:
- Oct 18, 2006, 8:44:12 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r9587 r9627 31 31 32 32 pmConfig *psastroArguments (int argc, char **argv); 33 void psastroCleanup (pmConfig *config, psArray *refs); 33 34 bool psastroParseCamera (pmConfig *config); 34 35 bool psastroDataLoad (pmConfig *config); … … 44 45 psPlaneDistort *psPlaneDistortIdentity (); 45 46 46 psArray *psastroLoadRef erences (pmConfig *config);47 psArray *psastroLoadRefstars (pmConfig *config); 47 48 bool psastroChipAstrom (pmConfig *config, psArray *refs); 48 49 bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates); 50 bool psastroChooseRefstars (pmConfig *config, psArray *refs); 51 bool psastroRefstarSubset (pmReadout *readout); 52 pmLumFunc *psastroLuminosityFunction (psArray *stars); 49 53 50 54 // utility functions: … … 56 60 psArray *psastroMosaicGetGrads (pmFPA *fpa, psMetadata *recipe); 57 61 bool psastroMosaicAstrom (pmConfig *config, psArray *refs); 58 bool psastroMosaicGetRefstars (pmConfig *config, psArray *refs);59 62 bool psastroMosaicChipAstrom (pmFPA *fpa, psMetadata *recipe); 60 63 bool psastroMosaicSetMatch (pmFPA *fpa, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
