-
2016/../..
-
Deconvolution works in single/double precision.
-
Deconvolution no longer zero-pad the data.
-
Improved line search parameters.
-
"Step changed" bug fixed.
-
Add
isFlatmethod for checking whether the array is already in a flat form. Methodsflatten()andisFlat()are more consistent. Some methods has been optimized to account for flat arrays. -
Speed up deconvolution by not zero-padding the data (but still use a larger object space to avoid border artifacts).
-
Duplicated methods between
VectorSpaceandVectorhave been removed. the low level methods are kept in theVectorSpaceclass and all high level methods which involve at least a vector are now provided in theVectorclass. This yields more readable and consistent code. -
bytetype in shaped arrays is assumed to be unsigned as it makes more sense for image processing. This involves expressions like(b & 0xFF)when using byte valueb. -
Input/output of FITS files.
-
Wrapping of
ObjectasShapedArray. -
2014/11/04
Release 0.1.1
- 2014/11/04
Release 0.1.0