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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-02/func/sub-0052_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>593c53a21ea34e6198f7daf74ad73733</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>13:39:51.107500</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.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10017</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aeda9cac-fae2-4d80-8188-e80a796491fe||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['133951.107500', '133951.567500', '133952.027500', '133952.487500', '133952.947500', '133953.407500', '133953.867500', '133954.327500', '133954.787500', '133955.247500', '133955.707500', '133956.167500', '133956.627500', '133957.087500', '133957.547500', '133958.007500', '133958.467500', '133958.927500', '133959.387500', '133959.847500', '134000.307500', '134000.767500', '134001.227500', '134001.687500', '134002.147500', '134002.607500', '134003.067500', '134003.527500', '134003.987500', '134004.447500', '134004.907500', '134005.367500', '134005.827500', '134006.287500', '134006.747500', '134007.207500', '134007.667500', '134008.127500', '134008.587500', '134009.047500', '134009.507500', '134009.967500', '134010.427500', '134010.887500', '134011.347500', '134011.807500', '134012.267500', '134012.727500', '134013.187500', '134013.647500', '134014.107500', '134014.567500', '134015.027500', '134015.487500', '134015.947500', '134016.407500', '134016.867500', '134017.327500', '134017.787500', '134018.247500', '134018.707500', '134019.167500', '134019.627500', '134020.087500', '134020.547500', '134021.007500', '134021.467500', '134021.927500', '134022.387500', '134022.847500', '134023.307500', '134023.767500', '134024.227500', '134024.687500', '134025.147500', '134025.607500', '134026.067500', '134026.527500', '134026.987500', '134027.447500', '134027.907500', '134028.367500', '134028.827500', '134029.287500', '134029.747500', '134030.207500', '134030.667500', '134031.127500', '134031.587500', '134032.047500', '134032.507500', '134032.967500', '134033.427500', '134033.887500', '134034.347500', '134034.807500', '134035.267500', '134035.727500', '134036.187500', '134036.647500', '134037.107500', '134037.567500', '134038.027500', '134038.487500', '134038.947500', '134039.407500', '134039.867500', '134040.327500', '134040.787500', '134041.247500', '134041.707500', '134042.167500', '134042.627500', '134043.087500', '134043.547500', '134044.007500', '134044.467500', '134044.927500', '134045.387500', '134045.847500', '134046.307500', '134046.767500', '134047.227500', '134047.687500', '134048.147500', '134048.607500', '134049.067500', '134049.527500', '134049.987500', '134050.447500', '134050.907500', '134051.367500', '134051.827500', '134052.287500', '134052.747500', '134053.207500', '134053.667500', '134054.127500', '134054.587500', '134055.047500', '134055.507500', '134055.967500', '134056.427500', '134056.887500', '134057.347500', '134057.807500', '134058.267500', '134058.727500', '134059.187500', '134059.647500', '134100.107500', '134100.567500', '134101.027500', '134101.487500', '134101.947500', '134102.407500', '134102.867500', '134103.327500', '134103.787500', '134104.247500', '134104.707500', '134105.167500', '134105.627500', '134106.087500', '134106.547500', '134107.007500', '134107.467500', '134107.927500', '134108.387500', '134108.847500', '134109.307500', '134109.767500', '134110.227500', '134110.687500', '134111.147500', '134111.607500', '134112.067500', '134112.527500', '134112.987500', '134113.447500', '134113.907500', '134114.367500', '134114.827500', '134115.287500', '134115.747500', '134116.207500', '134116.667500', '134117.127500', '134117.587500', '134118.047500', '134118.507500', '134118.967500', '134119.427500', '134119.887500', '134120.347500', '134120.807500', '134121.267500', '134121.727500', '134122.187500', '134122.647500', '134123.107500', '134123.567500', '134124.027500', '134124.487500', '134124.947500', '134125.407500', '134125.867500', '134126.327500', '134126.787500', '134127.247500', '134127.707500', '134128.167500', '134128.627500', '134129.087500', '134129.547500', '134130.007500', '134130.467500', '134130.927500', '134131.387500', '134131.847500', '134132.307500', '134132.767500', '134133.227500', '134133.687500', '134134.147500', '134134.607500', '134135.067500', '134135.527500', '134135.987500', '134136.447500', '134136.907500', '134137.367500', '134137.827500', '134138.287500', '134138.747500', '134139.207500', '134139.667500', '134140.127500', '134140.587500', '134141.047500', '134141.507500', '134141.967500', '134142.427500', '134142.887500', '134143.347500', '134143.807500', '134144.267500', '134144.727500', '134145.187500', '134145.647500', '134146.107500', '134146.567500', '134147.027500', '134147.487500', '134147.947500', '134148.407500', '134148.867500', '134149.327500', '134149.787500', '134150.247500', '134150.707500', '134151.167500', '134151.627500', '134152.087500', '134152.547500', '134153.007500', '134153.467500', '134153.927500', '134154.387500', '134154.847500', '134155.307500', '134155.767500', '134156.227500', '134156.687500', '134157.147500', '134157.607500', '134158.067500', '134158.527500', '134158.987500', '134159.447500', '134159.907500', '134200.367500', '134200.827500', '134201.287500', '134201.747500', '134202.207500', '134202.667500', '134203.127500', '134203.587500', '134204.047500', '134204.507500', '134204.967500', '134205.427500', '134205.887500', '134206.347500', '134206.807500', '134207.267500', '134207.727500', '134208.187500', '134208.647500', '134209.107500', '134209.567500', '134210.027500', '134210.487500', '134210.947500', '134211.407500', '134211.867500', '134212.327500', '134212.787500', '134213.247500', '134213.707500', '134214.167500', '134214.627500', '134215.087500', '134215.547500', '134216.007500', '134216.467500', '134216.927500', '134217.387500', '134217.847500', '134218.307500', '134218.767500', '134219.227500', '134219.687500', '134220.147500', '134220.607500', '134221.067500', '134221.527500', '134221.987500', '134222.447500', '134222.907500', '134223.367500', '134223.827500', '134224.287500', '134224.747500', '134225.207500', '134225.667500', '134226.127500', '134226.587500', '134227.047500', '134227.507500', '134227.967500', '134228.427500', '134228.887500', '134229.347500', '134229.807500', '134230.267500', '134230.727500', '134231.187500', '134231.647500', '134232.107500', '134232.567500', '134233.027500', '134233.487500', '134233.947500', '134234.407500', '134234.867500', '134235.327500', '134235.787500', '134236.247500', '134236.707500', '134237.167500', '134237.627500', '134238.087500', '134238.547500', '134239.007500', '134239.467500', '134239.927500', '134240.387500', '134240.847500', '134241.307500', '134241.767500', '134242.227500', '134242.687500', '134243.147500', '134243.607500', '134244.067500', '134244.527500', '134244.987500', '134245.447500', '134245.907500', '134246.367500', '134246.827500', '134247.287500', '134247.747500', '134248.207500', '134248.667500', '134249.127500', '134249.587500', '134250.047500', '134250.507500', '134250.967500', '134251.427500', '134251.887500', '134252.347500', '134252.807500', '134253.267500', '134253.727500', '134254.187500', '134254.647500', '134255.107500', '134255.567500', '134256.027500', '134256.487500', '134256.947500', '134257.407500', '134257.867500', '134258.327500', '134258.787500', '134259.247500', '134259.707500', '134300.167500', '134300.627500', '134301.087500', '134301.547500', '134302.007500', '134302.467500', '134302.927500', '134303.387500', '134303.847500', '134304.307500', '134304.767500', '134305.227500', '134305.687500', '134306.147500', '134306.607500', '134307.067500', '134307.527500', '134307.987500', '134308.447500', '134308.907500', '134309.367500', '134309.827500', '134310.287500', '134310.747500', '134311.207500', '134311.667500', '134312.127500', '134312.587500', '134313.047500', '134313.507500', '134313.967500', '134314.427500', '134314.887500', '134315.347500', '134315.807500', '134316.267500', '134316.727500', '134317.187500', '134317.647500', '134318.107500', '134318.567500', '134319.027500', '134319.487500', '134319.947500', '134320.407500', '134320.867500', '134321.327500', '134321.787500', '134322.247500', '134322.707500', '134323.167500', '134323.627500', '134324.087500', '134324.547500', '134325.007500', '134325.467500', '134325.927500', '134326.387500', '134326.847500', '134327.307500', '134327.767500', '134328.227500', '134328.687500', '134329.147500', '134329.607500', '134330.067500', '134330.527500', '134330.987500', '134331.447500', '134331.907500', '134332.367500', '134332.827500', '134333.287500', '134333.747500', '134334.207500', '134334.667500', '134335.127500', '134335.587500', '134336.047500', '134336.507500', '134336.967500', '134337.427500', '134337.887500', '134338.347500', '134338.807500', '134339.267500', '134339.727500', '134340.187500', '134340.647500', '134341.107500', '134341.567500', '134342.027500', '134342.487500', '134342.947500', '134343.407500', '134343.867500', '134344.327500', '134344.787500', '134345.247500', '134345.707500', '134346.167500', '134346.627500', '134347.087500', '134347.547500', '134348.007500', '134348.467500', '134348.927500', '134349.387500', '134349.847500', '134350.307500', '134350.767500', '134351.227500', '134351.687500', '134352.147500', '134352.607500', '134353.067500', '134353.527500', '134353.987500', '134354.447500', '134354.907500', '134355.367500', '134355.827500', '134356.287500', '134356.747500', '134357.207500', '134357.667500', '134358.127500', '134358.587500', '134359.047500', '134359.507500', '134359.967500', '134400.427500', '134400.887500', '134401.347500', '134401.807500', '134402.267500', '134402.727500', '134403.187500', '134403.647500', '134404.107500', '134404.567500', '134405.027500', '134405.487500', '134405.947500', '134406.407500', '134406.867500', '134407.327500', '134407.787500', '134408.247500', '134408.707500', '134409.167500', '134409.627500', '134410.087500', '134410.547500', '134411.007500', '134411.467500', '134411.927500', '134412.387500', '134412.847500', '134413.307500', '134413.767500', '134414.227500', '134414.687500', '134415.147500', '134415.607500', '134416.067500', '134416.527500', '134416.987500', '134417.447500', '134417.907500', '134418.367500', '134418.827500', '134419.287500', '134419.747500', '134420.207500', '134420.667500', '134421.127500', '134421.587500', '134422.047500', '134422.507500', '134422.967500', '134423.427500', '134423.887500', '134424.347500', '134424.807500', '134425.267500', '134425.727500', '134426.187500', '134426.647500', '134427.107500', '134427.567500', '134428.027500', '134428.487500', '134428.947500', '134429.407500', '134429.867500', '134430.327500', '134430.787500', '134431.247500', '134431.707500', '134432.167500', '134432.627500', '134433.087500', '134433.547500', '134434.007500', '134434.467500', '134434.927500', '134435.387500', '134435.847500', '134436.307500', '134436.767500', '134437.227500', '134437.687500', '134438.147500', '134438.607500', '134439.067500', '134439.527500', '134439.987500', '134440.447500', '134440.907500', '134441.367500', '134441.827500', '134442.287500', '134442.747500', '134443.207500', '134443.667500', '134444.127500', '134444.587500', '134445.047500', '134445.507500', '134445.967500', '134446.427500', '134446.887500', '134447.347500', '134447.807500', '134448.267500', '134448.727500', '134449.187500', '134449.647500', '134450.107500', '134450.567500', '134451.027500', '134451.487500', '134451.947500', '134452.407500', '134452.867500', '134453.327500', '134453.787500', '134454.247500', '134454.707500', '134455.167500', '134455.627500', '134456.087500', '134456.547500', '134457.007500', '134457.467500', '134457.927500', '134458.387500', '134458.847500', '134459.307500', '134459.767500', '134500.227500', '134500.687500', '134501.147500', '134501.607500', '134502.067500', '134502.527500', '134502.987500', '134503.447500', '134503.907500', '134504.367500', '134504.827500', '134505.287500', '134505.747500', '134506.207500', '134506.667500', '134507.127500', '134507.587500', '134508.047500', '134508.507500', '134508.967500', '134509.427500', '134509.887500', '134510.347500', '134510.807500', '134511.267500', '134511.727500', '134512.187500', '134512.647500', '134513.107500', '134513.567500', '134514.027500', '134514.487500', '134514.947500', '134515.407500', '134515.867500', '134516.327500', '134516.787500', '134517.247500', '134517.707500', '134518.167500', '134518.627500', '134519.087500', '134519.547500', '134520.007500', '134520.467500', '134520.927500', '134521.387500', '134521.847500', '134522.307500', '134522.767500', '134523.227500', '134523.687500', '134524.147500', '134524.607500', '134525.067500', '134525.527500', '134525.987500', '134526.447500', '134526.907500', '134527.367500', '134527.827500', '134528.287500', '134528.747500', '134529.207500', '134529.667500', '134530.127500', '134530.587500', '134531.047500', '134531.507500', '134531.967500', '134532.427500', '134532.887500', '134533.347500', '134533.807500', '134534.267500', '134534.727500', '134535.187500', '134535.647500', '134536.107500', '134536.567500', '134537.027500', '134537.487500', '134537.947500', '134538.407500', '134538.867500', '134539.327500', '134539.787500', '134540.247500', '134540.707500', '134541.167500', '134541.627500', '134542.087500', '134542.547500', '134543.007500', '134543.467500', '134543.927500', '134544.387500', '134544.847500', '134545.307500', '134545.767500', '134546.227500', '134546.687500', '134547.147500', '134547.607500', '134548.067500', '134548.527500', '134548.987500', '134549.447500', '134549.907500', '134550.367500', '134550.827500', '134551.287500', '134551.747500', '134552.207500', '134552.667500', '134553.127500', '134553.587500', '134554.047500', '134554.507500', '134554.967500', '134555.427500', '134555.887500', '134556.347500', '134556.807500', '134557.267500', '134557.727500', '134558.187500', '134558.647500', '134559.107500', '134559.567500', '134600.027500', '134600.487500', '134600.947500', '134601.407500', '134601.867500', '134602.327500', '134602.787500', '134603.247500', '134603.707500', '134604.167500', '134604.627500', '134605.087500', '134605.547500', '134606.007500', '134606.467500', '134606.927500', '134607.387500', '134607.847500', '134608.307500', '134608.767500', '134609.227500', '134609.687500', '134610.147500', '134610.607500', '134611.067500', '134611.527500', '134611.987500', '134612.447500', '134612.907500', '134613.367500', '134613.827500', '134614.287500', '134614.747500', '134615.207500', '134615.667500', '134616.127500', '134616.587500', '134617.047500', '134617.507500', '134617.967500', '134618.427500', '134618.887500', '134619.347500', '134619.807500', '134620.267500', '134620.727500', '134621.187500', '134621.647500', '134622.107500', '134622.567500', '134623.027500', '134623.487500', '134623.947500', '134624.407500', '134624.867500', '134625.327500', '134625.787500', '134626.247500', '134626.707500', '134627.167500', '134627.627500', '134628.087500', '134628.547500', '134629.007500', '134629.467500', '134629.927500', '134630.387500', '134630.847500', '134631.307500', '134631.767500', '134632.227500', '134632.687500', '134633.147500', '134633.607500', '134634.067500', '134634.527500', '134634.987500', '134635.447500', '134635.907500', '134636.367500', '134636.827500', '134637.287500', '134637.747500', '134638.207500', '134638.667500', '134639.127500', '134639.587500', '134640.047500', '134640.507500', '134640.967500', '134641.427500', '134641.887500', '134642.347500', '134642.807500', '134643.267500', '134643.727500', '134644.187500', '134644.647500', '134645.107500', '134645.567500', '134646.027500', '134646.487500', '134646.947500', '134647.407500', '134647.867500', '134648.327500', '134648.787500', '134649.247500', '134649.707500', '134650.167500', '134650.627500', '134651.087500'], 'ContentTime': ['134013.601000', '134013.605000', '134013.607000', '134013.610000', '134013.613000', '134013.615000', '134013.618000', '134013.621000', '134013.623000', '134013.626000', '134013.629000', '134013.631000', '134013.634000', '134013.636000', '134013.639000', '134013.641000', '134013.644000', '134013.648000', '134013.651000', '134013.653000', '134013.656000', '134013.658000', '134013.661000', '134013.663000', '134013.666000', '134013.669000', '134013.671000', '134013.674000', '134013.676000', '134013.679000', '134013.681000', '134013.684000', '134013.686000', '134013.689000', '134013.692000', '134013.694000', '134013.697000', '134013.699000', '134013.708000', '134013.710000', '134013.713000', '134013.715000', '134013.718000', '134013.721000', '134013.723000', '134013.726000', '134033.550000', '134033.553000', '134033.556000', '134033.558000', '134033.561000', '134033.564000', '134033.566000', '134033.569000', '134033.571000', '134033.574000', '134033.576000', '134033.579000', '134033.581000', '134033.584000', '134033.586000', '134033.589000', '134033.592000', '134033.594000', '134033.597000', '134033.599000', '134033.602000', '134033.604000', '134033.607000', '134033.610000', '134033.612000', '134033.615000', '134033.617000', '134033.620000', '134033.622000', '134033.625000', '134033.627000', '134033.630000', '134033.643000', '134033.645000', '134033.648000', '134033.650000', '134033.653000', '134033.655000', '134033.658000', '134033.661000', '134033.663000', '134033.666000', '134033.668000', '134053.551000', '134053.553000', '134053.556000', '134053.559000', '134053.561000', '134053.564000', '134053.566000', '134053.569000', '134053.571000', '134053.574000', '134053.576000', '134053.579000', '134053.581000', '134053.584000', '134053.587000', '134053.589000', '134053.592000', '134053.595000', '134053.597000', '134053.600000', '134053.602000', '134053.605000', '134053.607000', '134053.616000', '134053.618000', '134053.621000', '134053.624000', '134053.626000', '134053.629000', '134053.631000', '134053.634000', '134053.637000', '134053.639000', '134053.642000', '134053.644000', '134053.647000', '134053.649000', '134053.652000', '134053.654000', '134053.657000', '134053.659000', '134053.662000', '134053.665000', '134113.550000', '134113.553000', '134113.556000', '134113.558000', '134113.561000', '134113.563000', '134113.566000', '134113.568000', '134113.571000', '134113.574000', '134113.576000', '134113.579000', '134113.581000', '134113.584000', '134113.586000', '134113.589000', '134113.592000', '134113.594000', '134113.597000', '134113.599000', '134113.602000', '134113.604000', '134113.607000', '134113.610000', '134113.612000', '134113.615000', '134113.617000', '134113.620000', '134113.629000', '134113.631000', '134113.634000', '134113.637000', '134113.639000', '134113.642000', '134113.644000', '134113.647000', '134113.649000', '134113.653000', '134113.655000', '134113.658000', '134113.661000', '134113.663000', '134113.666000', '134113.668000', '134133.550000', '134133.553000', '134133.556000', '134133.558000', '134133.561000', '134133.563000', '134133.566000', '134133.569000', '134133.571000', '134133.574000', '134133.576000', '134133.579000', '134133.581000', '134133.584000', '134133.587000', '134133.589000', '134133.592000', '134133.594000', '134133.597000', '134133.599000', '134133.602000', '134133.605000', '134133.608000', '134133.611000', '134133.613000', '134133.616000', '134133.618000', '134133.621000', '134133.624000', '134133.626000', '134133.629000', '134133.631000', '134133.634000', '134133.636000', '134133.639000', '134133.644000', '134133.646000', '134133.649000', '134133.651000', '134133.654000', '134133.656000', '134133.659000', '134133.662000', '134153.551000', '134153.553000', '134153.556000', '134153.558000', '134153.561000', '134153.564000', '134153.566000', '134153.569000', '134153.571000', '134153.574000', '134153.577000', '134153.579000', '134153.582000', '134153.584000', '134153.587000', '134153.590000', '134153.592000', '134153.595000', '134153.597000', '134153.600000', '134153.602000', '134153.605000', '134153.607000', '134153.610000', '134153.613000', '134153.615000', '134153.618000', '134153.620000', '134153.623000', '134153.628000', '134153.631000', '134153.633000', '134153.636000', '134153.639000', '134153.641000', '134153.644000', '134153.646000', '134153.649000', '134153.651000', '134153.654000', '134153.657000', '134153.659000', '134153.662000', '134153.664000', '134213.551000', '134213.554000', '134213.557000', '134213.559000', '134213.562000', '134213.565000', '134213.567000', '134213.570000', '134213.572000', '134213.575000', '134213.578000', '134213.580000', '134213.583000', '134213.585000', '134213.588000', '134213.590000', '134213.593000', '134213.595000', '134213.598000', '134213.601000', '134213.603000', '134213.606000', '134213.609000', '134213.612000', '134213.615000', '134213.618000', '134213.621000', '134213.623000', '134213.626000', '134213.628000', '134213.631000', '134213.633000', '134213.636000', '134213.639000', '134213.641000', '134213.644000', '134213.647000', '134213.649000', '134213.652000', '134213.654000', '134213.657000', '134213.659000', '134213.662000', '134233.550000', '134233.553000', '134233.556000', '134233.558000', '134233.561000', '134233.574000', '134233.576000', '134233.579000', '134233.582000', '134233.584000', '134233.587000', '134233.589000', '134233.592000', '134233.594000', '134233.597000', '134233.599000', '134233.602000', '134233.605000', '134233.611000', '134233.614000', '134233.616000', '134233.619000', '134233.622000', '134233.624000', '134233.627000', '134233.629000', '134233.632000', '134233.634000', '134233.637000', '134233.640000', '134233.642000', '134233.645000', '134233.647000', '134233.650000', '134233.653000', '134233.655000', '134233.658000', '134233.660000', '134233.663000', '134233.665000', '134233.668000', '134233.670000', '134233.673000', '134233.676000', '134253.551000', '134253.553000', '134253.556000', '134253.559000', '134253.561000', '134253.564000', '134253.566000', '134253.569000', '134253.571000', '134253.574000', '134253.577000', '134253.579000', '134253.582000', '134253.584000', '134253.587000', '134253.590000', '134253.592000', '134253.595000', '134253.597000', '134253.600000', '134253.602000', '134253.605000', '134253.608000', '134253.610000', '134253.613000', '134253.615000', '134253.618000', '134253.620000', '134253.623000', '134253.625000', '134253.628000', '134253.631000', '134253.633000', '134253.636000', '134253.638000', '134253.641000', '134253.644000', '134253.647000', '134253.650000', '134253.653000', '134253.655000', '134253.658000', '134253.661000', '134313.551000', '134313.553000', '134313.556000', '134313.559000', '134313.561000', '134313.564000', '134313.566000', '134313.569000', '134313.572000', '134313.574000', '134313.577000', '134313.579000', '134313.582000', '134313.584000', '134313.587000', '134313.590000', '134313.592000', '134313.595000', '134313.598000', '134313.600000', '134313.603000', '134313.605000', '134313.608000', '134313.610000', '134313.613000', '134313.619000', '134313.621000', '134313.624000', '134313.627000', '134313.629000', '134313.632000', '134313.634000', '134313.637000', '134313.639000', '134313.642000', '134313.644000', '134313.647000', '134313.650000', '134313.652000', '134313.655000', '134313.657000', '134313.660000', '134313.662000', '134313.665000', '134333.551000', '134333.554000', '134333.556000', '134333.559000', '134333.562000', '134333.564000', '134333.567000', '134333.569000', '134333.572000', '134333.574000', '134333.577000', '134333.579000', '134333.582000', '134333.585000', '134333.587000', '134333.590000', '134333.593000', '134333.595000', '134333.598000', '134333.600000', '134333.603000', '134333.605000', '134333.608000', '134333.611000', '134333.613000', '134333.616000', '134333.618000', '134333.621000', '134333.623000', '134333.626000', '134333.629000', '134333.631000', '134333.634000', '134333.636000', '134333.639000', '134333.641000', '134333.644000', '134333.646000', '134333.649000', '134333.652000', '134333.654000', '134333.657000', '134333.659000', '134353.551000', '134353.554000', '134353.556000', '134353.559000', '134353.561000', '134353.564000', '134353.566000', '134353.569000', '134353.571000', '134353.574000', '134353.577000', '134353.579000', '134353.582000', '134353.584000', '134353.587000', '134353.589000', '134353.592000', '134353.595000', '134353.597000', '134353.600000', '134353.602000', '134353.605000', '134353.607000', '134353.610000', '134353.613000', '134353.615000', '134353.618000', '134353.620000', '134353.623000', '134353.625000', '134353.628000', '134353.631000', '134353.633000', '134353.636000', '134353.638000', '134353.641000', '134353.668000', '134353.671000', '134353.674000', '134353.676000', '134353.679000', '134353.681000', '134353.684000', '134353.686000', '134413.550000', '134413.553000', '134413.556000', '134413.559000', '134413.561000', '134413.564000', '134413.566000', '134413.569000', '134413.572000', '134413.574000', '134413.577000', '134413.579000', '134413.582000', '134413.584000', '134413.587000', '134413.590000', '134413.592000', '134413.595000', '134413.598000', '134413.600000', '134413.603000', '134413.605000', '134413.608000', '134413.610000', '134413.613000', '134413.615000', '134413.618000', '134413.621000', '134413.623000', '134413.626000', '134413.629000', '134413.631000', '134413.634000', '134413.636000', '134413.639000', '134413.641000', '134413.644000', '134413.647000', '134413.649000', '134413.652000', '134413.654000', '134413.657000', '134413.659000', '134433.551000', '134433.554000', '134433.557000', '134433.560000', '134433.562000', '134433.565000', '134433.567000', '134433.570000', '134433.572000', '134433.575000', '134433.577000', '134433.580000', '134433.583000', '134433.585000', '134433.588000', '134433.591000', '134433.593000', '134433.596000', '134433.598000', '134433.601000', '134433.604000', '134433.606000', '134433.609000', '134433.611000', '134433.614000', '134433.617000', '134433.619000', '134433.622000', '134433.624000', '134433.627000', '134433.630000', '134433.632000', '134433.635000', '134433.637000', '134433.640000', '134433.643000', '134433.645000', '134433.648000', '134433.650000', '134433.653000', '134433.656000', '134433.658000', '134433.661000', '134433.663000', '134453.551000', '134453.553000', '134453.556000', '134453.559000', '134453.561000', '134453.564000', '134453.566000', '134453.569000', '134453.571000', '134453.574000', '134453.577000', '134453.579000', '134453.582000', '134453.584000', '134453.587000', '134453.590000', '134453.592000', '134453.595000', '134453.597000', '134453.600000', '134453.602000', '134453.605000', '134453.608000', '134453.610000', '134453.613000', '134453.615000', '134453.618000', '134453.621000', '134453.623000', '134453.626000', '134453.629000', '134453.631000', '134453.634000', '134453.636000', '134453.639000', '134453.641000', '134453.644000', '134453.646000', '134453.649000', '134453.652000', '134453.654000', '134453.657000', '134453.659000', '134513.551000', '134513.553000', '134513.556000', '134513.559000', '134513.561000', '134513.564000', '134513.566000', '134513.569000', '134513.571000', '134513.574000', '134513.576000', '134513.579000', '134513.582000', '134513.584000', '134513.587000', '134513.590000', '134513.597000', '134513.599000', '134513.602000', '134513.605000', '134513.607000', '134513.610000', '134513.612000', '134513.615000', '134513.617000', '134513.620000', '134513.623000', '134513.625000', '134513.628000', '134513.630000', '134513.633000', '134513.636000', '134513.638000', '134513.641000', '134513.643000', '134513.646000', '134513.648000', '134513.651000', '134513.654000', '134513.656000', '134513.659000', '134513.661000', '134513.664000', '134513.667000', '134533.550000', '134533.553000', '134533.556000', '134533.558000', '134533.561000', '134533.564000', '134533.566000', '134533.569000', '134533.571000', '134533.574000', '134533.576000', '134533.579000', '134533.582000', '134533.584000', '134533.587000', '134533.589000', '134533.592000', '134533.595000', '134533.597000', '134533.600000', '134533.602000', '134533.605000', '134533.607000', '134533.610000', '134533.613000', '134533.615000', '134533.618000', '134533.620000', '134533.623000', '134533.626000', '134533.630000', '134533.632000', '134533.635000', '134533.637000', '134533.640000', '134533.643000', '134533.645000', '134533.648000', '134533.650000', '134533.653000', '134533.656000', '134533.658000', '134533.661000', '134553.550000', '134553.553000', '134553.556000', '134553.558000', '134553.561000', '134553.563000', '134553.566000', '134553.569000', '134553.571000', '134553.574000', '134553.576000', '134553.579000', '134553.581000', '134553.584000', '134553.587000', '134553.589000', '134553.592000', '134553.594000', '134553.597000', '134553.599000', '134553.602000', '134553.605000', '134553.607000', '134553.610000', '134553.612000', '134553.615000', '134553.617000', '134553.620000', '134553.623000', '134553.625000', '134553.628000', '134553.630000', '134553.633000', '134553.635000', '134553.638000', '134553.641000', '134553.643000', '134553.646000', '134553.648000', '134553.651000', '134553.653000', '134553.656000', '134553.659000', '134553.661000', '134613.551000', '134613.553000', '134613.556000', '134613.559000', '134613.561000', '134613.564000', '134613.566000', '134613.569000', '134613.571000', '134613.574000', '134613.576000', '134613.579000', '134613.582000', '134613.584000', '134613.587000', '134613.589000', '134613.592000', '134613.595000', '134613.597000', '134613.600000', '134613.602000', '134613.605000', '134613.607000', '134613.610000', '134613.613000', '134613.616000', '134613.618000', '134613.621000', '134613.623000', '134613.626000', '134613.628000', '134613.631000', '134613.634000', '134613.636000', '134613.639000', '134613.641000', '134613.644000', '134613.647000', '134613.649000', '134613.652000', '134613.654000', '134613.657000', '134613.659000', '134633.550000', '134633.553000', '134633.556000', '134633.558000', '134633.561000', '134633.564000', '134633.566000', '134633.569000', '134633.571000', '134633.574000', '134633.576000', '134633.579000', '134633.582000', '134633.584000', '134633.587000', '134633.590000', '134633.592000', '134633.595000', '134633.597000', '134633.600000', '134633.602000', '134633.605000', '134633.607000', '134633.610000', '134633.613000', '134633.615000', '134633.618000', '134633.620000', '134633.623000', '134633.626000', '134633.628000', '134633.631000', '134633.633000', '134633.636000', '134633.638000', '134633.641000', '134633.643000', '134633.646000', '134633.649000', '134633.651000', '134633.654000', '134633.656000', '134633.659000', '134633.661000', '134652.811000', '134652.814000', '134652.816000', '134652.819000', '134652.821000', '134652.824000', '134652.827000', '134652.847000', '134652.850000', '134652.853000', '134652.855000', '134652.858000', '134652.861000', '134652.863000', '134652.866000', '134652.869000', '134652.871000', '134652.874000', '134652.876000', '134652.879000', '134652.882000', '134652.885000', '134652.887000', '134652.890000', '134652.892000', '134652.895000', '134652.898000', '134652.900000', '134652.903000', '134652.906000', '134652.912000', '134652.915000', '134652.920000', '134652.923000', '134652.925000', '134652.928000', '134652.931000', '134652.934000', '134652.936000', '134652.939000', '134652.942000', '134652.945000'], 'InstanceCreationTime': ['134013.601000', '134013.605000', '134013.607000', '134013.610000', '134013.613000', '134013.615000', '134013.618000', '134013.621000', '134013.623000', '134013.626000', '134013.629000', '134013.631000', '134013.634000', '134013.636000', '134013.639000', '134013.641000', '134013.644000', '134013.648000', '134013.651000', '134013.653000', '134013.656000', '134013.658000', '134013.661000', '134013.663000', '134013.666000', '134013.669000', '134013.671000', '134013.674000', '134013.676000', '134013.679000', '134013.681000', '134013.684000', '134013.686000', '134013.689000', '134013.692000', '134013.694000', '134013.697000', '134013.699000', '134013.708000', '134013.710000', '134013.713000', '134013.715000', '134013.718000', '134013.721000', '134013.723000', '134013.726000', '134033.550000', '134033.553000', '134033.556000', '134033.558000', '134033.561000', '134033.564000', '134033.566000', '134033.569000', '134033.571000', '134033.574000', '134033.576000', '134033.579000', '134033.581000', '134033.584000', '134033.586000', '134033.589000', '134033.592000', '134033.594000', '134033.597000', '134033.599000', '134033.602000', '134033.604000', '134033.607000', '134033.610000', '134033.612000', '134033.615000', '134033.617000', '134033.620000', '134033.622000', '134033.625000', '134033.627000', '134033.630000', '134033.643000', '134033.645000', '134033.648000', '134033.650000', '134033.653000', '134033.655000', '134033.658000', '134033.661000', '134033.663000', '134033.666000', '134033.668000', '134053.551000', '134053.553000', '134053.556000', '134053.559000', '134053.561000', '134053.564000', '134053.566000', '134053.569000', '134053.571000', '134053.574000', '134053.576000', '134053.579000', '134053.581000', '134053.584000', '134053.587000', '134053.589000', '134053.592000', '134053.595000', '134053.597000', '134053.600000', '134053.602000', '134053.605000', '134053.607000', '134053.616000', '134053.618000', '134053.621000', '134053.624000', '134053.626000', '134053.629000', '134053.631000', '134053.634000', '134053.637000', '134053.639000', '134053.642000', '134053.644000', '134053.647000', '134053.649000', '134053.652000', '134053.654000', '134053.657000', '134053.659000', '134053.662000', '134053.665000', '134113.550000', '134113.553000', '134113.556000', '134113.558000', '134113.561000', '134113.563000', '134113.566000', '134113.568000', '134113.571000', '134113.574000', '134113.576000', '134113.579000', '134113.581000', '134113.584000', '134113.586000', '134113.589000', '134113.592000', '134113.594000', '134113.597000', '134113.599000', '134113.602000', '134113.604000', '134113.607000', '134113.610000', '134113.612000', '134113.615000', '134113.617000', '134113.620000', '134113.629000', '134113.631000', '134113.634000', '134113.637000', '134113.639000', '134113.642000', '134113.644000', '134113.647000', '134113.649000', '134113.653000', '134113.655000', '134113.658000', '134113.661000', '134113.663000', '134113.666000', '134113.668000', '134133.550000', '134133.553000', '134133.556000', '134133.558000', '134133.561000', '134133.563000', '134133.566000', '134133.569000', '134133.571000', '134133.574000', '134133.576000', '134133.579000', '134133.581000', '134133.584000', '134133.587000', '134133.589000', '134133.592000', '134133.594000', '134133.597000', '134133.599000', '134133.602000', '134133.605000', '134133.608000', '134133.611000', '134133.613000', '134133.616000', '134133.618000', '134133.621000', '134133.624000', '134133.626000', '134133.629000', '134133.631000', '134133.634000', '134133.636000', '134133.639000', '134133.644000', '134133.646000', '134133.649000', '134133.651000', '134133.654000', '134133.656000', '134133.659000', '134133.662000', '134153.551000', '134153.553000', '134153.556000', '134153.558000', '134153.561000', '134153.564000', '134153.566000', '134153.569000', '134153.571000', '134153.574000', '134153.577000', '134153.579000', '134153.582000', '134153.584000', '134153.587000', '134153.590000', '134153.592000', '134153.595000', '134153.597000', '134153.600000', '134153.602000', '134153.605000', '134153.607000', '134153.610000', '134153.613000', '134153.615000', '134153.618000', '134153.620000', '134153.623000', '134153.628000', '134153.631000', '134153.633000', '134153.636000', '134153.639000', '134153.641000', '134153.644000', '134153.646000', '134153.649000', '134153.651000', '134153.654000', '134153.657000', '134153.659000', '134153.662000', '134153.664000', '134213.551000', '134213.554000', '134213.557000', '134213.559000', '134213.562000', '134213.565000', '134213.567000', '134213.570000', '134213.572000', '134213.575000', '134213.578000', '134213.580000', '134213.583000', '134213.585000', '134213.588000', '134213.590000', '134213.593000', '134213.595000', '134213.598000', '134213.601000', '134213.603000', '134213.606000', '134213.609000', '134213.612000', '134213.615000', '134213.618000', '134213.621000', '134213.623000', '134213.626000', '134213.628000', '134213.631000', '134213.633000', '134213.636000', '134213.639000', '134213.641000', '134213.644000', '134213.647000', '134213.649000', '134213.652000', '134213.654000', '134213.657000', '134213.659000', '134213.662000', '134233.550000', '134233.553000', '134233.556000', '134233.558000', '134233.561000', '134233.574000', '134233.576000', '134233.579000', '134233.582000', '134233.584000', '134233.587000', '134233.589000', '134233.592000', '134233.594000', '134233.597000', '134233.599000', '134233.602000', '134233.605000', '134233.611000', '134233.614000', '134233.616000', '134233.619000', '134233.622000', '134233.624000', '134233.627000', '134233.629000', '134233.632000', '134233.634000', '134233.637000', '134233.640000', '134233.642000', '134233.645000', '134233.647000', '134233.650000', '134233.653000', '134233.655000', '134233.658000', '134233.660000', '134233.663000', '134233.665000', '134233.668000', '134233.670000', '134233.673000', '134233.676000', '134253.551000', '134253.553000', '134253.556000', '134253.559000', '134253.561000', '134253.564000', '134253.566000', '134253.569000', '134253.571000', '134253.574000', '134253.577000', '134253.579000', '134253.582000', '134253.584000', '134253.587000', '134253.590000', '134253.592000', '134253.595000', '134253.597000', '134253.600000', '134253.602000', '134253.605000', '134253.608000', '134253.610000', '134253.613000', '134253.615000', '134253.618000', '134253.620000', '134253.623000', '134253.625000', '134253.628000', '134253.631000', '134253.633000', '134253.636000', '134253.638000', '134253.641000', '134253.644000', '134253.647000', '134253.650000', '134253.653000', '134253.655000', '134253.658000', '134253.661000', '134313.551000', '134313.553000', '134313.556000', '134313.559000', '134313.561000', '134313.564000', '134313.566000', '134313.569000', '134313.572000', '134313.574000', '134313.577000', '134313.579000', '134313.582000', '134313.584000', '134313.587000', '134313.590000', '134313.592000', '134313.595000', '134313.598000', '134313.600000', '134313.603000', '134313.605000', '134313.608000', '134313.610000', '134313.613000', '134313.619000', '134313.621000', '134313.624000', '134313.627000', '134313.629000', '134313.632000', '134313.634000', '134313.637000', '134313.639000', '134313.642000', '134313.644000', '134313.647000', '134313.650000', '134313.652000', '134313.655000', '134313.657000', '134313.660000', '134313.662000', '134313.665000', '134333.551000', '134333.554000', '134333.556000', '134333.559000', '134333.562000', '134333.564000', '134333.567000', '134333.569000', '134333.572000', '134333.574000', '134333.577000', '134333.579000', '134333.582000', '134333.585000', '134333.587000', '134333.590000', '134333.593000', '134333.595000', '134333.598000', '134333.600000', '134333.603000', '134333.605000', '134333.608000', '134333.611000', '134333.613000', '134333.616000', '134333.618000', '134333.621000', '134333.623000', '134333.626000', '134333.629000', '134333.631000', '134333.634000', '134333.636000', '134333.639000', '134333.641000', '134333.644000', '134333.646000', '134333.649000', '134333.652000', '134333.654000', '134333.657000', '134333.659000', '134353.551000', '134353.554000', '134353.556000', '134353.559000', '134353.561000', '134353.564000', '134353.566000', '134353.569000', '134353.571000', '134353.574000', '134353.577000', '134353.579000', '134353.582000', '134353.584000', '134353.587000', '134353.589000', '134353.592000', '134353.595000', '134353.597000', '134353.600000', '134353.602000', '134353.605000', '134353.607000', '134353.610000', '134353.613000', '134353.615000', '134353.618000', '134353.620000', '134353.623000', '134353.625000', '134353.628000', '134353.631000', '134353.633000', '134353.636000', '134353.638000', '134353.641000', '134353.668000', '134353.671000', '134353.674000', '134353.676000', '134353.679000', '134353.681000', '134353.684000', '134353.686000', '134413.550000', '134413.553000', '134413.556000', '134413.559000', '134413.561000', '134413.564000', '134413.566000', '134413.569000', '134413.572000', '134413.574000', '134413.577000', '134413.579000', '134413.582000', '134413.584000', '134413.587000', '134413.590000', '134413.592000', '134413.595000', '134413.598000', '134413.600000', '134413.603000', '134413.605000', '134413.608000', '134413.610000', '134413.613000', '134413.615000', '134413.618000', '134413.621000', '134413.623000', '134413.626000', '134413.629000', '134413.631000', '134413.634000', '134413.636000', '134413.639000', '134413.641000', '134413.644000', '134413.647000', '134413.649000', '134413.652000', '134413.654000', '134413.657000', '134413.659000', '134433.551000', '134433.554000', '134433.557000', '134433.560000', '134433.562000', '134433.565000', '134433.567000', '134433.570000', '134433.572000', '134433.575000', '134433.577000', '134433.580000', '134433.583000', '134433.585000', '134433.588000', '134433.591000', '134433.593000', '134433.596000', '134433.598000', '134433.601000', '134433.604000', '134433.606000', '134433.609000', '134433.611000', '134433.614000', '134433.617000', '134433.619000', '134433.622000', '134433.624000', '134433.627000', '134433.630000', '134433.632000', '134433.635000', '134433.637000', '134433.640000', '134433.643000', '134433.645000', '134433.648000', '134433.650000', '134433.653000', '134433.656000', '134433.658000', '134433.661000', '134433.663000', '134453.551000', '134453.553000', '134453.556000', '134453.559000', '134453.561000', '134453.564000', '134453.566000', '134453.569000', '134453.571000', '134453.574000', '134453.577000', '134453.579000', '134453.582000', '134453.584000', '134453.587000', '134453.590000', '134453.592000', '134453.595000', '134453.597000', '134453.600000', '134453.602000', '134453.605000', '134453.608000', '134453.610000', '134453.613000', '134453.615000', '134453.618000', '134453.621000', '134453.623000', '134453.626000', '134453.629000', '134453.631000', '134453.634000', '134453.636000', '134453.639000', '134453.641000', '134453.644000', '134453.646000', '134453.649000', '134453.652000', '134453.654000', '134453.657000', '134453.659000', '134513.551000', '134513.553000', '134513.556000', '134513.559000', '134513.561000', '134513.564000', '134513.566000', '134513.569000', '134513.571000', '134513.574000', '134513.576000', '134513.579000', '134513.582000', '134513.584000', '134513.587000', '134513.590000', '134513.597000', '134513.599000', '134513.602000', '134513.605000', '134513.607000', '134513.610000', '134513.612000', '134513.615000', '134513.617000', '134513.620000', '134513.623000', '134513.625000', '134513.628000', '134513.630000', '134513.633000', '134513.636000', '134513.638000', '134513.641000', '134513.643000', '134513.646000', '134513.648000', '134513.651000', '134513.654000', '134513.656000', '134513.659000', '134513.661000', '134513.664000', '134513.667000', '134533.550000', '134533.553000', '134533.556000', '134533.558000', '134533.561000', '134533.564000', '134533.566000', '134533.569000', '134533.571000', '134533.574000', '134533.576000', '134533.579000', '134533.582000', '134533.584000', '134533.587000', '134533.589000', '134533.592000', '134533.595000', '134533.597000', '134533.600000', '134533.602000', '134533.605000', '134533.607000', '134533.610000', '134533.613000', '134533.615000', '134533.618000', '134533.620000', '134533.623000', '134533.626000', '134533.630000', '134533.632000', '134533.635000', '134533.637000', '134533.640000', '134533.643000', '134533.645000', '134533.648000', '134533.650000', '134533.653000', '134533.656000', '134533.658000', '134533.661000', '134553.550000', '134553.553000', '134553.556000', '134553.558000', '134553.561000', '134553.563000', '134553.566000', '134553.569000', '134553.571000', '134553.574000', '134553.576000', '134553.579000', '134553.581000', '134553.584000', '134553.587000', '134553.589000', '134553.592000', '134553.594000', '134553.597000', '134553.599000', '134553.602000', '134553.605000', '134553.607000', '134553.610000', '134553.612000', '134553.615000', '134553.617000', '134553.620000', '134553.623000', '134553.625000', '134553.628000', '134553.630000', '134553.633000', '134553.635000', '134553.638000', '134553.641000', '134553.643000', '134553.646000', '134553.648000', '134553.651000', '134553.653000', '134553.656000', '134553.659000', '134553.661000', '134613.551000', '134613.553000', '134613.556000', '134613.559000', '134613.561000', '134613.564000', '134613.566000', '134613.569000', '134613.571000', '134613.574000', '134613.576000', '134613.579000', '134613.582000', '134613.584000', '134613.587000', '134613.589000', '134613.592000', '134613.595000', '134613.597000', '134613.600000', '134613.602000', '134613.605000', '134613.607000', '134613.610000', '134613.613000', '134613.616000', '134613.618000', '134613.621000', '134613.623000', '134613.626000', '134613.628000', '134613.631000', '134613.634000', '134613.636000', '134613.639000', '134613.641000', '134613.644000', '134613.647000', '134613.649000', '134613.652000', '134613.654000', '134613.657000', '134613.659000', '134633.550000', '134633.553000', '134633.556000', '134633.558000', '134633.561000', '134633.564000', '134633.566000', '134633.569000', '134633.571000', '134633.574000', '134633.576000', '134633.579000', '134633.582000', '134633.584000', '134633.587000', '134633.590000', '134633.592000', '134633.595000', '134633.597000', '134633.600000', '134633.602000', '134633.605000', '134633.607000', '134633.610000', '134633.613000', '134633.615000', '134633.618000', '134633.620000', '134633.623000', '134633.626000', '134633.628000', '134633.631000', '134633.633000', '134633.636000', '134633.638000', '134633.641000', '134633.643000', '134633.646000', '134633.649000', '134633.651000', '134633.654000', '134633.656000', '134633.659000', '134633.661000', '134652.811000', '134652.814000', '134652.816000', '134652.819000', '134652.821000', '134652.824000', '134652.827000', '134652.847000', '134652.850000', '134652.853000', '134652.855000', '134652.858000', '134652.861000', '134652.863000', '134652.866000', '134652.869000', '134652.871000', '134652.874000', '134652.876000', '134652.879000', '134652.882000', '134652.885000', '134652.887000', '134652.890000', '134652.892000', '134652.895000', '134652.898000', '134652.900000', '134652.903000', '134652.906000', '134652.912000', '134652.915000', '134652.920000', '134652.923000', '134652.925000', '134652.928000', '134652.931000', '134652.934000', '134652.936000', '134652.939000', '134652.942000', '134652.945000'], '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': [16256, 10727, 16667, 9062, 14046, 12004, 11529, 16386, 10969, 14621, 10210, 12928, 11518, 9184, 14446, 9200, 13222, 8664, 12634, 10557, 9130, 14570, 8247, 13241, 9425, 12195, 10927, 9343, 14165, 9933, 13298, 10638, 9643, 15550, 9849, 13914, 9272, 12376, 9807, 11513, 16281, 11286, 14014, 9881, 12740, 10148, 9855, 14555, 10421, 13629, 9434, 12640, 10834, 9301, 15204, 9401, 13446, 10125, 13635, 9606, 11105, 11461, 10566, 13730, 8489, 13821, 9272, 12931, 10388, 9689, 12300, 8539, 14040, 9373, 13283, 10745, 9709, 15505, 8321, 14425, 8516, 12144, 9010, 9536, 9479, 8308, 12344, 7858, 12152, 7804, 12306, 8355, 11729, 10502, 8728, 17557, 9887, 14518, 9391, 13185, 7688, 12434, 14417, 11994, 15102, 9541, 11596, 9926, 9322, 14258, 9894, 13642, 10517, 12287, 7649, 9500, 10909, 9349, 12752, 10887, 13465, 7804, 11731, 12550, 9817, 13912, 10294, 13314, 8161, 9945, 14804, 10300, 14634, 8212, 13817, 8081, 11919, 13272, 10416, 15693, 8219, 13184, 7789, 11838, 9656, 9160, 9487, 9090, 15351, 10666, 13447, 9378, 12718, 9132, 10393, 16751, 10758, 14615, 9622, 12414, 8705, 9157, 12158, 8815, 8465, 8910, 8339, 9384, 15241, 10248, 14734, 8329, 13482, 9118, 13017, 13361, 9817, 16824, 8331, 13290, 8045, 12928, 9920, 10370, 17441, 8301, 14894, 10698, 9644, 13850, 8739, 10507, 10182, 8166, 12303, 7472, 8639, 7317, 8969, 7728, 8520, 12579, 8949, 12165, 7924, 12356, 10278, 10318, 13148, 9449, 16000, 11324, 14618, 11345, 10595, 17401, 11637, 14905, 7836, 12368, 15431, 10418, 14146, 8504, 11045, 13245, 8875, 13544, 9052, 10705, 8199, 10366, 8829, 9573, 13519, 10371, 15236, 8139, 13557, 10784, 9509, 14343, 10167, 12151, 9443, 9392, 13795, 9644, 13039, 7705, 10157, 15221, 9038, 14034, 9023, 10244, 9977, 9370, 14271, 8953, 13251, 9942, 11639, 7417, 9832, 10284, 9317, 16423, 11332, 14771, 8142, 13427, 10315, 10795, 14634, 11242, 17375, 7926, 13494, 8421, 12456, 7939, 12593, 9048, 16221, 10871, 14630, 8171, 11739, 9062, 11328, 16479, 9626, 13599, 9298, 12911, 8937, 11957, 8614, 12186, 9149, 11196, 8803, 10250, 10726, 12554, 9148, 11792, 8403, 11908, 11735, 9486, 8658, 9470, 14139, 9146, 12921, 10539, 10363, 15101, 10881, 14742, 9880, 14149, 10033, 13022, 12063, 11147, 14965, 8915, 13549, 8943, 13460, 7710, 10285, 9744, 11473, 10807, 13382, 10566, 14006, 10824, 14771, 8915, 12957, 8799, 12702, 9894, 11433, 8937, 9302, 13589, 8602, 12937, 8924, 11274, 8585, 9468, 13594, 8201, 12765, 9116, 12110, 7467, 9633, 8917, 8515, 14690, 9042, 12689, 7817, 12604, 8080, 12421, 9824, 12434, 11017, 11183, 11794, 10690, 13609, 9329, 8979, 10503, 8207, 11432, 8990, 12341, 11111, 14849, 11032, 12551, 10168, 14812, 12840, 11157, 16531, 9860, 13970, 9009, 13824, 17641, 10917, 16118, 10701, 10962, 13101, 9944, 15269, 8870, 13833, 9256, 13169, 9268, 13075, 9568, 10553, 16158, 10253, 13519, 8700, 12101, 7895, 9344, 9176, 8387, 7584, 8070, 7522, 8146, 9129, 8867, 8935, 9462, 10708, 9040, 14163, 8856, 14776, 8206, 13182, 11252, 11413, 11700, 9747, 9036, 9781, 13237, 9465, 12876, 8973, 15874, 8921, 14510, 8804, 14763, 9776, 15442, 9055, 15090, 9627, 15282, 11465, 12273, 17417, 10429, 15491, 9859, 13905, 10132, 9707, 7923, 8605, 8538, 8703, 14306, 8796, 13033, 8661, 12706, 8762, 12473, 9095, 11514, 15073, 8725, 14063, 8616, 13507, 9778, 10458, 15057, 8814, 13847, 8351, 11364, 8140, 10893, 8920, 9231, 14352, 8292, 13504, 8129, 12962, 9539, 10395, 13127, 8277, 14437, 9342, 13101, 7884, 12580, 8210, 12361, 9559, 13347, 7525, 7537, 7707, 7866, 11302, 10151, 12951, 10424, 14185, 12869, 11993, 14181, 9213, 14498, 10146, 14942, 10286, 15177, 10195, 13289, 9352, 13045, 15982, 11025, 14697, 9254, 13964, 13147, 10451, 15748, 10478, 11821, 15240, 9783, 14642, 8734, 13742, 10575, 10630, 11901, 9984, 16189, 8751, 16363, 8223, 9550, 8703, 8965, 10330, 9442, 12035, 10313, 13119, 8730, 13673, 8586, 15123, 8731, 14015, 9452, 16195, 9544, 11701, 10232, 8698, 12475, 9644, 14153, 10269, 15930, 9655, 16566, 10780, 16470, 16280, 11790, 16595, 10451, 15342, 11145, 16450, 9202, 14146, 11111, 11225, 10696, 10567, 7473, 10312, 7723, 11064, 9313, 11280, 8401, 12518, 8339, 11719, 17741, 10091, 14109, 9316, 12644, 10450, 10820, 10700, 9709, 13667, 11083, 14303, 7789, 14863, 8713, 15288, 12447, 12519, 9549, 13517, 8960, 13637, 11785, 13193, 11739, 10442, 13797, 10610, 17714, 11328, 15845, 10594, 17972, 11994, 14922, 12076, 14021, 8577, 12657, 9443, 14230, 10240, 18317, 11447, 13841, 9834, 16364, 9914, 14579, 10864, 16480, 8564, 14972, 8891, 15507, 10133, 17747, 12184, 10284, 11488, 8222, 13634, 11691, 11154, 10772, 10496, 8650, 13587, 16183, 12281, 15829, 11696, 13312, 9227, 12249, 18153, 12572, 16307, 10206, 15227, 9763, 13027, 8700, 10438, 8306, 8812, 14036, 8733, 14869, 9968, 14703, 8258, 13210, 9205, 10933, 12490, 10426, 14689, 8376, 14265, 10890, 10123, 15233, 8390, 12897, 7865, 11796, 7592, 10140, 9963, 9381, 8890, 9887, 14678, 9967, 14587, 13664, 10229, 15942, 9160, 12115, 9809, 10354, 14441, 9382, 14294, 10603, 12367, 10762, 10573, 13713, 10747, 10795, 11438, 9881, 10804, 16699, 10403, 15472, 8946, 14344, 10220, 10092, 15348, 9914, 15650, 10539, 16564, 10626, 13200, 15506, 10835, 13831, 8468, 15287, 9439, 12597, 13173, 10499, 16269, 8551, 15318, 10456, 11123, 13773, 10170, 14284, 8396, 15135, 8135, 11960, 12182, 9730, 14340, 8497, 13718, 7985, 11384, 10558, 8984, 14907, 8452, 14334, 9229, 13669, 8324, 13856, 11362, 10185, 15343, 10816, 14589, 8568, 15808, 8570, 13543, 15094, 10479, 15869, 10223, 15356, 10487, 10524, 14689, 10627, 15783, 8418, 14711, 11028, 12062, 12806, 10557, 15150, 8860, 16236, 9919, 15143, 9350, 14008, 9780, 10086, 13593, 10761, 16364, 9527, 14512, 8191, 11783, 13855, 10496, 16315, 10111, 14918, 7784, 10352, 11927, 9410, 10512, 8363, 9504, 8519, 12098, 10452, 9804, 11508, 12524, 12315, 17296, 11955, 9782, 11572, 8457, 11756, 8773, 14760, 10519, 12750, 15615, 10019, 14141, 9072, 12938, 8772, 15133, 11801, 14773, 14684, 12253, 16869, 9997, 15605, 9517, 14205, 9378, 12377, 15368, 11549, 14729, 10931, 14344, 9034, 13075, 8760, 10302, 13443, 8560, 13129, 8964, 11734, 8688, 10196, 8210, 9152, 8139, 8285, 10763, 9035, 12792, 9242], 'WindowCenter': [4361.0, 4318.0, 4331.0, 4280.0, 4309.0, 4297.0, 4288.0, 4303.0, 4273.0, 4293.0, 4260.0, 4283.0, 4282.0, 4262.0, 4290.0, 4263.0, 4283.0, 4265.0, 4296.0, 4271.0, 4264.0, 4292.0, 4254.0, 4284.0, 4263.0, 4285.0, 4272.0, 4252.0, 4283.0, 4263.0, 4294.0, 4259.0, 4263.0, 4287.0, 4262.0, 4279.0, 4250.0, 4271.0, 4248.0, 4274.0, 4288.0, 4271.0, 4278.0, 4248.0, 4268.0, 4245.0, 4247.0, 4265.0, 4257.0, 4268.0, 4236.0, 4267.0, 4244.0, 4237.0, 4276.0, 4249.0, 4266.0, 4247.0, 4266.0, 4234.0, 4258.0, 4256.0, 4247.0, 4264.0, 4238.0, 4267.0, 4237.0, 4269.0, 4247.0, 4247.0, 4253.0, 4237.0, 4279.0, 4249.0, 4269.0, 4243.0, 4236.0, 4274.0, 4225.0, 4277.0, 4236.0, 4268.0, 4236.0, 4248.0, 4245.0, 4239.0, 4280.0, 4241.0, 4279.0, 4240.0, 4282.0, 4252.0, 4285.0, 4260.0, 4253.0, 4299.0, 4260.0, 4293.0, 4251.0, 4277.0, 4227.0, 4270.0, 4276.0, 4258.0, 4278.0, 4247.0, 4258.0, 4246.0, 4237.0, 4265.0, 4248.0, 4266.0, 4245.0, 4255.0, 4215.0, 4248.0, 4258.0, 4251.0, 4268.0, 4260.0, 4278.0, 4226.0, 4269.0, 4266.0, 4248.0, 4267.0, 4247.0, 4266.0, 4226.0, 4260.0, 4279.0, 4259.0, 4275.0, 4228.0, 4266.0, 4240.0, 4270.0, 4267.0, 4258.0, 4276.0, 4227.0, 4265.0, 4227.0, 4269.0, 4247.0, 4248.0, 4247.0, 4250.0, 4290.0, 4272.0, 4280.0, 4249.0, 4267.0, 4236.0, 4248.0, 4274.0, 4257.0, 4278.0, 4247.0, 4255.0, 4223.0, 4262.0, 4268.0, 4249.0, 4237.0, 4236.0, 4236.0, 4262.0, 4289.0, 4259.0, 4279.0, 4240.0, 4277.0, 4237.0, 4282.0, 4267.0, 4249.0, 4275.0, 4225.0, 4265.0, 4226.0, 4266.0, 4234.0, 4246.0, 4273.0, 4211.0, 4264.0, 4231.0, 4234.0, 4261.0, 4221.0, 4243.0, 4230.0, 4222.0, 4253.0, 4215.0, 4234.0, 4226.0, 4247.0, 4228.0, 4252.0, 4280.0, 4251.0, 4269.0, 4241.0, 4282.0, 4261.0, 4262.0, 4267.0, 4249.0, 4277.0, 4256.0, 4277.0, 4244.0, 4259.0, 4275.0, 4255.0, 4263.0, 4213.0, 4255.0, 4263.0, 4245.0, 4264.0, 4222.0, 4244.0, 4251.0, 4234.0, 4264.0, 4234.0, 4243.0, 4237.0, 4258.0, 4237.0, 4261.0, 4278.0, 4260.0, 4278.0, 4239.0, 4279.0, 4257.0, 4248.0, 4277.0, 4247.0, 4255.0, 4244.0, 4248.0, 4265.0, 4249.0, 4266.0, 4215.0, 4247.0, 4275.0, 4236.0, 4266.0, 4236.0, 4247.0, 4244.0, 4237.0, 4275.0, 4238.0, 4267.0, 4248.0, 4257.0, 4216.0, 4261.0, 4258.0, 4250.0, 4288.0, 4269.0, 4276.0, 4227.0, 4278.0, 4247.0, 4261.0, 4291.0, 4271.0, 4287.0, 4227.0, 4267.0, 4238.0, 4280.0, 4253.0, 4294.0, 4225.0, 4298.0, 4239.0, 4270.0, 4218.0, 4260.0, 4229.0, 4264.0, 4281.0, 4241.0, 4246.0, 4215.0, 4233.0, 4214.0, 4246.0, 4216.0, 4245.0, 4213.0, 4234.0, 4213.0, 4249.0, 4237.0, 4259.0, 4226.0, 4244.0, 4216.0, 4246.0, 4232.0, 4224.0, 4202.0, 4226.0, 4255.0, 4214.0, 4246.0, 4221.0, 4210.0, 4239.0, 4219.0, 4240.0, 4211.0, 4241.0, 4209.0, 4243.0, 4217.0, 4219.0, 4238.0, 4198.0, 4226.0, 4199.0, 4240.0, 4192.0, 4221.0, 4223.0, 4232.0, 4235.0, 4241.0, 4236.0, 4254.0, 4234.0, 4252.0, 4214.0, 4243.0, 4216.0, 4257.0, 4224.0, 4233.0, 4213.0, 4226.0, 4243.0, 4216.0, 4246.0, 4214.0, 4234.0, 4215.0, 4238.0, 4255.0, 4229.0, 4258.0, 4227.0, 4246.0, 4207.0, 4239.0, 4227.0, 4230.0, 4281.0, 4254.0, 4272.0, 4233.0, 4272.0, 4233.0, 4273.0, 4252.0, 4273.0, 4262.0, 4288.0, 4274.0, 4275.0, 4293.0, 4265.0, 4253.0, 4275.0, 4257.0, 4287.0, 4266.0, 4285.0, 4288.0, 4309.0, 4291.0, 4297.0, 4279.0, 4298.0, 4260.0, 4249.0, 4269.0, 4228.0, 4256.0, 4227.0, 4270.0, 4266.0, 4235.0, 4254.0, 4211.0, 4221.0, 4228.0, 4210.0, 4239.0, 4211.0, 4241.0, 4213.0, 4242.0, 4214.0, 4244.0, 4211.0, 4224.0, 4252.0, 4222.0, 4241.0, 4202.0, 4232.0, 4203.0, 4226.0, 4225.0, 4216.0, 4218.0, 4220.0, 4220.0, 4232.0, 4241.0, 4244.0, 4244.0, 4268.0, 4266.0, 4258.0, 4285.0, 4256.0, 4284.0, 4246.0, 4287.0, 4265.0, 4289.0, 4264.0, 4257.0, 4256.0, 4267.0, 4283.0, 4269.0, 4285.0, 4256.0, 4294.0, 4257.0, 4285.0, 4243.0, 4272.0, 4253.0, 4281.0, 4242.0, 4282.0, 4242.0, 4283.0, 4248.0, 4249.0, 4264.0, 4236.0, 4256.0, 4225.0, 4244.0, 4223.0, 4213.0, 4191.0, 4214.0, 4214.0, 4226.0, 4256.0, 4229.0, 4256.0, 4229.0, 4260.0, 4230.0, 4260.0, 4228.0, 4261.0, 4268.0, 4218.0, 4257.0, 4227.0, 4260.0, 4225.0, 4238.0, 4256.0, 4216.0, 4256.0, 4217.0, 4248.0, 4229.0, 4250.0, 4229.0, 4254.0, 4269.0, 4230.0, 4269.0, 4218.0, 4270.0, 4239.0, 4240.0, 4256.0, 4218.0, 4269.0, 4228.0, 4257.0, 4218.0, 4285.0, 4245.0, 4287.0, 4265.0, 4284.0, 4233.0, 4244.0, 4244.0, 4245.0, 4274.0, 4265.0, 4283.0, 4278.0, 4297.0, 4299.0, 4287.0, 4295.0, 4251.0, 4283.0, 4249.0, 4281.0, 4248.0, 4281.0, 4249.0, 4267.0, 4237.0, 4256.0, 4250.0, 4220.0, 4238.0, 4210.0, 4253.0, 4241.0, 4221.0, 4239.0, 4205.0, 4218.0, 4234.0, 4206.0, 4223.0, 4184.0, 4225.0, 4206.0, 4219.0, 4227.0, 4279.0, 4370.0, 4292.0, 4314.0, 4251.0, 4248.0, 4248.0, 4235.0, 4258.0, 4247.0, 4241.0, 4189.0, 4210.0, 4208.0, 4262.0, 4238.0, 4288.0, 4253.0, 4288.0, 4264.0, 4328.0, 4288.0, 4298.0, 4287.0, 4265.0, 4299.0, 4276.0, 4308.0, 4278.0, 4317.0, 4280.0, 4320.0, 4285.0, 4320.0, 4304.0, 4283.0, 4289.0, 4261.0, 4290.0, 4271.0, 4289.0, 4248.0, 4280.0, 4269.0, 4273.0, 4259.0, 4258.0, 4230.0, 4270.0, 4244.0, 4283.0, 4275.0, 4286.0, 4255.0, 4296.0, 4268.0, 4298.0, 4314.0, 4277.0, 4295.0, 4263.0, 4295.0, 4273.0, 4287.0, 4286.0, 4277.0, 4305.0, 4296.0, 4302.0, 4255.0, 4316.0, 4281.0, 4328.0, 4310.0, 4321.0, 4301.0, 4309.0, 4280.0, 4321.0, 4300.0, 4308.0, 4283.0, 4286.0, 4304.0, 4288.0, 4318.0, 4287.0, 4304.0, 4274.0, 4303.0, 4284.0, 4292.0, 4296.0, 4315.0, 4279.0, 4305.0, 4299.0, 4305.0, 4285.0, 4302.0, 4283.0, 4292.0, 4273.0, 4299.0, 4275.0, 4315.0, 4284.0, 4299.0, 4250.0, 4301.0, 4262.0, 4300.0, 4285.0, 4315.0, 4294.0, 4284.0, 4280.0, 4252.0, 4305.0, 4283.0, 4270.0, 4268.0, 4270.0, 4262.0, 4306.0, 4304.0, 4282.0, 4290.0, 4269.0, 4264.0, 4234.0, 4256.0, 4273.0, 4251.0, 4274.0, 4229.0, 4272.0, 4230.0, 4264.0, 4221.0, 4243.0, 4220.0, 4235.0, 4274.0, 4246.0, 4287.0, 4255.0, 4289.0, 4238.0, 4278.0, 4248.0, 4282.0, 4278.0, 4270.0, 4289.0, 4251.0, 4290.0, 4266.0, 4272.0, 4303.0, 4253.0, 4288.0, 4252.0, 4281.0, 4254.0, 4287.0, 4299.0, 4289.0, 4277.0, 4300.0, 4317.0, 4289.0, 4317.0, 4291.0, 4274.0, 4304.0, 4263.0, 4294.0, 4272.0, 4285.0, 4303.0, 4273.0, 4305.0, 4286.0, 4295.0, 4268.0, 4272.0, 4290.0, 4280.0, 4283.0, 4281.0, 4272.0, 4285.0, 4301.0, 4272.0, 4302.0, 4260.0, 4292.0, 4270.0, 4272.0, 4298.0, 4261.0, 4300.0, 4271.0, 4301.0, 4256.0, 4279.0, 4287.0, 4268.0, 4274.0, 4237.0, 4287.0, 4247.0, 4280.0, 4278.0, 4258.0, 4286.0, 4237.0, 4289.0, 4256.0, 4269.0, 4275.0, 4257.0, 4275.0, 4234.0, 4286.0, 4237.0, 4279.0, 4267.0, 4257.0, 4284.0, 4250.0, 4289.0, 4251.0, 4282.0, 4270.0, 4260.0, 4301.0, 4253.0, 4303.0, 4274.0, 4302.0, 4253.0, 4303.0, 4280.0, 4285.0, 4302.0, 4283.0, 4302.0, 4263.0, 4304.0, 4250.0, 4292.0, 4289.0, 4270.0, 4314.0, 4272.0, 4300.0, 4269.0, 4272.0, 4289.0, 4270.0, 4296.0, 4250.0, 4302.0, 4270.0, 4281.0, 4278.0, 4267.0, 4285.0, 4247.0, 4299.0, 4270.0, 4302.0, 4260.0, 4290.0, 4259.0, 4272.0, 4289.0, 4271.0, 4299.0, 4259.0, 4288.0, 4237.0, 4278.0, 4277.0, 4270.0, 4299.0, 4271.0, 4286.0, 4227.0, 4259.0, 4275.0, 4259.0, 4269.0, 4252.0, 4271.0, 4264.0, 4310.0, 4297.0, 4289.0, 4298.0, 4297.0, 4314.0, 4274.0, 4255.0, 4230.0, 4239.0, 4210.0, 4238.0, 4207.0, 4245.0, 4239.0, 4249.0, 4273.0, 4230.0, 4259.0, 4217.0, 4235.0, 4195.0, 4247.0, 4227.0, 4264.0, 4234.0, 4213.0, 4230.0, 4199.0, 4218.0, 4185.0, 4219.0, 4175.0, 4197.0, 4215.0, 4194.0, 4203.0, 4183.0, 4203.0, 4161.0, 4204.0, 4162.0, 4183.0, 4190.0, 4162.0, 4192.0, 4175.0, 4195.0, 4177.0, 4198.0, 4178.0, 4215.0, 4193.0, 4207.0, 4225.0, 4218.0, 4234.0, 4216.0], 'WindowWidth': [9614.0, 9547.0, 9555.0, 9481.0, 9521.0, 9496.0, 9487.0, 9498.0, 9458.0, 9484.0, 9435.0, 9471.0, 9467.0, 9441.0, 9476.0, 9444.0, 9469.0, 9448.0, 9494.0, 9452.0, 9447.0, 9482.0, 9434.0, 9474.0, 9444.0, 9475.0, 9454.0, 9427.0, 9471.0, 9443.0, 9488.0, 9431.0, 9442.0, 9468.0, 9439.0, 9463.0, 9422.0, 9451.0, 9413.0, 9459.0, 9469.0, 9450.0, 9457.0, 9413.0, 9440.0, 9405.0, 9413.0, 9434.0, 9427.0, 9443.0, 9395.0, 9436.0, 9399.0, 9397.0, 9450.0, 9416.0, 9435.0, 9409.0, 9435.0, 9390.0, 9429.0, 9425.0, 9409.0, 9430.0, 9403.0, 9440.0, 9397.0, 9446.0, 9412.0, 9411.0, 9414.0, 9400.0, 9460.0, 9416.0, 9444.0, 9400.0, 9396.0, 9442.0, 9378.0, 9453.0, 9396.0, 9441.0, 9396.0, 9414.0, 9405.0, 9405.0, 9464.0, 9411.0, 9460.0, 9412.0, 9467.0, 9428.0, 9476.0, 9433.0, 9432.0, 9486.0, 9435.0, 9485.0, 9423.0, 9456.0, 9386.0, 9448.0, 9448.0, 9426.0, 9457.0, 9412.0, 9428.0, 9409.0, 9399.0, 9431.0, 9416.0, 9436.0, 9405.0, 9418.0, 9365.0, 9417.0, 9428.0, 9425.0, 9443.0, 9433.0, 9455.0, 9383.0, 9444.0, 9435.0, 9414.0, 9438.0, 9412.0, 9438.0, 9381.0, 9437.0, 9457.0, 9431.0, 9448.0, 9388.0, 9436.0, 9409.0, 9449.0, 9439.0, 9429.0, 9447.0, 9384.0, 9432.0, 9387.0, 9446.0, 9412.0, 9416.0, 9411.0, 9426.0, 9475.0, 9455.0, 9462.0, 9416.0, 9440.0, 9395.0, 9416.0, 9447.0, 9425.0, 9455.0, 9410.0, 9421.0, 9375.0, 9442.0, 9441.0, 9419.0, 9399.0, 9397.0, 9396.0, 9442.0, 9475.0, 9432.0, 9458.0, 9408.0, 9456.0, 9401.0, 9468.0, 9438.0, 9417.0, 9447.0, 9377.0, 9432.0, 9382.0, 9437.0, 9386.0, 9407.0, 9441.0, 9354.0, 9427.0, 9380.0, 9388.0, 9421.0, 9367.0, 9398.0, 9376.0, 9371.0, 9413.0, 9368.0, 9392.0, 9385.0, 9416.0, 9391.0, 9431.0, 9463.0, 9424.0, 9444.0, 9414.0, 9470.0, 9437.0, 9440.0, 9438.0, 9419.0, 9455.0, 9424.0, 9455.0, 9404.0, 9431.0, 9446.0, 9417.0, 9427.0, 9360.0, 9420.0, 9425.0, 9405.0, 9430.0, 9370.0, 9402.0, 9404.0, 9389.0, 9431.0, 9391.0, 9400.0, 9400.0, 9430.0, 9400.0, 9438.0, 9456.0, 9434.0, 9455.0, 9404.0, 9460.0, 9424.0, 9416.0, 9454.0, 9412.0, 9422.0, 9404.0, 9415.0, 9434.0, 9417.0, 9436.0, 9367.0, 9413.0, 9443.0, 9395.0, 9437.0, 9394.0, 9412.0, 9403.0, 9398.0, 9445.0, 9402.0, 9438.0, 9413.0, 9427.0, 9372.0, 9438.0, 9431.0, 9424.0, 9470.0, 9445.0, 9452.0, 9385.0, 9457.0, 9411.0, 9437.0, 9476.0, 9449.0, 9464.0, 9384.0, 9439.0, 9401.0, 9460.0, 9432.0, 9491.0, 9374.0, 9497.0, 9397.0, 9442.0, 9366.0, 9428.0, 9384.0, 9441.0, 9459.0, 9402.0, 9399.0, 9356.0, 9376.0, 9353.0, 9401.0, 9361.0, 9398.0, 9351.0, 9379.0, 9349.0, 9413.0, 9390.0, 9423.0, 9374.0, 9393.0, 9360.0, 9403.0, 9377.0, 9366.0, 9336.0, 9374.0, 9412.0, 9354.0, 9401.0, 9357.0, 9343.0, 9376.0, 9352.0, 9380.0, 9342.0, 9385.0, 9338.0, 9391.0, 9345.0, 9349.0, 9373.0, 9324.0, 9355.0, 9324.0, 9382.0, 9320.0, 9356.0, 9365.0, 9373.0, 9382.0, 9386.0, 9387.0, 9408.0, 9379.0, 9400.0, 9354.0, 9390.0, 9362.0, 9417.0, 9367.0, 9380.0, 9352.0, 9374.0, 9391.0, 9359.0, 9400.0, 9354.0, 9380.0, 9358.0, 9392.0, 9410.0, 9384.0, 9421.0, 9377.0, 9402.0, 9351.0, 9397.0, 9378.0, 9388.0, 9457.0, 9426.0, 9447.0, 9396.0, 9448.0, 9397.0, 9450.0, 9419.0, 9450.0, 9434.0, 9484.0, 9457.0, 9460.0, 9484.0, 9448.0, 9428.0, 9462.0, 9442.0, 9481.0, 9452.0, 9475.0, 9484.0, 9515.0, 9492.0, 9494.0, 9471.0, 9498.0, 9431.0, 9410.0, 9440.0, 9378.0, 9414.0, 9378.0, 9442.0, 9428.0, 9384.0, 9408.0, 9343.0, 9357.0, 9361.0, 9341.0, 9377.0, 9346.0, 9385.0, 9349.0, 9388.0, 9353.0, 9394.0, 9347.0, 9368.0, 9402.0, 9362.0, 9382.0, 9333.0, 9374.0, 9336.0, 9373.0, 9371.0, 9361.0, 9366.0, 9372.0, 9374.0, 9394.0, 9403.0, 9413.0, 9412.0, 9451.0, 9444.0, 9437.0, 9470.0, 9431.0, 9467.0, 9418.0, 9477.0, 9441.0, 9481.0, 9436.0, 9434.0, 9432.0, 9449.0, 9464.0, 9456.0, 9473.0, 9433.0, 9480.0, 9435.0, 9469.0, 9409.0, 9445.0, 9422.0, 9456.0, 9407.0, 9461.0, 9405.0, 9464.0, 9405.0, 9407.0, 9421.0, 9387.0, 9414.0, 9369.0, 9396.0, 9362.0, 9349.0, 9319.0, 9355.0, 9354.0, 9377.0, 9413.0, 9384.0, 9416.0, 9384.0, 9425.0, 9385.0, 9426.0, 9378.0, 9430.0, 9431.0, 9365.0, 9415.0, 9378.0, 9426.0, 9371.0, 9392.0, 9412.0, 9361.0, 9413.0, 9365.0, 9406.0, 9385.0, 9414.0, 9382.0, 9426.0, 9438.0, 9386.0, 9437.0, 9368.0, 9440.0, 9395.0, 9398.0, 9414.0, 9368.0, 9437.0, 9382.0, 9417.0, 9368.0, 9470.0, 9418.0, 9481.0, 9445.0, 9468.0, 9401.0, 9417.0, 9417.0, 9420.0, 9455.0, 9446.0, 9468.0, 9472.0, 9498.0, 9501.0, 9480.0, 9490.0, 9421.0, 9472.0, 9418.0, 9466.0, 9413.0, 9466.0, 9415.0, 9436.0, 9396.0, 9417.0, 9398.0, 9357.0, 9380.0, 9344.0, 9410.0, 9385.0, 9359.0, 9381.0, 9328.0, 9351.0, 9366.0, 9330.0, 9349.0, 9300.0, 9358.0, 9330.0, 9354.0, 9362.0, 9476.0, 9625.0, 9505.0, 9518.0, 9424.0, 9413.0, 9416.0, 9393.0, 9429.0, 9409.0, 9391.0, 9295.0, 9326.0, 9339.0, 9423.0, 9400.0, 9468.0, 9430.0, 9472.0, 9448.0, 9542.0, 9489.0, 9500.0, 9484.0, 9452.0, 9502.0, 9466.0, 9512.0, 9472.0, 9524.0, 9480.0, 9535.0, 9480.0, 9536.0, 9501.0, 9470.0, 9471.0, 9439.0, 9476.0, 9449.0, 9472.0, 9416.0, 9461.0, 9445.0, 9458.0, 9431.0, 9430.0, 9397.0, 9450.0, 9420.0, 9472.0, 9465.0, 9479.0, 9439.0, 9495.0, 9461.0, 9502.0, 9516.0, 9469.0, 9491.0, 9445.0, 9490.0, 9457.0, 9483.0, 9480.0, 9471.0, 9505.0, 9497.0, 9499.0, 9441.0, 9522.0, 9486.0, 9543.0, 9521.0, 9537.0, 9513.0, 9521.0, 9483.0, 9539.0, 9506.0, 9514.0, 9474.0, 9482.0, 9502.0, 9486.0, 9529.0, 9486.0, 9500.0, 9463.0, 9501.0, 9474.0, 9484.0, 9495.0, 9523.0, 9479.0, 9508.0, 9512.0, 9509.0, 9481.0, 9499.0, 9474.0, 9482.0, 9457.0, 9487.0, 9465.0, 9525.0, 9476.0, 9491.0, 9425.0, 9495.0, 9447.0, 9496.0, 9483.0, 9521.0, 9490.0, 9476.0, 9466.0, 9432.0, 9506.0, 9472.0, 9451.0, 9444.0, 9453.0, 9445.0, 9511.0, 9505.0, 9469.0, 9483.0, 9448.0, 9434.0, 9389.0, 9423.0, 9443.0, 9411.0, 9445.0, 9378.0, 9439.0, 9379.0, 9432.0, 9369.0, 9401.0, 9368.0, 9396.0, 9445.0, 9414.0, 9470.0, 9425.0, 9472.0, 9406.0, 9458.0, 9418.0, 9470.0, 9456.0, 9451.0, 9473.0, 9424.0, 9478.0, 9441.0, 9456.0, 9501.0, 9433.0, 9475.0, 9432.0, 9468.0, 9438.0, 9486.0, 9506.0, 9493.0, 9475.0, 9510.0, 9525.0, 9493.0, 9530.0, 9483.0, 9463.0, 9505.0, 9448.0, 9489.0, 9456.0, 9479.0, 9503.0, 9465.0, 9508.0, 9483.0, 9494.0, 9447.0, 9457.0, 9479.0, 9465.0, 9474.0, 9472.0, 9457.0, 9480.0, 9499.0, 9457.0, 9498.0, 9441.0, 9484.0, 9451.0, 9457.0, 9487.0, 9442.0, 9493.0, 9453.0, 9496.0, 9427.0, 9461.0, 9470.0, 9443.0, 9447.0, 9402.0, 9468.0, 9413.0, 9463.0, 9459.0, 9431.0, 9464.0, 9401.0, 9475.0, 9425.0, 9446.0, 9449.0, 9428.0, 9449.0, 9395.0, 9466.0, 9401.0, 9463.0, 9440.0, 9430.0, 9464.0, 9425.0, 9475.0, 9429.0, 9473.0, 9452.0, 9442.0, 9497.0, 9434.0, 9501.0, 9465.0, 9499.0, 9434.0, 9502.0, 9467.0, 9480.0, 9499.0, 9474.0, 9496.0, 9448.0, 9503.0, 9425.0, 9486.0, 9474.0, 9452.0, 9519.0, 9456.0, 9493.0, 9448.0, 9459.0, 9476.0, 9451.0, 9483.0, 9424.0, 9500.0, 9452.0, 9467.0, 9458.0, 9445.0, 9465.0, 9417.0, 9489.0, 9452.0, 9498.0, 9437.0, 9479.0, 9436.0, 9456.0, 9474.0, 9453.0, 9491.0, 9433.0, 9473.0, 9403.0, 9460.0, 9456.0, 9451.0, 9489.0, 9453.0, 9469.0, 9389.0, 9434.0, 9452.0, 9436.0, 9449.0, 9430.0, 9455.0, 9453.0, 9524.0, 9505.0, 9495.0, 9505.0, 9497.0, 9531.0, 9445.0, 9423.0, 9376.0, 9388.0, 9351.0, 9384.0, 9342.0, 9391.0, 9392.0, 9404.0, 9445.0, 9380.0, 9418.0, 9357.0, 9375.0, 9323.0, 9399.0, 9370.0, 9438.0, 9377.0, 9343.0, 9361.0, 9316.0, 9340.0, 9292.0, 9342.0, 9275.0, 9308.0, 9330.0, 9301.0, 9312.0, 9283.0, 9312.0, 9252.0, 9314.0, 9253.0, 9284.0, 9288.0, 9256.0, 9295.0, 9278.0, 9303.0, 9284.0, 9314.0, 9286.0, 9352.0, 9319.0, 9345.0, 9362.0, 9357.0, 9372.0, 9351.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.0025596600877192985</td></tr>
<tr><td colspan=3>aqi</td><td>0.08123223453947369</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.95587460117454</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.194179690406147</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9353599179912174</td></tr>
<tr><td colspan=3>efc</td><td>0.4797</td></tr>
<tr><td colspan=3>fber</td><td>5581.8022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14198621420839053</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>134</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.692982456140351</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.450893717595731</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3348455806965798</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5980133926039883</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.419822179486625</td></tr>
<tr><td colspan=3>gcor</td><td>0.0272078</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008808031678199768</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02387060597538948</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.326086853847142</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>24.4203</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.182</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.122</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298485.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.3772</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7386</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.4386</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3464.6618</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.2509</td></tr>
<tr><td colspan=3>tsnr</td><td>25.409397638519295</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>