This new version introduces support for 3D/multicontrast Dicom datasets (as produced by Philips scanners).
Additionally, manual input of resolution was added for image formats that don't support it.
Visit www.dafne.network for the documentation and to request your personal API key.
Windows installation
Please install the Visual Studio Redistributable Package under windows: https://aka.ms/vs/16/release/vc_redist.x64.exe
Then, run the provided installer
Mac installation
Decompress the .zip file and run the `dafne` program from the unzipped folder.
**Important note for Mac users:** if you download the zip file from github, the system will ask to enter security exceptions for every binary file included in the distribution, because the binaries are not signed. This is too much to do by hand. Either install Dafne from source, or temporarily disable the access control with the following procedure:
1. Open a terminal window.
2. Run the command `sudo spctl --master-disable` (it will ask for your password).
3. Run Dafne once by executing the `dafne` file.
4. Run the `calc_transforms` command as well.
4. Re-enable the protection by running the following command in a terminal: `sudo spctl --master-enable`