Change output directory to data/ for all descriptors

This commit is contained in:
2025-06-20 11:45:25 +02:00
parent a1b9fc1cc9
commit 9bb1d4204d
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
input_file_directory: '//fs101/5505/Data' input_file_directory: '//fs101/5505/Data'
# Path to directory where raw data is copied and converted to HDF5 format for local analysis. # Path to directory where raw data is copied and converted to HDF5 format for local analysis.
output_file_directory: '../output_files/' output_file_directory: '../data/'
# Project metadata for data lineage and provenance # Project metadata for data lineage and provenance
project: 'Photoenhanced uptake of NO2 driven by Fe(III)-carboxylate' project: 'Photoenhanced uptake of NO2 driven by Fe(III)-carboxylate'

View File

@@ -2,7 +2,7 @@
input_file_directory: '//fs101/5505/People/Juan/TypicalBeamTime' input_file_directory: '//fs101/5505/People/Juan/TypicalBeamTime'
# Path to directory where raw data is copied and converted to HDF5 format for local analysis. # Path to directory where raw data is copied and converted to HDF5 format for local analysis.
output_file_directory: '../output_files/' output_file_directory: '../data/'
# Project metadata for data lineage and provenance # Project metadata for data lineage and provenance
project: 'Beamtime May 2024, Ice Napp' project: 'Beamtime May 2024, Ice Napp'

View File

@@ -2,7 +2,7 @@
input_file_directory: '//fs03/Iron_Sulphate' input_file_directory: '//fs03/Iron_Sulphate'
# Path to directory where raw data is copied and converted to HDF5 format for local analysis. # Path to directory where raw data is copied and converted to HDF5 format for local analysis.
output_file_directory: '../output_files/' output_file_directory: '../data/'
# Project metadata for data lineage and provenance # Project metadata for data lineage and provenance
project: 'Fe SOA project' project: 'Fe SOA project'