Releases: fact-project/erna
Releases · fact-project/erna
v0.10.0
v0.9.0
Use newer pyfact
Merge pull request #61 from fact-project/update_pyfact Adapt to new pyfact version
Add erna_submit_runlist script and 2 bug fixes
Merge pull request #54 from fact-project/submit_runlist Submit runlist
Store h5py with snake_case columns
Merge pull request #58 from fact-project/rename_cols Rename cols
Use new pyfact version, fix hdf_utils and gather_fits
Merge pull request #46 from fact-project/fix_nans Do not add runs with nans to the erna database
More flexible output names for local output, bug fixes
-
--db
is now--auxsource
to be able to either set asqlite
database for auxdata for the fact-toolsAuxServiceSQLite
or the base directory of theaux
directory tree for the fact-toolsAuxService
-
Option to set naming scheme for outputfiles with the
--local-output
options -
bug fixes for the drs file finding
Add script to run erna with local outputfiles and fix generation of theta_deg
Merge pull request #29 from fact-project/forSPEonMCs Add a processing to write output directly to a certain folder
Big rework of `erna_gather_fits`
- Rename all columns to snake_case_names
- Add columns for theta in degree
- Allow inputfile for the datacheck (One sql condition per row)
- Allow runlist as inputfile (no datacheck is performed, just the given runs are gathered)
Fixes for check_availability and use pyfact for most io stuff
Merge pull request #30 from fact-project/fix_checkavailability Fix checkavailability