48 lines
3.1 KiB
XML
48 lines
3.1 KiB
XML
<root>
|
|
<common>
|
|
<wl_min val="3" val_unit="um" comment="Shortest wavelength used for binning input spectra"/>
|
|
<wl_max val="5" val_unit="um" comment="Shortest wavelength used for binning input spectra"/>
|
|
<wl_delta val="1" val_unit="nm" comment="Wavelength increment used for binning input spectra"/>
|
|
<d_aperture val="0.5" val_unit="m" comment="Diameter of the telescope aperture"/>
|
|
<psf val="Airy" osf="10" osf_unit="" comment="PSF of the optical system. Can be Airy or a file"/>
|
|
<jitter_sigma val="10" val_unit="arcsec" comment="Sigma of the telescope jitter"/>
|
|
<output path="results" format="fits" comment="Output directory to store output files"/>
|
|
<exposure_time val="0.1, 1.2" val_unit="s" comment="The exposure time"/>
|
|
</common>
|
|
|
|
<astroscene>
|
|
<target type="BlackBodyTarget" temp="5778" temp_unit="K" mag="10" mag_unit="mag" band="B"/>
|
|
<optical_component type="Atmosphere" altitude="41000" altitude_unit="ft" wl_min="3" wl_min_unit="um"
|
|
wl_max="5" wl_max_unit="um" latitude="39" latitude_unit="degree" water_vapor="0"
|
|
water_vapor_unit="um" n_layers="2" zenith_angle="0" zenith_angle_unit="degree" resolution="0"
|
|
temp="240" temp_unit="K"/>
|
|
</astroscene>
|
|
|
|
<common_optics>
|
|
<optical_component type="Mirror" reflectance="data/mirror/mirror.txt" temp="70" temp_unit="K" obstruction="0.0" comment="M1"/>
|
|
<optical_component type="Mirror" reflectance="data/mirror/mirror.txt" temp="70" temp_unit="K" comment="M2"/>
|
|
<optical_component type="Mirror" reflectance="data/mirror/mirror.txt" temp="70" temp_unit="K" comment="M3"/>
|
|
<optical_component type="Filter" band="M" temp="70" temp_unit="K" comment="Filter wheel"/>
|
|
</common_optics>
|
|
|
|
<instrument>
|
|
<optical_component type="Mirror" reflectance="data/lens/lens.txt" temp="70" temp_unit="K" comment="M4"/>
|
|
<sensor type="Imager">
|
|
<f_number val="13" val_unit="" comment="The working f/#"/>
|
|
<pixel_geometry val="1024, 1024" val_unit="pix" comment="Pixel geometry"/>
|
|
<center_offset val="0.0, 0.0" val_unit="pix" comment="Shift of the array center"/>
|
|
<pixel>
|
|
<quantum_efficiency val="data/ccd/QE.txt" comment="Quantum efficiency of the detector"/>
|
|
<pixel_size val="6.5" val_unit="um"/>
|
|
<dark_current val="0.6" val_unit="electron / (pix * s)" comment="Detector dark current"/>
|
|
<sigma_read_out val="1.4" val_unit="electron(1/2) / pix" comment="Detector readout noise in e-rms"/>
|
|
<well_capacity val="30000" val_unit="electron" comment="Well capacity of a pixel"/>
|
|
</pixel>
|
|
<photometric_aperture comment="The photometric aperture used to calculate signal and noise.">
|
|
<shape val="circle" comment="Shape of the photometric aperture. Can be square / circle"/>
|
|
<contained_energy val="80" comment="Contained energy for calculating the SNR"/>
|
|
</photometric_aperture>
|
|
</sensor>
|
|
</instrument>
|
|
</root>
|