/[xforms]/xforms/image/image_fits.c
ViewVC logotype

Diff of /xforms/image/image_fits.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by leeming, Thu Apr 24 14:05:39 2003 UTC revision 1.5 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 25  Line 25 
25   *   *
26   *.   *.
27   *  This file is part of the XForms library package.   *  This file is part of the XForms library package.
28   *  Copyright (c) 1993, 1998-2002  T.C. Zhao   *  Copyright (c) 1993, 1998-2002  T.C. Zhao
29   *  All rights reserved.   *  All rights reserved.
30   *.   *.
31   *   *
# Line 187  generate_fits_header_info(FL_IMAGE *im) Line 187  generate_fits_header_info(FL_IMAGE *im)
187    
188      for (im->info[0] = '\0', q = FITS_header_info(h); *q; q++)      for (im->info[0] = '\0', q = FITS_header_info(h); *q; q++)
189        strcat(strcat(im->info, *q),"\n");        strcat(strcat(im->info, *q),"\n");
190  }      }
191    
192  #if FITS_DEBUG  #if FITS_DEBUG
193  static int verbose = 4;  static int verbose = 4;
# Line 286  FITS_description(FL_IMAGE * im) Line 286  FITS_description(FL_IMAGE * im)
286      {      {
287          flimage_add_text(im, sp->label[0], strlen(sp->label[0]),          flimage_add_text(im, sp->label[0], strlen(sp->label[0]),
288                           LBFONT, LBSIZE,                           LBFONT, LBSIZE,
289                           FL_PACK(FL_PCMAX, FL_PCMAX, 0),                           FL_PACK(FL_PCMAX, FL_PCMAX, 0),
290                           FL_PACK(0, FL_PCMAX, FL_PCMAX),                           FL_PACK(0, FL_PCMAX, FL_PCMAX),
291                           1, im->w / 3, im->h + LBSIZE, 0);                           1, im->w / 3, im->h + LBSIZE, 0);
292  #if 0  #if 0

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26