IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2022, 10:42:15 AM (4 years ago)
Author:
eugene
Message:

fail is not an allowed state for a run (not in list of pxIsValidState in pxtools.c); changing fail to drop, which is allowed

File:
1 edited

Legend:

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

    r41893 r41994  
    154154# we set the warpRun state to 'fail' since no warpSkyCellMap can be generated.
    155155if (scalar @overlaps == 0) {
    156     warn("no overlaps found (bad astrometry); setting warpRun state to 'fail'\n");
     156    warn("no overlaps found (bad astrometry); setting warpRun state to 'drop'\n");
    157157
    158158    # Add the processed file to the database
Note: See TracChangeset for help on using the changeset viewer.