IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2016, 4:56:18 PM (10 years ago)
Author:
eugene
Message:

apply Mflat to measurements in loop; add stack repair

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/setMrelFinal.c

    r39464 r39517  
    104104  ALLOCATE (catalog[0].measureRank, char, catalog[0].Nmeasure);
    105105  setMeasureRank (catalog);
    106   setMrelOutput (catalog, 1, flatcorr);
    107   if (!simpleAverage) setMcalOutput (catalog, 1, flatcorr);
     106  setMrelOutput (catalog, 1, flatcorr); // sets the values secfilt.M = <measure.M + measure.Mflat - image.Mcal>
     107  setMcalOutput (catalog, 1, flatcorr); // sets measure.Mcal = image.Mcal
    108108
    109109  /* clear ID_OBJ_POOR, ID_OBJ_FEW values before writing ??? */
Note: See TracChangeset for help on using the changeset viewer.