<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>c9b107da169edb7efb1fd6dd18c5dab0</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>10:32:21.507500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998784, -0.017416, 0.0461146, 0.0200496, 0.998157, -0.0572776]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10386</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7707, -7283, 607, -27, -82, 73, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>993a4f29-8ecd-4077-b0ab-aa466840dccb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796653270721436, 0.053791653364896774, 0.1215866357088089, 105.82252502441406], [0.04672587662935257, 2.6779820919036865, -0.15695779025554657, -87.51546478271484], [0.12372216582298279, 0.1536715179681778, 2.692690372467041, -79.65320587158203], [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': ['103221.507500', '103221.967500', '103222.427500', '103222.887500', '103223.347500', '103223.807500', '103224.267500', '103224.727500', '103225.187500', '103225.647500', '103226.107500', '103226.567500', '103227.027500', '103227.487500', '103227.947500', '103228.407500', '103228.867500', '103229.327500', '103229.787500', '103230.247500', '103230.707500', '103231.167500', '103231.627500', '103232.087500', '103232.547500', '103233.007500', '103233.467500', '103233.927500', '103234.387500', '103234.847500', '103235.307500', '103235.767500', '103236.227500', '103236.687500', '103237.147500', '103237.607500', '103238.067500', '103238.527500', '103238.987500', '103239.447500', '103239.907500', '103240.367500', '103240.827500', '103241.287500', '103241.747500', '103242.207500', '103242.667500', '103243.127500', '103243.587500', '103244.047500', '103244.507500', '103244.967500', '103245.427500', '103245.887500', '103246.347500', '103246.807500', '103247.267500', '103247.727500', '103248.187500', '103248.647500', '103249.107500', '103249.567500', '103250.027500', '103250.487500', '103250.947500', '103251.407500', '103251.867500', '103252.327500', '103252.787500', '103253.247500', '103253.707500', '103254.167500', '103254.627500', '103255.087500', '103255.547500', '103256.007500', '103256.467500', '103256.927500', '103257.387500', '103257.847500', '103258.307500', '103258.767500', '103259.227500', '103259.687500', '103300.147500', '103300.607500', '103301.067500', '103301.527500', '103301.987500', '103302.447500', '103302.907500', '103303.367500', '103303.827500', '103304.287500', '103304.747500', '103305.207500', '103305.667500', '103306.127500', '103306.587500', '103307.047500', '103307.507500', '103307.967500', '103308.427500', '103308.887500', '103309.347500', '103309.807500', '103310.267500', '103310.727500', '103311.187500', '103311.647500', '103312.107500', '103312.567500', '103313.027500', '103313.487500', '103313.947500', '103314.407500', '103314.867500', '103315.327500', '103315.787500', '103316.247500', '103316.707500', '103317.167500', '103317.627500', '103318.087500', '103318.547500', '103319.007500', '103319.467500', '103319.927500', '103320.387500', '103320.847500', '103321.307500', '103321.767500', '103322.227500', '103322.687500', '103323.147500', '103323.607500', '103324.067500', '103324.527500', '103324.987500', '103325.447500', '103325.907500', '103326.367500', '103326.827500', '103327.287500', '103327.747500', '103328.207500', '103328.667500', '103329.127500', '103329.587500', '103330.047500', '103330.507500', '103330.967500', '103331.427500', '103331.887500', '103332.347500', '103332.807500', '103333.267500', '103333.727500', '103334.187500', '103334.647500', '103335.107500', '103335.567500', '103336.027500', '103336.487500', '103336.947500', '103337.407500', '103337.867500', '103338.327500', '103338.787500', '103339.247500', '103339.707500', '103340.167500', '103340.627500', '103341.087500', '103341.547500', '103342.007500', '103342.467500', '103342.927500', '103343.387500', '103343.847500', '103344.307500', '103344.767500', '103345.227500', '103345.687500', '103346.147500', '103346.607500', '103347.067500', '103347.527500', '103347.987500', '103348.447500', '103348.907500', '103349.367500', '103349.827500', '103350.287500', '103350.747500', '103351.207500', '103351.667500', '103352.127500', '103352.587500', '103353.047500', '103353.507500', '103353.967500', '103354.427500', '103354.887500', '103355.347500', '103355.807500', '103356.267500', '103356.727500', '103357.187500', '103357.647500', '103358.107500', '103358.567500', '103359.027500', '103359.487500', '103359.947500', '103400.407500', '103400.867500', '103401.327500', '103401.787500', '103402.247500', '103402.707500', '103403.167500', '103403.627500', '103404.087500', '103404.547500', '103405.007500', '103405.467500', '103405.927500', '103406.387500', '103406.847500', '103407.307500', '103407.767500', '103408.227500', '103408.687500', '103409.147500', '103409.607500', '103410.067500', '103410.527500', '103410.987500', '103411.447500', '103411.907500', '103412.367500', '103412.827500', '103413.287500', '103413.747500', '103414.207500', '103414.667500', '103415.127500', '103415.587500', '103416.047500', '103416.507500', '103416.967500', '103417.427500', '103417.887500', '103418.347500', '103418.807500', '103419.267500', '103419.727500', '103420.187500', '103420.647500', '103421.107500', '103421.567500', '103422.027500', '103422.487500', '103422.947500', '103423.407500', '103423.867500', '103424.327500', '103424.787500', '103425.247500', '103425.707500', '103426.167500', '103426.627500', '103427.087500', '103427.547500', '103428.007500', '103428.467500', '103428.927500', '103429.387500', '103429.847500', '103430.307500', '103430.767500', '103431.227500', '103431.687500', '103432.147500', '103432.607500', '103433.067500', '103433.527500', '103433.987500', '103434.447500', '103434.907500', '103435.367500', '103435.827500', '103436.287500', '103436.747500', '103437.207500', '103437.667500', '103438.127500', '103438.587500', '103439.047500', '103439.507500', '103439.967500', '103440.427500', '103440.887500', '103441.347500', '103441.807500', '103442.267500', '103442.727500', '103443.187500', '103443.647500', '103444.107500', '103444.567500', '103445.027500', '103445.487500', '103445.947500', '103446.407500', '103446.867500', '103447.327500', '103447.787500', '103448.247500', '103448.707500', '103449.167500', '103449.627500', '103450.087500', '103450.547500', '103451.007500', '103451.467500', '103451.927500', '103452.387500', '103452.847500', '103453.307500', '103453.767500', '103454.227500', '103454.687500', '103455.147500', '103455.607500', '103456.067500', '103456.527500', '103456.987500', '103457.447500', '103457.907500', '103458.367500', '103458.827500', '103459.287500', '103459.747500', '103500.207500', '103500.667500', '103501.127500', '103501.587500', '103502.047500', '103502.507500', '103502.967500', '103503.427500', '103503.887500', '103504.347500', '103504.807500', '103505.267500', '103505.727500', '103506.187500', '103506.647500', '103507.107500', '103507.567500', '103508.027500', '103508.487500', '103508.947500', '103509.407500', '103509.867500', '103510.327500', '103510.787500', '103511.247500', '103511.707500', '103512.167500', '103512.627500', '103513.087500', '103513.547500', '103514.007500', '103514.467500', '103514.927500', '103515.387500', '103515.847500', '103516.307500', '103516.767500', '103517.227500', '103517.687500', '103518.147500', '103518.607500', '103519.067500', '103519.527500', '103519.987500', '103520.447500', '103520.907500', '103521.367500', '103521.827500', '103522.287500', '103522.747500', '103523.207500', '103523.667500', '103524.127500', '103524.587500', '103525.047500', '103525.507500', '103525.967500', '103526.427500', '103526.887500', '103527.347500', '103527.807500', '103528.267500', '103528.727500', '103529.187500', '103529.647500', '103530.107500', '103530.567500', '103531.027500', '103531.487500', '103531.947500', '103532.407500', '103532.867500', '103533.327500', '103533.787500', '103534.247500', '103534.707500', '103535.167500', '103535.627500', '103536.087500', '103536.547500', '103537.007500', '103537.467500', '103537.927500', '103538.387500', '103538.847500', '103539.307500', '103539.767500', '103540.227500', '103540.687500', '103541.147500', '103541.607500', '103542.067500', '103542.527500', '103542.987500', '103543.447500', '103543.907500', '103544.367500', '103544.827500', '103545.287500', '103545.747500', '103546.207500', '103546.667500', '103547.127500', '103547.587500', '103548.047500', '103548.507500', '103548.967500', '103549.427500', '103549.887500', '103550.347500', '103550.807500', '103551.267500', '103551.727500', '103552.187500', '103552.647500', '103553.107500', '103553.567500', '103554.027500', '103554.487500', '103554.947500', '103555.407500', '103555.867500', '103556.327500', '103556.787500', '103557.247500', '103557.707500', '103558.167500', '103558.627500', '103559.087500', '103559.547500', '103600.007500', '103600.467500', '103600.927500', '103601.387500', '103601.847500', '103602.307500', '103602.767500', '103603.227500', '103603.687500', '103604.147500', '103604.607500', '103605.067500', '103605.527500', '103605.987500', '103606.447500', '103606.907500', '103607.367500', '103607.827500', '103608.287500', '103608.747500', '103609.207500', '103609.667500', '103610.127500', '103610.587500', '103611.047500', '103611.507500', '103611.967500', '103612.427500', '103612.887500', '103613.347500', '103613.807500', '103614.267500', '103614.727500', '103615.187500', '103615.647500', '103616.107500', '103616.567500', '103617.027500', '103617.487500', '103617.947500', '103618.407500', '103618.867500', '103619.327500', '103619.787500', '103620.247500', '103620.707500', '103621.167500', '103621.627500', '103622.087500', '103622.547500', '103623.007500', '103623.467500', '103623.927500', '103624.387500', '103624.847500', '103625.307500', '103625.767500', '103626.227500', '103626.687500', '103627.147500', '103627.607500', '103628.067500', '103628.527500', '103628.987500', '103629.447500', '103629.907500', '103630.367500', '103630.827500', '103631.287500', '103631.747500', '103632.207500', '103632.667500', '103633.127500', '103633.587500', '103634.047500', '103634.507500', '103634.967500', '103635.427500', '103635.887500', '103636.347500', '103636.807500', '103637.267500', '103637.727500', '103638.187500', '103638.647500', '103639.107500', '103639.567500', '103640.027500', '103640.487500', '103640.947500', '103641.407500', '103641.867500', '103642.327500', '103642.787500', '103643.247500', '103643.707500', '103644.167500', '103644.627500', '103645.087500', '103645.547500', '103646.007500', '103646.467500', '103646.927500', '103647.387500', '103647.847500', '103648.307500', '103648.767500', '103649.227500', '103649.687500', '103650.147500', '103650.607500', '103651.067500', '103651.527500', '103651.987500', '103652.447500', '103652.907500', '103653.367500', '103653.827500', '103654.287500', '103654.747500', '103655.207500', '103655.667500', '103656.127500', '103656.587500', '103657.047500', '103657.507500', '103657.967500', '103658.427500', '103658.887500', '103659.347500', '103659.807500', '103700.267500', '103700.727500', '103701.187500', '103701.647500', '103702.107500', '103702.567500', '103703.027500', '103703.487500', '103703.947500', '103704.407500', '103704.867500', '103705.327500', '103705.787500', '103706.247500', '103706.707500', '103707.167500', '103707.627500', '103708.087500', '103708.547500', '103709.007500', '103709.467500', '103709.927500', '103710.387500', '103710.847500', '103711.307500', '103711.767500', '103712.227500', '103712.687500', '103713.147500', '103713.607500', '103714.067500', '103714.527500', '103714.987500', '103715.447500', '103715.907500', '103716.367500', '103716.827500', '103717.287500', '103717.747500', '103718.207500', '103718.667500', '103719.127500', '103719.587500', '103720.047500', '103720.507500', '103720.967500', '103721.427500', '103721.887500', '103722.347500', '103722.807500', '103723.267500', '103723.727500', '103724.187500', '103724.647500', '103725.107500', '103725.567500', '103726.027500', '103726.487500', '103726.947500', '103727.407500', '103727.867500', '103728.327500', '103728.787500', '103729.247500', '103729.707500', '103730.167500', '103730.627500', '103731.087500', '103731.547500', '103732.007500', '103732.467500', '103732.927500', '103733.387500', '103733.847500', '103734.307500', '103734.767500', '103735.227500', '103735.687500', '103736.147500', '103736.607500', '103737.067500', '103737.527500', '103737.987500', '103738.447500', '103738.907500', '103739.367500', '103739.827500', '103740.287500', '103740.747500', '103741.207500', '103741.667500', '103742.127500', '103742.587500', '103743.047500', '103743.507500', '103743.967500', '103744.427500', '103744.887500', '103745.347500', '103745.807500', '103746.267500', '103746.727500', '103747.187500', '103747.647500', '103748.107500', '103748.567500', '103749.027500', '103749.487500', '103749.947500', '103750.407500', '103750.867500', '103751.327500', '103751.787500', '103752.247500', '103752.707500', '103753.167500', '103753.627500', '103754.087500', '103754.547500', '103755.007500', '103755.467500', '103755.927500', '103756.387500', '103756.847500', '103757.307500', '103757.767500', '103758.227500', '103758.687500', '103759.147500', '103759.607500', '103800.067500', '103800.527500', '103800.987500', '103801.447500', '103801.907500', '103802.367500', '103802.827500', '103803.287500', '103803.747500', '103804.207500', '103804.667500', '103805.127500', '103805.587500', '103806.047500', '103806.507500', '103806.967500', '103807.427500', '103807.887500', '103808.347500', '103808.807500', '103809.267500', '103809.727500', '103810.187500', '103810.647500', '103811.107500', '103811.567500', '103812.027500', '103812.487500', '103812.947500', '103813.407500', '103813.867500', '103814.327500', '103814.787500', '103815.247500', '103815.707500', '103816.167500', '103816.627500', '103817.087500', '103817.547500', '103818.007500', '103818.467500', '103818.927500', '103819.387500', '103819.847500', '103820.307500', '103820.767500', '103821.227500', '103821.687500', '103822.147500', '103822.607500', '103823.067500', '103823.527500', '103823.987500', '103824.447500', '103824.907500', '103825.367500', '103825.827500', '103826.287500', '103826.747500', '103827.207500', '103827.667500', '103828.127500', '103828.587500', '103829.047500', '103829.507500', '103829.967500', '103830.427500', '103830.887500', '103831.347500', '103831.807500', '103832.267500', '103832.727500', '103833.187500', '103833.647500', '103834.107500', '103834.567500', '103835.027500', '103835.487500', '103835.947500', '103836.407500', '103836.867500', '103837.327500', '103837.787500', '103838.247500', '103838.707500', '103839.167500', '103839.627500', '103840.087500', '103840.547500', '103841.007500', '103841.467500', '103841.927500', '103842.387500', '103842.847500', '103843.307500', '103843.767500', '103844.227500', '103844.687500', '103845.147500', '103845.607500', '103846.067500', '103846.527500', '103846.987500', '103847.447500', '103847.907500', '103848.367500', '103848.827500', '103849.287500', '103849.747500', '103850.207500', '103850.667500', '103851.127500', '103851.587500', '103852.047500', '103852.507500', '103852.967500', '103853.427500', '103853.887500', '103854.347500', '103854.807500', '103855.267500', '103855.727500', '103856.187500', '103856.647500', '103857.107500', '103857.567500', '103858.027500', '103858.487500', '103858.947500', '103859.407500', '103859.867500', '103900.327500', '103900.787500', '103901.247500', '103901.707500', '103902.167500', '103902.627500', '103903.087500', '103903.547500', '103904.007500', '103904.467500', '103904.927500', '103905.387500', '103905.847500', '103906.307500', '103906.767500', '103907.227500', '103907.687500', '103908.147500', '103908.607500', '103909.067500', '103909.527500', '103909.987500', '103910.447500', '103910.907500', '103911.367500', '103911.827500', '103912.287500', '103912.747500', '103913.207500', '103913.667500', '103914.127500', '103914.587500', '103915.047500', '103915.507500', '103915.967500', '103916.427500', '103916.887500', '103917.347500', '103917.807500', '103918.267500', '103918.727500', '103919.187500', '103919.647500', '103920.107500', '103920.567500', '103921.027500', '103921.487500'], 'ContentTime': ['103247.430000', '103247.433000', '103247.436000', '103247.439000', '103247.450000', '103247.453000', '103247.456000', '103247.459000', '103247.462000', '103247.465000', '103247.468000', '103247.471000', '103247.474000', '103247.477000', '103247.480000', '103247.483000', '103247.486000', '103247.489000', '103247.492000', '103247.495000', '103247.498000', '103247.501000', '103247.504000', '103247.507000', '103247.510000', '103247.513000', '103247.516000', '103247.526000', '103247.529000', '103247.532000', '103247.535000', '103247.538000', '103247.541000', '103247.544000', '103247.547000', '103247.550000', '103247.553000', '103247.556000', '103247.559000', '103247.562000', '103247.565000', '103247.568000', '103247.579000', '103247.582000', '103247.585000', '103247.588000', '103247.591000', '103247.594000', '103247.597000', '103247.600000', '103247.603000', '103247.606000', '103247.609000', '103247.612000', '103247.614000', '103307.386000', '103307.389000', '103307.392000', '103307.395000', '103307.398000', '103307.401000', '103307.404000', '103307.407000', '103307.410000', '103307.417000', '103307.420000', '103307.423000', '103307.426000', '103307.429000', '103307.432000', '103307.435000', '103307.438000', '103307.441000', '103307.444000', '103307.447000', '103307.450000', '103307.453000', '103307.456000', '103307.459000', '103307.462000', '103307.465000', '103307.468000', '103307.472000', '103307.475000', '103307.478000', '103307.481000', '103307.484000', '103307.487000', '103307.490000', '103307.493000', '103307.496000', '103307.499000', '103307.502000', '103307.505000', '103307.508000', '103307.511000', '103307.514000', '103307.517000', '103327.386000', '103327.389000', '103327.392000', '103327.395000', '103327.398000', '103327.401000', '103327.404000', '103327.407000', '103327.410000', '103327.413000', '103327.416000', '103327.419000', '103327.432000', '103327.435000', '103327.439000', '103327.442000', '103327.445000', '103327.448000', '103327.450000', '103327.453000', '103327.456000', '103327.459000', '103327.462000', '103327.465000', '103327.468000', '103327.471000', '103327.474000', '103327.477000', '103327.480000', '103327.483000', '103327.486000', '103327.489000', '103327.492000', '103327.495000', '103327.498000', '103327.501000', '103327.504000', '103327.507000', '103327.510000', '103327.513000', '103327.516000', '103327.519000', '103327.522000', '103327.525000', '103347.386000', '103347.389000', '103347.393000', '103347.396000', '103347.398000', '103347.401000', '103347.404000', '103347.407000', '103347.410000', '103347.413000', '103347.416000', '103347.419000', '103347.422000', '103347.425000', '103347.428000', '103347.445000', '103347.448000', '103347.451000', '103347.454000', '103347.457000', '103347.459000', '103347.462000', '103347.465000', '103347.468000', '103347.471000', '103347.474000', '103347.477000', '103347.480000', '103347.484000', '103347.486000', '103347.489000', '103347.492000', '103347.495000', '103347.498000', '103347.501000', '103347.504000', '103347.507000', '103347.510000', '103347.513000', '103347.523000', '103347.526000', '103347.529000', '103347.532000', '103407.387000', '103407.390000', '103407.393000', '103407.396000', '103407.399000', '103407.402000', '103407.405000', '103407.408000', '103407.411000', '103407.420000', '103407.432000', '103407.435000', '103407.438000', '103407.441000', '103407.444000', '103407.447000', '103407.450000', '103407.453000', '103407.456000', '103407.459000', '103407.462000', '103407.465000', '103407.468000', '103407.471000', '103407.474000', '103407.477000', '103407.480000', '103407.483000', '103407.486000', '103407.489000', '103407.492000', '103407.495000', '103407.498000', '103407.501000', '103407.504000', '103407.507000', '103407.510000', '103407.512000', '103407.515000', '103407.518000', '103407.521000', '103407.536000', '103407.539000', '103407.542000', '103427.387000', '103427.390000', '103427.393000', '103427.396000', '103427.399000', '103427.402000', '103427.405000', '103427.408000', '103427.411000', '103427.414000', '103427.417000', '103427.420000', '103427.423000', '103427.426000', '103427.429000', '103427.432000', '103427.444000', '103427.447000', '103427.450000', '103427.453000', '103427.456000', '103427.459000', '103427.462000', '103427.465000', '103427.468000', '103427.471000', '103427.474000', '103427.477000', '103427.480000', '103427.483000', '103427.486000', '103427.489000', '103427.492000', '103427.495000', '103427.498000', '103427.501000', '103427.504000', '103427.507000', '103427.511000', '103427.515000', '103427.518000', '103427.521000', '103427.524000', '103447.386000', '103447.389000', '103447.392000', '103447.395000', '103447.398000', '103447.401000', '103447.404000', '103447.408000', '103447.411000', '103447.414000', '103447.417000', '103447.420000', '103447.423000', '103447.426000', '103447.429000', '103447.432000', '103447.435000', '103447.438000', '103447.441000', '103447.444000', '103447.447000', '103447.450000', '103447.463000', '103447.466000', '103447.469000', '103447.472000', '103447.475000', '103447.478000', '103447.481000', '103447.484000', '103447.487000', '103447.490000', '103447.493000', '103447.496000', '103447.499000', '103447.502000', '103447.505000', '103447.508000', '103447.511000', '103447.514000', '103447.517000', '103447.520000', '103447.523000', '103447.526000', '103507.386000', '103507.389000', '103507.392000', '103507.395000', '103507.398000', '103507.401000', '103507.404000', '103507.407000', '103507.410000', '103507.413000', '103507.416000', '103507.419000', '103507.422000', '103507.425000', '103507.428000', '103507.431000', '103507.434000', '103507.437000', '103507.440000', '103507.443000', '103507.446000', '103507.449000', '103507.452000', '103507.455000', '103507.458000', '103507.461000', '103507.464000', '103507.467000', '103507.470000', '103507.473000', '103507.477000', '103507.479000', '103507.482000', '103507.485000', '103507.488000', '103507.491000', '103507.494000', '103507.497000', '103507.500000', '103507.503000', '103507.506000', '103507.509000', '103507.512000', '103527.386000', '103527.389000', '103527.392000', '103527.395000', '103527.398000', '103527.401000', '103527.404000', '103527.407000', '103527.410000', '103527.413000', '103527.416000', '103527.419000', '103527.422000', '103527.425000', '103527.428000', '103527.431000', '103527.434000', '103527.437000', '103527.440000', '103527.443000', '103527.446000', '103527.449000', '103527.452000', '103527.455000', '103527.458000', '103527.461000', '103527.464000', '103527.467000', '103527.470000', '103527.473000', '103527.476000', '103527.479000', '103527.482000', '103527.485000', '103527.488000', '103527.491000', '103527.494000', '103527.497000', '103527.500000', '103527.503000', '103527.506000', '103527.509000', '103527.512000', '103547.386000', '103547.389000', '103547.392000', '103547.406000', '103547.409000', '103547.412000', '103547.415000', '103547.418000', '103547.421000', '103547.424000', '103547.427000', '103547.430000', '103547.433000', '103547.436000', '103547.439000', '103547.442000', '103547.445000', '103547.448000', '103547.451000', '103547.454000', '103547.457000', '103547.460000', '103547.464000', '103547.480000', '103547.483000', '103547.486000', '103547.489000', '103547.492000', '103547.495000', '103547.498000', '103547.501000', '103547.504000', '103547.507000', '103547.510000', '103547.513000', '103547.516000', '103547.519000', '103547.522000', '103547.526000', '103547.529000', '103547.532000', '103547.535000', '103547.538000', '103547.540000', '103607.386000', '103607.389000', '103607.392000', '103607.395000', '103607.399000', '103607.402000', '103607.405000', '103607.408000', '103607.411000', '103607.414000', '103607.417000', '103607.420000', '103607.423000', '103607.426000', '103607.429000', '103607.432000', '103607.435000', '103607.438000', '103607.441000', '103607.444000', '103607.447000', '103607.450000', '103607.453000', '103607.456000', '103607.459000', '103607.462000', '103607.465000', '103607.468000', '103607.471000', '103607.474000', '103607.477000', '103607.480000', '103607.483000', '103607.486000', '103607.489000', '103607.492000', '103607.495000', '103607.498000', '103607.501000', '103607.504000', '103607.507000', '103607.510000', '103607.513000', '103627.387000', '103627.390000', '103627.393000', '103627.396000', '103627.399000', '103627.402000', '103627.405000', '103627.408000', '103627.411000', '103627.414000', '103627.417000', '103627.420000', '103627.423000', '103627.426000', '103627.429000', '103627.432000', '103627.435000', '103627.438000', '103627.441000', '103627.444000', '103627.447000', '103627.450000', '103627.453000', '103627.456000', '103627.459000', '103627.462000', '103627.465000', '103627.468000', '103627.471000', '103627.474000', '103627.477000', '103627.480000', '103627.483000', '103627.486000', '103627.489000', '103627.492000', '103627.495000', '103627.501000', '103627.504000', '103627.507000', '103627.510000', '103627.513000', '103627.516000', '103627.519000', '103647.387000', '103647.390000', '103647.393000', '103647.396000', '103647.399000', '103647.403000', '103647.406000', '103647.409000', '103647.412000', '103647.415000', '103647.418000', '103647.421000', '103647.424000', '103647.427000', '103647.430000', '103647.434000', '103647.437000', '103647.440000', '103647.443000', '103647.446000', '103647.449000', '103647.452000', '103647.455000', '103647.458000', '103647.461000', '103647.464000', '103647.467000', '103647.470000', '103647.473000', '103647.476000', '103647.479000', '103647.482000', '103647.485000', '103647.488000', '103647.491000', '103647.494000', '103647.498000', '103647.500000', '103647.503000', '103647.506000', '103647.509000', '103647.512000', '103647.515000', '103707.386000', '103707.389000', '103707.392000', '103707.395000', '103707.398000', '103707.406000', '103707.409000', '103707.412000', '103707.415000', '103707.418000', '103707.421000', '103707.424000', '103707.427000', '103707.430000', '103707.433000', '103707.436000', '103707.439000', '103707.442000', '103707.445000', '103707.448000', '103707.451000', '103707.454000', '103707.457000', '103707.460000', '103707.463000', '103707.466000', '103707.469000', '103707.472000', '103707.475000', '103707.478000', '103707.481000', '103707.484000', '103707.487000', '103707.490000', '103707.493000', '103707.496000', '103707.499000', '103707.502000', '103707.505000', '103707.508000', '103707.511000', '103707.514000', '103707.517000', '103707.520000', '103727.386000', '103727.389000', '103727.392000', '103727.411000', '103727.414000', '103727.417000', '103727.420000', '103727.423000', '103727.426000', '103727.429000', '103727.432000', '103727.435000', '103727.438000', '103727.441000', '103727.446000', '103727.449000', '103727.452000', '103727.456000', '103727.459000', '103727.462000', '103727.465000', '103727.468000', '103727.471000', '103727.474000', '103727.477000', '103727.480000', '103727.483000', '103727.486000', '103727.489000', '103727.492000', '103727.495000', '103727.498000', '103727.501000', '103727.504000', '103727.507000', '103727.510000', '103727.513000', '103727.516000', '103727.519000', '103727.522000', '103727.525000', '103727.528000', '103727.531000', '103747.386000', '103747.389000', '103747.392000', '103747.395000', '103747.398000', '103747.401000', '103747.404000', '103747.407000', '103747.410000', '103747.413000', '103747.416000', '103747.419000', '103747.422000', '103747.425000', '103747.438000', '103747.441000', '103747.444000', '103747.447000', '103747.450000', '103747.453000', '103747.456000', '103747.459000', '103747.462000', '103747.465000', '103747.468000', '103747.471000', '103747.474000', '103747.477000', '103747.480000', '103747.483000', '103747.486000', '103747.489000', '103747.492000', '103747.495000', '103747.498000', '103747.501000', '103747.504000', '103747.507000', '103747.510000', '103747.513000', '103747.516000', '103747.519000', '103747.522000', '103747.525000', '103807.387000', '103807.391000', '103807.394000', '103807.397000', '103807.400000', '103807.403000', '103807.406000', '103807.409000', '103807.412000', '103807.415000', '103807.418000', '103807.421000', '103807.424000', '103807.427000', '103807.430000', '103807.433000', '103807.436000', '103807.439000', '103807.442000', '103807.445000', '103807.448000', '103807.454000', '103807.458000', '103807.461000', '103807.464000', '103807.467000', '103807.470000', '103807.473000', '103807.475000', '103807.478000', '103807.481000', '103807.484000', '103807.495000', '103807.498000', '103807.501000', '103807.504000', '103807.507000', '103807.510000', '103807.513000', '103807.515000', '103807.518000', '103807.521000', '103807.524000', '103827.386000', '103827.389000', '103827.392000', '103827.395000', '103827.398000', '103827.401000', '103827.404000', '103827.407000', '103827.410000', '103827.413000', '103827.420000', '103827.423000', '103827.426000', '103827.429000', '103827.432000', '103827.435000', '103827.438000', '103827.441000', '103827.444000', '103827.447000', '103827.450000', '103827.453000', '103827.456000', '103827.459000', '103827.462000', '103827.465000', '103827.468000', '103827.471000', '103827.474000', '103827.477000', '103827.480000', '103827.483000', '103827.486000', '103827.489000', '103827.492000', '103827.495000', '103827.498000', '103827.501000', '103827.504000', '103827.507000', '103827.510000', '103827.513000', '103827.516000', '103827.519000', '103847.387000', '103847.391000', '103847.394000', '103847.397000', '103847.400000', '103847.402000', '103847.405000', '103847.408000', '103847.411000', '103847.414000', '103847.417000', '103847.420000', '103847.423000', '103847.426000', '103847.449000', '103847.452000', '103847.455000', '103847.458000', '103847.464000', '103847.468000', '103847.472000', '103847.475000', '103847.477000', '103847.480000', '103847.483000', '103847.486000', '103847.489000', '103847.492000', '103847.495000', '103847.498000', '103847.501000', '103847.504000', '103847.507000', '103847.510000', '103847.513000', '103847.516000', '103847.519000', '103847.522000', '103847.525000', '103847.528000', '103847.531000', '103847.534000', '103847.537000', '103907.387000', '103907.390000', '103907.393000', '103907.396000', '103907.399000', '103907.402000', '103907.405000', '103907.408000', '103907.411000', '103907.414000', '103907.417000', '103907.420000', '103907.423000', '103907.426000', '103907.429000', '103907.432000', '103907.435000', '103907.438000', '103907.441000', '103907.444000', '103907.447000', '103907.450000', '103907.453000', '103907.456000', '103907.459000', '103907.462000', '103907.465000', '103907.468000', '103907.471000', '103907.474000', '103907.477000', '103907.480000', '103907.483000', '103907.486000', '103907.489000', '103907.492000', '103907.495000', '103907.498000', '103907.501000', '103907.504000', '103907.507000', '103907.510000', '103907.513000', '103907.516000', '103922.491000', '103922.495000', '103922.498000', '103922.501000', '103922.504000', '103922.507000', '103922.510000', '103922.513000', '103922.516000', '103922.519000', '103922.522000', '103922.525000', '103922.528000', '103922.531000', '103922.534000', '103922.537000', '103922.540000', '103922.543000', '103922.546000', '103922.549000', '103922.552000', '103922.555000', '103922.558000', '103922.561000', '103922.564000', '103922.567000', '103922.570000', '103922.573000', '103922.587000', '103922.590000', '103922.593000', '103922.596000', '103922.599000'], 'InstanceCreationTime': ['103247.430000', '103247.433000', '103247.436000', '103247.439000', '103247.450000', '103247.453000', '103247.456000', '103247.459000', '103247.462000', '103247.465000', '103247.468000', '103247.471000', '103247.474000', '103247.477000', '103247.480000', '103247.483000', '103247.486000', '103247.489000', '103247.492000', '103247.495000', '103247.498000', '103247.501000', '103247.504000', '103247.507000', '103247.510000', '103247.513000', '103247.516000', '103247.526000', '103247.529000', '103247.532000', '103247.535000', '103247.538000', '103247.541000', '103247.544000', '103247.547000', '103247.550000', '103247.553000', '103247.556000', '103247.559000', '103247.562000', '103247.565000', '103247.568000', '103247.579000', '103247.582000', '103247.585000', '103247.588000', '103247.591000', '103247.594000', '103247.597000', '103247.600000', '103247.603000', '103247.606000', '103247.609000', '103247.612000', '103247.614000', '103307.386000', '103307.389000', '103307.392000', '103307.395000', '103307.398000', '103307.401000', '103307.404000', '103307.407000', '103307.410000', '103307.417000', '103307.420000', '103307.423000', '103307.426000', '103307.429000', '103307.432000', '103307.435000', '103307.438000', '103307.441000', '103307.444000', '103307.447000', '103307.450000', '103307.453000', '103307.456000', '103307.459000', '103307.462000', '103307.465000', '103307.468000', '103307.472000', '103307.475000', '103307.478000', '103307.481000', '103307.484000', '103307.487000', '103307.490000', '103307.493000', '103307.496000', '103307.499000', '103307.502000', '103307.505000', '103307.508000', '103307.511000', '103307.514000', '103307.517000', '103327.386000', '103327.389000', '103327.392000', '103327.395000', '103327.398000', '103327.401000', '103327.404000', '103327.407000', '103327.410000', '103327.413000', '103327.416000', '103327.419000', '103327.432000', '103327.435000', '103327.439000', '103327.442000', '103327.445000', '103327.448000', '103327.450000', '103327.453000', '103327.456000', '103327.459000', '103327.462000', '103327.465000', '103327.468000', '103327.471000', '103327.474000', '103327.477000', '103327.480000', '103327.483000', '103327.486000', '103327.489000', '103327.492000', '103327.495000', '103327.498000', '103327.501000', '103327.504000', '103327.507000', '103327.510000', '103327.513000', '103327.516000', '103327.519000', '103327.522000', '103327.525000', '103347.386000', '103347.389000', '103347.393000', '103347.396000', '103347.398000', '103347.401000', '103347.404000', '103347.407000', '103347.410000', '103347.413000', '103347.416000', '103347.419000', '103347.422000', '103347.425000', '103347.428000', '103347.445000', '103347.448000', '103347.451000', '103347.454000', '103347.457000', '103347.459000', '103347.462000', '103347.465000', '103347.468000', '103347.471000', '103347.474000', '103347.477000', '103347.480000', '103347.484000', '103347.486000', '103347.489000', '103347.492000', '103347.495000', '103347.498000', '103347.501000', '103347.504000', '103347.507000', '103347.510000', '103347.513000', '103347.523000', '103347.526000', '103347.529000', '103347.532000', '103407.387000', '103407.390000', '103407.393000', '103407.396000', '103407.399000', '103407.402000', '103407.405000', '103407.408000', '103407.411000', '103407.420000', '103407.432000', '103407.435000', '103407.438000', '103407.441000', '103407.444000', '103407.447000', '103407.450000', '103407.453000', '103407.456000', '103407.459000', '103407.462000', '103407.465000', '103407.468000', '103407.471000', '103407.474000', '103407.477000', '103407.480000', '103407.483000', '103407.486000', '103407.489000', '103407.492000', '103407.495000', '103407.498000', '103407.501000', '103407.504000', '103407.507000', '103407.510000', '103407.512000', '103407.515000', '103407.518000', '103407.521000', '103407.536000', '103407.539000', '103407.542000', '103427.387000', '103427.390000', '103427.393000', '103427.396000', '103427.399000', '103427.402000', '103427.405000', '103427.408000', '103427.411000', '103427.414000', '103427.417000', '103427.420000', '103427.423000', '103427.426000', '103427.429000', '103427.432000', '103427.444000', '103427.447000', '103427.450000', '103427.453000', '103427.456000', '103427.459000', '103427.462000', '103427.465000', '103427.468000', '103427.471000', '103427.474000', '103427.477000', '103427.480000', '103427.483000', '103427.486000', '103427.489000', '103427.492000', '103427.495000', '103427.498000', '103427.501000', '103427.504000', '103427.507000', '103427.511000', '103427.515000', '103427.518000', '103427.521000', '103427.524000', '103447.386000', '103447.389000', '103447.392000', '103447.395000', '103447.398000', '103447.401000', '103447.404000', '103447.408000', '103447.411000', '103447.414000', '103447.417000', '103447.420000', '103447.423000', '103447.426000', '103447.429000', '103447.432000', '103447.435000', '103447.438000', '103447.441000', '103447.444000', '103447.447000', '103447.450000', '103447.463000', '103447.466000', '103447.469000', '103447.472000', '103447.475000', '103447.478000', '103447.481000', '103447.484000', '103447.487000', '103447.490000', '103447.493000', '103447.496000', '103447.499000', '103447.502000', '103447.505000', '103447.508000', '103447.511000', '103447.514000', '103447.517000', '103447.520000', '103447.523000', '103447.526000', '103507.386000', '103507.389000', '103507.392000', '103507.395000', '103507.398000', '103507.401000', '103507.404000', '103507.407000', '103507.410000', '103507.413000', '103507.416000', '103507.419000', '103507.422000', '103507.425000', '103507.428000', '103507.431000', '103507.434000', '103507.437000', '103507.440000', '103507.443000', '103507.446000', '103507.449000', '103507.452000', '103507.455000', '103507.458000', '103507.461000', '103507.464000', '103507.467000', '103507.470000', '103507.473000', '103507.477000', '103507.479000', '103507.482000', '103507.485000', '103507.488000', '103507.491000', '103507.494000', '103507.497000', '103507.500000', '103507.503000', '103507.506000', '103507.509000', '103507.512000', '103527.386000', '103527.389000', '103527.392000', '103527.395000', '103527.398000', '103527.401000', '103527.404000', '103527.407000', '103527.410000', '103527.413000', '103527.416000', '103527.419000', '103527.422000', '103527.425000', '103527.428000', '103527.431000', '103527.434000', '103527.437000', '103527.440000', '103527.443000', '103527.446000', '103527.449000', '103527.452000', '103527.455000', '103527.458000', '103527.461000', '103527.464000', '103527.467000', '103527.470000', '103527.473000', '103527.476000', '103527.479000', '103527.482000', '103527.485000', '103527.488000', '103527.491000', '103527.494000', '103527.497000', '103527.500000', '103527.503000', '103527.506000', '103527.509000', '103527.512000', '103547.386000', '103547.389000', '103547.392000', '103547.406000', '103547.409000', '103547.412000', '103547.415000', '103547.418000', '103547.421000', '103547.424000', '103547.427000', '103547.430000', '103547.433000', '103547.436000', '103547.439000', '103547.442000', '103547.445000', '103547.448000', '103547.451000', '103547.454000', '103547.457000', '103547.460000', '103547.464000', '103547.480000', '103547.483000', '103547.486000', '103547.489000', '103547.492000', '103547.495000', '103547.498000', '103547.501000', '103547.504000', '103547.507000', '103547.510000', '103547.513000', '103547.516000', '103547.519000', '103547.522000', '103547.526000', '103547.529000', '103547.532000', '103547.535000', '103547.538000', '103547.540000', '103607.386000', '103607.389000', '103607.392000', '103607.395000', '103607.399000', '103607.402000', '103607.405000', '103607.408000', '103607.411000', '103607.414000', '103607.417000', '103607.420000', '103607.423000', '103607.426000', '103607.429000', '103607.432000', '103607.435000', '103607.438000', '103607.441000', '103607.444000', '103607.447000', '103607.450000', '103607.453000', '103607.456000', '103607.459000', '103607.462000', '103607.465000', '103607.468000', '103607.471000', '103607.474000', '103607.477000', '103607.480000', '103607.483000', '103607.486000', '103607.489000', '103607.492000', '103607.495000', '103607.498000', '103607.501000', '103607.504000', '103607.507000', '103607.510000', '103607.513000', '103627.387000', '103627.390000', '103627.393000', '103627.396000', '103627.399000', '103627.402000', '103627.405000', '103627.408000', '103627.411000', '103627.414000', '103627.417000', '103627.420000', '103627.423000', '103627.426000', '103627.429000', '103627.432000', '103627.435000', '103627.438000', '103627.441000', '103627.444000', '103627.447000', '103627.450000', '103627.453000', '103627.456000', '103627.459000', '103627.462000', '103627.465000', '103627.468000', '103627.471000', '103627.474000', '103627.477000', '103627.480000', '103627.483000', '103627.486000', '103627.489000', '103627.492000', '103627.495000', '103627.501000', '103627.504000', '103627.507000', '103627.510000', '103627.513000', '103627.516000', '103627.519000', '103647.387000', '103647.390000', '103647.393000', '103647.396000', '103647.399000', '103647.403000', '103647.406000', '103647.409000', '103647.412000', '103647.415000', '103647.418000', '103647.421000', '103647.424000', '103647.427000', '103647.430000', '103647.434000', '103647.437000', '103647.440000', '103647.443000', '103647.446000', '103647.449000', '103647.452000', '103647.455000', '103647.458000', '103647.461000', '103647.464000', '103647.467000', '103647.470000', '103647.473000', '103647.476000', '103647.479000', '103647.482000', '103647.485000', '103647.488000', '103647.491000', '103647.494000', '103647.498000', '103647.500000', '103647.503000', '103647.506000', '103647.509000', '103647.512000', '103647.515000', '103707.386000', '103707.389000', '103707.392000', '103707.395000', '103707.398000', '103707.406000', '103707.409000', '103707.412000', '103707.415000', '103707.418000', '103707.421000', '103707.424000', '103707.427000', '103707.430000', '103707.433000', '103707.436000', '103707.439000', '103707.442000', '103707.445000', '103707.448000', '103707.451000', '103707.454000', '103707.457000', '103707.460000', '103707.463000', '103707.466000', '103707.469000', '103707.472000', '103707.475000', '103707.478000', '103707.481000', '103707.484000', '103707.487000', '103707.490000', '103707.493000', '103707.496000', '103707.499000', '103707.502000', '103707.505000', '103707.508000', '103707.511000', '103707.514000', '103707.517000', '103707.520000', '103727.386000', '103727.389000', '103727.392000', '103727.411000', '103727.414000', '103727.417000', '103727.420000', '103727.423000', '103727.426000', '103727.429000', '103727.432000', '103727.435000', '103727.438000', '103727.441000', '103727.446000', '103727.449000', '103727.452000', '103727.456000', '103727.459000', '103727.462000', '103727.465000', '103727.468000', '103727.471000', '103727.474000', '103727.477000', '103727.480000', '103727.483000', '103727.486000', '103727.489000', '103727.492000', '103727.495000', '103727.498000', '103727.501000', '103727.504000', '103727.507000', '103727.510000', '103727.513000', '103727.516000', '103727.519000', '103727.522000', '103727.525000', '103727.528000', '103727.531000', '103747.386000', '103747.389000', '103747.392000', '103747.395000', '103747.398000', '103747.401000', '103747.404000', '103747.407000', '103747.410000', '103747.413000', '103747.416000', '103747.419000', '103747.422000', '103747.425000', '103747.438000', '103747.441000', '103747.444000', '103747.447000', '103747.450000', '103747.453000', '103747.456000', '103747.459000', '103747.462000', '103747.465000', '103747.468000', '103747.471000', '103747.474000', '103747.477000', '103747.480000', '103747.483000', '103747.486000', '103747.489000', '103747.492000', '103747.495000', '103747.498000', '103747.501000', '103747.504000', '103747.507000', '103747.510000', '103747.513000', '103747.516000', '103747.519000', '103747.522000', '103747.525000', '103807.387000', '103807.391000', '103807.394000', '103807.397000', '103807.400000', '103807.403000', '103807.406000', '103807.409000', '103807.412000', '103807.415000', '103807.418000', '103807.421000', '103807.424000', '103807.427000', '103807.430000', '103807.433000', '103807.436000', '103807.439000', '103807.442000', '103807.445000', '103807.448000', '103807.454000', '103807.458000', '103807.461000', '103807.464000', '103807.467000', '103807.470000', '103807.473000', '103807.475000', '103807.478000', '103807.481000', '103807.484000', '103807.495000', '103807.498000', '103807.501000', '103807.504000', '103807.507000', '103807.510000', '103807.513000', '103807.515000', '103807.518000', '103807.521000', '103807.524000', '103827.386000', '103827.389000', '103827.392000', '103827.395000', '103827.398000', '103827.401000', '103827.404000', '103827.407000', '103827.410000', '103827.413000', '103827.420000', '103827.423000', '103827.426000', '103827.429000', '103827.432000', '103827.435000', '103827.438000', '103827.441000', '103827.444000', '103827.447000', '103827.450000', '103827.453000', '103827.456000', '103827.459000', '103827.462000', '103827.465000', '103827.468000', '103827.471000', '103827.474000', '103827.477000', '103827.480000', '103827.483000', '103827.486000', '103827.489000', '103827.492000', '103827.495000', '103827.498000', '103827.501000', '103827.504000', '103827.507000', '103827.510000', '103827.513000', '103827.516000', '103827.519000', '103847.387000', '103847.391000', '103847.394000', '103847.397000', '103847.400000', '103847.402000', '103847.405000', '103847.408000', '103847.411000', '103847.414000', '103847.417000', '103847.420000', '103847.423000', '103847.426000', '103847.449000', '103847.452000', '103847.455000', '103847.458000', '103847.464000', '103847.468000', '103847.472000', '103847.475000', '103847.477000', '103847.480000', '103847.483000', '103847.486000', '103847.489000', '103847.492000', '103847.495000', '103847.498000', '103847.501000', '103847.504000', '103847.507000', '103847.510000', '103847.513000', '103847.516000', '103847.519000', '103847.522000', '103847.525000', '103847.528000', '103847.531000', '103847.534000', '103847.537000', '103907.387000', '103907.390000', '103907.393000', '103907.396000', '103907.399000', '103907.402000', '103907.405000', '103907.408000', '103907.411000', '103907.414000', '103907.417000', '103907.420000', '103907.423000', '103907.426000', '103907.429000', '103907.432000', '103907.435000', '103907.438000', '103907.441000', '103907.444000', '103907.447000', '103907.450000', '103907.453000', '103907.456000', '103907.459000', '103907.462000', '103907.465000', '103907.468000', '103907.471000', '103907.474000', '103907.477000', '103907.480000', '103907.483000', '103907.486000', '103907.489000', '103907.492000', '103907.495000', '103907.498000', '103907.501000', '103907.504000', '103907.507000', '103907.510000', '103907.513000', '103907.516000', '103922.491000', '103922.495000', '103922.498000', '103922.501000', '103922.504000', '103922.507000', '103922.510000', '103922.513000', '103922.516000', '103922.519000', '103922.522000', '103922.525000', '103922.528000', '103922.531000', '103922.534000', '103922.537000', '103922.540000', '103922.543000', '103922.546000', '103922.549000', '103922.552000', '103922.555000', '103922.558000', '103922.561000', '103922.564000', '103922.567000', '103922.570000', '103922.573000', '103922.587000', '103922.590000', '103922.593000', '103922.596000', '103922.599000'], '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': [13503, 10113, 13097, 8795, 11125, 13618, 11326, 12935, 7807, 12231, 8302, 12615, 9685, 13145, 10093, 12896, 13962, 8832, 12472, 11657, 9087, 13164, 8955, 10115, 13400, 6975, 11938, 13813, 9847, 11469, 11427, 8783, 12983, 8557, 10639, 13626, 9017, 11415, 13553, 8414, 12517, 13665, 9583, 12202, 13557, 8726, 12429, 12399, 9549, 13025, 11407, 9466, 13386, 9537, 9953, 13498, 8957, 10459, 13529, 9064, 11047, 13640, 8071, 11700, 13600, 9838, 11153, 13437, 8059, 12154, 13116, 9904, 11964, 9651, 8608, 13018, 9988, 9575, 13026, 8698, 9832, 13571, 8719, 10532, 13156, 8133, 10926, 13390, 8978, 10816, 13044, 8196, 11802, 13234, 9326, 10797, 13289, 8563, 11789, 13118, 9864, 11567, 12302, 8977, 12317, 12045, 9403, 12216, 8912, 9214, 13137, 9044, 9841, 12994, 8742, 9745, 13134, 8649, 10427, 13378, 8727, 10618, 13194, 8171, 10972, 13537, 8938, 11340, 13222, 8459, 11000, 13169, 9519, 11565, 13526, 8174, 11915, 13310, 9358, 12033, 9192, 8441, 13286, 9020, 10137, 13021, 8017, 10739, 13745, 9200, 11111, 13621, 8303, 11932, 13353, 9164, 12131, 9832, 9630, 12718, 8827, 10252, 13241, 9577, 12028, 8257, 12105, 9123, 12640, 14168, 9005, 9472, 12965, 8659, 9190, 13336, 12330, 9016, 12593, 10336, 8201, 12751, 9849, 9581, 12576, 8167, 10590, 12995, 9134, 11774, 8982, 9029, 12980, 7456, 11194, 13092, 8840, 10758, 13176, 8907, 9697, 13511, 9080, 9640, 12890, 9528, 8427, 13405, 11651, 8930, 13035, 13017, 8607, 12510, 13206, 8362, 12150, 13738, 9055, 11832, 11277, 8282, 13339, 9574, 9634, 13811, 8813, 11289, 13950, 9095, 11357, 13907, 8776, 11579, 13791, 9413, 11354, 13800, 8417, 11893, 13782, 9340, 11634, 13351, 8612, 11590, 13283, 9407, 12071, 11708, 9235, 13053, 10647, 9502, 13415, 8945, 10826, 13681, 9153, 11443, 13722, 8207, 12139, 13950, 9681, 11701, 13561, 8382, 12414, 13645, 9868, 12752, 8050, 10411, 13987, 9026, 11767, 13216, 9615, 13022, 8296, 11604, 13934, 10396, 11697, 13457, 8378, 12478, 12975, 9505, 12669, 8835, 8969, 14116, 9048, 10625, 12878, 8532, 11031, 7543, 11624, 8171, 12237, 11153, 12891, 11351, 13332, 8677, 12122, 14494, 9762, 12430, 14249, 9301, 12195, 8399, 10361, 13407, 9973, 11961, 8625, 9292, 11958, 8750, 12095, 13229, 10854, 11541, 7507, 11439, 12806, 10255, 11712, 8693, 9636, 12359, 8404, 11069, 8301, 9722, 12574, 9509, 12190, 11398, 8926, 11932, 10869, 9686, 12714, 8857, 11356, 13517, 8496, 12001, 14037, 10967, 11761, 7812, 10298, 13051, 9324, 11447, 13924, 8088, 11380, 9211, 12346, 9979, 7760, 9315, 8521, 10692, 13993, 11023, 9774, 13542, 8953, 10322, 13828, 9021, 11084, 13339, 8630, 10874, 13106, 9035, 11632, 14036, 9938, 11172, 13660, 9432, 11201, 12866, 9713, 11112, 11859, 9967, 11633, 7903, 10528, 12032, 8382, 11015, 12434, 9351, 11582, 9769, 10235, 11885, 9406, 11062, 7474, 10450, 12548, 9645, 11695, 9994, 10356, 12318, 9983, 11567, 7961, 10662, 12690, 9608, 11524, 8792, 10498, 12600, 8598, 11817, 12932, 10053, 12186, 8212, 10292, 12810, 8366, 11289, 12771, 9982, 11633, 7932, 10026, 12879, 8981, 11356, 12960, 9412, 11650, 8341, 10052, 12701, 8908, 11187, 12698, 8637, 11455, 10533, 9202, 12203, 8296, 11176, 12996, 8986, 11412, 13092, 8142, 11413, 11167, 9054, 12371, 7357, 11465, 12745, 9750, 11683, 8243, 10167, 12584, 8578, 10651, 12955, 7720, 11678, 13432, 9823, 11720, 8568, 9841, 13012, 8828, 11256, 13148, 8244, 11753, 12119, 9509, 12538, 8214, 10584, 13215, 10284, 11453, 11636, 8990, 12538, 8504, 10731, 13185, 9593, 11630, 13156, 8948, 11740, 8109, 10244, 12749, 8045, 11528, 11937, 9950, 12212, 7993, 11278, 12712, 10440, 11630, 8209, 10103, 12636, 8723, 11255, 12470, 9308, 11738, 9368, 9587, 12461, 8637, 11250, 12665, 9166, 11193, 8253, 10418, 12427, 8697, 11619, 12083, 10039, 12249, 8115, 10533, 12654, 9621, 11175, 12760, 8785, 11747, 10109, 9606, 12316, 8045, 10539, 12714, 9546, 11352, 12573, 8436, 11943, 9240, 10042, 12629, 8035, 11394, 12709, 9897, 11482, 9101, 9530, 12541, 8545, 10850, 12968, 8406, 11748, 12826, 9962, 11485, 7970, 9762, 12652, 8440, 10643, 12850, 7575, 11510, 12971, 9488, 11680, 12508, 8721, 11674, 9088, 9653, 12525, 8261, 11126, 12776, 9669, 11725, 12504, 8591, 11810, 10194, 9561, 12438, 7850, 10509, 12649, 8851, 11330, 12609, 8921, 11651, 11731, 9035, 11919, 8207, 10246, 12651, 8669, 11069, 12406, 8375, 11542, 12894, 9056, 11190, 10802, 8329, 12231, 9185, 9622, 12556, 7728, 11020, 12745, 9738, 11090, 12807, 8534, 12353, 10828, 8894, 12178, 8559, 9591, 12449, 8616, 10691, 12914, 8513, 10596, 12741, 9081, 10756, 13061, 8334, 11304, 12586, 9408, 11190, 9329, 9072, 12544, 8736, 9694, 12318, 8018, 10461, 12815, 9089, 10773, 12809, 8367, 11230, 12942, 9929, 11162, 7458, 10657, 10603, 9041, 10460, 9744, 10190, 10623, 13311, 14206, 9018, 11384, 12576, 9658, 10945, 10456, 8361, 12220, 9877, 9739, 12393, 8237, 10398, 12567, 7948, 11142, 12614, 10123, 11072, 7975, 9804, 12492, 8406, 11228, 12733, 10830, 10940, 7760, 9732, 10533, 9395, 12701, 8588, 11205, 12944, 8557, 11461, 12985, 9269, 11540, 10078, 9651, 12526, 8253, 10488, 13009, 9074, 11356, 13921, 9365, 10942, 13058, 9310, 11056, 12226, 9603, 11577, 7501, 9911, 12443, 8546, 10714, 12329, 9073, 10673, 12194, 8338, 11297, 12308, 9709, 11520, 9706, 9152, 12116, 8265, 10594, 12753, 8739, 10792, 12568, 8920, 11313, 12787, 8074, 11402, 12939, 9862, 11451, 10570, 9175, 12215, 8271, 10823, 12542, 8784, 10965, 12847, 9742, 11423, 12846, 8989, 11126, 10195, 9321, 12452, 9303, 10125, 12827, 8677, 10562, 12836, 8657, 11142, 12833, 8493, 11736, 12928, 9028, 11237, 12823, 9303, 11607, 11675, 8998, 11965, 8453, 10878, 12695, 8211, 11423, 12887, 10484, 11096, 9086, 9134, 12375, 11825, 9406, 11831, 8026, 10255, 12910, 9116, 11054, 12785, 9084, 11624, 13038, 9087, 11426, 8686, 9984, 12548, 8017, 10666, 12863, 9294, 10833, 12863, 7968, 11303, 12669, 9993, 11558, 7826, 9846, 12425, 8334, 11011, 12721, 8299, 11684, 12484, 9566, 12410, 8775, 11385, 9488, 11236, 10136, 12700, 14355, 9291, 11166, 11229, 8816, 12166, 11921, 10078, 11904, 9115, 9311, 12636, 8636, 10547, 12644, 8618, 11287, 11507, 9245, 11691, 8018, 10620, 12601, 9624, 11232, 11935, 9384, 12246, 7786, 10863, 13057], 'WindowCenter': [4425.0, 4374.0, 4390.0, 4333.0, 4365.0, 4370.0, 4368.0, 4363.0, 4309.0, 4362.0, 4334.0, 4363.0, 4343.0, 4372.0, 4355.0, 4363.0, 4350.0, 4318.0, 4348.0, 4336.0, 4316.0, 4347.0, 4303.0, 4313.0, 4342.0, 4282.0, 4332.0, 4332.0, 4313.0, 4333.0, 4332.0, 4302.0, 4343.0, 4301.0, 4324.0, 4343.0, 4313.0, 4335.0, 4345.0, 4305.0, 4348.0, 4345.0, 4326.0, 4345.0, 4346.0, 4315.0, 4345.0, 4345.0, 4314.0, 4345.0, 4334.0, 4315.0, 4345.0, 4313.0, 4314.0, 4344.0, 4302.0, 4325.0, 4345.0, 4302.0, 4324.0, 4342.0, 4292.0, 4333.0, 4332.0, 4312.0, 4324.0, 4329.0, 4290.0, 4335.0, 4331.0, 4312.0, 4332.0, 4311.0, 4301.0, 4343.0, 4310.0, 4312.0, 4344.0, 4290.0, 4312.0, 4340.0, 4299.0, 4321.0, 4330.0, 4290.0, 4321.0, 4331.0, 4299.0, 4320.0, 4330.0, 4288.0, 4333.0, 4330.0, 4299.0, 4321.0, 4328.0, 4301.0, 4333.0, 4331.0, 4310.0, 4322.0, 4320.0, 4300.0, 4332.0, 4330.0, 4301.0, 4332.0, 4300.0, 4310.0, 4342.0, 4301.0, 4310.0, 4331.0, 4299.0, 4312.0, 4342.0, 4301.0, 4322.0, 4344.0, 4301.0, 4323.0, 4341.0, 4303.0, 4335.0, 4342.0, 4313.0, 4335.0, 4344.0, 4303.0, 4335.0, 4345.0, 4312.0, 4333.0, 4343.0, 4305.0, 4335.0, 4344.0, 4315.0, 4346.0, 4315.0, 4316.0, 4356.0, 4315.0, 4326.0, 4345.0, 4304.0, 4337.0, 4347.0, 4315.0, 4337.0, 4334.0, 4304.0, 4335.0, 4333.0, 4314.0, 4334.0, 4323.0, 4313.0, 4344.0, 4313.0, 4323.0, 4358.0, 4327.0, 4346.0, 4316.0, 4345.0, 4326.0, 4336.0, 4346.0, 4300.0, 4310.0, 4320.0, 4288.0, 4299.0, 4330.0, 4317.0, 4286.0, 4317.0, 4296.0, 4287.0, 4307.0, 4296.0, 4297.0, 4317.0, 4288.0, 4323.0, 4343.0, 4312.0, 4331.0, 4309.0, 4313.0, 4343.0, 4293.0, 4336.0, 4356.0, 4313.0, 4334.0, 4345.0, 4313.0, 4323.0, 4345.0, 4303.0, 4324.0, 4345.0, 4312.0, 4302.0, 4343.0, 4330.0, 4302.0, 4343.0, 4342.0, 4300.0, 4344.0, 4342.0, 4301.0, 4345.0, 4353.0, 4311.0, 4336.0, 4334.0, 4304.0, 4355.0, 4322.0, 4325.0, 4345.0, 4311.0, 4334.0, 4354.0, 4303.0, 4324.0, 4342.0, 4289.0, 4321.0, 4341.0, 4297.0, 4320.0, 4318.0, 4289.0, 4321.0, 4329.0, 4298.0, 4318.0, 4319.0, 4288.0, 4321.0, 4340.0, 4300.0, 4331.0, 4329.0, 4310.0, 4342.0, 4321.0, 4311.0, 4342.0, 4300.0, 4322.0, 4342.0, 4311.0, 4332.0, 4331.0, 4303.0, 4343.0, 4353.0, 4311.0, 4334.0, 4343.0, 4301.0, 4345.0, 4342.0, 4312.0, 4342.0, 4291.0, 4324.0, 4353.0, 4313.0, 4335.0, 4344.0, 4324.0, 4345.0, 4302.0, 4347.0, 4344.0, 4324.0, 4331.0, 4341.0, 4300.0, 4333.0, 4330.0, 4311.0, 4331.0, 4298.0, 4299.0, 4340.0, 4298.0, 4346.0, 4354.0, 4339.0, 4357.0, 4314.0, 4368.0, 4339.0, 4368.0, 4358.0, 4368.0, 4357.0, 4368.0, 4325.0, 4354.0, 4366.0, 4322.0, 4341.0, 4350.0, 4308.0, 4328.0, 4296.0, 4318.0, 4338.0, 4306.0, 4328.0, 4296.0, 4309.0, 4328.0, 4308.0, 4340.0, 4338.0, 4330.0, 4340.0, 4289.0, 4342.0, 4339.0, 4319.0, 4342.0, 4310.0, 4323.0, 4352.0, 4313.0, 4343.0, 4315.0, 4335.0, 4368.0, 4338.0, 4369.0, 4357.0, 4338.0, 4358.0, 4347.0, 4338.0, 4368.0, 4326.0, 4347.0, 4356.0, 4312.0, 4356.0, 4364.0, 4343.0, 4345.0, 4304.0, 4345.0, 4366.0, 4338.0, 4359.0, 4354.0, 4301.0, 4329.0, 4313.0, 4340.0, 4324.0, 4303.0, 4337.0, 4326.0, 4362.0, 4371.0, 4336.0, 4324.0, 4332.0, 4299.0, 4310.0, 4328.0, 4296.0, 4307.0, 4305.0, 4272.0, 4294.0, 4312.0, 4268.0, 4291.0, 4301.0, 4268.0, 4278.0, 4276.0, 4255.0, 4263.0, 4273.0, 4252.0, 4273.0, 4273.0, 4264.0, 4275.0, 4241.0, 4276.0, 4285.0, 4254.0, 4278.0, 4287.0, 4268.0, 4290.0, 4278.0, 4292.0, 4292.0, 4282.0, 4293.0, 4262.0, 4294.0, 4313.0, 4283.0, 4316.0, 4296.0, 4308.0, 4307.0, 4298.0, 4319.0, 4287.0, 4310.0, 4329.0, 4309.0, 4334.0, 4302.0, 4324.0, 4333.0, 4302.0, 4332.0, 4331.0, 4312.0, 4321.0, 4290.0, 4312.0, 4320.0, 4290.0, 4323.0, 4332.0, 4311.0, 4321.0, 4289.0, 4311.0, 4320.0, 4301.0, 4322.0, 4331.0, 4312.0, 4333.0, 4301.0, 4323.0, 4343.0, 4301.0, 4323.0, 4321.0, 4302.0, 4334.0, 4323.0, 4314.0, 4335.0, 4302.0, 4337.0, 4357.0, 4315.0, 4348.0, 4357.0, 4307.0, 4350.0, 4348.0, 4330.0, 4360.0, 4308.0, 4362.0, 4373.0, 4341.0, 4363.0, 4320.0, 4351.0, 4352.0, 4330.0, 4352.0, 4351.0, 4308.0, 4351.0, 4348.0, 4339.0, 4349.0, 4317.0, 4339.0, 4360.0, 4316.0, 4348.0, 4359.0, 4317.0, 4350.0, 4347.0, 4326.0, 4347.0, 4304.0, 4336.0, 4335.0, 4324.0, 4335.0, 4334.0, 4313.0, 4333.0, 4303.0, 4324.0, 4333.0, 4312.0, 4322.0, 4331.0, 4301.0, 4321.0, 4289.0, 4311.0, 4330.0, 4290.0, 4322.0, 4320.0, 4311.0, 4332.0, 4290.0, 4334.0, 4333.0, 4322.0, 4333.0, 4301.0, 4321.0, 4322.0, 4303.0, 4332.0, 4333.0, 4313.0, 4332.0, 4312.0, 4312.0, 4322.0, 4300.0, 4322.0, 4332.0, 4312.0, 4333.0, 4302.0, 4324.0, 4322.0, 4314.0, 4335.0, 4333.0, 4313.0, 4333.0, 4291.0, 4322.0, 4331.0, 4309.0, 4323.0, 4330.0, 4302.0, 4334.0, 4322.0, 4313.0, 4323.0, 4291.0, 4324.0, 4344.0, 4313.0, 4334.0, 4322.0, 4303.0, 4335.0, 4313.0, 4323.0, 4344.0, 4304.0, 4346.0, 4332.0, 4325.0, 4336.0, 4314.0, 4327.0, 4346.0, 4303.0, 4335.0, 4343.0, 4303.0, 4335.0, 4333.0, 4313.0, 4333.0, 4291.0, 4324.0, 4333.0, 4291.0, 4323.0, 4333.0, 4289.0, 4333.0, 4342.0, 4311.0, 4334.0, 4332.0, 4303.0, 4335.0, 4300.0, 4313.0, 4323.0, 4301.0, 4335.0, 4334.0, 4313.0, 4335.0, 4333.0, 4303.0, 4335.0, 4323.0, 4313.0, 4345.0, 4302.0, 4325.0, 4345.0, 4312.0, 4335.0, 4334.0, 4314.0, 4337.0, 4336.0, 4314.0, 4335.0, 4303.0, 4326.0, 4343.0, 4305.0, 4336.0, 4335.0, 4306.0, 4348.0, 4345.0, 4316.0, 4338.0, 4336.0, 4316.0, 4348.0, 4315.0, 4326.0, 4346.0, 4304.0, 4337.0, 4345.0, 4326.0, 4336.0, 4346.0, 4314.0, 4347.0, 4336.0, 4314.0, 4335.0, 4302.0, 4314.0, 4334.0, 4303.0, 4323.0, 4345.0, 4302.0, 4323.0, 4333.0, 4302.0, 4323.0, 4332.0, 4301.0, 4334.0, 4332.0, 4312.0, 4334.0, 4311.0, 4312.0, 4344.0, 4301.0, 4313.0, 4333.0, 4291.0, 4324.0, 4333.0, 4300.0, 4323.0, 4322.0, 4301.0, 4335.0, 4342.0, 4338.0, 4347.0, 4295.0, 4337.0, 4348.0, 4329.0, 4347.0, 4340.0, 4339.0, 4349.0, 4350.0, 4356.0, 4303.0, 4324.0, 4333.0, 4311.0, 4322.0, 4310.0, 4288.0, 4331.0, 4309.0, 4299.0, 4319.0, 4288.0, 4310.0, 4318.0, 4289.0, 4323.0, 4332.0, 4311.0, 4321.0, 4290.0, 4312.0, 4333.0, 4302.0, 4324.0, 4323.0, 4324.0, 4323.0, 4295.0, 4327.0, 4324.0, 4316.0, 4346.0, 4304.0, 4338.0, 4347.0, 4304.0, 4337.0, 4346.0, 4315.0, 4335.0, 4314.0, 4312.0, 4334.0, 4292.0, 4321.0, 4321.0, 4301.0, 4321.0, 4320.0, 4299.0, 4308.0, 4318.0, 4297.0, 4321.0, 4317.0, 4300.0, 4317.0, 4266.0, 4309.0, 4329.0, 4288.0, 4321.0, 4329.0, 4300.0, 4311.0, 4320.0, 4290.0, 4323.0, 4331.0, 4311.0, 4333.0, 4312.0, 4314.0, 4333.0, 4304.0, 4325.0, 4344.0, 4303.0, 4334.0, 4344.0, 4304.0, 4335.0, 4343.0, 4305.0, 4335.0, 4346.0, 4324.0, 4336.0, 4336.0, 4316.0, 4348.0, 4305.0, 4335.0, 4346.0, 4316.0, 4337.0, 4347.0, 4315.0, 4335.0, 4346.0, 4304.0, 4334.0, 4323.0, 4313.0, 4345.0, 4314.0, 4324.0, 4344.0, 4302.0, 4323.0, 4345.0, 4302.0, 4334.0, 4344.0, 4302.0, 4334.0, 4345.0, 4314.0, 4336.0, 4345.0, 4314.0, 4336.0, 4333.0, 4314.0, 4334.0, 4302.0, 4336.0, 4345.0, 4316.0, 4337.0, 4344.0, 4337.0, 4337.0, 4315.0, 4327.0, 4349.0, 4336.0, 4314.0, 4335.0, 4293.0, 4325.0, 4345.0, 4313.0, 4336.0, 4344.0, 4314.0, 4335.0, 4333.0, 4303.0, 4332.0, 4301.0, 4312.0, 4332.0, 4292.0, 4323.0, 4323.0, 4300.0, 4321.0, 4331.0, 4291.0, 4321.0, 4329.0, 4313.0, 4322.0, 4290.0, 4312.0, 4333.0, 4302.0, 4324.0, 4332.0, 4302.0, 4348.0, 4346.0, 4329.0, 4347.0, 4318.0, 4347.0, 4328.0, 4349.0, 4340.0, 4361.0, 4348.0, 4316.0, 4324.0, 4320.0, 4303.0, 4333.0, 4320.0, 4300.0, 4320.0, 4287.0, 4299.0, 4316.0, 4287.0, 4308.0, 4318.0, 4299.0, 4321.0, 4321.0, 4301.0, 4332.0, 4289.0, 4323.0, 4332.0, 4314.0, 4334.0, 4332.0, 4314.0, 4323.0, 4292.0, 4322.0, 4344.0], 'WindowWidth': [9750.0, 9658.0, 9670.0, 9577.0, 9623.0, 9626.0, 9627.0, 9615.0, 9535.0, 9613.0, 9578.0, 9614.0, 9590.0, 9627.0, 9606.0, 9615.0, 9590.0, 9542.0, 9583.0, 9564.0, 9534.0, 9581.0, 9515.0, 9527.0, 9566.0, 9484.0, 9553.0, 9552.0, 9530.0, 9555.0, 9554.0, 9514.0, 9569.0, 9512.0, 9546.0, 9574.0, 9528.0, 9561.0, 9576.0, 9523.0, 9583.0, 9574.0, 9551.0, 9577.0, 9579.0, 9536.0, 9577.0, 9576.0, 9532.0, 9576.0, 9559.0, 9534.0, 9575.0, 9530.0, 9532.0, 9573.0, 9514.0, 9549.0, 9575.0, 9513.0, 9544.0, 9569.0, 9499.0, 9558.0, 9553.0, 9526.0, 9543.0, 9548.0, 9497.0, 9562.0, 9552.0, 9527.0, 9554.0, 9522.0, 9511.0, 9573.0, 9523.0, 9527.0, 9572.0, 9494.0, 9526.0, 9565.0, 9505.0, 9536.0, 9549.0, 9493.0, 9538.0, 9553.0, 9505.0, 9534.0, 9548.0, 9491.0, 9555.0, 9550.0, 9505.0, 9536.0, 9547.0, 9509.0, 9557.0, 9553.0, 9520.0, 9540.0, 9536.0, 9509.0, 9556.0, 9548.0, 9510.0, 9554.0, 9508.0, 9523.0, 9570.0, 9511.0, 9522.0, 9552.0, 9505.0, 9528.0, 9569.0, 9513.0, 9542.0, 9575.0, 9513.0, 9546.0, 9569.0, 9517.0, 9563.0, 9572.0, 9532.0, 9563.0, 9575.0, 9520.0, 9563.0, 9578.0, 9530.0, 9560.0, 9574.0, 9524.0, 9564.0, 9575.0, 9536.0, 9580.0, 9536.0, 9541.0, 9597.0, 9537.0, 9553.0, 9580.0, 9521.0, 9569.0, 9579.0, 9537.0, 9566.0, 9560.0, 9520.0, 9563.0, 9555.0, 9533.0, 9561.0, 9543.0, 9530.0, 9572.0, 9529.0, 9545.0, 9601.0, 9556.0, 9581.0, 9540.0, 9576.0, 9552.0, 9563.0, 9581.0, 9510.0, 9521.0, 9531.0, 9488.0, 9505.0, 9547.0, 9527.0, 9482.0, 9524.0, 9495.0, 9483.0, 9507.0, 9495.0, 9498.0, 9526.0, 9489.0, 9545.0, 9573.0, 9527.0, 9554.0, 9522.0, 9532.0, 9573.0, 9506.0, 9567.0, 9596.0, 9532.0, 9563.0, 9578.0, 9531.0, 9546.0, 9576.0, 9516.0, 9550.0, 9578.0, 9527.0, 9516.0, 9571.0, 9550.0, 9514.0, 9570.0, 9569.0, 9512.0, 9575.0, 9570.0, 9514.0, 9578.0, 9587.0, 9528.0, 9564.0, 9560.0, 9520.0, 9591.0, 9543.0, 9550.0, 9574.0, 9528.0, 9562.0, 9589.0, 9517.0, 9546.0, 9570.0, 9493.0, 9536.0, 9568.0, 9501.0, 9534.0, 9530.0, 9490.0, 9535.0, 9547.0, 9504.0, 9531.0, 9530.0, 9490.0, 9536.0, 9564.0, 9508.0, 9551.0, 9548.0, 9522.0, 9568.0, 9539.0, 9524.0, 9567.0, 9508.0, 9542.0, 9570.0, 9525.0, 9553.0, 9549.0, 9515.0, 9573.0, 9587.0, 9526.0, 9560.0, 9572.0, 9514.0, 9578.0, 9570.0, 9529.0, 9569.0, 9500.0, 9546.0, 9587.0, 9533.0, 9563.0, 9577.0, 9548.0, 9579.0, 9518.0, 9582.0, 9573.0, 9546.0, 9555.0, 9570.0, 9510.0, 9559.0, 9551.0, 9522.0, 9551.0, 9502.0, 9507.0, 9564.0, 9506.0, 9586.0, 9596.0, 9587.0, 9607.0, 9547.0, 9624.0, 9588.0, 9622.0, 9610.0, 9623.0, 9606.0, 9620.0, 9559.0, 9598.0, 9618.0, 9548.0, 9570.0, 9584.0, 9523.0, 9552.0, 9505.0, 9535.0, 9565.0, 9518.0, 9549.0, 9507.0, 9525.0, 9552.0, 9523.0, 9571.0, 9567.0, 9556.0, 9571.0, 9501.0, 9574.0, 9568.0, 9542.0, 9576.0, 9531.0, 9550.0, 9590.0, 9540.0, 9582.0, 9542.0, 9572.0, 9620.0, 9579.0, 9622.0, 9605.0, 9579.0, 9610.0, 9593.0, 9580.0, 9619.0, 9560.0, 9590.0, 9602.0, 9537.0, 9601.0, 9611.0, 9582.0, 9586.0, 9528.0, 9585.0, 9614.0, 9581.0, 9606.0, 9595.0, 9516.0, 9549.0, 9533.0, 9568.0, 9549.0, 9522.0, 9573.0, 9557.0, 9615.0, 9625.0, 9570.0, 9549.0, 9555.0, 9508.0, 9522.0, 9544.0, 9498.0, 9514.0, 9506.0, 9459.0, 9489.0, 9515.0, 9448.0, 9481.0, 9496.0, 9444.0, 9457.0, 9450.0, 9420.0, 9427.0, 9440.0, 9413.0, 9444.0, 9442.0, 9432.0, 9449.0, 9400.0, 9450.0, 9464.0, 9421.0, 9458.0, 9470.0, 9445.0, 9476.0, 9461.0, 9483.0, 9482.0, 9469.0, 9485.0, 9443.0, 9490.0, 9515.0, 9476.0, 9523.0, 9496.0, 9515.0, 9510.0, 9501.0, 9530.0, 9487.0, 9521.0, 9547.0, 9522.0, 9558.0, 9515.0, 9545.0, 9559.0, 9514.0, 9556.0, 9554.0, 9527.0, 9536.0, 9495.0, 9526.0, 9532.0, 9495.0, 9545.0, 9555.0, 9523.0, 9537.0, 9492.0, 9524.0, 9533.0, 9513.0, 9541.0, 9554.0, 9527.0, 9557.0, 9512.0, 9544.0, 9573.0, 9511.0, 9544.0, 9537.0, 9516.0, 9562.0, 9544.0, 9533.0, 9563.0, 9516.0, 9569.0, 9598.0, 9538.0, 9587.0, 9597.0, 9529.0, 9592.0, 9586.0, 9564.0, 9608.0, 9535.0, 9614.0, 9631.0, 9583.0, 9614.0, 9553.0, 9597.0, 9598.0, 9565.0, 9598.0, 9592.0, 9534.0, 9594.0, 9586.0, 9576.0, 9590.0, 9544.0, 9577.0, 9606.0, 9541.0, 9586.0, 9604.0, 9543.0, 9592.0, 9585.0, 9553.0, 9583.0, 9520.0, 9567.0, 9564.0, 9547.0, 9561.0, 9560.0, 9531.0, 9558.0, 9518.0, 9546.0, 9555.0, 9527.0, 9540.0, 9554.0, 9511.0, 9538.0, 9492.0, 9523.0, 9549.0, 9495.0, 9541.0, 9535.0, 9526.0, 9555.0, 9497.0, 9560.0, 9555.0, 9541.0, 9559.0, 9511.0, 9541.0, 9541.0, 9518.0, 9557.0, 9558.0, 9529.0, 9557.0, 9530.0, 9528.0, 9540.0, 9510.0, 9542.0, 9553.0, 9529.0, 9557.0, 9515.0, 9547.0, 9540.0, 9535.0, 9563.0, 9559.0, 9531.0, 9559.0, 9497.0, 9544.0, 9556.0, 9522.0, 9543.0, 9553.0, 9515.0, 9560.0, 9540.0, 9529.0, 9541.0, 9499.0, 9548.0, 9574.0, 9530.0, 9561.0, 9540.0, 9519.0, 9566.0, 9531.0, 9547.0, 9576.0, 9522.0, 9580.0, 9555.0, 9551.0, 9567.0, 9535.0, 9555.0, 9580.0, 9519.0, 9564.0, 9575.0, 9520.0, 9563.0, 9560.0, 9531.0, 9558.0, 9497.0, 9545.0, 9554.0, 9498.0, 9543.0, 9557.0, 9495.0, 9558.0, 9570.0, 9526.0, 9560.0, 9557.0, 9518.0, 9565.0, 9511.0, 9531.0, 9540.0, 9512.0, 9562.0, 9557.0, 9530.0, 9561.0, 9558.0, 9518.0, 9564.0, 9545.0, 9531.0, 9575.0, 9515.0, 9548.0, 9577.0, 9529.0, 9563.0, 9561.0, 9533.0, 9568.0, 9566.0, 9533.0, 9564.0, 9519.0, 9552.0, 9575.0, 9522.0, 9566.0, 9563.0, 9525.0, 9586.0, 9581.0, 9539.0, 9573.0, 9565.0, 9541.0, 9587.0, 9537.0, 9553.0, 9582.0, 9522.0, 9571.0, 9581.0, 9551.0, 9568.0, 9580.0, 9535.0, 9584.0, 9567.0, 9534.0, 9564.0, 9515.0, 9533.0, 9562.0, 9517.0, 9546.0, 9578.0, 9513.0, 9543.0, 9555.0, 9513.0, 9541.0, 9555.0, 9511.0, 9559.0, 9557.0, 9526.0, 9559.0, 9524.0, 9528.0, 9576.0, 9512.0, 9530.0, 9556.0, 9496.0, 9548.0, 9554.0, 9510.0, 9544.0, 9538.0, 9511.0, 9562.0, 9572.0, 9574.0, 9584.0, 9510.0, 9571.0, 9590.0, 9565.0, 9586.0, 9578.0, 9578.0, 9591.0, 9592.0, 9598.0, 9516.0, 9545.0, 9558.0, 9522.0, 9538.0, 9520.0, 9490.0, 9549.0, 9516.0, 9504.0, 9532.0, 9487.0, 9519.0, 9529.0, 9491.0, 9542.0, 9553.0, 9523.0, 9539.0, 9494.0, 9526.0, 9557.0, 9513.0, 9543.0, 9539.0, 9545.0, 9541.0, 9507.0, 9553.0, 9544.0, 9536.0, 9578.0, 9517.0, 9568.0, 9583.0, 9519.0, 9566.0, 9579.0, 9534.0, 9562.0, 9530.0, 9526.0, 9559.0, 9497.0, 9538.0, 9535.0, 9511.0, 9537.0, 9533.0, 9503.0, 9516.0, 9529.0, 9500.0, 9535.0, 9528.0, 9503.0, 9526.0, 9456.0, 9517.0, 9545.0, 9487.0, 9537.0, 9547.0, 9507.0, 9523.0, 9534.0, 9496.0, 9544.0, 9551.0, 9525.0, 9557.0, 9528.0, 9534.0, 9558.0, 9519.0, 9548.0, 9573.0, 9516.0, 9561.0, 9575.0, 9517.0, 9561.0, 9571.0, 9523.0, 9562.0, 9580.0, 9547.0, 9567.0, 9567.0, 9540.0, 9585.0, 9522.0, 9563.0, 9578.0, 9538.0, 9566.0, 9582.0, 9535.0, 9562.0, 9581.0, 9518.0, 9560.0, 9544.0, 9530.0, 9576.0, 9532.0, 9544.0, 9575.0, 9514.0, 9545.0, 9578.0, 9516.0, 9560.0, 9574.0, 9514.0, 9560.0, 9577.0, 9532.0, 9565.0, 9576.0, 9533.0, 9565.0, 9557.0, 9532.0, 9560.0, 9514.0, 9564.0, 9576.0, 9540.0, 9568.0, 9575.0, 9569.0, 9568.0, 9536.0, 9554.0, 9588.0, 9566.0, 9533.0, 9561.0, 9502.0, 9549.0, 9577.0, 9532.0, 9564.0, 9575.0, 9533.0, 9563.0, 9556.0, 9517.0, 9555.0, 9512.0, 9527.0, 9554.0, 9501.0, 9544.0, 9540.0, 9510.0, 9537.0, 9553.0, 9495.0, 9538.0, 9546.0, 9528.0, 9540.0, 9494.0, 9527.0, 9557.0, 9512.0, 9546.0, 9555.0, 9514.0, 9584.0, 9579.0, 9559.0, 9583.0, 9546.0, 9584.0, 9559.0, 9588.0, 9580.0, 9610.0, 9585.0, 9536.0, 9545.0, 9537.0, 9516.0, 9558.0, 9536.0, 9503.0, 9532.0, 9483.0, 9501.0, 9525.0, 9484.0, 9516.0, 9525.0, 9504.0, 9535.0, 9537.0, 9508.0, 9554.0, 9492.0, 9541.0, 9554.0, 9531.0, 9560.0, 9555.0, 9530.0, 9540.0, 9500.0, 9541.0, 9574.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.00718030701754386</td></tr>
<tr><td colspan=3>aqi</td><td>0.02381853585526316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.878044191196516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2799046715148186</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1283801712623498</td></tr>
<tr><td colspan=3>efc</td><td>0.5288</td></tr>
<tr><td colspan=3>fber</td><td>3346.3557</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07895656683381527</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.289473684210526</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6013904312945724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5108175765010805</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8175982055504964</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.47575551183214</td></tr>
<tr><td colspan=3>gcor</td><td>0.0176407</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0022811845410615206</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03475173935294151</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.8807430839172348</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>10.8136</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.0238</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.0357</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287471.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>1230.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.2579</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3265</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.7145</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.7156</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.5174</td></tr>
<tr><td colspan=3>tsnr</td><td>35.648622853215784</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>