Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LAM-GRD-public
maoppy
Commits
0dd95031
Commit
0dd95031
authored
May 08, 2020
by
FETICK Romain
Browse files
Add Gaussian PSF
parent
2ac02eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
maoppy/psfmodel.py
View file @
0dd95031
...
...
@@ -379,7 +379,7 @@ class Gaussian(ParametricPSF):
return
gauss
(
self
.
_XY
,
y
)
def
tofits
(
self
,
param
,
filename
,
*
args
,
keys
=
[
"SIGMA_X"
,
"SIGMA_Y"
,
"THETA"
],
**
kwargs
):
super
(
Moffat
,
self
).
tofits
(
param
,
filename
,
*
args
,
keys
=
keys
,
**
kwargs
)
super
(
Gaussian
,
self
).
tofits
(
param
,
filename
,
*
args
,
keys
=
keys
,
**
kwargs
)
def
oversample
(
samp
):
...
...
Write
Preview
Supports
Markdown
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