- 17 Sep, 2016 1 commit
-
-
Jait Dixit authored
- Cython extension to return the correct l-number for an index
-
- 15 Sep, 2016 1 commit
-
-
theos authored
-
- 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
-
- 11 Sep, 2016 1 commit
-
-
Jait Dixit authored
-
- 04 Sep, 2016 1 commit
-
-
theos authored
Started to consolidate the code base of LM <-> GL/HP transformations.
-
- 25 Aug, 2016 1 commit
-
-
theos authored
Reordered methods in space classes. Made Space.weight to an abc.abstractmethod.
-
- 19 Aug, 2016 3 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)`
-
Jait Dixit authored
-
Jait Dixit authored
- Remove distances from HPSpace paradict - Cleanup GLSpace and add weight method
-
- 22 Jul, 2016 3 commits
- 11 Jul, 2016 1 commit
-
-
theos authored
-
- 05 Jul, 2016 1 commit
-
-
theos authored
-
- 04 Jul, 2016 3 commits