IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39084 for trunk/Ohana


Ignore:
Timestamp:
Nov 9, 2015, 12:07:25 PM (11 years ago)
Author:
mhuber
Message:

adding more to DiffMeta (and to mkcmf for simtest) but seems to have parser issue and only adds ISIS for the KERNEL string for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/mkcmf.c

    r39077 r39084  
    454454
    455455    // keywords related to convolution & diff image process:
     456    gfits_modify (&header, "HIERARCH SUBTRACTION.KERNEL",  "%s", 1, "ISIS(20,(1.1,6)(2.3,4)(4.5,2),0,1.00e+00)");
     457    gfits_modify (&header, "HIERARCH SUBTRACTION.MODE",  "%d", 1, 2);
    456458    gfits_modify (&header, "HIERARCH SUBTRACTION.STAMPS",  "%d", 1, 210);
    457459    gfits_modify (&header, "HIERARCH SUBTRACTION.DEV.MEAN",  "%f", 1, 0.01);
Note: See TracChangeset for help on using the changeset viewer.