| | 51 | * 11:55 EAM : 2 diffs were failing on the stamp rejection, in the vector fit. I thought we fixed this? Here is an example error: |
| | 52 | {{{ |
| | 53 | Data error code: 36b6 |
| | 54 | rror in subtraction: |
| | 55 | -> VectorFitPolynomial1DOrd (psMinimizePolyFit.c:633): unknown psLib error |
| | 56 | Could not solve linear equations. |
| | 57 | -> psVectorFitPolynomial1D (psMinimizePolyFit.c:758): unknown psLib error |
| | 58 | Could not fit polynomial. Returning NULL. |
| | 59 | -> psVectorClipFitPolynomial1D (psMinimizePolyFit.c:934): unknown psLib error |
| | 60 | Could not fit polynomial. Returning false. |
| | 61 | -> pmSubtractionRejectStamps (pmSubtraction.c:1014): invalid data |
| | 62 | Unable to measure statistics for deviations. |
| | 63 | -> pmSubtractionMatch (pmSubtractionMatch.c:848): invalid data |
| | 64 | Unable to reject stamps. |
| | 65 | -> ppSubMatchPSFs (ppSubMatchPSFs.c:466): Problem in data values |
| | 66 | Unable to match images. |
| | 67 | -> ppSubLoop (ppSubLoop.c:113): Problem in data values |
| | 68 | Unable to match PSFs. |
| | 69 | found 4 leaks at ppSub |
| | 70 | Number of leaks to display: 500 |
| | 71 | # func at (file:line) ID: X Ref: X |
| | 72 | pmSubtractionRejectStamps at (pmSubtraction.c:978) ID: 2557013 Ref: 1 |
| | 73 | vectorAlloc at (psVector.c:78) ID: 2557014 Ref: 1 |
| | 74 | pmSubtractionRejectStamps at (pmSubtraction.c:979) ID: 2557015 Ref: 1 |
| | 75 | vectorAlloc at (psVector.c:78) ID: 2557016 Ref: 1 |
| | 76 | Unable to perform ppSub: 5 at /home/panstarrs/ipp/psconfig/ipp-20141024.lin64/bin/diff_skycell.pl line 507. |
| | 77 | Running [/home/panstarrs/ipp/psconfig/ipp-20141024.lin64/bin/difftool -diff_id 604081 -skycell_id skycell.0793.089 -fault 5 -adddiffskyfile -dtime_script 31.9999873638153 -hostname ippc13 -path_base neb://stsci14.0/gpc1/OSS.nt/2014/11/08/RINGS.V3/skycell.0793.089/RINGS.V3.skycell.0793.089.dif.604081 -dbname gpc1]... |
| | 78 | }}} |
| | 79 | |
| | 80 | I set these to bad quality: |
| | 81 | |
| | 82 | {{{ |
| | 83 | stsci19: difftool -updatediffskyfile -fault 0 -set_quality 36b6 -diff_id 604081 -skycell_id skycell.0793.089 -dbname gpc1 |
| | 84 | stsci19: difftool -updatediffskyfile -fault 0 -set_quality 36b6 -diff_id 604237 -skycell_id skycell.0434.099 -dbname gpc1 |
| | 85 | }}} |
| | 86 | |