Skip to content

chrsthur/snirf_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

115 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Snirf Validator πŸ”¬

Table of Contents

Background πŸ’‘

Installation πŸ’Ύ

Usage πŸ“‹

The Snirf.py mainly performs two functions: read a snirf file and save the result. The saved file can pass: SNIRF validator, HDFviewer, and Homer3. The idea of how snirf.py works and a demo of how to use can be found below.

Flowchart

Demo

To run this app you must have python installed. To run this app you must indicate where the dataset is loacted. This is done by passing the location of the dataset to oneSnirfClass and using build-in function SnirfLoad. A minimal exmaple of how to run snirf.py is:

import Snirf
oneSnirfClass=Snirf.SnirfLoad('/Users/Jiazhenliu/Downloads/resting_state_2/Subj86/resting_hrf_20.snirf')

To save the result, you must use buid-in funciton SnirfSave. A minimal example of how to save the result is:

Snirf.SnirfSave(oneSnirfClass,'/Users/Jiazhenliu/Desktop/testingresult.snirf')

API

Maintainers πŸ› οΈ

@Christian Arthur 🍈
@Juncheng Zhang 🍊
@Jeonghoon Choi 🍍
@Jiazhen Liu πŸ‡

Contributors

This project exsists thanks to all people who contribute.

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages