forked from ccabello99/pymodaq_plugins_pixelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin_info.toml
More file actions
23 lines (17 loc) · 975 Bytes
/
plugin_info.toml
File metadata and controls
23 lines (17 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## To modify by developer(s) of the plugin
[plugin-info]
SHORT_PLUGIN_NAME = 'pixelink'
package-url = 'https://github.com/ccabello99/pymodaq_plugins_pixelink' #to modify
description = 'PyMoDAQ plugin for interfacing with Pixelink cameras.'
author = 'Christian Cabello'
author-email = 'christian.cabello@ip-paris.fr'
license = 'MIT'
[plugin-install]
#packages required for your plugin:
packages-required = ['pymodaq>=4.0.0', 'pixelinkWrapper', 'imageio', 'uuid6', 'h5py']
[features] # defines the plugin features contained into this plugin
instruments = false # true if plugin contains instrument classes (else false, notice the lowercase for toml files)
extensions = false # true if plugins contains dashboard extensions
models = false # true if plugins contains pid models or other models (optimisation...)
h5exporters = false # true if plugin contains custom h5 file exporters
scanners = false # true if plugin contains custom scan layout (daq_scan extensions)