<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-03/func/sub-0129_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>97cb1934ac86fac9b66f084ca6c3afdc</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>20:28:50.127500</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.996203, -0.0851122, 0.0183227, 0.0813777, 0.985104, 0.151485]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116212</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>[4234, -7755, -7235, 97, -193, 25, 89, 139]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84d98e3f-3c9a-4f38-a0fc-67c4e8e9f609||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.6727395057678223, 0.2183304727077484, 0.08354602754116058, 100.31298065185547], [0.2283497154712677, 2.6429619789123535, 0.40343138575553894, -112.24681091308594], [0.04915837198495865, -0.406423956155777, 2.668382167816162, -38.42610549926758], [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': ['202850.127500', '202850.587500', '202851.047500', '202851.507500', '202851.967500', '202852.427500', '202852.887500', '202853.347500', '202853.807500', '202854.267500', '202854.727500', '202855.187500', '202855.647500', '202856.107500', '202856.567500', '202857.027500', '202857.487500', '202857.947500', '202858.407500', '202858.867500', '202859.327500', '202859.787500', '202900.247500', '202900.707500', '202901.167500', '202901.627500', '202902.087500', '202902.547500', '202903.007500', '202903.467500', '202903.927500', '202904.387500', '202904.847500', '202905.307500', '202905.767500', '202906.227500', '202906.687500', '202907.147500', '202907.607500', '202908.067500', '202908.527500', '202908.987500', '202909.447500', '202909.907500', '202910.367500', '202910.827500', '202911.287500', '202911.747500', '202912.207500', '202912.667500', '202913.127500', '202913.587500', '202914.047500', '202914.507500', '202914.967500', '202915.427500', '202915.887500', '202916.347500', '202916.807500', '202917.267500', '202917.727500', '202918.187500', '202918.647500', '202919.107500', '202919.567500', '202920.027500', '202920.487500', '202920.947500', '202921.407500', '202921.867500', '202922.327500', '202922.787500', '202923.247500', '202923.707500', '202924.167500', '202924.627500', '202925.087500', '202925.547500', '202926.007500', '202926.467500', '202926.927500', '202927.387500', '202927.847500', '202928.307500', '202928.767500', '202929.227500', '202929.687500', '202930.147500', '202930.607500', '202931.067500', '202931.527500', '202931.987500', '202932.447500', '202932.907500', '202933.367500', '202933.827500', '202934.287500', '202934.747500', '202935.207500', '202935.667500', '202936.127500', '202936.587500', '202937.047500', '202937.507500', '202937.967500', '202938.427500', '202938.887500', '202939.347500', '202939.807500', '202940.267500', '202940.727500', '202941.187500', '202941.647500', '202942.107500', '202942.567500', '202943.027500', '202943.487500', '202943.947500', '202944.407500', '202944.867500', '202945.327500', '202945.787500', '202946.247500', '202946.707500', '202947.167500', '202947.627500', '202948.087500', '202948.547500', '202949.007500', '202949.467500', '202949.927500', '202950.387500', '202950.847500', '202951.307500', '202951.767500', '202952.227500', '202952.687500', '202953.147500', '202953.607500', '202954.067500', '202954.527500', '202954.987500', '202955.447500', '202955.907500', '202956.367500', '202956.827500', '202957.287500', '202957.747500', '202958.207500', '202958.667500', '202959.127500', '202959.587500', '203000.047500', '203000.507500', '203000.967500', '203001.427500', '203001.887500', '203002.347500', '203002.807500', '203003.267500', '203003.727500', '203004.187500', '203004.647500', '203005.107500', '203005.567500', '203006.027500', '203006.487500', '203006.947500', '203007.407500', '203007.867500', '203008.327500', '203008.787500', '203009.247500', '203009.707500', '203010.167500', '203010.627500', '203011.087500', '203011.547500', '203012.007500', '203012.467500', '203012.927500', '203013.387500', '203013.847500', '203014.307500', '203014.767500', '203015.227500', '203015.687500', '203016.147500', '203016.607500', '203017.067500', '203017.527500', '203017.987500', '203018.447500', '203018.907500', '203019.367500', '203019.827500', '203020.287500', '203020.747500', '203021.207500', '203021.667500', '203022.127500', '203022.587500', '203023.047500', '203023.507500', '203023.967500', '203024.427500', '203024.887500', '203025.347500', '203025.807500', '203026.267500', '203026.727500', '203027.187500', '203027.647500', '203028.107500', '203028.567500', '203029.027500', '203029.487500', '203029.947500', '203030.407500', '203030.867500', '203031.327500', '203031.787500', '203032.247500', '203032.707500', '203033.167500', '203033.627500', '203034.087500', '203034.547500', '203035.007500', '203035.467500', '203035.927500', '203036.387500', '203036.847500', '203037.307500', '203037.767500', '203038.227500', '203038.687500', '203039.147500', '203039.607500', '203040.067500', '203040.527500', '203040.987500', '203041.447500', '203041.907500', '203042.367500', '203042.827500', '203043.287500', '203043.747500', '203044.207500', '203044.667500', '203045.127500', '203045.587500', '203046.047500', '203046.507500', '203046.967500', '203047.427500', '203047.887500', '203048.347500', '203048.807500', '203049.267500', '203049.727500', '203050.187500', '203050.647500', '203051.107500', '203051.567500', '203052.027500', '203052.487500', '203052.947500', '203053.407500', '203053.867500', '203054.327500', '203054.787500', '203055.247500', '203055.707500', '203056.167500', '203056.627500', '203057.087500', '203057.547500', '203058.007500', '203058.467500', '203058.927500', '203059.387500', '203059.847500', '203100.307500', '203100.767500', '203101.227500', '203101.687500', '203102.147500', '203102.607500', '203103.067500', '203103.527500', '203103.987500', '203104.447500', '203104.907500', '203105.367500', '203105.827500', '203106.287500', '203106.747500', '203107.207500', '203107.667500', '203108.127500', '203108.587500', '203109.047500', '203109.507500', '203109.967500', '203110.427500', '203110.887500', '203111.347500', '203111.807500', '203112.267500', '203112.727500', '203113.187500', '203113.647500', '203114.107500', '203114.567500', '203115.027500', '203115.487500', '203115.947500', '203116.407500', '203116.867500', '203117.327500', '203117.787500', '203118.247500', '203118.707500', '203119.167500', '203119.627500', '203120.087500', '203120.547500', '203121.007500', '203121.467500', '203121.927500', '203122.387500', '203122.847500', '203123.307500', '203123.767500', '203124.227500', '203124.687500', '203125.147500', '203125.607500', '203126.067500', '203126.527500', '203126.987500', '203127.447500', '203127.907500', '203128.367500', '203128.827500', '203129.287500', '203129.747500', '203130.207500', '203130.667500', '203131.127500', '203131.587500', '203132.047500', '203132.507500', '203132.967500', '203133.427500', '203133.887500', '203134.347500', '203134.807500', '203135.267500', '203135.727500', '203136.187500', '203136.647500', '203137.107500', '203137.567500', '203138.027500', '203138.487500', '203138.947500', '203139.407500', '203139.867500', '203140.327500', '203140.787500', '203141.247500', '203141.707500', '203142.167500', '203142.627500', '203143.087500', '203143.547500', '203144.007500', '203144.467500', '203144.927500', '203145.387500', '203145.847500', '203146.307500', '203146.767500', '203147.227500', '203147.687500', '203148.147500', '203148.607500', '203149.067500', '203149.527500', '203149.987500', '203150.447500', '203150.907500', '203151.367500', '203151.827500', '203152.287500', '203152.747500', '203153.207500', '203153.667500', '203154.127500', '203154.587500', '203155.047500', '203155.507500', '203155.967500', '203156.427500', '203156.887500', '203157.347500', '203157.807500', '203158.267500', '203158.727500', '203159.187500', '203159.647500', '203200.107500', '203200.567500', '203201.027500', '203201.487500', '203201.947500', '203202.407500', '203202.867500', '203203.327500', '203203.787500', '203204.247500', '203204.707500', '203205.167500', '203205.627500', '203206.087500', '203206.547500', '203207.007500', '203207.467500', '203207.927500', '203208.387500', '203208.847500', '203209.307500', '203209.767500', '203210.227500', '203210.687500', '203211.147500', '203211.607500', '203212.067500', '203212.527500', '203212.987500', '203213.447500', '203213.907500', '203214.367500', '203214.827500', '203215.287500', '203215.747500', '203216.207500', '203216.667500', '203217.127500', '203217.587500', '203218.047500', '203218.507500', '203218.967500', '203219.427500', '203219.887500', '203220.347500', '203220.807500', '203221.267500', '203221.727500', '203222.187500', '203222.647500', '203223.107500', '203223.567500', '203224.027500', '203224.487500', '203224.947500', '203225.407500', '203225.867500', '203226.327500', '203226.787500', '203227.247500', '203227.707500', '203228.167500', '203228.627500', '203229.087500', '203229.547500', '203230.007500', '203230.467500', '203230.927500', '203231.387500', '203231.847500', '203232.307500', '203232.767500', '203233.227500', '203233.687500', '203234.147500', '203234.607500', '203235.067500', '203235.527500', '203235.987500', '203236.447500', '203236.907500', '203237.367500', '203237.827500', '203238.287500', '203238.747500', '203239.207500', '203239.667500', '203240.127500', '203240.587500', '203241.047500', '203241.507500', '203241.967500', '203242.427500', '203242.887500', '203243.347500', '203243.807500', '203244.267500', '203244.727500', '203245.187500', '203245.647500', '203246.107500', '203246.567500', '203247.027500', '203247.487500', '203247.947500', '203248.407500', '203248.867500', '203249.327500', '203249.787500', '203250.247500', '203250.707500', '203251.167500', '203251.627500', '203252.087500', '203252.547500', '203253.007500', '203253.467500', '203253.927500', '203254.387500', '203254.847500', '203255.307500', '203255.767500', '203256.227500', '203256.687500', '203257.147500', '203257.607500', '203258.067500', '203258.527500', '203258.987500', '203259.447500', '203259.907500', '203300.367500', '203300.827500', '203301.287500', '203301.747500', '203302.207500', '203302.667500', '203303.127500', '203303.587500', '203304.047500', '203304.507500', '203304.967500', '203305.427500', '203305.887500', '203306.347500', '203306.807500', '203307.267500', '203307.727500', '203308.187500', '203308.647500', '203309.107500', '203309.567500', '203310.027500', '203310.487500', '203310.947500', '203311.407500', '203311.867500', '203312.327500', '203312.787500', '203313.247500', '203313.707500', '203314.167500', '203314.627500', '203315.087500', '203315.547500', '203316.007500', '203316.467500', '203316.927500', '203317.387500', '203317.847500', '203318.307500', '203318.767500', '203319.227500', '203319.687500', '203320.147500', '203320.607500', '203321.067500', '203321.527500', '203321.987500', '203322.447500', '203322.907500', '203323.367500', '203323.827500', '203324.287500', '203324.747500', '203325.207500', '203325.667500', '203326.127500', '203326.587500', '203327.047500', '203327.507500', '203327.967500', '203328.427500', '203328.887500', '203329.347500', '203329.807500', '203330.267500', '203330.727500', '203331.187500', '203331.647500', '203332.107500', '203332.567500', '203333.027500', '203333.487500', '203333.947500', '203334.407500', '203334.867500', '203335.327500', '203335.787500', '203336.247500', '203336.707500', '203337.167500', '203337.627500', '203338.087500', '203338.547500', '203339.007500', '203339.467500', '203339.927500', '203340.387500', '203340.847500', '203341.307500', '203341.767500', '203342.227500', '203342.687500', '203343.147500', '203343.607500', '203344.067500', '203344.527500', '203344.987500', '203345.447500', '203345.907500', '203346.367500', '203346.827500', '203347.287500', '203347.747500', '203348.207500', '203348.667500', '203349.127500', '203349.587500', '203350.047500', '203350.507500', '203350.967500', '203351.427500', '203351.887500', '203352.347500', '203352.807500', '203353.267500', '203353.727500', '203354.187500', '203354.647500', '203355.107500', '203355.567500', '203356.027500', '203356.487500', '203356.947500', '203357.407500', '203357.867500', '203358.327500', '203358.787500', '203359.247500', '203359.707500', '203400.167500', '203400.627500', '203401.087500', '203401.547500', '203402.007500', '203402.467500', '203402.927500', '203403.387500', '203403.847500', '203404.307500', '203404.767500', '203405.227500', '203405.687500', '203406.147500', '203406.607500', '203407.067500', '203407.527500', '203407.987500', '203408.447500', '203408.907500', '203409.367500', '203409.827500', '203410.287500', '203410.747500', '203411.207500', '203411.667500', '203412.127500', '203412.587500', '203413.047500', '203413.507500', '203413.967500', '203414.427500', '203414.887500', '203415.347500', '203415.807500', '203416.267500', '203416.727500', '203417.187500', '203417.647500', '203418.107500', '203418.567500', '203419.027500', '203419.487500', '203419.947500', '203420.407500', '203420.867500', '203421.327500', '203421.787500', '203422.247500', '203422.707500', '203423.167500', '203423.627500', '203424.087500', '203424.547500', '203425.007500', '203425.467500', '203425.927500', '203426.387500', '203426.847500', '203427.307500', '203427.767500', '203428.227500', '203428.687500', '203429.147500', '203429.607500', '203430.067500', '203430.527500', '203430.987500', '203431.447500', '203431.907500', '203432.367500', '203432.827500', '203433.287500', '203433.747500', '203434.207500', '203434.667500', '203435.127500', '203435.587500', '203436.047500', '203436.507500', '203436.967500', '203437.427500', '203437.887500', '203438.347500', '203438.807500', '203439.267500', '203439.727500', '203440.187500', '203440.647500', '203441.107500', '203441.567500', '203442.027500', '203442.487500', '203442.947500', '203443.407500', '203443.867500', '203444.327500', '203444.787500', '203445.247500', '203445.707500', '203446.167500', '203446.627500', '203447.087500', '203447.547500', '203448.007500', '203448.467500', '203448.927500', '203449.387500', '203449.847500', '203450.307500', '203450.767500', '203451.227500', '203451.687500', '203452.147500', '203452.607500', '203453.067500', '203453.527500', '203453.987500', '203454.447500', '203454.907500', '203455.367500', '203455.827500', '203456.287500', '203456.747500', '203457.207500', '203457.667500', '203458.127500', '203458.587500', '203459.047500', '203459.507500', '203459.967500', '203500.427500', '203500.887500', '203501.347500', '203501.807500', '203502.267500', '203502.727500', '203503.187500', '203503.647500', '203504.107500', '203504.567500', '203505.027500', '203505.487500', '203505.947500', '203506.407500', '203506.867500', '203507.327500', '203507.787500', '203508.247500', '203508.707500', '203509.167500', '203509.627500', '203510.087500', '203510.547500', '203511.007500', '203511.467500', '203511.927500', '203512.387500', '203512.847500', '203513.307500', '203513.767500', '203514.227500', '203514.687500', '203515.147500', '203515.607500', '203516.067500', '203516.527500', '203516.987500', '203517.447500', '203517.907500', '203518.367500', '203518.827500', '203519.287500', '203519.747500', '203520.207500', '203520.667500', '203521.127500', '203521.587500', '203522.047500', '203522.507500', '203522.967500', '203523.427500', '203523.887500', '203524.347500', '203524.807500', '203525.267500', '203525.727500', '203526.187500', '203526.647500', '203527.107500', '203527.567500', '203528.027500', '203528.487500', '203528.947500', '203529.407500', '203529.867500', '203530.327500', '203530.787500', '203531.247500', '203531.707500', '203532.167500', '203532.627500', '203533.087500', '203533.547500', '203534.007500', '203534.467500', '203534.927500', '203535.387500', '203535.847500', '203536.307500', '203536.767500', '203537.227500', '203537.687500', '203538.147500', '203538.607500', '203539.067500', '203539.527500', '203539.987500', '203540.447500', '203540.907500', '203541.367500', '203541.827500', '203542.287500', '203542.747500', '203543.207500', '203543.667500', '203544.127500', '203544.587500', '203545.047500', '203545.507500', '203545.967500', '203546.427500', '203546.887500', '203547.347500', '203547.807500', '203548.267500', '203548.727500', '203549.187500', '203549.647500', '203550.107500', '203550.567500', '203551.027500', '203551.487500', '203551.947500', '203552.407500', '203552.867500', '203553.327500', '203553.787500', '203554.247500', '203554.707500', '203555.167500', '203555.627500', '203556.087500', '203556.547500', '203557.007500', '203557.467500', '203557.927500', '203558.387500', '203558.847500', '203559.307500', '203559.767500', '203600.227500', '203600.687500', '203601.147500', '203601.607500', '203602.067500', '203602.527500', '203602.987500', '203603.447500', '203603.907500', '203604.367500', '203604.827500', '203605.287500', '203605.747500', '203606.207500', '203606.667500', '203607.127500', '203607.587500', '203608.047500', '203608.507500', '203608.967500', '203609.427500', '203609.887500', '203610.347500', '203610.807500', '203611.267500', '203611.727500', '203612.187500', '203612.647500', '203613.107500', '203613.567500', '203614.027500', '203614.487500', '203614.947500', '203615.407500', '203615.867500', '203616.327500', '203616.787500', '203617.247500', '203617.707500', '203618.167500', '203618.627500', '203619.087500', '203619.547500', '203620.007500', '203620.467500', '203620.927500', '203621.387500', '203621.847500', '203622.307500', '203622.767500', '203623.227500', '203623.687500', '203624.147500', '203624.607500', '203625.067500', '203625.527500', '203625.987500', '203626.447500', '203626.907500', '203627.367500', '203627.827500', '203628.287500', '203628.747500', '203629.207500', '203629.667500', '203630.127500', '203630.587500', '203631.047500', '203631.507500', '203631.967500', '203632.427500', '203632.887500', '203633.347500', '203633.807500', '203634.267500', '203634.727500', '203635.187500', '203635.647500', '203636.107500', '203636.567500', '203637.027500', '203637.487500', '203637.947500', '203638.407500', '203638.867500', '203639.327500', '203639.787500', '203640.247500', '203640.707500', '203641.167500', '203641.627500', '203642.087500', '203642.547500', '203643.007500', '203643.467500', '203643.927500', '203644.387500', '203644.847500', '203645.307500', '203645.767500', '203646.227500', '203646.687500', '203647.147500', '203647.607500', '203648.067500', '203648.527500', '203648.987500', '203649.447500', '203649.907500', '203650.367500', '203650.827500', '203651.287500', '203651.747500', '203652.207500', '203652.667500', '203653.127500', '203653.587500', '203654.047500', '203654.507500', '203654.967500', '203655.427500', '203655.887500', '203656.347500', '203656.807500', '203657.267500', '203657.727500', '203658.187500', '203658.647500', '203659.107500', '203659.567500'], 'ContentTime': ['202910.072000', '202910.076000', '202910.078000', '202910.083000', '202910.085000', '202910.088000', '202910.090000', '202910.093000', '202910.096000', '202910.098000', '202910.101000', '202910.104000', '202910.106000', '202910.109000', '202910.111000', '202910.114000', '202910.117000', '202910.119000', '202910.122000', '202910.125000', '202910.127000', '202910.130000', '202910.132000', '202910.135000', '202910.137000', '202910.140000', '202910.142000', '202910.145000', '202910.148000', '202910.150000', '202910.153000', '202910.155000', '202910.158000', '202910.160000', '202910.163000', '202910.165000', '202910.168000', '202910.171000', '202910.173000', '202910.176000', '202910.178000', '202910.181000', '202930.044000', '202930.047000', '202930.050000', '202930.053000', '202930.055000', '202930.058000', '202930.060000', '202930.063000', '202930.065000', '202930.068000', '202930.070000', '202930.073000', '202930.075000', '202930.078000', '202930.081000', '202930.083000', '202930.086000', '202930.088000', '202930.091000', '202930.093000', '202930.096000', '202930.099000', '202930.101000', '202930.104000', '202930.106000', '202930.109000', '202930.112000', '202930.114000', '202930.117000', '202930.119000', '202930.122000', '202930.125000', '202930.127000', '202930.130000', '202930.132000', '202930.135000', '202930.137000', '202930.140000', '202930.143000', '202930.145000', '202930.148000', '202930.150000', '202930.153000', '202950.045000', '202950.047000', '202950.050000', '202950.053000', '202950.055000', '202950.058000', '202950.061000', '202950.063000', '202950.066000', '202950.069000', '202950.071000', '202950.074000', '202950.076000', '202950.095000', '202950.098000', '202950.100000', '202950.103000', '202950.105000', '202950.108000', '202950.111000', '202950.113000', '202950.116000', '202950.118000', '202950.121000', '202950.123000', '202950.126000', '202950.129000', '202950.131000', '202950.141000', '202950.144000', '202950.146000', '202950.149000', '202950.151000', '202950.154000', '202950.156000', '202950.159000', '202950.161000', '202950.164000', '202950.167000', '202950.169000', '202950.172000', '202950.175000', '202950.177000', '202950.180000', '203010.043000', '203010.046000', '203010.049000', '203010.051000', '203010.054000', '203010.056000', '203010.059000', '203010.061000', '203010.064000', '203010.066000', '203010.069000', '203010.072000', '203010.074000', '203010.077000', '203010.080000', '203010.082000', '203010.085000', '203010.087000', '203010.090000', '203010.092000', '203010.095000', '203010.097000', '203010.100000', '203010.102000', '203010.105000', '203010.108000', '203010.118000', '203010.120000', '203010.123000', '203010.126000', '203010.128000', '203010.131000', '203010.133000', '203010.136000', '203010.138000', '203010.141000', '203010.144000', '203010.146000', '203010.149000', '203010.151000', '203010.154000', '203010.156000', '203010.159000', '203030.044000', '203030.046000', '203030.049000', '203030.052000', '203030.055000', '203030.058000', '203030.061000', '203030.064000', '203030.067000', '203030.069000', '203030.072000', '203030.075000', '203030.077000', '203030.080000', '203030.083000', '203030.085000', '203030.088000', '203030.090000', '203030.093000', '203030.095000', '203030.098000', '203030.101000', '203030.103000', '203030.106000', '203030.108000', '203030.111000', '203030.116000', '203030.119000', '203030.122000', '203030.125000', '203030.127000', '203030.130000', '203030.133000', '203030.135000', '203030.138000', '203030.140000', '203030.143000', '203030.145000', '203030.148000', '203030.151000', '203030.153000', '203030.156000', '203030.158000', '203050.045000', '203050.047000', '203050.050000', '203050.053000', '203050.055000', '203050.058000', '203050.060000', '203050.063000', '203050.066000', '203050.068000', '203050.071000', '203050.073000', '203050.076000', '203050.079000', '203050.081000', '203050.084000', '203050.086000', '203050.089000', '203050.091000', '203050.094000', '203050.097000', '203050.099000', '203050.102000', '203050.104000', '203050.107000', '203050.110000', '203050.112000', '203050.115000', '203050.117000', '203050.120000', '203050.122000', '203050.125000', '203050.128000', '203050.130000', '203050.133000', '203050.135000', '203050.138000', '203050.140000', '203050.143000', '203050.146000', '203050.148000', '203050.151000', '203050.153000', '203050.156000', '203110.044000', '203110.047000', '203110.050000', '203110.052000', '203110.055000', '203110.057000', '203110.060000', '203110.063000', '203110.065000', '203110.068000', '203110.071000', '203110.073000', '203110.076000', '203110.078000', '203110.081000', '203110.084000', '203110.087000', '203110.090000', '203110.093000', '203110.095000', '203110.098000', '203110.100000', '203110.103000', '203110.106000', '203110.108000', '203110.111000', '203110.113000', '203110.116000', '203110.118000', '203110.121000', '203110.124000', '203110.126000', '203110.129000', '203110.131000', '203110.134000', '203110.136000', '203110.139000', '203110.141000', '203110.144000', '203110.147000', '203110.149000', '203110.152000', '203110.154000', '203130.045000', '203130.048000', '203130.050000', '203130.053000', '203130.055000', '203130.058000', '203130.061000', '203130.063000', '203130.066000', '203130.089000', '203130.092000', '203130.094000', '203130.097000', '203130.099000', '203130.102000', '203130.104000', '203130.107000', '203130.110000', '203130.112000', '203130.115000', '203130.117000', '203130.120000', '203130.122000', '203130.125000', '203130.128000', '203130.130000', '203130.133000', '203130.135000', '203130.138000', '203130.140000', '203130.143000', '203130.145000', '203130.148000', '203130.151000', '203130.153000', '203130.156000', '203130.158000', '203130.161000', '203130.164000', '203130.166000', '203130.169000', '203130.172000', '203130.174000', '203130.177000', '203150.045000', '203150.047000', '203150.050000', '203150.053000', '203150.055000', '203150.058000', '203150.060000', '203150.063000', '203150.065000', '203150.068000', '203150.071000', '203150.073000', '203150.076000', '203150.078000', '203150.081000', '203150.084000', '203150.086000', '203150.089000', '203150.091000', '203150.094000', '203150.096000', '203150.099000', '203150.102000', '203150.105000', '203150.108000', '203150.111000', '203150.113000', '203150.116000', '203150.118000', '203150.121000', '203150.124000', '203150.126000', '203150.129000', '203150.131000', '203150.134000', '203150.136000', '203150.139000', '203150.142000', '203150.144000', '203150.147000', '203150.150000', '203150.152000', '203150.155000', '203210.045000', '203210.047000', '203210.050000', '203210.053000', '203210.055000', '203210.058000', '203210.060000', '203210.063000', '203210.066000', '203210.068000', '203210.071000', '203210.073000', '203210.076000', '203210.079000', '203210.081000', '203210.084000', '203210.086000', '203210.089000', '203210.091000', '203210.094000', '203210.097000', '203210.099000', '203210.102000', '203210.104000', '203210.107000', '203210.110000', '203210.112000', '203210.115000', '203210.117000', '203210.120000', '203210.123000', '203210.125000', '203210.128000', '203210.130000', '203210.133000', '203210.135000', '203210.138000', '203210.141000', '203210.143000', '203210.146000', '203210.148000', '203210.151000', '203210.154000', '203210.156000', '203230.044000', '203230.046000', '203230.049000', '203230.052000', '203230.054000', '203230.057000', '203230.059000', '203230.062000', '203230.065000', '203230.067000', '203230.070000', '203230.072000', '203230.075000', '203230.077000', '203230.080000', '203230.083000', '203230.085000', '203230.088000', '203230.090000', '203230.093000', '203230.096000', '203230.098000', '203230.101000', '203230.103000', '203230.106000', '203230.108000', '203230.111000', '203230.114000', '203230.116000', '203230.119000', '203230.121000', '203230.124000', '203230.126000', '203230.129000', '203230.132000', '203230.134000', '203230.137000', '203230.139000', '203230.142000', '203230.144000', '203230.147000', '203230.150000', '203230.152000', '203230.155000', '203250.044000', '203250.046000', '203250.049000', '203250.051000', '203250.054000', '203250.057000', '203250.059000', '203250.062000', '203250.064000', '203250.067000', '203250.070000', '203250.072000', '203250.075000', '203250.077000', '203250.080000', '203250.083000', '203250.085000', '203250.088000', '203250.090000', '203250.093000', '203250.096000', '203250.098000', '203250.101000', '203250.104000', '203250.106000', '203250.109000', '203250.111000', '203250.114000', '203250.117000', '203250.119000', '203250.122000', '203250.124000', '203250.127000', '203250.130000', '203250.132000', '203250.135000', '203250.137000', '203250.140000', '203250.142000', '203250.145000', '203250.148000', '203250.150000', '203250.153000', '203310.044000', '203310.047000', '203310.050000', '203310.053000', '203310.055000', '203310.058000', '203310.060000', '203310.063000', '203310.065000', '203310.068000', '203310.071000', '203310.073000', '203310.076000', '203310.078000', '203310.081000', '203310.084000', '203310.086000', '203310.089000', '203310.092000', '203310.094000', '203310.097000', '203310.099000', '203310.102000', '203310.104000', '203310.107000', '203310.110000', '203310.112000', '203310.115000', '203310.117000', '203310.120000', '203310.123000', '203310.125000', '203310.128000', '203310.130000', '203310.133000', '203310.136000', '203310.138000', '203310.141000', '203310.144000', '203310.148000', '203310.151000', '203310.153000', '203310.156000', '203330.044000', '203330.047000', '203330.050000', '203330.052000', '203330.055000', '203330.058000', '203330.060000', '203330.063000', '203330.065000', '203330.068000', '203330.071000', '203330.073000', '203330.076000', '203330.078000', '203330.081000', '203330.083000', '203330.086000', '203330.089000', '203330.091000', '203330.094000', '203330.096000', '203330.099000', '203330.102000', '203330.104000', '203330.107000', '203330.109000', '203330.112000', '203330.115000', '203330.117000', '203330.120000', '203330.122000', '203330.125000', '203330.128000', '203330.130000', '203330.133000', '203330.135000', '203330.138000', '203330.141000', '203330.143000', '203330.146000', '203330.148000', '203330.151000', '203330.154000', '203330.156000', '203350.044000', '203350.047000', '203350.050000', '203350.053000', '203350.055000', '203350.058000', '203350.060000', '203350.063000', '203350.066000', '203350.068000', '203350.071000', '203350.073000', '203350.076000', '203350.078000', '203350.081000', '203350.084000', '203350.086000', '203350.089000', '203350.091000', '203350.094000', '203350.097000', '203350.099000', '203350.102000', '203350.104000', '203350.107000', '203350.110000', '203350.112000', '203350.115000', '203350.117000', '203350.120000', '203350.122000', '203350.125000', '203350.128000', '203350.130000', '203350.133000', '203350.136000', '203350.138000', '203350.141000', '203350.143000', '203350.146000', '203350.149000', '203350.151000', '203350.154000', '203410.044000', '203410.047000', '203410.050000', '203410.053000', '203410.055000', '203410.058000', '203410.060000', '203410.069000', '203410.071000', '203410.074000', '203410.076000', '203410.079000', '203410.082000', '203410.084000', '203410.087000', '203410.089000', '203410.092000', '203410.095000', '203410.097000', '203410.100000', '203410.102000', '203410.105000', '203410.108000', '203410.111000', '203410.113000', '203410.116000', '203410.118000', '203410.121000', '203410.124000', '203410.126000', '203410.129000', '203410.131000', '203410.134000', '203410.137000', '203410.141000', '203410.144000', '203410.146000', '203410.149000', '203410.151000', '203410.154000', '203410.157000', '203410.159000', '203410.162000', '203410.164000', '203430.045000', '203430.048000', '203430.050000', '203430.053000', '203430.055000', '203430.058000', '203430.061000', '203430.063000', '203430.066000', '203430.068000', '203430.071000', '203430.073000', '203430.076000', '203430.078000', '203430.081000', '203430.104000', '203430.107000', '203430.110000', '203430.112000', '203430.115000', '203430.117000', '203430.120000', '203430.122000', '203430.125000', '203430.128000', '203430.130000', '203430.133000', '203430.135000', '203430.138000', '203430.141000', '203430.143000', '203430.146000', '203430.148000', '203430.151000', '203430.153000', '203430.156000', '203430.159000', '203430.162000', '203430.165000', '203430.168000', '203430.171000', '203430.173000', '203430.176000', '203450.043000', '203450.046000', '203450.049000', '203450.051000', '203450.054000', '203450.057000', '203450.059000', '203450.062000', '203450.064000', '203450.067000', '203450.070000', '203450.072000', '203450.075000', '203450.077000', '203450.080000', '203450.083000', '203450.085000', '203450.088000', '203450.090000', '203450.093000', '203450.095000', '203450.098000', '203450.101000', '203450.103000', '203450.106000', '203450.108000', '203450.111000', '203450.113000', '203450.116000', '203450.119000', '203450.121000', '203450.124000', '203450.126000', '203450.129000', '203450.132000', '203450.134000', '203450.137000', '203450.139000', '203450.142000', '203450.144000', '203450.147000', '203450.149000', '203450.152000', '203450.155000', '203510.043000', '203510.046000', '203510.049000', '203510.051000', '203510.054000', '203510.057000', '203510.059000', '203510.062000', '203510.064000', '203510.067000', '203510.070000', '203510.072000', '203510.075000', '203510.077000', '203510.080000', '203510.083000', '203510.085000', '203510.088000', '203510.090000', '203510.093000', '203510.095000', '203510.098000', '203510.101000', '203510.103000', '203510.106000', '203510.108000', '203510.111000', '203510.113000', '203510.116000', '203510.119000', '203510.121000', '203510.124000', '203510.126000', '203510.129000', '203510.132000', '203510.134000', '203510.137000', '203510.139000', '203510.142000', '203510.144000', '203510.147000', '203510.150000', '203510.152000', '203530.045000', '203530.047000', '203530.050000', '203530.053000', '203530.055000', '203530.058000', '203530.061000', '203530.063000', '203530.066000', '203530.068000', '203530.071000', '203530.074000', '203530.076000', '203530.079000', '203530.081000', '203530.084000', '203530.087000', '203530.089000', '203530.092000', '203530.094000', '203530.097000', '203530.099000', '203530.102000', '203530.105000', '203530.107000', '203530.110000', '203530.112000', '203530.115000', '203530.118000', '203530.120000', '203530.123000', '203530.126000', '203530.128000', '203530.131000', '203530.133000', '203530.136000', '203530.138000', '203530.141000', '203530.144000', '203530.146000', '203530.149000', '203530.151000', '203530.154000', '203530.157000', '203550.044000', '203550.047000', '203550.050000', '203550.053000', '203550.055000', '203550.058000', '203550.060000', '203550.063000', '203550.065000', '203550.068000', '203550.071000', '203550.073000', '203550.076000', '203550.078000', '203550.081000', '203550.084000', '203550.086000', '203550.089000', '203550.091000', '203550.094000', '203550.096000', '203550.099000', '203550.102000', '203550.104000', '203550.107000', '203550.142000', '203550.145000', '203550.147000', '203550.150000', '203550.152000', '203550.155000', '203550.158000', '203550.160000', '203550.163000', '203550.165000', '203550.168000', '203550.170000', '203550.173000', '203550.176000', '203550.178000', '203550.181000', '203550.183000', '203550.186000', '203610.045000', '203610.048000', '203610.050000', '203610.053000', '203610.055000', '203610.058000', '203610.060000', '203610.063000', '203610.066000', '203610.068000', '203610.071000', '203610.074000', '203610.076000', '203610.079000', '203610.081000', '203610.084000', '203610.087000', '203610.089000', '203610.092000', '203610.095000', '203610.097000', '203610.100000', '203610.102000', '203610.105000', '203610.107000', '203610.110000', '203610.113000', '203610.115000', '203610.118000', '203610.120000', '203610.123000', '203610.126000', '203610.128000', '203610.131000', '203610.133000', '203610.136000', '203610.139000', '203610.141000', '203610.144000', '203610.146000', '203610.149000', '203610.152000', '203610.154000', '203610.157000', '203630.045000', '203630.048000', '203630.050000', '203630.053000', '203630.056000', '203630.058000', '203630.061000', '203630.064000', '203630.067000', '203630.069000', '203630.072000', '203630.075000', '203630.077000', '203630.080000', '203630.083000', '203630.085000', '203630.088000', '203630.090000', '203630.093000', '203630.096000', '203630.098000', '203630.101000', '203630.103000', '203630.106000', '203630.109000', '203630.111000', '203630.114000', '203630.116000', '203630.119000', '203630.122000', '203630.124000', '203630.127000', '203630.129000', '203630.132000', '203630.134000', '203630.137000', '203630.140000', '203630.142000', '203630.145000', '203630.147000', '203630.150000', '203630.153000', '203630.155000', '203650.045000', '203650.047000', '203650.050000', '203650.053000', '203650.056000', '203650.058000', '203650.061000', '203650.063000', '203650.066000', '203650.069000', '203650.071000', '203650.074000', '203650.077000', '203650.080000', '203650.082000', '203650.085000', '203650.087000', '203650.090000', '203650.092000', '203650.095000', '203650.098000', '203650.100000', '203650.103000', '203650.105000', '203650.108000', '203650.111000', '203650.113000', '203650.116000', '203650.119000', '203650.121000', '203650.124000', '203650.126000', '203650.129000', '203650.131000', '203650.134000', '203650.137000', '203650.139000', '203650.142000', '203650.145000', '203650.147000', '203650.150000', '203650.152000', '203650.155000', '203650.157000', '203700.555000', '203700.558000', '203700.560000', '203700.563000', '203700.565000', '203700.568000', '203700.571000', '203700.573000', '203700.576000', '203700.579000', '203700.581000', '203700.584000', '203700.586000', '203700.589000', '203700.592000', '203700.594000', '203700.597000', '203700.600000', '203700.602000', '203700.605000', '203700.607000', '203700.610000', '203700.613000'], 'InstanceCreationTime': ['202910.072000', '202910.076000', '202910.078000', '202910.083000', '202910.085000', '202910.088000', '202910.090000', '202910.093000', '202910.096000', '202910.098000', '202910.101000', '202910.104000', '202910.106000', '202910.109000', '202910.111000', '202910.114000', '202910.117000', '202910.119000', '202910.122000', '202910.125000', '202910.127000', '202910.130000', '202910.132000', '202910.135000', '202910.137000', '202910.140000', '202910.142000', '202910.145000', '202910.148000', '202910.150000', '202910.153000', '202910.155000', '202910.158000', '202910.160000', '202910.163000', '202910.165000', '202910.168000', '202910.171000', '202910.173000', '202910.176000', '202910.178000', '202910.181000', '202930.044000', '202930.047000', '202930.050000', '202930.053000', '202930.055000', '202930.058000', '202930.060000', '202930.063000', '202930.065000', '202930.068000', '202930.070000', '202930.073000', '202930.075000', '202930.078000', '202930.081000', '202930.083000', '202930.086000', '202930.088000', '202930.091000', '202930.093000', '202930.096000', '202930.099000', '202930.101000', '202930.104000', '202930.106000', '202930.109000', '202930.112000', '202930.114000', '202930.117000', '202930.119000', '202930.122000', '202930.125000', '202930.127000', '202930.130000', '202930.132000', '202930.135000', '202930.137000', '202930.140000', '202930.143000', '202930.145000', '202930.148000', '202930.150000', '202930.153000', '202950.045000', '202950.047000', '202950.050000', '202950.053000', '202950.055000', '202950.058000', '202950.061000', '202950.063000', '202950.066000', '202950.069000', '202950.071000', '202950.074000', '202950.076000', '202950.095000', '202950.098000', '202950.100000', '202950.103000', '202950.105000', '202950.108000', '202950.111000', '202950.113000', '202950.116000', '202950.118000', '202950.121000', '202950.123000', '202950.126000', '202950.129000', '202950.131000', '202950.141000', '202950.144000', '202950.146000', '202950.149000', '202950.151000', '202950.154000', '202950.156000', '202950.159000', '202950.161000', '202950.164000', '202950.167000', '202950.169000', '202950.172000', '202950.175000', '202950.177000', '202950.180000', '203010.043000', '203010.046000', '203010.049000', '203010.051000', '203010.054000', '203010.056000', '203010.059000', '203010.061000', '203010.064000', '203010.066000', '203010.069000', '203010.072000', '203010.074000', '203010.077000', '203010.080000', '203010.082000', '203010.085000', '203010.087000', '203010.090000', '203010.092000', '203010.095000', '203010.097000', '203010.100000', '203010.102000', '203010.105000', '203010.108000', '203010.118000', '203010.120000', '203010.123000', '203010.126000', '203010.128000', '203010.131000', '203010.133000', '203010.136000', '203010.138000', '203010.141000', '203010.144000', '203010.146000', '203010.149000', '203010.151000', '203010.154000', '203010.156000', '203010.159000', '203030.044000', '203030.046000', '203030.049000', '203030.052000', '203030.055000', '203030.058000', '203030.061000', '203030.064000', '203030.067000', '203030.069000', '203030.072000', '203030.075000', '203030.077000', '203030.080000', '203030.083000', '203030.085000', '203030.088000', '203030.090000', '203030.093000', '203030.095000', '203030.098000', '203030.101000', '203030.103000', '203030.106000', '203030.108000', '203030.111000', '203030.116000', '203030.119000', '203030.122000', '203030.125000', '203030.127000', '203030.130000', '203030.133000', '203030.135000', '203030.138000', '203030.140000', '203030.143000', '203030.145000', '203030.148000', '203030.151000', '203030.153000', '203030.156000', '203030.158000', '203050.045000', '203050.047000', '203050.050000', '203050.053000', '203050.055000', '203050.058000', '203050.060000', '203050.063000', '203050.066000', '203050.068000', '203050.071000', '203050.073000', '203050.076000', '203050.079000', '203050.081000', '203050.084000', '203050.086000', '203050.089000', '203050.091000', '203050.094000', '203050.097000', '203050.099000', '203050.102000', '203050.104000', '203050.107000', '203050.110000', '203050.112000', '203050.115000', '203050.117000', '203050.120000', '203050.122000', '203050.125000', '203050.128000', '203050.130000', '203050.133000', '203050.135000', '203050.138000', '203050.140000', '203050.143000', '203050.146000', '203050.148000', '203050.151000', '203050.153000', '203050.156000', '203110.044000', '203110.047000', '203110.050000', '203110.052000', '203110.055000', '203110.057000', '203110.060000', '203110.063000', '203110.065000', '203110.068000', '203110.071000', '203110.073000', '203110.076000', '203110.078000', '203110.081000', '203110.084000', '203110.087000', '203110.090000', '203110.093000', '203110.095000', '203110.098000', '203110.100000', '203110.103000', '203110.106000', '203110.108000', '203110.111000', '203110.113000', '203110.116000', '203110.118000', '203110.121000', '203110.124000', '203110.126000', '203110.129000', '203110.131000', '203110.134000', '203110.136000', '203110.139000', '203110.141000', '203110.144000', '203110.147000', '203110.149000', '203110.152000', '203110.154000', '203130.045000', '203130.048000', '203130.050000', '203130.053000', '203130.055000', '203130.058000', '203130.061000', '203130.063000', '203130.066000', '203130.089000', '203130.092000', '203130.094000', '203130.097000', '203130.099000', '203130.102000', '203130.104000', '203130.107000', '203130.110000', '203130.112000', '203130.115000', '203130.117000', '203130.120000', '203130.122000', '203130.125000', '203130.128000', '203130.130000', '203130.133000', '203130.135000', '203130.138000', '203130.140000', '203130.143000', '203130.145000', '203130.148000', '203130.151000', '203130.153000', '203130.156000', '203130.158000', '203130.161000', '203130.164000', '203130.166000', '203130.169000', '203130.172000', '203130.174000', '203130.177000', '203150.045000', '203150.047000', '203150.050000', '203150.053000', '203150.055000', '203150.058000', '203150.060000', '203150.063000', '203150.065000', '203150.068000', '203150.071000', '203150.073000', '203150.076000', '203150.078000', '203150.081000', '203150.084000', '203150.086000', '203150.089000', '203150.091000', '203150.094000', '203150.096000', '203150.099000', '203150.102000', '203150.105000', '203150.108000', '203150.111000', '203150.113000', '203150.116000', '203150.118000', '203150.121000', '203150.124000', '203150.126000', '203150.129000', '203150.131000', '203150.134000', '203150.136000', '203150.139000', '203150.142000', '203150.144000', '203150.147000', '203150.150000', '203150.152000', '203150.155000', '203210.045000', '203210.047000', '203210.050000', '203210.053000', '203210.055000', '203210.058000', '203210.060000', '203210.063000', '203210.066000', '203210.068000', '203210.071000', '203210.073000', '203210.076000', '203210.079000', '203210.081000', '203210.084000', '203210.086000', '203210.089000', '203210.091000', '203210.094000', '203210.097000', '203210.099000', '203210.102000', '203210.104000', '203210.107000', '203210.110000', '203210.112000', '203210.115000', '203210.117000', '203210.120000', '203210.123000', '203210.125000', '203210.128000', '203210.130000', '203210.133000', '203210.135000', '203210.138000', '203210.141000', '203210.143000', '203210.146000', '203210.148000', '203210.151000', '203210.154000', '203210.156000', '203230.044000', '203230.046000', '203230.049000', '203230.052000', '203230.054000', '203230.057000', '203230.059000', '203230.062000', '203230.065000', '203230.067000', '203230.070000', '203230.072000', '203230.075000', '203230.077000', '203230.080000', '203230.083000', '203230.085000', '203230.088000', '203230.090000', '203230.093000', '203230.096000', '203230.098000', '203230.101000', '203230.103000', '203230.106000', '203230.108000', '203230.111000', '203230.114000', '203230.116000', '203230.119000', '203230.121000', '203230.124000', '203230.126000', '203230.129000', '203230.132000', '203230.134000', '203230.137000', '203230.139000', '203230.142000', '203230.144000', '203230.147000', '203230.150000', '203230.152000', '203230.155000', '203250.044000', '203250.046000', '203250.049000', '203250.051000', '203250.054000', '203250.057000', '203250.059000', '203250.062000', '203250.064000', '203250.067000', '203250.070000', '203250.072000', '203250.075000', '203250.077000', '203250.080000', '203250.083000', '203250.085000', '203250.088000', '203250.090000', '203250.093000', '203250.096000', '203250.098000', '203250.101000', '203250.104000', '203250.106000', '203250.109000', '203250.111000', '203250.114000', '203250.117000', '203250.119000', '203250.122000', '203250.124000', '203250.127000', '203250.130000', '203250.132000', '203250.135000', '203250.137000', '203250.140000', '203250.142000', '203250.145000', '203250.148000', '203250.150000', '203250.153000', '203310.044000', '203310.047000', '203310.050000', '203310.053000', '203310.055000', '203310.058000', '203310.060000', '203310.063000', '203310.065000', '203310.068000', '203310.071000', '203310.073000', '203310.076000', '203310.078000', '203310.081000', '203310.084000', '203310.086000', '203310.089000', '203310.092000', '203310.094000', '203310.097000', '203310.099000', '203310.102000', '203310.104000', '203310.107000', '203310.110000', '203310.112000', '203310.115000', '203310.117000', '203310.120000', '203310.123000', '203310.125000', '203310.128000', '203310.130000', '203310.133000', '203310.136000', '203310.138000', '203310.141000', '203310.144000', '203310.148000', '203310.151000', '203310.153000', '203310.156000', '203330.044000', '203330.047000', '203330.050000', '203330.052000', '203330.055000', '203330.058000', '203330.060000', '203330.063000', '203330.065000', '203330.068000', '203330.071000', '203330.073000', '203330.076000', '203330.078000', '203330.081000', '203330.083000', '203330.086000', '203330.089000', '203330.091000', '203330.094000', '203330.096000', '203330.099000', '203330.102000', '203330.104000', '203330.107000', '203330.109000', '203330.112000', '203330.115000', '203330.117000', '203330.120000', '203330.122000', '203330.125000', '203330.128000', '203330.130000', '203330.133000', '203330.135000', '203330.138000', '203330.141000', '203330.143000', '203330.146000', '203330.148000', '203330.151000', '203330.154000', '203330.156000', '203350.044000', '203350.047000', '203350.050000', '203350.053000', '203350.055000', '203350.058000', '203350.060000', '203350.063000', '203350.066000', '203350.068000', '203350.071000', '203350.073000', '203350.076000', '203350.078000', '203350.081000', '203350.084000', '203350.086000', '203350.089000', '203350.091000', '203350.094000', '203350.097000', '203350.099000', '203350.102000', '203350.104000', '203350.107000', '203350.110000', '203350.112000', '203350.115000', '203350.117000', '203350.120000', '203350.122000', '203350.125000', '203350.128000', '203350.130000', '203350.133000', '203350.136000', '203350.138000', '203350.141000', '203350.143000', '203350.146000', '203350.149000', '203350.151000', '203350.154000', '203410.044000', '203410.047000', '203410.050000', '203410.053000', '203410.055000', '203410.058000', '203410.060000', '203410.069000', '203410.071000', '203410.074000', '203410.076000', '203410.079000', '203410.082000', '203410.084000', '203410.087000', '203410.089000', '203410.092000', '203410.095000', '203410.097000', '203410.100000', '203410.102000', '203410.105000', '203410.108000', '203410.111000', '203410.113000', '203410.116000', '203410.118000', '203410.121000', '203410.124000', '203410.126000', '203410.129000', '203410.131000', '203410.134000', '203410.137000', '203410.141000', '203410.144000', '203410.146000', '203410.149000', '203410.151000', '203410.154000', '203410.157000', '203410.159000', '203410.162000', '203410.164000', '203430.045000', '203430.048000', '203430.050000', '203430.053000', '203430.055000', '203430.058000', '203430.061000', '203430.063000', '203430.066000', '203430.068000', '203430.071000', '203430.073000', '203430.076000', '203430.078000', '203430.081000', '203430.104000', '203430.107000', '203430.110000', '203430.112000', '203430.115000', '203430.117000', '203430.120000', '203430.122000', '203430.125000', '203430.128000', '203430.130000', '203430.133000', '203430.135000', '203430.138000', '203430.141000', '203430.143000', '203430.146000', '203430.148000', '203430.151000', '203430.153000', '203430.156000', '203430.159000', '203430.162000', '203430.165000', '203430.168000', '203430.171000', '203430.173000', '203430.176000', '203450.043000', '203450.046000', '203450.049000', '203450.051000', '203450.054000', '203450.057000', '203450.059000', '203450.062000', '203450.064000', '203450.067000', '203450.070000', '203450.072000', '203450.075000', '203450.077000', '203450.080000', '203450.083000', '203450.085000', '203450.088000', '203450.090000', '203450.093000', '203450.095000', '203450.098000', '203450.101000', '203450.103000', '203450.106000', '203450.108000', '203450.111000', '203450.113000', '203450.116000', '203450.119000', '203450.121000', '203450.124000', '203450.126000', '203450.129000', '203450.132000', '203450.134000', '203450.137000', '203450.139000', '203450.142000', '203450.144000', '203450.147000', '203450.149000', '203450.152000', '203450.155000', '203510.043000', '203510.046000', '203510.049000', '203510.051000', '203510.054000', '203510.057000', '203510.059000', '203510.062000', '203510.064000', '203510.067000', '203510.070000', '203510.072000', '203510.075000', '203510.077000', '203510.080000', '203510.083000', '203510.085000', '203510.088000', '203510.090000', '203510.093000', '203510.095000', '203510.098000', '203510.101000', '203510.103000', '203510.106000', '203510.108000', '203510.111000', '203510.113000', '203510.116000', '203510.119000', '203510.121000', '203510.124000', '203510.126000', '203510.129000', '203510.132000', '203510.134000', '203510.137000', '203510.139000', '203510.142000', '203510.144000', '203510.147000', '203510.150000', '203510.152000', '203530.045000', '203530.047000', '203530.050000', '203530.053000', '203530.055000', '203530.058000', '203530.061000', '203530.063000', '203530.066000', '203530.068000', '203530.071000', '203530.074000', '203530.076000', '203530.079000', '203530.081000', '203530.084000', '203530.087000', '203530.089000', '203530.092000', '203530.094000', '203530.097000', '203530.099000', '203530.102000', '203530.105000', '203530.107000', '203530.110000', '203530.112000', '203530.115000', '203530.118000', '203530.120000', '203530.123000', '203530.126000', '203530.128000', '203530.131000', '203530.133000', '203530.136000', '203530.138000', '203530.141000', '203530.144000', '203530.146000', '203530.149000', '203530.151000', '203530.154000', '203530.157000', '203550.044000', '203550.047000', '203550.050000', '203550.053000', '203550.055000', '203550.058000', '203550.060000', '203550.063000', '203550.065000', '203550.068000', '203550.071000', '203550.073000', '203550.076000', '203550.078000', '203550.081000', '203550.084000', '203550.086000', '203550.089000', '203550.091000', '203550.094000', '203550.096000', '203550.099000', '203550.102000', '203550.104000', '203550.107000', '203550.142000', '203550.145000', '203550.147000', '203550.150000', '203550.152000', '203550.155000', '203550.158000', '203550.160000', '203550.163000', '203550.165000', '203550.168000', '203550.170000', '203550.173000', '203550.176000', '203550.178000', '203550.181000', '203550.183000', '203550.186000', '203610.045000', '203610.048000', '203610.050000', '203610.053000', '203610.055000', '203610.058000', '203610.060000', '203610.063000', '203610.066000', '203610.068000', '203610.071000', '203610.074000', '203610.076000', '203610.079000', '203610.081000', '203610.084000', '203610.087000', '203610.089000', '203610.092000', '203610.095000', '203610.097000', '203610.100000', '203610.102000', '203610.105000', '203610.107000', '203610.110000', '203610.113000', '203610.115000', '203610.118000', '203610.120000', '203610.123000', '203610.126000', '203610.128000', '203610.131000', '203610.133000', '203610.136000', '203610.139000', '203610.141000', '203610.144000', '203610.146000', '203610.149000', '203610.152000', '203610.154000', '203610.157000', '203630.045000', '203630.048000', '203630.050000', '203630.053000', '203630.056000', '203630.058000', '203630.061000', '203630.064000', '203630.067000', '203630.069000', '203630.072000', '203630.075000', '203630.077000', '203630.080000', '203630.083000', '203630.085000', '203630.088000', '203630.090000', '203630.093000', '203630.096000', '203630.098000', '203630.101000', '203630.103000', '203630.106000', '203630.109000', '203630.111000', '203630.114000', '203630.116000', '203630.119000', '203630.122000', '203630.124000', '203630.127000', '203630.129000', '203630.132000', '203630.134000', '203630.137000', '203630.140000', '203630.142000', '203630.145000', '203630.147000', '203630.150000', '203630.153000', '203630.155000', '203650.045000', '203650.047000', '203650.050000', '203650.053000', '203650.056000', '203650.058000', '203650.061000', '203650.063000', '203650.066000', '203650.069000', '203650.071000', '203650.074000', '203650.077000', '203650.080000', '203650.082000', '203650.085000', '203650.087000', '203650.090000', '203650.092000', '203650.095000', '203650.098000', '203650.100000', '203650.103000', '203650.105000', '203650.108000', '203650.111000', '203650.113000', '203650.116000', '203650.119000', '203650.121000', '203650.124000', '203650.126000', '203650.129000', '203650.131000', '203650.134000', '203650.137000', '203650.139000', '203650.142000', '203650.145000', '203650.147000', '203650.150000', '203650.152000', '203650.155000', '203650.157000', '203700.555000', '203700.558000', '203700.560000', '203700.563000', '203700.565000', '203700.568000', '203700.571000', '203700.573000', '203700.576000', '203700.579000', '203700.581000', '203700.584000', '203700.586000', '203700.589000', '203700.592000', '203700.594000', '203700.597000', '203700.600000', '203700.602000', '203700.605000', '203700.607000', '203700.610000', '203700.613000'], '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': [9152, 12178, 8472, 10432, 9278, 12995, 8011, 10222, 9906, 10215, 9422, 9923, 9105, 10456, 9695, 10278, 10713, 9765, 8897, 10261, 9983, 12723, 10289, 14820, 10472, 10855, 10514, 8818, 10791, 8185, 10618, 7795, 10253, 7879, 10354, 7624, 10456, 8044, 10334, 8796, 10416, 10449, 10442, 8135, 10185, 8071, 9887, 8971, 10473, 7838, 9893, 7946, 9919, 8025, 9931, 7869, 9823, 8882, 9830, 12409, 9995, 10799, 14234, 9708, 9452, 8025, 9790, 8257, 9959, 8261, 9519, 8285, 10137, 12272, 10047, 13543, 9865, 9474, 12619, 10593, 13902, 9369, 10667, 8335, 9889, 9033, 10538, 8435, 10416, 8519, 10256, 9378, 11749, 11427, 14531, 10761, 9937, 8392, 10042, 9702, 14359, 10155, 15401, 8908, 9704, 8629, 10107, 10351, 15350, 10343, 13171, 10215, 9545, 10129, 9654, 11953, 10398, 15612, 10291, 13353, 10166, 11917, 10430, 11336, 10434, 13960, 9434, 10461, 8707, 9950, 9861, 15023, 10025, 14723, 9839, 12490, 9948, 13936, 10153, 10062, 15107, 10112, 16033, 10025, 11870, 9823, 8773, 9982, 8572, 10092, 8773, 9576, 10376, 9690, 9814, 14259, 9767, 14496, 10029, 11807, 9787, 10550, 10071, 9843, 9927, 11457, 9900, 10615, 9815, 9723, 10770, 9835, 8905, 8949, 9630, 10201, 12178, 9902, 11140, 10055, 10692, 10188, 11320, 9995, 13222, 9839, 13989, 14709, 11483, 9771, 8900, 10423, 11174, 10211, 15051, 10424, 9772, 10450, 8806, 10313, 8964, 10490, 9759, 9448, 9645, 9321, 9849, 9257, 10028, 9030, 11015, 10108, 10803, 15746, 10463, 11640, 10470, 10815, 9366, 10238, 10749, 16364, 10439, 15357, 10544, 14017, 10783, 10199, 10350, 10591, 9821, 9936, 9290, 10549, 10718, 11535, 9975, 13607, 9097, 10025, 9079, 9877, 9106, 12017, 9319, 10757, 8600, 10575, 8923, 9256, 10244, 9018, 10953, 8810, 10555, 14415, 9255, 10357, 8987, 10877, 11850, 10635, 16813, 12103, 14916, 8885, 10871, 9378, 10760, 8860, 9419, 10161, 9050, 10743, 11166, 11162, 15199, 10700, 14082, 10422, 11459, 9630, 9864, 9345, 10516, 8838, 10860, 10329, 10720, 9373, 10875, 13808, 12926, 13178, 10852, 9356, 11056, 9162, 9408, 10340, 9067, 10962, 12786, 13194, 11029, 16119, 10401, 14051, 9225, 10060, 9369, 10835, 10888, 15161, 12345, 17273, 10803, 15339, 10748, 8973, 10188, 8956, 10587, 8771, 10477, 9055, 10527, 9181, 10569, 8926, 10854, 8593, 10759, 9292, 10234, 13141, 10685, 10945, 10561, 9273, 10674, 13210, 10097, 9565, 10192, 9361, 10218, 11238, 12770, 10184, 13995, 10337, 12260, 10835, 8711, 10758, 12412, 10116, 10969, 10313, 8935, 10436, 9114, 10197, 9497, 11031, 9354, 10476, 9316, 11168, 9263, 11564, 9630, 11257, 9843, 10720, 10308, 9485, 10790, 9036, 11079, 15959, 11406, 16400, 14087, 11492, 10912, 9398, 10812, 8674, 10277, 11664, 10896, 8767, 9523, 10110, 11220, 11269, 10540, 15950, 10905, 12846, 9811, 10209, 10843, 14493, 10209, 16665, 10654, 13733, 9613, 10234, 9677, 10485, 9457, 10878, 12526, 10716, 14816, 10502, 11096, 16041, 11383, 11903, 9674, 10057, 9709, 10369, 9595, 10360, 9412, 10514, 9331, 11175, 9460, 10455, 14345, 11147, 11543, 10883, 9575, 10326, 14105, 11108, 9650, 10238, 9714, 10031, 9934, 10069, 9767, 10648, 9060, 10469, 9477, 10510, 10768, 10700, 12653, 11045, 14866, 14978, 13699, 17901, 10960, 14795, 10788, 13714, 10739, 9663, 10193, 9752, 10443, 9903, 10283, 9859, 10162, 11498, 10240, 10685, 9739, 10043, 10643, 9650, 10769, 9629, 10985, 13961, 11032, 10950, 11485, 9408, 9782, 12261, 9587, 10978, 10355, 11401, 12568, 10898, 15488, 10715, 11070, 9874, 11286, 13386, 10764, 16805, 11500, 14732, 10334, 10340, 10032, 10565, 10333, 9853, 10460, 11333, 16145, 10916, 14451, 10663, 9373, 10728, 10314, 11207, 8731, 10405, 9733, 9758, 11290, 11152, 12975, 11358, 17580, 10743, 13705, 10171, 10501, 9912, 11027, 11545, 13727, 10854, 16073, 10168, 10347, 9743, 10676, 9624, 10694, 9592, 10735, 14024, 11139, 15043, 11296, 16078, 11037, 9552, 11006, 16807, 10018, 11298, 11437, 13679, 11020, 14734, 10826, 11392, 10130, 10683, 9782, 11381, 9528, 11227, 11554, 15965, 10933, 16624, 11539, 13664, 9508, 11748, 9167, 11668, 9924, 10959, 9419, 11627, 9203, 11381, 9035, 11498, 9502, 11216, 14511, 9720, 11224, 9308, 11570, 11971, 15857, 11152, 16954, 11230, 12902, 11368, 10361, 11300, 9196, 11519, 9464, 11371, 10743, 14000, 10212, 12557, 9421, 11148, 9424, 11202, 11790, 13313, 11632, 14064, 11389, 13021, 11219, 11757, 11038, 15508, 11670, 9756, 11746, 9162, 11635, 8815, 11343, 9833, 11570, 9691, 11537, 9139, 9411, 10443, 9428, 11108, 9161, 11275, 9227, 10978, 12428, 11377, 9642, 11234, 10631, 11499, 9319, 10604, 10552, 9692, 11628, 9048, 11491, 9291, 11440, 15915, 10250, 14194, 9301, 11434, 9380, 11541, 14165, 11415, 17239, 11662, 9390, 9513, 10511, 9509, 10934, 9361, 11208, 10922, 11803, 10763, 11078, 13261, 11489, 13388, 9559, 11409, 9352, 11394, 14467, 12945, 12783, 11543, 9010, 11758, 9325, 11288, 14455, 11347, 14661, 11373, 9657, 9785, 10513, 9700, 11243, 9356, 11462, 11206, 11532, 11969, 11303, 16550, 11361, 12829, 10974, 11165, 10294, 13222, 9843, 11074, 9449, 11510, 9478, 11202, 9491, 11228, 12142, 11505, 9083, 11807, 9110, 9763, 10790, 9474, 11413, 10012, 11464, 10968, 11536, 13104, 9779, 10990, 9618, 11409, 9334, 11216, 15249, 11980, 10589, 9848, 10375, 9783, 10850, 9513, 11243, 9810, 12035, 9150, 9918, 10422, 9640, 11055, 10287, 11371, 9983, 11081, 14489, 12135, 16145, 15728, 14842, 17028, 16557, 18626, 11051, 15442, 11223, 9866, 11521, 10328, 11678, 9265, 10041, 11227, 9485, 11744, 10435, 12056, 12884, 11888, 15844, 14801, 17233, 14776, 16736, 14711, 13483, 10140, 12511, 10238, 12020, 10296, 12058, 13471, 11963, 15376, 12037, 11705, 12104, 12097, 12054, 11452, 11818, 10835, 9988, 11539, 9288, 11689, 9262, 12262, 9276, 12225, 9956, 12001, 10919, 11945, 9923, 9714, 11424, 9506, 11853, 9388, 11192, 9699, 10981, 11808, 10623, 11529, 12549, 11652, 13136, 10069, 11225, 9819, 11486, 12941, 10168, 11392, 10121, 11471, 11595, 16059, 13364, 11813, 9538, 11758, 9514, 11537, 14849, 10269, 11443, 9578, 11978, 9351, 11633, 14974, 9781, 10492, 11675, 16560, 11531, 13408, 11194, 11315, 11365, 9170, 11487, 10415, 10951, 9380, 10999, 9502, 11423, 9458, 11379, 11445, 16119, 11353, 13780, 11282, 13833, 11170, 12019, 11293, 13869, 11443, 9252, 11295, 9965, 11307, 11485, 11630, 10323, 11511, 11025, 11049, 14871, 11411, 12319, 11660, 11021, 9791, 10870, 9537, 11537, 9308, 11416, 9301, 11235, 11806, 11489, 15434, 11694, 10200, 9612, 10701, 9539, 11692, 9483, 11705, 9139, 11517, 15252, 11889, 13527, 11516, 10992, 9579, 10807, 9487, 11004, 9475, 11211, 9643, 10887, 9884, 10142, 10519, 9841, 11222, 9406, 10539, 11527, 14923, 9806, 10295, 9981, 10772, 9308, 10755, 10681, 11508, 10448, 11220, 10440, 15035, 12331, 17186, 12093, 17369, 11998, 16971, 12182, 15273, 13426, 10290, 13274, 9477, 11087, 9402, 11386, 9270, 11283, 8275, 9874, 11446, 9670, 11399, 11788, 16676, 11420, 16056, 11631, 15434, 9805, 10739, 9562, 11030, 10555, 10346, 11266, 9660, 11476, 12729, 13153, 13554, 11063, 9616, 11925, 9501, 9683, 11060, 9817, 11230, 9334, 11063, 10686, 9944, 11757, 14946, 11649, 14614, 14223, 13286, 11029, 15515, 9995, 11797, 9565, 11579, 11593, 17374, 9788, 13468, 9955, 10965, 10325, 11332, 9686, 11543, 9676, 9796, 11234, 9366, 11598, 9345, 11087, 12024, 10388, 11156, 9861, 11345, 14810, 16072, 12836, 11759, 9774], 'WindowCenter': [4306.0, 4320.0, 4266.0, 4283.0, 4260.0, 4299.0, 4237.0, 4267.0, 4255.0, 4267.0, 4256.0, 4267.0, 4245.0, 4278.0, 4255.0, 4267.0, 4266.0, 4268.0, 4257.0, 4269.0, 4267.0, 4286.0, 4267.0, 4306.0, 4268.0, 4275.0, 4266.0, 4258.0, 4275.0, 4234.0, 4266.0, 4224.0, 4265.0, 4236.0, 4266.0, 4236.0, 4277.0, 4236.0, 4278.0, 4257.0, 4279.0, 4279.0, 4266.0, 4236.0, 4266.0, 4237.0, 4267.0, 4258.0, 4276.0, 4237.0, 4266.0, 4247.0, 4280.0, 4246.0, 4280.0, 4248.0, 4269.0, 4258.0, 4280.0, 4300.0, 4280.0, 4280.0, 4308.0, 4257.0, 4256.0, 4236.0, 4268.0, 4249.0, 4268.0, 4245.0, 4268.0, 4247.0, 4279.0, 4300.0, 4269.0, 4298.0, 4266.0, 4268.0, 4287.0, 4291.0, 4309.0, 4257.0, 4276.0, 4245.0, 4265.0, 4255.0, 4277.0, 4246.0, 4266.0, 4245.0, 4265.0, 4256.0, 4276.0, 4275.0, 4297.0, 4277.0, 4253.0, 4244.0, 4253.0, 4256.0, 4319.0, 4266.0, 4304.0, 4241.0, 4252.0, 4243.0, 4263.0, 4265.0, 4305.0, 4265.0, 4284.0, 4265.0, 4254.0, 4265.0, 4256.0, 4275.0, 4265.0, 4305.0, 4266.0, 4294.0, 4265.0, 4275.0, 4275.0, 4276.0, 4266.0, 4296.0, 4254.0, 4264.0, 4245.0, 4264.0, 4267.0, 4306.0, 4265.0, 4295.0, 4255.0, 4273.0, 4253.0, 4295.0, 4252.0, 4252.0, 4292.0, 4251.0, 4303.0, 4251.0, 4270.0, 4252.0, 4231.0, 4264.0, 4243.0, 4252.0, 4243.0, 4253.0, 4264.0, 4254.0, 4254.0, 4295.0, 4253.0, 4294.0, 4252.0, 4272.0, 4253.0, 4263.0, 4264.0, 4253.0, 4254.0, 4273.0, 4252.0, 4264.0, 4253.0, 4254.0, 4262.0, 4253.0, 4244.0, 4254.0, 4266.0, 4278.0, 4286.0, 4266.0, 4276.0, 4266.0, 4266.0, 4268.0, 4276.0, 4266.0, 4297.0, 4265.0, 4297.0, 4295.0, 4276.0, 4252.0, 4244.0, 4265.0, 4276.0, 4266.0, 4305.0, 4264.0, 4252.0, 4262.0, 4241.0, 4263.0, 4242.0, 4264.0, 4254.0, 4256.0, 4255.0, 4257.0, 4265.0, 4255.0, 4256.0, 4256.0, 4276.0, 4265.0, 4276.0, 4317.0, 4266.0, 4276.0, 4265.0, 4265.0, 4256.0, 4265.0, 4276.0, 4316.0, 4265.0, 4304.0, 4265.0, 4284.0, 4263.0, 4252.0, 4265.0, 4265.0, 4264.0, 4264.0, 4254.0, 4275.0, 4276.0, 4288.0, 4265.0, 4296.0, 4244.0, 4265.0, 4246.0, 4266.0, 4255.0, 4286.0, 4256.0, 4276.0, 4244.0, 4277.0, 4257.0, 4257.0, 4268.0, 4256.0, 4276.0, 4255.0, 4277.0, 4306.0, 4257.0, 4265.0, 4255.0, 4279.0, 4286.0, 4266.0, 4316.0, 4286.0, 4306.0, 4243.0, 4275.0, 4254.0, 4275.0, 4254.0, 4255.0, 4265.0, 4256.0, 4276.0, 4276.0, 4287.0, 4308.0, 4264.0, 4293.0, 4263.0, 4273.0, 4253.0, 4264.0, 4254.0, 4275.0, 4255.0, 4276.0, 4267.0, 4276.0, 4253.0, 4277.0, 4297.0, 4285.0, 4284.0, 4263.0, 4241.0, 4271.0, 4243.0, 4254.0, 4264.0, 4255.0, 4276.0, 4296.0, 4285.0, 4264.0, 4304.0, 4263.0, 4293.0, 4242.0, 4254.0, 4253.0, 4274.0, 4275.0, 4305.0, 4284.0, 4303.0, 4261.0, 4291.0, 4261.0, 4240.0, 4263.0, 4241.0, 4262.0, 4241.0, 4264.0, 4243.0, 4275.0, 4254.0, 4265.0, 4256.0, 4275.0, 4243.0, 4276.0, 4254.0, 4264.0, 4286.0, 4265.0, 4263.0, 4264.0, 4253.0, 4265.0, 4284.0, 4253.0, 4253.0, 4264.0, 4243.0, 4264.0, 4274.0, 4284.0, 4264.0, 4293.0, 4265.0, 4273.0, 4264.0, 4243.0, 4275.0, 4285.0, 4266.0, 4275.0, 4265.0, 4243.0, 4265.0, 4245.0, 4266.0, 4255.0, 4275.0, 4255.0, 4275.0, 4256.0, 4276.0, 4255.0, 4287.0, 4266.0, 4288.0, 4267.0, 4290.0, 4279.0, 4269.0, 4277.0, 4258.0, 4278.0, 4318.0, 4276.0, 4317.0, 4295.0, 4263.0, 4262.0, 4241.0, 4263.0, 4232.0, 4267.0, 4276.0, 4275.0, 4246.0, 4255.0, 4267.0, 4288.0, 4277.0, 4277.0, 4317.0, 4277.0, 4286.0, 4266.0, 4266.0, 4275.0, 4307.0, 4268.0, 4317.0, 4266.0, 4295.0, 4254.0, 4265.0, 4255.0, 4266.0, 4255.0, 4277.0, 4286.0, 4277.0, 4307.0, 4265.0, 4277.0, 4306.0, 4275.0, 4274.0, 4253.0, 4253.0, 4254.0, 4265.0, 4254.0, 4266.0, 4255.0, 4267.0, 4254.0, 4275.0, 4255.0, 4266.0, 4295.0, 4276.0, 4274.0, 4276.0, 4254.0, 4266.0, 4295.0, 4275.0, 4253.0, 4253.0, 4253.0, 4265.0, 4265.0, 4268.0, 4266.0, 4277.0, 4256.0, 4278.0, 4267.0, 4278.0, 4277.0, 4278.0, 4297.0, 4278.0, 4308.0, 4306.0, 4295.0, 4315.0, 4263.0, 4293.0, 4263.0, 4282.0, 4262.0, 4243.0, 4252.0, 4253.0, 4263.0, 4253.0, 4253.0, 4264.0, 4264.0, 4276.0, 4265.0, 4265.0, 4255.0, 4266.0, 4266.0, 4257.0, 4276.0, 4256.0, 4276.0, 4307.0, 4276.0, 4277.0, 4287.0, 4256.0, 4266.0, 4287.0, 4256.0, 4276.0, 4266.0, 4276.0, 4287.0, 4277.0, 4306.0, 4265.0, 4275.0, 4265.0, 4277.0, 4295.0, 4266.0, 4315.0, 4274.0, 4293.0, 4252.0, 4252.0, 4253.0, 4276.0, 4264.0, 4266.0, 4277.0, 4277.0, 4317.0, 4264.0, 4294.0, 4263.0, 4242.0, 4263.0, 4251.0, 4263.0, 4242.0, 4265.0, 4255.0, 4255.0, 4275.0, 4274.0, 4283.0, 4264.0, 4315.0, 4263.0, 4282.0, 4253.0, 4262.0, 4254.0, 4275.0, 4274.0, 4283.0, 4263.0, 4303.0, 4252.0, 4252.0, 4253.0, 4264.0, 4253.0, 4266.0, 4255.0, 4275.0, 4296.0, 4275.0, 4306.0, 4264.0, 4303.0, 4262.0, 4241.0, 4263.0, 4303.0, 4252.0, 4274.0, 4274.0, 4282.0, 4261.0, 4280.0, 4250.0, 4262.0, 4251.0, 4261.0, 4252.0, 4275.0, 4253.0, 4274.0, 4273.0, 4291.0, 4250.0, 4301.0, 4261.0, 4280.0, 4239.0, 4273.0, 4241.0, 4273.0, 4251.0, 4261.0, 4241.0, 4262.0, 4241.0, 4271.0, 4241.0, 4262.0, 4241.0, 4261.0, 4294.0, 4253.0, 4263.0, 4254.0, 4286.0, 4285.0, 4304.0, 4261.0, 4302.0, 4261.0, 4269.0, 4260.0, 4249.0, 4262.0, 4240.0, 4261.0, 4239.0, 4259.0, 4248.0, 4280.0, 4249.0, 4269.0, 4240.0, 4260.0, 4240.0, 4260.0, 4270.0, 4280.0, 4260.0, 4280.0, 4260.0, 4269.0, 4259.0, 4259.0, 4249.0, 4290.0, 4261.0, 4241.0, 4271.0, 4239.0, 4261.0, 4229.0, 4261.0, 4252.0, 4273.0, 4253.0, 4273.0, 4242.0, 4242.0, 4263.0, 4253.0, 4274.0, 4254.0, 4275.0, 4254.0, 4276.0, 4285.0, 4274.0, 4254.0, 4275.0, 4263.0, 4285.0, 4254.0, 4265.0, 4265.0, 4255.0, 4275.0, 4245.0, 4275.0, 4252.0, 4274.0, 4306.0, 4265.0, 4294.0, 4253.0, 4273.0, 4243.0, 4271.0, 4293.0, 4273.0, 4316.0, 4273.0, 4254.0, 4253.0, 4274.0, 4254.0, 4265.0, 4254.0, 4276.0, 4275.0, 4287.0, 4275.0, 4276.0, 4295.0, 4286.0, 4296.0, 4255.0, 4286.0, 4256.0, 4274.0, 4305.0, 4285.0, 4284.0, 4273.0, 4242.0, 4273.0, 4242.0, 4274.0, 4292.0, 4273.0, 4292.0, 4272.0, 4253.0, 4252.0, 4263.0, 4253.0, 4263.0, 4243.0, 4276.0, 4273.0, 4274.0, 4273.0, 4263.0, 4305.0, 4274.0, 4283.0, 4263.0, 4273.0, 4253.0, 4283.0, 4252.0, 4262.0, 4252.0, 4272.0, 4241.0, 4273.0, 4241.0, 4263.0, 4272.0, 4274.0, 4242.0, 4273.0, 4242.0, 4253.0, 4264.0, 4253.0, 4275.0, 4253.0, 4277.0, 4275.0, 4275.0, 4285.0, 4254.0, 4264.0, 4255.0, 4275.0, 4255.0, 4275.0, 4305.0, 4285.0, 4264.0, 4254.0, 4264.0, 4254.0, 4264.0, 4254.0, 4276.0, 4253.0, 4285.0, 4254.0, 4254.0, 4264.0, 4254.0, 4277.0, 4265.0, 4286.0, 4265.0, 4287.0, 4306.0, 4287.0, 4318.0, 4331.0, 4333.0, 4342.0, 4346.0, 4340.0, 4277.0, 4306.0, 4276.0, 4254.0, 4286.0, 4263.0, 4274.0, 4253.0, 4264.0, 4275.0, 4265.0, 4287.0, 4265.0, 4286.0, 4286.0, 4275.0, 4317.0, 4296.0, 4304.0, 4282.0, 4289.0, 4267.0, 4256.0, 4223.0, 4255.0, 4223.0, 4244.0, 4223.0, 4244.0, 4254.0, 4244.0, 4264.0, 4245.0, 4244.0, 4255.0, 4243.0, 4255.0, 4244.0, 4245.0, 4245.0, 4236.0, 4245.0, 4225.0, 4257.0, 4226.0, 4257.0, 4227.0, 4269.0, 4237.0, 4268.0, 4246.0, 4258.0, 4249.0, 4239.0, 4272.0, 4252.0, 4285.0, 4254.0, 4273.0, 4253.0, 4274.0, 4285.0, 4264.0, 4285.0, 4285.0, 4275.0, 4284.0, 4264.0, 4274.0, 4264.0, 4286.0, 4285.0, 4265.0, 4286.0, 4266.0, 4275.0, 4276.0, 4306.0, 4295.0, 4274.0, 4253.0, 4284.0, 4252.0, 4274.0, 4304.0, 4264.0, 4274.0, 4254.0, 4285.0, 4253.0, 4274.0, 4304.0, 4264.0, 4264.0, 4284.0, 4315.0, 4274.0, 4293.0, 4273.0, 4261.0, 4284.0, 4254.0, 4288.0, 4275.0, 4276.0, 4255.0, 4276.0, 4265.0, 4287.0, 4267.0, 4286.0, 4286.0, 4316.0, 4275.0, 4294.0, 4274.0, 4294.0, 4274.0, 4273.0, 4275.0, 4293.0, 4274.0, 4253.0, 4275.0, 4264.0, 4275.0, 4274.0, 4285.0, 4265.0, 4286.0, 4274.0, 4276.0, 4306.0, 4286.0, 4285.0, 4274.0, 4275.0, 4266.0, 4274.0, 4253.0, 4274.0, 4253.0, 4274.0, 4253.0, 4274.0, 4274.0, 4286.0, 4304.0, 4284.0, 4265.0, 4254.0, 4264.0, 4254.0, 4274.0, 4254.0, 4285.0, 4242.0, 4274.0, 4303.0, 4274.0, 4293.0, 4274.0, 4263.0, 4254.0, 4263.0, 4253.0, 4263.0, 4253.0, 4275.0, 4254.0, 4275.0, 4255.0, 4265.0, 4275.0, 4266.0, 4287.0, 4257.0, 4276.0, 4277.0, 4305.0, 4264.0, 4264.0, 4265.0, 4276.0, 4267.0, 4277.0, 4277.0, 4289.0, 4277.0, 4288.0, 4276.0, 4307.0, 4286.0, 4316.0, 4286.0, 4327.0, 4287.0, 4317.0, 4273.0, 4291.0, 4270.0, 4249.0, 4268.0, 4237.0, 4260.0, 4240.0, 4273.0, 4243.0, 4274.0, 4243.0, 4266.0, 4287.0, 4267.0, 4287.0, 4287.0, 4317.0, 4275.0, 4304.0, 4263.0, 4291.0, 4251.0, 4261.0, 4242.0, 4264.0, 4264.0, 4266.0, 4276.0, 4256.0, 4287.0, 4297.0, 4284.0, 4283.0, 4263.0, 4243.0, 4275.0, 4255.0, 4255.0, 4275.0, 4265.0, 4274.0, 4244.0, 4276.0, 4266.0, 4266.0, 4288.0, 4308.0, 4276.0, 4295.0, 4294.0, 4284.0, 4264.0, 4304.0, 4252.0, 4274.0, 4253.0, 4273.0, 4274.0, 4305.0, 4241.0, 4282.0, 4251.0, 4265.0, 4263.0, 4275.0, 4254.0, 4275.0, 4254.0, 4254.0, 4275.0, 4255.0, 4276.0, 4255.0, 4276.0, 4276.0, 4265.0, 4276.0, 4265.0, 4276.0, 4307.0, 4317.0, 4284.0, 4274.0, 4253.0], 'WindowWidth': [9538.0, 9543.0, 9463.0, 9477.0, 9441.0, 9489.0, 9403.0, 9443.0, 9425.0, 9443.0, 9427.0, 9445.0, 9411.0, 9458.0, 9426.0, 9443.0, 9440.0, 9446.0, 9433.0, 9450.0, 9445.0, 9467.0, 9442.0, 9494.0, 9444.0, 9451.0, 9441.0, 9433.0, 9453.0, 9396.0, 9442.0, 9384.0, 9440.0, 9402.0, 9442.0, 9402.0, 9458.0, 9402.0, 9460.0, 9433.0, 9466.0, 9462.0, 9442.0, 9402.0, 9442.0, 9405.0, 9443.0, 9435.0, 9456.0, 9405.0, 9441.0, 9419.0, 9465.0, 9418.0, 9468.0, 9421.0, 9451.0, 9433.0, 9466.0, 9494.0, 9467.0, 9466.0, 9500.0, 9430.0, 9426.0, 9400.0, 9446.0, 9425.0, 9448.0, 9414.0, 9448.0, 9419.0, 9464.0, 9495.0, 9451.0, 9487.0, 9442.0, 9447.0, 9471.0, 9484.0, 9507.0, 9430.0, 9455.0, 9411.0, 9438.0, 9426.0, 9458.0, 9415.0, 9441.0, 9412.0, 9438.0, 9428.0, 9453.0, 9452.0, 9484.0, 9456.0, 9421.0, 9410.0, 9420.0, 9428.0, 9520.0, 9442.0, 9490.0, 9400.0, 9416.0, 9405.0, 9434.0, 9440.0, 9493.0, 9439.0, 9463.0, 9439.0, 9423.0, 9437.0, 9426.0, 9452.0, 9438.0, 9494.0, 9442.0, 9477.0, 9438.0, 9452.0, 9453.0, 9455.0, 9440.0, 9481.0, 9422.0, 9435.0, 9409.0, 9434.0, 9446.0, 9497.0, 9439.0, 9478.0, 9422.0, 9446.0, 9420.0, 9479.0, 9416.0, 9417.0, 9471.0, 9413.0, 9487.0, 9412.0, 9436.0, 9415.0, 9387.0, 9436.0, 9406.0, 9417.0, 9404.0, 9417.0, 9434.0, 9420.0, 9420.0, 9480.0, 9420.0, 9474.0, 9416.0, 9443.0, 9419.0, 9433.0, 9437.0, 9421.0, 9421.0, 9444.0, 9415.0, 9433.0, 9420.0, 9422.0, 9430.0, 9417.0, 9408.0, 9421.0, 9443.0, 9460.0, 9469.0, 9441.0, 9454.0, 9442.0, 9443.0, 9445.0, 9453.0, 9442.0, 9482.0, 9438.0, 9481.0, 9479.0, 9453.0, 9417.0, 9407.0, 9438.0, 9455.0, 9440.0, 9490.0, 9434.0, 9415.0, 9429.0, 9399.0, 9432.0, 9404.0, 9436.0, 9424.0, 9427.0, 9426.0, 9431.0, 9440.0, 9426.0, 9427.0, 9427.0, 9454.0, 9438.0, 9454.0, 9511.0, 9440.0, 9452.0, 9438.0, 9436.0, 9427.0, 9439.0, 9453.0, 9510.0, 9437.0, 9491.0, 9436.0, 9458.0, 9433.0, 9416.0, 9439.0, 9437.0, 9436.0, 9436.0, 9423.0, 9452.0, 9457.0, 9476.0, 9440.0, 9480.0, 9410.0, 9439.0, 9413.0, 9441.0, 9428.0, 9469.0, 9430.0, 9453.0, 9411.0, 9458.0, 9432.0, 9431.0, 9446.0, 9428.0, 9455.0, 9426.0, 9460.0, 9497.0, 9431.0, 9439.0, 9425.0, 9461.0, 9468.0, 9442.0, 9512.0, 9467.0, 9495.0, 9406.0, 9453.0, 9423.0, 9453.0, 9423.0, 9425.0, 9439.0, 9428.0, 9455.0, 9454.0, 9470.0, 9501.0, 9434.0, 9473.0, 9431.0, 9443.0, 9419.0, 9434.0, 9421.0, 9452.0, 9426.0, 9454.0, 9442.0, 9453.0, 9421.0, 9454.0, 9485.0, 9465.0, 9462.0, 9429.0, 9399.0, 9440.0, 9406.0, 9422.0, 9435.0, 9425.0, 9453.0, 9483.0, 9464.0, 9433.0, 9490.0, 9431.0, 9473.0, 9402.0, 9419.0, 9418.0, 9448.0, 9453.0, 9492.0, 9460.0, 9488.0, 9425.0, 9467.0, 9426.0, 9398.0, 9431.0, 9400.0, 9430.0, 9401.0, 9435.0, 9406.0, 9454.0, 9424.0, 9438.0, 9426.0, 9452.0, 9406.0, 9453.0, 9422.0, 9436.0, 9465.0, 9437.0, 9431.0, 9436.0, 9420.0, 9438.0, 9462.0, 9419.0, 9417.0, 9434.0, 9405.0, 9435.0, 9449.0, 9461.0, 9435.0, 9474.0, 9437.0, 9444.0, 9434.0, 9405.0, 9450.0, 9465.0, 9441.0, 9451.0, 9439.0, 9407.0, 9439.0, 9412.0, 9442.0, 9426.0, 9451.0, 9424.0, 9452.0, 9428.0, 9454.0, 9426.0, 9470.0, 9442.0, 9473.0, 9445.0, 9480.0, 9466.0, 9449.0, 9456.0, 9431.0, 9460.0, 9516.0, 9455.0, 9513.0, 9478.0, 9431.0, 9428.0, 9397.0, 9432.0, 9391.0, 9444.0, 9454.0, 9452.0, 9412.0, 9425.0, 9443.0, 9475.0, 9460.0, 9458.0, 9510.0, 9456.0, 9469.0, 9440.0, 9440.0, 9453.0, 9499.0, 9444.0, 9511.0, 9439.0, 9478.0, 9421.0, 9437.0, 9425.0, 9440.0, 9426.0, 9456.0, 9467.0, 9456.0, 9499.0, 9437.0, 9456.0, 9495.0, 9450.0, 9446.0, 9418.0, 9419.0, 9422.0, 9438.0, 9421.0, 9438.0, 9423.0, 9441.0, 9421.0, 9452.0, 9423.0, 9438.0, 9478.0, 9451.0, 9447.0, 9453.0, 9420.0, 9438.0, 9477.0, 9448.0, 9419.0, 9418.0, 9417.0, 9438.0, 9438.0, 9448.0, 9440.0, 9458.0, 9428.0, 9459.0, 9444.0, 9462.0, 9457.0, 9459.0, 9484.0, 9459.0, 9500.0, 9493.0, 9479.0, 9506.0, 9430.0, 9470.0, 9429.0, 9455.0, 9428.0, 9402.0, 9414.0, 9416.0, 9430.0, 9418.0, 9417.0, 9435.0, 9435.0, 9453.0, 9438.0, 9436.0, 9425.0, 9440.0, 9440.0, 9429.0, 9454.0, 9428.0, 9454.0, 9497.0, 9454.0, 9457.0, 9469.0, 9426.0, 9441.0, 9469.0, 9426.0, 9454.0, 9440.0, 9454.0, 9469.0, 9456.0, 9494.0, 9439.0, 9450.0, 9437.0, 9455.0, 9479.0, 9441.0, 9505.0, 9447.0, 9470.0, 9413.0, 9416.0, 9417.0, 9454.0, 9435.0, 9443.0, 9456.0, 9456.0, 9514.0, 9434.0, 9475.0, 9432.0, 9401.0, 9429.0, 9411.0, 9431.0, 9404.0, 9437.0, 9424.0, 9426.0, 9450.0, 9450.0, 9461.0, 9434.0, 9507.0, 9429.0, 9453.0, 9416.0, 9428.0, 9419.0, 9451.0, 9448.0, 9460.0, 9430.0, 9484.0, 9415.0, 9414.0, 9417.0, 9433.0, 9419.0, 9440.0, 9424.0, 9452.0, 9480.0, 9451.0, 9495.0, 9434.0, 9486.0, 9427.0, 9400.0, 9430.0, 9487.0, 9414.0, 9449.0, 9449.0, 9455.0, 9424.0, 9450.0, 9408.0, 9426.0, 9413.0, 9426.0, 9416.0, 9451.0, 9420.0, 9449.0, 9443.0, 9467.0, 9409.0, 9481.0, 9424.0, 9449.0, 9393.0, 9443.0, 9398.0, 9442.0, 9414.0, 9424.0, 9400.0, 9426.0, 9399.0, 9438.0, 9398.0, 9427.0, 9397.0, 9425.0, 9475.0, 9418.0, 9430.0, 9421.0, 9467.0, 9467.0, 9488.0, 9425.0, 9479.0, 9423.0, 9434.0, 9421.0, 9406.0, 9427.0, 9394.0, 9425.0, 9394.0, 9419.0, 9405.0, 9449.0, 9407.0, 9433.0, 9394.0, 9420.0, 9394.0, 9421.0, 9436.0, 9450.0, 9422.0, 9448.0, 9419.0, 9432.0, 9417.0, 9418.0, 9405.0, 9461.0, 9424.0, 9398.0, 9437.0, 9391.0, 9425.0, 9380.0, 9427.0, 9413.0, 9444.0, 9417.0, 9446.0, 9403.0, 9404.0, 9432.0, 9419.0, 9449.0, 9422.0, 9453.0, 9423.0, 9453.0, 9464.0, 9448.0, 9420.0, 9450.0, 9432.0, 9465.0, 9422.0, 9437.0, 9437.0, 9427.0, 9451.0, 9412.0, 9452.0, 9416.0, 9449.0, 9493.0, 9439.0, 9476.0, 9420.0, 9445.0, 9404.0, 9440.0, 9472.0, 9445.0, 9507.0, 9446.0, 9421.0, 9420.0, 9450.0, 9422.0, 9437.0, 9424.0, 9453.0, 9451.0, 9471.0, 9451.0, 9454.0, 9480.0, 9469.0, 9481.0, 9425.0, 9468.0, 9427.0, 9450.0, 9491.0, 9464.0, 9463.0, 9445.0, 9402.0, 9445.0, 9403.0, 9447.0, 9471.0, 9444.0, 9469.0, 9443.0, 9419.0, 9417.0, 9434.0, 9419.0, 9433.0, 9406.0, 9453.0, 9447.0, 9450.0, 9446.0, 9434.0, 9493.0, 9447.0, 9460.0, 9432.0, 9448.0, 9419.0, 9460.0, 9417.0, 9428.0, 9416.0, 9443.0, 9400.0, 9445.0, 9400.0, 9431.0, 9444.0, 9447.0, 9402.0, 9445.0, 9403.0, 9418.0, 9433.0, 9420.0, 9451.0, 9421.0, 9456.0, 9451.0, 9453.0, 9464.0, 9424.0, 9435.0, 9425.0, 9451.0, 9424.0, 9450.0, 9493.0, 9463.0, 9435.0, 9422.0, 9437.0, 9422.0, 9435.0, 9421.0, 9452.0, 9421.0, 9465.0, 9424.0, 9422.0, 9436.0, 9423.0, 9455.0, 9438.0, 9469.0, 9439.0, 9473.0, 9498.0, 9471.0, 9514.0, 9540.0, 9546.0, 9556.0, 9569.0, 9552.0, 9455.0, 9494.0, 9451.0, 9421.0, 9469.0, 9433.0, 9450.0, 9420.0, 9436.0, 9452.0, 9439.0, 9470.0, 9437.0, 9467.0, 9467.0, 9452.0, 9511.0, 9480.0, 9490.0, 9454.0, 9458.0, 9425.0, 9407.0, 9360.0, 9403.0, 9359.0, 9388.0, 9358.0, 9388.0, 9401.0, 9389.0, 9416.0, 9391.0, 9390.0, 9406.0, 9387.0, 9404.0, 9390.0, 9392.0, 9392.0, 9382.0, 9394.0, 9369.0, 9411.0, 9371.0, 9412.0, 9374.0, 9433.0, 9387.0, 9429.0, 9397.0, 9417.0, 9406.0, 9394.0, 9444.0, 9417.0, 9465.0, 9424.0, 9445.0, 9418.0, 9446.0, 9465.0, 9436.0, 9465.0, 9464.0, 9451.0, 9461.0, 9435.0, 9448.0, 9436.0, 9465.0, 9466.0, 9438.0, 9467.0, 9439.0, 9453.0, 9455.0, 9495.0, 9477.0, 9446.0, 9418.0, 9463.0, 9416.0, 9447.0, 9488.0, 9436.0, 9448.0, 9422.0, 9466.0, 9420.0, 9449.0, 9489.0, 9436.0, 9435.0, 9463.0, 9508.0, 9448.0, 9472.0, 9444.0, 9428.0, 9461.0, 9423.0, 9474.0, 9454.0, 9455.0, 9425.0, 9456.0, 9439.0, 9472.0, 9444.0, 9470.0, 9469.0, 9509.0, 9450.0, 9476.0, 9450.0, 9476.0, 9447.0, 9446.0, 9450.0, 9473.0, 9450.0, 9420.0, 9452.0, 9435.0, 9452.0, 9450.0, 9465.0, 9439.0, 9468.0, 9451.0, 9455.0, 9498.0, 9468.0, 9467.0, 9449.0, 9452.0, 9439.0, 9448.0, 9420.0, 9447.0, 9419.0, 9450.0, 9419.0, 9450.0, 9448.0, 9468.0, 9491.0, 9463.0, 9438.0, 9421.0, 9435.0, 9423.0, 9448.0, 9422.0, 9464.0, 9405.0, 9447.0, 9488.0, 9448.0, 9473.0, 9447.0, 9433.0, 9421.0, 9432.0, 9420.0, 9432.0, 9418.0, 9452.0, 9422.0, 9451.0, 9425.0, 9440.0, 9453.0, 9441.0, 9474.0, 9432.0, 9455.0, 9455.0, 9493.0, 9436.0, 9435.0, 9438.0, 9457.0, 9446.0, 9457.0, 9458.0, 9475.0, 9458.0, 9474.0, 9454.0, 9499.0, 9469.0, 9510.0, 9467.0, 9525.0, 9470.0, 9515.0, 9444.0, 9466.0, 9433.0, 9406.0, 9429.0, 9387.0, 9420.0, 9395.0, 9446.0, 9404.0, 9451.0, 9408.0, 9442.0, 9469.0, 9445.0, 9470.0, 9470.0, 9514.0, 9450.0, 9490.0, 9429.0, 9466.0, 9413.0, 9426.0, 9401.0, 9434.0, 9435.0, 9441.0, 9454.0, 9427.0, 9472.0, 9484.0, 9461.0, 9458.0, 9430.0, 9402.0, 9449.0, 9423.0, 9425.0, 9451.0, 9436.0, 9448.0, 9408.0, 9452.0, 9439.0, 9440.0, 9473.0, 9500.0, 9453.0, 9478.0, 9473.0, 9460.0, 9433.0, 9486.0, 9416.0, 9447.0, 9418.0, 9444.0, 9445.0, 9488.0, 9398.0, 9454.0, 9411.0, 9435.0, 9433.0, 9451.0, 9420.0, 9451.0, 9420.0, 9422.0, 9449.0, 9422.0, 9453.0, 9423.0, 9452.0, 9452.0, 9437.0, 9452.0, 9436.0, 9453.0, 9498.0, 9510.0, 9461.0, 9446.0, 9416.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.0025941281809613577</td></tr>
<tr><td colspan=3>aqi</td><td>0.02130648614514609</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.41922899275474</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2634796633113208</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0344537532264142</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>4355.6968</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06134440379050811</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8482563619227145</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.397084956411055</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.274661309404212</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692112117633227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2244814421957257</td></tr>
<tr><td colspan=3>gcor</td><td>0.00822932</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0278734490275383</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04300525784492493</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>3.7275143550481</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>14.2248</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2488</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.9206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299503.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1125.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.8695</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0106</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.5536</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3436.8652</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.8081</td></tr>
<tr><td colspan=3>tsnr</td><td>37.96067589148879</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>