Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -30,13 +30,12 @@ namespace Processing {
|
||||
|
||||
|
||||
class SC_SYSTEM_CLIENT_API MagnitudeProcessor_mB : public MagnitudeProcessor {
|
||||
DECLARE_SC_CLASS(MagnitudeProcessor_mB)
|
||||
|
||||
public:
|
||||
MagnitudeProcessor_mB();
|
||||
MagnitudeProcessor_mB(const std::string& type);
|
||||
|
||||
MagnitudeProcessor_mB(const std::string &type);
|
||||
|
||||
public:
|
||||
void setDefaults() override;
|
||||
bool setup(const Settings &settings) override;
|
||||
|
||||
Status computeMagnitude(double amplitude, const std::string &unit,
|
||||
@ -51,10 +50,6 @@ class SC_SYSTEM_CLIENT_API MagnitudeProcessor_mB : public MagnitudeProcessor {
|
||||
Status estimateMw(const Config::Config *config,
|
||||
double magnitude, double &Mw_estimate,
|
||||
double &Mw_stdError) override;
|
||||
|
||||
private:
|
||||
double minDistanceDeg;
|
||||
double maxDistanceDeg;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user