RyoMurakami commited on
Commit
68f3d02
·
verified ·
1 Parent(s): 84bde27

Update README for public release: add CC BY 4.0 frontmatter, remove private-archive framing

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -1,13 +1,23 @@
1
  ---
2
- pretty_name: "OpenH-RF eSAF — Raw Source Data Archive (private, internal)"
 
 
 
 
 
 
 
3
  ---
4
 
5
  # OpenH-RF eSAF — Raw Source Data Archive
6
 
7
- **This is a private, internal provenance archive — not part of the OpenH-RF
8
- submission itself.** The actual submitted dataset (195 zea-format `.hdf5`
9
- acquisitions + data card + reconstruction pipeline) is public at
10
- **<https://huggingface.co/datasets/RyoMurakami/OpenH-RF-eSAF>**.
 
 
 
11
 
12
  Code and full documentation for how this raw data was collected and processed
13
  live in the GitHub repo `RyoMurakami-MedRobo/OpenH-RF-eSAF`
@@ -25,7 +35,7 @@ live in the GitHub repo `RyoMurakami-MedRobo/OpenH-RF-eSAF`
25
 
26
  The public submission ships the already-converted, packaged zea `.hdf5` format
27
  (raw channel RF + scan metadata + paired SAF-volume label) needed by OpenH-RF. This
28
- private archive preserves the raw, upstream acquisition/simulation outputs that were
29
  converted into that packaged form, in case of a need to re-derive, re-verify, or
30
  re-process from source (different frame-to-angle sync window, different plane-wave
31
  selection, alternate SAF parameters, etc.) beyond what the packaged form supports.
 
1
  ---
2
+ pretty_name: "OpenH-RF eSAF — Raw Source Data Archive"
3
+ license: cc-by-4.0
4
+ tags:
5
+ - ultrasound
6
+ - rf
7
+ - openh-rf
8
+ - provenance
9
+ - raw-data
10
  ---
11
 
12
  # OpenH-RF eSAF — Raw Source Data Archive
13
 
14
+ **This is a provenance/reproducibility archive — not itself the OpenH-RF
15
+ submission.** The submitted dataset (195 zea-format `.hdf5` acquisitions + data card
16
+ + reconstruction pipeline) is at
17
+ **<https://huggingface.co/datasets/RyoMurakami/OpenH-RF-eSAF>**. This archive
18
+ preserves the raw, upstream acquisition/simulation outputs that were converted into
19
+ that packaged submission — released under the same **CC BY 4.0** license (see
20
+ `LICENSE`).
21
 
22
  Code and full documentation for how this raw data was collected and processed
23
  live in the GitHub repo `RyoMurakami-MedRobo/OpenH-RF-eSAF`
 
35
 
36
  The public submission ships the already-converted, packaged zea `.hdf5` format
37
  (raw channel RF + scan metadata + paired SAF-volume label) needed by OpenH-RF. This
38
+ archive preserves the raw, upstream acquisition/simulation outputs that were
39
  converted into that packaged form, in case of a need to re-derive, re-verify, or
40
  re-process from source (different frame-to-angle sync window, different plane-wave
41
  selection, alternate SAF parameters, etc.) beyond what the packaged form supports.