Skip to content

Commit

Permalink
Merge pull request #33 from stscieisenhamer/master
Browse files Browse the repository at this point in the history
Integrate MultiImage and Pick plugins
  • Loading branch information
stscieisenhamer committed Nov 6, 2015
2 parents 3599ad6 + ae27599 commit f46013d
Show file tree
Hide file tree
Showing 3 changed files with 1,657 additions and 32 deletions.
1 change: 1 addition & 0 deletions stginga/plugin_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def _get_stginga_plugins():
Bunch(module='BackgroundSub', ws='dialogs', pfx=gpfx),
Bunch(module='DQInspect', ws='dialogs', pfx=gpfx),
Bunch(module='MultiImage', ws='dialogs', pfx=gpfx),
Bunch(module='MIPick', ws='dialogs', pfx=gpfx),
]
return global_plugins, local_plugins

Expand Down

0 comments on commit f46013d

Please sign in to comment.