libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
All Namespaces Files Functions Variables Pages
thesky_bscdata Module Reference

Data from the Bright Star Catalogue (BSC) More...

Variables

integer, parameter n_bsc =9110
 Size of the Bright Star Catalogue (BSC)
 
integer, dimension(n_bscbsc_sao
 SAO numbers of the BSC stars.
 
integer, dimension(n_bscbsc_vm_indx
 Index array for sorting to visual magnitude.
 
real(double), dimension(n_bscbsc_ra
 Right ascensions of the BSC stars.
 
real(double), dimension(n_bscbsc_dec
 Declinations of the BSC stars.
 
real(double), dimension(n_bscbsc_pma
 Proper motions in RA of the BSC stars.
 
real(double), dimension(n_bscbsc_pmd
 Proper motions in declination of the BSC stars.
 
real(double), dimension(n_bscbsc_rv
 Radial velocities of the BSC stars.
 
real(double), dimension(n_bscbsc_vm
 Visual magnitudes of the BSC stars.
 
real(double), dimension(n_bscbsc_par
 Parallaxes of the BSC stars.
 
real(double), dimension(n_bscbsc_bv
 B-V colours of the BSC stars.
 
real(double), dimension(n_bscbsc_ub
 U-B colours of the BSC stars.
 
real(double), dimension(n_bscbsc_ri
 R-I colours of the BSC stars.
 
character, dimension(10) bsc_name
 Proper names of the BSC stars.
 
character, dimension(10) bsc_abbr
 Abbreviated names/codes for the BSC stars.
 
character, dimension(n_bscbsc_mult
 Multiplicity codes for the BSC stars.
 
character, dimension(n_bscbsc_var
 Variability codes for the BSC stars.
 
character, dimension(20) bsc_sptype
 Spectral types of the BSC stars.
 

Detailed Description

Data from the Bright Star Catalogue (BSC)

Variable Documentation

◆ bsc_abbr

character, dimension(10) thesky_bscdata::bsc_abbr

Abbreviated names/codes for the BSC stars.

Definition at line 413 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_bv

real(double), dimension(n_bsc) thesky_bscdata::bsc_bv

B-V colours of the BSC stars.

Definition at line 408 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_dec

real(double), dimension(n_bsc) thesky_bscdata::bsc_dec

Declinations of the BSC stars.

Definition at line 401 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_mult

character, dimension(n_bsc) thesky_bscdata::bsc_mult

Multiplicity codes for the BSC stars.

Definition at line 414 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_name

character, dimension(10) thesky_bscdata::bsc_name

Proper names of the BSC stars.

Definition at line 412 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_par

real(double), dimension(n_bsc) thesky_bscdata::bsc_par

Parallaxes of the BSC stars.

Definition at line 407 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_pma

real(double), dimension(n_bsc) thesky_bscdata::bsc_pma

Proper motions in RA of the BSC stars.

Definition at line 402 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_pmd

real(double), dimension(n_bsc) thesky_bscdata::bsc_pmd

Proper motions in declination of the BSC stars.

Definition at line 403 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_ra

real(double), dimension(n_bsc) thesky_bscdata::bsc_ra

Right ascensions of the BSC stars.

Definition at line 400 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_ri

real(double), dimension(n_bsc) thesky_bscdata::bsc_ri

R-I colours of the BSC stars.

Definition at line 410 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_rv

real(double), dimension(n_bsc) thesky_bscdata::bsc_rv

Radial velocities of the BSC stars.

Definition at line 404 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_sao

integer, dimension(n_bsc) thesky_bscdata::bsc_sao

SAO numbers of the BSC stars.

Definition at line 397 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_sptype

character, dimension(20) thesky_bscdata::bsc_sptype

Spectral types of the BSC stars.

Definition at line 416 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_ub

real(double), dimension(n_bsc) thesky_bscdata::bsc_ub

U-B colours of the BSC stars.

Definition at line 409 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_var

character, dimension(n_bsc) thesky_bscdata::bsc_var

Variability codes for the BSC stars.

Definition at line 415 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_vm

real(double), dimension(n_bsc) thesky_bscdata::bsc_vm

Visual magnitudes of the BSC stars.

Definition at line 405 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ bsc_vm_indx

integer, dimension(n_bsc) thesky_bscdata::bsc_vm_indx

Index array for sorting to visual magnitude.

Definition at line 398 of file modules.f90.

Referenced by thesky_data::read_bsc().

◆ n_bsc

integer, parameter thesky_bscdata::n_bsc =9110

Size of the Bright Star Catalogue (BSC)

Definition at line 396 of file modules.f90.

Referenced by thesky_data::read_bsc().