-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from ska-sa/tigger-lsm-divorce
Tigger lsm divorce
- Loading branch information
Showing
75 changed files
with
134 additions
and
6,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
# or write to the Free Software Foundation, Inc., | ||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
# | ||
from Tigger import release_string,svn_revision_html,pixmaps | ||
from TigGUI import release_string,svn_revision_html,pixmaps | ||
|
||
import os.path | ||
import time | ||
|
@@ -63,12 +63,12 @@ def __init__(self,parent=None,name=None,modal=0,fl=None): | |
|
||
lo_logos = QHBoxLayout(None) | ||
lo_top.addLayout(lo_logos); | ||
for logo in ("astron",): | ||
icon = QLabel(LayoutWidget) | ||
icon.setSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed); | ||
icon.setPixmap(getattr(pixmaps,logo+"_logo").pm()); | ||
icon.setAlignment(Qt.AlignCenter) | ||
lo_logos.addWidget(icon) | ||
# for logo in ("astron",): | ||
# icon = QLabel(LayoutWidget) | ||
# icon.setSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed); | ||
# icon.setPixmap(getattr(pixmaps,logo+"_logo").pm()); | ||
# icon.setAlignment(Qt.AlignCenter) | ||
# lo_logos.addWidget(icon) | ||
|
||
lo_mainbtn = QHBoxLayout(None) | ||
lo_mainbtn.addItem(QSpacerItem(20,20,QSizePolicy.Expanding,QSizePolicy.Minimum)) | ||
|
@@ -96,11 +96,8 @@ def languageChange(self): | |
self.setWindowTitle(self.__tr("About Tigger")) | ||
self.title_label.setText(self.__tr( \ | ||
"""<h3>Tigger %s</h3> | ||
<p>(C) 2010-2012 Oleg Smirnov & ASTRON<br>(Netherlands Institude for Radioastronomy)<br> | ||
Oude Hoogeveensedijk 4<br> | ||
7991 PD Dwingeloo, The Netherlands<br> | ||
http://www.astron.nl<br> | ||
<br>Please direct feedback and bug reports to [email protected]</p> | ||
<p>(C) 2010-2017 Oleg Smirnov & Rhodes University & SKA SA<br> | ||
<br>Please direct feedback and bug reports at https://github.com/ska-sa/tigger</p> | ||
"""%(release_string) \ | ||
)); | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
#% $Id$ | ||
# | ||
# | ||
# Copyright (C) 2002-2011 | ||
# The MeqTree Foundation & | ||
# ASTRON (Netherlands Foundation for Research in Astronomy) | ||
# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation; either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <http://www.gnu.org/licenses/>, | ||
# or write to the Free Software Foundation, Inc., | ||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
# | ||
|
||
import sys | ||
|
||
import Kittens.config | ||
import os.path | ||
import Tigger | ||
from Tigger import import_pyfits, nuke_matplotlib | ||
|
||
|
||
__version__ = "1.4.0" | ||
|
||
release_string = __version__ | ||
svn_revision_string = __version__ | ||
svn_revision_html = __version__ | ||
|
||
# initializes GUI-related globals. Only called from the viewer | ||
def init_gui(): | ||
from Kittens.widgets import BusyIndicator | ||
import Kittens.pixmaps | ||
import Kittens.utils | ||
global pixmaps, Config, ConfigFile, ConfigFileName | ||
pixmaps = Kittens.pixmaps.PixmapCache("TigGUI") | ||
ConfigFileName = ".tigger.conf" | ||
ConfigFile = Kittens.config.DualConfigParser("tigger.conf",["/usr/lib/TigGUI", os.path.dirname(__file__)]) | ||
Config = Kittens.config.SectionParser(ConfigFile,"Tigger") | ||
|
||
|
||
startup_dprint = startup_dprintf = lambda *dum:None | ||
_verbosity = Kittens.utils.verbosity(name="tiggui") | ||
dprint = _verbosity.dprint | ||
dprintf = _verbosity.dprintf | ||
|
||
|
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.