IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 12:01:09 PM (20 years ago)
Author:
eugene
Message:

converted fits_ to gfits_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/matrix/F_read_portion.c

    r7039 r7054  
    99/*********************** fits read matrix ***********************************/
    1010/** the result of this function is a matrix with dimension Npix * 1 **/
    11 int fits_read_portion (char *filename, Matrix *matrix, int Nskip, int Npix) {
     11int gfits_read_portion (char *filename, Matrix *matrix, int Nskip, int Npix) {
    1212
    1313  FILE *f;
     
    1717  int perpix;
    1818
    19   status = fits_read_header (filename, &header);
     19  status = gfits_read_header (filename, &header);
    2020  if (!status) {
    2121    fprintf (stderr, "error reading header of FITS file %s\n", filename);
     
    9696# endif
    9797
    98   fits_free_header (&header);
     98  gfits_free_header (&header);
    9999
    100100  if (nbytes < Nbytes - 2880) {  /* this is a bad FITS error: image is not OK */
Note: See TracChangeset for help on using the changeset viewer.