BIC-MNI / Register

MNI Register, visualization and registration software for images.
Other
3 stars 3 forks source link

Some globals aren't working #10

Open ajwood opened 8 years ago

ajwood commented 8 years ago

Some globals settings aren't working in the latest version of register. It looks like it might be everything that used to go in register.globals.

I get the impression that regsiter.globals isn't read at all; the variables that used to be defined there are still valid (i.e. they don't trigger an error message when they're in register_UI.globals), but setting them doesn't do anything.

For example: Slice_background_colour = BLACK;

This doesn't produce an error, but also doesn't change the slice background colour.

rdvincent commented 8 years ago

The develop branch was changed to ignore register.globals a while ago. However, all of the variables should work. I'll investigate.

ajwood commented 8 years ago

I'm on the release-1.0.08 branch of minc-toolkit, putting register at commit 317c9f091d12062ebb6bfd644cef510d6e137101

rdvincent commented 8 years ago

Yes, but I'm pretty sure that tag includes these changes. I'll have a fix in a few minutes.