The STScI STIS Pipeline VII: Extraction of 1-D Spectra

Size: px
Start display at page:

Download "The STScI STIS Pipeline VII: Extraction of 1-D Spectra"

Transcription

1 STIS Instrument Science Report The STScI STIS Pipeline VII: Extraction of 1-D Spectra Steve Hulbert, Phil Hodge, and Ivo Busko February 1997 ABSTRACT This report discusses the extraction of 1-D spectra performed by CALSTIS-6. CALSTIS-6 processes flat-fielded 2-D ACCUM images to produce a collection of one-dimension spectra. In the first iteration of CALSTIS-6 an unweighted extraction algorithm will be used. The resultant flux- and wavelength-calibrated spectra are stored in 3-D binary tables. 1. Introduction This reports presents a subset of the spectroscopic reductions planned for the STIS calibration pipeline. Following the original design described in Plans for the STScI STIS Pipeline I: Overview (Baum & Hodge, STIS ISR ) this report deals with CAL- STIS-6. This part of CALSTIS takes the flat-fielded science image and extracts onedimensional spectra. This report is organized as follows: Section 2 summarizes the basic spectroscopic calibration processing and data flow as they apply to 1-D spectral extraction. Section 3 describes details of the possible extraction schemes. Section 4 describes the data quality and error propagation performed by CALSTIS-6. Section 5 summarizes the output data format for spectra. Section 6 lists specific programming requirements. 2. Extraction of One-Dimensional Spectra in CALSTIS-6 The extraction of one-dimension spectra from the flat-fielded (or CR-rejected) twodimensional image is a multistage process. The processing of spectroscopic ACCUM observations in CALSTIS-6 is summarized in Figure 1 on page 2. Figure 2 on page 3 depicts a representative spectrum (first-order or single echelle order) in a hypothetical 1

2 point-source input image. Figure 2 also provides the definition of the coordinate system used throughout this report. Figure 1: CALSTIS-6 Processing Flow. (_flt or _crj) Extract 1-D Spectra Subtract Background Assign Wavelengths Assign Fluxes Apply Heliocentric Wavelength Correction (_x1d) 2

3 Figure 2: The STIS coordinate system for spectroscopic observations AXIS 2 / Slit Position Spectrum AXIS 1 / Dispersion Note: For the case of observations using the cross-disperser, AXIS1 becomes Slit Position and AXIS2 becomes Dispersion. Read the input data The input data consist of a flat-fielded (_flt) or cosmic ray rejected (_crj) 2-D science image. In addition to reading the input image, CALSTIS-6 reads header keywords from the input image that describe the instrument configuration: DETECTOR, OPT_ELEM, APERTURE, CENWAVE. These keywords are, in turn, used to select the appropriate calibration data from the calibration reference tables. Table 1 lists the set of calibration switch keywords that controls calibration processing and the keywords containing the names of the supporting reference table. Table 1. CALSTIS-6 Calibration Switch and Reference File Keywords Calibration Step Calibration Switch Calibration Reference File(s) Needed Read small scale geometric corrections SGEOCORR SDSTFILE Extract 1-D spectra X1DCORR SPTRCTAB XTRACTAB Subtract background BACKCORR XTRACTAB Apply dispersion solution DISPCORR DISPTAB INANGTAB APDESTAB MOFFTAB ESPTAB Convert to absolute flux FLUXCORR APERTAB PHOTTAB Convert to heliocentric wavelengths HELCORR 3

4 SGEOCORR: Read Small-Scale Geometric Distortions If SGEOCORR is set to PERFORM, CALSTIS-6 corrects for small scale geometric distortions in the MAMA detectors. These distortions are not adequately removed by the dispersion or spectrum tracings. The corresponding reference file, SDSTFILE, contains the distortion offsets for each pixel in the MAMA image. For CALSTIS-6 processing, all AXIS2 positions in the input image must be modified by the AXIS2 small scale distortion deltas in the small scale distortion file. Since we do not interpolate pixels in the dispersion direction, no corrections are made to the AXIS1 positions prior to reading or extracting pixel values. Instead, the AXIS1 deltas are used to correct the assigned wavelengths. X1DCORR: Extract 1-D Spectra CALSTIS-6 assumes that a 1-D spectrum is present and that it can be extracted independently of the X1DCORR calibration switch. In the pipeline, CALSTIS-0 determines if CALSTIS-6 should be called based on the value of the X1DCORR calibration switch. Initially, X1DCORR will be set to PERFORM for observations using one of the echelle gratings and to OMIT for all other spectroscopic observations. Locate the spectrum The nominal location of the spectrum is specified in the spectrum trace table, SPTRCTAB and is given by (A1CENTER, A2CENTER) from this table. These coordinates are not constrained to be integers. The nominal position along the slit must be modified to include the previously updated position information found in the header. The possible position deltas are listed in Table 2. Table 2. Possible Offsets to Nominal Spectrum Center Keyword SHIFTA1 SHIFTA2 MOFFSET1 MOFFSET2 Offset determined from the associated WAVECAL caused by the limits of the MSM repeatability and by thermal drifts. Commanded offsets for MAMA observations to reduce degradation of MAMA detectors The nominal A2CENTER position of the spectrum (i.e., the position of the target in the AXIS2 or A2 or slit direction) is calculated as follows (where the variables are as described in Table 2. A2CENTER = A2CENTER + SHIFTA2 + MOFFSET2 (Equation 1) 4

5 SPTRCTAB also contains the description of the distorted shape of the spectrum. The shape is stored as a vector consisting of pixel offsets (in the AXIS2 direction) relative to the nominal center of the spectrum (A2CENTER). This spectrum trace is used to find (and eventually to extract) the 1-D spectrum. See Table 7 on page 16 for a description of the columns in the spectrum trace table, SPTRCTAB. The location of the spectrum is improved by searching in the vicinity of the nominal location of the spectrum by performing a cross-correlation between the distortion vector and the input spectrum image. Figure 3 on page 6 schematically shows the cross correlation process. The search extends for ±n pixels around the nominal center, where n is read from the MAXSEARCH column in the XTRACTAB table. At each AXIS2 position in the search range (which differs from the nominal center by an integer number of pixels) a sum of the counts along the spectrum shape is formed. This sum is created by adding the value of one pixel s worth of data at each of the AXIS1 pixel positions. The pixel extracted in the AXIS2 direction is centered on the spectrum position (A2CENTER + pixel offset) and may include fractional contributions from two pixels. Quadratic refinement (as shown in Figure 4 on page 6) is used to locate the spectrum to a fraction of a pixel. The final A2CENTER becomes: A2CENTER = A2CENTER + CRSCROFF (Equation 2) where CRSCROFF is the offset found during the cross correlation. If the cross correlation fails, the value of CRSCROFF is set to zero, a warning message is written to STDOUT, and the A2CENTER calculated prior to the cross correlation attempt is used as the location of the spectrum. CRSCROFF is written to the output science header. An alternate method for performing the cross correlation may be employed. In this case a 2-D template is created from the spectrum trace table. The cross correlation is carried out between the 2-D template and input image. Quadratic refinement is used as above to refine the position of the center of the spectrum to a fraction of a pixel. Extract the 1-D spectra The extraction of the spectrum is defined by a triplet of extraction boxes found in the reference table, XTRACTAB. Figure 5 on page 7 shows a schematic representation of the extraction boxes. For each pixel in the dispersion direction, CALSTIS-6 sums the values in the spectrum extraction box. The extraction box is nominally one pixel wide and x pixels tall, centered on the spectrum. (Remember that we determined the center of the spectrum in the previous step.) The height of the extraction box may include a fractional part of one or two pixels. In the case of a fractional pixel, CALSTIS-6 will scale the counts in the given pixel by the fraction of the pixel extracted. Thus, each pixel in the output spectrum consists of the sum of some number (or fraction) of pixels in the input image. 5

6 The extraction of the 1-D spectrum is shown in Figure 6 on page 8. See Table 9 on page 17 for a description of the columns in the extraction parameter table. Figure 3: Repeated Extraction Strategy for Finding Spectrum Center AXIS2 Pixel Spectrum Trace Spectrum Cross Correlation Range AXIS1 Pixel Figure 4: Quadratic Refinement Used to Find Actual AXIS2 Center of Spectrum Actual AXIS2 Position Nominal AXIS2 Position Sum AXIS2 Pixel The extraction of the spectrum allows for unweighted or optimal extraction. The extraction algorithm is selected based on the value of the reference table parameter, XTRACALG. This flag has possible values of UNWEIGHTED and OPTIMAL. See Sec- 6

7 tion 3 for a description of the extraction algorithms. The value of XTRACALG should be written to the header of the output spectrum data file. As a first cut, CALSTIS-6 will perform unweighted extraction of the 1-D spectra. Implementation of the optimal extraction algorithm in CALSTIS-6 will be done at a later time. At the end of the 1-D extraction step, a spectrum of gross counts/second is produced. The conversion to count rate is as follows: R G i = ---- i t where i is the pixel number, (Equation 3) G i R i is the gross counts/sec in the spectrum at pixel i, is the extracted raw counts, and t is the exposure time. Figure 5: Extraction Box Geometry Background tilt angle Background Extraction Box Spectrum Spectrum Extraction Box Background Extraction Box 1 pixel BACKCORR: Subtract the Background If the calibration switch BACKCORR has the value of PERFORM, the background is calculated and subtracted from the extracted spectrum. The background is extracted above and below the spectrum and a function is fit to the background. The fitting function is restricted to a zeroth or first order polynomial fit and is a function of the AXIS2 position. The polynomial order, BACKORD, is read from the XTRACTAB table and written to a header keyword of the same name in the output spectrum table. Average background (c/s/pixel) values are calculated from each background bin. A complete accounting of the 7

8 fractional pixel contributions to the background is required. In the case of BACKORD=0, a simple average of the two background bins is computed. For BACKORD=1, a linear fit to the background values as a function of AXIS2 position is computed. A background value is then interpolated at the center of each pixel that contributes to the extracted spectrum. The background in the spectrum extraction box is totaled and subtracted from the sum of the spectrum box. The total background at each pixel in the output spectrum is saved and eventually written out to the output data file.ry Figure 6: Extracting the 1-D Spectrum AXIS2 Pixel Spectrum Extraction Box Length AXIS1 Pixel In general, it is not assumed that the background or sky is aligned with the detector pixels. To accommodate this, the definition of the background extraction apertures includes not only a length and offset (center-to-center) but also a linear tilt to assist in properly subtracting the background. This tilt, as shown in Figure 5 on page 7, is taken into account when calculating the average background in the background extraction boxes. DISPCORR: Assign Wavelengths Wavelengths are assigned using dispersion coefficients from the reference table, DISPTAB when the calibration switch, DISPCORR is set to PERFORM. IF DISP- CORR is equal to OMIT, no wavelengths are assigned. Offsets introduced by using apertures other than a reference aperture (used to derive the coefficients) will be removed using coefficients in INANGTAB. Offsets introduced by the monthly MAMA dither offsets will be removed using coefficients in the MOFFTAB table. In the case of echelle 8

9 observations, small shifts introduced by the tilt of the spectral features will be removed using coefficients in the ESPTAB table. The DISPTAB table of dispersion contains coefficients for fits to the following dispersion solution: s = A 0 + A 1 mλ + A 2 ( mλ) 2 + A 3 m+ A 4 λ + A 5 m 2 λ + A 6 mλ 2 where, λ is the wavelength in Angstroms, (Equation 4) s m is the detector AXIS1 position, is the spectral order, and A i are the dispersion coefficients. For each pixel in the AXIS1 direction, a wavelength will be calculated. First, any modification to the dispersion coefficients due to spectrum offsets must be made. Table 3 on page 9 lists the possible offsets and the appropriate corrections. For each integer value of s in the AXIS1 direction, a wavelength is calculated. The wavelength value must be solved for iteratively using the Newton-Raphson method (see, for example, Press, W.H. et al. Numerical Recipes in C p. 362). Table 3. Modifications to the Dispersion Coefficients Caused by Offsets Correction Ref Table Algorithm Definitions Incidence Angle INANGTAB A i = A i + c 1 s A i dispersion coefficients A 0 = A 0 + c 2 s 2 c i incidence angle coefficients s aperture offsets in the axis 1 direction calculated as difference of relative aperture centers (arcsec) MAMA Offsets MOFFTAB A i = A i + o 1 x A i dispersion coefficients A 0 = A 0 + o 2 x 2 o i MAMA offset coefficients x MAMA offset (MOFFSET1) (pixels) Echelle Spectrum Tilt ESPTAB A 0 = A 0 + ytanθ A i y dispersion coefficients axis 2 offset from nominal A2CENTER during spectrum locate process (pixels) spectrum tilt angel θ 9

10 FLUXCORR: Convert to absolute flux If FLUXCORR is set to PERFORM, the raw counts are corrected to FLAM (erg cm - 2 s -1 Å -1 ) using reference files PHOTTAB and APERTAB. Execution of the flux conversion calibration step requires that wavelengths have been assigned. Corrections for vignetting and echelle blaze are handled within the PHOTTAB reference files at this time, no attempt will be made to decouple all of the various sources of response variation seen with STIS. The conversion to absolute flux is calculated as: F λ = hc N A HST R λ T λ λ λ λ (Equation 5) F λ h c is the calibrated flux at a particular wavelength, is Planck s constant, is the speed of light, A HST is the area of the unobstructed HST primary mirror ( cm 2 ), R λ is the throughput of the STIS instrument configuration at a particular wavelength when a clear full aperture is in place, λ is a particular wavelength, λ N λ T λ is the dispersion (Å/pixel)at a particular wavelength, is the net count rate at a particular wavelength, and is the aperture throughput at a particular wavelength. HELCORR: Apply heliocentric corrections to the wavelengths The correction of wavelengths to a heliocentric reference frame is controlled by calibration switch HELCORR and DISPCORR if both switches are set to PERFORM then the correction is made. The functional form of the correction (shown below) requires the calculation of the heliocentric velocity (v) of the earth in the line of sight to the target. v λ helio = λ c (Equation 6) λ helio is the heliocentric wavelength, λ is a particular wavelength, v is the component of the velocity of the earth in the direction of the target, and 10

11 c is the speed of light. The derivatives of low-precision formulae for the Sun s coordinates described in the Astronomical Almanac are used to calculate the velocity vector of the earth in the equatorial coordinate system of the epoch J2000. The algorithm does not include Earth-Moon motion, Sun-barycenter motion, nor light time correction from the Earth to the Sun. This value for the earth s velocity should be accurate to ~0.025 km/sec during the lifetime of STIS. (Note: the uncertainty of km/s is much less than the ~2.6 km/s resolution obtained with the STIS high dispersion echelle gratings.) The algorithm used in CAL- STIS-6 should be identical to that used in CALSTIS-7. The value of heliocentric velocity, v, is written to the header keyword, HELIOVEL in the output header. 3. Extraction Algorithm Extraction of one-dimensional spectra for point sources can be described by: W sλ ( C sλ B sλ ) s N λ = where, N λ s W sλ is the net extracted spectrum, (Equation 7) W sλ C sλ is the weighting applied to each pixel in the spectrum, is the observed count rate at each slit position and wavelength, and Unweighted B sλ is the fitted background (and/or sky) count rate at each slit position and wavelength. In the case of unweighted extraction, the factor W sλ has the value of 1 at every pixel in the spectrum and is 0 outside of the spectrum. As implemented in CALSTIS-6, a rectangular extraction box centered in the slit direction on the spectrum is used to identify that portion of the 2-D spectrum to be summed to produce the output 1-D spectrum. Optimal The case of optimal extraction is described by Horne (1986) with additional work specific to handling the problematic case of distorted spectra by Marsh (1989). Optimal extraction has as its goal identifying a set of weights that maximizes the signal-to-noise 11

12 ratio in the extracted spectrum. The optimally-extracted spectrum is found by using Equation 8 where: W sλ = P sλ V sλ (Equation 8) P sλ V sλ is the spatial profile of the spectrum and is the variance of the background/sky subtracted data points. The two items of importance in this method are good error estimates for the original data points and an accurate knowledge of the spatial profile. Assignment of error estimates to the data points is handled in CALSTIS-1. The method for determining the best spatial profile is under investigation. 4. Quality and Error Propagation Quality Propagation The data quality value for any pixel in an extracted 1-D spectrum is the or-ed value of all data quality values that were used to produce the spectrum. At this time CALSTIS- 6 does not set any additional data quality values. Error Propagation CALSTIS-6 will propagate errors during the conversion of counts to count rate, the extraction of the 1-D spectra, the subtraction of the background, and the conversion to the absolute flux. In those cases where fractional pixels are coadded to form a sum, the relative error from each fractional part is combined to form the error associated with the sum. The errors associated with the calibrated data are part of the output data products. These errors are consistent with the highest level of flux calibration applied to the data (i.e., if the data are only processed as far as background subtracted count rates, the error estimates are those associated with the count rate values). In equations 9-11 below, the deltas ( ) represent the associated errors for a given measurement. The gross count rate spectrum is calculated as: C ± C = R R -- ± t t (Equation 9) C ± C R ± R is the count rate, is the raw counts, and t is the exposure time. 12

13 The net spectrum is calculated as: N ± N = ( C B) ± ( C 2 + B 2 ) 1 2 (Equation 10) N ± N is the net spectrum and B ± B is the background. The flux calibrated spectrum is calculated as: F ± F = N S ± ( N S) (Equation 11) F ± F is the flux calibrated spectrum and S = hc A HST R λ T λ λ λ is the flux conversion factor from Equation Formats A complete spectrum consists of seven arrays containing: wavelengths, gross count rates, background count rates, net count rates, absolute fluxes, absolute flux error estimates, and data quality flags. A given spectrum will be written to one row of a FITS binary table extension. Additionally, each row will contain columns describing the spectral order and number of data points in the spectrum. Table 4 lists the table column labels, units, and datatypes. To accommodate a single spectrum per row, the table cells will contain arrays of numbers corresponding the physical quantities of the spectrum. NELEM gives the number of elements in these vectors for a given spectrum. Table 4. Column Definitions for Output Binary Table Column type SPORDER I*2 NELEM I*2 WAVELENGTH R*8[n] Angstroms FLUX R*4{n] erg cm -2 s -1 Å -1 ERROR R*4{n] erg cm -2 s -1 Å -1 DQ I*2 GROSS R*4[n] counts/sec BACKGROUND R*4{n] counts/sec NET R*4[n] counts/sec Table 5 summarizes the details of the FITS files created by CALSTIS-6. The mapping is effectively one output table extension to each input group of image extensions. 13

14 Table 5. Output spectrum FITS definition Output Primary header Primary data 1st binary table extension header 1st table extension data nth table extension data Source Primary header of input science data file empty image extension header from 1st science extension [sci,1] PLUS definition of binary table extracted spectra from 1st science extension extracted spectra from nth science extension 6. Programing Requirements I/O Routines that perform I/O should be isolated (in code) from routines that perform numeric processing. HSTIO should be used to access STIS images. Calling Sequence cs6 input output -t -c a2center -r maxsearch -x extrsize -b1 bk1size -b2 bk2size -o1 bk1offst -o2 bk2offst -k bktilt -n backord -a xtracalg where, cs6 is the name of the CALSTIS-6 executable input is the name of the input FITS file output is the name of the output FIT file, -t controls the printing of OPUS style time stamps. -c a2center is the nominal AXIS2 coordinate of the center of the spectrum to be extracted, -r maxsearch is the cross correlation search range, -x extrsize is the size of spectrum extraction box, -b1 bk1size is the size of background extraction box #1, -b2 bk2size is the size of background extraction box #2, -o1 bk1offst is the offset of background extraction box #1 from spectrum extraction box, -o2 bk2offst is the offset of background extraction box #2 from spectrum extraction box, -k bktilt is the angle of background extraction boxes w.r.t. axis2, 14

15 -n backord is the order of polynomial fit to background, and -a xtracalg is the extraction algorithm. Parameters read from the command line override the corresponding values read from any of the reference tables. 7. Acknowledgments Special thanks to Don Lindler for many discussions and whose Space Telescope Imaging Spectrograph: Science Management and Analysis Requirements Document provided a valuable road map. 8. References Baum, S. and Phil Hodge. July Plans for the STScI STIS Pipeline I: Overview. STIS ISR Horne, K Pub.A.S.P., 98, 609. Marsh, T Pub.A.S.P., 101, Lindler, D. March Space Telescope Imaging Spectrograph: Science Management and Analysis Requirements Document. Advanced Computer Concepts, Inc. 15

16 9. Calibration Reference Files and Tables Below are listed the calibration reference tables used by CALSTIS-6. Only those columns used by CALSTIS-6 are included. For more details on the reference tables refer to ICD-47. Table 6. DISPTAB Dispersion Coefficients Table Column OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order REF_APER C*12 reference aperture A2CENTER R*4 pixel nominal axis2 coordinate for center of spectrum NCOEFF I*2 number of coefficients in dispersion solution COEFF R*8[10] dispersion solution coefficients Table 7. SPTRCTAB 1-D Spectrum Trace Table Column OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order NELEM I*2 number of data points in spectrum A2DISPL R*4[1024] pixel displacement along axis2 A1CENTER R*4 pixel nominal axis 1 coordinate of center of spectrum A2CENTER R*4 pixel nominal axis 2 coordinate of center of spectrum Table 8. INANGTAB Incidence Angle Correction Table Column OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order NCOEFF1 I*2 no. coefficients in IAC solution for first term 16

17 Column COEFF1 R*8[8] incidence angle correction coefficients for first term NCOEFF2 I*2 no. coefficients in IAC solution for second term COEFF2 R*8[8] incidence angle correction coefficients for second term Table 9. XTRACTAB 1-D Extraction Parameter Table Column APERTURE C*16 aperture in use OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order EXTRSIZE R*4 pixel size of spectrum extraction box BK1SIZE R*4 pixel size of background extraction box #1 BK2SIZE R*4 pixel size of background extraction box #2 BK1OFFST R*4 pixel offset of background extraction box #1 from spectrum extraction box BK2OFFST R*4 pixel offset of background extraction box #2 from spectrum extraction box BKTILT R*4 degrees angle of background extraction boxes w.r.t. axis2 BACKORD I*2 order of polynomial fit to background XTRACALG C*12 extraction algorithm MAXSEARCH I*2 pixel maximum search size for cross correlation Table 10. MOFFTAB MAMA Offset Correction Table Column OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order NCOEFF1 I*2 no. coefficients in MAMA offset solution for first term COEFF1 R*8[8] MAMA offset correction coefficients for first term NCOEFF2 I*2 no. coefficients in MAMA offset solution for second term COEFF2 R*8[8] MAMA offset correction coefficients for second term 17

18 Table 11. ESPTAB Echelle Spectrum Tilt Table Column OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order SPTILT R*4 degrees angle of spectrum w.r.t. axis2 Table 12. APERTAB Aperture Throughput Table Column APERTURE C*16 aperture in use NELEM I*2 number of data points in throughput array WAVELENGTH R*8[65535] Angstrom reference wavelength THROUGHPUT R*8[65535] total system throughput at each wavelength Table 13. PHOTTAB Photometric Conversion Table Column OPT_ELEM C*8 optical element in use CENWAVE I*2 Angstrom central wavelength SPORDER I*2 spectral order NELEM I*2 number of data points in throughput array WAVELENGTH R*8[500] Angstrom reference wavelength THROUGHPUT R*8[500] total system throughput at each wavelength ERROR R*8[500] error associated with THROUGHPUT Table 14. APDESTAB Aperture Table Column APERTURE C*16 aperture in use OFFSET1 R*4 arcsec offset from nominal position in axis1 OFFSET2 R*4 arcsec offset from nominal position in axis2 18

Simple Spectrograph. grating. slit. camera lens. collimator. primary

Simple Spectrograph. grating. slit. camera lens. collimator. primary Simple Spectrograph slit grating camera lens collimator primary Notes: 1) For ease of sketching, this shows a transmissive system (refracting telescope, transmission grating). Most telescopes use a reflecting

More information

The Italian LBT spectroscopic data reduction pipeline

The Italian LBT spectroscopic data reduction pipeline LBTO 2017 Users' Meeting The Italian LBT spectroscopic data reduction pipeline Alida Marchetti INAF-IASF Milano Firenze, June 20th-23rd reduction pipeline SOME NUMBERS INAF nights 46 Effective observing

More information

Spectral Extraction of Extended Sources Using Wavelet Interpolation

Spectral Extraction of Extended Sources Using Wavelet Interpolation The 2005 HST Calibration Workshop Space Telescope Science Institute, 2005 A. M. Koekemoer, P. Goudfrooij, and L. L. Dressel, eds. Spectral Extraction of Extended Sources Using Wavelet Interpolation Paul

More information

Spectroscopy techniques II. Danny Steeghs

Spectroscopy techniques II. Danny Steeghs Spectroscopy techniques II Danny Steeghs Conducting long-slit spectroscopy Science goals must come first, what are the resolution and S/N requirements? Is there a restriction on exposure time? Decide on

More information

Changes to the COS Extraction Algorithm for Lifetime Position 3

Changes to the COS Extraction Algorithm for Lifetime Position 3 SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report COS 2015-03 (v1) Changes to the COS Extraction Algorithm for Lifetime Position 3 Charles R. Proffitt 1, K. Azalee Bostroem

More information

Task. Milestone. External Tasks. Project: pipelineprojects Date: Thu 4/7/05. Summary. Split. External Milestone. Deadline.

Task. Milestone. External Tasks. Project: pipelineprojects Date: Thu 4/7/05. Summary. Split. External Milestone. Deadline. ID OPR Name Duration Start Finish Resource Names PHT work now days? Tue //0 Tue //0 Get STIS IDT & Lindelr's code in smalls days Tue //0 Mon //0 R. Diaz-Miller[%] Add IDL code to update Header 0 days Fri

More information

Cosmic Origins Spectrograph: On-Orbit Performance of Target Acquisitions

Cosmic Origins Spectrograph: On-Orbit Performance of Target Acquisitions The 2010 STScI Calibration Workshop Space Telescope Science Institute, 2010 Susana Deustua and Cristina Oliveira, eds. Cosmic Origins Spectrograph: On-Orbit Performance of Target Acquisitions Steven V.

More information

COS/FUV Wavelength Calibration Cristina Oliveira COS/STIS Team Lead

COS/FUV Wavelength Calibration Cristina Oliveira COS/STIS Team Lead COS/FUV Wavelength Calibration Cristina Oliveira COS/STIS Team Lead 11/05/15 STUC - COS/FUV Wavelength Calibration Update 1 COS/FUV Wavelength Calibration Heard STUC concerns about COS/FUV wavelength calibration

More information

Spectrographs. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution.

Spectrographs. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution. Spectrographs C A Griffith, Class Notes, PTYS 521, 2016 Not for distribution 1 Spectrographs and their characteristics A spectrograph is an instrument that disperses light into a frequency spectrum, which

More information

Diffuse Source Absolute Sensitivity and Point Source Relative Sensitivity as a Function of Extraction Slit Height for STIS First-Order Modes

Diffuse Source Absolute Sensitivity and Point Source Relative Sensitivity as a Function of Extraction Slit Height for STIS First-Order Modes Instrument Science Report STIS 98-01 Diffuse Source Absolute Sensitivity and Point Source Relative Sensitivity as a Function of Extraction Slit Height for STIS First-Order Modes Ralph Bohlin, Space Telescope

More information

NIRSpec Technical Note NTN / ESA-JWST-TN Author(s): G. Giardino Date of Issue: November 11, 2013 Version: 1.0

NIRSpec Technical Note NTN / ESA-JWST-TN Author(s): G. Giardino Date of Issue: November 11, 2013 Version: 1.0 NIRSpec Technical Note NTN-013-011/ ESA-JWST-TN-093 Author(s): G. Giardino Date of Issue: November 11, 013 Version: 1.0 estec European Space Research and Technology Centre Keplerlaan 1 01 AZ Noordwijk

More information

STIS Calibration Enhancement: Wavelength Calibration and CTI

STIS Calibration Enhancement: Wavelength Calibration and CTI The 2005 HST Calibration Workshop Space Telescope Science Institute, 2005 A. M. Koekemoer, P. Goudfrooij, and L. L. Dressel, eds. STIS Calibration Enhancement: Wavelength Calibration and CTI P. Bristow,

More information

Software tools for ACS: Geometrical Issues and Overall Software Tool Development

Software tools for ACS: Geometrical Issues and Overall Software Tool Development Software tools for ACS: Geometrical Issues and Overall Software Tool Development W.B. Sparks, R. Jedrzejewski, M. Clampin, R.C. Bohlin. June 8, 2000 ABSTRACT We describe the issues relating to internal

More information

Determination of Geometric Distortion in STIS Images

Determination of Geometric Distortion in STIS Images 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. Determination of Geometric Distortion in STIS Images Eliot M. Malumuth 1 Hughes STX/LASP Charles W. Bowers

More information

Astronomical spectrographs. ASTR320 Wednesday February 20, 2019

Astronomical spectrographs. ASTR320 Wednesday February 20, 2019 Astronomical spectrographs ASTR320 Wednesday February 20, 2019 Spectrographs A spectrograph is an instrument used to form a spectrum of an object Much higher spectral resolutions than possible with multiband

