IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2010, 3:11:03 PM (16 years ago)
Author:
bills
Message:

Save MJD-OBS (average dateobs in TAI) in stackSumSkyfile.mjd_obs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/stacktool.c

    r28681 r29283  
    982982    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    983983    PXOPT_LOOKUP_F32(good_frac, config->args, "-good_frac", false, false);
     984    PXOPT_LOOKUP_F64(mjd_obs, config->args, "-mjd_obs", false, false);
    984985
    985986    PXOPT_LOOKUP_STR(ver_pslib, config->args, "-ver_pslib", false, false);
     
    10471048                               hostname,
    10481049                               good_frac,
     1050                               mjd_obs,
    10491051                               fault,
    10501052                               software_ver,
Note: See TracChangeset for help on using the changeset viewer.