IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38570


Ignore:
Timestamp:
Jul 5, 2015, 9:28:21 PM (11 years ago)
Author:
heather
Message:

leftovers from svn confusion - this is genes fix for full force bug issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/ReadXradFITS.c

    r38553 r38570  
    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.