libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
Loading...
Searching...
No Matches
Variables
thesky_stardata Module Reference

Star and basic constellation data. More...

Variables

integer, parameter nstars =17
 
integer, parameter nconstel =88
 
integer, parameter nconid =357
 
real(double), dimension(nstarsstarra
 
real(double), dimension(nstarsstardec
 
real(double), dimension(nstarsstarl
 
real(double), dimension(nstarsstarb
 
real, dimension(nstarsstarmags
 
real, dimension(nstarsstarrads
 
character, dimension(10) starnames
 
character, dimension(11) starnamesnl
 
character, dimension(10) starcons
 
character, dimension(10) starconsnl
 
character, dimension(3) starconsabr
 
integer, dimension(nconidconid
 
real(double), dimension(nconidconidral
 
real(double), dimension(nconidconidrau
 
real(double), dimension(nconidconiddecl
 
character, dimension(3) conabr
 
character, dimension(3) conidabr
 
character, dimension(19) latconnames
 
character, dimension(19) genconnames
 
character, dimension(17) nlconnames
 
character, dimension(18) enconnames
 

Detailed Description

Star and basic constellation data.

Variable Documentation

◆ conabr

character, dimension(3) thesky_stardata::conabr

Definition at line 253 of file modules.f90.

Referenced by thesky_functions::conabr2conid(), and thesky_data::readconstellations().

◆ conid

integer, dimension(nconid) thesky_stardata::conid

Definition at line 251 of file modules.f90.

Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().

◆ conidabr

character, dimension(3) thesky_stardata::conidabr

Definition at line 253 of file modules.f90.

Referenced by thesky_data::readconstellations().

◆ coniddecl

real(double), dimension(nconid) thesky_stardata::coniddecl

Definition at line 252 of file modules.f90.

Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().

◆ conidral

real(double), dimension(nconid) thesky_stardata::conidral

Definition at line 252 of file modules.f90.

Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().

◆ conidrau

real(double), dimension(nconid) thesky_stardata::conidrau

Definition at line 252 of file modules.f90.

Referenced by thesky_functions::const_id(), and thesky_data::readconstellations().

◆ enconnames

character, dimension(18) thesky_stardata::enconnames

Definition at line 254 of file modules.f90.

Referenced by thesky_data::readconstellations().

◆ genconnames

character, dimension(19) thesky_stardata::genconnames

Definition at line 254 of file modules.f90.

Referenced by thesky_data::readconstellations().

◆ latconnames

character, dimension(19) thesky_stardata::latconnames

Definition at line 254 of file modules.f90.

Referenced by thesky_data::readconstellations().

◆ nconid

integer, parameter thesky_stardata::nconid =357

Definition at line 245 of file modules.f90.

Referenced by thesky_data::readconstellations().

◆ nconstel

integer, parameter thesky_stardata::nconstel =88

Definition at line 245 of file modules.f90.

Referenced by thesky_functions::conabr2conid(), and thesky_data::readconstellations().

◆ nlconnames

character, dimension(17) thesky_stardata::nlconnames

Definition at line 254 of file modules.f90.

Referenced by thesky_data::readconstellations().

◆ nstars

integer, parameter thesky_stardata::nstars =17

Definition at line 245 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starb

real(double), dimension(nstars) thesky_stardata::starb

Definition at line 246 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starcons

character, dimension(10) thesky_stardata::starcons

Definition at line 248 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starconsabr

character, dimension(3) thesky_stardata::starconsabr

Definition at line 248 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starconsnl

character, dimension(10) thesky_stardata::starconsnl

Definition at line 248 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ stardec

real(double), dimension(nstars) thesky_stardata::stardec

Definition at line 246 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starl

real(double), dimension(nstars) thesky_stardata::starl

Definition at line 246 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starmags

real, dimension(nstars) thesky_stardata::starmags

Definition at line 247 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starnames

character, dimension(10) thesky_stardata::starnames

Definition at line 248 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starnamesnl

character, dimension(11) thesky_stardata::starnamesnl

Definition at line 248 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starra

real(double), dimension(nstars) thesky_stardata::starra

Definition at line 246 of file modules.f90.

Referenced by thesky_stars::calcstars().

◆ starrads

real, dimension(nstars) thesky_stardata::starrads

Definition at line 247 of file modules.f90.

Referenced by thesky_stars::calcstars().