Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
Merge requests
!158
Merge branch 'master' into 'production'
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Merge branch 'master' into 'production'
master
into
production
Overview
0
Commits
24
Pipelines
2
Changes
14
Closed
Cain, Payton David
requested to merge
master
into
production
3 years ago
Overview
0
Commits
24
Pipelines
2
Changes
14
Expand
0
0
Merge request reports
Compare
production
version 1
8707e4f0
3 years ago
production (base)
and
latest version
latest version
48c6af97
24 commits,
3 years ago
version 1
8707e4f0
22 commits,
3 years ago
14 files
+
647
−
254
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
geomagio/algorithm/AdjustedAlgorithm.py
+
8
−
0
Options
@@ -161,6 +161,14 @@ class AdjustedAlgorithm(Algorithm):
@@ -161,6 +161,14 @@ class AdjustedAlgorithm(Algorithm):
):
):
return
True
return
True
# if E-E and E-N available
if
(
"
E-E
"
in
channels
and
"
E-N
"
in
channels
and
super
().
can_produce_data
(
starttime
,
endtime
,
stream
)
):
return
True
# check validity of remaining channels
# check validity of remaining channels
for
c
in
channels
:
for
c
in
channels
:
if
c
!=
"
F
"
and
not
(
if
c
!=
"
F
"
and
not
(
Loading