<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-03/func/sub-0109_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>fe71169bd2ed226379652a79522827b9</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>17:56:46.242500</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.999421, -0.0140456, 0.0310025, 0.0113385, 0.996245, 0.0858286]</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.259</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.0924935</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7783, -7209, 391, -85, 40, 48, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40ba20d6-fff3-4b98-8c92-08f4f2cf35ec||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.6813724040985107, 0.030420469120144844, 0.08664737641811371, 108.20015716552734], [0.03768333047628403, 2.672853469848633, 0.2306537628173828, -114.10103607177734], [0.08317746222019196, -0.23027177155017853, 2.6887340545654297, -60.2841911315918], [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': ['175646.242500', '175646.702500', '175647.162500', '175647.622500', '175648.082500', '175648.542500', '175649.002500', '175649.462500', '175649.922500', '175650.382500', '175650.842500', '175651.302500', '175651.762500', '175652.222500', '175652.682500', '175653.142500', '175653.602500', '175654.062500', '175654.522500', '175654.982500', '175655.442500', '175655.902500', '175656.362500', '175656.822500', '175657.282500', '175657.742500', '175658.202500', '175658.662500', '175659.122500', '175659.582500', '175700.042500', '175700.502500', '175700.962500', '175701.422500', '175701.882500', '175702.342500', '175702.802500', '175703.262500', '175703.722500', '175704.182500', '175704.642500', '175705.102500', '175705.562500', '175706.022500', '175706.482500', '175706.942500', '175707.402500', '175707.862500', '175708.322500', '175708.782500', '175709.242500', '175709.702500', '175710.162500', '175710.622500', '175711.082500', '175711.542500', '175712.002500', '175712.462500', '175712.922500', '175713.382500', '175713.842500', '175714.302500', '175714.762500', '175715.222500', '175715.682500', '175716.142500', '175716.602500', '175717.062500', '175717.522500', '175717.982500', '175718.442500', '175718.902500', '175719.362500', '175719.822500', '175720.282500', '175720.742500', '175721.202500', '175721.662500', '175722.122500', '175722.582500', '175723.042500', '175723.502500', '175723.962500', '175724.422500', '175724.882500', '175725.342500', '175725.802500', '175726.262500', '175726.722500', '175727.182500', '175727.642500', '175728.102500', '175728.562500', '175729.022500', '175729.482500', '175729.942500', '175730.402500', '175730.862500', '175731.322500', '175731.782500', '175732.242500', '175732.702500', '175733.162500', '175733.622500', '175734.082500', '175734.542500', '175735.002500', '175735.462500', '175735.922500', '175736.382500', '175736.842500', '175737.302500', '175737.762500', '175738.222500', '175738.682500', '175739.142500', '175739.602500', '175740.062500', '175740.522500', '175740.982500', '175741.442500', '175741.902500', '175742.362500', '175742.822500', '175743.282500', '175743.742500', '175744.202500', '175744.662500', '175745.122500', '175745.582500', '175746.042500', '175746.502500', '175746.962500', '175747.422500', '175747.882500', '175748.342500', '175748.802500', '175749.262500', '175749.722500', '175750.182500', '175750.642500', '175751.102500', '175751.562500', '175752.022500', '175752.482500', '175752.942500', '175753.402500', '175753.862500', '175754.322500', '175754.782500', '175755.242500', '175755.702500', '175756.162500', '175756.622500', '175757.082500', '175757.542500', '175758.002500', '175758.462500', '175758.922500', '175759.382500', '175759.842500', '175800.302500', '175800.762500', '175801.222500', '175801.682500', '175802.142500', '175802.602500', '175803.062500', '175803.522500', '175803.982500', '175804.442500', '175804.902500', '175805.362500', '175805.822500', '175806.282500', '175806.742500', '175807.202500', '175807.662500', '175808.122500', '175808.582500', '175809.042500', '175809.502500', '175809.962500', '175810.422500', '175810.882500', '175811.342500', '175811.802500', '175812.262500', '175812.722500', '175813.182500', '175813.642500', '175814.102500', '175814.562500', '175815.022500', '175815.482500', '175815.942500', '175816.402500', '175816.862500', '175817.322500', '175817.782500', '175818.242500', '175818.702500', '175819.162500', '175819.622500', '175820.082500', '175820.542500', '175821.002500', '175821.462500', '175821.922500', '175822.382500', '175822.842500', '175823.302500', '175823.762500', '175824.222500', '175824.682500', '175825.142500', '175825.602500', '175826.062500', '175826.522500', '175826.982500', '175827.442500', '175827.902500', '175828.362500', '175828.822500', '175829.282500', '175829.742500', '175830.202500', '175830.662500', '175831.122500', '175831.582500', '175832.042500', '175832.502500', '175832.962500', '175833.422500', '175833.882500', '175834.342500', '175834.802500', '175835.262500', '175835.722500', '175836.182500', '175836.642500', '175837.102500', '175837.562500', '175838.022500', '175838.482500', '175838.942500', '175839.402500', '175839.862500', '175840.322500', '175840.782500', '175841.242500', '175841.702500', '175842.162500', '175842.622500', '175843.082500', '175843.542500', '175844.002500', '175844.462500', '175844.922500', '175845.382500', '175845.842500', '175846.302500', '175846.762500', '175847.222500', '175847.682500', '175848.142500', '175848.602500', '175849.062500', '175849.522500', '175849.982500', '175850.442500', '175850.902500', '175851.362500', '175851.822500', '175852.282500', '175852.742500', '175853.202500', '175853.662500', '175854.122500', '175854.582500', '175855.042500', '175855.502500', '175855.962500', '175856.422500', '175856.882500', '175857.342500', '175857.802500', '175858.262500', '175858.722500', '175859.182500', '175859.642500', '175900.102500', '175900.562500', '175901.022500', '175901.482500', '175901.942500', '175902.402500', '175902.862500', '175903.322500', '175903.782500', '175904.242500', '175904.702500', '175905.162500', '175905.622500', '175906.082500', '175906.542500', '175907.002500', '175907.462500', '175907.922500', '175908.382500', '175908.842500', '175909.302500', '175909.762500', '175910.222500', '175910.682500', '175911.142500', '175911.602500', '175912.062500', '175912.522500', '175912.982500', '175913.442500', '175913.902500', '175914.362500', '175914.822500', '175915.282500', '175915.742500', '175916.202500', '175916.662500', '175917.122500', '175917.582500', '175918.042500', '175918.502500', '175918.962500', '175919.422500', '175919.882500', '175920.342500', '175920.802500', '175921.262500', '175921.722500', '175922.182500', '175922.642500', '175923.102500', '175923.562500', '175924.022500', '175924.482500', '175924.942500', '175925.402500', '175925.862500', '175926.322500', '175926.782500', '175927.242500', '175927.702500', '175928.162500', '175928.622500', '175929.082500', '175929.542500', '175930.002500', '175930.462500', '175930.922500', '175931.382500', '175931.842500', '175932.302500', '175932.762500', '175933.222500', '175933.682500', '175934.142500', '175934.602500', '175935.062500', '175935.522500', '175935.982500', '175936.442500', '175936.902500', '175937.362500', '175937.822500', '175938.282500', '175938.742500', '175939.202500', '175939.662500', '175940.122500', '175940.582500', '175941.042500', '175941.502500', '175941.962500', '175942.422500', '175942.882500', '175943.342500', '175943.802500', '175944.262500', '175944.722500', '175945.182500', '175945.642500', '175946.102500', '175946.562500', '175947.022500', '175947.482500', '175947.942500', '175948.402500', '175948.862500', '175949.322500', '175949.782500', '175950.242500', '175950.702500', '175951.162500', '175951.622500', '175952.082500', '175952.542500', '175953.002500', '175953.462500', '175953.922500', '175954.382500', '175954.842500', '175955.302500', '175955.762500', '175956.222500', '175956.682500', '175957.142500', '175957.602500', '175958.062500', '175958.522500', '175958.982500', '175959.442500', '175959.902500', '180000.362500', '180000.822500', '180001.282500', '180001.742500', '180002.202500', '180002.662500', '180003.122500', '180003.582500', '180004.042500', '180004.502500', '180004.962500', '180005.422500', '180005.882500', '180006.342500', '180006.802500', '180007.262500', '180007.722500', '180008.182500', '180008.642500', '180009.102500', '180009.562500', '180010.022500', '180010.482500', '180010.942500', '180011.402500', '180011.862500', '180012.322500', '180012.782500', '180013.242500', '180013.702500', '180014.162500', '180014.622500', '180015.082500', '180015.542500', '180016.002500', '180016.462500', '180016.922500', '180017.382500', '180017.842500', '180018.302500', '180018.762500', '180019.222500', '180019.682500', '180020.142500', '180020.602500', '180021.062500', '180021.522500', '180021.982500', '180022.442500', '180022.902500', '180023.362500', '180023.822500', '180024.282500', '180024.742500', '180025.202500', '180025.662500', '180026.122500', '180026.582500', '180027.042500', '180027.502500', '180027.962500', '180028.422500', '180028.882500', '180029.342500', '180029.802500', '180030.262500', '180030.722500', '180031.182500', '180031.642500', '180032.102500', '180032.562500', '180033.022500', '180033.482500', '180033.942500', '180034.402500', '180034.862500', '180035.322500', '180035.782500', '180036.242500', '180036.702500', '180037.162500', '180037.622500', '180038.082500', '180038.542500', '180039.002500', '180039.462500', '180039.922500', '180040.382500', '180040.842500', '180041.302500', '180041.762500', '180042.222500', '180042.682500', '180043.142500', '180043.602500', '180044.062500', '180044.522500', '180044.982500', '180045.442500', '180045.902500', '180046.362500', '180046.822500', '180047.282500', '180047.742500', '180048.202500', '180048.662500', '180049.122500', '180049.582500', '180050.042500', '180050.502500', '180050.962500', '180051.422500', '180051.882500', '180052.342500', '180052.802500', '180053.262500', '180053.722500', '180054.182500', '180054.642500', '180055.102500', '180055.562500', '180056.022500', '180056.482500', '180056.942500', '180057.402500', '180057.862500', '180058.322500', '180058.782500', '180059.242500', '180059.702500', '180100.162500', '180100.622500', '180101.082500', '180101.542500', '180102.002500', '180102.462500', '180102.922500', '180103.382500', '180103.842500', '180104.302500', '180104.762500', '180105.222500', '180105.682500', '180106.142500', '180106.602500', '180107.062500', '180107.522500', '180107.982500', '180108.442500', '180108.902500', '180109.362500', '180109.822500', '180110.282500', '180110.742500', '180111.202500', '180111.662500', '180112.122500', '180112.582500', '180113.042500', '180113.502500', '180113.962500', '180114.422500', '180114.882500', '180115.342500', '180115.802500', '180116.262500', '180116.722500', '180117.182500', '180117.642500', '180118.102500', '180118.562500', '180119.022500', '180119.482500', '180119.942500', '180120.402500', '180120.862500', '180121.322500', '180121.782500', '180122.242500', '180122.702500', '180123.162500', '180123.622500', '180124.082500', '180124.542500', '180125.002500', '180125.462500', '180125.922500', '180126.382500', '180126.842500', '180127.302500', '180127.762500', '180128.222500', '180128.682500', '180129.142500', '180129.602500', '180130.062500', '180130.522500', '180130.982500', '180131.442500', '180131.902500', '180132.362500', '180132.822500', '180133.282500', '180133.742500', '180134.202500', '180134.662500', '180135.122500', '180135.582500', '180136.042500', '180136.502500', '180136.962500', '180137.422500', '180137.882500', '180138.342500', '180138.802500', '180139.262500', '180139.722500', '180140.182500', '180140.642500', '180141.102500', '180141.562500', '180142.022500', '180142.482500', '180142.942500', '180143.402500', '180143.862500', '180144.322500', '180144.782500', '180145.242500', '180145.702500', '180146.162500', '180146.622500', '180147.082500', '180147.542500', '180148.002500', '180148.462500', '180148.922500', '180149.382500', '180149.842500', '180150.302500', '180150.762500', '180151.222500', '180151.682500', '180152.142500', '180152.602500', '180153.062500', '180153.522500', '180153.982500', '180154.442500', '180154.902500', '180155.362500', '180155.822500', '180156.282500', '180156.742500', '180157.202500', '180157.662500', '180158.122500', '180158.582500', '180159.042500', '180159.502500', '180159.962500', '180200.422500', '180200.882500', '180201.342500', '180201.802500', '180202.262500', '180202.722500', '180203.182500', '180203.642500', '180204.102500', '180204.562500', '180205.022500', '180205.482500', '180205.942500', '180206.402500', '180206.862500', '180207.322500', '180207.782500', '180208.242500', '180208.702500', '180209.162500', '180209.622500', '180210.082500', '180210.542500', '180211.002500', '180211.462500', '180211.922500', '180212.382500', '180212.842500', '180213.302500', '180213.762500', '180214.222500', '180214.682500', '180215.142500', '180215.602500', '180216.062500', '180216.522500', '180216.982500', '180217.442500', '180217.902500', '180218.362500', '180218.822500', '180219.282500', '180219.742500', '180220.202500', '180220.662500', '180221.122500', '180221.582500', '180222.042500', '180222.502500', '180222.962500', '180223.422500', '180223.882500', '180224.342500', '180224.802500', '180225.262500', '180225.722500', '180226.182500', '180226.642500', '180227.102500', '180227.562500', '180228.022500', '180228.482500', '180228.942500', '180229.402500', '180229.862500', '180230.322500', '180230.782500', '180231.242500', '180231.702500', '180232.162500', '180232.622500', '180233.082500', '180233.542500', '180234.002500', '180234.462500', '180234.922500', '180235.382500', '180235.842500', '180236.302500', '180236.762500', '180237.222500', '180237.682500', '180238.142500', '180238.602500', '180239.062500', '180239.522500', '180239.982500', '180240.442500', '180240.902500', '180241.362500', '180241.822500', '180242.282500', '180242.742500', '180243.202500', '180243.662500', '180244.122500', '180244.582500', '180245.042500', '180245.502500', '180245.962500', '180246.422500', '180246.882500', '180247.342500', '180247.802500', '180248.262500', '180248.722500', '180249.182500', '180249.642500', '180250.102500', '180250.562500', '180251.022500', '180251.482500', '180251.942500', '180252.402500', '180252.862500', '180253.322500', '180253.782500', '180254.242500', '180254.702500', '180255.162500', '180255.622500', '180256.082500', '180256.542500', '180257.002500', '180257.462500', '180257.922500', '180258.382500', '180258.842500', '180259.302500', '180259.762500', '180300.222500', '180300.682500', '180301.142500', '180301.602500', '180302.062500', '180302.522500', '180302.982500', '180303.442500', '180303.902500', '180304.362500', '180304.822500', '180305.282500', '180305.742500', '180306.202500', '180306.662500', '180307.122500', '180307.582500', '180308.042500', '180308.502500', '180308.962500', '180309.422500', '180309.882500', '180310.342500', '180310.802500', '180311.262500', '180311.722500', '180312.182500', '180312.642500', '180313.102500', '180313.562500', '180314.022500', '180314.482500', '180314.942500', '180315.402500', '180315.862500', '180316.322500', '180316.782500', '180317.242500', '180317.702500', '180318.162500', '180318.622500', '180319.082500', '180319.542500', '180320.002500', '180320.462500', '180320.922500', '180321.382500', '180321.842500', '180322.302500', '180322.762500', '180323.222500', '180323.682500', '180324.142500', '180324.602500', '180325.062500', '180325.522500', '180325.982500', '180326.442500', '180326.902500', '180327.362500', '180327.822500', '180328.282500', '180328.742500', '180329.202500', '180329.662500', '180330.122500', '180330.582500', '180331.042500', '180331.502500', '180331.962500', '180332.422500', '180332.882500', '180333.342500', '180333.802500', '180334.262500', '180334.722500', '180335.182500', '180335.642500', '180336.102500', '180336.562500', '180337.022500', '180337.482500', '180337.942500', '180338.402500', '180338.862500', '180339.322500', '180339.782500', '180340.242500', '180340.702500', '180341.162500', '180341.622500', '180342.082500', '180342.542500', '180343.002500', '180343.462500', '180343.922500', '180344.382500', '180344.842500', '180345.302500', '180345.762500', '180346.222500', '180346.682500', '180347.142500', '180347.602500', '180348.062500', '180348.522500', '180348.982500', '180349.442500', '180349.902500', '180350.362500', '180350.822500', '180351.282500', '180351.742500', '180352.202500', '180352.662500', '180353.122500', '180353.582500', '180354.042500', '180354.502500', '180354.962500', '180355.422500', '180355.882500', '180356.342500', '180356.802500', '180357.262500', '180357.722500', '180358.182500', '180358.642500', '180359.102500', '180359.562500', '180400.022500', '180400.482500', '180400.942500', '180401.402500', '180401.862500', '180402.322500', '180402.782500', '180403.242500', '180403.702500', '180404.162500', '180404.622500', '180405.082500', '180405.542500', '180406.002500', '180406.462500', '180406.922500', '180407.382500', '180407.842500', '180408.302500', '180408.762500', '180409.222500', '180409.682500', '180410.142500', '180410.602500', '180411.062500', '180411.522500', '180411.982500', '180412.442500', '180412.902500', '180413.362500', '180413.822500', '180414.282500', '180414.742500', '180415.202500', '180415.662500', '180416.122500', '180416.582500', '180417.042500', '180417.502500', '180417.962500', '180418.422500', '180418.882500', '180419.342500', '180419.802500', '180420.262500', '180420.722500', '180421.182500', '180421.642500', '180422.102500', '180422.562500', '180423.022500', '180423.482500', '180423.942500', '180424.402500', '180424.862500', '180425.322500', '180425.782500', '180426.242500', '180426.702500', '180427.162500', '180427.622500', '180428.082500', '180428.542500', '180429.002500', '180429.462500', '180429.922500', '180430.382500', '180430.842500', '180431.302500', '180431.762500', '180432.222500', '180432.682500', '180433.142500', '180433.602500', '180434.062500', '180434.522500', '180434.982500', '180435.442500', '180435.902500', '180436.362500', '180436.822500', '180437.282500', '180437.742500', '180438.202500', '180438.662500', '180439.122500', '180439.582500', '180440.042500', '180440.502500', '180440.962500', '180441.422500', '180441.882500', '180442.342500', '180442.802500', '180443.262500', '180443.722500', '180444.182500', '180444.642500', '180445.102500', '180445.562500', '180446.022500', '180446.482500', '180446.942500', '180447.402500', '180447.862500', '180448.322500', '180448.782500', '180449.242500', '180449.702500', '180450.162500', '180450.622500', '180451.082500', '180451.542500', '180452.002500', '180452.462500', '180452.922500', '180453.382500', '180453.842500', '180454.302500', '180454.762500', '180455.222500', '180455.682500'], 'ContentTime': ['175712.070000', '175712.073000', '175712.075000', '175712.078000', '175712.081000', '175712.083000', '175712.086000', '175712.088000', '175712.091000', '175712.094000', '175712.096000', '175712.099000', '175712.101000', '175712.104000', '175712.106000', '175712.109000', '175712.111000', '175712.114000', '175712.117000', '175712.119000', '175712.122000', '175712.124000', '175712.127000', '175712.130000', '175712.141000', '175712.143000', '175712.146000', '175712.148000', '175712.151000', '175712.154000', '175712.156000', '175712.159000', '175712.161000', '175712.164000', '175712.166000', '175712.169000', '175712.171000', '175712.174000', '175712.177000', '175712.179000', '175712.182000', '175712.184000', '175712.187000', '175712.189000', '175712.192000', '175712.195000', '175712.198000', '175712.201000', '175712.204000', '175712.206000', '175712.209000', '175712.211000', '175712.214000', '175712.217000', '175732.034000', '175732.037000', '175732.040000', '175732.043000', '175732.045000', '175732.048000', '175732.050000', '175732.053000', '175732.055000', '175732.062000', '175732.065000', '175732.067000', '175732.070000', '175732.072000', '175732.075000', '175732.090000', '175732.092000', '175732.095000', '175732.097000', '175732.100000', '175732.103000', '175732.105000', '175732.108000', '175732.110000', '175732.113000', '175732.115000', '175732.118000', '175732.120000', '175732.123000', '175732.126000', '175732.128000', '175732.131000', '175732.134000', '175732.136000', '175732.139000', '175732.141000', '175732.144000', '175732.147000', '175732.149000', '175732.152000', '175732.154000', '175732.157000', '175732.159000', '175732.162000', '175752.034000', '175752.037000', '175752.040000', '175752.047000', '175752.050000', '175752.052000', '175752.055000', '175752.058000', '175752.060000', '175752.063000', '175752.065000', '175752.068000', '175752.070000', '175752.073000', '175752.076000', '175752.078000', '175752.081000', '175752.083000', '175752.086000', '175752.088000', '175752.091000', '175752.094000', '175752.096000', '175752.099000', '175752.101000', '175752.104000', '175752.106000', '175752.109000', '175752.112000', '175752.114000', '175752.117000', '175752.119000', '175752.122000', '175752.125000', '175752.127000', '175752.130000', '175752.132000', '175752.135000', '175752.138000', '175752.140000', '175752.143000', '175752.145000', '175752.148000', '175812.034000', '175812.037000', '175812.040000', '175812.042000', '175812.045000', '175812.048000', '175812.050000', '175812.053000', '175812.055000', '175812.058000', '175812.060000', '175812.063000', '175812.066000', '175812.068000', '175812.071000', '175812.073000', '175812.076000', '175812.079000', '175812.081000', '175812.084000', '175812.086000', '175812.089000', '175812.091000', '175812.094000', '175812.097000', '175812.100000', '175812.103000', '175812.106000', '175812.109000', '175812.111000', '175812.114000', '175812.116000', '175812.119000', '175812.122000', '175812.124000', '175812.127000', '175812.129000', '175812.132000', '175812.134000', '175812.137000', '175812.140000', '175812.143000', '175812.146000', '175832.035000', '175832.038000', '175832.041000', '175832.044000', '175832.046000', '175832.049000', '175832.051000', '175832.054000', '175832.065000', '175832.068000', '175832.070000', '175832.073000', '175832.076000', '175832.078000', '175832.081000', '175832.083000', '175832.086000', '175832.089000', '175832.091000', '175832.094000', '175832.096000', '175832.099000', '175832.102000', '175832.104000', '175832.107000', '175832.109000', '175832.112000', '175832.114000', '175832.117000', '175832.120000', '175832.122000', '175832.125000', '175832.127000', '175832.130000', '175832.133000', '175832.135000', '175832.138000', '175832.140000', '175832.143000', '175832.146000', '175832.148000', '175832.151000', '175832.154000', '175832.156000', '175852.036000', '175852.039000', '175852.042000', '175852.045000', '175852.048000', '175852.051000', '175852.053000', '175852.056000', '175852.059000', '175852.061000', '175852.064000', '175852.066000', '175852.074000', '175852.076000', '175852.079000', '175852.081000', '175852.084000', '175852.087000', '175852.089000', '175852.092000', '175852.094000', '175852.097000', '175852.100000', '175852.102000', '175852.105000', '175852.108000', '175852.110000', '175852.113000', '175852.116000', '175852.118000', '175852.121000', '175852.123000', '175852.126000', '175852.129000', '175852.131000', '175852.134000', '175852.136000', '175852.139000', '175852.142000', '175852.144000', '175852.147000', '175852.149000', '175852.152000', '175912.035000', '175912.038000', '175912.041000', '175912.043000', '175912.046000', '175912.049000', '175912.051000', '175912.054000', '175912.056000', '175912.059000', '175912.062000', '175912.083000', '175912.086000', '175912.088000', '175912.091000', '175912.093000', '175912.096000', '175912.099000', '175912.101000', '175912.104000', '175912.106000', '175912.109000', '175912.111000', '175912.114000', '175912.117000', '175912.119000', '175912.122000', '175912.124000', '175912.127000', '175912.130000', '175912.132000', '175912.135000', '175912.137000', '175912.140000', '175912.143000', '175912.145000', '175912.148000', '175912.150000', '175912.153000', '175912.156000', '175912.158000', '175912.161000', '175912.163000', '175912.166000', '175932.036000', '175932.045000', '175932.048000', '175932.050000', '175932.053000', '175932.055000', '175932.058000', '175932.060000', '175932.063000', '175932.066000', '175932.068000', '175932.071000', '175932.073000', '175932.076000', '175932.079000', '175932.081000', '175932.084000', '175932.086000', '175932.089000', '175932.092000', '175932.094000', '175932.097000', '175932.099000', '175932.102000', '175932.105000', '175932.107000', '175932.110000', '175932.112000', '175932.115000', '175932.118000', '175932.120000', '175932.123000', '175932.125000', '175932.128000', '175932.130000', '175932.133000', '175932.136000', '175932.138000', '175932.141000', '175932.144000', '175932.146000', '175932.149000', '175932.151000', '175952.035000', '175952.037000', '175952.040000', '175952.043000', '175952.045000', '175952.048000', '175952.050000', '175952.053000', '175952.056000', '175952.058000', '175952.061000', '175952.063000', '175952.066000', '175952.069000', '175952.071000', '175952.074000', '175952.077000', '175952.079000', '175952.082000', '175952.085000', '175952.087000', '175952.090000', '175952.092000', '175952.095000', '175952.098000', '175952.100000', '175952.103000', '175952.105000', '175952.108000', '175952.111000', '175952.113000', '175952.116000', '175952.118000', '175952.121000', '175952.123000', '175952.126000', '175952.129000', '175952.131000', '175952.134000', '175952.136000', '175952.139000', '175952.142000', '175952.144000', '175952.147000', '180012.035000', '180012.037000', '180012.040000', '180012.043000', '180012.045000', '180012.048000', '180012.050000', '180012.054000', '180012.057000', '180012.060000', '180012.063000', '180012.065000', '180012.068000', '180012.070000', '180012.073000', '180012.080000', '180012.084000', '180012.087000', '180012.089000', '180012.092000', '180012.094000', '180012.097000', '180012.100000', '180012.102000', '180012.105000', '180012.107000', '180012.110000', '180012.113000', '180012.115000', '180012.118000', '180012.120000', '180012.123000', '180012.126000', '180012.128000', '180012.131000', '180012.134000', '180012.136000', '180012.139000', '180012.142000', '180012.144000', '180012.147000', '180012.150000', '180012.152000', '180032.036000', '180032.038000', '180032.041000', '180032.044000', '180032.046000', '180032.049000', '180032.052000', '180032.054000', '180032.057000', '180032.060000', '180032.062000', '180032.065000', '180032.067000', '180032.070000', '180032.073000', '180032.075000', '180032.078000', '180032.080000', '180032.083000', '180032.086000', '180032.088000', '180032.091000', '180032.093000', '180032.096000', '180032.099000', '180032.101000', '180032.104000', '180032.106000', '180032.109000', '180032.112000', '180032.114000', '180032.117000', '180032.119000', '180032.122000', '180032.124000', '180032.127000', '180032.130000', '180032.132000', '180032.135000', '180032.137000', '180032.140000', '180032.143000', '180032.145000', '180032.148000', '180052.035000', '180052.038000', '180052.041000', '180052.043000', '180052.046000', '180052.049000', '180052.051000', '180052.054000', '180052.057000', '180052.059000', '180052.062000', '180052.064000', '180052.067000', '180052.069000', '180052.072000', '180052.075000', '180052.077000', '180052.080000', '180052.082000', '180052.085000', '180052.088000', '180052.090000', '180052.093000', '180052.095000', '180052.098000', '180052.101000', '180052.103000', '180052.106000', '180052.108000', '180052.111000', '180052.114000', '180052.116000', '180052.119000', '180052.121000', '180052.124000', '180052.127000', '180052.129000', '180052.132000', '180052.134000', '180052.137000', '180052.140000', '180052.142000', '180052.145000', '180112.036000', '180112.038000', '180112.041000', '180112.044000', '180112.046000', '180112.049000', '180112.051000', '180112.054000', '180112.057000', '180112.059000', '180112.062000', '180112.064000', '180112.067000', '180112.070000', '180112.072000', '180112.075000', '180112.077000', '180112.080000', '180112.083000', '180112.085000', '180112.088000', '180112.090000', '180112.093000', '180112.096000', '180112.098000', '180112.101000', '180112.104000', '180112.106000', '180112.109000', '180112.111000', '180112.114000', '180112.116000', '180112.119000', '180112.122000', '180112.124000', '180112.127000', '180112.130000', '180112.132000', '180112.135000', '180112.137000', '180112.140000', '180112.143000', '180112.145000', '180112.148000', '180132.036000', '180132.038000', '180132.041000', '180132.044000', '180132.046000', '180132.049000', '180132.052000', '180132.054000', '180132.057000', '180132.059000', '180132.062000', '180132.065000', '180132.067000', '180132.070000', '180132.072000', '180132.075000', '180132.078000', '180132.080000', '180132.083000', '180132.086000', '180132.088000', '180132.091000', '180132.093000', '180132.096000', '180132.099000', '180132.102000', '180132.105000', '180132.108000', '180132.111000', '180132.113000', '180132.116000', '180132.118000', '180132.122000', '180132.125000', '180132.128000', '180132.130000', '180132.133000', '180132.135000', '180132.138000', '180132.141000', '180132.143000', '180132.146000', '180132.148000', '180152.036000', '180152.039000', '180152.041000', '180152.044000', '180152.046000', '180152.049000', '180152.052000', '180152.054000', '180152.057000', '180152.059000', '180152.062000', '180152.065000', '180152.067000', '180152.070000', '180152.072000', '180152.075000', '180152.078000', '180152.080000', '180152.083000', '180152.086000', '180152.088000', '180152.091000', '180152.094000', '180152.096000', '180152.099000', '180152.102000', '180152.104000', '180152.107000', '180152.110000', '180152.112000', '180152.115000', '180152.117000', '180152.120000', '180152.123000', '180152.125000', '180152.128000', '180152.130000', '180152.133000', '180152.136000', '180152.138000', '180152.141000', '180152.143000', '180152.146000', '180152.149000', '180212.035000', '180212.037000', '180212.040000', '180212.043000', '180212.045000', '180212.048000', '180212.050000', '180212.053000', '180212.056000', '180212.058000', '180212.061000', '180212.063000', '180212.066000', '180212.068000', '180212.071000', '180212.074000', '180212.076000', '180212.090000', '180212.093000', '180212.097000', '180212.100000', '180212.102000', '180212.105000', '180212.108000', '180212.122000', '180212.125000', '180212.127000', '180212.130000', '180212.132000', '180212.135000', '180212.138000', '180212.140000', '180212.143000', '180212.146000', '180212.148000', '180212.151000', '180212.154000', '180212.156000', '180212.159000', '180212.162000', '180212.164000', '180212.167000', '180212.169000', '180232.034000', '180232.037000', '180232.040000', '180232.043000', '180232.045000', '180232.048000', '180232.050000', '180232.053000', '180232.056000', '180232.058000', '180232.061000', '180232.063000', '180232.066000', '180232.069000', '180232.071000', '180232.074000', '180232.077000', '180232.079000', '180232.082000', '180232.085000', '180232.087000', '180232.090000', '180232.092000', '180232.095000', '180232.097000', '180232.100000', '180232.103000', '180232.105000', '180232.108000', '180232.110000', '180232.113000', '180232.116000', '180232.118000', '180232.121000', '180232.123000', '180232.126000', '180232.129000', '180232.131000', '180232.134000', '180232.136000', '180232.139000', '180232.142000', '180232.144000', '180232.147000', '180252.036000', '180252.039000', '180252.041000', '180252.044000', '180252.047000', '180252.049000', '180252.052000', '180252.054000', '180252.057000', '180252.060000', '180252.062000', '180252.065000', '180252.067000', '180252.070000', '180252.073000', '180252.075000', '180252.078000', '180252.081000', '180252.083000', '180252.086000', '180252.088000', '180252.091000', '180252.094000', '180252.096000', '180252.099000', '180252.101000', '180252.104000', '180252.107000', '180252.109000', '180252.112000', '180252.114000', '180252.117000', '180252.120000', '180252.122000', '180252.125000', '180252.127000', '180252.130000', '180252.133000', '180252.135000', '180252.138000', '180252.141000', '180252.144000', '180252.147000', '180312.035000', '180312.038000', '180312.041000', '180312.044000', '180312.046000', '180312.049000', '180312.051000', '180312.054000', '180312.057000', '180312.059000', '180312.062000', '180312.065000', '180312.067000', '180312.070000', '180312.072000', '180312.075000', '180312.078000', '180312.080000', '180312.083000', '180312.086000', '180312.088000', '180312.091000', '180312.093000', '180312.096000', '180312.098000', '180312.101000', '180312.104000', '180312.106000', '180312.109000', '180312.112000', '180312.114000', '180312.117000', '180312.119000', '180312.122000', '180312.124000', '180312.127000', '180312.130000', '180312.132000', '180312.135000', '180312.138000', '180312.140000', '180312.143000', '180312.145000', '180312.148000', '180332.036000', '180332.038000', '180332.041000', '180332.044000', '180332.046000', '180332.049000', '180332.051000', '180332.054000', '180332.057000', '180332.059000', '180332.062000', '180332.064000', '180332.067000', '180332.070000', '180332.072000', '180332.075000', '180332.078000', '180332.080000', '180332.083000', '180332.085000', '180332.088000', '180332.090000', '180332.093000', '180332.096000', '180332.098000', '180332.101000', '180332.103000', '180332.106000', '180332.138000', '180332.141000', '180332.143000', '180332.146000', '180332.148000', '180332.151000', '180332.154000', '180332.156000', '180332.159000', '180332.161000', '180332.164000', '180332.167000', '180332.169000', '180332.172000', '180332.174000', '180352.036000', '180352.039000', '180352.041000', '180352.044000', '180352.047000', '180352.050000', '180352.053000', '180352.055000', '180352.058000', '180352.060000', '180352.063000', '180352.066000', '180352.068000', '180352.071000', '180352.074000', '180352.076000', '180352.079000', '180352.082000', '180352.084000', '180352.087000', '180352.090000', '180352.092000', '180352.095000', '180352.098000', '180352.101000', '180352.104000', '180352.106000', '180352.109000', '180352.112000', '180352.115000', '180352.117000', '180352.120000', '180352.122000', '180352.125000', '180352.127000', '180352.130000', '180352.133000', '180352.135000', '180352.138000', '180352.140000', '180352.143000', '180352.146000', '180352.148000', '180352.151000', '180412.036000', '180412.039000', '180412.042000', '180412.045000', '180412.048000', '180412.051000', '180412.053000', '180412.056000', '180412.059000', '180412.061000', '180412.064000', '180412.067000', '180412.069000', '180412.072000', '180412.074000', '180412.077000', '180412.080000', '180412.083000', '180412.085000', '180412.088000', '180412.091000', '180412.093000', '180412.096000', '180412.099000', '180412.101000', '180412.104000', '180412.106000', '180412.109000', '180412.112000', '180412.115000', '180412.117000', '180412.120000', '180412.122000', '180412.125000', '180412.128000', '180412.130000', '180412.133000', '180412.136000', '180412.138000', '180412.141000', '180412.144000', '180412.146000', '180412.149000', '180432.035000', '180432.038000', '180432.040000', '180432.043000', '180432.046000', '180432.048000', '180432.051000', '180432.054000', '180432.056000', '180432.059000', '180432.061000', '180432.064000', '180432.067000', '180432.069000', '180432.072000', '180432.075000', '180432.077000', '180432.080000', '180432.082000', '180432.085000', '180432.088000', '180432.090000', '180432.093000', '180432.095000', '180432.098000', '180432.101000', '180432.103000', '180432.106000', '180432.108000', '180432.111000', '180432.114000', '180432.116000', '180432.119000', '180432.122000', '180432.124000', '180432.127000', '180432.129000', '180432.132000', '180432.134000', '180432.137000', '180432.140000', '180432.142000', '180432.145000', '180452.035000', '180452.038000', '180452.041000', '180452.043000', '180452.046000', '180452.049000', '180452.051000', '180452.054000', '180452.057000', '180452.060000', '180452.062000', '180452.065000', '180452.068000', '180452.070000', '180452.073000', '180452.076000', '180452.079000', '180452.081000', '180452.084000', '180452.087000', '180452.089000', '180452.092000', '180452.095000', '180452.097000', '180452.100000', '180452.103000', '180452.117000', '180452.120000', '180452.122000', '180452.125000', '180452.127000', '180452.130000', '180452.133000', '180452.135000', '180452.138000', '180452.141000', '180452.144000', '180452.147000', '180452.149000', '180452.152000', '180452.155000', '180452.157000', '180452.160000', '180452.162000', '180456.761000', '180456.764000', '180456.766000', '180456.769000', '180456.772000', '180456.774000', '180456.777000', '180456.780000', '180456.782000', '180456.792000', '180456.795000'], 'InstanceCreationTime': ['175712.070000', '175712.073000', '175712.075000', '175712.078000', '175712.081000', '175712.083000', '175712.086000', '175712.088000', '175712.091000', '175712.094000', '175712.096000', '175712.099000', '175712.101000', '175712.104000', '175712.106000', '175712.109000', '175712.111000', '175712.114000', '175712.117000', '175712.119000', '175712.122000', '175712.124000', '175712.127000', '175712.130000', '175712.141000', '175712.143000', '175712.146000', '175712.148000', '175712.151000', '175712.154000', '175712.156000', '175712.159000', '175712.161000', '175712.164000', '175712.166000', '175712.169000', '175712.171000', '175712.174000', '175712.177000', '175712.179000', '175712.182000', '175712.184000', '175712.187000', '175712.189000', '175712.192000', '175712.195000', '175712.198000', '175712.201000', '175712.204000', '175712.206000', '175712.209000', '175712.211000', '175712.214000', '175712.217000', '175732.034000', '175732.037000', '175732.040000', '175732.043000', '175732.045000', '175732.048000', '175732.050000', '175732.053000', '175732.055000', '175732.062000', '175732.065000', '175732.067000', '175732.070000', '175732.072000', '175732.075000', '175732.090000', '175732.092000', '175732.095000', '175732.097000', '175732.100000', '175732.103000', '175732.105000', '175732.108000', '175732.110000', '175732.113000', '175732.115000', '175732.118000', '175732.120000', '175732.123000', '175732.126000', '175732.128000', '175732.131000', '175732.134000', '175732.136000', '175732.139000', '175732.141000', '175732.144000', '175732.147000', '175732.149000', '175732.152000', '175732.154000', '175732.157000', '175732.159000', '175732.162000', '175752.034000', '175752.037000', '175752.040000', '175752.047000', '175752.050000', '175752.052000', '175752.055000', '175752.058000', '175752.060000', '175752.063000', '175752.065000', '175752.068000', '175752.070000', '175752.073000', '175752.076000', '175752.078000', '175752.081000', '175752.083000', '175752.086000', '175752.088000', '175752.091000', '175752.094000', '175752.096000', '175752.099000', '175752.101000', '175752.104000', '175752.106000', '175752.109000', '175752.112000', '175752.114000', '175752.117000', '175752.119000', '175752.122000', '175752.125000', '175752.127000', '175752.130000', '175752.132000', '175752.135000', '175752.138000', '175752.140000', '175752.143000', '175752.145000', '175752.148000', '175812.034000', '175812.037000', '175812.040000', '175812.042000', '175812.045000', '175812.048000', '175812.050000', '175812.053000', '175812.055000', '175812.058000', '175812.060000', '175812.063000', '175812.066000', '175812.068000', '175812.071000', '175812.073000', '175812.076000', '175812.079000', '175812.081000', '175812.084000', '175812.086000', '175812.089000', '175812.091000', '175812.094000', '175812.097000', '175812.100000', '175812.103000', '175812.106000', '175812.109000', '175812.111000', '175812.114000', '175812.116000', '175812.119000', '175812.122000', '175812.124000', '175812.127000', '175812.129000', '175812.132000', '175812.134000', '175812.137000', '175812.140000', '175812.143000', '175812.146000', '175832.035000', '175832.038000', '175832.041000', '175832.044000', '175832.046000', '175832.049000', '175832.051000', '175832.054000', '175832.065000', '175832.068000', '175832.070000', '175832.073000', '175832.076000', '175832.078000', '175832.081000', '175832.083000', '175832.086000', '175832.089000', '175832.091000', '175832.094000', '175832.096000', '175832.099000', '175832.102000', '175832.104000', '175832.107000', '175832.109000', '175832.112000', '175832.114000', '175832.117000', '175832.120000', '175832.122000', '175832.125000', '175832.127000', '175832.130000', '175832.133000', '175832.135000', '175832.138000', '175832.140000', '175832.143000', '175832.146000', '175832.148000', '175832.151000', '175832.154000', '175832.156000', '175852.036000', '175852.039000', '175852.042000', '175852.045000', '175852.048000', '175852.051000', '175852.053000', '175852.056000', '175852.059000', '175852.061000', '175852.064000', '175852.066000', '175852.074000', '175852.076000', '175852.079000', '175852.081000', '175852.084000', '175852.087000', '175852.089000', '175852.092000', '175852.094000', '175852.097000', '175852.100000', '175852.102000', '175852.105000', '175852.108000', '175852.110000', '175852.113000', '175852.116000', '175852.118000', '175852.121000', '175852.123000', '175852.126000', '175852.129000', '175852.131000', '175852.134000', '175852.136000', '175852.139000', '175852.142000', '175852.144000', '175852.147000', '175852.149000', '175852.152000', '175912.035000', '175912.038000', '175912.041000', '175912.043000', '175912.046000', '175912.049000', '175912.051000', '175912.054000', '175912.056000', '175912.059000', '175912.062000', '175912.083000', '175912.086000', '175912.088000', '175912.091000', '175912.093000', '175912.096000', '175912.099000', '175912.101000', '175912.104000', '175912.106000', '175912.109000', '175912.111000', '175912.114000', '175912.117000', '175912.119000', '175912.122000', '175912.124000', '175912.127000', '175912.130000', '175912.132000', '175912.135000', '175912.137000', '175912.140000', '175912.143000', '175912.145000', '175912.148000', '175912.150000', '175912.153000', '175912.156000', '175912.158000', '175912.161000', '175912.163000', '175912.166000', '175932.036000', '175932.045000', '175932.048000', '175932.050000', '175932.053000', '175932.055000', '175932.058000', '175932.060000', '175932.063000', '175932.066000', '175932.068000', '175932.071000', '175932.073000', '175932.076000', '175932.079000', '175932.081000', '175932.084000', '175932.086000', '175932.089000', '175932.092000', '175932.094000', '175932.097000', '175932.099000', '175932.102000', '175932.105000', '175932.107000', '175932.110000', '175932.112000', '175932.115000', '175932.118000', '175932.120000', '175932.123000', '175932.125000', '175932.128000', '175932.130000', '175932.133000', '175932.136000', '175932.138000', '175932.141000', '175932.144000', '175932.146000', '175932.149000', '175932.151000', '175952.035000', '175952.037000', '175952.040000', '175952.043000', '175952.045000', '175952.048000', '175952.050000', '175952.053000', '175952.056000', '175952.058000', '175952.061000', '175952.063000', '175952.066000', '175952.069000', '175952.071000', '175952.074000', '175952.077000', '175952.079000', '175952.082000', '175952.085000', '175952.087000', '175952.090000', '175952.092000', '175952.095000', '175952.098000', '175952.100000', '175952.103000', '175952.105000', '175952.108000', '175952.111000', '175952.113000', '175952.116000', '175952.118000', '175952.121000', '175952.123000', '175952.126000', '175952.129000', '175952.131000', '175952.134000', '175952.136000', '175952.139000', '175952.142000', '175952.144000', '175952.147000', '180012.035000', '180012.037000', '180012.040000', '180012.043000', '180012.045000', '180012.048000', '180012.050000', '180012.054000', '180012.057000', '180012.060000', '180012.063000', '180012.065000', '180012.068000', '180012.070000', '180012.073000', '180012.080000', '180012.084000', '180012.087000', '180012.089000', '180012.092000', '180012.094000', '180012.097000', '180012.100000', '180012.102000', '180012.105000', '180012.107000', '180012.110000', '180012.113000', '180012.115000', '180012.118000', '180012.120000', '180012.123000', '180012.126000', '180012.128000', '180012.131000', '180012.134000', '180012.136000', '180012.139000', '180012.142000', '180012.144000', '180012.147000', '180012.150000', '180012.152000', '180032.036000', '180032.038000', '180032.041000', '180032.044000', '180032.046000', '180032.049000', '180032.052000', '180032.054000', '180032.057000', '180032.060000', '180032.062000', '180032.065000', '180032.067000', '180032.070000', '180032.073000', '180032.075000', '180032.078000', '180032.080000', '180032.083000', '180032.086000', '180032.088000', '180032.091000', '180032.093000', '180032.096000', '180032.099000', '180032.101000', '180032.104000', '180032.106000', '180032.109000', '180032.112000', '180032.114000', '180032.117000', '180032.119000', '180032.122000', '180032.124000', '180032.127000', '180032.130000', '180032.132000', '180032.135000', '180032.137000', '180032.140000', '180032.143000', '180032.145000', '180032.148000', '180052.035000', '180052.038000', '180052.041000', '180052.043000', '180052.046000', '180052.049000', '180052.051000', '180052.054000', '180052.057000', '180052.059000', '180052.062000', '180052.064000', '180052.067000', '180052.069000', '180052.072000', '180052.075000', '180052.077000', '180052.080000', '180052.082000', '180052.085000', '180052.088000', '180052.090000', '180052.093000', '180052.095000', '180052.098000', '180052.101000', '180052.103000', '180052.106000', '180052.108000', '180052.111000', '180052.114000', '180052.116000', '180052.119000', '180052.121000', '180052.124000', '180052.127000', '180052.129000', '180052.132000', '180052.134000', '180052.137000', '180052.140000', '180052.142000', '180052.145000', '180112.036000', '180112.038000', '180112.041000', '180112.044000', '180112.046000', '180112.049000', '180112.051000', '180112.054000', '180112.057000', '180112.059000', '180112.062000', '180112.064000', '180112.067000', '180112.070000', '180112.072000', '180112.075000', '180112.077000', '180112.080000', '180112.083000', '180112.085000', '180112.088000', '180112.090000', '180112.093000', '180112.096000', '180112.098000', '180112.101000', '180112.104000', '180112.106000', '180112.109000', '180112.111000', '180112.114000', '180112.116000', '180112.119000', '180112.122000', '180112.124000', '180112.127000', '180112.130000', '180112.132000', '180112.135000', '180112.137000', '180112.140000', '180112.143000', '180112.145000', '180112.148000', '180132.036000', '180132.038000', '180132.041000', '180132.044000', '180132.046000', '180132.049000', '180132.052000', '180132.054000', '180132.057000', '180132.059000', '180132.062000', '180132.065000', '180132.067000', '180132.070000', '180132.072000', '180132.075000', '180132.078000', '180132.080000', '180132.083000', '180132.086000', '180132.088000', '180132.091000', '180132.093000', '180132.096000', '180132.099000', '180132.102000', '180132.105000', '180132.108000', '180132.111000', '180132.113000', '180132.116000', '180132.118000', '180132.122000', '180132.125000', '180132.128000', '180132.130000', '180132.133000', '180132.135000', '180132.138000', '180132.141000', '180132.143000', '180132.146000', '180132.148000', '180152.036000', '180152.039000', '180152.041000', '180152.044000', '180152.046000', '180152.049000', '180152.052000', '180152.054000', '180152.057000', '180152.059000', '180152.062000', '180152.065000', '180152.067000', '180152.070000', '180152.072000', '180152.075000', '180152.078000', '180152.080000', '180152.083000', '180152.086000', '180152.088000', '180152.091000', '180152.094000', '180152.096000', '180152.099000', '180152.102000', '180152.104000', '180152.107000', '180152.110000', '180152.112000', '180152.115000', '180152.117000', '180152.120000', '180152.123000', '180152.125000', '180152.128000', '180152.130000', '180152.133000', '180152.136000', '180152.138000', '180152.141000', '180152.143000', '180152.146000', '180152.149000', '180212.035000', '180212.037000', '180212.040000', '180212.043000', '180212.045000', '180212.048000', '180212.050000', '180212.053000', '180212.056000', '180212.058000', '180212.061000', '180212.063000', '180212.066000', '180212.068000', '180212.071000', '180212.074000', '180212.076000', '180212.090000', '180212.093000', '180212.097000', '180212.100000', '180212.102000', '180212.105000', '180212.108000', '180212.122000', '180212.125000', '180212.127000', '180212.130000', '180212.132000', '180212.135000', '180212.138000', '180212.140000', '180212.143000', '180212.146000', '180212.148000', '180212.151000', '180212.154000', '180212.156000', '180212.159000', '180212.162000', '180212.164000', '180212.167000', '180212.169000', '180232.034000', '180232.037000', '180232.040000', '180232.043000', '180232.045000', '180232.048000', '180232.050000', '180232.053000', '180232.056000', '180232.058000', '180232.061000', '180232.063000', '180232.066000', '180232.069000', '180232.071000', '180232.074000', '180232.077000', '180232.079000', '180232.082000', '180232.085000', '180232.087000', '180232.090000', '180232.092000', '180232.095000', '180232.097000', '180232.100000', '180232.103000', '180232.105000', '180232.108000', '180232.110000', '180232.113000', '180232.116000', '180232.118000', '180232.121000', '180232.123000', '180232.126000', '180232.129000', '180232.131000', '180232.134000', '180232.136000', '180232.139000', '180232.142000', '180232.144000', '180232.147000', '180252.036000', '180252.039000', '180252.041000', '180252.044000', '180252.047000', '180252.049000', '180252.052000', '180252.054000', '180252.057000', '180252.060000', '180252.062000', '180252.065000', '180252.067000', '180252.070000', '180252.073000', '180252.075000', '180252.078000', '180252.081000', '180252.083000', '180252.086000', '180252.088000', '180252.091000', '180252.094000', '180252.096000', '180252.099000', '180252.101000', '180252.104000', '180252.107000', '180252.109000', '180252.112000', '180252.114000', '180252.117000', '180252.120000', '180252.122000', '180252.125000', '180252.127000', '180252.130000', '180252.133000', '180252.135000', '180252.138000', '180252.141000', '180252.144000', '180252.147000', '180312.035000', '180312.038000', '180312.041000', '180312.044000', '180312.046000', '180312.049000', '180312.051000', '180312.054000', '180312.057000', '180312.059000', '180312.062000', '180312.065000', '180312.067000', '180312.070000', '180312.072000', '180312.075000', '180312.078000', '180312.080000', '180312.083000', '180312.086000', '180312.088000', '180312.091000', '180312.093000', '180312.096000', '180312.098000', '180312.101000', '180312.104000', '180312.106000', '180312.109000', '180312.112000', '180312.114000', '180312.117000', '180312.119000', '180312.122000', '180312.124000', '180312.127000', '180312.130000', '180312.132000', '180312.135000', '180312.138000', '180312.140000', '180312.143000', '180312.145000', '180312.148000', '180332.036000', '180332.038000', '180332.041000', '180332.044000', '180332.046000', '180332.049000', '180332.051000', '180332.054000', '180332.057000', '180332.059000', '180332.062000', '180332.064000', '180332.067000', '180332.070000', '180332.072000', '180332.075000', '180332.078000', '180332.080000', '180332.083000', '180332.085000', '180332.088000', '180332.090000', '180332.093000', '180332.096000', '180332.098000', '180332.101000', '180332.103000', '180332.106000', '180332.138000', '180332.141000', '180332.143000', '180332.146000', '180332.148000', '180332.151000', '180332.154000', '180332.156000', '180332.159000', '180332.161000', '180332.164000', '180332.167000', '180332.169000', '180332.172000', '180332.174000', '180352.036000', '180352.039000', '180352.041000', '180352.044000', '180352.047000', '180352.050000', '180352.053000', '180352.055000', '180352.058000', '180352.060000', '180352.063000', '180352.066000', '180352.068000', '180352.071000', '180352.074000', '180352.076000', '180352.079000', '180352.082000', '180352.084000', '180352.087000', '180352.090000', '180352.092000', '180352.095000', '180352.098000', '180352.101000', '180352.104000', '180352.106000', '180352.109000', '180352.112000', '180352.115000', '180352.117000', '180352.120000', '180352.122000', '180352.125000', '180352.127000', '180352.130000', '180352.133000', '180352.135000', '180352.138000', '180352.140000', '180352.143000', '180352.146000', '180352.148000', '180352.151000', '180412.036000', '180412.039000', '180412.042000', '180412.045000', '180412.048000', '180412.051000', '180412.053000', '180412.056000', '180412.059000', '180412.061000', '180412.064000', '180412.067000', '180412.069000', '180412.072000', '180412.074000', '180412.077000', '180412.080000', '180412.083000', '180412.085000', '180412.088000', '180412.091000', '180412.093000', '180412.096000', '180412.099000', '180412.101000', '180412.104000', '180412.106000', '180412.109000', '180412.112000', '180412.115000', '180412.117000', '180412.120000', '180412.122000', '180412.125000', '180412.128000', '180412.130000', '180412.133000', '180412.136000', '180412.138000', '180412.141000', '180412.144000', '180412.146000', '180412.149000', '180432.035000', '180432.038000', '180432.040000', '180432.043000', '180432.046000', '180432.048000', '180432.051000', '180432.054000', '180432.056000', '180432.059000', '180432.061000', '180432.064000', '180432.067000', '180432.069000', '180432.072000', '180432.075000', '180432.077000', '180432.080000', '180432.082000', '180432.085000', '180432.088000', '180432.090000', '180432.093000', '180432.095000', '180432.098000', '180432.101000', '180432.103000', '180432.106000', '180432.108000', '180432.111000', '180432.114000', '180432.116000', '180432.119000', '180432.122000', '180432.124000', '180432.127000', '180432.129000', '180432.132000', '180432.134000', '180432.137000', '180432.140000', '180432.142000', '180432.145000', '180452.035000', '180452.038000', '180452.041000', '180452.043000', '180452.046000', '180452.049000', '180452.051000', '180452.054000', '180452.057000', '180452.060000', '180452.062000', '180452.065000', '180452.068000', '180452.070000', '180452.073000', '180452.076000', '180452.079000', '180452.081000', '180452.084000', '180452.087000', '180452.089000', '180452.092000', '180452.095000', '180452.097000', '180452.100000', '180452.103000', '180452.117000', '180452.120000', '180452.122000', '180452.125000', '180452.127000', '180452.130000', '180452.133000', '180452.135000', '180452.138000', '180452.141000', '180452.144000', '180452.147000', '180452.149000', '180452.152000', '180452.155000', '180452.157000', '180452.160000', '180452.162000', '180456.761000', '180456.764000', '180456.766000', '180456.769000', '180456.772000', '180456.774000', '180456.777000', '180456.780000', '180456.782000', '180456.792000', '180456.795000'], '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': [12526, 9324, 10341, 8996, 11658, 9425, 13819, 8774, 10580, 9266, 12566, 9022, 12459, 8734, 9910, 8756, 9700, 8862, 9638, 8906, 9555, 8710, 9560, 8694, 9274, 9453, 8923, 11410, 8683, 10595, 8705, 9792, 8696, 9622, 8760, 9578, 8883, 9312, 8975, 9017, 8309, 9484, 8642, 9175, 8537, 8976, 8585, 9320, 8483, 9630, 8740, 9376, 9862, 9402, 11827, 9275, 13011, 9204, 10255, 8814, 9998, 8796, 10043, 8411, 9969, 8431, 9612, 8334, 10240, 8184, 10156, 8309, 10303, 8342, 10186, 9008, 9208, 11925, 9286, 12147, 9650, 14291, 9592, 10793, 9335, 11187, 8924, 11759, 8993, 10714, 8927, 10768, 8764, 10898, 8301, 10416, 8309, 10817, 8112, 10906, 7943, 10574, 7947, 11211, 7785, 11348, 7578, 10826, 7817, 10573, 7983, 10441, 8400, 9827, 13584, 10591, 12094, 10035, 11671, 9884, 10967, 9283, 11476, 8693, 11251, 8395, 10763, 8695, 11741, 8816, 11474, 8070, 11046, 8705, 11629, 8651, 11892, 7412, 11908, 10042, 12836, 8555, 10758, 10887, 10402, 14634, 11260, 13525, 10633, 11384, 10226, 11685, 10570, 11857, 9844, 10986, 9365, 10754, 9810, 10975, 8427, 11054, 8452, 10942, 8362, 11312, 7654, 10720, 7959, 11305, 7764, 10946, 7700, 10018, 10962, 10219, 11879, 9965, 12345, 10083, 11553, 10993, 11348, 9326, 10901, 9140, 10519, 9617, 11267, 9385, 10798, 9061, 10754, 9063, 10652, 9100, 10956, 9099, 10798, 9301, 10982, 8741, 11043, 8510, 11276, 9589, 12576, 9488, 11380, 8859, 11784, 9803, 11973, 9532, 11933, 9823, 13619, 10259, 14278, 10333, 12555, 9941, 11657, 9719, 12746, 9400, 11799, 9179, 11364, 8855, 11241, 9015, 12209, 8512, 11781, 8414, 12125, 8314, 11852, 8030, 11567, 8198, 11917, 7944, 11129, 7681, 10633, 9485, 10917, 8626, 9661, 10288, 9494, 14600, 10280, 12168, 9718, 11112, 9289, 11125, 9329, 11840, 9015, 10880, 8779, 11077, 9213, 11815, 8540, 11088, 8786, 11507, 9430, 12938, 9234, 11942, 9241, 12922, 9488, 13597, 9168, 12360, 9224, 12661, 9527, 11920, 8827, 11832, 8594, 11590, 8413, 11288, 7914, 11662, 8600, 11573, 8365, 10735, 9194, 10448, 9383, 10287, 8945, 8906, 9949, 9936, 9078, 9895, 9453, 9095, 11606, 10370, 8619, 8935, 8616, 9748, 9507, 11129, 8269, 12118, 8350, 11874, 7862, 12506, 9550, 13164, 10331, 11569, 9840, 10748, 9741, 13200, 10340, 14793, 9998, 11304, 9289, 11070, 9401, 11099, 8420, 10980, 8236, 11162, 8359, 11407, 8523, 10797, 8488, 11199, 8409, 12132, 8835, 11797, 8266, 12508, 9014, 12443, 8334, 11253, 10248, 11109, 10115, 10340, 10611, 9453, 11214, 9846, 12265, 9790, 11125, 8626, 11117, 8827, 10600, 8612, 10734, 8243, 10813, 8128, 11228, 7993, 11148, 8144, 11491, 8436, 11683, 8309, 10852, 7968, 11319, 8650, 11338, 8677, 10080, 8879, 11043, 9962, 10836, 7801, 9706, 8501, 10671, 12781, 10293, 13487, 10127, 12659, 10454, 12637, 9707, 12555, 9158, 11518, 8521, 11185, 9021, 11297, 8633, 11014, 8227, 11067, 8610, 12102, 8482, 11344, 8306, 11518, 8671, 11263, 8521, 10175, 10499, 9496, 13142, 10040, 12221, 9762, 11140, 9362, 11109, 9163, 11008, 8460, 10726, 8276, 10995, 7848, 10913, 7908, 10517, 8445, 11020, 8189, 11402, 7779, 10079, 7905, 11307, 8040, 11496, 8285, 11005, 8100, 12262, 8961, 11778, 7998, 10433, 13378, 10472, 14693, 10427, 14951, 10202, 11842, 9477, 11161, 8432, 11172, 8276, 10817, 8436, 10920, 8242, 11310, 8310, 11184, 8430, 11985, 8450, 11601, 8542, 11745, 9750, 13595, 8931, 11683, 8566, 11840, 8388, 12626, 8717, 11751, 8292, 11248, 9059, 11451, 8204, 10421, 8927, 10511, 14815, 10703, 14225, 10353, 11415, 9822, 11562, 9876, 10605, 9127, 10289, 9110, 11521, 9730, 9937, 8756, 9938, 9348, 12242, 9902, 14218, 10281, 12274, 9481, 13815, 9759, 12618, 9083, 10140, 11488, 10128, 11856, 9736, 12062, 9966, 11526, 9509, 10844, 8557, 10919, 8322, 10893, 8487, 10881, 8359, 11010, 8492, 11137, 9061, 12511, 8439, 11433, 8726, 11728, 8218, 11455, 8089, 10875, 8570, 11615, 8533, 11398, 8721, 11308, 8097, 11501, 9329, 11340, 7673, 10669, 8042, 11376, 8385, 11977, 8102, 11499, 8280, 11886, 9776, 13063, 8497, 11149, 8450, 11226, 13626, 10793, 11262, 9599, 11362, 9432, 12422, 10163, 11437, 9062, 11107, 9230, 11034, 9579, 12106, 9295, 12105, 8938, 11518, 8646, 12641, 8458, 11260, 10745, 10412, 15156, 10500, 15324, 10480, 10585, 9364, 10288, 9232, 11004, 9975, 11355, 9360, 10937, 8858, 10879, 8417, 11536, 8378, 11278, 8363, 10291, 12910, 10111, 11262, 9081, 9605, 9555, 9345, 9389, 8046, 10831, 8241, 12681, 8143, 11422, 8258, 11528, 8417, 11949, 12319, 11948, 7861, 10260, 8162, 11487, 8101, 12190, 8653, 11582, 8747, 11486, 8472, 12384, 8889, 12838, 8686, 11564, 8956, 11694, 8460, 13204, 10678, 10770, 12440, 10264, 13085, 10492, 13157, 11002, 8123, 9851, 7581, 9899, 8052, 11814, 8093, 11954, 8408, 11160, 8042, 12145, 8431, 12246, 8167, 11328, 8828, 11595, 14196, 11185, 12496, 9792, 9377, 9495, 9937, 11000, 8226, 11014, 8047, 11199, 8369, 12329, 9028, 11435, 12447, 10128, 16140, 11220, 12418, 10022, 11377, 9602, 13161, 10516, 12712, 9146, 11274, 9284, 11438, 9579, 10767, 9121, 10747, 8574, 10880, 8032, 10728, 8040, 10593, 7976, 10668, 8459, 11165, 8131, 10842, 7893, 9886, 7964, 10621, 7902, 10281, 8169, 10179, 7912, 11608, 8138, 11232, 7936, 11359, 8689, 11622, 8042, 10416, 11324, 10040, 16472, 10817, 13731, 10036, 11457, 9584, 11802, 10261, 10780, 9447, 9895, 8984, 10255, 9340, 9299, 9495, 11599, 9388, 12021, 10177, 13022, 10263, 13007, 9461, 10951, 9414, 11640, 8779, 13287, 8969, 11371, 8651, 11514, 8578, 11718, 8209, 11015, 8443, 10861, 8452, 11456, 8335, 11625, 8184, 11290, 8179, 11753, 8473, 12576, 8531, 11458, 8485, 11367, 8224, 11922, 8814, 11754, 8723, 11261, 8029, 11610, 8492, 12717, 9205, 12714, 9140, 11540, 9157, 11710, 9274, 12473, 8994, 11376, 9203, 12082, 9715, 14258, 9635, 11536, 9410, 11904, 9530, 12339, 9161, 11186, 8885, 11620, 9349, 12019, 9528, 11497, 8975, 11519, 9145, 11982, 8531, 11071, 8044, 10157, 7900, 10770, 9243, 11376, 8787, 11074, 8508, 11054, 8967, 11917, 10209, 10832, 15546, 10707, 13141, 10836, 12270, 8841, 11362, 8574, 10999, 10031, 9847, 11362, 9458, 12122, 9384, 11442, 9328, 10158, 8014, 10370, 8084, 10630, 7987, 10626, 8149, 10730, 7927, 10207, 8127, 11493, 8295, 11699, 8235, 12023, 14344, 11844, 14074, 10542, 13066, 10638, 13121, 11008, 12412, 9613, 10643, 9187, 10620, 9858, 9141, 9680, 7944, 9512, 7864, 11471, 8153, 12725, 8324, 11054, 9283, 10793, 16781, 11510, 14688, 11222, 12028, 9833, 11634, 9798, 11481, 8341, 10942, 8231, 10935, 8394, 11112, 8154, 10865, 8102, 11062, 10243, 10265, 9857, 9440, 13218, 10025, 12650, 10026, 11851, 9078, 10729, 7970, 10888, 9700, 9543, 7737, 9406, 11155, 9822, 13235, 10594, 11909, 9603, 10568, 8883, 10135, 9275, 10858, 8938, 10618, 9614, 11796, 10893, 13829, 10493, 10142, 9888, 8372, 11929, 11999, 14972, 9664, 12139, 8567, 12539, 9203, 12753, 10306, 12569, 10769, 8673, 11741, 8832, 12411, 11480, 13503, 10070, 11326, 8619, 10976, 9819, 11335, 10346, 12690, 10023, 10455, 10296, 12964, 10403, 12626, 10596, 11343, 10750, 12722, 10723, 12381, 10227, 12043, 10611, 13125, 11084, 8800, 9843, 7797, 10078, 8469, 11888, 8123, 11757, 8841, 11898, 9412, 13605, 9266, 13010, 10023, 12021, 9592, 12014, 9529], 'WindowCenter': [4491.0, 4433.0, 4427.0, 4417.0, 4421.0, 4400.0, 4415.0, 4375.0, 4393.0, 4375.0, 4403.0, 4374.0, 4400.0, 4362.0, 4381.0, 4363.0, 4371.0, 4360.0, 4370.0, 4360.0, 4370.0, 4361.0, 4371.0, 4359.0, 4373.0, 4369.0, 4371.0, 4390.0, 4360.0, 4380.0, 4360.0, 4370.0, 4362.0, 4371.0, 4362.0, 4369.0, 4360.0, 4371.0, 4361.0, 4371.0, 4363.0, 4383.0, 4362.0, 4374.0, 4362.0, 4373.0, 4374.0, 4374.0, 4364.0, 4384.0, 4364.0, 4374.0, 4397.0, 4376.0, 4404.0, 4374.0, 4403.0, 4374.0, 4382.0, 4376.0, 4383.0, 4375.0, 4384.0, 4363.0, 4384.0, 4365.0, 4386.0, 4365.0, 4385.0, 4364.0, 4394.0, 4365.0, 4396.0, 4365.0, 4387.0, 4374.0, 4374.0, 4405.0, 4386.0, 4405.0, 4385.0, 4413.0, 4385.0, 4394.0, 4386.0, 4395.0, 4376.0, 4406.0, 4391.0, 4396.0, 4376.0, 4382.0, 4363.0, 4382.0, 4352.0, 4395.0, 4379.0, 4395.0, 4368.0, 4394.0, 4367.0, 4397.0, 4354.0, 4393.0, 4354.0, 4393.0, 4355.0, 4395.0, 4355.0, 4397.0, 4354.0, 4397.0, 4363.0, 4387.0, 4416.0, 4395.0, 4393.0, 4385.0, 4394.0, 4386.0, 4395.0, 4376.0, 4393.0, 4366.0, 4394.0, 4365.0, 4395.0, 4365.0, 4405.0, 4375.0, 4394.0, 4355.0, 4395.0, 4366.0, 4394.0, 4364.0, 4404.0, 4343.0, 4405.0, 4373.0, 4404.0, 4362.0, 4383.0, 4381.0, 4384.0, 4412.0, 4394.0, 4402.0, 4382.0, 4392.0, 4382.0, 4391.0, 4382.0, 4390.0, 4372.0, 4382.0, 4374.0, 4382.0, 4372.0, 4381.0, 4352.0, 4383.0, 4353.0, 4383.0, 4352.0, 4393.0, 4342.0, 4381.0, 4351.0, 4393.0, 4341.0, 4383.0, 4341.0, 4383.0, 4382.0, 4384.0, 4392.0, 4373.0, 4392.0, 4384.0, 4392.0, 4383.0, 4380.0, 4364.0, 4381.0, 4374.0, 4383.0, 4374.0, 4382.0, 4374.0, 4382.0, 4364.0, 4394.0, 4375.0, 4383.0, 4364.0, 4392.0, 4375.0, 4411.0, 4403.0, 4411.0, 4378.0, 4383.0, 4363.0, 4384.0, 4372.0, 4391.0, 4371.0, 4393.0, 4375.0, 4393.0, 4385.0, 4394.0, 4374.0, 4393.0, 4385.0, 4416.0, 4387.0, 4413.0, 4385.0, 4392.0, 4374.0, 4393.0, 4375.0, 4404.0, 4374.0, 4392.0, 4373.0, 4392.0, 4375.0, 4394.0, 4364.0, 4394.0, 4363.0, 4393.0, 4353.0, 4393.0, 4352.0, 4391.0, 4342.0, 4394.0, 4353.0, 4394.0, 4352.0, 4393.0, 4342.0, 4384.0, 4375.0, 4394.0, 4363.0, 4384.0, 4382.0, 4375.0, 4414.0, 4385.0, 4392.0, 4374.0, 4382.0, 4375.0, 4393.0, 4374.0, 4392.0, 4363.0, 4382.0, 4363.0, 4394.0, 4375.0, 4393.0, 4364.0, 4392.0, 4375.0, 4393.0, 4375.0, 4404.0, 4374.0, 4392.0, 4374.0, 4404.0, 4374.0, 4402.0, 4363.0, 4391.0, 4362.0, 4391.0, 4372.0, 4390.0, 4362.0, 4392.0, 4363.0, 4391.0, 4351.0, 4381.0, 4352.0, 4392.0, 4351.0, 4381.0, 4350.0, 4382.0, 4361.0, 4383.0, 4361.0, 4371.0, 4350.0, 4360.0, 4371.0, 4373.0, 4361.0, 4384.0, 4371.0, 4363.0, 4392.0, 4384.0, 4361.0, 4363.0, 4351.0, 4372.0, 4373.0, 4393.0, 4352.0, 4392.0, 4364.0, 4394.0, 4355.0, 4406.0, 4388.0, 4416.0, 4396.0, 4394.0, 4386.0, 4383.0, 4376.0, 4404.0, 4384.0, 4402.0, 4372.0, 4382.0, 4373.0, 4383.0, 4373.0, 4382.0, 4352.0, 4381.0, 4354.0, 4382.0, 4353.0, 4381.0, 4362.0, 4383.0, 4363.0, 4393.0, 4353.0, 4393.0, 4362.0, 4382.0, 4352.0, 4392.0, 4351.0, 4391.0, 4339.0, 4380.0, 4371.0, 4382.0, 4371.0, 4372.0, 4370.0, 4372.0, 4382.0, 4373.0, 4390.0, 4372.0, 4381.0, 4352.0, 4382.0, 4363.0, 4382.0, 4363.0, 4382.0, 4363.0, 4395.0, 4354.0, 4394.0, 4353.0, 4393.0, 4354.0, 4395.0, 4353.0, 4394.0, 4352.0, 4383.0, 4353.0, 4395.0, 4353.0, 4384.0, 4353.0, 4383.0, 4362.0, 4394.0, 4373.0, 4384.0, 4343.0, 4373.0, 4362.0, 4385.0, 4403.0, 4384.0, 4402.0, 4373.0, 4392.0, 4384.0, 4392.0, 4373.0, 4391.0, 4363.0, 4381.0, 4365.0, 4382.0, 4363.0, 4382.0, 4352.0, 4382.0, 4354.0, 4383.0, 4364.0, 4392.0, 4352.0, 4383.0, 4351.0, 4393.0, 4352.0, 4382.0, 4351.0, 4372.0, 4371.0, 4374.0, 4391.0, 4373.0, 4391.0, 4372.0, 4380.0, 4374.0, 4382.0, 4363.0, 4381.0, 4353.0, 4381.0, 4364.0, 4393.0, 4353.0, 4383.0, 4351.0, 4384.0, 4353.0, 4395.0, 4354.0, 4393.0, 4342.0, 4374.0, 4354.0, 4394.0, 4352.0, 4394.0, 4353.0, 4383.0, 4355.0, 4405.0, 4364.0, 4394.0, 4352.0, 4384.0, 4404.0, 4383.0, 4413.0, 4383.0, 4400.0, 4384.0, 4391.0, 4375.0, 4382.0, 4353.0, 4381.0, 4353.0, 4383.0, 4366.0, 4384.0, 4365.0, 4392.0, 4365.0, 4395.0, 4367.0, 4394.0, 4365.0, 4394.0, 4364.0, 4394.0, 4373.0, 4403.0, 4363.0, 4393.0, 4362.0, 4393.0, 4352.0, 4403.0, 4362.0, 4392.0, 4351.0, 4392.0, 4362.0, 4393.0, 4351.0, 4383.0, 4361.0, 4383.0, 4402.0, 4382.0, 4400.0, 4371.0, 4380.0, 4373.0, 4381.0, 4373.0, 4370.0, 4374.0, 4371.0, 4364.0, 4393.0, 4375.0, 4372.0, 4364.0, 4384.0, 4376.0, 4394.0, 4385.0, 4403.0, 4383.0, 4392.0, 4373.0, 4402.0, 4361.0, 4392.0, 4349.0, 4371.0, 4380.0, 4369.0, 4379.0, 4360.0, 4379.0, 4371.0, 4380.0, 4361.0, 4378.0, 4350.0, 4380.0, 4352.0, 4381.0, 4351.0, 4408.0, 4383.0, 4397.0, 4363.0, 4382.0, 4361.0, 4390.0, 4351.0, 4380.0, 4351.0, 4392.0, 4352.0, 4381.0, 4342.0, 4382.0, 4363.0, 4394.0, 4352.0, 4382.0, 4350.0, 4381.0, 4341.0, 4392.0, 4361.0, 4382.0, 4342.0, 4381.0, 4352.0, 4395.0, 4353.0, 4394.0, 4353.0, 4393.0, 4353.0, 4395.0, 4374.0, 4403.0, 4351.0, 4382.0, 4349.0, 4384.0, 4401.0, 4381.0, 4380.0, 4361.0, 4377.0, 4361.0, 4391.0, 4372.0, 4380.0, 4361.0, 4379.0, 4363.0, 4382.0, 4373.0, 4391.0, 4361.0, 4390.0, 4351.0, 4380.0, 4351.0, 4391.0, 4341.0, 4370.0, 4368.0, 4369.0, 4399.0, 4370.0, 4398.0, 4370.0, 4367.0, 4360.0, 4369.0, 4362.0, 4382.0, 4372.0, 4381.0, 4362.0, 4381.0, 4363.0, 4382.0, 4353.0, 4381.0, 4340.0, 4381.0, 4340.0, 4370.0, 4391.0, 4371.0, 4370.0, 4361.0, 4358.0, 4372.0, 4362.0, 4373.0, 4354.0, 4396.0, 4364.0, 4407.0, 4353.0, 4395.0, 4352.0, 4393.0, 4353.0, 4393.0, 4392.0, 4393.0, 4341.0, 4372.0, 4353.0, 4393.0, 4354.0, 4394.0, 4364.0, 4393.0, 4363.0, 4394.0, 4367.0, 4405.0, 4366.0, 4402.0, 4364.0, 4393.0, 4363.0, 4395.0, 4354.0, 4404.0, 4383.0, 4383.0, 4390.0, 4371.0, 4390.0, 4383.0, 4390.0, 4381.0, 4340.0, 4371.0, 4341.0, 4383.0, 4356.0, 4404.0, 4354.0, 4394.0, 4352.0, 4393.0, 4353.0, 4394.0, 4354.0, 4393.0, 4352.0, 4383.0, 4362.0, 4393.0, 4402.0, 4381.0, 4390.0, 4371.0, 4359.0, 4372.0, 4372.0, 4382.0, 4351.0, 4382.0, 4340.0, 4383.0, 4352.0, 4392.0, 4351.0, 4382.0, 4390.0, 4371.0, 4399.0, 4380.0, 4378.0, 4359.0, 4368.0, 4360.0, 4388.0, 4370.0, 4378.0, 4360.0, 4368.0, 4359.0, 4379.0, 4360.0, 4368.0, 4359.0, 4368.0, 4349.0, 4377.0, 4340.0, 4369.0, 4340.0, 4369.0, 4340.0, 4381.0, 4351.0, 4381.0, 4340.0, 4382.0, 4339.0, 4370.0, 4341.0, 4372.0, 4341.0, 4371.0, 4351.0, 4383.0, 4352.0, 4393.0, 4352.0, 4383.0, 4352.0, 4394.0, 4362.0, 4393.0, 4342.0, 4383.0, 4381.0, 4374.0, 4412.0, 4381.0, 4390.0, 4371.0, 4381.0, 4361.0, 4392.0, 4374.0, 4382.0, 4373.0, 4371.0, 4363.0, 4382.0, 4376.0, 4373.0, 4374.0, 4382.0, 4373.0, 4393.0, 4385.0, 4404.0, 4385.0, 4392.0, 4377.0, 4394.0, 4374.0, 4395.0, 4363.0, 4404.0, 4375.0, 4408.0, 4365.0, 4393.0, 4364.0, 4392.0, 4353.0, 4382.0, 4352.0, 4394.0, 4364.0, 4394.0, 4354.0, 4393.0, 4352.0, 4382.0, 4352.0, 4394.0, 4352.0, 4393.0, 4351.0, 4382.0, 4352.0, 4391.0, 4353.0, 4393.0, 4363.0, 4392.0, 4353.0, 4381.0, 4353.0, 4394.0, 4365.0, 4392.0, 4365.0, 4391.0, 4363.0, 4382.0, 4374.0, 4393.0, 4363.0, 4392.0, 4363.0, 4381.0, 4374.0, 4393.0, 4364.0, 4402.0, 4361.0, 4381.0, 4363.0, 4395.0, 4374.0, 4392.0, 4364.0, 4383.0, 4364.0, 4393.0, 4373.0, 4392.0, 4374.0, 4382.0, 4363.0, 4392.0, 4363.0, 4393.0, 4353.0, 4381.0, 4352.0, 4382.0, 4355.0, 4394.0, 4378.0, 4395.0, 4366.0, 4393.0, 4365.0, 4396.0, 4364.0, 4395.0, 4372.0, 4383.0, 4401.0, 4382.0, 4392.0, 4382.0, 4381.0, 4361.0, 4381.0, 4350.0, 4383.0, 4359.0, 4371.0, 4379.0, 4361.0, 4380.0, 4361.0, 4382.0, 4362.0, 4371.0, 4354.0, 4372.0, 4352.0, 4384.0, 4354.0, 4384.0, 4343.0, 4383.0, 4354.0, 4384.0, 4354.0, 4394.0, 4352.0, 4395.0, 4354.0, 4395.0, 4403.0, 4393.0, 4390.0, 4373.0, 4390.0, 4372.0, 4391.0, 4382.0, 4390.0, 4373.0, 4371.0, 4362.0, 4383.0, 4386.0, 4373.0, 4374.0, 4353.0, 4374.0, 4355.0, 4397.0, 4357.0, 4405.0, 4354.0, 4394.0, 4362.0, 4385.0, 4414.0, 4384.0, 4402.0, 4384.0, 4382.0, 4373.0, 4382.0, 4372.0, 4381.0, 4341.0, 4382.0, 4353.0, 4383.0, 4351.0, 4382.0, 4340.0, 4383.0, 4341.0, 4384.0, 4371.0, 4374.0, 4371.0, 4362.0, 4391.0, 4372.0, 4392.0, 4372.0, 4381.0, 4362.0, 4381.0, 4342.0, 4382.0, 4360.0, 4361.0, 4329.0, 4361.0, 4381.0, 4372.0, 4401.0, 4382.0, 4382.0, 4371.0, 4383.0, 4365.0, 4383.0, 4374.0, 4383.0, 4364.0, 4384.0, 4375.0, 4393.0, 4396.0, 4402.0, 4385.0, 4383.0, 4384.0, 4364.0, 4407.0, 4395.0, 4415.0, 4373.0, 4392.0, 4353.0, 4393.0, 4364.0, 4402.0, 4385.0, 4394.0, 4385.0, 4352.0, 4392.0, 4362.0, 4395.0, 4382.0, 4392.0, 4361.0, 4370.0, 4352.0, 4383.0, 4384.0, 4381.0, 4373.0, 4392.0, 4373.0, 4382.0, 4384.0, 4392.0, 4385.0, 4392.0, 4383.0, 4382.0, 4385.0, 4393.0, 4384.0, 4392.0, 4383.0, 4392.0, 4385.0, 4392.0, 4384.0, 4362.0, 4373.0, 4342.0, 4373.0, 4354.0, 4392.0, 4342.0, 4393.0, 4363.0, 4394.0, 4363.0, 4403.0, 4361.0, 4391.0, 4362.0, 4381.0, 4363.0, 4392.0, 4364.0], 'WindowWidth': [9885.0, 9792.0, 9769.0, 9753.0, 9744.0, 9714.0, 9725.0, 9671.0, 9691.0, 9670.0, 9702.0, 9665.0, 9694.0, 9647.0, 9671.0, 9650.0, 9656.0, 9642.0, 9654.0, 9640.0, 9656.0, 9641.0, 9657.0, 9639.0, 9659.0, 9652.0, 9657.0, 9680.0, 9641.0, 9665.0, 9640.0, 9651.0, 9646.0, 9656.0, 9647.0, 9652.0, 9640.0, 9655.0, 9643.0, 9659.0, 9649.0, 9677.0, 9646.0, 9666.0, 9647.0, 9665.0, 9666.0, 9667.0, 9650.0, 9679.0, 9652.0, 9665.0, 9700.0, 9670.0, 9704.0, 9665.0, 9701.0, 9665.0, 9675.0, 9673.0, 9675.0, 9669.0, 9677.0, 9650.0, 9679.0, 9655.0, 9685.0, 9653.0, 9682.0, 9650.0, 9692.0, 9656.0, 9697.0, 9653.0, 9685.0, 9663.0, 9666.0, 9708.0, 9685.0, 9708.0, 9682.0, 9717.0, 9681.0, 9690.0, 9685.0, 9693.0, 9670.0, 9710.0, 9700.0, 9698.0, 9669.0, 9672.0, 9647.0, 9670.0, 9631.0, 9695.0, 9683.0, 9696.0, 9664.0, 9690.0, 9660.0, 9698.0, 9638.0, 9688.0, 9636.0, 9689.0, 9640.0, 9693.0, 9640.0, 9698.0, 9639.0, 9698.0, 9651.0, 9687.0, 9724.0, 9694.0, 9688.0, 9678.0, 9689.0, 9682.0, 9692.0, 9669.0, 9689.0, 9657.0, 9689.0, 9653.0, 9694.0, 9654.0, 9705.0, 9666.0, 9690.0, 9640.0, 9694.0, 9654.0, 9691.0, 9651.0, 9704.0, 9621.0, 9706.0, 9660.0, 9703.0, 9643.0, 9672.0, 9668.0, 9675.0, 9711.0, 9689.0, 9696.0, 9671.0, 9682.0, 9671.0, 9680.0, 9671.0, 9678.0, 9657.0, 9669.0, 9663.0, 9669.0, 9658.0, 9667.0, 9630.0, 9672.0, 9634.0, 9673.0, 9631.0, 9686.0, 9617.0, 9670.0, 9630.0, 9687.0, 9616.0, 9673.0, 9615.0, 9674.0, 9671.0, 9675.0, 9683.0, 9660.0, 9682.0, 9676.0, 9684.0, 9674.0, 9665.0, 9647.0, 9667.0, 9664.0, 9673.0, 9662.0, 9670.0, 9663.0, 9669.0, 9649.0, 9689.0, 9668.0, 9672.0, 9650.0, 9685.0, 9667.0, 9728.0, 9721.0, 9725.0, 9676.0, 9673.0, 9644.0, 9672.0, 9657.0, 9678.0, 9653.0, 9684.0, 9668.0, 9683.0, 9679.0, 9688.0, 9664.0, 9686.0, 9680.0, 9720.0, 9683.0, 9714.0, 9678.0, 9683.0, 9661.0, 9686.0, 9666.0, 9699.0, 9662.0, 9681.0, 9660.0, 9683.0, 9667.0, 9688.0, 9651.0, 9688.0, 9646.0, 9685.0, 9634.0, 9686.0, 9631.0, 9682.0, 9616.0, 9687.0, 9633.0, 9687.0, 9629.0, 9685.0, 9617.0, 9676.0, 9666.0, 9690.0, 9646.0, 9676.0, 9671.0, 9665.0, 9716.0, 9677.0, 9683.0, 9662.0, 9670.0, 9665.0, 9687.0, 9662.0, 9682.0, 9647.0, 9668.0, 9649.0, 9689.0, 9664.0, 9685.0, 9649.0, 9683.0, 9667.0, 9686.0, 9667.0, 9701.0, 9662.0, 9684.0, 9664.0, 9702.0, 9661.0, 9696.0, 9645.0, 9681.0, 9645.0, 9681.0, 9655.0, 9677.0, 9643.0, 9685.0, 9646.0, 9681.0, 9628.0, 9668.0, 9631.0, 9684.0, 9627.0, 9667.0, 9623.0, 9667.0, 9639.0, 9670.0, 9638.0, 9654.0, 9623.0, 9639.0, 9653.0, 9658.0, 9641.0, 9675.0, 9654.0, 9647.0, 9685.0, 9675.0, 9642.0, 9645.0, 9627.0, 9658.0, 9660.0, 9687.0, 9631.0, 9684.0, 9649.0, 9691.0, 9641.0, 9709.0, 9690.0, 9722.0, 9697.0, 9690.0, 9680.0, 9674.0, 9668.0, 9702.0, 9676.0, 9697.0, 9657.0, 9669.0, 9660.0, 9670.0, 9659.0, 9669.0, 9631.0, 9667.0, 9636.0, 9671.0, 9633.0, 9667.0, 9644.0, 9669.0, 9647.0, 9686.0, 9633.0, 9684.0, 9642.0, 9668.0, 9630.0, 9681.0, 9625.0, 9677.0, 9607.0, 9663.0, 9653.0, 9668.0, 9651.0, 9655.0, 9649.0, 9655.0, 9668.0, 9659.0, 9677.0, 9657.0, 9664.0, 9629.0, 9670.0, 9648.0, 9670.0, 9647.0, 9670.0, 9647.0, 9691.0, 9636.0, 9688.0, 9633.0, 9687.0, 9635.0, 9691.0, 9633.0, 9687.0, 9630.0, 9673.0, 9632.0, 9691.0, 9631.0, 9675.0, 9632.0, 9672.0, 9644.0, 9690.0, 9657.0, 9675.0, 9617.0, 9659.0, 9644.0, 9678.0, 9699.0, 9676.0, 9695.0, 9658.0, 9681.0, 9675.0, 9682.0, 9657.0, 9679.0, 9645.0, 9666.0, 9650.0, 9670.0, 9646.0, 9667.0, 9631.0, 9667.0, 9638.0, 9672.0, 9648.0, 9683.0, 9629.0, 9671.0, 9629.0, 9685.0, 9627.0, 9669.0, 9625.0, 9655.0, 9652.0, 9660.0, 9679.0, 9658.0, 9678.0, 9655.0, 9664.0, 9661.0, 9668.0, 9645.0, 9665.0, 9632.0, 9666.0, 9650.0, 9687.0, 9632.0, 9673.0, 9629.0, 9675.0, 9633.0, 9691.0, 9634.0, 9686.0, 9617.0, 9661.0, 9635.0, 9689.0, 9631.0, 9690.0, 9633.0, 9674.0, 9638.0, 9705.0, 9648.0, 9689.0, 9631.0, 9674.0, 9702.0, 9674.0, 9712.0, 9673.0, 9692.0, 9672.0, 9680.0, 9663.0, 9668.0, 9633.0, 9667.0, 9634.0, 9674.0, 9653.0, 9674.0, 9651.0, 9684.0, 9651.0, 9692.0, 9656.0, 9689.0, 9653.0, 9688.0, 9649.0, 9689.0, 9659.0, 9700.0, 9645.0, 9685.0, 9641.0, 9686.0, 9632.0, 9700.0, 9642.0, 9683.0, 9625.0, 9683.0, 9643.0, 9684.0, 9626.0, 9670.0, 9638.0, 9671.0, 9697.0, 9669.0, 9691.0, 9654.0, 9663.0, 9660.0, 9665.0, 9658.0, 9651.0, 9660.0, 9655.0, 9649.0, 9687.0, 9665.0, 9657.0, 9651.0, 9676.0, 9669.0, 9688.0, 9680.0, 9699.0, 9672.0, 9681.0, 9658.0, 9696.0, 9638.0, 9680.0, 9620.0, 9650.0, 9663.0, 9648.0, 9658.0, 9636.0, 9660.0, 9651.0, 9664.0, 9639.0, 9658.0, 9625.0, 9661.0, 9629.0, 9665.0, 9628.0, 9717.0, 9690.0, 9697.0, 9645.0, 9668.0, 9639.0, 9678.0, 9626.0, 9662.0, 9627.0, 9681.0, 9629.0, 9667.0, 9616.0, 9668.0, 9646.0, 9687.0, 9628.0, 9669.0, 9623.0, 9665.0, 9612.0, 9683.0, 9637.0, 9667.0, 9613.0, 9666.0, 9631.0, 9692.0, 9633.0, 9690.0, 9634.0, 9686.0, 9632.0, 9691.0, 9659.0, 9698.0, 9626.0, 9667.0, 9622.0, 9673.0, 9693.0, 9666.0, 9661.0, 9637.0, 9655.0, 9640.0, 9681.0, 9655.0, 9662.0, 9638.0, 9661.0, 9644.0, 9668.0, 9659.0, 9678.0, 9640.0, 9676.0, 9624.0, 9664.0, 9624.0, 9678.0, 9609.0, 9648.0, 9643.0, 9646.0, 9687.0, 9650.0, 9684.0, 9650.0, 9639.0, 9636.0, 9646.0, 9641.0, 9668.0, 9657.0, 9666.0, 9643.0, 9665.0, 9644.0, 9667.0, 9631.0, 9666.0, 9610.0, 9664.0, 9608.0, 9649.0, 9676.0, 9650.0, 9646.0, 9637.0, 9632.0, 9657.0, 9644.0, 9661.0, 9636.0, 9695.0, 9651.0, 9710.0, 9633.0, 9690.0, 9630.0, 9683.0, 9632.0, 9685.0, 9680.0, 9684.0, 9612.0, 9657.0, 9632.0, 9688.0, 9637.0, 9688.0, 9650.0, 9685.0, 9647.0, 9687.0, 9657.0, 9704.0, 9654.0, 9698.0, 9649.0, 9684.0, 9647.0, 9690.0, 9635.0, 9702.0, 9671.0, 9671.0, 9677.0, 9651.0, 9677.0, 9670.0, 9678.0, 9666.0, 9609.0, 9653.0, 9614.0, 9673.0, 9642.0, 9703.0, 9636.0, 9687.0, 9631.0, 9686.0, 9633.0, 9688.0, 9633.0, 9686.0, 9627.0, 9670.0, 9642.0, 9685.0, 9695.0, 9665.0, 9675.0, 9650.0, 9634.0, 9654.0, 9655.0, 9669.0, 9626.0, 9667.0, 9611.0, 9670.0, 9629.0, 9683.0, 9625.0, 9668.0, 9674.0, 9653.0, 9688.0, 9662.0, 9656.0, 9633.0, 9641.0, 9636.0, 9672.0, 9648.0, 9656.0, 9634.0, 9642.0, 9634.0, 9659.0, 9637.0, 9642.0, 9634.0, 9642.0, 9621.0, 9656.0, 9611.0, 9647.0, 9609.0, 9647.0, 9609.0, 9665.0, 9628.0, 9665.0, 9609.0, 9667.0, 9607.0, 9650.0, 9612.0, 9654.0, 9612.0, 9654.0, 9625.0, 9670.0, 9630.0, 9685.0, 9628.0, 9671.0, 9629.0, 9688.0, 9643.0, 9685.0, 9614.0, 9670.0, 9666.0, 9661.0, 9709.0, 9667.0, 9675.0, 9653.0, 9663.0, 9639.0, 9681.0, 9659.0, 9668.0, 9657.0, 9653.0, 9647.0, 9670.0, 9666.0, 9657.0, 9662.0, 9668.0, 9659.0, 9685.0, 9677.0, 9699.0, 9676.0, 9680.0, 9669.0, 9687.0, 9663.0, 9692.0, 9645.0, 9702.0, 9667.0, 9716.0, 9653.0, 9684.0, 9648.0, 9682.0, 9631.0, 9668.0, 9630.0, 9690.0, 9649.0, 9687.0, 9633.0, 9684.0, 9629.0, 9669.0, 9627.0, 9686.0, 9628.0, 9686.0, 9626.0, 9668.0, 9628.0, 9680.0, 9633.0, 9685.0, 9644.0, 9682.0, 9630.0, 9665.0, 9632.0, 9688.0, 9651.0, 9683.0, 9650.0, 9679.0, 9644.0, 9667.0, 9660.0, 9683.0, 9646.0, 9680.0, 9643.0, 9665.0, 9662.0, 9685.0, 9646.0, 9694.0, 9640.0, 9663.0, 9643.0, 9692.0, 9660.0, 9680.0, 9645.0, 9669.0, 9650.0, 9683.0, 9659.0, 9681.0, 9660.0, 9667.0, 9643.0, 9682.0, 9646.0, 9682.0, 9630.0, 9666.0, 9630.0, 9668.0, 9641.0, 9689.0, 9673.0, 9691.0, 9656.0, 9687.0, 9651.0, 9693.0, 9648.0, 9689.0, 9655.0, 9670.0, 9693.0, 9668.0, 9681.0, 9668.0, 9664.0, 9639.0, 9665.0, 9622.0, 9669.0, 9632.0, 9651.0, 9659.0, 9637.0, 9661.0, 9640.0, 9667.0, 9642.0, 9652.0, 9634.0, 9654.0, 9630.0, 9674.0, 9634.0, 9673.0, 9617.0, 9671.0, 9634.0, 9675.0, 9633.0, 9686.0, 9628.0, 9689.0, 9633.0, 9688.0, 9697.0, 9684.0, 9673.0, 9654.0, 9673.0, 9652.0, 9679.0, 9668.0, 9676.0, 9655.0, 9650.0, 9643.0, 9671.0, 9680.0, 9658.0, 9662.0, 9633.0, 9663.0, 9637.0, 9697.0, 9642.0, 9705.0, 9634.0, 9688.0, 9641.0, 9677.0, 9715.0, 9673.0, 9692.0, 9670.0, 9665.0, 9656.0, 9667.0, 9653.0, 9662.0, 9611.0, 9666.0, 9630.0, 9671.0, 9626.0, 9668.0, 9610.0, 9669.0, 9612.0, 9674.0, 9652.0, 9657.0, 9651.0, 9641.0, 9677.0, 9655.0, 9680.0, 9654.0, 9664.0, 9640.0, 9665.0, 9614.0, 9666.0, 9632.0, 9636.0, 9591.0, 9637.0, 9664.0, 9658.0, 9692.0, 9668.0, 9667.0, 9654.0, 9669.0, 9651.0, 9669.0, 9661.0, 9669.0, 9648.0, 9673.0, 9665.0, 9684.0, 9693.0, 9696.0, 9678.0, 9672.0, 9675.0, 9648.0, 9711.0, 9692.0, 9719.0, 9658.0, 9680.0, 9631.0, 9684.0, 9647.0, 9696.0, 9679.0, 9686.0, 9676.0, 9628.0, 9679.0, 9640.0, 9688.0, 9667.0, 9680.0, 9636.0, 9646.0, 9626.0, 9669.0, 9675.0, 9664.0, 9658.0, 9679.0, 9656.0, 9667.0, 9674.0, 9681.0, 9675.0, 9680.0, 9670.0, 9668.0, 9676.0, 9684.0, 9675.0, 9681.0, 9671.0, 9680.0, 9676.0, 9681.0, 9674.0, 9640.0, 9657.0, 9615.0, 9659.0, 9633.0, 9681.0, 9615.0, 9682.0, 9643.0, 9685.0, 9645.0, 9698.0, 9640.0, 9678.0, 9638.0, 9662.0, 9643.0, 9682.0, 9646.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.011029272898961284</td></tr>
<tr><td colspan=3>aqi</td><td>0.024812435882908403</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.76781467597357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.282362725000001</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1784748135822303</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>5911.2363</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08059404572992716</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9830028328611897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4436108960452962</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4691951229479825</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5268709397547022</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3347666254332045</td></tr>
<tr><td colspan=3>gcor</td><td>0.00488518</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015481158159673214</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02577989548444748</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1059</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.038071943445663</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>36.7874</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.082</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.1671</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>301122.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.7296</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0986</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.2369</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3608.5579</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.0841</td></tr>
<tr><td colspan=3>tsnr</td><td>40.63286681147292</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>