IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2021, 10:15:35 AM (5 years ago)
Author:
eugene
Message:

more cleanup: add REQUIRE_PSFFIT option, rename setMrel_catalog_alt to setMrelCatalog, add notes on resets, move setMflatFromGrid into setMrelFinal

File:
1 edited

Legend:

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

    r41623 r41624  
    9696      SetZptIteration (i);
    9797
    98       setMrel  (catalog, Ncatalog); // threaded (calls setMrel_catalog_alt in setMrelCatalog.c)
     98      setMrel  (catalog, Ncatalog); // threaded (calls setMrelCatalog)
    9999
    100100      setMcal  (catalog);
     
    177177     clients */
    178178  if (!CALIBRATE_STACKS_AND_WARPS) {
    179     reload_catalogs (skylist, 0, NULL); // calls setMrelFinal which setMrelOutput which calls setMrel_catalog_alt
     179    reload_catalogs (skylist, 0, NULL); // calls setMrelFinal which setMrelOutput which calls setMrelCatalog
    180180    MARKTIME("-- updated all catalogs: %f sec\n", dtime);
    181181  }
Note: See TracChangeset for help on using the changeset viewer.