![]() |
libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
|
Data from the Bright Star Catalogue (BSC) More...
Variables | |
integer, parameter | n_bsc =9110 |
Size of the Bright Star Catalogue (BSC) | |
integer, dimension(n_bsc) | bsc_sao |
SAO numbers of the BSC stars. | |
integer, dimension(n_bsc) | bsc_vm_indx |
Index array for sorting to visual magnitude. | |
real(double), dimension(n_bsc) | bsc_ra |
Right ascensions of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_dec |
Declinations of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_pma |
Proper motions in RA of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_pmd |
Proper motions in declination of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_rv |
Radial velocities of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_vm |
Visual magnitudes of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_par |
Parallaxes of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_bv |
B-V colours of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_ub |
U-B colours of the BSC stars. | |
real(double), dimension(n_bsc) | bsc_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_bsc) | bsc_mult |
Multiplicity codes for the BSC stars. | |
character, dimension(n_bsc) | bsc_var |
Variability codes for the BSC stars. | |
character, dimension(20) | bsc_sptype |
Spectral types of the BSC stars. | |
Data from the Bright Star Catalogue (BSC)
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().