Helpdesk mail form

When you send an e-mail to HSC pipeline Helpdesk, plase use the following format. Necessary and sufficient information can be reduce the time for investigation. Thank you for your cooperation.

--------------(from here)--------------

Pipeline version:
(Example) hscPipe 6.7

Machine environment:
(Example) CentOS7, 32 cores, 64 GB memory

Filter information:
(Example) g,r,i2

Description:
(Example 1) When I executed singleFrameDriver.py, it stopped with some error messages. The configuration and errors are attached.

# You can redirect standard outputs and errors to log file with "2>&1" like;
#       singleFrameDriver.py $home/hsc --calib $home/hsc/CALIB --rerun <rerun> --id filter=<filter> visit=<visit> --config processCcd.isr.doFringe=False 2>&1 | tee <logfile>

# The total size of logs is large. So please extract the message like below.
# Extract configuration from logs
#       head -n 10000 <logfile>
# Extract before and after 100 lines of error message
#       egrep -i 'exception|error' -C 100 <logfile>

(Example 2) I want to analyze xxxx, which commands should be eddited?

Attachment:
(Example) Configutarion:config.txt, Error:error_message.txt

--------------(end)--------------