IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 25 and Version 26 of Basic_GPC1_Processing_for_End_Users


Ignore:
Timestamp:
Mar 10, 2009, 10:38:51 AM (17 years ago)
Author:
Michael Wood-Vasey
Comment:

Fixed pswarp to right skycells

Legend:

Unmodified
Added
Removed
Modified
  • Basic_GPC1_Processing_for_End_Users

    v25 v26  
    190190==== Warping ====
    191191
     192[MWV: Updated 2009/03/10 to finally work and be the right skycells.]
     193
    192194 * To create warped images that conform to a given position on the sky, we need to define how we want to break up th sky.  This tessellation is what IPP will use to map the chip images to what we call skycells.
    193195
     
    197199}}}
    198200
    199 is what appears to have been used for the 200901 PS1/GPC1 release.  The first line is for ipp-magic-v0.  The second for more recent verions (e.g. Feb, 2009).
     201is what appears to have been used for the 200901 PS1/GPC1 release.  The first line is for ipp-magic-v0.  The second for more recent versions (e.g. Feb, 2009).
    200202
    201203
     
    214216{{{
    215217dvoImageOverlaps 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.fits -accept-astrom -D CATDIR default
    216 }}}
    217 
    218 (right skycell format but still wrong output with: skycells 5 -scale 0.2 -nx 8 -ny 8 -fix-ns -padding 0.05)
    219 (it's supposed to be skycell.02789.51)
    220 
    221 {{{
    222 dvoImageExtract skycell.02879.51 -D CATDIR default -D CAMERA gpc1 -o skycell.02879.51_template.fits -D CAMERA gpc1
     218
     219o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02877.14
     220o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02877.15
     221o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02877.22
     222o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02877.23
     223o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02877.30
     224o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02877.31
     225o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02879.08
     226o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02879.16
     227o4741g0234o.36475.ch.11948.XY33.ch.fits  :  skycell.02879.24
     228}}}
     229
     230
     231{{{
     232dvoImageExtract skycell.02879.16 -D CATDIR default -D CAMERA gpc1 -o skycell.02879.16_template.fits
     233dvoImageExtract skycell.02877.23 -D CATDIR default -D CAMERA gpc1 -o skycell.02877.23_template.fits
    223234
    224235pswarp -file 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.fits \
    225236       -mask 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.mk.fits \
    226237       -weight 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.wt.fits \
    227        workspace/warp/o4741g0234o.36475.wrp.11948.skycell.02879.51 \
    228        skycell.02879.51_template.fits
    229 }}}
     238       workspace/warp/o4741g0234o.36475.wrp.11948.skycell.02879.16 \
     239       skycell.02879.16_template.fits
     240
     241pswarp -file 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.fits \
     242       -mask 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.mk.fits \
     243       -weight 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.wt.fits \
     244       workspace/warp/o4741g0234o.36475.wrp.11948.skycell.02877.23 \
     245       skycell.02877.23_template.fits
     246
     247pswarp -file 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.fits \
     248       -mask 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.mk.fits \
     249       -variance 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.wt.fits \
     250       workspace/warp/o4741g0234o.36475.wrp.11948.skycell.02879.16 \
     251       skycell.02879.16_template.fits
     252
     253pswarp -file 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.fits \
     254       -mask 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.mk.fits \
     255       -variance 36475/chip/o4741g0234o.36475.ch.11948.XY33.ch.wt.fits \
     256       workspace/warp/o4741g0234o.36475.wrp.11948.skycell.02877.23 \
     257       skycell.02877.23_template.fits
     258}}}
     259
     260(again ipp-magic-v0 is '-weight', main trunk since Feb 2009 is '-variance').
    230261
    231262==== Stacking ====