mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 19:41:12 +02:00
Update notebooks/demo_acsm_pipeline.ipynb by introducing global append and input file variables.
This commit is contained in:
@ -31,7 +31,8 @@
|
|||||||
"for item in sys.path:\n",
|
"for item in sys.path:\n",
|
||||||
" print(item)\n",
|
" print(item)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"CAMPAIGN_DATA_FILE = \"../data/collection_JFJ_2024_2025-03-17_2025-02-17.h5\""
|
"CAMPAIGN_DATA_FILE = \"../data/collection_JFJ_2024_2025-03-17_2025-02-17.h5\"\n",
|
||||||
|
"APPEND_DATA_DIR = \"../data/collection_JFJ_2024_2025-03-17_2025-02-17\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -101,9 +102,13 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import dima.src.hdf5_ops as dataOps \n",
|
"import dima.src.hdf5_ops as dataOps \n",
|
||||||
|
"#print(os.curdir)\n",
|
||||||
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"dataManager = dataOps.HDF5DataOpsManager(CAMPAIGN_DATA_FILE)\n",
|
"dataManager = dataOps.HDF5DataOpsManager(CAMPAIGN_DATA_FILE)\n",
|
||||||
"dataManager.update_file('../data/collection_JFJ_2024_LeilaS_2025-02-17_2025-02-17')\n"
|
"print(dataManager.file_path)\n",
|
||||||
|
"print(APPEND_DATA_DIR)\n",
|
||||||
|
"dataManager.update_file(APPEND_DATA_DIR)\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user