| | 1 | == External Coding Requests == |
| | 2 | |
| | 3 | === Temporal Cross-Database/Table Join Tool === |
| | 4 | |
| | 5 | There are various tables in the OTIS database, and others in the IPP processing database, with measurements on different temporal scales. This makes correlation between these quantities somewhat difficult. We would like a generic tool that would take a pair of database tables, potentially from different databases, with identifiers for data/time columns and fields of interest. The tool would then extract the requested data from the pairs of tables and generate matched time sequences, interpolating as needed to a common sampling rate. |
| | 6 | |
| | 7 | === PSF Model to PSF Stamps === |
| | 8 | |
| | 9 | The IPP PSF Model describes a 2D varying PSF with an analytical core plus residual images. We would like a tool built using the IPP psModules library to take a PSF model and generate a realization of the PSF at a specific coordinate or set of coordinates. An example of code within the IPP that does these steps (in another context) is ppSim/src/ppSimInsertStars.c |