Changeset 26259 for trunk/psastro/src/psastroAnalysis.c
- Timestamp:
- Nov 22, 2009, 2:57:41 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAnalysis.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAnalysis.c
r24647 r26259 69 69 } 70 70 71 if (!psastroRemoveClumpsRawstars(config)) { 72 psError (PSASTRO_ERR_UNKNOWN, false, "failed to remove RAWSTAR clumps\n"); 73 return false; 74 } 75 71 76 // load the reference stars overlapping the data stars 72 77 psArray *refs = psastroLoadRefstars(config, "PSASTRO.INPUT"); … … 127 132 psastroMaskUpdates (config); 128 133 129 // XXX how do we specify stack astrometry?130 // psastroStackAstrom (config, refs);131 132 134 return true; 133 135 }
Note:
See TracChangeset
for help on using the changeset viewer.
