Changeset 12718 for trunk/psastro/src/psastroLoadRefstars.c
- Timestamp:
- Apr 3, 2007, 10:43:21 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r12536 r12718 19 19 float DECmin = DEG_RAD*psMetadataLookupF32(NULL, recipe, "DEC_MIN"); 20 20 float DECmax = DEG_RAD*psMetadataLookupF32(NULL, recipe, "DEC_MAX"); 21 float MAGmax = psMetadataLookupF32(NULL, recipe, "MAG_MAX");21 // float MAGmax = psMetadataLookupF32(NULL, recipe, "MAG_MAX"); 22 22 23 23 // XXX CATDIR needs to look up abstracted name from psastro.config … … 53 53 54 54 // XXX set getstar in config? 55 // XXX TEST : no magnitude limit 55 56 // psStringAppend (&getstarLine, "/home/kiawe/eugene/psconfig/dev.lin64/bin/getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile); 56 psStringAppend (&getstarLine, "/home/kiawe/eugene/psconfig/dev.lin64/bin/getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile); 57 // psStringAppend (&getstarLine, "/home/kiawe/eugene/psconfig/dev.lin64/bin/getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile); 58 psStringAppend (&getstarLine, "/home/kiawe/eugene/psconfig/dev.lin64/bin/getstar %s -D CATMODE mef -region %f %f %f %f -o %s", catformat, RAmin, DECmin, RAmax, DECmax, tempFile); 57 59 psTrace ("psastro", 3, "%s\n", getstarLine); 58 60
Note:
See TracChangeset
for help on using the changeset viewer.
