1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
input,s,a,,,,List of images in which to detect cosmic rays
output,s,a,,,,List of cosmic ray replaced output images (optional)
crmasks,s,h,"",,,"List of bad pixel masks (optional)
"
threshold,r,h,25.,,,Detection threshold above mean
fluxratio,r,h,2.,,,Flux ratio threshold (in percent)
npasses,i,h,5,1,,Number of detection passes
window,s,h,"5","5|7",,"Size of detection window
"
interactive,b,h,yes,,,Examine parameters interactively?
train,b,h,no,,,Use training objects?
objects,*imcur,h,"",,,Cursor list of training objects
savefile,f,h,"",,,File to save train objects
plotfile,f,h,"",,,Plot file
graphics,s,h,"stdgraph",,,Interactive graphics output device
cursor,*gcur,h,"",,,Graphics cursor input
answer,s,q,,"no|yes|NO|YES",,Review parameters for a particular image?
|