diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2008-05-08 01:40:58 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2008-05-08 01:40:58 +0000 |
commit | 05744bdb96c275f787205ebc59751a053e00bb05 (patch) | |
tree | 9b49fbdec84cb9e5d1af212de09a450cfee68aa0 /usr.bin/file/magdir/vicar | |
parent | 6b48017a29bf2d49da78618c15452a73b5327e04 (diff) |
Update file to 4.21.
tested by ian@ sthen@
OK ian@, "move ahead with it" deraadt@
Diffstat (limited to 'usr.bin/file/magdir/vicar')
-rw-r--r-- | usr.bin/file/magdir/vicar | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/file/magdir/vicar b/usr.bin/file/magdir/vicar new file mode 100644 index 00000000000..ab216eeea81 --- /dev/null +++ b/usr.bin/file/magdir/vicar @@ -0,0 +1,16 @@ + +#------------------------------------------------------------------------------ +# vicar: file(1) magic for VICAR files. +# +# From: Ossama Othman <othman@astrosun.tn.cornell.edu +# VICAR is JPL's in-house spacecraft image processing program +# VICAR image +0 string LBLSIZE= VICAR image data +>32 string BYTE \b, 8 bits = VAX byte +>32 string HALF \b, 16 bits = VAX word = Fortran INTEGER*2 +>32 string FULL \b, 32 bits = VAX longword = Fortran INTEGER*4 +>32 string REAL \b, 32 bits = VAX longword = Fortran REAL*4 +>32 string DOUB \b, 64 bits = VAX quadword = Fortran REAL*8 +>32 string COMPLEX \b, 64 bits = VAX quadword = Fortran COMPLEX*8 +# VICAR label file +43 string SFDU_LABEL VICAR label file |