From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/proto/epix.par | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pkg/proto/epix.par (limited to 'pkg/proto/epix.par') 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" -- cgit