Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
skamann
pampelmuse
Commits
11c35b13
Commit
11c35b13
authored
Dec 07, 2021
by
skamann
Browse files
Fixed bug
parent
3d511e11
Changes
1
Hide whitespace changes
Inline
Side-by-side
pampelmuse/core/source_selector.py
View file @
11c35b13
...
...
@@ -1168,7 +1168,7 @@ class SourceSelector(object):
# find magnitude of brightest star in field of view, adjust maximum allowed magnitude if requested
min_mag
=
self
.
sources
.
mag
[(
self
.
sources
.
status
==
2
)
&
(
distance_to_edge
>
0
)].
min
()
if
max_mag
is
not
None
and
max_mag
<
0
:
ma
g
_mag
=
min_mag
-
max_mag
ma
x
_mag
=
min_mag
-
max_mag
logger
.
info
(
'IDs of stars that fulfill criteria for PSF stars:'
)
logger
.
info
(
' ID| mag| d_edge [pixel]| shoulder_drop '
)
...
...
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