Personal tools
You are here: Home CDAT Tips and Tricks File I/O Tips Reading binary data in CDAT
Document Actions

Reading binary data in CDAT


  Table of Contents Previous Next
Contents Previous Next

Goal: Learn how to read binary data in CDAT.

  • Use Python “struct” Module
  • Use VCDAT
  • In general use browser.gui_read_Struct.read
browser.gui_read_Struct.read( file ,format="", 
endian='@', datatype='f', ids=[], shape=[], separator="")



  Table of Contents Previous Next
Contents Previous Next

Powered by Plone