[udf-dlm-develop] New udf.c
Brought to you by:
esm
From: Eduardo S. <es...@la...> - 2000-01-04 19:02:04
|
Developers, I've checked in a new udf.c. The returned data structure now contains a scalar value for each of START_AZ and STOP_AZ: IDL> help,d[200],/st ** Structure IMMIMAGE, 60 tags, length=1156: BTIME STRUCT -> UDF_TIME Array[1] ETIME STRUCT -> UDF_TIME Array[1] D_QUAL DOUBLE 0.0000000 START_AZ FLOAT 5.19901 STOP_AZ FLOAT 11.5990 SCAN_INDEX FLOAT Array[5] ... If you like, please run "cvs update" to grab the new copy. IMPORTANT NOTE: the values are scalars because in my testing, even though there seem to be 5 (or however many) values for start_az for each sensor, they are all identical. If you have a counterexample, or believe that they should be arrays, please let me know. Thanks, ^E |