Skip to content

Commit

Permalink
New version of skdaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyRude committed Sep 21, 2018
1 parent 725ae70 commit 9aaaedd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


setup(name = package_name,
version = '1.9.15',
version = '1.9.16',
packages = package_list,
zip_safe = False,

Expand Down
Binary file modified skdaccess/docs/skdaccess_doxygen.pdf
Binary file not shown.
Binary file modified skdaccess/docs/skdaccess_manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion skdaccess/dox.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ./solar/sdo/data_fetcher.py ./framework/data_class.py ./framework/param_class.py ./planetary/ode/cache/data_fetcher.py ./geo/grace/mascon/cache/data_fetcher.py ./geo/grace/data_fetcher.py ./geo/mahali/tec/data_fetcher.py ./geo/mahali/rinex/data_wrapper.py ./geo/mahali/rinex/data_fetcher.py ./geo/mahali/temperature/data_fetcher.py ./geo/ngl_gps/data_fetcher.py ./geo/era_interim/cache/data_fetcher.py ./geo/imsdnhs/data_fetcher.py ./geo/gldas/data_fetcher.py ./geo/sentinel_1/cache/data_fetcher.py ./geo/magnetometer/data_fetcher.py ./geo/wyoming_sounding/cache/data_fetcher.py ./geo/wyoming_sounding/stream/data_fetcher.py ./geo/modis/cache/cloud_opacity/data_fetcher.py ./geo/modis/cache/cloud_mask/data_fetcher.py ./geo/modis/cache/reflectance/data_fetcher.py ./geo/modis/cache/data_fetcher.py ./geo/modis/stream/cloud_opacity/data_fetcher.py ./geo/modis/stream/cloud_mask/data_fetcher.py ./geo/modis/stream/reflectance/data_fetcher.py ./geo/modis/stream/data_fetcher.py ./geo/uavsar/cache/data_fetcher.py ./geo/srtm/cache/data_fetcher.py ./geo/groundwater/data_fetcher.py ./geo/pbo/data_fetcher.py ./utilities/srtm_util.py ./utilities/modis_util.py ./utilities/support.py ./utilities/kepler_util.py ./utilities/grace_util.py ./utilities/sentinel_1_util.py ./utilities/mahali_util.py ./utilities/file_browser.py ./utilities/pbo_util.py ./utilities/image_util.py ./utilities/uavsar_util.py ./utilities/ode_util.py ./utilities/gw_util.py ./utilities/sounding_util.py ./astro/kepler/data_fetcher.py ./astro/voyager/data_fetcher.py
INPUT = ./solar/sdo/data_fetcher.py ./framework/data_class.py ./framework/param_class.py ./planetary/ode/cache/data_fetcher.py ./geo/grace/mascon/cache/data_fetcher.py ./geo/grace/data_fetcher.py ./geo/mahali/tec/data_fetcher.py ./geo/mahali/rinex/data_wrapper.py ./geo/mahali/rinex/data_fetcher.py ./geo/mahali/temperature/data_fetcher.py ./geo/ngl_gps/data_fetcher.py ./geo/era_interim/cache/data_fetcher.py ./geo/imsdnhs/data_fetcher.py ./geo/gldas/data_fetcher.py ./geo/sentinel_1/cache/data_fetcher.py ./geo/magnetometer/data_fetcher.py ./geo/wyoming_sounding/cache/data_fetcher.py ./geo/wyoming_sounding/stream/data_fetcher.py ./geo/modis/cache/cloud_opacity/data_fetcher.py ./geo/modis/cache/cloud_mask/data_fetcher.py ./geo/modis/cache/reflectance/data_fetcher.py ./geo/modis/cache/data_fetcher.py ./geo/modis/stream/cloud_opacity/data_fetcher.py ./geo/modis/stream/cloud_mask/data_fetcher.py ./geo/modis/stream/reflectance/data_fetcher.py ./geo/modis/stream/data_fetcher.py ./geo/uavsar/cache/data_fetcher.py ./geo/srtm/cache/data_fetcher.py ./geo/groundwater/data_fetcher.py ./geo/pbo/data_fetcher.py ./utilities/srtm_util.py ./utilities/modis_util.py ./utilities/support.py ./utilities/kepler_util.py ./utilities/grace_util.py ./utilities/sentinel_1_util.py ./utilities/mahali_util.py ./utilities/file_util.py ./utilities/file_browser.py ./utilities/pbo_util.py ./utilities/image_util.py ./utilities/uavsar_util.py ./utilities/ode_util.py ./utilities/gw_util.py ./utilities/sounding_util.py ./finance/timeseries/stream.py ./astro/spectra/stream.py ./astro/kepler/data_fetcher.py ./astro/voyager/data_fetcher.py ./engineering/la/generic/stream.py ./engineering/la/traffic_counts/stream.py ./engineering/webcam/mit_sailing/stream.py
INPUT_ENCODING = UTF-8
FILE_PATTERNS =
RECURSIVE = NO
Expand Down

0 comments on commit 9aaaedd

Please sign in to comment.