apply_process
apply_processApply any installed PixInsight process by name to a view or globally with a flat params object. Supports exact PJSR parameter names and string enum values, with checkpoint support.
Instructions
Generic fallback: apply ANY installed PixInsight process by name to a view (or globally when id omitted) with a flat params object using exact PJSR parameter names (see process_params). Enum values may be given as strings (e.g. 'WinsorizedSigmaClip'). Checkpoints first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| params | No | ||
| process | Yes | ||
| checkpoint | No | Write an .xisf checkpoint before running (default true) | |
| ignore_unknown | No |