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

    r4864 r7080  
    3838
    3939  /** we may later want to pull this out and put it elsewhere **/
    40   fits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, match, Nmatch);
     40  gfits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, match, Nmatch);
    4141  for (i = 0; i < Nmatch; i++) {
    42     fits_convert_Spectrum ((Spectrum *) db[0].vtable.buffer[i], sizeof (Spectrum), 1);
     42    gfits_convert_Spectrum ((Spectrum *) db[0].vtable.buffer[i], sizeof (Spectrum), 1);
    4343  }
    44   fits_db_update (db);
    45   fits_db_close (db);
    46   fits_db_free (db);
     44  gfits_db_update (db);
     45  gfits_db_close (db);
     46  gfits_db_free (db);
    4747
    4848  fprintf (stderr, "SUCCESS\n");
Note: See TracChangeset for help on using the changeset viewer.