- Timestamp:
- Nov 9, 2015, 12:07:25 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Ohana/src/addstar/src/mkcmf.c (modified) (1 diff)
-
ippToPsps/jython/diffbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/mkcmf.c
r39077 r39084 454 454 455 455 // 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); 456 458 gfits_modify (&header, "HIERARCH SUBTRACTION.STAMPS", "%d", 1, 210); 457 459 gfits_modify (&header, "HIERARCH SUBTRACTION.DEV.MEAN", "%f", 1, 0.01); -
trunk/ippToPsps/jython/diffbatch.py
r39078 r39084 244 244 sqlLine.group("psfWidMajor", self.psfFwhmMajor[num]) 245 245 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')) 246 248 sqlLine.group("psfTheta", self.getKeyFloat(self.header[num], "%.8f", 'ANGLE')) 247 249 sqlLine.group("numStamps", self.getKeyValue(self.header[num], 'SUBTRACTION.STAMPS'))
Note:
See TracChangeset
for help on using the changeset viewer.
