Preparing Observational Data#
Note
This page is a placeholder and will be expanded in a future update.
Exo_Skryer reads observational data via exo_skryer.read_obs.read_obs_data().
The data file is a whitespace-delimited text file whose path is set in the YAML
configuration under data.obs.
File Format#
Each row represents one spectral bin. Columns are:
Column |
Name |
Description |
|---|---|---|
1 |
|
Central wavelength of the bin [micron] |
2 |
|
Half-width of the wavelength bin [micron] |
3 |
|
Observed quantity (e.g. \((R_p/R_s)^2\) for transmission, \(F_p/F_s\) for emission) |
4 |
|
Symmetric uncertainty on |
5 (optional) |
|
Instrument response function type for the bin (default: |
6 (optional) |
|
Label grouping bins that share an instrument-offset parameter (e.g. |
Lines beginning with # are treated as comments.
Example#
A minimal four-column file:
# wavelength dwl depth uncertainty
1.0 0.01 0.0207 0.00008
1.1 0.01 0.0205 0.00007
A six-column file with response mode and offset groups:
# wl dwl depth dy response offset_group
5.064 0.075 0.020065 0.000084 boxcar MIRI
5.214 0.075 0.020083 0.000091 boxcar MIRI
YAML Configuration#
Point to the data file with:
data:
obs: obs_data/my_planet.txt