Image data files

Echoview supports the display of image files (*.jpg or *.jpeg) that contain Exif data. If no valid Exif data is contained within the file, a *.media.csv file can be created to supply the date/time information that Echoview requires. Image data is displayed in a Media window and can be auto-synchronized with echograms.

Images added to a fileset are derived as an image variable.

Notes:

  • Image files from the same device or study can be added to one fileset.
  • Unrelated image files can be added to separate filesets.
  • Performance issues may arise when large high definition images are used. Resizing images to 1024x768 reduces file size and may improve performance.

*.media.csv file

A *.media.csv file contains a list of image file names with associated dates and times (that allow millisecond precision) in comma separated variable format. The information in the file is used instead of image EXIF data. The *.media.csv file should be in the same folder as the image files. If there are multiple files with the .media.csv extension, Echoview ignores all but the first file.

*.media.csv file format

*.media.csv header row

Media_filename

Media_date

Media_time

Media_milliseconds

Data row

Media file name and file extension.

File names can be in any order. Quote marks around full names are optional.

Image date format.

yyyy-MM-dd

Image time format.

HH:mm:SS

Image milliseconds format.

TTT.T

Example data

Media_filename,Media_date,Media_time,Media_milliseconds
IMG_5621.JPG,2017-05-08,10:26:02,123.4
IMG_5625.JPG,2017-05-08,10:27:40,432.1
IMG_5635.JPG,2017-05-08,10:29:40,999.9
IMG_5636.JPG,2017-05-08,10:30:06,0
IMG_5646.JPG,2017-05-08,10:36:50,333.3

See also

About the Media window
Raw variables derived from Image data files