TALO = TALOEngage(C,[CloudFreeAlt],[condition])
Function to compute the minimum engagement time after lift off (TALO) for a given geometry.
|
Parameters |
Description |
|
C [struct] |
Case structure from CaseStruct |
|
CloudFreeAlt [scalar] |
(Optional) Altitude at which target breaks through clouds (m) - defaults to 0 m or the value in C.Atm.CloudFreeAlt if it exists. Care should be taken when using 0 for the cloud free altitude as round-off error may cause IsGoodGeom to return false when using the position corresponding to the TALO returned. |
|
condition [scalar] |
(Optional) 0 or empty for CloudFreeAlt, 1 for co-altitude with platform, 2 for elevation angle >=0. |
|
Return Values |
Description |
|
TALO [vector] |
Minimum TALO to engage (s). Returns Inf if platform is below cloud deck. |
ABLCase, ABLCaseTargData, IsGoodGeom
|
Copyright (c) MZA Associates 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|