IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2009, 9:37:33 AM (17 years ago)
Author:
bills
Message:

finish the new dist_component.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_bundle.pl

    r26029 r26042  
    102102$ipprc->define_camera($camera);
    103103
    104 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
    105 
    106104# making a clean bundle of raw images doesn't make sense
    107105
     
    299297} else {
    300298    # no files for this component
     299    # XXX: Does this ever happen?
    301300    $file_name = "none";
    302301    $bytes = 0;
    303302    $md5sum = "0";
    304303}
     304
     305print "bundleResults MULTI\n\n";
     306print "bundleResults METADATA\n";
     307print "   name      STR    $file_name\n";
     308print "   bytes     S64    $bytes\n";
     309print "   md5sum    STR    $md5sum\n";
     310print "END\n\n";
    305311
    306312exit 0;
Note: See TracChangeset for help on using the changeset viewer.