Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MGPro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NJU Geophy
MGPro
Commits
fde130ae
Commit
fde130ae
authored
Jul 02, 2019
by
Mijian Xu
😷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
import bug fix
parent
eaf621d4
Pipeline
#741
passed with stage
in 1 minute
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
mgpro/mgpro.py
mgpro/mgpro.py
+4
-4
setup.py
setup.py
+1
-1
No files found.
mgpro/mgpro.py
View file @
fde130ae
import
numpy
as
np
import
numpy
as
np
#
from mgpro import expand
from
mgpro
import
expand
import
expand
#
import expand
#
from mgpro.proj import *
from
mgpro.proj
import
*
from
proj
import
*
#
from proj import *
import
matplotlib.pyplot
as
plt
import
matplotlib.pyplot
as
plt
import
matplotlib.colors
as
colors
import
matplotlib.colors
as
colors
from
scipy.fftpack
import
fft2
,
fftshift
,
ifft2
,
ifftshift
from
scipy.fftpack
import
fft2
,
fftshift
,
ifft2
,
ifftshift
...
...
setup.py
View file @
fde130ae
...
@@ -5,7 +5,7 @@ packages = find_packages()
...
@@ -5,7 +5,7 @@ packages = find_packages()
with
open
(
"README.md"
,
"r"
)
as
fh
:
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
long_description
=
fh
.
read
()
VERSION
=
"0.1.
5
"
VERSION
=
"0.1.
6
"
setup
(
name
=
'mgpro'
,
setup
(
name
=
'mgpro'
,
version
=
VERSION
,
version
=
VERSION
,
author
=
'Mijian Xu'
,
author
=
'Mijian Xu'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment