Code Monkey home page Code Monkey logo

astrosa's Introduction

AstroSA: Astronomical Observation Scheduler Assessment

This project is an assessment framework for astronomical observation schedulers.

这是一个评价天文观测调度器的框架。

Usage

Refers to main.py

参见:main.py

Requirements

python -m pip install -r requirements.txt

Install

AstroSA is available in Pypi.

pip install astrosa

Also, you can install from source code.

git clone https://github/h-xie/astrosa
cd astrosa
pip install .

Data

AstroSA provide a sqlite database in directory astrosa/data/astrosa.sqlite.It contains experimental data from the paper, including a priority plan, a sequential plan, and corresponding cloud data on the date 2023-06-08 at location JLO.

You can use by

import sqlite3
import astrosa

database = astrosa.DATA_DIR
conn = sqlite3.connect(database + '/astrosa.sqlite')

Catalogue

We also provide a data converter from VizieR to sqlite in tyc2_to_sql.ipynb. You can use it to convert tycho-2 from FITS format to sqlite format. Tycho-2 catalogue can be downloaded via: Tycho-2 catalogue in FITS

Cloud

We provide cloud image to score script cloud_to_data.py. You can use it to convert cloud image to cloud data. It only counts NIGHT.

python cloud_to_data.py -f path_to_your_cloud_image

astrosa's People

Contributors

h-xie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.