IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15362


Ignore:
Timestamp:
Oct 23, 2007, 11:50:13 AM (19 years ago)
Author:
Paul Price
Message:

Adding function to generate fake readout from a list of sources and a target PSF. This is useful for generating a target image to which to convolve.

Location:
trunk/psModules/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/Makefile.am

    r13898 r15362  
    2727        pmFPAExtent.c \
    2828        pmCellSquish.c \
    29         pmReadoutStack.c
     29        pmReadoutStack.c \
     30        pmReadoutFake.c
    3031
    3132pkginclude_HEADERS = \
     
    5354        pmFPAExtent.h \
    5455        pmCellSquish.h \
    55         pmReadoutStack.h
     56        pmReadoutStack.h \
     57        pmReadoutFake.h
    5658
    5759CLEANFILES = *~
  • trunk/psModules/src/psmodules.h

    r14977 r15362  
    106106#include <pmSourcePhotometry.h>
    107107
     108// The following headers are from random locations, here because they cross bounds
     109#include <pmReadoutFake.h>
     110
    108111#endif
Note: See TracChangeset for help on using the changeset viewer.