Adam Mansur

Results 7 comments of Adam Mansur

@rbavery How about using the axes.formatter.limits rcParam? Setting the upper bound to 7 forces the truncated UTM coordinates to print as plain numbers. ```python # Force large numbers in tick...

This is an interesting use case (and very much up my alley) but I'm sorry to say that I don't think this library is going to work for it. There...

It's not in the guide, but you can pass a list of arrays directly to create_mosaic() instead of a path. That function does expect the arrays to be image-like (so...

Ah, interesting. I really haven't done much with this beyond the microscopes in my department and hadn't run into 12-bit images before. It is possible to build a mosaic of...

For the TRITC mosaic, you can add `mosaic.build_out()` to place the tiles that could not be aligned using an average offset between tiles. The DAPI tiles are more complicated. It...

Hi @maneesha! Thanks for this contribution and the others that you submitted this week. I'll plan to review these next week and will let you know where they stand then.

Thanks for the suggestion! I agree that including RIGHT and OUTER JOIN would be a useful addition. If this is something you'd be interested in pursuing, please consider creating a...