IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30223


Ignore:
Timestamp:
Jan 7, 2011, 2:20:49 PM (15 years ago)
Author:
eugene
Message:

let match radius be an option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot/test/tap_psphot_deteff.pro

    r30210 r30223  
    178178
    179179macro completeness
    180  if ($0 != 4)
    181    echo "USAGE: completeness (raw) (out) (output)"
     180 if ($0 != 5)
     181   echo "USAGE: completeness (raw) (out) (output) (radius)"
    182182   break
    183183 end
     
    187187 set X_raw = int(X_PSF_raw) + 0.5
    188188 set Y_raw = int(Y_PSF_raw) + 0.5
    189  match2d X_PSF_raw Y_PSF_raw X_PSF_out Y_PSF_out 1.5 -index1 index1 -index2 index2 -closest
     189 match2d X_PSF_raw Y_PSF_raw X_PSF_out Y_PSF_out $4 -index1 index1 -index2 index2 -closest
    190190
    191191 histogram PSF_INST_MAG_raw nMag -16.0 -3.0 0.25 -range dMag
     
    315315  PSF_INST_MAG       
    316316  PSF_INST_MAG_SIG   
    317   PSF_INST_FLUX     
    318   PSF_INST_FLUX_SIG 
     317#  PSF_INST_FLUX     
     318#  PSF_INST_FLUX_SIG 
    319319end
    320320
Note: See TracChangeset for help on using the changeset viewer.