| | 1 | Steps for masking |
| | 2 | |
| | 3 | == Generation of the automasks == |
| | 4 | |
| | 5 | First, process 100 i band 3pis using DEFAULT_DARKTEST as the reduction. Then run the following ppMerge: |
| | 6 | |
| | 7 | ppMerge dark.XY02.mdc dark.XY02 -recipe PPMERGE PPMERGE_FLAT -Db VARIANCES F -Di ITER 3 -Df FRACLOW 0.0 -Df FRACHIGH 0.0 -D COMBINE MEDIAN -type flat' |
| | 8 | |
| | 9 | dark.XY02.mdc looks like this: |
| | 10 | |
| | 11 | rawImfile MULTI |
| | 12 | |
| | 13 | rawImfile METADATA |
| | 14 | IMAGE STR neb://ipp005.0/gpc1/darktest.20101213/o5367g0082o.184503/o5367g0082o.184503.ch.168800.XY02.fits |
| | 15 | END |
| | 16 | |
| | 17 | (but with all 100 images) |
| | 18 | |
| | 19 | Then, when ppMerge finishes, run 'makemasks.pl' from ~heather/staticmask. This has various cuts based on the median stddev, sigma stddev and %images used, and uses a kernel to reject bad pixels that do not also have bad neighbors. |
| | 20 | |
| | 21 | == Combining the automask with cte, dark, flat masks == |
| | 22 | |
| | 23 | go.maskmerge merges together the cte,dark, flat, and automask for each chip. |
| | 24 | |
| | 25 | == Masking == |
| | 26 | |
| | 27 | same as before, use 'fixmask XY??' to mask a chip, 'fixmask XY?? xy??' to start masking at a certain cell. |
| | 28 | |
| | 29 | == Merging/culling cells that were masked twice == |
| | 30 | |
| | 31 | When masking, it is possible to exit out and restart a cell. This leads to duplicate cell entries in the static mask. 'fix.single.test XY??' will take the latest cell in a mask as the correct one, as well as find masks that are inconsistent. |
| | 32 | |
| | 33 | == Special Chips == |
| | 34 | |
| | 35 | While masking, we discovered that the old CTE mask was not valid for certain chips. Chris generated a new CTE mask, and I removed the old CTE mask and added the new CTE mask to the manual masks. |
| | 36 | |
| | 37 | XY11 -- Because of CTE issues, had not been masked yet. |
| | 38 | |
| | 39 | XY14 -- required the new dark as well. This is the only chip with the new dark (the old dark was masking the first and 3rd column) |
| | 40 | |
| | 41 | == Camera Changes == |
| | 42 | |
| | 43 | Changes (since the previous mask) |
| | 44 | |
| | 45 | 2010-02-28 OTA14 improves |
| | 46 | 2010-07-23 OTA11 improves (possibly before, this was the date it was noticed) |
| | 47 | 2010-09-12 "camera voltage change" |
| | 48 | 2010-09-27 bathtub rings visible in phase 2 devices |
| | 49 | |
| | 50 | For this mask (2010-12-15) I chose a start date of 07-23-2010 |
| | 51 | |
| | 52 | == ingesting the chips == |
| | 53 | |
| | 54 | see /data/ipp004.0/gpc1/detrend/gpcmask.20101215/register.mask.20101215.sh for the script |
| | 55 | |