Skip to content
David Siegel edited this page Apr 15, 2015 · 24 revisions

Welcome to the fits wiki!

Proposal for FITS as a service

Service API

  • Pass FITS parameters as file method: sendFitsExamineResponse() This method accepts a file's name and path, reads the data file as an inputstream and returns FITS output for client-side examination.

The first tests are using Apache ThreadPool.

Tomcat deployment architecture The Tomcat folder will be added to the base-level folder and include the necessary components (config, build files etc.) to deploy FITS as a service.

Notes: Clients will still require fits.jar to process the output

Clone this wiki locally