Skip to content

henrysky/astroNN_APOGEE_VAC

Repository files navigation

astroNN APOGEE VAC codes

This repository contains codes required to generate astroNN APOGEE VAC

Requirement

python>=3.6, numpy, scipy, astropy, astroquery, galpy, astroNN, pyyaml, statsmodels, h5py, gaia_tools

zero_point are required to correct Gaia zeropoint: https://gitlab.com/icc-ub/public/gaiadr3_zeropoint

Scripts

Please review the configurations stored in the following following files before running any script.

  • config.py
    Global configuration for the scripts
  • gaia_credential
    Gaia login if you have any
  • utils.py
    Contains a few useful utility functions
  • aspcap_norm.py
    A simple script to retrieve all ASPCAP normalized spectra and save to a single file

Please run the scripts in ASCENDING ORDER

External Data

DR16 VAC

The folder astroNN_0617_run001, astroNN_constant_model_reduced, APOKASC2_BCNN_age_only_corrections0.1 are original neural network models used in DR16 VAC

DR17 VAC

We have retrained our models for DR17 VAC, the training scripts and sanity checks notebook are under the folder dr17-VAC-notebooks

The folder astroNN_0512_run002, astroNN_gaia_dr17_model_3, APOKASC2_BCNN_age_combined_dr17_4 are new neural network models used in DR17 VAC

lco_apo_median_dr17sync.npy is the clculated median difference between apo25m and lco25m

Major Authors