Changes between Version 4 and Version 5 of IPP_for_PS1/psvideophot
- Timestamp:
- Jun 28, 2011, 4:47:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPP_for_PS1/psvideophot
v4 v5 12 12 The IPP team has been requested to add a new stage to perform this analysis. The rest of this page discusses this project. 13 13 14 Bill Sweeney has been prototyping a new program called psvideophot. This program contains some code provided by Pavlos Protopapas of CfA modified to operate on PS1 video cellsin the IPP environment.14 Bill Sweeney has been prototyping a new program called psvideophot. This program contains some code provided by Pavlos Protopapas of CfA that Bill has modified to operate on PS1 video cells within the IPP environment. 15 15 16 This program takes a GPC1 raw image file, finds the video cell, and examines the image cube frame by frame to measure the counts detected from the guide star in each frame. Certain parameters are printed to the stdout.16 This program takes a GPC1 raw image file, finds the video cell, and examines the image cube frame by frame to measure the counts detected from the guide star. Certain results are printed to the stdout. 17 17 18 18 Some work needs to be done to flesh out the analysis. 19 19 20 20 '''Inputs:''' 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.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 job.) However separate rows in the database should be used for the results. key: exp_id, class_id, cell_id. 22 22 * Astrometric solution for the exposure (The results of camRun for the exposure). 23 23 24 24 '''Outputs in data base''': 25 * flag wasa guide star with signal above a specified signal to noise observed at all25 * flag to indicate with a guide star with signal above a specified signal to noise observed at all 26 26 * background count level 27 27 * nominal signal to noise of star … … 32 32 '''Output fits table''' 33 33 * one row for each frame containing the measurements made by psvideophot and certain parameters reported by the camera in the video extension table 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 .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 for these data. 35 35 36 36 '''Software Components''' … … 45 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 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. 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 and indicate this in the results. 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. 48 * Take the video cell coordinates of the object centroid, convert to chip coordintes, apply the astrometric solution and report the result. Compare with the target star.
