Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow usage of FITS Servlet #38

Merged
merged 1 commit into from
May 1, 2019
Merged

Allow usage of FITS Servlet #38

merged 1 commit into from
May 1, 2019

Conversation

little9
Copy link
Contributor

@little9 little9 commented May 1, 2019

FITS servlet is a verison of FITS that runs on a web
server. It's much more efficient than running it via
the shell script, because it doesn't need to be reinitialized
each time it is called. That improves performance when
running running FITS on a large number of files.

This PR allows you to use that version of FITS by setting
the FITS_SERVLET_URL and using the FitsServlet Characterizer
class.

FITS servlet is a verison of FITS that runs on a web
server. It's much more efficient than running it via
the shell script, because it doesn't need to be reinitialized
each time it is called. That improves performance when
running running FITS on a large number of files.

This PR allows you to use that version of FITS by setting
the `FITS_SERVLET_URL` and using the `FitsServlet` Characterizer
class.
@little9 little9 requested a review from bess May 1, 2019 18:22
@coveralls
Copy link

Coverage Status

Coverage increased (+0.9%) to 83.24% when pulling f887937 on fits-servlet into 73aa000 on master.

@bess bess merged commit 4cc9ac8 into master May 1, 2019
@bess bess deleted the fits-servlet branch May 1, 2019 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants