astroTools
Command-line tools for astronomy and astrophysics
Modules | Functions/Subroutines | Variables
functions.f90 File Reference

(astroTools version 0.0.2, revision 97, hash 5a188a4 (2016-04-08))

General procedures for astroTools. More...

Modules

module  at_settings
 Settings for astroTools.
 
module  at_general
 General procedures for astroTools.
 

Functions/Subroutines

subroutine at_general::astrotools_init (banner)
 Initialise an astroTools program. More...
 
subroutine at_general::readsettingsfile ()
 Read the astroTools settings from ~/.astroTools. More...
 
subroutine at_general::printsettings ()
 Print the astroTools settings from ~/.astroTools to screen. More...
 
subroutine at_general::createsettingsfile ()
 Create the astroTools settings file (~/.astroTools) More...
 
subroutine at_general::at2thesky_location ()
 Use the astroTools location as the TheSky location. More...
 
subroutine at_general::print_times_ut (jd)
 Print times for *2times output, assuming that everything is UT. More...
 

Variables

integer at_settings::dstrule
 
real(double) at_settings::geolat
 
real(double) at_settings::geolon
 
real(double) at_settings::geoalt
 
real(double) at_settings::tz0
 
character, dimension(256) at_settings::settingsfile
 

Detailed Description

General procedures for astroTools.