IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39084 for trunk


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

Location:
trunk
Files:
2 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);
  • trunk/ippToPsps/jython/diffbatch.py

    r39078 r39084  
    244244        sqlLine.group("psfWidMajor",           self.psfFwhmMajor[num])
    245245        sqlLine.group("psfWidMinor",           self.psfFwhmMinor[num])
     246        sqlLine.group("kernel",                self.getKeyValue(self.header[num], 'SUBTRACTION.KERNEL'))
     247        sqlLine.group("mode",                  self.getKeyValue(self.header[num], 'SUBTRACTION.MODE'))
    246248        sqlLine.group("psfTheta",              self.getKeyFloat(self.header[num], "%.8f", 'ANGLE'))
    247249        sqlLine.group("numStamps",             self.getKeyValue(self.header[num], 'SUBTRACTION.STAMPS'))
Note: See TracChangeset for help on using the changeset viewer.