IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2009, 9:44:29 AM (17 years ago)
Author:
bills
Message:

Store the size in bytes and md5sum of the Compressed raw image files
in pzDownloadImfile. Propagate the values to rawImfile so that they are
available for checking.
(summitImfile has the parameters of the files before they are compressed)

File:
1 edited

Legend:

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

    r25324 r25418  
    238238    PXOPT_LOOKUP_TIME(dateobs, config->args, "-dateobs", false, false);
    239239    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
     240    PXOPT_LOOKUP_S32(bytes, config->args,  "-bytes", false, false);
     241    PXOPT_LOOKUP_STR(md5sum, config->args, "-md5sum", false, false);
    240242
    241243    PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false);
     
    307309        quality,
    308310        NULL,
    309         0
     311        0,
     312        bytes,
     313        md5sum
    310314    )) {
    311315        psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.