<?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-0123_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0123_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0123_suffix-bold_task-faces" 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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0123_suffix-bold_task-faces" 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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0123_suffix-bold_task-faces" 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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0123_suffix-bold_task-faces" 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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0123_suffix-bold_task-faces" 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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0123/ses-02/func/sub-0123_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3aefbb9b63145bbe91be55ee1f85139a</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:15:39.410000</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.999714, -0.0201665, 0.0128163, 0.0211156, 0.996664, -0.0788331]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.093719</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7752, -7284, 221, -120, 70, -49, 111]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e53b11f-06ac-4868-a937-4c565e7b894f||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.6821608543395996, 0.05665149912238121, 0.030196068808436394, 106.3797607421875], [0.05410512536764145, 2.6739771366119385, -0.2135193943977356, -89.70507049560547], [0.03438510745763779, 0.2115035504102707, 2.6913747787475586, -77.9762954711914], [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': ['221539.410000', '221539.870000', '221540.330000', '221540.790000', '221541.250000', '221541.710000', '221542.170000', '221542.630000', '221543.090000', '221543.550000', '221544.010000', '221544.470000', '221544.930000', '221545.390000', '221545.850000', '221546.310000', '221546.770000', '221547.230000', '221547.690000', '221548.150000', '221548.610000', '221549.070000', '221549.530000', '221549.990000', '221550.450000', '221550.910000', '221551.370000', '221551.830000', '221552.290000', '221552.750000', '221553.210000', '221553.670000', '221554.130000', '221554.590000', '221555.050000', '221555.510000', '221555.970000', '221556.430000', '221556.890000', '221557.350000', '221557.810000', '221558.270000', '221558.730000', '221559.190000', '221559.650000', '221600.110000', '221600.570000', '221601.030000', '221601.490000', '221601.950000', '221602.410000', '221602.870000', '221603.330000', '221603.790000', '221604.250000', '221604.710000', '221605.170000', '221605.630000', '221606.090000', '221606.550000', '221607.010000', '221607.470000', '221607.930000', '221608.390000', '221608.850000', '221609.310000', '221609.770000', '221610.230000', '221610.690000', '221611.150000', '221611.610000', '221612.070000', '221612.530000', '221612.990000', '221613.450000', '221613.910000', '221614.370000', '221614.830000', '221615.290000', '221615.750000', '221616.210000', '221616.670000', '221617.130000', '221617.590000', '221618.050000', '221618.510000', '221618.970000', '221619.430000', '221619.890000', '221620.350000', '221620.810000', '221621.270000', '221621.730000', '221622.190000', '221622.650000', '221623.110000', '221623.570000', '221624.030000', '221624.490000', '221624.950000', '221625.410000', '221625.870000', '221626.330000', '221626.790000', '221627.250000', '221627.710000', '221628.170000', '221628.630000', '221629.090000', '221629.550000', '221630.010000', '221630.470000', '221630.930000', '221631.390000', '221631.850000', '221632.310000', '221632.770000', '221633.230000', '221633.690000', '221634.150000', '221634.610000', '221635.070000', '221635.530000', '221635.990000', '221636.450000', '221636.910000', '221637.370000', '221637.830000', '221638.290000', '221638.750000', '221639.210000', '221639.670000', '221640.130000', '221640.590000', '221641.050000', '221641.510000', '221641.970000', '221642.430000', '221642.890000', '221643.350000', '221643.810000', '221644.270000', '221644.730000', '221645.190000', '221645.650000', '221646.110000', '221646.570000', '221647.030000', '221647.490000', '221647.950000', '221648.410000', '221648.870000', '221649.330000', '221649.790000', '221650.250000', '221650.710000', '221651.170000', '221651.630000', '221652.090000', '221652.550000', '221653.010000', '221653.470000', '221653.930000', '221654.390000', '221654.850000', '221655.310000', '221655.770000', '221656.230000', '221656.690000', '221657.150000', '221657.610000', '221658.070000', '221658.530000', '221658.990000', '221659.450000', '221659.910000', '221700.370000', '221700.830000', '221701.290000', '221701.750000', '221702.210000', '221702.670000', '221703.130000', '221703.590000', '221704.050000', '221704.510000', '221704.970000', '221705.430000', '221705.890000', '221706.350000', '221706.810000', '221707.270000', '221707.730000', '221708.190000', '221708.650000', '221709.110000', '221709.570000', '221710.030000', '221710.490000', '221710.950000', '221711.410000', '221711.870000', '221712.330000', '221712.790000', '221713.250000', '221713.710000', '221714.170000', '221714.630000', '221715.090000', '221715.550000', '221716.010000', '221716.470000', '221716.930000', '221717.390000', '221717.850000', '221718.310000', '221718.770000', '221719.230000', '221719.690000', '221720.150000', '221720.610000', '221721.070000', '221721.530000', '221721.990000', '221722.450000', '221722.910000', '221723.370000', '221723.830000', '221724.290000', '221724.750000', '221725.210000', '221725.670000', '221726.130000', '221726.590000', '221727.050000', '221727.510000', '221727.970000', '221728.430000', '221728.890000', '221729.350000', '221729.810000', '221730.270000', '221730.730000', '221731.190000', '221731.650000', '221732.110000', '221732.570000', '221733.030000', '221733.490000', '221733.950000', '221734.410000', '221734.870000', '221735.330000', '221735.790000', '221736.250000', '221736.710000', '221737.170000', '221737.630000', '221738.090000', '221738.550000', '221739.010000', '221739.470000', '221739.930000', '221740.390000', '221740.850000', '221741.310000', '221741.770000', '221742.230000', '221742.690000', '221743.150000', '221743.610000', '221744.070000', '221744.530000', '221744.990000', '221745.450000', '221745.910000', '221746.370000', '221746.830000', '221747.290000', '221747.750000', '221748.210000', '221748.670000', '221749.130000', '221749.590000', '221750.050000', '221750.510000', '221750.970000', '221751.430000', '221751.890000', '221752.350000', '221752.810000', '221753.270000', '221753.730000', '221754.190000', '221754.650000', '221755.110000', '221755.570000', '221756.030000', '221756.490000', '221756.950000', '221757.410000', '221757.870000', '221758.330000', '221758.790000', '221759.250000', '221759.710000', '221800.170000', '221800.630000', '221801.090000', '221801.550000', '221802.010000', '221802.470000', '221802.930000', '221803.390000', '221803.850000', '221804.310000', '221804.770000', '221805.230000', '221805.690000', '221806.150000', '221806.610000', '221807.070000', '221807.530000', '221807.990000', '221808.450000', '221808.910000', '221809.370000', '221809.830000', '221810.290000', '221810.750000', '221811.210000', '221811.670000', '221812.130000', '221812.590000', '221813.050000', '221813.510000', '221813.970000', '221814.430000', '221814.890000', '221815.350000', '221815.810000', '221816.270000', '221816.730000', '221817.190000', '221817.650000', '221818.110000', '221818.570000', '221819.030000', '221819.490000', '221819.950000', '221820.410000', '221820.870000', '221821.330000', '221821.790000', '221822.250000', '221822.710000', '221823.170000', '221823.630000', '221824.090000', '221824.550000', '221825.010000', '221825.470000', '221825.930000', '221826.390000', '221826.850000', '221827.310000', '221827.770000', '221828.230000', '221828.690000', '221829.150000', '221829.610000', '221830.070000', '221830.530000', '221830.990000', '221831.450000', '221831.910000', '221832.370000', '221832.830000', '221833.290000', '221833.750000', '221834.210000', '221834.670000', '221835.130000', '221835.590000', '221836.050000', '221836.510000', '221836.970000', '221837.430000', '221837.890000', '221838.350000', '221838.810000', '221839.270000', '221839.730000', '221840.190000', '221840.650000', '221841.110000', '221841.570000', '221842.030000', '221842.490000', '221842.950000', '221843.410000', '221843.870000', '221844.330000', '221844.790000', '221845.250000', '221845.710000', '221846.170000', '221846.630000', '221847.090000', '221847.550000', '221848.010000', '221848.470000', '221848.930000', '221849.390000', '221849.850000', '221850.310000', '221850.770000', '221851.230000', '221851.690000', '221852.150000', '221852.610000', '221853.070000', '221853.530000', '221853.990000', '221854.450000', '221854.910000', '221855.370000', '221855.830000', '221856.290000', '221856.750000', '221857.210000', '221857.670000', '221858.130000', '221858.590000', '221859.050000', '221859.510000', '221859.970000', '221900.430000', '221900.890000', '221901.350000', '221901.810000', '221902.270000', '221902.730000', '221903.190000', '221903.650000', '221904.110000', '221904.570000', '221905.030000', '221905.490000', '221905.950000', '221906.410000', '221906.870000', '221907.330000', '221907.790000', '221908.250000', '221908.710000', '221909.170000', '221909.630000', '221910.090000', '221910.550000', '221911.010000', '221911.470000', '221911.930000', '221912.390000', '221912.850000', '221913.310000', '221913.770000', '221914.230000', '221914.690000', '221915.150000', '221915.610000', '221916.070000', '221916.530000', '221916.990000', '221917.450000', '221917.910000', '221918.370000', '221918.830000', '221919.290000', '221919.750000', '221920.210000', '221920.670000', '221921.130000', '221921.590000', '221922.050000', '221922.510000', '221922.970000', '221923.430000', '221923.890000', '221924.350000', '221924.810000', '221925.270000', '221925.730000', '221926.190000', '221926.650000', '221927.110000', '221927.570000', '221928.030000', '221928.490000', '221928.950000', '221929.410000', '221929.870000', '221930.330000', '221930.790000', '221931.250000', '221931.710000', '221932.170000', '221932.630000', '221933.090000', '221933.550000', '221934.010000', '221934.470000', '221934.930000', '221935.390000', '221935.850000', '221936.310000', '221936.770000', '221937.230000', '221937.690000', '221938.150000', '221938.610000', '221939.070000', '221939.530000', '221939.990000', '221940.450000', '221940.910000', '221941.370000', '221941.830000', '221942.290000', '221942.750000', '221943.210000', '221943.670000', '221944.130000', '221944.590000', '221945.050000', '221945.510000', '221945.970000', '221946.430000', '221946.890000', '221947.350000', '221947.810000', '221948.270000', '221948.730000', '221949.190000', '221949.650000', '221950.110000', '221950.570000', '221951.030000', '221951.490000', '221951.950000', '221952.410000', '221952.870000', '221953.330000', '221953.790000', '221954.250000', '221954.710000', '221955.170000', '221955.630000', '221956.090000', '221956.550000', '221957.010000', '221957.470000', '221957.930000', '221958.390000', '221958.850000', '221959.310000', '221959.770000', '222000.230000', '222000.690000', '222001.150000', '222001.610000', '222002.070000', '222002.530000', '222002.990000', '222003.450000', '222003.910000', '222004.370000', '222004.830000', '222005.290000', '222005.750000', '222006.210000', '222006.670000', '222007.130000', '222007.590000', '222008.050000', '222008.510000', '222008.970000', '222009.430000', '222009.890000', '222010.350000', '222010.810000', '222011.270000', '222011.730000', '222012.190000', '222012.650000', '222013.110000', '222013.570000', '222014.030000', '222014.490000', '222014.950000', '222015.410000', '222015.870000', '222016.330000', '222016.790000', '222017.250000', '222017.710000', '222018.170000', '222018.630000', '222019.090000', '222019.550000', '222020.010000', '222020.470000', '222020.930000', '222021.390000', '222021.850000', '222022.310000', '222022.770000', '222023.230000', '222023.690000', '222024.150000', '222024.610000', '222025.070000', '222025.530000', '222025.990000', '222026.450000', '222026.910000', '222027.370000', '222027.830000', '222028.290000', '222028.750000', '222029.210000', '222029.670000', '222030.130000', '222030.590000', '222031.050000', '222031.510000', '222031.970000', '222032.430000', '222032.890000', '222033.350000', '222033.810000', '222034.270000', '222034.730000', '222035.190000', '222035.650000', '222036.110000', '222036.570000', '222037.030000', '222037.490000', '222037.950000', '222038.410000', '222038.870000', '222039.330000', '222039.790000', '222040.250000', '222040.710000', '222041.170000', '222041.630000', '222042.090000', '222042.550000', '222043.010000', '222043.470000', '222043.930000', '222044.390000', '222044.850000', '222045.310000', '222045.770000', '222046.230000', '222046.690000', '222047.150000', '222047.610000', '222048.070000', '222048.530000', '222048.990000', '222049.450000', '222049.910000', '222050.370000', '222050.830000', '222051.290000', '222051.750000', '222052.210000', '222052.670000', '222053.130000', '222053.590000', '222054.050000', '222054.510000', '222054.970000', '222055.430000', '222055.890000', '222056.350000', '222056.810000', '222057.270000', '222057.730000', '222058.190000', '222058.650000', '222059.110000', '222059.570000', '222100.030000', '222100.490000', '222100.950000', '222101.410000', '222101.870000', '222102.330000', '222102.790000', '222103.250000', '222103.710000', '222104.170000', '222104.630000', '222105.090000', '222105.550000', '222106.010000', '222106.470000', '222106.930000', '222107.390000', '222107.850000', '222108.310000', '222108.770000', '222109.230000', '222109.690000', '222110.150000', '222110.610000', '222111.070000', '222111.530000', '222111.990000', '222112.450000', '222112.910000', '222113.370000', '222113.830000', '222114.290000', '222114.750000', '222115.210000', '222115.670000', '222116.130000', '222116.590000', '222117.050000', '222117.510000', '222117.970000', '222118.430000', '222118.890000', '222119.350000', '222119.810000', '222120.270000', '222120.730000', '222121.190000', '222121.650000', '222122.110000', '222122.570000', '222123.030000', '222123.490000', '222123.950000', '222124.410000', '222124.870000', '222125.330000', '222125.790000', '222126.250000', '222126.710000', '222127.170000', '222127.630000', '222128.090000', '222128.550000', '222129.010000', '222129.470000', '222129.930000', '222130.390000', '222130.850000', '222131.310000', '222131.770000', '222132.230000', '222132.690000', '222133.150000', '222133.610000', '222134.070000', '222134.530000', '222134.990000', '222135.450000', '222135.910000', '222136.370000', '222136.830000', '222137.290000', '222137.750000', '222138.210000', '222138.670000', '222139.130000', '222139.590000', '222140.050000', '222140.510000', '222140.970000', '222141.430000', '222141.890000', '222142.350000', '222142.810000', '222143.270000', '222143.730000', '222144.190000', '222144.650000', '222145.110000', '222145.570000', '222146.030000', '222146.490000', '222146.950000', '222147.410000', '222147.870000', '222148.330000', '222148.790000', '222149.250000', '222149.710000', '222150.170000', '222150.630000', '222151.090000', '222151.550000', '222152.010000', '222152.470000', '222152.930000', '222153.390000', '222153.850000', '222154.310000', '222154.770000', '222155.230000', '222155.690000', '222156.150000', '222156.610000', '222157.070000', '222157.530000', '222157.990000', '222158.450000', '222158.910000', '222159.370000', '222159.830000', '222200.290000', '222200.750000', '222201.210000', '222201.670000', '222202.130000', '222202.590000', '222203.050000', '222203.510000', '222203.970000', '222204.430000', '222204.890000', '222205.350000', '222205.810000', '222206.270000', '222206.730000', '222207.190000', '222207.650000', '222208.110000', '222208.570000', '222209.030000', '222209.490000', '222209.950000', '222210.410000', '222210.870000', '222211.330000', '222211.790000', '222212.250000', '222212.710000', '222213.170000', '222213.630000', '222214.090000', '222214.550000', '222215.010000', '222215.470000', '222215.930000', '222216.390000', '222216.850000', '222217.310000', '222217.770000', '222218.230000', '222218.690000', '222219.150000', '222219.610000', '222220.070000', '222220.530000', '222220.990000', '222221.450000', '222221.910000', '222222.370000', '222222.830000', '222223.290000', '222223.750000', '222224.210000', '222224.670000', '222225.130000', '222225.590000', '222226.050000', '222226.510000', '222226.970000', '222227.430000', '222227.890000', '222228.350000', '222228.810000', '222229.270000', '222229.730000', '222230.190000', '222230.650000', '222231.110000', '222231.570000', '222232.030000', '222232.490000', '222232.950000', '222233.410000', '222233.870000', '222234.330000', '222234.790000', '222235.250000', '222235.710000', '222236.170000', '222236.630000', '222237.090000', '222237.550000', '222238.010000', '222238.470000', '222238.930000', '222239.390000'], 'ContentTime': ['221609.077000', '221609.080000', '221609.083000', '221609.092000', '221609.094000', '221609.097000', '221609.100000', '221609.102000', '221609.105000', '221609.107000', '221609.110000', '221609.113000', '221609.115000', '221609.140000', '221609.142000', '221609.145000', '221609.147000', '221609.150000', '221609.152000', '221609.155000', '221609.157000', '221609.160000', '221609.163000', '221609.165000', '221609.168000', '221609.170000', '221609.173000', '221609.175000', '221609.178000', '221609.181000', '221609.183000', '221609.186000', '221609.188000', '221609.191000', '221609.193000', '221609.196000', '221609.198000', '221609.201000', '221609.203000', '221609.206000', '221609.208000', '221609.211000', '221609.213000', '221609.216000', '221609.219000', '221609.221000', '221609.224000', '221609.226000', '221609.229000', '221609.231000', '221609.234000', '221609.236000', '221609.239000', '221609.241000', '221609.244000', '221609.247000', '221609.252000', '221609.254000', '221609.257000', '221609.259000', '221609.262000', '221609.265000', '221629.040000', '221629.043000', '221629.046000', '221629.048000', '221629.051000', '221629.054000', '221629.056000', '221629.059000', '221629.062000', '221629.064000', '221629.067000', '221629.069000', '221629.072000', '221629.074000', '221629.077000', '221629.080000', '221629.082000', '221629.085000', '221629.087000', '221629.090000', '221629.093000', '221629.095000', '221629.098000', '221629.100000', '221629.103000', '221629.106000', '221629.108000', '221629.111000', '221629.113000', '221629.116000', '221629.118000', '221629.121000', '221629.124000', '221629.126000', '221629.129000', '221629.131000', '221629.134000', '221629.137000', '221629.139000', '221629.142000', '221629.145000', '221629.147000', '221629.150000', '221649.040000', '221649.043000', '221649.046000', '221649.048000', '221649.051000', '221649.053000', '221649.056000', '221649.059000', '221649.061000', '221649.064000', '221649.066000', '221649.069000', '221649.071000', '221649.074000', '221649.077000', '221649.079000', '221649.082000', '221649.084000', '221649.087000', '221649.089000', '221649.092000', '221649.094000', '221649.097000', '221649.100000', '221649.102000', '221649.105000', '221649.107000', '221649.110000', '221649.112000', '221649.115000', '221649.118000', '221649.120000', '221649.123000', '221649.125000', '221649.128000', '221649.131000', '221649.134000', '221649.137000', '221649.139000', '221649.142000', '221649.144000', '221649.147000', '221649.149000', '221709.041000', '221709.043000', '221709.046000', '221709.048000', '221709.051000', '221709.054000', '221709.056000', '221709.059000', '221709.062000', '221709.064000', '221709.067000', '221709.069000', '221709.072000', '221709.074000', '221709.077000', '221709.080000', '221709.082000', '221709.085000', '221709.087000', '221709.090000', '221709.092000', '221709.095000', '221709.098000', '221709.100000', '221709.103000', '221709.105000', '221709.108000', '221709.111000', '221709.113000', '221709.116000', '221709.118000', '221709.121000', '221709.124000', '221709.126000', '221709.129000', '221709.131000', '221709.134000', '221709.137000', '221709.139000', '221709.142000', '221709.144000', '221709.147000', '221709.150000', '221709.152000', '221729.041000', '221729.043000', '221729.046000', '221729.049000', '221729.051000', '221729.055000', '221729.057000', '221729.060000', '221729.062000', '221729.065000', '221729.067000', '221729.070000', '221729.072000', '221729.075000', '221729.078000', '221729.082000', '221729.085000', '221729.088000', '221729.090000', '221729.093000', '221729.095000', '221729.098000', '221729.101000', '221729.103000', '221729.106000', '221729.108000', '221729.111000', '221729.113000', '221729.116000', '221729.119000', '221729.121000', '221729.124000', '221729.126000', '221729.129000', '221729.132000', '221729.134000', '221729.137000', '221729.139000', '221729.142000', '221729.145000', '221729.147000', '221729.150000', '221729.152000', '221749.039000', '221749.042000', '221749.045000', '221749.047000', '221749.050000', '221749.053000', '221749.055000', '221749.058000', '221749.061000', '221749.063000', '221749.066000', '221749.068000', '221749.071000', '221749.073000', '221749.076000', '221749.079000', '221749.081000', '221749.084000', '221749.086000', '221749.089000', '221749.091000', '221749.094000', '221749.097000', '221749.099000', '221749.102000', '221749.104000', '221749.107000', '221749.110000', '221749.112000', '221749.115000', '221749.117000', '221749.120000', '221749.122000', '221749.125000', '221749.128000', '221749.130000', '221749.133000', '221749.135000', '221749.138000', '221749.141000', '221749.143000', '221749.146000', '221749.149000', '221749.151000', '221809.040000', '221809.043000', '221809.046000', '221809.049000', '221809.051000', '221809.054000', '221809.056000', '221809.059000', '221809.061000', '221809.064000', '221809.067000', '221809.069000', '221809.072000', '221809.074000', '221809.077000', '221809.079000', '221809.082000', '221809.085000', '221809.087000', '221809.090000', '221809.092000', '221809.095000', '221809.098000', '221809.100000', '221809.103000', '221809.105000', '221809.108000', '221809.111000', '221809.113000', '221809.116000', '221809.118000', '221809.121000', '221809.123000', '221809.126000', '221809.129000', '221809.131000', '221809.134000', '221809.136000', '221809.139000', '221809.142000', '221809.144000', '221809.147000', '221809.149000', '221829.040000', '221829.043000', '221829.046000', '221829.049000', '221829.051000', '221829.054000', '221829.056000', '221829.059000', '221829.061000', '221829.064000', '221829.066000', '221829.069000', '221829.071000', '221829.074000', '221829.077000', '221829.079000', '221829.082000', '221829.084000', '221829.087000', '221829.089000', '221829.092000', '221829.095000', '221829.097000', '221829.100000', '221829.102000', '221829.105000', '221829.107000', '221829.110000', '221829.112000', '221829.115000', '221829.117000', '221829.120000', '221829.123000', '221829.125000', '221829.128000', '221829.130000', '221829.133000', '221829.136000', '221829.138000', '221829.141000', '221829.143000', '221829.146000', '221829.148000', '221829.151000', '221849.040000', '221849.043000', '221849.046000', '221849.048000', '221849.051000', '221849.054000', '221849.056000', '221849.059000', '221849.061000', '221849.064000', '221849.067000', '221849.069000', '221849.072000', '221849.074000', '221849.077000', '221849.080000', '221849.083000', '221849.086000', '221849.088000', '221849.091000', '221849.094000', '221849.096000', '221849.099000', '221849.101000', '221849.104000', '221849.106000', '221849.109000', '221849.112000', '221849.114000', '221849.117000', '221849.121000', '221849.123000', '221849.126000', '221849.129000', '221849.131000', '221849.134000', '221849.137000', '221849.139000', '221849.142000', '221849.144000', '221849.147000', '221849.149000', '221849.152000', '221909.040000', '221909.043000', '221909.046000', '221909.049000', '221909.051000', '221909.054000', '221909.056000', '221909.059000', '221909.061000', '221909.064000', '221909.067000', '221909.069000', '221909.072000', '221909.074000', '221909.077000', '221909.079000', '221909.146000', '221909.149000', '221909.151000', '221909.154000', '221909.157000', '221909.159000', '221909.162000', '221909.164000', '221909.167000', '221909.169000', '221909.172000', '221909.175000', '221909.177000', '221909.180000', '221909.182000', '221909.185000', '221909.187000', '221909.190000', '221909.193000', '221909.195000', '221909.198000', '221909.200000', '221909.203000', '221909.205000', '221909.208000', '221909.211000', '221909.213000', '221909.216000', '221929.040000', '221929.043000', '221929.046000', '221929.049000', '221929.051000', '221929.054000', '221929.056000', '221929.059000', '221929.061000', '221929.064000', '221929.067000', '221929.069000', '221929.072000', '221929.074000', '221929.077000', '221929.080000', '221929.082000', '221929.085000', '221929.087000', '221929.090000', '221929.092000', '221929.095000', '221929.098000', '221929.100000', '221929.103000', '221929.105000', '221929.108000', '221929.111000', '221929.113000', '221929.116000', '221929.118000', '221929.121000', '221929.123000', '221929.126000', '221929.129000', '221929.131000', '221929.134000', '221929.136000', '221929.139000', '221929.141000', '221929.144000', '221929.146000', '221929.149000', '221949.040000', '221949.043000', '221949.046000', '221949.048000', '221949.051000', '221949.054000', '221949.056000', '221949.059000', '221949.062000', '221949.064000', '221949.067000', '221949.069000', '221949.072000', '221949.074000', '221949.077000', '221949.080000', '221949.082000', '221949.085000', '221949.088000', '221949.090000', '221949.093000', '221949.095000', '221949.098000', '221949.100000', '221949.103000', '221949.106000', '221949.108000', '221949.111000', '221949.114000', '221949.116000', '221949.119000', '221949.122000', '221949.124000', '221949.127000', '221949.129000', '221949.132000', '221949.134000', '221949.137000', '221949.140000', '221949.142000', '221949.145000', '221949.147000', '221949.150000', '221949.153000', '222009.039000', '222009.042000', '222009.045000', '222009.047000', '222009.050000', '222009.053000', '222009.055000', '222009.058000', '222009.060000', '222009.063000', '222009.066000', '222009.068000', '222009.071000', '222009.074000', '222009.076000', '222009.079000', '222009.081000', '222009.084000', '222009.087000', '222009.089000', '222009.092000', '222009.094000', '222009.097000', '222009.099000', '222009.102000', '222009.105000', '222009.107000', '222009.110000', '222009.112000', '222009.116000', '222009.119000', '222009.122000', '222009.124000', '222009.127000', '222009.129000', '222009.132000', '222009.135000', '222009.137000', '222009.140000', '222009.142000', '222009.145000', '222009.148000', '222009.150000', '222029.040000', '222029.043000', '222029.046000', '222029.048000', '222029.051000', '222029.054000', '222029.056000', '222029.059000', '222029.061000', '222029.064000', '222029.066000', '222029.069000', '222029.072000', '222029.074000', '222029.077000', '222029.079000', '222029.082000', '222029.085000', '222029.087000', '222029.090000', '222029.092000', '222029.095000', '222029.097000', '222029.100000', '222029.103000', '222029.105000', '222029.108000', '222029.110000', '222029.113000', '222029.115000', '222029.118000', '222029.120000', '222029.123000', '222029.126000', '222029.128000', '222029.131000', '222029.133000', '222029.136000', '222029.138000', '222029.141000', '222029.151000', '222029.153000', '222029.156000', '222029.159000', '222049.041000', '222049.044000', '222049.046000', '222049.049000', '222049.051000', '222049.054000', '222049.057000', '222049.059000', '222049.062000', '222049.064000', '222049.067000', '222049.070000', '222049.072000', '222049.075000', '222049.077000', '222049.080000', '222049.083000', '222049.085000', '222049.088000', '222049.090000', '222049.093000', '222049.095000', '222049.098000', '222049.101000', '222049.103000', '222049.106000', '222049.108000', '222049.111000', '222049.114000', '222049.116000', '222049.119000', '222049.122000', '222049.124000', '222049.127000', '222049.129000', '222049.132000', '222049.134000', '222049.137000', '222049.140000', '222049.142000', '222049.145000', '222049.147000', '222049.150000', '222109.041000', '222109.043000', '222109.046000', '222109.049000', '222109.051000', '222109.054000', '222109.056000', '222109.059000', '222109.061000', '222109.064000', '222109.067000', '222109.069000', '222109.072000', '222109.074000', '222109.077000', '222109.080000', '222109.082000', '222109.085000', '222109.087000', '222109.090000', '222109.092000', '222109.095000', '222109.098000', '222109.100000', '222109.103000', '222109.106000', '222109.108000', '222109.111000', '222109.113000', '222109.116000', '222109.118000', '222109.121000', '222109.124000', '222109.126000', '222109.129000', '222109.135000', '222109.137000', '222109.140000', '222109.142000', '222109.145000', '222109.148000', '222109.150000', '222109.153000', '222109.155000', '222129.041000', '222129.043000', '222129.046000', '222129.051000', '222129.053000', '222129.056000', '222129.058000', '222129.061000', '222129.064000', '222129.066000', '222129.069000', '222129.071000', '222129.074000', '222129.077000', '222129.079000', '222129.082000', '222129.084000', '222129.087000', '222129.090000', '222129.092000', '222129.095000', '222129.097000', '222129.100000', '222129.103000', '222129.105000', '222129.108000', '222129.110000', '222129.113000', '222129.116000', '222129.118000', '222129.121000', '222129.123000', '222129.126000', '222129.129000', '222129.131000', '222129.134000', '222129.137000', '222129.139000', '222129.142000', '222129.144000', '222129.148000', '222129.151000', '222129.154000', '222149.041000', '222149.043000', '222149.046000', '222149.049000', '222149.051000', '222149.054000', '222149.056000', '222149.059000', '222149.062000', '222149.064000', '222149.067000', '222149.069000', '222149.072000', '222149.074000', '222149.077000', '222149.080000', '222149.082000', '222149.085000', '222149.087000', '222149.090000', '222149.093000', '222149.095000', '222149.098000', '222149.100000', '222149.103000', '222149.105000', '222149.108000', '222149.111000', '222149.113000', '222149.116000', '222149.118000', '222149.121000', '222149.124000', '222149.126000', '222149.129000', '222149.131000', '222149.134000', '222149.137000', '222149.139000', '222149.142000', '222149.144000', '222149.147000', '222149.149000', '222149.152000', '222209.040000', '222209.043000', '222209.046000', '222209.049000', '222209.051000', '222209.054000', '222209.056000', '222209.081000', '222209.083000', '222209.086000', '222209.089000', '222209.091000', '222209.094000', '222209.096000', '222209.099000', '222209.102000', '222209.104000', '222209.107000', '222209.109000', '222209.112000', '222209.115000', '222209.117000', '222209.120000', '222209.122000', '222209.125000', '222209.128000', '222209.130000', '222209.133000', '222209.135000', '222209.138000', '222209.141000', '222209.144000', '222209.147000', '222209.150000', '222209.152000', '222209.155000', '222209.157000', '222209.160000', '222209.163000', '222209.165000', '222209.168000', '222209.170000', '222209.173000', '222229.040000', '222229.042000', '222229.045000', '222229.048000', '222229.050000', '222229.053000', '222229.056000', '222229.058000', '222229.061000', '222229.063000', '222229.066000', '222229.068000', '222229.071000', '222229.074000', '222229.076000', '222229.079000', '222229.081000', '222229.084000', '222229.086000', '222229.089000', '222229.091000', '222229.094000', '222229.097000', '222229.099000', '222229.102000', '222229.104000', '222229.107000', '222229.109000', '222229.112000', '222229.115000', '222229.117000', '222229.120000', '222229.122000', '222229.125000', '222229.127000', '222229.130000', '222229.133000', '222229.135000', '222229.138000', '222229.141000', '222229.143000', '222229.146000', '222229.148000', '222229.151000', '222240.931000', '222240.934000', '222240.936000', '222240.939000', '222240.941000', '222240.944000', '222240.947000', '222240.949000', '222240.952000', '222240.954000', '222240.957000', '222240.959000', '222240.962000', '222240.965000', '222240.967000', '222240.970000', '222240.972000', '222240.975000', '222240.978000', '222240.980000', '222240.983000', '222240.985000', '222240.988000', '222240.991000', '222240.993000', '222240.996000'], 'InstanceCreationTime': ['221609.077000', '221609.080000', '221609.083000', '221609.092000', '221609.094000', '221609.097000', '221609.100000', '221609.102000', '221609.105000', '221609.107000', '221609.110000', '221609.113000', '221609.115000', '221609.140000', '221609.142000', '221609.145000', '221609.147000', '221609.150000', '221609.152000', '221609.155000', '221609.157000', '221609.160000', '221609.163000', '221609.165000', '221609.168000', '221609.170000', '221609.173000', '221609.175000', '221609.178000', '221609.181000', '221609.183000', '221609.186000', '221609.188000', '221609.191000', '221609.193000', '221609.196000', '221609.198000', '221609.201000', '221609.203000', '221609.206000', '221609.208000', '221609.211000', '221609.213000', '221609.216000', '221609.219000', '221609.221000', '221609.224000', '221609.226000', '221609.229000', '221609.231000', '221609.234000', '221609.236000', '221609.239000', '221609.241000', '221609.244000', '221609.247000', '221609.252000', '221609.254000', '221609.257000', '221609.259000', '221609.262000', '221609.265000', '221629.040000', '221629.043000', '221629.046000', '221629.048000', '221629.051000', '221629.054000', '221629.056000', '221629.059000', '221629.062000', '221629.064000', '221629.067000', '221629.069000', '221629.072000', '221629.074000', '221629.077000', '221629.080000', '221629.082000', '221629.085000', '221629.087000', '221629.090000', '221629.093000', '221629.095000', '221629.098000', '221629.100000', '221629.103000', '221629.106000', '221629.108000', '221629.111000', '221629.113000', '221629.116000', '221629.118000', '221629.121000', '221629.124000', '221629.126000', '221629.129000', '221629.131000', '221629.134000', '221629.137000', '221629.139000', '221629.142000', '221629.145000', '221629.147000', '221629.150000', '221649.040000', '221649.043000', '221649.046000', '221649.048000', '221649.051000', '221649.053000', '221649.056000', '221649.059000', '221649.061000', '221649.064000', '221649.066000', '221649.069000', '221649.071000', '221649.074000', '221649.077000', '221649.079000', '221649.082000', '221649.084000', '221649.087000', '221649.089000', '221649.092000', '221649.094000', '221649.097000', '221649.100000', '221649.102000', '221649.105000', '221649.107000', '221649.110000', '221649.112000', '221649.115000', '221649.118000', '221649.120000', '221649.123000', '221649.125000', '221649.128000', '221649.131000', '221649.134000', '221649.137000', '221649.139000', '221649.142000', '221649.144000', '221649.147000', '221649.149000', '221709.041000', '221709.043000', '221709.046000', '221709.048000', '221709.051000', '221709.054000', '221709.056000', '221709.059000', '221709.062000', '221709.064000', '221709.067000', '221709.069000', '221709.072000', '221709.074000', '221709.077000', '221709.080000', '221709.082000', '221709.085000', '221709.087000', '221709.090000', '221709.092000', '221709.095000', '221709.098000', '221709.100000', '221709.103000', '221709.105000', '221709.108000', '221709.111000', '221709.113000', '221709.116000', '221709.118000', '221709.121000', '221709.124000', '221709.126000', '221709.129000', '221709.131000', '221709.134000', '221709.137000', '221709.139000', '221709.142000', '221709.144000', '221709.147000', '221709.150000', '221709.152000', '221729.041000', '221729.043000', '221729.046000', '221729.049000', '221729.051000', '221729.055000', '221729.057000', '221729.060000', '221729.062000', '221729.065000', '221729.067000', '221729.070000', '221729.072000', '221729.075000', '221729.078000', '221729.082000', '221729.085000', '221729.088000', '221729.090000', '221729.093000', '221729.095000', '221729.098000', '221729.101000', '221729.103000', '221729.106000', '221729.108000', '221729.111000', '221729.113000', '221729.116000', '221729.119000', '221729.121000', '221729.124000', '221729.126000', '221729.129000', '221729.132000', '221729.134000', '221729.137000', '221729.139000', '221729.142000', '221729.145000', '221729.147000', '221729.150000', '221729.152000', '221749.039000', '221749.042000', '221749.045000', '221749.047000', '221749.050000', '221749.053000', '221749.055000', '221749.058000', '221749.061000', '221749.063000', '221749.066000', '221749.068000', '221749.071000', '221749.073000', '221749.076000', '221749.079000', '221749.081000', '221749.084000', '221749.086000', '221749.089000', '221749.091000', '221749.094000', '221749.097000', '221749.099000', '221749.102000', '221749.104000', '221749.107000', '221749.110000', '221749.112000', '221749.115000', '221749.117000', '221749.120000', '221749.122000', '221749.125000', '221749.128000', '221749.130000', '221749.133000', '221749.135000', '221749.138000', '221749.141000', '221749.143000', '221749.146000', '221749.149000', '221749.151000', '221809.040000', '221809.043000', '221809.046000', '221809.049000', '221809.051000', '221809.054000', '221809.056000', '221809.059000', '221809.061000', '221809.064000', '221809.067000', '221809.069000', '221809.072000', '221809.074000', '221809.077000', '221809.079000', '221809.082000', '221809.085000', '221809.087000', '221809.090000', '221809.092000', '221809.095000', '221809.098000', '221809.100000', '221809.103000', '221809.105000', '221809.108000', '221809.111000', '221809.113000', '221809.116000', '221809.118000', '221809.121000', '221809.123000', '221809.126000', '221809.129000', '221809.131000', '221809.134000', '221809.136000', '221809.139000', '221809.142000', '221809.144000', '221809.147000', '221809.149000', '221829.040000', '221829.043000', '221829.046000', '221829.049000', '221829.051000', '221829.054000', '221829.056000', '221829.059000', '221829.061000', '221829.064000', '221829.066000', '221829.069000', '221829.071000', '221829.074000', '221829.077000', '221829.079000', '221829.082000', '221829.084000', '221829.087000', '221829.089000', '221829.092000', '221829.095000', '221829.097000', '221829.100000', '221829.102000', '221829.105000', '221829.107000', '221829.110000', '221829.112000', '221829.115000', '221829.117000', '221829.120000', '221829.123000', '221829.125000', '221829.128000', '221829.130000', '221829.133000', '221829.136000', '221829.138000', '221829.141000', '221829.143000', '221829.146000', '221829.148000', '221829.151000', '221849.040000', '221849.043000', '221849.046000', '221849.048000', '221849.051000', '221849.054000', '221849.056000', '221849.059000', '221849.061000', '221849.064000', '221849.067000', '221849.069000', '221849.072000', '221849.074000', '221849.077000', '221849.080000', '221849.083000', '221849.086000', '221849.088000', '221849.091000', '221849.094000', '221849.096000', '221849.099000', '221849.101000', '221849.104000', '221849.106000', '221849.109000', '221849.112000', '221849.114000', '221849.117000', '221849.121000', '221849.123000', '221849.126000', '221849.129000', '221849.131000', '221849.134000', '221849.137000', '221849.139000', '221849.142000', '221849.144000', '221849.147000', '221849.149000', '221849.152000', '221909.040000', '221909.043000', '221909.046000', '221909.049000', '221909.051000', '221909.054000', '221909.056000', '221909.059000', '221909.061000', '221909.064000', '221909.067000', '221909.069000', '221909.072000', '221909.074000', '221909.077000', '221909.079000', '221909.146000', '221909.149000', '221909.151000', '221909.154000', '221909.157000', '221909.159000', '221909.162000', '221909.164000', '221909.167000', '221909.169000', '221909.172000', '221909.175000', '221909.177000', '221909.180000', '221909.182000', '221909.185000', '221909.187000', '221909.190000', '221909.193000', '221909.195000', '221909.198000', '221909.200000', '221909.203000', '221909.205000', '221909.208000', '221909.211000', '221909.213000', '221909.216000', '221929.040000', '221929.043000', '221929.046000', '221929.049000', '221929.051000', '221929.054000', '221929.056000', '221929.059000', '221929.061000', '221929.064000', '221929.067000', '221929.069000', '221929.072000', '221929.074000', '221929.077000', '221929.080000', '221929.082000', '221929.085000', '221929.087000', '221929.090000', '221929.092000', '221929.095000', '221929.098000', '221929.100000', '221929.103000', '221929.105000', '221929.108000', '221929.111000', '221929.113000', '221929.116000', '221929.118000', '221929.121000', '221929.123000', '221929.126000', '221929.129000', '221929.131000', '221929.134000', '221929.136000', '221929.139000', '221929.141000', '221929.144000', '221929.146000', '221929.149000', '221949.040000', '221949.043000', '221949.046000', '221949.048000', '221949.051000', '221949.054000', '221949.056000', '221949.059000', '221949.062000', '221949.064000', '221949.067000', '221949.069000', '221949.072000', '221949.074000', '221949.077000', '221949.080000', '221949.082000', '221949.085000', '221949.088000', '221949.090000', '221949.093000', '221949.095000', '221949.098000', '221949.100000', '221949.103000', '221949.106000', '221949.108000', '221949.111000', '221949.114000', '221949.116000', '221949.119000', '221949.122000', '221949.124000', '221949.127000', '221949.129000', '221949.132000', '221949.134000', '221949.137000', '221949.140000', '221949.142000', '221949.145000', '221949.147000', '221949.150000', '221949.153000', '222009.039000', '222009.042000', '222009.045000', '222009.047000', '222009.050000', '222009.053000', '222009.055000', '222009.058000', '222009.060000', '222009.063000', '222009.066000', '222009.068000', '222009.071000', '222009.074000', '222009.076000', '222009.079000', '222009.081000', '222009.084000', '222009.087000', '222009.089000', '222009.092000', '222009.094000', '222009.097000', '222009.099000', '222009.102000', '222009.105000', '222009.107000', '222009.110000', '222009.112000', '222009.116000', '222009.119000', '222009.122000', '222009.124000', '222009.127000', '222009.129000', '222009.132000', '222009.135000', '222009.137000', '222009.140000', '222009.142000', '222009.145000', '222009.148000', '222009.150000', '222029.040000', '222029.043000', '222029.046000', '222029.048000', '222029.051000', '222029.054000', '222029.056000', '222029.059000', '222029.061000', '222029.064000', '222029.066000', '222029.069000', '222029.072000', '222029.074000', '222029.077000', '222029.079000', '222029.082000', '222029.085000', '222029.087000', '222029.090000', '222029.092000', '222029.095000', '222029.097000', '222029.100000', '222029.103000', '222029.105000', '222029.108000', '222029.110000', '222029.113000', '222029.115000', '222029.118000', '222029.120000', '222029.123000', '222029.126000', '222029.128000', '222029.131000', '222029.133000', '222029.136000', '222029.138000', '222029.141000', '222029.151000', '222029.153000', '222029.156000', '222029.159000', '222049.041000', '222049.044000', '222049.046000', '222049.049000', '222049.051000', '222049.054000', '222049.057000', '222049.059000', '222049.062000', '222049.064000', '222049.067000', '222049.070000', '222049.072000', '222049.075000', '222049.077000', '222049.080000', '222049.083000', '222049.085000', '222049.088000', '222049.090000', '222049.093000', '222049.095000', '222049.098000', '222049.101000', '222049.103000', '222049.106000', '222049.108000', '222049.111000', '222049.114000', '222049.116000', '222049.119000', '222049.122000', '222049.124000', '222049.127000', '222049.129000', '222049.132000', '222049.134000', '222049.137000', '222049.140000', '222049.142000', '222049.145000', '222049.147000', '222049.150000', '222109.041000', '222109.043000', '222109.046000', '222109.049000', '222109.051000', '222109.054000', '222109.056000', '222109.059000', '222109.061000', '222109.064000', '222109.067000', '222109.069000', '222109.072000', '222109.074000', '222109.077000', '222109.080000', '222109.082000', '222109.085000', '222109.087000', '222109.090000', '222109.092000', '222109.095000', '222109.098000', '222109.100000', '222109.103000', '222109.106000', '222109.108000', '222109.111000', '222109.113000', '222109.116000', '222109.118000', '222109.121000', '222109.124000', '222109.126000', '222109.129000', '222109.135000', '222109.137000', '222109.140000', '222109.142000', '222109.145000', '222109.148000', '222109.150000', '222109.153000', '222109.155000', '222129.041000', '222129.043000', '222129.046000', '222129.051000', '222129.053000', '222129.056000', '222129.058000', '222129.061000', '222129.064000', '222129.066000', '222129.069000', '222129.071000', '222129.074000', '222129.077000', '222129.079000', '222129.082000', '222129.084000', '222129.087000', '222129.090000', '222129.092000', '222129.095000', '222129.097000', '222129.100000', '222129.103000', '222129.105000', '222129.108000', '222129.110000', '222129.113000', '222129.116000', '222129.118000', '222129.121000', '222129.123000', '222129.126000', '222129.129000', '222129.131000', '222129.134000', '222129.137000', '222129.139000', '222129.142000', '222129.144000', '222129.148000', '222129.151000', '222129.154000', '222149.041000', '222149.043000', '222149.046000', '222149.049000', '222149.051000', '222149.054000', '222149.056000', '222149.059000', '222149.062000', '222149.064000', '222149.067000', '222149.069000', '222149.072000', '222149.074000', '222149.077000', '222149.080000', '222149.082000', '222149.085000', '222149.087000', '222149.090000', '222149.093000', '222149.095000', '222149.098000', '222149.100000', '222149.103000', '222149.105000', '222149.108000', '222149.111000', '222149.113000', '222149.116000', '222149.118000', '222149.121000', '222149.124000', '222149.126000', '222149.129000', '222149.131000', '222149.134000', '222149.137000', '222149.139000', '222149.142000', '222149.144000', '222149.147000', '222149.149000', '222149.152000', '222209.040000', '222209.043000', '222209.046000', '222209.049000', '222209.051000', '222209.054000', '222209.056000', '222209.081000', '222209.083000', '222209.086000', '222209.089000', '222209.091000', '222209.094000', '222209.096000', '222209.099000', '222209.102000', '222209.104000', '222209.107000', '222209.109000', '222209.112000', '222209.115000', '222209.117000', '222209.120000', '222209.122000', '222209.125000', '222209.128000', '222209.130000', '222209.133000', '222209.135000', '222209.138000', '222209.141000', '222209.144000', '222209.147000', '222209.150000', '222209.152000', '222209.155000', '222209.157000', '222209.160000', '222209.163000', '222209.165000', '222209.168000', '222209.170000', '222209.173000', '222229.040000', '222229.042000', '222229.045000', '222229.048000', '222229.050000', '222229.053000', '222229.056000', '222229.058000', '222229.061000', '222229.063000', '222229.066000', '222229.068000', '222229.071000', '222229.074000', '222229.076000', '222229.079000', '222229.081000', '222229.084000', '222229.086000', '222229.089000', '222229.091000', '222229.094000', '222229.097000', '222229.099000', '222229.102000', '222229.104000', '222229.107000', '222229.109000', '222229.112000', '222229.115000', '222229.117000', '222229.120000', '222229.122000', '222229.125000', '222229.127000', '222229.130000', '222229.133000', '222229.135000', '222229.138000', '222229.141000', '222229.143000', '222229.146000', '222229.148000', '222229.151000', '222240.931000', '222240.934000', '222240.936000', '222240.939000', '222240.941000', '222240.944000', '222240.947000', '222240.949000', '222240.952000', '222240.954000', '222240.957000', '222240.959000', '222240.962000', '222240.965000', '222240.967000', '222240.970000', '222240.972000', '222240.975000', '222240.978000', '222240.980000', '222240.983000', '222240.985000', '222240.988000', '222240.991000', '222240.993000', '222240.996000'], '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': [11206, 8321, 13460, 8331, 10632, 7896, 9203, 8272, 8603, 8306, 7459, 9060, 7035, 8682, 7064, 8949, 9683, 8971, 7300, 9011, 8154, 8751, 9496, 8967, 7061, 9318, 6897, 9728, 7677, 10041, 6938, 10626, 7288, 10559, 7152, 10871, 8212, 11080, 8336, 10995, 8269, 11492, 8732, 13201, 7889, 12478, 8308, 13715, 10174, 13027, 8659, 10735, 8176, 9165, 9197, 7237, 10194, 7012, 10387, 7480, 11665, 7473, 13804, 8118, 12488, 8108, 11621, 8370, 12396, 8380, 12741, 8064, 12041, 8237, 12606, 9415, 11078, 7737, 9305, 8183, 7402, 9420, 6999, 10237, 7214, 10344, 7325, 13441, 8278, 12068, 8146, 11642, 8586, 12541, 8715, 13151, 7800, 12371, 8428, 9262, 8643, 7078, 9624, 7233, 10326, 7865, 12636, 8095, 12534, 8231, 9512, 9002, 7429, 9961, 7289, 9795, 7508, 11503, 7396, 13085, 7849, 11925, 8128, 12477, 9917, 11089, 7980, 9397, 8017, 8000, 9134, 7251, 9872, 7069, 9849, 7148, 12165, 8136, 12225, 7834, 11752, 8575, 9169, 8678, 7155, 9913, 7291, 10924, 8204, 11853, 7918, 7147, 9550, 7213, 10127, 7221, 12000, 8143, 12503, 8484, 12270, 9535, 7266, 9528, 7110, 9671, 16597, 18148, 11417, 9155, 9656, 7777, 10054, 8068, 7149, 9849, 7285, 11242, 7733, 11916, 8240, 13063, 9187, 14679, 9616, 13560, 8035, 16254, 9247, 14436, 11188, 14043, 8677, 12793, 7634, 12638, 9134, 10151, 8832, 7013, 9150, 7315, 9673, 7485, 12512, 7920, 12696, 8197, 10110, 8966, 7176, 10046, 7977, 7354, 9960, 7833, 13518, 7819, 11632, 8745, 12629, 9655, 7186, 9476, 7438, 9991, 7357, 13592, 7937, 11225, 7953, 11017, 8090, 11652, 8754, 11913, 8087, 9156, 8203, 7083, 8376, 7343, 9810, 7063, 9875, 7802, 9925, 7924, 8999, 8525, 7134, 9522, 6919, 10081, 7220, 12825, 8165, 13258, 8092, 12787, 9314, 10038, 9152, 7162, 9620, 7195, 11680, 7805, 13633, 8479, 14275, 9127, 13252, 10885, 12094, 10272, 7251, 9349, 7236, 9762, 7877, 12941, 8027, 12413, 7748, 9762, 8085, 7733, 9484, 6975, 9730, 7241, 10809, 8250, 12945, 8513, 11858, 7728, 8468, 8472, 7352, 9410, 7370, 9976, 7081, 10289, 8008, 11294, 8633, 13127, 7866, 10460, 8199, 7490, 9290, 7235, 10027, 7454, 10462, 8020, 13056, 8384, 9634, 8163, 7490, 9383, 7183, 10760, 7261, 11187, 7935, 11059, 8042, 13249, 9064, 11353, 8177, 7147, 8830, 7453, 10320, 6868, 12050, 7867, 11657, 8201, 13111, 8779, 13233, 7987, 10700, 8257, 8897, 9063, 7355, 9935, 7159, 9742, 7389, 12273, 7608, 12387, 8041, 11112, 7743, 10959, 8278, 8077, 8481, 7137, 9449, 7152, 10381, 7482, 13223, 7954, 12127, 8179, 7109, 9485, 7911, 7498, 9141, 7410, 13182, 8001, 13912, 9641, 14710, 11026, 10582, 8834, 7639, 9209, 7247, 9943, 7023, 9703, 7558, 10088, 8114, 8571, 7931, 7006, 8915, 7372, 9621, 7059, 9855, 6929, 9929, 7286, 13118, 8020, 11647, 8009, 11138, 8246, 12335, 9456, 6996, 9104, 7397, 8890, 8920, 7533, 8828, 10410, 8406, 12526, 9053, 10067, 9791, 7506, 10282, 7140, 12288, 7389, 14385, 8253, 14247, 7953, 12903, 8263, 13260, 9913, 13617, 7870, 13061, 8234, 12499, 9975, 9620, 8373, 7081, 8579, 7219, 9279, 7187, 9818, 7657, 10312, 7558, 10155, 8407, 8451, 8434, 7073, 9606, 6997, 11344, 7998, 11490, 8014, 9309, 8452, 7286, 9861, 7106, 12519, 7600, 12140, 8120, 10136, 8605, 7345, 9312, 7195, 10050, 7992, 12706, 8388, 8414, 8606, 7131, 9878, 7190, 13273, 7750, 13181, 8461, 9743, 9235, 7116, 9919, 7585, 11339, 8258, 8102, 9026, 7115, 10077, 7941, 13434, 8995, 10618, 8616, 7245, 10038, 7168, 13339, 7812, 12986, 7864, 9063, 8927, 7061, 10142, 7185, 10599, 7813, 13425, 8741, 9690, 8145, 7284, 9305, 7254, 13654, 7706, 12357, 7742, 12741, 9733, 10380, 8231, 7119, 8812, 7581, 10573, 7438, 12947, 7803, 12220, 8034, 8721, 8834, 7182, 9753, 7378, 11269, 8195, 13512, 7955, 10080, 8158, 7135, 9315, 7087, 10769, 7882, 10863, 8040, 11940, 8909, 7083, 9112, 7219, 8342, 8437, 6951, 11606, 7600, 11504, 8511, 8247, 9534, 7067, 11115, 7495, 13439, 9417, 14123, 7962, 10657, 8555, 7354, 9400, 7014, 10027, 7760, 10197, 8236, 8936, 8605, 7056, 9668, 7056, 11320, 8172, 13710, 8095, 10786, 8504, 7254, 10043, 7077, 13065, 7855, 13093, 8546, 9837, 9768, 7130, 10179, 7862, 12741, 8853, 10375, 8821, 7366, 10014, 7363, 13485, 8422, 11910, 8272, 7505, 9491, 7224, 12425, 7775, 13092, 9093, 7060, 9032, 7203, 10107, 7628, 12368, 8546, 7346, 11094, 7412, 7748, 9197, 7291, 10030, 7185, 12421, 7081, 13929, 7901, 13036, 10054, 13780, 10632, 14276, 9754, 12669, 8087, 10759, 8307, 9978, 9149, 7029, 9286, 7191, 9450, 7473, 10155, 7597, 11987, 7674, 10458, 8014, 11731, 8951, 9824, 8023, 7491, 8451, 7322, 9642, 7153, 10381, 7309, 10409, 7834, 11305, 8642, 12855, 8016, 12583, 7934, 9793, 8901, 7271, 9194, 6996, 9879, 6978, 10731, 7834, 12241, 7981, 9558, 8481, 9717, 8950, 7105, 9820, 6966, 10362, 7058, 12578, 7574, 13138, 8012, 12013, 8001, 11834, 9500, 8392, 8438, 7155, 9489, 7649, 10780, 7731, 11752, 7532, 11370, 8429, 9229, 8746, 7193, 9522, 7229, 10450, 7592, 13571, 8029, 13208, 7952, 11849, 9505, 9516, 8592, 7148, 9285, 7332, 10442, 7885, 12271, 7682, 9050, 8621, 7358, 9735, 6920, 11055, 8084, 14099, 9297, 10040, 9117, 7107, 9678, 7127, 12834, 7589, 13642, 8260, 13110, 8347, 13540, 10665, 8888, 8706, 7406, 9343, 7064, 10022, 7712, 11369, 7792, 8545, 8068, 8803, 9027, 7216, 9925, 7104, 10128, 7792, 11867, 8251, 10685, 8096, 7122, 9855, 7814, 8067, 9176, 7530, 9458, 8907, 7016, 10719, 7876, 14414, 10341, 14190, 10319, 7767, 10253, 7511, 13114, 8688, 14515, 10298, 7036, 9167, 7519, 9973, 7865, 8765, 8277, 7097, 9406, 7342, 10481, 7064, 13806, 7269, 12405, 7710, 12526, 8156, 13057, 8593, 12320, 7640, 11047, 8050, 10480, 9113, 8350, 8254, 7298, 8789, 7623, 9474, 7203, 9686, 7201, 10009, 7826, 10806, 7893, 10595, 8088, 10933, 8666, 9164, 8018, 7270, 8595, 7203, 9195, 7147, 10195, 7162, 10255, 7997, 11183, 8782, 10414, 8349, 7604, 8779, 7208, 10181, 7147, 10654, 7341, 11041, 8235, 13646, 9427, 11661, 8178, 7551, 9745, 7201, 13618, 7175, 12402, 8244, 12598, 9119, 9983, 8251], 'WindowCenter': [4362.0, 4319.0, 4352.0, 4302.0, 4317.0, 4288.0, 4297.0, 4286.0, 4287.0, 4284.0, 4266.0, 4285.0, 4264.0, 4296.0, 4264.0, 4296.0, 4294.0, 4295.0, 4264.0, 4296.0, 4274.0, 4297.0, 4295.0, 4293.0, 4264.0, 4294.0, 4262.0, 4304.0, 4274.0, 4305.0, 4265.0, 4318.0, 4276.0, 4316.0, 4267.0, 4317.0, 4286.0, 4315.0, 4284.0, 4316.0, 4286.0, 4314.0, 4285.0, 4334.0, 4287.0, 4325.0, 4288.0, 4335.0, 4307.0, 4323.0, 4286.0, 4315.0, 4286.0, 4294.0, 4295.0, 4263.0, 4307.0, 4266.0, 4305.0, 4276.0, 4315.0, 4277.0, 4335.0, 4276.0, 4325.0, 4285.0, 4315.0, 4287.0, 4325.0, 4286.0, 4325.0, 4275.0, 4325.0, 4287.0, 4322.0, 4296.0, 4314.0, 4276.0, 4295.0, 4286.0, 4265.0, 4298.0, 4266.0, 4304.0, 4276.0, 4305.0, 4275.0, 4336.0, 4285.0, 4324.0, 4285.0, 4315.0, 4286.0, 4324.0, 4285.0, 4325.0, 4275.0, 4325.0, 4286.0, 4295.0, 4286.0, 4264.0, 4303.0, 4276.0, 4306.0, 4287.0, 4324.0, 4285.0, 4324.0, 4287.0, 4305.0, 4297.0, 4275.0, 4307.0, 4264.0, 4305.0, 4264.0, 4315.0, 4265.0, 4324.0, 4274.0, 4324.0, 4287.0, 4324.0, 4307.0, 4315.0, 4288.0, 4296.0, 4286.0, 4287.0, 4296.0, 4265.0, 4304.0, 4266.0, 4305.0, 4266.0, 4323.0, 4275.0, 4325.0, 4276.0, 4326.0, 4297.0, 4296.0, 4296.0, 4265.0, 4305.0, 4277.0, 4316.0, 4286.0, 4326.0, 4285.0, 4267.0, 4306.0, 4276.0, 4316.0, 4279.0, 4338.0, 4286.0, 4325.0, 4297.0, 4327.0, 4307.0, 4265.0, 4295.0, 4265.0, 4306.0, 4358.0, 4342.0, 4290.0, 4266.0, 4279.0, 4272.0, 4305.0, 4286.0, 4266.0, 4321.0, 4290.0, 4328.0, 4301.0, 4339.0, 4302.0, 4350.0, 4313.0, 4362.0, 4312.0, 4338.0, 4289.0, 4346.0, 4298.0, 4337.0, 4315.0, 4324.0, 4285.0, 4323.0, 4273.0, 4325.0, 4295.0, 4293.0, 4283.0, 4263.0, 4295.0, 4266.0, 4296.0, 4276.0, 4325.0, 4274.0, 4325.0, 4285.0, 4305.0, 4285.0, 4266.0, 4305.0, 4286.0, 4276.0, 4305.0, 4278.0, 4335.0, 4277.0, 4315.0, 4299.0, 4325.0, 4296.0, 4252.0, 4284.0, 4262.0, 4292.0, 4264.0, 4323.0, 4272.0, 4301.0, 4272.0, 4313.0, 4274.0, 4314.0, 4286.0, 4316.0, 4301.0, 4307.0, 4286.0, 4262.0, 4286.0, 4274.0, 4305.0, 4266.0, 4305.0, 4277.0, 4306.0, 4288.0, 4297.0, 4299.0, 4266.0, 4306.0, 4266.0, 4306.0, 4278.0, 4327.0, 4285.0, 4325.0, 4276.0, 4324.0, 4298.0, 4294.0, 4295.0, 4264.0, 4295.0, 4264.0, 4316.0, 4275.0, 4334.0, 4286.0, 4335.0, 4296.0, 4335.0, 4316.0, 4313.0, 4293.0, 4263.0, 4284.0, 4276.0, 4305.0, 4286.0, 4324.0, 4275.0, 4324.0, 4276.0, 4308.0, 4285.0, 4274.0, 4293.0, 4253.0, 4293.0, 4264.0, 4304.0, 4284.0, 4324.0, 4286.0, 4312.0, 4262.0, 4271.0, 4283.0, 4265.0, 4294.0, 4263.0, 4293.0, 4263.0, 4303.0, 4274.0, 4314.0, 4286.0, 4324.0, 4275.0, 4303.0, 4286.0, 4264.0, 4294.0, 4265.0, 4304.0, 4274.0, 4317.0, 4314.0, 4338.0, 4286.0, 4294.0, 4287.0, 4274.0, 4306.0, 4265.0, 4317.0, 4276.0, 4315.0, 4286.0, 4324.0, 4289.0, 4335.0, 4298.0, 4316.0, 4285.0, 4263.0, 4295.0, 4277.0, 4306.0, 4254.0, 4328.0, 4285.0, 4315.0, 4287.0, 4335.0, 4285.0, 4323.0, 4277.0, 4304.0, 4285.0, 4293.0, 4284.0, 4263.0, 4294.0, 4264.0, 4293.0, 4266.0, 4313.0, 4262.0, 4311.0, 4273.0, 4314.0, 4274.0, 4314.0, 4286.0, 4273.0, 4286.0, 4265.0, 4305.0, 4266.0, 4307.0, 4266.0, 4335.0, 4288.0, 4325.0, 4298.0, 4267.0, 4305.0, 4287.0, 4279.0, 4309.0, 4279.0, 4339.0, 4287.0, 4336.0, 4321.0, 4347.0, 4315.0, 4304.0, 4284.0, 4263.0, 4296.0, 4264.0, 4292.0, 4253.0, 4291.0, 4274.0, 4292.0, 4275.0, 4284.0, 4285.0, 4265.0, 4298.0, 4277.0, 4307.0, 4265.0, 4306.0, 4266.0, 4305.0, 4275.0, 4324.0, 4275.0, 4328.0, 4285.0, 4314.0, 4288.0, 4325.0, 4306.0, 4266.0, 4284.0, 4279.0, 4298.0, 4309.0, 4287.0, 4309.0, 4319.0, 4289.0, 4327.0, 4297.0, 4304.0, 4307.0, 4262.0, 4295.0, 4253.0, 4314.0, 4250.0, 4325.0, 4273.0, 4321.0, 4261.0, 4299.0, 4260.0, 4310.0, 4279.0, 4308.0, 4261.0, 4309.0, 4260.0, 4299.0, 4280.0, 4279.0, 4260.0, 4248.0, 4269.0, 4251.0, 4292.0, 4253.0, 4292.0, 4272.0, 4303.0, 4274.0, 4304.0, 4287.0, 4285.0, 4286.0, 4267.0, 4305.0, 4267.0, 4316.0, 4288.0, 4326.0, 4286.0, 4296.0, 4286.0, 4277.0, 4307.0, 4264.0, 4324.0, 4277.0, 4325.0, 4286.0, 4307.0, 4286.0, 4277.0, 4296.0, 4266.0, 4307.0, 4289.0, 4337.0, 4288.0, 4285.0, 4298.0, 4267.0, 4308.0, 4268.0, 4338.0, 4277.0, 4335.0, 4287.0, 4307.0, 4296.0, 4278.0, 4306.0, 4277.0, 4325.0, 4288.0, 4286.0, 4297.0, 4265.0, 4308.0, 4287.0, 4361.0, 4313.0, 4318.0, 4287.0, 4265.0, 4309.0, 4268.0, 4336.0, 4279.0, 4337.0, 4289.0, 4310.0, 4296.0, 4268.0, 4307.0, 4267.0, 4317.0, 4289.0, 4348.0, 4297.0, 4305.0, 4287.0, 4276.0, 4297.0, 4276.0, 4349.0, 4275.0, 4325.0, 4276.0, 4326.0, 4307.0, 4303.0, 4285.0, 4251.0, 4286.0, 4276.0, 4305.0, 4264.0, 4324.0, 4275.0, 4326.0, 4277.0, 4285.0, 4285.0, 4265.0, 4293.0, 4275.0, 4316.0, 4287.0, 4325.0, 4275.0, 4303.0, 4276.0, 4264.0, 4295.0, 4265.0, 4305.0, 4287.0, 4315.0, 4289.0, 4326.0, 4296.0, 4264.0, 4294.0, 4277.0, 4287.0, 4300.0, 4278.0, 4327.0, 4289.0, 4327.0, 4299.0, 4287.0, 4295.0, 4267.0, 4316.0, 4277.0, 4337.0, 4296.0, 4334.0, 4275.0, 4303.0, 4286.0, 4265.0, 4294.0, 4265.0, 4304.0, 4276.0, 4317.0, 4298.0, 4296.0, 4297.0, 4266.0, 4306.0, 4277.0, 4317.0, 4289.0, 4336.0, 4288.0, 4316.0, 4297.0, 4276.0, 4307.0, 4266.0, 4335.0, 4276.0, 4337.0, 4297.0, 4307.0, 4309.0, 4269.0, 4306.0, 4285.0, 4337.0, 4298.0, 4307.0, 4295.0, 4265.0, 4306.0, 4275.0, 4336.0, 4287.0, 4326.0, 4287.0, 4277.0, 4306.0, 4265.0, 4327.0, 4277.0, 4336.0, 4297.0, 4268.0, 4297.0, 4278.0, 4317.0, 4290.0, 4337.0, 4286.0, 4277.0, 4316.0, 4276.0, 4287.0, 4310.0, 4277.0, 4308.0, 4268.0, 4328.0, 4266.0, 4336.0, 4276.0, 4323.0, 4306.0, 4335.0, 4305.0, 4322.0, 4293.0, 4311.0, 4262.0, 4289.0, 4273.0, 4293.0, 4282.0, 4249.0, 4282.0, 4251.0, 4281.0, 4263.0, 4292.0, 4262.0, 4301.0, 4263.0, 4290.0, 4273.0, 4311.0, 4285.0, 4291.0, 4273.0, 4263.0, 4274.0, 4263.0, 4295.0, 4265.0, 4303.0, 4265.0, 4303.0, 4275.0, 4316.0, 4287.0, 4324.0, 4277.0, 4323.0, 4275.0, 4304.0, 4296.0, 4264.0, 4295.0, 4267.0, 4306.0, 4268.0, 4317.0, 4279.0, 4326.0, 4288.0, 4306.0, 4297.0, 4307.0, 4298.0, 4267.0, 4307.0, 4266.0, 4306.0, 4266.0, 4326.0, 4276.0, 4325.0, 4276.0, 4325.0, 4289.0, 4325.0, 4307.0, 4286.0, 4286.0, 4265.0, 4306.0, 4277.0, 4318.0, 4277.0, 4327.0, 4279.0, 4327.0, 4299.0, 4297.0, 4296.0, 4267.0, 4306.0, 4276.0, 4317.0, 4278.0, 4336.0, 4286.0, 4337.0, 4286.0, 4325.0, 4306.0, 4296.0, 4286.0, 4266.0, 4296.0, 4278.0, 4317.0, 4286.0, 4326.0, 4289.0, 4298.0, 4300.0, 4279.0, 4309.0, 4267.0, 4317.0, 4289.0, 4348.0, 4298.0, 4306.0, 4298.0, 4266.0, 4307.0, 4266.0, 4325.0, 4277.0, 4349.0, 4299.0, 4327.0, 4286.0, 4337.0, 4318.0, 4296.0, 4296.0, 4276.0, 4297.0, 4278.0, 4319.0, 4288.0, 4326.0, 4288.0, 4298.0, 4290.0, 4296.0, 4296.0, 4264.0, 4293.0, 4265.0, 4304.0, 4276.0, 4314.0, 4285.0, 4305.0, 4277.0, 4264.0, 4306.0, 4286.0, 4287.0, 4309.0, 4301.0, 4322.0, 4310.0, 4280.0, 4329.0, 4301.0, 4350.0, 4320.0, 4337.0, 4308.0, 4274.0, 4304.0, 4266.0, 4325.0, 4286.0, 4335.0, 4305.0, 4265.0, 4295.0, 4275.0, 4306.0, 4289.0, 4296.0, 4288.0, 4266.0, 4295.0, 4278.0, 4317.0, 4267.0, 4336.0, 4264.0, 4313.0, 4262.0, 4314.0, 4275.0, 4324.0, 4274.0, 4313.0, 4263.0, 4302.0, 4274.0, 4304.0, 4284.0, 4271.0, 4284.0, 4263.0, 4285.0, 4276.0, 4293.0, 4262.0, 4294.0, 4263.0, 4304.0, 4276.0, 4314.0, 4275.0, 4302.0, 4277.0, 4314.0, 4285.0, 4292.0, 4275.0, 4264.0, 4297.0, 4275.0, 4297.0, 4265.0, 4305.0, 4266.0, 4303.0, 4287.0, 4316.0, 4298.0, 4316.0, 4288.0, 4277.0, 4298.0, 4276.0, 4306.0, 4266.0, 4315.0, 4276.0, 4326.0, 4299.0, 4348.0, 4308.0, 4326.0, 4287.0, 4277.0, 4306.0, 4276.0, 4348.0, 4266.0, 4323.0, 4284.0, 4324.0, 4296.0, 4317.0, 4287.0], 'WindowWidth': [9639.0, 9570.0, 9603.0, 9531.0, 9542.0, 9506.0, 9512.0, 9497.0, 9498.0, 9491.0, 9467.0, 9492.0, 9467.0, 9511.0, 9467.0, 9509.0, 9504.0, 9504.0, 9461.0, 9506.0, 9476.0, 9512.0, 9505.0, 9502.0, 9462.0, 9504.0, 9460.0, 9517.0, 9478.0, 9519.0, 9468.0, 9544.0, 9485.0, 9535.0, 9473.0, 9537.0, 9494.0, 9533.0, 9492.0, 9535.0, 9499.0, 9530.0, 9494.0, 9558.0, 9500.0, 9547.0, 9502.0, 9561.0, 9526.0, 9542.0, 9494.0, 9532.0, 9495.0, 9503.0, 9506.0, 9461.0, 9524.0, 9468.0, 9519.0, 9482.0, 9534.0, 9486.0, 9562.0, 9482.0, 9546.0, 9494.0, 9532.0, 9498.0, 9544.0, 9495.0, 9545.0, 9480.0, 9544.0, 9498.0, 9539.0, 9508.0, 9530.0, 9483.0, 9507.0, 9497.0, 9468.0, 9512.0, 9469.0, 9517.0, 9483.0, 9521.0, 9482.0, 9561.0, 9491.0, 9543.0, 9493.0, 9531.0, 9497.0, 9542.0, 9493.0, 9545.0, 9481.0, 9546.0, 9497.0, 9505.0, 9494.0, 9464.0, 9516.0, 9484.0, 9523.0, 9501.0, 9546.0, 9496.0, 9547.0, 9499.0, 9522.0, 9514.0, 9482.0, 9527.0, 9464.0, 9519.0, 9465.0, 9533.0, 9467.0, 9545.0, 9477.0, 9543.0, 9499.0, 9544.0, 9525.0, 9535.0, 9501.0, 9510.0, 9497.0, 9497.0, 9510.0, 9466.0, 9519.0, 9469.0, 9519.0, 9471.0, 9542.0, 9480.0, 9546.0, 9485.0, 9550.0, 9513.0, 9508.0, 9511.0, 9468.0, 9522.0, 9488.0, 9537.0, 9497.0, 9550.0, 9495.0, 9473.0, 9524.0, 9483.0, 9539.0, 9493.0, 9569.0, 9497.0, 9546.0, 9514.0, 9554.0, 9527.0, 9465.0, 9505.0, 9468.0, 9526.0, 9604.0, 9569.0, 9488.0, 9451.0, 9474.0, 9472.0, 9519.0, 9499.0, 9471.0, 9552.0, 9509.0, 9560.0, 9527.0, 9572.0, 9528.0, 9588.0, 9544.0, 9608.0, 9539.0, 9569.0, 9504.0, 9579.0, 9513.0, 9564.0, 9532.0, 9541.0, 9491.0, 9539.0, 9475.0, 9547.0, 9508.0, 9500.0, 9487.0, 9460.0, 9505.0, 9468.0, 9508.0, 9484.0, 9545.0, 9477.0, 9546.0, 9494.0, 9517.0, 9493.0, 9469.0, 9520.0, 9497.0, 9484.0, 9521.0, 9487.0, 9563.0, 9486.0, 9532.0, 9518.0, 9546.0, 9506.0, 9442.0, 9486.0, 9455.0, 9497.0, 9462.0, 9538.0, 9469.0, 9507.0, 9472.0, 9526.0, 9479.0, 9527.0, 9495.0, 9533.0, 9525.0, 9528.0, 9495.0, 9460.0, 9494.0, 9479.0, 9519.0, 9469.0, 9519.0, 9486.0, 9524.0, 9503.0, 9512.0, 9520.0, 9471.0, 9523.0, 9471.0, 9523.0, 9487.0, 9553.0, 9494.0, 9545.0, 9481.0, 9543.0, 9514.0, 9504.0, 9507.0, 9462.0, 9505.0, 9464.0, 9534.0, 9481.0, 9558.0, 9496.0, 9558.0, 9509.0, 9562.0, 9536.0, 9525.0, 9498.0, 9458.0, 9488.0, 9483.0, 9519.0, 9496.0, 9542.0, 9479.0, 9543.0, 9483.0, 9529.0, 9495.0, 9475.0, 9500.0, 9445.0, 9498.0, 9461.0, 9513.0, 9490.0, 9542.0, 9493.0, 9522.0, 9458.0, 9468.0, 9489.0, 9464.0, 9500.0, 9458.0, 9499.0, 9461.0, 9512.0, 9479.0, 9530.0, 9495.0, 9543.0, 9478.0, 9515.0, 9495.0, 9463.0, 9503.0, 9466.0, 9515.0, 9479.0, 9542.0, 9554.0, 9571.0, 9498.0, 9504.0, 9498.0, 9479.0, 9523.0, 9470.0, 9538.0, 9482.0, 9532.0, 9497.0, 9546.0, 9506.0, 9562.0, 9516.0, 9534.0, 9493.0, 9462.0, 9507.0, 9485.0, 9522.0, 9450.0, 9552.0, 9493.0, 9531.0, 9499.0, 9558.0, 9494.0, 9541.0, 9483.0, 9515.0, 9493.0, 9502.0, 9489.0, 9460.0, 9503.0, 9464.0, 9500.0, 9467.0, 9527.0, 9458.0, 9522.0, 9475.0, 9528.0, 9479.0, 9530.0, 9496.0, 9476.0, 9495.0, 9467.0, 9521.0, 9472.0, 9527.0, 9470.0, 9560.0, 9501.0, 9548.0, 9515.0, 9473.0, 9520.0, 9500.0, 9491.0, 9530.0, 9492.0, 9571.0, 9501.0, 9564.0, 9553.0, 9580.0, 9533.0, 9512.0, 9488.0, 9459.0, 9506.0, 9460.0, 9496.0, 9444.0, 9493.0, 9477.0, 9497.0, 9480.0, 9490.0, 9492.0, 9465.0, 9514.0, 9487.0, 9524.0, 9465.0, 9519.0, 9468.0, 9518.0, 9478.0, 9542.0, 9478.0, 9554.0, 9492.0, 9530.0, 9499.0, 9546.0, 9522.0, 9467.0, 9486.0, 9491.0, 9516.0, 9533.0, 9500.0, 9531.0, 9544.0, 9503.0, 9552.0, 9511.0, 9516.0, 9522.0, 9456.0, 9504.0, 9444.0, 9527.0, 9439.0, 9543.0, 9470.0, 9532.0, 9451.0, 9499.0, 9450.0, 9515.0, 9474.0, 9509.0, 9451.0, 9511.0, 9449.0, 9499.0, 9476.0, 9471.0, 9447.0, 9431.0, 9461.0, 9438.0, 9497.0, 9448.0, 9496.0, 9470.0, 9512.0, 9479.0, 9517.0, 9499.0, 9495.0, 9495.0, 9470.0, 9519.0, 9473.0, 9536.0, 9501.0, 9549.0, 9496.0, 9509.0, 9496.0, 9484.0, 9526.0, 9465.0, 9543.0, 9483.0, 9547.0, 9497.0, 9524.0, 9495.0, 9483.0, 9508.0, 9472.0, 9525.0, 9505.0, 9566.0, 9501.0, 9495.0, 9515.0, 9474.0, 9530.0, 9476.0, 9567.0, 9486.0, 9562.0, 9499.0, 9525.0, 9510.0, 9490.0, 9523.0, 9487.0, 9549.0, 9502.0, 9496.0, 9511.0, 9469.0, 9526.0, 9501.0, 9608.0, 9543.0, 9539.0, 9497.0, 9466.0, 9528.0, 9476.0, 9565.0, 9489.0, 9565.0, 9506.0, 9535.0, 9512.0, 9475.0, 9523.0, 9473.0, 9539.0, 9506.0, 9584.0, 9512.0, 9521.0, 9497.0, 9482.0, 9512.0, 9484.0, 9585.0, 9480.0, 9544.0, 9482.0, 9549.0, 9525.0, 9513.0, 9491.0, 9443.0, 9493.0, 9484.0, 9520.0, 9464.0, 9543.0, 9477.0, 9548.0, 9485.0, 9492.0, 9491.0, 9464.0, 9499.0, 9482.0, 9535.0, 9499.0, 9546.0, 9479.0, 9512.0, 9481.0, 9464.0, 9505.0, 9465.0, 9518.0, 9500.0, 9532.0, 9504.0, 9550.0, 9509.0, 9462.0, 9503.0, 9485.0, 9502.0, 9521.0, 9489.0, 9552.0, 9507.0, 9553.0, 9519.0, 9499.0, 9508.0, 9471.0, 9534.0, 9485.0, 9566.0, 9508.0, 9556.0, 9478.0, 9511.0, 9495.0, 9468.0, 9504.0, 9465.0, 9515.0, 9484.0, 9539.0, 9516.0, 9510.0, 9511.0, 9470.0, 9524.0, 9486.0, 9539.0, 9504.0, 9563.0, 9501.0, 9535.0, 9513.0, 9485.0, 9526.0, 9469.0, 9559.0, 9482.0, 9564.0, 9513.0, 9524.0, 9528.0, 9475.0, 9521.0, 9494.0, 9565.0, 9514.0, 9522.0, 9506.0, 9466.0, 9520.0, 9481.0, 9563.0, 9499.0, 9547.0, 9498.0, 9485.0, 9522.0, 9465.0, 9549.0, 9487.0, 9565.0, 9511.0, 9474.0, 9510.0, 9487.0, 9540.0, 9507.0, 9565.0, 9496.0, 9485.0, 9535.0, 9486.0, 9500.0, 9535.0, 9486.0, 9527.0, 9475.0, 9554.0, 9467.0, 9561.0, 9481.0, 9540.0, 9521.0, 9558.0, 9518.0, 9536.0, 9498.0, 9519.0, 9454.0, 9487.0, 9471.0, 9495.0, 9479.0, 9434.0, 9480.0, 9438.0, 9478.0, 9458.0, 9494.0, 9455.0, 9505.0, 9459.0, 9489.0, 9473.0, 9521.0, 9492.0, 9494.0, 9473.0, 9458.0, 9474.0, 9461.0, 9504.0, 9465.0, 9514.0, 9466.0, 9514.0, 9482.0, 9534.0, 9499.0, 9544.0, 9484.0, 9541.0, 9479.0, 9517.0, 9508.0, 9464.0, 9505.0, 9472.0, 9522.0, 9475.0, 9538.0, 9491.0, 9551.0, 9502.0, 9524.0, 9514.0, 9525.0, 9513.0, 9470.0, 9523.0, 9470.0, 9523.0, 9469.0, 9549.0, 9482.0, 9547.0, 9482.0, 9545.0, 9503.0, 9548.0, 9526.0, 9494.0, 9496.0, 9467.0, 9522.0, 9486.0, 9540.0, 9485.0, 9551.0, 9490.0, 9554.0, 9518.0, 9511.0, 9510.0, 9472.0, 9523.0, 9484.0, 9539.0, 9487.0, 9563.0, 9497.0, 9563.0, 9496.0, 9548.0, 9525.0, 9509.0, 9496.0, 9469.0, 9509.0, 9489.0, 9537.0, 9498.0, 9551.0, 9504.0, 9515.0, 9521.0, 9490.0, 9530.0, 9473.0, 9538.0, 9504.0, 9583.0, 9515.0, 9521.0, 9511.0, 9469.0, 9525.0, 9470.0, 9548.0, 9485.0, 9587.0, 9517.0, 9549.0, 9495.0, 9568.0, 9544.0, 9509.0, 9508.0, 9483.0, 9511.0, 9491.0, 9546.0, 9504.0, 9550.0, 9502.0, 9518.0, 9509.0, 9511.0, 9510.0, 9463.0, 9501.0, 9466.0, 9515.0, 9483.0, 9530.0, 9493.0, 9519.0, 9483.0, 9463.0, 9521.0, 9498.0, 9502.0, 9533.0, 9526.0, 9554.0, 9535.0, 9497.0, 9561.0, 9525.0, 9591.0, 9549.0, 9566.0, 9526.0, 9476.0, 9517.0, 9468.0, 9546.0, 9497.0, 9561.0, 9516.0, 9465.0, 9505.0, 9481.0, 9523.0, 9505.0, 9510.0, 9501.0, 9470.0, 9508.0, 9486.0, 9539.0, 9472.0, 9562.0, 9463.0, 9526.0, 9458.0, 9527.0, 9478.0, 9542.0, 9474.0, 9522.0, 9458.0, 9508.0, 9476.0, 9515.0, 9489.0, 9468.0, 9488.0, 9461.0, 9494.0, 9482.0, 9501.0, 9459.0, 9502.0, 9461.0, 9515.0, 9482.0, 9532.0, 9481.0, 9510.0, 9484.0, 9529.0, 9494.0, 9498.0, 9480.0, 9463.0, 9514.0, 9482.0, 9510.0, 9467.0, 9519.0, 9469.0, 9515.0, 9502.0, 9538.0, 9516.0, 9534.0, 9499.0, 9484.0, 9515.0, 9483.0, 9523.0, 9468.0, 9534.0, 9484.0, 9552.0, 9521.0, 9583.0, 9530.0, 9548.0, 9498.0, 9485.0, 9524.0, 9482.0, 9585.0, 9469.0, 9543.0, 9492.0, 9544.0, 9511.0, 9539.0, 9497.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.0007856153846153847</td></tr>
<tr><td colspan=3>aqi</td><td>0.01681748153846154</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35879627389439</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.222229387183718</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0160921707480761</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>8354.0342</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07352150551858322</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.989010989010989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.503260046207943</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4021862154546905</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.739027298332864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3685666248362747</td></tr>
<tr><td colspan=3>gcor</td><td>0.0092109</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019139081239700317</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03235599026083946</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8084674875387066</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>26.4687</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2409</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.6618</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.9434</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3065</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.3952</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3573.0704</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.0934</td></tr>
<tr><td colspan=3>tsnr</td><td>46.71602699300274</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>