![]() |
libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
|
Star and basic constellation data. More...
Variables | |
integer, parameter | nstars =17 |
Number of bright stars close to the ecliptic (including Pleiades) | |
real(double), dimension(nstars) | starra |
Right ascensions of the bright, ecliptical stars. | |
real(double), dimension(nstars) | stardec |
Declinations of the bright, ecliptical stars. | |
real(double), dimension(nstars) | starl |
Ecliptic longitudes of the bright, ecliptical stars. | |
real(double), dimension(nstars) | starb |
Ecliptic latitudes of the bright, ecliptical stars. | |
real, dimension(nstars) | starmags |
Magnitudes of the bright, ecliptical stars. | |
real, dimension(nstars) | starrads |
Radii of the bright, ecliptical stars (only non-zero for Pleiades) | |
character, dimension(10) | starnames |
English names of the bright, ecliptical stars. | |
character, dimension(11) | starnamesnl |
Dutch names of the bright, ecliptical stars. | |
character, dimension(10) | starcons |
Latin/English constellation names for the bright, ecliptical stars. | |
character, dimension(10) | starconsnl |
Dutch constellation names for the bright, ecliptical stars. | |
character, dimension(3) | starconsabr |
Constellation abbreviations for the bright, ecliptical stars. | |
integer, parameter | nconstel =88 |
Number of constellations. | |
integer, parameter | nconid =357 |
Number of data points for constellation ID. | |
integer, dimension(nconid) | conid |
Constellation ID. | |
real(double), dimension(nconid) | conidral |
Constellation lower RA boundary for ID. | |
real(double), dimension(nconid) | conidrau |
Constellation uppwer RA boundary for ID. | |
real(double), dimension(nconid) | coniddecl |
Constellation lower declination boundary for ID. | |
character, dimension(3) | conabr |
Abbreviations of the constellations. | |
character, dimension(3) | conidabr |
Abbreviations of the constellation IDs. | |
character, dimension(19) | latconnames |
Latin constellation names. | |
character, dimension(19) | genconnames |
Genitives of the Latin constellation names. | |
character, dimension(17) | nlconnames |
Dutch constellation names. | |
character, dimension(18) | enconnames |
English constellation names. | |
Star and basic constellation data.
character, dimension(3) thesky_stardata::conabr |
Abbreviations of the constellations.
Definition at line 375 of file modules.f90.
Referenced by thesky_functions::conabr2conid(), and thesky_data::readconstellations().
integer, dimension(nconid) thesky_stardata::conid |
Constellation ID.
Definition at line 369 of file modules.f90.
Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().
character, dimension(3) thesky_stardata::conidabr |
Abbreviations of the constellation IDs.
Definition at line 376 of file modules.f90.
Referenced by thesky_data::readconstellations().
real(double), dimension(nconid) thesky_stardata::coniddecl |
Constellation lower declination boundary for ID.
Definition at line 373 of file modules.f90.
Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().
real(double), dimension(nconid) thesky_stardata::conidral |
Constellation lower RA boundary for ID.
Definition at line 371 of file modules.f90.
Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().
real(double), dimension(nconid) thesky_stardata::conidrau |
Constellation uppwer RA boundary for ID.
Definition at line 372 of file modules.f90.
Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().
character, dimension(18) thesky_stardata::enconnames |
English constellation names.
Definition at line 381 of file modules.f90.
Referenced by thesky_data::readconstellations().
character, dimension(19) thesky_stardata::genconnames |
Genitives of the Latin constellation names.
Definition at line 379 of file modules.f90.
Referenced by thesky_data::readconstellations().
character, dimension(19) thesky_stardata::latconnames |
Latin constellation names.
Definition at line 378 of file modules.f90.
Referenced by thesky_data::readconstellations().
integer, parameter thesky_stardata::nconid =357 |
Number of data points for constellation ID.
Definition at line 368 of file modules.f90.
Referenced by thesky_data::readconstellations().
integer, parameter thesky_stardata::nconstel =88 |
Number of constellations.
Definition at line 367 of file modules.f90.
Referenced by thesky_functions::conabr2conid(), and thesky_data::readconstellations().
character, dimension(17) thesky_stardata::nlconnames |
Dutch constellation names.
Definition at line 380 of file modules.f90.
Referenced by thesky_data::readconstellations().
integer, parameter thesky_stardata::nstars =17 |
Number of bright stars close to the ecliptic (including Pleiades)
Definition at line 350 of file modules.f90.
Referenced by thesky_stars::calcstars().
real(double), dimension(nstars) thesky_stardata::starb |
Ecliptic latitudes of the bright, ecliptical stars.
Definition at line 355 of file modules.f90.
Referenced by thesky_stars::calcstars().
character, dimension(10) thesky_stardata::starcons |
Latin/English constellation names for the bright, ecliptical stars.
Definition at line 362 of file modules.f90.
Referenced by thesky_stars::calcstars().
character, dimension(3) thesky_stardata::starconsabr |
Constellation abbreviations for the bright, ecliptical stars.
Definition at line 364 of file modules.f90.
Referenced by thesky_stars::calcstars().
character, dimension(10) thesky_stardata::starconsnl |
Dutch constellation names for the bright, ecliptical stars.
Definition at line 363 of file modules.f90.
Referenced by thesky_stars::calcstars().
real(double), dimension(nstars) thesky_stardata::stardec |
Declinations of the bright, ecliptical stars.
Definition at line 353 of file modules.f90.
Referenced by thesky_stars::calcstars().
real(double), dimension(nstars) thesky_stardata::starl |
Ecliptic longitudes of the bright, ecliptical stars.
Definition at line 354 of file modules.f90.
Referenced by thesky_stars::calcstars().
real, dimension(nstars) thesky_stardata::starmags |
Magnitudes of the bright, ecliptical stars.
Definition at line 357 of file modules.f90.
Referenced by thesky_stars::calcstars().
character, dimension(10) thesky_stardata::starnames |
English names of the bright, ecliptical stars.
Definition at line 360 of file modules.f90.
Referenced by thesky_stars::calcstars().
character, dimension(11) thesky_stardata::starnamesnl |
Dutch names of the bright, ecliptical stars.
Definition at line 361 of file modules.f90.
Referenced by thesky_stars::calcstars().
real(double), dimension(nstars) thesky_stardata::starra |
Right ascensions of the bright, ecliptical stars.
Definition at line 352 of file modules.f90.
Referenced by thesky_stars::calcstars().
real, dimension(nstars) thesky_stardata::starrads |
Radii of the bright, ecliptical stars (only non-zero for Pleiades)
Definition at line 358 of file modules.f90.
Referenced by thesky_stars::calcstars().