IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34479 for trunk


Ignore:
Timestamp:
Sep 26, 2012, 3:47:51 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

    r34478 r34479  
    198198        $filename = $resolved;
    199199
     200        warn("Getting info from camera stage $cam_id");
    200201        my $cam_id = $comp->{cam_id_1};
    201202        my $cam_command =  "$camtool -processedexp -cam_id $cam_id";
     
    211212        my $cam_comp = $$cam_components[0];
    212213
     214        warn("Getting info from raw stage $exp_id");
    213215        my $exp_id = $comp->{exp_id_1};
    214216        my $reg_command =  "$regtool -processedimfile -exp_id $exp_id";
     
    242244        };
    243245
     246        warn("Checking for positive");
    244247        diff_check(\%positive, $data, "positive");
    245248
     
    279282            };
    280283
     284            warn("Checking for negative");
    281285            diff_check(\%negative, $data, "negative");
    282286
Note: See TracChangeset for help on using the changeset viewer.