NASA Logo
Ocean Color Science Software

ocssw V2022
l1cextract.py File Reference

Go to the source code of this file.

Classes

class  extract
 

Namespaces

 l1cextract
 

Functions

def chk_pixl (args, infile)
 
def chk_spex_width (args, infile)
 

Variables

string versionStr = "1.3 (2024-09-23)"
 
 parser
 
 help
 
 action
 
 group1 = parser.add_argument_group('geographic limits')
 
 type
 
 float
 
 group2 = parser.add_argument_group('pixel/line ranges (1-based)')
 
 int
 
 default
 
 group3 = parser.add_argument_group('spex width (overwrites any pixel ranges or geographic limits)')
 
 args = parser.parse_args()
 
 infile = netCDF4.Dataset(args.ifile, 'r')
 
int token = 0
 
 eline
 
 in_eline
 
 this
 
 goodlatlons = None not in (this.north, this.south, this.west, this.east)
 
 goodindices = None not in (this.spixl, this.epixl, this.sline, this.eline)
 
 status = this.getpixlin()