| 
					
						 In the TRK file you will find lines like this (there's twelve of them I think)
 
 Scrape point 1 body axis x,y,z
 -3.496094,0.000000,8.882812
 Scrape point 2 body axis x,y,z
 3.492188,0.000000,8.882812
 Scrape point 3 body axis x,y,z
 -3.496094,2.234375,8.882812
 
 Use notepad to change the Y value to raise and lower (all of) them.  For example:
 
 Scrape point 1 body axis x,y,z
 -3.496094,-2.000000,8.882812
 Scrape point 2 body axis x,y,z
 3.492188,-2.000000,8.882812
 Scrape point 3 body axis x,y,z
 -3.496094,-4.234375,8.882812
 
 Note.  The new binedit lets you edit scrape points and see the changes as you work. 
					
  
						
					 |