@@ -29,7 +24,7 @@ Nabu can be used in several ways:
To get quickly started, launch:
```bash
nabu-config --bootstrap
nabu-config
```
Edit the generated configuration file (`nabu.conf`). Then:
...
...
@@ -41,7 +36,7 @@ will reconstruct the slices 500 to 600, with processing steps depending on `nabu
## Documentation
The documentation can be found on the silx.org page ([http://www.silx.org/pub/nabu/doc](http://www.silx.org/pub/nabu/doc)).
The documentation can be found on the silx.org page ([https://www.silx.org/pub/nabu/doc](http://www.silx.org/pub/nabu/doc)).
The latest documentation built by continuous integration can be found here: [https://tomotools.gitlab-pages.esrf.fr/nabu/](https://tomotools.gitlab-pages.esrf.fr/nabu/)
@@ -60,7 +60,7 @@ API: [CCDProcessing.Log](apidoc/nabu.preproc.ccd) and [CudaLog](apidoc/nabu.prep
### Projections rotation and detector tilt auto-detection
Each rotation can be rotated by a user-defined angle. This can be useful to correct the effects of a detector tilt, or rotation axis tilt in some cases.
Each projection can be rotated by a user-defined angle. This can be useful to correct the effects of a detector tilt, or rotation axis tilt in some cases.
A command-line interface tool `nabu-rotate` is also available.
Configuration file: `[preproc]`: `rotate_projections` (value in degrees).
msg="File %s was built with start_z=%d, end_z=%d but current configuration asks for start_z=%d, end_z=%d"%(process_file,dump_start_z,dump_end_z,start_z,end_z)