Commit 02981af7 authored by Zhang Xin's avatar Zhang Xin
Browse files

survey sim init

parents
Loading
Loading
Loading
Loading
Loading

.DS_Store

0 → 100644
+10 KiB

File added.

No diff preview for this file type.

de421.bsp

0 → 100644
+16 MiB

File added.

No diff preview for this file type.

setup.py

0 → 100644
+27 −0
Original line number Diff line number Diff line
from setuptools import setup, find_packages


setup(
    name="csst_survey_sim",
    version="0.0.1",
    author="Xin Zhang",
    author_email="zhangx@nao.cas.cn",
    description="csst survey plan and constraints",
    license="NAOC",
    packages=find_packages(),
    # python_requires=">=3.9",
    install_requires=[
        "numpy",
    ],
    # requires=['numpy', 'scipy', 'astropy', 'drizzlepac', 'stwcs'],
    # long_description=read('README.rst'),
    # classifiers=[
    #     "Development Status :: 1 - Planning",
    #     'Intended Audience :: Science/Research',
    #     'Topic :: Scientific/Engineering :: Astronomy',
    # ],
    package_data={
        "survey_sim.ephemeris.data": ["*.dylib", "*.so", "jpl.405"],
        "survey_sim.satOrbit.data": ["*"],
    },
)

survey_sim/.DS_Store

0 → 100644
+20 KiB

File added.

No diff preview for this file type.

survey_sim/__init__.py

0 → 100644
+0 −0

Empty file added.

Loading