IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of pr_images


Ignore:
Timestamp:
Jul 29, 2009, 10:58:53 AM (17 years ago)
Author:
beaumont
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pr_images

    v1 v1  
     1= Creating PR Images with the IPP =
     2
     3
     4
     5== General Outline ==
     6
     7 1. Reduce data (IPP)
     8
     9 1. Rebin individual skycells (Mana)
     10
     11 1. Stitch skycells into mosaics (IDL)
     12
     13 1. Remove additive offsets between skycells to flatten mosaic background level (IDL)
     14
     15 1. Create color composite (IDL)
     16
     17 1. Final aesthetic tweaks (GIMP / Photoshop)
     18
     19
     20
     21=== Reduce data (IPP) ===
     22
     23 * Make a local tesselation of the sky centered on the object of interest. Doing this minimizes the projection distortion effects
     24
     25{{{ skycell code here }}}
     26
     27 * This CATDIR needs to be added to the site.config file of whomever is running the IPP
     28
     29 * Three is a PR reduction class which is tailored to creating PR images. It differes from the default reduction in the following ways:
     30
     31   * Minimal photometry (increases speed)
     32
     33   * No convolution during stacking (increases speed)
     34
     35   * No background subtraction (preserves extended emission)
     36
     37 * Start reduction with commands like this
     38
     39{{{ prchip code}}}
     40
     41 Then, when that finishes, stack the reduced images
     42
     43{{{ prstack code}}}
     44
     45
     46
     47=== Rebin the skycells (mana) ===
     48
     49 * Using sql, neb-locate, etc, copy the stacked skycells into a local directory
     50
     51 * The attached mana script rebins the skycells into more manageable sizes. 8x8 binning will create a final mosaic of approximately 6K x 6K pixels
     52
     53
     54
     55=== Stitch the skycells together (IDL) ===
     56
     57 * The IDL script stitch.pro tiles the skycells together into a large mosaic.
     58
     59
     60
     61=== Remove additive offsets (IDL) ===
     62
     63 * The PR reduction class skips background subtraction in an effort to preserve extended emission structures. As a side effect of this process, the final skycells have arbitrary additive offsets which need to be corrected. The IDL script tile.pro does a fairly good job of performing this task. It performs a least-squares minimization of the brightness difference along tile boundaries.
     64
     65
     66
     67=== Create the color composite (IDL) ===
     68
     69 * The script color.pro combines the (GRI) images into a (BRG) color composite. It applies an arcsinh transform to reduce the dynamic range of the data. The parameters of this code (especially the color weights, wr, wg, wb, and the 'width' of the arcsinh transform rscale, gscale, bscale) usually need to be tweaked to produce a good color balance.
     70
     71
     72
     73=== Final Tweaks (GIMP) ===
     74
     75 * Final tweaks to the brightness, etc. are most easily accomplished in GIMP or Photoshop. I often use the color->curves tool to boos the brightness of faint regions and set the black threshhold to cover up noise. My transfer function usually looks something like this:
     76
     77
     78
     79== Unresolved Issues ==
     80
     81 * The early steps of this process this process (rebinning, stitching, removing offsets) could probably be integrated more smoothly into the IPP
     82
     83 * Reduced data from the Fornax cluster display masked annuli around bright galaxies. This should be addressed.
     84
     85 * The I band stacking of the North American Nebula has been failing. (LABEL NUMBER???)
     86
     87 * The Comet Lulin data do not have an appropriate dark frame, and the data reduced with the default dark is pretty ugly. If possible, a new dark should be created for the Lulin data.