which ftool ftool --version The most common usage: FTOOLS (FITS Tools) by NASA’s HEASARC – a suite for manipulating FITS files. The command-line driver is often called ftool or individual tools like fhelp , flist , fimg , etc.
# Debian/Ubuntu (rare, check first) apt-cache search ftool git clone https://github.com/user/ftool.git cd ftool make sudo make install ftool download
docker pull heasarc/ftools docker run -it heasarc/ftools After installation, set environment variables: which ftool ftool --version The most common usage:
export HEADAS=/path/to/headas source $HEADAS/headas-init.sh Some Windows utilities name their executable ftool.exe for FTP/SFTP automation. # Conda (simplest) conda install -c conda-forge ftools
# Conda (simplest) conda install -c conda-forge ftools sudo apt-get install ftools-package
Since “ftool” can refer to different utilities, this guide covers the most common ones. Some lightweight Linux distributions or embedded systems include ftool (or a similarly named binary) for file operations like truncation, seeking, or low-level writes.
which ftool ftool --version The most common usage: FTOOLS (FITS Tools) by NASA’s HEASARC – a suite for manipulating FITS files. The command-line driver is often called ftool or individual tools like fhelp , flist , fimg , etc.
# Debian/Ubuntu (rare, check first) apt-cache search ftool git clone https://github.com/user/ftool.git cd ftool make sudo make install
docker pull heasarc/ftools docker run -it heasarc/ftools After installation, set environment variables:
export HEADAS=/path/to/headas source $HEADAS/headas-init.sh Some Windows utilities name their executable ftool.exe for FTP/SFTP automation.
# Conda (simplest) conda install -c conda-forge ftools sudo apt-get install ftools-package
Since “ftool” can refer to different utilities, this guide covers the most common ones. Some lightweight Linux distributions or embedded systems include ftool (or a similarly named binary) for file operations like truncation, seeking, or low-level writes.