Giter VIP home page Giter VIP logo

Comments (4)

yjmantilla avatar yjmantilla commented on May 25, 2024 2

I think you should be able to copy the eog channels to another object (in example copying the raw object and then dropping all but eog); then add them back to the raw object thats preprocessed with raw.add_channels().

Now there may be problems with the times (ie the array length)? Im not sure, I think there should not be problems. But thats one thing to try, never done it though.

The dropping inside pyprep is indeed done in the constructor of the PrepPipeline class. Incidentally maybe inside prep we should do that to not lose the eog channels when we return the preprocessed object.

from pyprep.

sappelhoff avatar sappelhoff commented on May 25, 2024

Hi @SebastianSpeer can you post that part of the code where you call pyprep?

Markdown tip:

If you want to format code over multiple lines, you need to use three backticks at the start, and at the end:

like this:

```
#code goes here
```

To also add coloring to your code snippet, you can add the language to be used for coloring to the top line, e.g.

```Python
def my_python_func(a,b):
    return a**b
```

for code on a single line, you can use single backticks, like you did: hello this is code

from pyprep.

yjmantilla avatar yjmantilla commented on May 25, 2024

@SebastianSpeer did you make another comment here? Because in my email notifications it seems like you commented something else but here is nowhere to be found.

from pyprep.

SebastianSpeer avatar SebastianSpeer commented on May 25, 2024

@yjmantilla I initially commented something, but then I figured it out myself. Your suggestion worked fine. Thanks!

from pyprep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.