Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH/WIP: Creating new Raw instances from existing and processed data #138

Closed
wants to merge 2 commits into from

Conversation

dengemann
Copy link
Member

Merges existing raw attributes with externally processed data into new instance.

  • use case 1 mixing of ica denoised data
  • use case 2 other filtering operations
  • use case 3 'ABC' for reading in externally processed data

I added assert statement that makes sure the dimensionality of the external data and the original fiff is compatible.

What do you think on this?

…xisting plus modified data

- use case #1 mixing of ica denoised data
- use case #2 other filtering operations
- use case #3 'ABC' for reading in externally processed data

I added assert statement that makes sure the dimensionality of the external data and the original fiff is compatible.

What do you think on this?
- adding automatic attr setter for private attributes to RawFromMerge
@@ -903,6 +904,63 @@ def _update_projector(self):
return False


class RawFromMerge(Raw):
""" Initializes new raw instance from exisiting raw and custom data
Paramerters
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameters :)

@agramfort
Copy link
Member

closing this

@agramfort agramfort closed this Oct 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants