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

    r39296 r39360  
    262262  // write vectors to a table (this is used by parallel dvo operations, but can be used elsewhere)
    263263  if (RESULT_FILE && !SKIP_RESULTS) {
    264     int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nreturn, FALSE, FALSE, NULL);
     264    int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nreturn, FALSE, FALSE, NULL, 0);
    265265    if (!status) {
    266266      goto escape;
Note: See TracChangeset for help on using the changeset viewer.