<?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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-03/func/sub-0010_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>194f3d449f6c93d8752439dc106eec32</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:30:41.712500</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.999435, -0.030711, -0.0136914, 0.0319323, 0.994439, 0.100361]</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.0725864</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7731, -7306, 599, -63, -7, 40, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0b1a5f22-b546-40fd-9182-2447c9f1ab96||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.6814098358154297, 0.0856720432639122, -0.02843938022851944, 105.67169189453125], [0.0823952704668045, 2.66800594329834, 0.2720012664794922, -91.28759002685547], [-0.03673308715224266, -0.26926058530807495, 2.6861138343811035, -40.90227127075195], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['163041.712500', '163042.172500', '163042.632500', '163043.092500', '163043.552500', '163044.012500', '163044.472500', '163044.932500', '163045.392500', '163045.852500', '163046.312500', '163046.772500', '163047.232500', '163047.692500', '163048.152500', '163048.612500', '163049.072500', '163049.532500', '163049.992500', '163050.452500', '163050.912500', '163051.372500', '163051.832500', '163052.292500', '163052.752500', '163053.212500', '163053.672500', '163054.132500', '163054.592500', '163055.052500', '163055.512500', '163055.972500', '163056.432500', '163056.892500', '163057.352500', '163057.812500', '163058.272500', '163058.732500', '163059.192500', '163059.652500', '163100.112500', '163100.572500', '163101.032500', '163101.492500', '163101.952500', '163102.412500', '163102.872500', '163103.332500', '163103.792500', '163104.252500', '163104.712500', '163105.172500', '163105.632500', '163106.092500', '163106.552500', '163107.012500', '163107.472500', '163107.932500', '163108.392500', '163108.852500', '163109.312500', '163109.772500', '163110.232500', '163110.692500', '163111.152500', '163111.612500', '163112.072500', '163112.532500', '163112.992500', '163113.452500', '163113.912500', '163114.372500', '163114.832500', '163115.292500', '163115.752500', '163116.212500', '163116.672500', '163117.132500', '163117.592500', '163118.052500', '163118.512500', '163118.972500', '163119.432500', '163119.892500', '163120.352500', '163120.812500', '163121.272500', '163121.732500', '163122.192500', '163122.652500', '163123.112500', '163123.572500', '163124.032500', '163124.492500', '163124.952500', '163125.412500', '163125.872500', '163126.332500', '163126.792500', '163127.252500', '163127.712500', '163128.172500', '163128.632500', '163129.092500', '163129.552500', '163130.012500', '163130.472500', '163130.932500', '163131.392500', '163131.852500', '163132.312500', '163132.772500', '163133.232500', '163133.692500', '163134.152500', '163134.612500', '163135.072500', '163135.532500', '163135.992500', '163136.452500', '163136.912500', '163137.372500', '163137.832500', '163138.292500', '163138.752500', '163139.212500', '163139.672500', '163140.132500', '163140.592500', '163141.052500', '163141.512500', '163141.972500', '163142.432500', '163142.892500', '163143.352500', '163143.812500', '163144.272500', '163144.732500', '163145.192500', '163145.652500', '163146.112500', '163146.572500', '163147.032500', '163147.492500', '163147.952500', '163148.412500', '163148.872500', '163149.332500', '163149.792500', '163150.252500', '163150.712500', '163151.172500', '163151.632500', '163152.092500', '163152.552500', '163153.012500', '163153.472500', '163153.932500', '163154.392500', '163154.852500', '163155.312500', '163155.772500', '163156.232500', '163156.692500', '163157.152500', '163157.612500', '163158.072500', '163158.532500', '163158.992500', '163159.452500', '163159.912500', '163200.372500', '163200.832500', '163201.292500', '163201.752500', '163202.212500', '163202.672500', '163203.132500', '163203.592500', '163204.052500', '163204.512500', '163204.972500', '163205.432500', '163205.892500', '163206.352500', '163206.812500', '163207.272500', '163207.732500', '163208.192500', '163208.652500', '163209.112500', '163209.572500', '163210.032500', '163210.492500', '163210.952500', '163211.412500', '163211.872500', '163212.332500', '163212.792500', '163213.252500', '163213.712500', '163214.172500', '163214.632500', '163215.092500', '163215.552500', '163216.012500', '163216.472500', '163216.932500', '163217.392500', '163217.852500', '163218.312500', '163218.772500', '163219.232500', '163219.692500', '163220.152500', '163220.612500', '163221.072500', '163221.532500', '163221.992500', '163222.452500', '163222.912500', '163223.372500', '163223.832500', '163224.292500', '163224.752500', '163225.212500', '163225.672500', '163226.132500', '163226.592500', '163227.052500', '163227.512500', '163227.972500', '163228.432500', '163228.892500', '163229.352500', '163229.812500', '163230.272500', '163230.732500', '163231.192500', '163231.652500', '163232.112500', '163232.572500', '163233.032500', '163233.492500', '163233.952500', '163234.412500', '163234.872500', '163235.332500', '163235.792500', '163236.252500', '163236.712500', '163237.172500', '163237.632500', '163238.092500', '163238.552500', '163239.012500', '163239.472500', '163239.932500', '163240.392500', '163240.852500', '163241.312500', '163241.772500', '163242.232500', '163242.692500', '163243.152500', '163243.612500', '163244.072500', '163244.532500', '163244.992500', '163245.452500', '163245.912500', '163246.372500', '163246.832500', '163247.292500', '163247.752500', '163248.212500', '163248.672500', '163249.132500', '163249.592500', '163250.052500', '163250.512500', '163250.972500', '163251.432500', '163251.892500', '163252.352500', '163252.812500', '163253.272500', '163253.732500', '163254.192500', '163254.652500', '163255.112500', '163255.572500', '163256.032500', '163256.492500', '163256.952500', '163257.412500', '163257.872500', '163258.332500', '163258.792500', '163259.252500', '163259.712500', '163300.172500', '163300.632500', '163301.092500', '163301.552500', '163302.012500', '163302.472500', '163302.932500', '163303.392500', '163303.852500', '163304.312500', '163304.772500', '163305.232500', '163305.692500', '163306.152500', '163306.612500', '163307.072500', '163307.532500', '163307.992500', '163308.452500', '163308.912500', '163309.372500', '163309.832500', '163310.292500', '163310.752500', '163311.212500', '163311.672500', '163312.132500', '163312.592500', '163313.052500', '163313.512500', '163313.972500', '163314.432500', '163314.892500', '163315.352500', '163315.812500', '163316.272500', '163316.732500', '163317.192500', '163317.652500', '163318.112500', '163318.572500', '163319.032500', '163319.492500', '163319.952500', '163320.412500', '163320.872500', '163321.332500', '163321.792500', '163322.252500', '163322.712500', '163323.172500', '163323.632500', '163324.092500', '163324.552500', '163325.012500', '163325.472500', '163325.932500', '163326.392500', '163326.852500', '163327.312500', '163327.772500', '163328.232500', '163328.692500', '163329.152500', '163329.612500', '163330.072500', '163330.532500', '163330.992500', '163331.452500', '163331.912500', '163332.372500', '163332.832500', '163333.292500', '163333.752500', '163334.212500', '163334.672500', '163335.132500', '163335.592500', '163336.052500', '163336.512500', '163336.972500', '163337.432500', '163337.892500', '163338.352500', '163338.812500', '163339.272500', '163339.732500', '163340.192500', '163340.652500', '163341.112500', '163341.572500', '163342.032500', '163342.492500', '163342.952500', '163343.412500', '163343.872500', '163344.332500', '163344.792500', '163345.252500', '163345.712500', '163346.172500', '163346.632500', '163347.092500', '163347.552500', '163348.012500', '163348.472500', '163348.932500', '163349.392500', '163349.852500', '163350.312500', '163350.772500', '163351.232500', '163351.692500', '163352.152500', '163352.612500', '163353.072500', '163353.532500', '163353.992500', '163354.452500', '163354.912500', '163355.372500', '163355.832500', '163356.292500', '163356.752500', '163357.212500', '163357.672500', '163358.132500', '163358.592500', '163359.052500', '163359.512500', '163359.972500', '163400.432500', '163400.892500', '163401.352500', '163401.812500', '163402.272500', '163402.732500', '163403.192500', '163403.652500', '163404.112500', '163404.572500', '163405.032500', '163405.492500', '163405.952500', '163406.412500', '163406.872500', '163407.332500', '163407.792500', '163408.252500', '163408.712500', '163409.172500', '163409.632500', '163410.092500', '163410.552500', '163411.012500', '163411.472500', '163411.932500', '163412.392500', '163412.852500', '163413.312500', '163413.772500', '163414.232500', '163414.692500', '163415.152500', '163415.612500', '163416.072500', '163416.532500', '163416.992500', '163417.452500', '163417.912500', '163418.372500', '163418.832500', '163419.292500', '163419.752500', '163420.212500', '163420.672500', '163421.132500', '163421.592500', '163422.052500', '163422.512500', '163422.972500', '163423.432500', '163423.892500', '163424.352500', '163424.812500', '163425.272500', '163425.732500', '163426.192500', '163426.652500', '163427.112500', '163427.572500', '163428.032500', '163428.492500', '163428.952500', '163429.412500', '163429.872500', '163430.332500', '163430.792500', '163431.252500', '163431.712500', '163432.172500', '163432.632500', '163433.092500', '163433.552500', '163434.012500', '163434.472500', '163434.932500', '163435.392500', '163435.852500', '163436.312500', '163436.772500', '163437.232500', '163437.692500', '163438.152500', '163438.612500', '163439.072500', '163439.532500', '163439.992500', '163440.452500', '163440.912500', '163441.372500', '163441.832500', '163442.292500', '163442.752500', '163443.212500', '163443.672500', '163444.132500', '163444.592500', '163445.052500', '163445.512500', '163445.972500', '163446.432500', '163446.892500', '163447.352500', '163447.812500', '163448.272500', '163448.732500', '163449.192500', '163449.652500', '163450.112500', '163450.572500', '163451.032500', '163451.492500', '163451.952500', '163452.412500', '163452.872500', '163453.332500', '163453.792500', '163454.252500', '163454.712500', '163455.172500', '163455.632500', '163456.092500', '163456.552500', '163457.012500', '163457.472500', '163457.932500', '163458.392500', '163458.852500', '163459.312500', '163459.772500', '163500.232500', '163500.692500', '163501.152500', '163501.612500', '163502.072500', '163502.532500', '163502.992500', '163503.452500', '163503.912500', '163504.372500', '163504.832500', '163505.292500', '163505.752500', '163506.212500', '163506.672500', '163507.132500', '163507.592500', '163508.052500', '163508.512500', '163508.972500', '163509.432500', '163509.892500', '163510.352500', '163510.812500', '163511.272500', '163511.732500', '163512.192500', '163512.652500', '163513.112500', '163513.572500', '163514.032500', '163514.492500', '163514.952500', '163515.412500', '163515.872500', '163516.332500', '163516.792500', '163517.252500', '163517.712500', '163518.172500', '163518.632500', '163519.092500', '163519.552500', '163520.012500', '163520.472500', '163520.932500', '163521.392500', '163521.852500', '163522.312500', '163522.772500', '163523.232500', '163523.692500', '163524.152500', '163524.612500', '163525.072500', '163525.532500', '163525.992500', '163526.452500', '163526.912500', '163527.372500', '163527.832500', '163528.292500', '163528.752500', '163529.212500', '163529.672500', '163530.132500', '163530.592500', '163531.052500', '163531.512500', '163531.972500', '163532.432500', '163532.892500', '163533.352500', '163533.812500', '163534.272500', '163534.732500', '163535.192500', '163535.652500', '163536.112500', '163536.572500', '163537.032500', '163537.492500', '163537.952500', '163538.412500', '163538.872500', '163539.332500', '163539.792500', '163540.252500', '163540.712500', '163541.172500', '163541.632500', '163542.092500', '163542.552500', '163543.012500', '163543.472500', '163543.932500', '163544.392500', '163544.852500', '163545.312500', '163545.772500', '163546.232500', '163546.692500', '163547.152500', '163547.612500', '163548.072500', '163548.532500', '163548.992500', '163549.452500', '163549.912500', '163550.372500', '163550.832500', '163551.292500', '163551.752500', '163552.212500', '163552.672500', '163553.132500', '163553.592500', '163554.052500', '163554.512500', '163554.972500', '163555.432500', '163555.892500', '163556.352500', '163556.812500', '163557.272500', '163557.732500', '163558.192500', '163558.652500', '163559.112500', '163559.572500', '163600.032500', '163600.492500', '163600.952500', '163601.412500', '163601.872500', '163602.332500', '163602.792500', '163603.252500', '163603.712500', '163604.172500', '163604.632500', '163605.092500', '163605.552500', '163606.012500', '163606.472500', '163606.932500', '163607.392500', '163607.852500', '163608.312500', '163608.772500', '163609.232500', '163609.692500', '163610.152500', '163610.612500', '163611.072500', '163611.532500', '163611.992500', '163612.452500', '163612.912500', '163613.372500', '163613.832500', '163614.292500', '163614.752500', '163615.212500', '163615.672500', '163616.132500', '163616.592500', '163617.052500', '163617.512500', '163617.972500', '163618.432500', '163618.892500', '163619.352500', '163619.812500', '163620.272500', '163620.732500', '163621.192500', '163621.652500', '163622.112500', '163622.572500', '163623.032500', '163623.492500', '163623.952500', '163624.412500', '163624.872500', '163625.332500', '163625.792500', '163626.252500', '163626.712500', '163627.172500', '163627.632500', '163628.092500', '163628.552500', '163629.012500', '163629.472500', '163629.932500', '163630.392500', '163630.852500', '163631.312500', '163631.772500', '163632.232500', '163632.692500', '163633.152500', '163633.612500', '163634.072500', '163634.532500', '163634.992500', '163635.452500', '163635.912500', '163636.372500', '163636.832500', '163637.292500', '163637.752500', '163638.212500', '163638.672500', '163639.132500', '163639.592500', '163640.052500', '163640.512500', '163640.972500', '163641.432500', '163641.892500', '163642.352500', '163642.812500', '163643.272500', '163643.732500', '163644.192500', '163644.652500', '163645.112500', '163645.572500', '163646.032500', '163646.492500', '163646.952500', '163647.412500', '163647.872500', '163648.332500', '163648.792500', '163649.252500', '163649.712500', '163650.172500', '163650.632500', '163651.092500', '163651.552500', '163652.012500', '163652.472500', '163652.932500', '163653.392500', '163653.852500', '163654.312500', '163654.772500', '163655.232500', '163655.692500', '163656.152500', '163656.612500', '163657.072500', '163657.532500', '163657.992500', '163658.452500', '163658.912500', '163659.372500', '163659.832500', '163700.292500', '163700.752500', '163701.212500', '163701.672500', '163702.132500', '163702.592500', '163703.052500', '163703.512500', '163703.972500', '163704.432500', '163704.892500', '163705.352500', '163705.812500', '163706.272500', '163706.732500', '163707.192500', '163707.652500', '163708.112500', '163708.572500', '163709.032500', '163709.492500', '163709.952500', '163710.412500', '163710.872500', '163711.332500', '163711.792500', '163712.252500', '163712.712500', '163713.172500', '163713.632500', '163714.092500', '163714.552500', '163715.012500', '163715.472500', '163715.932500', '163716.392500', '163716.852500', '163717.312500', '163717.772500', '163718.232500', '163718.692500', '163719.152500', '163719.612500', '163720.072500', '163720.532500', '163720.992500', '163721.452500', '163721.912500', '163722.372500', '163722.832500', '163723.292500', '163723.752500', '163724.212500', '163724.672500', '163725.132500', '163725.592500', '163726.052500', '163726.512500', '163726.972500', '163727.432500', '163727.892500', '163728.352500', '163728.812500', '163729.272500', '163729.732500', '163730.192500', '163730.652500', '163731.112500', '163731.572500', '163732.032500', '163732.492500', '163732.952500', '163733.412500', '163733.872500', '163734.332500', '163734.792500', '163735.252500', '163735.712500', '163736.172500', '163736.632500', '163737.092500', '163737.552500', '163738.012500', '163738.472500', '163738.932500', '163739.392500', '163739.852500', '163740.312500', '163740.772500', '163741.232500', '163741.692500', '163742.152500', '163742.612500', '163743.072500', '163743.532500', '163743.992500', '163744.452500', '163744.912500', '163745.372500', '163745.832500', '163746.292500', '163746.752500', '163747.212500', '163747.672500', '163748.132500', '163748.592500', '163749.052500', '163749.512500', '163749.972500', '163750.432500', '163750.892500', '163751.352500', '163751.812500', '163752.272500', '163752.732500', '163753.192500', '163753.652500', '163754.112500', '163754.572500', '163755.032500', '163755.492500', '163755.952500', '163756.412500', '163756.872500', '163757.332500', '163757.792500', '163758.252500', '163758.712500', '163759.172500', '163759.632500', '163800.092500', '163800.552500', '163801.012500', '163801.472500', '163801.932500', '163802.392500', '163802.852500', '163803.312500', '163803.772500', '163804.232500', '163804.692500', '163805.152500', '163805.612500', '163806.072500', '163806.532500', '163806.992500', '163807.452500', '163807.912500', '163808.372500', '163808.832500', '163809.292500', '163809.752500', '163810.212500', '163810.672500', '163811.132500', '163811.592500', '163812.052500', '163812.512500', '163812.972500', '163813.432500', '163813.892500', '163814.352500', '163814.812500', '163815.272500', '163815.732500', '163816.192500', '163816.652500', '163817.112500', '163817.572500', '163818.032500', '163818.492500', '163818.952500', '163819.412500', '163819.872500', '163820.332500', '163820.792500', '163821.252500', '163821.712500', '163822.172500', '163822.632500', '163823.092500', '163823.552500', '163824.012500', '163824.472500', '163824.932500', '163825.392500', '163825.852500', '163826.312500', '163826.772500', '163827.232500', '163827.692500', '163828.152500', '163828.612500', '163829.072500', '163829.532500', '163829.992500', '163830.452500', '163830.912500', '163831.372500', '163831.832500', '163832.292500', '163832.752500', '163833.212500', '163833.672500', '163834.132500', '163834.592500', '163835.052500', '163835.512500', '163835.972500', '163836.432500', '163836.892500', '163837.352500', '163837.812500', '163838.272500', '163838.732500', '163839.192500', '163839.652500', '163840.112500', '163840.572500', '163841.032500', '163841.492500', '163841.952500', '163842.412500', '163842.872500', '163843.332500', '163843.792500', '163844.252500', '163844.712500', '163845.172500', '163845.632500', '163846.092500', '163846.552500', '163847.012500', '163847.472500', '163847.932500', '163848.392500', '163848.852500', '163849.312500', '163849.772500', '163850.232500', '163850.692500', '163851.152500'], 'ContentTime': ['163105.415000', '163105.419000', '163105.422000', '163105.425000', '163105.428000', '163105.431000', '163105.434000', '163105.437000', '163105.440000', '163105.443000', '163105.445000', '163105.449000', '163105.452000', '163105.455000', '163105.457000', '163105.468000', '163105.471000', '163105.474000', '163105.477000', '163105.481000', '163105.484000', '163105.487000', '163105.490000', '163105.493000', '163105.495000', '163105.498000', '163105.502000', '163105.511000', '163105.514000', '163105.517000', '163105.520000', '163105.523000', '163105.526000', '163105.529000', '163105.532000', '163105.535000', '163105.545000', '163105.548000', '163105.551000', '163105.554000', '163105.557000', '163105.560000', '163105.563000', '163105.566000', '163105.569000', '163105.572000', '163105.575000', '163105.578000', '163105.581000', '163125.381000', '163125.384000', '163125.387000', '163125.389000', '163125.392000', '163125.395000', '163125.398000', '163125.401000', '163125.403000', '163125.406000', '163125.409000', '163125.412000', '163125.415000', '163125.417000', '163125.420000', '163125.423000', '163125.426000', '163125.429000', '163125.431000', '163125.434000', '163125.437000', '163125.440000', '163125.443000', '163125.445000', '163125.448000', '163125.451000', '163125.454000', '163125.457000', '163125.459000', '163125.462000', '163125.465000', '163125.468000', '163125.471000', '163125.474000', '163125.476000', '163125.479000', '163125.482000', '163125.490000', '163125.493000', '163125.496000', '163125.499000', '163125.502000', '163125.504000', '163125.507000', '163145.382000', '163145.385000', '163145.388000', '163145.391000', '163145.393000', '163145.396000', '163145.399000', '163145.402000', '163145.405000', '163145.408000', '163145.411000', '163145.414000', '163145.417000', '163145.420000', '163145.423000', '163145.426000', '163145.429000', '163145.431000', '163145.434000', '163145.437000', '163145.440000', '163145.443000', '163145.445000', '163145.448000', '163145.451000', '163145.454000', '163145.456000', '163145.459000', '163145.462000', '163145.465000', '163145.468000', '163145.471000', '163145.474000', '163145.477000', '163145.480000', '163145.483000', '163145.487000', '163145.498000', '163145.501000', '163145.504000', '163145.506000', '163145.510000', '163145.512000', '163205.381000', '163205.384000', '163205.387000', '163205.389000', '163205.392000', '163205.395000', '163205.398000', '163205.401000', '163205.404000', '163205.407000', '163205.410000', '163205.412000', '163205.415000', '163205.418000', '163205.421000', '163205.424000', '163205.427000', '163205.430000', '163205.432000', '163205.435000', '163205.438000', '163205.441000', '163205.444000', '163205.446000', '163205.449000', '163205.452000', '163205.455000', '163205.458000', '163205.461000', '163205.463000', '163205.470000', '163205.473000', '163205.476000', '163205.479000', '163205.482000', '163205.484000', '163205.487000', '163205.490000', '163205.493000', '163205.496000', '163205.498000', '163205.501000', '163205.504000', '163205.507000', '163225.381000', '163225.384000', '163225.387000', '163225.390000', '163225.392000', '163225.395000', '163225.398000', '163225.401000', '163225.404000', '163225.406000', '163225.409000', '163225.412000', '163225.415000', '163225.418000', '163225.421000', '163225.423000', '163225.426000', '163225.429000', '163225.432000', '163225.435000', '163225.437000', '163225.440000', '163225.443000', '163225.446000', '163225.449000', '163225.451000', '163225.454000', '163225.457000', '163225.460000', '163225.463000', '163225.473000', '163225.476000', '163225.479000', '163225.482000', '163225.485000', '163225.487000', '163225.490000', '163225.493000', '163225.496000', '163225.500000', '163225.503000', '163225.506000', '163225.509000', '163245.381000', '163245.384000', '163245.387000', '163245.412000', '163245.415000', '163245.418000', '163245.421000', '163245.427000', '163245.430000', '163245.432000', '163245.435000', '163245.438000', '163245.441000', '163245.444000', '163245.447000', '163245.450000', '163245.453000', '163245.455000', '163245.458000', '163245.461000', '163245.464000', '163245.467000', '163245.470000', '163245.473000', '163245.476000', '163245.478000', '163245.481000', '163245.484000', '163245.487000', '163245.490000', '163245.493000', '163245.496000', '163245.499000', '163245.502000', '163245.511000', '163245.514000', '163245.517000', '163245.520000', '163245.522000', '163245.525000', '163245.528000', '163245.531000', '163245.534000', '163245.537000', '163305.381000', '163305.384000', '163305.387000', '163305.390000', '163305.392000', '163305.395000', '163305.398000', '163305.401000', '163305.404000', '163305.407000', '163305.410000', '163305.412000', '163305.415000', '163305.418000', '163305.421000', '163305.424000', '163305.427000', '163305.429000', '163305.432000', '163305.435000', '163305.438000', '163305.441000', '163305.443000', '163305.447000', '163305.450000', '163305.461000', '163305.464000', '163305.467000', '163305.469000', '163305.472000', '163305.475000', '163305.478000', '163305.481000', '163305.484000', '163305.487000', '163305.490000', '163305.493000', '163305.496000', '163305.498000', '163305.501000', '163305.504000', '163305.507000', '163305.510000', '163325.381000', '163325.384000', '163325.387000', '163325.390000', '163325.392000', '163325.395000', '163325.403000', '163325.406000', '163325.409000', '163325.412000', '163325.415000', '163325.418000', '163325.421000', '163325.424000', '163325.427000', '163325.430000', '163325.432000', '163325.435000', '163325.438000', '163325.441000', '163325.444000', '163325.447000', '163325.450000', '163325.453000', '163325.455000', '163325.458000', '163325.461000', '163325.464000', '163325.467000', '163325.470000', '163325.473000', '163325.475000', '163325.478000', '163325.481000', '163325.484000', '163325.487000', '163325.490000', '163325.493000', '163325.496000', '163325.498000', '163325.501000', '163325.512000', '163325.515000', '163325.518000', '163345.381000', '163345.384000', '163345.387000', '163345.390000', '163345.393000', '163345.395000', '163345.398000', '163345.401000', '163345.404000', '163345.407000', '163345.410000', '163345.413000', '163345.416000', '163345.418000', '163345.421000', '163345.424000', '163345.427000', '163345.430000', '163345.433000', '163345.436000', '163345.439000', '163345.442000', '163345.445000', '163345.448000', '163345.451000', '163345.454000', '163345.456000', '163345.459000', '163345.462000', '163345.465000', '163345.468000', '163345.471000', '163345.474000', '163345.477000', '163345.479000', '163345.482000', '163345.485000', '163345.488000', '163345.491000', '163345.494000', '163345.497000', '163345.499000', '163345.502000', '163405.382000', '163405.385000', '163405.388000', '163405.391000', '163405.394000', '163405.397000', '163405.399000', '163405.402000', '163405.405000', '163405.408000', '163405.411000', '163405.414000', '163405.417000', '163405.420000', '163405.423000', '163405.425000', '163405.428000', '163405.431000', '163405.434000', '163405.437000', '163405.439000', '163405.442000', '163405.445000', '163405.448000', '163405.451000', '163405.454000', '163405.456000', '163405.459000', '163405.473000', '163405.484000', '163405.487000', '163405.490000', '163405.493000', '163405.495000', '163405.498000', '163405.501000', '163405.504000', '163405.507000', '163405.510000', '163405.512000', '163405.515000', '163405.518000', '163405.521000', '163405.524000', '163425.381000', '163425.384000', '163425.387000', '163425.390000', '163425.392000', '163425.395000', '163425.398000', '163425.401000', '163425.404000', '163425.406000', '163425.409000', '163425.412000', '163425.415000', '163425.418000', '163425.421000', '163425.423000', '163425.426000', '163425.429000', '163425.432000', '163425.435000', '163425.438000', '163425.440000', '163425.443000', '163425.446000', '163425.449000', '163425.451000', '163425.454000', '163425.457000', '163425.460000', '163425.463000', '163425.466000', '163425.469000', '163425.471000', '163425.474000', '163425.477000', '163425.480000', '163425.483000', '163425.486000', '163425.490000', '163425.492000', '163425.495000', '163425.498000', '163425.501000', '163445.381000', '163445.384000', '163445.387000', '163445.390000', '163445.392000', '163445.395000', '163445.398000', '163445.401000', '163445.404000', '163445.406000', '163445.409000', '163445.412000', '163445.415000', '163445.418000', '163445.421000', '163445.423000', '163445.426000', '163445.429000', '163445.432000', '163445.435000', '163445.438000', '163445.441000', '163445.443000', '163445.446000', '163445.449000', '163445.452000', '163445.455000', '163445.458000', '163445.461000', '163445.463000', '163445.466000', '163445.469000', '163445.472000', '163445.475000', '163445.478000', '163445.481000', '163445.484000', '163445.487000', '163445.489000', '163445.492000', '163445.495000', '163445.498000', '163445.501000', '163445.504000', '163505.381000', '163505.384000', '163505.387000', '163505.390000', '163505.392000', '163505.395000', '163505.398000', '163505.401000', '163505.404000', '163505.407000', '163505.409000', '163505.412000', '163505.415000', '163505.418000', '163505.421000', '163505.424000', '163505.426000', '163505.429000', '163505.432000', '163505.435000', '163505.438000', '163505.441000', '163505.443000', '163505.446000', '163505.449000', '163505.452000', '163505.455000', '163505.458000', '163505.460000', '163505.463000', '163505.466000', '163505.469000', '163505.472000', '163505.474000', '163505.477000', '163505.480000', '163505.483000', '163505.486000', '163505.489000', '163505.492000', '163505.495000', '163505.498000', '163505.500000', '163525.381000', '163525.384000', '163525.387000', '163525.390000', '163525.392000', '163525.395000', '163525.398000', '163525.401000', '163525.403000', '163525.406000', '163525.409000', '163525.412000', '163525.415000', '163525.418000', '163525.421000', '163525.423000', '163525.426000', '163525.429000', '163525.432000', '163525.435000', '163525.438000', '163525.440000', '163525.443000', '163525.446000', '163525.449000', '163525.452000', '163525.455000', '163525.458000', '163525.460000', '163525.463000', '163525.466000', '163525.469000', '163525.472000', '163525.475000', '163525.477000', '163525.480000', '163525.483000', '163525.486000', '163525.489000', '163525.492000', '163525.495000', '163525.497000', '163525.500000', '163525.503000', '163545.381000', '163545.384000', '163545.387000', '163545.390000', '163545.392000', '163545.395000', '163545.398000', '163545.401000', '163545.404000', '163545.407000', '163545.409000', '163545.412000', '163545.415000', '163545.418000', '163545.421000', '163545.423000', '163545.426000', '163545.429000', '163545.432000', '163545.435000', '163545.438000', '163545.440000', '163545.443000', '163545.446000', '163545.449000', '163545.452000', '163545.455000', '163545.457000', '163545.460000', '163545.463000', '163545.466000', '163545.469000', '163545.472000', '163545.474000', '163545.477000', '163545.480000', '163545.483000', '163545.486000', '163545.489000', '163545.491000', '163545.494000', '163545.497000', '163545.500000', '163605.381000', '163605.384000', '163605.387000', '163605.390000', '163605.392000', '163605.395000', '163605.398000', '163605.401000', '163605.404000', '163605.407000', '163605.409000', '163605.412000', '163605.415000', '163605.418000', '163605.421000', '163605.424000', '163605.426000', '163605.429000', '163605.432000', '163605.435000', '163605.438000', '163605.441000', '163605.444000', '163605.448000', '163605.451000', '163605.454000', '163605.457000', '163605.460000', '163605.463000', '163605.466000', '163605.468000', '163605.471000', '163605.474000', '163605.477000', '163605.480000', '163605.483000', '163605.485000', '163605.488000', '163605.491000', '163605.494000', '163605.497000', '163605.500000', '163605.503000', '163605.505000', '163625.382000', '163625.385000', '163625.388000', '163625.391000', '163625.393000', '163625.396000', '163625.399000', '163625.402000', '163625.405000', '163625.408000', '163625.410000', '163625.413000', '163625.416000', '163625.419000', '163625.422000', '163625.425000', '163625.427000', '163625.430000', '163625.433000', '163625.436000', '163625.439000', '163625.442000', '163625.444000', '163625.447000', '163625.450000', '163625.453000', '163625.456000', '163625.458000', '163625.461000', '163625.464000', '163625.467000', '163625.470000', '163625.472000', '163625.475000', '163625.478000', '163625.481000', '163625.484000', '163625.487000', '163625.490000', '163625.492000', '163625.495000', '163625.498000', '163625.501000', '163645.381000', '163645.384000', '163645.387000', '163645.390000', '163645.393000', '163645.396000', '163645.399000', '163645.402000', '163645.404000', '163645.407000', '163645.410000', '163645.413000', '163645.416000', '163645.418000', '163645.421000', '163645.424000', '163645.427000', '163645.430000', '163645.433000', '163645.435000', '163645.438000', '163645.441000', '163645.444000', '163645.447000', '163645.450000', '163645.452000', '163645.455000', '163645.458000', '163645.461000', '163645.464000', '163645.467000', '163645.469000', '163645.472000', '163645.475000', '163645.478000', '163645.481000', '163645.484000', '163645.486000', '163645.489000', '163645.492000', '163645.495000', '163645.498000', '163645.501000', '163705.381000', '163705.384000', '163705.387000', '163705.390000', '163705.392000', '163705.395000', '163705.411000', '163705.414000', '163705.417000', '163705.420000', '163705.423000', '163705.425000', '163705.428000', '163705.431000', '163705.434000', '163705.437000', '163705.440000', '163705.442000', '163705.445000', '163705.448000', '163705.451000', '163705.454000', '163705.456000', '163705.459000', '163705.462000', '163705.465000', '163705.468000', '163705.471000', '163705.473000', '163705.476000', '163705.479000', '163705.482000', '163705.485000', '163705.488000', '163705.491000', '163705.493000', '163705.496000', '163705.499000', '163705.502000', '163705.505000', '163705.508000', '163705.511000', '163705.513000', '163705.516000', '163725.381000', '163725.384000', '163725.387000', '163725.390000', '163725.392000', '163725.395000', '163725.398000', '163725.401000', '163725.404000', '163725.409000', '163725.413000', '163725.416000', '163725.419000', '163725.422000', '163725.425000', '163725.428000', '163725.431000', '163725.433000', '163725.436000', '163725.439000', '163725.442000', '163725.445000', '163725.447000', '163725.450000', '163725.453000', '163725.456000', '163725.459000', '163725.461000', '163725.464000', '163725.467000', '163725.470000', '163725.473000', '163725.475000', '163725.478000', '163725.481000', '163725.484000', '163725.487000', '163725.490000', '163725.492000', '163725.495000', '163725.498000', '163725.501000', '163725.504000', '163745.381000', '163745.384000', '163745.387000', '163745.390000', '163745.393000', '163745.395000', '163745.398000', '163745.401000', '163745.404000', '163745.407000', '163745.410000', '163745.412000', '163745.415000', '163745.418000', '163745.421000', '163745.424000', '163745.427000', '163745.429000', '163745.432000', '163745.435000', '163745.438000', '163745.441000', '163745.444000', '163745.446000', '163745.449000', '163745.452000', '163745.455000', '163745.458000', '163745.460000', '163745.463000', '163745.466000', '163745.469000', '163745.472000', '163745.474000', '163745.477000', '163745.480000', '163745.483000', '163745.486000', '163745.488000', '163745.491000', '163745.494000', '163745.497000', '163745.500000', '163745.502000', '163805.381000', '163805.384000', '163805.387000', '163805.390000', '163805.393000', '163805.406000', '163805.409000', '163805.411000', '163805.414000', '163805.418000', '163805.420000', '163805.423000', '163805.426000', '163805.429000', '163805.434000', '163805.437000', '163805.440000', '163805.443000', '163805.446000', '163805.449000', '163805.452000', '163805.455000', '163805.458000', '163805.461000', '163805.464000', '163805.466000', '163805.469000', '163805.472000', '163805.475000', '163805.478000', '163805.481000', '163805.484000', '163805.487000', '163805.489000', '163805.492000', '163805.495000', '163805.498000', '163805.501000', '163805.504000', '163805.506000', '163805.509000', '163805.512000', '163805.515000', '163825.381000', '163825.384000', '163825.402000', '163825.405000', '163825.407000', '163825.410000', '163825.413000', '163825.416000', '163825.419000', '163825.422000', '163825.424000', '163825.427000', '163825.430000', '163825.433000', '163825.436000', '163825.439000', '163825.441000', '163825.444000', '163825.447000', '163825.450000', '163825.453000', '163825.456000', '163825.458000', '163825.461000', '163825.464000', '163825.467000', '163825.470000', '163825.472000', '163825.475000', '163825.478000', '163825.481000', '163825.484000', '163825.487000', '163825.489000', '163825.492000', '163825.495000', '163825.498000', '163825.501000', '163825.504000', '163825.506000', '163825.509000', '163825.512000', '163825.515000', '163825.518000', '163845.382000', '163845.385000', '163845.388000', '163845.391000', '163845.394000', '163845.397000', '163845.399000', '163845.402000', '163845.405000', '163845.408000', '163845.411000', '163845.414000', '163845.417000', '163845.420000', '163845.422000', '163845.425000', '163845.428000', '163845.431000', '163845.434000', '163845.437000', '163845.439000', '163845.442000', '163845.445000', '163845.448000', '163845.451000', '163845.454000', '163845.457000', '163845.460000', '163845.463000', '163845.465000', '163845.468000', '163845.471000', '163845.474000', '163845.477000', '163845.480000', '163845.482000', '163845.485000', '163845.488000', '163845.491000', '163845.494000', '163845.497000', '163845.500000', '163845.502000', '163852.411000', '163852.414000', '163852.417000', '163852.420000', '163852.423000', '163852.426000', '163852.429000', '163852.431000', '163852.434000', '163852.437000', '163852.440000', '163852.443000', '163852.446000', '163852.449000', '163852.452000', '163852.455000'], 'InstanceCreationTime': ['163105.415000', '163105.419000', '163105.422000', '163105.425000', '163105.428000', '163105.431000', '163105.434000', '163105.437000', '163105.440000', '163105.443000', '163105.445000', '163105.449000', '163105.452000', '163105.455000', '163105.457000', '163105.468000', '163105.471000', '163105.474000', '163105.477000', '163105.481000', '163105.484000', '163105.487000', '163105.490000', '163105.493000', '163105.495000', '163105.498000', '163105.502000', '163105.511000', '163105.514000', '163105.517000', '163105.520000', '163105.523000', '163105.526000', '163105.529000', '163105.532000', '163105.535000', '163105.545000', '163105.548000', '163105.551000', '163105.554000', '163105.557000', '163105.560000', '163105.563000', '163105.566000', '163105.569000', '163105.572000', '163105.575000', '163105.578000', '163105.581000', '163125.381000', '163125.384000', '163125.387000', '163125.389000', '163125.392000', '163125.395000', '163125.398000', '163125.401000', '163125.403000', '163125.406000', '163125.409000', '163125.412000', '163125.415000', '163125.417000', '163125.420000', '163125.423000', '163125.426000', '163125.429000', '163125.431000', '163125.434000', '163125.437000', '163125.440000', '163125.443000', '163125.445000', '163125.448000', '163125.451000', '163125.454000', '163125.457000', '163125.459000', '163125.462000', '163125.465000', '163125.468000', '163125.471000', '163125.474000', '163125.476000', '163125.479000', '163125.482000', '163125.490000', '163125.493000', '163125.496000', '163125.499000', '163125.502000', '163125.504000', '163125.507000', '163145.382000', '163145.385000', '163145.388000', '163145.391000', '163145.393000', '163145.396000', '163145.399000', '163145.402000', '163145.405000', '163145.408000', '163145.411000', '163145.414000', '163145.417000', '163145.420000', '163145.423000', '163145.426000', '163145.429000', '163145.431000', '163145.434000', '163145.437000', '163145.440000', '163145.443000', '163145.445000', '163145.448000', '163145.451000', '163145.454000', '163145.456000', '163145.459000', '163145.462000', '163145.465000', '163145.468000', '163145.471000', '163145.474000', '163145.477000', '163145.480000', '163145.483000', '163145.487000', '163145.498000', '163145.501000', '163145.504000', '163145.506000', '163145.510000', '163145.512000', '163205.381000', '163205.384000', '163205.387000', '163205.389000', '163205.392000', '163205.395000', '163205.398000', '163205.401000', '163205.404000', '163205.407000', '163205.410000', '163205.412000', '163205.415000', '163205.418000', '163205.421000', '163205.424000', '163205.427000', '163205.430000', '163205.432000', '163205.435000', '163205.438000', '163205.441000', '163205.444000', '163205.446000', '163205.449000', '163205.452000', '163205.455000', '163205.458000', '163205.461000', '163205.463000', '163205.470000', '163205.473000', '163205.476000', '163205.479000', '163205.482000', '163205.484000', '163205.487000', '163205.490000', '163205.493000', '163205.496000', '163205.498000', '163205.501000', '163205.504000', '163205.507000', '163225.381000', '163225.384000', '163225.387000', '163225.390000', '163225.392000', '163225.395000', '163225.398000', '163225.401000', '163225.404000', '163225.406000', '163225.409000', '163225.412000', '163225.415000', '163225.418000', '163225.421000', '163225.423000', '163225.426000', '163225.429000', '163225.432000', '163225.435000', '163225.437000', '163225.440000', '163225.443000', '163225.446000', '163225.449000', '163225.451000', '163225.454000', '163225.457000', '163225.460000', '163225.463000', '163225.473000', '163225.476000', '163225.479000', '163225.482000', '163225.485000', '163225.487000', '163225.490000', '163225.493000', '163225.496000', '163225.500000', '163225.503000', '163225.506000', '163225.509000', '163245.381000', '163245.384000', '163245.387000', '163245.412000', '163245.415000', '163245.418000', '163245.421000', '163245.427000', '163245.430000', '163245.432000', '163245.435000', '163245.438000', '163245.441000', '163245.444000', '163245.447000', '163245.450000', '163245.453000', '163245.455000', '163245.458000', '163245.461000', '163245.464000', '163245.467000', '163245.470000', '163245.473000', '163245.476000', '163245.478000', '163245.481000', '163245.484000', '163245.487000', '163245.490000', '163245.493000', '163245.496000', '163245.499000', '163245.502000', '163245.511000', '163245.514000', '163245.517000', '163245.520000', '163245.522000', '163245.525000', '163245.528000', '163245.531000', '163245.534000', '163245.537000', '163305.381000', '163305.384000', '163305.387000', '163305.390000', '163305.392000', '163305.395000', '163305.398000', '163305.401000', '163305.404000', '163305.407000', '163305.410000', '163305.412000', '163305.415000', '163305.418000', '163305.421000', '163305.424000', '163305.427000', '163305.429000', '163305.432000', '163305.435000', '163305.438000', '163305.441000', '163305.443000', '163305.447000', '163305.450000', '163305.461000', '163305.464000', '163305.467000', '163305.469000', '163305.472000', '163305.475000', '163305.478000', '163305.481000', '163305.484000', '163305.487000', '163305.490000', '163305.493000', '163305.496000', '163305.498000', '163305.501000', '163305.504000', '163305.507000', '163305.510000', '163325.381000', '163325.384000', '163325.387000', '163325.390000', '163325.392000', '163325.395000', '163325.403000', '163325.406000', '163325.409000', '163325.412000', '163325.415000', '163325.418000', '163325.421000', '163325.424000', '163325.427000', '163325.430000', '163325.432000', '163325.435000', '163325.438000', '163325.441000', '163325.444000', '163325.447000', '163325.450000', '163325.453000', '163325.455000', '163325.458000', '163325.461000', '163325.464000', '163325.467000', '163325.470000', '163325.473000', '163325.475000', '163325.478000', '163325.481000', '163325.484000', '163325.487000', '163325.490000', '163325.493000', '163325.496000', '163325.498000', '163325.501000', '163325.512000', '163325.515000', '163325.518000', '163345.381000', '163345.384000', '163345.387000', '163345.390000', '163345.393000', '163345.395000', '163345.398000', '163345.401000', '163345.404000', '163345.407000', '163345.410000', '163345.413000', '163345.416000', '163345.418000', '163345.421000', '163345.424000', '163345.427000', '163345.430000', '163345.433000', '163345.436000', '163345.439000', '163345.442000', '163345.445000', '163345.448000', '163345.451000', '163345.454000', '163345.456000', '163345.459000', '163345.462000', '163345.465000', '163345.468000', '163345.471000', '163345.474000', '163345.477000', '163345.479000', '163345.482000', '163345.485000', '163345.488000', '163345.491000', '163345.494000', '163345.497000', '163345.499000', '163345.502000', '163405.382000', '163405.385000', '163405.388000', '163405.391000', '163405.394000', '163405.397000', '163405.399000', '163405.402000', '163405.405000', '163405.408000', '163405.411000', '163405.414000', '163405.417000', '163405.420000', '163405.423000', '163405.425000', '163405.428000', '163405.431000', '163405.434000', '163405.437000', '163405.439000', '163405.442000', '163405.445000', '163405.448000', '163405.451000', '163405.454000', '163405.456000', '163405.459000', '163405.473000', '163405.484000', '163405.487000', '163405.490000', '163405.493000', '163405.495000', '163405.498000', '163405.501000', '163405.504000', '163405.507000', '163405.510000', '163405.512000', '163405.515000', '163405.518000', '163405.521000', '163405.524000', '163425.381000', '163425.384000', '163425.387000', '163425.390000', '163425.392000', '163425.395000', '163425.398000', '163425.401000', '163425.404000', '163425.406000', '163425.409000', '163425.412000', '163425.415000', '163425.418000', '163425.421000', '163425.423000', '163425.426000', '163425.429000', '163425.432000', '163425.435000', '163425.438000', '163425.440000', '163425.443000', '163425.446000', '163425.449000', '163425.451000', '163425.454000', '163425.457000', '163425.460000', '163425.463000', '163425.466000', '163425.469000', '163425.471000', '163425.474000', '163425.477000', '163425.480000', '163425.483000', '163425.486000', '163425.490000', '163425.492000', '163425.495000', '163425.498000', '163425.501000', '163445.381000', '163445.384000', '163445.387000', '163445.390000', '163445.392000', '163445.395000', '163445.398000', '163445.401000', '163445.404000', '163445.406000', '163445.409000', '163445.412000', '163445.415000', '163445.418000', '163445.421000', '163445.423000', '163445.426000', '163445.429000', '163445.432000', '163445.435000', '163445.438000', '163445.441000', '163445.443000', '163445.446000', '163445.449000', '163445.452000', '163445.455000', '163445.458000', '163445.461000', '163445.463000', '163445.466000', '163445.469000', '163445.472000', '163445.475000', '163445.478000', '163445.481000', '163445.484000', '163445.487000', '163445.489000', '163445.492000', '163445.495000', '163445.498000', '163445.501000', '163445.504000', '163505.381000', '163505.384000', '163505.387000', '163505.390000', '163505.392000', '163505.395000', '163505.398000', '163505.401000', '163505.404000', '163505.407000', '163505.409000', '163505.412000', '163505.415000', '163505.418000', '163505.421000', '163505.424000', '163505.426000', '163505.429000', '163505.432000', '163505.435000', '163505.438000', '163505.441000', '163505.443000', '163505.446000', '163505.449000', '163505.452000', '163505.455000', '163505.458000', '163505.460000', '163505.463000', '163505.466000', '163505.469000', '163505.472000', '163505.474000', '163505.477000', '163505.480000', '163505.483000', '163505.486000', '163505.489000', '163505.492000', '163505.495000', '163505.498000', '163505.500000', '163525.381000', '163525.384000', '163525.387000', '163525.390000', '163525.392000', '163525.395000', '163525.398000', '163525.401000', '163525.403000', '163525.406000', '163525.409000', '163525.412000', '163525.415000', '163525.418000', '163525.421000', '163525.423000', '163525.426000', '163525.429000', '163525.432000', '163525.435000', '163525.438000', '163525.440000', '163525.443000', '163525.446000', '163525.449000', '163525.452000', '163525.455000', '163525.458000', '163525.460000', '163525.463000', '163525.466000', '163525.469000', '163525.472000', '163525.475000', '163525.477000', '163525.480000', '163525.483000', '163525.486000', '163525.489000', '163525.492000', '163525.495000', '163525.497000', '163525.500000', '163525.503000', '163545.381000', '163545.384000', '163545.387000', '163545.390000', '163545.392000', '163545.395000', '163545.398000', '163545.401000', '163545.404000', '163545.407000', '163545.409000', '163545.412000', '163545.415000', '163545.418000', '163545.421000', '163545.423000', '163545.426000', '163545.429000', '163545.432000', '163545.435000', '163545.438000', '163545.440000', '163545.443000', '163545.446000', '163545.449000', '163545.452000', '163545.455000', '163545.457000', '163545.460000', '163545.463000', '163545.466000', '163545.469000', '163545.472000', '163545.474000', '163545.477000', '163545.480000', '163545.483000', '163545.486000', '163545.489000', '163545.491000', '163545.494000', '163545.497000', '163545.500000', '163605.381000', '163605.384000', '163605.387000', '163605.390000', '163605.392000', '163605.395000', '163605.398000', '163605.401000', '163605.404000', '163605.407000', '163605.409000', '163605.412000', '163605.415000', '163605.418000', '163605.421000', '163605.424000', '163605.426000', '163605.429000', '163605.432000', '163605.435000', '163605.438000', '163605.441000', '163605.444000', '163605.448000', '163605.451000', '163605.454000', '163605.457000', '163605.460000', '163605.463000', '163605.466000', '163605.468000', '163605.471000', '163605.474000', '163605.477000', '163605.480000', '163605.483000', '163605.485000', '163605.488000', '163605.491000', '163605.494000', '163605.497000', '163605.500000', '163605.503000', '163605.505000', '163625.382000', '163625.385000', '163625.388000', '163625.391000', '163625.393000', '163625.396000', '163625.399000', '163625.402000', '163625.405000', '163625.408000', '163625.410000', '163625.413000', '163625.416000', '163625.419000', '163625.422000', '163625.425000', '163625.427000', '163625.430000', '163625.433000', '163625.436000', '163625.439000', '163625.442000', '163625.444000', '163625.447000', '163625.450000', '163625.453000', '163625.456000', '163625.458000', '163625.461000', '163625.464000', '163625.467000', '163625.470000', '163625.472000', '163625.475000', '163625.478000', '163625.481000', '163625.484000', '163625.487000', '163625.490000', '163625.492000', '163625.495000', '163625.498000', '163625.501000', '163645.381000', '163645.384000', '163645.387000', '163645.390000', '163645.393000', '163645.396000', '163645.399000', '163645.402000', '163645.404000', '163645.407000', '163645.410000', '163645.413000', '163645.416000', '163645.418000', '163645.421000', '163645.424000', '163645.427000', '163645.430000', '163645.433000', '163645.435000', '163645.438000', '163645.441000', '163645.444000', '163645.447000', '163645.450000', '163645.452000', '163645.455000', '163645.458000', '163645.461000', '163645.464000', '163645.467000', '163645.469000', '163645.472000', '163645.475000', '163645.478000', '163645.481000', '163645.484000', '163645.486000', '163645.489000', '163645.492000', '163645.495000', '163645.498000', '163645.501000', '163705.381000', '163705.384000', '163705.387000', '163705.390000', '163705.392000', '163705.395000', '163705.411000', '163705.414000', '163705.417000', '163705.420000', '163705.423000', '163705.425000', '163705.428000', '163705.431000', '163705.434000', '163705.437000', '163705.440000', '163705.442000', '163705.445000', '163705.448000', '163705.451000', '163705.454000', '163705.456000', '163705.459000', '163705.462000', '163705.465000', '163705.468000', '163705.471000', '163705.473000', '163705.476000', '163705.479000', '163705.482000', '163705.485000', '163705.488000', '163705.491000', '163705.493000', '163705.496000', '163705.499000', '163705.502000', '163705.505000', '163705.508000', '163705.511000', '163705.513000', '163705.516000', '163725.381000', '163725.384000', '163725.387000', '163725.390000', '163725.392000', '163725.395000', '163725.398000', '163725.401000', '163725.404000', '163725.409000', '163725.413000', '163725.416000', '163725.419000', '163725.422000', '163725.425000', '163725.428000', '163725.431000', '163725.433000', '163725.436000', '163725.439000', '163725.442000', '163725.445000', '163725.447000', '163725.450000', '163725.453000', '163725.456000', '163725.459000', '163725.461000', '163725.464000', '163725.467000', '163725.470000', '163725.473000', '163725.475000', '163725.478000', '163725.481000', '163725.484000', '163725.487000', '163725.490000', '163725.492000', '163725.495000', '163725.498000', '163725.501000', '163725.504000', '163745.381000', '163745.384000', '163745.387000', '163745.390000', '163745.393000', '163745.395000', '163745.398000', '163745.401000', '163745.404000', '163745.407000', '163745.410000', '163745.412000', '163745.415000', '163745.418000', '163745.421000', '163745.424000', '163745.427000', '163745.429000', '163745.432000', '163745.435000', '163745.438000', '163745.441000', '163745.444000', '163745.446000', '163745.449000', '163745.452000', '163745.455000', '163745.458000', '163745.460000', '163745.463000', '163745.466000', '163745.469000', '163745.472000', '163745.474000', '163745.477000', '163745.480000', '163745.483000', '163745.486000', '163745.488000', '163745.491000', '163745.494000', '163745.497000', '163745.500000', '163745.502000', '163805.381000', '163805.384000', '163805.387000', '163805.390000', '163805.393000', '163805.406000', '163805.409000', '163805.411000', '163805.414000', '163805.418000', '163805.420000', '163805.423000', '163805.426000', '163805.429000', '163805.434000', '163805.437000', '163805.440000', '163805.443000', '163805.446000', '163805.449000', '163805.452000', '163805.455000', '163805.458000', '163805.461000', '163805.464000', '163805.466000', '163805.469000', '163805.472000', '163805.475000', '163805.478000', '163805.481000', '163805.484000', '163805.487000', '163805.489000', '163805.492000', '163805.495000', '163805.498000', '163805.501000', '163805.504000', '163805.506000', '163805.509000', '163805.512000', '163805.515000', '163825.381000', '163825.384000', '163825.402000', '163825.405000', '163825.407000', '163825.410000', '163825.413000', '163825.416000', '163825.419000', '163825.422000', '163825.424000', '163825.427000', '163825.430000', '163825.433000', '163825.436000', '163825.439000', '163825.441000', '163825.444000', '163825.447000', '163825.450000', '163825.453000', '163825.456000', '163825.458000', '163825.461000', '163825.464000', '163825.467000', '163825.470000', '163825.472000', '163825.475000', '163825.478000', '163825.481000', '163825.484000', '163825.487000', '163825.489000', '163825.492000', '163825.495000', '163825.498000', '163825.501000', '163825.504000', '163825.506000', '163825.509000', '163825.512000', '163825.515000', '163825.518000', '163845.382000', '163845.385000', '163845.388000', '163845.391000', '163845.394000', '163845.397000', '163845.399000', '163845.402000', '163845.405000', '163845.408000', '163845.411000', '163845.414000', '163845.417000', '163845.420000', '163845.422000', '163845.425000', '163845.428000', '163845.431000', '163845.434000', '163845.437000', '163845.439000', '163845.442000', '163845.445000', '163845.448000', '163845.451000', '163845.454000', '163845.457000', '163845.460000', '163845.463000', '163845.465000', '163845.468000', '163845.471000', '163845.474000', '163845.477000', '163845.480000', '163845.482000', '163845.485000', '163845.488000', '163845.491000', '163845.494000', '163845.497000', '163845.500000', '163845.502000', '163852.411000', '163852.414000', '163852.417000', '163852.420000', '163852.423000', '163852.426000', '163852.429000', '163852.431000', '163852.434000', '163852.437000', '163852.440000', '163852.443000', '163852.446000', '163852.449000', '163852.452000', '163852.455000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [10357, 14390, 10115, 14056, 9251, 13615, 8905, 13321, 8885, 12956, 10137, 13184, 9193, 13208, 8879, 12829, 9941, 12744, 9281, 13106, 9460, 12760, 15906, 11364, 16859, 9925, 13566, 9373, 13310, 8855, 12225, 9179, 12739, 9527, 12765, 9174, 11791, 9322, 11785, 14092, 10216, 13346, 9351, 12698, 9758, 12776, 9887, 12488, 14253, 10553, 12735, 9673, 12786, 9329, 13030, 8907, 12698, 8566, 12410, 9088, 12413, 14315, 10332, 13141, 9891, 12512, 9561, 13100, 8792, 12916, 9498, 12461, 9115, 12476, 12915, 12143, 14107, 11054, 13428, 10202, 13177, 10185, 13380, 10023, 12993, 9832, 12803, 9621, 13141, 9101, 13545, 9396, 12585, 9780, 12885, 8480, 12964, 9532, 12592, 10191, 12476, 9959, 12829, 11200, 12702, 11415, 11887, 9082, 12710, 10559, 11781, 13725, 10707, 12754, 9430, 12918, 9189, 13417, 9378, 13050, 9127, 12707, 8561, 13063, 9183, 12238, 11055, 11035, 8933, 11839, 9070, 12305, 11468, 12044, 14267, 11218, 14236, 11453, 15156, 11012, 13780, 10353, 14104, 10130, 13447, 10476, 13380, 10390, 13780, 10306, 13073, 9926, 12956, 9500, 13629, 9317, 13347, 9348, 12806, 9773, 13266, 9894, 13418, 8824, 13051, 9411, 13171, 9269, 13913, 9267, 13548, 9713, 13562, 9660, 13831, 10021, 13919, 10163, 13533, 10187, 13770, 10302, 12920, 11384, 9862, 12150, 8428, 12986, 8507, 13584, 9946, 13100, 9569, 13757, 9638, 13570, 9488, 13454, 9753, 13079, 9673, 13495, 9988, 13759, 10262, 13394, 10360, 10894, 11708, 8978, 12519, 9692, 12797, 9335, 13528, 9560, 13559, 9637, 14225, 9691, 12978, 9973, 13254, 9515, 13730, 10178, 13029, 9891, 13472, 9718, 13648, 9802, 13643, 10108, 13587, 9702, 13794, 9551, 13709, 9236, 13246, 9888, 12822, 10154, 13516, 9696, 8817, 11301, 8497, 13034, 10598, 9829, 11452, 10159, 12743, 9673, 12915, 11522, 12865, 11870, 12237, 9135, 12941, 8456, 12861, 8877, 12302, 10741, 11629, 8840, 12197, 12661, 11461, 14268, 10471, 13954, 10150, 13066, 9827, 13499, 9986, 13836, 9368, 13796, 9648, 12661, 9708, 13029, 8598, 12959, 15778, 12267, 15603, 11455, 15880, 10904, 13913, 10185, 13691, 9625, 12858, 9270, 12673, 9356, 12945, 9291, 13099, 10246, 12390, 8858, 12233, 10639, 12331, 14368, 11606, 14693, 10755, 14143, 10203, 13083, 10823, 14123, 10107, 13570, 9785, 12530, 10179, 12255, 8306, 11731, 16697, 10551, 14689, 9480, 12264, 9241, 12962, 9280, 12864, 9609, 11725, 8382, 12250, 10430, 11758, 13480, 10826, 13044, 9836, 12968, 9330, 13138, 9654, 12404, 9273, 11790, 11496, 11991, 15836, 11443, 14888, 10641, 13673, 10577, 13785, 9900, 13541, 9717, 12453, 9378, 13272, 9244, 13639, 8875, 13785, 9488, 13080, 9359, 13638, 9829, 13782, 9287, 13253, 9497, 12950, 9454, 13033, 10312, 12587, 14962, 11527, 14088, 11658, 15178, 10947, 14234, 10337, 13651, 10084, 12451, 10408, 13790, 10175, 13969, 10223, 12816, 9607, 13537, 9524, 13882, 9225, 13075, 9554, 12787, 9219, 13133, 8859, 12953, 10651, 12432, 8826, 13181, 8300, 12874, 8600, 12556, 8707, 12914, 8866, 13229, 8554, 13278, 9300, 12937, 8836, 13208, 8875, 13457, 9003, 13034, 9609, 12891, 8368, 12855, 13587, 11886, 13743, 10543, 13477, 10102, 14093, 9824, 14578, 9940, 13588, 10065, 14174, 9991, 14374, 10594, 14543, 10498, 13345, 10070, 13938, 10200, 14102, 9958, 14068, 10147, 14522, 9497, 13068, 9714, 13784, 9876, 13711, 9653, 13071, 9540, 13392, 9159, 13347, 8869, 13343, 9397, 12913, 9185, 13505, 9309, 13892, 9100, 14339, 9524, 13270, 9829, 14060, 10359, 12144, 10984, 8963, 12534, 9780, 13331, 10409, 17123, 10121, 16286, 9903, 14493, 9889, 14289, 10850, 15707, 10710, 9514, 12072, 9197, 12581, 9606, 13601, 9850, 12546, 9329, 12652, 9900, 13010, 9693, 13184, 9531, 13328, 9623, 12693, 9672, 12871, 9491, 13695, 9501, 13808, 10044, 12775, 9704, 13369, 9799, 13555, 9447, 13639, 9842, 13240, 9389, 13109, 9923, 13891, 9896, 14226, 10408, 12837, 11092, 8606, 11954, 9029, 12465, 12547, 12231, 14878, 12075, 14023, 12497, 11992, 12760, 10521, 13241, 10252, 13633, 9609, 14146, 8519, 14603, 8853, 14818, 9359, 14552, 9945, 14945, 10589, 14346, 10433, 14206, 10297, 14974, 11670, 10577, 13846, 10161, 15165, 11150, 15048, 11239, 14946, 11059, 14918, 11093, 13138, 11211, 8310, 13511, 10413, 12191, 12241, 9600, 13911, 10296, 14136, 11029, 15349, 11635, 8189, 13942, 10543, 14267, 10880, 13970, 11108, 13015, 11786, 12921, 11979, 14242, 11170, 13558, 10800, 13998, 10750, 14092, 10352, 14266, 8857, 14221, 8360, 13847, 12186, 12312, 14047, 10894, 14287, 10119, 14099, 8345, 14044, 9168, 13503, 12068, 12300, 13805, 11163, 14609, 10830, 14164, 9669, 14195, 8212, 14385, 8686, 14213, 9939, 13446, 14685, 11340, 14445, 10421, 14720, 9559, 14342, 9567, 14157, 8560, 14364, 7970, 13928, 11718, 12448, 14667, 11449, 14530, 10532, 14634, 9316, 14574, 10442, 14012, 13416, 13136, 14502, 12142, 14708, 10899, 14397, 10852, 14068, 10678, 14470, 10338, 14457, 8146, 14275, 9998, 13820, 12659, 13413, 15059, 11568, 14843, 10868, 14393, 10447, 14214, 10653, 14527, 11047, 14815, 10817, 14520, 10901, 14389, 10855, 14894, 10298, 14740, 8584, 14560, 11471, 13625, 8471, 13933, 11237, 13218, 12748, 12119, 13883, 11640, 12163, 11937, 12620, 12000, 13382, 11848, 14029, 11803, 12273, 12405, 14516, 11443, 15008, 11097, 14647, 11012, 14649, 10971, 14843, 10406, 14829, 10282, 14681, 10267, 14738, 9765, 15050, 9029, 14755, 8562, 14351, 8282, 14359, 8523, 14231, 11073, 13602, 10201, 13387, 9153, 13589, 9629, 13280, 11996, 12481, 11617, 12387, 14650, 11432, 14997, 10737, 14680, 10098, 14541, 9694, 14374, 8642, 14530, 8520, 14568, 8855, 14019, 8552, 14225, 8318, 14380, 8287, 14211, 8507, 14245, 8309, 14611, 8443, 14256, 12914, 12856, 14685, 12068, 13324, 11881, 14856, 11266, 14885, 10989, 14385, 10821, 14714, 11167, 15063, 10916, 14805, 11123, 13258, 11572, 13898, 11686, 14571, 11225, 14797, 11310, 12016, 11995, 12880, 11640, 14521, 11379, 14945, 11049, 13399, 11302, 11895, 11781, 13153, 11308, 13433, 11548, 8769, 13932, 8943, 14669, 11333, 11677, 12707, 8415, 14701, 9213, 14615, 10013, 14554, 10351, 14574, 10540, 14638, 9881, 14948, 9016, 14440, 9131, 13730, 9640, 13749, 10004, 13604, 8868, 13823, 9497, 14032, 8521, 13942, 9428, 13322, 10504, 12065, 13645, 11046, 13799, 10797, 13713, 9371, 13850, 9539, 13663, 9701, 13473, 11896, 12816, 14448, 11060, 14095, 9938, 14126, 8429, 14000, 8723, 13910, 9244, 13218, 9206, 13034, 10191, 13193, 12023, 12258, 14201, 10883, 13929, 10642, 14145, 10101, 14304, 8719, 14060, 8718, 13945, 10386, 13322, 8686, 13272, 8796, 12860, 11961, 11391, 13891, 10969, 14124, 9905, 14269, 7992, 13861, 14086, 12052, 14582, 11304, 14012, 10742, 14163, 9577, 13632, 9033, 14068, 9936, 14048, 10020, 14348, 9267, 14454, 8377, 14219, 8294, 14034, 11230, 13496, 15135, 12287, 14760, 11392, 13015, 11459, 12460, 11197, 13849, 10989, 14436, 10851, 13768, 10797, 13874, 10774, 14061, 10658, 13577, 10728, 12910, 11264, 12246, 12260, 9773, 12700, 8892, 12935, 9377, 13735, 8690, 14219, 8677, 14129, 8480, 13784, 8500, 13941, 9327, 14753, 9177, 14865, 9301, 14760, 9462, 14848, 10745, 13778, 11306, 8921, 13701, 8061, 14177, 8603, 14579, 9441, 14597, 10484, 15086, 10479, 15044, 10684, 14560, 10740, 14195, 10892, 12617, 11969, 11610, 12363, 10150, 12759, 7885, 13905, 8442, 14485, 8821, 14703, 9398, 15042, 10323, 14640, 10902, 14896, 11001, 14708, 11310, 13084, 11548, 9789, 13251, 8237, 13769], 'WindowCenter': [4593.0, 4608.0, 4567.0, 4584.0, 4552.0, 4584.0, 4541.0, 4571.0, 4540.0, 4568.0, 4548.0, 4569.0, 4549.0, 4581.0, 4552.0, 4582.0, 4562.0, 4582.0, 4550.0, 4582.0, 4550.0, 4581.0, 4590.0, 4561.0, 4591.0, 4550.0, 4566.0, 4538.0, 4567.0, 4538.0, 4558.0, 4536.0, 4568.0, 4548.0, 4568.0, 4549.0, 4570.0, 4550.0, 4571.0, 4580.0, 4561.0, 4581.0, 4553.0, 4580.0, 4550.0, 4579.0, 4549.0, 4584.0, 4592.0, 4561.0, 4570.0, 4551.0, 4570.0, 4551.0, 4579.0, 4553.0, 4581.0, 4552.0, 4584.0, 4552.0, 4582.0, 4593.0, 4561.0, 4582.0, 4562.0, 4571.0, 4550.0, 4580.0, 4543.0, 4582.0, 4552.0, 4572.0, 4539.0, 4571.0, 4570.0, 4570.0, 4581.0, 4561.0, 4579.0, 4560.0, 4569.0, 4561.0, 4581.0, 4552.0, 4581.0, 4562.0, 4571.0, 4549.0, 4570.0, 4541.0, 4582.0, 4550.0, 4571.0, 4549.0, 4571.0, 4540.0, 4568.0, 4550.0, 4569.0, 4548.0, 4569.0, 4538.0, 4569.0, 4557.0, 4569.0, 4558.0, 4571.0, 4537.0, 4570.0, 4549.0, 4569.0, 4570.0, 4548.0, 4569.0, 4539.0, 4569.0, 4537.0, 4569.0, 4539.0, 4569.0, 4539.0, 4566.0, 4526.0, 4568.0, 4538.0, 4571.0, 4573.0, 4573.0, 4554.0, 4575.0, 4544.0, 4572.0, 4561.0, 4570.0, 4582.0, 4562.0, 4570.0, 4561.0, 4580.0, 4549.0, 4570.0, 4551.0, 4568.0, 4548.0, 4568.0, 4549.0, 4568.0, 4550.0, 4568.0, 4547.0, 4568.0, 4539.0, 4567.0, 4537.0, 4569.0, 4538.0, 4567.0, 4536.0, 4556.0, 4536.0, 4556.0, 4536.0, 4570.0, 4538.0, 4567.0, 4539.0, 4557.0, 4537.0, 4568.0, 4540.0, 4568.0, 4540.0, 4570.0, 4538.0, 4567.0, 4548.0, 4567.0, 4550.0, 4569.0, 4548.0, 4570.0, 4551.0, 4567.0, 4561.0, 4549.0, 4571.0, 4528.0, 4570.0, 4541.0, 4579.0, 4551.0, 4570.0, 4550.0, 4569.0, 4549.0, 4570.0, 4552.0, 4570.0, 4540.0, 4569.0, 4540.0, 4570.0, 4550.0, 4568.0, 4550.0, 4569.0, 4550.0, 4559.0, 4561.0, 4541.0, 4571.0, 4549.0, 4570.0, 4541.0, 4570.0, 4539.0, 4570.0, 4540.0, 4570.0, 4537.0, 4558.0, 4536.0, 4557.0, 4537.0, 4567.0, 4536.0, 4557.0, 4537.0, 4566.0, 4538.0, 4569.0, 4549.0, 4569.0, 4550.0, 4570.0, 4540.0, 4568.0, 4539.0, 4570.0, 4541.0, 4558.0, 4539.0, 4582.0, 4564.0, 4583.0, 4553.0, 4553.0, 4572.0, 4558.0, 4585.0, 4563.0, 4553.0, 4563.0, 4553.0, 4571.0, 4540.0, 4571.0, 4563.0, 4573.0, 4559.0, 4559.0, 4538.0, 4568.0, 4530.0, 4571.0, 4540.0, 4571.0, 4550.0, 4563.0, 4543.0, 4573.0, 4571.0, 4563.0, 4584.0, 4565.0, 4580.0, 4551.0, 4570.0, 4550.0, 4571.0, 4551.0, 4582.0, 4553.0, 4585.0, 4554.0, 4573.0, 4554.0, 4573.0, 4541.0, 4572.0, 4580.0, 4563.0, 4580.0, 4560.0, 4580.0, 4548.0, 4568.0, 4551.0, 4571.0, 4539.0, 4558.0, 4538.0, 4559.0, 4538.0, 4571.0, 4541.0, 4569.0, 4539.0, 4559.0, 4528.0, 4560.0, 4548.0, 4560.0, 4568.0, 4560.0, 4569.0, 4548.0, 4571.0, 4550.0, 4569.0, 4563.0, 4582.0, 4552.0, 4582.0, 4551.0, 4572.0, 4562.0, 4574.0, 4531.0, 4560.0, 4579.0, 4548.0, 4570.0, 4537.0, 4547.0, 4526.0, 4556.0, 4538.0, 4556.0, 4538.0, 4557.0, 4526.0, 4557.0, 4548.0, 4558.0, 4568.0, 4550.0, 4571.0, 4540.0, 4559.0, 4538.0, 4558.0, 4537.0, 4557.0, 4528.0, 4547.0, 4545.0, 4545.0, 4566.0, 4546.0, 4563.0, 4537.0, 4555.0, 4536.0, 4556.0, 4536.0, 4558.0, 4526.0, 4545.0, 4527.0, 4556.0, 4525.0, 4555.0, 4527.0, 4567.0, 4536.0, 4557.0, 4538.0, 4567.0, 4540.0, 4568.0, 4539.0, 4570.0, 4540.0, 4569.0, 4539.0, 4570.0, 4550.0, 4559.0, 4570.0, 4548.0, 4567.0, 4547.0, 4568.0, 4549.0, 4567.0, 4537.0, 4556.0, 4538.0, 4556.0, 4548.0, 4568.0, 4547.0, 4567.0, 4538.0, 4557.0, 4541.0, 4569.0, 4539.0, 4567.0, 4538.0, 4559.0, 4539.0, 4558.0, 4527.0, 4557.0, 4528.0, 4557.0, 4537.0, 4548.0, 4526.0, 4557.0, 4514.0, 4558.0, 4526.0, 4557.0, 4527.0, 4556.0, 4528.0, 4559.0, 4529.0, 4571.0, 4540.0, 4560.0, 4527.0, 4558.0, 4527.0, 4569.0, 4526.0, 4557.0, 4538.0, 4557.0, 4517.0, 4558.0, 4557.0, 4548.0, 4557.0, 4535.0, 4558.0, 4537.0, 4565.0, 4537.0, 4581.0, 4551.0, 4569.0, 4551.0, 4570.0, 4550.0, 4582.0, 4562.0, 4582.0, 4551.0, 4573.0, 4551.0, 4571.0, 4552.0, 4571.0, 4540.0, 4571.0, 4550.0, 4570.0, 4538.0, 4559.0, 4539.0, 4569.0, 4541.0, 4568.0, 4541.0, 4571.0, 4550.0, 4570.0, 4540.0, 4569.0, 4539.0, 4570.0, 4539.0, 4571.0, 4542.0, 4571.0, 4539.0, 4570.0, 4540.0, 4580.0, 4552.0, 4571.0, 4551.0, 4597.0, 4578.0, 4574.0, 4563.0, 4554.0, 4575.0, 4577.0, 4599.0, 4566.0, 4605.0, 4566.0, 4593.0, 4553.0, 4586.0, 4565.0, 4583.0, 4561.0, 4579.0, 4553.0, 4544.0, 4560.0, 4540.0, 4570.0, 4552.0, 4582.0, 4551.0, 4574.0, 4568.0, 4572.0, 4552.0, 4570.0, 4539.0, 4570.0, 4539.0, 4559.0, 4529.0, 4557.0, 4539.0, 4559.0, 4539.0, 4568.0, 4537.0, 4569.0, 4537.0, 4559.0, 4539.0, 4567.0, 4538.0, 4568.0, 4538.0, 4568.0, 4538.0, 4558.0, 4528.0, 4557.0, 4539.0, 4566.0, 4537.0, 4568.0, 4550.0, 4570.0, 4562.0, 4530.0, 4558.0, 4541.0, 4572.0, 4558.0, 4572.0, 4580.0, 4560.0, 4568.0, 4556.0, 4544.0, 4554.0, 4532.0, 4555.0, 4534.0, 4554.0, 4536.0, 4565.0, 4530.0, 4577.0, 4527.0, 4568.0, 4538.0, 4579.0, 4538.0, 4579.0, 4547.0, 4578.0, 4550.0, 4581.0, 4560.0, 4591.0, 4572.0, 4563.0, 4583.0, 4562.0, 4581.0, 4572.0, 4592.0, 4574.0, 4590.0, 4571.0, 4589.0, 4562.0, 4579.0, 4558.0, 4538.0, 4580.0, 4562.0, 4560.0, 4533.0, 4510.0, 4553.0, 4548.0, 4568.0, 4545.0, 4563.0, 4541.0, 4510.0, 4539.0, 4519.0, 4538.0, 4530.0, 4550.0, 4531.0, 4553.0, 4544.0, 4554.0, 4542.0, 4565.0, 4544.0, 4541.0, 4530.0, 4549.0, 4531.0, 4550.0, 4534.0, 4563.0, 4524.0, 4565.0, 4525.0, 4566.0, 4555.0, 4556.0, 4564.0, 4545.0, 4564.0, 4545.0, 4566.0, 4526.0, 4578.0, 4536.0, 4577.0, 4568.0, 4570.0, 4568.0, 4559.0, 4578.0, 4557.0, 4580.0, 4563.0, 4591.0, 4541.0, 4591.0, 4550.0, 4592.0, 4549.0, 4578.0, 4589.0, 4560.0, 4579.0, 4560.0, 4591.0, 4562.0, 4590.0, 4560.0, 4591.0, 4551.0, 4593.0, 4542.0, 4593.0, 4582.0, 4593.0, 4594.0, 4583.0, 4594.0, 4574.0, 4591.0, 4552.0, 4593.0, 4573.0, 4592.0, 4581.0, 4583.0, 4580.0, 4569.0, 4591.0, 4571.0, 4603.0, 4574.0, 4593.0, 4575.0, 4604.0, 4575.0, 4605.0, 4564.0, 4606.0, 4574.0, 4606.0, 4594.0, 4593.0, 4601.0, 4583.0, 4603.0, 4573.0, 4594.0, 4573.0, 4591.0, 4571.0, 4591.0, 4573.0, 4605.0, 4586.0, 4604.0, 4584.0, 4594.0, 4574.0, 4592.0, 4564.0, 4593.0, 4553.0, 4591.0, 4570.0, 4581.0, 4539.0, 4580.0, 4559.0, 4577.0, 4580.0, 4582.0, 4590.0, 4571.0, 4569.0, 4570.0, 4570.0, 4570.0, 4579.0, 4583.0, 4589.0, 4572.0, 4570.0, 4578.0, 4580.0, 4570.0, 4588.0, 4571.0, 4579.0, 4560.0, 4579.0, 4558.0, 4577.0, 4560.0, 4589.0, 4561.0, 4591.0, 4560.0, 4589.0, 4561.0, 4588.0, 4551.0, 4591.0, 4551.0, 4592.0, 4539.0, 4590.0, 4550.0, 4589.0, 4571.0, 4592.0, 4559.0, 4582.0, 4549.0, 4581.0, 4560.0, 4593.0, 4582.0, 4582.0, 4572.0, 4583.0, 4592.0, 4571.0, 4593.0, 4573.0, 4592.0, 4560.0, 4579.0, 4549.0, 4578.0, 4537.0, 4579.0, 4537.0, 4580.0, 4538.0, 4577.0, 4537.0, 4578.0, 4537.0, 4588.0, 4542.0, 4587.0, 4550.0, 4591.0, 4542.0, 4589.0, 4541.0, 4592.0, 4583.0, 4583.0, 4579.0, 4570.0, 4567.0, 4570.0, 4578.0, 4561.0, 4588.0, 4559.0, 4578.0, 4558.0, 4578.0, 4559.0, 4588.0, 4569.0, 4589.0, 4569.0, 4580.0, 4571.0, 4578.0, 4572.0, 4590.0, 4571.0, 4592.0, 4571.0, 4569.0, 4569.0, 4569.0, 4570.0, 4579.0, 4569.0, 4580.0, 4560.0, 4580.0, 4571.0, 4571.0, 4572.0, 4595.0, 4585.0, 4593.0, 4585.0, 4565.0, 4591.0, 4552.0, 4592.0, 4583.0, 4588.0, 4597.0, 4555.0, 4607.0, 4580.0, 4605.0, 4562.0, 4582.0, 4550.0, 4577.0, 4548.0, 4579.0, 4550.0, 4580.0, 4537.0, 4566.0, 4535.0, 4551.0, 4530.0, 4548.0, 4530.0, 4561.0, 4522.0, 4562.0, 4533.0, 4563.0, 4522.0, 4573.0, 4533.0, 4562.0, 4544.0, 4565.0, 4563.0, 4557.0, 4563.0, 4553.0, 4574.0, 4535.0, 4576.0, 4557.0, 4578.0, 4546.0, 4575.0, 4565.0, 4566.0, 4575.0, 4567.0, 4578.0, 4545.0, 4575.0, 4536.0, 4575.0, 4535.0, 4574.0, 4547.0, 4577.0, 4547.0, 4577.0, 4556.0, 4576.0, 4566.0, 4566.0, 4577.0, 4558.0, 4577.0, 4557.0, 4577.0, 4546.0, 4575.0, 4534.0, 4575.0, 4535.0, 4577.0, 4557.0, 4577.0, 4536.0, 4578.0, 4549.0, 4579.0, 4579.0, 4581.0, 4589.0, 4571.0, 4589.0, 4558.0, 4588.0, 4537.0, 4576.0, 4578.0, 4569.0, 4576.0, 4557.0, 4577.0, 4557.0, 4574.0, 4546.0, 4591.0, 4559.0, 4588.0, 4558.0, 4589.0, 4569.0, 4601.0, 4562.0, 4592.0, 4549.0, 4591.0, 4549.0, 4590.0, 4559.0, 4576.0, 4577.0, 4566.0, 4576.0, 4555.0, 4565.0, 4555.0, 4564.0, 4557.0, 4577.0, 4559.0, 4587.0, 4569.0, 4579.0, 4573.0, 4581.0, 4570.0, 4590.0, 4562.0, 4580.0, 4562.0, 4580.0, 4570.0, 4569.0, 4570.0, 4547.0, 4568.0, 4538.0, 4580.0, 4548.0, 4581.0, 4537.0, 4578.0, 4538.0, 4580.0, 4537.0, 4577.0, 4538.0, 4581.0, 4564.0, 4592.0, 4549.0, 4577.0, 4535.0, 4575.0, 4559.0, 4579.0, 4561.0, 4581.0, 4570.0, 4552.0, 4582.0, 4543.0, 4592.0, 4554.0, 4592.0, 4552.0, 4591.0, 4558.0, 4579.0, 4560.0, 4577.0, 4559.0, 4577.0, 4557.0, 4578.0, 4558.0, 4566.0, 4558.0, 4556.0, 4567.0, 4546.0, 4566.0, 4528.0, 4566.0, 4526.0, 4577.0, 4537.0, 4577.0, 4549.0, 4578.0, 4549.0, 4580.0, 4561.0, 4577.0, 4559.0, 4577.0, 4570.0, 4578.0, 4569.0, 4549.0, 4578.0, 4539.0, 4578.0], 'WindowWidth': [10095.0, 10103.0, 10041.0, 10059.0, 10012.0, 10055.0, 9994.0, 10034.0, 9990.0, 10026.0, 10000.0, 10031.0, 10004.0, 10050.0, 10012.0, 10053.0, 10025.0, 10053.0, 10007.0, 10054.0, 10007.0, 10050.0, 10063.0, 10023.0, 10065.0, 10004.0, 10026.0, 9987.0, 10026.0, 9984.0, 10012.0, 9982.0, 10027.0, 9999.0, 10029.0, 10005.0, 10034.0, 10008.0, 10037.0, 10047.0, 10022.0, 10051.0, 10012.0, 10048.0, 10007.0, 10046.0, 10004.0, 10055.0, 10070.0, 10022.0, 10034.0, 10008.0, 10034.0, 10009.0, 10047.0, 10014.0, 10050.0, 10011.0, 10057.0, 10011.0, 10054.0, 10072.0, 10024.0, 10055.0, 10025.0, 10038.0, 10007.0, 10049.0, 10000.0, 10054.0, 10013.0, 10037.0, 9991.0, 10035.0, 10033.0, 10034.0, 10054.0, 10023.0, 10047.0, 10020.0, 10032.0, 10022.0, 10049.0, 10013.0, 10050.0, 10026.0, 10035.0, 10004.0, 10033.0, 9996.0, 10051.0, 10006.0, 10037.0, 10004.0, 10036.0, 9990.0, 10030.0, 10006.0, 10031.0, 9998.0, 10029.0, 9985.0, 10027.0, 10012.0, 10028.0, 10014.0, 10034.0, 9985.0, 10030.0, 10002.0, 10030.0, 10034.0, 10001.0, 10030.0, 9987.0, 10029.0, 9983.0, 10029.0, 9987.0, 10028.0, 9985.0, 10022.0, 9968.0, 10027.0, 9985.0, 10037.0, 10041.0, 10045.0, 10019.0, 10045.0, 10001.0, 10038.0, 10022.0, 10033.0, 10053.0, 10023.0, 10032.0, 10020.0, 10046.0, 10001.0, 10032.0, 10006.0, 10027.0, 9998.0, 10025.0, 9999.0, 10026.0, 10004.0, 10027.0, 9997.0, 10027.0, 9987.0, 10025.0, 9984.0, 10029.0, 9986.0, 10024.0, 9981.0, 10008.0, 9979.0, 10005.0, 9980.0, 10028.0, 9985.0, 10025.0, 9986.0, 10009.0, 9982.0, 10025.0, 9988.0, 10026.0, 9988.0, 10028.0, 9985.0, 10023.0, 9999.0, 10025.0, 10002.0, 10028.0, 9999.0, 10029.0, 10007.0, 10025.0, 10020.0, 10001.0, 10032.0, 9972.0, 10030.0, 9993.0, 10044.0, 10006.0, 10031.0, 10004.0, 10030.0, 10003.0, 10033.0, 10008.0, 10032.0, 9990.0, 10029.0, 9988.0, 10030.0, 10004.0, 10027.0, 10005.0, 10029.0, 10004.0, 10015.0, 10019.0, 9994.0, 10034.0, 10002.0, 10031.0, 9992.0, 10032.0, 9990.0, 10033.0, 9989.0, 10033.0, 9982.0, 10011.0, 9978.0, 10007.0, 9980.0, 10021.0, 9977.0, 10007.0, 9980.0, 10021.0, 9985.0, 10027.0, 10002.0, 10029.0, 10004.0, 10030.0, 9990.0, 10027.0, 9988.0, 10029.0, 9989.0, 10013.0, 9987.0, 10053.0, 10029.0, 10054.0, 10014.0, 10013.0, 10038.0, 10029.0, 10062.0, 10028.0, 10013.0, 10026.0, 10011.0, 10034.0, 9989.0, 10033.0, 10026.0, 10037.0, 10014.0, 10014.0, 9983.0, 10024.0, 9973.0, 10030.0, 9990.0, 10033.0, 10004.0, 10024.0, 9998.0, 10039.0, 10035.0, 10025.0, 10056.0, 10031.0, 10046.0, 10008.0, 10031.0, 10004.0, 10034.0, 10007.0, 10050.0, 10013.0, 10058.0, 10012.0, 10039.0, 10012.0, 10038.0, 9991.0, 10037.0, 10047.0, 10024.0, 10045.0, 10018.0, 10045.0, 9999.0, 10027.0, 10004.0, 10031.0, 9987.0, 10013.0, 9985.0, 10015.0, 9985.0, 10033.0, 9990.0, 10026.0, 9986.0, 10013.0, 9970.0, 10015.0, 9996.0, 10015.0, 10026.0, 10015.0, 10031.0, 9999.0, 10033.0, 10003.0, 10030.0, 10030.0, 10054.0, 10009.0, 10052.0, 10009.0, 10037.0, 10025.0, 10043.0, 9979.0, 10018.0, 10045.0, 9998.0, 10029.0, 9980.0, 9996.0, 9964.0, 10005.0, 9983.0, 10006.0, 9981.0, 10007.0, 9966.0, 10008.0, 9997.0, 10013.0, 10026.0, 10004.0, 10032.0, 9989.0, 10014.0, 9984.0, 10012.0, 9981.0, 10008.0, 9968.0, 9993.0, 9987.0, 9988.0, 10019.0, 9991.0, 10012.0, 9980.0, 10005.0, 9977.0, 10005.0, 9978.0, 10008.0, 9965.0, 9988.0, 9965.0, 10003.0, 9962.0, 10004.0, 9968.0, 10021.0, 9979.0, 10008.0, 9982.0, 10022.0, 9987.0, 10026.0, 9988.0, 10029.0, 9990.0, 10028.0, 9987.0, 10031.0, 10004.0, 10015.0, 10030.0, 9997.0, 10023.0, 9996.0, 10025.0, 9998.0, 10025.0, 9982.0, 10007.0, 9982.0, 10008.0, 9996.0, 10024.0, 9996.0, 10022.0, 9985.0, 10009.0, 9991.0, 10026.0, 9986.0, 10023.0, 9983.0, 10014.0, 9985.0, 10011.0, 9967.0, 10008.0, 9968.0, 10009.0, 9979.0, 9995.0, 9964.0, 10007.0, 9949.0, 10011.0, 9966.0, 10007.0, 9966.0, 10006.0, 9969.0, 10014.0, 9975.0, 10031.0, 9987.0, 10016.0, 9969.0, 10011.0, 9967.0, 10027.0, 9966.0, 10009.0, 9981.0, 10007.0, 9953.0, 10008.0, 10009.0, 9996.0, 10009.0, 9976.0, 10010.0, 9979.0, 10017.0, 9982.0, 10045.0, 10005.0, 10027.0, 10004.0, 10029.0, 10004.0, 10047.0, 10023.0, 10050.0, 10008.0, 10037.0, 10006.0, 10032.0, 10008.0, 10032.0, 9988.0, 10033.0, 10002.0, 10031.0, 9986.0, 10013.0, 9986.0, 10026.0, 9991.0, 10026.0, 9992.0, 10031.0, 10003.0, 10031.0, 9989.0, 10028.0, 9988.0, 10030.0, 9986.0, 10032.0, 9993.0, 10031.0, 9988.0, 10030.0, 9991.0, 10044.0, 10007.0, 10035.0, 10009.0, 10081.0, 10054.0, 10045.0, 10029.0, 10015.0, 10046.0, 10054.0, 10085.0, 10037.0, 10088.0, 10035.0, 10071.0, 10013.0, 10062.0, 10033.0, 10054.0, 10021.0, 10041.0, 10008.0, 9998.0, 10015.0, 9988.0, 10031.0, 10011.0, 10049.0, 10007.0, 10044.0, 10042.0, 10038.0, 10007.0, 10030.0, 9985.0, 10031.0, 9985.0, 10014.0, 9971.0, 10008.0, 9983.0, 10012.0, 9986.0, 10023.0, 9980.0, 10027.0, 9981.0, 10013.0, 9986.0, 10021.0, 9984.0, 10024.0, 9981.0, 10024.0, 9982.0, 10010.0, 9967.0, 10006.0, 9983.0, 10019.0, 9982.0, 10025.0, 10004.0, 10031.0, 10020.0, 9976.0, 10012.0, 9991.0, 10033.0, 10011.0, 10034.0, 10045.0, 10016.0, 10025.0, 10003.0, 9984.0, 9999.0, 9968.0, 10001.0, 9971.0, 9999.0, 9975.0, 10014.0, 9973.0, 10034.0, 9968.0, 10022.0, 9983.0, 10038.0, 9984.0, 10041.0, 9997.0, 10040.0, 10004.0, 10049.0, 10020.0, 10064.0, 10039.0, 10027.0, 10056.0, 10026.0, 10050.0, 10040.0, 10070.0, 10049.0, 10065.0, 10036.0, 10062.0, 10025.0, 10048.0, 10017.0, 9989.0, 10048.0, 10027.0, 10018.0, 9965.0, 9929.0, 10000.0, 9999.0, 10030.0, 9993.0, 10016.0, 9981.0, 9934.0, 9969.0, 9942.0, 9968.0, 9960.0, 9988.0, 9968.0, 9998.0, 9988.0, 9999.0, 9985.0, 10021.0, 9989.0, 9978.0, 9962.0, 9987.0, 9964.0, 9990.0, 9973.0, 10014.0, 9961.0, 10019.0, 9965.0, 10020.0, 10008.0, 10008.0, 10016.0, 9990.0, 10016.0, 9991.0, 10023.0, 9969.0, 10040.0, 9983.0, 10039.0, 10031.0, 10032.0, 10029.0, 10016.0, 10042.0, 10013.0, 10049.0, 10034.0, 10065.0, 9998.0, 10065.0, 10009.0, 10066.0, 10007.0, 10044.0, 10062.0, 10022.0, 10046.0, 10021.0, 10066.0, 10027.0, 10062.0, 10024.0, 10066.0, 10014.0, 10071.0, 10003.0, 10073.0, 10061.0, 10075.0, 10076.0, 10059.0, 10075.0, 10046.0, 10067.0, 10014.0, 10072.0, 10046.0, 10069.0, 10053.0, 10054.0, 10052.0, 10033.0, 10066.0, 10042.0, 10088.0, 10048.0, 10074.0, 10050.0, 10089.0, 10052.0, 10092.0, 10039.0, 10097.0, 10050.0, 10094.0, 10075.0, 10072.0, 10084.0, 10058.0, 10089.0, 10046.0, 10075.0, 10046.0, 10069.0, 10041.0, 10067.0, 10046.0, 10091.0, 10070.0, 10091.0, 10064.0, 10077.0, 10050.0, 10072.0, 10033.0, 10074.0, 10018.0, 10067.0, 10036.0, 10050.0, 9993.0, 10047.0, 10020.0, 10041.0, 10052.0, 10057.0, 10066.0, 10040.0, 10034.0, 10035.0, 10034.0, 10035.0, 10048.0, 10057.0, 10063.0, 10042.0, 10037.0, 10045.0, 10050.0, 10034.0, 10058.0, 10038.0, 10048.0, 10020.0, 10046.0, 10016.0, 10040.0, 10022.0, 10061.0, 10026.0, 10064.0, 10022.0, 10061.0, 10023.0, 10059.0, 10013.0, 10068.0, 10013.0, 10069.0, 9993.0, 10062.0, 10008.0, 10062.0, 10044.0, 10068.0, 10021.0, 10053.0, 10007.0, 10052.0, 10024.0, 10072.0, 10059.0, 10058.0, 10043.0, 10058.0, 10071.0, 10040.0, 10072.0, 10045.0, 10071.0, 10024.0, 10048.0, 10004.0, 10044.0, 9986.0, 10045.0, 9987.0, 10047.0, 9989.0, 10043.0, 9986.0, 10043.0, 9989.0, 10058.0, 10002.0, 10058.0, 10010.0, 10066.0, 10002.0, 10063.0, 9998.0, 10067.0, 10060.0, 10058.0, 10050.0, 10035.0, 10031.0, 10034.0, 10044.0, 10023.0, 10058.0, 10020.0, 10042.0, 10016.0, 10045.0, 10018.0, 10059.0, 10035.0, 10061.0, 10034.0, 10049.0, 10038.0, 10046.0, 10039.0, 10066.0, 10039.0, 10068.0, 10040.0, 10034.0, 10033.0, 10035.0, 10036.0, 10048.0, 10036.0, 10050.0, 10022.0, 10049.0, 10038.0, 10037.0, 10039.0, 10080.0, 10064.0, 10075.0, 10065.0, 10038.0, 10064.0, 10013.0, 10069.0, 10057.0, 10072.0, 10082.0, 10025.0, 10100.0, 10067.0, 10095.0, 10030.0, 10056.0, 10004.0, 10039.0, 9998.0, 10048.0, 10007.0, 10049.0, 9988.0, 10024.0, 9981.0, 9996.0, 9965.0, 9987.0, 9968.0, 10009.0, 9959.0, 10014.0, 9976.0, 10018.0, 9961.0, 10030.0, 9975.0, 10015.0, 9993.0, 10022.0, 10019.0, 10014.0, 10019.0, 10004.0, 10033.0, 9982.0, 10043.0, 10019.0, 10046.0, 9998.0, 10037.0, 10025.0, 10026.0, 10039.0, 10028.0, 10047.0, 9997.0, 10038.0, 9984.0, 10036.0, 9983.0, 10035.0, 10003.0, 10045.0, 10003.0, 10044.0, 10015.0, 10040.0, 10029.0, 10027.0, 10044.0, 10018.0, 10045.0, 10016.0, 10041.0, 9998.0, 10036.0, 9980.0, 10035.0, 9984.0, 10043.0, 10016.0, 10042.0, 9987.0, 10045.0, 10008.0, 10049.0, 10052.0, 10056.0, 10064.0, 10042.0, 10063.0, 10021.0, 10061.0, 9990.0, 10042.0, 10047.0, 10033.0, 10044.0, 10017.0, 10045.0, 10016.0, 10037.0, 9999.0, 10069.0, 10024.0, 10062.0, 10021.0, 10063.0, 10038.0, 10083.0, 10029.0, 10070.0, 10009.0, 10070.0, 10009.0, 10064.0, 10021.0, 10040.0, 10045.0, 10028.0, 10041.0, 10011.0, 10023.0, 10008.0, 10021.0, 10013.0, 10041.0, 10020.0, 10057.0, 10035.0, 10047.0, 10045.0, 10053.0, 10039.0, 10064.0, 10026.0, 10048.0, 10026.0, 10050.0, 10038.0, 10035.0, 10034.0, 10001.0, 10028.0, 9989.0, 10049.0, 10004.0, 10051.0, 9987.0, 10043.0, 9990.0, 10046.0, 9987.0, 10040.0, 9990.0, 10050.0, 10035.0, 10070.0, 10005.0, 10039.0, 9981.0, 10036.0, 10023.0, 10045.0, 10021.0, 10049.0, 10035.0, 10013.0, 10053.0, 10000.0, 10067.0, 10019.0, 10069.0, 10011.0, 10066.0, 10016.0, 10048.0, 10021.0, 10042.0, 10017.0, 10042.0, 10014.0, 10045.0, 10015.0, 10025.0, 10014.0, 10011.0, 10026.0, 9999.0, 10025.0, 9974.0, 10024.0, 9970.0, 10039.0, 9985.0, 10040.0, 10004.0, 10043.0, 10004.0, 10047.0, 10022.0, 10042.0, 10020.0, 10042.0, 10037.0, 10045.0, 10034.0, 10006.0, 10043.0, 9992.0, 10044.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.0037339698965192848</td></tr>
<tr><td colspan=3>aqi</td><td>0.07774028080903105</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.66938232874765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1324762934463268</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9220701004896423</td></tr>
<tr><td colspan=3>efc</td><td>0.4836</td></tr>
<tr><td colspan=3>fber</td><td>8331.8789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10552154039692996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.9962370649106305</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.442817048658204</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.34797676220169</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6668225727816317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3136518109912907</td></tr>
<tr><td colspan=3>gcor</td><td>0.00584845</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006533840671181679</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04988126829266548</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.5657452748538</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>19.4723</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0678</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9861</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.1429</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5292</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.9537</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3793.7197</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79868.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.6946</td></tr>
<tr><td colspan=3>tsnr</td><td>28.901336545241065</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>