|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
SYNPHOT Call ParametersObservation ModeThe 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. SpectraCDBS 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 ModelsOne 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).
Table 6: SYNPHOT Parameters for Kurucz Model Stars Bruzual Synthetic Stellar SpectraThese 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 SpectraThese 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 ObjectsAt 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 SpectraBlack 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 linesUp 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 spectraCount 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))” |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||