Peter Sobolewski

Results 663 comments of Peter Sobolewski
trafficstars

Are you trying to set the scale of the stack? The attached image is really hard to decipher, but: If you have 52 inches over 62 slices, then you have...

Is there anything actionable here on our side? Should we add this to the docs? I'm not too familiar with linux to know whether we should recommend this installation?

Hi, could you tell us what kind of files were in the folder? Can you open the files individually? Also, could you provide the full traceback? You can use three...

So just to be clear, if you manually open `MIP_059_02_1_Region-6_nTiles-090_1\PPN_L.csv` then the file works, but when it's in a folder and you try to import the whole folder, then you...

Ok! I have a reproducer when writing up https://github.com/napari/napari/issues/6846 Open astronaut, add a Points or Shapes layer. User File > Save All Layers... and builtins Save to Folder This works...

Thanks for the insight. I think the heuristic should be: - individual files -- do what we do now - folder: - does the folder contain all the same file...

The specific case probably covers majority of use cases, but also I don't think stacking csv would work -- that's not how 3d shapes/points are "made" Stacking would be only...

I think by default what should work is that a saved folder of layers is opened as a layer list. Order is less important, but could be gleaned from the...

Right. Reading arbitrary folders and guessing intent will be hard and never perfect. But we should ensure we have logic to reading builtins exported folders as layers. Order being correct...