This is a program for plotting data from Shimadzu Fluorescence-Detection Size-Exclusion Chromatography output files (text files).
島津 Fluorescence-Detection Size-Exclusion Chromatographyのアウトプットデータ(テキストファイル)から作図を行うためのプログラムです。

- plotting multiple data
複数データの描画 - save plotting data as image
データの保存 - automatically set default name
FSEC時に設定した名前の自動抽出とデータ名の自動設定 - change title and data name (if you want)
タイトル名とデータ名の変更(必要であれば)
すぐに実行するには
Download the latest version installer (Setup.exe) from here.
こちらから最新バージョンのインストーラー(Setup.exe)をダウンロードする。

- Double-click the downloaded installer to run it
ダウンロードしたインストーラーをダブルクリックして実行する - Launch the program
プログラムを起動する
The following steps are necessary when editing the FSEC plotter program. If no editing is required, you do not need to follow these steps.
下記手順はFSEC plotterのプログラムを編集する際に必要な手順です。編集が必要な場合は実施不要です。
The steps are described assuming that the following has already been done. (If not done, please perform these steps first.)
下記についてはすでに行われている前提で手順を記載します。(されていない場合は先にこちらを実施してから後続の手順を行ってください)
- Creating a github account
githubのアカウント作成 - Installing git bash
git bashのインストール
git clone https://github.com/toasty-kj/FSECplot.git
cd FSECplotnpm ci仮想環境の作成
python -m venv env
env\Scripts\Activate.ps1pip install -r requirements.txt- serve in dev mode 開発モードでプログラムを起動する
npm run serveランする際はのFSEC plotter.exeをダブルクリックで起動してください。