d1e2cc88b83d26d45140ea6ff7b66e04082e7728,mne/io/edf/edf.py,,_read_gdf_header,#Any#Any#Any#,695
Before Change
digital_min=digital_min, digital_max=digital_max,
exclude=exclude, gnd=gnd, highpass=highpass, sel=sel,
impedance=impedance, lowpass=lowpass,
meas_date=calendar.timegm(date.utctimetuple()),
meas_id=meas_id, n_records=n_records, n_samps=n_samps,
nchan=nchan, notch=notch, subject_info=patient,
physical_max=physical_max, physical_min=physical_min,
After Change
digital_min=digital_min, digital_max=digital_max,
exclude=exclude, gnd=gnd, highpass=highpass, sel=sel,
impedance=impedance, lowpass=lowpass,
meas_date=(calendar.timegm(date.utctimetuple()), 0),
meas_id=meas_id, n_records=n_records, n_samps=n_samps,
nchan=nchan, notch=notch, subject_info=patient,
physical_max=physical_max, physical_min=physical_min,
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: mne-tools/mne-python
Commit Name: d1e2cc88b83d26d45140ea6ff7b66e04082e7728
Time: 2018-09-10
Author: larson.eric.d@gmail.com
File Name: mne/io/edf/edf.py
Class Name:
Method Name: _read_gdf_header
Project Name: mne-tools/mne-python
Commit Name: d1e2cc88b83d26d45140ea6ff7b66e04082e7728
Time: 2018-09-10
Author: larson.eric.d@gmail.com
File Name: mne/io/cnt/cnt.py
Class Name:
Method Name: _get_cnt_info
Project Name: mne-tools/mne-python
Commit Name: d1e2cc88b83d26d45140ea6ff7b66e04082e7728
Time: 2018-09-10
Author: larson.eric.d@gmail.com
File Name: mne/io/nicolet/nicolet.py
Class Name:
Method Name: _get_nicolet_info
Project Name: mne-tools/mne-python
Commit Name: d1e2cc88b83d26d45140ea6ff7b66e04082e7728
Time: 2018-09-10
Author: larson.eric.d@gmail.com
File Name: mne/io/edf/edf.py
Class Name:
Method Name: _read_edf_header