Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
The compare* scripts from pipe_analysis compute the differences of various quantities between different data repositories. To prepare for a future transition of pipe_analysis to using lsst.pipe.base.functors, it may be useful for a Functor to have a .difference method that allows you to pass two ParquetTable reference objects and have it return the difference in the calculations between the two.
Hi Chris- Can you review this quick ticket? I just added a difference method to functors to allow simple calculation of differences between two different datasets, such as is done in the compare* scripts in pipe_analysis.