Carter Francis

Results 575 comments of Carter Francis

Yea, that is a bit confusing. The key for the 1st/2nd dimension is for the navigator. The 3rd/4th dimension is if you have 5-6 dimensions. I use it for time...

@hakonanes I'd assume? I can look into that. I've been working with panel a little lately and I've found it considerably nicer in most cases...

It seems like we do have tooltips for lots of these preferences they just don't seem to be coming up....

If you point me to where the navigation shape is determined, I can test/ submit PR.

@sk1p What does the detect_params function do? Do you read the file shape from the header or is it determined from something else? For reference this is the header format...

@sk1p I guess this is using the ncempy package. Is there a reason (besides probably the liscense 😅) for not using the .mrc file reader in rosettasciio. That file reader...

> Other than the license (our I/O code has ~always been both GPL and MIT, so we could never depend on GPL code there), two things: > > 1. `rosettasciio`...

@sk1p I'm happy to be proven wrong, although I think there is a bit of a misunderstanding. You're not testing the same thing above. When you preform the `flip` function...

> > You're not testing the same thing above. When you preform the `flip` function on a memory mapped array in numpy it returns a memory mapped array. > >...

> `test` in the screenshot above _is_ a memory mapped array, so I'm not sure why I'm not testing the same thing. I'm just chaining on a `sum` because `flip`...