Results 175 comments of Phillip

Hi @AndrewHerzing, this slightly passed me by when it originally came up. Can I be of any use? I've not written much io code yet, so this might be an...

@AndrewHerzing The code in merlintools looks "clean" enough to be in pyxem as is, I think for now I'm going to mark this as "reconsider when pyxem is close to...

@CSSFrancis, I have a couple of questions. 1) Is a counting filter more complicated (in terms of its logic) than: `x_array > count_threshold` 2) How would one perform a subpixel...

Seems like an excellent candidate for the next minor release :)

@CSSFrancis I was thinking about having a stab at the last item on the list this weekend, can you confirm that you've not fixed it somewhere else so I can...

Okay, I think my main aim was to get the test suite passing, even if it costs us a little bit of coverage in the short term. Will have a...

running black should solve the conflicts here.

While I certainly agree we don't do a great job with metadata at the moment, I'm not that enthusiastic to track processing with it right now. That said I think...

So it falls into two main reasons, (1) a lot of the code still changes pretty rapidly, so if your method use was a couple of months ago it's likely...

> Processing steps that generate new objects might require some thought to ensure that all parameters are included. For example, for a correlation result from template matching, you probably want...