No real changes, just file permissions it seems

This commit is contained in:
2026-02-03 11:17:18 +01:00
parent 25ee07977b
commit 82b6b681d0
16 changed files with 2 additions and 0 deletions

0
examples/2d_gaussian_fitting_example.ipynb Normal file → Executable file
View File

0
examples/data_examples.ipynb Normal file → Executable file
View File

0
src/cristallina/SEA_GraphClient.py Normal file → Executable file
View File

0
src/cristallina/__init__.py Normal file → Executable file
View File

0
src/cristallina/analysis.py Normal file → Executable file
View File

0
src/cristallina/config.py Normal file → Executable file
View File

0
src/cristallina/image.py Normal file → Executable file
View File

0
src/cristallina/jupyter_helper.py Normal file → Executable file
View File

0
src/cristallina/p22478/__init__.py Normal file → Executable file
View File

0
src/cristallina/p22760/__init__.py Normal file → Executable file
View File

0
src/cristallina/parallel.py Normal file → Executable file
View File

0
src/cristallina/plot.py Normal file → Executable file
View File

0
src/cristallina/rsm.py Normal file → Executable file
View File

0
src/cristallina/skeleton.py Normal file → Executable file
View File

0
src/cristallina/uscan.py Normal file → Executable file
View File

2
src/cristallina/utils.py Normal file → Executable file
View File

@@ -313,6 +313,8 @@ def process_run(
Parallel(n_jobs=n_jobs, verbose=10)(delayed(process_step)(i) for i in range(len(scan)))
def is_processed_JF_file(filepath, detector="JF16T03V01"):
"""Checks if a given .h5 file from a Jungfrau detector has been processed or only
contains raw adc values.