IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26884


Ignore:
Timestamp:
Feb 10, 2010, 4:48:09 PM (16 years ago)
Author:
eugene
Message:

copy filename on extract

File:
1 edited

Legend:

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

    r7917 r26884  
    6060    out[0].bscale = in[0].bscale;
    6161    out[0].bzero  = in[0].bzero;
     62    strcpy (out[0].file, in[0].file);
    6263    gfits_copy_header (&in[0].header, &out[0].header);
    6364    gfits_modify (&out[0].header, "NAXIS1", "%d", 1, Nx);
Note: See TracChangeset for help on using the changeset viewer.