Coder Social home page Coder Social logo

fiff's Introduction

Fiff

Test CI Release CI

Building

On mac, the build script might require the installation of the gnu core utils. This can be done through homebrew with brew install coreutils

TLDR

Run the project script with the --build or -b flag:

./project --build

Your build be in /out/Release.

Specifying build type

Run the project script with the --type or -t flag and specify the build type:

./project --build --type Debug

The build type must be capitalized. The script will default to 'Release' if the flag is not used.

Sepcifying build name

Run the project script with the --name or -n flag and specify the build name:

./project --build --name my_name

Your build be in /out/my_name.

The build name will default to the selected build type if flag is not used.

Cleaning

Run the script with the --clean or -c flag.

./project --clean

I want to do it myself

Run cmake on the CMakeLists.txt in the src folder. Build the result of that.

cmake -Bbuild -Ssrc
cmake --build build 

Libraries

Core -

Provides resources for dealing with endianness, strings, command line inputs.

Fiff -

Provides resources for reading from and writing to Fiff files.

Applications

printfiff -

Prints the contents of a fiff file in non-binary form. printfiff

qfiff -

Quick lookup of tags, data types and block ids. printfiff

anonymizer

anonymizer Gets rid of PHI from fiff files. A feature-stripped reimplementation of MNE Anonymize.

fiff's People

Contributors

gabrielbmotta avatar

Watchers

 avatar

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.