IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2021, 11:45:18 AM (5 years ago)
Author:
eugene
Message:

major revision of the flagging and resets. cleanup of old cruft and deprecated flag values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/ZeroPointModes.c

    r41603 r41625  
    2222}
    2323
    24 void SetZeroPointModes (void) {
     24void SetZeroPointModes (Catalog *catalog, int Ncatalog) {
    2525
    2626  if (TGROUP_ZEROPT && MOSAIC_ZEROPT) {
     
    5959      clean_mosaics(); // do this on every pass
    6060      clean_images(); // do this on every pass
     61      clean_stars(catalog, Ncatalog); // do this on every pass
    6162    }
    6263    if ((CurrentLoop >= 21) && (CurrentLoop <= 999)) {
     
    7172      clean_mosaics(); // do this on every pass
    7273      clean_images(); // do this on every pass
     74      clean_stars(catalog, Ncatalog); // do this on every pass
    7375    }
    7476  }
Note: See TracChangeset for help on using the changeset viewer.