Skip to content

Commit

Permalink
Address harvard-lts#189: add ProjectionValue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
CanOfBees committed Feb 8, 2019
1 parent 4197754 commit 18e160b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xml/exiftool/exiftool_video_to_fits.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<gpsDifferential>
<xsl:value-of select="exiftool/GPSDifferential[1]"/>
</gpsDifferential>

<!-- 360 deg projection type -->
<projectionType>
<xsl:value-of select="exiftool/ProjectionValue"/>
</projectionType>
</video>
</metadata>
</fits>
Expand Down

0 comments on commit 18e160b

Please sign in to comment.