Skip to content

ryguy2k4/hops-research

Repository files navigation

Protostellar Outflows Shed Light on the Dominant Close Companion Star Formation Pathways

Overview

During my sophomore and junior year at the University of Illinois Urbana-Champaign, I worked with Professor Leslie Looney to continue the work of a former graduate student researching the formation of multiple-star systems using data from the ALMA radio telescope array. I used tools such as CASA, CARTA, and Python (scipy) to measure protostellar outflow features in the data and then compare the measurements to different possible simulated scenarios using statistical tests. I used Matplotlib, astropy, and APLpy to map 3D spectral cubes into 2D moment maps to better visualize the data and present the results. I independently drafted a paper describing the observations, methods, and results, and posit that disk fragmentation is the dominant formation pathway for close-companion protostellar systems. Along the way, I communicated with collaborating authors who provided comments and critiques before submission to the Astrophysical Journal, peer review, and publication.

The paper is published (date TBD) in the Astrophysical Journal, available on arXiv, and the analysis and data are preserved in an Illinois Databank Repository.

Authors

Ryan Sponzilli1, Leslie W. Looney1, John J. Tobin2, Frankie J. Encalada1, Austen Fourkas1, Hector Arce3, Erin Cox4,5, James Di Francesco6,7, Nicole Karnath8, Zhi-Yun Li9, Nadia Murillo10, Stella Offner11, Sarah Sadavoy12, Rajeeb Sharma13

1 Department of Astronomy, University of Illinois, 1002 West Green St, Urbana, IL 61801, USA 2 National Radio Astronomy Observatory, 520 Edgemont Rd., Charlottesville, VA 22903, USA 3 Department of Astronomy, Yale University, P.O. Box 208101, New Haven, CT 06520, USA 4 NSF-Simons AI Institute for the Sky (SkAI), 172 E. Chestnut St., Chicago, IL 60611, USA 5 Center for Interdisciplinary Exploration and Research in Astrophysics (CIERA), 1800 Sherman Avenue, Evanston, IL 60201, USA 6 NRC Herzberg Astronomy and Astrophysics, 5071 West Saanich Road, Victoria, BC V9E 2E7, Canada 7 Department of Physics and Astronomy, University of Victoria, Victoria, BC V8P 5C2, Canada 8 Space Science Institute, 4765 Walnut Street, Suite B, Boulder, CO 80301, USA 9 Department of Astronomy, University of Virginia, P.O. Box 400325, 530 McCormick Road, Charlottesville, VA 22904-4325, USA 10 Instituto de Astronomía, Universidad Nacional Autónoma de México, AP106, Ensenada, CP 22830, B.C., Mexico 11 Department of Astronomy, University of Texas at Austin, TX 78712, USA 12 Department of Physics and Astronomy, York University, Toronto, Ontario M3J 1P3, Canada 13 Niels Bohr Institute, University of Copenhagen, Jagtvej 155A, 2200 Copenhagen N., Denmark

Abstract

Understanding the formation pathway for close-companion protostars is central to unraveling the processes that govern stellar multiplicity and very early star formation. We analyze a large sample of 51 Class 0/I close-companion protostellar systems where 38 of these systems show detectable outflows, yielding 42 measured outflows used in our analysis. We use ALMA observations of 11 systems in Perseus and 40 systems in Orion. These companions formed either directly at these small scales (<~ 500 au separations) via disk fragmentation or at larger scales (>1000 au separations) via turbulent fragmentation followed by inward migration. Because of differences in formation mechanism, the former is expected to have preferentially aligned disks and outflows and the latter is expected to have non-preferentially aligned disks and outflows. The relative prevalence of these formation pathways remains uncertain, yet it is critical to forming a comprehensive picture of star formation. We examine the distribution of position angles of companion protostars relative to the position angles of their molecular outflows. The outflow, as traced by 12CO (J=2-->1), is a useful proxy for the angular momentum of the system, expected to be orthogonal to the binary orbital plane. We use a simple model to account for a random sampling of inclination and orbital phase in each system, finding that the observations are consistent with a distribution where the outflows are preferentially orthogonal to the companions. Based on this analysis, we suggest disk fragmentation is the dominant formation pathway for close-companion protostellar systems.

Repository Structure

  • runall.sh : Runs the workflow in a docker container if all input data is present.
  • Dockerfile : Specifies the Docker image.
  • Snakefile : Specifies the workflow tasks.
  • requirements.txt : Specifies the python libraries needed to run the workflow.
  • config.yaml : Specifies the location of the FITS files.
  • notebooks: Contains scratch work and exploratory analysis.
  • data
  • scripts
    • _create_figs.py : Defines various functions that assist with creating the figures produced in the analysis.
    • make_all_m0_outflow_maps.py : Generates results/m0_outflow_maps.pdf.
    • make_all_m8_maps.py : Generates results/all_m8_maps.pdf.
    • make_figs_for_paper.py : Generates the files in results/figs_for_paper
    • master_reference_doc.py : Generates results/master_reference.pdf.
    • prepare_tables.py : Reorganizes the input data into the output data and generates latex tables presented in the paper.
    • stat_test-combined.py : Performs the statistical analysis described in Section 3.3 of the paper and generates the files in results/stat_test.
  • results
    • all_m8_maps.pdf : Contains all the M8 maps, one per page, for convenience.
    • m0_outflow_maps.pdf : Contains all the M0 outflow maps, one per page, for convenience.
    • master_reference.pdf : Contains all the continuum maps, M8 maps, and M0 maps for each system, one system per page, for convenience.
    • maps_for_paper : Contains all figures used in the manuscripts.
    • stat_test : Contains the DeltaPA histogram figure presented in the paper, the DeltaPA cumulative frequency distribution presented in the paper, and a figure plotting p-value vs % orthogonal distribution which is not presented in the paper.
    • tables : Contains the 4 latex formatted tables presented in the paper.

Reproducible Workflow

The entire analysis is containerized with Docker. The Dockerfile in the root folder can be used to build the image. The workflow is implemented with snakemake and defined in the Snakefile in the root folder. The container can be run via the runall.sh script. Note that running the analysis requires having the relevant FITS images. Edit config.yaml to point to the location of the FITS images on your system. The results of the analysis are saved in the results folder.

FITS Images

The relevant FITS images are not included in this repository. The FITS images may be obtained from the Illinois Databank Repository in fits.zip, and their location should be specified in config.yaml.

About

Analysis of close companion protostellar outflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors