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
spacer

SYNPHOT Call Parameters

Observation Mode

The observation mode, or “obsmode” parameter is actually three separate parameters in many SYNPHOT tasks (instrument, detector and spec_el). Though the values can be specified separately, the APT ETC typically specifies the entire obsmode in the instrument parameter and leaves the other two blank. Thermback and calcphot both have a single obsmode parameter.

For NICMOS imaging, the obsmode parameter will consist of three keywords, the detector (“nicmos”), the camera (“1”, “2” or “3”) and the filter. For a complete list of NICMOS filter keywords, please consult the SYNPHOT User’s Guide, appendix A.

Spectra

CDBS contains a wide variety of input spectrum files. In addition, SYNPHOT provides a number of functions for generating synthetic spectra and for manipulating spectra. SYNPHOT’s capabilities are much more powerful and diverse than is needed for most observers. In general terms, the APT ETC uses only one continuum and/or up to three emission lines. An input file or synthetic spectra may be red shifted, reddened and/or renormalized.

Kurucz Models

One of the catalogs of spectra described in Appendix B of the SYNPHOT User’s Guide is the Kurucz Model Atmospheres. The APT ETC maps the spectral types to a set of parameters for a SYNPHOT “icat” function call. The parameters for the icat call for the Kurucz models are: catalog name (k93models), effective temperature, metalicity and log surface gravity. For example, the expression for a F2V star would be icat(k93models,6890.0, 0.0, 4.3).

Spectrum Type

Teff

[M/H]

Log G

O5V 44500 0.0 5.0
O7V 38000 0.0 4.5
O9V 33000 0.0 4.0
B0V 30000 0.0 4.0
B1V 25400 0.0 3.9
B3V 18700 0.0 3.9
B5V 15400 0.0 3.9
B8V 11900 0.0 4.0
A1V 9230 0.0 4.1
A3V 8720 0.0 4.2
A5V 8200 0.0 4.3
F0V 7200 0.0 4.3
F2V 6890 0.0 4.3
F5V 6440 0.0 4.3
F8V 6200 0.0 4.4
G2V 5860 0.0 4.4
G5V 5700 0.0 4.5
G8V 5570 0.0 4.5
K0V 5250 0.0 4.5
K4V 4560 0.0 4.5
K7V 4060 0.0 4.5
M2V 3500 0.0 4.6
G5I 4850 0.0 1.1
M2I 3450 0.0 0.0
F0I 7700 0.0 1.7

Table 6: SYNPHOT Parameters for Kurucz Model Stars

Bruzual Synthetic Stellar Spectra

These spectra are stored in CDBS and the correct file names can be determined from table B4 in the SYNPHOT User’s Guide.

HST Standard Star Spectra

These spectra are stored in CDBS and listed in the SYNPHOT User’s Guide in Table B3. The tricky part about using these spectra is that these CDBS file can be updated. The last three characters of each file name is the one-up version number of that file. We will not attempt to list the current file names as they will undoubtedly become out of date before very long. For example, the December 1998 version of the SYNPHOT User’s Guide lists the file name for the GD50 star as “gd50_002”, but the current file name as of November 2007 is crcalspec$gd50_004.fits.

Non-Stellar Objects

At the time that this document is being written, all of the spectra in this category are stored in the home directory of the APT ETC itself. Please contact the ETC development team for copies of these files.

Synthetic Spectra

Black body spectra are implemented using the SYPHOT function “bb” which takes one parameter, the temperature of the object. For example “bb(5500)”.

Power law spectra are implemented using the SYNPHOT function “pl” with Jansky units, a reference wavelength of 4000 Angstroms and some user specified exponent. The standard exponent used is –1 which would have an expression of “pl(4000,-1,jy)”.

A flat spectrum is a spectrum with constant energy per either wavelength unit or per frequency unit. Flat spectra are implemented using the SYNPHOT function “unit” with a value of 1 and either fnu or flam for the form. Note that countrate calculations are done using photons per wavelength unit, as a result, the plots of both forms are not actually flat when used in a countrate calculation.

Emission lines

Up to three emission lines can be superimposed on the input spectrum by the ETC. For a pure emission line spectrum, use the “No continumm” option. Emission lines are specified to the “countrate” task in SYNPHOT as part of the “spectrum” task parameter.

An example would look like this (Ha and [NII] lines with no continuum):

countrate.spectrum="(em(6563.0,1.1,3.05E-14,flam)+em(6583.0,0.6,2.85E-15,flam)+em(6548.0,0.6,1.05E-15,flam))”

Sky spectra

Count rates from the sky background are calculated by the same “countrate” SYNPHOT task used to compute the source counts, the sole difference is in the spectrum expression used in the calculation.

The sky background is derived from two master files that contain the contributions from Earth shine and zodiacal light. The Earth shine contribution is normalized via a multiplicative scale factor, while the zodiacal light contribution is normalized by a surface magnitude specified in Vega magnitudes per square arcsec in the Johnson V band.

Geo-coronal lines are added separately using the “em” function as described in Emission lines, above.

An example would look like this:

countrate.spectrum="((earthshine.fits*0.5)+rn(spec(Zodi.fits),band(V),22.7,vegamag))”