Changeset 35715 for trunk/psastro/src/psastroChooseRefstars.c
- Timestamp:
- Jun 26, 2013, 4:44:14 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChooseRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChooseRefstars.c
r35419 r35715 20 20 } 21 21 22 bool psastroChooseRefstars (pmConfig *config, psArray *refs, const char *source ) {22 bool psastroChooseRefstars (pmConfig *config, psArray *refs, const char *source, bool saveExistingMatchedRefs) { 23 23 24 24 bool status; … … 55 55 // analysis. however, we are re-doing the astrometry here, so remove 56 56 // that prior set of matched references 57 psMetadataRemoveKey (fpa->analysis, "MATCHED_REFS"); 57 if (!saveExistingMatchedRefs) { 58 psMetadataRemoveKey (fpa->analysis, "MATCHED_REFS"); 59 } 58 60 } 59 61
Note:
See TracChangeset
for help on using the changeset viewer.
