BIC-MNI / Display

MNI Display project, converted from CVS
Other
8 stars 4 forks source link

Display always defaults to saving labels as byte, causing problems for >255 labels #24

Closed gdevenyi closed 8 years ago

gdevenyi commented 8 years ago

This is an issue in mouse brain label files which label the whole brain.

rdvincent commented 8 years ago

Looks like this is still a bug - I'll get it fixed asap.

rdvincent commented 8 years ago

@gdevenyi Can you be more specific about exactly what you are trying to do when the problem occurs?

I think there are a few different issue with using, loading, and saving non-byte label volumes, but I want to make sure I catch them all.

gdevenyi commented 8 years ago

For me, labels > 255 load and display fine, but upon saving are saved as byte, screwing up their use in certain programs afterwards.

gdevenyi commented 8 years ago

Anything I can test on this front?

rdvincent commented 8 years ago

Another commit comment failure on my part - I think this was fixed, or at least improved, in 36a24be397b60a4682a9a6a80b0cfa3e0286d7a2

gdevenyi commented 8 years ago

Will test

gdevenyi commented 8 years ago

No longer mangles my larger than byte label files :)