<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-03/func/sub-0059_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>203d9972fbd8260ff8a16905d3bc8306</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:57:33.202500</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_VE11E_LATEST_20181129</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.99864, 0.0480685, 0.0201849, -0.0500647, 0.99221, 0.114077]</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.102144</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7752, -7252, 455, -90, -171, -32, 6]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>32a5c482-299b-408a-9880-d46da81eea0c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792783737182617, -0.1343199610710144, 0.039269328117370605, 118.3921890258789], [-0.12896418571472168, 2.6620259284973145, 0.31031695008277893, -92.86434173583984], [0.054154716432094574, -0.30605968832969666, 2.6818203926086426, -47.23078918457031], [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': ['135733.202500', '135733.662500', '135734.122500', '135734.582500', '135735.042500', '135735.502500', '135735.962500', '135736.422500', '135736.882500', '135737.342500', '135737.802500', '135738.262500', '135738.722500', '135739.182500', '135739.642500', '135740.102500', '135740.562500', '135741.022500', '135741.482500', '135741.942500', '135742.402500', '135742.862500', '135743.322500', '135743.782500', '135744.242500', '135744.702500', '135745.162500', '135745.622500', '135746.082500', '135746.542500', '135747.002500', '135747.462500', '135747.922500', '135748.382500', '135748.842500', '135749.302500', '135749.762500', '135750.222500', '135750.682500', '135751.142500', '135751.602500', '135752.062500', '135752.522500', '135752.982500', '135753.442500', '135753.902500', '135754.362500', '135754.822500', '135755.282500', '135755.742500', '135756.202500', '135756.662500', '135757.122500', '135757.582500', '135758.042500', '135758.502500', '135758.962500', '135759.422500', '135759.882500', '135800.342500', '135800.802500', '135801.262500', '135801.722500', '135802.182500', '135802.642500', '135803.102500', '135803.562500', '135804.022500', '135804.482500', '135804.942500', '135805.402500', '135805.862500', '135806.322500', '135806.782500', '135807.242500', '135807.702500', '135808.162500', '135808.622500', '135809.082500', '135809.542500', '135810.002500', '135810.462500', '135810.922500', '135811.382500', '135811.842500', '135812.302500', '135812.762500', '135813.222500', '135813.682500', '135814.142500', '135814.602500', '135815.062500', '135815.522500', '135815.982500', '135816.442500', '135816.902500', '135817.362500', '135817.822500', '135818.282500', '135818.742500', '135819.202500', '135819.662500', '135820.122500', '135820.582500', '135821.042500', '135821.502500', '135821.962500', '135822.422500', '135822.882500', '135823.342500', '135823.802500', '135824.262500', '135824.722500', '135825.182500', '135825.642500', '135826.102500', '135826.562500', '135827.022500', '135827.482500', '135827.942500', '135828.402500', '135828.862500', '135829.322500', '135829.782500', '135830.242500', '135830.702500', '135831.162500', '135831.622500', '135832.082500', '135832.542500', '135833.002500', '135833.462500', '135833.922500', '135834.382500', '135834.842500', '135835.302500', '135835.762500', '135836.222500', '135836.682500', '135837.142500', '135837.602500', '135838.062500', '135838.522500', '135838.982500', '135839.442500', '135839.902500', '135840.362500', '135840.822500', '135841.282500', '135841.742500', '135842.202500', '135842.662500', '135843.122500', '135843.582500', '135844.042500', '135844.502500', '135844.962500', '135845.422500', '135845.882500', '135846.342500', '135846.802500', '135847.262500', '135847.722500', '135848.182500', '135848.642500', '135849.102500', '135849.562500', '135850.022500', '135850.482500', '135850.942500', '135851.402500', '135851.862500', '135852.322500', '135852.782500', '135853.242500', '135853.702500', '135854.162500', '135854.622500', '135855.082500', '135855.542500', '135856.002500', '135856.462500', '135856.922500', '135857.382500', '135857.842500', '135858.302500', '135858.762500', '135859.222500', '135859.682500', '135900.142500', '135900.602500', '135901.062500', '135901.522500', '135901.982500', '135902.442500', '135902.902500', '135903.362500', '135903.822500', '135904.282500', '135904.742500', '135905.202500', '135905.662500', '135906.122500', '135906.582500', '135907.042500', '135907.502500', '135907.962500', '135908.422500', '135908.882500', '135909.342500', '135909.802500', '135910.262500', '135910.722500', '135911.182500', '135911.642500', '135912.102500', '135912.562500', '135913.022500', '135913.482500', '135913.942500', '135914.402500', '135914.862500', '135915.322500', '135915.782500', '135916.242500', '135916.702500', '135917.162500', '135917.622500', '135918.082500', '135918.542500', '135919.002500', '135919.462500', '135919.922500', '135920.382500', '135920.842500', '135921.302500', '135921.762500', '135922.222500', '135922.682500', '135923.142500', '135923.602500', '135924.062500', '135924.522500', '135924.982500', '135925.442500', '135925.902500', '135926.362500', '135926.822500', '135927.282500', '135927.742500', '135928.202500', '135928.662500', '135929.122500', '135929.582500', '135930.042500', '135930.502500', '135930.962500', '135931.422500', '135931.882500', '135932.342500', '135932.802500', '135933.262500', '135933.722500', '135934.182500', '135934.642500', '135935.102500', '135935.562500', '135936.022500', '135936.482500', '135936.942500', '135937.402500', '135937.862500', '135938.322500', '135938.782500', '135939.242500', '135939.702500', '135940.162500', '135940.622500', '135941.082500', '135941.542500', '135942.002500', '135942.462500', '135942.922500', '135943.382500', '135943.842500', '135944.302500', '135944.762500', '135945.222500', '135945.682500', '135946.142500', '135946.602500', '135947.062500', '135947.522500', '135947.982500', '135948.442500', '135948.902500', '135949.362500', '135949.822500', '135950.282500', '135950.742500', '135951.202500', '135951.662500', '135952.122500', '135952.582500', '135953.042500', '135953.502500', '135953.962500', '135954.422500', '135954.882500', '135955.342500', '135955.802500', '135956.262500', '135956.722500', '135957.182500', '135957.642500', '135958.102500', '135958.562500', '135959.022500', '135959.482500', '135959.942500', '140000.402500', '140000.862500', '140001.322500', '140001.782500', '140002.242500', '140002.702500', '140003.162500', '140003.622500', '140004.082500', '140004.542500', '140005.002500', '140005.462500', '140005.922500', '140006.382500', '140006.842500', '140007.302500', '140007.762500', '140008.222500', '140008.682500', '140009.142500', '140009.602500', '140010.062500', '140010.522500', '140010.982500', '140011.442500', '140011.902500', '140012.362500', '140012.822500', '140013.282500', '140013.742500', '140014.202500', '140014.662500', '140015.122500', '140015.582500', '140016.042500', '140016.502500', '140016.962500', '140017.422500', '140017.882500', '140018.342500', '140018.802500', '140019.262500', '140019.722500', '140020.182500', '140020.642500', '140021.102500', '140021.562500', '140022.022500', '140022.482500', '140022.942500', '140023.402500', '140023.862500', '140024.322500', '140024.782500', '140025.242500', '140025.702500', '140026.162500', '140026.622500', '140027.082500', '140027.542500', '140028.002500', '140028.462500', '140028.922500', '140029.382500', '140029.842500', '140030.302500', '140030.762500', '140031.222500', '140031.682500', '140032.142500', '140032.602500', '140033.062500', '140033.522500', '140033.982500', '140034.442500', '140034.902500', '140035.362500', '140035.822500', '140036.282500', '140036.742500', '140037.202500', '140037.662500', '140038.122500', '140038.582500', '140039.042500', '140039.502500', '140039.962500', '140040.422500', '140040.882500', '140041.342500', '140041.802500', '140042.262500', '140042.722500', '140043.182500', '140043.642500', '140044.102500', '140044.562500', '140045.022500', '140045.482500', '140045.942500', '140046.402500', '140046.862500', '140047.322500', '140047.782500', '140048.242500', '140048.702500', '140049.162500', '140049.622500', '140050.082500', '140050.542500', '140051.002500', '140051.462500', '140051.922500', '140052.382500', '140052.842500', '140053.302500', '140053.762500', '140054.222500', '140054.682500', '140055.142500', '140055.602500', '140056.062500', '140056.522500', '140056.982500', '140057.442500', '140057.902500', '140058.362500', '140058.822500', '140059.282500', '140059.742500', '140100.202500', '140100.662500', '140101.122500', '140101.582500', '140102.042500', '140102.502500', '140102.962500', '140103.422500', '140103.882500', '140104.342500', '140104.802500', '140105.262500', '140105.722500', '140106.182500', '140106.642500', '140107.102500', '140107.562500', '140108.022500', '140108.482500', '140108.942500', '140109.402500', '140109.862500', '140110.322500', '140110.782500', '140111.242500', '140111.702500', '140112.162500', '140112.622500', '140113.082500', '140113.542500', '140114.002500', '140114.462500', '140114.922500', '140115.382500', '140115.842500', '140116.302500', '140116.762500', '140117.222500', '140117.682500', '140118.142500', '140118.602500', '140119.062500', '140119.522500', '140119.982500', '140120.442500', '140120.902500', '140121.362500', '140121.822500', '140122.282500', '140122.742500', '140123.202500', '140123.662500', '140124.122500', '140124.582500', '140125.042500', '140125.502500', '140125.962500', '140126.422500', '140126.882500', '140127.342500', '140127.802500', '140128.262500', '140128.722500', '140129.182500', '140129.642500', '140130.102500', '140130.562500', '140131.022500', '140131.482500', '140131.942500', '140132.402500', '140132.862500', '140133.322500', '140133.782500', '140134.242500', '140134.702500', '140135.162500', '140135.622500', '140136.082500', '140136.542500', '140137.002500', '140137.462500', '140137.922500', '140138.382500', '140138.842500', '140139.302500', '140139.762500', '140140.222500', '140140.682500', '140141.142500', '140141.602500', '140142.062500', '140142.522500', '140142.982500', '140143.442500', '140143.902500', '140144.362500', '140144.822500', '140145.282500', '140145.742500', '140146.202500', '140146.662500', '140147.122500', '140147.582500', '140148.042500', '140148.502500', '140148.962500', '140149.422500', '140149.882500', '140150.342500', '140150.802500', '140151.262500', '140151.722500', '140152.182500', '140152.642500', '140153.102500', '140153.562500', '140154.022500', '140154.482500', '140154.942500', '140155.402500', '140155.862500', '140156.322500', '140156.782500', '140157.242500', '140157.702500', '140158.162500', '140158.622500', '140159.082500', '140159.542500', '140200.002500', '140200.462500', '140200.922500', '140201.382500', '140201.842500', '140202.302500', '140202.762500', '140203.222500', '140203.682500', '140204.142500', '140204.602500', '140205.062500', '140205.522500', '140205.982500', '140206.442500', '140206.902500', '140207.362500', '140207.822500', '140208.282500', '140208.742500', '140209.202500', '140209.662500', '140210.122500', '140210.582500', '140211.042500', '140211.502500', '140211.962500', '140212.422500', '140212.882500', '140213.342500', '140213.802500', '140214.262500', '140214.722500', '140215.182500', '140215.642500', '140216.102500', '140216.562500', '140217.022500', '140217.482500', '140217.942500', '140218.402500', '140218.862500', '140219.322500', '140219.782500', '140220.242500', '140220.702500', '140221.162500', '140221.622500', '140222.082500', '140222.542500', '140223.002500', '140223.462500', '140223.922500', '140224.382500', '140224.842500', '140225.302500', '140225.762500', '140226.222500', '140226.682500', '140227.142500', '140227.602500', '140228.062500', '140228.522500', '140228.982500', '140229.442500', '140229.902500', '140230.362500', '140230.822500', '140231.282500', '140231.742500', '140232.202500', '140232.662500', '140233.122500', '140233.582500', '140234.042500', '140234.502500', '140234.962500', '140235.422500', '140235.882500', '140236.342500', '140236.802500', '140237.262500', '140237.722500', '140238.182500', '140238.642500', '140239.102500', '140239.562500', '140240.022500', '140240.482500', '140240.942500', '140241.402500', '140241.862500', '140242.322500', '140242.782500', '140243.242500', '140243.702500', '140244.162500', '140244.622500', '140245.082500', '140245.542500', '140246.002500', '140246.462500', '140246.922500', '140247.382500', '140247.842500', '140248.302500', '140248.762500', '140249.222500', '140249.682500', '140250.142500', '140250.602500', '140251.062500', '140251.522500', '140251.982500', '140252.442500', '140252.902500', '140253.362500', '140253.822500', '140254.282500', '140254.742500', '140255.202500', '140255.662500', '140256.122500', '140256.582500', '140257.042500', '140257.502500', '140257.962500', '140258.422500', '140258.882500', '140259.342500', '140259.802500', '140300.262500', '140300.722500', '140301.182500', '140301.642500', '140302.102500', '140302.562500', '140303.022500', '140303.482500', '140303.942500', '140304.402500', '140304.862500', '140305.322500', '140305.782500', '140306.242500', '140306.702500', '140307.162500', '140307.622500', '140308.082500', '140308.542500', '140309.002500', '140309.462500', '140309.922500', '140310.382500', '140310.842500', '140311.302500', '140311.762500', '140312.222500', '140312.682500', '140313.142500', '140313.602500', '140314.062500', '140314.522500', '140314.982500', '140315.442500', '140315.902500', '140316.362500', '140316.822500', '140317.282500', '140317.742500', '140318.202500', '140318.662500', '140319.122500', '140319.582500', '140320.042500', '140320.502500', '140320.962500', '140321.422500', '140321.882500', '140322.342500', '140322.802500', '140323.262500', '140323.722500', '140324.182500', '140324.642500', '140325.102500', '140325.562500', '140326.022500', '140326.482500', '140326.942500', '140327.402500', '140327.862500', '140328.322500', '140328.782500', '140329.242500', '140329.702500', '140330.162500', '140330.622500', '140331.082500', '140331.542500', '140332.002500', '140332.462500', '140332.922500', '140333.382500', '140333.842500', '140334.302500', '140334.762500', '140335.222500', '140335.682500', '140336.142500', '140336.602500', '140337.062500', '140337.522500', '140337.982500', '140338.442500', '140338.902500', '140339.362500', '140339.822500', '140340.282500', '140340.742500', '140341.202500', '140341.662500', '140342.122500', '140342.582500', '140343.042500', '140343.502500', '140343.962500', '140344.422500', '140344.882500', '140345.342500', '140345.802500', '140346.262500', '140346.722500', '140347.182500', '140347.642500', '140348.102500', '140348.562500', '140349.022500', '140349.482500', '140349.942500', '140350.402500', '140350.862500', '140351.322500', '140351.782500', '140352.242500', '140352.702500', '140353.162500', '140353.622500', '140354.082500', '140354.542500', '140355.002500', '140355.462500', '140355.922500', '140356.382500', '140356.842500', '140357.302500', '140357.762500', '140358.222500', '140358.682500', '140359.142500', '140359.602500', '140400.062500', '140400.522500', '140400.982500', '140401.442500', '140401.902500', '140402.362500', '140402.822500', '140403.282500', '140403.742500', '140404.202500', '140404.662500', '140405.122500', '140405.582500', '140406.042500', '140406.502500', '140406.962500', '140407.422500', '140407.882500', '140408.342500', '140408.802500', '140409.262500', '140409.722500', '140410.182500', '140410.642500', '140411.102500', '140411.562500', '140412.022500', '140412.482500', '140412.942500', '140413.402500', '140413.862500', '140414.322500', '140414.782500', '140415.242500', '140415.702500', '140416.162500', '140416.622500', '140417.082500', '140417.542500', '140418.002500', '140418.462500', '140418.922500', '140419.382500', '140419.842500', '140420.302500', '140420.762500', '140421.222500', '140421.682500', '140422.142500', '140422.602500', '140423.062500', '140423.522500', '140423.982500', '140424.442500', '140424.902500', '140425.362500', '140425.822500', '140426.282500', '140426.742500', '140427.202500', '140427.662500', '140428.122500', '140428.582500', '140429.042500', '140429.502500', '140429.962500', '140430.422500', '140430.882500', '140431.342500', '140431.802500', '140432.262500', '140432.722500', '140433.182500', '140433.642500', '140434.102500', '140434.562500', '140435.022500', '140435.482500', '140435.942500', '140436.402500', '140436.862500', '140437.322500', '140437.782500', '140438.242500', '140438.702500', '140439.162500', '140439.622500', '140440.082500', '140440.542500', '140441.002500', '140441.462500', '140441.922500', '140442.382500', '140442.842500', '140443.302500', '140443.762500', '140444.222500', '140444.682500', '140445.142500', '140445.602500', '140446.062500', '140446.522500', '140446.982500', '140447.442500', '140447.902500', '140448.362500', '140448.822500', '140449.282500', '140449.742500', '140450.202500', '140450.662500', '140451.122500', '140451.582500', '140452.042500', '140452.502500', '140452.962500', '140453.422500', '140453.882500', '140454.342500', '140454.802500', '140455.262500', '140455.722500', '140456.182500', '140456.642500', '140457.102500', '140457.562500', '140458.022500', '140458.482500', '140458.942500', '140459.402500', '140459.862500', '140500.322500', '140500.782500', '140501.242500', '140501.702500', '140502.162500', '140502.622500', '140503.082500', '140503.542500', '140504.002500', '140504.462500', '140504.922500', '140505.382500', '140505.842500', '140506.302500', '140506.762500', '140507.222500', '140507.682500', '140508.142500', '140508.602500', '140509.062500', '140509.522500', '140509.982500', '140510.442500', '140510.902500', '140511.362500', '140511.822500', '140512.282500', '140512.742500', '140513.202500', '140513.662500', '140514.122500', '140514.582500', '140515.042500', '140515.502500', '140515.962500', '140516.422500', '140516.882500', '140517.342500', '140517.802500', '140518.262500', '140518.722500', '140519.182500', '140519.642500', '140520.102500', '140520.562500', '140521.022500', '140521.482500', '140521.942500', '140522.402500', '140522.862500', '140523.322500', '140523.782500', '140524.242500', '140524.702500', '140525.162500', '140525.622500', '140526.082500', '140526.542500', '140527.002500', '140527.462500', '140527.922500', '140528.382500', '140528.842500', '140529.302500', '140529.762500', '140530.222500', '140530.682500', '140531.142500', '140531.602500', '140532.062500', '140532.522500', '140532.982500', '140533.442500', '140533.902500', '140534.362500', '140534.822500', '140535.282500', '140535.742500', '140536.202500', '140536.662500', '140537.122500', '140537.582500', '140538.042500', '140538.502500', '140538.962500', '140539.422500', '140539.882500', '140540.342500', '140540.802500', '140541.262500', '140541.722500', '140542.182500', '140542.642500'], 'ContentTime': ['135753.685000', '135753.688000', '135753.692000', '135753.694000', '135753.697000', '135753.699000', '135753.702000', '135753.705000', '135753.707000', '135753.719000', '135753.722000', '135753.724000', '135753.727000', '135753.751000', '135753.753000', '135753.756000', '135753.758000', '135753.761000', '135753.764000', '135753.766000', '135753.769000', '135753.772000', '135753.774000', '135753.777000', '135753.779000', '135753.782000', '135753.785000', '135753.787000', '135753.790000', '135753.793000', '135753.795000', '135753.798000', '135753.800000', '135753.803000', '135753.806000', '135753.808000', '135753.811000', '135753.813000', '135753.816000', '135753.819000', '135753.821000', '135753.824000', '135813.656000', '135813.660000', '135813.662000', '135813.665000', '135813.667000', '135813.670000', '135813.672000', '135813.675000', '135813.678000', '135813.680000', '135813.683000', '135813.685000', '135813.688000', '135813.691000', '135813.693000', '135813.696000', '135813.698000', '135813.701000', '135813.704000', '135813.706000', '135813.709000', '135813.711000', '135813.714000', '135813.717000', '135813.719000', '135813.722000', '135813.725000', '135813.727000', '135813.730000', '135813.733000', '135813.735000', '135813.738000', '135813.740000', '135813.743000', '135813.746000', '135813.748000', '135813.751000', '135813.753000', '135813.756000', '135813.759000', '135813.761000', '135813.764000', '135813.767000', '135833.656000', '135833.659000', '135833.662000', '135833.665000', '135833.667000', '135833.670000', '135833.672000', '135833.675000', '135833.678000', '135833.681000', '135833.684000', '135833.689000', '135833.691000', '135833.694000', '135833.697000', '135833.699000', '135833.702000', '135833.704000', '135833.707000', '135833.710000', '135833.712000', '135833.715000', '135833.718000', '135833.720000', '135833.723000', '135833.725000', '135833.728000', '135833.731000', '135833.733000', '135833.736000', '135833.739000', '135833.741000', '135833.744000', '135833.746000', '135833.749000', '135833.752000', '135833.754000', '135833.757000', '135833.760000', '135833.762000', '135833.765000', '135833.767000', '135833.770000', '135853.656000', '135853.659000', '135853.662000', '135853.665000', '135853.667000', '135853.670000', '135853.673000', '135853.675000', '135853.678000', '135853.681000', '135853.683000', '135853.686000', '135853.688000', '135853.691000', '135853.694000', '135853.696000', '135853.699000', '135853.701000', '135853.704000', '135853.707000', '135853.709000', '135853.712000', '135853.715000', '135853.717000', '135853.720000', '135853.723000', '135853.725000', '135853.728000', '135853.739000', '135853.741000', '135853.744000', '135853.747000', '135853.749000', '135853.752000', '135853.755000', '135853.758000', '135853.760000', '135853.763000', '135853.765000', '135853.768000', '135853.771000', '135853.773000', '135853.776000', '135853.779000', '135913.657000', '135913.660000', '135913.662000', '135913.665000', '135913.667000', '135913.670000', '135913.673000', '135913.675000', '135913.678000', '135913.681000', '135913.683000', '135913.686000', '135913.689000', '135913.691000', '135913.695000', '135913.698000', '135913.700000', '135913.703000', '135913.706000', '135913.708000', '135913.711000', '135913.714000', '135913.716000', '135913.719000', '135913.722000', '135913.724000', '135913.727000', '135913.730000', '135913.732000', '135913.735000', '135913.738000', '135913.740000', '135913.743000', '135913.745000', '135913.748000', '135913.751000', '135913.753000', '135913.756000', '135913.759000', '135913.761000', '135913.764000', '135913.766000', '135913.769000', '135913.772000', '135933.656000', '135933.659000', '135933.662000', '135933.665000', '135933.667000', '135933.670000', '135933.673000', '135933.675000', '135933.678000', '135933.681000', '135933.683000', '135933.686000', '135933.689000', '135933.691000', '135933.694000', '135933.697000', '135933.699000', '135933.702000', '135933.705000', '135933.707000', '135933.710000', '135933.713000', '135933.715000', '135933.718000', '135933.727000', '135933.729000', '135933.732000', '135933.734000', '135933.737000', '135933.740000', '135933.742000', '135933.745000', '135933.748000', '135933.750000', '135933.759000', '135933.762000', '135933.765000', '135933.767000', '135933.770000', '135933.773000', '135933.775000', '135933.778000', '135933.781000', '135953.656000', '135953.659000', '135953.662000', '135953.664000', '135953.667000', '135953.670000', '135953.672000', '135953.675000', '135953.678000', '135953.681000', '135953.683000', '135953.686000', '135953.689000', '135953.691000', '135953.694000', '135953.696000', '135953.699000', '135953.702000', '135953.705000', '135953.707000', '135953.710000', '135953.713000', '135953.715000', '135953.718000', '135953.721000', '135953.723000', '135953.726000', '135953.728000', '135953.731000', '135953.734000', '135953.736000', '135953.739000', '135953.742000', '135953.745000', '135953.747000', '135953.750000', '135953.752000', '135953.755000', '135953.758000', '135953.760000', '135953.763000', '135953.766000', '135953.768000', '135953.771000', '140013.655000', '140013.658000', '140013.661000', '140013.664000', '140013.666000', '140013.669000', '140013.672000', '140013.674000', '140013.677000', '140013.680000', '140013.682000', '140013.685000', '140013.688000', '140013.690000', '140013.693000', '140013.696000', '140013.698000', '140013.701000', '140013.704000', '140013.706000', '140013.709000', '140013.711000', '140013.714000', '140013.717000', '140013.719000', '140013.722000', '140013.725000', '140013.727000', '140013.730000', '140013.733000', '140013.735000', '140013.738000', '140013.741000', '140013.743000', '140013.746000', '140013.753000', '140013.756000', '140013.758000', '140013.761000', '140013.764000', '140013.766000', '140013.769000', '140013.771000', '140033.657000', '140033.659000', '140033.662000', '140033.665000', '140033.667000', '140033.670000', '140033.673000', '140033.676000', '140033.678000', '140033.681000', '140033.683000', '140033.686000', '140033.689000', '140033.691000', '140033.694000', '140033.697000', '140033.699000', '140033.702000', '140033.704000', '140033.707000', '140033.710000', '140033.712000', '140033.715000', '140033.718000', '140033.720000', '140033.723000', '140033.725000', '140033.728000', '140033.731000', '140033.733000', '140033.736000', '140033.739000', '140033.741000', '140033.744000', '140033.747000', '140033.750000', '140033.752000', '140033.755000', '140033.757000', '140033.760000', '140033.763000', '140033.765000', '140033.768000', '140033.770000', '140053.656000', '140053.659000', '140053.662000', '140053.665000', '140053.667000', '140053.670000', '140053.673000', '140053.675000', '140053.678000', '140053.681000', '140053.683000', '140053.686000', '140053.689000', '140053.691000', '140053.694000', '140053.697000', '140053.699000', '140053.702000', '140053.705000', '140053.707000', '140053.710000', '140053.713000', '140053.715000', '140053.718000', '140053.720000', '140053.723000', '140053.726000', '140053.728000', '140053.731000', '140053.734000', '140053.736000', '140053.739000', '140053.741000', '140053.744000', '140053.747000', '140053.750000', '140053.752000', '140053.755000', '140053.758000', '140053.760000', '140053.763000', '140053.765000', '140053.768000', '140113.656000', '140113.659000', '140113.662000', '140113.665000', '140113.667000', '140113.670000', '140113.721000', '140113.724000', '140113.726000', '140113.729000', '140113.732000', '140113.734000', '140113.737000', '140113.739000', '140113.742000', '140113.745000', '140113.747000', '140113.750000', '140113.753000', '140113.755000', '140113.758000', '140113.761000', '140113.763000', '140113.766000', '140113.769000', '140113.771000', '140113.774000', '140113.777000', '140113.779000', '140113.782000', '140113.785000', '140113.787000', '140113.790000', '140113.792000', '140113.795000', '140113.798000', '140113.801000', '140113.803000', '140113.806000', '140113.808000', '140113.811000', '140113.814000', '140113.816000', '140113.819000', '140133.657000', '140133.660000', '140133.662000', '140133.665000', '140133.668000', '140133.670000', '140133.673000', '140133.676000', '140133.678000', '140133.681000', '140133.684000', '140133.686000', '140133.689000', '140133.692000', '140133.694000', '140133.697000', '140133.699000', '140133.702000', '140133.705000', '140133.707000', '140133.710000', '140133.713000', '140133.716000', '140133.718000', '140133.721000', '140133.724000', '140133.726000', '140133.729000', '140133.732000', '140133.734000', '140133.737000', '140133.739000', '140133.742000', '140133.745000', '140133.748000', '140133.750000', '140133.753000', '140133.756000', '140133.758000', '140133.761000', '140133.764000', '140133.766000', '140133.769000', '140153.657000', '140153.659000', '140153.662000', '140153.665000', '140153.668000', '140153.671000', '140153.674000', '140153.676000', '140153.679000', '140153.682000', '140153.684000', '140153.687000', '140153.690000', '140153.692000', '140153.695000', '140153.698000', '140153.700000', '140153.703000', '140153.706000', '140153.708000', '140153.711000', '140153.714000', '140153.717000', '140153.719000', '140153.722000', '140153.725000', '140153.727000', '140153.730000', '140153.733000', '140153.735000', '140153.738000', '140153.741000', '140153.743000', '140153.746000', '140153.749000', '140153.751000', '140153.754000', '140153.756000', '140153.759000', '140153.762000', '140153.764000', '140153.767000', '140153.770000', '140213.657000', '140213.659000', '140213.662000', '140213.665000', '140213.668000', '140213.670000', '140213.673000', '140213.675000', '140213.678000', '140213.681000', '140213.683000', '140213.686000', '140213.689000', '140213.691000', '140213.694000', '140213.696000', '140213.705000', '140213.708000', '140213.710000', '140213.713000', '140213.716000', '140213.718000', '140213.721000', '140213.723000', '140213.726000', '140213.729000', '140213.731000', '140213.734000', '140213.737000', '140213.739000', '140213.742000', '140213.745000', '140213.747000', '140213.750000', '140213.753000', '140213.755000', '140213.758000', '140213.760000', '140213.763000', '140213.766000', '140213.768000', '140213.771000', '140213.774000', '140213.776000', '140233.656000', '140233.658000', '140233.661000', '140233.664000', '140233.667000', '140233.669000', '140233.672000', '140233.674000', '140233.677000', '140233.680000', '140233.682000', '140233.685000', '140233.688000', '140233.690000', '140233.693000', '140233.695000', '140233.698000', '140233.701000', '140233.704000', '140233.706000', '140233.709000', '140233.712000', '140233.714000', '140233.717000', '140233.719000', '140233.722000', '140233.725000', '140233.727000', '140233.730000', '140233.733000', '140233.735000', '140233.746000', '140233.749000', '140233.752000', '140233.754000', '140233.757000', '140233.759000', '140233.762000', '140233.765000', '140233.767000', '140233.770000', '140233.773000', '140233.775000', '140233.778000', '140253.656000', '140253.659000', '140253.662000', '140253.665000', '140253.667000', '140253.670000', '140253.673000', '140253.675000', '140253.678000', '140253.681000', '140253.683000', '140253.686000', '140253.688000', '140253.691000', '140253.694000', '140253.696000', '140253.699000', '140253.702000', '140253.704000', '140253.707000', '140253.710000', '140253.712000', '140253.715000', '140253.717000', '140253.722000', '140253.725000', '140253.728000', '140253.730000', '140253.733000', '140253.736000', '140253.738000', '140253.741000', '140253.744000', '140253.746000', '140253.749000', '140253.752000', '140253.754000', '140253.757000', '140253.759000', '140253.762000', '140253.765000', '140253.767000', '140253.770000', '140313.657000', '140313.659000', '140313.662000', '140313.665000', '140313.668000', '140313.670000', '140313.673000', '140313.675000', '140313.678000', '140313.681000', '140313.683000', '140313.686000', '140313.689000', '140313.691000', '140313.694000', '140313.697000', '140313.699000', '140313.702000', '140313.705000', '140313.709000', '140313.711000', '140313.714000', '140313.716000', '140313.719000', '140313.722000', '140313.724000', '140313.727000', '140313.730000', '140313.732000', '140313.735000', '140313.738000', '140313.740000', '140313.743000', '140313.746000', '140313.748000', '140313.751000', '140313.753000', '140313.756000', '140313.759000', '140313.762000', '140313.764000', '140313.767000', '140313.770000', '140313.772000', '140333.657000', '140333.660000', '140333.663000', '140333.665000', '140333.668000', '140333.671000', '140333.673000', '140333.676000', '140333.679000', '140333.681000', '140333.684000', '140333.687000', '140333.689000', '140333.692000', '140333.695000', '140333.697000', '140333.700000', '140333.703000', '140333.705000', '140333.708000', '140333.711000', '140333.713000', '140333.716000', '140333.719000', '140333.721000', '140333.724000', '140333.726000', '140333.729000', '140333.732000', '140333.734000', '140333.737000', '140333.740000', '140333.742000', '140333.745000', '140333.747000', '140333.750000', '140333.753000', '140333.755000', '140333.758000', '140333.761000', '140333.763000', '140333.766000', '140333.769000', '140353.657000', '140353.660000', '140353.662000', '140353.665000', '140353.668000', '140353.671000', '140353.673000', '140353.676000', '140353.679000', '140353.681000', '140353.684000', '140353.686000', '140353.689000', '140353.692000', '140353.694000', '140353.697000', '140353.700000', '140353.703000', '140353.706000', '140353.708000', '140353.711000', '140353.714000', '140353.716000', '140353.719000', '140353.722000', '140353.724000', '140353.727000', '140353.730000', '140353.732000', '140353.735000', '140353.738000', '140353.740000', '140353.743000', '140353.745000', '140353.748000', '140353.751000', '140353.753000', '140353.756000', '140353.759000', '140353.761000', '140353.764000', '140353.783000', '140353.786000', '140413.657000', '140413.660000', '140413.663000', '140413.665000', '140413.668000', '140413.671000', '140413.673000', '140413.676000', '140413.679000', '140413.682000', '140413.684000', '140413.687000', '140413.690000', '140413.692000', '140413.695000', '140413.698000', '140413.700000', '140413.703000', '140413.706000', '140413.709000', '140413.711000', '140413.714000', '140413.717000', '140413.719000', '140413.722000', '140413.725000', '140413.727000', '140413.730000', '140413.732000', '140413.735000', '140413.738000', '140413.740000', '140413.743000', '140413.746000', '140413.748000', '140413.751000', '140413.753000', '140413.756000', '140413.759000', '140413.761000', '140413.764000', '140413.767000', '140413.769000', '140413.772000', '140433.656000', '140433.659000', '140433.662000', '140433.665000', '140433.667000', '140433.670000', '140433.673000', '140433.675000', '140433.678000', '140433.681000', '140433.683000', '140433.686000', '140433.689000', '140433.691000', '140433.694000', '140433.697000', '140433.700000', '140433.702000', '140433.705000', '140433.708000', '140433.710000', '140433.713000', '140433.716000', '140433.718000', '140433.721000', '140433.724000', '140433.726000', '140433.729000', '140433.732000', '140433.734000', '140433.737000', '140433.740000', '140433.742000', '140433.746000', '140433.749000', '140433.751000', '140433.754000', '140433.756000', '140433.759000', '140433.762000', '140433.764000', '140433.767000', '140433.770000', '140453.655000', '140453.658000', '140453.661000', '140453.664000', '140453.666000', '140453.669000', '140453.671000', '140453.674000', '140453.677000', '140453.679000', '140453.682000', '140453.685000', '140453.687000', '140453.690000', '140453.693000', '140453.695000', '140453.698000', '140453.701000', '140453.703000', '140453.706000', '140453.709000', '140453.711000', '140453.714000', '140453.716000', '140453.719000', '140453.722000', '140453.724000', '140453.727000', '140453.730000', '140453.732000', '140453.735000', '140453.738000', '140453.740000', '140453.743000', '140453.746000', '140453.748000', '140453.751000', '140453.753000', '140453.756000', '140453.759000', '140453.762000', '140453.764000', '140453.767000', '140453.769000', '140513.656000', '140513.659000', '140513.662000', '140513.665000', '140513.667000', '140513.670000', '140513.673000', '140513.675000', '140513.678000', '140513.681000', '140513.684000', '140513.686000', '140513.689000', '140513.691000', '140513.694000', '140513.697000', '140513.699000', '140513.702000', '140513.705000', '140513.707000', '140513.710000', '140513.712000', '140513.715000', '140513.718000', '140513.720000', '140513.723000', '140513.726000', '140513.729000', '140513.731000', '140513.734000', '140513.737000', '140513.739000', '140513.742000', '140513.745000', '140513.748000', '140513.750000', '140513.753000', '140513.756000', '140513.765000', '140513.768000', '140513.771000', '140513.773000', '140513.776000', '140533.657000', '140533.660000', '140533.662000', '140533.666000', '140533.668000', '140533.671000', '140533.674000', '140533.677000', '140533.679000', '140533.682000', '140533.685000', '140533.688000', '140533.690000', '140533.693000', '140533.696000', '140533.699000', '140533.701000', '140533.704000', '140533.706000', '140533.709000', '140533.712000', '140533.715000', '140533.717000', '140533.720000', '140533.723000', '140533.725000', '140533.728000', '140533.731000', '140533.733000', '140533.736000', '140533.739000', '140533.742000', '140533.744000', '140533.747000', '140533.750000', '140533.753000', '140533.755000', '140533.758000', '140533.761000', '140533.764000', '140533.766000', '140533.769000', '140533.772000', '140533.774000', '140544.092000', '140544.095000', '140544.098000', '140544.100000', '140544.103000', '140544.106000', '140544.109000', '140544.111000', '140544.114000', '140544.117000', '140544.119000', '140544.122000', '140544.124000', '140544.127000', '140544.130000', '140544.132000', '140544.135000', '140544.138000', '140544.141000', '140544.143000', '140544.146000', '140544.148000', '140544.151000'], 'InstanceCreationTime': ['135753.685000', '135753.688000', '135753.692000', '135753.694000', '135753.697000', '135753.699000', '135753.702000', '135753.705000', '135753.707000', '135753.719000', '135753.722000', '135753.724000', '135753.727000', '135753.751000', '135753.753000', '135753.756000', '135753.758000', '135753.761000', '135753.764000', '135753.766000', '135753.769000', '135753.772000', '135753.774000', '135753.777000', '135753.779000', '135753.782000', '135753.785000', '135753.787000', '135753.790000', '135753.793000', '135753.795000', '135753.798000', '135753.800000', '135753.803000', '135753.806000', '135753.808000', '135753.811000', '135753.813000', '135753.816000', '135753.819000', '135753.821000', '135753.824000', '135813.656000', '135813.660000', '135813.662000', '135813.665000', '135813.667000', '135813.670000', '135813.672000', '135813.675000', '135813.678000', '135813.680000', '135813.683000', '135813.685000', '135813.688000', '135813.691000', '135813.693000', '135813.696000', '135813.698000', '135813.701000', '135813.704000', '135813.706000', '135813.709000', '135813.711000', '135813.714000', '135813.717000', '135813.719000', '135813.722000', '135813.725000', '135813.727000', '135813.730000', '135813.733000', '135813.735000', '135813.738000', '135813.740000', '135813.743000', '135813.746000', '135813.748000', '135813.751000', '135813.753000', '135813.756000', '135813.759000', '135813.761000', '135813.764000', '135813.767000', '135833.656000', '135833.659000', '135833.662000', '135833.665000', '135833.667000', '135833.670000', '135833.672000', '135833.675000', '135833.678000', '135833.681000', '135833.684000', '135833.689000', '135833.691000', '135833.694000', '135833.697000', '135833.699000', '135833.702000', '135833.704000', '135833.707000', '135833.710000', '135833.712000', '135833.715000', '135833.718000', '135833.720000', '135833.723000', '135833.725000', '135833.728000', '135833.731000', '135833.733000', '135833.736000', '135833.739000', '135833.741000', '135833.744000', '135833.746000', '135833.749000', '135833.752000', '135833.754000', '135833.757000', '135833.760000', '135833.762000', '135833.765000', '135833.767000', '135833.770000', '135853.656000', '135853.659000', '135853.662000', '135853.665000', '135853.667000', '135853.670000', '135853.673000', '135853.675000', '135853.678000', '135853.681000', '135853.683000', '135853.686000', '135853.688000', '135853.691000', '135853.694000', '135853.696000', '135853.699000', '135853.701000', '135853.704000', '135853.707000', '135853.709000', '135853.712000', '135853.715000', '135853.717000', '135853.720000', '135853.723000', '135853.725000', '135853.728000', '135853.739000', '135853.741000', '135853.744000', '135853.747000', '135853.749000', '135853.752000', '135853.755000', '135853.758000', '135853.760000', '135853.763000', '135853.765000', '135853.768000', '135853.771000', '135853.773000', '135853.776000', '135853.779000', '135913.657000', '135913.660000', '135913.662000', '135913.665000', '135913.667000', '135913.670000', '135913.673000', '135913.675000', '135913.678000', '135913.681000', '135913.683000', '135913.686000', '135913.689000', '135913.691000', '135913.695000', '135913.698000', '135913.700000', '135913.703000', '135913.706000', '135913.708000', '135913.711000', '135913.714000', '135913.716000', '135913.719000', '135913.722000', '135913.724000', '135913.727000', '135913.730000', '135913.732000', '135913.735000', '135913.738000', '135913.740000', '135913.743000', '135913.745000', '135913.748000', '135913.751000', '135913.753000', '135913.756000', '135913.759000', '135913.761000', '135913.764000', '135913.766000', '135913.769000', '135913.772000', '135933.656000', '135933.659000', '135933.662000', '135933.665000', '135933.667000', '135933.670000', '135933.673000', '135933.675000', '135933.678000', '135933.681000', '135933.683000', '135933.686000', '135933.689000', '135933.691000', '135933.694000', '135933.697000', '135933.699000', '135933.702000', '135933.705000', '135933.707000', '135933.710000', '135933.713000', '135933.715000', '135933.718000', '135933.727000', '135933.729000', '135933.732000', '135933.734000', '135933.737000', '135933.740000', '135933.742000', '135933.745000', '135933.748000', '135933.750000', '135933.759000', '135933.762000', '135933.765000', '135933.767000', '135933.770000', '135933.773000', '135933.775000', '135933.778000', '135933.781000', '135953.656000', '135953.659000', '135953.662000', '135953.664000', '135953.667000', '135953.670000', '135953.672000', '135953.675000', '135953.678000', '135953.681000', '135953.683000', '135953.686000', '135953.689000', '135953.691000', '135953.694000', '135953.696000', '135953.699000', '135953.702000', '135953.705000', '135953.707000', '135953.710000', '135953.713000', '135953.715000', '135953.718000', '135953.721000', '135953.723000', '135953.726000', '135953.728000', '135953.731000', '135953.734000', '135953.736000', '135953.739000', '135953.742000', '135953.745000', '135953.747000', '135953.750000', '135953.752000', '135953.755000', '135953.758000', '135953.760000', '135953.763000', '135953.766000', '135953.768000', '135953.771000', '140013.655000', '140013.658000', '140013.661000', '140013.664000', '140013.666000', '140013.669000', '140013.672000', '140013.674000', '140013.677000', '140013.680000', '140013.682000', '140013.685000', '140013.688000', '140013.690000', '140013.693000', '140013.696000', '140013.698000', '140013.701000', '140013.704000', '140013.706000', '140013.709000', '140013.711000', '140013.714000', '140013.717000', '140013.719000', '140013.722000', '140013.725000', '140013.727000', '140013.730000', '140013.733000', '140013.735000', '140013.738000', '140013.741000', '140013.743000', '140013.746000', '140013.753000', '140013.756000', '140013.758000', '140013.761000', '140013.764000', '140013.766000', '140013.769000', '140013.771000', '140033.657000', '140033.659000', '140033.662000', '140033.665000', '140033.667000', '140033.670000', '140033.673000', '140033.676000', '140033.678000', '140033.681000', '140033.683000', '140033.686000', '140033.689000', '140033.691000', '140033.694000', '140033.697000', '140033.699000', '140033.702000', '140033.704000', '140033.707000', '140033.710000', '140033.712000', '140033.715000', '140033.718000', '140033.720000', '140033.723000', '140033.725000', '140033.728000', '140033.731000', '140033.733000', '140033.736000', '140033.739000', '140033.741000', '140033.744000', '140033.747000', '140033.750000', '140033.752000', '140033.755000', '140033.757000', '140033.760000', '140033.763000', '140033.765000', '140033.768000', '140033.770000', '140053.656000', '140053.659000', '140053.662000', '140053.665000', '140053.667000', '140053.670000', '140053.673000', '140053.675000', '140053.678000', '140053.681000', '140053.683000', '140053.686000', '140053.689000', '140053.691000', '140053.694000', '140053.697000', '140053.699000', '140053.702000', '140053.705000', '140053.707000', '140053.710000', '140053.713000', '140053.715000', '140053.718000', '140053.720000', '140053.723000', '140053.726000', '140053.728000', '140053.731000', '140053.734000', '140053.736000', '140053.739000', '140053.741000', '140053.744000', '140053.747000', '140053.750000', '140053.752000', '140053.755000', '140053.758000', '140053.760000', '140053.763000', '140053.765000', '140053.768000', '140113.656000', '140113.659000', '140113.662000', '140113.665000', '140113.667000', '140113.670000', '140113.721000', '140113.724000', '140113.726000', '140113.729000', '140113.732000', '140113.734000', '140113.737000', '140113.739000', '140113.742000', '140113.745000', '140113.747000', '140113.750000', '140113.753000', '140113.755000', '140113.758000', '140113.761000', '140113.763000', '140113.766000', '140113.769000', '140113.771000', '140113.774000', '140113.777000', '140113.779000', '140113.782000', '140113.785000', '140113.787000', '140113.790000', '140113.792000', '140113.795000', '140113.798000', '140113.801000', '140113.803000', '140113.806000', '140113.808000', '140113.811000', '140113.814000', '140113.816000', '140113.819000', '140133.657000', '140133.660000', '140133.662000', '140133.665000', '140133.668000', '140133.670000', '140133.673000', '140133.676000', '140133.678000', '140133.681000', '140133.684000', '140133.686000', '140133.689000', '140133.692000', '140133.694000', '140133.697000', '140133.699000', '140133.702000', '140133.705000', '140133.707000', '140133.710000', '140133.713000', '140133.716000', '140133.718000', '140133.721000', '140133.724000', '140133.726000', '140133.729000', '140133.732000', '140133.734000', '140133.737000', '140133.739000', '140133.742000', '140133.745000', '140133.748000', '140133.750000', '140133.753000', '140133.756000', '140133.758000', '140133.761000', '140133.764000', '140133.766000', '140133.769000', '140153.657000', '140153.659000', '140153.662000', '140153.665000', '140153.668000', '140153.671000', '140153.674000', '140153.676000', '140153.679000', '140153.682000', '140153.684000', '140153.687000', '140153.690000', '140153.692000', '140153.695000', '140153.698000', '140153.700000', '140153.703000', '140153.706000', '140153.708000', '140153.711000', '140153.714000', '140153.717000', '140153.719000', '140153.722000', '140153.725000', '140153.727000', '140153.730000', '140153.733000', '140153.735000', '140153.738000', '140153.741000', '140153.743000', '140153.746000', '140153.749000', '140153.751000', '140153.754000', '140153.756000', '140153.759000', '140153.762000', '140153.764000', '140153.767000', '140153.770000', '140213.657000', '140213.659000', '140213.662000', '140213.665000', '140213.668000', '140213.670000', '140213.673000', '140213.675000', '140213.678000', '140213.681000', '140213.683000', '140213.686000', '140213.689000', '140213.691000', '140213.694000', '140213.696000', '140213.705000', '140213.708000', '140213.710000', '140213.713000', '140213.716000', '140213.718000', '140213.721000', '140213.723000', '140213.726000', '140213.729000', '140213.731000', '140213.734000', '140213.737000', '140213.739000', '140213.742000', '140213.745000', '140213.747000', '140213.750000', '140213.753000', '140213.755000', '140213.758000', '140213.760000', '140213.763000', '140213.766000', '140213.768000', '140213.771000', '140213.774000', '140213.776000', '140233.656000', '140233.658000', '140233.661000', '140233.664000', '140233.667000', '140233.669000', '140233.672000', '140233.674000', '140233.677000', '140233.680000', '140233.682000', '140233.685000', '140233.688000', '140233.690000', '140233.693000', '140233.695000', '140233.698000', '140233.701000', '140233.704000', '140233.706000', '140233.709000', '140233.712000', '140233.714000', '140233.717000', '140233.719000', '140233.722000', '140233.725000', '140233.727000', '140233.730000', '140233.733000', '140233.735000', '140233.746000', '140233.749000', '140233.752000', '140233.754000', '140233.757000', '140233.759000', '140233.762000', '140233.765000', '140233.767000', '140233.770000', '140233.773000', '140233.775000', '140233.778000', '140253.656000', '140253.659000', '140253.662000', '140253.665000', '140253.667000', '140253.670000', '140253.673000', '140253.675000', '140253.678000', '140253.681000', '140253.683000', '140253.686000', '140253.688000', '140253.691000', '140253.694000', '140253.696000', '140253.699000', '140253.702000', '140253.704000', '140253.707000', '140253.710000', '140253.712000', '140253.715000', '140253.717000', '140253.722000', '140253.725000', '140253.728000', '140253.730000', '140253.733000', '140253.736000', '140253.738000', '140253.741000', '140253.744000', '140253.746000', '140253.749000', '140253.752000', '140253.754000', '140253.757000', '140253.759000', '140253.762000', '140253.765000', '140253.767000', '140253.770000', '140313.657000', '140313.659000', '140313.662000', '140313.665000', '140313.668000', '140313.670000', '140313.673000', '140313.675000', '140313.678000', '140313.681000', '140313.683000', '140313.686000', '140313.689000', '140313.691000', '140313.694000', '140313.697000', '140313.699000', '140313.702000', '140313.705000', '140313.709000', '140313.711000', '140313.714000', '140313.716000', '140313.719000', '140313.722000', '140313.724000', '140313.727000', '140313.730000', '140313.732000', '140313.735000', '140313.738000', '140313.740000', '140313.743000', '140313.746000', '140313.748000', '140313.751000', '140313.753000', '140313.756000', '140313.759000', '140313.762000', '140313.764000', '140313.767000', '140313.770000', '140313.772000', '140333.657000', '140333.660000', '140333.663000', '140333.665000', '140333.668000', '140333.671000', '140333.673000', '140333.676000', '140333.679000', '140333.681000', '140333.684000', '140333.687000', '140333.689000', '140333.692000', '140333.695000', '140333.697000', '140333.700000', '140333.703000', '140333.705000', '140333.708000', '140333.711000', '140333.713000', '140333.716000', '140333.719000', '140333.721000', '140333.724000', '140333.726000', '140333.729000', '140333.732000', '140333.734000', '140333.737000', '140333.740000', '140333.742000', '140333.745000', '140333.747000', '140333.750000', '140333.753000', '140333.755000', '140333.758000', '140333.761000', '140333.763000', '140333.766000', '140333.769000', '140353.657000', '140353.660000', '140353.662000', '140353.665000', '140353.668000', '140353.671000', '140353.673000', '140353.676000', '140353.679000', '140353.681000', '140353.684000', '140353.686000', '140353.689000', '140353.692000', '140353.694000', '140353.697000', '140353.700000', '140353.703000', '140353.706000', '140353.708000', '140353.711000', '140353.714000', '140353.716000', '140353.719000', '140353.722000', '140353.724000', '140353.727000', '140353.730000', '140353.732000', '140353.735000', '140353.738000', '140353.740000', '140353.743000', '140353.745000', '140353.748000', '140353.751000', '140353.753000', '140353.756000', '140353.759000', '140353.761000', '140353.764000', '140353.783000', '140353.786000', '140413.657000', '140413.660000', '140413.663000', '140413.665000', '140413.668000', '140413.671000', '140413.673000', '140413.676000', '140413.679000', '140413.682000', '140413.684000', '140413.687000', '140413.690000', '140413.692000', '140413.695000', '140413.698000', '140413.700000', '140413.703000', '140413.706000', '140413.709000', '140413.711000', '140413.714000', '140413.717000', '140413.719000', '140413.722000', '140413.725000', '140413.727000', '140413.730000', '140413.732000', '140413.735000', '140413.738000', '140413.740000', '140413.743000', '140413.746000', '140413.748000', '140413.751000', '140413.753000', '140413.756000', '140413.759000', '140413.761000', '140413.764000', '140413.767000', '140413.769000', '140413.772000', '140433.656000', '140433.659000', '140433.662000', '140433.665000', '140433.667000', '140433.670000', '140433.673000', '140433.675000', '140433.678000', '140433.681000', '140433.683000', '140433.686000', '140433.689000', '140433.691000', '140433.694000', '140433.697000', '140433.700000', '140433.702000', '140433.705000', '140433.708000', '140433.710000', '140433.713000', '140433.716000', '140433.718000', '140433.721000', '140433.724000', '140433.726000', '140433.729000', '140433.732000', '140433.734000', '140433.737000', '140433.740000', '140433.742000', '140433.746000', '140433.749000', '140433.751000', '140433.754000', '140433.756000', '140433.759000', '140433.762000', '140433.764000', '140433.767000', '140433.770000', '140453.655000', '140453.658000', '140453.661000', '140453.664000', '140453.666000', '140453.669000', '140453.671000', '140453.674000', '140453.677000', '140453.679000', '140453.682000', '140453.685000', '140453.687000', '140453.690000', '140453.693000', '140453.695000', '140453.698000', '140453.701000', '140453.703000', '140453.706000', '140453.709000', '140453.711000', '140453.714000', '140453.716000', '140453.719000', '140453.722000', '140453.724000', '140453.727000', '140453.730000', '140453.732000', '140453.735000', '140453.738000', '140453.740000', '140453.743000', '140453.746000', '140453.748000', '140453.751000', '140453.753000', '140453.756000', '140453.759000', '140453.762000', '140453.764000', '140453.767000', '140453.769000', '140513.656000', '140513.659000', '140513.662000', '140513.665000', '140513.667000', '140513.670000', '140513.673000', '140513.675000', '140513.678000', '140513.681000', '140513.684000', '140513.686000', '140513.689000', '140513.691000', '140513.694000', '140513.697000', '140513.699000', '140513.702000', '140513.705000', '140513.707000', '140513.710000', '140513.712000', '140513.715000', '140513.718000', '140513.720000', '140513.723000', '140513.726000', '140513.729000', '140513.731000', '140513.734000', '140513.737000', '140513.739000', '140513.742000', '140513.745000', '140513.748000', '140513.750000', '140513.753000', '140513.756000', '140513.765000', '140513.768000', '140513.771000', '140513.773000', '140513.776000', '140533.657000', '140533.660000', '140533.662000', '140533.666000', '140533.668000', '140533.671000', '140533.674000', '140533.677000', '140533.679000', '140533.682000', '140533.685000', '140533.688000', '140533.690000', '140533.693000', '140533.696000', '140533.699000', '140533.701000', '140533.704000', '140533.706000', '140533.709000', '140533.712000', '140533.715000', '140533.717000', '140533.720000', '140533.723000', '140533.725000', '140533.728000', '140533.731000', '140533.733000', '140533.736000', '140533.739000', '140533.742000', '140533.744000', '140533.747000', '140533.750000', '140533.753000', '140533.755000', '140533.758000', '140533.761000', '140533.764000', '140533.766000', '140533.769000', '140533.772000', '140533.774000', '140544.092000', '140544.095000', '140544.098000', '140544.100000', '140544.103000', '140544.106000', '140544.109000', '140544.111000', '140544.114000', '140544.117000', '140544.119000', '140544.122000', '140544.124000', '140544.127000', '140544.130000', '140544.132000', '140544.135000', '140544.138000', '140544.141000', '140544.143000', '140544.146000', '140544.148000', '140544.151000'], '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': [13960, 9889, 14162, 9145, 8901, 9279, 7320, 11580, 8506, 13817, 9400, 11783, 8453, 8784, 8872, 8061, 11050, 8056, 11823, 7844, 11665, 8085, 13104, 9093, 13238, 8994, 12152, 8917, 13402, 9245, 10340, 8571, 7187, 9478, 7370, 12087, 9206, 14226, 9568, 10167, 9002, 8718, 10384, 9504, 12783, 8694, 13081, 8397, 12368, 8808, 13781, 9862, 15686, 9288, 11005, 8832, 9829, 9278, 10557, 10274, 8203, 10173, 7842, 10647, 9579, 12231, 8412, 12082, 7657, 12113, 8192, 13138, 9072, 13657, 9409, 12331, 9214, 11911, 9056, 13689, 9563, 10992, 8868, 8828, 8730, 9045, 9950, 9672, 11884, 7869, 12505, 8100, 12885, 9248, 14268, 10460, 15520, 9822, 9945, 8907, 8359, 10411, 8846, 13180, 8901, 13989, 8603, 12309, 8673, 13100, 9466, 13522, 9111, 11390, 8508, 11384, 9113, 11702, 8551, 10716, 8383, 10714, 8689, 12422, 9324, 12032, 8858, 11022, 8837, 14708, 9900, 13693, 9054, 10774, 8579, 12073, 9209, 13388, 10012, 9635, 8848, 9272, 9609, 11071, 11128, 8367, 10989, 7658, 12152, 8272, 13715, 9555, 15173, 8691, 11770, 8075, 11815, 8287, 12816, 9091, 12889, 8790, 12283, 9126, 12993, 9393, 12683, 8872, 11088, 8453, 11077, 8922, 8845, 8146, 7065, 10554, 7454, 12186, 9265, 14022, 9630, 10663, 8977, 10797, 9207, 13760, 10071, 8425, 9388, 7294, 10568, 8500, 12788, 8443, 12647, 8193, 12098, 8404, 12059, 8953, 13426, 9166, 12336, 9076, 12296, 9150, 13705, 9514, 16369, 9373, 13371, 8912, 11676, 8944, 10794, 8829, 7706, 10372, 7809, 9967, 7972, 11405, 8414, 13235, 9110, 13620, 9557, 16344, 9263, 11605, 8289, 7912, 9062, 7156, 11682, 8840, 13843, 9433, 10049, 8414, 8797, 8886, 8358, 11274, 8549, 12263, 7803, 12070, 8565, 11720, 9090, 7106, 9594, 7314, 10896, 8326, 8257, 10271, 7578, 12676, 9075, 13728, 9535, 14574, 9998, 13202, 9840, 7391, 9725, 7471, 12692, 8804, 15937, 9367, 12863, 8702, 11449, 8424, 12131, 8764, 8752, 8014, 7321, 9453, 7298, 11338, 7886, 12559, 9115, 12641, 8597, 9535, 8149, 8518, 9640, 9162, 12677, 7953, 12038, 8079, 12032, 8729, 13432, 9572, 14453, 9357, 9588, 8384, 7779, 9072, 7245, 11849, 9114, 13964, 9353, 13078, 9236, 11023, 8888, 10327, 8632, 10489, 10726, 7736, 11596, 7618, 11590, 7771, 10689, 8858, 8812, 9068, 7494, 10794, 7586, 12847, 8896, 11413, 8685, 8485, 8579, 7500, 11470, 8374, 13598, 8815, 10662, 9072, 9749, 9836, 11038, 11127, 7487, 12160, 8015, 13226, 8875, 14071, 8996, 11883, 8384, 8910, 8005, 8790, 9325, 7253, 10322, 7238, 11321, 7987, 12646, 8492, 12576, 8751, 11723, 8643, 10067, 8896, 7173, 10676, 7484, 12835, 9022, 14434, 9866, 11408, 9027, 7296, 9672, 7201, 12608, 9245, 14956, 9670, 11414, 8636, 7567, 10613, 8341, 12898, 8227, 12986, 8358, 10484, 8508, 11078, 9232, 9208, 9097, 7263, 10294, 7364, 12079, 8718, 13997, 9365, 10515, 8903, 7906, 10731, 8582, 13790, 9578, 14789, 9415, 13295, 9645, 13520, 10009, 12423, 8736, 8000, 8797, 7368, 11160, 7869, 12299, 7662, 11697, 7917, 10106, 8383, 8225, 8881, 7084, 10884, 8026, 13049, 9489, 14026, 9468, 13990, 9622, 11333, 9314, 8065, 10076, 7346, 12011, 7979, 10714, 8557, 9068, 10082, 7344, 12687, 8242, 14119, 9301, 15501, 11084, 11725, 8610, 7324, 10114, 7501, 12266, 8006, 12091, 7921, 11336, 8172, 12461, 8637, 8390, 8308, 7139, 11233, 8264, 12646, 9174, 9346, 8838, 7435, 10588, 7433, 12822, 9403, 13625, 8459, 12763, 8840, 12465, 8731, 14211, 9279, 9716, 7993, 7531, 9374, 7394, 11912, 8863, 13603, 9021, 13237, 8840, 9777, 8534, 9146, 11758, 8580, 13350, 8872, 13555, 8942, 10275, 8366, 9750, 9389, 7071, 9956, 7202, 11392, 8027, 12986, 8117, 12416, 8521, 11751, 8797, 13579, 9139, 10254, 8163, 8172, 8502, 8323, 10773, 8281, 12419, 7675, 12818, 8820, 12657, 8946, 11350, 9397, 7475, 10529, 7699, 11984, 8315, 13688, 9390, 15792, 11872, 12328, 8667, 9692, 8352, 9990, 9401, 10603, 9130, 7275, 9584, 7270, 11201, 7898, 12521, 7988, 12016, 7594, 11649, 7928, 11719, 8516, 12528, 8691, 11926, 8795, 12092, 8493, 12849, 9048, 11300, 8849, 7962, 8953, 7662, 10967, 8313, 12148, 7550, 11699, 7729, 12056, 9026, 13383, 9319, 13156, 8479, 11738, 8398, 12617, 9257, 11542, 9262, 7231, 9933, 7840, 13128, 9730, 14095, 8927, 12763, 8581, 12014, 8303, 12812, 9140, 14055, 9119, 10856, 8416, 10170, 8583, 11291, 9653, 8091, 10033, 7580, 11555, 7850, 12524, 9629, 12813, 7929, 12164, 8117, 12423, 8612, 13800, 9777, 12132, 8790, 8424, 8187, 7429, 10592, 8760, 12917, 8460, 12460, 8843, 12331, 8723, 13674, 9663, 13055, 9083, 9651, 8565, 8478, 9196, 9385, 11331, 7828, 11817, 7511, 11648, 8360, 13700, 9642, 12137, 9529, 7752, 9296, 7479, 11363, 8483, 13694, 8996, 13465, 7707, 11378, 7721, 11942, 8369, 12126, 7368, 10921, 7353, 11382, 8382, 13562, 9591, 10449, 8401, 9639, 8960, 12302, 10365, 10606, 9703, 8220, 9899, 8600, 11403, 10556, 12359, 8000, 12593, 7900, 11810, 8433, 13474, 9240, 12868, 8191, 12301, 8605, 13066, 9461, 11844, 9360, 7844, 9776, 7466, 10737, 9497, 12058, 9070, 11621, 7509, 10994, 7770, 11804, 8405, 13555, 8886, 13524, 8592, 11810, 8349, 10128, 8613, 10022, 9127, 7372, 10022, 7784, 11914, 8345, 12806, 9755, 14378, 8341, 11479, 7518, 10781, 7881, 11440, 9050, 14580, 9930, 14731, 9343, 12177, 9067, 12316, 8770, 14000, 8674, 11334, 8105, 9392, 7968, 8677, 9657, 7189, 11022, 7690, 11599, 7885, 12403, 8622, 12204, 7479, 11465, 7638, 12169, 9054, 13670, 8182, 11846, 8220, 12287, 8807, 10928, 9300, 7325, 11146, 7600, 12574, 9071, 13979, 9633, 12424, 8889, 9979, 8698, 10717, 9840, 7841, 10950, 7569, 12355, 8817, 14000, 9551, 8539, 8700, 7587, 11730, 8595, 14715, 9566, 9758, 8681, 7312, 9894, 8468, 12345, 7906, 12240, 8050, 10163, 8573, 10024, 10206, 7383, 11685, 7581, 11218, 8424, 9942, 9305, 7909, 11117, 7375, 11946, 8322, 12802, 9248, 13883, 9526, 11624, 8390, 10324, 8308, 10913, 9271, 8374, 9147, 7389, 10987, 7486, 12049, 8683, 13283, 9079, 12344, 8883, 12114, 9057, 12934, 9143, 14516, 8790, 11783, 8708, 11755, 9187, 13381, 9577, 14586, 9453, 11266, 8434, 10011, 8534, 13401, 9753, 12375, 9033, 10036, 8957, 10142, 8754, 11642, 10142, 9079, 9425, 7297, 10816, 7351, 12801, 9244, 14096, 10018, 13524, 9710, 11815, 9222, 12520, 9654, 13735, 9553, 7358, 11317, 7226, 12270, 8698, 13478, 9059, 12767, 8856, 11836, 8938, 11241, 8999, 10325, 8685, 7250, 9330, 7232, 10098, 8822, 11803, 8460, 12594, 8201, 12089, 8662, 11234, 9036, 9901, 8886, 7170, 10478, 7238, 11386, 9126, 13401, 8869, 12891, 8955, 12756, 9274, 12137, 9532, 8607, 9410, 7090, 11910, 8064, 13792, 9836, 16884, 10244, 12619, 8587, 8080, 9658, 7243, 11671, 8115, 13039, 7846, 9008, 7858, 7190, 11734, 8720, 11381, 8704, 6974, 10094, 7194, 12461, 8631, 12542, 9098, 14460, 8706, 12149, 8604, 12769, 8806, 13521, 10860, 7232, 10597, 7830, 8230, 8401, 7451, 12205, 8723, 8517, 9158, 7657, 12513, 10164, 16886, 11690, 16053, 11491, 12243, 9078, 8200, 10234, 8662, 9506, 8985, 8025, 7162, 8779, 7978, 9596, 8765, 7873, 11156, 8090, 12867, 9119, 12273, 9228, 7938, 13184, 7879, 12856, 8452, 7522, 10051, 7974, 7706, 10105, 8519, 8255, 9354, 8146, 10030], 'WindowCenter': [4376.0, 4321.0, 4347.0, 4293.0, 4282.0, 4291.0, 4259.0, 4309.0, 4279.0, 4319.0, 4289.0, 4309.0, 4268.0, 4278.0, 4278.0, 4269.0, 4310.0, 4281.0, 4311.0, 4281.0, 4311.0, 4281.0, 4322.0, 4292.0, 4321.0, 4291.0, 4310.0, 4291.0, 4319.0, 4291.0, 4302.0, 4281.0, 4261.0, 4301.0, 4272.0, 4321.0, 4303.0, 4333.0, 4303.0, 4313.0, 4292.0, 4292.0, 4301.0, 4291.0, 4322.0, 4281.0, 4321.0, 4279.0, 4309.0, 4280.0, 4319.0, 4290.0, 4329.0, 4279.0, 4298.0, 4278.0, 4287.0, 4278.0, 4299.0, 4289.0, 4269.0, 4288.0, 4268.0, 4298.0, 4288.0, 4310.0, 4268.0, 4310.0, 4258.0, 4308.0, 4269.0, 4318.0, 4280.0, 4320.0, 4291.0, 4320.0, 4291.0, 4310.0, 4291.0, 4320.0, 4292.0, 4300.0, 4291.0, 4291.0, 4280.0, 4279.0, 4290.0, 4290.0, 4311.0, 4270.0, 4321.0, 4270.0, 4319.0, 4290.0, 4319.0, 4301.0, 4331.0, 4289.0, 4289.0, 4279.0, 4269.0, 4298.0, 4278.0, 4320.0, 4279.0, 4319.0, 4278.0, 4308.0, 4280.0, 4308.0, 4290.0, 4319.0, 4280.0, 4309.0, 4280.0, 4309.0, 4290.0, 4309.0, 4281.0, 4300.0, 4281.0, 4301.0, 4293.0, 4322.0, 4304.0, 4323.0, 4294.0, 4313.0, 4293.0, 4332.0, 4303.0, 4321.0, 4292.0, 4301.0, 4281.0, 4310.0, 4290.0, 4320.0, 4290.0, 4290.0, 4280.0, 4289.0, 4289.0, 4299.0, 4311.0, 4280.0, 4300.0, 4271.0, 4309.0, 4268.0, 4319.0, 4289.0, 4330.0, 4268.0, 4298.0, 4268.0, 4297.0, 4266.0, 4308.0, 4279.0, 4309.0, 4280.0, 4310.0, 4290.0, 4319.0, 4291.0, 4310.0, 4282.0, 4309.0, 4280.0, 4299.0, 4291.0, 4280.0, 4280.0, 4263.0, 4311.0, 4271.0, 4321.0, 4293.0, 4332.0, 4303.0, 4302.0, 4292.0, 4300.0, 4290.0, 4321.0, 4290.0, 4269.0, 4279.0, 4258.0, 4288.0, 4267.0, 4308.0, 4268.0, 4309.0, 4269.0, 4308.0, 4268.0, 4308.0, 4279.0, 4319.0, 4291.0, 4309.0, 4280.0, 4308.0, 4279.0, 4319.0, 4289.0, 4329.0, 4278.0, 4309.0, 4278.0, 4297.0, 4278.0, 4297.0, 4279.0, 4270.0, 4299.0, 4270.0, 4290.0, 4270.0, 4299.0, 4269.0, 4309.0, 4279.0, 4320.0, 4280.0, 4330.0, 4278.0, 4298.0, 4267.0, 4256.0, 4267.0, 4246.0, 4308.0, 4279.0, 4320.0, 4280.0, 4290.0, 4280.0, 4280.0, 4278.0, 4268.0, 4299.0, 4280.0, 4310.0, 4271.0, 4321.0, 4282.0, 4325.0, 4294.0, 4262.0, 4301.0, 4274.0, 4312.0, 4281.0, 4281.0, 4301.0, 4272.0, 4322.0, 4292.0, 4322.0, 4292.0, 4331.0, 4290.0, 4309.0, 4288.0, 4246.0, 4276.0, 4245.0, 4306.0, 4266.0, 4317.0, 4266.0, 4296.0, 4266.0, 4295.0, 4267.0, 4295.0, 4267.0, 4266.0, 4267.0, 4257.0, 4288.0, 4258.0, 4298.0, 4269.0, 4308.0, 4279.0, 4309.0, 4280.0, 4288.0, 4268.0, 4279.0, 4289.0, 4279.0, 4320.0, 4269.0, 4309.0, 4270.0, 4308.0, 4279.0, 4318.0, 4289.0, 4319.0, 4279.0, 4288.0, 4267.0, 4257.0, 4277.0, 4259.0, 4309.0, 4279.0, 4320.0, 4290.0, 4319.0, 4279.0, 4298.0, 4279.0, 4288.0, 4267.0, 4288.0, 4298.0, 4259.0, 4309.0, 4269.0, 4309.0, 4270.0, 4299.0, 4279.0, 4279.0, 4279.0, 4259.0, 4299.0, 4270.0, 4319.0, 4280.0, 4309.0, 4279.0, 4280.0, 4279.0, 4260.0, 4310.0, 4281.0, 4320.0, 4291.0, 4301.0, 4290.0, 4290.0, 4289.0, 4299.0, 4298.0, 4257.0, 4308.0, 4257.0, 4307.0, 4277.0, 4307.0, 4268.0, 4296.0, 4267.0, 4277.0, 4267.0, 4278.0, 4278.0, 4260.0, 4298.0, 4259.0, 4309.0, 4270.0, 4321.0, 4281.0, 4321.0, 4292.0, 4322.0, 4292.0, 4302.0, 4292.0, 4262.0, 4312.0, 4272.0, 4333.0, 4293.0, 4332.0, 4302.0, 4312.0, 4291.0, 4272.0, 4291.0, 4260.0, 4320.0, 4291.0, 4330.0, 4291.0, 4310.0, 4279.0, 4269.0, 4299.0, 4269.0, 4309.0, 4279.0, 4320.0, 4280.0, 4299.0, 4280.0, 4310.0, 4290.0, 4290.0, 4279.0, 4260.0, 4300.0, 4260.0, 4310.0, 4280.0, 4330.0, 4291.0, 4301.0, 4290.0, 4270.0, 4310.0, 4280.0, 4321.0, 4291.0, 4330.0, 4279.0, 4319.0, 4290.0, 4308.0, 4287.0, 4307.0, 4266.0, 4256.0, 4266.0, 4257.0, 4296.0, 4267.0, 4307.0, 4258.0, 4308.0, 4269.0, 4299.0, 4280.0, 4282.0, 4291.0, 4261.0, 4312.0, 4283.0, 4332.0, 4302.0, 4332.0, 4304.0, 4332.0, 4291.0, 4312.0, 4289.0, 4268.0, 4288.0, 4258.0, 4309.0, 4269.0, 4299.0, 4278.0, 4280.0, 4299.0, 4259.0, 4320.0, 4279.0, 4320.0, 4290.0, 4329.0, 4299.0, 4298.0, 4267.0, 4258.0, 4286.0, 4257.0, 4307.0, 4268.0, 4308.0, 4269.0, 4298.0, 4279.0, 4319.0, 4280.0, 4280.0, 4281.0, 4271.0, 4322.0, 4292.0, 4321.0, 4292.0, 4291.0, 4292.0, 4271.0, 4300.0, 4260.0, 4321.0, 4290.0, 4320.0, 4269.0, 4309.0, 4278.0, 4307.0, 4277.0, 4317.0, 4278.0, 4287.0, 4267.0, 4257.0, 4287.0, 4258.0, 4308.0, 4278.0, 4319.0, 4278.0, 4318.0, 4278.0, 4289.0, 4277.0, 4278.0, 4308.0, 4278.0, 4318.0, 4278.0, 4308.0, 4277.0, 4286.0, 4266.0, 4276.0, 4278.0, 4246.0, 4287.0, 4257.0, 4307.0, 4269.0, 4318.0, 4269.0, 4319.0, 4280.0, 4310.0, 4280.0, 4319.0, 4291.0, 4299.0, 4280.0, 4280.0, 4279.0, 4269.0, 4299.0, 4280.0, 4320.0, 4270.0, 4320.0, 4290.0, 4319.0, 4279.0, 4299.0, 4278.0, 4258.0, 4298.0, 4269.0, 4308.0, 4268.0, 4319.0, 4289.0, 4329.0, 4298.0, 4306.0, 4265.0, 4274.0, 4254.0, 4275.0, 4274.0, 4285.0, 4275.0, 4244.0, 4274.0, 4244.0, 4295.0, 4255.0, 4305.0, 4255.0, 4306.0, 4258.0, 4307.0, 4268.0, 4307.0, 4278.0, 4308.0, 4279.0, 4308.0, 4279.0, 4308.0, 4279.0, 4308.0, 4279.0, 4298.0, 4278.0, 4268.0, 4277.0, 4257.0, 4297.0, 4267.0, 4308.0, 4268.0, 4308.0, 4269.0, 4308.0, 4290.0, 4319.0, 4290.0, 4320.0, 4280.0, 4310.0, 4279.0, 4308.0, 4290.0, 4310.0, 4289.0, 4259.0, 4290.0, 4268.0, 4319.0, 4289.0, 4330.0, 4280.0, 4308.0, 4277.0, 4307.0, 4267.0, 4306.0, 4278.0, 4318.0, 4278.0, 4297.0, 4267.0, 4287.0, 4276.0, 4297.0, 4287.0, 4256.0, 4286.0, 4256.0, 4296.0, 4255.0, 4307.0, 4275.0, 4306.0, 4255.0, 4295.0, 4265.0, 4306.0, 4266.0, 4305.0, 4286.0, 4295.0, 4266.0, 4266.0, 4266.0, 4256.0, 4296.0, 4277.0, 4318.0, 4268.0, 4307.0, 4278.0, 4307.0, 4278.0, 4317.0, 4288.0, 4307.0, 4278.0, 4287.0, 4277.0, 4268.0, 4277.0, 4277.0, 4308.0, 4267.0, 4308.0, 4258.0, 4308.0, 4278.0, 4318.0, 4289.0, 4309.0, 4288.0, 4268.0, 4278.0, 4257.0, 4307.0, 4267.0, 4318.0, 4277.0, 4317.0, 4256.0, 4296.0, 4256.0, 4297.0, 4266.0, 4306.0, 4257.0, 4297.0, 4268.0, 4308.0, 4281.0, 4329.0, 4301.0, 4311.0, 4281.0, 4301.0, 4292.0, 4321.0, 4301.0, 4300.0, 4290.0, 4279.0, 4289.0, 4278.0, 4308.0, 4298.0, 4309.0, 4268.0, 4318.0, 4268.0, 4307.0, 4268.0, 4317.0, 4277.0, 4318.0, 4268.0, 4307.0, 4279.0, 4317.0, 4287.0, 4308.0, 4289.0, 4268.0, 4288.0, 4257.0, 4297.0, 4276.0, 4308.0, 4266.0, 4296.0, 4256.0, 4295.0, 4255.0, 4296.0, 4266.0, 4317.0, 4277.0, 4318.0, 4278.0, 4308.0, 4278.0, 4287.0, 4279.0, 4289.0, 4288.0, 4258.0, 4288.0, 4270.0, 4309.0, 4268.0, 4307.0, 4277.0, 4318.0, 4266.0, 4297.0, 4257.0, 4297.0, 4280.0, 4308.0, 4291.0, 4330.0, 4300.0, 4331.0, 4288.0, 4308.0, 4278.0, 4297.0, 4266.0, 4316.0, 4266.0, 4297.0, 4266.0, 4276.0, 4266.0, 4266.0, 4287.0, 4259.0, 4298.0, 4269.0, 4308.0, 4268.0, 4319.0, 4279.0, 4309.0, 4258.0, 4297.0, 4259.0, 4306.0, 4276.0, 4317.0, 4266.0, 4296.0, 4266.0, 4308.0, 4276.0, 4298.0, 4277.0, 4257.0, 4299.0, 4269.0, 4319.0, 4289.0, 4318.0, 4289.0, 4309.0, 4278.0, 4289.0, 4278.0, 4288.0, 4287.0, 4266.0, 4296.0, 4256.0, 4308.0, 4277.0, 4316.0, 4287.0, 4277.0, 4277.0, 4269.0, 4308.0, 4279.0, 4328.0, 4288.0, 4288.0, 4277.0, 4258.0, 4288.0, 4269.0, 4309.0, 4269.0, 4308.0, 4270.0, 4298.0, 4278.0, 4288.0, 4299.0, 4258.0, 4310.0, 4270.0, 4309.0, 4280.0, 4289.0, 4288.0, 4269.0, 4310.0, 4259.0, 4309.0, 4279.0, 4308.0, 4279.0, 4318.0, 4288.0, 4298.0, 4278.0, 4287.0, 4267.0, 4298.0, 4290.0, 4267.0, 4278.0, 4260.0, 4310.0, 4259.0, 4308.0, 4280.0, 4320.0, 4291.0, 4321.0, 4290.0, 4308.0, 4279.0, 4308.0, 4290.0, 4319.0, 4279.0, 4308.0, 4280.0, 4309.0, 4290.0, 4321.0, 4290.0, 4330.0, 4290.0, 4300.0, 4279.0, 4288.0, 4278.0, 4318.0, 4290.0, 4309.0, 4278.0, 4287.0, 4278.0, 4288.0, 4278.0, 4299.0, 4300.0, 4279.0, 4290.0, 4269.0, 4309.0, 4269.0, 4321.0, 4290.0, 4333.0, 4302.0, 4333.0, 4302.0, 4310.0, 4291.0, 4310.0, 4289.0, 4319.0, 4277.0, 4258.0, 4298.0, 4257.0, 4308.0, 4278.0, 4319.0, 4278.0, 4320.0, 4279.0, 4307.0, 4278.0, 4297.0, 4277.0, 4286.0, 4279.0, 4259.0, 4290.0, 4259.0, 4298.0, 4280.0, 4309.0, 4281.0, 4320.0, 4281.0, 4320.0, 4280.0, 4309.0, 4290.0, 4289.0, 4279.0, 4260.0, 4299.0, 4270.0, 4310.0, 4289.0, 4321.0, 4290.0, 4319.0, 4289.0, 4318.0, 4289.0, 4310.0, 4291.0, 4279.0, 4288.0, 4258.0, 4309.0, 4268.0, 4317.0, 4288.0, 4327.0, 4288.0, 4308.0, 4266.0, 4256.0, 4275.0, 4244.0, 4296.0, 4256.0, 4308.0, 4267.0, 4277.0, 4280.0, 4259.0, 4310.0, 4290.0, 4311.0, 4279.0, 4258.0, 4298.0, 4258.0, 4319.0, 4279.0, 4309.0, 4280.0, 4329.0, 4279.0, 4309.0, 4278.0, 4307.0, 4276.0, 4307.0, 4297.0, 4256.0, 4286.0, 4256.0, 4267.0, 4266.0, 4258.0, 4308.0, 4279.0, 4279.0, 4289.0, 4258.0, 4310.0, 4289.0, 4328.0, 4297.0, 4316.0, 4296.0, 4295.0, 4264.0, 4254.0, 4286.0, 4278.0, 4276.0, 4274.0, 4265.0, 4245.0, 4265.0, 4267.0, 4276.0, 4277.0, 4267.0, 4297.0, 4267.0, 4307.0, 4277.0, 4307.0, 4275.0, 4255.0, 4304.0, 4254.0, 4305.0, 4253.0, 4244.0, 4275.0, 4266.0, 4267.0, 4297.0, 4278.0, 4267.0, 4276.0, 4258.0, 4286.0], 'WindowWidth': [9652.0, 9566.0, 9593.0, 9512.0, 9492.0, 9501.0, 9457.0, 9524.0, 9483.0, 9536.0, 9497.0, 9522.0, 9468.0, 9480.0, 9481.0, 9470.0, 9526.0, 9488.0, 9527.0, 9490.0, 9527.0, 9490.0, 9543.0, 9505.0, 9543.0, 9503.0, 9527.0, 9501.0, 9537.0, 9503.0, 9516.0, 9489.0, 9462.0, 9515.0, 9479.0, 9544.0, 9523.0, 9563.0, 9523.0, 9535.0, 9505.0, 9504.0, 9516.0, 9502.0, 9547.0, 9487.0, 9541.0, 9483.0, 9522.0, 9483.0, 9535.0, 9497.0, 9552.0, 9482.0, 9507.0, 9478.0, 9489.0, 9478.0, 9507.0, 9494.0, 9467.0, 9492.0, 9465.0, 9504.0, 9491.0, 9524.0, 9466.0, 9523.0, 9454.0, 9519.0, 9468.0, 9533.0, 9485.0, 9537.0, 9501.0, 9537.0, 9502.0, 9524.0, 9501.0, 9538.0, 9505.0, 9512.0, 9501.0, 9500.0, 9485.0, 9482.0, 9497.0, 9497.0, 9527.0, 9473.0, 9541.0, 9472.0, 9536.0, 9498.0, 9538.0, 9515.0, 9558.0, 9496.0, 9496.0, 9481.0, 9468.0, 9507.0, 9480.0, 9539.0, 9480.0, 9537.0, 9480.0, 9518.0, 9484.0, 9520.0, 9500.0, 9537.0, 9486.0, 9522.0, 9485.0, 9521.0, 9500.0, 9522.0, 9488.0, 9513.0, 9491.0, 9514.0, 9508.0, 9546.0, 9526.0, 9548.0, 9512.0, 9535.0, 9508.0, 9561.0, 9521.0, 9543.0, 9503.0, 9515.0, 9487.0, 9524.0, 9499.0, 9541.0, 9499.0, 9497.0, 9485.0, 9495.0, 9495.0, 9510.0, 9527.0, 9484.0, 9512.0, 9475.0, 9522.0, 9467.0, 9535.0, 9493.0, 9555.0, 9466.0, 9506.0, 9465.0, 9502.0, 9461.0, 9518.0, 9482.0, 9522.0, 9485.0, 9524.0, 9499.0, 9535.0, 9500.0, 9524.0, 9489.0, 9524.0, 9486.0, 9509.0, 9501.0, 9485.0, 9487.0, 9467.0, 9530.0, 9477.0, 9542.0, 9509.0, 9560.0, 9522.0, 9518.0, 9503.0, 9512.0, 9499.0, 9542.0, 9498.0, 9468.0, 9481.0, 9452.0, 9490.0, 9463.0, 9520.0, 9464.0, 9521.0, 9468.0, 9519.0, 9467.0, 9518.0, 9482.0, 9535.0, 9501.0, 9523.0, 9484.0, 9518.0, 9481.0, 9535.0, 9495.0, 9551.0, 9478.0, 9520.0, 9477.0, 9504.0, 9480.0, 9505.0, 9485.0, 9475.0, 9509.0, 9472.0, 9498.0, 9471.0, 9507.0, 9468.0, 9520.0, 9481.0, 9538.0, 9482.0, 9551.0, 9479.0, 9506.0, 9463.0, 9447.0, 9461.0, 9433.0, 9517.0, 9480.0, 9539.0, 9484.0, 9500.0, 9485.0, 9483.0, 9478.0, 9466.0, 9507.0, 9484.0, 9526.0, 9473.0, 9539.0, 9491.0, 9555.0, 9509.0, 9465.0, 9515.0, 9484.0, 9531.0, 9489.0, 9488.0, 9515.0, 9476.0, 9545.0, 9505.0, 9544.0, 9504.0, 9556.0, 9498.0, 9521.0, 9490.0, 9432.0, 9470.0, 9429.0, 9512.0, 9458.0, 9531.0, 9459.0, 9498.0, 9458.0, 9496.0, 9461.0, 9496.0, 9462.0, 9459.0, 9462.0, 9450.0, 9490.0, 9451.0, 9505.0, 9468.0, 9518.0, 9482.0, 9522.0, 9483.0, 9493.0, 9467.0, 9481.0, 9494.0, 9482.0, 9539.0, 9469.0, 9522.0, 9470.0, 9517.0, 9481.0, 9533.0, 9497.0, 9537.0, 9480.0, 9491.0, 9463.0, 9450.0, 9476.0, 9455.0, 9523.0, 9484.0, 9540.0, 9497.0, 9536.0, 9482.0, 9506.0, 9480.0, 9491.0, 9462.0, 9491.0, 9505.0, 9454.0, 9522.0, 9470.0, 9522.0, 9472.0, 9508.0, 9484.0, 9482.0, 9482.0, 9457.0, 9509.0, 9471.0, 9536.0, 9485.0, 9521.0, 9483.0, 9485.0, 9483.0, 9459.0, 9524.0, 9489.0, 9541.0, 9503.0, 9514.0, 9500.0, 9500.0, 9495.0, 9509.0, 9507.0, 9451.0, 9518.0, 9449.0, 9519.0, 9475.0, 9517.0, 9464.0, 9501.0, 9462.0, 9475.0, 9463.0, 9478.0, 9478.0, 9457.0, 9508.0, 9456.0, 9524.0, 9474.0, 9540.0, 9490.0, 9541.0, 9504.0, 9544.0, 9505.0, 9519.0, 9507.0, 9465.0, 9533.0, 9480.0, 9560.0, 9507.0, 9558.0, 9520.0, 9532.0, 9503.0, 9478.0, 9502.0, 9461.0, 9540.0, 9501.0, 9558.0, 9502.0, 9525.0, 9482.0, 9469.0, 9508.0, 9469.0, 9523.0, 9482.0, 9539.0, 9485.0, 9510.0, 9485.0, 9525.0, 9499.0, 9497.0, 9483.0, 9458.0, 9511.0, 9459.0, 9525.0, 9487.0, 9554.0, 9503.0, 9514.0, 9500.0, 9473.0, 9526.0, 9486.0, 9542.0, 9501.0, 9557.0, 9484.0, 9536.0, 9497.0, 9520.0, 9490.0, 9516.0, 9461.0, 9445.0, 9459.0, 9448.0, 9500.0, 9463.0, 9517.0, 9453.0, 9518.0, 9471.0, 9511.0, 9488.0, 9490.0, 9502.0, 9465.0, 9532.0, 9495.0, 9560.0, 9520.0, 9561.0, 9523.0, 9559.0, 9502.0, 9531.0, 9496.0, 9468.0, 9494.0, 9454.0, 9523.0, 9470.0, 9508.0, 9481.0, 9484.0, 9510.0, 9458.0, 9538.0, 9484.0, 9540.0, 9498.0, 9552.0, 9508.0, 9506.0, 9462.0, 9451.0, 9487.0, 9449.0, 9517.0, 9465.0, 9520.0, 9469.0, 9505.0, 9483.0, 9535.0, 9488.0, 9487.0, 9490.0, 9478.0, 9545.0, 9507.0, 9541.0, 9506.0, 9502.0, 9504.0, 9475.0, 9513.0, 9459.0, 9540.0, 9497.0, 9542.0, 9469.0, 9523.0, 9480.0, 9516.0, 9477.0, 9530.0, 9479.0, 9489.0, 9463.0, 9451.0, 9491.0, 9453.0, 9517.0, 9479.0, 9535.0, 9480.0, 9533.0, 9480.0, 9495.0, 9478.0, 9479.0, 9520.0, 9479.0, 9535.0, 9479.0, 9520.0, 9475.0, 9488.0, 9459.0, 9474.0, 9477.0, 9435.0, 9489.0, 9452.0, 9516.0, 9468.0, 9533.0, 9469.0, 9536.0, 9486.0, 9524.0, 9485.0, 9534.0, 9501.0, 9510.0, 9485.0, 9486.0, 9482.0, 9468.0, 9509.0, 9485.0, 9540.0, 9474.0, 9540.0, 9499.0, 9536.0, 9482.0, 9509.0, 9481.0, 9451.0, 9507.0, 9469.0, 9521.0, 9468.0, 9537.0, 9495.0, 9552.0, 9505.0, 9515.0, 9457.0, 9468.0, 9440.0, 9468.0, 9466.0, 9483.0, 9469.0, 9427.0, 9467.0, 9428.0, 9495.0, 9444.0, 9510.0, 9445.0, 9514.0, 9451.0, 9516.0, 9467.0, 9517.0, 9481.0, 9519.0, 9484.0, 9521.0, 9484.0, 9519.0, 9482.0, 9519.0, 9482.0, 9505.0, 9479.0, 9466.0, 9477.0, 9452.0, 9502.0, 9464.0, 9520.0, 9467.0, 9521.0, 9469.0, 9521.0, 9498.0, 9537.0, 9501.0, 9541.0, 9488.0, 9525.0, 9484.0, 9521.0, 9499.0, 9525.0, 9497.0, 9456.0, 9497.0, 9467.0, 9535.0, 9495.0, 9556.0, 9484.0, 9522.0, 9478.0, 9518.0, 9466.0, 9515.0, 9481.0, 9535.0, 9479.0, 9503.0, 9463.0, 9490.0, 9475.0, 9502.0, 9490.0, 9447.0, 9488.0, 9447.0, 9499.0, 9446.0, 9514.0, 9471.0, 9515.0, 9443.0, 9498.0, 9458.0, 9511.0, 9460.0, 9510.0, 9488.0, 9499.0, 9459.0, 9460.0, 9460.0, 9449.0, 9501.0, 9477.0, 9534.0, 9466.0, 9518.0, 9479.0, 9517.0, 9480.0, 9530.0, 9496.0, 9520.0, 9479.0, 9492.0, 9478.0, 9466.0, 9476.0, 9477.0, 9520.0, 9465.0, 9520.0, 9454.0, 9519.0, 9482.0, 9533.0, 9496.0, 9523.0, 9494.0, 9468.0, 9479.0, 9452.0, 9517.0, 9463.0, 9534.0, 9476.0, 9532.0, 9447.0, 9501.0, 9447.0, 9502.0, 9460.0, 9515.0, 9450.0, 9504.0, 9468.0, 9519.0, 9488.0, 9551.0, 9517.0, 9529.0, 9491.0, 9516.0, 9507.0, 9542.0, 9517.0, 9514.0, 9498.0, 9484.0, 9495.0, 9480.0, 9520.0, 9508.0, 9524.0, 9466.0, 9535.0, 9466.0, 9517.0, 9465.0, 9530.0, 9479.0, 9535.0, 9467.0, 9519.0, 9484.0, 9531.0, 9492.0, 9519.0, 9494.0, 9467.0, 9492.0, 9450.0, 9503.0, 9475.0, 9518.0, 9461.0, 9500.0, 9446.0, 9497.0, 9445.0, 9499.0, 9459.0, 9530.0, 9476.0, 9533.0, 9479.0, 9520.0, 9482.0, 9492.0, 9482.0, 9496.0, 9495.0, 9455.0, 9495.0, 9471.0, 9521.0, 9467.0, 9518.0, 9475.0, 9536.0, 9462.0, 9503.0, 9452.0, 9504.0, 9487.0, 9522.0, 9504.0, 9556.0, 9513.0, 9556.0, 9494.0, 9520.0, 9479.0, 9503.0, 9460.0, 9528.0, 9461.0, 9502.0, 9461.0, 9474.0, 9460.0, 9462.0, 9492.0, 9458.0, 9508.0, 9470.0, 9521.0, 9467.0, 9537.0, 9481.0, 9523.0, 9453.0, 9505.0, 9454.0, 9514.0, 9473.0, 9533.0, 9459.0, 9500.0, 9462.0, 9517.0, 9475.0, 9504.0, 9478.0, 9451.0, 9508.0, 9470.0, 9536.0, 9497.0, 9534.0, 9498.0, 9523.0, 9480.0, 9494.0, 9478.0, 9492.0, 9489.0, 9459.0, 9500.0, 9447.0, 9519.0, 9477.0, 9529.0, 9491.0, 9479.0, 9478.0, 9471.0, 9521.0, 9484.0, 9550.0, 9493.0, 9493.0, 9477.0, 9455.0, 9493.0, 9468.0, 9524.0, 9470.0, 9523.0, 9472.0, 9506.0, 9480.0, 9494.0, 9509.0, 9454.0, 9524.0, 9473.0, 9523.0, 9485.0, 9495.0, 9493.0, 9468.0, 9524.0, 9456.0, 9522.0, 9484.0, 9519.0, 9482.0, 9534.0, 9495.0, 9505.0, 9481.0, 9491.0, 9465.0, 9505.0, 9497.0, 9463.0, 9479.0, 9458.0, 9525.0, 9456.0, 9520.0, 9485.0, 9539.0, 9502.0, 9540.0, 9498.0, 9521.0, 9483.0, 9520.0, 9497.0, 9537.0, 9482.0, 9520.0, 9486.0, 9523.0, 9499.0, 9540.0, 9498.0, 9551.0, 9498.0, 9510.0, 9482.0, 9494.0, 9480.0, 9532.0, 9496.0, 9521.0, 9479.0, 9490.0, 9478.0, 9492.0, 9479.0, 9507.0, 9511.0, 9482.0, 9497.0, 9471.0, 9524.0, 9471.0, 9541.0, 9501.0, 9561.0, 9519.0, 9563.0, 9519.0, 9528.0, 9501.0, 9524.0, 9496.0, 9535.0, 9478.0, 9452.0, 9506.0, 9451.0, 9518.0, 9480.0, 9536.0, 9479.0, 9537.0, 9484.0, 9518.0, 9479.0, 9503.0, 9477.0, 9488.0, 9481.0, 9455.0, 9497.0, 9457.0, 9505.0, 9484.0, 9525.0, 9487.0, 9540.0, 9490.0, 9540.0, 9487.0, 9523.0, 9498.0, 9495.0, 9483.0, 9460.0, 9510.0, 9473.0, 9524.0, 9496.0, 9542.0, 9499.0, 9537.0, 9496.0, 9534.0, 9497.0, 9523.0, 9500.0, 9482.0, 9493.0, 9455.0, 9522.0, 9467.0, 9532.0, 9492.0, 9547.0, 9492.0, 9519.0, 9460.0, 9446.0, 9469.0, 9428.0, 9498.0, 9448.0, 9518.0, 9463.0, 9478.0, 9487.0, 9458.0, 9525.0, 9501.0, 9528.0, 9482.0, 9455.0, 9507.0, 9455.0, 9535.0, 9484.0, 9523.0, 9486.0, 9551.0, 9483.0, 9523.0, 9480.0, 9517.0, 9474.0, 9517.0, 9503.0, 9446.0, 9487.0, 9447.0, 9463.0, 9460.0, 9453.0, 9518.0, 9483.0, 9483.0, 9495.0, 9454.0, 9525.0, 9495.0, 9548.0, 9503.0, 9530.0, 9498.0, 9497.0, 9453.0, 9441.0, 9489.0, 9480.0, 9472.0, 9468.0, 9459.0, 9430.0, 9456.0, 9462.0, 9472.0, 9475.0, 9463.0, 9505.0, 9465.0, 9519.0, 9477.0, 9517.0, 9471.0, 9442.0, 9508.0, 9439.0, 9511.0, 9437.0, 9426.0, 9469.0, 9460.0, 9465.0, 9504.0, 9479.0, 9463.0, 9475.0, 9451.0, 9487.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.0008931138287864535</td></tr>
<tr><td colspan=3>aqi</td><td>0.023969978080903107</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.40666051811677</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.247577165160075</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950196894726938</td></tr>
<tr><td colspan=3>efc</td><td>0.4834</td></tr>
<tr><td colspan=3>fber</td><td>5532.5967</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07123519357567078</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4703668861712135</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447633949734461</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.354864762037467</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6954815720983474</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2925555150675683</td></tr>
<tr><td colspan=3>gcor</td><td>0.00410427</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017470454797148705</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03283514082431793</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>3.872994078461137</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.367</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5227</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8481</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296467.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.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>324.0288</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5227</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.2039</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3460.895</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3665.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.2904</td></tr>
<tr><td colspan=3>tsnr</td><td>40.18357982765883</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>