diff --git a/_pages/Equilibrium.md b/_pages/Equilibrium.md new file mode 100644 index 0000000..ac9cff6 --- /dev/null +++ b/_pages/Equilibrium.md @@ -0,0 +1,14 @@ +--- +title: Equilibrium +author: Sun jae Lee +date: 2024-08-09 15:19 +category: Jekyll +layout: post +link: /Equilibrium/ +--- + +Developed by (Hongsik-yun)(peppertonic18@snu.ac.kr) + +#### This section is about how to plot and analysis the Equilibrium data +#### But currenlty it is not supported it will open soon. + diff --git a/_pages/Magnetics.md b/_pages/Magnetics.md new file mode 100644 index 0000000..cbb2d60 --- /dev/null +++ b/_pages/Magnetics.md @@ -0,0 +1,42 @@ +--- +title: Magnetics +author: Sun jae Lee +date: 2024-08-09 15:11 +category: Jekyll +layout: post +link: /Magnetics/ +--- + +Developed by (Hongsik-yun)(peppertonic18@snu.ac.kr) + +__This section is about how to plot and analysis the magnetics data.__ + +Inboard $B_{z}$ +===== +```python +>>> plot_Inboard_B_z(ods) +``` +![Inboard $B_z$ of shot #39915 ](../assets/magnetics/Inboard_B_z.png) + +Outboard $B_{z}$ +===== + + + +Side $B_{z}$ +===== + + +Inboard flux loop +===== + + +Outboard flux loop +===== + +Plasma current +===== + + +Diamagnetic Flux +===== \ No newline at end of file diff --git a/_pages/plot.md b/_pages/plot.md deleted file mode 100644 index 6d46436..0000000 --- a/_pages/plot.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Installation -author: Sun jae Lee -date: 2024-08-09 17:29 -category: Jekyll -layout: post ---- - diff --git a/assets/magnetics/Inboard_B_z.png b/assets/magnetics/Inboard_B_z.png new file mode 100644 index 0000000..859a90f Binary files /dev/null and b/assets/magnetics/Inboard_B_z.png differ