PARAMNAME |
DESCRIPTION |
GOOD VALUE |
CCD_CHECK_TRACKS |
turn off normal tracks finder |
0 |
CCD_CHECK_PLANE_TRACKS |
enable plane tracks finder |
1 |
CCD_MAX_CHI2_IN_PLANE_TRACK |
max chi2 for track seed on 3
points |
2 - will be verified |
CCD_MAX_CHI2_IN_PLANE_TRACK_TO_OLD |
max chi2 for new points to be
added to existing track |
2 - will be verified |
CCD_NUM_BACK_FRAMES_FOR_PLANE_TRACK |
number of back frames from which
events are used to form track |
10 - to be verified |
CCD_MIN_FRAMES_ON_PLANE_TRACK |
minimal number of frames with
events to fit track |
0 |
CCD_NEW_LAPLACE_TRESHOLD_IN_SIGMA |
Tn treshold |
TO BE CHECKED by LWP |
CCD_MAX_LAPLACE_ON_OTHER_IN_SIGMA |
Tv treshold |
TO BE CHECKED by LWP |
CCD_MIN_POINT_NO_ON_PLANE_TRACK |
Minimal number of events in
track |
5 - verify |
CCD_USE_FOUND_POSITION |
uses m_Point instead of
m_MaxPoint to calculate RA,DEC and fits tracks - this can be good to have many points for track with IF_MORE cut disabled ( CCD_SKIP_IF_MORE_THEN=0 ) NOTE : this may cause some lose of efficency due to coincydence if star is identified on oposite sites of PSF on both cameras coincydence may fail !!! |
0 |
CCD_MAX_NUMBER_OF_EVENTS_AFTER_COIC |
limit on number of events after
coincydence ( in case of no if_more cut it should be increased to 150
or more ) but too much is not good either |
150 |
CCD_REJECT_SINGLE_EVENTS |
rejection of all events found in
single frames analysis , this is good I assume that all interesting events were already found there ( satellite rejection is better there - no efficiency loss ) |
1 |
CCD_ALWAYS_REREAD_SINGLE_FRAME_EVENTS |
if re-read single frames events
every time new frame is analysied or assume that single frames analysis
is finished and first read is complete |
0 |
CCD_REJECT_SINGLE_TRACKS |
rejection of tracks identified
in single frame analysis ( if saved to database ) |
1 |
CCD_ALWAYS_REREAD_SINGLE_FRAME_TRACKS |
if re-read single frames tracks every time new frame is analysied or assume that single frames analysis is finished and first read is complete | 0 |
N_POINTS |
PROBABILITY
TO FIT FALSE TRACK - upper limit |
5 |
0.0004 |
6 |
0.00002 |
7 |
0.0000014 |
8 |
~ 0.00 |
Function
Name |
DESCRIPTION |
CCD_Analyser::AnalyseNewFrameOpt
|
main function, finds events on
single camera, calls specific algorithm depending on paramters |
CCD_Analyser::AnalyseNewFrameWithAverageOfPrevAlg |
function analysing new frame in
comparison to average of several previous frames |