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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-02/func/sub-0024_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d46d5b32f48462411086c294656b87c6</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>16:40:52.777500</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_VE11C_LATEST_20160120</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.999525, 0.0245972, 0.01857, -0.0258244, 0.997281, 0.0690228]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122495</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7837, -7141, 513, -98, -255, 98, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc7cab79-f28b-4bbf-b211-a3405e718ec5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681652307510376, -0.06928486377000809, 0.04541859030723572, 111.35440063476562], [-0.06599254906177521, 2.675631523132324, 0.18756790459156036, -96.54729461669922], [0.04982186108827591, -0.18518319725990295, 2.69309401512146, -11.52586555480957], [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': ['164052.777500', '164053.237500', '164053.697500', '164054.157500', '164054.617500', '164055.077500', '164055.537500', '164055.997500', '164056.457500', '164056.917500', '164057.377500', '164057.837500', '164058.297500', '164058.757500', '164059.217500', '164059.677500', '164100.137500', '164100.597500', '164101.057500', '164101.517500', '164101.977500', '164102.437500', '164102.897500', '164103.357500', '164103.817500', '164104.277500', '164104.737500', '164105.197500', '164105.657500', '164106.117500', '164106.577500', '164107.037500', '164107.497500', '164107.957500', '164108.417500', '164108.877500', '164109.337500', '164109.797500', '164110.257500', '164110.717500', '164111.177500', '164111.637500', '164112.097500', '164112.557500', '164113.017500', '164113.477500', '164113.937500', '164114.397500', '164114.857500', '164115.317500', '164115.777500', '164116.237500', '164116.697500', '164117.157500', '164117.617500', '164118.077500', '164118.537500', '164118.997500', '164119.457500', '164119.917500', '164120.377500', '164120.837500', '164121.297500', '164121.757500', '164122.217500', '164122.677500', '164123.137500', '164123.597500', '164124.057500', '164124.517500', '164124.977500', '164125.437500', '164125.897500', '164126.357500', '164126.817500', '164127.277500', '164127.737500', '164128.197500', '164128.657500', '164129.117500', '164129.577500', '164130.037500', '164130.497500', '164130.957500', '164131.417500', '164131.877500', '164132.337500', '164132.797500', '164133.257500', '164133.717500', '164134.177500', '164134.637500', '164135.097500', '164135.557500', '164136.017500', '164136.477500', '164136.937500', '164137.397500', '164137.857500', '164138.317500', '164138.777500', '164139.237500', '164139.697500', '164140.157500', '164140.617500', '164141.077500', '164141.537500', '164141.997500', '164142.457500', '164142.917500', '164143.377500', '164143.837500', '164144.297500', '164144.757500', '164145.217500', '164145.677500', '164146.137500', '164146.597500', '164147.057500', '164147.517500', '164147.977500', '164148.437500', '164148.897500', '164149.357500', '164149.817500', '164150.277500', '164150.737500', '164151.197500', '164151.657500', '164152.117500', '164152.577500', '164153.037500', '164153.497500', '164153.957500', '164154.417500', '164154.877500', '164155.337500', '164155.797500', '164156.257500', '164156.717500', '164157.177500', '164157.637500', '164158.097500', '164158.557500', '164159.017500', '164159.477500', '164159.937500', '164200.397500', '164200.857500', '164201.317500', '164201.777500', '164202.237500', '164202.697500', '164203.157500', '164203.617500', '164204.077500', '164204.537500', '164204.997500', '164205.457500', '164205.917500', '164206.377500', '164206.837500', '164207.297500', '164207.757500', '164208.217500', '164208.677500', '164209.137500', '164209.597500', '164210.057500', '164210.517500', '164210.977500', '164211.437500', '164211.897500', '164212.357500', '164212.817500', '164213.277500', '164213.737500', '164214.197500', '164214.657500', '164215.117500', '164215.577500', '164216.037500', '164216.497500', '164216.957500', '164217.417500', '164217.877500', '164218.337500', '164218.797500', '164219.257500', '164219.717500', '164220.177500', '164220.637500', '164221.097500', '164221.557500', '164222.017500', '164222.477500', '164222.937500', '164223.397500', '164223.857500', '164224.317500', '164224.777500', '164225.237500', '164225.697500', '164226.157500', '164226.617500', '164227.077500', '164227.537500', '164227.997500', '164228.457500', '164228.917500', '164229.377500', '164229.837500', '164230.297500', '164230.757500', '164231.217500', '164231.677500', '164232.137500', '164232.597500', '164233.057500', '164233.517500', '164233.977500', '164234.437500', '164234.897500', '164235.357500', '164235.817500', '164236.277500', '164236.737500', '164237.197500', '164237.657500', '164238.117500', '164238.577500', '164239.037500', '164239.497500', '164239.957500', '164240.417500', '164240.877500', '164241.337500', '164241.797500', '164242.257500', '164242.717500', '164243.177500', '164243.637500', '164244.097500', '164244.557500', '164245.017500', '164245.477500', '164245.937500', '164246.397500', '164246.857500', '164247.317500', '164247.777500', '164248.237500', '164248.697500', '164249.157500', '164249.617500', '164250.077500', '164250.537500', '164250.997500', '164251.457500', '164251.917500', '164252.377500', '164252.837500', '164253.297500', '164253.757500', '164254.217500', '164254.677500', '164255.137500', '164255.597500', '164256.057500', '164256.517500', '164256.977500', '164257.437500', '164257.897500', '164258.357500', '164258.817500', '164259.277500', '164259.737500', '164300.197500', '164300.657500', '164301.117500', '164301.577500', '164302.037500', '164302.497500', '164302.957500', '164303.417500', '164303.877500', '164304.337500', '164304.797500', '164305.257500', '164305.717500', '164306.177500', '164306.637500', '164307.097500', '164307.557500', '164308.017500', '164308.477500', '164308.937500', '164309.397500', '164309.857500', '164310.317500', '164310.777500', '164311.237500', '164311.697500', '164312.157500', '164312.617500', '164313.077500', '164313.537500', '164313.997500', '164314.457500', '164314.917500', '164315.377500', '164315.837500', '164316.297500', '164316.757500', '164317.217500', '164317.677500', '164318.137500', '164318.597500', '164319.057500', '164319.517500', '164319.977500', '164320.437500', '164320.897500', '164321.357500', '164321.817500', '164322.277500', '164322.737500', '164323.197500', '164323.657500', '164324.117500', '164324.577500', '164325.037500', '164325.497500', '164325.957500', '164326.417500', '164326.877500', '164327.337500', '164327.797500', '164328.257500', '164328.717500', '164329.177500', '164329.637500', '164330.097500', '164330.557500', '164331.017500', '164331.477500', '164331.937500', '164332.397500', '164332.857500', '164333.317500', '164333.777500', '164334.237500', '164334.697500', '164335.157500', '164335.617500', '164336.077500', '164336.537500', '164336.997500', '164337.457500', '164337.917500', '164338.377500', '164338.837500', '164339.297500', '164339.757500', '164340.217500', '164340.677500', '164341.137500', '164341.597500', '164342.057500', '164342.517500', '164342.977500', '164343.437500', '164343.897500', '164344.357500', '164344.817500', '164345.277500', '164345.737500', '164346.197500', '164346.657500', '164347.117500', '164347.577500', '164348.037500', '164348.497500', '164348.957500', '164349.417500', '164349.877500', '164350.337500', '164350.797500', '164351.257500', '164351.717500', '164352.177500', '164352.637500', '164353.097500', '164353.557500', '164354.017500', '164354.477500', '164354.937500', '164355.397500', '164355.857500', '164356.317500', '164356.777500', '164357.237500', '164357.697500', '164358.157500', '164358.617500', '164359.077500', '164359.537500', '164359.997500', '164400.457500', '164400.917500', '164401.377500', '164401.837500', '164402.297500', '164402.757500', '164403.217500', '164403.677500', '164404.137500', '164404.597500', '164405.057500', '164405.517500', '164405.977500', '164406.437500', '164406.897500', '164407.357500', '164407.817500', '164408.277500', '164408.737500', '164409.197500', '164409.657500', '164410.117500', '164410.577500', '164411.037500', '164411.497500', '164411.957500', '164412.417500', '164412.877500', '164413.337500', '164413.797500', '164414.257500', '164414.717500', '164415.177500', '164415.637500', '164416.097500', '164416.557500', '164417.017500', '164417.477500', '164417.937500', '164418.397500', '164418.857500', '164419.317500', '164419.777500', '164420.237500', '164420.697500', '164421.157500', '164421.617500', '164422.077500', '164422.537500', '164422.997500', '164423.457500', '164423.917500', '164424.377500', '164424.837500', '164425.297500', '164425.757500', '164426.217500', '164426.677500', '164427.137500', '164427.597500', '164428.057500', '164428.517500', '164428.977500', '164429.437500', '164429.897500', '164430.357500', '164430.817500', '164431.277500', '164431.737500', '164432.197500', '164432.657500', '164433.117500', '164433.577500', '164434.037500', '164434.497500', '164434.957500', '164435.417500', '164435.877500', '164436.337500', '164436.797500', '164437.257500', '164437.717500', '164438.177500', '164438.637500', '164439.097500', '164439.557500', '164440.017500', '164440.477500', '164440.937500', '164441.397500', '164441.857500', '164442.317500', '164442.777500', '164443.237500', '164443.697500', '164444.157500', '164444.617500', '164445.077500', '164445.537500', '164445.997500', '164446.457500', '164446.917500', '164447.377500', '164447.837500', '164448.297500', '164448.757500', '164449.217500', '164449.677500', '164450.137500', '164450.597500', '164451.057500', '164451.517500', '164451.977500', '164452.437500', '164452.897500', '164453.357500', '164453.817500', '164454.277500', '164454.737500', '164455.197500', '164455.657500', '164456.117500', '164456.577500', '164457.037500', '164457.497500', '164457.957500', '164458.417500', '164458.877500', '164459.337500', '164459.797500', '164500.257500', '164500.717500', '164501.177500', '164501.637500', '164502.097500', '164502.557500', '164503.017500', '164503.477500', '164503.937500', '164504.397500', '164504.857500', '164505.317500', '164505.777500', '164506.237500', '164506.697500', '164507.157500', '164507.617500', '164508.077500', '164508.537500', '164508.997500', '164509.457500', '164509.917500', '164510.377500', '164510.837500', '164511.297500', '164511.757500', '164512.217500', '164512.677500', '164513.137500', '164513.597500', '164514.057500', '164514.517500', '164514.977500', '164515.437500', '164515.897500', '164516.357500', '164516.817500', '164517.277500', '164517.737500', '164518.197500', '164518.657500', '164519.117500', '164519.577500', '164520.037500', '164520.497500', '164520.957500', '164521.417500', '164521.877500', '164522.337500', '164522.797500', '164523.257500', '164523.717500', '164524.177500', '164524.637500', '164525.097500', '164525.557500', '164526.017500', '164526.477500', '164526.937500', '164527.397500', '164527.857500', '164528.317500', '164528.777500', '164529.237500', '164529.697500', '164530.157500', '164530.617500', '164531.077500', '164531.537500', '164531.997500', '164532.457500', '164532.917500', '164533.377500', '164533.837500', '164534.297500', '164534.757500', '164535.217500', '164535.677500', '164536.137500', '164536.597500', '164537.057500', '164537.517500', '164537.977500', '164538.437500', '164538.897500', '164539.357500', '164539.817500', '164540.277500', '164540.737500', '164541.197500', '164541.657500', '164542.117500', '164542.577500', '164543.037500', '164543.497500', '164543.957500', '164544.417500', '164544.877500', '164545.337500', '164545.797500', '164546.257500', '164546.717500', '164547.177500', '164547.637500', '164548.097500', '164548.557500', '164549.017500', '164549.477500', '164549.937500', '164550.397500', '164550.857500', '164551.317500', '164551.777500', '164552.237500', '164552.697500', '164553.157500', '164553.617500', '164554.077500', '164554.537500', '164554.997500', '164555.457500', '164555.917500', '164556.377500', '164556.837500', '164557.297500', '164557.757500', '164558.217500', '164558.677500', '164559.137500', '164559.597500', '164600.057500', '164600.517500', '164600.977500', '164601.437500', '164601.897500', '164602.357500', '164602.817500', '164603.277500', '164603.737500', '164604.197500', '164604.657500', '164605.117500', '164605.577500', '164606.037500', '164606.497500', '164606.957500', '164607.417500', '164607.877500', '164608.337500', '164608.797500', '164609.257500', '164609.717500', '164610.177500', '164610.637500', '164611.097500', '164611.557500', '164612.017500', '164612.477500', '164612.937500', '164613.397500', '164613.857500', '164614.317500', '164614.777500', '164615.237500', '164615.697500', '164616.157500', '164616.617500', '164617.077500', '164617.537500', '164617.997500', '164618.457500', '164618.917500', '164619.377500', '164619.837500', '164620.297500', '164620.757500', '164621.217500', '164621.677500', '164622.137500', '164622.597500', '164623.057500', '164623.517500', '164623.977500', '164624.437500', '164624.897500', '164625.357500', '164625.817500', '164626.277500', '164626.737500', '164627.197500', '164627.657500', '164628.117500', '164628.577500', '164629.037500', '164629.497500', '164629.957500', '164630.417500', '164630.877500', '164631.337500', '164631.797500', '164632.257500', '164632.717500', '164633.177500', '164633.637500', '164634.097500', '164634.557500', '164635.017500', '164635.477500', '164635.937500', '164636.397500', '164636.857500', '164637.317500', '164637.777500', '164638.237500', '164638.697500', '164639.157500', '164639.617500', '164640.077500', '164640.537500', '164640.997500', '164641.457500', '164641.917500', '164642.377500', '164642.837500', '164643.297500', '164643.757500', '164644.217500', '164644.677500', '164645.137500', '164645.597500', '164646.057500', '164646.517500', '164646.977500', '164647.437500', '164647.897500', '164648.357500', '164648.817500', '164649.277500', '164649.737500', '164650.197500', '164650.657500', '164651.117500', '164651.577500', '164652.037500', '164652.497500', '164652.957500', '164653.417500', '164653.877500', '164654.337500', '164654.797500', '164655.257500', '164655.717500', '164656.177500', '164656.637500', '164657.097500', '164657.557500', '164658.017500', '164658.477500', '164658.937500', '164659.397500', '164659.857500', '164700.317500', '164700.777500', '164701.237500', '164701.697500', '164702.157500', '164702.617500', '164703.077500', '164703.537500', '164703.997500', '164704.457500', '164704.917500', '164705.377500', '164705.837500', '164706.297500', '164706.757500', '164707.217500', '164707.677500', '164708.137500', '164708.597500', '164709.057500', '164709.517500', '164709.977500', '164710.437500', '164710.897500', '164711.357500', '164711.817500', '164712.277500', '164712.737500', '164713.197500', '164713.657500', '164714.117500', '164714.577500', '164715.037500', '164715.497500', '164715.957500', '164716.417500', '164716.877500', '164717.337500', '164717.797500', '164718.257500', '164718.717500', '164719.177500', '164719.637500', '164720.097500', '164720.557500', '164721.017500', '164721.477500', '164721.937500', '164722.397500', '164722.857500', '164723.317500', '164723.777500', '164724.237500', '164724.697500', '164725.157500', '164725.617500', '164726.077500', '164726.537500', '164726.997500', '164727.457500', '164727.917500', '164728.377500', '164728.837500', '164729.297500', '164729.757500', '164730.217500', '164730.677500', '164731.137500', '164731.597500', '164732.057500', '164732.517500', '164732.977500', '164733.437500', '164733.897500', '164734.357500', '164734.817500', '164735.277500', '164735.737500', '164736.197500', '164736.657500', '164737.117500', '164737.577500', '164738.037500', '164738.497500', '164738.957500', '164739.417500', '164739.877500', '164740.337500', '164740.797500', '164741.257500', '164741.717500', '164742.177500', '164742.637500', '164743.097500', '164743.557500', '164744.017500', '164744.477500', '164744.937500', '164745.397500', '164745.857500', '164746.317500', '164746.777500', '164747.237500', '164747.697500', '164748.157500', '164748.617500', '164749.077500', '164749.537500', '164749.997500', '164750.457500', '164750.917500', '164751.377500', '164751.837500', '164752.297500', '164752.757500'], 'ContentTime': ['164118.969000', '164118.973000', '164118.976000', '164118.979000', '164118.982000', '164118.985000', '164118.988000', '164118.991000', '164118.994000', '164118.997000', '164119.001000', '164119.004000', '164119.007000', '164119.016000', '164119.019000', '164119.022000', '164119.025000', '164119.028000', '164119.031000', '164119.034000', '164119.037000', '164119.040000', '164119.042000', '164119.045000', '164119.048000', '164119.061000', '164119.064000', '164119.067000', '164119.070000', '164119.073000', '164119.076000', '164119.079000', '164119.081000', '164119.084000', '164119.087000', '164119.090000', '164119.093000', '164119.096000', '164119.099000', '164119.102000', '164119.105000', '164119.108000', '164119.111000', '164119.114000', '164119.117000', '164119.120000', '164119.123000', '164119.126000', '164119.129000', '164119.132000', '164119.135000', '164119.137000', '164119.140000', '164119.143000', '164119.146000', '164138.925000', '164138.928000', '164138.931000', '164138.934000', '164138.937000', '164138.940000', '164138.942000', '164138.945000', '164138.948000', '164138.951000', '164138.954000', '164138.964000', '164138.967000', '164138.970000', '164138.973000', '164138.976000', '164138.979000', '164138.981000', '164138.984000', '164138.987000', '164138.990000', '164138.993000', '164138.996000', '164139.000000', '164139.002000', '164139.005000', '164139.008000', '164139.011000', '164139.014000', '164139.017000', '164139.020000', '164139.023000', '164139.026000', '164139.029000', '164139.032000', '164139.035000', '164139.038000', '164139.041000', '164139.044000', '164139.047000', '164139.049000', '164139.052000', '164139.055000', '164158.925000', '164158.928000', '164158.931000', '164158.934000', '164158.937000', '164158.939000', '164158.942000', '164158.945000', '164158.948000', '164158.951000', '164158.954000', '164158.957000', '164158.959000', '164158.962000', '164158.965000', '164158.968000', '164158.971000', '164158.974000', '164158.982000', '164158.985000', '164158.987000', '164158.990000', '164158.993000', '164158.996000', '164159.000000', '164159.003000', '164159.006000', '164159.009000', '164159.012000', '164159.015000', '164159.017000', '164159.020000', '164159.023000', '164159.026000', '164159.029000', '164159.032000', '164159.035000', '164159.037000', '164159.040000', '164159.043000', '164159.046000', '164159.049000', '164159.052000', '164159.055000', '164218.925000', '164218.928000', '164218.931000', '164218.934000', '164218.937000', '164218.940000', '164218.943000', '164218.945000', '164218.948000', '164218.951000', '164218.954000', '164218.957000', '164218.960000', '164218.963000', '164218.966000', '164218.969000', '164218.971000', '164218.974000', '164218.977000', '164218.980000', '164218.983000', '164218.986000', '164218.989000', '164218.992000', '164218.994000', '164218.997000', '164219.001000', '164219.004000', '164219.007000', '164219.010000', '164219.013000', '164219.016000', '164219.018000', '164219.021000', '164219.024000', '164219.027000', '164219.030000', '164219.033000', '164219.036000', '164219.038000', '164219.041000', '164219.044000', '164219.047000', '164238.925000', '164238.928000', '164238.931000', '164238.934000', '164238.936000', '164238.939000', '164238.942000', '164238.945000', '164238.948000', '164238.951000', '164238.954000', '164238.956000', '164238.959000', '164238.962000', '164238.965000', '164238.968000', '164238.971000', '164238.974000', '164238.982000', '164238.984000', '164238.987000', '164238.990000', '164238.993000', '164238.996000', '164239.000000', '164239.003000', '164239.006000', '164239.009000', '164239.011000', '164239.014000', '164239.017000', '164239.020000', '164239.023000', '164239.026000', '164239.029000', '164239.032000', '164239.035000', '164239.037000', '164239.040000', '164239.043000', '164239.046000', '164239.063000', '164239.066000', '164239.069000', '164258.926000', '164258.929000', '164258.932000', '164258.935000', '164258.938000', '164258.947000', '164258.950000', '164258.953000', '164258.955000', '164258.958000', '164258.961000', '164258.964000', '164258.967000', '164258.970000', '164258.973000', '164258.976000', '164258.979000', '164258.981000', '164258.984000', '164258.987000', '164258.990000', '164258.993000', '164258.996000', '164258.999000', '164259.003000', '164259.006000', '164259.009000', '164259.012000', '164259.015000', '164259.018000', '164259.021000', '164259.024000', '164259.027000', '164259.029000', '164259.032000', '164259.035000', '164259.038000', '164259.041000', '164259.044000', '164259.047000', '164259.050000', '164259.052000', '164259.055000', '164318.926000', '164318.929000', '164318.932000', '164318.935000', '164318.938000', '164318.940000', '164318.943000', '164318.946000', '164318.949000', '164318.952000', '164318.955000', '164318.958000', '164318.961000', '164318.963000', '164318.966000', '164318.970000', '164318.973000', '164318.976000', '164318.979000', '164318.982000', '164318.985000', '164318.988000', '164318.991000', '164318.993000', '164318.996000', '164319.000000', '164319.003000', '164319.006000', '164319.009000', '164319.012000', '164319.015000', '164319.018000', '164319.021000', '164319.023000', '164319.026000', '164319.029000', '164319.032000', '164319.035000', '164319.038000', '164319.041000', '164319.044000', '164319.047000', '164319.049000', '164319.052000', '164338.926000', '164338.929000', '164338.932000', '164338.935000', '164338.938000', '164338.941000', '164338.944000', '164338.947000', '164338.949000', '164338.952000', '164338.955000', '164338.965000', '164338.968000', '164338.971000', '164338.974000', '164338.977000', '164338.980000', '164338.983000', '164338.985000', '164338.988000', '164338.991000', '164338.994000', '164338.997000', '164339.001000', '164339.004000', '164339.007000', '164339.010000', '164339.013000', '164339.016000', '164339.018000', '164339.021000', '164339.024000', '164339.027000', '164339.030000', '164339.033000', '164339.036000', '164339.039000', '164339.042000', '164339.045000', '164339.048000', '164339.050000', '164339.053000', '164339.056000', '164358.925000', '164358.928000', '164358.931000', '164358.934000', '164358.936000', '164358.939000', '164358.942000', '164358.945000', '164358.948000', '164358.951000', '164358.954000', '164358.957000', '164358.960000', '164358.963000', '164358.965000', '164358.968000', '164358.971000', '164358.974000', '164358.977000', '164358.980000', '164358.983000', '164358.986000', '164358.989000', '164358.991000', '164358.994000', '164358.997000', '164359.001000', '164359.004000', '164359.007000', '164359.010000', '164359.013000', '164359.015000', '164359.018000', '164359.021000', '164359.024000', '164359.027000', '164359.030000', '164359.033000', '164359.036000', '164359.039000', '164359.041000', '164359.044000', '164359.047000', '164359.050000', '164418.925000', '164418.928000', '164418.931000', '164418.934000', '164418.937000', '164418.940000', '164418.942000', '164418.945000', '164418.948000', '164418.951000', '164418.954000', '164418.957000', '164418.960000', '164418.963000', '164418.966000', '164418.969000', '164418.971000', '164418.974000', '164418.977000', '164418.980000', '164418.983000', '164418.986000', '164418.989000', '164418.992000', '164418.995000', '164418.998000', '164419.001000', '164419.004000', '164419.007000', '164419.010000', '164419.013000', '164419.016000', '164419.019000', '164419.022000', '164419.025000', '164419.028000', '164419.030000', '164419.033000', '164419.036000', '164419.040000', '164419.043000', '164419.046000', '164419.049000', '164438.925000', '164438.928000', '164438.931000', '164438.934000', '164438.937000', '164438.940000', '164438.942000', '164438.960000', '164438.963000', '164438.966000', '164438.969000', '164438.972000', '164438.974000', '164438.977000', '164438.980000', '164438.983000', '164438.986000', '164438.989000', '164438.992000', '164438.995000', '164438.998000', '164439.002000', '164439.005000', '164439.007000', '164439.010000', '164439.013000', '164439.016000', '164439.019000', '164439.022000', '164439.025000', '164439.028000', '164439.031000', '164439.033000', '164439.036000', '164439.039000', '164439.042000', '164439.045000', '164439.048000', '164439.051000', '164439.054000', '164439.057000', '164439.059000', '164439.062000', '164439.065000', '164458.925000', '164458.928000', '164458.931000', '164458.934000', '164458.937000', '164458.940000', '164458.943000', '164458.946000', '164458.948000', '164458.951000', '164458.954000', '164458.957000', '164458.960000', '164458.963000', '164458.966000', '164458.969000', '164458.971000', '164458.974000', '164458.977000', '164458.980000', '164458.983000', '164458.986000', '164458.989000', '164458.992000', '164458.995000', '164458.998000', '164459.001000', '164459.004000', '164459.007000', '164459.010000', '164459.013000', '164459.016000', '164459.019000', '164459.022000', '164459.025000', '164459.028000', '164459.031000', '164459.033000', '164459.044000', '164459.046000', '164459.049000', '164459.052000', '164459.055000', '164518.926000', '164518.929000', '164518.932000', '164518.935000', '164518.938000', '164518.941000', '164518.944000', '164518.946000', '164518.949000', '164518.952000', '164518.955000', '164518.958000', '164518.961000', '164518.964000', '164518.967000', '164518.970000', '164518.973000', '164518.975000', '164518.978000', '164518.981000', '164518.984000', '164518.987000', '164518.990000', '164518.993000', '164518.996000', '164518.999000', '164519.001000', '164519.004000', '164519.007000', '164519.010000', '164519.013000', '164519.016000', '164519.019000', '164519.022000', '164519.025000', '164519.028000', '164519.030000', '164519.033000', '164519.036000', '164519.039000', '164519.042000', '164519.045000', '164519.048000', '164519.051000', '164538.926000', '164538.929000', '164538.932000', '164538.935000', '164538.938000', '164538.941000', '164538.944000', '164538.946000', '164538.949000', '164538.952000', '164538.955000', '164538.958000', '164538.961000', '164538.964000', '164538.967000', '164538.970000', '164538.973000', '164538.975000', '164538.978000', '164538.981000', '164538.984000', '164538.987000', '164538.990000', '164538.993000', '164538.996000', '164539.000000', '164539.003000', '164539.006000', '164539.008000', '164539.011000', '164539.014000', '164539.017000', '164539.020000', '164539.023000', '164539.026000', '164539.029000', '164539.032000', '164539.035000', '164539.037000', '164539.040000', '164539.043000', '164539.046000', '164539.049000', '164558.926000', '164558.929000', '164558.932000', '164558.935000', '164558.938000', '164558.941000', '164558.944000', '164558.947000', '164558.950000', '164558.953000', '164558.956000', '164558.958000', '164558.961000', '164558.964000', '164558.967000', '164558.970000', '164558.973000', '164558.976000', '164558.979000', '164558.982000', '164558.985000', '164558.987000', '164558.990000', '164558.993000', '164558.996000', '164559.000000', '164559.003000', '164559.006000', '164559.009000', '164559.012000', '164559.014000', '164559.017000', '164559.020000', '164559.023000', '164559.026000', '164559.029000', '164559.032000', '164559.035000', '164559.038000', '164559.041000', '164559.043000', '164559.047000', '164559.049000', '164618.925000', '164618.928000', '164618.931000', '164618.934000', '164618.937000', '164618.940000', '164618.943000', '164618.946000', '164618.949000', '164618.951000', '164618.954000', '164618.957000', '164618.960000', '164618.963000', '164618.966000', '164618.969000', '164618.972000', '164618.990000', '164618.993000', '164618.996000', '164619.000000', '164619.003000', '164619.006000', '164619.009000', '164619.012000', '164619.015000', '164619.017000', '164619.020000', '164619.023000', '164619.026000', '164619.029000', '164619.032000', '164619.035000', '164619.038000', '164619.041000', '164619.044000', '164619.047000', '164619.049000', '164619.052000', '164619.055000', '164619.058000', '164619.061000', '164619.064000', '164619.067000', '164638.925000', '164638.928000', '164638.931000', '164638.934000', '164638.937000', '164638.940000', '164638.943000', '164638.946000', '164638.949000', '164638.952000', '164638.955000', '164638.958000', '164638.961000', '164638.964000', '164638.966000', '164638.969000', '164638.975000', '164638.978000', '164638.980000', '164638.983000', '164638.986000', '164638.989000', '164638.992000', '164638.995000', '164638.998000', '164639.002000', '164639.005000', '164639.007000', '164639.010000', '164639.013000', '164639.016000', '164639.019000', '164639.022000', '164639.025000', '164639.028000', '164639.031000', '164639.034000', '164639.036000', '164639.039000', '164639.042000', '164639.045000', '164639.048000', '164639.051000', '164658.925000', '164658.928000', '164658.931000', '164658.934000', '164658.937000', '164658.940000', '164658.943000', '164658.945000', '164658.948000', '164658.951000', '164658.954000', '164658.957000', '164658.960000', '164658.963000', '164658.966000', '164658.969000', '164658.972000', '164658.974000', '164658.977000', '164658.980000', '164658.983000', '164658.986000', '164658.989000', '164658.992000', '164658.995000', '164658.997000', '164659.001000', '164659.004000', '164659.007000', '164659.010000', '164659.013000', '164659.016000', '164659.019000', '164659.022000', '164659.024000', '164659.027000', '164659.030000', '164659.033000', '164659.036000', '164659.039000', '164659.042000', '164659.044000', '164659.047000', '164659.050000', '164718.925000', '164718.928000', '164718.931000', '164718.934000', '164718.937000', '164718.940000', '164718.943000', '164718.945000', '164718.948000', '164718.951000', '164718.954000', '164718.957000', '164718.960000', '164718.963000', '164718.966000', '164718.969000', '164718.972000', '164718.975000', '164718.978000', '164718.981000', '164718.984000', '164718.986000', '164718.989000', '164718.992000', '164718.995000', '164718.998000', '164719.002000', '164719.005000', '164719.008000', '164719.011000', '164719.013000', '164719.016000', '164719.019000', '164719.022000', '164719.025000', '164719.028000', '164719.031000', '164719.034000', '164719.036000', '164719.039000', '164719.042000', '164719.045000', '164719.048000', '164738.926000', '164738.929000', '164738.932000', '164738.935000', '164738.938000', '164738.941000', '164738.944000', '164738.946000', '164738.949000', '164738.952000', '164738.955000', '164738.958000', '164738.961000', '164738.964000', '164738.967000', '164738.970000', '164738.973000', '164738.975000', '164738.978000', '164738.981000', '164738.984000', '164738.987000', '164738.990000', '164738.993000', '164738.996000', '164738.999000', '164739.002000', '164739.004000', '164739.007000', '164739.010000', '164739.013000', '164739.016000', '164739.019000', '164739.022000', '164739.025000', '164739.028000', '164739.031000', '164739.033000', '164739.036000', '164739.039000', '164739.042000', '164739.045000', '164739.048000', '164739.051000', '164753.972000', '164753.976000', '164753.979000', '164753.982000', '164753.985000', '164753.988000', '164753.991000', '164753.994000', '164753.997000', '164754.000000', '164754.003000', '164754.006000', '164754.008000', '164754.011000', '164754.014000', '164754.017000', '164754.027000', '164754.030000', '164754.032000', '164754.035000', '164754.038000', '164754.041000', '164754.044000', '164754.047000', '164754.050000', '164754.052000', '164754.055000', '164754.068000', '164754.070000', '164754.073000', '164754.076000', '164754.079000', '164754.082000'], 'InstanceCreationTime': ['164118.969000', '164118.973000', '164118.976000', '164118.979000', '164118.982000', '164118.985000', '164118.988000', '164118.991000', '164118.994000', '164118.997000', '164119.001000', '164119.004000', '164119.007000', '164119.016000', '164119.019000', '164119.022000', '164119.025000', '164119.028000', '164119.031000', '164119.034000', '164119.037000', '164119.040000', '164119.042000', '164119.045000', '164119.048000', '164119.061000', '164119.064000', '164119.067000', '164119.070000', '164119.073000', '164119.076000', '164119.079000', '164119.081000', '164119.084000', '164119.087000', '164119.090000', '164119.093000', '164119.096000', '164119.099000', '164119.102000', '164119.105000', '164119.108000', '164119.111000', '164119.114000', '164119.117000', '164119.120000', '164119.123000', '164119.126000', '164119.129000', '164119.132000', '164119.135000', '164119.137000', '164119.140000', '164119.143000', '164119.146000', '164138.925000', '164138.928000', '164138.931000', '164138.934000', '164138.937000', '164138.940000', '164138.942000', '164138.945000', '164138.948000', '164138.951000', '164138.954000', '164138.964000', '164138.967000', '164138.970000', '164138.973000', '164138.976000', '164138.979000', '164138.981000', '164138.984000', '164138.987000', '164138.990000', '164138.993000', '164138.996000', '164139.000000', '164139.002000', '164139.005000', '164139.008000', '164139.011000', '164139.014000', '164139.017000', '164139.020000', '164139.023000', '164139.026000', '164139.029000', '164139.032000', '164139.035000', '164139.038000', '164139.041000', '164139.044000', '164139.047000', '164139.049000', '164139.052000', '164139.055000', '164158.925000', '164158.928000', '164158.931000', '164158.934000', '164158.937000', '164158.939000', '164158.942000', '164158.945000', '164158.948000', '164158.951000', '164158.954000', '164158.957000', '164158.959000', '164158.962000', '164158.965000', '164158.968000', '164158.971000', '164158.974000', '164158.982000', '164158.985000', '164158.987000', '164158.990000', '164158.993000', '164158.996000', '164159.000000', '164159.003000', '164159.006000', '164159.009000', '164159.012000', '164159.015000', '164159.017000', '164159.020000', '164159.023000', '164159.026000', '164159.029000', '164159.032000', '164159.035000', '164159.037000', '164159.040000', '164159.043000', '164159.046000', '164159.049000', '164159.052000', '164159.055000', '164218.925000', '164218.928000', '164218.931000', '164218.934000', '164218.937000', '164218.940000', '164218.943000', '164218.945000', '164218.948000', '164218.951000', '164218.954000', '164218.957000', '164218.960000', '164218.963000', '164218.966000', '164218.969000', '164218.971000', '164218.974000', '164218.977000', '164218.980000', '164218.983000', '164218.986000', '164218.989000', '164218.992000', '164218.994000', '164218.997000', '164219.001000', '164219.004000', '164219.007000', '164219.010000', '164219.013000', '164219.016000', '164219.018000', '164219.021000', '164219.024000', '164219.027000', '164219.030000', '164219.033000', '164219.036000', '164219.038000', '164219.041000', '164219.044000', '164219.047000', '164238.925000', '164238.928000', '164238.931000', '164238.934000', '164238.936000', '164238.939000', '164238.942000', '164238.945000', '164238.948000', '164238.951000', '164238.954000', '164238.956000', '164238.959000', '164238.962000', '164238.965000', '164238.968000', '164238.971000', '164238.974000', '164238.982000', '164238.984000', '164238.987000', '164238.990000', '164238.993000', '164238.996000', '164239.000000', '164239.003000', '164239.006000', '164239.009000', '164239.011000', '164239.014000', '164239.017000', '164239.020000', '164239.023000', '164239.026000', '164239.029000', '164239.032000', '164239.035000', '164239.037000', '164239.040000', '164239.043000', '164239.046000', '164239.063000', '164239.066000', '164239.069000', '164258.926000', '164258.929000', '164258.932000', '164258.935000', '164258.938000', '164258.947000', '164258.950000', '164258.953000', '164258.955000', '164258.958000', '164258.961000', '164258.964000', '164258.967000', '164258.970000', '164258.973000', '164258.976000', '164258.979000', '164258.981000', '164258.984000', '164258.987000', '164258.990000', '164258.993000', '164258.996000', '164258.999000', '164259.003000', '164259.006000', '164259.009000', '164259.012000', '164259.015000', '164259.018000', '164259.021000', '164259.024000', '164259.027000', '164259.029000', '164259.032000', '164259.035000', '164259.038000', '164259.041000', '164259.044000', '164259.047000', '164259.050000', '164259.052000', '164259.055000', '164318.926000', '164318.929000', '164318.932000', '164318.935000', '164318.938000', '164318.940000', '164318.943000', '164318.946000', '164318.949000', '164318.952000', '164318.955000', '164318.958000', '164318.961000', '164318.963000', '164318.966000', '164318.970000', '164318.973000', '164318.976000', '164318.979000', '164318.982000', '164318.985000', '164318.988000', '164318.991000', '164318.993000', '164318.996000', '164319.000000', '164319.003000', '164319.006000', '164319.009000', '164319.012000', '164319.015000', '164319.018000', '164319.021000', '164319.023000', '164319.026000', '164319.029000', '164319.032000', '164319.035000', '164319.038000', '164319.041000', '164319.044000', '164319.047000', '164319.049000', '164319.052000', '164338.926000', '164338.929000', '164338.932000', '164338.935000', '164338.938000', '164338.941000', '164338.944000', '164338.947000', '164338.949000', '164338.952000', '164338.955000', '164338.965000', '164338.968000', '164338.971000', '164338.974000', '164338.977000', '164338.980000', '164338.983000', '164338.985000', '164338.988000', '164338.991000', '164338.994000', '164338.997000', '164339.001000', '164339.004000', '164339.007000', '164339.010000', '164339.013000', '164339.016000', '164339.018000', '164339.021000', '164339.024000', '164339.027000', '164339.030000', '164339.033000', '164339.036000', '164339.039000', '164339.042000', '164339.045000', '164339.048000', '164339.050000', '164339.053000', '164339.056000', '164358.925000', '164358.928000', '164358.931000', '164358.934000', '164358.936000', '164358.939000', '164358.942000', '164358.945000', '164358.948000', '164358.951000', '164358.954000', '164358.957000', '164358.960000', '164358.963000', '164358.965000', '164358.968000', '164358.971000', '164358.974000', '164358.977000', '164358.980000', '164358.983000', '164358.986000', '164358.989000', '164358.991000', '164358.994000', '164358.997000', '164359.001000', '164359.004000', '164359.007000', '164359.010000', '164359.013000', '164359.015000', '164359.018000', '164359.021000', '164359.024000', '164359.027000', '164359.030000', '164359.033000', '164359.036000', '164359.039000', '164359.041000', '164359.044000', '164359.047000', '164359.050000', '164418.925000', '164418.928000', '164418.931000', '164418.934000', '164418.937000', '164418.940000', '164418.942000', '164418.945000', '164418.948000', '164418.951000', '164418.954000', '164418.957000', '164418.960000', '164418.963000', '164418.966000', '164418.969000', '164418.971000', '164418.974000', '164418.977000', '164418.980000', '164418.983000', '164418.986000', '164418.989000', '164418.992000', '164418.995000', '164418.998000', '164419.001000', '164419.004000', '164419.007000', '164419.010000', '164419.013000', '164419.016000', '164419.019000', '164419.022000', '164419.025000', '164419.028000', '164419.030000', '164419.033000', '164419.036000', '164419.040000', '164419.043000', '164419.046000', '164419.049000', '164438.925000', '164438.928000', '164438.931000', '164438.934000', '164438.937000', '164438.940000', '164438.942000', '164438.960000', '164438.963000', '164438.966000', '164438.969000', '164438.972000', '164438.974000', '164438.977000', '164438.980000', '164438.983000', '164438.986000', '164438.989000', '164438.992000', '164438.995000', '164438.998000', '164439.002000', '164439.005000', '164439.007000', '164439.010000', '164439.013000', '164439.016000', '164439.019000', '164439.022000', '164439.025000', '164439.028000', '164439.031000', '164439.033000', '164439.036000', '164439.039000', '164439.042000', '164439.045000', '164439.048000', '164439.051000', '164439.054000', '164439.057000', '164439.059000', '164439.062000', '164439.065000', '164458.925000', '164458.928000', '164458.931000', '164458.934000', '164458.937000', '164458.940000', '164458.943000', '164458.946000', '164458.948000', '164458.951000', '164458.954000', '164458.957000', '164458.960000', '164458.963000', '164458.966000', '164458.969000', '164458.971000', '164458.974000', '164458.977000', '164458.980000', '164458.983000', '164458.986000', '164458.989000', '164458.992000', '164458.995000', '164458.998000', '164459.001000', '164459.004000', '164459.007000', '164459.010000', '164459.013000', '164459.016000', '164459.019000', '164459.022000', '164459.025000', '164459.028000', '164459.031000', '164459.033000', '164459.044000', '164459.046000', '164459.049000', '164459.052000', '164459.055000', '164518.926000', '164518.929000', '164518.932000', '164518.935000', '164518.938000', '164518.941000', '164518.944000', '164518.946000', '164518.949000', '164518.952000', '164518.955000', '164518.958000', '164518.961000', '164518.964000', '164518.967000', '164518.970000', '164518.973000', '164518.975000', '164518.978000', '164518.981000', '164518.984000', '164518.987000', '164518.990000', '164518.993000', '164518.996000', '164518.999000', '164519.001000', '164519.004000', '164519.007000', '164519.010000', '164519.013000', '164519.016000', '164519.019000', '164519.022000', '164519.025000', '164519.028000', '164519.030000', '164519.033000', '164519.036000', '164519.039000', '164519.042000', '164519.045000', '164519.048000', '164519.051000', '164538.926000', '164538.929000', '164538.932000', '164538.935000', '164538.938000', '164538.941000', '164538.944000', '164538.946000', '164538.949000', '164538.952000', '164538.955000', '164538.958000', '164538.961000', '164538.964000', '164538.967000', '164538.970000', '164538.973000', '164538.975000', '164538.978000', '164538.981000', '164538.984000', '164538.987000', '164538.990000', '164538.993000', '164538.996000', '164539.000000', '164539.003000', '164539.006000', '164539.008000', '164539.011000', '164539.014000', '164539.017000', '164539.020000', '164539.023000', '164539.026000', '164539.029000', '164539.032000', '164539.035000', '164539.037000', '164539.040000', '164539.043000', '164539.046000', '164539.049000', '164558.926000', '164558.929000', '164558.932000', '164558.935000', '164558.938000', '164558.941000', '164558.944000', '164558.947000', '164558.950000', '164558.953000', '164558.956000', '164558.958000', '164558.961000', '164558.964000', '164558.967000', '164558.970000', '164558.973000', '164558.976000', '164558.979000', '164558.982000', '164558.985000', '164558.987000', '164558.990000', '164558.993000', '164558.996000', '164559.000000', '164559.003000', '164559.006000', '164559.009000', '164559.012000', '164559.014000', '164559.017000', '164559.020000', '164559.023000', '164559.026000', '164559.029000', '164559.032000', '164559.035000', '164559.038000', '164559.041000', '164559.043000', '164559.047000', '164559.049000', '164618.925000', '164618.928000', '164618.931000', '164618.934000', '164618.937000', '164618.940000', '164618.943000', '164618.946000', '164618.949000', '164618.951000', '164618.954000', '164618.957000', '164618.960000', '164618.963000', '164618.966000', '164618.969000', '164618.972000', '164618.990000', '164618.993000', '164618.996000', '164619.000000', '164619.003000', '164619.006000', '164619.009000', '164619.012000', '164619.015000', '164619.017000', '164619.020000', '164619.023000', '164619.026000', '164619.029000', '164619.032000', '164619.035000', '164619.038000', '164619.041000', '164619.044000', '164619.047000', '164619.049000', '164619.052000', '164619.055000', '164619.058000', '164619.061000', '164619.064000', '164619.067000', '164638.925000', '164638.928000', '164638.931000', '164638.934000', '164638.937000', '164638.940000', '164638.943000', '164638.946000', '164638.949000', '164638.952000', '164638.955000', '164638.958000', '164638.961000', '164638.964000', '164638.966000', '164638.969000', '164638.975000', '164638.978000', '164638.980000', '164638.983000', '164638.986000', '164638.989000', '164638.992000', '164638.995000', '164638.998000', '164639.002000', '164639.005000', '164639.007000', '164639.010000', '164639.013000', '164639.016000', '164639.019000', '164639.022000', '164639.025000', '164639.028000', '164639.031000', '164639.034000', '164639.036000', '164639.039000', '164639.042000', '164639.045000', '164639.048000', '164639.051000', '164658.925000', '164658.928000', '164658.931000', '164658.934000', '164658.937000', '164658.940000', '164658.943000', '164658.945000', '164658.948000', '164658.951000', '164658.954000', '164658.957000', '164658.960000', '164658.963000', '164658.966000', '164658.969000', '164658.972000', '164658.974000', '164658.977000', '164658.980000', '164658.983000', '164658.986000', '164658.989000', '164658.992000', '164658.995000', '164658.997000', '164659.001000', '164659.004000', '164659.007000', '164659.010000', '164659.013000', '164659.016000', '164659.019000', '164659.022000', '164659.024000', '164659.027000', '164659.030000', '164659.033000', '164659.036000', '164659.039000', '164659.042000', '164659.044000', '164659.047000', '164659.050000', '164718.925000', '164718.928000', '164718.931000', '164718.934000', '164718.937000', '164718.940000', '164718.943000', '164718.945000', '164718.948000', '164718.951000', '164718.954000', '164718.957000', '164718.960000', '164718.963000', '164718.966000', '164718.969000', '164718.972000', '164718.975000', '164718.978000', '164718.981000', '164718.984000', '164718.986000', '164718.989000', '164718.992000', '164718.995000', '164718.998000', '164719.002000', '164719.005000', '164719.008000', '164719.011000', '164719.013000', '164719.016000', '164719.019000', '164719.022000', '164719.025000', '164719.028000', '164719.031000', '164719.034000', '164719.036000', '164719.039000', '164719.042000', '164719.045000', '164719.048000', '164738.926000', '164738.929000', '164738.932000', '164738.935000', '164738.938000', '164738.941000', '164738.944000', '164738.946000', '164738.949000', '164738.952000', '164738.955000', '164738.958000', '164738.961000', '164738.964000', '164738.967000', '164738.970000', '164738.973000', '164738.975000', '164738.978000', '164738.981000', '164738.984000', '164738.987000', '164738.990000', '164738.993000', '164738.996000', '164738.999000', '164739.002000', '164739.004000', '164739.007000', '164739.010000', '164739.013000', '164739.016000', '164739.019000', '164739.022000', '164739.025000', '164739.028000', '164739.031000', '164739.033000', '164739.036000', '164739.039000', '164739.042000', '164739.045000', '164739.048000', '164739.051000', '164753.972000', '164753.976000', '164753.979000', '164753.982000', '164753.985000', '164753.988000', '164753.991000', '164753.994000', '164753.997000', '164754.000000', '164754.003000', '164754.006000', '164754.008000', '164754.011000', '164754.014000', '164754.017000', '164754.027000', '164754.030000', '164754.032000', '164754.035000', '164754.038000', '164754.041000', '164754.044000', '164754.047000', '164754.050000', '164754.052000', '164754.055000', '164754.068000', '164754.070000', '164754.073000', '164754.076000', '164754.079000', '164754.082000'], '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': [13163, 17016, 13952, 16750, 15121, 15581, 15574, 15120, 15644, 14951, 15281, 20261, 16411, 13632, 14747, 15179, 13277, 14816, 13049, 13880, 13403, 13134, 13451, 15557, 14073, 16551, 13371, 15186, 13945, 15035, 14272, 15331, 13060, 15460, 13497, 15176, 14284, 15487, 14381, 15767, 15118, 15365, 16201, 16656, 15008, 13405, 14213, 13600, 13664, 12898, 17132, 13920, 14690, 13805, 14387, 13434, 16183, 13253, 17042, 12940, 13026, 13381, 15632, 13173, 19638, 13592, 15275, 15038, 15605, 14213, 14161, 16130, 13286, 14140, 13500, 16241, 13630, 20393, 14896, 13375, 14987, 13816, 13924, 15311, 14795, 15268, 15413, 14059, 15283, 12950, 16701, 13592, 15082, 13349, 15096, 13301, 18536, 14717, 14761, 15590, 14133, 15418, 14288, 15335, 13545, 16378, 13248, 19542, 14914, 13111, 15356, 14405, 15349, 14592, 14451, 14387, 15620, 14878, 15367, 14638, 15024, 14233, 16654, 13795, 15319, 13212, 15143, 12900, 16014, 14324, 13368, 15119, 12769, 15142, 14978, 14497, 14348, 15936, 14520, 15842, 14777, 15483, 13526, 17421, 15759, 16097, 15571, 14512, 15081, 17065, 15255, 14166, 16105, 12825, 15781, 13026, 16358, 14035, 16038, 13588, 15746, 12595, 15872, 14328, 15208, 13808, 15549, 14296, 15378, 16017, 15408, 15111, 14681, 15309, 15586, 14836, 13018, 15435, 13892, 15410, 13424, 15531, 15523, 13759, 15259, 12921, 15226, 13987, 15401, 13855, 17216, 15536, 17570, 15702, 12576, 15537, 17152, 13221, 12632, 17658, 14417, 15288, 13669, 15067, 20212, 22282, 19089, 17994, 13577, 16999, 14617, 13599, 14165, 15531, 15804, 14514, 13071, 14451, 14114, 13428, 14104, 15980, 14278, 16007, 14011, 15472, 15837, 13882, 16931, 14914, 15049, 15288, 14406, 16876, 12802, 18694, 13267, 17406, 13794, 16584, 13698, 15674, 13280, 15401, 13890, 16890, 14019, 14167, 14439, 12740, 13099, 12927, 16940, 13073, 15654, 13590, 16415, 13058, 16475, 12896, 16879, 13251, 15783, 12786, 17809, 12668, 17963, 13562, 16942, 13182, 16766, 14300, 17230, 14416, 17153, 14959, 17129, 15418, 15643, 15715, 13862, 15510, 13893, 16395, 13562, 16063, 13820, 16504, 14981, 14466, 16181, 16874, 13307, 17245, 13203, 17638, 13934, 15433, 16993, 15796, 16065, 14999, 16341, 14159, 16373, 15983, 15535, 15548, 15068, 16220, 14845, 16155, 15203, 17557, 16073, 15717, 17045, 15186, 18699, 15131, 16734, 14322, 17711, 15067, 15723, 14624, 15723, 14478, 15394, 14024, 14883, 13276, 16841, 15497, 14517, 15711, 13943, 15399, 15306, 15041, 17941, 13837, 16998, 15720, 15088, 15922, 15822, 15573, 15300, 15824, 15749, 15071, 15454, 14398, 15585, 13671, 15917, 13626, 15976, 15174, 15410, 14512, 15715, 14992, 15686, 14541, 17722, 15894, 15675, 13574, 15600, 15382, 15506, 14168, 15474, 14714, 15076, 14694, 15067, 14488, 15254, 13952, 14882, 14902, 12525, 14809, 17147, 14795, 14402, 16222, 14280, 15703, 14227, 15502, 14073, 15342, 14323, 14763, 14044, 15350, 13830, 15095, 14231, 14661, 14233, 15803, 14696, 15350, 13839, 15739, 13856, 14302, 13833, 15286, 13943, 15604, 14675, 14132, 14775, 14278, 14710, 14946, 14031, 14561, 14550, 14460, 14797, 14743, 14799, 15037, 13900, 15193, 14198, 14896, 13806, 16967, 14356, 15278, 13847, 15541, 14449, 14944, 14856, 14324, 15111, 16761, 15040, 15630, 14947, 15655, 14397, 15494, 14405, 15314, 14276, 15430, 14899, 15492, 14154, 13273, 15041, 15577, 14951, 15387, 14374, 14407, 14685, 15138, 15483, 16060, 14870, 15068, 14614, 15509, 14824, 14698, 17018, 14232, 15866, 14905, 19199, 14920, 14787, 14220, 16005, 14865, 14748, 14436, 15062, 15235, 15034, 17104, 15097, 15081, 15059, 15022, 16301, 15163, 18308, 14818, 15450, 14320, 13797, 14297, 13348, 13218, 13439, 14725, 14528, 17965, 14209, 15580, 14483, 13250, 14382, 15321, 14011, 13729, 14339, 13854, 16897, 15088, 16082, 14602, 17049, 15318, 16901, 15778, 15223, 15625, 14854, 15880, 13334, 16922, 15372, 17137, 16061, 13525, 16525, 14551, 15127, 16916, 14727, 14820, 16330, 14893, 14907, 15475, 14477, 16270, 13533, 15817, 21198, 14802, 12588, 13336, 14509, 13608, 12891, 13618, 17264, 13882, 16030, 15001, 15637, 13631, 12645, 14878, 14118, 13532, 14539, 13413, 13689, 14587, 15054, 18093, 14371, 15189, 15749, 13758, 15350, 16296, 20736, 14613, 14353, 12467, 13356, 13541, 13682, 15083, 13965, 14492, 16758, 12515, 16293, 18159, 21993, 20444, 21338, 16902, 15310, 11362, 14612, 12088, 15951, 14787, 14345, 16052, 14937, 12159, 11939, 15249, 14438, 12460, 15446, 14235, 15507, 16388, 14743, 12577, 13402, 13482, 16159, 12538, 13110, 13954, 13092, 12606, 12102, 12289, 14377, 12001, 13955, 15564, 13958, 21218, 15748, 13673, 16416, 13924, 19359, 16230, 15250, 21305, 16322, 13320, 12401, 14098, 12585, 14731, 12115, 12231, 11864, 13153, 14222, 11896, 14925, 11641, 15891, 13342, 17875, 14569, 10859, 14083, 14948, 13206, 21040, 20462, 14870, 11712, 11859, 13545, 13443, 15919, 14602, 11756, 16054, 14379, 13848, 16534, 15277, 13856, 16035, 16090, 14507, 16901, 20358, 17031, 15526, 15659, 12208, 14681, 12653, 12465, 15734, 13223, 18570, 15632, 13367, 12129, 15694, 12447, 15581, 15249, 14443, 15853, 13927, 17184, 13326, 14633, 19000, 20411, 13720, 15715, 13806, 12626, 13059, 13822, 12276, 14890, 14235, 14509, 14413, 12330, 11616, 12888, 12937, 14385, 16412, 16836, 15400, 17058, 13586, 11484, 13943, 11406, 13404, 13339, 13219, 13235, 12551, 13612, 16080, 13111, 13005, 15221, 13760, 13828, 15485, 14891, 13879, 15496, 14831, 15184, 13282, 14165, 14072, 14108, 13268, 12674, 12640, 13305, 15168, 12848, 17281, 12732, 12134, 12885, 12098, 13077, 11567, 16669, 12124, 12884, 12539, 13022, 12160, 12666, 12268, 14098, 11906, 14236, 11664, 14990, 11634, 11573, 12676, 12033, 13295, 13158, 13331, 11769, 13118, 11795, 15384, 11954, 17852, 14199, 15892, 12092, 12389, 13472, 12904, 13291, 15060, 12608, 19084, 12292, 18246, 11678, 16966, 11649, 16660, 11769, 16343, 11419, 15838, 12156, 18056, 14656, 13086, 13233, 13705, 14475, 13574, 14309, 12993, 14475, 13466, 15979, 12378, 13521, 11791, 14163, 12361, 14343, 11892, 14277, 11757, 12996, 14378, 14667, 15644, 12011, 13213, 14353, 13896, 16536, 13798, 17734, 12303, 14773, 12175, 16524, 13873, 20669, 14322, 12819, 14848, 13542, 15234, 13273, 15164, 14164, 14801, 13925, 15405, 12088, 21211, 13942, 14424, 14452, 15788, 13755, 17288, 16390, 14463, 15329, 13070, 12422, 13809, 15386, 12897, 15927, 14112, 13538, 14604, 12403, 15469, 12109, 18912, 15243, 14183, 13734, 14169, 12480, 19413, 15090, 13616, 14646, 14581, 14650, 12951, 14506, 13030, 19995, 15840, 14930, 13567, 13708, 13705, 14756, 12642, 13823], 'WindowCenter': [5213.0, 5218.0, 5185.0, 5192.0, 5181.0, 5179.0, 5178.0, 5166.0, 5167.0, 5154.0, 5168.0, 5187.0, 5167.0, 5145.0, 5164.0, 5179.0, 5161.0, 5167.0, 5147.0, 5156.0, 5160.0, 5149.0, 5157.0, 5168.0, 5157.0, 5176.0, 5148.0, 5156.0, 5148.0, 5154.0, 5145.0, 5154.0, 5136.0, 5153.0, 5147.0, 5153.0, 5155.0, 5154.0, 5145.0, 5152.0, 5155.0, 5155.0, 5166.0, 5165.0, 5153.0, 5145.0, 5147.0, 5147.0, 5147.0, 5148.0, 5176.0, 5157.0, 5156.0, 5157.0, 5155.0, 5148.0, 5168.0, 5149.0, 5166.0, 5148.0, 5145.0, 5148.0, 5156.0, 5148.0, 5184.0, 5151.0, 5167.0, 5157.0, 5166.0, 5158.0, 5159.0, 5168.0, 5159.0, 5156.0, 5149.0, 5166.0, 5160.0, 5185.0, 5168.0, 5147.0, 5157.0, 5146.0, 5147.0, 5155.0, 5156.0, 5157.0, 5156.0, 5156.0, 5166.0, 5149.0, 5168.0, 5158.0, 5157.0, 5148.0, 5156.0, 5147.0, 5177.0, 5157.0, 5157.0, 5154.0, 5147.0, 5157.0, 5147.0, 5156.0, 5147.0, 5154.0, 5138.0, 5175.0, 5156.0, 5132.0, 5154.0, 5143.0, 5144.0, 5142.0, 5145.0, 5144.0, 5154.0, 5156.0, 5156.0, 5156.0, 5154.0, 5145.0, 5166.0, 5147.0, 5155.0, 5136.0, 5156.0, 5136.0, 5165.0, 5158.0, 5146.0, 5157.0, 5136.0, 5156.0, 5156.0, 5156.0, 5157.0, 5167.0, 5157.0, 5165.0, 5156.0, 5157.0, 5150.0, 5167.0, 5166.0, 5155.0, 5156.0, 5145.0, 5156.0, 5153.0, 5156.0, 5144.0, 5152.0, 5123.0, 5153.0, 5124.0, 5154.0, 5134.0, 5144.0, 5133.0, 5142.0, 5123.0, 5142.0, 5131.0, 5143.0, 5130.0, 5143.0, 5132.0, 5140.0, 5152.0, 5153.0, 5143.0, 5145.0, 5155.0, 5155.0, 5155.0, 5133.0, 5154.0, 5135.0, 5154.0, 5136.0, 5158.0, 5165.0, 5148.0, 5169.0, 5138.0, 5157.0, 5145.0, 5154.0, 5158.0, 5193.0, 5181.0, 5191.0, 5170.0, 5141.0, 5181.0, 5189.0, 5150.0, 5152.0, 5178.0, 5169.0, 5167.0, 5161.0, 5169.0, 5224.0, 5240.0, 5209.0, 5180.0, 5141.0, 5167.0, 5148.0, 5151.0, 5186.0, 5208.0, 5209.0, 5174.0, 5164.0, 5164.0, 5163.0, 5153.0, 5175.0, 5185.0, 5184.0, 5198.0, 5173.0, 5174.0, 5162.0, 5153.0, 5161.0, 5139.0, 5138.0, 5147.0, 5149.0, 5154.0, 5128.0, 5152.0, 5123.0, 5140.0, 5123.0, 5139.0, 5123.0, 5141.0, 5135.0, 5144.0, 5135.0, 5152.0, 5135.0, 5134.0, 5135.0, 5124.0, 5125.0, 5125.0, 5153.0, 5137.0, 5146.0, 5137.0, 5154.0, 5136.0, 5155.0, 5138.0, 5166.0, 5137.0, 5167.0, 5140.0, 5188.0, 5151.0, 5189.0, 5163.0, 5181.0, 5163.0, 5179.0, 5173.0, 5180.0, 5171.0, 5179.0, 5172.0, 5181.0, 5181.0, 5171.0, 5182.0, 5161.0, 5182.0, 5163.0, 5193.0, 5173.0, 5194.0, 5174.0, 5193.0, 5183.0, 5173.0, 5183.0, 5192.0, 5163.0, 5192.0, 5176.0, 5193.0, 5174.0, 5183.0, 5183.0, 5186.0, 5196.0, 5196.0, 5208.0, 5177.0, 5196.0, 5184.0, 5186.0, 5185.0, 5177.0, 5185.0, 5176.0, 5185.0, 5173.0, 5193.0, 5170.0, 5159.0, 5170.0, 5148.0, 5168.0, 5135.0, 5145.0, 5125.0, 5142.0, 5131.0, 5132.0, 5133.0, 5129.0, 5131.0, 5130.0, 5122.0, 5132.0, 5125.0, 5142.0, 5144.0, 5131.0, 5143.0, 5121.0, 5142.0, 5132.0, 5144.0, 5163.0, 5135.0, 5153.0, 5157.0, 5159.0, 5170.0, 5168.0, 5168.0, 5157.0, 5146.0, 5156.0, 5158.0, 5159.0, 5147.0, 5158.0, 5148.0, 5158.0, 5137.0, 5147.0, 5133.0, 5133.0, 5124.0, 5134.0, 5147.0, 5145.0, 5137.0, 5154.0, 5145.0, 5143.0, 5113.0, 5130.0, 5130.0, 5131.0, 5134.0, 5134.0, 5146.0, 5132.0, 5134.0, 5132.0, 5124.0, 5131.0, 5125.0, 5145.0, 5147.0, 5104.0, 5135.0, 5142.0, 5150.0, 5160.0, 5168.0, 5146.0, 5157.0, 5150.0, 5160.0, 5137.0, 5146.0, 5137.0, 5135.0, 5110.0, 5147.0, 5138.0, 5171.0, 5162.0, 5161.0, 5159.0, 5184.0, 5174.0, 5171.0, 5174.0, 5173.0, 5163.0, 5162.0, 5173.0, 5186.0, 5174.0, 5182.0, 5174.0, 5164.0, 5172.0, 5162.0, 5173.0, 5173.0, 5163.0, 5172.0, 5175.0, 5173.0, 5174.0, 5172.0, 5172.0, 5173.0, 5164.0, 5170.0, 5163.0, 5161.0, 5162.0, 5181.0, 5173.0, 5172.0, 5163.0, 5172.0, 5162.0, 5161.0, 5170.0, 5161.0, 5174.0, 5180.0, 5173.0, 5171.0, 5172.0, 5173.0, 5162.0, 5161.0, 5164.0, 5162.0, 5163.0, 5163.0, 5163.0, 5162.0, 5163.0, 5153.0, 5173.0, 5184.0, 5176.0, 5174.0, 5176.0, 5165.0, 5164.0, 5174.0, 5176.0, 5174.0, 5163.0, 5176.0, 5177.0, 5187.0, 5176.0, 5177.0, 5184.0, 5167.0, 5184.0, 5177.0, 5193.0, 5178.0, 5174.0, 5177.0, 5187.0, 5186.0, 5189.0, 5178.0, 5191.0, 5186.0, 5189.0, 5197.0, 5188.0, 5188.0, 5187.0, 5188.0, 5186.0, 5189.0, 5198.0, 5190.0, 5179.0, 5177.0, 5165.0, 5167.0, 5156.0, 5156.0, 5166.0, 5191.0, 5191.0, 5209.0, 5189.0, 5186.0, 5177.0, 5167.0, 5188.0, 5185.0, 5178.0, 5169.0, 5179.0, 5170.0, 5192.0, 5179.0, 5179.0, 5168.0, 5168.0, 5168.0, 5165.0, 5153.0, 5141.0, 5142.0, 5130.0, 5127.0, 5119.0, 5163.0, 5151.0, 5150.0, 5138.0, 5119.0, 5149.0, 5133.0, 5152.0, 5166.0, 5156.0, 5155.0, 5164.0, 5169.0, 5165.0, 5168.0, 5154.0, 5165.0, 5143.0, 5165.0, 5210.0, 5180.0, 5147.0, 5161.0, 5166.0, 5170.0, 5163.0, 5181.0, 5204.0, 5183.0, 5189.0, 5180.0, 5178.0, 5162.0, 5149.0, 5169.0, 5171.0, 5174.0, 5185.0, 5186.0, 5196.0, 5192.0, 5193.0, 5203.0, 5173.0, 5182.0, 5181.0, 5173.0, 5183.0, 5193.0, 5210.0, 5183.0, 5169.0, 5150.0, 5159.0, 5151.0, 5147.0, 5156.0, 5159.0, 5158.0, 5181.0, 5155.0, 5193.0, 5202.0, 5214.0, 5201.0, 5198.0, 5166.0, 5144.0, 5115.0, 5140.0, 5115.0, 5153.0, 5144.0, 5146.0, 5155.0, 5156.0, 5126.0, 5127.0, 5155.0, 5158.0, 5139.0, 5167.0, 5169.0, 5181.0, 5191.0, 5182.0, 5162.0, 5172.0, 5168.0, 5190.0, 5150.0, 5147.0, 5156.0, 5150.0, 5138.0, 5142.0, 5153.0, 5173.0, 5155.0, 5161.0, 5170.0, 5164.0, 5199.0, 5174.0, 5164.0, 5182.0, 5161.0, 5179.0, 5167.0, 5171.0, 5199.0, 5170.0, 5160.0, 5150.0, 5160.0, 5151.0, 5171.0, 5143.0, 5143.0, 5133.0, 5141.0, 5149.0, 5132.0, 5164.0, 5137.0, 5161.0, 5153.0, 5168.0, 5150.0, 5108.0, 5139.0, 5159.0, 5152.0, 5203.0, 5202.0, 5174.0, 5141.0, 5128.0, 5149.0, 5150.0, 5167.0, 5163.0, 5129.0, 5169.0, 5160.0, 5151.0, 5170.0, 5156.0, 5148.0, 5158.0, 5156.0, 5147.0, 5151.0, 5184.0, 5152.0, 5151.0, 5153.0, 5111.0, 5128.0, 5135.0, 5132.0, 5166.0, 5145.0, 5196.0, 5176.0, 5166.0, 5145.0, 5176.0, 5146.0, 5165.0, 5154.0, 5144.0, 5163.0, 5156.0, 5174.0, 5158.0, 5142.0, 5174.0, 5184.0, 5142.0, 5151.0, 5141.0, 5133.0, 5141.0, 5142.0, 5120.0, 5139.0, 5131.0, 5131.0, 5142.0, 5123.0, 5110.0, 5118.0, 5129.0, 5136.0, 5134.0, 5135.0, 5135.0, 5146.0, 5115.0, 5094.0, 5123.0, 5094.0, 5113.0, 5114.0, 5112.0, 5111.0, 5103.0, 5123.0, 5145.0, 5126.0, 5129.0, 5147.0, 5139.0, 5139.0, 5149.0, 5151.0, 5140.0, 5150.0, 5150.0, 5151.0, 5140.0, 5141.0, 5141.0, 5152.0, 5140.0, 5130.0, 5127.0, 5126.0, 5135.0, 5127.0, 5155.0, 5128.0, 5129.0, 5138.0, 5128.0, 5138.0, 5119.0, 5167.0, 5131.0, 5138.0, 5140.0, 5140.0, 5143.0, 5140.0, 5142.0, 5159.0, 5143.0, 5160.0, 5144.0, 5162.0, 5144.0, 5144.0, 5155.0, 5154.0, 5164.0, 5167.0, 5175.0, 5158.0, 5166.0, 5157.0, 5186.0, 5156.0, 5196.0, 5178.0, 5186.0, 5168.0, 5167.0, 5180.0, 5166.0, 5167.0, 5176.0, 5156.0, 5192.0, 5156.0, 5193.0, 5146.0, 5183.0, 5146.0, 5181.0, 5144.0, 5172.0, 5144.0, 5171.0, 5154.0, 5191.0, 5174.0, 5152.0, 5153.0, 5162.0, 5174.0, 5165.0, 5162.0, 5151.0, 5164.0, 5165.0, 5174.0, 5154.0, 5165.0, 5146.0, 5166.0, 5157.0, 5175.0, 5145.0, 5162.0, 5157.0, 5163.0, 5175.0, 5185.0, 5197.0, 5168.0, 5177.0, 5186.0, 5176.0, 5197.0, 5167.0, 5194.0, 5156.0, 5174.0, 5155.0, 5184.0, 5165.0, 5200.0, 5163.0, 5151.0, 5162.0, 5150.0, 5162.0, 5151.0, 5160.0, 5152.0, 5159.0, 5160.0, 5160.0, 5142.0, 5190.0, 5161.0, 5148.0, 5150.0, 5156.0, 5138.0, 5168.0, 5161.0, 5148.0, 5157.0, 5149.0, 5127.0, 5148.0, 5145.0, 5129.0, 5156.0, 5137.0, 5138.0, 5146.0, 5127.0, 5146.0, 5117.0, 5166.0, 5145.0, 5136.0, 5135.0, 5124.0, 5116.0, 5163.0, 5146.0, 5136.0, 5146.0, 5146.0, 5144.0, 5126.0, 5135.0, 5129.0, 5175.0, 5169.0, 5181.0, 5149.0, 5149.0, 5160.0, 5158.0, 5139.0, 5136.0], 'WindowWidth': [11263.0, 11264.0, 11203.0, 11210.0, 11188.0, 11180.0, 11177.0, 11156.0, 11159.0, 11138.0, 11161.0, 11193.0, 11162.0, 11125.0, 11155.0, 11182.0, 11158.0, 11161.0, 11132.0, 11140.0, 11153.0, 11135.0, 11146.0, 11159.0, 11144.0, 11166.0, 11132.0, 11137.0, 11131.0, 11132.0, 11123.0, 11130.0, 11111.0, 11132.0, 11128.0, 11131.0, 11135.0, 11132.0, 11122.0, 11128.0, 11137.0, 11134.0, 11155.0, 11149.0, 11132.0, 11123.0, 11128.0, 11127.0, 11129.0, 11130.0, 11171.0, 11142.0, 11138.0, 11144.0, 11138.0, 11132.0, 11161.0, 11134.0, 11155.0, 11132.0, 11124.0, 11130.0, 11139.0, 11132.0, 11178.0, 11138.0, 11154.0, 11142.0, 11152.0, 11145.0, 11147.0, 11160.0, 11148.0, 11142.0, 11134.0, 11154.0, 11151.0, 11182.0, 11159.0, 11127.0, 11140.0, 11123.0, 11128.0, 11136.0, 11142.0, 11140.0, 11140.0, 11140.0, 11153.0, 11134.0, 11162.0, 11146.0, 11143.0, 11132.0, 11139.0, 11132.0, 11172.0, 11146.0, 11142.0, 11135.0, 11126.0, 11140.0, 11127.0, 11138.0, 11126.0, 11137.0, 11118.0, 11165.0, 11138.0, 11101.0, 11132.0, 11114.0, 11117.0, 11112.0, 11122.0, 11117.0, 11132.0, 11137.0, 11137.0, 11138.0, 11135.0, 11123.0, 11155.0, 11125.0, 11133.0, 11110.0, 11136.0, 11113.0, 11151.0, 11145.0, 11126.0, 11142.0, 11108.0, 11139.0, 11137.0, 11142.0, 11141.0, 11154.0, 11141.0, 11149.0, 11138.0, 11142.0, 11135.0, 11159.0, 11154.0, 11133.0, 11136.0, 11118.0, 11137.0, 11131.0, 11139.0, 11117.0, 11127.0, 11087.0, 11126.0, 11086.0, 11134.0, 11100.0, 11118.0, 11098.0, 11111.0, 11085.0, 11111.0, 11093.0, 11115.0, 11091.0, 11115.0, 11096.0, 11106.0, 11126.0, 11127.0, 11115.0, 11120.0, 11134.0, 11135.0, 11135.0, 11101.0, 11131.0, 11106.0, 11132.0, 11106.0, 11145.0, 11150.0, 11128.0, 11160.0, 11114.0, 11138.0, 11118.0, 11132.0, 11144.0, 11213.0, 11183.0, 11198.0, 11164.0, 11122.0, 11181.0, 11192.0, 11139.0, 11145.0, 11175.0, 11162.0, 11156.0, 11153.0, 11161.0, 11258.0, 11299.0, 11250.0, 11180.0, 11122.0, 11150.0, 11126.0, 11138.0, 11196.0, 11236.0, 11234.0, 11175.0, 11159.0, 11156.0, 11156.0, 11140.0, 11178.0, 11192.0, 11189.0, 11212.0, 11172.0, 11172.0, 11153.0, 11139.0, 11151.0, 11110.0, 11113.0, 11120.0, 11129.0, 11130.0, 11097.0, 11127.0, 11083.0, 11105.0, 11082.0, 11097.0, 11082.0, 11103.0, 11105.0, 11115.0, 11105.0, 11125.0, 11102.0, 11100.0, 11102.0, 11087.0, 11089.0, 11091.0, 11127.0, 11111.0, 11119.0, 11110.0, 11129.0, 11109.0, 11131.0, 11114.0, 11150.0, 11115.0, 11153.0, 11122.0, 11187.0, 11138.0, 11190.0, 11160.0, 11180.0, 11159.0, 11176.0, 11170.0, 11175.0, 11167.0, 11175.0, 11171.0, 11180.0, 11182.0, 11168.0, 11183.0, 11155.0, 11185.0, 11159.0, 11203.0, 11176.0, 11204.0, 11177.0, 11202.0, 11190.0, 11174.0, 11188.0, 11198.0, 11159.0, 11199.0, 11185.0, 11200.0, 11178.0, 11186.0, 11190.0, 11198.0, 11210.0, 11213.0, 11229.0, 11183.0, 11208.0, 11191.0, 11192.0, 11193.0, 11183.0, 11192.0, 11181.0, 11190.0, 11172.0, 11196.0, 11165.0, 11143.0, 11167.0, 11123.0, 11159.0, 11101.0, 11119.0, 11085.0, 11112.0, 11089.0, 11095.0, 11095.0, 11085.0, 11091.0, 11088.0, 11080.0, 11093.0, 11087.0, 11111.0, 11112.0, 11091.0, 11111.0, 11078.0, 11107.0, 11094.0, 11114.0, 11141.0, 11105.0, 11124.0, 11140.0, 11146.0, 11163.0, 11159.0, 11159.0, 11142.0, 11120.0, 11135.0, 11143.0, 11142.0, 11124.0, 11142.0, 11127.0, 11139.0, 11109.0, 11122.0, 11096.0, 11096.0, 11083.0, 11096.0, 11119.0, 11115.0, 11107.0, 11130.0, 11118.0, 11111.0, 11067.0, 11086.0, 11088.0, 11090.0, 11096.0, 11098.0, 11118.0, 11091.0, 11099.0, 11092.0, 11083.0, 11089.0, 11086.0, 11116.0, 11119.0, 11053.0, 11097.0, 11105.0, 11130.0, 11146.0, 11154.0, 11118.0, 11137.0, 11131.0, 11147.0, 11105.0, 11115.0, 11105.0, 11098.0, 11054.0, 11116.0, 11109.0, 11165.0, 11152.0, 11149.0, 11147.0, 11188.0, 11176.0, 11166.0, 11175.0, 11173.0, 11156.0, 11150.0, 11171.0, 11194.0, 11173.0, 11182.0, 11173.0, 11155.0, 11168.0, 11153.0, 11171.0, 11168.0, 11158.0, 11169.0, 11176.0, 11170.0, 11173.0, 11167.0, 11170.0, 11171.0, 11159.0, 11163.0, 11156.0, 11151.0, 11153.0, 11180.0, 11171.0, 11169.0, 11159.0, 11168.0, 11154.0, 11150.0, 11163.0, 11150.0, 11173.0, 11176.0, 11170.0, 11165.0, 11167.0, 11168.0, 11151.0, 11147.0, 11153.0, 11150.0, 11152.0, 11152.0, 11153.0, 11152.0, 11154.0, 11139.0, 11168.0, 11184.0, 11176.0, 11169.0, 11179.0, 11158.0, 11157.0, 11169.0, 11179.0, 11169.0, 11156.0, 11177.0, 11177.0, 11195.0, 11177.0, 11180.0, 11186.0, 11166.0, 11188.0, 11181.0, 11199.0, 11180.0, 11172.0, 11179.0, 11195.0, 11193.0, 11201.0, 11183.0, 11203.0, 11194.0, 11201.0, 11209.0, 11199.0, 11195.0, 11196.0, 11199.0, 11193.0, 11199.0, 11213.0, 11204.0, 11184.0, 11179.0, 11161.0, 11161.0, 11143.0, 11151.0, 11163.0, 11211.0, 11208.0, 11236.0, 11206.0, 11194.0, 11180.0, 11166.0, 11199.0, 11192.0, 11184.0, 11170.0, 11183.0, 11169.0, 11206.0, 11177.0, 11185.0, 11160.0, 11167.0, 11162.0, 11157.0, 11136.0, 11113.0, 11114.0, 11087.0, 11082.0, 11073.0, 11149.0, 11125.0, 11121.0, 11097.0, 11072.0, 11117.0, 11099.0, 11127.0, 11149.0, 11139.0, 11138.0, 11149.0, 11163.0, 11156.0, 11160.0, 11133.0, 11152.0, 11122.0, 11157.0, 11236.0, 11186.0, 11132.0, 11153.0, 11159.0, 11169.0, 11165.0, 11189.0, 11229.0, 11197.0, 11196.0, 11179.0, 11174.0, 11154.0, 11136.0, 11164.0, 11170.0, 11180.0, 11198.0, 11203.0, 11216.0, 11205.0, 11207.0, 11220.0, 11178.0, 11184.0, 11189.0, 11181.0, 11194.0, 11208.0, 11228.0, 11189.0, 11162.0, 11136.0, 11146.0, 11135.0, 11126.0, 11136.0, 11149.0, 11147.0, 11185.0, 11150.0, 11208.0, 11226.0, 11253.0, 11226.0, 11206.0, 11153.0, 11118.0, 11077.0, 11107.0, 11074.0, 11124.0, 11117.0, 11120.0, 11133.0, 11135.0, 11095.0, 11098.0, 11135.0, 11143.0, 11120.0, 11159.0, 11164.0, 11189.0, 11204.0, 11186.0, 11159.0, 11175.0, 11165.0, 11198.0, 11136.0, 11126.0, 11140.0, 11134.0, 11116.0, 11125.0, 11142.0, 11169.0, 11147.0, 11152.0, 11163.0, 11158.0, 11205.0, 11179.0, 11160.0, 11184.0, 11151.0, 11172.0, 11161.0, 11171.0, 11212.0, 11164.0, 11149.0, 11138.0, 11150.0, 11138.0, 11166.0, 11126.0, 11123.0, 11108.0, 11115.0, 11126.0, 11104.0, 11153.0, 11119.0, 11148.0, 11137.0, 11155.0, 11128.0, 11064.0, 11113.0, 11148.0, 11141.0, 11227.0, 11232.0, 11181.0, 11123.0, 11100.0, 11130.0, 11134.0, 11158.0, 11155.0, 11103.0, 11159.0, 11147.0, 11136.0, 11161.0, 11138.0, 11126.0, 11141.0, 11135.0, 11122.0, 11125.0, 11182.0, 11127.0, 11125.0, 11128.0, 11067.0, 11086.0, 11107.0, 11102.0, 11155.0, 11126.0, 11208.0, 11173.0, 11159.0, 11130.0, 11171.0, 11129.0, 11153.0, 11133.0, 11118.0, 11146.0, 11143.0, 11169.0, 11153.0, 11119.0, 11179.0, 11190.0, 11119.0, 11133.0, 11118.0, 11110.0, 11118.0, 11120.0, 11082.0, 11110.0, 11098.0, 11096.0, 11115.0, 11090.0, 11071.0, 11081.0, 11095.0, 11102.0, 11100.0, 11105.0, 11105.0, 11119.0, 11073.0, 11041.0, 11082.0, 11040.0, 11064.0, 11066.0, 11063.0, 11060.0, 11051.0, 11079.0, 11118.0, 11093.0, 11095.0, 11119.0, 11113.0, 11112.0, 11125.0, 11129.0, 11113.0, 11129.0, 11126.0, 11129.0, 11115.0, 11115.0, 11117.0, 11136.0, 11117.0, 11102.0, 11093.0, 11090.0, 11102.0, 11092.0, 11131.0, 11097.0, 11100.0, 11112.0, 11099.0, 11113.0, 11086.0, 11155.0, 11106.0, 11114.0, 11120.0, 11119.0, 11128.0, 11120.0, 11128.0, 11146.0, 11129.0, 11147.0, 11131.0, 11152.0, 11134.0, 11129.0, 11149.0, 11147.0, 11165.0, 11168.0, 11180.0, 11159.0, 11167.0, 11156.0, 11194.0, 11154.0, 11212.0, 11189.0, 11194.0, 11173.0, 11172.0, 11192.0, 11168.0, 11172.0, 11178.0, 11153.0, 11199.0, 11151.0, 11198.0, 11138.0, 11184.0, 11137.0, 11180.0, 11133.0, 11167.0, 11133.0, 11166.0, 11149.0, 11195.0, 11174.0, 11140.0, 11144.0, 11155.0, 11177.0, 11160.0, 11156.0, 11137.0, 11162.0, 11162.0, 11175.0, 11146.0, 11160.0, 11138.0, 11164.0, 11153.0, 11176.0, 11135.0, 11155.0, 11154.0, 11159.0, 11179.0, 11193.0, 11214.0, 11175.0, 11184.0, 11197.0, 11180.0, 11218.0, 11170.0, 11203.0, 11153.0, 11174.0, 11149.0, 11190.0, 11165.0, 11207.0, 11156.0, 11138.0, 11153.0, 11133.0, 11155.0, 11137.0, 11149.0, 11138.0, 11145.0, 11149.0, 11149.0, 11128.0, 11191.0, 11150.0, 11129.0, 11131.0, 11136.0, 11114.0, 11153.0, 11153.0, 11130.0, 11141.0, 11131.0, 11095.0, 11127.0, 11119.0, 11101.0, 11135.0, 11111.0, 11110.0, 11121.0, 11095.0, 11123.0, 11081.0, 11153.0, 11119.0, 11107.0, 11103.0, 11086.0, 11078.0, 11142.0, 11124.0, 11108.0, 11121.0, 11122.0, 11114.0, 11093.0, 11104.0, 11100.0, 11164.0, 11163.0, 11184.0, 11132.0, 11133.0, 11150.0, 11144.0, 11113.0, 11108.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.0015025466520307354</td></tr>
<tr><td colspan=3>aqi</td><td>0.03961887804610317</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.50879058829673</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3549295988351624</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997421204285709</td></tr>
<tr><td colspan=3>efc</td><td>0.4775</td></tr>
<tr><td colspan=3>fber</td><td>5609.8643</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1183640191476378</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.525795828759605</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4895110397151785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.468058304793268</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.67391929988516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3265555144671066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122608</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019452480599284172</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021884864196181297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.176773496286452</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>32.3551</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7425</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.942</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300288.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1098.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.6098</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0811</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>677.7063</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4392.5127</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1100.6031</td></tr>
<tr><td colspan=3>tsnr</td><td>33.61676278640516</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>