IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 4:49:23 PM (5 years ago)
Author:
eugene
Message:

add code to set Mflat based on Mgrid before final Mrel calculation

File:
1 edited

Legend:

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

    r41606 r41607  
    8989      SetZptIteration (i);
    9090
    91       setMrel  (catalog, Ncatalog); // threaded
     91      setMrel  (catalog, Ncatalog); // threaded (calls setMrel_catalog_alt in setMrelCatalog.c)
    9292
    9393      setMcal  (catalog);
     
    160160     clients */
    161161  if (!CALIBRATE_STACKS_AND_WARPS) {
    162     reload_catalogs (skylist, 0, NULL);
     162    reload_catalogs (skylist, 0, NULL); // calls setMrelFinal which setMrelOutput which calls setMrel_catalog_alt
    163163    MARKTIME("-- updated all catalogs: %f sec\n", dtime);
    164164  }
Note: See TracChangeset for help on using the changeset viewer.