<?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-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-02/func/sub-0114_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>994536ef2ef26596617241cfe954aaf4</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>21:54:54.990000</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.999043, 0.0144687, 0.0412751, -0.0219736, 0.981994, 0.187629]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0934385</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7787, -7153, 352, -150, 17, 117, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f13793a-21b7-49d8-a56e-ad5a65ccc052||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.680359363555908, -0.0589536651968956, 0.10210645943880081, 113.15240478515625], [-0.03881854563951492, 2.6346187591552734, 0.508561372756958, -110.64530181884766], [0.11073821038007736, -0.5033939480781555, 2.649705410003662, -26.70807456970215], [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': ['215454.990000', '215455.450000', '215455.910000', '215456.370000', '215456.830000', '215457.290000', '215457.750000', '215458.210000', '215458.670000', '215459.130000', '215459.590000', '215500.050000', '215500.510000', '215500.970000', '215501.430000', '215501.890000', '215502.350000', '215502.810000', '215503.270000', '215503.730000', '215504.190000', '215504.650000', '215505.110000', '215505.570000', '215506.030000', '215506.490000', '215506.950000', '215507.410000', '215507.870000', '215508.330000', '215508.790000', '215509.250000', '215509.710000', '215510.170000', '215510.630000', '215511.090000', '215511.550000', '215512.010000', '215512.470000', '215512.930000', '215513.390000', '215513.850000', '215514.310000', '215514.770000', '215515.230000', '215515.690000', '215516.150000', '215516.610000', '215517.070000', '215517.530000', '215517.990000', '215518.450000', '215518.910000', '215519.370000', '215519.830000', '215520.290000', '215520.750000', '215521.210000', '215521.670000', '215522.130000', '215522.590000', '215523.050000', '215523.510000', '215523.970000', '215524.430000', '215524.890000', '215525.350000', '215525.810000', '215526.270000', '215526.730000', '215527.190000', '215527.650000', '215528.110000', '215528.570000', '215529.030000', '215529.490000', '215529.950000', '215530.410000', '215530.870000', '215531.330000', '215531.790000', '215532.250000', '215532.710000', '215533.170000', '215533.630000', '215534.090000', '215534.550000', '215535.010000', '215535.470000', '215535.930000', '215536.390000', '215536.850000', '215537.310000', '215537.770000', '215538.230000', '215538.690000', '215539.150000', '215539.610000', '215540.070000', '215540.530000', '215540.990000', '215541.450000', '215541.910000', '215542.370000', '215542.830000', '215543.290000', '215543.750000', '215544.210000', '215544.670000', '215545.130000', '215545.590000', '215546.050000', '215546.510000', '215546.970000', '215547.430000', '215547.890000', '215548.350000', '215548.810000', '215549.270000', '215549.730000', '215550.190000', '215550.650000', '215551.110000', '215551.570000', '215552.030000', '215552.490000', '215552.950000', '215553.410000', '215553.870000', '215554.330000', '215554.790000', '215555.250000', '215555.710000', '215556.170000', '215556.630000', '215557.090000', '215557.550000', '215558.010000', '215558.470000', '215558.930000', '215559.390000', '215559.850000', '215600.310000', '215600.770000', '215601.230000', '215601.690000', '215602.150000', '215602.610000', '215603.070000', '215603.530000', '215603.990000', '215604.450000', '215604.910000', '215605.370000', '215605.830000', '215606.290000', '215606.750000', '215607.210000', '215607.670000', '215608.130000', '215608.590000', '215609.050000', '215609.510000', '215609.970000', '215610.430000', '215610.890000', '215611.350000', '215611.810000', '215612.270000', '215612.730000', '215613.190000', '215613.650000', '215614.110000', '215614.570000', '215615.030000', '215615.490000', '215615.950000', '215616.410000', '215616.870000', '215617.330000', '215617.790000', '215618.250000', '215618.710000', '215619.170000', '215619.630000', '215620.090000', '215620.550000', '215621.010000', '215621.470000', '215621.930000', '215622.390000', '215622.850000', '215623.310000', '215623.770000', '215624.230000', '215624.690000', '215625.150000', '215625.610000', '215626.070000', '215626.530000', '215626.990000', '215627.450000', '215627.910000', '215628.370000', '215628.830000', '215629.290000', '215629.750000', '215630.210000', '215630.670000', '215631.130000', '215631.590000', '215632.050000', '215632.510000', '215632.970000', '215633.430000', '215633.890000', '215634.350000', '215634.810000', '215635.270000', '215635.730000', '215636.190000', '215636.650000', '215637.110000', '215637.570000', '215638.030000', '215638.490000', '215638.950000', '215639.410000', '215639.870000', '215640.330000', '215640.790000', '215641.250000', '215641.710000', '215642.170000', '215642.630000', '215643.090000', '215643.550000', '215644.010000', '215644.470000', '215644.930000', '215645.390000', '215645.850000', '215646.310000', '215646.770000', '215647.230000', '215647.690000', '215648.150000', '215648.610000', '215649.070000', '215649.530000', '215649.990000', '215650.450000', '215650.910000', '215651.370000', '215651.830000', '215652.290000', '215652.750000', '215653.210000', '215653.670000', '215654.130000', '215654.590000', '215655.050000', '215655.510000', '215655.970000', '215656.430000', '215656.890000', '215657.350000', '215657.810000', '215658.270000', '215658.730000', '215659.190000', '215659.650000', '215700.110000', '215700.570000', '215701.030000', '215701.490000', '215701.950000', '215702.410000', '215702.870000', '215703.330000', '215703.790000', '215704.250000', '215704.710000', '215705.170000', '215705.630000', '215706.090000', '215706.550000', '215707.010000', '215707.470000', '215707.930000', '215708.390000', '215708.850000', '215709.310000', '215709.770000', '215710.230000', '215710.690000', '215711.150000', '215711.610000', '215712.070000', '215712.530000', '215712.990000', '215713.450000', '215713.910000', '215714.370000', '215714.830000', '215715.290000', '215715.750000', '215716.210000', '215716.670000', '215717.130000', '215717.590000', '215718.050000', '215718.510000', '215718.970000', '215719.430000', '215719.890000', '215720.350000', '215720.810000', '215721.270000', '215721.730000', '215722.190000', '215722.650000', '215723.110000', '215723.570000', '215724.030000', '215724.490000', '215724.950000', '215725.410000', '215725.870000', '215726.330000', '215726.790000', '215727.250000', '215727.710000', '215728.170000', '215728.630000', '215729.090000', '215729.550000', '215730.010000', '215730.470000', '215730.930000', '215731.390000', '215731.850000', '215732.310000', '215732.770000', '215733.230000', '215733.690000', '215734.150000', '215734.610000', '215735.070000', '215735.530000', '215735.990000', '215736.450000', '215736.910000', '215737.370000', '215737.830000', '215738.290000', '215738.750000', '215739.210000', '215739.670000', '215740.130000', '215740.590000', '215741.050000', '215741.510000', '215741.970000', '215742.430000', '215742.890000', '215743.350000', '215743.810000', '215744.270000', '215744.730000', '215745.190000', '215745.650000', '215746.110000', '215746.570000', '215747.030000', '215747.490000', '215747.950000', '215748.410000', '215748.870000', '215749.330000', '215749.790000', '215750.250000', '215750.710000', '215751.170000', '215751.630000', '215752.090000', '215752.550000', '215753.010000', '215753.470000', '215753.930000', '215754.390000', '215754.850000', '215755.310000', '215755.770000', '215756.230000', '215756.690000', '215757.150000', '215757.610000', '215758.070000', '215758.530000', '215758.990000', '215759.450000', '215759.910000', '215800.370000', '215800.830000', '215801.290000', '215801.750000', '215802.210000', '215802.670000', '215803.130000', '215803.590000', '215804.050000', '215804.510000', '215804.970000', '215805.430000', '215805.890000', '215806.350000', '215806.810000', '215807.270000', '215807.730000', '215808.190000', '215808.650000', '215809.110000', '215809.570000', '215810.030000', '215810.490000', '215810.950000', '215811.410000', '215811.870000', '215812.330000', '215812.790000', '215813.250000', '215813.710000', '215814.170000', '215814.630000', '215815.090000', '215815.550000', '215816.010000', '215816.470000', '215816.930000', '215817.390000', '215817.850000', '215818.310000', '215818.770000', '215819.230000', '215819.690000', '215820.150000', '215820.610000', '215821.070000', '215821.530000', '215821.990000', '215822.450000', '215822.910000', '215823.370000', '215823.830000', '215824.290000', '215824.750000', '215825.210000', '215825.670000', '215826.130000', '215826.590000', '215827.050000', '215827.510000', '215827.970000', '215828.430000', '215828.890000', '215829.350000', '215829.810000', '215830.270000', '215830.730000', '215831.190000', '215831.650000', '215832.110000', '215832.570000', '215833.030000', '215833.490000', '215833.950000', '215834.410000', '215834.870000', '215835.330000', '215835.790000', '215836.250000', '215836.710000', '215837.170000', '215837.630000', '215838.090000', '215838.550000', '215839.010000', '215839.470000', '215839.930000', '215840.390000', '215840.850000', '215841.310000', '215841.770000', '215842.230000', '215842.690000', '215843.150000', '215843.610000', '215844.070000', '215844.530000', '215844.990000', '215845.450000', '215845.910000', '215846.370000', '215846.830000', '215847.290000', '215847.750000', '215848.210000', '215848.670000', '215849.130000', '215849.590000', '215850.050000', '215850.510000', '215850.970000', '215851.430000', '215851.890000', '215852.350000', '215852.810000', '215853.270000', '215853.730000', '215854.190000', '215854.650000', '215855.110000', '215855.570000', '215856.030000', '215856.490000', '215856.950000', '215857.410000', '215857.870000', '215858.330000', '215858.790000', '215859.250000', '215859.710000', '215900.170000', '215900.630000', '215901.090000', '215901.550000', '215902.010000', '215902.470000', '215902.930000', '215903.390000', '215903.850000', '215904.310000', '215904.770000', '215905.230000', '215905.690000', '215906.150000', '215906.610000', '215907.070000', '215907.530000', '215907.990000', '215908.450000', '215908.910000', '215909.370000', '215909.830000', '215910.290000', '215910.750000', '215911.210000', '215911.670000', '215912.130000', '215912.590000', '215913.050000', '215913.510000', '215913.970000', '215914.430000', '215914.890000', '215915.350000', '215915.810000', '215916.270000', '215916.730000', '215917.190000', '215917.650000', '215918.110000', '215918.570000', '215919.030000', '215919.490000', '215919.950000', '215920.410000', '215920.870000', '215921.330000', '215921.790000', '215922.250000', '215922.710000', '215923.170000', '215923.630000', '215924.090000', '215924.550000', '215925.010000', '215925.470000', '215925.930000', '215926.390000', '215926.850000', '215927.310000', '215927.770000', '215928.230000', '215928.690000', '215929.150000', '215929.610000', '215930.070000', '215930.530000', '215930.990000', '215931.450000', '215931.910000', '215932.370000', '215932.830000', '215933.290000', '215933.750000', '215934.210000', '215934.670000', '215935.130000', '215935.590000', '215936.050000', '215936.510000', '215936.970000', '215937.430000', '215937.890000', '215938.350000', '215938.810000', '215939.270000', '215939.730000', '215940.190000', '215940.650000', '215941.110000', '215941.570000', '215942.030000', '215942.490000', '215942.950000', '215943.410000', '215943.870000', '215944.330000', '215944.790000', '215945.250000', '215945.710000', '215946.170000', '215946.630000', '215947.090000', '215947.550000', '215948.010000', '215948.470000', '215948.930000', '215949.390000', '215949.850000', '215950.310000', '215950.770000', '215951.230000', '215951.690000', '215952.150000', '215952.610000', '215953.070000', '215953.530000', '215953.990000', '215954.450000', '215954.910000', '215955.370000', '215955.830000', '215956.290000', '215956.750000', '215957.210000', '215957.670000', '215958.130000', '215958.590000', '215959.050000', '215959.510000', '215959.970000', '220000.430000', '220000.890000', '220001.350000', '220001.810000', '220002.270000', '220002.730000', '220003.190000', '220003.650000', '220004.110000', '220004.570000', '220005.030000', '220005.490000', '220005.950000', '220006.410000', '220006.870000', '220007.330000', '220007.790000', '220008.250000', '220008.710000', '220009.170000', '220009.630000', '220010.090000', '220010.550000', '220011.010000', '220011.470000', '220011.930000', '220012.390000', '220012.850000', '220013.310000', '220013.770000', '220014.230000', '220014.690000', '220015.150000', '220015.610000', '220016.070000', '220016.530000', '220016.990000', '220017.450000', '220017.910000', '220018.370000', '220018.830000', '220019.290000', '220019.750000', '220020.210000', '220020.670000', '220021.130000', '220021.590000', '220022.050000', '220022.510000', '220022.970000', '220023.430000', '220023.890000', '220024.350000', '220024.810000', '220025.270000', '220025.730000', '220026.190000', '220026.650000', '220027.110000', '220027.570000', '220028.030000', '220028.490000', '220028.950000', '220029.410000', '220029.870000', '220030.330000', '220030.790000', '220031.250000', '220031.710000', '220032.170000', '220032.630000', '220033.090000', '220033.550000', '220034.010000', '220034.470000', '220034.930000', '220035.390000', '220035.850000', '220036.310000', '220036.770000', '220037.230000', '220037.690000', '220038.150000', '220038.610000', '220039.070000', '220039.530000', '220039.990000', '220040.450000', '220040.910000', '220041.370000', '220041.830000', '220042.290000', '220042.750000', '220043.210000', '220043.670000', '220044.130000', '220044.590000', '220045.050000', '220045.510000', '220045.970000', '220046.430000', '220046.890000', '220047.350000', '220047.810000', '220048.270000', '220048.730000', '220049.190000', '220049.650000', '220050.110000', '220050.570000', '220051.030000', '220051.490000', '220051.950000', '220052.410000', '220052.870000', '220053.330000', '220053.790000', '220054.250000', '220054.710000', '220055.170000', '220055.630000', '220056.090000', '220056.550000', '220057.010000', '220057.470000', '220057.930000', '220058.390000', '220058.850000', '220059.310000', '220059.770000', '220100.230000', '220100.690000', '220101.150000', '220101.610000', '220102.070000', '220102.530000', '220102.990000', '220103.450000', '220103.910000', '220104.370000', '220104.830000', '220105.290000', '220105.750000', '220106.210000', '220106.670000', '220107.130000', '220107.590000', '220108.050000', '220108.510000', '220108.970000', '220109.430000', '220109.890000', '220110.350000', '220110.810000', '220111.270000', '220111.730000', '220112.190000', '220112.650000', '220113.110000', '220113.570000', '220114.030000', '220114.490000', '220114.950000', '220115.410000', '220115.870000', '220116.330000', '220116.790000', '220117.250000', '220117.710000', '220118.170000', '220118.630000', '220119.090000', '220119.550000', '220120.010000', '220120.470000', '220120.930000', '220121.390000', '220121.850000', '220122.310000', '220122.770000', '220123.230000', '220123.690000', '220124.150000', '220124.610000', '220125.070000', '220125.530000', '220125.990000', '220126.450000', '220126.910000', '220127.370000', '220127.830000', '220128.290000', '220128.750000', '220129.210000', '220129.670000', '220130.130000', '220130.590000', '220131.050000', '220131.510000', '220131.970000', '220132.430000', '220132.890000', '220133.350000', '220133.810000', '220134.270000', '220134.730000', '220135.190000', '220135.650000', '220136.110000', '220136.570000', '220137.030000', '220137.490000', '220137.950000', '220138.410000', '220138.870000', '220139.330000', '220139.790000', '220140.250000', '220140.710000', '220141.170000', '220141.630000', '220142.090000', '220142.550000', '220143.010000', '220143.470000', '220143.930000', '220144.390000', '220144.850000', '220145.310000', '220145.770000', '220146.230000', '220146.690000', '220147.150000', '220147.610000', '220148.070000', '220148.530000', '220148.990000', '220149.450000', '220149.910000', '220150.370000', '220150.830000', '220151.290000', '220151.750000', '220152.210000', '220152.670000', '220153.130000', '220153.590000', '220154.050000', '220154.510000', '220154.970000'], 'ContentTime': ['215521.658000', '215521.661000', '215521.664000', '215521.667000', '215521.669000', '215521.672000', '215521.674000', '215521.677000', '215521.680000', '215521.683000', '215521.686000', '215521.688000', '215521.691000', '215521.693000', '215521.696000', '215521.698000', '215521.701000', '215521.704000', '215521.710000', '215521.713000', '215521.716000', '215521.718000', '215521.721000', '215521.723000', '215521.726000', '215521.728000', '215521.736000', '215521.739000', '215521.741000', '215521.744000', '215521.746000', '215521.749000', '215521.751000', '215521.754000', '215521.756000', '215521.759000', '215521.762000', '215521.764000', '215521.767000', '215521.769000', '215521.772000', '215521.782000', '215521.784000', '215521.787000', '215521.789000', '215521.792000', '215521.794000', '215521.797000', '215521.800000', '215521.802000', '215521.805000', '215521.807000', '215521.810000', '215521.813000', '215521.815000', '215521.818000', '215541.628000', '215541.631000', '215541.634000', '215541.636000', '215541.639000', '215541.641000', '215541.644000', '215541.647000', '215541.656000', '215541.659000', '215541.661000', '215541.664000', '215541.666000', '215541.669000', '215541.672000', '215541.674000', '215541.677000', '215541.680000', '215541.682000', '215541.685000', '215541.687000', '215541.690000', '215541.693000', '215541.695000', '215541.698000', '215541.700000', '215541.703000', '215541.705000', '215541.708000', '215541.711000', '215541.713000', '215541.716000', '215541.718000', '215541.721000', '215541.723000', '215541.726000', '215541.728000', '215541.731000', '215541.734000', '215541.736000', '215541.739000', '215541.741000', '215541.744000', '215601.628000', '215601.631000', '215601.634000', '215601.636000', '215601.639000', '215601.641000', '215601.651000', '215601.653000', '215601.656000', '215601.658000', '215601.661000', '215601.663000', '215601.666000', '215601.669000', '215601.671000', '215601.674000', '215601.676000', '215601.679000', '215601.682000', '215601.684000', '215601.687000', '215601.689000', '215601.692000', '215601.694000', '215601.697000', '215601.699000', '215601.702000', '215601.705000', '215601.707000', '215601.710000', '215601.712000', '215601.715000', '215601.717000', '215601.720000', '215601.723000', '215601.725000', '215601.728000', '215601.730000', '215601.733000', '215601.735000', '215601.738000', '215601.740000', '215601.743000', '215601.746000', '215621.628000', '215621.631000', '215621.634000', '215621.636000', '215621.639000', '215621.642000', '215621.644000', '215621.647000', '215621.649000', '215621.652000', '215621.655000', '215621.657000', '215621.660000', '215621.662000', '215621.665000', '215621.668000', '215621.670000', '215621.673000', '215621.675000', '215621.678000', '215621.680000', '215621.683000', '215621.685000', '215621.688000', '215621.691000', '215621.693000', '215621.696000', '215621.699000', '215621.701000', '215621.704000', '215621.706000', '215621.709000', '215621.712000', '215621.714000', '215621.717000', '215621.719000', '215621.722000', '215621.725000', '215621.727000', '215621.730000', '215621.732000', '215621.735000', '215621.738000', '215641.628000', '215641.631000', '215641.634000', '215641.636000', '215641.639000', '215641.641000', '215641.644000', '215641.647000', '215641.655000', '215641.658000', '215641.660000', '215641.673000', '215641.676000', '215641.678000', '215641.681000', '215641.684000', '215641.686000', '215641.689000', '215641.691000', '215641.694000', '215641.697000', '215641.699000', '215641.702000', '215641.704000', '215641.707000', '215641.710000', '215641.712000', '215641.715000', '215641.717000', '215641.720000', '215641.723000', '215641.725000', '215641.728000', '215641.731000', '215641.733000', '215641.736000', '215641.738000', '215641.741000', '215641.744000', '215641.746000', '215641.749000', '215641.752000', '215641.754000', '215701.629000', '215701.631000', '215701.634000', '215701.637000', '215701.639000', '215701.642000', '215701.644000', '215701.647000', '215701.650000', '215701.652000', '215701.655000', '215701.657000', '215701.664000', '215701.666000', '215701.669000', '215701.672000', '215701.674000', '215701.677000', '215701.679000', '215701.682000', '215701.685000', '215701.687000', '215701.690000', '215701.692000', '215701.695000', '215701.711000', '215701.713000', '215701.723000', '215701.726000', '215701.729000', '215701.731000', '215701.734000', '215701.736000', '215701.739000', '215701.742000', '215701.744000', '215701.747000', '215701.749000', '215701.752000', '215701.755000', '215701.757000', '215701.760000', '215701.762000', '215701.765000', '215721.629000', '215721.632000', '215721.634000', '215721.637000', '215721.639000', '215721.642000', '215721.644000', '215721.647000', '215721.650000', '215721.653000', '215721.655000', '215721.658000', '215721.661000', '215721.664000', '215721.666000', '215721.669000', '215721.672000', '215721.674000', '215721.677000', '215721.679000', '215721.682000', '215721.684000', '215721.687000', '215721.690000', '215721.692000', '215721.695000', '215721.697000', '215721.700000', '215721.703000', '215721.705000', '215721.708000', '215721.710000', '215721.713000', '215721.716000', '215721.718000', '215721.721000', '215721.723000', '215721.726000', '215721.729000', '215721.731000', '215721.734000', '215721.737000', '215721.739000', '215741.627000', '215741.630000', '215741.633000', '215741.636000', '215741.638000', '215741.641000', '215741.643000', '215741.646000', '215741.648000', '215741.651000', '215741.654000', '215741.656000', '215741.659000', '215741.661000', '215741.664000', '215741.667000', '215741.669000', '215741.672000', '215741.674000', '215741.677000', '215741.680000', '215741.682000', '215741.685000', '215741.687000', '215741.690000', '215741.693000', '215741.695000', '215741.698000', '215741.701000', '215741.703000', '215741.706000', '215741.708000', '215741.711000', '215741.714000', '215741.716000', '215741.719000', '215741.721000', '215741.724000', '215741.727000', '215741.729000', '215741.732000', '215741.735000', '215741.737000', '215741.748000', '215801.629000', '215801.632000', '215801.634000', '215801.637000', '215801.640000', '215801.643000', '215801.646000', '215801.649000', '215801.651000', '215801.654000', '215801.657000', '215801.659000', '215801.662000', '215801.664000', '215801.667000', '215801.670000', '215801.672000', '215801.675000', '215801.677000', '215801.680000', '215801.683000', '215801.685000', '215801.688000', '215801.691000', '215801.693000', '215801.696000', '215801.698000', '215801.701000', '215801.704000', '215801.707000', '215801.710000', '215801.713000', '215801.715000', '215801.718000', '215801.721000', '215801.723000', '215801.726000', '215801.729000', '215801.731000', '215801.734000', '215801.737000', '215801.739000', '215801.742000', '215821.628000', '215821.631000', '215821.634000', '215821.636000', '215821.639000', '215821.642000', '215821.644000', '215821.651000', '215821.653000', '215821.656000', '215821.659000', '215821.661000', '215821.664000', '215821.666000', '215821.669000', '215821.672000', '215821.674000', '215821.677000', '215821.679000', '215821.682000', '215821.685000', '215821.687000', '215821.690000', '215821.693000', '215821.695000', '215821.698000', '215821.700000', '215821.703000', '215821.706000', '215821.708000', '215821.711000', '215821.713000', '215821.716000', '215821.718000', '215821.721000', '215821.724000', '215821.726000', '215821.729000', '215821.731000', '215821.737000', '215821.739000', '215821.742000', '215821.744000', '215821.747000', '215841.629000', '215841.631000', '215841.634000', '215841.637000', '215841.639000', '215841.642000', '215841.645000', '215841.647000', '215841.650000', '215841.652000', '215841.655000', '215841.658000', '215841.660000', '215841.663000', '215841.665000', '215841.668000', '215841.671000', '215841.674000', '215841.677000', '215841.680000', '215841.694000', '215841.697000', '215841.699000', '215841.702000', '215841.704000', '215841.707000', '215841.710000', '215841.712000', '215841.715000', '215841.717000', '215841.720000', '215841.723000', '215841.725000', '215841.728000', '215841.730000', '215841.733000', '215841.735000', '215841.738000', '215841.741000', '215841.743000', '215841.746000', '215841.748000', '215841.751000', '215901.629000', '215901.631000', '215901.634000', '215901.637000', '215901.639000', '215901.642000', '215901.645000', '215901.647000', '215901.650000', '215901.653000', '215901.655000', '215901.658000', '215901.660000', '215901.663000', '215901.665000', '215901.668000', '215901.671000', '215901.673000', '215901.676000', '215901.678000', '215901.681000', '215901.684000', '215901.686000', '215901.689000', '215901.692000', '215901.694000', '215901.697000', '215901.699000', '215901.702000', '215901.705000', '215901.707000', '215901.710000', '215901.713000', '215901.715000', '215901.718000', '215901.720000', '215901.723000', '215901.726000', '215901.728000', '215901.731000', '215901.733000', '215901.736000', '215901.738000', '215901.741000', '215921.628000', '215921.631000', '215921.634000', '215921.637000', '215921.639000', '215921.642000', '215921.645000', '215921.647000', '215921.650000', '215921.652000', '215921.655000', '215921.657000', '215921.660000', '215921.663000', '215921.665000', '215921.668000', '215921.670000', '215921.673000', '215921.676000', '215921.678000', '215921.681000', '215921.683000', '215921.691000', '215921.693000', '215921.696000', '215921.699000', '215921.702000', '215921.705000', '215921.708000', '215921.711000', '215921.713000', '215921.716000', '215921.718000', '215921.721000', '215921.724000', '215921.726000', '215921.729000', '215921.731000', '215921.734000', '215921.737000', '215921.739000', '215921.742000', '215921.745000', '215941.629000', '215941.631000', '215941.634000', '215941.637000', '215941.639000', '215941.642000', '215941.645000', '215941.647000', '215941.650000', '215941.652000', '215941.655000', '215941.657000', '215941.660000', '215941.663000', '215941.665000', '215941.668000', '215941.670000', '215941.673000', '215941.676000', '215941.678000', '215941.681000', '215941.683000', '215941.686000', '215941.689000', '215941.692000', '215941.694000', '215941.697000', '215941.700000', '215941.702000', '215941.705000', '215941.707000', '215941.710000', '215941.713000', '215941.715000', '215941.718000', '215941.721000', '215941.723000', '215941.726000', '215941.728000', '215941.731000', '215941.733000', '215941.736000', '215941.739000', '215941.741000', '220001.627000', '220001.630000', '220001.633000', '220001.636000', '220001.638000', '220001.641000', '220001.644000', '220001.646000', '220001.649000', '220001.651000', '220001.654000', '220001.656000', '220001.659000', '220001.662000', '220001.664000', '220001.667000', '220001.669000', '220001.672000', '220001.675000', '220001.677000', '220001.680000', '220001.683000', '220001.685000', '220001.688000', '220001.690000', '220001.693000', '220001.696000', '220001.698000', '220001.701000', '220001.703000', '220001.706000', '220001.709000', '220001.711000', '220001.714000', '220001.717000', '220001.719000', '220001.722000', '220001.724000', '220001.727000', '220001.730000', '220001.732000', '220001.735000', '220001.737000', '220021.629000', '220021.631000', '220021.643000', '220021.646000', '220021.649000', '220021.651000', '220021.654000', '220021.656000', '220021.659000', '220021.661000', '220021.664000', '220021.667000', '220021.669000', '220021.672000', '220021.674000', '220021.677000', '220021.680000', '220021.682000', '220021.685000', '220021.687000', '220021.690000', '220021.693000', '220021.695000', '220021.698000', '220021.700000', '220021.703000', '220021.706000', '220021.708000', '220021.711000', '220021.714000', '220021.716000', '220021.719000', '220021.722000', '220021.724000', '220021.727000', '220021.729000', '220021.732000', '220021.734000', '220021.737000', '220021.740000', '220021.742000', '220021.745000', '220021.747000', '220021.750000', '220041.628000', '220041.631000', '220041.634000', '220041.637000', '220041.639000', '220041.642000', '220041.644000', '220041.647000', '220041.650000', '220041.652000', '220041.655000', '220041.658000', '220041.660000', '220041.663000', '220041.665000', '220041.668000', '220041.671000', '220041.673000', '220041.676000', '220041.679000', '220041.681000', '220041.684000', '220041.687000', '220041.689000', '220041.692000', '220041.695000', '220041.697000', '220041.700000', '220041.702000', '220041.705000', '220041.708000', '220041.710000', '220041.713000', '220041.716000', '220041.719000', '220041.722000', '220041.725000', '220041.728000', '220041.730000', '220041.733000', '220041.735000', '220041.738000', '220041.741000', '220101.629000', '220101.632000', '220101.635000', '220101.637000', '220101.640000', '220101.643000', '220101.645000', '220101.648000', '220101.651000', '220101.653000', '220101.656000', '220101.659000', '220101.661000', '220101.664000', '220101.666000', '220101.669000', '220101.671000', '220101.674000', '220101.677000', '220101.679000', '220101.682000', '220101.684000', '220101.687000', '220101.690000', '220101.692000', '220101.695000', '220101.698000', '220101.700000', '220101.703000', '220101.706000', '220101.708000', '220101.711000', '220101.713000', '220101.716000', '220101.719000', '220101.721000', '220101.724000', '220101.726000', '220101.729000', '220101.732000', '220101.734000', '220101.737000', '220101.740000', '220101.742000', '220121.629000', '220121.631000', '220121.634000', '220121.637000', '220121.639000', '220121.642000', '220121.645000', '220121.647000', '220121.650000', '220121.652000', '220121.655000', '220121.657000', '220121.660000', '220121.663000', '220121.665000', '220121.668000', '220121.671000', '220121.673000', '220121.676000', '220121.678000', '220121.681000', '220121.684000', '220121.686000', '220121.689000', '220121.691000', '220121.694000', '220121.696000', '220121.699000', '220121.702000', '220121.704000', '220121.707000', '220121.710000', '220121.712000', '220121.715000', '220121.718000', '220121.720000', '220121.723000', '220121.725000', '220121.728000', '220121.731000', '220121.733000', '220121.736000', '220121.738000', '220141.629000', '220141.632000', '220141.634000', '220141.637000', '220141.640000', '220141.643000', '220141.645000', '220141.648000', '220141.650000', '220141.653000', '220141.656000', '220141.658000', '220141.661000', '220141.675000', '220141.678000', '220141.680000', '220141.683000', '220141.685000', '220141.688000', '220141.691000', '220141.693000', '220141.696000', '220141.699000', '220141.701000', '220141.704000', '220141.706000', '220141.709000', '220141.712000', '220141.714000', '220141.717000', '220141.719000', '220141.722000', '220141.724000', '220141.727000', '220141.730000', '220141.732000', '220141.735000', '220141.737000', '220141.740000', '220141.743000', '220141.745000', '220141.748000', '220141.750000', '220141.753000', '220156.243000', '220156.246000', '220156.249000', '220156.252000', '220156.254000', '220156.257000', '220156.259000', '220156.262000', '220156.265000', '220156.267000', '220156.270000', '220156.273000', '220156.275000', '220156.278000', '220156.280000', '220156.283000', '220156.286000', '220156.288000', '220156.291000', '220156.293000', '220156.296000', '220156.298000', '220156.301000', '220156.304000', '220156.306000', '220156.309000', '220156.312000', '220156.314000', '220156.317000', '220156.319000', '220156.322000', '220156.324000'], 'InstanceCreationTime': ['215521.658000', '215521.661000', '215521.664000', '215521.667000', '215521.669000', '215521.672000', '215521.674000', '215521.677000', '215521.680000', '215521.683000', '215521.686000', '215521.688000', '215521.691000', '215521.693000', '215521.696000', '215521.698000', '215521.701000', '215521.704000', '215521.710000', '215521.713000', '215521.716000', '215521.718000', '215521.721000', '215521.723000', '215521.726000', '215521.728000', '215521.736000', '215521.739000', '215521.741000', '215521.744000', '215521.746000', '215521.749000', '215521.751000', '215521.754000', '215521.756000', '215521.759000', '215521.762000', '215521.764000', '215521.767000', '215521.769000', '215521.772000', '215521.782000', '215521.784000', '215521.787000', '215521.789000', '215521.792000', '215521.794000', '215521.797000', '215521.800000', '215521.802000', '215521.805000', '215521.807000', '215521.810000', '215521.813000', '215521.815000', '215521.818000', '215541.628000', '215541.631000', '215541.634000', '215541.636000', '215541.639000', '215541.641000', '215541.644000', '215541.647000', '215541.656000', '215541.659000', '215541.661000', '215541.664000', '215541.666000', '215541.669000', '215541.672000', '215541.674000', '215541.677000', '215541.680000', '215541.682000', '215541.685000', '215541.687000', '215541.690000', '215541.693000', '215541.695000', '215541.698000', '215541.700000', '215541.703000', '215541.705000', '215541.708000', '215541.711000', '215541.713000', '215541.716000', '215541.718000', '215541.721000', '215541.723000', '215541.726000', '215541.728000', '215541.731000', '215541.734000', '215541.736000', '215541.739000', '215541.741000', '215541.744000', '215601.628000', '215601.631000', '215601.634000', '215601.636000', '215601.639000', '215601.641000', '215601.651000', '215601.653000', '215601.656000', '215601.658000', '215601.661000', '215601.663000', '215601.666000', '215601.669000', '215601.671000', '215601.674000', '215601.676000', '215601.679000', '215601.682000', '215601.684000', '215601.687000', '215601.689000', '215601.692000', '215601.694000', '215601.697000', '215601.699000', '215601.702000', '215601.705000', '215601.707000', '215601.710000', '215601.712000', '215601.715000', '215601.717000', '215601.720000', '215601.723000', '215601.725000', '215601.728000', '215601.730000', '215601.733000', '215601.735000', '215601.738000', '215601.740000', '215601.743000', '215601.746000', '215621.628000', '215621.631000', '215621.634000', '215621.636000', '215621.639000', '215621.642000', '215621.644000', '215621.647000', '215621.649000', '215621.652000', '215621.655000', '215621.657000', '215621.660000', '215621.662000', '215621.665000', '215621.668000', '215621.670000', '215621.673000', '215621.675000', '215621.678000', '215621.680000', '215621.683000', '215621.685000', '215621.688000', '215621.691000', '215621.693000', '215621.696000', '215621.699000', '215621.701000', '215621.704000', '215621.706000', '215621.709000', '215621.712000', '215621.714000', '215621.717000', '215621.719000', '215621.722000', '215621.725000', '215621.727000', '215621.730000', '215621.732000', '215621.735000', '215621.738000', '215641.628000', '215641.631000', '215641.634000', '215641.636000', '215641.639000', '215641.641000', '215641.644000', '215641.647000', '215641.655000', '215641.658000', '215641.660000', '215641.673000', '215641.676000', '215641.678000', '215641.681000', '215641.684000', '215641.686000', '215641.689000', '215641.691000', '215641.694000', '215641.697000', '215641.699000', '215641.702000', '215641.704000', '215641.707000', '215641.710000', '215641.712000', '215641.715000', '215641.717000', '215641.720000', '215641.723000', '215641.725000', '215641.728000', '215641.731000', '215641.733000', '215641.736000', '215641.738000', '215641.741000', '215641.744000', '215641.746000', '215641.749000', '215641.752000', '215641.754000', '215701.629000', '215701.631000', '215701.634000', '215701.637000', '215701.639000', '215701.642000', '215701.644000', '215701.647000', '215701.650000', '215701.652000', '215701.655000', '215701.657000', '215701.664000', '215701.666000', '215701.669000', '215701.672000', '215701.674000', '215701.677000', '215701.679000', '215701.682000', '215701.685000', '215701.687000', '215701.690000', '215701.692000', '215701.695000', '215701.711000', '215701.713000', '215701.723000', '215701.726000', '215701.729000', '215701.731000', '215701.734000', '215701.736000', '215701.739000', '215701.742000', '215701.744000', '215701.747000', '215701.749000', '215701.752000', '215701.755000', '215701.757000', '215701.760000', '215701.762000', '215701.765000', '215721.629000', '215721.632000', '215721.634000', '215721.637000', '215721.639000', '215721.642000', '215721.644000', '215721.647000', '215721.650000', '215721.653000', '215721.655000', '215721.658000', '215721.661000', '215721.664000', '215721.666000', '215721.669000', '215721.672000', '215721.674000', '215721.677000', '215721.679000', '215721.682000', '215721.684000', '215721.687000', '215721.690000', '215721.692000', '215721.695000', '215721.697000', '215721.700000', '215721.703000', '215721.705000', '215721.708000', '215721.710000', '215721.713000', '215721.716000', '215721.718000', '215721.721000', '215721.723000', '215721.726000', '215721.729000', '215721.731000', '215721.734000', '215721.737000', '215721.739000', '215741.627000', '215741.630000', '215741.633000', '215741.636000', '215741.638000', '215741.641000', '215741.643000', '215741.646000', '215741.648000', '215741.651000', '215741.654000', '215741.656000', '215741.659000', '215741.661000', '215741.664000', '215741.667000', '215741.669000', '215741.672000', '215741.674000', '215741.677000', '215741.680000', '215741.682000', '215741.685000', '215741.687000', '215741.690000', '215741.693000', '215741.695000', '215741.698000', '215741.701000', '215741.703000', '215741.706000', '215741.708000', '215741.711000', '215741.714000', '215741.716000', '215741.719000', '215741.721000', '215741.724000', '215741.727000', '215741.729000', '215741.732000', '215741.735000', '215741.737000', '215741.748000', '215801.629000', '215801.632000', '215801.634000', '215801.637000', '215801.640000', '215801.643000', '215801.646000', '215801.649000', '215801.651000', '215801.654000', '215801.657000', '215801.659000', '215801.662000', '215801.664000', '215801.667000', '215801.670000', '215801.672000', '215801.675000', '215801.677000', '215801.680000', '215801.683000', '215801.685000', '215801.688000', '215801.691000', '215801.693000', '215801.696000', '215801.698000', '215801.701000', '215801.704000', '215801.707000', '215801.710000', '215801.713000', '215801.715000', '215801.718000', '215801.721000', '215801.723000', '215801.726000', '215801.729000', '215801.731000', '215801.734000', '215801.737000', '215801.739000', '215801.742000', '215821.628000', '215821.631000', '215821.634000', '215821.636000', '215821.639000', '215821.642000', '215821.644000', '215821.651000', '215821.653000', '215821.656000', '215821.659000', '215821.661000', '215821.664000', '215821.666000', '215821.669000', '215821.672000', '215821.674000', '215821.677000', '215821.679000', '215821.682000', '215821.685000', '215821.687000', '215821.690000', '215821.693000', '215821.695000', '215821.698000', '215821.700000', '215821.703000', '215821.706000', '215821.708000', '215821.711000', '215821.713000', '215821.716000', '215821.718000', '215821.721000', '215821.724000', '215821.726000', '215821.729000', '215821.731000', '215821.737000', '215821.739000', '215821.742000', '215821.744000', '215821.747000', '215841.629000', '215841.631000', '215841.634000', '215841.637000', '215841.639000', '215841.642000', '215841.645000', '215841.647000', '215841.650000', '215841.652000', '215841.655000', '215841.658000', '215841.660000', '215841.663000', '215841.665000', '215841.668000', '215841.671000', '215841.674000', '215841.677000', '215841.680000', '215841.694000', '215841.697000', '215841.699000', '215841.702000', '215841.704000', '215841.707000', '215841.710000', '215841.712000', '215841.715000', '215841.717000', '215841.720000', '215841.723000', '215841.725000', '215841.728000', '215841.730000', '215841.733000', '215841.735000', '215841.738000', '215841.741000', '215841.743000', '215841.746000', '215841.748000', '215841.751000', '215901.629000', '215901.631000', '215901.634000', '215901.637000', '215901.639000', '215901.642000', '215901.645000', '215901.647000', '215901.650000', '215901.653000', '215901.655000', '215901.658000', '215901.660000', '215901.663000', '215901.665000', '215901.668000', '215901.671000', '215901.673000', '215901.676000', '215901.678000', '215901.681000', '215901.684000', '215901.686000', '215901.689000', '215901.692000', '215901.694000', '215901.697000', '215901.699000', '215901.702000', '215901.705000', '215901.707000', '215901.710000', '215901.713000', '215901.715000', '215901.718000', '215901.720000', '215901.723000', '215901.726000', '215901.728000', '215901.731000', '215901.733000', '215901.736000', '215901.738000', '215901.741000', '215921.628000', '215921.631000', '215921.634000', '215921.637000', '215921.639000', '215921.642000', '215921.645000', '215921.647000', '215921.650000', '215921.652000', '215921.655000', '215921.657000', '215921.660000', '215921.663000', '215921.665000', '215921.668000', '215921.670000', '215921.673000', '215921.676000', '215921.678000', '215921.681000', '215921.683000', '215921.691000', '215921.693000', '215921.696000', '215921.699000', '215921.702000', '215921.705000', '215921.708000', '215921.711000', '215921.713000', '215921.716000', '215921.718000', '215921.721000', '215921.724000', '215921.726000', '215921.729000', '215921.731000', '215921.734000', '215921.737000', '215921.739000', '215921.742000', '215921.745000', '215941.629000', '215941.631000', '215941.634000', '215941.637000', '215941.639000', '215941.642000', '215941.645000', '215941.647000', '215941.650000', '215941.652000', '215941.655000', '215941.657000', '215941.660000', '215941.663000', '215941.665000', '215941.668000', '215941.670000', '215941.673000', '215941.676000', '215941.678000', '215941.681000', '215941.683000', '215941.686000', '215941.689000', '215941.692000', '215941.694000', '215941.697000', '215941.700000', '215941.702000', '215941.705000', '215941.707000', '215941.710000', '215941.713000', '215941.715000', '215941.718000', '215941.721000', '215941.723000', '215941.726000', '215941.728000', '215941.731000', '215941.733000', '215941.736000', '215941.739000', '215941.741000', '220001.627000', '220001.630000', '220001.633000', '220001.636000', '220001.638000', '220001.641000', '220001.644000', '220001.646000', '220001.649000', '220001.651000', '220001.654000', '220001.656000', '220001.659000', '220001.662000', '220001.664000', '220001.667000', '220001.669000', '220001.672000', '220001.675000', '220001.677000', '220001.680000', '220001.683000', '220001.685000', '220001.688000', '220001.690000', '220001.693000', '220001.696000', '220001.698000', '220001.701000', '220001.703000', '220001.706000', '220001.709000', '220001.711000', '220001.714000', '220001.717000', '220001.719000', '220001.722000', '220001.724000', '220001.727000', '220001.730000', '220001.732000', '220001.735000', '220001.737000', '220021.629000', '220021.631000', '220021.643000', '220021.646000', '220021.649000', '220021.651000', '220021.654000', '220021.656000', '220021.659000', '220021.661000', '220021.664000', '220021.667000', '220021.669000', '220021.672000', '220021.674000', '220021.677000', '220021.680000', '220021.682000', '220021.685000', '220021.687000', '220021.690000', '220021.693000', '220021.695000', '220021.698000', '220021.700000', '220021.703000', '220021.706000', '220021.708000', '220021.711000', '220021.714000', '220021.716000', '220021.719000', '220021.722000', '220021.724000', '220021.727000', '220021.729000', '220021.732000', '220021.734000', '220021.737000', '220021.740000', '220021.742000', '220021.745000', '220021.747000', '220021.750000', '220041.628000', '220041.631000', '220041.634000', '220041.637000', '220041.639000', '220041.642000', '220041.644000', '220041.647000', '220041.650000', '220041.652000', '220041.655000', '220041.658000', '220041.660000', '220041.663000', '220041.665000', '220041.668000', '220041.671000', '220041.673000', '220041.676000', '220041.679000', '220041.681000', '220041.684000', '220041.687000', '220041.689000', '220041.692000', '220041.695000', '220041.697000', '220041.700000', '220041.702000', '220041.705000', '220041.708000', '220041.710000', '220041.713000', '220041.716000', '220041.719000', '220041.722000', '220041.725000', '220041.728000', '220041.730000', '220041.733000', '220041.735000', '220041.738000', '220041.741000', '220101.629000', '220101.632000', '220101.635000', '220101.637000', '220101.640000', '220101.643000', '220101.645000', '220101.648000', '220101.651000', '220101.653000', '220101.656000', '220101.659000', '220101.661000', '220101.664000', '220101.666000', '220101.669000', '220101.671000', '220101.674000', '220101.677000', '220101.679000', '220101.682000', '220101.684000', '220101.687000', '220101.690000', '220101.692000', '220101.695000', '220101.698000', '220101.700000', '220101.703000', '220101.706000', '220101.708000', '220101.711000', '220101.713000', '220101.716000', '220101.719000', '220101.721000', '220101.724000', '220101.726000', '220101.729000', '220101.732000', '220101.734000', '220101.737000', '220101.740000', '220101.742000', '220121.629000', '220121.631000', '220121.634000', '220121.637000', '220121.639000', '220121.642000', '220121.645000', '220121.647000', '220121.650000', '220121.652000', '220121.655000', '220121.657000', '220121.660000', '220121.663000', '220121.665000', '220121.668000', '220121.671000', '220121.673000', '220121.676000', '220121.678000', '220121.681000', '220121.684000', '220121.686000', '220121.689000', '220121.691000', '220121.694000', '220121.696000', '220121.699000', '220121.702000', '220121.704000', '220121.707000', '220121.710000', '220121.712000', '220121.715000', '220121.718000', '220121.720000', '220121.723000', '220121.725000', '220121.728000', '220121.731000', '220121.733000', '220121.736000', '220121.738000', '220141.629000', '220141.632000', '220141.634000', '220141.637000', '220141.640000', '220141.643000', '220141.645000', '220141.648000', '220141.650000', '220141.653000', '220141.656000', '220141.658000', '220141.661000', '220141.675000', '220141.678000', '220141.680000', '220141.683000', '220141.685000', '220141.688000', '220141.691000', '220141.693000', '220141.696000', '220141.699000', '220141.701000', '220141.704000', '220141.706000', '220141.709000', '220141.712000', '220141.714000', '220141.717000', '220141.719000', '220141.722000', '220141.724000', '220141.727000', '220141.730000', '220141.732000', '220141.735000', '220141.737000', '220141.740000', '220141.743000', '220141.745000', '220141.748000', '220141.750000', '220141.753000', '220156.243000', '220156.246000', '220156.249000', '220156.252000', '220156.254000', '220156.257000', '220156.259000', '220156.262000', '220156.265000', '220156.267000', '220156.270000', '220156.273000', '220156.275000', '220156.278000', '220156.280000', '220156.283000', '220156.286000', '220156.288000', '220156.291000', '220156.293000', '220156.296000', '220156.298000', '220156.301000', '220156.304000', '220156.306000', '220156.309000', '220156.312000', '220156.314000', '220156.317000', '220156.319000', '220156.322000', '220156.324000'], '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': [8772, 14679, 10445, 15235, 12937, 16088, 11306, 15788, 10598, 15986, 12266, 14634, 11863, 9558, 11547, 9707, 15005, 9121, 12891, 8640, 13441, 8999, 15184, 9012, 13690, 8682, 13986, 10190, 15057, 11522, 13752, 11237, 14548, 11916, 15332, 12138, 10006, 12045, 9047, 13781, 9857, 16415, 9582, 15377, 10244, 15418, 12451, 17337, 12851, 17711, 11242, 14608, 12093, 11011, 14847, 8598, 13247, 8484, 14574, 9348, 16583, 12388, 15626, 10939, 14455, 11913, 16575, 11741, 11874, 11673, 9649, 14159, 10456, 15243, 8328, 13658, 8568, 15012, 10472, 16078, 11320, 14777, 11355, 14877, 11944, 16330, 12073, 10884, 11142, 8728, 12903, 9288, 15843, 9187, 13767, 8349, 14189, 9873, 16305, 12421, 14868, 11184, 14357, 10892, 16484, 12078, 10482, 12160, 8460, 12661, 8761, 15741, 9955, 15531, 10560, 14709, 11530, 15547, 11135, 9025, 12572, 9075, 16565, 11108, 15895, 11084, 15065, 11561, 16548, 13131, 13421, 11530, 9327, 11821, 8539, 15355, 9226, 14397, 9422, 13867, 11626, 15353, 13099, 9671, 13056, 8908, 14570, 9980, 17947, 11291, 16371, 11169, 16099, 12102, 18124, 12312, 8794, 11558, 8346, 14314, 9412, 15367, 11205, 15304, 11047, 15447, 13050, 9741, 13373, 8614, 13641, 9033, 16395, 12055, 15122, 11416, 15529, 11938, 9438, 11436, 8254, 13908, 11375, 9122, 14683, 9140, 14727, 9906, 15769, 12994, 14905, 10874, 14248, 10887, 15529, 12801, 14923, 11105, 14334, 11343, 12040, 13488, 9211, 13312, 8630, 13451, 8885, 15476, 11460, 14107, 11477, 14956, 12448, 9990, 13101, 9194, 13839, 9834, 15327, 9241, 15064, 9880, 16267, 13019, 15970, 10958, 15831, 11358, 16535, 10711, 16292, 8747, 14135, 8843, 15637, 10108, 15021, 8187, 14021, 8936, 15618, 10204, 15016, 8573, 13833, 8717, 14876, 10231, 15472, 9030, 14806, 8987, 15827, 11114, 15191, 9550, 14957, 10450, 15803, 12691, 14630, 10880, 14780, 11288, 15358, 13103, 15519, 10661, 14920, 9375, 15960, 10955, 15093, 8040, 13473, 8527, 14332, 9502, 14498, 8364, 14126, 10028, 15109, 12936, 14182, 11235, 16024, 11313, 16315, 12715, 14796, 12039, 18823, 11721, 16528, 13232, 16418, 11084, 13428, 9462, 15066, 11582, 15053, 12872, 14167, 12440, 9244, 11412, 7676, 14467, 10912, 10591, 16556, 11737, 16040, 12031, 8999, 14521, 11009, 17361, 11101, 7754, 12584, 9294, 17613, 12521, 14423, 11992, 12564, 12886, 12133, 13095, 7879, 12239, 8273, 14204, 9001, 13512, 7828, 13368, 8947, 15278, 12954, 14843, 10732, 8925, 11997, 8605, 15742, 12099, 14673, 11246, 15035, 11872, 15894, 13039, 13719, 11129, 13242, 11813, 13692, 13800, 9780, 12564, 9341, 12733, 9809, 16012, 9789, 13394, 8811, 13145, 8955, 15836, 9317, 14953, 9933, 14625, 10082, 16617, 12390, 13767, 10533, 13231, 11034, 15932, 11866, 8463, 12149, 8351, 14154, 9601, 15716, 9666, 14333, 9208, 14363, 9357, 15579, 9941, 14716, 9113, 13884, 8937, 14889, 10349, 14784, 9911, 13982, 10331, 14860, 12965, 13785, 11562, 14445, 11497, 14829, 12463, 16793, 12908, 16257, 11694, 15751, 11861, 15973, 13468, 17304, 12590, 15674, 11684, 16328, 12820, 16487, 12170, 15390, 11772, 17208, 12588, 17553, 12901, 16134, 11877, 15017, 12112, 15863, 12542, 15225, 10839, 14307, 9385, 14470, 9648, 15599, 9413, 14386, 9366, 13627, 9033, 14685, 9989, 15036, 9142, 14130, 9675, 15513, 10201, 15754, 9425, 14379, 9194, 15316, 10195, 16218, 8812, 13972, 8743, 13895, 9403, 15705, 9260, 14694, 9061, 14083, 9827, 15809, 10569, 15060, 11194, 15433, 12697, 16205, 13009, 15205, 11660, 16107, 12065, 15324, 13049, 12104, 12377, 11613, 13888, 11703, 15694, 9266, 13442, 8950, 14137, 9766, 17763, 10300, 15357, 9539, 14038, 10308, 15651, 12841, 14298, 11225, 13888, 11157, 16433, 12644, 13315, 11881, 10914, 12454, 12214, 15357, 9395, 13634, 8878, 13516, 9354, 16440, 9570, 15062, 9088, 13972, 9284, 16588, 10655, 15011, 9320, 13955, 10140, 15440, 12175, 13952, 11370, 13297, 11106, 15636, 11911, 15198, 12840, 9847, 12554, 9299, 13585, 10236, 15104, 10658, 15298, 8908, 12989, 9139, 14272, 9757, 16198, 9357, 14393, 10751, 14527, 12186, 15168, 12070, 16211, 11612, 16408, 12632, 14619, 13032, 11435, 12338, 11358, 13673, 12637, 14605, 9357, 12541, 8953, 12991, 9070, 14757, 9860, 15676, 9104, 13338, 9367, 14710, 12354, 14793, 12102, 14743, 11682, 15085, 12287, 17264, 13105, 16816, 11614, 15282, 11691, 16997, 13049, 16143, 11454, 14796, 11474, 15236, 12942, 10877, 12818, 9433, 12669, 9719, 15358, 10024, 14606, 8955, 13465, 9395, 15592, 11716, 15870, 11880, 15320, 11898, 15497, 13645, 15548, 12389, 13249, 12328, 11367, 16268, 10129, 14722, 9254, 14479, 10522, 16924, 14003, 15069, 11912, 12860, 12075, 11798, 15116, 10867, 15762, 9224, 14181, 9084, 15561, 10529, 17407, 12196, 14226, 11308, 14323, 11667, 13572, 11947, 9328, 11172, 8089, 10548, 8589, 14395, 9731, 15561, 10295, 14675, 8013, 12063, 8960, 13723, 11872, 15738, 12401, 13620, 10700, 8242, 12960, 11085, 13691, 14194, 9086, 13749, 11658, 12641, 14268, 9923, 16900, 12100, 10671, 13112, 10460, 15218, 11838, 8421, 19727, 13495, 10933, 13048, 9290, 14840, 10363, 16394, 11328, 12771, 9975, 14325, 11434, 11516, 12022, 7788, 12087, 7921, 13550, 9108, 15071, 11249, 13815, 10661, 15740, 12585, 11212, 13371, 8398, 13006, 9769, 15014, 12667, 12029, 13359, 8050, 13192, 11054, 16811, 13860, 9839, 13451, 8502, 13284, 8994, 16552, 11109, 14832, 10377, 14355, 10471, 15440, 12110, 14486, 10200, 12616, 10968, 13673, 12189, 10144, 11497, 8846, 12218, 9133, 14805, 9691, 13423, 8478, 12836, 8907, 14195, 9471, 15523, 8577, 13218, 8669, 13702, 9832, 16310, 9494, 13686, 10265, 14026, 12120, 15062, 11882, 14604, 11338, 14473, 13090, 11752, 13196, 9265, 12805, 9259, 15580, 10847, 15601, 8795, 12898, 8955, 14817, 9560, 14313, 8505, 13306, 8975, 15552, 10403, 14520, 9618, 12832, 10940, 15002, 12545, 12567, 11899, 10214, 12238, 10011, 15747, 9950, 13855, 8894, 13374, 8919, 15453, 10589, 15804, 10021, 14069, 11400, 13614, 12908, 9320, 14702, 10564, 15577, 12263, 11449, 15211, 8765, 14558, 9409, 16778, 12042, 14778, 11050, 14768, 11673, 10017, 15593, 9585, 13858, 11296, 12549, 12152, 10608, 16487, 9417, 13538, 10819, 14077, 11991, 16097, 12999, 9514, 11681, 8838, 13137, 9113, 15796, 9012, 13311, 10879, 14305, 12380, 14126, 11832, 9357, 12154, 8866, 14903, 9517, 14257, 9131, 13804, 11008, 15534, 13267, 13981, 11822, 9285, 12766, 9418, 15482, 10479, 15130, 11403, 11761, 12018], 'WindowCenter': [4597.0, 4642.0, 4599.0, 4626.0, 4604.0, 4612.0, 4581.0, 4608.0, 4568.0, 4610.0, 4590.0, 4598.0, 4578.0, 4545.0, 4580.0, 4559.0, 4610.0, 4547.0, 4577.0, 4536.0, 4588.0, 4550.0, 4609.0, 4538.0, 4585.0, 4537.0, 4599.0, 4570.0, 4609.0, 4579.0, 4586.0, 4569.0, 4610.0, 4592.0, 4610.0, 4593.0, 4559.0, 4579.0, 4551.0, 4613.0, 4572.0, 4623.0, 4561.0, 4598.0, 4559.0, 4613.0, 4593.0, 4621.0, 4591.0, 4607.0, 4568.0, 4600.0, 4591.0, 4569.0, 4598.0, 4538.0, 4587.0, 4537.0, 4610.0, 4561.0, 4621.0, 4591.0, 4596.0, 4568.0, 4611.0, 4581.0, 4610.0, 4579.0, 4566.0, 4567.0, 4561.0, 4601.0, 4569.0, 4601.0, 4527.0, 4586.0, 4539.0, 4610.0, 4570.0, 4610.0, 4569.0, 4586.0, 4568.0, 4611.0, 4580.0, 4608.0, 4578.0, 4555.0, 4566.0, 4537.0, 4600.0, 4561.0, 4611.0, 4561.0, 4599.0, 4539.0, 4611.0, 4573.0, 4610.0, 4593.0, 4598.0, 4568.0, 4598.0, 4583.0, 4622.0, 4590.0, 4571.0, 4590.0, 4527.0, 4590.0, 4550.0, 4609.0, 4558.0, 4597.0, 4571.0, 4612.0, 4591.0, 4611.0, 4570.0, 4538.0, 4579.0, 4551.0, 4621.0, 4580.0, 4598.0, 4568.0, 4597.0, 4582.0, 4609.0, 4589.0, 4576.0, 4566.0, 4534.0, 4578.0, 4538.0, 4596.0, 4548.0, 4587.0, 4549.0, 4588.0, 4582.0, 4610.0, 4603.0, 4559.0, 4589.0, 4549.0, 4600.0, 4573.0, 4637.0, 4626.0, 4641.0, 4571.0, 4583.0, 4566.0, 4607.0, 4578.0, 4538.0, 4568.0, 4527.0, 4597.0, 4547.0, 4597.0, 4567.0, 4596.0, 4569.0, 4609.0, 4590.0, 4549.0, 4588.0, 4537.0, 4587.0, 4536.0, 4596.0, 4567.0, 4584.0, 4554.0, 4594.0, 4566.0, 4549.0, 4566.0, 4526.0, 4587.0, 4581.0, 4559.0, 4611.0, 4550.0, 4599.0, 4560.0, 4612.0, 4591.0, 4599.0, 4558.0, 4585.0, 4568.0, 4598.0, 4576.0, 4584.0, 4554.0, 4572.0, 4554.0, 4575.0, 4576.0, 4545.0, 4575.0, 4524.0, 4585.0, 4547.0, 4609.0, 4579.0, 4587.0, 4578.0, 4610.0, 4591.0, 4572.0, 4601.0, 4550.0, 4612.0, 4570.0, 4611.0, 4561.0, 4610.0, 4574.0, 4624.0, 4602.0, 4609.0, 4569.0, 4597.0, 4580.0, 4611.0, 4559.0, 4598.0, 4525.0, 4585.0, 4538.0, 4596.0, 4557.0, 4597.0, 4525.0, 4584.0, 4547.0, 4608.0, 4559.0, 4598.0, 4538.0, 4586.0, 4550.0, 4612.0, 4571.0, 4610.0, 4548.0, 4597.0, 4551.0, 4621.0, 4582.0, 4599.0, 4549.0, 4598.0, 4582.0, 4609.0, 4591.0, 4598.0, 4569.0, 4599.0, 4594.0, 4610.0, 4603.0, 4598.0, 4558.0, 4596.0, 4562.0, 4610.0, 4570.0, 4597.0, 4515.0, 4574.0, 4538.0, 4599.0, 4548.0, 4597.0, 4527.0, 4586.0, 4571.0, 4621.0, 4591.0, 4599.0, 4581.0, 4608.0, 4581.0, 4622.0, 4601.0, 4599.0, 4580.0, 4620.0, 4580.0, 4621.0, 4590.0, 4623.0, 4534.0, 4541.0, 4526.0, 4585.0, 4554.0, 4584.0, 4578.0, 4602.0, 4592.0, 4560.0, 4566.0, 4528.0, 4596.0, 4568.0, 4570.0, 4623.0, 4583.0, 4612.0, 4580.0, 4549.0, 4601.0, 4571.0, 4597.0, 4554.0, 4503.0, 4564.0, 4536.0, 4609.0, 4577.0, 4575.0, 4566.0, 4566.0, 4566.0, 4553.0, 4551.0, 4489.0, 4550.0, 4499.0, 4561.0, 4521.0, 4562.0, 4516.0, 4574.0, 4522.0, 4582.0, 4575.0, 4583.0, 4553.0, 4523.0, 4564.0, 4539.0, 4608.0, 4579.0, 4599.0, 4570.0, 4587.0, 4579.0, 4597.0, 4590.0, 4575.0, 4556.0, 4563.0, 4566.0, 4586.0, 4576.0, 4543.0, 4575.0, 4533.0, 4576.0, 4545.0, 4598.0, 4545.0, 4575.0, 4521.0, 4574.0, 4536.0, 4596.0, 4534.0, 4584.0, 4544.0, 4584.0, 4557.0, 4595.0, 4566.0, 4574.0, 4553.0, 4575.0, 4566.0, 4596.0, 4567.0, 4525.0, 4565.0, 4527.0, 4598.0, 4557.0, 4609.0, 4547.0, 4585.0, 4536.0, 4598.0, 4560.0, 4608.0, 4547.0, 4585.0, 4536.0, 4584.0, 4549.0, 4598.0, 4558.0, 4586.0, 4546.0, 4584.0, 4558.0, 4597.0, 4590.0, 4588.0, 4579.0, 4587.0, 4579.0, 4611.0, 4603.0, 4620.0, 4592.0, 4608.0, 4579.0, 4596.0, 4579.0, 4609.0, 4590.0, 4609.0, 4577.0, 4597.0, 4580.0, 4622.0, 4591.0, 4608.0, 4579.0, 4596.0, 4578.0, 4619.0, 4591.0, 4619.0, 4591.0, 4597.0, 4578.0, 4586.0, 4578.0, 4598.0, 4578.0, 4596.0, 4556.0, 4585.0, 4536.0, 4596.0, 4558.0, 4597.0, 4547.0, 4585.0, 4546.0, 4586.0, 4549.0, 4610.0, 4560.0, 4611.0, 4550.0, 4600.0, 4572.0, 4610.0, 4571.0, 4610.0, 4548.0, 4598.0, 4560.0, 4613.0, 4570.0, 4611.0, 4548.0, 4588.0, 4537.0, 4601.0, 4560.0, 4610.0, 4547.0, 4598.0, 4549.0, 4611.0, 4571.0, 4620.0, 4572.0, 4610.0, 4581.0, 4622.0, 4604.0, 4622.0, 4604.0, 4611.0, 4582.0, 4622.0, 4593.0, 4611.0, 4603.0, 4581.0, 4591.0, 4593.0, 4613.0, 4582.0, 4614.0, 4549.0, 4589.0, 4549.0, 4600.0, 4571.0, 4621.0, 4560.0, 4610.0, 4548.0, 4599.0, 4572.0, 4609.0, 4593.0, 4599.0, 4570.0, 4599.0, 4582.0, 4621.0, 4603.0, 4590.0, 4581.0, 4582.0, 4603.0, 4590.0, 4612.0, 4549.0, 4589.0, 4537.0, 4601.0, 4560.0, 4610.0, 4548.0, 4597.0, 4535.0, 4588.0, 4548.0, 4595.0, 4558.0, 4586.0, 4535.0, 4586.0, 4569.0, 4595.0, 4579.0, 4585.0, 4566.0, 4574.0, 4567.0, 4610.0, 4591.0, 4598.0, 4590.0, 4557.0, 4578.0, 4546.0, 4588.0, 4571.0, 4611.0, 4568.0, 4611.0, 4536.0, 4576.0, 4548.0, 4598.0, 4547.0, 4608.0, 4547.0, 4586.0, 4568.0, 4609.0, 4590.0, 4610.0, 4591.0, 4608.0, 4581.0, 4622.0, 4591.0, 4600.0, 4591.0, 4568.0, 4578.0, 4568.0, 4589.0, 4578.0, 4600.0, 4535.0, 4577.0, 4536.0, 4587.0, 4547.0, 4600.0, 4558.0, 4610.0, 4538.0, 4588.0, 4561.0, 4623.0, 4602.0, 4611.0, 4591.0, 4600.0, 4581.0, 4610.0, 4592.0, 4621.0, 4591.0, 4608.0, 4568.0, 4610.0, 4581.0, 4608.0, 4592.0, 4596.0, 4565.0, 4585.0, 4578.0, 4609.0, 4589.0, 4567.0, 4577.0, 4536.0, 4589.0, 4560.0, 4609.0, 4559.0, 4598.0, 4537.0, 4587.0, 4561.0, 4621.0, 4580.0, 4610.0, 4580.0, 4598.0, 4592.0, 4611.0, 4602.0, 4610.0, 4589.0, 4587.0, 4590.0, 4591.0, 4621.0, 4559.0, 4598.0, 4547.0, 4599.0, 4571.0, 4608.0, 4600.0, 4597.0, 4578.0, 4577.0, 4578.0, 4591.0, 4610.0, 4569.0, 4609.0, 4536.0, 4586.0, 4548.0, 4598.0, 4556.0, 4607.0, 4565.0, 4573.0, 4555.0, 4597.0, 4579.0, 4589.0, 4566.0, 4563.0, 4556.0, 4492.0, 4534.0, 4526.0, 4601.0, 4546.0, 4622.0, 4558.0, 4599.0, 4514.0, 4563.0, 4522.0, 4573.0, 4565.0, 4597.0, 4578.0, 4587.0, 4558.0, 4539.0, 4601.0, 4593.0, 4601.0, 4612.0, 4551.0, 4599.0, 4580.0, 4590.0, 4601.0, 4573.0, 4623.0, 4593.0, 4572.0, 4592.0, 4560.0, 4610.0, 4567.0, 4538.0, 4619.0, 4588.0, 4556.0, 4576.0, 4536.0, 4588.0, 4558.0, 4595.0, 4557.0, 4563.0, 4533.0, 4573.0, 4554.0, 4553.0, 4564.0, 4503.0, 4563.0, 4514.0, 4576.0, 4537.0, 4597.0, 4556.0, 4575.0, 4556.0, 4598.0, 4577.0, 4567.0, 4578.0, 4526.0, 4576.0, 4546.0, 4599.0, 4589.0, 4579.0, 4588.0, 4528.0, 4577.0, 4570.0, 4609.0, 4601.0, 4549.0, 4578.0, 4526.0, 4578.0, 4538.0, 4597.0, 4558.0, 4585.0, 4545.0, 4573.0, 4557.0, 4586.0, 4566.0, 4573.0, 4533.0, 4551.0, 4553.0, 4574.0, 4575.0, 4543.0, 4554.0, 4533.0, 4565.0, 4547.0, 4597.0, 4546.0, 4586.0, 4527.0, 4576.0, 4537.0, 4599.0, 4547.0, 4598.0, 4523.0, 4574.0, 4524.0, 4586.0, 4547.0, 4607.0, 4546.0, 4585.0, 4556.0, 4598.0, 4579.0, 4597.0, 4579.0, 4596.0, 4569.0, 4611.0, 4589.0, 4579.0, 4588.0, 4535.0, 4577.0, 4549.0, 4610.0, 4568.0, 4599.0, 4525.0, 4575.0, 4536.0, 4586.0, 4534.0, 4575.0, 4521.0, 4573.0, 4534.0, 4595.0, 4556.0, 4585.0, 4535.0, 4574.0, 4568.0, 4609.0, 4590.0, 4578.0, 4578.0, 4546.0, 4578.0, 4559.0, 4610.0, 4547.0, 4587.0, 4536.0, 4577.0, 4539.0, 4601.0, 4559.0, 4596.0, 4545.0, 4574.0, 4566.0, 4587.0, 4577.0, 4550.0, 4600.0, 4568.0, 4608.0, 4590.0, 4568.0, 4598.0, 4527.0, 4587.0, 4548.0, 4599.0, 4567.0, 4588.0, 4556.0, 4574.0, 4555.0, 4545.0, 4598.0, 4535.0, 4574.0, 4555.0, 4565.0, 4578.0, 4555.0, 4610.0, 4536.0, 4575.0, 4555.0, 4587.0, 4579.0, 4596.0, 4578.0, 4534.0, 4554.0, 4522.0, 4576.0, 4524.0, 4586.0, 4523.0, 4562.0, 4555.0, 4585.0, 4576.0, 4586.0, 4566.0, 4533.0, 4563.0, 4535.0, 4585.0, 4535.0, 4575.0, 4535.0, 4574.0, 4556.0, 4595.0, 4577.0, 4574.0, 4554.0, 4523.0, 4565.0, 4535.0, 4586.0, 4557.0, 4585.0, 4553.0, 4564.0, 4576.0], 'WindowWidth': [10119.0, 10166.0, 10101.0, 10133.0, 10098.0, 10106.0, 10059.0, 10089.0, 10036.0, 10096.0, 10068.0, 10076.0, 10048.0, 9999.0, 10054.0, 10024.0, 10096.0, 10004.0, 10046.0, 9987.0, 10063.0, 10013.0, 10094.0, 9993.0, 10054.0, 9992.0, 10078.0, 10042.0, 10092.0, 10053.0, 10057.0, 10038.0, 10096.0, 10076.0, 10095.0, 10076.0, 10025.0, 10052.0, 10017.0, 10105.0, 10046.0, 10121.0, 10031.0, 10078.0, 10025.0, 10105.0, 10077.0, 10115.0, 10072.0, 10089.0, 10033.0, 10082.0, 10070.0, 10035.0, 10078.0, 9993.0, 10059.0, 9991.0, 10097.0, 10033.0, 10112.0, 10070.0, 10071.0, 10034.0, 10101.0, 10058.0, 10095.0, 10050.0, 10027.0, 10032.0, 10030.0, 10086.0, 10037.0, 10085.0, 9976.0, 10056.0, 9997.0, 10098.0, 10040.0, 10097.0, 10036.0, 10055.0, 10034.0, 10101.0, 10057.0, 10091.0, 10049.0, 10012.0, 10027.0, 9992.0, 10083.0, 10031.0, 10099.0, 10030.0, 10080.0, 9996.0, 10101.0, 10053.0, 10095.0, 10077.0, 10077.0, 10036.0, 10075.0, 10065.0, 10116.0, 10068.0, 10045.0, 10069.0, 9979.0, 10069.0, 10015.0, 10093.0, 10023.0, 10074.0, 10046.0, 10102.0, 10073.0, 10097.0, 10040.0, 9992.0, 10052.0, 10017.0, 10113.0, 10055.0, 10077.0, 10035.0, 10071.0, 10061.0, 10096.0, 10067.0, 10042.0, 10026.0, 9982.0, 10048.0, 9996.0, 10071.0, 10007.0, 10059.0, 10009.0, 10060.0, 10061.0, 10095.0, 10091.0, 10024.0, 10064.0, 10010.0, 10082.0, 10048.0, 10147.0, 10148.0, 10157.0, 10041.0, 10042.0, 10024.0, 10085.0, 10048.0, 9993.0, 10032.0, 9977.0, 10073.0, 10004.0, 10070.0, 10028.0, 10068.0, 10035.0, 10095.0, 10067.0, 10009.0, 10062.0, 9990.0, 10056.0, 9984.0, 10068.0, 10028.0, 10048.0, 10008.0, 10064.0, 10026.0, 10010.0, 10029.0, 9975.0, 10060.0, 10058.0, 10026.0, 10099.0, 10015.0, 10079.0, 10028.0, 10102.0, 10072.0, 10077.0, 10018.0, 10050.0, 10035.0, 10077.0, 10044.0, 10048.0, 10009.0, 10027.0, 10008.0, 10038.0, 10040.0, 9999.0, 10038.0, 9967.0, 10052.0, 10006.0, 10093.0, 10052.0, 10058.0, 10049.0, 10096.0, 10071.0, 10047.0, 10084.0, 10013.0, 10103.0, 10044.0, 10099.0, 10029.0, 10094.0, 10053.0, 10123.0, 10089.0, 10093.0, 10037.0, 10073.0, 10055.0, 10100.0, 10026.0, 10076.0, 9972.0, 10051.0, 9994.0, 10071.0, 10021.0, 10071.0, 9972.0, 10050.0, 10006.0, 10090.0, 10025.0, 10074.0, 9993.0, 10056.0, 10013.0, 10103.0, 10043.0, 10096.0, 10008.0, 10072.0, 10017.0, 10113.0, 10060.0, 10079.0, 10010.0, 10074.0, 10063.0, 10095.0, 10074.0, 10077.0, 10039.0, 10078.0, 10081.0, 10097.0, 10093.0, 10077.0, 10021.0, 10070.0, 10035.0, 10095.0, 10041.0, 10072.0, 9958.0, 10034.0, 9995.0, 10078.0, 10008.0, 10074.0, 9977.0, 10054.0, 10045.0, 10113.0, 10070.0, 10079.0, 10057.0, 10089.0, 10059.0, 10115.0, 10086.0, 10080.0, 10053.0, 10112.0, 10055.0, 10114.0, 10069.0, 10119.0, 9973.0, 9974.0, 9964.0, 10049.0, 10008.0, 10048.0, 10049.0, 10093.0, 10074.0, 10029.0, 10028.0, 9981.0, 10069.0, 10036.0, 10040.0, 10118.0, 10064.0, 10101.0, 10053.0, 10011.0, 10083.0, 10042.0, 10074.0, 10006.0, 9935.0, 10019.0, 9986.0, 10094.0, 10045.0, 10038.0, 10026.0, 10030.0, 10028.0, 10003.0, 9999.0, 9909.0, 9993.0, 9923.0, 10011.0, 9956.0, 10016.0, 9960.0, 10035.0, 9961.0, 10042.0, 10037.0, 10046.0, 10006.0, 9965.0, 10021.0, 9997.0, 10089.0, 10051.0, 10075.0, 10039.0, 10057.0, 10049.0, 10073.0, 10066.0, 10038.0, 10012.0, 10017.0, 10027.0, 10055.0, 10041.0, 9991.0, 10038.0, 9978.0, 10039.0, 9998.0, 10074.0, 9996.0, 10037.0, 9959.0, 10035.0, 9987.0, 10068.0, 9980.0, 10048.0, 9994.0, 10049.0, 10018.0, 10067.0, 10029.0, 10034.0, 10008.0, 10039.0, 10031.0, 10068.0, 10030.0, 9970.0, 10025.0, 9977.0, 10077.0, 10021.0, 10094.0, 10003.0, 10053.0, 9987.0, 10077.0, 10029.0, 10088.0, 10003.0, 10050.0, 9987.0, 10049.0, 10012.0, 10075.0, 10021.0, 10056.0, 10001.0, 10048.0, 10022.0, 10072.0, 10067.0, 10059.0, 10051.0, 10056.0, 10051.0, 10100.0, 10091.0, 10111.0, 10074.0, 10088.0, 10049.0, 10070.0, 10050.0, 10094.0, 10068.0, 10091.0, 10047.0, 10071.0, 10054.0, 10118.0, 10070.0, 10090.0, 10051.0, 10069.0, 10048.0, 10107.0, 10070.0, 10106.0, 10072.0, 10073.0, 10047.0, 10053.0, 10045.0, 10075.0, 10048.0, 10069.0, 10015.0, 10050.0, 9987.0, 10070.0, 10022.0, 10070.0, 10003.0, 10052.0, 10001.0, 10055.0, 10012.0, 10095.0, 10028.0, 10096.0, 10012.0, 10080.0, 10048.0, 10096.0, 10042.0, 10096.0, 10007.0, 10076.0, 10027.0, 10104.0, 10040.0, 10100.0, 10007.0, 10061.0, 9991.0, 10085.0, 10027.0, 10095.0, 10005.0, 10075.0, 10009.0, 10098.0, 10045.0, 10110.0, 10045.0, 10092.0, 10057.0, 10116.0, 10094.0, 10115.0, 10094.0, 10098.0, 10060.0, 10114.0, 10077.0, 10099.0, 10090.0, 10055.0, 10071.0, 10079.0, 10104.0, 10057.0, 10107.0, 10011.0, 10063.0, 10009.0, 10084.0, 10044.0, 10113.0, 10027.0, 10094.0, 10007.0, 10080.0, 10048.0, 10091.0, 10076.0, 10076.0, 10039.0, 10075.0, 10060.0, 10113.0, 10090.0, 10068.0, 10056.0, 10060.0, 10091.0, 10067.0, 10103.0, 10008.0, 10063.0, 9990.0, 10083.0, 10028.0, 10096.0, 10008.0, 10074.0, 9985.0, 10061.0, 10007.0, 10068.0, 10022.0, 10055.0, 9985.0, 10056.0, 10038.0, 10067.0, 10051.0, 10053.0, 10030.0, 10036.0, 10031.0, 10096.0, 10071.0, 10075.0, 10067.0, 10018.0, 10047.0, 10001.0, 10062.0, 10044.0, 10098.0, 10034.0, 10098.0, 9986.0, 10040.0, 10008.0, 10077.0, 10006.0, 10090.0, 10003.0, 10055.0, 10036.0, 10094.0, 10071.0, 10095.0, 10072.0, 10091.0, 10059.0, 10117.0, 10072.0, 10082.0, 10070.0, 10033.0, 10048.0, 10034.0, 10064.0, 10045.0, 10081.0, 9985.0, 10044.0, 9987.0, 10057.0, 10005.0, 10081.0, 10020.0, 10097.0, 9993.0, 10061.0, 10031.0, 10118.0, 10089.0, 10098.0, 10072.0, 10080.0, 10057.0, 10096.0, 10073.0, 10114.0, 10071.0, 10090.0, 10035.0, 10097.0, 10058.0, 10091.0, 10075.0, 10070.0, 10026.0, 10051.0, 10047.0, 10092.0, 10063.0, 10030.0, 10044.0, 9986.0, 10065.0, 10028.0, 10091.0, 10025.0, 10077.0, 9990.0, 10057.0, 10031.0, 10112.0, 10056.0, 10095.0, 10053.0, 10076.0, 10076.0, 10101.0, 10088.0, 10095.0, 10066.0, 10058.0, 10067.0, 10071.0, 10112.0, 10024.0, 10077.0, 10005.0, 10081.0, 10045.0, 10091.0, 10084.0, 10073.0, 10048.0, 10044.0, 10049.0, 10071.0, 10096.0, 10036.0, 10095.0, 9986.0, 10055.0, 10006.0, 10075.0, 10014.0, 10088.0, 10026.0, 10033.0, 10010.0, 10072.0, 10050.0, 10063.0, 10029.0, 10037.0, 10010.0, 9911.0, 9970.0, 9969.0, 10085.0, 10001.0, 10118.0, 10021.0, 10080.0, 9956.0, 10018.0, 9962.0, 10031.0, 10024.0, 10071.0, 10048.0, 10057.0, 10022.0, 9998.0, 10084.0, 10079.0, 10087.0, 10102.0, 10016.0, 10080.0, 10054.0, 10068.0, 10084.0, 10048.0, 10120.0, 10081.0, 10046.0, 10073.0, 10024.0, 10096.0, 10032.0, 9994.0, 10109.0, 10063.0, 10014.0, 10041.0, 9985.0, 10061.0, 10020.0, 10068.0, 10017.0, 10017.0, 9975.0, 10032.0, 10007.0, 10004.0, 10022.0, 9936.0, 10019.0, 9952.0, 10039.0, 9989.0, 10069.0, 10013.0, 10038.0, 10013.0, 10075.0, 10046.0, 10029.0, 10046.0, 9972.0, 10039.0, 9998.0, 10076.0, 10064.0, 10049.0, 10062.0, 9978.0, 10046.0, 10040.0, 10093.0, 10085.0, 10009.0, 10046.0, 9972.0, 10046.0, 9990.0, 10073.0, 10017.0, 10053.0, 9995.0, 10032.0, 10015.0, 10054.0, 10026.0, 10032.0, 9975.0, 9996.0, 10006.0, 10034.0, 10040.0, 9991.0, 10008.0, 9979.0, 10026.0, 10004.0, 10072.0, 10002.0, 10055.0, 9975.0, 10041.0, 9992.0, 10078.0, 10003.0, 10077.0, 9964.0, 10035.0, 9967.0, 10055.0, 10003.0, 10088.0, 9999.0, 10052.0, 10014.0, 10074.0, 10051.0, 10073.0, 10050.0, 10070.0, 10037.0, 10097.0, 10067.0, 10051.0, 10062.0, 9985.0, 10044.0, 10011.0, 10095.0, 10034.0, 10081.0, 9970.0, 10038.0, 9986.0, 10056.0, 9981.0, 10038.0, 9959.0, 10031.0, 9981.0, 10065.0, 10017.0, 10053.0, 9984.0, 10035.0, 10034.0, 10091.0, 10067.0, 10047.0, 10047.0, 10000.0, 10047.0, 10022.0, 10094.0, 10002.0, 10057.0, 9985.0, 10041.0, 9995.0, 10082.0, 10021.0, 10069.0, 9996.0, 10034.0, 10025.0, 10057.0, 10045.0, 10013.0, 10080.0, 10034.0, 10088.0, 10067.0, 10033.0, 10077.0, 9974.0, 10056.0, 10007.0, 10076.0, 10029.0, 10060.0, 10013.0, 10032.0, 10008.0, 9995.0, 10075.0, 9983.0, 10035.0, 10010.0, 10023.0, 10044.0, 10011.0, 10095.0, 9985.0, 10039.0, 10012.0, 10059.0, 10050.0, 10069.0, 10046.0, 9978.0, 10005.0, 9960.0, 10040.0, 9965.0, 10055.0, 9962.0, 10016.0, 10010.0, 10056.0, 10043.0, 10053.0, 10027.0, 9975.0, 10017.0, 9984.0, 10051.0, 9983.0, 10037.0, 9983.0, 10036.0, 10014.0, 10065.0, 10043.0, 10035.0, 10007.0, 9962.0, 10022.0, 9984.0, 10052.0, 10013.0, 10052.0, 10006.0, 10021.0, 10039.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.000576765350877193</td></tr>
<tr><td colspan=3>aqi</td><td>0.02156216337719298</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.16193072907797</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2598376396267847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940464163227225</td></tr>
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
<tr><td colspan=3>fber</td><td>5757.6187</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11315742849637307</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.978070175438596</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.394667707493379</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2727641276312625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5979686653323273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.313270329516546</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132658</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022410620003938675</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03381824120879173</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.129909393688443</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>27.3505</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9686</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.9834</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>294619.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>891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.3076</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0657</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.1365</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3760.3275</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.9569</td></tr>
<tr><td colspan=3>tsnr</td><td>43.0200350638479</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>