pickax.pickax_config
Module Contents
Classes
Configuration for PickAx. |
Functions
Gets the user name, ‘unknown’ if getpass.getuser() raises an exception. |
Data
API
- pickax.pickax_config.DEFAULT_KEYMAP = None
- pickax.pickax_config.TRACE_AMP = 'TRACE_AMP'
- pickax.pickax_config.WINDOW_AMP = 'WINDOW_AMP'
- pickax.pickax_config.GLOBAL_AMP = 'GLOBAL_AMP'
- pickax.pickax_config.RELATIVE_TIME = 'REL_TIME'
- pickax.pickax_config.ABSOLUTE_TIME = 'ABS_TIME'
- class pickax.pickax_config.PickAxConfig
Configuration for PickAx.
finishFn – a callback function for when the next (v) or prev (r) keys are pressed creation_info – default creation info for the pick, primarily for author or agency_id filters – list of filters, f cycles through these redrawing the waveform keymap – optional dictionary of key to function
Initialization
- property keymap
- property model
- toggle_amplitude_mode()
- toggle_time_mode()
- pickax.pickax_config.origin_mag_to_string(qmlevent=None)
- pickax.pickax_config.default_titleFn(stream=None, qmlevent=None, inventory=None)
- pickax.pickax_config.defaultColorFn(pick, arrival, author_colors)
- pickax.pickax_config.getuser()
Gets the user name, ‘unknown’ if getpass.getuser() raises an exception.