# #The header is the standard variable number of "#" commented lines # header.standard=true # #The fields - note Latitude,Longitude and Elevation have default values #extracted from the header with the below pattern definitions # fields=Latitude,Longitude,Elevation,Year, Month, Day, Dayofyear, North_Load[unit=mm], East_Load[unit=mm], Vert_Load[unit=mm] # #The pattern attribute is a regular expression used to extract the value from the header # field.Latitude.pattern=#\s*cast\s*([0-9]+\.[0-9]+)\s+ field.Longitude.pattern=#\s*cast\s*[0-9]+\.[0-9]+\s+([0-9]+\.[0-9]+)\s+ field.Elevation.pattern=#\s*cast\s*[0-9]+\.[0-9]+\s+[0-9]+\.[0-9]+\s+([0-9]+\.[0-9]+)\s+