RE: Re: [udf-dlm-develop] present status
Brought to you by:
esm
From: Harald F. <hf...@ap...> - 2000-01-20 23:06:44
|
>I'll bet good money that the "16" you're seeing is intended to be >the bit length... We will look into this and I will let you know as soon as you owe us some money, or we owe something to you (I actuelly fear the latter will be the case). >Are they one scalar value per record? Yes, it is always one scalar per record, even for the matrix-containing files, which otherwise produce vectors of 256 elements, even if it should only be a scalar (I forgot to mention this in my previous mail, but I already mentioned it earlier.) This here is the first part of the data structure, and there is some "break" in it after the STOP_AZ, because all previous fields are scalars, everything after it becomes a 256-vector (except the 256x256 image) IDL> help,d,/struc ** Structure IMFHWIC, 52 tags, length=178240: BTIME STRUCT -> UDF_TIME Array[1] ETIME STRUCT -> UDF_TIME Array[1] D_QUAL DOUBLE 6.0000000 START_AZ FLOAT 0.00000 STOP_AZ FLOAT -2801.27 SCAN_INDEX FLOAT Array[256] WIC_PIXELS UINT Array[256, 256] PRODUCT_CODE FLOAT Array[256] ========================================================= Harald U. Frey Space Sciences Lab phone: 510-643-3323 University of California fax: 510-643-2624 Berkeley, CA 94720-7450 email: hf...@ss... |