IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27218 for trunk/ippconfig


Ignore:
Timestamp:
Mar 5, 2010, 6:09:32 PM (16 years ago)
Author:
Paul Price
Message:

Fix setting of zero points and scaling of images. All images are now scaled to a target zero point (default 25 in all filters). Tested, and seems to work well!

Location:
trunk/ippconfig
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/Makefile.am

    r26677 r27218  
    1818        ppImage.config \
    1919        ppMerge.config \
     20        ppStack.config \
    2021        psphot.config \
    2122        psastro.config \
  • trunk/ippconfig/gpc1/camera.config

    r26902 r27218  
    119119        PSWARP          STR     gpc1/pswarp.config
    120120        REJECTIONS      STR     gpc1/rejections.config       # rejection recipe
     121        PPSTACK         STR     gpc1/ppStack.config
    121122END
    122123
  • trunk/ippconfig/recipes/ppStack.config

    r27105 r27218  
    6262        y       F32     0.0
    6363END
     64ZP.TARGET       METADATA                # Target zero point by filter
     65        g       F32     25.0
     66        r       F32     25.0
     67        i       F32     25.0
     68        z       F32     25.0
     69        y       F32     25.0
     70END
    6471
    6572PSF.INSTANCES   S32     15              # Number of instances for PSF generation
Note: See TracChangeset for help on using the changeset viewer.