Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrojarhead/idl-guis
Code to learn/practise my own IDL GUIs/widgets
https://github.com/astrojarhead/idl-guis
gui idl learning-by-doing widgets
Last synced: about 2 months ago
JSON representation
Code to learn/practise my own IDL GUIs/widgets
- Host: GitHub
- URL: https://github.com/astrojarhead/idl-guis
- Owner: astroJarHead
- License: gpl-3.0
- Created: 2021-12-23T19:39:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T22:44:47.000Z (over 2 years ago)
- Last Synced: 2023-03-10T02:48:29.377Z (almost 2 years ago)
- Topics: gui, idl, learning-by-doing, widgets
- Language: IDL
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idl-guiS
Code to learn/practise my own IDL GUIs/widgets.Eventually I want to make a GUI to select parameters to use with the cubegrim_vec.pro gridding code.
This is where I will create and park .pro files that I find useful as I learn to make these widgets.# tab_grid_widget.pro
This is a prototype widget for taking inputs from a user that will be used with another
piece of code. This facilitates user input to set parameters required and gives examples for
how numerical inputs and radio buttons are used in such an application. COMMON statements
pass the values and would be used to share the parameters with the main program.