<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0029_ses-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-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-03/func/sub-0029_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>59101e786009a83724141d098681ba62</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>12:48:34.270000</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.995725, -0.0654505, 0.0651747, 0.0617734, 0.996466, 0.0569214]</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.0994257</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7299, 602, -52, -183, -41, 69]</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>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8c51799c-43ef-4d32-a79b-6e8ff51772d8||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.6714577674865723, 0.1657334417104721, 0.18540862202644348, 103.97938537597656], [0.17559878528118134, 2.6734447479248047, 0.14216046035289764, -92.84070587158203], [0.17485888302326202, -0.1527159959077835, 2.6898725032806396, -72.40725708007812], [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': ['124834.270000', '124834.730000', '124835.190000', '124835.650000', '124836.110000', '124836.570000', '124837.030000', '124837.490000', '124837.950000', '124838.410000', '124838.870000', '124839.330000', '124839.790000', '124840.250000', '124840.710000', '124841.170000', '124841.630000', '124842.090000', '124842.550000', '124843.010000', '124843.470000', '124843.930000', '124844.390000', '124844.850000', '124845.310000', '124845.770000', '124846.230000', '124846.690000', '124847.150000', '124847.610000', '124848.070000', '124848.530000', '124848.990000', '124849.450000', '124849.910000', '124850.370000', '124850.830000', '124851.290000', '124851.750000', '124852.210000', '124852.670000', '124853.130000', '124853.590000', '124854.050000', '124854.510000', '124854.970000', '124855.430000', '124855.890000', '124856.350000', '124856.810000', '124857.270000', '124857.730000', '124858.190000', '124858.650000', '124859.110000', '124859.570000', '124900.030000', '124900.490000', '124900.950000', '124901.410000', '124901.870000', '124902.330000', '124902.790000', '124903.250000', '124903.710000', '124904.170000', '124904.630000', '124905.090000', '124905.550000', '124906.010000', '124906.470000', '124906.930000', '124907.390000', '124907.850000', '124908.310000', '124908.770000', '124909.230000', '124909.690000', '124910.150000', '124910.610000', '124911.070000', '124911.530000', '124911.990000', '124912.450000', '124912.910000', '124913.370000', '124913.830000', '124914.290000', '124914.750000', '124915.210000', '124915.670000', '124916.130000', '124916.590000', '124917.050000', '124917.510000', '124917.970000', '124918.430000', '124918.890000', '124919.350000', '124919.810000', '124920.270000', '124920.730000', '124921.190000', '124921.650000', '124922.110000', '124922.570000', '124923.030000', '124923.490000', '124923.950000', '124924.410000', '124924.870000', '124925.330000', '124925.790000', '124926.250000', '124926.710000', '124927.170000', '124927.630000', '124928.090000', '124928.550000', '124929.010000', '124929.470000', '124929.930000', '124930.390000', '124930.850000', '124931.310000', '124931.770000', '124932.230000', '124932.690000', '124933.150000', '124933.610000', '124934.070000', '124934.530000', '124934.990000', '124935.450000', '124935.910000', '124936.370000', '124936.830000', '124937.290000', '124937.750000', '124938.210000', '124938.670000', '124939.130000', '124939.590000', '124940.050000', '124940.510000', '124940.970000', '124941.430000', '124941.890000', '124942.350000', '124942.810000', '124943.270000', '124943.730000', '124944.190000', '124944.650000', '124945.110000', '124945.570000', '124946.030000', '124946.490000', '124946.950000', '124947.410000', '124947.870000', '124948.330000', '124948.790000', '124949.250000', '124949.710000', '124950.170000', '124950.630000', '124951.090000', '124951.550000', '124952.010000', '124952.470000', '124952.930000', '124953.390000', '124953.850000', '124954.310000', '124954.770000', '124955.230000', '124955.690000', '124956.150000', '124956.610000', '124957.070000', '124957.530000', '124957.990000', '124958.450000', '124958.910000', '124959.370000', '124959.830000', '125000.290000', '125000.750000', '125001.210000', '125001.670000', '125002.130000', '125002.590000', '125003.050000', '125003.510000', '125003.970000', '125004.430000', '125004.890000', '125005.350000', '125005.810000', '125006.270000', '125006.730000', '125007.190000', '125007.650000', '125008.110000', '125008.570000', '125009.030000', '125009.490000', '125009.950000', '125010.410000', '125010.870000', '125011.330000', '125011.790000', '125012.250000', '125012.710000', '125013.170000', '125013.630000', '125014.090000', '125014.550000', '125015.010000', '125015.470000', '125015.930000', '125016.390000', '125016.850000', '125017.310000', '125017.770000', '125018.230000', '125018.690000', '125019.150000', '125019.610000', '125020.070000', '125020.530000', '125020.990000', '125021.450000', '125021.910000', '125022.370000', '125022.830000', '125023.290000', '125023.750000', '125024.210000', '125024.670000', '125025.130000', '125025.590000', '125026.050000', '125026.510000', '125026.970000', '125027.430000', '125027.890000', '125028.350000', '125028.810000', '125029.270000', '125029.730000', '125030.190000', '125030.650000', '125031.110000', '125031.570000', '125032.030000', '125032.490000', '125032.950000', '125033.410000', '125033.870000', '125034.330000', '125034.790000', '125035.250000', '125035.710000', '125036.170000', '125036.630000', '125037.090000', '125037.550000', '125038.010000', '125038.470000', '125038.930000', '125039.390000', '125039.850000', '125040.310000', '125040.770000', '125041.230000', '125041.690000', '125042.150000', '125042.610000', '125043.070000', '125043.530000', '125043.990000', '125044.450000', '125044.910000', '125045.370000', '125045.830000', '125046.290000', '125046.750000', '125047.210000', '125047.670000', '125048.130000', '125048.590000', '125049.050000', '125049.510000', '125049.970000', '125050.430000', '125050.890000', '125051.350000', '125051.810000', '125052.270000', '125052.730000', '125053.190000', '125053.650000', '125054.110000', '125054.570000', '125055.030000', '125055.490000', '125055.950000', '125056.410000', '125056.870000', '125057.330000', '125057.790000', '125058.250000', '125058.710000', '125059.170000', '125059.630000', '125100.090000', '125100.550000', '125101.010000', '125101.470000', '125101.930000', '125102.390000', '125102.850000', '125103.310000', '125103.770000', '125104.230000', '125104.690000', '125105.150000', '125105.610000', '125106.070000', '125106.530000', '125106.990000', '125107.450000', '125107.910000', '125108.370000', '125108.830000', '125109.290000', '125109.750000', '125110.210000', '125110.670000', '125111.130000', '125111.590000', '125112.050000', '125112.510000', '125112.970000', '125113.430000', '125113.890000', '125114.350000', '125114.810000', '125115.270000', '125115.730000', '125116.190000', '125116.650000', '125117.110000', '125117.570000', '125118.030000', '125118.490000', '125118.950000', '125119.410000', '125119.870000', '125120.330000', '125120.790000', '125121.250000', '125121.710000', '125122.170000', '125122.630000', '125123.090000', '125123.550000', '125124.010000', '125124.470000', '125124.930000', '125125.390000', '125125.850000', '125126.310000', '125126.770000', '125127.230000', '125127.690000', '125128.150000', '125128.610000', '125129.070000', '125129.530000', '125129.990000', '125130.450000', '125130.910000', '125131.370000', '125131.830000', '125132.290000', '125132.750000', '125133.210000', '125133.670000', '125134.130000', '125134.590000', '125135.050000', '125135.510000', '125135.970000', '125136.430000', '125136.890000', '125137.350000', '125137.810000', '125138.270000', '125138.730000', '125139.190000', '125139.650000', '125140.110000', '125140.570000', '125141.030000', '125141.490000', '125141.950000', '125142.410000', '125142.870000', '125143.330000', '125143.790000', '125144.250000', '125144.710000', '125145.170000', '125145.630000', '125146.090000', '125146.550000', '125147.010000', '125147.470000', '125147.930000', '125148.390000', '125148.850000', '125149.310000', '125149.770000', '125150.230000', '125150.690000', '125151.150000', '125151.610000', '125152.070000', '125152.530000', '125152.990000', '125153.450000', '125153.910000', '125154.370000', '125154.830000', '125155.290000', '125155.750000', '125156.210000', '125156.670000', '125157.130000', '125157.590000', '125158.050000', '125158.510000', '125158.970000', '125159.430000', '125159.890000', '125200.350000', '125200.810000', '125201.270000', '125201.730000', '125202.190000', '125202.650000', '125203.110000', '125203.570000', '125204.030000', '125204.490000', '125204.950000', '125205.410000', '125205.870000', '125206.330000', '125206.790000', '125207.250000', '125207.710000', '125208.170000', '125208.630000', '125209.090000', '125209.550000', '125210.010000', '125210.470000', '125210.930000', '125211.390000', '125211.850000', '125212.310000', '125212.770000', '125213.230000', '125213.690000', '125214.150000', '125214.610000', '125215.070000', '125215.530000', '125215.990000', '125216.450000', '125216.910000', '125217.370000', '125217.830000', '125218.290000', '125218.750000', '125219.210000', '125219.670000', '125220.130000', '125220.590000', '125221.050000', '125221.510000', '125221.970000', '125222.430000', '125222.890000', '125223.350000', '125223.810000', '125224.270000', '125224.730000', '125225.190000', '125225.650000', '125226.110000', '125226.570000', '125227.030000', '125227.490000', '125227.950000', '125228.410000', '125228.870000', '125229.330000', '125229.790000', '125230.250000', '125230.710000', '125231.170000', '125231.630000', '125232.090000', '125232.550000', '125233.010000', '125233.470000', '125233.930000', '125234.390000', '125234.850000', '125235.310000', '125235.770000', '125236.230000', '125236.690000', '125237.150000', '125237.610000', '125238.070000', '125238.530000', '125238.990000', '125239.450000', '125239.910000', '125240.370000', '125240.830000', '125241.290000', '125241.750000', '125242.210000', '125242.670000', '125243.130000', '125243.590000', '125244.050000', '125244.510000', '125244.970000', '125245.430000', '125245.890000', '125246.350000', '125246.810000', '125247.270000', '125247.730000', '125248.190000', '125248.650000', '125249.110000', '125249.570000', '125250.030000', '125250.490000', '125250.950000', '125251.410000', '125251.870000', '125252.330000', '125252.790000', '125253.250000', '125253.710000', '125254.170000', '125254.630000', '125255.090000', '125255.550000', '125256.010000', '125256.470000', '125256.930000', '125257.390000', '125257.850000', '125258.310000', '125258.770000', '125259.230000', '125259.690000', '125300.150000', '125300.610000', '125301.070000', '125301.530000', '125301.990000', '125302.450000', '125302.910000', '125303.370000', '125303.830000', '125304.290000', '125304.750000', '125305.210000', '125305.670000', '125306.130000', '125306.590000', '125307.050000', '125307.510000', '125307.970000', '125308.430000', '125308.890000', '125309.350000', '125309.810000', '125310.270000', '125310.730000', '125311.190000', '125311.650000', '125312.110000', '125312.570000', '125313.030000', '125313.490000', '125313.950000', '125314.410000', '125314.870000', '125315.330000', '125315.790000', '125316.250000', '125316.710000', '125317.170000', '125317.630000', '125318.090000', '125318.550000', '125319.010000', '125319.470000', '125319.930000', '125320.390000', '125320.850000', '125321.310000', '125321.770000', '125322.230000', '125322.690000', '125323.150000', '125323.610000', '125324.070000', '125324.530000', '125324.990000', '125325.450000', '125325.910000', '125326.370000', '125326.830000', '125327.290000', '125327.750000', '125328.210000', '125328.670000', '125329.130000', '125329.590000', '125330.050000', '125330.510000', '125330.970000', '125331.430000', '125331.890000', '125332.350000', '125332.810000', '125333.270000', '125333.730000', '125334.190000', '125334.650000', '125335.110000', '125335.570000', '125336.030000', '125336.490000', '125336.950000', '125337.410000', '125337.870000', '125338.330000', '125338.790000', '125339.250000', '125339.710000', '125340.170000', '125340.630000', '125341.090000', '125341.550000', '125342.010000', '125342.470000', '125342.930000', '125343.390000', '125343.850000', '125344.310000', '125344.770000', '125345.230000', '125345.690000', '125346.150000', '125346.610000', '125347.070000', '125347.530000', '125347.990000', '125348.450000', '125348.910000', '125349.370000', '125349.830000', '125350.290000', '125350.750000', '125351.210000', '125351.670000', '125352.130000', '125352.590000', '125353.050000', '125353.510000', '125353.970000', '125354.430000', '125354.890000', '125355.350000', '125355.810000', '125356.270000', '125356.730000', '125357.190000', '125357.650000', '125358.110000', '125358.570000', '125359.030000', '125359.490000', '125359.950000', '125400.410000', '125400.870000', '125401.330000', '125401.790000', '125402.250000', '125402.710000', '125403.170000', '125403.630000', '125404.090000', '125404.550000', '125405.010000', '125405.470000', '125405.930000', '125406.390000', '125406.850000', '125407.310000', '125407.770000', '125408.230000', '125408.690000', '125409.150000', '125409.610000', '125410.070000', '125410.530000', '125410.990000', '125411.450000', '125411.910000', '125412.370000', '125412.830000', '125413.290000', '125413.750000', '125414.210000', '125414.670000', '125415.130000', '125415.590000', '125416.050000', '125416.510000', '125416.970000', '125417.430000', '125417.890000', '125418.350000', '125418.810000', '125419.270000', '125419.730000', '125420.190000', '125420.650000', '125421.110000', '125421.570000', '125422.030000', '125422.490000', '125422.950000', '125423.410000', '125423.870000', '125424.330000', '125424.790000', '125425.250000', '125425.710000', '125426.170000', '125426.630000', '125427.090000', '125427.550000', '125428.010000', '125428.470000', '125428.930000', '125429.390000', '125429.850000', '125430.310000', '125430.770000', '125431.230000', '125431.690000', '125432.150000', '125432.610000', '125433.070000', '125433.530000', '125433.990000', '125434.450000', '125434.910000', '125435.370000', '125435.830000', '125436.290000', '125436.750000', '125437.210000', '125437.670000', '125438.130000', '125438.590000', '125439.050000', '125439.510000', '125439.970000', '125440.430000', '125440.890000', '125441.350000', '125441.810000', '125442.270000', '125442.730000', '125443.190000', '125443.650000', '125444.110000', '125444.570000', '125445.030000', '125445.490000', '125445.950000', '125446.410000', '125446.870000', '125447.330000', '125447.790000', '125448.250000', '125448.710000', '125449.170000', '125449.630000', '125450.090000', '125450.550000', '125451.010000', '125451.470000', '125451.930000', '125452.390000', '125452.850000', '125453.310000', '125453.770000', '125454.230000', '125454.690000', '125455.150000', '125455.610000', '125456.070000', '125456.530000', '125456.990000', '125457.450000', '125457.910000', '125458.370000', '125458.830000', '125459.290000', '125459.750000', '125500.210000', '125500.670000', '125501.130000', '125501.590000', '125502.050000', '125502.510000', '125502.970000', '125503.430000', '125503.890000', '125504.350000', '125504.810000', '125505.270000', '125505.730000', '125506.190000', '125506.650000', '125507.110000', '125507.570000', '125508.030000', '125508.490000', '125508.950000', '125509.410000', '125509.870000', '125510.330000', '125510.790000', '125511.250000', '125511.710000', '125512.170000', '125512.630000', '125513.090000', '125513.550000', '125514.010000', '125514.470000', '125514.930000', '125515.390000', '125515.850000', '125516.310000', '125516.770000', '125517.230000', '125517.690000', '125518.150000', '125518.610000', '125519.070000', '125519.530000', '125519.990000', '125520.450000', '125520.910000', '125521.370000', '125521.830000', '125522.290000', '125522.750000', '125523.210000', '125523.670000', '125524.130000', '125524.590000', '125525.050000', '125525.510000', '125525.970000', '125526.430000', '125526.890000', '125527.350000', '125527.810000', '125528.270000', '125528.730000', '125529.190000', '125529.650000', '125530.110000', '125530.570000', '125531.030000', '125531.490000', '125531.950000', '125532.410000', '125532.870000', '125533.330000', '125533.790000', '125534.250000', '125534.710000', '125535.170000', '125535.630000', '125536.090000', '125536.550000', '125537.010000', '125537.470000', '125537.930000', '125538.390000', '125538.850000', '125539.310000', '125539.770000', '125540.230000', '125540.690000', '125541.150000', '125541.610000', '125542.070000', '125542.530000', '125542.990000', '125543.450000', '125543.910000', '125544.370000', '125544.830000', '125545.290000', '125545.750000', '125546.210000', '125546.670000', '125547.130000', '125547.590000', '125548.050000', '125548.510000', '125548.970000', '125549.430000', '125549.890000', '125550.350000', '125550.810000', '125551.270000', '125551.730000', '125552.190000', '125552.650000', '125553.110000', '125553.570000', '125554.030000', '125554.490000', '125554.950000', '125555.410000', '125555.870000', '125556.330000', '125556.790000', '125557.250000', '125557.710000', '125558.170000', '125558.630000', '125559.090000', '125559.550000', '125600.010000', '125600.470000', '125600.930000', '125601.390000', '125601.850000', '125602.310000', '125602.770000', '125603.230000', '125603.690000', '125604.150000', '125604.610000', '125605.070000', '125605.530000', '125605.990000', '125606.450000', '125606.910000', '125607.370000', '125607.830000', '125608.290000', '125608.750000', '125609.210000', '125609.670000', '125610.130000', '125610.590000', '125611.050000', '125611.510000', '125611.970000', '125612.430000', '125612.890000', '125613.350000', '125613.810000', '125614.270000', '125614.730000', '125615.190000', '125615.650000', '125616.110000', '125616.570000', '125617.030000', '125617.490000', '125617.950000', '125618.410000', '125618.870000', '125619.330000', '125619.790000', '125620.250000', '125620.710000', '125621.170000', '125621.630000', '125622.090000', '125622.550000', '125623.010000', '125623.470000', '125623.930000', '125624.390000', '125624.850000', '125625.310000', '125625.770000', '125626.230000', '125626.690000', '125627.150000', '125627.610000', '125628.070000', '125628.530000', '125628.990000', '125629.450000', '125629.910000', '125630.370000', '125630.830000', '125631.290000', '125631.750000', '125632.210000', '125632.670000', '125633.130000', '125633.590000', '125634.050000', '125634.510000', '125634.970000', '125635.430000', '125635.890000', '125636.350000', '125636.810000', '125637.270000', '125637.730000', '125638.190000', '125638.650000', '125639.110000', '125639.570000', '125640.030000', '125640.490000', '125640.950000', '125641.410000', '125641.870000', '125642.330000', '125642.790000', '125643.250000', '125643.710000'], 'ContentTime': ['124845.216000', '124845.220000', '124845.223000', '124845.226000', '124845.229000', '124845.232000', '124845.250000', '124845.254000', '124845.257000', '124845.260000', '124845.264000', '124845.267000', '124845.270000', '124845.273000', '124845.277000', '124845.280000', '124845.296000', '124845.299000', '124845.302000', '124845.305000', '124845.308000', '124845.311000', '124905.163000', '124905.166000', '124905.170000', '124905.173000', '124905.176000', '124905.179000', '124905.182000', '124905.185000', '124905.188000', '124905.191000', '124905.194000', '124905.197000', '124905.201000', '124905.204000', '124905.207000', '124905.210000', '124905.213000', '124905.217000', '124905.220000', '124905.223000', '124905.226000', '124905.241000', '124905.244000', '124905.247000', '124905.250000', '124905.253000', '124905.256000', '124905.259000', '124905.262000', '124905.265000', '124905.269000', '124905.272000', '124905.275000', '124905.278000', '124905.281000', '124905.284000', '124905.287000', '124905.291000', '124905.294000', '124905.297000', '124905.306000', '124905.309000', '124905.312000', '124905.315000', '124925.162000', '124925.165000', '124925.168000', '124925.171000', '124925.174000', '124925.177000', '124925.180000', '124925.183000', '124925.186000', '124925.189000', '124925.192000', '124925.195000', '124925.198000', '124925.201000', '124925.204000', '124925.207000', '124925.210000', '124925.213000', '124925.216000', '124925.219000', '124925.221000', '124925.224000', '124925.227000', '124925.230000', '124925.233000', '124925.236000', '124925.239000', '124925.242000', '124925.245000', '124925.248000', '124925.251000', '124925.254000', '124925.257000', '124925.260000', '124925.266000', '124925.269000', '124925.272000', '124925.275000', '124925.278000', '124925.281000', '124925.284000', '124925.287000', '124925.290000', '124945.162000', '124945.165000', '124945.168000', '124945.171000', '124945.174000', '124945.181000', '124945.184000', '124945.187000', '124945.190000', '124945.193000', '124945.196000', '124945.199000', '124945.202000', '124945.205000', '124945.208000', '124945.211000', '124945.214000', '124945.217000', '124945.220000', '124945.223000', '124945.226000', '124945.229000', '124945.231000', '124945.234000', '124945.237000', '124945.240000', '124945.243000', '124945.246000', '124945.249000', '124945.252000', '124945.255000', '124945.258000', '124945.261000', '124945.264000', '124945.267000', '124945.270000', '124945.273000', '124945.276000', '124945.279000', '124945.282000', '124945.285000', '124945.288000', '124945.291000', '124945.294000', '125005.162000', '125005.165000', '125005.168000', '125005.171000', '125005.174000', '125005.177000', '125005.180000', '125005.183000', '125005.186000', '125005.189000', '125005.192000', '125005.195000', '125005.198000', '125005.201000', '125005.204000', '125005.207000', '125005.210000', '125005.213000', '125005.216000', '125005.219000', '125005.222000', '125005.225000', '125005.228000', '125005.231000', '125005.234000', '125005.237000', '125005.240000', '125005.243000', '125005.246000', '125005.249000', '125005.263000', '125005.266000', '125005.269000', '125005.272000', '125005.275000', '125005.278000', '125005.281000', '125005.284000', '125005.287000', '125005.291000', '125005.295000', '125005.298000', '125005.301000', '125025.162000', '125025.165000', '125025.168000', '125025.171000', '125025.174000', '125025.177000', '125025.180000', '125025.183000', '125025.186000', '125025.189000', '125025.192000', '125025.195000', '125025.198000', '125025.201000', '125025.204000', '125025.207000', '125025.210000', '125025.213000', '125025.216000', '125025.219000', '125025.222000', '125025.234000', '125025.237000', '125025.240000', '125025.243000', '125025.246000', '125025.249000', '125025.252000', '125025.255000', '125025.258000', '125025.261000', '125025.264000', '125025.275000', '125025.278000', '125025.281000', '125025.284000', '125025.287000', '125025.290000', '125025.293000', '125025.296000', '125025.299000', '125025.302000', '125025.305000', '125025.308000', '125045.162000', '125045.165000', '125045.168000', '125045.171000', '125045.174000', '125045.177000', '125045.180000', '125045.183000', '125045.186000', '125045.189000', '125045.192000', '125045.195000', '125045.198000', '125045.201000', '125045.204000', '125045.207000', '125045.210000', '125045.213000', '125045.216000', '125045.219000', '125045.222000', '125045.225000', '125045.228000', '125045.231000', '125045.234000', '125045.237000', '125045.240000', '125045.243000', '125045.246000', '125045.249000', '125045.252000', '125045.255000', '125045.258000', '125045.261000', '125045.264000', '125045.266000', '125045.269000', '125045.272000', '125045.275000', '125045.278000', '125045.281000', '125045.284000', '125045.287000', '125105.163000', '125105.166000', '125105.169000', '125105.172000', '125105.175000', '125105.178000', '125105.181000', '125105.184000', '125105.187000', '125105.190000', '125105.193000', '125105.196000', '125105.199000', '125105.202000', '125105.205000', '125105.208000', '125105.211000', '125105.214000', '125105.217000', '125105.220000', '125105.223000', '125105.226000', '125105.229000', '125105.232000', '125105.235000', '125105.238000', '125105.241000', '125105.244000', '125105.247000', '125105.250000', '125105.253000', '125105.256000', '125105.259000', '125105.262000', '125105.265000', '125105.268000', '125105.271000', '125105.274000', '125105.277000', '125105.280000', '125105.283000', '125105.286000', '125105.289000', '125125.163000', '125125.166000', '125125.169000', '125125.172000', '125125.175000', '125125.178000', '125125.181000', '125125.184000', '125125.187000', '125125.190000', '125125.193000', '125125.196000', '125125.199000', '125125.202000', '125125.205000', '125125.208000', '125125.211000', '125125.214000', '125125.217000', '125125.220000', '125125.223000', '125125.226000', '125125.229000', '125125.232000', '125125.235000', '125125.238000', '125125.241000', '125125.244000', '125125.247000', '125125.250000', '125125.253000', '125125.256000', '125125.259000', '125125.262000', '125125.265000', '125125.268000', '125125.271000', '125125.274000', '125125.277000', '125125.280000', '125125.283000', '125125.286000', '125125.289000', '125125.292000', '125145.162000', '125145.165000', '125145.168000', '125145.171000', '125145.174000', '125145.178000', '125145.181000', '125145.184000', '125145.187000', '125145.190000', '125145.193000', '125145.196000', '125145.199000', '125145.202000', '125145.205000', '125145.208000', '125145.211000', '125145.214000', '125145.216000', '125145.219000', '125145.222000', '125145.225000', '125145.228000', '125145.231000', '125145.234000', '125145.237000', '125145.254000', '125145.257000', '125145.260000', '125145.263000', '125145.266000', '125145.269000', '125145.272000', '125145.275000', '125145.278000', '125145.281000', '125145.284000', '125145.287000', '125145.290000', '125145.293000', '125145.296000', '125145.299000', '125145.302000', '125205.162000', '125205.165000', '125205.168000', '125205.171000', '125205.174000', '125205.177000', '125205.180000', '125205.183000', '125205.186000', '125205.189000', '125205.192000', '125205.195000', '125205.198000', '125205.201000', '125205.204000', '125205.206000', '125205.209000', '125205.212000', '125205.215000', '125205.218000', '125205.221000', '125205.224000', '125205.227000', '125205.230000', '125205.233000', '125205.236000', '125205.239000', '125205.242000', '125205.245000', '125205.248000', '125205.251000', '125205.254000', '125205.257000', '125205.260000', '125205.263000', '125205.266000', '125205.269000', '125205.272000', '125205.275000', '125205.278000', '125205.281000', '125205.284000', '125205.287000', '125205.290000', '125225.162000', '125225.165000', '125225.168000', '125225.171000', '125225.174000', '125225.177000', '125225.180000', '125225.184000', '125225.187000', '125225.190000', '125225.193000', '125225.196000', '125225.199000', '125225.202000', '125225.205000', '125225.208000', '125225.211000', '125225.214000', '125225.217000', '125225.220000', '125225.222000', '125225.225000', '125225.228000', '125225.231000', '125225.234000', '125225.237000', '125225.240000', '125225.243000', '125225.246000', '125225.249000', '125225.252000', '125225.255000', '125225.258000', '125225.261000', '125225.264000', '125225.267000', '125225.270000', '125225.273000', '125225.276000', '125225.279000', '125225.282000', '125225.285000', '125225.288000', '125245.162000', '125245.165000', '125245.168000', '125245.171000', '125245.174000', '125245.177000', '125245.180000', '125245.183000', '125245.193000', '125245.196000', '125245.199000', '125245.202000', '125245.205000', '125245.208000', '125245.211000', '125245.214000', '125245.217000', '125245.220000', '125245.223000', '125245.226000', '125245.229000', '125245.232000', '125245.235000', '125245.238000', '125245.241000', '125245.244000', '125245.247000', '125245.250000', '125245.253000', '125245.256000', '125245.259000', '125245.262000', '125245.265000', '125245.268000', '125245.271000', '125245.274000', '125245.277000', '125245.280000', '125245.283000', '125245.286000', '125245.289000', '125245.292000', '125245.300000', '125245.303000', '125305.162000', '125305.165000', '125305.168000', '125305.171000', '125305.174000', '125305.177000', '125305.180000', '125305.183000', '125305.186000', '125305.189000', '125305.192000', '125305.195000', '125305.198000', '125305.201000', '125305.204000', '125305.207000', '125305.210000', '125305.213000', '125305.216000', '125305.219000', '125305.223000', '125305.228000', '125305.231000', '125305.234000', '125305.237000', '125305.240000', '125305.243000', '125305.246000', '125305.249000', '125305.252000', '125305.255000', '125305.265000', '125305.268000', '125305.271000', '125305.274000', '125305.276000', '125305.279000', '125305.282000', '125305.285000', '125305.288000', '125305.291000', '125305.294000', '125305.305000', '125325.163000', '125325.166000', '125325.169000', '125325.172000', '125325.175000', '125325.178000', '125325.181000', '125325.184000', '125325.187000', '125325.190000', '125325.193000', '125325.196000', '125325.199000', '125325.202000', '125325.205000', '125325.208000', '125325.211000', '125325.214000', '125325.217000', '125325.220000', '125325.223000', '125325.241000', '125325.244000', '125325.247000', '125325.250000', '125325.253000', '125325.256000', '125325.259000', '125325.262000', '125325.265000', '125325.268000', '125325.271000', '125325.274000', '125325.277000', '125325.280000', '125325.283000', '125325.286000', '125325.289000', '125325.292000', '125325.295000', '125325.298000', '125325.301000', '125325.304000', '125325.307000', '125345.163000', '125345.167000', '125345.171000', '125345.174000', '125345.177000', '125345.180000', '125345.182000', '125345.186000', '125345.188000', '125345.191000', '125345.194000', '125345.207000', '125345.210000', '125345.213000', '125345.216000', '125345.219000', '125345.222000', '125345.225000', '125345.228000', '125345.231000', '125345.234000', '125345.237000', '125345.241000', '125345.244000', '125345.247000', '125345.250000', '125345.253000', '125345.256000', '125345.259000', '125345.262000', '125345.265000', '125345.268000', '125345.271000', '125345.274000', '125345.277000', '125345.280000', '125345.283000', '125345.286000', '125345.289000', '125345.292000', '125345.295000', '125345.298000', '125345.301000', '125405.162000', '125405.165000', '125405.168000', '125405.171000', '125405.174000', '125405.177000', '125405.182000', '125405.185000', '125405.188000', '125405.191000', '125405.194000', '125405.197000', '125405.200000', '125405.203000', '125405.206000', '125405.209000', '125405.212000', '125405.215000', '125405.218000', '125405.221000', '125405.224000', '125405.227000', '125405.230000', '125405.233000', '125405.236000', '125405.239000', '125405.242000', '125405.245000', '125405.248000', '125405.251000', '125405.254000', '125405.257000', '125405.260000', '125405.262000', '125405.274000', '125405.278000', '125405.280000', '125405.284000', '125405.286000', '125405.289000', '125405.292000', '125405.295000', '125405.316000', '125405.319000', '125425.162000', '125425.171000', '125425.174000', '125425.177000', '125425.180000', '125425.183000', '125425.186000', '125425.189000', '125425.192000', '125425.195000', '125425.198000', '125425.201000', '125425.204000', '125425.207000', '125425.210000', '125425.213000', '125425.216000', '125425.219000', '125425.222000', '125425.225000', '125425.228000', '125425.231000', '125425.233000', '125425.237000', '125425.240000', '125425.243000', '125425.246000', '125425.249000', '125425.252000', '125425.256000', '125425.260000', '125425.263000', '125425.266000', '125425.269000', '125425.272000', '125425.274000', '125425.277000', '125425.280000', '125425.283000', '125425.286000', '125425.289000', '125425.292000', '125425.295000', '125445.162000', '125445.165000', '125445.168000', '125445.171000', '125445.174000', '125445.177000', '125445.180000', '125445.183000', '125445.186000', '125445.189000', '125445.192000', '125445.195000', '125445.198000', '125445.201000', '125445.204000', '125445.207000', '125445.209000', '125445.212000', '125445.215000', '125445.235000', '125445.238000', '125445.241000', '125445.244000', '125445.247000', '125445.250000', '125445.253000', '125445.256000', '125445.259000', '125445.262000', '125445.265000', '125445.268000', '125445.271000', '125445.274000', '125445.284000', '125445.287000', '125445.290000', '125445.293000', '125445.297000', '125445.299000', '125445.302000', '125445.305000', '125445.309000', '125445.311000', '125445.314000', '125505.162000', '125505.165000', '125505.168000', '125505.171000', '125505.174000', '125505.177000', '125505.180000', '125505.183000', '125505.186000', '125505.189000', '125505.192000', '125505.195000', '125505.198000', '125505.201000', '125505.206000', '125505.209000', '125505.212000', '125505.215000', '125505.218000', '125505.221000', '125505.224000', '125505.227000', '125505.230000', '125505.233000', '125505.236000', '125505.239000', '125505.242000', '125505.245000', '125505.248000', '125505.250000', '125505.253000', '125505.256000', '125505.260000', '125505.263000', '125505.266000', '125505.269000', '125505.272000', '125505.275000', '125505.278000', '125505.281000', '125505.284000', '125505.287000', '125505.290000', '125525.162000', '125525.166000', '125525.169000', '125525.172000', '125525.175000', '125525.178000', '125525.181000', '125525.184000', '125525.187000', '125525.190000', '125525.193000', '125525.196000', '125525.199000', '125525.201000', '125525.204000', '125525.207000', '125525.210000', '125525.213000', '125525.216000', '125525.219000', '125525.222000', '125525.225000', '125525.228000', '125525.231000', '125525.234000', '125525.237000', '125525.240000', '125525.243000', '125525.246000', '125525.249000', '125525.252000', '125525.255000', '125525.258000', '125525.261000', '125525.264000', '125525.267000', '125525.270000', '125525.273000', '125525.276000', '125525.279000', '125525.282000', '125525.285000', '125525.288000', '125525.290000', '125545.163000', '125545.166000', '125545.169000', '125545.172000', '125545.175000', '125545.178000', '125545.181000', '125545.184000', '125545.187000', '125545.190000', '125545.193000', '125545.205000', '125545.208000', '125545.211000', '125545.214000', '125545.217000', '125545.220000', '125545.223000', '125545.226000', '125545.229000', '125545.232000', '125545.235000', '125545.238000', '125545.241000', '125545.244000', '125545.247000', '125545.250000', '125545.253000', '125545.256000', '125545.259000', '125545.262000', '125545.265000', '125545.268000', '125545.271000', '125545.274000', '125545.279000', '125545.283000', '125545.286000', '125545.289000', '125545.292000', '125545.296000', '125545.298000', '125545.301000', '125605.163000', '125605.166000', '125605.169000', '125605.172000', '125605.175000', '125605.178000', '125605.181000', '125605.184000', '125605.187000', '125605.190000', '125605.193000', '125605.196000', '125605.199000', '125605.202000', '125605.205000', '125605.221000', '125605.224000', '125605.227000', '125605.230000', '125605.233000', '125605.236000', '125605.238000', '125605.241000', '125605.244000', '125605.247000', '125605.250000', '125605.253000', '125605.256000', '125605.259000', '125605.262000', '125605.265000', '125605.268000', '125605.271000', '125605.274000', '125605.277000', '125605.280000', '125605.283000', '125605.286000', '125605.289000', '125605.292000', '125605.295000', '125605.298000', '125605.301000', '125605.304000', '125625.162000', '125625.165000', '125625.168000', '125625.171000', '125625.174000', '125625.177000', '125625.180000', '125625.183000', '125625.186000', '125625.198000', '125625.201000', '125625.204000', '125625.207000', '125625.210000', '125625.213000', '125625.216000', '125625.219000', '125625.221000', '125625.224000', '125625.227000', '125625.230000', '125625.233000', '125625.236000', '125625.239000', '125625.243000', '125625.247000', '125625.250000', '125625.253000', '125625.256000', '125625.259000', '125625.262000', '125625.265000', '125625.268000', '125625.271000', '125625.274000', '125625.277000', '125625.280000', '125625.283000', '125625.286000', '125625.289000', '125625.291000', '125625.294000', '125625.298000', '125644.691000', '125644.695000', '125644.698000', '125644.701000', '125644.704000', '125644.707000', '125644.710000', '125644.713000', '125644.716000', '125644.719000', '125644.722000', '125644.724000', '125644.727000', '125644.730000', '125644.733000', '125644.736000', '125644.739000', '125644.742000', '125644.745000', '125644.748000', '125644.751000', '125644.754000', '125644.757000', '125644.760000', '125644.763000', '125644.766000', '125644.769000', '125644.827000', '125644.831000', '125644.834000', '125644.837000', '125644.840000', '125644.844000', '125644.848000', '125644.851000', '125644.854000', '125644.857000', '125644.860000', '125644.863000', '125644.866000', '125644.869000', '125644.872000', '125644.875000'], 'InstanceCreationTime': ['124845.216000', '124845.220000', '124845.223000', '124845.226000', '124845.229000', '124845.232000', '124845.250000', '124845.254000', '124845.257000', '124845.260000', '124845.264000', '124845.267000', '124845.270000', '124845.273000', '124845.277000', '124845.280000', '124845.296000', '124845.299000', '124845.302000', '124845.305000', '124845.308000', '124845.311000', '124905.163000', '124905.166000', '124905.170000', '124905.173000', '124905.176000', '124905.179000', '124905.182000', '124905.185000', '124905.188000', '124905.191000', '124905.194000', '124905.197000', '124905.201000', '124905.204000', '124905.207000', '124905.210000', '124905.213000', '124905.217000', '124905.220000', '124905.223000', '124905.226000', '124905.241000', '124905.244000', '124905.247000', '124905.250000', '124905.253000', '124905.256000', '124905.259000', '124905.262000', '124905.265000', '124905.269000', '124905.272000', '124905.275000', '124905.278000', '124905.281000', '124905.284000', '124905.287000', '124905.291000', '124905.294000', '124905.297000', '124905.306000', '124905.309000', '124905.312000', '124905.315000', '124925.162000', '124925.165000', '124925.168000', '124925.171000', '124925.174000', '124925.177000', '124925.180000', '124925.183000', '124925.186000', '124925.189000', '124925.192000', '124925.195000', '124925.198000', '124925.201000', '124925.204000', '124925.207000', '124925.210000', '124925.213000', '124925.216000', '124925.219000', '124925.221000', '124925.224000', '124925.227000', '124925.230000', '124925.233000', '124925.236000', '124925.239000', '124925.242000', '124925.245000', '124925.248000', '124925.251000', '124925.254000', '124925.257000', '124925.260000', '124925.266000', '124925.269000', '124925.272000', '124925.275000', '124925.278000', '124925.281000', '124925.284000', '124925.287000', '124925.290000', '124945.162000', '124945.165000', '124945.168000', '124945.171000', '124945.174000', '124945.181000', '124945.184000', '124945.187000', '124945.190000', '124945.193000', '124945.196000', '124945.199000', '124945.202000', '124945.205000', '124945.208000', '124945.211000', '124945.214000', '124945.217000', '124945.220000', '124945.223000', '124945.226000', '124945.229000', '124945.231000', '124945.234000', '124945.237000', '124945.240000', '124945.243000', '124945.246000', '124945.249000', '124945.252000', '124945.255000', '124945.258000', '124945.261000', '124945.264000', '124945.267000', '124945.270000', '124945.273000', '124945.276000', '124945.279000', '124945.282000', '124945.285000', '124945.288000', '124945.291000', '124945.294000', '125005.162000', '125005.165000', '125005.168000', '125005.171000', '125005.174000', '125005.177000', '125005.180000', '125005.183000', '125005.186000', '125005.189000', '125005.192000', '125005.195000', '125005.198000', '125005.201000', '125005.204000', '125005.207000', '125005.210000', '125005.213000', '125005.216000', '125005.219000', '125005.222000', '125005.225000', '125005.228000', '125005.231000', '125005.234000', '125005.237000', '125005.240000', '125005.243000', '125005.246000', '125005.249000', '125005.263000', '125005.266000', '125005.269000', '125005.272000', '125005.275000', '125005.278000', '125005.281000', '125005.284000', '125005.287000', '125005.291000', '125005.295000', '125005.298000', '125005.301000', '125025.162000', '125025.165000', '125025.168000', '125025.171000', '125025.174000', '125025.177000', '125025.180000', '125025.183000', '125025.186000', '125025.189000', '125025.192000', '125025.195000', '125025.198000', '125025.201000', '125025.204000', '125025.207000', '125025.210000', '125025.213000', '125025.216000', '125025.219000', '125025.222000', '125025.234000', '125025.237000', '125025.240000', '125025.243000', '125025.246000', '125025.249000', '125025.252000', '125025.255000', '125025.258000', '125025.261000', '125025.264000', '125025.275000', '125025.278000', '125025.281000', '125025.284000', '125025.287000', '125025.290000', '125025.293000', '125025.296000', '125025.299000', '125025.302000', '125025.305000', '125025.308000', '125045.162000', '125045.165000', '125045.168000', '125045.171000', '125045.174000', '125045.177000', '125045.180000', '125045.183000', '125045.186000', '125045.189000', '125045.192000', '125045.195000', '125045.198000', '125045.201000', '125045.204000', '125045.207000', '125045.210000', '125045.213000', '125045.216000', '125045.219000', '125045.222000', '125045.225000', '125045.228000', '125045.231000', '125045.234000', '125045.237000', '125045.240000', '125045.243000', '125045.246000', '125045.249000', '125045.252000', '125045.255000', '125045.258000', '125045.261000', '125045.264000', '125045.266000', '125045.269000', '125045.272000', '125045.275000', '125045.278000', '125045.281000', '125045.284000', '125045.287000', '125105.163000', '125105.166000', '125105.169000', '125105.172000', '125105.175000', '125105.178000', '125105.181000', '125105.184000', '125105.187000', '125105.190000', '125105.193000', '125105.196000', '125105.199000', '125105.202000', '125105.205000', '125105.208000', '125105.211000', '125105.214000', '125105.217000', '125105.220000', '125105.223000', '125105.226000', '125105.229000', '125105.232000', '125105.235000', '125105.238000', '125105.241000', '125105.244000', '125105.247000', '125105.250000', '125105.253000', '125105.256000', '125105.259000', '125105.262000', '125105.265000', '125105.268000', '125105.271000', '125105.274000', '125105.277000', '125105.280000', '125105.283000', '125105.286000', '125105.289000', '125125.163000', '125125.166000', '125125.169000', '125125.172000', '125125.175000', '125125.178000', '125125.181000', '125125.184000', '125125.187000', '125125.190000', '125125.193000', '125125.196000', '125125.199000', '125125.202000', '125125.205000', '125125.208000', '125125.211000', '125125.214000', '125125.217000', '125125.220000', '125125.223000', '125125.226000', '125125.229000', '125125.232000', '125125.235000', '125125.238000', '125125.241000', '125125.244000', '125125.247000', '125125.250000', '125125.253000', '125125.256000', '125125.259000', '125125.262000', '125125.265000', '125125.268000', '125125.271000', '125125.274000', '125125.277000', '125125.280000', '125125.283000', '125125.286000', '125125.289000', '125125.292000', '125145.162000', '125145.165000', '125145.168000', '125145.171000', '125145.174000', '125145.178000', '125145.181000', '125145.184000', '125145.187000', '125145.190000', '125145.193000', '125145.196000', '125145.199000', '125145.202000', '125145.205000', '125145.208000', '125145.211000', '125145.214000', '125145.216000', '125145.219000', '125145.222000', '125145.225000', '125145.228000', '125145.231000', '125145.234000', '125145.237000', '125145.254000', '125145.257000', '125145.260000', '125145.263000', '125145.266000', '125145.269000', '125145.272000', '125145.275000', '125145.278000', '125145.281000', '125145.284000', '125145.287000', '125145.290000', '125145.293000', '125145.296000', '125145.299000', '125145.302000', '125205.162000', '125205.165000', '125205.168000', '125205.171000', '125205.174000', '125205.177000', '125205.180000', '125205.183000', '125205.186000', '125205.189000', '125205.192000', '125205.195000', '125205.198000', '125205.201000', '125205.204000', '125205.206000', '125205.209000', '125205.212000', '125205.215000', '125205.218000', '125205.221000', '125205.224000', '125205.227000', '125205.230000', '125205.233000', '125205.236000', '125205.239000', '125205.242000', '125205.245000', '125205.248000', '125205.251000', '125205.254000', '125205.257000', '125205.260000', '125205.263000', '125205.266000', '125205.269000', '125205.272000', '125205.275000', '125205.278000', '125205.281000', '125205.284000', '125205.287000', '125205.290000', '125225.162000', '125225.165000', '125225.168000', '125225.171000', '125225.174000', '125225.177000', '125225.180000', '125225.184000', '125225.187000', '125225.190000', '125225.193000', '125225.196000', '125225.199000', '125225.202000', '125225.205000', '125225.208000', '125225.211000', '125225.214000', '125225.217000', '125225.220000', '125225.222000', '125225.225000', '125225.228000', '125225.231000', '125225.234000', '125225.237000', '125225.240000', '125225.243000', '125225.246000', '125225.249000', '125225.252000', '125225.255000', '125225.258000', '125225.261000', '125225.264000', '125225.267000', '125225.270000', '125225.273000', '125225.276000', '125225.279000', '125225.282000', '125225.285000', '125225.288000', '125245.162000', '125245.165000', '125245.168000', '125245.171000', '125245.174000', '125245.177000', '125245.180000', '125245.183000', '125245.193000', '125245.196000', '125245.199000', '125245.202000', '125245.205000', '125245.208000', '125245.211000', '125245.214000', '125245.217000', '125245.220000', '125245.223000', '125245.226000', '125245.229000', '125245.232000', '125245.235000', '125245.238000', '125245.241000', '125245.244000', '125245.247000', '125245.250000', '125245.253000', '125245.256000', '125245.259000', '125245.262000', '125245.265000', '125245.268000', '125245.271000', '125245.274000', '125245.277000', '125245.280000', '125245.283000', '125245.286000', '125245.289000', '125245.292000', '125245.300000', '125245.303000', '125305.162000', '125305.165000', '125305.168000', '125305.171000', '125305.174000', '125305.177000', '125305.180000', '125305.183000', '125305.186000', '125305.189000', '125305.192000', '125305.195000', '125305.198000', '125305.201000', '125305.204000', '125305.207000', '125305.210000', '125305.213000', '125305.216000', '125305.219000', '125305.223000', '125305.228000', '125305.231000', '125305.234000', '125305.237000', '125305.240000', '125305.243000', '125305.246000', '125305.249000', '125305.252000', '125305.255000', '125305.265000', '125305.268000', '125305.271000', '125305.274000', '125305.276000', '125305.279000', '125305.282000', '125305.285000', '125305.288000', '125305.291000', '125305.294000', '125305.305000', '125325.163000', '125325.166000', '125325.169000', '125325.172000', '125325.175000', '125325.178000', '125325.181000', '125325.184000', '125325.187000', '125325.190000', '125325.193000', '125325.196000', '125325.199000', '125325.202000', '125325.205000', '125325.208000', '125325.211000', '125325.214000', '125325.217000', '125325.220000', '125325.223000', '125325.241000', '125325.244000', '125325.247000', '125325.250000', '125325.253000', '125325.256000', '125325.259000', '125325.262000', '125325.265000', '125325.268000', '125325.271000', '125325.274000', '125325.277000', '125325.280000', '125325.283000', '125325.286000', '125325.289000', '125325.292000', '125325.295000', '125325.298000', '125325.301000', '125325.304000', '125325.307000', '125345.163000', '125345.167000', '125345.171000', '125345.174000', '125345.177000', '125345.180000', '125345.182000', '125345.186000', '125345.188000', '125345.191000', '125345.194000', '125345.207000', '125345.210000', '125345.213000', '125345.216000', '125345.219000', '125345.222000', '125345.225000', '125345.228000', '125345.231000', '125345.234000', '125345.237000', '125345.241000', '125345.244000', '125345.247000', '125345.250000', '125345.253000', '125345.256000', '125345.259000', '125345.262000', '125345.265000', '125345.268000', '125345.271000', '125345.274000', '125345.277000', '125345.280000', '125345.283000', '125345.286000', '125345.289000', '125345.292000', '125345.295000', '125345.298000', '125345.301000', '125405.162000', '125405.165000', '125405.168000', '125405.171000', '125405.174000', '125405.177000', '125405.182000', '125405.185000', '125405.188000', '125405.191000', '125405.194000', '125405.197000', '125405.200000', '125405.203000', '125405.206000', '125405.209000', '125405.212000', '125405.215000', '125405.218000', '125405.221000', '125405.224000', '125405.227000', '125405.230000', '125405.233000', '125405.236000', '125405.239000', '125405.242000', '125405.245000', '125405.248000', '125405.251000', '125405.254000', '125405.257000', '125405.260000', '125405.262000', '125405.274000', '125405.278000', '125405.280000', '125405.284000', '125405.286000', '125405.289000', '125405.292000', '125405.295000', '125405.316000', '125405.319000', '125425.162000', '125425.171000', '125425.174000', '125425.177000', '125425.180000', '125425.183000', '125425.186000', '125425.189000', '125425.192000', '125425.195000', '125425.198000', '125425.201000', '125425.204000', '125425.207000', '125425.210000', '125425.213000', '125425.216000', '125425.219000', '125425.222000', '125425.225000', '125425.228000', '125425.231000', '125425.233000', '125425.237000', '125425.240000', '125425.243000', '125425.246000', '125425.249000', '125425.252000', '125425.256000', '125425.260000', '125425.263000', '125425.266000', '125425.269000', '125425.272000', '125425.274000', '125425.277000', '125425.280000', '125425.283000', '125425.286000', '125425.289000', '125425.292000', '125425.295000', '125445.162000', '125445.165000', '125445.168000', '125445.171000', '125445.174000', '125445.177000', '125445.180000', '125445.183000', '125445.186000', '125445.189000', '125445.192000', '125445.195000', '125445.198000', '125445.201000', '125445.204000', '125445.207000', '125445.209000', '125445.212000', '125445.215000', '125445.235000', '125445.238000', '125445.241000', '125445.244000', '125445.247000', '125445.250000', '125445.253000', '125445.256000', '125445.259000', '125445.262000', '125445.265000', '125445.268000', '125445.271000', '125445.274000', '125445.284000', '125445.287000', '125445.290000', '125445.293000', '125445.297000', '125445.299000', '125445.302000', '125445.305000', '125445.309000', '125445.311000', '125445.314000', '125505.162000', '125505.165000', '125505.168000', '125505.171000', '125505.174000', '125505.177000', '125505.180000', '125505.183000', '125505.186000', '125505.189000', '125505.192000', '125505.195000', '125505.198000', '125505.201000', '125505.206000', '125505.209000', '125505.212000', '125505.215000', '125505.218000', '125505.221000', '125505.224000', '125505.227000', '125505.230000', '125505.233000', '125505.236000', '125505.239000', '125505.242000', '125505.245000', '125505.248000', '125505.250000', '125505.253000', '125505.256000', '125505.260000', '125505.263000', '125505.266000', '125505.269000', '125505.272000', '125505.275000', '125505.278000', '125505.281000', '125505.284000', '125505.287000', '125505.290000', '125525.162000', '125525.166000', '125525.169000', '125525.172000', '125525.175000', '125525.178000', '125525.181000', '125525.184000', '125525.187000', '125525.190000', '125525.193000', '125525.196000', '125525.199000', '125525.201000', '125525.204000', '125525.207000', '125525.210000', '125525.213000', '125525.216000', '125525.219000', '125525.222000', '125525.225000', '125525.228000', '125525.231000', '125525.234000', '125525.237000', '125525.240000', '125525.243000', '125525.246000', '125525.249000', '125525.252000', '125525.255000', '125525.258000', '125525.261000', '125525.264000', '125525.267000', '125525.270000', '125525.273000', '125525.276000', '125525.279000', '125525.282000', '125525.285000', '125525.288000', '125525.290000', '125545.163000', '125545.166000', '125545.169000', '125545.172000', '125545.175000', '125545.178000', '125545.181000', '125545.184000', '125545.187000', '125545.190000', '125545.193000', '125545.205000', '125545.208000', '125545.211000', '125545.214000', '125545.217000', '125545.220000', '125545.223000', '125545.226000', '125545.229000', '125545.232000', '125545.235000', '125545.238000', '125545.241000', '125545.244000', '125545.247000', '125545.250000', '125545.253000', '125545.256000', '125545.259000', '125545.262000', '125545.265000', '125545.268000', '125545.271000', '125545.274000', '125545.279000', '125545.283000', '125545.286000', '125545.289000', '125545.292000', '125545.296000', '125545.298000', '125545.301000', '125605.163000', '125605.166000', '125605.169000', '125605.172000', '125605.175000', '125605.178000', '125605.181000', '125605.184000', '125605.187000', '125605.190000', '125605.193000', '125605.196000', '125605.199000', '125605.202000', '125605.205000', '125605.221000', '125605.224000', '125605.227000', '125605.230000', '125605.233000', '125605.236000', '125605.238000', '125605.241000', '125605.244000', '125605.247000', '125605.250000', '125605.253000', '125605.256000', '125605.259000', '125605.262000', '125605.265000', '125605.268000', '125605.271000', '125605.274000', '125605.277000', '125605.280000', '125605.283000', '125605.286000', '125605.289000', '125605.292000', '125605.295000', '125605.298000', '125605.301000', '125605.304000', '125625.162000', '125625.165000', '125625.168000', '125625.171000', '125625.174000', '125625.177000', '125625.180000', '125625.183000', '125625.186000', '125625.198000', '125625.201000', '125625.204000', '125625.207000', '125625.210000', '125625.213000', '125625.216000', '125625.219000', '125625.221000', '125625.224000', '125625.227000', '125625.230000', '125625.233000', '125625.236000', '125625.239000', '125625.243000', '125625.247000', '125625.250000', '125625.253000', '125625.256000', '125625.259000', '125625.262000', '125625.265000', '125625.268000', '125625.271000', '125625.274000', '125625.277000', '125625.280000', '125625.283000', '125625.286000', '125625.289000', '125625.291000', '125625.294000', '125625.298000', '125644.691000', '125644.695000', '125644.698000', '125644.701000', '125644.704000', '125644.707000', '125644.710000', '125644.713000', '125644.716000', '125644.719000', '125644.722000', '125644.724000', '125644.727000', '125644.730000', '125644.733000', '125644.736000', '125644.739000', '125644.742000', '125644.745000', '125644.748000', '125644.751000', '125644.754000', '125644.757000', '125644.760000', '125644.763000', '125644.766000', '125644.769000', '125644.827000', '125644.831000', '125644.834000', '125644.837000', '125644.840000', '125644.844000', '125644.848000', '125644.851000', '125644.854000', '125644.857000', '125644.860000', '125644.863000', '125644.866000', '125644.869000', '125644.872000', '125644.875000'], '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': [10861, 13942, 10028, 11518, 14590, 10434, 11255, 9035, 11250, 11722, 10223, 12164, 8604, 9614, 8859, 10613, 7611, 10665, 14142, 9337, 10922, 13262, 10392, 11541, 14994, 10403, 11362, 8188, 10592, 10213, 10198, 11675, 8947, 10337, 7445, 11054, 13303, 10324, 12669, 15204, 10184, 12240, 8488, 10830, 9222, 10515, 13540, 9568, 10997, 14054, 10521, 11622, 8376, 10200, 13244, 10577, 11270, 9363, 11338, 8369, 10742, 13412, 10413, 12924, 9668, 11307, 13422, 10670, 12557, 10402, 11555, 10330, 11674, 9097, 10585, 9582, 10916, 13987, 11012, 12491, 8865, 11207, 12622, 11277, 13384, 11140, 11845, 9058, 11207, 11431, 10744, 12769, 10791, 11758, 8337, 10732, 14062, 10747, 11574, 10602, 11417, 8672, 10490, 8818, 10746, 11912, 10585, 13321, 9981, 12059, 8130, 11000, 11251, 11114, 13412, 10156, 12023, 8564, 11124, 11087, 10663, 13646, 9614, 11715, 7937, 10601, 8927, 10647, 13772, 10053, 12570, 9114, 11058, 8174, 10867, 8156, 10492, 14965, 10036, 12724, 9311, 11586, 9313, 11231, 14641, 10824, 12603, 9160, 10831, 8874, 10874, 14376, 10564, 12769, 9729, 10589, 8663, 10719, 14361, 10681, 12678, 9048, 10399, 8083, 11049, 14153, 10504, 12679, 9100, 10363, 7944, 10804, 13836, 10714, 13281, 9917, 11092, 8791, 10900, 8121, 10755, 14546, 10321, 12376, 10001, 11345, 8382, 10997, 11877, 10040, 13464, 10568, 12374, 9701, 11586, 8617, 10292, 14576, 10720, 12591, 9918, 11171, 9466, 10487, 13659, 10032, 12340, 8612, 10879, 9246, 10448, 13902, 9747, 12405, 9674, 11276, 8540, 10423, 14870, 9905, 12691, 9838, 11488, 8436, 10341, 14623, 9842, 12450, 10146, 11682, 8535, 10837, 11515, 10097, 13160, 10106, 11631, 8939, 10879, 12541, 10122, 13296, 8528, 10231, 8757, 9965, 12365, 9780, 12191, 7847, 10255, 7473, 10048, 14085, 9559, 12952, 8195, 10271, 7875, 10450, 14668, 9708, 12686, 8588, 10810, 12340, 10458, 13463, 9355, 11973, 7923, 10229, 9000, 10288, 13769, 9793, 12397, 7991, 9752, 8470, 10736, 14280, 10459, 12805, 8630, 10906, 9896, 10401, 13459, 9924, 12841, 8822, 10056, 8336, 10645, 14472, 10490, 12483, 8016, 10077, 8027, 10596, 11440, 10242, 13850, 8799, 11618, 8545, 10634, 12497, 10511, 14058, 9579, 11878, 9192, 10916, 8378, 10661, 14284, 10120, 12391, 10096, 11515, 8164, 10468, 8110, 9820, 13754, 10275, 12812, 9684, 11741, 8280, 10224, 14443, 10193, 11937, 8385, 10725, 13198, 10052, 13041, 8874, 10717, 7547, 10744, 9505, 9902, 13728, 9084, 12442, 8661, 11323, 11142, 10176, 14178, 9858, 12221, 8468, 10881, 7984, 10050, 15278, 10034, 12908, 9944, 12183, 9722, 11904, 7963, 10287, 13397, 10053, 12441, 10097, 12569, 8397, 11235, 8370, 10478, 9125, 10170, 14260, 9906, 13468, 8930, 11354, 7987, 10355, 7783, 9950, 15289, 9949, 12992, 9879, 12356, 9262, 12138, 8123, 10693, 8468, 10534, 10668, 10166, 14547, 9895, 12627, 9465, 11700, 8361, 10558, 10675, 9866, 14237, 10295, 12805, 10284, 12542, 9153, 11693, 8261, 10104, 8323, 10188, 14442, 10109, 13506, 9696, 11082, 8517, 10365, 8953, 10341, 14031, 9570, 12812, 9583, 11180, 8437, 10263, 11633, 9811, 13201, 8703, 10301, 7394, 10294, 13888, 9502, 11648, 7905, 9908, 11391, 9843, 12030, 9333, 11751, 7515, 10231, 7329, 10211, 9824, 10062, 14770, 10572, 13335, 9474, 12070, 8201, 11262, 14472, 9962, 13728, 9764, 11999, 9564, 11984, 7660, 9938, 14367, 9855, 12371, 9742, 11388, 8048, 10038, 13367, 10039, 12998, 9998, 12349, 9222, 11606, 9096, 9960, 11480, 10100, 12907, 9936, 13025, 8768, 11609, 8600, 10130, 12888, 10310, 13674, 8993, 11889, 8098, 9743, 7987, 10202, 13634, 10244, 13363, 9091, 11548, 8977, 10673, 11973, 10317, 13716, 8927, 10155, 13585, 10153, 12284, 9522, 10819, 8076, 9990, 13223, 9273, 11293, 8759, 10591, 11828, 9820, 13085, 8697, 9687, 8368, 10289, 13568, 9785, 11814, 8155, 9105, 7311, 9799, 13034, 9570, 12601, 9003, 10988, 8102, 10502, 12102, 9872, 13831, 9857, 11468, 8488, 10801, 12944, 9856, 13723, 9151, 10608, 8105, 10085, 13442, 10044, 12737, 8976, 10950, 8522, 10065, 13873, 10166, 12210, 8877, 10205, 13358, 10245, 12829, 9398, 11255, 12852, 9929, 12818, 9315, 10743, 9158, 10318, 13648, 9995, 11659, 9397, 10417, 8510, 10217, 14069, 9939, 11796, 8308, 10528, 10144, 10198, 13111, 9031, 10902, 9561, 10066, 13073, 10172, 11738, 8220, 10365, 13270, 10411, 11692, 9978, 11847, 8898, 10106, 13627, 10115, 11301, 9593, 10886, 9656, 10153, 12821, 9961, 11183, 9790, 11290, 8859, 10340, 14097, 10715, 11511, 10109, 11213, 9745, 11104, 14148, 9956, 11654, 10236, 11120, 8958, 10012, 12606, 10239, 12559, 9898, 10826, 9238, 11184, 12928, 10100, 12818, 9292, 10630, 8614, 9670, 14005, 10061, 12253, 9290, 9370, 7834, 9800, 13359, 10076, 12147, 8334, 9851, 9093, 9617, 12778, 9038, 11746, 7827, 9880, 10462, 9480, 13549, 9568, 12242, 10939, 9536, 14398, 9962, 12852, 9443, 11946, 15043, 9902, 12233, 8601, 10405, 8126, 9256, 13424, 9563, 11328, 9963, 9495, 13607, 10143, 11689, 15786, 11727, 10492, 15481, 9612, 12073, 8290, 9401, 13437, 9538, 10791, 8215, 9555, 13733, 9494, 11614, 8669, 10086, 13751, 9905, 12005, 9388, 9290, 13055, 9869, 11776, 8793, 9736, 14508, 9510, 11779, 9213, 11345, 9770, 9388, 13998, 10592, 10947, 9236, 10178, 14671, 9550, 12345, 9076, 9717, 8148, 9396, 12961, 9170, 11897, 10873, 9513, 12953, 9369, 11768, 10250, 9699, 13765, 9906, 11158, 9081, 10265, 11350, 9583, 12935, 8923, 10307, 9659, 9382, 13410, 8998, 11179, 11050, 9727, 13199, 9549, 12088, 8689, 10494, 9601, 9558, 13629, 9506, 11689, 9155, 11952, 8591, 11083, 8878, 10131, 14376, 10169, 12578, 13331, 9499, 13521, 9318, 11908, 9138, 11301, 8681, 10530, 8537, 10397, 8490, 9671, 14519, 9940, 11399, 9610, 12032, 9545, 11787, 8684, 10867, 8676, 9869, 14183, 9958, 13248, 9798, 11536, 9274, 11753, 9301, 10953, 8683, 9943, 9144, 9766, 10472, 9920, 14478, 10096, 12347, 10023, 12084, 9745, 12585, 9490, 12020, 9959, 10921, 9642, 11034, 9253, 10318, 14584, 9929, 12120, 9557, 12244, 9643, 12220, 9836, 11254, 9431, 11599, 9299, 11318, 9009, 10652, 9828, 10196, 14377, 9927, 12925, 9975, 11147, 9594, 11265, 9508, 10655, 9781, 9579, 13406, 9719, 12267, 9361, 11166, 9522, 11257, 9401, 10080, 12738, 9701, 13439, 9525, 12358, 9781, 11849, 9637, 11115, 9126, 10992, 8773, 10209, 14473, 10035, 11968, 9604, 12191, 9588, 12429, 9560, 11642, 9743, 11792, 9394, 11045, 10921, 9818, 13522, 9664, 13806, 9698, 12385, 9765, 12192, 9713, 11898, 9396, 12040, 9379, 11109, 9414, 10395, 9104, 10032, 11264, 10023, 14063, 9853, 12462, 9883, 12167, 10038, 12382, 10010, 11429, 9681, 11773, 9557, 11627, 9263, 10369, 9602, 10174, 10214, 10429, 13909, 10007, 13545, 10040, 11838, 9673, 12044, 9885, 11894, 9677, 11180, 9774, 10313, 8803, 10584, 11525, 10078, 13967, 10100, 12462, 9834, 12156, 10121, 11399, 9466, 11088, 8838, 11413, 9944, 9899, 10103, 9655, 10195, 11611, 10732, 12760, 10511, 12762, 10033, 9994, 10850, 9965, 11884, 11920, 10489, 9956, 10446, 12811, 10098, 13918, 10346, 11876, 10163, 13305, 9913, 12835, 10017, 12112, 10000, 12737, 10006, 12486, 9966, 11505, 9805, 12109, 10168, 11631, 9751, 11133, 12049, 9703, 11614, 9648, 13119, 9982, 12022, 10126, 10973, 9869, 12198, 9969, 11840, 10124, 10842, 9453, 10409, 11931, 10183, 13728, 9953, 11908, 9964, 12106, 9975, 11885, 9992, 10580, 9456, 9718], 'WindowCenter': [4326.0, 4330.0, 4276.0, 4295.0, 4302.0, 4271.0, 4271.0, 4248.0, 4282.0, 4278.0, 4270.0, 4280.0, 4250.0, 4263.0, 4261.0, 4283.0, 4251.0, 4296.0, 4317.0, 4261.0, 4281.0, 4290.0, 4270.0, 4283.0, 4300.0, 4270.0, 4281.0, 4238.0, 4269.0, 4261.0, 4269.0, 4285.0, 4263.0, 4272.0, 4232.0, 4284.0, 4294.0, 4273.0, 4305.0, 4304.0, 4271.0, 4282.0, 4250.0, 4270.0, 4248.0, 4271.0, 4293.0, 4261.0, 4283.0, 4291.0, 4270.0, 4280.0, 4239.0, 4272.0, 4291.0, 4271.0, 4281.0, 4261.0, 4283.0, 4251.0, 4285.0, 4292.0, 4273.0, 4292.0, 4262.0, 4283.0, 4294.0, 4273.0, 4279.0, 4270.0, 4279.0, 4270.0, 4282.0, 4261.0, 4283.0, 4262.0, 4281.0, 4302.0, 4281.0, 4291.0, 4261.0, 4282.0, 4280.0, 4271.0, 4290.0, 4269.0, 4280.0, 4250.0, 4282.0, 4270.0, 4270.0, 4278.0, 4271.0, 4281.0, 4237.0, 4281.0, 4289.0, 4268.0, 4268.0, 4272.0, 4281.0, 4251.0, 4272.0, 4252.0, 4271.0, 4280.0, 4270.0, 4289.0, 4271.0, 4292.0, 4241.0, 4272.0, 4270.0, 4281.0, 4291.0, 4272.0, 4282.0, 4249.0, 4270.0, 4269.0, 4271.0, 4289.0, 4259.0, 4281.0, 4241.0, 4270.0, 4248.0, 4272.0, 4289.0, 4272.0, 4293.0, 4263.0, 4282.0, 4254.0, 4284.0, 4251.0, 4285.0, 4315.0, 4274.0, 4293.0, 4262.0, 4283.0, 4251.0, 4281.0, 4303.0, 4271.0, 4280.0, 4250.0, 4269.0, 4249.0, 4269.0, 4303.0, 4272.0, 4279.0, 4261.0, 4269.0, 4248.0, 4273.0, 4302.0, 4272.0, 4294.0, 4252.0, 4258.0, 4239.0, 4281.0, 4291.0, 4273.0, 4280.0, 4249.0, 4260.0, 4238.0, 4273.0, 4289.0, 4270.0, 4292.0, 4261.0, 4270.0, 4249.0, 4272.0, 4239.0, 4286.0, 4301.0, 4271.0, 4280.0, 4272.0, 4281.0, 4250.0, 4283.0, 4284.0, 4271.0, 4290.0, 4271.0, 4280.0, 4260.0, 4281.0, 4252.0, 4272.0, 4302.0, 4271.0, 4280.0, 4258.0, 4282.0, 4262.0, 4273.0, 4290.0, 4260.0, 4279.0, 4249.0, 4274.0, 4260.0, 4283.0, 4302.0, 4262.0, 4281.0, 4262.0, 4284.0, 4250.0, 4283.0, 4303.0, 4261.0, 4290.0, 4263.0, 4280.0, 4238.0, 4271.0, 4302.0, 4262.0, 4277.0, 4259.0, 4280.0, 4249.0, 4273.0, 4283.0, 4272.0, 4292.0, 4271.0, 4282.0, 4253.0, 4272.0, 4279.0, 4273.0, 4291.0, 4250.0, 4261.0, 4241.0, 4274.0, 4282.0, 4272.0, 4294.0, 4254.0, 4275.0, 4240.0, 4276.0, 4307.0, 4275.0, 4304.0, 4255.0, 4274.0, 4241.0, 4285.0, 4302.0, 4265.0, 4293.0, 4251.0, 4272.0, 4281.0, 4270.0, 4289.0, 4261.0, 4284.0, 4240.0, 4272.0, 4251.0, 4271.0, 4290.0, 4271.0, 4294.0, 4243.0, 4260.0, 4250.0, 4283.0, 4299.0, 4273.0, 4295.0, 4251.0, 4270.0, 4261.0, 4270.0, 4289.0, 4261.0, 4291.0, 4249.0, 4260.0, 4240.0, 4270.0, 4290.0, 4269.0, 4280.0, 4241.0, 4270.0, 4241.0, 4273.0, 4280.0, 4273.0, 4302.0, 4263.0, 4282.0, 4251.0, 4272.0, 4282.0, 4271.0, 4303.0, 4263.0, 4281.0, 4249.0, 4270.0, 4239.0, 4270.0, 4302.0, 4272.0, 4280.0, 4271.0, 4280.0, 4252.0, 4271.0, 4240.0, 4273.0, 4292.0, 4272.0, 4291.0, 4262.0, 4282.0, 4249.0, 4284.0, 4302.0, 4271.0, 4281.0, 4239.0, 4271.0, 4279.0, 4260.0, 4290.0, 4251.0, 4269.0, 4239.0, 4271.0, 4260.0, 4275.0, 4301.0, 4261.0, 4293.0, 4250.0, 4282.0, 4270.0, 4273.0, 4292.0, 4271.0, 4281.0, 4240.0, 4270.0, 4238.0, 4262.0, 4301.0, 4271.0, 4279.0, 4271.0, 4280.0, 4262.0, 4282.0, 4240.0, 4275.0, 4292.0, 4261.0, 4280.0, 4270.0, 4282.0, 4251.0, 4281.0, 4239.0, 4272.0, 4251.0, 4272.0, 4292.0, 4273.0, 4292.0, 4261.0, 4270.0, 4240.0, 4272.0, 4229.0, 4274.0, 4303.0, 4274.0, 4291.0, 4272.0, 4291.0, 4264.0, 4293.0, 4243.0, 4272.0, 4239.0, 4272.0, 4270.0, 4271.0, 4301.0, 4271.0, 4280.0, 4260.0, 4279.0, 4238.0, 4270.0, 4272.0, 4271.0, 4290.0, 4261.0, 4281.0, 4272.0, 4281.0, 4262.0, 4282.0, 4250.0, 4272.0, 4241.0, 4272.0, 4293.0, 4273.0, 4292.0, 4262.0, 4270.0, 4238.0, 4260.0, 4248.0, 4260.0, 4290.0, 4263.0, 4279.0, 4259.0, 4269.0, 4238.0, 4271.0, 4271.0, 4271.0, 4290.0, 4249.0, 4260.0, 4229.0, 4272.0, 4289.0, 4259.0, 4282.0, 4237.0, 4260.0, 4269.0, 4260.0, 4280.0, 4261.0, 4293.0, 4243.0, 4274.0, 4243.0, 4284.0, 4272.0, 4274.0, 4303.0, 4287.0, 4295.0, 4263.0, 4282.0, 4241.0, 4282.0, 4302.0, 4263.0, 4290.0, 4263.0, 4279.0, 4260.0, 4280.0, 4232.0, 4272.0, 4291.0, 4260.0, 4279.0, 4261.0, 4280.0, 4239.0, 4272.0, 4291.0, 4260.0, 4279.0, 4261.0, 4280.0, 4262.0, 4282.0, 4253.0, 4271.0, 4272.0, 4271.0, 4283.0, 4262.0, 4290.0, 4253.0, 4283.0, 4250.0, 4271.0, 4282.0, 4269.0, 4290.0, 4249.0, 4281.0, 4239.0, 4261.0, 4238.0, 4271.0, 4289.0, 4270.0, 4291.0, 4251.0, 4280.0, 4249.0, 4271.0, 4279.0, 4270.0, 4290.0, 4251.0, 4260.0, 4280.0, 4258.0, 4266.0, 4249.0, 4269.0, 4238.0, 4271.0, 4289.0, 4259.0, 4270.0, 4249.0, 4271.0, 4281.0, 4273.0, 4291.0, 4249.0, 4261.0, 4237.0, 4261.0, 4289.0, 4262.0, 4281.0, 4239.0, 4251.0, 4231.0, 4272.0, 4291.0, 4274.0, 4292.0, 4264.0, 4282.0, 4253.0, 4284.0, 4295.0, 4273.0, 4303.0, 4263.0, 4281.0, 4250.0, 4282.0, 4281.0, 4263.0, 4294.0, 4250.0, 4273.0, 4239.0, 4272.0, 4291.0, 4274.0, 4292.0, 4261.0, 4272.0, 4248.0, 4261.0, 4291.0, 4260.0, 4280.0, 4254.0, 4274.0, 4280.0, 4259.0, 4279.0, 4249.0, 4271.0, 4280.0, 4262.0, 4280.0, 4250.0, 4270.0, 4246.0, 4258.0, 4290.0, 4260.0, 4268.0, 4249.0, 4270.0, 4239.0, 4259.0, 4288.0, 4259.0, 4279.0, 4238.0, 4269.0, 4257.0, 4260.0, 4279.0, 4248.0, 4270.0, 4258.0, 4259.0, 4278.0, 4271.0, 4281.0, 4239.0, 4274.0, 4292.0, 4269.0, 4268.0, 4259.0, 4280.0, 4247.0, 4272.0, 4289.0, 4258.0, 4267.0, 4257.0, 4269.0, 4258.0, 4270.0, 4277.0, 4258.0, 4268.0, 4259.0, 4270.0, 4248.0, 4271.0, 4290.0, 4269.0, 4268.0, 4269.0, 4266.0, 4258.0, 4282.0, 4290.0, 4259.0, 4267.0, 4258.0, 4269.0, 4248.0, 4259.0, 4277.0, 4270.0, 4279.0, 4259.0, 4270.0, 4259.0, 4281.0, 4279.0, 4271.0, 4291.0, 4260.0, 4269.0, 4247.0, 4260.0, 4288.0, 4270.0, 4283.0, 4248.0, 4247.0, 4227.0, 4261.0, 4288.0, 4259.0, 4282.0, 4252.0, 4259.0, 4249.0, 4259.0, 4290.0, 4261.0, 4281.0, 4241.0, 4271.0, 4269.0, 4261.0, 4290.0, 4260.0, 4292.0, 4281.0, 4261.0, 4290.0, 4271.0, 4290.0, 4260.0, 4281.0, 4300.0, 4259.0, 4279.0, 4248.0, 4270.0, 4237.0, 4261.0, 4291.0, 4275.0, 4282.0, 4259.0, 4260.0, 4289.0, 4262.0, 4281.0, 4301.0, 4268.0, 4258.0, 4286.0, 4246.0, 4266.0, 4236.0, 4248.0, 4275.0, 4257.0, 4269.0, 4238.0, 4260.0, 4290.0, 4260.0, 4280.0, 4251.0, 4271.0, 4289.0, 4270.0, 4281.0, 4247.0, 4248.0, 4278.0, 4257.0, 4271.0, 4247.0, 4259.0, 4289.0, 4260.0, 4267.0, 4248.0, 4270.0, 4256.0, 4249.0, 4288.0, 4260.0, 4257.0, 4247.0, 4258.0, 4287.0, 4259.0, 4290.0, 4251.0, 4258.0, 4236.0, 4259.0, 4288.0, 4260.0, 4281.0, 4268.0, 4258.0, 4277.0, 4248.0, 4279.0, 4256.0, 4259.0, 4288.0, 4257.0, 4266.0, 4246.0, 4259.0, 4266.0, 4259.0, 4289.0, 4248.0, 4257.0, 4246.0, 4248.0, 4277.0, 4248.0, 4270.0, 4268.0, 4260.0, 4276.0, 4257.0, 4276.0, 4247.0, 4270.0, 4260.0, 4260.0, 4288.0, 4262.0, 4279.0, 4261.0, 4292.0, 4262.0, 4282.0, 4260.0, 4272.0, 4301.0, 4271.0, 4293.0, 4290.0, 4259.0, 4278.0, 4248.0, 4266.0, 4247.0, 4269.0, 4249.0, 4270.0, 4248.0, 4270.0, 4247.0, 4271.0, 4301.0, 4272.0, 4279.0, 4260.0, 4279.0, 4259.0, 4280.0, 4248.0, 4269.0, 4249.0, 4259.0, 4290.0, 4259.0, 4290.0, 4259.0, 4267.0, 4248.0, 4278.0, 4248.0, 4269.0, 4249.0, 4259.0, 4247.0, 4270.0, 4268.0, 4271.0, 4301.0, 4272.0, 4279.0, 4260.0, 4278.0, 4259.0, 4278.0, 4261.0, 4292.0, 4260.0, 4268.0, 4257.0, 4268.0, 4246.0, 4269.0, 4289.0, 4259.0, 4277.0, 4259.0, 4277.0, 4258.0, 4279.0, 4259.0, 4269.0, 4258.0, 4278.0, 4247.0, 4282.0, 4248.0, 4269.0, 4257.0, 4269.0, 4289.0, 4258.0, 4289.0, 4259.0, 4268.0, 4247.0, 4267.0, 4247.0, 4258.0, 4258.0, 4261.0, 4288.0, 4258.0, 4277.0, 4247.0, 4266.0, 4247.0, 4267.0, 4246.0, 4269.0, 4277.0, 4258.0, 4277.0, 4258.0, 4277.0, 4259.0, 4282.0, 4257.0, 4268.0, 4247.0, 4268.0, 4236.0, 4271.0, 4302.0, 4260.0, 4267.0, 4258.0, 4278.0, 4259.0, 4290.0, 4261.0, 4280.0, 4259.0, 4280.0, 4248.0, 4280.0, 4270.0, 4273.0, 4293.0, 4262.0, 4293.0, 4259.0, 4290.0, 4269.0, 4279.0, 4261.0, 4280.0, 4259.0, 4280.0, 4263.0, 4280.0, 4248.0, 4259.0, 4247.0, 4259.0, 4268.0, 4271.0, 4290.0, 4259.0, 4278.0, 4259.0, 4279.0, 4259.0, 4293.0, 4272.0, 4279.0, 4260.0, 4280.0, 4258.0, 4280.0, 4259.0, 4270.0, 4258.0, 4270.0, 4258.0, 4270.0, 4289.0, 4271.0, 4291.0, 4260.0, 4279.0, 4259.0, 4278.0, 4258.0, 4267.0, 4258.0, 4269.0, 4257.0, 4269.0, 4247.0, 4273.0, 4280.0, 4271.0, 4291.0, 4269.0, 4278.0, 4259.0, 4278.0, 4272.0, 4280.0, 4259.0, 4269.0, 4248.0, 4282.0, 4283.0, 4271.0, 4270.0, 4274.0, 4274.0, 4293.0, 4282.0, 4306.0, 4297.0, 4304.0, 4273.0, 4273.0, 4284.0, 4273.0, 4295.0, 4294.0, 4274.0, 4263.0, 4272.0, 4281.0, 4272.0, 4293.0, 4270.0, 4280.0, 4271.0, 4289.0, 4272.0, 4292.0, 4272.0, 4280.0, 4272.0, 4291.0, 4272.0, 4292.0, 4272.0, 4280.0, 4262.0, 4280.0, 4270.0, 4280.0, 4261.0, 4282.0, 4279.0, 4259.0, 4267.0, 4259.0, 4279.0, 4262.0, 4279.0, 4259.0, 4268.0, 4260.0, 4279.0, 4260.0, 4282.0, 4273.0, 4272.0, 4262.0, 4272.0, 4279.0, 4273.0, 4291.0, 4262.0, 4279.0, 4260.0, 4280.0, 4272.0, 4281.0, 4259.0, 4275.0, 4260.0, 4263.0], 'WindowWidth': [9563.0, 9557.0, 9473.0, 9495.0, 9502.0, 9454.0, 9453.0, 9418.0, 9469.0, 9457.0, 9452.0, 9466.0, 9424.0, 9445.0, 9443.0, 9475.0, 9431.0, 9498.0, 9528.0, 9442.0, 9469.0, 9480.0, 9451.0, 9473.0, 9495.0, 9450.0, 9466.0, 9403.0, 9447.0, 9435.0, 9448.0, 9475.0, 9446.0, 9456.0, 9402.0, 9475.0, 9489.0, 9458.0, 9507.0, 9505.0, 9453.0, 9468.0, 9422.0, 9448.0, 9417.0, 9454.0, 9485.0, 9441.0, 9471.0, 9479.0, 9449.0, 9463.0, 9407.0, 9457.0, 9480.0, 9451.0, 9465.0, 9440.0, 9471.0, 9428.0, 9478.0, 9484.0, 9457.0, 9484.0, 9441.0, 9471.0, 9487.0, 9457.0, 9463.0, 9449.0, 9462.0, 9451.0, 9468.0, 9442.0, 9474.0, 9441.0, 9467.0, 9497.0, 9466.0, 9480.0, 9442.0, 9471.0, 9464.0, 9451.0, 9478.0, 9446.0, 9464.0, 9422.0, 9469.0, 9448.0, 9447.0, 9458.0, 9451.0, 9464.0, 9402.0, 9467.0, 9477.0, 9444.0, 9443.0, 9453.0, 9464.0, 9425.0, 9456.0, 9426.0, 9453.0, 9463.0, 9451.0, 9476.0, 9455.0, 9483.0, 9411.0, 9455.0, 9450.0, 9465.0, 9480.0, 9455.0, 9468.0, 9418.0, 9450.0, 9446.0, 9451.0, 9474.0, 9434.0, 9466.0, 9411.0, 9449.0, 9417.0, 9455.0, 9475.0, 9457.0, 9486.0, 9446.0, 9469.0, 9435.0, 9475.0, 9428.0, 9480.0, 9522.0, 9463.0, 9486.0, 9441.0, 9472.0, 9423.0, 9467.0, 9500.0, 9452.0, 9463.0, 9420.0, 9447.0, 9417.0, 9446.0, 9500.0, 9455.0, 9461.0, 9438.0, 9446.0, 9417.0, 9457.0, 9496.0, 9455.0, 9486.0, 9426.0, 9432.0, 9404.0, 9465.0, 9479.0, 9457.0, 9463.0, 9420.0, 9435.0, 9403.0, 9456.0, 9475.0, 9451.0, 9483.0, 9440.0, 9450.0, 9421.0, 9454.0, 9407.0, 9477.0, 9496.0, 9453.0, 9463.0, 9455.0, 9466.0, 9422.0, 9474.0, 9474.0, 9453.0, 9477.0, 9451.0, 9464.0, 9436.0, 9467.0, 9428.0, 9455.0, 9497.0, 9451.0, 9464.0, 9433.0, 9468.0, 9440.0, 9458.0, 9478.0, 9437.0, 9460.0, 9421.0, 9459.0, 9435.0, 9473.0, 9498.0, 9442.0, 9466.0, 9441.0, 9473.0, 9422.0, 9472.0, 9500.0, 9439.0, 9477.0, 9443.0, 9463.0, 9404.0, 9453.0, 9498.0, 9441.0, 9455.0, 9435.0, 9461.0, 9419.0, 9457.0, 9471.0, 9457.0, 9483.0, 9453.0, 9468.0, 9429.0, 9455.0, 9462.0, 9456.0, 9482.0, 9422.0, 9437.0, 9409.0, 9458.0, 9467.0, 9457.0, 9491.0, 9436.0, 9463.0, 9412.0, 9468.0, 9509.0, 9464.0, 9505.0, 9437.0, 9460.0, 9413.0, 9477.0, 9500.0, 9449.0, 9487.0, 9425.0, 9455.0, 9464.0, 9451.0, 9476.0, 9441.0, 9472.0, 9409.0, 9454.0, 9424.0, 9453.0, 9478.0, 9455.0, 9489.0, 9417.0, 9438.0, 9423.0, 9470.0, 9491.0, 9456.0, 9489.0, 9425.0, 9451.0, 9436.0, 9449.0, 9474.0, 9440.0, 9481.0, 9421.0, 9436.0, 9407.0, 9450.0, 9477.0, 9447.0, 9464.0, 9413.0, 9451.0, 9411.0, 9459.0, 9463.0, 9459.0, 9498.0, 9447.0, 9470.0, 9424.0, 9455.0, 9468.0, 9453.0, 9499.0, 9444.0, 9466.0, 9420.0, 9450.0, 9405.0, 9450.0, 9497.0, 9457.0, 9463.0, 9452.0, 9462.0, 9426.0, 9452.0, 9413.0, 9459.0, 9483.0, 9456.0, 9480.0, 9443.0, 9470.0, 9424.0, 9476.0, 9498.0, 9453.0, 9466.0, 9406.0, 9452.0, 9461.0, 9438.0, 9478.0, 9424.0, 9446.0, 9407.0, 9454.0, 9435.0, 9464.0, 9495.0, 9440.0, 9483.0, 9424.0, 9471.0, 9449.0, 9458.0, 9485.0, 9454.0, 9466.0, 9409.0, 9450.0, 9403.0, 9442.0, 9498.0, 9454.0, 9462.0, 9451.0, 9463.0, 9441.0, 9468.0, 9413.0, 9463.0, 9483.0, 9439.0, 9464.0, 9450.0, 9468.0, 9426.0, 9467.0, 9406.0, 9454.0, 9424.0, 9455.0, 9481.0, 9458.0, 9483.0, 9440.0, 9450.0, 9409.0, 9455.0, 9392.0, 9460.0, 9501.0, 9460.0, 9480.0, 9456.0, 9478.0, 9445.0, 9485.0, 9417.0, 9453.0, 9406.0, 9454.0, 9449.0, 9452.0, 9497.0, 9453.0, 9463.0, 9435.0, 9460.0, 9403.0, 9450.0, 9453.0, 9453.0, 9478.0, 9438.0, 9466.0, 9453.0, 9465.0, 9443.0, 9470.0, 9423.0, 9454.0, 9412.0, 9455.0, 9484.0, 9456.0, 9482.0, 9441.0, 9447.0, 9402.0, 9436.0, 9415.0, 9435.0, 9478.0, 9442.0, 9459.0, 9431.0, 9446.0, 9403.0, 9452.0, 9450.0, 9453.0, 9477.0, 9419.0, 9435.0, 9392.0, 9453.0, 9473.0, 9434.0, 9467.0, 9402.0, 9436.0, 9445.0, 9436.0, 9462.0, 9442.0, 9487.0, 9420.0, 9462.0, 9418.0, 9476.0, 9456.0, 9462.0, 9503.0, 9481.0, 9489.0, 9445.0, 9470.0, 9413.0, 9468.0, 9498.0, 9443.0, 9476.0, 9443.0, 9461.0, 9434.0, 9464.0, 9400.0, 9455.0, 9482.0, 9436.0, 9460.0, 9438.0, 9462.0, 9405.0, 9456.0, 9480.0, 9436.0, 9460.0, 9438.0, 9462.0, 9439.0, 9470.0, 9430.0, 9454.0, 9452.0, 9452.0, 9469.0, 9440.0, 9477.0, 9431.0, 9470.0, 9422.0, 9452.0, 9467.0, 9448.0, 9476.0, 9421.0, 9465.0, 9406.0, 9437.0, 9404.0, 9451.0, 9475.0, 9451.0, 9481.0, 9427.0, 9464.0, 9420.0, 9452.0, 9460.0, 9448.0, 9477.0, 9423.0, 9435.0, 9461.0, 9428.0, 9438.0, 9417.0, 9445.0, 9404.0, 9453.0, 9475.0, 9434.0, 9449.0, 9420.0, 9451.0, 9465.0, 9458.0, 9480.0, 9420.0, 9437.0, 9401.0, 9436.0, 9472.0, 9442.0, 9467.0, 9406.0, 9425.0, 9396.0, 9456.0, 9481.0, 9464.0, 9485.0, 9447.0, 9471.0, 9432.0, 9476.0, 9490.0, 9460.0, 9500.0, 9444.0, 9466.0, 9423.0, 9470.0, 9467.0, 9443.0, 9488.0, 9422.0, 9454.0, 9405.0, 9454.0, 9478.0, 9459.0, 9484.0, 9440.0, 9454.0, 9417.0, 9440.0, 9479.0, 9436.0, 9466.0, 9432.0, 9459.0, 9463.0, 9434.0, 9460.0, 9418.0, 9451.0, 9466.0, 9441.0, 9462.0, 9419.0, 9447.0, 9410.0, 9429.0, 9477.0, 9436.0, 9444.0, 9418.0, 9448.0, 9403.0, 9433.0, 9473.0, 9436.0, 9462.0, 9403.0, 9446.0, 9426.0, 9435.0, 9460.0, 9418.0, 9450.0, 9430.0, 9434.0, 9459.0, 9451.0, 9465.0, 9407.0, 9461.0, 9482.0, 9447.0, 9445.0, 9434.0, 9462.0, 9415.0, 9455.0, 9475.0, 9430.0, 9441.0, 9428.0, 9446.0, 9430.0, 9450.0, 9457.0, 9432.0, 9444.0, 9434.0, 9451.0, 9418.0, 9455.0, 9481.0, 9448.0, 9444.0, 9447.0, 9442.0, 9430.0, 9468.0, 9480.0, 9434.0, 9443.0, 9431.0, 9447.0, 9416.0, 9436.0, 9456.0, 9450.0, 9461.0, 9434.0, 9449.0, 9435.0, 9469.0, 9461.0, 9453.0, 9482.0, 9437.0, 9446.0, 9415.0, 9438.0, 9474.0, 9451.0, 9471.0, 9416.0, 9415.0, 9387.0, 9438.0, 9470.0, 9436.0, 9470.0, 9427.0, 9434.0, 9418.0, 9435.0, 9476.0, 9440.0, 9469.0, 9415.0, 9454.0, 9448.0, 9442.0, 9479.0, 9436.0, 9485.0, 9468.0, 9439.0, 9477.0, 9453.0, 9478.0, 9436.0, 9468.0, 9493.0, 9435.0, 9459.0, 9418.0, 9450.0, 9402.0, 9440.0, 9483.0, 9462.0, 9469.0, 9435.0, 9438.0, 9477.0, 9439.0, 9469.0, 9497.0, 9444.0, 9429.0, 9464.0, 9411.0, 9437.0, 9398.0, 9417.0, 9449.0, 9428.0, 9446.0, 9402.0, 9438.0, 9478.0, 9439.0, 9463.0, 9425.0, 9454.0, 9477.0, 9450.0, 9466.0, 9416.0, 9418.0, 9457.0, 9428.0, 9449.0, 9415.0, 9435.0, 9475.0, 9435.0, 9442.0, 9417.0, 9449.0, 9425.0, 9419.0, 9470.0, 9434.0, 9427.0, 9414.0, 9432.0, 9468.0, 9436.0, 9479.0, 9425.0, 9429.0, 9399.0, 9435.0, 9472.0, 9437.0, 9469.0, 9445.0, 9431.0, 9456.0, 9417.0, 9460.0, 9423.0, 9433.0, 9472.0, 9427.0, 9437.0, 9410.0, 9433.0, 9439.0, 9436.0, 9474.0, 9417.0, 9428.0, 9410.0, 9418.0, 9456.0, 9420.0, 9450.0, 9442.0, 9434.0, 9453.0, 9429.0, 9453.0, 9416.0, 9453.0, 9437.0, 9437.0, 9472.0, 9443.0, 9462.0, 9441.0, 9487.0, 9445.0, 9470.0, 9438.0, 9459.0, 9497.0, 9454.0, 9490.0, 9479.0, 9434.0, 9458.0, 9417.0, 9439.0, 9415.0, 9448.0, 9419.0, 9448.0, 9418.0, 9450.0, 9415.0, 9455.0, 9499.0, 9458.0, 9462.0, 9436.0, 9462.0, 9435.0, 9467.0, 9422.0, 9448.0, 9419.0, 9436.0, 9476.0, 9435.0, 9477.0, 9435.0, 9443.0, 9417.0, 9459.0, 9418.0, 9449.0, 9423.0, 9435.0, 9415.0, 9450.0, 9444.0, 9452.0, 9496.0, 9457.0, 9462.0, 9437.0, 9459.0, 9436.0, 9460.0, 9441.0, 9485.0, 9438.0, 9443.0, 9427.0, 9443.0, 9410.0, 9448.0, 9477.0, 9432.0, 9456.0, 9434.0, 9456.0, 9430.0, 9462.0, 9436.0, 9445.0, 9430.0, 9459.0, 9416.0, 9468.0, 9420.0, 9447.0, 9429.0, 9448.0, 9475.0, 9432.0, 9478.0, 9434.0, 9443.0, 9413.0, 9439.0, 9411.0, 9430.0, 9428.0, 9436.0, 9472.0, 9431.0, 9455.0, 9413.0, 9438.0, 9413.0, 9439.0, 9413.0, 9448.0, 9456.0, 9430.0, 9455.0, 9431.0, 9456.0, 9436.0, 9466.0, 9428.0, 9445.0, 9414.0, 9445.0, 9398.0, 9453.0, 9498.0, 9437.0, 9443.0, 9431.0, 9457.0, 9436.0, 9479.0, 9440.0, 9462.0, 9433.0, 9464.0, 9416.0, 9463.0, 9451.0, 9459.0, 9484.0, 9442.0, 9483.0, 9436.0, 9477.0, 9451.0, 9463.0, 9439.0, 9464.0, 9434.0, 9464.0, 9444.0, 9463.0, 9416.0, 9434.0, 9416.0, 9435.0, 9445.0, 9453.0, 9478.0, 9434.0, 9458.0, 9436.0, 9460.0, 9435.0, 9485.0, 9456.0, 9460.0, 9436.0, 9463.0, 9431.0, 9462.0, 9435.0, 9451.0, 9429.0, 9449.0, 9431.0, 9450.0, 9477.0, 9454.0, 9479.0, 9437.0, 9461.0, 9433.0, 9458.0, 9429.0, 9441.0, 9430.0, 9447.0, 9426.0, 9446.0, 9415.0, 9456.0, 9463.0, 9453.0, 9481.0, 9448.0, 9458.0, 9434.0, 9458.0, 9454.0, 9463.0, 9433.0, 9447.0, 9417.0, 9470.0, 9475.0, 9455.0, 9449.0, 9461.0, 9462.0, 9486.0, 9472.0, 9512.0, 9500.0, 9504.0, 9462.0, 9458.0, 9475.0, 9459.0, 9493.0, 9490.0, 9460.0, 9443.0, 9454.0, 9466.0, 9455.0, 9488.0, 9449.0, 9462.0, 9454.0, 9475.0, 9456.0, 9483.0, 9454.0, 9465.0, 9457.0, 9480.0, 9457.0, 9482.0, 9457.0, 9463.0, 9442.0, 9464.0, 9449.0, 9463.0, 9438.0, 9468.0, 9458.0, 9433.0, 9441.0, 9432.0, 9461.0, 9442.0, 9460.0, 9432.0, 9442.0, 9435.0, 9461.0, 9436.0, 9469.0, 9456.0, 9454.0, 9439.0, 9454.0, 9459.0, 9457.0, 9480.0, 9442.0, 9460.0, 9436.0, 9463.0, 9455.0, 9465.0, 9434.0, 9460.0, 9436.0, 9442.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.00029965192850423336</td></tr>
<tr><td colspan=3>aqi</td><td>0.03221852859830668</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.402678254566936</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2318957687005652</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9534947940018829</td></tr>
<tr><td colspan=3>efc</td><td>0.461</td></tr>
<tr><td colspan=3>fber</td><td>7180.8374</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08694955008347549</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7525870178739417</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.498489885846427</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4026446699892143</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7152398443545467</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3775851431955206</td></tr>
<tr><td colspan=3>gcor</td><td>0.00292661</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013236602768301964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02483162097632885</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.006168251063279</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>22.9602</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0469</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.5886</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.8032</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.622</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.8451</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.7744</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.312</td></tr>
<tr><td colspan=3>tsnr</td><td>36.7617821211461</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>