IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32099


Ignore:
Timestamp:
Aug 15, 2011, 3:41:32 PM (15 years ago)
Author:
watersc1
Message:

Bugfix for exposures which do not have an object field. If we're
unable to calculate an object (which seems to be the case for exp_id <
~90000), we are not actually queuing a chipRun for the exposure. This
means we hang around waiting for all exposures to finish when they
can't without intervention. This should fix this by launching
chipRuns for these exposures before we continue.

File:
1 edited

Legend:

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

    r32043 r32099  
    259259                $exposure->{pair_id} = 9223372036854775807;
    260260                update_this_exposure($exposure);
     261                $exposure = remake_this_exposure($exposure);
    261262                $counter++;
    262263                next;
Note: See TracChangeset for help on using the changeset viewer.