We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivation
import
/necst/rx/__init__.py
from .attenuator import AttenuatorController # noqa: F401 from .signal_generator import SignalGeneratorController # noqa: F401 from .sis_bias import SISBias # noqa: F401 from .hemt_bias import HEMTBias # noqa: F401 from .spectrometer import SpectralData # noqa: F401 from .thermometer import ThermometerController # noqa: F401
NOTE: The Spectrometer is call in record.py, so this issue make us recording without specrometer.
record.py
recorder
SpecralData
However, other devices are imported yet. Without writing in device settings in config.toml, they are imported and errored.
config.toml
We should modify this issue to using NECST v4 without some devices.
The priority of this is not too high.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
import
device in/necst/rx/__init__.py
NOTE: The Spectrometer is call in
record.py
, so this issue make us recording without specrometer.recorder
executor withoutSpecralData
#164However, other devices are imported yet. Without writing in device settings in
config.toml
, they are imported and errored.import
.We should modify this issue to using NECST v4 without some devices.
The priority of this is not too high.
The text was updated successfully, but these errors were encountered: