Releases: serpentine-h2020/SEPpy
Releases · serpentine-h2020/SEPpy
v0.4.2
v0.4.1
What's Changed
- Update definition of k parameter for the z-standardized intensity CUSUM for onset time calculation (#98)
- Extend
resample_dfto accept a new optioncols_unc=[]that provides a list of columns for which the resampling should not be the arithmetic mean, but the square root of the sum of squares divided by n, which is a more accurate way for uncertainties (#100) - Update
calc_av_en_flux_sixsto support next to level 2 also level 3 BepiColombo/SIXS-P data (#101)
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add documentation at https://seppy.readthedocs.io
- Change
DEto be the full energy bin width (instead of half) in SOHO/ERNE and Wind/3DP metadata - Change STEREO/SEPT metadata to provide
mean_Ein MeV instead of keV - Change structure of SOHO/EPHIN and STEREO/SEPT metadata. To adjust for this, you might need to change your code like
metadata_ephin[channel]->metadata_ephin['energy_labels'][channel]andmetadata_sept[channel]->metadata_sept['channels_dict_df_e'][channel](or'channels_dict_df_p') - Add data loader for JUICE/RADEM
- Add BepiColombo/SIXS-P to SERENTINE onset tool
- Add image tests to pytest
- Provide separate widgets for different SERPENTINE tools
- Add
datalevelto dropdown widgets - Verify that
resample_df()is not resampling to higher time resolution than original one - Add new function
remove_duplicate_cdf_files()
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add support for BepiColombo/SIXS-P level 3 cruise data with new function
seppy.loader.bepi.bepi_sixsp_l3_loader - Make warning messages for SOHO/EPHIN more clear
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Added function
seppy.util.jupyterhub_data_pathto update the data path if run on the JupyterHub of SERPENTINE/SOLER
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
viewingmust now be provided when initializing theEventobject for spacecraft/instrument combinations that have different viewing directions (fixes problems that might otherwise occur)- Allow
psp_isois_load()to load datasetsPSP_ISOIS-EPIHI_L2-LET1-RATES60andPSP_ISOIS-EPIHI_L2-LET2-RATES60
Full Changelog: v0.1.19...v0.2.0
v0.1.19
What's Changed
- Small bugfix concerning changes introduced with cdflib 1.3.3 (cf. v0.1.18)
- Change package structure to follow new OpenAstronomy template (using pyproject.toml instead of setup.cfg)
- Drop support for Python 3.8
- Add support for Python 3.13
- Increase max. path length in TSA Jupyter Notebook tool to 10 AU
- Add tests for TSA Jupyter Notebook tool
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
- cdflib fixed a very old bug in 1.3.3. Unfortunately, that change is breaking the workaround used so far to bypass the bug. This update fixes the occurring problems while being backwards compatible to cdflib<1.3.3
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- Wind/3DP: Fall back to CDAWeb for downloading if sprg.ssl.berkeley.edu is failing
- Wind/3DP: Add support for datasets 'WI_ELSP_3DP', 'WI_ELPD_3DP', 'WI_EHSP_3DP', and 'WI_EHPD_3DP'
Full Changelog: v0.1.16...v0.1.17