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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:18:29.777500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997962, -0.0562381, 0.0301592, 0.0475863, 0.970714, 0.235478]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0861846</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7762, -7269, 500, -57, -265, 70, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>238.654</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9dc16612-c964-48db-92cb-8aeb460811d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774585247039795, 0.12767058610916138, 0.11480075865983963, 104.0311279296875], [0.1508827954530716, 2.6043548583984375, 0.6306195259094238, -108.60263061523438], [0.0809149369597435, -0.6317699551582336, 2.6228115558624268, -46.524818420410156], [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, 1061]</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], 'AcquisitionTime': ['161829.777500', '161830.237500', '161830.697500', '161831.157500', '161831.617500', '161832.077500', '161832.537500', '161832.997500', '161833.457500', '161833.917500', '161834.377500', '161834.837500', '161835.297500', '161835.757500', '161836.217500', '161836.677500', '161837.137500', '161837.597500', '161838.057500', '161838.517500', '161838.977500', '161839.437500', '161839.897500', '161840.357500', '161840.817500', '161841.277500', '161841.737500', '161842.197500', '161842.657500', '161843.117500', '161843.577500', '161844.037500', '161844.497500', '161844.957500', '161845.417500', '161845.877500', '161846.337500', '161846.797500', '161847.257500', '161847.717500', '161848.177500', '161848.637500', '161849.097500', '161849.557500', '161850.017500', '161850.477500', '161850.937500', '161851.397500', '161851.857500', '161852.317500', '161852.777500', '161853.237500', '161853.697500', '161854.157500', '161854.617500', '161855.077500', '161855.537500', '161855.997500', '161856.457500', '161856.917500', '161857.377500', '161857.837500', '161858.297500', '161858.757500', '161859.217500', '161859.677500', '161900.137500', '161900.597500', '161901.057500', '161901.517500', '161901.977500', '161902.437500', '161902.897500', '161903.357500', '161903.817500', '161904.277500', '161904.737500', '161905.197500', '161905.657500', '161906.117500', '161906.577500', '161907.037500', '161907.497500', '161907.957500', '161908.417500', '161908.877500', '161909.337500', '161909.797500', '161910.257500', '161910.717500', '161911.177500', '161911.637500', '161912.097500', '161912.557500', '161913.017500', '161913.477500', '161913.937500', '161914.397500', '161914.857500', '161915.317500', '161915.777500', '161916.237500', '161916.697500', '161917.157500', '161917.617500', '161918.077500', '161918.537500', '161918.997500', '161919.457500', '161919.917500', '161920.377500', '161920.837500', '161921.297500', '161921.757500', '161922.217500', '161922.677500', '161923.137500', '161923.597500', '161924.057500', '161924.517500', '161924.977500', '161925.437500', '161925.897500', '161926.357500', '161926.817500', '161927.277500', '161927.737500', '161928.197500', '161928.657500', '161929.117500', '161929.577500', '161930.037500', '161930.497500', '161930.957500', '161931.417500', '161931.877500', '161932.337500', '161932.797500', '161933.257500', '161933.717500', '161934.177500', '161934.637500', '161935.097500', '161935.557500', '161936.017500', '161936.477500', '161936.937500', '161937.397500', '161937.857500', '161938.317500', '161938.777500', '161939.237500', '161939.697500', '161940.157500', '161940.617500', '161941.077500', '161941.537500', '161941.997500', '161942.457500', '161942.917500', '161943.377500', '161943.837500', '161944.297500', '161944.757500', '161945.217500', '161945.677500', '161946.137500', '161946.597500', '161947.057500', '161947.517500', '161947.977500', '161948.437500', '161948.897500', '161949.357500', '161949.817500', '161950.277500', '161950.737500', '161951.197500', '161951.657500', '161952.117500', '161952.577500', '161953.037500', '161953.497500', '161953.957500', '161954.417500', '161954.877500', '161955.337500', '161955.797500', '161956.257500', '161956.717500', '161957.177500', '161957.637500', '161958.097500', '161958.557500', '161959.017500', '161959.477500', '161959.937500', '162000.397500', '162000.857500', '162001.317500', '162001.777500', '162002.237500', '162002.697500', '162003.157500', '162003.617500', '162004.077500', '162004.537500', '162004.997500', '162005.457500', '162005.917500', '162006.377500', '162006.837500', '162007.297500', '162007.757500', '162008.217500', '162008.677500', '162009.137500', '162009.597500', '162010.057500', '162010.517500', '162010.977500', '162011.437500', '162011.897500', '162012.357500', '162012.817500', '162013.277500', '162013.737500', '162014.197500', '162014.657500', '162015.117500', '162015.577500', '162016.037500', '162016.497500', '162016.957500', '162017.417500', '162017.877500', '162018.337500', '162018.797500', '162019.257500', '162019.717500', '162020.177500', '162020.637500', '162021.097500', '162021.557500', '162022.017500', '162022.477500', '162022.937500', '162023.397500', '162023.857500', '162024.317500', '162024.777500', '162025.237500', '162025.697500', '162026.157500', '162026.617500', '162027.077500', '162027.537500', '162027.997500', '162028.457500', '162028.917500', '162029.377500', '162029.837500', '162030.297500', '162030.757500', '162031.217500', '162031.677500', '162032.137500', '162032.597500', '162033.057500', '162033.517500', '162033.977500', '162034.437500', '162034.897500', '162035.357500', '162035.817500', '162036.277500', '162036.737500', '162037.197500', '162037.657500', '162038.117500', '162038.577500', '162039.037500', '162039.497500', '162039.957500', '162040.417500', '162040.877500', '162041.337500', '162041.797500', '162042.257500', '162042.717500', '162043.177500', '162043.637500', '162044.097500', '162044.557500', '162045.017500', '162045.477500', '162045.937500', '162046.397500', '162046.857500', '162047.317500', '162047.777500', '162048.237500', '162048.697500', '162049.157500', '162049.617500', '162050.077500', '162050.537500', '162050.997500', '162051.457500', '162051.917500', '162052.377500', '162052.837500', '162053.297500', '162053.757500', '162054.217500', '162054.677500', '162055.137500', '162055.597500', '162056.057500', '162056.517500', '162056.977500', '162057.437500', '162057.897500', '162058.357500', '162058.817500', '162059.277500', '162059.737500', '162100.197500', '162100.657500', '162101.117500', '162101.577500', '162102.037500', '162102.497500', '162102.957500', '162103.417500', '162103.877500', '162104.337500', '162104.797500', '162105.257500', '162105.717500', '162106.177500', '162106.637500', '162107.097500', '162107.557500', '162108.017500', '162108.477500', '162108.937500', '162109.397500', '162109.857500', '162110.317500', '162110.777500', '162111.237500', '162111.697500', '162112.157500', '162112.617500', '162113.077500', '162113.537500', '162113.997500', '162114.457500', '162114.917500', '162115.377500', '162115.837500', '162116.297500', '162116.757500', '162117.217500', '162117.677500', '162118.137500', '162118.597500', '162119.057500', '162119.517500', '162119.977500', '162120.437500', '162120.897500', '162121.357500', '162121.817500', '162122.277500', '162122.737500', '162123.197500', '162123.657500', '162124.117500', '162124.577500', '162125.037500', '162125.497500', '162125.957500', '162126.417500', '162126.877500', '162127.337500', '162127.797500', '162128.257500', '162128.717500', '162129.177500', '162129.637500', '162130.097500', '162130.557500', '162131.017500', '162131.477500', '162131.937500', '162132.397500', '162132.857500', '162133.317500', '162133.777500', '162134.237500', '162134.697500', '162135.157500', '162135.617500', '162136.077500', '162136.537500', '162136.997500', '162137.457500', '162137.917500', '162138.377500', '162138.837500', '162139.297500', '162139.757500', '162140.217500', '162140.677500', '162141.137500', '162141.597500', '162142.057500', '162142.517500', '162142.977500', '162143.437500', '162143.897500', '162144.357500', '162144.817500', '162145.277500', '162145.737500', '162146.197500', '162146.657500', '162147.117500', '162147.577500', '162148.037500', '162148.497500', '162148.957500', '162149.417500', '162149.877500', '162150.337500', '162150.797500', '162151.257500', '162151.717500', '162152.177500', '162152.637500', '162153.097500', '162153.557500', '162154.017500', '162154.477500', '162154.937500', '162155.397500', '162155.857500', '162156.317500', '162156.777500', '162157.237500', '162157.697500', '162158.157500', '162158.617500', '162159.077500', '162159.537500', '162159.997500', '162200.457500', '162200.917500', '162201.377500', '162201.837500', '162202.297500', '162202.757500', '162203.217500', '162203.677500', '162204.137500', '162204.597500', '162205.057500', '162205.517500', '162205.977500', '162206.437500', '162206.897500', '162207.357500', '162207.817500', '162208.277500', '162208.737500', '162209.197500', '162209.657500', '162210.117500', '162210.577500', '162211.037500', '162211.497500', '162211.957500', '162212.417500', '162212.877500', '162213.337500', '162213.797500', '162214.257500', '162214.717500', '162215.177500', '162215.637500', '162216.097500', '162216.557500', '162217.017500', '162217.477500', '162217.937500', '162218.397500', '162218.857500', '162219.317500', '162219.777500', '162220.237500', '162220.697500', '162221.157500', '162221.617500', '162222.077500', '162222.537500', '162222.997500', '162223.457500', '162223.917500', '162224.377500', '162224.837500', '162225.297500', '162225.757500', '162226.217500', '162226.677500', '162227.137500', '162227.597500', '162228.057500', '162228.517500', '162228.977500', '162229.437500', '162229.897500', '162230.357500', '162230.817500', '162231.277500', '162231.737500', '162232.197500', '162232.657500', '162233.117500', '162233.577500', '162234.037500', '162234.497500', '162234.957500', '162235.417500', '162235.877500', '162236.337500', '162236.797500', '162237.257500', '162237.717500', '162238.177500', '162238.637500', '162239.097500', '162239.557500', '162240.017500', '162240.477500', '162240.937500', '162241.397500', '162241.857500', '162242.317500', '162242.777500', '162243.237500', '162243.697500', '162244.157500', '162244.617500', '162245.077500', '162245.537500', '162245.997500', '162246.457500', '162246.917500', '162247.377500', '162247.837500', '162248.297500', '162248.757500', '162249.217500', '162249.677500', '162250.137500', '162250.597500', '162251.057500', '162251.517500', '162251.977500', '162252.437500', '162252.897500', '162253.357500', '162253.817500', '162254.277500', '162254.737500', '162255.197500', '162255.657500', '162256.117500', '162256.577500', '162257.037500', '162257.497500', '162257.957500', '162258.417500', '162258.877500', '162259.337500', '162259.797500', '162300.257500', '162300.717500', '162301.177500', '162301.637500', '162302.097500', '162302.557500', '162303.017500', '162303.477500', '162303.937500', '162304.397500', '162304.857500', '162305.317500', '162305.777500', '162306.237500', '162306.697500', '162307.157500', '162307.617500', '162308.077500', '162308.537500', '162308.997500', '162309.457500', '162309.917500', '162310.377500', '162310.837500', '162311.297500', '162311.757500', '162312.217500', '162312.677500', '162313.137500', '162313.597500', '162314.057500', '162314.517500', '162314.977500', '162315.437500', '162315.897500', '162316.357500', '162316.817500', '162317.277500', '162317.737500', '162318.197500', '162318.657500', '162319.117500', '162319.577500', '162320.037500', '162320.497500', '162320.957500', '162321.417500', '162321.877500', '162322.337500', '162322.797500', '162323.257500', '162323.717500', '162324.177500', '162324.637500', '162325.097500', '162325.557500', '162326.017500', '162326.477500', '162326.937500', '162327.397500', '162327.857500', '162328.317500', '162328.777500', '162329.237500', '162329.697500', '162330.157500', '162330.617500', '162331.077500', '162331.537500', '162331.997500', '162332.457500', '162332.917500', '162333.377500', '162333.837500', '162334.297500', '162334.757500', '162335.217500', '162335.677500', '162336.137500', '162336.597500', '162337.057500', '162337.517500', '162337.977500', '162338.437500', '162338.897500', '162339.357500', '162339.817500', '162340.277500', '162340.737500', '162341.197500', '162341.657500', '162342.117500', '162342.577500', '162343.037500', '162343.497500', '162343.957500', '162344.417500', '162344.877500', '162345.337500', '162345.797500', '162346.257500', '162346.717500', '162347.177500', '162347.637500', '162348.097500', '162348.557500', '162349.017500', '162349.477500', '162349.937500', '162350.397500', '162350.857500', '162351.317500', '162351.777500', '162352.237500', '162352.697500', '162353.157500', '162353.617500', '162354.077500', '162354.537500', '162354.997500', '162355.457500', '162355.917500', '162356.377500', '162356.837500', '162357.297500', '162357.757500', '162358.217500', '162358.677500', '162359.137500', '162359.597500', '162400.057500', '162400.517500', '162400.977500', '162401.437500', '162401.897500', '162402.357500', '162402.817500', '162403.277500', '162403.737500', '162404.197500', '162404.657500', '162405.117500', '162405.577500', '162406.037500', '162406.497500', '162406.957500', '162407.417500', '162407.877500', '162408.337500', '162408.797500', '162409.257500', '162409.717500', '162410.177500', '162410.637500', '162411.097500', '162411.557500', '162412.017500', '162412.477500', '162412.937500', '162413.397500', '162413.857500', '162414.317500', '162414.777500', '162415.237500', '162415.697500', '162416.157500', '162416.617500', '162417.077500', '162417.537500', '162417.997500', '162418.457500', '162418.917500', '162419.377500', '162419.837500', '162420.297500', '162420.757500', '162421.217500', '162421.677500', '162422.137500', '162422.597500', '162423.057500', '162423.517500', '162423.977500', '162424.437500', '162424.897500', '162425.357500', '162425.817500', '162426.277500', '162426.737500', '162427.197500', '162427.657500', '162428.117500', '162428.577500', '162429.037500', '162429.497500', '162429.957500', '162430.417500', '162430.877500', '162431.337500', '162431.797500', '162432.257500', '162432.717500', '162433.177500', '162433.637500', '162434.097500', '162434.557500', '162435.017500', '162435.477500', '162435.937500', '162436.397500', '162436.857500', '162437.317500', '162437.777500', '162438.237500', '162438.697500', '162439.157500', '162439.617500', '162440.077500', '162440.537500', '162440.997500', '162441.457500', '162441.917500', '162442.377500', '162442.837500', '162443.297500', '162443.757500', '162444.217500', '162444.677500', '162445.137500', '162445.597500', '162446.057500', '162446.517500', '162446.977500', '162447.437500', '162447.897500', '162448.357500', '162448.817500', '162449.277500', '162449.737500', '162450.197500', '162450.657500', '162451.117500', '162451.577500', '162452.037500', '162452.497500', '162452.957500', '162453.417500', '162453.877500', '162454.337500', '162454.797500', '162455.257500', '162455.717500', '162456.177500', '162456.637500', '162457.097500', '162457.557500', '162458.017500', '162458.477500', '162458.937500', '162459.397500', '162459.857500', '162500.317500', '162500.777500', '162501.237500', '162501.697500', '162502.157500', '162502.617500', '162503.077500', '162503.537500', '162503.997500', '162504.457500', '162504.917500', '162505.377500', '162505.837500', '162506.297500', '162506.757500', '162507.217500', '162507.677500', '162508.137500', '162508.597500', '162509.057500', '162509.517500', '162509.977500', '162510.437500', '162510.897500', '162511.357500', '162511.817500', '162512.277500', '162512.737500', '162513.197500', '162513.657500', '162514.117500', '162514.577500', '162515.037500', '162515.497500', '162515.957500', '162516.417500', '162516.877500', '162517.337500', '162517.797500', '162518.257500', '162518.717500', '162519.177500', '162519.637500', '162520.097500', '162520.557500', '162521.017500', '162521.477500', '162521.937500', '162522.397500', '162522.857500', '162523.317500', '162523.777500', '162524.237500', '162524.697500', '162525.157500', '162525.617500', '162526.077500', '162526.537500', '162526.997500', '162527.457500', '162527.917500', '162528.377500', '162528.837500', '162529.297500', '162529.757500', '162530.217500', '162530.677500', '162531.137500', '162531.597500', '162532.057500', '162532.517500', '162532.977500', '162533.437500', '162533.897500', '162534.357500', '162534.817500', '162535.277500', '162535.737500', '162536.197500', '162536.657500', '162537.117500', '162537.577500', '162538.037500', '162538.497500', '162538.957500', '162539.417500', '162539.877500', '162540.337500', '162540.797500', '162541.257500', '162541.717500', '162542.177500', '162542.637500', '162543.097500', '162543.557500', '162544.017500', '162544.477500', '162544.937500', '162545.397500', '162545.857500', '162546.317500', '162546.777500', '162547.237500', '162547.697500', '162548.157500', '162548.617500', '162549.077500', '162549.537500', '162549.997500', '162550.457500', '162550.917500', '162551.377500', '162551.837500', '162552.297500', '162552.757500', '162553.217500', '162553.677500', '162554.137500', '162554.597500', '162555.057500', '162555.517500', '162555.977500', '162556.437500', '162556.897500', '162557.357500', '162557.817500', '162558.277500', '162558.737500', '162559.197500', '162559.657500', '162600.117500', '162600.577500', '162601.037500', '162601.497500', '162601.957500', '162602.417500', '162602.877500', '162603.337500', '162603.797500', '162604.257500', '162604.717500', '162605.177500', '162605.637500', '162606.097500', '162606.557500', '162607.017500', '162607.477500', '162607.937500', '162608.397500', '162608.857500', '162609.317500', '162609.777500', '162610.237500', '162610.697500', '162611.157500', '162611.617500', '162612.077500', '162612.537500', '162612.997500', '162613.457500', '162613.917500', '162614.377500', '162614.837500', '162615.297500', '162615.757500', '162616.217500', '162616.677500', '162617.137500', '162617.597500', '162618.057500', '162618.517500', '162618.977500', '162619.437500', '162619.897500', '162620.357500', '162620.817500', '162621.277500', '162621.737500', '162622.197500', '162622.657500', '162623.117500', '162623.577500', '162624.037500', '162624.497500', '162624.957500', '162625.417500', '162625.877500', '162626.337500', '162626.797500', '162627.257500', '162627.717500', '162628.177500', '162628.637500', '162629.097500', '162629.557500', '162630.017500', '162630.477500', '162630.937500', '162631.397500', '162631.857500', '162632.317500', '162632.777500', '162633.237500', '162633.697500', '162634.157500', '162634.617500', '162635.077500', '162635.537500', '162635.997500', '162636.457500', '162636.917500', '162637.377500'], 'ContentTime': ['161846.332000', '161846.336000', '161846.339000', '161846.342000', '161846.345000', '161846.348000', '161846.352000', '161846.355000', '161846.358000', '161846.365000', '161846.368000', '161846.371000', '161846.374000', '161846.377000', '161846.380000', '161846.383000', '161846.386000', '161846.389000', '161846.392000', '161846.394000', '161846.397000', '161846.400000', '161846.403000', '161846.406000', '161846.409000', '161846.412000', '161846.414000', '161846.417000', '161846.420000', '161846.423000', '161846.426000', '161846.429000', '161846.432000', '161846.435000', '161906.295000', '161906.298000', '161906.300000', '161906.312000', '161906.315000', '161906.318000', '161906.321000', '161906.324000', '161906.326000', '161906.329000', '161906.332000', '161906.335000', '161906.338000', '161906.340000', '161906.343000', '161906.346000', '161906.349000', '161906.352000', '161906.354000', '161906.357000', '161906.360000', '161906.363000', '161906.366000', '161906.368000', '161906.371000', '161906.374000', '161906.377000', '161906.379000', '161906.382000', '161906.385000', '161906.388000', '161906.390000', '161906.393000', '161906.396000', '161906.399000', '161906.401000', '161906.404000', '161906.407000', '161906.410000', '161906.413000', '161906.415000', '161906.418000', '161906.421000', '161906.424000', '161926.295000', '161926.298000', '161926.300000', '161926.303000', '161926.306000', '161926.326000', '161926.329000', '161926.332000', '161926.335000', '161926.337000', '161926.340000', '161926.343000', '161926.346000', '161926.349000', '161926.352000', '161926.355000', '161926.358000', '161926.360000', '161926.369000', '161926.372000', '161926.375000', '161926.378000', '161926.381000', '161926.383000', '161926.386000', '161926.389000', '161926.392000', '161926.395000', '161926.397000', '161926.400000', '161926.403000', '161926.406000', '161926.409000', '161926.412000', '161926.414000', '161926.417000', '161926.420000', '161926.423000', '161926.426000', '161926.428000', '161926.431000', '161926.434000', '161926.437000', '161946.295000', '161946.298000', '161946.300000', '161946.303000', '161946.306000', '161946.309000', '161946.312000', '161946.315000', '161946.318000', '161946.321000', '161946.323000', '161946.326000', '161946.329000', '161946.332000', '161946.334000', '161946.337000', '161946.340000', '161946.343000', '161946.346000', '161946.349000', '161946.351000', '161946.354000', '161946.357000', '161946.360000', '161946.372000', '161946.374000', '161946.377000', '161946.380000', '161946.383000', '161946.386000', '161946.388000', '161946.391000', '161946.394000', '161946.397000', '161946.400000', '161946.403000', '161946.405000', '161946.408000', '161946.411000', '161946.414000', '161946.416000', '161946.419000', '161946.422000', '161946.425000', '162006.295000', '162006.298000', '162006.301000', '162006.303000', '162006.306000', '162006.309000', '162006.312000', '162006.316000', '162006.319000', '162006.322000', '162006.325000', '162006.327000', '162006.330000', '162006.333000', '162006.336000', '162006.339000', '162006.342000', '162006.344000', '162006.347000', '162006.350000', '162006.353000', '162006.356000', '162006.359000', '162006.361000', '162006.364000', '162006.367000', '162006.370000', '162006.373000', '162006.376000', '162006.379000', '162006.382000', '162006.384000', '162006.388000', '162006.392000', '162006.403000', '162006.406000', '162006.409000', '162006.412000', '162006.415000', '162006.418000', '162006.420000', '162006.423000', '162006.426000', '162026.295000', '162026.298000', '162026.301000', '162026.303000', '162026.306000', '162026.309000', '162026.312000', '162026.315000', '162026.318000', '162026.320000', '162026.323000', '162026.326000', '162026.329000', '162026.331000', '162026.334000', '162026.337000', '162026.340000', '162026.343000', '162026.345000', '162026.348000', '162026.351000', '162026.354000', '162026.357000', '162026.360000', '162026.362000', '162026.365000', '162026.368000', '162026.371000', '162026.374000', '162026.376000', '162026.379000', '162026.382000', '162026.385000', '162026.388000', '162026.390000', '162026.393000', '162026.396000', '162026.399000', '162026.402000', '162026.404000', '162026.407000', '162026.410000', '162026.413000', '162026.416000', '162046.296000', '162046.299000', '162046.302000', '162046.304000', '162046.307000', '162046.310000', '162046.313000', '162046.316000', '162046.319000', '162046.321000', '162046.324000', '162046.327000', '162046.330000', '162046.333000', '162046.335000', '162046.338000', '162046.341000', '162046.344000', '162046.347000', '162046.350000', '162046.352000', '162046.355000', '162046.358000', '162046.361000', '162046.363000', '162046.366000', '162046.369000', '162046.372000', '162046.375000', '162046.377000', '162046.380000', '162046.383000', '162046.386000', '162046.389000', '162046.392000', '162046.395000', '162046.398000', '162046.401000', '162046.404000', '162046.406000', '162046.409000', '162046.412000', '162046.415000', '162106.295000', '162106.298000', '162106.313000', '162106.316000', '162106.319000', '162106.322000', '162106.324000', '162106.327000', '162106.330000', '162106.333000', '162106.336000', '162106.339000', '162106.341000', '162106.345000', '162106.347000', '162106.350000', '162106.353000', '162106.356000', '162106.359000', '162106.361000', '162106.364000', '162106.367000', '162106.375000', '162106.378000', '162106.381000', '162106.383000', '162106.386000', '162106.389000', '162106.392000', '162106.395000', '162106.398000', '162106.400000', '162106.403000', '162106.406000', '162106.409000', '162106.412000', '162106.414000', '162106.417000', '162106.420000', '162106.423000', '162106.426000', '162106.428000', '162106.431000', '162106.434000', '162126.295000', '162126.298000', '162126.301000', '162126.304000', '162126.306000', '162126.309000', '162126.312000', '162126.315000', '162126.318000', '162126.321000', '162126.324000', '162126.327000', '162126.329000', '162126.332000', '162126.335000', '162126.338000', '162126.341000', '162126.344000', '162126.346000', '162126.350000', '162126.353000', '162126.356000', '162126.359000', '162126.362000', '162126.365000', '162126.368000', '162126.371000', '162126.374000', '162126.377000', '162126.380000', '162126.382000', '162126.385000', '162126.388000', '162126.391000', '162126.394000', '162126.397000', '162126.399000', '162126.402000', '162126.405000', '162126.408000', '162126.411000', '162126.414000', '162126.417000', '162146.295000', '162146.298000', '162146.301000', '162146.304000', '162146.306000', '162146.309000', '162146.312000', '162146.315000', '162146.318000', '162146.320000', '162146.323000', '162146.326000', '162146.329000', '162146.332000', '162146.335000', '162146.337000', '162146.340000', '162146.343000', '162146.346000', '162146.349000', '162146.352000', '162146.354000', '162146.357000', '162146.360000', '162146.368000', '162146.371000', '162146.373000', '162146.376000', '162146.379000', '162146.382000', '162146.385000', '162146.387000', '162146.390000', '162146.393000', '162146.396000', '162146.399000', '162146.402000', '162146.405000', '162146.407000', '162146.410000', '162146.413000', '162146.416000', '162146.418000', '162146.421000', '162206.295000', '162206.298000', '162206.301000', '162206.303000', '162206.306000', '162206.309000', '162206.312000', '162206.315000', '162206.318000', '162206.320000', '162206.323000', '162206.326000', '162206.329000', '162206.332000', '162206.335000', '162206.338000', '162206.341000', '162206.344000', '162206.346000', '162206.349000', '162206.352000', '162206.355000', '162206.358000', '162206.361000', '162206.363000', '162206.366000', '162206.369000', '162206.372000', '162206.375000', '162206.378000', '162206.380000', '162206.383000', '162206.386000', '162206.389000', '162206.392000', '162206.395000', '162206.397000', '162206.400000', '162206.403000', '162206.406000', '162206.409000', '162206.411000', '162206.414000', '162226.295000', '162226.298000', '162226.301000', '162226.303000', '162226.306000', '162226.309000', '162226.312000', '162226.315000', '162226.318000', '162226.320000', '162226.323000', '162226.326000', '162226.329000', '162226.332000', '162226.335000', '162226.337000', '162226.340000', '162226.343000', '162226.346000', '162226.349000', '162226.352000', '162226.354000', '162226.357000', '162226.360000', '162226.363000', '162226.366000', '162226.368000', '162226.384000', '162226.387000', '162226.390000', '162226.393000', '162226.395000', '162226.398000', '162226.401000', '162226.404000', '162226.407000', '162226.410000', '162226.412000', '162226.415000', '162226.418000', '162226.421000', '162226.424000', '162226.427000', '162226.429000', '162246.295000', '162246.298000', '162246.301000', '162246.304000', '162246.306000', '162246.309000', '162246.312000', '162246.315000', '162246.318000', '162246.321000', '162246.323000', '162246.326000', '162246.329000', '162246.332000', '162246.335000', '162246.337000', '162246.340000', '162246.343000', '162246.346000', '162246.349000', '162246.352000', '162246.354000', '162246.357000', '162246.360000', '162246.363000', '162246.366000', '162246.369000', '162246.371000', '162246.374000', '162246.377000', '162246.380000', '162246.383000', '162246.385000', '162246.389000', '162246.393000', '162246.396000', '162246.399000', '162246.402000', '162246.404000', '162246.412000', '162246.414000', '162246.417000', '162246.420000', '162306.296000', '162306.299000', '162306.302000', '162306.304000', '162306.307000', '162306.310000', '162306.313000', '162306.316000', '162306.319000', '162306.321000', '162306.324000', '162306.327000', '162306.330000', '162306.333000', '162306.336000', '162306.338000', '162306.341000', '162306.344000', '162306.347000', '162306.350000', '162306.353000', '162306.356000', '162306.358000', '162306.361000', '162306.364000', '162306.367000', '162306.370000', '162306.373000', '162306.376000', '162306.379000', '162306.382000', '162306.384000', '162306.387000', '162306.390000', '162306.393000', '162306.396000', '162306.398000', '162306.401000', '162306.404000', '162306.407000', '162306.410000', '162306.413000', '162306.416000', '162306.418000', '162326.295000', '162326.298000', '162326.301000', '162326.303000', '162326.306000', '162326.309000', '162326.312000', '162326.315000', '162326.318000', '162326.320000', '162326.323000', '162326.326000', '162326.329000', '162326.332000', '162326.334000', '162326.337000', '162326.340000', '162326.343000', '162326.346000', '162326.348000', '162326.351000', '162326.354000', '162326.357000', '162326.360000', '162326.363000', '162326.365000', '162326.368000', '162326.371000', '162326.374000', '162326.376000', '162326.386000', '162326.389000', '162326.392000', '162326.395000', '162326.398000', '162326.401000', '162326.403000', '162326.406000', '162326.409000', '162326.412000', '162326.415000', '162326.418000', '162326.421000', '162346.295000', '162346.298000', '162346.301000', '162346.303000', '162346.306000', '162346.309000', '162346.312000', '162346.315000', '162346.318000', '162346.320000', '162346.323000', '162346.326000', '162346.329000', '162346.332000', '162346.334000', '162346.337000', '162346.340000', '162346.343000', '162346.346000', '162346.348000', '162346.351000', '162346.354000', '162346.357000', '162346.360000', '162346.363000', '162346.366000', '162346.368000', '162346.371000', '162346.374000', '162346.377000', '162346.380000', '162346.382000', '162346.385000', '162346.388000', '162346.391000', '162346.394000', '162346.397000', '162346.400000', '162346.402000', '162346.405000', '162346.408000', '162346.411000', '162346.413000', '162346.416000', '162406.295000', '162406.298000', '162406.301000', '162406.304000', '162406.306000', '162406.309000', '162406.312000', '162406.315000', '162406.318000', '162406.320000', '162406.323000', '162406.326000', '162406.329000', '162406.332000', '162406.336000', '162406.339000', '162406.342000', '162406.345000', '162406.348000', '162406.351000', '162406.353000', '162406.356000', '162406.359000', '162406.362000', '162406.365000', '162406.368000', '162406.371000', '162406.373000', '162406.376000', '162406.379000', '162406.382000', '162406.384000', '162406.387000', '162406.390000', '162406.393000', '162406.396000', '162406.399000', '162406.401000', '162406.404000', '162406.407000', '162406.410000', '162406.413000', '162406.416000', '162426.295000', '162426.298000', '162426.301000', '162426.304000', '162426.306000', '162426.309000', '162426.312000', '162426.315000', '162426.318000', '162426.320000', '162426.323000', '162426.326000', '162426.329000', '162426.332000', '162426.334000', '162426.337000', '162426.340000', '162426.343000', '162426.346000', '162426.349000', '162426.351000', '162426.354000', '162426.357000', '162426.360000', '162426.363000', '162426.366000', '162426.368000', '162426.371000', '162426.374000', '162426.377000', '162426.380000', '162426.382000', '162426.385000', '162426.388000', '162426.391000', '162426.394000', '162426.397000', '162426.399000', '162426.402000', '162426.405000', '162426.414000', '162426.417000', '162426.420000', '162426.423000', '162446.295000', '162446.298000', '162446.301000', '162446.303000', '162446.306000', '162446.309000', '162446.312000', '162446.315000', '162446.318000', '162446.320000', '162446.323000', '162446.326000', '162446.329000', '162446.332000', '162446.334000', '162446.337000', '162446.340000', '162446.343000', '162446.346000', '162446.349000', '162446.351000', '162446.354000', '162446.357000', '162446.360000', '162446.363000', '162446.365000', '162446.368000', '162446.371000', '162446.374000', '162446.377000', '162446.380000', '162446.389000', '162446.392000', '162446.395000', '162446.398000', '162446.401000', '162446.404000', '162446.406000', '162446.409000', '162446.412000', '162446.415000', '162446.418000', '162446.420000', '162506.295000', '162506.298000', '162506.301000', '162506.303000', '162506.306000', '162506.309000', '162506.312000', '162506.315000', '162506.318000', '162506.321000', '162506.324000', '162506.327000', '162506.329000', '162506.332000', '162506.335000', '162506.338000', '162506.341000', '162506.344000', '162506.347000', '162506.349000', '162506.352000', '162506.355000', '162506.358000', '162506.361000', '162506.363000', '162506.366000', '162506.369000', '162506.372000', '162506.375000', '162506.377000', '162506.380000', '162506.383000', '162506.386000', '162506.389000', '162506.392000', '162506.394000', '162506.397000', '162506.400000', '162506.403000', '162506.405000', '162506.408000', '162506.411000', '162506.414000', '162526.295000', '162526.298000', '162526.301000', '162526.303000', '162526.306000', '162526.318000', '162526.321000', '162526.324000', '162526.326000', '162526.329000', '162526.332000', '162526.335000', '162526.338000', '162526.340000', '162526.343000', '162526.346000', '162526.349000', '162526.352000', '162526.355000', '162526.358000', '162526.360000', '162526.363000', '162526.366000', '162526.369000', '162526.372000', '162526.374000', '162526.377000', '162526.380000', '162526.383000', '162526.386000', '162526.389000', '162526.391000', '162526.394000', '162526.397000', '162526.400000', '162526.403000', '162526.405000', '162526.408000', '162526.411000', '162526.414000', '162526.417000', '162526.419000', '162526.422000', '162526.425000', '162546.295000', '162546.298000', '162546.301000', '162546.303000', '162546.306000', '162546.309000', '162546.313000', '162546.318000', '162546.321000', '162546.324000', '162546.327000', '162546.330000', '162546.333000', '162546.336000', '162546.338000', '162546.341000', '162546.344000', '162546.347000', '162546.350000', '162546.353000', '162546.355000', '162546.358000', '162546.361000', '162546.364000', '162546.367000', '162546.369000', '162546.372000', '162546.375000', '162546.378000', '162546.381000', '162546.383000', '162546.386000', '162546.389000', '162546.392000', '162546.395000', '162546.398000', '162546.401000', '162546.403000', '162546.406000', '162546.409000', '162546.412000', '162546.415000', '162546.417000', '162606.295000', '162606.298000', '162606.301000', '162606.304000', '162606.306000', '162606.309000', '162606.312000', '162606.315000', '162606.318000', '162606.321000', '162606.323000', '162606.326000', '162606.329000', '162606.332000', '162606.335000', '162606.338000', '162606.340000', '162606.343000', '162606.346000', '162606.349000', '162606.352000', '162606.355000', '162606.357000', '162606.360000', '162606.363000', '162606.366000', '162606.369000', '162606.371000', '162606.374000', '162606.377000', '162606.380000', '162606.383000', '162606.386000', '162606.388000', '162606.391000', '162606.394000', '162606.397000', '162606.400000', '162606.402000', '162606.405000', '162606.408000', '162606.411000', '162606.414000', '162606.416000', '162626.295000', '162626.298000', '162626.301000', '162626.304000', '162626.307000', '162626.309000', '162626.312000', '162626.315000', '162626.318000', '162626.324000', '162626.327000', '162626.330000', '162626.333000', '162626.336000', '162626.338000', '162626.341000', '162626.344000', '162626.347000', '162626.350000', '162626.353000', '162626.356000', '162626.358000', '162626.361000', '162626.364000', '162626.367000', '162626.370000', '162626.373000', '162626.376000', '162626.378000', '162626.381000', '162626.384000', '162626.387000', '162626.390000', '162626.393000', '162626.395000', '162626.398000', '162626.401000', '162626.404000', '162626.407000', '162626.409000', '162626.412000', '162626.415000', '162626.418000', '162638.336000', '162638.340000', '162638.342000', '162638.345000', '162638.348000', '162638.351000', '162638.354000', '162638.357000', '162638.360000', '162638.363000', '162638.366000', '162638.369000', '162638.371000', '162638.374000', '162638.377000', '162638.380000', '162638.391000', '162638.394000', '162638.396000', '162638.399000', '162638.402000', '162638.405000', '162638.408000', '162638.411000', '162638.413000', '162638.416000', '162638.419000'], 'InstanceCreationTime': ['161846.332000', '161846.336000', '161846.339000', '161846.342000', '161846.345000', '161846.348000', '161846.352000', '161846.355000', '161846.358000', '161846.365000', '161846.368000', '161846.371000', '161846.374000', '161846.377000', '161846.380000', '161846.383000', '161846.386000', '161846.389000', '161846.392000', '161846.394000', '161846.397000', '161846.400000', '161846.403000', '161846.406000', '161846.409000', '161846.412000', '161846.414000', '161846.417000', '161846.420000', '161846.423000', '161846.426000', '161846.429000', '161846.432000', '161846.435000', '161906.295000', '161906.298000', '161906.300000', '161906.312000', '161906.315000', '161906.318000', '161906.321000', '161906.324000', '161906.326000', '161906.329000', '161906.332000', '161906.335000', '161906.338000', '161906.340000', '161906.343000', '161906.346000', '161906.349000', '161906.352000', '161906.354000', '161906.357000', '161906.360000', '161906.363000', '161906.366000', '161906.368000', '161906.371000', '161906.374000', '161906.377000', '161906.379000', '161906.382000', '161906.385000', '161906.388000', '161906.390000', '161906.393000', '161906.396000', '161906.399000', '161906.401000', '161906.404000', '161906.407000', '161906.410000', '161906.413000', '161906.415000', '161906.418000', '161906.421000', '161906.424000', '161926.295000', '161926.298000', '161926.300000', '161926.303000', '161926.306000', '161926.326000', '161926.329000', '161926.332000', '161926.335000', '161926.337000', '161926.340000', '161926.343000', '161926.346000', '161926.349000', '161926.352000', '161926.355000', '161926.358000', '161926.360000', '161926.369000', '161926.372000', '161926.375000', '161926.378000', '161926.381000', '161926.383000', '161926.386000', '161926.389000', '161926.392000', '161926.395000', '161926.397000', '161926.400000', '161926.403000', '161926.406000', '161926.409000', '161926.412000', '161926.414000', '161926.417000', '161926.420000', '161926.423000', '161926.426000', '161926.428000', '161926.431000', '161926.434000', '161926.437000', '161946.295000', '161946.298000', '161946.300000', '161946.303000', '161946.306000', '161946.309000', '161946.312000', '161946.315000', '161946.318000', '161946.321000', '161946.323000', '161946.326000', '161946.329000', '161946.332000', '161946.334000', '161946.337000', '161946.340000', '161946.343000', '161946.346000', '161946.349000', '161946.351000', '161946.354000', '161946.357000', '161946.360000', '161946.372000', '161946.374000', '161946.377000', '161946.380000', '161946.383000', '161946.386000', '161946.388000', '161946.391000', '161946.394000', '161946.397000', '161946.400000', '161946.403000', '161946.405000', '161946.408000', '161946.411000', '161946.414000', '161946.416000', '161946.419000', '161946.422000', '161946.425000', '162006.295000', '162006.298000', '162006.301000', '162006.303000', '162006.306000', '162006.309000', '162006.312000', '162006.316000', '162006.319000', '162006.322000', '162006.325000', '162006.327000', '162006.330000', '162006.333000', '162006.336000', '162006.339000', '162006.342000', '162006.344000', '162006.347000', '162006.350000', '162006.353000', '162006.356000', '162006.359000', '162006.361000', '162006.364000', '162006.367000', '162006.370000', '162006.373000', '162006.376000', '162006.379000', '162006.382000', '162006.384000', '162006.388000', '162006.392000', '162006.403000', '162006.406000', '162006.409000', '162006.412000', '162006.415000', '162006.418000', '162006.420000', '162006.423000', '162006.426000', '162026.295000', '162026.298000', '162026.301000', '162026.303000', '162026.306000', '162026.309000', '162026.312000', '162026.315000', '162026.318000', '162026.320000', '162026.323000', '162026.326000', '162026.329000', '162026.331000', '162026.334000', '162026.337000', '162026.340000', '162026.343000', '162026.345000', '162026.348000', '162026.351000', '162026.354000', '162026.357000', '162026.360000', '162026.362000', '162026.365000', '162026.368000', '162026.371000', '162026.374000', '162026.376000', '162026.379000', '162026.382000', '162026.385000', '162026.388000', '162026.390000', '162026.393000', '162026.396000', '162026.399000', '162026.402000', '162026.404000', '162026.407000', '162026.410000', '162026.413000', '162026.416000', '162046.296000', '162046.299000', '162046.302000', '162046.304000', '162046.307000', '162046.310000', '162046.313000', '162046.316000', '162046.319000', '162046.321000', '162046.324000', '162046.327000', '162046.330000', '162046.333000', '162046.335000', '162046.338000', '162046.341000', '162046.344000', '162046.347000', '162046.350000', '162046.352000', '162046.355000', '162046.358000', '162046.361000', '162046.363000', '162046.366000', '162046.369000', '162046.372000', '162046.375000', '162046.377000', '162046.380000', '162046.383000', '162046.386000', '162046.389000', '162046.392000', '162046.395000', '162046.398000', '162046.401000', '162046.404000', '162046.406000', '162046.409000', '162046.412000', '162046.415000', '162106.295000', '162106.298000', '162106.313000', '162106.316000', '162106.319000', '162106.322000', '162106.324000', '162106.327000', '162106.330000', '162106.333000', '162106.336000', '162106.339000', '162106.341000', '162106.345000', '162106.347000', '162106.350000', '162106.353000', '162106.356000', '162106.359000', '162106.361000', '162106.364000', '162106.367000', '162106.375000', '162106.378000', '162106.381000', '162106.383000', '162106.386000', '162106.389000', '162106.392000', '162106.395000', '162106.398000', '162106.400000', '162106.403000', '162106.406000', '162106.409000', '162106.412000', '162106.414000', '162106.417000', '162106.420000', '162106.423000', '162106.426000', '162106.428000', '162106.431000', '162106.434000', '162126.295000', '162126.298000', '162126.301000', '162126.304000', '162126.306000', '162126.309000', '162126.312000', '162126.315000', '162126.318000', '162126.321000', '162126.324000', '162126.327000', '162126.329000', '162126.332000', '162126.335000', '162126.338000', '162126.341000', '162126.344000', '162126.346000', '162126.350000', '162126.353000', '162126.356000', '162126.359000', '162126.362000', '162126.365000', '162126.368000', '162126.371000', '162126.374000', '162126.377000', '162126.380000', '162126.382000', '162126.385000', '162126.388000', '162126.391000', '162126.394000', '162126.397000', '162126.399000', '162126.402000', '162126.405000', '162126.408000', '162126.411000', '162126.414000', '162126.417000', '162146.295000', '162146.298000', '162146.301000', '162146.304000', '162146.306000', '162146.309000', '162146.312000', '162146.315000', '162146.318000', '162146.320000', '162146.323000', '162146.326000', '162146.329000', '162146.332000', '162146.335000', '162146.337000', '162146.340000', '162146.343000', '162146.346000', '162146.349000', '162146.352000', '162146.354000', '162146.357000', '162146.360000', '162146.368000', '162146.371000', '162146.373000', '162146.376000', '162146.379000', '162146.382000', '162146.385000', '162146.387000', '162146.390000', '162146.393000', '162146.396000', '162146.399000', '162146.402000', '162146.405000', '162146.407000', '162146.410000', '162146.413000', '162146.416000', '162146.418000', '162146.421000', '162206.295000', '162206.298000', '162206.301000', '162206.303000', '162206.306000', '162206.309000', '162206.312000', '162206.315000', '162206.318000', '162206.320000', '162206.323000', '162206.326000', '162206.329000', '162206.332000', '162206.335000', '162206.338000', '162206.341000', '162206.344000', '162206.346000', '162206.349000', '162206.352000', '162206.355000', '162206.358000', '162206.361000', '162206.363000', '162206.366000', '162206.369000', '162206.372000', '162206.375000', '162206.378000', '162206.380000', '162206.383000', '162206.386000', '162206.389000', '162206.392000', '162206.395000', '162206.397000', '162206.400000', '162206.403000', '162206.406000', '162206.409000', '162206.411000', '162206.414000', '162226.295000', '162226.298000', '162226.301000', '162226.303000', '162226.306000', '162226.309000', '162226.312000', '162226.315000', '162226.318000', '162226.320000', '162226.323000', '162226.326000', '162226.329000', '162226.332000', '162226.335000', '162226.337000', '162226.340000', '162226.343000', '162226.346000', '162226.349000', '162226.352000', '162226.354000', '162226.357000', '162226.360000', '162226.363000', '162226.366000', '162226.368000', '162226.384000', '162226.387000', '162226.390000', '162226.393000', '162226.395000', '162226.398000', '162226.401000', '162226.404000', '162226.407000', '162226.410000', '162226.412000', '162226.415000', '162226.418000', '162226.421000', '162226.424000', '162226.427000', '162226.429000', '162246.295000', '162246.298000', '162246.301000', '162246.304000', '162246.306000', '162246.309000', '162246.312000', '162246.315000', '162246.318000', '162246.321000', '162246.323000', '162246.326000', '162246.329000', '162246.332000', '162246.335000', '162246.337000', '162246.340000', '162246.343000', '162246.346000', '162246.349000', '162246.352000', '162246.354000', '162246.357000', '162246.360000', '162246.363000', '162246.366000', '162246.369000', '162246.371000', '162246.374000', '162246.377000', '162246.380000', '162246.383000', '162246.385000', '162246.389000', '162246.393000', '162246.396000', '162246.399000', '162246.402000', '162246.404000', '162246.412000', '162246.414000', '162246.417000', '162246.420000', '162306.296000', '162306.299000', '162306.302000', '162306.304000', '162306.307000', '162306.310000', '162306.313000', '162306.316000', '162306.319000', '162306.321000', '162306.324000', '162306.327000', '162306.330000', '162306.333000', '162306.336000', '162306.338000', '162306.341000', '162306.344000', '162306.347000', '162306.350000', '162306.353000', '162306.356000', '162306.358000', '162306.361000', '162306.364000', '162306.367000', '162306.370000', '162306.373000', '162306.376000', '162306.379000', '162306.382000', '162306.384000', '162306.387000', '162306.390000', '162306.393000', '162306.396000', '162306.398000', '162306.401000', '162306.404000', '162306.407000', '162306.410000', '162306.413000', '162306.416000', '162306.418000', '162326.295000', '162326.298000', '162326.301000', '162326.303000', '162326.306000', '162326.309000', '162326.312000', '162326.315000', '162326.318000', '162326.320000', '162326.323000', '162326.326000', '162326.329000', '162326.332000', '162326.334000', '162326.337000', '162326.340000', '162326.343000', '162326.346000', '162326.348000', '162326.351000', '162326.354000', '162326.357000', '162326.360000', '162326.363000', '162326.365000', '162326.368000', '162326.371000', '162326.374000', '162326.376000', '162326.386000', '162326.389000', '162326.392000', '162326.395000', '162326.398000', '162326.401000', '162326.403000', '162326.406000', '162326.409000', '162326.412000', '162326.415000', '162326.418000', '162326.421000', '162346.295000', '162346.298000', '162346.301000', '162346.303000', '162346.306000', '162346.309000', '162346.312000', '162346.315000', '162346.318000', '162346.320000', '162346.323000', '162346.326000', '162346.329000', '162346.332000', '162346.334000', '162346.337000', '162346.340000', '162346.343000', '162346.346000', '162346.348000', '162346.351000', '162346.354000', '162346.357000', '162346.360000', '162346.363000', '162346.366000', '162346.368000', '162346.371000', '162346.374000', '162346.377000', '162346.380000', '162346.382000', '162346.385000', '162346.388000', '162346.391000', '162346.394000', '162346.397000', '162346.400000', '162346.402000', '162346.405000', '162346.408000', '162346.411000', '162346.413000', '162346.416000', '162406.295000', '162406.298000', '162406.301000', '162406.304000', '162406.306000', '162406.309000', '162406.312000', '162406.315000', '162406.318000', '162406.320000', '162406.323000', '162406.326000', '162406.329000', '162406.332000', '162406.336000', '162406.339000', '162406.342000', '162406.345000', '162406.348000', '162406.351000', '162406.353000', '162406.356000', '162406.359000', '162406.362000', '162406.365000', '162406.368000', '162406.371000', '162406.373000', '162406.376000', '162406.379000', '162406.382000', '162406.384000', '162406.387000', '162406.390000', '162406.393000', '162406.396000', '162406.399000', '162406.401000', '162406.404000', '162406.407000', '162406.410000', '162406.413000', '162406.416000', '162426.295000', '162426.298000', '162426.301000', '162426.304000', '162426.306000', '162426.309000', '162426.312000', '162426.315000', '162426.318000', '162426.320000', '162426.323000', '162426.326000', '162426.329000', '162426.332000', '162426.334000', '162426.337000', '162426.340000', '162426.343000', '162426.346000', '162426.349000', '162426.351000', '162426.354000', '162426.357000', '162426.360000', '162426.363000', '162426.366000', '162426.368000', '162426.371000', '162426.374000', '162426.377000', '162426.380000', '162426.382000', '162426.385000', '162426.388000', '162426.391000', '162426.394000', '162426.397000', '162426.399000', '162426.402000', '162426.405000', '162426.414000', '162426.417000', '162426.420000', '162426.423000', '162446.295000', '162446.298000', '162446.301000', '162446.303000', '162446.306000', '162446.309000', '162446.312000', '162446.315000', '162446.318000', '162446.320000', '162446.323000', '162446.326000', '162446.329000', '162446.332000', '162446.334000', '162446.337000', '162446.340000', '162446.343000', '162446.346000', '162446.349000', '162446.351000', '162446.354000', '162446.357000', '162446.360000', '162446.363000', '162446.365000', '162446.368000', '162446.371000', '162446.374000', '162446.377000', '162446.380000', '162446.389000', '162446.392000', '162446.395000', '162446.398000', '162446.401000', '162446.404000', '162446.406000', '162446.409000', '162446.412000', '162446.415000', '162446.418000', '162446.420000', '162506.295000', '162506.298000', '162506.301000', '162506.303000', '162506.306000', '162506.309000', '162506.312000', '162506.315000', '162506.318000', '162506.321000', '162506.324000', '162506.327000', '162506.329000', '162506.332000', '162506.335000', '162506.338000', '162506.341000', '162506.344000', '162506.347000', '162506.349000', '162506.352000', '162506.355000', '162506.358000', '162506.361000', '162506.363000', '162506.366000', '162506.369000', '162506.372000', '162506.375000', '162506.377000', '162506.380000', '162506.383000', '162506.386000', '162506.389000', '162506.392000', '162506.394000', '162506.397000', '162506.400000', '162506.403000', '162506.405000', '162506.408000', '162506.411000', '162506.414000', '162526.295000', '162526.298000', '162526.301000', '162526.303000', '162526.306000', '162526.318000', '162526.321000', '162526.324000', '162526.326000', '162526.329000', '162526.332000', '162526.335000', '162526.338000', '162526.340000', '162526.343000', '162526.346000', '162526.349000', '162526.352000', '162526.355000', '162526.358000', '162526.360000', '162526.363000', '162526.366000', '162526.369000', '162526.372000', '162526.374000', '162526.377000', '162526.380000', '162526.383000', '162526.386000', '162526.389000', '162526.391000', '162526.394000', '162526.397000', '162526.400000', '162526.403000', '162526.405000', '162526.408000', '162526.411000', '162526.414000', '162526.417000', '162526.419000', '162526.422000', '162526.425000', '162546.295000', '162546.298000', '162546.301000', '162546.303000', '162546.306000', '162546.309000', '162546.313000', '162546.318000', '162546.321000', '162546.324000', '162546.327000', '162546.330000', '162546.333000', '162546.336000', '162546.338000', '162546.341000', '162546.344000', '162546.347000', '162546.350000', '162546.353000', '162546.355000', '162546.358000', '162546.361000', '162546.364000', '162546.367000', '162546.369000', '162546.372000', '162546.375000', '162546.378000', '162546.381000', '162546.383000', '162546.386000', '162546.389000', '162546.392000', '162546.395000', '162546.398000', '162546.401000', '162546.403000', '162546.406000', '162546.409000', '162546.412000', '162546.415000', '162546.417000', '162606.295000', '162606.298000', '162606.301000', '162606.304000', '162606.306000', '162606.309000', '162606.312000', '162606.315000', '162606.318000', '162606.321000', '162606.323000', '162606.326000', '162606.329000', '162606.332000', '162606.335000', '162606.338000', '162606.340000', '162606.343000', '162606.346000', '162606.349000', '162606.352000', '162606.355000', '162606.357000', '162606.360000', '162606.363000', '162606.366000', '162606.369000', '162606.371000', '162606.374000', '162606.377000', '162606.380000', '162606.383000', '162606.386000', '162606.388000', '162606.391000', '162606.394000', '162606.397000', '162606.400000', '162606.402000', '162606.405000', '162606.408000', '162606.411000', '162606.414000', '162606.416000', '162626.295000', '162626.298000', '162626.301000', '162626.304000', '162626.307000', '162626.309000', '162626.312000', '162626.315000', '162626.318000', '162626.324000', '162626.327000', '162626.330000', '162626.333000', '162626.336000', '162626.338000', '162626.341000', '162626.344000', '162626.347000', '162626.350000', '162626.353000', '162626.356000', '162626.358000', '162626.361000', '162626.364000', '162626.367000', '162626.370000', '162626.373000', '162626.376000', '162626.378000', '162626.381000', '162626.384000', '162626.387000', '162626.390000', '162626.393000', '162626.395000', '162626.398000', '162626.401000', '162626.404000', '162626.407000', '162626.409000', '162626.412000', '162626.415000', '162626.418000', '162638.336000', '162638.340000', '162638.342000', '162638.345000', '162638.348000', '162638.351000', '162638.354000', '162638.357000', '162638.360000', '162638.363000', '162638.366000', '162638.369000', '162638.371000', '162638.374000', '162638.377000', '162638.380000', '162638.391000', '162638.394000', '162638.396000', '162638.399000', '162638.402000', '162638.405000', '162638.408000', '162638.411000', '162638.413000', '162638.416000', '162638.419000'], '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], 'LargestImagePixelValue': [10057, 12696, 11178, 10387, 10682, 10994, 10213, 9946, 11277, 10270, 9969, 10221, 10179, 10392, 11982, 11062, 10221, 10139, 10618, 10364, 10162, 10559, 9818, 10084, 10302, 10437, 10440, 10692, 11173, 10717, 9934, 10952, 9744, 10356, 11225, 10175, 10342, 9738, 10250, 10132, 12042, 10260, 10211, 10274, 11576, 10373, 10232, 10134, 9606, 10294, 11616, 11099, 10303, 11105, 11360, 10273, 10292, 11095, 10311, 10096, 12048, 10644, 10531, 11618, 10918, 10334, 10434, 10688, 10032, 9933, 10341, 9794, 10387, 11685, 10633, 10208, 10885, 10808, 10438, 10268, 10413, 9358, 10685, 11022, 11654, 10485, 9722, 10081, 10206, 10784, 10529, 13076, 11032, 10403, 12191, 10808, 10362, 10374, 11454, 10571, 10202, 10626, 10232, 9971, 10239, 10662, 10399, 11374, 10606, 10130, 11601, 11135, 10414, 10523, 10030, 10256, 10115, 10664, 10400, 10075, 9843, 9725, 10277, 9897, 10201, 10372, 11277, 11047, 10092, 10458, 11108, 10141, 10159, 11097, 10086, 10107, 10874, 10357, 10171, 9861, 10588, 10276, 11002, 10550, 10524, 11468, 11063, 10476, 10794, 10815, 10746, 10234, 10955, 10274, 10154, 11339, 10160, 10466, 9947, 9910, 10221, 11999, 11037, 10476, 11507, 11020, 10718, 11175, 10502, 10235, 10306, 10062, 10386, 10164, 10112, 10886, 10516, 11823, 11437, 10571, 11575, 11193, 10556, 10398, 10374, 10475, 10341, 11084, 10192, 9916, 10414, 10376, 10555, 10497, 10348, 10415, 9499, 10723, 10546, 11253, 11215, 10501, 10304, 11265, 10477, 10408, 11213, 10270, 10367, 10729, 10497, 10179, 10289, 9792, 10172, 12675, 10974, 10633, 11454, 11248, 10699, 11108, 10889, 10322, 10430, 11411, 10467, 10257, 10639, 10025, 10143, 10317, 10381, 10281, 12137, 11287, 10148, 12027, 11299, 10373, 10723, 10534, 10397, 10229, 10734, 10567, 10403, 10055, 10370, 10440, 11384, 10841, 10329, 10220, 11378, 10398, 9211, 11312, 10553, 10207, 11017, 9586, 9973, 10063, 10512, 10110, 9909, 9598, 10266, 11816, 10672, 10159, 11466, 11064, 10353, 10538, 10140, 10046, 9953, 9987, 10250, 10226, 10803, 10249, 9959, 9962, 9846, 10429, 12684, 10986, 10236, 11788, 11116, 10533, 10902, 10899, 10229, 9937, 10981, 10119, 10077, 10063, 9825, 10089, 9956, 10412, 10374, 11244, 10705, 10516, 11379, 10566, 10146, 10442, 11182, 10346, 10192, 10315, 10077, 10256, 11080, 10548, 10154, 10356, 9910, 10188, 10488, 10260, 10348, 10149, 10315, 10281, 11732, 10614, 10065, 10648, 10834, 10027, 9722, 11116, 9939, 10275, 10667, 9946, 10207, 9963, 9569, 10358, 10600, 10875, 10311, 11540, 11363, 10204, 11385, 11151, 10395, 11243, 10270, 10048, 10227, 10968, 10323, 10190, 10617, 10014, 10498, 12137, 11231, 10339, 11169, 11338, 10402, 10201, 10999, 10130, 10099, 10230, 10321, 10201, 10513, 10492, 10405, 11763, 10738, 10456, 10673, 11065, 10537, 9938, 11577, 10493, 10077, 10890, 10270, 10219, 10415, 10420, 8886, 11462, 10278, 10247, 11459, 10479, 10331, 10470, 10137, 10580, 13317, 11297, 10433, 11970, 11540, 10650, 11701, 11574, 10333, 10803, 10421, 10176, 9773, 11579, 10431, 9698, 10565, 10328, 10051, 10418, 10254, 9979, 10325, 10044, 10219, 11154, 10420, 10403, 10685, 10183, 10028, 10527, 10322, 10149, 10402, 10532, 10123, 10606, 10389, 10434, 10439, 10374, 10400, 10443, 9294, 10407, 11187, 11183, 10192, 10342, 10700, 10460, 11705, 11053, 10367, 11366, 11503, 10352, 10823, 10985, 10418, 11415, 11150, 10531, 10557, 11542, 10819, 10933, 11391, 10331, 10589, 10855, 10554, 10079, 10518, 10560, 10280, 10362, 10435, 10209, 11465, 11157, 10260, 10987, 11312, 10396, 10061, 9716, 10481, 10194, 10838, 10020, 10254, 9727, 10445, 10160, 10540, 11509, 10235, 9943, 10486, 10354, 10126, 10424, 9929, 10095, 10242, 10060, 10314, 10468, 9698, 10292, 11508, 11333, 10292, 10850, 10068, 10379, 10171, 10129, 9979, 9990, 10134, 10625, 10273, 11388, 11239, 10417, 11036, 11283, 10250, 10209, 10860, 10075, 10090, 10293, 10099, 10266, 12261, 11083, 10361, 10949, 11240, 10343, 10009, 10793, 10468, 10056, 10562, 10358, 10084, 10448, 9986, 10570, 9875, 10487, 10308, 11008, 10681, 10527, 10480, 11437, 10643, 10787, 11071, 10421, 10553, 10901, 10412, 10632, 11772, 10255, 10662, 10267, 10378, 10168, 11153, 10397, 10144, 10429, 10381, 10250, 10208, 9810, 10360, 10721, 10490, 10316, 10596, 11417, 10625, 10884, 10325, 10141, 10413, 11933, 11601, 9538, 9882, 10668, 9686, 10070, 10686, 11883, 11138, 10129, 11102, 11369, 10077, 10054, 10487, 9988, 10606, 13011, 11055, 10162, 11844, 11321, 10353, 9643, 9971, 10346, 10801, 12852, 10777, 10307, 10979, 10799, 10448, 9728, 10093, 10183, 10417, 10942, 10640, 10464, 10910, 10932, 10202, 9783, 10924, 10171, 9837, 10679, 9918, 10217, 10188, 10467, 10374, 10513, 11205, 10010, 10265, 10906, 10438, 10030, 10579, 9742, 10100, 11246, 10848, 10424, 10417, 11316, 10169, 9460, 10948, 9693, 9944, 10969, 9885, 10196, 10501, 9610, 10290, 10249, 10310, 10243, 10581, 10221, 10188, 10448, 10078, 10258, 11964, 10116, 10519, 10523, 10446, 10504, 9483, 9410, 10301, 11596, 10803, 10084, 10320, 10649, 9994, 10102, 10108, 10187, 10408, 10850, 10723, 10473, 12533, 10804, 9959, 9316, 10119, 11170, 11989, 10433, 10873, 10353, 10231, 10672, 10645, 11627, 10400, 10785, 11793, 10998, 11050, 10260, 10189, 10509, 9847, 10509, 10721, 10734, 11517, 10821, 11004, 11126, 10992, 10484, 9619, 10280, 10046, 10546, 11044, 11057, 10760, 9996, 10752, 10438, 10047, 10545, 9851, 10017, 9960, 10515, 10581, 10572, 10704, 9974, 9814, 10609, 9741, 10258, 10480, 9799, 9910, 10039, 9967, 10233, 10952, 10615, 10209, 10558, 10979, 10293, 9728, 9604, 9900, 9902, 9802, 10017, 10043, 10625, 10043, 10107, 9616, 10137, 10196, 9087, 9833, 9968, 11543, 10604, 10278, 11274, 10437, 10149, 10788, 10287, 9979, 10636, 10810, 9940, 10092, 9837, 9861, 9993, 10493, 10151, 9947, 10603, 9803, 10380, 12020, 11042, 10179, 11206, 10189, 9861, 9861, 10693, 9980, 10081, 10000, 10319, 10021, 11293, 11440, 10046, 9910, 10037, 9582, 9998, 10635, 9972, 9813, 9797, 9884, 10244, 10932, 9596, 8829, 9768, 9849, 10051, 10696, 10029, 9266, 9973, 10078, 10524, 10040, 10047, 10616, 10166, 10764, 11524, 10262, 10095, 9893, 9558, 10251, 9825, 9896, 10207, 9493, 10131, 9893, 9563, 10314, 10672, 9538, 10425, 9610, 9518, 10527, 10499, 9396, 10456, 10726, 9659, 10140, 10070, 9609, 10468, 10593, 10942, 13241, 10803, 11113, 12133, 10843, 11070, 11658, 10695, 10567, 10132, 10662, 11021, 9794, 10937, 10554, 9624, 10996, 10714, 9224, 11140, 10789, 9353, 10948, 10339, 9257, 10301, 10704, 9060, 10825, 10133, 9524, 10456, 10151, 9560, 10036, 10544, 10562, 12755, 10144, 11196, 11825, 10638, 11134, 11635, 10877, 10834, 9890, 10705, 10709, 9314, 10259, 10733, 9519, 10493, 10968, 9357, 10116, 9685, 9578, 9847, 10437, 9747, 10297, 9672, 10691, 11234, 10020, 11093, 10840, 10609, 10632, 10870, 10016, 10814, 9407, 10070, 11005, 9925, 10557, 10348, 8972, 10526, 10789, 11066, 13391, 10341, 10550, 10646, 10710, 10711, 9677, 10290, 10391, 9480, 10139, 9898, 8705, 10105, 11162, 10716, 10440, 10680, 9664, 10054, 10467, 10136, 9808, 10274, 11087, 11027, 10372, 10824, 10241, 10275, 11070, 9297, 10517, 11137, 10951, 12309, 10184, 11033, 11694, 10906, 10975, 10190, 9832, 10294, 10876, 11424, 10501, 10931, 10946, 10889, 10577, 9579, 9757, 10709, 11006, 11921, 11046, 10399, 10286, 9896, 10602, 9379, 11147, 10202, 9375, 9915, 10155, 10368, 10515, 10821, 10958, 10777, 9801, 10405, 9592, 10022, 9863, 10651, 11424, 10222, 10909, 10790, 10708], 'WindowCenter': [3857.0, 3850.0, 3826.0, 3814.0, 3811.0, 3811.0, 3812.0, 3800.0, 3809.0, 3812.0, 3801.0, 3799.0, 3811.0, 3810.0, 3809.0, 3809.0, 3810.0, 3799.0, 3810.0, 3810.0, 3810.0, 3811.0, 3801.0, 3811.0, 3799.0, 3812.0, 3811.0, 3810.0, 3810.0, 3812.0, 3799.0, 3811.0, 3800.0, 3811.0, 3811.0, 3811.0, 3813.0, 3801.0, 3812.0, 3812.0, 3822.0, 3810.0, 3811.0, 3811.0, 3821.0, 3812.0, 3813.0, 3811.0, 3812.0, 3813.0, 3821.0, 3821.0, 3813.0, 3822.0, 3821.0, 3811.0, 3801.0, 3810.0, 3811.0, 3811.0, 3821.0, 3811.0, 3811.0, 3809.0, 3810.0, 3812.0, 3811.0, 3810.0, 3801.0, 3811.0, 3811.0, 3811.0, 3811.0, 3820.0, 3810.0, 3812.0, 3811.0, 3822.0, 3812.0, 3811.0, 3811.0, 3801.0, 3824.0, 3837.0, 3825.0, 3824.0, 3812.0, 3812.0, 3811.0, 3812.0, 3812.0, 3832.0, 3811.0, 3811.0, 3819.0, 3810.0, 3809.0, 3809.0, 3809.0, 3810.0, 3811.0, 3810.0, 3811.0, 3811.0, 3810.0, 3811.0, 3811.0, 3821.0, 3810.0, 3812.0, 3821.0, 3820.0, 3812.0, 3810.0, 3800.0, 3810.0, 3810.0, 3809.0, 3811.0, 3812.0, 3799.0, 3800.0, 3812.0, 3800.0, 3812.0, 3813.0, 3811.0, 3822.0, 3811.0, 3811.0, 3811.0, 3812.0, 3811.0, 3820.0, 3812.0, 3811.0, 3812.0, 3812.0, 3812.0, 3800.0, 3810.0, 3812.0, 3811.0, 3812.0, 3813.0, 3821.0, 3821.0, 3812.0, 3811.0, 3810.0, 3811.0, 3809.0, 3810.0, 3811.0, 3810.0, 3810.0, 3812.0, 3811.0, 3800.0, 3811.0, 3812.0, 3821.0, 3810.0, 3812.0, 3822.0, 3821.0, 3812.0, 3810.0, 3811.0, 3811.0, 3811.0, 3800.0, 3811.0, 3810.0, 3798.0, 3809.0, 3811.0, 3821.0, 3820.0, 3811.0, 3809.0, 3810.0, 3810.0, 3810.0, 3809.0, 3811.0, 3809.0, 3809.0, 3810.0, 3799.0, 3810.0, 3811.0, 3810.0, 3809.0, 3810.0, 3811.0, 3798.0, 3810.0, 3812.0, 3820.0, 3822.0, 3812.0, 3811.0, 3821.0, 3811.0, 3810.0, 3820.0, 3811.0, 3812.0, 3809.0, 3811.0, 3811.0, 3811.0, 3810.0, 3811.0, 3820.0, 3810.0, 3811.0, 3821.0, 3810.0, 3811.0, 3810.0, 3811.0, 3811.0, 3810.0, 3819.0, 3811.0, 3811.0, 3810.0, 3811.0, 3813.0, 3811.0, 3811.0, 3812.0, 3820.0, 3810.0, 3810.0, 3819.0, 3810.0, 3811.0, 3809.0, 3810.0, 3811.0, 3798.0, 3808.0, 3811.0, 3822.0, 3799.0, 3811.0, 3810.0, 3819.0, 3809.0, 3812.0, 3809.0, 3821.0, 3812.0, 3801.0, 3822.0, 3823.0, 3811.0, 3821.0, 3812.0, 3811.0, 3810.0, 3812.0, 3811.0, 3810.0, 3811.0, 3812.0, 3821.0, 3811.0, 3813.0, 3822.0, 3821.0, 3812.0, 3811.0, 3812.0, 3812.0, 3811.0, 3812.0, 3813.0, 3812.0, 3821.0, 3811.0, 3813.0, 3811.0, 3811.0, 3811.0, 3820.0, 3811.0, 3811.0, 3821.0, 3822.0, 3811.0, 3810.0, 3810.0, 3811.0, 3811.0, 3810.0, 3812.0, 3812.0, 3800.0, 3812.0, 3813.0, 3811.0, 3811.0, 3812.0, 3810.0, 3811.0, 3811.0, 3820.0, 3811.0, 3812.0, 3811.0, 3823.0, 3813.0, 3811.0, 3812.0, 3812.0, 3813.0, 3822.0, 3824.0, 3813.0, 3812.0, 3813.0, 3812.0, 3823.0, 3823.0, 3813.0, 3811.0, 3812.0, 3814.0, 3821.0, 3822.0, 3813.0, 3811.0, 3811.0, 3813.0, 3800.0, 3821.0, 3812.0, 3812.0, 3812.0, 3812.0, 3813.0, 3812.0, 3812.0, 3814.0, 3811.0, 3822.0, 3812.0, 3821.0, 3822.0, 3812.0, 3821.0, 3822.0, 3812.0, 3821.0, 3811.0, 3811.0, 3811.0, 3811.0, 3811.0, 3811.0, 3810.0, 3799.0, 3811.0, 3821.0, 3811.0, 3811.0, 3809.0, 3810.0, 3811.0, 3811.0, 3811.0, 3811.0, 3800.0, 3799.0, 3811.0, 3812.0, 3810.0, 3811.0, 3811.0, 3809.0, 3809.0, 3811.0, 3810.0, 3810.0, 3811.0, 3799.0, 3820.0, 3811.0, 3800.0, 3810.0, 3811.0, 3811.0, 3811.0, 3812.0, 3790.0, 3822.0, 3812.0, 3812.0, 3821.0, 3812.0, 3813.0, 3812.0, 3811.0, 3813.0, 3832.0, 3821.0, 3811.0, 3820.0, 3811.0, 3810.0, 3808.0, 3808.0, 3811.0, 3809.0, 3798.0, 3799.0, 3797.0, 3810.0, 3809.0, 3787.0, 3798.0, 3799.0, 3799.0, 3810.0, 3810.0, 3799.0, 3809.0, 3811.0, 3811.0, 3821.0, 3811.0, 3810.0, 3810.0, 3811.0, 3800.0, 3811.0, 3810.0, 3800.0, 3799.0, 3810.0, 3799.0, 3809.0, 3810.0, 3810.0, 3810.0, 3810.0, 3811.0, 3810.0, 3801.0, 3824.0, 3822.0, 3822.0, 3814.0, 3812.0, 3824.0, 3824.0, 3821.0, 3821.0, 3813.0, 3822.0, 3821.0, 3811.0, 3810.0, 3821.0, 3812.0, 3820.0, 3810.0, 3812.0, 3810.0, 3821.0, 3822.0, 3810.0, 3821.0, 3811.0, 3811.0, 3810.0, 3812.0, 3799.0, 3798.0, 3811.0, 3811.0, 3800.0, 3811.0, 3811.0, 3809.0, 3809.0, 3811.0, 3810.0, 3810.0, 3810.0, 3799.0, 3798.0, 3810.0, 3810.0, 3810.0, 3800.0, 3812.0, 3800.0, 3810.0, 3811.0, 3810.0, 3821.0, 3811.0, 3800.0, 3810.0, 3811.0, 3799.0, 3810.0, 3813.0, 3813.0, 3811.0, 3801.0, 3811.0, 3811.0, 3800.0, 3811.0, 3810.0, 3810.0, 3812.0, 3811.0, 3812.0, 3814.0, 3813.0, 3812.0, 3812.0, 3800.0, 3798.0, 3810.0, 3811.0, 3810.0, 3811.0, 3811.0, 3810.0, 3820.0, 3810.0, 3811.0, 3810.0, 3801.0, 3800.0, 3799.0, 3809.0, 3811.0, 3820.0, 3810.0, 3811.0, 3809.0, 3810.0, 3810.0, 3799.0, 3810.0, 3811.0, 3800.0, 3810.0, 3811.0, 3810.0, 3810.0, 3799.0, 3811.0, 3799.0, 3810.0, 3811.0, 3810.0, 3811.0, 3812.0, 3810.0, 3821.0, 3812.0, 3810.0, 3821.0, 3811.0, 3811.0, 3811.0, 3813.0, 3811.0, 3821.0, 3812.0, 3810.0, 3811.0, 3811.0, 3811.0, 3810.0, 3810.0, 3799.0, 3798.0, 3812.0, 3812.0, 3799.0, 3800.0, 3811.0, 3810.0, 3810.0, 3812.0, 3810.0, 3823.0, 3838.0, 3823.0, 3814.0, 3826.0, 3825.0, 3822.0, 3823.0, 3803.0, 3813.0, 3823.0, 3814.0, 3813.0, 3813.0, 3821.0, 3812.0, 3813.0, 3823.0, 3821.0, 3813.0, 3813.0, 3811.0, 3812.0, 3810.0, 3819.0, 3808.0, 3799.0, 3809.0, 3808.0, 3799.0, 3800.0, 3798.0, 3798.0, 3797.0, 3806.0, 3795.0, 3796.0, 3796.0, 3796.0, 3797.0, 3786.0, 3796.0, 3798.0, 3798.0, 3796.0, 3797.0, 3798.0, 3796.0, 3796.0, 3797.0, 3785.0, 3796.0, 3798.0, 3798.0, 3798.0, 3798.0, 3810.0, 3798.0, 3809.0, 3810.0, 3799.0, 3809.0, 3800.0, 3799.0, 3809.0, 3810.0, 3799.0, 3810.0, 3799.0, 3810.0, 3809.0, 3811.0, 3811.0, 3809.0, 3810.0, 3811.0, 3798.0, 3809.0, 3800.0, 3811.0, 3810.0, 3811.0, 3812.0, 3811.0, 3801.0, 3812.0, 3811.0, 3812.0, 3813.0, 3823.0, 3814.0, 3824.0, 3812.0, 3813.0, 3826.0, 3834.0, 3813.0, 3826.0, 3812.0, 3823.0, 3824.0, 3811.0, 3800.0, 3812.0, 3821.0, 3811.0, 3813.0, 3812.0, 3812.0, 3813.0, 3824.0, 3812.0, 3811.0, 3811.0, 3809.0, 3821.0, 3825.0, 3823.0, 3812.0, 3812.0, 3800.0, 3812.0, 3821.0, 3820.0, 3809.0, 3809.0, 3799.0, 3799.0, 3810.0, 3811.0, 3810.0, 3810.0, 3810.0, 3810.0, 3809.0, 3809.0, 3796.0, 3796.0, 3797.0, 3797.0, 3797.0, 3808.0, 3809.0, 3809.0, 3808.0, 3808.0, 3796.0, 3795.0, 3795.0, 3786.0, 3784.0, 3785.0, 3798.0, 3796.0, 3808.0, 3809.0, 3797.0, 3808.0, 3808.0, 3797.0, 3796.0, 3799.0, 3800.0, 3798.0, 3810.0, 3811.0, 3798.0, 3809.0, 3800.0, 3799.0, 3809.0, 3800.0, 3810.0, 3809.0, 3811.0, 3801.0, 3799.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3809.0, 3810.0, 3811.0, 3800.0, 3800.0, 3812.0, 3812.0, 3811.0, 3812.0, 3812.0, 3811.0, 3812.0, 3812.0, 3801.0, 3812.0, 3812.0, 3801.0, 3811.0, 3812.0, 3822.0, 3812.0, 3813.0, 3823.0, 3824.0, 3824.0, 3821.0, 3812.0, 3813.0, 3823.0, 3823.0, 3824.0, 3823.0, 3814.0, 3824.0, 3813.0, 3811.0, 3812.0, 3813.0, 3811.0, 3811.0, 3813.0, 3822.0, 3822.0, 3812.0, 3821.0, 3811.0, 3811.0, 3800.0, 3810.0, 3812.0, 3811.0, 3798.0, 3809.0, 3800.0, 3810.0, 3820.0, 3811.0, 3799.0, 3800.0, 3800.0, 3800.0, 3809.0, 3811.0, 3812.0, 3811.0, 3812.0, 3825.0, 3823.0, 3813.0, 3802.0, 3825.0, 3827.0, 3826.0, 3825.0, 3826.0, 3815.0, 3814.0, 3814.0, 3824.0, 3813.0, 3813.0, 3814.0, 3813.0, 3823.0, 3823.0, 3811.0, 3810.0, 3800.0, 3799.0, 3799.0, 3799.0, 3798.0, 3809.0, 3799.0, 3798.0, 3799.0, 3799.0, 3811.0, 3811.0, 3799.0, 3809.0, 3799.0, 3801.0, 3810.0, 3811.0, 3800.0, 3810.0, 3810.0, 3801.0, 3800.0, 3799.0, 3800.0, 3809.0, 3809.0, 3810.0, 3819.0, 3808.0, 3809.0, 3808.0, 3809.0, 3809.0, 3809.0, 3798.0, 3809.0, 3798.0, 3798.0, 3809.0, 3797.0, 3808.0, 3809.0, 3798.0, 3809.0, 3810.0, 3788.0, 3809.0, 3810.0, 3799.0, 3809.0, 3810.0, 3801.0, 3811.0, 3812.0, 3800.0, 3822.0, 3823.0, 3813.0, 3823.0, 3824.0, 3813.0, 3812.0, 3823.0, 3824.0, 3832.0, 3811.0, 3823.0, 3823.0, 3812.0, 3822.0, 3820.0, 3810.0, 3811.0, 3799.0, 3810.0, 3811.0, 3799.0, 3810.0, 3811.0, 3801.0, 3811.0, 3822.0, 3801.0, 3811.0, 3801.0, 3802.0, 3811.0, 3823.0, 3813.0, 3810.0, 3801.0, 3823.0, 3822.0, 3812.0, 3823.0, 3811.0, 3811.0, 3812.0, 3811.0, 3800.0, 3812.0, 3800.0, 3800.0, 3811.0, 3800.0, 3810.0, 3810.0, 3789.0, 3810.0, 3810.0, 3811.0, 3820.0, 3799.0, 3810.0, 3798.0, 3809.0, 3810.0, 3798.0, 3813.0, 3812.0, 3802.0, 3811.0, 3801.0, 3789.0, 3812.0, 3822.0, 3810.0, 3810.0, 3811.0, 3801.0, 3800.0, 3812.0, 3813.0, 3802.0, 3813.0, 3822.0, 3811.0, 3799.0, 3811.0, 3811.0, 3811.0, 3822.0, 3801.0, 3810.0, 3810.0, 3811.0, 3821.0, 3799.0, 3810.0, 3809.0, 3809.0, 3809.0, 3798.0, 3797.0, 3799.0, 3810.0, 3809.0, 3799.0, 3809.0, 3797.0, 3797.0, 3798.0, 3788.0, 3787.0, 3810.0, 3810.0, 3808.0, 3809.0, 3810.0, 3798.0, 3798.0, 3800.0, 3788.0, 3808.0, 3799.0, 3800.0, 3799.0, 3810.0, 3812.0, 3811.0, 3811.0, 3812.0, 3809.0, 3799.0, 3810.0, 3801.0, 3799.0, 3801.0, 3813.0, 3821.0, 3811.0, 3811.0, 3810.0, 3810.0], 'WindowWidth': [8649.0, 8624.0, 8583.0, 8563.0, 8552.0, 8551.0, 8553.0, 8536.0, 8545.0, 8552.0, 8538.0, 8532.0, 8549.0, 8550.0, 8546.0, 8543.0, 8547.0, 8532.0, 8548.0, 8549.0, 8549.0, 8548.0, 8537.0, 8553.0, 8533.0, 8553.0, 8552.0, 8548.0, 8549.0, 8553.0, 8532.0, 8550.0, 8537.0, 8551.0, 8549.0, 8552.0, 8558.0, 8539.0, 8555.0, 8555.0, 8567.0, 8549.0, 8551.0, 8552.0, 8564.0, 8555.0, 8556.0, 8551.0, 8556.0, 8557.0, 8566.0, 8564.0, 8558.0, 8567.0, 8564.0, 8552.0, 8539.0, 8547.0, 8551.0, 8553.0, 8564.0, 8549.0, 8552.0, 8546.0, 8548.0, 8553.0, 8550.0, 8548.0, 8539.0, 8551.0, 8550.0, 8552.0, 8553.0, 8563.0, 8549.0, 8555.0, 8552.0, 8568.0, 8555.0, 8552.0, 8552.0, 8538.0, 8577.0, 8598.0, 8579.0, 8573.0, 8557.0, 8558.0, 8551.0, 8552.0, 8556.0, 8581.0, 8551.0, 8552.0, 8559.0, 8546.0, 8547.0, 8547.0, 8545.0, 8549.0, 8552.0, 8550.0, 8552.0, 8552.0, 8548.0, 8550.0, 8554.0, 8564.0, 8550.0, 8555.0, 8565.0, 8562.0, 8556.0, 8550.0, 8536.0, 8550.0, 8549.0, 8546.0, 8551.0, 8553.0, 8533.0, 8535.0, 8556.0, 8536.0, 8554.0, 8556.0, 8552.0, 8566.0, 8552.0, 8550.0, 8550.0, 8554.0, 8552.0, 8562.0, 8555.0, 8554.0, 8553.0, 8555.0, 8554.0, 8535.0, 8548.0, 8555.0, 8553.0, 8553.0, 8557.0, 8566.0, 8564.0, 8554.0, 8553.0, 8548.0, 8550.0, 8545.0, 8548.0, 8550.0, 8550.0, 8547.0, 8554.0, 8553.0, 8536.0, 8551.0, 8555.0, 8566.0, 8549.0, 8556.0, 8568.0, 8566.0, 8554.0, 8549.0, 8552.0, 8552.0, 8552.0, 8536.0, 8551.0, 8549.0, 8530.0, 8546.0, 8550.0, 8564.0, 8562.0, 8550.0, 8546.0, 8547.0, 8549.0, 8549.0, 8544.0, 8550.0, 8547.0, 8545.0, 8548.0, 8533.0, 8548.0, 8549.0, 8549.0, 8545.0, 8547.0, 8550.0, 8531.0, 8549.0, 8554.0, 8562.0, 8566.0, 8555.0, 8552.0, 8565.0, 8553.0, 8548.0, 8561.0, 8552.0, 8555.0, 8547.0, 8551.0, 8552.0, 8550.0, 8550.0, 8552.0, 8564.0, 8548.0, 8551.0, 8565.0, 8550.0, 8551.0, 8548.0, 8551.0, 8552.0, 8550.0, 8558.0, 8552.0, 8552.0, 8550.0, 8553.0, 8557.0, 8552.0, 8549.0, 8554.0, 8563.0, 8547.0, 8549.0, 8560.0, 8549.0, 8551.0, 8547.0, 8548.0, 8550.0, 8530.0, 8542.0, 8552.0, 8569.0, 8532.0, 8551.0, 8551.0, 8560.0, 8547.0, 8554.0, 8548.0, 8565.0, 8556.0, 8540.0, 8569.0, 8572.0, 8553.0, 8566.0, 8554.0, 8554.0, 8549.0, 8554.0, 8552.0, 8547.0, 8551.0, 8557.0, 8566.0, 8553.0, 8558.0, 8566.0, 8566.0, 8556.0, 8554.0, 8554.0, 8556.0, 8551.0, 8553.0, 8557.0, 8555.0, 8566.0, 8553.0, 8557.0, 8551.0, 8552.0, 8553.0, 8564.0, 8551.0, 8553.0, 8565.0, 8566.0, 8551.0, 8548.0, 8547.0, 8551.0, 8553.0, 8546.0, 8554.0, 8554.0, 8536.0, 8554.0, 8557.0, 8552.0, 8550.0, 8554.0, 8550.0, 8551.0, 8553.0, 8562.0, 8551.0, 8557.0, 8552.0, 8568.0, 8557.0, 8552.0, 8554.0, 8556.0, 8558.0, 8567.0, 8572.0, 8558.0, 8554.0, 8559.0, 8557.0, 8571.0, 8572.0, 8559.0, 8554.0, 8554.0, 8560.0, 8566.0, 8567.0, 8558.0, 8552.0, 8551.0, 8557.0, 8537.0, 8566.0, 8557.0, 8556.0, 8554.0, 8554.0, 8558.0, 8554.0, 8555.0, 8561.0, 8554.0, 8568.0, 8557.0, 8567.0, 8567.0, 8556.0, 8565.0, 8567.0, 8555.0, 8566.0, 8551.0, 8551.0, 8553.0, 8550.0, 8551.0, 8551.0, 8547.0, 8533.0, 8552.0, 8565.0, 8552.0, 8550.0, 8547.0, 8548.0, 8550.0, 8551.0, 8550.0, 8551.0, 8535.0, 8532.0, 8553.0, 8554.0, 8547.0, 8548.0, 8550.0, 8545.0, 8546.0, 8552.0, 8548.0, 8547.0, 8551.0, 8533.0, 8562.0, 8550.0, 8535.0, 8547.0, 8552.0, 8550.0, 8549.0, 8553.0, 8521.0, 8568.0, 8557.0, 8556.0, 8564.0, 8556.0, 8560.0, 8555.0, 8552.0, 8557.0, 8582.0, 8564.0, 8550.0, 8561.0, 8548.0, 8546.0, 8542.0, 8542.0, 8549.0, 8545.0, 8530.0, 8531.0, 8527.0, 8546.0, 8545.0, 8512.0, 8528.0, 8532.0, 8530.0, 8547.0, 8548.0, 8533.0, 8546.0, 8551.0, 8554.0, 8565.0, 8551.0, 8549.0, 8548.0, 8551.0, 8537.0, 8550.0, 8546.0, 8534.0, 8531.0, 8546.0, 8532.0, 8544.0, 8547.0, 8549.0, 8546.0, 8549.0, 8551.0, 8550.0, 8540.0, 8575.0, 8568.0, 8569.0, 8561.0, 8554.0, 8572.0, 8574.0, 8566.0, 8565.0, 8557.0, 8566.0, 8564.0, 8552.0, 8548.0, 8565.0, 8554.0, 8563.0, 8549.0, 8554.0, 8550.0, 8566.0, 8568.0, 8549.0, 8564.0, 8552.0, 8552.0, 8550.0, 8554.0, 8534.0, 8528.0, 8551.0, 8551.0, 8533.0, 8549.0, 8550.0, 8545.0, 8545.0, 8551.0, 8546.0, 8545.0, 8548.0, 8532.0, 8529.0, 8549.0, 8549.0, 8548.0, 8536.0, 8553.0, 8534.0, 8548.0, 8550.0, 8548.0, 8564.0, 8553.0, 8536.0, 8548.0, 8550.0, 8534.0, 8548.0, 8556.0, 8557.0, 8550.0, 8538.0, 8551.0, 8550.0, 8536.0, 8553.0, 8549.0, 8548.0, 8554.0, 8551.0, 8553.0, 8559.0, 8558.0, 8553.0, 8553.0, 8536.0, 8530.0, 8550.0, 8552.0, 8549.0, 8549.0, 8551.0, 8548.0, 8561.0, 8549.0, 8554.0, 8548.0, 8536.0, 8535.0, 8530.0, 8545.0, 8550.0, 8562.0, 8547.0, 8550.0, 8546.0, 8547.0, 8547.0, 8531.0, 8549.0, 8549.0, 8536.0, 8546.0, 8551.0, 8549.0, 8549.0, 8532.0, 8550.0, 8532.0, 8547.0, 8550.0, 8548.0, 8551.0, 8555.0, 8550.0, 8565.0, 8555.0, 8549.0, 8564.0, 8553.0, 8552.0, 8552.0, 8557.0, 8552.0, 8565.0, 8554.0, 8548.0, 8552.0, 8553.0, 8551.0, 8547.0, 8549.0, 8534.0, 8529.0, 8555.0, 8554.0, 8532.0, 8535.0, 8552.0, 8547.0, 8549.0, 8554.0, 8549.0, 8569.0, 8599.0, 8569.0, 8560.0, 8582.0, 8578.0, 8567.0, 8569.0, 8544.0, 8559.0, 8570.0, 8561.0, 8559.0, 8559.0, 8567.0, 8552.0, 8557.0, 8570.0, 8565.0, 8557.0, 8558.0, 8553.0, 8554.0, 8550.0, 8558.0, 8539.0, 8531.0, 8547.0, 8542.0, 8533.0, 8536.0, 8529.0, 8527.0, 8526.0, 8535.0, 8517.0, 8521.0, 8521.0, 8520.0, 8524.0, 8509.0, 8520.0, 8527.0, 8528.0, 8521.0, 8525.0, 8528.0, 8522.0, 8522.0, 8524.0, 8505.0, 8521.0, 8528.0, 8527.0, 8527.0, 8529.0, 8548.0, 8529.0, 8544.0, 8548.0, 8530.0, 8544.0, 8536.0, 8531.0, 8543.0, 8547.0, 8532.0, 8545.0, 8532.0, 8549.0, 8545.0, 8550.0, 8552.0, 8546.0, 8548.0, 8550.0, 8530.0, 8546.0, 8536.0, 8551.0, 8547.0, 8551.0, 8553.0, 8551.0, 8539.0, 8556.0, 8552.0, 8554.0, 8557.0, 8570.0, 8562.0, 8574.0, 8555.0, 8558.0, 8580.0, 8587.0, 8559.0, 8580.0, 8557.0, 8569.0, 8574.0, 8552.0, 8537.0, 8554.0, 8566.0, 8550.0, 8557.0, 8558.0, 8554.0, 8560.0, 8575.0, 8554.0, 8551.0, 8552.0, 8545.0, 8566.0, 8578.0, 8570.0, 8553.0, 8555.0, 8534.0, 8553.0, 8565.0, 8561.0, 8544.0, 8546.0, 8534.0, 8531.0, 8548.0, 8552.0, 8549.0, 8548.0, 8549.0, 8546.0, 8543.0, 8543.0, 8522.0, 8521.0, 8524.0, 8525.0, 8523.0, 8540.0, 8545.0, 8545.0, 8541.0, 8542.0, 8522.0, 8519.0, 8519.0, 8508.0, 8503.0, 8507.0, 8529.0, 8523.0, 8541.0, 8544.0, 8525.0, 8540.0, 8541.0, 8527.0, 8523.0, 8531.0, 8534.0, 8529.0, 8546.0, 8550.0, 8530.0, 8545.0, 8534.0, 8531.0, 8545.0, 8535.0, 8548.0, 8545.0, 8550.0, 8539.0, 8533.0, 8549.0, 8552.0, 8549.0, 8549.0, 8551.0, 8546.0, 8549.0, 8553.0, 8537.0, 8537.0, 8556.0, 8554.0, 8553.0, 8557.0, 8554.0, 8551.0, 8554.0, 8556.0, 8539.0, 8554.0, 8555.0, 8539.0, 8553.0, 8557.0, 8568.0, 8555.0, 8560.0, 8572.0, 8574.0, 8575.0, 8567.0, 8555.0, 8560.0, 8572.0, 8571.0, 8576.0, 8574.0, 8561.0, 8576.0, 8559.0, 8552.0, 8555.0, 8559.0, 8552.0, 8552.0, 8557.0, 8568.0, 8566.0, 8555.0, 8565.0, 8551.0, 8551.0, 8538.0, 8547.0, 8553.0, 8551.0, 8531.0, 8546.0, 8536.0, 8548.0, 8562.0, 8552.0, 8532.0, 8535.0, 8536.0, 8536.0, 8546.0, 8550.0, 8555.0, 8551.0, 8556.0, 8576.0, 8573.0, 8557.0, 8542.0, 8578.0, 8586.0, 8584.0, 8579.0, 8580.0, 8564.0, 8561.0, 8562.0, 8573.0, 8559.0, 8559.0, 8562.0, 8557.0, 8570.0, 8571.0, 8550.0, 8547.0, 8534.0, 8531.0, 8532.0, 8532.0, 8528.0, 8544.0, 8533.0, 8530.0, 8532.0, 8533.0, 8549.0, 8551.0, 8533.0, 8544.0, 8533.0, 8539.0, 8548.0, 8551.0, 8536.0, 8547.0, 8549.0, 8539.0, 8535.0, 8532.0, 8533.0, 8544.0, 8544.0, 8547.0, 8560.0, 8542.0, 8546.0, 8543.0, 8543.0, 8545.0, 8544.0, 8528.0, 8544.0, 8527.0, 8529.0, 8545.0, 8526.0, 8542.0, 8545.0, 8530.0, 8544.0, 8547.0, 8516.0, 8546.0, 8548.0, 8532.0, 8544.0, 8549.0, 8536.0, 8551.0, 8554.0, 8535.0, 8567.0, 8573.0, 8560.0, 8571.0, 8574.0, 8559.0, 8555.0, 8571.0, 8575.0, 8582.0, 8551.0, 8570.0, 8569.0, 8554.0, 8567.0, 8562.0, 8547.0, 8550.0, 8532.0, 8549.0, 8550.0, 8533.0, 8549.0, 8552.0, 8540.0, 8550.0, 8568.0, 8538.0, 8550.0, 8537.0, 8541.0, 8551.0, 8570.0, 8557.0, 8549.0, 8538.0, 8572.0, 8569.0, 8555.0, 8572.0, 8554.0, 8552.0, 8555.0, 8553.0, 8536.0, 8554.0, 8535.0, 8536.0, 8552.0, 8537.0, 8547.0, 8547.0, 8520.0, 8546.0, 8548.0, 8550.0, 8561.0, 8531.0, 8548.0, 8531.0, 8546.0, 8548.0, 8529.0, 8558.0, 8554.0, 8542.0, 8550.0, 8537.0, 8519.0, 8554.0, 8568.0, 8548.0, 8546.0, 8551.0, 8538.0, 8536.0, 8555.0, 8557.0, 8540.0, 8555.0, 8568.0, 8550.0, 8532.0, 8552.0, 8551.0, 8549.0, 8568.0, 8538.0, 8544.0, 8548.0, 8551.0, 8564.0, 8529.0, 8546.0, 8543.0, 8541.0, 8544.0, 8529.0, 8524.0, 8530.0, 8547.0, 8543.0, 8529.0, 8543.0, 8524.0, 8524.0, 8528.0, 8515.0, 8511.0, 8545.0, 8547.0, 8542.0, 8543.0, 8547.0, 8528.0, 8525.0, 8532.0, 8514.0, 8540.0, 8532.0, 8534.0, 8530.0, 8547.0, 8553.0, 8550.0, 8549.0, 8553.0, 8545.0, 8530.0, 8549.0, 8536.0, 8530.0, 8537.0, 8558.0, 8565.0, 8549.0, 8551.0, 8546.0, 8547.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.0003414083175803403</td></tr>
<tr><td colspan=3>aqi</td><td>0.01748928865784499</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.96508524351943</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1900948406149476</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9994895680510866</td></tr>
<tr><td colspan=3>efc</td><td>0.4662</td></tr>
<tr><td colspan=3>fber</td><td>5899.3364</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07216738500102171</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.945179584120983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5628985307560157</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4994866676803214</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.821057114558939</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.368151810028786</td></tr>
<tr><td colspan=3>gcor</td><td>0.00586792</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013593493960797787</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02031674049794674</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1058</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.4146394150897925</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>40.5392</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2803</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.2086</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304209.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.1365</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.6877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2960.1787</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.4563</td></tr>
<tr><td colspan=3>tsnr</td><td>43.53292210260406</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>