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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-02/func/sub-0040_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5a3d5fff05af31dd7d318c2928d01a78</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>14:20:29.970000</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.99226, -0.0770426, 0.0973919, 0.0739117, 0.996638, 0.0353616]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0889986</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7736, -7196, 542, -148, -58, 111, 68]</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>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>31043349-481c-4927-a709-94bdb5001f9d||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.6621601581573486, 0.1982998102903366, 0.2694297432899475, 99.7263412475586], [0.20669971406459808, 2.673905849456787, 0.07530158013105392, -94.1766128540039], [0.2612953782081604, -0.09487256407737732, 2.6854677200317383, -45.40944290161133], [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': ['142029.970000', '142030.430000', '142030.890000', '142031.350000', '142031.810000', '142032.270000', '142032.730000', '142033.190000', '142033.650000', '142034.110000', '142034.570000', '142035.030000', '142035.490000', '142035.950000', '142036.410000', '142036.870000', '142037.330000', '142037.790000', '142038.250000', '142038.710000', '142039.170000', '142039.630000', '142040.090000', '142040.550000', '142041.010000', '142041.470000', '142041.930000', '142042.390000', '142042.850000', '142043.310000', '142043.770000', '142044.230000', '142044.690000', '142045.150000', '142045.610000', '142046.070000', '142046.530000', '142046.990000', '142047.450000', '142047.910000', '142048.370000', '142048.830000', '142049.290000', '142049.750000', '142050.210000', '142050.670000', '142051.130000', '142051.590000', '142052.050000', '142052.510000', '142052.970000', '142053.430000', '142053.890000', '142054.350000', '142054.810000', '142055.270000', '142055.730000', '142056.190000', '142056.650000', '142057.110000', '142057.570000', '142058.030000', '142058.490000', '142058.950000', '142059.410000', '142059.870000', '142100.330000', '142100.790000', '142101.250000', '142101.710000', '142102.170000', '142102.630000', '142103.090000', '142103.550000', '142104.010000', '142104.470000', '142104.930000', '142105.390000', '142105.850000', '142106.310000', '142106.770000', '142107.230000', '142107.690000', '142108.150000', '142108.610000', '142109.070000', '142109.530000', '142109.990000', '142110.450000', '142110.910000', '142111.370000', '142111.830000', '142112.290000', '142112.750000', '142113.210000', '142113.670000', '142114.130000', '142114.590000', '142115.050000', '142115.510000', '142115.970000', '142116.430000', '142116.890000', '142117.350000', '142117.810000', '142118.270000', '142118.730000', '142119.190000', '142119.650000', '142120.110000', '142120.570000', '142121.030000', '142121.490000', '142121.950000', '142122.410000', '142122.870000', '142123.330000', '142123.790000', '142124.250000', '142124.710000', '142125.170000', '142125.630000', '142126.090000', '142126.550000', '142127.010000', '142127.470000', '142127.930000', '142128.390000', '142128.850000', '142129.310000', '142129.770000', '142130.230000', '142130.690000', '142131.150000', '142131.610000', '142132.070000', '142132.530000', '142132.990000', '142133.450000', '142133.910000', '142134.370000', '142134.830000', '142135.290000', '142135.750000', '142136.210000', '142136.670000', '142137.130000', '142137.590000', '142138.050000', '142138.510000', '142138.970000', '142139.430000', '142139.890000', '142140.350000', '142140.810000', '142141.270000', '142141.730000', '142142.190000', '142142.650000', '142143.110000', '142143.570000', '142144.030000', '142144.490000', '142144.950000', '142145.410000', '142145.870000', '142146.330000', '142146.790000', '142147.250000', '142147.710000', '142148.170000', '142148.630000', '142149.090000', '142149.550000', '142150.010000', '142150.470000', '142150.930000', '142151.390000', '142151.850000', '142152.310000', '142152.770000', '142153.230000', '142153.690000', '142154.150000', '142154.610000', '142155.070000', '142155.530000', '142155.990000', '142156.450000', '142156.910000', '142157.370000', '142157.830000', '142158.290000', '142158.750000', '142159.210000', '142159.670000', '142200.130000', '142200.590000', '142201.050000', '142201.510000', '142201.970000', '142202.430000', '142202.890000', '142203.350000', '142203.810000', '142204.270000', '142204.730000', '142205.190000', '142205.650000', '142206.110000', '142206.570000', '142207.030000', '142207.490000', '142207.950000', '142208.410000', '142208.870000', '142209.330000', '142209.790000', '142210.250000', '142210.710000', '142211.170000', '142211.630000', '142212.090000', '142212.550000', '142213.010000', '142213.470000', '142213.930000', '142214.390000', '142214.850000', '142215.310000', '142215.770000', '142216.230000', '142216.690000', '142217.150000', '142217.610000', '142218.070000', '142218.530000', '142218.990000', '142219.450000', '142219.910000', '142220.370000', '142220.830000', '142221.290000', '142221.750000', '142222.210000', '142222.670000', '142223.130000', '142223.590000', '142224.050000', '142224.510000', '142224.970000', '142225.430000', '142225.890000', '142226.350000', '142226.810000', '142227.270000', '142227.730000', '142228.190000', '142228.650000', '142229.110000', '142229.570000', '142230.030000', '142230.490000', '142230.950000', '142231.410000', '142231.870000', '142232.330000', '142232.790000', '142233.250000', '142233.710000', '142234.170000', '142234.630000', '142235.090000', '142235.550000', '142236.010000', '142236.470000', '142236.930000', '142237.390000', '142237.850000', '142238.310000', '142238.770000', '142239.230000', '142239.690000', '142240.150000', '142240.610000', '142241.070000', '142241.530000', '142241.990000', '142242.450000', '142242.910000', '142243.370000', '142243.830000', '142244.290000', '142244.750000', '142245.210000', '142245.670000', '142246.130000', '142246.590000', '142247.050000', '142247.510000', '142247.970000', '142248.430000', '142248.890000', '142249.350000', '142249.810000', '142250.270000', '142250.730000', '142251.190000', '142251.650000', '142252.110000', '142252.570000', '142253.030000', '142253.490000', '142253.950000', '142254.410000', '142254.870000', '142255.330000', '142255.790000', '142256.250000', '142256.710000', '142257.170000', '142257.630000', '142258.090000', '142258.550000', '142259.010000', '142259.470000', '142259.930000', '142300.390000', '142300.850000', '142301.310000', '142301.770000', '142302.230000', '142302.690000', '142303.150000', '142303.610000', '142304.070000', '142304.530000', '142304.990000', '142305.450000', '142305.910000', '142306.370000', '142306.830000', '142307.290000', '142307.750000', '142308.210000', '142308.670000', '142309.130000', '142309.590000', '142310.050000', '142310.510000', '142310.970000', '142311.430000', '142311.890000', '142312.350000', '142312.810000', '142313.270000', '142313.730000', '142314.190000', '142314.650000', '142315.110000', '142315.570000', '142316.030000', '142316.490000', '142316.950000', '142317.410000', '142317.870000', '142318.330000', '142318.790000', '142319.250000', '142319.710000', '142320.170000', '142320.630000', '142321.090000', '142321.550000', '142322.010000', '142322.470000', '142322.930000', '142323.390000', '142323.850000', '142324.310000', '142324.770000', '142325.230000', '142325.690000', '142326.150000', '142326.610000', '142327.070000', '142327.530000', '142327.990000', '142328.450000', '142328.910000', '142329.370000', '142329.830000', '142330.290000', '142330.750000', '142331.210000', '142331.670000', '142332.130000', '142332.590000', '142333.050000', '142333.510000', '142333.970000', '142334.430000', '142334.890000', '142335.350000', '142335.810000', '142336.270000', '142336.730000', '142337.190000', '142337.650000', '142338.110000', '142338.570000', '142339.030000', '142339.490000', '142339.950000', '142340.410000', '142340.870000', '142341.330000', '142341.790000', '142342.250000', '142342.710000', '142343.170000', '142343.630000', '142344.090000', '142344.550000', '142345.010000', '142345.470000', '142345.930000', '142346.390000', '142346.850000', '142347.310000', '142347.770000', '142348.230000', '142348.690000', '142349.150000', '142349.610000', '142350.070000', '142350.530000', '142350.990000', '142351.450000', '142351.910000', '142352.370000', '142352.830000', '142353.290000', '142353.750000', '142354.210000', '142354.670000', '142355.130000', '142355.590000', '142356.050000', '142356.510000', '142356.970000', '142357.430000', '142357.890000', '142358.350000', '142358.810000', '142359.270000', '142359.730000', '142400.190000', '142400.650000', '142401.110000', '142401.570000', '142402.030000', '142402.490000', '142402.950000', '142403.410000', '142403.870000', '142404.330000', '142404.790000', '142405.250000', '142405.710000', '142406.170000', '142406.630000', '142407.090000', '142407.550000', '142408.010000', '142408.470000', '142408.930000', '142409.390000', '142409.850000', '142410.310000', '142410.770000', '142411.230000', '142411.690000', '142412.150000', '142412.610000', '142413.070000', '142413.530000', '142413.990000', '142414.450000', '142414.910000', '142415.370000', '142415.830000', '142416.290000', '142416.750000', '142417.210000', '142417.670000', '142418.130000', '142418.590000', '142419.050000', '142419.510000', '142419.970000', '142420.430000', '142420.890000', '142421.350000', '142421.810000', '142422.270000', '142422.730000', '142423.190000', '142423.650000', '142424.110000', '142424.570000', '142425.030000', '142425.490000', '142425.950000', '142426.410000', '142426.870000', '142427.330000', '142427.790000', '142428.250000', '142428.710000', '142429.170000', '142429.630000', '142430.090000', '142430.550000', '142431.010000', '142431.470000', '142431.930000', '142432.390000', '142432.850000', '142433.310000', '142433.770000', '142434.230000', '142434.690000', '142435.150000', '142435.610000', '142436.070000', '142436.530000', '142436.990000', '142437.450000', '142437.910000', '142438.370000', '142438.830000', '142439.290000', '142439.750000', '142440.210000', '142440.670000', '142441.130000', '142441.590000', '142442.050000', '142442.510000', '142442.970000', '142443.430000', '142443.890000', '142444.350000', '142444.810000', '142445.270000', '142445.730000', '142446.190000', '142446.650000', '142447.110000', '142447.570000', '142448.030000', '142448.490000', '142448.950000', '142449.410000', '142449.870000', '142450.330000', '142450.790000', '142451.250000', '142451.710000', '142452.170000', '142452.630000', '142453.090000', '142453.550000', '142454.010000', '142454.470000', '142454.930000', '142455.390000', '142455.850000', '142456.310000', '142456.770000', '142457.230000', '142457.690000', '142458.150000', '142458.610000', '142459.070000', '142459.530000', '142459.990000', '142500.450000', '142500.910000', '142501.370000', '142501.830000', '142502.290000', '142502.750000', '142503.210000', '142503.670000', '142504.130000', '142504.590000', '142505.050000', '142505.510000', '142505.970000', '142506.430000', '142506.890000', '142507.350000', '142507.810000', '142508.270000', '142508.730000', '142509.190000', '142509.650000', '142510.110000', '142510.570000', '142511.030000', '142511.490000', '142511.950000', '142512.410000', '142512.870000', '142513.330000', '142513.790000', '142514.250000', '142514.710000', '142515.170000', '142515.630000', '142516.090000', '142516.550000', '142517.010000', '142517.470000', '142517.930000', '142518.390000', '142518.850000', '142519.310000', '142519.770000', '142520.230000', '142520.690000', '142521.150000', '142521.610000', '142522.070000', '142522.530000', '142522.990000', '142523.450000', '142523.910000', '142524.370000', '142524.830000', '142525.290000', '142525.750000', '142526.210000', '142526.670000', '142527.130000', '142527.590000', '142528.050000', '142528.510000', '142528.970000', '142529.430000', '142529.890000', '142530.350000', '142530.810000', '142531.270000', '142531.730000', '142532.190000', '142532.650000', '142533.110000', '142533.570000', '142534.030000', '142534.490000', '142534.950000', '142535.410000', '142535.870000', '142536.330000', '142536.790000', '142537.250000', '142537.710000', '142538.170000', '142538.630000', '142539.090000', '142539.550000', '142540.010000', '142540.470000', '142540.930000', '142541.390000', '142541.850000', '142542.310000', '142542.770000', '142543.230000', '142543.690000', '142544.150000', '142544.610000', '142545.070000', '142545.530000', '142545.990000', '142546.450000', '142546.910000', '142547.370000', '142547.830000', '142548.290000', '142548.750000', '142549.210000', '142549.670000', '142550.130000', '142550.590000', '142551.050000', '142551.510000', '142551.970000', '142552.430000', '142552.890000', '142553.350000', '142553.810000', '142554.270000', '142554.730000', '142555.190000', '142555.650000', '142556.110000', '142556.570000', '142557.030000', '142557.490000', '142557.950000', '142558.410000', '142558.870000', '142559.330000', '142559.790000', '142600.250000', '142600.710000', '142601.170000', '142601.630000', '142602.090000', '142602.550000', '142603.010000', '142603.470000', '142603.930000', '142604.390000', '142604.850000', '142605.310000', '142605.770000', '142606.230000', '142606.690000', '142607.150000', '142607.610000', '142608.070000', '142608.530000', '142608.990000', '142609.450000', '142609.910000', '142610.370000', '142610.830000', '142611.290000', '142611.750000', '142612.210000', '142612.670000', '142613.130000', '142613.590000', '142614.050000', '142614.510000', '142614.970000', '142615.430000', '142615.890000', '142616.350000', '142616.810000', '142617.270000', '142617.730000', '142618.190000', '142618.650000', '142619.110000', '142619.570000', '142620.030000', '142620.490000', '142620.950000', '142621.410000', '142621.870000', '142622.330000', '142622.790000', '142623.250000', '142623.710000', '142624.170000', '142624.630000', '142625.090000', '142625.550000', '142626.010000', '142626.470000', '142626.930000', '142627.390000', '142627.850000', '142628.310000', '142628.770000', '142629.230000', '142629.690000', '142630.150000', '142630.610000', '142631.070000', '142631.530000', '142631.990000', '142632.450000', '142632.910000', '142633.370000', '142633.830000', '142634.290000', '142634.750000', '142635.210000', '142635.670000', '142636.130000', '142636.590000', '142637.050000', '142637.510000', '142637.970000', '142638.430000', '142638.890000', '142639.350000', '142639.810000', '142640.270000', '142640.730000', '142641.190000', '142641.650000', '142642.110000', '142642.570000', '142643.030000', '142643.490000', '142643.950000', '142644.410000', '142644.870000', '142645.330000', '142645.790000', '142646.250000', '142646.710000', '142647.170000', '142647.630000', '142648.090000', '142648.550000', '142649.010000', '142649.470000', '142649.930000', '142650.390000', '142650.850000', '142651.310000', '142651.770000', '142652.230000', '142652.690000', '142653.150000', '142653.610000', '142654.070000', '142654.530000', '142654.990000', '142655.450000', '142655.910000', '142656.370000', '142656.830000', '142657.290000', '142657.750000', '142658.210000', '142658.670000', '142659.130000', '142659.590000', '142700.050000', '142700.510000', '142700.970000', '142701.430000', '142701.890000', '142702.350000', '142702.810000', '142703.270000', '142703.730000', '142704.190000', '142704.650000', '142705.110000', '142705.570000', '142706.030000', '142706.490000', '142706.950000', '142707.410000', '142707.870000', '142708.330000', '142708.790000', '142709.250000', '142709.710000', '142710.170000', '142710.630000', '142711.090000', '142711.550000', '142712.010000', '142712.470000', '142712.930000', '142713.390000', '142713.850000', '142714.310000', '142714.770000', '142715.230000', '142715.690000', '142716.150000', '142716.610000', '142717.070000', '142717.530000', '142717.990000', '142718.450000', '142718.910000', '142719.370000', '142719.830000', '142720.290000', '142720.750000', '142721.210000', '142721.670000', '142722.130000', '142722.590000', '142723.050000', '142723.510000', '142723.970000', '142724.430000', '142724.890000', '142725.350000', '142725.810000', '142726.270000', '142726.730000', '142727.190000', '142727.650000', '142728.110000', '142728.570000', '142729.030000', '142729.490000', '142729.950000'], 'ContentTime': ['142047.066000', '142047.069000', '142047.072000', '142047.075000', '142047.078000', '142047.080000', '142047.083000', '142047.088000', '142047.091000', '142047.094000', '142047.097000', '142047.099000', '142047.102000', '142047.106000', '142047.109000', '142047.112000', '142047.115000', '142047.117000', '142047.120000', '142047.127000', '142047.130000', '142047.133000', '142047.136000', '142047.139000', '142047.142000', '142047.144000', '142047.147000', '142047.150000', '142047.153000', '142047.156000', '142047.159000', '142047.162000', '142047.166000', '142047.170000', '142047.173000', '142047.176000', '142107.035000', '142107.038000', '142107.041000', '142107.044000', '142107.048000', '142107.051000', '142107.054000', '142107.056000', '142107.059000', '142107.062000', '142107.065000', '142107.068000', '142107.070000', '142107.074000', '142107.076000', '142107.079000', '142107.082000', '142107.085000', '142107.088000', '142107.090000', '142107.093000', '142107.100000', '142107.103000', '142107.106000', '142107.108000', '142107.111000', '142107.114000', '142107.117000', '142107.120000', '142107.123000', '142107.125000', '142107.128000', '142107.131000', '142107.134000', '142107.137000', '142107.139000', '142107.142000', '142107.145000', '142107.148000', '142107.151000', '142107.153000', '142107.156000', '142107.159000', '142107.162000', '142127.034000', '142127.037000', '142127.050000', '142127.062000', '142127.064000', '142127.067000', '142127.070000', '142127.073000', '142127.076000', '142127.078000', '142127.081000', '142127.084000', '142127.087000', '142127.090000', '142127.092000', '142127.095000', '142127.098000', '142127.101000', '142127.104000', '142127.107000', '142127.110000', '142127.112000', '142127.115000', '142127.118000', '142127.121000', '142127.124000', '142127.127000', '142127.129000', '142127.132000', '142127.135000', '142127.138000', '142127.141000', '142127.143000', '142127.146000', '142127.149000', '142127.152000', '142127.155000', '142127.157000', '142127.160000', '142127.163000', '142127.166000', '142127.169000', '142127.172000', '142147.034000', '142147.037000', '142147.039000', '142147.042000', '142147.045000', '142147.048000', '142147.051000', '142147.054000', '142147.065000', '142147.068000', '142147.071000', '142147.074000', '142147.077000', '142147.079000', '142147.082000', '142147.085000', '142147.088000', '142147.091000', '142147.093000', '142147.096000', '142147.099000', '142147.102000', '142147.105000', '142147.108000', '142147.111000', '142147.114000', '142147.116000', '142147.119000', '142147.122000', '142147.125000', '142147.128000', '142147.131000', '142147.134000', '142147.136000', '142147.139000', '142147.142000', '142147.145000', '142147.148000', '142147.151000', '142147.153000', '142147.156000', '142147.159000', '142147.162000', '142147.165000', '142207.034000', '142207.037000', '142207.040000', '142207.043000', '142207.046000', '142207.048000', '142207.051000', '142207.054000', '142207.057000', '142207.060000', '142207.063000', '142207.065000', '142207.068000', '142207.071000', '142207.074000', '142207.077000', '142207.080000', '142207.083000', '142207.086000', '142207.088000', '142207.091000', '142207.094000', '142207.097000', '142207.100000', '142207.103000', '142207.105000', '142207.108000', '142207.111000', '142207.114000', '142207.117000', '142207.120000', '142207.123000', '142207.126000', '142207.128000', '142207.131000', '142207.134000', '142207.137000', '142207.140000', '142207.144000', '142207.147000', '142207.149000', '142207.152000', '142207.155000', '142227.035000', '142227.038000', '142227.041000', '142227.044000', '142227.046000', '142227.049000', '142227.052000', '142227.055000', '142227.058000', '142227.061000', '142227.063000', '142227.066000', '142227.069000', '142227.072000', '142227.075000', '142227.078000', '142227.081000', '142227.083000', '142227.086000', '142227.089000', '142227.092000', '142227.095000', '142227.098000', '142227.100000', '142227.103000', '142227.106000', '142227.109000', '142227.112000', '142227.115000', '142227.117000', '142227.120000', '142227.123000', '142227.126000', '142227.129000', '142227.132000', '142227.135000', '142227.137000', '142227.140000', '142227.143000', '142227.146000', '142227.149000', '142227.152000', '142227.154000', '142227.157000', '142247.035000', '142247.038000', '142247.041000', '142247.044000', '142247.047000', '142247.049000', '142247.052000', '142247.055000', '142247.058000', '142247.061000', '142247.064000', '142247.067000', '142247.069000', '142247.072000', '142247.075000', '142247.078000', '142247.081000', '142247.084000', '142247.087000', '142247.090000', '142247.092000', '142247.095000', '142247.098000', '142247.101000', '142247.104000', '142247.107000', '142247.110000', '142247.112000', '142247.115000', '142247.118000', '142247.121000', '142247.124000', '142247.127000', '142247.130000', '142247.132000', '142247.135000', '142247.138000', '142247.141000', '142247.144000', '142247.147000', '142247.149000', '142247.152000', '142247.155000', '142307.049000', '142307.052000', '142307.055000', '142307.058000', '142307.061000', '142307.064000', '142307.067000', '142307.069000', '142307.072000', '142307.075000', '142307.078000', '142307.081000', '142307.083000', '142307.086000', '142307.089000', '142307.092000', '142307.095000', '142307.098000', '142307.101000', '142307.104000', '142307.106000', '142307.109000', '142307.112000', '142307.115000', '142307.118000', '142307.121000', '142307.124000', '142307.126000', '142307.129000', '142307.132000', '142307.135000', '142307.138000', '142307.141000', '142307.143000', '142307.146000', '142307.149000', '142307.152000', '142307.155000', '142307.158000', '142307.161000', '142307.163000', '142307.166000', '142307.169000', '142307.172000', '142327.035000', '142327.038000', '142327.041000', '142327.043000', '142327.046000', '142327.049000', '142327.052000', '142327.055000', '142327.058000', '142327.061000', '142327.064000', '142327.066000', '142327.069000', '142327.072000', '142327.075000', '142327.078000', '142327.081000', '142327.084000', '142327.086000', '142327.089000', '142327.092000', '142327.095000', '142327.098000', '142327.101000', '142327.104000', '142327.106000', '142327.109000', '142327.112000', '142327.115000', '142327.118000', '142327.121000', '142327.123000', '142327.126000', '142327.129000', '142327.132000', '142327.135000', '142327.138000', '142327.141000', '142327.144000', '142327.146000', '142327.149000', '142327.152000', '142327.155000', '142347.034000', '142347.039000', '142347.042000', '142347.046000', '142347.048000', '142347.051000', '142347.054000', '142347.057000', '142347.060000', '142347.063000', '142347.065000', '142347.068000', '142347.071000', '142347.074000', '142347.077000', '142347.080000', '142347.083000', '142347.086000', '142347.088000', '142347.091000', '142347.094000', '142347.097000', '142347.100000', '142347.102000', '142347.105000', '142347.108000', '142347.111000', '142347.114000', '142347.117000', '142347.120000', '142347.123000', '142347.125000', '142347.128000', '142347.131000', '142347.134000', '142347.137000', '142347.140000', '142347.143000', '142347.145000', '142347.148000', '142347.151000', '142347.154000', '142347.157000', '142407.034000', '142407.037000', '142407.039000', '142407.042000', '142407.045000', '142407.048000', '142407.051000', '142407.054000', '142407.057000', '142407.060000', '142407.062000', '142407.065000', '142407.068000', '142407.071000', '142407.074000', '142407.077000', '142407.080000', '142407.082000', '142407.085000', '142407.088000', '142407.091000', '142407.094000', '142407.096000', '142407.099000', '142407.102000', '142407.105000', '142407.108000', '142407.111000', '142407.114000', '142407.116000', '142407.119000', '142407.122000', '142407.125000', '142407.128000', '142407.131000', '142407.134000', '142407.137000', '142407.139000', '142407.142000', '142407.145000', '142407.148000', '142407.151000', '142407.154000', '142407.157000', '142427.034000', '142427.037000', '142427.040000', '142427.043000', '142427.046000', '142427.049000', '142427.053000', '142427.056000', '142427.059000', '142427.062000', '142427.065000', '142427.068000', '142427.071000', '142427.073000', '142427.076000', '142427.079000', '142427.082000', '142427.085000', '142427.088000', '142427.091000', '142427.094000', '142427.096000', '142427.099000', '142427.102000', '142427.105000', '142427.119000', '142427.122000', '142427.125000', '142427.128000', '142427.131000', '142427.134000', '142427.136000', '142427.139000', '142427.142000', '142427.145000', '142427.148000', '142427.151000', '142427.154000', '142427.156000', '142427.159000', '142427.162000', '142427.165000', '142427.168000', '142447.035000', '142447.038000', '142447.041000', '142447.044000', '142447.046000', '142447.049000', '142447.052000', '142447.055000', '142447.058000', '142447.061000', '142447.063000', '142447.066000', '142447.069000', '142447.072000', '142447.075000', '142447.078000', '142447.081000', '142447.084000', '142447.086000', '142447.089000', '142447.092000', '142447.095000', '142447.098000', '142447.101000', '142447.104000', '142447.107000', '142447.109000', '142447.112000', '142447.115000', '142447.118000', '142447.121000', '142447.124000', '142447.126000', '142447.129000', '142447.132000', '142447.135000', '142447.138000', '142447.141000', '142447.143000', '142447.146000', '142447.149000', '142447.152000', '142447.155000', '142447.158000', '142507.035000', '142507.038000', '142507.041000', '142507.044000', '142507.047000', '142507.050000', '142507.052000', '142507.055000', '142507.058000', '142507.061000', '142507.064000', '142507.067000', '142507.070000', '142507.075000', '142507.078000', '142507.081000', '142507.084000', '142507.087000', '142507.090000', '142507.093000', '142507.096000', '142507.098000', '142507.101000', '142507.104000', '142507.107000', '142507.110000', '142507.113000', '142507.116000', '142507.119000', '142507.121000', '142507.124000', '142507.127000', '142507.130000', '142507.133000', '142507.135000', '142507.138000', '142507.141000', '142507.144000', '142507.147000', '142507.150000', '142507.153000', '142507.155000', '142507.158000', '142527.035000', '142527.038000', '142527.041000', '142527.044000', '142527.047000', '142527.050000', '142527.052000', '142527.055000', '142527.058000', '142527.061000', '142527.064000', '142527.067000', '142527.070000', '142527.073000', '142527.075000', '142527.078000', '142527.081000', '142527.084000', '142527.087000', '142527.090000', '142527.093000', '142527.095000', '142527.098000', '142527.101000', '142527.104000', '142527.107000', '142527.110000', '142527.113000', '142527.115000', '142527.118000', '142527.121000', '142527.124000', '142527.127000', '142527.130000', '142527.133000', '142527.136000', '142527.138000', '142527.141000', '142527.144000', '142527.147000', '142527.150000', '142527.153000', '142527.156000', '142527.159000', '142547.035000', '142547.038000', '142547.041000', '142547.044000', '142547.047000', '142547.049000', '142547.052000', '142547.055000', '142547.058000', '142547.061000', '142547.064000', '142547.066000', '142547.069000', '142547.072000', '142547.075000', '142547.078000', '142547.081000', '142547.084000', '142547.087000', '142547.091000', '142547.095000', '142547.098000', '142547.101000', '142547.104000', '142547.107000', '142547.109000', '142547.112000', '142547.115000', '142547.118000', '142547.121000', '142547.124000', '142547.126000', '142547.129000', '142547.132000', '142547.135000', '142547.138000', '142547.141000', '142547.143000', '142547.146000', '142547.149000', '142547.152000', '142547.155000', '142547.158000', '142607.034000', '142607.037000', '142607.040000', '142607.043000', '142607.045000', '142607.048000', '142607.051000', '142607.054000', '142607.057000', '142607.069000', '142607.071000', '142607.074000', '142607.077000', '142607.080000', '142607.083000', '142607.086000', '142607.088000', '142607.091000', '142607.094000', '142607.097000', '142607.100000', '142607.103000', '142607.106000', '142607.109000', '142607.111000', '142607.114000', '142607.117000', '142607.120000', '142607.123000', '142607.126000', '142607.129000', '142607.131000', '142607.134000', '142607.137000', '142607.140000', '142607.143000', '142607.146000', '142607.149000', '142607.152000', '142607.155000', '142607.157000', '142607.160000', '142607.163000', '142607.166000', '142627.034000', '142627.037000', '142627.040000', '142627.043000', '142627.046000', '142627.048000', '142627.051000', '142627.054000', '142627.057000', '142627.060000', '142627.063000', '142627.066000', '142627.068000', '142627.071000', '142627.074000', '142627.077000', '142627.080000', '142627.083000', '142627.086000', '142627.089000', '142627.092000', '142627.094000', '142627.097000', '142627.102000', '142627.105000', '142627.108000', '142627.111000', '142627.114000', '142627.116000', '142627.121000', '142627.124000', '142627.126000', '142627.129000', '142627.132000', '142627.135000', '142627.138000', '142627.141000', '142627.144000', '142627.147000', '142627.149000', '142627.152000', '142627.155000', '142627.158000', '142647.034000', '142647.037000', '142647.040000', '142647.042000', '142647.045000', '142647.048000', '142647.051000', '142647.054000', '142647.057000', '142647.060000', '142647.062000', '142647.065000', '142647.068000', '142647.071000', '142647.074000', '142647.077000', '142647.080000', '142647.083000', '142647.085000', '142647.088000', '142647.091000', '142647.094000', '142647.097000', '142647.100000', '142647.103000', '142647.106000', '142647.108000', '142647.111000', '142647.114000', '142647.117000', '142647.120000', '142647.122000', '142647.125000', '142647.128000', '142647.131000', '142647.134000', '142647.137000', '142647.140000', '142647.143000', '142647.146000', '142647.149000', '142647.151000', '142647.154000', '142647.157000', '142707.035000', '142707.038000', '142707.041000', '142707.044000', '142707.047000', '142707.049000', '142707.052000', '142707.056000', '142707.059000', '142707.062000', '142707.065000', '142707.068000', '142707.071000', '142707.074000', '142707.077000', '142707.079000', '142707.082000', '142707.085000', '142707.088000', '142707.091000', '142707.094000', '142707.097000', '142707.100000', '142707.102000', '142707.105000', '142707.108000', '142707.111000', '142707.114000', '142707.117000', '142707.120000', '142707.123000', '142707.126000', '142707.129000', '142707.132000', '142707.135000', '142707.138000', '142707.141000', '142707.143000', '142707.146000', '142707.149000', '142707.152000', '142707.155000', '142707.158000', '142727.035000', '142727.038000', '142727.041000', '142727.054000', '142727.057000', '142727.059000', '142727.062000', '142727.065000', '142727.068000', '142727.071000', '142727.073000', '142727.077000', '142727.079000', '142727.082000', '142727.085000', '142727.088000', '142727.091000', '142727.094000', '142727.096000', '142727.099000', '142727.102000', '142727.105000', '142727.108000', '142727.111000', '142727.114000', '142727.117000', '142727.120000', '142727.123000', '142727.125000', '142727.128000', '142727.131000', '142727.134000', '142727.137000', '142727.140000', '142727.142000', '142727.145000', '142727.148000', '142727.151000', '142727.154000', '142727.157000', '142727.159000', '142727.162000', '142727.165000', '142727.168000', '142730.647000', '142730.651000', '142730.655000', '142730.665000', '142730.671000', '142730.675000', '142730.677000', '142730.681000'], 'InstanceCreationTime': ['142047.066000', '142047.069000', '142047.072000', '142047.075000', '142047.078000', '142047.080000', '142047.083000', '142047.088000', '142047.091000', '142047.094000', '142047.097000', '142047.099000', '142047.102000', '142047.106000', '142047.109000', '142047.112000', '142047.115000', '142047.117000', '142047.120000', '142047.127000', '142047.130000', '142047.133000', '142047.136000', '142047.139000', '142047.142000', '142047.144000', '142047.147000', '142047.150000', '142047.153000', '142047.156000', '142047.159000', '142047.162000', '142047.166000', '142047.170000', '142047.173000', '142047.176000', '142107.035000', '142107.038000', '142107.041000', '142107.044000', '142107.048000', '142107.051000', '142107.054000', '142107.056000', '142107.059000', '142107.062000', '142107.065000', '142107.068000', '142107.070000', '142107.074000', '142107.076000', '142107.079000', '142107.082000', '142107.085000', '142107.088000', '142107.090000', '142107.093000', '142107.100000', '142107.103000', '142107.106000', '142107.108000', '142107.111000', '142107.114000', '142107.117000', '142107.120000', '142107.123000', '142107.125000', '142107.128000', '142107.131000', '142107.134000', '142107.137000', '142107.139000', '142107.142000', '142107.145000', '142107.148000', '142107.151000', '142107.153000', '142107.156000', '142107.159000', '142107.162000', '142127.034000', '142127.037000', '142127.050000', '142127.062000', '142127.064000', '142127.067000', '142127.070000', '142127.073000', '142127.076000', '142127.078000', '142127.081000', '142127.084000', '142127.087000', '142127.090000', '142127.092000', '142127.095000', '142127.098000', '142127.101000', '142127.104000', '142127.107000', '142127.110000', '142127.112000', '142127.115000', '142127.118000', '142127.121000', '142127.124000', '142127.127000', '142127.129000', '142127.132000', '142127.135000', '142127.138000', '142127.141000', '142127.143000', '142127.146000', '142127.149000', '142127.152000', '142127.155000', '142127.157000', '142127.160000', '142127.163000', '142127.166000', '142127.169000', '142127.172000', '142147.034000', '142147.037000', '142147.039000', '142147.042000', '142147.045000', '142147.048000', '142147.051000', '142147.054000', '142147.065000', '142147.068000', '142147.071000', '142147.074000', '142147.077000', '142147.079000', '142147.082000', '142147.085000', '142147.088000', '142147.091000', '142147.093000', '142147.096000', '142147.099000', '142147.102000', '142147.105000', '142147.108000', '142147.111000', '142147.114000', '142147.116000', '142147.119000', '142147.122000', '142147.125000', '142147.128000', '142147.131000', '142147.134000', '142147.136000', '142147.139000', '142147.142000', '142147.145000', '142147.148000', '142147.151000', '142147.153000', '142147.156000', '142147.159000', '142147.162000', '142147.165000', '142207.034000', '142207.037000', '142207.040000', '142207.043000', '142207.046000', '142207.048000', '142207.051000', '142207.054000', '142207.057000', '142207.060000', '142207.063000', '142207.065000', '142207.068000', '142207.071000', '142207.074000', '142207.077000', '142207.080000', '142207.083000', '142207.086000', '142207.088000', '142207.091000', '142207.094000', '142207.097000', '142207.100000', '142207.103000', '142207.105000', '142207.108000', '142207.111000', '142207.114000', '142207.117000', '142207.120000', '142207.123000', '142207.126000', '142207.128000', '142207.131000', '142207.134000', '142207.137000', '142207.140000', '142207.144000', '142207.147000', '142207.149000', '142207.152000', '142207.155000', '142227.035000', '142227.038000', '142227.041000', '142227.044000', '142227.046000', '142227.049000', '142227.052000', '142227.055000', '142227.058000', '142227.061000', '142227.063000', '142227.066000', '142227.069000', '142227.072000', '142227.075000', '142227.078000', '142227.081000', '142227.083000', '142227.086000', '142227.089000', '142227.092000', '142227.095000', '142227.098000', '142227.100000', '142227.103000', '142227.106000', '142227.109000', '142227.112000', '142227.115000', '142227.117000', '142227.120000', '142227.123000', '142227.126000', '142227.129000', '142227.132000', '142227.135000', '142227.137000', '142227.140000', '142227.143000', '142227.146000', '142227.149000', '142227.152000', '142227.154000', '142227.157000', '142247.035000', '142247.038000', '142247.041000', '142247.044000', '142247.047000', '142247.049000', '142247.052000', '142247.055000', '142247.058000', '142247.061000', '142247.064000', '142247.067000', '142247.069000', '142247.072000', '142247.075000', '142247.078000', '142247.081000', '142247.084000', '142247.087000', '142247.090000', '142247.092000', '142247.095000', '142247.098000', '142247.101000', '142247.104000', '142247.107000', '142247.110000', '142247.112000', '142247.115000', '142247.118000', '142247.121000', '142247.124000', '142247.127000', '142247.130000', '142247.132000', '142247.135000', '142247.138000', '142247.141000', '142247.144000', '142247.147000', '142247.149000', '142247.152000', '142247.155000', '142307.049000', '142307.052000', '142307.055000', '142307.058000', '142307.061000', '142307.064000', '142307.067000', '142307.069000', '142307.072000', '142307.075000', '142307.078000', '142307.081000', '142307.083000', '142307.086000', '142307.089000', '142307.092000', '142307.095000', '142307.098000', '142307.101000', '142307.104000', '142307.106000', '142307.109000', '142307.112000', '142307.115000', '142307.118000', '142307.121000', '142307.124000', '142307.126000', '142307.129000', '142307.132000', '142307.135000', '142307.138000', '142307.141000', '142307.143000', '142307.146000', '142307.149000', '142307.152000', '142307.155000', '142307.158000', '142307.161000', '142307.163000', '142307.166000', '142307.169000', '142307.172000', '142327.035000', '142327.038000', '142327.041000', '142327.043000', '142327.046000', '142327.049000', '142327.052000', '142327.055000', '142327.058000', '142327.061000', '142327.064000', '142327.066000', '142327.069000', '142327.072000', '142327.075000', '142327.078000', '142327.081000', '142327.084000', '142327.086000', '142327.089000', '142327.092000', '142327.095000', '142327.098000', '142327.101000', '142327.104000', '142327.106000', '142327.109000', '142327.112000', '142327.115000', '142327.118000', '142327.121000', '142327.123000', '142327.126000', '142327.129000', '142327.132000', '142327.135000', '142327.138000', '142327.141000', '142327.144000', '142327.146000', '142327.149000', '142327.152000', '142327.155000', '142347.034000', '142347.039000', '142347.042000', '142347.046000', '142347.048000', '142347.051000', '142347.054000', '142347.057000', '142347.060000', '142347.063000', '142347.065000', '142347.068000', '142347.071000', '142347.074000', '142347.077000', '142347.080000', '142347.083000', '142347.086000', '142347.088000', '142347.091000', '142347.094000', '142347.097000', '142347.100000', '142347.102000', '142347.105000', '142347.108000', '142347.111000', '142347.114000', '142347.117000', '142347.120000', '142347.123000', '142347.125000', '142347.128000', '142347.131000', '142347.134000', '142347.137000', '142347.140000', '142347.143000', '142347.145000', '142347.148000', '142347.151000', '142347.154000', '142347.157000', '142407.034000', '142407.037000', '142407.039000', '142407.042000', '142407.045000', '142407.048000', '142407.051000', '142407.054000', '142407.057000', '142407.060000', '142407.062000', '142407.065000', '142407.068000', '142407.071000', '142407.074000', '142407.077000', '142407.080000', '142407.082000', '142407.085000', '142407.088000', '142407.091000', '142407.094000', '142407.096000', '142407.099000', '142407.102000', '142407.105000', '142407.108000', '142407.111000', '142407.114000', '142407.116000', '142407.119000', '142407.122000', '142407.125000', '142407.128000', '142407.131000', '142407.134000', '142407.137000', '142407.139000', '142407.142000', '142407.145000', '142407.148000', '142407.151000', '142407.154000', '142407.157000', '142427.034000', '142427.037000', '142427.040000', '142427.043000', '142427.046000', '142427.049000', '142427.053000', '142427.056000', '142427.059000', '142427.062000', '142427.065000', '142427.068000', '142427.071000', '142427.073000', '142427.076000', '142427.079000', '142427.082000', '142427.085000', '142427.088000', '142427.091000', '142427.094000', '142427.096000', '142427.099000', '142427.102000', '142427.105000', '142427.119000', '142427.122000', '142427.125000', '142427.128000', '142427.131000', '142427.134000', '142427.136000', '142427.139000', '142427.142000', '142427.145000', '142427.148000', '142427.151000', '142427.154000', '142427.156000', '142427.159000', '142427.162000', '142427.165000', '142427.168000', '142447.035000', '142447.038000', '142447.041000', '142447.044000', '142447.046000', '142447.049000', '142447.052000', '142447.055000', '142447.058000', '142447.061000', '142447.063000', '142447.066000', '142447.069000', '142447.072000', '142447.075000', '142447.078000', '142447.081000', '142447.084000', '142447.086000', '142447.089000', '142447.092000', '142447.095000', '142447.098000', '142447.101000', '142447.104000', '142447.107000', '142447.109000', '142447.112000', '142447.115000', '142447.118000', '142447.121000', '142447.124000', '142447.126000', '142447.129000', '142447.132000', '142447.135000', '142447.138000', '142447.141000', '142447.143000', '142447.146000', '142447.149000', '142447.152000', '142447.155000', '142447.158000', '142507.035000', '142507.038000', '142507.041000', '142507.044000', '142507.047000', '142507.050000', '142507.052000', '142507.055000', '142507.058000', '142507.061000', '142507.064000', '142507.067000', '142507.070000', '142507.075000', '142507.078000', '142507.081000', '142507.084000', '142507.087000', '142507.090000', '142507.093000', '142507.096000', '142507.098000', '142507.101000', '142507.104000', '142507.107000', '142507.110000', '142507.113000', '142507.116000', '142507.119000', '142507.121000', '142507.124000', '142507.127000', '142507.130000', '142507.133000', '142507.135000', '142507.138000', '142507.141000', '142507.144000', '142507.147000', '142507.150000', '142507.153000', '142507.155000', '142507.158000', '142527.035000', '142527.038000', '142527.041000', '142527.044000', '142527.047000', '142527.050000', '142527.052000', '142527.055000', '142527.058000', '142527.061000', '142527.064000', '142527.067000', '142527.070000', '142527.073000', '142527.075000', '142527.078000', '142527.081000', '142527.084000', '142527.087000', '142527.090000', '142527.093000', '142527.095000', '142527.098000', '142527.101000', '142527.104000', '142527.107000', '142527.110000', '142527.113000', '142527.115000', '142527.118000', '142527.121000', '142527.124000', '142527.127000', '142527.130000', '142527.133000', '142527.136000', '142527.138000', '142527.141000', '142527.144000', '142527.147000', '142527.150000', '142527.153000', '142527.156000', '142527.159000', '142547.035000', '142547.038000', '142547.041000', '142547.044000', '142547.047000', '142547.049000', '142547.052000', '142547.055000', '142547.058000', '142547.061000', '142547.064000', '142547.066000', '142547.069000', '142547.072000', '142547.075000', '142547.078000', '142547.081000', '142547.084000', '142547.087000', '142547.091000', '142547.095000', '142547.098000', '142547.101000', '142547.104000', '142547.107000', '142547.109000', '142547.112000', '142547.115000', '142547.118000', '142547.121000', '142547.124000', '142547.126000', '142547.129000', '142547.132000', '142547.135000', '142547.138000', '142547.141000', '142547.143000', '142547.146000', '142547.149000', '142547.152000', '142547.155000', '142547.158000', '142607.034000', '142607.037000', '142607.040000', '142607.043000', '142607.045000', '142607.048000', '142607.051000', '142607.054000', '142607.057000', '142607.069000', '142607.071000', '142607.074000', '142607.077000', '142607.080000', '142607.083000', '142607.086000', '142607.088000', '142607.091000', '142607.094000', '142607.097000', '142607.100000', '142607.103000', '142607.106000', '142607.109000', '142607.111000', '142607.114000', '142607.117000', '142607.120000', '142607.123000', '142607.126000', '142607.129000', '142607.131000', '142607.134000', '142607.137000', '142607.140000', '142607.143000', '142607.146000', '142607.149000', '142607.152000', '142607.155000', '142607.157000', '142607.160000', '142607.163000', '142607.166000', '142627.034000', '142627.037000', '142627.040000', '142627.043000', '142627.046000', '142627.048000', '142627.051000', '142627.054000', '142627.057000', '142627.060000', '142627.063000', '142627.066000', '142627.068000', '142627.071000', '142627.074000', '142627.077000', '142627.080000', '142627.083000', '142627.086000', '142627.089000', '142627.092000', '142627.094000', '142627.097000', '142627.102000', '142627.105000', '142627.108000', '142627.111000', '142627.114000', '142627.116000', '142627.121000', '142627.124000', '142627.126000', '142627.129000', '142627.132000', '142627.135000', '142627.138000', '142627.141000', '142627.144000', '142627.147000', '142627.149000', '142627.152000', '142627.155000', '142627.158000', '142647.034000', '142647.037000', '142647.040000', '142647.042000', '142647.045000', '142647.048000', '142647.051000', '142647.054000', '142647.057000', '142647.060000', '142647.062000', '142647.065000', '142647.068000', '142647.071000', '142647.074000', '142647.077000', '142647.080000', '142647.083000', '142647.085000', '142647.088000', '142647.091000', '142647.094000', '142647.097000', '142647.100000', '142647.103000', '142647.106000', '142647.108000', '142647.111000', '142647.114000', '142647.117000', '142647.120000', '142647.122000', '142647.125000', '142647.128000', '142647.131000', '142647.134000', '142647.137000', '142647.140000', '142647.143000', '142647.146000', '142647.149000', '142647.151000', '142647.154000', '142647.157000', '142707.035000', '142707.038000', '142707.041000', '142707.044000', '142707.047000', '142707.049000', '142707.052000', '142707.056000', '142707.059000', '142707.062000', '142707.065000', '142707.068000', '142707.071000', '142707.074000', '142707.077000', '142707.079000', '142707.082000', '142707.085000', '142707.088000', '142707.091000', '142707.094000', '142707.097000', '142707.100000', '142707.102000', '142707.105000', '142707.108000', '142707.111000', '142707.114000', '142707.117000', '142707.120000', '142707.123000', '142707.126000', '142707.129000', '142707.132000', '142707.135000', '142707.138000', '142707.141000', '142707.143000', '142707.146000', '142707.149000', '142707.152000', '142707.155000', '142707.158000', '142727.035000', '142727.038000', '142727.041000', '142727.054000', '142727.057000', '142727.059000', '142727.062000', '142727.065000', '142727.068000', '142727.071000', '142727.073000', '142727.077000', '142727.079000', '142727.082000', '142727.085000', '142727.088000', '142727.091000', '142727.094000', '142727.096000', '142727.099000', '142727.102000', '142727.105000', '142727.108000', '142727.111000', '142727.114000', '142727.117000', '142727.120000', '142727.123000', '142727.125000', '142727.128000', '142727.131000', '142727.134000', '142727.137000', '142727.140000', '142727.142000', '142727.145000', '142727.148000', '142727.151000', '142727.154000', '142727.157000', '142727.159000', '142727.162000', '142727.165000', '142727.168000', '142730.647000', '142730.651000', '142730.655000', '142730.665000', '142730.671000', '142730.675000', '142730.677000', '142730.681000'], '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': [15192, 18062, 12249, 8369, 15620, 9745, 16806, 11963, 19435, 15085, 8625, 15077, 10878, 16138, 12455, 12178, 14993, 9920, 17504, 11349, 7822, 15461, 9821, 16790, 13083, 15279, 13122, 8826, 16208, 12156, 16624, 12755, 8856, 15911, 12815, 7884, 16012, 12200, 8948, 15664, 10257, 18977, 14305, 13889, 13755, 8442, 16186, 11093, 18929, 14563, 21584, 13087, 8297, 15777, 11263, 16910, 12935, 16392, 13701, 9203, 17126, 11655, 11319, 14102, 8573, 17136, 12687, 18846, 12918, 8058, 16557, 10916, 17986, 12409, 16981, 13804, 9076, 16133, 11373, 17737, 12254, 16549, 13537, 8938, 15413, 10433, 19627, 12163, 8507, 14872, 10268, 12398, 12448, 9007, 15375, 10474, 17548, 12915, 19071, 12002, 19657, 15201, 20081, 15419, 13882, 14440, 9183, 15727, 11397, 15019, 12134, 11192, 15126, 9265, 15662, 11623, 17035, 12158, 14100, 13333, 9257, 18091, 10918, 15526, 11605, 8609, 14127, 9987, 18153, 12934, 10817, 14498, 10199, 16621, 12096, 18810, 14954, 17984, 14314, 9908, 14743, 9705, 16208, 11836, 18826, 13321, 19706, 15366, 14931, 13369, 7969, 15762, 10972, 15777, 11456, 11706, 12799, 8215, 15824, 10727, 15387, 11334, 13992, 11887, 13548, 15462, 9466, 16613, 11230, 16178, 12075, 12029, 14177, 8455, 17678, 10583, 17093, 11029, 13626, 12489, 12471, 16749, 11012, 18160, 11270, 16334, 12287, 16553, 13853, 9724, 16974, 10662, 10232, 14108, 8545, 15590, 11261, 18322, 12659, 10101, 13877, 8696, 16344, 11805, 18246, 15517, 16798, 12705, 8115, 15820, 11345, 11704, 13151, 9617, 17628, 11414, 18110, 11329, 9288, 15220, 8454, 17633, 12843, 21281, 11587, 7979, 15387, 11040, 17929, 11596, 16316, 11715, 8513, 15283, 10351, 13846, 11183, 15613, 12396, 17610, 13932, 15792, 18718, 10522, 15437, 10992, 8140, 15577, 10925, 16939, 11169, 17359, 13163, 7979, 14875, 10412, 16086, 11207, 18778, 15394, 11831, 13709, 8798, 16031, 11337, 18609, 11273, 8384, 15392, 10716, 13901, 11683, 8016, 14972, 10469, 17566, 12293, 8181, 15669, 11016, 17657, 12759, 19763, 15161, 20499, 15341, 9765, 14053, 9962, 14284, 11425, 10808, 13298, 8607, 15268, 11044, 9639, 13413, 9224, 16414, 11471, 18181, 11525, 13453, 14019, 9526, 16325, 11522, 9548, 14950, 9616, 18706, 15090, 11799, 14236, 9987, 16644, 11633, 16406, 13898, 10245, 17851, 12017, 9716, 15222, 8851, 17587, 11563, 12240, 14206, 10331, 14207, 12238, 8649, 16457, 11957, 12179, 14846, 10648, 18821, 12441, 16921, 13243, 9610, 17035, 10522, 9443, 14229, 8980, 16215, 11708, 17843, 14088, 18624, 15552, 9292, 14918, 10649, 12446, 12684, 8831, 15326, 11282, 18233, 11406, 8688, 15066, 8506, 15743, 10761, 19663, 14811, 8441, 14928, 10612, 15177, 11695, 11075, 15000, 10705, 17821, 11142, 8250, 15623, 10770, 17544, 13042, 8810, 17447, 10246, 8923, 15824, 11988, 8242, 16725, 12192, 10501, 19724, 11848, 8246, 15451, 10636, 18259, 13993, 21929, 18649, 10304, 14783, 11014, 13852, 11892, 8793, 17335, 11764, 7988, 15443, 11438, 17105, 13370, 14514, 18549, 11942, 21249, 12392, 21180, 15277, 17579, 13570, 11209, 17444, 10945, 8405, 14705, 10523, 16127, 12884, 16529, 13279, 10249, 15084, 10520, 16329, 11752, 19394, 15009, 12082, 14483, 10103, 15982, 11502, 12379, 12735, 8949, 15697, 11833, 18514, 11448, 15759, 12087, 14559, 14432, 9133, 16619, 11140, 16125, 11532, 16510, 12205, 8706, 15257, 11023, 13823, 11749, 10531, 13906, 11613, 15281, 9754, 17820, 13369, 10192, 14116, 9848, 16244, 11816, 16835, 11987, 13825, 13709, 8615, 15400, 10948, 15744, 11190, 17444, 13137, 19107, 10805, 11826, 11935, 8226, 15319, 9337, 17632, 11723, 17150, 11274, 9386, 13962, 8542, 17512, 11542, 18097, 11824, 18216, 14658, 19789, 14882, 12517, 11648, 7858, 14938, 10404, 17077, 11644, 9294, 13994, 8376, 16292, 12465, 14732, 13598, 18664, 10425, 15570, 10964, 14499, 11171, 11173, 13591, 8385, 15699, 10627, 16176, 11225, 16473, 11338, 16753, 12249, 18887, 13029, 16383, 10930, 10137, 13004, 8639, 15232, 11053, 18516, 11246, 13245, 12560, 8414, 15393, 11472, 18918, 11666, 9170, 15106, 9719, 15599, 10104, 18698, 11209, 11249, 12219, 8054, 15867, 8888, 16374, 11418, 17929, 11422, 11863, 12594, 8370, 15438, 8774, 18240, 11664, 12125, 13519, 8290, 16175, 11651, 18081, 12190, 19084, 15526, 12112, 14299, 10063, 13413, 11507, 12939, 12862, 15979, 14446, 10083, 20492, 15958, 13144, 11842, 10951, 16383, 10896, 15076, 10757, 15668, 11305, 16061, 12157, 16935, 11553, 18803, 13737, 20860, 14893, 16804, 13459, 10746, 19672, 12064, 21311, 14546, 19928, 13142, 18530, 11653, 12235, 13585, 8236, 15108, 9665, 15693, 11568, 12803, 11805, 8217, 14556, 8960, 15430, 10556, 15313, 11744, 18522, 11180, 9625, 12702, 7973, 14635, 10487, 14298, 11779, 8201, 14630, 10540, 14128, 11595, 14324, 11892, 12882, 15049, 10618, 18472, 11918, 10098, 16096, 9889, 18859, 13510, 21642, 16542, 9824, 15253, 10938, 15145, 11950, 11091, 14788, 9199, 18055, 11731, 12354, 13916, 8578, 16505, 11563, 18063, 11484, 11533, 14916, 10212, 13522, 11980, 9762, 15499, 8497, 17057, 11428, 17348, 11936, 8240, 15857, 11472, 17036, 11455, 17180, 14788, 10092, 15508, 11063, 16062, 12016, 11259, 14836, 8482, 15863, 11407, 18832, 15292, 9187, 15028, 10607, 16796, 12337, 17103, 14224, 13725, 14598, 10255, 18606, 11527, 9375, 14778, 8913, 16223, 11344, 17435, 12652, 8433, 15598, 10819, 16778, 11647, 17941, 13025, 18097, 14461, 9940, 15235, 10684, 15712, 11522, 13758, 13143, 10841, 16496, 10949, 17370, 11428, 9542, 15146, 8759, 15921, 12086, 19200, 11497, 9241, 14951, 9852, 16221, 11583, 12448, 14402, 10018, 16720, 11650, 10505, 14562, 9369, 17197, 11697, 15509, 13060, 9422, 15718, 11169, 19909, 12074, 8513, 16353, 11187, 17441, 14339, 13165, 15444, 10586, 18038, 12474, 13238, 14852, 9227, 18703, 12576, 8828, 15410, 10847, 17221, 12515, 9139, 17195, 11580, 14642, 13548, 8897, 16076, 9060, 16192, 11427, 18990, 12448, 8245, 15229, 10180, 16022, 11497, 11454, 14725, 9748, 16446, 11830, 17551, 11751, 19052, 15354, 20608, 15174, 11084, 14306, 10497, 7726, 15112, 11682, 9894, 14881, 11045, 16970, 11257, 15671, 12888, 15602, 13179, 10967, 18210, 10718, 16611, 11370, 16804, 11840, 11397, 15094, 10885, 14059, 11287, 8527, 15264, 8665, 15476, 11856, 16222, 12165, 8391, 15748, 9693, 17243, 10858, 20117, 13878, 21597, 11614, 8114, 15492, 11396, 15884, 12182, 14311, 14643, 9627, 16072, 11338, 11454, 13658, 13672, 14984, 10461, 20095, 11073, 9901, 14332, 8325, 16377, 11515, 18676], 'WindowCenter': [4793.0, 4787.0, 4743.0, 4682.0, 4758.0, 4700.0, 4758.0, 4731.0, 4769.0, 4747.0, 4678.0, 4737.0, 4708.0, 4736.0, 4729.0, 4730.0, 4747.0, 4699.0, 4759.0, 4719.0, 4660.0, 4746.0, 4700.0, 4760.0, 4729.0, 4737.0, 4728.0, 4678.0, 4746.0, 4728.0, 4761.0, 4730.0, 4678.0, 4747.0, 4727.0, 4667.0, 4746.0, 4718.0, 4680.0, 4750.0, 4711.0, 4758.0, 4740.0, 4726.0, 4727.0, 4656.0, 4746.0, 4707.0, 4756.0, 4727.0, 4755.0, 4714.0, 4654.0, 4732.0, 4696.0, 4733.0, 4716.0, 4745.0, 4725.0, 4675.0, 4745.0, 4706.0, 4696.0, 4726.0, 4678.0, 4746.0, 4718.0, 4747.0, 4715.0, 4656.0, 4745.0, 4695.0, 4745.0, 4717.0, 4745.0, 4725.0, 4675.0, 4735.0, 4705.0, 4744.0, 4718.0, 4745.0, 4728.0, 4678.0, 4748.0, 4722.0, 4779.0, 4730.0, 4690.0, 4737.0, 4697.0, 4717.0, 4726.0, 4690.0, 4749.0, 4710.0, 4758.0, 4729.0, 4756.0, 4717.0, 4746.0, 4736.0, 4746.0, 4725.0, 4714.0, 4722.0, 4675.0, 4721.0, 4705.0, 4735.0, 4717.0, 4706.0, 4737.0, 4675.0, 4735.0, 4705.0, 4735.0, 4715.0, 4724.0, 4727.0, 4678.0, 4747.0, 4697.0, 4735.0, 4707.0, 4677.0, 4776.0, 4697.0, 4744.0, 4717.0, 4695.0, 4726.0, 4698.0, 4748.0, 4719.0, 4758.0, 4738.0, 4747.0, 4735.0, 4686.0, 4725.0, 4686.0, 4734.0, 4706.0, 4757.0, 4725.0, 4754.0, 4735.0, 4724.0, 4714.0, 4655.0, 4731.0, 4693.0, 4734.0, 4705.0, 4717.0, 4727.0, 4666.0, 4736.0, 4707.0, 4737.0, 4708.0, 4735.0, 4719.0, 4727.0, 4747.0, 4688.0, 4745.0, 4706.0, 4746.0, 4717.0, 4718.0, 4737.0, 4668.0, 4759.0, 4706.0, 4747.0, 4708.0, 4736.0, 4728.0, 4727.0, 4748.0, 4706.0, 4745.0, 4707.0, 4736.0, 4716.0, 4745.0, 4727.0, 4685.0, 4746.0, 4696.0, 4696.0, 4726.0, 4678.0, 4747.0, 4718.0, 4756.0, 4728.0, 4696.0, 4728.0, 4679.0, 4747.0, 4719.0, 4759.0, 4749.0, 4747.0, 4717.0, 4667.0, 4744.0, 4718.0, 4717.0, 4729.0, 4699.0, 4757.0, 4717.0, 4758.0, 4708.0, 4689.0, 4736.0, 4669.0, 4748.0, 4718.0, 4765.0, 4706.0, 4656.0, 4734.0, 4707.0, 4746.0, 4707.0, 4748.0, 4717.0, 4678.0, 4737.0, 4698.0, 4728.0, 4709.0, 4747.0, 4729.0, 4748.0, 4727.0, 4746.0, 4756.0, 4698.0, 4735.0, 4694.0, 4656.0, 4734.0, 4705.0, 4746.0, 4707.0, 4747.0, 4726.0, 4669.0, 4736.0, 4709.0, 4747.0, 4707.0, 4757.0, 4736.0, 4706.0, 4726.0, 4667.0, 4736.0, 4706.0, 4757.0, 4705.0, 4667.0, 4736.0, 4696.0, 4726.0, 4716.0, 4668.0, 4747.0, 4710.0, 4758.0, 4718.0, 4680.0, 4747.0, 4709.0, 4758.0, 4728.0, 4757.0, 4738.0, 4756.0, 4735.0, 4686.0, 4725.0, 4687.0, 4724.0, 4706.0, 4706.0, 4725.0, 4688.0, 4748.0, 4709.0, 4698.0, 4738.0, 4699.0, 4747.0, 4719.0, 4758.0, 4720.0, 4738.0, 4738.0, 4699.0, 4760.0, 4720.0, 4699.0, 4748.0, 4700.0, 4756.0, 4748.0, 4716.0, 4726.0, 4699.0, 4748.0, 4720.0, 4748.0, 4728.0, 4697.0, 4757.0, 4718.0, 4686.0, 4747.0, 4678.0, 4756.0, 4707.0, 4717.0, 4735.0, 4697.0, 4736.0, 4729.0, 4689.0, 4748.0, 4721.0, 4729.0, 4737.0, 4708.0, 4758.0, 4728.0, 4758.0, 4728.0, 4689.0, 4747.0, 4708.0, 4687.0, 4736.0, 4689.0, 4748.0, 4719.0, 4758.0, 4740.0, 4758.0, 4747.0, 4678.0, 4736.0, 4708.0, 4726.0, 4728.0, 4690.0, 4749.0, 4709.0, 4757.0, 4718.0, 4678.0, 4747.0, 4678.0, 4749.0, 4710.0, 4768.0, 4737.0, 4667.0, 4736.0, 4709.0, 4738.0, 4720.0, 4719.0, 4749.0, 4710.0, 4759.0, 4718.0, 4679.0, 4749.0, 4720.0, 4761.0, 4740.0, 4689.0, 4773.0, 4710.0, 4691.0, 4760.0, 4729.0, 4681.0, 4773.0, 4742.0, 4721.0, 4781.0, 4730.0, 4682.0, 4749.0, 4710.0, 4760.0, 4742.0, 4771.0, 4758.0, 4698.0, 4734.0, 4708.0, 4737.0, 4720.0, 4681.0, 4757.0, 4730.0, 4680.0, 4748.0, 4730.0, 4760.0, 4742.0, 4740.0, 4759.0, 4718.0, 4767.0, 4717.0, 4756.0, 4735.0, 4745.0, 4716.0, 4694.0, 4743.0, 4694.0, 4665.0, 4733.0, 4695.0, 4746.0, 4727.0, 4747.0, 4726.0, 4695.0, 4734.0, 4695.0, 4733.0, 4706.0, 4747.0, 4724.0, 4703.0, 4723.0, 4684.0, 4734.0, 4705.0, 4713.0, 4717.0, 4675.0, 4736.0, 4705.0, 4744.0, 4705.0, 4734.0, 4714.0, 4725.0, 4726.0, 4676.0, 4735.0, 4704.0, 4738.0, 4706.0, 4745.0, 4715.0, 4664.0, 4735.0, 4705.0, 4724.0, 4717.0, 4707.0, 4726.0, 4705.0, 4736.0, 4687.0, 4756.0, 4725.0, 4695.0, 4723.0, 4696.0, 4744.0, 4717.0, 4747.0, 4719.0, 4737.0, 4736.0, 4678.0, 4746.0, 4708.0, 4747.0, 4709.0, 4757.0, 4727.0, 4756.0, 4706.0, 4715.0, 4715.0, 4666.0, 4748.0, 4689.0, 4757.0, 4718.0, 4757.0, 4708.0, 4688.0, 4739.0, 4680.0, 4758.0, 4720.0, 4758.0, 4717.0, 4756.0, 4739.0, 4757.0, 4736.0, 4716.0, 4705.0, 4656.0, 4736.0, 4697.0, 4745.0, 4717.0, 4687.0, 4737.0, 4668.0, 4747.0, 4716.0, 4737.0, 4726.0, 4745.0, 4696.0, 4734.0, 4695.0, 4723.0, 4706.0, 4706.0, 4725.0, 4665.0, 4736.0, 4696.0, 4734.0, 4706.0, 4734.0, 4706.0, 4736.0, 4715.0, 4744.0, 4713.0, 4732.0, 4695.0, 4683.0, 4724.0, 4677.0, 4746.0, 4707.0, 4756.0, 4706.0, 4725.0, 4716.0, 4667.0, 4736.0, 4708.0, 4755.0, 4708.0, 4686.0, 4737.0, 4688.0, 4746.0, 4696.0, 4755.0, 4706.0, 4705.0, 4716.0, 4666.0, 4745.0, 4677.0, 4748.0, 4707.0, 4755.0, 4705.0, 4715.0, 4715.0, 4665.0, 4735.0, 4678.0, 4756.0, 4717.0, 4716.0, 4725.0, 4668.0, 4745.0, 4706.0, 4755.0, 4718.0, 4756.0, 4736.0, 4715.0, 4736.0, 4697.0, 4728.0, 4716.0, 4725.0, 4727.0, 4746.0, 4739.0, 4709.0, 4771.0, 4760.0, 4737.0, 4717.0, 4718.0, 4746.0, 4697.0, 4734.0, 4706.0, 4746.0, 4708.0, 4747.0, 4728.0, 4748.0, 4706.0, 4753.0, 4713.0, 4743.0, 4722.0, 4730.0, 4710.0, 4682.0, 4731.0, 4690.0, 4740.0, 4708.0, 4727.0, 4688.0, 4715.0, 4676.0, 4676.0, 4696.0, 4637.0, 4708.0, 4659.0, 4718.0, 4692.0, 4710.0, 4703.0, 4652.0, 4721.0, 4663.0, 4721.0, 4695.0, 4735.0, 4715.0, 4743.0, 4704.0, 4673.0, 4713.0, 4653.0, 4734.0, 4708.0, 4737.0, 4719.0, 4678.0, 4737.0, 4710.0, 4738.0, 4720.0, 4749.0, 4732.0, 4729.0, 4749.0, 4711.0, 4768.0, 4720.0, 4708.0, 4748.0, 4697.0, 4759.0, 4729.0, 4768.0, 4747.0, 4696.0, 4736.0, 4708.0, 4735.0, 4716.0, 4706.0, 4737.0, 4688.0, 4758.0, 4718.0, 4726.0, 4737.0, 4677.0, 4745.0, 4717.0, 4758.0, 4718.0, 4716.0, 4736.0, 4698.0, 4728.0, 4719.0, 4698.0, 4747.0, 4680.0, 4759.0, 4721.0, 4757.0, 4719.0, 4678.0, 4747.0, 4718.0, 4759.0, 4720.0, 4759.0, 4750.0, 4698.0, 4747.0, 4718.0, 4747.0, 4729.0, 4718.0, 4748.0, 4679.0, 4748.0, 4731.0, 4768.0, 4750.0, 4688.0, 4748.0, 4707.0, 4749.0, 4728.0, 4747.0, 4738.0, 4737.0, 4737.0, 4699.0, 4759.0, 4718.0, 4688.0, 4747.0, 4690.0, 4759.0, 4721.0, 4758.0, 4730.0, 4680.0, 4749.0, 4719.0, 4758.0, 4719.0, 4758.0, 4741.0, 4758.0, 4739.0, 4697.0, 4747.0, 4709.0, 4747.0, 4719.0, 4738.0, 4739.0, 4720.0, 4759.0, 4709.0, 4759.0, 4720.0, 4698.0, 4748.0, 4689.0, 4759.0, 4730.0, 4769.0, 4718.0, 4690.0, 4747.0, 4699.0, 4758.0, 4732.0, 4740.0, 4750.0, 4711.0, 4770.0, 4731.0, 4721.0, 4750.0, 4702.0, 4770.0, 4731.0, 4749.0, 4740.0, 4701.0, 4749.0, 4721.0, 4769.0, 4729.0, 4679.0, 4758.0, 4720.0, 4760.0, 4750.0, 4739.0, 4748.0, 4709.0, 4758.0, 4728.0, 4727.0, 4738.0, 4689.0, 4757.0, 4728.0, 4677.0, 4736.0, 4708.0, 4758.0, 4729.0, 4689.0, 4758.0, 4719.0, 4737.0, 4727.0, 4677.0, 4747.0, 4677.0, 4747.0, 4718.0, 4757.0, 4727.0, 4667.0, 4746.0, 4708.0, 4748.0, 4720.0, 4718.0, 4750.0, 4700.0, 4759.0, 4729.0, 4757.0, 4719.0, 4771.0, 4774.0, 4781.0, 4763.0, 4718.0, 4735.0, 4705.0, 4668.0, 4749.0, 4732.0, 4713.0, 4762.0, 4722.0, 4760.0, 4720.0, 4748.0, 4729.0, 4748.0, 4728.0, 4707.0, 4757.0, 4697.0, 4746.0, 4707.0, 4746.0, 4717.0, 4707.0, 4736.0, 4707.0, 4736.0, 4708.0, 4678.0, 4749.0, 4691.0, 4750.0, 4731.0, 4759.0, 4730.0, 4678.0, 4748.0, 4689.0, 4749.0, 4710.0, 4768.0, 4728.0, 4768.0, 4706.0, 4656.0, 4735.0, 4717.0, 4747.0, 4729.0, 4738.0, 4738.0, 4688.0, 4746.0, 4707.0, 4707.0, 4737.0, 4727.0, 4738.0, 4697.0, 4756.0, 4705.0, 4696.0, 4736.0, 4667.0, 4747.0, 4719.0, 4757.0], 'WindowWidth': [10445.0, 10424.0, 10353.0, 10267.0, 10366.0, 10286.0, 10365.0, 10332.0, 10383.0, 10348.0, 10253.0, 10329.0, 10293.0, 10329.0, 10321.0, 10327.0, 10347.0, 10282.0, 10367.0, 10311.0, 10231.0, 10342.0, 10286.0, 10370.0, 10324.0, 10333.0, 10318.0, 10252.0, 10343.0, 10320.0, 10372.0, 10326.0, 10252.0, 10349.0, 10317.0, 10237.0, 10343.0, 10307.0, 10256.0, 10354.0, 10302.0, 10365.0, 10338.0, 10315.0, 10315.0, 10218.0, 10344.0, 10287.0, 10359.0, 10318.0, 10359.0, 10295.0, 10213.0, 10316.0, 10270.0, 10321.0, 10299.0, 10341.0, 10312.0, 10242.0, 10340.0, 10286.0, 10272.0, 10313.0, 10252.0, 10343.0, 10304.0, 10347.0, 10298.0, 10219.0, 10338.0, 10269.0, 10342.0, 10304.0, 10339.0, 10312.0, 10243.0, 10324.0, 10284.0, 10338.0, 10306.0, 10340.0, 10318.0, 10249.0, 10349.0, 10325.0, 10402.0, 10329.0, 10274.0, 10331.0, 10277.0, 10303.0, 10315.0, 10273.0, 10353.0, 10301.0, 10367.0, 10323.0, 10360.0, 10303.0, 10344.0, 10327.0, 10346.0, 10313.0, 10293.0, 10303.0, 10240.0, 10301.0, 10282.0, 10326.0, 10304.0, 10287.0, 10333.0, 10244.0, 10324.0, 10284.0, 10327.0, 10299.0, 10310.0, 10317.0, 10250.0, 10347.0, 10276.0, 10326.0, 10288.0, 10251.0, 10408.0, 10278.0, 10337.0, 10303.0, 10270.0, 10314.0, 10280.0, 10349.0, 10309.0, 10367.0, 10337.0, 10347.0, 10327.0, 10259.0, 10311.0, 10259.0, 10325.0, 10287.0, 10361.0, 10312.0, 10356.0, 10327.0, 10308.0, 10293.0, 10214.0, 10315.0, 10266.0, 10324.0, 10286.0, 10305.0, 10317.0, 10234.0, 10330.0, 10291.0, 10331.0, 10293.0, 10328.0, 10310.0, 10319.0, 10347.0, 10264.0, 10342.0, 10288.0, 10343.0, 10304.0, 10307.0, 10333.0, 10240.0, 10366.0, 10290.0, 10346.0, 10293.0, 10331.0, 10321.0, 10318.0, 10349.0, 10288.0, 10344.0, 10291.0, 10327.0, 10301.0, 10341.0, 10318.0, 10258.0, 10345.0, 10274.0, 10275.0, 10315.0, 10252.0, 10348.0, 10308.0, 10361.0, 10321.0, 10276.0, 10320.0, 10254.0, 10346.0, 10309.0, 10369.0, 10352.0, 10345.0, 10303.0, 10236.0, 10339.0, 10308.0, 10307.0, 10324.0, 10283.0, 10362.0, 10306.0, 10364.0, 10294.0, 10268.0, 10329.0, 10242.0, 10351.0, 10306.0, 10375.0, 10287.0, 10220.0, 10324.0, 10290.0, 10345.0, 10290.0, 10348.0, 10306.0, 10252.0, 10332.0, 10281.0, 10321.0, 10296.0, 10345.0, 10322.0, 10349.0, 10320.0, 10342.0, 10360.0, 10276.0, 10328.0, 10270.0, 10220.0, 10324.0, 10286.0, 10344.0, 10293.0, 10349.0, 10316.0, 10241.0, 10330.0, 10298.0, 10348.0, 10292.0, 10363.0, 10331.0, 10288.0, 10314.0, 10235.0, 10327.0, 10287.0, 10362.0, 10287.0, 10235.0, 10328.0, 10275.0, 10316.0, 10302.0, 10240.0, 10347.0, 10301.0, 10363.0, 10308.0, 10258.0, 10346.0, 10298.0, 10363.0, 10322.0, 10363.0, 10333.0, 10359.0, 10327.0, 10259.0, 10310.0, 10263.0, 10312.0, 10287.0, 10288.0, 10314.0, 10269.0, 10350.0, 10297.0, 10280.0, 10334.0, 10284.0, 10347.0, 10311.0, 10366.0, 10315.0, 10336.0, 10336.0, 10283.0, 10369.0, 10313.0, 10284.0, 10350.0, 10286.0, 10363.0, 10349.0, 10303.0, 10315.0, 10282.0, 10350.0, 10312.0, 10348.0, 10321.0, 10277.0, 10364.0, 10306.0, 10262.0, 10347.0, 10255.0, 10360.0, 10291.0, 10303.0, 10326.0, 10277.0, 10330.0, 10324.0, 10271.0, 10351.0, 10315.0, 10323.0, 10333.0, 10295.0, 10366.0, 10321.0, 10364.0, 10323.0, 10269.0, 10349.0, 10294.0, 10266.0, 10331.0, 10270.0, 10351.0, 10308.0, 10365.0, 10340.0, 10367.0, 10348.0, 10251.0, 10331.0, 10294.0, 10317.0, 10321.0, 10273.0, 10351.0, 10297.0, 10365.0, 10307.0, 10255.0, 10348.0, 10254.0, 10352.0, 10301.0, 10381.0, 10333.0, 10236.0, 10329.0, 10297.0, 10336.0, 10314.0, 10311.0, 10354.0, 10299.0, 10368.0, 10308.0, 10258.0, 10353.0, 10315.0, 10374.0, 10342.0, 10270.0, 10394.0, 10303.0, 10276.0, 10371.0, 10327.0, 10264.0, 10395.0, 10351.0, 10318.0, 10406.0, 10330.0, 10264.0, 10352.0, 10300.0, 10373.0, 10346.0, 10392.0, 10367.0, 10279.0, 10325.0, 10294.0, 10336.0, 10312.0, 10261.0, 10365.0, 10328.0, 10261.0, 10351.0, 10329.0, 10374.0, 10346.0, 10339.0, 10369.0, 10307.0, 10379.0, 10305.0, 10362.0, 10328.0, 10342.0, 10303.0, 10266.0, 10337.0, 10267.0, 10231.0, 10320.0, 10272.0, 10344.0, 10319.0, 10345.0, 10315.0, 10269.0, 10323.0, 10269.0, 10321.0, 10287.0, 10346.0, 10310.0, 10278.0, 10305.0, 10255.0, 10321.0, 10283.0, 10293.0, 10303.0, 10245.0, 10329.0, 10285.0, 10341.0, 10285.0, 10322.0, 10294.0, 10312.0, 10314.0, 10244.0, 10328.0, 10280.0, 10331.0, 10286.0, 10341.0, 10298.0, 10228.0, 10326.0, 10285.0, 10312.0, 10304.0, 10290.0, 10315.0, 10285.0, 10331.0, 10264.0, 10358.0, 10312.0, 10271.0, 10307.0, 10274.0, 10338.0, 10305.0, 10348.0, 10310.0, 10332.0, 10329.0, 10253.0, 10342.0, 10294.0, 10345.0, 10297.0, 10360.0, 10318.0, 10360.0, 10289.0, 10301.0, 10300.0, 10235.0, 10347.0, 10270.0, 10364.0, 10310.0, 10361.0, 10295.0, 10269.0, 10338.0, 10260.0, 10368.0, 10314.0, 10364.0, 10304.0, 10359.0, 10337.0, 10362.0, 10331.0, 10299.0, 10287.0, 10222.0, 10327.0, 10277.0, 10343.0, 10304.0, 10264.0, 10333.0, 10240.0, 10349.0, 10303.0, 10334.0, 10314.0, 10343.0, 10271.0, 10324.0, 10271.0, 10306.0, 10287.0, 10288.0, 10314.0, 10232.0, 10328.0, 10274.0, 10325.0, 10287.0, 10326.0, 10286.0, 10329.0, 10300.0, 10339.0, 10293.0, 10320.0, 10268.0, 10252.0, 10308.0, 10251.0, 10343.0, 10289.0, 10360.0, 10288.0, 10312.0, 10301.0, 10239.0, 10331.0, 10292.0, 10359.0, 10292.0, 10260.0, 10331.0, 10265.0, 10346.0, 10275.0, 10358.0, 10287.0, 10286.0, 10301.0, 10234.0, 10341.0, 10251.0, 10348.0, 10290.0, 10359.0, 10286.0, 10298.0, 10298.0, 10231.0, 10327.0, 10254.0, 10360.0, 10305.0, 10303.0, 10314.0, 10239.0, 10341.0, 10288.0, 10357.0, 10308.0, 10361.0, 10330.0, 10298.0, 10327.0, 10278.0, 10320.0, 10304.0, 10315.0, 10319.0, 10346.0, 10338.0, 10297.0, 10394.0, 10375.0, 10335.0, 10307.0, 10311.0, 10345.0, 10275.0, 10325.0, 10288.0, 10344.0, 10295.0, 10348.0, 10322.0, 10350.0, 10289.0, 10351.0, 10293.0, 10335.0, 10302.0, 10312.0, 10284.0, 10244.0, 10318.0, 10254.0, 10332.0, 10276.0, 10306.0, 10246.0, 10284.0, 10226.0, 10227.0, 10255.0, 10178.0, 10275.0, 10212.0, 10289.0, 10260.0, 10283.0, 10276.0, 10208.0, 10299.0, 10224.0, 10301.0, 10272.0, 10327.0, 10299.0, 10337.0, 10280.0, 10238.0, 10293.0, 10212.0, 10322.0, 10295.0, 10332.0, 10310.0, 10254.0, 10333.0, 10302.0, 10337.0, 10314.0, 10354.0, 10333.0, 10325.0, 10356.0, 10302.0, 10382.0, 10313.0, 10295.0, 10350.0, 10278.0, 10368.0, 10324.0, 10384.0, 10348.0, 10274.0, 10330.0, 10293.0, 10328.0, 10302.0, 10289.0, 10333.0, 10267.0, 10365.0, 10307.0, 10315.0, 10330.0, 10249.0, 10342.0, 10305.0, 10365.0, 10308.0, 10303.0, 10331.0, 10281.0, 10322.0, 10310.0, 10280.0, 10348.0, 10260.0, 10367.0, 10316.0, 10363.0, 10309.0, 10254.0, 10346.0, 10309.0, 10366.0, 10315.0, 10369.0, 10354.0, 10280.0, 10346.0, 10309.0, 10348.0, 10323.0, 10308.0, 10348.0, 10256.0, 10353.0, 10331.0, 10382.0, 10354.0, 10268.0, 10348.0, 10293.0, 10352.0, 10323.0, 10351.0, 10336.0, 10334.0, 10334.0, 10282.0, 10367.0, 10308.0, 10269.0, 10346.0, 10272.0, 10365.0, 10318.0, 10366.0, 10328.0, 10262.0, 10353.0, 10313.0, 10366.0, 10312.0, 10366.0, 10344.0, 10368.0, 10338.0, 10279.0, 10345.0, 10297.0, 10350.0, 10313.0, 10337.0, 10339.0, 10315.0, 10369.0, 10297.0, 10369.0, 10312.0, 10282.0, 10350.0, 10273.0, 10368.0, 10328.0, 10384.0, 10309.0, 10272.0, 10347.0, 10285.0, 10367.0, 10334.0, 10343.0, 10357.0, 10304.0, 10387.0, 10331.0, 10318.0, 10357.0, 10293.0, 10388.0, 10331.0, 10354.0, 10341.0, 10290.0, 10355.0, 10317.0, 10386.0, 10325.0, 10258.0, 10363.0, 10314.0, 10372.0, 10358.0, 10338.0, 10351.0, 10296.0, 10366.0, 10322.0, 10321.0, 10335.0, 10271.0, 10366.0, 10320.0, 10252.0, 10329.0, 10295.0, 10367.0, 10326.0, 10270.0, 10367.0, 10310.0, 10334.0, 10320.0, 10251.0, 10346.0, 10251.0, 10347.0, 10308.0, 10364.0, 10319.0, 10239.0, 10343.0, 10295.0, 10350.0, 10315.0, 10310.0, 10356.0, 10287.0, 10369.0, 10327.0, 10365.0, 10313.0, 10391.0, 10399.0, 10410.0, 10381.0, 10307.0, 10326.0, 10289.0, 10243.0, 10353.0, 10335.0, 10311.0, 10379.0, 10320.0, 10373.0, 10315.0, 10351.0, 10326.0, 10352.0, 10323.0, 10291.0, 10364.0, 10277.0, 10345.0, 10289.0, 10345.0, 10304.0, 10290.0, 10330.0, 10290.0, 10330.0, 10294.0, 10255.0, 10353.0, 10278.0, 10358.0, 10330.0, 10368.0, 10326.0, 10256.0, 10351.0, 10270.0, 10355.0, 10299.0, 10381.0, 10320.0, 10381.0, 10288.0, 10222.0, 10327.0, 10306.0, 10350.0, 10325.0, 10335.0, 10337.0, 10266.0, 10345.0, 10292.0, 10290.0, 10332.0, 10319.0, 10337.0, 10276.0, 10362.0, 10287.0, 10275.0, 10328.0, 10238.0, 10347.0, 10310.0, 10363.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.0006414818880351262</td></tr>
<tr><td colspan=3>aqi</td><td>0.014909934248079036</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.06794290654944</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2965319353516485</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0008449053846142</td></tr>
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
<tr><td colspan=3>fber</td><td>7181.8359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07707573661868745</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.756311745334797</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7391491420888507</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.63028784637996</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.978426292625147</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6087332872614457</td></tr>
<tr><td colspan=3>gcor</td><td>0.00963427</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017076993361115456</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03557286411523819</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.714339256517658</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>22.8137</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2493</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.9451</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297309.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.8446</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0918</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>674.9033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3858.9497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1101.9387</td></tr>
<tr><td colspan=3>tsnr</td><td>44.52363491803408</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>