home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d785 / scrntst.lha / ScrnTst / ScrnTst.doc < prev    next >
Text File  |  1992-12-23  |  3KB  |  63 lines

  1.                           ScrnTst.doc 
  2.  
  3.    In chapter 30 of his book "Computers and the Imagination" (publ'd 1991)
  4. Clifford Pickover discusses a few useful computer applications  of the MOIRE
  5. pattern effect. One use is to render more readily observable any 
  6. 'non-linearity or periodicty' in the successive beam sweeps across and down 
  7. the computer screen. For example the spacing of successive sweeps may not be 
  8. uniform. In principle, such irregularities in the vertical dimension could be
  9. seen by having the computer draw a series of simple horizontal lines, but 
  10. Pickover maintains that defects are more visible by crossing these with a 
  11. second series of lines set at a rather small angle to the first (An example 
  12. of a moire effect). This results in a set of vertical bars showing on screen, 
  13. which will display slight waviness (sine-like curves) if non-uniformities
  14. are present. Note that this applies only to the VERTICAL dimension of beam
  15. motion. Such defects are correctable, incidentally, by manipulating the
  16. monitor yoke controls. 
  17.  
  18.    On the assumption that beam irregularities ACROSS the screen might be 
  19. detected by, in effect, rotating 90 degrees both sets of lines, I have 
  20. programmed this variation as well. 
  21.  
  22.    PROGRAM OPERATION is simple. No options or conditions are required. It may
  23. be started from the WorkBench or CLI. Menu selection permits presenting at
  24. will either image (vertical test and horizontal test). There is also a 'QUIT'
  25. selection. The program can be closed too, by clicking near the upper left
  26. corner to expose the closewindow gadget.
  27.  
  28.            *************   NOTES to Version 2.0:  *************
  29.  
  30.    The present version (2.0) has been improved by introducing a RANGE of
  31. angles between the two sets of lines forming each test pattern. For the
  32. vertical test, pressing 'i' will increase the angle (4 stepwise variations)
  33. and 'd' will decrease it. On increasing the angle, the vertical columns will
  34. increase in number but be thinner. At the maximum, hitting 'i' will have no
  35. effect. Similarly with 'd'.
  36.    For the horizontal test, a parallel set of operations is provided, but
  37. using 'I' (shift i) and 'D' (shift d). 
  38.  
  39.    In programming the new version, I have switched to using two windows, one
  40. for each test, instead of just one (though this results in no noticeable
  41. effect!). Also the resolution has been changed to lores (320/200). This has
  42. improved visibility of the horizontal test screen which was quite dark in
  43. the earlier version.
  44.  
  45.    Users may notice that in version 2.0, though the depth gadget is present
  46. in each of the test screens, it does not respond to mouse clicking. 
  47. To get at the WB/CLI while the pgm is still active, simply use 'L-amiga m'.
  48.  
  49.                  ****************************************
  50.  
  51.    This program was written in assembler, using A68k and Blink. Though I have
  52. V 2.04 OS installed, all functions and structure parameters employed are
  53. based on those available with 1.3. Thus Amigans still using 1.3 should have
  54. no trouble.
  55.  
  56.    ScrnTst, V 2.0, is PD/FREEWARE. There are no restrictions on its use.
  57. This documentary should of course accompany any distribution of the
  58. program. Questions or comments about this work would be welcome. I can best
  59. be reached by E-mail at AmigaNet in Wheeling,IL (708)983-6435:
  60.  
  61.                   bbarish@amiganet.chi.il.us
  62.  
  63.