added references

This commit is contained in:
Martin Diehl 2015-06-30 14:52:48 +00:00
parent ee6495ad68
commit ef243d3e19
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ scriptName = os.path.splitext(scriptID.split()[1])[0]
# --------------------------------------------------------------------
# MAIN
# --------------------------------------------------------------------
#Borland, D., & Taylor, R. M. (2007). Rainbow Color Map (Still) Considered Harmful. Computer Graphics and Applications, IEEE, 27(2), 14--17.
#Moreland, K. (2009). Diverging Color Maps for Scientific Visualization. In Proc. 5th Int. Symp. Visual Computing (pp. 92--103).
outtypes = ['paraview','gmsh','raw','GOM']
extensions = ['.xml','.msh','.txt','.legend']
colormodels = ['RGB','HSL','XYZ','CIELAB','MSH']