APT ETC

User's Guide
Contents
Return to ETC
Welcome
SYNPHOT
SNR and Exposure Time
SNR
Time
Optimal SNR
Spectroscopy
Target Acquisition
Basic Use
Page Heirarchy
Reference
Extraction Regions
Spectral Distribution
User Spectra
Other Spectra
Extinction
Normalization
Background
CCD Parameters
ID Number
Calculations
SYNPHOT Calls
Call Descriptions
Call Parameters
NICMOS Spectroscopic Extraction Regions
Tables
Spectral Elements
NICMOS Filters
NICMOS Dispersers
ACS Filters and Dispersers
COS Dispersers
WFC3 Filters and Dispersers
STIS Filters and Dispersers
NICMOS Tables
COS Tables
STIS Tables and Topical Help

NICMOS Spectroscopy

The NICMOS spectroscopy calculations include a simulation of the degradation in spectral purity due to the point spread function. This calculation is affected by the size of the rectangular extraction region over which the SNR is calculated and in fact, the line widening calculations are performed as part of the extraction region fraction calculations.

The first step in this calculation is to compute the radial profile at each observation wavelength. The radial profile is then used to calculate the convolution factors.

(-4,4) (-3,4) (-2,4) (-1,4) (0,4) (1,4) (2,4) (3,4) (4,4)
(-4,3) (-3,3) (-2,3) (-1,3) (0,3) (1,3) (2,3) (3,3) (4,3)
(-4,2) (-3,2) (-2,2) (-1,2) (0,2) (1,2) (2,2) (3,2) (4,2)
(-4,1) (-3,1) (-2,1) (-1,1) (0,1) (1,1) (2,1) (3,1) (4,1)
(-4,0) (-3,0) (-2,0) (-1,0) (0,0) (1,0) (2,0) (3,0) (4,0)
(-4,-1) (-3,-1) (-2,-1) (-1,-1) (0,-1) (1,-1) (2,-1) (3,-1) (4,-1)
(-4,-2) (-3,-2) (-2,-2) (-1,-2) (0,-2) (1,-2) (2,-2) (3,-2) (4,-2)
(-4,-3) (-3,-3) (-2,-3) (-1,-3) (0,-3) (1,-3) (2,-3) (3,-3) (4,-3)
(-4,-4) (-3,-4) (-2,-4) (-1,-4) (0,-4) (1,-4) (2,-4) (3,-4) (4,-4)
Indexes for pixels in the NICMOS radial profile.

The radial profile is computed beginning with the rectangular extraction region values at the given wavelength. A 1x1 box is just the center pixel. A 3x1 box is the faction in the center pixel plus the two pixels immediately above and below the center, thus f(0,1) = f(0,-1) = [ f(3x1) - f(1x1) ] / 2 and by symetry, f(0,1) = f(0,-1) = f(1,0) = f(-1,0).

Because of symetry, the values in the four corner regions are all equal. We will describe the calculation of one. In general f(n,m) = [ f(n-1, m) * f(n, m - 1) ] / f(0,0)

For example, the rectangular extraction region fractions at 0.8 microns are:

Box Size Extraction Region Fraction
1x1 0.4008
3x1 0.5793
5x1 0.6178
7x1 0.6178
9x1 0.6178

Using these values in our formula to calculate one quadrant (relying on quadrilateral symetry) of the radial profile and then summing over two quadrants to calculate the convolution profile, we get:

Column
Row 0 1 2
0 0.40080 0.089250000 0.0192500000
1 0.08925 0.019874158 0.0009545350
2 0.01925 0.000954535 0.0000022733
Total 0.61780 0.130907385 0.0211636166