Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
payno
id06workflow
Commits
2133963d
Commit
2133963d
authored
Nov 29, 2018
by
payno
Browse files
[clean] remove unused function
parent
7fc911dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
id06workflow/core/Dataset/__init__.py
View file @
2133963d
...
...
@@ -104,10 +104,6 @@ class Dataset(object):
self
.
_ff_files
.
append
(
flat_field_file
)
self
.
__ff_has_changed
=
True
def
applyShiftCorrection
(
self
,
correction
):
# TODO: move shift corrcetion code in here
raise
NotImplementedError
(
''
)
def
is_valid
(
self
):
return
len
(
self
.
_data_files_pattern
)
>
0
or
self
.
_data
is
not
None
...
...
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