IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2013, 10:26:56 PM (13 years ago)
Author:
heather
Message:

fixed camera_run.pl so that we do not do background continuity for ISP. likely will need this for the other cameras as well

File:
1 edited

Legend:

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

    r35159 r35367  
    363363    }
    364364    # Construct FPA continuity corrected background images
    365     {
     365    if ($camera =~ /ISP/) {
     366        print "Skipping FPA continuity corrected background images for ISP\n";
     367    } else {
    366368        my $command;
    367369        $command = "$ppImage";
Note: See TracChangeset for help on using the changeset viewer.