You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB
TOML

## To modify by developer(s) of the plugin
[plugin-info]
SHORT_PLUGIN_NAME = 'lightfield' #to be modified, for instance daqmx then rename the module name:
# (pymodaq_plugins_template become pymodaq_plugins_daqmx for instance)
package-url = 'https://gitea.auro.re/Sebastien_LuMIn/pymodaq_plugins_lightfield' #to modify
description = 'My personnal plugin for controlling a CCD camera via Lightfield'
author = 'Sébastien Quistrebert'
author-email = 'sebastien.quistrebert@ens-paris-saclay.fr'
license = 'MIT'
[plugin-install]
#packages required for your plugin:
packages-required = ['pymodaq>=4.1.0']
[features] # defines the plugin features contained into this plugin
instruments = true # 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)