Fri Sep 30 19:48:01 2016 ELLIPSE_GRID_TEST Python version: 2.7.5 Test the ELLIPSE_GRID library. R82VEC_PRINT_PART_TEST Python version: 2.7.5 R82VEC_PRINT_PART prints an R8VEC. Output with MAX_PRINT = 2 0 11.000000 21.000000 1 12.000000 22.000000 ...more entries... Output with MAX_PRINT = 5 0 11.000000 21.000000 1 12.000000 22.000000 2 13.000000 23.000000 .... .............. .............. 9 20.000000 30.000000 Output with MAX_PRINT = 25 0 11.000000 21.000000 1 12.000000 22.000000 2 13.000000 23.000000 3 14.000000 24.000000 4 15.000000 25.000000 5 16.000000 26.000000 6 17.000000 27.000000 7 18.000000 28.000000 8 19.000000 29.000000 9 20.000000 30.000000 R82VEC_PRINT_PART_TEST: Normal end of execution. R8MAT_TRANSPOSE_WRITE_TEST: Python version: 2.7.5 Test R8MAT_TRANSPOSE_WRITE, which writes the transpose of an R8MAT to a file. Created file "r8mat_transpose_write_test.txt". R8MAT_TRANSPOSE_WRITE_TEST: Normal end of execution. TIMESTAMP_TEST: Python version: 2.7.5 TIMESTAMP prints a timestamp of the current date and time. Fri Sep 30 19:48:01 2016 TIMESTAMP_TEST: Normal end of execution. ELLIPSE_GRID_DISPLAY_TEST: Python version: 2.7.5 ELLIPSE_GRID_DISPLAY can display a grid of points in an ellipse. Graphics data saved in file "ellipse_grid_display.png" ELLIPSE_GRID_DISPLAY_TEST: Normal end of execution. ELLIPSE_GRID_COUNT_TEST: Python version: 2.7.5 ELLIPSE_GRID_COUNT can count the points in a grid, with N+1 points on the minor half axis, based on any ellipse. We use N = 8 Radius R = (2,1) Center C = (1,2) Number of grid points will be 455 ELLIPSE_GRID_COUNT_TEST: Normal end of execution. ELLIPSE_GRID_POINTS_TEST: Python version: 2.7.5 ELLIPSE_GRID_POINTS can define a grid of points with N+1 points on the minor half axis, based on any ellipse. We use N = 8 Radius R = (2,1) Center C = (1,2) Number of grid points will be 455 Part of the grid point array: 0 1.000000 2.000000 1 1.117647 2.000000 2 0.882353 2.000000 3 1.235294 2.000000 4 0.764706 2.000000 5 1.352941 2.000000 6 0.647059 2.000000 7 1.470588 2.000000 8 0.529412 2.000000 9 1.588235 2.000000 10 0.411765 2.000000 11 1.705882 2.000000 12 0.294118 2.000000 13 1.823529 2.000000 14 0.176471 2.000000 15 1.941176 2.000000 16 0.058824 2.000000 17 2.058824 2.000000 .... .............. .............. 454 0.411765 1.058824 Data written to the file "ellipse_grid.xy". Graphics data saved in file "ellipse_grid.png" ELLIPSE_GRID_POINTS_TEST: Normal end of execution. ELLIPSE_GRID_TEST: Normal end of execution. Fri Sep 30 19:48:03 2016