commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.


From: Git Repository
Subject: [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-497-g1530b61
Date: Mon, 2 Nov 2009 10:58:01 -0700 (MST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gnuradio.git at gnuradio.org".

The branch, master has been updated
       via  1530b6153fe21bf8c77f76c5d854108dd47069f6 (commit)
       via  a8ab0d1f73a0f9d62fb1a61802f906744690cebb (commit)
      from  ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1530b6153fe21bf8c77f76c5d854108dd47069f6
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 2 09:57:32 2009 -0800

    gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframer
    
    Added Octave script to convert from frame data to AVHRR channel images
    Removed noaa_hrpt_bit_sync block

commit a8ab0d1f73a0f9d62fb1a61802f906744690cebb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 2 06:45:21 2009 -0800

    Added frames_to_ppm Octave script, use ImageMagick to convert to png

-----------------------------------------------------------------------

Summary of changes:
 config/grc_gr_noaa.m4                           |    1 +
 gr-noaa/Makefile.am                             |    2 +-
 gr-noaa/apps/demod_hrpt_file.grc                |   35 +------
 gr-noaa/apps/demod_hrpt_file.py                 |    6 +-
 gr-noaa/apps/file_rx_hrpt.grc                   |  115 +++++++++--------------
 gr-noaa/apps/file_rx_hrpt.py                    |    6 +-
 gr-noaa/apps/usrp_rx_hrpt.grc                   |  115 +++++++++--------------
 gr-noaa/apps/usrp_rx_hrpt.py                    |    6 +-
 gr-noaa/apps/usrp_rx_hrpt_nogui.grc             |   71 +++++----------
 gr-noaa/apps/usrp_rx_hrpt_nogui.py              |    6 +-
 gr-noaa/grc/Makefile.am                         |    1 -
 gr-noaa/grc/noaa_hrpt_bit_sync.xml              |   16 ---
 gr-noaa/lib/Makefile.am                         |    2 -
 gr-noaa/lib/noaa_hrpt_bit_sync.cc               |   72 --------------
 gr-noaa/lib/noaa_hrpt_bit_sync.h                |   49 ----------
 gr-noaa/lib/noaa_hrpt_deframer.cc               |   70 ++++++++------
 gr-noaa/lib/noaa_hrpt_deframer.h                |    2 +
 {gcell/include/gcell => gr-noaa/oct}/.gitignore |    0 
 gr-noaa/{python => oct}/Makefile.am             |    7 +-
 gr-noaa/oct/frames-to-png.sh                    |    9 ++
 gr-noaa/oct/frames_to_ppm.m                     |   85 +++++++++++++++++
 gr-noaa/swig/Makefile.am                        |    1 -
 gr-noaa/swig/noaa_hrpt_bit_sync.i               |   32 ------
 gr-noaa/swig/noaa_swig.i                        |    2 -
 24 files changed, 268 insertions(+), 443 deletions(-)
 delete mode 100644 gr-noaa/grc/noaa_hrpt_bit_sync.xml
 delete mode 100644 gr-noaa/lib/noaa_hrpt_bit_sync.cc
 delete mode 100644 gr-noaa/lib/noaa_hrpt_bit_sync.h
 copy {gcell/include/gcell => gr-noaa/oct}/.gitignore (100%)
 copy gr-noaa/{python => oct}/Makefile.am (94%)
 create mode 100755 gr-noaa/oct/frames-to-png.sh
 create mode 100644 gr-noaa/oct/frames_to_ppm.m
 delete mode 100644 gr-noaa/swig/noaa_hrpt_bit_sync.i


hooks/post-receive
-- 
gnuradio.git at gnuradio.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]