Changeset 20319
- Timestamp:
- Oct 21, 2008, 6:06:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r20270 r20319 88 88 // supply the max magnitude, the output format, and the photcode 89 89 if (strcasecmp (photcode, "NONE")) { 90 91 90 psStringAppend (&getstarCommand, " -photcode %s -minmag %f -max-density %f", photcode, minMag, maxRho); 92 91 } … … 238 237 pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, "PSASTRO.INPUT"); 239 238 if (!input) { 240 psError(PSASTRO_ERR_CONFIG, true, "Can't find input data"); 241 return NULL; 239 psLogMsg ("psastro", PS_LOG_DETAIL, "no supplied reference header data"); 240 photcode = psStringCopy ("NONE"); 241 return photcode; 242 242 } 243 243 assert (input->fpa);
Note:
See TracChangeset
for help on using the changeset viewer.
