EoRImaging / FHD

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

Fix box matrix bug and add gridding comments #257

Closed nicholebarry closed 3 years ago

nicholebarry commented 3 years ago

In a rarely used option, there was a bug in where the box matrix was being initialized. The value of vis_n changes in this rarely used option, so the box matrix should be initialized right before it is used instead of outside the loop.

I then got carried away and started putting in comments in the gridding function. Help would most definitely be appreciated!