Skip to content

Commit

Permalink
added documentation. this refs #133
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Jan 28, 2022
1 parent fc0a5a5 commit ab75960
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/usageScenarios/automatic_reconstruction_scenario.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
For this scenario, as soon as a full set of 3D acquisition is done (when all the rotation angle have been acquired)
iMars3D should be automatically triggered and reconstruct the data and export them into the IPTS-XXXX/shared/processed_data folder.

This scenario used to work and stopped working 2 years ago. Script used can be find in `/HFIR/CG1D/shared/autoreduce`






16 changes: 16 additions & 0 deletions docs/usageScenarios/command_line_scenario.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Data used: IPTS-25777

* Raw projections: /HFIR/CG1D/IPTS-25777/raw/ct_scans/iron_man/*
* ob: /HFIR/CG1D/IPTS-25777/raw/ob/Oct29_2019/*
* df: /HFIR/CG1D/IPTS-25777/raw/df/Oct29_2019/*

iMars3D should be available to the user as a conda or pip application and be executed using a simple command line
that may look like

```
iMars3d --raw-projections /HFIR/CG1D/IPTS-25777/raw/ct_scans/iron_man/* --ob /HFIR/CG1D/IPTS-25777/raw/ob/Oct29_2019/*
--df /HFIR/CG1D/IPTS-25777/raw/df/Oct29_2019/* --tilt-correction 0.01 --crop-x0 10 --crop-y0 20 --crop-x1 500 --crop-y1 390
```



0 comments on commit ab75960

Please sign in to comment.