Update README.md
Browse files
README.md
CHANGED
|
@@ -657,7 +657,8 @@ from constellaration.geometry import surface_rz_fourier
|
|
| 657 |
full_json_ds = datasets.load_dataset("proxima-fusion/constellaration", "full_json")["train"]
|
| 658 |
full_json_df = full_json_ds.to_pandas().set_index("plasma_config_id")
|
| 659 |
|
| 660 |
-
|
|
|
|
| 661 |
boundary = surface_rz_fourier.SurfaceRZFourier.model_validate_json(boundary_json)
|
| 662 |
```
|
| 663 |
Plot boundary:
|
|
|
|
| 657 |
full_json_ds = datasets.load_dataset("proxima-fusion/constellaration", "full_json")["train"]
|
| 658 |
full_json_df = full_json_ds.to_pandas().set_index("plasma_config_id")
|
| 659 |
|
| 660 |
+
plasma_config_id = "DQ4abEQAQjFPGp9nPQN9Vjf"
|
| 661 |
+
boundary_json = full_json_df.loc[plasma_config_id]["boundary.surface"]
|
| 662 |
boundary = surface_rz_fourier.SurfaceRZFourier.model_validate_json(boundary_json)
|
| 663 |
```
|
| 664 |
Plot boundary:
|