l1brsgen image output
Posted: Mon Jan 09, 2017 2:24 pm America/New_York
I'm trying to use l1brsgen to create an image of Level-1B data. When I run the command:
l1brsgen ifile=A2016364180500.L1B_LAC geofile=A2016364180500.GEO ofile=A2016364180500.rgb subsamp=1 atmocor=1 resolution=1000
the command completes, but when I view the output file outside of SeaDas I do not see the expected rgb variable(in earlier versions of OCSSW this was in the output).
Is there a different syntax I need to use for the command to have the image output as a variable?
Output of l1brsgen command:
$ ncdump -h A2016364180500.rgb
netcdf A2016364180500.rgb {
dimensions:
Number of Scans = 2030 ;
Pixels per Scan = 1354 ;
variables:
short longitude(Number of Scans, Pixels per Scan) ;
longitude:slope = 0.0055555557f ;
longitude:intercept = 0.f ;
short latitude(Number of Scans, Pixels per Scan) ;
latitude:slope = 0.0027777778f ;
latitude:intercept = 0.f ;
// global attributes:
:Product Name = "A2016364180500.rgb.hdf" ;
... output cut ...
Thanks
l1brsgen ifile=A2016364180500.L1B_LAC geofile=A2016364180500.GEO ofile=A2016364180500.rgb subsamp=1 atmocor=1 resolution=1000
the command completes, but when I view the output file outside of SeaDas I do not see the expected rgb variable(in earlier versions of OCSSW this was in the output).
Is there a different syntax I need to use for the command to have the image output as a variable?
Output of l1brsgen command:
$ ncdump -h A2016364180500.rgb
netcdf A2016364180500.rgb {
dimensions:
Number of Scans = 2030 ;
Pixels per Scan = 1354 ;
variables:
short longitude(Number of Scans, Pixels per Scan) ;
longitude:slope = 0.0055555557f ;
longitude:intercept = 0.f ;
short latitude(Number of Scans, Pixels per Scan) ;
latitude:slope = 0.0027777778f ;
latitude:intercept = 0.f ;
// global attributes:
:Product Name = "A2016364180500.rgb.hdf" ;
... output cut ...
Thanks