Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Henry working #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions build/lib/pynams/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Mar 19 09:24:43 2015

__init__ file for pynams main package

@author: Ferriss
"""
from __future__ import print_function
from .samples import Sample
from .spectra import Spectrum
from .profiles import Profile
from .blocks import Block
from . import styles
from .diffusion import literaturevalues as dlib
from .diffusion.diffusivities import Diffusivities
from . import example_FTIR_spectra
from .experiments import solubility_of_H_in_olivine
from .experiments import convertHunit
from .experiments import fO2
from .experiments import V_from_log10fO2
from .experiments import log10fO2_from_V
Loading