Class: Ddr::FileTools::Fits

Inherits:
Provider show all
Defined in:
lib/ddr/filetools/fits.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Provider

#call

Class Attribute Details

.fits_pathObject

Path to FITS executable (fits.sh or fits.bat)



9
10
11
# File 'lib/ddr/filetools/fits.rb', line 9

def fits_path
  @fits_path
end

Instance Method Details

#metadata(file_path) ⇒ Object



14
15
16
# File 'lib/ddr/filetools/fits.rb', line 14

def (file_path)
  call command(file_path)
end