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/imregister/imphot/modify.c

    r4864 r7080  
    2828
    2929  /** we may later want to pull this out and put it elsewhere **/
    30   fits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, match, Nmatch);
     30  gfits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, match, Nmatch);
    3131  for (i = 0; i < Nmatch; i++) {
    32     fits_convert_Image ((Image *) db[0].vtable.buffer[i], sizeof (Image), 1);
     32    gfits_convert_Image ((Image *) db[0].vtable.buffer[i], sizeof (Image), 1);
    3333  }
    34   fits_db_update (db);
    35   fits_db_close (db);
    36   fits_db_free (db);
     34  gfits_db_update (db);
     35  gfits_db_close (db);
     36  gfits_db_free (db);
    3737
    3838  exit (0);
Note: See TracChangeset for help on using the changeset viewer.