Search found 2 matches
- Thu Oct 10, 2024 3:50 am America/New_York
- Forum: Home
- Question: TEMPO RAD netCDF dimensions for wavecal_params
- Replies: 3
Re: TEMPO RAD netCDF dimensions for wavecal_params
Hi, thanks for forwarding the issue! Note that a similar issue exists in band_290_490_nm: there the final dimension of wavecal_params is reported to be 'xtrack' instead of 'wavecal_par'. The quickest way to see it, is using the ncdump command line utility ("ncdump -h <L1B filename>").
- Wed Oct 02, 2024 8:05 am America/New_York
- Forum: Home
- Question: TEMPO RAD netCDF dimensions for wavecal_params
- Replies: 3
TEMPO RAD netCDF dimensions for wavecal_params
Hi, I get strange results when looking up the dimensions for the "wavecal_params" variable in the TEMPO L1B RAD product files using the netCDF library. The dimensions should be "(mirror_step, xtrack, wavecal_par)", e.g. 123 * 2048 * 1 in the V3 RAD files I have. However, when I l...