1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Add elevation mask

This commit is contained in:
Carles Fernandez 2018-08-16 10:05:15 +02:00
parent 653a2bfdb8
commit 9173041961
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -391,7 +391,7 @@ int StaticPositionSystemTest::configure_receiver()
config->set_property("PVT.iono_model", "OFF");
config->set_property("PVT.trop_model", "OFF");
config->set_property("PVT.AR_GPS", "PPP-AR");
//config->set_property("PVT.elevation_mask", std::to_string(25));
config->set_property("PVT.elevation_mask", std::to_string(15));
config_f = 0;
}