This file contains information about pyplis default cameras

When creating a new camera type please use lower case filter names. The filter ID is the string by which all images acquired with this filter are represented within pyplis. Parameters which include the substring "Pos" (e.g. time_info_pos, meas_type_pos, filter_id_pos) refer to positions of specific information in the image filenames (after they are splitted using "delim"), for instance "time_info_pos"==1 means, that a datetime string can be found at pos (!) 2 in the filename after splitting. PLEASE leave these "Pos" fields empty if the specific information is not available in your filename. If you wish to use automatic separation of images by type ("on", "off", "dark", "offset") and image selection (and sorting) by acquisition time, then the the fields "meas_type_pos", "filter_id_pos" and "time_info_pos" need to be filled. 

NEWCAM

#Insert camera access IDs (these can be used to identify a certain camera within pyplis)
cam_ids:hdcam,hd,HD,HDCam

#Camera and detector specifications
#Please only fill the filename specifications which can actually be extracted from your convention and leave the other fields empty

cam_id:hdcam 			#ID of camera
delim:_ 			#filename delimiter for information extraction
time_info_pos:0 		#position of acquisition time string in filename (after split using delim)
time_info_str:%H%M%S%f 		#datetime string conversion format of filename datetime string 
filter_id_pos:2 		#position of filter acronym in filename (after split using delim)
file_type:tiff 			#image file_type
main_filter_id:on 		#ID of main filter 
meas_type_pos:1 		#position of meastype info, e.g. dark offset (after split using delim)
DARK_CORR_OPT:2		#0: no dark corr, 1: dark + offset, 2: one dark at same exposure time (NOTE: USE CAPITAL LETTERS FOR THIS FLAG)
texp_pos:			#position of exposure time (exp. time must be in s or ms)
texp_unit:    #choose from s or ms
focal_length:32.0e-3 #in m
pix_height:13.0e-6  #in m
pix_width:13.0e-6   #in m
pixnum_x:1024
pixnum_y:1024

#Insert information about default Filter setup (this can be adapted 
#and individualised for specific cases within pyplis)
#Row format: 
#filter:<filter ID>,<type>,<type acronym>,<meas type acronym>,<center wavelength>
filter:on,on,A0,M,315 
filter:off,off,B0,M,330

#Insert information about Dark (and offset) image identification
#On import, all dark image lists are separated from plume image lists and 
#are stored 
#Row format: 
#dark_info:<ID>,<type>,<type acronym>,<measType acronym>,<read_gain>
dark_info:on_dark,dark,A0,D,0
dark_info:off_dark,dark,B0,D,0
ENDCAM

NEWCAM
#Insert camera access IDs (these can be used to identify a certain camera within pyplis)
cam_ids:ecII,ec2,ECII,EC2,EnvicamII 

#Insert information about default Filter setup (this can be adapted 
#and individualised for specific cases within pyplis)
#Row format: 
#filter:<ID>,<type>,<type acronym>,<measType acronym>,<centerWavelength>
filter:on,on,F01,F01,310
filter:off,off,F03,F03,330

#Insert information about Dark (and offset) image identification
#On import, all dark image lists are separated from plume image lists and 
#are stored 
#Row format: 
#dark_info:<ID>,<type>,<type acronym>,<measType acronym>,<read_gain>
dark_info:offset0,offset,D0L,D0L,0
dark_info:dark0,dark,D1L,D1L,0
dark_info:offset1,offset,D0H,D0H,1
dark_info:dark1,dark,D1H,D1H,1

#Camera and detector specifications (need to be filled)
cam_id:ecII
delim:_
time_info_pos:3
time_info_str:%Y%m%d%H%M%S%f
filter_id_pos:4
file_type:fts
main_filter_id:on
meas_type_pos:4
DARK_CORR_OPT:1
texp_pos:
texp_unit:    #choose from s or ms
focal_length:
pix_height:4.65e-6
pix_width:4.65e-6
pixnum_x:1344
pixnum_y:1024
ENDCAM

NEWCAM
#Insert camera access IDs (these can be used to identify a certain camera within pyplis)
cam_ids:PCO, pco, pco.ultraviolet, PCO.ultraviolet

#Insert information about default Filter setup (this can be adapted 
#and individualised for specific cases within pyplis)
#Row format: 
#filter:<ID>,<type>,<type acronym>,<measType acronym>,<centerWavelength>
filter:on,on,FilterOn,FilterOn,310
filter:bg,off,BG,BG,999 #fake offband filter for test purposes

#Insert information about Dark (and offset) image identification
#On import, all dark image lists are separated from plume image lists and 
#are stored 
#Row format: 
#dark_info:<ID>,<type>,<type acronym>,<measType acronym>,<read_gain>
dark_info:dark,dark,DarkImage2,DarkImage2,0

#Camera and detector specifications (need to be filled)
cam_id:pco
delim:_
time_info_pos:1
time_info_str:%H%M%S
filter_id_pos:0
file_type:tif                #image format
main_filter_id:on
meas_type_pos:0
DARK_CORR_OPT:2               #DARK_CORR_OPT 1: dark and offset, 2: dark at same exposure time
texp_pos:
texp_unit:    #choose from s or ms
focal_length:25.0e-3
pix_height:4.65e-6
pix_width:4.65e-6
pixnum_x:1392
pixnum_y:1040
ENDCAM