- Timestamp:
- Jul 3, 2013, 1:43:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psastro/src/psastroChooseRefstars.c
r35419 r35747 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.
