D2DM Name
D2DM Purpose
Function to convert from degrees to deg, min.
Category
Calling Sequence
s = d2dm( deg) Inputs
deg = input in degrees (scalar or array). in
Keyword Parameters
Keywords
FRACTION=nd Show fractional minutes to nd places.
Minutes are rounded to nearest if FRACTION not used.
DIGITS=n Force degrees to have n digits.
/NODEG No degree symbol added.
Outputs
s = output string. out
Common Blocks
Notes
Modification History
R. Sterner, 2006 Oct 11
R. Sterner, 2010 May 04 --- Converted arrays from () to [].
Copyright (C) 2006, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.