IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39077


Ignore:
Timestamp:
Nov 8, 2015, 9:27:44 AM (11 years ago)
Author:
eugene
Message:

adding header info for diff cmfs

File:
1 edited

Legend:

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

    r39073 r39077  
    446446    gfits_modify (&header, "HIERARCH FPA.ZP", "%f", 1, 25.0);
    447447  }
     448
    448449  if (isDiff) {
    449450    gfits_modify (&header, "HIERARCH FPA.ZP",  "%f", 1, zeroPt);
     
    451452    gfits_modify (&header, "HIERARCH PPSUB.REFERENCE", "%s", 1, "RINGS.V3.skycell.2289.079.stk.4063469.unconv.fits");
    452453    gfits_modify (&header, "PHOT_V",              "%s", 1, "38100");
     454
     455    // keywords related to convolution & diff image process:
     456    gfits_modify (&header, "HIERARCH SUBTRACTION.STAMPS",  "%d", 1, 210);
     457    gfits_modify (&header, "HIERARCH SUBTRACTION.DEV.MEAN",  "%f", 1, 0.01);
     458    gfits_modify (&header, "HIERARCH SUBTRACTION.DEV.RMS",  "%f", 1, 0.02);
     459    gfits_modify (&header, "HIERARCH SUBTRACTION.NORM",  "%f", 1, 0.05);
     460    gfits_modify (&header, "HIERARCH SUBTRACTION.CONV.MAX",  "%f", 1, 1.5);
     461    gfits_modify (&header, "HIERARCH SUBTRACTION.DECONV.MAX",  "%f", 1, 0.1);
     462
    453463    // CZW There are other fields, but they don't appear to be used by ipp2psps.
    454464  }
    455465
    456  
    457466  int i;
    458467  for (i = 1; i < 32; i++) {
Note: See TracChangeset for help on using the changeset viewer.