Skip to content

Commit

Permalink
=Fixed events and edf2bids tests and updated to version 21.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysapa committed May 18, 2021
1 parent c185cf0 commit 33dea1f
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 141,899 deletions.
2 changes: 1 addition & 1 deletion bidsphysio.acq2bids/bidsphysio/acq2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "21.4.12"
__version__ = "21.05.18"
__author__ = "Pablo Velasco"
__author_email__ = "pablo.velasco@nyu.edu"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.base/bidsphysio/base/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "21.4.12"
__version__ = "21.05.18"
__author__ = "Pablo Velasco, Chrysa Papadaniil"
__author_email__ = "pablo.velasco@nyu.edu"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.dcm2bids/bidsphysio/dcm2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "21.4.12"
__version__ = "21.05.18"
__author__ = "Pablo Velasco"
__author_email__ = "pablo.velasco@nyu.edu"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
4 changes: 0 additions & 4 deletions bidsphysio.edf2bids/bidsphysio/edf2bids/edfsession2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ def main():
'"sub-").')
parser.add_argument('-e', '--skip_eye_events', default=True,
help='Skip saving eye-motion events (fixations, saccades and blinks) as estimated by Eyelink algorithms')
parser.add_argument('--overwrite', action='store_true', default=False,
help='flag to allow overwriting existing converted '
'files')
args = parser.parse_args()

# make sure input files exist:
Expand Down Expand Up @@ -84,7 +81,6 @@ def _get_physio_acq_time(physio_file):
get_event_data=edf2bidsphysio.edfevents2bids,
get_physio_acq_time=_get_physio_acq_time,
skip_eye_events=args.skip_eye_events,
overwrite=args.overwrite,
)


Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.edf2bids/bidsphysio/edf2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "21.4.12"
__version__ = "21.05.18"
__author__ = "Chrysa Papadaniil"
__author_email__ = "chrysa@nyu.edu"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
Binary file modified bidsphysio.edf2bids/tests/__pycache__/utils.cpython-37.pyc
Binary file not shown.
15 changes: 0 additions & 15 deletions bidsphysio.edf2bids/tests/data/testeye_physio.json

This file was deleted.

Loading

0 comments on commit 33dea1f

Please sign in to comment.