IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42103


Ignore:
Timestamp:
Feb 28, 2022, 5:00:00 PM (4 years ago)
Author:
eugene
Message:

allow lensing measurements (actually radial apertures) for stack (not just warps)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/mextract.c

    r42079 r42103  
    303303
    304304        // a gpc1 analysis specific choice: only look for lensing if photcode is a warp one
    305         if (needLensing && average->Nlensing && (catalog.measure[m].photcode >= 12000) && (catalog.measure[m].photcode <= 12500)) {
     305        // EAM 2022.02.28 : need to add stack values because we ingested stack lensing entries (radial apertures)
     306        if (needLensing && average->Nlensing && (catalog.measure[m].photcode >= 11000) && (catalog.measure[m].photcode <= 12500)) {
    306307          Lj = mySequenceGetEntry (lensingSeq, catalog.measure[m].imageID);
    307308          if (Lj >= 0) lensing = &catalog.lensing[Loff + Lj];
Note: See TracChangeset for help on using the changeset viewer.