snlongmore / WP2_pilot

Pilot study of Sgr B2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP2_pilot

Pilot study of Sgr B2 in preparation for WP2 of ACES. Below outlines the workflow for team decomposition of the Sgr B2 data.

Workflow

  1. Fork the repository to your own branch
  2. Clone github repo using git clone https://github.com/<yourusername>/WP2_pilot.git
  3. Download relevant data from globus including HC3N_TP_7m_12m_feather.fits and HC3N_TP_7m_12m_feather.mask2d.fits
  4. Move data cube and mask into local repo (.gitignore will prevent them from being uploaded to github post-decomposition)
  5. Assign issue to your name on github
  6. Create a local branch using git checkout -b s1.XX.scousepy where XX is the chunk number you are wanting to decompose
  7. Update run_scouse_chunks.py with relevant assigned chunk number XX
  8. Run run_scouse_chunks.py to completion
  9. Note any problematic spectra as you go along (if there are any)
  10. Once completed commit your changes (remember to tag the issue in the commit remarks using e.g. #1) and push to branch using git push origin s1.XX.scousepy
  11. Create a pull request to main, again tagging the issue number in the comments
  12. Update the issue comments with any problems encountered during fitting

About

Pilot study of Sgr B2


Languages

Language:Python 100.0%