Rhoana / butterfly

Documentation
http://butterfly.rtfd.io
MIT License
2 stars 5 forks source link

import computation stage #17

Open haehn opened 7 years ago

haehn commented 7 years ago

We need to compute some image features or characteristics during import of data and then store them in the DB or somewhere.

  1. add generalized (modular) framework to have certain actions run during import
    • bfly starts, detects new data, computes stuff if required
    • shall this be executed as a different thread? does nipype wheels help (https://github.com/FNNDSC/wheels) ? or is this all too complicated and we should wait until computation is done to start serving BFLY
  2. which actions do we need? (prolly later, framework first)