]> granicus.if.org Git - file/commitdiff
add rinex
authorChristos Zoulas <christos@zoulas.com>
Thu, 31 Mar 2011 22:11:16 +0000 (22:11 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 31 Mar 2011 22:11:16 +0000 (22:11 +0000)
magic/Magdir/rinex [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/rinex b/magic/Magdir/rinex
new file mode 100644 (file)
index 0000000..9dc54d3
--- /dev/null
@@ -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               \b, date %15.15s
+>>5    string          x               \b, version %6.6s
+!:mime rinex/meteorological
+>80    search/256      XXRINEXN        RINEX Data, Navigation  
+>>&32  string          x               \b, date %15.15s
+>>5    string          x               \b, version %6.6s
+!:mime rinex/navigation
+>80    search/256      XXRINEXO        RINEX Data, Observation
+>>&32  string          x               \b, date %15.15s
+>>5    string          x               \b, version %6.6s
+!:mime rinex/observation
index ba380768f2b68eb3495630aaf2aa8edeb1dc0213..a64814ae67317e38b4177f21c0bf87bc894284ba 100644 (file)
@@ -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 \