Changes between Version 15 and Version 16 of Basic_GPC1_Processing_for_End_Users
- Timestamp:
- Mar 6, 2009, 7:23:28 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Basic_GPC1_Processing_for_End_Users
v15 v16 321 321 set new=36625/warp/o4741g0239o.36625.wrp.1283.skycell.02879.51 322 322 ppSub $new.fits $ref.fits sub_isis \ 323 -inmask $new.m k.fits -inweight $new.wt.fits \324 -refmask $ref.m k.fits -refweight $ref.wt.fits \323 -inmask $new.mask.fits -inweight $new.wt.fits \ 324 -refmask $ref.mask.fits -refweight $ref.wt.fits \ 325 325 -sources $new.cmf -type ISIS -threads 2 -photometry 326 326 }}} 327 327 328 or 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 328 339 would 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. 329 340
