Christopher J. 'CJ' Wright
Christopher J. 'CJ' Wright
> their dependency check fail early My point is that such a dependency check is not needed for this particular class of PRs. I think the more important point here...
Does this mean that headers will no longer know where they came from?
I can pass individual documents to it. ```python RE.subscribe(main_db.insert) RE.subscribe(export_to_db2_for_user_to_take_home) ``` ```python for nd_pair in hdr.documents(): db.export(nd_pair) ```
Missing filestore records, files not copied into exportable folder.
What do you mean "parameterize that nicely"?
Let me know when you have it, we should build one on our side at some point, too.

I think that `np.fipud(mask)` would work.
This is about the .msk file saving not the Tiff. The problem is that the mask when loaded by fit2d is upside down from that in Python.
The tiff was created via a Perkin Elmer detector using EPICs. The tiff was loaded with tifffile. The mask was created in python using a statistical masking algorithm via numpy....