IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38576


Ignore:
Timestamp:
Jul 6, 2015, 8:12:29 PM (11 years ago)
Author:
eugene
Message:

do not crash if an object is missing an aperture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/addstar/src/ReadXradFITS.c

    r38553 r38576  
    6565  for (i = 0; i < catalog->Nmeasure; i++) {
    6666    if (catalog->measure[i].detID < RadID[Nap]) {
    67       myAbort("star without radial aperture, seems like a bug"); // this star does not have an aperture
     67      Nap ++;
     68      continue;
    6869    }
    6970    if (catalog->measure[i].detID > RadID[Nap]) {
Note: See TracChangeset for help on using the changeset viewer.