Install SeisComP and scanloc ARM64 nightly packages

This commit is contained in:
Enrico Ellguth
2025-10-29 12:34:04 +00:00
parent 2ff097f9d1
commit 165b829fb7
606 changed files with 24438 additions and 16358 deletions

View File

@ -164,6 +164,7 @@ class SC_GUI_API AmplitudeRecordLabel : public StandardRecordLabel {
public:
double latitude;
double longitude;
double elevation;
const DataModel::SensorLocation *location;
Core::TimeWindow timeWindow;
@ -204,6 +205,7 @@ class SC_GUI_API AmplitudeView : public QMainWindow {
QString recordURL;
FilterList filters;
AuxiliaryChannelProfiles auxiliaryChannelProfiles;
bool showAllComponents;
bool loadStrongMotionData;
@ -220,6 +222,11 @@ class SC_GUI_API AmplitudeView : public QMainWindow {
Core::TimeSpan preOffset;
Core::TimeSpan postOffset;
double defaultNoiseBegin{-30};
double defaultNoiseEnd{0};
double defaultSignalBegin{0};
double defaultSignalEnd{30};
Config();
void addFilter(const QString &f, const QString &n) {
@ -385,17 +392,19 @@ class SC_GUI_API AmplitudeView : public QMainWindow {
void openConnectionInfo(const QPoint &);
void ttInterfaceChanged(QString);
void ttTableChanged(QString);
void ttInterfaceChanged(int);
void ttTableChanged(int);
protected:
void showEvent(QShowEvent* event);
void changeEvent(QEvent *e) override;
RecordLabel* createLabel(RecordViewItem*) const;
private:
void applyThemeColors();
void figureOutTravelTimeTable();
void init();