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
!52
Something went wrong on our end
Update legacy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update legacy
ghsc/users/pcain/geomag-algorithms:update-legacy
into
master
Overview
6
Commits
28
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Cain, Payton David
requested to merge
ghsc/users/pcain/geomag-algorithms:update-legacy
into
master
4 years ago
Overview
6
Commits
28
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Implements script to fill gaps in legacy data.
0
0
Merge request reports
Viewing commit
1d4cb1ef
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1d4cb1ef
Add script entry point
· 1d4cb1ef
Cain, Payton David
authored
4 years ago
setup.py
+
3
−
1
Options
@@ -24,6 +24,8 @@ setuptools.setup(
],
use_pipfile
=
True
,
entry_points
=
{
"
console_scripts
"
:
[
"
magproc-prepfiles=geomagio.processing.magproc:main
"
],
"
console_scripts
"
:
[
"
magproc-prepfiles=geomagio.processing.magproc:main, update-legacy=geomagio.processing.update_legacy:main
"
],
},
)
Loading