IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34482 for trunk


Ignore:
Timestamp:
Sep 26, 2012, 4:24:45 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

    r34481 r34482  
    199199
    200200        my $cam_id = $comp->{cam_id_1};
    201         print "Getting info from camera stage $cam_id\n";
     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;
     
    213213
    214214        my $exp_id = $comp->{exp_id_1};
    215         print "Getting info from raw stage $exp_id\n";
     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;
     
    244244        };
    245245
    246         warn("Checking for positive");
     246        #warn("Checking for positive");
    247247        diff_check(\%positive, $data, "positive");
    248248
     
    282282            };
    283283
    284             warn("Checking for negative");
     284            #warn("Checking for negative");
    285285            diff_check(\%negative, $data, "negative");
    286286
Note: See TracChangeset for help on using the changeset viewer.