More information

The New HST FITS Format, the FITS Kernel and OpenIRAF

The New HST FITS Format, the FITS Kernel and OpenIRAF 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. The New HST FITS Format, the FITS Kernel and OpenIRAF P. Greenfield Space Telescope Science Institute, Baltimore,

More information

Overview of Post-BCD Processing

Overview of Post-BCD Processing Overview of Post-BCD Processing Version 1.1 Release Date: January 7, 2004 Issued by the Spitzer Science Center California Institute of Technology Mail Code 314-6 1200 E. California Blvd Pasadena, California

More information

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook European Organisation for Astronomical Research in the Southern Hemisphere VERY LARGE TELESCOPE 3D Visualization Tool Cookbook VLT-SPE-ESO-19500-5652 Issue 1.0 10 July 2012 Prepared: Mark Westmoquette

More information

Dr. Larry J. Paxton Johns Hopkins University Applied Physics Laboratory Laurel, MD (301) (301) fax

Dr. Larry J. Paxton Johns Hopkins University Applied Physics Laboratory Laurel, MD (301) (301) fax Dr. Larry J. Paxton Johns Hopkins University Applied Physics Laboratory Laurel, MD 20723 (301) 953-6871 (301) 953-6670 fax Understand the instrument. Be able to convert measured counts/pixel on-orbit into

More information

(Fiber-optic Reosc Echelle Spectrograph of Catania Observatory)

(Fiber-optic Reosc Echelle Spectrograph of Catania Observatory) (Fiber-optic Reosc Echelle Spectrograph of Catania Observatory) The echelle spectrograph delivered by REOSC (France), was designed to work at the F/15 cassegrain focus of the 91-cm telescope. The spectrograph

More information

WFC3/IR: Time Dependency - of Linear Geometric Distortion

WFC3/IR: Time Dependency - of Linear Geometric Distortion WFC3/IR: Time Dependency - of Linear Geometric Distortion M. McKay, & V. Kozhurina-Platais July 03, 2018 Abstract Over eight years, the globular cluster Omega Centauri (ω Cen) has been observed with the

More information

Astrometric Correction for WFC3/UVIS Filter-Dependent Component of Distortion

Astrometric Correction for WFC3/UVIS Filter-Dependent Component of Distortion SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report WFC 2014-12 Astrometric Correction for WFC3/UVIS Filter-Dependent Component of Distortion V. Kozhurina-Platais May

More information

Instrument Distortion Calibration File Transformation

Instrument Distortion Calibration File Transformation Instrument Distortion Calibration File Transformation David Borncamp, Vera Kozhurina-Platais, Colin Cox, Warren Hack Space Telescope Science Institute July 1, 2014 ABSTRACT The current generation of detectors

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing 18 May

More information

PERFORMANCE REPORT ESTEC. The spectral calibration of JWST/NIRSpec: accuracy of the instrument model for the ISIM-CV3 test cycle

PERFORMANCE REPORT ESTEC. The spectral calibration of JWST/NIRSpec: accuracy of the instrument model for the ISIM-CV3 test cycle ESTEC European Space Research and Technology Centre Keplerlaan 1 2201 AZ Noordwijk The Netherlands www.esa.int PERFORMANCE REPORT The spectral calibration of JWST/NIRSpec: accuracy of the instrument model

More information

A more generalized coordinate transformation approach for grisms

A more generalized coordinate transformation approach for grisms Instrument Science Report WFC3 2017-01 A more generalized coordinate transformation approach for grisms Nor Pirzkal, R. Ryan January 5, 2017 ABSTRACT Current HST configuration files for the NICMOS, ACS

More information

Control of Light. Emmett Ientilucci Digital Imaging and Remote Sensing Laboratory Chester F. Carlson Center for Imaging Science 8 May 2007

Control of Light. Emmett Ientilucci Digital Imaging and Remote Sensing Laboratory Chester F. Carlson Center for Imaging Science 8 May 2007 Control of Light Emmett Ientilucci Digital Imaging and Remote Sensing Laboratory Chester F. Carlson Center for Imaging Science 8 May 007 Spectro-radiometry Spectral Considerations Chromatic dispersion

More information

arxiv: v1 [astro-ph.im] 2 May 2018

arxiv: v1 [astro-ph.im] 2 May 2018 Research in Astronomy and Astrophysics manuscript no. (L A TEX: ms-raa-- R.tex; printed on May, ; :) arxiv:.v [astro-ph.im] May Investigating the Efficiency of the Beijing Faint Object Spectrograph and

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing Star

More information

ADC Figure of Merit. Introduction:

ADC Figure of Merit. Introduction: ADC Figure of Merit Introduction: The improved performance LRIS in spectroscopic mode with the ADC (over the no-adc case) has many factors. Concentrating solely on spectral throughput, those factors that

More information

College Physics 150. Chapter 25 Interference and Diffraction

College Physics 150. Chapter 25 Interference and Diffraction College Physics 50 Chapter 5 Interference and Diffraction Constructive and Destructive Interference The Michelson Interferometer Thin Films Young s Double Slit Experiment Gratings Diffraction Resolution

More information

FIFI-LS: Basic Cube Analysis using SOSPEX

FIFI-LS: Basic Cube Analysis using SOSPEX FIFI-LS: Basic Cube Analysis using SOSPEX Date: 1 Oct 2018 Revision: - CONTENTS 1 INTRODUCTION... 1 2 INGREDIENTS... 1 3 INSPECTING THE CUBE... 3 4 COMPARING TO A REFERENCE IMAGE... 5 5 REFERENCE VELOCITY

More information

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al.

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al. Atmos. Meas. Tech. Discuss., www.atmos-meas-tech-discuss.net/5/c741/2012/ Author(s) 2012. This work is distributed under the Creative Commons Attribute 3.0 License. Atmospheric Measurement Techniques Discussions

More information

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al.

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al. Atmos. Meas. Tech. Discuss., 5, C741 C750, 2012 www.atmos-meas-tech-discuss.net/5/c741/2012/ Author(s) 2012. This work is distributed under the Creative Commons Attribute 3.0 License. Atmospheric Measurement

More information

Southern African Large Telescope. PFIS Distortion and Alignment Model

Southern African Large Telescope. PFIS Distortion and Alignment Model Southern African Large Telescope PFIS Distortion and Alignment Model Kenneth Nordsieck University of Wisconsin Document Number: SALT-3120AS0023 Revision 2.0 31 May 2006 Change History Rev Date Description

More information

OPUS Science Data Processing

OPUS Science Data Processing Science Data Processing www.stsci.edu/software/opus/ www.dpt.stsci.edu/ 1 of 13 OPUS Science Data Processing PMDB ASSIST PDB pod file Data Partitioning Support Schedule Data Validation EDT binary dataset

More information

2.710 Optics Spring 09 Solutions to Problem Set #1 Posted Wednesday, Feb. 18, 2009

2.710 Optics Spring 09 Solutions to Problem Set #1 Posted Wednesday, Feb. 18, 2009 MASSACHUSETTS INSTITUTE OF TECHNOLOGY.70 Optics Spring 09 Solutions to Problem Set # Posted Wednesday, Feb. 8, 009 Problem : Spherical waves and energy conservation In class we mentioned that the radiation

More information

Spectrographs. Chapter The spectrograph

