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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-02/func/sub-0044_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>34ab5d4ac51bbfc59bdbf13a9278ba51</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:54:32.937500</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.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0959734</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7733, -7269, 430, -105, -17, 8, 121]</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>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34a20df9-bc51-4645-b832-1eae28674ffb||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.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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': ['135432.937500', '135433.397500', '135433.857500', '135434.317500', '135434.777500', '135435.237500', '135435.697500', '135436.157500', '135436.617500', '135437.077500', '135437.537500', '135437.997500', '135438.457500', '135438.917500', '135439.377500', '135439.837500', '135440.297500', '135440.757500', '135441.217500', '135441.677500', '135442.137500', '135442.597500', '135443.057500', '135443.517500', '135443.977500', '135444.437500', '135444.897500', '135445.357500', '135445.817500', '135446.277500', '135446.737500', '135447.197500', '135447.657500', '135448.117500', '135448.577500', '135449.037500', '135449.497500', '135449.957500', '135450.417500', '135450.877500', '135451.337500', '135451.797500', '135452.257500', '135452.717500', '135453.177500', '135453.637500', '135454.097500', '135454.557500', '135455.017500', '135455.477500', '135455.937500', '135456.397500', '135456.857500', '135457.317500', '135457.777500', '135458.237500', '135458.697500', '135459.157500', '135459.617500', '135500.077500', '135500.537500', '135500.997500', '135501.457500', '135501.917500', '135502.377500', '135502.837500', '135503.297500', '135503.757500', '135504.217500', '135504.677500', '135505.137500', '135505.597500', '135506.057500', '135506.517500', '135506.977500', '135507.437500', '135507.897500', '135508.357500', '135508.817500', '135509.277500', '135509.737500', '135510.197500', '135510.657500', '135511.117500', '135511.577500', '135512.037500', '135512.497500', '135512.957500', '135513.417500', '135513.877500', '135514.337500', '135514.797500', '135515.257500', '135515.717500', '135516.177500', '135516.637500', '135517.097500', '135517.557500', '135518.017500', '135518.477500', '135518.937500', '135519.397500', '135519.857500', '135520.317500', '135520.777500', '135521.237500', '135521.697500', '135522.157500', '135522.617500', '135523.077500', '135523.537500', '135523.997500', '135524.457500', '135524.917500', '135525.377500', '135525.837500', '135526.297500', '135526.757500', '135527.217500', '135527.677500', '135528.137500', '135528.597500', '135529.057500', '135529.517500', '135529.977500', '135530.437500', '135530.897500', '135531.357500', '135531.817500', '135532.277500', '135532.737500', '135533.197500', '135533.657500', '135534.117500', '135534.577500', '135535.037500', '135535.497500', '135535.957500', '135536.417500', '135536.877500', '135537.337500', '135537.797500', '135538.257500', '135538.717500', '135539.177500', '135539.637500', '135540.097500', '135540.557500', '135541.017500', '135541.477500', '135541.937500', '135542.397500', '135542.857500', '135543.317500', '135543.777500', '135544.237500', '135544.697500', '135545.157500', '135545.617500', '135546.077500', '135546.537500', '135546.997500', '135547.457500', '135547.917500', '135548.377500', '135548.837500', '135549.297500', '135549.757500', '135550.217500', '135550.677500', '135551.137500', '135551.597500', '135552.057500', '135552.517500', '135552.977500', '135553.437500', '135553.897500', '135554.357500', '135554.817500', '135555.277500', '135555.737500', '135556.197500', '135556.657500', '135557.117500', '135557.577500', '135558.037500', '135558.497500', '135558.957500', '135559.417500', '135559.877500', '135600.337500', '135600.797500', '135601.257500', '135601.717500', '135602.177500', '135602.637500', '135603.097500', '135603.557500', '135604.017500', '135604.477500', '135604.937500', '135605.397500', '135605.857500', '135606.317500', '135606.777500', '135607.237500', '135607.697500', '135608.157500', '135608.617500', '135609.077500', '135609.537500', '135609.997500', '135610.457500', '135610.917500', '135611.377500', '135611.837500', '135612.297500', '135612.757500', '135613.217500', '135613.677500', '135614.137500', '135614.597500', '135615.057500', '135615.517500', '135615.977500', '135616.437500', '135616.897500', '135617.357500', '135617.817500', '135618.277500', '135618.737500', '135619.197500', '135619.657500', '135620.117500', '135620.577500', '135621.037500', '135621.497500', '135621.957500', '135622.417500', '135622.877500', '135623.337500', '135623.797500', '135624.257500', '135624.717500', '135625.177500', '135625.637500', '135626.097500', '135626.557500', '135627.017500', '135627.477500', '135627.937500', '135628.397500', '135628.857500', '135629.317500', '135629.777500', '135630.237500', '135630.697500', '135631.157500', '135631.617500', '135632.077500', '135632.537500', '135632.997500', '135633.457500', '135633.917500', '135634.377500', '135634.837500', '135635.297500', '135635.757500', '135636.217500', '135636.677500', '135637.137500', '135637.597500', '135638.057500', '135638.517500', '135638.977500', '135639.437500', '135639.897500', '135640.357500', '135640.817500', '135641.277500', '135641.737500', '135642.197500', '135642.657500', '135643.117500', '135643.577500', '135644.037500', '135644.497500', '135644.957500', '135645.417500', '135645.877500', '135646.337500', '135646.797500', '135647.257500', '135647.717500', '135648.177500', '135648.637500', '135649.097500', '135649.557500', '135650.017500', '135650.477500', '135650.937500', '135651.397500', '135651.857500', '135652.317500', '135652.777500', '135653.237500', '135653.697500', '135654.157500', '135654.617500', '135655.077500', '135655.537500', '135655.997500', '135656.457500', '135656.917500', '135657.377500', '135657.837500', '135658.297500', '135658.757500', '135659.217500', '135659.677500', '135700.137500', '135700.597500', '135701.057500', '135701.517500', '135701.977500', '135702.437500', '135702.897500', '135703.357500', '135703.817500', '135704.277500', '135704.737500', '135705.197500', '135705.657500', '135706.117500', '135706.577500', '135707.037500', '135707.497500', '135707.957500', '135708.417500', '135708.877500', '135709.337500', '135709.797500', '135710.257500', '135710.717500', '135711.177500', '135711.637500', '135712.097500', '135712.557500', '135713.017500', '135713.477500', '135713.937500', '135714.397500', '135714.857500', '135715.317500', '135715.777500', '135716.237500', '135716.697500', '135717.157500', '135717.617500', '135718.077500', '135718.537500', '135718.997500', '135719.457500', '135719.917500', '135720.377500', '135720.837500', '135721.297500', '135721.757500', '135722.217500', '135722.677500', '135723.137500', '135723.597500', '135724.057500', '135724.517500', '135724.977500', '135725.437500', '135725.897500', '135726.357500', '135726.817500', '135727.277500', '135727.737500', '135728.197500', '135728.657500', '135729.117500', '135729.577500', '135730.037500', '135730.497500', '135730.957500', '135731.417500', '135731.877500', '135732.337500', '135732.797500', '135733.257500', '135733.717500', '135734.177500', '135734.637500', '135735.097500', '135735.557500', '135736.017500', '135736.477500', '135736.937500', '135737.397500', '135737.857500', '135738.317500', '135738.777500', '135739.237500', '135739.697500', '135740.157500', '135740.617500', '135741.077500', '135741.537500', '135741.997500', '135742.457500', '135742.917500', '135743.377500', '135743.837500', '135744.297500', '135744.757500', '135745.217500', '135745.677500', '135746.137500', '135746.597500', '135747.057500', '135747.517500', '135747.977500', '135748.437500', '135748.897500', '135749.357500', '135749.817500', '135750.277500', '135750.737500', '135751.197500', '135751.657500', '135752.117500', '135752.577500', '135753.037500', '135753.497500', '135753.957500', '135754.417500', '135754.877500', '135755.337500', '135755.797500', '135756.257500', '135756.717500', '135757.177500', '135757.637500', '135758.097500', '135758.557500', '135759.017500', '135759.477500', '135759.937500', '135800.397500', '135800.857500', '135801.317500', '135801.777500', '135802.237500', '135802.697500', '135803.157500', '135803.617500', '135804.077500', '135804.537500', '135804.997500', '135805.457500', '135805.917500', '135806.377500', '135806.837500', '135807.297500', '135807.757500', '135808.217500', '135808.677500', '135809.137500', '135809.597500', '135810.057500', '135810.517500', '135810.977500', '135811.437500', '135811.897500', '135812.357500', '135812.817500', '135813.277500', '135813.737500', '135814.197500', '135814.657500', '135815.117500', '135815.577500', '135816.037500', '135816.497500', '135816.957500', '135817.417500', '135817.877500', '135818.337500', '135818.797500', '135819.257500', '135819.717500', '135820.177500', '135820.637500', '135821.097500', '135821.557500', '135822.017500', '135822.477500', '135822.937500', '135823.397500', '135823.857500', '135824.317500', '135824.777500', '135825.237500', '135825.697500', '135826.157500', '135826.617500', '135827.077500', '135827.537500', '135827.997500', '135828.457500', '135828.917500', '135829.377500', '135829.837500', '135830.297500', '135830.757500', '135831.217500', '135831.677500', '135832.137500', '135832.597500', '135833.057500', '135833.517500', '135833.977500', '135834.437500', '135834.897500', '135835.357500', '135835.817500', '135836.277500', '135836.737500', '135837.197500', '135837.657500', '135838.117500', '135838.577500', '135839.037500', '135839.497500', '135839.957500', '135840.417500', '135840.877500', '135841.337500', '135841.797500', '135842.257500', '135842.717500', '135843.177500', '135843.637500', '135844.097500', '135844.557500', '135845.017500', '135845.477500', '135845.937500', '135846.397500', '135846.857500', '135847.317500', '135847.777500', '135848.237500', '135848.697500', '135849.157500', '135849.617500', '135850.077500', '135850.537500', '135850.997500', '135851.457500', '135851.917500', '135852.377500', '135852.837500', '135853.297500', '135853.757500', '135854.217500', '135854.677500', '135855.137500', '135855.597500', '135856.057500', '135856.517500', '135856.977500', '135857.437500', '135857.897500', '135858.357500', '135858.817500', '135859.277500', '135859.737500', '135900.197500', '135900.657500', '135901.117500', '135901.577500', '135902.037500', '135902.497500', '135902.957500', '135903.417500', '135903.877500', '135904.337500', '135904.797500', '135905.257500', '135905.717500', '135906.177500', '135906.637500', '135907.097500', '135907.557500', '135908.017500', '135908.477500', '135908.937500', '135909.397500', '135909.857500', '135910.317500', '135910.777500', '135911.237500', '135911.697500', '135912.157500', '135912.617500', '135913.077500', '135913.537500', '135913.997500', '135914.457500', '135914.917500', '135915.377500', '135915.837500', '135916.297500', '135916.757500', '135917.217500', '135917.677500', '135918.137500', '135918.597500', '135919.057500', '135919.517500', '135919.977500', '135920.437500', '135920.897500', '135921.357500', '135921.817500', '135922.277500', '135922.737500', '135923.197500', '135923.657500', '135924.117500', '135924.577500', '135925.037500', '135925.497500', '135925.957500', '135926.417500', '135926.877500', '135927.337500', '135927.797500', '135928.257500', '135928.717500', '135929.177500', '135929.637500', '135930.097500', '135930.557500', '135931.017500', '135931.477500', '135931.937500', '135932.397500', '135932.857500', '135933.317500', '135933.777500', '135934.237500', '135934.697500', '135935.157500', '135935.617500', '135936.077500', '135936.537500', '135936.997500', '135937.457500', '135937.917500', '135938.377500', '135938.837500', '135939.297500', '135939.757500', '135940.217500', '135940.677500', '135941.137500', '135941.597500', '135942.057500', '135942.517500', '135942.977500', '135943.437500', '135943.897500', '135944.357500', '135944.817500', '135945.277500', '135945.737500', '135946.197500', '135946.657500', '135947.117500', '135947.577500', '135948.037500', '135948.497500', '135948.957500', '135949.417500', '135949.877500', '135950.337500', '135950.797500', '135951.257500', '135951.717500', '135952.177500', '135952.637500', '135953.097500', '135953.557500', '135954.017500', '135954.477500', '135954.937500', '135955.397500', '135955.857500', '135956.317500', '135956.777500', '135957.237500', '135957.697500', '135958.157500', '135958.617500', '135959.077500', '135959.537500', '135959.997500', '140000.457500', '140000.917500', '140001.377500', '140001.837500', '140002.297500', '140002.757500', '140003.217500', '140003.677500', '140004.137500', '140004.597500', '140005.057500', '140005.517500', '140005.977500', '140006.437500', '140006.897500', '140007.357500', '140007.817500', '140008.277500', '140008.737500', '140009.197500', '140009.657500', '140010.117500', '140010.577500', '140011.037500', '140011.497500', '140011.957500', '140012.417500', '140012.877500', '140013.337500', '140013.797500', '140014.257500', '140014.717500', '140015.177500', '140015.637500', '140016.097500', '140016.557500', '140017.017500', '140017.477500', '140017.937500', '140018.397500', '140018.857500', '140019.317500', '140019.777500', '140020.237500', '140020.697500', '140021.157500', '140021.617500', '140022.077500', '140022.537500', '140022.997500', '140023.457500', '140023.917500', '140024.377500', '140024.837500', '140025.297500', '140025.757500', '140026.217500', '140026.677500', '140027.137500', '140027.597500', '140028.057500', '140028.517500', '140028.977500', '140029.437500', '140029.897500', '140030.357500', '140030.817500', '140031.277500', '140031.737500', '140032.197500', '140032.657500', '140033.117500', '140033.577500', '140034.037500', '140034.497500', '140034.957500', '140035.417500', '140035.877500', '140036.337500', '140036.797500', '140037.257500', '140037.717500', '140038.177500', '140038.637500', '140039.097500', '140039.557500', '140040.017500', '140040.477500', '140040.937500', '140041.397500', '140041.857500', '140042.317500', '140042.777500', '140043.237500', '140043.697500', '140044.157500', '140044.617500', '140045.077500', '140045.537500', '140045.997500', '140046.457500', '140046.917500', '140047.377500', '140047.837500', '140048.297500', '140048.757500', '140049.217500', '140049.677500', '140050.137500', '140050.597500', '140051.057500', '140051.517500', '140051.977500', '140052.437500', '140052.897500', '140053.357500', '140053.817500', '140054.277500', '140054.737500', '140055.197500', '140055.657500', '140056.117500', '140056.577500', '140057.037500', '140057.497500', '140057.957500', '140058.417500', '140058.877500', '140059.337500', '140059.797500', '140100.257500', '140100.717500', '140101.177500', '140101.637500', '140102.097500', '140102.557500', '140103.017500', '140103.477500', '140103.937500', '140104.397500', '140104.857500', '140105.317500', '140105.777500', '140106.237500', '140106.697500', '140107.157500', '140107.617500', '140108.077500', '140108.537500', '140108.997500', '140109.457500', '140109.917500', '140110.377500', '140110.837500', '140111.297500', '140111.757500', '140112.217500', '140112.677500', '140113.137500', '140113.597500', '140114.057500', '140114.517500', '140114.977500', '140115.437500', '140115.897500', '140116.357500', '140116.817500', '140117.277500', '140117.737500', '140118.197500', '140118.657500', '140119.117500', '140119.577500', '140120.037500', '140120.497500', '140120.957500', '140121.417500', '140121.877500', '140122.337500', '140122.797500', '140123.257500', '140123.717500', '140124.177500', '140124.637500', '140125.097500', '140125.557500', '140126.017500', '140126.477500', '140126.937500', '140127.397500', '140127.857500', '140128.317500', '140128.777500', '140129.237500', '140129.697500', '140130.157500', '140130.617500', '140131.077500', '140131.537500', '140131.997500', '140132.457500', '140132.917500'], 'ContentTime': ['135447.345000', '135447.348000', '135447.352000', '135447.355000', '135447.358000', '135447.361000', '135447.364000', '135447.367000', '135447.371000', '135447.374000', '135447.377000', '135447.380000', '135447.383000', '135447.386000', '135447.389000', '135447.392000', '135447.395000', '135447.398000', '135447.401000', '135447.403000', '135447.415000', '135447.418000', '135447.421000', '135447.424000', '135447.427000', '135447.430000', '135447.433000', '135447.436000', '135447.439000', '135447.442000', '135507.315000', '135507.318000', '135507.321000', '135507.333000', '135507.336000', '135507.339000', '135507.342000', '135507.345000', '135507.348000', '135507.351000', '135507.354000', '135507.357000', '135507.360000', '135507.363000', '135507.366000', '135507.369000', '135507.372000', '135507.375000', '135507.378000', '135507.381000', '135507.384000', '135507.387000', '135507.390000', '135507.393000', '135507.396000', '135507.399000', '135507.408000', '135507.411000', '135507.414000', '135507.417000', '135507.420000', '135507.423000', '135507.426000', '135507.429000', '135507.432000', '135507.435000', '135507.438000', '135507.440000', '135507.443000', '135507.446000', '135507.449000', '135507.452000', '135507.455000', '135507.458000', '135527.315000', '135527.318000', '135527.321000', '135527.324000', '135527.327000', '135527.330000', '135527.333000', '135527.336000', '135527.339000', '135527.342000', '135527.345000', '135527.348000', '135527.351000', '135527.354000', '135527.357000', '135527.360000', '135527.363000', '135527.366000', '135527.369000', '135527.371000', '135527.374000', '135527.377000', '135527.380000', '135527.383000', '135527.386000', '135527.398000', '135527.401000', '135527.404000', '135527.407000', '135527.410000', '135527.413000', '135527.416000', '135527.418000', '135527.421000', '135527.424000', '135527.427000', '135527.430000', '135527.433000', '135527.436000', '135527.439000', '135527.442000', '135527.445000', '135527.448000', '135547.316000', '135547.319000', '135547.322000', '135547.325000', '135547.328000', '135547.331000', '135547.334000', '135547.337000', '135547.340000', '135547.343000', '135547.346000', '135547.349000', '135547.352000', '135547.355000', '135547.358000', '135547.361000', '135547.364000', '135547.367000', '135547.370000', '135547.373000', '135547.376000', '135547.379000', '135547.382000', '135547.385000', '135547.388000', '135547.391000', '135547.394000', '135547.397000', '135547.400000', '135547.403000', '135547.405000', '135547.408000', '135547.411000', '135547.414000', '135547.417000', '135547.420000', '135547.423000', '135547.426000', '135547.429000', '135547.432000', '135547.435000', '135547.438000', '135547.441000', '135547.444000', '135607.316000', '135607.319000', '135607.322000', '135607.325000', '135607.328000', '135607.331000', '135607.334000', '135607.337000', '135607.340000', '135607.343000', '135607.346000', '135607.349000', '135607.352000', '135607.355000', '135607.358000', '135607.361000', '135607.364000', '135607.367000', '135607.370000', '135607.373000', '135607.376000', '135607.379000', '135607.382000', '135607.385000', '135607.388000', '135607.391000', '135607.394000', '135607.397000', '135607.400000', '135607.403000', '135607.406000', '135607.410000', '135607.413000', '135607.416000', '135607.419000', '135607.422000', '135607.425000', '135607.428000', '135607.431000', '135607.434000', '135607.437000', '135607.440000', '135607.443000', '135627.315000', '135627.318000', '135627.321000', '135627.324000', '135627.327000', '135627.330000', '135627.333000', '135627.336000', '135627.339000', '135627.342000', '135627.345000', '135627.348000', '135627.351000', '135627.354000', '135627.357000', '135627.360000', '135627.363000', '135627.366000', '135627.369000', '135627.372000', '135627.375000', '135627.378000', '135627.381000', '135627.384000', '135627.387000', '135627.390000', '135627.393000', '135627.396000', '135627.399000', '135627.402000', '135627.405000', '135627.408000', '135627.411000', '135627.414000', '135627.417000', '135627.420000', '135627.423000', '135627.426000', '135627.429000', '135627.432000', '135627.435000', '135627.438000', '135627.441000', '135627.444000', '135647.315000', '135647.318000', '135647.321000', '135647.324000', '135647.327000', '135647.330000', '135647.333000', '135647.336000', '135647.339000', '135647.342000', '135647.345000', '135647.348000', '135647.351000', '135647.354000', '135647.357000', '135647.360000', '135647.363000', '135647.366000', '135647.369000', '135647.372000', '135647.375000', '135647.378000', '135647.381000', '135647.384000', '135647.387000', '135647.390000', '135647.393000', '135647.396000', '135647.399000', '135647.402000', '135647.405000', '135647.408000', '135647.411000', '135647.414000', '135647.417000', '135647.420000', '135647.423000', '135647.426000', '135647.429000', '135647.432000', '135647.435000', '135647.438000', '135647.441000', '135707.315000', '135707.318000', '135707.321000', '135707.324000', '135707.327000', '135707.330000', '135707.333000', '135707.336000', '135707.339000', '135707.342000', '135707.345000', '135707.348000', '135707.351000', '135707.354000', '135707.357000', '135707.360000', '135707.363000', '135707.366000', '135707.369000', '135707.372000', '135707.375000', '135707.378000', '135707.381000', '135707.384000', '135707.387000', '135707.390000', '135707.393000', '135707.396000', '135707.399000', '135707.402000', '135707.405000', '135707.408000', '135707.411000', '135707.414000', '135707.417000', '135707.420000', '135707.423000', '135707.426000', '135707.429000', '135707.432000', '135707.435000', '135707.438000', '135707.441000', '135707.444000', '135727.315000', '135727.318000', '135727.321000', '135727.324000', '135727.327000', '135727.330000', '135727.333000', '135727.336000', '135727.339000', '135727.342000', '135727.345000', '135727.348000', '135727.351000', '135727.354000', '135727.357000', '135727.360000', '135727.363000', '135727.366000', '135727.369000', '135727.372000', '135727.375000', '135727.378000', '135727.381000', '135727.384000', '135727.387000', '135727.390000', '135727.393000', '135727.396000', '135727.399000', '135727.402000', '135727.405000', '135727.408000', '135727.411000', '135727.414000', '135727.417000', '135727.420000', '135727.423000', '135727.426000', '135727.429000', '135727.432000', '135727.435000', '135727.438000', '135727.441000', '135747.315000', '135747.318000', '135747.321000', '135747.324000', '135747.327000', '135747.330000', '135747.333000', '135747.336000', '135747.339000', '135747.342000', '135747.345000', '135747.348000', '135747.351000', '135747.354000', '135747.357000', '135747.360000', '135747.363000', '135747.366000', '135747.369000', '135747.372000', '135747.375000', '135747.378000', '135747.381000', '135747.384000', '135747.387000', '135747.390000', '135747.393000', '135747.396000', '135747.399000', '135747.402000', '135747.405000', '135747.408000', '135747.412000', '135747.415000', '135747.418000', '135747.421000', '135747.424000', '135747.427000', '135747.430000', '135747.433000', '135747.436000', '135747.439000', '135747.442000', '135747.445000', '135807.316000', '135807.319000', '135807.322000', '135807.325000', '135807.328000', '135807.331000', '135807.334000', '135807.337000', '135807.340000', '135807.343000', '135807.346000', '135807.349000', '135807.352000', '135807.355000', '135807.358000', '135807.361000', '135807.364000', '135807.367000', '135807.370000', '135807.373000', '135807.376000', '135807.379000', '135807.382000', '135807.385000', '135807.388000', '135807.391000', '135807.394000', '135807.397000', '135807.400000', '135807.403000', '135807.406000', '135807.409000', '135807.412000', '135807.415000', '135807.418000', '135807.421000', '135807.424000', '135807.427000', '135807.429000', '135807.432000', '135807.435000', '135807.439000', '135807.442000', '135827.317000', '135827.321000', '135827.324000', '135827.327000', '135827.330000', '135827.332000', '135827.335000', '135827.338000', '135827.341000', '135827.344000', '135827.347000', '135827.351000', '135827.354000', '135827.356000', '135827.359000', '135827.362000', '135827.365000', '135827.368000', '135827.371000', '135827.374000', '135827.377000', '135827.380000', '135827.383000', '135827.386000', '135827.389000', '135827.392000', '135827.395000', '135827.398000', '135827.401000', '135827.404000', '135827.407000', '135827.410000', '135827.413000', '135827.416000', '135827.419000', '135827.422000', '135827.425000', '135827.428000', '135827.431000', '135827.434000', '135827.437000', '135827.440000', '135827.443000', '135847.315000', '135847.318000', '135847.321000', '135847.324000', '135847.327000', '135847.330000', '135847.333000', '135847.336000', '135847.339000', '135847.342000', '135847.345000', '135847.348000', '135847.351000', '135847.354000', '135847.357000', '135847.360000', '135847.363000', '135847.366000', '135847.369000', '135847.372000', '135847.375000', '135847.378000', '135847.381000', '135847.384000', '135847.387000', '135847.390000', '135847.393000', '135847.396000', '135847.399000', '135847.402000', '135847.419000', '135847.422000', '135847.425000', '135847.428000', '135847.431000', '135847.434000', '135847.437000', '135847.440000', '135847.443000', '135847.446000', '135847.449000', '135847.452000', '135847.455000', '135847.458000', '135907.315000', '135907.318000', '135907.321000', '135907.324000', '135907.327000', '135907.330000', '135907.333000', '135907.336000', '135907.339000', '135907.342000', '135907.345000', '135907.348000', '135907.351000', '135907.355000', '135907.359000', '135907.362000', '135907.365000', '135907.368000', '135907.371000', '135907.374000', '135907.377000', '135907.380000', '135907.383000', '135907.386000', '135907.389000', '135907.392000', '135907.395000', '135907.398000', '135907.401000', '135907.404000', '135907.407000', '135907.410000', '135907.413000', '135907.416000', '135907.419000', '135907.422000', '135907.425000', '135907.428000', '135907.431000', '135907.434000', '135907.437000', '135907.440000', '135907.443000', '135927.315000', '135927.318000', '135927.321000', '135927.324000', '135927.327000', '135927.330000', '135927.333000', '135927.336000', '135927.339000', '135927.342000', '135927.345000', '135927.348000', '135927.351000', '135927.354000', '135927.357000', '135927.360000', '135927.363000', '135927.366000', '135927.369000', '135927.372000', '135927.375000', '135927.378000', '135927.381000', '135927.384000', '135927.387000', '135927.390000', '135927.393000', '135927.396000', '135927.399000', '135927.402000', '135927.405000', '135927.408000', '135927.411000', '135927.414000', '135927.417000', '135927.420000', '135927.423000', '135927.426000', '135927.429000', '135927.432000', '135927.435000', '135927.438000', '135927.441000', '135927.444000', '135947.315000', '135947.318000', '135947.321000', '135947.324000', '135947.327000', '135947.330000', '135947.333000', '135947.337000', '135947.340000', '135947.343000', '135947.346000', '135947.350000', '135947.355000', '135947.358000', '135947.362000', '135947.365000', '135947.368000', '135947.370000', '135947.374000', '135947.377000', '135947.380000', '135947.383000', '135947.386000', '135947.389000', '135947.391000', '135947.394000', '135947.397000', '135947.401000', '135947.404000', '135947.407000', '135947.410000', '135947.413000', '135947.416000', '135947.419000', '135947.422000', '135947.425000', '135947.428000', '135947.431000', '135947.434000', '135947.437000', '135947.440000', '135947.443000', '135947.446000', '140007.315000', '140007.318000', '140007.321000', '140007.324000', '140007.327000', '140007.330000', '140007.333000', '140007.336000', '140007.339000', '140007.342000', '140007.345000', '140007.348000', '140007.359000', '140007.361000', '140007.364000', '140007.367000', '140007.370000', '140007.373000', '140007.376000', '140007.379000', '140007.382000', '140007.385000', '140007.388000', '140007.391000', '140007.395000', '140007.398000', '140007.400000', '140007.404000', '140007.407000', '140007.410000', '140007.413000', '140007.416000', '140007.418000', '140007.421000', '140007.424000', '140007.427000', '140007.430000', '140007.434000', '140007.437000', '140007.440000', '140007.443000', '140007.455000', '140007.458000', '140007.461000', '140027.316000', '140027.319000', '140027.322000', '140027.325000', '140027.328000', '140027.331000', '140027.334000', '140027.337000', '140027.340000', '140027.343000', '140027.346000', '140027.349000', '140027.352000', '140027.355000', '140027.359000', '140027.362000', '140027.365000', '140027.368000', '140027.371000', '140027.374000', '140027.377000', '140027.380000', '140027.383000', '140027.386000', '140027.389000', '140027.392000', '140027.395000', '140027.398000', '140027.401000', '140027.404000', '140027.407000', '140027.410000', '140027.413000', '140027.416000', '140027.419000', '140027.422000', '140027.425000', '140027.428000', '140027.431000', '140027.434000', '140027.437000', '140027.440000', '140027.443000', '140047.316000', '140047.319000', '140047.322000', '140047.325000', '140047.328000', '140047.331000', '140047.334000', '140047.337000', '140047.340000', '140047.343000', '140047.346000', '140047.349000', '140047.352000', '140047.355000', '140047.358000', '140047.361000', '140047.364000', '140047.367000', '140047.370000', '140047.373000', '140047.376000', '140047.379000', '140047.382000', '140047.385000', '140047.388000', '140047.391000', '140047.394000', '140047.397000', '140047.400000', '140047.403000', '140047.406000', '140047.409000', '140047.412000', '140047.415000', '140047.418000', '140047.421000', '140047.424000', '140047.427000', '140047.430000', '140047.433000', '140047.436000', '140047.439000', '140047.442000', '140047.445000', '140107.315000', '140107.318000', '140107.322000', '140107.325000', '140107.328000', '140107.331000', '140107.334000', '140107.337000', '140107.340000', '140107.343000', '140107.346000', '140107.349000', '140107.352000', '140107.355000', '140107.359000', '140107.361000', '140107.365000', '140107.368000', '140107.371000', '140107.374000', '140107.378000', '140107.381000', '140107.384000', '140107.387000', '140107.390000', '140107.393000', '140107.396000', '140107.399000', '140107.402000', '140107.405000', '140107.408000', '140107.411000', '140107.414000', '140107.417000', '140107.420000', '140107.423000', '140107.426000', '140107.428000', '140107.432000', '140107.435000', '140107.438000', '140107.441000', '140107.443000', '140127.315000', '140127.318000', '140127.321000', '140127.324000', '140127.327000', '140127.330000', '140127.333000', '140127.336000', '140127.339000', '140127.342000', '140127.345000', '140127.348000', '140127.351000', '140127.354000', '140127.357000', '140127.360000', '140127.363000', '140127.366000', '140127.369000', '140127.372000', '140127.375000', '140127.378000', '140127.381000', '140127.384000', '140127.387000', '140127.390000', '140127.393000', '140127.396000', '140127.399000', '140127.402000', '140127.405000', '140127.408000', '140127.411000', '140127.414000', '140127.417000', '140127.420000', '140127.423000', '140127.426000', '140127.429000', '140127.432000', '140127.435000', '140127.438000', '140127.441000', '140127.444000', '140133.656000', '140133.660000', '140133.663000', '140133.666000', '140133.669000', '140133.673000', '140133.676000', '140133.679000', '140133.690000', '140133.693000', '140133.696000', '140133.699000', '140133.702000', '140133.705000'], 'InstanceCreationTime': ['135447.345000', '135447.348000', '135447.352000', '135447.355000', '135447.358000', '135447.361000', '135447.364000', '135447.367000', '135447.371000', '135447.374000', '135447.377000', '135447.380000', '135447.383000', '135447.386000', '135447.389000', '135447.392000', '135447.395000', '135447.398000', '135447.401000', '135447.403000', '135447.415000', '135447.418000', '135447.421000', '135447.424000', '135447.427000', '135447.430000', '135447.433000', '135447.436000', '135447.439000', '135447.442000', '135507.315000', '135507.318000', '135507.321000', '135507.333000', '135507.336000', '135507.339000', '135507.342000', '135507.345000', '135507.348000', '135507.351000', '135507.354000', '135507.357000', '135507.360000', '135507.363000', '135507.366000', '135507.369000', '135507.372000', '135507.375000', '135507.378000', '135507.381000', '135507.384000', '135507.387000', '135507.390000', '135507.393000', '135507.396000', '135507.399000', '135507.408000', '135507.411000', '135507.414000', '135507.417000', '135507.420000', '135507.423000', '135507.426000', '135507.429000', '135507.432000', '135507.435000', '135507.438000', '135507.440000', '135507.443000', '135507.446000', '135507.449000', '135507.452000', '135507.455000', '135507.458000', '135527.315000', '135527.318000', '135527.321000', '135527.324000', '135527.327000', '135527.330000', '135527.333000', '135527.336000', '135527.339000', '135527.342000', '135527.345000', '135527.348000', '135527.351000', '135527.354000', '135527.357000', '135527.360000', '135527.363000', '135527.366000', '135527.369000', '135527.371000', '135527.374000', '135527.377000', '135527.380000', '135527.383000', '135527.386000', '135527.398000', '135527.401000', '135527.404000', '135527.407000', '135527.410000', '135527.413000', '135527.416000', '135527.418000', '135527.421000', '135527.424000', '135527.427000', '135527.430000', '135527.433000', '135527.436000', '135527.439000', '135527.442000', '135527.445000', '135527.448000', '135547.316000', '135547.319000', '135547.322000', '135547.325000', '135547.328000', '135547.331000', '135547.334000', '135547.337000', '135547.340000', '135547.343000', '135547.346000', '135547.349000', '135547.352000', '135547.355000', '135547.358000', '135547.361000', '135547.364000', '135547.367000', '135547.370000', '135547.373000', '135547.376000', '135547.379000', '135547.382000', '135547.385000', '135547.388000', '135547.391000', '135547.394000', '135547.397000', '135547.400000', '135547.403000', '135547.405000', '135547.408000', '135547.411000', '135547.414000', '135547.417000', '135547.420000', '135547.423000', '135547.426000', '135547.429000', '135547.432000', '135547.435000', '135547.438000', '135547.441000', '135547.444000', '135607.316000', '135607.319000', '135607.322000', '135607.325000', '135607.328000', '135607.331000', '135607.334000', '135607.337000', '135607.340000', '135607.343000', '135607.346000', '135607.349000', '135607.352000', '135607.355000', '135607.358000', '135607.361000', '135607.364000', '135607.367000', '135607.370000', '135607.373000', '135607.376000', '135607.379000', '135607.382000', '135607.385000', '135607.388000', '135607.391000', '135607.394000', '135607.397000', '135607.400000', '135607.403000', '135607.406000', '135607.410000', '135607.413000', '135607.416000', '135607.419000', '135607.422000', '135607.425000', '135607.428000', '135607.431000', '135607.434000', '135607.437000', '135607.440000', '135607.443000', '135627.315000', '135627.318000', '135627.321000', '135627.324000', '135627.327000', '135627.330000', '135627.333000', '135627.336000', '135627.339000', '135627.342000', '135627.345000', '135627.348000', '135627.351000', '135627.354000', '135627.357000', '135627.360000', '135627.363000', '135627.366000', '135627.369000', '135627.372000', '135627.375000', '135627.378000', '135627.381000', '135627.384000', '135627.387000', '135627.390000', '135627.393000', '135627.396000', '135627.399000', '135627.402000', '135627.405000', '135627.408000', '135627.411000', '135627.414000', '135627.417000', '135627.420000', '135627.423000', '135627.426000', '135627.429000', '135627.432000', '135627.435000', '135627.438000', '135627.441000', '135627.444000', '135647.315000', '135647.318000', '135647.321000', '135647.324000', '135647.327000', '135647.330000', '135647.333000', '135647.336000', '135647.339000', '135647.342000', '135647.345000', '135647.348000', '135647.351000', '135647.354000', '135647.357000', '135647.360000', '135647.363000', '135647.366000', '135647.369000', '135647.372000', '135647.375000', '135647.378000', '135647.381000', '135647.384000', '135647.387000', '135647.390000', '135647.393000', '135647.396000', '135647.399000', '135647.402000', '135647.405000', '135647.408000', '135647.411000', '135647.414000', '135647.417000', '135647.420000', '135647.423000', '135647.426000', '135647.429000', '135647.432000', '135647.435000', '135647.438000', '135647.441000', '135707.315000', '135707.318000', '135707.321000', '135707.324000', '135707.327000', '135707.330000', '135707.333000', '135707.336000', '135707.339000', '135707.342000', '135707.345000', '135707.348000', '135707.351000', '135707.354000', '135707.357000', '135707.360000', '135707.363000', '135707.366000', '135707.369000', '135707.372000', '135707.375000', '135707.378000', '135707.381000', '135707.384000', '135707.387000', '135707.390000', '135707.393000', '135707.396000', '135707.399000', '135707.402000', '135707.405000', '135707.408000', '135707.411000', '135707.414000', '135707.417000', '135707.420000', '135707.423000', '135707.426000', '135707.429000', '135707.432000', '135707.435000', '135707.438000', '135707.441000', '135707.444000', '135727.315000', '135727.318000', '135727.321000', '135727.324000', '135727.327000', '135727.330000', '135727.333000', '135727.336000', '135727.339000', '135727.342000', '135727.345000', '135727.348000', '135727.351000', '135727.354000', '135727.357000', '135727.360000', '135727.363000', '135727.366000', '135727.369000', '135727.372000', '135727.375000', '135727.378000', '135727.381000', '135727.384000', '135727.387000', '135727.390000', '135727.393000', '135727.396000', '135727.399000', '135727.402000', '135727.405000', '135727.408000', '135727.411000', '135727.414000', '135727.417000', '135727.420000', '135727.423000', '135727.426000', '135727.429000', '135727.432000', '135727.435000', '135727.438000', '135727.441000', '135747.315000', '135747.318000', '135747.321000', '135747.324000', '135747.327000', '135747.330000', '135747.333000', '135747.336000', '135747.339000', '135747.342000', '135747.345000', '135747.348000', '135747.351000', '135747.354000', '135747.357000', '135747.360000', '135747.363000', '135747.366000', '135747.369000', '135747.372000', '135747.375000', '135747.378000', '135747.381000', '135747.384000', '135747.387000', '135747.390000', '135747.393000', '135747.396000', '135747.399000', '135747.402000', '135747.405000', '135747.408000', '135747.412000', '135747.415000', '135747.418000', '135747.421000', '135747.424000', '135747.427000', '135747.430000', '135747.433000', '135747.436000', '135747.439000', '135747.442000', '135747.445000', '135807.316000', '135807.319000', '135807.322000', '135807.325000', '135807.328000', '135807.331000', '135807.334000', '135807.337000', '135807.340000', '135807.343000', '135807.346000', '135807.349000', '135807.352000', '135807.355000', '135807.358000', '135807.361000', '135807.364000', '135807.367000', '135807.370000', '135807.373000', '135807.376000', '135807.379000', '135807.382000', '135807.385000', '135807.388000', '135807.391000', '135807.394000', '135807.397000', '135807.400000', '135807.403000', '135807.406000', '135807.409000', '135807.412000', '135807.415000', '135807.418000', '135807.421000', '135807.424000', '135807.427000', '135807.429000', '135807.432000', '135807.435000', '135807.439000', '135807.442000', '135827.317000', '135827.321000', '135827.324000', '135827.327000', '135827.330000', '135827.332000', '135827.335000', '135827.338000', '135827.341000', '135827.344000', '135827.347000', '135827.351000', '135827.354000', '135827.356000', '135827.359000', '135827.362000', '135827.365000', '135827.368000', '135827.371000', '135827.374000', '135827.377000', '135827.380000', '135827.383000', '135827.386000', '135827.389000', '135827.392000', '135827.395000', '135827.398000', '135827.401000', '135827.404000', '135827.407000', '135827.410000', '135827.413000', '135827.416000', '135827.419000', '135827.422000', '135827.425000', '135827.428000', '135827.431000', '135827.434000', '135827.437000', '135827.440000', '135827.443000', '135847.315000', '135847.318000', '135847.321000', '135847.324000', '135847.327000', '135847.330000', '135847.333000', '135847.336000', '135847.339000', '135847.342000', '135847.345000', '135847.348000', '135847.351000', '135847.354000', '135847.357000', '135847.360000', '135847.363000', '135847.366000', '135847.369000', '135847.372000', '135847.375000', '135847.378000', '135847.381000', '135847.384000', '135847.387000', '135847.390000', '135847.393000', '135847.396000', '135847.399000', '135847.402000', '135847.419000', '135847.422000', '135847.425000', '135847.428000', '135847.431000', '135847.434000', '135847.437000', '135847.440000', '135847.443000', '135847.446000', '135847.449000', '135847.452000', '135847.455000', '135847.458000', '135907.315000', '135907.318000', '135907.321000', '135907.324000', '135907.327000', '135907.330000', '135907.333000', '135907.336000', '135907.339000', '135907.342000', '135907.345000', '135907.348000', '135907.351000', '135907.355000', '135907.359000', '135907.362000', '135907.365000', '135907.368000', '135907.371000', '135907.374000', '135907.377000', '135907.380000', '135907.383000', '135907.386000', '135907.389000', '135907.392000', '135907.395000', '135907.398000', '135907.401000', '135907.404000', '135907.407000', '135907.410000', '135907.413000', '135907.416000', '135907.419000', '135907.422000', '135907.425000', '135907.428000', '135907.431000', '135907.434000', '135907.437000', '135907.440000', '135907.443000', '135927.315000', '135927.318000', '135927.321000', '135927.324000', '135927.327000', '135927.330000', '135927.333000', '135927.336000', '135927.339000', '135927.342000', '135927.345000', '135927.348000', '135927.351000', '135927.354000', '135927.357000', '135927.360000', '135927.363000', '135927.366000', '135927.369000', '135927.372000', '135927.375000', '135927.378000', '135927.381000', '135927.384000', '135927.387000', '135927.390000', '135927.393000', '135927.396000', '135927.399000', '135927.402000', '135927.405000', '135927.408000', '135927.411000', '135927.414000', '135927.417000', '135927.420000', '135927.423000', '135927.426000', '135927.429000', '135927.432000', '135927.435000', '135927.438000', '135927.441000', '135927.444000', '135947.315000', '135947.318000', '135947.321000', '135947.324000', '135947.327000', '135947.330000', '135947.333000', '135947.337000', '135947.340000', '135947.343000', '135947.346000', '135947.350000', '135947.355000', '135947.358000', '135947.362000', '135947.365000', '135947.368000', '135947.370000', '135947.374000', '135947.377000', '135947.380000', '135947.383000', '135947.386000', '135947.389000', '135947.391000', '135947.394000', '135947.397000', '135947.401000', '135947.404000', '135947.407000', '135947.410000', '135947.413000', '135947.416000', '135947.419000', '135947.422000', '135947.425000', '135947.428000', '135947.431000', '135947.434000', '135947.437000', '135947.440000', '135947.443000', '135947.446000', '140007.315000', '140007.318000', '140007.321000', '140007.324000', '140007.327000', '140007.330000', '140007.333000', '140007.336000', '140007.339000', '140007.342000', '140007.345000', '140007.348000', '140007.359000', '140007.361000', '140007.364000', '140007.367000', '140007.370000', '140007.373000', '140007.376000', '140007.379000', '140007.382000', '140007.385000', '140007.388000', '140007.391000', '140007.395000', '140007.398000', '140007.400000', '140007.404000', '140007.407000', '140007.410000', '140007.413000', '140007.416000', '140007.418000', '140007.421000', '140007.424000', '140007.427000', '140007.430000', '140007.434000', '140007.437000', '140007.440000', '140007.443000', '140007.455000', '140007.458000', '140007.461000', '140027.316000', '140027.319000', '140027.322000', '140027.325000', '140027.328000', '140027.331000', '140027.334000', '140027.337000', '140027.340000', '140027.343000', '140027.346000', '140027.349000', '140027.352000', '140027.355000', '140027.359000', '140027.362000', '140027.365000', '140027.368000', '140027.371000', '140027.374000', '140027.377000', '140027.380000', '140027.383000', '140027.386000', '140027.389000', '140027.392000', '140027.395000', '140027.398000', '140027.401000', '140027.404000', '140027.407000', '140027.410000', '140027.413000', '140027.416000', '140027.419000', '140027.422000', '140027.425000', '140027.428000', '140027.431000', '140027.434000', '140027.437000', '140027.440000', '140027.443000', '140047.316000', '140047.319000', '140047.322000', '140047.325000', '140047.328000', '140047.331000', '140047.334000', '140047.337000', '140047.340000', '140047.343000', '140047.346000', '140047.349000', '140047.352000', '140047.355000', '140047.358000', '140047.361000', '140047.364000', '140047.367000', '140047.370000', '140047.373000', '140047.376000', '140047.379000', '140047.382000', '140047.385000', '140047.388000', '140047.391000', '140047.394000', '140047.397000', '140047.400000', '140047.403000', '140047.406000', '140047.409000', '140047.412000', '140047.415000', '140047.418000', '140047.421000', '140047.424000', '140047.427000', '140047.430000', '140047.433000', '140047.436000', '140047.439000', '140047.442000', '140047.445000', '140107.315000', '140107.318000', '140107.322000', '140107.325000', '140107.328000', '140107.331000', '140107.334000', '140107.337000', '140107.340000', '140107.343000', '140107.346000', '140107.349000', '140107.352000', '140107.355000', '140107.359000', '140107.361000', '140107.365000', '140107.368000', '140107.371000', '140107.374000', '140107.378000', '140107.381000', '140107.384000', '140107.387000', '140107.390000', '140107.393000', '140107.396000', '140107.399000', '140107.402000', '140107.405000', '140107.408000', '140107.411000', '140107.414000', '140107.417000', '140107.420000', '140107.423000', '140107.426000', '140107.428000', '140107.432000', '140107.435000', '140107.438000', '140107.441000', '140107.443000', '140127.315000', '140127.318000', '140127.321000', '140127.324000', '140127.327000', '140127.330000', '140127.333000', '140127.336000', '140127.339000', '140127.342000', '140127.345000', '140127.348000', '140127.351000', '140127.354000', '140127.357000', '140127.360000', '140127.363000', '140127.366000', '140127.369000', '140127.372000', '140127.375000', '140127.378000', '140127.381000', '140127.384000', '140127.387000', '140127.390000', '140127.393000', '140127.396000', '140127.399000', '140127.402000', '140127.405000', '140127.408000', '140127.411000', '140127.414000', '140127.417000', '140127.420000', '140127.423000', '140127.426000', '140127.429000', '140127.432000', '140127.435000', '140127.438000', '140127.441000', '140127.444000', '140133.656000', '140133.660000', '140133.663000', '140133.666000', '140133.669000', '140133.673000', '140133.676000', '140133.679000', '140133.690000', '140133.693000', '140133.696000', '140133.699000', '140133.702000', '140133.705000'], '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': [13839, 8485, 8686, 11937, 8641, 10953, 11318, 8194, 13686, 9883, 8668, 11859, 8496, 13089, 10604, 7673, 13249, 9164, 7709, 12248, 9739, 8061, 11840, 9604, 8857, 11504, 8424, 12510, 10921, 7805, 12839, 10409, 9421, 12280, 9830, 14076, 11242, 7842, 12425, 9155, 11635, 10405, 7695, 13132, 8531, 9606, 11422, 8952, 11560, 10478, 7832, 12478, 8923, 14383, 11047, 8161, 12398, 8588, 13263, 10938, 8175, 12350, 8886, 10481, 10528, 7513, 13379, 10008, 8649, 11108, 7896, 11570, 10468, 7413, 13858, 9928, 8400, 11311, 8330, 11219, 10916, 7799, 13642, 10076, 8643, 11638, 8005, 11737, 10611, 7707, 11490, 9942, 7342, 12927, 9553, 9336, 11646, 8408, 10068, 11280, 7943, 15192, 11382, 7708, 12713, 9343, 9100, 11784, 9453, 12670, 11051, 7577, 13023, 10822, 10790, 11958, 9079, 13078, 10453, 7466, 12608, 10210, 9694, 11904, 8227, 10618, 10727, 7394, 14540, 11169, 8460, 11403, 8004, 10978, 10551, 7277, 14208, 10152, 7610, 11986, 9145, 9396, 11627, 8777, 10801, 11303, 7353, 14633, 11413, 8490, 12096, 9256, 11294, 10863, 7309, 14744, 11165, 7748, 11987, 9279, 11400, 11022, 7960, 13480, 9860, 7254, 12207, 8657, 9182, 11701, 8115, 10102, 10680, 7253, 14873, 11927, 9083, 11769, 8860, 8425, 11404, 7519, 15579, 11717, 8098, 12461, 8912, 10975, 10961, 8115, 15082, 10998, 7196, 13009, 9377, 8369, 11456, 8695, 9309, 10584, 7411, 13569, 11571, 8987, 12307, 8746, 12060, 10047, 7277, 13320, 9243, 8910, 11623, 8062, 9800, 10610, 7369, 14555, 10931, 7385, 11326, 8468, 10091, 10993, 7910, 12653, 10175, 7374, 12729, 10298, 7280, 13905, 10091, 7904, 11770, 8565, 8701, 11978, 8413, 8021, 11465, 8366, 8758, 12292, 8371, 8799, 11911, 8095, 10410, 11170, 7872, 13441, 10561, 7425, 14670, 9967, 9180, 12246, 9023, 11087, 11143, 7435, 10979, 10528, 7349, 14119, 10655, 7608, 11754, 8878, 9026, 11663, 8871, 12484, 10802, 7295, 13387, 10048, 8538, 12293, 8078, 7410, 11081, 7413, 10760, 10266, 7572, 12333, 9725, 7330, 12218, 9670, 8753, 11799, 8184, 10202, 10161, 7273, 14817, 10641, 7845, 11684, 8270, 10035, 10682, 7619, 14204, 10352, 7892, 11749, 7857, 11625, 10352, 7372, 11382, 9424, 7321, 12026, 10338, 8479, 10849, 7799, 8966, 10688, 7624, 12953, 10275, 7321, 12517, 9075, 8763, 11658, 7752, 11042, 10142, 7162, 14357, 10203, 7142, 12026, 9112, 8522, 11819, 8244, 10610, 10198, 7362, 14421, 11025, 7420, 13360, 10378, 7252, 12643, 8737, 8162, 10987, 7272, 13061, 10813, 7510, 12298, 9122, 8808, 11273, 8007, 14002, 10126, 7212, 11519, 7666, 9707, 10830, 7511, 11356, 10043, 7337, 12576, 9173, 12472, 9804, 7266, 12456, 9719, 10316, 10419, 7155, 13626, 9527, 7537, 11427, 8491, 12872, 9576, 7176, 12452, 9457, 8130, 12029, 7848, 8929, 9899, 7165, 12376, 8555, 9342, 10301, 7414, 10803, 9617, 7381, 12505, 9122, 8095, 10940, 7381, 10800, 10245, 7617, 12673, 9062, 7457, 12428, 9046, 7857, 11376, 7639, 10561, 10928, 7975, 12163, 8743, 12888, 9951, 7481, 12239, 9097, 12385, 10270, 7323, 12396, 10272, 7385, 11761, 8046, 9836, 9809, 7323, 13178, 9852, 8011, 12062, 8109, 8334, 10231, 7519, 12081, 9940, 7250, 14183, 9809, 7470, 11182, 8155, 10185, 10031, 7427, 12569, 9138, 7829, 11722, 8113, 10670, 10561, 7378, 12445, 10131, 7222, 14805, 9766, 7100, 11973, 8212, 8251, 11478, 7465, 8761, 10216, 7385, 11478, 9736, 7213, 13662, 10200, 7565, 11476, 7955, 9110, 11605, 8595, 10110, 10873, 7472, 10508, 10465, 7405, 13410, 9892, 7472, 12741, 9133, 9320, 11244, 7883, 12002, 9776, 7055, 12124, 8836, 10874, 10502, 7459, 12023, 8936, 7383, 12085, 9086, 7351, 11264, 7295, 10652, 9347, 7251, 14084, 9887, 7107, 11590, 7892, 8100, 11863, 7959, 7283, 11073, 9002, 7304, 11746, 8644, 7230, 11514, 7583, 7144, 10765, 7186, 12226, 9463, 9749, 10399, 7252, 12885, 9786, 8859, 11533, 7102, 13667, 10512, 6976, 12657, 8051, 9670, 9426, 7384, 12661, 8447, 9231, 10676, 7171, 11440, 9626, 7151, 12300, 7743, 7879, 10327, 7369, 10382, 9419, 7091, 12110, 7865, 7764, 10179, 6989, 9677, 10287, 7007, 10572, 10794, 7264, 7348, 10947, 7101, 8830, 10275, 7167, 10763, 9261, 7273, 12504, 9104, 13880, 11894, 7465, 13297, 8970, 10931, 9271, 7471, 13794, 8708, 7897, 10587, 7580, 13619, 9309, 7182, 10615, 7241, 10770, 8684, 7017, 12486, 7960, 7626, 10580, 7356, 12998, 9476, 7259, 10736, 7257, 12540, 9543, 7354, 12034, 7728, 9270, 9151, 7421, 12698, 7413, 8299, 8858, 7375, 12779, 10057, 7449, 10941, 7970, 11019, 8569, 7398, 11464, 7701, 8196, 9224, 7293, 13157, 7761, 7160, 10511, 7299, 11242, 9047, 7139, 11353, 7243, 9347, 9133, 7182, 12464, 7494, 7233, 10755, 7332, 9674, 8546, 7137, 11173, 8290, 7310, 10309, 7027, 8654, 9382, 7011, 11307, 8208, 7826, 10047, 7323, 14183, 10449, 7626, 12422, 7304, 9191, 9602, 7178, 14445, 10081, 7313, 12394, 7301, 9651, 9540, 7180, 14944, 10672, 6918, 11140, 7581, 7726, 10048, 7143, 13736, 8574, 7019, 11472, 7562, 11965, 9110, 7084, 13914, 8039, 7119, 10638, 7138, 12413, 8925, 7047, 9512, 8437, 7134, 12000, 8995, 6891, 12591, 7834, 7070, 10789, 7168, 14275, 9866, 7090, 13932, 8699, 9955, 10178, 7319, 13653, 8341, 7017, 11114, 8292, 7973, 12063, 7063, 9252, 9570, 7373, 14118, 9157, 7110, 12245, 7659, 7367, 11590, 10264, 7297, 13927, 8015, 7466, 10495, 9898, 7065, 7035, 11062, 7137, 7492, 11312, 7886, 13074, 10199, 7089, 7389, 11149, 7215, 7874, 11324, 8109, 7061, 10811, 8939, 6816, 12473, 7995, 7284, 11483, 8526, 7522, 14621, 9800, 7556, 13767, 8292, 7619, 13014, 8858, 7233, 10770, 8750, 8576, 6820, 9260, 10398, 9238, 9193, 7116, 7083, 10802, 8267, 7411, 11946, 9366, 8612, 14427, 12776, 10004, 14859, 12670, 9612, 13459, 12829, 9957, 14221, 8977, 8983, 11843, 8610, 9086, 11189, 9005, 8149, 9608, 8394, 8244, 11995, 7610, 8542, 10464, 7733, 8174, 10900, 8166, 7884, 10159, 7848, 7906, 10127, 9284, 8046, 10039, 9468, 7659, 10347, 9353, 7193, 10403, 9254, 7487, 9966, 8648, 7022, 10718, 7304, 6918, 9683, 7418, 10536, 8554, 7105, 12895, 9219, 6963, 9879, 6664, 7648, 9402, 6817, 7459, 8775, 6707, 8288, 9351, 6787, 8182, 9652, 6790, 7300, 10023, 6778, 9236, 9653, 6787], 'WindowCenter': [4309.0, 4233.0, 4231.0, 4258.0, 4217.0, 4247.0, 4246.0, 4205.0, 4266.0, 4224.0, 4204.0, 4245.0, 4229.0, 4268.0, 4235.0, 4195.0, 4256.0, 4224.0, 4195.0, 4256.0, 4226.0, 4206.0, 4258.0, 4226.0, 4227.0, 4246.0, 4218.0, 4257.0, 4247.0, 4195.0, 4258.0, 4238.0, 4227.0, 4256.0, 4236.0, 4266.0, 4245.0, 4203.0, 4246.0, 4226.0, 4243.0, 4233.0, 4194.0, 4255.0, 4216.0, 4227.0, 4246.0, 4225.0, 4246.0, 4236.0, 4195.0, 4255.0, 4226.0, 4265.0, 4246.0, 4205.0, 4256.0, 4215.0, 4252.0, 4235.0, 4204.0, 4255.0, 4216.0, 4235.0, 4234.0, 4198.0, 4265.0, 4236.0, 4217.0, 4247.0, 4216.0, 4247.0, 4246.0, 4197.0, 4267.0, 4238.0, 4218.0, 4247.0, 4217.0, 4246.0, 4248.0, 4208.0, 4279.0, 4248.0, 4230.0, 4259.0, 4220.0, 4271.0, 4251.0, 4221.0, 4271.0, 4249.0, 4210.0, 4269.0, 4240.0, 4240.0, 4260.0, 4230.0, 4249.0, 4259.0, 4223.0, 4279.0, 4259.0, 4219.0, 4270.0, 4239.0, 4231.0, 4270.0, 4240.0, 4281.0, 4260.0, 4221.0, 4270.0, 4260.0, 4260.0, 4259.0, 4228.0, 4269.0, 4248.0, 4208.0, 4269.0, 4249.0, 4238.0, 4258.0, 4228.0, 4248.0, 4249.0, 4208.0, 4279.0, 4259.0, 4229.0, 4259.0, 4219.0, 4259.0, 4248.0, 4208.0, 4279.0, 4249.0, 4208.0, 4259.0, 4240.0, 4240.0, 4260.0, 4232.0, 4260.0, 4258.0, 4209.0, 4280.0, 4259.0, 4228.0, 4258.0, 4239.0, 4259.0, 4259.0, 4208.0, 4279.0, 4258.0, 4208.0, 4258.0, 4239.0, 4259.0, 4248.0, 4218.0, 4280.0, 4238.0, 4208.0, 4270.0, 4228.0, 4239.0, 4259.0, 4218.0, 4248.0, 4248.0, 4209.0, 4292.0, 4271.0, 4228.0, 4258.0, 4228.0, 4218.0, 4258.0, 4210.0, 4279.0, 4259.0, 4206.0, 4257.0, 4227.0, 4250.0, 4247.0, 4206.0, 4277.0, 4247.0, 4196.0, 4267.0, 4226.0, 4217.0, 4258.0, 4227.0, 4239.0, 4248.0, 4208.0, 4268.0, 4258.0, 4228.0, 4258.0, 4229.0, 4258.0, 4238.0, 4207.0, 4268.0, 4239.0, 4229.0, 4259.0, 4217.0, 4237.0, 4248.0, 4209.0, 4277.0, 4249.0, 4207.0, 4257.0, 4218.0, 4249.0, 4249.0, 4218.0, 4268.0, 4248.0, 4209.0, 4280.0, 4249.0, 4209.0, 4279.0, 4248.0, 4219.0, 4259.0, 4228.0, 4229.0, 4260.0, 4229.0, 4219.0, 4259.0, 4229.0, 4228.0, 4268.0, 4218.0, 4228.0, 4259.0, 4219.0, 4250.0, 4260.0, 4219.0, 4269.0, 4248.0, 4207.0, 4278.0, 4238.0, 4238.0, 4259.0, 4229.0, 4258.0, 4249.0, 4208.0, 4247.0, 4248.0, 4209.0, 4278.0, 4247.0, 4218.0, 4257.0, 4229.0, 4230.0, 4258.0, 4228.0, 4269.0, 4248.0, 4208.0, 4268.0, 4239.0, 4216.0, 4258.0, 4217.0, 4208.0, 4258.0, 4209.0, 4248.0, 4248.0, 4207.0, 4268.0, 4237.0, 4210.0, 4269.0, 4240.0, 4228.0, 4258.0, 4219.0, 4248.0, 4247.0, 4198.0, 4277.0, 4249.0, 4218.0, 4257.0, 4219.0, 4238.0, 4248.0, 4206.0, 4280.0, 4248.0, 4217.0, 4258.0, 4217.0, 4257.0, 4236.0, 4208.0, 4257.0, 4226.0, 4208.0, 4258.0, 4247.0, 4218.0, 4248.0, 4207.0, 4230.0, 4249.0, 4207.0, 4270.0, 4247.0, 4209.0, 4268.0, 4227.0, 4216.0, 4258.0, 4208.0, 4260.0, 4247.0, 4198.0, 4278.0, 4249.0, 4198.0, 4268.0, 4229.0, 4216.0, 4257.0, 4217.0, 4247.0, 4237.0, 4207.0, 4277.0, 4247.0, 4208.0, 4280.0, 4248.0, 4208.0, 4268.0, 4229.0, 4218.0, 4247.0, 4198.0, 4267.0, 4249.0, 4196.0, 4260.0, 4228.0, 4226.0, 4246.0, 4206.0, 4266.0, 4237.0, 4196.0, 4247.0, 4208.0, 4239.0, 4248.0, 4209.0, 4259.0, 4240.0, 4210.0, 4271.0, 4228.0, 4257.0, 4236.0, 4198.0, 4258.0, 4239.0, 4237.0, 4238.0, 4197.0, 4267.0, 4226.0, 4205.0, 4245.0, 4216.0, 4257.0, 4227.0, 4195.0, 4256.0, 4237.0, 4206.0, 4256.0, 4216.0, 4227.0, 4237.0, 4197.0, 4258.0, 4216.0, 4226.0, 4237.0, 4208.0, 4248.0, 4238.0, 4207.0, 4269.0, 4238.0, 4207.0, 4248.0, 4210.0, 4247.0, 4236.0, 4208.0, 4269.0, 4229.0, 4208.0, 4268.0, 4229.0, 4219.0, 4261.0, 4208.0, 4247.0, 4249.0, 4219.0, 4259.0, 4218.0, 4268.0, 4236.0, 4197.0, 4259.0, 4227.0, 4257.0, 4236.0, 4198.0, 4256.0, 4237.0, 4207.0, 4257.0, 4207.0, 4237.0, 4237.0, 4197.0, 4269.0, 4239.0, 4207.0, 4258.0, 4218.0, 4218.0, 4238.0, 4196.0, 4257.0, 4239.0, 4198.0, 4280.0, 4238.0, 4198.0, 4249.0, 4219.0, 4237.0, 4237.0, 4195.0, 4257.0, 4227.0, 4209.0, 4257.0, 4217.0, 4246.0, 4247.0, 4198.0, 4256.0, 4237.0, 4198.0, 4279.0, 4239.0, 4198.0, 4258.0, 4216.0, 4216.0, 4257.0, 4198.0, 4229.0, 4237.0, 4209.0, 4260.0, 4235.0, 4196.0, 4269.0, 4237.0, 4209.0, 4259.0, 4217.0, 4228.0, 4260.0, 4218.0, 4250.0, 4249.0, 4198.0, 4248.0, 4247.0, 4198.0, 4269.0, 4239.0, 4210.0, 4268.0, 4240.0, 4240.0, 4247.0, 4208.0, 4258.0, 4237.0, 4194.0, 4260.0, 4228.0, 4246.0, 4248.0, 4197.0, 4257.0, 4227.0, 4198.0, 4257.0, 4225.0, 4198.0, 4246.0, 4195.0, 4245.0, 4225.0, 4195.0, 4268.0, 4235.0, 4195.0, 4256.0, 4218.0, 4219.0, 4259.0, 4219.0, 4209.0, 4258.0, 4228.0, 4206.0, 4258.0, 4218.0, 4195.0, 4258.0, 4207.0, 4196.0, 4248.0, 4200.0, 4258.0, 4225.0, 4224.0, 4234.0, 4196.0, 4256.0, 4226.0, 4216.0, 4243.0, 4181.0, 4255.0, 4235.0, 4183.0, 4254.0, 4203.0, 4223.0, 4214.0, 4194.0, 4241.0, 4203.0, 4212.0, 4234.0, 4184.0, 4245.0, 4225.0, 4184.0, 4244.0, 4193.0, 4204.0, 4235.0, 4195.0, 4235.0, 4225.0, 4183.0, 4256.0, 4207.0, 4205.0, 4236.0, 4198.0, 4226.0, 4250.0, 4209.0, 4248.0, 4249.0, 4197.0, 4194.0, 4244.0, 4196.0, 4227.0, 4235.0, 4196.0, 4248.0, 4228.0, 4206.0, 4269.0, 4229.0, 4268.0, 4245.0, 4193.0, 4254.0, 4214.0, 4231.0, 4211.0, 4183.0, 4253.0, 4202.0, 4189.0, 4223.0, 4192.0, 4252.0, 4211.0, 4168.0, 4221.0, 4181.0, 4230.0, 4203.0, 4170.0, 4243.0, 4192.0, 4190.0, 4220.0, 4182.0, 4239.0, 4209.0, 4179.0, 4230.0, 4180.0, 4243.0, 4212.0, 4181.0, 4240.0, 4190.0, 4212.0, 4210.0, 4184.0, 4240.0, 4182.0, 4203.0, 4212.0, 4195.0, 4243.0, 4223.0, 4181.0, 4232.0, 4205.0, 4232.0, 4201.0, 4196.0, 4244.0, 4192.0, 4202.0, 4225.0, 4196.0, 4255.0, 4194.0, 4183.0, 4233.0, 4195.0, 4245.0, 4216.0, 4194.0, 4246.0, 4194.0, 4226.0, 4227.0, 4197.0, 4257.0, 4208.0, 4208.0, 4248.0, 4209.0, 4236.0, 4215.0, 4197.0, 4258.0, 4218.0, 4208.0, 4249.0, 4209.0, 4231.0, 4250.0, 4209.0, 4260.0, 4233.0, 4219.0, 4249.0, 4209.0, 4281.0, 4249.0, 4220.0, 4271.0, 4208.0, 4241.0, 4240.0, 4211.0, 4279.0, 4251.0, 4208.0, 4268.0, 4209.0, 4238.0, 4239.0, 4199.0, 4279.0, 4248.0, 4198.0, 4258.0, 4209.0, 4207.0, 4237.0, 4197.0, 4267.0, 4229.0, 4198.0, 4256.0, 4220.0, 4260.0, 4229.0, 4199.0, 4268.0, 4218.0, 4196.0, 4249.0, 4197.0, 4257.0, 4230.0, 4199.0, 4239.0, 4219.0, 4210.0, 4269.0, 4239.0, 4199.0, 4270.0, 4219.0, 4199.0, 4262.0, 4198.0, 4280.0, 4239.0, 4200.0, 4277.0, 4230.0, 4238.0, 4235.0, 4207.0, 4266.0, 4217.0, 4196.0, 4246.0, 4218.0, 4206.0, 4256.0, 4197.0, 4227.0, 4226.0, 4197.0, 4265.0, 4226.0, 4197.0, 4257.0, 4206.0, 4194.0, 4245.0, 4237.0, 4193.0, 4268.0, 4208.0, 4209.0, 4246.0, 4237.0, 4198.0, 4198.0, 4245.0, 4186.0, 4195.0, 4245.0, 4207.0, 4267.0, 4235.0, 4197.0, 4196.0, 4257.0, 4195.0, 4208.0, 4244.0, 4206.0, 4199.0, 4247.0, 4229.0, 4199.0, 4270.0, 4218.0, 4206.0, 4247.0, 4215.0, 4208.0, 4278.0, 4238.0, 4205.0, 4268.0, 4219.0, 4208.0, 4282.0, 4230.0, 4210.0, 4250.0, 4217.0, 4214.0, 4196.0, 4225.0, 4232.0, 4212.0, 4222.0, 4182.0, 4182.0, 4242.0, 4214.0, 4193.0, 4256.0, 4224.0, 4213.0, 4262.0, 4242.0, 4208.0, 4237.0, 4229.0, 4195.0, 4225.0, 4213.0, 4179.0, 4220.0, 4168.0, 4184.0, 4198.0, 4156.0, 4155.0, 4186.0, 4169.0, 4157.0, 4180.0, 4170.0, 4171.0, 4214.0, 4163.0, 4181.0, 4204.0, 4164.0, 4174.0, 4217.0, 4186.0, 4189.0, 4220.0, 4188.0, 4188.0, 4221.0, 4208.0, 4191.0, 4210.0, 4211.0, 4190.0, 4223.0, 4212.0, 4181.0, 4232.0, 4213.0, 4192.0, 4220.0, 4214.0, 4183.0, 4232.0, 4194.0, 4182.0, 4225.0, 4195.0, 4235.0, 4215.0, 4197.0, 4268.0, 4227.0, 4196.0, 4235.0, 4185.0, 4217.0, 4239.0, 4199.0, 4207.0, 4229.0, 4199.0, 4231.0, 4241.0, 4203.0, 4233.0, 4252.0, 4201.0, 4224.0, 4264.0, 4214.0, 4253.0, 4254.0, 4212.0], 'WindowWidth': [9512.0, 9398.0, 9388.0, 9418.0, 9365.0, 9401.0, 9399.0, 9343.0, 9426.0, 9367.0, 9339.0, 9397.0, 9382.0, 9434.0, 9382.0, 9330.0, 9411.0, 9368.0, 9331.0, 9414.0, 9374.0, 9347.0, 9420.0, 9373.0, 9377.0, 9399.0, 9366.0, 9416.0, 9403.0, 9331.0, 9416.0, 9388.0, 9376.0, 9412.0, 9386.0, 9426.0, 9397.0, 9338.0, 9397.0, 9371.0, 9391.0, 9377.0, 9328.0, 9410.0, 9360.0, 9375.0, 9400.0, 9372.0, 9401.0, 9385.0, 9330.0, 9409.0, 9373.0, 9426.0, 9400.0, 9343.0, 9411.0, 9358.0, 9404.0, 9382.0, 9340.0, 9409.0, 9359.0, 9385.0, 9382.0, 9339.0, 9425.0, 9387.0, 9364.0, 9402.0, 9362.0, 9404.0, 9402.0, 9338.0, 9433.0, 9392.0, 9368.0, 9404.0, 9366.0, 9404.0, 9407.0, 9356.0, 9453.0, 9408.0, 9386.0, 9422.0, 9373.0, 9441.0, 9414.0, 9378.0, 9444.0, 9411.0, 9359.0, 9439.0, 9400.0, 9400.0, 9427.0, 9387.0, 9410.0, 9423.0, 9379.0, 9452.0, 9424.0, 9372.0, 9441.0, 9398.0, 9387.0, 9439.0, 9399.0, 9456.0, 9426.0, 9375.0, 9439.0, 9426.0, 9428.0, 9425.0, 9381.0, 9436.0, 9406.0, 9356.0, 9437.0, 9408.0, 9395.0, 9422.0, 9382.0, 9408.0, 9410.0, 9356.0, 9450.0, 9424.0, 9384.0, 9424.0, 9370.0, 9422.0, 9407.0, 9355.0, 9450.0, 9408.0, 9354.0, 9423.0, 9400.0, 9399.0, 9428.0, 9392.0, 9426.0, 9422.0, 9359.0, 9455.0, 9424.0, 9382.0, 9421.0, 9396.0, 9426.0, 9424.0, 9356.0, 9452.0, 9422.0, 9355.0, 9420.0, 9396.0, 9423.0, 9408.0, 9369.0, 9452.0, 9395.0, 9354.0, 9439.0, 9381.0, 9396.0, 9423.0, 9369.0, 9409.0, 9407.0, 9360.0, 9472.0, 9442.0, 9381.0, 9421.0, 9381.0, 9368.0, 9421.0, 9360.0, 9451.0, 9422.0, 9349.0, 9417.0, 9376.0, 9413.0, 9404.0, 9350.0, 9444.0, 9405.0, 9337.0, 9432.0, 9377.0, 9367.0, 9420.0, 9379.0, 9396.0, 9408.0, 9355.0, 9435.0, 9422.0, 9382.0, 9422.0, 9383.0, 9421.0, 9392.0, 9353.0, 9435.0, 9395.0, 9381.0, 9424.0, 9366.0, 9391.0, 9407.0, 9356.0, 9447.0, 9410.0, 9354.0, 9419.0, 9368.0, 9410.0, 9410.0, 9369.0, 9435.0, 9407.0, 9357.0, 9454.0, 9410.0, 9357.0, 9453.0, 9409.0, 9371.0, 9423.0, 9382.0, 9384.0, 9426.0, 9384.0, 9371.0, 9424.0, 9385.0, 9383.0, 9435.0, 9369.0, 9384.0, 9425.0, 9371.0, 9414.0, 9427.0, 9371.0, 9438.0, 9407.0, 9354.0, 9448.0, 9393.0, 9396.0, 9423.0, 9382.0, 9421.0, 9410.0, 9355.0, 9406.0, 9407.0, 9357.0, 9450.0, 9407.0, 9370.0, 9420.0, 9385.0, 9387.0, 9422.0, 9380.0, 9436.0, 9406.0, 9354.0, 9436.0, 9396.0, 9363.0, 9422.0, 9365.0, 9354.0, 9421.0, 9357.0, 9407.0, 9408.0, 9354.0, 9438.0, 9394.0, 9362.0, 9438.0, 9399.0, 9381.0, 9421.0, 9368.0, 9409.0, 9407.0, 9340.0, 9447.0, 9409.0, 9368.0, 9418.0, 9369.0, 9394.0, 9408.0, 9349.0, 9451.0, 9407.0, 9363.0, 9421.0, 9365.0, 9418.0, 9390.0, 9353.0, 9418.0, 9376.0, 9358.0, 9419.0, 9406.0, 9368.0, 9406.0, 9353.0, 9387.0, 9410.0, 9353.0, 9440.0, 9405.0, 9356.0, 9435.0, 9380.0, 9363.0, 9419.0, 9353.0, 9424.0, 9405.0, 9341.0, 9449.0, 9409.0, 9342.0, 9436.0, 9383.0, 9364.0, 9418.0, 9365.0, 9404.0, 9391.0, 9353.0, 9446.0, 9407.0, 9354.0, 9454.0, 9409.0, 9355.0, 9434.0, 9383.0, 9367.0, 9404.0, 9340.0, 9434.0, 9408.0, 9337.0, 9424.0, 9379.0, 9377.0, 9403.0, 9348.0, 9428.0, 9389.0, 9335.0, 9402.0, 9353.0, 9396.0, 9408.0, 9359.0, 9424.0, 9398.0, 9362.0, 9440.0, 9379.0, 9417.0, 9389.0, 9340.0, 9419.0, 9395.0, 9391.0, 9391.0, 9338.0, 9430.0, 9374.0, 9346.0, 9400.0, 9362.0, 9418.0, 9377.0, 9333.0, 9415.0, 9391.0, 9349.0, 9415.0, 9363.0, 9379.0, 9389.0, 9339.0, 9420.0, 9363.0, 9375.0, 9391.0, 9355.0, 9409.0, 9396.0, 9353.0, 9436.0, 9394.0, 9351.0, 9405.0, 9360.0, 9406.0, 9390.0, 9353.0, 9439.0, 9383.0, 9356.0, 9435.0, 9384.0, 9370.0, 9427.0, 9356.0, 9407.0, 9410.0, 9372.0, 9424.0, 9367.0, 9435.0, 9389.0, 9338.0, 9421.0, 9378.0, 9418.0, 9390.0, 9341.0, 9418.0, 9391.0, 9352.0, 9419.0, 9352.0, 9391.0, 9391.0, 9338.0, 9437.0, 9395.0, 9352.0, 9419.0, 9366.0, 9367.0, 9392.0, 9335.0, 9418.0, 9395.0, 9340.0, 9451.0, 9392.0, 9341.0, 9410.0, 9369.0, 9392.0, 9389.0, 9334.0, 9418.0, 9377.0, 9355.0, 9418.0, 9366.0, 9404.0, 9404.0, 9341.0, 9416.0, 9391.0, 9340.0, 9450.0, 9395.0, 9341.0, 9419.0, 9364.0, 9363.0, 9417.0, 9339.0, 9383.0, 9392.0, 9357.0, 9428.0, 9388.0, 9336.0, 9435.0, 9390.0, 9355.0, 9423.0, 9366.0, 9381.0, 9424.0, 9368.0, 9413.0, 9409.0, 9341.0, 9406.0, 9405.0, 9341.0, 9436.0, 9396.0, 9361.0, 9437.0, 9400.0, 9398.0, 9405.0, 9354.0, 9421.0, 9391.0, 9333.0, 9427.0, 9381.0, 9402.0, 9407.0, 9336.0, 9417.0, 9377.0, 9340.0, 9417.0, 9374.0, 9340.0, 9402.0, 9335.0, 9400.0, 9372.0, 9332.0, 9433.0, 9387.0, 9334.0, 9415.0, 9368.0, 9370.0, 9421.0, 9374.0, 9356.0, 9421.0, 9382.0, 9352.0, 9420.0, 9367.0, 9333.0, 9420.0, 9352.0, 9337.0, 9407.0, 9347.0, 9418.0, 9372.0, 9369.0, 9381.0, 9333.0, 9414.0, 9374.0, 9358.0, 9393.0, 9310.0, 9410.0, 9382.0, 9311.0, 9406.0, 9340.0, 9366.0, 9356.0, 9328.0, 9386.0, 9339.0, 9348.0, 9379.0, 9314.0, 9397.0, 9369.0, 9314.0, 9394.0, 9326.0, 9340.0, 9384.0, 9331.0, 9384.0, 9372.0, 9313.0, 9413.0, 9350.0, 9345.0, 9389.0, 9340.0, 9377.0, 9415.0, 9362.0, 9411.0, 9411.0, 9338.0, 9330.0, 9395.0, 9336.0, 9380.0, 9389.0, 9338.0, 9409.0, 9381.0, 9352.0, 9437.0, 9383.0, 9432.0, 9398.0, 9326.0, 9407.0, 9352.0, 9374.0, 9346.0, 9310.0, 9406.0, 9336.0, 9316.0, 9364.0, 9324.0, 9402.0, 9348.0, 9286.0, 9356.0, 9306.0, 9371.0, 9337.0, 9291.0, 9391.0, 9324.0, 9320.0, 9358.0, 9309.0, 9382.0, 9342.0, 9301.0, 9370.0, 9305.0, 9389.0, 9348.0, 9306.0, 9384.0, 9318.0, 9348.0, 9345.0, 9313.0, 9383.0, 9307.0, 9339.0, 9349.0, 9329.0, 9390.0, 9363.0, 9307.0, 9376.0, 9346.0, 9377.0, 9334.0, 9332.0, 9394.0, 9324.0, 9341.0, 9369.0, 9331.0, 9409.0, 9327.0, 9316.0, 9382.0, 9334.0, 9399.0, 9360.0, 9330.0, 9401.0, 9330.0, 9374.0, 9376.0, 9338.0, 9417.0, 9354.0, 9356.0, 9405.0, 9357.0, 9390.0, 9362.0, 9342.0, 9422.0, 9369.0, 9355.0, 9411.0, 9359.0, 9390.0, 9415.0, 9361.0, 9430.0, 9398.0, 9375.0, 9411.0, 9359.0, 9458.0, 9412.0, 9374.0, 9444.0, 9359.0, 9401.0, 9401.0, 9362.0, 9452.0, 9415.0, 9355.0, 9435.0, 9357.0, 9398.0, 9397.0, 9343.0, 9451.0, 9408.0, 9341.0, 9421.0, 9358.0, 9354.0, 9393.0, 9339.0, 9433.0, 9384.0, 9340.0, 9417.0, 9375.0, 9426.0, 9383.0, 9345.0, 9435.0, 9367.0, 9337.0, 9409.0, 9339.0, 9418.0, 9386.0, 9343.0, 9397.0, 9370.0, 9363.0, 9440.0, 9399.0, 9344.0, 9439.0, 9371.0, 9346.0, 9435.0, 9343.0, 9452.0, 9397.0, 9346.0, 9447.0, 9386.0, 9394.0, 9387.0, 9352.0, 9430.0, 9362.0, 9336.0, 9402.0, 9368.0, 9349.0, 9416.0, 9339.0, 9378.0, 9375.0, 9339.0, 9428.0, 9376.0, 9337.0, 9417.0, 9347.0, 9330.0, 9399.0, 9391.0, 9330.0, 9432.0, 9353.0, 9358.0, 9402.0, 9393.0, 9342.0, 9340.0, 9399.0, 9321.0, 9335.0, 9399.0, 9351.0, 9432.0, 9388.0, 9338.0, 9337.0, 9419.0, 9334.0, 9353.0, 9398.0, 9347.0, 9343.0, 9405.0, 9384.0, 9344.0, 9439.0, 9367.0, 9351.0, 9403.0, 9361.0, 9353.0, 9446.0, 9395.0, 9347.0, 9434.0, 9367.0, 9353.0, 9462.0, 9386.0, 9360.0, 9413.0, 9365.0, 9359.0, 9341.0, 9377.0, 9379.0, 9353.0, 9368.0, 9314.0, 9316.0, 9392.0, 9358.0, 9332.0, 9418.0, 9372.0, 9356.0, 9418.0, 9390.0, 9339.0, 9376.0, 9366.0, 9315.0, 9356.0, 9334.0, 9282.0, 9340.0, 9267.0, 9299.0, 9306.0, 9249.0, 9245.0, 9288.0, 9268.0, 9254.0, 9285.0, 9276.0, 9279.0, 9337.0, 9268.0, 9291.0, 9323.0, 9273.0, 9286.0, 9346.0, 9305.0, 9313.0, 9357.0, 9313.0, 9312.0, 9359.0, 9340.0, 9319.0, 9342.0, 9346.0, 9319.0, 9365.0, 9350.0, 9307.0, 9376.0, 9353.0, 9324.0, 9360.0, 9355.0, 9314.0, 9378.0, 9329.0, 9311.0, 9371.0, 9330.0, 9385.0, 9360.0, 9338.0, 9432.0, 9377.0, 9336.0, 9389.0, 9324.0, 9369.0, 9400.0, 9346.0, 9355.0, 9385.0, 9348.0, 9391.0, 9403.0, 9358.0, 9398.0, 9422.0, 9354.0, 9388.0, 9439.0, 9375.0, 9425.0, 9427.0, 9372.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.002261776315789474</td></tr>
<tr><td colspan=3>aqi</td><td>0.04301889407894737</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.285232288496175</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.171144329374315</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9739086399012084</td></tr>
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
<tr><td colspan=3>fber</td><td>5895.7285</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09750552954457388</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.960526315789474</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5851996516214606</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5331029396061195</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7645442068154025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.457951808442861</td></tr>
<tr><td colspan=3>gcor</td><td>0.00746481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005383990705013275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03521111607551575</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9790254572953603</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7366</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0168</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.2419</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294878.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.0841</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.7328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.6411</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.157</td></tr>
<tr><td colspan=3>tsnr</td><td>30.22672714199871</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>