home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 5 / RISCWORLD_VOL5.iso / SOFTWARE / Issue5 / LEYFIND.ZIP / LeyFind / !LeyFinder / !Help < prev    next >
Encoding:
Text File  |  2005-01-02  |  13.0 KB  |  293 lines

  1.  
  2. LeyFinder Martin Carradus Version 1.00 January 2005
  3. -------------------------------------------------------------------
  4.  
  5. DISCLAIMER - AGREEMENT
  6.  
  7. Users of LeyFinder must accept this disclaimer of warranty:
  8. "LeyFinder is supplied as is.  The author disclaims all
  9. warranties, expressed or implied, including, without limitation,
  10. the warranties of merchantability and of fitness for any purpose.
  11. The author assumes no liability for damages, direct or conse-
  12. quential, which may result from the use of LeyFinder."
  13.  
  14. LeyFinder is a "shareware program" and is provided at no charge
  15. to the user for evaluation.  Feel free to share it with your
  16. friends, but please do not give it away altered or as part of
  17. another system.  The essence of "user-supported" software is to
  18. provide personal computer users with quality software without
  19. high prices, and yet to provide incentive for programmers to
  20. continue to develop new products.  If you find this program
  21. useful and find that you are using LeyFinder and continue to use
  22. LeyFinder after a reasonable trial period, you must make a reg-
  23. istration payment of £10 (UK) or $20 (US) to Martin Carradus.  
  24. The £10 (UK) or $20 (US) registration fee will license one copy for use
  25. on any one computer at any one time.  You must treat this software just
  26. like a book.  An example is that this software may be used by any
  27. number of people and may be freely moved from one computer
  28. location to another, so long as there is no possibility of it
  29. being used at one location while it's being used at another.
  30. Just as a book cannot be read by two different persons at the
  31. same time.
  32.  
  33. Commercial users of LeyFinder must register and pay for their
  34. copies of LeyFinder within 30 days of first use or their license
  35. is withdrawn.  Site-License arrangements may be made by con-
  36. tacting Martin Carradus.
  37.  
  38. Anyone distributing LeyFinder for any kind of remuneration must
  39. first contact Martin Carradus at the address below for authorization.
  40.  
  41. You are encouraged to pass a copy of LeyFinder along to your
  42. friends for evaluation.  Please encourage them to register their
  43. copy if they find that they can use it.  All registered users
  44. will receive a copy of the latest version of the LeyFinder
  45. application.                                          
  46.  
  47. Description:
  48. ------------
  49. Finds straight lines of ancient sites given their grid references, the
  50. minimum wanted in a line and the chosen 'accuracy' of the line. Plots
  51. the sites and found lines on a 'map' of the chosen area. Map can be
  52. saved to a file, both before and after plotting of lines.
  53.  
  54. NB This program is designed solely for use with grid references on grid
  55. systems not extending over more than 600 miles (1,000 kilometres).
  56. It is not designed for use with latitude and longitude and does not
  57. employ any spherical trigonometry in its calculations.
  58.  
  59. Information needed by the program and Options offered:
  60. ------------------------------------------------------
  61.   
  62. The Two Algorithms:-
  63. --------------------
  64. The basic (Quick) algorithm goes through all pairs of sites, establishes
  65. the line between them, then runs along it looking for other sites
  66. on the line within the desired degree of accuracy. At the same time
  67. all pairs of sites along the line are eliminated from further consid-
  68. eration. This is done by keeping an internal look-up table which
  69. records whether any particular pair has been considered or not before.
  70.  
  71. The elimination of pairs along the line is done without any regard
  72. to the direction of the line between them. This would be correct if
  73. all the points along the line lay exactly on it. However they usually don't
  74. and the algorithm tends towards radiating lines because any crossing
  75. lines tend to be suppressed. The second algorithm takes account of
  76. crossing lines by only eliminating pairs along an established line if
  77. the line between them lies sufficiently close in terms of its gradient 
  78. (angle of slope). The user supplies an angle in degrees within which
  79. lines must lie to be eliminated. The first algorithm does find valid lines,
  80. but tends to exaggerate the radial look of the final plot of the found lines.
  81.  
  82. The overall problem with both algorithms is that it is conceivable
  83. that lines could exist where none of the points lie exactly on them.
  84. Both algorithms require that at least two points lie on it within the
  85. degree of accuracy of the swathe cut by the line.
  86.  
  87. Fixed Scan or Random Scan:-
  88. ---------------------------
  89. A fixed scan goes through the pairs of sites in a systematic order
  90. i.e. site 1 with site 2, site 1 with site 3, site 1 with site 4 etc.
  91.  
  92. A random scan goes through the pairs in a non-systematic order
  93. e.g. site 6 with site 9, site 2 with site 7, site 4 with site 6 etc.
  94. , but in such a way that all pairs are considered.
  95.  
  96. Fixed Start or Random Start:
  97.   
  98. A fixed start always starts with the same pair i.e. site 1 with site 2
  99. A random start chooses a different pair each time the program is run.
  100.  
  101. Hence a fixed start guarantees the same result every time, but a
  102. random start will tend to produce a different result every time.
  103.  
  104. In order of 'randomness' (from least to most), there is:
  105.   
  106. 1.Fixed Scan, Fixed Start.  
  107. 2.Fixed Scan, Random Start. 
  108. 3.Random Scan, Fixed Start.
  109. 4.Random Scan, Random Start. 
  110.  
  111. Creation of New File:
  112.   
  113. Offers the user the option of creating a file of grid references
  114. and immediately analysing it for ley lines. A new file may be
  115. created either internally or externally. An existing file can be
  116. appended to, to add additional sites. A record number is supplied
  117. to which you supply an easting, northing and site name. All three
  118. must be supplied, then click on the 'Next' button to move onto
  119. the next record. Click on the 'Close' button to close and end the
  120. file.
  121.  
  122. Otherwise program asks for:- 
  123.   
  124. Name of file of map co-ordinates:
  125.   
  126. This is the file containing the co-ordinates of the sites. The format
  127. of the file is a set of lines of values, each line consisting of a
  128. site number (not necessarily in any order), followed by the easting,
  129. followed by the northing, followed by a string of up to 30 characters. 
  130. (The string being a name associated with the site.) These values
  131. are separated by commas. The easting and northing should be whole
  132. numbers and the string starts with a capital 'X' or small 'x' for an 
  133. highlighted site or anything else for a un-highlighted site. The string can 
  134. simply only be a single character if there is no name associated with the
  135. site. Names need not be unique. File should end with a new line.
  136. This file may also be created by using something like Edit or DeskEdit.
  137. It is checked as it is read in an elementary way. There should be at least
  138. ten sites in the file, but not more than 1000. Estimated time for processing
  139. the full 1000 sites is around two and a half hours with my StrongArm and
  140. RISCOS 4, less for faster chips.
  141.  
  142.  
  143. Automatic Scaling:
  144.   
  145. Will adjust the scaling to fit in all the sites on the screen.
  146.   
  147. Will also adjust the scaling so that it is the same east-west as
  148. north-south. Otherwise usually unequal scaling in the two directions.
  149.  
  150. Manual Scaling:
  151.   
  152. The minimum and maximum co-ordinates east-west and north-south are
  153. chosen by the user, so that any area of interest can be focused on.
  154.  
  155. Grid Lines:
  156.   
  157. These are horizontal and vertical lines that indicate the change of
  158. grid reference across the screen. If you choose this option a suitable
  159. grid interval is suggested, which may be over-ridden. Program will not
  160. allow too many grid lines. Grid lines do not erase the supplied site points.
  161.  
  162. Sites in Line:
  163.   
  164. One of the two most important parameters. It is the number of sites
  165. found in a line below which the line will be rejected. Too small and
  166. the map will fill with lines. Too large and no lines will be found. It
  167. has been found that 15 is a reasonable amount to start with for about
  168. 200 sites.
  169.  
  170. Width of Line:
  171.   
  172. The second most important parameter. This is the number of pixels across
  173. the line within which a site will be considered to lie.
  174. Can be fractional. This is across both sides, so if a value
  175. of 1.5 is chosen, the swathe cut by the line will extend by 0.75 pixels on
  176. either side. The screen mode within which this program operates means
  177. that the pixel (elementary part of image) is twice as high as wide.
  178. Consequently the width of the swathe is adjusted so that when the line
  179. is near horizontal it is wider than when the line is near vertical. It
  180. is suspected that near horizontal lines will tend to be detected more
  181. easily than those near vertical. Points that lie too close together on
  182. the screen will be rejected, since the line through them cannot be
  183. determined accurately within the confines of the co-ordinates
  184. supplied. If the width is too small, no lines may be found. If the
  185. width is too large, many inaccurate lines may be found. A starting
  186. value of one pixel is suggested.
  187.  
  188. Bell Sound:
  189.   
  190. Single normal bell sound on each discovery and/or high-pitched bell
  191. sound on completion.
  192.  
  193. Titles:
  194.   
  195. An option of having a title after the plotting of points and before
  196. the plotting of lines and/or one after the plotting of lines.
  197. Up to 72 characters including embedded spaces. Neither grid nor title
  198. before will erase the points on the screen as the points are plotted
  199. last.
  200.  
  201. ScreenSave:
  202.   
  203. Option of saving the screen to a Acorn Sprite file, either after plotting
  204. of points or after plotting of lines. No recovery is offered if the file
  205. names the user supplies are incorrect in any way, but a message
  206. will indicate the ScreenSave failure. A 'Saveas' panel appears, where
  207. you may drag the file icon with the mouse to a suitable directory, if required.
  208.  
  209. Screen Display:
  210.   
  211. Points, Grid Lines and Title (if chosen). Chosen points highlighted in
  212. red. Rest in black. Background white. Percentage through process shown
  213. by an hourglass mouse pointer. On the title bar the actual number of lines
  214. found so far followed by absolute maximum found in all lines.
  215. Holding down any key at at any time will halt the process, otherwise the
  216. completion of process, or a maximum of 1000 lines being found will
  217. also halt the process.
  218.  
  219. On Completion:
  220.   
  221. The found lines are plotted. Those of maximum occupancy are plotted in
  222. magenta, the rest in blue. If there are none or a maximum of 1000 has
  223. been found, a message is displayed. The screen is saved, if this
  224. option was chosen. Close the window to end the program. From the bar icon
  225. menu, click on 'Reset' to repeat the process, possibly with a new file, or an old
  226. one with new run-time parameters.
  227.  
  228. Warning: 
  229.   
  230. This program merely takes the donkey-work out of finding ley lines
  231. and the accuracy of the results are not guaranteed. It does not
  232. substitute for actual investigation on the ground and map. Britain, in
  233. particular is virtually littered with ancient sites, so almost
  234. anything will fit. Straight lines of telephone boxes have been found
  235. in the past! The algorithm (method) used seems to bias in favour of
  236. lines radiating out of certain sites with the fixed scan. The random
  237. scan was introduced in an attempt to get rid of this bias. It is hoped
  238. to give the likelihood that the line could not have occurred entirely
  239. by chance, plus more statistics on the found lines in future versions.
  240.  
  241. Comments, queries, curses, and praise to:-
  242.  
  243.          Martin Carradus,
  244.          Leaf Mindcraft,
  245.          c/o 27 Wells Road,
  246.          ILKLEY,
  247.          West Yorkshire.
  248.          LS29 9JE.
  249.          U.K.
  250.          
  251. Enclose s.a.e. if you want a reply.
  252.  
  253. File 'Stones' within this application contains eight figure grid
  254. references of some of the cup-and-ring marked stones on Rombalds Moor
  255. (Ilkley Moor). Stones thought to date from 1500-1800 B.C. and no one
  256. is totally sure of the significance of the markings or even exact
  257. antiquity. Such markings are not entirely unique within this area or
  258. within Britain (know of others in Northumberland and Galloway). Even 
  259. eight figure grid references only reduce the inaccuracy to a ten
  260. metre square, which is about the floor area of an average house, so
  261. not that accurate considering the size of the stones and the markings.
  262. Would probably have to use satellite navigation to get any degree of
  263. accuracy and I don't know how these grid references were worked out
  264. in the first place. Grid references obtained from:
  265.   
  266.   "The Carved Rocks On Rombalds Moor" West Yorkshire Metropolitan
  267.   County Council 1986 ISBN 0 86181 008 2. Thought now to be out of
  268.   print.          
  269.   
  270. Not all those available were put in the file.
  271.  
  272. There is now (2005) a more complete listing of the cup-and-ring marked rocks
  273. mentioned above in 'Prehistoric Rock Art of the West Riding'  by the 'West
  274. Yorkshire Archaeology Service', editors K.J.S. Boughey and E.A. Vickerman,
  275. (2003) ISBN 1 870453 32 8, ISSN 0959-3500.
  276.  
  277. Information on those markings in Galloway can be obtained from:
  278.   
  279.   "The Prehistoric Rock Art of Galloway and the Isle of Man"
  280.   
  281.   Ronald W.B.Morris Blandford Press 1979
  282.   
  283.   HardCover: ISBN 0 7137 0974 X
  284.   PaperBack: ISBN 0 7137 0975 8  Might also be difficult to get - I
  285.   found it in a remainder book shop.
  286.  
  287. The files 'Test' and 'Test2' are test sets of grid references to demonstrate 
  288. that this program really works! For 'Test' choose an occupancy of 10 and
  289. a width of 1.0. For 'Test2' choose an occupancy of 5 and a width of 10.0.
  290. Both files buried inside this application. Use 'Internal' to get them!
  291.   
  292. Good Luck in your investigations, but don't come to wild conclusions!
  293.