User Guide¶
Todo
Write documentation/tutorial on how to use the application, targeted at actual users, not developers.
Creating a new project¶
Project Structure (Airborne)¶
An Airborne gravity project in DGP is centered primarily around the
Flight construct as a representation of an actual survey flight. A
flight has at least one DataSet containing Trajectory (GPS) and Gravity
data files, and at least one associated Gravimeter.
A Flight may potentially have more than one DataSet associated
with it, and more than one Gravimeter.
Each DataSet has exactly one Trajectory and one Gravity DataFile contained
within it, and the DataSet may define DataSegments which are
directly associated with the encapsulated files.
DataSegments are used to select areas of data which are of interest for processing, typically this means they are used to select the individual Flight Lines out of a continuous data file, i.e. the segments between course changes of the aircraft.