Changes between Version 3 and Version 4 of IPP_for_PS1/psvideophot
- Timestamp:
- Jun 28, 2011, 4:41:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPP_for_PS1/psvideophot
v3 v4 18 18 Some work needs to be done to flesh out the analysis. 19 19 20 Inputs: 20 '''Inputs:''' 21 21 * Target exposure (the analysis operates on such a small number of pixels it should be possible to process all video cells for an exposure in one script.) However separate rows in the database should be used for the results. key: exp_id, class_id, cell_id. 22 * Astrometric solution for the exposure (The results of camRun for the exposure). 22 23 23 Outputs in data base:24 '''Outputs in data base''': 24 25 * flag was a guide star with signal above a specified signal to noise observed at all 25 26 * background count level … … 27 28 * first "good frame" It takes several frames (~30?) for the camera to center the star in the little video window 28 29 * Flag indicating a "candidate transit event" was seen. (Perhaps SNR_max SNR_min instead) 30 * ra, decl for the guide star (should match the target as reported in the raw fits header) 29 31 30 Output fits table 32 '''Output fits table''' 31 33 * one row for each frame containing the measurements made by psvideophot and certain parameters reported by the camera in the video extension table 32 34 * The video cell and video extension extracted from the raw fits file. This file can be distributed outside IfA since magic is not required. 33 35 34 Software Components 36 '''Software Components''' 35 37 * two new database tables 36 38 * an ippTool to manage the contents of the new tables: Queuing runs: the selection parameters will probably be quite similar to chiptool. Target exposures will be selected by OBS_MODE, date, etc. … … 38 40 * ippTask to manage processing in pantasks 39 41 * enhancements to the distribution system to support this new stage. 40 42 * refinements to psvideophot to be discussed in the next section 43 44 '''psvideophot''' 45 * Currently the program uses a hard coded aperture in "video cell coordinates". This needs to be variable based on the binning used by the camera. Currently columns are unbinned and rows are binned by 2. This is expected to change. The aperture might need to be variable based on seeing. We need recipe values for controlling this feature. 46 * The exposure time for each frame may vary based on what the camera system is doing. This needs to be taken into account. 47 * In the first several frames the guide star may not be centered in the cell. We need to detect when the camera is settled in. This information may be derived from the contents of the video extension. Similarly the last frame(s) of the exposure may be truncated and so they should be discarded from the analysis.
