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
NearRealTimeCTDAS
CTDAS
Commits
876f1693
Commit
876f1693
authored
Mar 19, 2013
by
Peters, Wouter
Browse files
too much deleted, now placed back in advance
parent
ea64f4d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
da/tools/pipeline.py
View file @
876f1693
...
...
@@ -272,6 +272,13 @@ def advance(DaCycle, Samples, StateVector, ObservationOperator):
#LU a to dlatego ze samples jest inicjalizowane na nowo.
#LU skoro w srodku sample step jest inicjalizowanie samples przez przypisanie datalist=[], to czy ten obiekt samples ma jkaies podobiekty ktore kaza mu byc przekazywanym?
DaCycle
.
RestartFileList
.
extend
(
ObservationOperator
.
RestartFileList
)
DaCycle
.
OutputFileList
.
extend
(
ObservationOperator
.
OutputFileList
)
logging
.
debug
(
"Appended ObsOperator restart and output file lists to DaCycle for collection "
)
DaCycle
.
OutputFileList
.
append
(
DaCycle
[
'ObsOperator.inputfile'
])
logging
.
debug
(
"Appended Observation filename to DaCycle for collection "
)
#LU tego nie ma w oryginalnym kodzie
Samples
.
write_obs_to_file
(
"newstyle"
)
...
...
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