Changeset 15562 for trunk/psastro/src/psastro.h
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r15195 r15562 27 27 bool psastroDataSave (pmConfig *config); 28 28 bool psastroDefineFiles (pmConfig *config, pmFPAfile *input); 29 bool psastroDefineFile (pmConfig *config, pmFPA *input, char *filerule, char *argname, pmFPAfileType fileType, pmDetrendType detrendType); 29 30 bool psastroAnalysis (pmConfig *config); 30 31 … … 74 75 bool psastroDumpStars (psArray *stars, char *filename); 75 76 bool psastroDumpMatchedStars (char *filename, psArray *rawstars, psArray *refstars, psArray *match); 77 bool psastroDumpGradients (psArray *gradients, char *filename); 76 78 77 79 bool psastroMosaicSetAstrom_tmp (pmFPA *fpa); 78 80 int psastroSortByMag (const void *a, const void *b); 79 81 82 bool psastroEnforceChips (pmConfig *config, pmFPA *fpa, psMetadata *recipe); 83 84 psArray *psastroReadGetstarCatalog (psFits *fits); 85 psArray *psastroReadGetstar_PS1_DEV_0 (psFits *fits); 86 80 87 # endif /* PSASTRO_H */
Note:
See TracChangeset
for help on using the changeset viewer.
