-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spectral Fitting Calibrators #5
base: master
Are you sure you want to change the base?
Conversation
Nice work. I ran it on a random pointing and it worked for me. I have put a couple of comments above that either of us can address tomorrow. |
plot_field.py
Outdated
@@ -1171,10 +1171,12 @@ def generate_catalogues( | |||
# Empty columns for fitting parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Part of the error mentioned in the slack comes from this I think. This is inside the else statement that checks if LoTSS coverage was available for the lbcs catalogue. If we move this section to outside the if-else (maybe line 1239) immediately before we grab the spectral information then I think it should work
Should include a reduced chi square (or state the DoF, I think all fits will have at least 3 data points). |
Initial commit adds some ignores, adds Frits' script and implements it so that where it works (lots of try, except!) a plot will be made for every source in
delay_calibrators.csv
.