IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of Basic_GPC1_Processing_for_End_Users


Ignore:
Timestamp:
Mar 6, 2009, 7:23:28 AM (17 years ago)
Author:
Michael Wood-Vasey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Basic_GPC1_Processing_for_End_Users

    v15 v16  
    321321 set new=36625/warp/o4741g0239o.36625.wrp.1283.skycell.02879.51
    322322 ppSub $new.fits $ref.fits sub_isis \
    323     -inmask  $new.mk.fits -inweight  $new.wt.fits \
    324     -refmask $ref.mk.fits -refweight $ref.wt.fits \
     323    -inmask  $new.mask.fits -inweight  $new.wt.fits \
     324    -refmask $ref.mask.fits -refweight $ref.wt.fits \
    325325    -sources $new.cmf -type ISIS -threads 2 -photometry
    326326}}}
    327327
     328or in ipp-2.8
     329
     330{{{
     331 set ref=skycell.02879.51.mwv.002
     332 set new=36625/warp/o4741g0239o.36625.wrp.1283.skycell.02879.51
     333 ppSub $new.fits $ref.fits sub_isis \
     334    -inmask  $new.mask.fits -invariance  $new.wt.fits \
     335    -refmask $ref.mask.fits -refvariance $ref.wt.fits \
     336    -sources $new.cmf -type ISIS -threads 2 -photometry
     337}}}
     338
    328339would run a subtraction of $new minus $ref using the ISIS kernels.  ppSub --help will generate a somewhat detailed list of options but they probably won't all make sense on a first reading.
    329340