WFC3 Post-Observation Systems

Size: px
Start display at page:

Download "WFC3 Post-Observation Systems"

Transcription

1 WFC3 Training Session 3 WFC3 Post-Observation Systems Howard Bushouse 1

2 Overview WFC3 OPUS pipeline and calibration largely based on existing ACS and NICMOS procedures Our WFC3 mantra: just like ACS Very similar, if not identical, data file formats & contents Calibration task calwf3 uses applicable ACS/WFC processing for UVIS images and applicable NICMOS processing for IR Original calwf3 based on direct ports of calacs and calnica C code Current calwf3 customized to handle WFC3 unique features Different CCD overscan regions than ACS/WFC CCD binned modes IR reference pixels IR subarrays MultiDrizzle will be used to remove geometric distortion and to combine multiple exposures for a given target 2

3 File Format Overview ISR WFC Detailed description of data formats File formats utilize STIS, NICMOS, and ACS heritage All science files are FITS with image and table extensions Images represented by several data arrays, known as an image set ( imset ) 2 UVIS chip images stored as 2 imsets in one file (same as ACS WFC) Each imset has SCI, ERR, DQ extensions IR MultiAccum readouts stored as multiple imsets in one file (same as NICMOS) Each imset has SCI, ERR, DQ, SAMP, TIME extensions Associated exposures including members of CR-SPLITs, REPEAT-OBS, and Patterns stored in separate files 3

4 File Names WFC3 retains ACS and some NICMOS name conventions Suffix _raw _asn _spt _trl _ima _flt _crj _drz Type Image Table Image Table Image Image Image Image Contents Raw science image Association table Support file (telemetry and engineering data) Trailer file (processing log) Calibrated IR Intermediate MultiAccum image Calibrated image (for UVIS CR-SPLIT & REPEAT-OBS=1 and all IR) Combined, CR-rejected image (for CR-SPLIT or REPEAT-OBS > 1) Calibrated, geometrically-corrected, drizzle-combined 4

5 FITS Keywords Overall header content is copy of ACS/WFC header IR-specific entries copied from NICMOS UVIS and IR images use separate sets of mode-specific keywords All internal Engineering Snapshot values dredged from WFC3 telemetry and stored as keyword values in UDL and SNAP extensions of SPT files 5

6 Sample UVIS Header 6

7 Sample IR Header 7

8 Associations Associations will be formed for: Multiple CR-SPLIT and REPEAT-OBS exposures Exposures using pre-defined Patterns Combinations of the above Associations will produce sub-products & main products: Sub-products: Combined CR-SPLIT and REPEAT-OBS exposures Main products: Combined dithered/mosaiced exposures Inputs to main product can be either individual exposures (single exposure per pattern point) or sub-products (multiple exposures per pattern point) Main product not always created by calwf3 CR-SPLIT or REPEAT-OBS with no dither pattern produces only sub-product Final (main) product will be produced by MultiDrizzle Product formed as long as 1 or more exposures present (ASN_STAT=INCOMPLETE) 8

9 Sample Associations CR-SPLIT=2; no dither CR-SPLIT=no; dither=2 Exposure EXP-CRJ EXP-CRJ EXP-DTH EXP-DTH Sub-Product PROD-CRJ Main Product (none)* PROD-DTH* * Main product drz file produced by MultiDrizzle, not calwf3 9

10 Another Sample Association CR-SPLIT=2; Dither=2 Position #1 Position #2 Exposure EXP-CR1 EXP-CR1 EXP-CR2 EXP-CR2 Sub-Product PROD-CR1 PROD-CR2 Main Product PROD-DTH* * Main product drz file produced by MultiDrizzle 10

11 Basic Pipeline Functions Apply instrumental calibrations to individual images includes handling of binned and subarray images combination of IR MultiAccum readouts into single image Perform various types of combining for associated images combine CR-SPLIT and REPEAT-OBS images (calwf3/wf3rej) combine dithered/mosaiced images (MultiDrizzle) Grism images receive 2-D processing only spectral extraction/calibration/analysis tools (axe) and support provided by ST-ECF (reuse of ST-ECF supplied ACS grism tools) 11

12 Calibration Flow Diagram Another set of CR-SPLITs or RPT-OBS images? UVIS Detector WF3CCD DQI Blev Bias Flash Another Image In CR-SPLIT or RPT-OBS set? CRCORR Yes WF3REJ CR Rejection WF3CCD Dark Flat Shad Phot DRZCORR IR WF3IR Zoff DQI Blev Dark Nlin Flat Phot Crrej Another Image in RPT-OBS set? RPTCORR Yes WF3REJ CR Rejection Yes MultiDrizzle Drizzling Another set of RPT-OBS images? 12

13 CALWF3 UVIS Cal Steps Inputs Processing Step Keyword Switch Output _asn or _raw CCDTAB Initialize ERR array (compute statistical errors) N/A BPIXTAB initialize DQ array DQICORR OSCNTAB Overscan bias level subtraction BLEVCORR BIASFILE Bias image subtraction BIASCORR FLSHFILE Post-flash subtraction FLSHCORR _blv_tmp _blv_tmp CRREJTAB Combine CR-SPLIT or REPEAT-OBS CRCORR _crj_tmp _blv_tmp or _crj_tmp Dark Current Subtraction DARKCORR DARKFILE PFLTFILE DFLTFILE LFLTFILE Flat Field Correction FLATCORR SHADFILE Shutter Shading Correction SHADCORR PHOTTAB Compute Photometric Parameters (populate PHOTxxxx keywords) PHOTCORR _flt or _crj 13

14 UVIS Overscan Layout WFC3 CCD s use THREE forms of overscan: Serial physical Serial virtual Parallel virtual Calwf3 blevcorr uses serial virtual and parallel virtual to fit tilted 2-d plane to each quad Serial physical used for subarrays, if it s present 14

15 CALWF3 IR Cal Steps Input Files Processing Step Keyword Switch Output File _asn or _raw BPIXTAB Initialize DQ arrays DQICORR OSCNTAB Residual bias subtraction (reference pix) BLEVCORR Zero-read signal correction ZSIGCORR Zero-read subtraction ZOFFCORR CCDTAB Initialize ERR arrays N/A DARKFILE Dark subtraction DARKCORR NLINFILE Non-Linearity Correction NLINCORR PHOTTAB Compute Photometric Parameters (populate PHOTxxxx keywords) PHOTCORR CRREJTAB PFLTFILE DFLTFILE LFLTFILE Cosmic-Ray Rejection ( up the ramp fitting of readouts) Flat Field Correction CRCORR FLATCORR _ima & _flt _flt Combine REPEAT-OBS Images RPTCORR _crj 15

16 Flat Field Strategy Uses same approach as WFPC2 and ACS: Flats obtained and maintained in raw space, i.e. pixels with larger projected area have more counts Division into raw science images produces constant counts per pixel for uniform extended sources, but leaves point sources incorrect Point source photometry will have to be corrected by other means (e.g. correction look-up tables or drizzle resampling) 16

17 Status Processing and ingest of SMGT data very successful in finding problems in OPUS/DADS systems and calwf3 All discovered issues have now been corrected First public release of calwf3 was in STSDAS v3.8 Upgrades already in the plans Adopt recent upgrades to NICMOS up the ramp fitting (done!) Optimize IR reference pixel subtraction Update IR non-linearity correction algorithm Implement UVIS non-linearity correction MultiDrizzle implementation and testing in progress Archive ingest/retrieval implemented; in testing 17

18 References AV-03: ICD-47: WFC3 ISR Associations for WFC3 and Preliminary Pipeline Requirements WFC3 ISR WFC3 Data Formats in OPUS & STSDAS WFC3 ISR WFC3 UVIS CCD Image Overscan Region Layouts 18

19 WFC3 Training Session 3 MultiDrizzle: Distortion Correction And Image Combination Linda Dressel August 12, 2008 August 12, 2008 WFC3 Training Session 3 19

20 Status of MultiDrizzle What is the status of MultiDrizzle? Python/PyRAF code that transforms imaging data from a grid of detector pixels to a linearized grid of possibly smaller pixels Version that supports WFC3 is available now under IRAFX, expected to be released in October Currently uses distortion coefficients based on optical models for WFC3, to be replaced by coefficients derived from on-orbit data taken in SMOV programs (WFC3/UVIS) and (WFC3/IR) To be implemented in pipeline for single and associated exposures when onorbit distortion coefficients have been delivered Filter-based increments and time-dependent corrections to distortion coefficients to be determined in subsequent WFC3 calibration programs MultiDrizzle Manual is being developed on a wiki page, to be converted to a FrameMaker document August 12, 2008 WFC3 Training Session 3 20

21 Purposes of MultiDrizzle What does MultiDrizzle accomplish? Correct the image(s) for geometric distortion Combine images even if offset in position (dithered or mosaiced) Improve the resolution if dithered input improves the sampling of the point spread function Reject cosmic rays Rotate the output image to a desired orientation (e.g., north up) August 12, 2008 WFC3 Training Session 3 21

22 Geometric Distortion: Projection of Imaging Detectors onto the Sky Shape of projection of detectors on the sky: STIS/CCD: square STIS/NUV: square STIS/FUV: square WFC3/UVIS: rhombus WFC3/IR: rectangle (WFPC2: square) NIC1: square NIC2: square NIC3: square ACS/WFC: rhombus ACS/HRC: parallelogram ACS/SBC: parallelogram August 12, 2008 WFC3 Training Session 3 22.

23 Geometric Distortion: Physical Cause UVIS: focal plane tilted along its diagonal => projected as rhombus IR: focal plane tilted along one axis => projected as rectangle Both: curvature of folding optics => additional non-linear distortion August 12, 2008 WFC3 Training Session 3 23.

24 Geometric Distortion: Projection of WFC3 Detectors onto the Sky X Scale ( /pix) Y Scale ( /pix) XY Angle (deg) UVIS IR August 12, 2008 WFC3 Training Session 3 24.

25 Geometric Distortion: Maps of Linear and Non-Linear Components Linear component (squares) and non-linear component (lines, magnified x10) of geometric distortion for the UVIS and IR detectors August 12, 2008 WFC3 Training Session 3 25

26 Geometric Distortion: Maps of Relative Pixel Effective Area Maps of effective area of pixels relative to central pixel due to nonlinear component of geometric distortion for the UVIS and IR detectors August 12, 2008 WFC3 Training Session 3 26

