IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2014, 8:11:39 AM (12 years ago)
Author:
eugene
Message:

rework dvo db photcode-related selection logic: allow fields of the form mag:psf:inst or g:ave:psf:stk, with arbitrary combinations; PhotInst, etc, now take options for mag class, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/relphot/src/setMrelFinal.c

    r35759 r36910  
    229229        if ((pass < 4) && ImagSelect) {
    230230          if (Nim > -1) {
    231             mag = PhotInst (&catalog[0].measure[m]);
     231            mag = PhotInst (&catalog[0].measure[m], MAG_CLASS_PSF);
    232232            if (mag < ImagMin) goto skip;
    233233            if (mag > ImagMax) goto skip;
Note: See TracChangeset for help on using the changeset viewer.