#!/usr/local/bin/perl -wT use CGI ":standard"; use CGI::Carp "fatalsToBrowser"; use lib "./"; use dustInformation; $query = new CGI; ############################################################ #This script displays the resource information page for the 2dust website ############################################################# print header; &displayPage; print end_html; #display the main page sub displayPage { print < 2Dust Resource Information
HTML &dHeader; &dSidebar; print <

Further Resource Information

This information may help with practical use of the code


dustconst.tar : This file contains all the available dust constant files (*.optc):
H2O_franktest.optc
frankfors3.optc
begemann97_porousalmina.optc
nk_cryst_sil.optc
dorschner95_olmg40.optc
nk_dorschner95_olmg50.optc
dorschner95_olmg50.optc
preibisch93_dice.optc
dwsuvSil.optical_rev.optc
rouleau91_ac.optc
ens_p_am.optc
schnaiter_ac_ar.optc
ens_s1_am.optc
schnaiter_ac_arh2.optc
ens_s2_am.optc
zubko96_ac_acar.optc
frankfors1.optc
zubko96_ac_ach2.optc frankfors2.optc zubko96_ac_be.optc

dustconst_extrap.tar : This file contains extrapolated optc files and plots:





HTML &printCenterLinks; print "
"; }