Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SEAM
seamcat
Commits
6127981e
Commit
6127981e
authored
1 year ago
by
Stephan Korsholm
Browse files
Options
Download
Email Patches
Plain Diff
#146
: Unstatic
parent
815062a2
master
#187_FDP
#253_IMT2020_Results_enh
#256_EPP_15_ClutterHeight
119-geo-satellite-down-link-plugin
119-geo-satellite-down-link-system-plugin-as-interferer
119-merge
174-load-relative-positioning-from-file
204-alternative-approaches
204-cpu-time-only-approx-40-is-used
215-compare-tool-improvements-2
221-opening-workspaces-with-embedded-jar
251-add-info-parameter-to-samples
254-extending-event-results-enhancements-to-other-cellular
254-extending-event-results-enhancements-to-other-cellular-ofdma
254_alt
Advanced_EPPTest
5.5.1-loctime-1
5.5.1-ALPHA-5
5.5.1-ALPHA-4
5.5.1-ALPHA-3
5.5.1-ALPHA-2
5.5.0-official
5.5.0-beta-2
5.5.0-beta-1
5.5.0-alpha-4
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
core/src/main/java/org/seamcat/Seamcat.java
+0
-1
core/src/main/java/org/seamcat/Seamcat.java
core/src/main/java/org/seamcat/model/propagation/ClimateDataImpl.java
+3
-3
...n/java/org/seamcat/model/propagation/ClimateDataImpl.java
core/src/test/java/org/seamcat/model/propagation/TerrainHelperTest.java
+5
-0
...java/org/seamcat/model/propagation/TerrainHelperTest.java
core/src/test/resources/integrationtests/Test_terrain_RadioMet__146.sws
+0
-0
...resources/integrationtests/Test_terrain_RadioMet__146.sws
with
8 additions
and
4 deletions
+8
-4
core/src/main/java/org/seamcat/Seamcat.java
+
0
-
1
View file @
6127981e
...
...
@@ -130,7 +130,6 @@ public class Seamcat {
new
BuildersImpl
(),
new
AntennaGainFactoryImpl
(),
new
FunctionFactoryImpl
(),
new
CoverageRadiusFactoryImpl
(),
new
EventProcessingFactoryImpl
(),
new
CorrelationModeFactoryImpl
(),
new
PluginFactoryImpl
(),
new
ResultFactoryImpl
(),
new
SystemHandlerImpl
());
ClimateDataImpl
.
loadITUdata
();
// default ui factory with limited capabilities
Factory
.
initializeUI
(
new
LoggingUIFactory
());
...
...
This diff is collapsed.
Click to expand it.
core/src/main/java/org/seamcat/model/propagation/ClimateDataImpl.java
+
3
-
3
View file @
6127981e
...
...
@@ -10,13 +10,13 @@ import org.seamcat.model.plugin.propagation.ClimateData;
import
org.seamcat.model.plugin.propagation.TerrainCoordinate
;
public
class
ClimateDataImpl
implements
ClimateData
{
private
static
List
<
String
>
deltaNData
;
private
static
List
<
String
>
n0Data
;
private
List
<
String
>
deltaNData
;
private
List
<
String
>
n0Data
;
/**
* loads the data from ITU-R F452-16 additional file (deltaN and N0)
*/
public
static
void
loadITUdata
()
{
public
ClimateDataImpl
()
{
// TODO get deltaN and N0 from ITU data and set to PMP
deltaNData
=
new
ArrayList
<>();
n0Data
=
new
ArrayList
<>();
...
...
This diff is collapsed.
Click to expand it.
core/src/test/java/org/seamcat/model/propagation/TerrainHelperTest.java
+
5
-
0
View file @
6127981e
...
...
@@ -210,6 +210,11 @@ public class TerrainHelperTest extends DeterministicWorkspaceLoader {
testUtil
.
assertDoubleEquals
(
IRSSB_EXPECTED
,
iRssB
);
}
@Test
public
void
testPMP452
()
throws
Exception
{
loadWorkspace
(
"/Test_terrain_RadioMet__146.sws"
);
}
// Test of results and PL with Terrain ISL Cellular & Generic -> VSL Generic systems
// Uses PMPs ITU-r P.452-16, P.452-17, P.2001-4
@Test
...
...
This diff is collapsed.
Click to expand it.
core/src/test/resources/integrationtests/Test_terrain_RadioMet__146.sws
0 → 100644
+
0
-
0
View file @
6127981e
File added
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets