Skip to content

Releases: fact-project/erna

v0.10.0

10 Oct 15:09
0900f9a
Compare
Choose a tag to compare

v0.10.0

  • Replace gridmap with dask, all erna_process_ script no use dask to do work on a cluster and thus also no support doing the processing on the local machine by using a LocalCluster.

v0.9.0

12 Feb 13:39
f208f3f
Compare
Choose a tag to compare

v0.9.0

  • Change to slurm for automatic processing
  • Use peewee 3 for automatic processing

Use newer pyfact

07 Mar 09:06
f8eff07
Compare
Choose a tag to compare
Merge pull request #61 from fact-project/update_pyfact

Adapt to new pyfact version

Add erna_submit_runlist script and 2 bug fixes

01 Mar 14:58
83b4390
Compare
Choose a tag to compare
Merge pull request #54 from fact-project/submit_runlist

Submit runlist

Store h5py with snake_case columns

15 Dec 14:46
b48079f
Compare
Choose a tag to compare
Merge pull request #58 from fact-project/rename_cols

Rename cols

Use new pyfact version, fix hdf_utils and gather_fits

24 Oct 06:56
Compare
Choose a tag to compare
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

20 Oct 11:57
Compare
Choose a tag to compare
  • --db is now --auxsource to be able to either set a sqlite database for auxdata for the fact-tools AuxServiceSQLite or the base directory of the aux directory tree for the fact-tools AuxService

  • 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

23 May 16:35
Compare
Choose a tag to compare
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`

22 May 08:10
Compare
Choose a tag to compare
  • 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

09 May 17:21
Compare
Choose a tag to compare
Merge pull request #30 from fact-project/fix_checkavailability

Fix checkavailability