Ftool Download _hot_ Page

export HEADAS=/path/to/headas source $HEADAS/headas-init.sh Some Windows utilities name their executable ftool.exe for FTP/SFTP automation.

Here is informative content regarding — typically referring to the download of ftool , a command-line utility for managing file systems, working with FITS files (in astronomy), or other specialized tools depending on the context. ftool download

# Conda (simplest) conda install -c conda-forge ftools sudo apt-get install ftools-package export HEADAS=/path/to/headas source $HEADAS/headas-init

wget https://heasarc.gsfc.nasa.gov/FTP/software/lheasoft/lheasoft.tar.gz tar -xzf lheasoft.tar.gz cd lheasoft ./configure make make install working with FITS files (in astronomy)

# Debian/Ubuntu (rare, check first) apt-cache search ftool git clone https://github.com/user/ftool.git cd ftool make sudo make install