IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 10:51:10 AM (4 years ago)
Author:
eugene
Message:

add methods to extract UNIONS DR3 radial aperture values from dvo (names are overloaded on lensing parameters)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/Ohana/src/opihi/dvo/mextract.c

    r42023 r42072  
    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.