netcdf gsics-srf-template-20180725 { dimensions: channel = X ; sample = Y ; variables: double channel(channel) ; channel:units = "um" ; channel:long_name = "nominal channel central wavelength" ; channel:valid_min = MIN WAVELENGTH ; channel:valid_max = MAX WAVELENGTH ; string channel_id(channel) ; channel_id:long_name = "channel identifier" ; channel_id:standard_name = "sensor_band_identifier" ; ubyte origin(channel) ; origin:flag_meanings = "wavelength wavenumber" ; origin:long_name = "original sample domain" ; origin:valid_min = 1UB ; origin:valid_max = 2UB ; origin:flag_values = 1UB, 2UB ; double wavelength(sample, channel) ; wavelength:_FillValue = -9999. ; wavelength:units = "um" ; wavelength:long_name = "wavelength" ; wavelength:valid_min = MIN WAVELENGTH ; wavelength:valid_max = MAX WAVELENGTH ; wavelength:ancillary_variables = "origin" ; double wavenumber(sample, channel) ; wavenumber:_FillValue = -9999. ; wavenumber:comment = "Values are in descending order." ; wavenumber:ancillary_variables = "origin" ; wavenumber:units = "cm-1" ; wavenumber:long_name = "wavenumber" ; wavenumber:valid_min = MIN WAVENUMBER ; wavenumber:valid_max = MAN WAVENUMBER ; double srf(sample, channel) ; srf:_FillValue = -9999. ; srf:units = "1" ; srf:long_name = "normalized spectral response" ; srf:valid_min = MIN NORMALIZED SRF VALUE ; srf:valid_max = MAX NORMALIZED SRF VALUE ; // global attributes: :Conventions = "CF-1.6" ; :Metadata_Conventions = "Unidata Dataset Discovery v1.0" ; :standard_name_vocabulary = "CF Standard Name Table (v24, 27 June 2013)" ; :project = "Global Space-based Inter-Calibration System " ; :license = "This file was produced in support of GSICS activities. Any publication using this file should acknowledge both GSICS and the data's relevant organization. Neither the data creator, nor the data publisher, nor any of their employees or contractors, makes any warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness, or usefulness, of this information." ; :title = "SATELLITE INSTRUMENT Normalized Spectral Response Data" ; :summary = "Normalized spectral response functions (SRF) for all channels of the SATELLITE INSTRUMENT are stored in this file. The data came from the official files (see the source global attribute)." ; :naming_authority = "REVERSE DNS OF YOUR DOMAIN" ; :id = "FILE NAME" ; :institution = "NAME OF DATA PRODUCER'S ORGANIZATION" ; :creator_name = "DATA PRODUCER'S DEPARTMENT/OFFICE" ; :creator_email = "DATA PRODUCER'S CONTACT EMAIL" ; :creator_url = "DATA PRODUCER'S CONTACT WEBSITE" ; :publisher_name = "DATA PUBLISHER'S DEPARTMENT/OFFICE" ; :publisher_email = "DATA PUBLISHER'S CONTACT EMAIL" ; :publisher_url = "DATA PUBLISHER'S WEBSITE" ; :date_created = "FILE CREATION TIME IN YYYY-MM-DDThh:mm:ssZ" ; :date_modified = "FILE MODIFICATION TIME IN YYYY-MM-DDThh:mm:ssZ" ; :history = "VALUE OF DATE_MODIFIED PROCESSING SOFTWARE RUNTIME PARAMETERS" ; :source = "ORIGINAL (OFFICIAL) SRF FILE NAME (WITH MD5)" ; :platform = "SATELLITE NAME" ; :instrument = "INSTRUMENT NAME" ; :wmo_satellite_code = WMO_SATELLITE_CODE ; // type short :wmo_satellite_instrument_code = WMO_INSTRUMENT_CODE ; // type short }