LSSTDESC/rail_base

Add Versions of summarizers that take tomographic bin files as inputs and mask all but one bin

Closed this issue · 2 comments

Add Versions of summarizers that take tomographic bin files as inputs and mask all but one bin

We want to add sub-classes of the Summarizer that allow for taking a tomographic bins file and only using the object in a particular bin.

I implemented this by modifying the iterator to apply a mask when returning the data, so that process_chunk only gets the objects in the correct bin

done with #130