Skip to content

Commit

Permalink
Merge pull request #32 from nfsi-canada/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paudetseis authored Mar 5, 2021
2 parents a62a62e + e0a1d4c commit fb0d600
Show file tree
Hide file tree
Showing 11 changed files with 413 additions and 612 deletions.
620 changes: 336 additions & 284 deletions docs/atacr.rst

Large diffs are not rendered by default.

284 changes: 0 additions & 284 deletions docs/tutorial.rst

This file was deleted.

2 changes: 1 addition & 1 deletion obstools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"""

__version__ = '0.1.1'
__version__ = '0.1.2'

__author__ = 'Pascal Audet & Helen Janiszewski'

Expand Down
2 changes: 1 addition & 1 deletion obstools/atacr/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from pkg_resources import resource_filename
from pathlib import Path
np.seterr(all='ignore')
np.set_printoptions(threshold=sys.maxsize)
#np.set_printoptions(threshold=sys.maxsize)


class Power(object):
Expand Down
2 changes: 1 addition & 1 deletion obstools/scripts/atacr_clean_spectra.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_cleanspec_arguments(argv=None):
"""

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

0 comments on commit fb0d600

Please sign in to comment.