parsec_access 3.1.0

Access the PARSEC database for stellar evolutionary trajectories.
Documentation
// This code is generated by generate_code.py, do not modify it manually.

pub(crate) static METALLICITIES_IN_MASS_FRACTION: [f64; 15] = [
    0.0001, 0.0002, 0.0005, 0.001, 0.002, 0.004, 0.006, 0.008, 0.01, 0.014, 0.017, 0.02, 0.03,
    0.04, 0.06,
];

pub(crate) static METALLICITIES_IN_DEX: [f64; 15] = [
    -2.0863598306747484,
    -1.7853298350107671,
    -1.3873898263387294,
    -1.0863598306747484,
    -0.7853298350107671,
    -0.4842998393467859,
    -0.3082085802911046,
    -0.1832698436828047,
    -0.08635983067474828,
    0.059768205003489776,
    0.14408909070352569,
    0.21467016498923291,
    0.39076142404491415,
    0.5157001606532141,
    0.6917914197088953,
];

pub(crate) static METALLICITY_NAMES: [&str; 15] = [
    "Z0_0001", "Z0_0002", "Z0_0005", "Z0_0010", "Z0_0020", "Z0_0040", "Z0_0060", "Z0_0080",
    "Z0_0100", "Z0_0140", "Z0_0170", "Z0_0200", "Z0_0300", "Z0_0400", "Z0_0600",
];

/// Using this, the crate knows which file to download during intialisation.
pub(crate) static METALLICITY_ARCHIVES: [&str; 15] = [
    "Z0.0001Y0.249.tar.gz",
    "Z0.0002Y0.249.tar.gz",
    "Z0.0005Y0.249.tar.gz",
    "Z0.001Y0.25.tar.gz",
    "Z0.002Y0.252.tar.gz",
    "Z0.004Y0.256.tar.gz",
    "Z0.006Y0.259.tar.gz",
    "Z0.008Y0.263.tar.gz",
    "Z0.01Y0.267.tar.gz",
    "Z0.014Y0.273.tar.gz",
    "Z0.017Y0.279.tar.gz",
    "Z0.02Y0.284.tar.gz",
    "Z0.03Y0.302.tar.gz",
    "Z0.04Y0.321.tar.gz",
    "Z0.06Y0.356.tar.gz",
];