Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
8e7b08e6
Commit
8e7b08e6
authored
5 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS: adapted for test observation
parent
25d2e3f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/src/tmss/tmssapp/populate.py
+1
-1
1 addition, 1 deletion
SAS/TMSS/src/tmss/tmssapp/populate.py
with
1 addition
and
1 deletion
SAS/TMSS/src/tmss/tmssapp/populate.py
+
1
−
1
View file @
8e7b08e6
...
...
@@ -208,7 +208,7 @@ def _populate_example_data():
subtask_output
=
models
.
SubtaskOutput
.
objects
.
create
(
**
SubtaskOutput_test_data
(
subtask
=
subtask
))
for
sb_nr
in
specifications_doc
[
'
stations
'
][
'
digital_pointings
'
][
0
][
'
subbands
'
]:
models
.
Dataproduct
=
models
.
Dataproduct
.
objects
.
create
(
**
Dataproduct_test_data
(
producer
=
subtask_output
,
filename
=
"
test_dataproduct_SB_%03d.MS
"
%
sb_nr
))
models
.
Dataproduct
.
objects
.
create
(
**
Dataproduct_test_data
(
producer
=
subtask_output
,
filename
=
"
test_dataproduct_SB_%03d.MS
"
%
sb_nr
))
except
ImportError
:
pass
...
...
This diff is collapsed.
Click to expand it.
Jorrit Schaap
@schaap
mentioned in commit
a25f7368
·
5 years ago
mentioned in commit
a25f7368
mentioned in commit a25f7368443f38299ea5b70fed748f708547398b
Toggle commit list
Jorrit Schaap
@schaap
mentioned in commit
562b3482
·
5 years ago
mentioned in commit
562b3482
mentioned in commit 562b34820e93d8792c22e8fa04c64cedd08441b7
Toggle commit list
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