home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 290.lha / Heart3d / heart3d.doc < prev    next >
Text File  |  1992-09-01  |  3KB  |  53 lines

  1. Heart3d Documentation.                                         June 10,1989
  2.  
  3.     Heart3d is copyright 1989 by Jon Harman.  It is freely distributable as 
  4. long as this documentation is included.
  5.     This program is something of a curiosity.  I work for a CT scanner
  6. manufacturer, Imatron.  This scanner is the only commercial CT scanner
  7. capable of imaging the beating heart.  I have written software for Imatron
  8. which can find the left ventricle outlines in our CT images and redraw the
  9. left ventricle as a wireframe 3D image.  For fun I have ported the drawing
  10. routines to the Amiga.  This is the background to the program heart3d.  Run
  11. it from the CLI.  It can read in a heart data file and then draw the left
  12. ventricle as a wireframe image from various viewpoints.  It can even display
  13. a cine (ie a movie) of the beating heart.
  14.     The original images were collected at 17 times a second.  I can't draw
  15. them anywhere near as fast.  I would appreciate any suggestions for speeding
  16. it up.  One thing I have done is to save the bitmaps of the cine in ram
  17. (assuming there is enough available) and then just swap in the already drawn
  18. bitmaps.  This speeds up a cine considerably.  So if you have lots of ram
  19. the first time through a cine will be slow, but then it will speed up.
  20.     I have included 6 heart data files with the program.  They are:
  21.                     rest1.wal
  22.                   stress1.wal
  23.                     rest2.wal
  24.                   stress2.wal
  25.                  infarct1.wal
  26.                  infarct2.wal.
  27. Use the Load menu item to load the file or start the program with a file  as
  28. argument, ie: heart3d rest1.wal.
  29.     The rest/stress pairs show the same heart at rest and after either
  30. physical exercise or drug induced stress.  Both are normal hearts.  Note
  31. that you cannot tell the heart rate from the number of times in the cine. 
  32. Usually only enough images are acquired to cover the heart cycle from the
  33. beginning of systole (contraction) to sometime after diastole (relaxed
  34. state) but before the beginning of systole again.  This covers the most
  35. interesting parts of the heart cycle.  Thus the rest and stress cines have
  36. the same number of times but the stress heart rate is much higher.  It's
  37. interesting to see how the heart increases it's rate: by contracting
  38. somewhat faster but mainly by eliminating the resting time.
  39.     For those of you with X-SPECS 3D glasses there is a version of heart3d
  40. which works with them.  Write or call me for details.
  41.     One reason for my writing this program was to learn how to use the Amiga
  42. Intuition interface.  Thanks to Stuart Ferguson for the blk program and to
  43. Lars Thuring for his maker program.  They make writing for the Amiga much
  44. less of a chore.
  45.     If you would like more information on this program contact me at
  46. Imatron:
  47.  
  48.                       Jon Harman
  49.                       Imatron Inc.
  50.                       389 Oyster Point Blvd.
  51.                       South San Francisco, CA 94080
  52.                       (415)583-9964
  53.