IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41550


Ignore:
Timestamp:
Apr 13, 2021, 12:00:25 PM (5 years ago)
Author:
eugene
Message:

fix logic error in IMAGE_ZPT_MODE_BAD_MOSAIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/ImageOps.c

    r41485 r41550  
    647647    // in BAD_MOSAIC mode, we fit bad mosaics ignoring night state
    648648    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)
    650650    }
    651651
Note: See TracChangeset for help on using the changeset viewer.