NASA Logo
Ocean Color Science Software

ocssw V2022
l1bextract_oci.py File Reference

Go to the source code of this file.

Classes

class  extract
 

Namespaces

 l1bextract_oci
 

Functions

def chk_pixl (args, infile)
 

Variables

string versionStr = "1.1 (2024-03-15)"
 
int status = 0
 
 parser
 
 help
 
 action
 
 nargs
 
 group1 = parser.add_argument_group('geographic limits')
 
 type
 
 float
 
 group2 = parser.add_argument_group('pixel/line ranges (1-based)')
 
 int
 
 default
 
 args = parser.parse_args()
 
 pixel_bounds_specified = not (args.eline == -1 and args.sline == 1 and args.epixl == -1 and args.spixl == 1)
 
 infile = netCDF4.Dataset(args.ifile, 'r')
 
 in_eline
 
 this
 
 goodlatlons = None not in (this.north, this.south, this.west, this.east)