GithubHelp home page GithubHelp logo

edouard2laire / snirf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fnirs/snirf

0.0 1.0 0.0 309 KB

SNIRF Format Specification

Home Page: http://fnirs.org/resources/software/snirf/

License: Other

snirf's Introduction

SNIRF Format Specification Development Guide

We use this repository to gather feedback from the community regarding the "Shared Near Infrared File Format Specification", or SNIRF format. Such feedback is crucial to finalize this file specification and help to improve it in the future once disseminated.

The latest version of the SNIRF specification can be found in the file named snirf_specification.md. The specification is written in the Markdown format for convenient editing and version control.

How to download the specification, sample files and parsers

To browse the latest version of the SNIRF Specification document, you may click on this link.

To download the latest specification document alone, you should use the below command

   git clone https://github.com/fNIRS/snirf.git

or click on this download link.

If you use TortoiseGit on Windows, you should open a file browser, navigate to a folder where you want to store the files, right click, and select "Git Clone ..." from the pop-up menu, then type in https://github.com/fNIRS/snirf.git as the URL.

You may optionally download the sample data, or a parser that you need. To do so, you need to first cd the folder where the snirf repository was cloned, and then run the below commands

   cd snirf                                # cd the folder where the repo was cloned
   git submodule update samples            # checkout the sample data files 
   git submodule update lib/matlab/easyh5  # checkout a specific matlab parsers, or
   git submodule update --init --remote    # checkout all components

To download the entire package at once, including the latest specification document, sample files and all currently supported parsers, you should use the below command

   git clone --recursive https://github.com/fNIRS/snirf.git

If you use TortoiseGit, you must check the "Recursive" checkbox in the clone dialog.

The latest versions of the individual submodules, including sample data and parsers, can also be downloaded by clicking on the the below links. After download, please follow the README file in each package for instructions on how to use.

Submodule URL
sample data https://github.com/fNIRS/snirf-samples/archive/master.zip
EasyH5 Toolbox https://github.com/fangq/easyh5/archive/v0.8.tar.gz
JSNIRF Toolbox https://github.com/fangq/jsnirfy/archive/v0.4.tar.gz
SNIRF_HOMER3 https://github.com/fNIRS/snirf_homer3/archive/master.zip
pysnirf https://github.com/fNIRS/pysnirf/archive/master.zip

How to participate

You can use a number of methods to provide your feedback to the working draft of this file specification, including

  • Create an "Issue"
    • This is the most recommended method to provide detailed feedback or discussion. An "Issue" in github is highly versatile. One can ask a question, report a bug, provide a feature request, or simply propose general discussions. Please use URLs or keywords to link your discussion to a specific line/section/topic in the document.
  • Write short comments on Request for Comments (RFC) commits
    • A milestone version of the specification will be associated with an RFC (Request for comments) commit (where the entire file is removed and re-added so that every line appears in such comment). One can write short comments as well as post replies on this RFC page.
    • The latest RFC commit is based on version from Dec. 5, 2018 please use this link to comment.
    • To add a comment, you need to first register a github account, and then browse the above RFC page. When hovering your cursor over each line, a "plus" icon is displayed, clicking it will allow one to comment on a specific line (or reply to other's comments).
    • The RFC page can get busy if too many comments appear. Please consider using the Issues section if this happens.
    • One can browse the commit history of the specification document. If anyone is interested in commenting on a particular updated, you can also comment on any of the commit page using the same method.
  • Use the snirf mailing list
    • You may send your comments to the snirf mailing list (snirf at fnirs.org). Subscribers will discuss by emails, and if a motion is reached, proposals will be resubmitted as an Issue, and changes to the specification will be associated with this issue page.

For anyone who wants to contribute to the writing or revision of this document, please browse this tutorial first, and then follow the below steps

  • Fork this repository and make updates, then create a pull-request
    • Please first register an account on github, then, browse the SNIRF repository; on the top-right of this page, find and click the "Fork" button.
    • once you fork the SNIRF project to your own repository, you may edit the files in your browser directly, or download to your local folder, and edit the files using a text editor;
    • once your revision is complete, please "commit" and "push" it to your forked git repository. Then you should create a pull-request agaist the upstream repository (i.e., fNIRS/snirf). Please select "Compare cross forks" and select "fNIRS/snirf" as "base fork". Please write a descriptive title for your pull-request. The project maintainer will review your updates and choose to merge to the upstream files or request revision from you.

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.