27 Combining Images Exposures made a with Pattern, CR-SPLIT, or REPEAT-OBS are associated (have an asn.fits file) and will be combined by MultiDrizzle in the pipeline WFC3 Patterns ( WFC3-UVIS-DITHER-LINE WFC3-UVIS-DITHER-BOX WFC3-UVIS-MOS-DITHER-LINE WFC3-UVIS-MOS-BOX-LRG WFC3-UVIS-MOSAIC-LINE WFC3-IR-DITHER-LINE WFC3-IR-DITHER-BOX-MIN WFC3-IR-DITHER-BOX-UVIS Generic patterns August 12, 2008 WFC3 Training Session 3 27

28 Improving the Resolution PSF sampling by pixels indicates the improvement to be achieved by dithering Wavelength (nm) UVIS FWHM (pix) IR FWHM (pix) August 12, 2008 WFC3 Training Session 3 28

29 Cosmic Ray Rejection MultiDrizzle treats cosmic rays even in the presence of dithers and distortion UVIS crj images are made only for CR-SPLIT and REPEAT-OBS exposures (made at the same target position) IR flt images are made using up-the-ramp fitting to remove cosmic rays from the series of non-destructive reads in a timing sequence exposure MultiDrizzle drizzles input flt images to a common frame, derives a cosmicray rejected image in that frame, maps that image back to the input frames, and compares each input frame to the cleaned frame to identify cosmic rays MultiDrizzle relaxes the rejection criteria in the vicinity of large spatial derivatives in the flux (cores of point sources) so that it is more tolerant of drift and focus change than traditional cr-rejection routines August 12, 2008 WFC3 Training Session 3 29.

30 MultiDrizzle Output MultiDrizzled Output Image, *drz.fits ext [1] = SCI: single or combined distortion-corrected science image ext [2] = WHT: weight image (effective exposure time map) ext [3] = CTX: context image (bitmaps --> which inputs contributed) Post-Pipeline Processing Can choose different output options: pixfrac, scale, rotation, Can get intermediate products and drizzled images of each input file: single_sci, single_wt, (distortion) coeffs, (bad pixel) mask, blt (single cr-cleaned median blotted images) August 12, 2008 WFC3 Training Session 3 30

31 References MultiDrizzle Handbook (in progress) Phase II Proposal Instructions WFC3 Instrument Handbook Appendix B (distortion) & Appendix E (pipeline) August 12, 2008 WFC3 Training Session 3 31.

SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA

SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report WFC3 2010-08 WFC3 Pixel Area Maps J. S. Kalirai, C. Cox, L. Dressel, A. Fruchter, W. Hack, V. Kozhurina-Platais, and

More information

The NICMOS CALNICA and CALNICB Pipelines

The NICMOS CALNICA and CALNICB Pipelines 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. The NICMOS CALNICA and CALNICB Pipelines Howard Bushouse Space Telescope Science Institute, 3700 San Martin

More information

WFC3/IR Cycle 19 Bad Pixel Table Update

WFC3/IR Cycle 19 Bad Pixel Table Update Instrument Science Report WFC3 2012-10 WFC3/IR Cycle 19 Bad Pixel Table Update B. Hilbert June 08, 2012 ABSTRACT Using data from Cycles 17, 18, and 19, we have updated the IR channel bad pixel table for

More information

WFC3 SMOV Program 11433: IR Internal Flat Field Observations

WFC3 SMOV Program 11433: IR Internal Flat Field Observations Instrument Science Report WFC3 2009-42 WFC3 SMOV Program 11433: IR Internal Flat Field Observations B. Hilbert 27 October 2009 ABSTRACT We have analyzed the internal flat field behavior of the WFC3/IR

More information

WFC3 UVIS Ground P-flats

WFC3 UVIS Ground P-flats Instrument Science Report WFC3 2008-046 WFC3 UVIS Ground P-flats E. Sabbi, M. Dulude, A.R. Martel, S. Baggett, H. Bushouse June 12, 2009 ABSTRACT The Wide Field Camera 3 (WFC3) has two channels, one designed

More information

WFC3 SMOV Program 11427: UVIS Channel Shutter Shading

WFC3 SMOV Program 11427: UVIS Channel Shutter Shading Instrument Science Report WFC3 2009-25 WFC3 SMOV Program 11427: UVIS Channel Shutter Shading B. Hilbert June 23, 2010 ABSTRACT A series of internal flat field images and standard star observations were

More information

WFC3/IR Bad Pixel Table: Update Using Cycle 17 Data

WFC3/IR Bad Pixel Table: Update Using Cycle 17 Data Instrument Science Report WFC3 2010-13 WFC3/IR Bad Pixel Table: Update Using Cycle 17 Data B. Hilbert and H. Bushouse August 26, 2010 ABSTRACT Using data collected during Servicing Mission Observatory

More information

Flux Calibration Monitoring: WFC3/IR G102 and G141 Grisms

Flux Calibration Monitoring: WFC3/IR G102 and G141 Grisms Instrument Science Report WFC3 2014-01 Flux Calibration Monitoring: WFC3/IR and Grisms Janice C. Lee, Norbert Pirzkal, Bryan Hilbert January 24, 2014 ABSTRACT As part of the regular WFC3 flux calibration

More information

HST Mission - Standard Operations WFPC2 Reprocessing NICMOS Reprocessing

HST Mission - Standard Operations WFPC2 Reprocessing NICMOS Reprocessing HST Mission - Standard Operations WFPC2 Reprocessing NICMOS Reprocessing Helmut Jenkner Space Telescope Users Committee Meeting 13 November 2008 WFPC2 Reprocessing As part of the WFPC2 decommissioning

More information

WFC3 Thermal Vacuum Testing: UVIS Broadband Flat Fields

WFC3 Thermal Vacuum Testing: UVIS Broadband Flat Fields WFC3 Thermal Vacuum Testing: UVIS Broadband Flat Fields H. Bushouse June 1, 2005 ABSTRACT During WFC3 thermal-vacuum testing in September and October 2004, a subset of the UVIS20 test procedure, UVIS Flat

More information

WFC3 Thermal Vacuum Testing: UVIS Science Performance Monitor

WFC3 Thermal Vacuum Testing: UVIS Science Performance Monitor WFC3 Thermal Vacuum Testing: UVIS Science Performance Monitor H. Bushouse and O. Lupie May 24, 2005 ABSTRACT During WFC3 thermal-vacuum testing in September and October 2004, the UVIS28 test procedure,

More information

Design of the ACS Science Headers

Design of the ACS Science Headers Instrument Science Report ACS-99-05 Design of the ACS Science Headers Robert Jedrzejewski 25th June 1999 ABSTRACT The decisions made in the design of the data format for ACS images are described. The ACS

More information

STIS Paper Products (Revision A)

STIS Paper Products (Revision A) STIS Instrument Science Report 97-11 STIS Paper Products (Revision A) Susan Keener and Steve Hulbert May 1997 ABSTRACT. This report details the features of the STIS paper products produced by the HST data

More information

UVIS 2.0: Chip-Dependent Flats

UVIS 2.0: Chip-Dependent Flats Instrument Science Report WFC3 2016-04 UVIS 2.0: Chip-Dependent Flats J. Mack, T. Dahlen, E. Sabbi, & A. S. Bowers March 08, 2016 ABSTRACT An improved set of flat fields was delivered to the HST archive

More information

WFC3/IR Channel Behavior: Dark Current, Bad Pixels, and Count Non-Linearity

WFC3/IR Channel Behavior: Dark Current, Bad Pixels, and Count Non-Linearity The 2010 STScI Calibration Workshop Space Telescope Science Institute, 2010 Susana Deustua and Cristina Oliveira, eds. WFC3/IR Channel Behavior: Dark Current, Bad Pixels, and Count Non-Linearity Bryan

More information

Wide Field Camera 3: Design, Status, and Calibration Plans

Wide Field Camera 3: Design, Status, and Calibration Plans 2002 HST Calibration Workshop Space Telescope Science Institute, 2002 S. Arribas, A. Koekemoer, and B. Whitmore, eds. Wide Field Camera 3: Design, Status, and Calibration Plans John W. MacKenty Space Telescope

More information

The IRAF Mosaic Data Reduction Package

The IRAF Mosaic Data Reduction Package Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. 145, 1998 R. Albrecht, R. N. Hook and H. A. Bushouse, eds. The IRAF Mosaic Data Reduction Package Francisco G. Valdes IRAF

More information

Temperature Dependent Dark Reference Files: Linear Dark and Amplifier Glow Components

Temperature Dependent Dark Reference Files: Linear Dark and Amplifier Glow Components Instrument Science Report NICMOS 2009-002 Temperature Dependent Dark Reference Files: Linear Dark and Amplifier Glow Components Tomas Dahlen, Elizabeth Barker, Eddie Bergeron, Denise Smith July 01, 2009

More information

HST and JWST Photometric Calibration. Susana Deustua Space Telescope Science Institute

HST and JWST Photometric Calibration. Susana Deustua Space Telescope Science Institute HST and JWST Photometric Calibration Susana Deustua Space Telescope Science Institute Charge On the HST (and JWST) photometric calibrators, in particular the white dwarf standards including concept for

More information

Chapter 14: NICMOS Instrument Overview. Chapter 15: NICMOS Data Structures. Chapter 16: NICMOS Calibration. Chapter 17: NICMOS Error Sources

Chapter 14: NICMOS Instrument Overview. Chapter 15: NICMOS Data Structures. Chapter 16: NICMOS Calibration. Chapter 17: NICMOS Error Sources PART IV: NICMOS Chapter 14: NICMOS Instrument Overview Chapter 15: NICMOS Data Structures Chapter 16: NICMOS Calibration Chapter 17: NICMOS Error Sources Chapter 18: NICMOS Data Analysis 15 16 NICMOS Chapter

More information

First Results from Contamination Monitoring with the WFC3 UVIS G280 Grism

First Results from Contamination Monitoring with the WFC3 UVIS G280 Grism WFC3 Instrument Science Report 211-18 First Results from Contamination Monitoring with the WFC3 UVIS G28 Grism B. Rothberg, N. Pirzkal, S. Baggett November 2, 211 ABSTRACT The presence of contaminants

More information

Bias and dark calibration of ACS data

Bias and dark calibration of ACS data Bias and dark calibration of ACS data Max Mutchler, Marco Sirianni, Doug Van Orsow, and Adam Riess May 21, 2004 ABSTRACT We describe the routine production of the superbias and superdark reference files

More information

Software Tools for NICMOS

Software Tools for NICMOS 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. Software Tools for NICMOS E.Stobie,D.Lytle,A.Ferro,I.Barg Steward Observatory NICMOS Project, University

More information

2017 Update on the WFC3/UVIS Stability and Contamination Monitor

2017 Update on the WFC3/UVIS Stability and Contamination Monitor Instrument Science Report WFC3 2017-15 2017 Update on the WFC3/UVIS Stability and Contamination Monitor C. E. Shanahan, C. M. Gosmeyer, S. Baggett June 9, 2017 ABSTRACT The photometric throughput of the

More information

WFC3 TV3 Testing: IR Channel Nonlinearity Correction

WFC3 TV3 Testing: IR Channel Nonlinearity Correction Instrument Science Report WFC3 2008-39 WFC3 TV3 Testing: IR Channel Nonlinearity Correction B. Hilbert 2 June 2009 ABSTRACT Using data taken during WFC3's Thermal Vacuum 3 (TV3) testing campaign, we have

More information

a simple optical imager

a simple optical imager Imagers and Imaging a simple optical imager Here s one on our 61-Inch Telescope Here s one on our 61-Inch Telescope filter wheel in here dewar preamplifier However, to get a large field we cannot afford

More information

Anomalies and Artifacts of the WFC3 UVIS and IR Detectors: An Overview

Anomalies and Artifacts of the WFC3 UVIS and IR Detectors: An Overview The 2010 STScI Calibration Workshop Space Telescope Science Institute, 2010 Susana Deustua and Cristina Oliveira, eds. Anomalies and Artifacts of the WFC3 UVIS and IR Detectors: An Overview M. J. Dulude,

More information

ACS/WFC: Differential CTE corrections for Photometry and Astrometry from non-drizzled images

ACS/WFC: Differential CTE corrections for Photometry and Astrometry from non-drizzled images SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report ACS 2007-04 ACS/WFC: Differential CTE corrections for Photometry and Astrometry from non-drizzled images Vera Kozhurina-Platais,

More information

Optical Imaging. (Some selected topics) Richard Hook ST-ECF/ESO

Optical Imaging. (Some selected topics)   Richard Hook ST-ECF/ESO Optical Imaging (Some selected topics) http://www.stecf.org/~rhook/neon/archive_garching2006.ppt Richard Hook ST-ECF/ESO 30th August 2006 NEON Archive School 1 Some Caveats & Warnings! I have selected

More information

A Test of non-standard Gain Settings for the NICMOS Detectors

A Test of non-standard Gain Settings for the NICMOS Detectors Instrument Science Report NICMOS 23-6 A Test of non-standard Gain Settings for the NICMOS Detectors Chun Xu & Torsten Böker 2 May, 23 ABSTRACT We report on the results of a test program to explore the

More information

WFPC2 Status and Plans

WFPC2 Status and Plans WFPC2 Status and Plans John Biretta STUC Meeting 12 April 2007 WFPC2 Status Launched Dec. 1993 ~15 yrs old by end of Cycle 16 Continues to operate well Liens on performance: - CTE from radiation damage

More information

WFC3 Post-Flash Calibration

WFC3 Post-Flash Calibration Instrument Science Report WFC3 2013-12 WFC3 Post-Flash Calibration J. Biretta and S. Baggett June 27, 2013 ABSTRACT We review the Phase II implementation of the WFC3/UVIS post-flash capability, as well

More information

Determination of the STIS CCD Gain

Determination of the STIS CCD Gain Instrument Science Report STIS 2016-01(v1) Determination of the STIS CCD Gain Allyssa Riley 1, TalaWanda Monroe 1, Sean Lockwood 1 1 Space Telescope Science Institute, Baltimore, MD 29 September 2016 ABSTRACT

More information

This release contains deep Y-band images of the UDS field and the extracted source catalogue.

This release contains deep Y-band images of the UDS field and the extracted source catalogue. ESO Phase 3 Data Release Description Data Collection HUGS_UDS_Y Release Number 1 Data Provider Adriano Fontana Date 22.09.2014 Abstract HUGS (an acronym for Hawk-I UDS and GOODS Survey) is a ultra deep

More information

Use of the Shutter Blade Side A for UVIS Short Exposures

Use of the Shutter Blade Side A for UVIS Short Exposures Instrument Science Report WFC3 2014-009 Use of the Shutter Blade Side A for UVIS Short Exposures Kailash Sahu, Sylvia Baggett, J. MacKenty May 07, 2014 ABSTRACT WFC3 UVIS uses a shutter blade with two

More information

FLAT FIELD DETERMINATIONS USING AN ISOLATED POINT SOURCE

FLAT FIELD DETERMINATIONS USING AN ISOLATED POINT SOURCE Instrument Science Report ACS 2015-07 FLAT FIELD DETERMINATIONS USING AN ISOLATED POINT SOURCE R. C. Bohlin and Norman Grogin 2015 August ABSTRACT The traditional method of measuring ACS flat fields (FF)

More information

Interpixel Capacitance in the IR Channel: Measurements Made On Orbit

Interpixel Capacitance in the IR Channel: Measurements Made On Orbit Interpixel Capacitance in the IR Channel: Measurements Made On Orbit B. Hilbert and P. McCullough April 21, 2011 ABSTRACT Using high signal-to-noise pixels in dark current observations, the magnitude of

More information

WFC3/UVIS Updated 2017 Chip- Dependent Inverse Sensitivity Values

WFC3/UVIS Updated 2017 Chip- Dependent Inverse Sensitivity Values Instrument Science Report WFC3 2017-14 WFC3/UVIS Updated 2017 Chip- Dependent Inverse Sensitivity Values S.E. Deustua, J. Mack, V. Bajaj, H. Khandrika June 12, 2017 ABSTRACT We present chip-dependent inverse

More information

WFC3/UVIS TV3 Post-flash Results

WFC3/UVIS TV3 Post-flash Results Technical Instrument Report WFC3 2012-01 WFC3/UVIS TV3 Post-flash Results S. Baggett and T. Wheeler March 29, 2012 Abstract Given recent interest in potentially reviving the WFC3 post-flash capability,

More information

High Contrast Imaging using WFC3/IR

High Contrast Imaging using WFC3/IR SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA WFC3 Instrument Science Report 2011-07 High Contrast Imaging using WFC3/IR A. Rajan, R. Soummer, J.B. Hagan, R.L. Gilliland, L. Pueyo February

More information

Observation Data. Optical Images

Observation Data. Optical Images Data Analysis Introduction Optical Imaging Tsuyoshi Terai Subaru Telescope Imaging Observation Measure the light from celestial objects and understand their physics Take images of objects with a specific

More information

WFC3 TV2 Testing: UVIS Shutter Stability and Accuracy

WFC3 TV2 Testing: UVIS Shutter Stability and Accuracy Instrument Science Report WFC3 2007-17 WFC3 TV2 Testing: UVIS Shutter Stability and Accuracy B. Hilbert 15 August 2007 ABSTRACT Images taken during WFC3's Thermal Vacuum 2 (TV2) testing have been used

More information

Wavelength Calibration Accuracy of the First-Order CCD Modes Using the E1 Aperture

Wavelength Calibration Accuracy of the First-Order CCD Modes Using the E1 Aperture Wavelength Calibration Accuracy of the First-Order CCD Modes Using the E1 Aperture Scott D. Friedman August 22, 2005 ABSTRACT A calibration program was carried out to determine the quality of the wavelength

More information

WFC Zeropoints at -80C

WFC Zeropoints at -80C WFC Zeropoints at -80C J. Mack, R. L. Gilliland, J. Anderson, & M. Sirianni May 2, 2007 ABSTRACT Following the recovery of ACS with the side-2 electronics in July 2006, the temperature of the WFC detector

More information

WFC3/UVIS Sky Backgrounds

WFC3/UVIS Sky Backgrounds Instrument Science Report WFC3 2012-12 v.1.1 WFC3/UVIS Sky Backgrounds Sylvia Baggett & Jay Anderson June 28, 2012 ABSTRACT This report summarizes the on-orbit background levels present in WFC3/UVIS full-frame

More information

The DrizzlePac Handbook

The DrizzlePac Handbook Version 1.0 June 2012 The DrizzlePac Handbook Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218 help@stsci.edu Operated by the Association of Universities for Research in

More information

WFC3 SMOV Proposal 11422/ 11529: UVIS SOFA and Lamp Checks

WFC3 SMOV Proposal 11422/ 11529: UVIS SOFA and Lamp Checks WFC3 SMOV Proposal 11422/ 11529: UVIS SOFA and Lamp Checks S.Baggett, E.Sabbi, and P.McCullough November 12, 2009 ABSTRACT This report summarizes the results obtained from the SMOV SOFA (Selectable Optical

More information

Assessing ACS/WFC Sky Backgrounds

Assessing ACS/WFC Sky Backgrounds Instrument Science Report ACS 2012-04 Assessing ACS/WFC Sky Backgrounds Josh Sokol, Jay Anderson, Linda Smith July 31, 2012 ABSTRACT This report compares the on-orbit sky background levels present in Cycle

More information

Observa(onal Strategy

Observa(onal Strategy Observa(onal Strategy Some issues for ACS & WFC3 Dithering ACS: 1.8% hot pixels, cosmic rays, interchip gap Mutchler & Cox 2001 & Dither Handbook LINE BOX Dithering Large Scale: Mosaic Dithers Images combined

More information

Aligning and Drizzling WFPC2 Images

Aligning and Drizzling WFPC2 Images Aligning and Drizzling WFPC2 Images Introduction The three Wide Field channels (WF2, 3, and 4) in WFPC2 produce images that are strongly undersampled. But spatial resolution could be improved by combining

More information

Post-Flash Calibration Darks for the Advanced Camera for Surveys Wide Field Channel (ACS/WFC)

Post-Flash Calibration Darks for the Advanced Camera for Surveys Wide Field Channel (ACS/WFC) Instrument Science Report ACS 2015-03 Post-Flash Calibration Darks for the Advanced Camera for Surveys Wide Field Channel (ACS/WFC) S. Ogaz, J. Anderson & D. Golimowski June, 23 2015 Abstract We present

More information

Southern African Large Telescope. RSS CCD Geometry

Southern African Large Telescope. RSS CCD Geometry Southern African Large Telescope RSS CCD Geometry Kenneth Nordsieck University of Wisconsin Document Number: SALT-30AM0011 v 1.0 9 May, 2012 Change History Rev Date Description 1.0 9 May, 2012 Original

More information

STIS CCD Anneals. 1. Introduction. Instrument Science Report STIS Revision A

STIS CCD Anneals. 1. Introduction. Instrument Science Report STIS Revision A Instrument Science Report STIS 98-06-Revision A STIS CCD Anneals Jeffrey J.E. Hayes, Jennifer A. Christensen, Paul Goudfrooij March 1998 ABSTRACT In this ISR we outline the comprehensive monitoring program

More information

STScI/IDTL Near-IR Detector Simulations

STScI/IDTL Near-IR Detector Simulations STScI/IDTL Near-IR Detector Simulations Anand Sivaramakrishnan Ernie Morse, Russ Makidon, Eddie Bergeron, Stefano Casertano, Don Figer Space Telescope Science Institute with Scott Acton, Paul Atcheson

More information

Phase-2 Preparation Tool

Phase-2 Preparation Tool Gran Telescopio Canarias Phase-2 Preparation Tool Valid from period 2014A Updated: 5 December 2013 1 Contents 1. The GTC Phase-2 System... 3 1.1. Introduction... 3 1.2. Logging in... 3 2. Defining an observing

More information

WFC3 SMOV Programs 11436/8: UVIS On-orbit PSF Evaluation

WFC3 SMOV Programs 11436/8: UVIS On-orbit PSF Evaluation Instrument Science Report WFC3 2009-38 WFC3 SMOV Programs 11436/8: UVIS On-orbit PSF Evaluation G. F. Hartig 10 November 2009 ABSTRACT We have assessed the image quality of the WFC3 UVIS channel on orbit,

More information

Master sky images for the WFC3 G102 and G141 grisms

Master sky images for the WFC3 G102 and G141 grisms Master sky images for the WFC3 G102 and G141 grisms M. Kümmel, H. Kuntschner, J. R. Walsh, H. Bushouse January 4, 2011 ABSTRACT We have constructed master sky images for the WFC3 near-infrared G102 and

More information

Overview of the WFC3 Cycle 17 Detector Monitoring Campaign

Overview of the WFC3 Cycle 17 Detector Monitoring Campaign Instrument Science Report WFC3 2009-07 Overview of the WFC3 Cycle 17 Detector Monitoring Campaign Michael H. Wong, Sylvia M. Baggett, Susana Deustua, Tiffany Borders, André Martel, Bryan Hilbert, Jason

More information

DOLPHOT/ACS User s Guide

DOLPHOT/ACS User s Guide DOLPHOT/ACS User s Guide version 2.0 Andrew Dolphin adolphin@raytheon.com October 2011 http://purcell.as.arizona.edu/dolphot/ Contents 1 Introduction 2 2 Installation 3 2.1 Makefile....................................

More information

Calibrating VISTA Data

Calibrating VISTA Data Calibrating VISTA Data IR Camera Astronomy Unit Queen Mary University of London Cambridge Astronomical Survey Unit, Institute of Astronomy, Cambridge Jim Emerson Simon Hodgkin, Peter Bunclark, Mike Irwin,

More information

Chapter 2 DECam Imager

Chapter 2 DECam Imager Chapter 2 DECam Imager Version 0.0, Aug 2011 In This Chapter Instrument Overview... 2-1 Data Products... 2-7 Calibration.(TBD) Sources of Error.(TBD) References & Further Information 2-14 NOAO DATA The

More information

OmegaCAM calibrations for KiDS

OmegaCAM calibrations for KiDS OmegaCAM calibrations for KiDS Gijs Verdoes Kleijn for OmegaCEN & KiDS survey team Kapteyn Astronomical Institute University of Groningen A. Issues common to wide field imaging surveys data processing

More information

STIS CCD Saturation Effects

STIS CCD Saturation Effects SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report STIS 2015-06 (v1) STIS CCD Saturation Effects Charles R. Proffitt 1 1 Space Telescope Science Institute, Baltimore,

More information

Abstract. The problem of cosmic ray ècrè removal is a general one plaguing spaceborne

Abstract. The problem of cosmic ray ècrè removal is a general one plaguing spaceborne 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. Cosmic Ray and Hot Pixel Removal from STIS CCD Images Robert S. Hill and Wayne B. Landsman Hughes STX Corp.,

More information

WFC3 TV3 Testing: UVIS-1 Crosstalk

WFC3 TV3 Testing: UVIS-1 Crosstalk WFC3 TV3 Testing: UVIS-1 Crosstalk S.Baggett May 6, 2009 ABSTRA This report summarizes the behavior of the crosstalk in the Wide Field Camera 3 UVIS-1 flight detector based on thermal-vacuum data taken

More information

Observing*Checklist:*A3ernoon*

Observing*Checklist:*A3ernoon* Ay#122a:# Intro#to#Observing/Image#Processing# (Many&slides&today& c/o&m.&bolte)& Observing*Checklist:*A3ernoon* Set*up*instrument*(verify*and*set*filters,*gra@ngs,*etc.)* Set*up*detector*(format,*gain,*binning)*

More information

arxiv:astro-ph/ v1 26 Aug 1997

arxiv:astro-ph/ v1 26 Aug 1997 A novel image reconstruction method applied to deep Hubble Space Telescope images arxiv:astro-ph/9708242v1 26 Aug 1997 A. S. Fruchter a and R. N. Hook b a Space Telescope Science Institute 3700 San Martin

More information

Selecting the NIR detectors for Euclid

Selecting the NIR detectors for Euclid National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology Selecting the NIR detectors for Euclid Stefanie Wachter Michael Seiffert On behalf of the Euclid

More information

Photometry. Variable Star Photometry

Photometry. Variable Star Photometry Variable Star Photometry Photometry One of the most basic of astronomical analysis is photometry, or the monitoring of the light output of an astronomical object. Many stars, be they in binaries, interacting,

More information

Simulations of the STIS CCD Clear Imaging Mode PSF

Simulations of the STIS CCD Clear Imaging Mode PSF 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. Simulations of the STIS CCD Clear Imaging Mode PSF R.H. Cornett Hughes STX, Code 681, NASA/GSFC, Greenbelt

More information

Processing ACA Monitor Window Data

Processing ACA Monitor Window Data Processing ACA Monitor Window Data CIAO 3.4 Science Threads Processing ACA Monitor Window Data 1 Table of Contents Processing ACA Monitor Window Data CIAO 3.4 Background Information Get Started Obtaining

More information

FLAT FIELDS FOR FILTER WHEEL OFFSET POSITIONS

FLAT FIELDS FOR FILTER WHEEL OFFSET POSITIONS FLAT FIELDS FOR FILTER WHEEL OFFSET POSITIONS R. C. Bohlin, T. Wheeler, and J. Mack October 29, 2003 ABSTRACT The ACS filter wheel movements are accurate to one motor step, which leads to errors that exceed

More information

Abstract. Preface. Acknowledgments

Abstract. Preface. Acknowledgments Contents Abstract Preface Acknowledgments iv v vii 1 Introduction 1 1.1 A Very Brief History of Visible Detectors in Astronomy................ 1 1.2 The CCD: Astronomy s Champion Workhorse......................

More information

WFC3 TV2 Testing: UVIS Filtered Throughput

WFC3 TV2 Testing: UVIS Filtered Throughput WFC3 TV2 Testing: UVIS Filtered Throughput Thomas M. Brown Oct 25, 2007 ABSTRACT During the most recent WFC3 thermal vacuum (TV) testing campaign, several tests were executed to measure the UVIS channel

More information

GO Added Near-IR Fringe Flats (Rev. A)

GO Added Near-IR Fringe Flats (Rev. A) Instrument Science Report STIS 97-15 GO Added Near-IR Fringe Flats (Rev. A) S. Baum, Harry Ferguson, J. R. Walsh, P. Goudfrooij, R. Downes, and H. Lanning December 1, 1997 (Revised November 12, 1998) ABSTRACT

More information

GPI INSTRUMENT PAGES

GPI INSTRUMENT PAGES GPI INSTRUMENT PAGES This document presents a snapshot of the GPI Instrument web pages as of the date of the call for letters of intent. Please consult the GPI web pages themselves for up to the minute

More information

A PSF-fitting Photometry Pipeline for Crowded Under-sampled Fields. M. Marengo & Jillian Neeley Iowa State University

A PSF-fitting Photometry Pipeline for Crowded Under-sampled Fields. M. Marengo & Jillian Neeley Iowa State University A PSF-fitting Photometry Pipeline for Crowded Under-sampled Fields M. Marengo & Jillian Neeley Iowa State University What, and Why Developed to extract globular cluster photometry for Spitzer/IRAC Carnegie

More information

Astronomy 341 Fall 2012 Observational Astronomy Haverford College. CCD Terminology

Astronomy 341 Fall 2012 Observational Astronomy Haverford College. CCD Terminology CCD Terminology Read noise An unavoidable pixel-to-pixel fluctuation in the number of electrons per pixel that occurs during chip readout. Typical values for read noise are ~ 10 or fewer electrons per

More information

Comparing Aperture Photometry Software Packages

Comparing Aperture Photometry Software Packages Comparing Aperture Photometry Software Packages V. Bajaj, H. Khandrika April 6, 2017 Abstract Multiple software packages exist to perform aperture photometry on HST data. Three of the most used softwares

More information

TIRCAM2 (TIFR Near Infrared Imaging Camera - 3.6m Devasthal Optical Telescope (DOT)

TIRCAM2 (TIFR Near Infrared Imaging Camera - 3.6m Devasthal Optical Telescope (DOT) TIRCAM2 (TIFR Near Infrared Imaging Camera - II) @ 3.6m Devasthal Optical Telescope (DOT) (ver 4.0 June 2017) TIRCAM2 (TIFR Near Infrared Imaging Camera - II) is a closed cycle cooled imager that has been

More information

Photometry using CCDs

Photometry using CCDs Photometry using CCDs Signal-to-Noise Ratio (SNR) Instrumental & Standard Magnitudes Point Spread Function (PSF) Aperture Photometry & PSF Fitting Examples Some Old-Fashioned Photometers ! Arrangement

More information

Astro-photography. Daguerreotype: on a copper plate

Astro-photography. Daguerreotype: on a copper plate AST 1022L Astro-photography 1840-1980s: Photographic plates were astronomers' main imaging tool At right: first ever picture of the full moon, by John William Draper (1840) Daguerreotype: exposure using

More information

Pixel History for Advanced Camera for Surveys Wide Field Channel

Pixel History for Advanced Camera for Surveys Wide Field Channel Pixel History for Advanced Camera for Surveys Wide Field Channel David Borncamp, Norman Grogin, Matthew Bourque and Sara Ogaz June 16, 2017 Abstract Excess thermal energy present in a Charged Coupled Device

More information

An Investigation of Optimal Dither Strategies for JWST

An Investigation of Optimal Dither Strategies for JWST When there is a discrepancy between the information in this technical report and information in JDox, assume JDox is correct. JWST-STScI-000647 SM-12 Space Telescope Science Institute JAMES WEBB SPACE

More information

Advanced Camera for Surveys Instrument Handbook for Cycle 20

Advanced Camera for Surveys Instrument Handbook for Cycle 20 Version 11.0 December 2011 Advanced Camera for Surveys Instrument Handbook for Cycle 20 (With Historical Information for the Inoperative HRC Channel) Space Telescope Science Institute 3700 San Martin Drive

More information

Achieving milli-arcsecond residual astrometric error for the JMAPS mission

Achieving milli-arcsecond residual astrometric error for the JMAPS mission Achieving milli-arcsecond residual astrometric error for the JMAPS mission Gregory S. Hennessy a,benjaminf.lane b, Dan Veilette a, and Christopher Dieck a a US Naval Observatory, 3450 Mass Ave. NW, Washington

More information

No Evidence Found for WFC3/UVIS QE Overshoot

No Evidence Found for WFC3/UVIS QE Overshoot 1 SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report WFC3 2014-13 No Evidence Found for WFC3/UVIS QE Overshoot M. Bourque, S. Baggett, & L. Dressel May 29, 2014 ABSTRACT

More information

The DSI for Autostar Suite

The DSI for Autostar Suite An Introduction To DSI Imaging John E. Hoot President Software Systems Consulting 1 The DSI for Autostar Suite Meade Autostar Suite Not Just A Project, A Mission John E. Hoot System Architect 2 1 DSI -

More information

The 0.84 m Telescope OAN/SPM - BC, Mexico

The 0.84 m Telescope OAN/SPM - BC, Mexico The 0.84 m Telescope OAN/SPM - BC, Mexico Readout error CCD zero-level (bias) ramping CCD bias frame banding Shutter failure Significant dark current Image malting Focus frame taken during twilight IR

More information

WISE Calibration Peer Review

WISE Calibration Peer Review WISE Calibration Peer Review WISE Science Data Processing Overview R. Cutri (WSDC Manager) T. Conrow (Lead Engineer) J. Fowler & H. McCallon - Position Reconstruction F. Masci - Instrumental Calibration

More information

New Bad Pixel Mask Reference Files for the Post-NCS Era

New Bad Pixel Mask Reference Files for the Post-NCS Era Instrument Science Report NICMOS 2009-001 New Bad Pixel Mask Reference Files for the Post-NCS Era Elizabeth A. Barker and Tomas Dahlen June 08, 2009 ABSTRACT The last determined bad pixel masks for the

More information

Phase-2 Preparation Tool

Phase-2 Preparation Tool Gran Telescopio Canarias Phase-2 Preparation Tool Valid from period 2012A Updated: 6 March 2012 1 Contents 1. The GTC Phase-2 System... 3 1.1. Introduction... 3 1.2. Logging in... 3 2. Defining an observing

More information

Advanced Camera for Surveys Exposure Time Calculator: II. Baseline Tests for the Ramp Filter Modes.

Advanced Camera for Surveys Exposure Time Calculator: II. Baseline Tests for the Ramp Filter Modes. Instrument Science Report ACS 00-07 Advanced Camera for Surveys Exposure Time Calculator: II. Baseline Tests for the Ramp Filter Modes. D. Van Orsow, F.R. Boffi, R. Bohlin, R.A. Shaw August 23, 2000 ABSTRACT

More information

Instruction Manual for HyperScan Spectrometer

Instruction Manual for HyperScan Spectrometer August 2006 Version 1.1 Table of Contents Section Page 1 Hardware... 1 2 Mounting Procedure... 2 3 CCD Alignment... 6 4 Software... 7 5 Wiring Diagram... 19 1 HARDWARE While it is not necessary to have

More information

to optical and charge diffusion effects

to optical and charge diffusion effects Instrument Science Report ACS 23-6 ACS WFC & HRC fielddependent PSF variations due to optical and charge diffusion effects John Krist June 25, 23 ABSTRACT The ACS point spread function remains fairly stable

More information

Charge Coupled Devices. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution.

Charge Coupled Devices. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution. Charge Coupled Devices C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution. 1 1. Introduction While telescopes are able to gather more light from a distance source than does the naked eye,

More information

New Bad Pixel Mask Reference Files for the Post-NCS Era

New Bad Pixel Mask Reference Files for the Post-NCS Era The 2010 STScI Calibration Workshop Space Telescope Science Institute, 2010 Susana Deustua and Cristina Oliveira, eds. New Bad Pixel Mask Reference Files for the Post-NCS Era Elizabeth A. Barker and Tomas

More information

ARRAY CONTROLLER REQUIREMENTS

ARRAY CONTROLLER REQUIREMENTS ARRAY CONTROLLER REQUIREMENTS TABLE OF CONTENTS 1 INTRODUCTION...3 1.1 QUANTUM EFFICIENCY (QE)...3 1.2 READ NOISE...3 1.3 DARK CURRENT...3 1.4 BIAS STABILITY...3 1.5 RESIDUAL IMAGE AND PERSISTENCE...4

More information

Camera 3 Intrapixel Sensitivity

Camera 3 Intrapixel Sensitivity Instrument Science Report NICMOS-99-005 Camera 3 Intrapixel Sensitivity A. Storrs, R. Hook, M. Stiavelli, C. Hanley, W. Freudling August 1999 ABSTRACT The NICMOS detectors have significant sensitivity

More information

Advanced Camera for Surveys Instrument Handbook for Cycle 23

Advanced Camera for Surveys Instrument Handbook for Cycle 23 Version 14.0 January 2015 Advanced Camera for Surveys Instrument Handbook for Cycle 23 (With Historical Information for the Inoperative HRC Channel) Space Telescope Science Institute 3700 San Martin Drive

More information