IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2013, 6:53:08 PM (13 years ago)
Author:
eugene
Message:

add options -min-bad-psfqf & -max-mean-offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/Ohana/src/relastro/src/UpdateObjectOffsets.c

    r35494 r35669  
    128128    // XXX note that the above pass in the flag as decimal -- also note that args.c cannot handle 0xHEX values
    129129
     130    if (MinBadQF > 0.0)    { snprintf (tmpline, 1024, "%s -min-bad-psfqf %f",        command, MinBadQF);      strcpy (command, tmpline); }
     131    if (MaxMeanOffset != 10.0) { snprintf (tmpline, 1024, "%s -max-mean-offset  %f", command, MaxMeanOffset); strcpy (command, tmpline); }
     132
    130133    if (TimeSelect) {
    131134      char *tstart = ohana_sec_to_date (TSTART);
Note: See TracChangeset for help on using the changeset viewer.