Releases: ExObsSim/ExoRad2-public
Releases · ExObsSim/ExoRad2-public
[2.1.108] - 2022-05-13
Added
- support for Ariel MRS csv targetlist format
- enabled zodiacal fit with direction
- pixel based PSF support
- find automatically the aperture size for photometers using an elliptical aperture
- requests & photutils added to requirements.txt
- support for custom working R added in common config, using
working_R
key
Changed
- default spectral range for Star changed to 0.3-50.0 um
- using scipy's interp1d instead of numpy's interp
- package info updated (and stored into the output)
- documentation API section
Fixed
- hard coded spectral range for sources
- version control with no internet
- zodiacal foreground map file
- duplicates and NaN removed from rebin inputs
[2.1.94] - 2021-11-15
[2.1.94] - 2021-11-15
Added
- if the user selects Phoenix mode and a target has a temperature that is out of the sed boundaries, Planck is automatically used instead.
- version control
- replace output if exists
- PSF format added to photometer
Changed
- removed multiprocessing for single thread
- replaced multiprocessing with joblib
Fixed
- parsing datafile with custom path
- BuildChannels now works also for a single channel
[2.1.86] - 2021-08-01
[2.1.86] - 2021-08-01
Added
- variable resolving power (by @BillyEdwards )
- new psf supported (by @BillyEdwards )
[2.1.84] - 2021-07-27
[2.1.84] - 2021-07-27
Fixed
- omega pixel for different f numbers
[2.1.83] - 2021-07-24
[2.1.83] - 2021-07-24
Fixed
- data table reader updated
[2.1.82] - 2021-07-05
[2.1.82] - 2021-07-05
Fixed
- versions unpinned in setup.py
- license
- cache removed
[2.1.79] - 2021-06-23
[2.1.79] - 2021-06-23
Fixed
- missing branch in about
[2.1.78] - 2021-06-22
[2.1.78] - 2021-06-22
Added
- channel native spectral resolution if
targetR
is set tonative
(remember to remove the units) - channel description from pickle dict
- config_path keyword to LoadOptions for on-run and automatic setting of ConfigPath
- environment variable for Phoenix star sed as PHOENIX_PATH loaded if not phoenix path given in the payload file
Changed
- spectrometer
_wavelength_table
method adapted to accept different R formats - Task class updated to load default values
Fixed
- source custom SED now working even without source mass and temperature.
- flipped pixel order in native resolution
[2.1.70] - 2021-03-04
[2.1.70] - 2021-03-04
Added
- The zodiacal factor can now be scaled according to the planet position in the sky.
The fitted coefficient refers to Kelsall et al. 1998 model considering a 90 deg elongation from the Sun.
This option is activated by the keywordzodiacalMap
set toTrue
in the payload description. - pypi support
[2.1.68] - 2021-02-09
[2.1.68] - 2021-02-09
Fixed
- multiprocessing compatibility with macOS