| | 1 | == Running the Addstar Stage == |
| | 2 | |
| | 3 | The Addstar Stage of the IPP is used to ingest images and detections into a DVO database. |
| | 4 | |
| | 5 | * load the addstar module in pantasks (server mode example): |
| | 6 | {{{ |
| | 7 | server module addstar.pro |
| | 8 | }}} |
| | 9 | |
| | 10 | * define addstar runs as desired with 'addtool': |
| | 11 | {{{ |
| | 12 | addtool -dbname gpc1 -definebyquery -set_dvodb /data/ipp009.0/gpc1/catdir.example [other options as desired] |
| | 13 | }}} |
| | 14 | Note that the option '-image-only' creates a DVO database with image metadata and no detections, allowing for a quick visualization of the images |
| | 15 | |