| | 1 | = Summary for SAS41 = |
| | 2 | [[PageOutline]] |
| | 3 | |
| | 4 | |
| | 5 | == Pixel Processing == |
| | 6 | |
| | 7 | Scripts from ~ipptest/SAS40 copied into in ~ipptest/SAS41 -- see README |
| | 8 | |
| | 9 | Need to match processing user w/ tag used for LAP.PV3 |
| | 10 | * ch/cam/wrp -- ipplanl/psconfig/ipp-pv3-20140717.lin64, added pantasks ~ipplanl/stdsas |
| | 11 | * stk -- ipplanl/psconfig/ipp-pv3-20140717.lin64, added pantasks ~ipplanl/stdsas |
| | 12 | * ss/sc -- ippsky/psconfig/ipp-trunk-20150624.lin64, added ~ippsky/ss_sc_ffsas |
| | 13 | * ff -- ippsky/psconfig/ipp-20150329.lin64, added ~ippsky/ss_sc_ffsas |
| | 14 | * diff -- ipptest/psconfig/ipp-20150312.lin64, added ~ipptest/diffsas |
| | 15 | |
| | 16 | Manually add label to ippMonitor and restart czarPoll |
| | 17 | ~ipp/src/ippMonitor/czartool/czartool/CzarDb.pm |
| | 18 | |
| | 19 | |
| | 20 | Chip/cam/wrp: |
| | 21 | * script for SAS40 didn't use reduciton LAP_SCIENCE, added for SAS41 |
| | 22 | |
| | 23 | Stack: |
| | 24 | * have fault 5 case -- |
| | 25 | {{{ |
| | 26 | 4974985 skycell.1404.093 SAS.20151208 SAS.20151208 SAS i.00000 RINGS.V3 new 5 |
| | 27 | Input seeing FWHMs: |
| | 28 | Input 0: 3.988422 |
| | 29 | Input 1: 3.858631 |
| | 30 | Input 2: 1.000000 |
| | 31 | Input 3: 0.989007 |
| | 32 | PSF FWHM distribution: limit: 10.000000 (0.994503 0.005497 0.500000) (3.923527 0.064895 0.500000) 0.000000 |
| | 33 | PSF 0 is completely bad --- not including in envelope calculation. |
| | 34 | PSF 1 is completely bad --- not including in envelope calculation. |
| | 35 | PSF 2 is completely bad --- not including in envelope calculation. |
| | 36 | PSF 3 is completely bad --- not including in envelope calculation. |
| | 37 | Data error code: 32cf |
| | 38 | }}} |
| | 39 | * in SAS39/40 PSF was acceptable and stack was made -- manually set quality 42 -- |
| | 40 | {{{ |
| | 41 | stacktool -dbname gpc1 -updatesumskyfile -set_quality 42 -stack_id 4974985 -fault 0 |
| | 42 | stacktool -dbname gpc1 -updaterun -set_state full -stack_id 4974985 |
| | 43 | }}} |
| | 44 | |
| | 45 | |
| | 46 | FullForce: |
| | 47 | * repeating fault 4 -- |
| | 48 | {{{ |
| | 49 | neb://any/SAS2/SAS.20151208/RINGS.V3/skycell.1316.075/RINGS.V3.skycell.1316.075.wrp.1651301.ff.1038546.log |
| | 50 | |
| | 51 | Error in the psphot image loop |
| | 52 | |
| | 53 | -> psVectorStats (psStats.c:1922): unknown psLib error |
| | 54 | Failed to calculate vector minimum and maximum |
| | 55 | -> pmSourceRoughClass (pmSource.c:799): unknown psLib error |
| | 56 | failed to measure SN / moments stats |
| | 57 | -> psphotRoughClassRegion (psphotRoughClass.c:238): Programming error |
| | 58 | programming error calling pmSourceRoughClass |
| | 59 | -> psphotImageLoop (psphotImageLoop.c:136): Programming error |
| | 60 | failure in psphotReadout for chip 0, cell 0, readout 0 |
| | 61 | }}} |
| | 62 | * manually set quality 42 -- |
| | 63 | {{{ |
| | 64 | fftool -dbname gpc1 -updateresult -ff_id 1038546 -warp_id 1651301 -fault 0 -quality 42 |
| | 65 | }}} |
| | 66 | |
| | 67 | Diff: |
| | 68 | * ipp-20150312.lin64 broken for difftool queuing.. using ipp-pv3-20140717 |
| | 69 | * check DV5 format and inv.cmf being made -- yes |
| | 70 | |
| | 71 | |
| | 72 | STScI will want pixels -- should be able to use same method for fetching the missing files. |
| | 73 | * warp ~ |
| | 74 | * stack ~384GB |
| | 75 | * diff ~ |
| | 76 | |