| CloseUDF | TCL UTILITIES USER MANUAL | CloseUDF |
|---|
| FileOpen  |
|
| Key | - | The data key used in the call to FileOpen when opening the UDF files. |
| Ver | - | The version number used in the call to FileOpen when opening the UDF files. |
# OPEN and close the UDF IMAGE orbit data file
# INITIALIZE the UDF common variables
UDFInits
# GET the key for the UDF hierarchy IMAGE IMAGE1 OA ORBIT IMOORBIT
set KeY [GetDataKey IMAGE IMAGE1 OA ORBIT IMOORBIT]
# OPEN the data file containing the time 2001 198 1 0 0
FileOpen $KeY 0 2001 198 1 0 0 2001 198 6 0 0
# CLOSE the UDF data files
CloseUDF $KeY 0
| Feb 19, 2007 |
|---|