macro "About_LUTs" { Dialog.create("About LUTs menu"); str = "\nThe LUTs menu from the 'NeuroCyto LUTs' update site is a collection of lookup tables (LUTs) from various sources:\n \nThunderSTORM LUT is from Martin Ovesny, Guy Hagen Lab (GNU-GPL license)\nhttps://github.com/zitmen/thunderstorm\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:\nM. Geissbuehler and T. Lasser,\nHow to display data by color schemes compatible with red-green color perception deficiencies\nOpt. Express 21, 9862-9874 (2013) (doi:10.1364/OE.21.009862)\n \nChrisLUTs are from Christophe Leterrier (NeuroCyto Lab)\n \nDavLUTs (including the Jet ImageJ LUT) are from Dave Williamson (MIT license)\nhttps://github.com/quokka79/DavLUT\n \nScientific are 'Scientific color map' from Fabio Crameri (with the help of George E. Campbell, CC Attribution 4.0 License)\nhttp://www.fabiocrameri.ch/colourmaps.php\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(); }