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

Location:
trunk/Ohana/src/kii/picture
Files:
2 edited

Legend:

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

    r5852 r7080  
    2424  KiiScanMessage (socket, "%s %s %s", layout[0].coords.ctype, layout[0].file, layout[0].buffer_name);
    2525
    26   fits_free_matrix (&layout[0].matrix);
    27   fits_create_matrix (&header, &layout[0].matrix);
     26  gfits_free_matrix (&layout[0].matrix);
     27  gfits_create_matrix (&header, &layout[0].matrix);
    2828
    2929  fcntl (socket, F_SETFL, O_NONBLOCK); 
  • 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.