You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addFromConfig config file format only supports a single instrument. The docs say:
# [instrument] <- once and only once with
# instrument_name (string)
Including multiple "instrument_name" lines gives an "option already exists" error, which makes sense. But the database structure does support multiple instruments per satellite.
The addFromConfig config file format only supports a single instrument. The docs say:
Including multiple "instrument_name" lines gives an "option already exists" error, which makes sense. But the database structure does support multiple instruments per satellite.
Relation to an issue
Discussion in #78.
Proposed enhancement
Desired behavior needs to be fleshed out further. In particular:
Alternatives
To be fleshed out further.
OS, Python version, and dependency version information:
Version of dbprocessing
Branch from #78
Closure condition
This issue should be closed when behavior is fully defined, implemented, tested, and merged.
The text was updated successfully, but these errors were encountered: