Changeset 7080 for trunk/Ohana/src/opihi/dvo/cmpRead.c
- Timestamp:
- May 5, 2006, 5:44:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/cmpRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/cmpRead.c
r5145 r7080 17 17 /* init & load in table data */ 18 18 table.header = &theader; 19 if (! fits_fread_ftable (f, &table, "SMPFILE")) goto escape;19 if (!gfits_fread_ftable (f, &table, "SMPFILE")) goto escape; 20 20 21 smpdata = fits_table_get_SMPData (&table, &Nstars, NULL);21 smpdata = gfits_table_get_SMPData (&table, &Nstars, NULL); 22 22 23 23 ALLOCATE (stars, CMPstars, Nstars);
Note:
See TracChangeset
for help on using the changeset viewer.
