Changes between Version 1 and Version 2 of GPC1_Video_Photometry_Analysis
- Timestamp:
- Dec 8, 2010, 3:29:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPC1_Video_Photometry_Analysis
v1 v2 8 8 initial suggestions; feel free to make modifications 9 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 value12 to T or F based on the header information13 * Later on, we need a script to set the value for data already in the14 can (either by trolling all headers, or by referencing some other15 source of information)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 12 to T or F based on the header information 13 * Later on, we need a script to set the value for data already in the 14 can (either by trolling all headers, or by referencing some other 15 source of information) 16 16 17 * we need a program, videoPhot, which takes as input a GPC1 chip,17 * we need a program, videoPhot, which takes as input a GPC1 chip, 18 18 measures the photometry of the video cells according to the algorithm 19 19 Pavlos specifies, and writes the output to a fits file (one table per … … 24 24 photometry of interest. 25 25 26 * we need a set of tables to manage video photometry analysis:26 * we need a set of tables to manage video photometry analysis: 27 27 28 28 videoPhotRun, videoPhotImfile, videoPhotProcessedImfile … … 32 32 the processing 33 33 34 * we need an ippTool to interact with the videoPhot34 * we need an ippTool to interact with the videoPhot 35 35 36 36 videophot : this would be essentially identical to chiptool, but the … … 38 38 video-containing cell. 39 39 40 * we need an ippTask to manage the videophot jobs: again, essentially40 * we need an ippTask to manage the videophot jobs: again, essentially 41 41 equivalent to ippTasks/chip.pro. 42 42
