Skip to content

Commit

Permalink
added jpg format
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jun 26, 2018
1 parent 7b45bd6 commit 173e8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nianalysis/file_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def get_node(self, name):

# General image formats
gif_format = FileFormat(name='gif', extension='.gif')
png_format = FileFormat(name='portable-network-graphics',
extension='.png')
png_format = FileFormat(name='png', extension='.png')
jpg_format = FileFormat(name='jpg', extension='.jpg')

# PET formats
list_mode_format = FileFormat(name='pet_list_mode', extension='.bf')
Expand Down

0 comments on commit 173e8af

Please sign in to comment.