(42S/DM42/Free42/Plus42) Most Probable Position
|
11-04-2023, 03:11 AM
Post: #1
|
|||
|
|||
(42S/DM42/Free42/Plus42) Most Probable Position
The program MPP calculates an adjusted latitude (+N, -S) and adjusted longitude (+W, -E) of an observer:
* The latitude and longitude of the observer's dead reckoning. * The computed altitude and azimuth (N = 0°, E = 90°, S = 180°, W = 270°). * The height of the sextant held by the observer. The most probable position is calculated by: Calculated latitude: LAT* = L - (Hc - H0) × cos(Z) Calculated longitude: LON* = λ - ( (H0 - Hc) × sin(Z) ÷ cos(L) ) where L = dead reckoning latitude λ = dead reckoning longitude Hc = computed altitude of the celestial object Z = zenith of the celestial object H0 = correct sextant height L, λ, Hc, H0 are customarily entered in degrees-minutes or degrees-minutes-seconds format. Instructions Soft menu items are enclosed in parenthesis. 1. Enter the longitude and latitude in DDMM.m format. DD represents decimal degrees, MM represents the integer part of minutes, and .m represents the fractional part of minutes. Examples: Enter 52°00' as 5200. Enter 17°16.56' as 1716.56. Enter the longitude, press [ENTER], enter the latitude, then press (LA/LO). North longitude is positive, west latitude is positive. 2. Enter the altitude of the reference object (star, planet, sun, other celestial object) in DDMM.m format, press [ENTER], the object's zenith in degrees, then press (HC/Z). 3. Enter the correct sextant height in DDMM.m format, press (>H0). The altitude intercept (Hc - H0) is displayed in miles. 4. Press (CALC) to get the computed latitude (LAT*), press [ R/S ] to get the computed longitude (LNG*). To exit the program, press (EXIT). Code: 00 { 234-Byte Prgm } Download: https://drive.google.com/file/d/1Jrs14guVv3wuYEMuFRYDq4N3MGHrICxL/view?usp=sharing Example Data Given: Latitude: 30°44' N Longitude: 128°36' W Computed Altitude of star: 21°40' Azimuth of the star: 61° Corrected Sextant: 19°32' Enter: 3044 ENTER 12836 (LA/LO) 2140 ENTER 61 (HC/Z) 1932 (>H0) (CALC) LAT*=2941.57 (29°41.57' N) LNG*=13046.25 (130°46.25' W) Source Hewlett Packard. "NAV 1-20A: MOST PROBABLE POSITION" HP-65 Navigation Pac 1 1974. pp. 64-65, 137 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)