-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from satelite2517/gh-pages
Change the directory satelite2517->vest-tokamak
- Loading branch information
Showing
5 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ All users are allowed to read these datasets, but if modification/deletion permi | |
|
||
## Installation | ||
```bash | ||
git clone https://github.com/satelite2517/vest.git | ||
git clone https://github.com/vest-tokamak/vest.git | ||
cd vest | ||
pip install . | ||
``` | ||
|
@@ -36,10 +36,10 @@ Quit? (Y/N)Y | |
|
||
## Usage | ||
|
||
follow the [Learn Usage](https://github.com/satelite2517/vest/blob/main/docs/load_save_example.md) | ||
follow the [Learn Usage](https://github.com/vest-tokamak/vest/blob/main/docs/load_save_example.md) | ||
|
||
|
||
## Reporting bugs | ||
|
||
Leave comment on [issue](https://github.com/satelite2517/vest/issues) or mail me ([email protected]) | ||
Leave comment on [issue](https://github.com/vest-tokamak/vest/issues) or mail me ([email protected]) | ||
If you need more infomation about VEST find [Nuplex](http://nuplex.snu.ac.kr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Configurations | ||
title: VEST | ||
longtitle: versatile experimental spherical tokamak | ||
author: Sun jae LEe | ||
author: Sun jae Lee | ||
email: [email protected] | ||
description: > | ||
Build Jekyll site with the GitBook style. | ||
version: 1.0 | ||
gitbook_version: 3.2.3 | ||
|
||
url: 'https://satelite2517github.io' | ||
url: 'https://vest-tokamak.github.io' | ||
baseurl: '/vest' | ||
rss: RSS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,22 +44,22 @@ def plot_inboard_B_z(shot)# 영역에 따라 분류 | |
>>> shot_39915 = vest.load(39915) | ||
>>> vest.plot_inboard_B_z(shot_39915) | ||
``` | ||
![Inboard $B_z$ of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/Inboard_B_z.png) | ||
![Inboard $B_z$ of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/Inboard_B_z.png) | ||
|
||
Outboard $B_{z}$ | ||
===== | ||
```python | ||
>>> vest.plot_outboard_B_z(shot_39915) | ||
``` | ||
![Outboard $B_z$ of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/Outboard_B_z.png) | ||
![Outboard $B_z$ of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/Outboard_B_z.png) | ||
|
||
|
||
Side $B_{z}$ | ||
===== | ||
```python | ||
>>> vest.plot_side_B_z(shot_39915) | ||
``` | ||
![Side $B_z$ of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/Side_B_z.png) | ||
![Side $B_z$ of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/Side_B_z.png) | ||
|
||
|
||
|
||
|
@@ -68,15 +68,15 @@ Inboard flux loop | |
```python | ||
>>> vest.plot_inboard_flux_loop(shot_39915) | ||
``` | ||
![Side $B_z$ of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/Inboard_flux_loop.png) | ||
![Side $B_z$ of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/Inboard_flux_loop.png) | ||
|
||
|
||
Outboard flux loop | ||
===== | ||
```python | ||
>>> vest.plot_outboard_flux_loop(shot_39915) | ||
``` | ||
![Side $B_z$ of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/Outboard_flux_loop.png) | ||
![Side $B_z$ of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/Outboard_flux_loop.png) | ||
|
||
|
||
|
||
|
@@ -85,15 +85,15 @@ Plasma current | |
```python | ||
>>> vest.plot_plasma_current(shot_39915) | ||
``` | ||
![Plasma current of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/plasma_current.png) | ||
![Plasma current of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/plasma_current.png) | ||
|
||
|
||
Diamagnetic Flux | ||
===== | ||
```python | ||
>>> vest.plot_diamagnetic_flux(shot_39915) | ||
``` | ||
![Diamagnetic Flux of shot #39915](https://satelite2517.github.io/vest/assets/images/magnetics/diamagnetic_flux.png) | ||
![Diamagnetic Flux of shot #39915](https://vest-tokamak.github.io/vest/assets/images/magnetics/diamagnetic_flux.png) | ||
|
||
|
||
Credit : Hongsik-yun ([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ layout: home | |
title: VEST(Versatile Experimental Spherical Torus) | ||
--- | ||
|
||
![VEST](https://satelite2517.github.io/vest/assets/images/IMG_3873.jpg) | ||
![VEST](https://vest-tokamak.github.io/vest/assets/images/IMG_3873.jpg) | ||
|
||
Hello. This framework is designed to load and analyze tokamak data obtained from experiments on the VEST fusion ST tokamak. All users are allowed to access and read these datasets. However, saving and storing data in the VEST database is currently restricted to authorized users only. If you require authorization, please contact us at this email address: ([email protected]). | ||
|
||
|
@@ -14,4 +14,4 @@ Databse system uses HSDS and if you want to get the h5 file format follow [h5pyd | |
|
||
## Reporting bugs | ||
|
||
If you need more information about VEST, feel free to leave a comment on the [issue tracker](https://github.com/satelite2517/vest/issues) or email me at ([email protected]). You can also visit [Nuplex](http://nuplex.snu.ac.kr) for additional details. | ||
If you need more information about VEST, feel free to leave a comment on the [issue tracker](https://github.com/vest-tokamak/vest/issues) or email me at ([email protected]). You can also visit [Nuplex](http://nuplex.snu.ac.kr) for additional details. |