Megan Sosey
Megan Sosey
`autoscale=True` was added as a default option to the ds9 `load_fits` method, this will zscale() the flux and zoom-to-fit the image unless set to false.
The repo has moved to py3 and had functionality updates since the notebooks were last updated. Merge the changes in from #147 and make any additional changes that are necessary
see #170 This could be a little tricky. The ds9 viewer already has a hook for opening up all fits MEF extensions with `load_mef_as_multi`, as well as one for cubes...
This hosed my terminal requiring a force quit > In [1]: import imexam > In [2]: a=imexam.connect(viewer='ginga') > In [3]: WARNING:tornado.access:404 GET /js/ginga_pg.css (::1) 1.09ms > WARNING:tornado.access:404 GET /js/ginga_pg.css (::1)...
To allow fits and asdf files to be displayed to ds9 and ginga using the appropriate wcs objects.
I had to switch to the Qt4Agg backend for matplotlib to get the auto close of plotting windows to work correctly. This is a new "feature" on my mac running...
@KathleenLabrie reports that when using the imexam loop with ds9, the arrow keys are unusable (or at least ignored)
email discussions with a user, Renato Martone, resulted in a request to return additional information with the line_fit that would describe the chi-squared or p-value for the fit. specifically, he...
```/Users/sosey/miniconda3/envs/astroconda/lib/python3.5/site-packages/matplotlib/backends/backend_qt5.py in __init__(self, figure) 237 # The need for this change is documented here 238 # http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html#cooperative-multi-inheritance --> 239 super(FigureCanvasQT, self).__init__(figure=figure) 240 self.figure = figure 241 self.setMouseTracking(True) ```