| 1 | set autoscale |
|---|
| 2 | #set log y |
|---|
| 3 | set xr [300:1200] |
|---|
| 4 | #set yr [0:20] |
|---|
| 5 | set xlabel "Wavelength (nm)" |
|---|
| 6 | set ylabel "(W/m2)" |
|---|
| 7 | #set term x11 |
|---|
| 8 | set term png |
|---|
| 9 | set output "/users/rsg/benj/scratch/smarts/SMARTS_295_Linux/fodis_test_var/fodis.png" |
|---|
| 10 | |
|---|
| 11 | plot "/users/rsg/benj/scratch/smarts/SMARTS_295_Linux/fodis_test_var/fodis_test.ext.txt" using 1:2 title 'SMARTS Solar spectrum' with lines, \ |
|---|
| 12 | "/users/rsg/benj/scratch/smarts/SMARTS_295_Linux/fodis_test_var/fodis_test.ext.txt" using 1:3 title 'SMARTS Direct Normal Irradiance' with lines, \ |
|---|
| 13 | "/users/rsg/benj/scratch/fodis_test/031_08_cloud_test/cali_fodis_spectrum.txt" using 1:($2*3.141/100000) title 'Caligeo FODIS spectrum' with lines |
|---|