<?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-0021_ses-01_task-alignvideo_acq-mb8_run-01_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-0021_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_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-0021/ses-01/func/sub-0021_ses-01_task-alignvideo_acq-mb8_run-01_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>334c46f90b13b572df46a981c8dc8184</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>16:44:16.660000</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.998711, 0.0496185, -0.0107279, -0.0504178, 0.994153, -0.0954906]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', '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-01_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.108846</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>52</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7725, -7222, 510, -33, -29, -149, 57]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e4a6269-1d36-4fe6-ac01-570e6fd6783f||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.6794676780700684, -0.1352672576904297, -0.016002951189875603, 118.39840698242188], [-0.13312283158302307, 2.66723895072937, -0.25895264744758606, -90.2393569946289], [-0.028782039880752563, 0.2561943829059601, 2.6875057220458984, -54.835044860839844], [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, 1073]</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], 'AcquisitionTime': ['164416.660000', '164417.120000', '164417.580000', '164418.040000', '164418.500000', '164418.960000', '164419.420000', '164419.880000', '164420.340000', '164420.800000', '164421.260000', '164421.720000', '164422.180000', '164422.640000', '164423.100000', '164423.560000', '164424.020000', '164424.480000', '164424.940000', '164425.400000', '164425.860000', '164426.320000', '164426.780000', '164427.240000', '164427.700000', '164428.160000', '164428.620000', '164429.080000', '164429.540000', '164430.000000', '164430.460000', '164430.920000', '164431.380000', '164431.840000', '164432.300000', '164432.760000', '164433.220000', '164433.680000', '164434.140000', '164434.600000', '164435.060000', '164435.520000', '164435.980000', '164436.440000', '164436.900000', '164437.360000', '164437.820000', '164438.280000', '164438.740000', '164439.200000', '164439.660000', '164440.120000', '164440.580000', '164441.040000', '164441.500000', '164441.960000', '164442.420000', '164442.880000', '164443.340000', '164443.800000', '164444.260000', '164444.720000', '164445.180000', '164445.640000', '164446.100000', '164446.560000', '164447.020000', '164447.480000', '164447.940000', '164448.400000', '164448.860000', '164449.320000', '164449.780000', '164450.240000', '164450.700000', '164451.160000', '164451.620000', '164452.080000', '164452.540000', '164453.000000', '164453.460000', '164453.920000', '164454.380000', '164454.840000', '164455.300000', '164455.760000', '164456.220000', '164456.680000', '164457.140000', '164457.600000', '164458.060000', '164458.520000', '164458.980000', '164459.440000', '164459.900000', '164500.360000', '164500.820000', '164501.280000', '164501.740000', '164502.200000', '164502.660000', '164503.120000', '164503.580000', '164504.040000', '164504.500000', '164504.960000', '164505.420000', '164505.880000', '164506.340000', '164506.800000', '164507.260000', '164507.720000', '164508.180000', '164508.640000', '164509.100000', '164509.560000', '164510.020000', '164510.480000', '164510.940000', '164511.400000', '164511.860000', '164512.320000', '164512.780000', '164513.240000', '164513.700000', '164514.160000', '164514.620000', '164515.080000', '164515.540000', '164516.000000', '164516.460000', '164516.920000', '164517.380000', '164517.840000', '164518.300000', '164518.760000', '164519.220000', '164519.680000', '164520.140000', '164520.600000', '164521.060000', '164521.520000', '164521.980000', '164522.440000', '164522.900000', '164523.360000', '164523.820000', '164524.280000', '164524.740000', '164525.200000', '164525.660000', '164526.120000', '164526.580000', '164527.040000', '164527.500000', '164527.960000', '164528.420000', '164528.880000', '164529.340000', '164529.800000', '164530.260000', '164530.720000', '164531.180000', '164531.640000', '164532.100000', '164532.560000', '164533.020000', '164533.480000', '164533.940000', '164534.400000', '164534.860000', '164535.320000', '164535.780000', '164536.240000', '164536.700000', '164537.160000', '164537.620000', '164538.080000', '164538.540000', '164539.000000', '164539.460000', '164539.920000', '164540.380000', '164540.840000', '164541.300000', '164541.760000', '164542.220000', '164542.680000', '164543.140000', '164543.600000', '164544.060000', '164544.520000', '164544.980000', '164545.440000', '164545.900000', '164546.360000', '164546.820000', '164547.280000', '164547.740000', '164548.200000', '164548.660000', '164549.120000', '164549.580000', '164550.040000', '164550.500000', '164550.960000', '164551.420000', '164551.880000', '164552.340000', '164552.800000', '164553.260000', '164553.720000', '164554.180000', '164554.640000', '164555.100000', '164555.560000', '164556.020000', '164556.480000', '164556.940000', '164557.400000', '164557.860000', '164558.320000', '164558.780000', '164559.240000', '164559.700000', '164600.160000', '164600.620000', '164601.080000', '164601.540000', '164602.000000', '164602.460000', '164602.920000', '164603.380000', '164603.840000', '164604.300000', '164604.760000', '164605.220000', '164605.680000', '164606.140000', '164606.600000', '164607.060000', '164607.520000', '164607.980000', '164608.440000', '164608.900000', '164609.360000', '164609.820000', '164610.280000', '164610.740000', '164611.200000', '164611.660000', '164612.120000', '164612.580000', '164613.040000', '164613.500000', '164613.960000', '164614.420000', '164614.880000', '164615.340000', '164615.800000', '164616.260000', '164616.720000', '164617.180000', '164617.640000', '164618.100000', '164618.560000', '164619.020000', '164619.480000', '164619.940000', '164620.400000', '164620.860000', '164621.320000', '164621.780000', '164622.240000', '164622.700000', '164623.160000', '164623.620000', '164624.080000', '164624.540000', '164625.000000', '164625.460000', '164625.920000', '164626.380000', '164626.840000', '164627.300000', '164627.760000', '164628.220000', '164628.680000', '164629.140000', '164629.600000', '164630.060000', '164630.520000', '164630.980000', '164631.440000', '164631.900000', '164632.360000', '164632.820000', '164633.280000', '164633.740000', '164634.200000', '164634.660000', '164635.120000', '164635.580000', '164636.040000', '164636.500000', '164636.960000', '164637.420000', '164637.880000', '164638.340000', '164638.800000', '164639.260000', '164639.720000', '164640.180000', '164640.640000', '164641.100000', '164641.560000', '164642.020000', '164642.480000', '164642.940000', '164643.400000', '164643.860000', '164644.320000', '164644.780000', '164645.240000', '164645.700000', '164646.160000', '164646.620000', '164647.080000', '164647.540000', '164648.000000', '164648.460000', '164648.920000', '164649.380000', '164649.840000', '164650.300000', '164650.760000', '164651.220000', '164651.680000', '164652.140000', '164652.600000', '164653.060000', '164653.520000', '164653.980000', '164654.440000', '164654.900000', '164655.360000', '164655.820000', '164656.280000', '164656.740000', '164657.200000', '164657.660000', '164658.120000', '164658.580000', '164659.040000', '164659.500000', '164659.960000', '164700.420000', '164700.880000', '164701.340000', '164701.800000', '164702.260000', '164702.720000', '164703.180000', '164703.640000', '164704.100000', '164704.560000', '164705.020000', '164705.480000', '164705.940000', '164706.400000', '164706.860000', '164707.320000', '164707.780000', '164708.240000', '164708.700000', '164709.160000', '164709.620000', '164710.080000', '164710.540000', '164711.000000', '164711.460000', '164711.920000', '164712.380000', '164712.840000', '164713.300000', '164713.760000', '164714.220000', '164714.680000', '164715.140000', '164715.600000', '164716.060000', '164716.520000', '164716.980000', '164717.440000', '164717.900000', '164718.360000', '164718.820000', '164719.280000', '164719.740000', '164720.200000', '164720.660000', '164721.120000', '164721.580000', '164722.040000', '164722.500000', '164722.960000', '164723.420000', '164723.880000', '164724.340000', '164724.800000', '164725.260000', '164725.720000', '164726.180000', '164726.640000', '164727.100000', '164727.560000', '164728.020000', '164728.480000', '164728.940000', '164729.400000', '164729.860000', '164730.320000', '164730.780000', '164731.240000', '164731.700000', '164732.160000', '164732.620000', '164733.080000', '164733.540000', '164734.000000', '164734.460000', '164734.920000', '164735.380000', '164735.840000', '164736.300000', '164736.760000', '164737.220000', '164737.680000', '164738.140000', '164738.600000', '164739.060000', '164739.520000', '164739.980000', '164740.440000', '164740.900000', '164741.360000', '164741.820000', '164742.280000', '164742.740000', '164743.200000', '164743.660000', '164744.120000', '164744.580000', '164745.040000', '164745.500000', '164745.960000', '164746.420000', '164746.880000', '164747.340000', '164747.800000', '164748.260000', '164748.720000', '164749.180000', '164749.640000', '164750.100000', '164750.560000', '164751.020000', '164751.480000', '164751.940000', '164752.400000', '164752.860000', '164753.320000', '164753.780000', '164754.240000', '164754.700000', '164755.160000', '164755.620000', '164756.080000', '164756.540000', '164757.000000', '164757.460000', '164757.920000', '164758.380000', '164758.840000', '164759.300000', '164759.760000', '164800.220000', '164800.680000', '164801.140000', '164801.600000', '164802.060000', '164802.520000', '164802.980000', '164803.440000', '164803.900000', '164804.360000', '164804.820000', '164805.280000', '164805.740000', '164806.200000', '164806.660000', '164807.120000', '164807.580000', '164808.040000', '164808.500000', '164808.960000', '164809.420000', '164809.880000', '164810.340000', '164810.800000', '164811.260000', '164811.720000', '164812.180000', '164812.640000', '164813.100000', '164813.560000', '164814.020000', '164814.480000', '164814.940000', '164815.400000', '164815.860000', '164816.320000', '164816.780000', '164817.240000', '164817.700000', '164818.160000', '164818.620000', '164819.080000', '164819.540000', '164820.000000', '164820.460000', '164820.920000', '164821.380000', '164821.840000', '164822.300000', '164822.760000', '164823.220000', '164823.680000', '164824.140000', '164824.600000', '164825.060000', '164825.520000', '164825.980000', '164826.440000', '164826.900000', '164827.360000', '164827.820000', '164828.280000', '164828.740000', '164829.200000', '164829.660000', '164830.120000', '164830.580000', '164831.040000', '164831.500000', '164831.960000', '164832.420000', '164832.880000', '164833.340000', '164833.800000', '164834.260000', '164834.720000', '164835.180000', '164835.640000', '164836.100000', '164836.560000', '164837.020000', '164837.480000', '164837.940000', '164838.400000', '164838.860000', '164839.320000', '164839.780000', '164840.240000', '164840.700000', '164841.160000', '164841.620000', '164842.080000', '164842.540000', '164843.000000', '164843.460000', '164843.920000', '164844.380000', '164844.840000', '164845.300000', '164845.760000', '164846.220000', '164846.680000', '164847.140000', '164847.600000', '164848.060000', '164848.520000', '164848.980000', '164849.440000', '164849.900000', '164850.360000', '164850.820000', '164851.280000', '164851.740000', '164852.200000', '164852.660000', '164853.120000', '164853.580000', '164854.040000', '164854.500000', '164854.960000', '164855.420000', '164855.880000', '164856.340000', '164856.800000', '164857.260000', '164857.720000', '164858.180000', '164858.640000', '164859.100000', '164859.560000', '164900.020000', '164900.480000', '164900.940000', '164901.400000', '164901.860000', '164902.320000', '164902.780000', '164903.240000', '164903.700000', '164904.160000', '164904.620000', '164905.080000', '164905.540000', '164906.000000', '164906.460000', '164906.920000', '164907.380000', '164907.840000', '164908.300000', '164908.760000', '164909.220000', '164909.680000', '164910.140000', '164910.600000', '164911.060000', '164911.520000', '164911.980000', '164912.440000', '164912.900000', '164913.360000', '164913.820000', '164914.280000', '164914.740000', '164915.200000', '164915.660000', '164916.120000', '164916.580000', '164917.040000', '164917.500000', '164917.960000', '164918.420000', '164918.880000', '164919.340000', '164919.800000', '164920.260000', '164920.720000', '164921.180000', '164921.640000', '164922.100000', '164922.560000', '164923.020000', '164923.480000', '164923.940000', '164924.400000', '164924.860000', '164925.320000', '164925.780000', '164926.240000', '164926.700000', '164927.160000', '164927.620000', '164928.080000', '164928.540000', '164929.000000', '164929.460000', '164929.920000', '164930.380000', '164930.840000', '164931.300000', '164931.760000', '164932.220000', '164932.680000', '164933.140000', '164933.600000', '164934.060000', '164934.520000', '164934.980000', '164935.440000', '164935.900000', '164936.360000', '164936.820000', '164937.280000', '164937.740000', '164938.200000', '164938.660000', '164939.120000', '164939.580000', '164940.040000', '164940.500000', '164940.960000', '164941.420000', '164941.880000', '164942.340000', '164942.800000', '164943.260000', '164943.720000', '164944.180000', '164944.640000', '164945.100000', '164945.560000', '164946.020000', '164946.480000', '164946.940000', '164947.400000', '164947.860000', '164948.320000', '164948.780000', '164949.240000', '164949.700000', '164950.160000', '164950.620000', '164951.080000', '164951.540000', '164952.000000', '164952.460000', '164952.920000', '164953.380000', '164953.840000', '164954.300000', '164954.760000', '164955.220000', '164955.680000', '164956.140000', '164956.600000', '164957.060000', '164957.520000', '164957.980000', '164958.440000', '164958.900000', '164959.360000', '164959.820000', '165000.280000', '165000.740000', '165001.200000', '165001.660000', '165002.120000', '165002.580000', '165003.040000', '165003.500000', '165003.960000', '165004.420000', '165004.880000', '165005.340000', '165005.800000', '165006.260000', '165006.720000', '165007.180000', '165007.640000', '165008.100000', '165008.560000', '165009.020000', '165009.480000', '165009.940000', '165010.400000', '165010.860000', '165011.320000', '165011.780000', '165012.240000', '165012.700000', '165013.160000', '165013.620000', '165014.080000', '165014.540000', '165015.000000', '165015.460000', '165015.920000', '165016.380000', '165016.840000', '165017.300000', '165017.760000', '165018.220000', '165018.680000', '165019.140000', '165019.600000', '165020.060000', '165020.520000', '165020.980000', '165021.440000', '165021.900000', '165022.360000', '165022.820000', '165023.280000', '165023.740000', '165024.200000', '165024.660000', '165025.120000', '165025.580000', '165026.040000', '165026.500000', '165026.960000', '165027.420000', '165027.880000', '165028.340000', '165028.800000', '165029.260000', '165029.720000', '165030.180000', '165030.640000', '165031.100000', '165031.560000', '165032.020000', '165032.480000', '165032.940000', '165033.400000', '165033.860000', '165034.320000', '165034.780000', '165035.240000', '165035.700000', '165036.160000', '165036.620000', '165037.080000', '165037.540000', '165038.000000', '165038.460000', '165038.920000', '165039.380000', '165039.840000', '165040.300000', '165040.760000', '165041.220000', '165041.680000', '165042.140000', '165042.600000', '165043.060000', '165043.520000', '165043.980000', '165044.440000', '165044.900000', '165045.360000', '165045.820000', '165046.280000', '165046.740000', '165047.200000', '165047.660000', '165048.120000', '165048.580000', '165049.040000', '165049.500000', '165049.960000', '165050.420000', '165050.880000', '165051.340000', '165051.800000', '165052.260000', '165052.720000', '165053.180000', '165053.640000', '165054.100000', '165054.560000', '165055.020000', '165055.480000', '165055.940000', '165056.400000', '165056.860000', '165057.320000', '165057.780000', '165058.240000', '165058.700000', '165059.160000', '165059.620000', '165100.080000', '165100.540000', '165101.000000', '165101.460000', '165101.920000', '165102.380000', '165102.840000', '165103.300000', '165103.760000', '165104.220000', '165104.680000', '165105.140000', '165105.600000', '165106.060000', '165106.520000', '165106.980000', '165107.440000', '165107.900000', '165108.360000', '165108.820000', '165109.280000', '165109.740000', '165110.200000', '165110.660000', '165111.120000', '165111.580000', '165112.040000', '165112.500000', '165112.960000', '165113.420000', '165113.880000', '165114.340000', '165114.800000', '165115.260000', '165115.720000', '165116.180000', '165116.640000', '165117.100000', '165117.560000', '165118.020000', '165118.480000', '165118.940000', '165119.400000', '165119.860000', '165120.320000', '165120.780000', '165121.240000', '165121.700000', '165122.160000', '165122.620000', '165123.080000', '165123.540000', '165124.000000', '165124.460000', '165124.920000', '165125.380000', '165125.840000', '165126.300000', '165126.760000', '165127.220000', '165127.680000', '165128.140000', '165128.600000', '165129.060000', '165129.520000', '165129.980000', '165130.440000', '165130.900000', '165131.360000', '165131.820000', '165132.280000', '165132.740000', '165133.200000', '165133.660000', '165134.120000', '165134.580000', '165135.040000', '165135.500000', '165135.960000', '165136.420000', '165136.880000', '165137.340000', '165137.800000', '165138.260000', '165138.720000', '165139.180000', '165139.640000', '165140.100000', '165140.560000', '165141.020000', '165141.480000', '165141.940000', '165142.400000', '165142.860000', '165143.320000', '165143.780000', '165144.240000', '165144.700000', '165145.160000', '165145.620000', '165146.080000', '165146.540000', '165147.000000', '165147.460000', '165147.920000', '165148.380000', '165148.840000', '165149.300000', '165149.760000', '165150.220000', '165150.680000', '165151.140000', '165151.600000', '165152.060000', '165152.520000', '165152.980000', '165153.440000', '165153.900000', '165154.360000', '165154.820000', '165155.280000', '165155.740000', '165156.200000', '165156.660000', '165157.120000', '165157.580000', '165158.040000', '165158.500000', '165158.960000', '165159.420000', '165159.880000', '165200.340000', '165200.800000', '165201.260000', '165201.720000', '165202.180000', '165202.640000', '165203.100000', '165203.560000', '165204.020000', '165204.480000', '165204.940000', '165205.400000', '165205.860000', '165206.320000', '165206.780000', '165207.240000', '165207.700000', '165208.160000', '165208.620000', '165209.080000', '165209.540000', '165210.000000', '165210.460000', '165210.920000', '165211.380000', '165211.840000', '165212.300000', '165212.760000', '165213.220000', '165213.680000', '165214.140000', '165214.600000', '165215.060000', '165215.520000', '165215.980000', '165216.440000', '165216.900000', '165217.360000', '165217.820000', '165218.280000', '165218.740000', '165219.200000', '165219.660000', '165220.120000', '165220.580000', '165221.040000', '165221.500000', '165221.960000', '165222.420000', '165222.880000', '165223.340000', '165223.800000', '165224.260000', '165224.720000', '165225.180000', '165225.640000', '165226.100000', '165226.560000', '165227.020000', '165227.480000', '165227.940000', '165228.400000', '165228.860000', '165229.320000', '165229.780000'], 'ContentTime': ['164420.333000', '164420.540000', '164420.773000', '164420.965000', '164421.176000', '164421.461000', '164421.582000', '164421.832000', '164421.990000', '164422.207000', '164422.405000', '164422.740000', '164423.199000', '164423.665000', '164424.140000', '164424.603000', '164425.061000', '164425.513000', '164425.991000', '164426.429000', '164426.898000', '164427.354000', '164427.834000', '164428.284000', '164428.783000', '164429.194000', '164429.653000', '164430.127000', '164430.583000', '164431.052000', '164431.504000', '164431.952000', '164432.420000', '164432.893000', '164433.345000', '164433.799000', '164434.267000', '164434.727000', '164435.208000', '164435.633000', '164436.105000', '164436.573000', '164437.013000', '164437.486000', '164437.946000', '164438.392000', '164438.861000', '164439.328000', '164439.840000', '164440.247000', '164440.692000', '164441.170000', '164441.627000', '164442.075000', '164442.546000', '164443.012000', '164443.471000', '164443.920000', '164444.380000', '164444.852000', '164445.297000', '164445.764000', '164446.231000', '164446.690000', '164447.145000', '164447.593000', '164448.073000', '164448.532000', '164448.981000', '164449.452000', '164449.901000', '164450.373000', '164450.815000', '164451.290000', '164451.861000', '164452.237000', '164452.684000', '164453.131000', '164453.574000', '164454.040000', '164454.527000', '164454.962000', '164455.431000', '164455.889000', '164456.352000', '164456.795000', '164457.253000', '164457.724000', '164458.182000', '164458.634000', '164459.104000', '164459.554000', '164500.024000', '164500.477000', '164500.945000', '164501.394000', '164501.866000', '164502.312000', '164502.774000', '164503.248000', '164503.694000', '164504.192000', '164504.616000', '164505.077000', '164505.535000', '164506.012000', '164506.451000', '164506.959000', '164507.386000', '164507.869000', '164508.307000', '164508.768000', '164509.258000', '164509.693000', '164510.154000', '164510.621000', '164511.070000', '164511.532000', '164511.992000', '164512.460000', '164512.902000', '164513.355000', '164513.814000', '164514.285000', '164514.736000', '164515.207000', '164515.774000', '164516.134000', '164516.585000', '164517.044000', '164517.510000', '164517.971000', '164518.412000', '164518.880000', '164519.350000', '164519.811000', '164520.266000', '164520.736000', '164521.192000', '164521.638000', '164522.112000', '164522.572000', '164523.017000', '164523.475000', '164523.936000', '164524.416000', '164524.866000', '164525.322000', '164525.820000', '164526.241000', '164526.698000', '164527.168000', '164527.617000', '164528.088000', '164528.536000', '164529.006000', '164529.478000', '164529.927000', '164530.372000', '164530.879000', '164531.308000', '164531.775000', '164532.226000', '164532.691000', '164533.147000', '164533.609000', '164534.056000', '164534.564000', '164534.980000', '164535.451000', '164535.904000', '164536.366000', '164536.818000', '164537.286000', '164537.750000', '164538.205000', '164538.667000', '164539.126000', '164539.586000', '164540.046000', '164540.525000', '164540.964000', '164541.441000', '164541.892000', '164542.338000', '164542.795000', '164543.255000', '164543.720000', '164544.188000', '164544.640000', '164545.113000', '164545.558000', '164546.019000', '164546.497000', '164546.940000', '164547.397000', '164547.873000', '164548.332000', '164548.779000', '164549.246000', '164549.706000', '164550.172000', '164550.631000', '164551.078000', '164551.534000', '164552.004000', '164552.456000', '164552.925000', '164553.378000', '164553.856000', '164554.323000', '164554.767000', '164555.238000', '164555.682000', '164556.140000', '164556.614000', '164557.076000', '164557.525000', '164557.991000', '164558.455000', '164558.935000', '164559.359000', '164559.877000', '164600.280000', '164600.751000', '164601.212000', '164601.674000', '164602.139000', '164602.584000', '164603.045000', '164603.510000', '164603.959000', '164604.424000', '164604.893000', '164605.341000', '164605.815000', '164606.270000', '164606.728000', '164607.200000', '164607.652000', '164608.099000', '164608.559000', '164609.020000', '164609.490000', '164609.982000', '164610.407000', '164610.869000', '164611.354000', '164611.829000', '164612.241000', '164612.713000', '164613.163000', '164613.620000', '164614.080000', '164614.544000', '164615.007000', '164615.479000', '164615.923000', '164616.395000', '164616.850000', '164617.300000', '164617.759000', '164618.230000', '164618.691000', '164619.158000', '164619.597000', '164620.065000', '164620.579000', '164620.984000', '164621.459000', '164621.899000', '164622.378000', '164622.845000', '164623.288000', '164623.758000', '164624.210000', '164624.676000', '164625.131000', '164625.590000', '164626.053000', '164626.501000', '164626.966000', '164627.421000', '164627.896000', '164628.351000', '164628.813000', '164629.272000', '164629.747000', '164630.193000', '164630.640000', '164631.135000', '164631.603000', '164632.067000', '164632.492000', '164632.961000', '164633.402000', '164633.859000', '164634.340000', '164634.784000', '164635.257000', '164635.710000', '164636.169000', '164636.633000', '164637.081000', '164637.554000', '164638.009000', '164638.474000', '164638.930000', '164639.391000', '164639.854000', '164640.323000', '164640.771000', '164641.223000', '164641.688000', '164642.150000', '164642.621000', '164643.067000', '164643.533000', '164644.001000', '164644.452000', '164644.902000', '164645.368000', '164645.835000', '164646.282000', '164646.771000', '164647.206000', '164647.672000', '164648.122000', '164648.587000', '164649.058000', '164649.506000', '164649.963000', '164650.436000', '164650.899000', '164651.343000', '164651.842000', '164652.265000', '164652.730000', '164653.185000', '164653.642000', '164654.101000', '164654.563000', '164655.034000', '164655.505000', '164655.950000', '164656.410000', '164656.866000', '164657.324000', '164657.841000', '164658.262000', '164658.705000', '164659.178000', '164659.627000', '164700.086000', '164700.546000', '164701.015000', '164701.463000', '164701.931000', '164702.384000', '164702.843000', '164703.319000', '164703.774000', '164704.224000', '164704.696000', '164705.187000', '164705.654000', '164706.078000', '164706.571000', '164706.986000', '164707.475000', '164707.921000', '164708.365000', '164708.843000', '164709.291000', '164709.766000', '164710.213000', '164710.670000', '164711.126000', '164711.606000', '164712.063000', '164712.522000', '164712.976000', '164713.436000', '164713.888000', '164714.357000', '164714.823000', '164715.275000', '164715.736000', '164716.188000', '164716.667000', '164717.122000', '164717.580000', '164718.042000', '164718.484000', '164718.961000', '164719.411000', '164719.879000', '164720.335000', '164720.807000', '164721.251000', '164721.712000', '164722.165000', '164722.626000', '164723.090000', '164723.559000', '164724.018000', '164724.478000', '164724.938000', '164725.397000', '164725.845000', '164726.307000', '164726.768000', '164727.235000', '164727.692000', '164728.146000', '164728.605000', '164729.068000', '164729.527000', '164729.997000', '164730.465000', '164730.919000', '164731.369000', '164731.837000', '164732.294000', '164732.751000', '164733.215000', '164733.668000', '164734.126000', '164734.626000', '164735.064000', '164735.519000', '164735.969000', '164736.425000', '164736.899000', '164737.362000', '164737.812000', '164738.270000', '164738.728000', '164739.197000', '164739.646000', '164740.119000', '164740.586000', '164741.036000', '164741.508000', '164741.970000', '164742.407000', '164742.887000', '164743.347000', '164743.801000', '164744.277000', '164744.726000', '164745.174000', '164745.647000', '164746.107000', '164746.560000', '164747.027000', '164747.471000', '164747.940000', '164748.393000', '164748.857000', '164749.311000', '164749.770000', '164750.240000', '164750.734000', '164751.160000', '164751.633000', '164752.081000', '164752.549000', '164752.988000', '164753.469000', '164753.927000', '164754.375000', '164754.831000', '164755.297000', '164755.755000', '164756.222000', '164756.699000', '164757.148000', '164757.606000', '164758.069000', '164758.518000', '164758.968000', '164759.433000', '164759.893000', '164800.379000', '164800.815000', '164801.281000', '164801.740000', '164802.238000', '164802.669000', '164803.120000', '164803.586000', '164804.043000', '164804.511000', '164804.967000', '164805.432000', '164805.879000', '164806.337000', '164806.803000', '164807.261000', '164807.729000', '164808.173000', '164808.632000', '164809.104000', '164809.559000', '164810.071000', '164810.473000', '164810.974000', '164811.393000', '164811.852000', '164812.308000', '164812.791000', '164813.246000', '164813.708000', '164814.173000', '164814.611000', '164815.086000', '164815.542000', '164816.004000', '164816.470000', '164816.915000', '164817.382000', '164817.832000', '164818.302000', '164818.764000', '164819.211000', '164819.680000', '164820.149000', '164820.609000', '164821.063000', '164821.551000', '164821.984000', '164822.451000', '164822.905000', '164823.363000', '164823.868000', '164824.287000', '164824.739000', '164825.192000', '164825.689000', '164826.115000', '164826.612000', '164827.055000', '164827.501000', '164827.956000', '164828.424000', '164828.917000', '164829.346000', '164829.797000', '164830.272000', '164830.738000', '164831.174000', '164831.647000', '164832.101000', '164832.571000', '164833.016000', '164833.489000', '164833.948000', '164834.411000', '164834.869000', '164835.313000', '164835.781000', '164836.248000', '164836.719000', '164837.161000', '164837.622000', '164838.087000', '164838.545000', '164839.002000', '164839.465000', '164839.913000', '164840.401000', '164840.847000', '164841.305000', '164841.788000', '164842.224000', '164842.676000', '164843.136000', '164843.626000', '164844.058000', '164844.553000', '164844.979000', '164845.457000', '164846.031000', '164846.356000', '164846.831000', '164847.288000', '164847.739000', '164848.197000', '164848.663000', '164849.115000', '164849.589000', '164850.049000', '164850.512000', '164850.953000', '164851.420000', '164851.878000', '164852.353000', '164852.799000', '164853.257000', '164853.722000', '164854.205000', '164854.647000', '164855.111000', '164855.597000', '164856.029000', '164856.488000', '164856.957000', '164857.396000', '164857.943000', '164858.314000', '164858.779000', '164859.236000', '164859.711000', '164900.161000', '164900.632000', '164901.094000', '164901.551000', '164901.996000', '164902.469000', '164902.921000', '164903.390000', '164903.838000', '164904.300000', '164904.763000', '164905.218000', '164905.691000', '164906.150000', '164906.617000', '164907.075000', '164907.536000', '164907.977000', '164908.435000', '164908.913000', '164909.357000', '164909.816000', '164910.294000', '164910.758000', '164911.199000', '164911.675000', '164912.139000', '164912.580000', '164913.045000', '164913.509000', '164913.962000', '164914.434000', '164914.881000', '164915.356000', '164915.821000', '164916.275000', '164916.720000', '164917.195000', '164917.658000', '164918.135000', '164918.571000', '164919.039000', '164919.486000', '164919.952000', '164920.398000', '164920.865000', '164921.350000', '164921.823000', '164922.246000', '164922.698000', '164923.161000', '164923.619000', '164924.091000', '164924.543000', '164925.014000', '164925.460000', '164925.932000', '164926.382000', '164926.857000', '164927.316000', '164927.793000', '164928.226000', '164928.681000', '164929.148000', '164929.613000', '164930.169000', '164930.536000', '164931.001000', '164931.451000', '164931.914000', '164932.384000', '164932.841000', '164933.295000', '164933.738000', '164934.204000', '164934.664000', '164935.200000', '164935.600000', '164936.056000', '164936.518000', '164936.972000', '164937.449000', '164937.896000', '164938.341000', '164938.809000', '164939.272000', '164939.735000', '164940.181000', '164940.655000', '164941.107000', '164941.575000', '164942.037000', '164942.503000', '164942.954000', '164943.403000', '164943.869000', '164944.322000', '164944.804000', '164945.249000', '164945.716000', '164946.160000', '164946.633000', '164947.082000', '164947.544000', '164948.019000', '164948.476000', '164948.944000', '164949.391000', '164949.847000', '164950.323000', '164950.787000', '164951.281000', '164951.693000', '164952.152000', '164952.610000', '164953.069000', '164953.534000', '164953.987000', '164954.458000', '164954.905000', '164955.376000', '164955.825000', '164956.298000', '164956.766000', '164957.203000', '164957.683000', '164958.141000', '164958.633000', '164959.065000', '164959.510000', '164959.962000', '165000.460000', '165000.890000', '165001.362000', '165001.823000', '165002.270000', '165002.735000', '165003.203000', '165003.646000', '165004.119000', '165004.573000', '165005.048000', '165005.491000', '165005.947000', '165006.414000', '165006.882000', '165007.321000', '165007.795000', '165008.259000', '165008.724000', '165009.174000', '165009.628000', '165010.089000', '165010.566000', '165011.020000', '165011.475000', '165011.944000', '165012.400000', '165012.854000', '165013.321000', '165013.767000', '165014.237000', '165014.686000', '165015.164000', '165015.624000', '165016.080000', '165016.533000', '165016.991000', '165017.450000', '165017.923000', '165018.371000', '165018.833000', '165019.293000', '165019.751000', '165020.215000', '165020.828000', '165021.128000', '165021.593000', '165022.059000', '165022.514000', '165027.365000', '165028.501000', '165030.235000', '165031.253000', '165032.259000', '165033.224000', '165034.042000', '165034.587000', '165036.482000', '165037.884000', '165038.698000', '165041.814000', '165042.573000', '165043.242000', '165043.796000', '165044.784000', '165045.527000', '165047.363000', '165047.518000', '165047.648000', '165047.987000', '165048.363000', '165048.505000', '165048.654000', '165048.796000', '165048.928000', '165049.060000', '165049.203000', '165049.358000', '165049.489000', '165049.630000', '165049.770000', '165050.569000', '165050.713000', '165050.849000', '165050.994000', '165051.139000', '165051.279000', '165051.427000', '165051.565000', '165051.707000', '165052.868000', '165053.101000', '165053.243000', '165053.398000', '165053.536000', '165053.696000', '165053.832000', '165053.974000', '165054.111000', '165054.243000', '165054.374000', '165055.071000', '165055.214000', '165055.368000', '165056.124000', '165056.266000', '165056.402000', '165056.540000', '165056.689000', '165056.846000', '165057.004000', '165057.162000', '165057.305000', '165057.442000', '165057.580000', '165057.712000', '165057.862000', '165058.006000', '165058.151000', '165058.933000', '165059.111000', '165059.249000', '165059.390000', '165059.574000', '165059.740000', '165059.991000', '165100.705000', '165100.856000', '165101.014000', '165101.174000', '165101.316000', '165101.472000', '165101.626000', '165101.779000', '165102.084000', '165102.533000', '165102.997000', '165103.456000', '165103.995000', '165104.391000', '165104.855000', '165106.008000', '165106.407000', '165106.551000', '165106.699000', '165107.147000', '165107.612000', '165108.073000', '165108.529000', '165109.032000', '165109.456000', '165110.286000', '165110.431000', '165110.822000', '165111.694000', '165111.836000', '165112.211000', '165112.677000', '165113.127000', '165113.589000', '165114.498000', '165114.648000', '165114.964000', '165115.430000', '165115.913000', '165117.007000', '165117.150000', '165117.309000', '165117.735000', '165118.184000', '165118.641000', '165119.121000', '165120.070000', '165120.226000', '165120.510000', '165120.939000', '165121.415000', '165122.098000', '165122.335000', '165122.789000', '165123.248000', '165123.725000', '165124.675000', '165124.829000', '165125.084000', '165125.539000', '165126.065000', '165126.716000', '165126.971000', '165127.381000', '165128.021000', '165128.317000', '165128.781000', '165129.396000', '165129.697000', '165130.162000', '165130.605000', '165131.230000', '165132.091000', '165132.590000', '165132.790000', '165132.958000', '165133.365000', '165133.831000', '165134.311000', '165134.753000', '165135.412000', '165135.679000', '165136.412000', '165138.246000', '165139.238000', '165139.491000', '165139.641000', '165140.041000', '165140.195000', '165140.360000', '165140.520000', '165140.670000', '165140.841000', '165141.198000', '165141.654000', '165142.109000', '165142.568000', '165143.044000', '165143.495000', '165144.001000', '165144.423000', '165144.867000', '165145.351000', '165145.794000', '165146.260000', '165146.716000', '165147.163000', '165147.634000', '165148.326000', '165148.551000', '165149.558000', '165149.707000', '165150.220000', '165150.390000', '165150.863000', '165151.303000', '165151.767000', '165152.344000', '165152.702000', '165153.152000', '165153.615000', '165154.084000', '165154.529000', '165155.514000', '165155.662000', '165155.962000', '165156.384000', '165156.834000', '165157.302000', '165157.740000', '165158.251000', '165158.681000', '165159.135000', '165159.597000', '165200.737000', '165200.894000', '165201.057000', '165201.432000', '165202.004000', '165202.344000', '165202.827000', '165203.608000', '165203.858000', '165204.201000', '165204.648000', '165205.114000', '165205.612000', '165206.206000', '165206.493000', '165206.990000', '165207.411000', '165208.007000', '165208.812000', '165208.983000', '165209.251000', '165209.725000', '165210.182000', '165210.653000', '165211.273000', '165211.560000', '165212.008000', '165212.467000', '165212.946000', '165213.402000', '165214.062000', '165214.326000', '165214.786000', '165215.275000', '165216.524000', '165217.491000', '165217.662000', '165217.822000', '165217.988000', '165218.153000', '165218.487000', '165218.922000', '165219.377000', '165220.045000', '165220.697000', '165221.451000', '165223.106000', '165223.759000', '165224.073000', '165224.251000', '165224.423000', '165224.610000', '165224.759000', '165224.924000', '165225.102000', '165225.348000', '165226.062000', '165226.268000', '165226.730000', '165227.192000', '165227.674000', '165228.313000', '165228.572000', '165229.053000', '165229.503000', '165229.961000', '165230.428000', '165230.867000'], 'InstanceCreationTime': ['164420.333000', '164420.540000', '164420.773000', '164420.965000', '164421.176000', '164421.461000', '164421.582000', '164421.832000', '164421.990000', '164422.207000', '164422.405000', '164422.740000', '164423.199000', '164423.665000', '164424.140000', '164424.603000', '164425.061000', '164425.513000', '164425.991000', '164426.429000', '164426.898000', '164427.354000', '164427.834000', '164428.284000', '164428.783000', '164429.194000', '164429.653000', '164430.127000', '164430.583000', '164431.052000', '164431.504000', '164431.952000', '164432.420000', '164432.893000', '164433.345000', '164433.799000', '164434.267000', '164434.727000', '164435.208000', '164435.633000', '164436.105000', '164436.573000', '164437.013000', '164437.486000', '164437.946000', '164438.392000', '164438.861000', '164439.328000', '164439.840000', '164440.247000', '164440.692000', '164441.170000', '164441.627000', '164442.075000', '164442.546000', '164443.012000', '164443.471000', '164443.920000', '164444.380000', '164444.852000', '164445.297000', '164445.764000', '164446.231000', '164446.690000', '164447.145000', '164447.593000', '164448.073000', '164448.532000', '164448.981000', '164449.452000', '164449.901000', '164450.373000', '164450.815000', '164451.290000', '164451.861000', '164452.237000', '164452.684000', '164453.131000', '164453.574000', '164454.040000', '164454.527000', '164454.962000', '164455.431000', '164455.889000', '164456.352000', '164456.795000', '164457.253000', '164457.724000', '164458.182000', '164458.634000', '164459.104000', '164459.554000', '164500.024000', '164500.477000', '164500.945000', '164501.394000', '164501.866000', '164502.312000', '164502.774000', '164503.248000', '164503.694000', '164504.192000', '164504.616000', '164505.077000', '164505.535000', '164506.012000', '164506.451000', '164506.959000', '164507.386000', '164507.869000', '164508.307000', '164508.768000', '164509.258000', '164509.693000', '164510.154000', '164510.621000', '164511.070000', '164511.532000', '164511.992000', '164512.460000', '164512.902000', '164513.355000', '164513.814000', '164514.285000', '164514.736000', '164515.207000', '164515.774000', '164516.134000', '164516.585000', '164517.044000', '164517.510000', '164517.971000', '164518.412000', '164518.880000', '164519.350000', '164519.811000', '164520.266000', '164520.736000', '164521.192000', '164521.638000', '164522.112000', '164522.572000', '164523.017000', '164523.475000', '164523.936000', '164524.416000', '164524.866000', '164525.322000', '164525.820000', '164526.241000', '164526.698000', '164527.168000', '164527.617000', '164528.088000', '164528.536000', '164529.006000', '164529.478000', '164529.927000', '164530.372000', '164530.879000', '164531.308000', '164531.775000', '164532.226000', '164532.691000', '164533.147000', '164533.609000', '164534.056000', '164534.564000', '164534.980000', '164535.451000', '164535.904000', '164536.366000', '164536.818000', '164537.286000', '164537.750000', '164538.205000', '164538.667000', '164539.126000', '164539.586000', '164540.046000', '164540.525000', '164540.964000', '164541.441000', '164541.892000', '164542.338000', '164542.795000', '164543.255000', '164543.720000', '164544.188000', '164544.640000', '164545.113000', '164545.558000', '164546.019000', '164546.497000', '164546.940000', '164547.397000', '164547.873000', '164548.332000', '164548.779000', '164549.246000', '164549.706000', '164550.172000', '164550.631000', '164551.078000', '164551.534000', '164552.004000', '164552.456000', '164552.925000', '164553.378000', '164553.856000', '164554.323000', '164554.767000', '164555.238000', '164555.682000', '164556.140000', '164556.614000', '164557.076000', '164557.525000', '164557.991000', '164558.455000', '164558.935000', '164559.359000', '164559.877000', '164600.280000', '164600.751000', '164601.212000', '164601.674000', '164602.139000', '164602.584000', '164603.045000', '164603.510000', '164603.959000', '164604.424000', '164604.893000', '164605.341000', '164605.815000', '164606.270000', '164606.728000', '164607.200000', '164607.652000', '164608.099000', '164608.559000', '164609.020000', '164609.490000', '164609.982000', '164610.407000', '164610.869000', '164611.354000', '164611.829000', '164612.241000', '164612.713000', '164613.163000', '164613.620000', '164614.080000', '164614.544000', '164615.007000', '164615.479000', '164615.923000', '164616.395000', '164616.850000', '164617.300000', '164617.759000', '164618.230000', '164618.691000', '164619.158000', '164619.597000', '164620.065000', '164620.579000', '164620.984000', '164621.459000', '164621.899000', '164622.378000', '164622.845000', '164623.288000', '164623.758000', '164624.210000', '164624.676000', '164625.131000', '164625.590000', '164626.053000', '164626.501000', '164626.966000', '164627.421000', '164627.896000', '164628.351000', '164628.813000', '164629.272000', '164629.747000', '164630.193000', '164630.640000', '164631.135000', '164631.603000', '164632.067000', '164632.492000', '164632.961000', '164633.402000', '164633.859000', '164634.340000', '164634.784000', '164635.257000', '164635.710000', '164636.169000', '164636.633000', '164637.081000', '164637.554000', '164638.009000', '164638.474000', '164638.930000', '164639.391000', '164639.854000', '164640.323000', '164640.771000', '164641.223000', '164641.688000', '164642.150000', '164642.621000', '164643.067000', '164643.533000', '164644.001000', '164644.452000', '164644.902000', '164645.368000', '164645.835000', '164646.282000', '164646.771000', '164647.206000', '164647.672000', '164648.122000', '164648.587000', '164649.058000', '164649.506000', '164649.963000', '164650.436000', '164650.899000', '164651.343000', '164651.842000', '164652.265000', '164652.730000', '164653.185000', '164653.642000', '164654.101000', '164654.563000', '164655.034000', '164655.505000', '164655.950000', '164656.410000', '164656.866000', '164657.324000', '164657.841000', '164658.262000', '164658.705000', '164659.178000', '164659.627000', '164700.086000', '164700.546000', '164701.015000', '164701.463000', '164701.931000', '164702.384000', '164702.843000', '164703.319000', '164703.774000', '164704.224000', '164704.696000', '164705.187000', '164705.654000', '164706.078000', '164706.571000', '164706.986000', '164707.475000', '164707.921000', '164708.365000', '164708.843000', '164709.291000', '164709.766000', '164710.213000', '164710.670000', '164711.126000', '164711.606000', '164712.063000', '164712.522000', '164712.976000', '164713.436000', '164713.888000', '164714.357000', '164714.823000', '164715.275000', '164715.736000', '164716.188000', '164716.667000', '164717.122000', '164717.580000', '164718.042000', '164718.484000', '164718.961000', '164719.411000', '164719.879000', '164720.335000', '164720.807000', '164721.251000', '164721.712000', '164722.165000', '164722.626000', '164723.090000', '164723.559000', '164724.018000', '164724.478000', '164724.938000', '164725.397000', '164725.845000', '164726.307000', '164726.768000', '164727.235000', '164727.692000', '164728.146000', '164728.605000', '164729.068000', '164729.527000', '164729.997000', '164730.465000', '164730.919000', '164731.369000', '164731.837000', '164732.294000', '164732.751000', '164733.215000', '164733.668000', '164734.126000', '164734.626000', '164735.064000', '164735.519000', '164735.969000', '164736.425000', '164736.899000', '164737.362000', '164737.812000', '164738.270000', '164738.728000', '164739.197000', '164739.646000', '164740.119000', '164740.586000', '164741.036000', '164741.508000', '164741.970000', '164742.407000', '164742.887000', '164743.347000', '164743.801000', '164744.277000', '164744.726000', '164745.174000', '164745.647000', '164746.107000', '164746.560000', '164747.027000', '164747.471000', '164747.940000', '164748.393000', '164748.857000', '164749.311000', '164749.770000', '164750.240000', '164750.734000', '164751.160000', '164751.633000', '164752.081000', '164752.549000', '164752.988000', '164753.469000', '164753.927000', '164754.375000', '164754.831000', '164755.297000', '164755.755000', '164756.222000', '164756.699000', '164757.148000', '164757.606000', '164758.069000', '164758.518000', '164758.968000', '164759.433000', '164759.893000', '164800.379000', '164800.815000', '164801.281000', '164801.740000', '164802.238000', '164802.669000', '164803.120000', '164803.586000', '164804.043000', '164804.511000', '164804.967000', '164805.432000', '164805.879000', '164806.337000', '164806.803000', '164807.261000', '164807.729000', '164808.173000', '164808.632000', '164809.104000', '164809.559000', '164810.071000', '164810.473000', '164810.974000', '164811.393000', '164811.852000', '164812.308000', '164812.791000', '164813.246000', '164813.708000', '164814.173000', '164814.611000', '164815.086000', '164815.542000', '164816.004000', '164816.470000', '164816.915000', '164817.382000', '164817.832000', '164818.302000', '164818.764000', '164819.211000', '164819.680000', '164820.149000', '164820.609000', '164821.063000', '164821.551000', '164821.984000', '164822.451000', '164822.905000', '164823.363000', '164823.868000', '164824.287000', '164824.739000', '164825.192000', '164825.689000', '164826.115000', '164826.612000', '164827.055000', '164827.501000', '164827.956000', '164828.424000', '164828.917000', '164829.346000', '164829.797000', '164830.272000', '164830.738000', '164831.174000', '164831.647000', '164832.101000', '164832.571000', '164833.016000', '164833.489000', '164833.948000', '164834.411000', '164834.869000', '164835.313000', '164835.781000', '164836.248000', '164836.719000', '164837.161000', '164837.622000', '164838.087000', '164838.545000', '164839.002000', '164839.465000', '164839.913000', '164840.401000', '164840.847000', '164841.305000', '164841.788000', '164842.224000', '164842.676000', '164843.136000', '164843.626000', '164844.058000', '164844.553000', '164844.979000', '164845.457000', '164846.031000', '164846.356000', '164846.831000', '164847.288000', '164847.739000', '164848.197000', '164848.663000', '164849.115000', '164849.589000', '164850.049000', '164850.512000', '164850.953000', '164851.420000', '164851.878000', '164852.353000', '164852.799000', '164853.257000', '164853.722000', '164854.205000', '164854.647000', '164855.111000', '164855.597000', '164856.029000', '164856.488000', '164856.957000', '164857.396000', '164857.943000', '164858.314000', '164858.779000', '164859.236000', '164859.711000', '164900.161000', '164900.632000', '164901.094000', '164901.551000', '164901.996000', '164902.469000', '164902.921000', '164903.390000', '164903.838000', '164904.300000', '164904.763000', '164905.218000', '164905.691000', '164906.150000', '164906.617000', '164907.075000', '164907.536000', '164907.977000', '164908.435000', '164908.913000', '164909.357000', '164909.816000', '164910.294000', '164910.758000', '164911.199000', '164911.675000', '164912.139000', '164912.580000', '164913.045000', '164913.509000', '164913.962000', '164914.434000', '164914.881000', '164915.356000', '164915.821000', '164916.275000', '164916.720000', '164917.195000', '164917.658000', '164918.135000', '164918.571000', '164919.039000', '164919.486000', '164919.952000', '164920.398000', '164920.865000', '164921.350000', '164921.823000', '164922.246000', '164922.698000', '164923.161000', '164923.619000', '164924.091000', '164924.543000', '164925.014000', '164925.460000', '164925.932000', '164926.382000', '164926.857000', '164927.316000', '164927.793000', '164928.226000', '164928.681000', '164929.148000', '164929.613000', '164930.169000', '164930.536000', '164931.001000', '164931.451000', '164931.914000', '164932.384000', '164932.841000', '164933.295000', '164933.738000', '164934.204000', '164934.664000', '164935.200000', '164935.600000', '164936.056000', '164936.518000', '164936.972000', '164937.449000', '164937.896000', '164938.341000', '164938.809000', '164939.272000', '164939.735000', '164940.181000', '164940.655000', '164941.107000', '164941.575000', '164942.037000', '164942.503000', '164942.954000', '164943.403000', '164943.869000', '164944.322000', '164944.804000', '164945.249000', '164945.716000', '164946.160000', '164946.633000', '164947.082000', '164947.544000', '164948.019000', '164948.476000', '164948.944000', '164949.391000', '164949.847000', '164950.323000', '164950.787000', '164951.281000', '164951.693000', '164952.152000', '164952.610000', '164953.069000', '164953.534000', '164953.987000', '164954.458000', '164954.905000', '164955.376000', '164955.825000', '164956.298000', '164956.766000', '164957.203000', '164957.683000', '164958.141000', '164958.633000', '164959.065000', '164959.510000', '164959.962000', '165000.460000', '165000.890000', '165001.362000', '165001.823000', '165002.270000', '165002.735000', '165003.203000', '165003.646000', '165004.119000', '165004.573000', '165005.048000', '165005.491000', '165005.947000', '165006.414000', '165006.882000', '165007.321000', '165007.795000', '165008.259000', '165008.724000', '165009.174000', '165009.628000', '165010.089000', '165010.566000', '165011.020000', '165011.475000', '165011.944000', '165012.400000', '165012.854000', '165013.321000', '165013.767000', '165014.237000', '165014.686000', '165015.164000', '165015.624000', '165016.080000', '165016.533000', '165016.991000', '165017.450000', '165017.923000', '165018.371000', '165018.833000', '165019.293000', '165019.751000', '165020.215000', '165020.828000', '165021.128000', '165021.593000', '165022.059000', '165022.514000', '165027.365000', '165028.501000', '165030.235000', '165031.253000', '165032.259000', '165033.224000', '165034.042000', '165034.587000', '165036.482000', '165037.884000', '165038.698000', '165041.814000', '165042.573000', '165043.242000', '165043.796000', '165044.784000', '165045.527000', '165047.363000', '165047.518000', '165047.648000', '165047.987000', '165048.363000', '165048.505000', '165048.654000', '165048.796000', '165048.928000', '165049.060000', '165049.203000', '165049.358000', '165049.489000', '165049.630000', '165049.770000', '165050.569000', '165050.713000', '165050.849000', '165050.994000', '165051.139000', '165051.279000', '165051.427000', '165051.565000', '165051.707000', '165052.868000', '165053.101000', '165053.243000', '165053.398000', '165053.536000', '165053.696000', '165053.832000', '165053.974000', '165054.111000', '165054.243000', '165054.374000', '165055.071000', '165055.214000', '165055.368000', '165056.124000', '165056.266000', '165056.402000', '165056.540000', '165056.689000', '165056.846000', '165057.004000', '165057.162000', '165057.305000', '165057.442000', '165057.580000', '165057.712000', '165057.862000', '165058.006000', '165058.151000', '165058.933000', '165059.111000', '165059.249000', '165059.390000', '165059.574000', '165059.740000', '165059.991000', '165100.705000', '165100.856000', '165101.014000', '165101.174000', '165101.316000', '165101.472000', '165101.626000', '165101.779000', '165102.084000', '165102.533000', '165102.997000', '165103.456000', '165103.995000', '165104.391000', '165104.855000', '165106.008000', '165106.407000', '165106.551000', '165106.699000', '165107.147000', '165107.612000', '165108.073000', '165108.529000', '165109.032000', '165109.456000', '165110.286000', '165110.431000', '165110.822000', '165111.694000', '165111.836000', '165112.211000', '165112.677000', '165113.127000', '165113.589000', '165114.498000', '165114.648000', '165114.964000', '165115.430000', '165115.913000', '165117.007000', '165117.150000', '165117.309000', '165117.735000', '165118.184000', '165118.641000', '165119.121000', '165120.070000', '165120.226000', '165120.510000', '165120.939000', '165121.415000', '165122.098000', '165122.335000', '165122.789000', '165123.248000', '165123.725000', '165124.675000', '165124.829000', '165125.084000', '165125.539000', '165126.065000', '165126.716000', '165126.971000', '165127.381000', '165128.021000', '165128.317000', '165128.781000', '165129.396000', '165129.697000', '165130.162000', '165130.605000', '165131.230000', '165132.091000', '165132.590000', '165132.790000', '165132.958000', '165133.365000', '165133.831000', '165134.311000', '165134.753000', '165135.412000', '165135.679000', '165136.412000', '165138.246000', '165139.238000', '165139.491000', '165139.641000', '165140.041000', '165140.195000', '165140.360000', '165140.520000', '165140.670000', '165140.841000', '165141.198000', '165141.654000', '165142.109000', '165142.568000', '165143.044000', '165143.495000', '165144.001000', '165144.423000', '165144.867000', '165145.351000', '165145.794000', '165146.260000', '165146.716000', '165147.163000', '165147.634000', '165148.326000', '165148.551000', '165149.558000', '165149.707000', '165150.220000', '165150.390000', '165150.863000', '165151.303000', '165151.767000', '165152.344000', '165152.702000', '165153.152000', '165153.615000', '165154.084000', '165154.529000', '165155.514000', '165155.662000', '165155.962000', '165156.384000', '165156.834000', '165157.302000', '165157.740000', '165158.251000', '165158.681000', '165159.135000', '165159.597000', '165200.737000', '165200.894000', '165201.057000', '165201.432000', '165202.004000', '165202.344000', '165202.827000', '165203.608000', '165203.858000', '165204.201000', '165204.648000', '165205.114000', '165205.612000', '165206.206000', '165206.493000', '165206.990000', '165207.411000', '165208.007000', '165208.812000', '165208.983000', '165209.251000', '165209.725000', '165210.182000', '165210.653000', '165211.273000', '165211.560000', '165212.008000', '165212.467000', '165212.946000', '165213.402000', '165214.062000', '165214.326000', '165214.786000', '165215.275000', '165216.524000', '165217.491000', '165217.662000', '165217.822000', '165217.988000', '165218.153000', '165218.487000', '165218.922000', '165219.377000', '165220.045000', '165220.697000', '165221.451000', '165223.106000', '165223.759000', '165224.073000', '165224.251000', '165224.423000', '165224.610000', '165224.759000', '165224.924000', '165225.102000', '165225.348000', '165226.062000', '165226.268000', '165226.730000', '165227.192000', '165227.674000', '165228.313000', '165228.572000', '165229.053000', '165229.503000', '165229.961000', '165230.428000', '165230.867000'], '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], 'LargestImagePixelValue': [524, 753, 536, 790, 528, 714, 528, 706, 516, 676, 550, 664, 461, 663, 482, 625, 469, 590, 570, 542, 761, 521, 722, 538, 689, 457, 620, 512, 552, 687, 494, 690, 506, 671, 492, 640, 503, 579, 718, 494, 682, 491, 677, 496, 592, 724, 498, 708, 526, 685, 465, 584, 634, 499, 716, 512, 683, 492, 642, 508, 545, 720, 482, 691, 538, 698, 462, 606, 530, 538, 735, 493, 691, 503, 675, 500, 594, 463, 586, 647, 510, 706, 505, 679, 489, 662, 521, 648, 442, 602, 543, 567, 650, 489, 740, 507, 686, 519, 696, 508, 667, 494, 613, 474, 583, 615, 576, 670, 530, 666, 509, 705, 507, 700, 507, 666, 517, 675, 541, 655, 457, 665, 512, 697, 490, 667, 505, 686, 478, 633, 486, 651, 502, 652, 495, 644, 449, 658, 508, 559, 696, 480, 730, 522, 691, 498, 672, 546, 543, 741, 524, 702, 538, 667, 471, 599, 615, 526, 697, 515, 652, 469, 646, 625, 537, 753, 545, 708, 479, 723, 554, 645, 810, 592, 764, 530, 747, 472, 749, 616, 625, 849, 609, 790, 548, 788, 493, 780, 496, 768, 660, 636, 781, 601, 747, 532, 685, 513, 675, 489, 668, 519, 658, 477, 654, 571, 653, 719, 558, 721, 509, 713, 506, 894, 624, 776, 583, 658, 732, 609, 851, 627, 846, 643, 921, 687, 801, 541, 780, 588, 703, 847, 589, 764, 566, 729, 521, 727, 585, 618, 770, 544, 661, 517, 615, 514, 649, 575, 529, 693, 542, 637, 545, 613, 562, 558, 710, 520, 658, 523, 611, 515, 590, 733, 521, 636, 531, 623, 504, 610, 641, 520, 675, 528, 633, 538, 662, 546, 535, 672, 506, 650, 538, 618, 525, 594, 585, 546, 670, 523, 633, 529, 614, 537, 615, 531, 649, 574, 539, 662, 498, 665, 523, 624, 530, 639, 541, 646, 648, 545, 720, 535, 683, 549, 645, 530, 623, 524, 652, 660, 505, 731, 519, 695, 566, 662, 509, 618, 507, 646, 570, 586, 756, 489, 674, 513, 626, 521, 634, 513, 554, 768, 512, 656, 499, 648, 515, 637, 491, 672, 511, 556, 746, 498, 752, 704, 848, 585, 780, 514, 756, 559, 674, 547, 610, 619, 603, 613, 550, 684, 575, 792, 626, 754, 556, 736, 576, 766, 531, 727, 535, 749, 564, 711, 476, 669, 608, 555, 756, 604, 730, 476, 686, 465, 666, 573, 535, 669, 501, 685, 512, 695, 531, 694, 465, 653, 483, 583, 679, 527, 735, 542, 688, 470, 653, 486, 612, 585, 533, 710, 514, 680, 508, 661, 484, 638, 520, 595, 487, 597, 526, 553, 664, 533, 811, 568, 697, 511, 675, 509, 689, 531, 676, 518, 661, 514, 641, 532, 582, 637, 523, 699, 529, 672, 521, 668, 554, 671, 536, 647, 533, 616, 543, 572, 719, 525, 776, 529, 686, 531, 694, 543, 687, 500, 670, 527, 642, 609, 579, 660, 518, 703, 529, 693, 542, 670, 533, 669, 528, 682, 543, 629, 523, 543, 741, 555, 706, 550, 678, 551, 664, 541, 673, 520, 633, 597, 569, 794, 555, 703, 575, 678, 484, 664, 509, 644, 522, 591, 657, 555, 730, 569, 667, 523, 655, 482, 672, 534, 650, 504, 604, 626, 555, 732, 574, 725, 531, 700, 569, 676, 540, 672, 551, 671, 538, 681, 520, 636, 553, 667, 558, 659, 564, 682, 546, 655, 557, 633, 624, 596, 699, 579, 695, 560, 823, 562, 689, 548, 686, 522, 706, 558, 672, 521, 631, 546, 649, 544, 583, 680, 544, 736, 571, 696, 559, 687, 524, 669, 556, 621, 781, 588, 712, 539, 686, 542, 679, 547, 606, 755, 529, 678, 544, 669, 553, 640, 538, 558, 744, 551, 663, 547, 659, 570, 653, 560, 639, 537, 578, 668, 539, 714, 542, 670, 573, 645, 564, 652, 579, 643, 561, 595, 649, 535, 729, 563, 655, 588, 633, 581, 638, 574, 613, 622, 547, 727, 567, 645, 563, 633, 588, 627, 562, 581, 704, 560, 661, 568, 650, 539, 651, 585, 634, 562, 600, 751, 589, 748, 575, 689, 563, 684, 586, 673, 592, 668, 585, 683, 578, 640, 726, 586, 785, 587, 734, 564, 708, 569, 674, 576, 697, 633, 609, 809, 547, 692, 559, 670, 520, 643, 591, 621, 729, 558, 668, 566, 662, 546, 671, 577, 605, 712, 566, 676, 577, 658, 586, 652, 583, 652, 668, 580, 827, 565, 694, 565, 702, 573, 669, 586, 675, 576, 664, 569, 623, 782, 576, 810, 587, 706, 563, 671, 531, 679, 570, 659, 579, 689, 594, 666, 587, 613, 764, 578, 705, 546, 756, 565, 747, 582, 689, 559, 650, 569, 653, 546, 637, 580, 649, 577, 598, 608, 548, 711, 562, 770, 556, 716, 555, 687, 559, 674, 563, 659, 547, 593, 723, 534, 690, 556, 661, 546, 649, 566, 606, 707, 548, 660, 551, 668, 558, 652, 568, 622, 587, 565, 804, 558, 658, 562, 636, 540, 630, 561, 590, 656, 544, 660, 558, 645, 564, 631, 578, 562, 711, 543, 658, 554, 635, 575, 637, 559, 585, 750, 549, 704, 561, 624, 561, 654, 580, 635, 575, 555, 746, 575, 649, 581, 631, 616, 640, 586, 622, 589, 588, 686, 580, 751, 572, 658, 600, 631, 602, 652, 577, 681, 592, 652, 581, 622, 776, 574, 860, 573, 737, 567, 714, 577, 687, 577, 691, 593, 669, 730, 567, 777, 585, 666, 559, 688, 603, 653, 628, 561, 723, 586, 656, 591, 659, 605, 660, 569, 573, 786, 572, 664, 596, 664, 589, 670, 610, 611, 624, 567, 738, 576, 658, 597, 640, 588, 668, 597, 597, 846, 600, 674, 593, 648, 605, 648, 617, 665, 602, 602, 803, 576, 676, 586, 693, 607, 671, 612, 664, 573, 633, 648, 577, 762, 594, 686, 590, 674, 580, 670, 606, 672, 615, 600, 614, 572, 768, 571, 680, 606, 651, 566, 693, 614, 668, 596, 627, 704, 578, 796, 583, 651, 574, 665, 613, 663, 607, 639, 655, 575, 753, 589, 731, 611, 684, 583, 680, 591, 657, 627, 686, 628, 675, 688, 571, 889, 590, 681, 580, 655, 593, 647, 611, 664, 613, 605, 814, 569, 681, 576, 658, 594, 663, 606, 635, 603, 565, 681, 587, 653, 601, 635, 613, 648, 591, 606, 572, 560, 678, 587, 589, 649, 598, 624, 599, 666, 588, 644, 748, 576, 869, 640, 729, 559, 684, 579, 724, 584, 702, 591, 683, 571, 729, 603, 725, 598, 705, 589, 685, 592, 681, 586, 662, 925, 579, 908, 629, 738, 597], 'WindowCenter': [273.0, 274.0, 271.0, 273.0, 269.0, 271.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 268.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 266.0, 267.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 268.0, 267.0, 269.0, 266.0, 268.0, 268.0, 267.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 266.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 266.0, 269.0, 267.0, 268.0, 269.0, 267.0, 270.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 268.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 271.0, 269.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 266.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 267.0, 267.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 268.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 267.0, 270.0, 269.0, 269.0, 271.0, 269.0, 271.0, 268.0, 271.0, 268.0, 271.0, 268.0, 271.0, 270.0, 270.0, 271.0, 270.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 268.0, 271.0, 267.0, 271.0, 269.0, 270.0, 268.0, 269.0, 270.0, 270.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 270.0, 268.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 268.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 267.0, 268.0, 269.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 268.0, 271.0, 270.0, 271.0, 268.0, 270.0, 267.0, 270.0, 269.0, 270.0, 268.0, 269.0, 269.0, 270.0, 269.0, 268.0, 269.0, 269.0, 271.0, 270.0, 270.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 266.0, 269.0, 267.0, 267.0, 269.0, 268.0, 268.0, 266.0, 268.0, 266.0, 269.0, 267.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 266.0, 269.0, 266.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 269.0, 268.0, 271.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 268.0, 269.0, 268.0, 271.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 269.0, 268.0, 270.0, 269.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 268.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 271.0, 270.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 267.0, 270.0, 269.0, 270.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 271.0, 268.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 270.0, 269.0, 271.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 267.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 271.0, 269.0, 272.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 268.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 272.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 271.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 271.0, 269.0, 269.0, 268.0, 269.0, 269.0, 270.0, 270.0, 270.0, 269.0, 269.0, 271.0, 268.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 271.0, 269.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 270.0, 269.0, 271.0, 270.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 271.0, 268.0, 271.0, 269.0, 269.0, 268.0], 'WindowWidth': [604.0, 604.0, 600.0, 601.0, 596.0, 598.0, 595.0, 598.0, 595.0, 596.0, 594.0, 595.0, 592.0, 595.0, 592.0, 594.0, 591.0, 594.0, 593.0, 593.0, 595.0, 592.0, 595.0, 592.0, 593.0, 591.0, 594.0, 590.0, 592.0, 593.0, 590.0, 593.0, 591.0, 593.0, 590.0, 593.0, 590.0, 593.0, 593.0, 591.0, 593.0, 591.0, 594.0, 590.0, 592.0, 593.0, 591.0, 593.0, 590.0, 593.0, 590.0, 593.0, 592.0, 591.0, 593.0, 590.0, 593.0, 591.0, 592.0, 590.0, 591.0, 593.0, 591.0, 593.0, 591.0, 593.0, 589.0, 592.0, 591.0, 591.0, 594.0, 590.0, 593.0, 591.0, 593.0, 590.0, 592.0, 590.0, 593.0, 593.0, 592.0, 594.0, 592.0, 594.0, 592.0, 595.0, 592.0, 594.0, 590.0, 594.0, 592.0, 593.0, 594.0, 591.0, 596.0, 592.0, 595.0, 592.0, 594.0, 592.0, 594.0, 591.0, 593.0, 591.0, 593.0, 593.0, 593.0, 593.0, 592.0, 594.0, 592.0, 595.0, 592.0, 594.0, 592.0, 595.0, 592.0, 595.0, 593.0, 593.0, 591.0, 595.0, 592.0, 594.0, 594.0, 599.0, 596.0, 597.0, 594.0, 594.0, 593.0, 595.0, 593.0, 595.0, 592.0, 594.0, 591.0, 595.0, 592.0, 593.0, 594.0, 591.0, 594.0, 590.0, 593.0, 589.0, 593.0, 590.0, 590.0, 593.0, 590.0, 592.0, 590.0, 592.0, 589.0, 591.0, 591.0, 590.0, 592.0, 590.0, 592.0, 589.0, 593.0, 592.0, 591.0, 594.0, 591.0, 593.0, 591.0, 594.0, 592.0, 594.0, 595.0, 594.0, 595.0, 593.0, 595.0, 592.0, 596.0, 594.0, 595.0, 597.0, 595.0, 597.0, 593.0, 597.0, 594.0, 597.0, 594.0, 597.0, 595.0, 596.0, 597.0, 596.0, 596.0, 595.0, 596.0, 594.0, 596.0, 593.0, 597.0, 594.0, 596.0, 594.0, 597.0, 594.0, 597.0, 596.0, 594.0, 596.0, 594.0, 598.0, 591.0, 596.0, 594.0, 596.0, 593.0, 594.0, 596.0, 596.0, 597.0, 594.0, 596.0, 594.0, 597.0, 594.0, 595.0, 592.0, 594.0, 591.0, 593.0, 594.0, 591.0, 594.0, 591.0, 595.0, 592.0, 596.0, 593.0, 593.0, 594.0, 591.0, 592.0, 591.0, 593.0, 591.0, 594.0, 593.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 592.0, 593.0, 595.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 595.0, 592.0, 594.0, 593.0, 594.0, 592.0, 594.0, 594.0, 593.0, 595.0, 594.0, 594.0, 593.0, 595.0, 593.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 596.0, 594.0, 596.0, 595.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 593.0, 596.0, 594.0, 596.0, 594.0, 594.0, 595.0, 593.0, 595.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 594.0, 592.0, 595.0, 592.0, 595.0, 593.0, 594.0, 592.0, 594.0, 591.0, 594.0, 593.0, 593.0, 595.0, 591.0, 594.0, 591.0, 593.0, 591.0, 594.0, 591.0, 593.0, 594.0, 592.0, 593.0, 591.0, 594.0, 592.0, 594.0, 591.0, 595.0, 592.0, 593.0, 595.0, 593.0, 598.0, 597.0, 597.0, 593.0, 595.0, 592.0, 596.0, 595.0, 597.0, 594.0, 595.0, 594.0, 596.0, 595.0, 594.0, 595.0, 595.0, 598.0, 596.0, 596.0, 594.0, 595.0, 594.0, 595.0, 592.0, 595.0, 592.0, 595.0, 592.0, 595.0, 590.0, 594.0, 592.0, 592.0, 595.0, 593.0, 593.0, 590.0, 593.0, 590.0, 594.0, 592.0, 592.0, 592.0, 591.0, 593.0, 591.0, 593.0, 592.0, 594.0, 590.0, 594.0, 590.0, 592.0, 593.0, 591.0, 594.0, 592.0, 593.0, 590.0, 593.0, 590.0, 593.0, 593.0, 592.0, 595.0, 592.0, 594.0, 591.0, 594.0, 591.0, 594.0, 592.0, 594.0, 592.0, 595.0, 593.0, 595.0, 595.0, 594.0, 597.0, 595.0, 595.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 595.0, 596.0, 594.0, 597.0, 594.0, 597.0, 594.0, 597.0, 594.0, 596.0, 593.0, 596.0, 593.0, 596.0, 594.0, 595.0, 595.0, 594.0, 597.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 594.0, 597.0, 594.0, 596.0, 594.0, 594.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 594.0, 596.0, 593.0, 595.0, 594.0, 593.0, 596.0, 594.0, 595.0, 593.0, 594.0, 591.0, 594.0, 591.0, 594.0, 592.0, 593.0, 594.0, 593.0, 595.0, 593.0, 594.0, 592.0, 594.0, 592.0, 595.0, 592.0, 594.0, 592.0, 594.0, 594.0, 593.0, 595.0, 593.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 596.0, 594.0, 595.0, 594.0, 596.0, 595.0, 597.0, 595.0, 596.0, 595.0, 597.0, 594.0, 596.0, 594.0, 596.0, 595.0, 595.0, 595.0, 594.0, 595.0, 594.0, 597.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 593.0, 596.0, 594.0, 596.0, 594.0, 595.0, 595.0, 594.0, 596.0, 595.0, 595.0, 593.0, 595.0, 592.0, 594.0, 593.0, 594.0, 596.0, 593.0, 595.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 595.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 595.0, 593.0, 594.0, 592.0, 594.0, 593.0, 594.0, 593.0, 594.0, 592.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 594.0, 595.0, 596.0, 594.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 595.0, 598.0, 595.0, 596.0, 595.0, 596.0, 595.0, 597.0, 595.0, 596.0, 597.0, 595.0, 597.0, 596.0, 597.0, 595.0, 597.0, 595.0, 597.0, 596.0, 596.0, 598.0, 596.0, 598.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 596.0, 597.0, 595.0, 597.0, 595.0, 596.0, 597.0, 595.0, 598.0, 595.0, 597.0, 594.0, 595.0, 594.0, 595.0, 595.0, 596.0, 595.0, 595.0, 596.0, 594.0, 597.0, 594.0, 596.0, 593.0, 595.0, 594.0, 596.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 596.0, 595.0, 595.0, 596.0, 595.0, 597.0, 595.0, 597.0, 595.0, 596.0, 595.0, 597.0, 595.0, 595.0, 597.0, 594.0, 597.0, 595.0, 597.0, 594.0, 595.0, 594.0, 596.0, 594.0, 596.0, 594.0, 595.0, 596.0, 595.0, 597.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 594.0, 595.0, 595.0, 594.0, 595.0, 593.0, 594.0, 595.0, 593.0, 594.0, 592.0, 595.0, 594.0, 595.0, 594.0, 594.0, 592.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 595.0, 593.0, 595.0, 595.0, 594.0, 597.0, 594.0, 596.0, 594.0, 596.0, 594.0, 595.0, 593.0, 595.0, 593.0, 594.0, 592.0, 593.0, 595.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 594.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 592.0, 592.0, 595.0, 592.0, 593.0, 592.0, 593.0, 592.0, 594.0, 592.0, 593.0, 594.0, 592.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 593.0, 596.0, 594.0, 595.0, 594.0, 594.0, 593.0, 594.0, 593.0, 595.0, 596.0, 593.0, 595.0, 594.0, 595.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 597.0, 595.0, 596.0, 595.0, 595.0, 597.0, 596.0, 598.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 595.0, 597.0, 595.0, 597.0, 596.0, 596.0, 598.0, 595.0, 598.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 596.0, 597.0, 597.0, 594.0, 596.0, 595.0, 596.0, 594.0, 597.0, 594.0, 596.0, 594.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 597.0, 595.0, 595.0, 598.0, 595.0, 596.0, 596.0, 596.0, 595.0, 597.0, 596.0, 596.0, 596.0, 595.0, 597.0, 595.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 599.0, 596.0, 597.0, 596.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 598.0, 595.0, 597.0, 596.0, 597.0, 596.0, 596.0, 596.0, 597.0, 595.0, 596.0, 595.0, 595.0, 598.0, 595.0, 596.0, 595.0, 595.0, 594.0, 597.0, 594.0, 597.0, 594.0, 595.0, 596.0, 595.0, 598.0, 595.0, 596.0, 595.0, 596.0, 594.0, 597.0, 594.0, 596.0, 595.0, 596.0, 596.0, 595.0, 597.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 596.0, 596.0, 595.0, 597.0, 595.0, 598.0, 596.0, 597.0, 595.0, 597.0, 595.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 595.0, 597.0, 595.0, 595.0, 593.0, 594.0, 594.0, 596.0, 596.0, 596.0, 595.0, 595.0, 597.0, 593.0, 595.0, 595.0, 595.0, 594.0, 595.0, 593.0, 594.0, 595.0, 594.0, 596.0, 595.0, 595.0, 594.0, 596.0, 596.0, 596.0, 595.0, 599.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 595.0, 597.0, 595.0, 596.0, 594.0, 596.0, 597.0, 595.0, 598.0, 596.0, 595.0, 594.0, 596.0, 595.0, 597.0, 595.0, 595.0, 595.0, 595.0, 595.0, 597.0, 597.0, 597.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 594.0, 596.0, 597.0, 594.0, 597.0, 595.0, 595.0, 593.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.041016766355140184</td></tr>
<tr><td colspan=3>aqi</td><td>0.12016495112149533</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.81054839515432</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2453460845369497</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1687266790271271</td></tr>
<tr><td colspan=3>efc</td><td>0.5201</td></tr>
<tr><td colspan=3>fber</td><td>3905.2505</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10658700710836932</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.018691588785047</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7112565121179535</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.755423570669219</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7132867534920213</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.66505921219262</td></tr>
<tr><td colspan=3>gcor</td><td>0.00357206</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.014750928618013859</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020742282271385193</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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>4.785010159994838</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>23.5212</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.0838</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>31.0628</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>4.0088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>29.253</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>216.2634</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>46.6036</td></tr>
<tr><td colspan=3>tsnr</td><td>20.619800532294903</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>