@@ -45,22 +45,22 @@ The output projections are HDF5 (.h5) files (864x864 px float64) with datasets f
Create processed projections as in sample data folder `Figure_5/Figure_5ad/processed` from the raw data in `Figure_5/raw` using each of the 361 sample and reference projections, and all 10 phase steps.
Absolute path to folder containing the raw image data
-**prefix_template**
Template for the prefix of a single piezo stepping scan (e.g. 'sample%04d' will give sample0001, sample0002, etc.; make sure this matches the actual names of the raw images
-**tomoind**
List of image numbers for the tomo series; specify a range or single projection (e.g. [1:361] or [165]); other than full ranges or a single image might not work currently!
List of image numbers for the tomo series; specify a range or single projection (e.g. '[1:361]' or '[165]'); other than full ranges or a single image might not work currently!
-**ref_prefix_template**
Template for the prefix of the reference scans (e.g. 'ref%04d')
-**ref_tomoind**
List of image numbers for reference images (see 'tomoind'); partial ranges can be used with restrictions (e.g. must be at even intervals)
-**step_template**
E.g. [1:1:10] for 10 consecutive phase-step images; can be used to choose only part of phase-steps
E.g. '[1:1:10]' for 10 consecutive phase-step images; can be used to choose only part of phase-steps
E.g., for templates 'im%04d' and 'ref%04d': 'im0001_01.smv' and 'ref0001_01.smv', where the 1st number is the tomo angle, and the 2nd the phase-step. While the prefix can be specified here, the part after that is fixed in the code.
# Sample data
(TODO: Add link to sample data including params.txt and scan.csv)
Raw .smv files, processed projections and reconstructed data is available at: