Package convolve :: Package test :: Module test_irafframe
[hide private]
[frames] | no frames]

Module test_irafframe

source code

Functions [hide private]
 
test_frame_constant()
frame_nearest creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center.
source code
 
test_frame_nearest()
frame_nearest creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center.
source code
 
test_frame_reflect()
frame_reflect creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center.
source code
 
test_frame_wrap()
frame_wrap creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center.
source code
Variables [hide private]
  __package__ = 'convolve.test'

Imports: TimeExpired, assert_almost_equal, assert_almost_equals, assert_dict_contains_subset, assert_dict_equal, assert_equal, assert_equals, assert_false, assert_greater, assert_greater_equal, assert_in, assert_is, assert_is_instance, assert_is_none, assert_is_not, assert_is_not_none, assert_items_equal, assert_less, assert_less_equal, assert_list_equal, assert_multi_line_equal, assert_not_almost_equal, assert_not_almost_equals, assert_not_equal, assert_not_equals, assert_not_in, assert_not_is_instance, assert_not_regexp_matches, assert_raises, assert_raises_regexp, assert_regexp_matches, assert_sequence_equal, assert_set_equal, assert_true, assert_tuple_equal, eq_, frame, frame_constant, frame_nearest, frame_reflect, frame_wrap, istest, make_decorator, nose, nottest, np, num, ok_, raises, set_trace, test, timed, unframe, with_setup


Function Details [hide private]

test_frame_constant()

source code 

frame_nearest creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center. The boundary pixels are copied from the nearest edge pixel in 'a'.

test_frame_nearest()

source code 

frame_nearest creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center. The boundary pixels are copied from the nearest edge pixel in 'a'.

test_frame_reflect()

source code 

frame_reflect creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center. The boundary pixels are reflected from the nearest edge pixels in 'a'.

test_frame_wrap()

source code 

frame_wrap creates an oversized copy of 'a' with new 'shape' and the contents of 'a' in the center. The boundary pixels are wrapped around to the opposite edge pixels in 'a'.