gerbilvis / gerbil

Gerbil Hyperspectral Visualization and Analysis Framework
http://gerbilvis.org
GNU General Public License v3.0
43 stars 15 forks source link

Fix subscriptions for GRADPCA #9

Open ypnos opened 9 years ago

ypnos commented 9 years ago

The GRADPCA dependency on GRAD is broken in the distribution views. If the latter is not computed due to other means, the former just fails. Instead, it should trigger computation of the latter. GRADPCA is disabled for now in master until this is fixed. See 49777729ff70f10df08a7610d9f93a4222913ee1

ypnos commented 9 years ago

The problem is that imagemodel, or somebody else(?) needs to subscribe on GRAD whenever GRADPCA is computed. Controller has a default subscription on IMG for the same reason.