Click here to go to the corresponding page for the latest version of DIALS
Processing in Detail (Thaumatin)¶
Introduction¶
DIALS processing may be performed by either running the individual tools (spot
finding, indexing, refinement, integration, exporting to MTZ) or you can run
xia2 pipeline=dials
, which makes informed choices for you at each stage. In
this tutorial we will run through each of the steps in turn, checking the output
as we go. We will also enforce the correct lattice symmetry.
Tutorial data¶
The following example uses a Thaumatin dataset collected using beamline I04 at Diamond Light Source, which is available for download from .
Import¶
The first stage of step-by-step DIALS processing is to import the data - all that happens here is that the image headers are read, and a file describing their contents (datablock.json) is written.
dials.import data/th_8_2_0*cbf
The output just describes what the software understands of the images it was passed, in this case one sweep of data containing 540 images.
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
input {
datablock = <image files>
}
--------------------------------------------------------------------------------
format: <class 'dxtbx.format.FormatCBFMiniPilatusDLS6MSN100.FormatCBFMiniPilatusDLS6MSN100'>
num images: 540
num sweeps: 1
num stills: 0
--------------------------------------------------------------------------------
Writing datablocks to datablock.json
Find Spots¶
The first “real” task in any processing using DIALS is the spot finding.
Here we request multiple processors to speed this up (nproc=4
).
It still takes a little while because we are finding spots on every image in the
dataset. This reflects the modular philosophy of the DIALS toolkit and will
enable us to do global refinement later on.
dials.find_spots datablock.json nproc=4
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
spotfinder {
mp {
nproc = 4
}
}
input {
datablock = datablock.json
}
Setting spotfinder.filter.min_spot_size=3
Configuring spot finder from input parameters
--------------------------------------------------------------------------------
Finding strong spots in imageset 0
--------------------------------------------------------------------------------
Finding spots in image 1 to 540...
Setting chunksize=27
Extracting strong pixels from images
Using multiprocessing with 4 parallel job(s)
Found 1756 strong pixels on image 1
Found 1616 strong pixels on image 2
Found 1655 strong pixels on image 3
Found 1697 strong pixels on image 4
Found 1674 strong pixels on image 5
Found 1571 strong pixels on image 6
Found 1682 strong pixels on image 7
Found 1672 strong pixels on image 8
Found 1668 strong pixels on image 9
Found 1689 strong pixels on image 10
Found 1670 strong pixels on image 11
Found 1653 strong pixels on image 12
Found 1496 strong pixels on image 13
Found 1627 strong pixels on image 14
Found 1660 strong pixels on image 15
Found 1687 strong pixels on image 16
Found 1756 strong pixels on image 17
Found 1810 strong pixels on image 18
Found 1875 strong pixels on image 19
Found 1850 strong pixels on image 20
Found 1802 strong pixels on image 21
Found 1826 strong pixels on image 22
Found 1861 strong pixels on image 23
Found 1833 strong pixels on image 24
Found 1795 strong pixels on image 25
Found 1812 strong pixels on image 26
Found 1826 strong pixels on image 27
Found 1921 strong pixels on image 28
Found 1878 strong pixels on image 29
Found 1935 strong pixels on image 30
Found 1801 strong pixels on image 31
Found 1644 strong pixels on image 32
Found 1631 strong pixels on image 33
Found 1638 strong pixels on image 34
Found 1788 strong pixels on image 35
Found 1627 strong pixels on image 36
Found 1767 strong pixels on image 37
Found 1799 strong pixels on image 38
Found 1724 strong pixels on image 39
Found 1726 strong pixels on image 40
Found 1678 strong pixels on image 41
Found 1659 strong pixels on image 42
Found 1698 strong pixels on image 43
Found 1796 strong pixels on image 44
Found 1903 strong pixels on image 45
Found 1817 strong pixels on image 46
Found 1724 strong pixels on image 47
Found 1749 strong pixels on image 48
Found 1751 strong pixels on image 49
Found 1850 strong pixels on image 50
Found 1926 strong pixels on image 51
Found 1727 strong pixels on image 52
Found 1645 strong pixels on image 53
Found 1713 strong pixels on image 54
Found 1734 strong pixels on image 55
Found 1656 strong pixels on image 56
Found 1662 strong pixels on image 57
Found 1728 strong pixels on image 58
Found 1779 strong pixels on image 59
Found 1872 strong pixels on image 60
Found 1834 strong pixels on image 61
Found 1718 strong pixels on image 62
Found 1652 strong pixels on image 63
Found 1748 strong pixels on image 64
Found 1727 strong pixels on image 65
Found 1890 strong pixels on image 66
Found 1892 strong pixels on image 67
Found 1913 strong pixels on image 68
Found 1858 strong pixels on image 69
Found 1875 strong pixels on image 70
Found 1812 strong pixels on image 71
Found 1746 strong pixels on image 72
Found 1780 strong pixels on image 73
Found 1923 strong pixels on image 74
Found 1751 strong pixels on image 75
Found 1785 strong pixels on image 76
Found 1634 strong pixels on image 77
Found 1668 strong pixels on image 78
Found 1683 strong pixels on image 79
Found 1647 strong pixels on image 80
Found 1747 strong pixels on image 81
Found 1821 strong pixels on image 82
Found 1802 strong pixels on image 83
Found 1868 strong pixels on image 84
Found 1928 strong pixels on image 85
Found 1939 strong pixels on image 86
Found 1952 strong pixels on image 87
Found 1878 strong pixels on image 88
Found 1741 strong pixels on image 89
Found 1754 strong pixels on image 90
Found 1722 strong pixels on image 91
Found 1569 strong pixels on image 92
Found 1634 strong pixels on image 93
Found 1653 strong pixels on image 94
Found 1828 strong pixels on image 95
Found 1862 strong pixels on image 96
Found 1816 strong pixels on image 97
Found 1883 strong pixels on image 98
Found 1956 strong pixels on image 99
Found 1960 strong pixels on image 100
Found 1868 strong pixels on image 101
Found 1818 strong pixels on image 102
Found 1713 strong pixels on image 103
Found 1682 strong pixels on image 104
Found 1745 strong pixels on image 105
Found 1802 strong pixels on image 106
Found 1868 strong pixels on image 107
Found 1756 strong pixels on image 108
Found 1689 strong pixels on image 109
Found 1773 strong pixels on image 110
Found 1829 strong pixels on image 111
Found 1893 strong pixels on image 112
Found 1854 strong pixels on image 113
Found 1826 strong pixels on image 114
Found 1874 strong pixels on image 115
Found 1805 strong pixels on image 116
Found 1836 strong pixels on image 117
Found 1884 strong pixels on image 118
Found 1870 strong pixels on image 119
Found 1821 strong pixels on image 120
Found 1685 strong pixels on image 121
Found 1786 strong pixels on image 122
Found 1808 strong pixels on image 123
Found 1768 strong pixels on image 124
Found 1803 strong pixels on image 125
Found 1705 strong pixels on image 126
Found 1640 strong pixels on image 127
Found 1862 strong pixels on image 128
Found 1828 strong pixels on image 129
Found 1660 strong pixels on image 130
Found 1869 strong pixels on image 131
Found 1849 strong pixels on image 132
Found 1800 strong pixels on image 133
Found 1783 strong pixels on image 134
Found 1744 strong pixels on image 135
Found 1706 strong pixels on image 136
Found 1876 strong pixels on image 137
Found 1868 strong pixels on image 138
Found 1809 strong pixels on image 139
Found 1796 strong pixels on image 140
Found 1812 strong pixels on image 141
Found 1746 strong pixels on image 142
Found 1717 strong pixels on image 143
Found 1806 strong pixels on image 144
Found 1682 strong pixels on image 145
Found 1793 strong pixels on image 146
Found 1751 strong pixels on image 147
Found 1869 strong pixels on image 148
Found 1812 strong pixels on image 149
Found 1849 strong pixels on image 150
Found 1943 strong pixels on image 151
Found 1913 strong pixels on image 152
Found 1894 strong pixels on image 153
Found 1847 strong pixels on image 154
Found 1891 strong pixels on image 155
Found 1784 strong pixels on image 156
Found 1793 strong pixels on image 157
Found 1930 strong pixels on image 158
Found 1893 strong pixels on image 159
Found 1853 strong pixels on image 160
Found 1890 strong pixels on image 161
Found 1926 strong pixels on image 162
Found 1981 strong pixels on image 163
Found 1800 strong pixels on image 164
Found 1873 strong pixels on image 165
Found 1886 strong pixels on image 166
Found 1921 strong pixels on image 167
Found 1900 strong pixels on image 168
Found 1782 strong pixels on image 169
Found 1852 strong pixels on image 170
Found 1863 strong pixels on image 171
Found 1857 strong pixels on image 172
Found 1957 strong pixels on image 173
Found 1915 strong pixels on image 174
Found 1805 strong pixels on image 175
Found 1765 strong pixels on image 176
Found 1854 strong pixels on image 177
Found 1791 strong pixels on image 178
Found 1829 strong pixels on image 179
Found 1780 strong pixels on image 180
Found 1788 strong pixels on image 181
Found 1823 strong pixels on image 182
Found 1977 strong pixels on image 183
Found 1798 strong pixels on image 184
Found 1796 strong pixels on image 185
Found 1830 strong pixels on image 186
Found 1844 strong pixels on image 187
Found 1803 strong pixels on image 188
Found 1847 strong pixels on image 189
Found 1815 strong pixels on image 190
Found 1804 strong pixels on image 191
Found 1798 strong pixels on image 192
Found 1778 strong pixels on image 193
Found 1855 strong pixels on image 194
Found 1753 strong pixels on image 195
Found 1863 strong pixels on image 196
Found 1847 strong pixels on image 197
Found 1852 strong pixels on image 198
Found 1748 strong pixels on image 199
Found 1769 strong pixels on image 200
Found 1762 strong pixels on image 201
Found 1845 strong pixels on image 202
Found 1888 strong pixels on image 203
Found 1834 strong pixels on image 204
Found 1808 strong pixels on image 205
Found 1825 strong pixels on image 206
Found 1931 strong pixels on image 207
Found 1791 strong pixels on image 208
Found 1812 strong pixels on image 209
Found 1772 strong pixels on image 210
Found 1761 strong pixels on image 211
Found 1799 strong pixels on image 212
Found 1837 strong pixels on image 213
Found 1845 strong pixels on image 214
Found 1804 strong pixels on image 215
Found 1784 strong pixels on image 216
Found 1741 strong pixels on image 217
Found 1780 strong pixels on image 218
Found 1705 strong pixels on image 219
Found 1838 strong pixels on image 220
Found 1778 strong pixels on image 221
Found 1773 strong pixels on image 222
Found 1758 strong pixels on image 223
Found 1800 strong pixels on image 224
Found 1877 strong pixels on image 225
Found 1796 strong pixels on image 226
Found 1867 strong pixels on image 227
Found 1888 strong pixels on image 228
Found 1813 strong pixels on image 229
Found 1682 strong pixels on image 230
Found 1761 strong pixels on image 231
Found 1729 strong pixels on image 232
Found 1698 strong pixels on image 233
Found 1657 strong pixels on image 234
Found 1583 strong pixels on image 235
Found 1747 strong pixels on image 236
Found 1752 strong pixels on image 237
Found 1816 strong pixels on image 238
Found 1733 strong pixels on image 239
Found 1765 strong pixels on image 240
Found 1764 strong pixels on image 241
Found 1784 strong pixels on image 242
Found 1714 strong pixels on image 243
Found 1866 strong pixels on image 244
Found 1739 strong pixels on image 245
Found 1770 strong pixels on image 246
Found 1782 strong pixels on image 247
Found 1888 strong pixels on image 248
Found 1793 strong pixels on image 249
Found 1760 strong pixels on image 250
Found 1670 strong pixels on image 251
Found 1697 strong pixels on image 252
Found 1769 strong pixels on image 253
Found 1829 strong pixels on image 254
Found 1811 strong pixels on image 255
Found 1748 strong pixels on image 256
Found 1716 strong pixels on image 257
Found 1617 strong pixels on image 258
Found 1622 strong pixels on image 259
Found 1721 strong pixels on image 260
Found 1812 strong pixels on image 261
Found 1831 strong pixels on image 262
Found 1830 strong pixels on image 263
Found 1719 strong pixels on image 264
Found 1719 strong pixels on image 265
Found 1642 strong pixels on image 266
Found 1707 strong pixels on image 267
Found 1751 strong pixels on image 268
Found 1701 strong pixels on image 269
Found 1698 strong pixels on image 270
Found 1599 strong pixels on image 271
Found 1608 strong pixels on image 272
Found 1640 strong pixels on image 273
Found 1715 strong pixels on image 274
Found 1841 strong pixels on image 275
Found 1942 strong pixels on image 276
Found 1828 strong pixels on image 277
Found 1736 strong pixels on image 278
Found 1697 strong pixels on image 279
Found 1684 strong pixels on image 280
Found 1766 strong pixels on image 281
Found 1778 strong pixels on image 282
Found 1716 strong pixels on image 283
Found 1812 strong pixels on image 284
Found 1738 strong pixels on image 285
Found 1831 strong pixels on image 286
Found 1846 strong pixels on image 287
Found 1740 strong pixels on image 288
Found 1709 strong pixels on image 289
Found 1781 strong pixels on image 290
Found 1698 strong pixels on image 291
Found 1681 strong pixels on image 292
Found 1757 strong pixels on image 293
Found 1642 strong pixels on image 294
Found 1783 strong pixels on image 295
Found 1764 strong pixels on image 296
Found 1681 strong pixels on image 297
Found 1604 strong pixels on image 298
Found 1696 strong pixels on image 299
Found 1888 strong pixels on image 300
Found 1858 strong pixels on image 301
Found 1805 strong pixels on image 302
Found 1736 strong pixels on image 303
Found 1721 strong pixels on image 304
Found 1752 strong pixels on image 305
Found 1644 strong pixels on image 306
Found 1757 strong pixels on image 307
Found 1777 strong pixels on image 308
Found 1710 strong pixels on image 309
Found 1594 strong pixels on image 310
Found 1665 strong pixels on image 311
Found 1648 strong pixels on image 312
Found 1691 strong pixels on image 313
Found 1752 strong pixels on image 314
Found 1695 strong pixels on image 315
Found 1666 strong pixels on image 316
Found 1608 strong pixels on image 317
Found 1726 strong pixels on image 318
Found 1763 strong pixels on image 319
Found 1722 strong pixels on image 320
Found 1656 strong pixels on image 321
Found 1721 strong pixels on image 322
Found 1702 strong pixels on image 323
Found 1631 strong pixels on image 324
Found 1801 strong pixels on image 325
Found 1785 strong pixels on image 326
Found 1649 strong pixels on image 327
Found 1671 strong pixels on image 328
Found 1750 strong pixels on image 329
Found 1607 strong pixels on image 330
Found 1692 strong pixels on image 331
Found 1643 strong pixels on image 332
Found 1606 strong pixels on image 333
Found 1627 strong pixels on image 334
Found 1599 strong pixels on image 335
Found 1637 strong pixels on image 336
Found 1748 strong pixels on image 337
Found 1715 strong pixels on image 338
Found 1742 strong pixels on image 339
Found 1646 strong pixels on image 340
Found 1756 strong pixels on image 341
Found 1623 strong pixels on image 342
Found 1604 strong pixels on image 343
Found 1615 strong pixels on image 344
Found 1672 strong pixels on image 345
Found 1605 strong pixels on image 346
Found 1639 strong pixels on image 347
Found 1605 strong pixels on image 348
Found 1745 strong pixels on image 349
Found 1865 strong pixels on image 350
Found 1776 strong pixels on image 351
Found 1660 strong pixels on image 352
Found 1673 strong pixels on image 353
Found 1653 strong pixels on image 354
Found 1574 strong pixels on image 355
Found 1637 strong pixels on image 356
Found 1637 strong pixels on image 357
Found 1667 strong pixels on image 358
Found 1613 strong pixels on image 359
Found 1614 strong pixels on image 360
Found 1653 strong pixels on image 361
Found 1676 strong pixels on image 362
Found 1690 strong pixels on image 363
Found 1720 strong pixels on image 364
Found 1665 strong pixels on image 365
Found 1743 strong pixels on image 366
Found 1787 strong pixels on image 367
Found 1733 strong pixels on image 368
Found 1737 strong pixels on image 369
Found 1829 strong pixels on image 370
Found 1523 strong pixels on image 371
Found 1533 strong pixels on image 372
Found 1566 strong pixels on image 373
Found 1630 strong pixels on image 374
Found 1714 strong pixels on image 375
Found 1517 strong pixels on image 376
Found 1611 strong pixels on image 377
Found 1672 strong pixels on image 378
Found 1649 strong pixels on image 379
Found 1577 strong pixels on image 380
Found 1521 strong pixels on image 381
Found 1514 strong pixels on image 382
Found 1532 strong pixels on image 383
Found 1514 strong pixels on image 384
Found 1662 strong pixels on image 385
Found 1801 strong pixels on image 386
Found 1611 strong pixels on image 387
Found 1671 strong pixels on image 388
Found 1816 strong pixels on image 389
Found 1781 strong pixels on image 390
Found 1817 strong pixels on image 391
Found 1741 strong pixels on image 392
Found 1823 strong pixels on image 393
Found 1668 strong pixels on image 394
Found 1577 strong pixels on image 395
Found 1672 strong pixels on image 396
Found 1679 strong pixels on image 397
Found 1637 strong pixels on image 398
Found 1579 strong pixels on image 399
Found 1627 strong pixels on image 400
Found 1519 strong pixels on image 401
Found 1494 strong pixels on image 402
Found 1562 strong pixels on image 403
Found 1617 strong pixels on image 404
Found 1508 strong pixels on image 405
Found 1601 strong pixels on image 406
Found 1703 strong pixels on image 407
Found 1665 strong pixels on image 408
Found 1518 strong pixels on image 409
Found 1622 strong pixels on image 410
Found 1580 strong pixels on image 411
Found 1662 strong pixels on image 412
Found 1569 strong pixels on image 413
Found 1544 strong pixels on image 414
Found 1605 strong pixels on image 415
Found 1719 strong pixels on image 416
Found 1641 strong pixels on image 417
Found 1626 strong pixels on image 418
Found 1595 strong pixels on image 419
Found 1667 strong pixels on image 420
Found 1744 strong pixels on image 421
Found 1611 strong pixels on image 422
Found 1608 strong pixels on image 423
Found 1420 strong pixels on image 424
Found 1465 strong pixels on image 425
Found 1474 strong pixels on image 426
Found 1569 strong pixels on image 427
Found 1570 strong pixels on image 428
Found 1449 strong pixels on image 429
Found 1466 strong pixels on image 430
Found 1543 strong pixels on image 431
Found 1516 strong pixels on image 432
Found 1550 strong pixels on image 433
Found 1555 strong pixels on image 434
Found 1611 strong pixels on image 435
Found 1556 strong pixels on image 436
Found 1542 strong pixels on image 437
Found 1502 strong pixels on image 438
Found 1450 strong pixels on image 439
Found 1582 strong pixels on image 440
Found 1555 strong pixels on image 441
Found 1657 strong pixels on image 442
Found 1492 strong pixels on image 443
Found 1513 strong pixels on image 444
Found 1605 strong pixels on image 445
Found 1513 strong pixels on image 446
Found 1484 strong pixels on image 447
Found 1512 strong pixels on image 448
Found 1563 strong pixels on image 449
Found 1435 strong pixels on image 450
Found 1565 strong pixels on image 451
Found 1721 strong pixels on image 452
Found 1558 strong pixels on image 453
Found 1487 strong pixels on image 454
Found 1508 strong pixels on image 455
Found 1548 strong pixels on image 456
Found 1492 strong pixels on image 457
Found 1669 strong pixels on image 458
Found 1539 strong pixels on image 459
Found 1621 strong pixels on image 460
Found 1653 strong pixels on image 461
Found 1672 strong pixels on image 462
Found 1681 strong pixels on image 463
Found 1701 strong pixels on image 464
Found 1572 strong pixels on image 465
Found 1557 strong pixels on image 466
Found 1455 strong pixels on image 467
Found 1525 strong pixels on image 468
Found 1653 strong pixels on image 469
Found 1559 strong pixels on image 470
Found 1602 strong pixels on image 471
Found 1559 strong pixels on image 472
Found 1553 strong pixels on image 473
Found 1564 strong pixels on image 474
Found 1533 strong pixels on image 475
Found 1529 strong pixels on image 476
Found 1631 strong pixels on image 477
Found 1638 strong pixels on image 478
Found 1485 strong pixels on image 479
Found 1463 strong pixels on image 480
Found 1601 strong pixels on image 481
Found 1510 strong pixels on image 482
Found 1529 strong pixels on image 483
Found 1687 strong pixels on image 484
Found 1582 strong pixels on image 485
Found 1614 strong pixels on image 486
Found 1662 strong pixels on image 487
Found 1659 strong pixels on image 488
Found 1517 strong pixels on image 489
Found 1634 strong pixels on image 490
Found 1605 strong pixels on image 491
Found 1575 strong pixels on image 492
Found 1578 strong pixels on image 493
Found 1622 strong pixels on image 494
Found 1642 strong pixels on image 495
Found 1616 strong pixels on image 496
Found 1644 strong pixels on image 497
Found 1618 strong pixels on image 498
Found 1575 strong pixels on image 499
Found 1595 strong pixels on image 500
Found 1695 strong pixels on image 501
Found 1683 strong pixels on image 502
Found 1520 strong pixels on image 503
Found 1591 strong pixels on image 504
Found 1662 strong pixels on image 505
Found 1657 strong pixels on image 506
Found 1617 strong pixels on image 507
Found 1648 strong pixels on image 508
Found 1617 strong pixels on image 509
Found 1538 strong pixels on image 510
Found 1544 strong pixels on image 511
Found 1572 strong pixels on image 512
Found 1547 strong pixels on image 513
Found 1617 strong pixels on image 514
Found 1605 strong pixels on image 515
Found 1675 strong pixels on image 516
Found 1521 strong pixels on image 517
Found 1533 strong pixels on image 518
Found 1520 strong pixels on image 519
Found 1564 strong pixels on image 520
Found 1458 strong pixels on image 521
Found 1422 strong pixels on image 522
Found 1474 strong pixels on image 523
Found 1632 strong pixels on image 524
Found 1513 strong pixels on image 525
Found 1607 strong pixels on image 526
Found 1482 strong pixels on image 527
Found 1524 strong pixels on image 528
Found 1536 strong pixels on image 529
Found 1545 strong pixels on image 530
Found 1576 strong pixels on image 531
Found 1551 strong pixels on image 532
Found 1605 strong pixels on image 533
Found 1537 strong pixels on image 534
Found 1627 strong pixels on image 535
Found 1521 strong pixels on image 536
Found 1503 strong pixels on image 537
Found 1539 strong pixels on image 538
Found 1431 strong pixels on image 539
Found 1541 strong pixels on image 540
Extracted 219125 spots
Removed 102804 spots with size < 3 pixels
Removed 81 spots with size > 100 pixels
Calculated 116240 spot centroids
Calculated 116240 spot intensities
Filtered 116048 of 116240 spots by peak-centroid distance
Histogram of per-image spot count for imageset 0:
116048 spots found on 540 images (max 2074 / bin)
* * * * * * * ** * *
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
1 image 540
--------------------------------------------------------------------------------
Saved 116048 reflections to strong.pickle
Time Taken: 51.467313
The default parameters for dials.find_spots usually do a good job for Pilatus images, such as these. However they may not be optimal for data from other detector types, such as CCDs or image plates. Issues with incorrectly set gain or sigma thresholds might lead to far too many spots being extracted (for example). It is always worth inspecting the images with dials.image_viewer, especially if you are having issues with spot finding:
dials.image_viewer datablock.json
Viewing the various images from ‘image’ to ‘threshold’ gives an idea of how the various parameters affect the spot finding algorithm. The final image, ‘threshold’ is the one on which spots are found, so ensuring this produces peaks at real diffraction spot positions will give the best chance of success.
Having found strong spots it is worth checking the image viewer again:
dials.image_viewer datablock.json strong.pickle
The dials.image_viewer tool is not as fast as viewers such as ADXV, however it does integrate well with DIALS data files. Information about the beam centre, spot centroids, reflection shoeboxes and other data stored in the pickle files created by DIALS programs can be overlaid on the diffraction images. You may need to adjust the colour scheme and brightness to get the best out of it. A brightness of 20 with the ‘invert’ colour scheme works well with this data. Move forward a few images to find a spot whose complete rocking curve is recorded. The highest valued pixel in that three dimensional spot is marked with a pink dot. The spot centre of mass is shown by a red cross. This is usually close to the peak pixel, but slightly offset as the centroid algorithm allows calculation of the spot centre at a better precision than the pixel size and image angular ‘width’. The strong pixels marked as being part of the peak are highlighted with a green dot. The reflection shoebox you see with a blue border is the smallest three dimensional box that can contain the continuous peak region, that is, there is no background border region displayed here.
Another very powerful tool for investigating problems with strong spot positions is dials.reciprocal_lattice_viewer. This displays the strong spots in 3D, after mapping them from their detector positions to reciprocal space. In a favourable case like this you should be able to see the crystal’s reciprocal lattice by eye in the strong spot positions. Some practice may be needed in rotating the lattice to an orientation that shows off the periodicity in reciprocal lattice positions:
dials.reciprocal_lattice_viewer datablock.json strong.pickle
Indexing¶
The next step will be indexing of the strong spots by
dials.index, which by default uses a
3D FFT algorithm, although the 1D FFT algorithm can be selected using the
parameter indexing.method=fft1d
. We will pass in all the strong
spots found in the dataset - so no need to select subsets of images widely
separated in \(\phi\).
dials.index datablock.json strong.pickle
If known, the space group and unit cell can be
provided at this stage using the space_group
and unit_cell
parameters, otherwise indexing and refinement will be carried out in the
primitive lattice using space group P1.
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
input {
datablock = datablock.json
reflections = strong.pickle
}
Found max_cell: 199.0 Angstrom
Setting d_min: 3.89
FFT gridding: (256,256,256)
Number of centroids used: 13294
Candidate solutions:
--------------------------------------------------------------------------------------------------------------------------------------------
unit_cell | volume | volume score | #indexed | % indexed | % indexed score | rmsd_xy | rmsd_xy score | overall score
--------------------------------------------------------------------------------------------------------------------------------------------
57.93 58.38 150.13 89.7 89.8 89.7 | 507733 | 0.04 | 13240 | 99 | 0.00 | 0.05 | 0.00 | 0.04
57.75 57.76 150.40 90.3 90.2 90.0 | 501702 | 0.02 | 13238 | 99 | 0.00 | 0.05 | 0.02 | 0.04
57.93 58.38 150.32 89.7 89.6 89.7 | 508368 | 0.04 | 13241 | 99 | 0.00 | 0.06 | 0.04 | 0.08
57.93 58.38 150.52 89.5 89.6 89.7 | 509000 | 0.04 | 13018 | 98 | 0.02 | 0.06 | 0.02 | 0.09
57.56 58.00 150.27 89.9 89.9 89.7 | 501705 | 0.02 | 13242 | 99 | 0.00 | 0.06 | 0.10 | 0.12
57.56 57.93 150.30 89.9 90.0 89.8 | 501159 | 0.02 | 13241 | 99 | 0.00 | 0.06 | 0.10 | 0.12
57.62 57.89 150.42 89.5 89.7 89.9 | 501729 | 0.02 | 12980 | 97 | 0.03 | 0.06 | 0.09 | 0.14
57.62 57.89 150.38 89.8 89.8 89.9 | 501604 | 0.02 | 13237 | 99 | 0.00 | 0.06 | 0.13 | 0.15
57.56 58.38 150.40 89.4 89.7 89.5 | 505373 | 0.03 | 12651 | 95 | 0.07 | 0.06 | 0.08 | 0.18
57.69 58.15 150.30 90.4 90.3 90.1 | 504214 | 0.03 | 13234 | 99 | 0.00 | 0.06 | 0.15 | 0.18
57.69 58.15 150.24 90.2 90.2 90.1 | 504009 | 0.03 | 13242 | 99 | 0.00 | 0.06 | 0.15 | 0.18
57.56 57.69 150.40 89.8 89.8 89.5 | 499468 | 0.01 | 13035 | 98 | 0.02 | 0.06 | 0.15 | 0.19
57.56 58.60 150.14 89.8 90.0 89.8 | 506441 | 0.03 | 12868 | 97 | 0.04 | 0.06 | 0.12 | 0.20
57.70 58.10 150.44 90.3 90.3 90.2 | 504370 | 0.03 | 13238 | 99 | 0.00 | 0.06 | 0.19 | 0.22
57.56 58.00 150.50 89.9 89.7 89.7 | 502473 | 0.02 | 11960 | 90 | 0.15 | 0.06 | 0.08 | 0.25
57.70 58.10 150.29 90.4 90.3 90.2 | 503870 | 0.03 | 13179 | 99 | 0.01 | 0.06 | 0.22 | 0.26
57.56 58.60 150.33 89.6 89.9 89.8 | 507078 | 0.04 | 12576 | 94 | 0.07 | 0.06 | 0.16 | 0.27
57.56 58.38 150.32 89.7 89.8 89.5 | 505142 | 0.03 | 13227 | 99 | 0.00 | 0.06 | 0.24 | 0.27
57.56 58.38 150.50 89.9 89.7 89.5 | 505750 | 0.03 | 11946 | 90 | 0.15 | 0.06 | 0.10 | 0.28
57.70 58.10 150.25 90.2 90.2 90.2 | 503740 | 0.03 | 13242 | 99 | 0.00 | 0.06 | 0.25 | 0.28
57.71 58.18 150.23 90.2 90.2 90.2 | 504434 | 0.03 | 13242 | 99 | 0.00 | 0.06 | 0.25 | 0.28
57.56 58.38 150.70 89.6 89.6 89.5 | 506394 | 0.03 | 12079 | 91 | 0.13 | 0.06 | 0.14 | 0.31
57.56 57.69 150.50 89.8 89.7 89.5 | 499805 | 0.01 | 11619 | 87 | 0.19 | 0.06 | 0.12 | 0.33
57.79 58.00 150.31 90.2 90.3 90.2 | 503734 | 0.03 | 13238 | 99 | 0.00 | 0.07 | 0.32 | 0.34
57.73 58.00 150.36 90.2 90.3 90.3 | 503442 | 0.03 | 13238 | 99 | 0.00 | 0.07 | 0.35 | 0.38
57.73 58.00 150.06 90.6 90.4 90.3 | 502384 | 0.02 | 12904 | 97 | 0.04 | 0.07 | 0.34 | 0.40
57.73 58.00 150.55 90.4 90.4 90.3 | 504066 | 0.03 | 13214 | 99 | 0.00 | 0.07 | 0.39 | 0.42
57.79 58.00 150.16 90.6 90.3 90.2 | 503189 | 0.02 | 12874 | 97 | 0.04 | 0.07 | 0.36 | 0.42
57.56 58.60 150.50 90.1 90.3 90.2 | 507665 | 0.04 | 11928 | 90 | 0.15 | 0.07 | 0.26 | 0.45
57.40 57.56 150.50 89.7 89.6 89.5 | 497236 | 0.01 | 11100 | 83 | 0.25 | 0.06 | 0.22 | 0.48
57.59 58.38 150.32 90.3 90.2 90.1 | 505408 | 0.03 | 13233 | 99 | 0.00 | 0.07 | 0.46 | 0.49
57.40 57.56 150.59 89.8 89.8 89.5 | 497532 | 0.01 | 11145 | 84 | 0.25 | 0.06 | 0.24 | 0.50
57.59 58.38 150.37 90.6 90.3 90.1 | 505535 | 0.03 | 12810 | 96 | 0.05 | 0.07 | 0.42 | 0.50
57.59 58.38 150.64 90.7 90.4 90.1 | 506418 | 0.03 | 12327 | 93 | 0.10 | 0.07 | 0.43 | 0.57
57.11 57.56 150.50 89.7 89.8 89.4 | 494770 | 0.00 | 10586 | 79 | 0.32 | 0.07 | 0.28 | 0.60
57.56 57.69 150.86 90.0 90.4 90.5 | 500970 | 0.02 | 9397 | 71 | 0.49 | 0.06 | 0.14 | 0.65
57.40 57.56 150.93 89.7 89.9 89.5 | 498650 | 0.01 | 8871 | 67 | 0.58 | 0.06 | 0.26 | 0.85
57.81 58.30 150.11 90.1 90.5 90.6 | 505916 | 0.03 | 12956 | 97 | 0.03 | 0.10 | 0.83 | 0.90
57.53 58.38 150.32 90.3 90.4 90.4 | 504877 | 0.03 | 13180 | 99 | 0.01 | 0.10 | 0.89 | 0.93
57.53 58.38 150.40 90.6 90.6 90.4 | 505101 | 0.03 | 12543 | 94 | 0.08 | 0.10 | 0.86 | 0.97
57.11 57.56 150.46 90.2 90.0 90.6 | 494650 | 0.00 | 9744 | 73 | 0.44 | 0.08 | 0.58 | 1.02
57.53 58.38 150.44 90.8 90.6 90.4 | 505217 | 0.03 | 11981 | 90 | 0.14 | 0.10 | 0.89 | 1.06
57.53 58.38 149.98 90.9 90.6 90.4 | 503674 | 0.03 | 11829 | 89 | 0.16 | 0.11 | 0.96 | 1.15
57.81 58.30 149.56 90.6 90.6 90.6 | 504024 | 0.03 | 10915 | 82 | 0.28 | 0.10 | 0.88 | 1.19
57.40 57.56 151.24 90.3 90.1 90.5 | 499661 | 0.01 | 7107 | 53 | 0.90 | 0.07 | 0.29 | 1.20
58.25 58.38 150.32 89.7 89.8 88.6 | 511013 | 0.05 | 13235 | 99 | 0.00 | 0.13 | 1.22 | 1.27
57.50 58.38 150.32 90.3 90.3 90.8 | 504591 | 0.03 | 12978 | 97 | 0.03 | 0.14 | 1.34 | 1.40
57.11 57.56 150.99 90.4 90.4 90.6 | 496351 | 0.00 | 5678 | 43 | 1.22 | 0.06 | 0.24 | 1.47
57.50 58.38 150.56 90.9 90.5 90.8 | 505303 | 0.03 | 11025 | 83 | 0.26 | 0.16 | 1.54 | 1.84
57.50 58.38 150.22 91.1 90.5 90.8 | 504128 | 0.03 | 10267 | 77 | 0.37 | 0.17 | 1.62 | 2.02
--------------------------------------------------------------------------------------------------------------------------------------------
Using d_min_step 0.7
################################################################################
Starting refinement (macro-cycle 1)
################################################################################
Detecting centroid outliers using the Tukey algorithm
827 reflections have been flagged as outliers
Refinement steps:
------------------------------------------------
| Step | Nref | RMSD_X | RMSD_Y | RMSD_Phi |
| | | (mm) | (mm) | (deg) |
------------------------------------------------
| 0 | 8099 | 0.26569 | 0.18489 | 0.19136 |
| 1 | 8099 | 0.04388 | 0.04425 | 0.076175 |
| 2 | 8099 | 0.038437 | 0.042329 | 0.044616 |
| 3 | 8099 | 0.03647 | 0.041515 | 0.02864 |
| 4 | 8099 | 0.035207 | 0.039115 | 0.020584 |
| 5 | 8099 | 0.034024 | 0.036661 | 0.016295 |
| 6 | 8099 | 0.032573 | 0.034449 | 0.015498 |
| 7 | 8099 | 0.03165 | 0.03322 | 0.015436 |
| 8 | 8099 | 0.031497 | 0.033006 | 0.01543 |
| 9 | 8099 | 0.031494 | 0.032997 | 0.01543 |
| 10 | 8099 | 0.031494 | 0.032997 | 0.01543 |
------------------------------------------------
RMSD no longer decreasing
RMSDs by experiment:
--------------------------------------------
| Exp | Nref | RMSD_X | RMSD_Y | RMSD_Z |
| id | | (px) | (px) | (images) |
--------------------------------------------
| 0 | 8099 | 0.1831 | 0.19184 | 0.10287 |
--------------------------------------------
Refined crystal models:
model 1 (13150 reflections):
Crystal:
Unit cell: (57.801(2), 57.777(2), 150.012(5), 90.0056(13), 89.9824(12), 89.9910(9))
Space group: P 1
U matrix: {{ 0.3454, -0.2590, -0.9020},
{ 0.8914, 0.3910, 0.2291},
{ 0.2933, -0.8832, 0.3659}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{-0.0000, 0.0173, 0.0000},
{-0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
------------------------------------
| Imageset | #indexed | #unindexed |
------------------------------------
| 0 | 13150 | 116 |
------------------------------------
Increasing resolution to 3.23 Angstrom
################################################################################
Starting refinement (macro-cycle 2)
################################################################################
Detecting centroid outliers using the Tukey algorithm
802 reflections have been flagged as outliers
Refinement steps:
------------------------------------------------
| Step | Nref | RMSD_X | RMSD_Y | RMSD_Phi |
| | | (mm) | (mm) | (deg) |
------------------------------------------------
| 0 | 8099 | 0.036445 | 0.031191 | 0.014114 |
| 1 | 8099 | 0.034966 | 0.030534 | 0.014157 |
| 2 | 8099 | 0.034932 | 0.030371 | 0.014026 |
| 3 | 8099 | 0.034902 | 0.03022 | 0.01393 |
| 4 | 8099 | 0.034869 | 0.030147 | 0.013905 |
| 5 | 8099 | 0.034812 | 0.030083 | 0.013908 |
| 6 | 8099 | 0.034749 | 0.029998 | 0.013906 |
| 7 | 8099 | 0.034723 | 0.029934 | 0.013891 |
| 8 | 8099 | 0.034725 | 0.029915 | 0.013883 |
| 9 | 8099 | 0.034728 | 0.029912 | 0.013882 |
| 10 | 8099 | 0.034728 | 0.029912 | 0.013882 |
------------------------------------------------
RMSD no longer decreasing
RMSDs by experiment:
--------------------------------------------
| Exp | Nref | RMSD_X | RMSD_Y | RMSD_Z |
| id | | (px) | (px) | (images) |
--------------------------------------------
| 0 | 8099 | 0.20191 | 0.1739 | 0.092545 |
--------------------------------------------
Refined crystal models:
model 1 (23299 reflections):
Crystal:
Unit cell: (57.8054(18), 57.7765(19), 150.030(4), 90.0121(11), 89.9876(9), 89.9883(8))
Space group: P 1
U matrix: {{ 0.3455, -0.2590, -0.9020},
{ 0.8914, 0.3909, 0.2292},
{ 0.2932, -0.8832, 0.3659}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{-0.0000, 0.0173, 0.0000},
{-0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
------------------------------------
| Imageset | #indexed | #unindexed |
------------------------------------
| 0 | 23299 | 214 |
------------------------------------
Increasing resolution to 2.57 Angstrom
################################################################################
Starting refinement (macro-cycle 3)
################################################################################
Detecting centroid outliers using the Tukey algorithm
1912 reflections have been flagged as outliers
Refinement steps:
------------------------------------------------
| Step | Nref | RMSD_X | RMSD_Y | RMSD_Phi |
| | | (mm) | (mm) | (deg) |
------------------------------------------------
| 0 | 8099 | 0.040996 | 0.027428 | 0.014828 |
| 1 | 8099 | 0.038228 | 0.027198 | 0.015047 |
| 2 | 8099 | 0.038209 | 0.027189 | 0.015008 |
| 3 | 8099 | 0.038185 | 0.027173 | 0.014961 |
| 4 | 8099 | 0.038151 | 0.027153 | 0.014933 |
| 5 | 8099 | 0.038091 | 0.027121 | 0.014935 |
| 6 | 8099 | 0.037999 | 0.027103 | 0.014947 |
| 7 | 8099 | 0.037916 | 0.027129 | 0.01496 |
| 8 | 8099 | 0.037882 | 0.027158 | 0.014969 |
| 9 | 8099 | 0.037876 | 0.027164 | 0.014971 |
| 10 | 8099 | 0.037876 | 0.027165 | 0.014971 |
------------------------------------------------
RMSD no longer decreasing
RMSDs by experiment:
---------------------------------------------
| Exp | Nref | RMSD_X | RMSD_Y | RMSD_Z |
| id | | (px) | (px) | (images) |
---------------------------------------------
| 0 | 8099 | 0.22021 | 0.15793 | 0.099807 |
---------------------------------------------
Refined crystal models:
model 1 (43380 reflections):
Crystal:
Unit cell: (57.8177(15), 57.7820(16), 150.034(3), 90.0190(9), 89.9975(8), 89.9893(8))
Space group: P 1
U matrix: {{ 0.3455, -0.2588, -0.9020},
{ 0.8914, 0.3909, 0.2293},
{ 0.2932, -0.8833, 0.3658}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{-0.0000, 0.0173, 0.0000},
{-0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
------------------------------------
| Imageset | #indexed | #unindexed |
------------------------------------
| 0 | 43380 | 281 |
------------------------------------
Increasing resolution to 1.91 Angstrom
################################################################################
Starting refinement (macro-cycle 4)
################################################################################
Detecting centroid outliers using the Tukey algorithm
6855 reflections have been flagged as outliers
Refinement steps:
------------------------------------------------
| Step | Nref | RMSD_X | RMSD_Y | RMSD_Phi |
| | | (mm) | (mm) | (deg) |
------------------------------------------------
| 0 | 8099 | 0.043216 | 0.034237 | 0.018329 |
| 1 | 8099 | 0.042258 | 0.033964 | 0.018338 |
| 2 | 8099 | 0.042239 | 0.033905 | 0.018309 |
| 3 | 8099 | 0.042205 | 0.033739 | 0.018284 |
| 4 | 8099 | 0.042155 | 0.033395 | 0.018261 |
| 5 | 8099 | 0.042161 | 0.0329 | 0.018239 |
| 6 | 8099 | 0.042261 | 0.032451 | 0.018216 |
| 7 | 8099 | 0.042355 | 0.032207 | 0.018206 |
| 8 | 8099 | 0.042392 | 0.032141 | 0.018207 |
| 9 | 8099 | 0.042398 | 0.032132 | 0.018207 |
| 10 | 8099 | 0.042398 | 0.032132 | 0.018207 |
------------------------------------------------
RMSD no longer decreasing
RMSDs by experiment:
--------------------------------------------
| Exp | Nref | RMSD_X | RMSD_Y | RMSD_Z |
| id | | (px) | (px) | (images) |
--------------------------------------------
| 0 | 8099 | 0.2465 | 0.18681 | 0.12138 |
--------------------------------------------
Refined crystal models:
model 1 (89451 reflections):
Crystal:
Unit cell: (57.8156(13), 57.7845(14), 150.039(3), 90.0162(7), 89.9918(6), 89.9879(8))
Space group: P 1
U matrix: {{ 0.3455, -0.2589, -0.9020},
{ 0.8914, 0.3909, 0.2292},
{ 0.2933, -0.8833, 0.3658}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{-0.0000, 0.0173, 0.0000},
{-0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
------------------------------------
| Imageset | #indexed | #unindexed |
------------------------------------
| 0 | 89451 | 679 |
------------------------------------
Increasing resolution to 1.26 Angstrom
################################################################################
Starting refinement (macro-cycle 5)
################################################################################
Detecting centroid outliers using the Tukey algorithm
11863 reflections have been flagged as outliers
Refinement steps:
------------------------------------------------
| Step | Nref | RMSD_X | RMSD_Y | RMSD_Phi |
| | | (mm) | (mm) | (deg) |
------------------------------------------------
| 0 | 8099 | 0.044458 | 0.037214 | 0.020507 |
| 1 | 8099 | 0.044279 | 0.036992 | 0.020474 |
| 2 | 8099 | 0.044252 | 0.036889 | 0.020454 |
| 3 | 8099 | 0.044198 | 0.036726 | 0.020443 |
| 4 | 8099 | 0.044112 | 0.03652 | 0.020444 |
| 5 | 8099 | 0.044035 | 0.036314 | 0.020447 |
| 6 | 8099 | 0.044004 | 0.03618 | 0.020456 |
| 7 | 8099 | 0.044002 | 0.036118 | 0.020468 |
| 8 | 8099 | 0.044004 | 0.036102 | 0.020474 |
| 9 | 8099 | 0.044005 | 0.036099 | 0.020475 |
------------------------------------------------
RMSD no longer decreasing
RMSDs by experiment:
---------------------------------------------
| Exp | Nref | RMSD_X | RMSD_Y | RMSD_Z |
| id | | (px) | (px) | (images) |
---------------------------------------------
| 0 | 8099 | 0.25584 | 0.20988 | 0.1365 |
---------------------------------------------
Refined crystal models:
model 1 (114682 reflections):
Crystal:
Unit cell: (57.8107(11), 57.7835(12), 150.034(2), 90.0113(7), 89.9900(6), 89.9899(7))
Space group: P 1
U matrix: {{ 0.3455, -0.2589, -0.9020},
{ 0.8914, 0.3909, 0.2292},
{ 0.2933, -0.8833, 0.3658}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{-0.0000, 0.0173, 0.0000},
{-0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
------------------------------------
| Imageset | #indexed | #unindexed |
------------------------------------
| 0 | 114682 | 1366 |
------------------------------------
Saving refined experiments to experiments.json
Saving refined reflections to indexed.pickle
It is worth reading through this output to understand what the indexing
program has done. Note that this log is automatically captured in the file
dials.index.log
. There is also a somewhat more information written
into dials.index.debug.log
, but this is probably only helpful if
something has gone wrong and you are trying to track down why.
Inspecting the log shows that the indexing step is done at fairly low
resolution: Setting d_min: 3.89
. The resolution limit of data that can
be used in indexing is determined by the size of the 3D FFT grid and the
likely maximum cell dimension. Here we used the default \(256^3\) grid
points: FFT gridding: (256,256,256)
. What follows then are macrocycles of
refinement at increasing resolution to bootstrap the indexing solution to as
many of the strong reflections as possible. In each case you can see that
only 8099 reflections are used in the refinement job. The diffraction
geometry is here described by only 16 parameters (6 for the detector, 1 beam
angle, 3 crystal ‘misset’ angles and 6 triclinic cell parameters). The
problem is thus hugely overdetermined. In order to save time, the refinement here
uses a subset of the input reflections, by default using 100 reflections for
every degree of the scan.
Continuing to look through the log, we see that the first macrocyle of refinement makes a big improvement in the positional RMSDs. Second and subsequent macrocycles are refined using the same number of reflections, but after extending to higher resolution. The RMSDs at the start of each cycle start off worse than at the end of the previous cycle, because the best fit model for lower resolution data is being applied to higher resolution reflections. As long as each macrocyle shows a reduction in RMSDs then refinement is doing its job of extending the applicability of the model out to a new resolution limit, until eventually the highest resolution strong spots have been included. The final macrocycle includes data out to 1.26 Angstroms and produces a final model with RMSDs of 0.044 mm in X, 0.036 mm in Y and 0.021 degrees in \(\phi\), corresponding to 0.25 pixels in X, 0.21 pixels in Y and 0.14 image widths in \(\phi\).
Despite the high quality of this data, we notice from the log that at each macrocycle there were some outliers identified and removed from refinement as resolution increases. Large outliers can dominate refinement using a least squares target, so it is important to be able to remove these. More about this is discussed below in Refinement.
After indexing it can be useful to inspect the reciprocal lattice again:
dials.reciprocal_lattice_viewer experiments.json indexed.pickle
Now indexed/unindexed spots are differentiated by colour, and it is possible to see which spots were marked by dials.refine as outliers. If you have a dataset with multiple lattices present, it may be possible to spot them in the unindexed reflections.
If you want to specify the Bravais lattice for processing (i.e. include the
lattice constraints in the refinement) then you need to either request it at
this stage using space_group=P4
as a command-line option to
dials.index or you can use
dials.refine_bravais_settings,
which will take the results of the P1 autoindexing and run refinement with
all of the possible Bravais settings applied - after which you may select
the preferred solution.
dials.refine_bravais_settings experiments.json indexed.pickle
gives a table containing scoring data and unit cell for each Bravais setting. The scores include the metric fit (in degrees), RMSDs (in mm), and the best and worse correlation coefficients for data related by symmetry elements implied by the lowest symmetry space group from the Bravais setting. This uses the raw spot intensity measurement from the spot-finding procedure (uncorrected and unscaled) but provides a very useful check to see if the data does appear to adhere to the proposed symmetry operators.
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
input {
experiments = experiments.json
reflections = indexed.pickle
}
Chiral space groups corresponding to each Bravais lattice:
aP: P1
mP: P2 P21
mC: C2
oP: P222 P2221 P21212 P212121
oC: C2221 C222
tP: P4 P41 P42 P43 P422 P4212 P4122 P41212 P4222 P42212 P4322 P43212
-----------------------------------------------------------------------------------------------------------------
Solution Metric fit rmsd min/max cc #spots lattice unit_cell volume cb_op
-----------------------------------------------------------------------------------------------------------------
* 9 0.0309 0.062 0.800/0.857 8099 tP 57.78 57.78 150.00 90.00 90.00 90.00 500809 a,b,c
* 8 0.0309 0.062 0.800/0.969 8099 oC 81.72 81.73 150.01 90.00 90.00 90.00 1002011 a-b,a+b,c
* 7 0.0270 0.061 0.969/0.969 8099 mC 81.73 81.74 150.03 90.00 89.99 90.00 1002369 a-b,a+b,c
* 6 0.0309 0.062 0.805/0.805 8099 mC 81.74 81.72 150.02 90.00 89.99 90.00 1002073 a+b,-a+b,c
* 5 0.0152 0.061 0.800/0.906 8099 oP 57.79 57.76 149.99 90.00 90.00 90.00 500665 a,b,c
* 4 0.0142 0.060 0.821/0.821 8099 mP 57.77 57.79 150.00 90.00 90.01 90.00 500818 -b,-a,-c
* 3 0.0152 0.060 0.906/0.906 8099 mP 57.80 57.77 150.01 90.00 89.99 90.00 500893 a,b,c
* 2 0.0151 0.061 0.800/0.800 8099 mP 57.77 150.00 57.80 90.00 89.99 90.00 500851 b,c,a
* 1 0.0000 0.060 -/- 8099 aP 57.80 57.78 150.02 90.01 89.99 89.99 501051 a,b,c
-----------------------------------------------------------------------------------------------------------------
* = recommended solution
Saving summary as bravais_summary.json
Saving solution 9 as bravais_setting_9.json
Saving solution 8 as bravais_setting_8.json
Saving solution 7 as bravais_setting_7.json
Saving solution 6 as bravais_setting_6.json
Saving solution 5 as bravais_setting_5.json
Saving solution 4 as bravais_setting_4.json
Saving solution 3 as bravais_setting_3.json
Saving solution 2 as bravais_setting_2.json
Saving solution 1 as bravais_setting_1.json
usr+sys time: 1.03 seconds
wall clock time: 18.18 seconds
In this example we would continue processing (i.e. proceed to the refinement
step, perhaps) with bravais_setting_9.json
. Sometimes (that is, when
the change of basis operator is not equal to a,b,c
) it is
necessary to reindex the indexed.pickle file output
by dials.index.
In this case as the change of basis operator to the chosen setting
is the identity operator (a,b,c
) this step is not needed. We run it
anyway to demonstrate its use.
dials.reindex indexed.pickle change_of_basis_op=a,b,c
This outputs the file reindexed_reflections.pickle
which should be
used as input to downstream programs in place of indexed.pickle
.
Refinement¶
The model is already refined during indexing, but we can also add explicit
refinement steps using dials.refine
in here, to use all reflections in refinement rather than a subset and to
fit a scan-varying model of the crystal. There
are many options to refinement. As an
aside, to show all the options up to and including expert_level=1
use this command:
dials.refine -c -e 1
Equivalent command-line options exist for all the main DIALS programs. To refine a static model including the tetragonal constraints we just do:
dials.refine bravais_setting_9.json reindexed_reflections.pickle
This used all reflections in refinement rather than a subset and provided a small reduction in RMSDs. However, the refined model is still static over the whole dataset. We may want to do an additional refinement job to fit a more sophisticated model for the crystal, allowing small misset rotations to occur over the course of the scan. There are usually even small changes to the cell dimensions (typically resulting in a net increase in cell volume) caused by exposure to radiation during data collection. To account for both of these effects we can extend our parameterisation to obtain a smoothed ‘scan-varying’ model for both the crystal orientation and unit cell. This means running a further refinement job starting from the output of the previous job:
dials.refine refined_experiments.json refined.pickle scan_varying=true
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
refinement {
parameterisation {
scan_varying = True
}
}
input {
experiments = refined_experiments.json
reflections = refined.pickle
}
Configuring refiner
Summary statistics for 114451 observations matched to predictions:
-------------------------------------------------------------------------
| | Min | Q1 | Med | Q3 | Max |
-------------------------------------------------------------------------
| Xc - Xo (mm) | -0.524 | -0.03445 | -0.003089 | 0.03186 | 0.6417 |
| Yc - Yo (mm) | -1.4 | -0.029 | -0.0001979 | 0.02943 | 1.249 |
| Phic - Phio (deg) | -1.826 | -0.01499 | -0.0004071 | 0.01441 | 1.891 |
| X weights | 135.2 | 371.8 | 393.6 | 402.7 | 405.6 |
| Y weights | 153.1 | 362.1 | 389.3 | 401.4 | 405.6 |
| Phi weights | 304 | 519.3 | 530.3 | 533.3 | 533.3 |
-------------------------------------------------------------------------
Detecting centroid outliers using the MCD algorithm
11956 reflections have been flagged as outliers
Summary statistics for 102495 observations matched to predictions:
---------------------------------------------------------------------------
| | Min | Q1 | Med | Q3 | Max |
---------------------------------------------------------------------------
| Xc - Xo (mm) | -0.1638 | -0.03289 | -0.002648 | 0.03044 | 0.1442 |
| Yc - Yo (mm) | -0.1425 | -0.02648 | -2.603e-05 | 0.02718 | 0.1233 |
| Phic - Phio (deg) | -0.08094 | -0.01296 | 2.096e-05 | 0.01355 | 0.0688 |
| X weights | 135.2 | 377.9 | 395.3 | 403 | 405.6 |
| Y weights | 153.1 | 369.9 | 391.8 | 401.9 | 405.6 |
| Phi weights | 318.9 | 519.2 | 529.8 | 533.3 | 533.3 |
---------------------------------------------------------------------------
Performing refinement of a single Experiment...
Refinement steps:
--------------------------------------------------
| Step | Nref | RMSD_X | RMSD_Y | RMSD_Phi |
| | | (mm) | (mm) | (deg) |
--------------------------------------------------
| 0 | 102495 | 0.045241 | 0.039941 | 0.020428 |
| 1 | 102495 | 0.044857 | 0.037617 | 0.020387 |
| 2 | 102495 | 0.044866 | 0.037563 | 0.020372 |
| 3 | 102495 | 0.044876 | 0.037523 | 0.020296 |
| 4 | 102495 | 0.044886 | 0.037499 | 0.020117 |
| 5 | 102495 | 0.044891 | 0.037491 | 0.019897 |
| 6 | 102495 | 0.044892 | 0.03749 | 0.019795 |
| 7 | 102495 | 0.044892 | 0.03749 | 0.019784 |
| 8 | 102495 | 0.044892 | 0.03749 | 0.019783 |
--------------------------------------------------
RMSD no longer decreasing
RMSDs by experiment:
----------------------------------------------
| Exp | Nref | RMSD_X | RMSD_Y | RMSD_Z |
| id | | (px) | (px) | (images) |
----------------------------------------------
| 0 | 102495 | 0.261 | 0.21796 | 0.13189 |
----------------------------------------------
Final refined crystal model:
Crystal:
Unit cell: (57.7836(3), 57.7836(3), 150.0013(5), 90.0, 90.0, 90.0)
Space group: P 4
U matrix: {{ 0.3455, -0.2590, -0.9020},
{ 0.8913, 0.3911, 0.2291},
{ 0.2934, -0.8831, 0.3660}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{ 0.0000, 0.0173, 0.0000},
{ 0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
A sampled at 541 scan points
Saving refined experiments to refined_experiments.json
Updating predictions for indexed reflections
Saving reflections with updated predictions to refined.pickle
Total time taken: 14.12s
In this case we didn’t alter the default choices that affect scan-varying
refinement, the most important of which is the number of intervals into which
the full scan is divided. This determines the number of samples that will be
used by the Gaussian smoother. More samples allows sharper changes to the model,
but overdoing this will lead to unphysical changes to the model that are just
fitting noise in the data. Figuring out the optimum number of points to use
is challenging. Here we are happy with the default interval width of 36 degrees
(this is a parameter at expert_level=1
).
See HTML report for further information on how to view the smoothly
varying crystal cell parameters using dials.report
.
Integration¶
After the refinement is done the next step is integration, which is performed by the program dials.integrate. Mostly, the default parameters are fine for Pilatus data, which will perform XDS-like 3D profile fitting while using a generalized linear model in order to fit a Poisson-distributed background model. We will also increase the number of processors used to speed the job up.
dials.integrate refined_experiments.json refined.pickle nproc=4
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
integration {
mp {
nproc = 4
}
}
input {
experiments = refined_experiments.json
reflections = refined.pickle
}
================================================================================
Experiments
Models for experiment 0
Beam:
wavelength: 0.97625
sample to source direction : {-2.95019e-06,-0,1}
divergence: 0
sigma divergence: 0
polarization normal: {0,1,0}
polarization fraction: 0.999
Detector:
Panel:
name: Panel
type: SENSOR_PAD
identifier:
pixel_size:{0.172,0.172}
image_size: {2463,2527}
trusted_range: {-1,161977}
thickness: 0.32
material: Si
mu: 3.92203
gain: 1
pedestal: 0
fast_axis: {0.999997,-0.00162558,-0.00158882}
slow_axis: {-0.00163245,-0.999989,-0.00432919}
origin: {-210.668,205.704,-263.843}
distance: 265.065
pixel to millimeter strategy: ParallaxCorrectedPxMmStrategy
mu: 3.92203
t0: 0.32
Goniometer:
Rotation axis: {1,0,0}
Fixed rotation: {1,0,0,0,1,0,0,0,1}
Setting rotation:{1,0,0,0,1,0,0,0,1}
Axis #0 (GON_PHI): {1,0,0}
Axis #1 (GON_KAPPA): {0.914,0.279,-0.297}
Axis #2 (GON_OMEGA): {1,0,0}
Angles: 0,0,82
scan axis: #2 (GON_OMEGA)
Scan:
image range: {1,540}
oscillation: {82,0.15}
exposure time: 0.067
Crystal:
Unit cell: (57.7836(3), 57.7836(3), 150.0013(5), 90.0, 90.0, 90.0)
Space group: P 4
U matrix: {{ 0.3455, -0.2590, -0.9020},
{ 0.8913, 0.3911, 0.2291},
{ 0.2934, -0.8831, 0.3660}}
B matrix: {{ 0.0173, 0.0000, 0.0000},
{ 0.0000, 0.0173, 0.0000},
{ 0.0000, 0.0000, 0.0067}}
A = UB: {{ 0.0060, -0.0045, -0.0060},
{ 0.0154, 0.0068, 0.0015},
{ 0.0051, -0.0153, 0.0024}}
A sampled at 541 scan points
================================================================================
Initialising
Processing reference reflections
read 116048 strong spots
removing 1366 unindexed reflections
removing 12188 reflections marked as bad for refinement
using 102494 indexed reflections
found 13554 junk reflections
time taken: 0.0284691
masked neighbouring pixels in 0 shoeboxes
================================================================================
Predicting reflections
Prediction type: scan varying crystal prediction
Predicted 383807 reflections
Matching reference spots with predicted reflections
102494 observed reflections input
383807 reflections predicted
102494 reflections matched
102494 reflections accepted
Calculating E.S.D Beam Divergence.
Calculating E.S.D Reflecting Range.
sigma b: 0.021810 degrees
sigma m: 0.041239 degrees
================================================================================
Processing reflections
Processing the following experiments:
Experiments: 1
Beams: 1
Detectors: 1
Goniometers: 1
Scans: 1
Crystals: 1
Imagesets: 1
================================================================================
Modelling reflection profiles
Split 588 reflections overlapping job boundaries
Processing reflections in the following blocks of images:
block_size: 22 frames
--------------------------------------------------------------------------
# | Group | Frame From | Frame To | Angle From | Angle To | # Reflections
--------------------------------------------------------------------------
0 | 0 | 0 | 22 | 82.0 | 85.3 | 2972
1 | 0 | 11 | 33 | 83.65 | 86.95 | 2169
2 | 0 | 22 | 44 | 85.3 | 88.6 | 2033
3 | 0 | 33 | 55 | 86.95 | 90.25 | 2063
4 | 0 | 44 | 66 | 88.6 | 91.9 | 2057
5 | 0 | 55 | 77 | 90.25 | 93.55 | 2030
6 | 0 | 66 | 88 | 91.9 | 95.2 | 2005
7 | 0 | 77 | 99 | 93.55 | 96.85 | 2037
8 | 0 | 88 | 110 | 95.2 | 98.5 | 2106
9 | 0 | 99 | 121 | 96.85 | 100.15 | 2049
10 | 0 | 110 | 132 | 98.5 | 101.8 | 2009
11 | 0 | 121 | 143 | 100.15 | 103.45 | 2082
12 | 0 | 132 | 154 | 101.8 | 105.1 | 1978
13 | 0 | 143 | 165 | 103.45 | 106.75 | 2043
14 | 0 | 154 | 176 | 105.1 | 108.4 | 2072
15 | 0 | 165 | 187 | 106.75 | 110.05 | 2004
16 | 0 | 176 | 198 | 108.4 | 111.7 | 2011
17 | 0 | 187 | 209 | 110.05 | 113.35 | 2045
18 | 0 | 198 | 220 | 111.7 | 115.0 | 2050
19 | 0 | 209 | 231 | 113.35 | 116.65 | 2038
20 | 0 | 220 | 242 | 115.0 | 118.3 | 2009
21 | 0 | 231 | 253 | 116.65 | 119.95 | 2057
22 | 0 | 242 | 264 | 118.3 | 121.6 | 2036
23 | 0 | 253 | 275 | 119.95 | 123.25 | 2042
24 | 0 | 264 | 286 | 121.6 | 124.9 | 2102
25 | 0 | 275 | 297 | 123.25 | 126.55 | 2156
26 | 0 | 286 | 308 | 124.9 | 128.2 | 2135
27 | 0 | 297 | 319 | 126.55 | 129.85 | 2116
28 | 0 | 308 | 330 | 128.2 | 131.5 | 2129
29 | 0 | 319 | 341 | 129.85 | 133.15 | 2132
30 | 0 | 330 | 352 | 131.5 | 134.8 | 2122
31 | 0 | 341 | 363 | 133.15 | 136.45 | 2140
32 | 0 | 352 | 374 | 134.8 | 138.1 | 2170
33 | 0 | 363 | 385 | 136.45 | 139.75 | 2099
34 | 0 | 374 | 396 | 138.1 | 141.4 | 2207
35 | 0 | 385 | 407 | 139.75 | 143.05 | 2123
36 | 0 | 396 | 418 | 141.4 | 144.7 | 2236
37 | 0 | 407 | 429 | 143.05 | 146.35 | 2265
38 | 0 | 418 | 440 | 144.7 | 148.0 | 2143
39 | 0 | 429 | 451 | 146.35 | 149.65 | 2163
40 | 0 | 440 | 462 | 148.0 | 151.3 | 2161
41 | 0 | 451 | 473 | 149.65 | 152.95 | 2233
42 | 0 | 462 | 484 | 151.3 | 154.6 | 2191
43 | 0 | 473 | 495 | 152.95 | 156.25 | 2175
44 | 0 | 484 | 506 | 154.6 | 157.9 | 2180
45 | 0 | 495 | 517 | 156.25 | 159.55 | 2181
46 | 0 | 506 | 528 | 157.9 | 161.2 | 2124
47 | 0 | 517 | 539 | 159.55 | 162.85 | 1693
48 | 0 | 528 | 540 | 161.2 | 163.0 | 1670
--------------------------------------------------------------------------
Using multiprocessing with 4 parallel job(s)
Beginning modelling job 0
Frames: 0 -> 22
Number of reflections
Partial: 179
Full: 2793
In ice ring: 0
Total: 2972
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
0 [363]: **************************************
1 [545]: *********************************************************
2 [624]: *****************************************************************
3 [654]: *********************************************************************
4 [614]: ****************************************************************
5 [603]: ***************************************************************
6 [603]: ***************************************************************
7 [601]: ***************************************************************
8 [640]: *******************************************************************
9 [644]: *******************************************************************
10 [650]: ********************************************************************
11 [593]: **************************************************************
12 [610]: ****************************************************************
13 [599]: ***************************************************************
14 [596]: **************************************************************
15 [563]: ***********************************************************
16 [377]: ***************************************
17 [205]: *********************
18 [45 ]: ****
19 [15 ]: *
20 [9 ]:
21 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00430744 GB
Modelled 36 / 124 reflection profiles on image 1
Modelled 128 / 160 reflection profiles on image 2
Modelled 174 / 191 reflection profiles on image 3
Modelled 172 / 179 reflection profiles on image 4
Modelled 178 / 184 reflection profiles on image 5
Modelled 147 / 156 reflection profiles on image 6
Modelled 151 / 159 reflection profiles on image 7
Modelled 174 / 181 reflection profiles on image 8
Modelled 168 / 173 reflection profiles on image 9
Modelled 206 / 213 reflection profiles on image 10
Modelled 159 / 163 reflection profiles on image 11
Modelled 187 / 193 reflection profiles on image 12
Modelled 161 / 171 reflection profiles on image 13
Modelled 158 / 162 reflection profiles on image 14
Modelled 180 / 186 reflection profiles on image 15
Modelled 170 / 172 reflection profiles on image 16
Modelled 152 / 160 reflection profiles on image 17
Modelled 30 / 30 reflection profiles on image 18
Modelled 6 / 6 reflection profiles on image 19
Modelled 1 / 1 reflection profiles on image 20
Modelled 2 / 8 reflection profiles on image 21
Beginning modelling job 1
Frames: 11 -> 33
Number of reflections
Partial: 26
Full: 2143
In ice ring: 0
Total: 2169
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
11 [3 ]:
12 [5 ]:
13 [11 ]: *
14 [27 ]: **
15 [99 ]: *********
16 [305]: ******************************
17 [501]: *************************************************
18 [667]: *****************************************************************
19 [697]: ********************************************************************
20 [684]: *******************************************************************
21 [687]: *******************************************************************
22 [698]: ********************************************************************
23 [700]: *********************************************************************
24 [690]: ********************************************************************
25 [665]: *****************************************************************
26 [599]: ***********************************************************
27 [419]: *****************************************
28 [242]: ***********************
29 [67 ]: ******
30 [24 ]: **
31 [17 ]: *
32 [12 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00470892 GB
Modelled 20 / 23 reflection profiles on image 17
Modelled 167 / 171 reflection profiles on image 18
Modelled 196 / 199 reflection profiles on image 19
Modelled 194 / 198 reflection profiles on image 20
Modelled 191 / 205 reflection profiles on image 21
Modelled 171 / 176 reflection profiles on image 22
Modelled 182 / 190 reflection profiles on image 23
Modelled 202 / 210 reflection profiles on image 24
Modelled 190 / 198 reflection profiles on image 25
Modelled 175 / 180 reflection profiles on image 26
Modelled 171 / 177 reflection profiles on image 27
Modelled 163 / 175 reflection profiles on image 28
Modelled 41 / 43 reflection profiles on image 29
Modelled 7 / 7 reflection profiles on image 30
Modelled 5 / 5 reflection profiles on image 31
Modelled 2 / 12 reflection profiles on image 32
Beginning modelling job 2
Frames: 22 -> 44
Number of reflections
Partial: 21
Full: 2012
In ice ring: 0
Total: 2033
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
22 [1 ]:
23 [4 ]:
24 [9 ]:
25 [27 ]: **
26 [87 ]: *********
27 [281]: *****************************
28 [496]: ***************************************************
29 [659]: *********************************************************************
30 [654]: ********************************************************************
31 [617]: ****************************************************************
32 [600]: **************************************************************
33 [617]: ****************************************************************
34 [602]: ***************************************************************
35 [623]: *****************************************************************
36 [624]: *****************************************************************
37 [592]: *************************************************************
38 [407]: ******************************************
39 [197]: ********************
40 [41 ]: ****
41 [15 ]: *
42 [8 ]:
43 [6 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00410942 GB
Modelled 21 / 22 reflection profiles on image 28
Modelled 160 / 164 reflection profiles on image 29
Modelled 194 / 202 reflection profiles on image 30
Modelled 189 / 196 reflection profiles on image 31
Modelled 165 / 177 reflection profiles on image 32
Modelled 168 / 173 reflection profiles on image 33
Modelled 148 / 159 reflection profiles on image 34
Modelled 175 / 181 reflection profiles on image 35
Modelled 162 / 167 reflection profiles on image 36
Modelled 179 / 185 reflection profiles on image 37
Modelled 202 / 210 reflection profiles on image 38
Modelled 151 / 156 reflection profiles on image 39
Modelled 23 / 26 reflection profiles on image 40
Modelled 7 / 7 reflection profiles on image 41
Modelled 2 / 2 reflection profiles on image 42
Modelled 0 / 6 reflection profiles on image 43
Beginning modelling job 3
Frames: 33 -> 55
Number of reflections
Partial: 14
Full: 2049
In ice ring: 0
Total: 2063
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
33 [2 ]:
34 [4 ]:
35 [6 ]:
36 [22 ]: **
37 [70 ]: ******
38 [238]: **********************
39 [421]: ****************************************
40 [553]: ****************************************************
41 [577]: ******************************************************
42 [613]: **********************************************************
43 [667]: ***************************************************************
44 [706]: *******************************************************************
45 [726]: *********************************************************************
46 [663]: ***************************************************************
47 [652]: *************************************************************
48 [610]: *********************************************************
49 [419]: ***************************************
50 [218]: ********************
51 [42 ]: ***
52 [18 ]: *
53 [6 ]:
54 [5 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00473875 GB
Modelled 33 / 33 reflection profiles on image 39
Modelled 140 / 144 reflection profiles on image 40
Modelled 153 / 157 reflection profiles on image 41
Modelled 153 / 158 reflection profiles on image 42
Modelled 168 / 173 reflection profiles on image 43
Modelled 155 / 159 reflection profiles on image 44
Modelled 235 / 242 reflection profiles on image 45
Modelled 195 / 202 reflection profiles on image 46
Modelled 180 / 185 reflection profiles on image 47
Modelled 187 / 191 reflection profiles on image 48
Modelled 195 / 201 reflection profiles on image 49
Modelled 167 / 176 reflection profiles on image 50
Modelled 23 / 24 reflection profiles on image 51
Modelled 12 / 12 reflection profiles on image 52
Modelled 0 / 1 reflection profiles on image 53
Modelled 2 / 5 reflection profiles on image 54
Beginning modelling job 4
Frames: 44 -> 66
Number of reflections
Partial: 10
Full: 2047
In ice ring: 0
Total: 2057
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
44 [2 ]:
45 [4 ]:
46 [8 ]:
47 [18 ]: *
48 [70 ]: *******
49 [275]: ****************************
50 [463]: ************************************************
51 [593]: **************************************************************
52 [598]: **************************************************************
53 [605]: ***************************************************************
54 [628]: ******************************************************************
55 [619]: *****************************************************************
56 [643]: *******************************************************************
57 [655]: ********************************************************************
58 [656]: *********************************************************************
59 [612]: ****************************************************************
60 [429]: *********************************************
61 [212]: **********************
62 [44 ]: ****
63 [19 ]: *
64 [9 ]:
65 [5 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00419804 GB
Modelled 31 / 33 reflection profiles on image 50
Modelled 176 / 179 reflection profiles on image 51
Modelled 157 / 161 reflection profiles on image 52
Modelled 157 / 169 reflection profiles on image 53
Modelled 171 / 177 reflection profiles on image 54
Modelled 183 / 188 reflection profiles on image 55
Modelled 159 / 166 reflection profiles on image 56
Modelled 175 / 180 reflection profiles on image 57
Modelled 191 / 192 reflection profiles on image 58
Modelled 174 / 183 reflection profiles on image 59
Modelled 208 / 217 reflection profiles on image 60
Modelled 159 / 168 reflection profiles on image 61
Modelled 25 / 25 reflection profiles on image 62
Modelled 10 / 10 reflection profiles on image 63
Modelled 3 / 4 reflection profiles on image 64
Modelled 2 / 5 reflection profiles on image 65
Beginning modelling job 5
Frames: 55 -> 77
Number of reflections
Partial: 3
Full: 2027
In ice ring: 0
Total: 2030
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
56 [3 ]:
57 [8 ]:
58 [23 ]: **
59 [80 ]: ********
60 [253]: **************************
61 [430]: ********************************************
62 [588]: ************************************************************
63 [615]: ***************************************************************
64 [654]: *******************************************************************
65 [667]: ********************************************************************
66 [671]: *********************************************************************
67 [657]: *******************************************************************
68 [654]: *******************************************************************
69 [652]: *******************************************************************
70 [598]: *************************************************************
71 [399]: *****************************************
72 [197]: ********************
73 [38 ]: ***
74 [14 ]: *
75 [6 ]:
76 [1 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00439397 GB
Modelled 21 / 21 reflection profiles on image 61
Modelled 148 / 152 reflection profiles on image 62
Modelled 151 / 154 reflection profiles on image 63
Modelled 171 / 175 reflection profiles on image 64
Modelled 168 / 170 reflection profiles on image 65
Modelled 201 / 205 reflection profiles on image 66
Modelled 175 / 179 reflection profiles on image 67
Modelled 190 / 193 reflection profiles on image 68
Modelled 179 / 183 reflection profiles on image 69
Modelled 187 / 199 reflection profiles on image 70
Modelled 197 / 202 reflection profiles on image 71
Modelled 153 / 159 reflection profiles on image 72
Modelled 24 / 24 reflection profiles on image 73
Modelled 7 / 8 reflection profiles on image 74
Modelled 3 / 5 reflection profiles on image 75
Modelled 1 / 1 reflection profiles on image 76
Beginning modelling job 6
Frames: 66 -> 88
Number of reflections
Partial: 8
Full: 1997
In ice ring: 0
Total: 2005
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
66 [1 ]:
67 [4 ]:
68 [11 ]: *
69 [22 ]: **
70 [76 ]: *******
71 [262]: ***************************
72 [488]: **************************************************
73 [660]: ********************************************************************
74 [661]: *********************************************************************
75 [624]: *****************************************************************
76 [611]: ***************************************************************
77 [614]: ****************************************************************
78 [609]: ***************************************************************
79 [600]: **************************************************************
80 [603]: **************************************************************
81 [581]: ************************************************************
82 [408]: ******************************************
83 [210]: *********************
84 [44 ]: ****
85 [20 ]: **
86 [11 ]: *
87 [6 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00429709 GB
Modelled 30 / 30 reflection profiles on image 72
Modelled 162 / 166 reflection profiles on image 73
Modelled 185 / 192 reflection profiles on image 74
Modelled 168 / 173 reflection profiles on image 75
Modelled 173 / 182 reflection profiles on image 76
Modelled 165 / 168 reflection profiles on image 77
Modelled 178 / 183 reflection profiles on image 78
Modelled 162 / 168 reflection profiles on image 79
Modelled 155 / 162 reflection profiles on image 80
Modelled 166 / 173 reflection profiles on image 81
Modelled 191 / 198 reflection profiles on image 82
Modelled 162 / 166 reflection profiles on image 83
Modelled 22 / 24 reflection profiles on image 84
Modelled 9 / 9 reflection profiles on image 85
Modelled 5 / 5 reflection profiles on image 86
Modelled 3 / 6 reflection profiles on image 87
Beginning modelling job 7
Frames: 77 -> 99
Number of reflections
Partial: 10
Full: 2027
In ice ring: 0
Total: 2037
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
77 [4 ]:
78 [5 ]:
79 [7 ]:
80 [20 ]: *
81 [77 ]: *******
82 [274]: **************************
83 [476]: **********************************************
84 [658]: ****************************************************************
85 [706]: *********************************************************************
86 [697]: ********************************************************************
87 [671]: *****************************************************************
88 [640]: **************************************************************
89 [611]: ***********************************************************
90 [596]: **********************************************************
91 [573]: ********************************************************
92 [544]: *****************************************************
93 [357]: **********************************
94 [175]: *****************
95 [34 ]: ***
96 [16 ]: *
97 [8 ]:
98 [6 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0044944 GB
Modelled 26 / 27 reflection profiles on image 83
Modelled 154 / 157 reflection profiles on image 84
Modelled 189 / 194 reflection profiles on image 85
Modelled 200 / 204 reflection profiles on image 86
Modelled 202 / 210 reflection profiles on image 87
Modelled 170 / 179 reflection profiles on image 88
Modelled 182 / 186 reflection profiles on image 89
Modelled 181 / 186 reflection profiles on image 90
Modelled 145 / 150 reflection profiles on image 91
Modelled 176 / 187 reflection profiles on image 92
Modelled 179 / 182 reflection profiles on image 93
Modelled 137 / 141 reflection profiles on image 94
Modelled 18 / 18 reflection profiles on image 95
Modelled 8 / 8 reflection profiles on image 96
Modelled 2 / 2 reflection profiles on image 97
Modelled 3 / 6 reflection profiles on image 98
Beginning modelling job 8
Frames: 88 -> 110
Number of reflections
Partial: 15
Full: 2091
In ice ring: 0
Total: 2106
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
89 [2 ]:
90 [5 ]:
91 [25 ]: **
92 [90 ]: ********
93 [267]: *************************
94 [469]: ********************************************
95 [657]: **************************************************************
96 [673]: ***************************************************************
97 [687]: *****************************************************************
98 [718]: ********************************************************************
99 [710]: *******************************************************************
100 [674]: ***************************************************************
101 [643]: ************************************************************
102 [607]: *********************************************************
103 [551]: ****************************************************
104 [379]: ***********************************
105 [213]: ********************
106 [49 ]: ****
107 [20 ]: *
108 [13 ]: *
109 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00463552 GB
Modelled 18 / 18 reflection profiles on image 94
Modelled 164 / 172 reflection profiles on image 95
Modelled 191 / 196 reflection profiles on image 96
Modelled 184 / 188 reflection profiles on image 97
Modelled 186 / 195 reflection profiles on image 98
Modelled 212 / 217 reflection profiles on image 99
Modelled 182 / 191 reflection profiles on image 100
Modelled 188 / 191 reflection profiles on image 101
Modelled 181 / 187 reflection profiles on image 102
Modelled 169 / 172 reflection profiles on image 103
Modelled 162 / 166 reflection profiles on image 104
Modelled 156 / 164 reflection profiles on image 105
Modelled 28 / 29 reflection profiles on image 106
Modelled 7 / 7 reflection profiles on image 107
Modelled 5 / 5 reflection profiles on image 108
Modelled 2 / 8 reflection profiles on image 109
Beginning modelling job 9
Frames: 99 -> 121
Number of reflections
Partial: 15
Full: 2034
In ice ring: 0
Total: 2049
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
99 [3 ]:
100 [11 ]: *
101 [18 ]: *
102 [35 ]: ***
103 [93 ]: *********
104 [277]: ***************************
105 [450]: ********************************************
106 [604]: ************************************************************
107 [619]: *************************************************************
108 [637]: ***************************************************************
109 [628]: **************************************************************
110 [668]: ******************************************************************
111 [682]: ********************************************************************
112 [656]: *****************************************************************
113 [649]: ****************************************************************
114 [592]: ***********************************************************
115 [419]: *****************************************
116 [205]: ********************
117 [45 ]: ****
118 [20 ]: *
119 [11 ]: *
120 [7 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00453299 GB
Modelled 17 / 17 reflection profiles on image 105
Modelled 159 / 168 reflection profiles on image 106
Modelled 162 / 168 reflection profiles on image 107
Modelled 170 / 177 reflection profiles on image 108
Modelled 168 / 176 reflection profiles on image 109
Modelled 168 / 177 reflection profiles on image 110
Modelled 173 / 184 reflection profiles on image 111
Modelled 196 / 203 reflection profiles on image 112
Modelled 182 / 187 reflection profiles on image 113
Modelled 167 / 173 reflection profiles on image 114
Modelled 209 / 214 reflection profiles on image 115
Modelled 156 / 160 reflection profiles on image 116
Modelled 23 / 25 reflection profiles on image 117
Modelled 9 / 9 reflection profiles on image 118
Modelled 4 / 4 reflection profiles on image 119
Modelled 3 / 7 reflection profiles on image 120
Beginning modelling job 10
Frames: 110 -> 132
Number of reflections
Partial: 16
Full: 1993
In ice ring: 0
Total: 2009
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
110 [4 ]:
111 [6 ]:
112 [12 ]: *
113 [29 ]: **
114 [73 ]: *******
115 [252]: *************************
116 [448]: *********************************************
117 [642]: *****************************************************************
118 [657]: *******************************************************************
119 [666]: ********************************************************************
120 [642]: *****************************************************************
121 [622]: ***************************************************************
122 [643]: *****************************************************************
123 [641]: *****************************************************************
124 [606]: *************************************************************
125 [562]: *********************************************************
126 [380]: **************************************
127 [193]: *******************
128 [42 ]: ****
129 [19 ]: *
130 [10 ]: *
131 [6 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0044125 GB
Modelled 12 / 12 reflection profiles on image 116
Modelled 154 / 156 reflection profiles on image 117
Modelled 174 / 181 reflection profiles on image 118
Modelled 182 / 185 reflection profiles on image 119
Modelled 200 / 209 reflection profiles on image 120
Modelled 158 / 165 reflection profiles on image 121
Modelled 172 / 175 reflection profiles on image 122
Modelled 189 / 193 reflection profiles on image 123
Modelled 167 / 171 reflection profiles on image 124
Modelled 174 / 182 reflection profiles on image 125
Modelled 181 / 187 reflection profiles on image 126
Modelled 146 / 151 reflection profiles on image 127
Modelled 22 / 23 reflection profiles on image 128
Modelled 8 / 9 reflection profiles on image 129
Modelled 4 / 4 reflection profiles on image 130
Modelled 1 / 6 reflection profiles on image 131
Beginning modelling job 11
Frames: 121 -> 143
Number of reflections
Partial: 20
Full: 2062
In ice ring: 0
Total: 2082
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
121 [3 ]:
122 [4 ]:
123 [8 ]:
124 [23 ]: **
125 [74 ]: *******
126 [285]: *****************************
127 [471]: ************************************************
128 [614]: **************************************************************
129 [646]: ******************************************************************
130 [623]: ***************************************************************
131 [663]: ********************************************************************
132 [650]: ******************************************************************
133 [647]: ******************************************************************
134 [630]: ****************************************************************
135 [625]: ****************************************************************
136 [587]: ************************************************************
137 [404]: *****************************************
138 [203]: ********************
139 [41 ]: ****
140 [18 ]: *
141 [10 ]: *
142 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00420408 GB
Modelled 18 / 19 reflection profiles on image 127
Modelled 173 / 176 reflection profiles on image 128
Modelled 191 / 194 reflection profiles on image 129
Modelled 158 / 163 reflection profiles on image 130
Modelled 194 / 205 reflection profiles on image 131
Modelled 180 / 186 reflection profiles on image 132
Modelled 176 / 181 reflection profiles on image 133
Modelled 191 / 194 reflection profiles on image 134
Modelled 175 / 177 reflection profiles on image 135
Modelled 177 / 183 reflection profiles on image 136
Modelled 193 / 201 reflection profiles on image 137
Modelled 162 / 162 reflection profiles on image 138
Modelled 21 / 23 reflection profiles on image 139
Modelled 8 / 8 reflection profiles on image 140
Modelled 2 / 2 reflection profiles on image 141
Modelled 0 / 8 reflection profiles on image 142
Beginning modelling job 12
Frames: 132 -> 154
Number of reflections
Partial: 16
Full: 1962
In ice ring: 0
Total: 1978
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
132 [1 ]:
133 [6 ]:
134 [11 ]: *
135 [27 ]: **
136 [85 ]: *********
137 [265]: ****************************
138 [435]: **********************************************
139 [597]: ***************************************************************
140 [634]: *******************************************************************
141 [630]: *******************************************************************
142 [618]: ******************************************************************
143 [635]: ********************************************************************
144 [632]: *******************************************************************
145 [628]: *******************************************************************
146 [620]: ******************************************************************
147 [584]: **************************************************************
148 [409]: *******************************************
149 [217]: ***********************
150 [46 ]: ****
151 [22 ]: **
152 [12 ]: *
153 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00426749 GB
Modelled 17 / 18 reflection profiles on image 138
Modelled 141 / 146 reflection profiles on image 139
Modelled 159 / 164 reflection profiles on image 140
Modelled 190 / 194 reflection profiles on image 141
Modelled 172 / 177 reflection profiles on image 142
Modelled 161 / 164 reflection profiles on image 143
Modelled 168 / 174 reflection profiles on image 144
Modelled 187 / 196 reflection profiles on image 145
Modelled 156 / 161 reflection profiles on image 146
Modelled 164 / 175 reflection profiles on image 147
Modelled 187 / 192 reflection profiles on image 148
Modelled 164 / 171 reflection profiles on image 149
Modelled 23 / 24 reflection profiles on image 150
Modelled 10 / 10 reflection profiles on image 151
Modelled 4 / 4 reflection profiles on image 152
Modelled 1 / 8 reflection profiles on image 153
Beginning modelling job 13
Frames: 143 -> 165
Number of reflections
Partial: 16
Full: 2027
In ice ring: 0
Total: 2043
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
143 [2 ]:
144 [3 ]:
145 [10 ]: *
146 [27 ]: **
147 [95 ]: *********
148 [278]: ****************************
149 [462]: **********************************************
150 [639]: ****************************************************************
151 [673]: ********************************************************************
152 [670]: *******************************************************************
153 [662]: ******************************************************************
154 [651]: *****************************************************************
155 [636]: ****************************************************************
156 [631]: ***************************************************************
157 [634]: ****************************************************************
158 [594]: ************************************************************
159 [411]: *****************************************
160 [212]: *********************
161 [35 ]: ***
162 [17 ]: *
163 [10 ]: *
164 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00444646 GB
Modelled 11 / 11 reflection profiles on image 149
Modelled 151 / 155 reflection profiles on image 150
Modelled 174 / 180 reflection profiles on image 151
Modelled 183 / 187 reflection profiles on image 152
Modelled 192 / 201 reflection profiles on image 153
Modelled 180 / 185 reflection profiles on image 154
Modelled 179 / 185 reflection profiles on image 155
Modelled 164 / 166 reflection profiles on image 156
Modelled 171 / 179 reflection profiles on image 157
Modelled 181 / 183 reflection profiles on image 158
Modelled 192 / 199 reflection profiles on image 159
Modelled 169 / 177 reflection profiles on image 160
Modelled 16 / 18 reflection profiles on image 161
Modelled 7 / 7 reflection profiles on image 162
Modelled 1 / 1 reflection profiles on image 163
Modelled 4 / 9 reflection profiles on image 164
Beginning modelling job 14
Frames: 154 -> 176
Number of reflections
Partial: 17
Full: 2055
In ice ring: 0
Total: 2072
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
154 [6 ]:
155 [9 ]:
156 [10 ]:
157 [33 ]: ***
158 [88 ]: ********
159 [277]: ***************************
160 [444]: ********************************************
161 [643]: ****************************************************************
162 [677]: *******************************************************************
163 [668]: ******************************************************************
164 [662]: *****************************************************************
165 [663]: ******************************************************************
166 [683]: ********************************************************************
167 [653]: *****************************************************************
168 [643]: ****************************************************************
169 [583]: **********************************************************
170 [397]: ***************************************
171 [227]: **********************
172 [57 ]: *****
173 [29 ]: **
174 [18 ]: *
175 [11 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00457088 GB
Modelled 14 / 14 reflection profiles on image 160
Modelled 150 / 155 reflection profiles on image 161
Modelled 186 / 193 reflection profiles on image 162
Modelled 185 / 189 reflection profiles on image 163
Modelled 174 / 188 reflection profiles on image 164
Modelled 177 / 184 reflection profiles on image 165
Modelled 189 / 195 reflection profiles on image 166
Modelled 180 / 184 reflection profiles on image 167
Modelled 182 / 187 reflection profiles on image 168
Modelled 181 / 186 reflection profiles on image 169
Modelled 164 / 170 reflection profiles on image 170
Modelled 165 / 170 reflection profiles on image 171
Modelled 27 / 28 reflection profiles on image 172
Modelled 9 / 11 reflection profiles on image 173
Modelled 7 / 7 reflection profiles on image 174
Modelled 4 / 11 reflection profiles on image 175
Beginning modelling job 15
Frames: 165 -> 187
Number of reflections
Partial: 15
Full: 1989
In ice ring: 0
Total: 2004
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
165 [5 ]:
166 [7 ]:
167 [11 ]: *
168 [28 ]: **
169 [69 ]: *******
170 [267]: ****************************
171 [468]: *************************************************
172 [635]: *******************************************************************
173 [637]: ********************************************************************
174 [630]: *******************************************************************
175 [620]: ******************************************************************
176 [612]: *****************************************************************
177 [636]: *******************************************************************
178 [635]: *******************************************************************
179 [612]: *****************************************************************
180 [573]: *************************************************************
181 [379]: ****************************************
182 [214]: **********************
183 [40 ]: ****
184 [17 ]: *
185 [9 ]:
186 [6 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00425004 GB
Modelled 20 / 23 reflection profiles on image 171
Modelled 158 / 163 reflection profiles on image 172
Modelled 173 / 176 reflection profiles on image 173
Modelled 184 / 188 reflection profiles on image 174
Modelled 169 / 177 reflection profiles on image 175
Modelled 155 / 160 reflection profiles on image 176
Modelled 178 / 185 reflection profiles on image 177
Modelled 179 / 182 reflection profiles on image 178
Modelled 175 / 177 reflection profiles on image 179
Modelled 191 / 194 reflection profiles on image 180
Modelled 160 / 165 reflection profiles on image 181
Modelled 166 / 174 reflection profiles on image 182
Modelled 22 / 23 reflection profiles on image 183
Modelled 6 / 8 reflection profiles on image 184
Modelled 1 / 3 reflection profiles on image 185
Modelled 1 / 6 reflection profiles on image 186
Beginning modelling job 16
Frames: 176 -> 198
Number of reflections
Partial: 17
Full: 1994
In ice ring: 0
Total: 2011
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
177 [4 ]:
178 [10 ]: *
179 [22 ]: **
180 [91 ]: *********
181 [277]: ***************************
182 [447]: *********************************************
183 [588]: ***********************************************************
184 [626]: ***************************************************************
185 [620]: **************************************************************
186 [673]: ********************************************************************
187 [657]: ******************************************************************
188 [653]: *****************************************************************
189 [636]: ****************************************************************
190 [635]: ****************************************************************
191 [568]: *********************************************************
192 [394]: ***************************************
193 [224]: **********************
194 [57 ]: *****
195 [22 ]: **
196 [12 ]: *
197 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0043669 GB
Modelled 18 / 18 reflection profiles on image 182
Modelled 152 / 156 reflection profiles on image 183
Modelled 172 / 181 reflection profiles on image 184
Modelled 153 / 155 reflection profiles on image 185
Modelled 178 / 187 reflection profiles on image 186
Modelled 183 / 195 reflection profiles on image 187
Modelled 181 / 188 reflection profiles on image 188
Modelled 171 / 175 reflection profiles on image 189
Modelled 181 / 188 reflection profiles on image 190
Modelled 171 / 174 reflection profiles on image 191
Modelled 165 / 170 reflection profiles on image 192
Modelled 161 / 167 reflection profiles on image 193
Modelled 34 / 35 reflection profiles on image 194
Modelled 10 / 10 reflection profiles on image 195
Modelled 3 / 3 reflection profiles on image 196
Modelled 4 / 9 reflection profiles on image 197
Beginning modelling job 17
Frames: 187 -> 209
Number of reflections
Partial: 10
Full: 2035
In ice ring: 0
Total: 2045
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
187 [1 ]:
188 [5 ]:
189 [11 ]: *
190 [27 ]: **
191 [81 ]: ********
192 [264]: **************************
193 [433]: *******************************************
194 [603]: *************************************************************
195 [626]: ***************************************************************
196 [672]: ********************************************************************
197 [653]: ******************************************************************
198 [645]: *****************************************************************
199 [629]: ***************************************************************
200 [630]: ***************************************************************
201 [634]: ****************************************************************
202 [581]: **********************************************************
203 [401]: ****************************************
204 [209]: *********************
205 [54 ]: *****
206 [20 ]: **
207 [9 ]:
208 [6 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00432346 GB
Modelled 34 / 34 reflection profiles on image 193
Modelled 162 / 166 reflection profiles on image 194
Modelled 144 / 148 reflection profiles on image 195
Modelled 197 / 200 reflection profiles on image 196
Modelled 186 / 192 reflection profiles on image 197
Modelled 181 / 191 reflection profiles on image 198
Modelled 170 / 179 reflection profiles on image 199
Modelled 170 / 171 reflection profiles on image 200
Modelled 179 / 183 reflection profiles on image 201
Modelled 172 / 180 reflection profiles on image 202
Modelled 185 / 192 reflection profiles on image 203
Modelled 147 / 155 reflection profiles on image 204
Modelled 33 / 34 reflection profiles on image 205
Modelled 11 / 11 reflection profiles on image 206
Modelled 3 / 3 reflection profiles on image 207
Modelled 5 / 6 reflection profiles on image 208
Beginning modelling job 18
Frames: 198 -> 220
Number of reflections
Partial: 12
Full: 2038
In ice ring: 0
Total: 2050
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
198 [2 ]:
199 [2 ]:
200 [12 ]: *
201 [27 ]: **
202 [89 ]: *********
203 [256]: **************************
204 [427]: *******************************************
205 [619]: ***************************************************************
206 [636]: *****************************************************************
207 [650]: ******************************************************************
208 [646]: ******************************************************************
209 [633]: *****************************************************************
210 [655]: *******************************************************************
211 [662]: ********************************************************************
212 [651]: ******************************************************************
213 [597]: *************************************************************
214 [391]: ****************************************
215 [217]: **********************
216 [42 ]: ****
217 [24 ]: **
218 [10 ]: *
219 [7 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00425647 GB
Modelled 13 / 15 reflection profiles on image 204
Modelled 170 / 173 reflection profiles on image 205
Modelled 157 / 159 reflection profiles on image 206
Modelled 185 / 191 reflection profiles on image 207
Modelled 171 / 186 reflection profiles on image 208
Modelled 163 / 168 reflection profiles on image 209
Modelled 191 / 198 reflection profiles on image 210
Modelled 167 / 169 reflection profiles on image 211
Modelled 185 / 194 reflection profiles on image 212
Modelled 203 / 206 reflection profiles on image 213
Modelled 171 / 174 reflection profiles on image 214
Modelled 171 / 175 reflection profiles on image 215
Modelled 18 / 18 reflection profiles on image 216
Modelled 12 / 14 reflection profiles on image 217
Modelled 3 / 3 reflection profiles on image 218
Modelled 2 / 7 reflection profiles on image 219
Beginning modelling job 19
Frames: 209 -> 231
Number of reflections
Partial: 16
Full: 2022
In ice ring: 0
Total: 2038
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
209 [1 ]:
210 [3 ]:
211 [8 ]:
212 [23 ]: **
213 [73 ]: *******
214 [260]: ***************************
215 [449]: **********************************************
216 [616]: ****************************************************************
217 [638]: ******************************************************************
218 [635]: ******************************************************************
219 [622]: ****************************************************************
220 [639]: ******************************************************************
221 [652]: ********************************************************************
222 [647]: *******************************************************************
223 [647]: *******************************************************************
224 [584]: ************************************************************
225 [389]: ****************************************
226 [206]: *********************
227 [39 ]: ****
228 [19 ]: *
229 [12 ]: *
230 [7 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00414148 GB
Modelled 21 / 22 reflection profiles on image 215
Modelled 141 / 149 reflection profiles on image 216
Modelled 177 / 182 reflection profiles on image 217
Modelled 184 / 189 reflection profiles on image 218
Modelled 163 / 173 reflection profiles on image 219
Modelled 173 / 183 reflection profiles on image 220
Modelled 184 / 188 reflection profiles on image 221
Modelled 175 / 182 reflection profiles on image 222
Modelled 180 / 186 reflection profiles on image 223
Modelled 187 / 195 reflection profiles on image 224
Modelled 180 / 183 reflection profiles on image 225
Modelled 161 / 167 reflection profiles on image 226
Modelled 17 / 20 reflection profiles on image 227
Modelled 6 / 7 reflection profiles on image 228
Modelled 5 / 5 reflection profiles on image 229
Modelled 2 / 7 reflection profiles on image 230
Beginning modelling job 20
Frames: 220 -> 242
Number of reflections
Partial: 13
Full: 1996
In ice ring: 0
Total: 2009
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
222 [8 ]:
223 [19 ]: **
224 [65 ]: ******
225 [266]: ****************************
226 [459]: ************************************************
227 [620]: *****************************************************************
228 [620]: *****************************************************************
229 [635]: *******************************************************************
230 [644]: ********************************************************************
231 [644]: ********************************************************************
232 [619]: *****************************************************************
233 [605]: ***************************************************************
234 [576]: ************************************************************
235 [556]: **********************************************************
236 [401]: ******************************************
237 [221]: ***********************
238 [47 ]: ****
239 [23 ]: **
240 [12 ]: *
241 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.004115 GB
Modelled 32 / 32 reflection profiles on image 226
Modelled 158 / 164 reflection profiles on image 227
Modelled 177 / 184 reflection profiles on image 228
Modelled 172 / 179 reflection profiles on image 229
Modelled 165 / 176 reflection profiles on image 230
Modelled 186 / 194 reflection profiles on image 231
Modelled 174 / 177 reflection profiles on image 232
Modelled 182 / 191 reflection profiles on image 233
Modelled 150 / 156 reflection profiles on image 234
Modelled 150 / 155 reflection profiles on image 235
Modelled 174 / 180 reflection profiles on image 236
Modelled 166 / 174 reflection profiles on image 237
Modelled 23 / 24 reflection profiles on image 238
Modelled 11 / 11 reflection profiles on image 239
Modelled 4 / 4 reflection profiles on image 240
Modelled 4 / 8 reflection profiles on image 241
Beginning modelling job 21
Frames: 231 -> 253
Number of reflections
Partial: 16
Full: 2041
In ice ring: 0
Total: 2057
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
231 [1 ]:
232 [4 ]:
233 [9 ]:
234 [20 ]: **
235 [74 ]: *******
236 [247]: ************************
237 [436]: ********************************************
238 [589]: ***********************************************************
239 [636]: ****************************************************************
240 [652]: *****************************************************************
241 [661]: ******************************************************************
242 [666]: *******************************************************************
243 [672]: ********************************************************************
244 [654]: ******************************************************************
245 [655]: ******************************************************************
246 [587]: ***********************************************************
247 [417]: ******************************************
248 [220]: **********************
249 [42 ]: ****
250 [15 ]: *
251 [9 ]:
252 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0044337 GB
Modelled 19 / 20 reflection profiles on image 237
Modelled 150 / 154 reflection profiles on image 238
Modelled 165 / 171 reflection profiles on image 239
Modelled 166 / 173 reflection profiles on image 240
Modelled 189 / 200 reflection profiles on image 241
Modelled 179 / 184 reflection profiles on image 242
Modelled 184 / 190 reflection profiles on image 243
Modelled 165 / 172 reflection profiles on image 244
Modelled 199 / 206 reflection profiles on image 245
Modelled 165 / 170 reflection profiles on image 246
Modelled 186 / 197 reflection profiles on image 247
Modelled 173 / 178 reflection profiles on image 248
Modelled 26 / 27 reflection profiles on image 249
Modelled 6 / 6 reflection profiles on image 250
Modelled 1 / 1 reflection profiles on image 251
Modelled 2 / 8 reflection profiles on image 252
Beginning modelling job 22
Frames: 242 -> 264
Number of reflections
Partial: 18
Full: 2018
In ice ring: 0
Total: 2036
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
242 [2 ]:
243 [4 ]:
244 [14 ]: *
245 [25 ]: **
246 [78 ]: *******
247 [267]: **************************
248 [460]: *********************************************
249 [610]: ***********************************************************
250 [630]: *************************************************************
251 [666]: *****************************************************************
252 [670]: *****************************************************************
253 [694]: ********************************************************************
254 [664]: *****************************************************************
255 [642]: **************************************************************
256 [598]: **********************************************************
257 [557]: ******************************************************
258 [365]: ***********************************
259 [198]: *******************
260 [50 ]: ****
261 [21 ]: **
262 [12 ]: *
263 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00453674 GB
Modelled 24 / 24 reflection profiles on image 248
Modelled 165 / 168 reflection profiles on image 249
Modelled 159 / 169 reflection profiles on image 250
Modelled 183 / 186 reflection profiles on image 251
Modelled 162 / 170 reflection profiles on image 252
Modelled 198 / 205 reflection profiles on image 253
Modelled 186 / 194 reflection profiles on image 254
Modelled 193 / 197 reflection profiles on image 255
Modelled 160 / 166 reflection profiles on image 256
Modelled 187 / 192 reflection profiles on image 257
Modelled 163 / 167 reflection profiles on image 258
Modelled 143 / 148 reflection profiles on image 259
Modelled 28 / 29 reflection profiles on image 260
Modelled 9 / 9 reflection profiles on image 261
Modelled 3 / 4 reflection profiles on image 262
Modelled 2 / 8 reflection profiles on image 263
Beginning modelling job 23
Frames: 253 -> 275
Number of reflections
Partial: 16
Full: 2026
In ice ring: 0
Total: 2042
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
253 [1 ]:
254 [3 ]:
255 [7 ]:
256 [15 ]: *
257 [74 ]: *******
258 [246]: *************************
259 [455]: **********************************************
260 [617]: ***************************************************************
261 [641]: ******************************************************************
262 [636]: *****************************************************************
263 [659]: ********************************************************************
264 [648]: ******************************************************************
265 [644]: ******************************************************************
266 [659]: ********************************************************************
267 [647]: ******************************************************************
268 [594]: *************************************************************
269 [396]: ****************************************
270 [220]: **********************
271 [55 ]: *****
272 [21 ]: **
273 [14 ]: *
274 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00431851 GB
Modelled 14 / 16 reflection profiles on image 259
Modelled 162 / 165 reflection profiles on image 260
Modelled 175 / 180 reflection profiles on image 261
Modelled 168 / 170 reflection profiles on image 262
Modelled 182 / 194 reflection profiles on image 263
Modelled 178 / 184 reflection profiles on image 264
Modelled 177 / 184 reflection profiles on image 265
Modelled 169 / 175 reflection profiles on image 266
Modelled 174 / 180 reflection profiles on image 267
Modelled 194 / 198 reflection profiles on image 268
Modelled 168 / 176 reflection profiles on image 269
Modelled 162 / 165 reflection profiles on image 270
Modelled 31 / 34 reflection profiles on image 271
Modelled 7 / 7 reflection profiles on image 272
Modelled 6 / 6 reflection profiles on image 273
Modelled 3 / 8 reflection profiles on image 274
Beginning modelling job 24
Frames: 264 -> 286
Number of reflections
Partial: 5
Full: 2097
In ice ring: 0
Total: 2102
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
264 [1 ]:
265 [4 ]:
266 [10 ]:
267 [23 ]: **
268 [81 ]: *******
269 [265]: ************************
270 [418]: ***************************************
271 [577]: ******************************************************
272 [627]: ***********************************************************
273 [669]: ***************************************************************
274 [693]: *****************************************************************
275 [700]: *****************************************************************
276 [722]: ********************************************************************
277 [714]: *******************************************************************
278 [667]: **************************************************************
279 [601]: ********************************************************
280 [403]: *************************************
281 [226]: *********************
282 [51 ]: ****
283 [23 ]: **
284 [8 ]:
285 [4 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00476596 GB
Modelled 23 / 24 reflection profiles on image 270
Modelled 143 / 145 reflection profiles on image 271
Modelled 159 / 163 reflection profiles on image 272
Modelled 183 / 186 reflection profiles on image 273
Modelled 180 / 183 reflection profiles on image 274
Modelled 181 / 187 reflection profiles on image 275
Modelled 193 / 199 reflection profiles on image 276
Modelled 207 / 212 reflection profiles on image 277
Modelled 192 / 202 reflection profiles on image 278
Modelled 188 / 198 reflection profiles on image 279
Modelled 166 / 177 reflection profiles on image 280
Modelled 169 / 175 reflection profiles on image 281
Modelled 27 / 28 reflection profiles on image 282
Modelled 15 / 15 reflection profiles on image 283
Modelled 4 / 4 reflection profiles on image 284
Modelled 2 / 4 reflection profiles on image 285
Beginning modelling job 25
Frames: 275 -> 297
Number of reflections
Partial: 12
Full: 2144
In ice ring: 0
Total: 2156
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
275 [2 ]:
276 [6 ]:
277 [14 ]: *
278 [24 ]: **
279 [78 ]: *******
280 [275]: *************************
281 [445]: *****************************************
282 [645]: ************************************************************
283 [676]: ***************************************************************
284 [721]: ********************************************************************
285 [709]: ******************************************************************
286 [699]: *****************************************************************
287 [681]: ****************************************************************
288 [676]: ***************************************************************
289 [650]: *************************************************************
290 [609]: *********************************************************
291 [419]: ***************************************
292 [215]: ********************
293 [39 ]: ***
294 [19 ]: *
295 [12 ]: *
296 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00466279 GB
Modelled 15 / 15 reflection profiles on image 281
Modelled 169 / 171 reflection profiles on image 282
Modelled 161 / 166 reflection profiles on image 283
Modelled 196 / 204 reflection profiles on image 284
Modelled 202 / 208 reflection profiles on image 285
Modelled 195 / 204 reflection profiles on image 286
Modelled 194 / 201 reflection profiles on image 287
Modelled 188 / 197 reflection profiles on image 288
Modelled 177 / 181 reflection profiles on image 289
Modelled 184 / 190 reflection profiles on image 290
Modelled 202 / 204 reflection profiles on image 291
Modelled 167 / 176 reflection profiles on image 292
Modelled 20 / 20 reflection profiles on image 293
Modelled 7 / 7 reflection profiles on image 294
Modelled 3 / 3 reflection profiles on image 295
Modelled 4 / 9 reflection profiles on image 296
Beginning modelling job 26
Frames: 286 -> 308
Number of reflections
Partial: 17
Full: 2118
In ice ring: 0
Total: 2135
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
286 [2 ]:
287 [13 ]: *
288 [20 ]: *
289 [33 ]: ***
290 [92 ]: ********
291 [281]: ***************************
292 [447]: ******************************************
293 [641]: *************************************************************
294 [692]: ******************************************************************
295 [693]: ******************************************************************
296 [662]: ***************************************************************
297 [645]: **************************************************************
298 [670]: ****************************************************************
299 [707]: ********************************************************************
300 [682]: *****************************************************************
301 [621]: ***********************************************************
302 [400]: **************************************
303 [207]: *******************
304 [50 ]: ****
305 [21 ]: **
306 [12 ]: *
307 [7 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00465644 GB
Modelled 14 / 15 reflection profiles on image 292
Modelled 164 / 169 reflection profiles on image 293
Modelled 157 / 163 reflection profiles on image 294
Modelled 186 / 190 reflection profiles on image 295
Modelled 196 / 211 reflection profiles on image 296
Modelled 185 / 191 reflection profiles on image 297
Modelled 166 / 169 reflection profiles on image 298
Modelled 194 / 203 reflection profiles on image 299
Modelled 193 / 203 reflection profiles on image 300
Modelled 215 / 221 reflection profiles on image 301
Modelled 188 / 193 reflection profiles on image 302
Modelled 152 / 157 reflection profiles on image 303
Modelled 29 / 29 reflection profiles on image 304
Modelled 9 / 9 reflection profiles on image 305
Modelled 4 / 5 reflection profiles on image 306
Modelled 2 / 7 reflection profiles on image 307
Beginning modelling job 27
Frames: 297 -> 319
Number of reflections
Partial: 24
Full: 2092
In ice ring: 0
Total: 2116
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
297 [2 ]:
298 [4 ]:
299 [13 ]: *
300 [34 ]: ***
301 [90 ]: ********
302 [268]: **************************
303 [465]: **********************************************
304 [620]: *************************************************************
305 [674]: *******************************************************************
306 [684]: ********************************************************************
307 [672]: ******************************************************************
308 [654]: *****************************************************************
309 [659]: *****************************************************************
310 [638]: ***************************************************************
311 [664]: ******************************************************************
312 [602]: ***********************************************************
313 [417]: *****************************************
314 [243]: ************************
315 [60 ]: *****
316 [29 ]: **
317 [16 ]: *
318 [11 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00437783 GB
Modelled 27 / 29 reflection profiles on image 303
Modelled 138 / 143 reflection profiles on image 304
Modelled 197 / 200 reflection profiles on image 305
Modelled 187 / 191 reflection profiles on image 306
Modelled 186 / 205 reflection profiles on image 307
Modelled 184 / 189 reflection profiles on image 308
Modelled 192 / 196 reflection profiles on image 309
Modelled 157 / 164 reflection profiles on image 310
Modelled 188 / 197 reflection profiles on image 311
Modelled 180 / 185 reflection profiles on image 312
Modelled 171 / 174 reflection profiles on image 313
Modelled 182 / 183 reflection profiles on image 314
Modelled 30 / 31 reflection profiles on image 315
Modelled 13 / 13 reflection profiles on image 316
Modelled 5 / 5 reflection profiles on image 317
Modelled 3 / 11 reflection profiles on image 318
Beginning modelling job 28
Frames: 308 -> 330
Number of reflections
Partial: 19
Full: 2110
In ice ring: 0
Total: 2129
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
308 [2 ]:
309 [3 ]:
310 [10 ]:
311 [26 ]: **
312 [92 ]: ********
313 [284]: **************************
314 [472]: ********************************************
315 [623]: **********************************************************
316 [619]: **********************************************************
317 [647]: *************************************************************
318 [698]: *****************************************************************
319 [721]: ********************************************************************
320 [702]: ******************************************************************
321 [689]: ****************************************************************
322 [662]: **************************************************************
323 [619]: **********************************************************
324 [406]: **************************************
325 [236]: **********************
326 [64 ]: ******
327 [28 ]: **
328 [13 ]: *
329 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00471425 GB
Modelled 23 / 23 reflection profiles on image 314
Modelled 170 / 172 reflection profiles on image 315
Modelled 180 / 186 reflection profiles on image 316
Modelled 147 / 151 reflection profiles on image 317
Modelled 181 / 190 reflection profiles on image 318
Modelled 191 / 201 reflection profiles on image 319
Modelled 186 / 193 reflection profiles on image 320
Modelled 204 / 210 reflection profiles on image 321
Modelled 181 / 184 reflection profiles on image 322
Modelled 205 / 213 reflection profiles on image 323
Modelled 162 / 170 reflection profiles on image 324
Modelled 163 / 172 reflection profiles on image 325
Modelled 35 / 36 reflection profiles on image 326
Modelled 15 / 15 reflection profiles on image 327
Modelled 4 / 4 reflection profiles on image 328
Modelled 2 / 9 reflection profiles on image 329
Beginning modelling job 29
Frames: 319 -> 341
Number of reflections
Partial: 16
Full: 2116
In ice ring: 0
Total: 2132
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
319 [1 ]:
320 [5 ]:
321 [13 ]: *
322 [23 ]: **
323 [93 ]: *********
324 [296]: ****************************
325 [501]: *************************************************
326 [653]: ***************************************************************
327 [672]: *****************************************************************
328 [695]: ********************************************************************
329 [687]: *******************************************************************
330 [688]: *******************************************************************
331 [668]: *****************************************************************
332 [648]: ***************************************************************
333 [639]: **************************************************************
334 [574]: ********************************************************
335 [400]: ***************************************
336 [196]: *******************
337 [50 ]: ****
338 [24 ]: **
339 [12 ]: *
340 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00460058 GB
Modelled 28 / 31 reflection profiles on image 325
Modelled 167 / 172 reflection profiles on image 326
Modelled 177 / 184 reflection profiles on image 327
Modelled 188 / 194 reflection profiles on image 328
Modelled 200 / 213 reflection profiles on image 329
Modelled 189 / 193 reflection profiles on image 330
Modelled 194 / 202 reflection profiles on image 331
Modelled 179 / 181 reflection profiles on image 332
Modelled 174 / 188 reflection profiles on image 333
Modelled 169 / 174 reflection profiles on image 334
Modelled 198 / 204 reflection profiles on image 335
Modelled 142 / 146 reflection profiles on image 336
Modelled 24 / 26 reflection profiles on image 337
Modelled 12 / 12 reflection profiles on image 338
Modelled 3 / 3 reflection profiles on image 339
Modelled 4 / 9 reflection profiles on image 340
Beginning modelling job 30
Frames: 330 -> 352
Number of reflections
Partial: 16
Full: 2106
In ice ring: 0
Total: 2122
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
331 [5 ]:
332 [15 ]: *
333 [32 ]: ***
334 [90 ]: *********
335 [283]: ****************************
336 [465]: **********************************************
337 [646]: ****************************************************************
338 [663]: ******************************************************************
339 [680]: ********************************************************************
340 [665]: ******************************************************************
341 [666]: ******************************************************************
342 [672]: *******************************************************************
343 [660]: ******************************************************************
344 [635]: ***************************************************************
345 [592]: ***********************************************************
346 [391]: ***************************************
347 [208]: ********************
348 [38 ]: ***
349 [12 ]: *
350 [10 ]: *
351 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00448163 GB
Modelled 27 / 30 reflection profiles on image 336
Modelled 161 / 168 reflection profiles on image 337
Modelled 174 / 180 reflection profiles on image 338
Modelled 186 / 195 reflection profiles on image 339
Modelled 186 / 195 reflection profiles on image 340
Modelled 187 / 193 reflection profiles on image 341
Modelled 191 / 196 reflection profiles on image 342
Modelled 186 / 192 reflection profiles on image 343
Modelled 180 / 181 reflection profiles on image 344
Modelled 195 / 201 reflection profiles on image 345
Modelled 179 / 183 reflection profiles on image 346
Modelled 165 / 170 reflection profiles on image 347
Modelled 24 / 26 reflection profiles on image 348
Modelled 2 / 2 reflection profiles on image 349
Modelled 2 / 2 reflection profiles on image 350
Modelled 3 / 8 reflection profiles on image 351
Beginning modelling job 31
Frames: 341 -> 363
Number of reflections
Partial: 17
Full: 2123
In ice ring: 0
Total: 2140
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
341 [1 ]:
342 [6 ]:
343 [13 ]: *
344 [26 ]: **
345 [98 ]: *********
346 [282]: **************************
347 [502]: **********************************************
348 [689]: ***************************************************************
349 [731]: *******************************************************************
350 [737]: ********************************************************************
351 [686]: ***************************************************************
352 [681]: **************************************************************
353 [674]: **************************************************************
354 [681]: **************************************************************
355 [645]: ***********************************************************
356 [585]: *****************************************************
357 [400]: ************************************
358 [209]: *******************
359 [48 ]: ****
360 [20 ]: *
361 [14 ]: *
362 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00482886 GB
Modelled 16 / 16 reflection profiles on image 347
Modelled 158 / 161 reflection profiles on image 348
Modelled 176 / 182 reflection profiles on image 349
Modelled 234 / 241 reflection profiles on image 350
Modelled 194 / 206 reflection profiles on image 351
Modelled 187 / 193 reflection profiles on image 352
Modelled 174 / 179 reflection profiles on image 353
Modelled 183 / 187 reflection profiles on image 354
Modelled 182 / 190 reflection profiles on image 355
Modelled 178 / 185 reflection profiles on image 356
Modelled 186 / 191 reflection profiles on image 357
Modelled 155 / 161 reflection profiles on image 358
Modelled 27 / 28 reflection profiles on image 359
Modelled 6 / 6 reflection profiles on image 360
Modelled 5 / 6 reflection profiles on image 361
Modelled 1 / 8 reflection profiles on image 362
Beginning modelling job 32
Frames: 352 -> 374
Number of reflections
Partial: 13
Full: 2157
In ice ring: 0
Total: 2170
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
352 [2 ]:
353 [3 ]:
354 [9 ]:
355 [21 ]: *
356 [78 ]: *******
357 [269]: *************************
358 [451]: ******************************************
359 [614]: *********************************************************
360 [645]: ************************************************************
361 [681]: ***************************************************************
362 [717]: *******************************************************************
363 [689]: ****************************************************************
364 [711]: ******************************************************************
365 [725]: ********************************************************************
366 [690]: ****************************************************************
367 [642]: ************************************************************
368 [444]: *****************************************
369 [235]: **********************
370 [49 ]: ****
371 [21 ]: *
372 [11 ]: *
373 [5 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00488227 GB
Modelled 22 / 22 reflection profiles on image 358
Modelled 158 / 159 reflection profiles on image 359
Modelled 157 / 159 reflection profiles on image 360
Modelled 178 / 181 reflection profiles on image 361
Modelled 217 / 228 reflection profiles on image 362
Modelled 173 / 182 reflection profiles on image 363
Modelled 186 / 191 reflection profiles on image 364
Modelled 200 / 204 reflection profiles on image 365
Modelled 194 / 202 reflection profiles on image 366
Modelled 194 / 198 reflection profiles on image 367
Modelled 198 / 209 reflection profiles on image 368
Modelled 182 / 186 reflection profiles on image 369
Modelled 28 / 28 reflection profiles on image 370
Modelled 10 / 10 reflection profiles on image 371
Modelled 5 / 6 reflection profiles on image 372
Modelled 2 / 5 reflection profiles on image 373
Beginning modelling job 33
Frames: 363 -> 385
Number of reflections
Partial: 15
Full: 2084
In ice ring: 0
Total: 2099
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
363 [2 ]:
364 [8 ]:
365 [13 ]: *
366 [35 ]: ***
367 [96 ]: *********
368 [314]: ******************************
369 [470]: *********************************************
370 [629]: *************************************************************
371 [635]: **************************************************************
372 [653]: ***************************************************************
373 [675]: ******************************************************************
374 [671]: *****************************************************************
375 [695]: ********************************************************************
376 [693]: *******************************************************************
377 [668]: *****************************************************************
378 [616]: ************************************************************
379 [407]: ***************************************
380 [217]: *********************
381 [52 ]: *****
382 [21 ]: **
383 [13 ]: *
384 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00470538 GB
Modelled 18 / 18 reflection profiles on image 369
Modelled 181 / 186 reflection profiles on image 370
Modelled 159 / 163 reflection profiles on image 371
Modelled 171 / 176 reflection profiles on image 372
Modelled 172 / 183 reflection profiles on image 373
Modelled 168 / 171 reflection profiles on image 374
Modelled 206 / 209 reflection profiles on image 375
Modelled 182 / 189 reflection profiles on image 376
Modelled 182 / 188 reflection profiles on image 377
Modelled 200 / 209 reflection profiles on image 378
Modelled 183 / 190 reflection profiles on image 379
Modelled 163 / 165 reflection profiles on image 380
Modelled 29 / 31 reflection profiles on image 381
Modelled 8 / 8 reflection profiles on image 382
Modelled 3 / 4 reflection profiles on image 383
Modelled 2 / 9 reflection profiles on image 384
Beginning modelling job 34
Frames: 374 -> 396
Number of reflections
Partial: 21
Full: 2186
In ice ring: 0
Total: 2207
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
374 [1 ]:
375 [8 ]:
376 [15 ]: *
377 [33 ]: ***
378 [88 ]: ********
379 [271]: ************************
380 [451]: *****************************************
381 [614]: ********************************************************
382 [628]: *********************************************************
383 [651]: ***********************************************************
384 [686]: ***************************************************************
385 [722]: ******************************************************************
386 [736]: *******************************************************************
387 [737]: *******************************************************************
388 [738]: ********************************************************************
389 [691]: ***************************************************************
390 [463]: ******************************************
391 [242]: **********************
392 [51 ]: ****
393 [26 ]: **
394 [14 ]: *
395 [11 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00486692 GB
Modelled 16 / 16 reflection profiles on image 380
Modelled 156 / 162 reflection profiles on image 381
Modelled 158 / 166 reflection profiles on image 382
Modelled 174 / 180 reflection profiles on image 383
Modelled 170 / 180 reflection profiles on image 384
Modelled 191 / 198 reflection profiles on image 385
Modelled 207 / 212 reflection profiles on image 386
Modelled 194 / 202 reflection profiles on image 387
Modelled 192 / 200 reflection profiles on image 388
Modelled 222 / 228 reflection profiles on image 389
Modelled 214 / 221 reflection profiles on image 390
Modelled 186 / 191 reflection profiles on image 391
Modelled 24 / 25 reflection profiles on image 392
Modelled 12 / 12 reflection profiles on image 393
Modelled 3 / 3 reflection profiles on image 394
Modelled 3 / 11 reflection profiles on image 395
Beginning modelling job 35
Frames: 385 -> 407
Number of reflections
Partial: 23
Full: 2100
In ice ring: 0
Total: 2123
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
385 [3 ]:
386 [5 ]:
387 [13 ]: *
388 [35 ]: ***
389 [105]: **********
390 [313]: ******************************
391 [518]: **************************************************
392 [676]: *****************************************************************
393 [667]: ****************************************************************
394 [659]: ****************************************************************
395 [677]: *****************************************************************
396 [700]: ********************************************************************
397 [688]: ******************************************************************
398 [688]: ******************************************************************
399 [648]: **************************************************************
400 [579]: ********************************************************
401 [406]: ***************************************
402 [208]: ********************
403 [53 ]: *****
404 [20 ]: *
405 [12 ]: *
406 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00480725 GB
Modelled 27 / 27 reflection profiles on image 391
Modelled 172 / 175 reflection profiles on image 392
Modelled 191 / 198 reflection profiles on image 393
Modelled 172 / 178 reflection profiles on image 394
Modelled 167 / 179 reflection profiles on image 395
Modelled 192 / 199 reflection profiles on image 396
Modelled 185 / 189 reflection profiles on image 397
Modelled 201 / 207 reflection profiles on image 398
Modelled 182 / 192 reflection profiles on image 399
Modelled 167 / 173 reflection profiles on image 400
Modelled 192 / 198 reflection profiles on image 401
Modelled 152 / 155 reflection profiles on image 402
Modelled 31 / 33 reflection profiles on image 403
Modelled 7 / 8 reflection profiles on image 404
Modelled 2 / 3 reflection profiles on image 405
Modelled 0 / 9 reflection profiles on image 406
Beginning modelling job 36
Frames: 396 -> 418
Number of reflections
Partial: 25
Full: 2211
In ice ring: 0
Total: 2236
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
396 [2 ]:
397 [3 ]:
398 [12 ]: *
399 [36 ]: ***
400 [93 ]: ********
401 [270]: ************************
402 [464]: ******************************************
403 [626]: *********************************************************
404 [685]: **************************************************************
405 [712]: ****************************************************************
406 [746]: ********************************************************************
407 [741]: *******************************************************************
408 [730]: ******************************************************************
409 [723]: *****************************************************************
410 [722]: *****************************************************************
411 [665]: ************************************************************
412 [467]: ******************************************
413 [238]: *********************
414 [51 ]: ****
415 [25 ]: **
416 [13 ]: *
417 [10 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0049687 GB
Modelled 13 / 13 reflection profiles on image 402
Modelled 149 / 155 reflection profiles on image 403
Modelled 173 / 175 reflection profiles on image 404
Modelled 167 / 179 reflection profiles on image 405
Modelled 203 / 216 reflection profiles on image 406
Modelled 205 / 215 reflection profiles on image 407
Modelled 197 / 211 reflection profiles on image 408
Modelled 203 / 209 reflection profiles on image 409
Modelled 192 / 198 reflection profiles on image 410
Modelled 192 / 198 reflection profiles on image 411
Modelled 222 / 229 reflection profiles on image 412
Modelled 179 / 187 reflection profiles on image 413
Modelled 24 / 26 reflection profiles on image 414
Modelled 11 / 12 reflection profiles on image 415
Modelled 3 / 3 reflection profiles on image 416
Modelled 2 / 10 reflection profiles on image 417
Beginning modelling job 37
Frames: 407 -> 429
Number of reflections
Partial: 18
Full: 2247
In ice ring: 0
Total: 2265
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
407 [5 ]:
408 [8 ]:
409 [14 ]: *
410 [36 ]: ***
411 [103]: ********
412 [287]: ************************
413 [464]: ****************************************
414 [668]: **********************************************************
415 [737]: ****************************************************************
416 [754]: *****************************************************************
417 [754]: *****************************************************************
418 [778]: *******************************************************************
419 [783]: ********************************************************************
420 [764]: ******************************************************************
421 [730]: ***************************************************************
422 [630]: ******************************************************
423 [419]: ************************************
424 [215]: ******************
425 [45 ]: ***
426 [28 ]: **
427 [12 ]: *
428 [9 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00548713 GB
Modelled 17 / 17 reflection profiles on image 413
Modelled 154 / 159 reflection profiles on image 414
Modelled 183 / 191 reflection profiles on image 415
Modelled 190 / 195 reflection profiles on image 416
Modelled 202 / 210 reflection profiles on image 417
Modelled 202 / 207 reflection profiles on image 418
Modelled 211 / 217 reflection profiles on image 419
Modelled 208 / 216 reflection profiles on image 420
Modelled 218 / 223 reflection profiles on image 421
Modelled 205 / 211 reflection profiles on image 422
Modelled 197 / 204 reflection profiles on image 423
Modelled 163 / 170 reflection profiles on image 424
Modelled 16 / 17 reflection profiles on image 425
Modelled 16 / 16 reflection profiles on image 426
Modelled 3 / 3 reflection profiles on image 427
Modelled 2 / 9 reflection profiles on image 428
Beginning modelling job 38
Frames: 418 -> 440
Number of reflections
Partial: 22
Full: 2121
In ice ring: 0
Total: 2143
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
418 [1 ]:
419 [5 ]:
420 [12 ]: *
421 [26 ]: **
422 [83 ]: ********
423 [277]: ***************************
424 [475]: **********************************************
425 [642]: **************************************************************
426 [689]: *******************************************************************
427 [685]: *******************************************************************
428 [666]: *****************************************************************
429 [670]: *****************************************************************
430 [680]: ******************************************************************
431 [694]: ********************************************************************
432 [680]: ******************************************************************
433 [628]: *************************************************************
434 [431]: ******************************************
435 [241]: ***********************
436 [56 ]: *****
437 [28 ]: **
438 [17 ]: *
439 [11 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00474005 GB
Modelled 22 / 23 reflection profiles on image 424
Modelled 149 / 158 reflection profiles on image 425
Modelled 178 / 185 reflection profiles on image 426
Modelled 168 / 176 reflection profiles on image 427
Modelled 201 / 211 reflection profiles on image 428
Modelled 189 / 197 reflection profiles on image 429
Modelled 172 / 176 reflection profiles on image 430
Modelled 189 / 192 reflection profiles on image 431
Modelled 192 / 197 reflection profiles on image 432
Modelled 194 / 197 reflection profiles on image 433
Modelled 186 / 190 reflection profiles on image 434
Modelled 173 / 185 reflection profiles on image 435
Modelled 26 / 28 reflection profiles on image 436
Modelled 11 / 11 reflection profiles on image 437
Modelled 5 / 6 reflection profiles on image 438
Modelled 4 / 11 reflection profiles on image 439
Beginning modelling job 39
Frames: 429 -> 451
Number of reflections
Partial: 28
Full: 2135
In ice ring: 0
Total: 2163
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
429 [1 ]:
430 [3 ]:
431 [7 ]:
432 [24 ]: **
433 [91 ]: ********
434 [292]: ***************************
435 [486]: *********************************************
436 [632]: ***********************************************************
437 [633]: ***********************************************************
438 [656]: *************************************************************
439 [671]: ***************************************************************
440 [721]: ********************************************************************
441 [720]: *******************************************************************
442 [710]: ******************************************************************
443 [674]: ***************************************************************
444 [614]: *********************************************************
445 [432]: ****************************************
446 [212]: *******************
447 [51 ]: ****
448 [29 ]: **
449 [17 ]: *
450 [12 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00484985 GB
Modelled 27 / 28 reflection profiles on image 435
Modelled 178 / 181 reflection profiles on image 436
Modelled 169 / 176 reflection profiles on image 437
Modelled 163 / 165 reflection profiles on image 438
Modelled 172 / 187 reflection profiles on image 439
Modelled 195 / 199 reflection profiles on image 440
Modelled 193 / 199 reflection profiles on image 441
Modelled 217 / 220 reflection profiles on image 442
Modelled 189 / 194 reflection profiles on image 443
Modelled 172 / 182 reflection profiles on image 444
Modelled 218 / 220 reflection profiles on image 445
Modelled 155 / 161 reflection profiles on image 446
Modelled 22 / 22 reflection profiles on image 447
Modelled 12 / 12 reflection profiles on image 448
Modelled 4 / 5 reflection profiles on image 449
Modelled 2 / 12 reflection profiles on image 450
Beginning modelling job 40
Frames: 440 -> 462
Number of reflections
Partial: 28
Full: 2133
In ice ring: 0
Total: 2161
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
440 [1 ]:
441 [1 ]:
442 [9 ]:
443 [28 ]: **
444 [83 ]: *******
445 [277]: *************************
446 [460]: *****************************************
447 [631]: *********************************************************
448 [671]: ************************************************************
449 [668]: ************************************************************
450 [717]: ****************************************************************
451 [751]: ********************************************************************
452 [730]: ******************************************************************
453 [703]: ***************************************************************
454 [674]: *************************************************************
455 [602]: ******************************************************
456 [408]: ************************************
457 [223]: ********************
458 [68 ]: ******
459 [30 ]: **
460 [23 ]: **
461 [13 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00511262 GB
Modelled 23 / 24 reflection profiles on image 446
Modelled 146 / 152 reflection profiles on image 447
Modelled 186 / 192 reflection profiles on image 448
Modelled 186 / 187 reflection profiles on image 449
Modelled 168 / 182 reflection profiles on image 450
Modelled 205 / 208 reflection profiles on image 451
Modelled 198 / 208 reflection profiles on image 452
Modelled 210 / 220 reflection profiles on image 453
Modelled 177 / 186 reflection profiles on image 454
Modelled 187 / 194 reflection profiles on image 455
Modelled 178 / 185 reflection profiles on image 456
Modelled 150 / 155 reflection profiles on image 457
Modelled 38 / 38 reflection profiles on image 458
Modelled 6 / 7 reflection profiles on image 459
Modelled 8 / 10 reflection profiles on image 460
Modelled 4 / 13 reflection profiles on image 461
Beginning modelling job 41
Frames: 451 -> 473
Number of reflections
Partial: 18
Full: 2215
In ice ring: 0
Total: 2233
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
451 [2 ]:
452 [4 ]:
453 [11 ]:
454 [26 ]: **
455 [87 ]: *******
456 [299]: **************************
457 [486]: *******************************************
458 [659]: **********************************************************
459 [698]: **************************************************************
460 [737]: *****************************************************************
461 [751]: ******************************************************************
462 [764]: ********************************************************************
463 [763]: *******************************************************************
464 [754]: *******************************************************************
465 [696]: *************************************************************
466 [607]: ******************************************************
467 [409]: ************************************
468 [221]: *******************
469 [56 ]: ****
470 [26 ]: **
471 [17 ]: *
472 [11 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00522107 GB
Modelled 21 / 22 reflection profiles on image 457
Modelled 166 / 168 reflection profiles on image 458
Modelled 164 / 171 reflection profiles on image 459
Modelled 193 / 197 reflection profiles on image 460
Modelled 215 / 227 reflection profiles on image 461
Modelled 183 / 193 reflection profiles on image 462
Modelled 201 / 206 reflection profiles on image 463
Modelled 227 / 231 reflection profiles on image 464
Modelled 200 / 211 reflection profiles on image 465
Modelled 188 / 198 reflection profiles on image 466
Modelled 184 / 188 reflection profiles on image 467
Modelled 163 / 165 reflection profiles on image 468
Modelled 29 / 30 reflection profiles on image 469
Modelled 8 / 9 reflection profiles on image 470
Modelled 6 / 6 reflection profiles on image 471
Modelled 2 / 11 reflection profiles on image 472
Beginning modelling job 42
Frames: 462 -> 484
Number of reflections
Partial: 26
Full: 2165
In ice ring: 0
Total: 2191
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
462 [3 ]:
463 [7 ]:
464 [11 ]: *
465 [30 ]: **
466 [93 ]: ********
467 [306]: ****************************
468 [518]: ************************************************
469 [679]: ***************************************************************
470 [684]: ***************************************************************
471 [688]: ****************************************************************
472 [681]: ***************************************************************
473 [705]: *****************************************************************
474 [726]: *******************************************************************
475 [728]: ********************************************************************
476 [705]: *****************************************************************
477 [643]: ************************************************************
478 [448]: *****************************************
479 [234]: *********************
480 [61 ]: *****
481 [30 ]: **
482 [22 ]: **
483 [15 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00523109 GB
Modelled 15 / 15 reflection profiles on image 468
Modelled 194 / 197 reflection profiles on image 469
Modelled 180 / 183 reflection profiles on image 470
Modelled 184 / 192 reflection profiles on image 471
Modelled 182 / 193 reflection profiles on image 472
Modelled 179 / 186 reflection profiles on image 473
Modelled 181 / 187 reflection profiles on image 474
Modelled 192 / 197 reflection profiles on image 475
Modelled 192 / 198 reflection profiles on image 476
Modelled 185 / 195 reflection profiles on image 477
Modelled 212 / 214 reflection profiles on image 478
Modelled 166 / 173 reflection profiles on image 479
Modelled 30 / 31 reflection profiles on image 480
Modelled 8 / 8 reflection profiles on image 481
Modelled 6 / 7 reflection profiles on image 482
Modelled 5 / 15 reflection profiles on image 483
Beginning modelling job 43
Frames: 473 -> 495
Number of reflections
Partial: 28
Full: 2147
In ice ring: 0
Total: 2175
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
473 [1 ]:
474 [2 ]:
475 [11 ]: *
476 [35 ]: ***
477 [91 ]: ********
478 [262]: ************************
479 [469]: *******************************************
480 [642]: **********************************************************
481 [665]: *************************************************************
482 [678]: **************************************************************
483 [685]: **************************************************************
484 [740]: ********************************************************************
485 [719]: ******************************************************************
486 [739]: *******************************************************************
487 [718]: *****************************************************************
488 [642]: **********************************************************
489 [412]: *************************************
490 [225]: ********************
491 [61 ]: *****
492 [29 ]: **
493 [24 ]: **
494 [16 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00500962 GB
Modelled 19 / 21 reflection profiles on image 479
Modelled 143 / 147 reflection profiles on image 480
Modelled 184 / 187 reflection profiles on image 481
Modelled 181 / 183 reflection profiles on image 482
Modelled 170 / 181 reflection profiles on image 483
Modelled 205 / 213 reflection profiles on image 484
Modelled 192 / 198 reflection profiles on image 485
Modelled 190 / 197 reflection profiles on image 486
Modelled 196 / 206 reflection profiles on image 487
Modelled 221 / 230 reflection profiles on image 488
Modelled 184 / 187 reflection profiles on image 489
Modelled 159 / 164 reflection profiles on image 490
Modelled 30 / 32 reflection profiles on image 491
Modelled 4 / 5 reflection profiles on image 492
Modelled 8 / 8 reflection profiles on image 493
Modelled 6 / 16 reflection profiles on image 494
Beginning modelling job 44
Frames: 484 -> 506
Number of reflections
Partial: 25
Full: 2155
In ice ring: 0
Total: 2180
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
484 [6 ]:
485 [13 ]: *
486 [22 ]: *
487 [33 ]: **
488 [96 ]: ********
489 [284]: *************************
490 [475]: ******************************************
491 [643]: *********************************************************
492 [658]: ***********************************************************
493 [708]: ***************************************************************
494 [708]: ***************************************************************
495 [756]: ********************************************************************
496 [721]: ****************************************************************
497 [695]: **************************************************************
498 [671]: ************************************************************
499 [635]: *********************************************************
500 [434]: ***************************************
501 [225]: ********************
502 [60 ]: *****
503 [30 ]: **
504 [22 ]: *
505 [11 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00525354 GB
Modelled 21 / 21 reflection profiles on image 490
Modelled 173 / 177 reflection profiles on image 491
Modelled 159 / 165 reflection profiles on image 492
Modelled 185 / 195 reflection profiles on image 493
Modelled 167 / 176 reflection profiles on image 494
Modelled 215 / 221 reflection profiles on image 495
Modelled 195 / 202 reflection profiles on image 496
Modelled 204 / 215 reflection profiles on image 497
Modelled 168 / 173 reflection profiles on image 498
Modelled 194 / 201 reflection profiles on image 499
Modelled 203 / 209 reflection profiles on image 500
Modelled 159 / 165 reflection profiles on image 501
Modelled 27 / 30 reflection profiles on image 502
Modelled 8 / 8 reflection profiles on image 503
Modelled 10 / 11 reflection profiles on image 504
Modelled 2 / 11 reflection profiles on image 505
Beginning modelling job 45
Frames: 495 -> 517
Number of reflections
Partial: 29
Full: 2152
In ice ring: 0
Total: 2181
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
495 [4 ]:
496 [9 ]:
497 [24 ]: **
498 [39 ]: ***
499 [100]: *********
500 [332]: ******************************
501 [496]: ********************************************
502 [667]: ************************************************************
503 [691]: **************************************************************
504 [703]: ***************************************************************
505 [727]: *****************************************************************
506 [750]: *******************************************************************
507 [751]: ********************************************************************
508 [710]: ****************************************************************
509 [687]: **************************************************************
510 [624]: ********************************************************
511 [440]: ***************************************
512 [242]: *********************
513 [57 ]: *****
514 [32 ]: **
515 [22 ]: *
516 [17 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00535373 GB
Modelled 29 / 29 reflection profiles on image 501
Modelled 159 / 162 reflection profiles on image 502
Modelled 169 / 172 reflection profiles on image 503
Modelled 171 / 176 reflection profiles on image 504
Modelled 191 / 206 reflection profiles on image 505
Modelled 191 / 200 reflection profiles on image 506
Modelled 195 / 200 reflection profiles on image 507
Modelled 196 / 200 reflection profiles on image 508
Modelled 205 / 212 reflection profiles on image 509
Modelled 181 / 184 reflection profiles on image 510
Modelled 190 / 198 reflection profiles on image 511
Modelled 175 / 185 reflection profiles on image 512
Modelled 23 / 25 reflection profiles on image 513
Modelled 10 / 10 reflection profiles on image 514
Modelled 5 / 5 reflection profiles on image 515
Modelled 8 / 17 reflection profiles on image 516
Beginning modelling job 46
Frames: 506 -> 528
Number of reflections
Partial: 21
Full: 2103
In ice ring: 0
Total: 2124
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
506 [3 ]:
507 [7 ]:
508 [11 ]: *
509 [30 ]: **
510 [91 ]: ********
511 [277]: **************************
512 [457]: ********************************************
513 [636]: *************************************************************
514 [694]: *******************************************************************
515 [698]: *******************************************************************
516 [700]: ********************************************************************
517 [700]: ********************************************************************
518 [684]: ******************************************************************
519 [694]: *******************************************************************
520 [680]: ******************************************************************
521 [583]: ********************************************************
522 [402]: ***************************************
523 [217]: *********************
524 [62 ]: ******
525 [26 ]: **
526 [12 ]: *
527 [7 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00475992 GB
Modelled 24 / 26 reflection profiles on image 512
Modelled 130 / 136 reflection profiles on image 513
Modelled 196 / 199 reflection profiles on image 514
Modelled 185 / 190 reflection profiles on image 515
Modelled 196 / 211 reflection profiles on image 516
Modelled 190 / 200 reflection profiles on image 517
Modelled 169 / 174 reflection profiles on image 518
Modelled 193 / 197 reflection profiles on image 519
Modelled 200 / 208 reflection profiles on image 520
Modelled 174 / 181 reflection profiles on image 521
Modelled 177 / 185 reflection profiles on image 522
Modelled 146 / 155 reflection profiles on image 523
Modelled 35 / 36 reflection profiles on image 524
Modelled 12 / 14 reflection profiles on image 525
Modelled 3 / 5 reflection profiles on image 526
Modelled 1 / 7 reflection profiles on image 527
Beginning modelling job 47
Frames: 517 -> 539
Number of reflections
Partial: 9
Full: 1684
In ice ring: 0
Total: 1693
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
517 [1 ]:
518 [5 ]:
519 [11 ]: *
520 [30 ]: **
521 [87 ]: ********
522 [323]: ******************************
523 [510]: ***********************************************
524 [681]: ****************************************************************
525 [715]: *******************************************************************
526 [723]: ********************************************************************
527 [691]: ****************************************************************
528 [687]: ****************************************************************
529 [676]: ***************************************************************
530 [514]: ************************************************
531 [309]: *****************************
532 [95 ]: ********
533 [39 ]: ***
534 [22 ]: **
535 [14 ]: *
536 [7 ]:
537 [6 ]:
538 [2 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00500965 GB
Modelled 34 / 35 reflection profiles on image 523
Modelled 166 / 170 reflection profiles on image 524
Modelled 173 / 180 reflection profiles on image 525
Modelled 210 / 217 reflection profiles on image 526
Modelled 186 / 194 reflection profiles on image 527
Modelled 192 / 195 reflection profiles on image 528
Modelled 184 / 188 reflection profiles on image 529
Modelled 201 / 205 reflection profiles on image 530
Modelled 206 / 214 reflection profiles on image 531
Modelled 53 / 56 reflection profiles on image 532
Modelled 15 / 17 reflection profiles on image 533
Modelled 8 / 8 reflection profiles on image 534
Modelled 7 / 7 reflection profiles on image 535
Modelled 0 / 1 reflection profiles on image 536
Modelled 3 / 4 reflection profiles on image 537
Modelled 2 / 2 reflection profiles on image 538
Beginning modelling job 48
Frames: 528 -> 540
Number of reflections
Partial: 208
Full: 1462
In ice ring: 0
Total: 1670
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
528 [21 ]: **
529 [46 ]: ****
530 [228]: **********************
531 [442]: *******************************************
532 [624]: *************************************************************
533 [691]: ********************************************************************
534 [658]: ****************************************************************
535 [670]: *****************************************************************
536 [659]: ****************************************************************
537 [650]: ***************************************************************
538 [585]: *********************************************************
539 [388]: **************************************
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.00454387 GB
Modelled 124 / 125 reflection profiles on image 532
Modelled 200 / 204 reflection profiles on image 533
Modelled 169 / 176 reflection profiles on image 534
Modelled 190 / 194 reflection profiles on image 535
Modelled 170 / 174 reflection profiles on image 536
Modelled 198 / 203 reflection profiles on image 537
Modelled 198 / 206 reflection profiles on image 538
Modelled 216 / 388 reflection profiles on image 539
Summary of profile model
-------------------------------------------------------------------
ID | Profile | Created | X (px) | Y (px) | Z (im) | # reflections
-------------------------------------------------------------------
0 | 0 | True | 410.50 | 421.17 | 15.88 | 6789
0 | 1 | True | 1231.50 | 421.17 | 15.88 | 8421
0 | 2 | True | 2052.50 | 421.17 | 15.88 | 6858
0 | 3 | True | 410.50 | 1263.50 | 15.88 | 9258
0 | 4 | True | 1231.50 | 1263.50 | 15.88 | 11204
0 | 5 | True | 2052.50 | 1263.50 | 15.88 | 9114
0 | 6 | True | 410.50 | 2105.83 | 15.88 | 5948
0 | 7 | True | 1231.50 | 2105.83 | 15.88 | 7119
0 | 8 | True | 2052.50 | 2105.83 | 15.88 | 5661
0 | 9 | True | 410.50 | 421.17 | 47.65 | 10267
0 | 10 | True | 1231.50 | 421.17 | 47.65 | 12752
0 | 11 | True | 2052.50 | 421.17 | 47.65 | 10331
0 | 12 | True | 410.50 | 1263.50 | 47.65 | 13966
0 | 13 | True | 1231.50 | 1263.50 | 47.65 | 16897
0 | 14 | True | 2052.50 | 1263.50 | 47.65 | 13647
0 | 15 | True | 410.50 | 2105.83 | 47.65 | 8999
0 | 16 | True | 1231.50 | 2105.83 | 47.65 | 10738
0 | 17 | True | 2052.50 | 2105.83 | 47.65 | 8459
0 | 18 | True | 410.50 | 421.17 | 79.41 | 10350
0 | 19 | True | 1231.50 | 421.17 | 79.41 | 12977
0 | 20 | True | 2052.50 | 421.17 | 79.41 | 10599
0 | 21 | True | 410.50 | 1263.50 | 79.41 | 13995
0 | 22 | True | 1231.50 | 1263.50 | 79.41 | 17048
0 | 23 | True | 2052.50 | 1263.50 | 79.41 | 13870
0 | 24 | True | 410.50 | 2105.83 | 79.41 | 9002
0 | 25 | True | 1231.50 | 2105.83 | 79.41 | 10797
0 | 26 | True | 2052.50 | 2105.83 | 79.41 | 8532
0 | 27 | True | 410.50 | 421.17 | 111.18 | 10407
0 | 28 | True | 1231.50 | 421.17 | 111.18 | 13054
0 | 29 | True | 2052.50 | 421.17 | 111.18 | 10653
0 | 30 | True | 410.50 | 1263.50 | 111.18 | 14001
0 | 31 | True | 1231.50 | 1263.50 | 111.18 | 17089
0 | 32 | True | 2052.50 | 1263.50 | 111.18 | 13875
0 | 33 | True | 410.50 | 2105.83 | 111.18 | 9006
0 | 34 | True | 1231.50 | 2105.83 | 111.18 | 10824
0 | 35 | True | 2052.50 | 2105.83 | 111.18 | 8535
0 | 36 | True | 410.50 | 421.17 | 142.94 | 10312
0 | 37 | True | 1231.50 | 421.17 | 142.94 | 13018
0 | 38 | True | 2052.50 | 421.17 | 142.94 | 10686
0 | 39 | True | 410.50 | 1263.50 | 142.94 | 13876
0 | 40 | True | 1231.50 | 1263.50 | 142.94 | 17050
0 | 41 | True | 2052.50 | 1263.50 | 142.94 | 13925
0 | 42 | True | 410.50 | 2105.83 | 142.94 | 8857
0 | 43 | True | 1231.50 | 2105.83 | 142.94 | 10749
0 | 44 | True | 2052.50 | 2105.83 | 142.94 | 8516
0 | 45 | True | 410.50 | 421.17 | 174.71 | 10298
0 | 46 | True | 1231.50 | 421.17 | 174.71 | 12972
0 | 47 | True | 2052.50 | 421.17 | 174.71 | 10621
0 | 48 | True | 410.50 | 1263.50 | 174.71 | 13866
0 | 49 | True | 1231.50 | 1263.50 | 174.71 | 17024
0 | 50 | True | 2052.50 | 1263.50 | 174.71 | 13864
0 | 51 | True | 410.50 | 2105.83 | 174.71 | 8865
0 | 52 | True | 1231.50 | 2105.83 | 174.71 | 10770
0 | 53 | True | 2052.50 | 2105.83 | 174.71 | 8524
0 | 54 | True | 410.50 | 421.17 | 206.47 | 10224
0 | 55 | True | 1231.50 | 421.17 | 206.47 | 12904
0 | 56 | True | 2052.50 | 421.17 | 206.47 | 10580
0 | 57 | True | 410.50 | 1263.50 | 206.47 | 13842
0 | 58 | True | 1231.50 | 1263.50 | 206.47 | 17022
0 | 59 | True | 2052.50 | 1263.50 | 206.47 | 13897
0 | 60 | True | 410.50 | 2105.83 | 206.47 | 8854
0 | 61 | True | 1231.50 | 2105.83 | 206.47 | 10789
0 | 62 | True | 2052.50 | 2105.83 | 206.47 | 8567
0 | 63 | True | 410.50 | 421.17 | 238.24 | 10277
0 | 64 | True | 1231.50 | 421.17 | 238.24 | 12968
0 | 65 | True | 2052.50 | 421.17 | 238.24 | 10651
0 | 66 | True | 410.50 | 1263.50 | 238.24 | 13921
0 | 67 | True | 1231.50 | 1263.50 | 238.24 | 17138
0 | 68 | True | 2052.50 | 1263.50 | 238.24 | 14041
0 | 69 | True | 410.50 | 2105.83 | 238.24 | 8894
0 | 70 | True | 1231.50 | 2105.83 | 238.24 | 10855
0 | 71 | True | 2052.50 | 2105.83 | 238.24 | 8666
0 | 72 | True | 410.50 | 421.17 | 270.00 | 10293
0 | 73 | True | 1231.50 | 421.17 | 270.00 | 13052
0 | 74 | True | 2052.50 | 421.17 | 270.00 | 10687
0 | 75 | True | 410.50 | 1263.50 | 270.00 | 14052
0 | 76 | True | 1231.50 | 1263.50 | 270.00 | 17351
0 | 77 | True | 2052.50 | 1263.50 | 270.00 | 14154
0 | 78 | True | 410.50 | 2105.83 | 270.00 | 9011
0 | 79 | True | 1231.50 | 2105.83 | 270.00 | 11012
0 | 80 | True | 2052.50 | 2105.83 | 270.00 | 8741
0 | 81 | True | 410.50 | 421.17 | 301.76 | 10384
0 | 82 | True | 1231.50 | 421.17 | 301.76 | 13276
0 | 83 | True | 2052.50 | 421.17 | 301.76 | 10854
0 | 84 | True | 410.50 | 1263.50 | 301.76 | 14179
0 | 85 | True | 1231.50 | 1263.50 | 301.76 | 17632
0 | 86 | True | 2052.50 | 1263.50 | 301.76 | 14353
0 | 87 | True | 410.50 | 2105.83 | 301.76 | 9031
0 | 88 | True | 1231.50 | 2105.83 | 301.76 | 11104
0 | 89 | True | 2052.50 | 2105.83 | 301.76 | 8789
0 | 90 | True | 410.50 | 421.17 | 333.53 | 10527
0 | 91 | True | 1231.50 | 421.17 | 333.53 | 13458
0 | 92 | True | 2052.50 | 421.17 | 333.53 | 10957
0 | 93 | True | 410.50 | 1263.50 | 333.53 | 14301
0 | 94 | True | 1231.50 | 1263.50 | 333.53 | 17793
0 | 95 | True | 2052.50 | 1263.50 | 333.53 | 14392
0 | 96 | True | 410.50 | 2105.83 | 333.53 | 9086
0 | 97 | True | 1231.50 | 2105.83 | 333.53 | 11180
0 | 98 | True | 2052.50 | 2105.83 | 333.53 | 8777
0 | 99 | True | 410.50 | 421.17 | 365.29 | 10564
0 | 100 | True | 1231.50 | 421.17 | 365.29 | 13609
0 | 101 | True | 2052.50 | 421.17 | 365.29 | 11099
0 | 102 | True | 410.50 | 1263.50 | 365.29 | 14314
0 | 103 | True | 1231.50 | 1263.50 | 365.29 | 17978
0 | 104 | True | 2052.50 | 1263.50 | 365.29 | 14545
0 | 105 | True | 410.50 | 2105.83 | 365.29 | 8979
0 | 106 | True | 1231.50 | 2105.83 | 365.29 | 11149
0 | 107 | True | 2052.50 | 2105.83 | 365.29 | 8750
0 | 108 | True | 410.50 | 421.17 | 397.06 | 10651
0 | 109 | True | 1231.50 | 421.17 | 397.06 | 13715
0 | 110 | True | 2052.50 | 421.17 | 397.06 | 11099
0 | 111 | True | 410.50 | 1263.50 | 397.06 | 14385
0 | 112 | True | 1231.50 | 1263.50 | 397.06 | 18116
0 | 113 | True | 2052.50 | 1263.50 | 397.06 | 14539
0 | 114 | True | 410.50 | 2105.83 | 397.06 | 8959
0 | 115 | True | 1231.50 | 2105.83 | 397.06 | 11179
0 | 116 | True | 2052.50 | 2105.83 | 397.06 | 8716
0 | 117 | True | 410.50 | 421.17 | 428.82 | 10653
0 | 118 | True | 1231.50 | 421.17 | 428.82 | 13796
0 | 119 | True | 2052.50 | 421.17 | 428.82 | 11131
0 | 120 | True | 410.50 | 1263.50 | 428.82 | 14387
0 | 121 | True | 1231.50 | 1263.50 | 428.82 | 18257
0 | 122 | True | 2052.50 | 1263.50 | 428.82 | 14640
0 | 123 | True | 410.50 | 2105.83 | 428.82 | 8923
0 | 124 | True | 1231.50 | 2105.83 | 428.82 | 11222
0 | 125 | True | 2052.50 | 2105.83 | 428.82 | 8752
0 | 126 | True | 410.50 | 421.17 | 460.59 | 10708
0 | 127 | True | 1231.50 | 421.17 | 460.59 | 13752
0 | 128 | True | 2052.50 | 421.17 | 460.59 | 11038
0 | 129 | True | 410.50 | 1263.50 | 460.59 | 14441
0 | 130 | True | 1231.50 | 1263.50 | 460.59 | 18245
0 | 131 | True | 2052.50 | 1263.50 | 460.59 | 14571
0 | 132 | True | 410.50 | 2105.83 | 460.59 | 8942
0 | 133 | True | 1231.50 | 2105.83 | 460.59 | 11251
0 | 134 | True | 2052.50 | 2105.83 | 460.59 | 8724
0 | 135 | True | 410.50 | 421.17 | 492.35 | 10521
0 | 136 | True | 1231.50 | 421.17 | 492.35 | 13522
0 | 137 | True | 2052.50 | 421.17 | 492.35 | 10881
0 | 138 | True | 410.50 | 1263.50 | 492.35 | 14197
0 | 139 | True | 1231.50 | 1263.50 | 492.35 | 17956
0 | 140 | True | 2052.50 | 1263.50 | 492.35 | 14393
0 | 141 | True | 410.50 | 2105.83 | 492.35 | 8824
0 | 142 | True | 1231.50 | 2105.83 | 492.35 | 11114
0 | 143 | True | 2052.50 | 2105.83 | 492.35 | 8650
0 | 144 | True | 410.50 | 421.17 | 524.12 | 6940
0 | 145 | True | 1231.50 | 421.17 | 524.12 | 8900
0 | 146 | True | 2052.50 | 421.17 | 524.12 | 7169
0 | 147 | True | 410.50 | 1263.50 | 524.12 | 9411
0 | 148 | True | 1231.50 | 1263.50 | 524.12 | 11884
0 | 149 | True | 2052.50 | 1263.50 | 524.12 | 9526
0 | 150 | True | 410.50 | 2105.83 | 524.12 | 5863
0 | 151 | True | 1231.50 | 2105.83 | 524.12 | 7385
0 | 152 | True | 2052.50 | 2105.83 | 524.12 | 5748
-------------------------------------------------------------------
Timing information for reference profile formation
----------------------------------
Read time | 180.38 seconds
Extract time | 0.47 seconds
Pre-process time | 0.10 seconds
Process time | 32.67 seconds
Post-process time | 0.00 seconds
Total time | 219.35 seconds
User time | 0.00 seconds
----------------------------------
================================================================================
Integrating reflections
Split 4636 reflections overlapping job boundaries
Processing reflections in the following blocks of images:
block_size: 22 frames
--------------------------------------------------------------------------
# | Group | Frame From | Frame To | Angle From | Angle To | # Reflections
--------------------------------------------------------------------------
0 | 0 | 0 | 22 | 82.0 | 85.3 | 16345
1 | 0 | 11 | 33 | 83.65 | 86.95 | 7814
2 | 0 | 22 | 44 | 85.3 | 88.6 | 7637
3 | 0 | 33 | 55 | 86.95 | 90.25 | 7707
4 | 0 | 44 | 66 | 88.6 | 91.9 | 7683
5 | 0 | 55 | 77 | 90.25 | 93.55 | 7640
6 | 0 | 66 | 88 | 91.9 | 95.2 | 7599
7 | 0 | 77 | 99 | 93.55 | 96.85 | 7691
8 | 0 | 88 | 110 | 95.2 | 98.5 | 7703
9 | 0 | 99 | 121 | 96.85 | 100.15 | 7647
10 | 0 | 110 | 132 | 98.5 | 101.8 | 7664
11 | 0 | 121 | 143 | 100.15 | 103.45 | 7755
12 | 0 | 132 | 154 | 101.8 | 105.1 | 7669
13 | 0 | 143 | 165 | 103.45 | 106.75 | 7677
14 | 0 | 154 | 176 | 105.1 | 108.4 | 7617
15 | 0 | 165 | 187 | 106.75 | 110.05 | 7631
16 | 0 | 176 | 198 | 108.4 | 111.7 | 7676
17 | 0 | 187 | 209 | 110.05 | 113.35 | 7675
18 | 0 | 198 | 220 | 111.7 | 115.0 | 7690
19 | 0 | 209 | 231 | 113.35 | 116.65 | 7645
20 | 0 | 220 | 242 | 115.0 | 118.3 | 7697
21 | 0 | 231 | 253 | 116.65 | 119.95 | 7687
22 | 0 | 242 | 264 | 118.3 | 121.6 | 7628
23 | 0 | 253 | 275 | 119.95 | 123.25 | 7664
24 | 0 | 264 | 286 | 121.6 | 124.9 | 7658
25 | 0 | 275 | 297 | 123.25 | 126.55 | 7724
26 | 0 | 286 | 308 | 124.9 | 128.2 | 7681
27 | 0 | 297 | 319 | 126.55 | 129.85 | 7600
28 | 0 | 308 | 330 | 128.2 | 131.5 | 7644
29 | 0 | 319 | 341 | 129.85 | 133.15 | 7691
30 | 0 | 330 | 352 | 131.5 | 134.8 | 7659
31 | 0 | 341 | 363 | 133.15 | 136.45 | 7647
32 | 0 | 352 | 374 | 134.8 | 138.1 | 7743
33 | 0 | 363 | 385 | 136.45 | 139.75 | 7583
34 | 0 | 374 | 396 | 138.1 | 141.4 | 7721
35 | 0 | 385 | 407 | 139.75 | 143.05 | 7616
36 | 0 | 396 | 418 | 141.4 | 144.7 | 7653
37 | 0 | 407 | 429 | 143.05 | 146.35 | 7711
38 | 0 | 418 | 440 | 144.7 | 148.0 | 7625
39 | 0 | 429 | 451 | 146.35 | 149.65 | 7671
40 | 0 | 440 | 462 | 148.0 | 151.3 | 7617
41 | 0 | 451 | 473 | 149.65 | 152.95 | 7720
42 | 0 | 462 | 484 | 151.3 | 154.6 | 7672
43 | 0 | 473 | 495 | 152.95 | 156.25 | 7700
44 | 0 | 484 | 506 | 154.6 | 157.9 | 7647
45 | 0 | 495 | 517 | 156.25 | 159.55 | 7688
46 | 0 | 506 | 528 | 157.9 | 161.2 | 7641
47 | 0 | 517 | 539 | 159.55 | 162.85 | 5875
48 | 0 | 528 | 540 | 161.2 | 163.0 | 11000
--------------------------------------------------------------------------
Using multiprocessing with 4 parallel job(s)
Beginning integration job 0
Frames: 0 -> 22
Number of reflections
Partial: 5608
Full: 10737
In ice ring: 0
Integrate: 16345
Total: 16345
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
0 [6349]: ********************************************************************
1 [2454]: **************************
2 [2462]: **************************
3 [2433]: **************************
4 [2374]: *************************
5 [2378]: *************************
6 [2371]: *************************
7 [2388]: *************************
8 [2377]: *************************
9 [2397]: *************************
10 [2390]: *************************
11 [2332]: ************************
12 [2335]: *************************
13 [2230]: ***********************
14 [2223]: ***********************
15 [2095]: **********************
16 [1396]: **************
17 [748 ]: ********
18 [144 ]: *
19 [60 ]:
20 [44 ]:
21 [33 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0217598 GB
Integrated 4078 (sum) + 56 (prf) / 4638 reflections on image 0
Integrated 609 (sum) + 504 (prf) / 686 reflections on image 1
Integrated 615 (sum) + 584 (prf) / 696 reflections on image 2
Integrated 652 (sum) + 641 (prf) / 724 reflections on image 3
Integrated 608 (sum) + 595 (prf) / 691 reflections on image 4
Integrated 607 (sum) + 593 (prf) / 685 reflections on image 5
Integrated 558 (sum) + 550 (prf) / 642 reflections on image 6
Integrated 613 (sum) + 602 (prf) / 708 reflections on image 7
Integrated 593 (sum) + 589 (prf) / 670 reflections on image 8
Integrated 606 (sum) + 601 (prf) / 706 reflections on image 9
Integrated 610 (sum) + 603 (prf) / 705 reflections on image 10
Integrated 601 (sum) + 595 (prf) / 682 reflections on image 11
Integrated 621 (sum) + 614 (prf) / 727 reflections on image 12
Integrated 561 (sum) + 560 (prf) / 655 reflections on image 13
Integrated 563 (sum) + 560 (prf) / 635 reflections on image 14
Integrated 603 (sum) + 599 (prf) / 699 reflections on image 15
Integrated 570 (sum) + 567 (prf) / 648 reflections on image 16
Integrated 528 (sum) + 523 (prf) / 604 reflections on image 17
Integrated 73 (sum) + 72 (prf) / 84 reflections on image 18
Integrated 15 (sum) + 15 (prf) / 16 reflections on image 19
Integrated 10 (sum) + 10 (prf) / 11 reflections on image 20
Integrated 30 (sum) + 29 (prf) / 33 reflections on image 21
Beginning integration job 1
Frames: 11 -> 33
Number of reflections
Partial: 91
Full: 7723
In ice ring: 0
Integrate: 7814
Total: 7814
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
11 [10 ]:
12 [18 ]:
13 [34 ]:
14 [81 ]: **
15 [301 ]: ********
16 [998 ]: ***************************
17 [1704]: ***********************************************
18 [2350]: ****************************************************************
19 [2459]: ********************************************************************
20 [2448]: *******************************************************************
21 [2389]: ******************************************************************
22 [2423]: *******************************************************************
23 [2389]: ******************************************************************
24 [2402]: ******************************************************************
25 [2368]: *****************************************************************
26 [2183]: ************************************************************
27 [1507]: *****************************************
28 [786 ]: *********************
29 [162 ]: ****
30 [79 ]: **
31 [54 ]: *
32 [41 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0204705 GB
Integrated 77 (sum) + 76 (prf) / 87 reflections on image 17
Integrated 536 (sum) + 534 (prf) / 616 reflections on image 18
Integrated 625 (sum) + 617 (prf) / 686 reflections on image 19
Integrated 667 (sum) + 662 (prf) / 750 reflections on image 20
Integrated 623 (sum) + 606 (prf) / 723 reflections on image 21
Integrated 636 (sum) + 626 (prf) / 694 reflections on image 22
Integrated 593 (sum) + 588 (prf) / 659 reflections on image 23
Integrated 634 (sum) + 628 (prf) / 712 reflections on image 24
Integrated 621 (sum) + 618 (prf) / 704 reflections on image 25
Integrated 583 (sum) + 580 (prf) / 676 reflections on image 26
Integrated 619 (sum) + 615 (prf) / 721 reflections on image 27
Integrated 548 (sum) + 546 (prf) / 624 reflections on image 28
Integrated 75 (sum) + 75 (prf) / 83 reflections on image 29
Integrated 22 (sum) + 20 (prf) / 25 reflections on image 30
Integrated 12 (sum) + 12 (prf) / 13 reflections on image 31
Integrated 34 (sum) + 34 (prf) / 41 reflections on image 32
Beginning integration job 2
Frames: 22 -> 44
Number of reflections
Partial: 95
Full: 7542
In ice ring: 0
Integrate: 7637
Total: 7637
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
22 [5 ]:
23 [15 ]:
24 [33 ]:
25 [70 ]: **
26 [266 ]: *******
27 [959 ]: ***************************
28 [1683]: ************************************************
29 [2339]: *******************************************************************
30 [2365]: ********************************************************************
31 [2348]: *******************************************************************
32 [2308]: ******************************************************************
33 [2357]: *******************************************************************
34 [2345]: *******************************************************************
35 [2363]: *******************************************************************
36 [2320]: ******************************************************************
37 [2118]: ************************************************************
38 [1431]: *****************************************
39 [729 ]: ********************
40 [149 ]: ****
41 [74 ]: **
42 [48 ]: *
43 [39 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198307 GB
Integrated 70 (sum) + 70 (prf) / 79 reflections on image 28
Integrated 548 (sum) + 541 (prf) / 630 reflections on image 29
Integrated 595 (sum) + 590 (prf) / 685 reflections on image 30
Integrated 639 (sum) + 638 (prf) / 708 reflections on image 31
Integrated 612 (sum) + 601 (prf) / 707 reflections on image 32
Integrated 588 (sum) + 572 (prf) / 671 reflections on image 33
Integrated 561 (sum) + 555 (prf) / 657 reflections on image 34
Integrated 586 (sum) + 581 (prf) / 675 reflections on image 35
Integrated 627 (sum) + 617 (prf) / 707 reflections on image 36
Integrated 610 (sum) + 606 (prf) / 687 reflections on image 37
Integrated 629 (sum) + 626 (prf) / 702 reflections on image 38
Integrated 517 (sum) + 512 (prf) / 580 reflections on image 39
Integrated 66 (sum) + 66 (prf) / 75 reflections on image 40
Integrated 24 (sum) + 23 (prf) / 26 reflections on image 41
Integrated 8 (sum) + 8 (prf) / 9 reflections on image 42
Integrated 29 (sum) + 29 (prf) / 39 reflections on image 43
Beginning integration job 3
Frames: 33 -> 55
Number of reflections
Partial: 92
Full: 7615
In ice ring: 0
Integrate: 7707
Total: 7707
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
33 [3 ]:
34 [14 ]:
35 [21 ]:
36 [61 ]: *
37 [245 ]: ******
38 [966 ]: **************************
39 [1629]: ********************************************
40 [2154]: ***********************************************************
41 [2215]: ************************************************************
42 [2223]: ************************************************************
43 [2346]: ****************************************************************
44 [2460]: *******************************************************************
45 [2482]: ********************************************************************
46 [2408]: *****************************************************************
47 [2359]: ****************************************************************
48 [2198]: ************************************************************
49 [1480]: ****************************************
50 [776 ]: *********************
51 [147 ]: ****
52 [85 ]: **
53 [59 ]: *
54 [43 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0203948 GB
Integrated 109 (sum) + 109 (prf) / 120 reflections on image 39
Integrated 559 (sum) + 550 (prf) / 631 reflections on image 40
Integrated 573 (sum) + 569 (prf) / 642 reflections on image 41
Integrated 537 (sum) + 537 (prf) / 625 reflections on image 42
Integrated 608 (sum) + 592 (prf) / 681 reflections on image 43
Integrated 580 (sum) + 570 (prf) / 651 reflections on image 44
Integrated 665 (sum) + 657 (prf) / 744 reflections on image 45
Integrated 653 (sum) + 647 (prf) / 740 reflections on image 46
Integrated 586 (sum) + 583 (prf) / 675 reflections on image 47
Integrated 608 (sum) + 605 (prf) / 718 reflections on image 48
Integrated 622 (sum) + 617 (prf) / 704 reflections on image 49
Integrated 547 (sum) + 540 (prf) / 629 reflections on image 50
Integrated 56 (sum) + 56 (prf) / 62 reflections on image 51
Integrated 22 (sum) + 22 (prf) / 26 reflections on image 52
Integrated 9 (sum) + 8 (prf) / 16 reflections on image 53
Integrated 38 (sum) + 38 (prf) / 43 reflections on image 54
Beginning integration job 4
Frames: 44 -> 66
Number of reflections
Partial: 83
Full: 7600
In ice ring: 0
Integrate: 7683
Total: 7683
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
44 [4 ]:
45 [15 ]:
46 [38 ]: *
47 [76 ]: **
48 [254 ]: *******
49 [1003]: ****************************
50 [1684]: ***********************************************
51 [2233]: ***************************************************************
52 [2272]: ****************************************************************
53 [2315]: *****************************************************************
54 [2337]: ******************************************************************
55 [2343]: ******************************************************************
56 [2384]: *******************************************************************
57 [2403]: ********************************************************************
58 [2350]: ******************************************************************
59 [2167]: *************************************************************
60 [1474]: *****************************************
61 [757 ]: *********************
62 [150 ]: ****
63 [77 ]: **
64 [52 ]: *
65 [38 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198877 GB
Integrated 86 (sum) + 85 (prf) / 106 reflections on image 50
Integrated 575 (sum) + 573 (prf) / 653 reflections on image 51
Integrated 568 (sum) + 566 (prf) / 638 reflections on image 52
Integrated 572 (sum) + 568 (prf) / 653 reflections on image 53
Integrated 632 (sum) + 618 (prf) / 718 reflections on image 54
Integrated 609 (sum) + 595 (prf) / 687 reflections on image 55
Integrated 566 (sum) + 562 (prf) / 645 reflections on image 56
Integrated 607 (sum) + 599 (prf) / 699 reflections on image 57
Integrated 644 (sum) + 638 (prf) / 717 reflections on image 58
Integrated 610 (sum) + 606 (prf) / 693 reflections on image 59
Integrated 632 (sum) + 625 (prf) / 717 reflections on image 60
Integrated 527 (sum) + 522 (prf) / 607 reflections on image 61
Integrated 65 (sum) + 64 (prf) / 73 reflections on image 62
Integrated 22 (sum) + 22 (prf) / 25 reflections on image 63
Integrated 11 (sum) + 11 (prf) / 14 reflections on image 64
Integrated 35 (sum) + 35 (prf) / 38 reflections on image 65
Beginning integration job 5
Frames: 55 -> 77
Number of reflections
Partial: 72
Full: 7568
In ice ring: 0
Integrate: 7640
Total: 7640
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
55 [4 ]:
56 [14 ]:
57 [32 ]:
58 [69 ]: *
59 [257 ]: *******
60 [906 ]: *************************
61 [1576]: *******************************************
62 [2169]: ************************************************************
63 [2251]: **************************************************************
64 [2299]: ***************************************************************
65 [2362]: *****************************************************************
66 [2455]: ********************************************************************
67 [2431]: *******************************************************************
68 [2455]: ********************************************************************
69 [2360]: *****************************************************************
70 [2197]: ************************************************************
71 [1452]: ****************************************
72 [738 ]: ********************
73 [139 ]: ***
74 [68 ]: *
75 [43 ]: *
76 [32 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0203163 GB
Integrated 74 (sum) + 74 (prf) / 83 reflections on image 61
Integrated 512 (sum) + 511 (prf) / 590 reflections on image 62
Integrated 573 (sum) + 569 (prf) / 650 reflections on image 63
Integrated 554 (sum) + 553 (prf) / 634 reflections on image 64
Integrated 577 (sum) + 567 (prf) / 662 reflections on image 65
Integrated 635 (sum) + 625 (prf) / 714 reflections on image 66
Integrated 605 (sum) + 599 (prf) / 684 reflections on image 67
Integrated 672 (sum) + 666 (prf) / 749 reflections on image 68
Integrated 596 (sum) + 589 (prf) / 677 reflections on image 69
Integrated 653 (sum) + 649 (prf) / 745 reflections on image 70
Integrated 618 (sum) + 613 (prf) / 714 reflections on image 71
Integrated 528 (sum) + 522 (prf) / 599 reflections on image 72
Integrated 63 (sum) + 63 (prf) / 71 reflections on image 73
Integrated 19 (sum) + 19 (prf) / 25 reflections on image 74
Integrated 9 (sum) + 9 (prf) / 11 reflections on image 75
Integrated 23 (sum) + 23 (prf) / 32 reflections on image 76
Beginning integration job 6
Frames: 66 -> 88
Number of reflections
Partial: 77
Full: 7522
In ice ring: 0
Integrate: 7599
Total: 7599
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
66 [4 ]:
67 [10 ]:
68 [31 ]:
69 [60 ]: *
70 [268 ]: *******
71 [985 ]: ****************************
72 [1702]: *************************************************
73 [2325]: *******************************************************************
74 [2304]: *******************************************************************
75 [2326]: *******************************************************************
76 [2336]: ********************************************************************
77 [2330]: *******************************************************************
78 [2317]: *******************************************************************
79 [2246]: *****************************************************************
80 [2290]: ******************************************************************
81 [2114]: *************************************************************
82 [1455]: ******************************************
83 [762 ]: **********************
84 [148 ]: ****
85 [72 ]: **
86 [53 ]: *
87 [38 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0194684 GB
Integrated 84 (sum) + 83 (prf) / 96 reflections on image 72
Integrated 580 (sum) + 576 (prf) / 674 reflections on image 73
Integrated 578 (sum) + 570 (prf) / 662 reflections on image 74
Integrated 567 (sum) + 566 (prf) / 653 reflections on image 75
Integrated 616 (sum) + 604 (prf) / 709 reflections on image 76
Integrated 587 (sum) + 579 (prf) / 674 reflections on image 77
Integrated 629 (sum) + 624 (prf) / 724 reflections on image 78
Integrated 544 (sum) + 540 (prf) / 623 reflections on image 79
Integrated 598 (sum) + 593 (prf) / 670 reflections on image 80
Integrated 576 (sum) + 570 (prf) / 659 reflections on image 81
Integrated 592 (sum) + 590 (prf) / 693 reflections on image 82
Integrated 545 (sum) + 539 (prf) / 614 reflections on image 83
Integrated 67 (sum) + 67 (prf) / 76 reflections on image 84
Integrated 18 (sum) + 18 (prf) / 19 reflections on image 85
Integrated 14 (sum) + 14 (prf) / 15 reflections on image 86
Integrated 26 (sum) + 26 (prf) / 38 reflections on image 87
Beginning integration job 7
Frames: 77 -> 99
Number of reflections
Partial: 74
Full: 7617
In ice ring: 0
Integrate: 7691
Total: 7691
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
77 [5 ]:
78 [13 ]:
79 [30 ]:
80 [72 ]: *
81 [250 ]: ******
82 [928 ]: *************************
83 [1657]: *********************************************
84 [2310]: ***************************************************************
85 [2477]: ********************************************************************
86 [2470]: *******************************************************************
87 [2403]: *****************************************************************
88 [2360]: ****************************************************************
89 [2357]: ****************************************************************
90 [2377]: *****************************************************************
91 [2322]: ***************************************************************
92 [2092]: *********************************************************
93 [1373]: *************************************
94 [680 ]: ******************
95 [128 ]: ***
96 [71 ]: *
97 [50 ]: *
98 [38 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201328 GB
Integrated 75 (sum) + 74 (prf) / 89 reflections on image 83
Integrated 501 (sum) + 496 (prf) / 564 reflections on image 84
Integrated 635 (sum) + 631 (prf) / 706 reflections on image 85
Integrated 661 (sum) + 657 (prf) / 745 reflections on image 86
Integrated 673 (sum) + 658 (prf) / 771 reflections on image 87
Integrated 595 (sum) + 588 (prf) / 666 reflections on image 88
Integrated 587 (sum) + 582 (prf) / 679 reflections on image 89
Integrated 617 (sum) + 614 (prf) / 693 reflections on image 90
Integrated 599 (sum) + 593 (prf) / 686 reflections on image 91
Integrated 642 (sum) + 636 (prf) / 719 reflections on image 92
Integrated 614 (sum) + 609 (prf) / 693 reflections on image 93
Integrated 483 (sum) + 478 (prf) / 552 reflections on image 94
Integrated 53 (sum) + 53 (prf) / 57 reflections on image 95
Integrated 13 (sum) + 13 (prf) / 21 reflections on image 96
Integrated 11 (sum) + 11 (prf) / 12 reflections on image 97
Integrated 32 (sum) + 32 (prf) / 38 reflections on image 98
Beginning integration job 8
Frames: 88 -> 110
Number of reflections
Partial: 84
Full: 7619
In ice ring: 0
Integrate: 7703
Total: 7703
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
88 [3 ]:
89 [14 ]:
90 [31 ]:
91 [71 ]: *
92 [263 ]: *******
93 [952 ]: **************************
94 [1664]: **********************************************
95 [2293]: ***************************************************************
96 [2306]: ***************************************************************
97 [2312]: ***************************************************************
98 [2318]: ****************************************************************
99 [2383]: *****************************************************************
100 [2371]: *****************************************************************
101 [2421]: *******************************************************************
102 [2374]: *****************************************************************
103 [2147]: ***********************************************************
104 [1455]: ****************************************
105 [757 ]: ********************
106 [148 ]: ****
107 [77 ]: **
108 [52 ]: *
109 [36 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0199465 GB
Integrated 73 (sum) + 72 (prf) / 82 reflections on image 94
Integrated 567 (sum) + 565 (prf) / 645 reflections on image 95
Integrated 587 (sum) + 585 (prf) / 673 reflections on image 96
Integrated 604 (sum) + 600 (prf) / 679 reflections on image 97
Integrated 611 (sum) + 592 (prf) / 698 reflections on image 98
Integrated 635 (sum) + 629 (prf) / 715 reflections on image 99
Integrated 557 (sum) + 546 (prf) / 638 reflections on image 100
Integrated 628 (sum) + 623 (prf) / 704 reflections on image 101
Integrated 622 (sum) + 614 (prf) / 722 reflections on image 102
Integrated 609 (sum) + 605 (prf) / 692 reflections on image 103
Integrated 608 (sum) + 600 (prf) / 698 reflections on image 104
Integrated 535 (sum) + 530 (prf) / 609 reflections on image 105
Integrated 56 (sum) + 56 (prf) / 71 reflections on image 106
Integrated 22 (sum) + 22 (prf) / 25 reflections on image 107
Integrated 12 (sum) + 12 (prf) / 16 reflections on image 108
Integrated 33 (sum) + 33 (prf) / 36 reflections on image 109
Beginning integration job 9
Frames: 99 -> 121
Number of reflections
Partial: 84
Full: 7563
In ice ring: 0
Integrate: 7647
Total: 7647
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
99 [5 ]:
100 [15 ]:
101 [33 ]:
102 [74 ]: **
103 [278 ]: *******
104 [996 ]: ***************************
105 [1678]: **********************************************
106 [2278]: ***************************************************************
107 [2343]: *****************************************************************
108 [2335]: ****************************************************************
109 [2352]: *****************************************************************
110 [2411]: *******************************************************************
111 [2410]: ******************************************************************
112 [2320]: ****************************************************************
113 [2294]: ***************************************************************
114 [2078]: *********************************************************
115 [1463]: ****************************************
116 [729 ]: ********************
117 [144 ]: ****
118 [68 ]: *
119 [43 ]: *
120 [32 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0200239 GB
Integrated 66 (sum) + 66 (prf) / 82 reflections on image 105
Integrated 556 (sum) + 552 (prf) / 645 reflections on image 106
Integrated 591 (sum) + 588 (prf) / 679 reflections on image 107
Integrated 572 (sum) + 569 (prf) / 653 reflections on image 108
Integrated 615 (sum) + 602 (prf) / 706 reflections on image 109
Integrated 593 (sum) + 584 (prf) / 682 reflections on image 110
Integrated 621 (sum) + 609 (prf) / 710 reflections on image 111
Integrated 629 (sum) + 623 (prf) / 707 reflections on image 112
Integrated 623 (sum) + 618 (prf) / 705 reflections on image 113
Integrated 555 (sum) + 552 (prf) / 615 reflections on image 114
Integrated 652 (sum) + 647 (prf) / 734 reflections on image 115
Integrated 509 (sum) + 507 (prf) / 585 reflections on image 116
Integrated 66 (sum) + 66 (prf) / 76 reflections on image 117
Integrated 23 (sum) + 23 (prf) / 25 reflections on image 118
Integrated 10 (sum) + 10 (prf) / 11 reflections on image 119
Integrated 25 (sum) + 25 (prf) / 32 reflections on image 120
Beginning integration job 10
Frames: 110 -> 132
Number of reflections
Partial: 75
Full: 7589
In ice ring: 0
Integrate: 7664
Total: 7664
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
110 [5 ]:
111 [12 ]:
112 [29 ]:
113 [71 ]: *
114 [233 ]: ******
115 [945 ]: **************************
116 [1690]: ***********************************************
117 [2366]: ******************************************************************
118 [2379]: ******************************************************************
119 [2381]: ******************************************************************
120 [2362]: ******************************************************************
121 [2389]: *******************************************************************
122 [2388]: ******************************************************************
123 [2358]: ******************************************************************
124 [2290]: ****************************************************************
125 [2080]: **********************************************************
126 [1397]: ***************************************
127 [722 ]: ********************
128 [140 ]: ***
129 [69 ]: *
130 [44 ]: *
131 [31 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198335 GB
Integrated 54 (sum) + 53 (prf) / 66 reflections on image 116
Integrated 582 (sum) + 574 (prf) / 652 reflections on image 117
Integrated 604 (sum) + 598 (prf) / 687 reflections on image 118
Integrated 609 (sum) + 604 (prf) / 704 reflections on image 119
Integrated 626 (sum) + 615 (prf) / 713 reflections on image 120
Integrated 597 (sum) + 592 (prf) / 690 reflections on image 121
Integrated 608 (sum) + 604 (prf) / 688 reflections on image 122
Integrated 636 (sum) + 630 (prf) / 716 reflections on image 123
Integrated 600 (sum) + 590 (prf) / 668 reflections on image 124
Integrated 601 (sum) + 597 (prf) / 683 reflections on image 125
Integrated 593 (sum) + 587 (prf) / 675 reflections on image 126
Integrated 509 (sum) + 506 (prf) / 582 reflections on image 127
Integrated 62 (sum) + 61 (prf) / 71 reflections on image 128
Integrated 21 (sum) + 21 (prf) / 25 reflections on image 129
Integrated 13 (sum) + 13 (prf) / 13 reflections on image 130
Integrated 26 (sum) + 26 (prf) / 31 reflections on image 131
Beginning integration job 11
Frames: 121 -> 143
Number of reflections
Partial: 90
Full: 7665
In ice ring: 0
Integrate: 7755
Total: 7755
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
121 [6 ]:
122 [20 ]:
123 [34 ]:
124 [78 ]: **
125 [263 ]: *******
126 [983 ]: **************************
127 [1663]: *********************************************
128 [2157]: **********************************************************
129 [2279]: *************************************************************
130 [2304]: **************************************************************
131 [2430]: *****************************************************************
132 [2469]: *******************************************************************
133 [2465]: ******************************************************************
134 [2422]: *****************************************************************
135 [2365]: ****************************************************************
136 [2124]: *********************************************************
137 [1432]: **************************************
138 [732 ]: *******************
139 [133 ]: ***
140 [71 ]: *
141 [49 ]: *
142 [38 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0204265 GB
Integrated 85 (sum) + 85 (prf) / 97 reflections on image 127
Integrated 550 (sum) + 544 (prf) / 630 reflections on image 128
Integrated 602 (sum) + 597 (prf) / 670 reflections on image 129
Integrated 531 (sum) + 525 (prf) / 604 reflections on image 130
Integrated 638 (sum) + 621 (prf) / 729 reflections on image 131
Integrated 636 (sum) + 629 (prf) / 723 reflections on image 132
Integrated 610 (sum) + 600 (prf) / 711 reflections on image 133
Integrated 640 (sum) + 632 (prf) / 730 reflections on image 134
Integrated 628 (sum) + 623 (prf) / 737 reflections on image 135
Integrated 610 (sum) + 608 (prf) / 692 reflections on image 136
Integrated 614 (sum) + 606 (prf) / 700 reflections on image 137
Integrated 532 (sum) + 529 (prf) / 599 reflections on image 138
Integrated 56 (sum) + 56 (prf) / 62 reflections on image 139
Integrated 20 (sum) + 20 (prf) / 22 reflections on image 140
Integrated 9 (sum) + 9 (prf) / 11 reflections on image 141
Integrated 29 (sum) + 29 (prf) / 38 reflections on image 142
Beginning integration job 12
Frames: 132 -> 154
Number of reflections
Partial: 91
Full: 7578
In ice ring: 0
Integrate: 7669
Total: 7669
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
132 [4 ]:
133 [18 ]:
134 [34 ]:
135 [77 ]: **
136 [272 ]: *******
137 [964 ]: *************************
138 [1612]: *******************************************
139 [2203]: ***********************************************************
140 [2289]: *************************************************************
141 [2301]: *************************************************************
142 [2239]: ************************************************************
143 [2349]: ***************************************************************
144 [2402]: ****************************************************************
145 [2498]: *******************************************************************
146 [2448]: *****************************************************************
147 [2194]: **********************************************************
148 [1488]: ***************************************
149 [774 ]: ********************
150 [141 ]: ***
151 [84 ]: **
152 [60 ]: *
153 [48 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0207654 GB
Integrated 97 (sum) + 96 (prf) / 105 reflections on image 138
Integrated 524 (sum) + 518 (prf) / 589 reflections on image 139
Integrated 568 (sum) + 565 (prf) / 650 reflections on image 140
Integrated 618 (sum) + 610 (prf) / 685 reflections on image 141
Integrated 587 (sum) + 577 (prf) / 683 reflections on image 142
Integrated 584 (sum) + 574 (prf) / 665 reflections on image 143
Integrated 532 (sum) + 524 (prf) / 605 reflections on image 144
Integrated 650 (sum) + 644 (prf) / 744 reflections on image 145
Integrated 657 (sum) + 654 (prf) / 749 reflections on image 146
Integrated 638 (sum) + 633 (prf) / 706 reflections on image 147
Integrated 611 (sum) + 606 (prf) / 714 reflections on image 148
Integrated 556 (sum) + 551 (prf) / 633 reflections on image 149
Integrated 50 (sum) + 48 (prf) / 57 reflections on image 150
Integrated 21 (sum) + 21 (prf) / 24 reflections on image 151
Integrated 9 (sum) + 9 (prf) / 12 reflections on image 152
Integrated 33 (sum) + 33 (prf) / 48 reflections on image 153
Beginning integration job 13
Frames: 143 -> 165
Number of reflections
Partial: 79
Full: 7598
In ice ring: 0
Integrate: 7677
Total: 7677
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
143 [5 ]:
144 [13 ]:
145 [29 ]:
146 [62 ]: *
147 [266 ]: *******
148 [948 ]: **************************
149 [1615]: *********************************************
150 [2233]: **************************************************************
151 [2350]: *****************************************************************
152 [2340]: *****************************************************************
153 [2316]: ****************************************************************
154 [2326]: *****************************************************************
155 [2310]: ****************************************************************
156 [2386]: ******************************************************************
157 [2394]: *******************************************************************
158 [2235]: **************************************************************
159 [1497]: *****************************************
160 [762 ]: *********************
161 [127 ]: ***
162 [64 ]: *
163 [42 ]: *
164 [35 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0196744 GB
Integrated 63 (sum) + 63 (prf) / 75 reflections on image 149
Integrated 524 (sum) + 523 (prf) / 593 reflections on image 150
Integrated 596 (sum) + 594 (prf) / 676 reflections on image 151
Integrated 589 (sum) + 584 (prf) / 667 reflections on image 152
Integrated 653 (sum) + 636 (prf) / 735 reflections on image 153
Integrated 604 (sum) + 598 (prf) / 685 reflections on image 154
Integrated 574 (sum) + 567 (prf) / 642 reflections on image 155
Integrated 610 (sum) + 606 (prf) / 674 reflections on image 156
Integrated 591 (sum) + 585 (prf) / 695 reflections on image 157
Integrated 654 (sum) + 648 (prf) / 738 reflections on image 158
Integrated 646 (sum) + 640 (prf) / 735 reflections on image 159
Integrated 555 (sum) + 551 (prf) / 635 reflections on image 160
Integrated 53 (sum) + 51 (prf) / 63 reflections on image 161
Integrated 20 (sum) + 19 (prf) / 22 reflections on image 162
Integrated 5 (sum) + 5 (prf) / 7 reflections on image 163
Integrated 31 (sum) + 31 (prf) / 35 reflections on image 164
Beginning integration job 14
Frames: 154 -> 176
Number of reflections
Partial: 73
Full: 7544
In ice ring: 0
Integrate: 7617
Total: 7617
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
154 [13 ]:
155 [27 ]:
156 [42 ]: *
157 [93 ]: **
158 [289 ]: ********
159 [992 ]: ****************************
160 [1640]: **********************************************
161 [2286]: ****************************************************************
162 [2365]: ******************************************************************
163 [2342]: ******************************************************************
164 [2329]: *****************************************************************
165 [2371]: *******************************************************************
166 [2354]: ******************************************************************
167 [2303]: *****************************************************************
168 [2311]: *****************************************************************
169 [2152]: ************************************************************
170 [1469]: *****************************************
171 [773 ]: *********************
172 [152 ]: ****
173 [84 ]: **
174 [55 ]: *
175 [40 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0199362 GB
Integrated 61 (sum) + 61 (prf) / 70 reflections on image 160
Integrated 547 (sum) + 542 (prf) / 629 reflections on image 161
Integrated 609 (sum) + 606 (prf) / 684 reflections on image 162
Integrated 597 (sum) + 589 (prf) / 671 reflections on image 163
Integrated 631 (sum) + 617 (prf) / 718 reflections on image 164
Integrated 580 (sum) + 572 (prf) / 656 reflections on image 165
Integrated 621 (sum) + 615 (prf) / 706 reflections on image 166
Integrated 595 (sum) + 587 (prf) / 684 reflections on image 167
Integrated 562 (sum) + 560 (prf) / 647 reflections on image 168
Integrated 593 (sum) + 586 (prf) / 683 reflections on image 169
Integrated 614 (sum) + 611 (prf) / 696 reflections on image 170
Integrated 549 (sum) + 547 (prf) / 621 reflections on image 171
Integrated 63 (sum) + 61 (prf) / 68 reflections on image 172
Integrated 25 (sum) + 25 (prf) / 29 reflections on image 173
Integrated 13 (sum) + 12 (prf) / 15 reflections on image 174
Integrated 31 (sum) + 31 (prf) / 40 reflections on image 175
Beginning integration job 15
Frames: 165 -> 187
Number of reflections
Partial: 77
Full: 7554
In ice ring: 0
Integrate: 7631
Total: 7631
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
165 [7 ]:
166 [17 ]:
167 [29 ]:
168 [75 ]: **
169 [245 ]: *******
170 [983 ]: ****************************
171 [1698]: ************************************************
172 [2305]: *****************************************************************
173 [2342]: *******************************************************************
174 [2328]: ******************************************************************
175 [2337]: ******************************************************************
176 [2313]: ******************************************************************
177 [2326]: ******************************************************************
178 [2297]: *****************************************************************
179 [2278]: *****************************************************************
180 [2141]: *************************************************************
181 [1444]: *****************************************
182 [787 ]: **********************
183 [142 ]: ****
184 [67 ]: *
185 [45 ]: *
186 [37 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0193928 GB
Integrated 76 (sum) + 76 (prf) / 91 reflections on image 171
Integrated 572 (sum) + 568 (prf) / 643 reflections on image 172
Integrated 609 (sum) + 606 (prf) / 682 reflections on image 173
Integrated 597 (sum) + 594 (prf) / 672 reflections on image 174
Integrated 627 (sum) + 613 (prf) / 709 reflections on image 175
Integrated 592 (sum) + 583 (prf) / 674 reflections on image 176
Integrated 603 (sum) + 592 (prf) / 683 reflections on image 177
Integrated 587 (sum) + 579 (prf) / 661 reflections on image 178
Integrated 583 (sum) + 579 (prf) / 675 reflections on image 179
Integrated 604 (sum) + 602 (prf) / 697 reflections on image 180
Integrated 572 (sum) + 567 (prf) / 657 reflections on image 181
Integrated 568 (sum) + 564 (prf) / 645 reflections on image 182
Integrated 65 (sum) + 64 (prf) / 75 reflections on image 183
Integrated 17 (sum) + 17 (prf) / 22 reflections on image 184
Integrated 8 (sum) + 8 (prf) / 8 reflections on image 185
Integrated 32 (sum) + 31 (prf) / 37 reflections on image 186
Beginning integration job 16
Frames: 176 -> 198
Number of reflections
Partial: 80
Full: 7596
In ice ring: 0
Integrate: 7676
Total: 7676
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
176 [4 ]:
177 [11 ]:
178 [28 ]:
179 [71 ]: *
180 [279 ]: *******
181 [991 ]: ***************************
182 [1690]: **********************************************
183 [2293]: **************************************************************
184 [2383]: *****************************************************************
185 [2334]: ****************************************************************
186 [2381]: *****************************************************************
187 [2440]: *******************************************************************
188 [2390]: *****************************************************************
189 [2341]: ****************************************************************
190 [2265]: **************************************************************
191 [2103]: *********************************************************
192 [1454]: ***************************************
193 [782 ]: *********************
194 [159 ]: ****
195 [85 ]: **
196 [50 ]: *
197 [44 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0203028 GB
Integrated 74 (sum) + 73 (prf) / 86 reflections on image 182
Integrated 545 (sum) + 542 (prf) / 618 reflections on image 183
Integrated 630 (sum) + 625 (prf) / 712 reflections on image 184
Integrated 598 (sum) + 593 (prf) / 675 reflections on image 185
Integrated 617 (sum) + 606 (prf) / 703 reflections on image 186
Integrated 597 (sum) + 591 (prf) / 699 reflections on image 187
Integrated 621 (sum) + 612 (prf) / 706 reflections on image 188
Integrated 630 (sum) + 622 (prf) / 714 reflections on image 189
Integrated 579 (sum) + 573 (prf) / 660 reflections on image 190
Integrated 585 (sum) + 580 (prf) / 649 reflections on image 191
Integrated 589 (sum) + 582 (prf) / 672 reflections on image 192
Integrated 555 (sum) + 552 (prf) / 623 reflections on image 193
Integrated 68 (sum) + 67 (prf) / 74 reflections on image 194
Integrated 34 (sum) + 34 (prf) / 35 reflections on image 195
Integrated 6 (sum) + 6 (prf) / 6 reflections on image 196
Integrated 33 (sum) + 33 (prf) / 44 reflections on image 197
Beginning integration job 17
Frames: 187 -> 209
Number of reflections
Partial: 79
Full: 7596
In ice ring: 0
Integrate: 7675
Total: 7675
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
187 [3 ]:
188 [16 ]:
189 [30 ]:
190 [68 ]: *
191 [240 ]: ******
192 [948 ]: **************************
193 [1618]: ********************************************
194 [2261]: **************************************************************
195 [2373]: *****************************************************************
196 [2433]: *******************************************************************
197 [2392]: *****************************************************************
198 [2386]: *****************************************************************
199 [2347]: ****************************************************************
200 [2323]: ***************************************************************
201 [2297]: ***************************************************************
202 [2120]: **********************************************************
203 [1423]: ***************************************
204 [757 ]: ********************
205 [154 ]: ****
206 [73 ]: **
207 [43 ]: *
208 [36 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198152 GB
Integrated 83 (sum) + 83 (prf) / 97 reflections on image 193
Integrated 557 (sum) + 555 (prf) / 616 reflections on image 194
Integrated 560 (sum) + 555 (prf) / 651 reflections on image 195
Integrated 617 (sum) + 612 (prf) / 724 reflections on image 196
Integrated 638 (sum) + 629 (prf) / 724 reflections on image 197
Integrated 628 (sum) + 616 (prf) / 721 reflections on image 198
Integrated 614 (sum) + 610 (prf) / 686 reflections on image 199
Integrated 596 (sum) + 592 (prf) / 669 reflections on image 200
Integrated 583 (sum) + 581 (prf) / 667 reflections on image 201
Integrated 606 (sum) + 604 (prf) / 697 reflections on image 202
Integrated 590 (sum) + 587 (prf) / 666 reflections on image 203
Integrated 513 (sum) + 507 (prf) / 603 reflections on image 204
Integrated 72 (sum) + 72 (prf) / 81 reflections on image 205
Integrated 24 (sum) + 24 (prf) / 30 reflections on image 206
Integrated 4 (sum) + 4 (prf) / 7 reflections on image 207
Integrated 27 (sum) + 26 (prf) / 36 reflections on image 208
Beginning integration job 18
Frames: 198 -> 220
Number of reflections
Partial: 81
Full: 7609
In ice ring: 0
Integrate: 7690
Total: 7690
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
198 [4 ]:
199 [9 ]:
200 [27 ]:
201 [66 ]: *
202 [258 ]: *******
203 [942 ]: **************************
204 [1619]: *********************************************
205 [2291]: ***************************************************************
206 [2373]: *****************************************************************
207 [2403]: ******************************************************************
208 [2392]: ******************************************************************
209 [2409]: *******************************************************************
210 [2397]: ******************************************************************
211 [2352]: *****************************************************************
212 [2310]: ****************************************************************
213 [2124]: ***********************************************************
214 [1424]: ***************************************
215 [769 ]: *********************
216 [158 ]: ****
217 [84 ]: **
218 [49 ]: *
219 [36 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201809 GB
Integrated 61 (sum) + 61 (prf) / 73 reflections on image 204
Integrated 564 (sum) + 562 (prf) / 632 reflections on image 205
Integrated 602 (sum) + 594 (prf) / 673 reflections on image 206
Integrated 626 (sum) + 624 (prf) / 711 reflections on image 207
Integrated 622 (sum) + 605 (prf) / 718 reflections on image 208
Integrated 620 (sum) + 614 (prf) / 684 reflections on image 209
Integrated 613 (sum) + 607 (prf) / 724 reflections on image 210
Integrated 560 (sum) + 552 (prf) / 661 reflections on image 211
Integrated 603 (sum) + 601 (prf) / 690 reflections on image 212
Integrated 623 (sum) + 620 (prf) / 700 reflections on image 213
Integrated 579 (sum) + 575 (prf) / 655 reflections on image 214
Integrated 545 (sum) + 541 (prf) / 611 reflections on image 215
Integrated 58 (sum) + 58 (prf) / 74 reflections on image 216
Integrated 30 (sum) + 30 (prf) / 35 reflections on image 217
Integrated 10 (sum) + 10 (prf) / 13 reflections on image 218
Integrated 31 (sum) + 30 (prf) / 36 reflections on image 219
Beginning integration job 19
Frames: 209 -> 231
Number of reflections
Partial: 97
Full: 7548
In ice ring: 0
Integrate: 7645
Total: 7645
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
209 [5 ]:
210 [13 ]:
211 [29 ]:
212 [69 ]: *
213 [252 ]: ******
214 [941 ]: *************************
215 [1632]: ********************************************
216 [2276]: **************************************************************
217 [2362]: *****************************************************************
218 [2380]: *****************************************************************
219 [2399]: ******************************************************************
220 [2430]: *******************************************************************
221 [2358]: *****************************************************************
222 [2321]: ***************************************************************
223 [2300]: ***************************************************************
224 [2094]: *********************************************************
225 [1382]: **************************************
226 [728 ]: ********************
227 [151 ]: ****
228 [78 ]: **
229 [53 ]: *
230 [40 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0200786 GB
Integrated 66 (sum) + 65 (prf) / 79 reflections on image 215
Integrated 529 (sum) + 524 (prf) / 604 reflections on image 216
Integrated 613 (sum) + 609 (prf) / 691 reflections on image 217
Integrated 623 (sum) + 617 (prf) / 708 reflections on image 218
Integrated 604 (sum) + 584 (prf) / 691 reflections on image 219
Integrated 661 (sum) + 655 (prf) / 748 reflections on image 220
Integrated 642 (sum) + 633 (prf) / 702 reflections on image 221
Integrated 570 (sum) + 564 (prf) / 655 reflections on image 222
Integrated 574 (sum) + 570 (prf) / 673 reflections on image 223
Integrated 629 (sum) + 624 (prf) / 712 reflections on image 224
Integrated 596 (sum) + 593 (prf) / 654 reflections on image 225
Integrated 509 (sum) + 508 (prf) / 577 reflections on image 226
Integrated 60 (sum) + 60 (prf) / 73 reflections on image 227
Integrated 24 (sum) + 24 (prf) / 25 reflections on image 228
Integrated 11 (sum) + 10 (prf) / 13 reflections on image 229
Integrated 33 (sum) + 33 (prf) / 40 reflections on image 230
Beginning integration job 20
Frames: 220 -> 242
Number of reflections
Partial: 87
Full: 7610
In ice ring: 0
Integrate: 7697
Total: 7697
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
221 [5 ]:
222 [33 ]:
223 [67 ]: *
224 [251 ]: ******
225 [963 ]: **************************
226 [1681]: **********************************************
227 [2288]: ***************************************************************
228 [2345]: ****************************************************************
229 [2373]: *****************************************************************
230 [2421]: *******************************************************************
231 [2403]: ******************************************************************
232 [2384]: *****************************************************************
233 [2317]: ****************************************************************
234 [2227]: *************************************************************
235 [2121]: **********************************************************
236 [1430]: ***************************************
237 [781 ]: *********************
238 [150 ]: ****
239 [79 ]: **
240 [48 ]: *
241 [41 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0196937 GB
Integrated 87 (sum) + 87 (prf) / 94 reflections on image 226
Integrated 561 (sum) + 553 (prf) / 632 reflections on image 227
Integrated 598 (sum) + 595 (prf) / 685 reflections on image 228
Integrated 595 (sum) + 590 (prf) / 676 reflections on image 229
Integrated 650 (sum) + 635 (prf) / 736 reflections on image 230
Integrated 624 (sum) + 614 (prf) / 716 reflections on image 231
Integrated 618 (sum) + 612 (prf) / 706 reflections on image 232
Integrated 603 (sum) + 598 (prf) / 693 reflections on image 233
Integrated 550 (sum) + 546 (prf) / 638 reflections on image 234
Integrated 607 (sum) + 605 (prf) / 691 reflections on image 235
Integrated 560 (sum) + 557 (prf) / 649 reflections on image 236
Integrated 544 (sum) + 538 (prf) / 631 reflections on image 237
Integrated 61 (sum) + 60 (prf) / 71 reflections on image 238
Integrated 27 (sum) + 27 (prf) / 31 reflections on image 239
Integrated 6 (sum) + 6 (prf) / 7 reflections on image 240
Integrated 35 (sum) + 35 (prf) / 41 reflections on image 241
Beginning integration job 21
Frames: 231 -> 253
Number of reflections
Partial: 78
Full: 7609
In ice ring: 0
Integrate: 7687
Total: 7687
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
231 [8 ]:
232 [18 ]:
233 [36 ]:
234 [71 ]: *
235 [261 ]: *******
236 [976 ]: **************************
237 [1657]: *********************************************
238 [2288]: ***************************************************************
239 [2372]: *****************************************************************
240 [2427]: *******************************************************************
241 [2402]: ******************************************************************
242 [2407]: ******************************************************************
243 [2305]: ***************************************************************
244 [2293]: ***************************************************************
245 [2321]: ****************************************************************
246 [2138]: ***********************************************************
247 [1455]: ****************************************
248 [787 ]: *********************
249 [142 ]: ***
250 [71 ]: *
251 [49 ]: *
252 [39 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201625 GB
Integrated 77 (sum) + 77 (prf) / 83 reflections on image 237
Integrated 552 (sum) + 548 (prf) / 621 reflections on image 238
Integrated 609 (sum) + 605 (prf) / 695 reflections on image 239
Integrated 612 (sum) + 606 (prf) / 694 reflections on image 240
Integrated 657 (sum) + 643 (prf) / 725 reflections on image 241
Integrated 658 (sum) + 649 (prf) / 732 reflections on image 242
Integrated 610 (sum) + 600 (prf) / 688 reflections on image 243
Integrated 557 (sum) + 552 (prf) / 633 reflections on image 244
Integrated 592 (sum) + 586 (prf) / 678 reflections on image 245
Integrated 606 (sum) + 601 (prf) / 683 reflections on image 246
Integrated 578 (sum) + 572 (prf) / 668 reflections on image 247
Integrated 572 (sum) + 569 (prf) / 645 reflections on image 248
Integrated 62 (sum) + 62 (prf) / 71 reflections on image 249
Integrated 18 (sum) + 18 (prf) / 22 reflections on image 250
Integrated 8 (sum) + 8 (prf) / 10 reflections on image 251
Integrated 34 (sum) + 34 (prf) / 39 reflections on image 252
Beginning integration job 22
Frames: 242 -> 264
Number of reflections
Partial: 87
Full: 7541
In ice ring: 0
Integrate: 7628
Total: 7628
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
242 [9 ]:
243 [16 ]:
244 [34 ]:
245 [67 ]: *
246 [252 ]: ******
247 [933 ]: *************************
248 [1644]: ********************************************
249 [2275]: *************************************************************
250 [2370]: ****************************************************************
251 [2459]: *******************************************************************
252 [2431]: ******************************************************************
253 [2443]: ******************************************************************
254 [2360]: ****************************************************************
255 [2302]: **************************************************************
256 [2278]: **************************************************************
257 [2064]: ********************************************************
258 [1386]: *************************************
259 [723 ]: *******************
260 [155 ]: ****
261 [78 ]: **
262 [57 ]: *
263 [42 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0204805 GB
Integrated 73 (sum) + 73 (prf) / 79 reflections on image 248
Integrated 547 (sum) + 541 (prf) / 616 reflections on image 249
Integrated 574 (sum) + 568 (prf) / 676 reflections on image 250
Integrated 604 (sum) + 597 (prf) / 698 reflections on image 251
Integrated 639 (sum) + 626 (prf) / 710 reflections on image 252
Integrated 677 (sum) + 670 (prf) / 753 reflections on image 253
Integrated 614 (sum) + 605 (prf) / 693 reflections on image 254
Integrated 581 (sum) + 575 (prf) / 652 reflections on image 255
Integrated 603 (sum) + 595 (prf) / 687 reflections on image 256
Integrated 602 (sum) + 599 (prf) / 678 reflections on image 257
Integrated 578 (sum) + 573 (prf) / 663 reflections on image 258
Integrated 497 (sum) + 496 (prf) / 568 reflections on image 259
Integrated 64 (sum) + 64 (prf) / 77 reflections on image 260
Integrated 18 (sum) + 18 (prf) / 21 reflections on image 261
Integrated 12 (sum) + 12 (prf) / 15 reflections on image 262
Integrated 40 (sum) + 40 (prf) / 42 reflections on image 263
Beginning integration job 23
Frames: 253 -> 275
Number of reflections
Partial: 79
Full: 7585
In ice ring: 0
Integrate: 7664
Total: 7664
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
253 [2 ]:
254 [15 ]:
255 [26 ]:
256 [56 ]: *
257 [243 ]: ******
258 [938 ]: *************************
259 [1634]: ********************************************
260 [2268]: *************************************************************
261 [2413]: *****************************************************************
262 [2457]: ******************************************************************
263 [2487]: *******************************************************************
264 [2396]: ****************************************************************
265 [2307]: **************************************************************
266 [2269]: *************************************************************
267 [2263]: ************************************************************
268 [2092]: ********************************************************
269 [1429]: **************************************
270 [753 ]: ********************
271 [155 ]: ****
272 [67 ]: *
273 [50 ]: *
274 [33 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0204186 GB
Integrated 66 (sum) + 66 (prf) / 80 reflections on image 259
Integrated 517 (sum) + 514 (prf) / 597 reflections on image 260
Integrated 596 (sum) + 594 (prf) / 686 reflections on image 261
Integrated 614 (sum) + 608 (prf) / 699 reflections on image 262
Integrated 687 (sum) + 673 (prf) / 780 reflections on image 263
Integrated 640 (sum) + 630 (prf) / 723 reflections on image 264
Integrated 614 (sum) + 612 (prf) / 692 reflections on image 265
Integrated 564 (sum) + 556 (prf) / 654 reflections on image 266
Integrated 591 (sum) + 586 (prf) / 661 reflections on image 267
Integrated 590 (sum) + 582 (prf) / 663 reflections on image 268
Integrated 590 (sum) + 583 (prf) / 676 reflections on image 269
Integrated 531 (sum) + 528 (prf) / 598 reflections on image 270
Integrated 78 (sum) + 78 (prf) / 88 reflections on image 271
Integrated 17 (sum) + 17 (prf) / 17 reflections on image 272
Integrated 15 (sum) + 15 (prf) / 17 reflections on image 273
Integrated 30 (sum) + 30 (prf) / 33 reflections on image 274
Beginning integration job 24
Frames: 264 -> 286
Number of reflections
Partial: 63
Full: 7595
In ice ring: 0
Integrate: 7658
Total: 7658
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
264 [5 ]:
265 [15 ]:
266 [38 ]: *
267 [69 ]: *
268 [243 ]: ******
269 [922 ]: ************************
270 [1623]: *******************************************
271 [2218]: ***********************************************************
272 [2310]: **************************************************************
273 [2391]: ****************************************************************
274 [2460]: ******************************************************************
275 [2490]: *******************************************************************
276 [2442]: *****************************************************************
277 [2365]: ***************************************************************
278 [2245]: ************************************************************
279 [2034]: ******************************************************
280 [1377]: *************************************
281 [724 ]: *******************
282 [128 ]: ***
283 [66 ]: *
284 [38 ]: *
285 [29 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0204205 GB
Integrated 79 (sum) + 79 (prf) / 92 reflections on image 270
Integrated 531 (sum) + 524 (prf) / 599 reflections on image 271
Integrated 613 (sum) + 610 (prf) / 684 reflections on image 272
Integrated 585 (sum) + 584 (prf) / 659 reflections on image 273
Integrated 640 (sum) + 631 (prf) / 709 reflections on image 274
Integrated 623 (sum) + 614 (prf) / 715 reflections on image 275
Integrated 641 (sum) + 633 (prf) / 728 reflections on image 276
Integrated 659 (sum) + 655 (prf) / 749 reflections on image 277
Integrated 595 (sum) + 585 (prf) / 689 reflections on image 278
Integrated 565 (sum) + 561 (prf) / 657 reflections on image 279
Integrated 572 (sum) + 565 (prf) / 653 reflections on image 280
Integrated 514 (sum) + 510 (prf) / 596 reflections on image 281
Integrated 60 (sum) + 60 (prf) / 62 reflections on image 282
Integrated 25 (sum) + 25 (prf) / 28 reflections on image 283
Integrated 8 (sum) + 8 (prf) / 9 reflections on image 284
Integrated 22 (sum) + 22 (prf) / 29 reflections on image 285
Beginning integration job 25
Frames: 275 -> 297
Number of reflections
Partial: 72
Full: 7652
In ice ring: 0
Integrate: 7724
Total: 7724
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
275 [8 ]:
276 [17 ]:
277 [44 ]: *
278 [77 ]: **
279 [269 ]: *******
280 [962 ]: **************************
281 [1655]: *********************************************
282 [2292]: **************************************************************
283 [2362]: ****************************************************************
284 [2382]: *****************************************************************
285 [2375]: ****************************************************************
286 [2434]: ******************************************************************
287 [2433]: ******************************************************************
288 [2452]: *******************************************************************
289 [2359]: ****************************************************************
290 [2079]: ********************************************************
291 [1386]: *************************************
292 [713 ]: *******************
293 [133 ]: ***
294 [68 ]: *
295 [46 ]: *
296 [34 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201621 GB
Integrated 62 (sum) + 62 (prf) / 70 reflections on image 281
Integrated 560 (sum) + 557 (prf) / 625 reflections on image 282
Integrated 594 (sum) + 589 (prf) / 680 reflections on image 283
Integrated 610 (sum) + 606 (prf) / 704 reflections on image 284
Integrated 622 (sum) + 610 (prf) / 700 reflections on image 285
Integrated 633 (sum) + 626 (prf) / 719 reflections on image 286
Integrated 600 (sum) + 593 (prf) / 690 reflections on image 287
Integrated 643 (sum) + 639 (prf) / 714 reflections on image 288
Integrated 661 (sum) + 656 (prf) / 743 reflections on image 289
Integrated 614 (sum) + 609 (prf) / 693 reflections on image 290
Integrated 589 (sum) + 585 (prf) / 673 reflections on image 291
Integrated 504 (sum) + 500 (prf) / 580 reflections on image 292
Integrated 56 (sum) + 56 (prf) / 65 reflections on image 293
Integrated 19 (sum) + 19 (prf) / 22 reflections on image 294
Integrated 8 (sum) + 7 (prf) / 12 reflections on image 295
Integrated 26 (sum) + 26 (prf) / 34 reflections on image 296
Beginning integration job 26
Frames: 286 -> 308
Number of reflections
Partial: 70
Full: 7611
In ice ring: 0
Integrate: 7681
Total: 7681
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
286 [8 ]:
287 [24 ]:
288 [41 ]: *
289 [77 ]: **
290 [267 ]: *******
291 [944 ]: *************************
292 [1599]: *******************************************
293 [2206]: ************************************************************
294 [2294]: ***************************************************************
295 [2332]: ****************************************************************
296 [2322]: ***************************************************************
297 [2353]: ****************************************************************
298 [2371]: *****************************************************************
299 [2437]: *******************************************************************
300 [2410]: ******************************************************************
301 [2204]: ************************************************************
302 [1486]: ****************************************
303 [754 ]: ********************
304 [125 ]: ***
305 [60 ]: *
306 [40 ]: *
307 [30 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.019938 GB
Integrated 63 (sum) + 63 (prf) / 69 reflections on image 292
Integrated 560 (sum) + 553 (prf) / 624 reflections on image 293
Integrated 543 (sum) + 541 (prf) / 619 reflections on image 294
Integrated 581 (sum) + 577 (prf) / 675 reflections on image 295
Integrated 598 (sum) + 587 (prf) / 698 reflections on image 296
Integrated 594 (sum) + 588 (prf) / 687 reflections on image 297
Integrated 561 (sum) + 555 (prf) / 646 reflections on image 298
Integrated 626 (sum) + 617 (prf) / 720 reflections on image 299
Integrated 655 (sum) + 647 (prf) / 739 reflections on image 300
Integrated 626 (sum) + 617 (prf) / 718 reflections on image 301
Integrated 648 (sum) + 646 (prf) / 732 reflections on image 302
Integrated 552 (sum) + 546 (prf) / 629 reflections on image 303
Integrated 62 (sum) + 62 (prf) / 65 reflections on image 304
Integrated 17 (sum) + 17 (prf) / 20 reflections on image 305
Integrated 9 (sum) + 9 (prf) / 10 reflections on image 306
Integrated 25 (sum) + 25 (prf) / 30 reflections on image 307
Beginning integration job 27
Frames: 297 -> 319
Number of reflections
Partial: 78
Full: 7522
In ice ring: 0
Integrate: 7600
Total: 7600
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
297 [6 ]:
298 [16 ]:
299 [36 ]: *
300 [80 ]: **
301 [280 ]: ********
302 [978 ]: ****************************
303 [1650]: ***********************************************
304 [2215]: ***************************************************************
305 [2288]: *****************************************************************
306 [2307]: ******************************************************************
307 [2336]: *******************************************************************
308 [2332]: ******************************************************************
309 [2334]: ******************************************************************
310 [2320]: ******************************************************************
311 [2327]: ******************************************************************
312 [2169]: **************************************************************
313 [1480]: ******************************************
314 [797 ]: **********************
315 [150 ]: ****
316 [78 ]: **
317 [52 ]: *
318 [36 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.019436 GB
Integrated 79 (sum) + 79 (prf) / 92 reflections on image 303
Integrated 549 (sum) + 545 (prf) / 618 reflections on image 304
Integrated 580 (sum) + 579 (prf) / 658 reflections on image 305
Integrated 580 (sum) + 576 (prf) / 643 reflections on image 306
Integrated 617 (sum) + 602 (prf) / 717 reflections on image 307
Integrated 604 (sum) + 599 (prf) / 683 reflections on image 308
Integrated 587 (sum) + 583 (prf) / 668 reflections on image 309
Integrated 584 (sum) + 579 (prf) / 679 reflections on image 310
Integrated 596 (sum) + 588 (prf) / 673 reflections on image 311
Integrated 626 (sum) + 618 (prf) / 689 reflections on image 312
Integrated 605 (sum) + 605 (prf) / 683 reflections on image 313
Integrated 565 (sum) + 561 (prf) / 647 reflections on image 314
Integrated 65 (sum) + 64 (prf) / 72 reflections on image 315
Integrated 24 (sum) + 24 (prf) / 26 reflections on image 316
Integrated 13 (sum) + 13 (prf) / 16 reflections on image 317
Integrated 32 (sum) + 32 (prf) / 36 reflections on image 318
Beginning integration job 28
Frames: 308 -> 330
Number of reflections
Partial: 71
Full: 7573
In ice ring: 0
Integrate: 7644
Total: 7644
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
308 [9 ]:
309 [14 ]:
310 [31 ]:
311 [66 ]: *
312 [273 ]: *******
313 [979 ]: ***************************
314 [1664]: ***********************************************
315 [2259]: ****************************************************************
316 [2324]: *****************************************************************
317 [2348]: ******************************************************************
318 [2364]: *******************************************************************
319 [2362]: ******************************************************************
320 [2334]: ******************************************************************
321 [2332]: ******************************************************************
322 [2281]: ****************************************************************
323 [2144]: ************************************************************
324 [1443]: ****************************************
325 [770 ]: *********************
326 [165 ]: ****
327 [82 ]: **
328 [51 ]: *
329 [36 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0196468 GB
Integrated 74 (sum) + 74 (prf) / 83 reflections on image 314
Integrated 589 (sum) + 585 (prf) / 661 reflections on image 315
Integrated 595 (sum) + 594 (prf) / 677 reflections on image 316
Integrated 573 (sum) + 567 (prf) / 660 reflections on image 317
Integrated 626 (sum) + 614 (prf) / 709 reflections on image 318
Integrated 605 (sum) + 596 (prf) / 694 reflections on image 319
Integrated 580 (sum) + 572 (prf) / 653 reflections on image 320
Integrated 630 (sum) + 621 (prf) / 713 reflections on image 321
Integrated 576 (sum) + 571 (prf) / 650 reflections on image 322
Integrated 601 (sum) + 598 (prf) / 701 reflections on image 323
Integrated 588 (sum) + 584 (prf) / 673 reflections on image 324
Integrated 534 (sum) + 529 (prf) / 605 reflections on image 325
Integrated 75 (sum) + 73 (prf) / 83 reflections on image 326
Integrated 29 (sum) + 29 (prf) / 31 reflections on image 327
Integrated 14 (sum) + 14 (prf) / 15 reflections on image 328
Integrated 30 (sum) + 30 (prf) / 36 reflections on image 329
Beginning integration job 29
Frames: 319 -> 341
Number of reflections
Partial: 82
Full: 7609
In ice ring: 0
Integrate: 7691
Total: 7691
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
319 [8 ]:
320 [20 ]:
321 [39 ]: *
322 [64 ]: *
323 [254 ]: *******
324 [960 ]: **************************
325 [1652]: *********************************************
326 [2227]: *************************************************************
327 [2310]: ***************************************************************
328 [2421]: ******************************************************************
329 [2417]: ******************************************************************
330 [2429]: *******************************************************************
331 [2369]: *****************************************************************
332 [2356]: ****************************************************************
333 [2289]: ***************************************************************
334 [2085]: *********************************************************
335 [1428]: ***************************************
336 [738 ]: ********************
337 [147 ]: ****
338 [74 ]: **
339 [51 ]: *
340 [41 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201215 GB
Integrated 80 (sum) + 79 (prf) / 94 reflections on image 325
Integrated 540 (sum) + 537 (prf) / 620 reflections on image 326
Integrated 567 (sum) + 560 (prf) / 640 reflections on image 327
Integrated 626 (sum) + 621 (prf) / 700 reflections on image 328
Integrated 629 (sum) + 617 (prf) / 728 reflections on image 329
Integrated 664 (sum) + 655 (prf) / 744 reflections on image 330
Integrated 594 (sum) + 585 (prf) / 675 reflections on image 331
Integrated 634 (sum) + 627 (prf) / 699 reflections on image 332
Integrated 616 (sum) + 611 (prf) / 706 reflections on image 333
Integrated 575 (sum) + 574 (prf) / 657 reflections on image 334
Integrated 607 (sum) + 605 (prf) / 690 reflections on image 335
Integrated 520 (sum) + 514 (prf) / 591 reflections on image 336
Integrated 67 (sum) + 66 (prf) / 73 reflections on image 337
Integrated 21 (sum) + 21 (prf) / 23 reflections on image 338
Integrated 9 (sum) + 8 (prf) / 10 reflections on image 339
Integrated 31 (sum) + 31 (prf) / 41 reflections on image 340
Beginning integration job 30
Frames: 330 -> 352
Number of reflections
Partial: 84
Full: 7575
In ice ring: 0
Integrate: 7659
Total: 7659
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
330 [1 ]:
331 [14 ]:
332 [39 ]: *
333 [76 ]: **
334 [266 ]: *******
335 [931 ]: **************************
336 [1594]: ********************************************
337 [2225]: **************************************************************
338 [2318]: ****************************************************************
339 [2393]: *******************************************************************
340 [2370]: ******************************************************************
341 [2363]: ******************************************************************
342 [2376]: ******************************************************************
343 [2355]: *****************************************************************
344 [2326]: *****************************************************************
345 [2116]: ***********************************************************
346 [1456]: ****************************************
347 [751 ]: *********************
348 [147 ]: ****
349 [75 ]: **
350 [56 ]: *
351 [43 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0196973 GB
Integrated 68 (sum) + 68 (prf) / 83 reflections on image 336
Integrated 525 (sum) + 522 (prf) / 607 reflections on image 337
Integrated 553 (sum) + 546 (prf) / 636 reflections on image 338
Integrated 604 (sum) + 601 (prf) / 695 reflections on image 339
Integrated 637 (sum) + 619 (prf) / 732 reflections on image 340
Integrated 623 (sum) + 614 (prf) / 726 reflections on image 341
Integrated 594 (sum) + 582 (prf) / 672 reflections on image 342
Integrated 583 (sum) + 578 (prf) / 676 reflections on image 343
Integrated 634 (sum) + 628 (prf) / 716 reflections on image 344
Integrated 584 (sum) + 578 (prf) / 660 reflections on image 345
Integrated 616 (sum) + 612 (prf) / 705 reflections on image 346
Integrated 542 (sum) + 542 (prf) / 604 reflections on image 347
Integrated 62 (sum) + 60 (prf) / 72 reflections on image 348
Integrated 16 (sum) + 16 (prf) / 19 reflections on image 349
Integrated 11 (sum) + 11 (prf) / 13 reflections on image 350
Integrated 34 (sum) + 34 (prf) / 43 reflections on image 351
Beginning integration job 31
Frames: 341 -> 363
Number of reflections
Partial: 82
Full: 7565
In ice ring: 0
Integrate: 7647
Total: 7647
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
341 [5 ]:
342 [15 ]:
343 [25 ]:
344 [66 ]: *
345 [268 ]: *******
346 [939 ]: *************************
347 [1680]: **********************************************
348 [2303]: ***************************************************************
349 [2446]: *******************************************************************
350 [2414]: ******************************************************************
351 [2352]: ****************************************************************
352 [2388]: *****************************************************************
353 [2344]: ****************************************************************
354 [2379]: *****************************************************************
355 [2270]: **************************************************************
356 [2084]: *********************************************************
357 [1416]: **************************************
358 [725 ]: *******************
359 [154 ]: ****
360 [80 ]: **
361 [55 ]: *
362 [40 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0199974 GB
Integrated 68 (sum) + 68 (prf) / 76 reflections on image 347
Integrated 524 (sum) + 522 (prf) / 597 reflections on image 348
Integrated 620 (sum) + 615 (prf) / 709 reflections on image 349
Integrated 652 (sum) + 649 (prf) / 735 reflections on image 350
Integrated 628 (sum) + 618 (prf) / 719 reflections on image 351
Integrated 603 (sum) + 593 (prf) / 688 reflections on image 352
Integrated 570 (sum) + 563 (prf) / 654 reflections on image 353
Integrated 619 (sum) + 607 (prf) / 715 reflections on image 354
Integrated 578 (sum) + 574 (prf) / 670 reflections on image 355
Integrated 599 (sum) + 597 (prf) / 668 reflections on image 356
Integrated 617 (sum) + 613 (prf) / 691 reflections on image 357
Integrated 506 (sum) + 501 (prf) / 571 reflections on image 358
Integrated 59 (sum) + 58 (prf) / 74 reflections on image 359
Integrated 22 (sum) + 21 (prf) / 25 reflections on image 360
Integrated 14 (sum) + 14 (prf) / 15 reflections on image 361
Integrated 33 (sum) + 32 (prf) / 40 reflections on image 362
Beginning integration job 32
Frames: 352 -> 374
Number of reflections
Partial: 82
Full: 7661
In ice ring: 0
Integrate: 7743
Total: 7743
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
352 [2 ]:
353 [4 ]:
354 [19 ]:
355 [56 ]: *
356 [255 ]: ******
357 [938 ]: *************************
358 [1622]: ********************************************
359 [2237]: ************************************************************
360 [2292]: **************************************************************
361 [2317]: ***************************************************************
362 [2373]: ****************************************************************
363 [2389]: ****************************************************************
364 [2464]: *******************************************************************
365 [2408]: *****************************************************************
366 [2383]: ****************************************************************
367 [2184]: ***********************************************************
368 [1497]: ****************************************
369 [773 ]: *********************
370 [131 ]: ***
371 [70 ]: *
372 [46 ]: *
373 [35 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0202341 GB
Integrated 78 (sum) + 77 (prf) / 84 reflections on image 358
Integrated 543 (sum) + 539 (prf) / 616 reflections on image 359
Integrated 585 (sum) + 578 (prf) / 652 reflections on image 360
Integrated 604 (sum) + 601 (prf) / 672 reflections on image 361
Integrated 638 (sum) + 625 (prf) / 733 reflections on image 362
Integrated 575 (sum) + 567 (prf) / 648 reflections on image 363
Integrated 637 (sum) + 627 (prf) / 738 reflections on image 364
Integrated 614 (sum) + 604 (prf) / 679 reflections on image 365
Integrated 643 (sum) + 640 (prf) / 737 reflections on image 366
Integrated 605 (sum) + 599 (prf) / 687 reflections on image 367
Integrated 639 (sum) + 633 (prf) / 724 reflections on image 368
Integrated 560 (sum) + 557 (prf) / 642 reflections on image 369
Integrated 56 (sum) + 56 (prf) / 61 reflections on image 370
Integrated 20 (sum) + 20 (prf) / 24 reflections on image 371
Integrated 10 (sum) + 10 (prf) / 11 reflections on image 372
Integrated 31 (sum) + 31 (prf) / 35 reflections on image 373
Beginning integration job 33
Frames: 363 -> 385
Number of reflections
Partial: 71
Full: 7512
In ice ring: 0
Integrate: 7583
Total: 7583
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
363 [7 ]:
364 [18 ]:
365 [35 ]:
366 [74 ]: **
367 [273 ]: *******
368 [998 ]: ***************************
369 [1649]: **********************************************
370 [2246]: **************************************************************
371 [2239]: **************************************************************
372 [2236]: **************************************************************
373 [2293]: ****************************************************************
374 [2370]: ******************************************************************
375 [2396]: *******************************************************************
376 [2355]: *****************************************************************
377 [2332]: *****************************************************************
378 [2114]: ***********************************************************
379 [1430]: ***************************************
380 [714 ]: *******************
381 [134 ]: ***
382 [60 ]: *
383 [39 ]: *
384 [30 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0197981 GB
Integrated 72 (sum) + 72 (prf) / 80 reflections on image 369
Integrated 574 (sum) + 569 (prf) / 641 reflections on image 370
Integrated 587 (sum) + 582 (prf) / 678 reflections on image 371
Integrated 573 (sum) + 568 (prf) / 644 reflections on image 372
Integrated 583 (sum) + 573 (prf) / 663 reflections on image 373
Integrated 579 (sum) + 568 (prf) / 657 reflections on image 374
Integrated 638 (sum) + 632 (prf) / 711 reflections on image 375
Integrated 591 (sum) + 586 (prf) / 697 reflections on image 376
Integrated 616 (sum) + 610 (prf) / 698 reflections on image 377
Integrated 604 (sum) + 601 (prf) / 684 reflections on image 378
Integrated 617 (sum) + 614 (prf) / 716 reflections on image 379
Integrated 516 (sum) + 511 (prf) / 580 reflections on image 380
Integrated 66 (sum) + 66 (prf) / 74 reflections on image 381
Integrated 19 (sum) + 19 (prf) / 21 reflections on image 382
Integrated 8 (sum) + 8 (prf) / 9 reflections on image 383
Integrated 23 (sum) + 23 (prf) / 30 reflections on image 384
Beginning integration job 34
Frames: 374 -> 396
Number of reflections
Partial: 77
Full: 7644
In ice ring: 0
Integrate: 7721
Total: 7721
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
374 [6 ]:
375 [19 ]:
376 [37 ]: *
377 [79 ]: **
378 [265 ]: *******
379 [957 ]: **************************
380 [1632]: ********************************************
381 [2257]: *************************************************************
382 [2263]: *************************************************************
383 [2298]: **************************************************************
384 [2364]: ****************************************************************
385 [2455]: *******************************************************************
386 [2436]: ******************************************************************
387 [2404]: *****************************************************************
388 [2350]: ****************************************************************
389 [2208]: ************************************************************
390 [1459]: ***************************************
391 [744 ]: ********************
392 [128 ]: ***
393 [72 ]: *
394 [47 ]: *
395 [37 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201884 GB
Integrated 65 (sum) + 65 (prf) / 78 reflections on image 380
Integrated 540 (sum) + 536 (prf) / 620 reflections on image 381
Integrated 592 (sum) + 590 (prf) / 662 reflections on image 382
Integrated 582 (sum) + 581 (prf) / 676 reflections on image 383
Integrated 595 (sum) + 581 (prf) / 671 reflections on image 384
Integrated 600 (sum) + 588 (prf) / 686 reflections on image 385
Integrated 654 (sum) + 644 (prf) / 740 reflections on image 386
Integrated 631 (sum) + 626 (prf) / 708 reflections on image 387
Integrated 594 (sum) + 590 (prf) / 672 reflections on image 388
Integrated 669 (sum) + 665 (prf) / 749 reflections on image 389
Integrated 631 (sum) + 623 (prf) / 715 reflections on image 390
Integrated 543 (sum) + 541 (prf) / 616 reflections on image 391
Integrated 53 (sum) + 53 (prf) / 56 reflections on image 392
Integrated 23 (sum) + 23 (prf) / 25 reflections on image 393
Integrated 10 (sum) + 10 (prf) / 10 reflections on image 394
Integrated 31 (sum) + 31 (prf) / 37 reflections on image 395
Beginning integration job 35
Frames: 385 -> 407
Number of reflections
Partial: 81
Full: 7535
In ice ring: 0
Integrate: 7616
Total: 7616
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
385 [7 ]:
386 [16 ]:
387 [42 ]: *
388 [88 ]: **
389 [284 ]: ********
390 [986 ]: ***************************
391 [1671]: ***********************************************
392 [2267]: ***************************************************************
393 [2299]: ****************************************************************
394 [2303]: ****************************************************************
395 [2303]: ****************************************************************
396 [2355]: ******************************************************************
397 [2374]: *******************************************************************
398 [2346]: ******************************************************************
399 [2306]: *****************************************************************
400 [2103]: ***********************************************************
401 [1435]: ****************************************
402 [757 ]: *********************
403 [156 ]: ****
404 [71 ]: **
405 [55 ]: *
406 [41 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.019573 GB
Integrated 81 (sum) + 81 (prf) / 92 reflections on image 391
Integrated 539 (sum) + 539 (prf) / 618 reflections on image 392
Integrated 579 (sum) + 577 (prf) / 669 reflections on image 393
Integrated 597 (sum) + 596 (prf) / 683 reflections on image 394
Integrated 594 (sum) + 579 (prf) / 686 reflections on image 395
Integrated 594 (sum) + 589 (prf) / 680 reflections on image 396
Integrated 601 (sum) + 595 (prf) / 704 reflections on image 397
Integrated 595 (sum) + 587 (prf) / 680 reflections on image 398
Integrated 611 (sum) + 603 (prf) / 701 reflections on image 399
Integrated 604 (sum) + 598 (prf) / 668 reflections on image 400
Integrated 609 (sum) + 604 (prf) / 678 reflections on image 401
Integrated 531 (sum) + 526 (prf) / 601 reflections on image 402
Integrated 75 (sum) + 75 (prf) / 85 reflections on image 403
Integrated 14 (sum) + 14 (prf) / 16 reflections on image 404
Integrated 13 (sum) + 13 (prf) / 14 reflections on image 405
Integrated 33 (sum) + 33 (prf) / 41 reflections on image 406
Beginning integration job 36
Frames: 396 -> 418
Number of reflections
Partial: 89
Full: 7564
In ice ring: 0
Integrate: 7653
Total: 7653
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
396 [4 ]:
397 [11 ]:
398 [35 ]:
399 [79 ]: **
400 [266 ]: *******
401 [929 ]: *************************
402 [1586]: *******************************************
403 [2170]: ***********************************************************
404 [2341]: ****************************************************************
405 [2362]: ****************************************************************
406 [2440]: *******************************************************************
407 [2409]: ******************************************************************
408 [2388]: *****************************************************************
409 [2420]: ******************************************************************
410 [2335]: ****************************************************************
411 [2129]: **********************************************************
412 [1381]: *************************************
413 [726 ]: *******************
414 [132 ]: ***
415 [70 ]: *
416 [45 ]: *
417 [36 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198999 GB
Integrated 61 (sum) + 60 (prf) / 72 reflections on image 402
Integrated 500 (sum) + 496 (prf) / 576 reflections on image 403
Integrated 615 (sum) + 612 (prf) / 681 reflections on image 404
Integrated 544 (sum) + 539 (prf) / 632 reflections on image 405
Integrated 656 (sum) + 639 (prf) / 747 reflections on image 406
Integrated 657 (sum) + 641 (prf) / 743 reflections on image 407
Integrated 589 (sum) + 581 (prf) / 680 reflections on image 408
Integrated 615 (sum) + 613 (prf) / 687 reflections on image 409
Integrated 612 (sum) + 610 (prf) / 706 reflections on image 410
Integrated 663 (sum) + 658 (prf) / 748 reflections on image 411
Integrated 575 (sum) + 572 (prf) / 655 reflections on image 412
Integrated 515 (sum) + 507 (prf) / 594 reflections on image 413
Integrated 52 (sum) + 52 (prf) / 62 reflections on image 414
Integrated 22 (sum) + 22 (prf) / 25 reflections on image 415
Integrated 8 (sum) + 8 (prf) / 9 reflections on image 416
Integrated 31 (sum) + 31 (prf) / 36 reflections on image 417
Beginning integration job 37
Frames: 407 -> 429
Number of reflections
Partial: 65
Full: 7646
In ice ring: 0
Integrate: 7711
Total: 7711
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
407 [8 ]:
408 [17 ]:
409 [29 ]:
410 [74 ]: **
411 [281 ]: *******
412 [963 ]: **************************
413 [1624]: ********************************************
414 [2285]: **************************************************************
415 [2359]: ****************************************************************
416 [2359]: ****************************************************************
417 [2369]: ****************************************************************
418 [2448]: ******************************************************************
419 [2469]: *******************************************************************
420 [2400]: *****************************************************************
421 [2341]: ***************************************************************
422 [2068]: ********************************************************
423 [1406]: **************************************
424 [710 ]: *******************
425 [129 ]: ***
426 [70 ]: *
427 [41 ]: *
428 [30 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0202836 GB
Integrated 64 (sum) + 64 (prf) / 72 reflections on image 413
Integrated 555 (sum) + 552 (prf) / 630 reflections on image 414
Integrated 618 (sum) + 613 (prf) / 697 reflections on image 415
Integrated 597 (sum) + 593 (prf) / 690 reflections on image 416
Integrated 614 (sum) + 599 (prf) / 693 reflections on image 417
Integrated 606 (sum) + 599 (prf) / 695 reflections on image 418
Integrated 622 (sum) + 617 (prf) / 715 reflections on image 419
Integrated 640 (sum) + 628 (prf) / 724 reflections on image 420
Integrated 645 (sum) + 640 (prf) / 727 reflections on image 421
Integrated 575 (sum) + 572 (prf) / 662 reflections on image 422
Integrated 629 (sum) + 625 (prf) / 696 reflections on image 423
Integrated 516 (sum) + 513 (prf) / 581 reflections on image 424
Integrated 49 (sum) + 48 (prf) / 59 reflections on image 425
Integrated 27 (sum) + 27 (prf) / 29 reflections on image 426
Integrated 10 (sum) + 10 (prf) / 11 reflections on image 427
Integrated 24 (sum) + 23 (prf) / 30 reflections on image 428
Beginning integration job 38
Frames: 418 -> 440
Number of reflections
Partial: 75
Full: 7550
In ice ring: 0
Integrate: 7625
Total: 7625
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
418 [2 ]:
419 [11 ]:
420 [35 ]:
421 [67 ]: *
422 [241 ]: ******
423 [944 ]: **************************
424 [1677]: ***********************************************
425 [2287]: *****************************************************************
426 [2346]: ******************************************************************
427 [2299]: *****************************************************************
428 [2304]: *****************************************************************
429 [2354]: *******************************************************************
430 [2297]: *****************************************************************
431 [2327]: ******************************************************************
432 [2284]: *****************************************************************
433 [2176]: *************************************************************
434 [1477]: ******************************************
435 [786 ]: **********************
436 [150 ]: ****
437 [78 ]: **
438 [55 ]: *
439 [43 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198765 GB
Integrated 75 (sum) + 75 (prf) / 85 reflections on image 424
Integrated 536 (sum) + 533 (prf) / 631 reflections on image 425
Integrated 619 (sum) + 617 (prf) / 696 reflections on image 426
Integrated 560 (sum) + 555 (prf) / 645 reflections on image 427
Integrated 635 (sum) + 616 (prf) / 720 reflections on image 428
Integrated 600 (sum) + 593 (prf) / 681 reflections on image 429
Integrated 568 (sum) + 561 (prf) / 652 reflections on image 430
Integrated 615 (sum) + 610 (prf) / 701 reflections on image 431
Integrated 567 (sum) + 562 (prf) / 638 reflections on image 432
Integrated 630 (sum) + 628 (prf) / 699 reflections on image 433
Integrated 616 (sum) + 609 (prf) / 691 reflections on image 434
Integrated 561 (sum) + 559 (prf) / 636 reflections on image 435
Integrated 61 (sum) + 61 (prf) / 72 reflections on image 436
Integrated 21 (sum) + 21 (prf) / 23 reflections on image 437
Integrated 11 (sum) + 11 (prf) / 12 reflections on image 438
Integrated 39 (sum) + 39 (prf) / 43 reflections on image 439
Beginning integration job 39
Frames: 429 -> 451
Number of reflections
Partial: 85
Full: 7586
In ice ring: 0
Integrate: 7671
Total: 7671
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
429 [4 ]:
430 [16 ]:
431 [24 ]:
432 [59 ]: *
433 [252 ]: ******
434 [967 ]: **************************
435 [1649]: *********************************************
436 [2234]: ************************************************************
437 [2238]: *************************************************************
438 [2285]: **************************************************************
439 [2301]: **************************************************************
440 [2406]: *****************************************************************
441 [2455]: *******************************************************************
442 [2434]: ******************************************************************
443 [2332]: ***************************************************************
444 [2145]: **********************************************************
445 [1474]: ****************************************
446 [754 ]: ********************
447 [147 ]: ****
448 [80 ]: **
449 [56 ]: *
450 [41 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0202949 GB
Integrated 83 (sum) + 82 (prf) / 95 reflections on image 435
Integrated 558 (sum) + 556 (prf) / 644 reflections on image 436
Integrated 565 (sum) + 561 (prf) / 640 reflections on image 437
Integrated 555 (sum) + 549 (prf) / 642 reflections on image 438
Integrated 613 (sum) + 598 (prf) / 684 reflections on image 439
Integrated 600 (sum) + 592 (prf) / 672 reflections on image 440
Integrated 591 (sum) + 582 (prf) / 688 reflections on image 441
Integrated 662 (sum) + 659 (prf) / 754 reflections on image 442
Integrated 618 (sum) + 607 (prf) / 707 reflections on image 443
Integrated 569 (sum) + 565 (prf) / 671 reflections on image 444
Integrated 632 (sum) + 626 (prf) / 720 reflections on image 445
Integrated 528 (sum) + 526 (prf) / 607 reflections on image 446
Integrated 59 (sum) + 58 (prf) / 67 reflections on image 447
Integrated 22 (sum) + 22 (prf) / 24 reflections on image 448
Integrated 12 (sum) + 12 (prf) / 15 reflections on image 449
Integrated 37 (sum) + 37 (prf) / 41 reflections on image 450
Beginning integration job 40
Frames: 440 -> 462
Number of reflections
Partial: 86
Full: 7531
In ice ring: 0
Integrate: 7617
Total: 7617
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
440 [7 ]:
441 [12 ]:
442 [29 ]:
443 [66 ]: *
444 [248 ]: ******
445 [924 ]: ************************
446 [1609]: *******************************************
447 [2206]: ***********************************************************
448 [2258]: ************************************************************
449 [2318]: **************************************************************
450 [2407]: ****************************************************************
451 [2486]: *******************************************************************
452 [2481]: ******************************************************************
453 [2376]: ****************************************************************
454 [2267]: *************************************************************
455 [2065]: *******************************************************
456 [1386]: *************************************
457 [741 ]: *******************
458 [156 ]: ****
459 [78 ]: **
460 [61 ]: *
461 [41 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0203285 GB
Integrated 61 (sum) + 61 (prf) / 66 reflections on image 446
Integrated 530 (sum) + 525 (prf) / 613 reflections on image 447
Integrated 584 (sum) + 579 (prf) / 660 reflections on image 448
Integrated 585 (sum) + 577 (prf) / 657 reflections on image 449
Integrated 632 (sum) + 616 (prf) / 704 reflections on image 450
Integrated 618 (sum) + 608 (prf) / 698 reflections on image 451
Integrated 628 (sum) + 621 (prf) / 728 reflections on image 452
Integrated 657 (sum) + 651 (prf) / 751 reflections on image 453
Integrated 595 (sum) + 595 (prf) / 675 reflections on image 454
Integrated 596 (sum) + 592 (prf) / 679 reflections on image 455
Integrated 575 (sum) + 573 (prf) / 645 reflections on image 456
Integrated 510 (sum) + 509 (prf) / 585 reflections on image 457
Integrated 73 (sum) + 72 (prf) / 78 reflections on image 458
Integrated 15 (sum) + 15 (prf) / 17 reflections on image 459
Integrated 14 (sum) + 14 (prf) / 20 reflections on image 460
Integrated 34 (sum) + 34 (prf) / 41 reflections on image 461
Beginning integration job 41
Frames: 451 -> 473
Number of reflections
Partial: 69
Full: 7651
In ice ring: 0
Integrate: 7720
Total: 7720
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
451 [4 ]:
452 [12 ]:
453 [26 ]:
454 [61 ]: *
455 [249 ]: ******
456 [969 ]: **************************
457 [1704]: ***********************************************
458 [2267]: **************************************************************
459 [2325]: ****************************************************************
460 [2351]: *****************************************************************
461 [2385]: *****************************************************************
462 [2411]: ******************************************************************
463 [2423]: *******************************************************************
464 [2393]: ******************************************************************
465 [2346]: ****************************************************************
466 [2102]: **********************************************************
467 [1435]: ***************************************
468 [753 ]: ********************
469 [144 ]: ***
470 [77 ]: **
471 [48 ]: *
472 [37 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0202658 GB
Integrated 78 (sum) + 78 (prf) / 89 reflections on image 457
Integrated 555 (sum) + 552 (prf) / 630 reflections on image 458
Integrated 592 (sum) + 586 (prf) / 682 reflections on image 459
Integrated 582 (sum) + 577 (prf) / 677 reflections on image 460
Integrated 634 (sum) + 620 (prf) / 726 reflections on image 461
Integrated 584 (sum) + 580 (prf) / 662 reflections on image 462
Integrated 611 (sum) + 596 (prf) / 693 reflections on image 463
Integrated 628 (sum) + 620 (prf) / 712 reflections on image 464
Integrated 652 (sum) + 649 (prf) / 747 reflections on image 465
Integrated 594 (sum) + 591 (prf) / 667 reflections on image 466
Integrated 593 (sum) + 585 (prf) / 682 reflections on image 467
Integrated 541 (sum) + 536 (prf) / 609 reflections on image 468
Integrated 62 (sum) + 62 (prf) / 67 reflections on image 469
Integrated 20 (sum) + 19 (prf) / 29 reflections on image 470
Integrated 11 (sum) + 11 (prf) / 11 reflections on image 471
Integrated 29 (sum) + 29 (prf) / 37 reflections on image 472
Beginning integration job 42
Frames: 462 -> 484
Number of reflections
Partial: 72
Full: 7600
In ice ring: 0
Integrate: 7672
Total: 7672
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
462 [6 ]:
463 [17 ]:
464 [32 ]:
465 [65 ]: *
466 [257 ]: *******
467 [954 ]: **************************
468 [1672]: **********************************************
469 [2279]: ***************************************************************
470 [2333]: ****************************************************************
471 [2340]: ****************************************************************
472 [2346]: ****************************************************************
473 [2387]: ******************************************************************
474 [2423]: *******************************************************************
475 [2378]: *****************************************************************
476 [2345]: ****************************************************************
477 [2141]: ***********************************************************
478 [1426]: ***************************************
479 [740 ]: ********************
480 [152 ]: ****
481 [75 ]: **
482 [53 ]: *
483 [35 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0200961 GB
Integrated 58 (sum) + 58 (prf) / 75 reflections on image 468
Integrated 564 (sum) + 561 (prf) / 621 reflections on image 469
Integrated 607 (sum) + 604 (prf) / 670 reflections on image 470
Integrated 622 (sum) + 616 (prf) / 711 reflections on image 471
Integrated 595 (sum) + 581 (prf) / 680 reflections on image 472
Integrated 607 (sum) + 599 (prf) / 672 reflections on image 473
Integrated 640 (sum) + 629 (prf) / 738 reflections on image 474
Integrated 585 (sum) + 582 (prf) / 666 reflections on image 475
Integrated 618 (sum) + 616 (prf) / 698 reflections on image 476
Integrated 616 (sum) + 606 (prf) / 715 reflections on image 477
Integrated 598 (sum) + 593 (prf) / 686 reflections on image 478
Integrated 505 (sum) + 504 (prf) / 588 reflections on image 479
Integrated 66 (sum) + 65 (prf) / 77 reflections on image 480
Integrated 20 (sum) + 20 (prf) / 22 reflections on image 481
Integrated 13 (sum) + 13 (prf) / 18 reflections on image 482
Integrated 28 (sum) + 28 (prf) / 35 reflections on image 483
Beginning integration job 43
Frames: 473 -> 495
Number of reflections
Partial: 96
Full: 7604
In ice ring: 0
Integrate: 7700
Total: 7700
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
473 [7 ]:
474 [15 ]:
475 [37 ]: *
476 [85 ]: **
477 [268 ]: *******
478 [957 ]: **************************
479 [1666]: **********************************************
480 [2281]: ***************************************************************
481 [2344]: *****************************************************************
482 [2390]: ******************************************************************
483 [2358]: *****************************************************************
484 [2398]: *******************************************************************
485 [2360]: *****************************************************************
486 [2361]: *****************************************************************
487 [2363]: ******************************************************************
488 [2179]: ************************************************************
489 [1474]: *****************************************
490 [788 ]: **********************
491 [167 ]: ****
492 [92 ]: **
493 [69 ]: *
494 [48 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0198152 GB
Integrated 66 (sum) + 66 (prf) / 75 reflections on image 479
Integrated 548 (sum) + 545 (prf) / 628 reflections on image 480
Integrated 581 (sum) + 576 (prf) / 664 reflections on image 481
Integrated 604 (sum) + 598 (prf) / 677 reflections on image 482
Integrated 626 (sum) + 609 (prf) / 720 reflections on image 483
Integrated 634 (sum) + 627 (prf) / 718 reflections on image 484
Integrated 595 (sum) + 591 (prf) / 673 reflections on image 485
Integrated 593 (sum) + 589 (prf) / 670 reflections on image 486
Integrated 613 (sum) + 608 (prf) / 696 reflections on image 487
Integrated 636 (sum) + 626 (prf) / 705 reflections on image 488
Integrated 614 (sum) + 611 (prf) / 686 reflections on image 489
Integrated 534 (sum) + 530 (prf) / 621 reflections on image 490
Integrated 60 (sum) + 60 (prf) / 75 reflections on image 491
Integrated 18 (sum) + 18 (prf) / 23 reflections on image 492
Integrated 18 (sum) + 18 (prf) / 21 reflections on image 493
Integrated 40 (sum) + 40 (prf) / 48 reflections on image 494
Beginning integration job 44
Frames: 484 -> 506
Number of reflections
Partial: 91
Full: 7556
In ice ring: 0
Integrate: 7647
Total: 7647
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
484 [8 ]:
485 [23 ]:
486 [41 ]: *
487 [65 ]: *
488 [255 ]: *******
489 [946 ]: **************************
490 [1617]: ********************************************
491 [2222]: *************************************************************
492 [2274]: ***************************************************************
493 [2327]: ****************************************************************
494 [2340]: ****************************************************************
495 [2416]: *******************************************************************
496 [2412]: ******************************************************************
497 [2351]: *****************************************************************
498 [2332]: ****************************************************************
499 [2130]: ***********************************************************
500 [1466]: ****************************************
501 [773 ]: *********************
502 [153 ]: ****
503 [78 ]: **
504 [55 ]: *
505 [40 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0201305 GB
Integrated 76 (sum) + 75 (prf) / 83 reflections on image 490
Integrated 574 (sum) + 569 (prf) / 643 reflections on image 491
Integrated 547 (sum) + 541 (prf) / 626 reflections on image 492
Integrated 593 (sum) + 589 (prf) / 687 reflections on image 493
Integrated 605 (sum) + 591 (prf) / 685 reflections on image 494
Integrated 599 (sum) + 591 (prf) / 687 reflections on image 495
Integrated 614 (sum) + 607 (prf) / 704 reflections on image 496
Integrated 616 (sum) + 611 (prf) / 687 reflections on image 497
Integrated 629 (sum) + 625 (prf) / 715 reflections on image 498
Integrated 580 (sum) + 572 (prf) / 664 reflections on image 499
Integrated 604 (sum) + 599 (prf) / 693 reflections on image 500
Integrated 543 (sum) + 535 (prf) / 620 reflections on image 501
Integrated 62 (sum) + 62 (prf) / 75 reflections on image 502
Integrated 22 (sum) + 22 (prf) / 23 reflections on image 503
Integrated 14 (sum) + 14 (prf) / 15 reflections on image 504
Integrated 34 (sum) + 34 (prf) / 40 reflections on image 505
Beginning integration job 45
Frames: 495 -> 517
Number of reflections
Partial: 92
Full: 7596
In ice ring: 0
Integrate: 7688
Total: 7688
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
495 [6 ]:
496 [19 ]:
497 [45 ]: *
498 [81 ]: **
499 [260 ]: *******
500 [958 ]: **************************
501 [1622]: *********************************************
502 [2257]: ***************************************************************
503 [2356]: ******************************************************************
504 [2379]: ******************************************************************
505 [2387]: *******************************************************************
506 [2380]: ******************************************************************
507 [2386]: ******************************************************************
508 [2366]: ******************************************************************
509 [2334]: *****************************************************************
510 [2175]: *************************************************************
511 [1523]: ******************************************
512 [811 ]: **********************
513 [155 ]: ****
514 [76 ]: **
515 [51 ]: *
516 [40 ]: *
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0197335 GB
Integrated 74 (sum) + 74 (prf) / 77 reflections on image 501
Integrated 529 (sum) + 528 (prf) / 602 reflections on image 502
Integrated 559 (sum) + 556 (prf) / 649 reflections on image 503
Integrated 617 (sum) + 613 (prf) / 702 reflections on image 504
Integrated 662 (sum) + 645 (prf) / 746 reflections on image 505
Integrated 598 (sum) + 589 (prf) / 683 reflections on image 506
Integrated 599 (sum) + 592 (prf) / 666 reflections on image 507
Integrated 615 (sum) + 604 (prf) / 702 reflections on image 508
Integrated 613 (sum) + 610 (prf) / 686 reflections on image 509
Integrated 568 (sum) + 563 (prf) / 652 reflections on image 510
Integrated 617 (sum) + 611 (prf) / 712 reflections on image 511
Integrated 567 (sum) + 565 (prf) / 656 reflections on image 512
Integrated 64 (sum) + 64 (prf) / 79 reflections on image 513
Integrated 20 (sum) + 20 (prf) / 25 reflections on image 514
Integrated 10 (sum) + 10 (prf) / 11 reflections on image 515
Integrated 37 (sum) + 37 (prf) / 40 reflections on image 516
Beginning integration job 46
Frames: 506 -> 528
Number of reflections
Partial: 64
Full: 7577
In ice ring: 0
Integrate: 7641
Total: 7641
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
506 [9 ]:
507 [23 ]:
508 [35 ]:
509 [80 ]: **
510 [253 ]: ******
511 [940 ]: *************************
512 [1635]: ********************************************
513 [2260]: *************************************************************
514 [2328]: ***************************************************************
515 [2330]: ***************************************************************
516 [2331]: ***************************************************************
517 [2398]: *****************************************************************
518 [2456]: *******************************************************************
519 [2404]: *****************************************************************
520 [2364]: ****************************************************************
521 [2093]: *********************************************************
522 [1397]: **************************************
523 [732 ]: *******************
524 [153 ]: ****
525 [63 ]: *
526 [39 ]: *
527 [26 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0203868 GB
Integrated 79 (sum) + 79 (prf) / 92 reflections on image 512
Integrated 518 (sum) + 514 (prf) / 593 reflections on image 513
Integrated 605 (sum) + 601 (prf) / 680 reflections on image 514
Integrated 616 (sum) + 610 (prf) / 688 reflections on image 515
Integrated 617 (sum) + 608 (prf) / 692 reflections on image 516
Integrated 578 (sum) + 567 (prf) / 658 reflections on image 517
Integrated 619 (sum) + 612 (prf) / 703 reflections on image 518
Integrated 606 (sum) + 603 (prf) / 698 reflections on image 519
Integrated 651 (sum) + 645 (prf) / 744 reflections on image 520
Integrated 625 (sum) + 621 (prf) / 696 reflections on image 521
Integrated 584 (sum) + 579 (prf) / 665 reflections on image 522
Integrated 499 (sum) + 496 (prf) / 579 reflections on image 523
Integrated 77 (sum) + 77 (prf) / 90 reflections on image 524
Integrated 19 (sum) + 19 (prf) / 24 reflections on image 525
Integrated 11 (sum) + 11 (prf) / 13 reflections on image 526
Integrated 20 (sum) + 20 (prf) / 26 reflections on image 527
Beginning integration job 47
Frames: 517 -> 539
Number of reflections
Partial: 38
Full: 5837
In ice ring: 0
Integrate: 5875
Total: 5875
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
517 [6 ]:
518 [15 ]:
519 [33 ]:
520 [74 ]: **
521 [258 ]: *******
522 [977 ]: ***************************
523 [1666]: **********************************************
524 [2299]: ****************************************************************
525 [2352]: *****************************************************************
526 [2401]: *******************************************************************
527 [2374]: ******************************************************************
528 [2339]: *****************************************************************
529 [2293]: ***************************************************************
530 [1705]: ***********************************************
531 [978 ]: ***************************
532 [259 ]: *******
533 [86 ]: **
534 [50 ]: *
535 [37 ]: *
536 [24 ]:
537 [19 ]:
538 [8 ]:
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0199434 GB
Integrated 77 (sum) + 77 (prf) / 86 reflections on image 523
Integrated 562 (sum) + 556 (prf) / 642 reflections on image 524
Integrated 558 (sum) + 552 (prf) / 650 reflections on image 525
Integrated 604 (sum) + 601 (prf) / 706 reflections on image 526
Integrated 627 (sum) + 620 (prf) / 717 reflections on image 527
Integrated 599 (sum) + 591 (prf) / 681 reflections on image 528
Integrated 608 (sum) + 603 (prf) / 688 reflections on image 529
Integrated 645 (sum) + 640 (prf) / 727 reflections on image 530
Integrated 634 (sum) + 629 (prf) / 719 reflections on image 531
Integrated 150 (sum) + 147 (prf) / 173 reflections on image 532
Integrated 35 (sum) + 35 (prf) / 36 reflections on image 533
Integrated 12 (sum) + 12 (prf) / 13 reflections on image 534
Integrated 12 (sum) + 12 (prf) / 13 reflections on image 535
Integrated 3 (sum) + 3 (prf) / 5 reflections on image 536
Integrated 9 (sum) + 9 (prf) / 11 reflections on image 537
Integrated 6 (sum) + 6 (prf) / 8 reflections on image 538
Beginning integration job 48
Frames: 528 -> 540
Number of reflections
Partial: 5675
Full: 5325
In ice ring: 0
Integrate: 11000
Total: 11000
The following histogram shows the number of reflections predicted
to have all or part of their intensity on each frame.
528 [50 ]:
529 [112 ]: *
530 [713 ]: *******
531 [1393]: **************
532 [2061]: *********************
533 [2308]: ************************
534 [2387]: *************************
535 [2461]: *************************
536 [2438]: *************************
537 [2417]: *************************
538 [2344]: ************************
539 [6371]: *******************************************************************
Memory usage:
Total system memory: 16.5855 GB
Limit shoebox memory: 12.4391 GB
Required shoebox memory: 0.0208926 GB
Integrated 423 (sum) + 422 (prf) / 473 reflections on image 532
Integrated 567 (sum) + 564 (prf) / 624 reflections on image 533
Integrated 590 (sum) + 587 (prf) / 663 reflections on image 534
Integrated 631 (sum) + 624 (prf) / 718 reflections on image 535
Integrated 616 (sum) + 609 (prf) / 685 reflections on image 536
Integrated 617 (sum) + 614 (prf) / 714 reflections on image 537
Integrated 662 (sum) + 655 (prf) / 752 reflections on image 538
Integrated 5580 (sum) + 1272 (prf) / 6371 reflections on image 539
Summary vs image number
---------------------------------------------------------------------------------------------------------
ID | Image | # full | # part | # over | # ice | # sum | # prf | Ibg | I/sigI | I/sigI | CC prf | RMSD XY
| | | | | | | | | (sum) | (prf) | |
---------------------------------------------------------------------------------------------------------
0 | 0 | 60 | 5421 | 0 | 0 | 4825 | 637 | 0.15 | 0.99 | 5.98 | 0.61 | 1.01
0 | 1 | 601 | 106 | 0 | 0 | 623 | 622 | 0.15 | 5.87 | 6.01 | 0.60 | 0.46
0 | 2 | 718 | 24 | 0 | 0 | 656 | 653 | 0.15 | 5.40 | 5.51 | 0.60 | 0.43
0 | 3 | 673 | 16 | 0 | 0 | 612 | 608 | 0.15 | 5.33 | 5.40 | 0.59 | 0.46
0 | 4 | 669 | 13 | 0 | 0 | 604 | 596 | 0.15 | 6.39 | 6.52 | 0.60 | 0.44
0 | 5 | 639 | 8 | 0 | 0 | 554 | 548 | 0.15 | 5.72 | 5.83 | 0.60 | 0.45
0 | 6 | 706 | 2 | 0 | 0 | 619 | 613 | 0.15 | 5.98 | 6.06 | 0.60 | 0.45
0 | 7 | 675 | 6 | 0 | 0 | 591 | 584 | 0.16 | 6.22 | 6.29 | 0.60 | 0.45
0 | 8 | 693 | 9 | 0 | 0 | 599 | 594 | 0.15 | 5.48 | 5.55 | 0.59 | 0.46
0 | 9 | 688 | 0 | 0 | 0 | 591 | 586 | 0.15 | 5.43 | 5.51 | 0.60 | 0.45
0 | 10 | 700 | 2 | 0 | 0 | 618 | 612 | 0.16 | 5.70 | 5.79 | 0.61 | 0.46
0 | 11 | 698 | 2 | 0 | 0 | 597 | 590 | 0.14 | 5.01 | 5.10 | 0.59 | 0.45
0 | 12 | 637 | 4 | 0 | 0 | 549 | 546 | 0.15 | 5.63 | 5.69 | 0.60 | 0.46
0 | 13 | 683 | 6 | 0 | 0 | 615 | 608 | 0.16 | 5.68 | 5.78 | 0.59 | 0.45
0 | 14 | 651 | 4 | 0 | 0 | 566 | 564 | 0.16 | 5.84 | 5.90 | 0.60 | 0.47
0 | 15 | 650 | 15 | 0 | 0 | 582 | 578 | 0.16 | 6.74 | 6.92 | 0.60 | 0.46
0 | 16 | 722 | 8 | 0 | 0 | 631 | 625 | 0.15 | 5.44 | 5.56 | 0.59 | 0.46
0 | 17 | 698 | 6 | 0 | 0 | 626 | 622 | 0.16 | 5.80 | 5.83 | 0.61 | 0.45
0 | 18 | 687 | 13 | 0 | 0 | 623 | 615 | 0.15 | 5.28 | 5.41 | 0.61 | 0.46
0 | 19 | 760 | 9 | 0 | 0 | 683 | 676 | 0.15 | 5.71 | 5.79 | 0.61 | 0.43
0 | 20 | 711 | 0 | 0 | 0 | 621 | 615 | 0.16 | 6.49 | 6.59 | 0.61 | 0.44
0 | 21 | 697 | 0 | 0 | 0 | 636 | 630 | 0.15 | 5.76 | 5.84 | 0.60 | 0.46
0 | 22 | 659 | 10 | 0 | 0 | 596 | 591 | 0.15 | 6.41 | 6.54 | 0.60 | 0.46
0 | 23 | 712 | 3 | 0 | 0 | 630 | 626 | 0.16 | 6.07 | 6.18 | 0.61 | 0.44
0 | 24 | 690 | 6 | 0 | 0 | 614 | 609 | 0.15 | 5.49 | 5.54 | 0.60 | 0.45
0 | 25 | 670 | 18 | 0 | 0 | 593 | 586 | 0.16 | 5.69 | 5.94 | 0.60 | 0.47
0 | 26 | 710 | 16 | 0 | 0 | 633 | 625 | 0.16 | 5.89 | 6.08 | 0.60 | 0.46
0 | 27 | 720 | 27 | 0 | 0 | 641 | 633 | 0.16 | 6.04 | 6.19 | 0.61 | 0.44
0 | 28 | 696 | 15 | 0 | 0 | 615 | 607 | 0.16 | 6.03 | 6.27 | 0.60 | 0.46
0 | 29 | 712 | 15 | 0 | 0 | 630 | 623 | 0.16 | 6.19 | 6.38 | 0.61 | 0.47
0 | 30 | 728 | 6 | 0 | 0 | 660 | 658 | 0.15 | 5.69 | 5.77 | 0.59 | 0.47
0 | 31 | 654 | 5 | 0 | 0 | 566 | 565 | 0.16 | 6.08 | 6.13 | 0.61 | 0.46
0 | 32 | 655 | 4 | 0 | 0 | 574 | 565 | 0.15 | 5.22 | 5.34 | 0.59 | 0.47
0 | 33 | 681 | 8 | 0 | 0 | 591 | 586 | 0.16 | 5.79 | 5.93 | 0.59 | 0.47
0 | 34 | 681 | 12 | 0 | 0 | 599 | 592 | 0.15 | 5.64 | 5.73 | 0.61 | 0.46
0 | 35 | 710 | 3 | 0 | 0 | 631 | 621 | 0.15 | 5.09 | 5.21 | 0.58 | 0.48
0 | 36 | 659 | 3 | 0 | 0 | 596 | 592 | 0.16 | 5.61 | 5.69 | 0.60 | 0.46
0 | 37 | 684 | 13 | 0 | 0 | 619 | 611 | 0.16 | 5.87 | 5.96 | 0.61 | 0.44
0 | 38 | 690 | 27 | 0 | 0 | 624 | 615 | 0.16 | 5.94 | 6.05 | 0.59 | 0.48
0 | 39 | 704 | 28 | 0 | 0 | 645 | 632 | 0.15 | 5.32 | 5.42 | 0.59 | 0.48
0 | 40 | 667 | 10 | 0 | 0 | 599 | 595 | 0.15 | 5.80 | 5.86 | 0.59 | 0.48
0 | 41 | 624 | 3 | 0 | 0 | 539 | 538 | 0.15 | 5.61 | 5.66 | 0.59 | 0.48
0 | 42 | 674 | 7 | 0 | 0 | 600 | 596 | 0.16 | 5.90 | 6.00 | 0.60 | 0.46
0 | 43 | 677 | 16 | 0 | 0 | 609 | 599 | 0.16 | 6.70 | 6.83 | 0.62 | 0.44
0 | 44 | 728 | 27 | 0 | 0 | 666 | 656 | 0.16 | 5.89 | 6.06 | 0.60 | 0.44
0 | 45 | 730 | 6 | 0 | 0 | 647 | 642 | 0.16 | 6.13 | 6.29 | 0.61 | 0.44
0 | 46 | 706 | 6 | 0 | 0 | 614 | 609 | 0.16 | 5.85 | 5.89 | 0.61 | 0.46
0 | 47 | 665 | 18 | 0 | 0 | 565 | 561 | 0.15 | 5.27 | 5.35 | 0.60 | 0.44
0 | 48 | 720 | 9 | 0 | 0 | 647 | 640 | 0.16 | 5.98 | 6.19 | 0.60 | 0.46
0 | 49 | 725 | 23 | 0 | 0 | 652 | 636 | 0.15 | 5.72 | 5.84 | 0.60 | 0.45
0 | 50 | 740 | 9 | 0 | 0 | 655 | 650 | 0.16 | 5.73 | 5.77 | 0.60 | 0.46
0 | 51 | 646 | 11 | 0 | 0 | 582 | 579 | 0.16 | 6.06 | 6.17 | 0.60 | 0.46
0 | 52 | 661 | 8 | 0 | 0 | 582 | 577 | 0.15 | 5.70 | 5.77 | 0.59 | 0.46
0 | 53 | 705 | 10 | 0 | 0 | 628 | 621 | 0.15 | 5.90 | 5.99 | 0.59 | 0.48
0 | 54 | 684 | 4 | 0 | 0 | 604 | 596 | 0.14 | 5.17 | 5.20 | 0.58 | 0.49
0 | 55 | 639 | 0 | 0 | 0 | 565 | 563 | 0.16 | 5.83 | 5.87 | 0.61 | 0.42
0 | 56 | 693 | 17 | 0 | 0 | 611 | 602 | 0.15 | 5.14 | 5.25 | 0.59 | 0.46
0 | 57 | 723 | 20 | 0 | 0 | 660 | 652 | 0.16 | 6.53 | 6.96 | 0.59 | 0.47
0 | 58 | 687 | 20 | 0 | 0 | 607 | 603 | 0.15 | 5.46 | 5.47 | 0.59 | 0.44
0 | 59 | 681 | 22 | 0 | 0 | 617 | 606 | 0.17 | 6.49 | 6.82 | 0.62 | 0.47
0 | 60 | 713 | 12 | 0 | 0 | 642 | 633 | 0.16 | 5.80 | 5.92 | 0.60 | 0.47
0 | 61 | 659 | 6 | 0 | 0 | 576 | 574 | 0.16 | 5.52 | 5.55 | 0.58 | 0.45
0 | 62 | 682 | 0 | 0 | 0 | 595 | 591 | 0.16 | 6.22 | 6.31 | 0.60 | 0.47
0 | 63 | 646 | 16 | 0 | 0 | 569 | 568 | 0.15 | 5.74 | 5.79 | 0.59 | 0.49
0 | 64 | 669 | 6 | 0 | 0 | 600 | 593 | 0.15 | 6.16 | 6.25 | 0.60 | 0.46
0 | 65 | 692 | 0 | 0 | 0 | 609 | 604 | 0.16 | 6.49 | 6.56 | 0.62 | 0.45
0 | 66 | 713 | 10 | 0 | 0 | 635 | 632 | 0.16 | 6.48 | 6.53 | 0.60 | 0.45
0 | 67 | 704 | 11 | 0 | 0 | 638 | 629 | 0.16 | 6.04 | 6.35 | 0.60 | 0.47
0 | 68 | 705 | 3 | 0 | 0 | 624 | 618 | 0.16 | 5.81 | 5.88 | 0.61 | 0.45
0 | 69 | 714 | 11 | 0 | 0 | 636 | 633 | 0.15 | 5.57 | 5.66 | 0.59 | 0.47
0 | 70 | 710 | 9 | 0 | 0 | 618 | 611 | 0.16 | 6.38 | 6.79 | 0.61 | 0.44
0 | 71 | 697 | 36 | 0 | 0 | 628 | 619 | 0.15 | 5.41 | 5.54 | 0.60 | 0.46
0 | 72 | 719 | 13 | 0 | 0 | 622 | 615 | 0.15 | 5.29 | 5.38 | 0.59 | 0.48
0 | 73 | 696 | 3 | 0 | 0 | 609 | 602 | 0.17 | 6.09 | 6.22 | 0.62 | 0.44
0 | 74 | 681 | 18 | 0 | 0 | 600 | 597 | 0.16 | 6.29 | 6.30 | 0.60 | 0.46
0 | 75 | 679 | 3 | 0 | 0 | 595 | 591 | 0.15 | 5.42 | 5.49 | 0.60 | 0.45
0 | 76 | 689 | 10 | 0 | 0 | 591 | 584 | 0.15 | 6.03 | 6.12 | 0.59 | 0.48
0 | 77 | 685 | 4 | 0 | 0 | 601 | 597 | 0.15 | 5.45 | 5.50 | 0.59 | 0.46
0 | 78 | 652 | 3 | 0 | 0 | 568 | 565 | 0.16 | 6.28 | 6.38 | 0.60 | 0.46
0 | 79 | 656 | 3 | 0 | 0 | 587 | 582 | 0.15 | 5.75 | 5.83 | 0.60 | 0.44
0 | 80 | 682 | 22 | 0 | 0 | 607 | 600 | 0.15 | 6.02 | 6.37 | 0.59 | 0.46
0 | 81 | 712 | 12 | 0 | 0 | 621 | 616 | 0.15 | 5.41 | 5.49 | 0.58 | 0.47
0 | 82 | 654 | 16 | 0 | 0 | 587 | 579 | 0.16 | 6.30 | 6.41 | 0.61 | 0.46
0 | 83 | 669 | 15 | 0 | 0 | 596 | 588 | 0.16 | 5.79 | 5.97 | 0.61 | 0.45
0 | 84 | 704 | 6 | 0 | 0 | 641 | 636 | 0.16 | 5.88 | 5.97 | 0.60 | 0.45
0 | 85 | 752 | 3 | 0 | 0 | 665 | 660 | 0.16 | 6.03 | 6.15 | 0.60 | 0.48
0 | 86 | 739 | 11 | 0 | 0 | 660 | 651 | 0.16 | 5.71 | 5.81 | 0.61 | 0.44
0 | 87 | 688 | 11 | 0 | 0 | 626 | 621 | 0.16 | 5.87 | 5.94 | 0.60 | 0.45
0 | 88 | 688 | 4 | 0 | 0 | 603 | 597 | 0.15 | 5.78 | 5.93 | 0.60 | 0.47
0 | 89 | 700 | 7 | 0 | 0 | 617 | 613 | 0.15 | 5.37 | 5.45 | 0.60 | 0.45
0 | 90 | 666 | 0 | 0 | 0 | 592 | 588 | 0.14 | 5.12 | 5.14 | 0.58 | 0.46
0 | 91 | 715 | 12 | 0 | 0 | 641 | 631 | 0.16 | 5.75 | 5.97 | 0.59 | 0.47
0 | 92 | 675 | 24 | 0 | 0 | 615 | 608 | 0.15 | 5.57 | 5.71 | 0.58 | 0.47
0 | 93 | 619 | 3 | 0 | 0 | 542 | 536 | 0.16 | 5.44 | 5.54 | 0.61 | 0.46
0 | 94 | 707 | 10 | 0 | 0 | 623 | 619 | 0.16 | 6.08 | 6.21 | 0.61 | 0.44
0 | 95 | 710 | 7 | 0 | 0 | 636 | 632 | 0.16 | 6.20 | 6.36 | 0.60 | 0.44
0 | 96 | 692 | 9 | 0 | 0 | 608 | 604 | 0.16 | 6.31 | 6.34 | 0.60 | 0.46
0 | 97 | 653 | 29 | 0 | 0 | 593 | 586 | 0.16 | 6.24 | 6.42 | 0.60 | 0.47
0 | 98 | 715 | 12 | 0 | 0 | 633 | 630 | 0.16 | 6.63 | 6.71 | 0.61 | 0.44
0 | 99 | 647 | 13 | 0 | 0 | 569 | 559 | 0.17 | 6.04 | 6.16 | 0.61 | 0.47
0 | 100 | 694 | 15 | 0 | 0 | 608 | 603 | 0.16 | 6.08 | 6.15 | 0.60 | 0.46
0 | 101 | 752 | 0 | 0 | 0 | 654 | 649 | 0.16 | 5.81 | 5.92 | 0.61 | 0.45
0 | 102 | 679 | 12 | 0 | 0 | 611 | 604 | 0.15 | 4.75 | 4.84 | 0.57 | 0.49
0 | 103 | 690 | 14 | 0 | 0 | 605 | 594 | 0.16 | 5.65 | 5.81 | 0.60 | 0.46
0 | 104 | 691 | 37 | 0 | 0 | 624 | 609 | 0.16 | 6.20 | 6.33 | 0.61 | 0.45
0 | 105 | 700 | 19 | 0 | 0 | 606 | 600 | 0.16 | 5.68 | 5.82 | 0.61 | 0.44
0 | 106 | 690 | 7 | 0 | 0 | 607 | 602 | 0.16 | 5.49 | 5.59 | 0.59 | 0.47
0 | 107 | 695 | 9 | 0 | 0 | 616 | 610 | 0.16 | 6.72 | 6.81 | 0.60 | 0.46
0 | 108 | 689 | 10 | 0 | 0 | 613 | 606 | 0.15 | 4.92 | 4.97 | 0.58 | 0.45
0 | 109 | 680 | 4 | 0 | 0 | 594 | 588 | 0.15 | 5.62 | 5.71 | 0.60 | 0.46
0 | 110 | 705 | 12 | 0 | 0 | 627 | 618 | 0.16 | 5.89 | 5.98 | 0.59 | 0.43
0 | 111 | 690 | 5 | 0 | 0 | 613 | 608 | 0.16 | 5.84 | 5.93 | 0.61 | 0.46
0 | 112 | 689 | 12 | 0 | 0 | 626 | 621 | 0.16 | 6.04 | 6.15 | 0.60 | 0.47
0 | 113 | 628 | 27 | 0 | 0 | 562 | 559 | 0.16 | 6.29 | 6.39 | 0.60 | 0.48
0 | 114 | 742 | 6 | 0 | 0 | 660 | 655 | 0.17 | 6.75 | 6.92 | 0.61 | 0.45
0 | 115 | 639 | 23 | 0 | 0 | 571 | 564 | 0.16 | 5.40 | 5.53 | 0.59 | 0.46
0 | 116 | 683 | 11 | 0 | 0 | 609 | 601 | 0.16 | 5.97 | 6.06 | 0.61 | 0.44
0 | 117 | 743 | 10 | 0 | 0 | 662 | 654 | 0.17 | 6.57 | 6.73 | 0.62 | 0.45
0 | 118 | 725 | 10 | 0 | 0 | 626 | 619 | 0.15 | 5.50 | 5.58 | 0.60 | 0.45
0 | 119 | 677 | 4 | 0 | 0 | 599 | 595 | 0.16 | 5.40 | 5.50 | 0.61 | 0.45
0 | 120 | 684 | 7 | 0 | 0 | 590 | 589 | 0.15 | 5.32 | 5.34 | 0.58 | 0.46
0 | 121 | 703 | 8 | 0 | 0 | 630 | 626 | 0.16 | 6.14 | 6.22 | 0.61 | 0.45
0 | 122 | 712 | 20 | 0 | 0 | 640 | 631 | 0.15 | 5.72 | 5.81 | 0.59 | 0.46
0 | 123 | 663 | 3 | 0 | 0 | 593 | 583 | 0.16 | 5.36 | 5.48 | 0.59 | 0.46
0 | 124 | 681 | 14 | 0 | 0 | 622 | 615 | 0.16 | 6.20 | 6.32 | 0.60 | 0.45
0 | 125 | 689 | 9 | 0 | 0 | 601 | 596 | 0.16 | 5.41 | 5.48 | 0.59 | 0.46
0 | 126 | 649 | 18 | 0 | 0 | 589 | 575 | 0.16 | 5.60 | 5.71 | 0.61 | 0.45
0 | 127 | 702 | 12 | 0 | 0 | 631 | 627 | 0.16 | 6.02 | 6.20 | 0.62 | 0.44
0 | 128 | 680 | 0 | 0 | 0 | 607 | 602 | 0.16 | 5.47 | 5.56 | 0.61 | 0.45
0 | 129 | 611 | 9 | 0 | 0 | 538 | 530 | 0.16 | 6.19 | 6.28 | 0.60 | 0.48
0 | 130 | 722 | 16 | 0 | 0 | 649 | 636 | 0.16 | 6.01 | 6.30 | 0.61 | 0.44
0 | 131 | 713 | 0 | 0 | 0 | 622 | 621 | 0.16 | 5.56 | 5.60 | 0.59 | 0.45
0 | 132 | 704 | 0 | 0 | 0 | 605 | 601 | 0.16 | 5.65 | 5.68 | 0.60 | 0.47
0 | 133 | 734 | 3 | 0 | 0 | 652 | 644 | 0.16 | 5.87 | 6.09 | 0.61 | 0.45
0 | 134 | 735 | 21 | 0 | 0 | 642 | 634 | 0.16 | 5.95 | 6.07 | 0.61 | 0.46
0 | 135 | 667 | 0 | 0 | 0 | 580 | 579 | 0.16 | 6.00 | 6.02 | 0.59 | 0.46
0 | 136 | 710 | 11 | 0 | 0 | 629 | 618 | 0.16 | 5.65 | 5.77 | 0.59 | 0.45
0 | 137 | 681 | 27 | 0 | 0 | 625 | 617 | 0.16 | 5.91 | 6.17 | 0.60 | 0.47
0 | 138 | 700 | 32 | 0 | 0 | 643 | 636 | 0.15 | 5.48 | 5.73 | 0.60 | 0.47
0 | 139 | 680 | 6 | 0 | 0 | 591 | 586 | 0.17 | 6.46 | 6.54 | 0.62 | 0.43
0 | 140 | 654 | 7 | 0 | 0 | 598 | 589 | 0.16 | 5.47 | 5.57 | 0.59 | 0.46
0 | 141 | 664 | 19 | 0 | 0 | 583 | 580 | 0.16 | 5.59 | 5.64 | 0.60 | 0.45
0 | 142 | 656 | 7 | 0 | 0 | 578 | 569 | 0.16 | 5.74 | 5.87 | 0.59 | 0.47
0 | 143 | 626 | 0 | 0 | 0 | 561 | 559 | 0.17 | 5.67 | 5.75 | 0.61 | 0.43
0 | 144 | 729 | 6 | 0 | 0 | 640 | 635 | 0.16 | 5.62 | 5.74 | 0.58 | 0.46
0 | 145 | 743 | 24 | 0 | 0 | 651 | 645 | 0.15 | 4.94 | 5.01 | 0.59 | 0.46
0 | 146 | 711 | 14 | 0 | 0 | 642 | 634 | 0.15 | 5.48 | 5.56 | 0.57 | 0.47
0 | 147 | 736 | 9 | 0 | 0 | 639 | 634 | 0.17 | 5.98 | 6.05 | 0.61 | 0.43
0 | 148 | 663 | 15 | 0 | 0 | 597 | 588 | 0.15 | 5.23 | 5.34 | 0.59 | 0.46
0 | 149 | 673 | 15 | 0 | 0 | 593 | 589 | 0.16 | 6.41 | 6.53 | 0.61 | 0.44
0 | 150 | 706 | 19 | 0 | 0 | 647 | 640 | 0.17 | 6.25 | 6.51 | 0.60 | 0.46
0 | 151 | 676 | 15 | 0 | 0 | 603 | 597 | 0.17 | 6.34 | 6.44 | 0.61 | 0.42
0 | 152 | 698 | 4 | 0 | 0 | 605 | 597 | 0.16 | 5.83 | 5.92 | 0.62 | 0.45
0 | 153 | 688 | 3 | 0 | 0 | 613 | 611 | 0.17 | 6.34 | 6.40 | 0.60 | 0.45
0 | 154 | 644 | 56 | 0 | 0 | 591 | 585 | 0.17 | 6.24 | 6.33 | 0.61 | 0.46
0 | 155 | 668 | 3 | 0 | 0 | 606 | 602 | 0.16 | 5.96 | 6.05 | 0.61 | 0.47
0 | 156 | 698 | 16 | 0 | 0 | 614 | 606 | 0.16 | 5.71 | 5.83 | 0.59 | 0.46
0 | 157 | 722 | 0 | 0 | 0 | 626 | 621 | 0.16 | 5.93 | 6.03 | 0.60 | 0.47
0 | 158 | 727 | 6 | 0 | 0 | 646 | 638 | 0.16 | 6.09 | 6.19 | 0.61 | 0.46
0 | 159 | 707 | 12 | 0 | 0 | 626 | 614 | 0.16 | 5.14 | 5.35 | 0.60 | 0.47
0 | 160 | 717 | 13 | 0 | 0 | 635 | 628 | 0.16 | 6.20 | 6.28 | 0.60 | 0.45
0 | 161 | 666 | 13 | 0 | 0 | 600 | 597 | 0.16 | 6.15 | 6.25 | 0.60 | 0.46
0 | 162 | 704 | 59 | 0 | 0 | 628 | 618 | 0.16 | 6.02 | 6.12 | 0.61 | 0.46
0 | 163 | 689 | 24 | 0 | 0 | 612 | 608 | 0.16 | 5.97 | 6.04 | 0.60 | 0.47
0 | 164 | 687 | 10 | 0 | 0 | 616 | 607 | 0.17 | 6.54 | 6.84 | 0.61 | 0.44
0 | 165 | 669 | 11 | 0 | 0 | 589 | 583 | 0.17 | 5.91 | 5.99 | 0.61 | 0.45
0 | 166 | 687 | 12 | 0 | 0 | 600 | 596 | 0.16 | 5.32 | 5.35 | 0.60 | 0.45
0 | 167 | 643 | 3 | 0 | 0 | 562 | 559 | 0.18 | 6.39 | 6.49 | 0.63 | 0.44
0 | 168 | 685 | 4 | 0 | 0 | 602 | 592 | 0.17 | 6.19 | 6.34 | 0.61 | 0.46
0 | 169 | 730 | 6 | 0 | 0 | 643 | 640 | 0.15 | 5.52 | 5.59 | 0.59 | 0.45
0 | 170 | 651 | 27 | 0 | 0 | 592 | 580 | 0.16 | 5.64 | 5.87 | 0.60 | 0.46
0 | 171 | 733 | 11 | 0 | 0 | 656 | 651 | 0.16 | 5.79 | 5.84 | 0.59 | 0.46
0 | 172 | 714 | 6 | 0 | 0 | 641 | 638 | 0.16 | 6.27 | 6.28 | 0.61 | 0.44
0 | 173 | 692 | 6 | 0 | 0 | 622 | 618 | 0.17 | 6.21 | 6.25 | 0.61 | 0.45
0 | 174 | 681 | 7 | 0 | 0 | 611 | 606 | 0.16 | 5.85 | 5.97 | 0.59 | 0.46
0 | 175 | 672 | 8 | 0 | 0 | 599 | 592 | 0.16 | 5.36 | 5.45 | 0.60 | 0.49
0 | 176 | 704 | 0 | 0 | 0 | 612 | 606 | 0.16 | 5.54 | 5.62 | 0.61 | 0.44
0 | 177 | 631 | 7 | 0 | 0 | 571 | 561 | 0.17 | 6.24 | 6.46 | 0.61 | 0.44
0 | 178 | 678 | 18 | 0 | 0 | 585 | 578 | 0.16 | 5.76 | 5.87 | 0.60 | 0.46
0 | 179 | 673 | 13 | 0 | 0 | 592 | 590 | 0.17 | 6.42 | 6.55 | 0.61 | 0.46
0 | 180 | 680 | 6 | 0 | 0 | 601 | 595 | 0.17 | 5.33 | 5.47 | 0.61 | 0.45
0 | 181 | 718 | 18 | 0 | 0 | 645 | 637 | 0.17 | 6.72 | 7.28 | 0.60 | 0.47
0 | 182 | 715 | 12 | 0 | 0 | 635 | 628 | 0.16 | 5.94 | 6.08 | 0.61 | 0.45
0 | 183 | 705 | 13 | 0 | 0 | 624 | 618 | 0.16 | 5.51 | 5.58 | 0.60 | 0.47
0 | 184 | 679 | 12 | 0 | 0 | 611 | 604 | 0.15 | 5.18 | 5.31 | 0.59 | 0.48
0 | 185 | 713 | 6 | 0 | 0 | 639 | 633 | 0.17 | 5.92 | 6.01 | 0.61 | 0.47
0 | 186 | 701 | 5 | 0 | 0 | 591 | 586 | 0.17 | 6.01 | 6.07 | 0.60 | 0.47
0 | 187 | 673 | 0 | 0 | 0 | 589 | 584 | 0.17 | 6.17 | 6.28 | 0.60 | 0.45
0 | 188 | 710 | 16 | 0 | 0 | 639 | 631 | 0.15 | 4.79 | 4.88 | 0.59 | 0.46
0 | 189 | 682 | 19 | 0 | 0 | 621 | 612 | 0.17 | 5.86 | 6.13 | 0.61 | 0.45
0 | 190 | 647 | 6 | 0 | 0 | 581 | 571 | 0.17 | 5.94 | 6.07 | 0.60 | 0.44
0 | 191 | 673 | 12 | 0 | 0 | 599 | 595 | 0.16 | 6.25 | 6.40 | 0.60 | 0.43
0 | 192 | 698 | 23 | 0 | 0 | 645 | 635 | 0.17 | 6.22 | 6.44 | 0.61 | 0.45
0 | 193 | 688 | 13 | 0 | 0 | 624 | 617 | 0.16 | 5.92 | 6.00 | 0.60 | 0.47
0 | 194 | 683 | 3 | 0 | 0 | 590 | 586 | 0.16 | 5.64 | 5.72 | 0.58 | 0.45
0 | 195 | 713 | 12 | 0 | 0 | 621 | 615 | 0.17 | 6.37 | 6.45 | 0.62 | 0.46
0 | 196 | 697 | 6 | 0 | 0 | 615 | 613 | 0.16 | 5.37 | 5.43 | 0.58 | 0.47
0 | 197 | 765 | 10 | 0 | 0 | 665 | 662 | 0.17 | 5.35 | 5.41 | 0.60 | 0.43
0 | 198 | 657 | 10 | 0 | 0 | 582 | 582 | 0.16 | 5.94 | 5.95 | 0.60 | 0.43
0 | 199 | 685 | 3 | 0 | 0 | 611 | 606 | 0.16 | 5.77 | 5.83 | 0.59 | 0.47
0 | 200 | 664 | 10 | 0 | 0 | 588 | 584 | 0.17 | 6.30 | 6.62 | 0.62 | 0.45
0 | 201 | 690 | 22 | 0 | 0 | 607 | 606 | 0.16 | 5.68 | 5.69 | 0.60 | 0.45
0 | 202 | 660 | 30 | 0 | 0 | 584 | 582 | 0.17 | 6.38 | 6.62 | 0.61 | 0.45
0 | 203 | 697 | 15 | 0 | 0 | 612 | 599 | 0.16 | 5.96 | 6.09 | 0.59 | 0.47
0 | 204 | 698 | 7 | 0 | 0 | 620 | 619 | 0.16 | 5.77 | 5.80 | 0.60 | 0.45
0 | 205 | 669 | 23 | 0 | 0 | 608 | 597 | 0.17 | 6.04 | 6.18 | 0.60 | 0.45
0 | 206 | 721 | 10 | 0 | 0 | 646 | 640 | 0.17 | 5.38 | 5.44 | 0.60 | 0.45
0 | 207 | 704 | 8 | 0 | 0 | 621 | 618 | 0.16 | 5.50 | 5.60 | 0.60 | 0.45
0 | 208 | 711 | 10 | 0 | 0 | 641 | 635 | 0.16 | 5.47 | 5.57 | 0.60 | 0.46
0 | 209 | 699 | 10 | 0 | 0 | 593 | 587 | 0.17 | 6.24 | 6.32 | 0.60 | 0.46
0 | 210 | 672 | 7 | 0 | 0 | 572 | 565 | 0.17 | 5.77 | 5.89 | 0.60 | 0.46
0 | 211 | 691 | 8 | 0 | 0 | 612 | 610 | 0.17 | 6.02 | 6.10 | 0.61 | 0.44
0 | 212 | 676 | 3 | 0 | 0 | 593 | 589 | 0.17 | 6.49 | 6.56 | 0.62 | 0.43
0 | 213 | 666 | 13 | 0 | 0 | 600 | 592 | 0.17 | 5.84 | 5.95 | 0.60 | 0.45
0 | 214 | 690 | 15 | 0 | 0 | 624 | 613 | 0.17 | 6.13 | 6.55 | 0.61 | 0.44
0 | 215 | 676 | 17 | 0 | 0 | 602 | 593 | 0.17 | 5.84 | 6.25 | 0.59 | 0.45
0 | 216 | 713 | 9 | 0 | 0 | 643 | 635 | 0.17 | 6.10 | 6.21 | 0.60 | 0.46
0 | 217 | 709 | 9 | 0 | 0 | 634 | 629 | 0.17 | 5.48 | 5.56 | 0.60 | 0.47
0 | 218 | 683 | 3 | 0 | 0 | 602 | 596 | 0.16 | 5.48 | 5.58 | 0.58 | 0.45
0 | 219 | 717 | 3 | 0 | 0 | 632 | 627 | 0.16 | 5.34 | 5.41 | 0.59 | 0.46
0 | 220 | 705 | 16 | 0 | 0 | 648 | 641 | 0.16 | 5.49 | 5.57 | 0.59 | 0.46
0 | 221 | 679 | 3 | 0 | 0 | 600 | 596 | 0.17 | 6.03 | 6.13 | 0.61 | 0.43
0 | 222 | 671 | 20 | 0 | 0 | 579 | 573 | 0.17 | 6.25 | 6.31 | 0.61 | 0.45
0 | 223 | 683 | 20 | 0 | 0 | 613 | 606 | 0.16 | 5.80 | 5.90 | 0.62 | 0.45
0 | 224 | 650 | 9 | 0 | 0 | 593 | 588 | 0.17 | 6.25 | 6.34 | 0.61 | 0.44
0 | 225 | 667 | 46 | 0 | 0 | 613 | 602 | 0.17 | 5.80 | 6.00 | 0.61 | 0.46
0 | 226 | 710 | 25 | 0 | 0 | 650 | 635 | 0.17 | 6.34 | 6.66 | 0.59 | 0.46
0 | 227 | 726 | 9 | 0 | 0 | 636 | 631 | 0.17 | 6.04 | 6.12 | 0.61 | 0.43
0 | 228 | 661 | 28 | 0 | 0 | 582 | 573 | 0.16 | 5.18 | 5.51 | 0.59 | 0.44
0 | 229 | 712 | 0 | 0 | 0 | 632 | 627 | 0.16 | 5.14 | 5.23 | 0.59 | 0.47
0 | 230 | 711 | 0 | 0 | 0 | 634 | 632 | 0.16 | 5.66 | 5.71 | 0.60 | 0.47
0 | 231 | 716 | 8 | 0 | 0 | 616 | 610 | 0.17 | 5.61 | 5.70 | 0.60 | 0.44
0 | 232 | 668 | 0 | 0 | 0 | 584 | 583 | 0.17 | 6.36 | 6.42 | 0.61 | 0.42
0 | 233 | 686 | 7 | 0 | 0 | 602 | 598 | 0.16 | 5.68 | 5.79 | 0.60 | 0.44
0 | 234 | 658 | 10 | 0 | 0 | 590 | 584 | 0.16 | 5.38 | 5.39 | 0.58 | 0.45
0 | 235 | 641 | 9 | 0 | 0 | 568 | 562 | 0.17 | 6.08 | 6.23 | 0.61 | 0.43
0 | 236 | 720 | 12 | 0 | 0 | 628 | 619 | 0.17 | 5.62 | 5.73 | 0.60 | 0.44
0 | 237 | 690 | 17 | 0 | 0 | 617 | 609 | 0.17 | 5.70 | 5.82 | 0.61 | 0.43
0 | 238 | 718 | 12 | 0 | 0 | 644 | 638 | 0.17 | 5.82 | 5.90 | 0.61 | 0.46
0 | 239 | 691 | 16 | 0 | 0 | 620 | 613 | 0.16 | 5.39 | 5.62 | 0.60 | 0.44
0 | 240 | 711 | 3 | 0 | 0 | 639 | 633 | 0.17 | 5.60 | 5.69 | 0.60 | 0.46
0 | 241 | 741 | 4 | 0 | 0 | 668 | 661 | 0.16 | 5.57 | 5.67 | 0.60 | 0.45
0 | 242 | 669 | 0 | 0 | 0 | 596 | 589 | 0.16 | 5.65 | 5.76 | 0.61 | 0.42
0 | 243 | 685 | 4 | 0 | 0 | 609 | 606 | 0.17 | 6.30 | 6.32 | 0.61 | 0.44
0 | 244 | 639 | 7 | 0 | 0 | 567 | 562 | 0.17 | 5.65 | 5.72 | 0.61 | 0.44
0 | 245 | 692 | 35 | 0 | 0 | 623 | 614 | 0.17 | 5.91 | 6.07 | 0.60 | 0.44
0 | 246 | 678 | 26 | 0 | 0 | 608 | 599 | 0.17 | 5.83 | 6.14 | 0.61 | 0.45
0 | 247 | 674 | 12 | 0 | 0 | 598 | 591 | 0.18 | 6.31 | 6.51 | 0.61 | 0.42
0 | 248 | 711 | 9 | 0 | 0 | 644 | 633 | 0.16 | 5.59 | 5.73 | 0.60 | 0.43
0 | 249 | 682 | 3 | 0 | 0 | 582 | 577 | 0.17 | 5.98 | 6.10 | 0.60 | 0.44
0 | 250 | 691 | 3 | 0 | 0 | 609 | 602 | 0.16 | 5.76 | 5.89 | 0.60 | 0.43
0 | 251 | 722 | 4 | 0 | 0 | 639 | 636 | 0.17 | 6.06 | 6.13 | 0.59 | 0.45
0 | 252 | 750 | 0 | 0 | 0 | 676 | 672 | 0.16 | 5.13 | 5.17 | 0.59 | 0.45
0 | 253 | 693 | 0 | 0 | 0 | 616 | 612 | 0.17 | 5.48 | 5.57 | 0.61 | 0.45
0 | 254 | 658 | 4 | 0 | 0 | 589 | 582 | 0.17 | 6.11 | 6.18 | 0.62 | 0.42
0 | 255 | 688 | 10 | 0 | 0 | 613 | 607 | 0.17 | 6.41 | 6.80 | 0.59 | 0.46
0 | 256 | 658 | 12 | 0 | 0 | 595 | 588 | 0.17 | 6.15 | 6.24 | 0.61 | 0.42
0 | 257 | 638 | 27 | 0 | 0 | 580 | 574 | 0.17 | 5.27 | 5.44 | 0.59 | 0.46
0 | 258 | 672 | 28 | 0 | 0 | 595 | 588 | 0.17 | 5.77 | 5.86 | 0.60 | 0.45
0 | 259 | 666 | 20 | 0 | 0 | 582 | 576 | 0.16 | 5.54 | 5.62 | 0.59 | 0.46
0 | 260 | 703 | 3 | 0 | 0 | 620 | 617 | 0.17 | 5.95 | 6.11 | 0.62 | 0.41
0 | 261 | 723 | 13 | 0 | 0 | 643 | 634 | 0.17 | 5.60 | 5.76 | 0.61 | 0.45
0 | 262 | 739 | 4 | 0 | 0 | 668 | 659 | 0.17 | 5.64 | 5.74 | 0.61 | 0.44
0 | 263 | 715 | 4 | 0 | 0 | 624 | 621 | 0.16 | 5.69 | 5.74 | 0.60 | 0.44
0 | 264 | 720 | 0 | 0 | 0 | 631 | 628 | 0.17 | 5.45 | 5.47 | 0.60 | 0.44
0 | 265 | 650 | 8 | 0 | 0 | 571 | 566 | 0.17 | 6.10 | 6.20 | 0.60 | 0.43
0 | 266 | 658 | 27 | 0 | 0 | 596 | 589 | 0.17 | 5.60 | 5.74 | 0.62 | 0.44
0 | 267 | 665 | 14 | 0 | 0 | 602 | 592 | 0.18 | 6.19 | 6.31 | 0.63 | 0.42
0 | 268 | 676 | 27 | 0 | 0 | 602 | 594 | 0.17 | 5.97 | 6.18 | 0.62 | 0.43
0 | 269 | 659 | 19 | 0 | 0 | 595 | 588 | 0.17 | 5.51 | 5.59 | 0.60 | 0.45
0 | 270 | 677 | 15 | 0 | 0 | 612 | 605 | 0.17 | 5.64 | 5.73 | 0.59 | 0.46
0 | 271 | 696 | 9 | 0 | 0 | 614 | 609 | 0.17 | 4.94 | 5.06 | 0.59 | 0.47
0 | 272 | 670 | 3 | 0 | 0 | 603 | 601 | 0.17 | 5.40 | 5.45 | 0.61 | 0.44
0 | 273 | 691 | 5 | 0 | 0 | 630 | 626 | 0.17 | 5.73 | 5.82 | 0.61 | 0.43
0 | 274 | 759 | 7 | 0 | 0 | 670 | 661 | 0.17 | 5.79 | 5.96 | 0.60 | 0.43
0 | 275 | 749 | 4 | 0 | 0 | 661 | 654 | 0.18 | 6.23 | 6.40 | 0.62 | 0.41
0 | 276 | 725 | 9 | 0 | 0 | 637 | 632 | 0.17 | 5.64 | 5.77 | 0.61 | 0.44
0 | 277 | 688 | 3 | 0 | 0 | 595 | 588 | 0.17 | 5.99 | 6.13 | 0.63 | 0.42
0 | 278 | 625 | 9 | 0 | 0 | 548 | 543 | 0.18 | 5.83 | 5.94 | 0.61 | 0.46
0 | 279 | 656 | 9 | 0 | 0 | 585 | 576 | 0.17 | 5.96 | 6.14 | 0.61 | 0.45
0 | 280 | 659 | 3 | 0 | 0 | 575 | 570 | 0.18 | 6.53 | 6.65 | 0.62 | 0.42
0 | 281 | 704 | 15 | 0 | 0 | 634 | 628 | 0.17 | 5.41 | 5.51 | 0.61 | 0.41
0 | 282 | 691 | 26 | 0 | 0 | 618 | 613 | 0.16 | 5.58 | 5.71 | 0.59 | 0.45
0 | 283 | 719 | 18 | 0 | 0 | 626 | 621 | 0.18 | 6.21 | 6.31 | 0.63 | 0.42
0 | 284 | 692 | 0 | 0 | 0 | 601 | 596 | 0.17 | 5.90 | 5.99 | 0.61 | 0.43
0 | 285 | 697 | 12 | 0 | 0 | 619 | 613 | 0.18 | 6.18 | 6.35 | 0.61 | 0.44
0 | 286 | 697 | 4 | 0 | 0 | 622 | 621 | 0.17 | 5.84 | 5.88 | 0.61 | 0.44
0 | 287 | 721 | 3 | 0 | 0 | 651 | 647 | 0.17 | 5.61 | 5.70 | 0.60 | 0.44
0 | 288 | 719 | 14 | 0 | 0 | 644 | 636 | 0.16 | 5.32 | 5.46 | 0.60 | 0.45
0 | 289 | 707 | 15 | 0 | 0 | 642 | 632 | 0.17 | 5.80 | 6.08 | 0.62 | 0.44
0 | 290 | 673 | 16 | 0 | 0 | 589 | 583 | 0.17 | 6.36 | 6.45 | 0.61 | 0.44
0 | 291 | 629 | 16 | 0 | 0 | 559 | 555 | 0.18 | 5.95 | 6.02 | 0.61 | 0.43
0 | 292 | 703 | 21 | 0 | 0 | 635 | 624 | 0.17 | 5.98 | 6.12 | 0.61 | 0.44
0 | 293 | 653 | 16 | 0 | 0 | 575 | 572 | 0.17 | 5.97 | 6.09 | 0.61 | 0.43
0 | 294 | 666 | 0 | 0 | 0 | 575 | 570 | 0.17 | 5.57 | 5.66 | 0.62 | 0.45
0 | 295 | 711 | 14 | 0 | 0 | 617 | 614 | 0.18 | 6.04 | 6.10 | 0.63 | 0.41
0 | 296 | 663 | 4 | 0 | 0 | 576 | 570 | 0.17 | 5.61 | 5.77 | 0.61 | 0.43
0 | 297 | 653 | 12 | 0 | 0 | 563 | 558 | 0.17 | 5.45 | 5.55 | 0.60 | 0.46
0 | 298 | 696 | 12 | 0 | 0 | 611 | 605 | 0.17 | 5.37 | 5.46 | 0.59 | 0.45
0 | 299 | 737 | 11 | 0 | 0 | 657 | 649 | 0.18 | 6.49 | 6.62 | 0.62 | 0.43
0 | 300 | 715 | 19 | 0 | 0 | 630 | 620 | 0.18 | 6.39 | 6.74 | 0.63 | 0.44
0 | 301 | 728 | 12 | 0 | 0 | 657 | 652 | 0.17 | 5.52 | 5.62 | 0.60 | 0.45
0 | 302 | 709 | 9 | 0 | 0 | 628 | 621 | 0.18 | 5.84 | 5.89 | 0.61 | 0.44
0 | 303 | 704 | 21 | 0 | 0 | 640 | 634 | 0.16 | 5.86 | 5.97 | 0.60 | 0.45
0 | 304 | 663 | 3 | 0 | 0 | 587 | 582 | 0.18 | 6.24 | 6.34 | 0.62 | 0.43
0 | 305 | 673 | 16 | 0 | 0 | 620 | 615 | 0.18 | 6.04 | 6.13 | 0.61 | 0.43
0 | 306 | 676 | 0 | 0 | 0 | 579 | 577 | 0.17 | 5.80 | 5.84 | 0.61 | 0.44
0 | 307 | 675 | 8 | 0 | 0 | 590 | 586 | 0.19 | 6.48 | 6.60 | 0.63 | 0.42
0 | 308 | 678 | 4 | 0 | 0 | 608 | 605 | 0.17 | 5.78 | 5.86 | 0.60 | 0.44
0 | 309 | 664 | 7 | 0 | 0 | 575 | 573 | 0.17 | 5.52 | 5.61 | 0.61 | 0.43
0 | 310 | 683 | 19 | 0 | 0 | 608 | 598 | 0.18 | 5.84 | 6.01 | 0.62 | 0.43
0 | 311 | 690 | 21 | 0 | 0 | 644 | 631 | 0.16 | 5.27 | 5.59 | 0.59 | 0.44
0 | 312 | 685 | 6 | 0 | 0 | 604 | 601 | 0.17 | 6.21 | 6.31 | 0.62 | 0.41
0 | 313 | 740 | 26 | 0 | 0 | 658 | 653 | 0.17 | 6.02 | 6.12 | 0.62 | 0.44
0 | 314 | 705 | 13 | 0 | 0 | 641 | 634 | 0.17 | 5.16 | 5.26 | 0.59 | 0.45
0 | 315 | 701 | 16 | 0 | 0 | 620 | 616 | 0.17 | 5.46 | 5.50 | 0.60 | 0.44
0 | 316 | 662 | 14 | 0 | 0 | 588 | 580 | 0.17 | 5.60 | 5.68 | 0.61 | 0.44
0 | 317 | 713 | 5 | 0 | 0 | 623 | 622 | 0.16 | 5.35 | 5.38 | 0.59 | 0.46
0 | 318 | 701 | 11 | 0 | 0 | 631 | 622 | 0.18 | 6.18 | 6.32 | 0.60 | 0.43
0 | 319 | 655 | 4 | 0 | 0 | 572 | 564 | 0.18 | 6.06 | 6.23 | 0.63 | 0.42
0 | 320 | 678 | 3 | 0 | 0 | 606 | 601 | 0.18 | 6.33 | 6.47 | 0.62 | 0.42
0 | 321 | 685 | 25 | 0 | 0 | 605 | 597 | 0.18 | 6.25 | 6.41 | 0.62 | 0.44
0 | 322 | 680 | 6 | 0 | 0 | 600 | 597 | 0.18 | 6.05 | 6.13 | 0.62 | 0.42
0 | 323 | 668 | 3 | 0 | 0 | 591 | 584 | 0.18 | 5.55 | 5.64 | 0.60 | 0.41
0 | 324 | 709 | 19 | 0 | 0 | 635 | 628 | 0.17 | 5.74 | 5.80 | 0.62 | 0.43
0 | 325 | 687 | 17 | 0 | 0 | 607 | 599 | 0.18 | 6.34 | 6.50 | 0.62 | 0.43
0 | 326 | 690 | 17 | 0 | 0 | 612 | 604 | 0.17 | 6.17 | 6.30 | 0.61 | 0.43
0 | 327 | 688 | 16 | 0 | 0 | 618 | 611 | 0.17 | 6.07 | 6.22 | 0.61 | 0.42
0 | 328 | 713 | 0 | 0 | 0 | 619 | 618 | 0.17 | 5.64 | 5.69 | 0.62 | 0.45
0 | 329 | 721 | 28 | 0 | 0 | 649 | 640 | 0.17 | 5.55 | 5.68 | 0.60 | 0.46
0 | 330 | 709 | 7 | 0 | 0 | 635 | 626 | 0.17 | 4.97 | 5.06 | 0.61 | 0.44
0 | 331 | 680 | 8 | 0 | 0 | 617 | 611 | 0.17 | 5.33 | 5.43 | 0.61 | 0.44
0 | 332 | 696 | 6 | 0 | 0 | 611 | 605 | 0.17 | 5.70 | 5.79 | 0.61 | 0.45
0 | 333 | 680 | 6 | 0 | 0 | 608 | 603 | 0.17 | 5.76 | 5.88 | 0.61 | 0.43
0 | 334 | 663 | 12 | 0 | 0 | 593 | 587 | 0.19 | 6.61 | 6.73 | 0.62 | 0.43
0 | 335 | 689 | 21 | 0 | 0 | 613 | 603 | 0.17 | 5.57 | 5.89 | 0.60 | 0.46
0 | 336 | 676 | 13 | 0 | 0 | 596 | 589 | 0.18 | 6.23 | 6.35 | 0.63 | 0.42
0 | 337 | 657 | 6 | 0 | 0 | 570 | 562 | 0.18 | 5.71 | 5.83 | 0.62 | 0.44
0 | 338 | 696 | 3 | 0 | 0 | 622 | 617 | 0.19 | 6.37 | 6.46 | 0.62 | 0.44
0 | 339 | 711 | 3 | 0 | 0 | 621 | 611 | 0.17 | 5.55 | 5.66 | 0.61 | 0.42
0 | 340 | 709 | 7 | 0 | 0 | 619 | 613 | 0.17 | 5.82 | 5.93 | 0.62 | 0.44
0 | 341 | 681 | 5 | 0 | 0 | 590 | 583 | 0.17 | 5.71 | 5.82 | 0.62 | 0.44
0 | 342 | 664 | 20 | 0 | 0 | 578 | 573 | 0.17 | 5.56 | 5.67 | 0.61 | 0.46
0 | 343 | 716 | 6 | 0 | 0 | 638 | 634 | 0.17 | 5.27 | 5.36 | 0.61 | 0.43
0 | 344 | 665 | 12 | 0 | 0 | 598 | 589 | 0.17 | 5.81 | 5.96 | 0.62 | 0.44
0 | 345 | 697 | 12 | 0 | 0 | 621 | 614 | 0.17 | 5.70 | 5.83 | 0.61 | 0.44
0 | 346 | 694 | 19 | 0 | 0 | 633 | 627 | 0.17 | 5.51 | 5.58 | 0.60 | 0.45
0 | 347 | 677 | 15 | 0 | 0 | 605 | 600 | 0.17 | 5.74 | 5.86 | 0.61 | 0.45
0 | 348 | 715 | 15 | 0 | 0 | 636 | 629 | 0.17 | 5.91 | 6.33 | 0.60 | 0.44
0 | 349 | 729 | 5 | 0 | 0 | 641 | 639 | 0.19 | 6.51 | 6.57 | 0.64 | 0.40
0 | 350 | 717 | 4 | 0 | 0 | 628 | 624 | 0.18 | 6.26 | 6.35 | 0.63 | 0.42
0 | 351 | 682 | 12 | 0 | 0 | 601 | 592 | 0.17 | 5.59 | 5.68 | 0.61 | 0.44
0 | 352 | 667 | 12 | 0 | 0 | 584 | 580 | 0.18 | 6.29 | 6.41 | 0.63 | 0.41
0 | 353 | 697 | 19 | 0 | 0 | 616 | 603 | 0.18 | 6.23 | 6.51 | 0.62 | 0.45
0 | 354 | 673 | 3 | 0 | 0 | 585 | 581 | 0.17 | 5.54 | 5.63 | 0.61 | 0.44
0 | 355 | 666 | 9 | 0 | 0 | 610 | 606 | 0.18 | 5.69 | 5.81 | 0.61 | 0.44
0 | 356 | 669 | 18 | 0 | 0 | 607 | 599 | 0.18 | 6.22 | 6.44 | 0.60 | 0.42
0 | 357 | 678 | 16 | 0 | 0 | 605 | 596 | 0.18 | 5.84 | 5.94 | 0.60 | 0.46
0 | 358 | 669 | 22 | 0 | 0 | 606 | 598 | 0.17 | 5.37 | 5.47 | 0.60 | 0.45
0 | 359 | 677 | 18 | 0 | 0 | 617 | 609 | 0.17 | 5.87 | 5.94 | 0.62 | 0.42
0 | 360 | 695 | 19 | 0 | 0 | 625 | 619 | 0.17 | 5.97 | 6.12 | 0.60 | 0.46
0 | 361 | 686 | 3 | 0 | 0 | 601 | 598 | 0.19 | 6.86 | 6.95 | 0.63 | 0.43
0 | 362 | 665 | 0 | 0 | 0 | 582 | 577 | 0.17 | 5.32 | 5.44 | 0.62 | 0.43
0 | 363 | 726 | 0 | 0 | 0 | 639 | 632 | 0.18 | 5.78 | 5.90 | 0.63 | 0.44
0 | 364 | 696 | 10 | 0 | 0 | 630 | 620 | 0.19 | 5.97 | 6.13 | 0.61 | 0.45
0 | 365 | 729 | 21 | 0 | 0 | 647 | 641 | 0.17 | 5.34 | 5.42 | 0.61 | 0.41
0 | 366 | 710 | 11 | 0 | 0 | 625 | 621 | 0.18 | 6.35 | 6.44 | 0.63 | 0.42
0 | 367 | 697 | 17 | 0 | 0 | 635 | 624 | 0.17 | 5.32 | 5.40 | 0.61 | 0.42
0 | 368 | 709 | 12 | 0 | 0 | 635 | 628 | 0.19 | 5.99 | 6.12 | 0.63 | 0.42
0 | 369 | 712 | 22 | 0 | 0 | 634 | 625 | 0.18 | 5.94 | 6.09 | 0.63 | 0.41
0 | 370 | 695 | 26 | 0 | 0 | 626 | 619 | 0.17 | 5.93 | 6.08 | 0.60 | 0.45
0 | 371 | 653 | 9 | 0 | 0 | 582 | 577 | 0.17 | 6.03 | 6.12 | 0.61 | 0.42
0 | 372 | 639 | 17 | 0 | 0 | 561 | 560 | 0.18 | 6.94 | 7.01 | 0.62 | 0.43
0 | 373 | 673 | 0 | 0 | 0 | 598 | 592 | 0.17 | 5.96 | 6.06 | 0.61 | 0.44
0 | 374 | 704 | 0 | 0 | 0 | 626 | 626 | 0.18 | 6.03 | 6.07 | 0.63 | 0.43
0 | 375 | 701 | 10 | 0 | 0 | 596 | 591 | 0.17 | 5.35 | 5.45 | 0.60 | 0.45
0 | 376 | 688 | 10 | 0 | 0 | 608 | 601 | 0.18 | 5.57 | 5.67 | 0.61 | 0.44
0 | 377 | 675 | 10 | 0 | 0 | 609 | 605 | 0.19 | 6.39 | 6.52 | 0.63 | 0.41
0 | 378 | 709 | 19 | 0 | 0 | 623 | 619 | 0.17 | 5.47 | 5.58 | 0.62 | 0.43
0 | 379 | 674 | 27 | 0 | 0 | 599 | 587 | 0.17 | 6.03 | 6.19 | 0.62 | 0.45
0 | 380 | 687 | 6 | 0 | 0 | 606 | 602 | 0.18 | 5.60 | 5.71 | 0.61 | 0.45
0 | 381 | 658 | 24 | 0 | 0 | 595 | 592 | 0.17 | 5.08 | 5.18 | 0.60 | 0.43
0 | 382 | 710 | 0 | 0 | 0 | 618 | 616 | 0.18 | 6.02 | 6.09 | 0.62 | 0.41
0 | 383 | 627 | 7 | 0 | 0 | 556 | 549 | 0.17 | 5.18 | 5.29 | 0.61 | 0.42
0 | 384 | 698 | 4 | 0 | 0 | 621 | 612 | 0.17 | 5.64 | 5.77 | 0.61 | 0.43
0 | 385 | 750 | 0 | 0 | 0 | 666 | 659 | 0.18 | 5.43 | 5.53 | 0.64 | 0.42
0 | 386 | 705 | 7 | 0 | 0 | 624 | 619 | 0.18 | 5.52 | 5.55 | 0.61 | 0.43
0 | 387 | 661 | 3 | 0 | 0 | 580 | 576 | 0.19 | 6.24 | 6.33 | 0.63 | 0.44
0 | 388 | 743 | 6 | 0 | 0 | 684 | 677 | 0.18 | 5.94 | 6.07 | 0.62 | 0.42
0 | 389 | 683 | 3 | 0 | 0 | 603 | 597 | 0.19 | 6.33 | 6.42 | 0.63 | 0.42
0 | 390 | 718 | 11 | 0 | 0 | 632 | 630 | 0.18 | 6.04 | 6.13 | 0.62 | 0.42
0 | 391 | 689 | 15 | 0 | 0 | 622 | 618 | 0.19 | 6.82 | 7.00 | 0.62 | 0.44
0 | 392 | 701 | 15 | 0 | 0 | 622 | 618 | 0.18 | 6.30 | 6.43 | 0.62 | 0.43
0 | 393 | 699 | 20 | 0 | 0 | 620 | 614 | 0.18 | 6.10 | 6.16 | 0.61 | 0.44
0 | 394 | 644 | 22 | 0 | 0 | 581 | 570 | 0.17 | 5.57 | 5.83 | 0.60 | 0.45
0 | 395 | 683 | 10 | 0 | 0 | 584 | 579 | 0.18 | 6.10 | 6.21 | 0.61 | 0.43
0 | 396 | 702 | 23 | 0 | 0 | 607 | 599 | 0.18 | 5.88 | 6.15 | 0.63 | 0.45
0 | 397 | 673 | 7 | 0 | 0 | 601 | 593 | 0.19 | 5.80 | 5.94 | 0.63 | 0.40
0 | 398 | 709 | 6 | 0 | 0 | 626 | 617 | 0.17 | 5.41 | 5.55 | 0.61 | 0.43
0 | 399 | 676 | 6 | 0 | 0 | 614 | 607 | 0.18 | 5.49 | 5.64 | 0.62 | 0.44
0 | 400 | 674 | 36 | 0 | 0 | 618 | 610 | 0.18 | 5.61 | 5.71 | 0.61 | 0.43
0 | 401 | 673 | 18 | 0 | 0 | 611 | 599 | 0.17 | 5.41 | 5.54 | 0.61 | 0.43
0 | 402 | 667 | 6 | 0 | 0 | 578 | 574 | 0.17 | 5.36 | 5.40 | 0.61 | 0.44
0 | 403 | 657 | 6 | 0 | 0 | 602 | 599 | 0.18 | 6.33 | 6.40 | 0.62 | 0.41
0 | 404 | 641 | 8 | 0 | 0 | 548 | 541 | 0.17 | 5.21 | 5.31 | 0.59 | 0.45
0 | 405 | 758 | 17 | 0 | 0 | 676 | 670 | 0.18 | 6.56 | 6.78 | 0.62 | 0.42
0 | 406 | 695 | 4 | 0 | 0 | 611 | 604 | 0.18 | 5.82 | 5.94 | 0.64 | 0.40
0 | 407 | 729 | 4 | 0 | 0 | 642 | 639 | 0.19 | 6.01 | 6.12 | 0.63 | 0.41
0 | 408 | 632 | 7 | 0 | 0 | 563 | 562 | 0.18 | 6.00 | 6.03 | 0.62 | 0.43
0 | 409 | 735 | 9 | 0 | 0 | 645 | 639 | 0.18 | 5.38 | 5.57 | 0.62 | 0.43
0 | 410 | 740 | 10 | 0 | 0 | 661 | 656 | 0.18 | 5.16 | 5.29 | 0.59 | 0.45
0 | 411 | 636 | 6 | 0 | 0 | 565 | 561 | 0.19 | 6.69 | 6.79 | 0.64 | 0.40
0 | 412 | 671 | 6 | 0 | 0 | 585 | 574 | 0.19 | 6.31 | 6.57 | 0.61 | 0.43
0 | 413 | 712 | 37 | 0 | 0 | 639 | 633 | 0.18 | 5.51 | 5.66 | 0.61 | 0.43
0 | 414 | 683 | 15 | 0 | 0 | 615 | 604 | 0.18 | 5.64 | 5.77 | 0.61 | 0.43
0 | 415 | 719 | 12 | 0 | 0 | 645 | 638 | 0.19 | 5.42 | 5.52 | 0.62 | 0.43
0 | 416 | 702 | 8 | 0 | 0 | 619 | 612 | 0.18 | 5.77 | 5.88 | 0.62 | 0.42
0 | 417 | 695 | 6 | 0 | 0 | 612 | 609 | 0.19 | 5.79 | 5.87 | 0.62 | 0.41
0 | 418 | 684 | 13 | 0 | 0 | 598 | 592 | 0.18 | 5.62 | 5.75 | 0.62 | 0.43
0 | 419 | 719 | 15 | 0 | 0 | 634 | 626 | 0.19 | 6.11 | 6.23 | 0.61 | 0.44
0 | 420 | 730 | 4 | 0 | 0 | 645 | 639 | 0.19 | 6.45 | 6.55 | 0.62 | 0.42
0 | 421 | 682 | 11 | 0 | 0 | 597 | 595 | 0.19 | 5.91 | 6.00 | 0.63 | 0.41
0 | 422 | 667 | 30 | 0 | 0 | 621 | 611 | 0.19 | 6.02 | 6.15 | 0.62 | 0.44
0 | 423 | 653 | 6 | 0 | 0 | 579 | 571 | 0.17 | 5.38 | 5.49 | 0.59 | 0.46
0 | 424 | 690 | 3 | 0 | 0 | 597 | 594 | 0.17 | 5.01 | 5.10 | 0.61 | 0.45
0 | 425 | 709 | 7 | 0 | 0 | 631 | 628 | 0.18 | 4.97 | 5.05 | 0.61 | 0.43
0 | 426 | 686 | 3 | 0 | 0 | 596 | 587 | 0.18 | 5.45 | 5.54 | 0.62 | 0.42
0 | 427 | 708 | 12 | 0 | 0 | 633 | 623 | 0.18 | 5.57 | 5.75 | 0.61 | 0.46
0 | 428 | 644 | 8 | 0 | 0 | 577 | 571 | 0.17 | 4.86 | 4.99 | 0.60 | 0.45
0 | 429 | 665 | 8 | 0 | 0 | 584 | 578 | 0.17 | 5.34 | 5.43 | 0.61 | 0.43
0 | 430 | 719 | 3 | 0 | 0 | 633 | 628 | 0.18 | 5.57 | 5.64 | 0.61 | 0.41
0 | 431 | 636 | 6 | 0 | 0 | 569 | 565 | 0.18 | 6.30 | 6.41 | 0.63 | 0.42
0 | 432 | 691 | 9 | 0 | 0 | 628 | 622 | 0.18 | 5.53 | 5.65 | 0.62 | 0.41
0 | 433 | 698 | 6 | 0 | 0 | 623 | 617 | 0.18 | 6.09 | 6.22 | 0.62 | 0.45
0 | 434 | 715 | 12 | 0 | 0 | 650 | 646 | 0.18 | 5.36 | 5.55 | 0.61 | 0.42
0 | 435 | 695 | 28 | 0 | 0 | 621 | 615 | 0.18 | 5.59 | 5.76 | 0.62 | 0.44
0 | 436 | 672 | 13 | 0 | 0 | 598 | 592 | 0.17 | 5.23 | 5.36 | 0.61 | 0.44
0 | 437 | 682 | 17 | 0 | 0 | 607 | 598 | 0.18 | 5.44 | 5.53 | 0.61 | 0.45
0 | 438 | 656 | 10 | 0 | 0 | 587 | 581 | 0.18 | 5.68 | 5.81 | 0.61 | 0.41
0 | 439 | 675 | 17 | 0 | 0 | 609 | 602 | 0.19 | 5.79 | 5.91 | 0.63 | 0.40
0 | 440 | 682 | 0 | 0 | 0 | 579 | 571 | 0.19 | 5.56 | 5.65 | 0.61 | 0.44
0 | 441 | 731 | 9 | 0 | 0 | 648 | 643 | 0.19 | 5.91 | 6.08 | 0.62 | 0.43
0 | 442 | 725 | 8 | 0 | 0 | 629 | 619 | 0.19 | 5.82 | 5.94 | 0.61 | 0.42
0 | 443 | 678 | 5 | 0 | 0 | 588 | 585 | 0.18 | 5.16 | 5.26 | 0.61 | 0.43
0 | 444 | 683 | 16 | 0 | 0 | 608 | 600 | 0.19 | 6.02 | 6.23 | 0.63 | 0.42
0 | 445 | 688 | 27 | 0 | 0 | 630 | 623 | 0.18 | 5.67 | 5.96 | 0.61 | 0.44
0 | 446 | 675 | 6 | 0 | 0 | 590 | 583 | 0.18 | 5.43 | 5.53 | 0.62 | 0.41
0 | 447 | 682 | 29 | 0 | 0 | 612 | 604 | 0.18 | 5.02 | 5.14 | 0.61 | 0.44
0 | 448 | 681 | 10 | 0 | 0 | 621 | 612 | 0.18 | 6.05 | 6.42 | 0.62 | 0.42
0 | 449 | 658 | 0 | 0 | 0 | 585 | 580 | 0.18 | 5.34 | 5.44 | 0.60 | 0.43
0 | 450 | 707 | 6 | 0 | 0 | 619 | 615 | 0.18 | 5.62 | 5.73 | 0.61 | 0.43
0 | 451 | 734 | 0 | 0 | 0 | 642 | 636 | 0.19 | 6.17 | 6.28 | 0.62 | 0.42
0 | 452 | 739 | 7 | 0 | 0 | 653 | 649 | 0.19 | 5.74 | 5.82 | 0.61 | 0.42
0 | 453 | 689 | 6 | 0 | 0 | 607 | 605 | 0.18 | 4.98 | 5.05 | 0.61 | 0.42
0 | 454 | 641 | 8 | 0 | 0 | 574 | 570 | 0.19 | 5.43 | 5.56 | 0.62 | 0.44
0 | 455 | 667 | 24 | 0 | 0 | 614 | 611 | 0.19 | 5.95 | 6.10 | 0.62 | 0.43
0 | 456 | 655 | 21 | 0 | 0 | 581 | 570 | 0.18 | 5.57 | 5.73 | 0.61 | 0.43
0 | 457 | 735 | 12 | 0 | 0 | 662 | 655 | 0.18 | 5.51 | 5.71 | 0.61 | 0.45
0 | 458 | 711 | 3 | 0 | 0 | 620 | 613 | 0.17 | 5.07 | 5.23 | 0.60 | 0.44
0 | 459 | 665 | 33 | 0 | 0 | 580 | 574 | 0.18 | 5.85 | 5.99 | 0.63 | 0.41
0 | 460 | 693 | 12 | 0 | 0 | 608 | 602 | 0.19 | 6.03 | 6.18 | 0.62 | 0.42
0 | 461 | 687 | 8 | 0 | 0 | 610 | 605 | 0.19 | 6.69 | 6.79 | 0.62 | 0.42
0 | 462 | 717 | 23 | 0 | 0 | 641 | 628 | 0.20 | 6.20 | 6.41 | 0.63 | 0.41
0 | 463 | 690 | 58 | 0 | 0 | 606 | 601 | 0.19 | 6.46 | 6.57 | 0.63 | 0.41
0 | 464 | 714 | 5 | 0 | 0 | 621 | 617 | 0.18 | 5.68 | 5.78 | 0.62 | 0.44
0 | 465 | 672 | 5 | 0 | 0 | 602 | 599 | 0.19 | 5.27 | 5.34 | 0.62 | 0.43
0 | 466 | 686 | 9 | 0 | 0 | 606 | 592 | 0.19 | 5.97 | 6.24 | 0.62 | 0.44
0 | 467 | 692 | 24 | 0 | 0 | 620 | 611 | 0.18 | 5.57 | 5.70 | 0.62 | 0.42
0 | 468 | 704 | 55 | 0 | 0 | 638 | 633 | 0.19 | 5.74 | 5.87 | 0.63 | 0.40
0 | 469 | 672 | 25 | 0 | 0 | 606 | 600 | 0.19 | 5.80 | 5.95 | 0.62 | 0.43
0 | 470 | 727 | 23 | 0 | 0 | 650 | 642 | 0.18 | 5.32 | 5.52 | 0.61 | 0.43
0 | 471 | 647 | 4 | 0 | 0 | 571 | 563 | 0.19 | 5.28 | 5.42 | 0.62 | 0.43
0 | 472 | 689 | 14 | 0 | 0 | 618 | 613 | 0.19 | 6.05 | 6.17 | 0.62 | 0.43
0 | 473 | 738 | 4 | 0 | 0 | 634 | 628 | 0.18 | 5.25 | 5.34 | 0.61 | 0.43
0 | 474 | 652 | 6 | 0 | 0 | 593 | 590 | 0.19 | 6.14 | 6.28 | 0.63 | 0.41
0 | 475 | 699 | 13 | 0 | 0 | 614 | 610 | 0.18 | 5.26 | 5.35 | 0.61 | 0.41
0 | 476 | 724 | 22 | 0 | 0 | 638 | 626 | 0.19 | 5.42 | 5.70 | 0.63 | 0.41
0 | 477 | 675 | 14 | 0 | 0 | 594 | 588 | 0.20 | 6.19 | 6.26 | 0.63 | 0.41
0 | 478 | 675 | 12 | 0 | 0 | 590 | 585 | 0.19 | 5.55 | 5.62 | 0.61 | 0.43
0 | 479 | 689 | 13 | 0 | 0 | 609 | 603 | 0.18 | 4.91 | 5.10 | 0.60 | 0.43
0 | 480 | 698 | 19 | 0 | 0 | 618 | 614 | 0.20 | 5.93 | 6.03 | 0.63 | 0.41
0 | 481 | 685 | 5 | 0 | 0 | 604 | 596 | 0.18 | 5.46 | 5.59 | 0.61 | 0.42
0 | 482 | 680 | 11 | 0 | 0 | 596 | 594 | 0.18 | 5.33 | 5.41 | 0.60 | 0.44
0 | 483 | 759 | 4 | 0 | 0 | 673 | 671 | 0.19 | 6.15 | 6.23 | 0.62 | 0.42
0 | 484 | 626 | 4 | 0 | 0 | 553 | 550 | 0.19 | 5.41 | 5.49 | 0.62 | 0.44
0 | 485 | 689 | 16 | 0 | 0 | 613 | 610 | 0.20 | 6.06 | 6.20 | 0.63 | 0.42
0 | 486 | 702 | 6 | 0 | 0 | 631 | 625 | 0.18 | 5.06 | 5.17 | 0.61 | 0.43
0 | 487 | 683 | 36 | 0 | 0 | 614 | 604 | 0.20 | 5.92 | 6.07 | 0.64 | 0.39
0 | 488 | 685 | 26 | 0 | 0 | 618 | 614 | 0.18 | 5.40 | 5.73 | 0.60 | 0.45
0 | 489 | 722 | 12 | 0 | 0 | 645 | 634 | 0.19 | 5.41 | 5.61 | 0.60 | 0.47
0 | 490 | 680 | 15 | 0 | 0 | 618 | 611 | 0.19 | 5.67 | 5.91 | 0.62 | 0.44
0 | 491 | 655 | 15 | 0 | 0 | 585 | 577 | 0.19 | 5.58 | 5.62 | 0.62 | 0.42
0 | 492 | 699 | 25 | 0 | 0 | 615 | 605 | 0.19 | 5.91 | 6.18 | 0.62 | 0.43
0 | 493 | 684 | 6 | 0 | 0 | 597 | 590 | 0.19 | 5.91 | 6.17 | 0.62 | 0.41
0 | 494 | 687 | 22 | 0 | 0 | 606 | 601 | 0.20 | 6.17 | 6.31 | 0.64 | 0.42
0 | 495 | 681 | 15 | 0 | 0 | 625 | 610 | 0.18 | 5.38 | 5.77 | 0.60 | 0.46
0 | 496 | 727 | 20 | 0 | 0 | 645 | 642 | 0.19 | 5.89 | 6.02 | 0.61 | 0.43
0 | 497 | 690 | 3 | 0 | 0 | 605 | 601 | 0.19 | 5.69 | 5.77 | 0.62 | 0.42
0 | 498 | 649 | 18 | 0 | 0 | 584 | 575 | 0.19 | 5.93 | 6.60 | 0.62 | 0.41
0 | 499 | 710 | 24 | 0 | 0 | 632 | 620 | 0.19 | 5.77 | 6.10 | 0.62 | 0.42
0 | 500 | 667 | 39 | 0 | 0 | 607 | 597 | 0.19 | 5.19 | 5.38 | 0.63 | 0.42
0 | 501 | 702 | 6 | 0 | 0 | 624 | 620 | 0.19 | 5.79 | 5.91 | 0.62 | 0.41
0 | 502 | 659 | 13 | 0 | 0 | 577 | 576 | 0.18 | 5.25 | 5.51 | 0.61 | 0.44
0 | 503 | 721 | 6 | 0 | 0 | 642 | 634 | 0.19 | 6.41 | 6.51 | 0.62 | 0.41
0 | 504 | 714 | 9 | 0 | 0 | 638 | 637 | 0.20 | 6.66 | 7.35 | 0.60 | 0.43
0 | 505 | 652 | 7 | 0 | 0 | 570 | 563 | 0.19 | 5.95 | 6.14 | 0.63 | 0.42
0 | 506 | 698 | 20 | 0 | 0 | 631 | 628 | 0.19 | 5.73 | 5.85 | 0.62 | 0.42
0 | 507 | 694 | 4 | 0 | 0 | 605 | 601 | 0.20 | 6.06 | 6.17 | 0.63 | 0.41
0 | 508 | 696 | 3 | 0 | 0 | 623 | 617 | 0.19 | 5.71 | 5.84 | 0.63 | 0.42
0 | 509 | 638 | 12 | 0 | 0 | 561 | 557 | 0.19 | 5.53 | 5.70 | 0.61 | 0.42
0 | 510 | 705 | 3 | 0 | 0 | 614 | 609 | 0.18 | 5.44 | 5.52 | 0.60 | 0.45
0 | 511 | 731 | 34 | 0 | 0 | 649 | 638 | 0.19 | 5.50 | 5.70 | 0.63 | 0.43
0 | 512 | 687 | 32 | 0 | 0 | 614 | 603 | 0.19 | 5.30 | 5.54 | 0.61 | 0.43
0 | 513 | 696 | 18 | 0 | 0 | 619 | 615 | 0.19 | 5.69 | 5.86 | 0.61 | 0.43
0 | 514 | 713 | 11 | 0 | 0 | 645 | 637 | 0.19 | 6.07 | 6.21 | 0.62 | 0.44
0 | 515 | 665 | 10 | 0 | 0 | 607 | 603 | 0.20 | 5.60 | 5.70 | 0.64 | 0.41
0 | 516 | 649 | 4 | 0 | 0 | 570 | 564 | 0.19 | 6.02 | 6.13 | 0.63 | 0.42
0 | 517 | 701 | 4 | 0 | 0 | 624 | 617 | 0.19 | 5.07 | 5.18 | 0.62 | 0.41
0 | 518 | 724 | 7 | 0 | 0 | 635 | 629 | 0.19 | 5.25 | 5.37 | 0.62 | 0.42
0 | 519 | 731 | 7 | 0 | 0 | 642 | 639 | 0.20 | 5.58 | 5.68 | 0.62 | 0.41
0 | 520 | 682 | 10 | 0 | 0 | 614 | 612 | 0.19 | 5.40 | 5.46 | 0.60 | 0.42
0 | 521 | 661 | 13 | 0 | 0 | 587 | 577 | 0.19 | 5.76 | 6.02 | 0.61 | 0.44
0 | 522 | 672 | 17 | 0 | 0 | 591 | 583 | 0.19 | 5.52 | 5.85 | 0.61 | 0.41
0 | 523 | 710 | 9 | 0 | 0 | 618 | 611 | 0.20 | 5.40 | 5.54 | 0.63 | 0.41
0 | 524 | 653 | 7 | 0 | 0 | 563 | 560 | 0.19 | 5.67 | 5.79 | 0.62 | 0.43
0 | 525 | 752 | 13 | 0 | 0 | 663 | 655 | 0.20 | 5.90 | 6.08 | 0.62 | 0.41
0 | 526 | 680 | 17 | 0 | 0 | 589 | 587 | 0.19 | 5.59 | 5.70 | 0.62 | 0.40
0 | 527 | 692 | 7 | 0 | 0 | 610 | 604 | 0.19 | 5.75 | 5.87 | 0.63 | 0.41
0 | 528 | 688 | 11 | 0 | 0 | 609 | 608 | 0.19 | 5.39 | 5.47 | 0.61 | 0.41
0 | 529 | 719 | 0 | 0 | 0 | 644 | 640 | 0.19 | 5.81 | 5.93 | 0.62 | 0.42
0 | 530 | 690 | 6 | 0 | 0 | 606 | 600 | 0.20 | 5.67 | 5.77 | 0.62 | 0.42
0 | 531 | 658 | 18 | 0 | 0 | 593 | 589 | 0.20 | 5.11 | 5.22 | 0.62 | 0.41
0 | 532 | 696 | 7 | 0 | 0 | 634 | 630 | 0.20 | 6.13 | 6.27 | 0.63 | 0.41
0 | 533 | 662 | 24 | 0 | 0 | 602 | 592 | 0.19 | 5.16 | 5.43 | 0.61 | 0.43
0 | 534 | 731 | 16 | 0 | 0 | 656 | 646 | 0.19 | 5.59 | 5.71 | 0.62 | 0.42
0 | 535 | 693 | 10 | 0 | 0 | 631 | 617 | 0.20 | 5.51 | 5.70 | 0.62 | 0.41
0 | 536 | 731 | 12 | 0 | 0 | 637 | 634 | 0.19 | 5.07 | 5.21 | 0.62 | 0.43
0 | 537 | 673 | 25 | 0 | 0 | 620 | 611 | 0.19 | 5.51 | 5.63 | 0.61 | 0.45
0 | 538 | 567 | 116 | 0 | 0 | 593 | 587 | 0.18 | 5.65 | 5.79 | 0.61 | 0.45
0 | 539 | 55 | 596 | 0 | 0 | 577 | 572 | 0.20 | 5.48 | 6.26 | 0.64 | 0.48
---------------------------------------------------------------------------------------------------------
Summary vs resolution
---------------------------------------------------------------------------------------------------------
ID | d min | # full | # part | # over | # ice | # sum | # prf | Ibg | I/sigI | I/sigI | CC prf | RMSD XY
| | | | | | | | | (sum) | (prf) | |
---------------------------------------------------------------------------------------------------------
0 | 1.17 | 356 | 13 | 0 | 0 | 267 | 199 | 0.04 | 0.39 | 0.46 | 0.28 | 0.95
0 | 1.19 | 1131 | 32 | 0 | 0 | 1022 | 872 | 0.04 | 0.47 | 0.46 | 0.29 | 0.93
0 | 1.21 | 2492 | 76 | 0 | 0 | 2271 | 2020 | 0.05 | 0.55 | 0.50 | 0.30 | 0.87
0 | 1.23 | 4077 | 118 | 0 | 0 | 3746 | 3476 | 0.05 | 0.60 | 0.60 | 0.31 | 0.84
0 | 1.26 | 5912 | 169 | 0 | 0 | 5404 | 5059 | 0.05 | 0.64 | 0.65 | 0.32 | 0.80
0 | 1.28 | 8033 | 228 | 0 | 0 | 7271 | 6853 | 0.06 | 0.71 | 0.73 | 0.34 | 0.76
0 | 1.31 | 10582 | 312 | 0 | 0 | 9604 | 9113 | 0.06 | 0.83 | 0.85 | 0.36 | 0.72
0 | 1.35 | 13821 | 429 | 0 | 0 | 12581 | 11945 | 0.07 | 0.97 | 1.00 | 0.39 | 0.67
0 | 1.38 | 18839 | 550 | 0 | 0 | 17173 | 16389 | 0.07 | 1.05 | 1.08 | 0.40 | 0.64
0 | 1.42 | 22476 | 683 | 0 | 0 | 20654 | 19929 | 0.08 | 1.28 | 1.31 | 0.43 | 0.60
0 | 1.47 | 26277 | 1286 | 0 | 0 | 24308 | 23386 | 0.09 | 1.54 | 1.58 | 0.46 | 0.56
0 | 1.52 | 27915 | 1476 | 0 | 0 | 25089 | 24386 | 0.09 | 1.85 | 1.90 | 0.50 | 0.52
0 | 1.58 | 28168 | 1400 | 0 | 0 | 26406 | 25662 | 0.10 | 2.26 | 2.34 | 0.55 | 0.48
0 | 1.65 | 28254 | 1438 | 0 | 0 | 25281 | 24542 | 0.12 | 2.77 | 2.87 | 0.60 | 0.44
0 | 1.74 | 28405 | 1349 | 0 | 0 | 25747 | 25013 | 0.14 | 3.58 | 3.71 | 0.66 | 0.40
0 | 1.85 | 28521 | 1527 | 0 | 0 | 26657 | 25873 | 0.19 | 4.90 | 5.09 | 0.72 | 0.34
0 | 1.99 | 28567 | 1619 | 0 | 0 | 25668 | 24926 | 0.24 | 6.58 | 6.86 | 0.78 | 0.31
0 | 2.19 | 28882 | 1539 | 0 | 0 | 26815 | 26040 | 0.28 | 8.78 | 9.15 | 0.81 | 0.30
0 | 2.51 | 28990 | 1462 | 0 | 0 | 26251 | 25509 | 0.34 | 12.55 | 13.12 | 0.82 | 0.27
0 | 3.16 | 29307 | 1732 | 0 | 0 | 27010 | 26250 | 0.41 | 24.81 | 25.92 | 0.83 | 0.26
---------------------------------------------------------------------------------------------------------
Summary for experiment 0
---------------------------------------------------------------
Item | Overall | Low | High
---------------------------------------------------------------
dmin | 1.17 | 3.16 | 1.17
dmax | 151.26 | 151.26 | 1.19
number fully recorded | 371005 | 29307 | 356
number partially recorded | 17438 | 1732 | 13
number with invalid background pixels | 72030 | 4993 | 237
number with invalid foreground pixels | 46803 | 3567 | 102
number with overloaded pixels | 0 | 0 | 0
number in powder rings | 0 | 0 | 0
number processed with summation | 339225 | 27010 | 267
number processed with profile fitting | 327442 | 26250 | 199
number failed in background modelling | 8041 | 984 | 0
number failed in summation | 46803 | 3567 | 102
number failed in profile fitting | 58586 | 4327 | 170
ibg | 0.17 | 0.41 | 0.04
i/sigi (summation) | 5.65 | 24.81 | 0.39
i/sigi (profile fitting) | 5.92 | 25.92 | 0.46
cc prf | 0.61 | 0.83 | 0.28
cc_pearson sum/prf | 0.95 | 0.93 | 0.77
cc_spearman sum/prf | 0.97 | 0.99 | 0.69
---------------------------------------------------------------
Timing information for integration
----------------------------------
Read time | 172.42 seconds
Extract time | 2.61 seconds
Pre-process time | 0.42 seconds
Process time | 137.21 seconds
Post-process time | 0.00 seconds
Total time | 321.95 seconds
User time | 0.00 seconds
----------------------------------
Saving 388443 reflections to integrated.pickle
time taken: 0.572749
Saving the experiments to integrated_experiments.json
time taken: 0.0136809
Total time taken: 192.633711
Checking the log output, we see that after loading in the reference
reflections from refined.pickle
, new predictions are made up to the
highest resolution at the corner of the detector. This is fine, but if we
wanted to we could have adjusted the resolution limits using parameters
prediction.d_min
and prediction.d_max
. The predictions are
made using the scan-varying crystal model recorded in
refined_experiments.json
. This ensures that prediction is made using
the smoothly varying lattice and orientation that we determined in the
refinement step. As this scan-varying model was determined in advance of
integration, each of the integration jobs is independent and we can take
advantage of true parallelism during processing.
The profile model is calculated from the reflections in
refined.pickle
. First reflections with a too small ‘zeta’
factor are filtered out. This essentially removes reflections that are too
close to the spindle axis. In general these reflections require significant
Lorentz corrections and as a result have less trustworthy intensities anyway.
From the remaining reflection shoeboxes, the average beam divergence and
reflecting range is calculated, providing the two Gaussian width parameters
\(\sigma_D\) and \(\sigma_M\) used in the 3D profile model.
Following this, independent integration jobs are set up. These jobs overlap, so reflections are assigned to one or more jobs. What follows are blocks of information specific to each integration job.
After these jobs are finished, the reflections are ‘post-processed’, which includes the application of the LP correction to the intensities. Then summary tables are printed giving quality statistics first by frame, and then by resolution bin.
HTML report¶
Much more information from the various steps of data processing can be found within an HTML report generated using the program dials.report. This is run simply with:
dials.report integrated_experiments.json integrated.pickle
which produces the file dials-report.html
.
This report includes plots showing the scan-varying crystal orientation and unit cell parameters. The latter of these is useful to check that changes to the cell during processing appear reasonable. In this tutorial, we see an overall increase in all three cell parameters, however the greatest change, in lengths a and b, is only about 0.02 Angstroms. If significant cell volume increases had been observed that might be indicative of radiation damage. However we can’t yet conclude that there is no radiation damage from the lack of considerable change observed. We can at least see from this and the low final refined RMSDs that this is a very well-behaved dataset.
Some of the most useful plots are
- Difference between observed and calculated centroids vs phi, which shows how the average residuals in each of X, Y, and \(\phi\) vary as a fuction of \(\phi\). If scan-varying refinement has been successful in capturing the real changes during the scan then we would expect these plots to be straight lines.
- Centroid residuals in X and Y, in which the X, Y residuals are shown directly. The key point here is to look for a globular shape centred at the origin.
- Difference between observed and calculated centroids in X and Y, which show the difference between predicted and observed reflection positions in either X or Y as functions of detector position. From these plots it is very easy to see whole tiles that are worse than their neighbours, and whether those tiles might be simply shifted or slightly rotated compared to the model detector.
- Reflection and reference correlations binned in X/Y. These are useful companions to the plots of centroid residual as a function of detector position above. Whereas the above plots show systematic errors in the positions and orientations of tiles of a multi-panel detector, these plots indicate what effect that (and any other position-specific systematic error) has on the integrated data quality. The first of these plots shows the correlation between reflections and their reference profiles for all reflections in the dataset. The second shows only the correlations between the strong reference reflections and their profiles (thus these are expected to be higher and do not extend to such high resolution).
- Distribution of I/Sigma vs Z. This reproduces the \(\frac{I}{\sigma_I}\) information versus frame number given in the log file in a graphical form. Here we see that \(\frac{I}{\sigma_I}\) is fairly flat over the whole dataset, which we might use as an indication that there were no bad frames, not much radiation damage occurred and that scale factors are likely to be fairly uniform.
Exporting as MTZ¶
The final step of dials processing is to export the integrated results to mtz format, suitable for input to downstream processing programs such as pointless and aimless.
dials.export integrated.pickle integrated_experiments.json
And this is the output, showing the reflection file statistics.
DIALS 1.14.32-g3faa4529d
The following parameters have been modified:
input {
experiments = integrated_experiments.json
reflections = integrated.pickle
}
Read 388443 predicted reflections
Selected 327442 integrated reflections
Removing 1447 incomplete reflections
Removing 0 reflections with I/Sig(I) < -5.0
Removing 49 reflections with I/Sig(I) < -5.0
Saving 324771 integrated reflections to integrated.mtz
Title: from dials.export_mtz
Space group symbol from file: P4
Space group number from file: 75
Space group from matrices: P 4 (No. 75)
Point group symbol from file: 4
Number of batches: 540
Number of crystals: 1
Number of Miller indices: 324771
Resolution range: 150.001 1.16997
History:
From DIALS 1.14.32-g3faa4529d, run on 2019-12-07 at 08:38:45 GMT
Crystal 1:
Name: XTAL
Project: DIALS
Id: 1
Unit cell: (57.7836, 57.7836, 150.001, 90, 90, 90)
Number of datasets: 1
Dataset 1:
Name: FROMDIALS
Id: 1
Wavelength: 0.97625
Number of columns: 17
label #valid %valid min max type
H 324771 100.00% 0.00 46.00 H: index h,k,l
K 324771 100.00% 0.00 47.00 H: index h,k,l
L 324771 100.00% 0.00 114.00 H: index h,k,l
M_ISYM 324771 100.00% 1.00 8.00 Y: M/ISYM, packed partial/reject flag and symmetry number
BATCH 324771 100.00% 1.00 540.00 B: BATCH number
IPR 324771 100.00% -6.66 4197.84 J: intensity
SIGIPR 324771 100.00% 0.01 32.84 Q: standard deviation
I 324771 100.00% -16.67 4198.61 J: intensity
SIGI 324771 100.00% 0.01 40.40 Q: standard deviation
BG 324771 100.00% 1.47 203.70 R: real
SIGBG 324771 100.00% 1.33 16.58 R: real
FRACTIONCALC 324771 100.00% 0.99 1.00 R: real
XDET 324771 100.00% 6.30 2456.62 R: real
YDET 324771 100.00% 4.98 2521.90 R: real
ROT 324771 100.00% 82.10 162.90 R: real
LP 324771 100.00% 0.00 0.76 R: real
QE 324771 100.00% 0.71 0.86 R: real
What to do Next¶
The following demonstrates how to take the output of dials processing and continue with downstream analysis using the CCP4 programs pointless, to sort the data and assign the correct symmetry, followed by scaling with aimless and intensity analysis using ctruncate:
pointless hklin integrated.mtz hklout sorted.mtz > pointless.log
aimless hklin sorted.mtz hklout scaled.mtz > aimless.log << EOF
resolution 1.3
anomalous off
EOF
ctruncate -hklin scaled.mtz -hklout truncated.mtz \
-colin '/*/*/[IMEAN,SIGIMEAN]' > ctruncate.log
to get merged data for downstream analysis. The output from this includes the merging statistics which will give a better idea about data quality. It is easiest to view these logfiles using the program logview, e.g.:
logview aimless.log
Often passing in a sensible resolution limit to aimless is helpful. Here we assumed we ran first without a resolution limit to help decide where to cut the data. This indicated slightly anisotropic diffraction, with diffraction along the c* direction a little better than a* and b* directions, which are equivalent. Diffraction quality is good, however completeness falls off sharply, especially in the c* direction. Following this we chose to exclude all data at a resolution higher than 1.3 Angstroms, to ensure about 80% completeness in the outer shell. Here is the summary from aimless.log:
Summary data for Project: DIALS Crystal: XTAL Dataset: FROMDIALS
Overall InnerShell OuterShell
Low resolution limit 150.00 150.00 1.32
High resolution limit 1.30 7.12 1.30
Rmerge (within I+/I-) 0.061 0.024 0.416
Rmerge (all I+ and I-) 0.069 0.026 0.488
Rmeas (within I+/I-) 0.075 0.030 0.575
Rmeas (all I+ & I-) 0.076 0.030 0.610
Rpim (within I+/I-) 0.043 0.017 0.395
Rpim (all I+ & I-) 0.033 0.014 0.358
Rmerge in top intensity bin 0.029 - -
Total number of observations 308123 2257 5493
Total number unique 62352 499 2474
Mean((I)/sd(I)) 10.7 27.1 1.4
Mn(I) half-set correlation CC(1/2) 0.999 0.999 0.722
Completeness 98.2 99.8 80.1
Multiplicity 4.9 4.5 2.2
Anomalous completeness 92.3 100.0 47.8
Anomalous multiplicity 2.4 3.0 1.5
DelAnom correlation between half-sets -0.002 0.279 0.065
Mid-Slope of Anom Normal Probability 0.953 - -