Spectrographs. Chapter The spectrograph Chapter 6 Spectrographs In this chapter, the basic principles of spectrograph design are reviewed. Both low order (low resolution) and high order (high resolution echelle configurations) are presented.

More information

Filter-Dependent and Geometric Distortions

Filter-Dependent and Geometric Distortions Updates to the WFC3/UVIS Filter-Dependent and Geometric Distortions C. Martlin, V. Kozhurina-Platais, M. McKay, E. Sabbi. July 11, 2018 Abstract Individual geometric distortion solutions and fine-scale

More information

Southern African Large Telescope

Southern African Large Telescope Southern African Large Telescope Title: Author(s): MIDAS automatic pipeline for HRS data Alexei Kniazev Doc. number: HRS0000006 Version: 1.0 Date: November 10, 2016 Keywords: HRS, Pipeline Approved: Petri

More information

Data products. Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda

Data products. Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda Data products Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda Pipeline (levels 1 à 2) The pipeline consists in a sequence of modules. For each module, files are created and read

More information

Terrain correction. Backward geocoding. Terrain correction and ortho-rectification. Why geometric terrain correction? Rüdiger Gens

Terrain correction. Backward geocoding. Terrain correction and ortho-rectification. Why geometric terrain correction? Rüdiger Gens Terrain correction and ortho-rectification Terrain correction Rüdiger Gens Why geometric terrain correction? Backward geocoding remove effects of side looking geometry of SAR images necessary step to allow

More information

EDUCATIONAL SPECTROPHOTOMETER ACCESSORY KIT AND EDUCATIONAL SPECTROPHOTOMETER SYSTEM

EDUCATIONAL SPECTROPHOTOMETER ACCESSORY KIT AND EDUCATIONAL SPECTROPHOTOMETER SYSTEM GAIN 0 Instruction Manual and Experiment Guide for the PASCO scientific Model OS-8537 and OS-8539 02-06575A 3/98 EDUCATIONAL SPECTROPHOTOMETER ACCESSORY KIT AND EDUCATIONAL SPECTROPHOTOMETER SYSTEM CI-6604A

More information

Introduction to Digital Image Processing

Introduction to Digital Image Processing Fall 2005 Image Enhancement in the Spatial Domain: Histograms, Arithmetic/Logic Operators, Basics of Spatial Filtering, Smoothing Spatial Filters Tuesday, February 7 2006, Overview (1): Before We Begin

More information

Condenser Optics for Dark Field X-Ray Microscopy

Condenser Optics for Dark Field X-Ray Microscopy Condenser Optics for Dark Field X-Ray Microscopy S. J. Pfauntsch, A. G. Michette, C. J. Buckley Centre for X-Ray Science, Department of Physics, King s College London, Strand, London WC2R 2LS, UK Abstract.

More information

RGS data reduction and analysis of point-like sources

RGS data reduction and analysis of point-like sources 14 th ESAC SAS Workshop 2 nd 6 th June 2014 RGS data reduction and analysis of point-like sources Rosario González-Riestra XMM-Newton SOC ESAC Processing RGS data (I) from... to... FRAME Time CCD, node,

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics The Ray Model of Light Light very often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization, but

More information

Polarization Properties of ACS

Polarization Properties of ACS Polarization Properties of ACS J. R. Walsh February 26, 2001 ABSTRACT The Advanced Camera for Surveys has two sets of polarizers optimized for the UV-blue (POL_UV) and the visible-red (POL_V). The polarization

More information

Lenses lens equation (for a thin lens) = (η η ) f r 1 r 2

Lenses lens equation (for a thin lens) = (η η ) f r 1 r 2 Lenses lens equation (for a thin lens) 1 1 1 ---- = (η η ) ------ - ------ f r 1 r 2 Where object o f = focal length η = refractive index of lens material η = refractive index of adjacent material r 1

More information

Optics Vac Work MT 2008

Optics Vac Work MT 2008 Optics Vac Work MT 2008 1. Explain what is meant by the Fraunhofer condition for diffraction. [4] An aperture lies in the plane z = 0 and has amplitude transmission function T(y) independent of x. It is

More information

zap Documentation Release 1.0.dev86 Kurt Soto

zap Documentation Release 1.0.dev86 Kurt Soto zap Documentation Release 1.0.dev86 Kurt Soto February 03, 2016 Contents 1 Installation 3 1.1 Requirements............................................... 3 1.2 Steps...................................................

More information

LECTURE 14 PHASORS & GRATINGS. Instructor: Kazumi Tolich

LECTURE 14 PHASORS & GRATINGS. Instructor: Kazumi Tolich LECTURE 14 PHASORS & GRATINGS Instructor: Kazumi Tolich Lecture 14 2 Reading chapter 33-5 & 33-8 Phasors n Addition of two harmonic waves n Interference pattern from multiple sources n Single slit diffraction

More information

axis, and wavelength tuning is achieved by translating the grating along a scan direction parallel to the x

axis, and wavelength tuning is achieved by translating the grating along a scan direction parallel to the x Exponential-Grating Monochromator Kenneth C. Johnson, October 0, 08 Abstract A monochromator optical design is described, which comprises a grazing-incidence reflection and two grazing-incidence mirrors,

More information

Ahelp: tgdetect CIAO 3.4. Jump to: Description Examples Parameters CHANGES IN CIAO 3.3 Bugs See Also

Ahelp: tgdetect CIAO 3.4. Jump to: Description Examples Parameters CHANGES IN CIAO 3.3 Bugs See Also Ahelp: tgdetect CIAO 3.4 URL: http://cxc.harvard.edu/ciao3.4/tgdetect.html Last modified: December 2006 AHELP for CIAO 3.4 tgdetect Context: tools Jump to: Description Examples Parameters CHANGES IN CIAO

More information

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution Urvashi Rau National Radio Astronomy Observatory, Socorro, NM, USA The van-cittert Zernike theorem Ei E V ij u, v = I l, m e sky j 2 i ul vm dldm 2D Fourier transform : Image

More information

Chapter 37. Wave Optics

Chapter 37. Wave Optics Chapter 37 Wave Optics Wave Optics Wave optics is a study concerned with phenomena that cannot be adequately explained by geometric (ray) optics. Sometimes called physical optics These phenomena include:

More information

Chapter 7: Geometrical Optics. The branch of physics which studies the properties of light using the ray model of light.

Chapter 7: Geometrical Optics. The branch of physics which studies the properties of light using the ray model of light. Chapter 7: Geometrical Optics The branch of physics which studies the properties of light using the ray model of light. Overview Geometrical Optics Spherical Mirror Refraction Thin Lens f u v r and f 2

More information

Chapter 26 Geometrical Optics

Chapter 26 Geometrical Optics Chapter 26 Geometrical Optics 26.1 The Reflection of Light 26.2 Forming Images With a Plane Mirror 26.3 Spherical Mirrors 26.4 Ray Tracing and the Mirror Equation 26.5 The Refraction of Light 26.6 Ray

More information

FLAMES Integral Field Unit ARGUS commissioned

FLAMES Integral Field Unit ARGUS commissioned FLAMES Integral Field Unit ARGUS commissioned A.Kaufer, L.Pasquini, R.Schmutzer, and R.Castillo Introduction The FLAMES multi fibre facility at the VLT (Pasquini et al. 2002) is equipped with two different

More information

OU-VIS: Status. H.J. McCracken. and the OU-VIS team

