Implemented power spectrum support in Euclidian/Healpix
This commit is contained in:
parent
db6831e594
commit
cc7996175c
5 changed files with 178 additions and 16 deletions
|
@ -6,7 +6,7 @@ using namespace std;
|
|||
|
||||
int main()
|
||||
{
|
||||
HealpixFourierTransform<double> dft(128,3*128,3*128, 40);
|
||||
HealpixFourierTransform<double> dft(128,2*128,2*128, 40);
|
||||
long Npix = dft.realSpace().size();
|
||||
|
||||
dft.realSpace().eigen().setRandom();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue