{"id":21610927,"url":"https://github.com/segasai/minimint","last_synced_at":"2025-04-11T05:22:54.513Z","repository":{"id":57441812,"uuid":"262967088","full_name":"segasai/minimint","owner":"segasai","description":"Simple MIST isochrone interpolation","archived":false,"fork":false,"pushed_at":"2024-11-01T12:55:15.000Z","size":3936,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T13:47:45.977Z","etag":null,"topics":["interpolation","isochrones","mist"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/segasai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-11T07:14:01.000Z","updated_at":"2025-03-27T10:36:49.000Z","dependencies_parsed_at":"2023-11-29T20:24:28.627Z","dependency_job_id":"7c274c35-b2d7-4a8e-ba26-55812d3f45ef","html_url":"https://github.com/segasai/minimint","commit_stats":{"total_commits":151,"total_committers":2,"mean_commits":75.5,"dds":0.4105960264900662,"last_synced_commit":"5995764d968471a368ca4fc2b58ae012288f9147"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segasai%2Fminimint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segasai%2Fminimint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segasai%2Fminimint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segasai%2Fminimint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/segasai","download_url":"https://codeload.github.com/segasai/minimint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248346366,"owners_count":21088445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interpolation","isochrones","mist"],"created_at":"2024-11-24T21:10:07.278Z","updated_at":"2025-04-11T05:22:54.489Z","avatar_url":"https://github.com/segasai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/segasai/minimint/workflows/Minimint/badge.svg)](https://github.com/segasai/minimint/actions?query=workflow%3AMinimint)\n[![Coverage Status](https://coveralls.io/repos/github/segasai/minimint/badge.svg?branch=master)](https://coveralls.io/github/segasai/minimint?branch=master)[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5610692.svg)](https://doi.org/10.5281/zenodo.5610692)\n\n\n# Minimint (MIni Mist INTerpolation)\n\n# Python package to perform simple interpolation of MIST isochrones.\n\nAuthor: Sergey Koposov (2020-2024) skoposov __AT__ ed __DOT__ ac __DOT__ uk\n\n## Instructions \n\n* Install minimint. You can either pip install the released version or install from github\n\n```\npip install minimint\n```\n\n* Download and prepare isochrone files \n```\nminimint.download_and_prepare()\n```\n\nThat will download everything and process the evolutionary tracks and bolometric corrections by creating the necessary files for the package.\n\n`minimint.download_and_prepare()` by default creates bolometric corrections for these filters\n'DECam', 'GALEX', 'PanSTARRS', 'SDSSugriz', 'SkyMapper','UBVRIplus', 'WISE'\nIf you need additional filters, you can specify them using the filters parameter\n\n``` minimint.download_and_prepare(filters=['JWST','WISE','DECam', 'GALEX', 'PanSTARRS', 'SDSSugriz', 'SkyMapper','UBVRIplus'])```\nCheck which filters are available on the MIST website http://waps.cfa.harvard.edu/MIST/model_grids.html\nThis will take some time (20-30 min) and will use significant disk space (10-30 Gb).\n\nIf you want to put those processed isochrone files in a location different from the site-packages folder of minimint, you can use the outp_prefix parameter of `download_and_prepare`. You then will need to either specify the location each time when you construct the interpolators or with the MINIMINT_DATA_PATH environment variable\n\n## Usage \n\nIn order to create an interpolator object for two filters (your can provide a list of any numbers of filters)\n\n```ii = minimint.Interpolator(['DECam_g','DECam_r'])```\n\nThe interpolator is a callable, so you can call it on mass, log10(age), feh \n\n``` ii(mass, logage, feh)``` \n \nThis returns a dictionary with photometry, logg, logteff and logl.\n\nYou also can use the interpolator to find the maximum valid mass on the isochrone.\n\n```ii.getMaxMass(logage, feh)```\n\n## Examples \n\nSee the [notebook](examples/Example.ipynb) in the examples folder\n\n## Synthetic stellar populations\nIf you are interested in synthetic stellar populations you will need\nthe implementation of the IMF. For this you may want to use https://github.com/keflavich/imf\n\n## Acknowledgement\n\nIf you are using this package please cite it through zenodo link\nhttps://doi.org/10.5281/zenodo.4002971\nAlso make sure you acknowledge MIST isochrones https://waps.cfa.harvard.edu/MIST/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegasai%2Fminimint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsegasai%2Fminimint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegasai%2Fminimint/lists"}