Skip to content

Instantly share code, notes, and snippets.

@kdm9
Created June 19, 2014 07:43
Show Gist options
  • Save kdm9/9b64e96b5de4646b674c to your computer and use it in GitHub Desktop.
Save kdm9/9b64e96b5de4646b674c to your computer and use it in GitHub Desktop.
def write_timestream(self, image):
assert(isinstance(image, TimeStreamImage))
fn = get_filename(image)
write_image(fn, image)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment