Plate.TraceLevel (read-write, Integer)
Tracing level: 0 (default, means no tracing) through 4 (means maximum detail)
Plate.TraceLevel [= Integer]
The property syntax has these parts:
Part | Description |
---|---|
Value (Integer) | Tracing level: 0 (default, means no tracing) through 4 (means maximum detail) |
These lists may be imported into two spreadsheet files that are supplied with PinPoint, Image.xls and Catalog.xls. Bring the files into notepad, copy the rows to the clipboard, and then paste into the spreadsheet area starting at row 2. Switch to the scatter plot and note that the stars are shown as they would appear in an image. If you do this with both the catalog and image stars, you can print the scatter plots and hold them up to the light to look for matches. If you change the scales on the plots to accomodate your camera size, be sure to change both the catalog and image plots to have the same scales. Feel free to change the ranges and labels on these spreadsheets. Note that PinPoint uses only the brightest 60 stars from the catalog and image (unless using the USNO SA2.0 catalog, where the brightest 10% of stars are first thrown out).
If the Plate.TraceLevel property is set to any value greater than 0 and Plate.Solve() is called, a file called TripletTrace.txt is produced. This file contains a rather detailed trace of the process used by PinPoint to find congruent-triangle matches between catalog and imag star triplets, and its attepmts to use these triplets to find a working transform between image and catalog coordinates. The data produced in this file is meant for DC-3 Dreams personnel -- it is not delf-documenting.
If the Plate.TraceLevel property is set to a value of 2 or higher and Plate.Solve() is called, another file called TripletDump.txt is produced. It contains a list of the combinatorial triplets formed fron the selected image stars and catalog stars to be used to find the transform. This is also meant for DC-3 Dreams personnel -- it is not delf-documenting.
Each call overwrites any previous trace file.
Tracing requires the TracePath property to be set.