I have lots of files with the following header:
dimensions:
grp = 100 ;
time = UNLIMITED ; // (2184 currently)
length = 3 ;
scal = 1 ;
bands = 2 ;
midS1AndTime = 52569 ;
midS2AndTime = 52569 ;
midT3AndTime = 52569 ;
t1AndTime = 52569 ;
t2ndTime = 52569 ;
t3AndTime = 52569 ;
All the files cover the same time period and I want to concatenate by grp
. Basically, each file has 100 grp
s each.
How can I do this?