Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Mar 3, 2022
1 parent c03716f commit de4d390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gaia EDR3 for celestia.Sci/Celestia
==================================
Gaia EDR3 for Celestia/celestia.Sci
===================================

This repository contains Python scripts to generate a celestia.Sci/Celestia
star database from the *Gaia* Data Release 2 data, supplemented by the XHIP
catalogue.

In order to limit the download size required and to maintain compatibility
with the use of HIP/TYC2 identifiers as the primary key for stars in
celestia.Sci/Celestia, only Gaia data for HIP and TYC2 stars is processed.
Celestia/celestia.Sci, only Gaia data for HIP and TYC2 stars is processed.

**Unless you are editing the code, it is recommended to use the pre-built
files in the release rather than running these scripts manually.** The data
Expand Down
2 changes: 1 addition & 1 deletion celestia_gaia/make_stardb.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .spparse import CEL_UNKNOWN_STAR, parse_spectrum
from .utils import WorkaroundCDSReader, open_cds_tarfile

VERSION = "1.1.1-alpha.2"
VERSION = "1.1.1"

# remove the following objects from the output

Expand Down

0 comments on commit de4d390

Please sign in to comment.