| | 1 | = Tools for debugging Stack Objects = |
| | 2 | |
| | 3 | [wiki:BillsSASTools back up to BillsSASTools] |
| | 4 | |
| | 5 | == Simplifying the cmf == |
| | 6 | The psphotStack measurements are scattered over several fits tables in the cmf file. The program joinstkcmf uses STILTS to join the |
| | 7 | results for each detection into a single table with a very long row for each object. |
| | 8 | |
| | 9 | Here is an example with a test cmf created by the ippToPsps test suite |
| | 10 | |
| | 11 | {{{ |
| | 12 | joinstkcmf stack.03.cmf stack.03.concat.fits --test |
| | 13 | }}} |
| | 14 | |
| | 15 | The values for each of the 3 model fits are saved with modified column names. The names have either _exp _dev, or _ser appended to |
| | 16 | the column name depending on the model. |
| | 17 | |