Difference between revisions of "Freesnell"

From Free Software Directory
Jump to: navigation, search
m (Bendikker moved page FreeSnell to Freesnell)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=FreeSnell
 
|Name=FreeSnell
|Short description=FreeSnell is a program to compute optical properties of multilayer thin-film coatings.
+
|Short description=Compute optical properties of multilayer thin-film coatings.
 
|Full description='''FreeSnell''' is a program which computes optical properties of multilayer thin-film coatings. Dielectric, metallic, and granular metallic films are supported. The FreeSnell package includes a [[SCM]] script (program) "nk" to create, manage, and query a refractive-index spectral database.  
 
|Full description='''FreeSnell''' is a program which computes optical properties of multilayer thin-film coatings. Dielectric, metallic, and granular metallic films are supported. The FreeSnell package includes a [[SCM]] script (program) "nk" to create, manage, and query a refractive-index spectral database.  
  
 
FreeSnell is an application of the [[SCM]] Scheme implementation and the [[WB]] B-tree database package.
 
FreeSnell is an application of the [[SCM]] Scheme implementation and the [[WB]] B-tree database package.
|Homepage URL=http://people.csail.mit.edu/jaffer/FreeSnell/
+
|Homepage URL=https://www.nongnu.org/freesnell/
|User level=none
+
|Is High Priority Project=No
|VCS checkout command=cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/freesnell co .
+
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/freesnell co freesnell
|Computer languages=Scheme
+
|Documentation note=https://people.csail.mit.edu/jaffer/FreeSnell/freesnell.html  
|Documentation note=All documentation is available online in [https://people.csail.mit.edu/jaffer/FreeSnell/freesnell.html HTML] or [https://people.csail.mit.edu/jaffer/FreeSnell/FreeSnell.pdf PDF] format.
+
 
 +
https://people.csail.mit.edu/jaffer/FreeSnell/FreeSnell.pdf
 +
|Decommissioned or Obsolete=No
 
|Related projects=SCM, WB
 
|Related projects=SCM, WB
 
|Keywords=optics,refractive index,extinction coefficient,index of refraction,thin film coating,thin film optics,dichroic filter,coherent,incoherent
 
|Keywords=optics,refractive index,extinction coefficient,index of refraction,thin film coating,thin film optics,dichroic filter,coherent,incoherent
Line 16: Line 18:
 
|Version status=stable
 
|Version status=stable
 
|Version download=https://groups.csail.mit.edu/mac/ftpdir/scm/FreeSnell-1c2.zip
 
|Version download=https://groups.csail.mit.edu/mac/ftpdir/scm/FreeSnell-1c2.zip
|Last review by=Genium
+
|Last review by=Bendikker
|Last review date=2015/09/29
+
|Last review date=2019/01/11
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
+
|User level=none
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2006-02-27
 
|License verified date=2006-02-27
Line 33: Line 37:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=agj@alum.mit.edu
 
|Email=agj@alum.mit.edu
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.nongnu.org/projects/freesnell/
 +
}}
 +
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://cvs.savannah.gnu.org/viewvc/?root=freesnell
+
|Resource URL=https://cvs.savannah.nongnu.org/viewvc/freesnell/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Help,Support
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/freesnell-discuss/
|Resource URL=mailto:agj@alum.mit.edu
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource kind=Download
|Resource kind=Newsgroup
+
|Resource URL=https://groups.csail.mit.edu/mac/ftpdir/scm/
|Resource URL=sci.optics
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=General
|Resource kind=Mailing List Subscribe
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=https://lists.gnu.org/mailman/listinfo/FreeSnell-discuss
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Programming-language=scheme
 
|Programming-language=scheme
 +
|Runs-on=Windows, GNU/Hurd
 
|Science=engineering
 
|Science=engineering
 
|Use=science
 
|Use=science
Line 62: Line 66:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=wb
+
|Prerequisite description=[[wb]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=slib
+
|Prerequisite description=[[slib]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=scm
+
|Prerequisite description=[[scm]]
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=http://www.sopra-sa.com/fichiers/Database.zip
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 10:48, 11 January 2019


[edit]

FreeSnell

https://www.nongnu.org/freesnell/
Compute optical properties of multilayer thin-film coatings.

FreeSnell is a program which computes optical properties of multilayer thin-film coatings. Dielectric, metallic, and granular metallic films are supported. The FreeSnell package includes a SCM script (program) "nk" to create, manage, and query a refractive-index spectral database.

FreeSnell is an application of the SCM Scheme implementation and the WB B-tree database package.





Licensing

License

Verified by

Verified on

Notes

Verified by

Aubrey Jaffer

Verified on

23 March 2013




Leaders and contributors

Contact(s)Role
Aubrey Jaffer Maintainer


Resources and communication

AudienceResource typeURI
Savannah (Ref)https://savannah.nongnu.org/projects/freesnell/
VCS Repository Webviewhttps://cvs.savannah.nongnu.org/viewvc/freesnell/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/freesnell-discuss/
Generalhttps://savannah.gnu.org/people/
Downloadhttps://groups.csail.mit.edu/mac/ftpdir/scm/


Software prerequisites

KindDescription
Required to usescm
Required to useslib
Required to usewb




Entry










"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.