IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2016, 5:36:58 PM (10 years ago)
Author:
eugene
Message:

add support for ntile option in fits output compression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/read_vectors.c

    r39328 r39360  
    22int dump_raw_table (FTable *table, char *message);
    33int dump_cmp_table (FTable *table, char *message);
     4void gfits_uncompress_timing ();
    45
    56FILE *f = (FILE *) NULL;
     
    594595    }
    595596    if (!gfits_uncompress_table (&table, &rawtable)) ESCAPE ("failed to uncompress table\n");
     597    gfits_uncompress_timing ();
     598
    596599    dump_raw_table (&rawtable, "rd raw");
    597600
Note: See TracChangeset for help on using the changeset viewer.