-
Notifications
You must be signed in to change notification settings - Fork 0
2025 2 inbandsi
James Petley edited this page Feb 7, 2025
·
8 revisions
- Fit a spectrum from trusted surveys and/or NED within
plot_field.py
that can then be used later on within the pipeline.
- Optionally plotting spectra for every source within the delay calibrator table and saving fitting parameters within
delay_calibrators.csv
. - Currently it will save parameters from trusted surveys, and if that's unavailable it will save parameters from NED, stating which one, the
$$\chi^2$$ and number of photometry points.
For The source: --RA=193.747 --DEC=44.160
From Trusted Surveys:
From NED:
Delay Calibrator table (First and last 4 columns):
With uncertainties included, some example plots appear as:
Example of a bad fit with poor
Final delay calibrator output:
python3 plot_field.py --RA=193.7444701 --DEC=54.5678 --fit_spec
>>> from astropy.table import Table
>>> t = Table.read("delay_calibrators.csv")
>>> t.pprint()
Observation RA_LBCS DEC_LBCS Date Time Goodness ... alpha_1 alpha_2 chi_sqr phot_points Catalogue
----------- ---------- --------- ---------- -------- ------------- ... -------------------- -------------------- ------------------ ----------- ---------
L332824 194.012583 54.305444 2015-03-19 00:08:05 PPP-PPPPP---- ... 0.6172451396889361 -1.5969233906620508 275.14121552830585 6 Trusted
L332816 193.185125 54.380667 2015-03-19 00:08:05 PPP-PPSPP---- ... -0.5964986436317669 -0.12418303465658431 5.673983939162344 7 Trusted
L392189 194.56625 54.363667 2015-07-30 14:51:00 PPPPPPPPS---- ... 1.0724250772296493 -0.7642522548252477 11.228899260396702 6 Trusted
L332808 194.68425 54.725028 2015-03-19 00:08:05 PSS-PXXXS---- ... -0.5616858543168316 -0.3791695430515891 18.738270552590308 6 Trusted
L332840 194.16075 53.573306 2015-03-19 00:08:05 PPP-PPPSX---- ... -0.30805241032606556 -0.1929866211643725 13.59106744123625 6 Trusted
L332818 194.836667 54.538056 2015-03-19 00:08:05 SXX-XXXXX---- ... 0.3299003994350143 -0.8293662809084956 88.010605065373 5 Trusted
- It is executable with the option --fit_spec in
plot_field.py
. It runs as:
- Fitting from trusted catalogues
- Check if
$$\chi^2 > 20$$ and if it is, try to fit from NED. Also if Trusted cannot be fitted, for from NED. - Add results in to
delay_calibrators.csv
.
- If Ned has been successful, use NED (since if NED has been used there is an issue with trusted catalogues).
- Otherwise add results from Trusted Catalogue fit.
- Include errors from all surveys trusted surveys.
- Look into some possible issues from attempting to use NED
- Discuss with those building integrated pipeline if this format is optimal
- Add some documentation to the lofar-vlbi page on this addition
- Verify that the comission requirement is met!
- Home
- Before you begin
- Help! I'm a beginner
- Get me started quickly
- LBWG Documentation