From 409577645d4f30bd99b68d7d374096088e41b00f Mon Sep 17 00:00:00 2001 From: Adam Boesky Date: Wed, 22 Nov 2023 00:04:29 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 18c33d3..a5b89f2 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,9 @@ Make sure your package is up to date—because I will be using this for primaril This package currently doesn't have a ton of functionality, but as I go through my career I plan on adding every step of the way. Right now the breakdown is as follows - `custom_logging/`: Some cool loggers that I like to use. - `plotting/`: Plot formatting and helper function that help make plots pretty. +- `astro/`: Useful astrophysics functions. Some things to add in the futureL -- `astro`/`kepler`: Some code that I use often in my astrophysics work and research. - - Converting between mags and fluxes. - `data_science`: Boiler plate code that I use when doing datascience. - Propagating types of error - Easy-to-use grid search functionality