macro "About_LUTs" { Dialog.create("About LUTs menu"); str = "\nThe LUTs menu from the 'NeuroCyto LUTs' update site allows quick access to a collection of lookup tables (LUTs) from various sources.\nSee the Acknowledgments.txt file in the Fiji/scripts/LUTs folder to copy-paste links to resources.\n \nThunderSTORM LUT is from Martin Ovesny, Guy Hagen Lab (GNU-GPL license):\nhttps://github.com/zitmen/thunderstorm\n \n ZOLA LUT is from the ZOLA-3D plugin developped by the IMOD lab in Pasteur (GPL v3):\nhttps://github.com/imodpasteur/ZOLA-3D\n \nNanoJ-Orange, SQUIRREL-FRC and SQUIRREL-Errors LUTs are from Sian Culley, Ricardo Henriques Lab (GNU-GPL license):\nhttps://github.com/HenriquesLab/NanoJ-Core\nhttps://bitbucket.org/rhenriqueslab/nanoj-squirrel/wiki/Home\n \nAmetrine, Isolum and Morgenstemning LUTs are from:\nGeissbuehler M., & Lasser T. (2013)\nHow to display data by color schemes compatible with red-green color perception deficiencies.\nOpt. Express 21, 9862-9874 (doi:10.1364/OE.21.009862)\n \nJG_Parrot and JG_PseudocolorMM are from Joachim Goedhart:\nhttp://thenode.biologists.com/parrot-lut/research/\nhttps://zenodo.org/record/1211690#.XPaYUC3pPOQ\n \nCB_LUTs (color-blind LUTs) were generated Bruno C. Vellutini after the work of Masataka Okabe & Kei Ito:\nHow to make figures and presentations that are friendly to color blind people.\nhttps://jfly.uni-koeln.de/html/color_blind/\n \nCET LUTs are from Peter Kovesi (Creative Commons BY License):\nhttps://peterkovesi.com/projects/colourmaps/\nKovesi P (2015)\nGood Colour Maps: How to Design Them.\narXiv:1509.03700 [cs.GR]\n \nCMOcean ImageJ LUTs are from Mike Perrins, adapted from Kristen Thyng:\nhttps://github.com/mikeperrins/cmocean-LUT-ImageJ\nhttps://matplotlib.org/cmocean/\n \nChrisLUTs are from Christophe Leterrier (NeuroCyto Lab):\nhttps://github.com/cleterrier/ChrisLUTs\n \nDavLUTs (including the Jet ImageJ LUT) are from Dave Williamson (MIT license):\nhttps://github.com/quokka79/DavLUT\n \nScientific are 'Scientific color maps' from Fabio Crameri (with the help of George E. Campbell, CC Attribution 4.0 License):\nhttp://www.fabiocrameri.ch/colourmaps.php\nCrameri, F. (2018)\nScientific colour-maps.\nZenodo. doi:10.5281/zenodo.1243862\nCrameri, F. (2018)\nGeodynamic diagnostics, scientific visualisation and StagLab 3.0.\nGeosci. Model Dev., 11, 2541-2562, doi:10.5194/gmd-11-2541-2018\n \nWRA_LUTs are designed by Wilson R Adams.\n \nAll other LUTs are built-in Fiji LUTs (GNU-GPL license):\nhttps://github.com/fiji/fiji/tree/master/luts" Dialog.addMessage(str); Dialog.show(); }