IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11469


Ignore:
Timestamp:
Jan 30, 2007, 5:48:38 PM (19 years ago)
Author:
eugene
Message:

force path??

File:
1 edited

Legend:

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

    r10864 r11469  
    5050    }
    5151
    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);
    5354    psTrace ("psastro", 3, "%s\n", getstarLine);
    5455
     
    112113    // dump or plot the available refstars
    113114    if (psTraceGetLevel("psastro.dump") > 0) {
    114         psastroDumpRefstars (refstars);
     115        psastroDumpRefstars (refstars, "refstars.dat");
    115116    }
    116117
Note: See TracChangeset for help on using the changeset viewer.