Original documentation in gciscripts/README.md
From a DLS linux machine terminal (or NoMachine/ssh):
ssh wilson
source /dls/science/groups/i04-1/software/max/load_py310.sh
e.g.
mkdir creoptix_test
cd creoptix_test
pwd
- trace file, a text file exported from Creoptix containing response time-series for all channels
- schema file, a text file containing the copied and pasted table describing the channels from Creoptix
To use the example data:
cp -v $CREOPTIX/example/input/sample_*_3.txt .
cp -v $CREOPTIX/config.json .
nano config.json
python -m gcifit.fit --help
python -m gcifit.fit sample_traces_3.txt sample_schema_3.txt config.json example_output
rq
From a DLS linux machine terminal (or NoMachine):
source /dls/science/groups/i04-1/software/max/load_py310.sh
e.g.
cd creoptix_test
cp $CREOPTIX/show_outputs.ipynb .
jupyter lab