<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-02/func/sub-0132_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>262abed279f587d78b5c6b6245c1a4eb</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:34:44.912500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999763, 0.000754599, -0.0217516, 0.00244287, 0.989193, 0.146598]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0747887</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>[4215, -7775, -7219, 217, -77, -34, -76, 142]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>504dbc26-09bd-403e-98a2-ad1396fd784c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682291269302368, 0.006554048974066973, -0.05839334800839424, 114.35076141357422], [-0.00202453276142478, 2.653933048248291, 0.39586371183395386, -98.73192596435547], [-0.058357980102300644, -0.39331114292144775, 2.6701838970184326, -50.09911346435547], [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': ['203444.912500', '203445.372500', '203445.832500', '203446.292500', '203446.752500', '203447.212500', '203447.672500', '203448.132500', '203448.592500', '203449.052500', '203449.512500', '203449.972500', '203450.432500', '203450.892500', '203451.352500', '203451.812500', '203452.272500', '203452.732500', '203453.192500', '203453.652500', '203454.112500', '203454.572500', '203455.032500', '203455.492500', '203455.952500', '203456.412500', '203456.872500', '203457.332500', '203457.792500', '203458.252500', '203458.712500', '203459.172500', '203459.632500', '203500.092500', '203500.552500', '203501.012500', '203501.472500', '203501.932500', '203502.392500', '203502.852500', '203503.312500', '203503.772500', '203504.232500', '203504.692500', '203505.152500', '203505.612500', '203506.072500', '203506.532500', '203506.992500', '203507.452500', '203507.912500', '203508.372500', '203508.832500', '203509.292500', '203509.752500', '203510.212500', '203510.672500', '203511.132500', '203511.592500', '203512.052500', '203512.512500', '203512.972500', '203513.432500', '203513.892500', '203514.352500', '203514.812500', '203515.272500', '203515.732500', '203516.192500', '203516.652500', '203517.112500', '203517.572500', '203518.032500', '203518.492500', '203518.952500', '203519.412500', '203519.872500', '203520.332500', '203520.792500', '203521.252500', '203521.712500', '203522.172500', '203522.632500', '203523.092500', '203523.552500', '203524.012500', '203524.472500', '203524.932500', '203525.392500', '203525.852500', '203526.312500', '203526.772500', '203527.232500', '203527.692500', '203528.152500', '203528.612500', '203529.072500', '203529.532500', '203529.992500', '203530.452500', '203530.912500', '203531.372500', '203531.832500', '203532.292500', '203532.752500', '203533.212500', '203533.672500', '203534.132500', '203534.592500', '203535.052500', '203535.512500', '203535.972500', '203536.432500', '203536.892500', '203537.352500', '203537.812500', '203538.272500', '203538.732500', '203539.192500', '203539.652500', '203540.112500', '203540.572500', '203541.032500', '203541.492500', '203541.952500', '203542.412500', '203542.872500', '203543.332500', '203543.792500', '203544.252500', '203544.712500', '203545.172500', '203545.632500', '203546.092500', '203546.552500', '203547.012500', '203547.472500', '203547.932500', '203548.392500', '203548.852500', '203549.312500', '203549.772500', '203550.232500', '203550.692500', '203551.152500', '203551.612500', '203552.072500', '203552.532500', '203552.992500', '203553.452500', '203553.912500', '203554.372500', '203554.832500', '203555.292500', '203555.752500', '203556.212500', '203556.672500', '203557.132500', '203557.592500', '203558.052500', '203558.512500', '203558.972500', '203559.432500', '203559.892500', '203600.352500', '203600.812500', '203601.272500', '203601.732500', '203602.192500', '203602.652500', '203603.112500', '203603.572500', '203604.032500', '203604.492500', '203604.952500', '203605.412500', '203605.872500', '203606.332500', '203606.792500', '203607.252500', '203607.712500', '203608.172500', '203608.632500', '203609.092500', '203609.552500', '203610.012500', '203610.472500', '203610.932500', '203611.392500', '203611.852500', '203612.312500', '203612.772500', '203613.232500', '203613.692500', '203614.152500', '203614.612500', '203615.072500', '203615.532500', '203615.992500', '203616.452500', '203616.912500', '203617.372500', '203617.832500', '203618.292500', '203618.752500', '203619.212500', '203619.672500', '203620.132500', '203620.592500', '203621.052500', '203621.512500', '203621.972500', '203622.432500', '203622.892500', '203623.352500', '203623.812500', '203624.272500', '203624.732500', '203625.192500', '203625.652500', '203626.112500', '203626.572500', '203627.032500', '203627.492500', '203627.952500', '203628.412500', '203628.872500', '203629.332500', '203629.792500', '203630.252500', '203630.712500', '203631.172500', '203631.632500', '203632.092500', '203632.552500', '203633.012500', '203633.472500', '203633.932500', '203634.392500', '203634.852500', '203635.312500', '203635.772500', '203636.232500', '203636.692500', '203637.152500', '203637.612500', '203638.072500', '203638.532500', '203638.992500', '203639.452500', '203639.912500', '203640.372500', '203640.832500', '203641.292500', '203641.752500', '203642.212500', '203642.672500', '203643.132500', '203643.592500', '203644.052500', '203644.512500', '203644.972500', '203645.432500', '203645.892500', '203646.352500', '203646.812500', '203647.272500', '203647.732500', '203648.192500', '203648.652500', '203649.112500', '203649.572500', '203650.032500', '203650.492500', '203650.952500', '203651.412500', '203651.872500', '203652.332500', '203652.792500', '203653.252500', '203653.712500', '203654.172500', '203654.632500', '203655.092500', '203655.552500', '203656.012500', '203656.472500', '203656.932500', '203657.392500', '203657.852500', '203658.312500', '203658.772500', '203659.232500', '203659.692500', '203700.152500', '203700.612500', '203701.072500', '203701.532500', '203701.992500', '203702.452500', '203702.912500', '203703.372500', '203703.832500', '203704.292500', '203704.752500', '203705.212500', '203705.672500', '203706.132500', '203706.592500', '203707.052500', '203707.512500', '203707.972500', '203708.432500', '203708.892500', '203709.352500', '203709.812500', '203710.272500', '203710.732500', '203711.192500', '203711.652500', '203712.112500', '203712.572500', '203713.032500', '203713.492500', '203713.952500', '203714.412500', '203714.872500', '203715.332500', '203715.792500', '203716.252500', '203716.712500', '203717.172500', '203717.632500', '203718.092500', '203718.552500', '203719.012500', '203719.472500', '203719.932500', '203720.392500', '203720.852500', '203721.312500', '203721.772500', '203722.232500', '203722.692500', '203723.152500', '203723.612500', '203724.072500', '203724.532500', '203724.992500', '203725.452500', '203725.912500', '203726.372500', '203726.832500', '203727.292500', '203727.752500', '203728.212500', '203728.672500', '203729.132500', '203729.592500', '203730.052500', '203730.512500', '203730.972500', '203731.432500', '203731.892500', '203732.352500', '203732.812500', '203733.272500', '203733.732500', '203734.192500', '203734.652500', '203735.112500', '203735.572500', '203736.032500', '203736.492500', '203736.952500', '203737.412500', '203737.872500', '203738.332500', '203738.792500', '203739.252500', '203739.712500', '203740.172500', '203740.632500', '203741.092500', '203741.552500', '203742.012500', '203742.472500', '203742.932500', '203743.392500', '203743.852500', '203744.312500', '203744.772500', '203745.232500', '203745.692500', '203746.152500', '203746.612500', '203747.072500', '203747.532500', '203747.992500', '203748.452500', '203748.912500', '203749.372500', '203749.832500', '203750.292500', '203750.752500', '203751.212500', '203751.672500', '203752.132500', '203752.592500', '203753.052500', '203753.512500', '203753.972500', '203754.432500', '203754.892500', '203755.352500', '203755.812500', '203756.272500', '203756.732500', '203757.192500', '203757.652500', '203758.112500', '203758.572500', '203759.032500', '203759.492500', '203759.952500', '203800.412500', '203800.872500', '203801.332500', '203801.792500', '203802.252500', '203802.712500', '203803.172500', '203803.632500', '203804.092500', '203804.552500', '203805.012500', '203805.472500', '203805.932500', '203806.392500', '203806.852500', '203807.312500', '203807.772500', '203808.232500', '203808.692500', '203809.152500', '203809.612500', '203810.072500', '203810.532500', '203810.992500', '203811.452500', '203811.912500', '203812.372500', '203812.832500', '203813.292500', '203813.752500', '203814.212500', '203814.672500', '203815.132500', '203815.592500', '203816.052500', '203816.512500', '203816.972500', '203817.432500', '203817.892500', '203818.352500', '203818.812500', '203819.272500', '203819.732500', '203820.192500', '203820.652500', '203821.112500', '203821.572500', '203822.032500', '203822.492500', '203822.952500', '203823.412500', '203823.872500', '203824.332500', '203824.792500', '203825.252500', '203825.712500', '203826.172500', '203826.632500', '203827.092500', '203827.552500', '203828.012500', '203828.472500', '203828.932500', '203829.392500', '203829.852500', '203830.312500', '203830.772500', '203831.232500', '203831.692500', '203832.152500', '203832.612500', '203833.072500', '203833.532500', '203833.992500', '203834.452500', '203834.912500', '203835.372500', '203835.832500', '203836.292500', '203836.752500', '203837.212500', '203837.672500', '203838.132500', '203838.592500', '203839.052500', '203839.512500', '203839.972500', '203840.432500', '203840.892500', '203841.352500', '203841.812500', '203842.272500', '203842.732500', '203843.192500', '203843.652500', '203844.112500', '203844.572500', '203845.032500', '203845.492500', '203845.952500', '203846.412500', '203846.872500', '203847.332500', '203847.792500', '203848.252500', '203848.712500', '203849.172500', '203849.632500', '203850.092500', '203850.552500', '203851.012500', '203851.472500', '203851.932500', '203852.392500', '203852.852500', '203853.312500', '203853.772500', '203854.232500', '203854.692500', '203855.152500', '203855.612500', '203856.072500', '203856.532500', '203856.992500', '203857.452500', '203857.912500', '203858.372500', '203858.832500', '203859.292500', '203859.752500', '203900.212500', '203900.672500', '203901.132500', '203901.592500', '203902.052500', '203902.512500', '203902.972500', '203903.432500', '203903.892500', '203904.352500', '203904.812500', '203905.272500', '203905.732500', '203906.192500', '203906.652500', '203907.112500', '203907.572500', '203908.032500', '203908.492500', '203908.952500', '203909.412500', '203909.872500', '203910.332500', '203910.792500', '203911.252500', '203911.712500', '203912.172500', '203912.632500', '203913.092500', '203913.552500', '203914.012500', '203914.472500', '203914.932500', '203915.392500', '203915.852500', '203916.312500', '203916.772500', '203917.232500', '203917.692500', '203918.152500', '203918.612500', '203919.072500', '203919.532500', '203919.992500', '203920.452500', '203920.912500', '203921.372500', '203921.832500', '203922.292500', '203922.752500', '203923.212500', '203923.672500', '203924.132500', '203924.592500', '203925.052500', '203925.512500', '203925.972500', '203926.432500', '203926.892500', '203927.352500', '203927.812500', '203928.272500', '203928.732500', '203929.192500', '203929.652500', '203930.112500', '203930.572500', '203931.032500', '203931.492500', '203931.952500', '203932.412500', '203932.872500', '203933.332500', '203933.792500', '203934.252500', '203934.712500', '203935.172500', '203935.632500', '203936.092500', '203936.552500', '203937.012500', '203937.472500', '203937.932500', '203938.392500', '203938.852500', '203939.312500', '203939.772500', '203940.232500', '203940.692500', '203941.152500', '203941.612500', '203942.072500', '203942.532500', '203942.992500', '203943.452500', '203943.912500', '203944.372500', '203944.832500', '203945.292500', '203945.752500', '203946.212500', '203946.672500', '203947.132500', '203947.592500', '203948.052500', '203948.512500', '203948.972500', '203949.432500', '203949.892500', '203950.352500', '203950.812500', '203951.272500', '203951.732500', '203952.192500', '203952.652500', '203953.112500', '203953.572500', '203954.032500', '203954.492500', '203954.952500', '203955.412500', '203955.872500', '203956.332500', '203956.792500', '203957.252500', '203957.712500', '203958.172500', '203958.632500', '203959.092500', '203959.552500', '204000.012500', '204000.472500', '204000.932500', '204001.392500', '204001.852500', '204002.312500', '204002.772500', '204003.232500', '204003.692500', '204004.152500', '204004.612500', '204005.072500', '204005.532500', '204005.992500', '204006.452500', '204006.912500', '204007.372500', '204007.832500', '204008.292500', '204008.752500', '204009.212500', '204009.672500', '204010.132500', '204010.592500', '204011.052500', '204011.512500', '204011.972500', '204012.432500', '204012.892500', '204013.352500', '204013.812500', '204014.272500', '204014.732500', '204015.192500', '204015.652500', '204016.112500', '204016.572500', '204017.032500', '204017.492500', '204017.952500', '204018.412500', '204018.872500', '204019.332500', '204019.792500', '204020.252500', '204020.712500', '204021.172500', '204021.632500', '204022.092500', '204022.552500', '204023.012500', '204023.472500', '204023.932500', '204024.392500', '204024.852500', '204025.312500', '204025.772500', '204026.232500', '204026.692500', '204027.152500', '204027.612500', '204028.072500', '204028.532500', '204028.992500', '204029.452500', '204029.912500', '204030.372500', '204030.832500', '204031.292500', '204031.752500', '204032.212500', '204032.672500', '204033.132500', '204033.592500', '204034.052500', '204034.512500', '204034.972500', '204035.432500', '204035.892500', '204036.352500', '204036.812500', '204037.272500', '204037.732500', '204038.192500', '204038.652500', '204039.112500', '204039.572500', '204040.032500', '204040.492500', '204040.952500', '204041.412500', '204041.872500', '204042.332500', '204042.792500', '204043.252500', '204043.712500', '204044.172500', '204044.632500', '204045.092500', '204045.552500', '204046.012500', '204046.472500', '204046.932500', '204047.392500', '204047.852500', '204048.312500', '204048.772500', '204049.232500', '204049.692500', '204050.152500', '204050.612500', '204051.072500', '204051.532500', '204051.992500', '204052.452500', '204052.912500', '204053.372500', '204053.832500', '204054.292500', '204054.752500', '204055.212500', '204055.672500', '204056.132500', '204056.592500', '204057.052500', '204057.512500', '204057.972500', '204058.432500', '204058.892500', '204059.352500', '204059.812500', '204100.272500', '204100.732500', '204101.192500', '204101.652500', '204102.112500', '204102.572500', '204103.032500', '204103.492500', '204103.952500', '204104.412500', '204104.872500', '204105.332500', '204105.792500', '204106.252500', '204106.712500', '204107.172500', '204107.632500', '204108.092500', '204108.552500', '204109.012500', '204109.472500', '204109.932500', '204110.392500', '204110.852500', '204111.312500', '204111.772500', '204112.232500', '204112.692500', '204113.152500', '204113.612500', '204114.072500', '204114.532500', '204114.992500', '204115.452500', '204115.912500', '204116.372500', '204116.832500', '204117.292500', '204117.752500', '204118.212500', '204118.672500', '204119.132500', '204119.592500', '204120.052500', '204120.512500', '204120.972500', '204121.432500', '204121.892500', '204122.352500', '204122.812500', '204123.272500', '204123.732500', '204124.192500', '204124.652500', '204125.112500', '204125.572500', '204126.032500', '204126.492500', '204126.952500', '204127.412500', '204127.872500', '204128.332500', '204128.792500', '204129.252500', '204129.712500', '204130.172500', '204130.632500', '204131.092500', '204131.552500', '204132.012500', '204132.472500', '204132.932500', '204133.392500', '204133.852500', '204134.312500', '204134.772500', '204135.232500', '204135.692500', '204136.152500', '204136.612500', '204137.072500', '204137.532500', '204137.992500', '204138.452500', '204138.912500', '204139.372500', '204139.832500', '204140.292500', '204140.752500', '204141.212500', '204141.672500', '204142.132500', '204142.592500', '204143.052500', '204143.512500', '204143.972500', '204144.432500', '204144.892500'], 'ContentTime': ['203514.965000', '203514.967000', '203514.970000', '203514.973000', '203514.975000', '203514.978000', '203514.981000', '203514.983000', '203514.986000', '203514.988000', '203514.991000', '203514.993000', '203514.996000', '203515.000000', '203515.003000', '203515.009000', '203515.018000', '203515.021000', '203515.023000', '203515.026000', '203515.029000', '203515.031000', '203515.034000', '203515.036000', '203515.039000', '203515.042000', '203515.044000', '203515.047000', '203515.049000', '203515.052000', '203515.054000', '203515.057000', '203515.060000', '203515.062000', '203515.065000', '203515.067000', '203515.070000', '203515.072000', '203515.075000', '203515.077000', '203515.080000', '203515.083000', '203515.085000', '203515.088000', '203515.090000', '203515.093000', '203515.095000', '203515.104000', '203515.106000', '203515.109000', '203515.112000', '203515.114000', '203515.117000', '203515.119000', '203515.122000', '203515.125000', '203515.127000', '203515.130000', '203515.133000', '203515.135000', '203515.138000', '203515.140000', '203515.143000', '203534.925000', '203534.927000', '203534.930000', '203534.933000', '203534.935000', '203534.938000', '203534.940000', '203534.943000', '203534.946000', '203534.948000', '203534.951000', '203534.953000', '203534.956000', '203534.958000', '203534.961000', '203534.964000', '203534.966000', '203534.969000', '203534.971000', '203534.974000', '203534.976000', '203534.979000', '203534.981000', '203534.984000', '203534.986000', '203534.989000', '203534.992000', '203534.994000', '203534.997000', '203535.000000', '203535.003000', '203535.005000', '203535.008000', '203535.010000', '203535.013000', '203535.016000', '203535.018000', '203535.029000', '203535.032000', '203535.035000', '203535.037000', '203535.040000', '203535.043000', '203554.924000', '203554.927000', '203554.930000', '203554.932000', '203554.935000', '203554.938000', '203554.941000', '203554.943000', '203554.946000', '203554.948000', '203554.951000', '203554.954000', '203554.956000', '203554.959000', '203554.962000', '203554.964000', '203554.967000', '203554.970000', '203554.972000', '203554.975000', '203554.978000', '203554.980000', '203554.983000', '203554.985000', '203554.988000', '203554.991000', '203554.993000', '203554.996000', '203554.998000', '203555.002000', '203555.005000', '203555.007000', '203555.010000', '203555.012000', '203555.015000', '203555.018000', '203555.020000', '203555.023000', '203555.025000', '203555.028000', '203555.031000', '203555.033000', '203555.036000', '203555.039000', '203614.925000', '203614.929000', '203614.931000', '203614.934000', '203614.937000', '203614.940000', '203614.942000', '203614.945000', '203614.948000', '203614.951000', '203614.953000', '203614.956000', '203614.959000', '203614.961000', '203614.964000', '203614.967000', '203614.969000', '203614.972000', '203614.975000', '203614.977000', '203614.980000', '203614.983000', '203614.985000', '203614.988000', '203614.990000', '203614.993000', '203614.996000', '203614.998000', '203615.002000', '203615.005000', '203615.007000', '203615.010000', '203615.012000', '203615.015000', '203615.018000', '203615.020000', '203615.023000', '203615.025000', '203615.028000', '203615.031000', '203615.033000', '203615.036000', '203615.038000', '203634.924000', '203634.932000', '203634.935000', '203634.938000', '203634.941000', '203634.943000', '203634.946000', '203634.948000', '203634.951000', '203634.954000', '203634.956000', '203634.959000', '203634.961000', '203634.964000', '203634.967000', '203634.969000', '203634.972000', '203634.975000', '203634.987000', '203634.990000', '203634.992000', '203634.995000', '203634.998000', '203635.001000', '203635.004000', '203635.006000', '203635.009000', '203635.012000', '203635.014000', '203635.017000', '203635.020000', '203635.022000', '203635.025000', '203635.028000', '203635.031000', '203635.033000', '203635.036000', '203635.038000', '203635.041000', '203635.044000', '203635.046000', '203635.049000', '203635.052000', '203635.054000', '203654.924000', '203654.927000', '203654.930000', '203654.932000', '203654.935000', '203654.938000', '203654.940000', '203654.943000', '203654.945000', '203654.948000', '203654.950000', '203654.953000', '203654.956000', '203654.958000', '203654.961000', '203654.963000', '203654.966000', '203654.968000', '203654.971000', '203654.974000', '203654.976000', '203654.979000', '203654.981000', '203654.984000', '203654.986000', '203654.989000', '203654.992000', '203654.994000', '203654.997000', '203655.000000', '203655.003000', '203655.005000', '203655.008000', '203655.011000', '203655.013000', '203655.016000', '203655.019000', '203655.021000', '203655.024000', '203655.026000', '203655.029000', '203655.031000', '203655.034000', '203714.925000', '203714.927000', '203714.930000', '203714.933000', '203714.935000', '203714.938000', '203714.941000', '203714.944000', '203714.947000', '203714.949000', '203714.952000', '203714.955000', '203714.957000', '203714.960000', '203714.962000', '203714.965000', '203714.968000', '203714.970000', '203714.973000', '203714.975000', '203714.978000', '203714.981000', '203714.983000', '203714.986000', '203714.989000', '203714.991000', '203714.994000', '203714.997000', '203715.001000', '203715.004000', '203715.006000', '203715.009000', '203715.012000', '203715.014000', '203715.017000', '203715.020000', '203715.022000', '203715.025000', '203715.027000', '203715.030000', '203715.033000', '203715.035000', '203715.038000', '203715.041000', '203734.924000', '203734.927000', '203734.930000', '203734.933000', '203734.935000', '203734.938000', '203734.940000', '203734.943000', '203734.946000', '203734.948000', '203734.951000', '203734.953000', '203734.956000', '203734.958000', '203734.961000', '203734.964000', '203734.966000', '203734.969000', '203734.971000', '203734.974000', '203734.977000', '203734.979000', '203734.982000', '203734.984000', '203734.987000', '203734.990000', '203734.992000', '203734.995000', '203734.997000', '203735.001000', '203735.003000', '203735.006000', '203735.009000', '203735.011000', '203735.014000', '203735.016000', '203735.019000', '203735.022000', '203735.025000', '203735.027000', '203735.030000', '203735.032000', '203735.035000', '203754.924000', '203754.927000', '203754.930000', '203754.933000', '203754.935000', '203754.938000', '203754.940000', '203754.943000', '203754.946000', '203754.948000', '203754.951000', '203754.953000', '203754.956000', '203754.968000', '203754.971000', '203754.974000', '203754.976000', '203754.979000', '203754.981000', '203754.984000', '203754.987000', '203754.989000', '203754.992000', '203754.994000', '203754.997000', '203755.001000', '203755.003000', '203755.006000', '203755.009000', '203755.011000', '203755.014000', '203755.017000', '203755.019000', '203755.022000', '203755.025000', '203755.027000', '203755.030000', '203755.032000', '203755.035000', '203755.038000', '203755.040000', '203755.043000', '203755.045000', '203814.939000', '203814.942000', '203814.944000', '203814.947000', '203814.949000', '203814.952000', '203814.955000', '203814.957000', '203814.960000', '203814.962000', '203814.965000', '203814.968000', '203814.970000', '203814.973000', '203814.975000', '203814.978000', '203814.981000', '203814.983000', '203814.986000', '203814.988000', '203814.991000', '203814.994000', '203814.996000', '203815.000000', '203815.002000', '203815.005000', '203815.007000', '203815.010000', '203815.013000', '203815.015000', '203815.018000', '203815.020000', '203815.023000', '203815.026000', '203815.028000', '203815.031000', '203815.034000', '203815.036000', '203815.039000', '203815.041000', '203815.044000', '203815.046000', '203815.049000', '203815.052000', '203834.926000', '203834.929000', '203834.932000', '203834.934000', '203834.937000', '203834.940000', '203834.942000', '203834.945000', '203834.947000', '203834.950000', '203834.952000', '203834.955000', '203834.958000', '203834.960000', '203834.963000', '203834.966000', '203834.968000', '203834.971000', '203834.973000', '203834.976000', '203834.978000', '203834.982000', '203834.984000', '203834.987000', '203834.990000', '203834.992000', '203834.995000', '203834.997000', '203835.001000', '203835.004000', '203835.006000', '203835.009000', '203835.011000', '203835.014000', '203835.016000', '203835.019000', '203835.021000', '203835.024000', '203835.027000', '203835.029000', '203835.032000', '203835.034000', '203835.048000', '203854.924000', '203854.927000', '203854.930000', '203854.933000', '203854.936000', '203854.938000', '203854.941000', '203854.943000', '203854.946000', '203854.949000', '203854.951000', '203854.954000', '203854.957000', '203854.959000', '203854.962000', '203854.965000', '203854.967000', '203854.970000', '203854.972000', '203854.975000', '203854.978000', '203854.980000', '203854.983000', '203854.985000', '203854.988000', '203854.990000', '203854.993000', '203854.996000', '203854.998000', '203855.002000', '203855.004000', '203855.007000', '203855.010000', '203855.012000', '203855.015000', '203855.017000', '203855.020000', '203855.023000', '203855.025000', '203855.028000', '203855.031000', '203855.033000', '203855.036000', '203855.038000', '203914.925000', '203914.927000', '203914.930000', '203914.933000', '203914.935000', '203914.938000', '203914.941000', '203914.943000', '203914.946000', '203914.948000', '203914.951000', '203914.954000', '203914.956000', '203914.959000', '203914.962000', '203914.965000', '203914.969000', '203914.972000', '203914.974000', '203914.977000', '203914.980000', '203914.982000', '203914.985000', '203914.988000', '203914.990000', '203914.993000', '203914.996000', '203914.998000', '203915.002000', '203915.005000', '203915.007000', '203915.010000', '203915.012000', '203915.015000', '203915.018000', '203915.020000', '203915.023000', '203915.026000', '203915.028000', '203915.031000', '203915.034000', '203915.036000', '203915.039000', '203934.925000', '203934.927000', '203934.930000', '203934.933000', '203934.935000', '203934.938000', '203934.940000', '203934.943000', '203934.946000', '203934.948000', '203934.951000', '203934.954000', '203934.956000', '203934.959000', '203934.961000', '203934.964000', '203934.967000', '203934.969000', '203934.972000', '203934.974000', '203934.977000', '203934.980000', '203934.982000', '203934.985000', '203934.988000', '203935.036000', '203935.039000', '203935.042000', '203935.044000', '203935.047000', '203935.049000', '203935.052000', '203935.055000', '203935.057000', '203935.060000', '203935.062000', '203935.065000', '203935.067000', '203935.070000', '203935.073000', '203935.075000', '203935.078000', '203935.080000', '203935.083000', '203954.925000', '203954.927000', '203954.930000', '203954.933000', '203954.935000', '203954.938000', '203954.940000', '203954.943000', '203954.946000', '203954.948000', '203954.951000', '203954.954000', '203954.956000', '203954.959000', '203954.961000', '203954.964000', '203954.967000', '203954.969000', '203954.972000', '203954.975000', '203954.978000', '203954.981000', '203954.984000', '203954.987000', '203954.990000', '203954.992000', '203954.995000', '203954.998000', '203955.001000', '203955.004000', '203955.006000', '203955.009000', '203955.012000', '203955.014000', '203955.017000', '203955.019000', '203955.025000', '203955.028000', '203955.030000', '203955.033000', '203955.036000', '203955.038000', '203955.041000', '204014.925000', '204014.927000', '204014.930000', '204014.933000', '204014.942000', '204014.944000', '204014.947000', '204014.949000', '204014.952000', '204014.955000', '204014.957000', '204014.960000', '204014.963000', '204014.965000', '204014.968000', '204014.971000', '204014.973000', '204014.976000', '204014.978000', '204014.981000', '204014.984000', '204014.986000', '204014.989000', '204014.992000', '204014.994000', '204014.997000', '204015.000000', '204015.003000', '204015.006000', '204015.008000', '204015.011000', '204015.013000', '204015.016000', '204015.018000', '204015.021000', '204015.024000', '204015.026000', '204015.029000', '204015.031000', '204015.034000', '204015.036000', '204015.039000', '204015.042000', '204015.044000', '204034.925000', '204034.927000', '204034.930000', '204034.933000', '204034.936000', '204034.938000', '204034.941000', '204034.944000', '204034.946000', '204034.949000', '204034.952000', '204034.954000', '204034.957000', '204034.959000', '204034.962000', '204034.965000', '204034.967000', '204034.970000', '204034.974000', '204034.977000', '204034.980000', '204034.983000', '204034.985000', '204034.988000', '204034.991000', '204034.993000', '204034.996000', '204034.998000', '204035.002000', '204035.005000', '204035.007000', '204035.010000', '204035.012000', '204035.015000', '204035.018000', '204035.020000', '204035.023000', '204035.026000', '204035.028000', '204035.031000', '204035.033000', '204035.036000', '204035.038000', '204054.926000', '204054.928000', '204054.931000', '204054.934000', '204054.936000', '204054.939000', '204054.941000', '204054.944000', '204054.946000', '204054.949000', '204054.952000', '204054.954000', '204054.957000', '204054.959000', '204054.962000', '204054.965000', '204054.967000', '204054.970000', '204054.972000', '204054.975000', '204054.977000', '204054.980000', '204054.983000', '204054.985000', '204054.988000', '204054.990000', '204054.993000', '204054.996000', '204054.998000', '204055.002000', '204055.004000', '204055.007000', '204055.009000', '204055.012000', '204055.015000', '204055.017000', '204055.056000', '204055.058000', '204055.061000', '204055.064000', '204055.066000', '204055.069000', '204055.071000', '204055.074000', '204114.925000', '204114.928000', '204114.930000', '204114.933000', '204114.935000', '204114.938000', '204114.941000', '204114.943000', '204114.946000', '204114.949000', '204114.951000', '204114.954000', '204114.957000', '204114.959000', '204114.962000', '204114.964000', '204114.967000', '204114.970000', '204114.972000', '204114.975000', '204114.977000', '204114.980000', '204114.983000', '204114.985000', '204114.988000', '204114.990000', '204114.993000', '204114.996000', '204115.000000', '204115.003000', '204115.006000', '204115.009000', '204115.012000', '204115.014000', '204115.017000', '204115.020000', '204115.022000', '204115.025000', '204115.027000', '204115.030000', '204115.033000', '204115.035000', '204115.038000', '204134.925000', '204134.927000', '204134.930000', '204134.933000', '204134.935000', '204134.938000', '204134.941000', '204134.943000', '204134.946000', '204134.948000', '204134.951000', '204134.954000', '204134.956000', '204134.959000', '204134.961000', '204134.964000', '204134.966000', '204134.969000', '204134.972000', '204134.974000', '204134.977000', '204134.980000', '204134.982000', '204134.985000', '204134.987000', '204134.990000', '204134.993000', '204134.996000', '204134.998000', '204135.002000', '204135.005000', '204135.007000', '204135.010000', '204135.013000', '204135.015000', '204135.018000', '204135.021000', '204135.023000', '204135.026000', '204135.029000', '204135.031000', '204135.034000', '204135.037000', '204135.039000', '204146.280000', '204146.283000', '204146.285000', '204146.288000', '204146.291000', '204146.293000', '204146.296000', '204146.299000', '204146.301000', '204146.304000', '204146.306000', '204146.309000', '204146.312000', '204146.314000', '204146.317000', '204146.320000', '204146.322000', '204146.325000', '204146.327000', '204146.330000', '204146.333000', '204146.335000', '204146.338000', '204146.341000', '204146.343000'], 'InstanceCreationTime': ['203514.965000', '203514.967000', '203514.970000', '203514.973000', '203514.975000', '203514.978000', '203514.981000', '203514.983000', '203514.986000', '203514.988000', '203514.991000', '203514.993000', '203514.996000', '203515.000000', '203515.003000', '203515.009000', '203515.018000', '203515.021000', '203515.023000', '203515.026000', '203515.029000', '203515.031000', '203515.034000', '203515.036000', '203515.039000', '203515.042000', '203515.044000', '203515.047000', '203515.049000', '203515.052000', '203515.054000', '203515.057000', '203515.060000', '203515.062000', '203515.065000', '203515.067000', '203515.070000', '203515.072000', '203515.075000', '203515.077000', '203515.080000', '203515.083000', '203515.085000', '203515.088000', '203515.090000', '203515.093000', '203515.095000', '203515.104000', '203515.106000', '203515.109000', '203515.112000', '203515.114000', '203515.117000', '203515.119000', '203515.122000', '203515.125000', '203515.127000', '203515.130000', '203515.133000', '203515.135000', '203515.138000', '203515.140000', '203515.143000', '203534.925000', '203534.927000', '203534.930000', '203534.933000', '203534.935000', '203534.938000', '203534.940000', '203534.943000', '203534.946000', '203534.948000', '203534.951000', '203534.953000', '203534.956000', '203534.958000', '203534.961000', '203534.964000', '203534.966000', '203534.969000', '203534.971000', '203534.974000', '203534.976000', '203534.979000', '203534.981000', '203534.984000', '203534.986000', '203534.989000', '203534.992000', '203534.994000', '203534.997000', '203535.000000', '203535.003000', '203535.005000', '203535.008000', '203535.010000', '203535.013000', '203535.016000', '203535.018000', '203535.029000', '203535.032000', '203535.035000', '203535.037000', '203535.040000', '203535.043000', '203554.924000', '203554.927000', '203554.930000', '203554.932000', '203554.935000', '203554.938000', '203554.941000', '203554.943000', '203554.946000', '203554.948000', '203554.951000', '203554.954000', '203554.956000', '203554.959000', '203554.962000', '203554.964000', '203554.967000', '203554.970000', '203554.972000', '203554.975000', '203554.978000', '203554.980000', '203554.983000', '203554.985000', '203554.988000', '203554.991000', '203554.993000', '203554.996000', '203554.998000', '203555.002000', '203555.005000', '203555.007000', '203555.010000', '203555.012000', '203555.015000', '203555.018000', '203555.020000', '203555.023000', '203555.025000', '203555.028000', '203555.031000', '203555.033000', '203555.036000', '203555.039000', '203614.925000', '203614.929000', '203614.931000', '203614.934000', '203614.937000', '203614.940000', '203614.942000', '203614.945000', '203614.948000', '203614.951000', '203614.953000', '203614.956000', '203614.959000', '203614.961000', '203614.964000', '203614.967000', '203614.969000', '203614.972000', '203614.975000', '203614.977000', '203614.980000', '203614.983000', '203614.985000', '203614.988000', '203614.990000', '203614.993000', '203614.996000', '203614.998000', '203615.002000', '203615.005000', '203615.007000', '203615.010000', '203615.012000', '203615.015000', '203615.018000', '203615.020000', '203615.023000', '203615.025000', '203615.028000', '203615.031000', '203615.033000', '203615.036000', '203615.038000', '203634.924000', '203634.932000', '203634.935000', '203634.938000', '203634.941000', '203634.943000', '203634.946000', '203634.948000', '203634.951000', '203634.954000', '203634.956000', '203634.959000', '203634.961000', '203634.964000', '203634.967000', '203634.969000', '203634.972000', '203634.975000', '203634.987000', '203634.990000', '203634.992000', '203634.995000', '203634.998000', '203635.001000', '203635.004000', '203635.006000', '203635.009000', '203635.012000', '203635.014000', '203635.017000', '203635.020000', '203635.022000', '203635.025000', '203635.028000', '203635.031000', '203635.033000', '203635.036000', '203635.038000', '203635.041000', '203635.044000', '203635.046000', '203635.049000', '203635.052000', '203635.054000', '203654.924000', '203654.927000', '203654.930000', '203654.932000', '203654.935000', '203654.938000', '203654.940000', '203654.943000', '203654.945000', '203654.948000', '203654.950000', '203654.953000', '203654.956000', '203654.958000', '203654.961000', '203654.963000', '203654.966000', '203654.968000', '203654.971000', '203654.974000', '203654.976000', '203654.979000', '203654.981000', '203654.984000', '203654.986000', '203654.989000', '203654.992000', '203654.994000', '203654.997000', '203655.000000', '203655.003000', '203655.005000', '203655.008000', '203655.011000', '203655.013000', '203655.016000', '203655.019000', '203655.021000', '203655.024000', '203655.026000', '203655.029000', '203655.031000', '203655.034000', '203714.925000', '203714.927000', '203714.930000', '203714.933000', '203714.935000', '203714.938000', '203714.941000', '203714.944000', '203714.947000', '203714.949000', '203714.952000', '203714.955000', '203714.957000', '203714.960000', '203714.962000', '203714.965000', '203714.968000', '203714.970000', '203714.973000', '203714.975000', '203714.978000', '203714.981000', '203714.983000', '203714.986000', '203714.989000', '203714.991000', '203714.994000', '203714.997000', '203715.001000', '203715.004000', '203715.006000', '203715.009000', '203715.012000', '203715.014000', '203715.017000', '203715.020000', '203715.022000', '203715.025000', '203715.027000', '203715.030000', '203715.033000', '203715.035000', '203715.038000', '203715.041000', '203734.924000', '203734.927000', '203734.930000', '203734.933000', '203734.935000', '203734.938000', '203734.940000', '203734.943000', '203734.946000', '203734.948000', '203734.951000', '203734.953000', '203734.956000', '203734.958000', '203734.961000', '203734.964000', '203734.966000', '203734.969000', '203734.971000', '203734.974000', '203734.977000', '203734.979000', '203734.982000', '203734.984000', '203734.987000', '203734.990000', '203734.992000', '203734.995000', '203734.997000', '203735.001000', '203735.003000', '203735.006000', '203735.009000', '203735.011000', '203735.014000', '203735.016000', '203735.019000', '203735.022000', '203735.025000', '203735.027000', '203735.030000', '203735.032000', '203735.035000', '203754.924000', '203754.927000', '203754.930000', '203754.933000', '203754.935000', '203754.938000', '203754.940000', '203754.943000', '203754.946000', '203754.948000', '203754.951000', '203754.953000', '203754.956000', '203754.968000', '203754.971000', '203754.974000', '203754.976000', '203754.979000', '203754.981000', '203754.984000', '203754.987000', '203754.989000', '203754.992000', '203754.994000', '203754.997000', '203755.001000', '203755.003000', '203755.006000', '203755.009000', '203755.011000', '203755.014000', '203755.017000', '203755.019000', '203755.022000', '203755.025000', '203755.027000', '203755.030000', '203755.032000', '203755.035000', '203755.038000', '203755.040000', '203755.043000', '203755.045000', '203814.939000', '203814.942000', '203814.944000', '203814.947000', '203814.949000', '203814.952000', '203814.955000', '203814.957000', '203814.960000', '203814.962000', '203814.965000', '203814.968000', '203814.970000', '203814.973000', '203814.975000', '203814.978000', '203814.981000', '203814.983000', '203814.986000', '203814.988000', '203814.991000', '203814.994000', '203814.996000', '203815.000000', '203815.002000', '203815.005000', '203815.007000', '203815.010000', '203815.013000', '203815.015000', '203815.018000', '203815.020000', '203815.023000', '203815.026000', '203815.028000', '203815.031000', '203815.034000', '203815.036000', '203815.039000', '203815.041000', '203815.044000', '203815.046000', '203815.049000', '203815.052000', '203834.926000', '203834.929000', '203834.932000', '203834.934000', '203834.937000', '203834.940000', '203834.942000', '203834.945000', '203834.947000', '203834.950000', '203834.952000', '203834.955000', '203834.958000', '203834.960000', '203834.963000', '203834.966000', '203834.968000', '203834.971000', '203834.973000', '203834.976000', '203834.978000', '203834.982000', '203834.984000', '203834.987000', '203834.990000', '203834.992000', '203834.995000', '203834.997000', '203835.001000', '203835.004000', '203835.006000', '203835.009000', '203835.011000', '203835.014000', '203835.016000', '203835.019000', '203835.021000', '203835.024000', '203835.027000', '203835.029000', '203835.032000', '203835.034000', '203835.048000', '203854.924000', '203854.927000', '203854.930000', '203854.933000', '203854.936000', '203854.938000', '203854.941000', '203854.943000', '203854.946000', '203854.949000', '203854.951000', '203854.954000', '203854.957000', '203854.959000', '203854.962000', '203854.965000', '203854.967000', '203854.970000', '203854.972000', '203854.975000', '203854.978000', '203854.980000', '203854.983000', '203854.985000', '203854.988000', '203854.990000', '203854.993000', '203854.996000', '203854.998000', '203855.002000', '203855.004000', '203855.007000', '203855.010000', '203855.012000', '203855.015000', '203855.017000', '203855.020000', '203855.023000', '203855.025000', '203855.028000', '203855.031000', '203855.033000', '203855.036000', '203855.038000', '203914.925000', '203914.927000', '203914.930000', '203914.933000', '203914.935000', '203914.938000', '203914.941000', '203914.943000', '203914.946000', '203914.948000', '203914.951000', '203914.954000', '203914.956000', '203914.959000', '203914.962000', '203914.965000', '203914.969000', '203914.972000', '203914.974000', '203914.977000', '203914.980000', '203914.982000', '203914.985000', '203914.988000', '203914.990000', '203914.993000', '203914.996000', '203914.998000', '203915.002000', '203915.005000', '203915.007000', '203915.010000', '203915.012000', '203915.015000', '203915.018000', '203915.020000', '203915.023000', '203915.026000', '203915.028000', '203915.031000', '203915.034000', '203915.036000', '203915.039000', '203934.925000', '203934.927000', '203934.930000', '203934.933000', '203934.935000', '203934.938000', '203934.940000', '203934.943000', '203934.946000', '203934.948000', '203934.951000', '203934.954000', '203934.956000', '203934.959000', '203934.961000', '203934.964000', '203934.967000', '203934.969000', '203934.972000', '203934.974000', '203934.977000', '203934.980000', '203934.982000', '203934.985000', '203934.988000', '203935.036000', '203935.039000', '203935.042000', '203935.044000', '203935.047000', '203935.049000', '203935.052000', '203935.055000', '203935.057000', '203935.060000', '203935.062000', '203935.065000', '203935.067000', '203935.070000', '203935.073000', '203935.075000', '203935.078000', '203935.080000', '203935.083000', '203954.925000', '203954.927000', '203954.930000', '203954.933000', '203954.935000', '203954.938000', '203954.940000', '203954.943000', '203954.946000', '203954.948000', '203954.951000', '203954.954000', '203954.956000', '203954.959000', '203954.961000', '203954.964000', '203954.967000', '203954.969000', '203954.972000', '203954.975000', '203954.978000', '203954.981000', '203954.984000', '203954.987000', '203954.990000', '203954.992000', '203954.995000', '203954.998000', '203955.001000', '203955.004000', '203955.006000', '203955.009000', '203955.012000', '203955.014000', '203955.017000', '203955.019000', '203955.025000', '203955.028000', '203955.030000', '203955.033000', '203955.036000', '203955.038000', '203955.041000', '204014.925000', '204014.927000', '204014.930000', '204014.933000', '204014.942000', '204014.944000', '204014.947000', '204014.949000', '204014.952000', '204014.955000', '204014.957000', '204014.960000', '204014.963000', '204014.965000', '204014.968000', '204014.971000', '204014.973000', '204014.976000', '204014.978000', '204014.981000', '204014.984000', '204014.986000', '204014.989000', '204014.992000', '204014.994000', '204014.997000', '204015.000000', '204015.003000', '204015.006000', '204015.008000', '204015.011000', '204015.013000', '204015.016000', '204015.018000', '204015.021000', '204015.024000', '204015.026000', '204015.029000', '204015.031000', '204015.034000', '204015.036000', '204015.039000', '204015.042000', '204015.044000', '204034.925000', '204034.927000', '204034.930000', '204034.933000', '204034.936000', '204034.938000', '204034.941000', '204034.944000', '204034.946000', '204034.949000', '204034.952000', '204034.954000', '204034.957000', '204034.959000', '204034.962000', '204034.965000', '204034.967000', '204034.970000', '204034.974000', '204034.977000', '204034.980000', '204034.983000', '204034.985000', '204034.988000', '204034.991000', '204034.993000', '204034.996000', '204034.998000', '204035.002000', '204035.005000', '204035.007000', '204035.010000', '204035.012000', '204035.015000', '204035.018000', '204035.020000', '204035.023000', '204035.026000', '204035.028000', '204035.031000', '204035.033000', '204035.036000', '204035.038000', '204054.926000', '204054.928000', '204054.931000', '204054.934000', '204054.936000', '204054.939000', '204054.941000', '204054.944000', '204054.946000', '204054.949000', '204054.952000', '204054.954000', '204054.957000', '204054.959000', '204054.962000', '204054.965000', '204054.967000', '204054.970000', '204054.972000', '204054.975000', '204054.977000', '204054.980000', '204054.983000', '204054.985000', '204054.988000', '204054.990000', '204054.993000', '204054.996000', '204054.998000', '204055.002000', '204055.004000', '204055.007000', '204055.009000', '204055.012000', '204055.015000', '204055.017000', '204055.056000', '204055.058000', '204055.061000', '204055.064000', '204055.066000', '204055.069000', '204055.071000', '204055.074000', '204114.925000', '204114.928000', '204114.930000', '204114.933000', '204114.935000', '204114.938000', '204114.941000', '204114.943000', '204114.946000', '204114.949000', '204114.951000', '204114.954000', '204114.957000', '204114.959000', '204114.962000', '204114.964000', '204114.967000', '204114.970000', '204114.972000', '204114.975000', '204114.977000', '204114.980000', '204114.983000', '204114.985000', '204114.988000', '204114.990000', '204114.993000', '204114.996000', '204115.000000', '204115.003000', '204115.006000', '204115.009000', '204115.012000', '204115.014000', '204115.017000', '204115.020000', '204115.022000', '204115.025000', '204115.027000', '204115.030000', '204115.033000', '204115.035000', '204115.038000', '204134.925000', '204134.927000', '204134.930000', '204134.933000', '204134.935000', '204134.938000', '204134.941000', '204134.943000', '204134.946000', '204134.948000', '204134.951000', '204134.954000', '204134.956000', '204134.959000', '204134.961000', '204134.964000', '204134.966000', '204134.969000', '204134.972000', '204134.974000', '204134.977000', '204134.980000', '204134.982000', '204134.985000', '204134.987000', '204134.990000', '204134.993000', '204134.996000', '204134.998000', '204135.002000', '204135.005000', '204135.007000', '204135.010000', '204135.013000', '204135.015000', '204135.018000', '204135.021000', '204135.023000', '204135.026000', '204135.029000', '204135.031000', '204135.034000', '204135.037000', '204135.039000', '204146.280000', '204146.283000', '204146.285000', '204146.288000', '204146.291000', '204146.293000', '204146.296000', '204146.299000', '204146.301000', '204146.304000', '204146.306000', '204146.309000', '204146.312000', '204146.314000', '204146.317000', '204146.320000', '204146.322000', '204146.325000', '204146.327000', '204146.330000', '204146.333000', '204146.335000', '204146.338000', '204146.341000', '204146.343000'], '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': [8170, 10549, 7766, 11446, 7896, 11470, 7678, 10386, 7395, 10655, 8253, 11335, 8085, 8301, 7665, 7749, 11405, 7719, 13868, 7566, 9190, 7794, 8573, 7853, 7606, 11225, 7218, 9014, 7876, 8285, 12686, 7405, 8942, 7925, 8707, 8269, 8487, 7750, 8265, 8121, 7840, 8020, 7750, 12083, 7822, 11626, 8011, 10950, 8307, 8672, 15311, 8304, 14394, 9518, 8864, 15100, 7739, 11070, 7933, 8279, 10727, 7912, 10653, 7805, 8571, 7640, 8234, 7726, 7633, 11863, 7742, 10149, 8451, 10472, 8124, 8552, 7692, 7886, 14470, 8666, 13604, 7887, 8908, 11424, 7847, 12602, 7503, 8879, 7794, 8476, 12375, 7820, 10437, 7996, 8350, 12265, 7778, 9539, 7763, 8477, 7696, 7774, 10073, 7542, 9713, 7792, 8243, 10253, 7727, 13148, 7828, 8711, 14251, 7802, 13516, 7953, 8464, 11721, 7696, 10694, 7987, 8955, 8511, 7564, 11922, 7623, 8860, 7655, 8124, 13030, 8021, 10557, 7765, 8415, 13418, 7518, 10848, 8053, 8938, 8442, 9189, 10264, 7887, 8146, 7094, 7461, 7711, 7922, 8480, 7976, 8300, 13809, 8563, 12835, 7904, 8925, 7686, 8250, 11654, 7392, 10554, 7799, 8585, 7779, 8220, 7815, 7359, 11158, 7367, 10347, 7490, 9786, 7564, 9759, 8509, 10617, 7903, 9398, 8133, 11772, 8177, 10334, 13524, 8385, 13539, 7765, 9296, 7958, 12049, 14745, 8367, 14392, 7799, 9601, 8355, 8686, 7971, 8250, 8292, 8224, 7831, 9620, 7947, 12151, 7938, 10540, 9723, 11518, 10447, 8889, 8078, 7539, 15006, 7681, 12323, 7957, 8249, 12904, 7505, 8115, 7871, 8048, 11389, 7429, 8821, 8103, 8639, 8050, 7190, 11419, 7806, 9305, 7885, 8484, 7910, 7495, 13244, 7790, 11928, 8070, 8387, 14395, 8285, 10522, 8033, 7320, 11000, 7864, 8758, 8071, 7457, 11475, 7473, 9478, 7958, 8739, 11560, 7886, 10296, 8097, 8780, 8005, 7333, 12661, 7614, 9894, 8025, 8029, 14487, 7596, 9799, 7899, 9026, 8160, 7621, 11434, 7597, 10159, 7545, 9290, 7788, 10010, 7941, 8349, 12362, 8273, 12178, 7961, 9093, 13014, 7288, 10094, 8656, 8949, 8311, 7697, 11824, 7447, 9565, 7761, 8669, 7871, 9741, 8248, 10192, 8138, 8248, 8193, 8618, 8344, 7690, 15158, 7605, 14535, 9598, 11673, 13473, 7655, 11103, 8172, 9099, 8074, 7990, 13100, 7407, 9695, 8010, 9090, 7954, 8636, 7653, 8646, 7669, 10941, 8595, 12690, 7486, 10713, 8095, 10915, 13030, 7970, 13003, 8297, 10871, 7791, 9791, 8021, 9297, 7536, 10612, 7560, 11662, 7900, 10262, 7910, 8391, 7974, 7602, 13277, 7983, 10556, 7920, 8769, 11486, 7855, 11125, 7704, 9016, 7799, 8593, 7976, 8835, 7967, 7783, 9999, 7559, 11531, 7666, 10503, 8010, 8543, 11087, 8229, 14931, 7514, 9922, 7931, 8349, 8035, 7489, 12163, 7563, 9973, 7902, 8462, 11262, 7398, 9565, 8151, 8382, 8107, 7786, 10364, 7759, 8302, 8077, 8275, 8217, 7295, 11536, 7911, 10949, 7882, 10274, 8148, 8472, 14912, 8637, 13420, 8976, 8209, 12665, 8192, 9152, 14513, 7390, 9937, 8233, 8371, 8365, 7637, 10651, 8168, 8659, 9685, 8085, 11300, 8211, 8672, 13970, 7884, 9595, 8293, 7444, 12110, 8150, 8872, 10687, 7868, 9777, 8276, 8752, 13953, 7877, 10366, 8233, 8145, 12524, 8000, 9439, 8245, 8707, 8498, 8178, 11680, 8028, 9681, 8287, 8236, 11951, 7949, 12367, 8125, 8592, 8282, 8214, 8174, 7570, 8455, 7908, 9614, 7851, 10810, 7880, 9425, 8309, 8780, 8431, 8481, 8426, 7839, 9389, 8470, 12482, 8046, 11250, 8154, 10490, 8375, 7797, 12859, 7891, 9214, 8078, 8000, 12772, 7597, 10216, 7788, 9462, 8340, 8910, 8459, 8177, 12213, 8262, 11073, 7902, 9086, 8287, 8857, 8238, 8121, 13610, 7778, 11847, 8079, 8949, 8296, 7661, 12825, 7856, 11469, 7721, 9827, 7963, 9716, 8312, 9761, 8054, 8635, 8128, 7715, 9589, 8328, 13875, 8003, 12318, 7602, 9327, 7998, 8341, 15428, 8374, 12005, 8071, 8625, 11351, 7933, 10785, 7459, 9076, 8312, 7703, 12043, 7922, 10839, 7990, 9842, 7774, 8337, 8141, 8490, 8007, 8170, 13228, 7734, 11853, 8747, 10396, 7765, 7438, 13370, 7972, 11963, 8124, 9193, 7945, 7884, 14106, 7876, 10696, 7767, 8864, 10921, 8197, 11255, 8298, 9244, 8016, 7290, 12119, 7425, 10526, 7518, 8596, 8031, 8176, 13181, 9115, 12229, 7725, 8784, 13701, 8045, 11684, 7544, 9097, 8065, 8013, 13140, 7756, 9963, 7702, 8764, 8201, 7910, 11430, 7962, 11089, 7449, 10113, 7809, 8205, 13281, 7069, 8667, 8477, 8166, 12815, 7141, 8919, 8013, 7845, 12154, 7889, 9538, 7615, 8354, 10267, 7680, 10709, 7561, 8332, 7951, 8887, 10842, 8067, 12097, 7115, 10402, 8741, 11006, 8555, 10727, 7937, 9617, 8015, 11003, 10492, 8077, 15146, 7570, 8723, 10001, 8102, 13661, 7949, 9129, 7255, 8693, 7757, 8137, 9947, 7053, 9517, 7350, 9004, 8132, 10690, 7853, 8207, 7348, 8213, 7298, 9550, 13587, 8755, 11096, 8806, 8091, 10610, 7878, 10133, 7910, 9455, 15133, 9334, 13170, 7591, 8858, 13887, 8095, 11091, 7178, 8890, 7150, 9055, 9481, 7996, 11297, 7424, 9715, 7316, 9744, 8712, 9677, 7531, 8040, 11804, 8655, 10407, 7190, 7906, 7176, 8901, 7120, 9127, 8264, 7559, 8714, 8946, 10459, 7226, 10839, 7464, 8097, 7575, 8695, 8103, 9935, 7992, 9387, 7575, 8484, 13515, 8072, 11696, 7324, 8364, 7858, 8008, 7529, 7461, 10135, 7711, 9854, 7605, 8457, 7188, 8217, 8094, 8297, 7510, 7832, 11442, 7649, 10604, 8035, 7804, 13397, 7545, 8922, 8004, 7908, 9868, 7536, 9449, 7836, 8511, 7466, 7334, 10459, 7764, 9022, 8016, 7640, 8288, 7722, 9388, 7863, 8050, 11735, 7775, 9967, 7832, 8047, 11450, 7854, 10550, 7342, 8337, 7917, 8094, 10925, 8085, 9639, 7589, 8421, 12060, 7862, 10271, 7667, 8530, 7836, 7651, 9648, 7986, 9731, 7232, 9589, 8596, 7915, 7804, 7408, 11915, 7918, 9944, 7125, 8697, 7909, 8448, 7475, 7764, 7699, 8094, 7426, 8135, 7724, 9260, 8148, 9956, 7066, 11636, 9616, 14718, 7419, 11497, 9091, 12558, 7351, 8641, 7555, 8728, 8058, 7688, 14966, 7582, 9004, 7999, 8798, 7366, 9100, 7751, 9703, 8346, 9556, 7489, 9698, 8636, 8026, 7483, 7628, 10950, 8032, 11929, 8331, 11136, 7960, 8651, 7676, 8056, 7482, 8259, 9514, 7957, 10936, 7819, 10968, 7308, 9759, 8630, 7846, 13175, 7675, 9049, 8321, 8541, 7463, 7945, 7335, 8227, 6820], 'WindowCenter': [4191.0, 4193.0, 4161.0, 4188.0, 4147.0, 4174.0, 4133.0, 4162.0, 4144.0, 4186.0, 4142.0, 4161.0, 4118.0, 4128.0, 4117.0, 4119.0, 4158.0, 4118.0, 4167.0, 4116.0, 4137.0, 4106.0, 4127.0, 4115.0, 4107.0, 4146.0, 4108.0, 4126.0, 4104.0, 4115.0, 4154.0, 4107.0, 4124.0, 4116.0, 4125.0, 4128.0, 4139.0, 4130.0, 4141.0, 4130.0, 4131.0, 4128.0, 4132.0, 4168.0, 4133.0, 4171.0, 4131.0, 4162.0, 4128.0, 4140.0, 4180.0, 4127.0, 4178.0, 4126.0, 4128.0, 4166.0, 4104.0, 4135.0, 4101.0, 4115.0, 4133.0, 4114.0, 4145.0, 4106.0, 4126.0, 4117.0, 4127.0, 4117.0, 4133.0, 4181.0, 4142.0, 4173.0, 4142.0, 4159.0, 4128.0, 4129.0, 4105.0, 4119.0, 4178.0, 4127.0, 4165.0, 4114.0, 4127.0, 4144.0, 4115.0, 4154.0, 4104.0, 4125.0, 4104.0, 4125.0, 4154.0, 4105.0, 4147.0, 4114.0, 4115.0, 4154.0, 4105.0, 4123.0, 4102.0, 4125.0, 4103.0, 4115.0, 4134.0, 4118.0, 4137.0, 4117.0, 4128.0, 4145.0, 4117.0, 4167.0, 4116.0, 4127.0, 4165.0, 4105.0, 4155.0, 4104.0, 4114.0, 4143.0, 4115.0, 4134.0, 4114.0, 4127.0, 4124.0, 4115.0, 4155.0, 4116.0, 4137.0, 4116.0, 4129.0, 4179.0, 4144.0, 4163.0, 4107.0, 4117.0, 4156.0, 4096.0, 4133.0, 4115.0, 4140.0, 4127.0, 4139.0, 4144.0, 4128.0, 4112.0, 4107.0, 4107.0, 4129.0, 4140.0, 4164.0, 4142.0, 4154.0, 4181.0, 4128.0, 4156.0, 4116.0, 4125.0, 4104.0, 4116.0, 4143.0, 4107.0, 4146.0, 4117.0, 4127.0, 4105.0, 4115.0, 4102.0, 4106.0, 4156.0, 4129.0, 4160.0, 4130.0, 4148.0, 4129.0, 4149.0, 4140.0, 4159.0, 4128.0, 4138.0, 4117.0, 4170.0, 4116.0, 4149.0, 4155.0, 4116.0, 4156.0, 4117.0, 4138.0, 4115.0, 4158.0, 4153.0, 4103.0, 4155.0, 4093.0, 4124.0, 4115.0, 4115.0, 4115.0, 4138.0, 4152.0, 4138.0, 4144.0, 4151.0, 4141.0, 4172.0, 4132.0, 4164.0, 4152.0, 4161.0, 4150.0, 4131.0, 4118.0, 4120.0, 4179.0, 4118.0, 4159.0, 4105.0, 4128.0, 4167.0, 4105.0, 4118.0, 4127.0, 4128.0, 4146.0, 4106.0, 4126.0, 4117.0, 4127.0, 4116.0, 4109.0, 4169.0, 4119.0, 4139.0, 4130.0, 4141.0, 4130.0, 4122.0, 4179.0, 4120.0, 4161.0, 4118.0, 4131.0, 4179.0, 4129.0, 4148.0, 4115.0, 4108.0, 4146.0, 4115.0, 4126.0, 4115.0, 4107.0, 4156.0, 4108.0, 4139.0, 4116.0, 4128.0, 4145.0, 4116.0, 4135.0, 4117.0, 4116.0, 4104.0, 4106.0, 4155.0, 4105.0, 4137.0, 4104.0, 4116.0, 4165.0, 4107.0, 4148.0, 4127.0, 4139.0, 4114.0, 4116.0, 4145.0, 4106.0, 4134.0, 4115.0, 4137.0, 4117.0, 4149.0, 4117.0, 4129.0, 4155.0, 4128.0, 4159.0, 4105.0, 4126.0, 4153.0, 4094.0, 4134.0, 4114.0, 4126.0, 4112.0, 4106.0, 4144.0, 4106.0, 4136.0, 4117.0, 4127.0, 4140.0, 4163.0, 4141.0, 4162.0, 4130.0, 4130.0, 4126.0, 4129.0, 4117.0, 4118.0, 4178.0, 4118.0, 4179.0, 4127.0, 4146.0, 4155.0, 4104.0, 4133.0, 4103.0, 4115.0, 4102.0, 4103.0, 4150.0, 4093.0, 4123.0, 4104.0, 4111.0, 4104.0, 4114.0, 4116.0, 4127.0, 4130.0, 4158.0, 4130.0, 4167.0, 4106.0, 4148.0, 4117.0, 4149.0, 4154.0, 4104.0, 4143.0, 4103.0, 4147.0, 4118.0, 4133.0, 4117.0, 4123.0, 4116.0, 4144.0, 4117.0, 4159.0, 4117.0, 4148.0, 4115.0, 4127.0, 4115.0, 4117.0, 4156.0, 4115.0, 4135.0, 4103.0, 4126.0, 4144.0, 4104.0, 4132.0, 4104.0, 4124.0, 4117.0, 4126.0, 4115.0, 4136.0, 4115.0, 4118.0, 4136.0, 4118.0, 4156.0, 4117.0, 4146.0, 4129.0, 4129.0, 4158.0, 4129.0, 4177.0, 4106.0, 4135.0, 4103.0, 4114.0, 4101.0, 4104.0, 4143.0, 4106.0, 4134.0, 4103.0, 4115.0, 4142.0, 4093.0, 4123.0, 4115.0, 4116.0, 4113.0, 4106.0, 4134.0, 4115.0, 4128.0, 4140.0, 4140.0, 4140.0, 4144.0, 4169.0, 4142.0, 4158.0, 4127.0, 4150.0, 4118.0, 4130.0, 4180.0, 4128.0, 4171.0, 4126.0, 4128.0, 4169.0, 4115.0, 4126.0, 4153.0, 4104.0, 4134.0, 4114.0, 4129.0, 4115.0, 4118.0, 4146.0, 4127.0, 4128.0, 4135.0, 4118.0, 4147.0, 4116.0, 4127.0, 4167.0, 4116.0, 4126.0, 4114.0, 4106.0, 4156.0, 4115.0, 4126.0, 4134.0, 4115.0, 4135.0, 4115.0, 4126.0, 4165.0, 4114.0, 4135.0, 4114.0, 4115.0, 4155.0, 4117.0, 4125.0, 4115.0, 4128.0, 4126.0, 4129.0, 4158.0, 4127.0, 4149.0, 4127.0, 4130.0, 4158.0, 4129.0, 4168.0, 4141.0, 4131.0, 4128.0, 4128.0, 4115.0, 4118.0, 4125.0, 4130.0, 4137.0, 4130.0, 4157.0, 4129.0, 4150.0, 4129.0, 4129.0, 4128.0, 4140.0, 4128.0, 4131.0, 4138.0, 4130.0, 4169.0, 4130.0, 4160.0, 4119.0, 4149.0, 4115.0, 4117.0, 4166.0, 4129.0, 4151.0, 4141.0, 4130.0, 4167.0, 4115.0, 4133.0, 4105.0, 4135.0, 4114.0, 4127.0, 4116.0, 4129.0, 4158.0, 4128.0, 4147.0, 4116.0, 4128.0, 4129.0, 4139.0, 4117.0, 4119.0, 4177.0, 4119.0, 4160.0, 4117.0, 4128.0, 4114.0, 4118.0, 4167.0, 4119.0, 4157.0, 4116.0, 4136.0, 4117.0, 4138.0, 4129.0, 4138.0, 4118.0, 4129.0, 4116.0, 4119.0, 4136.0, 4130.0, 4169.0, 4118.0, 4158.0, 4107.0, 4128.0, 4105.0, 4117.0, 4177.0, 4105.0, 4145.0, 4103.0, 4115.0, 4133.0, 4104.0, 4132.0, 4104.0, 4126.0, 4116.0, 4118.0, 4157.0, 4129.0, 4148.0, 4118.0, 4137.0, 4106.0, 4118.0, 4118.0, 4130.0, 4118.0, 4130.0, 4168.0, 4118.0, 4160.0, 4117.0, 4138.0, 4094.0, 4108.0, 4157.0, 4107.0, 4147.0, 4106.0, 4127.0, 4104.0, 4108.0, 4166.0, 4105.0, 4124.0, 4094.0, 4116.0, 4134.0, 4117.0, 4147.0, 4115.0, 4127.0, 4105.0, 4107.0, 4157.0, 4108.0, 4137.0, 4107.0, 4118.0, 4117.0, 4130.0, 4159.0, 4128.0, 4147.0, 4108.0, 4130.0, 4180.0, 4118.0, 4146.0, 4105.0, 4115.0, 4104.0, 4106.0, 4156.0, 4106.0, 4125.0, 4105.0, 4128.0, 4117.0, 4119.0, 4146.0, 4119.0, 4146.0, 4108.0, 4139.0, 4107.0, 4118.0, 4156.0, 4096.0, 4118.0, 4105.0, 4117.0, 4145.0, 4084.0, 4116.0, 4104.0, 4107.0, 4156.0, 4129.0, 4150.0, 4130.0, 4143.0, 4149.0, 4118.0, 4136.0, 4106.0, 4118.0, 4106.0, 4129.0, 4137.0, 4107.0, 4146.0, 4094.0, 4136.0, 4117.0, 4146.0, 4118.0, 4137.0, 4118.0, 4125.0, 4118.0, 4150.0, 4136.0, 4106.0, 4154.0, 4093.0, 4104.0, 4111.0, 4093.0, 4141.0, 4092.0, 4101.0, 4081.0, 4115.0, 4091.0, 4104.0, 4112.0, 4083.0, 4124.0, 4105.0, 4128.0, 4120.0, 4138.0, 4106.0, 4118.0, 4108.0, 4119.0, 4119.0, 4152.0, 4170.0, 4130.0, 4151.0, 4117.0, 4107.0, 4135.0, 4104.0, 4125.0, 4094.0, 4115.0, 4154.0, 4102.0, 4131.0, 4066.0, 4101.0, 4139.0, 4090.0, 4109.0, 4069.0, 4088.0, 4069.0, 4113.0, 4136.0, 4105.0, 4133.0, 4093.0, 4111.0, 4081.0, 4112.0, 4102.0, 4112.0, 4079.0, 4103.0, 4144.0, 4104.0, 4112.0, 4081.0, 4090.0, 4082.0, 4115.0, 4082.0, 4115.0, 4102.0, 4093.0, 4103.0, 4115.0, 4123.0, 4094.0, 4147.0, 4098.0, 4105.0, 4107.0, 4116.0, 4107.0, 4126.0, 4107.0, 4117.0, 4094.0, 4118.0, 4156.0, 4095.0, 4133.0, 4082.0, 4103.0, 4093.0, 4094.0, 4093.0, 4094.0, 4123.0, 4106.0, 4135.0, 4119.0, 4140.0, 4109.0, 4129.0, 4119.0, 4118.0, 4108.0, 4120.0, 4148.0, 4108.0, 4140.0, 4107.0, 4108.0, 4155.0, 4095.0, 4115.0, 4092.0, 4105.0, 4112.0, 4095.0, 4125.0, 4096.0, 4116.0, 4095.0, 4097.0, 4135.0, 4106.0, 4127.0, 4107.0, 4108.0, 4117.0, 4107.0, 4127.0, 4108.0, 4119.0, 4146.0, 4107.0, 4127.0, 4104.0, 4108.0, 4145.0, 4107.0, 4136.0, 4096.0, 4118.0, 4105.0, 4118.0, 4147.0, 4117.0, 4128.0, 4107.0, 4118.0, 4146.0, 4106.0, 4137.0, 4106.0, 4119.0, 4107.0, 4108.0, 4125.0, 4119.0, 4137.0, 4108.0, 4139.0, 4128.0, 4119.0, 4106.0, 4110.0, 4158.0, 4119.0, 4139.0, 4098.0, 4130.0, 4120.0, 4131.0, 4133.0, 4120.0, 4143.0, 4134.0, 4109.0, 4119.0, 4108.0, 4129.0, 4118.0, 4139.0, 4109.0, 4161.0, 4142.0, 4168.0, 4122.0, 4160.0, 4129.0, 4146.0, 4096.0, 4104.0, 4106.0, 4117.0, 4094.0, 4095.0, 4155.0, 4093.0, 4104.0, 4094.0, 4103.0, 4094.0, 4114.0, 4108.0, 4125.0, 4119.0, 4138.0, 4108.0, 4141.0, 4119.0, 4119.0, 4121.0, 4120.0, 4149.0, 4131.0, 4159.0, 4107.0, 4136.0, 4094.0, 4104.0, 4094.0, 4106.0, 4094.0, 4106.0, 4125.0, 4106.0, 4135.0, 4095.0, 4123.0, 4084.0, 4115.0, 4104.0, 4094.0, 4132.0, 4092.0, 4102.0, 4103.0, 4103.0, 4083.0, 4093.0, 4082.0, 4104.0, 4074.0], 'WindowWidth': [9321.0, 9305.0, 9258.0, 9284.0, 9227.0, 9254.0, 9199.0, 9236.0, 9221.0, 9277.0, 9210.0, 9232.0, 9168.0, 9182.0, 9166.0, 9172.0, 9220.0, 9168.0, 9229.0, 9163.0, 9192.0, 9148.0, 9178.0, 9157.0, 9151.0, 9200.0, 9154.0, 9176.0, 9143.0, 9158.0, 9206.0, 9149.0, 9170.0, 9161.0, 9173.0, 9180.0, 9197.0, 9192.0, 9205.0, 9190.0, 9193.0, 9184.0, 9195.0, 9238.0, 9196.0, 9245.0, 9191.0, 9236.0, 9184.0, 9202.0, 9254.0, 9180.0, 9250.0, 9173.0, 9179.0, 9229.0, 9142.0, 9183.0, 9134.0, 9159.0, 9178.0, 9156.0, 9198.0, 9148.0, 9177.0, 9167.0, 9181.0, 9167.0, 9199.0, 9262.0, 9212.0, 9258.0, 9212.0, 9226.0, 9182.0, 9185.0, 9147.0, 9170.0, 9249.0, 9180.0, 9226.0, 9156.0, 9178.0, 9196.0, 9159.0, 9206.0, 9143.0, 9171.0, 9145.0, 9175.0, 9209.0, 9147.0, 9204.0, 9156.0, 9160.0, 9207.0, 9144.0, 9163.0, 9138.0, 9175.0, 9141.0, 9161.0, 9184.0, 9168.0, 9193.0, 9169.0, 9185.0, 9201.0, 9167.0, 9231.0, 9163.0, 9180.0, 9224.0, 9146.0, 9212.0, 9141.0, 9157.0, 9192.0, 9159.0, 9182.0, 9157.0, 9178.0, 9169.0, 9161.0, 9211.0, 9163.0, 9194.0, 9164.0, 9188.0, 9253.0, 9216.0, 9235.0, 9149.0, 9161.0, 9213.0, 9131.0, 9175.0, 9160.0, 9200.0, 9177.0, 9195.0, 9196.0, 9182.0, 9152.0, 9153.0, 9152.0, 9188.0, 9206.0, 9247.0, 9208.0, 9232.0, 9260.0, 9183.0, 9215.0, 9161.0, 9173.0, 9141.0, 9163.0, 9192.0, 9151.0, 9202.0, 9165.0, 9179.0, 9146.0, 9160.0, 9137.0, 9150.0, 9218.0, 9189.0, 9232.0, 9192.0, 9212.0, 9189.0, 9215.0, 9205.0, 9226.0, 9184.0, 9197.0, 9168.0, 9242.0, 9162.0, 9210.0, 9210.0, 9161.0, 9214.0, 9166.0, 9196.0, 9160.0, 9218.0, 9204.0, 9136.0, 9211.0, 9124.0, 9169.0, 9157.0, 9152.0, 9158.0, 9198.0, 9226.0, 9197.0, 9215.0, 9217.0, 9207.0, 9249.0, 9195.0, 9238.0, 9220.0, 9231.0, 9212.0, 9189.0, 9166.0, 9174.0, 9250.0, 9166.0, 9224.0, 9143.0, 9183.0, 9230.0, 9144.0, 9165.0, 9182.0, 9181.0, 9198.0, 9149.0, 9173.0, 9164.0, 9178.0, 9160.0, 9158.0, 9238.0, 9172.0, 9199.0, 9189.0, 9206.0, 9189.0, 9181.0, 9251.0, 9176.0, 9229.0, 9167.0, 9190.0, 9251.0, 9183.0, 9208.0, 9157.0, 9154.0, 9201.0, 9158.0, 9175.0, 9157.0, 9151.0, 9215.0, 9154.0, 9197.0, 9162.0, 9181.0, 9198.0, 9163.0, 9185.0, 9164.0, 9160.0, 9140.0, 9148.0, 9211.0, 9145.0, 9189.0, 9142.0, 9160.0, 9222.0, 9150.0, 9209.0, 9181.0, 9199.0, 9158.0, 9163.0, 9197.0, 9147.0, 9183.0, 9162.0, 9191.0, 9168.0, 9212.0, 9165.0, 9183.0, 9212.0, 9180.0, 9225.0, 9146.0, 9172.0, 9202.0, 9129.0, 9181.0, 9156.0, 9172.0, 9148.0, 9148.0, 9195.0, 9149.0, 9187.0, 9166.0, 9179.0, 9208.0, 9242.0, 9208.0, 9237.0, 9190.0, 9189.0, 9179.0, 9186.0, 9163.0, 9168.0, 9247.0, 9169.0, 9251.0, 9177.0, 9201.0, 9208.0, 9141.0, 9177.0, 9139.0, 9156.0, 9134.0, 9139.0, 9195.0, 9126.0, 9164.0, 9140.0, 9144.0, 9142.0, 9155.0, 9163.0, 9179.0, 9192.0, 9225.0, 9188.0, 9231.0, 9150.0, 9208.0, 9168.0, 9210.0, 9209.0, 9142.0, 9188.0, 9137.0, 9205.0, 9169.0, 9181.0, 9165.0, 9167.0, 9162.0, 9196.0, 9168.0, 9225.0, 9166.0, 9207.0, 9160.0, 9180.0, 9159.0, 9165.0, 9213.0, 9160.0, 9184.0, 9139.0, 9174.0, 9193.0, 9140.0, 9176.0, 9144.0, 9171.0, 9166.0, 9178.0, 9162.0, 9190.0, 9160.0, 9171.0, 9190.0, 9169.0, 9215.0, 9166.0, 9203.0, 9185.0, 9184.0, 9223.0, 9187.0, 9246.0, 9149.0, 9184.0, 9140.0, 9155.0, 9132.0, 9142.0, 9192.0, 9148.0, 9184.0, 9140.0, 9158.0, 9188.0, 9127.0, 9167.0, 9160.0, 9162.0, 9153.0, 9148.0, 9183.0, 9161.0, 9184.0, 9205.0, 9204.0, 9204.0, 9220.0, 9243.0, 9211.0, 9224.0, 9182.0, 9214.0, 9169.0, 9190.0, 9255.0, 9183.0, 9244.0, 9173.0, 9182.0, 9238.0, 9159.0, 9173.0, 9204.0, 9142.0, 9183.0, 9156.0, 9185.0, 9158.0, 9168.0, 9200.0, 9178.0, 9183.0, 9186.0, 9167.0, 9204.0, 9163.0, 9181.0, 9233.0, 9162.0, 9175.0, 9154.0, 9149.0, 9213.0, 9160.0, 9176.0, 9182.0, 9158.0, 9185.0, 9158.0, 9176.0, 9225.0, 9157.0, 9184.0, 9154.0, 9161.0, 9211.0, 9163.0, 9172.0, 9160.0, 9183.0, 9175.0, 9185.0, 9221.0, 9182.0, 9211.0, 9181.0, 9188.0, 9221.0, 9185.0, 9235.0, 9209.0, 9190.0, 9182.0, 9181.0, 9160.0, 9169.0, 9175.0, 9187.0, 9192.0, 9187.0, 9221.0, 9186.0, 9216.0, 9186.0, 9184.0, 9183.0, 9202.0, 9182.0, 9193.0, 9197.0, 9190.0, 9238.0, 9190.0, 9227.0, 9171.0, 9210.0, 9160.0, 9165.0, 9230.0, 9188.0, 9221.0, 9208.0, 9192.0, 9233.0, 9162.0, 9180.0, 9147.0, 9185.0, 9156.0, 9179.0, 9162.0, 9185.0, 9220.0, 9183.0, 9206.0, 9165.0, 9181.0, 9184.0, 9197.0, 9165.0, 9172.0, 9247.0, 9171.0, 9226.0, 9166.0, 9180.0, 9157.0, 9169.0, 9230.0, 9169.0, 9216.0, 9165.0, 9189.0, 9168.0, 9195.0, 9184.0, 9194.0, 9167.0, 9185.0, 9164.0, 9171.0, 9189.0, 9187.0, 9236.0, 9169.0, 9219.0, 9152.0, 9180.0, 9146.0, 9165.0, 9243.0, 9145.0, 9195.0, 9136.0, 9158.0, 9178.0, 9142.0, 9177.0, 9143.0, 9174.0, 9159.0, 9167.0, 9217.0, 9185.0, 9207.0, 9169.0, 9190.0, 9150.0, 9168.0, 9168.0, 9187.0, 9165.0, 9186.0, 9232.0, 9169.0, 9224.0, 9162.0, 9192.0, 9128.0, 9151.0, 9214.0, 9149.0, 9201.0, 9147.0, 9175.0, 9140.0, 9151.0, 9226.0, 9143.0, 9165.0, 9126.0, 9160.0, 9179.0, 9162.0, 9200.0, 9157.0, 9176.0, 9142.0, 9152.0, 9216.0, 9152.0, 9190.0, 9151.0, 9167.0, 9163.0, 9184.0, 9221.0, 9178.0, 9202.0, 9154.0, 9189.0, 9254.0, 9168.0, 9198.0, 9143.0, 9157.0, 9139.0, 9147.0, 9212.0, 9145.0, 9169.0, 9145.0, 9179.0, 9162.0, 9169.0, 9199.0, 9169.0, 9200.0, 9154.0, 9197.0, 9149.0, 9164.0, 9211.0, 9133.0, 9165.0, 9143.0, 9160.0, 9194.0, 9114.0, 9160.0, 9139.0, 9149.0, 9211.0, 9187.0, 9216.0, 9192.0, 9213.0, 9211.0, 9165.0, 9186.0, 9145.0, 9164.0, 9147.0, 9180.0, 9187.0, 9149.0, 9196.0, 9129.0, 9186.0, 9163.0, 9200.0, 9166.0, 9188.0, 9165.0, 9170.0, 9166.0, 9210.0, 9185.0, 9142.0, 9206.0, 9119.0, 9136.0, 9142.0, 9120.0, 9181.0, 9118.0, 9127.0, 9103.0, 9154.0, 9117.0, 9139.0, 9144.0, 9111.0, 9166.0, 9146.0, 9178.0, 9172.0, 9189.0, 9145.0, 9164.0, 9153.0, 9168.0, 9171.0, 9219.0, 9240.0, 9185.0, 9214.0, 9160.0, 9147.0, 9179.0, 9139.0, 9166.0, 9124.0, 9154.0, 9207.0, 9129.0, 9167.0, 9074.0, 9127.0, 9173.0, 9111.0, 9132.0, 9082.0, 9106.0, 9083.0, 9150.0, 9188.0, 9145.0, 9175.0, 9124.0, 9142.0, 9105.0, 9147.0, 9131.0, 9146.0, 9095.0, 9136.0, 9191.0, 9136.0, 9142.0, 9103.0, 9112.0, 9105.0, 9156.0, 9106.0, 9156.0, 9132.0, 9123.0, 9136.0, 9157.0, 9164.0, 9125.0, 9203.0, 9138.0, 9141.0, 9147.0, 9158.0, 9150.0, 9171.0, 9146.0, 9159.0, 9125.0, 9161.0, 9208.0, 9127.0, 9173.0, 9106.0, 9135.0, 9120.0, 9125.0, 9120.0, 9126.0, 9162.0, 9145.0, 9184.0, 9174.0, 9202.0, 9158.0, 9182.0, 9168.0, 9167.0, 9150.0, 9170.0, 9203.0, 9151.0, 9196.0, 9146.0, 9149.0, 9209.0, 9128.0, 9155.0, 9119.0, 9139.0, 9144.0, 9126.0, 9166.0, 9130.0, 9157.0, 9128.0, 9135.0, 9181.0, 9147.0, 9175.0, 9148.0, 9152.0, 9161.0, 9150.0, 9176.0, 9150.0, 9167.0, 9198.0, 9147.0, 9172.0, 9141.0, 9152.0, 9196.0, 9148.0, 9184.0, 9131.0, 9164.0, 9144.0, 9166.0, 9200.0, 9163.0, 9178.0, 9147.0, 9164.0, 9197.0, 9145.0, 9185.0, 9144.0, 9167.0, 9149.0, 9151.0, 9169.0, 9166.0, 9188.0, 9152.0, 9193.0, 9179.0, 9169.0, 9147.0, 9159.0, 9218.0, 9168.0, 9193.0, 9139.0, 9183.0, 9172.0, 9190.0, 9197.0, 9174.0, 9213.0, 9196.0, 9158.0, 9167.0, 9152.0, 9180.0, 9166.0, 9195.0, 9158.0, 9228.0, 9204.0, 9233.0, 9181.0, 9224.0, 9180.0, 9195.0, 9128.0, 9137.0, 9143.0, 9158.0, 9124.0, 9125.0, 9204.0, 9122.0, 9135.0, 9123.0, 9132.0, 9124.0, 9154.0, 9152.0, 9172.0, 9168.0, 9191.0, 9153.0, 9201.0, 9165.0, 9170.0, 9177.0, 9175.0, 9207.0, 9191.0, 9222.0, 9147.0, 9183.0, 9123.0, 9138.0, 9124.0, 9144.0, 9123.0, 9144.0, 9168.0, 9144.0, 9180.0, 9126.0, 9159.0, 9109.0, 9154.0, 9134.0, 9124.0, 9169.0, 9117.0, 9131.0, 9133.0, 9133.0, 9104.0, 9118.0, 9104.0, 9137.0, 9094.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.0011703833515881708</td></tr>
<tr><td colspan=3>aqi</td><td>0.02556993734939759</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.80333494311402</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.192240386776316</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0031918366228072</td></tr>
<tr><td colspan=3>efc</td><td>0.4433</td></tr>
<tr><td colspan=3>fber</td><td>7641.6782</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11095687864347041</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.514786418400876</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2725761309041688</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.221663219758694</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4650503957740733</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1310147771797396</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159706</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016321854665875435</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023378431797027588</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9856499194098554</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>33.9059</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.1122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.1768</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309386.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.7723</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3738</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.6854</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3417.8227</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.7175</td></tr>
<tr><td colspan=3>tsnr</td><td>38.768660219502635</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>