-
Notifications
You must be signed in to change notification settings - Fork 156
How to create a new project
The easiest way to create a new goGPS project is by using the provided GUI or copying another existing project.
Open the goGPS interface by executing goGPS
in the MATLAB Command Window.
- From the
Menu
chooseProject
->New
goGPS will open this window:
Fill all the fields.
-
Project Time - Select the type of project that you want to create, depending on this choice the settings of the new project will be adjusted to a suggested configuration. The possible choices are four:
- PPP Precise Point Positioning
- NET (short baselines) no iono - no tropo
- NET (medium baselines) no iono
- NET (long baselines) iono - free network
-
Where to create - select the directory that will contain the new project folder
-
Project Name - Provide a name for the new project (this will be also the name of the project folder)
-
Observations folder - select the directory in which the observations are stored, a subfolder structure can be present (e.g.
RINEX/YEAR/DOY/RINEX_FILE_NAME.YYO
) and the operation to perform:- Copy the observations folder into the new project
- Move the observations folder into the new project
- Keep observations in the current folder
- Do not add any receiver now
-
Press "Create New Project". If no errors will occur, the project will be created and the goGPS interface for editing settings will be refreshed with the new parameters.
At this point, the new project can be customized and executed.
- Wiki settings page - for the meaning of all the parameters
- Wiki Command language page - for a description of all the available commands
A goGPS project is usually stored in a folder with a fixed structure, although all the directories could be changed in the settings file, we suggest to keep the original structure (see the section Directories of goGPS). Ephemerides and external resources can be stored within the project folder, but since the same resource could be used in different projects we keep them in folders common among all the projects.
- Home
- Introduction
- Installation
- Settings
- Command language
- How to create a new project