Date

 

Attendees

Meeting agenda:

  1. Ticket  and request from Valenti to define requirements for minimal (& optimal) support of TSOs with MIRI MRS


Notes

NE describes 2 types of exoplanet science that can be done with integral field spectrometers:

  1. "Traditional" transit spectroscopy, i.e. the companion is not spatially resolved and the observation attempts to detect the signature of the planet's atmosphere as it transits in front of the host star. This requires high precision spectrophotometry. This technique has been tried using ground-based IFS's but these attempts have had only limited success, largely due to the variable PSF. For example: Arribas et al (2006) using the William Herschel Telescope & INTEGRAL; Angerhausen & Krabbe (2011) with VLT & SINFONI; Parviainen et al (2015) using VLT & KMOS.
  2. Targeting systems where the companion has a wider separation; subtracting the stellar spectrum from individual spaxels and cross-correlating the residuals with model spectra to detect signatures of molecular species in the data. This technique was first demonstrated by Konopacky et al (2013) using Keck-OSIRIS for HR8799, further demonstrations include Hoeijmakers et al (2018) using VLT-SINFONI for β Pic (who call this method "molecule mapping").


Technically, TSO observations with MRS don't have a lot of complexity. The observation is typically made up of a single exposure with many integrations. The TSO special requirement disallows dithering, and removes the 10 ksec exposure limit. It ensures that the exposure is flagged as a TSO for processing. When TSOs were implemented for MRS in APT, calculation by Tea Temim led us to conclude that simultaneous imaging would severely limit the max length of TSO due to data volume limitations. We decided to disallow simultaneous imaging. 


Data processing - minimal

At the basic level, data processing for these types of observation should minimize the amount of interpolation, or model-dependent fitting or other kinds of data manipulation that could introduce spurious noise. An important question is whether we need spectral cubes?

NE: previous work with IFS has used the spectral cube to perform the analysis.

DL: analysis based on the pipeline-built cubes is much easier than from the 2D focal plane as the (α, δ, λ) transformation is non-trivial. The cube building process does use interpolation and models, which is not ideal, but it is at least deterministic. A simple schema for TSOs in Calspec2() could be: 

Calspec3() could be ignored.

There is a dedicated pipeline config file for caldetector1 for TSOs (filename calwebb_tso1.cfg), and this will likely be fine for MRS observations. The pipeline needs to be agnostic to whether TSO exposures are from LRS, imager or MRS.

SK: how important is the fringe correction and could this introduce any problematic residuals (given the difficulty of performing the fringe correction properly)?

DL: as long as nothing moves and the target remain the same position with respect to the slice (at the level of <10% of the slice width) then any errors are not likely to dominate over others.

DL: one further potential complication comes from being spatially and spectrally undersampled, which we cannot correct for without dithering. not sure where this will overall have the worst impact, but the undersampling is worst at the shortest wavelengths. The effect of this is basically that the spectrum of a single spaxel looks weird because the area covered changes as a function of wavelength.

Can we avoid having to build many many cubes? Can we perform a spectral extraction straight from the 2D focal plane?

DL: this is actually better in some ways and has been discussed but this is not currently possible with the pipeline. having to build a cube from each integration would lead to substantial file bloat and would likely take a long time. we could discuss different ways of packaging where each cube is added as a separate extension, rather than try to package everything into an individual extension - a kind of hypercube.



Follow-up notes/thoughts from SK