LSSTDESC / rail_base

Base classes for RAIL
MIT License
0 stars 1 forks source link

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

Open eacharles opened 1 week ago

eacharles commented 1 week ago

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