Skip to content
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

Execution Block ID uid://A001/X15a0/X142 Sgr_A_st_ab_03_TM1 #129

Open
14 of 15 tasks
keflavich opened this issue May 12, 2022 · 7 comments
Open
14 of 15 tasks

Execution Block ID uid://A001/X15a0/X142 Sgr_A_st_ab_03_TM1 #129

keflavich opened this issue May 12, 2022 · 7 comments
Assignees
Labels

Comments

@keflavich
Copy link
Contributor

keflavich commented May 12, 2022

Sgr_A_st_ab_03_TM1
uid://A001/X15a0/X142

Product Links:

Reprocessed Product Links:

@keflavich
Copy link
Contributor Author

ALMA has delivered corrupted data:

$ ls -lhrt *X142*
-rw-r--r-- 1 adamginsburg adamginsburg 3.5K Jun 11 16:57 member.uid___A001_X15a0_X142.README.txt
-rw-r--r-- 1 adamginsburg adamginsburg 149G Jun 11 20:02 2021.1.00172.L_uid___A001_X15a0_X142_001_of_001.tar
-rw-r--r-- 1 adamginsburg adamginsburg 1.2G Jun 11 20:03 2021.1.00172.L_uid___A001_X15a0_X142_auxiliary.tar
$ md5sum *X142*
2fb9d60129945bd451c1c1ab54c282b1  2021.1.00172.L_uid___A001_X15a0_X142_001_of_001.tar
9fa9788768713369687a8cff0117ec24  2021.1.00172.L_uid___A001_X15a0_X142_auxiliary.tar
45243dd5a6a80b5da300bb9d2ff21537  member.uid___A001_X15a0_X142.README.txt
$ tar tvf 2021.1.00172.L_uid___A001_X15a0_X142_001_of_001.tar
$ tar tvf 2021.1.00172.L_uid___A001_X15a0_X142_auxiliary.tar

@xinglunju
Copy link
Contributor

xinglunju commented Aug 17, 2022

Calibration

  • Two EBs in this data. Spectral features in the phase calibrator J1744 have been properly flagged.
  • step 16. hifa_gfluxscale: the two EBs were executed 4 days apart, but the derived flux of J1744 is different by ~6% (454 mJy vs. 428 mJy). Could this be a problem? Also, the age of the catalog flux for J1744 is more than 190 days old. Shouldn't JAO update their catalog more often than this?

Continuum imaging

  • step 31. hif_findcont: continuum identification of spw 29, too close to a line?
    uid___A001_X15a0_X142 s31_0 Sgr_A_star_sci spw29 mfs I findcont residual autoLowerIntersect meanSpectrum amendedJointMask min min 2 50sigma narrow4 trimauto_max=20 overwriteTrue
    As a result, in 34. hif_makeimages (mfs), the continuum image of spw 29 shows many diffuse features.
    uid___A001_X15a0_X142 s34_0 Sgr_A_star_sci spw29 mfs I iter1 image sky

  • The aggregate continuum image looks good. But still, a more careful cont id for spw 29 is needed.

Line imaging

  • spw 33 is size-mitigated, and the reprocessing has successfully imaged this spw. The image looks great, no divergence is found: left - mom0, right - mom8
    Screen Shot 2022-08-17 at 9 03 42 PM

  • Beam sizes too large: for spw 25/27/29/31, the beam sizes are 2" x 1.7" or larger. This is almost 30% larger than the requested beam. Do we need to reclean with smaller robust numbers? (currently, robust=0.5)

  • Point sources in spw25, likely SiO v=1 masers. Otherwise, images look good.

@xinglunju xinglunju added Reclean Needs to be or has been recleaned Needs Reimaging: Missing SPW size mitigation Needs to be reimaged without size mitigation labels Aug 17, 2022
@xinglunju xinglunju removed the Needs Reimaging: Missing SPW size mitigation Needs to be reimaged without size mitigation label Aug 17, 2022
@xinglunju
Copy link
Contributor

Remaining issues

Screen Shot 2022-08-24 at 3 11 38 PM

@d-l-walker
Copy link
Contributor

Hi @xinglunju -- I think that SPW 29 looks ... reasonable. It's not ideal, but it's tricky to avoid contamination with this SPW due to the widespread line emission. But yeah, we could definitely improve it. If you want to proceed with re-running the imaging, I have done the following to achieve this:

  • Download the relevant .ms files and the cont.dat file from globus
  • Edit the the cont.dat file to refine the frequency selection where needed
  • Make a copy of the imaging_pipeline_rerun.py script
  • Comment out lines as needed to run only the steps required. Make sure to adjust the parameters within each stage if applicable.
  • Run the script in pipeline mode. It should pick up the cont.dat file automatically.

This takes out most of the manual effort since you're just letting the pipeline steps run. Alternatively you could do this manually using uvcontsub and tclean, but that would be more hands-on.

@xinglunju xinglunju added Done! and removed Reclean Needs to be or has been recleaned labels Dec 6, 2022
@xinglunju
Copy link
Contributor

We have decided to ignore the baseline/cont.dat issues for spw29 (HCO+). I mark this one as 'done'.

@ksi85
Copy link
Contributor

ksi85 commented Mar 6, 2024

QA - Line contamination in continuum images from high/low frequencies

Summary: looks ok to me

Files checked:

New: spw25_27 and spw33_35
Old: spw25_27_29_31_33_35 and oldhigh_spw33_35
Results:
New continuum images look good

Attached image:

Top-left: spw25_27_29_31_33_35
Top-right: spw25_27
Bottom-left: oldhigh_spw33_35
Bottom-right: spw33_35
Continuum

@ksi85
Copy link
Contributor

ksi85 commented Apr 3, 2024

QA - Line contamination in continuum images from high/low frequencies
version 2 (Apr2024)

Summary: looks ok to me

Files checked:

New: spw25_27 and spw33_35
Old: spw25_27_29_31_33_35 and oldhigh_spw33_35
Results:
New continuum images look good

Attached image:

Top-left: spw25_27_29_31_33_35
Top-right: spw25_27
Bottom-left: oldhigh_spw33_35
Bottom-right: spw33_35

Continuum_new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants