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/TGroupOps.c

    r41486 r41487  
    946946      fprintf (stderr, "NOTE: *** marked test image poor : %d %d %d***\n", (int) N, (int) NIGHT_TOOFEW, (int) (NIGHT_GOOD_FRACTION*myTGroup->Nmeasure));
    947947    }
     948    return TRUE; // skip nights with too few good measurements
    948949  } else {
    949950    myTGroup->flags &= ~ID_IMAGE_PHOTOM_FEW;
     
    952953  // do anything special with identified good nights?
    953954  // (myTGroup->flags & ID_IMAGE_PHOTOM_UBERCAL)
    954 
    955   // skip mosaics with too few good measurements
    956   if (mark) return TRUE;
    957955
    958956  fit1d_irls (psfStars, N);
Note: See TracChangeset for help on using the changeset viewer.