Hi,
I'm having problems with the FILE_UNTAR from IDL (8.4). I'm working with the Cluster Science Archive (CAS) and the data there is compressed in .tar.gz format. As I try to untar the data the following message appears in the console:
% Uncompress c:\Users\jromero\IDLworkspace84\TDAS\spedas_1_00\idl\Jose\CSA_data\jromerol1245913.tar.gz 125839360 bytes
% CSA_Download_20151126_1112/C2_CP_FGM_FULL/C2_CP_FGM_FULL__20011001_000000_20011002_000000_V140306.cdf, 62815401 bytes
% FILE_UNTAR: Error writing file c:\Users\jromero\IDLworkspace84\TDAS\spedas_1_00\idl\Jose\CSA_data\CSA_Download_20151126_1112\C2_CP_FGM_FULL\C2_CP_FGM_FULL__20011001_000000_20011002_000000_V140306.cdf, skipping...
% CSA_Download_20151126_1112/C1_CP_FGM_FULL/C1_CP_FGM_FULL__20011001_000000_20011002_000000_V140306.cdf, 63015272 bytes
% FILE_UNTAR: Error writing file c:\Users\jromero\IDLworkspace84\TDAS\spedas_1_00\idl\Jose\CSA_data\CSA_Download_20151126_1112\C1_CP_FGM_FULL\C1_CP_FGM_FULL__20011001_000000_20011002_000000_V140306.cdf, skipping...
% Total 0 files, 125830673 bytes
% Time elapsed: 0.61500001 seconds.
Which is actually weird, because the gzip decompression is done as can be seen in the first line, and even the contents are read, however the files cannot be extracted and written, so in the end it doesn't work at all. I''ve tried almost everything, changing the output directory (figuring there could maybe be administrator problems) but always the same problem. Moreover, I've tried to untar another .tar.gz file created with the IDL procedure FILE_TAR, and actually, the FILE_UNTAR worked for such a file, so I figured, there were any admin problems for writting at all. I hope someone can give me a solution, thanks in advance.
|