IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2021, 3:55:13 PM (5 years ago)
Author:
eugene
Message:

consolidate reload_catalogs and relphot_objects; option to supply grid correction in relphot -averages and relphot -apply-offsets

File:
1 edited

Legend:

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

    r41620 r41623  
    1515  // this sets flags in the measureT element, not the measure element
    1616  setExclusions (catalog, 1, VERBOSE);  /* mark by area */
     17  // XXXXX THis probably does not make sense
    1718
    1819  /* set catalog[0].found[i] = FALSE */
     
    2223    catalog[0].found_t[i] = FALSE;
    2324    catalog[0].foundWarp_t[i] = FALSE;
    24   }
    25 
    26   for (i = 0; i < catalog[0].Naverage; i++) {
    27     catalog[0].average[i].psfQF     = NAN;      // force recalculation below
    28     catalog[0].average[i].psfQFperf = NAN;      // force recalculation below
    29     catalog[0].average[i].stargal   = NAN;      // force recalculation below
    30     catalog[0].average[i].photFlagsUpper = 0;   // reset (will be re-calculated here)
    31     catalog[0].average[i].photFlagsLower = 0;   // reset (will be re-calculated here)
    32     catalog[0].average[i].NwarpOK        = 0;   // reset (will be re-calculated here)
    3325  }
    3426
Note: See TracChangeset for help on using the changeset viewer.