netcdf goes13-imager-srf {
dimensions:
chan = 5 ;
chan_strlen = 3 ;
wlen = 13313 ;
variables:
char channel(chan, chan_strlen) ;
channel:long_name = "channel identifier" ;
double wavelength(wlen, chan) ;
wavelength:_FillValue = -9999. ;
wavelength:valid_min = 3.e-07 ;
wavelength:coordinates = "channel" ;
wavelength:long_name = "wavelength" ;
wavelength:standard_name = "radiation_wavelength" ;
wavelength:units = "um" ;
wavelength:valid_max = 15. ;
double srf(wlen, chan) ;
srf:_FillValue = -9999. ;
srf:units = "1" ;
srf:long_name = "spectral response function" ;
srf:valid_min = -1.e-06 ;
srf:valid_max = 1. ;
srf:coordinates = "channel" ;
// global attributes:
:Conventions = "CF-1.6" ;
:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
:standard_name_vocabulary = "CF Standard Name Table (v22, 12 February 2013)" ;
:title = "GOES-13 Imager Channel Spectral Response Data" ;
:summary = "Spectral response functions (SRF) for all channels of the GOES-13 Imager instrument are stored in this file. The data came from the official text files (see the source global attribute). The only difference is that SRF data given in wavenumbers are converted to wavelengths." ;
:naming_authority = "gov.noaa.nesdis.gsics" ;
:institution = "NOAA/NESDIS Center for Satellite Applications and Research" ;
:creator_name = "NOAA/NESDIS Center for Satellite Applications and Research GPRC" ;
:contributor_role = "Source of original SRF data text files" ;
:date_created = "2013-03-29T00:33:45Z" ;
:history = "2013-03-29T00:33:45Z srf2nc.py v1.0.0" ;
:source = "g13_img_vis_det6.txt (MD5=1be63b3c6695f592d755d1252bedf46c); g13_img_srf_v3_038.txt (MD5=8c4ef210d0a5442acc6237f753bf13bf); g13_img_srf_v3_065.txt (MD5=6003ba3ec35d3f2dabf91f74b10263cc); g13_img_srf_v3_107.txt (MD5=954eef23082f2904ffc427c04174526a); g13_img_srf_v3_133.txt (MD5=64f5a61f4171b136e3ed5c1cc88e59c9)" ;
:platform = "GOES-13" ;
:instrument = "Imager" ;
:wmo_satellite_id = 257 ;
:wmo_instrument_id = 615 ;
}