This website requires JavaScript.
Explore
Help
Sign In
sinq-reflectometry
/
eos
Watch
0
Star
0
Fork
0
You've already forked eos
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
43313841d6723a2444319b17ed91cd89f38e8d5a
eos
/
libeos
History
Artur Glavic
43313841d6
minor
2024-03-05 14:33:41 +01:00
..
__init__.py
Separate code into multiple modules within libeos package
2024-03-04 12:10:34 +01:00
command_line.py
Add test cases for full reduction with and w/o slicing (data to be stored in "test_data" folder)
2024-03-04 17:39:10 +01:00
const.py
Separate code into multiple modules within libeos package
2024-03-04 12:10:34 +01:00
file_reader.py
minor
2024-03-05 14:33:41 +01:00
header.py
Rename to file_reader and add annotations to AmorData
2024-03-04 16:55:51 +01:00
instrument.py
Move startTime to ReaderConfig, separte Header into module, AmorData class to read directly (clearify scope)
2024-03-04 16:39:30 +01:00
logconfig.py
Move all reduction code to AmorReducer class and options to dataclasses, all command line handling separated
2024-03-04 13:31:23 +01:00
options.py
Add test cases for full reduction with and w/o slicing (data to be stored in "test_data" folder)
2024-03-04 17:39:10 +01:00
reduction.py
Add alternative histogram function, but did not improve performance for the size of lambda binning used
2024-03-05 14:09:09 +01:00