OU-VIS: Status. H.J. McCracken. and the OU-VIS team OU-VIS: Status H.J. McCracken and the OU-VIS team What is OU-VIS for? From raw VIS data, create the algorithms and software to produce calibrated images suitable for cosmic shear measurement Implications:

More information

Description of NOMAD Observation Types and HDF5 Datasets NOT YET COMPLETE

Description of NOMAD Observation Types and HDF5 Datasets NOT YET COMPLETE NOMAD Science Team KONINKLIJK BELGISCH INSTITUUT VOOR RUIMTE-AERONOMIE INSTITUT ROYAL D AERONOMIE SPATIALE DE BELGIQUE ROYAL BELGIAN INSTITUTE OF SPACE AERONOMY KONINKLIJK BELGISCH INSTITUUT VOOR RUIMTE-AERONOMIE

More information

PHYS 202 Notes, Week 8

PHYS 202 Notes, Week 8 PHYS 202 Notes, Week 8 Greg Christian March 8 & 10, 2016 Last updated: 03/10/2016 at 12:30:44 This week we learn about electromagnetic waves and optics. Electromagnetic Waves So far, we ve learned about

More information

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT)

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) HIRedux Pipeline Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) Overview IDL Fully Automated Organize the observations Allow for multiple setups Binning, decker, angles, etc. Flatten Pixel-to-pixel

More information

SPICE User s Guide. SPitzer IRS Custom Extractor. Spitzer Heritage Archive Documentation. SPICE GUI version

SPICE User s Guide. SPitzer IRS Custom Extractor. Spitzer Heritage Archive Documentation. SPICE GUI version SPitzer IRS Custom Extractor Spitzer Heritage Archive Documentation SPICE GUI version 2.3.1+ Contents Chapter 1. Introduction... 4 1.1 Important Documentation...4 1.2 Getting Started...5 1.3 IRS Pipeline

More information

Lens Design I. Lecture 11: Imaging Herbert Gross. Summer term

Lens Design I. Lecture 11: Imaging Herbert Gross. Summer term Lens Design I Lecture 11: Imaging 2015-06-29 Herbert Gross Summer term 2015 www.iap.uni-jena.de 2 Preliminary Schedule 1 13.04. Basics 2 20.04. Properties of optical systrems I 3 27.05. 4 04.05. Properties

More information

Document Number: SC2/FTS/SOF/020

Document Number: SC2/FTS/SOF/020 SCUBA-2 FTS Project Office University of Lethbridge Physics Department 4401 University Drive Lethbridge, Alberta CANADA T1K 3M4 Tel: 1-403-329-2771 Fax: 1-403-329-2057 Email: brad.gom@uleth.ca WWW: http://research.uleth.ca/scuba2/

More information

Throughput of an Optical Instrument II: Physical measurements, Source, Optics. Q4- Number of 500 nm photons per second generated at source

Throughput of an Optical Instrument II: Physical measurements, Source, Optics. Q4- Number of 500 nm photons per second generated at source Throughput of an Optical Instrument II: Physical measurements, Source, Optics Question- Value Q1- Percent output between 450-550 nm by mass Answer (w/ units) Q2- Energy in J of a 500 nm photon Q3- Flux

More information

Physics 202 Homework 9

