<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-01/func/sub-0029_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8acf017fb20caad057fe25d7c47adb34</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:41:5.977500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, 0.024919, 0.0034808, -0.0251301, 0.995702, 0.0891382]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112623</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7764, -7199, 618, -42, -171, 36, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c281ab7d-3363-41ad-9c80-5ddd50b49626||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682077407836914, -0.06742225587368011, 0.003360437462106347, 113.87952423095703], [-0.06685581058263779, 2.671396255493164, 0.24083302915096283, -83.49015808105469], [0.00933872815221548, -0.23915117979049683, 2.6892356872558594, -27.27623748779297], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['144105.977500', '144106.437500', '144106.897500', '144107.357500', '144107.817500', '144108.277500', '144108.737500', '144109.197500', '144109.657500', '144110.117500', '144110.577500', '144111.037500', '144111.497500', '144111.957500', '144112.417500', '144112.877500', '144113.337500', '144113.797500', '144114.257500', '144114.717500', '144115.177500', '144115.637500', '144116.097500', '144116.557500', '144117.017500', '144117.477500', '144117.937500', '144118.397500', '144118.857500', '144119.317500', '144119.777500', '144120.237500', '144120.697500', '144121.157500', '144121.617500', '144122.077500', '144122.537500', '144122.997500', '144123.457500', '144123.917500', '144124.377500', '144124.837500', '144125.297500', '144125.757500', '144126.217500', '144126.677500', '144127.137500', '144127.597500', '144128.057500', '144128.517500', '144128.977500', '144129.437500', '144129.897500', '144130.357500', '144130.817500', '144131.277500', '144131.737500', '144132.197500', '144132.657500', '144133.117500', '144133.577500', '144134.037500', '144134.497500', '144134.957500', '144135.417500', '144135.877500', '144136.337500', '144136.797500', '144137.257500', '144137.717500', '144138.177500', '144138.637500', '144139.097500', '144139.557500', '144140.017500', '144140.477500', '144140.937500', '144141.397500', '144141.857500', '144142.317500', '144142.777500', '144143.237500', '144143.697500', '144144.157500', '144144.617500', '144145.077500', '144145.537500', '144145.997500', '144146.457500', '144146.917500', '144147.377500', '144147.837500', '144148.297500', '144148.757500', '144149.217500', '144149.677500', '144150.137500', '144150.597500', '144151.057500', '144151.517500', '144151.977500', '144152.437500', '144152.897500', '144153.357500', '144153.817500', '144154.277500', '144154.737500', '144155.197500', '144155.657500', '144156.117500', '144156.577500', '144157.037500', '144157.497500', '144157.957500', '144158.417500', '144158.877500', '144159.337500', '144159.797500', '144200.257500', '144200.717500', '144201.177500', '144201.637500', '144202.097500', '144202.557500', '144203.017500', '144203.477500', '144203.937500', '144204.397500', '144204.857500', '144205.317500', '144205.777500', '144206.237500', '144206.697500', '144207.157500', '144207.617500', '144208.077500', '144208.537500', '144208.997500', '144209.457500', '144209.917500', '144210.377500', '144210.837500', '144211.297500', '144211.757500', '144212.217500', '144212.677500', '144213.137500', '144213.597500', '144214.057500', '144214.517500', '144214.977500', '144215.437500', '144215.897500', '144216.357500', '144216.817500', '144217.277500', '144217.737500', '144218.197500', '144218.657500', '144219.117500', '144219.577500', '144220.037500', '144220.497500', '144220.957500', '144221.417500', '144221.877500', '144222.337500', '144222.797500', '144223.257500', '144223.717500', '144224.177500', '144224.637500', '144225.097500', '144225.557500', '144226.017500', '144226.477500', '144226.937500', '144227.397500', '144227.857500', '144228.317500', '144228.777500', '144229.237500', '144229.697500', '144230.157500', '144230.617500', '144231.077500', '144231.537500', '144231.997500', '144232.457500', '144232.917500', '144233.377500', '144233.837500', '144234.297500', '144234.757500', '144235.217500', '144235.677500', '144236.137500', '144236.597500', '144237.057500', '144237.517500', '144237.977500', '144238.437500', '144238.897500', '144239.357500', '144239.817500', '144240.277500', '144240.737500', '144241.197500', '144241.657500', '144242.117500', '144242.577500', '144243.037500', '144243.497500', '144243.957500', '144244.417500', '144244.877500', '144245.337500', '144245.797500', '144246.257500', '144246.717500', '144247.177500', '144247.637500', '144248.097500', '144248.557500', '144249.017500', '144249.477500', '144249.937500', '144250.397500', '144250.857500', '144251.317500', '144251.777500', '144252.237500', '144252.697500', '144253.157500', '144253.617500', '144254.077500', '144254.537500', '144254.997500', '144255.457500', '144255.917500', '144256.377500', '144256.837500', '144257.297500', '144257.757500', '144258.217500', '144258.677500', '144259.137500', '144259.597500', '144300.057500', '144300.517500', '144300.977500', '144301.437500', '144301.897500', '144302.357500', '144302.817500', '144303.277500', '144303.737500', '144304.197500', '144304.657500', '144305.117500', '144305.577500', '144306.037500', '144306.497500', '144306.957500', '144307.417500', '144307.877500', '144308.337500', '144308.797500', '144309.257500', '144309.717500', '144310.177500', '144310.637500', '144311.097500', '144311.557500', '144312.017500', '144312.477500', '144312.937500', '144313.397500', '144313.857500', '144314.317500', '144314.777500', '144315.237500', '144315.697500', '144316.157500', '144316.617500', '144317.077500', '144317.537500', '144317.997500', '144318.457500', '144318.917500', '144319.377500', '144319.837500', '144320.297500', '144320.757500', '144321.217500', '144321.677500', '144322.137500', '144322.597500', '144323.057500', '144323.517500', '144323.977500', '144324.437500', '144324.897500', '144325.357500', '144325.817500', '144326.277500', '144326.737500', '144327.197500', '144327.657500', '144328.117500', '144328.577500', '144329.037500', '144329.497500', '144329.957500', '144330.417500', '144330.877500', '144331.337500', '144331.797500', '144332.257500', '144332.717500', '144333.177500', '144333.637500', '144334.097500', '144334.557500', '144335.017500', '144335.477500', '144335.937500', '144336.397500', '144336.857500', '144337.317500', '144337.777500', '144338.237500', '144338.697500', '144339.157500', '144339.617500', '144340.077500', '144340.537500', '144340.997500', '144341.457500', '144341.917500', '144342.377500', '144342.837500', '144343.297500', '144343.757500', '144344.217500', '144344.677500', '144345.137500', '144345.597500', '144346.057500', '144346.517500', '144346.977500', '144347.437500', '144347.897500', '144348.357500', '144348.817500', '144349.277500', '144349.737500', '144350.197500', '144350.657500', '144351.117500', '144351.577500', '144352.037500', '144352.497500', '144352.957500', '144353.417500', '144353.877500', '144354.337500', '144354.797500', '144355.257500', '144355.717500', '144356.177500', '144356.637500', '144357.097500', '144357.557500', '144358.017500', '144358.477500', '144358.937500', '144359.397500', '144359.857500', '144400.317500', '144400.777500', '144401.237500', '144401.697500', '144402.157500', '144402.617500', '144403.077500', '144403.537500', '144403.997500', '144404.457500', '144404.917500', '144405.377500', '144405.837500', '144406.297500', '144406.757500', '144407.217500', '144407.677500', '144408.137500', '144408.597500', '144409.057500', '144409.517500', '144409.977500', '144410.437500', '144410.897500', '144411.357500', '144411.817500', '144412.277500', '144412.737500', '144413.197500', '144413.657500', '144414.117500', '144414.577500', '144415.037500', '144415.497500', '144415.957500', '144416.417500', '144416.877500', '144417.337500', '144417.797500', '144418.257500', '144418.717500', '144419.177500', '144419.637500', '144420.097500', '144420.557500', '144421.017500', '144421.477500', '144421.937500', '144422.397500', '144422.857500', '144423.317500', '144423.777500', '144424.237500', '144424.697500', '144425.157500', '144425.617500', '144426.077500', '144426.537500', '144426.997500', '144427.457500', '144427.917500', '144428.377500', '144428.837500', '144429.297500', '144429.757500', '144430.217500', '144430.677500', '144431.137500', '144431.597500', '144432.057500', '144432.517500', '144432.977500', '144433.437500', '144433.897500', '144434.357500', '144434.817500', '144435.277500', '144435.737500', '144436.197500', '144436.657500', '144437.117500', '144437.577500', '144438.037500', '144438.497500', '144438.957500', '144439.417500', '144439.877500', '144440.337500', '144440.797500', '144441.257500', '144441.717500', '144442.177500', '144442.637500', '144443.097500', '144443.557500', '144444.017500', '144444.477500', '144444.937500', '144445.397500', '144445.857500', '144446.317500', '144446.777500', '144447.237500', '144447.697500', '144448.157500', '144448.617500', '144449.077500', '144449.537500', '144449.997500', '144450.457500', '144450.917500', '144451.377500', '144451.837500', '144452.297500', '144452.757500', '144453.217500', '144453.677500', '144454.137500', '144454.597500', '144455.057500', '144455.517500', '144455.977500', '144456.437500', '144456.897500', '144457.357500', '144457.817500', '144458.277500', '144458.737500', '144459.197500', '144459.657500', '144500.117500', '144500.577500', '144501.037500', '144501.497500', '144501.957500', '144502.417500', '144502.877500', '144503.337500', '144503.797500', '144504.257500', '144504.717500', '144505.177500', '144505.637500', '144506.097500', '144506.557500', '144507.017500', '144507.477500', '144507.937500', '144508.397500', '144508.857500', '144509.317500', '144509.777500', '144510.237500', '144510.697500', '144511.157500', '144511.617500', '144512.077500', '144512.537500', '144512.997500', '144513.457500', '144513.917500', '144514.377500', '144514.837500', '144515.297500', '144515.757500', '144516.217500', '144516.677500', '144517.137500', '144517.597500', '144518.057500', '144518.517500', '144518.977500', '144519.437500', '144519.897500', '144520.357500', '144520.817500', '144521.277500', '144521.737500', '144522.197500', '144522.657500', '144523.117500', '144523.577500', '144524.037500', '144524.497500', '144524.957500', '144525.417500', '144525.877500', '144526.337500', '144526.797500', '144527.257500', '144527.717500', '144528.177500', '144528.637500', '144529.097500', '144529.557500', '144530.017500', '144530.477500', '144530.937500', '144531.397500', '144531.857500', '144532.317500', '144532.777500', '144533.237500', '144533.697500', '144534.157500', '144534.617500', '144535.077500', '144535.537500', '144535.997500', '144536.457500', '144536.917500', '144537.377500', '144537.837500', '144538.297500', '144538.757500', '144539.217500', '144539.677500', '144540.137500', '144540.597500', '144541.057500', '144541.517500', '144541.977500', '144542.437500', '144542.897500', '144543.357500', '144543.817500', '144544.277500', '144544.737500', '144545.197500', '144545.657500', '144546.117500', '144546.577500', '144547.037500', '144547.497500', '144547.957500', '144548.417500', '144548.877500', '144549.337500', '144549.797500', '144550.257500', '144550.717500', '144551.177500', '144551.637500', '144552.097500', '144552.557500', '144553.017500', '144553.477500', '144553.937500', '144554.397500', '144554.857500', '144555.317500', '144555.777500', '144556.237500', '144556.697500', '144557.157500', '144557.617500', '144558.077500', '144558.537500', '144558.997500', '144559.457500', '144559.917500', '144600.377500', '144600.837500', '144601.297500', '144601.757500', '144602.217500', '144602.677500', '144603.137500', '144603.597500', '144604.057500', '144604.517500', '144604.977500', '144605.437500', '144605.897500', '144606.357500', '144606.817500', '144607.277500', '144607.737500', '144608.197500', '144608.657500', '144609.117500', '144609.577500', '144610.037500', '144610.497500', '144610.957500', '144611.417500', '144611.877500', '144612.337500', '144612.797500', '144613.257500', '144613.717500', '144614.177500', '144614.637500', '144615.097500', '144615.557500', '144616.017500', '144616.477500', '144616.937500', '144617.397500', '144617.857500', '144618.317500', '144618.777500', '144619.237500', '144619.697500', '144620.157500', '144620.617500', '144621.077500', '144621.537500', '144621.997500', '144622.457500', '144622.917500', '144623.377500', '144623.837500', '144624.297500', '144624.757500', '144625.217500', '144625.677500', '144626.137500', '144626.597500', '144627.057500', '144627.517500', '144627.977500', '144628.437500', '144628.897500', '144629.357500', '144629.817500', '144630.277500', '144630.737500', '144631.197500', '144631.657500', '144632.117500', '144632.577500', '144633.037500', '144633.497500', '144633.957500', '144634.417500', '144634.877500', '144635.337500', '144635.797500', '144636.257500', '144636.717500', '144637.177500', '144637.637500', '144638.097500', '144638.557500', '144639.017500', '144639.477500', '144639.937500', '144640.397500', '144640.857500', '144641.317500', '144641.777500', '144642.237500', '144642.697500', '144643.157500', '144643.617500', '144644.077500', '144644.537500', '144644.997500', '144645.457500', '144645.917500', '144646.377500', '144646.837500', '144647.297500', '144647.757500', '144648.217500', '144648.677500', '144649.137500', '144649.597500', '144650.057500', '144650.517500', '144650.977500', '144651.437500', '144651.897500', '144652.357500', '144652.817500', '144653.277500', '144653.737500', '144654.197500', '144654.657500', '144655.117500', '144655.577500', '144656.037500', '144656.497500', '144656.957500', '144657.417500', '144657.877500', '144658.337500', '144658.797500', '144659.257500', '144659.717500', '144700.177500', '144700.637500', '144701.097500', '144701.557500', '144702.017500', '144702.477500', '144702.937500', '144703.397500', '144703.857500', '144704.317500', '144704.777500', '144705.237500', '144705.697500', '144706.157500', '144706.617500', '144707.077500', '144707.537500', '144707.997500', '144708.457500', '144708.917500', '144709.377500', '144709.837500', '144710.297500', '144710.757500', '144711.217500', '144711.677500', '144712.137500', '144712.597500', '144713.057500', '144713.517500', '144713.977500', '144714.437500', '144714.897500', '144715.357500', '144715.817500', '144716.277500', '144716.737500', '144717.197500', '144717.657500', '144718.117500', '144718.577500', '144719.037500', '144719.497500', '144719.957500', '144720.417500', '144720.877500', '144721.337500', '144721.797500', '144722.257500', '144722.717500', '144723.177500', '144723.637500', '144724.097500', '144724.557500', '144725.017500', '144725.477500', '144725.937500', '144726.397500', '144726.857500', '144727.317500', '144727.777500', '144728.237500', '144728.697500', '144729.157500', '144729.617500', '144730.077500', '144730.537500', '144730.997500', '144731.457500', '144731.917500', '144732.377500', '144732.837500', '144733.297500', '144733.757500', '144734.217500', '144734.677500', '144735.137500', '144735.597500', '144736.057500', '144736.517500', '144736.977500', '144737.437500', '144737.897500', '144738.357500', '144738.817500', '144739.277500', '144739.737500', '144740.197500', '144740.657500', '144741.117500', '144741.577500', '144742.037500', '144742.497500', '144742.957500', '144743.417500', '144743.877500', '144744.337500', '144744.797500', '144745.257500', '144745.717500', '144746.177500', '144746.637500', '144747.097500', '144747.557500', '144748.017500', '144748.477500', '144748.937500', '144749.397500', '144749.857500', '144750.317500', '144750.777500', '144751.237500', '144751.697500', '144752.157500', '144752.617500', '144753.077500', '144753.537500', '144753.997500', '144754.457500', '144754.917500', '144755.377500', '144755.837500', '144756.297500', '144756.757500', '144757.217500', '144757.677500', '144758.137500', '144758.597500', '144759.057500', '144759.517500', '144759.977500', '144800.437500', '144800.897500', '144801.357500', '144801.817500', '144802.277500', '144802.737500', '144803.197500', '144803.657500', '144804.117500', '144804.577500', '144805.037500', '144805.497500', '144805.957500', '144806.417500', '144806.877500', '144807.337500', '144807.797500', '144808.257500', '144808.717500', '144809.177500', '144809.637500', '144810.097500', '144810.557500', '144811.017500', '144811.477500', '144811.937500', '144812.397500', '144812.857500', '144813.317500', '144813.777500', '144814.237500', '144814.697500', '144815.157500', '144815.617500', '144816.077500', '144816.537500', '144816.997500', '144817.457500', '144817.917500', '144818.377500', '144818.837500', '144819.297500', '144819.757500', '144820.217500', '144820.677500', '144821.137500', '144821.597500', '144822.057500', '144822.517500', '144822.977500', '144823.437500', '144823.897500', '144824.357500', '144824.817500', '144825.277500', '144825.737500', '144826.197500', '144826.657500', '144827.117500', '144827.577500', '144828.037500', '144828.497500', '144828.957500', '144829.417500', '144829.877500', '144830.337500', '144830.797500', '144831.257500', '144831.717500', '144832.177500', '144832.637500', '144833.097500', '144833.557500', '144834.017500', '144834.477500', '144834.937500', '144835.397500', '144835.857500', '144836.317500', '144836.777500', '144837.237500', '144837.697500', '144838.157500', '144838.617500', '144839.077500', '144839.537500', '144839.997500', '144840.457500', '144840.917500', '144841.377500', '144841.837500', '144842.297500', '144842.757500', '144843.217500', '144843.677500', '144844.137500', '144844.597500', '144845.057500', '144845.517500', '144845.977500', '144846.437500', '144846.897500', '144847.357500', '144847.817500', '144848.277500', '144848.737500', '144849.197500', '144849.657500', '144850.117500', '144850.577500', '144851.037500', '144851.497500', '144851.957500', '144852.417500', '144852.877500', '144853.337500', '144853.797500', '144854.257500', '144854.717500', '144855.177500', '144855.637500', '144856.097500', '144856.557500', '144857.017500', '144857.477500', '144857.937500', '144858.397500', '144858.857500', '144859.317500', '144859.777500', '144900.237500', '144900.697500', '144901.157500', '144901.617500', '144902.077500', '144902.537500', '144902.997500', '144903.457500', '144903.917500', '144904.377500', '144904.837500', '144905.297500', '144905.757500', '144906.217500', '144906.677500', '144907.137500', '144907.597500', '144908.057500', '144908.517500', '144908.977500', '144909.437500', '144909.897500', '144910.357500', '144910.817500', '144911.277500', '144911.737500', '144912.197500', '144912.657500', '144913.117500', '144913.577500', '144914.037500', '144914.497500', '144914.957500', '144915.417500', '144915.877500', '144916.337500', '144916.797500', '144917.257500', '144917.717500', '144918.177500', '144918.637500', '144919.097500', '144919.557500', '144920.017500', '144920.477500', '144920.937500', '144921.397500', '144921.857500', '144922.317500', '144922.777500', '144923.237500', '144923.697500', '144924.157500', '144924.617500', '144925.077500', '144925.537500', '144925.997500', '144926.457500', '144926.917500', '144927.377500', '144927.837500', '144928.297500', '144928.757500', '144929.217500', '144929.677500', '144930.137500', '144930.597500', '144931.057500', '144931.517500', '144931.977500', '144932.437500', '144932.897500', '144933.357500', '144933.817500', '144934.277500', '144934.737500', '144935.197500', '144935.657500', '144936.117500', '144936.577500', '144937.037500', '144937.497500', '144937.957500', '144938.417500', '144938.877500', '144939.337500', '144939.797500', '144940.257500', '144940.717500', '144941.177500', '144941.637500', '144942.097500', '144942.557500', '144943.017500', '144943.477500', '144943.937500', '144944.397500', '144944.857500', '144945.317500', '144945.777500', '144946.237500', '144946.697500', '144947.157500', '144947.617500', '144948.077500', '144948.537500', '144948.997500', '144949.457500', '144949.917500', '144950.377500', '144950.837500', '144951.297500', '144951.757500', '144952.217500', '144952.677500', '144953.137500', '144953.597500', '144954.057500', '144954.517500', '144954.977500', '144955.437500', '144955.897500', '144956.357500', '144956.817500', '144957.277500', '144957.737500', '144958.197500', '144958.657500', '144959.117500', '144959.577500', '145000.037500', '145000.497500', '145000.957500', '145001.417500', '145001.877500', '145002.337500', '145002.797500', '145003.257500', '145003.717500', '145004.177500', '145004.637500', '145005.097500', '145005.557500', '145006.017500', '145006.477500', '145006.937500', '145007.397500', '145007.857500', '145008.317500', '145008.777500', '145009.237500', '145009.697500', '145010.157500', '145010.617500', '145011.077500', '145011.537500', '145011.997500', '145012.457500', '145012.917500', '145013.377500', '145013.837500', '145014.297500', '145014.757500', '145015.217500', '145015.677500', '145016.137500', '145016.597500', '145017.057500', '145017.517500', '145017.977500', '145018.437500', '145018.897500', '145019.357500', '145019.817500', '145020.277500', '145020.737500', '145021.197500', '145021.657500'], 'ContentTime': ['144120.084000', '144120.095000', '144120.098000', '144120.101000', '144120.104000', '144120.107000', '144120.110000', '144120.114000', '144120.117000', '144120.120000', '144120.123000', '144120.126000', '144120.129000', '144120.132000', '144120.135000', '144120.139000', '144120.141000', '144120.145000', '144120.148000', '144120.151000', '144120.154000', '144120.166000', '144120.169000', '144120.172000', '144120.175000', '144120.178000', '144120.181000', '144120.185000', '144120.188000', '144140.022000', '144140.029000', '144140.032000', '144140.035000', '144140.038000', '144140.042000', '144140.047000', '144140.050000', '144140.052000', '144140.055000', '144140.058000', '144140.061000', '144140.064000', '144140.067000', '144140.070000', '144140.073000', '144140.076000', '144140.079000', '144140.082000', '144140.087000', '144140.090000', '144140.093000', '144140.096000', '144140.099000', '144140.102000', '144140.105000', '144140.108000', '144140.111000', '144140.113000', '144140.116000', '144140.119000', '144140.122000', '144140.125000', '144140.128000', '144140.131000', '144140.134000', '144140.136000', '144140.139000', '144140.142000', '144140.145000', '144140.148000', '144140.151000', '144140.154000', '144200.022000', '144200.025000', '144200.028000', '144200.031000', '144200.034000', '144200.036000', '144200.039000', '144200.042000', '144200.045000', '144200.048000', '144200.051000', '144200.054000', '144200.057000', '144200.060000', '144200.063000', '144200.066000', '144200.069000', '144200.071000', '144200.078000', '144200.081000', '144200.084000', '144200.087000', '144200.090000', '144200.093000', '144200.096000', '144200.099000', '144200.102000', '144200.105000', '144200.108000', '144200.110000', '144200.113000', '144200.116000', '144200.119000', '144200.122000', '144200.125000', '144200.128000', '144200.131000', '144200.134000', '144200.137000', '144200.140000', '144200.155000', '144200.158000', '144200.161000', '144200.164000', '144220.022000', '144220.025000', '144220.028000', '144220.031000', '144220.034000', '144220.037000', '144220.040000', '144220.043000', '144220.046000', '144220.049000', '144220.051000', '144220.054000', '144220.057000', '144220.060000', '144220.063000', '144220.066000', '144220.069000', '144220.072000', '144220.077000', '144220.081000', '144220.084000', '144220.087000', '144220.090000', '144220.093000', '144220.096000', '144220.099000', '144220.102000', '144220.105000', '144220.108000', '144220.111000', '144220.114000', '144220.116000', '144220.119000', '144220.122000', '144220.125000', '144220.128000', '144220.131000', '144220.134000', '144220.137000', '144220.140000', '144220.143000', '144220.146000', '144220.149000', '144240.022000', '144240.025000', '144240.028000', '144240.031000', '144240.034000', '144240.037000', '144240.040000', '144240.043000', '144240.046000', '144240.048000', '144240.051000', '144240.054000', '144240.057000', '144240.060000', '144240.063000', '144240.066000', '144240.069000', '144240.072000', '144240.075000', '144240.078000', '144240.081000', '144240.083000', '144240.086000', '144240.089000', '144240.092000', '144240.095000', '144240.098000', '144240.101000', '144240.104000', '144240.107000', '144240.110000', '144240.113000', '144240.115000', '144240.118000', '144240.121000', '144240.124000', '144240.127000', '144240.130000', '144240.133000', '144240.136000', '144240.139000', '144240.142000', '144240.144000', '144240.147000', '144300.022000', '144300.025000', '144300.028000', '144300.031000', '144300.034000', '144300.037000', '144300.040000', '144300.043000', '144300.046000', '144300.049000', '144300.052000', '144300.055000', '144300.058000', '144300.061000', '144300.063000', '144300.066000', '144300.069000', '144300.072000', '144300.076000', '144300.078000', '144300.081000', '144300.084000', '144300.087000', '144300.090000', '144300.093000', '144300.096000', '144300.099000', '144300.102000', '144300.105000', '144300.108000', '144300.111000', '144300.114000', '144300.117000', '144300.120000', '144300.123000', '144300.126000', '144300.129000', '144300.132000', '144300.134000', '144300.137000', '144300.140000', '144300.143000', '144300.146000', '144320.022000', '144320.025000', '144320.028000', '144320.031000', '144320.034000', '144320.037000', '144320.040000', '144320.043000', '144320.046000', '144320.049000', '144320.051000', '144320.054000', '144320.057000', '144320.060000', '144320.063000', '144320.066000', '144320.069000', '144320.072000', '144320.075000', '144320.078000', '144320.081000', '144320.084000', '144320.087000', '144320.090000', '144320.092000', '144320.095000', '144320.098000', '144320.101000', '144320.104000', '144320.107000', '144320.110000', '144320.113000', '144320.116000', '144320.119000', '144320.122000', '144320.125000', '144320.128000', '144320.130000', '144320.133000', '144320.136000', '144320.139000', '144320.142000', '144320.145000', '144320.148000', '144340.021000', '144340.024000', '144340.027000', '144340.030000', '144340.033000', '144340.036000', '144340.039000', '144340.042000', '144340.045000', '144340.048000', '144340.051000', '144340.053000', '144340.057000', '144340.059000', '144340.062000', '144340.065000', '144340.068000', '144340.071000', '144340.074000', '144340.077000', '144340.080000', '144340.083000', '144340.086000', '144340.089000', '144340.092000', '144340.095000', '144340.098000', '144340.101000', '144340.104000', '144340.107000', '144340.110000', '144340.113000', '144340.116000', '144340.119000', '144340.122000', '144340.134000', '144340.136000', '144340.139000', '144340.142000', '144340.145000', '144340.148000', '144340.151000', '144340.154000', '144400.022000', '144400.025000', '144400.028000', '144400.031000', '144400.034000', '144400.037000', '144400.040000', '144400.043000', '144400.046000', '144400.049000', '144400.052000', '144400.055000', '144400.058000', '144400.060000', '144400.063000', '144400.066000', '144400.069000', '144400.072000', '144400.075000', '144400.078000', '144400.081000', '144400.084000', '144400.087000', '144400.090000', '144400.093000', '144400.096000', '144400.099000', '144400.102000', '144400.104000', '144400.107000', '144400.110000', '144400.113000', '144400.116000', '144400.119000', '144400.122000', '144400.125000', '144400.128000', '144400.131000', '144400.134000', '144400.137000', '144400.140000', '144400.143000', '144400.146000', '144400.149000', '144420.022000', '144420.025000', '144420.028000', '144420.031000', '144420.034000', '144420.037000', '144420.040000', '144420.043000', '144420.046000', '144420.049000', '144420.052000', '144420.054000', '144420.059000', '144420.062000', '144420.065000', '144420.068000', '144420.071000', '144420.074000', '144420.077000', '144420.080000', '144420.083000', '144420.086000', '144420.089000', '144420.092000', '144420.094000', '144420.097000', '144420.100000', '144420.103000', '144420.106000', '144420.109000', '144420.112000', '144420.115000', '144420.118000', '144420.121000', '144420.124000', '144420.127000', '144420.130000', '144420.133000', '144420.136000', '144420.139000', '144420.142000', '144420.145000', '144420.148000', '144440.022000', '144440.025000', '144440.028000', '144440.031000', '144440.034000', '144440.037000', '144440.040000', '144440.043000', '144440.046000', '144440.049000', '144440.052000', '144440.055000', '144440.058000', '144440.061000', '144440.064000', '144440.066000', '144440.069000', '144440.072000', '144440.075000', '144440.078000', '144440.081000', '144440.084000', '144440.087000', '144440.090000', '144440.093000', '144440.096000', '144440.099000', '144440.102000', '144440.105000', '144440.108000', '144440.111000', '144440.113000', '144440.116000', '144440.119000', '144440.122000', '144440.125000', '144440.128000', '144440.131000', '144440.134000', '144440.137000', '144440.140000', '144440.143000', '144440.146000', '144440.149000', '144500.022000', '144500.025000', '144500.028000', '144500.031000', '144500.034000', '144500.037000', '144500.040000', '144500.043000', '144500.046000', '144500.049000', '144500.051000', '144500.054000', '144500.057000', '144500.060000', '144500.063000', '144500.066000', '144500.069000', '144500.072000', '144500.075000', '144500.078000', '144500.081000', '144500.084000', '144500.087000', '144500.090000', '144500.093000', '144500.105000', '144500.108000', '144500.111000', '144500.114000', '144500.117000', '144500.120000', '144500.123000', '144500.126000', '144500.129000', '144500.132000', '144500.135000', '144500.138000', '144500.140000', '144500.144000', '144500.147000', '144500.150000', '144500.153000', '144500.156000', '144520.022000', '144520.025000', '144520.028000', '144520.031000', '144520.034000', '144520.037000', '144520.040000', '144520.043000', '144520.046000', '144520.049000', '144520.052000', '144520.055000', '144520.057000', '144520.060000', '144520.063000', '144520.066000', '144520.069000', '144520.090000', '144520.093000', '144520.096000', '144520.099000', '144520.102000', '144520.105000', '144520.108000', '144520.110000', '144520.113000', '144520.116000', '144520.119000', '144520.122000', '144520.125000', '144520.128000', '144520.131000', '144520.134000', '144520.137000', '144520.140000', '144520.143000', '144520.146000', '144520.148000', '144520.151000', '144520.154000', '144520.157000', '144520.160000', '144520.163000', '144520.166000', '144540.022000', '144540.025000', '144540.028000', '144540.031000', '144540.034000', '144540.037000', '144540.040000', '144540.043000', '144540.046000', '144540.049000', '144540.052000', '144540.055000', '144540.058000', '144540.061000', '144540.063000', '144540.066000', '144540.069000', '144540.072000', '144540.075000', '144540.078000', '144540.081000', '144540.084000', '144540.087000', '144540.090000', '144540.094000', '144540.097000', '144540.100000', '144540.103000', '144540.106000', '144540.109000', '144540.112000', '144540.115000', '144540.118000', '144540.121000', '144540.124000', '144540.127000', '144540.130000', '144540.133000', '144540.136000', '144540.138000', '144540.141000', '144540.144000', '144540.147000', '144600.021000', '144600.024000', '144600.027000', '144600.030000', '144600.033000', '144600.036000', '144600.039000', '144600.042000', '144600.045000', '144600.048000', '144600.050000', '144600.053000', '144600.056000', '144600.060000', '144600.063000', '144600.066000', '144600.069000', '144600.072000', '144600.075000', '144600.078000', '144600.081000', '144600.084000', '144600.087000', '144600.090000', '144600.093000', '144600.096000', '144600.099000', '144600.102000', '144600.105000', '144600.108000', '144600.111000', '144600.114000', '144600.117000', '144600.119000', '144600.122000', '144600.125000', '144600.128000', '144600.131000', '144600.134000', '144600.137000', '144600.140000', '144600.143000', '144600.146000', '144600.149000', '144620.022000', '144620.025000', '144620.028000', '144620.031000', '144620.034000', '144620.037000', '144620.040000', '144620.043000', '144620.046000', '144620.049000', '144620.052000', '144620.054000', '144620.057000', '144620.060000', '144620.063000', '144620.066000', '144620.069000', '144620.072000', '144620.075000', '144620.078000', '144620.081000', '144620.084000', '144620.087000', '144620.090000', '144620.093000', '144620.096000', '144620.099000', '144620.102000', '144620.105000', '144620.108000', '144620.111000', '144620.113000', '144620.116000', '144620.119000', '144620.122000', '144620.125000', '144620.128000', '144620.131000', '144620.134000', '144620.137000', '144620.140000', '144620.143000', '144620.146000', '144640.022000', '144640.025000', '144640.028000', '144640.031000', '144640.034000', '144640.037000', '144640.040000', '144640.043000', '144640.045000', '144640.049000', '144640.051000', '144640.054000', '144640.057000', '144640.060000', '144640.063000', '144640.066000', '144640.069000', '144640.072000', '144640.075000', '144640.078000', '144640.081000', '144640.084000', '144640.087000', '144640.090000', '144640.093000', '144640.096000', '144640.098000', '144640.101000', '144640.104000', '144640.107000', '144640.110000', '144640.113000', '144640.116000', '144640.119000', '144640.122000', '144640.125000', '144640.128000', '144640.131000', '144640.134000', '144640.137000', '144640.140000', '144640.142000', '144640.156000', '144640.159000', '144700.022000', '144700.025000', '144700.028000', '144700.031000', '144700.034000', '144700.037000', '144700.040000', '144700.043000', '144700.046000', '144700.049000', '144700.052000', '144700.055000', '144700.058000', '144700.061000', '144700.063000', '144700.066000', '144700.069000', '144700.072000', '144700.075000', '144700.078000', '144700.081000', '144700.084000', '144700.087000', '144700.090000', '144700.093000', '144700.096000', '144700.099000', '144700.102000', '144700.105000', '144700.108000', '144700.110000', '144700.113000', '144700.116000', '144700.119000', '144700.122000', '144700.125000', '144700.128000', '144700.131000', '144700.135000', '144700.138000', '144700.141000', '144700.144000', '144700.147000', '144720.022000', '144720.025000', '144720.028000', '144720.031000', '144720.034000', '144720.037000', '144720.040000', '144720.043000', '144720.046000', '144720.049000', '144720.051000', '144720.054000', '144720.057000', '144720.060000', '144720.063000', '144720.066000', '144720.069000', '144720.072000', '144720.075000', '144720.078000', '144720.081000', '144720.084000', '144720.087000', '144720.090000', '144720.093000', '144720.095000', '144720.099000', '144720.102000', '144720.104000', '144720.107000', '144720.110000', '144720.113000', '144720.116000', '144720.119000', '144720.122000', '144720.125000', '144720.128000', '144720.131000', '144720.134000', '144720.137000', '144720.140000', '144720.143000', '144720.146000', '144720.149000', '144740.022000', '144740.025000', '144740.028000', '144740.031000', '144740.034000', '144740.037000', '144740.040000', '144740.043000', '144740.046000', '144740.049000', '144740.052000', '144740.055000', '144740.058000', '144740.061000', '144740.064000', '144740.067000', '144740.070000', '144740.073000', '144740.076000', '144740.078000', '144740.081000', '144740.084000', '144740.087000', '144740.090000', '144740.093000', '144740.096000', '144740.099000', '144740.102000', '144740.105000', '144740.108000', '144740.111000', '144740.114000', '144740.117000', '144740.120000', '144740.122000', '144740.125000', '144740.128000', '144740.131000', '144740.134000', '144740.137000', '144740.140000', '144740.143000', '144740.146000', '144800.021000', '144800.024000', '144800.027000', '144800.030000', '144800.033000', '144800.036000', '144800.039000', '144800.042000', '144800.045000', '144800.048000', '144800.051000', '144800.054000', '144800.057000', '144800.060000', '144800.063000', '144800.066000', '144800.069000', '144800.072000', '144800.075000', '144800.078000', '144800.080000', '144800.083000', '144800.086000', '144800.089000', '144800.092000', '144800.095000', '144800.098000', '144800.101000', '144800.104000', '144800.107000', '144800.110000', '144800.113000', '144800.116000', '144800.119000', '144800.122000', '144800.131000', '144800.134000', '144800.137000', '144800.140000', '144800.143000', '144800.146000', '144800.149000', '144800.152000', '144800.155000', '144820.021000', '144820.024000', '144820.027000', '144820.030000', '144820.033000', '144820.036000', '144820.039000', '144820.042000', '144820.045000', '144820.048000', '144820.051000', '144820.054000', '144820.057000', '144820.059000', '144820.062000', '144820.065000', '144820.068000', '144820.071000', '144820.074000', '144820.077000', '144820.080000', '144820.083000', '144820.086000', '144820.089000', '144820.092000', '144820.099000', '144820.102000', '144820.105000', '144820.108000', '144820.111000', '144820.114000', '144820.117000', '144820.120000', '144820.123000', '144820.126000', '144820.129000', '144820.132000', '144820.135000', '144820.138000', '144820.141000', '144820.144000', '144820.147000', '144820.150000', '144840.022000', '144840.026000', '144840.029000', '144840.032000', '144840.034000', '144840.037000', '144840.040000', '144840.043000', '144840.046000', '144840.049000', '144840.052000', '144840.055000', '144840.058000', '144840.061000', '144840.064000', '144840.067000', '144840.070000', '144840.073000', '144840.076000', '144840.079000', '144840.082000', '144840.085000', '144840.088000', '144840.091000', '144840.094000', '144840.096000', '144840.099000', '144840.102000', '144840.105000', '144840.108000', '144840.111000', '144840.114000', '144840.117000', '144840.120000', '144840.123000', '144840.126000', '144840.129000', '144840.132000', '144840.135000', '144840.138000', '144840.141000', '144840.144000', '144840.147000', '144900.022000', '144900.025000', '144900.028000', '144900.031000', '144900.034000', '144900.037000', '144900.040000', '144900.043000', '144900.046000', '144900.049000', '144900.052000', '144900.055000', '144900.058000', '144900.061000', '144900.064000', '144900.067000', '144900.070000', '144900.073000', '144900.076000', '144900.079000', '144900.082000', '144900.085000', '144900.088000', '144900.091000', '144900.094000', '144900.097000', '144900.100000', '144900.103000', '144900.106000', '144900.109000', '144900.112000', '144900.115000', '144900.118000', '144900.121000', '144900.124000', '144900.127000', '144900.130000', '144900.133000', '144900.136000', '144900.138000', '144900.141000', '144900.144000', '144900.147000', '144900.150000', '144920.022000', '144920.026000', '144920.029000', '144920.032000', '144920.035000', '144920.038000', '144920.041000', '144920.044000', '144920.047000', '144920.050000', '144920.053000', '144920.056000', '144920.059000', '144920.062000', '144920.065000', '144920.068000', '144920.071000', '144920.074000', '144920.077000', '144920.080000', '144920.083000', '144920.086000', '144920.089000', '144920.092000', '144920.095000', '144920.098000', '144920.101000', '144920.104000', '144920.107000', '144920.110000', '144920.113000', '144920.116000', '144920.119000', '144920.122000', '144920.125000', '144920.128000', '144920.131000', '144920.134000', '144920.137000', '144920.140000', '144920.143000', '144920.146000', '144920.148000', '144940.022000', '144940.025000', '144940.028000', '144940.031000', '144940.034000', '144940.037000', '144940.040000', '144940.043000', '144940.046000', '144940.049000', '144940.052000', '144940.055000', '144940.058000', '144940.061000', '144940.064000', '144940.067000', '144940.070000', '144940.073000', '144940.075000', '144940.079000', '144940.082000', '144940.085000', '144940.088000', '144940.091000', '144940.094000', '144940.096000', '144940.099000', '144940.102000', '144940.105000', '144940.108000', '144940.111000', '144940.114000', '144940.117000', '144940.120000', '144940.123000', '144940.126000', '144940.129000', '144940.132000', '144940.135000', '144940.138000', '144940.141000', '144940.143000', '144940.146000', '144940.149000', '145000.022000', '145000.025000', '145000.028000', '145000.031000', '145000.034000', '145000.037000', '145000.040000', '145000.043000', '145000.046000', '145000.049000', '145000.052000', '145000.055000', '145000.058000', '145000.061000', '145000.064000', '145000.067000', '145000.070000', '145000.073000', '145000.076000', '145000.079000', '145000.082000', '145000.092000', '145000.095000', '145000.098000', '145000.101000', '145000.104000', '145000.107000', '145000.111000', '145000.114000', '145000.116000', '145000.119000', '145000.123000', '145000.125000', '145000.129000', '145000.131000', '145000.135000', '145000.137000', '145000.140000', '145000.143000', '145000.146000', '145000.149000', '145000.152000', '145000.155000', '145020.021000', '145020.024000', '145020.027000', '145020.030000', '145020.033000', '145020.036000', '145020.039000', '145020.042000', '145020.045000', '145020.048000', '145020.051000', '145020.053000', '145020.056000', '145020.059000', '145020.062000', '145020.065000', '145020.068000', '145020.071000', '145020.074000', '145020.077000', '145020.080000', '145020.083000', '145020.086000', '145020.089000', '145020.092000', '145020.095000', '145020.098000', '145020.101000', '145020.104000', '145020.107000', '145020.109000', '145020.112000', '145020.115000', '145020.118000', '145020.121000', '145020.124000', '145020.127000', '145020.130000', '145020.133000', '145020.136000', '145020.139000', '145020.142000', '145020.145000', '145020.148000', '145022.670000', '145022.673000', '145022.676000', '145022.679000', '145022.682000', '145022.685000'], 'InstanceCreationTime': ['144120.084000', '144120.095000', '144120.098000', '144120.101000', '144120.104000', '144120.107000', '144120.110000', '144120.114000', '144120.117000', '144120.120000', '144120.123000', '144120.126000', '144120.129000', '144120.132000', '144120.135000', '144120.139000', '144120.141000', '144120.145000', '144120.148000', '144120.151000', '144120.154000', '144120.166000', '144120.169000', '144120.172000', '144120.175000', '144120.178000', '144120.181000', '144120.185000', '144120.188000', '144140.022000', '144140.029000', '144140.032000', '144140.035000', '144140.038000', '144140.042000', '144140.047000', '144140.050000', '144140.052000', '144140.055000', '144140.058000', '144140.061000', '144140.064000', '144140.067000', '144140.070000', '144140.073000', '144140.076000', '144140.079000', '144140.082000', '144140.087000', '144140.090000', '144140.093000', '144140.096000', '144140.099000', '144140.102000', '144140.105000', '144140.108000', '144140.111000', '144140.113000', '144140.116000', '144140.119000', '144140.122000', '144140.125000', '144140.128000', '144140.131000', '144140.134000', '144140.136000', '144140.139000', '144140.142000', '144140.145000', '144140.148000', '144140.151000', '144140.154000', '144200.022000', '144200.025000', '144200.028000', '144200.031000', '144200.034000', '144200.036000', '144200.039000', '144200.042000', '144200.045000', '144200.048000', '144200.051000', '144200.054000', '144200.057000', '144200.060000', '144200.063000', '144200.066000', '144200.069000', '144200.071000', '144200.078000', '144200.081000', '144200.084000', '144200.087000', '144200.090000', '144200.093000', '144200.096000', '144200.099000', '144200.102000', '144200.105000', '144200.108000', '144200.110000', '144200.113000', '144200.116000', '144200.119000', '144200.122000', '144200.125000', '144200.128000', '144200.131000', '144200.134000', '144200.137000', '144200.140000', '144200.155000', '144200.158000', '144200.161000', '144200.164000', '144220.022000', '144220.025000', '144220.028000', '144220.031000', '144220.034000', '144220.037000', '144220.040000', '144220.043000', '144220.046000', '144220.049000', '144220.051000', '144220.054000', '144220.057000', '144220.060000', '144220.063000', '144220.066000', '144220.069000', '144220.072000', '144220.077000', '144220.081000', '144220.084000', '144220.087000', '144220.090000', '144220.093000', '144220.096000', '144220.099000', '144220.102000', '144220.105000', '144220.108000', '144220.111000', '144220.114000', '144220.116000', '144220.119000', '144220.122000', '144220.125000', '144220.128000', '144220.131000', '144220.134000', '144220.137000', '144220.140000', '144220.143000', '144220.146000', '144220.149000', '144240.022000', '144240.025000', '144240.028000', '144240.031000', '144240.034000', '144240.037000', '144240.040000', '144240.043000', '144240.046000', '144240.048000', '144240.051000', '144240.054000', '144240.057000', '144240.060000', '144240.063000', '144240.066000', '144240.069000', '144240.072000', '144240.075000', '144240.078000', '144240.081000', '144240.083000', '144240.086000', '144240.089000', '144240.092000', '144240.095000', '144240.098000', '144240.101000', '144240.104000', '144240.107000', '144240.110000', '144240.113000', '144240.115000', '144240.118000', '144240.121000', '144240.124000', '144240.127000', '144240.130000', '144240.133000', '144240.136000', '144240.139000', '144240.142000', '144240.144000', '144240.147000', '144300.022000', '144300.025000', '144300.028000', '144300.031000', '144300.034000', '144300.037000', '144300.040000', '144300.043000', '144300.046000', '144300.049000', '144300.052000', '144300.055000', '144300.058000', '144300.061000', '144300.063000', '144300.066000', '144300.069000', '144300.072000', '144300.076000', '144300.078000', '144300.081000', '144300.084000', '144300.087000', '144300.090000', '144300.093000', '144300.096000', '144300.099000', '144300.102000', '144300.105000', '144300.108000', '144300.111000', '144300.114000', '144300.117000', '144300.120000', '144300.123000', '144300.126000', '144300.129000', '144300.132000', '144300.134000', '144300.137000', '144300.140000', '144300.143000', '144300.146000', '144320.022000', '144320.025000', '144320.028000', '144320.031000', '144320.034000', '144320.037000', '144320.040000', '144320.043000', '144320.046000', '144320.049000', '144320.051000', '144320.054000', '144320.057000', '144320.060000', '144320.063000', '144320.066000', '144320.069000', '144320.072000', '144320.075000', '144320.078000', '144320.081000', '144320.084000', '144320.087000', '144320.090000', '144320.092000', '144320.095000', '144320.098000', '144320.101000', '144320.104000', '144320.107000', '144320.110000', '144320.113000', '144320.116000', '144320.119000', '144320.122000', '144320.125000', '144320.128000', '144320.130000', '144320.133000', '144320.136000', '144320.139000', '144320.142000', '144320.145000', '144320.148000', '144340.021000', '144340.024000', '144340.027000', '144340.030000', '144340.033000', '144340.036000', '144340.039000', '144340.042000', '144340.045000', '144340.048000', '144340.051000', '144340.053000', '144340.057000', '144340.059000', '144340.062000', '144340.065000', '144340.068000', '144340.071000', '144340.074000', '144340.077000', '144340.080000', '144340.083000', '144340.086000', '144340.089000', '144340.092000', '144340.095000', '144340.098000', '144340.101000', '144340.104000', '144340.107000', '144340.110000', '144340.113000', '144340.116000', '144340.119000', '144340.122000', '144340.134000', '144340.136000', '144340.139000', '144340.142000', '144340.145000', '144340.148000', '144340.151000', '144340.154000', '144400.022000', '144400.025000', '144400.028000', '144400.031000', '144400.034000', '144400.037000', '144400.040000', '144400.043000', '144400.046000', '144400.049000', '144400.052000', '144400.055000', '144400.058000', '144400.060000', '144400.063000', '144400.066000', '144400.069000', '144400.072000', '144400.075000', '144400.078000', '144400.081000', '144400.084000', '144400.087000', '144400.090000', '144400.093000', '144400.096000', '144400.099000', '144400.102000', '144400.104000', '144400.107000', '144400.110000', '144400.113000', '144400.116000', '144400.119000', '144400.122000', '144400.125000', '144400.128000', '144400.131000', '144400.134000', '144400.137000', '144400.140000', '144400.143000', '144400.146000', '144400.149000', '144420.022000', '144420.025000', '144420.028000', '144420.031000', '144420.034000', '144420.037000', '144420.040000', '144420.043000', '144420.046000', '144420.049000', '144420.052000', '144420.054000', '144420.059000', '144420.062000', '144420.065000', '144420.068000', '144420.071000', '144420.074000', '144420.077000', '144420.080000', '144420.083000', '144420.086000', '144420.089000', '144420.092000', '144420.094000', '144420.097000', '144420.100000', '144420.103000', '144420.106000', '144420.109000', '144420.112000', '144420.115000', '144420.118000', '144420.121000', '144420.124000', '144420.127000', '144420.130000', '144420.133000', '144420.136000', '144420.139000', '144420.142000', '144420.145000', '144420.148000', '144440.022000', '144440.025000', '144440.028000', '144440.031000', '144440.034000', '144440.037000', '144440.040000', '144440.043000', '144440.046000', '144440.049000', '144440.052000', '144440.055000', '144440.058000', '144440.061000', '144440.064000', '144440.066000', '144440.069000', '144440.072000', '144440.075000', '144440.078000', '144440.081000', '144440.084000', '144440.087000', '144440.090000', '144440.093000', '144440.096000', '144440.099000', '144440.102000', '144440.105000', '144440.108000', '144440.111000', '144440.113000', '144440.116000', '144440.119000', '144440.122000', '144440.125000', '144440.128000', '144440.131000', '144440.134000', '144440.137000', '144440.140000', '144440.143000', '144440.146000', '144440.149000', '144500.022000', '144500.025000', '144500.028000', '144500.031000', '144500.034000', '144500.037000', '144500.040000', '144500.043000', '144500.046000', '144500.049000', '144500.051000', '144500.054000', '144500.057000', '144500.060000', '144500.063000', '144500.066000', '144500.069000', '144500.072000', '144500.075000', '144500.078000', '144500.081000', '144500.084000', '144500.087000', '144500.090000', '144500.093000', '144500.105000', '144500.108000', '144500.111000', '144500.114000', '144500.117000', '144500.120000', '144500.123000', '144500.126000', '144500.129000', '144500.132000', '144500.135000', '144500.138000', '144500.140000', '144500.144000', '144500.147000', '144500.150000', '144500.153000', '144500.156000', '144520.022000', '144520.025000', '144520.028000', '144520.031000', '144520.034000', '144520.037000', '144520.040000', '144520.043000', '144520.046000', '144520.049000', '144520.052000', '144520.055000', '144520.057000', '144520.060000', '144520.063000', '144520.066000', '144520.069000', '144520.090000', '144520.093000', '144520.096000', '144520.099000', '144520.102000', '144520.105000', '144520.108000', '144520.110000', '144520.113000', '144520.116000', '144520.119000', '144520.122000', '144520.125000', '144520.128000', '144520.131000', '144520.134000', '144520.137000', '144520.140000', '144520.143000', '144520.146000', '144520.148000', '144520.151000', '144520.154000', '144520.157000', '144520.160000', '144520.163000', '144520.166000', '144540.022000', '144540.025000', '144540.028000', '144540.031000', '144540.034000', '144540.037000', '144540.040000', '144540.043000', '144540.046000', '144540.049000', '144540.052000', '144540.055000', '144540.058000', '144540.061000', '144540.063000', '144540.066000', '144540.069000', '144540.072000', '144540.075000', '144540.078000', '144540.081000', '144540.084000', '144540.087000', '144540.090000', '144540.094000', '144540.097000', '144540.100000', '144540.103000', '144540.106000', '144540.109000', '144540.112000', '144540.115000', '144540.118000', '144540.121000', '144540.124000', '144540.127000', '144540.130000', '144540.133000', '144540.136000', '144540.138000', '144540.141000', '144540.144000', '144540.147000', '144600.021000', '144600.024000', '144600.027000', '144600.030000', '144600.033000', '144600.036000', '144600.039000', '144600.042000', '144600.045000', '144600.048000', '144600.050000', '144600.053000', '144600.056000', '144600.060000', '144600.063000', '144600.066000', '144600.069000', '144600.072000', '144600.075000', '144600.078000', '144600.081000', '144600.084000', '144600.087000', '144600.090000', '144600.093000', '144600.096000', '144600.099000', '144600.102000', '144600.105000', '144600.108000', '144600.111000', '144600.114000', '144600.117000', '144600.119000', '144600.122000', '144600.125000', '144600.128000', '144600.131000', '144600.134000', '144600.137000', '144600.140000', '144600.143000', '144600.146000', '144600.149000', '144620.022000', '144620.025000', '144620.028000', '144620.031000', '144620.034000', '144620.037000', '144620.040000', '144620.043000', '144620.046000', '144620.049000', '144620.052000', '144620.054000', '144620.057000', '144620.060000', '144620.063000', '144620.066000', '144620.069000', '144620.072000', '144620.075000', '144620.078000', '144620.081000', '144620.084000', '144620.087000', '144620.090000', '144620.093000', '144620.096000', '144620.099000', '144620.102000', '144620.105000', '144620.108000', '144620.111000', '144620.113000', '144620.116000', '144620.119000', '144620.122000', '144620.125000', '144620.128000', '144620.131000', '144620.134000', '144620.137000', '144620.140000', '144620.143000', '144620.146000', '144640.022000', '144640.025000', '144640.028000', '144640.031000', '144640.034000', '144640.037000', '144640.040000', '144640.043000', '144640.045000', '144640.049000', '144640.051000', '144640.054000', '144640.057000', '144640.060000', '144640.063000', '144640.066000', '144640.069000', '144640.072000', '144640.075000', '144640.078000', '144640.081000', '144640.084000', '144640.087000', '144640.090000', '144640.093000', '144640.096000', '144640.098000', '144640.101000', '144640.104000', '144640.107000', '144640.110000', '144640.113000', '144640.116000', '144640.119000', '144640.122000', '144640.125000', '144640.128000', '144640.131000', '144640.134000', '144640.137000', '144640.140000', '144640.142000', '144640.156000', '144640.159000', '144700.022000', '144700.025000', '144700.028000', '144700.031000', '144700.034000', '144700.037000', '144700.040000', '144700.043000', '144700.046000', '144700.049000', '144700.052000', '144700.055000', '144700.058000', '144700.061000', '144700.063000', '144700.066000', '144700.069000', '144700.072000', '144700.075000', '144700.078000', '144700.081000', '144700.084000', '144700.087000', '144700.090000', '144700.093000', '144700.096000', '144700.099000', '144700.102000', '144700.105000', '144700.108000', '144700.110000', '144700.113000', '144700.116000', '144700.119000', '144700.122000', '144700.125000', '144700.128000', '144700.131000', '144700.135000', '144700.138000', '144700.141000', '144700.144000', '144700.147000', '144720.022000', '144720.025000', '144720.028000', '144720.031000', '144720.034000', '144720.037000', '144720.040000', '144720.043000', '144720.046000', '144720.049000', '144720.051000', '144720.054000', '144720.057000', '144720.060000', '144720.063000', '144720.066000', '144720.069000', '144720.072000', '144720.075000', '144720.078000', '144720.081000', '144720.084000', '144720.087000', '144720.090000', '144720.093000', '144720.095000', '144720.099000', '144720.102000', '144720.104000', '144720.107000', '144720.110000', '144720.113000', '144720.116000', '144720.119000', '144720.122000', '144720.125000', '144720.128000', '144720.131000', '144720.134000', '144720.137000', '144720.140000', '144720.143000', '144720.146000', '144720.149000', '144740.022000', '144740.025000', '144740.028000', '144740.031000', '144740.034000', '144740.037000', '144740.040000', '144740.043000', '144740.046000', '144740.049000', '144740.052000', '144740.055000', '144740.058000', '144740.061000', '144740.064000', '144740.067000', '144740.070000', '144740.073000', '144740.076000', '144740.078000', '144740.081000', '144740.084000', '144740.087000', '144740.090000', '144740.093000', '144740.096000', '144740.099000', '144740.102000', '144740.105000', '144740.108000', '144740.111000', '144740.114000', '144740.117000', '144740.120000', '144740.122000', '144740.125000', '144740.128000', '144740.131000', '144740.134000', '144740.137000', '144740.140000', '144740.143000', '144740.146000', '144800.021000', '144800.024000', '144800.027000', '144800.030000', '144800.033000', '144800.036000', '144800.039000', '144800.042000', '144800.045000', '144800.048000', '144800.051000', '144800.054000', '144800.057000', '144800.060000', '144800.063000', '144800.066000', '144800.069000', '144800.072000', '144800.075000', '144800.078000', '144800.080000', '144800.083000', '144800.086000', '144800.089000', '144800.092000', '144800.095000', '144800.098000', '144800.101000', '144800.104000', '144800.107000', '144800.110000', '144800.113000', '144800.116000', '144800.119000', '144800.122000', '144800.131000', '144800.134000', '144800.137000', '144800.140000', '144800.143000', '144800.146000', '144800.149000', '144800.152000', '144800.155000', '144820.021000', '144820.024000', '144820.027000', '144820.030000', '144820.033000', '144820.036000', '144820.039000', '144820.042000', '144820.045000', '144820.048000', '144820.051000', '144820.054000', '144820.057000', '144820.059000', '144820.062000', '144820.065000', '144820.068000', '144820.071000', '144820.074000', '144820.077000', '144820.080000', '144820.083000', '144820.086000', '144820.089000', '144820.092000', '144820.099000', '144820.102000', '144820.105000', '144820.108000', '144820.111000', '144820.114000', '144820.117000', '144820.120000', '144820.123000', '144820.126000', '144820.129000', '144820.132000', '144820.135000', '144820.138000', '144820.141000', '144820.144000', '144820.147000', '144820.150000', '144840.022000', '144840.026000', '144840.029000', '144840.032000', '144840.034000', '144840.037000', '144840.040000', '144840.043000', '144840.046000', '144840.049000', '144840.052000', '144840.055000', '144840.058000', '144840.061000', '144840.064000', '144840.067000', '144840.070000', '144840.073000', '144840.076000', '144840.079000', '144840.082000', '144840.085000', '144840.088000', '144840.091000', '144840.094000', '144840.096000', '144840.099000', '144840.102000', '144840.105000', '144840.108000', '144840.111000', '144840.114000', '144840.117000', '144840.120000', '144840.123000', '144840.126000', '144840.129000', '144840.132000', '144840.135000', '144840.138000', '144840.141000', '144840.144000', '144840.147000', '144900.022000', '144900.025000', '144900.028000', '144900.031000', '144900.034000', '144900.037000', '144900.040000', '144900.043000', '144900.046000', '144900.049000', '144900.052000', '144900.055000', '144900.058000', '144900.061000', '144900.064000', '144900.067000', '144900.070000', '144900.073000', '144900.076000', '144900.079000', '144900.082000', '144900.085000', '144900.088000', '144900.091000', '144900.094000', '144900.097000', '144900.100000', '144900.103000', '144900.106000', '144900.109000', '144900.112000', '144900.115000', '144900.118000', '144900.121000', '144900.124000', '144900.127000', '144900.130000', '144900.133000', '144900.136000', '144900.138000', '144900.141000', '144900.144000', '144900.147000', '144900.150000', '144920.022000', '144920.026000', '144920.029000', '144920.032000', '144920.035000', '144920.038000', '144920.041000', '144920.044000', '144920.047000', '144920.050000', '144920.053000', '144920.056000', '144920.059000', '144920.062000', '144920.065000', '144920.068000', '144920.071000', '144920.074000', '144920.077000', '144920.080000', '144920.083000', '144920.086000', '144920.089000', '144920.092000', '144920.095000', '144920.098000', '144920.101000', '144920.104000', '144920.107000', '144920.110000', '144920.113000', '144920.116000', '144920.119000', '144920.122000', '144920.125000', '144920.128000', '144920.131000', '144920.134000', '144920.137000', '144920.140000', '144920.143000', '144920.146000', '144920.148000', '144940.022000', '144940.025000', '144940.028000', '144940.031000', '144940.034000', '144940.037000', '144940.040000', '144940.043000', '144940.046000', '144940.049000', '144940.052000', '144940.055000', '144940.058000', '144940.061000', '144940.064000', '144940.067000', '144940.070000', '144940.073000', '144940.075000', '144940.079000', '144940.082000', '144940.085000', '144940.088000', '144940.091000', '144940.094000', '144940.096000', '144940.099000', '144940.102000', '144940.105000', '144940.108000', '144940.111000', '144940.114000', '144940.117000', '144940.120000', '144940.123000', '144940.126000', '144940.129000', '144940.132000', '144940.135000', '144940.138000', '144940.141000', '144940.143000', '144940.146000', '144940.149000', '145000.022000', '145000.025000', '145000.028000', '145000.031000', '145000.034000', '145000.037000', '145000.040000', '145000.043000', '145000.046000', '145000.049000', '145000.052000', '145000.055000', '145000.058000', '145000.061000', '145000.064000', '145000.067000', '145000.070000', '145000.073000', '145000.076000', '145000.079000', '145000.082000', '145000.092000', '145000.095000', '145000.098000', '145000.101000', '145000.104000', '145000.107000', '145000.111000', '145000.114000', '145000.116000', '145000.119000', '145000.123000', '145000.125000', '145000.129000', '145000.131000', '145000.135000', '145000.137000', '145000.140000', '145000.143000', '145000.146000', '145000.149000', '145000.152000', '145000.155000', '145020.021000', '145020.024000', '145020.027000', '145020.030000', '145020.033000', '145020.036000', '145020.039000', '145020.042000', '145020.045000', '145020.048000', '145020.051000', '145020.053000', '145020.056000', '145020.059000', '145020.062000', '145020.065000', '145020.068000', '145020.071000', '145020.074000', '145020.077000', '145020.080000', '145020.083000', '145020.086000', '145020.089000', '145020.092000', '145020.095000', '145020.098000', '145020.101000', '145020.104000', '145020.107000', '145020.109000', '145020.112000', '145020.115000', '145020.118000', '145020.121000', '145020.124000', '145020.127000', '145020.130000', '145020.133000', '145020.136000', '145020.139000', '145020.142000', '145020.145000', '145020.148000', '145022.670000', '145022.673000', '145022.676000', '145022.679000', '145022.682000', '145022.685000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [9688, 11664, 22192, 11011, 14097, 10895, 12870, 9805, 12030, 16166, 10951, 15549, 10906, 12670, 10068, 11803, 12462, 11541, 15440, 13649, 11022, 15764, 10118, 12003, 17131, 10667, 12805, 9246, 10827, 15200, 10898, 12593, 9409, 11047, 16050, 10458, 12605, 20861, 11036, 14330, 10178, 10502, 19701, 10445, 12902, 13702, 10724, 15202, 10801, 11800, 21527, 10759, 13505, 10136, 10373, 11610, 10262, 15327, 10744, 12655, 22366, 11845, 17104, 10470, 10502, 15588, 11165, 11479, 9820, 10162, 11925, 10713, 13163, 10687, 11806, 10058, 10464, 19153, 9768, 14450, 10480, 12150, 21653, 11908, 11483, 21179, 10020, 12830, 10760, 10835, 10260, 10414, 12532, 10501, 11761, 10109, 10215, 15246, 10750, 12347, 19265, 10017, 13215, 10609, 10158, 15153, 10844, 10994, 12394, 10554, 12320, 10506, 10075, 9304, 10159, 13853, 10336, 12547, 10719, 11141, 12260, 10233, 14654, 10221, 12232, 10205, 10439, 19454, 10098, 13176, 10800, 11782, 20646, 10487, 13807, 10375, 11608, 9329, 10016, 15359, 10920, 10821, 9310, 9739, 13523, 10160, 12000, 9555, 10414, 13788, 10258, 12510, 10548, 11811, 13681, 10267, 14091, 10266, 12415, 10113, 10635, 19013, 10014, 13405, 10331, 11858, 15283, 9853, 17833, 10544, 12323, 9583, 10644, 15898, 10476, 11896, 9942, 10590, 13784, 10088, 12784, 10315, 10709, 9404, 10384, 15284, 9928, 13255, 10116, 11561, 9494, 10436, 15856, 10073, 12854, 9573, 11174, 9239, 10561, 14800, 9844, 11989, 9923, 10783, 12790, 9682, 14163, 10030, 11881, 10738, 10559, 14755, 9634, 12346, 10198, 11551, 9542, 10452, 14584, 9353, 12647, 9913, 11788, 13381, 9920, 14472, 9442, 12710, 9765, 11457, 15010, 9952, 13804, 9555, 12109, 9871, 10913, 13110, 9828, 13180, 9428, 12147, 9557, 10786, 12626, 9696, 13411, 9308, 12036, 9450, 10892, 10359, 10443, 13887, 9367, 12788, 10301, 11467, 12723, 9791, 13700, 9361, 12370, 9969, 11363, 9329, 10291, 10464, 9469, 14143, 9531, 13006, 10144, 11428, 9073, 10361, 17222, 9988, 13109, 9746, 11397, 9193, 10613, 14632, 9285, 12693, 9910, 11116, 8578, 10434, 14064, 9912, 12196, 10021, 10575, 8384, 9866, 14236, 9812, 12447, 9974, 11348, 8820, 10558, 15424, 9684, 13430, 9763, 11810, 9024, 10568, 18470, 9676, 13337, 9568, 11201, 8928, 10379, 15239, 9469, 13804, 9687, 11194, 9750, 10834, 8915, 9981, 15743, 8655, 14282, 9314, 12002, 9073, 11071, 9525, 9427, 10705, 9439, 12189, 9585, 12420, 12398, 11628, 12647, 11362, 19489, 10841, 21118, 10752, 16287, 10534, 17034, 10090, 16359, 10108, 13658, 9534, 13268, 9067, 12252, 9254, 11427, 8916, 11565, 8524, 10890, 11543, 9537, 11563, 9759, 13807, 9799, 14220, 9670, 12321, 9461, 12559, 8864, 12403, 10490, 11454, 9664, 10918, 13630, 10607, 18847, 9863, 13264, 9591, 12681, 9141, 11977, 8972, 11281, 9470, 11428, 16026, 10349, 16665, 9451, 12056, 8650, 11650, 9753, 10493, 15437, 9326, 12086, 8797, 11445, 8960, 11777, 9541, 11002, 11516, 10569, 15244, 9574, 13139, 8918, 11720, 9150, 11099, 19853, 9868, 13168, 8904, 11691, 9105, 10591, 14955, 9143, 12062, 9313, 11250, 8925, 10427, 14443, 9264, 12429, 9197, 10940, 8991, 10790, 15535, 9906, 13369, 9398, 11557, 8682, 11052, 13876, 9821, 13821, 9357, 11553, 8845, 11053, 10221, 9759, 14576, 9382, 12127, 8789, 12119, 9082, 10920, 11822, 10263, 12954, 9828, 13844, 9082, 11965, 9179, 11195, 9049, 10895, 14544, 9752, 13836, 9029, 11298, 8941, 10858, 14948, 9873, 14136, 9207, 11192, 8869, 10863, 10186, 9809, 14300, 9433, 11686, 9112, 11329, 9054, 10710, 19168, 9783, 14251, 9396, 11843, 9636, 11401, 21030, 9414, 13095, 9422, 11540, 8344, 10728, 14474, 9115, 12055, 9421, 10980, 8915, 10778, 14393, 9191, 12602, 9760, 10875, 9271, 10907, 10922, 9606, 14199, 9674, 12034, 9293, 11155, 8640, 10743, 15640, 9542, 12286, 12369, 10746, 14566, 9632, 10925, 9262, 10212, 9205, 10388, 8887, 10473, 8938, 10329, 16929, 9617, 16350, 9792, 15444, 9981, 13198, 11942, 11224, 11232, 10893, 19277, 10394, 15451, 9971, 11589, 9238, 11417, 15709, 9429, 12519, 9641, 11452, 9213, 11154, 8994, 10758, 14096, 9850, 12516, 9519, 12280, 9729, 11625, 9625, 10728, 12590, 10407, 14472, 9357, 13243, 9387, 11749, 9349, 11663, 9700, 11641, 11957, 10388, 10886, 9924, 13846, 9479, 13103, 9532, 11519, 9414, 11936, 8914, 12100, 10395, 11644, 12426, 11010, 16835, 10120, 16706, 10038, 13190, 9316, 12091, 9098, 11469, 17528, 10411, 14450, 10027, 12481, 9242, 11586, 9891, 10810, 9812, 10229, 14220, 9431, 12840, 9435, 11417, 8997, 11359, 9179, 11494, 19994, 10068, 15175, 9531, 12073, 9497, 11585, 9671, 11517, 11076, 10770, 11900, 10298, 14632, 9318, 12654, 9271, 11892, 9241, 11712, 9669, 10714, 14556, 10174, 11966, 9192, 11719, 9543, 11606, 9453, 11065, 11969, 10629, 15136, 10018, 12677, 9452, 11827, 9878, 11129, 9346, 11721, 9717, 10904, 16316, 9949, 12358, 10116, 12344, 9666, 11886, 10014, 11422, 9535, 11029, 9365, 10987, 11054, 9878, 10953, 10165, 14518, 10120, 13573, 9539, 11510, 9122, 11721, 9436, 11290, 9629, 10748, 9557, 10636, 14973, 9637, 12761, 9908, 11405, 9690, 11111, 9436, 10730, 9592, 9784, 14765, 9738, 12133, 9951, 12219, 9435, 12772, 9587, 12036, 9246, 11523, 9539, 11385, 11388, 10887, 14379, 10963, 11699, 11344, 19729, 10539, 16350, 9686, 11518, 9049, 11512, 9380, 11622, 9065, 11340, 9080, 12049, 9504, 11771, 9946, 11490, 9798, 11264, 9290, 10842, 13447, 9972, 13354, 10033, 12127, 9758, 12103, 9501, 11892, 9229, 11859, 9550, 11594, 10117, 11513, 9611, 11584, 9374, 11300, 9574, 11164, 18119, 10701, 15417, 9752, 12710, 9329, 11998, 9688, 12018, 9531, 11557, 9737, 11813, 10020, 11658, 8739, 11460, 9262, 11022, 12106, 10514, 10670, 11108, 10606, 10976, 17180, 10152, 13984, 10501, 12961, 8876, 12581, 9888, 11735, 9436, 11832, 9311, 11667, 10433, 11483, 10315, 11455, 12092, 10955, 15035, 9620, 12778, 9611, 11958, 9690, 11729, 10111, 11648, 15404, 10558, 13339, 9850, 12320, 10273, 11520, 10163, 11774, 9963, 11618, 10420, 11075, 11082, 11500, 12545, 10900, 16285, 9841, 13202, 10256, 11912, 10019, 11861, 10404, 11224, 15593, 10502, 12372, 10176, 11804, 10407, 11761, 10574, 12011, 10151, 11800, 17481, 10990, 14366, 10161, 11198, 10741, 11403, 10473, 11258, 13081, 10067, 13438, 10081, 11823, 10183, 11738, 10464, 11157, 15560, 9974, 13317, 9817, 12562, 10441, 11734, 10660, 11741, 9919, 11391, 15425, 10212, 12362, 10998, 10796, 10300, 11802, 10225, 10841, 14791, 10531, 12291, 10588, 11964, 10454, 11129, 12926, 10362, 14312, 10987, 11558, 11219, 11255, 10380, 10873, 10866, 10492, 15243, 9951, 12317, 10515, 11806, 10832, 11244, 12650, 10253, 15590, 10235, 12793, 11086, 11203, 10571, 10922, 9863, 10054, 14240, 10570, 13000, 11183, 11574, 11058, 11417, 10753, 11179, 18801, 10565, 12881, 10516, 11820, 10943, 11522, 10969, 10840, 10603, 11003, 10116, 10420, 15193, 10534, 13232, 10773, 11186, 10801, 11282, 11039, 11316, 19948, 10587, 13747, 10642, 11745, 10652, 11396, 10287, 10308, 14434, 11037, 11505, 11071, 11154, 9234, 10884, 10010, 11126, 10948, 11714, 11066, 12987, 11195, 12214, 11077, 11935, 10885, 10605, 19896, 11419, 14318, 11024, 11662, 11354, 11278, 11582, 10388, 10936, 10635, 9884, 11024, 14740, 11353, 12428, 11289, 12094, 11229, 11721, 11169, 10661, 10287, 10514, 15649, 11457, 13700, 11535, 11248, 11314, 10974, 10723, 10371, 9999, 11377, 13451, 11193, 13325, 11453, 11831, 10898, 10466, 10391, 10683, 19059, 11143, 13793, 11412, 10929, 10698, 10352, 16262, 11430, 12799, 11370, 10698, 10528, 10739, 13077, 11310, 12522, 11444, 10863, 11522, 10778, 10297, 11082, 15106, 11785, 11112, 11346, 10784, 10268, 10907, 14396, 11413, 11431, 18714, 11382, 13116, 11328, 10505, 14162, 11909, 10599, 10994, 10573, 9372, 11444, 13315, 11959, 11296, 11190, 10706, 16711, 11391, 13502, 11639, 10693, 14698, 11406, 12940, 11291, 11046, 12252, 11671, 11837, 11387, 10174, 9599, 11567, 13275, 11367, 10243, 9368, 11558, 13187, 12074, 11031, 9849, 11443, 13272, 11272, 11486, 16571, 11543, 12584, 10792, 11179, 17872, 11944, 11899, 11468, 10985, 10424, 11499, 16890, 11965, 11880, 11110, 11015, 16821, 11748, 13691, 11612, 11189, 10670, 10899, 18524, 11681, 13415, 15450, 10905, 15751, 11574, 12129, 8184, 12529, 12451, 11187, 11728, 11737, 11877, 12987, 11690, 14130, 11681, 12273, 11545, 12189, 11516, 11158, 18413, 11524, 15150, 11342, 12588, 11409, 11465, 10816, 11698, 12444, 11555, 12590, 11183, 10565, 10124, 11638, 10788, 11861, 12005, 11884, 11574], 'WindowCenter': [4442.0, 4449.0, 4495.0, 4424.0, 4429.0, 4410.0, 4430.0, 4397.0, 4421.0, 4446.0, 4410.0, 4439.0, 4398.0, 4416.0, 4397.0, 4419.0, 4414.0, 4419.0, 4438.0, 4414.0, 4395.0, 4436.0, 4384.0, 4407.0, 4434.0, 4394.0, 4414.0, 4373.0, 4408.0, 4437.0, 4408.0, 4427.0, 4387.0, 4409.0, 4438.0, 4396.0, 4417.0, 4456.0, 4395.0, 4425.0, 4385.0, 4394.0, 4446.0, 4393.0, 4414.0, 4412.0, 4394.0, 4423.0, 4394.0, 4406.0, 4444.0, 4393.0, 4413.0, 4380.0, 4384.0, 4390.0, 4384.0, 4424.0, 4393.0, 4406.0, 4442.0, 4390.0, 4423.0, 4368.0, 4369.0, 4410.0, 4380.0, 4379.0, 4368.0, 4373.0, 4389.0, 4382.0, 4403.0, 4385.0, 4403.0, 4373.0, 4384.0, 4434.0, 4374.0, 4413.0, 4382.0, 4392.0, 4443.0, 4381.0, 4378.0, 4419.0, 4359.0, 4389.0, 4368.0, 4379.0, 4366.0, 4371.0, 4390.0, 4382.0, 4391.0, 4370.0, 4384.0, 4422.0, 4381.0, 4404.0, 4429.0, 4371.0, 4389.0, 4369.0, 4370.0, 4400.0, 4368.0, 4379.0, 4378.0, 4371.0, 4389.0, 4380.0, 4370.0, 4360.0, 4381.0, 4411.0, 4384.0, 4404.0, 4385.0, 4393.0, 4391.0, 4384.0, 4413.0, 4383.0, 4402.0, 4383.0, 4385.0, 4433.0, 4383.0, 4404.0, 4382.0, 4394.0, 4441.0, 4382.0, 4399.0, 4372.0, 4393.0, 4359.0, 4373.0, 4411.0, 4380.0, 4380.0, 4358.0, 4374.0, 4398.0, 4383.0, 4394.0, 4370.0, 4383.0, 4403.0, 4385.0, 4404.0, 4385.0, 4405.0, 4415.0, 4385.0, 4414.0, 4385.0, 4405.0, 4384.0, 4397.0, 4433.0, 4373.0, 4402.0, 4381.0, 4395.0, 4413.0, 4372.0, 4422.0, 4383.0, 4391.0, 4361.0, 4381.0, 4412.0, 4381.0, 4392.0, 4371.0, 4384.0, 4400.0, 4383.0, 4402.0, 4384.0, 4383.0, 4371.0, 4386.0, 4424.0, 4384.0, 4405.0, 4373.0, 4392.0, 4359.0, 4384.0, 4413.0, 4372.0, 4403.0, 4372.0, 4383.0, 4360.0, 4382.0, 4410.0, 4383.0, 4392.0, 4369.0, 4383.0, 4391.0, 4372.0, 4401.0, 4371.0, 4392.0, 4369.0, 4372.0, 4397.0, 4372.0, 4391.0, 4382.0, 4394.0, 4369.0, 4381.0, 4412.0, 4363.0, 4391.0, 4372.0, 4391.0, 4401.0, 4373.0, 4401.0, 4361.0, 4390.0, 4371.0, 4392.0, 4412.0, 4372.0, 4391.0, 4372.0, 4390.0, 4369.0, 4384.0, 4401.0, 4371.0, 4391.0, 4361.0, 4391.0, 4370.0, 4384.0, 4392.0, 4371.0, 4402.0, 4362.0, 4393.0, 4373.0, 4392.0, 4372.0, 4382.0, 4400.0, 4361.0, 4403.0, 4381.0, 4395.0, 4391.0, 4371.0, 4398.0, 4363.0, 4393.0, 4370.0, 4392.0, 4361.0, 4385.0, 4382.0, 4375.0, 4414.0, 4384.0, 4405.0, 4384.0, 4394.0, 4363.0, 4385.0, 4421.0, 4371.0, 4404.0, 4371.0, 4383.0, 4358.0, 4382.0, 4410.0, 4360.0, 4391.0, 4370.0, 4383.0, 4352.0, 4384.0, 4401.0, 4375.0, 4394.0, 4371.0, 4383.0, 4351.0, 4374.0, 4414.0, 4385.0, 4405.0, 4385.0, 4396.0, 4363.0, 4387.0, 4426.0, 4385.0, 4405.0, 4374.0, 4395.0, 4363.0, 4386.0, 4435.0, 4376.0, 4405.0, 4373.0, 4392.0, 4364.0, 4384.0, 4423.0, 4385.0, 4414.0, 4374.0, 4394.0, 4384.0, 4394.0, 4374.0, 4386.0, 4425.0, 4376.0, 4414.0, 4376.0, 4404.0, 4378.0, 4406.0, 4399.0, 4388.0, 4397.0, 4386.0, 4416.0, 4385.0, 4419.0, 4407.0, 4408.0, 4405.0, 4406.0, 4444.0, 4397.0, 4445.0, 4385.0, 4423.0, 4385.0, 4423.0, 4385.0, 4423.0, 4383.0, 4403.0, 4373.0, 4400.0, 4362.0, 4394.0, 4372.0, 4393.0, 4363.0, 4394.0, 4359.0, 4384.0, 4393.0, 4374.0, 4390.0, 4385.0, 4414.0, 4386.0, 4416.0, 4385.0, 4403.0, 4374.0, 4404.0, 4364.0, 4404.0, 4383.0, 4392.0, 4372.0, 4381.0, 4401.0, 4383.0, 4434.0, 4373.0, 4401.0, 4372.0, 4402.0, 4374.0, 4391.0, 4362.0, 4381.0, 4371.0, 4393.0, 4411.0, 4381.0, 4422.0, 4362.0, 4391.0, 4351.0, 4382.0, 4358.0, 4372.0, 4409.0, 4360.0, 4389.0, 4350.0, 4381.0, 4361.0, 4394.0, 4371.0, 4383.0, 4381.0, 4381.0, 4410.0, 4362.0, 4392.0, 4349.0, 4380.0, 4348.0, 4381.0, 4419.0, 4359.0, 4390.0, 4348.0, 4380.0, 4346.0, 4369.0, 4398.0, 4360.0, 4379.0, 4360.0, 4380.0, 4348.0, 4371.0, 4397.0, 4359.0, 4391.0, 4362.0, 4381.0, 4361.0, 4383.0, 4413.0, 4372.0, 4403.0, 4361.0, 4382.0, 4351.0, 4394.0, 4400.0, 4372.0, 4401.0, 4362.0, 4381.0, 4361.0, 4394.0, 4371.0, 4375.0, 4413.0, 4363.0, 4392.0, 4363.0, 4394.0, 4362.0, 4384.0, 4393.0, 4381.0, 4400.0, 4373.0, 4402.0, 4363.0, 4393.0, 4363.0, 4382.0, 4361.0, 4393.0, 4412.0, 4383.0, 4414.0, 4363.0, 4383.0, 4361.0, 4395.0, 4411.0, 4384.0, 4415.0, 4372.0, 4383.0, 4361.0, 4382.0, 4371.0, 4374.0, 4411.0, 4371.0, 4390.0, 4361.0, 4392.0, 4360.0, 4386.0, 4433.0, 4385.0, 4410.0, 4371.0, 4391.0, 4359.0, 4392.0, 4433.0, 4360.0, 4400.0, 4360.0, 4380.0, 4349.0, 4382.0, 4400.0, 4360.0, 4390.0, 4362.0, 4381.0, 4358.0, 4383.0, 4411.0, 4372.0, 4402.0, 4372.0, 4380.0, 4361.0, 4394.0, 4381.0, 4372.0, 4411.0, 4373.0, 4390.0, 4361.0, 4394.0, 4359.0, 4391.0, 4422.0, 4371.0, 4394.0, 4392.0, 4381.0, 4412.0, 4369.0, 4391.0, 4372.0, 4383.0, 4371.0, 4384.0, 4376.0, 4397.0, 4384.0, 4399.0, 4437.0, 4387.0, 4426.0, 4386.0, 4424.0, 4385.0, 4406.0, 4393.0, 4384.0, 4381.0, 4384.0, 4433.0, 4383.0, 4412.0, 4369.0, 4381.0, 4360.0, 4382.0, 4410.0, 4361.0, 4391.0, 4361.0, 4379.0, 4360.0, 4381.0, 4359.0, 4384.0, 4412.0, 4370.0, 4390.0, 4373.0, 4391.0, 4372.0, 4391.0, 4360.0, 4383.0, 4391.0, 4382.0, 4400.0, 4363.0, 4401.0, 4361.0, 4380.0, 4361.0, 4382.0, 4370.0, 4393.0, 4391.0, 4373.0, 4381.0, 4374.0, 4402.0, 4372.0, 4402.0, 4374.0, 4392.0, 4374.0, 4392.0, 4363.0, 4392.0, 4372.0, 4394.0, 4393.0, 4383.0, 4422.0, 4383.0, 4423.0, 4372.0, 4390.0, 4361.0, 4392.0, 4361.0, 4394.0, 4422.0, 4380.0, 4397.0, 4369.0, 4390.0, 4360.0, 4390.0, 4371.0, 4379.0, 4368.0, 4373.0, 4400.0, 4361.0, 4402.0, 4372.0, 4393.0, 4364.0, 4392.0, 4372.0, 4395.0, 4433.0, 4373.0, 4412.0, 4370.0, 4390.0, 4370.0, 4393.0, 4371.0, 4391.0, 4379.0, 4382.0, 4391.0, 4380.0, 4412.0, 4373.0, 4389.0, 4361.0, 4379.0, 4359.0, 4392.0, 4370.0, 4380.0, 4402.0, 4371.0, 4391.0, 4361.0, 4392.0, 4370.0, 4391.0, 4371.0, 4381.0, 4390.0, 4382.0, 4410.0, 4370.0, 4391.0, 4369.0, 4391.0, 4372.0, 4380.0, 4360.0, 4390.0, 4368.0, 4384.0, 4413.0, 4373.0, 4389.0, 4371.0, 4391.0, 4371.0, 4393.0, 4372.0, 4382.0, 4370.0, 4384.0, 4373.0, 4393.0, 4395.0, 4385.0, 4383.0, 4385.0, 4413.0, 4383.0, 4402.0, 4373.0, 4392.0, 4372.0, 4393.0, 4372.0, 4392.0, 4372.0, 4394.0, 4372.0, 4382.0, 4413.0, 4373.0, 4403.0, 4383.0, 4392.0, 4371.0, 4383.0, 4362.0, 4383.0, 4371.0, 4382.0, 4413.0, 4374.0, 4393.0, 4383.0, 4393.0, 4371.0, 4404.0, 4373.0, 4393.0, 4362.0, 4392.0, 4369.0, 4394.0, 4382.0, 4383.0, 4399.0, 4382.0, 4380.0, 4381.0, 4433.0, 4381.0, 4409.0, 4358.0, 4380.0, 4361.0, 4380.0, 4372.0, 4380.0, 4359.0, 4381.0, 4361.0, 4390.0, 4370.0, 4394.0, 4372.0, 4382.0, 4369.0, 4383.0, 4358.0, 4382.0, 4402.0, 4372.0, 4400.0, 4372.0, 4390.0, 4372.0, 4391.0, 4373.0, 4391.0, 4373.0, 4393.0, 4373.0, 4392.0, 4384.0, 4394.0, 4368.0, 4392.0, 4361.0, 4393.0, 4372.0, 4394.0, 4430.0, 4380.0, 4409.0, 4372.0, 4390.0, 4371.0, 4389.0, 4370.0, 4390.0, 4370.0, 4391.0, 4373.0, 4394.0, 4373.0, 4393.0, 4360.0, 4392.0, 4373.0, 4395.0, 4392.0, 4380.0, 4381.0, 4393.0, 4382.0, 4395.0, 4433.0, 4383.0, 4412.0, 4383.0, 4402.0, 4362.0, 4403.0, 4383.0, 4393.0, 4361.0, 4392.0, 4361.0, 4392.0, 4381.0, 4393.0, 4370.0, 4391.0, 4389.0, 4383.0, 4412.0, 4370.0, 4399.0, 4371.0, 4389.0, 4371.0, 4390.0, 4370.0, 4381.0, 4411.0, 4381.0, 4401.0, 4369.0, 4392.0, 4381.0, 4391.0, 4368.0, 4392.0, 4370.0, 4390.0, 4381.0, 4392.0, 4383.0, 4393.0, 4391.0, 4381.0, 4412.0, 4373.0, 4392.0, 4368.0, 4379.0, 4369.0, 4390.0, 4367.0, 4380.0, 4411.0, 4372.0, 4390.0, 4370.0, 4391.0, 4382.0, 4392.0, 4369.0, 4392.0, 4370.0, 4390.0, 4419.0, 4380.0, 4399.0, 4371.0, 4378.0, 4379.0, 4379.0, 4379.0, 4392.0, 4401.0, 4373.0, 4401.0, 4383.0, 4391.0, 4380.0, 4394.0, 4382.0, 4393.0, 4411.0, 4370.0, 4401.0, 4372.0, 4391.0, 4380.0, 4393.0, 4380.0, 4390.0, 4372.0, 4392.0, 4410.0, 4372.0, 4392.0, 4380.0, 4380.0, 4371.0, 4393.0, 4369.0, 4384.0, 4411.0, 4383.0, 4392.0, 4383.0, 4393.0, 4383.0, 4394.0, 4391.0, 4383.0, 4413.0, 4394.0, 4390.0, 4392.0, 4393.0, 4383.0, 4382.0, 4380.0, 4384.0, 4413.0, 4374.0, 4392.0, 4382.0, 4394.0, 4381.0, 4392.0, 4392.0, 4383.0, 4411.0, 4370.0, 4391.0, 4381.0, 4383.0, 4371.0, 4382.0, 4370.0, 4373.0, 4400.0, 4382.0, 4403.0, 4392.0, 4390.0, 4392.0, 4390.0, 4381.0, 4394.0, 4433.0, 4383.0, 4392.0, 4383.0, 4392.0, 4379.0, 4392.0, 4382.0, 4383.0, 4371.0, 4382.0, 4371.0, 4382.0, 4412.0, 4384.0, 4401.0, 4379.0, 4381.0, 4381.0, 4382.0, 4379.0, 4380.0, 4432.0, 4382.0, 4388.0, 4371.0, 4381.0, 4369.0, 4378.0, 4366.0, 4382.0, 4412.0, 4382.0, 4379.0, 4382.0, 4381.0, 4371.0, 4381.0, 4372.0, 4390.0, 4394.0, 4405.0, 4406.0, 4416.0, 4393.0, 4394.0, 4393.0, 4392.0, 4382.0, 4384.0, 4433.0, 4383.0, 4401.0, 4382.0, 4379.0, 4390.0, 4393.0, 4391.0, 4382.0, 4382.0, 4392.0, 4373.0, 4395.0, 4415.0, 4395.0, 4403.0, 4395.0, 4401.0, 4391.0, 4404.0, 4394.0, 4384.0, 4383.0, 4383.0, 4414.0, 4395.0, 4413.0, 4394.0, 4382.0, 4382.0, 4382.0, 4383.0, 4383.0, 4383.0, 4394.0, 4401.0, 4394.0, 4401.0, 4394.0, 4393.0, 4383.0, 4383.0, 4371.0, 4383.0, 4431.0, 4381.0, 4402.0, 4379.0, 4370.0, 4369.0, 4371.0, 4408.0, 4379.0, 4391.0, 4379.0, 4370.0, 4366.0, 4378.0, 4387.0, 4382.0, 4392.0, 4379.0, 4381.0, 4379.0, 4381.0, 4368.0, 4382.0, 4411.0, 4379.0, 4370.0, 4378.0, 4380.0, 4368.0, 4379.0, 4400.0, 4390.0, 4393.0, 4418.0, 4379.0, 4387.0, 4367.0, 4367.0, 4387.0, 4378.0, 4370.0, 4369.0, 4381.0, 4359.0, 4392.0, 4402.0, 4393.0, 4391.0, 4381.0, 4383.0, 4411.0, 4380.0, 4402.0, 4381.0, 4371.0, 4397.0, 4381.0, 4391.0, 4381.0, 4383.0, 4379.0, 4381.0, 4380.0, 4391.0, 4382.0, 4373.0, 4395.0, 4403.0, 4392.0, 4381.0, 4359.0, 4393.0, 4403.0, 4403.0, 4395.0, 4371.0, 4392.0, 4403.0, 4392.0, 4406.0, 4424.0, 4393.0, 4391.0, 4382.0, 4393.0, 4434.0, 4393.0, 4391.0, 4392.0, 4382.0, 4379.0, 4393.0, 4423.0, 4392.0, 4392.0, 4392.0, 4393.0, 4420.0, 4391.0, 4400.0, 4391.0, 4378.0, 4370.0, 4382.0, 4422.0, 4391.0, 4403.0, 4398.0, 4381.0, 4396.0, 4377.0, 4378.0, 4349.0, 4390.0, 4391.0, 4381.0, 4392.0, 4391.0, 4402.0, 4400.0, 4393.0, 4414.0, 4393.0, 4391.0, 4392.0, 4392.0, 4381.0, 4383.0, 4433.0, 4381.0, 4398.0, 4380.0, 4388.0, 4378.0, 4380.0, 4381.0, 4391.0, 4388.0, 4378.0, 4389.0, 4379.0, 4369.0, 4381.0, 4394.0, 4381.0, 4392.0, 4390.0, 4392.0, 4393.0], 'WindowWidth': [9794.0, 9794.0, 9855.0, 9744.0, 9743.0, 9717.0, 9744.0, 9695.0, 9732.0, 9761.0, 9715.0, 9753.0, 9694.0, 9716.0, 9693.0, 9726.0, 9713.0, 9727.0, 9755.0, 9712.0, 9689.0, 9746.0, 9671.0, 9705.0, 9742.0, 9686.0, 9710.0, 9657.0, 9709.0, 9747.0, 9710.0, 9738.0, 9679.0, 9712.0, 9752.0, 9691.0, 9721.0, 9776.0, 9688.0, 9730.0, 9671.0, 9686.0, 9761.0, 9680.0, 9713.0, 9704.0, 9684.0, 9724.0, 9683.0, 9702.0, 9758.0, 9683.0, 9710.0, 9660.0, 9669.0, 9672.0, 9670.0, 9723.0, 9681.0, 9704.0, 9756.0, 9670.0, 9721.0, 9637.0, 9641.0, 9697.0, 9656.0, 9655.0, 9637.0, 9651.0, 9670.0, 9665.0, 9693.0, 9672.0, 9695.0, 9653.0, 9669.0, 9739.0, 9655.0, 9709.0, 9661.0, 9678.0, 9759.0, 9658.0, 9652.0, 9710.0, 9624.0, 9665.0, 9636.0, 9654.0, 9634.0, 9646.0, 9669.0, 9661.0, 9673.0, 9643.0, 9670.0, 9720.0, 9662.0, 9696.0, 9723.0, 9646.0, 9670.0, 9640.0, 9644.0, 9684.0, 9637.0, 9652.0, 9651.0, 9644.0, 9667.0, 9658.0, 9647.0, 9631.0, 9662.0, 9702.0, 9670.0, 9697.0, 9671.0, 9681.0, 9673.0, 9669.0, 9707.0, 9665.0, 9692.0, 9666.0, 9670.0, 9738.0, 9665.0, 9694.0, 9661.0, 9683.0, 9744.0, 9662.0, 9682.0, 9648.0, 9678.0, 9627.0, 9652.0, 9703.0, 9656.0, 9656.0, 9623.0, 9652.0, 9679.0, 9664.0, 9683.0, 9646.0, 9667.0, 9693.0, 9672.0, 9694.0, 9671.0, 9702.0, 9711.0, 9671.0, 9707.0, 9670.0, 9699.0, 9667.0, 9690.0, 9741.0, 9653.0, 9691.0, 9661.0, 9683.0, 9704.0, 9650.0, 9720.0, 9662.0, 9673.0, 9630.0, 9660.0, 9704.0, 9660.0, 9676.0, 9644.0, 9666.0, 9686.0, 9665.0, 9690.0, 9669.0, 9665.0, 9647.0, 9674.0, 9723.0, 9669.0, 9698.0, 9651.0, 9675.0, 9627.0, 9667.0, 9706.0, 9650.0, 9693.0, 9649.0, 9663.0, 9629.0, 9664.0, 9699.0, 9667.0, 9679.0, 9641.0, 9665.0, 9671.0, 9649.0, 9686.0, 9645.0, 9676.0, 9639.0, 9647.0, 9678.0, 9648.0, 9673.0, 9661.0, 9682.0, 9642.0, 9659.0, 9703.0, 9639.0, 9674.0, 9648.0, 9676.0, 9688.0, 9650.0, 9686.0, 9633.0, 9669.0, 9646.0, 9678.0, 9702.0, 9648.0, 9671.0, 9647.0, 9670.0, 9640.0, 9667.0, 9685.0, 9646.0, 9673.0, 9632.0, 9673.0, 9644.0, 9669.0, 9675.0, 9646.0, 9687.0, 9634.0, 9677.0, 9652.0, 9677.0, 9648.0, 9662.0, 9685.0, 9635.0, 9691.0, 9661.0, 9684.0, 9674.0, 9647.0, 9680.0, 9637.0, 9677.0, 9643.0, 9677.0, 9633.0, 9671.0, 9661.0, 9659.0, 9710.0, 9669.0, 9700.0, 9668.0, 9680.0, 9635.0, 9669.0, 9718.0, 9649.0, 9695.0, 9646.0, 9663.0, 9624.0, 9662.0, 9699.0, 9632.0, 9674.0, 9642.0, 9664.0, 9618.0, 9666.0, 9685.0, 9656.0, 9682.0, 9646.0, 9664.0, 9619.0, 9654.0, 9706.0, 9671.0, 9698.0, 9670.0, 9687.0, 9639.0, 9676.0, 9729.0, 9673.0, 9698.0, 9653.0, 9683.0, 9637.0, 9672.0, 9740.0, 9659.0, 9697.0, 9652.0, 9677.0, 9640.0, 9670.0, 9720.0, 9673.0, 9712.0, 9654.0, 9682.0, 9669.0, 9684.0, 9656.0, 9677.0, 9728.0, 9661.0, 9711.0, 9663.0, 9697.0, 9668.0, 9704.0, 9700.0, 9683.0, 9693.0, 9677.0, 9719.0, 9676.0, 9724.0, 9704.0, 9708.0, 9698.0, 9703.0, 9753.0, 9690.0, 9755.0, 9671.0, 9720.0, 9670.0, 9721.0, 9671.0, 9722.0, 9667.0, 9691.0, 9652.0, 9684.0, 9637.0, 9682.0, 9651.0, 9678.0, 9638.0, 9681.0, 9628.0, 9669.0, 9681.0, 9657.0, 9673.0, 9671.0, 9710.0, 9675.0, 9715.0, 9672.0, 9692.0, 9656.0, 9696.0, 9643.0, 9696.0, 9664.0, 9675.0, 9648.0, 9662.0, 9689.0, 9666.0, 9739.0, 9650.0, 9686.0, 9649.0, 9691.0, 9655.0, 9674.0, 9636.0, 9660.0, 9645.0, 9678.0, 9701.0, 9661.0, 9718.0, 9634.0, 9671.0, 9618.0, 9661.0, 9624.0, 9648.0, 9696.0, 9629.0, 9667.0, 9616.0, 9658.0, 9633.0, 9680.0, 9645.0, 9664.0, 9658.0, 9658.0, 9698.0, 9633.0, 9674.0, 9614.0, 9656.0, 9608.0, 9658.0, 9711.0, 9626.0, 9668.0, 9610.0, 9655.0, 9604.0, 9639.0, 9676.0, 9628.0, 9653.0, 9626.0, 9655.0, 9609.0, 9644.0, 9676.0, 9628.0, 9672.0, 9632.0, 9659.0, 9631.0, 9665.0, 9707.0, 9650.0, 9693.0, 9633.0, 9660.0, 9617.0, 9680.0, 9685.0, 9649.0, 9686.0, 9635.0, 9658.0, 9633.0, 9682.0, 9647.0, 9657.0, 9706.0, 9637.0, 9674.0, 9638.0, 9680.0, 9636.0, 9668.0, 9677.0, 9661.0, 9686.0, 9653.0, 9691.0, 9640.0, 9678.0, 9637.0, 9663.0, 9634.0, 9681.0, 9704.0, 9666.0, 9708.0, 9639.0, 9666.0, 9635.0, 9684.0, 9701.0, 9669.0, 9712.0, 9649.0, 9665.0, 9632.0, 9663.0, 9646.0, 9654.0, 9701.0, 9648.0, 9672.0, 9635.0, 9678.0, 9631.0, 9674.0, 9740.0, 9670.0, 9698.0, 9647.0, 9675.0, 9627.0, 9675.0, 9734.0, 9631.0, 9685.0, 9629.0, 9657.0, 9612.0, 9662.0, 9684.0, 9631.0, 9671.0, 9633.0, 9659.0, 9625.0, 9664.0, 9702.0, 9650.0, 9691.0, 9650.0, 9657.0, 9632.0, 9682.0, 9660.0, 9652.0, 9704.0, 9655.0, 9673.0, 9633.0, 9681.0, 9629.0, 9676.0, 9721.0, 9651.0, 9683.0, 9674.0, 9661.0, 9702.0, 9641.0, 9674.0, 9653.0, 9669.0, 9650.0, 9670.0, 9661.0, 9693.0, 9674.0, 9698.0, 9746.0, 9679.0, 9731.0, 9676.0, 9727.0, 9671.0, 9701.0, 9678.0, 9666.0, 9658.0, 9667.0, 9738.0, 9665.0, 9705.0, 9640.0, 9658.0, 9628.0, 9662.0, 9699.0, 9633.0, 9672.0, 9632.0, 9653.0, 9628.0, 9659.0, 9626.0, 9667.0, 9704.0, 9646.0, 9671.0, 9651.0, 9673.0, 9648.0, 9675.0, 9630.0, 9664.0, 9671.0, 9661.0, 9685.0, 9637.0, 9688.0, 9632.0, 9656.0, 9631.0, 9660.0, 9643.0, 9679.0, 9673.0, 9650.0, 9660.0, 9653.0, 9690.0, 9651.0, 9691.0, 9655.0, 9674.0, 9654.0, 9677.0, 9639.0, 9679.0, 9650.0, 9682.0, 9678.0, 9664.0, 9716.0, 9666.0, 9720.0, 9648.0, 9671.0, 9633.0, 9675.0, 9632.0, 9681.0, 9715.0, 9656.0, 9677.0, 9640.0, 9668.0, 9629.0, 9672.0, 9643.0, 9654.0, 9637.0, 9649.0, 9684.0, 9635.0, 9689.0, 9651.0, 9676.0, 9641.0, 9677.0, 9650.0, 9685.0, 9735.0, 9652.0, 9703.0, 9645.0, 9670.0, 9643.0, 9677.0, 9645.0, 9672.0, 9654.0, 9662.0, 9671.0, 9658.0, 9703.0, 9652.0, 9670.0, 9632.0, 9655.0, 9628.0, 9676.0, 9643.0, 9657.0, 9689.0, 9647.0, 9672.0, 9633.0, 9675.0, 9644.0, 9674.0, 9647.0, 9660.0, 9670.0, 9663.0, 9699.0, 9644.0, 9673.0, 9643.0, 9672.0, 9648.0, 9657.0, 9630.0, 9670.0, 9640.0, 9667.0, 9707.0, 9650.0, 9668.0, 9647.0, 9673.0, 9647.0, 9678.0, 9649.0, 9661.0, 9644.0, 9667.0, 9652.0, 9682.0, 9685.0, 9671.0, 9666.0, 9671.0, 9708.0, 9668.0, 9692.0, 9653.0, 9675.0, 9650.0, 9678.0, 9650.0, 9678.0, 9649.0, 9681.0, 9649.0, 9665.0, 9706.0, 9652.0, 9694.0, 9665.0, 9676.0, 9646.0, 9663.0, 9634.0, 9665.0, 9646.0, 9665.0, 9709.0, 9656.0, 9678.0, 9666.0, 9678.0, 9649.0, 9698.0, 9655.0, 9680.0, 9635.0, 9676.0, 9641.0, 9680.0, 9663.0, 9665.0, 9681.0, 9661.0, 9655.0, 9660.0, 9739.0, 9660.0, 9696.0, 9625.0, 9654.0, 9631.0, 9657.0, 9649.0, 9656.0, 9629.0, 9658.0, 9633.0, 9672.0, 9644.0, 9681.0, 9648.0, 9661.0, 9641.0, 9663.0, 9626.0, 9662.0, 9690.0, 9650.0, 9686.0, 9651.0, 9670.0, 9650.0, 9676.0, 9653.0, 9674.0, 9653.0, 9677.0, 9651.0, 9675.0, 9668.0, 9682.0, 9640.0, 9676.0, 9631.0, 9679.0, 9650.0, 9683.0, 9729.0, 9658.0, 9697.0, 9649.0, 9671.0, 9647.0, 9669.0, 9644.0, 9671.0, 9644.0, 9674.0, 9654.0, 9682.0, 9651.0, 9678.0, 9631.0, 9678.0, 9653.0, 9685.0, 9678.0, 9659.0, 9659.0, 9678.0, 9663.0, 9685.0, 9736.0, 9667.0, 9704.0, 9666.0, 9690.0, 9638.0, 9695.0, 9666.0, 9677.0, 9634.0, 9675.0, 9632.0, 9678.0, 9661.0, 9677.0, 9644.0, 9676.0, 9669.0, 9665.0, 9705.0, 9647.0, 9685.0, 9645.0, 9668.0, 9644.0, 9671.0, 9644.0, 9661.0, 9700.0, 9659.0, 9685.0, 9643.0, 9675.0, 9662.0, 9674.0, 9640.0, 9673.0, 9645.0, 9673.0, 9661.0, 9678.0, 9665.0, 9678.0, 9674.0, 9660.0, 9705.0, 9652.0, 9677.0, 9638.0, 9653.0, 9639.0, 9670.0, 9635.0, 9658.0, 9704.0, 9647.0, 9668.0, 9644.0, 9672.0, 9662.0, 9676.0, 9641.0, 9673.0, 9642.0, 9671.0, 9710.0, 9657.0, 9683.0, 9644.0, 9650.0, 9654.0, 9654.0, 9654.0, 9677.0, 9688.0, 9650.0, 9688.0, 9665.0, 9673.0, 9658.0, 9680.0, 9661.0, 9678.0, 9701.0, 9644.0, 9685.0, 9648.0, 9673.0, 9658.0, 9677.0, 9657.0, 9670.0, 9646.0, 9675.0, 9700.0, 9647.0, 9676.0, 9659.0, 9658.0, 9646.0, 9678.0, 9641.0, 9667.0, 9703.0, 9665.0, 9676.0, 9665.0, 9677.0, 9664.0, 9681.0, 9672.0, 9666.0, 9707.0, 9682.0, 9672.0, 9674.0, 9679.0, 9663.0, 9665.0, 9660.0, 9670.0, 9709.0, 9654.0, 9676.0, 9664.0, 9681.0, 9661.0, 9678.0, 9674.0, 9665.0, 9702.0, 9646.0, 9674.0, 9658.0, 9665.0, 9644.0, 9662.0, 9643.0, 9651.0, 9685.0, 9664.0, 9694.0, 9676.0, 9670.0, 9676.0, 9673.0, 9659.0, 9681.0, 9737.0, 9666.0, 9674.0, 9663.0, 9675.0, 9655.0, 9675.0, 9661.0, 9664.0, 9645.0, 9663.0, 9645.0, 9662.0, 9706.0, 9667.0, 9688.0, 9656.0, 9658.0, 9660.0, 9661.0, 9654.0, 9658.0, 9733.0, 9661.0, 9666.0, 9645.0, 9657.0, 9639.0, 9652.0, 9633.0, 9662.0, 9705.0, 9663.0, 9655.0, 9661.0, 9661.0, 9649.0, 9661.0, 9649.0, 9674.0, 9684.0, 9699.0, 9706.0, 9715.0, 9682.0, 9680.0, 9678.0, 9676.0, 9660.0, 9667.0, 9739.0, 9662.0, 9686.0, 9661.0, 9655.0, 9671.0, 9678.0, 9674.0, 9663.0, 9663.0, 9679.0, 9652.0, 9686.0, 9715.0, 9685.0, 9693.0, 9684.0, 9690.0, 9676.0, 9696.0, 9681.0, 9669.0, 9664.0, 9668.0, 9711.0, 9686.0, 9708.0, 9681.0, 9663.0, 9663.0, 9664.0, 9663.0, 9669.0, 9668.0, 9681.0, 9689.0, 9681.0, 9690.0, 9681.0, 9681.0, 9664.0, 9664.0, 9645.0, 9664.0, 9734.0, 9660.0, 9690.0, 9652.0, 9642.0, 9637.0, 9645.0, 9694.0, 9654.0, 9671.0, 9652.0, 9642.0, 9631.0, 9652.0, 9664.0, 9664.0, 9677.0, 9655.0, 9657.0, 9653.0, 9660.0, 9637.0, 9662.0, 9702.0, 9654.0, 9641.0, 9650.0, 9657.0, 9636.0, 9656.0, 9686.0, 9670.0, 9678.0, 9708.0, 9651.0, 9661.0, 9630.0, 9633.0, 9660.0, 9651.0, 9642.0, 9640.0, 9659.0, 9627.0, 9676.0, 9689.0, 9680.0, 9676.0, 9660.0, 9666.0, 9704.0, 9657.0, 9692.0, 9659.0, 9646.0, 9674.0, 9659.0, 9672.0, 9659.0, 9665.0, 9654.0, 9658.0, 9656.0, 9671.0, 9664.0, 9652.0, 9684.0, 9693.0, 9676.0, 9661.0, 9628.0, 9681.0, 9695.0, 9695.0, 9685.0, 9647.0, 9678.0, 9694.0, 9677.0, 9702.0, 9727.0, 9680.0, 9677.0, 9660.0, 9680.0, 9739.0, 9678.0, 9673.0, 9676.0, 9663.0, 9654.0, 9681.0, 9723.0, 9677.0, 9676.0, 9675.0, 9681.0, 9714.0, 9674.0, 9688.0, 9673.0, 9652.0, 9642.0, 9664.0, 9719.0, 9671.0, 9692.0, 9678.0, 9657.0, 9672.0, 9647.0, 9651.0, 9615.0, 9671.0, 9673.0, 9661.0, 9678.0, 9674.0, 9692.0, 9687.0, 9682.0, 9710.0, 9681.0, 9672.0, 9675.0, 9677.0, 9657.0, 9665.0, 9736.0, 9660.0, 9679.0, 9656.0, 9664.0, 9651.0, 9656.0, 9659.0, 9672.0, 9663.0, 9652.0, 9666.0, 9652.0, 9641.0, 9661.0, 9683.0, 9659.0, 9675.0, 9669.0, 9674.0, 9680.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0015769842584921294</td></tr>
<tr><td colspan=3>aqi</td><td>0.023557969594034795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.42227341446097</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3140794725456035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0075113819237138</td></tr>
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
<tr><td colspan=3>fber</td><td>7207.8711</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07919697407409163</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.08285004142502071</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.464960134562715</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372204034351339</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7028652991950333</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3198110701417733</td></tr>
<tr><td colspan=3>gcor</td><td>0.00575579</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015332873910665512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01623920537531376</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9144068021734584</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.4532</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2062</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.821</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>838.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3556</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.1828</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.4887</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.2401</td></tr>
<tr><td colspan=3>tsnr</td><td>39.78964257845655</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>