IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of pr_images


Ignore:
Timestamp:
Jul 29, 2009, 11:11:02 AM (17 years ago)
Author:
beaumont
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pr_images

    v2 v3  
    66
    77 1. Reduce data (IPP)
    8 
    98 1. Rebin individual skycells (Mana)
    10 
    119 1. Stitch skycells into mosaics (IDL)
    12 
    1310 1. Remove additive offsets between skycells to flatten mosaic background level (IDL)
    14 
    1511 1. Create color composite (IDL)
    16 
    1712 1. Final aesthetic tweaks (GIMP / Photoshop)
    1813
     
    2318 * Make a local tesselation of the sky centered on the object of interest. Doing this minimizes the projection distortion effects
    2419
    25 {{{ skycell code here }}}
     20{{{
     21skycells -mode LOCAL -scale 0.2 \
     22             -nx 12 -ny 12 -size 4 4 \
     23             -fix-ns -center <RA(deg)> <DEC(deg)> \
     24             -D CATDIR <Catdir Name>
     25}}}
    2626
    2727 * This CATDIR needs to be added to the site.config file of whomever is running the IPP
    28 
    2928 * Three is a PR reduction class which is tailored to creating PR images. It differes from the default reduction in the following ways:
    30 
    3129   * Minimal photometry (increases speed)
    32 
    3330   * No convolution during stacking (increases speed)
    34 
    3531   * No background subtraction (preserves extended emission)
    3632
    3733 * Start reduction with commands like this
    3834
    39 {{{ prchip code}}}
     35{{{
     36chiptool -dbname gpc1 -definebyquery -simple -filter i.00000 \
     37            -set_workdir neb://@HOST@.0/gpc1/pr.rosette \
     38            -set_dvodb /data/ipp035.0/beaumont/pr.rosette/catdir \
     39            -set_tess_id PR.NGC2237 -set_end_stage warp  \
     40            -set_label pr.rosette.i.60 -exp_id 51347 -set_reduction PR
     41}}}
    4042
    4143 Then, when that finishes, stack the reduced images
    42 
    43 {{{ prstack code}}}
    44 
    45 
     44{{{
     45stacktool -dbname gpc1 -definebyquery -simple \
     46              -select_label pr.rosette.g.50 \
     47              -workdir neb://@HOST@.0/gpc1/pr.rosette.g.1 \
     48              -dvodb /data/ipp035.0/beaumont/pr.rosette/catdir \ 
     49              -label pr.rosette.g.70 -reduction PR_DARKTEST -min_num 1
     50}}}
    4651
    4752=== Rebin the skycells (mana) ===