import numpy import copy class Beam: def __init__(self): self.codeList = [] self.azimuthList = [] self.zenithList = [] class AMISR: def __init__(self): self.flagNoData = True self.data = None self.utctime = None self.type = "AMISR" #propiedades para compatibilidad con Voltages self.timeZone = 0#timezone like jroheader, difference in minutes between UTC and localtime self.dstFlag = 0#self.dataIn.dstFlag self.errorCount = 0#self.dataIn.errorCount self.useLocalTime = True#self.dataIn.useLocalTime self.radarControllerHeaderObj = None#self.dataIn.radarControllerHeaderObj.copy() self.systemHeaderObj = None#self.dataIn.systemHeaderObj.copy() self.channelList = [0]#self.dataIn.channelList esto solo aplica para el caso de AMISR self.dtype = numpy.dtype([('real','