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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-02_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-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-02_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-0066/ses-02/func/sub-0066_ses-02_task-faces_acq-mb8_run-02_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>7c9e3da316b37e6c98c38334e259e329</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>15:10:10.130000</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.999981, -0.00334158, 0.00509797, 0.00366507, 0.99789, -0.0648251]</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-02_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.117183</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7727, -7297, 425, -132, -72, 56, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b3acb5f0-32b4-4774-ad40-e89215213bcf||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.6828770637512207, 0.009833117946982384, 0.013150596059858799, 109.39604949951172], [0.008965208195149899, 2.6772656440734863, -0.17507508397102356, -84.59111022949219], [0.013677471317350864, 0.1739211082458496, 2.6942858695983887, -74.3005599975586], [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': ['151010.130000', '151010.590000', '151011.050000', '151011.510000', '151011.970000', '151012.430000', '151012.890000', '151013.350000', '151013.810000', '151014.270000', '151014.730000', '151015.190000', '151015.650000', '151016.110000', '151016.570000', '151017.030000', '151017.490000', '151017.950000', '151018.410000', '151018.870000', '151019.330000', '151019.790000', '151020.250000', '151020.710000', '151021.170000', '151021.630000', '151022.090000', '151022.550000', '151023.010000', '151023.470000', '151023.930000', '151024.390000', '151024.850000', '151025.310000', '151025.770000', '151026.230000', '151026.690000', '151027.150000', '151027.610000', '151028.070000', '151028.530000', '151028.990000', '151029.450000', '151029.910000', '151030.370000', '151030.830000', '151031.290000', '151031.750000', '151032.210000', '151032.670000', '151033.130000', '151033.590000', '151034.050000', '151034.510000', '151034.970000', '151035.430000', '151035.890000', '151036.350000', '151036.810000', '151037.270000', '151037.730000', '151038.190000', '151038.650000', '151039.110000', '151039.570000', '151040.030000', '151040.490000', '151040.950000', '151041.410000', '151041.870000', '151042.330000', '151042.790000', '151043.250000', '151043.710000', '151044.170000', '151044.630000', '151045.090000', '151045.550000', '151046.010000', '151046.470000', '151046.930000', '151047.390000', '151047.850000', '151048.310000', '151048.770000', '151049.230000', '151049.690000', '151050.150000', '151050.610000', '151051.070000', '151051.530000', '151051.990000', '151052.450000', '151052.910000', '151053.370000', '151053.830000', '151054.290000', '151054.750000', '151055.210000', '151055.670000', '151056.130000', '151056.590000', '151057.050000', '151057.510000', '151057.970000', '151058.430000', '151058.890000', '151059.350000', '151059.810000', '151100.270000', '151100.730000', '151101.190000', '151101.650000', '151102.110000', '151102.570000', '151103.030000', '151103.490000', '151103.950000', '151104.410000', '151104.870000', '151105.330000', '151105.790000', '151106.250000', '151106.710000', '151107.170000', '151107.630000', '151108.090000', '151108.550000', '151109.010000', '151109.470000', '151109.930000', '151110.390000', '151110.850000', '151111.310000', '151111.770000', '151112.230000', '151112.690000', '151113.150000', '151113.610000', '151114.070000', '151114.530000', '151114.990000', '151115.450000', '151115.910000', '151116.370000', '151116.830000', '151117.290000', '151117.750000', '151118.210000', '151118.670000', '151119.130000', '151119.590000', '151120.050000', '151120.510000', '151120.970000', '151121.430000', '151121.890000', '151122.350000', '151122.810000', '151123.270000', '151123.730000', '151124.190000', '151124.650000', '151125.110000', '151125.570000', '151126.030000', '151126.490000', '151126.950000', '151127.410000', '151127.870000', '151128.330000', '151128.790000', '151129.250000', '151129.710000', '151130.170000', '151130.630000', '151131.090000', '151131.550000', '151132.010000', '151132.470000', '151132.930000', '151133.390000', '151133.850000', '151134.310000', '151134.770000', '151135.230000', '151135.690000', '151136.150000', '151136.610000', '151137.070000', '151137.530000', '151137.990000', '151138.450000', '151138.910000', '151139.370000', '151139.830000', '151140.290000', '151140.750000', '151141.210000', '151141.670000', '151142.130000', '151142.590000', '151143.050000', '151143.510000', '151143.970000', '151144.430000', '151144.890000', '151145.350000', '151145.810000', '151146.270000', '151146.730000', '151147.190000', '151147.650000', '151148.110000', '151148.570000', '151149.030000', '151149.490000', '151149.950000', '151150.410000', '151150.870000', '151151.330000', '151151.790000', '151152.250000', '151152.710000', '151153.170000', '151153.630000', '151154.090000', '151154.550000', '151155.010000', '151155.470000', '151155.930000', '151156.390000', '151156.850000', '151157.310000', '151157.770000', '151158.230000', '151158.690000', '151159.150000', '151159.610000', '151200.070000', '151200.530000', '151200.990000', '151201.450000', '151201.910000', '151202.370000', '151202.830000', '151203.290000', '151203.750000', '151204.210000', '151204.670000', '151205.130000', '151205.590000', '151206.050000', '151206.510000', '151206.970000', '151207.430000', '151207.890000', '151208.350000', '151208.810000', '151209.270000', '151209.730000', '151210.190000', '151210.650000', '151211.110000', '151211.570000', '151212.030000', '151212.490000', '151212.950000', '151213.410000', '151213.870000', '151214.330000', '151214.790000', '151215.250000', '151215.710000', '151216.170000', '151216.630000', '151217.090000', '151217.550000', '151218.010000', '151218.470000', '151218.930000', '151219.390000', '151219.850000', '151220.310000', '151220.770000', '151221.230000', '151221.690000', '151222.150000', '151222.610000', '151223.070000', '151223.530000', '151223.990000', '151224.450000', '151224.910000', '151225.370000', '151225.830000', '151226.290000', '151226.750000', '151227.210000', '151227.670000', '151228.130000', '151228.590000', '151229.050000', '151229.510000', '151229.970000', '151230.430000', '151230.890000', '151231.350000', '151231.810000', '151232.270000', '151232.730000', '151233.190000', '151233.650000', '151234.110000', '151234.570000', '151235.030000', '151235.490000', '151235.950000', '151236.410000', '151236.870000', '151237.330000', '151237.790000', '151238.250000', '151238.710000', '151239.170000', '151239.630000', '151240.090000', '151240.550000', '151241.010000', '151241.470000', '151241.930000', '151242.390000', '151242.850000', '151243.310000', '151243.770000', '151244.230000', '151244.690000', '151245.150000', '151245.610000', '151246.070000', '151246.530000', '151246.990000', '151247.450000', '151247.910000', '151248.370000', '151248.830000', '151249.290000', '151249.750000', '151250.210000', '151250.670000', '151251.130000', '151251.590000', '151252.050000', '151252.510000', '151252.970000', '151253.430000', '151253.890000', '151254.350000', '151254.810000', '151255.270000', '151255.730000', '151256.190000', '151256.650000', '151257.110000', '151257.570000', '151258.030000', '151258.490000', '151258.950000', '151259.410000', '151259.870000', '151300.330000', '151300.790000', '151301.250000', '151301.710000', '151302.170000', '151302.630000', '151303.090000', '151303.550000', '151304.010000', '151304.470000', '151304.930000', '151305.390000', '151305.850000', '151306.310000', '151306.770000', '151307.230000', '151307.690000', '151308.150000', '151308.610000', '151309.070000', '151309.530000', '151309.990000', '151310.450000', '151310.910000', '151311.370000', '151311.830000', '151312.290000', '151312.750000', '151313.210000', '151313.670000', '151314.130000', '151314.590000', '151315.050000', '151315.510000', '151315.970000', '151316.430000', '151316.890000', '151317.350000', '151317.810000', '151318.270000', '151318.730000', '151319.190000', '151319.650000', '151320.110000', '151320.570000', '151321.030000', '151321.490000', '151321.950000', '151322.410000', '151322.870000', '151323.330000', '151323.790000', '151324.250000', '151324.710000', '151325.170000', '151325.630000', '151326.090000', '151326.550000', '151327.010000', '151327.470000', '151327.930000', '151328.390000', '151328.850000', '151329.310000', '151329.770000', '151330.230000', '151330.690000', '151331.150000', '151331.610000', '151332.070000', '151332.530000', '151332.990000', '151333.450000', '151333.910000', '151334.370000', '151334.830000', '151335.290000', '151335.750000', '151336.210000', '151336.670000', '151337.130000', '151337.590000', '151338.050000', '151338.510000', '151338.970000', '151339.430000', '151339.890000', '151340.350000', '151340.810000', '151341.270000', '151341.730000', '151342.190000', '151342.650000', '151343.110000', '151343.570000', '151344.030000', '151344.490000', '151344.950000', '151345.410000', '151345.870000', '151346.330000', '151346.790000', '151347.250000', '151347.710000', '151348.170000', '151348.630000', '151349.090000', '151349.550000', '151350.010000', '151350.470000', '151350.930000', '151351.390000', '151351.850000', '151352.310000', '151352.770000', '151353.230000', '151353.690000', '151354.150000', '151354.610000', '151355.070000', '151355.530000', '151355.990000', '151356.450000', '151356.910000', '151357.370000', '151357.830000', '151358.290000', '151358.750000', '151359.210000', '151359.670000', '151400.130000', '151400.590000', '151401.050000', '151401.510000', '151401.970000', '151402.430000', '151402.890000', '151403.350000', '151403.810000', '151404.270000', '151404.730000', '151405.190000', '151405.650000', '151406.110000', '151406.570000', '151407.030000', '151407.490000', '151407.950000', '151408.410000', '151408.870000', '151409.330000', '151409.790000', '151410.250000', '151410.710000', '151411.170000', '151411.630000', '151412.090000', '151412.550000', '151413.010000', '151413.470000', '151413.930000', '151414.390000', '151414.850000', '151415.310000', '151415.770000', '151416.230000', '151416.690000', '151417.150000', '151417.610000', '151418.070000', '151418.530000', '151418.990000', '151419.450000', '151419.910000', '151420.370000', '151420.830000', '151421.290000', '151421.750000', '151422.210000', '151422.670000', '151423.130000', '151423.590000', '151424.050000', '151424.510000', '151424.970000', '151425.430000', '151425.890000', '151426.350000', '151426.810000', '151427.270000', '151427.730000', '151428.190000', '151428.650000', '151429.110000', '151429.570000', '151430.030000', '151430.490000', '151430.950000', '151431.410000', '151431.870000', '151432.330000', '151432.790000', '151433.250000', '151433.710000', '151434.170000', '151434.630000', '151435.090000', '151435.550000', '151436.010000', '151436.470000', '151436.930000', '151437.390000', '151437.850000', '151438.310000', '151438.770000', '151439.230000', '151439.690000', '151440.150000', '151440.610000', '151441.070000', '151441.530000', '151441.990000', '151442.450000', '151442.910000', '151443.370000', '151443.830000', '151444.290000', '151444.750000', '151445.210000', '151445.670000', '151446.130000', '151446.590000', '151447.050000', '151447.510000', '151447.970000', '151448.430000', '151448.890000', '151449.350000', '151449.810000', '151450.270000', '151450.730000', '151451.190000', '151451.650000', '151452.110000', '151452.570000', '151453.030000', '151453.490000', '151453.950000', '151454.410000', '151454.870000', '151455.330000', '151455.790000', '151456.250000', '151456.710000', '151457.170000', '151457.630000', '151458.090000', '151458.550000', '151459.010000', '151459.470000', '151459.930000', '151500.390000', '151500.850000', '151501.310000', '151501.770000', '151502.230000', '151502.690000', '151503.150000', '151503.610000', '151504.070000', '151504.530000', '151504.990000', '151505.450000', '151505.910000', '151506.370000', '151506.830000', '151507.290000', '151507.750000', '151508.210000', '151508.670000', '151509.130000', '151509.590000', '151510.050000', '151510.510000', '151510.970000', '151511.430000', '151511.890000', '151512.350000', '151512.810000', '151513.270000', '151513.730000', '151514.190000', '151514.650000', '151515.110000', '151515.570000', '151516.030000', '151516.490000', '151516.950000', '151517.410000', '151517.870000', '151518.330000', '151518.790000', '151519.250000', '151519.710000', '151520.170000', '151520.630000', '151521.090000', '151521.550000', '151522.010000', '151522.470000', '151522.930000', '151523.390000', '151523.850000', '151524.310000', '151524.770000', '151525.230000', '151525.690000', '151526.150000', '151526.610000', '151527.070000', '151527.530000', '151527.990000', '151528.450000', '151528.910000', '151529.370000', '151529.830000', '151530.290000', '151530.750000', '151531.210000', '151531.670000', '151532.130000', '151532.590000', '151533.050000', '151533.510000', '151533.970000', '151534.430000', '151534.890000', '151535.350000', '151535.810000', '151536.270000', '151536.730000', '151537.190000', '151537.650000', '151538.110000', '151538.570000', '151539.030000', '151539.490000', '151539.950000', '151540.410000', '151540.870000', '151541.330000', '151541.790000', '151542.250000', '151542.710000', '151543.170000', '151543.630000', '151544.090000', '151544.550000', '151545.010000', '151545.470000', '151545.930000', '151546.390000', '151546.850000', '151547.310000', '151547.770000', '151548.230000', '151548.690000', '151549.150000', '151549.610000', '151550.070000', '151550.530000', '151550.990000', '151551.450000', '151551.910000', '151552.370000', '151552.830000', '151553.290000', '151553.750000', '151554.210000', '151554.670000', '151555.130000', '151555.590000', '151556.050000', '151556.510000', '151556.970000', '151557.430000', '151557.890000', '151558.350000', '151558.810000', '151559.270000', '151559.730000', '151600.190000', '151600.650000', '151601.110000', '151601.570000', '151602.030000', '151602.490000', '151602.950000', '151603.410000', '151603.870000', '151604.330000', '151604.790000', '151605.250000', '151605.710000', '151606.170000', '151606.630000', '151607.090000', '151607.550000', '151608.010000', '151608.470000', '151608.930000', '151609.390000', '151609.850000', '151610.310000', '151610.770000', '151611.230000', '151611.690000', '151612.150000', '151612.610000', '151613.070000', '151613.530000', '151613.990000', '151614.450000', '151614.910000', '151615.370000', '151615.830000', '151616.290000', '151616.750000', '151617.210000', '151617.670000', '151618.130000', '151618.590000', '151619.050000', '151619.510000', '151619.970000', '151620.430000', '151620.890000', '151621.350000', '151621.810000', '151622.270000', '151622.730000', '151623.190000', '151623.650000', '151624.110000', '151624.570000', '151625.030000', '151625.490000', '151625.950000', '151626.410000', '151626.870000', '151627.330000', '151627.790000', '151628.250000', '151628.710000', '151629.170000', '151629.630000', '151630.090000', '151630.550000', '151631.010000', '151631.470000', '151631.930000', '151632.390000', '151632.850000', '151633.310000', '151633.770000', '151634.230000', '151634.690000', '151635.150000', '151635.610000', '151636.070000', '151636.530000', '151636.990000', '151637.450000', '151637.910000', '151638.370000', '151638.830000', '151639.290000', '151639.750000', '151640.210000', '151640.670000', '151641.130000', '151641.590000', '151642.050000', '151642.510000', '151642.970000', '151643.430000', '151643.890000', '151644.350000', '151644.810000', '151645.270000', '151645.730000', '151646.190000', '151646.650000', '151647.110000', '151647.570000', '151648.030000', '151648.490000', '151648.950000', '151649.410000', '151649.870000', '151650.330000', '151650.790000', '151651.250000', '151651.710000', '151652.170000', '151652.630000', '151653.090000', '151653.550000', '151654.010000', '151654.470000', '151654.930000', '151655.390000', '151655.850000', '151656.310000', '151656.770000', '151657.230000', '151657.690000', '151658.150000', '151658.610000', '151659.070000', '151659.530000', '151659.990000', '151700.450000', '151700.910000', '151701.370000', '151701.830000', '151702.290000', '151702.750000', '151703.210000', '151703.670000', '151704.130000', '151704.590000', '151705.050000', '151705.510000', '151705.970000', '151706.430000', '151706.890000', '151707.350000', '151707.810000', '151708.270000', '151708.730000', '151709.190000', '151709.650000', '151710.110000'], 'ContentTime': ['151029.640000', '151029.643000', '151029.646000', '151029.648000', '151029.651000', '151029.654000', '151029.656000', '151029.659000', '151029.662000', '151029.664000', '151029.667000', '151029.669000', '151029.672000', '151029.675000', '151029.677000', '151029.687000', '151029.690000', '151029.692000', '151029.695000', '151029.698000', '151029.700000', '151029.709000', '151029.711000', '151029.714000', '151029.717000', '151029.719000', '151029.722000', '151029.725000', '151029.727000', '151029.730000', '151029.732000', '151029.735000', '151029.738000', '151029.740000', '151029.743000', '151029.746000', '151029.748000', '151029.751000', '151029.754000', '151029.756000', '151029.759000', '151049.611000', '151049.614000', '151049.617000', '151049.620000', '151049.622000', '151049.625000', '151049.627000', '151049.630000', '151049.633000', '151049.635000', '151049.638000', '151049.641000', '151049.643000', '151049.646000', '151049.663000', '151049.665000', '151049.668000', '151049.671000', '151049.674000', '151049.677000', '151049.680000', '151049.683000', '151049.686000', '151049.689000', '151049.691000', '151049.694000', '151049.697000', '151049.699000', '151049.702000', '151049.705000', '151049.707000', '151049.710000', '151049.712000', '151049.715000', '151049.718000', '151049.720000', '151049.723000', '151049.726000', '151049.728000', '151049.731000', '151049.734000', '151049.736000', '151049.739000', '151109.610000', '151109.613000', '151109.616000', '151109.618000', '151109.621000', '151109.624000', '151109.626000', '151109.629000', '151109.632000', '151109.635000', '151109.637000', '151109.640000', '151109.642000', '151109.645000', '151109.648000', '151109.650000', '151109.653000', '151109.655000', '151109.658000', '151109.661000', '151109.663000', '151109.666000', '151109.668000', '151109.671000', '151109.674000', '151109.676000', '151109.679000', '151109.681000', '151109.684000', '151109.687000', '151109.689000', '151109.692000', '151109.695000', '151109.697000', '151109.700000', '151109.702000', '151109.705000', '151109.708000', '151109.710000', '151109.713000', '151109.715000', '151109.718000', '151109.726000', '151109.728000', '151129.612000', '151129.614000', '151129.617000', '151129.620000', '151129.622000', '151129.625000', '151129.628000', '151129.630000', '151129.633000', '151129.636000', '151129.638000', '151129.641000', '151129.644000', '151129.646000', '151129.649000', '151129.652000', '151129.654000', '151129.657000', '151129.659000', '151129.662000', '151129.665000', '151129.667000', '151129.670000', '151129.673000', '151129.675000', '151129.678000', '151129.680000', '151129.683000', '151129.686000', '151129.688000', '151129.691000', '151129.694000', '151129.696000', '151129.699000', '151129.702000', '151129.704000', '151129.707000', '151129.716000', '151129.719000', '151129.721000', '151129.724000', '151129.727000', '151129.729000', '151149.611000', '151149.614000', '151149.617000', '151149.620000', '151149.623000', '151149.625000', '151149.628000', '151149.630000', '151149.633000', '151149.636000', '151149.638000', '151149.641000', '151149.644000', '151149.646000', '151149.649000', '151149.652000', '151149.654000', '151149.657000', '151149.660000', '151149.662000', '151149.665000', '151149.668000', '151149.670000', '151149.673000', '151149.676000', '151149.678000', '151149.681000', '151149.684000', '151149.686000', '151149.689000', '151149.691000', '151149.694000', '151149.697000', '151149.699000', '151149.702000', '151149.705000', '151149.707000', '151149.710000', '151149.713000', '151149.715000', '151149.718000', '151149.721000', '151149.723000', '151149.726000', '151209.611000', '151209.615000', '151209.617000', '151209.620000', '151209.623000', '151209.625000', '151209.628000', '151209.630000', '151209.633000', '151209.636000', '151209.638000', '151209.641000', '151209.644000', '151209.646000', '151209.649000', '151209.652000', '151209.654000', '151209.657000', '151209.660000', '151209.662000', '151209.665000', '151209.668000', '151209.670000', '151209.673000', '151209.675000', '151209.678000', '151209.681000', '151209.683000', '151209.686000', '151209.689000', '151209.691000', '151209.694000', '151209.697000', '151209.699000', '151209.702000', '151209.705000', '151209.707000', '151209.710000', '151209.712000', '151209.715000', '151209.718000', '151209.721000', '151209.723000', '151229.612000', '151229.615000', '151229.617000', '151229.620000', '151229.623000', '151229.625000', '151229.628000', '151229.630000', '151229.633000', '151229.636000', '151229.660000', '151229.663000', '151229.665000', '151229.668000', '151229.671000', '151229.673000', '151229.676000', '151229.678000', '151229.681000', '151229.684000', '151229.686000', '151229.689000', '151229.692000', '151229.694000', '151229.697000', '151229.699000', '151229.702000', '151229.705000', '151229.707000', '151229.710000', '151229.713000', '151229.715000', '151229.718000', '151229.721000', '151229.723000', '151229.726000', '151229.728000', '151229.731000', '151229.734000', '151229.737000', '151229.739000', '151229.742000', '151229.744000', '151229.747000', '151249.611000', '151249.614000', '151249.617000', '151249.619000', '151249.622000', '151249.625000', '151249.628000', '151249.630000', '151249.633000', '151249.636000', '151249.638000', '151249.641000', '151249.643000', '151249.646000', '151249.649000', '151249.651000', '151249.654000', '151249.657000', '151249.659000', '151249.662000', '151249.665000', '151249.667000', '151249.670000', '151249.672000', '151249.675000', '151249.678000', '151249.680000', '151249.683000', '151249.685000', '151249.688000', '151249.691000', '151249.693000', '151249.696000', '151249.699000', '151249.701000', '151249.704000', '151249.707000', '151249.709000', '151249.712000', '151249.715000', '151249.717000', '151249.720000', '151249.723000', '151309.611000', '151309.614000', '151309.617000', '151309.620000', '151309.622000', '151309.625000', '151309.627000', '151309.630000', '151309.633000', '151309.635000', '151309.638000', '151309.641000', '151309.643000', '151309.646000', '151309.649000', '151309.651000', '151309.654000', '151309.657000', '151309.659000', '151309.662000', '151309.664000', '151309.667000', '151309.670000', '151309.672000', '151309.675000', '151309.678000', '151309.680000', '151309.683000', '151309.686000', '151309.688000', '151309.691000', '151309.694000', '151309.696000', '151309.699000', '151309.702000', '151309.704000', '151309.707000', '151309.710000', '151309.712000', '151309.715000', '151309.717000', '151309.720000', '151309.723000', '151309.725000', '151329.611000', '151329.613000', '151329.616000', '151329.619000', '151329.622000', '151329.624000', '151329.627000', '151329.630000', '151329.632000', '151329.635000', '151329.637000', '151329.640000', '151329.643000', '151329.645000', '151329.648000', '151329.651000', '151329.653000', '151329.656000', '151329.658000', '151329.661000', '151329.664000', '151329.666000', '151329.669000', '151329.672000', '151329.674000', '151329.677000', '151329.680000', '151329.682000', '151329.685000', '151329.688000', '151329.690000', '151329.693000', '151329.696000', '151329.698000', '151329.701000', '151329.704000', '151329.706000', '151329.709000', '151329.711000', '151329.714000', '151329.717000', '151329.719000', '151329.722000', '151349.612000', '151349.614000', '151349.617000', '151349.620000', '151349.623000', '151349.625000', '151349.628000', '151349.631000', '151349.633000', '151349.636000', '151349.639000', '151349.641000', '151349.644000', '151349.647000', '151349.649000', '151349.652000', '151349.655000', '151349.657000', '151349.660000', '151349.663000', '151349.665000', '151349.668000', '151349.671000', '151349.673000', '151349.676000', '151349.679000', '151349.681000', '151349.684000', '151349.687000', '151349.689000', '151349.692000', '151349.695000', '151349.697000', '151349.700000', '151349.703000', '151349.708000', '151349.711000', '151349.713000', '151349.716000', '151349.719000', '151349.721000', '151349.724000', '151349.727000', '151349.729000', '151409.612000', '151409.614000', '151409.618000', '151409.621000', '151409.623000', '151409.654000', '151409.657000', '151409.660000', '151409.662000', '151409.665000', '151409.668000', '151409.671000', '151409.673000', '151409.676000', '151409.679000', '151409.681000', '151409.684000', '151409.687000', '151409.689000', '151409.692000', '151409.695000', '151409.697000', '151409.700000', '151409.703000', '151409.705000', '151409.708000', '151409.711000', '151409.713000', '151409.716000', '151409.718000', '151409.721000', '151409.724000', '151409.726000', '151409.729000', '151409.732000', '151409.734000', '151409.737000', '151409.739000', '151409.742000', '151409.745000', '151409.747000', '151409.750000', '151409.753000', '151429.612000', '151429.615000', '151429.618000', '151429.620000', '151429.623000', '151429.626000', '151429.629000', '151429.632000', '151429.634000', '151429.637000', '151429.639000', '151429.642000', '151429.645000', '151429.647000', '151429.650000', '151429.653000', '151429.655000', '151429.658000', '151429.661000', '151429.663000', '151429.666000', '151429.669000', '151429.671000', '151429.674000', '151429.677000', '151429.679000', '151429.682000', '151429.685000', '151429.687000', '151429.690000', '151429.693000', '151429.695000', '151429.698000', '151429.701000', '151429.703000', '151429.706000', '151429.708000', '151429.711000', '151429.714000', '151429.716000', '151429.719000', '151429.722000', '151429.724000', '151449.612000', '151449.614000', '151449.618000', '151449.620000', '151449.623000', '151449.626000', '151449.629000', '151449.631000', '151449.634000', '151449.636000', '151449.639000', '151449.642000', '151449.645000', '151449.647000', '151449.650000', '151449.652000', '151449.655000', '151449.658000', '151449.660000', '151449.663000', '151449.666000', '151449.668000', '151449.671000', '151449.674000', '151449.676000', '151449.679000', '151449.682000', '151449.684000', '151449.687000', '151449.690000', '151449.692000', '151449.695000', '151449.698000', '151449.700000', '151449.703000', '151449.706000', '151449.708000', '151449.711000', '151449.714000', '151449.716000', '151449.719000', '151449.722000', '151449.724000', '151449.727000', '151509.611000', '151509.616000', '151509.619000', '151509.622000', '151509.624000', '151509.627000', '151509.630000', '151509.632000', '151509.635000', '151509.638000', '151509.640000', '151509.643000', '151509.646000', '151509.648000', '151509.651000', '151509.654000', '151509.656000', '151509.659000', '151509.662000', '151509.664000', '151509.667000', '151509.669000', '151509.672000', '151509.675000', '151509.677000', '151509.680000', '151509.683000', '151509.686000', '151509.688000', '151509.691000', '151509.694000', '151509.696000', '151509.699000', '151509.701000', '151509.704000', '151509.707000', '151509.709000', '151509.712000', '151509.715000', '151509.717000', '151509.720000', '151509.722000', '151509.725000', '151529.612000', '151529.615000', '151529.618000', '151529.620000', '151529.623000', '151529.626000', '151529.629000', '151529.631000', '151529.634000', '151529.637000', '151529.639000', '151529.642000', '151529.645000', '151529.648000', '151529.650000', '151529.653000', '151529.655000', '151529.667000', '151529.669000', '151529.672000', '151529.675000', '151529.677000', '151529.680000', '151529.682000', '151529.685000', '151529.688000', '151529.690000', '151529.693000', '151529.696000', '151529.698000', '151529.701000', '151529.704000', '151529.706000', '151529.709000', '151529.712000', '151529.714000', '151529.717000', '151529.720000', '151529.722000', '151529.725000', '151529.728000', '151529.730000', '151529.733000', '151529.735000', '151549.611000', '151549.614000', '151549.616000', '151549.619000', '151549.622000', '151549.624000', '151549.627000', '151549.630000', '151549.632000', '151549.635000', '151549.638000', '151549.640000', '151549.643000', '151549.646000', '151549.648000', '151549.651000', '151549.654000', '151549.656000', '151549.659000', '151549.662000', '151549.664000', '151549.667000', '151549.669000', '151549.672000', '151549.675000', '151549.677000', '151549.680000', '151549.683000', '151549.686000', '151549.688000', '151549.691000', '151549.694000', '151549.697000', '151549.700000', '151549.702000', '151549.705000', '151549.708000', '151549.710000', '151549.713000', '151549.716000', '151549.718000', '151549.723000', '151549.725000', '151609.612000', '151609.615000', '151609.617000', '151609.620000', '151609.623000', '151609.625000', '151609.628000', '151609.630000', '151609.633000', '151609.636000', '151609.638000', '151609.641000', '151609.643000', '151609.646000', '151609.649000', '151609.651000', '151609.654000', '151609.657000', '151609.659000', '151609.662000', '151609.665000', '151609.667000', '151609.670000', '151609.672000', '151609.675000', '151609.678000', '151609.680000', '151609.683000', '151609.685000', '151609.688000', '151609.691000', '151609.693000', '151609.696000', '151609.699000', '151609.701000', '151609.704000', '151609.707000', '151609.709000', '151609.712000', '151609.714000', '151609.717000', '151609.720000', '151609.722000', '151609.725000', '151629.611000', '151629.614000', '151629.617000', '151629.620000', '151629.623000', '151629.625000', '151629.628000', '151629.630000', '151629.633000', '151629.636000', '151629.638000', '151629.641000', '151629.644000', '151629.646000', '151629.649000', '151629.652000', '151629.656000', '151629.658000', '151629.661000', '151629.663000', '151629.666000', '151629.669000', '151629.671000', '151629.674000', '151629.677000', '151629.679000', '151629.682000', '151629.685000', '151629.687000', '151629.690000', '151629.693000', '151629.695000', '151629.698000', '151629.701000', '151629.703000', '151629.706000', '151629.709000', '151629.711000', '151629.714000', '151629.716000', '151629.719000', '151629.722000', '151629.724000', '151649.612000', '151649.615000', '151649.617000', '151649.620000', '151649.623000', '151649.626000', '151649.628000', '151649.631000', '151649.634000', '151649.637000', '151649.639000', '151649.642000', '151649.645000', '151649.648000', '151649.650000', '151649.653000', '151649.656000', '151649.658000', '151649.661000', '151649.664000', '151649.666000', '151649.669000', '151649.671000', '151649.674000', '151649.677000', '151649.680000', '151649.682000', '151649.685000', '151649.705000', '151649.708000', '151649.711000', '151649.713000', '151649.716000', '151649.719000', '151649.721000', '151649.724000', '151649.726000', '151649.729000', '151649.732000', '151649.734000', '151649.737000', '151649.740000', '151649.742000', '151649.745000', '151709.611000', '151709.615000', '151709.617000', '151709.620000', '151709.622000', '151709.625000', '151709.628000', '151709.631000', '151709.633000', '151709.636000', '151709.639000', '151709.641000', '151709.644000', '151709.647000', '151709.650000', '151709.653000', '151709.656000', '151709.659000', '151709.661000', '151709.664000', '151709.667000', '151709.669000', '151709.672000', '151709.675000', '151709.677000', '151709.680000', '151709.683000', '151709.685000', '151709.688000', '151709.691000', '151709.693000', '151709.696000', '151709.699000', '151709.701000', '151709.704000', '151709.707000', '151709.709000', '151709.712000', '151709.715000', '151709.717000', '151709.720000', '151709.723000', '151709.725000', '151711.010000', '151711.014000', '151711.017000', '151711.019000'], 'InstanceCreationTime': ['151029.640000', '151029.643000', '151029.646000', '151029.648000', '151029.651000', '151029.654000', '151029.656000', '151029.659000', '151029.662000', '151029.664000', '151029.667000', '151029.669000', '151029.672000', '151029.675000', '151029.677000', '151029.687000', '151029.690000', '151029.692000', '151029.695000', '151029.698000', '151029.700000', '151029.709000', '151029.711000', '151029.714000', '151029.717000', '151029.719000', '151029.722000', '151029.725000', '151029.727000', '151029.730000', '151029.732000', '151029.735000', '151029.738000', '151029.740000', '151029.743000', '151029.746000', '151029.748000', '151029.751000', '151029.754000', '151029.756000', '151029.759000', '151049.611000', '151049.614000', '151049.617000', '151049.620000', '151049.622000', '151049.625000', '151049.627000', '151049.630000', '151049.633000', '151049.635000', '151049.638000', '151049.641000', '151049.643000', '151049.646000', '151049.663000', '151049.665000', '151049.668000', '151049.671000', '151049.674000', '151049.677000', '151049.680000', '151049.683000', '151049.686000', '151049.689000', '151049.691000', '151049.694000', '151049.697000', '151049.699000', '151049.702000', '151049.705000', '151049.707000', '151049.710000', '151049.712000', '151049.715000', '151049.718000', '151049.720000', '151049.723000', '151049.726000', '151049.728000', '151049.731000', '151049.734000', '151049.736000', '151049.739000', '151109.610000', '151109.613000', '151109.616000', '151109.618000', '151109.621000', '151109.624000', '151109.626000', '151109.629000', '151109.632000', '151109.635000', '151109.637000', '151109.640000', '151109.642000', '151109.645000', '151109.648000', '151109.650000', '151109.653000', '151109.655000', '151109.658000', '151109.661000', '151109.663000', '151109.666000', '151109.668000', '151109.671000', '151109.674000', '151109.676000', '151109.679000', '151109.681000', '151109.684000', '151109.687000', '151109.689000', '151109.692000', '151109.695000', '151109.697000', '151109.700000', '151109.702000', '151109.705000', '151109.708000', '151109.710000', '151109.713000', '151109.715000', '151109.718000', '151109.726000', '151109.728000', '151129.612000', '151129.614000', '151129.617000', '151129.620000', '151129.622000', '151129.625000', '151129.628000', '151129.630000', '151129.633000', '151129.636000', '151129.638000', '151129.641000', '151129.644000', '151129.646000', '151129.649000', '151129.652000', '151129.654000', '151129.657000', '151129.659000', '151129.662000', '151129.665000', '151129.667000', '151129.670000', '151129.673000', '151129.675000', '151129.678000', '151129.680000', '151129.683000', '151129.686000', '151129.688000', '151129.691000', '151129.694000', '151129.696000', '151129.699000', '151129.702000', '151129.704000', '151129.707000', '151129.716000', '151129.719000', '151129.721000', '151129.724000', '151129.727000', '151129.729000', '151149.611000', '151149.614000', '151149.617000', '151149.620000', '151149.623000', '151149.625000', '151149.628000', '151149.630000', '151149.633000', '151149.636000', '151149.638000', '151149.641000', '151149.644000', '151149.646000', '151149.649000', '151149.652000', '151149.654000', '151149.657000', '151149.660000', '151149.662000', '151149.665000', '151149.668000', '151149.670000', '151149.673000', '151149.676000', '151149.678000', '151149.681000', '151149.684000', '151149.686000', '151149.689000', '151149.691000', '151149.694000', '151149.697000', '151149.699000', '151149.702000', '151149.705000', '151149.707000', '151149.710000', '151149.713000', '151149.715000', '151149.718000', '151149.721000', '151149.723000', '151149.726000', '151209.611000', '151209.615000', '151209.617000', '151209.620000', '151209.623000', '151209.625000', '151209.628000', '151209.630000', '151209.633000', '151209.636000', '151209.638000', '151209.641000', '151209.644000', '151209.646000', '151209.649000', '151209.652000', '151209.654000', '151209.657000', '151209.660000', '151209.662000', '151209.665000', '151209.668000', '151209.670000', '151209.673000', '151209.675000', '151209.678000', '151209.681000', '151209.683000', '151209.686000', '151209.689000', '151209.691000', '151209.694000', '151209.697000', '151209.699000', '151209.702000', '151209.705000', '151209.707000', '151209.710000', '151209.712000', '151209.715000', '151209.718000', '151209.721000', '151209.723000', '151229.612000', '151229.615000', '151229.617000', '151229.620000', '151229.623000', '151229.625000', '151229.628000', '151229.630000', '151229.633000', '151229.636000', '151229.660000', '151229.663000', '151229.665000', '151229.668000', '151229.671000', '151229.673000', '151229.676000', '151229.678000', '151229.681000', '151229.684000', '151229.686000', '151229.689000', '151229.692000', '151229.694000', '151229.697000', '151229.699000', '151229.702000', '151229.705000', '151229.707000', '151229.710000', '151229.713000', '151229.715000', '151229.718000', '151229.721000', '151229.723000', '151229.726000', '151229.728000', '151229.731000', '151229.734000', '151229.737000', '151229.739000', '151229.742000', '151229.744000', '151229.747000', '151249.611000', '151249.614000', '151249.617000', '151249.619000', '151249.622000', '151249.625000', '151249.628000', '151249.630000', '151249.633000', '151249.636000', '151249.638000', '151249.641000', '151249.643000', '151249.646000', '151249.649000', '151249.651000', '151249.654000', '151249.657000', '151249.659000', '151249.662000', '151249.665000', '151249.667000', '151249.670000', '151249.672000', '151249.675000', '151249.678000', '151249.680000', '151249.683000', '151249.685000', '151249.688000', '151249.691000', '151249.693000', '151249.696000', '151249.699000', '151249.701000', '151249.704000', '151249.707000', '151249.709000', '151249.712000', '151249.715000', '151249.717000', '151249.720000', '151249.723000', '151309.611000', '151309.614000', '151309.617000', '151309.620000', '151309.622000', '151309.625000', '151309.627000', '151309.630000', '151309.633000', '151309.635000', '151309.638000', '151309.641000', '151309.643000', '151309.646000', '151309.649000', '151309.651000', '151309.654000', '151309.657000', '151309.659000', '151309.662000', '151309.664000', '151309.667000', '151309.670000', '151309.672000', '151309.675000', '151309.678000', '151309.680000', '151309.683000', '151309.686000', '151309.688000', '151309.691000', '151309.694000', '151309.696000', '151309.699000', '151309.702000', '151309.704000', '151309.707000', '151309.710000', '151309.712000', '151309.715000', '151309.717000', '151309.720000', '151309.723000', '151309.725000', '151329.611000', '151329.613000', '151329.616000', '151329.619000', '151329.622000', '151329.624000', '151329.627000', '151329.630000', '151329.632000', '151329.635000', '151329.637000', '151329.640000', '151329.643000', '151329.645000', '151329.648000', '151329.651000', '151329.653000', '151329.656000', '151329.658000', '151329.661000', '151329.664000', '151329.666000', '151329.669000', '151329.672000', '151329.674000', '151329.677000', '151329.680000', '151329.682000', '151329.685000', '151329.688000', '151329.690000', '151329.693000', '151329.696000', '151329.698000', '151329.701000', '151329.704000', '151329.706000', '151329.709000', '151329.711000', '151329.714000', '151329.717000', '151329.719000', '151329.722000', '151349.612000', '151349.614000', '151349.617000', '151349.620000', '151349.623000', '151349.625000', '151349.628000', '151349.631000', '151349.633000', '151349.636000', '151349.639000', '151349.641000', '151349.644000', '151349.647000', '151349.649000', '151349.652000', '151349.655000', '151349.657000', '151349.660000', '151349.663000', '151349.665000', '151349.668000', '151349.671000', '151349.673000', '151349.676000', '151349.679000', '151349.681000', '151349.684000', '151349.687000', '151349.689000', '151349.692000', '151349.695000', '151349.697000', '151349.700000', '151349.703000', '151349.708000', '151349.711000', '151349.713000', '151349.716000', '151349.719000', '151349.721000', '151349.724000', '151349.727000', '151349.729000', '151409.612000', '151409.614000', '151409.618000', '151409.621000', '151409.623000', '151409.654000', '151409.657000', '151409.660000', '151409.662000', '151409.665000', '151409.668000', '151409.671000', '151409.673000', '151409.676000', '151409.679000', '151409.681000', '151409.684000', '151409.687000', '151409.689000', '151409.692000', '151409.695000', '151409.697000', '151409.700000', '151409.703000', '151409.705000', '151409.708000', '151409.711000', '151409.713000', '151409.716000', '151409.718000', '151409.721000', '151409.724000', '151409.726000', '151409.729000', '151409.732000', '151409.734000', '151409.737000', '151409.739000', '151409.742000', '151409.745000', '151409.747000', '151409.750000', '151409.753000', '151429.612000', '151429.615000', '151429.618000', '151429.620000', '151429.623000', '151429.626000', '151429.629000', '151429.632000', '151429.634000', '151429.637000', '151429.639000', '151429.642000', '151429.645000', '151429.647000', '151429.650000', '151429.653000', '151429.655000', '151429.658000', '151429.661000', '151429.663000', '151429.666000', '151429.669000', '151429.671000', '151429.674000', '151429.677000', '151429.679000', '151429.682000', '151429.685000', '151429.687000', '151429.690000', '151429.693000', '151429.695000', '151429.698000', '151429.701000', '151429.703000', '151429.706000', '151429.708000', '151429.711000', '151429.714000', '151429.716000', '151429.719000', '151429.722000', '151429.724000', '151449.612000', '151449.614000', '151449.618000', '151449.620000', '151449.623000', '151449.626000', '151449.629000', '151449.631000', '151449.634000', '151449.636000', '151449.639000', '151449.642000', '151449.645000', '151449.647000', '151449.650000', '151449.652000', '151449.655000', '151449.658000', '151449.660000', '151449.663000', '151449.666000', '151449.668000', '151449.671000', '151449.674000', '151449.676000', '151449.679000', '151449.682000', '151449.684000', '151449.687000', '151449.690000', '151449.692000', '151449.695000', '151449.698000', '151449.700000', '151449.703000', '151449.706000', '151449.708000', '151449.711000', '151449.714000', '151449.716000', '151449.719000', '151449.722000', '151449.724000', '151449.727000', '151509.611000', '151509.616000', '151509.619000', '151509.622000', '151509.624000', '151509.627000', '151509.630000', '151509.632000', '151509.635000', '151509.638000', '151509.640000', '151509.643000', '151509.646000', '151509.648000', '151509.651000', '151509.654000', '151509.656000', '151509.659000', '151509.662000', '151509.664000', '151509.667000', '151509.669000', '151509.672000', '151509.675000', '151509.677000', '151509.680000', '151509.683000', '151509.686000', '151509.688000', '151509.691000', '151509.694000', '151509.696000', '151509.699000', '151509.701000', '151509.704000', '151509.707000', '151509.709000', '151509.712000', '151509.715000', '151509.717000', '151509.720000', '151509.722000', '151509.725000', '151529.612000', '151529.615000', '151529.618000', '151529.620000', '151529.623000', '151529.626000', '151529.629000', '151529.631000', '151529.634000', '151529.637000', '151529.639000', '151529.642000', '151529.645000', '151529.648000', '151529.650000', '151529.653000', '151529.655000', '151529.667000', '151529.669000', '151529.672000', '151529.675000', '151529.677000', '151529.680000', '151529.682000', '151529.685000', '151529.688000', '151529.690000', '151529.693000', '151529.696000', '151529.698000', '151529.701000', '151529.704000', '151529.706000', '151529.709000', '151529.712000', '151529.714000', '151529.717000', '151529.720000', '151529.722000', '151529.725000', '151529.728000', '151529.730000', '151529.733000', '151529.735000', '151549.611000', '151549.614000', '151549.616000', '151549.619000', '151549.622000', '151549.624000', '151549.627000', '151549.630000', '151549.632000', '151549.635000', '151549.638000', '151549.640000', '151549.643000', '151549.646000', '151549.648000', '151549.651000', '151549.654000', '151549.656000', '151549.659000', '151549.662000', '151549.664000', '151549.667000', '151549.669000', '151549.672000', '151549.675000', '151549.677000', '151549.680000', '151549.683000', '151549.686000', '151549.688000', '151549.691000', '151549.694000', '151549.697000', '151549.700000', '151549.702000', '151549.705000', '151549.708000', '151549.710000', '151549.713000', '151549.716000', '151549.718000', '151549.723000', '151549.725000', '151609.612000', '151609.615000', '151609.617000', '151609.620000', '151609.623000', '151609.625000', '151609.628000', '151609.630000', '151609.633000', '151609.636000', '151609.638000', '151609.641000', '151609.643000', '151609.646000', '151609.649000', '151609.651000', '151609.654000', '151609.657000', '151609.659000', '151609.662000', '151609.665000', '151609.667000', '151609.670000', '151609.672000', '151609.675000', '151609.678000', '151609.680000', '151609.683000', '151609.685000', '151609.688000', '151609.691000', '151609.693000', '151609.696000', '151609.699000', '151609.701000', '151609.704000', '151609.707000', '151609.709000', '151609.712000', '151609.714000', '151609.717000', '151609.720000', '151609.722000', '151609.725000', '151629.611000', '151629.614000', '151629.617000', '151629.620000', '151629.623000', '151629.625000', '151629.628000', '151629.630000', '151629.633000', '151629.636000', '151629.638000', '151629.641000', '151629.644000', '151629.646000', '151629.649000', '151629.652000', '151629.656000', '151629.658000', '151629.661000', '151629.663000', '151629.666000', '151629.669000', '151629.671000', '151629.674000', '151629.677000', '151629.679000', '151629.682000', '151629.685000', '151629.687000', '151629.690000', '151629.693000', '151629.695000', '151629.698000', '151629.701000', '151629.703000', '151629.706000', '151629.709000', '151629.711000', '151629.714000', '151629.716000', '151629.719000', '151629.722000', '151629.724000', '151649.612000', '151649.615000', '151649.617000', '151649.620000', '151649.623000', '151649.626000', '151649.628000', '151649.631000', '151649.634000', '151649.637000', '151649.639000', '151649.642000', '151649.645000', '151649.648000', '151649.650000', '151649.653000', '151649.656000', '151649.658000', '151649.661000', '151649.664000', '151649.666000', '151649.669000', '151649.671000', '151649.674000', '151649.677000', '151649.680000', '151649.682000', '151649.685000', '151649.705000', '151649.708000', '151649.711000', '151649.713000', '151649.716000', '151649.719000', '151649.721000', '151649.724000', '151649.726000', '151649.729000', '151649.732000', '151649.734000', '151649.737000', '151649.740000', '151649.742000', '151649.745000', '151709.611000', '151709.615000', '151709.617000', '151709.620000', '151709.622000', '151709.625000', '151709.628000', '151709.631000', '151709.633000', '151709.636000', '151709.639000', '151709.641000', '151709.644000', '151709.647000', '151709.650000', '151709.653000', '151709.656000', '151709.659000', '151709.661000', '151709.664000', '151709.667000', '151709.669000', '151709.672000', '151709.675000', '151709.677000', '151709.680000', '151709.683000', '151709.685000', '151709.688000', '151709.691000', '151709.693000', '151709.696000', '151709.699000', '151709.701000', '151709.704000', '151709.707000', '151709.709000', '151709.712000', '151709.715000', '151709.717000', '151709.720000', '151709.723000', '151709.725000', '151711.010000', '151711.014000', '151711.017000', '151711.019000'], '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': [8703, 10406, 8456, 10131, 8331, 10637, 9005, 11606, 9153, 11433, 8163, 11314, 8563, 10335, 9051, 10155, 8912, 10464, 9495, 9196, 9499, 8266, 9759, 8611, 9498, 8478, 10212, 8188, 9989, 8242, 9975, 7955, 9960, 8552, 10950, 8520, 10010, 8317, 10385, 8754, 11083, 9217, 10861, 8504, 10470, 8410, 10416, 8850, 11464, 8924, 11015, 8890, 9836, 8610, 10401, 9063, 10935, 8578, 10796, 8136, 10797, 8496, 11243, 9421, 11544, 8593, 10812, 8406, 10780, 8554, 10892, 8613, 10799, 8147, 10596, 8162, 10611, 8184, 10570, 8358, 10595, 8428, 10409, 7962, 10248, 7942, 10242, 8105, 10653, 7947, 10561, 8215, 10274, 7737, 9807, 8004, 10421, 8120, 10397, 7657, 10684, 8040, 10551, 7916, 10207, 8210, 10344, 8435, 9909, 7605, 10129, 7834, 10336, 8522, 11470, 8598, 11091, 8641, 10956, 10277, 14387, 11731, 11764, 9072, 9448, 8950, 9885, 10276, 9582, 14195, 9992, 13919, 8755, 13199, 9828, 15800, 12085, 15742, 10101, 12997, 9121, 10792, 8940, 12424, 9732, 13113, 8557, 11300, 8443, 10795, 8400, 10697, 8110, 10349, 8025, 10543, 8260, 11230, 8256, 11287, 9419, 10775, 8368, 11181, 8102, 10979, 8414, 11398, 8886, 11138, 8074, 11288, 8366, 10627, 8199, 10690, 8464, 10675, 8304, 9943, 7924, 10169, 8378, 9244, 9415, 8980, 9872, 8819, 9337, 9114, 9616, 8981, 9576, 8695, 9576, 8726, 9374, 8701, 9739, 8898, 9569, 8675, 9234, 8723, 9278, 8823, 10079, 8506, 10020, 8320, 9410, 8696, 9781, 8581, 9901, 8514, 10986, 8356, 11682, 8856, 11024, 8672, 11405, 8417, 11262, 9435, 11067, 8817, 9603, 8805, 10056, 8886, 10011, 9398, 9402, 9928, 8848, 9594, 9833, 9214, 10470, 9570, 14965, 11470, 10097, 9291, 9229, 9556, 9699, 9063, 14388, 8770, 15487, 8700, 12665, 8339, 11307, 8417, 11032, 9062, 11711, 9397, 11537, 8443, 11070, 7990, 10914, 9338, 10587, 8258, 10082, 8190, 9637, 8354, 10047, 8429, 9671, 7815, 10119, 8010, 9837, 8238, 9483, 9196, 8941, 10054, 8332, 11740, 9174, 10330, 8234, 11293, 8277, 11319, 8575, 11017, 9201, 10549, 7808, 11178, 7927, 10699, 7909, 11049, 8796, 11004, 8038, 10550, 8177, 10831, 8686, 10679, 8184, 10779, 8505, 10467, 8391, 11693, 9383, 12299, 8492, 11467, 8226, 11304, 8644, 11411, 9886, 15485, 8743, 12889, 8242, 10597, 8193, 10783, 8373, 10024, 8557, 8989, 8367, 9500, 8631, 10755, 8709, 10357, 8892, 9068, 8900, 9681, 8774, 10631, 8699, 10293, 8294, 10543, 8183, 9824, 8270, 9603, 8829, 8366, 8659, 9008, 8586, 9332, 8477, 11023, 8139, 11394, 7921, 11103, 9003, 10626, 7948, 10745, 8090, 10541, 7998, 10535, 8695, 10734, 8117, 11896, 7992, 11762, 8151, 11249, 9370, 10923, 8311, 11319, 8222, 11039, 8170, 10588, 8858, 11141, 9266, 12093, 8370, 11426, 8432, 11316, 9162, 11109, 8449, 10940, 7707, 10355, 7885, 10227, 7798, 10104, 7875, 9308, 9754, 9017, 10204, 8737, 10078, 9004, 9510, 8253, 7908, 8212, 8196, 8706, 8867, 11024, 8023, 9315, 7890, 9333, 8153, 9255, 8164, 11388, 8614, 9241, 8043, 9119, 8301, 8628, 8213, 8699, 7837, 8025, 9012, 7529, 10798, 7527, 11281, 7442, 11041, 8018, 10422, 8057, 9022, 8181, 8779, 9258, 8212, 10388, 8046, 9984, 8074, 10079, 8152, 10065, 8194, 12373, 8093, 9704, 7710, 8773, 9098, 8036, 11630, 7482, 11796, 7898, 11754, 7886, 10667, 7427, 9739, 7491, 10245, 7927, 11565, 9115, 12543, 8566, 11871, 8542, 13349, 9736, 15567, 10029, 14165, 8592, 12631, 8239, 12878, 10668, 15522, 8546, 14369, 8167, 12134, 8403, 11493, 9037, 11735, 7499, 9892, 7401, 9826, 7452, 9492, 7105, 9352, 7199, 9342, 7277, 9253, 7599, 9298, 8032, 9636, 7231, 9965, 7442, 10069, 7713, 11727, 8953, 11418, 7937, 9793, 7751, 9399, 9012, 9957, 10666, 9114, 8711, 8383, 8906, 7842, 9068, 7939, 7682, 7861, 8191, 8167, 8010, 8069, 7951, 11610, 8962, 13353, 9208, 13240, 8248, 11401, 8840, 11400, 9266, 8007, 8519, 7827, 8318, 8052, 8461, 8222, 8323, 8324, 7877, 8770, 7438, 8578, 7430, 8576, 7391, 8698, 7983, 8480, 8064, 7749, 7714, 7830, 8200, 7675, 9251, 7531, 9466, 7767, 9759, 7740, 10722, 7811, 11256, 7723, 10758, 7680, 10127, 7832, 9603, 8184, 9027, 7909, 8516, 8274, 8058, 8416, 7791, 8223, 8987, 7590, 9273, 7702, 8585, 9980, 7934, 13636, 8607, 12546, 9057, 11206, 7830, 9087, 7445, 8867, 7528, 9692, 7572, 8952, 7653, 8571, 7518, 9000, 7793, 11049, 7678, 8795, 7936, 8366, 12889, 7509, 13077, 7799, 10937, 7814, 8562, 7495, 7694, 7469, 7531, 7509, 8308, 7380, 8290, 7522, 8663, 7419, 9817, 8452, 11337, 8127, 9553, 7962, 9070, 8305, 8295, 14556, 8755, 15729, 8580, 11936, 7778, 9901, 7453, 9649, 7674, 10115, 7450, 10536, 7290, 9637, 7449, 10869, 9199, 7783, 7414, 7696, 7779, 7833, 9913, 9116, 11410, 9923, 12309, 8126, 11046, 7427, 10127, 7879, 10287, 8244, 7539, 8127, 7494, 7486, 7546, 7131, 7780, 7159, 7719, 7194, 7637, 7456, 7734, 7355, 7797, 7795, 7885, 7726, 7930, 7799, 8004, 7624, 7999, 7455, 8134, 7615, 7926, 9049, 8051, 10552, 7948, 10713, 8110, 11297, 8190, 12722, 9486, 14782, 13887, 14979, 11513, 12460, 9161, 9307, 8510, 9456, 9449, 8807, 8581, 9612, 12602, 10589, 14655, 12164, 15927, 13797, 15626, 15436, 10373, 14103, 8643, 13137, 9000, 13862, 9617, 13429, 8718, 11157, 8014, 10556, 8660, 13609, 7804, 10614, 7619, 9000, 7892, 8881, 7792, 8209, 7994, 7961, 8311, 8113, 8722, 7694, 8904, 7442, 9626, 7684, 10129, 7578, 10480, 7809, 8346, 11408, 11060, 11874, 8579, 7464, 11047, 7687, 11236, 7759, 10733, 7823, 10751, 7789, 10202, 7636, 9531, 8305, 12361, 11180, 14718, 11833, 15848, 13512, 14581, 14750, 11155, 13092, 9053, 12211, 8502, 8805, 8079, 8374, 7679, 8283, 7568, 9160, 7479, 9218, 7618, 8984, 7590, 9263, 7474, 9140, 7557, 8917, 7315, 8973, 7257, 9213, 7131, 8645, 7317, 8649, 7474, 7938, 7284, 8380, 7159, 8186, 7551, 7692, 7422, 7608, 7190, 7527, 7500, 8035, 7600, 7941, 7505, 8340, 7679, 7997, 7816, 8454, 7561, 8525, 8253, 8358, 8884, 8618, 10377, 9235, 7737, 9569, 7897, 9374, 7736, 10422, 8391, 10612, 10063, 10943, 12661, 10582, 13662, 11209, 14210, 13277, 14717, 14293, 15098, 11843, 14894, 9889, 13920, 10371, 12367], 'WindowCenter': [4553.0, 4557.0, 4522.0, 4539.0, 4506.0, 4535.0, 4514.0, 4536.0, 4529.0, 4535.0, 4505.0, 4524.0, 4506.0, 4539.0, 4515.0, 4522.0, 4515.0, 4522.0, 4515.0, 4513.0, 4515.0, 4502.0, 4514.0, 4501.0, 4513.0, 4501.0, 4525.0, 4503.0, 4525.0, 4504.0, 4514.0, 4491.0, 4511.0, 4491.0, 4521.0, 4488.0, 4510.0, 4489.0, 4509.0, 4490.0, 4518.0, 4500.0, 4520.0, 4489.0, 4510.0, 4490.0, 4508.0, 4499.0, 4520.0, 4488.0, 4507.0, 4487.0, 4498.0, 4488.0, 4508.0, 4488.0, 4509.0, 4489.0, 4509.0, 4477.0, 4508.0, 4486.0, 4508.0, 4497.0, 4506.0, 4487.0, 4506.0, 4476.0, 4506.0, 4485.0, 4505.0, 4485.0, 4506.0, 4475.0, 4494.0, 4476.0, 4496.0, 4477.0, 4496.0, 4476.0, 4497.0, 4476.0, 4506.0, 4477.0, 4495.0, 4477.0, 4508.0, 4478.0, 4507.0, 4479.0, 4509.0, 4489.0, 4509.0, 4479.0, 4510.0, 4491.0, 4522.0, 4492.0, 4523.0, 4507.0, 4523.0, 4492.0, 4521.0, 4491.0, 4510.0, 4492.0, 4522.0, 4503.0, 4523.0, 4494.0, 4523.0, 4493.0, 4524.0, 4514.0, 4546.0, 4516.0, 4535.0, 4504.0, 4522.0, 4514.0, 4553.0, 4533.0, 4532.0, 4502.0, 4511.0, 4500.0, 4509.0, 4522.0, 4511.0, 4554.0, 4512.0, 4541.0, 4500.0, 4528.0, 4508.0, 4549.0, 4519.0, 4547.0, 4498.0, 4516.0, 4485.0, 4506.0, 4487.0, 4514.0, 4485.0, 4513.0, 4472.0, 4503.0, 4473.0, 4493.0, 4476.0, 4506.0, 4476.0, 4493.0, 4476.0, 4495.0, 4476.0, 4504.0, 4476.0, 4505.0, 4486.0, 4507.0, 4477.0, 4506.0, 4476.0, 4505.0, 4474.0, 4504.0, 4486.0, 4503.0, 4474.0, 4504.0, 4472.0, 4493.0, 4472.0, 4493.0, 4471.0, 4493.0, 4461.0, 4483.0, 4463.0, 4493.0, 4471.0, 4481.0, 4483.0, 4484.0, 4494.0, 4485.0, 4485.0, 4485.0, 4496.0, 4498.0, 4508.0, 4488.0, 4509.0, 4490.0, 4499.0, 4489.0, 4499.0, 4500.0, 4510.0, 4490.0, 4499.0, 4498.0, 4499.0, 4499.0, 4508.0, 4500.0, 4509.0, 4491.0, 4500.0, 4501.0, 4510.0, 4500.0, 4510.0, 4501.0, 4520.0, 4491.0, 4532.0, 4516.0, 4533.0, 4502.0, 4531.0, 4491.0, 4521.0, 4502.0, 4533.0, 4515.0, 4513.0, 4500.0, 4510.0, 4500.0, 4509.0, 4501.0, 4499.0, 4511.0, 4498.0, 4497.0, 4497.0, 4498.0, 4506.0, 4497.0, 4536.0, 4518.0, 4497.0, 4487.0, 4485.0, 4486.0, 4485.0, 4485.0, 4536.0, 4472.0, 4524.0, 4474.0, 4513.0, 4473.0, 4493.0, 4473.0, 4493.0, 4483.0, 4505.0, 4484.0, 4504.0, 4475.0, 4517.0, 4477.0, 4505.0, 4483.0, 4493.0, 4462.0, 4481.0, 4461.0, 4481.0, 4461.0, 4482.0, 4462.0, 4483.0, 4462.0, 4496.0, 4475.0, 4508.0, 4475.0, 4483.0, 4483.0, 4484.0, 4484.0, 4475.0, 4504.0, 4485.0, 4494.0, 4474.0, 4504.0, 4475.0, 4504.0, 4485.0, 4506.0, 4487.0, 4508.0, 4478.0, 4518.0, 4477.0, 4507.0, 4475.0, 4505.0, 4488.0, 4506.0, 4476.0, 4495.0, 4475.0, 4505.0, 4485.0, 4507.0, 4486.0, 4507.0, 4488.0, 4508.0, 4489.0, 4518.0, 4498.0, 4518.0, 4488.0, 4518.0, 4486.0, 4506.0, 4474.0, 4505.0, 4496.0, 4537.0, 4486.0, 4514.0, 4473.0, 4494.0, 4474.0, 4503.0, 4475.0, 4494.0, 4484.0, 4485.0, 4476.0, 4495.0, 4484.0, 4506.0, 4488.0, 4507.0, 4485.0, 4484.0, 4487.0, 4509.0, 4487.0, 4507.0, 4475.0, 4493.0, 4474.0, 4491.0, 4472.0, 4495.0, 4475.0, 4494.0, 4497.0, 4486.0, 4486.0, 4485.0, 4489.0, 4496.0, 4486.0, 4507.0, 4477.0, 4517.0, 4477.0, 4506.0, 4499.0, 4508.0, 4488.0, 4518.0, 4489.0, 4532.0, 4502.0, 4521.0, 4501.0, 4519.0, 4478.0, 4516.0, 4476.0, 4514.0, 4475.0, 4505.0, 4484.0, 4508.0, 4490.0, 4505.0, 4476.0, 4506.0, 4487.0, 4508.0, 4501.0, 4531.0, 4500.0, 4515.0, 4475.0, 4516.0, 4475.0, 4505.0, 4486.0, 4506.0, 4477.0, 4518.0, 4477.0, 4496.0, 4487.0, 4510.0, 4477.0, 4507.0, 4477.0, 4498.0, 4496.0, 4486.0, 4495.0, 4486.0, 4495.0, 4486.0, 4509.0, 4514.0, 4501.0, 4488.0, 4487.0, 4488.0, 4484.0, 4506.0, 4476.0, 4486.0, 4475.0, 4493.0, 4476.0, 4486.0, 4473.0, 4517.0, 4474.0, 4484.0, 4463.0, 4473.0, 4483.0, 4484.0, 4471.0, 4473.0, 4463.0, 4472.0, 4482.0, 4463.0, 4504.0, 4475.0, 4503.0, 4464.0, 4504.0, 4476.0, 4506.0, 4476.0, 4485.0, 4486.0, 4486.0, 4498.0, 4488.0, 4509.0, 4488.0, 4499.0, 4475.0, 4497.0, 4477.0, 4508.0, 4487.0, 4528.0, 4488.0, 4498.0, 4474.0, 4485.0, 4484.0, 4473.0, 4504.0, 4466.0, 4515.0, 4476.0, 4517.0, 4477.0, 4506.0, 4477.0, 4507.0, 4479.0, 4521.0, 4502.0, 4543.0, 4515.0, 4540.0, 4499.0, 4517.0, 4487.0, 4524.0, 4497.0, 4548.0, 4499.0, 4526.0, 4486.0, 4514.0, 4474.0, 4514.0, 4496.0, 4547.0, 4498.0, 4534.0, 4474.0, 4502.0, 4473.0, 4502.0, 4483.0, 4514.0, 4477.0, 4493.0, 4463.0, 4491.0, 4463.0, 4483.0, 4464.0, 4499.0, 4466.0, 4497.0, 4476.0, 4498.0, 4475.0, 4499.0, 4490.0, 4511.0, 4478.0, 4510.0, 4478.0, 4510.0, 4478.0, 4531.0, 4497.0, 4508.0, 4476.0, 4498.0, 4490.0, 4497.0, 4485.0, 4498.0, 4505.0, 4483.0, 4471.0, 4473.0, 4485.0, 4487.0, 4497.0, 4475.0, 4474.0, 4472.0, 4473.0, 4473.0, 4474.0, 4476.0, 4487.0, 4517.0, 4487.0, 4527.0, 4493.0, 4513.0, 4472.0, 4503.0, 4473.0, 4502.0, 4484.0, 4463.0, 4471.0, 4460.0, 4462.0, 4461.0, 4473.0, 4463.0, 4461.0, 4459.0, 4462.0, 4472.0, 4453.0, 4472.0, 4462.0, 4471.0, 4464.0, 4484.0, 4478.0, 4487.0, 4478.0, 4476.0, 4478.0, 4477.0, 4488.0, 4478.0, 4501.0, 4491.0, 4509.0, 4478.0, 4499.0, 4490.0, 4533.0, 4504.0, 4519.0, 4480.0, 4508.0, 4476.0, 4510.0, 4491.0, 4511.0, 4486.0, 4501.0, 4488.0, 4487.0, 4487.0, 4477.0, 4487.0, 4481.0, 4502.0, 4514.0, 4491.0, 4510.0, 4489.0, 4499.0, 4510.0, 4491.0, 4554.0, 4500.0, 4529.0, 4499.0, 4519.0, 4478.0, 4486.0, 4477.0, 4512.0, 4503.0, 4513.0, 4480.0, 4498.0, 4475.0, 4486.0, 4463.0, 4486.0, 4477.0, 4532.0, 4474.0, 4486.0, 4472.0, 4473.0, 4526.0, 4465.0, 4524.0, 4463.0, 4505.0, 4475.0, 4484.0, 4463.0, 4462.0, 4462.0, 4465.0, 4463.0, 4486.0, 4477.0, 4490.0, 4476.0, 4487.0, 4464.0, 4494.0, 4476.0, 4508.0, 4476.0, 4496.0, 4476.0, 4487.0, 4472.0, 4474.0, 4535.0, 4471.0, 4532.0, 4472.0, 4500.0, 4450.0, 4478.0, 4450.0, 4478.0, 4463.0, 4491.0, 4452.0, 4503.0, 4476.0, 4506.0, 4478.0, 4516.0, 4508.0, 4476.0, 4476.0, 4474.0, 4477.0, 4488.0, 4506.0, 4496.0, 4527.0, 4508.0, 4527.0, 4486.0, 4505.0, 4464.0, 4503.0, 4475.0, 4493.0, 4486.0, 4465.0, 4475.0, 4462.0, 4464.0, 4463.0, 4452.0, 4475.0, 4465.0, 4464.0, 4466.0, 4478.0, 4491.0, 4475.0, 4476.0, 4475.0, 4490.0, 4488.0, 4477.0, 4487.0, 4489.0, 4488.0, 4491.0, 4502.0, 4481.0, 4489.0, 4488.0, 4490.0, 4510.0, 4502.0, 4534.0, 4503.0, 4534.0, 4504.0, 4521.0, 4491.0, 4529.0, 4511.0, 4554.0, 4543.0, 4553.0, 4520.0, 4517.0, 4498.0, 4499.0, 4487.0, 4496.0, 4498.0, 4488.0, 4486.0, 4499.0, 4519.0, 4506.0, 4536.0, 4515.0, 4535.0, 4516.0, 4536.0, 4527.0, 4484.0, 4515.0, 4473.0, 4502.0, 4461.0, 4525.0, 4484.0, 4498.0, 4448.0, 4476.0, 4447.0, 4464.0, 4445.0, 4483.0, 4435.0, 4463.0, 4434.0, 4455.0, 4446.0, 4470.0, 4460.0, 4460.0, 4447.0, 4458.0, 4457.0, 4448.0, 4459.0, 4449.0, 4481.0, 4463.0, 4482.0, 4463.0, 4492.0, 4462.0, 4505.0, 4465.0, 4474.0, 4515.0, 4504.0, 4516.0, 4486.0, 4464.0, 4505.0, 4467.0, 4520.0, 4476.0, 4506.0, 4477.0, 4519.0, 4502.0, 4521.0, 4492.0, 4497.0, 4489.0, 4528.0, 4508.0, 4527.0, 4504.0, 4533.0, 4513.0, 4511.0, 4525.0, 4491.0, 4500.0, 4445.0, 4472.0, 4441.0, 4428.0, 4416.0, 4416.0, 4417.0, 4427.0, 4430.0, 4452.0, 4421.0, 4439.0, 4430.0, 4440.0, 4431.0, 4451.0, 4421.0, 4452.0, 4433.0, 4454.0, 4435.0, 4467.0, 4448.0, 4468.0, 4439.0, 4468.0, 4450.0, 4471.0, 4452.0, 4462.0, 4464.0, 4475.0, 4465.0, 4476.0, 4476.0, 4476.0, 4477.0, 4478.0, 4492.0, 4504.0, 4492.0, 4493.0, 4491.0, 4491.0, 4481.0, 4513.0, 4506.0, 4504.0, 4491.0, 4514.0, 4493.0, 4500.0, 4489.0, 4490.0, 4499.0, 4500.0, 4521.0, 4514.0, 4519.0, 4526.0, 4506.0, 4526.0, 4507.0, 4551.0, 4532.0, 4549.0, 4540.0, 4548.0, 4561.0, 4538.0, 4556.0, 4534.0, 4555.0, 4541.0, 4551.0, 4540.0, 4539.0, 4518.0, 4539.0, 4494.0, 4514.0, 4482.0, 4504.0], 'WindowWidth': [10016.0, 10005.0, 9949.0, 9966.0, 9916.0, 9956.0, 9925.0, 9953.0, 9949.0, 9952.0, 9910.0, 9934.0, 9911.0, 9966.0, 9925.0, 9932.0, 9924.0, 9932.0, 9923.0, 9918.0, 9922.0, 9904.0, 9921.0, 9901.0, 9919.0, 9899.0, 9937.0, 9906.0, 9937.0, 9909.0, 9921.0, 9889.0, 9912.0, 9885.0, 9926.0, 9877.0, 9909.0, 9878.0, 9907.0, 9881.0, 9920.0, 9895.0, 9924.0, 9879.0, 9908.0, 9882.0, 9905.0, 9892.0, 9924.0, 9876.0, 9902.0, 9873.0, 9888.0, 9874.0, 9902.0, 9876.0, 9905.0, 9878.0, 9905.0, 9862.0, 9904.0, 9871.0, 9902.0, 9888.0, 9899.0, 9871.0, 9895.0, 9856.0, 9899.0, 9868.0, 9894.0, 9867.0, 9897.0, 9853.0, 9879.0, 9856.0, 9883.0, 9858.0, 9883.0, 9857.0, 9885.0, 9856.0, 9897.0, 9858.0, 9882.0, 9859.0, 9901.0, 9862.0, 9902.0, 9864.0, 9906.0, 9881.0, 9907.0, 9867.0, 9909.0, 9885.0, 9928.0, 9889.0, 9934.0, 9922.0, 9932.0, 9890.0, 9927.0, 9887.0, 9912.0, 9888.0, 9930.0, 9906.0, 9935.0, 9896.0, 9935.0, 9896.0, 9938.0, 9925.0, 9971.0, 9929.0, 9953.0, 9909.0, 9932.0, 9920.0, 9975.0, 9946.0, 9941.0, 9901.0, 9912.0, 9894.0, 9910.0, 9930.0, 9911.0, 9977.0, 9914.0, 9955.0, 9897.0, 9934.0, 9903.0, 9960.0, 9920.0, 9957.0, 9887.0, 9911.0, 9867.0, 9898.0, 9872.0, 9908.0, 9865.0, 9902.0, 9844.0, 9889.0, 9847.0, 9877.0, 9855.0, 9900.0, 9856.0, 9878.0, 9855.0, 9883.0, 9856.0, 9892.0, 9855.0, 9894.0, 9871.0, 9900.0, 9859.0, 9897.0, 9857.0, 9894.0, 9852.0, 9891.0, 9868.0, 9889.0, 9850.0, 9891.0, 9845.0, 9873.0, 9845.0, 9876.0, 9844.0, 9873.0, 9830.0, 9860.0, 9833.0, 9872.0, 9842.0, 9855.0, 9859.0, 9863.0, 9876.0, 9867.0, 9866.0, 9868.0, 9884.0, 9892.0, 9906.0, 9879.0, 9907.0, 9882.0, 9894.0, 9881.0, 9892.0, 9897.0, 9910.0, 9882.0, 9894.0, 9892.0, 9892.0, 9892.0, 9905.0, 9895.0, 9908.0, 9884.0, 9897.0, 9899.0, 9910.0, 9897.0, 9909.0, 9900.0, 9925.0, 9887.0, 9943.0, 9928.0, 9946.0, 9904.0, 9941.0, 9887.0, 9927.0, 9903.0, 9946.0, 9927.0, 9920.0, 9898.0, 9910.0, 9895.0, 9908.0, 9898.0, 9895.0, 9911.0, 9890.0, 9888.0, 9885.0, 9889.0, 9899.0, 9887.0, 9940.0, 9917.0, 9887.0, 9872.0, 9867.0, 9868.0, 9865.0, 9867.0, 9937.0, 9846.0, 9919.0, 9850.0, 9903.0, 9847.0, 9874.0, 9847.0, 9874.0, 9861.0, 9894.0, 9863.0, 9891.0, 9854.0, 9916.0, 9862.0, 9895.0, 9860.0, 9874.0, 9830.0, 9855.0, 9827.0, 9854.0, 9829.0, 9857.0, 9831.0, 9860.0, 9833.0, 9882.0, 9858.0, 9906.0, 9855.0, 9861.0, 9861.0, 9864.0, 9862.0, 9854.0, 9891.0, 9866.0, 9877.0, 9850.0, 9892.0, 9852.0, 9893.0, 9867.0, 9896.0, 9872.0, 9905.0, 9865.0, 9920.0, 9862.0, 9904.0, 9854.0, 9893.0, 9878.0, 9899.0, 9856.0, 9881.0, 9855.0, 9894.0, 9867.0, 9901.0, 9872.0, 9902.0, 9876.0, 9906.0, 9878.0, 9917.0, 9890.0, 9917.0, 9876.0, 9920.0, 9873.0, 9900.0, 9853.0, 9895.0, 9882.0, 9940.0, 9869.0, 9905.0, 9848.0, 9878.0, 9850.0, 9891.0, 9852.0, 9878.0, 9867.0, 9868.0, 9858.0, 9882.0, 9868.0, 9896.0, 9876.0, 9900.0, 9870.0, 9866.0, 9873.0, 9908.0, 9875.0, 9903.0, 9855.0, 9875.0, 9849.0, 9871.0, 9846.0, 9881.0, 9854.0, 9879.0, 9887.0, 9871.0, 9872.0, 9870.0, 9878.0, 9885.0, 9871.0, 9900.0, 9861.0, 9914.0, 9860.0, 9899.0, 9891.0, 9905.0, 9877.0, 9917.0, 9879.0, 9945.0, 9908.0, 9927.0, 9902.0, 9919.0, 9862.0, 9912.0, 9857.0, 9908.0, 9854.0, 9893.0, 9865.0, 9903.0, 9882.0, 9896.0, 9857.0, 9898.0, 9875.0, 9905.0, 9899.0, 9941.0, 9895.0, 9910.0, 9856.0, 9912.0, 9854.0, 9893.0, 9869.0, 9898.0, 9858.0, 9919.0, 9859.0, 9883.0, 9875.0, 9910.0, 9863.0, 9902.0, 9861.0, 9890.0, 9882.0, 9869.0, 9880.0, 9869.0, 9882.0, 9872.0, 9908.0, 9924.0, 9902.0, 9879.0, 9876.0, 9875.0, 9865.0, 9901.0, 9857.0, 9870.0, 9855.0, 9877.0, 9861.0, 9869.0, 9848.0, 9912.0, 9849.0, 9863.0, 9834.0, 9846.0, 9863.0, 9867.0, 9844.0, 9845.0, 9834.0, 9847.0, 9858.0, 9836.0, 9892.0, 9856.0, 9889.0, 9837.0, 9891.0, 9856.0, 9897.0, 9857.0, 9870.0, 9871.0, 9872.0, 9889.0, 9877.0, 9908.0, 9878.0, 9892.0, 9854.0, 9887.0, 9860.0, 9904.0, 9873.0, 9930.0, 9877.0, 9888.0, 9854.0, 9866.0, 9864.0, 9850.0, 9893.0, 9844.0, 9908.0, 9858.0, 9914.0, 9860.0, 9898.0, 9861.0, 9904.0, 9868.0, 9930.0, 9908.0, 9963.0, 9925.0, 9953.0, 9893.0, 9916.0, 9873.0, 9921.0, 9887.0, 9960.0, 9890.0, 9925.0, 9870.0, 9907.0, 9852.0, 9906.0, 9884.0, 9960.0, 9891.0, 9934.0, 9849.0, 9885.0, 9846.0, 9884.0, 9859.0, 9904.0, 9864.0, 9878.0, 9834.0, 9871.0, 9834.0, 9862.0, 9840.0, 9894.0, 9847.0, 9887.0, 9859.0, 9888.0, 9856.0, 9893.0, 9884.0, 9913.0, 9864.0, 9908.0, 9865.0, 9907.0, 9863.0, 9939.0, 9888.0, 9903.0, 9856.0, 9888.0, 9884.0, 9884.0, 9864.0, 9888.0, 9894.0, 9861.0, 9841.0, 9847.0, 9867.0, 9878.0, 9891.0, 9856.0, 9852.0, 9847.0, 9849.0, 9850.0, 9850.0, 9858.0, 9875.0, 9915.0, 9873.0, 9929.0, 9877.0, 9903.0, 9844.0, 9890.0, 9846.0, 9885.0, 9862.0, 9832.0, 9843.0, 9827.0, 9829.0, 9826.0, 9846.0, 9832.0, 9827.0, 9824.0, 9830.0, 9846.0, 9820.0, 9844.0, 9832.0, 9842.0, 9837.0, 9864.0, 9860.0, 9874.0, 9861.0, 9858.0, 9861.0, 9859.0, 9876.0, 9865.0, 9899.0, 9885.0, 9908.0, 9866.0, 9894.0, 9884.0, 9947.0, 9912.0, 9923.0, 9869.0, 9904.0, 9860.0, 9908.0, 9889.0, 9911.0, 9872.0, 9899.0, 9875.0, 9874.0, 9873.0, 9861.0, 9874.0, 9870.0, 9905.0, 9921.0, 9886.0, 9911.0, 9882.0, 9896.0, 9913.0, 9888.0, 9978.0, 9896.0, 9938.0, 9897.0, 9920.0, 9862.0, 9871.0, 9861.0, 9917.0, 9910.0, 9920.0, 9869.0, 9891.0, 9856.0, 9870.0, 9838.0, 9870.0, 9861.0, 9944.0, 9857.0, 9871.0, 9847.0, 9848.0, 9926.0, 9841.0, 9921.0, 9837.0, 9896.0, 9855.0, 9865.0, 9834.0, 9835.0, 9834.0, 9840.0, 9837.0, 9872.0, 9863.0, 9884.0, 9859.0, 9875.0, 9840.0, 9879.0, 9856.0, 9902.0, 9857.0, 9882.0, 9857.0, 9873.0, 9847.0, 9852.0, 9938.0, 9844.0, 9928.0, 9843.0, 9879.0, 9809.0, 9848.0, 9811.0, 9848.0, 9835.0, 9870.0, 9819.0, 9890.0, 9860.0, 9903.0, 9868.0, 9915.0, 9907.0, 9861.0, 9860.0, 9857.0, 9863.0, 9882.0, 9901.0, 9887.0, 9932.0, 9906.0, 9932.0, 9872.0, 9896.0, 9842.0, 9892.0, 9855.0, 9878.0, 9871.0, 9840.0, 9854.0, 9835.0, 9838.0, 9835.0, 9822.0, 9855.0, 9843.0, 9839.0, 9846.0, 9865.0, 9889.0, 9858.0, 9858.0, 9857.0, 9884.0, 9880.0, 9864.0, 9877.0, 9881.0, 9880.0, 9889.0, 9904.0, 9874.0, 9883.0, 9880.0, 9886.0, 9912.0, 9904.0, 9951.0, 9907.0, 9953.0, 9909.0, 9927.0, 9884.0, 9935.0, 9915.0, 9979.0, 9958.0, 9973.0, 9922.0, 9910.0, 9889.0, 9893.0, 9872.0, 9882.0, 9890.0, 9871.0, 9869.0, 9890.0, 9920.0, 9898.0, 9938.0, 9906.0, 9933.0, 9910.0, 9934.0, 9925.0, 9858.0, 9903.0, 9844.0, 9880.0, 9823.0, 9918.0, 9861.0, 9871.0, 9799.0, 9835.0, 9797.0, 9820.0, 9791.0, 9841.0, 9778.0, 9815.0, 9778.0, 9809.0, 9800.0, 9839.0, 9824.0, 9825.0, 9803.0, 9818.0, 9816.0, 9804.0, 9820.0, 9807.0, 9858.0, 9833.0, 9859.0, 9834.0, 9873.0, 9830.0, 9894.0, 9839.0, 9850.0, 9909.0, 9889.0, 9910.0, 9870.0, 9836.0, 9891.0, 9845.0, 9922.0, 9856.0, 9897.0, 9863.0, 9924.0, 9906.0, 9930.0, 9885.0, 9886.0, 9879.0, 9934.0, 9902.0, 9924.0, 9891.0, 9928.0, 9898.0, 9891.0, 9919.0, 9865.0, 9876.0, 9791.0, 9822.0, 9780.0, 9759.0, 9740.0, 9739.0, 9742.0, 9757.0, 9766.0, 9800.0, 9756.0, 9776.0, 9767.0, 9781.0, 9769.0, 9798.0, 9756.0, 9799.0, 9775.0, 9805.0, 9783.0, 9830.0, 9806.0, 9833.0, 9796.0, 9834.0, 9812.0, 9841.0, 9818.0, 9832.0, 9837.0, 9855.0, 9842.0, 9856.0, 9856.0, 9858.0, 9860.0, 9864.0, 9892.0, 9913.0, 9890.0, 9890.0, 9886.0, 9887.0, 9873.0, 9923.0, 9917.0, 9909.0, 9888.0, 9928.0, 9894.0, 9898.0, 9881.0, 9884.0, 9895.0, 9898.0, 9925.0, 9921.0, 9939.0, 9945.0, 9917.0, 9944.0, 9920.0, 9988.0, 9966.0, 9983.0, 9970.0, 9977.0, 9999.0, 9961.0, 9986.0, 9948.0, 9982.0, 9955.0, 9972.0, 9948.0, 9951.0, 9915.0, 9946.0, 9878.0, 9904.0, 9854.0, 9889.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.0029909419496166483</td></tr>
<tr><td colspan=3>aqi</td><td>0.04784258116100767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.89757898399128</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1544907832894737</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0015902869846478</td></tr>
<tr><td colspan=3>efc</td><td>0.5158</td></tr>
<tr><td colspan=3>fber</td><td>3762.2407</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10300386021462644</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.886089813800657</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8256239650507378</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.756154116106347</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0596733815971566</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6610443974487095</td></tr>
<tr><td colspan=3>gcor</td><td>0.00991029</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005004216451197863</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032105907797813416</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.9832941943007576</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>10.8357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.4317</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.5321</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.0514</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0742</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.4923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.4138</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.054</td></tr>
<tr><td colspan=3>tsnr</td><td>28.351514891488478</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>