IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2012, 4:20:02 PM (14 years ago)
Author:
Serge CHASTEL
Message:

ppMops new parameters / bug fix - testing

File:
1 edited

Legend:

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

    r34480 r34481  
    198198        $filename = $resolved;
    199199
    200         warn("Getting info from camera stage $cam_id");
    201200        my $cam_id = $comp->{cam_id_1};
     201        print "Getting info from camera stage $cam_id\n";
    202202        my $cam_command =  "$camtool -processedexp -cam_id $cam_id";
    203203        $cam_command .= " -dbname $dbname" if defined $dbname;
     
    212212        my $cam_comp = $$cam_components[0];
    213213
    214         warn("Getting info from raw stage $exp_id");
    215214        my $exp_id = $comp->{exp_id_1};
     215        print "Getting info from raw stage $exp_id\n";
    216216        my $reg_command =  "$regtool -processedimfile -exp_id $exp_id";
    217217        $reg_command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.