Closed haribharadwaj closed 9 years ago
@teonlamont @christianbrodbeck @wmvanvliet ?
ok, currently it was transforming all channels so we can resolve it within the function by applying picks. what are some of the downstream effects or is it that not resolving the transformation leads to a downstream effect?
@teonlamont .. I just looked through the code and it seems like the identifiers it is looking for the cardinals is lpa
, rpa
and nasion
. The spec for hpts in the manual says "For cardinal landmarks, 1 = left auricular point, 2 = nasion, and 3 = right auricular point." I can quickly edit to look for either the string or the digit...
The downstream issues seem to be because of this too. Sorry about the alarm.
Closed with PR #1918
Hmm.. so since
read_raw_edf
started takingmontage
instance as input, support for .hpts is broken.channels.read_montage
doesn't resolve cardinal points and non-EEG channels correctly leading to not being able to usetransform=True
.. Other things fail downstream too..