CBL-ORION / orion

:microscope: Online Reconstruction and functional Imaging Of Neurons: segmentation and tracing of neurons for reconstruction
http://cbl.uh.edu/ORION/
7 stars 3 forks source link

implement ndarray3_complex data structure #9

Closed zmughal closed 9 years ago

zmughal commented 9 years ago

An n-d array where each point has a real part and imaginary part. Each will be of type pixel_type.

This is is needed for the output of #8. Make sure that it is compatible with FFTW.

See http://fftw.org/fftw3_doc/Precision.html#Precision, http://fftw.org/fftw3_doc/Complex-numbers.html#Complex-numbers

zmughal commented 9 years ago

Closed by #14.