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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-03_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-03_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-0025/ses-03/func/sub-0025_ses-03_task-alignvideo_acq-mb8_run-03_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>d0555b9d06048cf54fcfd46934cb3388</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>13:07:3.390000</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.999629, 0.0272106, -0.0013799, -0.0272238, 0.999573, -0.0106539]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0928248</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7717, -7226, 595, -50, -43, -115, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e7edf91-79ac-436d-882d-1c294643c310||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.6819310188293457, -0.0730394572019577, -0.002941403305158019, 114.76361846923828], [-0.0730040967464447, 2.6817800998687744, -0.028856249526143074, -94.40242004394531], [-0.003702163463458419, 0.028583604842424393, 2.6998441219329834, -69.02823638916016], [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, 1065]</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], 'AcquisitionTime': ['130703.390000', '130703.850000', '130704.310000', '130704.770000', '130705.230000', '130705.690000', '130706.150000', '130706.610000', '130707.070000', '130707.530000', '130707.990000', '130708.450000', '130708.910000', '130709.370000', '130709.830000', '130710.290000', '130710.750000', '130711.210000', '130711.670000', '130712.130000', '130712.590000', '130713.050000', '130713.510000', '130713.970000', '130714.430000', '130714.890000', '130715.350000', '130715.810000', '130716.270000', '130716.730000', '130717.190000', '130717.650000', '130718.110000', '130718.570000', '130719.030000', '130719.490000', '130719.950000', '130720.410000', '130720.870000', '130721.330000', '130721.790000', '130722.250000', '130722.710000', '130723.170000', '130723.630000', '130724.090000', '130724.550000', '130725.010000', '130725.470000', '130725.930000', '130726.390000', '130726.850000', '130727.310000', '130727.770000', '130728.230000', '130728.690000', '130729.150000', '130729.610000', '130730.070000', '130730.530000', '130730.990000', '130731.450000', '130731.910000', '130732.370000', '130732.830000', '130733.290000', '130733.750000', '130734.210000', '130734.670000', '130735.130000', '130735.590000', '130736.050000', '130736.510000', '130736.970000', '130737.430000', '130737.890000', '130738.350000', '130738.810000', '130739.270000', '130739.730000', '130740.190000', '130740.650000', '130741.110000', '130741.570000', '130742.030000', '130742.490000', '130742.950000', '130743.410000', '130743.870000', '130744.330000', '130744.790000', '130745.250000', '130745.710000', '130746.170000', '130746.630000', '130747.090000', '130747.550000', '130748.010000', '130748.470000', '130748.930000', '130749.390000', '130749.850000', '130750.310000', '130750.770000', '130751.230000', '130751.690000', '130752.150000', '130752.610000', '130753.070000', '130753.530000', '130753.990000', '130754.450000', '130754.910000', '130755.370000', '130755.830000', '130756.290000', '130756.750000', '130757.210000', '130757.670000', '130758.130000', '130758.590000', '130759.050000', '130759.510000', '130759.970000', '130800.430000', '130800.890000', '130801.350000', '130801.810000', '130802.270000', '130802.730000', '130803.190000', '130803.650000', '130804.110000', '130804.570000', '130805.030000', '130805.490000', '130805.950000', '130806.410000', '130806.870000', '130807.330000', '130807.790000', '130808.250000', '130808.710000', '130809.170000', '130809.630000', '130810.090000', '130810.550000', '130811.010000', '130811.470000', '130811.930000', '130812.390000', '130812.850000', '130813.310000', '130813.770000', '130814.230000', '130814.690000', '130815.150000', '130815.610000', '130816.070000', '130816.530000', '130816.990000', '130817.450000', '130817.910000', '130818.370000', '130818.830000', '130819.290000', '130819.750000', '130820.210000', '130820.670000', '130821.130000', '130821.590000', '130822.050000', '130822.510000', '130822.970000', '130823.430000', '130823.890000', '130824.350000', '130824.810000', '130825.270000', '130825.730000', '130826.190000', '130826.650000', '130827.110000', '130827.570000', '130828.030000', '130828.490000', '130828.950000', '130829.410000', '130829.870000', '130830.330000', '130830.790000', '130831.250000', '130831.710000', '130832.170000', '130832.630000', '130833.090000', '130833.550000', '130834.010000', '130834.470000', '130834.930000', '130835.390000', '130835.850000', '130836.310000', '130836.770000', '130837.230000', '130837.690000', '130838.150000', '130838.610000', '130839.070000', '130839.530000', '130839.990000', '130840.450000', '130840.910000', '130841.370000', '130841.830000', '130842.290000', '130842.750000', '130843.210000', '130843.670000', '130844.130000', '130844.590000', '130845.050000', '130845.510000', '130845.970000', '130846.430000', '130846.890000', '130847.350000', '130847.810000', '130848.270000', '130848.730000', '130849.190000', '130849.650000', '130850.110000', '130850.570000', '130851.030000', '130851.490000', '130851.950000', '130852.410000', '130852.870000', '130853.330000', '130853.790000', '130854.250000', '130854.710000', '130855.170000', '130855.630000', '130856.090000', '130856.550000', '130857.010000', '130857.470000', '130857.930000', '130858.390000', '130858.850000', '130859.310000', '130859.770000', '130900.230000', '130900.690000', '130901.150000', '130901.610000', '130902.070000', '130902.530000', '130902.990000', '130903.450000', '130903.910000', '130904.370000', '130904.830000', '130905.290000', '130905.750000', '130906.210000', '130906.670000', '130907.130000', '130907.590000', '130908.050000', '130908.510000', '130908.970000', '130909.430000', '130909.890000', '130910.350000', '130910.810000', '130911.270000', '130911.730000', '130912.190000', '130912.650000', '130913.110000', '130913.570000', '130914.030000', '130914.490000', '130914.950000', '130915.410000', '130915.870000', '130916.330000', '130916.790000', '130917.250000', '130917.710000', '130918.170000', '130918.630000', '130919.090000', '130919.550000', '130920.010000', '130920.470000', '130920.930000', '130921.390000', '130921.850000', '130922.310000', '130922.770000', '130923.230000', '130923.690000', '130924.150000', '130924.610000', '130925.070000', '130925.530000', '130925.990000', '130926.450000', '130926.910000', '130927.370000', '130927.830000', '130928.290000', '130928.750000', '130929.210000', '130929.670000', '130930.130000', '130930.590000', '130931.050000', '130931.510000', '130931.970000', '130932.430000', '130932.890000', '130933.350000', '130933.810000', '130934.270000', '130934.730000', '130935.190000', '130935.650000', '130936.110000', '130936.570000', '130937.030000', '130937.490000', '130937.950000', '130938.410000', '130938.870000', '130939.330000', '130939.790000', '130940.250000', '130940.710000', '130941.170000', '130941.630000', '130942.090000', '130942.550000', '130943.010000', '130943.470000', '130943.930000', '130944.390000', '130944.850000', '130945.310000', '130945.770000', '130946.230000', '130946.690000', '130947.150000', '130947.610000', '130948.070000', '130948.530000', '130948.990000', '130949.450000', '130949.910000', '130950.370000', '130950.830000', '130951.290000', '130951.750000', '130952.210000', '130952.670000', '130953.130000', '130953.590000', '130954.050000', '130954.510000', '130954.970000', '130955.430000', '130955.890000', '130956.350000', '130956.810000', '130957.270000', '130957.730000', '130958.190000', '130958.650000', '130959.110000', '130959.570000', '131000.030000', '131000.490000', '131000.950000', '131001.410000', '131001.870000', '131002.330000', '131002.790000', '131003.250000', '131003.710000', '131004.170000', '131004.630000', '131005.090000', '131005.550000', '131006.010000', '131006.470000', '131006.930000', '131007.390000', '131007.850000', '131008.310000', '131008.770000', '131009.230000', '131009.690000', '131010.150000', '131010.610000', '131011.070000', '131011.530000', '131011.990000', '131012.450000', '131012.910000', '131013.370000', '131013.830000', '131014.290000', '131014.750000', '131015.210000', '131015.670000', '131016.130000', '131016.590000', '131017.050000', '131017.510000', '131017.970000', '131018.430000', '131018.890000', '131019.350000', '131019.810000', '131020.270000', '131020.730000', '131021.190000', '131021.650000', '131022.110000', '131022.570000', '131023.030000', '131023.490000', '131023.950000', '131024.410000', '131024.870000', '131025.330000', '131025.790000', '131026.250000', '131026.710000', '131027.170000', '131027.630000', '131028.090000', '131028.550000', '131029.010000', '131029.470000', '131029.930000', '131030.390000', '131030.850000', '131031.310000', '131031.770000', '131032.230000', '131032.690000', '131033.150000', '131033.610000', '131034.070000', '131034.530000', '131034.990000', '131035.450000', '131035.910000', '131036.370000', '131036.830000', '131037.290000', '131037.750000', '131038.210000', '131038.670000', '131039.130000', '131039.590000', '131040.050000', '131040.510000', '131040.970000', '131041.430000', '131041.890000', '131042.350000', '131042.810000', '131043.270000', '131043.730000', '131044.190000', '131044.650000', '131045.110000', '131045.570000', '131046.030000', '131046.490000', '131046.950000', '131047.410000', '131047.870000', '131048.330000', '131048.790000', '131049.250000', '131049.710000', '131050.170000', '131050.630000', '131051.090000', '131051.550000', '131052.010000', '131052.470000', '131052.930000', '131053.390000', '131053.850000', '131054.310000', '131054.770000', '131055.230000', '131055.690000', '131056.150000', '131056.610000', '131057.070000', '131057.530000', '131057.990000', '131058.450000', '131058.910000', '131059.370000', '131059.830000', '131100.290000', '131100.750000', '131101.210000', '131101.670000', '131102.130000', '131102.590000', '131103.050000', '131103.510000', '131103.970000', '131104.430000', '131104.890000', '131105.350000', '131105.810000', '131106.270000', '131106.730000', '131107.190000', '131107.650000', '131108.110000', '131108.570000', '131109.030000', '131109.490000', '131109.950000', '131110.410000', '131110.870000', '131111.330000', '131111.790000', '131112.250000', '131112.710000', '131113.170000', '131113.630000', '131114.090000', '131114.550000', '131115.010000', '131115.470000', '131115.930000', '131116.390000', '131116.850000', '131117.310000', '131117.770000', '131118.230000', '131118.690000', '131119.150000', '131119.610000', '131120.070000', '131120.530000', '131120.990000', '131121.450000', '131121.910000', '131122.370000', '131122.830000', '131123.290000', '131123.750000', '131124.210000', '131124.670000', '131125.130000', '131125.590000', '131126.050000', '131126.510000', '131126.970000', '131127.430000', '131127.890000', '131128.350000', '131128.810000', '131129.270000', '131129.730000', '131130.190000', '131130.650000', '131131.110000', '131131.570000', '131132.030000', '131132.490000', '131132.950000', '131133.410000', '131133.870000', '131134.330000', '131134.790000', '131135.250000', '131135.710000', '131136.170000', '131136.630000', '131137.090000', '131137.550000', '131138.010000', '131138.470000', '131138.930000', '131139.390000', '131139.850000', '131140.310000', '131140.770000', '131141.230000', '131141.690000', '131142.150000', '131142.610000', '131143.070000', '131143.530000', '131143.990000', '131144.450000', '131144.910000', '131145.370000', '131145.830000', '131146.290000', '131146.750000', '131147.210000', '131147.670000', '131148.130000', '131148.590000', '131149.050000', '131149.510000', '131149.970000', '131150.430000', '131150.890000', '131151.350000', '131151.810000', '131152.270000', '131152.730000', '131153.190000', '131153.650000', '131154.110000', '131154.570000', '131155.030000', '131155.490000', '131155.950000', '131156.410000', '131156.870000', '131157.330000', '131157.790000', '131158.250000', '131158.710000', '131159.170000', '131159.630000', '131200.090000', '131200.550000', '131201.010000', '131201.470000', '131201.930000', '131202.390000', '131202.850000', '131203.310000', '131203.770000', '131204.230000', '131204.690000', '131205.150000', '131205.610000', '131206.070000', '131206.530000', '131206.990000', '131207.450000', '131207.910000', '131208.370000', '131208.830000', '131209.290000', '131209.750000', '131210.210000', '131210.670000', '131211.130000', '131211.590000', '131212.050000', '131212.510000', '131212.970000', '131213.430000', '131213.890000', '131214.350000', '131214.810000', '131215.270000', '131215.730000', '131216.190000', '131216.650000', '131217.110000', '131217.570000', '131218.030000', '131218.490000', '131218.950000', '131219.410000', '131219.870000', '131220.330000', '131220.790000', '131221.250000', '131221.710000', '131222.170000', '131222.630000', '131223.090000', '131223.550000', '131224.010000', '131224.470000', '131224.930000', '131225.390000', '131225.850000', '131226.310000', '131226.770000', '131227.230000', '131227.690000', '131228.150000', '131228.610000', '131229.070000', '131229.530000', '131229.990000', '131230.450000', '131230.910000', '131231.370000', '131231.830000', '131232.290000', '131232.750000', '131233.210000', '131233.670000', '131234.130000', '131234.590000', '131235.050000', '131235.510000', '131235.970000', '131236.430000', '131236.890000', '131237.350000', '131237.810000', '131238.270000', '131238.730000', '131239.190000', '131239.650000', '131240.110000', '131240.570000', '131241.030000', '131241.490000', '131241.950000', '131242.410000', '131242.870000', '131243.330000', '131243.790000', '131244.250000', '131244.710000', '131245.170000', '131245.630000', '131246.090000', '131246.550000', '131247.010000', '131247.470000', '131247.930000', '131248.390000', '131248.850000', '131249.310000', '131249.770000', '131250.230000', '131250.690000', '131251.150000', '131251.610000', '131252.070000', '131252.530000', '131252.990000', '131253.450000', '131253.910000', '131254.370000', '131254.830000', '131255.290000', '131255.750000', '131256.210000', '131256.670000', '131257.130000', '131257.590000', '131258.050000', '131258.510000', '131258.970000', '131259.430000', '131259.890000', '131300.350000', '131300.810000', '131301.270000', '131301.730000', '131302.190000', '131302.650000', '131303.110000', '131303.570000', '131304.030000', '131304.490000', '131304.950000', '131305.410000', '131305.870000', '131306.330000', '131306.790000', '131307.250000', '131307.710000', '131308.170000', '131308.630000', '131309.090000', '131309.550000', '131310.010000', '131310.470000', '131310.930000', '131311.390000', '131311.850000', '131312.310000', '131312.770000', '131313.230000', '131313.690000', '131314.150000', '131314.610000', '131315.070000', '131315.530000', '131315.990000', '131316.450000', '131316.910000', '131317.370000', '131317.830000', '131318.290000', '131318.750000', '131319.210000', '131319.670000', '131320.130000', '131320.590000', '131321.050000', '131321.510000', '131321.970000', '131322.430000', '131322.890000', '131323.350000', '131323.810000', '131324.270000', '131324.730000', '131325.190000', '131325.650000', '131326.110000', '131326.570000', '131327.030000', '131327.490000', '131327.950000', '131328.410000', '131328.870000', '131329.330000', '131329.790000', '131330.250000', '131330.710000', '131331.170000', '131331.630000', '131332.090000', '131332.550000', '131333.010000', '131333.470000', '131333.930000', '131334.390000', '131334.850000', '131335.310000', '131335.770000', '131336.230000', '131336.690000', '131337.150000', '131337.610000', '131338.070000', '131338.530000', '131338.990000', '131339.450000', '131339.910000', '131340.370000', '131340.830000', '131341.290000', '131341.750000', '131342.210000', '131342.670000', '131343.130000', '131343.590000', '131344.050000', '131344.510000', '131344.970000', '131345.430000', '131345.890000', '131346.350000', '131346.810000', '131347.270000', '131347.730000', '131348.190000', '131348.650000', '131349.110000', '131349.570000', '131350.030000', '131350.490000', '131350.950000', '131351.410000', '131351.870000', '131352.330000', '131352.790000', '131353.250000', '131353.710000', '131354.170000', '131354.630000', '131355.090000', '131355.550000', '131356.010000', '131356.470000', '131356.930000', '131357.390000', '131357.850000', '131358.310000', '131358.770000', '131359.230000', '131359.690000', '131400.150000', '131400.610000', '131401.070000', '131401.530000', '131401.990000', '131402.450000', '131402.910000', '131403.370000', '131403.830000', '131404.290000', '131404.750000', '131405.210000', '131405.670000', '131406.130000', '131406.590000', '131407.050000', '131407.510000', '131407.970000', '131408.430000', '131408.890000', '131409.350000', '131409.810000', '131410.270000', '131410.730000', '131411.190000', '131411.650000', '131412.110000', '131412.570000', '131413.030000', '131413.490000', '131413.950000', '131414.410000', '131414.870000', '131415.330000', '131415.790000', '131416.250000', '131416.710000', '131417.170000', '131417.630000', '131418.090000', '131418.550000', '131419.010000', '131419.470000', '131419.930000', '131420.390000', '131420.850000', '131421.310000', '131421.770000', '131422.230000', '131422.690000', '131423.150000', '131423.610000', '131424.070000', '131424.530000', '131424.990000', '131425.450000', '131425.910000', '131426.370000', '131426.830000', '131427.290000', '131427.750000', '131428.210000', '131428.670000', '131429.130000', '131429.590000', '131430.050000', '131430.510000', '131430.970000', '131431.430000', '131431.890000', '131432.350000', '131432.810000', '131433.270000', '131433.730000', '131434.190000', '131434.650000', '131435.110000', '131435.570000', '131436.030000', '131436.490000', '131436.950000', '131437.410000', '131437.870000', '131438.330000', '131438.790000', '131439.250000', '131439.710000', '131440.170000', '131440.630000', '131441.090000', '131441.550000', '131442.010000', '131442.470000', '131442.930000', '131443.390000', '131443.850000', '131444.310000', '131444.770000', '131445.230000', '131445.690000', '131446.150000', '131446.610000', '131447.070000', '131447.530000', '131447.990000', '131448.450000', '131448.910000', '131449.370000', '131449.830000', '131450.290000', '131450.750000', '131451.210000', '131451.670000', '131452.130000', '131452.590000', '131453.050000', '131453.510000', '131453.970000', '131454.430000', '131454.890000', '131455.350000', '131455.810000', '131456.270000', '131456.730000', '131457.190000', '131457.650000', '131458.110000', '131458.570000', '131459.030000', '131459.490000', '131459.950000', '131500.410000', '131500.870000', '131501.330000', '131501.790000', '131502.250000', '131502.710000', '131503.170000', '131503.630000', '131504.090000', '131504.550000', '131505.010000', '131505.470000', '131505.930000', '131506.390000', '131506.850000', '131507.310000', '131507.770000', '131508.230000', '131508.690000', '131509.150000', '131509.610000', '131510.070000', '131510.530000', '131510.990000', '131511.450000', '131511.910000', '131512.370000', '131512.830000'], 'ContentTime': ['130723.943000', '130723.946000', '130723.949000', '130723.952000', '130723.955000', '130723.963000', '130723.966000', '130723.969000', '130723.972000', '130723.975000', '130723.978000', '130723.981000', '130723.984000', '130723.987000', '130723.989000', '130723.992000', '130723.995000', '130723.998000', '130724.002000', '130724.005000', '130724.008000', '130724.011000', '130724.014000', '130724.017000', '130724.019000', '130724.022000', '130724.025000', '130724.028000', '130724.031000', '130724.034000', '130724.037000', '130724.040000', '130724.043000', '130724.046000', '130724.049000', '130724.052000', '130724.054000', '130724.057000', '130724.060000', '130724.064000', '130724.067000', '130724.070000', '130724.072000', '130724.076000', '130743.913000', '130743.916000', '130743.919000', '130743.922000', '130743.925000', '130743.927000', '130743.930000', '130743.933000', '130743.936000', '130743.939000', '130743.942000', '130743.945000', '130743.948000', '130743.950000', '130743.953000', '130743.956000', '130743.959000', '130743.962000', '130743.965000', '130743.974000', '130743.977000', '130743.980000', '130743.983000', '130743.986000', '130743.989000', '130743.991000', '130743.994000', '130743.997000', '130744.001000', '130744.004000', '130744.007000', '130744.012000', '130744.016000', '130744.019000', '130744.022000', '130744.024000', '130744.027000', '130744.030000', '130744.033000', '130744.036000', '130744.039000', '130744.041000', '130744.044000', '130803.914000', '130803.917000', '130803.920000', '130803.923000', '130803.925000', '130803.928000', '130803.931000', '130803.934000', '130803.937000', '130803.940000', '130803.943000', '130803.946000', '130803.949000', '130803.951000', '130803.954000', '130803.957000', '130803.960000', '130803.963000', '130803.966000', '130803.969000', '130803.971000', '130803.974000', '130803.977000', '130803.980000', '130803.983000', '130803.998000', '130804.001000', '130804.004000', '130804.007000', '130804.013000', '130804.016000', '130804.019000', '130804.022000', '130804.025000', '130804.028000', '130804.030000', '130804.033000', '130804.036000', '130804.039000', '130804.042000', '130804.045000', '130804.048000', '130804.051000', '130804.053000', '130823.913000', '130823.916000', '130823.918000', '130823.922000', '130823.925000', '130823.927000', '130823.930000', '130823.933000', '130823.936000', '130823.939000', '130823.942000', '130823.945000', '130823.948000', '130823.951000', '130823.955000', '130823.959000', '130823.961000', '130823.964000', '130823.967000', '130823.970000', '130823.973000', '130823.976000', '130823.979000', '130823.982000', '130823.985000', '130823.987000', '130823.990000', '130823.993000', '130823.996000', '130824.000000', '130824.003000', '130824.006000', '130824.009000', '130824.012000', '130824.017000', '130824.021000', '130824.024000', '130824.027000', '130824.030000', '130824.032000', '130824.035000', '130824.038000', '130824.041000', '130843.913000', '130843.916000', '130843.920000', '130843.922000', '130843.925000', '130843.928000', '130843.931000', '130843.934000', '130843.937000', '130843.940000', '130843.943000', '130843.946000', '130843.949000', '130843.952000', '130843.955000', '130843.958000', '130843.961000', '130843.964000', '130843.967000', '130843.970000', '130843.973000', '130843.975000', '130843.987000', '130843.990000', '130843.993000', '130843.996000', '130844.000000', '130844.002000', '130844.005000', '130844.008000', '130844.011000', '130844.014000', '130844.017000', '130844.020000', '130844.022000', '130844.025000', '130844.028000', '130844.031000', '130844.034000', '130844.037000', '130844.040000', '130844.043000', '130844.045000', '130844.048000', '130903.913000', '130903.916000', '130903.919000', '130903.926000', '130903.929000', '130903.932000', '130903.935000', '130903.938000', '130903.941000', '130903.944000', '130903.947000', '130903.949000', '130903.952000', '130903.955000', '130903.958000', '130903.961000', '130903.964000', '130903.967000', '130903.970000', '130903.973000', '130903.975000', '130903.978000', '130903.981000', '130903.985000', '130903.987000', '130903.990000', '130903.993000', '130903.996000', '130904.000000', '130904.003000', '130904.006000', '130904.009000', '130904.011000', '130904.014000', '130904.017000', '130904.020000', '130904.023000', '130904.026000', '130904.029000', '130904.032000', '130904.035000', '130904.039000', '130904.044000', '130923.913000', '130923.916000', '130923.919000', '130923.922000', '130923.924000', '130923.935000', '130923.938000', '130923.941000', '130923.944000', '130923.947000', '130923.950000', '130923.953000', '130923.955000', '130923.958000', '130923.961000', '130923.964000', '130923.967000', '130923.970000', '130923.973000', '130923.976000', '130923.979000', '130923.981000', '130923.984000', '130923.987000', '130923.990000', '130923.993000', '130923.996000', '130924.000000', '130924.002000', '130924.005000', '130924.008000', '130924.011000', '130924.014000', '130924.017000', '130924.020000', '130924.023000', '130924.026000', '130924.029000', '130924.032000', '130924.034000', '130924.037000', '130924.040000', '130924.043000', '130924.046000', '130943.913000', '130943.916000', '130943.919000', '130943.922000', '130943.925000', '130943.927000', '130943.930000', '130943.933000', '130943.936000', '130943.939000', '130943.942000', '130943.945000', '130943.948000', '130943.951000', '130943.958000', '130943.961000', '130943.964000', '130943.966000', '130943.969000', '130943.972000', '130943.993000', '130943.996000', '130944.000000', '130944.003000', '130944.006000', '130944.009000', '130944.011000', '130944.014000', '130944.017000', '130944.020000', '130944.023000', '130944.026000', '130944.029000', '130944.032000', '130944.035000', '130944.037000', '130944.040000', '130944.043000', '130944.047000', '130944.050000', '130944.053000', '130944.056000', '130944.059000', '131003.913000', '131003.916000', '131003.919000', '131003.922000', '131003.924000', '131003.928000', '131003.930000', '131003.933000', '131003.936000', '131003.939000', '131003.942000', '131003.945000', '131003.948000', '131003.959000', '131003.962000', '131003.965000', '131003.968000', '131003.971000', '131003.974000', '131003.976000', '131003.979000', '131003.982000', '131003.985000', '131003.988000', '131003.991000', '131003.994000', '131003.997000', '131004.000000', '131004.003000', '131004.006000', '131004.009000', '131004.012000', '131004.015000', '131004.018000', '131004.021000', '131004.023000', '131004.026000', '131004.029000', '131004.032000', '131004.035000', '131004.038000', '131004.041000', '131004.044000', '131004.047000', '131023.914000', '131023.917000', '131023.920000', '131023.923000', '131023.926000', '131023.929000', '131023.932000', '131023.935000', '131023.937000', '131023.940000', '131023.943000', '131023.946000', '131023.949000', '131023.952000', '131023.955000', '131023.958000', '131023.960000', '131023.963000', '131023.966000', '131023.969000', '131023.972000', '131023.975000', '131023.978000', '131023.981000', '131023.984000', '131023.987000', '131023.990000', '131023.992000', '131023.995000', '131023.998000', '131024.001000', '131024.004000', '131024.007000', '131024.010000', '131024.013000', '131024.016000', '131024.019000', '131024.021000', '131024.024000', '131024.027000', '131024.030000', '131024.033000', '131024.036000', '131043.913000', '131043.916000', '131043.919000', '131043.921000', '131043.925000', '131043.927000', '131043.930000', '131043.933000', '131043.936000', '131043.939000', '131043.942000', '131043.945000', '131043.948000', '131043.951000', '131043.954000', '131043.956000', '131043.960000', '131043.962000', '131043.965000', '131043.968000', '131043.971000', '131043.974000', '131043.977000', '131043.980000', '131043.983000', '131043.986000', '131043.989000', '131043.991000', '131043.994000', '131043.997000', '131044.001000', '131044.004000', '131044.007000', '131044.010000', '131044.013000', '131044.016000', '131044.019000', '131044.021000', '131044.024000', '131044.027000', '131044.030000', '131044.033000', '131044.036000', '131044.038000', '131103.913000', '131103.916000', '131103.919000', '131103.922000', '131103.925000', '131103.928000', '131103.931000', '131103.934000', '131103.936000', '131103.939000', '131103.942000', '131103.945000', '131103.948000', '131103.951000', '131103.954000', '131103.957000', '131103.960000', '131103.963000', '131103.966000', '131103.969000', '131103.972000', '131103.974000', '131103.978000', '131103.980000', '131103.983000', '131103.986000', '131103.989000', '131103.992000', '131103.995000', '131103.998000', '131104.002000', '131104.005000', '131104.007000', '131104.010000', '131104.013000', '131104.016000', '131104.019000', '131104.022000', '131104.025000', '131104.027000', '131104.032000', '131104.035000', '131104.038000', '131123.913000', '131123.916000', '131123.932000', '131123.936000', '131123.939000', '131123.942000', '131123.944000', '131123.948000', '131123.951000', '131123.954000', '131123.956000', '131123.960000', '131123.962000', '131123.965000', '131123.968000', '131123.971000', '131123.974000', '131123.977000', '131123.980000', '131123.983000', '131123.986000', '131123.989000', '131123.992000', '131123.995000', '131123.998000', '131124.002000', '131124.005000', '131124.008000', '131124.012000', '131124.015000', '131124.018000', '131124.022000', '131124.025000', '131124.028000', '131124.031000', '131124.034000', '131124.036000', '131124.039000', '131124.042000', '131124.045000', '131124.048000', '131124.051000', '131124.054000', '131124.057000', '131143.913000', '131143.916000', '131143.919000', '131143.922000', '131143.925000', '131143.928000', '131143.931000', '131143.934000', '131143.937000', '131143.940000', '131143.942000', '131143.945000', '131143.948000', '131143.951000', '131143.954000', '131143.957000', '131143.960000', '131143.963000', '131143.966000', '131143.968000', '131143.971000', '131143.974000', '131143.977000', '131143.980000', '131143.983000', '131143.986000', '131143.989000', '131143.992000', '131143.995000', '131143.998000', '131144.002000', '131144.005000', '131144.007000', '131144.010000', '131144.013000', '131144.016000', '131144.019000', '131144.022000', '131144.025000', '131144.028000', '131144.030000', '131144.033000', '131144.036000', '131203.913000', '131203.916000', '131203.919000', '131203.922000', '131203.925000', '131203.927000', '131203.931000', '131203.933000', '131203.936000', '131203.939000', '131203.942000', '131203.945000', '131203.948000', '131203.951000', '131203.954000', '131203.957000', '131203.960000', '131203.963000', '131203.966000', '131203.969000', '131203.971000', '131203.974000', '131203.977000', '131203.980000', '131203.983000', '131203.986000', '131203.989000', '131203.992000', '131203.995000', '131203.997000', '131204.001000', '131204.004000', '131204.007000', '131204.010000', '131204.013000', '131204.016000', '131204.019000', '131204.022000', '131204.025000', '131204.027000', '131204.030000', '131204.033000', '131204.036000', '131204.039000', '131223.913000', '131223.916000', '131223.919000', '131223.922000', '131223.925000', '131223.933000', '131223.936000', '131223.938000', '131223.942000', '131223.944000', '131223.947000', '131223.950000', '131223.953000', '131223.956000', '131223.959000', '131223.962000', '131223.965000', '131223.968000', '131223.971000', '131223.973000', '131223.976000', '131223.979000', '131223.982000', '131223.985000', '131223.988000', '131223.991000', '131223.994000', '131224.000000', '131224.003000', '131224.006000', '131224.009000', '131224.012000', '131224.015000', '131224.017000', '131224.020000', '131224.023000', '131224.026000', '131224.029000', '131224.032000', '131224.035000', '131224.038000', '131224.040000', '131224.043000', '131243.916000', '131243.920000', '131243.923000', '131243.926000', '131243.929000', '131243.932000', '131243.935000', '131243.937000', '131243.940000', '131243.943000', '131243.946000', '131243.949000', '131243.952000', '131243.964000', '131243.967000', '131243.970000', '131243.973000', '131243.976000', '131243.979000', '131243.982000', '131243.984000', '131243.987000', '131243.990000', '131243.993000', '131243.996000', '131244.002000', '131244.004000', '131244.007000', '131244.010000', '131244.013000', '131244.016000', '131244.019000', '131244.022000', '131244.025000', '131244.028000', '131244.030000', '131244.033000', '131244.036000', '131244.039000', '131244.042000', '131244.045000', '131244.048000', '131244.051000', '131303.913000', '131303.916000', '131303.919000', '131303.922000', '131303.925000', '131303.928000', '131303.930000', '131303.933000', '131303.936000', '131303.939000', '131303.942000', '131303.945000', '131303.957000', '131303.960000', '131303.962000', '131303.965000', '131303.968000', '131303.971000', '131303.974000', '131303.977000', '131303.980000', '131303.982000', '131303.985000', '131303.988000', '131303.991000', '131303.994000', '131303.997000', '131304.001000', '131304.004000', '131304.007000', '131304.009000', '131304.012000', '131304.015000', '131304.018000', '131304.021000', '131304.024000', '131304.027000', '131304.030000', '131304.033000', '131304.035000', '131304.038000', '131304.041000', '131304.044000', '131304.047000', '131323.913000', '131323.916000', '131323.919000', '131323.922000', '131323.925000', '131323.928000', '131323.932000', '131323.937000', '131323.940000', '131323.943000', '131323.946000', '131323.949000', '131323.952000', '131323.955000', '131323.958000', '131323.960000', '131323.963000', '131323.966000', '131323.969000', '131323.972000', '131323.975000', '131323.978000', '131323.981000', '131323.984000', '131323.987000', '131323.990000', '131323.992000', '131323.995000', '131323.998000', '131324.002000', '131324.005000', '131324.008000', '131324.011000', '131324.014000', '131324.016000', '131324.019000', '131324.022000', '131324.025000', '131324.028000', '131324.031000', '131324.034000', '131324.037000', '131324.039000', '131343.913000', '131343.916000', '131343.919000', '131343.922000', '131343.925000', '131343.928000', '131343.931000', '131343.934000', '131343.937000', '131343.939000', '131343.942000', '131343.945000', '131343.948000', '131343.951000', '131343.954000', '131343.957000', '131343.960000', '131343.963000', '131343.965000', '131343.968000', '131343.971000', '131343.974000', '131343.977000', '131343.980000', '131343.983000', '131343.986000', '131343.989000', '131343.992000', '131343.995000', '131343.997000', '131344.001000', '131344.004000', '131344.007000', '131344.010000', '131344.021000', '131344.024000', '131344.027000', '131344.030000', '131344.033000', '131344.036000', '131344.039000', '131344.041000', '131344.044000', '131344.047000', '131403.913000', '131403.916000', '131403.919000', '131403.922000', '131403.925000', '131403.928000', '131403.931000', '131403.934000', '131403.936000', '131403.940000', '131403.943000', '131403.945000', '131403.948000', '131403.951000', '131403.954000', '131403.957000', '131403.961000', '131403.965000', '131403.968000', '131403.981000', '131403.984000', '131403.986000', '131403.989000', '131404.005000', '131404.008000', '131404.011000', '131404.014000', '131404.017000', '131404.020000', '131404.023000', '131404.025000', '131404.028000', '131404.031000', '131404.034000', '131404.037000', '131404.040000', '131404.043000', '131404.046000', '131404.049000', '131404.054000', '131404.057000', '131404.060000', '131404.062000', '131423.913000', '131423.916000', '131423.919000', '131423.922000', '131423.925000', '131423.928000', '131423.931000', '131423.934000', '131423.937000', '131423.940000', '131423.943000', '131423.946000', '131423.949000', '131423.952000', '131423.955000', '131423.970000', '131423.973000', '131423.975000', '131423.979000', '131423.982000', '131423.984000', '131423.987000', '131423.990000', '131423.993000', '131423.996000', '131424.000000', '131424.003000', '131424.006000', '131424.009000', '131424.012000', '131424.015000', '131424.018000', '131424.020000', '131424.023000', '131424.026000', '131424.029000', '131424.032000', '131424.035000', '131424.038000', '131424.041000', '131424.044000', '131424.047000', '131424.050000', '131424.053000', '131443.913000', '131443.923000', '131443.926000', '131443.928000', '131443.931000', '131443.934000', '131443.937000', '131443.940000', '131443.943000', '131443.946000', '131443.949000', '131443.952000', '131443.955000', '131443.958000', '131443.961000', '131443.964000', '131443.967000', '131443.970000', '131443.972000', '131443.977000', '131443.982000', '131443.985000', '131443.988000', '131443.991000', '131443.994000', '131443.996000', '131444.000000', '131444.003000', '131444.006000', '131444.009000', '131444.012000', '131444.015000', '131444.018000', '131444.020000', '131444.023000', '131444.026000', '131444.029000', '131444.032000', '131444.035000', '131444.038000', '131444.041000', '131444.044000', '131444.047000', '131503.914000', '131503.917000', '131503.920000', '131503.923000', '131503.926000', '131503.929000', '131503.932000', '131503.935000', '131503.938000', '131503.941000', '131503.943000', '131503.946000', '131503.949000', '131503.952000', '131503.955000', '131503.958000', '131503.961000', '131503.964000', '131503.966000', '131503.969000', '131503.972000', '131503.975000', '131503.978000', '131503.981000', '131503.984000', '131503.987000', '131503.990000', '131503.992000', '131503.995000', '131503.998000', '131504.002000', '131504.005000', '131504.008000', '131504.011000', '131504.013000', '131504.016000', '131504.019000', '131504.028000', '131504.031000', '131504.034000', '131504.037000', '131504.040000', '131504.043000', '131504.046000', '131513.470000', '131513.473000', '131513.476000', '131513.479000', '131513.482000', '131513.484000', '131513.487000', '131513.490000', '131513.493000', '131513.496000', '131513.499000', '131513.502000', '131513.505000', '131513.508000', '131513.511000', '131513.514000', '131513.516000', '131513.519000', '131513.522000', '131513.525000', '131513.528000'], 'InstanceCreationTime': ['130723.943000', '130723.946000', '130723.949000', '130723.952000', '130723.955000', '130723.963000', '130723.966000', '130723.969000', '130723.972000', '130723.975000', '130723.978000', '130723.981000', '130723.984000', '130723.987000', '130723.989000', '130723.992000', '130723.995000', '130723.998000', '130724.002000', '130724.005000', '130724.008000', '130724.011000', '130724.014000', '130724.017000', '130724.019000', '130724.022000', '130724.025000', '130724.028000', '130724.031000', '130724.034000', '130724.037000', '130724.040000', '130724.043000', '130724.046000', '130724.049000', '130724.052000', '130724.054000', '130724.057000', '130724.060000', '130724.064000', '130724.067000', '130724.070000', '130724.072000', '130724.076000', '130743.913000', '130743.916000', '130743.919000', '130743.922000', '130743.925000', '130743.927000', '130743.930000', '130743.933000', '130743.936000', '130743.939000', '130743.942000', '130743.945000', '130743.948000', '130743.950000', '130743.953000', '130743.956000', '130743.959000', '130743.962000', '130743.965000', '130743.974000', '130743.977000', '130743.980000', '130743.983000', '130743.986000', '130743.989000', '130743.991000', '130743.994000', '130743.997000', '130744.001000', '130744.004000', '130744.007000', '130744.012000', '130744.016000', '130744.019000', '130744.022000', '130744.024000', '130744.027000', '130744.030000', '130744.033000', '130744.036000', '130744.039000', '130744.041000', '130744.044000', '130803.914000', '130803.917000', '130803.920000', '130803.923000', '130803.925000', '130803.928000', '130803.931000', '130803.934000', '130803.937000', '130803.940000', '130803.943000', '130803.946000', '130803.949000', '130803.951000', '130803.954000', '130803.957000', '130803.960000', '130803.963000', '130803.966000', '130803.969000', '130803.971000', '130803.974000', '130803.977000', '130803.980000', '130803.983000', '130803.998000', '130804.001000', '130804.004000', '130804.007000', '130804.013000', '130804.016000', '130804.019000', '130804.022000', '130804.025000', '130804.028000', '130804.030000', '130804.033000', '130804.036000', '130804.039000', '130804.042000', '130804.045000', '130804.048000', '130804.051000', '130804.053000', '130823.913000', '130823.916000', '130823.918000', '130823.922000', '130823.925000', '130823.927000', '130823.930000', '130823.933000', '130823.936000', '130823.939000', '130823.942000', '130823.945000', '130823.948000', '130823.951000', '130823.955000', '130823.959000', '130823.961000', '130823.964000', '130823.967000', '130823.970000', '130823.973000', '130823.976000', '130823.979000', '130823.982000', '130823.985000', '130823.987000', '130823.990000', '130823.993000', '130823.996000', '130824.000000', '130824.003000', '130824.006000', '130824.009000', '130824.012000', '130824.017000', '130824.021000', '130824.024000', '130824.027000', '130824.030000', '130824.032000', '130824.035000', '130824.038000', '130824.041000', '130843.913000', '130843.916000', '130843.920000', '130843.922000', '130843.925000', '130843.928000', '130843.931000', '130843.934000', '130843.937000', '130843.940000', '130843.943000', '130843.946000', '130843.949000', '130843.952000', '130843.955000', '130843.958000', '130843.961000', '130843.964000', '130843.967000', '130843.970000', '130843.973000', '130843.975000', '130843.987000', '130843.990000', '130843.993000', '130843.996000', '130844.000000', '130844.002000', '130844.005000', '130844.008000', '130844.011000', '130844.014000', '130844.017000', '130844.020000', '130844.022000', '130844.025000', '130844.028000', '130844.031000', '130844.034000', '130844.037000', '130844.040000', '130844.043000', '130844.045000', '130844.048000', '130903.913000', '130903.916000', '130903.919000', '130903.926000', '130903.929000', '130903.932000', '130903.935000', '130903.938000', '130903.941000', '130903.944000', '130903.947000', '130903.949000', '130903.952000', '130903.955000', '130903.958000', '130903.961000', '130903.964000', '130903.967000', '130903.970000', '130903.973000', '130903.975000', '130903.978000', '130903.981000', '130903.985000', '130903.987000', '130903.990000', '130903.993000', '130903.996000', '130904.000000', '130904.003000', '130904.006000', '130904.009000', '130904.011000', '130904.014000', '130904.017000', '130904.020000', '130904.023000', '130904.026000', '130904.029000', '130904.032000', '130904.035000', '130904.039000', '130904.044000', '130923.913000', '130923.916000', '130923.919000', '130923.922000', '130923.924000', '130923.935000', '130923.938000', '130923.941000', '130923.944000', '130923.947000', '130923.950000', '130923.953000', '130923.955000', '130923.958000', '130923.961000', '130923.964000', '130923.967000', '130923.970000', '130923.973000', '130923.976000', '130923.979000', '130923.981000', '130923.984000', '130923.987000', '130923.990000', '130923.993000', '130923.996000', '130924.000000', '130924.002000', '130924.005000', '130924.008000', '130924.011000', '130924.014000', '130924.017000', '130924.020000', '130924.023000', '130924.026000', '130924.029000', '130924.032000', '130924.034000', '130924.037000', '130924.040000', '130924.043000', '130924.046000', '130943.913000', '130943.916000', '130943.919000', '130943.922000', '130943.925000', '130943.927000', '130943.930000', '130943.933000', '130943.936000', '130943.939000', '130943.942000', '130943.945000', '130943.948000', '130943.951000', '130943.958000', '130943.961000', '130943.964000', '130943.966000', '130943.969000', '130943.972000', '130943.993000', '130943.996000', '130944.000000', '130944.003000', '130944.006000', '130944.009000', '130944.011000', '130944.014000', '130944.017000', '130944.020000', '130944.023000', '130944.026000', '130944.029000', '130944.032000', '130944.035000', '130944.037000', '130944.040000', '130944.043000', '130944.047000', '130944.050000', '130944.053000', '130944.056000', '130944.059000', '131003.913000', '131003.916000', '131003.919000', '131003.922000', '131003.924000', '131003.928000', '131003.930000', '131003.933000', '131003.936000', '131003.939000', '131003.942000', '131003.945000', '131003.948000', '131003.959000', '131003.962000', '131003.965000', '131003.968000', '131003.971000', '131003.974000', '131003.976000', '131003.979000', '131003.982000', '131003.985000', '131003.988000', '131003.991000', '131003.994000', '131003.997000', '131004.000000', '131004.003000', '131004.006000', '131004.009000', '131004.012000', '131004.015000', '131004.018000', '131004.021000', '131004.023000', '131004.026000', '131004.029000', '131004.032000', '131004.035000', '131004.038000', '131004.041000', '131004.044000', '131004.047000', '131023.914000', '131023.917000', '131023.920000', '131023.923000', '131023.926000', '131023.929000', '131023.932000', '131023.935000', '131023.937000', '131023.940000', '131023.943000', '131023.946000', '131023.949000', '131023.952000', '131023.955000', '131023.958000', '131023.960000', '131023.963000', '131023.966000', '131023.969000', '131023.972000', '131023.975000', '131023.978000', '131023.981000', '131023.984000', '131023.987000', '131023.990000', '131023.992000', '131023.995000', '131023.998000', '131024.001000', '131024.004000', '131024.007000', '131024.010000', '131024.013000', '131024.016000', '131024.019000', '131024.021000', '131024.024000', '131024.027000', '131024.030000', '131024.033000', '131024.036000', '131043.913000', '131043.916000', '131043.919000', '131043.921000', '131043.925000', '131043.927000', '131043.930000', '131043.933000', '131043.936000', '131043.939000', '131043.942000', '131043.945000', '131043.948000', '131043.951000', '131043.954000', '131043.956000', '131043.960000', '131043.962000', '131043.965000', '131043.968000', '131043.971000', '131043.974000', '131043.977000', '131043.980000', '131043.983000', '131043.986000', '131043.989000', '131043.991000', '131043.994000', '131043.997000', '131044.001000', '131044.004000', '131044.007000', '131044.010000', '131044.013000', '131044.016000', '131044.019000', '131044.021000', '131044.024000', '131044.027000', '131044.030000', '131044.033000', '131044.036000', '131044.038000', '131103.913000', '131103.916000', '131103.919000', '131103.922000', '131103.925000', '131103.928000', '131103.931000', '131103.934000', '131103.936000', '131103.939000', '131103.942000', '131103.945000', '131103.948000', '131103.951000', '131103.954000', '131103.957000', '131103.960000', '131103.963000', '131103.966000', '131103.969000', '131103.972000', '131103.974000', '131103.978000', '131103.980000', '131103.983000', '131103.986000', '131103.989000', '131103.992000', '131103.995000', '131103.998000', '131104.002000', '131104.005000', '131104.007000', '131104.010000', '131104.013000', '131104.016000', '131104.019000', '131104.022000', '131104.025000', '131104.027000', '131104.032000', '131104.035000', '131104.038000', '131123.913000', '131123.916000', '131123.932000', '131123.936000', '131123.939000', '131123.942000', '131123.944000', '131123.948000', '131123.951000', '131123.954000', '131123.956000', '131123.960000', '131123.962000', '131123.965000', '131123.968000', '131123.971000', '131123.974000', '131123.977000', '131123.980000', '131123.983000', '131123.986000', '131123.989000', '131123.992000', '131123.995000', '131123.998000', '131124.002000', '131124.005000', '131124.008000', '131124.012000', '131124.015000', '131124.018000', '131124.022000', '131124.025000', '131124.028000', '131124.031000', '131124.034000', '131124.036000', '131124.039000', '131124.042000', '131124.045000', '131124.048000', '131124.051000', '131124.054000', '131124.057000', '131143.913000', '131143.916000', '131143.919000', '131143.922000', '131143.925000', '131143.928000', '131143.931000', '131143.934000', '131143.937000', '131143.940000', '131143.942000', '131143.945000', '131143.948000', '131143.951000', '131143.954000', '131143.957000', '131143.960000', '131143.963000', '131143.966000', '131143.968000', '131143.971000', '131143.974000', '131143.977000', '131143.980000', '131143.983000', '131143.986000', '131143.989000', '131143.992000', '131143.995000', '131143.998000', '131144.002000', '131144.005000', '131144.007000', '131144.010000', '131144.013000', '131144.016000', '131144.019000', '131144.022000', '131144.025000', '131144.028000', '131144.030000', '131144.033000', '131144.036000', '131203.913000', '131203.916000', '131203.919000', '131203.922000', '131203.925000', '131203.927000', '131203.931000', '131203.933000', '131203.936000', '131203.939000', '131203.942000', '131203.945000', '131203.948000', '131203.951000', '131203.954000', '131203.957000', '131203.960000', '131203.963000', '131203.966000', '131203.969000', '131203.971000', '131203.974000', '131203.977000', '131203.980000', '131203.983000', '131203.986000', '131203.989000', '131203.992000', '131203.995000', '131203.997000', '131204.001000', '131204.004000', '131204.007000', '131204.010000', '131204.013000', '131204.016000', '131204.019000', '131204.022000', '131204.025000', '131204.027000', '131204.030000', '131204.033000', '131204.036000', '131204.039000', '131223.913000', '131223.916000', '131223.919000', '131223.922000', '131223.925000', '131223.933000', '131223.936000', '131223.938000', '131223.942000', '131223.944000', '131223.947000', '131223.950000', '131223.953000', '131223.956000', '131223.959000', '131223.962000', '131223.965000', '131223.968000', '131223.971000', '131223.973000', '131223.976000', '131223.979000', '131223.982000', '131223.985000', '131223.988000', '131223.991000', '131223.994000', '131224.000000', '131224.003000', '131224.006000', '131224.009000', '131224.012000', '131224.015000', '131224.017000', '131224.020000', '131224.023000', '131224.026000', '131224.029000', '131224.032000', '131224.035000', '131224.038000', '131224.040000', '131224.043000', '131243.916000', '131243.920000', '131243.923000', '131243.926000', '131243.929000', '131243.932000', '131243.935000', '131243.937000', '131243.940000', '131243.943000', '131243.946000', '131243.949000', '131243.952000', '131243.964000', '131243.967000', '131243.970000', '131243.973000', '131243.976000', '131243.979000', '131243.982000', '131243.984000', '131243.987000', '131243.990000', '131243.993000', '131243.996000', '131244.002000', '131244.004000', '131244.007000', '131244.010000', '131244.013000', '131244.016000', '131244.019000', '131244.022000', '131244.025000', '131244.028000', '131244.030000', '131244.033000', '131244.036000', '131244.039000', '131244.042000', '131244.045000', '131244.048000', '131244.051000', '131303.913000', '131303.916000', '131303.919000', '131303.922000', '131303.925000', '131303.928000', '131303.930000', '131303.933000', '131303.936000', '131303.939000', '131303.942000', '131303.945000', '131303.957000', '131303.960000', '131303.962000', '131303.965000', '131303.968000', '131303.971000', '131303.974000', '131303.977000', '131303.980000', '131303.982000', '131303.985000', '131303.988000', '131303.991000', '131303.994000', '131303.997000', '131304.001000', '131304.004000', '131304.007000', '131304.009000', '131304.012000', '131304.015000', '131304.018000', '131304.021000', '131304.024000', '131304.027000', '131304.030000', '131304.033000', '131304.035000', '131304.038000', '131304.041000', '131304.044000', '131304.047000', '131323.913000', '131323.916000', '131323.919000', '131323.922000', '131323.925000', '131323.928000', '131323.932000', '131323.937000', '131323.940000', '131323.943000', '131323.946000', '131323.949000', '131323.952000', '131323.955000', '131323.958000', '131323.960000', '131323.963000', '131323.966000', '131323.969000', '131323.972000', '131323.975000', '131323.978000', '131323.981000', '131323.984000', '131323.987000', '131323.990000', '131323.992000', '131323.995000', '131323.998000', '131324.002000', '131324.005000', '131324.008000', '131324.011000', '131324.014000', '131324.016000', '131324.019000', '131324.022000', '131324.025000', '131324.028000', '131324.031000', '131324.034000', '131324.037000', '131324.039000', '131343.913000', '131343.916000', '131343.919000', '131343.922000', '131343.925000', '131343.928000', '131343.931000', '131343.934000', '131343.937000', '131343.939000', '131343.942000', '131343.945000', '131343.948000', '131343.951000', '131343.954000', '131343.957000', '131343.960000', '131343.963000', '131343.965000', '131343.968000', '131343.971000', '131343.974000', '131343.977000', '131343.980000', '131343.983000', '131343.986000', '131343.989000', '131343.992000', '131343.995000', '131343.997000', '131344.001000', '131344.004000', '131344.007000', '131344.010000', '131344.021000', '131344.024000', '131344.027000', '131344.030000', '131344.033000', '131344.036000', '131344.039000', '131344.041000', '131344.044000', '131344.047000', '131403.913000', '131403.916000', '131403.919000', '131403.922000', '131403.925000', '131403.928000', '131403.931000', '131403.934000', '131403.936000', '131403.940000', '131403.943000', '131403.945000', '131403.948000', '131403.951000', '131403.954000', '131403.957000', '131403.961000', '131403.965000', '131403.968000', '131403.981000', '131403.984000', '131403.986000', '131403.989000', '131404.005000', '131404.008000', '131404.011000', '131404.014000', '131404.017000', '131404.020000', '131404.023000', '131404.025000', '131404.028000', '131404.031000', '131404.034000', '131404.037000', '131404.040000', '131404.043000', '131404.046000', '131404.049000', '131404.054000', '131404.057000', '131404.060000', '131404.062000', '131423.913000', '131423.916000', '131423.919000', '131423.922000', '131423.925000', '131423.928000', '131423.931000', '131423.934000', '131423.937000', '131423.940000', '131423.943000', '131423.946000', '131423.949000', '131423.952000', '131423.955000', '131423.970000', '131423.973000', '131423.975000', '131423.979000', '131423.982000', '131423.984000', '131423.987000', '131423.990000', '131423.993000', '131423.996000', '131424.000000', '131424.003000', '131424.006000', '131424.009000', '131424.012000', '131424.015000', '131424.018000', '131424.020000', '131424.023000', '131424.026000', '131424.029000', '131424.032000', '131424.035000', '131424.038000', '131424.041000', '131424.044000', '131424.047000', '131424.050000', '131424.053000', '131443.913000', '131443.923000', '131443.926000', '131443.928000', '131443.931000', '131443.934000', '131443.937000', '131443.940000', '131443.943000', '131443.946000', '131443.949000', '131443.952000', '131443.955000', '131443.958000', '131443.961000', '131443.964000', '131443.967000', '131443.970000', '131443.972000', '131443.977000', '131443.982000', '131443.985000', '131443.988000', '131443.991000', '131443.994000', '131443.996000', '131444.000000', '131444.003000', '131444.006000', '131444.009000', '131444.012000', '131444.015000', '131444.018000', '131444.020000', '131444.023000', '131444.026000', '131444.029000', '131444.032000', '131444.035000', '131444.038000', '131444.041000', '131444.044000', '131444.047000', '131503.914000', '131503.917000', '131503.920000', '131503.923000', '131503.926000', '131503.929000', '131503.932000', '131503.935000', '131503.938000', '131503.941000', '131503.943000', '131503.946000', '131503.949000', '131503.952000', '131503.955000', '131503.958000', '131503.961000', '131503.964000', '131503.966000', '131503.969000', '131503.972000', '131503.975000', '131503.978000', '131503.981000', '131503.984000', '131503.987000', '131503.990000', '131503.992000', '131503.995000', '131503.998000', '131504.002000', '131504.005000', '131504.008000', '131504.011000', '131504.013000', '131504.016000', '131504.019000', '131504.028000', '131504.031000', '131504.034000', '131504.037000', '131504.040000', '131504.043000', '131504.046000', '131513.470000', '131513.473000', '131513.476000', '131513.479000', '131513.482000', '131513.484000', '131513.487000', '131513.490000', '131513.493000', '131513.496000', '131513.499000', '131513.502000', '131513.505000', '131513.508000', '131513.511000', '131513.514000', '131513.516000', '131513.519000', '131513.522000', '131513.525000', '131513.528000'], '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], 'LargestImagePixelValue': [17019, 10623, 14047, 16965, 11297, 12649, 15087, 10243, 10586, 16855, 10632, 11485, 17293, 11645, 11811, 10266, 9916, 13844, 15930, 10250, 14110, 15183, 11291, 15630, 14583, 10272, 13087, 16657, 10886, 13961, 14502, 10143, 14521, 10183, 9616, 14345, 13375, 9822, 15823, 14700, 9730, 14708, 13480, 9803, 13526, 14886, 10177, 14556, 12286, 9918, 12846, 12217, 9818, 15550, 12240, 10251, 15777, 9932, 10475, 15785, 10347, 10074, 16247, 10427, 10171, 16089, 10446, 9678, 16162, 10050, 11644, 17107, 11948, 13494, 10113, 9311, 15087, 12562, 9989, 15552, 9967, 9970, 16475, 9667, 10538, 16802, 9895, 13333, 14962, 10732, 16001, 10169, 10336, 16527, 10298, 12827, 17049, 11132, 15096, 10584, 10106, 10618, 10050, 15886, 14446, 10699, 15877, 13756, 10317, 15726, 9848, 9490, 15841, 11304, 9725, 15624, 10093, 9850, 16217, 10109, 9416, 15641, 10268, 9607, 16176, 10372, 13913, 13065, 10390, 14727, 10585, 9848, 15849, 13176, 10485, 16032, 11012, 10153, 15773, 10449, 9991, 16513, 10111, 12512, 17602, 10715, 12044, 14822, 10863, 14583, 15393, 11864, 14639, 14527, 10614, 11701, 14407, 10492, 14108, 14578, 10295, 15310, 10076, 9727, 15826, 10125, 10367, 16587, 10444, 13474, 15725, 10664, 11959, 15646, 10378, 11966, 14542, 10043, 15023, 10462, 9655, 15093, 9939, 10557, 16408, 10765, 13700, 13561, 10174, 14273, 10250, 9317, 15955, 9897, 11023, 17618, 10064, 12451, 10767, 9390, 15930, 10085, 14358, 15271, 12213, 17707, 10932, 13465, 12150, 10183, 16299, 10874, 10400, 17566, 10446, 14807, 11305, 9737, 15454, 9653, 11522, 15265, 11148, 16249, 10476, 10233, 15997, 10676, 12890, 12679, 10170, 15663, 11379, 11313, 16603, 9800, 10331, 14321, 10483, 14338, 16989, 13191, 15450, 9449, 10064, 10063, 9829, 13735, 10614, 14583, 10271, 12313, 10898, 11958, 17084, 12500, 13111, 17765, 10354, 11512, 15938, 10215, 13395, 15235, 10182, 15411, 13786, 9470, 13699, 10641, 9789, 17953, 10241, 10888, 10516, 9876, 15793, 12596, 9689, 16402, 12371, 11686, 17630, 10637, 10814, 16710, 10595, 10031, 16131, 10700, 11674, 16422, 11641, 14998, 10466, 9896, 10332, 10224, 15975, 10573, 15443, 16960, 11917, 15004, 10553, 9672, 16090, 10793, 14617, 16863, 14129, 16023, 10469, 9853, 10431, 9904, 15609, 11143, 10106, 17726, 11239, 12687, 10652, 10585, 15591, 9967, 14548, 12995, 10405, 16210, 9930, 10364, 16668, 13285, 11483, 16084, 14244, 9681, 13539, 10287, 9438, 13746, 11003, 9820, 16923, 10165, 9621, 15852, 10367, 9691, 16260, 10786, 13197, 16774, 9561, 11505, 14340, 9703, 15330, 11205, 10229, 16592, 10408, 10393, 15890, 10861, 10609, 17060, 10978, 12716, 14584, 9975, 12110, 13252, 10134, 15516, 10457, 10643, 16872, 9657, 11278, 16782, 10619, 14328, 16754, 12372, 15232, 10116, 9462, 15686, 10723, 9534, 17146, 11161, 14287, 16574, 10104, 13146, 14018, 9965, 15396, 12775, 10317, 16413, 10251, 9810, 15986, 10653, 9847, 16641, 10389, 13104, 14323, 9768, 14644, 12212, 9905, 16764, 10321, 10928, 16458, 10024, 10263, 16549, 10028, 11299, 17002, 11594, 14090, 10357, 9614, 15055, 9878, 9914, 16348, 10300, 9984, 17015, 9687, 10126, 16509, 10010, 10515, 16833, 10410, 14584, 13395, 9703, 14279, 9309, 9593, 16059, 9761, 11148, 17636, 9748, 12187, 15430, 10125, 15246, 13489, 10631, 16624, 9772, 10038, 16327, 10318, 10347, 16857, 10697, 14919, 12626, 9415, 14997, 9818, 10280, 16753, 10839, 13337, 15885, 10230, 11830, 9525, 11781, 11430, 10210, 17564, 11191, 14889, 13756, 9493, 16409, 18406, 12570, 13517, 14933, 10851, 16224, 9846, 9923, 16205, 10136, 10297, 17309, 10728, 13366, 16043, 10051, 12188, 12134, 10446, 16101, 10585, 11181, 17604, 9834, 10611, 15973, 10180, 14775, 17264, 13802, 15762, 15948, 9793, 12395, 9743, 9345, 16133, 10264, 14306, 10538, 9840, 15637, 9906, 9807, 16732, 11504, 9982, 16391, 10200, 10204, 17128, 9438, 10701, 10542, 10297, 16372, 10596, 15832, 10704, 10165, 14912, 9555, 15433, 10068, 10665, 17082, 10832, 15710, 10084, 10028, 14237, 10136, 14947, 13294, 9889, 15799, 11229, 9735, 14651, 10296, 15876, 10015, 16618, 12111, 9961, 14825, 9694, 11367, 16619, 10592, 13607, 17115, 12702, 13432, 10881, 9740, 11992, 14656, 10177, 10695, 14149, 9890, 14893, 10692, 9087, 13957, 9580, 9166, 15107, 10250, 11983, 17047, 9842, 10098, 14447, 9897, 12255, 14512, 10229, 15335, 10614, 10078, 15280, 9776, 14245, 11659, 10360, 17874, 11934, 13575, 13131, 9852, 16738, 18697, 13440, 12604, 17257, 9848, 9555, 15577, 9675, 9616, 16079, 10038, 9454, 15848, 10107, 10868, 13320, 10201, 11511, 14381, 10085, 12909, 14319, 10337, 15498, 10364, 10084, 15354, 9880, 13388, 17573, 12908, 15467, 11062, 9581, 15085, 10969, 9368, 16708, 9985, 10811, 16573, 9985, 10299, 14707, 10579, 13454, 15718, 10977, 12460, 10906, 9423, 14094, 9865, 9325, 15491, 9969, 15050, 10820, 9525, 13962, 10780, 14325, 12050, 9954, 16633, 10784, 13825, 16569, 10923, 12932, 13144, 10258, 15342, 15733, 11201, 14292, 11198, 9595, 13319, 11295, 9444, 15662, 10254, 15062, 10964, 9351, 15766, 10694, 14533, 14301, 11626, 16876, 10263, 10726, 16459, 10837, 14658, 16087, 11411, 15599, 10822, 9373, 14627, 9888, 9212, 16226, 10797, 15450, 15889, 10575, 11209, 13231, 10225, 14691, 14600, 11392, 15667, 10960, 9307, 14492, 9921, 9576, 15299, 11238, 15647, 10415, 9845, 11111, 9887, 14858, 10569, 11120, 16962, 10299, 13934, 15439, 10398, 13139, 14751, 11327, 15074, 16077, 11265, 14161, 12063, 9957, 14880, 10925, 11289, 15848, 11420, 14778, 10916, 9521, 14249, 9679, 9696, 16168, 10209, 10439, 16706, 11260, 15178, 9311, 9739, 9673, 10096, 15353, 10687, 9818, 11635, 9496, 10864, 10625, 16222, 12355, 12298, 13592, 10291, 13124, 15261, 10250, 14521, 15762, 11813, 14904, 11766, 9839, 13068, 10875, 9473, 14347, 9709, 9918, 16330, 9777, 9608, 14837, 9970, 9643, 16155, 10723, 14538, 10509, 9875, 14374, 10570, 9745, 15773, 10307, 10620, 17409, 9855, 10461, 16129, 9862, 11728, 16786, 11623, 14706, 14678, 10423, 12941, 14443, 10525, 14448, 13466, 10191, 15159, 10299, 9837, 15284, 10114, 10344, 16110, 10128, 12982, 15389, 10753, 12441, 15015, 10381, 13327, 14202, 10281, 13752, 10463, 9551, 14127, 10364, 9540, 15789, 10040, 9945, 16278, 9801, 10966, 16737, 10492, 13518, 17262, 11815, 13373, 10286, 9529, 14896, 12242, 9745, 15009, 9989, 9786, 16112, 9661, 10729, 15470, 10755, 14760, 15497, 11442, 15626, 11128, 10196, 15376, 11016, 9762, 16068, 10100, 9996, 16677, 10480, 9361, 15189, 10007, 10648, 16288, 11403, 15185, 11487, 10212, 13966, 10658, 9645, 15899, 11240, 10698, 16291, 9767, 9732, 16017, 10430, 11022, 17126, 11317, 12447, 16749, 10391, 11732, 16371, 10847, 12724, 16814, 11145, 13084, 10674, 9666, 14379, 10234, 9428, 15788, 11031, 10183, 16165, 9829, 9523, 15407, 9919, 9595, 16128, 10146, 12580, 15030, 10536, 13779, 15450, 12139, 14879, 15146, 11054, 15729, 10569, 10274, 14987, 10320, 10349, 16630, 10365, 12547, 14361, 10546, 12190, 12517, 10386, 15626, 11014, 14537, 10728, 9721, 9667, 9943, 10750, 15493, 10690, 16500, 10819, 13854, 10715, 12806, 17573, 13304, 17231, 10964, 10615, 17531, 10329, 12591, 16967, 11556, 17156, 11771, 10597, 17588, 10255, 11096, 15749, 9678, 14988, 12310, 10097, 14627, 10667, 10183, 15090, 10192, 11634, 11087, 9946, 14358, 10745, 9844, 12031, 10956, 16317, 11650, 13709, 10869, 10265, 10881, 10231, 10582, 10792, 15444, 10530, 12173, 12285, 10501, 14753, 10149, 13655, 10588, 11998, 10544, 10554, 17430, 11252, 11255, 11179, 10538, 14750, 10099, 11535], 'WindowCenter': [4468.0, 4400.0, 4417.0, 4423.0, 4381.0, 4390.0, 4398.0, 4357.0, 4356.0, 4404.0, 4353.0, 4364.0, 4404.0, 4363.0, 4366.0, 4354.0, 4355.0, 4386.0, 4394.0, 4353.0, 4385.0, 4384.0, 4366.0, 4398.0, 4396.0, 4355.0, 4375.0, 4394.0, 4352.0, 4372.0, 4371.0, 4353.0, 4384.0, 4341.0, 4342.0, 4384.0, 4371.0, 4340.0, 4383.0, 4382.0, 4342.0, 4384.0, 4371.0, 4341.0, 4372.0, 4381.0, 4341.0, 4382.0, 4361.0, 4342.0, 4373.0, 4361.0, 4342.0, 4393.0, 4361.0, 4341.0, 4393.0, 4342.0, 4353.0, 4383.0, 4340.0, 4341.0, 4381.0, 4340.0, 4342.0, 4393.0, 4351.0, 4342.0, 4392.0, 4341.0, 4362.0, 4392.0, 4362.0, 4373.0, 4353.0, 4343.0, 4395.0, 4362.0, 4342.0, 4381.0, 4341.0, 4343.0, 4395.0, 4343.0, 4354.0, 4394.0, 4353.0, 4374.0, 4382.0, 4353.0, 4393.0, 4354.0, 4355.0, 4405.0, 4353.0, 4373.0, 4393.0, 4352.0, 4382.0, 4352.0, 4355.0, 4366.0, 4356.0, 4408.0, 4384.0, 4352.0, 4393.0, 4371.0, 4353.0, 4395.0, 4352.0, 4355.0, 4394.0, 4351.0, 4341.0, 4381.0, 4340.0, 4342.0, 4394.0, 4353.0, 4344.0, 4393.0, 4352.0, 4343.0, 4393.0, 4353.0, 4385.0, 4384.0, 4355.0, 4396.0, 4352.0, 4343.0, 4395.0, 4372.0, 4352.0, 4395.0, 4353.0, 4354.0, 4395.0, 4352.0, 4353.0, 4391.0, 4341.0, 4373.0, 4405.0, 4354.0, 4375.0, 4382.0, 4352.0, 4383.0, 4381.0, 4361.0, 4382.0, 4372.0, 4352.0, 4363.0, 4380.0, 4350.0, 4370.0, 4379.0, 4340.0, 4382.0, 4341.0, 4342.0, 4392.0, 4341.0, 4352.0, 4391.0, 4350.0, 4373.0, 4394.0, 4353.0, 4363.0, 4391.0, 4351.0, 4361.0, 4370.0, 4341.0, 4383.0, 4352.0, 4354.0, 4394.0, 4342.0, 4364.0, 4393.0, 4351.0, 4384.0, 4383.0, 4354.0, 4395.0, 4351.0, 4343.0, 4394.0, 4341.0, 4363.0, 4405.0, 4354.0, 4373.0, 4364.0, 4344.0, 4394.0, 4353.0, 4396.0, 4395.0, 4375.0, 4407.0, 4365.0, 4386.0, 4374.0, 4353.0, 4393.0, 4351.0, 4352.0, 4403.0, 4352.0, 4384.0, 4362.0, 4343.0, 4394.0, 4341.0, 4362.0, 4382.0, 4362.0, 4394.0, 4352.0, 4353.0, 4395.0, 4354.0, 4371.0, 4371.0, 4341.0, 4382.0, 4349.0, 4351.0, 4393.0, 4342.0, 4354.0, 4383.0, 4352.0, 4394.0, 4407.0, 4388.0, 4411.0, 4371.0, 4397.0, 4382.0, 4354.0, 4383.0, 4363.0, 4394.0, 4354.0, 4375.0, 4366.0, 4389.0, 4422.0, 4376.0, 4375.0, 4404.0, 4341.0, 4350.0, 4379.0, 4338.0, 4369.0, 4368.0, 4352.0, 4407.0, 4383.0, 4341.0, 4381.0, 4348.0, 4337.0, 4390.0, 4338.0, 4350.0, 4350.0, 4340.0, 4390.0, 4359.0, 4339.0, 4393.0, 4356.0, 4360.0, 4392.0, 4350.0, 4350.0, 4391.0, 4350.0, 4339.0, 4379.0, 4349.0, 4362.0, 4391.0, 4360.0, 4382.0, 4364.0, 4354.0, 4352.0, 4351.0, 4394.0, 4363.0, 4395.0, 4407.0, 4376.0, 4396.0, 4364.0, 4354.0, 4393.0, 4362.0, 4394.0, 4394.0, 4383.0, 4393.0, 4354.0, 4355.0, 4365.0, 4354.0, 4393.0, 4378.0, 4381.0, 4405.0, 4353.0, 4373.0, 4323.0, 4326.0, 4379.0, 4341.0, 4370.0, 4358.0, 4340.0, 4393.0, 4342.0, 4353.0, 4394.0, 4360.0, 4349.0, 4381.0, 4356.0, 4327.0, 4359.0, 4327.0, 4327.0, 4358.0, 4336.0, 4327.0, 4390.0, 4338.0, 4330.0, 4379.0, 4338.0, 4329.0, 4378.0, 4339.0, 4360.0, 4390.0, 4330.0, 4351.0, 4369.0, 4330.0, 4381.0, 4349.0, 4341.0, 4394.0, 4340.0, 4351.0, 4382.0, 4350.0, 4351.0, 4391.0, 4350.0, 4373.0, 4381.0, 4353.0, 4374.0, 4370.0, 4351.0, 4392.0, 4350.0, 4353.0, 4405.0, 4344.0, 4365.0, 4394.0, 4352.0, 4383.0, 4393.0, 4375.0, 4394.0, 4353.0, 4355.0, 4394.0, 4351.0, 4343.0, 4393.0, 4362.0, 4384.0, 4394.0, 4353.0, 4373.0, 4382.0, 4341.0, 4383.0, 4370.0, 4342.0, 4394.0, 4351.0, 4352.0, 4394.0, 4351.0, 4341.0, 4391.0, 4341.0, 4374.0, 4383.0, 4342.0, 4384.0, 4361.0, 4340.0, 4393.0, 4339.0, 4341.0, 4391.0, 4342.0, 4342.0, 4392.0, 4340.0, 4350.0, 4380.0, 4363.0, 4385.0, 4354.0, 4343.0, 4394.0, 4339.0, 4341.0, 4392.0, 4339.0, 4340.0, 4393.0, 4342.0, 4353.0, 4392.0, 4339.0, 4351.0, 4390.0, 4350.0, 4383.0, 4373.0, 4343.0, 4395.0, 4342.0, 4343.0, 4393.0, 4339.0, 4362.0, 4405.0, 4343.0, 4373.0, 4394.0, 4353.0, 4394.0, 4369.0, 4352.0, 4394.0, 4353.0, 4352.0, 4393.0, 4340.0, 4352.0, 4391.0, 4350.0, 4383.0, 4373.0, 4343.0, 4394.0, 4352.0, 4353.0, 4393.0, 4379.0, 4470.0, 4433.0, 4367.0, 4375.0, 4367.0, 4375.0, 4373.0, 4365.0, 4407.0, 4367.0, 4398.0, 4396.0, 4357.0, 4408.0, 4405.0, 4360.0, 4370.0, 4368.0, 4349.0, 4391.0, 4340.0, 4352.0, 4392.0, 4340.0, 4350.0, 4390.0, 4348.0, 4372.0, 4392.0, 4341.0, 4361.0, 4359.0, 4349.0, 4391.0, 4338.0, 4351.0, 4403.0, 4340.0, 4351.0, 4391.0, 4340.0, 4381.0, 4391.0, 4370.0, 4393.0, 4380.0, 4339.0, 4358.0, 4326.0, 4327.0, 4376.0, 4336.0, 4381.0, 4351.0, 4352.0, 4394.0, 4341.0, 4340.0, 4391.0, 4348.0, 4338.0, 4380.0, 4339.0, 4351.0, 4391.0, 4340.0, 4350.0, 4349.0, 4351.0, 4391.0, 4351.0, 4394.0, 4364.0, 4365.0, 4409.0, 4357.0, 4407.0, 4341.0, 4322.0, 4350.0, 4334.0, 4380.0, 4340.0, 4341.0, 4383.0, 4352.0, 4383.0, 4370.0, 4339.0, 4381.0, 4350.0, 4330.0, 4379.0, 4341.0, 4393.0, 4341.0, 4393.0, 4362.0, 4340.0, 4369.0, 4328.0, 4349.0, 4380.0, 4340.0, 4371.0, 4380.0, 4358.0, 4359.0, 4338.0, 4327.0, 4349.0, 4365.0, 4337.0, 4337.0, 4356.0, 4339.0, 4380.0, 4351.0, 4342.0, 4382.0, 4340.0, 4331.0, 4379.0, 4340.0, 4362.0, 4394.0, 4353.0, 4355.0, 4382.0, 4353.0, 4375.0, 4382.0, 4353.0, 4395.0, 4355.0, 4356.0, 4396.0, 4356.0, 4396.0, 4364.0, 4355.0, 4407.0, 4374.0, 4386.0, 4385.0, 4354.0, 4407.0, 4405.0, 4371.0, 4360.0, 4381.0, 4328.0, 4329.0, 4379.0, 4328.0, 4328.0, 4377.0, 4326.0, 4327.0, 4378.0, 4337.0, 4350.0, 4370.0, 4341.0, 4362.0, 4370.0, 4339.0, 4372.0, 4368.0, 4342.0, 4395.0, 4353.0, 4354.0, 4394.0, 4342.0, 4374.0, 4392.0, 4373.0, 4384.0, 4353.0, 4343.0, 4384.0, 4350.0, 4332.0, 4392.0, 4339.0, 4352.0, 4392.0, 4342.0, 4343.0, 4382.0, 4352.0, 4373.0, 4381.0, 4351.0, 4361.0, 4350.0, 4341.0, 4381.0, 4342.0, 4343.0, 4393.0, 4344.0, 4395.0, 4365.0, 4357.0, 4386.0, 4368.0, 4397.0, 4375.0, 4355.0, 4396.0, 4354.0, 4387.0, 4407.0, 4366.0, 4377.0, 4372.0, 4353.0, 4394.0, 4382.0, 4352.0, 4383.0, 4362.0, 4343.0, 4373.0, 4352.0, 4343.0, 4392.0, 4353.0, 4395.0, 4364.0, 4347.0, 4406.0, 4367.0, 4398.0, 4385.0, 4365.0, 4408.0, 4356.0, 4367.0, 4394.0, 4354.0, 4396.0, 4382.0, 4364.0, 4394.0, 4354.0, 4343.0, 4383.0, 4343.0, 4343.0, 4393.0, 4352.0, 4396.0, 4394.0, 4353.0, 4363.0, 4372.0, 4342.0, 4382.0, 4369.0, 4352.0, 4381.0, 4351.0, 4333.0, 4380.0, 4339.0, 4342.0, 4380.0, 4363.0, 4393.0, 4353.0, 4354.0, 4364.0, 4353.0, 4384.0, 4352.0, 4352.0, 4394.0, 4343.0, 4373.0, 4394.0, 4353.0, 4373.0, 4381.0, 4351.0, 4395.0, 4393.0, 4352.0, 4370.0, 4361.0, 4341.0, 4378.0, 4365.0, 4377.0, 4395.0, 4362.0, 4382.0, 4351.0, 4341.0, 4381.0, 4340.0, 4341.0, 4381.0, 4339.0, 4339.0, 4391.0, 4363.0, 4383.0, 4346.0, 4344.0, 4343.0, 4355.0, 4393.0, 4340.0, 4340.0, 4361.0, 4343.0, 4365.0, 4368.0, 4411.0, 4377.0, 4375.0, 4385.0, 4353.0, 4373.0, 4379.0, 4342.0, 4382.0, 4382.0, 4363.0, 4383.0, 4364.0, 4341.0, 4372.0, 4338.0, 4328.0, 4369.0, 4328.0, 4340.0, 4393.0, 4342.0, 4344.0, 4383.0, 4342.0, 4343.0, 4391.0, 4363.0, 4385.0, 4353.0, 4355.0, 4396.0, 4353.0, 4343.0, 4394.0, 4342.0, 4354.0, 4406.0, 4344.0, 4354.0, 4394.0, 4342.0, 4363.0, 4392.0, 4362.0, 4384.0, 4383.0, 4355.0, 4374.0, 4380.0, 4351.0, 4382.0, 4371.0, 4341.0, 4383.0, 4353.0, 4355.0, 4393.0, 4342.0, 4353.0, 4381.0, 4342.0, 4373.0, 4394.0, 4365.0, 4374.0, 4383.0, 4341.0, 4372.0, 4371.0, 4340.0, 4373.0, 4354.0, 4343.0, 4383.0, 4352.0, 4343.0, 4384.0, 4341.0, 4343.0, 4394.0, 4355.0, 4364.0, 4394.0, 4353.0, 4374.0, 4392.0, 4363.0, 4374.0, 4352.0, 4344.0, 4395.0, 4362.0, 4341.0, 4382.0, 4341.0, 4343.0, 4395.0, 4355.0, 4366.0, 4397.0, 4365.0, 4396.0, 4393.0, 4365.0, 4396.0, 4366.0, 4364.0, 4396.0, 4354.0, 4353.0, 4393.0, 4353.0, 4353.0, 4406.0, 4364.0, 4345.0, 4395.0, 4353.0, 4364.0, 4393.0, 4364.0, 4396.0, 4365.0, 4356.0, 4386.0, 4354.0, 4354.0, 4394.0, 4364.0, 4352.0, 4395.0, 4353.0, 4345.0, 4393.0, 4353.0, 4363.0, 4393.0, 4352.0, 4375.0, 4394.0, 4354.0, 4363.0, 4393.0, 4352.0, 4372.0, 4391.0, 4352.0, 4373.0, 4352.0, 4344.0, 4384.0, 4341.0, 4342.0, 4392.0, 4351.0, 4342.0, 4394.0, 4342.0, 4343.0, 4383.0, 4341.0, 4342.0, 4391.0, 4341.0, 4375.0, 4394.0, 4354.0, 4385.0, 4383.0, 4362.0, 4383.0, 4381.0, 4351.0, 4381.0, 4341.0, 4341.0, 4382.0, 4339.0, 4341.0, 4381.0, 4338.0, 4362.0, 4381.0, 4354.0, 4390.0, 4415.0, 4408.0, 4405.0, 4350.0, 4367.0, 4349.0, 4339.0, 4366.0, 4365.0, 4388.0, 4409.0, 4367.0, 4408.0, 4366.0, 4387.0, 4365.0, 4387.0, 4408.0, 4375.0, 4394.0, 4339.0, 4327.0, 4379.0, 4314.0, 4347.0, 4366.0, 4335.0, 4367.0, 4323.0, 4312.0, 4352.0, 4298.0, 4309.0, 4339.0, 4288.0, 4338.0, 4307.0, 4298.0, 4327.0, 4298.0, 4299.0, 4339.0, 4310.0, 4320.0, 4320.0, 4311.0, 4342.0, 4322.0, 4326.0, 4360.0, 4350.0, 4392.0, 4349.0, 4371.0, 4350.0, 4338.0, 4350.0, 4340.0, 4354.0, 4354.0, 4396.0, 4369.0, 4395.0, 4393.0, 4383.0, 4399.0, 4368.0, 4387.0, 4355.0, 4375.0, 4371.0, 4384.0, 4411.0, 4365.0, 4325.0, 4103.0, 4167.0, 4255.0, 4255.0, 4235.0], 'WindowWidth': [9828.0, 9712.0, 9726.0, 9730.0, 9665.0, 9674.0, 9685.0, 9623.0, 9622.0, 9687.0, 9613.0, 9628.0, 9685.0, 9626.0, 9634.0, 9616.0, 9618.0, 9663.0, 9672.0, 9613.0, 9659.0, 9659.0, 9634.0, 9682.0, 9678.0, 9619.0, 9646.0, 9671.0, 9607.0, 9637.0, 9635.0, 9612.0, 9657.0, 9595.0, 9595.0, 9656.0, 9635.0, 9592.0, 9656.0, 9651.0, 9596.0, 9654.0, 9635.0, 9592.0, 9636.0, 9649.0, 9592.0, 9651.0, 9620.0, 9596.0, 9638.0, 9619.0, 9595.0, 9668.0, 9619.0, 9594.0, 9669.0, 9596.0, 9613.0, 9658.0, 9591.0, 9593.0, 9650.0, 9591.0, 9596.0, 9667.0, 9607.0, 9598.0, 9666.0, 9594.0, 9625.0, 9666.0, 9623.0, 9642.0, 9614.0, 9601.0, 9674.0, 9623.0, 9595.0, 9651.0, 9594.0, 9600.0, 9675.0, 9601.0, 9618.0, 9673.0, 9613.0, 9642.0, 9653.0, 9613.0, 9672.0, 9616.0, 9621.0, 9690.0, 9614.0, 9641.0, 9670.0, 9612.0, 9655.0, 9611.0, 9621.0, 9636.0, 9625.0, 9698.0, 9659.0, 9610.0, 9670.0, 9637.0, 9612.0, 9674.0, 9613.0, 9619.0, 9674.0, 9607.0, 9595.0, 9651.0, 9592.0, 9598.0, 9672.0, 9613.0, 9604.0, 9670.0, 9610.0, 9600.0, 9669.0, 9614.0, 9661.0, 9659.0, 9619.0, 9679.0, 9612.0, 9600.0, 9675.0, 9638.0, 9613.0, 9677.0, 9615.0, 9618.0, 9675.0, 9611.0, 9614.0, 9668.0, 9596.0, 9642.0, 9690.0, 9617.0, 9646.0, 9657.0, 9611.0, 9656.0, 9653.0, 9620.0, 9652.0, 9640.0, 9609.0, 9626.0, 9648.0, 9604.0, 9633.0, 9643.0, 9592.0, 9652.0, 9596.0, 9600.0, 9668.0, 9594.0, 9610.0, 9665.0, 9607.0, 9642.0, 9675.0, 9615.0, 9629.0, 9666.0, 9608.0, 9624.0, 9634.0, 9596.0, 9655.0, 9613.0, 9618.0, 9671.0, 9600.0, 9632.0, 9672.0, 9610.0, 9659.0, 9657.0, 9616.0, 9675.0, 9611.0, 9602.0, 9674.0, 9597.0, 9629.0, 9693.0, 9618.0, 9644.0, 9630.0, 9604.0, 9673.0, 9616.0, 9678.0, 9675.0, 9647.0, 9700.0, 9636.0, 9665.0, 9644.0, 9613.0, 9671.0, 9609.0, 9611.0, 9688.0, 9612.0, 9658.0, 9628.0, 9600.0, 9670.0, 9594.0, 9624.0, 9656.0, 9625.0, 9672.0, 9611.0, 9616.0, 9676.0, 9616.0, 9638.0, 9634.0, 9594.0, 9652.0, 9603.0, 9607.0, 9670.0, 9597.0, 9617.0, 9658.0, 9611.0, 9672.0, 9698.0, 9671.0, 9709.0, 9654.0, 9701.0, 9669.0, 9619.0, 9657.0, 9628.0, 9671.0, 9617.0, 9648.0, 9636.0, 9676.0, 9730.0, 9653.0, 9647.0, 9688.0, 9593.0, 9604.0, 9644.0, 9583.0, 9626.0, 9629.0, 9611.0, 9693.0, 9656.0, 9595.0, 9647.0, 9600.0, 9584.0, 9661.0, 9587.0, 9607.0, 9603.0, 9593.0, 9663.0, 9616.0, 9589.0, 9669.0, 9610.0, 9619.0, 9668.0, 9605.0, 9606.0, 9662.0, 9603.0, 9589.0, 9642.0, 9603.0, 9624.0, 9664.0, 9619.0, 9651.0, 9632.0, 9619.0, 9613.0, 9610.0, 9675.0, 9628.0, 9677.0, 9698.0, 9650.0, 9678.0, 9631.0, 9618.0, 9668.0, 9626.0, 9672.0, 9675.0, 9654.0, 9669.0, 9615.0, 9621.0, 9630.0, 9615.0, 9670.0, 9658.0, 9665.0, 9693.0, 9611.0, 9639.0, 9552.0, 9563.0, 9645.0, 9594.0, 9631.0, 9614.0, 9590.0, 9668.0, 9595.0, 9612.0, 9673.0, 9618.0, 9599.0, 9646.0, 9606.0, 9567.0, 9612.0, 9567.0, 9567.0, 9610.0, 9580.0, 9568.0, 9659.0, 9582.0, 9576.0, 9643.0, 9584.0, 9573.0, 9641.0, 9585.0, 9618.0, 9662.0, 9578.0, 9608.0, 9631.0, 9577.0, 9648.0, 9601.0, 9595.0, 9674.0, 9592.0, 9609.0, 9653.0, 9605.0, 9608.0, 9664.0, 9606.0, 9641.0, 9653.0, 9612.0, 9643.0, 9633.0, 9607.0, 9666.0, 9605.0, 9614.0, 9690.0, 9603.0, 9634.0, 9672.0, 9611.0, 9656.0, 9669.0, 9644.0, 9672.0, 9612.0, 9619.0, 9674.0, 9608.0, 9600.0, 9671.0, 9625.0, 9658.0, 9676.0, 9614.0, 9642.0, 9651.0, 9594.0, 9654.0, 9633.0, 9596.0, 9672.0, 9609.0, 9613.0, 9672.0, 9607.0, 9595.0, 9663.0, 9593.0, 9643.0, 9654.0, 9598.0, 9656.0, 9622.0, 9591.0, 9668.0, 9586.0, 9591.0, 9664.0, 9597.0, 9596.0, 9665.0, 9591.0, 9603.0, 9646.0, 9629.0, 9662.0, 9616.0, 9602.0, 9671.0, 9590.0, 9594.0, 9665.0, 9588.0, 9592.0, 9669.0, 9597.0, 9613.0, 9666.0, 9590.0, 9607.0, 9661.0, 9606.0, 9655.0, 9641.0, 9601.0, 9673.0, 9598.0, 9600.0, 9671.0, 9590.0, 9624.0, 9690.0, 9602.0, 9644.0, 9674.0, 9613.0, 9670.0, 9632.0, 9611.0, 9674.0, 9613.0, 9614.0, 9670.0, 9593.0, 9609.0, 9664.0, 9606.0, 9656.0, 9640.0, 9602.0, 9671.0, 9611.0, 9613.0, 9670.0, 9662.0, 9822.0, 9745.0, 9642.0, 9648.0, 9641.0, 9650.0, 9643.0, 9633.0, 9701.0, 9639.0, 9685.0, 9681.0, 9627.0, 9700.0, 9694.0, 9619.0, 9630.0, 9628.0, 9602.0, 9663.0, 9592.0, 9611.0, 9666.0, 9591.0, 9605.0, 9660.0, 9599.0, 9639.0, 9667.0, 9593.0, 9623.0, 9615.0, 9603.0, 9663.0, 9586.0, 9609.0, 9684.0, 9594.0, 9610.0, 9664.0, 9591.0, 9650.0, 9665.0, 9634.0, 9668.0, 9648.0, 9587.0, 9612.0, 9566.0, 9567.0, 9636.0, 9580.0, 9650.0, 9609.0, 9611.0, 9673.0, 9596.0, 9591.0, 9665.0, 9599.0, 9586.0, 9647.0, 9587.0, 9609.0, 9666.0, 9593.0, 9605.0, 9602.0, 9606.0, 9663.0, 9607.0, 9672.0, 9631.0, 9635.0, 9704.0, 9628.0, 9695.0, 9594.0, 9550.0, 9589.0, 9572.0, 9646.0, 9590.0, 9596.0, 9657.0, 9611.0, 9653.0, 9631.0, 9587.0, 9647.0, 9602.0, 9576.0, 9643.0, 9595.0, 9667.0, 9594.0, 9670.0, 9623.0, 9591.0, 9628.0, 9571.0, 9602.0, 9647.0, 9589.0, 9633.0, 9647.0, 9612.0, 9615.0, 9585.0, 9569.0, 9599.0, 9618.0, 9579.0, 9579.0, 9608.0, 9587.0, 9646.0, 9607.0, 9599.0, 9650.0, 9589.0, 9580.0, 9646.0, 9590.0, 9623.0, 9673.0, 9613.0, 9619.0, 9653.0, 9614.0, 9646.0, 9652.0, 9613.0, 9677.0, 9619.0, 9623.0, 9680.0, 9623.0, 9678.0, 9631.0, 9619.0, 9699.0, 9646.0, 9664.0, 9660.0, 9617.0, 9693.0, 9694.0, 9634.0, 9616.0, 9649.0, 9571.0, 9573.0, 9639.0, 9569.0, 9570.0, 9635.0, 9565.0, 9568.0, 9639.0, 9582.0, 9603.0, 9631.0, 9593.0, 9623.0, 9633.0, 9589.0, 9636.0, 9630.0, 9595.0, 9671.0, 9613.0, 9617.0, 9670.0, 9598.0, 9642.0, 9667.0, 9639.0, 9657.0, 9611.0, 9599.0, 9656.0, 9603.0, 9583.0, 9664.0, 9588.0, 9609.0, 9666.0, 9595.0, 9598.0, 9650.0, 9608.0, 9639.0, 9649.0, 9605.0, 9621.0, 9603.0, 9593.0, 9648.0, 9597.0, 9600.0, 9669.0, 9602.0, 9675.0, 9631.0, 9624.0, 9665.0, 9638.0, 9679.0, 9646.0, 9618.0, 9680.0, 9615.0, 9664.0, 9699.0, 9634.0, 9650.0, 9637.0, 9611.0, 9670.0, 9654.0, 9608.0, 9652.0, 9623.0, 9599.0, 9640.0, 9609.0, 9598.0, 9665.0, 9613.0, 9672.0, 9629.0, 9611.0, 9692.0, 9637.0, 9681.0, 9659.0, 9632.0, 9698.0, 9622.0, 9637.0, 9674.0, 9617.0, 9675.0, 9654.0, 9628.0, 9670.0, 9614.0, 9602.0, 9654.0, 9598.0, 9601.0, 9667.0, 9609.0, 9674.0, 9675.0, 9614.0, 9627.0, 9636.0, 9596.0, 9649.0, 9629.0, 9606.0, 9648.0, 9605.0, 9585.0, 9646.0, 9589.0, 9596.0, 9649.0, 9626.0, 9669.0, 9613.0, 9617.0, 9629.0, 9613.0, 9657.0, 9610.0, 9610.0, 9673.0, 9597.0, 9641.0, 9673.0, 9613.0, 9639.0, 9650.0, 9606.0, 9675.0, 9672.0, 9608.0, 9631.0, 9617.0, 9594.0, 9642.0, 9634.0, 9655.0, 9673.0, 9623.0, 9650.0, 9606.0, 9592.0, 9649.0, 9591.0, 9594.0, 9649.0, 9586.0, 9589.0, 9664.0, 9628.0, 9654.0, 9611.0, 9603.0, 9602.0, 9620.0, 9669.0, 9591.0, 9590.0, 9620.0, 9601.0, 9634.0, 9643.0, 9711.0, 9653.0, 9648.0, 9660.0, 9614.0, 9640.0, 9646.0, 9593.0, 9651.0, 9653.0, 9626.0, 9655.0, 9627.0, 9595.0, 9637.0, 9585.0, 9571.0, 9628.0, 9570.0, 9591.0, 9668.0, 9597.0, 9602.0, 9655.0, 9598.0, 9602.0, 9664.0, 9627.0, 9660.0, 9615.0, 9618.0, 9677.0, 9613.0, 9600.0, 9671.0, 9596.0, 9616.0, 9691.0, 9603.0, 9617.0, 9670.0, 9597.0, 9626.0, 9665.0, 9624.0, 9657.0, 9656.0, 9616.0, 9644.0, 9648.0, 9607.0, 9650.0, 9633.0, 9594.0, 9654.0, 9611.0, 9616.0, 9666.0, 9596.0, 9612.0, 9650.0, 9597.0, 9640.0, 9674.0, 9631.0, 9644.0, 9656.0, 9595.0, 9637.0, 9635.0, 9593.0, 9640.0, 9613.0, 9599.0, 9655.0, 9609.0, 9597.0, 9656.0, 9593.0, 9599.0, 9672.0, 9617.0, 9631.0, 9672.0, 9612.0, 9642.0, 9668.0, 9626.0, 9643.0, 9613.0, 9602.0, 9673.0, 9623.0, 9594.0, 9651.0, 9593.0, 9599.0, 9676.0, 9618.0, 9637.0, 9680.0, 9633.0, 9677.0, 9672.0, 9632.0, 9678.0, 9634.0, 9632.0, 9678.0, 9614.0, 9614.0, 9670.0, 9611.0, 9614.0, 9691.0, 9629.0, 9607.0, 9673.0, 9615.0, 9631.0, 9671.0, 9630.0, 9677.0, 9633.0, 9621.0, 9662.0, 9615.0, 9617.0, 9674.0, 9627.0, 9611.0, 9675.0, 9614.0, 9607.0, 9671.0, 9614.0, 9628.0, 9672.0, 9612.0, 9647.0, 9672.0, 9615.0, 9628.0, 9669.0, 9612.0, 9637.0, 9665.0, 9610.0, 9640.0, 9611.0, 9601.0, 9657.0, 9594.0, 9597.0, 9669.0, 9608.0, 9595.0, 9671.0, 9597.0, 9602.0, 9656.0, 9594.0, 9597.0, 9664.0, 9594.0, 9645.0, 9674.0, 9616.0, 9661.0, 9659.0, 9624.0, 9654.0, 9649.0, 9606.0, 9649.0, 9592.0, 9594.0, 9651.0, 9587.0, 9593.0, 9648.0, 9586.0, 9621.0, 9649.0, 9616.0, 9676.0, 9720.0, 9718.0, 9692.0, 9604.0, 9624.0, 9604.0, 9592.0, 9639.0, 9636.0, 9673.0, 9705.0, 9640.0, 9701.0, 9634.0, 9667.0, 9632.0, 9667.0, 9703.0, 9644.0, 9673.0, 9587.0, 9565.0, 9642.0, 9543.0, 9591.0, 9622.0, 9572.0, 9621.0, 9553.0, 9534.0, 9593.0, 9510.0, 9526.0, 9569.0, 9495.0, 9565.0, 9520.0, 9509.0, 9548.0, 9510.0, 9514.0, 9567.0, 9529.0, 9544.0, 9542.0, 9533.0, 9578.0, 9549.0, 9562.0, 9618.0, 9603.0, 9670.0, 9602.0, 9634.0, 9602.0, 9582.0, 9602.0, 9589.0, 9613.0, 9614.0, 9675.0, 9644.0, 9686.0, 9680.0, 9667.0, 9683.0, 9638.0, 9663.0, 9616.0, 9646.0, 9646.0, 9670.0, 9701.0, 9628.0, 9556.0, 9122.0, 9254.0, 9410.0, 9426.0, 9382.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.002845282485875706</td></tr>
<tr><td colspan=3>aqi</td><td>0.022527685875706215</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.486069070801165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3241305555042422</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0450345203770046</td></tr>
<tr><td colspan=3>efc</td><td>0.5181</td></tr>
<tr><td colspan=3>fber</td><td>3754.0347</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09876723747429812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.4613935969868175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2810948209711435</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.210406856390703</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.485173940748836</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.147703665773892</td></tr>
<tr><td colspan=3>gcor</td><td>0.0320659</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00022092947619967163</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02637883462011814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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.267160218108743</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>20.7264</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.694</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.5064</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292438.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1204.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>442.6981</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.37</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.2315</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3540.9863</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.3325</td></tr>
<tr><td colspan=3>tsnr</td><td>39.75551354885101</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>