IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/picture/TestPicture.c

    r2466 r7080  
    1212  double frac;
    1313
    14   fits_free_matrix (&layout[0].matrix);
     14  gfits_free_matrix (&layout[0].matrix);
    1515
    1616  header.Naxes = 2;
     
    2727  layout[0].max = layout[0].Npixels;
    2828 
    29   fits_create_matrix (&header, &layout[0].matrix);
     29  gfits_create_matrix (&header, &layout[0].matrix);
    3030
    3131  frac = layout[0].Npixels / (512.0*512.0);
Note: See TracChangeset for help on using the changeset viewer.