IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29919


Ignore:
Timestamp:
Dec 5, 2010, 5:13:27 PM (15 years ago)
Author:
watersc1
Message:

If one object has a bad number of input exposures, do not bomb out on all remaining exposures. Report the bad object field, and let someone else sort out which way they go. This could probably use some logic to determine which one is the oddball, but I don't really see a nice clean way to do that at the momen.t

File:
1 edited

Legend:

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

    r29700 r29919  
    13721372           
    13731373            if (($#{ $warps } + 1) % 2 != 0) {
    1374                 print STDERR "Number of input warps to make OSS diffs is not even! $#{ $warps }\n";
    1375                 last;
     1374                print STDERR "Number of input warps to make OSS diffs is not even! $this_object $#{ $warps }\n";
     1375#               last;
     1376                next;
    13761377            }
    13771378           
Note: See TracChangeset for help on using the changeset viewer.