Changeset 11469
- Timestamp:
- Jan 30, 2007, 5:48:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r10864 r11469 50 50 } 51 51 52 psStringAppend (&getstarLine, "getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile); 52 // XXX set getstar in config? 53 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); 53 54 psTrace ("psastro", 3, "%s\n", getstarLine); 54 55 … … 112 113 // dump or plot the available refstars 113 114 if (psTraceGetLevel("psastro.dump") > 0) { 114 psastroDumpRefstars (refstars );115 psastroDumpRefstars (refstars, "refstars.dat"); 115 116 } 116 117
Note:
See TracChangeset
for help on using the changeset viewer.
