IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2022, 4:39:12 PM (4 years ago)
Author:
cclin33
Message:

update Mflat for setMrelCatalog.c

File:
1 edited

Legend:

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

    r41961 r42010  
    272272
    273273      // the flat-field correction is stored in measure.Mflat
    274       Mflat = isnan (measureT[k].Mflat) ? 0.0 : measureT[k].Mflat;
     274      //Mflat = isnan (measureT[k].Mflat) ? 0.0 : measureT[k].Mflat;
     275      if (measure) {
     276        Mflat = isnan (measure[k].Mflat) ? 0.0 : measure[k].Mflat;
     277      }
    275278
    276279      // see note above re: final output vs image analysis
Note: See TracChangeset for help on using the changeset viewer.