Published January 12, 2022 | Version v1

Modeling Data from "The VLA/ALMA Nascent Disk and Multiplicity (VANDAM) Survey of Orion Protostars. Insights from Radiative Transfer Modeling"

  • 1. Northwestern, University
  • 2. NRAO
  • 3. University of Illinois
  • 4. University of Toledo

Description

This dataset includes the results from the radiative transfer modeling done in the paper "The VLA/ALMA Nascent Disk and Multiplicity (VANDAM) Survey of Orion Protostars: Insights from Radiative Transfer Modeling" by Sheehan et al. Included are the full posteriors from the model fitting for each source as a Python pickle file that contains a dictionary with keys given by the source names, e.g. "HOPS-2", that point to numpy arrays containing the posterior distributions. The information can be loaded like so:

import pickle
data, keys = pickle.load(open("posteriors.p","rb"))

Here "keys" is a list containing the names of the parameters from the model fit that are a part of the posterior distribution for each source.

Also included are the configuration files and datasets used in the modeling for each source, as well as the results from the fit so that anyone can work with these models for their own purposes. An example script that shows how to use these files is included, and further information can be found at http://pdspy.readthedocs.io.

Files

Files (928.2 MB)

Name Size
md5:477765d0854bd217630cb3462f1a08c2
928.2 MB Download

Additional details

Related works

Is derived from
Software: 10.5281/zenodo.2455079 (DOI)