IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27293


Ignore:
Timestamp:
Mar 15, 2010, 9:57:23 PM (16 years ago)
Author:
Paul Price
Message:

Don't use bad quality inputs.

File:
1 edited

Legend:

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

    r27290 r27293  
    173173my @outMasks;                   # Names of output masks
    174174foreach my $file (@$files) {
     175    next if $file->{quality} != 0;
    175176    # use the path_base as OUTPUT root and convert the filenames with ipprc->filename:
    176177    my $class_id = $file->{class_id};
Note: See TracChangeset for help on using the changeset viewer.