- Fix the report writing functions in stim_report() (where you
output the results of the carotid and basilar flows) so that the
patient details will allow latex special characters. Otherwise when
the report is written, it gets to something like an underscore and
latex hangs
- in tv.c, in the function tv_repaint, there are various calls to backdraw,
fulldraw and skeldraw, which all have two arguments, eg,
backdraw(tv, tv->drawdata). However, none of the draw functions (eg,
seq_backdraw, mono_fulldraw etc) AS FAR AS I CAN SEE take two arguments,
and tv->drawdata is never set (though there is a function to do it -
tv_set_drawdata). I can appreciate you might want to have a draw function
with two arguments in the future, but it is a bit confusing.
- change p_gamma_fit.c so that when load in a sequence of dynamic
images from say 441 to 480 it doesn't crash when you do the initial
fitting because it always expects the sequence to go from 1->n.
- sort out extracting number of phases and heartrate from dicom
files (got it as a hack at the mo)
- Coreg tool. When reslicing images in plane not showm in sequence
tool, it would be nice if it gave you the image you look at, scaled by
the pixel size, rather than just the image, so resulting in a very
squashed image.
- Write proper postscript output functions for graphs.