Changeset 38570
- Timestamp:
- Jul 5, 2015, 9:28:21 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/ReadXradFITS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/ReadXradFITS.c
r38553 r38570 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.
