IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41352 for trunk


Ignore:
Timestamp:
May 1, 2020, 5:07:07 PM (6 years ago)
Author:
eugene
Message:

only generate continuity-corrected background image for GPC1

File:
1 edited

Legend:

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

    r40904 r41352  
    405405
    406406    # Construct FPA continuity corrected background images
    407     if (($camera =~ /ISP/)||($camera =~ /HSC/)||($camera =~ /gpc2/i)) {
    408         print "Skipping FPA continuity corrected background images for ISP\n";
    409     } elsif ($do_bkg) {
     407    # if (($camera =~ /ISP/)||($camera =~ /HSC/)||($camera =~ /gpc2/i)) {
     408    if ($camera =~ /gpc1/i) {
     409        print "Generating FPA continuity corrected background images for GPC1 only\n";
    410410        my $command;
    411411        $command = "$ppImage";
Note: See TracChangeset for help on using the changeset viewer.