Skip to content

VanyMo/sagittal_average

 
 

Repository files navigation

Sagittal Average

This is a very simple example package used as part of the UCL Research Software Engineering with Python course.

Installation

Browse to the directory where this file lives, and run:

pip install .

That command will download any dependencies we have

Usage

Invoke the tool with sagittal_average_run <input_file_Dir> or use it on your own library:

from sagittal_average import sagittal_brain

sagittal_brain.run_averages("input_file.csv", "ouput_file.csv")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%