EoRImaging / eppsilon

eppsilon - error propagated power spectrum with interleaved observed noise
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

doubles in the code #104

Closed nicholebarry closed 4 years ago

nicholebarry commented 5 years ago

Should we change the mean and delta calculation for even freqs in z_mpc.pro to doubles?

There were also other places I tested out changing from floats to doubles in the code, but I did not write them down. I think most were past ffts, in which case it could be an attempt to remove an excess of bits.

bhazelton commented 4 years ago

I think we should always have doubles, if there are places we don't it should be changed to be doubles.

bhazelton commented 4 years ago

closed, can reopen if we find other places where we don't use doubles.