ESBO-ETC/esbo-etc_defaults.xml

56 lines
3.2 KiB
XML
Raw Normal View History

2020-04-06 17:17:31 +02:00
<root>
<common>
2020-04-21 10:18:33 +02:00
<wl_min val="400" val_unit="nm" comment="Shortest wavelength used for binning input spectra"/>
<wl_max val="500" val_unit="nm" comment="Shortest wavelength used for binning input spectra"/>
<wl_delta val="10" val_unit="nm" comment="Wavelength increment used for binning input spectra"/>
<!-- <res val="1000" val_unit=""-->
2020-04-08 10:05:14 +02:00
<!-- comment="Resolving power for common spectral binning. A linear binning wavelength integral is estimated as wl_min/R"/>-->
2020-04-21 10:18:33 +02:00
<d_aperture val="5" val_unit="m" comment="Diameter of the telescope aperture"/>
<jitter_rms val="0.1" val_unit="arcsec" comment="Sigma RMS of the telescope jitter"/>
2020-04-08 10:05:14 +02:00
<output_path val="output" comment="Output directory to store output files"/>
2020-04-06 17:17:31 +02:00
</common>
2020-04-08 10:05:14 +02:00
<noise>
<EnableJitter val="False"/>
<EnableShotNoise val="True"/>
<EnableReadoutNoise val="True"/>
</noise>
2020-04-06 17:17:31 +02:00
<astroscene>
2020-04-21 10:18:33 +02:00
<target type="BlackBodyTarget" temp="5778" temp_unit="K" mag="10" band="V"
2020-04-08 10:05:14 +02:00
comment="Modeling the sun as mag 10 star"/>
2020-04-21 10:18:33 +02:00
<optical_component type="Atmosphere" transmittance="data/atmosphere/transmittance.csv"
2020-04-08 10:05:14 +02:00
emission="data/atmosphere/emission.csv" comment="Including the atmosphere"/>
<optical_component type="StrayLight" emission="data/strayLight/emission.csv"
comment="Including arbitrary noise sources"/>
2020-04-06 17:17:31 +02:00
</astroscene>
<common_optics>
2020-04-21 10:18:33 +02:00
<optical_component type="Mirror" reflectance="data/mirror/reflectance.csv"
emissivity="data/mirror/emissivity.csv" temp="70" temp_unit="K" comment="M1"/>
<optical_component type="Mirror" reflectance="data/mirror/reflectance.csv"
emissivity="data/mirror/emissivity.csv" temp="70" temp_unit="K" comment="M2"/>
<optical_component type="Mirror" reflectance="data/mirror/reflectance.csv"
emissivity="data/mirror/emissivity.csv" temp="70" temp_unit="K" comment="M3"/>
<!-- <optical_component type="Filter" band="B"-->
<!-- emissivity="data/filter/emissivity.csv" val="70" val_unit="K" comment="Filter wheel"/>-->
<optical_component type="Filter" start="400" start_unit="nm" end="480" end_unit="nm"
emissivity="data/filter/emissivity.csv" temp="70" temp_unit="K" comment="Filter wheel"/>
2020-04-06 17:17:31 +02:00
</common_optics>
<instrument>
2020-04-21 10:18:33 +02:00
<optical_component type="Lens" transmittance="data/lens/transmittance.csv"
emissivity="data/lens/emissivity.csv" temp="70" temp_unit="K" comment="M4"/>
2020-04-06 17:17:31 +02:00
<sensor type="CCD">
2020-04-21 10:18:33 +02:00
<f_number val="18.5" val_unit="" comment="The working f/#"/>
<pixel_geometry val="1024, 1024" val_unit="" comment="Pixel geometry"/>
2020-04-06 17:17:31 +02:00
<pixel>
2020-04-08 10:05:14 +02:00
<quantum_efficiency val="data/ccd/qe.csv" comment="Quantum efficiency of the detector pixel"/>
2020-04-21 10:18:33 +02:00
<pixel_size val="15" val_unit="micron"/>
<dark_current val="20" val_unit="1/s" comment="Detector dark current"/>
<sigma_read_out val="10.0" val_unit="" comment="Detector readout noise in e-rms"/>
2020-04-06 17:17:31 +02:00
</pixel>
</sensor>
</instrument>
</root>