Class WMMEarthMagneticFluxDensityEstimatorTest
java.lang.Object
com.irurueta.navigation.inertial.wmm.WMMEarthMagneticFluxDensityEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final Calendarprivate static final longprivate static final Stringprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final Calendarprivate static final longprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static GregorianCalendarcreateCalendar(long timestamp) private static DatecreateDate(long timestamp) private static com.irurueta.navigation.frames.NEDPositionprivate static longprivate static doublecreateYear(GregorianCalendar calendar) (package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
FILE_PATH
- See Also:
-
TO_NANO
private static final double TO_NANO- See Also:
-
ANGLE_ERROR
private static final double ANGLE_ERROR- See Also:
-
INTENSITY_ERROR
private static final double INTENSITY_ERROR- See Also:
-
TIME_ERROR
private static final double TIME_ERROR- See Also:
-
MIN_LATITUDE_DEGREES
private static final double MIN_LATITUDE_DEGREES- See Also:
-
MAX_LATITUDE_DEGREES
private static final double MAX_LATITUDE_DEGREES- See Also:
-
MIN_LONGITUDE_DEGREES
private static final double MIN_LONGITUDE_DEGREES- See Also:
-
MAX_LONGITUDE_DEGREES
private static final double MAX_LONGITUDE_DEGREES- See Also:
-
MIN_HEIGHT_METERS
private static final double MIN_HEIGHT_METERS- See Also:
-
MAX_HEIGHT_METERS
private static final double MAX_HEIGHT_METERS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
START_CALENDAR
-
END_CALENDAR
-
START_TIMESTAMP_MILLIS
private static final long START_TIMESTAMP_MILLIS -
END_TIMESTAMP_MILLIS
private static final long END_TIMESTAMP_MILLIS
-
-
Constructor Details
-
WMMEarthMagneticFluxDensityEstimatorTest
WMMEarthMagneticFluxDensityEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
- Throws:
IOException
-
testDeclinationModel2020
- Throws:
IOException
-
testDeclinationModel2025
- Throws:
IOException
-
testDipModel2020
- Throws:
IOException
-
testDipModel2025
- Throws:
IOException
-
testHorizontalIntensityModel2020
- Throws:
IOException
-
testHorizontalIntensityModel2025
- Throws:
IOException
-
testNorthIntensityModel2020
- Throws:
IOException
-
testNorthIntensityModel2025
- Throws:
IOException
-
testEastIntensityModel2020
- Throws:
IOException
-
testEastIntensityModel2025
- Throws:
IOException
-
testVerticalIntensityModel2020
- Throws:
IOException
-
testVerticalIntensityModel2025
- Throws:
IOException
-
testIntensityModel2020
- Throws:
IOException
-
testIntensityModel2025
- Throws:
IOException
-
testConvertTime
@Test void testConvertTime() -
testGetDeclinationWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetDeclination
- Throws:
IOException
-
testGetDipWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetDip
- Throws:
IOException
-
testGetIntensityWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetIntensity
- Throws:
IOException
-
testGetHorizontalIntensityWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetHorizontalIntensity
- Throws:
IOException
-
testGetVerticalIntensityWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetVerticalIntensity
- Throws:
IOException
-
testGetNorthIntensityWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetNorthIntensity
- Throws:
IOException
-
testGetEastIntensityWithDefaultTimeAndHeight
- Throws:
IOException
-
testGetEastIntensity
- Throws:
IOException
-
testEstimate1
- Throws:
IOException
-
testEstimate2
- Throws:
IOException
-
createYear
-
createPosition
private static com.irurueta.navigation.frames.NEDPosition createPosition() -
createTimestamp
private static long createTimestamp() -
createDate
-
createCalendar
-