Changeset 41550
- Timestamp:
- Apr 13, 2021, 12:00:25 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/ImageOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/ImageOps.c
r41485 r41550 647 647 // in BAD_MOSAIC mode, we fit bad mosaics ignoring night state 648 648 if ((IMAGE_ZPT_MODE == IMAGE_ZPT_MODE_BAD_MOSAIC)) { 649 if ( badMosaic && isMosaic) continue; // skip bad mosaics (but not bad images)649 if (!badMosaic && isMosaic) continue; // skip good mosaics (but not bad images) 650 650 } 651 651
Note:
See TracChangeset
for help on using the changeset viewer.
