EoRImaging / FHD

Fast Holographic Deconvolution
BSD 2-Clause "Simplified" License
20 stars 10 forks source link

Speed up Healpix export code #238

Closed nicholebarry closed 4 years ago

nicholebarry commented 4 years ago

Fairly straightforward speed-up of Healpix export code. There was an unnecessary middle-man pointer when reorganizing the Healpix cubes into vectors. Since the Healpix cubes are so large, removing this excess reduced the runtime by about 6 minutes and reduced memory needed by a few Gb. A slight reordering of a for loop was also done in the even/odd split, but this probably is a minuscule effect.

There is no change in the power spectra