cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

pycinema2 #16

Closed JonasLukasczyk closed 1 year ago

JonasLukasczyk commented 1 year ago

Hi David, this is a huge MR and we need to go through it together before we can merge this officially in. There is still a lot to do, but this MR should at least let us test dependencies and basic functionality. For now I will mark it as WIP.

To start the Explorer, you need these two commands:

import pycinema.explorer
pycinema.explorer.Explorer()

Then you can click on Open to select a CDB containing RGB images, e.g., the ScalarImages.cdb in the data folder. Then you should be able to use the parameter widgets to browse the images. This is the basic functionality that does not require the node editor (which is currently disabled).

We can track the progress of the new features in this MR and merge it in as soon as testing is complete.

Best Jonas

dhrogers commented 1 year ago

Merged!