8. Log files#

Log files help analyze a flight for documentation or for trouble shooting purposes.
There are two kinds of log files:
  • log files for the individual project

  • log files for each flight mission

8.1. Image takings file#

The file is stored within the TOPOFLIGHT project and is named <ProjectName>_ImageTakings.txt. Each time SensorHandler reopens the same project, it adds a new header line before the image takings entries.

Here is an example of an image takings file:

../_images/NG_image_takings1.png

../_images/NG_image_takings2.png

The file has the following structure:

Property name

Description

LineID

Flight line number

SegmentID

Flight line segment number

ImageID

Image number

FotoID

ID originating from the sensor (e.g. Ultracam photo ID)

Event ID

GPS/IMU event ID

Images per line

Number of images taken on flight line

Index

deprecated

date

Date the images where taken (YYMMDD)

time

UTC time (hhmmss.sss)

tick

Computer time in milliseconds since computer was started

GPSWeek

GPS week timestamp

GPSSec

GPS second (seconds since begin of the GPS week)

long

Longitude of image location

lat

Latitude of image location

altitude

Altitude of image location

Pitch

Pitch angle [degrees]

Roll

Roll angle [degrees]

Heading

Yaw angle [degrees]

Sun angle

Angle of the sun at the time the image was taken [degrees]

simulation

This field is used for various use cases:

  • 0 - standard case, image was taken while flying

  • 1 - the image was taken while NAVIGATOR was in simulation mode

  • 4 - as in 0 but marked to be retaken

  • 5 - as in 1 but marked to be retaken

  • 16 - as in 0 but camera not OK

  • 17 - as in 1 but camera not OK

Sensor type

UltraCams: ucam
Riegl: Riegl
all other cases: (empty)

Image status

Status of the UltraCam image. It can be a combination of the following values:

  • 0 - ok

  • 1 - overexposure

  • 2 - underexposure

  • 4 - blurred

  • 8 - data issue

Camera type

UltraCams: Camera version name
all other cases: (empty)

8.2. Image taking sequence file#

This file is similar to the Image takings file and is stored in the project folder. The main distinction lies in the file structure:

../_images/NG_image_taking_sequence.png

This file format is retained only for backward compatibility. NAVIGATOR does not use it.

8.3. SOMAG giro mount log file#

All gimbal data sent by the SOMAG mount is stored in a text file in the project folder. The file is named <ProjectName>-Gimbal-somag.txt. This file will only be populated if the SOMGA mount is controlled directly by SensorHandler.

8.4. Log files belonging to the flight mission#

As soon as SensorHandler is started it creates a log file to store the position, speed and sensor behavior. In case of an issue, this file has to be submitted to the support person. The file has the following naming: YYMMDD-HHMM.txt

Example: The file 200712-1009.txt was created on the 12th of July 2020 at 10:09 am. This was the time at which SensorHandler was started.

8.5. Accessing the log files#

Project information

The path of the currently selected project is shown. Clicking on the Open file path button launches the file explorer to the project folder. There, the file ImageTakings.txt and ImageTakingsSequence.txt can be found.

../_images/NG_project_information.png

Log file of track

../_images/NG_log_file_track.png

Image Takings file of the project

Click this button to access the Image takings file.

../_images/NG_image_takings_file.png

Export log files

Click this button to export a selected flying date with the corresponding Image takings file and mission log file to a zip compressed file.

../_images/NG_image_takings_file.png