combine_videofiles
Program
- program combine_videofiles
combine slices for two different frequencies and combine using a suitable color table layout.
24-feb-09/axel: adapted from read_videofiles.x
- Use :
- Call to:
Subroutines and functions
- subroutine read_slice(file, a, ndim1, ndim2, t, it, lun, eof)
read an existing slice file
12-nov-02/axel: coded
- Parameters:
file [character]
a (ndim1,ndim2) [real]
ndim1 [integer]
ndim2 [integer]
t [real]
it [integer]
lun [integer]
eof [logical,out]
- Called from:
- subroutine append_slice(file, a, ndim1, ndim2, t, it, lun)
append to a slice file
12-nov-02/axel: coded
- Parameters:
file [character]
a (ndim1,ndim2) [real]
ndim1 [integer]
ndim2 [integer]
t [real]
it [integer]
lun [integer]
- Called from: