"tests/cpic/test_cpic_level0.py" did not exist on "f7f0aa8a0d16919c87d8ae39a294ac5a6b59a621"
add level0_id
Wei Shoulin authored
f7f0aa8a
Name Last commit Last update
csst_dfs_api add level0_id
docs docs
examples add level0_id
tests add level0_id
.gitignore c3
README.md ephem
pyproject.toml first commit
requirements.txt ephem
setup.cfg first commit
setup.py first commit

CSST DFS APIs library

Introduction

This package provides APIs to access csst's files and databases.

Installation

This library can be installed with the following command:

git clone https://github.com/astronomical-data-processing/csst-dfs-api.git
cd csst-dfs-api
pip install -r requirements.txt
python setup.py install

Configuration

enviroment variables

  • CSST_DFS_API_MODE = local or cluster # default: local
  • CSST_LOCAL_FILE_ROOT = [a local file directory] # required if DFS_API_MODE = local, default: /opt/temp/csst
  • CSST_DFS_GATEWAY = [gateway server's address] # required if DFS_API_MODE = cluster,