diff options
Diffstat (limited to 'pkg/proto/epix.par')
-rw-r--r-- | pkg/proto/epix.par | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/proto/epix.par b/pkg/proto/epix.par new file mode 100644 index 00000000..a0180af7 --- /dev/null +++ b/pkg/proto/epix.par @@ -0,0 +1,8 @@ +image_name,s,a,,,,"image to be edited" +xcoord,i,a,,,,"x coordinate of pixel to be edited" +ycoord,i,a,,,,"y coordinate of pixel to be edited" +new_value,r,a,,,,"new value for pixel" +boxsize,i,h,3,,,"size of subraster surrounding pixel" +ksigma,r,h,2.5,,,"pixel rejection threshold" +edit_image,b,h,yes,,,"edit the image" +verbose,b,h,yes,,,"print subraster and median value" |