IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2020, 5:12:02 PM (6 years ago)
Author:
eugene
Message:

initial version with TGroups (for photometric nights)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20200519/src/relphot_parallel_images.c

    r40291 r41362  
    116116    setMcal  (catalog, FALSE, flatcorr);
    117117    setMmos  (catalog, FALSE, flatcorr);
     118    // setMgrp  (catalog, FALSE, flatcorr); XXX think this through: this may not make sense for tgroups
    118119    MARKTIME("-- set Mrel, Mcal, Mmos, Mgrid : %f sec\n", dtime);
    119120   
     
    152153  setMcal  (catalog, onlyPoorImages, flatcorr);
    153154  setMmos  (catalog, onlyPoorImages, flatcorr);
     155  // setMgrp  (catalog, onlyPoorImages, flatcorr); XXX see above
    154156  MARKTIME("-- finalize Mcal values: %f sec\n", dtime);
    155157
    156   setMcalFinal (); // copy per-mosaic calibrations to the images
     158  setMcalFromMosaics (); // copy per-mosaic calibrations to the images
     159  // XXX keep? setMcalFromTGroups (); // copy per-tgroup calibrations to the images
    157160
    158161  share_image_mags (regionHosts, -1);
Note: See TracChangeset for help on using the changeset viewer.