class Hydra::FileCharacterization::Characterizers::FitsServlet

Protected Instance Methods

command() click to toggle source
# File lib/hydra/file_characterization/characterizers/fits_servlet.rb, line 9
def command
  "curl -s -k -F datafile=@'#{filename}' #{ENV['FITS_SERVLET_URL']}/examine"
end