IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41486


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

skip nights, mosaics with too few measurements

Location:
trunk/Ohana/src/relphot/src
Files:
2 edited

Legend:

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

    r41485 r41486  
    13301330  }
    13311331
     1332  // skip mosaics with too few good measurements
     1333  if (mark) return TRUE;
     1334
    13321335  fit1d_irls (psfStars, N);
    13331336  fit1d_irls (brightStars, Nbright);
  • trunk/Ohana/src/relphot/src/TGroupOps.c

    r41485 r41486  
    952952  // do anything special with identified good nights?
    953953  // (myTGroup->flags & ID_IMAGE_PHOTOM_UBERCAL)
     954
     955  // skip mosaics with too few good measurements
     956  if (mark) return TRUE;
    954957
    955958  fit1d_irls (psfStars, N);
Note: See TracChangeset for help on using the changeset viewer.