I want to just convert from float32 to 16b with scale factor of 10. I wonder
why some files were converted correctly while some were not converted
correctly. By means, the results of some files are weird. the original files
are all ok!.
dir1<- list.files("C:\\New folder (13)", "*.img", full.nam
The code given below worked well. However, the problem is that when I typed
dir1 to see the results I found that R order the files as:
[1] "data1.flt" "data10.flt" "data100.flt" "data101.flt"
[5] "data102.flt" "data103.flt" "data104.flt" "data105.flt"
[9] "data106.flt" "data107.flt" "data1
2 matches
Mail list logo