Physics 202 Homework 9 Physics 202 Homework 9 May 29, 2013 1. A sheet that is made of plastic (n = 1.60) covers one slit of a double slit 488 nm (see Figure 1). When the double slit is illuminated by monochromatic light (wavelength

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

Ralf K. Heilmann CAT-GS: Critical-Angle Transmission Grating Spectrometer January 27,

Ralf K. Heilmann CAT-GS: Critical-Angle Transmission Grating Spectrometer January 27, Ralf K. Heilmann CAT-GS: Critical-Angle Transmission Grating Spectrometer January 27, 2009 1 Overview of CAT-GS Mission requirements: Effective area > 1000 cm 2 (0.3 1 kev) Spectral resolution E/ΔE > 3000

More information

LECTURE 15. Dr. Teresa D. Golden University of North Texas Department of Chemistry

LECTURE 15. Dr. Teresa D. Golden University of North Texas Department of Chemistry LECTURE 15 Dr. Teresa D. Golden University of North Texas Department of Chemistry Typical steps for acquisition, treatment, and storage of diffraction data includes: 1. Sample preparation (covered earlier)

More information

Chemistry Instrumental Analysis Lecture 6. Chem 4631

Chemistry Instrumental Analysis Lecture 6. Chem 4631 Chemistry 4631 Instrumental Analysis Lecture 6 UV to IR Components of Optical Basic components of spectroscopic instruments: stable source of radiant energy transparent container to hold sample device

More information

University of Technology Building & Construction Department / Remote Sensing & GIS lecture

University of Technology Building & Construction Department / Remote Sensing & GIS lecture 5. Corrections 5.1 Introduction 5.2 Radiometric Correction 5.3 Geometric corrections 5.3.1 Systematic distortions 5.3.2 Nonsystematic distortions 5.4 Image Rectification 5.5 Ground Control Points (GCPs)

More information

Determination and compensation of the reference surface from redundant sets of surface measurements

Determination and compensation of the reference surface from redundant sets of surface measurements Determination and compensation of the reference surface from redundant sets of surface measurements François Polack and Muriel Thomasset Synchrotron SOLEIL, Saint-Aubin, FRANCE IWXM 4, Barcelona July 212

More information

Characterization of MKIV Brewer #066 for NO 2 measurements

Characterization of MKIV Brewer #066 for NO 2 measurements Characterization of MKIV Brewer #066 for NO 2 measurements Henri Diémoz Regional Environmental Protection Agency (ARPA) Valle d Aosta (Italy) Sapienza - University of Rome Brewer Users Meeting Beijing,

More information

Geometric Field Tracing through an Off- Axis Parabolic Mirror

Geometric Field Tracing through an Off- Axis Parabolic Mirror UseCase.0077 (1.0) Geometric Field Tracing through an Off- Axis Parabolic Mirror Keywords: focus, geometric field tracing, diffractive field tracing Description This use case explains the usage of the

More information

Chapter 37. Interference of Light Waves

Chapter 37. Interference of Light Waves Chapter 37 Interference of Light Waves Wave Optics Wave optics is a study concerned with phenomena that cannot be adequately explained by geometric (ray) optics These phenomena include: Interference Diffraction

More information

MonoVista CRS+ Raman Microscopes

MonoVista CRS+ Raman Microscopes MonoVista CRS+ Benefits Deep UV to NIR wavelength range Up to 4 integrated multi-line lasers plus port for large external lasers Dual beam path for UV and VIS/NIR Motorized Laser selection Auto Alignment

More information

NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT. Physics 211 E&M and Quantum Physics Spring Lab #7: Reflection & Refraction

NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT. Physics 211 E&M and Quantum Physics Spring Lab #7: Reflection & Refraction NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 211 E&M and Quantum Physics Spring 2018 Lab #7: Reflection & Refraction Lab Writeup Due: Mon/Wed/Thu/Fri, March 26/28/29/30, 2018 Background Light

More information

MEGARA ONLINE ETC (v1.0.0) QUICK START AND REFERENCES GUIDE by Alexandre Y. K. Bouquin (updated June2017)

MEGARA ONLINE ETC (v1.0.0) QUICK START AND REFERENCES GUIDE by Alexandre Y. K. Bouquin (updated June2017) MEGARA ONLINE ETC (v1.0.0) QUICK START AND REFERENCES GUIDE by Alexandre Y. K. Bouquin (updated June2017) Table of Contents GETTING STARTED... 2 QUICK START... 3 Very quick start, for the truly impatient...

More information

Basic PyRAF. Version 2.0 July Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218

Basic PyRAF. Version 2.0 July Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218 Version 2.0 July 2014 Basic PyRAF Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218 Operated by the Association of Universities for Research in Astronomy, Inc., for the

More information

Chapter 2 HST File Formats

Chapter 2 HST File Formats Chapter 2 HST File Formats In This Chapter... Historical Perspective / 2-2 FITS File Format / 2-3 GEIS File Format / 2-10 STScI automatically processes and calibrates all the data received from HST. The

More information

HESP PIPELINE v. 1.0

HESP PIPELINE v. 1.0 HESP PIPELINE v. 1.0 Installation and Usage Arun Surya 20/06/2017 1. INSTALLATION The HESP pipeline installation zip file can be downloaded from, https://www.iiap.res.in/hesp/hesp_pipeline.zip. The zip

More information

The maximum reachable astrometric precision. The Cramér-Rao Limit

The maximum reachable astrometric precision. The Cramér-Rao Limit The maximum reachable astrometric precision The Cramér-Rao Limit Ulrich Bastian, ARI, Heidelberg, 28-04-2004 translated into English by Helmut Lenhardt, 2009 Abstract: This small investigation shall give

More information

D&S Technical Note 09-2 D&S A Proposed Correction to Reflectance Measurements of Profiled Surfaces. Introduction

D&S Technical Note 09-2 D&S A Proposed Correction to Reflectance Measurements of Profiled Surfaces. Introduction Devices & Services Company 10290 Monroe Drive, Suite 202 - Dallas, Texas 75229 USA - Tel. 214-902-8337 - Fax 214-902-8303 Web: www.devicesandservices.com Email: sales@devicesandservices.com D&S Technical

More information

Scene Matching on Imagery

Scene Matching on Imagery Scene Matching on Imagery There are a plethora of algorithms in existence for automatic scene matching, each with particular strengths and weaknesses SAR scenic matching for interferometry applications

More information

PACS Spectrometer Simulation and the Extended to Point Correction

PACS Spectrometer Simulation and the Extended to Point Correction PACS Spectrometer Simulation and the Extended to Point Correction Jeroen de Jong February 11, 2016 Abstract This technical note describes simulating a PACS observation with a model source and its application

More information

Phys102 Lecture 21/22 Light: Reflection and Refraction

Phys102 Lecture 21/22 Light: Reflection and Refraction Phys102 Lecture 21/22 Light: Reflection and Refraction Key Points The Ray Model of Light Reflection and Mirrors Refraction, Snell s Law Total internal Reflection References 23-1,2,3,4,5,6. The Ray Model

More information

Polarization Ray Trace, Radiometric Analysis, and Calibration

Polarization Ray Trace, Radiometric Analysis, and Calibration Polarization Ray Trace, Radiometric Analysis, and Calibration Jesper Schou Instrument Scientist Stanford University jschou@solar.stanford.edu 650-725-9826 HMI00905 Page 1 Polarization Ray Trace Purpose

More information

OM data reduction using SAS

OM data reduction using SAS XMM-Newton Optical-UV Monitor: data reduction OM data reduction using SAS Antonio Talavera XMM-Newton Science Operation Centre, ESAC, ESA Simon Rosen, Chris Brindle & Vladimir Yershov MSSL, UCL, UK OM

More information

CS201: Computer Vision Introduction to Tracking

CS201: Computer Vision Introduction to Tracking CS201: Computer Vision Introduction to Tracking John Magee 18 November 2014 Slides courtesy of: Diane H. Theriault Question of the Day How can we represent and use motion in images? 1 What is Motion? Change

More information

CanariCam: Polarimetry & Data Reduction

CanariCam: Polarimetry & Data Reduction Acknowledgements CanariCam: Polarimetry & Data Reduction Chris Packham, Charlie Telesco & The CanariCam Team University of Florida Text heavily drawn from Polpack Starlink manual by Berry & Gledhill Longevity

More information

Archbold Area Schools Math Curriculum Map

Archbold Area Schools Math Curriculum Map Math 8 August - May Mathematical Processes Formulate a problem or mathematical model in response to a specific need or situation, determine information required to solve the problem, choose method for

More information

MACHINE VISION AS A METHOD FOR CHARACTERIZING SOLAR TRACKER PERFORMANCE

MACHINE VISION AS A METHOD FOR CHARACTERIZING SOLAR TRACKER PERFORMANCE MACHINE VISION AS A METHOD FOR CHARACTERIZING SOLAR TRACKER PERFORMANCE M. Davis, J. Lawler, J. Coyle, A. Reich, T. Williams GreenMountain Engineering, LLC ABSTRACT This paper describes an approach to

More information

Narcissus of Diffractive OpticalSurfaces. Jonathan B. Cohen. ElOp E1ectrooptics Industries Ltd. P.O.B , Rehovot , Israel LINTRODUCTION

Narcissus of Diffractive OpticalSurfaces. Jonathan B. Cohen. ElOp E1ectrooptics Industries Ltd. P.O.B , Rehovot , Israel LINTRODUCTION Narcissus of Diffractive OpticalSurfaces Jonathan B. Cohen ElOp E1ectrooptics Industries Ltd. P.O.B. 1 165, Rehovot 7611 1, Israel 1. ABSTRACT Narcissus is usually approximated by means of a paraxial ray

More information

Confocal Raman Systems SPECTROSCOPY GROUP

Confocal Raman Systems SPECTROSCOPY GROUP Confocal Raman Systems SPECTROSCOPY GROUP MonoVista CRS Configuration Option PIXIS TE-Cooled CCD Camera Acton Spectrograph Micro-Raman Interface Witness Camera Optional Laser Micro/Macro Transfer Optics

More information

Wide Field Corrector On-sky Image Quality Prediction. March 18, 2015 (original) April 3, 2015 (revised) April 10, 2015 (revised)

Wide Field Corrector On-sky Image Quality Prediction. March 18, 2015 (original) April 3, 2015 (revised) April 10, 2015 (revised) Wide Field Corrector On-sky Image Quality Prediction March 8, 05 (original) April 3, 05 (revised) April 0, 05 (revised) Outline HET Image quality error budget & Other requirements Current knowledge of

More information

PSI Precision, accuracy and validation aspects

PSI Precision, accuracy and validation aspects PSI Precision, accuracy and validation aspects Urs Wegmüller Charles Werner Gamma Remote Sensing AG, Gümligen, Switzerland, wegmuller@gamma-rs.ch Contents Aim is to obtain a deeper understanding of what

More information

dph/h3/cxc/icd/specs tgextract2-1.0/tgextract2.tex

dph/h3/cxc/icd/specs tgextract2-1.0/tgextract2.tex MIT Kavli Institute Chandra X-Ray Center MEMORANDUM November 16, 2015 To: From: Jonathan McDowell, SDS Group Leader; Kenny Glotfelty, DS Tools Lead David Huenemoerder, SDS Subject: tgextract2 Specifications

More information

Revision to TIR98-12: Assessment and Delivery of Spectrographs Calibration Reference Files

Revision to TIR98-12: Assessment and Delivery of Spectrographs Calibration Reference Files Revision to TIR98-12: Assessment and Delivery of Spectrographs Calibration Reference Files Rosa Diaz-Miller March 25, 2003 ABSTRACT This TIR is a revision of TIR 98-12 which describes the standard procedures

More information