Coverage for runmacs/spec/__init__.py : 80%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
######################################################################### # # __init__.py - This file is part of the Munich Aerosol Cloud Scanner package. # # # Copyright (C) 2001-2010 Thomas Boggs # # Spectral Python is free software; you can redistribute it and/ # or modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # Spectral Python is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this software; if not, write to # # Free Software Foundation, Inc. # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 # USA # ######################################################################### # # Send comments to: # Florian Ewald, florian.ewald@campus.lmu.de #
else: byte_order = 1 # big endian
#from spectral import (open_image, settings, tile_image, spy_colors, BandInfo) #from io import * #from graphics import *
# Deprecated functions #from spectral import image
#from spectral import _init #_init() #del _init |