Converted all of the specific analysis modules into packages.
The model-free and steady-state NOE analyses were already packages, and this now brings all other
analyses in line with the package design of specific_analyses. The only change is that the files
specific_analyses/x.py have been shifted to specific_analyses/x/__init__.py and the __all__ package
variable added.