JLBLine / srclists

A location for all of the current srclists
Mozilla Public License 2.0
6 stars 3 forks source link

HerA is missing from srclist_pumav3_EoR0LoBES_EoR1pietro_CenA-GP_2023-11-07.fits #9

Open d3v-null opened 1 month ago

d3v-null commented 1 month ago

image on the left is real data, calibrated from GGSM.fits

image on the right is model visibilities made with

hyperdrive vis-sim \
        --time-res 8 \
        --freq-res 80 \
        --metafits /data/complete/1409998752/20240910-190201/1409998752_metafits.fits \
        --output-model-files 1409998752_jlb_99src_model.ms \
        --num-sources 99 \
        --source-list /home/mwa/srclists/srclist_pumav3_EoR0LoBES_EoR1pietro_CenA-GP_2023-11-07.fits

docker run --rm -it -v${PWD}:${PWD} -w$PWD mwatelescope/mwa-demo:latest wsclean \
        -name "1409998752_jlb_99src_model" \
        -size 2048 2048 \
        -scale 30asec \
        -pol i \
        -niter 100 \
        -multiscale \
        -weight briggs 0 \
        -mgain 0.85 -gain 0.1 \
        -auto-threshold 1 -auto-mask 3 \
        -make-psf \
        -circular-beam \
        1409998752_jlb_99src_model.ms

1409998752_GGSM_99src-image fits-1409998752_jlb_99src_model-image fits-image-2024-09-11-17-24-35

Would you accept a pull request to update this fits file with HerA from GGSM?

Thanks!

JLBLine commented 1 month ago

Yeah nothing wrong with chucking in HerA. I know version control means we can just add HerA to this exact FITS, and roll back to previous versions if we want, but only the path to the sky model gets saved during the COMMENTS in a hyperdrive run. So I would suggest making a new file with a different name, a.k.a srclist_pumav3_EoR0LoBES_EoR1pietro_CenA-GP_2024-09-12.fits. Makes things easier to debug from calibration runs. If you want to be even more fancy, you could use TOPCAT to do a cross-match to see if anything else is in GGSM.fits that is missing from pumav3 while you're at it.

d3v-null commented 1 month ago

Thanks Jack, I crossmatched:

image

Should I just chuck the remaining (1634-892=742) bright sources into JLB? Maybe it makes sense to add yet another suffix like _GGSM5Jy

JLBLine commented 1 month ago

Hmm looking at that plot shows this isn't super straight forward. The galactic plane stuff we have is based off of Jaiden's models, which have multiple components, so a simple 1 arcmin cutoff is likely going to get duplicates in there. Same for Cen A, there is a complicated model from Jaiden, which looks to be represented in the GGSM model as well, and is not being matched properly. You could go more conservative and do a 3 arcmin cutoff, but really you'll have to look at areas the two catalogues overlap and make sure there are no duplicates.

There is also the question of how deep you wanna go here, given GLEAM X is coming out at some point. We really should be replacing the whole catalogue based on that. Depends on how patient you want to be.