edges-collab / edges-cal

Code to calibrate EDGES data
MIT License
0 stars 1 forks source link

Noisewave delay subtraction #148

Closed steven-murray closed 3 months ago

steven-murray commented 5 months ago

This adds delay-subtraction to the noise wave fitting. It also changes the noise-wave fitting to use modelling.py instead of simply np.poly1d, which is more flexible (and possibly faster).

It is branch off of #143, so that one should be merged first.