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

    r41606 r41625  
    88 * update the unowned detections for owned objects from neighbor regions
    99 * update the unowned objects for owned detections
     10
     11 * TGROUP and GRID corrections are not calculated.
    1012 */
    1113
     
    105107    setMcal  (catalog);
    106108    setMmos  (catalog);
    107     // setMgrp  (catalog, FALSE); XXX think this through: this may not make sense for tgroups
    108109    MARKTIME("-- set Mrel, Mcal, Mmos, Mgrid : %f sec\n", dtime);
    109110   
     
    117118    global_stats (catalog, Ncatalog, i);
    118119
    119     SetZeroPointModes ();
     120    SetZeroPointModes (catalog, Ncatalog);
    120121    MARKTIME("-- finished loop %d: %f sec\n", i, dtime);
    121122  }
     
    138139
    139140  setMcalFromMosaics (); // copy per-mosaic calibrations to the images
    140   // XXX keep? setMcalFromTGroups (); // copy per-tgroup calibrations to the images
    141141
    142142  share_image_mags (regionHosts, -1);
     
    152152  freeImageBins(Ncatalog, TRUE);
    153153  freeMosaicBins (Ncatalog, TRUE);
    154   freeGridBins ();
    155154  freeImages((char *)image);
    156155  free (image);
Note: See TracChangeset for help on using the changeset viewer.