Commenting out SatDump modes for now (whoever needs them will uncomment).
This commit is contained in:
parent
6c1a9e43ed
commit
387239fcf0
|
|
@ -269,46 +269,47 @@ class Modes(object):
|
|||
squelch=False,
|
||||
secondaryFft=False
|
||||
),
|
||||
DigitalMode(
|
||||
"noaa-apt-15",
|
||||
"NOAA-15 APT",
|
||||
underlying=["empty"],
|
||||
bandpass=Bandpass(-25000, 25000),
|
||||
requirements=["wxsat"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
secondaryFft=False
|
||||
),
|
||||
DigitalMode(
|
||||
"noaa-apt-18",
|
||||
"NOAA-18 APT",
|
||||
underlying=["empty"],
|
||||
bandpass=Bandpass(-25000, 25000),
|
||||
requirements=["wxsat"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
secondaryFft=False
|
||||
),
|
||||
DigitalMode(
|
||||
"noaa-apt-19",
|
||||
"NOAA-19 APT",
|
||||
underlying=["empty"],
|
||||
bandpass=Bandpass(-25000, 25000),
|
||||
requirements=["wxsat"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
secondaryFft=False
|
||||
),
|
||||
DigitalMode(
|
||||
"meteor-lrpt",
|
||||
"Meteor-M2 LRPT",
|
||||
underlying=["empty"],
|
||||
bandpass=Bandpass(-75000, 75000),
|
||||
requirements=["wxsat"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
secondaryFft=False
|
||||
),
|
||||
# SatDump stuff is work in progress!
|
||||
# DigitalMode(
|
||||
# "noaa-apt-15",
|
||||
# "NOAA-15 APT",
|
||||
# underlying=["empty"],
|
||||
# bandpass=Bandpass(-25000, 25000),
|
||||
# requirements=["wxsat"],
|
||||
# service=True,
|
||||
# squelch=False,
|
||||
# secondaryFft=False
|
||||
# ),
|
||||
# DigitalMode(
|
||||
# "noaa-apt-18",
|
||||
# "NOAA-18 APT",
|
||||
# underlying=["empty"],
|
||||
# bandpass=Bandpass(-25000, 25000),
|
||||
# requirements=["wxsat"],
|
||||
# service=True,
|
||||
# squelch=False,
|
||||
# secondaryFft=False
|
||||
# ),
|
||||
# DigitalMode(
|
||||
# "noaa-apt-19",
|
||||
# "NOAA-19 APT",
|
||||
# underlying=["empty"],
|
||||
# bandpass=Bandpass(-25000, 25000),
|
||||
# requirements=["wxsat"],
|
||||
# service=True,
|
||||
# squelch=False,
|
||||
# secondaryFft=False
|
||||
# ),
|
||||
# DigitalMode(
|
||||
# "meteor-lrpt",
|
||||
# "Meteor-M2 LRPT",
|
||||
# underlying=["empty"],
|
||||
# bandpass=Bandpass(-75000, 75000),
|
||||
# requirements=["wxsat"],
|
||||
# service=True,
|
||||
# squelch=False,
|
||||
# secondaryFft=False
|
||||
# ),
|
||||
]
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Reference in New Issue