| | 326 | === SExtractor === |
| | 327 | |
| | 328 | [http://terapix.iap.fr/rubrique.php?id_rubrique=91/ SExtractor] is a program that builds a catalogue of objects from an astronomical image. Although it is particularly oriented towards reduction of large scale galaxy-survey data, it performs rather well on moderately crowded star fields. Documentation can be found on the website and in `/usr/share/doc/sextractor/`. |
| | 329 | |
| | 330 | ==== Launching SExtractor ==== |
| | 331 | |
| | 332 | For a minimal sextractor run, without customizing any of the parameters, use |
| | 333 | {{{ |
| | 334 | sextractor file.fits -c /usr/share/sextractor/default.sex -PARAMETERS_NAME /usr/share/sextractor/default.param -FILTER N |
| | 335 | }}} |
| | 336 | |