/[CCFs]/ccfdev/packages/xmm-abscoefs/henke/generatetable
ViewVC logotype

Annotation of /ccfdev/packages/xmm-abscoefs/henke/generatetable

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu May 10 06:39:21 2001 UTC (23 years, 6 months ago) by gvacanti
Branch: MAIN
CVS Tags: version_1_4, version_1_2, version_1_3, version_0_9, HEAD
*** empty log message ***

1 gvacanti 1.1 #! /usr/local/bin/perl
2     #
3     # Giuseppe Vacanti - January 2000
4     #
5     require 5;
6     my $el = shift;
7     my $El = ucfirst $el;
8     print "
9     table \"HENKE-$El\" rows(\"../henke/$el.nff\") \"Henke et al.'s atomic scattering factors\"
10     <
11     comment \"Downloaded from http://www-cxro.lbl.gov/optical_constants/\"
12     comment \"Downloaded on 1999-09-09\"
13    
14     column \"ENERGY\" real32 \"Energy grid\" \"eV\" fillColumn(col, \"../henke/$el.nff\",0)
15     column(2) "SCATTERING_FACTORS" real32 \"f1 and f2\" \"\" fillColumn(col, \"../henke/$el.nff\",1,\":\")
16     >
17     "

  ViewVC Help
Powered by ViewVC 1.1.27