IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2011, 4:47:15 PM (15 years ago)
Author:
watersc1
Message:

Things seem to be being inadvertantly set to inactive, so I'm changing the logic somewhat on the update-this-exposure call to see if this can be stopped.

File:
1 edited

Legend:

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

    r32041 r32043  
    11991199        $command .= " -nopairwise ";
    12001200    }
    1201     if ($exposure->{active}) {
     1201#    if ($exposure->{active}) {
     1202    unless ($exposure->{active} == 0) {
    12021203        $command .= " -active ";
    12031204    }
Note: See TracChangeset for help on using the changeset viewer.