Skip to content

Commit

Permalink
FIX: replace root/resource_path with uri
Browse files Browse the repository at this point in the history
  • Loading branch information
genematx committed Apr 2, 2024
1 parent 81ace7e commit b9b0586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user/explanations/data-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,7 @@ Typical example:
# 'Stream Resource' document
{'data_key': 'detector_1',
'mimetype': 'application/x-hdf5',
'root': '/GPFS/DATA/Andor/',
'resource_path': '2020/01/03/8ff08ff9-a2bf-48c3-8ff3-dcac0f309d7d.h5',
'uri': 'file://localhost/GPFS/DATA/Andor/01/03/8ff08ff9-a2bf-48c3-8ff3-dcac0f309d7d.h5',
'parameters': {'frame_per_point': 1},
'uid': '3b300e6f-b431-4750-a635-5630d15c81a8',
'run_start': '10bf6945-4afd-43ca-af36-6ad8f3540bcd'}
Expand Down

0 comments on commit b9b0586

Please sign in to comment.