Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    npTDMS 0.4.1

    Download button

    No screenshots available
    Downloads: 134  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Adam Reeve | More programs
    LGPL / FREE
    July 13th, 2012, 17:12 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    npTDMS description

    Cross-platform, NumPy based module for reading TDMS files produced by LabView

    npTDMS is a cross-platform module for reading TDMS files as produced by LabView, based on the file format description at http://zone.ni.com/devzone/cda/tut/p/id/5696.

    Data is returned as a numpy array, and if the data storage is contiguous then numpy's fromfile is used so that loading is very fast.

    Typical usage might look like:

    #!/usr/bin/env python

    from nptdms import tdms
    tdms_file = tdms.TdmsFile("path_to_file.tdms")
    object = tdms_file.object('Group', 'Channel1')
    data = object.data
    time = object.time_track()
    # do stuff with data


    What Currently Doesn't Work

    This module doesn't support TDMS files with XML headers and some data types, eg. strings, time stamps and extended floating point values.

    Contributors/Thanks

    Thanks to Floris van Vugt who wrote the pyTDMS module, which helped when writing this module.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    numpy array | Python library | Python | numpy | array

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM