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/mextract.c

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