Note
Go to the end to download the full example code.
Config Keys#
Below is a list and description of all available ATK config keys.
global_settings
- unit_format
Sets the default format when printing an astropy
Quantity, from (symbol, text). Default is symbol.
plot_settings
- cache_time
Sets the duration for which figures (i.e. HTML pages) are cached to the
~/.AstroToolkit/cached_figuresdirectory in seconds. Default is 3600.
- size
Sets the default grid size of figures. Default is 500.
- backend
Sets the bokeh output backend (see here) Default is canvas.
- toolbars
Enables/Disables toolbars in figures. Default is True.
- grids
Enables/Disables background grid in figures. Default is True.
- titles
Enables/Disables figure titles. Default is True.
- font
Sets the font to use in all figure text. Default is Helvetica.
- font_size
Sets the font size to use in all figure text. Default is 14.
query_settings
- query_radius
Sets the default
radiusinquery(). Default is 3.
- image_size
Sets the default
sizein image queries withquery(). Default is 30.
- default_scale
Sets the default positional scale for
radiusandsizeinquery(). Default is arcsec.
overlay_settings
- crossmatch_radius
Radius to use when matching Gaia detections to non-Gaia detections when performing proper motion correction in image overlays. Default is 5.
- simbad_radius
Radius to use in SIMBAD searches for image overlays (e.g. when clicking on detection markers). Default is 3.
datapage_settings
- grid_size
Size of grid used to scale all figures in datapage plotting. Default is 200.
- font
Font to apply to all text in datapage figures. Default is Helvetica.
- font_size
Font size to apply to all text in datapage figures. Default is 12.
Download this Tutorial
Total running time of the script: (0 minutes 0.000 seconds)