Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
astro_lab
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Massana Zapata, Pol Dr (Maths & Physics)
astro_lab
Commits
5f843a1c
Commit
5f843a1c
authored
6 years ago
by
Delorme, Maxime Dr (Physics)
Browse files
Options
Downloads
Patches
Plain Diff
Reordered import calls
parent
5ed6002b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
astro_lab.py
+3
-2
3 additions, 2 deletions
astro_lab.py
with
3 additions
and
2 deletions
astro_lab.py
+
3
−
2
View file @
5f843a1c
import
matplotlib
as
mpl
mpl
.
use
(
'
Qt4Agg
'
)
from
astropy.io
import
fits
from
astropy.stats
import
SigmaClip
from
astropy.modeling
import
models
,
fitting
...
...
@@ -10,8 +13,6 @@ from scipy.interpolate import interp2d, RegularGridInterpolator
from
scipy.optimize
import
curve_fit
from
lmfit
import
Model
,
Parameter
,
minimize
import
matplotlib
as
mpl
mpl
.
use
(
'
Qt4Agg
'
)
import
matplotlib.pyplot
as
plt
import
numpy
as
np
import
os
,
sys
,
warnings
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment