ofiber
==============
ofiber is a set of Python modules to calculate light propagation through optical fibers

This is in development.  
Usage
--------------
For examples and use cases, see the doc directory

Installation via pip  **Not yet**
--------------
   pip install ofiber

Installation via github
--------------
Clone repository
   git clone https://github.com/scottprahl/ofiber.git

Test by changing the ofiber directory and doing
	nosetests ofiber/test/test.py

Then, add the ofiber directory to your PYTHONPATH 

To uninstall:
--------------
   pip uninstall ofiber

Dependencies
--------------
For installation: setuptools

Required Python modules: numpy, matplotlib, scipy


License
--------------
ofiber is licensed under the terms of the MIT license.