[LIBISIS-code-tickets] [LIBISIS] #11: Can not store multiline (i.e. cell) titles within datasets
LIBISIS Library and Applications
noreply at libisis.org
Thu Dec 11 10:22:59 GMT 2008
#11: Can not store multiline (i.e. cell) titles within datasets
-----------------------------+----------------------------------------------
Reporter: Freddie Akeroyd | Owner: Dickon Champion
Type: enhancement | Status: reopened
Priority: major | Milestone: Version 1.0 (launch)
Component: Bindings | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by Dean Whittaker):
* cc: t.g.perring at rl.ac.uk (added)
* status: closed => reopened
* resolution: fixed =>
Comment:
While you can allocate a multiline title when constructing an
IXTdataset_xd, you can not assign a cell title after the object is created
i..e IXTdataset_2d(IXTbase, {'my title', 'new line'},........) works
dataset = IXTdataset_2d(x,y,z)
dataset.title = {'my title', 'new line'} does not work
This would be useful to have, since I often want to create some quick and
dirty datasets using IXTdataset_1d(x,y,e) then add in titles and axes
later. For instance, I create dataset_1d objects in a loop, rebin them.
Next I combine this into a dataset_2d object. It is far faster (CPU-wise)
to create the 1d objects without title information and then give the
resultant 2d object a title post-creation.
--
Ticket URL: <http://trac.libisis.org/code/ticket/11#comment:13>
LIBISIS Library and Applications <http://www.libisis.org/>
LIBISIS Library and Applications
More information about the LIBISIS-code-tickets
mailing list