Changeset 17999
- Timestamp:
- Jun 8, 2008, 2:44:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r17676 r17999 72 72 73 73 // supply the max magnitude, the output format, and the photcode 74 psStringAppend (&getstarCommand, " -maglim %f -format %s -photcode %s", MAGmax, outformat, photcode); 74 if (strcasecmp (photcode, "NONE")) { 75 psStringAppend (&getstarCommand, " -maglim %f", MAGmax); 76 } 77 if (strcasecmp (photcode, "NONE")) { 78 psStringAppend (&getstarCommand, " -photcode %s", photcode); 79 } 80 psStringAppend (&getstarCommand, " -format %s", outformat); 75 81 76 82 // add region and output filename
Note:
See TracChangeset
for help on using the changeset viewer.
