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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:14:3.630000</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.999898, 0.00892468, 0.0111177, -0.00820234, 0.997954, -0.063404]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0932431</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>[4146, -7688, -7291, 582, -28, -154, -89, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40eeb41b-e7b5-455a-a5ab-ebcc4a2f8403||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.6826541423797607, -0.022006290033459663, 0.03148430958390236, 114.70291900634766], [-0.023944256827235222, 2.677438259124756, -0.17092718183994293, -81.94304656982422], [0.029828082770109177, 0.17010830342769623, 2.6944003105163574, -88.2132568359375], [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': ['161403.630000', '161404.090000', '161404.550000', '161405.010000', '161405.470000', '161405.930000', '161406.390000', '161406.850000', '161407.310000', '161407.770000', '161408.230000', '161408.690000', '161409.150000', '161409.610000', '161410.070000', '161410.530000', '161410.990000', '161411.450000', '161411.910000', '161412.370000', '161412.830000', '161413.290000', '161413.750000', '161414.210000', '161414.670000', '161415.130000', '161415.590000', '161416.050000', '161416.510000', '161416.970000', '161417.430000', '161417.890000', '161418.350000', '161418.810000', '161419.270000', '161419.730000', '161420.190000', '161420.650000', '161421.110000', '161421.570000', '161422.030000', '161422.490000', '161422.950000', '161423.410000', '161423.870000', '161424.330000', '161424.790000', '161425.250000', '161425.710000', '161426.170000', '161426.630000', '161427.090000', '161427.550000', '161428.010000', '161428.470000', '161428.930000', '161429.390000', '161429.850000', '161430.310000', '161430.770000', '161431.230000', '161431.690000', '161432.150000', '161432.610000', '161433.070000', '161433.530000', '161433.990000', '161434.450000', '161434.910000', '161435.370000', '161435.830000', '161436.290000', '161436.750000', '161437.210000', '161437.670000', '161438.130000', '161438.590000', '161439.050000', '161439.510000', '161439.970000', '161440.430000', '161440.890000', '161441.350000', '161441.810000', '161442.270000', '161442.730000', '161443.190000', '161443.650000', '161444.110000', '161444.570000', '161445.030000', '161445.490000', '161445.950000', '161446.410000', '161446.870000', '161447.330000', '161447.790000', '161448.250000', '161448.710000', '161449.170000', '161449.630000', '161450.090000', '161450.550000', '161451.010000', '161451.470000', '161451.930000', '161452.390000', '161452.850000', '161453.310000', '161453.770000', '161454.230000', '161454.690000', '161455.150000', '161455.610000', '161456.070000', '161456.530000', '161456.990000', '161457.450000', '161457.910000', '161458.370000', '161458.830000', '161459.290000', '161459.750000', '161500.210000', '161500.670000', '161501.130000', '161501.590000', '161502.050000', '161502.510000', '161502.970000', '161503.430000', '161503.890000', '161504.350000', '161504.810000', '161505.270000', '161505.730000', '161506.190000', '161506.650000', '161507.110000', '161507.570000', '161508.030000', '161508.490000', '161508.950000', '161509.410000', '161509.870000', '161510.330000', '161510.790000', '161511.250000', '161511.710000', '161512.170000', '161512.630000', '161513.090000', '161513.550000', '161514.010000', '161514.470000', '161514.930000', '161515.390000', '161515.850000', '161516.310000', '161516.770000', '161517.230000', '161517.690000', '161518.150000', '161518.610000', '161519.070000', '161519.530000', '161519.990000', '161520.450000', '161520.910000', '161521.370000', '161521.830000', '161522.290000', '161522.750000', '161523.210000', '161523.670000', '161524.130000', '161524.590000', '161525.050000', '161525.510000', '161525.970000', '161526.430000', '161526.890000', '161527.350000', '161527.810000', '161528.270000', '161528.730000', '161529.190000', '161529.650000', '161530.110000', '161530.570000', '161531.030000', '161531.490000', '161531.950000', '161532.410000', '161532.870000', '161533.330000', '161533.790000', '161534.250000', '161534.710000', '161535.170000', '161535.630000', '161536.090000', '161536.550000', '161537.010000', '161537.470000', '161537.930000', '161538.390000', '161538.850000', '161539.310000', '161539.770000', '161540.230000', '161540.690000', '161541.150000', '161541.610000', '161542.070000', '161542.530000', '161542.990000', '161543.450000', '161543.910000', '161544.370000', '161544.830000', '161545.290000', '161545.750000', '161546.210000', '161546.670000', '161547.130000', '161547.590000', '161548.050000', '161548.510000', '161548.970000', '161549.430000', '161549.890000', '161550.350000', '161550.810000', '161551.270000', '161551.730000', '161552.190000', '161552.650000', '161553.110000', '161553.570000', '161554.030000', '161554.490000', '161554.950000', '161555.410000', '161555.870000', '161556.330000', '161556.790000', '161557.250000', '161557.710000', '161558.170000', '161558.630000', '161559.090000', '161559.550000', '161600.010000', '161600.470000', '161600.930000', '161601.390000', '161601.850000', '161602.310000', '161602.770000', '161603.230000', '161603.690000', '161604.150000', '161604.610000', '161605.070000', '161605.530000', '161605.990000', '161606.450000', '161606.910000', '161607.370000', '161607.830000', '161608.290000', '161608.750000', '161609.210000', '161609.670000', '161610.130000', '161610.590000', '161611.050000', '161611.510000', '161611.970000', '161612.430000', '161612.890000', '161613.350000', '161613.810000', '161614.270000', '161614.730000', '161615.190000', '161615.650000', '161616.110000', '161616.570000', '161617.030000', '161617.490000', '161617.950000', '161618.410000', '161618.870000', '161619.330000', '161619.790000', '161620.250000', '161620.710000', '161621.170000', '161621.630000', '161622.090000', '161622.550000', '161623.010000', '161623.470000', '161623.930000', '161624.390000', '161624.850000', '161625.310000', '161625.770000', '161626.230000', '161626.690000', '161627.150000', '161627.610000', '161628.070000', '161628.530000', '161628.990000', '161629.450000', '161629.910000', '161630.370000', '161630.830000', '161631.290000', '161631.750000', '161632.210000', '161632.670000', '161633.130000', '161633.590000', '161634.050000', '161634.510000', '161634.970000', '161635.430000', '161635.890000', '161636.350000', '161636.810000', '161637.270000', '161637.730000', '161638.190000', '161638.650000', '161639.110000', '161639.570000', '161640.030000', '161640.490000', '161640.950000', '161641.410000', '161641.870000', '161642.330000', '161642.790000', '161643.250000', '161643.710000', '161644.170000', '161644.630000', '161645.090000', '161645.550000', '161646.010000', '161646.470000', '161646.930000', '161647.390000', '161647.850000', '161648.310000', '161648.770000', '161649.230000', '161649.690000', '161650.150000', '161650.610000', '161651.070000', '161651.530000', '161651.990000', '161652.450000', '161652.910000', '161653.370000', '161653.830000', '161654.290000', '161654.750000', '161655.210000', '161655.670000', '161656.130000', '161656.590000', '161657.050000', '161657.510000', '161657.970000', '161658.430000', '161658.890000', '161659.350000', '161659.810000', '161700.270000', '161700.730000', '161701.190000', '161701.650000', '161702.110000', '161702.570000', '161703.030000', '161703.490000', '161703.950000', '161704.410000', '161704.870000', '161705.330000', '161705.790000', '161706.250000', '161706.710000', '161707.170000', '161707.630000', '161708.090000', '161708.550000', '161709.010000', '161709.470000', '161709.930000', '161710.390000', '161710.850000', '161711.310000', '161711.770000', '161712.230000', '161712.690000', '161713.150000', '161713.610000', '161714.070000', '161714.530000', '161714.990000', '161715.450000', '161715.910000', '161716.370000', '161716.830000', '161717.290000', '161717.750000', '161718.210000', '161718.670000', '161719.130000', '161719.590000', '161720.050000', '161720.510000', '161720.970000', '161721.430000', '161721.890000', '161722.350000', '161722.810000', '161723.270000', '161723.730000', '161724.190000', '161724.650000', '161725.110000', '161725.570000', '161726.030000', '161726.490000', '161726.950000', '161727.410000', '161727.870000', '161728.330000', '161728.790000', '161729.250000', '161729.710000', '161730.170000', '161730.630000', '161731.090000', '161731.550000', '161732.010000', '161732.470000', '161732.930000', '161733.390000', '161733.850000', '161734.310000', '161734.770000', '161735.230000', '161735.690000', '161736.150000', '161736.610000', '161737.070000', '161737.530000', '161737.990000', '161738.450000', '161738.910000', '161739.370000', '161739.830000', '161740.290000', '161740.750000', '161741.210000', '161741.670000', '161742.130000', '161742.590000', '161743.050000', '161743.510000', '161743.970000', '161744.430000', '161744.890000', '161745.350000', '161745.810000', '161746.270000', '161746.730000', '161747.190000', '161747.650000', '161748.110000', '161748.570000', '161749.030000', '161749.490000', '161749.950000', '161750.410000', '161750.870000', '161751.330000', '161751.790000', '161752.250000', '161752.710000', '161753.170000', '161753.630000', '161754.090000', '161754.550000', '161755.010000', '161755.470000', '161755.930000', '161756.390000', '161756.850000', '161757.310000', '161757.770000', '161758.230000', '161758.690000', '161759.150000', '161759.610000', '161800.070000', '161800.530000', '161800.990000', '161801.450000', '161801.910000', '161802.370000', '161802.830000', '161803.290000', '161803.750000', '161804.210000', '161804.670000', '161805.130000', '161805.590000', '161806.050000', '161806.510000', '161806.970000', '161807.430000', '161807.890000', '161808.350000', '161808.810000', '161809.270000', '161809.730000', '161810.190000', '161810.650000', '161811.110000', '161811.570000', '161812.030000', '161812.490000', '161812.950000', '161813.410000', '161813.870000', '161814.330000', '161814.790000', '161815.250000', '161815.710000', '161816.170000', '161816.630000', '161817.090000', '161817.550000', '161818.010000', '161818.470000', '161818.930000', '161819.390000', '161819.850000', '161820.310000', '161820.770000', '161821.230000', '161821.690000', '161822.150000', '161822.610000', '161823.070000', '161823.530000', '161823.990000', '161824.450000', '161824.910000', '161825.370000', '161825.830000', '161826.290000', '161826.750000', '161827.210000', '161827.670000', '161828.130000', '161828.590000', '161829.050000', '161829.510000', '161829.970000', '161830.430000', '161830.890000', '161831.350000', '161831.810000', '161832.270000', '161832.730000', '161833.190000', '161833.650000', '161834.110000', '161834.570000', '161835.030000', '161835.490000', '161835.950000', '161836.410000', '161836.870000', '161837.330000', '161837.790000', '161838.250000', '161838.710000', '161839.170000', '161839.630000', '161840.090000', '161840.550000', '161841.010000', '161841.470000', '161841.930000', '161842.390000', '161842.850000', '161843.310000', '161843.770000', '161844.230000', '161844.690000', '161845.150000', '161845.610000', '161846.070000', '161846.530000', '161846.990000', '161847.450000', '161847.910000', '161848.370000', '161848.830000', '161849.290000', '161849.750000', '161850.210000', '161850.670000', '161851.130000', '161851.590000', '161852.050000', '161852.510000', '161852.970000', '161853.430000', '161853.890000', '161854.350000', '161854.810000', '161855.270000', '161855.730000', '161856.190000', '161856.650000', '161857.110000', '161857.570000', '161858.030000', '161858.490000', '161858.950000', '161859.410000', '161859.870000', '161900.330000', '161900.790000', '161901.250000', '161901.710000', '161902.170000', '161902.630000', '161903.090000', '161903.550000', '161904.010000', '161904.470000', '161904.930000', '161905.390000', '161905.850000', '161906.310000', '161906.770000', '161907.230000', '161907.690000', '161908.150000', '161908.610000', '161909.070000', '161909.530000', '161909.990000', '161910.450000', '161910.910000', '161911.370000', '161911.830000', '161912.290000', '161912.750000', '161913.210000', '161913.670000', '161914.130000', '161914.590000', '161915.050000', '161915.510000', '161915.970000', '161916.430000', '161916.890000', '161917.350000', '161917.810000', '161918.270000', '161918.730000', '161919.190000', '161919.650000', '161920.110000', '161920.570000', '161921.030000', '161921.490000', '161921.950000', '161922.410000', '161922.870000', '161923.330000', '161923.790000', '161924.250000', '161924.710000', '161925.170000', '161925.630000', '161926.090000', '161926.550000', '161927.010000', '161927.470000', '161927.930000', '161928.390000', '161928.850000', '161929.310000', '161929.770000', '161930.230000', '161930.690000', '161931.150000', '161931.610000', '161932.070000', '161932.530000', '161932.990000', '161933.450000', '161933.910000', '161934.370000', '161934.830000', '161935.290000', '161935.750000', '161936.210000', '161936.670000', '161937.130000', '161937.590000', '161938.050000', '161938.510000', '161938.970000', '161939.430000', '161939.890000', '161940.350000', '161940.810000', '161941.270000', '161941.730000', '161942.190000', '161942.650000', '161943.110000', '161943.570000', '161944.030000', '161944.490000', '161944.950000', '161945.410000', '161945.870000', '161946.330000', '161946.790000', '161947.250000', '161947.710000', '161948.170000', '161948.630000', '161949.090000', '161949.550000', '161950.010000', '161950.470000', '161950.930000', '161951.390000', '161951.850000', '161952.310000', '161952.770000', '161953.230000', '161953.690000', '161954.150000', '161954.610000', '161955.070000', '161955.530000', '161955.990000', '161956.450000', '161956.910000', '161957.370000', '161957.830000', '161958.290000', '161958.750000', '161959.210000', '161959.670000', '162000.130000', '162000.590000', '162001.050000', '162001.510000', '162001.970000', '162002.430000', '162002.890000', '162003.350000', '162003.810000', '162004.270000', '162004.730000', '162005.190000', '162005.650000', '162006.110000', '162006.570000', '162007.030000', '162007.490000', '162007.950000', '162008.410000', '162008.870000', '162009.330000', '162009.790000', '162010.250000', '162010.710000', '162011.170000', '162011.630000', '162012.090000', '162012.550000', '162013.010000', '162013.470000', '162013.930000', '162014.390000', '162014.850000', '162015.310000', '162015.770000', '162016.230000', '162016.690000', '162017.150000', '162017.610000', '162018.070000', '162018.530000', '162018.990000', '162019.450000', '162019.910000', '162020.370000', '162020.830000', '162021.290000', '162021.750000', '162022.210000', '162022.670000', '162023.130000', '162023.590000', '162024.050000', '162024.510000', '162024.970000', '162025.430000', '162025.890000', '162026.350000', '162026.810000', '162027.270000', '162027.730000', '162028.190000', '162028.650000', '162029.110000', '162029.570000', '162030.030000', '162030.490000', '162030.950000', '162031.410000', '162031.870000', '162032.330000', '162032.790000', '162033.250000', '162033.710000', '162034.170000', '162034.630000', '162035.090000', '162035.550000', '162036.010000', '162036.470000', '162036.930000', '162037.390000', '162037.850000', '162038.310000', '162038.770000', '162039.230000', '162039.690000', '162040.150000', '162040.610000', '162041.070000', '162041.530000', '162041.990000', '162042.450000', '162042.910000', '162043.370000', '162043.830000', '162044.290000', '162044.750000', '162045.210000', '162045.670000', '162046.130000', '162046.590000', '162047.050000', '162047.510000', '162047.970000', '162048.430000', '162048.890000', '162049.350000', '162049.810000', '162050.270000', '162050.730000', '162051.190000', '162051.650000', '162052.110000', '162052.570000', '162053.030000', '162053.490000', '162053.950000', '162054.410000', '162054.870000', '162055.330000', '162055.790000', '162056.250000', '162056.710000', '162057.170000', '162057.630000', '162058.090000', '162058.550000', '162059.010000', '162059.470000', '162059.930000', '162100.390000', '162100.850000', '162101.310000', '162101.770000', '162102.230000', '162102.690000', '162103.150000', '162103.610000', '162104.070000', '162104.530000', '162104.990000', '162105.450000', '162105.910000', '162106.370000', '162106.830000', '162107.290000', '162107.750000', '162108.210000', '162108.670000', '162109.130000', '162109.590000', '162110.050000', '162110.510000', '162110.970000', '162111.430000', '162111.890000', '162112.350000', '162112.810000', '162113.270000', '162113.730000', '162114.190000', '162114.650000', '162115.110000', '162115.570000', '162116.030000', '162116.490000', '162116.950000', '162117.410000', '162117.870000', '162118.330000', '162118.790000', '162119.250000', '162119.710000', '162120.170000', '162120.630000', '162121.090000', '162121.550000', '162122.010000', '162122.470000', '162122.930000', '162123.390000', '162123.850000', '162124.310000', '162124.770000', '162125.230000', '162125.690000', '162126.150000', '162126.610000', '162127.070000', '162127.530000', '162127.990000', '162128.450000', '162128.910000', '162129.370000', '162129.830000', '162130.290000', '162130.750000', '162131.210000', '162131.670000', '162132.130000', '162132.590000', '162133.050000', '162133.510000', '162133.970000', '162134.430000', '162134.890000', '162135.350000', '162135.810000', '162136.270000', '162136.730000', '162137.190000', '162137.650000', '162138.110000', '162138.570000', '162139.030000', '162139.490000', '162139.950000', '162140.410000', '162140.870000', '162141.330000', '162141.790000', '162142.250000', '162142.710000', '162143.170000', '162143.630000', '162144.090000', '162144.550000', '162145.010000', '162145.470000', '162145.930000', '162146.390000', '162146.850000', '162147.310000', '162147.770000', '162148.230000', '162148.690000', '162149.150000', '162149.610000', '162150.070000', '162150.530000', '162150.990000', '162151.450000', '162151.910000', '162152.370000', '162152.830000', '162153.290000', '162153.750000', '162154.210000', '162154.670000', '162155.130000', '162155.590000', '162156.050000', '162156.510000', '162156.970000', '162157.430000', '162157.890000', '162158.350000', '162158.810000', '162159.270000', '162159.730000', '162200.190000', '162200.650000', '162201.110000', '162201.570000', '162202.030000', '162202.490000', '162202.950000', '162203.410000', '162203.870000', '162204.330000', '162204.790000', '162205.250000', '162205.710000', '162206.170000', '162206.630000', '162207.090000', '162207.550000', '162208.010000', '162208.470000', '162208.930000', '162209.390000', '162209.850000', '162210.310000', '162210.770000', '162211.230000', '162211.690000', '162212.150000', '162212.610000', '162213.070000'], 'ContentTime': ['161417.862000', '161417.865000', '161417.875000', '161417.878000', '161417.881000', '161417.884000', '161417.887000', '161417.890000', '161417.893000', '161417.896000', '161417.899000', '161417.902000', '161417.905000', '161417.908000', '161417.911000', '161417.914000', '161417.917000', '161417.920000', '161417.923000', '161417.925000', '161417.928000', '161417.931000', '161417.934000', '161417.937000', '161417.940000', '161417.942000', '161417.945000', '161417.957000', '161417.959000', '161437.824000', '161437.827000', '161437.830000', '161437.832000', '161437.835000', '161437.837000', '161437.840000', '161437.842000', '161437.845000', '161437.847000', '161437.850000', '161437.853000', '161437.855000', '161437.860000', '161437.862000', '161437.865000', '161437.867000', '161437.870000', '161437.872000', '161437.875000', '161437.877000', '161437.880000', '161437.883000', '161437.885000', '161437.888000', '161437.890000', '161437.893000', '161437.895000', '161437.898000', '161437.900000', '161437.903000', '161437.905000', '161437.908000', '161437.911000', '161437.913000', '161437.916000', '161437.918000', '161437.921000', '161437.923000', '161437.926000', '161437.929000', '161437.931000', '161437.934000', '161437.936000', '161457.825000', '161457.828000', '161457.830000', '161457.833000', '161457.835000', '161457.838000', '161457.840000', '161457.843000', '161457.845000', '161457.852000', '161457.855000', '161457.858000', '161457.860000', '161457.863000', '161457.865000', '161457.868000', '161457.870000', '161457.873000', '161457.876000', '161457.878000', '161457.881000', '161457.883000', '161457.886000', '161457.888000', '161457.891000', '161457.894000', '161457.896000', '161457.899000', '161457.901000', '161457.904000', '161457.906000', '161457.909000', '161457.912000', '161457.914000', '161457.917000', '161457.919000', '161457.922000', '161457.925000', '161457.927000', '161457.930000', '161457.932000', '161457.935000', '161457.938000', '161517.825000', '161517.827000', '161517.830000', '161517.833000', '161517.835000', '161517.838000', '161517.840000', '161517.843000', '161517.845000', '161517.848000', '161517.851000', '161517.853000', '161517.856000', '161517.859000', '161517.861000', '161517.864000', '161517.866000', '161517.870000', '161517.873000', '161517.875000', '161517.878000', '161517.881000', '161517.883000', '161517.886000', '161517.935000', '161517.938000', '161517.941000', '161517.943000', '161517.946000', '161517.948000', '161517.951000', '161517.954000', '161517.956000', '161517.959000', '161517.962000', '161517.964000', '161517.967000', '161517.969000', '161517.972000', '161517.975000', '161517.977000', '161517.980000', '161517.982000', '161517.985000', '161537.825000', '161537.827000', '161537.830000', '161537.833000', '161537.835000', '161537.839000', '161537.841000', '161537.844000', '161537.847000', '161537.849000', '161537.852000', '161537.855000', '161537.857000', '161537.860000', '161537.862000', '161537.865000', '161537.867000', '161537.870000', '161537.873000', '161537.875000', '161537.878000', '161537.880000', '161537.883000', '161537.886000', '161537.888000', '161537.891000', '161537.893000', '161537.896000', '161537.899000', '161537.901000', '161537.904000', '161537.906000', '161537.909000', '161537.911000', '161537.914000', '161537.917000', '161537.919000', '161537.922000', '161537.924000', '161537.927000', '161537.930000', '161537.932000', '161537.935000', '161557.823000', '161557.826000', '161557.829000', '161557.831000', '161557.834000', '161557.837000', '161557.839000', '161557.842000', '161557.845000', '161557.847000', '161557.850000', '161557.852000', '161557.855000', '161557.857000', '161557.860000', '161557.863000', '161557.865000', '161557.868000', '161557.870000', '161557.873000', '161557.875000', '161557.878000', '161557.881000', '161557.883000', '161557.886000', '161557.889000', '161557.891000', '161557.894000', '161557.897000', '161557.900000', '161557.902000', '161557.905000', '161557.908000', '161557.911000', '161557.914000', '161557.916000', '161557.919000', '161557.921000', '161557.924000', '161557.927000', '161557.929000', '161557.932000', '161557.934000', '161617.823000', '161617.826000', '161617.829000', '161617.831000', '161617.834000', '161617.837000', '161617.839000', '161617.842000', '161617.845000', '161617.847000', '161617.850000', '161617.853000', '161617.855000', '161617.858000', '161617.860000', '161617.863000', '161617.865000', '161617.868000', '161617.871000', '161617.873000', '161617.876000', '161617.878000', '161617.881000', '161617.884000', '161617.886000', '161617.889000', '161617.891000', '161617.894000', '161617.897000', '161617.899000', '161617.902000', '161617.904000', '161617.907000', '161617.910000', '161617.912000', '161617.915000', '161617.917000', '161617.920000', '161617.923000', '161617.925000', '161617.928000', '161617.931000', '161617.934000', '161617.937000', '161637.825000', '161637.828000', '161637.830000', '161637.833000', '161637.835000', '161637.838000', '161637.841000', '161637.843000', '161637.846000', '161637.849000', '161637.851000', '161637.854000', '161637.856000', '161637.859000', '161637.862000', '161637.864000', '161637.867000', '161637.869000', '161637.872000', '161637.875000', '161637.877000', '161637.880000', '161637.883000', '161637.886000', '161637.888000', '161637.891000', '161637.894000', '161637.896000', '161637.899000', '161637.901000', '161637.904000', '161637.906000', '161637.910000', '161637.913000', '161637.915000', '161637.918000', '161637.921000', '161637.923000', '161637.926000', '161637.928000', '161637.931000', '161637.934000', '161637.936000', '161657.825000', '161657.827000', '161657.830000', '161657.833000', '161657.835000', '161657.838000', '161657.840000', '161657.843000', '161657.846000', '161657.848000', '161657.851000', '161657.854000', '161657.856000', '161657.859000', '161657.861000', '161657.864000', '161657.867000', '161657.869000', '161657.872000', '161657.874000', '161657.891000', '161657.893000', '161657.896000', '161657.899000', '161657.901000', '161657.904000', '161657.906000', '161657.909000', '161657.912000', '161657.914000', '161657.917000', '161657.919000', '161657.922000', '161657.924000', '161657.927000', '161657.930000', '161657.932000', '161657.935000', '161657.938000', '161657.940000', '161657.943000', '161657.945000', '161657.948000', '161657.950000', '161717.824000', '161717.827000', '161717.830000', '161717.833000', '161717.835000', '161717.838000', '161717.841000', '161717.843000', '161717.846000', '161717.848000', '161717.851000', '161717.854000', '161717.856000', '161717.859000', '161717.861000', '161717.864000', '161717.866000', '161717.869000', '161717.872000', '161717.874000', '161717.877000', '161717.880000', '161717.882000', '161717.886000', '161717.889000', '161717.892000', '161717.895000', '161717.897000', '161717.900000', '161717.902000', '161717.905000', '161717.907000', '161717.910000', '161717.913000', '161717.915000', '161717.918000', '161717.921000', '161717.923000', '161717.926000', '161717.928000', '161717.931000', '161717.934000', '161717.936000', '161737.825000', '161737.827000', '161737.830000', '161737.833000', '161737.835000', '161737.838000', '161737.840000', '161737.843000', '161737.845000', '161737.848000', '161737.851000', '161737.853000', '161737.856000', '161737.858000', '161737.861000', '161737.864000', '161737.866000', '161737.869000', '161737.872000', '161737.874000', '161737.877000', '161737.879000', '161737.882000', '161737.885000', '161737.887000', '161737.890000', '161737.892000', '161737.895000', '161737.898000', '161737.900000', '161737.903000', '161737.905000', '161737.908000', '161737.911000', '161737.913000', '161737.916000', '161737.919000', '161737.921000', '161737.924000', '161737.926000', '161737.929000', '161737.931000', '161737.934000', '161737.937000', '161757.824000', '161757.827000', '161757.830000', '161757.833000', '161757.835000', '161757.838000', '161757.841000', '161757.843000', '161757.846000', '161757.848000', '161757.851000', '161757.854000', '161757.856000', '161757.859000', '161757.861000', '161757.864000', '161757.866000', '161757.869000', '161757.872000', '161757.874000', '161757.877000', '161757.879000', '161757.882000', '161757.885000', '161757.887000', '161757.890000', '161757.892000', '161757.895000', '161757.898000', '161757.900000', '161757.903000', '161757.905000', '161757.908000', '161757.911000', '161757.913000', '161757.916000', '161757.919000', '161757.921000', '161757.924000', '161757.927000', '161757.929000', '161757.932000', '161757.934000', '161817.823000', '161817.826000', '161817.829000', '161817.832000', '161817.834000', '161817.837000', '161817.840000', '161817.842000', '161817.845000', '161817.847000', '161817.850000', '161817.853000', '161817.855000', '161817.858000', '161817.860000', '161817.863000', '161817.865000', '161817.868000', '161817.871000', '161817.874000', '161817.876000', '161817.879000', '161817.881000', '161817.884000', '161817.886000', '161817.889000', '161817.892000', '161817.894000', '161817.897000', '161817.899000', '161817.902000', '161817.905000', '161817.907000', '161817.910000', '161817.912000', '161817.915000', '161817.918000', '161817.920000', '161817.923000', '161817.926000', '161817.928000', '161817.931000', '161817.933000', '161817.936000', '161837.824000', '161837.846000', '161837.848000', '161837.851000', '161837.854000', '161837.856000', '161837.859000', '161837.861000', '161837.864000', '161837.867000', '161837.869000', '161837.872000', '161837.874000', '161837.877000', '161837.879000', '161837.882000', '161837.885000', '161837.887000', '161837.890000', '161837.892000', '161837.895000', '161837.898000', '161837.900000', '161837.903000', '161837.905000', '161837.908000', '161837.911000', '161837.913000', '161837.917000', '161837.920000', '161837.923000', '161837.925000', '161837.928000', '161837.930000', '161837.933000', '161837.936000', '161837.938000', '161837.941000', '161837.943000', '161837.975000', '161837.978000', '161837.980000', '161837.983000', '161857.825000', '161857.828000', '161857.830000', '161857.833000', '161857.836000', '161857.838000', '161857.841000', '161857.843000', '161857.846000', '161857.849000', '161857.851000', '161857.854000', '161857.856000', '161857.859000', '161857.862000', '161857.864000', '161857.867000', '161857.869000', '161857.872000', '161857.875000', '161857.877000', '161857.880000', '161857.883000', '161857.885000', '161857.888000', '161857.890000', '161857.893000', '161857.895000', '161857.898000', '161857.901000', '161857.903000', '161857.906000', '161857.909000', '161857.911000', '161857.914000', '161857.916000', '161857.919000', '161857.922000', '161857.924000', '161857.927000', '161857.929000', '161857.932000', '161857.934000', '161857.937000', '161917.824000', '161917.827000', '161917.830000', '161917.832000', '161917.835000', '161917.838000', '161917.840000', '161917.843000', '161917.846000', '161917.849000', '161917.851000', '161917.854000', '161917.856000', '161917.859000', '161917.862000', '161917.864000', '161917.867000', '161917.869000', '161917.872000', '161917.875000', '161917.877000', '161917.880000', '161917.883000', '161917.885000', '161917.888000', '161917.890000', '161917.893000', '161917.896000', '161917.898000', '161917.901000', '161917.904000', '161917.906000', '161917.909000', '161917.911000', '161917.914000', '161917.917000', '161917.919000', '161917.922000', '161917.924000', '161917.927000', '161917.929000', '161917.932000', '161917.935000', '161937.824000', '161937.827000', '161937.830000', '161937.832000', '161937.835000', '161937.838000', '161937.840000', '161937.843000', '161937.845000', '161937.848000', '161937.850000', '161937.853000', '161937.856000', '161937.858000', '161937.861000', '161937.863000', '161937.866000', '161937.874000', '161937.876000', '161937.879000', '161937.882000', '161937.884000', '161937.887000', '161937.889000', '161937.892000', '161937.895000', '161937.897000', '161937.900000', '161937.903000', '161937.905000', '161937.908000', '161937.911000', '161937.913000', '161937.916000', '161937.918000', '161937.921000', '161937.923000', '161937.926000', '161937.929000', '161937.931000', '161937.934000', '161937.936000', '161937.939000', '161937.942000', '161957.825000', '161957.827000', '161957.830000', '161957.833000', '161957.836000', '161957.838000', '161957.841000', '161957.843000', '161957.846000', '161957.849000', '161957.851000', '161957.854000', '161957.857000', '161957.859000', '161957.862000', '161957.865000', '161957.867000', '161957.870000', '161957.872000', '161957.875000', '161957.878000', '161957.880000', '161957.883000', '161957.886000', '161957.888000', '161957.891000', '161957.905000', '161957.908000', '161957.910000', '161957.913000', '161957.916000', '161957.918000', '161957.921000', '161957.924000', '161957.926000', '161957.929000', '161957.931000', '161957.934000', '161957.937000', '161957.939000', '161957.942000', '161957.945000', '161957.947000', '162017.824000', '162017.827000', '162017.829000', '162017.832000', '162017.835000', '162017.837000', '162017.840000', '162017.842000', '162017.845000', '162017.848000', '162017.850000', '162017.853000', '162017.855000', '162017.858000', '162017.861000', '162017.863000', '162017.866000', '162017.869000', '162017.871000', '162017.874000', '162017.877000', '162017.879000', '162017.882000', '162017.884000', '162017.887000', '162017.890000', '162017.892000', '162017.895000', '162017.898000', '162017.900000', '162017.903000', '162017.905000', '162017.908000', '162017.910000', '162017.913000', '162017.916000', '162017.918000', '162017.921000', '162017.923000', '162017.926000', '162017.929000', '162017.931000', '162017.934000', '162017.936000', '162037.824000', '162037.826000', '162037.829000', '162037.832000', '162037.834000', '162037.837000', '162037.839000', '162037.842000', '162037.845000', '162037.847000', '162037.850000', '162037.852000', '162037.855000', '162037.858000', '162037.860000', '162037.863000', '162037.865000', '162037.868000', '162037.871000', '162037.873000', '162037.876000', '162037.878000', '162037.881000', '162037.883000', '162037.886000', '162037.889000', '162037.891000', '162037.894000', '162037.897000', '162037.899000', '162037.902000', '162037.904000', '162037.907000', '162037.910000', '162037.912000', '162037.915000', '162037.918000', '162037.920000', '162037.923000', '162037.925000', '162037.928000', '162037.930000', '162037.933000', '162057.825000', '162057.827000', '162057.830000', '162057.833000', '162057.835000', '162057.838000', '162057.841000', '162057.843000', '162057.846000', '162057.848000', '162057.851000', '162057.854000', '162057.856000', '162057.859000', '162057.861000', '162057.864000', '162057.867000', '162057.869000', '162057.872000', '162057.874000', '162057.877000', '162057.880000', '162057.882000', '162057.885000', '162057.887000', '162057.890000', '162057.893000', '162057.895000', '162057.898000', '162057.900000', '162057.903000', '162057.906000', '162057.909000', '162057.911000', '162057.914000', '162057.916000', '162057.919000', '162057.922000', '162057.924000', '162057.927000', '162057.930000', '162057.932000', '162057.935000', '162057.937000', '162117.824000', '162117.827000', '162117.830000', '162117.833000', '162117.835000', '162117.838000', '162117.840000', '162117.843000', '162117.846000', '162117.848000', '162117.851000', '162117.853000', '162117.856000', '162117.859000', '162117.861000', '162117.864000', '162117.867000', '162117.869000', '162117.872000', '162117.874000', '162117.877000', '162117.879000', '162117.882000', '162117.896000', '162117.899000', '162117.901000', '162117.904000', '162117.907000', '162117.909000', '162117.912000', '162117.914000', '162117.917000', '162117.920000', '162117.922000', '162117.925000', '162117.927000', '162117.930000', '162117.933000', '162117.935000', '162117.938000', '162117.941000', '162117.943000', '162117.946000', '162137.824000', '162137.828000', '162137.831000', '162137.834000', '162137.836000', '162137.839000', '162137.841000', '162137.844000', '162137.847000', '162137.849000', '162137.852000', '162137.855000', '162137.857000', '162137.860000', '162137.862000', '162137.865000', '162137.868000', '162137.870000', '162137.873000', '162137.875000', '162137.879000', '162137.881000', '162137.884000', '162137.887000', '162137.889000', '162137.892000', '162137.895000', '162137.897000', '162137.900000', '162137.902000', '162137.905000', '162137.907000', '162137.910000', '162137.913000', '162137.915000', '162137.918000', '162137.920000', '162137.923000', '162137.926000', '162137.928000', '162137.931000', '162137.934000', '162137.936000', '162137.939000', '162157.825000', '162157.827000', '162157.830000', '162157.833000', '162157.835000', '162157.838000', '162157.840000', '162157.843000', '162157.846000', '162157.848000', '162157.851000', '162157.854000', '162157.856000', '162157.859000', '162157.861000', '162157.864000', '162157.867000', '162157.869000', '162157.872000', '162157.874000', '162157.877000', '162157.880000', '162157.882000', '162157.885000', '162157.887000', '162157.890000', '162157.893000', '162157.895000', '162157.898000', '162157.900000', '162157.903000', '162157.906000', '162157.908000', '162157.911000', '162157.913000', '162157.916000', '162157.919000', '162157.921000', '162157.924000', '162157.927000', '162157.929000', '162157.932000', '162157.934000', '162214.114000', '162214.117000', '162214.120000', '162214.122000', '162214.125000', '162214.128000', '162214.130000', '162214.133000', '162214.136000', '162214.138000', '162214.141000', '162214.143000', '162214.146000', '162214.149000', '162214.151000', '162214.154000', '162214.156000', '162214.159000', '162214.162000', '162214.164000', '162214.167000', '162214.169000', '162214.172000', '162214.175000', '162214.177000', '162214.180000', '162214.182000', '162214.185000', '162214.188000', '162214.294000', '162214.297000', '162214.299000', '162214.302000', '162214.305000', '162214.307000', '162214.310000'], 'InstanceCreationTime': ['161417.862000', '161417.865000', '161417.875000', '161417.878000', '161417.881000', '161417.884000', '161417.887000', '161417.890000', '161417.893000', '161417.896000', '161417.899000', '161417.902000', '161417.905000', '161417.908000', '161417.911000', '161417.914000', '161417.917000', '161417.920000', '161417.923000', '161417.925000', '161417.928000', '161417.931000', '161417.934000', '161417.937000', '161417.940000', '161417.942000', '161417.945000', '161417.957000', '161417.959000', '161437.824000', '161437.827000', '161437.830000', '161437.832000', '161437.835000', '161437.837000', '161437.840000', '161437.842000', '161437.845000', '161437.847000', '161437.850000', '161437.853000', '161437.855000', '161437.860000', '161437.862000', '161437.865000', '161437.867000', '161437.870000', '161437.872000', '161437.875000', '161437.877000', '161437.880000', '161437.883000', '161437.885000', '161437.888000', '161437.890000', '161437.893000', '161437.895000', '161437.898000', '161437.900000', '161437.903000', '161437.905000', '161437.908000', '161437.911000', '161437.913000', '161437.916000', '161437.918000', '161437.921000', '161437.923000', '161437.926000', '161437.929000', '161437.931000', '161437.934000', '161437.936000', '161457.825000', '161457.828000', '161457.830000', '161457.833000', '161457.835000', '161457.838000', '161457.840000', '161457.843000', '161457.845000', '161457.852000', '161457.855000', '161457.858000', '161457.860000', '161457.863000', '161457.865000', '161457.868000', '161457.870000', '161457.873000', '161457.876000', '161457.878000', '161457.881000', '161457.883000', '161457.886000', '161457.888000', '161457.891000', '161457.894000', '161457.896000', '161457.899000', '161457.901000', '161457.904000', '161457.906000', '161457.909000', '161457.912000', '161457.914000', '161457.917000', '161457.919000', '161457.922000', '161457.925000', '161457.927000', '161457.930000', '161457.932000', '161457.935000', '161457.938000', '161517.825000', '161517.827000', '161517.830000', '161517.833000', '161517.835000', '161517.838000', '161517.840000', '161517.843000', '161517.845000', '161517.848000', '161517.851000', '161517.853000', '161517.856000', '161517.859000', '161517.861000', '161517.864000', '161517.866000', '161517.870000', '161517.873000', '161517.875000', '161517.878000', '161517.881000', '161517.883000', '161517.886000', '161517.935000', '161517.938000', '161517.941000', '161517.943000', '161517.946000', '161517.948000', '161517.951000', '161517.954000', '161517.956000', '161517.959000', '161517.962000', '161517.964000', '161517.967000', '161517.969000', '161517.972000', '161517.975000', '161517.977000', '161517.980000', '161517.982000', '161517.985000', '161537.825000', '161537.827000', '161537.830000', '161537.833000', '161537.835000', '161537.839000', '161537.841000', '161537.844000', '161537.847000', '161537.849000', '161537.852000', '161537.855000', '161537.857000', '161537.860000', '161537.862000', '161537.865000', '161537.867000', '161537.870000', '161537.873000', '161537.875000', '161537.878000', '161537.880000', '161537.883000', '161537.886000', '161537.888000', '161537.891000', '161537.893000', '161537.896000', '161537.899000', '161537.901000', '161537.904000', '161537.906000', '161537.909000', '161537.911000', '161537.914000', '161537.917000', '161537.919000', '161537.922000', '161537.924000', '161537.927000', '161537.930000', '161537.932000', '161537.935000', '161557.823000', '161557.826000', '161557.829000', '161557.831000', '161557.834000', '161557.837000', '161557.839000', '161557.842000', '161557.845000', '161557.847000', '161557.850000', '161557.852000', '161557.855000', '161557.857000', '161557.860000', '161557.863000', '161557.865000', '161557.868000', '161557.870000', '161557.873000', '161557.875000', '161557.878000', '161557.881000', '161557.883000', '161557.886000', '161557.889000', '161557.891000', '161557.894000', '161557.897000', '161557.900000', '161557.902000', '161557.905000', '161557.908000', '161557.911000', '161557.914000', '161557.916000', '161557.919000', '161557.921000', '161557.924000', '161557.927000', '161557.929000', '161557.932000', '161557.934000', '161617.823000', '161617.826000', '161617.829000', '161617.831000', '161617.834000', '161617.837000', '161617.839000', '161617.842000', '161617.845000', '161617.847000', '161617.850000', '161617.853000', '161617.855000', '161617.858000', '161617.860000', '161617.863000', '161617.865000', '161617.868000', '161617.871000', '161617.873000', '161617.876000', '161617.878000', '161617.881000', '161617.884000', '161617.886000', '161617.889000', '161617.891000', '161617.894000', '161617.897000', '161617.899000', '161617.902000', '161617.904000', '161617.907000', '161617.910000', '161617.912000', '161617.915000', '161617.917000', '161617.920000', '161617.923000', '161617.925000', '161617.928000', '161617.931000', '161617.934000', '161617.937000', '161637.825000', '161637.828000', '161637.830000', '161637.833000', '161637.835000', '161637.838000', '161637.841000', '161637.843000', '161637.846000', '161637.849000', '161637.851000', '161637.854000', '161637.856000', '161637.859000', '161637.862000', '161637.864000', '161637.867000', '161637.869000', '161637.872000', '161637.875000', '161637.877000', '161637.880000', '161637.883000', '161637.886000', '161637.888000', '161637.891000', '161637.894000', '161637.896000', '161637.899000', '161637.901000', '161637.904000', '161637.906000', '161637.910000', '161637.913000', '161637.915000', '161637.918000', '161637.921000', '161637.923000', '161637.926000', '161637.928000', '161637.931000', '161637.934000', '161637.936000', '161657.825000', '161657.827000', '161657.830000', '161657.833000', '161657.835000', '161657.838000', '161657.840000', '161657.843000', '161657.846000', '161657.848000', '161657.851000', '161657.854000', '161657.856000', '161657.859000', '161657.861000', '161657.864000', '161657.867000', '161657.869000', '161657.872000', '161657.874000', '161657.891000', '161657.893000', '161657.896000', '161657.899000', '161657.901000', '161657.904000', '161657.906000', '161657.909000', '161657.912000', '161657.914000', '161657.917000', '161657.919000', '161657.922000', '161657.924000', '161657.927000', '161657.930000', '161657.932000', '161657.935000', '161657.938000', '161657.940000', '161657.943000', '161657.945000', '161657.948000', '161657.950000', '161717.824000', '161717.827000', '161717.830000', '161717.833000', '161717.835000', '161717.838000', '161717.841000', '161717.843000', '161717.846000', '161717.848000', '161717.851000', '161717.854000', '161717.856000', '161717.859000', '161717.861000', '161717.864000', '161717.866000', '161717.869000', '161717.872000', '161717.874000', '161717.877000', '161717.880000', '161717.882000', '161717.886000', '161717.889000', '161717.892000', '161717.895000', '161717.897000', '161717.900000', '161717.902000', '161717.905000', '161717.907000', '161717.910000', '161717.913000', '161717.915000', '161717.918000', '161717.921000', '161717.923000', '161717.926000', '161717.928000', '161717.931000', '161717.934000', '161717.936000', '161737.825000', '161737.827000', '161737.830000', '161737.833000', '161737.835000', '161737.838000', '161737.840000', '161737.843000', '161737.845000', '161737.848000', '161737.851000', '161737.853000', '161737.856000', '161737.858000', '161737.861000', '161737.864000', '161737.866000', '161737.869000', '161737.872000', '161737.874000', '161737.877000', '161737.879000', '161737.882000', '161737.885000', '161737.887000', '161737.890000', '161737.892000', '161737.895000', '161737.898000', '161737.900000', '161737.903000', '161737.905000', '161737.908000', '161737.911000', '161737.913000', '161737.916000', '161737.919000', '161737.921000', '161737.924000', '161737.926000', '161737.929000', '161737.931000', '161737.934000', '161737.937000', '161757.824000', '161757.827000', '161757.830000', '161757.833000', '161757.835000', '161757.838000', '161757.841000', '161757.843000', '161757.846000', '161757.848000', '161757.851000', '161757.854000', '161757.856000', '161757.859000', '161757.861000', '161757.864000', '161757.866000', '161757.869000', '161757.872000', '161757.874000', '161757.877000', '161757.879000', '161757.882000', '161757.885000', '161757.887000', '161757.890000', '161757.892000', '161757.895000', '161757.898000', '161757.900000', '161757.903000', '161757.905000', '161757.908000', '161757.911000', '161757.913000', '161757.916000', '161757.919000', '161757.921000', '161757.924000', '161757.927000', '161757.929000', '161757.932000', '161757.934000', '161817.823000', '161817.826000', '161817.829000', '161817.832000', '161817.834000', '161817.837000', '161817.840000', '161817.842000', '161817.845000', '161817.847000', '161817.850000', '161817.853000', '161817.855000', '161817.858000', '161817.860000', '161817.863000', '161817.865000', '161817.868000', '161817.871000', '161817.874000', '161817.876000', '161817.879000', '161817.881000', '161817.884000', '161817.886000', '161817.889000', '161817.892000', '161817.894000', '161817.897000', '161817.899000', '161817.902000', '161817.905000', '161817.907000', '161817.910000', '161817.912000', '161817.915000', '161817.918000', '161817.920000', '161817.923000', '161817.926000', '161817.928000', '161817.931000', '161817.933000', '161817.936000', '161837.824000', '161837.846000', '161837.848000', '161837.851000', '161837.854000', '161837.856000', '161837.859000', '161837.861000', '161837.864000', '161837.867000', '161837.869000', '161837.872000', '161837.874000', '161837.877000', '161837.879000', '161837.882000', '161837.885000', '161837.887000', '161837.890000', '161837.892000', '161837.895000', '161837.898000', '161837.900000', '161837.903000', '161837.905000', '161837.908000', '161837.911000', '161837.913000', '161837.917000', '161837.920000', '161837.923000', '161837.925000', '161837.928000', '161837.930000', '161837.933000', '161837.936000', '161837.938000', '161837.941000', '161837.943000', '161837.975000', '161837.978000', '161837.980000', '161837.983000', '161857.825000', '161857.828000', '161857.830000', '161857.833000', '161857.836000', '161857.838000', '161857.841000', '161857.843000', '161857.846000', '161857.849000', '161857.851000', '161857.854000', '161857.856000', '161857.859000', '161857.862000', '161857.864000', '161857.867000', '161857.869000', '161857.872000', '161857.875000', '161857.877000', '161857.880000', '161857.883000', '161857.885000', '161857.888000', '161857.890000', '161857.893000', '161857.895000', '161857.898000', '161857.901000', '161857.903000', '161857.906000', '161857.909000', '161857.911000', '161857.914000', '161857.916000', '161857.919000', '161857.922000', '161857.924000', '161857.927000', '161857.929000', '161857.932000', '161857.934000', '161857.937000', '161917.824000', '161917.827000', '161917.830000', '161917.832000', '161917.835000', '161917.838000', '161917.840000', '161917.843000', '161917.846000', '161917.849000', '161917.851000', '161917.854000', '161917.856000', '161917.859000', '161917.862000', '161917.864000', '161917.867000', '161917.869000', '161917.872000', '161917.875000', '161917.877000', '161917.880000', '161917.883000', '161917.885000', '161917.888000', '161917.890000', '161917.893000', '161917.896000', '161917.898000', '161917.901000', '161917.904000', '161917.906000', '161917.909000', '161917.911000', '161917.914000', '161917.917000', '161917.919000', '161917.922000', '161917.924000', '161917.927000', '161917.929000', '161917.932000', '161917.935000', '161937.824000', '161937.827000', '161937.830000', '161937.832000', '161937.835000', '161937.838000', '161937.840000', '161937.843000', '161937.845000', '161937.848000', '161937.850000', '161937.853000', '161937.856000', '161937.858000', '161937.861000', '161937.863000', '161937.866000', '161937.874000', '161937.876000', '161937.879000', '161937.882000', '161937.884000', '161937.887000', '161937.889000', '161937.892000', '161937.895000', '161937.897000', '161937.900000', '161937.903000', '161937.905000', '161937.908000', '161937.911000', '161937.913000', '161937.916000', '161937.918000', '161937.921000', '161937.923000', '161937.926000', '161937.929000', '161937.931000', '161937.934000', '161937.936000', '161937.939000', '161937.942000', '161957.825000', '161957.827000', '161957.830000', '161957.833000', '161957.836000', '161957.838000', '161957.841000', '161957.843000', '161957.846000', '161957.849000', '161957.851000', '161957.854000', '161957.857000', '161957.859000', '161957.862000', '161957.865000', '161957.867000', '161957.870000', '161957.872000', '161957.875000', '161957.878000', '161957.880000', '161957.883000', '161957.886000', '161957.888000', '161957.891000', '161957.905000', '161957.908000', '161957.910000', '161957.913000', '161957.916000', '161957.918000', '161957.921000', '161957.924000', '161957.926000', '161957.929000', '161957.931000', '161957.934000', '161957.937000', '161957.939000', '161957.942000', '161957.945000', '161957.947000', '162017.824000', '162017.827000', '162017.829000', '162017.832000', '162017.835000', '162017.837000', '162017.840000', '162017.842000', '162017.845000', '162017.848000', '162017.850000', '162017.853000', '162017.855000', '162017.858000', '162017.861000', '162017.863000', '162017.866000', '162017.869000', '162017.871000', '162017.874000', '162017.877000', '162017.879000', '162017.882000', '162017.884000', '162017.887000', '162017.890000', '162017.892000', '162017.895000', '162017.898000', '162017.900000', '162017.903000', '162017.905000', '162017.908000', '162017.910000', '162017.913000', '162017.916000', '162017.918000', '162017.921000', '162017.923000', '162017.926000', '162017.929000', '162017.931000', '162017.934000', '162017.936000', '162037.824000', '162037.826000', '162037.829000', '162037.832000', '162037.834000', '162037.837000', '162037.839000', '162037.842000', '162037.845000', '162037.847000', '162037.850000', '162037.852000', '162037.855000', '162037.858000', '162037.860000', '162037.863000', '162037.865000', '162037.868000', '162037.871000', '162037.873000', '162037.876000', '162037.878000', '162037.881000', '162037.883000', '162037.886000', '162037.889000', '162037.891000', '162037.894000', '162037.897000', '162037.899000', '162037.902000', '162037.904000', '162037.907000', '162037.910000', '162037.912000', '162037.915000', '162037.918000', '162037.920000', '162037.923000', '162037.925000', '162037.928000', '162037.930000', '162037.933000', '162057.825000', '162057.827000', '162057.830000', '162057.833000', '162057.835000', '162057.838000', '162057.841000', '162057.843000', '162057.846000', '162057.848000', '162057.851000', '162057.854000', '162057.856000', '162057.859000', '162057.861000', '162057.864000', '162057.867000', '162057.869000', '162057.872000', '162057.874000', '162057.877000', '162057.880000', '162057.882000', '162057.885000', '162057.887000', '162057.890000', '162057.893000', '162057.895000', '162057.898000', '162057.900000', '162057.903000', '162057.906000', '162057.909000', '162057.911000', '162057.914000', '162057.916000', '162057.919000', '162057.922000', '162057.924000', '162057.927000', '162057.930000', '162057.932000', '162057.935000', '162057.937000', '162117.824000', '162117.827000', '162117.830000', '162117.833000', '162117.835000', '162117.838000', '162117.840000', '162117.843000', '162117.846000', '162117.848000', '162117.851000', '162117.853000', '162117.856000', '162117.859000', '162117.861000', '162117.864000', '162117.867000', '162117.869000', '162117.872000', '162117.874000', '162117.877000', '162117.879000', '162117.882000', '162117.896000', '162117.899000', '162117.901000', '162117.904000', '162117.907000', '162117.909000', '162117.912000', '162117.914000', '162117.917000', '162117.920000', '162117.922000', '162117.925000', '162117.927000', '162117.930000', '162117.933000', '162117.935000', '162117.938000', '162117.941000', '162117.943000', '162117.946000', '162137.824000', '162137.828000', '162137.831000', '162137.834000', '162137.836000', '162137.839000', '162137.841000', '162137.844000', '162137.847000', '162137.849000', '162137.852000', '162137.855000', '162137.857000', '162137.860000', '162137.862000', '162137.865000', '162137.868000', '162137.870000', '162137.873000', '162137.875000', '162137.879000', '162137.881000', '162137.884000', '162137.887000', '162137.889000', '162137.892000', '162137.895000', '162137.897000', '162137.900000', '162137.902000', '162137.905000', '162137.907000', '162137.910000', '162137.913000', '162137.915000', '162137.918000', '162137.920000', '162137.923000', '162137.926000', '162137.928000', '162137.931000', '162137.934000', '162137.936000', '162137.939000', '162157.825000', '162157.827000', '162157.830000', '162157.833000', '162157.835000', '162157.838000', '162157.840000', '162157.843000', '162157.846000', '162157.848000', '162157.851000', '162157.854000', '162157.856000', '162157.859000', '162157.861000', '162157.864000', '162157.867000', '162157.869000', '162157.872000', '162157.874000', '162157.877000', '162157.880000', '162157.882000', '162157.885000', '162157.887000', '162157.890000', '162157.893000', '162157.895000', '162157.898000', '162157.900000', '162157.903000', '162157.906000', '162157.908000', '162157.911000', '162157.913000', '162157.916000', '162157.919000', '162157.921000', '162157.924000', '162157.927000', '162157.929000', '162157.932000', '162157.934000', '162214.114000', '162214.117000', '162214.120000', '162214.122000', '162214.125000', '162214.128000', '162214.130000', '162214.133000', '162214.136000', '162214.138000', '162214.141000', '162214.143000', '162214.146000', '162214.149000', '162214.151000', '162214.154000', '162214.156000', '162214.159000', '162214.162000', '162214.164000', '162214.167000', '162214.169000', '162214.172000', '162214.175000', '162214.177000', '162214.180000', '162214.182000', '162214.185000', '162214.188000', '162214.294000', '162214.297000', '162214.299000', '162214.302000', '162214.305000', '162214.307000', '162214.310000'], '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': [9243, 12986, 12123, 9483, 9818, 7963, 15127, 8013, 13620, 9561, 13680, 8711, 12352, 8965, 10760, 8730, 10901, 8118, 11152, 8752, 11350, 8636, 12220, 8662, 9937, 8496, 8641, 13569, 13874, 9200, 8836, 11766, 8216, 13440, 7972, 13777, 8551, 11175, 8572, 9044, 8228, 8104, 8084, 8350, 8433, 9740, 9019, 9685, 8650, 11231, 9203, 11326, 9190, 10305, 11103, 9300, 8888, 8659, 8580, 10160, 8568, 12258, 13921, 10435, 14837, 9913, 12486, 8489, 12594, 8489, 12329, 8725, 12534, 8775, 12019, 8870, 12907, 8666, 11949, 8835, 9185, 8605, 12048, 8615, 7790, 9658, 7669, 10822, 8764, 11467, 9471, 11028, 9234, 11835, 13501, 9621, 11510, 8161, 13281, 8611, 12990, 9778, 12355, 8795, 11297, 10422, 9674, 13685, 9020, 13058, 8107, 12634, 8536, 12315, 8156, 10746, 8507, 9576, 8600, 9269, 8657, 9272, 8129, 9385, 9874, 9361, 13195, 8971, 14350, 9770, 13833, 9604, 12216, 8241, 13363, 8504, 12759, 9975, 13057, 8407, 12868, 8800, 12595, 9271, 12847, 8319, 12492, 8292, 12188, 8303, 11954, 9115, 9614, 8329, 12741, 8311, 13833, 9767, 12553, 8504, 12212, 8603, 11658, 8122, 9636, 8717, 9475, 8070, 9342, 8062, 9472, 8575, 9962, 8383, 10154, 8216, 11041, 8243, 12537, 8630, 12587, 8241, 12483, 8227, 13208, 10328, 13212, 8311, 12710, 8402, 12095, 9317, 10628, 8600, 7825, 9661, 8174, 11430, 8310, 11668, 8444, 11978, 8293, 12823, 8247, 11903, 8529, 11512, 8984, 12884, 8070, 12201, 8907, 12020, 8750, 12957, 8946, 13294, 8987, 13105, 9180, 13250, 10260, 13150, 8071, 12938, 8296, 13086, 10430, 10495, 8180, 9193, 9001, 10543, 9465, 8483, 9883, 8620, 10927, 8417, 13005, 8259, 12667, 8235, 11919, 8330, 12954, 10056, 10272, 8284, 9278, 9323, 9976, 10142, 8038, 11071, 8232, 12533, 8824, 13225, 8486, 13082, 8406, 13407, 10359, 12406, 8697, 10654, 8575, 11804, 9643, 9233, 9091, 8555, 10149, 8833, 11997, 8611, 13024, 8362, 13283, 8738, 13530, 10332, 11179, 8490, 8039, 8405, 8444, 10385, 8748, 10609, 8489, 9570, 10387, 9102, 9042, 8593, 8630, 8614, 8844, 10022, 8545, 12818, 8278, 13375, 8666, 13410, 10305, 12721, 8771, 12733, 8852, 12660, 9987, 13031, 8440, 11937, 8685, 11929, 8655, 9566, 8174, 8760, 10455, 8597, 13649, 8935, 12710, 8612, 10390, 10458, 9034, 9834, 8346, 11230, 8631, 12806, 9392, 10051, 8662, 8159, 8875, 9370, 9372, 8814, 10114, 8302, 11789, 8939, 10879, 8240, 11221, 8482, 12145, 9240, 11600, 8771, 11712, 8607, 13931, 8888, 10846, 8119, 12893, 11234, 9115, 7704, 9127, 8487, 13210, 10728, 8679, 10592, 8830, 10718, 9325, 14186, 9241, 12771, 9290, 12248, 8756, 12418, 9470, 10100, 9065, 7235, 12161, 9210, 7394, 9004, 8971, 8167, 9996, 9086, 12904, 12539, 9431, 13637, 9473, 12625, 9700, 11711, 9591, 7704, 12716, 9332, 10358, 9190, 9095, 10305, 9818, 14297, 10210, 12767, 9978, 11992, 9252, 12060, 9646, 12142, 9340, 11973, 9617, 9551, 10709, 9252, 9311, 12628, 9135, 13376, 9215, 12356, 10545, 9170, 8707, 10066, 8950, 10993, 8601, 11381, 9340, 10817, 9129, 11444, 8973, 12099, 9136, 12484, 8716, 12611, 9086, 12427, 10336, 10511, 9105, 13723, 9292, 13277, 10000, 12556, 9314, 11998, 9234, 11102, 9791, 9627, 9075, 10496, 9481, 11951, 9235, 12369, 9527, 12598, 9704, 12579, 9486, 12134, 9169, 11996, 9215, 12788, 9577, 12558, 10451, 9765, 9003, 9090, 9643, 10281, 10142, 9989, 10865, 9011, 11468, 10172, 9449, 9374, 8922, 8956, 9677, 10370, 9210, 9430, 10009, 9395, 11976, 9156, 13539, 9592, 13015, 8952, 13029, 9110, 13436, 9973, 12750, 8785, 12794, 8770, 13080, 10548, 11562, 8702, 10725, 8864, 11142, 9507, 8764, 8801, 8685, 8802, 10617, 8869, 8814, 8497, 8770, 9752, 9067, 11425, 9057, 12191, 9378, 13115, 8974, 11652, 8803, 8706, 9996, 9161, 13107, 10383, 14877, 10683, 10183, 9759, 9867, 13286, 15226, 9191, 12369, 10115, 9375, 7644, 11040, 9664, 8923, 9721, 11265, 9287, 9514, 12655, 10379, 13549, 10517, 12694, 11750, 9221, 11323, 8913, 10741, 9340, 11038, 9415, 9707, 9177, 10179, 10322, 9977, 12828, 9526, 9815, 9944, 10359, 13164, 9291, 13928, 10317, 10746, 9440, 9990, 10271, 10137, 13623, 9353, 10381, 9601, 9390, 9192, 12125, 9724, 10094, 9201, 9574, 9479, 10097, 10158, 10024, 11240, 9548, 13142, 9304, 13139, 9709, 11570, 9627, 9340, 9671, 9631, 10974, 9633, 10501, 9866, 9685, 11927, 9305, 11566, 9202, 9134, 9968, 11090, 9399, 13099, 9213, 12229, 9287, 11724, 9195, 9798, 14177, 10185, 13150, 9886, 12508, 9885, 11526, 9910, 9980, 9511, 9552, 10101, 9621, 15194, 9194, 13265, 9263, 12803, 9567, 12454, 9355, 12623, 10248, 10788, 9265, 10354, 14435, 9824, 12769, 10161, 10072, 9804, 10101, 11540, 9835, 11883, 9801, 10906, 10204, 12584, 9649, 13723, 9987, 12194, 9596, 11618, 10081, 9828, 13589, 9653, 12911, 9754, 12987, 9351, 12402, 9981, 11528, 10445, 11747, 9752, 12471, 9628, 12770, 10001, 12464, 10032, 12324, 10317, 11201, 10913, 9813, 10501, 9898, 14632, 9701, 13097, 10255, 10129, 10401, 9623, 9931, 9762, 11792, 9595, 11373, 9698, 13309, 9737, 13006, 10437, 12333, 9792, 12228, 9513, 12397, 9601, 12115, 10087, 10316, 11854, 9819, 13631, 9688, 11854, 10520, 9816, 9895, 9864, 13640, 9853, 12544, 9668, 12174, 9877, 11810, 9696, 11145, 10124, 9967, 11100, 9949, 13176, 9774, 12068, 10012, 11619, 10246, 9869, 12744, 9798, 12700, 10064, 13541, 9793, 12277, 10655, 11684, 10415, 10642, 10384, 9963, 10374, 9632, 9882, 9455, 10948, 9760, 12476, 9848, 10932, 9836, 11512, 9725, 13170, 9847, 12736, 10097, 13278, 9613, 12710, 9781, 12328, 10207, 10775, 9924, 10176, 9709, 9966, 10186, 9742, 9216, 10061, 14806, 9799, 13387, 9801, 12333, 10050, 11721, 10345, 9677, 9449, 10251, 12899, 10027, 13899, 10323, 11986, 9940, 13220, 9941, 13192, 10614, 12593, 9848, 12441, 10360, 11464, 10175, 9651, 9836, 9740, 10076, 9845, 11472, 9645, 9306, 9965, 12909, 10071, 13395, 9430, 12607, 9565, 12475, 9885, 12459, 10749, 11873, 10315, 10848, 10330, 10332, 10392, 9668, 10014, 9867, 10801, 9875, 12958, 9882, 11632, 9762, 13686, 9762, 13409, 10340, 12847, 10132, 13015, 9963, 13538, 9564, 12580, 9592, 12724, 9662, 12703, 9713, 12788, 9831, 12821, 9758, 12634, 10523, 12301, 10474, 11501, 10475, 11338, 10765, 10266, 10137, 11289, 10179, 12362, 10033, 12141, 10761, 12599, 10747, 11982, 10669, 11942, 9839, 12248, 9896, 12613, 9947, 13061, 9885, 12191, 10002, 12905, 10471, 11979, 10411, 11032, 10298, 9815, 10205, 9657, 10216, 9945, 9397, 12205, 10136, 9256, 9838, 9956, 9460, 10803, 10182, 12820, 10083, 12910, 10893, 9719, 12071, 9892, 13426, 10013, 12662, 9693, 12212, 10180, 11177, 10588, 9301, 10260, 9446, 9955, 11011, 10304, 10661, 10033, 10642, 10311, 11767, 10067, 11304, 10056, 10405, 10001, 9977, 9980, 13219, 9311, 10734, 9456, 9409, 11215, 9836, 13607, 10197, 13308, 9702, 13431, 10105, 13827, 9877, 13545, 9306, 13329, 10974, 13283, 9599, 10997, 9222, 9711, 10903, 9420, 12767, 10001, 13321, 9611, 13876, 10549, 13733, 11239, 9913, 14153, 9412, 10053, 11621, 12824, 9378, 15252, 9931, 8415, 8262, 8558, 11998, 8476, 8999, 13647, 11210, 8642, 12757, 8637, 13834, 15678, 12594, 10482, 9716, 11736, 8688, 14567, 11176, 8901, 14017, 8774, 9007, 13835, 9330, 9831, 12103, 9439, 9166, 12249, 9297, 9392, 11900, 9299], 'WindowCenter': [4234.0, 4249.0, 4220.0, 4200.0, 4182.0, 4147.0, 4197.0, 4145.0, 4185.0, 4153.0, 4187.0, 4142.0, 4159.0, 4141.0, 4147.0, 4139.0, 4150.0, 4130.0, 4159.0, 4142.0, 4161.0, 4142.0, 4161.0, 4142.0, 4140.0, 4130.0, 4126.0, 4186.0, 4184.0, 4154.0, 4155.0, 4173.0, 4144.0, 4184.0, 4145.0, 4186.0, 4142.0, 4162.0, 4140.0, 4140.0, 4143.0, 4132.0, 4132.0, 4143.0, 4156.0, 4154.0, 4155.0, 4164.0, 4159.0, 4178.0, 4171.0, 4190.0, 4184.0, 4180.0, 4192.0, 4183.0, 4182.0, 4184.0, 4185.0, 4197.0, 4186.0, 4221.0, 4215.0, 4182.0, 4202.0, 4183.0, 4191.0, 4171.0, 4189.0, 4160.0, 4187.0, 4159.0, 4188.0, 4170.0, 4189.0, 4182.0, 4202.0, 4186.0, 4203.0, 4184.0, 4181.0, 4185.0, 4203.0, 4187.0, 4164.0, 4195.0, 4165.0, 4208.0, 4176.0, 4209.0, 4185.0, 4195.0, 4183.0, 4204.0, 4204.0, 4186.0, 4192.0, 4172.0, 4202.0, 4175.0, 4204.0, 4184.0, 4204.0, 4171.0, 4180.0, 4182.0, 4182.0, 4200.0, 4160.0, 4188.0, 4158.0, 4188.0, 4169.0, 4189.0, 4147.0, 4178.0, 4158.0, 4168.0, 4170.0, 4169.0, 4169.0, 4171.0, 4160.0, 4171.0, 4179.0, 4170.0, 4202.0, 4171.0, 4213.0, 4183.0, 4199.0, 4171.0, 4189.0, 4159.0, 4200.0, 4171.0, 4201.0, 4180.0, 4190.0, 4160.0, 4191.0, 4172.0, 4203.0, 4171.0, 4190.0, 4159.0, 4190.0, 4161.0, 4201.0, 4172.0, 4190.0, 4172.0, 4181.0, 4172.0, 4204.0, 4173.0, 4202.0, 4184.0, 4203.0, 4171.0, 4192.0, 4160.0, 4190.0, 4175.0, 4169.0, 4159.0, 4168.0, 4148.0, 4171.0, 4147.0, 4181.0, 4158.0, 4180.0, 4158.0, 4179.0, 4172.0, 4193.0, 4170.0, 4201.0, 4171.0, 4202.0, 4172.0, 4205.0, 4175.0, 4203.0, 4184.0, 4203.0, 4163.0, 4201.0, 4174.0, 4204.0, 4172.0, 4193.0, 4173.0, 4163.0, 4183.0, 4174.0, 4205.0, 4172.0, 4203.0, 4174.0, 4203.0, 4174.0, 4203.0, 4172.0, 4206.0, 4185.0, 4203.0, 4183.0, 4202.0, 4163.0, 4205.0, 4185.0, 4203.0, 4186.0, 4227.0, 4185.0, 4216.0, 4187.0, 4215.0, 4184.0, 4214.0, 4183.0, 4204.0, 4163.0, 4201.0, 4174.0, 4201.0, 4192.0, 4180.0, 4173.0, 4170.0, 4183.0, 4191.0, 4181.0, 4171.0, 4182.0, 4171.0, 4192.0, 4173.0, 4200.0, 4171.0, 4204.0, 4174.0, 4203.0, 4184.0, 4214.0, 4197.0, 4194.0, 4172.0, 4184.0, 4183.0, 4183.0, 4196.0, 4175.0, 4205.0, 4175.0, 4215.0, 4185.0, 4215.0, 4184.0, 4216.0, 4173.0, 4213.0, 4194.0, 4203.0, 4174.0, 4194.0, 4185.0, 4203.0, 4182.0, 4170.0, 4172.0, 4170.0, 4180.0, 4182.0, 4191.0, 4170.0, 4199.0, 4160.0, 4200.0, 4172.0, 4201.0, 4184.0, 4189.0, 4171.0, 4159.0, 4173.0, 4171.0, 4180.0, 4170.0, 4180.0, 4170.0, 4181.0, 4180.0, 4170.0, 4169.0, 4158.0, 4157.0, 4159.0, 4170.0, 4180.0, 4171.0, 4201.0, 4172.0, 4201.0, 4185.0, 4214.0, 4195.0, 4204.0, 4175.0, 4204.0, 4185.0, 4215.0, 4182.0, 4203.0, 4171.0, 4190.0, 4172.0, 4203.0, 4170.0, 4183.0, 4171.0, 4183.0, 4205.0, 4187.0, 4229.0, 4186.0, 4217.0, 4174.0, 4196.0, 4194.0, 4173.0, 4181.0, 4160.0, 4191.0, 4171.0, 4200.0, 4168.0, 4169.0, 4158.0, 4158.0, 4171.0, 4168.0, 4171.0, 4169.0, 4180.0, 4162.0, 4192.0, 4172.0, 4192.0, 4161.0, 4189.0, 4172.0, 4191.0, 4170.0, 4193.0, 4159.0, 4190.0, 4173.0, 4200.0, 4171.0, 4181.0, 4159.0, 4215.0, 4195.0, 4186.0, 4164.0, 4184.0, 4174.0, 4215.0, 4208.0, 4187.0, 4195.0, 4186.0, 4194.0, 4186.0, 4218.0, 4174.0, 4191.0, 4171.0, 4191.0, 4159.0, 4191.0, 4184.0, 4181.0, 4187.0, 4147.0, 4204.0, 4195.0, 4174.0, 4186.0, 4200.0, 4190.0, 4212.0, 4200.0, 4235.0, 4222.0, 4188.0, 4218.0, 4187.0, 4204.0, 4185.0, 4206.0, 4185.0, 4162.0, 4218.0, 4199.0, 4208.0, 4198.0, 4200.0, 4210.0, 4211.0, 4234.0, 4211.0, 4221.0, 4186.0, 4195.0, 4174.0, 4206.0, 4185.0, 4192.0, 4173.0, 4206.0, 4195.0, 4198.0, 4195.0, 4185.0, 4186.0, 4217.0, 4188.0, 4220.0, 4187.0, 4193.0, 4182.0, 4161.0, 4160.0, 4183.0, 4171.0, 4180.0, 4161.0, 4192.0, 4183.0, 4195.0, 4184.0, 4205.0, 4184.0, 4206.0, 4184.0, 4204.0, 4188.0, 4218.0, 4201.0, 4216.0, 4199.0, 4197.0, 4202.0, 4230.0, 4199.0, 4217.0, 4185.0, 4207.0, 4187.0, 4209.0, 4186.0, 4207.0, 4184.0, 4183.0, 4171.0, 4181.0, 4171.0, 4205.0, 4185.0, 4203.0, 4184.0, 4205.0, 4185.0, 4206.0, 4184.0, 4204.0, 4184.0, 4207.0, 4186.0, 4215.0, 4197.0, 4217.0, 4198.0, 4196.0, 4186.0, 4174.0, 4187.0, 4184.0, 4184.0, 4186.0, 4195.0, 4173.0, 4195.0, 4183.0, 4171.0, 4170.0, 4171.0, 4171.0, 4169.0, 4170.0, 4170.0, 4170.0, 4168.0, 4183.0, 4190.0, 4170.0, 4201.0, 4170.0, 4190.0, 4158.0, 4201.0, 4170.0, 4189.0, 4170.0, 4189.0, 4158.0, 4189.0, 4159.0, 4188.0, 4181.0, 4177.0, 4158.0, 4178.0, 4172.0, 4178.0, 4170.0, 4158.0, 4169.0, 4158.0, 4171.0, 4180.0, 4171.0, 4171.0, 4160.0, 4158.0, 4181.0, 4171.0, 4190.0, 4169.0, 4191.0, 4170.0, 4212.0, 4172.0, 4192.0, 4173.0, 4187.0, 4209.0, 4200.0, 4228.0, 4206.0, 4225.0, 4193.0, 4182.0, 4182.0, 4195.0, 4228.0, 4227.0, 4183.0, 4205.0, 4181.0, 4169.0, 4145.0, 4190.0, 4181.0, 4170.0, 4182.0, 4189.0, 4181.0, 4182.0, 4200.0, 4167.0, 4189.0, 4166.0, 4174.0, 4176.0, 4143.0, 4163.0, 4141.0, 4150.0, 4139.0, 4162.0, 4151.0, 4150.0, 4140.0, 4151.0, 4162.0, 4166.0, 4198.0, 4166.0, 4166.0, 4166.0, 4177.0, 4198.0, 4181.0, 4210.0, 4179.0, 4179.0, 4170.0, 4180.0, 4179.0, 4194.0, 4211.0, 4183.0, 4193.0, 4196.0, 4182.0, 4197.0, 4204.0, 4183.0, 4182.0, 4182.0, 4182.0, 4182.0, 4195.0, 4182.0, 4180.0, 4192.0, 4195.0, 4214.0, 4196.0, 4214.0, 4196.0, 4205.0, 4196.0, 4186.0, 4197.0, 4195.0, 4207.0, 4196.0, 4207.0, 4193.0, 4199.0, 4206.0, 4184.0, 4205.0, 4183.0, 4185.0, 4195.0, 4218.0, 4199.0, 4217.0, 4198.0, 4217.0, 4199.0, 4220.0, 4211.0, 4211.0, 4229.0, 4210.0, 4229.0, 4211.0, 4218.0, 4208.0, 4207.0, 4197.0, 4196.0, 4184.0, 4197.0, 4196.0, 4198.0, 4237.0, 4184.0, 4202.0, 4184.0, 4214.0, 4197.0, 4218.0, 4212.0, 4230.0, 4210.0, 4209.0, 4201.0, 4211.0, 4243.0, 4211.0, 4218.0, 4195.0, 4196.0, 4183.0, 4196.0, 4205.0, 4196.0, 4207.0, 4209.0, 4208.0, 4208.0, 4229.0, 4209.0, 4216.0, 4198.0, 4205.0, 4184.0, 4207.0, 4195.0, 4196.0, 4215.0, 4182.0, 4202.0, 4183.0, 4213.0, 4183.0, 4214.0, 4195.0, 4205.0, 4207.0, 4207.0, 4198.0, 4216.0, 4199.0, 4217.0, 4197.0, 4219.0, 4198.0, 4218.0, 4207.0, 4207.0, 4194.0, 4184.0, 4194.0, 4194.0, 4225.0, 4184.0, 4203.0, 4181.0, 4182.0, 4191.0, 4183.0, 4183.0, 4183.0, 4192.0, 4181.0, 4190.0, 4183.0, 4212.0, 4183.0, 4202.0, 4182.0, 4202.0, 4196.0, 4204.0, 4196.0, 4216.0, 4184.0, 4215.0, 4196.0, 4195.0, 4204.0, 4196.0, 4214.0, 4182.0, 4192.0, 4193.0, 4183.0, 4180.0, 4181.0, 4211.0, 4181.0, 4200.0, 4181.0, 4201.0, 4193.0, 4215.0, 4195.0, 4206.0, 4196.0, 4208.0, 4207.0, 4210.0, 4227.0, 4196.0, 4216.0, 4199.0, 4220.0, 4197.0, 4198.0, 4217.0, 4195.0, 4203.0, 4195.0, 4215.0, 4194.0, 4204.0, 4194.0, 4203.0, 4194.0, 4195.0, 4194.0, 4195.0, 4183.0, 4183.0, 4193.0, 4195.0, 4205.0, 4195.0, 4202.0, 4182.0, 4192.0, 4182.0, 4191.0, 4195.0, 4213.0, 4184.0, 4202.0, 4195.0, 4202.0, 4183.0, 4212.0, 4183.0, 4200.0, 4181.0, 4191.0, 4183.0, 4194.0, 4198.0, 4197.0, 4195.0, 4200.0, 4200.0, 4210.0, 4240.0, 4199.0, 4217.0, 4197.0, 4218.0, 4197.0, 4217.0, 4193.0, 4185.0, 4184.0, 4194.0, 4215.0, 4197.0, 4213.0, 4197.0, 4206.0, 4197.0, 4216.0, 4198.0, 4213.0, 4196.0, 4215.0, 4197.0, 4216.0, 4207.0, 4205.0, 4180.0, 4182.0, 4182.0, 4183.0, 4181.0, 4194.0, 4203.0, 4181.0, 4182.0, 4194.0, 4213.0, 4197.0, 4215.0, 4184.0, 4203.0, 4195.0, 4214.0, 4195.0, 4216.0, 4195.0, 4205.0, 4195.0, 4204.0, 4207.0, 4197.0, 4195.0, 4195.0, 4196.0, 4197.0, 4207.0, 4208.0, 4214.0, 4195.0, 4204.0, 4196.0, 4215.0, 4195.0, 4213.0, 4192.0, 4203.0, 4194.0, 4214.0, 4195.0, 4214.0, 4184.0, 4214.0, 4197.0, 4216.0, 4198.0, 4216.0, 4196.0, 4216.0, 4209.0, 4217.0, 4198.0, 4218.0, 4195.0, 4217.0, 4205.0, 4206.0, 4207.0, 4204.0, 4204.0, 4195.0, 4196.0, 4204.0, 4208.0, 4216.0, 4208.0, 4218.0, 4206.0, 4215.0, 4205.0, 4205.0, 4194.0, 4204.0, 4193.0, 4215.0, 4210.0, 4227.0, 4209.0, 4228.0, 4209.0, 4218.0, 4212.0, 4230.0, 4207.0, 4217.0, 4206.0, 4208.0, 4196.0, 4197.0, 4195.0, 4185.0, 4196.0, 4197.0, 4196.0, 4229.0, 4222.0, 4208.0, 4223.0, 4222.0, 4226.0, 4238.0, 4238.0, 4247.0, 4225.0, 4235.0, 4199.0, 4188.0, 4205.0, 4197.0, 4215.0, 4183.0, 4202.0, 4184.0, 4204.0, 4194.0, 4191.0, 4181.0, 4171.0, 4181.0, 4181.0, 4182.0, 4194.0, 4195.0, 4191.0, 4183.0, 4193.0, 4193.0, 4204.0, 4196.0, 4193.0, 4183.0, 4194.0, 4182.0, 4182.0, 4195.0, 4217.0, 4186.0, 4206.0, 4196.0, 4195.0, 4207.0, 4196.0, 4229.0, 4212.0, 4229.0, 4197.0, 4217.0, 4196.0, 4216.0, 4197.0, 4215.0, 4184.0, 4204.0, 4194.0, 4217.0, 4185.0, 4191.0, 4184.0, 4183.0, 4180.0, 4171.0, 4202.0, 4181.0, 4201.0, 4170.0, 4202.0, 4180.0, 4200.0, 4177.0, 4165.0, 4199.0, 4183.0, 4193.0, 4191.0, 4199.0, 4196.0, 4227.0, 4180.0, 4158.0, 4156.0, 4168.0, 4175.0, 4155.0, 4151.0, 4153.0, 4158.0, 4141.0, 4171.0, 4130.0, 4174.0, 4181.0, 4148.0, 4136.0, 4125.0, 4147.0, 4125.0, 4167.0, 4148.0, 4126.0, 4167.0, 4124.0, 4125.0, 4166.0, 4152.0, 4151.0, 4170.0, 4140.0, 4152.0, 4173.0, 4155.0, 4166.0, 4187.0, 4168.0], 'WindowWidth': [9402.0, 9409.0, 9351.0, 9319.0, 9281.0, 9230.0, 9295.0, 9219.0, 9275.0, 9228.0, 9278.0, 9210.0, 9229.0, 9205.0, 9209.0, 9202.0, 9215.0, 9191.0, 9229.0, 9209.0, 9232.0, 9210.0, 9233.0, 9209.0, 9204.0, 9188.0, 9179.0, 9276.0, 9271.0, 9229.0, 9232.0, 9256.0, 9219.0, 9270.0, 9219.0, 9276.0, 9211.0, 9237.0, 9205.0, 9205.0, 9211.0, 9197.0, 9198.0, 9214.0, 9237.0, 9229.0, 9233.0, 9245.0, 9243.0, 9266.0, 9262.0, 9287.0, 9285.0, 9269.0, 9296.0, 9284.0, 9283.0, 9287.0, 9290.0, 9310.0, 9293.0, 9348.0, 9334.0, 9281.0, 9310.0, 9283.0, 9290.0, 9263.0, 9283.0, 9246.0, 9280.0, 9247.0, 9282.0, 9261.0, 9285.0, 9282.0, 9307.0, 9291.0, 9309.0, 9288.0, 9281.0, 9291.0, 9312.0, 9296.0, 9260.0, 9302.0, 9262.0, 9323.0, 9278.0, 9326.0, 9287.0, 9304.0, 9283.0, 9313.0, 9313.0, 9291.0, 9294.0, 9268.0, 9308.0, 9275.0, 9314.0, 9285.0, 9312.0, 9264.0, 9274.0, 9280.0, 9280.0, 9304.0, 9248.0, 9282.0, 9243.0, 9283.0, 9261.0, 9284.0, 9225.0, 9267.0, 9242.0, 9256.0, 9261.0, 9260.0, 9261.0, 9262.0, 9246.0, 9262.0, 9273.0, 9262.0, 9308.0, 9264.0, 9326.0, 9281.0, 9301.0, 9262.0, 9283.0, 9245.0, 9299.0, 9265.0, 9305.0, 9275.0, 9287.0, 9249.0, 9291.0, 9266.0, 9311.0, 9262.0, 9286.0, 9244.0, 9286.0, 9251.0, 9307.0, 9268.0, 9287.0, 9267.0, 9277.0, 9267.0, 9313.0, 9268.0, 9308.0, 9287.0, 9309.0, 9265.0, 9295.0, 9248.0, 9287.0, 9276.0, 9261.0, 9243.0, 9254.0, 9228.0, 9264.0, 9226.0, 9276.0, 9245.0, 9275.0, 9244.0, 9273.0, 9268.0, 9298.0, 9264.0, 9304.0, 9267.0, 9307.0, 9270.0, 9316.0, 9278.0, 9312.0, 9286.0, 9309.0, 9257.0, 9305.0, 9272.0, 9314.0, 9267.0, 9295.0, 9270.0, 9257.0, 9285.0, 9276.0, 9316.0, 9268.0, 9312.0, 9271.0, 9310.0, 9275.0, 9310.0, 9268.0, 9319.0, 9290.0, 9313.0, 9286.0, 9309.0, 9257.0, 9316.0, 9288.0, 9310.0, 9297.0, 9352.0, 9292.0, 9334.0, 9298.0, 9333.0, 9290.0, 9329.0, 9284.0, 9314.0, 9258.0, 9305.0, 9276.0, 9306.0, 9295.0, 9278.0, 9271.0, 9263.0, 9285.0, 9293.0, 9278.0, 9265.0, 9282.0, 9266.0, 9296.0, 9273.0, 9304.0, 9267.0, 9313.0, 9276.0, 9314.0, 9291.0, 9328.0, 9309.0, 9300.0, 9271.0, 9289.0, 9287.0, 9287.0, 9310.0, 9277.0, 9316.0, 9277.0, 9331.0, 9290.0, 9332.0, 9288.0, 9332.0, 9273.0, 9327.0, 9301.0, 9313.0, 9275.0, 9300.0, 9290.0, 9311.0, 9280.0, 9262.0, 9266.0, 9261.0, 9278.0, 9283.0, 9291.0, 9263.0, 9301.0, 9249.0, 9303.0, 9269.0, 9306.0, 9286.0, 9288.0, 9263.0, 9246.0, 9271.0, 9267.0, 9277.0, 9262.0, 9278.0, 9261.0, 9279.0, 9276.0, 9260.0, 9258.0, 9244.0, 9242.0, 9246.0, 9263.0, 9276.0, 9264.0, 9304.0, 9269.0, 9306.0, 9292.0, 9328.0, 9302.0, 9313.0, 9276.0, 9315.0, 9291.0, 9331.0, 9282.0, 9310.0, 9268.0, 9289.0, 9269.0, 9313.0, 9265.0, 9284.0, 9267.0, 9286.0, 9318.0, 9296.0, 9357.0, 9296.0, 9337.0, 9273.0, 9304.0, 9298.0, 9270.0, 9277.0, 9250.0, 9291.0, 9264.0, 9301.0, 9257.0, 9259.0, 9244.0, 9244.0, 9264.0, 9258.0, 9264.0, 9258.0, 9274.0, 9252.0, 9293.0, 9266.0, 9295.0, 9250.0, 9287.0, 9267.0, 9292.0, 9262.0, 9299.0, 9247.0, 9289.0, 9269.0, 9304.0, 9265.0, 9276.0, 9243.0, 9332.0, 9302.0, 9292.0, 9258.0, 9288.0, 9270.0, 9332.0, 9326.0, 9298.0, 9305.0, 9290.0, 9300.0, 9293.0, 9342.0, 9272.0, 9293.0, 9263.0, 9290.0, 9246.0, 9289.0, 9284.0, 9279.0, 9293.0, 9227.0, 9316.0, 9305.0, 9278.0, 9293.0, 9317.0, 9304.0, 9335.0, 9319.0, 9374.0, 9349.0, 9298.0, 9340.0, 9290.0, 9310.0, 9286.0, 9314.0, 9286.0, 9253.0, 9342.0, 9315.0, 9324.0, 9312.0, 9318.0, 9331.0, 9333.0, 9372.0, 9332.0, 9347.0, 9291.0, 9300.0, 9270.0, 9319.0, 9288.0, 9289.0, 9269.0, 9321.0, 9305.0, 9312.0, 9304.0, 9288.0, 9291.0, 9333.0, 9294.0, 9345.0, 9292.0, 9296.0, 9275.0, 9245.0, 9244.0, 9278.0, 9261.0, 9272.0, 9247.0, 9291.0, 9281.0, 9299.0, 9285.0, 9317.0, 9285.0, 9317.0, 9287.0, 9311.0, 9297.0, 9337.0, 9319.0, 9332.0, 9313.0, 9307.0, 9322.0, 9358.0, 9316.0, 9337.0, 9289.0, 9321.0, 9296.0, 9325.0, 9291.0, 9320.0, 9282.0, 9281.0, 9263.0, 9275.0, 9264.0, 9315.0, 9286.0, 9307.0, 9282.0, 9314.0, 9288.0, 9317.0, 9287.0, 9311.0, 9286.0, 9320.0, 9293.0, 9329.0, 9309.0, 9335.0, 9309.0, 9307.0, 9291.0, 9274.0, 9293.0, 9286.0, 9287.0, 9290.0, 9301.0, 9271.0, 9300.0, 9282.0, 9264.0, 9262.0, 9264.0, 9263.0, 9259.0, 9261.0, 9260.0, 9260.0, 9256.0, 9284.0, 9289.0, 9261.0, 9304.0, 9260.0, 9286.0, 9243.0, 9304.0, 9260.0, 9283.0, 9260.0, 9283.0, 9241.0, 9284.0, 9246.0, 9280.0, 9276.0, 9265.0, 9242.0, 9268.0, 9266.0, 9271.0, 9260.0, 9244.0, 9259.0, 9243.0, 9264.0, 9276.0, 9262.0, 9263.0, 9247.0, 9243.0, 9280.0, 9265.0, 9287.0, 9259.0, 9289.0, 9259.0, 9323.0, 9267.0, 9292.0, 9271.0, 9296.0, 9329.0, 9319.0, 9354.0, 9323.0, 9348.0, 9297.0, 9278.0, 9279.0, 9304.0, 9355.0, 9357.0, 9287.0, 9320.0, 9276.0, 9259.0, 9220.0, 9290.0, 9281.0, 9265.0, 9283.0, 9288.0, 9280.0, 9282.0, 9304.0, 9255.0, 9289.0, 9250.0, 9261.0, 9262.0, 9213.0, 9242.0, 9209.0, 9218.0, 9203.0, 9242.0, 9223.0, 9221.0, 9207.0, 9223.0, 9238.0, 9251.0, 9296.0, 9251.0, 9251.0, 9252.0, 9269.0, 9297.0, 9280.0, 9318.0, 9274.0, 9272.0, 9262.0, 9273.0, 9275.0, 9301.0, 9319.0, 9284.0, 9298.0, 9306.0, 9284.0, 9311.0, 9317.0, 9284.0, 9280.0, 9282.0, 9281.0, 9283.0, 9305.0, 9281.0, 9276.0, 9293.0, 9305.0, 9328.0, 9309.0, 9332.0, 9307.0, 9318.0, 9309.0, 9293.0, 9310.0, 9304.0, 9324.0, 9308.0, 9326.0, 9298.0, 9315.0, 9321.0, 9286.0, 9316.0, 9286.0, 9290.0, 9304.0, 9341.0, 9317.0, 9337.0, 9313.0, 9337.0, 9313.0, 9345.0, 9337.0, 9334.0, 9357.0, 9330.0, 9357.0, 9333.0, 9342.0, 9328.0, 9322.0, 9308.0, 9307.0, 9287.0, 9308.0, 9304.0, 9313.0, 9369.0, 9288.0, 9310.0, 9288.0, 9328.0, 9313.0, 9338.0, 9338.0, 9361.0, 9332.0, 9330.0, 9319.0, 9336.0, 9384.0, 9334.0, 9339.0, 9304.0, 9307.0, 9285.0, 9307.0, 9318.0, 9305.0, 9322.0, 9329.0, 9326.0, 9326.0, 9357.0, 9331.0, 9334.0, 9312.0, 9318.0, 9288.0, 9323.0, 9301.0, 9308.0, 9334.0, 9280.0, 9309.0, 9283.0, 9324.0, 9287.0, 9331.0, 9302.0, 9317.0, 9323.0, 9323.0, 9314.0, 9334.0, 9316.0, 9338.0, 9310.0, 9341.0, 9312.0, 9338.0, 9326.0, 9325.0, 9304.0, 9288.0, 9302.0, 9302.0, 9348.0, 9289.0, 9313.0, 9279.0, 9281.0, 9293.0, 9285.0, 9284.0, 9285.0, 9295.0, 9279.0, 9291.0, 9283.0, 9323.0, 9287.0, 9309.0, 9282.0, 9307.0, 9307.0, 9315.0, 9309.0, 9335.0, 9290.0, 9334.0, 9305.0, 9306.0, 9315.0, 9307.0, 9329.0, 9280.0, 9296.0, 9295.0, 9285.0, 9275.0, 9281.0, 9321.0, 9277.0, 9302.0, 9279.0, 9304.0, 9299.0, 9332.0, 9307.0, 9323.0, 9308.0, 9328.0, 9325.0, 9332.0, 9354.0, 9308.0, 9336.0, 9314.0, 9346.0, 9308.0, 9313.0, 9337.0, 9304.0, 9313.0, 9301.0, 9330.0, 9304.0, 9316.0, 9299.0, 9310.0, 9299.0, 9303.0, 9302.0, 9304.0, 9284.0, 9286.0, 9299.0, 9304.0, 9318.0, 9304.0, 9310.0, 9282.0, 9293.0, 9282.0, 9294.0, 9305.0, 9327.0, 9286.0, 9309.0, 9304.0, 9307.0, 9282.0, 9325.0, 9284.0, 9302.0, 9277.0, 9292.0, 9284.0, 9302.0, 9315.0, 9310.0, 9306.0, 9318.0, 9319.0, 9331.0, 9375.0, 9315.0, 9335.0, 9311.0, 9340.0, 9311.0, 9339.0, 9302.0, 9291.0, 9289.0, 9303.0, 9335.0, 9309.0, 9329.0, 9309.0, 9322.0, 9310.0, 9337.0, 9313.0, 9326.0, 9307.0, 9332.0, 9311.0, 9334.0, 9323.0, 9318.0, 9278.0, 9282.0, 9279.0, 9285.0, 9279.0, 9301.0, 9311.0, 9280.0, 9283.0, 9302.0, 9327.0, 9312.0, 9332.0, 9288.0, 9312.0, 9305.0, 9329.0, 9305.0, 9333.0, 9304.0, 9316.0, 9305.0, 9316.0, 9325.0, 9311.0, 9305.0, 9306.0, 9307.0, 9312.0, 9326.0, 9327.0, 9332.0, 9304.0, 9317.0, 9307.0, 9334.0, 9307.0, 9329.0, 9297.0, 9311.0, 9301.0, 9327.0, 9306.0, 9330.0, 9288.0, 9329.0, 9311.0, 9334.0, 9315.0, 9337.0, 9309.0, 9337.0, 9331.0, 9338.0, 9315.0, 9340.0, 9305.0, 9337.0, 9320.0, 9319.0, 9323.0, 9317.0, 9315.0, 9307.0, 9308.0, 9317.0, 9330.0, 9333.0, 9328.0, 9339.0, 9319.0, 9332.0, 9322.0, 9317.0, 9302.0, 9313.0, 9302.0, 9332.0, 9333.0, 9356.0, 9333.0, 9354.0, 9329.0, 9341.0, 9338.0, 9361.0, 9325.0, 9337.0, 9321.0, 9325.0, 9307.0, 9311.0, 9306.0, 9291.0, 9306.0, 9310.0, 9307.0, 9360.0, 9353.0, 9334.0, 9354.0, 9352.0, 9365.0, 9382.0, 9382.0, 9396.0, 9360.0, 9374.0, 9313.0, 9296.0, 9315.0, 9307.0, 9331.0, 9283.0, 9308.0, 9285.0, 9314.0, 9300.0, 9294.0, 9277.0, 9263.0, 9276.0, 9280.0, 9281.0, 9302.0, 9304.0, 9293.0, 9283.0, 9296.0, 9298.0, 9314.0, 9305.0, 9299.0, 9284.0, 9301.0, 9281.0, 9280.0, 9302.0, 9335.0, 9293.0, 9320.0, 9306.0, 9305.0, 9321.0, 9307.0, 9357.0, 9337.0, 9356.0, 9310.0, 9337.0, 9309.0, 9334.0, 9308.0, 9330.0, 9287.0, 9313.0, 9299.0, 9337.0, 9290.0, 9293.0, 9288.0, 9285.0, 9277.0, 9263.0, 9306.0, 9277.0, 9305.0, 9262.0, 9307.0, 9276.0, 9304.0, 9264.0, 9245.0, 9302.0, 9288.0, 9299.0, 9292.0, 9301.0, 9310.0, 9352.0, 9275.0, 9243.0, 9238.0, 9254.0, 9259.0, 9233.0, 9223.0, 9212.0, 9228.0, 9208.0, 9250.0, 9190.0, 9256.0, 9267.0, 9214.0, 9194.0, 9177.0, 9208.0, 9179.0, 9239.0, 9210.0, 9178.0, 9234.0, 9175.0, 9178.0, 9233.0, 9224.0, 9220.0, 9245.0, 9205.0, 9225.0, 9255.0, 9234.0, 9250.0, 9280.0, 9258.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.0036381526861451463</td></tr>
<tr><td colspan=3>aqi</td><td>0.03964532686145146</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.74513438587736</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2527516338962266</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0141189115566023</td></tr>
<tr><td colspan=3>efc</td><td>0.5235</td></tr>
<tr><td colspan=3>fber</td><td>4964.5552</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11837323925075595</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.461828463713477</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.475136133334814</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.339202762410878</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.699879753811669</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3863258837818946</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136274</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01062876544892788</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.054808665066957474</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.340663617051141</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>21.1556</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6912</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.0421</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>284866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>992.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.7472</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4148</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.1578</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.6718</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.6582</td></tr>
<tr><td colspan=3>tsnr</td><td>32.72343286732212</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>