Skip to content

Instantly share code, notes, and snippets.

View awade's full-sized avatar

Andrew Wade awade

  • The Australian National University
  • Canberra, Australia
View GitHub Profile
@awade
awade / PTWtoTIFF.m
Created September 22, 2017 03:05
This is a simple matlab script for converting WiDy .ptw raw video files to batches of .tiff files. Code is drawn from their manual, have added a bit to write out to tiff.
% Converts PTW raw video files (from WiDy software) to batches of tiff
% files sequentially numbered.
% Andrew Wade
% [email protected]
% September 2017
% Adapted from example code given on p10 of WiDy SWIR User Manual
/***************************************************
Temperature logger
Must use ESP8266 Arduino from:
https://github.com/esp8266/Arduino
Works with Adafruit's Huzzah ESP board:
----> https://www.adafruit.com/product/2471
Adapted from code Written by Todd Treece.