Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mpikat
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MPIfR-BDG
mpikat
Commits
29aee2df
Commit
29aee2df
authored
Feb 26, 2021
by
Jason Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update filesize, leap mode will use a fixed filesize
parent
46ea3b2d
Pipeline
#94406
passed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mpikat/effelsberg/edd/pipeline/EddPulsarPipeline.py
mpikat/effelsberg/edd/pipeline/EddPulsarPipeline.py
+1
-1
No files found.
mpikat/effelsberg/edd/pipeline/EddPulsarPipeline.py
View file @
29aee2df
...
...
@@ -650,7 +650,7 @@ class EddPulsarPipeline(EDDPipeline):
log
.
debug
(
" - sample_clock: {}"
.
format
(
header
[
'sample_clock'
]))
header
[
"source_name"
]
=
self
.
_source_name
header
[
"obs_id"
]
=
"{0}_{1}"
.
format
(
scannum
,
subscannum
)
header
[
"filesize"
]
=
int
(
float
(
self
.
_config
[
"dada_params"
][
"size"
])
/
8.0
)
header
[
"filesize"
]
=
int
(
float
(
self
.
_config
[
"dada_params"
][
"size"
]))
log
.
debug
(
" - obs_id: {}"
.
format
(
header
[
'obs_id'
]))
header
[
"receiver_name"
]
=
receiver_name
log
.
debug
(
" - receiver_name: {}"
.
format
(
header
[
'receiver_name'
]))
...
...
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