Revision a28b4da9b2b6627caa087d5f8c6b3e8e29395d7f authored by Zhang Yunjun on 16 July 2019, 19:28:14 UTC, committed by GitHub on 16 July 2019, 19:28:14 UTC
* Update load_gbis.py

* prep_snap: use *.img file as input instead of *.dim file

+ use *.img data file as input instead of *.dim file for prep_snap.py to facilitate the code in load_data.py.

+ minor format changes for the following metadata so that the "update" mode works:
   - PLATFORM
   - X/Y_FIRST/STEP
1 parent 8199c09
Raw File
readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
#sphinx:
#  configuration: docs/conf.py

# Build documentation with MkDocs
mkdocs:
  configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
  version: 3.6
  install:
    - requirements: docs/requirements.txt

formats: []
back to top