IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2021, 10:46:36 AM (5 years ago)
Author:
eugene
Message:

add user-control over night, mosaic, image chisq & scatter cuts

File:
1 edited

Legend:

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

    r41631 r41637  
    5555
    5656  if (CALIBRATE_STACKS_AND_WARPS || (NLOOP > 0)) {
     57    initGrid (); // allocate grid correction entries for existing photcodes
     58
    5759    /* load catalog data from region files (hostID is 0 since we are not a client */
    5860    catalog = load_catalogs (skylist, &Ncatalog, 0, NULL, NULL);
     
    7880    findTGroups (catalog, Ncatalog);
    7981    MARKTIME("-- set up mosaic indexes: %f sec\n", dtime);
    80 
    81     initGrid (); // allocate grid correction entries for existing photcodes
    8282
    8383    SAVEPLOT = FALSE;
Note: See TracChangeset for help on using the changeset viewer.