Coverage for tests/test_obs_test.py : 94%

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
# This file is part of obs_test. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project # (http://www.lsst.org). # See the COPYRIGHT file at the top-level directory of this distribution # for details of code ownership. # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 program. If not, see <http://www.gnu.org/licenses/>. #
'bias': {'visit': 1}, 'flat': {'visit': 1}, 'dark': unittest.SkipTest }
'bias': Extent2I(1018, 2000), 'flat': Extent2I(1018, 2000) } ({'level': 'sensor', 'visit': 1}, 1), ({'level': 'filter', 'visit': 1}, 1), ({'level': 'visit', 'filter': 'g'}, 2) ) exposureIds=exposureIds, filters=filters, exptimes=exptimes, detectorIds=detectorIds, detector_names=detector_names, detector_serials=detector_serials, dimensions=dimensions, sky_origin=sky_origin, raw_subsets=raw_subsets, linearizer_type=linearizer_type )
'fgcmcycle')) ({'visit': 2}, [(2, 'g')]), ({'visit': 3}, [(3, 'r')]), ({'filter': 'g'}, [(1, 'g'), (2, 'g')]), ({'filter': 'r'}, [(3, 'r')]), ) ('filter', set(['filter', 'visit'])), ('visit', set(['filter', 'visit'])) ) path_to_raw=path_to_raw, keys=keys, query_format=query_format, queryMetadata=queryMetadata, metadata_output_path=metadata_output_path, map_python_type=map_python_type, map_cpp_type=map_cpp_type, map_storage_name=map_storage_name, raw_filename=raw_filename, default_level=default_level, raw_levels=raw_levels, )
n_detectors=1, first_detector_name='0', plate_scale=20 * arcseconds, )
setup_module(sys.modules[__name__]) unittest.main() |