- Timestamp:
- Jun 17, 2013, 6:53:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/Ohana/src/relastro/src/UpdateObjectOffsets.c
r35494 r35669 128 128 // XXX note that the above pass in the flag as decimal -- also note that args.c cannot handle 0xHEX values 129 129 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 130 133 if (TimeSelect) { 131 134 char *tstart = ohana_sec_to_date (TSTART);
Note:
See TracChangeset
for help on using the changeset viewer.
