PISCES

PISCES Homepage

H-band images of M51 taken with PISCES at the 2.3m Bok Telescope.

Pictures and Press from the MMT


Top

Instrument Description


Top

Detector Characteristics

These plots and numbers refer to the second Hawaii array that has been used with PISCES. Data taken after Jan 1999 used this array. The data used in these calculations were taken on Friday April 30, 1999 using double-correlated sampling.
Top

Data Reduction Procedure

This section outlines the reduction procedure for PISCES data. After over 2 years of use, this is what the majority of users feel is the best sequence for reducing data. Many thanks to Roelof de Jong for his tireless efforts and numerous IRAF scripts!
  • Check Pixel Types
    • All frames should have pixel type set to "short" - Note: this is done automatically with corquad.

  • Make sure dark frames have values for RA and DEC (If you are reducing old PISCES data, you will have to add RA and DEC to the header for all images.)
    • cl> hedit dark*.fit RA 0 ver-
    • cl> hedit dark*.fit DEC 0 ver-

  • Correct for Cross-Talk (a.k.a. dark comets)

  • Combine Dark Frames

  • Dark Subtraction

  • Apply Badpixel Mask
    • Recent version by Jackie M. is here and inverse is here. Rename to .pl files after download (for security reasons you can't download a *.pl file).
    • Here is a mask I made for the old array, good for data up through 1/99. After masking images with ccdproc, I also used this file as input to fixpix to get rid of the Nike swish.
    • Here is a mask for the new array. This mask has good values of zero.
    • Here is another mask for the new array that is more generous with the field size. This mask was made from a dark frame, so pixels with high dark current are flagged. If you don't like this method for making the mask, you might prefer mask4.fits listed below. This mask has good values of zero.
    • mask4.fits is also for the new array and has a more generous field size. No pixels are flagged within the useable field. This mask has good values of zero.
    • mask6.fits is also for the new array and has a more generous field size. Bad pixels within the useable field were determined by doing an 8-sigma clip on the ratio of two flats using the IRAF task ccdmask. This mask has good values of zero.
    • Here is a iraf batch file that Kevin Luhman wrote to mask out the part of the array outside the circular field of view. Note that this cuts off some useable parts of the field.
    • This IRAF script, mask.cl, replaces the masked out parts of the image with the mode.
      • You need to declare mask.cl a task in your loginuser.cl file.
        • Ex: task mask = home$scripts/mask.cl
      • The instructions on how to use mask.cl can be found by listing the task parameters.
        • cl> lpar mask

  • Make Flat
    • Suggested imcombine parameters are
      • imcom(images,output=out,scal="median",stats="[200:800,200:800]", reject="ccdclip",lsigma=5.5,hsig=4.5, rdnoise="RDNOISE",gain="GAIN", maskt="goodval", lthres=500,hthres=32000,nkeep=2,blank=-999,grow=8)

  • Flatfield Data

  • Sky Subtraction (optional)

  • Correct for Geometric Distortion

  • Align and Stack
    • Roelof de Jong has written a task to mosaic images. Don't have a link yet!
    • autoalign.cl is another alternative for mosaicing. You need to run Roelof's matchusno.cl routine first so that (1) the images are undistorted, (2) North is up and East is to the left, and (3) the plate-scale is 0.495 arcsec/pixel. Download Add the following to your loginuser.cl file,
      • task autoalign = /path where you keep scripts/autoalign.cl
      • task getshifts = /path where you keep scripts/getshifts.cl
      and off you go! I haven't made a README file, but there are instructions at the beginning of the autoalign.cl file. Let me know if you have questions.

Top

Other Reduction related stuff


Top

Observing Tools


Top

Rose Finn's Home Page

Last modified: Wed Oct 22 16:28:05 CDT 2003