Changeset 20640
- Timestamp:
- Nov 10, 2008, 2:05:49 PM (17 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 3 edited
-
psastro.h (modified) (1 diff)
-
psastroAnalysis.c (modified) (1 diff)
-
psastroArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r20272 r20640 36 36 bool psastroAstromGuess (int *nStars, pmConfig *config); 37 37 bool psastroAstromGuessCheck (pmConfig *config); 38 bool psastroMaskUpdates (pmConfig *config); 38 39 39 40 psPlaneDistort *psPlaneDistortIdentity (); -
trunk/psastro/src/psastroAnalysis.c
r20267 r20640 83 83 psastroAstromGuessCheck (config); 84 84 85 psastroMaskUpdates (config); 86 85 87 // XXX how do we specify stack astrometry? 86 88 // psastroStackAstrom (config, refs); -
trunk/psastro/src/psastroArguments.c
r19557 r20640 55 55 } 56 56 57 // define the reference astrometry file 58 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT.MASK", "-mask", "-masklist"); 59 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "REFMASK", "-refmask", "-refmasklist"); 60 57 61 if ((N = psArgumentGet(argc, argv, "-stats"))) { 58 62 psArgumentRemove(N, &argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.
