IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11549


Ignore:
Timestamp:
Feb 1, 2007, 11:04:44 AM (19 years ago)
Author:
eugene
Message:

remove fixed path for getstar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroLoadRefstars.c

    r11469 r11549  
    5151
    5252    // 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    // 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);
     54    psStringAppend (&getstarLine, "getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile);
    5455    psTrace ("psastro", 3, "%s\n", getstarLine);
    5556
Note: See TracChangeset for help on using the changeset viewer.