More actions
→Performing the Activity: clarified table. |
|||
| Line 42: | Line 42: | ||
The probe results window does not allow copying to clipboard via typical keyboard commands such as Ctrl+C, however there is a "Copy to Clipboard" button which will copy the entire list of probe results into a tab-delimited format that can easily be pasted into another program: | The probe results window does not allow copying to clipboard via typical keyboard commands such as Ctrl+C, however there is a "Copy to Clipboard" button which will copy the entire list of probe results into a tab-delimited format that can easily be pasted into another program: | ||
{{code|Moon Moon Product Quantity Ore TypeID SolarSystemID PlanetID MoonID | |||
Moon Moon Product Quantity Ore TypeID SolarSystemID PlanetID MoonID | |||
Mesybier II - Moon 1 | Mesybier II - Moon 1 | ||
Glossy Scordite 0.300030559301 46687 30004975 40315069 40315070 | Glossy Scordite 0.300030559301 46687 30004975 40315069 40315070 | ||
| Line 53: | Line 52: | ||
Immaculate Jaspet 0.412641495466 46682 30004975 40315073 40315074 | Immaculate Jaspet 0.412641495466 46682 30004975 40315073 40315074 | ||
Sylvite 0.190046817064 45491 30004975 40315073 40315074 | Sylvite 0.190046817064 45491 30004975 40315073 40315074 | ||
}} | |||
The values listed in this export are the Ore name, the Quantity (as a percentage, on a 0-1 scale), the TypeID of the ore, and the ID's for the Solar System, Planet and Moon. Much of this data is redundant, but it makes for good error-checking if the results were to run through a script or stored in a database. | The values listed in this export are the Ore name, the Quantity (as a percentage, on a 0-1 scale), the TypeID of the ore, and the ID's for the Solar System, Planet and Moon. Much of this data is redundant, but it makes for good error-checking if the results were to run through a script or stored in a database. | ||