yt-project / yt_astro_analysis

yt astrophysical analysis modules
Other
22 stars 21 forks source link

Set output directory properly for rockstar halo finder. #134

Closed brittonsmith closed 2 years ago

brittonsmith commented 2 years ago

Rockstar manages its own output directory creation. Prior to this, if you ran rockstar, you end up with halo catalogs in rockstar's output directory as determined by the outbase rockstar option and then an empty halo_catalogs directory written by the HaloCatalog. This PR just adds a little sync-up between those two so you don't end up with this extra directory.