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
marc
createpointings
Commits
f9b1163d
Commit
f9b1163d
authored
Nov 04, 2017
by
marc
Browse files
Initial commit
parent
613000e7
Changes
1
Show whitespace changes
Inline
Side-by-side
__init__.py
View file @
f9b1163d
...
...
@@ -76,7 +76,7 @@ class CreatePointings(Ui_FormCreatePoinings):
def
writePointings
(
self
):
logger
.
debug
(
'Start writePointings'
)
index
=
0
with
open
(
'../templates/
p
ointings.
da
t'
,
'w'
)
as
f
:
with
open
(
'../
dtObsGUI/
templates/
newP
ointings.
pn
t'
,
'w'
)
as
f
:
for
pointing
in
self
.
measList
:
f
.
write
(
'{}
\t
{}
\t
{}
\n
'
.
format
(
index
,
pointing
.
ra
.
deg
,
pointing
.
dec
.
deg
)
)
logger
.
debug
(
'{}
\t
{}
\t
{}
\n
'
.
format
(
index
,
pointing
.
ra
.
deg
,
pointing
.
dec
.
deg
))
...
...
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