1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
cubeview (2.2)
* sync with gy (use gy_gtk_main/gy_gtk_idler_maybe_quit)
-- Thibaut Paumard <paumard@users.sourceforge.net> Tue, 23 Jul 2013 11:01:37 -0400
cubeview (2.1)
* finalize GUI to make resizing possible to any size
* small tweak to re-initialize gycmap each time it is called
-- Thibaut Paumard <paumard@users.sourceforge.net> Mon, 10 Jun 2013 10:42:49 +0200
cubeview (2.0)
* moved from pyk (python based) to gy
-- Thibaut Paumard <paumard@users.sourceforge.net> Sun, 09 June 2013 10:10:09 +0200
cubeview (1.6)
* faster start-up with less window flickering
* new option hdu
* support for Keck/OSIRIS data
* cv_spextract is now able to extract from another cube
* ship the cubeview3 hook
* fix in plot export routine which would sometimes save the wrong plot
* install .info file
-- Thibaut Paumard <paumard@users.sourceforge.net> Wed, 11 Apr 2012 19:50:33 +0100
cubeview (1.5)
* don't remember :-/
-- Thibaut Paumard <paumard@users.sourceforge.net>
cubeview (1.4)
* improve export capabilities: export window plot or data,
e.g. slice to FITS...
* add icons and .desktop file
-- Thibaut Paumard <paumard@users.sourceforge.net> Wed, 05 Mar 2008 09:46:52 +0100
cubeview (1.3)
* add functions to export a view to an image file (eps, pdf, jpg or png)
-- Thibaut Paumard <paumard@users.sourceforge.net> Mon, 03 Mar 2008 21:25:46 +0100
cubeview (1.2.1)
* clean files moved to yutils
* update documentation
-- Thibaut Paumard <paumard@users.sourceforge.net> Thu, 17 Jan 2008 15:42:36 +0100
cubeview (1.2)
* add files:
* manpage cubeview.1
* changelog
* Makefile
* cubeview_start.i
* switch back from newfits.i to fits.i
* split some items out of cv_interns:
cv_interns.cube -> cv_cube (performance)
.valids -> cv_valids (performance)
.header -> cv_fh (a list cannot be a struct member)
-- Thibaut Paumard <paumard@users.sourceforge.net> Thu, 3 Jan 2008 14:58:56 +0100
Local variables:
mode: debian-changelog
|