simonsobs / BBPower

BBPower - the C_ell-based pipeline for BB
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

no loop over sims in power_specter #17

Closed kwolz closed 10 months ago

kwolz commented 1 year ago

We may want to drop this loop, instead provide the specific simulation as an input and output only the split cells for that seed. That way we can parallelize the whole stage (which doesn't lead to a huge overhead if we make sure MCMs are only calculated if they don't already exitst)

kwolz commented 10 months ago

This has been addressed in the bash-parallel branch.