- 26 Oct, 2016 1 commit
-
-
theos authored
Fixed several bugs.
-
- 18 Oct, 2016 1 commit
-
-
theos authored
-
- 17 Oct, 2016 1 commit
-
-
theos authored
-
- 12 Oct, 2016 1 commit
-
-
theos authored
Added keyword arguments mean and std to Field.power_synthesize. Bug fixes in Field, SmoothingOperator, LMSpace and Space.
-
- 06 Oct, 2016 1 commit
-
-
theos authored
Removed NIFTy 2 files that have not been ported so far.
-
- 30 Sep, 2016 3 commits
- 28 Sep, 2016 1 commit
-
-
Jait Dixit authored
-
- 27 Sep, 2016 1 commit
-
-
theos authored
-
- 21 Sep, 2016 3 commits
-
-
theos authored
-
Jait Dixit authored
-
Jait Dixit authored
- Remove mmax. Now, lmax == mmax - Create index and l-number on the fly
-
- 17 Sep, 2016 1 commit
-
-
Jait Dixit authored
- Cython extension to return the correct l-number for an index
-
- 15 Sep, 2016 2 commits
- 14 Sep, 2016 1 commit
-
-
Jait Dixit authored
- Move kernel construction to after transform - Use d2o.arange for distance_array method in HPSpace and GLSpace
-
- 13 Sep, 2016 1 commit
-
-
theos authored
-> A Field on a PowerSpace can now be initialized with a spectral function.
-
- 11 Sep, 2016 1 commit
-
-
Jait Dixit authored
-
- 07 Sep, 2016 1 commit
-
-
theos authored
-
- 04 Sep, 2016 1 commit
-
-
theos authored
Started to consolidate the code base of LM <-> GL/HP transformations.
-
- 02 Sep, 2016 3 commits
-
-
theos authored
compute_k_array is still missing.
-
csongor authored
-
Jait Dixit authored
- Refactor _smooth_helper - Remove inplace property - Rename method compute_k_array to distance_array in RGSpace - Fix compute_k_array usage
-
- 01 Sep, 2016 2 commits
- 31 Aug, 2016 1 commit
-
-
Jait Dixit authored
-
- 29 Aug, 2016 1 commit
-
-
Jait Dixit authored
-
- 26 Aug, 2016 1 commit
-
-
theos authored
Modified power_analyze in Field for complex power spectra.
-
- 25 Aug, 2016 2 commits
- 22 Aug, 2016 1 commit
-
-
Jait Dixit authored
- Create skeleton for TransformationOperator - Minor bug fixes in Field, FFTTransform and RGRGTransformations and __init__.py for endomorphic_operator
-
- 19 Aug, 2016 4 commits
-
-
theos authored
Fixed furthermore: - Let's undo the changes in the RGSpace.__init__ (see the comment on gitlab) - The HPSpaceParadict still has `distances` in the list. - HPSpace.copy: Is this method really necessary? The one from Space should be sufficient, right? - HPSpace.total_volume is missing - Unnecessary imports of `random`, `LMSpace`,... in hp_space.py - I removed the plotting functionality from the space classes. - GLSpace.copy should also not be necessary - GLSpace.dim is missing - GLSpace.vol should be called `total_volume`. Also its implementation is defect: there is no self.distances for GLSpace. The total volume is just 4*pi. - Use nifty_utilities.cast_axis_to_tuple in order to sanitize `axes` input in GLSpace.weight - typo in `new_shape = np.ones(x.shape)`
-
theos authored
-
Jait Dixit authored
-
Jait Dixit authored
- Remove distances from HPSpace paradict - Cleanup GLSpace and add weight method
-
- 18 Aug, 2016 1 commit
-
-
Jait Dixit authored
- Remove smooth from abstract Space class - Remove smooth from RGSpace - Remove smooth and transform from HPSpace - Move all HPSpace specific attributes to paradict
-
- 17 Aug, 2016 1 commit
-
-
theos authored
-
- 23 Jul, 2016 1 commit
-
-
theos authored
-
- 22 Jul, 2016 1 commit
-
-
theos authored
Adapted imports and setup.py to changes.
-