The most convenient application:
Examples for calls to edetect_stack:
Process three observations, using default parameters:
edetect_stack attitudesets='0110970201/pps/P0110970201OBX000ATTTSR0000.FTZ
0110970301/pps/P0110970301OBX000ATTTSR0000.FTZ
0110970401/pps/P0110970401OBX000ATTTSR0000.FTZ' \
summarysets='0130_0110970201_SCX00000SUM.SAS
0130_0110970301_SCX00000SUM.SAS
0130_0110970401_SCX00000SUM.SAS' \
eventsets='0110970201/pps/P0110970201M1S002MIEVLI0000.FTZ
0110970201/pps/P0110970201M2S003MIEVLI0000.FTZ
0110970201/pps/P0110970201PNS001PIEVLI0000.FTZ
0110970301/pps/P0110970301M2S003MIEVLI0000.FTZ
0110970301/pps/P0110970301PNS001PIEVLI0000.FTZ
0110970401/pps/P0110970401M1S002MIEVLI0000.FTZ
0110970401/pps/P0110970401M2S003MIEVLI0000.FTZ
0110970401/pps/P0110970401PNS001PIEVLI0000.FTZ' \
-V 5
Read file names from ASCII files:
edetect_stack attitudesets=@attitudes.txt \
summarysets=@summaries.txt \
eventsets=@eventlists.txt \
-V 5
Source detections on previously processed files with standard names, re-setting the minimum detection likelihoods:
edetect_stack attitudesets=@attitudes.txt \
summarysets=@summaries.txt \
eventsets=@eventlists.txt \
minstage=8 \
eboxm_likemin=6 \
eboxs_likemin=6 \
eml_mlmin=2 \
mlmin=10 \
-V 5
Interrupt edetect_stack after creating the stacked eboxdetect source list in order to insert your favourite objects manually or srcmatch another list into the input source list of emldetect:
edetect_stack attitudesets=@attitudes.txt \
summarysets=@summaries.txt \
eventsets=@eventlists.txt \
maxstage=runeboxdetectstack \
-V 5
edetect_stack attitudesets=@attitudes.txt \
summarysets=@summaries.txt \
eventsets=@eventlists.txt \
minstage=runemldetect \
-V 5