Quickstart GuideΒΆ
This page provides a starting point for learning how to use GEHONG through example-driven workflows.
All tutorials are provided as Jupyter notebooks and hosted in the following GitHub repository:
π csst-ifs-gehong-example https://github.com/fengshuai0210/csst-ifs-gehong-example
You can clone the repository with:
git clone https://github.com/fengshuai0210/csst-ifs-gehong-example.git
This repository contains step-by-step examples demonstrating how to use GEHONG for different scientific goals.
Available NotebooksΒΆ
The following example notebooks are planned or under development:
01_config_intro.ipynbIntroduction to the Config object and simulation grid settings.
Usage InstructionsΒΆ
Each notebook is self-contained. After installing GEHONG and setting the resource path, you can open any notebook and execute the cells directly.
GEHONG must be installed in the same Python environment where you launch Jupyter:
jupyter notebook # or jupyter lab