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/opihi/dvo/cmpRead.c

    r5145 r7080  
    1717  /* init & load in table data */
    1818  table.header   = &theader;
    19   if (!fits_fread_ftable (f, &table, "SMPFILE")) goto escape;
     19  if (!gfits_fread_ftable (f, &table, "SMPFILE")) goto escape;
    2020
    21   smpdata = fits_table_get_SMPData (&table, &Nstars, NULL);
     21  smpdata = gfits_table_get_SMPData (&table, &Nstars, NULL);
    2222
    2323  ALLOCATE (stars, CMPstars, Nstars);
Note: See TracChangeset for help on using the changeset viewer.