Skip to content

Commit

Permalink
Merge pull request #1 from satelite2517/gh-pages
Browse files Browse the repository at this point in the history
Change the directory satelite2517->vest-tokamak
  • Loading branch information
satelite2517 authored Sep 26, 2024
2 parents 2c9b741 + d595860 commit 7d043fa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
Expand Down Expand Up @@ -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)
4 changes: 2 additions & 2 deletions _config.yml
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

Expand Down
6 changes: 3 additions & 3 deletions _guide/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ layout: post
Install
=====

To use this tool you have to firstly install git. (You can skip this stage if you already used git before.) If you are familiar with github then clone and install this [vest](https://github.com/satelite2517/vest).
To use this tool you have to firstly install git. (You can skip this stage if you already used git before.) If you are familiar with github then clone and install this [vest](https://github.com/vest-tokamak/vest).

If you are not then write the below command in your cmd.

```bash
git init
git clone https://github.com/satelite2517/vest.git
git clone https://github.com/vest-tokamak/vest.git
cd vest
pip install .
```
Expand All @@ -25,7 +25,7 @@ pip install .
Configuration
=====
First option is just download this
[file](https://github.com/satelite2517/vest/blob/main/.hscfg). and place this file to your home directory.
[file](https://github.com/vest-tokamak/vest/blob/main/.hscfg). and place this file to your home directory.

OR

Expand Down
14 changes: 7 additions & 7 deletions _guide/Magnetics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand All @@ -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)



Expand All @@ -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])
4 changes: 2 additions & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

Expand All @@ -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.

0 comments on commit 7d043fa

Please sign in to comment.