IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25418 for trunk/ippTasks


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/ippTasks/register.pro

    r24055 r25418  
    217217    book getword regPendingImfile $pageName tmp_class_id -var TMP_CLASS_ID
    218218    book getword regPendingImfile $pageName uri          -var URI
     219    book getword regPendingImfile $pageName bytes        -var BYTES
     220    book getword regPendingImfile $pageName md5sum       -var MD5SUM
    219221    book getword regPendingImfile $pageName workdir      -var WORKDIR_TEMPLATE
    220222    book getword regPendingImfile $pageName dbname       -var DBNAME
     
    244246
    245247    # XXX register_imfile.pl differs from the standard script : it does not have an 'outroot' argument, and it does not take '--redirect'
    246     $run = register_imfile.pl --exp_id $EXP_ID --tmp_class_id $TMP_CLASS_ID --tmp_exp_name $TMP_EXP_NAME --uri $URI --logfile $logfile
     248    $run = register_imfile.pl --exp_id $EXP_ID --tmp_class_id $TMP_CLASS_ID --tmp_exp_name $TMP_EXP_NAME --uri $URI --logfile $logfile --bytes $BYTES --md5sum $MD5SUM
    247249    add_standard_args run
    248250
Note: See TracChangeset for help on using the changeset viewer.