<?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-0080_ses-02_task-faces_acq-mb8_run-03_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-0080_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-03_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-0080/ses-02/func/sub-0080_ses-02_task-faces_acq-mb8_run-03_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>98bf7db6a9898cdcbe01086126056a1f</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>21:35:1.272500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998252, -0.0582247, -0.0101064, 0.0589574, 0.992927, 0.103052]</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10194</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7238, 518, -35, -280, 40, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8bc7b779-d2e9-4068-8cad-a7e7e84ecbc5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782381534576416, 0.1581784188747406, -0.010893895290791988, 103.1011962890625], [0.15621262788772583, 2.6639509201049805, 0.2793620526790619, -102.52864837646484], [-0.027114758267998695, -0.276480108499527, 2.6854865550994873, -49.669273376464844], [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': ['213501.272500', '213501.732500', '213502.192500', '213502.652500', '213503.112500', '213503.572500', '213504.032500', '213504.492500', '213504.952500', '213505.412500', '213505.872500', '213506.332500', '213506.792500', '213507.252500', '213507.712500', '213508.172500', '213508.632500', '213509.092500', '213509.552500', '213510.012500', '213510.472500', '213510.932500', '213511.392500', '213511.852500', '213512.312500', '213512.772500', '213513.232500', '213513.692500', '213514.152500', '213514.612500', '213515.072500', '213515.532500', '213515.992500', '213516.452500', '213516.912500', '213517.372500', '213517.832500', '213518.292500', '213518.752500', '213519.212500', '213519.672500', '213520.132500', '213520.592500', '213521.052500', '213521.512500', '213521.972500', '213522.432500', '213522.892500', '213523.352500', '213523.812500', '213524.272500', '213524.732500', '213525.192500', '213525.652500', '213526.112500', '213526.572500', '213527.032500', '213527.492500', '213527.952500', '213528.412500', '213528.872500', '213529.332500', '213529.792500', '213530.252500', '213530.712500', '213531.172500', '213531.632500', '213532.092500', '213532.552500', '213533.012500', '213533.472500', '213533.932500', '213534.392500', '213534.852500', '213535.312500', '213535.772500', '213536.232500', '213536.692500', '213537.152500', '213537.612500', '213538.072500', '213538.532500', '213538.992500', '213539.452500', '213539.912500', '213540.372500', '213540.832500', '213541.292500', '213541.752500', '213542.212500', '213542.672500', '213543.132500', '213543.592500', '213544.052500', '213544.512500', '213544.972500', '213545.432500', '213545.892500', '213546.352500', '213546.812500', '213547.272500', '213547.732500', '213548.192500', '213548.652500', '213549.112500', '213549.572500', '213550.032500', '213550.492500', '213550.952500', '213551.412500', '213551.872500', '213552.332500', '213552.792500', '213553.252500', '213553.712500', '213554.172500', '213554.632500', '213555.092500', '213555.552500', '213556.012500', '213556.472500', '213556.932500', '213557.392500', '213557.852500', '213558.312500', '213558.772500', '213559.232500', '213559.692500', '213600.152500', '213600.612500', '213601.072500', '213601.532500', '213601.992500', '213602.452500', '213602.912500', '213603.372500', '213603.832500', '213604.292500', '213604.752500', '213605.212500', '213605.672500', '213606.132500', '213606.592500', '213607.052500', '213607.512500', '213607.972500', '213608.432500', '213608.892500', '213609.352500', '213609.812500', '213610.272500', '213610.732500', '213611.192500', '213611.652500', '213612.112500', '213612.572500', '213613.032500', '213613.492500', '213613.952500', '213614.412500', '213614.872500', '213615.332500', '213615.792500', '213616.252500', '213616.712500', '213617.172500', '213617.632500', '213618.092500', '213618.552500', '213619.012500', '213619.472500', '213619.932500', '213620.392500', '213620.852500', '213621.312500', '213621.772500', '213622.232500', '213622.692500', '213623.152500', '213623.612500', '213624.072500', '213624.532500', '213624.992500', '213625.452500', '213625.912500', '213626.372500', '213626.832500', '213627.292500', '213627.752500', '213628.212500', '213628.672500', '213629.132500', '213629.592500', '213630.052500', '213630.512500', '213630.972500', '213631.432500', '213631.892500', '213632.352500', '213632.812500', '213633.272500', '213633.732500', '213634.192500', '213634.652500', '213635.112500', '213635.572500', '213636.032500', '213636.492500', '213636.952500', '213637.412500', '213637.872500', '213638.332500', '213638.792500', '213639.252500', '213639.712500', '213640.172500', '213640.632500', '213641.092500', '213641.552500', '213642.012500', '213642.472500', '213642.932500', '213643.392500', '213643.852500', '213644.312500', '213644.772500', '213645.232500', '213645.692500', '213646.152500', '213646.612500', '213647.072500', '213647.532500', '213647.992500', '213648.452500', '213648.912500', '213649.372500', '213649.832500', '213650.292500', '213650.752500', '213651.212500', '213651.672500', '213652.132500', '213652.592500', '213653.052500', '213653.512500', '213653.972500', '213654.432500', '213654.892500', '213655.352500', '213655.812500', '213656.272500', '213656.732500', '213657.192500', '213657.652500', '213658.112500', '213658.572500', '213659.032500', '213659.492500', '213659.952500', '213700.412500', '213700.872500', '213701.332500', '213701.792500', '213702.252500', '213702.712500', '213703.172500', '213703.632500', '213704.092500', '213704.552500', '213705.012500', '213705.472500', '213705.932500', '213706.392500', '213706.852500', '213707.312500', '213707.772500', '213708.232500', '213708.692500', '213709.152500', '213709.612500', '213710.072500', '213710.532500', '213710.992500', '213711.452500', '213711.912500', '213712.372500', '213712.832500', '213713.292500', '213713.752500', '213714.212500', '213714.672500', '213715.132500', '213715.592500', '213716.052500', '213716.512500', '213716.972500', '213717.432500', '213717.892500', '213718.352500', '213718.812500', '213719.272500', '213719.732500', '213720.192500', '213720.652500', '213721.112500', '213721.572500', '213722.032500', '213722.492500', '213722.952500', '213723.412500', '213723.872500', '213724.332500', '213724.792500', '213725.252500', '213725.712500', '213726.172500', '213726.632500', '213727.092500', '213727.552500', '213728.012500', '213728.472500', '213728.932500', '213729.392500', '213729.852500', '213730.312500', '213730.772500', '213731.232500', '213731.692500', '213732.152500', '213732.612500', '213733.072500', '213733.532500', '213733.992500', '213734.452500', '213734.912500', '213735.372500', '213735.832500', '213736.292500', '213736.752500', '213737.212500', '213737.672500', '213738.132500', '213738.592500', '213739.052500', '213739.512500', '213739.972500', '213740.432500', '213740.892500', '213741.352500', '213741.812500', '213742.272500', '213742.732500', '213743.192500', '213743.652500', '213744.112500', '213744.572500', '213745.032500', '213745.492500', '213745.952500', '213746.412500', '213746.872500', '213747.332500', '213747.792500', '213748.252500', '213748.712500', '213749.172500', '213749.632500', '213750.092500', '213750.552500', '213751.012500', '213751.472500', '213751.932500', '213752.392500', '213752.852500', '213753.312500', '213753.772500', '213754.232500', '213754.692500', '213755.152500', '213755.612500', '213756.072500', '213756.532500', '213756.992500', '213757.452500', '213757.912500', '213758.372500', '213758.832500', '213759.292500', '213759.752500', '213800.212500', '213800.672500', '213801.132500', '213801.592500', '213802.052500', '213802.512500', '213802.972500', '213803.432500', '213803.892500', '213804.352500', '213804.812500', '213805.272500', '213805.732500', '213806.192500', '213806.652500', '213807.112500', '213807.572500', '213808.032500', '213808.492500', '213808.952500', '213809.412500', '213809.872500', '213810.332500', '213810.792500', '213811.252500', '213811.712500', '213812.172500', '213812.632500', '213813.092500', '213813.552500', '213814.012500', '213814.472500', '213814.932500', '213815.392500', '213815.852500', '213816.312500', '213816.772500', '213817.232500', '213817.692500', '213818.152500', '213818.612500', '213819.072500', '213819.532500', '213819.992500', '213820.452500', '213820.912500', '213821.372500', '213821.832500', '213822.292500', '213822.752500', '213823.212500', '213823.672500', '213824.132500', '213824.592500', '213825.052500', '213825.512500', '213825.972500', '213826.432500', '213826.892500', '213827.352500', '213827.812500', '213828.272500', '213828.732500', '213829.192500', '213829.652500', '213830.112500', '213830.572500', '213831.032500', '213831.492500', '213831.952500', '213832.412500', '213832.872500', '213833.332500', '213833.792500', '213834.252500', '213834.712500', '213835.172500', '213835.632500', '213836.092500', '213836.552500', '213837.012500', '213837.472500', '213837.932500', '213838.392500', '213838.852500', '213839.312500', '213839.772500', '213840.232500', '213840.692500', '213841.152500', '213841.612500', '213842.072500', '213842.532500', '213842.992500', '213843.452500', '213843.912500', '213844.372500', '213844.832500', '213845.292500', '213845.752500', '213846.212500', '213846.672500', '213847.132500', '213847.592500', '213848.052500', '213848.512500', '213848.972500', '213849.432500', '213849.892500', '213850.352500', '213850.812500', '213851.272500', '213851.732500', '213852.192500', '213852.652500', '213853.112500', '213853.572500', '213854.032500', '213854.492500', '213854.952500', '213855.412500', '213855.872500', '213856.332500', '213856.792500', '213857.252500', '213857.712500', '213858.172500', '213858.632500', '213859.092500', '213859.552500', '213900.012500', '213900.472500', '213900.932500', '213901.392500', '213901.852500', '213902.312500', '213902.772500', '213903.232500', '213903.692500', '213904.152500', '213904.612500', '213905.072500', '213905.532500', '213905.992500', '213906.452500', '213906.912500', '213907.372500', '213907.832500', '213908.292500', '213908.752500', '213909.212500', '213909.672500', '213910.132500', '213910.592500', '213911.052500', '213911.512500', '213911.972500', '213912.432500', '213912.892500', '213913.352500', '213913.812500', '213914.272500', '213914.732500', '213915.192500', '213915.652500', '213916.112500', '213916.572500', '213917.032500', '213917.492500', '213917.952500', '213918.412500', '213918.872500', '213919.332500', '213919.792500', '213920.252500', '213920.712500', '213921.172500', '213921.632500', '213922.092500', '213922.552500', '213923.012500', '213923.472500', '213923.932500', '213924.392500', '213924.852500', '213925.312500', '213925.772500', '213926.232500', '213926.692500', '213927.152500', '213927.612500', '213928.072500', '213928.532500', '213928.992500', '213929.452500', '213929.912500', '213930.372500', '213930.832500', '213931.292500', '213931.752500', '213932.212500', '213932.672500', '213933.132500', '213933.592500', '213934.052500', '213934.512500', '213934.972500', '213935.432500', '213935.892500', '213936.352500', '213936.812500', '213937.272500', '213937.732500', '213938.192500', '213938.652500', '213939.112500', '213939.572500', '213940.032500', '213940.492500', '213940.952500', '213941.412500', '213941.872500', '213942.332500', '213942.792500', '213943.252500', '213943.712500', '213944.172500', '213944.632500', '213945.092500', '213945.552500', '213946.012500', '213946.472500', '213946.932500', '213947.392500', '213947.852500', '213948.312500', '213948.772500', '213949.232500', '213949.692500', '213950.152500', '213950.612500', '213951.072500', '213951.532500', '213951.992500', '213952.452500', '213952.912500', '213953.372500', '213953.832500', '213954.292500', '213954.752500', '213955.212500', '213955.672500', '213956.132500', '213956.592500', '213957.052500', '213957.512500', '213957.972500', '213958.432500', '213958.892500', '213959.352500', '213959.812500', '214000.272500', '214000.732500', '214001.192500', '214001.652500', '214002.112500', '214002.572500', '214003.032500', '214003.492500', '214003.952500', '214004.412500', '214004.872500', '214005.332500', '214005.792500', '214006.252500', '214006.712500', '214007.172500', '214007.632500', '214008.092500', '214008.552500', '214009.012500', '214009.472500', '214009.932500', '214010.392500', '214010.852500', '214011.312500', '214011.772500', '214012.232500', '214012.692500', '214013.152500', '214013.612500', '214014.072500', '214014.532500', '214014.992500', '214015.452500', '214015.912500', '214016.372500', '214016.832500', '214017.292500', '214017.752500', '214018.212500', '214018.672500', '214019.132500', '214019.592500', '214020.052500', '214020.512500', '214020.972500', '214021.432500', '214021.892500', '214022.352500', '214022.812500', '214023.272500', '214023.732500', '214024.192500', '214024.652500', '214025.112500', '214025.572500', '214026.032500', '214026.492500', '214026.952500', '214027.412500', '214027.872500', '214028.332500', '214028.792500', '214029.252500', '214029.712500', '214030.172500', '214030.632500', '214031.092500', '214031.552500', '214032.012500', '214032.472500', '214032.932500', '214033.392500', '214033.852500', '214034.312500', '214034.772500', '214035.232500', '214035.692500', '214036.152500', '214036.612500', '214037.072500', '214037.532500', '214037.992500', '214038.452500', '214038.912500', '214039.372500', '214039.832500', '214040.292500', '214040.752500', '214041.212500', '214041.672500', '214042.132500', '214042.592500', '214043.052500', '214043.512500', '214043.972500', '214044.432500', '214044.892500', '214045.352500', '214045.812500', '214046.272500', '214046.732500', '214047.192500', '214047.652500', '214048.112500', '214048.572500', '214049.032500', '214049.492500', '214049.952500', '214050.412500', '214050.872500', '214051.332500', '214051.792500', '214052.252500', '214052.712500', '214053.172500', '214053.632500', '214054.092500', '214054.552500', '214055.012500', '214055.472500', '214055.932500', '214056.392500', '214056.852500', '214057.312500', '214057.772500', '214058.232500', '214058.692500', '214059.152500', '214059.612500', '214100.072500', '214100.532500', '214100.992500', '214101.452500', '214101.912500', '214102.372500', '214102.832500', '214103.292500', '214103.752500', '214104.212500', '214104.672500', '214105.132500', '214105.592500', '214106.052500', '214106.512500', '214106.972500', '214107.432500', '214107.892500', '214108.352500', '214108.812500', '214109.272500', '214109.732500', '214110.192500', '214110.652500', '214111.112500', '214111.572500', '214112.032500', '214112.492500', '214112.952500', '214113.412500', '214113.872500', '214114.332500', '214114.792500', '214115.252500', '214115.712500', '214116.172500', '214116.632500', '214117.092500', '214117.552500', '214118.012500', '214118.472500', '214118.932500', '214119.392500', '214119.852500', '214120.312500', '214120.772500', '214121.232500', '214121.692500', '214122.152500', '214122.612500', '214123.072500', '214123.532500', '214123.992500', '214124.452500', '214124.912500', '214125.372500', '214125.832500', '214126.292500', '214126.752500', '214127.212500', '214127.672500', '214128.132500', '214128.592500', '214129.052500', '214129.512500', '214129.972500', '214130.432500', '214130.892500', '214131.352500', '214131.812500', '214132.272500', '214132.732500', '214133.192500', '214133.652500', '214134.112500', '214134.572500', '214135.032500', '214135.492500', '214135.952500', '214136.412500', '214136.872500', '214137.332500', '214137.792500', '214138.252500', '214138.712500', '214139.172500', '214139.632500', '214140.092500', '214140.552500', '214141.012500', '214141.472500', '214141.932500', '214142.392500', '214142.852500', '214143.312500', '214143.772500', '214144.232500', '214144.692500', '214145.152500', '214145.612500', '214146.072500', '214146.532500', '214146.992500', '214147.452500', '214147.912500', '214148.372500', '214148.832500', '214149.292500', '214149.752500', '214150.212500', '214150.672500', '214151.132500', '214151.592500', '214152.052500', '214152.512500', '214152.972500', '214153.432500', '214153.892500', '214154.352500', '214154.812500', '214155.272500', '214155.732500', '214156.192500', '214156.652500', '214157.112500', '214157.572500', '214158.032500', '214158.492500', '214158.952500', '214159.412500', '214159.872500', '214200.332500', '214200.792500', '214201.252500'], 'ContentTime': ['213517.631000', '213517.634000', '213517.637000', '213517.639000', '213517.646000', '213517.649000', '213517.652000', '213517.654000', '213517.657000', '213517.659000', '213517.662000', '213517.664000', '213517.667000', '213517.670000', '213517.672000', '213517.675000', '213517.677000', '213517.680000', '213517.683000', '213517.685000', '213517.688000', '213517.690000', '213517.693000', '213517.696000', '213517.698000', '213517.701000', '213517.703000', '213517.706000', '213517.709000', '213517.711000', '213517.714000', '213517.717000', '213517.719000', '213537.567000', '213537.569000', '213537.572000', '213537.575000', '213537.577000', '213537.580000', '213537.582000', '213537.585000', '213537.587000', '213537.590000', '213537.593000', '213537.595000', '213537.598000', '213537.600000', '213537.603000', '213537.610000', '213537.612000', '213537.615000', '213537.617000', '213537.620000', '213537.623000', '213537.625000', '213537.628000', '213537.630000', '213537.633000', '213537.635000', '213537.638000', '213537.641000', '213537.643000', '213537.646000', '213537.648000', '213537.651000', '213537.653000', '213537.656000', '213537.659000', '213537.661000', '213537.664000', '213537.667000', '213537.669000', '213537.672000', '213537.674000', '213537.677000', '213537.680000', '213537.682000', '213557.567000', '213557.576000', '213557.579000', '213557.581000', '213557.584000', '213557.586000', '213557.589000', '213557.592000', '213557.600000', '213557.602000', '213557.605000', '213557.608000', '213557.610000', '213557.613000', '213557.615000', '213557.618000', '213557.621000', '213557.623000', '213557.626000', '213557.628000', '213557.631000', '213557.634000', '213557.636000', '213557.639000', '213557.641000', '213557.644000', '213557.647000', '213557.649000', '213557.652000', '213557.654000', '213557.657000', '213557.659000', '213557.662000', '213557.665000', '213557.667000', '213557.670000', '213557.672000', '213557.675000', '213557.678000', '213557.680000', '213557.683000', '213557.685000', '213557.688000', '213617.566000', '213617.569000', '213617.572000', '213617.574000', '213617.577000', '213617.580000', '213617.582000', '213617.585000', '213617.587000', '213617.590000', '213617.593000', '213617.596000', '213617.599000', '213617.601000', '213617.604000', '213617.607000', '213617.609000', '213617.612000', '213617.629000', '213617.631000', '213617.634000', '213617.636000', '213617.639000', '213617.642000', '213617.645000', '213617.648000', '213617.651000', '213617.653000', '213617.656000', '213617.659000', '213617.661000', '213617.664000', '213617.667000', '213617.669000', '213617.672000', '213617.674000', '213617.677000', '213617.680000', '213617.682000', '213617.685000', '213617.697000', '213617.700000', '213617.702000', '213637.566000', '213637.569000', '213637.572000', '213637.574000', '213637.577000', '213637.580000', '213637.582000', '213637.585000', '213637.587000', '213637.590000', '213637.593000', '213637.595000', '213637.598000', '213637.601000', '213637.603000', '213637.606000', '213637.608000', '213637.611000', '213637.614000', '213637.616000', '213637.619000', '213637.622000', '213637.624000', '213637.627000', '213637.629000', '213637.632000', '213637.635000', '213637.637000', '213637.640000', '213637.642000', '213637.645000', '213637.647000', '213637.650000', '213637.653000', '213637.655000', '213637.658000', '213637.660000', '213637.663000', '213637.666000', '213637.668000', '213637.671000', '213637.673000', '213637.676000', '213637.679000', '213657.567000', '213657.569000', '213657.572000', '213657.575000', '213657.586000', '213657.589000', '213657.591000', '213657.594000', '213657.597000', '213657.599000', '213657.602000', '213657.605000', '213657.607000', '213657.610000', '213657.613000', '213657.616000', '213657.618000', '213657.621000', '213657.623000', '213657.626000', '213657.629000', '213657.631000', '213657.634000', '213657.636000', '213657.639000', '213657.642000', '213657.644000', '213657.647000', '213657.649000', '213657.652000', '213657.655000', '213657.657000', '213657.660000', '213657.663000', '213657.665000', '213657.668000', '213657.670000', '213657.673000', '213657.676000', '213657.678000', '213657.681000', '213657.683000', '213657.686000', '213717.567000', '213717.569000', '213717.572000', '213717.575000', '213717.577000', '213717.580000', '213717.582000', '213717.585000', '213717.588000', '213717.590000', '213717.593000', '213717.596000', '213717.598000', '213717.601000', '213717.603000', '213717.606000', '213717.609000', '213717.611000', '213717.614000', '213717.617000', '213717.619000', '213717.622000', '213717.625000', '213717.627000', '213717.630000', '213717.632000', '213717.635000', '213717.637000', '213717.640000', '213717.643000', '213717.645000', '213717.648000', '213717.651000', '213717.653000', '213717.656000', '213717.658000', '213717.661000', '213717.664000', '213717.666000', '213717.669000', '213717.671000', '213717.674000', '213717.677000', '213717.679000', '213737.565000', '213737.568000', '213737.571000', '213737.574000', '213737.576000', '213737.579000', '213737.582000', '213737.584000', '213737.587000', '213737.589000', '213737.592000', '213737.595000', '213737.597000', '213737.600000', '213737.602000', '213737.605000', '213737.608000', '213737.610000', '213737.613000', '213737.615000', '213737.618000', '213737.621000', '213737.623000', '213737.626000', '213737.629000', '213737.631000', '213737.634000', '213737.637000', '213737.639000', '213737.642000', '213737.645000', '213737.648000', '213737.650000', '213737.653000', '213737.655000', '213737.658000', '213737.661000', '213737.663000', '213737.666000', '213737.668000', '213737.671000', '213737.673000', '213737.676000', '213757.567000', '213757.570000', '213757.572000', '213757.575000', '213757.577000', '213757.580000', '213757.583000', '213757.585000', '213757.588000', '213757.591000', '213757.593000', '213757.596000', '213757.598000', '213757.601000', '213757.604000', '213757.606000', '213757.609000', '213757.612000', '213757.614000', '213757.617000', '213757.619000', '213757.622000', '213757.625000', '213757.627000', '213757.630000', '213757.632000', '213757.635000', '213757.638000', '213757.640000', '213757.643000', '213757.645000', '213757.648000', '213757.651000', '213757.654000', '213757.656000', '213757.659000', '213757.661000', '213757.664000', '213757.666000', '213757.669000', '213757.672000', '213757.674000', '213757.677000', '213757.680000', '213817.567000', '213817.569000', '213817.572000', '213817.575000', '213817.577000', '213817.580000', '213817.583000', '213817.585000', '213817.588000', '213817.590000', '213817.593000', '213817.596000', '213817.598000', '213817.601000', '213817.604000', '213817.606000', '213817.609000', '213817.612000', '213817.614000', '213817.617000', '213817.619000', '213817.622000', '213817.625000', '213817.627000', '213817.630000', '213817.633000', '213817.636000', '213817.639000', '213817.642000', '213817.645000', '213817.647000', '213817.650000', '213817.652000', '213817.655000', '213817.658000', '213817.661000', '213817.663000', '213817.666000', '213817.669000', '213817.671000', '213817.674000', '213817.676000', '213817.679000', '213837.578000', '213837.581000', '213837.583000', '213837.586000', '213837.589000', '213837.591000', '213837.594000', '213837.596000', '213837.599000', '213837.602000', '213837.604000', '213837.607000', '213837.609000', '213837.612000', '213837.615000', '213837.617000', '213837.620000', '213837.623000', '213837.625000', '213837.628000', '213837.631000', '213837.633000', '213837.636000', '213837.638000', '213837.641000', '213837.644000', '213837.646000', '213837.649000', '213837.651000', '213837.654000', '213837.657000', '213837.659000', '213837.662000', '213837.664000', '213837.667000', '213837.670000', '213837.672000', '213837.675000', '213837.678000', '213837.680000', '213837.683000', '213837.686000', '213837.688000', '213837.691000', '213857.567000', '213857.569000', '213857.572000', '213857.575000', '213857.577000', '213857.580000', '213857.582000', '213857.585000', '213857.588000', '213857.590000', '213857.593000', '213857.596000', '213857.598000', '213857.601000', '213857.604000', '213857.606000', '213857.609000', '213857.611000', '213857.614000', '213857.617000', '213857.619000', '213857.622000', '213857.625000', '213857.627000', '213857.630000', '213857.632000', '213857.635000', '213857.638000', '213857.640000', '213857.643000', '213857.646000', '213857.648000', '213857.651000', '213857.654000', '213857.656000', '213857.659000', '213857.661000', '213857.664000', '213857.667000', '213857.669000', '213857.673000', '213857.676000', '213857.679000', '213917.567000', '213917.570000', '213917.572000', '213917.575000', '213917.578000', '213917.580000', '213917.583000', '213917.585000', '213917.588000', '213917.591000', '213917.593000', '213917.596000', '213917.598000', '213917.601000', '213917.604000', '213917.606000', '213917.609000', '213917.611000', '213917.614000', '213917.617000', '213917.619000', '213917.622000', '213917.625000', '213917.627000', '213917.630000', '213917.632000', '213917.635000', '213917.638000', '213917.640000', '213917.643000', '213917.646000', '213917.648000', '213917.651000', '213917.653000', '213917.656000', '213917.659000', '213917.661000', '213917.664000', '213917.666000', '213917.669000', '213917.672000', '213917.674000', '213917.677000', '213937.567000', '213937.569000', '213937.572000', '213937.575000', '213937.577000', '213937.580000', '213937.582000', '213937.585000', '213937.588000', '213937.590000', '213937.593000', '213937.596000', '213937.598000', '213937.601000', '213937.604000', '213937.606000', '213937.609000', '213937.612000', '213937.614000', '213937.617000', '213937.620000', '213937.622000', '213937.625000', '213937.627000', '213937.630000', '213937.633000', '213937.635000', '213937.638000', '213937.641000', '213937.643000', '213937.646000', '213937.648000', '213937.651000', '213937.654000', '213937.656000', '213937.659000', '213937.662000', '213937.664000', '213937.667000', '213937.669000', '213937.672000', '213937.675000', '213937.678000', '213937.681000', '213957.566000', '213957.568000', '213957.571000', '213957.574000', '213957.576000', '213957.579000', '213957.582000', '213957.584000', '213957.587000', '213957.589000', '213957.592000', '213957.595000', '213957.597000', '213957.600000', '213957.603000', '213957.605000', '213957.608000', '213957.610000', '213957.613000', '213957.616000', '213957.618000', '213957.621000', '213957.624000', '213957.626000', '213957.629000', '213957.644000', '213957.647000', '213957.650000', '213957.652000', '213957.655000', '213957.658000', '213957.660000', '213957.663000', '213957.665000', '213957.668000', '213957.670000', '213957.673000', '213957.676000', '213957.678000', '213957.681000', '213957.684000', '213957.686000', '213957.689000', '213957.692000', '214017.567000', '214017.569000', '214017.572000', '214017.575000', '214017.577000', '214017.580000', '214017.583000', '214017.585000', '214017.588000', '214017.590000', '214017.593000', '214017.596000', '214017.598000', '214017.601000', '214017.604000', '214017.606000', '214017.609000', '214017.611000', '214017.614000', '214017.617000', '214017.619000', '214017.622000', '214017.624000', '214017.627000', '214017.630000', '214017.632000', '214017.635000', '214017.638000', '214017.640000', '214017.643000', '214017.646000', '214017.648000', '214017.651000', '214017.653000', '214017.656000', '214017.659000', '214017.661000', '214017.664000', '214017.667000', '214017.669000', '214017.672000', '214017.674000', '214017.677000', '214037.567000', '214037.570000', '214037.572000', '214037.575000', '214037.577000', '214037.580000', '214037.583000', '214037.585000', '214037.588000', '214037.590000', '214037.593000', '214037.596000', '214037.598000', '214037.601000', '214037.604000', '214037.606000', '214037.609000', '214037.611000', '214037.614000', '214037.617000', '214037.619000', '214037.622000', '214037.625000', '214037.627000', '214037.630000', '214037.633000', '214037.635000', '214037.638000', '214037.640000', '214037.643000', '214037.646000', '214037.648000', '214037.651000', '214037.653000', '214037.658000', '214037.661000', '214037.663000', '214037.666000', '214037.669000', '214037.671000', '214037.674000', '214037.676000', '214037.679000', '214037.682000', '214057.567000', '214057.570000', '214057.572000', '214057.575000', '214057.577000', '214057.580000', '214057.583000', '214057.585000', '214057.588000', '214057.591000', '214057.593000', '214057.596000', '214057.599000', '214057.601000', '214057.604000', '214057.606000', '214057.609000', '214057.612000', '214057.614000', '214057.617000', '214057.620000', '214057.622000', '214057.625000', '214057.627000', '214057.630000', '214057.633000', '214057.635000', '214057.638000', '214057.640000', '214057.643000', '214057.646000', '214057.648000', '214057.651000', '214057.654000', '214057.656000', '214057.659000', '214057.661000', '214057.664000', '214057.667000', '214057.669000', '214057.672000', '214057.674000', '214057.677000', '214117.567000', '214117.569000', '214117.572000', '214117.575000', '214117.577000', '214117.580000', '214117.583000', '214117.585000', '214117.588000', '214117.591000', '214117.593000', '214117.596000', '214117.599000', '214117.601000', '214117.604000', '214117.606000', '214117.609000', '214117.612000', '214117.614000', '214117.617000', '214117.620000', '214117.622000', '214117.625000', '214117.627000', '214117.630000', '214117.633000', '214117.635000', '214117.638000', '214117.641000', '214117.643000', '214117.646000', '214117.648000', '214117.651000', '214117.653000', '214117.656000', '214117.659000', '214117.671000', '214117.674000', '214117.676000', '214117.679000', '214117.682000', '214117.684000', '214117.687000', '214117.689000', '214137.567000', '214137.569000', '214137.572000', '214137.575000', '214137.577000', '214137.580000', '214137.583000', '214137.585000', '214137.588000', '214137.591000', '214137.593000', '214137.596000', '214137.598000', '214137.601000', '214137.604000', '214137.606000', '214137.609000', '214137.611000', '214137.614000', '214137.617000', '214137.619000', '214137.622000', '214137.625000', '214137.627000', '214137.630000', '214137.632000', '214137.635000', '214137.638000', '214137.640000', '214137.643000', '214137.645000', '214137.648000', '214137.651000', '214137.653000', '214137.656000', '214137.659000', '214137.662000', '214137.664000', '214137.667000', '214137.670000', '214137.672000', '214137.675000', '214137.677000', '214157.567000', '214157.569000', '214157.572000', '214157.575000', '214157.577000', '214157.580000', '214157.582000', '214157.585000', '214157.588000', '214157.590000', '214157.593000', '214157.596000', '214157.598000', '214157.601000', '214157.604000', '214157.606000', '214157.609000', '214157.611000', '214157.614000', '214157.617000', '214157.620000', '214157.622000', '214157.625000', '214157.627000', '214157.630000', '214157.633000', '214157.635000', '214157.638000', '214157.640000', '214157.643000', '214157.646000', '214157.648000', '214157.651000', '214157.654000', '214157.656000', '214157.659000', '214157.661000', '214157.664000', '214157.667000', '214157.669000', '214157.672000', '214157.674000', '214157.677000', '214157.680000', '214202.570000', '214202.573000', '214202.576000', '214202.578000', '214202.581000', '214202.584000', '214202.587000', '214202.589000', '214202.592000', '214202.594000', '214202.597000'], 'InstanceCreationTime': ['213517.631000', '213517.634000', '213517.637000', '213517.639000', '213517.646000', '213517.649000', '213517.652000', '213517.654000', '213517.657000', '213517.659000', '213517.662000', '213517.664000', '213517.667000', '213517.670000', '213517.672000', '213517.675000', '213517.677000', '213517.680000', '213517.683000', '213517.685000', '213517.688000', '213517.690000', '213517.693000', '213517.696000', '213517.698000', '213517.701000', '213517.703000', '213517.706000', '213517.709000', '213517.711000', '213517.714000', '213517.717000', '213517.719000', '213537.567000', '213537.569000', '213537.572000', '213537.575000', '213537.577000', '213537.580000', '213537.582000', '213537.585000', '213537.587000', '213537.590000', '213537.593000', '213537.595000', '213537.598000', '213537.600000', '213537.603000', '213537.610000', '213537.612000', '213537.615000', '213537.617000', '213537.620000', '213537.623000', '213537.625000', '213537.628000', '213537.630000', '213537.633000', '213537.635000', '213537.638000', '213537.641000', '213537.643000', '213537.646000', '213537.648000', '213537.651000', '213537.653000', '213537.656000', '213537.659000', '213537.661000', '213537.664000', '213537.667000', '213537.669000', '213537.672000', '213537.674000', '213537.677000', '213537.680000', '213537.682000', '213557.567000', '213557.576000', '213557.579000', '213557.581000', '213557.584000', '213557.586000', '213557.589000', '213557.592000', '213557.600000', '213557.602000', '213557.605000', '213557.608000', '213557.610000', '213557.613000', '213557.615000', '213557.618000', '213557.621000', '213557.623000', '213557.626000', '213557.628000', '213557.631000', '213557.634000', '213557.636000', '213557.639000', '213557.641000', '213557.644000', '213557.647000', '213557.649000', '213557.652000', '213557.654000', '213557.657000', '213557.659000', '213557.662000', '213557.665000', '213557.667000', '213557.670000', '213557.672000', '213557.675000', '213557.678000', '213557.680000', '213557.683000', '213557.685000', '213557.688000', '213617.566000', '213617.569000', '213617.572000', '213617.574000', '213617.577000', '213617.580000', '213617.582000', '213617.585000', '213617.587000', '213617.590000', '213617.593000', '213617.596000', '213617.599000', '213617.601000', '213617.604000', '213617.607000', '213617.609000', '213617.612000', '213617.629000', '213617.631000', '213617.634000', '213617.636000', '213617.639000', '213617.642000', '213617.645000', '213617.648000', '213617.651000', '213617.653000', '213617.656000', '213617.659000', '213617.661000', '213617.664000', '213617.667000', '213617.669000', '213617.672000', '213617.674000', '213617.677000', '213617.680000', '213617.682000', '213617.685000', '213617.697000', '213617.700000', '213617.702000', '213637.566000', '213637.569000', '213637.572000', '213637.574000', '213637.577000', '213637.580000', '213637.582000', '213637.585000', '213637.587000', '213637.590000', '213637.593000', '213637.595000', '213637.598000', '213637.601000', '213637.603000', '213637.606000', '213637.608000', '213637.611000', '213637.614000', '213637.616000', '213637.619000', '213637.622000', '213637.624000', '213637.627000', '213637.629000', '213637.632000', '213637.635000', '213637.637000', '213637.640000', '213637.642000', '213637.645000', '213637.647000', '213637.650000', '213637.653000', '213637.655000', '213637.658000', '213637.660000', '213637.663000', '213637.666000', '213637.668000', '213637.671000', '213637.673000', '213637.676000', '213637.679000', '213657.567000', '213657.569000', '213657.572000', '213657.575000', '213657.586000', '213657.589000', '213657.591000', '213657.594000', '213657.597000', '213657.599000', '213657.602000', '213657.605000', '213657.607000', '213657.610000', '213657.613000', '213657.616000', '213657.618000', '213657.621000', '213657.623000', '213657.626000', '213657.629000', '213657.631000', '213657.634000', '213657.636000', '213657.639000', '213657.642000', '213657.644000', '213657.647000', '213657.649000', '213657.652000', '213657.655000', '213657.657000', '213657.660000', '213657.663000', '213657.665000', '213657.668000', '213657.670000', '213657.673000', '213657.676000', '213657.678000', '213657.681000', '213657.683000', '213657.686000', '213717.567000', '213717.569000', '213717.572000', '213717.575000', '213717.577000', '213717.580000', '213717.582000', '213717.585000', '213717.588000', '213717.590000', '213717.593000', '213717.596000', '213717.598000', '213717.601000', '213717.603000', '213717.606000', '213717.609000', '213717.611000', '213717.614000', '213717.617000', '213717.619000', '213717.622000', '213717.625000', '213717.627000', '213717.630000', '213717.632000', '213717.635000', '213717.637000', '213717.640000', '213717.643000', '213717.645000', '213717.648000', '213717.651000', '213717.653000', '213717.656000', '213717.658000', '213717.661000', '213717.664000', '213717.666000', '213717.669000', '213717.671000', '213717.674000', '213717.677000', '213717.679000', '213737.565000', '213737.568000', '213737.571000', '213737.574000', '213737.576000', '213737.579000', '213737.582000', '213737.584000', '213737.587000', '213737.589000', '213737.592000', '213737.595000', '213737.597000', '213737.600000', '213737.602000', '213737.605000', '213737.608000', '213737.610000', '213737.613000', '213737.615000', '213737.618000', '213737.621000', '213737.623000', '213737.626000', '213737.629000', '213737.631000', '213737.634000', '213737.637000', '213737.639000', '213737.642000', '213737.645000', '213737.648000', '213737.650000', '213737.653000', '213737.655000', '213737.658000', '213737.661000', '213737.663000', '213737.666000', '213737.668000', '213737.671000', '213737.673000', '213737.676000', '213757.567000', '213757.570000', '213757.572000', '213757.575000', '213757.577000', '213757.580000', '213757.583000', '213757.585000', '213757.588000', '213757.591000', '213757.593000', '213757.596000', '213757.598000', '213757.601000', '213757.604000', '213757.606000', '213757.609000', '213757.612000', '213757.614000', '213757.617000', '213757.619000', '213757.622000', '213757.625000', '213757.627000', '213757.630000', '213757.632000', '213757.635000', '213757.638000', '213757.640000', '213757.643000', '213757.645000', '213757.648000', '213757.651000', '213757.654000', '213757.656000', '213757.659000', '213757.661000', '213757.664000', '213757.666000', '213757.669000', '213757.672000', '213757.674000', '213757.677000', '213757.680000', '213817.567000', '213817.569000', '213817.572000', '213817.575000', '213817.577000', '213817.580000', '213817.583000', '213817.585000', '213817.588000', '213817.590000', '213817.593000', '213817.596000', '213817.598000', '213817.601000', '213817.604000', '213817.606000', '213817.609000', '213817.612000', '213817.614000', '213817.617000', '213817.619000', '213817.622000', '213817.625000', '213817.627000', '213817.630000', '213817.633000', '213817.636000', '213817.639000', '213817.642000', '213817.645000', '213817.647000', '213817.650000', '213817.652000', '213817.655000', '213817.658000', '213817.661000', '213817.663000', '213817.666000', '213817.669000', '213817.671000', '213817.674000', '213817.676000', '213817.679000', '213837.578000', '213837.581000', '213837.583000', '213837.586000', '213837.589000', '213837.591000', '213837.594000', '213837.596000', '213837.599000', '213837.602000', '213837.604000', '213837.607000', '213837.609000', '213837.612000', '213837.615000', '213837.617000', '213837.620000', '213837.623000', '213837.625000', '213837.628000', '213837.631000', '213837.633000', '213837.636000', '213837.638000', '213837.641000', '213837.644000', '213837.646000', '213837.649000', '213837.651000', '213837.654000', '213837.657000', '213837.659000', '213837.662000', '213837.664000', '213837.667000', '213837.670000', '213837.672000', '213837.675000', '213837.678000', '213837.680000', '213837.683000', '213837.686000', '213837.688000', '213837.691000', '213857.567000', '213857.569000', '213857.572000', '213857.575000', '213857.577000', '213857.580000', '213857.582000', '213857.585000', '213857.588000', '213857.590000', '213857.593000', '213857.596000', '213857.598000', '213857.601000', '213857.604000', '213857.606000', '213857.609000', '213857.611000', '213857.614000', '213857.617000', '213857.619000', '213857.622000', '213857.625000', '213857.627000', '213857.630000', '213857.632000', '213857.635000', '213857.638000', '213857.640000', '213857.643000', '213857.646000', '213857.648000', '213857.651000', '213857.654000', '213857.656000', '213857.659000', '213857.661000', '213857.664000', '213857.667000', '213857.669000', '213857.673000', '213857.676000', '213857.679000', '213917.567000', '213917.570000', '213917.572000', '213917.575000', '213917.578000', '213917.580000', '213917.583000', '213917.585000', '213917.588000', '213917.591000', '213917.593000', '213917.596000', '213917.598000', '213917.601000', '213917.604000', '213917.606000', '213917.609000', '213917.611000', '213917.614000', '213917.617000', '213917.619000', '213917.622000', '213917.625000', '213917.627000', '213917.630000', '213917.632000', '213917.635000', '213917.638000', '213917.640000', '213917.643000', '213917.646000', '213917.648000', '213917.651000', '213917.653000', '213917.656000', '213917.659000', '213917.661000', '213917.664000', '213917.666000', '213917.669000', '213917.672000', '213917.674000', '213917.677000', '213937.567000', '213937.569000', '213937.572000', '213937.575000', '213937.577000', '213937.580000', '213937.582000', '213937.585000', '213937.588000', '213937.590000', '213937.593000', '213937.596000', '213937.598000', '213937.601000', '213937.604000', '213937.606000', '213937.609000', '213937.612000', '213937.614000', '213937.617000', '213937.620000', '213937.622000', '213937.625000', '213937.627000', '213937.630000', '213937.633000', '213937.635000', '213937.638000', '213937.641000', '213937.643000', '213937.646000', '213937.648000', '213937.651000', '213937.654000', '213937.656000', '213937.659000', '213937.662000', '213937.664000', '213937.667000', '213937.669000', '213937.672000', '213937.675000', '213937.678000', '213937.681000', '213957.566000', '213957.568000', '213957.571000', '213957.574000', '213957.576000', '213957.579000', '213957.582000', '213957.584000', '213957.587000', '213957.589000', '213957.592000', '213957.595000', '213957.597000', '213957.600000', '213957.603000', '213957.605000', '213957.608000', '213957.610000', '213957.613000', '213957.616000', '213957.618000', '213957.621000', '213957.624000', '213957.626000', '213957.629000', '213957.644000', '213957.647000', '213957.650000', '213957.652000', '213957.655000', '213957.658000', '213957.660000', '213957.663000', '213957.665000', '213957.668000', '213957.670000', '213957.673000', '213957.676000', '213957.678000', '213957.681000', '213957.684000', '213957.686000', '213957.689000', '213957.692000', '214017.567000', '214017.569000', '214017.572000', '214017.575000', '214017.577000', '214017.580000', '214017.583000', '214017.585000', '214017.588000', '214017.590000', '214017.593000', '214017.596000', '214017.598000', '214017.601000', '214017.604000', '214017.606000', '214017.609000', '214017.611000', '214017.614000', '214017.617000', '214017.619000', '214017.622000', '214017.624000', '214017.627000', '214017.630000', '214017.632000', '214017.635000', '214017.638000', '214017.640000', '214017.643000', '214017.646000', '214017.648000', '214017.651000', '214017.653000', '214017.656000', '214017.659000', '214017.661000', '214017.664000', '214017.667000', '214017.669000', '214017.672000', '214017.674000', '214017.677000', '214037.567000', '214037.570000', '214037.572000', '214037.575000', '214037.577000', '214037.580000', '214037.583000', '214037.585000', '214037.588000', '214037.590000', '214037.593000', '214037.596000', '214037.598000', '214037.601000', '214037.604000', '214037.606000', '214037.609000', '214037.611000', '214037.614000', '214037.617000', '214037.619000', '214037.622000', '214037.625000', '214037.627000', '214037.630000', '214037.633000', '214037.635000', '214037.638000', '214037.640000', '214037.643000', '214037.646000', '214037.648000', '214037.651000', '214037.653000', '214037.658000', '214037.661000', '214037.663000', '214037.666000', '214037.669000', '214037.671000', '214037.674000', '214037.676000', '214037.679000', '214037.682000', '214057.567000', '214057.570000', '214057.572000', '214057.575000', '214057.577000', '214057.580000', '214057.583000', '214057.585000', '214057.588000', '214057.591000', '214057.593000', '214057.596000', '214057.599000', '214057.601000', '214057.604000', '214057.606000', '214057.609000', '214057.612000', '214057.614000', '214057.617000', '214057.620000', '214057.622000', '214057.625000', '214057.627000', '214057.630000', '214057.633000', '214057.635000', '214057.638000', '214057.640000', '214057.643000', '214057.646000', '214057.648000', '214057.651000', '214057.654000', '214057.656000', '214057.659000', '214057.661000', '214057.664000', '214057.667000', '214057.669000', '214057.672000', '214057.674000', '214057.677000', '214117.567000', '214117.569000', '214117.572000', '214117.575000', '214117.577000', '214117.580000', '214117.583000', '214117.585000', '214117.588000', '214117.591000', '214117.593000', '214117.596000', '214117.599000', '214117.601000', '214117.604000', '214117.606000', '214117.609000', '214117.612000', '214117.614000', '214117.617000', '214117.620000', '214117.622000', '214117.625000', '214117.627000', '214117.630000', '214117.633000', '214117.635000', '214117.638000', '214117.641000', '214117.643000', '214117.646000', '214117.648000', '214117.651000', '214117.653000', '214117.656000', '214117.659000', '214117.671000', '214117.674000', '214117.676000', '214117.679000', '214117.682000', '214117.684000', '214117.687000', '214117.689000', '214137.567000', '214137.569000', '214137.572000', '214137.575000', '214137.577000', '214137.580000', '214137.583000', '214137.585000', '214137.588000', '214137.591000', '214137.593000', '214137.596000', '214137.598000', '214137.601000', '214137.604000', '214137.606000', '214137.609000', '214137.611000', '214137.614000', '214137.617000', '214137.619000', '214137.622000', '214137.625000', '214137.627000', '214137.630000', '214137.632000', '214137.635000', '214137.638000', '214137.640000', '214137.643000', '214137.645000', '214137.648000', '214137.651000', '214137.653000', '214137.656000', '214137.659000', '214137.662000', '214137.664000', '214137.667000', '214137.670000', '214137.672000', '214137.675000', '214137.677000', '214157.567000', '214157.569000', '214157.572000', '214157.575000', '214157.577000', '214157.580000', '214157.582000', '214157.585000', '214157.588000', '214157.590000', '214157.593000', '214157.596000', '214157.598000', '214157.601000', '214157.604000', '214157.606000', '214157.609000', '214157.611000', '214157.614000', '214157.617000', '214157.620000', '214157.622000', '214157.625000', '214157.627000', '214157.630000', '214157.633000', '214157.635000', '214157.638000', '214157.640000', '214157.643000', '214157.646000', '214157.648000', '214157.651000', '214157.654000', '214157.656000', '214157.659000', '214157.661000', '214157.664000', '214157.667000', '214157.669000', '214157.672000', '214157.674000', '214157.677000', '214157.680000', '214202.570000', '214202.573000', '214202.576000', '214202.578000', '214202.581000', '214202.584000', '214202.587000', '214202.589000', '214202.592000', '214202.594000', '214202.597000'], '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': [12515, 14123, 11370, 12194, 10311, 12884, 10385, 11944, 9896, 12269, 10251, 10709, 9950, 8974, 8410, 11940, 10410, 14164, 16588, 13474, 14442, 10379, 12800, 15563, 12912, 14162, 11889, 13117, 11152, 12235, 9679, 13399, 9661, 12369, 12153, 11400, 12892, 10467, 11703, 10198, 13172, 9832, 11248, 10106, 11127, 13930, 11465, 12109, 10756, 11102, 9349, 10968, 9747, 11063, 10200, 13006, 9548, 13731, 10165, 11553, 10113, 12646, 10532, 17399, 13048, 14607, 10790, 12168, 10669, 14543, 10338, 14739, 10435, 9946, 10348, 9643, 9453, 9875, 10590, 11437, 9870, 12473, 10620, 13043, 11688, 13500, 11521, 13245, 16235, 12006, 15066, 12114, 9906, 18518, 13307, 14397, 11335, 11945, 10744, 13747, 10219, 11298, 9382, 11099, 9456, 10419, 11424, 10608, 9400, 10385, 9239, 10158, 12693, 10569, 11073, 9647, 10313, 9846, 11122, 9475, 10516, 9255, 10465, 12179, 10451, 11224, 9535, 11001, 11295, 12196, 9500, 11898, 9613, 11149, 13714, 10659, 11967, 10558, 13169, 9562, 12765, 9403, 12130, 14476, 10665, 12325, 14215, 12613, 13458, 11950, 9552, 11588, 13121, 10850, 11323, 9947, 13045, 9483, 12481, 9440, 11817, 10297, 11335, 13630, 10887, 12042, 10366, 12832, 9731, 12413, 9405, 11511, 9402, 11271, 14558, 11469, 13419, 11117, 12234, 10944, 11314, 10199, 11450, 10367, 13088, 10698, 11759, 10246, 11303, 9537, 11029, 10396, 11306, 13749, 10403, 9690, 9166, 9160, 10467, 8592, 9893, 9975, 9431, 9950, 10146, 9327, 13725, 12021, 14678, 16276, 15276, 12154, 12292, 11267, 12487, 9115, 11946, 9685, 10848, 10274, 9332, 11267, 15027, 12265, 13654, 10798, 12153, 9606, 10958, 9838, 8456, 10168, 9287, 10589, 9274, 11170, 9624, 11882, 17079, 11860, 14197, 10993, 12505, 13023, 12532, 15812, 11678, 11852, 10176, 11425, 9330, 11164, 10963, 11897, 9714, 11745, 9187, 10682, 9357, 11047, 13601, 10956, 12003, 9682, 12997, 9525, 11890, 9461, 11323, 9530, 11697, 13875, 11128, 9189, 9911, 9146, 11314, 10133, 12194, 10071, 9746, 11077, 11005, 9762, 12447, 10182, 12349, 16812, 14757, 16114, 13865, 9897, 12538, 9723, 14599, 12382, 13622, 9932, 13325, 12973, 12061, 14352, 11713, 12674, 8092, 10200, 15577, 11846, 13280, 9692, 11986, 7960, 10954, 9927, 10588, 9764, 10773, 11677, 11020, 11840, 10679, 12450, 11546, 9415, 12134, 10173, 10003, 10209, 14247, 11755, 13190, 17334, 14050, 13404, 13233, 9680, 12085, 9539, 11817, 15662, 12503, 12504, 12082, 10174, 11644, 15018, 11144, 12962, 10742, 14604, 10642, 13722, 9956, 13469, 10921, 13024, 11466, 11670, 12890, 11208, 9634, 11420, 12234, 11031, 13830, 11478, 16009, 11690, 13374, 10657, 13110, 10241, 12495, 13714, 12831, 10576, 12538, 11007, 12357, 10697, 12880, 10778, 13568, 9911, 9888, 11104, 10083, 12110, 10148, 14892, 12610, 13439, 10123, 11796, 10054, 11101, 14353, 10311, 13084, 10261, 12216, 9588, 9846, 10348, 13058, 10104, 12655, 9916, 12238, 10562, 10563, 10986, 10923, 10797, 10645, 10775, 11856, 10805, 11330, 11084, 11404, 10653, 11296, 11796, 12536, 11035, 12100, 11526, 11135, 15143, 11014, 12590, 10383, 12738, 10746, 11482, 11275, 11006, 10699, 10315, 11226, 10220, 11105, 10041, 11358, 10194, 10455, 10980, 10240, 10597, 11322, 10534, 14928, 11725, 11919, 17876, 11292, 11778, 10951, 13567, 10612, 11180, 11155, 11252, 11279, 10763, 10535, 10931, 11646, 11431, 11114, 11285, 13521, 11426, 10796, 11311, 10930, 11470, 10870, 11561, 10966, 11094, 11128, 12878, 11283, 11975, 11635, 11669, 11322, 12296, 11546, 10880, 11700, 11820, 11454, 10992, 11877, 11061, 11789, 11510, 12537, 11787, 12787, 11757, 11010, 11774, 10583, 10514, 11254, 14034, 12330, 14275, 11410, 12993, 10965, 11898, 11203, 12046, 11549, 12780, 11529, 12840, 11077, 11498, 11199, 11494, 10917, 10022, 11133, 10255, 12374, 9851, 10517, 11661, 16234, 12689, 12840, 11311, 11825, 10687, 12068, 10501, 11040, 13829, 11380, 10904, 10935, 10292, 11600, 11416, 11410, 10686, 11295, 15422, 11995, 14681, 11058, 12724, 10861, 10944, 11521, 11312, 11580, 13284, 10297, 12305, 10858, 10936, 11127, 11686, 11120, 11530, 11082, 10975, 13745, 10934, 12641, 12246, 15030, 11241, 13157, 10738, 11669, 10504, 12683, 16580, 13132, 10719, 11852, 10822, 10994, 13537, 10881, 13932, 9675, 13135, 10002, 11907, 10058, 10682, 13723, 11579, 14414, 11080, 10723, 10708, 10334, 10665, 10313, 10743, 8947, 11654, 10190, 9669, 9878, 9628, 10949, 10452, 10256, 14214, 13257, 16362, 16365, 13806, 16502, 12309, 13777, 11096, 14183, 11296, 10629, 10245, 12110, 10114, 12028, 10526, 11825, 9714, 13009, 10127, 11787, 10031, 11185, 9760, 10231, 11411, 9991, 11298, 10563, 10498, 9975, 10722, 10840, 10493, 12837, 10873, 13935, 13075, 13244, 11208, 13225, 10709, 11517, 12881, 12267, 14609, 13314, 14225, 11374, 12133, 10459, 11479, 12554, 12567, 15773, 14488, 14835, 12042, 13912, 11927, 12277, 10689, 12915, 11781, 12726, 11722, 9121, 10607, 10402, 12687, 11615, 9492, 11115, 9906, 14577, 10974, 11857, 13730, 12198, 14701, 18920, 14985, 14248, 10520, 12527, 11540, 11526, 11567, 10182, 12231, 11159, 11606, 9853, 12708, 10930, 10831, 9669, 11346, 9821, 10733, 10244, 10813, 10079, 10556, 10106, 10500, 10626, 10822, 9337, 10262, 14488, 11792, 13875, 11066, 12047, 10455, 12469, 10768, 12765, 10023, 14047, 11100, 13503, 10695, 10659, 10540, 14148, 11738, 14512, 11352, 13019, 15202, 13839, 10198, 12698, 9747, 12843, 16416, 12816, 14334, 10597, 12666, 10096, 11888, 10418, 11220, 11281, 11346, 14382, 11342, 12251, 10540, 12580, 10499, 11391, 10490, 11249, 14358, 11552, 13703, 10718, 13850, 9881, 12558, 9666, 11620, 10831, 11912, 15971, 11754, 10524, 10355, 9263, 11408, 10018, 12660, 10011, 11777, 10847, 11675, 10727, 9881, 11078, 10439, 10410, 9635, 13644, 12310, 13938, 12375, 13191, 11084, 11333, 11174, 13223, 10054, 13638, 10564, 12768, 10625, 11662, 11156, 11342, 11248, 11763, 10450, 11034, 10329, 11752, 10759, 14873, 11315, 11760, 11040, 10409, 11069, 15665, 12662, 15020, 12961, 14125, 11454, 13761, 11234, 12850, 11317, 14534, 11895, 15237, 11684, 12872, 11243, 12168, 9976, 14398, 10608, 14694, 11340, 12294, 10816, 12962, 10738, 15120, 10618, 14113, 10899, 12629, 10630, 12672, 16685, 13627, 14968, 11861, 12567, 10603, 12047, 10716, 13003, 10505, 13804, 10739, 11847, 9919, 13029, 10112, 14894, 10575, 13090, 10332, 11951, 10078, 13490, 13328, 14158, 10250, 13584, 10484, 12497, 10293, 12576, 14756, 12971, 14428, 12381, 11272, 11607, 12936, 11122, 12358, 9374, 14426, 10994, 12742, 10785], 'WindowCenter': [4268.0, 4264.0, 4230.0, 4228.0, 4206.0, 4226.0, 4207.0, 4253.0, 4232.0, 4252.0, 4259.0, 4272.0, 4218.0, 4205.0, 4197.0, 4239.0, 4242.0, 4266.0, 4247.0, 4238.0, 4236.0, 4193.0, 4223.0, 4232.0, 4212.0, 4221.0, 4200.0, 4210.0, 4199.0, 4200.0, 4178.0, 4209.0, 4166.0, 4197.0, 4196.0, 4186.0, 4196.0, 4177.0, 4196.0, 4188.0, 4207.0, 4190.0, 4199.0, 4189.0, 4200.0, 4219.0, 4198.0, 4197.0, 4188.0, 4187.0, 4179.0, 4189.0, 4179.0, 4200.0, 4190.0, 4221.0, 4180.0, 4223.0, 4207.0, 4203.0, 4207.0, 4186.0, 4164.0, 4206.0, 4186.0, 4198.0, 4165.0, 4188.0, 4164.0, 4207.0, 4152.0, 4181.0, 4162.0, 4163.0, 4176.0, 4178.0, 4182.0, 4193.0, 4204.0, 4201.0, 4206.0, 4225.0, 4193.0, 4223.0, 4214.0, 4225.0, 4204.0, 4225.0, 4247.0, 4214.0, 4224.0, 4201.0, 4169.0, 4217.0, 4195.0, 4192.0, 4173.0, 4183.0, 4173.0, 4192.0, 4163.0, 4172.0, 4152.0, 4162.0, 4152.0, 4175.0, 4174.0, 4163.0, 4154.0, 4174.0, 4167.0, 4189.0, 4197.0, 4177.0, 4186.0, 4167.0, 4178.0, 4178.0, 4189.0, 4179.0, 4201.0, 4193.0, 4205.0, 4212.0, 4202.0, 4201.0, 4181.0, 4203.0, 4201.0, 4211.0, 4181.0, 4212.0, 4193.0, 4215.0, 4222.0, 4192.0, 4213.0, 4191.0, 4211.0, 4180.0, 4211.0, 4181.0, 4212.0, 4221.0, 4179.0, 4201.0, 4209.0, 4199.0, 4209.0, 4198.0, 4167.0, 4199.0, 4208.0, 4189.0, 4190.0, 4177.0, 4208.0, 4166.0, 4197.0, 4166.0, 4198.0, 4177.0, 4188.0, 4208.0, 4188.0, 4198.0, 4177.0, 4197.0, 4166.0, 4196.0, 4168.0, 4199.0, 4167.0, 4188.0, 4218.0, 4188.0, 4208.0, 4188.0, 4197.0, 4188.0, 4188.0, 4189.0, 4199.0, 4178.0, 4208.0, 4188.0, 4198.0, 4189.0, 4188.0, 4178.0, 4189.0, 4178.0, 4188.0, 4209.0, 4189.0, 4179.0, 4179.0, 4181.0, 4202.0, 4185.0, 4192.0, 4191.0, 4207.0, 4218.0, 4219.0, 4208.0, 4250.0, 4254.0, 4280.0, 4263.0, 4247.0, 4212.0, 4200.0, 4202.0, 4223.0, 4209.0, 4240.0, 4191.0, 4199.0, 4190.0, 4181.0, 4203.0, 4233.0, 4211.0, 4210.0, 4189.0, 4198.0, 4180.0, 4200.0, 4193.0, 4185.0, 4205.0, 4196.0, 4217.0, 4195.0, 4217.0, 4195.0, 4217.0, 4247.0, 4213.0, 4222.0, 4190.0, 4212.0, 4210.0, 4200.0, 4219.0, 4199.0, 4197.0, 4178.0, 4198.0, 4179.0, 4201.0, 4189.0, 4201.0, 4181.0, 4211.0, 4192.0, 4203.0, 4194.0, 4216.0, 4234.0, 4204.0, 4214.0, 4193.0, 4224.0, 4193.0, 4213.0, 4193.0, 4203.0, 4194.0, 4226.0, 4235.0, 4214.0, 4194.0, 4193.0, 4195.0, 4215.0, 4205.0, 4224.0, 4194.0, 4209.0, 4228.0, 4219.0, 4220.0, 4251.0, 4230.0, 4237.0, 4243.0, 4232.0, 4216.0, 4232.0, 4177.0, 4208.0, 4177.0, 4229.0, 4223.0, 4232.0, 4189.0, 4221.0, 4196.0, 4195.0, 4217.0, 4197.0, 4208.0, 4144.0, 4177.0, 4217.0, 4198.0, 4194.0, 4152.0, 4186.0, 4145.0, 4189.0, 4177.0, 4187.0, 4191.0, 4202.0, 4213.0, 4204.0, 4211.0, 4203.0, 4225.0, 4227.0, 4196.0, 4227.0, 4206.0, 4206.0, 4218.0, 4249.0, 4228.0, 4239.0, 4245.0, 4223.0, 4222.0, 4222.0, 4194.0, 4225.0, 4194.0, 4227.0, 4247.0, 4240.0, 4227.0, 4226.0, 4204.0, 4216.0, 4236.0, 4216.0, 4227.0, 4205.0, 4234.0, 4191.0, 4221.0, 4193.0, 4237.0, 4206.0, 4239.0, 4216.0, 4218.0, 4227.0, 4205.0, 4195.0, 4217.0, 4225.0, 4217.0, 4224.0, 4217.0, 4234.0, 4213.0, 4212.0, 4193.0, 4213.0, 4181.0, 4213.0, 4211.0, 4200.0, 4189.0, 4211.0, 4202.0, 4212.0, 4204.0, 4212.0, 4192.0, 4225.0, 4194.0, 4195.0, 4217.0, 4206.0, 4227.0, 4219.0, 4237.0, 4215.0, 4212.0, 4180.0, 4189.0, 4179.0, 4191.0, 4208.0, 4180.0, 4210.0, 4179.0, 4187.0, 4168.0, 4177.0, 4190.0, 4209.0, 4180.0, 4201.0, 4180.0, 4201.0, 4191.0, 4177.0, 4190.0, 4190.0, 4190.0, 4180.0, 4190.0, 4190.0, 4191.0, 4190.0, 4190.0, 4201.0, 4191.0, 4191.0, 4202.0, 4201.0, 4190.0, 4201.0, 4189.0, 4189.0, 4210.0, 4178.0, 4188.0, 4167.0, 4186.0, 4177.0, 4187.0, 4190.0, 4191.0, 4192.0, 4192.0, 4192.0, 4180.0, 4191.0, 4195.0, 4205.0, 4194.0, 4206.0, 4204.0, 4196.0, 4207.0, 4204.0, 4193.0, 4237.0, 4190.0, 4189.0, 4231.0, 4178.0, 4187.0, 4179.0, 4199.0, 4178.0, 4190.0, 4188.0, 4177.0, 4176.0, 4176.0, 4177.0, 4175.0, 4187.0, 4189.0, 4176.0, 4175.0, 4184.0, 4174.0, 4164.0, 4163.0, 4165.0, 4173.0, 4165.0, 4175.0, 4176.0, 4174.0, 4177.0, 4197.0, 4177.0, 4187.0, 4188.0, 4188.0, 4190.0, 4200.0, 4189.0, 4177.0, 4188.0, 4189.0, 4189.0, 4178.0, 4199.0, 4191.0, 4189.0, 4190.0, 4199.0, 4190.0, 4199.0, 4188.0, 4177.0, 4199.0, 4180.0, 4178.0, 4189.0, 4208.0, 4198.0, 4207.0, 4188.0, 4197.0, 4190.0, 4189.0, 4189.0, 4200.0, 4202.0, 4202.0, 4192.0, 4197.0, 4190.0, 4190.0, 4191.0, 4189.0, 4205.0, 4191.0, 4201.0, 4191.0, 4202.0, 4182.0, 4194.0, 4203.0, 4225.0, 4189.0, 4200.0, 4177.0, 4175.0, 4164.0, 4187.0, 4177.0, 4188.0, 4208.0, 4188.0, 4190.0, 4188.0, 4180.0, 4188.0, 4201.0, 4217.0, 4191.0, 4192.0, 4220.0, 4190.0, 4210.0, 4189.0, 4199.0, 4189.0, 4178.0, 4190.0, 4191.0, 4190.0, 4199.0, 4179.0, 4201.0, 4179.0, 4179.0, 4189.0, 4189.0, 4177.0, 4188.0, 4188.0, 4190.0, 4210.0, 4180.0, 4199.0, 4200.0, 4210.0, 4191.0, 4199.0, 4191.0, 4190.0, 4178.0, 4199.0, 4218.0, 4197.0, 4166.0, 4188.0, 4177.0, 4179.0, 4198.0, 4178.0, 4198.0, 4156.0, 4186.0, 4167.0, 4188.0, 4165.0, 4167.0, 4197.0, 4177.0, 4196.0, 4177.0, 4188.0, 4190.0, 4192.0, 4206.0, 4193.0, 4193.0, 4171.0, 4203.0, 4194.0, 4183.0, 4194.0, 4184.0, 4206.0, 4198.0, 4196.0, 4226.0, 4215.0, 4239.0, 4222.0, 4198.0, 4208.0, 4176.0, 4196.0, 4178.0, 4197.0, 4177.0, 4178.0, 4169.0, 4186.0, 4167.0, 4175.0, 4165.0, 4176.0, 4154.0, 4186.0, 4166.0, 4187.0, 4168.0, 4189.0, 4166.0, 4166.0, 4176.0, 4167.0, 4177.0, 4178.0, 4178.0, 4182.0, 4192.0, 4193.0, 4193.0, 4201.0, 4192.0, 4212.0, 4201.0, 4201.0, 4190.0, 4200.0, 4181.0, 4192.0, 4199.0, 4189.0, 4209.0, 4198.0, 4196.0, 4177.0, 4188.0, 4179.0, 4190.0, 4199.0, 4188.0, 4210.0, 4198.0, 4196.0, 4186.0, 4196.0, 4189.0, 4188.0, 4180.0, 4212.0, 4200.0, 4198.0, 4187.0, 4158.0, 4177.0, 4179.0, 4211.0, 4202.0, 4171.0, 4192.0, 4181.0, 4223.0, 4194.0, 4217.0, 4226.0, 4203.0, 4225.0, 4222.0, 4197.0, 4187.0, 4151.0, 4172.0, 4160.0, 4161.0, 4161.0, 4152.0, 4172.0, 4174.0, 4163.0, 4141.0, 4169.0, 4161.0, 4161.0, 4154.0, 4175.0, 4167.0, 4178.0, 4165.0, 4166.0, 4155.0, 4167.0, 4167.0, 4179.0, 4179.0, 4180.0, 4158.0, 4180.0, 4210.0, 4202.0, 4211.0, 4192.0, 4202.0, 4181.0, 4200.0, 4180.0, 4201.0, 4170.0, 4210.0, 4179.0, 4200.0, 4191.0, 4192.0, 4193.0, 4222.0, 4202.0, 4214.0, 4180.0, 4200.0, 4210.0, 4198.0, 4168.0, 4187.0, 4157.0, 4199.0, 4208.0, 4186.0, 4196.0, 4154.0, 4174.0, 4153.0, 4173.0, 4165.0, 4175.0, 4188.0, 4189.0, 4207.0, 4177.0, 4187.0, 4166.0, 4187.0, 4166.0, 4188.0, 4179.0, 4190.0, 4208.0, 4177.0, 4199.0, 4166.0, 4197.0, 4155.0, 4186.0, 4156.0, 4188.0, 4177.0, 4188.0, 4219.0, 4177.0, 4166.0, 4168.0, 4157.0, 4188.0, 4169.0, 4210.0, 4169.0, 4189.0, 4179.0, 4190.0, 4194.0, 4183.0, 4203.0, 4195.0, 4192.0, 4183.0, 4211.0, 4200.0, 4209.0, 4201.0, 4200.0, 4190.0, 4189.0, 4215.0, 4212.0, 4180.0, 4211.0, 4166.0, 4198.0, 4167.0, 4188.0, 4202.0, 4190.0, 4203.0, 4215.0, 4205.0, 4215.0, 4206.0, 4214.0, 4205.0, 4235.0, 4216.0, 4216.0, 4217.0, 4206.0, 4204.0, 4234.0, 4214.0, 4224.0, 4213.0, 4222.0, 4204.0, 4211.0, 4203.0, 4213.0, 4204.0, 4221.0, 4215.0, 4234.0, 4214.0, 4224.0, 4215.0, 4215.0, 4183.0, 4223.0, 4206.0, 4234.0, 4204.0, 4201.0, 4191.0, 4212.0, 4191.0, 4221.0, 4180.0, 4221.0, 4202.0, 4211.0, 4179.0, 4200.0, 4220.0, 4209.0, 4209.0, 4189.0, 4199.0, 4190.0, 4201.0, 4190.0, 4210.0, 4191.0, 4210.0, 4191.0, 4200.0, 4180.0, 4210.0, 4179.0, 4219.0, 4190.0, 4210.0, 4179.0, 4201.0, 4181.0, 4209.0, 4211.0, 4209.0, 4179.0, 4208.0, 4189.0, 4200.0, 4178.0, 4202.0, 4220.0, 4199.0, 4207.0, 4197.0, 4188.0, 4188.0, 4198.0, 4189.0, 4198.0, 4157.0, 4207.0, 4176.0, 4196.0, 4188.0], 'WindowWidth': [9438.0, 9425.0, 9372.0, 9364.0, 9329.0, 9355.0, 9331.0, 9407.0, 9380.0, 9407.0, 9428.0, 9453.0, 9355.0, 9332.0, 9324.0, 9386.0, 9393.0, 9437.0, 9398.0, 9380.0, 9375.0, 9307.0, 9349.0, 9361.0, 9331.0, 9343.0, 9311.0, 9325.0, 9309.0, 9312.0, 9276.0, 9321.0, 9258.0, 9300.0, 9298.0, 9285.0, 9299.0, 9274.0, 9301.0, 9293.0, 9317.0, 9297.0, 9311.0, 9296.0, 9312.0, 9338.0, 9306.0, 9303.0, 9290.0, 9290.0, 9281.0, 9295.0, 9281.0, 9311.0, 9297.0, 9341.0, 9285.0, 9343.0, 9330.0, 9314.0, 9328.0, 9278.0, 9244.0, 9309.0, 9277.0, 9299.0, 9249.0, 9290.0, 9250.0, 9317.0, 9228.0, 9263.0, 9240.0, 9247.0, 9269.0, 9277.0, 9288.0, 9305.0, 9321.0, 9310.0, 9329.0, 9352.0, 9303.0, 9348.0, 9334.0, 9352.0, 9319.0, 9353.0, 9394.0, 9337.0, 9357.0, 9316.0, 9263.0, 9337.0, 9294.0, 9286.0, 9258.0, 9275.0, 9261.0, 9285.0, 9247.0, 9257.0, 9230.0, 9242.0, 9228.0, 9265.0, 9263.0, 9247.0, 9237.0, 9265.0, 9262.0, 9294.0, 9302.0, 9273.0, 9284.0, 9259.0, 9277.0, 9275.0, 9292.0, 9281.0, 9313.0, 9309.0, 9325.0, 9331.0, 9315.0, 9313.0, 9286.0, 9317.0, 9313.0, 9327.0, 9287.0, 9329.0, 9307.0, 9338.0, 9345.0, 9302.0, 9332.0, 9299.0, 9325.0, 9282.0, 9325.0, 9285.0, 9330.0, 9344.0, 9279.0, 9313.0, 9321.0, 9306.0, 9321.0, 9302.0, 9260.0, 9305.0, 9318.0, 9293.0, 9296.0, 9274.0, 9318.0, 9257.0, 9298.0, 9257.0, 9302.0, 9274.0, 9291.0, 9319.0, 9291.0, 9304.0, 9273.0, 9302.0, 9257.0, 9298.0, 9263.0, 9307.0, 9260.0, 9289.0, 9333.0, 9290.0, 9317.0, 9290.0, 9302.0, 9292.0, 9290.0, 9295.0, 9307.0, 9279.0, 9318.0, 9292.0, 9304.0, 9293.0, 9292.0, 9276.0, 9293.0, 9276.0, 9289.0, 9320.0, 9295.0, 9280.0, 9281.0, 9288.0, 9319.0, 9302.0, 9306.0, 9303.0, 9337.0, 9352.0, 9356.0, 9338.0, 9399.0, 9411.0, 9464.0, 9427.0, 9390.0, 9331.0, 9309.0, 9317.0, 9350.0, 9342.0, 9384.0, 9302.0, 9307.0, 9297.0, 9287.0, 9319.0, 9363.0, 9326.0, 9323.0, 9293.0, 9303.0, 9284.0, 9312.0, 9308.0, 9301.0, 9327.0, 9316.0, 9349.0, 9314.0, 9347.0, 9313.0, 9346.0, 9389.0, 9333.0, 9344.0, 9295.0, 9327.0, 9322.0, 9308.0, 9336.0, 9304.0, 9301.0, 9276.0, 9304.0, 9280.0, 9314.0, 9295.0, 9314.0, 9286.0, 9327.0, 9306.0, 9320.0, 9311.0, 9341.0, 9364.0, 9323.0, 9335.0, 9306.0, 9348.0, 9307.0, 9334.0, 9307.0, 9321.0, 9310.0, 9357.0, 9367.0, 9336.0, 9309.0, 9309.0, 9313.0, 9341.0, 9327.0, 9352.0, 9312.0, 9339.0, 9363.0, 9351.0, 9360.0, 9401.0, 9375.0, 9376.0, 9381.0, 9362.0, 9327.0, 9362.0, 9274.0, 9319.0, 9278.0, 9353.0, 9349.0, 9364.0, 9294.0, 9341.0, 9297.0, 9295.0, 9332.0, 9300.0, 9318.0, 9228.0, 9274.0, 9328.0, 9302.0, 9293.0, 9232.0, 9283.0, 9228.0, 9292.0, 9274.0, 9288.0, 9301.0, 9316.0, 9333.0, 9323.0, 9328.0, 9318.0, 9353.0, 9359.0, 9315.0, 9356.0, 9329.0, 9329.0, 9348.0, 9395.0, 9360.0, 9376.0, 9381.0, 9345.0, 9341.0, 9343.0, 9308.0, 9351.0, 9311.0, 9360.0, 9389.0, 9383.0, 9357.0, 9354.0, 9320.0, 9341.0, 9370.0, 9342.0, 9360.0, 9324.0, 9362.0, 9297.0, 9338.0, 9304.0, 9373.0, 9326.0, 9376.0, 9341.0, 9346.0, 9358.0, 9324.0, 9311.0, 9343.0, 9352.0, 9344.0, 9351.0, 9344.0, 9365.0, 9331.0, 9328.0, 9305.0, 9332.0, 9285.0, 9331.0, 9326.0, 9306.0, 9292.0, 9324.0, 9315.0, 9328.0, 9323.0, 9328.0, 9302.0, 9353.0, 9310.0, 9312.0, 9344.0, 9330.0, 9358.0, 9350.0, 9378.0, 9340.0, 9333.0, 9281.0, 9293.0, 9278.0, 9297.0, 9320.0, 9282.0, 9322.0, 9277.0, 9287.0, 9261.0, 9273.0, 9295.0, 9319.0, 9280.0, 9310.0, 9280.0, 9310.0, 9295.0, 9272.0, 9293.0, 9292.0, 9293.0, 9279.0, 9293.0, 9293.0, 9294.0, 9293.0, 9293.0, 9311.0, 9294.0, 9298.0, 9311.0, 9308.0, 9292.0, 9308.0, 9288.0, 9289.0, 9320.0, 9272.0, 9289.0, 9257.0, 9283.0, 9270.0, 9283.0, 9290.0, 9297.0, 9300.0, 9300.0, 9299.0, 9280.0, 9297.0, 9313.0, 9324.0, 9310.0, 9326.0, 9324.0, 9315.0, 9331.0, 9322.0, 9306.0, 9376.0, 9295.0, 9288.0, 9355.0, 9274.0, 9285.0, 9274.0, 9304.0, 9276.0, 9294.0, 9285.0, 9270.0, 9263.0, 9268.0, 9267.0, 9265.0, 9281.0, 9288.0, 9266.0, 9261.0, 9275.0, 9258.0, 9246.0, 9242.0, 9248.0, 9257.0, 9249.0, 9264.0, 9268.0, 9261.0, 9268.0, 9296.0, 9269.0, 9284.0, 9286.0, 9287.0, 9292.0, 9305.0, 9287.0, 9271.0, 9286.0, 9290.0, 9286.0, 9273.0, 9303.0, 9296.0, 9290.0, 9291.0, 9303.0, 9290.0, 9301.0, 9287.0, 9270.0, 9303.0, 9280.0, 9272.0, 9287.0, 9316.0, 9301.0, 9310.0, 9285.0, 9297.0, 9291.0, 9288.0, 9291.0, 9308.0, 9315.0, 9314.0, 9296.0, 9299.0, 9290.0, 9293.0, 9297.0, 9292.0, 9325.0, 9302.0, 9310.0, 9299.0, 9312.0, 9288.0, 9303.0, 9318.0, 9360.0, 9289.0, 9306.0, 9268.0, 9263.0, 9248.0, 9282.0, 9271.0, 9289.0, 9316.0, 9288.0, 9292.0, 9288.0, 9278.0, 9288.0, 9308.0, 9343.0, 9294.0, 9296.0, 9333.0, 9292.0, 9319.0, 9289.0, 9303.0, 9290.0, 9275.0, 9291.0, 9294.0, 9290.0, 9302.0, 9274.0, 9306.0, 9276.0, 9275.0, 9287.0, 9286.0, 9268.0, 9285.0, 9286.0, 9291.0, 9318.0, 9278.0, 9302.0, 9304.0, 9317.0, 9293.0, 9303.0, 9293.0, 9292.0, 9273.0, 9301.0, 9327.0, 9295.0, 9252.0, 9285.0, 9270.0, 9274.0, 9302.0, 9271.0, 9296.0, 9237.0, 9277.0, 9255.0, 9285.0, 9251.0, 9255.0, 9296.0, 9268.0, 9292.0, 9269.0, 9287.0, 9292.0, 9300.0, 9328.0, 9304.0, 9301.0, 9271.0, 9316.0, 9306.0, 9294.0, 9309.0, 9294.0, 9328.0, 9318.0, 9312.0, 9357.0, 9336.0, 9387.0, 9342.0, 9301.0, 9317.0, 9265.0, 9294.0, 9271.0, 9299.0, 9269.0, 9271.0, 9258.0, 9280.0, 9253.0, 9262.0, 9246.0, 9262.0, 9232.0, 9277.0, 9249.0, 9280.0, 9259.0, 9287.0, 9251.0, 9252.0, 9264.0, 9254.0, 9270.0, 9270.0, 9271.0, 9284.0, 9296.0, 9300.0, 9302.0, 9311.0, 9297.0, 9324.0, 9306.0, 9305.0, 9291.0, 9305.0, 9281.0, 9298.0, 9301.0, 9285.0, 9316.0, 9295.0, 9290.0, 9268.0, 9284.0, 9275.0, 9291.0, 9303.0, 9285.0, 9321.0, 9296.0, 9291.0, 9278.0, 9293.0, 9287.0, 9285.0, 9276.0, 9329.0, 9306.0, 9299.0, 9284.0, 9247.0, 9271.0, 9276.0, 9322.0, 9314.0, 9271.0, 9300.0, 9284.0, 9343.0, 9304.0, 9343.0, 9353.0, 9315.0, 9353.0, 9352.0, 9297.0, 9284.0, 9221.0, 9251.0, 9234.0, 9234.0, 9235.0, 9226.0, 9253.0, 9260.0, 9243.0, 9207.0, 9243.0, 9236.0, 9236.0, 9233.0, 9261.0, 9254.0, 9269.0, 9249.0, 9250.0, 9235.0, 9254.0, 9254.0, 9272.0, 9274.0, 9277.0, 9245.0, 9277.0, 9318.0, 9310.0, 9320.0, 9296.0, 9309.0, 9281.0, 9304.0, 9278.0, 9309.0, 9264.0, 9314.0, 9274.0, 9305.0, 9296.0, 9297.0, 9301.0, 9341.0, 9312.0, 9332.0, 9276.0, 9305.0, 9319.0, 9298.0, 9257.0, 9282.0, 9242.0, 9299.0, 9316.0, 9277.0, 9291.0, 9230.0, 9256.0, 9228.0, 9256.0, 9248.0, 9264.0, 9286.0, 9289.0, 9309.0, 9268.0, 9283.0, 9251.0, 9282.0, 9252.0, 9285.0, 9276.0, 9291.0, 9313.0, 9268.0, 9300.0, 9250.0, 9293.0, 9235.0, 9277.0, 9240.0, 9287.0, 9271.0, 9287.0, 9330.0, 9269.0, 9252.0, 9259.0, 9243.0, 9286.0, 9264.0, 9322.0, 9264.0, 9289.0, 9276.0, 9294.0, 9306.0, 9286.0, 9316.0, 9307.0, 9301.0, 9289.0, 9325.0, 9306.0, 9319.0, 9309.0, 9307.0, 9293.0, 9290.0, 9338.0, 9330.0, 9280.0, 9322.0, 9253.0, 9299.0, 9254.0, 9286.0, 9311.0, 9294.0, 9316.0, 9337.0, 9326.0, 9338.0, 9326.0, 9334.0, 9324.0, 9364.0, 9341.0, 9337.0, 9344.0, 9325.0, 9321.0, 9361.0, 9333.0, 9349.0, 9330.0, 9339.0, 9318.0, 9321.0, 9317.0, 9332.0, 9320.0, 9338.0, 9335.0, 9357.0, 9333.0, 9347.0, 9338.0, 9336.0, 9289.0, 9344.0, 9328.0, 9359.0, 9317.0, 9310.0, 9296.0, 9327.0, 9295.0, 9337.0, 9279.0, 9335.0, 9313.0, 9326.0, 9279.0, 9307.0, 9337.0, 9316.0, 9316.0, 9289.0, 9301.0, 9294.0, 9310.0, 9296.0, 9322.0, 9297.0, 9320.0, 9296.0, 9307.0, 9282.0, 9320.0, 9276.0, 9331.0, 9293.0, 9319.0, 9278.0, 9310.0, 9281.0, 9317.0, 9320.0, 9315.0, 9274.0, 9314.0, 9292.0, 9307.0, 9275.0, 9310.0, 9336.0, 9303.0, 9313.0, 9297.0, 9285.0, 9285.0, 9300.0, 9292.0, 9302.0, 9243.0, 9308.0, 9268.0, 9295.0, 9289.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.005495536105032823</td></tr>
<tr><td colspan=3>aqi</td><td>0.08150164135667395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.65872214934283</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1217392360021903</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0319258566593645</td></tr>
<tr><td colspan=3>efc</td><td>0.4952</td></tr>
<tr><td colspan=3>fber</td><td>4202.0674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16551918984618358</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>233</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.49234135667396</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6153016746025792</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4142476697125774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.910716657875834</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.520940696219326</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125263</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01745331846177578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02366740070283413</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0653851371542045</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>31.5398</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.286</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298088.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>928.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.4162</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4563</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.6377</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3372.4827</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.6963</td></tr>
<tr><td colspan=3>tsnr</td><td>24.26476523524616</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>