<?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-0043_ses-02_task-faces_acq-mb8_run-01_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-0043_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-01_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-0043/ses-02/func/sub-0043_ses-02_task-faces_acq-mb8_run-01_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>4e4adc386e5f4d7139652ce951835d61</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>11:33:48.097500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</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-01_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.0837683</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7775, -7292, 597, -79, -340, 13, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b80640ba-3ee7-45f6-87f9-fb092bfd7ec4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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': ['113348.097500', '113348.557500', '113349.017500', '113349.477500', '113349.937500', '113350.397500', '113350.857500', '113351.317500', '113351.777500', '113352.237500', '113352.697500', '113353.157500', '113353.617500', '113354.077500', '113354.537500', '113354.997500', '113355.457500', '113355.917500', '113356.377500', '113356.837500', '113357.297500', '113357.757500', '113358.217500', '113358.677500', '113359.137500', '113359.597500', '113400.057500', '113400.517500', '113400.977500', '113401.437500', '113401.897500', '113402.357500', '113402.817500', '113403.277500', '113403.737500', '113404.197500', '113404.657500', '113405.117500', '113405.577500', '113406.037500', '113406.497500', '113406.957500', '113407.417500', '113407.877500', '113408.337500', '113408.797500', '113409.257500', '113409.717500', '113410.177500', '113410.637500', '113411.097500', '113411.557500', '113412.017500', '113412.477500', '113412.937500', '113413.397500', '113413.857500', '113414.317500', '113414.777500', '113415.237500', '113415.697500', '113416.157500', '113416.617500', '113417.077500', '113417.537500', '113417.997500', '113418.457500', '113418.917500', '113419.377500', '113419.837500', '113420.297500', '113420.757500', '113421.217500', '113421.677500', '113422.137500', '113422.597500', '113423.057500', '113423.517500', '113423.977500', '113424.437500', '113424.897500', '113425.357500', '113425.817500', '113426.277500', '113426.737500', '113427.197500', '113427.657500', '113428.117500', '113428.577500', '113429.037500', '113429.497500', '113429.957500', '113430.417500', '113430.877500', '113431.337500', '113431.797500', '113432.257500', '113432.717500', '113433.177500', '113433.637500', '113434.097500', '113434.557500', '113435.017500', '113435.477500', '113435.937500', '113436.397500', '113436.857500', '113437.317500', '113437.777500', '113438.237500', '113438.697500', '113439.157500', '113439.617500', '113440.077500', '113440.537500', '113440.997500', '113441.457500', '113441.917500', '113442.377500', '113442.837500', '113443.297500', '113443.757500', '113444.217500', '113444.677500', '113445.137500', '113445.597500', '113446.057500', '113446.517500', '113446.977500', '113447.437500', '113447.897500', '113448.357500', '113448.817500', '113449.277500', '113449.737500', '113450.197500', '113450.657500', '113451.117500', '113451.577500', '113452.037500', '113452.497500', '113452.957500', '113453.417500', '113453.877500', '113454.337500', '113454.797500', '113455.257500', '113455.717500', '113456.177500', '113456.637500', '113457.097500', '113457.557500', '113458.017500', '113458.477500', '113458.937500', '113459.397500', '113459.857500', '113500.317500', '113500.777500', '113501.237500', '113501.697500', '113502.157500', '113502.617500', '113503.077500', '113503.537500', '113503.997500', '113504.457500', '113504.917500', '113505.377500', '113505.837500', '113506.297500', '113506.757500', '113507.217500', '113507.677500', '113508.137500', '113508.597500', '113509.057500', '113509.517500', '113509.977500', '113510.437500', '113510.897500', '113511.357500', '113511.817500', '113512.277500', '113512.737500', '113513.197500', '113513.657500', '113514.117500', '113514.577500', '113515.037500', '113515.497500', '113515.957500', '113516.417500', '113516.877500', '113517.337500', '113517.797500', '113518.257500', '113518.717500', '113519.177500', '113519.637500', '113520.097500', '113520.557500', '113521.017500', '113521.477500', '113521.937500', '113522.397500', '113522.857500', '113523.317500', '113523.777500', '113524.237500', '113524.697500', '113525.157500', '113525.617500', '113526.077500', '113526.537500', '113526.997500', '113527.457500', '113527.917500', '113528.377500', '113528.837500', '113529.297500', '113529.757500', '113530.217500', '113530.677500', '113531.137500', '113531.597500', '113532.057500', '113532.517500', '113532.977500', '113533.437500', '113533.897500', '113534.357500', '113534.817500', '113535.277500', '113535.737500', '113536.197500', '113536.657500', '113537.117500', '113537.577500', '113538.037500', '113538.497500', '113538.957500', '113539.417500', '113539.877500', '113540.337500', '113540.797500', '113541.257500', '113541.717500', '113542.177500', '113542.637500', '113543.097500', '113543.557500', '113544.017500', '113544.477500', '113544.937500', '113545.397500', '113545.857500', '113546.317500', '113546.777500', '113547.237500', '113547.697500', '113548.157500', '113548.617500', '113549.077500', '113549.537500', '113549.997500', '113550.457500', '113550.917500', '113551.377500', '113551.837500', '113552.297500', '113552.757500', '113553.217500', '113553.677500', '113554.137500', '113554.597500', '113555.057500', '113555.517500', '113555.977500', '113556.437500', '113556.897500', '113557.357500', '113557.817500', '113558.277500', '113558.737500', '113559.197500', '113559.657500', '113600.117500', '113600.577500', '113601.037500', '113601.497500', '113601.957500', '113602.417500', '113602.877500', '113603.337500', '113603.797500', '113604.257500', '113604.717500', '113605.177500', '113605.637500', '113606.097500', '113606.557500', '113607.017500', '113607.477500', '113607.937500', '113608.397500', '113608.857500', '113609.317500', '113609.777500', '113610.237500', '113610.697500', '113611.157500', '113611.617500', '113612.077500', '113612.537500', '113612.997500', '113613.457500', '113613.917500', '113614.377500', '113614.837500', '113615.297500', '113615.757500', '113616.217500', '113616.677500', '113617.137500', '113617.597500', '113618.057500', '113618.517500', '113618.977500', '113619.437500', '113619.897500', '113620.357500', '113620.817500', '113621.277500', '113621.737500', '113622.197500', '113622.657500', '113623.117500', '113623.577500', '113624.037500', '113624.497500', '113624.957500', '113625.417500', '113625.877500', '113626.337500', '113626.797500', '113627.257500', '113627.717500', '113628.177500', '113628.637500', '113629.097500', '113629.557500', '113630.017500', '113630.477500', '113630.937500', '113631.397500', '113631.857500', '113632.317500', '113632.777500', '113633.237500', '113633.697500', '113634.157500', '113634.617500', '113635.077500', '113635.537500', '113635.997500', '113636.457500', '113636.917500', '113637.377500', '113637.837500', '113638.297500', '113638.757500', '113639.217500', '113639.677500', '113640.137500', '113640.597500', '113641.057500', '113641.517500', '113641.977500', '113642.437500', '113642.897500', '113643.357500', '113643.817500', '113644.277500', '113644.737500', '113645.197500', '113645.657500', '113646.117500', '113646.577500', '113647.037500', '113647.497500', '113647.957500', '113648.417500', '113648.877500', '113649.337500', '113649.797500', '113650.257500', '113650.717500', '113651.177500', '113651.637500', '113652.097500', '113652.557500', '113653.017500', '113653.477500', '113653.937500', '113654.397500', '113654.857500', '113655.317500', '113655.777500', '113656.237500', '113656.697500', '113657.157500', '113657.617500', '113658.077500', '113658.537500', '113658.997500', '113659.457500', '113659.917500', '113700.377500', '113700.837500', '113701.297500', '113701.757500', '113702.217500', '113702.677500', '113703.137500', '113703.597500', '113704.057500', '113704.517500', '113704.977500', '113705.437500', '113705.897500', '113706.357500', '113706.817500', '113707.277500', '113707.737500', '113708.197500', '113708.657500', '113709.117500', '113709.577500', '113710.037500', '113710.497500', '113710.957500', '113711.417500', '113711.877500', '113712.337500', '113712.797500', '113713.257500', '113713.717500', '113714.177500', '113714.637500', '113715.097500', '113715.557500', '113716.017500', '113716.477500', '113716.937500', '113717.397500', '113717.857500', '113718.317500', '113718.777500', '113719.237500', '113719.697500', '113720.157500', '113720.617500', '113721.077500', '113721.537500', '113721.997500', '113722.457500', '113722.917500', '113723.377500', '113723.837500', '113724.297500', '113724.757500', '113725.217500', '113725.677500', '113726.137500', '113726.597500', '113727.057500', '113727.517500', '113727.977500', '113728.437500', '113728.897500', '113729.357500', '113729.817500', '113730.277500', '113730.737500', '113731.197500', '113731.657500', '113732.117500', '113732.577500', '113733.037500', '113733.497500', '113733.957500', '113734.417500', '113734.877500', '113735.337500', '113735.797500', '113736.257500', '113736.717500', '113737.177500', '113737.637500', '113738.097500', '113738.557500', '113739.017500', '113739.477500', '113739.937500', '113740.397500', '113740.857500', '113741.317500', '113741.777500', '113742.237500', '113742.697500', '113743.157500', '113743.617500', '113744.077500', '113744.537500', '113744.997500', '113745.457500', '113745.917500', '113746.377500', '113746.837500', '113747.297500', '113747.757500', '113748.217500', '113748.677500', '113749.137500', '113749.597500', '113750.057500', '113750.517500', '113750.977500', '113751.437500', '113751.897500', '113752.357500', '113752.817500', '113753.277500', '113753.737500', '113754.197500', '113754.657500', '113755.117500', '113755.577500', '113756.037500', '113756.497500', '113756.957500', '113757.417500', '113757.877500', '113758.337500', '113758.797500', '113759.257500', '113759.717500', '113800.177500', '113800.637500', '113801.097500', '113801.557500', '113802.017500', '113802.477500', '113802.937500', '113803.397500', '113803.857500', '113804.317500', '113804.777500', '113805.237500', '113805.697500', '113806.157500', '113806.617500', '113807.077500', '113807.537500', '113807.997500', '113808.457500', '113808.917500', '113809.377500', '113809.837500', '113810.297500', '113810.757500', '113811.217500', '113811.677500', '113812.137500', '113812.597500', '113813.057500', '113813.517500', '113813.977500', '113814.437500', '113814.897500', '113815.357500', '113815.817500', '113816.277500', '113816.737500', '113817.197500', '113817.657500', '113818.117500', '113818.577500', '113819.037500', '113819.497500', '113819.957500', '113820.417500', '113820.877500', '113821.337500', '113821.797500', '113822.257500', '113822.717500', '113823.177500', '113823.637500', '113824.097500', '113824.557500', '113825.017500', '113825.477500', '113825.937500', '113826.397500', '113826.857500', '113827.317500', '113827.777500', '113828.237500', '113828.697500', '113829.157500', '113829.617500', '113830.077500', '113830.537500', '113830.997500', '113831.457500', '113831.917500', '113832.377500', '113832.837500', '113833.297500', '113833.757500', '113834.217500', '113834.677500', '113835.137500', '113835.597500', '113836.057500', '113836.517500', '113836.977500', '113837.437500', '113837.897500', '113838.357500', '113838.817500', '113839.277500', '113839.737500', '113840.197500', '113840.657500', '113841.117500', '113841.577500', '113842.037500', '113842.497500', '113842.957500', '113843.417500', '113843.877500', '113844.337500', '113844.797500', '113845.257500', '113845.717500', '113846.177500', '113846.637500', '113847.097500', '113847.557500', '113848.017500', '113848.477500', '113848.937500', '113849.397500', '113849.857500', '113850.317500', '113850.777500', '113851.237500', '113851.697500', '113852.157500', '113852.617500', '113853.077500', '113853.537500', '113853.997500', '113854.457500', '113854.917500', '113855.377500', '113855.837500', '113856.297500', '113856.757500', '113857.217500', '113857.677500', '113858.137500', '113858.597500', '113859.057500', '113859.517500', '113859.977500', '113900.437500', '113900.897500', '113901.357500', '113901.817500', '113902.277500', '113902.737500', '113903.197500', '113903.657500', '113904.117500', '113904.577500', '113905.037500', '113905.497500', '113905.957500', '113906.417500', '113906.877500', '113907.337500', '113907.797500', '113908.257500', '113908.717500', '113909.177500', '113909.637500', '113910.097500', '113910.557500', '113911.017500', '113911.477500', '113911.937500', '113912.397500', '113912.857500', '113913.317500', '113913.777500', '113914.237500', '113914.697500', '113915.157500', '113915.617500', '113916.077500', '113916.537500', '113916.997500', '113917.457500', '113917.917500', '113918.377500', '113918.837500', '113919.297500', '113919.757500', '113920.217500', '113920.677500', '113921.137500', '113921.597500', '113922.057500', '113922.517500', '113922.977500', '113923.437500', '113923.897500', '113924.357500', '113924.817500', '113925.277500', '113925.737500', '113926.197500', '113926.657500', '113927.117500', '113927.577500', '113928.037500', '113928.497500', '113928.957500', '113929.417500', '113929.877500', '113930.337500', '113930.797500', '113931.257500', '113931.717500', '113932.177500', '113932.637500', '113933.097500', '113933.557500', '113934.017500', '113934.477500', '113934.937500', '113935.397500', '113935.857500', '113936.317500', '113936.777500', '113937.237500', '113937.697500', '113938.157500', '113938.617500', '113939.077500', '113939.537500', '113939.997500', '113940.457500', '113940.917500', '113941.377500', '113941.837500', '113942.297500', '113942.757500', '113943.217500', '113943.677500', '113944.137500', '113944.597500', '113945.057500', '113945.517500', '113945.977500', '113946.437500', '113946.897500', '113947.357500', '113947.817500', '113948.277500', '113948.737500', '113949.197500', '113949.657500', '113950.117500', '113950.577500', '113951.037500', '113951.497500', '113951.957500', '113952.417500', '113952.877500', '113953.337500', '113953.797500', '113954.257500', '113954.717500', '113955.177500', '113955.637500', '113956.097500', '113956.557500', '113957.017500', '113957.477500', '113957.937500', '113958.397500', '113958.857500', '113959.317500', '113959.777500', '114000.237500', '114000.697500', '114001.157500', '114001.617500', '114002.077500', '114002.537500', '114002.997500', '114003.457500', '114003.917500', '114004.377500', '114004.837500', '114005.297500', '114005.757500', '114006.217500', '114006.677500', '114007.137500', '114007.597500', '114008.057500', '114008.517500', '114008.977500', '114009.437500', '114009.897500', '114010.357500', '114010.817500', '114011.277500', '114011.737500', '114012.197500', '114012.657500', '114013.117500', '114013.577500', '114014.037500', '114014.497500', '114014.957500', '114015.417500', '114015.877500', '114016.337500', '114016.797500', '114017.257500', '114017.717500', '114018.177500', '114018.637500', '114019.097500', '114019.557500', '114020.017500', '114020.477500', '114020.937500', '114021.397500', '114021.857500', '114022.317500', '114022.777500', '114023.237500', '114023.697500', '114024.157500', '114024.617500', '114025.077500', '114025.537500', '114025.997500', '114026.457500', '114026.917500', '114027.377500', '114027.837500', '114028.297500', '114028.757500', '114029.217500', '114029.677500', '114030.137500', '114030.597500', '114031.057500', '114031.517500', '114031.977500', '114032.437500', '114032.897500', '114033.357500', '114033.817500', '114034.277500', '114034.737500', '114035.197500', '114035.657500', '114036.117500', '114036.577500', '114037.037500', '114037.497500', '114037.957500', '114038.417500', '114038.877500', '114039.337500', '114039.797500', '114040.257500', '114040.717500', '114041.177500', '114041.637500', '114042.097500', '114042.557500', '114043.017500', '114043.477500', '114043.937500', '114044.397500', '114044.857500', '114045.317500', '114045.777500', '114046.237500', '114046.697500', '114047.157500', '114047.617500', '114048.077500'], 'ContentTime': ['113407.428000', '113407.431000', '113407.434000', '113407.437000', '113407.440000', '113407.443000', '113407.446000', '113407.449000', '113407.452000', '113407.455000', '113407.458000', '113407.461000', '113407.464000', '113407.467000', '113407.470000', '113407.473000', '113407.476000', '113407.479000', '113407.482000', '113407.485000', '113407.488000', '113407.491000', '113407.494000', '113407.497000', '113407.500000', '113407.503000', '113407.506000', '113407.509000', '113407.512000', '113407.515000', '113407.518000', '113407.521000', '113407.524000', '113407.529000', '113407.533000', '113407.546000', '113407.549000', '113407.552000', '113407.555000', '113407.558000', '113407.561000', '113427.387000', '113427.390000', '113427.393000', '113427.396000', '113427.399000', '113427.402000', '113427.405000', '113427.408000', '113427.411000', '113427.414000', '113427.417000', '113427.420000', '113427.423000', '113427.426000', '113427.429000', '113427.432000', '113427.435000', '113427.438000', '113427.441000', '113427.444000', '113427.447000', '113427.450000', '113427.453000', '113427.456000', '113427.459000', '113427.462000', '113427.465000', '113427.468000', '113427.471000', '113427.474000', '113427.477000', '113427.480000', '113427.483000', '113427.485000', '113427.488000', '113427.491000', '113427.494000', '113427.502000', '113427.505000', '113427.508000', '113427.511000', '113427.514000', '113427.517000', '113427.520000', '113447.387000', '113447.390000', '113447.393000', '113447.396000', '113447.399000', '113447.402000', '113447.405000', '113447.408000', '113447.411000', '113447.414000', '113447.417000', '113447.420000', '113447.423000', '113447.426000', '113447.429000', '113447.432000', '113447.435000', '113447.438000', '113447.440000', '113447.443000', '113447.446000', '113447.449000', '113447.452000', '113447.455000', '113447.458000', '113447.461000', '113447.464000', '113447.467000', '113447.470000', '113447.473000', '113447.476000', '113447.480000', '113447.483000', '113447.486000', '113447.489000', '113447.492000', '113447.499000', '113447.502000', '113447.505000', '113447.507000', '113447.510000', '113447.513000', '113447.516000', '113507.386000', '113507.389000', '113507.392000', '113507.395000', '113507.398000', '113507.401000', '113507.404000', '113507.407000', '113507.410000', '113507.413000', '113507.416000', '113507.419000', '113507.422000', '113507.425000', '113507.432000', '113507.435000', '113507.438000', '113507.441000', '113507.444000', '113507.447000', '113507.450000', '113507.453000', '113507.456000', '113507.459000', '113507.462000', '113507.465000', '113507.468000', '113507.471000', '113507.474000', '113507.477000', '113507.479000', '113507.482000', '113507.485000', '113507.488000', '113507.491000', '113507.494000', '113507.497000', '113507.500000', '113507.503000', '113507.506000', '113507.509000', '113507.512000', '113507.515000', '113507.518000', '113527.386000', '113527.389000', '113527.392000', '113527.395000', '113527.398000', '113527.401000', '113527.404000', '113527.407000', '113527.410000', '113527.413000', '113527.416000', '113527.419000', '113527.422000', '113527.425000', '113527.428000', '113527.431000', '113527.434000', '113527.437000', '113527.440000', '113527.443000', '113527.446000', '113527.449000', '113527.452000', '113527.455000', '113527.458000', '113527.461000', '113527.464000', '113527.467000', '113527.470000', '113527.473000', '113527.481000', '113527.484000', '113527.487000', '113527.490000', '113527.493000', '113527.496000', '113527.499000', '113527.502000', '113527.505000', '113527.508000', '113527.511000', '113527.514000', '113527.517000', '113547.386000', '113547.389000', '113547.392000', '113547.395000', '113547.398000', '113547.401000', '113547.404000', '113547.407000', '113547.410000', '113547.413000', '113547.416000', '113547.419000', '113547.422000', '113547.425000', '113547.428000', '113547.431000', '113547.434000', '113547.437000', '113547.440000', '113547.443000', '113547.446000', '113547.449000', '113547.452000', '113547.455000', '113547.458000', '113547.461000', '113547.464000', '113547.467000', '113547.470000', '113547.473000', '113547.476000', '113547.479000', '113547.482000', '113547.485000', '113547.488000', '113547.491000', '113547.498000', '113547.501000', '113547.504000', '113547.507000', '113547.510000', '113547.513000', '113547.516000', '113547.519000', '113607.386000', '113607.389000', '113607.392000', '113607.395000', '113607.398000', '113607.401000', '113607.404000', '113607.407000', '113607.410000', '113607.413000', '113607.416000', '113607.419000', '113607.422000', '113607.425000', '113607.428000', '113607.431000', '113607.434000', '113607.437000', '113607.440000', '113607.443000', '113607.446000', '113607.449000', '113607.452000', '113607.455000', '113607.458000', '113607.461000', '113607.464000', '113607.467000', '113607.470000', '113607.473000', '113607.476000', '113607.479000', '113607.482000', '113607.485000', '113607.488000', '113607.491000', '113607.494000', '113607.497000', '113607.500000', '113607.503000', '113607.506000', '113607.509000', '113607.512000', '113627.386000', '113627.389000', '113627.392000', '113627.395000', '113627.398000', '113627.401000', '113627.404000', '113627.407000', '113627.410000', '113627.413000', '113627.416000', '113627.419000', '113627.422000', '113627.425000', '113627.428000', '113627.431000', '113627.434000', '113627.437000', '113627.440000', '113627.443000', '113627.446000', '113627.449000', '113627.452000', '113627.455000', '113627.458000', '113627.461000', '113627.464000', '113627.467000', '113627.470000', '113627.473000', '113627.476000', '113627.479000', '113627.482000', '113627.485000', '113627.488000', '113627.491000', '113627.494000', '113627.497000', '113627.500000', '113627.503000', '113627.509000', '113627.512000', '113627.515000', '113627.518000', '113647.387000', '113647.399000', '113647.402000', '113647.405000', '113647.408000', '113647.411000', '113647.414000', '113647.417000', '113647.420000', '113647.423000', '113647.426000', '113647.429000', '113647.432000', '113647.434000', '113647.437000', '113647.440000', '113647.443000', '113647.446000', '113647.449000', '113647.452000', '113647.455000', '113647.458000', '113647.461000', '113647.464000', '113647.467000', '113647.470000', '113647.473000', '113647.476000', '113647.479000', '113647.482000', '113647.485000', '113647.488000', '113647.491000', '113647.494000', '113647.497000', '113647.500000', '113647.503000', '113647.506000', '113647.509000', '113647.511000', '113647.514000', '113647.517000', '113647.520000', '113707.387000', '113707.390000', '113707.393000', '113707.396000', '113707.399000', '113707.402000', '113707.405000', '113707.408000', '113707.411000', '113707.414000', '113707.417000', '113707.420000', '113707.423000', '113707.426000', '113707.429000', '113707.432000', '113707.435000', '113707.438000', '113707.441000', '113707.444000', '113707.447000', '113707.450000', '113707.453000', '113707.456000', '113707.459000', '113707.462000', '113707.465000', '113707.468000', '113707.471000', '113707.474000', '113707.477000', '113707.480000', '113707.483000', '113707.486000', '113707.489000', '113707.492000', '113707.511000', '113707.514000', '113707.517000', '113707.520000', '113707.523000', '113707.526000', '113707.529000', '113707.532000', '113727.386000', '113727.389000', '113727.392000', '113727.395000', '113727.398000', '113727.401000', '113727.404000', '113727.407000', '113727.410000', '113727.413000', '113727.416000', '113727.419000', '113727.422000', '113727.425000', '113727.428000', '113727.431000', '113727.434000', '113727.437000', '113727.440000', '113727.443000', '113727.446000', '113727.449000', '113727.452000', '113727.455000', '113727.458000', '113727.461000', '113727.464000', '113727.467000', '113727.470000', '113727.473000', '113727.476000', '113727.479000', '113727.482000', '113727.485000', '113727.488000', '113727.491000', '113727.494000', '113727.497000', '113727.500000', '113727.503000', '113727.506000', '113727.509000', '113727.512000', '113747.386000', '113747.389000', '113747.392000', '113747.395000', '113747.398000', '113747.401000', '113747.404000', '113747.407000', '113747.410000', '113747.413000', '113747.416000', '113747.419000', '113747.422000', '113747.425000', '113747.428000', '113747.431000', '113747.434000', '113747.437000', '113747.440000', '113747.443000', '113747.446000', '113747.449000', '113747.452000', '113747.456000', '113747.459000', '113747.462000', '113747.465000', '113747.468000', '113747.471000', '113747.474000', '113747.477000', '113747.480000', '113747.483000', '113747.486000', '113747.489000', '113747.492000', '113747.495000', '113747.498000', '113747.501000', '113747.504000', '113747.506000', '113747.509000', '113747.512000', '113807.386000', '113807.389000', '113807.392000', '113807.400000', '113807.403000', '113807.406000', '113807.409000', '113807.413000', '113807.416000', '113807.418000', '113807.421000', '113807.425000', '113807.428000', '113807.431000', '113807.434000', '113807.437000', '113807.440000', '113807.443000', '113807.446000', '113807.449000', '113807.452000', '113807.455000', '113807.458000', '113807.461000', '113807.464000', '113807.467000', '113807.470000', '113807.473000', '113807.476000', '113807.479000', '113807.482000', '113807.485000', '113807.488000', '113807.491000', '113807.494000', '113807.497000', '113807.500000', '113807.503000', '113807.506000', '113807.509000', '113807.512000', '113807.515000', '113807.518000', '113807.521000', '113827.386000', '113827.389000', '113827.392000', '113827.395000', '113827.398000', '113827.401000', '113827.404000', '113827.408000', '113827.411000', '113827.414000', '113827.418000', '113827.422000', '113827.425000', '113827.428000', '113827.432000', '113827.435000', '113827.438000', '113827.441000', '113827.444000', '113827.447000', '113827.450000', '113827.453000', '113827.455000', '113827.458000', '113827.461000', '113827.464000', '113827.467000', '113827.470000', '113827.473000', '113827.476000', '113827.479000', '113827.482000', '113827.485000', '113827.488000', '113827.491000', '113827.494000', '113827.497000', '113827.500000', '113827.503000', '113827.506000', '113827.509000', '113827.512000', '113827.515000', '113847.386000', '113847.390000', '113847.393000', '113847.407000', '113847.410000', '113847.413000', '113847.416000', '113847.419000', '113847.422000', '113847.425000', '113847.427000', '113847.430000', '113847.433000', '113847.436000', '113847.439000', '113847.442000', '113847.445000', '113847.449000', '113847.452000', '113847.455000', '113847.458000', '113847.461000', '113847.463000', '113847.466000', '113847.469000', '113847.472000', '113847.475000', '113847.478000', '113847.481000', '113847.484000', '113847.487000', '113847.490000', '113847.493000', '113847.496000', '113847.499000', '113847.502000', '113847.505000', '113847.508000', '113847.511000', '113847.514000', '113847.517000', '113847.520000', '113847.523000', '113847.526000', '113907.387000', '113907.390000', '113907.393000', '113907.396000', '113907.399000', '113907.402000', '113907.405000', '113907.408000', '113907.411000', '113907.414000', '113907.417000', '113907.420000', '113907.429000', '113907.432000', '113907.435000', '113907.438000', '113907.441000', '113907.444000', '113907.447000', '113907.450000', '113907.453000', '113907.456000', '113907.460000', '113907.463000', '113907.466000', '113907.469000', '113907.472000', '113907.475000', '113907.477000', '113907.480000', '113907.483000', '113907.487000', '113907.490000', '113907.492000', '113907.495000', '113907.498000', '113907.501000', '113907.504000', '113907.507000', '113907.510000', '113907.513000', '113907.516000', '113907.519000', '113927.387000', '113927.390000', '113927.393000', '113927.396000', '113927.399000', '113927.402000', '113927.405000', '113927.408000', '113927.411000', '113927.414000', '113927.417000', '113927.420000', '113927.423000', '113927.426000', '113927.429000', '113927.432000', '113927.435000', '113927.438000', '113927.441000', '113927.444000', '113927.447000', '113927.450000', '113927.453000', '113927.456000', '113927.459000', '113927.462000', '113927.465000', '113927.468000', '113927.471000', '113927.474000', '113927.477000', '113927.480000', '113927.483000', '113927.487000', '113927.489000', '113927.492000', '113927.495000', '113927.498000', '113927.501000', '113927.504000', '113927.507000', '113927.511000', '113927.514000', '113927.517000', '113947.386000', '113947.392000', '113947.395000', '113947.399000', '113947.402000', '113947.404000', '113947.407000', '113947.410000', '113947.413000', '113947.416000', '113947.419000', '113947.422000', '113947.425000', '113947.428000', '113947.432000', '113947.435000', '113947.438000', '113947.441000', '113947.444000', '113947.447000', '113947.450000', '113947.453000', '113947.456000', '113947.459000', '113947.462000', '113947.465000', '113947.468000', '113947.471000', '113947.474000', '113947.477000', '113947.480000', '113947.483000', '113947.486000', '113947.489000', '113947.492000', '113947.495000', '113947.498000', '113947.500000', '113947.503000', '113947.506000', '113947.509000', '113947.512000', '113947.515000', '114007.386000', '114007.389000', '114007.392000', '114007.395000', '114007.398000', '114007.401000', '114007.404000', '114007.407000', '114007.410000', '114007.413000', '114007.416000', '114007.419000', '114007.422000', '114007.425000', '114007.428000', '114007.431000', '114007.434000', '114007.437000', '114007.440000', '114007.443000', '114007.446000', '114007.449000', '114007.452000', '114007.455000', '114007.458000', '114007.461000', '114007.464000', '114007.467000', '114007.484000', '114007.487000', '114007.490000', '114007.493000', '114007.496000', '114007.499000', '114007.502000', '114007.505000', '114007.508000', '114007.511000', '114007.514000', '114007.517000', '114007.520000', '114007.523000', '114007.526000', '114007.529000', '114027.386000', '114027.389000', '114027.392000', '114027.395000', '114027.398000', '114027.401000', '114027.404000', '114027.407000', '114027.410000', '114027.413000', '114027.417000', '114027.419000', '114027.422000', '114027.426000', '114027.429000', '114027.432000', '114027.435000', '114027.438000', '114027.441000', '114027.444000', '114027.447000', '114027.450000', '114027.453000', '114027.456000', '114027.459000', '114027.462000', '114027.465000', '114027.468000', '114027.471000', '114027.474000', '114027.478000', '114027.481000', '114027.484000', '114027.487000', '114027.490000', '114027.493000', '114027.495000', '114027.498000', '114027.501000', '114027.504000', '114027.507000', '114027.510000', '114027.513000', '114047.386000', '114047.389000', '114047.392000', '114047.395000', '114047.398000', '114047.401000', '114047.404000', '114047.407000', '114047.410000', '114047.413000', '114047.416000', '114047.419000', '114047.422000', '114047.425000', '114047.428000', '114047.431000', '114047.434000', '114047.437000', '114047.440000', '114047.443000', '114047.446000', '114047.449000', '114047.452000', '114047.455000', '114047.458000', '114047.461000', '114047.464000', '114047.467000', '114047.470000', '114047.473000', '114047.484000', '114047.487000', '114047.490000', '114047.493000', '114047.496000', '114047.499000', '114047.502000', '114047.505000', '114047.508000', '114047.511000', '114047.514000', '114047.517000', '114047.521000', '114047.524000', '114048.704000', '114048.707000', '114048.710000'], 'InstanceCreationTime': ['113407.428000', '113407.431000', '113407.434000', '113407.437000', '113407.440000', '113407.443000', '113407.446000', '113407.449000', '113407.452000', '113407.455000', '113407.458000', '113407.461000', '113407.464000', '113407.467000', '113407.470000', '113407.473000', '113407.476000', '113407.479000', '113407.482000', '113407.485000', '113407.488000', '113407.491000', '113407.494000', '113407.497000', '113407.500000', '113407.503000', '113407.506000', '113407.509000', '113407.512000', '113407.515000', '113407.518000', '113407.521000', '113407.524000', '113407.529000', '113407.533000', '113407.546000', '113407.549000', '113407.552000', '113407.555000', '113407.558000', '113407.561000', '113427.387000', '113427.390000', '113427.393000', '113427.396000', '113427.399000', '113427.402000', '113427.405000', '113427.408000', '113427.411000', '113427.414000', '113427.417000', '113427.420000', '113427.423000', '113427.426000', '113427.429000', '113427.432000', '113427.435000', '113427.438000', '113427.441000', '113427.444000', '113427.447000', '113427.450000', '113427.453000', '113427.456000', '113427.459000', '113427.462000', '113427.465000', '113427.468000', '113427.471000', '113427.474000', '113427.477000', '113427.480000', '113427.483000', '113427.485000', '113427.488000', '113427.491000', '113427.494000', '113427.502000', '113427.505000', '113427.508000', '113427.511000', '113427.514000', '113427.517000', '113427.520000', '113447.387000', '113447.390000', '113447.393000', '113447.396000', '113447.399000', '113447.402000', '113447.405000', '113447.408000', '113447.411000', '113447.414000', '113447.417000', '113447.420000', '113447.423000', '113447.426000', '113447.429000', '113447.432000', '113447.435000', '113447.438000', '113447.440000', '113447.443000', '113447.446000', '113447.449000', '113447.452000', '113447.455000', '113447.458000', '113447.461000', '113447.464000', '113447.467000', '113447.470000', '113447.473000', '113447.476000', '113447.480000', '113447.483000', '113447.486000', '113447.489000', '113447.492000', '113447.499000', '113447.502000', '113447.505000', '113447.507000', '113447.510000', '113447.513000', '113447.516000', '113507.386000', '113507.389000', '113507.392000', '113507.395000', '113507.398000', '113507.401000', '113507.404000', '113507.407000', '113507.410000', '113507.413000', '113507.416000', '113507.419000', '113507.422000', '113507.425000', '113507.432000', '113507.435000', '113507.438000', '113507.441000', '113507.444000', '113507.447000', '113507.450000', '113507.453000', '113507.456000', '113507.459000', '113507.462000', '113507.465000', '113507.468000', '113507.471000', '113507.474000', '113507.477000', '113507.479000', '113507.482000', '113507.485000', '113507.488000', '113507.491000', '113507.494000', '113507.497000', '113507.500000', '113507.503000', '113507.506000', '113507.509000', '113507.512000', '113507.515000', '113507.518000', '113527.386000', '113527.389000', '113527.392000', '113527.395000', '113527.398000', '113527.401000', '113527.404000', '113527.407000', '113527.410000', '113527.413000', '113527.416000', '113527.419000', '113527.422000', '113527.425000', '113527.428000', '113527.431000', '113527.434000', '113527.437000', '113527.440000', '113527.443000', '113527.446000', '113527.449000', '113527.452000', '113527.455000', '113527.458000', '113527.461000', '113527.464000', '113527.467000', '113527.470000', '113527.473000', '113527.481000', '113527.484000', '113527.487000', '113527.490000', '113527.493000', '113527.496000', '113527.499000', '113527.502000', '113527.505000', '113527.508000', '113527.511000', '113527.514000', '113527.517000', '113547.386000', '113547.389000', '113547.392000', '113547.395000', '113547.398000', '113547.401000', '113547.404000', '113547.407000', '113547.410000', '113547.413000', '113547.416000', '113547.419000', '113547.422000', '113547.425000', '113547.428000', '113547.431000', '113547.434000', '113547.437000', '113547.440000', '113547.443000', '113547.446000', '113547.449000', '113547.452000', '113547.455000', '113547.458000', '113547.461000', '113547.464000', '113547.467000', '113547.470000', '113547.473000', '113547.476000', '113547.479000', '113547.482000', '113547.485000', '113547.488000', '113547.491000', '113547.498000', '113547.501000', '113547.504000', '113547.507000', '113547.510000', '113547.513000', '113547.516000', '113547.519000', '113607.386000', '113607.389000', '113607.392000', '113607.395000', '113607.398000', '113607.401000', '113607.404000', '113607.407000', '113607.410000', '113607.413000', '113607.416000', '113607.419000', '113607.422000', '113607.425000', '113607.428000', '113607.431000', '113607.434000', '113607.437000', '113607.440000', '113607.443000', '113607.446000', '113607.449000', '113607.452000', '113607.455000', '113607.458000', '113607.461000', '113607.464000', '113607.467000', '113607.470000', '113607.473000', '113607.476000', '113607.479000', '113607.482000', '113607.485000', '113607.488000', '113607.491000', '113607.494000', '113607.497000', '113607.500000', '113607.503000', '113607.506000', '113607.509000', '113607.512000', '113627.386000', '113627.389000', '113627.392000', '113627.395000', '113627.398000', '113627.401000', '113627.404000', '113627.407000', '113627.410000', '113627.413000', '113627.416000', '113627.419000', '113627.422000', '113627.425000', '113627.428000', '113627.431000', '113627.434000', '113627.437000', '113627.440000', '113627.443000', '113627.446000', '113627.449000', '113627.452000', '113627.455000', '113627.458000', '113627.461000', '113627.464000', '113627.467000', '113627.470000', '113627.473000', '113627.476000', '113627.479000', '113627.482000', '113627.485000', '113627.488000', '113627.491000', '113627.494000', '113627.497000', '113627.500000', '113627.503000', '113627.509000', '113627.512000', '113627.515000', '113627.518000', '113647.387000', '113647.399000', '113647.402000', '113647.405000', '113647.408000', '113647.411000', '113647.414000', '113647.417000', '113647.420000', '113647.423000', '113647.426000', '113647.429000', '113647.432000', '113647.434000', '113647.437000', '113647.440000', '113647.443000', '113647.446000', '113647.449000', '113647.452000', '113647.455000', '113647.458000', '113647.461000', '113647.464000', '113647.467000', '113647.470000', '113647.473000', '113647.476000', '113647.479000', '113647.482000', '113647.485000', '113647.488000', '113647.491000', '113647.494000', '113647.497000', '113647.500000', '113647.503000', '113647.506000', '113647.509000', '113647.511000', '113647.514000', '113647.517000', '113647.520000', '113707.387000', '113707.390000', '113707.393000', '113707.396000', '113707.399000', '113707.402000', '113707.405000', '113707.408000', '113707.411000', '113707.414000', '113707.417000', '113707.420000', '113707.423000', '113707.426000', '113707.429000', '113707.432000', '113707.435000', '113707.438000', '113707.441000', '113707.444000', '113707.447000', '113707.450000', '113707.453000', '113707.456000', '113707.459000', '113707.462000', '113707.465000', '113707.468000', '113707.471000', '113707.474000', '113707.477000', '113707.480000', '113707.483000', '113707.486000', '113707.489000', '113707.492000', '113707.511000', '113707.514000', '113707.517000', '113707.520000', '113707.523000', '113707.526000', '113707.529000', '113707.532000', '113727.386000', '113727.389000', '113727.392000', '113727.395000', '113727.398000', '113727.401000', '113727.404000', '113727.407000', '113727.410000', '113727.413000', '113727.416000', '113727.419000', '113727.422000', '113727.425000', '113727.428000', '113727.431000', '113727.434000', '113727.437000', '113727.440000', '113727.443000', '113727.446000', '113727.449000', '113727.452000', '113727.455000', '113727.458000', '113727.461000', '113727.464000', '113727.467000', '113727.470000', '113727.473000', '113727.476000', '113727.479000', '113727.482000', '113727.485000', '113727.488000', '113727.491000', '113727.494000', '113727.497000', '113727.500000', '113727.503000', '113727.506000', '113727.509000', '113727.512000', '113747.386000', '113747.389000', '113747.392000', '113747.395000', '113747.398000', '113747.401000', '113747.404000', '113747.407000', '113747.410000', '113747.413000', '113747.416000', '113747.419000', '113747.422000', '113747.425000', '113747.428000', '113747.431000', '113747.434000', '113747.437000', '113747.440000', '113747.443000', '113747.446000', '113747.449000', '113747.452000', '113747.456000', '113747.459000', '113747.462000', '113747.465000', '113747.468000', '113747.471000', '113747.474000', '113747.477000', '113747.480000', '113747.483000', '113747.486000', '113747.489000', '113747.492000', '113747.495000', '113747.498000', '113747.501000', '113747.504000', '113747.506000', '113747.509000', '113747.512000', '113807.386000', '113807.389000', '113807.392000', '113807.400000', '113807.403000', '113807.406000', '113807.409000', '113807.413000', '113807.416000', '113807.418000', '113807.421000', '113807.425000', '113807.428000', '113807.431000', '113807.434000', '113807.437000', '113807.440000', '113807.443000', '113807.446000', '113807.449000', '113807.452000', '113807.455000', '113807.458000', '113807.461000', '113807.464000', '113807.467000', '113807.470000', '113807.473000', '113807.476000', '113807.479000', '113807.482000', '113807.485000', '113807.488000', '113807.491000', '113807.494000', '113807.497000', '113807.500000', '113807.503000', '113807.506000', '113807.509000', '113807.512000', '113807.515000', '113807.518000', '113807.521000', '113827.386000', '113827.389000', '113827.392000', '113827.395000', '113827.398000', '113827.401000', '113827.404000', '113827.408000', '113827.411000', '113827.414000', '113827.418000', '113827.422000', '113827.425000', '113827.428000', '113827.432000', '113827.435000', '113827.438000', '113827.441000', '113827.444000', '113827.447000', '113827.450000', '113827.453000', '113827.455000', '113827.458000', '113827.461000', '113827.464000', '113827.467000', '113827.470000', '113827.473000', '113827.476000', '113827.479000', '113827.482000', '113827.485000', '113827.488000', '113827.491000', '113827.494000', '113827.497000', '113827.500000', '113827.503000', '113827.506000', '113827.509000', '113827.512000', '113827.515000', '113847.386000', '113847.390000', '113847.393000', '113847.407000', '113847.410000', '113847.413000', '113847.416000', '113847.419000', '113847.422000', '113847.425000', '113847.427000', '113847.430000', '113847.433000', '113847.436000', '113847.439000', '113847.442000', '113847.445000', '113847.449000', '113847.452000', '113847.455000', '113847.458000', '113847.461000', '113847.463000', '113847.466000', '113847.469000', '113847.472000', '113847.475000', '113847.478000', '113847.481000', '113847.484000', '113847.487000', '113847.490000', '113847.493000', '113847.496000', '113847.499000', '113847.502000', '113847.505000', '113847.508000', '113847.511000', '113847.514000', '113847.517000', '113847.520000', '113847.523000', '113847.526000', '113907.387000', '113907.390000', '113907.393000', '113907.396000', '113907.399000', '113907.402000', '113907.405000', '113907.408000', '113907.411000', '113907.414000', '113907.417000', '113907.420000', '113907.429000', '113907.432000', '113907.435000', '113907.438000', '113907.441000', '113907.444000', '113907.447000', '113907.450000', '113907.453000', '113907.456000', '113907.460000', '113907.463000', '113907.466000', '113907.469000', '113907.472000', '113907.475000', '113907.477000', '113907.480000', '113907.483000', '113907.487000', '113907.490000', '113907.492000', '113907.495000', '113907.498000', '113907.501000', '113907.504000', '113907.507000', '113907.510000', '113907.513000', '113907.516000', '113907.519000', '113927.387000', '113927.390000', '113927.393000', '113927.396000', '113927.399000', '113927.402000', '113927.405000', '113927.408000', '113927.411000', '113927.414000', '113927.417000', '113927.420000', '113927.423000', '113927.426000', '113927.429000', '113927.432000', '113927.435000', '113927.438000', '113927.441000', '113927.444000', '113927.447000', '113927.450000', '113927.453000', '113927.456000', '113927.459000', '113927.462000', '113927.465000', '113927.468000', '113927.471000', '113927.474000', '113927.477000', '113927.480000', '113927.483000', '113927.487000', '113927.489000', '113927.492000', '113927.495000', '113927.498000', '113927.501000', '113927.504000', '113927.507000', '113927.511000', '113927.514000', '113927.517000', '113947.386000', '113947.392000', '113947.395000', '113947.399000', '113947.402000', '113947.404000', '113947.407000', '113947.410000', '113947.413000', '113947.416000', '113947.419000', '113947.422000', '113947.425000', '113947.428000', '113947.432000', '113947.435000', '113947.438000', '113947.441000', '113947.444000', '113947.447000', '113947.450000', '113947.453000', '113947.456000', '113947.459000', '113947.462000', '113947.465000', '113947.468000', '113947.471000', '113947.474000', '113947.477000', '113947.480000', '113947.483000', '113947.486000', '113947.489000', '113947.492000', '113947.495000', '113947.498000', '113947.500000', '113947.503000', '113947.506000', '113947.509000', '113947.512000', '113947.515000', '114007.386000', '114007.389000', '114007.392000', '114007.395000', '114007.398000', '114007.401000', '114007.404000', '114007.407000', '114007.410000', '114007.413000', '114007.416000', '114007.419000', '114007.422000', '114007.425000', '114007.428000', '114007.431000', '114007.434000', '114007.437000', '114007.440000', '114007.443000', '114007.446000', '114007.449000', '114007.452000', '114007.455000', '114007.458000', '114007.461000', '114007.464000', '114007.467000', '114007.484000', '114007.487000', '114007.490000', '114007.493000', '114007.496000', '114007.499000', '114007.502000', '114007.505000', '114007.508000', '114007.511000', '114007.514000', '114007.517000', '114007.520000', '114007.523000', '114007.526000', '114007.529000', '114027.386000', '114027.389000', '114027.392000', '114027.395000', '114027.398000', '114027.401000', '114027.404000', '114027.407000', '114027.410000', '114027.413000', '114027.417000', '114027.419000', '114027.422000', '114027.426000', '114027.429000', '114027.432000', '114027.435000', '114027.438000', '114027.441000', '114027.444000', '114027.447000', '114027.450000', '114027.453000', '114027.456000', '114027.459000', '114027.462000', '114027.465000', '114027.468000', '114027.471000', '114027.474000', '114027.478000', '114027.481000', '114027.484000', '114027.487000', '114027.490000', '114027.493000', '114027.495000', '114027.498000', '114027.501000', '114027.504000', '114027.507000', '114027.510000', '114027.513000', '114047.386000', '114047.389000', '114047.392000', '114047.395000', '114047.398000', '114047.401000', '114047.404000', '114047.407000', '114047.410000', '114047.413000', '114047.416000', '114047.419000', '114047.422000', '114047.425000', '114047.428000', '114047.431000', '114047.434000', '114047.437000', '114047.440000', '114047.443000', '114047.446000', '114047.449000', '114047.452000', '114047.455000', '114047.458000', '114047.461000', '114047.464000', '114047.467000', '114047.470000', '114047.473000', '114047.484000', '114047.487000', '114047.490000', '114047.493000', '114047.496000', '114047.499000', '114047.502000', '114047.505000', '114047.508000', '114047.511000', '114047.514000', '114047.517000', '114047.521000', '114047.524000', '114048.704000', '114048.707000', '114048.710000'], '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': [13800, 11054, 12745, 10751, 12413, 10773, 12132, 10852, 10157, 10869, 8730, 10589, 8261, 11059, 8242, 11103, 9202, 11921, 10021, 12429, 9729, 12441, 9843, 12310, 10013, 12322, 10278, 12356, 10579, 12161, 10749, 11604, 10710, 8233, 10464, 8257, 10659, 8413, 11114, 9110, 12408, 10043, 12702, 11164, 12911, 11093, 11633, 11132, 8298, 11164, 10331, 12392, 11333, 8587, 12215, 9425, 13259, 10691, 14350, 11285, 15028, 11495, 15019, 12061, 14842, 11662, 13886, 11399, 12239, 11524, 11429, 11773, 8832, 11471, 8964, 12378, 9967, 13105, 10651, 14282, 10638, 14358, 10979, 14322, 11274, 14506, 11269, 14223, 11285, 14450, 12052, 13284, 11520, 11016, 11782, 11924, 13784, 10185, 13343, 10071, 13290, 9961, 13446, 11010, 14991, 11731, 14331, 11218, 12266, 11137, 11739, 11827, 8853, 11427, 8558, 11839, 9473, 13015, 11075, 13340, 11013, 8945, 11105, 9219, 13474, 10972, 14719, 11187, 13167, 10772, 12946, 10859, 13764, 11335, 12028, 11083, 8513, 11098, 8376, 11162, 8612, 11625, 8638, 11523, 9097, 11893, 9387, 12380, 10104, 12053, 10165, 12089, 10403, 11879, 10857, 11621, 10660, 12148, 10687, 12649, 10942, 12187, 11045, 9034, 10623, 8802, 11131, 9370, 11507, 9006, 11669, 8710, 11528, 8589, 12067, 9495, 12796, 10147, 13015, 10193, 13274, 10540, 12896, 10888, 12758, 10501, 8684, 10769, 8655, 11269, 8884, 11897, 9442, 12452, 10118, 13776, 10597, 12826, 10503, 13963, 10910, 13659, 10873, 12718, 10546, 10627, 10633, 9329, 10892, 8407, 10660, 8347, 10355, 8471, 11514, 9963, 12357, 9851, 12053, 9914, 12914, 10538, 8681, 10231, 7942, 10843, 8855, 12390, 10019, 12768, 10039, 13062, 10240, 11974, 10278, 8042, 10435, 8315, 11436, 9368, 12497, 10206, 11667, 10333, 13123, 10646, 13203, 10880, 13443, 10621, 12640, 10799, 10532, 10897, 9075, 11036, 9991, 11052, 8755, 11240, 8754, 11341, 8765, 11847, 9522, 12038, 9834, 12805, 9817, 12906, 10310, 14165, 10237, 13513, 9688, 13672, 10341, 14102, 10818, 8359, 10119, 8757, 13385, 9834, 10952, 10918, 8758, 12147, 9202, 12565, 10053, 14759, 10719, 15092, 10247, 13627, 9613, 12870, 9879, 13450, 9445, 11512, 9222, 10288, 9210, 8493, 9938, 7696, 9648, 7849, 10423, 8202, 11841, 8460, 10964, 8305, 10785, 8262, 11802, 9215, 12290, 9337, 12506, 8885, 11969, 8558, 11685, 8936, 11682, 8455, 11474, 8686, 11960, 8923, 12493, 8978, 12909, 9057, 12201, 9184, 12660, 9006, 11531, 9093, 9767, 9491, 9733, 9813, 7941, 9854, 7993, 10136, 8113, 10926, 8613, 12342, 8942, 9545, 9396, 7839, 10513, 8146, 12248, 8623, 12475, 9927, 12622, 9324, 13708, 9110, 12668, 9645, 7771, 10007, 8807, 10748, 9458, 7327, 11143, 8978, 8838, 10727, 7992, 12795, 9299, 13511, 10056, 14749, 9474, 13500, 8906, 13889, 9664, 14405, 9037, 12315, 8952, 12718, 9521, 13208, 8897, 13324, 9181, 13257, 9563, 13530, 9119, 13004, 9368, 11928, 9285, 12080, 8798, 9192, 8841, 10058, 9269, 9413, 9799, 8034, 10330, 8036, 11468, 8865, 11818, 8601, 12253, 8681, 12857, 8748, 13724, 9288, 12532, 8564, 11365, 8356, 12518, 8985, 12542, 8689, 11846, 8511, 12246, 8671, 12081, 8657, 12092, 8729, 12556, 9568, 12913, 8856, 13242, 9150, 14192, 10047, 10425, 9494, 7594, 10916, 8704, 12273, 9196, 11602, 8617, 11751, 9012, 12985, 9327, 12443, 9427, 13716, 9972, 13177, 10169, 11951, 9728, 12589, 9689, 12697, 9930, 9985, 9257, 7965, 9327, 8030, 10041, 8078, 10247, 7891, 10228, 8784, 10493, 8239, 10542, 7993, 10487, 7718, 9949, 7832, 10292, 7864, 10495, 7748, 10466, 7976, 10650, 8215, 11017, 8108, 10633, 8160, 10788, 8524, 11316, 8699, 11148, 8379, 10943, 8550, 11349, 8526, 11551, 8596, 11154, 8936, 11295, 8758, 12223, 9397, 11609, 9387, 9108, 9194, 7729, 9734, 7970, 10634, 8998, 12685, 9264, 12519, 9150, 13235, 9606, 13489, 9015, 12171, 8849, 12241, 9322, 12453, 8974, 13044, 9277, 12156, 9567, 8288, 9086, 7482, 9736, 7648, 10316, 8288, 11678, 8917, 13072, 9347, 9479, 9851, 7836, 10989, 8340, 11437, 8997, 12994, 9651, 13682, 9681, 10587, 9728, 7706, 11733, 9406, 10635, 10658, 8410, 13045, 9220, 14291, 9527, 14607, 10154, 14686, 10532, 10151, 9181, 7479, 9662, 8014, 10720, 8969, 12484, 9124, 10384, 9124, 7597, 9687, 7648, 10333, 8013, 11534, 8393, 10965, 8396, 10904, 8409, 11852, 8816, 11284, 8287, 10850, 8115, 10580, 8157, 10814, 8226, 11046, 8518, 11219, 8778, 11727, 9296, 12877, 9256, 11009, 9124, 9524, 9588, 7754, 10315, 8189, 11304, 8339, 11006, 9530, 10043, 8093, 9967, 9219, 9702, 10499, 9477, 7818, 9364, 7612, 9814, 8618, 9724, 7695, 10123, 8130, 10337, 8184, 10762, 7722, 10045, 7877, 9884, 10755, 9670, 7667, 9691, 8224, 9470, 11538, 9354, 9212, 9521, 10575, 9475, 12702, 9716, 12348, 9311, 13026, 9648, 13040, 9957, 12862, 9311, 13093, 9779, 11908, 9961, 12453, 9631, 12140, 9705, 12012, 9635, 12333, 9239, 11823, 9512, 11444, 9615, 11228, 8967, 11117, 8464, 11534, 8587, 9973, 7972, 10375, 7872, 10511, 8345, 10038, 8269, 11117, 8600, 11028, 8553, 11206, 8672, 10915, 8607, 11151, 8452, 11817, 8501, 10195, 8101, 11008, 8044, 11036, 8484, 11007, 7940, 10389, 7966, 11058, 9205, 9246, 9130, 11184, 11129, 10764, 11020, 8204, 10350, 8832, 10734, 11186, 10542, 7996, 10025, 9150, 9934, 10742, 9857, 7810, 9945, 7866, 10331, 8045, 10504, 8577, 10305, 8324, 11307, 8628, 11746, 8606, 11185, 8670, 10460, 9915, 10100, 11772, 10231, 13068, 9883, 12866, 9936, 14349, 10137, 13576, 10109, 11300, 9365, 11591, 9532, 12223, 9847, 10890, 9399, 11454, 9359, 13506, 10033, 12188, 9449, 10680, 9061, 11983, 9373, 12283, 9728, 8255, 9531, 7686, 10600, 7914, 11638, 9327, 12533, 9411, 10885, 9104, 9803, 9622, 7943, 10405, 8144, 12266, 8995, 13821, 10063, 12669, 9395, 10991, 9191, 10353, 10255, 8114, 10533, 7863, 12521, 9015, 11691, 8267, 10997, 8090, 11728, 9040, 12285, 9215, 11389, 9099, 8869, 9940, 7603, 10748, 8778, 12671, 9216, 13206, 10301, 8311, 9346, 8033, 11019, 8977, 8331, 9785, 7704, 13518, 10595, 15558, 10399, 12814, 9849, 11801, 9923, 9919, 11899, 8534, 12124, 9154, 12085, 9497, 12543, 10278, 10147, 9084, 8189, 8975, 9274, 9277, 9524, 9823, 7732, 10536, 8080, 10480, 8952, 10156, 8193, 10464, 8110, 10371, 8555, 10775, 8003, 10124, 8086, 10300, 8117, 10933, 8615, 10341], 'WindowCenter': [4562.0, 4519.0, 4539.0, 4517.0, 4511.0, 4514.0, 4510.0, 4489.0, 4489.0, 4490.0, 4468.0, 4492.0, 4470.0, 4525.0, 4485.0, 4513.0, 4494.0, 4513.0, 4504.0, 4520.0, 4494.0, 4522.0, 4504.0, 4522.0, 4505.0, 4523.0, 4505.0, 4524.0, 4517.0, 4527.0, 4517.0, 4527.0, 4516.0, 4487.0, 4517.0, 4498.0, 4528.0, 4499.0, 4538.0, 4510.0, 4548.0, 4520.0, 4550.0, 4540.0, 4549.0, 4542.0, 4539.0, 4528.0, 4499.0, 4541.0, 4532.0, 4551.0, 4541.0, 4512.0, 4551.0, 4520.0, 4552.0, 4531.0, 4561.0, 4530.0, 4558.0, 4529.0, 4559.0, 4538.0, 4547.0, 4529.0, 4548.0, 4528.0, 4536.0, 4528.0, 4527.0, 4539.0, 4497.0, 4539.0, 4509.0, 4550.0, 4518.0, 4549.0, 4528.0, 4557.0, 4518.0, 4548.0, 4528.0, 4547.0, 4515.0, 4545.0, 4515.0, 4546.0, 4515.0, 4545.0, 4527.0, 4534.0, 4516.0, 4515.0, 4524.0, 4525.0, 4535.0, 4492.0, 4525.0, 4495.0, 4522.0, 4491.0, 4522.0, 4501.0, 4533.0, 4512.0, 4533.0, 4502.0, 4511.0, 4501.0, 4511.0, 4511.0, 4471.0, 4501.0, 4471.0, 4512.0, 4482.0, 4522.0, 4500.0, 4521.0, 4501.0, 4481.0, 4502.0, 4481.0, 4523.0, 4501.0, 4531.0, 4500.0, 4522.0, 4491.0, 4510.0, 4490.0, 4519.0, 4500.0, 4498.0, 4490.0, 4469.0, 4499.0, 4459.0, 4498.0, 4470.0, 4500.0, 4471.0, 4498.0, 4481.0, 4512.0, 4481.0, 4522.0, 4503.0, 4512.0, 4504.0, 4523.0, 4505.0, 4513.0, 4513.0, 4512.0, 4504.0, 4513.0, 4504.0, 4523.0, 4504.0, 4512.0, 4503.0, 4483.0, 4502.0, 4482.0, 4514.0, 4493.0, 4515.0, 4482.0, 4514.0, 4484.0, 4513.0, 4485.0, 4525.0, 4496.0, 4537.0, 4516.0, 4535.0, 4507.0, 4536.0, 4517.0, 4535.0, 4516.0, 4535.0, 4516.0, 4486.0, 4515.0, 4486.0, 4516.0, 4496.0, 4526.0, 4505.0, 4535.0, 4517.0, 4535.0, 4517.0, 4536.0, 4516.0, 4546.0, 4517.0, 4534.0, 4516.0, 4523.0, 4505.0, 4504.0, 4503.0, 4483.0, 4513.0, 4473.0, 4504.0, 4474.0, 4504.0, 4486.0, 4526.0, 4520.0, 4536.0, 4518.0, 4525.0, 4506.0, 4538.0, 4517.0, 4497.0, 4517.0, 4488.0, 4529.0, 4509.0, 4539.0, 4518.0, 4538.0, 4507.0, 4537.0, 4517.0, 4538.0, 4517.0, 4487.0, 4519.0, 4498.0, 4529.0, 4508.0, 4538.0, 4520.0, 4529.0, 4519.0, 4549.0, 4530.0, 4549.0, 4529.0, 4538.0, 4518.0, 4537.0, 4517.0, 4517.0, 4516.0, 4497.0, 4515.0, 4504.0, 4516.0, 4484.0, 4518.0, 4485.0, 4516.0, 4487.0, 4527.0, 4507.0, 4527.0, 4508.0, 4537.0, 4507.0, 4538.0, 4506.0, 4548.0, 4505.0, 4536.0, 4494.0, 4535.0, 4505.0, 4535.0, 4504.0, 4473.0, 4505.0, 4486.0, 4536.0, 4505.0, 4515.0, 4517.0, 4485.0, 4524.0, 4495.0, 4515.0, 4492.0, 4534.0, 4492.0, 4533.0, 4491.0, 4522.0, 4480.0, 4510.0, 4480.0, 4510.0, 4481.0, 4500.0, 4469.0, 4489.0, 4481.0, 4471.0, 4492.0, 4463.0, 4493.0, 4473.0, 4503.0, 4472.0, 4513.0, 4461.0, 4504.0, 4471.0, 4492.0, 4474.0, 4511.0, 4483.0, 4513.0, 4482.0, 4512.0, 4483.0, 4503.0, 4472.0, 4501.0, 4471.0, 4503.0, 4472.0, 4500.0, 4471.0, 4502.0, 4483.0, 4512.0, 4483.0, 4522.0, 4483.0, 4513.0, 4484.0, 4523.0, 4485.0, 4512.0, 4483.0, 4495.0, 4495.0, 4494.0, 4495.0, 4474.0, 4494.0, 4474.0, 4505.0, 4474.0, 4514.0, 4485.0, 4526.0, 4496.0, 4495.0, 4497.0, 4475.0, 4518.0, 4488.0, 4537.0, 4499.0, 4539.0, 4508.0, 4537.0, 4498.0, 4546.0, 4511.0, 4551.0, 4508.0, 4476.0, 4506.0, 4509.0, 4517.0, 4508.0, 4480.0, 4542.0, 4509.0, 4511.0, 4531.0, 4490.0, 4550.0, 4509.0, 4550.0, 4507.0, 4549.0, 4496.0, 4525.0, 4485.0, 4524.0, 4493.0, 4523.0, 4484.0, 4511.0, 4481.0, 4509.0, 4483.0, 4511.0, 4473.0, 4522.0, 4483.0, 4524.0, 4482.0, 4524.0, 4483.0, 4522.0, 4484.0, 4514.0, 4482.0, 4511.0, 4475.0, 4484.0, 4485.0, 4494.0, 4486.0, 4484.0, 4493.0, 4465.0, 4505.0, 4465.0, 4516.0, 4473.0, 4513.0, 4470.0, 4514.0, 4474.0, 4513.0, 4472.0, 4523.0, 4481.0, 4512.0, 4471.0, 4501.0, 4461.0, 4510.0, 4471.0, 4510.0, 4469.0, 4501.0, 4470.0, 4500.0, 4469.0, 4500.0, 4471.0, 4512.0, 4470.0, 4511.0, 4482.0, 4512.0, 4471.0, 4512.0, 4484.0, 4548.0, 4505.0, 4507.0, 4492.0, 4462.0, 4501.0, 4472.0, 4515.0, 4485.0, 4503.0, 4474.0, 4504.0, 4483.0, 4522.0, 4483.0, 4514.0, 4483.0, 4522.0, 4492.0, 4523.0, 4492.0, 4502.0, 4481.0, 4509.0, 4481.0, 4510.0, 4481.0, 4480.0, 4470.0, 4459.0, 4470.0, 4461.0, 4482.0, 4459.0, 4494.0, 4461.0, 4491.0, 4461.0, 4492.0, 4458.0, 4491.0, 4461.0, 4491.0, 4448.0, 4480.0, 4451.0, 4489.0, 4460.0, 4490.0, 4451.0, 4489.0, 4462.0, 4490.0, 4462.0, 4492.0, 4462.0, 4492.0, 4474.0, 4502.0, 4472.0, 4502.0, 4473.0, 4502.0, 4474.0, 4501.0, 4474.0, 4502.0, 4473.0, 4504.0, 4475.0, 4504.0, 4485.0, 4513.0, 4486.0, 4524.0, 4495.0, 4524.0, 4498.0, 4498.0, 4510.0, 4478.0, 4509.0, 4486.0, 4517.0, 4498.0, 4539.0, 4499.0, 4528.0, 4498.0, 4535.0, 4497.0, 4537.0, 4498.0, 4525.0, 4496.0, 4526.0, 4496.0, 4526.0, 4487.0, 4536.0, 4498.0, 4527.0, 4497.0, 4486.0, 4495.0, 4466.0, 4506.0, 4477.0, 4516.0, 4487.0, 4527.0, 4498.0, 4549.0, 4509.0, 4509.0, 4509.0, 4478.0, 4530.0, 4490.0, 4530.0, 4498.0, 4539.0, 4508.0, 4549.0, 4509.0, 4517.0, 4497.0, 4477.0, 4527.0, 4496.0, 4519.0, 4518.0, 4488.0, 4538.0, 4497.0, 4534.0, 4496.0, 4535.0, 4495.0, 4535.0, 4494.0, 4494.0, 4482.0, 4452.0, 4483.0, 4463.0, 4504.0, 4485.0, 4523.0, 4494.0, 4506.0, 4495.0, 4466.0, 4496.0, 4478.0, 4507.0, 4477.0, 4516.0, 4476.0, 4505.0, 4477.0, 4506.0, 4473.0, 4515.0, 4485.0, 4505.0, 4473.0, 4503.0, 4463.0, 4493.0, 4462.0, 4503.0, 4473.0, 4504.0, 4474.0, 4503.0, 4474.0, 4515.0, 4499.0, 4527.0, 4497.0, 4505.0, 4496.0, 4507.0, 4497.0, 4466.0, 4507.0, 4477.0, 4515.0, 4475.0, 4506.0, 4483.0, 4494.0, 4463.0, 4494.0, 4482.0, 4506.0, 4505.0, 4493.0, 4462.0, 4483.0, 4462.0, 4494.0, 4483.0, 4494.0, 4463.0, 4494.0, 4474.0, 4505.0, 4474.0, 4505.0, 4461.0, 4493.0, 4464.0, 4495.0, 4502.0, 4484.0, 4463.0, 4494.0, 4473.0, 4495.0, 4514.0, 4494.0, 4494.0, 4495.0, 4505.0, 4496.0, 4525.0, 4496.0, 4525.0, 4495.0, 4524.0, 4497.0, 4525.0, 4494.0, 4525.0, 4486.0, 4525.0, 4494.0, 4512.0, 4495.0, 4525.0, 4496.0, 4525.0, 4496.0, 4526.0, 4496.0, 4527.0, 4497.0, 4525.0, 4497.0, 4516.0, 4496.0, 4513.0, 4486.0, 4516.0, 4475.0, 4515.0, 4486.0, 4495.0, 4475.0, 4505.0, 4476.0, 4505.0, 4476.0, 4506.0, 4476.0, 4516.0, 4487.0, 4516.0, 4486.0, 4517.0, 4488.0, 4515.0, 4488.0, 4517.0, 4488.0, 4527.0, 4487.0, 4506.0, 4475.0, 4516.0, 4477.0, 4517.0, 4486.0, 4516.0, 4476.0, 4506.0, 4475.0, 4516.0, 4496.0, 4497.0, 4497.0, 4516.0, 4519.0, 4518.0, 4518.0, 4476.0, 4506.0, 4486.0, 4504.0, 4503.0, 4504.0, 4462.0, 4494.0, 4483.0, 4494.0, 4504.0, 4494.0, 4464.0, 4495.0, 4474.0, 4506.0, 4476.0, 4517.0, 4487.0, 4508.0, 4486.0, 4517.0, 4487.0, 4528.0, 4486.0, 4517.0, 4487.0, 4507.0, 4496.0, 4520.0, 4526.0, 4507.0, 4534.0, 4497.0, 4524.0, 4493.0, 4534.0, 4494.0, 4524.0, 4495.0, 4505.0, 4485.0, 4515.0, 4496.0, 4515.0, 4495.0, 4503.0, 4485.0, 4514.0, 4485.0, 4535.0, 4496.0, 4525.0, 4496.0, 4506.0, 4487.0, 4515.0, 4495.0, 4526.0, 4496.0, 4474.0, 4496.0, 4465.0, 4506.0, 4477.0, 4516.0, 4498.0, 4528.0, 4498.0, 4518.0, 4499.0, 4509.0, 4509.0, 4478.0, 4519.0, 4489.0, 4540.0, 4501.0, 4547.0, 4509.0, 4539.0, 4496.0, 4517.0, 4497.0, 4506.0, 4507.0, 4477.0, 4519.0, 4478.0, 4538.0, 4487.0, 4517.0, 4488.0, 4516.0, 4477.0, 4516.0, 4486.0, 4527.0, 4497.0, 4526.0, 4497.0, 4495.0, 4508.0, 4478.0, 4518.0, 4500.0, 4539.0, 4499.0, 4536.0, 4508.0, 4501.0, 4512.0, 4489.0, 4518.0, 4499.0, 4489.0, 4509.0, 4479.0, 4548.0, 4519.0, 4559.0, 4507.0, 4527.0, 4497.0, 4516.0, 4495.0, 4494.0, 4515.0, 4474.0, 4513.0, 4483.0, 4513.0, 4494.0, 4525.0, 4505.0, 4505.0, 4484.0, 4486.0, 4497.0, 4496.0, 4497.0, 4496.0, 4505.0, 4466.0, 4507.0, 4475.0, 4506.0, 4485.0, 4505.0, 4475.0, 4505.0, 4475.0, 4505.0, 4485.0, 4504.0, 4474.0, 4505.0, 4473.0, 4495.0, 4472.0, 4505.0, 4487.0, 4506.0], 'WindowWidth': [10009.0, 9939.0, 9966.0, 9927.0, 9910.0, 9918.0, 9907.0, 9875.0, 9875.0, 9875.0, 9846.0, 9880.0, 9851.0, 9937.0, 9881.0, 9915.0, 9889.0, 9914.0, 9903.0, 9921.0, 9890.0, 9927.0, 9905.0, 9926.0, 9907.0, 9929.0, 9908.0, 9932.0, 9927.0, 9939.0, 9927.0, 9942.0, 9926.0, 9889.0, 9929.0, 9905.0, 9946.0, 9908.0, 9961.0, 9923.0, 9973.0, 9937.0, 9977.0, 9966.0, 9977.0, 9969.0, 9963.0, 9947.0, 9908.0, 9967.0, 9960.0, 9985.0, 9972.0, 9931.0, 9985.0, 9939.0, 9988.0, 9956.0, 9999.0, 9951.0, 9991.0, 9947.0, 9993.0, 9960.0, 9973.0, 9947.0, 9974.0, 9944.0, 9956.0, 9945.0, 9943.0, 9961.0, 9902.0, 9963.0, 9922.0, 9980.0, 9933.0, 9977.0, 9945.0, 9987.0, 9930.0, 9973.0, 9945.0, 9972.0, 9924.0, 9966.0, 9923.0, 9967.0, 9924.0, 9966.0, 9940.0, 9949.0, 9923.0, 9922.0, 9932.0, 9934.0, 9951.0, 9887.0, 9935.0, 9891.0, 9928.0, 9881.0, 9928.0, 9895.0, 9944.0, 9909.0, 9944.0, 9898.0, 9909.0, 9895.0, 9909.0, 9908.0, 9854.0, 9894.0, 9854.0, 9911.0, 9870.0, 9925.0, 9891.0, 9924.0, 9895.0, 9868.0, 9898.0, 9869.0, 9928.0, 9895.0, 9938.0, 9892.0, 9925.0, 9879.0, 9906.0, 9878.0, 9917.0, 9891.0, 9887.0, 9876.0, 9847.0, 9888.0, 9833.0, 9886.0, 9850.0, 9892.0, 9852.0, 9887.0, 9867.0, 9908.0, 9869.0, 9924.0, 9901.0, 9913.0, 9903.0, 9930.0, 9905.0, 9917.0, 9915.0, 9914.0, 9904.0, 9915.0, 9903.0, 9929.0, 9903.0, 9912.0, 9901.0, 9874.0, 9900.0, 9874.0, 9917.0, 9889.0, 9921.0, 9872.0, 9919.0, 9879.0, 9917.0, 9881.0, 9936.0, 9896.0, 9955.0, 9924.0, 9950.0, 9913.0, 9953.0, 9929.0, 9951.0, 9926.0, 9951.0, 9926.0, 9884.0, 9923.0, 9883.0, 9925.0, 9897.0, 9940.0, 9910.0, 9950.0, 9926.0, 9952.0, 9926.0, 9953.0, 9925.0, 9968.0, 9926.0, 9948.0, 9923.0, 9930.0, 9906.0, 9905.0, 9901.0, 9874.0, 9917.0, 9862.0, 9904.0, 9862.0, 9904.0, 9886.0, 9938.0, 9937.0, 9952.0, 9930.0, 9937.0, 9913.0, 9958.0, 9929.0, 9901.0, 9929.0, 9889.0, 9947.0, 9922.0, 9961.0, 9931.0, 9958.0, 9916.0, 9957.0, 9929.0, 9959.0, 9929.0, 9889.0, 9933.0, 9907.0, 9947.0, 9918.0, 9960.0, 9936.0, 9949.0, 9935.0, 9976.0, 9950.0, 9975.0, 9947.0, 9958.0, 9929.0, 9956.0, 9929.0, 9928.0, 9925.0, 9901.0, 9924.0, 9908.0, 9926.0, 9880.0, 9930.0, 9881.0, 9924.0, 9887.0, 9941.0, 9912.0, 9941.0, 9917.0, 9956.0, 9914.0, 9958.0, 9912.0, 9972.0, 9910.0, 9951.0, 9893.0, 9949.0, 9907.0, 9950.0, 9902.0, 9863.0, 9906.0, 9883.0, 9952.0, 9908.0, 9922.0, 9926.0, 9881.0, 9933.0, 9892.0, 9920.0, 9885.0, 9948.0, 9885.0, 9944.0, 9881.0, 9925.0, 9863.0, 9906.0, 9864.0, 9906.0, 9864.0, 9890.0, 9848.0, 9877.0, 9866.0, 9854.0, 9883.0, 9845.0, 9885.0, 9861.0, 9899.0, 9856.0, 9914.0, 9839.0, 9900.0, 9854.0, 9883.0, 9860.0, 9909.0, 9872.0, 9913.0, 9870.0, 9910.0, 9872.0, 9897.0, 9855.0, 9895.0, 9854.0, 9897.0, 9856.0, 9890.0, 9855.0, 9896.0, 9872.0, 9913.0, 9874.0, 9925.0, 9873.0, 9915.0, 9875.0, 9929.0, 9879.0, 9913.0, 9874.0, 9891.0, 9893.0, 9889.0, 9892.0, 9863.0, 9890.0, 9863.0, 9906.0, 9863.0, 9918.0, 9881.0, 9937.0, 9896.0, 9895.0, 9900.0, 9870.0, 9931.0, 9893.0, 9956.0, 9906.0, 9961.0, 9918.0, 9956.0, 9903.0, 9968.0, 9931.0, 9984.0, 9919.0, 9872.0, 9912.0, 9920.0, 9927.0, 9916.0, 9884.0, 9971.0, 9924.0, 9929.0, 9956.0, 9898.0, 9979.0, 9919.0, 9980.0, 9914.0, 9975.0, 9895.0, 9935.0, 9878.0, 9932.0, 9887.0, 9928.0, 9874.0, 9908.0, 9869.0, 9906.0, 9873.0, 9910.0, 9858.0, 9925.0, 9873.0, 9928.0, 9872.0, 9929.0, 9873.0, 9925.0, 9873.0, 9914.0, 9870.0, 9910.0, 9863.0, 9877.0, 9877.0, 9889.0, 9880.0, 9876.0, 9888.0, 9852.0, 9905.0, 9850.0, 9922.0, 9860.0, 9917.0, 9854.0, 9917.0, 9860.0, 9914.0, 9855.0, 9928.0, 9865.0, 9910.0, 9853.0, 9893.0, 9838.0, 9906.0, 9851.0, 9905.0, 9847.0, 9891.0, 9849.0, 9890.0, 9846.0, 9890.0, 9853.0, 9907.0, 9852.0, 9906.0, 9870.0, 9910.0, 9854.0, 9909.0, 9876.0, 9974.0, 9909.0, 9911.0, 9884.0, 9844.0, 9895.0, 9857.0, 9919.0, 9877.0, 9901.0, 9861.0, 9901.0, 9873.0, 9926.0, 9872.0, 9916.0, 9873.0, 9926.0, 9884.0, 9927.0, 9883.0, 9897.0, 9866.0, 9904.0, 9866.0, 9905.0, 9864.0, 9864.0, 9849.0, 9834.0, 9849.0, 9838.0, 9869.0, 9835.0, 9886.0, 9839.0, 9881.0, 9838.0, 9883.0, 9832.0, 9880.0, 9840.0, 9881.0, 9818.0, 9864.0, 9825.0, 9876.0, 9837.0, 9878.0, 9826.0, 9875.0, 9843.0, 9879.0, 9843.0, 9883.0, 9843.0, 9884.0, 9860.0, 9898.0, 9857.0, 9897.0, 9859.0, 9897.0, 9862.0, 9896.0, 9862.0, 9899.0, 9862.0, 9902.0, 9864.0, 9903.0, 9879.0, 9917.0, 9883.0, 9934.0, 9895.0, 9935.0, 9903.0, 9903.0, 9920.0, 9878.0, 9921.0, 9886.0, 9930.0, 9904.0, 9961.0, 9905.0, 9945.0, 9902.0, 9952.0, 9899.0, 9953.0, 9901.0, 9935.0, 9898.0, 9936.0, 9897.0, 9937.0, 9885.0, 9951.0, 9901.0, 9939.0, 9899.0, 9884.0, 9895.0, 9857.0, 9913.0, 9874.0, 9927.0, 9887.0, 9942.0, 9905.0, 9975.0, 9920.0, 9920.0, 9921.0, 9879.0, 9949.0, 9894.0, 9949.0, 9903.0, 9962.0, 9915.0, 9974.0, 9917.0, 9927.0, 9899.0, 9871.0, 9942.0, 9898.0, 9934.0, 9933.0, 9888.0, 9957.0, 9900.0, 9950.0, 9893.0, 9949.0, 9893.0, 9948.0, 9887.0, 9887.0, 9869.0, 9830.0, 9873.0, 9846.0, 9902.0, 9878.0, 9930.0, 9892.0, 9912.0, 9895.0, 9856.0, 9896.0, 9874.0, 9913.0, 9874.0, 9925.0, 9868.0, 9909.0, 9869.0, 9909.0, 9861.0, 9922.0, 9877.0, 9905.0, 9858.0, 9901.0, 9846.0, 9885.0, 9844.0, 9901.0, 9858.0, 9902.0, 9861.0, 9899.0, 9861.0, 9920.0, 9905.0, 9941.0, 9896.0, 9908.0, 9896.0, 9913.0, 9900.0, 9855.0, 9911.0, 9871.0, 9922.0, 9864.0, 9908.0, 9872.0, 9888.0, 9845.0, 9886.0, 9868.0, 9914.0, 9908.0, 9887.0, 9844.0, 9872.0, 9845.0, 9889.0, 9873.0, 9892.0, 9846.0, 9891.0, 9863.0, 9907.0, 9862.0, 9907.0, 9843.0, 9888.0, 9847.0, 9891.0, 9899.0, 9875.0, 9846.0, 9891.0, 9861.0, 9891.0, 9918.0, 9889.0, 9891.0, 9893.0, 9907.0, 9894.0, 9937.0, 9896.0, 9935.0, 9893.0, 9932.0, 9896.0, 9935.0, 9893.0, 9934.0, 9881.0, 9934.0, 9890.0, 9915.0, 9893.0, 9933.0, 9895.0, 9935.0, 9897.0, 9936.0, 9898.0, 9939.0, 9900.0, 9936.0, 9898.0, 9924.0, 9897.0, 9918.0, 9883.0, 9924.0, 9866.0, 9924.0, 9881.0, 9893.0, 9867.0, 9907.0, 9868.0, 9908.0, 9870.0, 9910.0, 9868.0, 9922.0, 9886.0, 9923.0, 9883.0, 9927.0, 9887.0, 9923.0, 9888.0, 9928.0, 9889.0, 9942.0, 9884.0, 9911.0, 9868.0, 9923.0, 9871.0, 9926.0, 9881.0, 9925.0, 9871.0, 9910.0, 9866.0, 9921.0, 9897.0, 9900.0, 9900.0, 9926.0, 9933.0, 9927.0, 9928.0, 9869.0, 9910.0, 9881.0, 9905.0, 9899.0, 9903.0, 9844.0, 9888.0, 9872.0, 9889.0, 9904.0, 9890.0, 9849.0, 9892.0, 9865.0, 9909.0, 9869.0, 9925.0, 9886.0, 9915.0, 9885.0, 9929.0, 9887.0, 9944.0, 9883.0, 9927.0, 9882.0, 9912.0, 9893.0, 9938.0, 9940.0, 9909.0, 9948.0, 9898.0, 9931.0, 9886.0, 9947.0, 9888.0, 9932.0, 9893.0, 9905.0, 9879.0, 9919.0, 9894.0, 9919.0, 9891.0, 9902.0, 9879.0, 9917.0, 9878.0, 9949.0, 9895.0, 9934.0, 9896.0, 9908.0, 9884.0, 9920.0, 9893.0, 9936.0, 9894.0, 9864.0, 9895.0, 9853.0, 9910.0, 9872.0, 9924.0, 9901.0, 9945.0, 9903.0, 9930.0, 9905.0, 9919.0, 9919.0, 9875.0, 9933.0, 9892.0, 9962.0, 9910.0, 9972.0, 9919.0, 9961.0, 9901.0, 9929.0, 9902.0, 9911.0, 9915.0, 9874.0, 9933.0, 9875.0, 9958.0, 9887.0, 9928.0, 9886.0, 9924.0, 9871.0, 9924.0, 9883.0, 9940.0, 9898.0, 9939.0, 9899.0, 9896.0, 9918.0, 9875.0, 9931.0, 9909.0, 9959.0, 9904.0, 9953.0, 9917.0, 9913.0, 9930.0, 9894.0, 9931.0, 9907.0, 9893.0, 9919.0, 9879.0, 9972.0, 9932.0, 9991.0, 9915.0, 9942.0, 9899.0, 9922.0, 9893.0, 9888.0, 9921.0, 9861.0, 9913.0, 9874.0, 9913.0, 9890.0, 9933.0, 9905.0, 9908.0, 9879.0, 9883.0, 9897.0, 9898.0, 9900.0, 9896.0, 9909.0, 9854.0, 9913.0, 9867.0, 9909.0, 9879.0, 9908.0, 9864.0, 9907.0, 9865.0, 9906.0, 9878.0, 9904.0, 9863.0, 9907.0, 9861.0, 9891.0, 9859.0, 9906.0, 9883.0, 9909.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.001251859956236324</td></tr>
<tr><td colspan=3>aqi</td><td>0.02444469496717724</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.513977067458924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2187751622124856</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.995413760952902</td></tr>
<tr><td colspan=3>efc</td><td>0.4833</td></tr>
<tr><td colspan=3>fber</td><td>5055.2539</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07979428339425813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4070021881838075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6755371973868507</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.703286481003173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758602934229781</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.564722176927599</td></tr>
<tr><td colspan=3>gcor</td><td>0.00922499</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00180579733569175</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012086364440619946</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9132975799064216</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>20.9048</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.3217</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.4005</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>928.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.0203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.7319</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3700.5927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.662</td></tr>
<tr><td colspan=3>tsnr</td><td>39.294235579669476</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>