# Parameter definitions for thorn PAPI # $Header$ private: BOOLEAN mark "Mark different evolution bins with different colours" { } "yes" # If "mark" is true these control the colours. KEYWORD default_colour "The colour for anything not marked" { "default" :: "The default colour" "black" :: "blue" :: "cyan" :: "darkGray" :: "gray" :: "green" :: "lightGray" :: "magenta" :: "orange" :: "pink" :: "red" :: "white" :: "yellow" :: } "default" KEYWORD initial_colour "The colour for the INITIAL time bin" { "default" :: "The default colour" "black" :: "blue" :: "cyan" :: "darkGray" :: "gray" :: "green" :: "lightGray" :: "magenta" :: "orange" :: "pink" :: "red" :: "white" :: "yellow" :: } "yellow" KEYWORD prestep_colour "The colour for the PRESTEP time bin" { "default" :: "The default colour" "black" :: "blue" :: "cyan" :: "darkGray" :: "gray" :: "green" :: "lightGray" :: "magenta" :: "orange" :: "pink" :: "red" :: "white" :: "yellow" :: } "black" KEYWORD evol_colour "The colour for the EVOL time bin" { "default" :: "The default colour" "black" :: "blue" :: "cyan" :: "darkGray" :: "gray" :: "green" :: "lightGray" :: "magenta" :: "orange" :: "pink" :: "red" :: "white" :: "yellow" :: } "green" KEYWORD poststep_colour "The colour for the POSTSTEP time bin" { "default" :: "The default colour" "black" :: "blue" :: "cyan" :: "darkGray" :: "gray" :: "green" :: "lightGray" :: "magenta" :: "orange" :: "pink" :: "red" :: "white" :: "yellow" :: } "cyan" KEYWORD analysis_colour "The colour for the ANALYSIS time bin" { "default" :: "The default colour" "black" :: "blue" :: "cyan" :: "darkGray" :: "gray" :: "green" :: "lightGray" :: "magenta" :: "orange" :: "pink" :: "red" :: "white" :: "yellow" :: } "magenta"