Skip to content

miguelnietoa/StarsConstellations-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astronomers collect lots of data about stars and there are many catalogs that identify the locations of stars. In this assignment, you will use data from a star catalog to create a picture that plots the locations of stars.

Since a real data set often has some incorrect data and the occasional field missing, a cleaned up catalog has been prepared for your use in this assignment. The file stars.txt contains one line for each star that is represented in the catalog. The meaning of each field (column) is described below.

  • The first three fields are the x, y and z coordinates for the star. We will ignore the z coordinate, and use only the x and y coordinates. Each axis in the coordinate system goes from -1 to +1, and the centre point is 0,0. (See the figure below.)
  • The fourth field is the Henry Draper number, which is simply a unique identifier for the star.
  • The fifth field is the magnitude (or brightness) of the star.
  • The sixth field is Harvard Revised number, another identifier.
  • The seventh field exists only for a small number of stars and is a semicolon-separated list of names for a star. A star may have several names.

Two unique identifiers appear in the data because the star data has been collected from different sources, and the catalogs have several different ways to uniquely identify stars. The fields that you will need for this assignment include the x and y coordinates, the magnitude, the Henry Draper number, and the name (or names) of each star.

This problem is an adaptation of [1].

Releases

No releases published

Packages

No packages published

Languages