Skip to content

toasty-kj/FSECplot

Repository files navigation

FSEC plotter

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

feature

  • plotting multiple data
    複数データの描画
  • save plotting data as image
    データの保存
  • automatically set default name
    FSEC時に設定した名前の自動抽出とデータ名の自動設定
  • change title and data name (if you want)
    タイトル名とデータ名の変更(必要であれば)

How to run immediately

すぐに実行するには

Download the latest version installer (Setup.exe) from here.
こちらから最新バージョンのインストーラー(Setup.exe)をダウンロードする。 image

all you have to do to run this app 🖱️

  • Double-click the downloaded installer to run it
    ダウンロードしたインストーラーをダブルクリックして実行する
  • Launch the program
    プログラムを起動する


that's all! enjoy🤣

How to edit 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のプログラムを編集する際に必要な手順です。編集が必要な場合は実施不要です。

Initial Stage 初期段階

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のインストール

Clone the git repository

git clone https://github.com/toasty-kj/FSECplot.git
cd FSECplot

Install package パッケージのインストール

npm ci

create and activate vertual enviroment pythonの仮想環境の作成とバックエンドのパッケージインストール

仮想環境の作成

python -m venv env
env\Scripts\Activate.ps1

Install python package into vertual enviroment 仮想環境にパッケージをインストールする

pip install -r requirements.txt
  1. serve in dev mode 開発モードでプログラムを起動する
npm run serve

ランする際はのFSEC plotter.exeをダブルクリックで起動してください。

About

easiest plotting desktop app for FSEC by Shimazu

Resources

Stars

Watchers

Forks

Packages

No packages published