NeuroPAL_ID Program¶
Scope Retrieval Calls¶
- static ProgramInfo.app()¶
APP Retrieve a persistent handle to the running app instance.
Output: - handle: The handle to the running application instance
(if it exists), or an empty value otherwise.
- static ProgramInfo.window()¶
WINDOW Retrieve a persistent handle to the active window.
Output: - handle: The figure handle with the specified name, or
empty if none is found.
- class Program.states¶
Program Information Class¶
- class Program.ProgramInfo¶
PROGRAMINFO Program information.
- Property Summary
- bug_URL¶
- fluorophore_map¶
Dictionary of channel colors and their respective fluorophores.
- name¶
program name
- version¶
software version
- version_URL¶
- website_URL¶
//hobertlab.org/neuropal/’;
- Type:
website_URL = ‘http
- Method Summary
- static app()
APP Retrieve a persistent handle to the running app instance.
Output: - handle: The handle to the running application instance
(if it exists), or an empty value otherwise.
- static checkUpdates()¶
CHECKUPDATES Check the software for updates.
- static getAboutMsg()¶
GETABOUTMSG Get the about message for display.
- static getKeyboardShortcutsMsg()¶
GETKEYBOARDSHORTCUTSMSG Get the keyboard shortcuts message for display.
- static window()
WINDOW Retrieve a persistent handle to the active window.
Output: - handle: The figure handle with the specified name, or
empty if none is found.