Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

asteca/ezpadova-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezPADOVA-2

A python package to download PARSEC isochrones from the CMD website and format them to be used with ASteCA.

Modified fork of the original ezpadova code by Morgan Fouesneau.

Requirements

Install the requirements in a conda environment with:

$ conda install numpy requests beautifulsoup4 lxml

Usage

Evolutionary tracks, photometric system, metallicity and age ranges are set via the input data file params.ini. To run the script, simply use:

$ python query.py

A list of the proper IDs to identify the CMD photometric systems ('System ID') can be obtained calling the script as:

$ python query.py list

The downloaded files are stored in a folder that can be pasted inside the isochrones/ sub-folder of the ASteCA package.