Skip to content
forked from FrankieLi/IceNine

Orientation Reconstruction for Synchrotron X-ray Data

License

Notifications You must be signed in to change notification settings

HeLiuCMU/IceNine

This branch is 5 commits behind FrankieLi/IceNine:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 6, 2014
Mar 20, 2015
May 1, 2017
May 1, 2017
Feb 24, 2015
Feb 24, 2015
May 1, 2017
Aug 6, 2014
Feb 24, 2015
May 1, 2017
Aug 6, 2014
Mar 25, 2015
Feb 24, 2015
Aug 6, 2014

Repository files navigation

IceNine


Authors: Frankie Li ([email protected])


Acknowledging IceNine

To cite the code itself:

IceNine, Orientation Reconstruction for Synchrotron X-ray Data, https://github.com/FrankieLi/IceNine or the bibentry:

citation.bib

To cite the algorithm:

S. F. Li, and R. M. Suter, Adaptive reconstruction method for three-dimensional orientation imaging, Journal of Applied Crystallography, 2013.


Requirements:

XDM++ Boost 1.43 gcc >= 4.2


Descriptions:

-This is a forward model reconstruction code that implements [1]. Detailed reconstruction characteristics can be found in [1].

-Note that IceNine requires XDM++, which is a library developed in Carnegie Mellon University during S. F. Li's PhD Thesis. This library hosted by Carnegie Mellon University on GitHub.

-Because of lagacy reasons, file formats are currently limited to *.mic for output and *.bin and *.txt for input. This will hopefully change in the forthcoming releases.


Content:

Both XDM++ and Boost must be acquired separately and are not part of this distribution.

Src/ Source code for VPFFT -- Driver.cpp -- main driver for the IceNine application -- SearchTrait.h -- definition of an orientation search -- DiscreteAdaptive.h -- implementation of the adpative orientation search method.

ConfigFiles/ Example configuration files and detector files.


References

[1] S. F. Li, and R. M. Suter, Adaptive reconstruction method for three-dimensional orientation imaging, Journal of Applied Crystallography, 2013.

About

Orientation Reconstruction for Synchrotron X-ray Data

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • Other 0.4%