IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of IPP_for_PS1/psvideophot


Ignore:
Timestamp:
Jun 28, 2011, 4:47:29 PM (15 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_for_PS1/psvideophot

    v4 v5  
    1212The IPP team has been requested to add a new stage to perform this analysis. The rest of this page discusses this project.
    1313
    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 cells in the IPP environment.
     14Bill 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.
    1515
    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.
     16This 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.
    1717
    1818Some work needs to be done to flesh out the analysis.
    1919
    2020'''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.
    2222 * Astrometric solution for the exposure (The results of camRun for the exposure).
    2323
    2424'''Outputs in data base''':
    25  * flag was a guide star with signal above a specified signal to noise observed at all
     25 * flag to indicate with a guide star with signal above a specified signal to noise observed at all
    2626 * background count level
    2727 * nominal signal to noise of star
     
    3232'''Output fits table'''
    3333 * 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.
    3535
    3636'''Software Components'''
     
    4545 * 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.
    4646 * 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.