/* FILE: qd_banner.c * PURPOSE: Print QDPHOT banner. * AUTHOR: Kenneth J. Mighell (mighell@noao.edu) * LANGUAGE: ANSI C * DATE: 2001JUL03 * COPYRIGHT: (C) 2001 Assoc. of Universities for Research in Astronomy Inc. */ #include "mx.h" #include "qdphot.h" void qdphot5_Banner_vf2 ( FILE *ofp, char *tag ){ char mxfunc[] = "qdphot5_Banner_vf2"; int status; int size = 18; char *banner[] = { "", "", " +---------------------------------------------------------------------+", " | QDPHOT (Quick & Dirty Stellar Photometry) 2001JUL03 |", " | |", " | Website: http://www.noao.edu/staff/mighell/qdphot |", " | |", " | Kenneth J. Mighell (mighell@noao.edu) |", " | Kitt Peak National Observatory |", " | National Optical Astronomy Observatory |", " | 950 North Cherry Avenue, Tucson, Arizona 85719, U.S.A. |", " | |", " | This work is supported by a grant from the National Aeronautics and |", " | Space Administration (NASA), Order No. S-67046-F, which was awarded |", " | by the Long-Term Space Astrophysics (LTSA) program (NRA 95-OSS-16). |", " +---------------------------------------------------------------------+", "", "" }; int j; if ((FILE *)NULL == ofp) goto bye; for (j=0; j