- Timestamp:
- Jul 17, 2014, 12:36:19 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ops-20130712/psastro/src/psastroArguments.c
r35715 r37068 60 60 psMetadataAddBool (config->arguments, PS_LIST_TAIL, "PSASTRO.USE.MODEL", PS_META_REPLACE, "", true); 61 61 } 62 // define the reference astrometry file 62 // define the reference astrometry file (add a container ASTROM.MODEL to config->arguments if -astrommodel (file) is found) 63 63 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "ASTROM.MODEL", "-astrommodel", "-astrommodellist"); 64 65 // define the koppenhoefer correction file (add a container KH.CORRECT to config->arguments if -kh-correct (file) is found) 66 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "KH.CORRECT", "-kh-correct", NULL); 64 67 65 68 // define the reference astrometry file … … 108 111 } 109 112 psMetadataAddBool (config->arguments, PS_LIST_TAIL, "PSASTRO.SKIP.ASTRO", PS_META_REPLACE, "", true); 113 114 // SKIP.ASTRO and USE.MODEL are fundamentally incompatible 115 psMetadataAddBool (config->arguments, PS_LIST_TAIL, "PSASTRO.USE.MODEL", PS_META_REPLACE, "", false); 110 116 } 111 117
Note:
See TracChangeset
for help on using the changeset viewer.
