DB request for single hot pixels
Updated on Fri, 2014-02-28 18:14. Originally created by qiuh on 2014-02-28 16:03.
Under:
This table is to be stored in calibration db domain, expected to change several times per day. The maximum changing rate is once per run. The hot pixel is represented by one number: 1000000*(40*(sector-1)+10*(ladder-1)+sensor) + 1000*row + column. Size: 40000.
/* pxlHotPixels.idl
*
* Table: pxlHotPixels
*
* description: // single hot pixels
*
*/
struct pxlHotPixels {
unsigned long hotPixel[10000]; /* 1000000*(40*(sector-1)+10*(ladder-1)+sensor) + 1000*row + column */
};
The idl files can be found at RCF
/star/u/qiuh/hft/DbRun14/masking/StDb/idl
Currently I will be the person who need to insert the data, login: qiuh