[ 
https://issues.apache.org/jira/browse/TIKA-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227437#comment-13227437
 ] 

Peter May edited comment on TIKA-874 at 3/12/12 1:12 PM:
---------------------------------------------------------

This patch identifies FITS files, based on the signature used by the file(1) 
command and also specified in RFC4047 (http://fits.gsfc.nasa.gov/rfc4047.txt).

It includes a simple unit test (added to TestMimeTypes) using a FITS file 
created using imageMagick to convert 
https://github.com/apache/tika/blob/trunk/tika-parsers/src/test/resources/test-documents/testJPEG.jpg
 to a FITS image.

Comments welcome.
                
      was (Author: pete.s.may):
    This patch identifies FITS files, based on the signature used by the 
file(1) command and also specified in RFC4047 
(http://fits.gsfc.nasa.gov/rfc4047.txt).

It includes a simple unit test (added to TestMimeTypes) using a FITS file 
created using imageMagick to convert 
https://github.com/apache/tika/blob/trunk/tika-parsers/src/test/resources/test-documents/testJPEG.jpg
 to a FITS image.

Comments welcome on the best approach forward.
                  
> Identify FITS (Flexible Image Transport System) files
> -----------------------------------------------------
>
>                 Key: TIKA-874
>                 URL: https://issues.apache.org/jira/browse/TIKA-874
>             Project: Tika
>          Issue Type: Improvement
>          Components: mime
>    Affects Versions: 1.1, 1.2
>            Reporter: Peter May
>            Priority: Minor
>         Attachments: fits_support.patch
>
>
> Tika does not have a defined signature for application/fits files.  I have 
> created a patch (based on file(1) magic) to address identification of such 
> files, including a simple unit test.
> This patch only handles identification, not parsing of FITS files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to