There are many ways to make mistakes with the metadatafile if you are not thinking so clearly. Add checks to make sure the input makes sense.
*Are domainmin,domainmax,datastep,minincluded,maxincluded * fields either empty or numerical?
Are the number of columns in each row sensible?
Add empty line at end of file if this is missing.
If domainmin, domainmax don't match with the input data, give an error and don't start running.
There are many ways to make mistakes with the metadatafile if you are not thinking so clearly. Add checks to make sure the input makes sense.
*Are domainmin,domainmax,datastep,minincluded,maxincluded * fields either empty or numerical?
Are the number of columns in each row sensible?
Add empty line at end of file if this is missing.
If domainmin, domainmax don't match with the input data, give an error and don't start running.