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

NF Operator class #1014

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

NF Operator class #1014

wants to merge 8 commits into from

Commits on May 6, 2021

  1. DRAFT/NF Operator class

    This is a draft for community feedback.
    I would like to know
    1. Are there header/affine check functions that already exist in nibabel
    that I can reuse?
    2. more efficient way to add more operators?
    
    I have to admit I am not super familiar with a lot of tools related to
    class object that comes with python.
    htwangtw committed May 6, 2021
    Configuration menu
    Copy the full SHA
    59c3594 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    1cf0909 View commit details
    Browse the repository at this point in the history
  2. Drafted soc string

    htwangtw committed May 12, 2021
    Configuration menu
    Copy the full SHA
    9f46fba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. ADD unary operator

    htwangtw committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b29b783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ded76a View commit details
    Browse the repository at this point in the history
  3. LINT pep8

    htwangtw committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3f52ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8855837 View commit details
    Browse the repository at this point in the history
  5. TEST improve error catching

    htwangtw committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    fb3bcfc View commit details
    Browse the repository at this point in the history