-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc0a5a5
commit ab75960
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
||
|
||
|