Skip to content

Commit fb0d600

Browse files
authored
Merge pull request #32 from nfsi-canada/updates
2 parents a62a62e + e0a1d4c commit fb0d600

11 files changed

+413
-612
lines changed

docs/atacr.rst

+336-284
Large diffs are not rendered by default.

docs/tutorial.rst

-284
This file was deleted.

obstools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
110110
"""
111111

112-
__version__ = '0.1.1'
112+
__version__ = '0.1.2'
113113

114114
__author__ = 'Pascal Audet & Helen Janiszewski'
115115

obstools/atacr/classes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from pkg_resources import resource_filename
3333
from pathlib import Path
3434
np.seterr(all='ignore')
35-
np.set_printoptions(threshold=sys.maxsize)
35+
#np.set_printoptions(threshold=sys.maxsize)
3636

3737

3838
class Power(object):

obstools/scripts/atacr_clean_spectra.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_cleanspec_arguments(argv=None):
4545
"""
4646

4747
parser = ArgumentParser(
48-
usage="%(prog)s [options] <Station Database>",
48+
usage="%(prog)s [options] <indb>",
4949
description="Script used "
5050
"to extract daily spectra calculated from " +
5151
"`obs_daily_spectra.py` and flag days for outlier " +

0 commit comments

Comments
 (0)