IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of GPC1_Video_Photometry_Analysis


Ignore:
Timestamp:
Dec 8, 2010, 3:29:21 PM (16 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPC1_Video_Photometry_Analysis

    v1 v1  
     1== GPC1 Video Photometry Analysis ==
     2
     3Below is a summary of what we have and what we need to do.  Heather
     4will be at Harvard next week; perhaps you and she can sit down
     5together and hash out how to do the work.  Most of this is quite easy,
     6and Heather has created similar processing stages in the past.  Note:
     7the specific names of fields and programs given below are just my
     8initial suggestions; feel free to make modifications
     9
     10* Chris is adding a new field to our database table (BOOL rawImfile.video)
     11* Chris is also adding code to registration which will set the value
     12to T or F based on the header information
     13* Later on, we need a script to set the value for data already in the
     14can (either by trolling all headers, or by referencing some other
     15source of information)
     16
     17* we need a program, videoPhot, which takes as input a GPC1 chip,
     18measures the photometry of the video cells according to the algorithm
     19Pavlos specifies, and writes the output to a fits file (one table per
     20cell?).  This program should be written using the rest of the IPP APIs
     21to be long-term supportable, and could based on the ppImage (in fact,
     22it could be done as a mode to ppImage, replacing the warning on
     23ppImageLoop.c:88 with a call to the function that calculates the
     24photometry of interest.
     25
     26* we need a set of tables to manage video photometry analysis:
     27
     28videoPhotRun, videoPhotImfile, videoPhotProcessedImfile
     29
     30these would be equivalent to the chipRun, chipProcessedImfile, but
     31adding the intermediate table of imfiles that have video data to guide
     32the processing
     33
     34* we need an ippTool to interact with the videoPhot
     35
     36videophot : this would be essentially identical to chiptool, but the
     37definebyquery should populate the videoPhotImfile table with the
     38video-containing cell.
     39
     40* we need an ippTask to manage the videophot jobs: again, essentially
     41equivalent to ippTasks/chip.pro.
     42
     43Once those pieces are in place, it is the simple to manage the
     44processing in the context of the rest of the IPP processing.