joshspeagle / brutus

Modeling stellar photometry with "brute force" methods
MIT License
32 stars 5 forks source link

refactor internal sed methods #28

Closed joshspeagle closed 5 years ago

joshspeagle commented 5 years ago

Several methods, especially inside SEDmaker and Isochrone, are really only defined for internal use and not actually very useful or insightful to call elsewhere (e.g., the defaults in get_eep are terrible, shouldn't need to pass aidx, etc.). @rohannaidu and others have started actually using brutus in the modular way I always wanted, so I need to modify the code to catch up.