IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 12:01:09 PM (20 years ago)
Author:
eugene
Message:

converted fits_ to gfits_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_get_T_column.c

    r7039 r7054  
    33
    44/*********************** fits get table column *****************************/
    5 void fits_get_table_column (table, X, mode, values)
     5void gfits_get_table_column (table, X, mode, values)
    66Table *table;
    77int X;
     
    2323 
    2424  sprintf (field, "TBCOL%d\0", X);
    25   fits_scan (&table[0].header, field, "%d", &start, 1);
     25  gfits_scan (&table[0].header, field, "%d", &start, 1);
    2626  start --;
    2727  sprintf (field, "TFORM%d\0", X);
    28   fits_scan (&table[0].header, field, "%s", Tform, 1);
     28  gfits_scan (&table[0].header, field, "%s", Tform, 1);
    2929  Nchar = atof (&Tform[1]);
    3030 
Note: See TracChangeset for help on using the changeset viewer.