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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-01_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-01_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-0081/ses-02/func/sub-0081_ses-02_task-faces_acq-mb8_run-01_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>c8b29fa64a58b1923a1e6a53171172a7</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>20:08:31.985000</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.999708, 0.00899003, 0.0224424, -0.0111673, 0.995039, 0.0988594]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0829835</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7718, -7302, 635, -114, -59, 112, 51]</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>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d9dbbd5-9db6-400f-87c3-7673d79d34d6||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.682142734527588, -0.02996112033724785, 0.057894159108400345, 108.66580963134766], [-0.024119580164551735, 2.669616222381592, 0.2675189673900604, -98.52059936523438], [0.060211241245269775, -0.26523247361183167, 2.6860904693603516, -73.8144302368164], [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': ['200831.985000', '200832.445000', '200832.905000', '200833.365000', '200833.825000', '200834.285000', '200834.745000', '200835.205000', '200835.665000', '200836.125000', '200836.585000', '200837.045000', '200837.505000', '200837.965000', '200838.425000', '200838.885000', '200839.345000', '200839.805000', '200840.265000', '200840.725000', '200841.185000', '200841.645000', '200842.105000', '200842.565000', '200843.025000', '200843.485000', '200843.945000', '200844.405000', '200844.865000', '200845.325000', '200845.785000', '200846.245000', '200846.705000', '200847.165000', '200847.625000', '200848.085000', '200848.545000', '200849.005000', '200849.465000', '200849.925000', '200850.385000', '200850.845000', '200851.305000', '200851.765000', '200852.225000', '200852.685000', '200853.145000', '200853.605000', '200854.065000', '200854.525000', '200854.985000', '200855.445000', '200855.905000', '200856.365000', '200856.825000', '200857.285000', '200857.745000', '200858.205000', '200858.665000', '200859.125000', '200859.585000', '200900.045000', '200900.505000', '200900.965000', '200901.425000', '200901.885000', '200902.345000', '200902.805000', '200903.265000', '200903.725000', '200904.185000', '200904.645000', '200905.105000', '200905.565000', '200906.025000', '200906.485000', '200906.945000', '200907.405000', '200907.865000', '200908.325000', '200908.785000', '200909.245000', '200909.705000', '200910.165000', '200910.625000', '200911.085000', '200911.545000', '200912.005000', '200912.465000', '200912.925000', '200913.385000', '200913.845000', '200914.305000', '200914.765000', '200915.225000', '200915.685000', '200916.145000', '200916.605000', '200917.065000', '200917.525000', '200917.985000', '200918.445000', '200918.905000', '200919.365000', '200919.825000', '200920.285000', '200920.745000', '200921.205000', '200921.665000', '200922.125000', '200922.585000', '200923.045000', '200923.505000', '200923.965000', '200924.425000', '200924.885000', '200925.345000', '200925.805000', '200926.265000', '200926.725000', '200927.185000', '200927.645000', '200928.105000', '200928.565000', '200929.025000', '200929.485000', '200929.945000', '200930.405000', '200930.865000', '200931.325000', '200931.785000', '200932.245000', '200932.705000', '200933.165000', '200933.625000', '200934.085000', '200934.545000', '200935.005000', '200935.465000', '200935.925000', '200936.385000', '200936.845000', '200937.305000', '200937.765000', '200938.225000', '200938.685000', '200939.145000', '200939.605000', '200940.065000', '200940.525000', '200940.985000', '200941.445000', '200941.905000', '200942.365000', '200942.825000', '200943.285000', '200943.745000', '200944.205000', '200944.665000', '200945.125000', '200945.585000', '200946.045000', '200946.505000', '200946.965000', '200947.425000', '200947.885000', '200948.345000', '200948.805000', '200949.265000', '200949.725000', '200950.185000', '200950.645000', '200951.105000', '200951.565000', '200952.025000', '200952.485000', '200952.945000', '200953.405000', '200953.865000', '200954.325000', '200954.785000', '200955.245000', '200955.705000', '200956.165000', '200956.625000', '200957.085000', '200957.545000', '200958.005000', '200958.465000', '200958.925000', '200959.385000', '200959.845000', '201000.305000', '201000.765000', '201001.225000', '201001.685000', '201002.145000', '201002.605000', '201003.065000', '201003.525000', '201003.985000', '201004.445000', '201004.905000', '201005.365000', '201005.825000', '201006.285000', '201006.745000', '201007.205000', '201007.665000', '201008.125000', '201008.585000', '201009.045000', '201009.505000', '201009.965000', '201010.425000', '201010.885000', '201011.345000', '201011.805000', '201012.265000', '201012.725000', '201013.185000', '201013.645000', '201014.105000', '201014.565000', '201015.025000', '201015.485000', '201015.945000', '201016.405000', '201016.865000', '201017.325000', '201017.785000', '201018.245000', '201018.705000', '201019.165000', '201019.625000', '201020.085000', '201020.545000', '201021.005000', '201021.465000', '201021.925000', '201022.385000', '201022.845000', '201023.305000', '201023.765000', '201024.225000', '201024.685000', '201025.145000', '201025.605000', '201026.065000', '201026.525000', '201026.985000', '201027.445000', '201027.905000', '201028.365000', '201028.825000', '201029.285000', '201029.745000', '201030.205000', '201030.665000', '201031.125000', '201031.585000', '201032.045000', '201032.505000', '201032.965000', '201033.425000', '201033.885000', '201034.345000', '201034.805000', '201035.265000', '201035.725000', '201036.185000', '201036.645000', '201037.105000', '201037.565000', '201038.025000', '201038.485000', '201038.945000', '201039.405000', '201039.865000', '201040.325000', '201040.785000', '201041.245000', '201041.705000', '201042.165000', '201042.625000', '201043.085000', '201043.545000', '201044.005000', '201044.465000', '201044.925000', '201045.385000', '201045.845000', '201046.305000', '201046.765000', '201047.225000', '201047.685000', '201048.145000', '201048.605000', '201049.065000', '201049.525000', '201049.985000', '201050.445000', '201050.905000', '201051.365000', '201051.825000', '201052.285000', '201052.745000', '201053.205000', '201053.665000', '201054.125000', '201054.585000', '201055.045000', '201055.505000', '201055.965000', '201056.425000', '201056.885000', '201057.345000', '201057.805000', '201058.265000', '201058.725000', '201059.185000', '201059.645000', '201100.105000', '201100.565000', '201101.025000', '201101.485000', '201101.945000', '201102.405000', '201102.865000', '201103.325000', '201103.785000', '201104.245000', '201104.705000', '201105.165000', '201105.625000', '201106.085000', '201106.545000', '201107.005000', '201107.465000', '201107.925000', '201108.385000', '201108.845000', '201109.305000', '201109.765000', '201110.225000', '201110.685000', '201111.145000', '201111.605000', '201112.065000', '201112.525000', '201112.985000', '201113.445000', '201113.905000', '201114.365000', '201114.825000', '201115.285000', '201115.745000', '201116.205000', '201116.665000', '201117.125000', '201117.585000', '201118.045000', '201118.505000', '201118.965000', '201119.425000', '201119.885000', '201120.345000', '201120.805000', '201121.265000', '201121.725000', '201122.185000', '201122.645000', '201123.105000', '201123.565000', '201124.025000', '201124.485000', '201124.945000', '201125.405000', '201125.865000', '201126.325000', '201126.785000', '201127.245000', '201127.705000', '201128.165000', '201128.625000', '201129.085000', '201129.545000', '201130.005000', '201130.465000', '201130.925000', '201131.385000', '201131.845000', '201132.305000', '201132.765000', '201133.225000', '201133.685000', '201134.145000', '201134.605000', '201135.065000', '201135.525000', '201135.985000', '201136.445000', '201136.905000', '201137.365000', '201137.825000', '201138.285000', '201138.745000', '201139.205000', '201139.665000', '201140.125000', '201140.585000', '201141.045000', '201141.505000', '201141.965000', '201142.425000', '201142.885000', '201143.345000', '201143.805000', '201144.265000', '201144.725000', '201145.185000', '201145.645000', '201146.105000', '201146.565000', '201147.025000', '201147.485000', '201147.945000', '201148.405000', '201148.865000', '201149.325000', '201149.785000', '201150.245000', '201150.705000', '201151.165000', '201151.625000', '201152.085000', '201152.545000', '201153.005000', '201153.465000', '201153.925000', '201154.385000', '201154.845000', '201155.305000', '201155.765000', '201156.225000', '201156.685000', '201157.145000', '201157.605000', '201158.065000', '201158.525000', '201158.985000', '201159.445000', '201159.905000', '201200.365000', '201200.825000', '201201.285000', '201201.745000', '201202.205000', '201202.665000', '201203.125000', '201203.585000', '201204.045000', '201204.505000', '201204.965000', '201205.425000', '201205.885000', '201206.345000', '201206.805000', '201207.265000', '201207.725000', '201208.185000', '201208.645000', '201209.105000', '201209.565000', '201210.025000', '201210.485000', '201210.945000', '201211.405000', '201211.865000', '201212.325000', '201212.785000', '201213.245000', '201213.705000', '201214.165000', '201214.625000', '201215.085000', '201215.545000', '201216.005000', '201216.465000', '201216.925000', '201217.385000', '201217.845000', '201218.305000', '201218.765000', '201219.225000', '201219.685000', '201220.145000', '201220.605000', '201221.065000', '201221.525000', '201221.985000', '201222.445000', '201222.905000', '201223.365000', '201223.825000', '201224.285000', '201224.745000', '201225.205000', '201225.665000', '201226.125000', '201226.585000', '201227.045000', '201227.505000', '201227.965000', '201228.425000', '201228.885000', '201229.345000', '201229.805000', '201230.265000', '201230.725000', '201231.185000', '201231.645000', '201232.105000', '201232.565000', '201233.025000', '201233.485000', '201233.945000', '201234.405000', '201234.865000', '201235.325000', '201235.785000', '201236.245000', '201236.705000', '201237.165000', '201237.625000', '201238.085000', '201238.545000', '201239.005000', '201239.465000', '201239.925000', '201240.385000', '201240.845000', '201241.305000', '201241.765000', '201242.225000', '201242.685000', '201243.145000', '201243.605000', '201244.065000', '201244.525000', '201244.985000', '201245.445000', '201245.905000', '201246.365000', '201246.825000', '201247.285000', '201247.745000', '201248.205000', '201248.665000', '201249.125000', '201249.585000', '201250.045000', '201250.505000', '201250.965000', '201251.425000', '201251.885000', '201252.345000', '201252.805000', '201253.265000', '201253.725000', '201254.185000', '201254.645000', '201255.105000', '201255.565000', '201256.025000', '201256.485000', '201256.945000', '201257.405000', '201257.865000', '201258.325000', '201258.785000', '201259.245000', '201259.705000', '201300.165000', '201300.625000', '201301.085000', '201301.545000', '201302.005000', '201302.465000', '201302.925000', '201303.385000', '201303.845000', '201304.305000', '201304.765000', '201305.225000', '201305.685000', '201306.145000', '201306.605000', '201307.065000', '201307.525000', '201307.985000', '201308.445000', '201308.905000', '201309.365000', '201309.825000', '201310.285000', '201310.745000', '201311.205000', '201311.665000', '201312.125000', '201312.585000', '201313.045000', '201313.505000', '201313.965000', '201314.425000', '201314.885000', '201315.345000', '201315.805000', '201316.265000', '201316.725000', '201317.185000', '201317.645000', '201318.105000', '201318.565000', '201319.025000', '201319.485000', '201319.945000', '201320.405000', '201320.865000', '201321.325000', '201321.785000', '201322.245000', '201322.705000', '201323.165000', '201323.625000', '201324.085000', '201324.545000', '201325.005000', '201325.465000', '201325.925000', '201326.385000', '201326.845000', '201327.305000', '201327.765000', '201328.225000', '201328.685000', '201329.145000', '201329.605000', '201330.065000', '201330.525000', '201330.985000', '201331.445000', '201331.905000', '201332.365000', '201332.825000', '201333.285000', '201333.745000', '201334.205000', '201334.665000', '201335.125000', '201335.585000', '201336.045000', '201336.505000', '201336.965000', '201337.425000', '201337.885000', '201338.345000', '201338.805000', '201339.265000', '201339.725000', '201340.185000', '201340.645000', '201341.105000', '201341.565000', '201342.025000', '201342.485000', '201342.945000', '201343.405000', '201343.865000', '201344.325000', '201344.785000', '201345.245000', '201345.705000', '201346.165000', '201346.625000', '201347.085000', '201347.545000', '201348.005000', '201348.465000', '201348.925000', '201349.385000', '201349.845000', '201350.305000', '201350.765000', '201351.225000', '201351.685000', '201352.145000', '201352.605000', '201353.065000', '201353.525000', '201353.985000', '201354.445000', '201354.905000', '201355.365000', '201355.825000', '201356.285000', '201356.745000', '201357.205000', '201357.665000', '201358.125000', '201358.585000', '201359.045000', '201359.505000', '201359.965000', '201400.425000', '201400.885000', '201401.345000', '201401.805000', '201402.265000', '201402.725000', '201403.185000', '201403.645000', '201404.105000', '201404.565000', '201405.025000', '201405.485000', '201405.945000', '201406.405000', '201406.865000', '201407.325000', '201407.785000', '201408.245000', '201408.705000', '201409.165000', '201409.625000', '201410.085000', '201410.545000', '201411.005000', '201411.465000', '201411.925000', '201412.385000', '201412.845000', '201413.305000', '201413.765000', '201414.225000', '201414.685000', '201415.145000', '201415.605000', '201416.065000', '201416.525000', '201416.985000', '201417.445000', '201417.905000', '201418.365000', '201418.825000', '201419.285000', '201419.745000', '201420.205000', '201420.665000', '201421.125000', '201421.585000', '201422.045000', '201422.505000', '201422.965000', '201423.425000', '201423.885000', '201424.345000', '201424.805000', '201425.265000', '201425.725000', '201426.185000', '201426.645000', '201427.105000', '201427.565000', '201428.025000', '201428.485000', '201428.945000', '201429.405000', '201429.865000', '201430.325000', '201430.785000', '201431.245000', '201431.705000', '201432.165000', '201432.625000', '201433.085000', '201433.545000', '201434.005000', '201434.465000', '201434.925000', '201435.385000', '201435.845000', '201436.305000', '201436.765000', '201437.225000', '201437.685000', '201438.145000', '201438.605000', '201439.065000', '201439.525000', '201439.985000', '201440.445000', '201440.905000', '201441.365000', '201441.825000', '201442.285000', '201442.745000', '201443.205000', '201443.665000', '201444.125000', '201444.585000', '201445.045000', '201445.505000', '201445.965000', '201446.425000', '201446.885000', '201447.345000', '201447.805000', '201448.265000', '201448.725000', '201449.185000', '201449.645000', '201450.105000', '201450.565000', '201451.025000', '201451.485000', '201451.945000', '201452.405000', '201452.865000', '201453.325000', '201453.785000', '201454.245000', '201454.705000', '201455.165000', '201455.625000', '201456.085000', '201456.545000', '201457.005000', '201457.465000', '201457.925000', '201458.385000', '201458.845000', '201459.305000', '201459.765000', '201500.225000', '201500.685000', '201501.145000', '201501.605000', '201502.065000', '201502.525000', '201502.985000', '201503.445000', '201503.905000', '201504.365000', '201504.825000', '201505.285000', '201505.745000', '201506.205000', '201506.665000', '201507.125000', '201507.585000', '201508.045000', '201508.505000', '201508.965000', '201509.425000', '201509.885000', '201510.345000', '201510.805000', '201511.265000', '201511.725000', '201512.185000', '201512.645000', '201513.105000', '201513.565000', '201514.025000', '201514.485000', '201514.945000', '201515.405000', '201515.865000', '201516.325000', '201516.785000', '201517.245000', '201517.705000', '201518.165000', '201518.625000', '201519.085000', '201519.545000', '201520.005000', '201520.465000', '201520.925000', '201521.385000', '201521.845000', '201522.305000', '201522.765000', '201523.225000', '201523.685000', '201524.145000', '201524.605000', '201525.065000', '201525.525000', '201525.985000', '201526.445000', '201526.905000', '201527.365000', '201527.825000', '201528.285000', '201528.745000', '201529.205000', '201529.665000', '201530.125000', '201530.585000', '201531.045000', '201531.505000', '201531.965000'], 'ContentTime': ['200845.446000', '200845.449000', '200845.452000', '200845.455000', '200845.457000', '200845.466000', '200845.469000', '200845.471000', '200845.474000', '200845.477000', '200845.484000', '200845.487000', '200845.489000', '200845.492000', '200845.495000', '200845.497000', '200845.500000', '200845.502000', '200845.505000', '200845.520000', '200845.523000', '200845.525000', '200845.528000', '200845.530000', '200845.533000', '200845.535000', '200905.416000', '200905.429000', '200905.431000', '200905.434000', '200905.445000', '200905.447000', '200905.450000', '200905.453000', '200905.455000', '200905.458000', '200905.460000', '200905.463000', '200905.465000', '200905.468000', '200905.470000', '200905.473000', '200905.475000', '200905.478000', '200905.480000', '200905.483000', '200905.485000', '200905.488000', '200905.490000', '200905.493000', '200905.495000', '200905.498000', '200905.501000', '200905.503000', '200905.506000', '200905.508000', '200905.511000', '200905.514000', '200905.516000', '200905.519000', '200905.521000', '200905.524000', '200905.526000', '200905.529000', '200905.532000', '200905.541000', '200905.544000', '200905.546000', '200905.549000', '200905.552000', '200925.418000', '200925.420000', '200925.423000', '200925.425000', '200925.428000', '200925.431000', '200925.433000', '200925.437000', '200925.439000', '200925.442000', '200925.445000', '200925.447000', '200925.450000', '200925.452000', '200925.455000', '200925.457000', '200925.460000', '200925.463000', '200925.465000', '200925.468000', '200925.470000', '200925.473000', '200925.475000', '200925.478000', '200925.480000', '200925.483000', '200925.485000', '200925.488000', '200925.491000', '200925.493000', '200925.496000', '200925.499000', '200925.501000', '200925.504000', '200925.506000', '200925.509000', '200925.511000', '200925.514000', '200925.516000', '200925.519000', '200925.521000', '200925.524000', '200925.527000', '200925.529000', '200945.417000', '200945.420000', '200945.423000', '200945.425000', '200945.428000', '200945.431000', '200945.433000', '200945.436000', '200945.438000', '200945.441000', '200945.444000', '200945.446000', '200945.449000', '200945.451000', '200945.454000', '200945.457000', '200945.459000', '200945.462000', '200945.464000', '200945.467000', '200945.469000', '200945.472000', '200945.475000', '200945.477000', '200945.480000', '200945.482000', '200945.485000', '200945.487000', '200945.490000', '200945.492000', '200945.495000', '200945.498000', '200945.500000', '200945.503000', '200945.505000', '200945.508000', '200945.510000', '200945.513000', '200945.515000', '200945.518000', '200945.520000', '200945.523000', '200945.526000', '201005.417000', '201005.420000', '201005.423000', '201005.425000', '201005.428000', '201005.430000', '201005.434000', '201005.437000', '201005.439000', '201005.442000', '201005.445000', '201005.448000', '201005.450000', '201005.453000', '201005.455000', '201005.458000', '201005.460000', '201005.463000', '201005.466000', '201005.468000', '201005.471000', '201005.473000', '201005.476000', '201005.478000', '201005.481000', '201005.483000', '201005.486000', '201005.488000', '201005.491000', '201005.494000', '201005.496000', '201005.499000', '201005.501000', '201005.504000', '201005.506000', '201005.509000', '201005.511000', '201005.514000', '201005.517000', '201005.519000', '201005.522000', '201005.524000', '201005.527000', '201025.418000', '201025.421000', '201025.423000', '201025.426000', '201025.429000', '201025.431000', '201025.434000', '201025.436000', '201025.439000', '201025.441000', '201025.444000', '201025.447000', '201025.449000', '201025.452000', '201025.454000', '201025.457000', '201025.459000', '201025.462000', '201025.465000', '201025.467000', '201025.470000', '201025.472000', '201025.475000', '201025.477000', '201025.480000', '201025.483000', '201025.485000', '201025.488000', '201025.490000', '201025.493000', '201025.495000', '201025.498000', '201025.501000', '201025.503000', '201025.506000', '201025.508000', '201025.511000', '201025.513000', '201025.516000', '201025.518000', '201025.521000', '201025.524000', '201025.526000', '201025.529000', '201045.418000', '201045.420000', '201045.423000', '201045.426000', '201045.428000', '201045.431000', '201045.433000', '201045.436000', '201045.438000', '201045.441000', '201045.444000', '201045.446000', '201045.449000', '201045.451000', '201045.454000', '201045.457000', '201045.459000', '201045.462000', '201045.464000', '201045.467000', '201045.469000', '201045.473000', '201045.477000', '201045.480000', '201045.483000', '201045.485000', '201045.488000', '201045.491000', '201045.493000', '201045.496000', '201045.498000', '201045.501000', '201045.503000', '201045.506000', '201045.509000', '201045.511000', '201045.514000', '201045.516000', '201045.519000', '201045.521000', '201045.524000', '201045.526000', '201045.529000', '201105.416000', '201105.419000', '201105.422000', '201105.424000', '201105.427000', '201105.429000', '201105.432000', '201105.435000', '201105.437000', '201105.440000', '201105.442000', '201105.445000', '201105.447000', '201105.450000', '201105.453000', '201105.455000', '201105.458000', '201105.460000', '201105.463000', '201105.466000', '201105.468000', '201105.471000', '201105.473000', '201105.476000', '201105.479000', '201105.481000', '201105.484000', '201105.486000', '201105.489000', '201105.491000', '201105.494000', '201105.496000', '201105.499000', '201105.501000', '201105.504000', '201105.507000', '201105.509000', '201105.512000', '201105.514000', '201105.517000', '201105.519000', '201105.522000', '201105.524000', '201105.527000', '201125.417000', '201125.419000', '201125.422000', '201125.425000', '201125.427000', '201125.430000', '201125.432000', '201125.435000', '201125.438000', '201125.440000', '201125.443000', '201125.445000', '201125.448000', '201125.451000', '201125.453000', '201125.456000', '201125.458000', '201125.461000', '201125.464000', '201125.466000', '201125.469000', '201125.471000', '201125.475000', '201125.478000', '201125.480000', '201125.483000', '201125.486000', '201125.488000', '201125.491000', '201125.493000', '201125.496000', '201125.499000', '201125.501000', '201125.504000', '201125.506000', '201125.509000', '201125.512000', '201125.514000', '201125.517000', '201125.520000', '201125.522000', '201125.525000', '201125.527000', '201145.418000', '201145.420000', '201145.423000', '201145.426000', '201145.428000', '201145.431000', '201145.434000', '201145.436000', '201145.439000', '201145.441000', '201145.444000', '201145.446000', '201145.449000', '201145.452000', '201145.454000', '201145.457000', '201145.459000', '201145.462000', '201145.464000', '201145.467000', '201145.470000', '201145.472000', '201145.475000', '201145.477000', '201145.480000', '201145.482000', '201145.485000', '201145.488000', '201145.490000', '201145.493000', '201145.495000', '201145.498000', '201145.501000', '201145.503000', '201145.506000', '201145.508000', '201145.511000', '201145.513000', '201145.516000', '201145.518000', '201145.521000', '201145.524000', '201145.526000', '201145.529000', '201205.418000', '201205.420000', '201205.423000', '201205.426000', '201205.428000', '201205.431000', '201205.433000', '201205.436000', '201205.438000', '201205.441000', '201205.444000', '201205.446000', '201205.449000', '201205.451000', '201205.454000', '201205.457000', '201205.459000', '201205.462000', '201205.464000', '201205.467000', '201205.469000', '201205.472000', '201205.475000', '201205.477000', '201205.480000', '201205.482000', '201205.485000', '201205.488000', '201205.490000', '201205.493000', '201205.495000', '201205.498000', '201205.500000', '201205.503000', '201205.505000', '201205.538000', '201205.541000', '201205.544000', '201205.546000', '201205.549000', '201205.552000', '201205.554000', '201205.557000', '201225.418000', '201225.420000', '201225.423000', '201225.426000', '201225.428000', '201225.431000', '201225.433000', '201225.436000', '201225.438000', '201225.441000', '201225.444000', '201225.446000', '201225.449000', '201225.451000', '201225.454000', '201225.456000', '201225.459000', '201225.462000', '201225.464000', '201225.467000', '201225.469000', '201225.472000', '201225.474000', '201225.477000', '201225.480000', '201225.482000', '201225.485000', '201225.488000', '201225.490000', '201225.493000', '201225.495000', '201225.498000', '201225.501000', '201225.503000', '201225.506000', '201225.508000', '201225.511000', '201225.514000', '201225.516000', '201225.519000', '201225.521000', '201225.524000', '201225.527000', '201225.529000', '201245.418000', '201245.420000', '201245.423000', '201245.426000', '201245.428000', '201245.431000', '201245.433000', '201245.436000', '201245.438000', '201245.441000', '201245.444000', '201245.446000', '201245.449000', '201245.451000', '201245.454000', '201245.456000', '201245.459000', '201245.462000', '201245.464000', '201245.474000', '201245.477000', '201245.479000', '201245.482000', '201245.485000', '201245.487000', '201245.490000', '201245.492000', '201245.495000', '201245.497000', '201245.500000', '201245.503000', '201245.505000', '201245.508000', '201245.511000', '201245.513000', '201245.516000', '201245.518000', '201245.521000', '201245.524000', '201245.526000', '201245.529000', '201245.531000', '201245.534000', '201305.417000', '201305.420000', '201305.423000', '201305.425000', '201305.428000', '201305.430000', '201305.433000', '201305.436000', '201305.438000', '201305.441000', '201305.443000', '201305.446000', '201305.448000', '201305.451000', '201305.453000', '201305.456000', '201305.459000', '201305.461000', '201305.464000', '201305.466000', '201305.469000', '201305.472000', '201305.474000', '201305.477000', '201305.480000', '201305.482000', '201305.485000', '201305.487000', '201305.490000', '201305.492000', '201305.495000', '201305.498000', '201305.500000', '201305.503000', '201305.505000', '201305.508000', '201305.511000', '201305.513000', '201305.516000', '201305.518000', '201305.521000', '201305.523000', '201305.526000', '201305.529000', '201325.417000', '201325.419000', '201325.422000', '201325.425000', '201325.427000', '201325.430000', '201325.433000', '201325.435000', '201325.438000', '201325.440000', '201325.443000', '201325.446000', '201325.448000', '201325.451000', '201325.453000', '201325.456000', '201325.459000', '201325.461000', '201325.464000', '201325.467000', '201325.469000', '201325.472000', '201325.474000', '201325.477000', '201325.480000', '201325.482000', '201325.485000', '201325.488000', '201325.490000', '201325.493000', '201325.496000', '201325.498000', '201325.501000', '201325.504000', '201325.506000', '201325.509000', '201325.511000', '201325.514000', '201325.516000', '201325.519000', '201325.522000', '201325.524000', '201325.527000', '201345.416000', '201345.420000', '201345.422000', '201345.436000', '201345.439000', '201345.441000', '201345.444000', '201345.447000', '201345.449000', '201345.452000', '201345.454000', '201345.457000', '201345.460000', '201345.462000', '201345.465000', '201345.467000', '201345.470000', '201345.472000', '201345.475000', '201345.478000', '201345.480000', '201345.483000', '201345.485000', '201345.488000', '201345.491000', '201345.493000', '201345.496000', '201345.498000', '201345.501000', '201345.504000', '201345.506000', '201345.509000', '201345.511000', '201345.514000', '201345.517000', '201345.519000', '201345.522000', '201345.524000', '201345.527000', '201345.530000', '201345.532000', '201345.535000', '201345.538000', '201405.417000', '201405.420000', '201405.423000', '201405.426000', '201405.428000', '201405.431000', '201405.433000', '201405.436000', '201405.439000', '201405.441000', '201405.444000', '201405.446000', '201405.449000', '201405.451000', '201405.454000', '201405.457000', '201405.459000', '201405.462000', '201405.464000', '201405.467000', '201405.469000', '201405.472000', '201405.474000', '201405.477000', '201405.480000', '201405.482000', '201405.485000', '201405.487000', '201405.490000', '201405.492000', '201405.495000', '201405.498000', '201405.500000', '201405.503000', '201405.505000', '201405.508000', '201405.510000', '201405.513000', '201405.516000', '201405.518000', '201405.521000', '201405.523000', '201405.526000', '201405.528000', '201425.418000', '201425.421000', '201425.423000', '201425.426000', '201425.428000', '201425.431000', '201425.434000', '201425.436000', '201425.439000', '201425.441000', '201425.444000', '201425.446000', '201425.449000', '201425.452000', '201425.454000', '201425.457000', '201425.459000', '201425.462000', '201425.465000', '201425.469000', '201425.471000', '201425.474000', '201425.477000', '201425.479000', '201425.482000', '201425.484000', '201425.487000', '201425.489000', '201425.492000', '201425.495000', '201425.497000', '201425.500000', '201425.502000', '201425.505000', '201425.507000', '201425.510000', '201425.513000', '201425.515000', '201425.518000', '201425.520000', '201425.523000', '201425.525000', '201425.528000', '201425.531000', '201445.418000', '201445.420000', '201445.423000', '201445.426000', '201445.428000', '201445.431000', '201445.433000', '201445.436000', '201445.439000', '201445.441000', '201445.444000', '201445.446000', '201445.449000', '201445.452000', '201445.454000', '201445.457000', '201445.459000', '201445.462000', '201445.464000', '201445.467000', '201445.470000', '201445.472000', '201445.475000', '201445.477000', '201445.480000', '201445.482000', '201445.485000', '201445.488000', '201445.490000', '201445.493000', '201445.495000', '201445.498000', '201445.501000', '201445.503000', '201445.506000', '201445.508000', '201445.511000', '201445.513000', '201445.516000', '201445.518000', '201445.521000', '201445.524000', '201445.526000', '201505.417000', '201505.420000', '201505.423000', '201505.425000', '201505.428000', '201505.431000', '201505.433000', '201505.436000', '201505.438000', '201505.441000', '201505.443000', '201505.446000', '201505.449000', '201505.458000', '201505.461000', '201505.463000', '201505.466000', '201505.469000', '201505.471000', '201505.474000', '201505.476000', '201505.479000', '201505.481000', '201505.484000', '201505.486000', '201505.489000', '201505.492000', '201505.494000', '201505.497000', '201505.499000', '201505.502000', '201505.504000', '201505.507000', '201505.510000', '201505.512000', '201505.515000', '201505.517000', '201505.520000', '201505.523000', '201505.525000', '201505.528000', '201505.530000', '201505.533000', '201505.535000', '201525.418000', '201525.420000', '201525.423000', '201525.426000', '201525.428000', '201525.431000', '201525.433000', '201525.436000', '201525.439000', '201525.441000', '201525.444000', '201525.446000', '201525.449000', '201525.452000', '201525.454000', '201525.457000', '201525.459000', '201525.462000', '201525.464000', '201525.467000', '201525.469000', '201525.472000', '201525.475000', '201525.477000', '201525.480000', '201525.482000', '201525.485000', '201525.488000', '201525.490000', '201525.493000', '201525.495000', '201525.498000', '201525.501000', '201525.503000', '201525.506000', '201525.508000', '201525.511000', '201525.514000', '201525.516000', '201525.519000', '201525.521000', '201525.524000', '201525.527000', '201533.388000', '201533.391000', '201533.394000', '201533.397000', '201533.400000', '201533.402000', '201533.405000', '201533.408000', '201533.411000', '201533.414000', '201533.417000', '201533.420000', '201533.423000', '201533.426000', '201533.429000', '201533.432000', '201533.436000', '201533.439000'], 'InstanceCreationTime': ['200845.446000', '200845.449000', '200845.452000', '200845.455000', '200845.457000', '200845.466000', '200845.469000', '200845.471000', '200845.474000', '200845.477000', '200845.484000', '200845.487000', '200845.489000', '200845.492000', '200845.495000', '200845.497000', '200845.500000', '200845.502000', '200845.505000', '200845.520000', '200845.523000', '200845.525000', '200845.528000', '200845.530000', '200845.533000', '200845.535000', '200905.416000', '200905.429000', '200905.431000', '200905.434000', '200905.445000', '200905.447000', '200905.450000', '200905.453000', '200905.455000', '200905.458000', '200905.460000', '200905.463000', '200905.465000', '200905.468000', '200905.470000', '200905.473000', '200905.475000', '200905.478000', '200905.480000', '200905.483000', '200905.485000', '200905.488000', '200905.490000', '200905.493000', '200905.495000', '200905.498000', '200905.501000', '200905.503000', '200905.506000', '200905.508000', '200905.511000', '200905.514000', '200905.516000', '200905.519000', '200905.521000', '200905.524000', '200905.526000', '200905.529000', '200905.532000', '200905.541000', '200905.544000', '200905.546000', '200905.549000', '200905.552000', '200925.418000', '200925.420000', '200925.423000', '200925.425000', '200925.428000', '200925.431000', '200925.433000', '200925.437000', '200925.439000', '200925.442000', '200925.445000', '200925.447000', '200925.450000', '200925.452000', '200925.455000', '200925.457000', '200925.460000', '200925.463000', '200925.465000', '200925.468000', '200925.470000', '200925.473000', '200925.475000', '200925.478000', '200925.480000', '200925.483000', '200925.485000', '200925.488000', '200925.491000', '200925.493000', '200925.496000', '200925.499000', '200925.501000', '200925.504000', '200925.506000', '200925.509000', '200925.511000', '200925.514000', '200925.516000', '200925.519000', '200925.521000', '200925.524000', '200925.527000', '200925.529000', '200945.417000', '200945.420000', '200945.423000', '200945.425000', '200945.428000', '200945.431000', '200945.433000', '200945.436000', '200945.438000', '200945.441000', '200945.444000', '200945.446000', '200945.449000', '200945.451000', '200945.454000', '200945.457000', '200945.459000', '200945.462000', '200945.464000', '200945.467000', '200945.469000', '200945.472000', '200945.475000', '200945.477000', '200945.480000', '200945.482000', '200945.485000', '200945.487000', '200945.490000', '200945.492000', '200945.495000', '200945.498000', '200945.500000', '200945.503000', '200945.505000', '200945.508000', '200945.510000', '200945.513000', '200945.515000', '200945.518000', '200945.520000', '200945.523000', '200945.526000', '201005.417000', '201005.420000', '201005.423000', '201005.425000', '201005.428000', '201005.430000', '201005.434000', '201005.437000', '201005.439000', '201005.442000', '201005.445000', '201005.448000', '201005.450000', '201005.453000', '201005.455000', '201005.458000', '201005.460000', '201005.463000', '201005.466000', '201005.468000', '201005.471000', '201005.473000', '201005.476000', '201005.478000', '201005.481000', '201005.483000', '201005.486000', '201005.488000', '201005.491000', '201005.494000', '201005.496000', '201005.499000', '201005.501000', '201005.504000', '201005.506000', '201005.509000', '201005.511000', '201005.514000', '201005.517000', '201005.519000', '201005.522000', '201005.524000', '201005.527000', '201025.418000', '201025.421000', '201025.423000', '201025.426000', '201025.429000', '201025.431000', '201025.434000', '201025.436000', '201025.439000', '201025.441000', '201025.444000', '201025.447000', '201025.449000', '201025.452000', '201025.454000', '201025.457000', '201025.459000', '201025.462000', '201025.465000', '201025.467000', '201025.470000', '201025.472000', '201025.475000', '201025.477000', '201025.480000', '201025.483000', '201025.485000', '201025.488000', '201025.490000', '201025.493000', '201025.495000', '201025.498000', '201025.501000', '201025.503000', '201025.506000', '201025.508000', '201025.511000', '201025.513000', '201025.516000', '201025.518000', '201025.521000', '201025.524000', '201025.526000', '201025.529000', '201045.418000', '201045.420000', '201045.423000', '201045.426000', '201045.428000', '201045.431000', '201045.433000', '201045.436000', '201045.438000', '201045.441000', '201045.444000', '201045.446000', '201045.449000', '201045.451000', '201045.454000', '201045.457000', '201045.459000', '201045.462000', '201045.464000', '201045.467000', '201045.469000', '201045.473000', '201045.477000', '201045.480000', '201045.483000', '201045.485000', '201045.488000', '201045.491000', '201045.493000', '201045.496000', '201045.498000', '201045.501000', '201045.503000', '201045.506000', '201045.509000', '201045.511000', '201045.514000', '201045.516000', '201045.519000', '201045.521000', '201045.524000', '201045.526000', '201045.529000', '201105.416000', '201105.419000', '201105.422000', '201105.424000', '201105.427000', '201105.429000', '201105.432000', '201105.435000', '201105.437000', '201105.440000', '201105.442000', '201105.445000', '201105.447000', '201105.450000', '201105.453000', '201105.455000', '201105.458000', '201105.460000', '201105.463000', '201105.466000', '201105.468000', '201105.471000', '201105.473000', '201105.476000', '201105.479000', '201105.481000', '201105.484000', '201105.486000', '201105.489000', '201105.491000', '201105.494000', '201105.496000', '201105.499000', '201105.501000', '201105.504000', '201105.507000', '201105.509000', '201105.512000', '201105.514000', '201105.517000', '201105.519000', '201105.522000', '201105.524000', '201105.527000', '201125.417000', '201125.419000', '201125.422000', '201125.425000', '201125.427000', '201125.430000', '201125.432000', '201125.435000', '201125.438000', '201125.440000', '201125.443000', '201125.445000', '201125.448000', '201125.451000', '201125.453000', '201125.456000', '201125.458000', '201125.461000', '201125.464000', '201125.466000', '201125.469000', '201125.471000', '201125.475000', '201125.478000', '201125.480000', '201125.483000', '201125.486000', '201125.488000', '201125.491000', '201125.493000', '201125.496000', '201125.499000', '201125.501000', '201125.504000', '201125.506000', '201125.509000', '201125.512000', '201125.514000', '201125.517000', '201125.520000', '201125.522000', '201125.525000', '201125.527000', '201145.418000', '201145.420000', '201145.423000', '201145.426000', '201145.428000', '201145.431000', '201145.434000', '201145.436000', '201145.439000', '201145.441000', '201145.444000', '201145.446000', '201145.449000', '201145.452000', '201145.454000', '201145.457000', '201145.459000', '201145.462000', '201145.464000', '201145.467000', '201145.470000', '201145.472000', '201145.475000', '201145.477000', '201145.480000', '201145.482000', '201145.485000', '201145.488000', '201145.490000', '201145.493000', '201145.495000', '201145.498000', '201145.501000', '201145.503000', '201145.506000', '201145.508000', '201145.511000', '201145.513000', '201145.516000', '201145.518000', '201145.521000', '201145.524000', '201145.526000', '201145.529000', '201205.418000', '201205.420000', '201205.423000', '201205.426000', '201205.428000', '201205.431000', '201205.433000', '201205.436000', '201205.438000', '201205.441000', '201205.444000', '201205.446000', '201205.449000', '201205.451000', '201205.454000', '201205.457000', '201205.459000', '201205.462000', '201205.464000', '201205.467000', '201205.469000', '201205.472000', '201205.475000', '201205.477000', '201205.480000', '201205.482000', '201205.485000', '201205.488000', '201205.490000', '201205.493000', '201205.495000', '201205.498000', '201205.500000', '201205.503000', '201205.505000', '201205.538000', '201205.541000', '201205.544000', '201205.546000', '201205.549000', '201205.552000', '201205.554000', '201205.557000', '201225.418000', '201225.420000', '201225.423000', '201225.426000', '201225.428000', '201225.431000', '201225.433000', '201225.436000', '201225.438000', '201225.441000', '201225.444000', '201225.446000', '201225.449000', '201225.451000', '201225.454000', '201225.456000', '201225.459000', '201225.462000', '201225.464000', '201225.467000', '201225.469000', '201225.472000', '201225.474000', '201225.477000', '201225.480000', '201225.482000', '201225.485000', '201225.488000', '201225.490000', '201225.493000', '201225.495000', '201225.498000', '201225.501000', '201225.503000', '201225.506000', '201225.508000', '201225.511000', '201225.514000', '201225.516000', '201225.519000', '201225.521000', '201225.524000', '201225.527000', '201225.529000', '201245.418000', '201245.420000', '201245.423000', '201245.426000', '201245.428000', '201245.431000', '201245.433000', '201245.436000', '201245.438000', '201245.441000', '201245.444000', '201245.446000', '201245.449000', '201245.451000', '201245.454000', '201245.456000', '201245.459000', '201245.462000', '201245.464000', '201245.474000', '201245.477000', '201245.479000', '201245.482000', '201245.485000', '201245.487000', '201245.490000', '201245.492000', '201245.495000', '201245.497000', '201245.500000', '201245.503000', '201245.505000', '201245.508000', '201245.511000', '201245.513000', '201245.516000', '201245.518000', '201245.521000', '201245.524000', '201245.526000', '201245.529000', '201245.531000', '201245.534000', '201305.417000', '201305.420000', '201305.423000', '201305.425000', '201305.428000', '201305.430000', '201305.433000', '201305.436000', '201305.438000', '201305.441000', '201305.443000', '201305.446000', '201305.448000', '201305.451000', '201305.453000', '201305.456000', '201305.459000', '201305.461000', '201305.464000', '201305.466000', '201305.469000', '201305.472000', '201305.474000', '201305.477000', '201305.480000', '201305.482000', '201305.485000', '201305.487000', '201305.490000', '201305.492000', '201305.495000', '201305.498000', '201305.500000', '201305.503000', '201305.505000', '201305.508000', '201305.511000', '201305.513000', '201305.516000', '201305.518000', '201305.521000', '201305.523000', '201305.526000', '201305.529000', '201325.417000', '201325.419000', '201325.422000', '201325.425000', '201325.427000', '201325.430000', '201325.433000', '201325.435000', '201325.438000', '201325.440000', '201325.443000', '201325.446000', '201325.448000', '201325.451000', '201325.453000', '201325.456000', '201325.459000', '201325.461000', '201325.464000', '201325.467000', '201325.469000', '201325.472000', '201325.474000', '201325.477000', '201325.480000', '201325.482000', '201325.485000', '201325.488000', '201325.490000', '201325.493000', '201325.496000', '201325.498000', '201325.501000', '201325.504000', '201325.506000', '201325.509000', '201325.511000', '201325.514000', '201325.516000', '201325.519000', '201325.522000', '201325.524000', '201325.527000', '201345.416000', '201345.420000', '201345.422000', '201345.436000', '201345.439000', '201345.441000', '201345.444000', '201345.447000', '201345.449000', '201345.452000', '201345.454000', '201345.457000', '201345.460000', '201345.462000', '201345.465000', '201345.467000', '201345.470000', '201345.472000', '201345.475000', '201345.478000', '201345.480000', '201345.483000', '201345.485000', '201345.488000', '201345.491000', '201345.493000', '201345.496000', '201345.498000', '201345.501000', '201345.504000', '201345.506000', '201345.509000', '201345.511000', '201345.514000', '201345.517000', '201345.519000', '201345.522000', '201345.524000', '201345.527000', '201345.530000', '201345.532000', '201345.535000', '201345.538000', '201405.417000', '201405.420000', '201405.423000', '201405.426000', '201405.428000', '201405.431000', '201405.433000', '201405.436000', '201405.439000', '201405.441000', '201405.444000', '201405.446000', '201405.449000', '201405.451000', '201405.454000', '201405.457000', '201405.459000', '201405.462000', '201405.464000', '201405.467000', '201405.469000', '201405.472000', '201405.474000', '201405.477000', '201405.480000', '201405.482000', '201405.485000', '201405.487000', '201405.490000', '201405.492000', '201405.495000', '201405.498000', '201405.500000', '201405.503000', '201405.505000', '201405.508000', '201405.510000', '201405.513000', '201405.516000', '201405.518000', '201405.521000', '201405.523000', '201405.526000', '201405.528000', '201425.418000', '201425.421000', '201425.423000', '201425.426000', '201425.428000', '201425.431000', '201425.434000', '201425.436000', '201425.439000', '201425.441000', '201425.444000', '201425.446000', '201425.449000', '201425.452000', '201425.454000', '201425.457000', '201425.459000', '201425.462000', '201425.465000', '201425.469000', '201425.471000', '201425.474000', '201425.477000', '201425.479000', '201425.482000', '201425.484000', '201425.487000', '201425.489000', '201425.492000', '201425.495000', '201425.497000', '201425.500000', '201425.502000', '201425.505000', '201425.507000', '201425.510000', '201425.513000', '201425.515000', '201425.518000', '201425.520000', '201425.523000', '201425.525000', '201425.528000', '201425.531000', '201445.418000', '201445.420000', '201445.423000', '201445.426000', '201445.428000', '201445.431000', '201445.433000', '201445.436000', '201445.439000', '201445.441000', '201445.444000', '201445.446000', '201445.449000', '201445.452000', '201445.454000', '201445.457000', '201445.459000', '201445.462000', '201445.464000', '201445.467000', '201445.470000', '201445.472000', '201445.475000', '201445.477000', '201445.480000', '201445.482000', '201445.485000', '201445.488000', '201445.490000', '201445.493000', '201445.495000', '201445.498000', '201445.501000', '201445.503000', '201445.506000', '201445.508000', '201445.511000', '201445.513000', '201445.516000', '201445.518000', '201445.521000', '201445.524000', '201445.526000', '201505.417000', '201505.420000', '201505.423000', '201505.425000', '201505.428000', '201505.431000', '201505.433000', '201505.436000', '201505.438000', '201505.441000', '201505.443000', '201505.446000', '201505.449000', '201505.458000', '201505.461000', '201505.463000', '201505.466000', '201505.469000', '201505.471000', '201505.474000', '201505.476000', '201505.479000', '201505.481000', '201505.484000', '201505.486000', '201505.489000', '201505.492000', '201505.494000', '201505.497000', '201505.499000', '201505.502000', '201505.504000', '201505.507000', '201505.510000', '201505.512000', '201505.515000', '201505.517000', '201505.520000', '201505.523000', '201505.525000', '201505.528000', '201505.530000', '201505.533000', '201505.535000', '201525.418000', '201525.420000', '201525.423000', '201525.426000', '201525.428000', '201525.431000', '201525.433000', '201525.436000', '201525.439000', '201525.441000', '201525.444000', '201525.446000', '201525.449000', '201525.452000', '201525.454000', '201525.457000', '201525.459000', '201525.462000', '201525.464000', '201525.467000', '201525.469000', '201525.472000', '201525.475000', '201525.477000', '201525.480000', '201525.482000', '201525.485000', '201525.488000', '201525.490000', '201525.493000', '201525.495000', '201525.498000', '201525.501000', '201525.503000', '201525.506000', '201525.508000', '201525.511000', '201525.514000', '201525.516000', '201525.519000', '201525.521000', '201525.524000', '201525.527000', '201533.388000', '201533.391000', '201533.394000', '201533.397000', '201533.400000', '201533.402000', '201533.405000', '201533.408000', '201533.411000', '201533.414000', '201533.417000', '201533.420000', '201533.423000', '201533.426000', '201533.429000', '201533.432000', '201533.436000', '201533.439000'], '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': [9578, 10875, 9333, 9436, 8783, 9325, 8628, 8777, 9347, 8349, 9233, 9495, 9225, 9009, 9390, 8718, 9281, 9476, 9358, 9055, 8684, 8959, 9538, 8454, 8379, 9445, 8658, 9106, 9374, 8622, 9403, 9511, 8857, 9269, 8463, 9010, 9651, 9388, 9652, 9391, 10620, 9515, 8483, 8759, 9682, 9267, 9108, 9372, 9863, 9156, 9504, 8457, 8786, 8974, 9546, 8853, 9392, 9248, 13060, 9815, 9323, 9963, 9378, 9560, 9395, 9299, 9216, 8813, 9307, 8224, 8851, 9781, 8663, 8681, 9528, 8943, 9478, 9643, 9283, 9536, 9538, 10193, 9497, 9510, 9417, 9368, 9239, 8694, 9346, 8660, 9043, 9757, 9251, 8861, 9264, 9185, 9382, 8847, 7362, 9531, 8432, 7247, 9437, 8984, 8329, 9499, 8609, 8897, 9704, 8307, 9341, 9622, 9304, 9386, 9163, 8598, 9287, 8414, 8785, 9623, 8729, 9186, 9601, 9404, 9515, 9466, 10430, 9273, 9477, 8954, 9348, 8374, 7725, 9472, 8947, 9158, 9728, 9471, 9061, 9440, 9225, 8350, 8774, 9488, 8692, 9691, 8386, 9887, 9912, 12179, 9012, 9718, 9401, 9038, 9671, 9414, 9327, 9595, 9715, 9459, 8422, 7838, 9489, 8498, 8915, 9694, 9090, 9177, 9556, 9267, 9154, 8208, 7321, 9598, 8097, 8636, 9596, 9283, 8899, 9075, 8993, 9381, 8487, 8720, 9595, 9330, 9013, 9546, 10294, 9567, 9572, 10448, 9396, 8470, 7569, 9329, 8541, 9062, 9657, 8978, 8546, 9498, 9144, 9064, 9511, 9622, 9564, 9342, 9079, 9323, 8625, 8875, 9621, 9138, 9191, 9371, 9886, 9315, 8269, 6692, 9444, 8371, 8538, 9483, 9602, 9410, 9612, 10356, 9218, 8501, 8148, 9556, 9408, 9351, 9656, 10122, 9237, 9465, 9747, 9492, 8572, 8807, 9659, 9185, 9655, 9562, 10194, 9428, 8774, 7929, 9387, 8634, 7917, 9520, 9248, 9172, 9548, 9352, 9132, 8572, 7177, 9502, 8748, 9000, 9436, 9422, 9452, 9563, 10820, 9464, 8654, 7769, 9645, 8573, 8816, 9701, 9226, 9538, 9601, 9599, 9220, 8573, 7863, 9544, 8384, 9050, 9368, 9558, 9415, 9365, 9776, 8565, 9019, 9691, 8714, 9196, 8256, 9594, 9544, 11568, 9629, 9572, 10428, 9318, 9524, 10163, 8964, 9414, 9146, 9172, 9183, 9462, 9090, 8401, 7916, 9376, 8633, 8638, 9471, 9363, 9080, 9197, 10297, 9224, 8227, 7575, 9316, 8284, 8273, 9318, 9399, 8847, 9702, 9508, 9219, 9197, 8537, 9146, 8095, 8471, 9340, 8677, 9237, 9285, 9365, 9255, 8562, 9472, 9489, 8653, 9007, 9472, 9659, 9339, 9723, 10110, 9525, 8639, 8160, 9375, 8364, 8644, 9578, 9415, 9366, 9210, 8295, 9385, 8573, 8743, 9298, 9307, 9217, 9286, 8588, 9357, 8254, 8226, 9098, 8588, 8062, 9109, 9521, 7446, 9139, 7100, 9068, 9352, 12541, 9195, 9439, 10690, 8745, 8748, 10025, 8895, 8398, 8199, 9100, 9039, 8687, 8957, 9597, 8966, 7903, 8171, 8957, 9022, 8362, 8948, 9355, 8971, 8246, 7056, 9142, 8644, 8004, 9183, 9442, 9073, 8251, 7779, 8968, 8568, 8679, 9169, 9407, 8959, 9238, 9374, 8928, 8037, 7381, 9269, 8566, 8753, 9513, 9460, 9023, 8191, 8619, 9210, 9689, 8975, 8387, 7247, 9194, 9370, 9092, 9549, 10566, 8981, 8158, 7884, 9244, 9068, 8885, 9250, 8369, 8952, 9127, 8569, 9264, 10086, 9097, 9273, 9464, 9130, 8389, 7658, 9126, 8456, 8658, 9516, 9830, 8917, 9460, 9417, 9252, 8287, 7047, 9265, 8675, 8804, 9341, 9563, 9104, 9268, 9729, 9156, 9292, 10156, 9223, 8287, 8701, 9566, 8810, 9156, 9208, 9296, 9149, 8423, 7740, 9328, 8533, 9038, 9267, 9548, 9409, 8412, 8696, 9533, 9234, 9262, 8576, 9647, 9585, 9069, 8635, 9254, 9611, 8813, 8145, 8211, 8321, 9300, 9192, 7670, 9057, 8523, 9172, 9240, 11800, 8801, 9128, 9658, 8726, 9177, 9632, 8629, 8893, 10489, 9006, 8465, 8189, 9333, 9203, 8415, 8899, 9478, 9000, 9253, 9633, 8937, 9110, 9031, 8908, 8006, 7896, 9106, 8357, 8255, 9235, 9193, 8825, 8076, 7751, 9266, 8997, 9070, 8181, 7658, 9244, 8968, 8089, 9126, 9235, 8901, 8086, 7978, 9043, 9853, 8401, 9485, 9799, 8512, 9223, 10634, 8991, 9520, 10836, 8988, 9379, 10493, 9016, 8300, 8837, 9148, 8572, 8566, 9302, 9342, 8714, 8960, 9178, 9055, 8158, 9162, 9533, 9263, 8928, 9135, 9603, 9177, 8151, 7438, 9420, 8098, 7955, 8816, 9016, 8943, 9312, 9530, 9321, 9429, 9631, 9039, 8987, 8957, 9472, 9728, 8896, 9559, 9718, 8981, 9387, 9421, 9333, 8445, 8694, 9405, 9227, 9024, 9342, 8591, 9371, 8408, 9041, 8896, 7724, 9517, 7336, 7713, 7953, 9243, 9245, 12490, 9179, 9086, 10345, 9184, 9044, 11906, 8381, 8550, 8208, 8803, 8996, 8475, 9243, 9697, 8595, 8997, 9492, 8872, 8064, 7372, 8988, 8519, 8054, 8718, 8799, 8697, 9084, 9348, 8881, 8864, 10081, 8783, 8050, 6650, 9052, 8034, 8436, 9475, 9353, 8589, 9364, 9224, 9159, 8474, 7809, 9225, 8868, 7652, 9347, 8405, 8529, 9373, 9654, 9128, 8605, 8999, 9210, 9056, 8354, 9159, 9287, 8668, 8742, 9778, 8946, 8246, 8066, 9090, 8722, 8269, 9275, 9310, 9004, 9249, 10600, 8893, 8447, 9663, 8935, 8404, 8484, 9187, 9373, 8991, 8757, 9331, 9041, 8959, 8606, 9252, 9321, 9088, 8993, 10333, 9155, 8404, 7479, 9369, 8260, 8254, 8928, 9275, 8706, 9275, 9229, 9147, 8107, 8050, 8936, 9442, 8998, 8355, 8672, 9159, 9100, 8970, 8277, 8022, 9532, 8978, 8743, 8922, 10265, 9257, 9334, 8436, 9142, 9296, 8514, 7818, 7987, 8513, 9651, 8872, 8266, 8744, 9151, 11171, 8669, 8883, 9032, 9018, 8460, 8692, 8618, 9933, 8141, 9021, 10173, 8691, 9159, 10305, 8530, 8836, 9845, 9057, 7918, 8233, 9270, 8698, 8183, 8621, 9629, 8660, 9090, 9554, 8801, 9095, 8821, 8716, 8854, 8050, 9361, 9290, 8602, 9295, 9751, 8990, 8099, 7617, 9232, 8140, 7788, 9196, 9320, 7736, 8247, 9776, 8065, 8337, 7374, 8427, 7783, 8312, 8378, 8316, 9112, 9225, 7813, 9182, 11588, 8356, 9020, 9691, 8332, 9893, 8972, 9707, 8190, 7716, 8256, 8164, 9221, 8565, 12036, 12673, 8671, 10070, 7948, 8309, 10290, 8673, 7948, 7697, 8637, 8342, 8657, 8897, 9575, 8731, 8190, 7521, 8687, 9085, 8896, 7930, 7794, 8868, 9350, 8471, 8312, 7835, 8703, 9010, 8397, 9162, 8800, 8588, 8575, 7916, 8842, 9307, 8483, 9101, 9731, 8582], 'WindowCenter': [3803.0, 3796.0, 3772.0, 3772.0, 3758.0, 3770.0, 3770.0, 3758.0, 3768.0, 3757.0, 3766.0, 3767.0, 3769.0, 3769.0, 3768.0, 3756.0, 3767.0, 3769.0, 3767.0, 3768.0, 3768.0, 3756.0, 3767.0, 3757.0, 3755.0, 3767.0, 3757.0, 3769.0, 3768.0, 3757.0, 3768.0, 3768.0, 3767.0, 3769.0, 3758.0, 3767.0, 3769.0, 3767.0, 3766.0, 3767.0, 3776.0, 3766.0, 3756.0, 3754.0, 3766.0, 3755.0, 3754.0, 3754.0, 3764.0, 3754.0, 3768.0, 3757.0, 3757.0, 3755.0, 3767.0, 3754.0, 3755.0, 3756.0, 3776.0, 3754.0, 3742.0, 3750.0, 3741.0, 3751.0, 3739.0, 3742.0, 3752.0, 3741.0, 3751.0, 3741.0, 3741.0, 3751.0, 3742.0, 3742.0, 3753.0, 3743.0, 3751.0, 3752.0, 3741.0, 3753.0, 3753.0, 3751.0, 3752.0, 3753.0, 3741.0, 3751.0, 3752.0, 3742.0, 3752.0, 3742.0, 3741.0, 3754.0, 3752.0, 3741.0, 3754.0, 3752.0, 3753.0, 3754.0, 3731.0, 3754.0, 3743.0, 3731.0, 3754.0, 3754.0, 3741.0, 3752.0, 3743.0, 3741.0, 3753.0, 3742.0, 3753.0, 3754.0, 3753.0, 3754.0, 3754.0, 3742.0, 3753.0, 3744.0, 3742.0, 3765.0, 3742.0, 3753.0, 3753.0, 3753.0, 3753.0, 3754.0, 3763.0, 3752.0, 3754.0, 3741.0, 3752.0, 3744.0, 3743.0, 3754.0, 3754.0, 3753.0, 3754.0, 3753.0, 3752.0, 3766.0, 3753.0, 3758.0, 3757.0, 3755.0, 3756.0, 3766.0, 3743.0, 3765.0, 3767.0, 3778.0, 3755.0, 3755.0, 3742.0, 3742.0, 3753.0, 3753.0, 3753.0, 3754.0, 3752.0, 3752.0, 3742.0, 3731.0, 3752.0, 3754.0, 3752.0, 3765.0, 3753.0, 3753.0, 3753.0, 3753.0, 3754.0, 3755.0, 3733.0, 3755.0, 3743.0, 3743.0, 3765.0, 3753.0, 3756.0, 3755.0, 3755.0, 3755.0, 3755.0, 3754.0, 3765.0, 3754.0, 3755.0, 3765.0, 3766.0, 3754.0, 3765.0, 3763.0, 3753.0, 3745.0, 3733.0, 3755.0, 3754.0, 3753.0, 3755.0, 3754.0, 3754.0, 3766.0, 3754.0, 3753.0, 3755.0, 3753.0, 3754.0, 3755.0, 3755.0, 3766.0, 3755.0, 3754.0, 3765.0, 3754.0, 3754.0, 3755.0, 3765.0, 3754.0, 3744.0, 3721.0, 3754.0, 3743.0, 3754.0, 3765.0, 3766.0, 3753.0, 3754.0, 3753.0, 3753.0, 3755.0, 3744.0, 3765.0, 3753.0, 3754.0, 3754.0, 3764.0, 3754.0, 3766.0, 3753.0, 3765.0, 3744.0, 3753.0, 3755.0, 3754.0, 3753.0, 3766.0, 3764.0, 3755.0, 3743.0, 3742.0, 3753.0, 3742.0, 3743.0, 3754.0, 3754.0, 3753.0, 3753.0, 3752.0, 3752.0, 3754.0, 3732.0, 3766.0, 3743.0, 3753.0, 3754.0, 3753.0, 3754.0, 3755.0, 3763.0, 3753.0, 3744.0, 3731.0, 3752.0, 3753.0, 3752.0, 3764.0, 3752.0, 3752.0, 3764.0, 3753.0, 3754.0, 3754.0, 3742.0, 3753.0, 3742.0, 3741.0, 3753.0, 3752.0, 3753.0, 3754.0, 3765.0, 3757.0, 3758.0, 3753.0, 3756.0, 3754.0, 3743.0, 3767.0, 3768.0, 3778.0, 3755.0, 3755.0, 3752.0, 3752.0, 3765.0, 3764.0, 3742.0, 3755.0, 3740.0, 3752.0, 3753.0, 3752.0, 3754.0, 3742.0, 3732.0, 3752.0, 3742.0, 3741.0, 3752.0, 3752.0, 3752.0, 3754.0, 3752.0, 3753.0, 3742.0, 3730.0, 3751.0, 3742.0, 3742.0, 3754.0, 3754.0, 3742.0, 3753.0, 3751.0, 3752.0, 3753.0, 3741.0, 3754.0, 3744.0, 3742.0, 3754.0, 3742.0, 3752.0, 3753.0, 3752.0, 3754.0, 3756.0, 3753.0, 3754.0, 3743.0, 3742.0, 3753.0, 3753.0, 3754.0, 3753.0, 3752.0, 3752.0, 3742.0, 3730.0, 3741.0, 3742.0, 3742.0, 3753.0, 3752.0, 3752.0, 3754.0, 3741.0, 3753.0, 3742.0, 3743.0, 3753.0, 3753.0, 3752.0, 3753.0, 3741.0, 3753.0, 3755.0, 3757.0, 3756.0, 3755.0, 3745.0, 3755.0, 3768.0, 3746.0, 3767.0, 3746.0, 3770.0, 3781.0, 3790.0, 3756.0, 3757.0, 3764.0, 3744.0, 3759.0, 3765.0, 3756.0, 3744.0, 3743.0, 3753.0, 3754.0, 3754.0, 3757.0, 3755.0, 3756.0, 3743.0, 3742.0, 3754.0, 3753.0, 3743.0, 3757.0, 3754.0, 3754.0, 3744.0, 3721.0, 3753.0, 3754.0, 3744.0, 3754.0, 3755.0, 3753.0, 3744.0, 3731.0, 3742.0, 3754.0, 3743.0, 3754.0, 3753.0, 3741.0, 3753.0, 3752.0, 3755.0, 3745.0, 3732.0, 3754.0, 3743.0, 3743.0, 3754.0, 3755.0, 3755.0, 3744.0, 3744.0, 3756.0, 3755.0, 3753.0, 3745.0, 3746.0, 3754.0, 3755.0, 3755.0, 3755.0, 3765.0, 3754.0, 3746.0, 3743.0, 3754.0, 3753.0, 3743.0, 3754.0, 3743.0, 3756.0, 3755.0, 3744.0, 3754.0, 3763.0, 3753.0, 3754.0, 3766.0, 3755.0, 3745.0, 3731.0, 3766.0, 3755.0, 3756.0, 3754.0, 3753.0, 3741.0, 3753.0, 3742.0, 3752.0, 3742.0, 3733.0, 3755.0, 3743.0, 3742.0, 3753.0, 3752.0, 3741.0, 3752.0, 3751.0, 3742.0, 3753.0, 3752.0, 3753.0, 3741.0, 3740.0, 3753.0, 3741.0, 3753.0, 3755.0, 3754.0, 3755.0, 3743.0, 3731.0, 3753.0, 3741.0, 3755.0, 3766.0, 3753.0, 3754.0, 3743.0, 3743.0, 3754.0, 3753.0, 3755.0, 3756.0, 3753.0, 3754.0, 3744.0, 3742.0, 3754.0, 3753.0, 3756.0, 3759.0, 3744.0, 3756.0, 3757.0, 3767.0, 3746.0, 3755.0, 3755.0, 3766.0, 3769.0, 3779.0, 3756.0, 3756.0, 3753.0, 3742.0, 3754.0, 3754.0, 3755.0, 3756.0, 3763.0, 3754.0, 3741.0, 3741.0, 3752.0, 3752.0, 3755.0, 3755.0, 3753.0, 3742.0, 3753.0, 3751.0, 3741.0, 3742.0, 3741.0, 3754.0, 3744.0, 3742.0, 3754.0, 3742.0, 3741.0, 3753.0, 3754.0, 3756.0, 3759.0, 3747.0, 3768.0, 3755.0, 3755.0, 3755.0, 3744.0, 3768.0, 3757.0, 3745.0, 3768.0, 3755.0, 3756.0, 3757.0, 3758.0, 3757.0, 3767.0, 3744.0, 3768.0, 3766.0, 3744.0, 3768.0, 3766.0, 3753.0, 3754.0, 3763.0, 3743.0, 3753.0, 3763.0, 3754.0, 3744.0, 3742.0, 3753.0, 3742.0, 3742.0, 3753.0, 3753.0, 3755.0, 3756.0, 3753.0, 3755.0, 3742.0, 3753.0, 3765.0, 3754.0, 3756.0, 3755.0, 3754.0, 3755.0, 3743.0, 3731.0, 3753.0, 3744.0, 3745.0, 3756.0, 3754.0, 3754.0, 3754.0, 3752.0, 3753.0, 3754.0, 3754.0, 3755.0, 3754.0, 3753.0, 3753.0, 3753.0, 3742.0, 3753.0, 3753.0, 3754.0, 3754.0, 3753.0, 3754.0, 3742.0, 3741.0, 3754.0, 3755.0, 3754.0, 3755.0, 3742.0, 3754.0, 3756.0, 3756.0, 3756.0, 3733.0, 3767.0, 3759.0, 3759.0, 3758.0, 3780.0, 3782.0, 3790.0, 3767.0, 3757.0, 3764.0, 3753.0, 3755.0, 3776.0, 3756.0, 3754.0, 3741.0, 3742.0, 3741.0, 3730.0, 3752.0, 3752.0, 3754.0, 3753.0, 3752.0, 3742.0, 3743.0, 3730.0, 3741.0, 3754.0, 3742.0, 3743.0, 3741.0, 3742.0, 3752.0, 3752.0, 3742.0, 3753.0, 3764.0, 3742.0, 3742.0, 3719.0, 3741.0, 3741.0, 3741.0, 3754.0, 3765.0, 3754.0, 3754.0, 3752.0, 3752.0, 3743.0, 3731.0, 3753.0, 3755.0, 3732.0, 3754.0, 3742.0, 3741.0, 3753.0, 3752.0, 3754.0, 3756.0, 3753.0, 3755.0, 3753.0, 3741.0, 3753.0, 3753.0, 3755.0, 3755.0, 3764.0, 3755.0, 3744.0, 3743.0, 3754.0, 3756.0, 3755.0, 3755.0, 3754.0, 3754.0, 3754.0, 3763.0, 3753.0, 3744.0, 3753.0, 3754.0, 3743.0, 3742.0, 3753.0, 3753.0, 3755.0, 3757.0, 3767.0, 3755.0, 3753.0, 3742.0, 3754.0, 3754.0, 3754.0, 3755.0, 3763.0, 3754.0, 3743.0, 3732.0, 3753.0, 3744.0, 3755.0, 3754.0, 3754.0, 3742.0, 3754.0, 3752.0, 3754.0, 3745.0, 3757.0, 3767.0, 3765.0, 3767.0, 3753.0, 3754.0, 3767.0, 3756.0, 3756.0, 3757.0, 3744.0, 3767.0, 3757.0, 3768.0, 3768.0, 3766.0, 3756.0, 3754.0, 3743.0, 3766.0, 3768.0, 3769.0, 3748.0, 3744.0, 3756.0, 3753.0, 3756.0, 3744.0, 3755.0, 3767.0, 3776.0, 3744.0, 3756.0, 3754.0, 3754.0, 3745.0, 3755.0, 3755.0, 3765.0, 3731.0, 3754.0, 3752.0, 3741.0, 3753.0, 3753.0, 3754.0, 3754.0, 3753.0, 3755.0, 3743.0, 3740.0, 3752.0, 3742.0, 3743.0, 3756.0, 3753.0, 3742.0, 3753.0, 3751.0, 3741.0, 3753.0, 3753.0, 3755.0, 3754.0, 3742.0, 3753.0, 3753.0, 3741.0, 3754.0, 3765.0, 3752.0, 3744.0, 3730.0, 3752.0, 3731.0, 3731.0, 3752.0, 3754.0, 3743.0, 3756.0, 3765.0, 3743.0, 3740.0, 3718.0, 3730.0, 3731.0, 3742.0, 3742.0, 3759.0, 3771.0, 3767.0, 3747.0, 3780.0, 3789.0, 3756.0, 3756.0, 3752.0, 3742.0, 3753.0, 3755.0, 3766.0, 3744.0, 3743.0, 3742.0, 3743.0, 3768.0, 3756.0, 3776.0, 3762.0, 3728.0, 3739.0, 3716.0, 3729.0, 3750.0, 3728.0, 3728.0, 3715.0, 3727.0, 3727.0, 3727.0, 3739.0, 3739.0, 3728.0, 3740.0, 3730.0, 3740.0, 3739.0, 3739.0, 3729.0, 3730.0, 3742.0, 3742.0, 3743.0, 3744.0, 3731.0, 3757.0, 3754.0, 3742.0, 3754.0, 3741.0, 3755.0, 3756.0, 3743.0, 3756.0, 3754.0, 3744.0, 3755.0, 3754.0, 3756.0], 'WindowWidth': [8552.0, 8527.0, 8488.0, 8484.0, 8460.0, 8478.0, 8477.0, 8457.0, 8474.0, 8457.0, 8467.0, 8469.0, 8474.0, 8473.0, 8472.0, 8452.0, 8469.0, 8473.0, 8468.0, 8471.0, 8473.0, 8454.0, 8469.0, 8456.0, 8451.0, 8470.0, 8457.0, 8476.0, 8474.0, 8456.0, 8472.0, 8474.0, 8468.0, 8477.0, 8461.0, 8469.0, 8474.0, 8469.0, 8467.0, 8470.0, 8480.0, 8468.0, 8453.0, 8448.0, 8465.0, 8450.0, 8445.0, 8446.0, 8461.0, 8447.0, 8472.0, 8454.0, 8452.0, 8449.0, 8467.0, 8445.0, 8449.0, 8452.0, 8481.0, 8444.0, 8425.0, 8432.0, 8421.0, 8435.0, 8417.0, 8425.0, 8438.0, 8421.0, 8436.0, 8423.0, 8422.0, 8436.0, 8427.0, 8426.0, 8442.0, 8427.0, 8437.0, 8440.0, 8423.0, 8440.0, 8441.0, 8436.0, 8439.0, 8442.0, 8422.0, 8436.0, 8440.0, 8427.0, 8439.0, 8427.0, 8423.0, 8444.0, 8439.0, 8424.0, 8445.0, 8440.0, 8441.0, 8445.0, 8410.0, 8443.0, 8430.0, 8410.0, 8444.0, 8445.0, 8424.0, 8440.0, 8428.0, 8424.0, 8441.0, 8428.0, 8442.0, 8446.0, 8442.0, 8445.0, 8447.0, 8425.0, 8442.0, 8433.0, 8428.0, 8461.0, 8427.0, 8441.0, 8444.0, 8443.0, 8442.0, 8445.0, 8457.0, 8440.0, 8444.0, 8423.0, 8439.0, 8431.0, 8430.0, 8446.0, 8445.0, 8442.0, 8446.0, 8442.0, 8440.0, 8463.0, 8444.0, 8458.0, 8452.0, 8448.0, 8452.0, 8464.0, 8430.0, 8461.0, 8467.0, 8485.0, 8447.0, 8448.0, 8426.0, 8424.0, 8440.0, 8440.0, 8443.0, 8444.0, 8439.0, 8439.0, 8427.0, 8410.0, 8440.0, 8446.0, 8441.0, 8460.0, 8442.0, 8441.0, 8443.0, 8441.0, 8447.0, 8448.0, 8417.0, 8447.0, 8430.0, 8428.0, 8461.0, 8444.0, 8450.0, 8451.0, 8449.0, 8450.0, 8449.0, 8445.0, 8462.0, 8446.0, 8449.0, 8463.0, 8463.0, 8444.0, 8462.0, 8456.0, 8442.0, 8435.0, 8417.0, 8448.0, 8445.0, 8442.0, 8447.0, 8447.0, 8445.0, 8463.0, 8445.0, 8441.0, 8448.0, 8443.0, 8444.0, 8450.0, 8449.0, 8464.0, 8450.0, 8445.0, 8462.0, 8448.0, 8445.0, 8448.0, 8462.0, 8445.0, 8433.0, 8399.0, 8444.0, 8431.0, 8447.0, 8461.0, 8467.0, 8443.0, 8445.0, 8442.0, 8442.0, 8449.0, 8432.0, 8460.0, 8443.0, 8445.0, 8446.0, 8458.0, 8444.0, 8464.0, 8444.0, 8461.0, 8431.0, 8441.0, 8446.0, 8446.0, 8443.0, 8463.0, 8459.0, 8446.0, 8429.0, 8425.0, 8441.0, 8427.0, 8427.0, 8445.0, 8445.0, 8442.0, 8442.0, 8440.0, 8440.0, 8446.0, 8416.0, 8464.0, 8431.0, 8442.0, 8446.0, 8443.0, 8445.0, 8448.0, 8457.0, 8441.0, 8432.0, 8409.0, 8440.0, 8444.0, 8441.0, 8460.0, 8440.0, 8441.0, 8459.0, 8442.0, 8446.0, 8446.0, 8426.0, 8441.0, 8426.0, 8424.0, 8441.0, 8440.0, 8443.0, 8445.0, 8460.0, 8454.0, 8455.0, 8440.0, 8453.0, 8446.0, 8430.0, 8466.0, 8470.0, 8488.0, 8447.0, 8446.0, 8440.0, 8437.0, 8462.0, 8459.0, 8426.0, 8446.0, 8419.0, 8439.0, 8441.0, 8439.0, 8444.0, 8428.0, 8411.0, 8440.0, 8426.0, 8422.0, 8438.0, 8438.0, 8440.0, 8444.0, 8438.0, 8440.0, 8425.0, 8406.0, 8436.0, 8425.0, 8426.0, 8445.0, 8444.0, 8425.0, 8442.0, 8436.0, 8438.0, 8442.0, 8424.0, 8445.0, 8433.0, 8427.0, 8444.0, 8427.0, 8440.0, 8443.0, 8441.0, 8444.0, 8451.0, 8443.0, 8444.0, 8428.0, 8425.0, 8441.0, 8441.0, 8442.0, 8442.0, 8438.0, 8437.0, 8427.0, 8406.0, 8421.0, 8426.0, 8427.0, 8442.0, 8439.0, 8439.0, 8444.0, 8423.0, 8440.0, 8427.0, 8428.0, 8442.0, 8442.0, 8439.0, 8441.0, 8422.0, 8442.0, 8451.0, 8458.0, 8453.0, 8450.0, 8435.0, 8447.0, 8471.0, 8438.0, 8468.0, 8441.0, 8478.0, 8495.0, 8504.0, 8451.0, 8453.0, 8458.0, 8431.0, 8459.0, 8461.0, 8451.0, 8430.0, 8425.0, 8441.0, 8444.0, 8443.0, 8453.0, 8447.0, 8451.0, 8429.0, 8426.0, 8444.0, 8442.0, 8427.0, 8452.0, 8447.0, 8446.0, 8431.0, 8395.0, 8441.0, 8446.0, 8433.0, 8445.0, 8447.0, 8442.0, 8431.0, 8409.0, 8426.0, 8447.0, 8428.0, 8444.0, 8441.0, 8423.0, 8440.0, 8440.0, 8448.0, 8435.0, 8412.0, 8444.0, 8428.0, 8427.0, 8444.0, 8446.0, 8448.0, 8433.0, 8430.0, 8451.0, 8445.0, 8441.0, 8434.0, 8438.0, 8447.0, 8448.0, 8447.0, 8447.0, 8460.0, 8446.0, 8437.0, 8430.0, 8446.0, 8442.0, 8427.0, 8445.0, 8428.0, 8450.0, 8449.0, 8430.0, 8446.0, 8456.0, 8440.0, 8446.0, 8466.0, 8447.0, 8436.0, 8411.0, 8465.0, 8452.0, 8451.0, 8445.0, 8442.0, 8424.0, 8442.0, 8424.0, 8438.0, 8425.0, 8415.0, 8447.0, 8429.0, 8426.0, 8443.0, 8439.0, 8423.0, 8440.0, 8437.0, 8424.0, 8442.0, 8438.0, 8441.0, 8424.0, 8420.0, 8440.0, 8423.0, 8441.0, 8446.0, 8444.0, 8445.0, 8429.0, 8410.0, 8441.0, 8425.0, 8451.0, 8464.0, 8443.0, 8446.0, 8429.0, 8427.0, 8444.0, 8443.0, 8449.0, 8452.0, 8442.0, 8444.0, 8430.0, 8425.0, 8444.0, 8443.0, 8453.0, 8463.0, 8434.0, 8452.0, 8454.0, 8465.0, 8440.0, 8449.0, 8447.0, 8464.0, 8473.0, 8490.0, 8449.0, 8449.0, 8442.0, 8425.0, 8443.0, 8444.0, 8450.0, 8451.0, 8456.0, 8443.0, 8425.0, 8421.0, 8439.0, 8439.0, 8450.0, 8449.0, 8441.0, 8426.0, 8442.0, 8436.0, 8423.0, 8426.0, 8421.0, 8445.0, 8432.0, 8426.0, 8444.0, 8426.0, 8423.0, 8443.0, 8445.0, 8452.0, 8463.0, 8443.0, 8471.0, 8448.0, 8447.0, 8448.0, 8432.0, 8470.0, 8456.0, 8436.0, 8469.0, 8447.0, 8450.0, 8456.0, 8459.0, 8455.0, 8469.0, 8433.0, 8469.0, 8465.0, 8431.0, 8470.0, 8464.0, 8442.0, 8446.0, 8453.0, 8427.0, 8441.0, 8454.0, 8444.0, 8434.0, 8427.0, 8441.0, 8425.0, 8425.0, 8442.0, 8442.0, 8449.0, 8452.0, 8443.0, 8449.0, 8428.0, 8441.0, 8462.0, 8445.0, 8452.0, 8450.0, 8445.0, 8447.0, 8431.0, 8409.0, 8441.0, 8430.0, 8434.0, 8449.0, 8446.0, 8444.0, 8446.0, 8440.0, 8441.0, 8445.0, 8447.0, 8448.0, 8445.0, 8441.0, 8443.0, 8441.0, 8425.0, 8442.0, 8444.0, 8445.0, 8447.0, 8442.0, 8443.0, 8426.0, 8424.0, 8444.0, 8449.0, 8446.0, 8447.0, 8424.0, 8445.0, 8454.0, 8451.0, 8452.0, 8416.0, 8466.0, 8463.0, 8463.0, 8459.0, 8493.0, 8500.0, 8507.0, 8467.0, 8454.0, 8456.0, 8442.0, 8447.0, 8478.0, 8451.0, 8447.0, 8423.0, 8425.0, 8423.0, 8406.0, 8438.0, 8439.0, 8448.0, 8443.0, 8438.0, 8426.0, 8427.0, 8407.0, 8423.0, 8446.0, 8428.0, 8430.0, 8423.0, 8424.0, 8440.0, 8439.0, 8426.0, 8443.0, 8458.0, 8426.0, 8426.0, 8390.0, 8423.0, 8425.0, 8423.0, 8445.0, 8465.0, 8445.0, 8447.0, 8437.0, 8439.0, 8428.0, 8410.0, 8440.0, 8448.0, 8415.0, 8445.0, 8426.0, 8423.0, 8441.0, 8441.0, 8445.0, 8453.0, 8444.0, 8446.0, 8442.0, 8423.0, 8443.0, 8443.0, 8450.0, 8450.0, 8457.0, 8449.0, 8432.0, 8427.0, 8446.0, 8454.0, 8450.0, 8450.0, 8445.0, 8445.0, 8447.0, 8456.0, 8442.0, 8434.0, 8446.0, 8446.0, 8429.0, 8425.0, 8444.0, 8442.0, 8448.0, 8457.0, 8467.0, 8449.0, 8444.0, 8426.0, 8444.0, 8444.0, 8445.0, 8450.0, 8456.0, 8443.0, 8430.0, 8413.0, 8441.0, 8433.0, 8449.0, 8446.0, 8444.0, 8427.0, 8445.0, 8440.0, 8444.0, 8439.0, 8456.0, 8470.0, 8464.0, 8469.0, 8446.0, 8446.0, 8468.0, 8453.0, 8454.0, 8454.0, 8432.0, 8465.0, 8455.0, 8471.0, 8472.0, 8465.0, 8451.0, 8447.0, 8430.0, 8466.0, 8472.0, 8476.0, 8447.0, 8433.0, 8449.0, 8440.0, 8450.0, 8432.0, 8450.0, 8467.0, 8480.0, 8432.0, 8453.0, 8443.0, 8445.0, 8434.0, 8449.0, 8450.0, 8462.0, 8410.0, 8444.0, 8439.0, 8420.0, 8440.0, 8441.0, 8446.0, 8445.0, 8441.0, 8446.0, 8428.0, 8420.0, 8437.0, 8426.0, 8430.0, 8450.0, 8442.0, 8424.0, 8442.0, 8435.0, 8422.0, 8440.0, 8445.0, 8448.0, 8445.0, 8427.0, 8440.0, 8440.0, 8420.0, 8444.0, 8463.0, 8440.0, 8431.0, 8407.0, 8438.0, 8412.0, 8409.0, 8440.0, 8448.0, 8433.0, 8455.0, 8461.0, 8430.0, 8421.0, 8386.0, 8405.0, 8408.0, 8428.0, 8427.0, 8463.0, 8483.0, 8468.0, 8441.0, 8493.0, 8503.0, 8452.0, 8451.0, 8439.0, 8427.0, 8445.0, 8449.0, 8465.0, 8432.0, 8429.0, 8425.0, 8430.0, 8473.0, 8452.0, 8480.0, 8452.0, 8399.0, 8414.0, 8378.0, 8400.0, 8433.0, 8399.0, 8400.0, 8378.0, 8395.0, 8397.0, 8395.0, 8414.0, 8416.0, 8398.0, 8421.0, 8406.0, 8419.0, 8415.0, 8417.0, 8405.0, 8406.0, 8425.0, 8424.0, 8427.0, 8432.0, 8409.0, 8454.0, 8445.0, 8424.0, 8443.0, 8423.0, 8447.0, 8452.0, 8430.0, 8450.0, 8444.0, 8432.0, 8446.0, 8447.0, 8452.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.004412283205268935</td></tr>
<tr><td colspan=3>aqi</td><td>0.02104012502744237</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.489613105505484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2069226101428563</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0734330610219787</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>4971.5581</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10965781720983797</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.476399560922063</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.66583978660015</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.493523031458869</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.057451927104666</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4465444012369155</td></tr>
<tr><td colspan=3>gcor</td><td>0.0074152</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00820580217987299</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028973117470741272</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.499473837626612</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>18.5847</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.551</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.1709</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302220.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.0737</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6397</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.4299</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2923.5308</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.1307</td></tr>
<tr><td colspan=3>tsnr</td><td>40.51280056126416</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>