IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2021, 3:34:12 PM (5 years ago)
Author:
eugene
Message:

skip nights & exposures with too few measurements

File:
1 edited

Legend:

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

    r41486 r41487  
    13251325        fprintf (stderr, "NOTE: *** marked test image poor : %d %d %d***\n", (int) N, (int) IMAGE_TOOFEW, (int) (IMAGE_GOOD_FRACTION*N_onMosaic[Nmos]));
    13261326      }
     1327      return TRUE; // skip mosaics with too few good measurements
    13271328    } else {
    13281329      myMosaic[0].flags &= ~ID_IMAGE_PHOTOM_FEW;
    13291330    }
    13301331  }
    1331 
    1332   // skip mosaics with too few good measurements
    1333   if (mark) return TRUE;
    13341332
    13351333  fit1d_irls (psfStars, N);
Note: See TracChangeset for help on using the changeset viewer.