Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -118,7 +118,7 @@ Each row corresponds to a **single waveguide configuration** or measurement inst
|
|
118 |
5. **Metadata**
|
119 |
- `batch_id` (fabrication batch/wafer ID)
|
120 |
- `data_source` (Synthetic or Measurement)
|
121 |
-
- `measurement_method` (
|
122 |
- `uncertainty` (± dB or %)
|
123 |
|
124 |
## Example Row
|
@@ -145,7 +145,7 @@ effective_index = 1.800
|
|
145 |
mode_confinement_factor = 0.80
|
146 |
batch_id = BATCH_12
|
147 |
data_source = Synthetic
|
148 |
-
measurement_method =
|
149 |
uncertainty = 0.05
|
150 |
|
151 |
## How to Use 💡
|
@@ -208,6 +208,7 @@ If you use this dataset in your research or applications, please cite it as foll
|
|
208 |
|
209 |
## Contributing 🧑💻
|
210 |
We welcome community contributions, ideas, and corrections:
|
|
|
211 |
- **Add additional columns**
|
212 |
|
213 |
|
|
|
118 |
5. **Metadata**
|
119 |
- `batch_id` (fabrication batch/wafer ID)
|
120 |
- `data_source` (Synthetic or Measurement)
|
121 |
+
- `measurement_method` (cut-back, ring_resonance, etc)
|
122 |
- `uncertainty` (± dB or %)
|
123 |
|
124 |
## Example Row
|
|
|
145 |
mode_confinement_factor = 0.80
|
146 |
batch_id = BATCH_12
|
147 |
data_source = Synthetic
|
148 |
+
measurement_method = cut-back
|
149 |
uncertainty = 0.05
|
150 |
|
151 |
## How to Use 💡
|
|
|
208 |
|
209 |
## Contributing 🧑💻
|
210 |
We welcome community contributions, ideas, and corrections:
|
211 |
+
|
212 |
- **Add additional columns**
|
213 |
|
214 |
|