Changeset 38576
- Timestamp:
- Jul 6, 2015, 8:12:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/addstar/src/ReadXradFITS.c
r38553 r38576 65 65 for (i = 0; i < catalog->Nmeasure; i++) { 66 66 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; 68 69 } 69 70 if (catalog->measure[i].detID > RadID[Nap]) {
Note:
See TracChangeset
for help on using the changeset viewer.
