Datasets:
Update metadata.json
Browse files- metadata.json +12 -1
metadata.json
CHANGED
|
@@ -27,10 +27,21 @@
|
|
| 27 |
"hologram": "Simulated inline holograms obtained by forward propagation from the object plane.",
|
| 28 |
"reconstruction": "Numerically reconstructed images from holograms using back-propagation algorithms.",
|
| 29 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
"file_format": {
|
| 31 |
"arrays": "NumPy NPZ (float64 arrays)"
|
| 32 |
},
|
| 33 |
-
"n_samples": "
|
| 34 |
"split": "No predefined split; all samples are stored in one collection.",
|
| 35 |
"example_filenames": ["sample_09018_rectangle_checker.npz""],
|
| 36 |
"data_creator": "Generated synthetically using the HoloGen simulation framework (https://github.com/electricalgorithm/hologen).",
|
|
|
|
| 27 |
"hologram": "Simulated inline holograms obtained by forward propagation from the object plane.",
|
| 28 |
"reconstruction": "Numerically reconstructed images from holograms using back-propagation algorithms.",
|
| 29 |
},
|
| 30 |
+
"simulation_parameters": {
|
| 31 |
+
"simulation_seed": 42,
|
| 32 |
+
"object_height_px": 256,
|
| 33 |
+
"object_width_px": 256,
|
| 34 |
+
"pixel_pitch_m": 4.65e-6,
|
| 35 |
+
"illumination_wavelength_m": 532e-9,
|
| 36 |
+
"propagation_distance_m": 0.02,
|
| 37 |
+
"illumination_type": "Monochromatic plane wave",
|
| 38 |
+
"boundary_condition": "Zero-padding",
|
| 39 |
+
"propagation_model": "Angular spectrum method"
|
| 40 |
+
},
|
| 41 |
"file_format": {
|
| 42 |
"arrays": "NumPy NPZ (float64 arrays)"
|
| 43 |
},
|
| 44 |
+
"n_samples": "100,000",
|
| 45 |
"split": "No predefined split; all samples are stored in one collection.",
|
| 46 |
"example_filenames": ["sample_09018_rectangle_checker.npz""],
|
| 47 |
"data_creator": "Generated synthetically using the HoloGen simulation framework (https://github.com/electricalgorithm/hologen).",
|