Telluric Correction of IRTF Spectra with Atmospheric Models

Size: px
Start display at page:

Download "Telluric Correction of IRTF Spectra with Atmospheric Models"

Transcription

1 Telluric Correction of IRTF Spectra with Atmospheric Models Adwin Boogert1 Christian Flores Gonzalez2 1 2 IRTF, IfA Manoa; aboogert@hawaii.edu IRTF, IfA Hilo; caflores@hawaii.edu

2 Table of Contents 1 Preamble Cookbook Do s and Don ts Sample Data Background Using xtellcor_model...4 Step 1: Load Spectrum...6 Step 2: Get Atmospheric Model...7 Step 3: Plot Model and Determine Shifts...8 Step 4: Correct for Order Blaze Shape...9 Step 5: Plot Result and Write to File Examples Known Issues and Troubleshooting...16 Residual Telluric Features...16 Residual Order Curvature...17 Order Edges Drop Off...17 Wrong Spectral Slope and Large Scale Curvatures...17 Narrow Spikes...18 Wavelength Shift Solution Not Robust...18 Incorrect Header Information Future Work Change Log References...19

3 1 Preamble Accurate model spectra of the Earth s transmission will reduce the need for taking spectra of telluric standard stars at the IRTF. This document describes the program xtellcor_model, an adaptation of xtellcor (Vacca et al. 2003), that uses atmospheric models to divide out telluric absorption in ishell spectra. Other instruments are not addressed yet. The code is still under development, but a test version is available. In Section 2 we give a very brief summary of how to use the program. Section 5 gives detailed background information, and Sections 6 and onward give more detailed usage instructions, examples, and summaries of known issues and future work. 2 Cookbook This is a brief summary of how to run xtellcor_model. For more detailed information, see Section 6. I. reduce the ishell data using Spextool, but do not correct for telluric absorption and do not merge the orders II. this step is optional. If one wants to correct for the order blaze shape, then one needs to reduce the flat fields in Spextool and extract spectra using an extended source aperture. III. download the xtellcor_model package ( and unpack it in a directory that is in Spextool s IDL path (for a typical Spextool installation this is a called Spextool/ and contains subdirectories data/, helpfiles/, pro/, etc.) IV. start Spextool (the version for ishell) V. on IDL prompt, enter xtellcor_model VI. step 1: load reduced ishell spectrum VII. step 2: retrieve the atmospheric model. a. The molecules that contribute the most to a given mode are preceded by '*'. Scaling their column densities to the observations can be done automatically by entering -1 in the box. This is typically always needed for H2O and CH4. b. Click Retrieve Atmospheric Model. The fitting and download typically takes 1-2 minutes. VIII. step 3: inspect the quality of the model spectrum. Different molecules can be plotted using the atmosphere button. Apply small wavelength shifts for optimal division. If it does not look satisfactory, go back to step 2 and adjust the column density scaling factor of the molecule(s) of interest. IX. step 4: this step is optional. Divide out the order blaze shape by using flat fields, by loading the extracted flat field spectrum produced at instruction II above. X. step 5: plot and save the telluric and blaze function corrected spectra to fits file.

4 3 Do s and Don ts In its current state Xtellcor_model works well if these four conditions are true: if the science lines of interest are narrower than ~20% of an echelle order if the science can be done using line-to-continuum ratios if flux calibration is not important if the target spectrum is not densely packed with spectral features (i.e., if there are no isolated telluric lines to optimize the atmospheric model to) In these particular, though fairly common, science cases the observer may consider not observing telluric standard stars. Conversely, most likely Xtellcor_model is currently insufficient in the following science cases, and telluric standards must still be observed: 4 if the emission or absorption width of the astronomical lines of interest is broader than ~20% of an echelle order if the broad spectral shape (across many orders, e.g., continuum emission or solid state features) is of scientific interest if flux calibration is of science interest, i.e., if line-to-continuum ratio s are insufficient for the science goals targets with little free continuum emission, e.g., late M-giants. Sample Data The xtellcor_model distribution includes a sample ishell observation ( extractedstandard.fits ) in the K3 mode with the arcsec slit. It has been reduced with Spextool version 5.0.1, but not divided over a standard star and not order-merged. The corresponding extracted flat field for the optional order blaze correction is also provided ( spectraflat_k3_6-10.fits ). 5 Background A telluric absorption correction technique that uses weather models in combination with high spectral resolution transmission models was thoroughly tested on ESO/CRIRES (R=50, ,000) infrared spectra, yielding a correction accuracy of 2% or better, even near strong telluric lines (Seifahrt et al. 2010). The atmospheric radiative transfer code LBLRTM (Line-By-Line Radiative Transfer Model; Clough et al. 2005; was favored by Seifahrt et al. They recommend to use it with weather information (vertical profiles of pressure, temperature, and H2O abundance) from GDAS (Global Data Assimilation System) models, and with MIPAS (

5 atm.physics.ox.ac.uk/rfm/atm/) model atmospheres for other molecules and at the highest altitudes. This method was subsequently adopted by a number of other groups: Molecfit: a C-based fitting code, developed by ESO for their UV, optical, and infrared spectrometers (Smette et al. 2015) and included in their Common Pipeline Library. Telfit: a Python-based fitting code tested on optical high resolution spectra (R=80,000; Gullikson et al. 2014). In contrast to the other codes, Telfit adjusts the vertical temperature and pressure profiles to measurements at the telescope at the time of the observations. Telrem: an IDL-based fitting code developed for the ESO instrument X-Shooter (Rudolf et al. 2016). All these fitting programs, Molecfit, Telfit, and Telrem require the LBLRTM atmospheric model code (FORTRAN) and the line list code LNLF (FORTRAN) along with the large LBLRTM-formatted line list (1.8 GB) to be installed by the users on their local machines. The same is true for the GDAS data files, which are ~0.5 GB in size for every week of data. Installing the code and weather data will be big hurdles for many IRTF users, and therefore we decided to use an online server that generates these models. As we were building such server at the IRTF, we were made aware of the Planetary Spectrum Generator (PSG; Villanueva et al. 2018) that does mostly what is needed. We thus converted the much used Spextool program xtellcor (Vacca et al. 2003) to use PSG models rather than standard stars to correct for telluric lines in ishell spectra. We named it xtellcor_model. The rest of this document is about using the program xtellcor_model on ishell spectra. Its use on SpeX spectra has not been implemented yet. We note that in xtellcor, the telluric calibrators are also used to divide out the instrument s order blaze shapes, and with the modeling approach we rely on flat fields for this, which is done within xtellcor_model. 6 Using xtellcor_model Xtellcor_model is not integrated in the Spextool distribution yet; it can be run by unpacking the tar file in a directory that s in Spextool s IDL path. Then on the IDL command enter xtellcor_model and the GUI (Figure 1) appears. The steps on the GUI labeled 1-5 are fairly self-explanatory but are further described below.

6 Figure 1: GUI for xtellcor_model. Step 1: Load Spectrum This loads a FITS file of an observation that has been fully reduced in Spextool, except for telluric line correction and order merging. The header keywords are used to determine essential parameters, such as the instrument configuration, slit width, date of observation, and airmass. After clicking Load Spectrum, the step 2 information is updated such that only the atmospheric molecules relevant for this configuration s wavelength range are displayed (Figure 2).

7 Figure 2: After loading the data, step 2 only displays molecules relevant to the atmospheric transmission in this ishell configuration. Species preceded by * are most important: they have lines stronger than 10% absorption. Step 2: Get Atmospheric Model Clicking Retrieve Atmospheric Model will get the model spectrum from the server using the weather conditions at the time of the observations. This usually takes 1-2 minutes. The IDL prompt shows the progress. Subsequent comparison of this model with the data at step 3 will in most cases reveal that the H2O lines do not fit well and often other major species (preceded by * in the list) need adjustment as well. This can be done by re-doing step 2 and adjusting the relative scaling factors by hand (educated guess) or by automated fitting. In the latter case, enter -1 in the scaling boxes. The fitting is done to a couple of individual telluric lines, defined in the file teltool_lines.dat, and then the median across the best-fit scaling factors is taken. If one wants to inspect the fits, they are plotted in a postscript file ( xtellcor_model_fittedlines..ps ; Figure 3). The fitting is only done to the peak intensity, not the width or central wavelength. The latter is corrected for in step 3. Experience so far has shown typical scaling factors of for H2O and up to 1.4 for other species. A few iterations between step 2 and 3 to get the best scaling factors are typically needed.

8 Figure 3: Example fit to an individual atmospheric line to get the best column scaling factor. These plots are saved in files named "xtellcor_model_fittedlines...ps". Step 3: Plot Model and Determine Shifts This step can be used to inspect the fitting result and if needed, one can go back to step 2 and adjust the column scaling factors. Under the button atmosphere (Figure 4) one can overplot (in yellow) the total transmission model or that for individual molecules. The main function here, however, is to correct for small wavelength calibration errors. Residuals can be greatly reduced by applying sub-pixel shifts. We find that currently, shifts can vary within orders and across orders, and the user needs to decide what s best. To help with that, one can do an automated determination by clicking s on the command line and then define a line to fit to with the left mouse button. The apply to all button is useful. When satisfactory shifts are determined, click accept.

9 Figure 4: tool to inspect the telluric correction and determine sub-pixel wavelength shifts. The top panel shows the division before the shift is applied. Note that the curvature of the order is because no blaze correction has been applied yet (see step 4). Step 4: Correct for Order Blaze Shape At this stage, the telluric correction is done, but the spectral orders are still strongly curved due to the grating blaze (Figure 4). In xtellcor, the standard star is used to correct for that, but xtellcor_model relies on the flat fields. However, if this order blaze is not affecting the science analysis (e.g., for the study of individual narrow lines), this step can be skipped. If not skipped, the user will need to use Spextool to reduce the flat fields, i.e., use the extended source method to extract a section along the slit. This extracted flat field spectrum is then loaded in this step 4 and subsequently divided over the data (step 4a). Step 4b also offers the possibility to divide over a pre-defined median blaze function in case there are problems with the observed flat field spectrum. Here we describe the process in which the blaze shape is divided out. This should be considered background information, and most users can skip it and continue with section 6. A plain division of the data over the extracted flat is not always possible, because some orders contain molecular absorption lines (due to the air between the flat field lamp and the instrument window). Instead, all orders are divided over the same flat spectrum, determined by medianing over orders not affected by molecular lines. The file ishell_good_flat_blaze_orders.dat defines those orders and typically does not need to be adjusted. For this to work, the medianing and division cannot be done on a wavelength scale, because

10 the blaze shape depends on echelle order number (m). Instead a scale X that is common to all orders is used: X =m(1 (λ c ( m)/λ)) where λc is the wavelength of the peak of the blaze function. The theoretical value of λc is calculated from the grating equation, which for an immersion grating instrument in pseudo-littrow configuration like ishell is defined as m λc (m)=n. σ. cos(γ ).2 sin(δ) where n is the refractive index of the immersion grating material silicon, σ the grating groove width in micron, γ the out of plane angle of the echelle, and δ the blaze angle. If the correct λc is found for order m, then the observed intensity R(X) should match the theoretical blaze function R( X )=[sin( π α X )/( π α X )] 2 with α=cos 2( δ) a grating constant. But we find that λc deviates from the observed flat spectrum by a small amount, possibly due to an inaccuracy in n. To mitigate this, we determine the peak intensity of each observed flat that is not compromised by molecular absorption (Figure 5) and determine the correction factor to λc as a function of m (Figure 6). The next step is then to median all good orders on the X scale and it is this median flat spectrum (Figure 7) that is divided over each spectral order observed for the science target.

11 Figure 5: One ishell spectral order (black) extracted from the flat field compared to the theoretical blaze function (red) and after a shift to the observed peak wavelength λc (green) following normalization at the wavelengths indicated in vertical blue lines. This plot can be found in xtellcor_model_blazepeaks...ps Figure 6: Blaze peak wavelength correction factor (y-axis) versus the inverse of the echlle order (x-axis). The red line is a linear fit that is used in the blaze correction. This plot is produced as part of xtellcor_model_blazepeaks...ps

12 Figure 7: Signal from a single echelle order derived from the flat field (black) compared to the blaze function medianed over all orders (red). All orders will be divided over this median function. This plot can be found in xtellcor_model_blazemedian_...ps Step 5: Plot Result and Write to File Finally, the atmospheric absorption and (optionally) blaze shape corrected spectra can be written to fits file. Two files are written to disk: file.fits and file_tellspec.fits. The latter contains both the complete atmospheric model and the transmission for each molecule. At the same time the spectrum is plotted, which is particularly useful to see how well the blaze shapes were corrected for (Figure 8). Note that in this case, the plotted atmospheric transmission spectrum is a generic ATRAN model, not the one optimized to the observations.

13 Figure 8: Fully atmosphere and (optional) blaze-shape corrected spectrum. Yellow is an atmospheric transmission model (a generic ATRAN model, not the one optimized to the observation) and white and green the echelle orders.

14 7 Examples Figures 9-11 show a few examples of atmospheric correction of observed ishell spectra, comparing the use of models (xtellcor_model) versus standard stars (xtellcor). Figure 9: Example of using xtellcor_model on an ishell H3 spectrum with the 0.75 arcsec slit. Top panel: science target divided over telluric standard (red) compared to science target divided over atmospheric model (black). The blue dashed line is the atmospheric model. Bottom panel: difference between the two in percentage. Note that many of the narrow black spikes are not caused by the atmospheric correction. They are likely artifacts due the nonlinearity correction. That problem is still under investigation.

15 Figure 10: ishell H3 spectrum (0.75" slit) corrected for telluric absorption using a standard star (red) and an atmospheric model (black). The atmospheric model is the blue dashed line. The difference in overall slope is an artifact of the blaze shape correction.

16 Figure 11: ishell M-band spectrum of a massive protostar. This target has an M-band magnitude of around 1 and no telluric standard stars of comparable brightness could be found. The top black spectrum is the data before telluric correction and the red line is the atmospheric model. The bottom spectrum is after telluric correction. Most structure seen in this spectrum is real (Barr et al., subm. to ApJL). 8 Known Issues and Troubleshooting The use of xtellcor_model is limited depending on the target being observed, the science being done, or yet unresolved calibration or software issues. Many of these issues will be addressed in future releases. Here we provide a summary. Residual Telluric Features The automatic determination of the molecular scaling factors not seldomly leaves atmospheric residuals that the user will have to improve on by manually adjusting the scaling factors. Future developments are planned to reduce the need for user intervention: Currently only the peak optical depths of a few pre-defined isolated atmospheric lines are being fitted with the models. The actual line profiles and positions are currently not fitted, but once implemented, will improve the fits for low S/N spectra. Fitting over multiple lines or entire or multiple orders is currently not done as it requires baseline fitting that is difficult to generalize for the many different kinds of targets that ishell observers study (e.g., targets with many or few lines, with emission or absorption lines, with weak or strong continua, with broad dust emission or absorption lines).

17 Residual Order Curvature The blaze shape correction (section ) sometimes leaves residual curvature in the orders (Figure 12). We tentatively find that this can be solved by small adjustments (~1%) of the grating constant α (section 6). We will investigate this further, and possibly allow the user to make small adjustments of α. Figure 12: An observation in the ishell H3 mode showing residual order curvature. Order Edges Drop Off Often, the order edges show a drop. Until we find a solution for this, the user may cut the orders edge at the order merging stage (xmergeorders). Wrong Spectral Slope and Large Scale Curvatures Figure 13: The broad features at ~2.20 and ~2.27 micron are likely artifacts as a result of features in the flat field. The narrow absorption at ~2.16 micron is real (Br γ).

18 We sometimes find broad absorption features in the blaze shape corrected spectra, such as shown in Figure 13. These are likely caused by features in the flat fields used for the blaze shape correction. So far, we have seen them in the ishell J1 and K2 modes. We are further investigating the cause and mitigation. Overall slope differences between the spectra reduced using telluric models and using standard stars are sometimes observed. This may in part be due to the spectral shape of the flat field lamp. We are further investigating the cause and mitigation. Narrow Spikes Occasionally narrow spikes are observed in spectra reduced using model spectra, while they are absent when using standard stars. We suspect this is caused by incorrect non-linearity correction, the effects of which are divided out when using standard stars but not when using models. Wavelength Shift Solution Not Robust We find that when selecting different wavelength regions to determine the wavelength shift (Section 6), different values are found. It works better when narrow regions on single telluric lines are selected. We think that the steep blaze slopes affect the wavelength shift determination and that doing the blaze correction before the shift determination could be a solution. This will need to be implemented. Incorrect Header Information If the FITS header contains wrong header information (e.g., date or slit width), one can override it by replacing the entry header with the correct entry in the parameter file teltool_ishell.param. This is very rarely needed, probably only for data obtained during instrument commissioning. 9 Future Work Besides work on the known issues mentioned in section 8, the following non-exhaustive list of improvements are planned for xtellcor_model: more accurate and robust matching of molecular columns to the data test on 1.50 arcsec wide slit integrate into the Spextool for ishell distribution include more local meteorological data such as PWV columns and pressure not all configurations have been tested. Table 1 gives a summary of the status across all ishell modes

19 ISHELL Mode Telluric Correction Blaze Correction J0 J1 OK Broad structure across many orders J2 Needs O2 lines to fit to J3 Needs O2 lines to fit to H1 OK OK H2 Note tested H3 OK Overall slope K1 K2 OK Broad structure across many orders Kgas K3 OK OK L1 L2 L3 Lp1 Lp2 Lp3 Lp4 M1 O3 residuals OK M2 O3 residuals OK Table 1: Status of Testing Xtellcor_model on ishell Modes 10 Change Log 10/18/18: updated Beta release (v 0.0.1) on IRTF web page. Includes items below. 10/18/18: output telluric spectrum (.._tellspec.fits) at final step also written in Spextool /17/18: teltool.pro: take into account gaps in wavelength coverage (such as for ishell Mband) when checking if absorption line can be fitted to for column determination 10/15/18: Beta release (version 0.0) on IRTF web page

20 11 References Clough, S. A., M. W. Shephard, E. J. Mlawer, J. S. Delamere, M. J. Iacono, K. Cady-Pereira, S. Boukabara, and P. D. Brown, Atmospheric radiative transfer modeling: a summary of the AER codes, Short Communication, J. Quant. Spectrosc. Radiat. Transfer, 91, , Gullikson, K., Dodson-Robinson, S., & Kraus, A. 2014, AJ, 148, 53 Rudolf, N., Guenther, H.~M., Schneider, P.~C., & Schmitt, J.~H.~M.~M., 2016, A&A, 585, A113 Smette, A., Sana, H., Noll, S., et al. 2015, A&A, 576, 77 Vacca, W. D., Cushing, M. C., & Rayner, J. T., 2003, PASP, 115, 389 Villanueva, G. L., Smith, M. D., Protopapa, S., Faggi, S., & Mandell, A. M., 2018, JQSRT, 217, 86

Mimir NIR Spectroscopy Data Processing Cookbook V2.0 DPC

Mimir NIR Spectroscopy Data Processing Cookbook V2.0 DPC Mimir NIR Spectroscopy Data Processing Cookbook V2.0 DPC - 20111130 1. Fetch and install the software packages needed a. Get the MSP_WCT, MSP_CCS, MSP_SXC packages from the Mimir/Software web site: http://people.bu.edu/clemens/mimir/software.html

More information

Southern African Large Telescope

Southern African Large Telescope Southern African Large Telescope Title: Author(s): HRS pipeline for MR red-arm data with MIDAS Alexei Kniazev Doc. number: HRS0000003 Version: 1.0 Date: August 14, 2016 Keywords: HRS, Pipeline Approved:

More information

Mimir Near-Infrared Spectral Analysis Cookbook

Mimir Near-Infrared Spectral Analysis Cookbook Mimir NIR Spectroscopy Data Processing Cookbook 1. Fetch and install the software packages needed a. The key elements are IDL packages or projects, named: i. Mimir Software Package Wavelength Calibration

More information

Molecfit

Molecfit Molecfit http://www.eso.org/sci/software/pipelines/skytools/molecfit Sabine Moehler Based on a presentation by Wolfgang Kausch (Innsbruck, Austria) source absorption atmosphere emission scattering observer

More information

Lab 4 Radial Velocity Determination of Membership in Open Clusters

Lab 4 Radial Velocity Determination of Membership in Open Clusters Lab 4 Radial Velocity Determination of Membership in Open Clusters Sean Lockwood 1, Dipesh Bhattarai 2, Neil Lender 3 December 2, 2007 Abstract We used the Doppler velocity of 29 stars in the open clusters

More information

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved OPSIAL Manual v1.0 2016 Xiaofeng Tan. All Rights Reserved 1. Introduction... 3 1.1 Spectral Calculator & Fitter (SCF)... 3 1.2 Automated Analyzer (AA)... 3 2. Working Principles and Workflows of OPSIAL...

More information

The IRS Flats. Spitzer Science Center

The IRS Flats. Spitzer Science Center Spitzer Science Center Table of Contents The IRS Flats 1 Chapter 1. The Purpose of this Document... 3 Chapter 2.... 4 2.1 Make a finely-spaced map of a star....4 2.2 Simulate an extended source...6 2.3

More information

Astronomical Spectroscopy. Michael Cushing

Astronomical Spectroscopy. Michael Cushing Astronomical Spectroscopy Michael Cushing REU Presentation June, 08, 2009 What Is a Spectrum? A stars have Teff ~10 4 K. Continuum H Line Absorption Jacoby et al. (1984, ApJS, 56, 257) What is a Spectrum?

More information

Working with Observational and Laboratory Databases

Working with Observational and Laboratory Databases Working with Observational and Laboratory Databases Adwin Boogert NASA Herschel Science Center IPAC, Caltech Pasadena, CA, USA 05 June 2012 Interstellar Dust School (Cuijk): Databases (Boogert) 1 Scope

More information

New Approaches to the Development of GC/MS Selected Ion Monitoring Acquisition and Quantitation Methods Technique/Technology

New Approaches to the Development of GC/MS Selected Ion Monitoring Acquisition and Quantitation Methods Technique/Technology New Approaches to the Development of GC/MS Selected Ion Monitoring Acquisition and Quantitation Methods Technique/Technology Gas Chromatography/Mass Spectrometry Author Harry Prest 1601 California Avenue

More information

Jasco V-670 absorption spectrometer

Jasco V-670 absorption spectrometer Laser Spectroscopy Labs Jasco V-670 absorption spectrometer Operation instructions 1. Turn ON the power switch on the right side of the spectrophotometer. It takes about 5 minutes for the light source

More information

arxiv: v1 [astro-ph.im] 21 Nov 2018

arxiv: v1 [astro-ph.im] 21 Nov 2018 Astronomy & Astrophysics manuscript no. 33282corr c ESO 2018 November 26, 2018 Telluric correction in the near-infrared: Standard star or synthetic transmission? S. Ulmer-Moll 1, 2, P. Figueira 3, 1, J.

More information

Astro 500 A500/L-15 1

Astro 500 A500/L-15 1 Astro 500 A500/L-15 1 Lecture Outline Spectroscopy from a 3D Perspective ü Basics of spectroscopy and spectrographs ü Fundamental challenges of sampling the data cube Approaches and example of available

More information

Updated flux calibration and fringe modelling for the ACS/WFC G800L grism

Updated flux calibration and fringe modelling for the ACS/WFC G800L grism Updated flux calibration and fringe modelling for the ACS/WFC G800L grism H. Kuntschner, M. Kümmel, J. R. Walsh January 25, 2008 ABSTRACT A revised flux calibration is presented for the G800L grism with

More information

Recent spectroscopy updates to the line-by-line radiative transfer model LBLRTM evaluated using IASI case studies

Recent spectroscopy updates to the line-by-line radiative transfer model LBLRTM evaluated using IASI case studies Recent spectroscopy updates to the line-by-line radiative transfer model LBLRTM evaluated using IASI case studies M.J. Alvarado 1, V.H. Payne 2, E.J. Mlawer 1, J.-L. Moncet 1, M.W. Shephard 3, K.E. Cady-Pereira

More information

PACS Spectroscopy performance and calibration PACS Spectroscopy performance and calibration

PACS Spectroscopy performance and calibration PACS Spectroscopy performance and calibration 1 of 18 PACS Spectroscopy performance and Prepared by Bart Vandenbussche With inputs by Alessandra Contursi Helmut Feuchtgruber Katrina Exter Christophe Jean Albrecht Poglitsch Elena Puga Pierre Royer

More information

Questions you should be able to answer after reading the material

Questions you should be able to answer after reading the material Module 4 Radiation Energy of the Sun is of large importance in the Earth System, it is the external driving force of the processes in the atmosphere. Without Solar radiation processes in the atmosphere

More information

WHAT DO RADIAL VELOCITY MEASUREMENTS TELL ABOUT RV TAURI STARS?

WHAT DO RADIAL VELOCITY MEASUREMENTS TELL ABOUT RV TAURI STARS? Dig Sites of Stellar Archeology: Giant Stars in the Milky Way Ege Uni. J. of Faculty of Sci., Special Issue, 2014, 113-120 WHAT DO RADIAL VELOCITY MEASUREMENTS TELL ABOUT RV TAURI STARS? Timur Şahin 1*,

More information

Investigating the Efficiency of the Beijing Faint Object Spectrograph and Camera (BFOSC) of the Xinglong 2.16-m Reflector

Investigating the Efficiency of the Beijing Faint Object Spectrograph and Camera (BFOSC) of the Xinglong 2.16-m Reflector Research in Astron. Astrophys. Vol. (xx) No., http://www.raa-journal.org http://www.iop.org/journals/raa Research in Astronomy and Astrophysics Investigating the Efficiency of the Beijing Faint Object

More information

Simulation of Second Order Spectra Using SpinWorks. CHEM/BCMB 8190 Biomolecular NMR UGA, Spring, 2005

Simulation of Second Order Spectra Using SpinWorks. CHEM/BCMB 8190 Biomolecular NMR UGA, Spring, 2005 Simulation of Second Order Spectra Using SpinWorks CHEM/BCMB 8190 Biomolecular NMR UGA, Spring, 2005 Introduction Although we frequently assume that scalar couplings are small compared to the differences

More information

The Innsbruck / ESO Sky Models and Telluric Correction Tools

The Innsbruck / ESO Sky Models and Telluric Correction Tools The Innsbruck / ESO Sky Models and Telluric Correction Tools ESO in-kind Team Innsbruck Instituto de Astronomía Universidad Católica del Norte Antofagasta / CHILE Stefan Kimeswenger Innsbruck ESO in-kind

More information

Ocean Optics Red Tide UV-VIS Spectrometer (Order Code: SPRT-UV-VIS)

Ocean Optics Red Tide UV-VIS Spectrometer (Order Code: SPRT-UV-VIS) Ocean Optics Red Tide UV-VIS Spectrometer (Order Code: SPRT-UV-VIS) The UV-VIS spectrometer is a portable ultraviolet light and visible light spectrophotometer, combining a spectrometer and a light source/cuvette

More information

PACS Spectroscopy performance and calibration PACS Spectroscopy performance and calibration

PACS Spectroscopy performance and calibration PACS Spectroscopy performance and calibration 1 of 18 PACS Spectroscopy performance and PICC-KL-TN-041 Prepared by With inputs by Bart Vandenbussche Joris Blommaert Alessandra Contursi Helmut Feuchtgruber Christophe Jean Albrecht Poglitsch Pierre

More information

Evaluation of radiative effect on the measurement of the surface air temperature by thermometers using the ground-based microwave radiometer

Evaluation of radiative effect on the measurement of the surface air temperature by thermometers using the ground-based microwave radiometer WMO Technical Conference on Meteorological and Environmental Instruments and Methods of Observation, TECO-2016 Madrid, Spain, 27-30 September 2016 P3(74) Evaluation of radiative effect on the measurement

More information

Analysis of wavelength shifts reported for X-shooter spectra

Analysis of wavelength shifts reported for X-shooter spectra Analysis of wavelength shifts reported for X-shooter spectra S. Moehler (SDP) June 15, 2015 Executive Summary I investigated the causes for wavelength offsets seen in telluric lines and sky lines of extracted

More information

NAOYUKI TAMURA Subaru Instrument Astronomer Subaru Telescope, NAOJ

NAOYUKI TAMURA Subaru Instrument Astronomer Subaru Telescope, NAOJ FMOS status tt report Science workshop 2011.02.2802 28-03.0202 NAOYUKI TAMURA Subaru Instrument Astronomer Subaru Telescope, NAOJ * Overview * Recent history & current status t * Schedule & future plan

More information

Comparison of Precipitable Water Vapour Measurements made with an Optical Echelle Spectrograph and an Infrared Radiometer at Las Campanas Observatory

Comparison of Precipitable Water Vapour Measurements made with an Optical Echelle Spectrograph and an Infrared Radiometer at Las Campanas Observatory Comparison of Precipitable Water Vapour Measurements made with an Optical Echelle Spectrograph and an Infrared Radiometer at Las Campanas Observatory Richard R. Querel *a, David A. Naylor a, Joanna Thomas-Osip

More information

SpectroWeb: An Interactive Graphical Database of Digital Stellar Spectral Atlases

SpectroWeb: An Interactive Graphical Database of Digital Stellar Spectral Atlases : An Interactive Graphical Database of Digital Stellar Spectral Atlases arxiv:0707.3722v1 [astro-ph] 25 Jul 2007. A. LOBEL 1 1 Royal Observatory of Belgium, Ringlaan 3, Brussels, B-1180, Belgium ABSTRACT

More information

THE OBSERVATION AND ANALYSIS OF STELLAR PHOTOSPHERES

THE OBSERVATION AND ANALYSIS OF STELLAR PHOTOSPHERES THE OBSERVATION AND ANALYSIS OF STELLAR PHOTOSPHERES DAVID F. GRAY University of Western Ontario, London, Ontario, Canada CAMBRIDGE UNIVERSITY PRESS Contents Preface to the first edition Preface to the

More information

Lab 4: Stellar Spectroscopy

Lab 4: Stellar Spectroscopy Name:... Astronomy 101: Observational Astronomy Fall 2006 Lab 4: Stellar Spectroscopy 1 Observations 1.1 Objectives and Observation Schedule During this lab each group will target a few bright stars of

More information

Physics 476LW Advanced Physics Laboratory Atomic Spectroscopy

Physics 476LW Advanced Physics Laboratory Atomic Spectroscopy Physics 476LW Atomic Spectroscopy 1 Introduction The description of atomic spectra and the Rutherford-Geiger-Marsden experiment were the most significant precursors of the so-called Bohr planetary model

More information

The VLT dealing with the Atmosphere, a Night Operation point of view

The VLT dealing with the Atmosphere, a Night Operation point of view The VLT dealing with the Atmosphere, a Night Operation point of view Julio Navarrete European Organization for Astronomical Research in the Southern Hemisphere Alonso de Cordova 3107, Vitacura, Santiago-Chile

More information

Open Cluster Research Project

Open Cluster Research Project Open Cluster Research Project I. Introduction The observational data indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium and a trace of other elements, something triggers

More information

Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI

Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI Experiment 20 : Studying light absorption in terphenyl I. Background theory. 1. 2. 3. 4. 5. 6. 7. Electromagnetic

More information

a computer running the CLEA activity The Large Scale Structure of the Universe. a computer running a spreadsheet program

a computer running the CLEA activity The Large Scale Structure of the Universe. a computer running a spreadsheet program TAP 704-5: Red shift The CLEA software enables you to simulate controlling a telescope so that it points at a selected galaxy, and then using a spectrometer to record the light received over a range of

More information

AstroBITS: Open Cluster Project

AstroBITS: Open Cluster Project AstroBITS: Open Cluster Project I. Introduction The observational data that astronomers have gathered over many years indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium

More information

Note on OSIRIS Wavelength Calibrations D. Le Mignant, Oct. 5, 2007

Note on OSIRIS Wavelength Calibrations D. Le Mignant, Oct. 5, 2007 Note on OSIRIS Wavelength Calibrations D. Le Mignant, Oct. 5, 2007 1. Observations and data reduction In this short note, we report on some on-going analysis of OSIRIS data in an effort to document our

More information

Life Cycle of Stars. Photometry of star clusters with SalsaJ. Authors: Daniel Duggan & Sarah Roberts

Life Cycle of Stars. Photometry of star clusters with SalsaJ. Authors: Daniel Duggan & Sarah Roberts Photometry of star clusters with SalsaJ Authors: Daniel Duggan & Sarah Roberts Photometry of star clusters with SalsaJ Introduction Photometry is the measurement of the intensity or brightness of an astronomical

More information

ATMOS Modèle numérique d'atmosphère

ATMOS Modèle numérique d'atmosphère Jihane Moultaka LATT Observatoire Midi Pyrénées Goal : Simulate the effect of Atmosphere on the ideal (simulated) data cube Use : Produce the most realistic data in order to Prepare the instrument Determine

More information

Measuring ph with Smart Cuvettes

Measuring ph with Smart Cuvettes 1 Measuring ph with Smart Cuvettes Hardware Setup for ph Measurements ph is measured in Absorbance mode. Configure your spectroscopy components for Absorbance measurements. Sample Absorbance setups for

More information

DAY LABORATORY EXERCISE: SPECTROSCOPY

DAY LABORATORY EXERCISE: SPECTROSCOPY AS101 - Day Laboratory: Spectroscopy Page 1 DAY LABORATORY EXERCISE: SPECTROSCOPY Goals: To see light dispersed into its constituent colors To study how temperature, light intensity, and light color are

More information

RFI Mitigation for the Parkes Galactic All-Sky Survey (GASS)

RFI Mitigation for the Parkes Galactic All-Sky Survey (GASS) RFI Mitigation for the Parkes Galactic All-Sky Survey (GASS) Peter Kalberla Argelander-Institut für Astronomie, Auf dem Hügel 71, D-53121 Bonn, Germany E-mail: pkalberla@astro.uni-bonn.de The GASS is a

More information

WeatherWatcher ACP. Astronomers Control Panel (V4 or >) Ambient Virtual Weather Station (Pro or Internet editions) ASCOM platform v4.

WeatherWatcher ACP. Astronomers Control Panel (V4 or >) Ambient Virtual Weather Station (Pro or Internet editions) ASCOM platform v4. WeatherWatcher ACP Software This is a minimum equipment list: Astronomers Control Panel (V4 or >) Ambient Virtual Weather Station (Pro or Internet editions) ASCOM platform v4.1 or higher Hardware Weather

More information

Software BioScout-Calibrator June 2013

Software BioScout-Calibrator June 2013 SARAD GmbH BioScout -Calibrator 1 Manual Software BioScout-Calibrator June 2013 SARAD GmbH Tel.: ++49 (0)351 / 6580712 Wiesbadener Straße 10 FAX: ++49 (0)351 / 6580718 D-01159 Dresden email: support@sarad.de

More information

The Cornell Atlas of Spitzer Spectra (CASSIS) and recent advances in the extraction of complex sources

The Cornell Atlas of Spitzer Spectra (CASSIS) and recent advances in the extraction of complex sources The Cornell Atlas of Spitzer Spectra (CASSIS) and recent advances in the extraction of complex sources V. Lebouteiller (CEA & Cornell University) D.J. Barry, G.C. Sloan, H.W.W. Spoon, D.W. Weedman, J.R.

More information

2. To measure the emission lines in the hydrogen, helium and possibly other elemental spectra, and compare these to know values.

2. To measure the emission lines in the hydrogen, helium and possibly other elemental spectra, and compare these to know values. 4.1. Purpose 1. To record several elemental emission spectra using arc lamps filled with each element using the Ocean Optics USB650 spectrometer. 2. To measure the emission lines in the hydrogen, helium

More information

Optimal resolutions for optical and NIR spectroscopy S. Villanueva Jr.* a, D.L. DePoy a, J. L. Marshall a

Optimal resolutions for optical and NIR spectroscopy S. Villanueva Jr.* a, D.L. DePoy a, J. L. Marshall a Optimal resolutions for optical and NIR spectroscopy S. Villanueva Jr.* a, D.L. DePoy a, J. L. Marshall a a Department of Physics and Astronomy, Texas A&M University, 4242 TAMU, College Station, TX, USA

More information

Exoplanets Atmospheres. Characterization of planetary atmospheres. Photometry of planetary atmospheres from direct imaging

Exoplanets Atmospheres. Characterization of planetary atmospheres. Photometry of planetary atmospheres from direct imaging Photometry of planetary atmospheres from direct imaging Exoplanets Atmospheres Planets and Astrobiology (2016-2017) G. Vladilo Example: planetary system detected with direct imaging HR 8799 b, c, d (Marois

More information

Contributing to Astropy: A community Python library for astronomers

Contributing to Astropy: A community Python library for astronomers Macalester Journal of Physics and Astronomy Volume 4 Issue 1 Spring 2016 Article 6 May 2016 Contributing to Astropy: A community Python library for astronomers Asra Nizami Macalester College, anizami@macalester.edu

More information

DOAS measurements of Atmospheric Species

DOAS measurements of Atmospheric Species Practical Environmental Measurement Techniques: DOAS measurements of Atmospheric Species Last change of document: April 14, 2014 Supervisor: Dr. Andreas Richter, room U2090, tel 62103, and Dr. Folkard

More information

ISSP User Guide CY3207ISSP. Revision C

ISSP User Guide CY3207ISSP. Revision C CY3207ISSP ISSP User Guide Revision C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights Copyrights

More information

COS FUV Dispersion Solution Verification at the New Lifetime Position

COS FUV Dispersion Solution Verification at the New Lifetime Position SPACE TELESCOPE SCIENCE INSTITUTE Operated for NASA by AURA Instrument Science Report COS 2013-06(v1) COS FUV Dispersion Solution Verification at the New Lifetime Position Paule Sonnentrucker 1, Julia

More information

The verification of the MASS spectral response

The verification of the MASS spectral response The verification of the MASS spectral response Victor Kornilov September 14, 2006 Introduction The paper 1 shows that the weighting functions (WF) used for turbulence profile restoration from the scintillation

More information

Comet Measurement Techniques. Karen Meech Institute for Astronomy Session 27 1/18/05

Comet Measurement Techniques. Karen Meech Institute for Astronomy Session 27 1/18/05 Comet Measurement Techniques Karen Meech Institute for Astronomy Session 27 1/18/05 Image copyright, R. Wainscoat, IfA Image courtesy K. Meech Techniques Summary Imaging & Detectors Photometry Deep Imaging

More information

The TV3 ground calibrations of the WFC3 NIR grisms

The TV3 ground calibrations of the WFC3 NIR grisms The TV3 ground calibrations of the WFC3 NIR grisms H. Kuntschner, H. Bushouse, J. R. Walsh, M. Kümmel July 10, 2008 ABSTRACT Based on thermal vacuum tests (TV3; March/April 2008), the performance of the

More information

Exploring Data. Keck LRIS spectra. Handbook of CCD Astronomy by Steve Howell Chap. 4, parts of 6

Exploring Data. Keck LRIS spectra. Handbook of CCD Astronomy by Steve Howell Chap. 4, parts of 6 Exploring Data Keck LRIS spectra Handbook of CCD Astronomy by Steve Howell Chap. 4, parts of 6 FITS: Flexible Image Transport System Digital file format used to store astronomical images, data, and catalogs.

More information

IN REPORT: Plate Scale and FOV of CCD for Each Telescope using Albireo Stars

IN REPORT: Plate Scale and FOV of CCD for Each Telescope using Albireo Stars USE ASTROIMAGEJ NOT AIP4WIN To download ALL the public data from Canvas, go to Files, then click the 3 dots next to the Public Data Folder and click Download. It will download all the files at once. 6.1

More information

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011)

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) The ASD Inc FieldSpec Max spectrometer is a precision instrument designed for obtaining high spectral resolution

More information

INTEGRAL. Science Operations Centre. Announcement of Opportunity for Observing Proposals (AO-11) INT/OAG/ /Dc Issue 1.

INTEGRAL. Science Operations Centre. Announcement of Opportunity for Observing Proposals (AO-11) INT/OAG/ /Dc Issue 1. Science Operations Centre Announcement of Opportunity for Observing Proposals (AO-11) INT/OAG/13-0383/Dc Issue 1.0 25 February 2013 Prepared by Miguel Arregui, Emilio Salazar Date: 25 February 2013 Page:

More information

Overview: Astronomical Spectroscopy

Overview: Astronomical Spectroscopy Overview: Astronomical Spectroscopy or How to Start Thinking Creatively about Measuring the Universe Basic Spectrograph Optics Objective Prism Spectrometers - AESoP Slit Spectrometers Spectrometers for

More information

Southern African Large Telescope

Southern African Large Telescope Southern African Large Telescope Title: Author(s): HRS pipeline for LR red-arm data with MIDAS Alexei Kniazev Doc. number: HRS0000002 Version: 1.0 Date: July 29, 2016 Keywords: HRS, Pipeline Approved:

More information

Using SkyTools to log Texas 45 list objects

Using SkyTools to log Texas 45 list objects Houston Astronomical Society Using SkyTools to log Texas 45 list objects You can use SkyTools to keep track of objects observed in Columbus and copy the output into the Texas 45 observation log. Preliminary

More information

Compute Redshifts of Quasars Using SPLAT-VO

Compute Redshifts of Quasars Using SPLAT-VO Compute Redshifts of Quasars Using SPLAT-VO M. Castro Neves, based on the VOSpec Tutorial by Phil Furneaux and Deborah Baines May 26, 2016 Abstract In this tutorial you will use SPLAT-VO to search for

More information

Lab VI Light Emitting Diodes ECE 476

Lab VI Light Emitting Diodes ECE 476 Lab VI Light Emitting Diodes ECE 476 I. Purpose This experiment examines the properties of light emitting diodes. The use of the monochromator for studying the spectrum of light sources is also examined.

More information

Quasars in the SDSS. Rich Kron NGC June 2006 START CI-Team: Variable Quasars Research Workshop Yerkes Observatory

Quasars in the SDSS. Rich Kron NGC June 2006 START CI-Team: Variable Quasars Research Workshop Yerkes Observatory Quasars in the SDSS Rich Kron 28 June 2006 START CI-Team: Variable Quasars Research Workshop Yerkes Observatory NGC 1068 About 10% of all of the spectra in the SDSS database are of quasars (as opposed

More information

Large gratings for large telescopes

Large gratings for large telescopes Ernesto Oliva, INAF-Arcetri (Florence) Why do astronomers need large gratings? Which type of gratings do astronomers need? Which (new) gratings-manufacturing technology could be useful to astronomers?

More information

Open Cluster Photometry: Part II

Open Cluster Photometry: Part II Project 4 Open Cluster Photometry: Part II Observational Astronomy ASTR 310 Fall 2005 1 Introduction The objective of this and the previous project is to learn how to produce color-magnitude diagrams of

More information

Astro 3 Lab Exercise

Astro 3 Lab Exercise Astro 3 Lab Exercise Lab #4: Measuring Redshifts of Galaxies Dates: August 5 6 Lab Report due: 5 pm Friday August 15 Summer 2014 1 Introduction This project involves measuring the redshifts of distant

More information

FIA0221: Taller de Astronomía II. Lecture 14 Spectral Classification of Stars

FIA0221: Taller de Astronomía II. Lecture 14 Spectral Classification of Stars FIA0221: Taller de Astronomía II Lecture 14 Spectral Classification of Stars Spectral types along the stellar CMD. Oh, Be A Fine Girl Kiss Me! Classification of Stellar spectra: The MK system: strong He+

More information

A review of (sub)mm band science and instruments in the ALMA era

A review of (sub)mm band science and instruments in the ALMA era A review of (sub)mm band science and instruments in the ALMA era Marcella Massardi INAF- Istituto di Radioastronomia Italian node of European ALMA Regional Centre SISSA March 2018 Outline Signals in the

More information

Experiment 4 Radiation in the Visible Spectrum

Experiment 4 Radiation in the Visible Spectrum Experiment 4 Radiation in the Visible Spectrum Emission spectra can be a unique fingerprint of an atom or molecule. The photon energies and wavelengths are directly related to the allowed quantum energy

More information

Data Reduction - Optical / NIR Imaging. Chian-Chou Chen Ph319

Data Reduction - Optical / NIR Imaging. Chian-Chou Chen Ph319 Data Reduction - Optical / NIR Imaging Chian-Chou Chen (T.C.) @ Ph319 Images at different wavelengths... Images at different wavelengths... However, the raw data are always not as pretty Why? The total

More information

Revealing the evolution of disks at au from high-resolution IR spectroscopy

Revealing the evolution of disks at au from high-resolution IR spectroscopy Protoplanetary seen through the eyes of new-generation high-resolution instruments - Rome, June 6, 08 Revealing the evolution of at 0.0-0 au from high-resolution IR spectroscopy VLT IR interferometry (not

More information

How to Make Photometric & Colorimetric Measurements of Light Sources using an Ocean Optics Spectrometer and SpectraSuite Software

How to Make Photometric & Colorimetric Measurements of Light Sources using an Ocean Optics Spectrometer and SpectraSuite Software How to Make Photometric & Colorimetric Measurements of Light Sources using an Ocean Optics Spectrometer and SpectraSuite Software This is a concise guide to setting up and calibrating your Ocean Optics

More information

Spectroscopy. AST443, Lecture 14 Stanimir Metchev

Spectroscopy. AST443, Lecture 14 Stanimir Metchev Spectroscopy AST443, Lecture 14 Stanimir Metchev Administrative Homework 2: problem 5.4 extension: until Mon, Nov 2 Homework 3: problems 8.32, 8.41, 10.31, 11.32 of Bradt due in class Mon, Nov 9 Reading:

More information

Lab 6: Spectroscopy Due Monday, April 10

Lab 6: Spectroscopy Due Monday, April 10 Lab 6: Spectroscopy Due Monday, April 10 The aim of this lab is to provide you with hands-on experience obtaining and analyzing spectroscopic data. In this lab you will be using a spectrograph to obtain

More information

Quantification of JEOL XPS Spectra from SpecSurf

Quantification of JEOL XPS Spectra from SpecSurf Quantification of JEOL XPS Spectra from SpecSurf The quantification procedure used by the JEOL SpecSurf software involves modifying the Scofield cross-sections to account for both an energy dependency

More information

Reduced data products in the ESO Phase 3 archive (Status: 02 August 2017)

Reduced data products in the ESO Phase 3 archive (Status: 02 August 2017) Reduced data products in the ESO Phase 3 archive (Status: 02 August 2017) The ESO Phase 3 archive provides access to reduced and calibrated data products. All these data are stored in standard formats

More information

Infrared Telescope Facility s Spectrograph Observations of Human-Made Space Objects

Infrared Telescope Facility s Spectrograph Observations of Human-Made Space Objects Infrared Telescope Facility s Spectrograph Observations of Human-Made Space Objects Kira Abercromby California Polytechnic State University, San Luis Obispo Brent Buckalew JACOBS Paul Abell NASA JSC Heather

More information

IntelliCal FAQ Revised 9/27/12

IntelliCal FAQ Revised 9/27/12 IntelliCal FAQ Revised 9/27/12 IntelliCal Intelligent spectral calibration routine from Princeton Instruments, available with 64-bit LightField data acquisition software. Q. What is IntelliCal? Figure

More information

AKARI Near-Infrared Spectroscopy Towards Young Stellar Objects

AKARI Near-Infrared Spectroscopy Towards Young Stellar Objects AKARI Near-Infrared Spectroscopy Towards Young Stellar Objects Aleksandra Ardaseva 1,TakashiOnaka 2 1 University of St Andrews, United Kingdom 2 Department of Astronomy, Graduate School of Science, University

More information

A GUI FOR EVOLVE ZAMS

A GUI FOR EVOLVE ZAMS A GUI FOR EVOLVE ZAMS D. R. Schlegel Computer Science Department Here the early work on a new user interface for the Evolve ZAMS stellar evolution code is presented. The initial goal of this project is

More information

Senior astrophysics Lab 2: Evolution of a 1 M star

Senior astrophysics Lab 2: Evolution of a 1 M star Senior astrophysics Lab 2: Evolution of a 1 M star Name: Checkpoints due: Friday 13 April 2018 1 Introduction This is the rst of two computer labs using existing software to investigate the internal structure

More information

The HST Set of Absolute Standards for the 0.12 µm to 2.5 µm Spectral Range

The HST Set of Absolute Standards for the 0.12 µm to 2.5 µm Spectral Range Instrument Science Report CAL/SCS-010 The HST Set of Absolute Standards for the 0.12 µm to 2.5 µm Spectral Range L. Colina, R. Bohlin, D. Calzetti, C. Skinner, S. Casertano October 3, 1996 ABSTRACT A proposal

More information

Exoplanets Direct imaging. Direct method of exoplanet detection. Direct imaging: observational challenges

Exoplanets Direct imaging. Direct method of exoplanet detection. Direct imaging: observational challenges Black body flux (in units 10-26 W m -2 Hz -1 ) of some Solar System bodies as seen from 10 pc. A putative hot Jupiter is also shown. The planets have two peaks in their spectra. The short-wavelength peak

More information

WindNinja Tutorial 3: Point Initialization

WindNinja Tutorial 3: Point Initialization WindNinja Tutorial 3: Point Initialization 6/27/2018 Introduction Welcome to WindNinja Tutorial 3: Point Initialization. This tutorial will step you through the process of downloading weather station data

More information

Objectives: (a) To understand how to display a spectral image both as an image and graphically.

Objectives: (a) To understand how to display a spectral image both as an image and graphically. Texas Tech University Department of Physics & Astronomy Astronomy 2401 Observational Astronomy Lab 8:- CCD Image Analysis:- Spectroscopy Objectives: There are two principle objectives for this laboratory

More information

Preparing a PDB File

Preparing a PDB File Figure 1: Schematic view of the ligand-binding domain from the vitamin D receptor (PDB file 1IE9). The crystallographic waters are shown as small spheres and the bound ligand is shown as a CPK model. HO

More information

Comprehensive data reduction package for the Immersion GRating INfrared Spectrograph: IGRINS

Comprehensive data reduction package for the Immersion GRating INfrared Spectrograph: IGRINS Available online at www.sciencedirect.com ScienceDirect Advances in Space Research 53 (2014) 1647 1656 www.elsevier.com/locate/asr Comprehensive data reduction package for the Immersion GRating INfrared

More information

E-ELT Spectroscopic ETC: Detailed Description

E-ELT Spectroscopic ETC: Detailed Description E-ELT Spectroscopic ETC: Detailed Description Jochen Liske Based on a document originally written by Pascal Ballester, Andrés Jordán, Markus Kissler- Patig & Jakob Vinther. 1. Preliminaries As of Jan 2008

More information

Optical/IR Observational Astronomy Spectroscopy. David Buckley, SALT

Optical/IR Observational Astronomy Spectroscopy. David Buckley, SALT David Buckley, SALT 1 Background is really just monochromatic photometry History 1637 Descartes explained the origin of the rainbow. 1666 Newton s classic experiments on the nature of colour. 1752 Melvil

More information

PACS Wavelength Switching AOT release note

PACS Wavelength Switching AOT release note PACS Wavelength Switching AOT release note 1 Prepared by the PACS ICC 20 January 2010 Wavelength switching release note version of 03-dec-2009 updated with full dynamic range saturation limits. Differences

More information

Common questions when planning observations with DKIST Jan 30, 2018

Common questions when planning observations with DKIST Jan 30, 2018 Common questions when planning observations with DKIST Jan 30, 2018 1. Can the DKIST instruments work together? All instruments except Cryo-NIRSP can work together and with Adaptive Optics (AO). All can

More information

GTEK Laboratory Atomic Absorption Spectrometer AAS6000 Brochure

GTEK Laboratory Atomic Absorption Spectrometer AAS6000 Brochure GTEK Laboratory Atomic Absorption Spectrometer AAS6000 Brochure Description AAS6000 Series are Single Beam Atomic Absorption Spectrometers controlled and data processed by external computer and internal

More information

An Introduction to Radio Astronomy

An Introduction to Radio Astronomy An Introduction to Radio Astronomy Bernard F. Burke Massachusetts Institute of Technology and Francis Graham-Smith Jodrell Bank, University of Manchester CAMBRIDGE UNIVERSITY PRESS Contents Preface Acknowledgements

More information

Chapter 5: Telescopes

Chapter 5: Telescopes Chapter 5: Telescopes You don t have to know different types of reflecting and refracting telescopes. Why build bigger and bigger telescopes? There are a few reasons. The first is: Light-gathering power:

More information

Investigating Molecular Hydrogen in Active Regions with IRIS

Investigating Molecular Hydrogen in Active Regions with IRIS Investigating Molecular Hydrogen in Active Regions with IRIS Sarah A. Jaeggli1, Philip G. Judge2, Steven H. Saar3, Adrian N. Daw4, & The IRIS Team 1 Montana State University Altitude Observatory 3 Harvard-Smithsonian

More information

Small-Scale Physical Properties of Nebulae in Nearby Disk Galaxies

Small-Scale Physical Properties of Nebulae in Nearby Disk Galaxies Abstract Small-Scale Physical Properties of Nebulae in Nearby Disk Galaxies My research project consists of analyzing small-scale physical properties of star-forming regions (HII regions) in several nearby

More information

Searching for Other Worlds

Searching for Other Worlds Searching for Other Worlds Lecture 32 1 In-Class Question What is the Greenhouse effect? a) Optical light from the Sun is reflected into space while infrared light passes through the atmosphere and heats

More information

SALT s Venture into Near Infrared Astronomy with RSS NIR

SALT s Venture into Near Infrared Astronomy with RSS NIR SALT s Venture into Near Infrared Astronomy with RSS NIR Marsha Wolf University of Wisconsin Madison IUCAA RSS VIS future RSS NIR 5 June 2015 SALT Science Conference 2015 2 Robert Stobie Spectrograph 5

More information