LSSTDESC / skyCatalogs

Create sky catalogs and provide access via API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The skyCatalogs package

This package will contain

  • code to create sky catalogs from input like cosmoDC2 (for galaxies) and similar catalogs for other source types
  • implement an API to access information in the catalogs and products, such as flux calculations, derived from the catalogs

Sky Catalogs are chiefly intended for use by simulation programs. The physical representation is meant to compactly represent information needed to compute fluxes at a given time, under specified conditions (e.g. band).

Set-up and testing

From bash

$ source <skyCatalogs install directory>/setup/setup.sh
$ nosetests <skyCatalogs install directory>

Demo

People

License, etc.

This is open source software, available under the BSD license. If you are interested in this project, please do drop us a line via the hyperlinked contact names above, or by writing us an issue.

About

Create sky catalogs and provide access via API

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.8%Language:Shell 0.2%