From: Christos Zoulas Date: Thu, 31 Mar 2011 22:11:16 +0000 (+0000) Subject: add rinex X-Git-Tag: FILE5_06~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a02a24bfcc6f4aab866d05a5840faeccbe0ae42;p=file add rinex --- diff --git a/magic/Magdir/rinex b/magic/Magdir/rinex new file mode 100644 index 00000000..9dc54d34 --- /dev/null +++ b/magic/Magdir/rinex @@ -0,0 +1,18 @@ + +#------------------------------------------------------------------------------ +# $File: rinex,v 1.1 2011/03/31 22:11:16 christos Exp $ +# rinex: file(1) magic for RINEX files +# http://igscb.jpl.nasa.gov/igscb/data/format/rinex210.txt +60 string RINEX +>80 search/256 XXRINEXM RINEX Data, Meteorological +>>&32 string x , date %15.15s +>>5 string x , version %6.6s +!:mime rinex/meteorological +>80 search/256 XXRINEXN RINEX Data, Navigation +>>&32 string x , date %15.15s +>>5 string x , version %6.6s +!:mime rinex/navigation +>80 search/256 XXRINEXO RINEX Data, Observation +>>&32 string x , date %15.15s +>>5 string x , version %6.6s +!:mime rinex/observation diff --git a/magic/Makefile.am b/magic/Makefile.am index ba380768..a64814ae 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.63 2011/03/15 02:09:38 christos Exp $ +# $File: Makefile.am,v 1.64 2011/03/31 22:11:16 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -173,6 +173,7 @@ $(MAGIC_FRAGMENT_DIR)/pyramid \ $(MAGIC_FRAGMENT_DIR)/python \ $(MAGIC_FRAGMENT_DIR)/revision \ $(MAGIC_FRAGMENT_DIR)/riff \ +$(MAGIC_FRAGMENT_DIR)/rinex \ $(MAGIC_FRAGMENT_DIR)/rpm \ $(MAGIC_FRAGMENT_DIR)/rtf \ $(MAGIC_FRAGMENT_DIR)/ruby \