/*--------------------------------------------------------------------------- File name : fitsedit.c Author : N. Devillard Created on : March 2000 Description : FITS header manipulation ---------------------------------------------------------------------------*/ /* $Id: fitsedit.c,v 1.10 2000/10/11 15:32:56 ndevilla Exp $ $Author: ndevilla $ $Date: 2000/10/11 15:32:56 $ $Revision: 1.10 $ */ /*--------------------------------------------------------------------------- * Includes *--------------------------------------------------------------------------*/ #include #include #include int main(void) { printf( "\n\n" "This tool is not supported anymore.\n" "If you want to process your FITS headers\n" "check out the FTU tool from ESO:\n" "\n" "http://archive.eso.org/ftu/\n" "\n" "If you only want to modify header cards, you can\n" "also check out 'replacekey' in the current eclipse\n" "distribution.\n" "\n\n"); return 0; }