<?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-0080_ses-02_task-alignvideo_acq-mb8_run-04_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-0080_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_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-0080/ses-02/func/sub-0080_ses-02_task-alignvideo_acq-mb8_run-04_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>d826f3d6c311ebc85152b1b853b6b6b5</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>22:14:51.770000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99749, -0.070736, 0.00309321, 0.0701012, 0.992791, 0.0972232]</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-04_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.10194</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7236, 526, -37, -275, 40, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eea11645-22ea-4f2f-92a7-acf12bff6215||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6761934757232666, 0.1880764663219452, 0.02685985155403614, 100.82350158691406], [0.18977944552898407, 2.6635849475860596, 0.26125845313072205, -104.31451416015625], [0.008298862725496292, -0.26084282994270325, 2.6871960163116455, -50.72784423828125], [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, 914]</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], 'AcquisitionTime': ['221451.770000', '221452.230000', '221452.690000', '221453.150000', '221453.610000', '221454.070000', '221454.530000', '221454.990000', '221455.450000', '221455.910000', '221456.370000', '221456.830000', '221457.290000', '221457.750000', '221458.210000', '221458.670000', '221459.130000', '221459.590000', '221500.050000', '221500.510000', '221500.970000', '221501.430000', '221501.890000', '221502.350000', '221502.810000', '221503.270000', '221503.730000', '221504.190000', '221504.650000', '221505.110000', '221505.570000', '221506.030000', '221506.490000', '221506.950000', '221507.410000', '221507.870000', '221508.330000', '221508.790000', '221509.250000', '221509.710000', '221510.170000', '221510.630000', '221511.090000', '221511.550000', '221512.010000', '221512.470000', '221512.930000', '221513.390000', '221513.850000', '221514.310000', '221514.770000', '221515.230000', '221515.690000', '221516.150000', '221516.610000', '221517.070000', '221517.530000', '221517.990000', '221518.450000', '221518.910000', '221519.370000', '221519.830000', '221520.290000', '221520.750000', '221521.210000', '221521.670000', '221522.130000', '221522.590000', '221523.050000', '221523.510000', '221523.970000', '221524.430000', '221524.890000', '221525.350000', '221525.810000', '221526.270000', '221526.730000', '221527.190000', '221527.650000', '221528.110000', '221528.570000', '221529.030000', '221529.490000', '221529.950000', '221530.410000', '221530.870000', '221531.330000', '221531.790000', '221532.250000', '221532.710000', '221533.170000', '221533.630000', '221534.090000', '221534.550000', '221535.010000', '221535.470000', '221535.930000', '221536.390000', '221536.850000', '221537.310000', '221537.770000', '221538.230000', '221538.690000', '221539.150000', '221539.610000', '221540.070000', '221540.530000', '221540.990000', '221541.450000', '221541.910000', '221542.370000', '221542.830000', '221543.290000', '221543.750000', '221544.210000', '221544.670000', '221545.130000', '221545.590000', '221546.050000', '221546.510000', '221546.970000', '221547.430000', '221547.890000', '221548.350000', '221548.810000', '221549.270000', '221549.730000', '221550.190000', '221550.650000', '221551.110000', '221551.570000', '221552.030000', '221552.490000', '221552.950000', '221553.410000', '221553.870000', '221554.330000', '221554.790000', '221555.250000', '221555.710000', '221556.170000', '221556.630000', '221557.090000', '221557.550000', '221558.010000', '221558.470000', '221558.930000', '221559.390000', '221559.850000', '221600.310000', '221600.770000', '221601.230000', '221601.690000', '221602.150000', '221602.610000', '221603.070000', '221603.530000', '221603.990000', '221604.450000', '221604.910000', '221605.370000', '221605.830000', '221606.290000', '221606.750000', '221607.210000', '221607.670000', '221608.130000', '221608.590000', '221609.050000', '221609.510000', '221609.970000', '221610.430000', '221610.890000', '221611.350000', '221611.810000', '221612.270000', '221612.730000', '221613.190000', '221613.650000', '221614.110000', '221614.570000', '221615.030000', '221615.490000', '221615.950000', '221616.410000', '221616.870000', '221617.330000', '221617.790000', '221618.250000', '221618.710000', '221619.170000', '221619.630000', '221620.090000', '221620.550000', '221621.010000', '221621.470000', '221621.930000', '221622.390000', '221622.850000', '221623.310000', '221623.770000', '221624.230000', '221624.690000', '221625.150000', '221625.610000', '221626.070000', '221626.530000', '221626.990000', '221627.450000', '221627.910000', '221628.370000', '221628.830000', '221629.290000', '221629.750000', '221630.210000', '221630.670000', '221631.130000', '221631.590000', '221632.050000', '221632.510000', '221632.970000', '221633.430000', '221633.890000', '221634.350000', '221634.810000', '221635.270000', '221635.730000', '221636.190000', '221636.650000', '221637.110000', '221637.570000', '221638.030000', '221638.490000', '221638.950000', '221639.410000', '221639.870000', '221640.330000', '221640.790000', '221641.250000', '221641.710000', '221642.170000', '221642.630000', '221643.090000', '221643.550000', '221644.010000', '221644.470000', '221644.930000', '221645.390000', '221645.850000', '221646.310000', '221646.770000', '221647.230000', '221647.690000', '221648.150000', '221648.610000', '221649.070000', '221649.530000', '221649.990000', '221650.450000', '221650.910000', '221651.370000', '221651.830000', '221652.290000', '221652.750000', '221653.210000', '221653.670000', '221654.130000', '221654.590000', '221655.050000', '221655.510000', '221655.970000', '221656.430000', '221656.890000', '221657.350000', '221657.810000', '221658.270000', '221658.730000', '221659.190000', '221659.650000', '221700.110000', '221700.570000', '221701.030000', '221701.490000', '221701.950000', '221702.410000', '221702.870000', '221703.330000', '221703.790000', '221704.250000', '221704.710000', '221705.170000', '221705.630000', '221706.090000', '221706.550000', '221707.010000', '221707.470000', '221707.930000', '221708.390000', '221708.850000', '221709.310000', '221709.770000', '221710.230000', '221710.690000', '221711.150000', '221711.610000', '221712.070000', '221712.530000', '221712.990000', '221713.450000', '221713.910000', '221714.370000', '221714.830000', '221715.290000', '221715.750000', '221716.210000', '221716.670000', '221717.130000', '221717.590000', '221718.050000', '221718.510000', '221718.970000', '221719.430000', '221719.890000', '221720.350000', '221720.810000', '221721.270000', '221721.730000', '221722.190000', '221722.650000', '221723.110000', '221723.570000', '221724.030000', '221724.490000', '221724.950000', '221725.410000', '221725.870000', '221726.330000', '221726.790000', '221727.250000', '221727.710000', '221728.170000', '221728.630000', '221729.090000', '221729.550000', '221730.010000', '221730.470000', '221730.930000', '221731.390000', '221731.850000', '221732.310000', '221732.770000', '221733.230000', '221733.690000', '221734.150000', '221734.610000', '221735.070000', '221735.530000', '221735.990000', '221736.450000', '221736.910000', '221737.370000', '221737.830000', '221738.290000', '221738.750000', '221739.210000', '221739.670000', '221740.130000', '221740.590000', '221741.050000', '221741.510000', '221741.970000', '221742.430000', '221742.890000', '221743.350000', '221743.810000', '221744.270000', '221744.730000', '221745.190000', '221745.650000', '221746.110000', '221746.570000', '221747.030000', '221747.490000', '221747.950000', '221748.410000', '221748.870000', '221749.330000', '221749.790000', '221750.250000', '221750.710000', '221751.170000', '221751.630000', '221752.090000', '221752.550000', '221753.010000', '221753.470000', '221753.930000', '221754.390000', '221754.850000', '221755.310000', '221755.770000', '221756.230000', '221756.690000', '221757.150000', '221757.610000', '221758.070000', '221758.530000', '221758.990000', '221759.450000', '221759.910000', '221800.370000', '221800.830000', '221801.290000', '221801.750000', '221802.210000', '221802.670000', '221803.130000', '221803.590000', '221804.050000', '221804.510000', '221804.970000', '221805.430000', '221805.890000', '221806.350000', '221806.810000', '221807.270000', '221807.730000', '221808.190000', '221808.650000', '221809.110000', '221809.570000', '221810.030000', '221810.490000', '221810.950000', '221811.410000', '221811.870000', '221812.330000', '221812.790000', '221813.250000', '221813.710000', '221814.170000', '221814.630000', '221815.090000', '221815.550000', '221816.010000', '221816.470000', '221816.930000', '221817.390000', '221817.850000', '221818.310000', '221818.770000', '221819.230000', '221819.690000', '221820.150000', '221820.610000', '221821.070000', '221821.530000', '221821.990000', '221822.450000', '221822.910000', '221823.370000', '221823.830000', '221824.290000', '221824.750000', '221825.210000', '221825.670000', '221826.130000', '221826.590000', '221827.050000', '221827.510000', '221827.970000', '221828.430000', '221828.890000', '221829.350000', '221829.810000', '221830.270000', '221830.730000', '221831.190000', '221831.650000', '221832.110000', '221832.570000', '221833.030000', '221833.490000', '221833.950000', '221834.410000', '221834.870000', '221835.330000', '221835.790000', '221836.250000', '221836.710000', '221837.170000', '221837.630000', '221838.090000', '221838.550000', '221839.010000', '221839.470000', '221839.930000', '221840.390000', '221840.850000', '221841.310000', '221841.770000', '221842.230000', '221842.690000', '221843.150000', '221843.610000', '221844.070000', '221844.530000', '221844.990000', '221845.450000', '221845.910000', '221846.370000', '221846.830000', '221847.290000', '221847.750000', '221848.210000', '221848.670000', '221849.130000', '221849.590000', '221850.050000', '221850.510000', '221850.970000', '221851.430000', '221851.890000', '221852.350000', '221852.810000', '221853.270000', '221853.730000', '221854.190000', '221854.650000', '221855.110000', '221855.570000', '221856.030000', '221856.490000', '221856.950000', '221857.410000', '221857.870000', '221858.330000', '221858.790000', '221859.250000', '221859.710000', '221900.170000', '221900.630000', '221901.090000', '221901.550000', '221902.010000', '221902.470000', '221902.930000', '221903.390000', '221903.850000', '221904.310000', '221904.770000', '221905.230000', '221905.690000', '221906.150000', '221906.610000', '221907.070000', '221907.530000', '221907.990000', '221908.450000', '221908.910000', '221909.370000', '221909.830000', '221910.290000', '221910.750000', '221911.210000', '221911.670000', '221912.130000', '221912.590000', '221913.050000', '221913.510000', '221913.970000', '221914.430000', '221914.890000', '221915.350000', '221915.810000', '221916.270000', '221916.730000', '221917.190000', '221917.650000', '221918.110000', '221918.570000', '221919.030000', '221919.490000', '221919.950000', '221920.410000', '221920.870000', '221921.330000', '221921.790000', '221922.250000', '221922.710000', '221923.170000', '221923.630000', '221924.090000', '221924.550000', '221925.010000', '221925.470000', '221925.930000', '221926.390000', '221926.850000', '221927.310000', '221927.770000', '221928.230000', '221928.690000', '221929.150000', '221929.610000', '221930.070000', '221930.530000', '221930.990000', '221931.450000', '221931.910000', '221932.370000', '221932.830000', '221933.290000', '221933.750000', '221934.210000', '221934.670000', '221935.130000', '221935.590000', '221936.050000', '221936.510000', '221936.970000', '221937.430000', '221937.890000', '221938.350000', '221938.810000', '221939.270000', '221939.730000', '221940.190000', '221940.650000', '221941.110000', '221941.570000', '221942.030000', '221942.490000', '221942.950000', '221943.410000', '221943.870000', '221944.330000', '221944.790000', '221945.250000', '221945.710000', '221946.170000', '221946.630000', '221947.090000', '221947.550000', '221948.010000', '221948.470000', '221948.930000', '221949.390000', '221949.850000', '221950.310000', '221950.770000', '221951.230000', '221951.690000', '221952.150000', '221952.610000', '221953.070000', '221953.530000', '221953.990000', '221954.450000', '221954.910000', '221955.370000', '221955.830000', '221956.290000', '221956.750000', '221957.210000', '221957.670000', '221958.130000', '221958.590000', '221959.050000', '221959.510000', '221959.970000', '222000.430000', '222000.890000', '222001.350000', '222001.810000', '222002.270000', '222002.730000', '222003.190000', '222003.650000', '222004.110000', '222004.570000', '222005.030000', '222005.490000', '222005.950000', '222006.410000', '222006.870000', '222007.330000', '222007.790000', '222008.250000', '222008.710000', '222009.170000', '222009.630000', '222010.090000', '222010.550000', '222011.010000', '222011.470000', '222011.930000', '222012.390000', '222012.850000', '222013.310000', '222013.770000', '222014.230000', '222014.690000', '222015.150000', '222015.610000', '222016.070000', '222016.530000', '222016.990000', '222017.450000', '222017.910000', '222018.370000', '222018.830000', '222019.290000', '222019.750000', '222020.210000', '222020.670000', '222021.130000', '222021.590000', '222022.050000', '222022.510000', '222022.970000', '222023.430000', '222023.890000', '222024.350000', '222024.810000', '222025.270000', '222025.730000', '222026.190000', '222026.650000', '222027.110000', '222027.570000', '222028.030000', '222028.490000', '222028.950000', '222029.410000', '222029.870000', '222030.330000', '222030.790000', '222031.250000', '222031.710000', '222032.170000', '222032.630000', '222033.090000', '222033.550000', '222034.010000', '222034.470000', '222034.930000', '222035.390000', '222035.850000', '222036.310000', '222036.770000', '222037.230000', '222037.690000', '222038.150000', '222038.610000', '222039.070000', '222039.530000', '222039.990000', '222040.450000', '222040.910000', '222041.370000', '222041.830000', '222042.290000', '222042.750000', '222043.210000', '222043.670000', '222044.130000', '222044.590000', '222045.050000', '222045.510000', '222045.970000', '222046.430000', '222046.890000', '222047.350000', '222047.810000', '222048.270000', '222048.730000', '222049.190000', '222049.650000', '222050.110000', '222050.570000', '222051.030000', '222051.490000', '222051.950000', '222052.410000', '222052.870000', '222053.330000', '222053.790000', '222054.250000', '222054.710000', '222055.170000', '222055.630000', '222056.090000', '222056.550000', '222057.010000', '222057.470000', '222057.930000', '222058.390000', '222058.850000', '222059.310000', '222059.770000', '222100.230000', '222100.690000', '222101.150000', '222101.610000', '222102.070000', '222102.530000', '222102.990000', '222103.450000', '222103.910000', '222104.370000', '222104.830000', '222105.290000', '222105.750000', '222106.210000', '222106.670000', '222107.130000', '222107.590000', '222108.050000', '222108.510000', '222108.970000', '222109.430000', '222109.890000', '222110.350000', '222110.810000', '222111.270000', '222111.730000', '222112.190000', '222112.650000', '222113.110000', '222113.570000', '222114.030000', '222114.490000', '222114.950000', '222115.410000', '222115.870000', '222116.330000', '222116.790000', '222117.250000', '222117.710000', '222118.170000', '222118.630000', '222119.090000', '222119.550000', '222120.010000', '222120.470000', '222120.930000', '222121.390000', '222121.850000', '222122.310000', '222122.770000', '222123.230000', '222123.690000', '222124.150000', '222124.610000', '222125.070000', '222125.530000', '222125.990000', '222126.450000', '222126.910000', '222127.370000', '222127.830000', '222128.290000', '222128.750000', '222129.210000', '222129.670000', '222130.130000', '222130.590000', '222131.050000', '222131.510000', '222131.970000', '222132.430000', '222132.890000', '222133.350000', '222133.810000', '222134.270000', '222134.730000', '222135.190000', '222135.650000', '222136.110000', '222136.570000', '222137.030000', '222137.490000', '222137.950000', '222138.410000', '222138.870000', '222139.330000', '222139.790000', '222140.250000', '222140.710000', '222141.170000', '222141.630000', '222142.090000', '222142.550000', '222143.010000', '222143.470000', '222143.930000', '222144.390000', '222144.850000', '222145.310000', '222145.770000', '222146.230000', '222146.690000', '222147.150000', '222147.610000', '222148.070000', '222148.530000', '222148.990000', '222149.450000', '222149.910000', '222150.370000', '222150.830000', '222151.290000', '222151.750000'], 'ContentTime': ['221517.692000', '221517.702000', '221517.705000', '221517.708000', '221517.711000', '221517.713000', '221517.716000', '221517.719000', '221517.721000', '221517.724000', '221517.726000', '221517.729000', '221517.732000', '221517.734000', '221517.737000', '221517.739000', '221517.742000', '221517.745000', '221517.747000', '221517.750000', '221517.753000', '221517.755000', '221517.758000', '221517.760000', '221517.763000', '221517.766000', '221517.768000', '221517.771000', '221517.773000', '221517.776000', '221517.778000', '221517.781000', '221517.784000', '221517.786000', '221517.789000', '221517.791000', '221517.794000', '221517.797000', '221517.799000', '221517.802000', '221517.805000', '221517.807000', '221517.810000', '221517.812000', '221517.815000', '221517.822000', '221517.825000', '221517.828000', '221517.830000', '221517.833000', '221517.835000', '221517.838000', '221517.840000', '221517.843000', '221537.659000', '221537.661000', '221537.664000', '221537.667000', '221537.669000', '221537.676000', '221537.679000', '221537.682000', '221537.684000', '221537.687000', '221537.690000', '221537.692000', '221537.695000', '221537.697000', '221537.700000', '221537.703000', '221537.705000', '221537.708000', '221537.710000', '221537.713000', '221537.716000', '221537.718000', '221537.721000', '221537.723000', '221537.726000', '221537.728000', '221537.731000', '221537.734000', '221537.736000', '221537.739000', '221537.753000', '221537.756000', '221537.758000', '221537.761000', '221537.764000', '221537.766000', '221537.769000', '221537.771000', '221537.774000', '221537.776000', '221537.779000', '221537.782000', '221537.784000', '221557.659000', '221557.662000', '221557.664000', '221557.667000', '221557.670000', '221557.672000', '221557.675000', '221557.677000', '221557.680000', '221557.683000', '221557.685000', '221557.688000', '221557.717000', '221557.720000', '221557.722000', '221557.725000', '221557.728000', '221557.730000', '221557.733000', '221557.735000', '221557.738000', '221557.741000', '221557.743000', '221557.746000', '221557.749000', '221557.751000', '221557.754000', '221557.756000', '221557.759000', '221557.762000', '221557.764000', '221557.767000', '221557.770000', '221557.772000', '221557.775000', '221557.777000', '221557.780000', '221557.783000', '221557.785000', '221557.788000', '221557.790000', '221557.793000', '221557.796000', '221557.798000', '221617.658000', '221617.661000', '221617.664000', '221617.666000', '221617.669000', '221617.672000', '221617.674000', '221617.677000', '221617.679000', '221617.682000', '221617.684000', '221617.687000', '221617.690000', '221617.692000', '221617.695000', '221617.698000', '221617.700000', '221617.703000', '221617.706000', '221617.708000', '221617.711000', '221617.713000', '221617.717000', '221617.720000', '221617.723000', '221617.725000', '221617.728000', '221617.730000', '221617.733000', '221617.736000', '221617.738000', '221617.741000', '221617.744000', '221617.746000', '221617.749000', '221617.751000', '221617.754000', '221617.757000', '221617.759000', '221617.762000', '221617.764000', '221617.767000', '221617.770000', '221637.658000', '221637.661000', '221637.664000', '221637.667000', '221637.669000', '221637.672000', '221637.676000', '221637.678000', '221637.681000', '221637.684000', '221637.686000', '221637.689000', '221637.691000', '221637.697000', '221637.699000', '221637.702000', '221637.705000', '221637.707000', '221637.710000', '221637.712000', '221637.715000', '221637.718000', '221637.720000', '221637.723000', '221637.725000', '221637.728000', '221637.731000', '221637.734000', '221637.736000', '221637.739000', '221637.742000', '221637.744000', '221637.747000', '221637.749000', '221637.752000', '221637.754000', '221637.757000', '221637.760000', '221637.762000', '221637.765000', '221637.767000', '221637.770000', '221637.773000', '221637.775000', '221657.657000', '221657.660000', '221657.663000', '221657.666000', '221657.668000', '221657.671000', '221657.673000', '221657.676000', '221657.679000', '221657.681000', '221657.684000', '221657.686000', '221657.689000', '221657.692000', '221657.694000', '221657.697000', '221657.700000', '221657.702000', '221657.705000', '221657.708000', '221657.710000', '221657.713000', '221657.715000', '221657.718000', '221657.721000', '221657.723000', '221657.726000', '221657.736000', '221657.739000', '221657.741000', '221657.744000', '221657.747000', '221657.749000', '221657.752000', '221657.755000', '221657.757000', '221657.760000', '221657.762000', '221657.765000', '221657.768000', '221657.770000', '221657.773000', '221657.776000', '221717.658000', '221717.661000', '221717.664000', '221717.667000', '221717.669000', '221717.672000', '221717.674000', '221717.677000', '221717.680000', '221717.682000', '221717.685000', '221717.687000', '221717.690000', '221717.693000', '221717.695000', '221717.698000', '221717.701000', '221717.703000', '221717.706000', '221717.708000', '221717.711000', '221717.714000', '221717.716000', '221717.719000', '221717.721000', '221717.724000', '221717.727000', '221717.729000', '221717.732000', '221717.735000', '221717.737000', '221717.740000', '221717.742000', '221717.745000', '221717.748000', '221717.750000', '221717.753000', '221717.756000', '221717.758000', '221717.761000', '221717.770000', '221717.772000', '221717.775000', '221717.777000', '221737.658000', '221737.661000', '221737.664000', '221737.667000', '221737.669000', '221737.672000', '221737.674000', '221737.677000', '221737.680000', '221737.682000', '221737.685000', '221737.687000', '221737.690000', '221737.693000', '221737.695000', '221737.698000', '221737.701000', '221737.703000', '221737.710000', '221737.713000', '221737.716000', '221737.718000', '221737.721000', '221737.723000', '221737.726000', '221737.729000', '221737.731000', '221737.734000', '221737.737000', '221737.739000', '221737.742000', '221737.744000', '221737.747000', '221737.750000', '221737.752000', '221737.755000', '221737.757000', '221737.760000', '221737.763000', '221737.765000', '221737.768000', '221737.771000', '221737.773000', '221757.659000', '221757.661000', '221757.664000', '221757.667000', '221757.669000', '221757.672000', '221757.675000', '221757.678000', '221757.681000', '221757.684000', '221757.687000', '221757.689000', '221757.692000', '221757.695000', '221757.697000', '221757.700000', '221757.703000', '221757.705000', '221757.708000', '221757.710000', '221757.714000', '221757.717000', '221757.720000', '221757.723000', '221757.725000', '221757.728000', '221757.731000', '221757.733000', '221757.736000', '221757.739000', '221757.741000', '221757.744000', '221757.746000', '221757.749000', '221757.752000', '221757.754000', '221757.757000', '221757.759000', '221757.762000', '221757.765000', '221757.767000', '221757.770000', '221757.773000', '221817.658000', '221817.661000', '221817.664000', '221817.666000', '221817.669000', '221817.672000', '221817.674000', '221817.677000', '221817.679000', '221817.682000', '221817.685000', '221817.687000', '221817.690000', '221817.693000', '221817.695000', '221817.698000', '221817.701000', '221817.703000', '221817.706000', '221817.708000', '221817.711000', '221817.714000', '221817.716000', '221817.719000', '221817.722000', '221817.724000', '221817.727000', '221817.729000', '221817.732000', '221817.735000', '221817.737000', '221817.740000', '221817.743000', '221817.745000', '221817.757000', '221817.760000', '221817.762000', '221817.765000', '221817.768000', '221817.770000', '221817.773000', '221817.775000', '221817.778000', '221817.781000', '221837.659000', '221837.661000', '221837.664000', '221837.667000', '221837.669000', '221837.672000', '221837.674000', '221837.677000', '221837.680000', '221837.683000', '221837.685000', '221837.688000', '221837.690000', '221837.693000', '221837.696000', '221837.698000', '221837.702000', '221837.704000', '221837.707000', '221837.710000', '221837.712000', '221837.715000', '221837.718000', '221837.720000', '221837.723000', '221837.726000', '221837.728000', '221837.731000', '221837.733000', '221837.736000', '221837.739000', '221837.741000', '221837.744000', '221837.747000', '221837.749000', '221837.752000', '221837.754000', '221837.757000', '221837.760000', '221837.762000', '221837.765000', '221837.767000', '221837.770000', '221857.659000', '221857.662000', '221857.664000', '221857.667000', '221857.670000', '221857.672000', '221857.675000', '221857.677000', '221857.694000', '221857.697000', '221857.700000', '221857.702000', '221857.705000', '221857.708000', '221857.710000', '221857.713000', '221857.715000', '221857.718000', '221857.721000', '221857.723000', '221857.726000', '221857.729000', '221857.731000', '221857.734000', '221857.736000', '221857.739000', '221857.742000', '221857.744000', '221857.747000', '221857.750000', '221857.752000', '221857.755000', '221857.758000', '221857.760000', '221857.763000', '221857.766000', '221857.768000', '221857.771000', '221857.774000', '221857.776000', '221857.779000', '221857.781000', '221857.784000', '221857.787000', '221917.657000', '221917.660000', '221917.663000', '221917.665000', '221917.668000', '221917.671000', '221917.673000', '221917.676000', '221917.679000', '221917.681000', '221917.684000', '221917.686000', '221917.689000', '221917.692000', '221917.694000', '221917.697000', '221917.699000', '221917.702000', '221917.705000', '221917.708000', '221917.710000', '221917.713000', '221917.716000', '221917.718000', '221917.721000', '221917.724000', '221917.726000', '221917.729000', '221917.731000', '221917.734000', '221917.737000', '221917.739000', '221917.742000', '221917.744000', '221917.747000', '221917.750000', '221917.753000', '221917.756000', '221917.759000', '221917.761000', '221917.764000', '221917.767000', '221917.769000', '221937.658000', '221937.661000', '221937.664000', '221937.667000', '221937.669000', '221937.672000', '221937.674000', '221937.677000', '221937.680000', '221937.682000', '221937.685000', '221937.688000', '221937.690000', '221937.693000', '221937.695000', '221937.698000', '221937.700000', '221937.703000', '221937.706000', '221937.708000', '221937.711000', '221937.714000', '221937.716000', '221937.719000', '221937.722000', '221937.724000', '221937.727000', '221937.730000', '221937.732000', '221937.735000', '221937.738000', '221937.740000', '221937.743000', '221937.745000', '221937.748000', '221937.751000', '221937.753000', '221937.756000', '221937.758000', '221937.761000', '221937.764000', '221937.766000', '221937.769000', '221937.772000', '221957.659000', '221957.661000', '221957.664000', '221957.667000', '221957.669000', '221957.672000', '221957.675000', '221957.677000', '221957.680000', '221957.683000', '221957.685000', '221957.688000', '221957.690000', '221957.693000', '221957.696000', '221957.698000', '221957.701000', '221957.703000', '221957.706000', '221957.709000', '221957.711000', '221957.714000', '221957.717000', '221957.719000', '221957.722000', '221957.725000', '221957.728000', '221957.731000', '221957.734000', '221957.737000', '221957.739000', '221957.742000', '221957.745000', '221957.747000', '221957.750000', '221957.752000', '221957.755000', '221957.758000', '221957.760000', '221957.763000', '221957.766000', '221957.768000', '221957.773000', '222017.658000', '222017.661000', '222017.664000', '222017.666000', '222017.669000', '222017.672000', '222017.674000', '222017.677000', '222017.679000', '222017.682000', '222017.685000', '222017.687000', '222017.690000', '222017.692000', '222017.695000', '222017.697000', '222017.700000', '222017.703000', '222017.716000', '222017.718000', '222017.721000', '222017.723000', '222017.726000', '222017.736000', '222017.739000', '222017.741000', '222017.744000', '222017.747000', '222017.749000', '222017.752000', '222017.754000', '222017.757000', '222017.760000', '222017.762000', '222017.765000', '222017.768000', '222017.770000', '222017.773000', '222017.775000', '222017.778000', '222017.781000', '222017.783000', '222017.786000', '222017.788000', '222037.659000', '222037.662000', '222037.664000', '222037.667000', '222037.669000', '222037.672000', '222037.675000', '222037.677000', '222037.680000', '222037.683000', '222037.685000', '222037.688000', '222037.690000', '222037.693000', '222037.695000', '222037.698000', '222037.701000', '222037.703000', '222037.706000', '222037.709000', '222037.711000', '222037.714000', '222037.716000', '222037.719000', '222037.722000', '222037.724000', '222037.727000', '222037.729000', '222037.732000', '222037.735000', '222037.737000', '222037.740000', '222037.742000', '222037.745000', '222037.748000', '222037.750000', '222037.753000', '222037.756000', '222037.758000', '222037.761000', '222037.764000', '222037.766000', '222037.769000', '222057.659000', '222057.662000', '222057.664000', '222057.667000', '222057.670000', '222057.672000', '222057.675000', '222057.677000', '222057.680000', '222057.683000', '222057.685000', '222057.688000', '222057.690000', '222057.693000', '222057.696000', '222057.698000', '222057.701000', '222057.704000', '222057.706000', '222057.709000', '222057.711000', '222057.714000', '222057.717000', '222057.719000', '222057.722000', '222057.725000', '222057.727000', '222057.730000', '222057.732000', '222057.735000', '222057.737000', '222057.740000', '222057.743000', '222057.746000', '222057.749000', '222057.751000', '222057.754000', '222057.757000', '222057.759000', '222057.762000', '222057.765000', '222057.767000', '222057.770000', '222057.773000', '222117.658000', '222117.661000', '222117.664000', '222117.667000', '222117.669000', '222117.672000', '222117.674000', '222117.677000', '222117.680000', '222117.682000', '222117.685000', '222117.687000', '222117.690000', '222117.693000', '222117.695000', '222117.698000', '222117.701000', '222117.703000', '222117.706000', '222117.708000', '222117.711000', '222117.713000', '222117.716000', '222117.719000', '222117.721000', '222117.724000', '222117.726000', '222117.729000', '222117.731000', '222117.734000', '222117.737000', '222117.739000', '222117.742000', '222117.745000', '222117.748000', '222117.751000', '222117.754000', '222117.757000', '222117.759000', '222117.762000', '222117.765000', '222117.767000', '222117.770000', '222137.658000', '222137.661000', '222137.663000', '222137.666000', '222137.668000', '222137.671000', '222137.673000', '222137.676000', '222137.679000', '222137.681000', '222137.684000', '222137.686000', '222137.689000', '222137.692000', '222137.694000', '222137.697000', '222137.699000', '222137.702000', '222137.705000', '222137.707000', '222137.710000', '222137.712000', '222137.715000', '222137.718000', '222137.720000', '222137.723000', '222137.725000', '222137.728000', '222137.731000', '222137.741000', '222137.744000', '222137.747000', '222137.749000', '222137.752000', '222137.754000', '222137.757000', '222137.760000', '222137.762000', '222137.765000', '222137.768000', '222137.770000', '222137.773000', '222137.775000', '222137.778000', '222153.167000', '222153.170000', '222153.172000', '222153.175000', '222153.178000', '222153.180000', '222153.183000', '222153.185000', '222153.188000', '222153.191000', '222153.193000', '222153.196000', '222153.199000', '222153.201000', '222153.204000', '222153.207000', '222153.209000', '222153.212000', '222153.214000', '222153.217000', '222153.220000', '222153.222000', '222153.225000', '222153.228000', '222153.230000', '222153.233000', '222153.235000', '222153.238000', '222153.241000', '222153.243000', '222153.246000', '222153.249000', '222153.251000', '222153.254000'], 'InstanceCreationTime': ['221517.692000', '221517.702000', '221517.705000', '221517.708000', '221517.711000', '221517.713000', '221517.716000', '221517.719000', '221517.721000', '221517.724000', '221517.726000', '221517.729000', '221517.732000', '221517.734000', '221517.737000', '221517.739000', '221517.742000', '221517.745000', '221517.747000', '221517.750000', '221517.753000', '221517.755000', '221517.758000', '221517.760000', '221517.763000', '221517.766000', '221517.768000', '221517.771000', '221517.773000', '221517.776000', '221517.778000', '221517.781000', '221517.784000', '221517.786000', '221517.789000', '221517.791000', '221517.794000', '221517.797000', '221517.799000', '221517.802000', '221517.805000', '221517.807000', '221517.810000', '221517.812000', '221517.815000', '221517.822000', '221517.825000', '221517.828000', '221517.830000', '221517.833000', '221517.835000', '221517.838000', '221517.840000', '221517.843000', '221537.659000', '221537.661000', '221537.664000', '221537.667000', '221537.669000', '221537.676000', '221537.679000', '221537.682000', '221537.684000', '221537.687000', '221537.690000', '221537.692000', '221537.695000', '221537.697000', '221537.700000', '221537.703000', '221537.705000', '221537.708000', '221537.710000', '221537.713000', '221537.716000', '221537.718000', '221537.721000', '221537.723000', '221537.726000', '221537.728000', '221537.731000', '221537.734000', '221537.736000', '221537.739000', '221537.753000', '221537.756000', '221537.758000', '221537.761000', '221537.764000', '221537.766000', '221537.769000', '221537.771000', '221537.774000', '221537.776000', '221537.779000', '221537.782000', '221537.784000', '221557.659000', '221557.662000', '221557.664000', '221557.667000', '221557.670000', '221557.672000', '221557.675000', '221557.677000', '221557.680000', '221557.683000', '221557.685000', '221557.688000', '221557.717000', '221557.720000', '221557.722000', '221557.725000', '221557.728000', '221557.730000', '221557.733000', '221557.735000', '221557.738000', '221557.741000', '221557.743000', '221557.746000', '221557.749000', '221557.751000', '221557.754000', '221557.756000', '221557.759000', '221557.762000', '221557.764000', '221557.767000', '221557.770000', '221557.772000', '221557.775000', '221557.777000', '221557.780000', '221557.783000', '221557.785000', '221557.788000', '221557.790000', '221557.793000', '221557.796000', '221557.798000', '221617.658000', '221617.661000', '221617.664000', '221617.666000', '221617.669000', '221617.672000', '221617.674000', '221617.677000', '221617.679000', '221617.682000', '221617.684000', '221617.687000', '221617.690000', '221617.692000', '221617.695000', '221617.698000', '221617.700000', '221617.703000', '221617.706000', '221617.708000', '221617.711000', '221617.713000', '221617.717000', '221617.720000', '221617.723000', '221617.725000', '221617.728000', '221617.730000', '221617.733000', '221617.736000', '221617.738000', '221617.741000', '221617.744000', '221617.746000', '221617.749000', '221617.751000', '221617.754000', '221617.757000', '221617.759000', '221617.762000', '221617.764000', '221617.767000', '221617.770000', '221637.658000', '221637.661000', '221637.664000', '221637.667000', '221637.669000', '221637.672000', '221637.676000', '221637.678000', '221637.681000', '221637.684000', '221637.686000', '221637.689000', '221637.691000', '221637.697000', '221637.699000', '221637.702000', '221637.705000', '221637.707000', '221637.710000', '221637.712000', '221637.715000', '221637.718000', '221637.720000', '221637.723000', '221637.725000', '221637.728000', '221637.731000', '221637.734000', '221637.736000', '221637.739000', '221637.742000', '221637.744000', '221637.747000', '221637.749000', '221637.752000', '221637.754000', '221637.757000', '221637.760000', '221637.762000', '221637.765000', '221637.767000', '221637.770000', '221637.773000', '221637.775000', '221657.657000', '221657.660000', '221657.663000', '221657.666000', '221657.668000', '221657.671000', '221657.673000', '221657.676000', '221657.679000', '221657.681000', '221657.684000', '221657.686000', '221657.689000', '221657.692000', '221657.694000', '221657.697000', '221657.700000', '221657.702000', '221657.705000', '221657.708000', '221657.710000', '221657.713000', '221657.715000', '221657.718000', '221657.721000', '221657.723000', '221657.726000', '221657.736000', '221657.739000', '221657.741000', '221657.744000', '221657.747000', '221657.749000', '221657.752000', '221657.755000', '221657.757000', '221657.760000', '221657.762000', '221657.765000', '221657.768000', '221657.770000', '221657.773000', '221657.776000', '221717.658000', '221717.661000', '221717.664000', '221717.667000', '221717.669000', '221717.672000', '221717.674000', '221717.677000', '221717.680000', '221717.682000', '221717.685000', '221717.687000', '221717.690000', '221717.693000', '221717.695000', '221717.698000', '221717.701000', '221717.703000', '221717.706000', '221717.708000', '221717.711000', '221717.714000', '221717.716000', '221717.719000', '221717.721000', '221717.724000', '221717.727000', '221717.729000', '221717.732000', '221717.735000', '221717.737000', '221717.740000', '221717.742000', '221717.745000', '221717.748000', '221717.750000', '221717.753000', '221717.756000', '221717.758000', '221717.761000', '221717.770000', '221717.772000', '221717.775000', '221717.777000', '221737.658000', '221737.661000', '221737.664000', '221737.667000', '221737.669000', '221737.672000', '221737.674000', '221737.677000', '221737.680000', '221737.682000', '221737.685000', '221737.687000', '221737.690000', '221737.693000', '221737.695000', '221737.698000', '221737.701000', '221737.703000', '221737.710000', '221737.713000', '221737.716000', '221737.718000', '221737.721000', '221737.723000', '221737.726000', '221737.729000', '221737.731000', '221737.734000', '221737.737000', '221737.739000', '221737.742000', '221737.744000', '221737.747000', '221737.750000', '221737.752000', '221737.755000', '221737.757000', '221737.760000', '221737.763000', '221737.765000', '221737.768000', '221737.771000', '221737.773000', '221757.659000', '221757.661000', '221757.664000', '221757.667000', '221757.669000', '221757.672000', '221757.675000', '221757.678000', '221757.681000', '221757.684000', '221757.687000', '221757.689000', '221757.692000', '221757.695000', '221757.697000', '221757.700000', '221757.703000', '221757.705000', '221757.708000', '221757.710000', '221757.714000', '221757.717000', '221757.720000', '221757.723000', '221757.725000', '221757.728000', '221757.731000', '221757.733000', '221757.736000', '221757.739000', '221757.741000', '221757.744000', '221757.746000', '221757.749000', '221757.752000', '221757.754000', '221757.757000', '221757.759000', '221757.762000', '221757.765000', '221757.767000', '221757.770000', '221757.773000', '221817.658000', '221817.661000', '221817.664000', '221817.666000', '221817.669000', '221817.672000', '221817.674000', '221817.677000', '221817.679000', '221817.682000', '221817.685000', '221817.687000', '221817.690000', '221817.693000', '221817.695000', '221817.698000', '221817.701000', '221817.703000', '221817.706000', '221817.708000', '221817.711000', '221817.714000', '221817.716000', '221817.719000', '221817.722000', '221817.724000', '221817.727000', '221817.729000', '221817.732000', '221817.735000', '221817.737000', '221817.740000', '221817.743000', '221817.745000', '221817.757000', '221817.760000', '221817.762000', '221817.765000', '221817.768000', '221817.770000', '221817.773000', '221817.775000', '221817.778000', '221817.781000', '221837.659000', '221837.661000', '221837.664000', '221837.667000', '221837.669000', '221837.672000', '221837.674000', '221837.677000', '221837.680000', '221837.683000', '221837.685000', '221837.688000', '221837.690000', '221837.693000', '221837.696000', '221837.698000', '221837.702000', '221837.704000', '221837.707000', '221837.710000', '221837.712000', '221837.715000', '221837.718000', '221837.720000', '221837.723000', '221837.726000', '221837.728000', '221837.731000', '221837.733000', '221837.736000', '221837.739000', '221837.741000', '221837.744000', '221837.747000', '221837.749000', '221837.752000', '221837.754000', '221837.757000', '221837.760000', '221837.762000', '221837.765000', '221837.767000', '221837.770000', '221857.659000', '221857.662000', '221857.664000', '221857.667000', '221857.670000', '221857.672000', '221857.675000', '221857.677000', '221857.694000', '221857.697000', '221857.700000', '221857.702000', '221857.705000', '221857.708000', '221857.710000', '221857.713000', '221857.715000', '221857.718000', '221857.721000', '221857.723000', '221857.726000', '221857.729000', '221857.731000', '221857.734000', '221857.736000', '221857.739000', '221857.742000', '221857.744000', '221857.747000', '221857.750000', '221857.752000', '221857.755000', '221857.758000', '221857.760000', '221857.763000', '221857.766000', '221857.768000', '221857.771000', '221857.774000', '221857.776000', '221857.779000', '221857.781000', '221857.784000', '221857.787000', '221917.657000', '221917.660000', '221917.663000', '221917.665000', '221917.668000', '221917.671000', '221917.673000', '221917.676000', '221917.679000', '221917.681000', '221917.684000', '221917.686000', '221917.689000', '221917.692000', '221917.694000', '221917.697000', '221917.699000', '221917.702000', '221917.705000', '221917.708000', '221917.710000', '221917.713000', '221917.716000', '221917.718000', '221917.721000', '221917.724000', '221917.726000', '221917.729000', '221917.731000', '221917.734000', '221917.737000', '221917.739000', '221917.742000', '221917.744000', '221917.747000', '221917.750000', '221917.753000', '221917.756000', '221917.759000', '221917.761000', '221917.764000', '221917.767000', '221917.769000', '221937.658000', '221937.661000', '221937.664000', '221937.667000', '221937.669000', '221937.672000', '221937.674000', '221937.677000', '221937.680000', '221937.682000', '221937.685000', '221937.688000', '221937.690000', '221937.693000', '221937.695000', '221937.698000', '221937.700000', '221937.703000', '221937.706000', '221937.708000', '221937.711000', '221937.714000', '221937.716000', '221937.719000', '221937.722000', '221937.724000', '221937.727000', '221937.730000', '221937.732000', '221937.735000', '221937.738000', '221937.740000', '221937.743000', '221937.745000', '221937.748000', '221937.751000', '221937.753000', '221937.756000', '221937.758000', '221937.761000', '221937.764000', '221937.766000', '221937.769000', '221937.772000', '221957.659000', '221957.661000', '221957.664000', '221957.667000', '221957.669000', '221957.672000', '221957.675000', '221957.677000', '221957.680000', '221957.683000', '221957.685000', '221957.688000', '221957.690000', '221957.693000', '221957.696000', '221957.698000', '221957.701000', '221957.703000', '221957.706000', '221957.709000', '221957.711000', '221957.714000', '221957.717000', '221957.719000', '221957.722000', '221957.725000', '221957.728000', '221957.731000', '221957.734000', '221957.737000', '221957.739000', '221957.742000', '221957.745000', '221957.747000', '221957.750000', '221957.752000', '221957.755000', '221957.758000', '221957.760000', '221957.763000', '221957.766000', '221957.768000', '221957.773000', '222017.658000', '222017.661000', '222017.664000', '222017.666000', '222017.669000', '222017.672000', '222017.674000', '222017.677000', '222017.679000', '222017.682000', '222017.685000', '222017.687000', '222017.690000', '222017.692000', '222017.695000', '222017.697000', '222017.700000', '222017.703000', '222017.716000', '222017.718000', '222017.721000', '222017.723000', '222017.726000', '222017.736000', '222017.739000', '222017.741000', '222017.744000', '222017.747000', '222017.749000', '222017.752000', '222017.754000', '222017.757000', '222017.760000', '222017.762000', '222017.765000', '222017.768000', '222017.770000', '222017.773000', '222017.775000', '222017.778000', '222017.781000', '222017.783000', '222017.786000', '222017.788000', '222037.659000', '222037.662000', '222037.664000', '222037.667000', '222037.669000', '222037.672000', '222037.675000', '222037.677000', '222037.680000', '222037.683000', '222037.685000', '222037.688000', '222037.690000', '222037.693000', '222037.695000', '222037.698000', '222037.701000', '222037.703000', '222037.706000', '222037.709000', '222037.711000', '222037.714000', '222037.716000', '222037.719000', '222037.722000', '222037.724000', '222037.727000', '222037.729000', '222037.732000', '222037.735000', '222037.737000', '222037.740000', '222037.742000', '222037.745000', '222037.748000', '222037.750000', '222037.753000', '222037.756000', '222037.758000', '222037.761000', '222037.764000', '222037.766000', '222037.769000', '222057.659000', '222057.662000', '222057.664000', '222057.667000', '222057.670000', '222057.672000', '222057.675000', '222057.677000', '222057.680000', '222057.683000', '222057.685000', '222057.688000', '222057.690000', '222057.693000', '222057.696000', '222057.698000', '222057.701000', '222057.704000', '222057.706000', '222057.709000', '222057.711000', '222057.714000', '222057.717000', '222057.719000', '222057.722000', '222057.725000', '222057.727000', '222057.730000', '222057.732000', '222057.735000', '222057.737000', '222057.740000', '222057.743000', '222057.746000', '222057.749000', '222057.751000', '222057.754000', '222057.757000', '222057.759000', '222057.762000', '222057.765000', '222057.767000', '222057.770000', '222057.773000', '222117.658000', '222117.661000', '222117.664000', '222117.667000', '222117.669000', '222117.672000', '222117.674000', '222117.677000', '222117.680000', '222117.682000', '222117.685000', '222117.687000', '222117.690000', '222117.693000', '222117.695000', '222117.698000', '222117.701000', '222117.703000', '222117.706000', '222117.708000', '222117.711000', '222117.713000', '222117.716000', '222117.719000', '222117.721000', '222117.724000', '222117.726000', '222117.729000', '222117.731000', '222117.734000', '222117.737000', '222117.739000', '222117.742000', '222117.745000', '222117.748000', '222117.751000', '222117.754000', '222117.757000', '222117.759000', '222117.762000', '222117.765000', '222117.767000', '222117.770000', '222137.658000', '222137.661000', '222137.663000', '222137.666000', '222137.668000', '222137.671000', '222137.673000', '222137.676000', '222137.679000', '222137.681000', '222137.684000', '222137.686000', '222137.689000', '222137.692000', '222137.694000', '222137.697000', '222137.699000', '222137.702000', '222137.705000', '222137.707000', '222137.710000', '222137.712000', '222137.715000', '222137.718000', '222137.720000', '222137.723000', '222137.725000', '222137.728000', '222137.731000', '222137.741000', '222137.744000', '222137.747000', '222137.749000', '222137.752000', '222137.754000', '222137.757000', '222137.760000', '222137.762000', '222137.765000', '222137.768000', '222137.770000', '222137.773000', '222137.775000', '222137.778000', '222153.167000', '222153.170000', '222153.172000', '222153.175000', '222153.178000', '222153.180000', '222153.183000', '222153.185000', '222153.188000', '222153.191000', '222153.193000', '222153.196000', '222153.199000', '222153.201000', '222153.204000', '222153.207000', '222153.209000', '222153.212000', '222153.214000', '222153.217000', '222153.220000', '222153.222000', '222153.225000', '222153.228000', '222153.230000', '222153.233000', '222153.235000', '222153.238000', '222153.241000', '222153.243000', '222153.246000', '222153.249000', '222153.251000', '222153.254000'], '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], 'LargestImagePixelValue': [11701, 11717, 9078, 8304, 9673, 9822, 13642, 10769, 7907, 12373, 20654, 16443, 14617, 13658, 11408, 10858, 8374, 11991, 10876, 12371, 9784, 7673, 9174, 10334, 9225, 12143, 9724, 8284, 13062, 10612, 8283, 12510, 11511, 9005, 17180, 13503, 13461, 19896, 12417, 18911, 11560, 19457, 11719, 16361, 11166, 13128, 10337, 12165, 8865, 11478, 8600, 11807, 7681, 11253, 7443, 11217, 7939, 11558, 8545, 8021, 8723, 12066, 10072, 11129, 9668, 10170, 12714, 10087, 12557, 9952, 8028, 9399, 12127, 9727, 11842, 9323, 12500, 8937, 12309, 8301, 11862, 8096, 12004, 13401, 11147, 13471, 9752, 13296, 9271, 11962, 9066, 12341, 9779, 10750, 13131, 11113, 12259, 10718, 11640, 9211, 12307, 9860, 12736, 9413, 12927, 9486, 11951, 8056, 11562, 7995, 11828, 9309, 12381, 8677, 11798, 8091, 11807, 8355, 11954, 9132, 13143, 9728, 10724, 9205, 7681, 10197, 8609, 10841, 8985, 11063, 9310, 12001, 10394, 11299, 13326, 11808, 12641, 11410, 12439, 9918, 11483, 8626, 10476, 10172, 9674, 12279, 10636, 11848, 10324, 9638, 9217, 7799, 10054, 12170, 10386, 11417, 9509, 11046, 7944, 11786, 9271, 9413, 9913, 8105, 12039, 10108, 14983, 10723, 12537, 10091, 14836, 11161, 11990, 16678, 12554, 11895, 11928, 12091, 11299, 11604, 9996, 11994, 9216, 11941, 9153, 11420, 8696, 11802, 9167, 12360, 10166, 12404, 8987, 12098, 8827, 11790, 9394, 12201, 9738, 12122, 9416, 10916, 14309, 11703, 12360, 11444, 12086, 10059, 11626, 10382, 11539, 10086, 7329, 10424, 12295, 10482, 12809, 10787, 7924, 9953, 7735, 11217, 12705, 12112, 11676, 10246, 12286, 11661, 11795, 10038, 12488, 11545, 11848, 10271, 12303, 11271, 11643, 8573, 12337, 13532, 11462, 12043, 11052, 12528, 9657, 10906, 7977, 11422, 12045, 10569, 13290, 10559, 8042, 9917, 7380, 11171, 12928, 11528, 11477, 10345, 11770, 10914, 11226, 9634, 11646, 9840, 10347, 12470, 11855, 11918, 11041, 11779, 10224, 12087, 9792, 11656, 8699, 12181, 10840, 11148, 9589, 11768, 8956, 11692, 12453, 10552, 12624, 10776, 11975, 10624, 12282, 9084, 12164, 13404, 10345, 11655, 10415, 11861, 10622, 11918, 9255, 10886, 13244, 11532, 11905, 11686, 11518, 10955, 8401, 8796, 9884, 9596, 11588, 9164, 11562, 14090, 11134, 11699, 10133, 9547, 9636, 12016, 9625, 10488, 13150, 12066, 12417, 11014, 11153, 9170, 11445, 11903, 10681, 11721, 10331, 11320, 10108, 8210, 7386, 8096, 11046, 10002, 11073, 9751, 14269, 11070, 12104, 14795, 13272, 11789, 9529, 12727, 9928, 12987, 11728, 11745, 11437, 13201, 12355, 12243, 11585, 12316, 10024, 10322, 9587, 12186, 10673, 11910, 11212, 11581, 9899, 11125, 10293, 9749, 8800, 7172, 8680, 7729, 7214, 8596, 8697, 8318, 14192, 10615, 13639, 10832, 12289, 10092, 11548, 10242, 12798, 14756, 13754, 18859, 14750, 16024, 11743, 13944, 10463, 13126, 10209, 12858, 10047, 12385, 10237, 12150, 10542, 11539, 12127, 10505, 14322, 10407, 12033, 9397, 11417, 9577, 11209, 9919, 11061, 9307, 11302, 8210, 11171, 8658, 11120, 9305, 10710, 12012, 10043, 14672, 9892, 12666, 9510, 11077, 9621, 11036, 9511, 11090, 8867, 11130, 8552, 10561, 9575, 9881, 14785, 10524, 12257, 10579, 11854, 8501, 10892, 8959, 10542, 9819, 10295, 10991, 9749, 12755, 9696, 12423, 10578, 11477, 10930, 12195, 10095, 7748, 9217, 8270, 10800, 9201, 7652, 8767, 8984, 8366, 11150, 14514, 13851, 12865, 12252, 11672, 14124, 12893, 12848, 10660, 13116, 11041, 13132, 11705, 12339, 9736, 12995, 11525, 13513, 9108, 13056, 10777, 13159, 13709, 11820, 13976, 10906, 13091, 9406, 12430, 9667, 12167, 10609, 12777, 11203, 12031, 9879, 12522, 9120, 11711, 8394, 11576, 8624, 10871, 11334, 10259, 12752, 10533, 7712, 10029, 7929, 10707, 8540, 10911, 9666, 10537, 10568, 11056, 8357, 10936, 8416, 11259, 13005, 11301, 12698, 11651, 12875, 11520, 11165, 9663, 9175, 9950, 12396, 11599, 12323, 9358, 12890, 8855, 12254, 8507, 11221, 11085, 10175, 13375, 11912, 12235, 11319, 12322, 10330, 11980, 9999, 12212, 10598, 11458, 10454, 8629, 10455, 8843, 12145, 10521, 11910, 11131, 12265, 11825, 12783, 11326, 12571, 11342, 11913, 11045, 12871, 11097, 12480, 10529, 11547, 10013, 11664, 10582, 11589, 10401, 8348, 9955, 13020, 11878, 12526, 9589, 12138, 8740, 12029, 9758, 12627, 9837, 8442, 9708, 8387, 11380, 9667, 11868, 10866, 12262, 11645, 11916, 9424, 12329, 11989, 12181, 10737, 11582, 8558, 12185, 8827, 12021, 10603, 10774, 12917, 10890, 8036, 11021, 8285, 11572, 10133, 11658, 10631, 12079, 10653, 12289, 10350, 11993, 10703, 12030, 10497, 13011, 11494, 13197, 10628, 12158, 10647, 12607, 9767, 12075, 9252, 12200, 9236, 11799, 10196, 11950, 10662, 11957, 11038, 12946, 11507, 10995, 10630, 12294, 11550, 12434, 11722, 12952, 11200, 12687, 11259, 12710, 10672, 12244, 11101, 12438, 10663, 12392, 9180, 11800, 8519, 11527, 8501, 10640, 13920, 12259, 9115, 11522, 9290, 9811, 10192, 12120, 9473, 13008, 9823, 11722, 10501, 12083, 12290, 10127, 10461, 11234, 11800, 11949, 16926, 12863, 12964, 8933, 11623, 8607, 11801, 9028, 11792, 9795, 7808, 8875, 6838, 9944, 7720, 6819, 8920, 9149, 10513, 9371, 9194, 12780, 11318, 9331, 8976, 6834, 10411, 8704, 7011, 9578, 10005, 13908, 13699, 11439, 11427, 9734, 7532, 7680, 8660, 7211, 11124, 9055, 7127, 8933, 7719, 10518, 9096, 8739, 11563, 10484, 12900, 10391, 7809, 11965, 10688, 13456, 11565, 14239, 12018, 13039, 11855, 11644, 13289, 13561, 20866, 19138, 20098, 12836, 8468, 7442, 8668, 8941, 8028, 12124, 10384, 14604, 11408, 13853, 17140, 13380, 16107, 14109, 9850, 13486, 10789, 13418, 19143, 15121, 15855, 14681, 14532, 11775, 9526, 10178, 13081, 11460, 14044, 12342, 13011, 10992, 11033, 10646, 13250, 12715, 14970, 13435, 13265, 11868, 13011, 12817, 12692, 11811, 15665, 12172, 13480, 11428, 12851, 12105, 13233, 12411, 14068, 13443, 10100, 11217, 11382, 11573, 13903, 14151, 13056, 12053, 13845, 11804, 11741, 11273, 12273, 10192, 11768, 13985, 12131, 8713, 10429, 7598, 10417, 9025, 12264, 10740, 12363, 12009, 12413, 10611, 11688, 12113, 11414, 10763, 12973, 13302, 13368, 10673, 12525, 12166, 11748, 12096, 12731, 13100, 12049, 10934, 10673, 10525, 14168, 13159, 13946, 12059, 8850, 10457, 9618, 10599, 13521, 13460, 11956, 13009, 12590, 10513, 11191, 10255, 10147, 12283, 9417, 12437, 11213, 12007, 10495, 12331, 13566, 11987, 9118, 11120, 8107, 10989, 10697, 12853, 9846, 13241, 11376, 11669, 10656, 12175], 'WindowCenter': [4300.0, 4281.0, 4226.0, 4199.0, 4208.0, 4218.0, 4237.0, 4217.0, 4173.0, 4226.0, 4268.0, 4231.0, 4219.0, 4209.0, 4187.0, 4188.0, 4158.0, 4212.0, 4202.0, 4211.0, 4191.0, 4149.0, 4166.0, 4176.0, 4168.0, 4198.0, 4182.0, 4159.0, 4209.0, 4191.0, 4173.0, 4212.0, 4201.0, 4169.0, 4244.0, 4211.0, 4198.0, 4233.0, 4200.0, 4230.0, 4178.0, 4217.0, 4172.0, 4191.0, 4147.0, 4155.0, 4134.0, 4144.0, 4114.0, 4146.0, 4116.0, 4158.0, 4106.0, 4160.0, 4108.0, 4161.0, 4120.0, 4171.0, 4142.0, 4132.0, 4157.0, 4187.0, 4169.0, 4176.0, 4154.0, 4167.0, 4196.0, 4178.0, 4195.0, 4165.0, 4146.0, 4168.0, 4198.0, 4169.0, 4200.0, 4170.0, 4199.0, 4158.0, 4199.0, 4158.0, 4187.0, 4145.0, 4199.0, 4207.0, 4188.0, 4198.0, 4166.0, 4198.0, 4154.0, 4183.0, 4156.0, 4196.0, 4163.0, 4174.0, 4195.0, 4175.0, 4186.0, 4164.0, 4173.0, 4155.0, 4185.0, 4166.0, 4197.0, 4166.0, 4187.0, 4153.0, 4173.0, 4133.0, 4173.0, 4144.0, 4185.0, 4156.0, 4185.0, 4143.0, 4197.0, 4146.0, 4185.0, 4156.0, 4198.0, 4166.0, 4183.0, 4136.0, 4186.0, 4162.0, 4060.0, 4032.0, 3895.0, 3872.0, 3936.0, 4041.0, 4082.0, 4186.0, 4204.0, 4201.0, 4248.0, 4285.0, 4295.0, 4256.0, 4269.0, 4208.0, 4212.0, 4152.0, 4161.0, 4156.0, 4149.0, 4180.0, 4172.0, 4182.0, 4174.0, 4162.0, 4164.0, 4144.0, 4176.0, 4195.0, 4174.0, 4185.0, 4165.0, 4213.0, 4188.0, 4238.0, 4221.0, 4194.0, 4205.0, 4185.0, 4237.0, 4205.0, 4244.0, 4203.0, 4222.0, 4191.0, 4221.0, 4186.0, 4186.0, 4216.0, 4197.0, 4185.0, 4184.0, 4184.0, 4184.0, 4183.0, 4174.0, 4183.0, 4163.0, 4184.0, 4153.0, 4183.0, 4153.0, 4183.0, 4164.0, 4193.0, 4173.0, 4195.0, 4154.0, 4197.0, 4155.0, 4197.0, 4177.0, 4196.0, 4177.0, 4198.0, 4168.0, 4189.0, 4218.0, 4197.0, 4194.0, 4184.0, 4194.0, 4175.0, 4196.0, 4188.0, 4197.0, 4186.0, 4159.0, 4200.0, 4208.0, 4200.0, 4209.0, 4199.0, 4158.0, 4189.0, 4158.0, 4200.0, 4209.0, 4209.0, 4198.0, 4177.0, 4196.0, 4197.0, 4196.0, 4177.0, 4206.0, 4199.0, 4197.0, 4176.0, 4195.0, 4184.0, 4184.0, 4153.0, 4193.0, 4192.0, 4173.0, 4183.0, 4172.0, 4182.0, 4150.0, 4159.0, 4129.0, 4169.0, 4181.0, 4171.0, 4192.0, 4172.0, 4129.0, 4160.0, 4130.0, 4182.0, 4182.0, 4183.0, 4183.0, 4161.0, 4181.0, 4171.0, 4170.0, 4162.0, 4182.0, 4162.0, 4162.0, 4182.0, 4183.0, 4170.0, 4171.0, 4180.0, 4161.0, 4182.0, 4161.0, 4183.0, 4141.0, 4182.0, 4172.0, 4171.0, 4163.0, 4182.0, 4150.0, 4183.0, 4180.0, 4162.0, 4181.0, 4171.0, 4180.0, 4172.0, 4181.0, 4150.0, 4182.0, 4190.0, 4161.0, 4169.0, 4159.0, 4181.0, 4171.0, 4170.0, 4138.0, 4160.0, 4178.0, 4170.0, 4170.0, 4169.0, 4168.0, 4169.0, 4139.0, 4152.0, 4161.0, 4161.0, 4173.0, 4151.0, 4183.0, 4191.0, 4173.0, 4181.0, 4161.0, 4149.0, 4161.0, 4183.0, 4148.0, 4159.0, 4180.0, 4170.0, 4168.0, 4170.0, 4173.0, 4150.0, 4171.0, 4169.0, 4159.0, 4183.0, 4174.0, 4184.0, 4174.0, 4143.0, 4132.0, 4155.0, 4198.0, 4202.0, 4200.0, 4191.0, 4217.0, 4171.0, 4180.0, 4191.0, 4190.0, 4168.0, 4146.0, 4190.0, 4159.0, 4188.0, 4180.0, 4181.0, 4184.0, 4179.0, 4179.0, 4166.0, 4156.0, 4165.0, 4148.0, 4157.0, 4149.0, 4178.0, 4158.0, 4167.0, 4157.0, 4167.0, 4162.0, 4181.0, 4175.0, 4172.0, 4149.0, 4132.0, 4148.0, 4125.0, 4129.0, 4165.0, 4169.0, 4156.0, 4204.0, 4176.0, 4195.0, 4173.0, 4196.0, 4174.0, 4185.0, 4189.0, 4211.0, 4231.0, 4209.0, 4243.0, 4207.0, 4191.0, 4157.0, 4179.0, 4133.0, 4138.0, 4104.0, 4136.0, 4104.0, 4136.0, 4104.0, 4125.0, 4116.0, 4127.0, 4136.0, 4116.0, 4158.0, 4118.0, 4138.0, 4119.0, 4139.0, 4121.0, 4141.0, 4133.0, 4142.0, 4122.0, 4143.0, 4114.0, 4155.0, 4125.0, 4157.0, 4137.0, 4158.0, 4167.0, 4147.0, 4188.0, 4148.0, 4179.0, 4150.0, 4170.0, 4161.0, 4171.0, 4162.0, 4182.0, 4165.0, 4196.0, 4155.0, 4186.0, 4165.0, 4175.0, 4216.0, 4186.0, 4195.0, 4185.0, 4195.0, 4154.0, 4185.0, 4166.0, 4188.0, 4175.0, 4186.0, 4197.0, 4190.0, 4218.0, 4189.0, 4220.0, 4202.0, 4225.0, 4239.0, 4223.0, 4215.0, 4172.0, 4191.0, 4193.0, 4236.0, 4217.0, 4199.0, 4220.0, 4232.0, 4223.0, 4267.0, 4276.0, 4260.0, 4249.0, 4233.0, 4223.0, 4232.0, 4232.0, 4233.0, 4225.0, 4244.0, 4224.0, 4233.0, 4234.0, 4223.0, 4190.0, 4233.0, 4209.0, 4220.0, 4167.0, 4217.0, 4198.0, 4220.0, 4216.0, 4195.0, 4205.0, 4172.0, 4193.0, 4162.0, 4192.0, 4172.0, 4193.0, 4185.0, 4205.0, 4196.0, 4206.0, 4175.0, 4195.0, 4161.0, 4181.0, 4152.0, 4183.0, 4152.0, 4184.0, 4183.0, 4173.0, 4203.0, 4182.0, 4142.0, 4173.0, 4154.0, 4185.0, 4165.0, 4197.0, 4187.0, 4198.0, 4196.0, 4196.0, 4165.0, 4196.0, 4166.0, 4198.0, 4206.0, 4196.0, 4206.0, 4195.0, 4205.0, 4196.0, 4194.0, 4176.0, 4175.0, 4187.0, 4206.0, 4196.0, 4207.0, 4176.0, 4206.0, 4164.0, 4194.0, 4164.0, 4195.0, 4183.0, 4172.0, 4204.0, 4193.0, 4194.0, 4183.0, 4192.0, 4173.0, 4194.0, 4184.0, 4204.0, 4196.0, 4195.0, 4197.0, 4165.0, 4196.0, 4177.0, 4207.0, 4199.0, 4209.0, 4210.0, 4208.0, 4209.0, 4218.0, 4197.0, 4206.0, 4197.0, 4208.0, 4198.0, 4207.0, 4184.0, 4192.0, 4184.0, 4194.0, 4186.0, 4195.0, 4198.0, 4197.0, 4186.0, 4154.0, 4186.0, 4205.0, 4195.0, 4205.0, 4175.0, 4195.0, 4164.0, 4205.0, 4188.0, 4206.0, 4187.0, 4166.0, 4187.0, 4169.0, 4210.0, 4190.0, 4209.0, 4199.0, 4208.0, 4209.0, 4208.0, 4176.0, 4209.0, 4196.0, 4196.0, 4184.0, 4183.0, 4153.0, 4193.0, 4163.0, 4195.0, 4185.0, 4185.0, 4193.0, 4183.0, 4141.0, 4184.0, 4155.0, 4195.0, 4186.0, 4197.0, 4198.0, 4210.0, 4199.0, 4206.0, 4188.0, 4198.0, 4198.0, 4208.0, 4187.0, 4206.0, 4196.0, 4205.0, 4185.0, 4195.0, 4186.0, 4195.0, 4174.0, 4195.0, 4163.0, 4193.0, 4164.0, 4194.0, 4187.0, 4196.0, 4197.0, 4209.0, 4199.0, 4208.0, 4197.0, 4185.0, 4187.0, 4195.0, 4196.0, 4197.0, 4195.0, 4195.0, 4184.0, 4193.0, 4183.0, 4193.0, 4184.0, 4194.0, 4183.0, 4193.0, 4172.0, 4192.0, 4150.0, 4181.0, 4151.0, 4182.0, 4154.0, 4188.0, 4217.0, 4195.0, 4152.0, 4182.0, 4163.0, 4185.0, 4187.0, 4209.0, 4179.0, 4209.0, 4163.0, 4197.0, 4187.0, 4208.0, 4197.0, 4186.0, 4199.0, 4199.0, 4196.0, 4197.0, 4217.0, 4184.0, 4182.0, 4139.0, 4158.0, 4128.0, 4169.0, 4141.0, 4171.0, 4150.0, 4120.0, 4141.0, 4113.0, 4153.0, 4121.0, 4099.0, 4140.0, 4139.0, 4148.0, 4138.0, 4139.0, 4182.0, 4174.0, 4154.0, 4144.0, 4116.0, 4176.0, 4155.0, 4125.0, 4163.0, 4180.0, 4223.0, 4211.0, 4200.0, 4199.0, 4179.0, 4149.0, 4149.0, 4170.0, 4152.0, 4192.0, 4187.0, 4157.0, 4188.0, 4168.0, 4206.0, 4184.0, 4173.0, 4215.0, 4205.0, 4212.0, 4180.0, 4137.0, 4188.0, 4178.0, 4199.0, 4188.0, 4196.0, 4187.0, 4195.0, 4187.0, 4186.0, 4199.0, 4208.0, 4257.0, 4257.0, 4252.0, 4208.0, 4158.0, 4159.0, 4182.0, 4195.0, 4199.0, 4251.0, 4244.0, 4274.0, 4230.0, 4250.0, 4257.0, 4236.0, 4245.0, 4247.0, 4193.0, 4234.0, 4214.0, 4236.0, 4254.0, 4221.0, 4231.0, 4220.0, 4207.0, 4198.0, 4177.0, 4189.0, 4208.0, 4186.0, 4207.0, 4197.0, 4206.0, 4188.0, 4188.0, 4188.0, 4208.0, 4196.0, 4218.0, 4207.0, 4195.0, 4196.0, 4195.0, 4196.0, 4195.0, 4183.0, 4206.0, 4182.0, 4192.0, 4172.0, 4180.0, 4170.0, 4180.0, 4170.0, 4181.0, 4181.0, 4159.0, 4159.0, 4158.0, 4159.0, 4179.0, 4177.0, 4167.0, 4156.0, 4165.0, 4156.0, 4155.0, 4157.0, 4166.0, 4145.0, 4155.0, 4165.0, 4154.0, 4113.0, 4144.0, 4116.0, 4157.0, 4138.0, 4169.0, 4160.0, 4180.0, 4170.0, 4180.0, 4162.0, 4171.0, 4170.0, 4159.0, 4159.0, 4180.0, 4179.0, 4179.0, 4159.0, 4168.0, 4169.0, 4169.0, 4169.0, 4167.0, 4167.0, 4165.0, 4157.0, 4146.0, 4158.0, 4177.0, 4168.0, 4177.0, 4156.0, 4126.0, 4147.0, 4136.0, 4148.0, 4178.0, 4178.0, 4156.0, 4167.0, 4166.0, 4147.0, 4157.0, 4159.0, 4159.0, 4180.0, 4150.0, 4180.0, 4171.0, 4170.0, 4159.0, 4170.0, 4179.0, 4169.0, 4127.0, 4158.0, 4128.0, 4159.0, 4160.0, 4181.0, 4150.0, 4179.0, 4169.0, 4168.0, 4159.0, 4170.0], 'WindowWidth': [9505.0, 9463.0, 9378.0, 9326.0, 9337.0, 9348.0, 9373.0, 9343.0, 9277.0, 9357.0, 9424.0, 9353.0, 9334.0, 9317.0, 9281.0, 9285.0, 9249.0, 9329.0, 9316.0, 9328.0, 9298.0, 9237.0, 9254.0, 9269.0, 9261.0, 9301.0, 9288.0, 9253.0, 9318.0, 9299.0, 9281.0, 9331.0, 9314.0, 9268.0, 9377.0, 9323.0, 9298.0, 9366.0, 9307.0, 9352.0, 9271.0, 9331.0, 9253.0, 9282.0, 9211.0, 9218.0, 9188.0, 9199.0, 9162.0, 9204.0, 9168.0, 9225.0, 9156.0, 9234.0, 9164.0, 9236.0, 9181.0, 9250.0, 9215.0, 9204.0, 9244.0, 9284.0, 9260.0, 9268.0, 9232.0, 9254.0, 9297.0, 9272.0, 9293.0, 9252.0, 9227.0, 9259.0, 9301.0, 9263.0, 9307.0, 9264.0, 9304.0, 9246.0, 9302.0, 9245.0, 9283.0, 9227.0, 9303.0, 9314.0, 9286.0, 9306.0, 9255.0, 9299.0, 9234.0, 9273.0, 9239.0, 9294.0, 9244.0, 9262.0, 9295.0, 9265.0, 9279.0, 9249.0, 9260.0, 9237.0, 9278.0, 9255.0, 9301.0, 9254.0, 9285.0, 9231.0, 9256.0, 9204.0, 9259.0, 9223.0, 9281.0, 9240.0, 9281.0, 9220.0, 9298.0, 9230.0, 9278.0, 9243.0, 9305.0, 9254.0, 9273.0, 9194.0, 9286.0, 9247.0, 9067.0, 8994.0, 8739.0, 8681.0, 8818.0, 9006.0, 9102.0, 9292.0, 9331.0, 9319.0, 9396.0, 9479.0, 9494.0, 9421.0, 9445.0, 9341.0, 9335.0, 9236.0, 9243.0, 9230.0, 9226.0, 9270.0, 9261.0, 9275.0, 9267.0, 9250.0, 9254.0, 9228.0, 9273.0, 9297.0, 9268.0, 9284.0, 9256.0, 9334.0, 9313.0, 9381.0, 9361.0, 9314.0, 9329.0, 9304.0, 9376.0, 9330.0, 9382.0, 9324.0, 9346.0, 9301.0, 9348.0, 9286.0, 9284.0, 9328.0, 9302.0, 9282.0, 9280.0, 9280.0, 9281.0, 9277.0, 9265.0, 9276.0, 9250.0, 9279.0, 9236.0, 9278.0, 9237.0, 9276.0, 9254.0, 9288.0, 9263.0, 9297.0, 9241.0, 9303.0, 9243.0, 9299.0, 9276.0, 9298.0, 9274.0, 9307.0, 9263.0, 9296.0, 9335.0, 9302.0, 9294.0, 9278.0, 9292.0, 9270.0, 9300.0, 9292.0, 9303.0, 9287.0, 9256.0, 9313.0, 9321.0, 9311.0, 9324.0, 9310.0, 9254.0, 9295.0, 9254.0, 9311.0, 9325.0, 9321.0, 9308.0, 9276.0, 9300.0, 9300.0, 9302.0, 9277.0, 9316.0, 9309.0, 9306.0, 9273.0, 9296.0, 9279.0, 9279.0, 9236.0, 9290.0, 9289.0, 9261.0, 9277.0, 9258.0, 9272.0, 9225.0, 9236.0, 9197.0, 9253.0, 9269.0, 9258.0, 9285.0, 9259.0, 9199.0, 9240.0, 9202.0, 9275.0, 9275.0, 9277.0, 9277.0, 9244.0, 9271.0, 9256.0, 9254.0, 9245.0, 9274.0, 9246.0, 9249.0, 9275.0, 9275.0, 9253.0, 9255.0, 9266.0, 9243.0, 9272.0, 9246.0, 9276.0, 9218.0, 9274.0, 9258.0, 9259.0, 9249.0, 9274.0, 9229.0, 9276.0, 9270.0, 9247.0, 9270.0, 9257.0, 9269.0, 9259.0, 9273.0, 9229.0, 9273.0, 9283.0, 9244.0, 9251.0, 9238.0, 9269.0, 9258.0, 9255.0, 9207.0, 9240.0, 9261.0, 9253.0, 9253.0, 9252.0, 9250.0, 9251.0, 9212.0, 9233.0, 9246.0, 9246.0, 9264.0, 9232.0, 9277.0, 9288.0, 9261.0, 9269.0, 9245.0, 9227.0, 9244.0, 9277.0, 9220.0, 9237.0, 9271.0, 9252.0, 9249.0, 9253.0, 9260.0, 9230.0, 9258.0, 9250.0, 9239.0, 9279.0, 9269.0, 9280.0, 9267.0, 9223.0, 9208.0, 9246.0, 9307.0, 9321.0, 9313.0, 9308.0, 9336.0, 9261.0, 9270.0, 9290.0, 9282.0, 9252.0, 9220.0, 9286.0, 9241.0, 9280.0, 9270.0, 9272.0, 9279.0, 9267.0, 9263.0, 9240.0, 9227.0, 9238.0, 9221.0, 9232.0, 9223.0, 9264.0, 9234.0, 9246.0, 9232.0, 9245.0, 9246.0, 9271.0, 9270.0, 9264.0, 9225.0, 9212.0, 9223.0, 9187.0, 9204.0, 9260.0, 9269.0, 9247.0, 9304.0, 9270.0, 9299.0, 9261.0, 9300.0, 9266.0, 9285.0, 9296.0, 9331.0, 9357.0, 9326.0, 9387.0, 9318.0, 9287.0, 9229.0, 9267.0, 9188.0, 9188.0, 9132.0, 9180.0, 9135.0, 9182.0, 9133.0, 9166.0, 9155.0, 9171.0, 9182.0, 9157.0, 9214.0, 9161.0, 9188.0, 9165.0, 9193.0, 9171.0, 9198.0, 9190.0, 9202.0, 9176.0, 9204.0, 9167.0, 9224.0, 9183.0, 9229.0, 9205.0, 9234.0, 9245.0, 9218.0, 9272.0, 9219.0, 9263.0, 9228.0, 9254.0, 9243.0, 9256.0, 9246.0, 9272.0, 9258.0, 9301.0, 9243.0, 9285.0, 9256.0, 9271.0, 9327.0, 9285.0, 9298.0, 9284.0, 9297.0, 9240.0, 9285.0, 9261.0, 9293.0, 9269.0, 9287.0, 9303.0, 9299.0, 9335.0, 9296.0, 9343.0, 9322.0, 9359.0, 9387.0, 9357.0, 9349.0, 9286.0, 9309.0, 9318.0, 9381.0, 9353.0, 9332.0, 9365.0, 9384.0, 9375.0, 9442.0, 9454.0, 9417.0, 9399.0, 9368.0, 9352.0, 9366.0, 9363.0, 9369.0, 9360.0, 9385.0, 9358.0, 9368.0, 9369.0, 9355.0, 9304.0, 9368.0, 9327.0, 9343.0, 9266.0, 9335.0, 9309.0, 9344.0, 9333.0, 9300.0, 9317.0, 9264.0, 9294.0, 9250.0, 9292.0, 9267.0, 9297.0, 9289.0, 9314.0, 9303.0, 9321.0, 9273.0, 9301.0, 9250.0, 9275.0, 9237.0, 9280.0, 9238.0, 9283.0, 9281.0, 9269.0, 9308.0, 9279.0, 9225.0, 9269.0, 9246.0, 9288.0, 9263.0, 9308.0, 9294.0, 9310.0, 9305.0, 9304.0, 9262.0, 9305.0, 9264.0, 9310.0, 9318.0, 9304.0, 9320.0, 9303.0, 9315.0, 9302.0, 9300.0, 9277.0, 9277.0, 9293.0, 9321.0, 9306.0, 9322.0, 9279.0, 9318.0, 9256.0, 9298.0, 9257.0, 9300.0, 9279.0, 9266.0, 9313.0, 9296.0, 9296.0, 9282.0, 9291.0, 9268.0, 9296.0, 9286.0, 9314.0, 9306.0, 9303.0, 9308.0, 9263.0, 9303.0, 9282.0, 9324.0, 9314.0, 9331.0, 9330.0, 9326.0, 9325.0, 9336.0, 9306.0, 9318.0, 9308.0, 9326.0, 9308.0, 9320.0, 9284.0, 9292.0, 9284.0, 9298.0, 9289.0, 9303.0, 9310.0, 9305.0, 9289.0, 9245.0, 9289.0, 9318.0, 9300.0, 9315.0, 9273.0, 9301.0, 9258.0, 9315.0, 9295.0, 9317.0, 9294.0, 9266.0, 9296.0, 9274.0, 9330.0, 9302.0, 9329.0, 9314.0, 9325.0, 9326.0, 9325.0, 9277.0, 9326.0, 9303.0, 9301.0, 9281.0, 9281.0, 9239.0, 9295.0, 9252.0, 9301.0, 9285.0, 9285.0, 9294.0, 9281.0, 9222.0, 9283.0, 9247.0, 9300.0, 9291.0, 9308.0, 9309.0, 9329.0, 9311.0, 9318.0, 9296.0, 9309.0, 9310.0, 9324.0, 9292.0, 9317.0, 9301.0, 9312.0, 9286.0, 9300.0, 9286.0, 9301.0, 9270.0, 9299.0, 9253.0, 9294.0, 9256.0, 9298.0, 9291.0, 9302.0, 9306.0, 9326.0, 9311.0, 9323.0, 9306.0, 9288.0, 9290.0, 9302.0, 9301.0, 9305.0, 9300.0, 9300.0, 9281.0, 9294.0, 9280.0, 9294.0, 9282.0, 9297.0, 9279.0, 9294.0, 9261.0, 9290.0, 9230.0, 9271.0, 9232.0, 9274.0, 9241.0, 9296.0, 9332.0, 9300.0, 9236.0, 9274.0, 9253.0, 9288.0, 9294.0, 9327.0, 9284.0, 9323.0, 9247.0, 9303.0, 9293.0, 9324.0, 9307.0, 9289.0, 9312.0, 9311.0, 9302.0, 9303.0, 9339.0, 9277.0, 9274.0, 9208.0, 9231.0, 9190.0, 9246.0, 9210.0, 9250.0, 9222.0, 9182.0, 9210.0, 9178.0, 9229.0, 9182.0, 9151.0, 9206.0, 9205.0, 9213.0, 9203.0, 9206.0, 9270.0, 9259.0, 9233.0, 9219.0, 9187.0, 9267.0, 9236.0, 9198.0, 9247.0, 9282.0, 9351.0, 9329.0, 9312.0, 9308.0, 9279.0, 9239.0, 9240.0, 9268.0, 9246.0, 9298.0, 9297.0, 9258.0, 9301.0, 9274.0, 9324.0, 9293.0, 9277.0, 9335.0, 9321.0, 9327.0, 9278.0, 9216.0, 9288.0, 9274.0, 9304.0, 9285.0, 9297.0, 9281.0, 9293.0, 9282.0, 9282.0, 9303.0, 9315.0, 9414.0, 9411.0, 9396.0, 9320.0, 9252.0, 9257.0, 9291.0, 9318.0, 9330.0, 9404.0, 9399.0, 9443.0, 9371.0, 9396.0, 9403.0, 9370.0, 9385.0, 9387.0, 9308.0, 9365.0, 9338.0, 9373.0, 9400.0, 9341.0, 9359.0, 9338.0, 9316.0, 9304.0, 9276.0, 9294.0, 9320.0, 9286.0, 9318.0, 9304.0, 9314.0, 9293.0, 9293.0, 9293.0, 9321.0, 9301.0, 9335.0, 9313.0, 9295.0, 9299.0, 9297.0, 9297.0, 9300.0, 9277.0, 9315.0, 9272.0, 9286.0, 9258.0, 9268.0, 9253.0, 9269.0, 9252.0, 9271.0, 9268.0, 9237.0, 9236.0, 9232.0, 9236.0, 9266.0, 9257.0, 9246.0, 9225.0, 9239.0, 9226.0, 9224.0, 9228.0, 9240.0, 9208.0, 9225.0, 9234.0, 9221.0, 9164.0, 9208.0, 9174.0, 9230.0, 9208.0, 9251.0, 9239.0, 9265.0, 9254.0, 9267.0, 9244.0, 9255.0, 9252.0, 9238.0, 9234.0, 9267.0, 9261.0, 9263.0, 9235.0, 9247.0, 9249.0, 9250.0, 9248.0, 9245.0, 9243.0, 9239.0, 9229.0, 9214.0, 9231.0, 9259.0, 9247.0, 9257.0, 9227.0, 9185.0, 9215.0, 9199.0, 9218.0, 9262.0, 9258.0, 9230.0, 9243.0, 9239.0, 9216.0, 9231.0, 9235.0, 9237.0, 9267.0, 9226.0, 9267.0, 9257.0, 9256.0, 9234.0, 9252.0, 9262.0, 9249.0, 9191.0, 9232.0, 9194.0, 9236.0, 9239.0, 9270.0, 9225.0, 9265.0, 9248.0, 9246.0, 9237.0, 9252.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.003251931942919868</td></tr>
<tr><td colspan=3>aqi</td><td>0.05546157486278814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.15150450416482</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1676959671538445</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006407215384612</td></tr>
<tr><td colspan=3>efc</td><td>0.4912</td></tr>
<tr><td colspan=3>fber</td><td>4690.2783</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1328721273393915</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.489571899012075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.524771124322699</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.384656852236259</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7899269334829584</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39972958724888</td></tr>
<tr><td colspan=3>gcor</td><td>0.0408742</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013921300880610943</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024731047451496124</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9904082305484443</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.2938</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4239</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.86</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298304.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>902.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.9823</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7111</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.6101</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3367.1157</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1184.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.1312</td></tr>
<tr><td colspan=3>tsnr</td><td>27.625563041539863</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>