forked from ivanfarevalo/BQ_module_generator
-
Notifications
You must be signed in to change notification settings - Fork 2
Bisque Module
Ivan Arevalo edited this page Mar 17, 2022
·
1 revision
Every Bisque Module needs to have 5 components that need to be properly set up to run in Bisque.
- Dockerfile: Defines the commands needed to build the module container.
- Module xml: This file is used to specify your module configuration, inputs, outputs, and anything else that shows in the Bisque module page.
- PythonScriptWrapper.py: This file sets up the communication between the module container and Bisque transfering data back and forth.
- Source Code: Every module needs to have source code that specifies the main algorithm to be ran.
- runtime-module.cfg: This file specifies the configurationn of your module container.