meerklass / meerklass-ssins

Implementation of SSINS RFI flagging algorithm to MeerKLASS data
0 stars 0 forks source link

All Antenna Sky-Subtraction 2 Methods #6

Closed tamerakassie closed 3 months ago

tamerakassie commented 6 months ago

Added the notebook that compares the ABBA and the 2 channel Time Differencing Sky Subtraction Methods, also updated with the bandpass plots

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 6 months ago

View / edit / reply to this conversation on ReviewNB

piyanatk commented on 2024-03-06T09:44:22Z ----------------------------------------------------------------

I would add a Markdown cell above with a short summary about what this notebook does.

# Sky-subtraction Method Comparison
In this notebook, we ...

review-notebook-app[bot] commented 6 months ago

View / edit / reply to this conversation on ReviewNB

piyanatk commented on 2024-03-06T09:44:23Z ----------------------------------------------------------------

Line #1.    mkssins.good_ant(fname)

Commit and push this file to the PR branch


review-notebook-app[bot] commented 6 months ago

View / edit / reply to this conversation on ReviewNB

piyanatk commented on 2024-03-06T09:44:25Z ----------------------------------------------------------------

Line #3.    ants = mkssins.ants_checked_L1(fname, path)

I am not sure what this does.

Line #5.    for ant in ants:
Line #6.        print(ant[0])

I am just wondering why you have to do [0] . What is in the ant list?


review-notebook-app[bot] commented 6 months ago

View / edit / reply to this conversation on ReviewNB

piyanatk commented on 2024-03-06T09:44:26Z ----------------------------------------------------------------

These are just warnings. They are quite annoying. I am pretty sure there is a way to suppress them. I will help you with this.


tamerakassie commented on 2024-03-07T18:02:17Z ----------------------------------------------------------------

okay, let me know how we can do this

piyanatk commented on 2024-03-08T07:09:38Z ----------------------------------------------------------------

https://stackoverflow.com/questions/14463277/how-to-disable-python-warnings/14463362#14463362