Adam Mansur
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...
Hm maybe. Can you provide a little more detail about your process? For example, are you exporting the images to a folder as you go and just want to start...
Here's a potential approach you can try. For each iteration, the script builds a mosaic, then copies the tile position from the mosaic created during the previous iteration, which means...
Hi @dmolesUC! Thanks for the suggestion. I tend to agree that the current organization is confusing and think that moving the table after the import of the other two files...