2,684
edits
Line 37: | Line 37: | ||
a) Lines may have at most 80 characters (FIXME: what happens if they are longer: truncation or warning?). This happens most often with the NAME_TEMPLATE_OF_DATA_FRAMES keyword line, because the path to the directory with the frames may be long. | a) Lines may have at most 80 characters (FIXME: what happens if they are longer: truncation or warning?). This happens most often with the NAME_TEMPLATE_OF_DATA_FRAMES keyword line, because the path to the directory with the frames may be long. | ||
b) Error due to omitting the "=" directly after the keyword (i.e. having | b) Error due to omitting the "=" directly after the keyword (i.e. having an intervening blank). | ||
c) There may be decoding errors in the parameter which may lead to obscure error messages. E.g., see what happens if you provide only one cell parameter instead of six! | c) There may be decoding errors in the parameter which may lead to obscure error messages. E.g., see what happens if you provide only one cell parameter instead of six! |