<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-02/func/sub-0111_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>596ff56d5b488bde3fd66caaea7a0eee</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:19:14.440000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997015, 0.074352, -0.0207856, -0.0732162, 0.996016, 0.0509041]</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.259</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.0820768</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4234, -7721, -7197, 309, -49, 174, 144, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39cba791-878b-41ff-b474-b552a207597b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674919366836548, -0.19643373787403107, -0.06611664593219757, 122.91509246826172], [-0.19948090612888336, 2.67223858833313, 0.13292181491851807, -97.3626937866211], [-0.05576633661985397, -0.13657191395759583, 2.695915460586548, -38.50493621826172], [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': ['141914.440000', '141914.900000', '141915.360000', '141915.820000', '141916.280000', '141916.740000', '141917.200000', '141917.660000', '141918.120000', '141918.580000', '141919.040000', '141919.500000', '141919.960000', '141920.420000', '141920.880000', '141921.340000', '141921.800000', '141922.260000', '141922.720000', '141923.180000', '141923.640000', '141924.100000', '141924.560000', '141925.020000', '141925.480000', '141925.940000', '141926.400000', '141926.860000', '141927.320000', '141927.780000', '141928.240000', '141928.700000', '141929.160000', '141929.620000', '141930.080000', '141930.540000', '141931.000000', '141931.460000', '141931.920000', '141932.380000', '141932.840000', '141933.300000', '141933.760000', '141934.220000', '141934.680000', '141935.140000', '141935.600000', '141936.060000', '141936.520000', '141936.980000', '141937.440000', '141937.900000', '141938.360000', '141938.820000', '141939.280000', '141939.740000', '141940.200000', '141940.660000', '141941.120000', '141941.580000', '141942.040000', '141942.500000', '141942.960000', '141943.420000', '141943.880000', '141944.340000', '141944.800000', '141945.260000', '141945.720000', '141946.180000', '141946.640000', '141947.100000', '141947.560000', '141948.020000', '141948.480000', '141948.940000', '141949.400000', '141949.860000', '141950.320000', '141950.780000', '141951.240000', '141951.700000', '141952.160000', '141952.620000', '141953.080000', '141953.540000', '141954.000000', '141954.460000', '141954.920000', '141955.380000', '141955.840000', '141956.300000', '141956.760000', '141957.220000', '141957.680000', '141958.140000', '141958.600000', '141959.060000', '141959.520000', '141959.980000', '142000.440000', '142000.900000', '142001.360000', '142001.820000', '142002.280000', '142002.740000', '142003.200000', '142003.660000', '142004.120000', '142004.580000', '142005.040000', '142005.500000', '142005.960000', '142006.420000', '142006.880000', '142007.340000', '142007.800000', '142008.260000', '142008.720000', '142009.180000', '142009.640000', '142010.100000', '142010.560000', '142011.020000', '142011.480000', '142011.940000', '142012.400000', '142012.860000', '142013.320000', '142013.780000', '142014.240000', '142014.700000', '142015.160000', '142015.620000', '142016.080000', '142016.540000', '142017.000000', '142017.460000', '142017.920000', '142018.380000', '142018.840000', '142019.300000', '142019.760000', '142020.220000', '142020.680000', '142021.140000', '142021.600000', '142022.060000', '142022.520000', '142022.980000', '142023.440000', '142023.900000', '142024.360000', '142024.820000', '142025.280000', '142025.740000', '142026.200000', '142026.660000', '142027.120000', '142027.580000', '142028.040000', '142028.500000', '142028.960000', '142029.420000', '142029.880000', '142030.340000', '142030.800000', '142031.260000', '142031.720000', '142032.180000', '142032.640000', '142033.100000', '142033.560000', '142034.020000', '142034.480000', '142034.940000', '142035.400000', '142035.860000', '142036.320000', '142036.780000', '142037.240000', '142037.700000', '142038.160000', '142038.620000', '142039.080000', '142039.540000', '142040.000000', '142040.460000', '142040.920000', '142041.380000', '142041.840000', '142042.300000', '142042.760000', '142043.220000', '142043.680000', '142044.140000', '142044.600000', '142045.060000', '142045.520000', '142045.980000', '142046.440000', '142046.900000', '142047.360000', '142047.820000', '142048.280000', '142048.740000', '142049.200000', '142049.660000', '142050.120000', '142050.580000', '142051.040000', '142051.500000', '142051.960000', '142052.420000', '142052.880000', '142053.340000', '142053.800000', '142054.260000', '142054.720000', '142055.180000', '142055.640000', '142056.100000', '142056.560000', '142057.020000', '142057.480000', '142057.940000', '142058.400000', '142058.860000', '142059.320000', '142059.780000', '142100.240000', '142100.700000', '142101.160000', '142101.620000', '142102.080000', '142102.540000', '142103.000000', '142103.460000', '142103.920000', '142104.380000', '142104.840000', '142105.300000', '142105.760000', '142106.220000', '142106.680000', '142107.140000', '142107.600000', '142108.060000', '142108.520000', '142108.980000', '142109.440000', '142109.900000', '142110.360000', '142110.820000', '142111.280000', '142111.740000', '142112.200000', '142112.660000', '142113.120000', '142113.580000', '142114.040000', '142114.500000', '142114.960000', '142115.420000', '142115.880000', '142116.340000', '142116.800000', '142117.260000', '142117.720000', '142118.180000', '142118.640000', '142119.100000', '142119.560000', '142120.020000', '142120.480000', '142120.940000', '142121.400000', '142121.860000', '142122.320000', '142122.780000', '142123.240000', '142123.700000', '142124.160000', '142124.620000', '142125.080000', '142125.540000', '142126.000000', '142126.460000', '142126.920000', '142127.380000', '142127.840000', '142128.300000', '142128.760000', '142129.220000', '142129.680000', '142130.140000', '142130.600000', '142131.060000', '142131.520000', '142131.980000', '142132.440000', '142132.900000', '142133.360000', '142133.820000', '142134.280000', '142134.740000', '142135.200000', '142135.660000', '142136.120000', '142136.580000', '142137.040000', '142137.500000', '142137.960000', '142138.420000', '142138.880000', '142139.340000', '142139.800000', '142140.260000', '142140.720000', '142141.180000', '142141.640000', '142142.100000', '142142.560000', '142143.020000', '142143.480000', '142143.940000', '142144.400000', '142144.860000', '142145.320000', '142145.780000', '142146.240000', '142146.700000', '142147.160000', '142147.620000', '142148.080000', '142148.540000', '142149.000000', '142149.460000', '142149.920000', '142150.380000', '142150.840000', '142151.300000', '142151.760000', '142152.220000', '142152.680000', '142153.140000', '142153.600000', '142154.060000', '142154.520000', '142154.980000', '142155.440000', '142155.900000', '142156.360000', '142156.820000', '142157.280000', '142157.740000', '142158.200000', '142158.660000', '142159.120000', '142159.580000', '142200.040000', '142200.500000', '142200.960000', '142201.420000', '142201.880000', '142202.340000', '142202.800000', '142203.260000', '142203.720000', '142204.180000', '142204.640000', '142205.100000', '142205.560000', '142206.020000', '142206.480000', '142206.940000', '142207.400000', '142207.860000', '142208.320000', '142208.780000', '142209.240000', '142209.700000', '142210.160000', '142210.620000', '142211.080000', '142211.540000', '142212.000000', '142212.460000', '142212.920000', '142213.380000', '142213.840000', '142214.300000', '142214.760000', '142215.220000', '142215.680000', '142216.140000', '142216.600000', '142217.060000', '142217.520000', '142217.980000', '142218.440000', '142218.900000', '142219.360000', '142219.820000', '142220.280000', '142220.740000', '142221.200000', '142221.660000', '142222.120000', '142222.580000', '142223.040000', '142223.500000', '142223.960000', '142224.420000', '142224.880000', '142225.340000', '142225.800000', '142226.260000', '142226.720000', '142227.180000', '142227.640000', '142228.100000', '142228.560000', '142229.020000', '142229.480000', '142229.940000', '142230.400000', '142230.860000', '142231.320000', '142231.780000', '142232.240000', '142232.700000', '142233.160000', '142233.620000', '142234.080000', '142234.540000', '142235.000000', '142235.460000', '142235.920000', '142236.380000', '142236.840000', '142237.300000', '142237.760000', '142238.220000', '142238.680000', '142239.140000', '142239.600000', '142240.060000', '142240.520000', '142240.980000', '142241.440000', '142241.900000', '142242.360000', '142242.820000', '142243.280000', '142243.740000', '142244.200000', '142244.660000', '142245.120000', '142245.580000', '142246.040000', '142246.500000', '142246.960000', '142247.420000', '142247.880000', '142248.340000', '142248.800000', '142249.260000', '142249.720000', '142250.180000', '142250.640000', '142251.100000', '142251.560000', '142252.020000', '142252.480000', '142252.940000', '142253.400000', '142253.860000', '142254.320000', '142254.780000', '142255.240000', '142255.700000', '142256.160000', '142256.620000', '142257.080000', '142257.540000', '142258.000000', '142258.460000', '142258.920000', '142259.380000', '142259.840000', '142300.300000', '142300.760000', '142301.220000', '142301.680000', '142302.140000', '142302.600000', '142303.060000', '142303.520000', '142303.980000', '142304.440000', '142304.900000', '142305.360000', '142305.820000', '142306.280000', '142306.740000', '142307.200000', '142307.660000', '142308.120000', '142308.580000', '142309.040000', '142309.500000', '142309.960000', '142310.420000', '142310.880000', '142311.340000', '142311.800000', '142312.260000', '142312.720000', '142313.180000', '142313.640000', '142314.100000', '142314.560000', '142315.020000', '142315.480000', '142315.940000', '142316.400000', '142316.860000', '142317.320000', '142317.780000', '142318.240000', '142318.700000', '142319.160000', '142319.620000', '142320.080000', '142320.540000', '142321.000000', '142321.460000', '142321.920000', '142322.380000', '142322.840000', '142323.300000', '142323.760000', '142324.220000', '142324.680000', '142325.140000', '142325.600000', '142326.060000', '142326.520000', '142326.980000', '142327.440000', '142327.900000', '142328.360000', '142328.820000', '142329.280000', '142329.740000', '142330.200000', '142330.660000', '142331.120000', '142331.580000', '142332.040000', '142332.500000', '142332.960000', '142333.420000', '142333.880000', '142334.340000', '142334.800000', '142335.260000', '142335.720000', '142336.180000', '142336.640000', '142337.100000', '142337.560000', '142338.020000', '142338.480000', '142338.940000', '142339.400000', '142339.860000', '142340.320000', '142340.780000', '142341.240000', '142341.700000', '142342.160000', '142342.620000', '142343.080000', '142343.540000', '142344.000000', '142344.460000', '142344.920000', '142345.380000', '142345.840000', '142346.300000', '142346.760000', '142347.220000', '142347.680000', '142348.140000', '142348.600000', '142349.060000', '142349.520000', '142349.980000', '142350.440000', '142350.900000', '142351.360000', '142351.820000', '142352.280000', '142352.740000', '142353.200000', '142353.660000', '142354.120000', '142354.580000', '142355.040000', '142355.500000', '142355.960000', '142356.420000', '142356.880000', '142357.340000', '142357.800000', '142358.260000', '142358.720000', '142359.180000', '142359.640000', '142400.100000', '142400.560000', '142401.020000', '142401.480000', '142401.940000', '142402.400000', '142402.860000', '142403.320000', '142403.780000', '142404.240000', '142404.700000', '142405.160000', '142405.620000', '142406.080000', '142406.540000', '142407.000000', '142407.460000', '142407.920000', '142408.380000', '142408.840000', '142409.300000', '142409.760000', '142410.220000', '142410.680000', '142411.140000', '142411.600000', '142412.060000', '142412.520000', '142412.980000', '142413.440000', '142413.900000', '142414.360000', '142414.820000', '142415.280000', '142415.740000', '142416.200000', '142416.660000', '142417.120000', '142417.580000', '142418.040000', '142418.500000', '142418.960000', '142419.420000', '142419.880000', '142420.340000', '142420.800000', '142421.260000', '142421.720000', '142422.180000', '142422.640000', '142423.100000', '142423.560000', '142424.020000', '142424.480000', '142424.940000', '142425.400000', '142425.860000', '142426.320000', '142426.780000', '142427.240000', '142427.700000', '142428.160000', '142428.620000', '142429.080000', '142429.540000', '142430.000000', '142430.460000', '142430.920000', '142431.380000', '142431.840000', '142432.300000', '142432.760000', '142433.220000', '142433.680000', '142434.140000', '142434.600000', '142435.060000', '142435.520000', '142435.980000', '142436.440000', '142436.900000', '142437.360000', '142437.820000', '142438.280000', '142438.740000', '142439.200000', '142439.660000', '142440.120000', '142440.580000', '142441.040000', '142441.500000', '142441.960000', '142442.420000', '142442.880000', '142443.340000', '142443.800000', '142444.260000', '142444.720000', '142445.180000', '142445.640000', '142446.100000', '142446.560000', '142447.020000', '142447.480000', '142447.940000', '142448.400000', '142448.860000', '142449.320000', '142449.780000', '142450.240000', '142450.700000', '142451.160000', '142451.620000', '142452.080000', '142452.540000', '142453.000000', '142453.460000', '142453.920000', '142454.380000', '142454.840000', '142455.300000', '142455.760000', '142456.220000', '142456.680000', '142457.140000', '142457.600000', '142458.060000', '142458.520000', '142458.980000', '142459.440000', '142459.900000', '142500.360000', '142500.820000', '142501.280000', '142501.740000', '142502.200000', '142502.660000', '142503.120000', '142503.580000', '142504.040000', '142504.500000', '142504.960000', '142505.420000', '142505.880000', '142506.340000', '142506.800000', '142507.260000', '142507.720000', '142508.180000', '142508.640000', '142509.100000', '142509.560000', '142510.020000', '142510.480000', '142510.940000', '142511.400000', '142511.860000', '142512.320000', '142512.780000', '142513.240000', '142513.700000', '142514.160000', '142514.620000', '142515.080000', '142515.540000', '142516.000000', '142516.460000', '142516.920000', '142517.380000', '142517.840000', '142518.300000', '142518.760000', '142519.220000', '142519.680000', '142520.140000', '142520.600000', '142521.060000', '142521.520000', '142521.980000', '142522.440000', '142522.900000', '142523.360000', '142523.820000', '142524.280000', '142524.740000', '142525.200000', '142525.660000', '142526.120000', '142526.580000', '142527.040000', '142527.500000', '142527.960000', '142528.420000', '142528.880000', '142529.340000', '142529.800000', '142530.260000', '142530.720000', '142531.180000', '142531.640000', '142532.100000', '142532.560000', '142533.020000', '142533.480000', '142533.940000', '142534.400000', '142534.860000', '142535.320000', '142535.780000', '142536.240000', '142536.700000', '142537.160000', '142537.620000', '142538.080000', '142538.540000', '142539.000000', '142539.460000', '142539.920000', '142540.380000', '142540.840000', '142541.300000', '142541.760000', '142542.220000', '142542.680000', '142543.140000', '142543.600000', '142544.060000', '142544.520000', '142544.980000', '142545.440000', '142545.900000', '142546.360000', '142546.820000', '142547.280000', '142547.740000', '142548.200000', '142548.660000', '142549.120000', '142549.580000', '142550.040000', '142550.500000', '142550.960000', '142551.420000', '142551.880000', '142552.340000', '142552.800000', '142553.260000', '142553.720000', '142554.180000', '142554.640000', '142555.100000', '142555.560000', '142556.020000', '142556.480000', '142556.940000', '142557.400000', '142557.860000', '142558.320000', '142558.780000', '142559.240000', '142559.700000', '142600.160000', '142600.620000', '142601.080000', '142601.540000', '142602.000000', '142602.460000', '142602.920000', '142603.380000', '142603.840000', '142604.300000', '142604.760000', '142605.220000', '142605.680000', '142606.140000', '142606.600000', '142607.060000', '142607.520000', '142607.980000', '142608.440000', '142608.900000', '142609.360000', '142609.820000', '142610.280000', '142610.740000', '142611.200000', '142611.660000', '142612.120000', '142612.580000', '142613.040000', '142613.500000', '142613.960000', '142614.420000'], 'ContentTime': ['141939.008000', '141939.012000', '141939.015000', '141939.017000', '141939.020000', '141939.023000', '141939.025000', '141939.028000', '141939.030000', '141939.033000', '141939.035000', '141939.038000', '141939.040000', '141939.043000', '141939.045000', '141939.048000', '141939.051000', '141939.053000', '141939.056000', '141939.058000', '141939.061000', '141939.064000', '141939.066000', '141939.069000', '141939.071000', '141939.074000', '141939.082000', '141939.094000', '141939.097000', '141939.099000', '141939.102000', '141939.105000', '141939.107000', '141939.110000', '141939.112000', '141939.115000', '141939.117000', '141939.120000', '141939.123000', '141939.126000', '141939.129000', '141939.132000', '141939.134000', '141939.137000', '141939.139000', '141939.142000', '141939.145000', '141939.148000', '141939.150000', '141939.153000', '141939.155000', '141958.960000', '141958.963000', '141958.966000', '141958.968000', '141958.971000', '141958.974000', '141958.976000', '141958.979000', '141958.981000', '141958.984000', '141958.986000', '141958.995000', '141958.998000', '141959.002000', '141959.004000', '141959.007000', '141959.009000', '141959.012000', '141959.014000', '141959.017000', '141959.020000', '141959.022000', '141959.025000', '141959.027000', '141959.030000', '141959.033000', '141959.035000', '141959.038000', '141959.040000', '141959.043000', '141959.045000', '141959.048000', '141959.050000', '141959.053000', '141959.056000', '141959.059000', '141959.062000', '141959.064000', '141959.067000', '141959.069000', '141959.072000', '141959.074000', '141959.077000', '141959.079000', '142018.960000', '142018.967000', '142018.970000', '142018.973000', '142018.975000', '142018.978000', '142018.980000', '142018.983000', '142018.985000', '142018.988000', '142018.991000', '142018.993000', '142018.996000', '142018.998000', '142019.001000', '142019.004000', '142019.006000', '142019.009000', '142019.011000', '142019.014000', '142019.016000', '142019.019000', '142019.022000', '142019.024000', '142019.027000', '142019.029000', '142019.032000', '142019.034000', '142019.037000', '142019.039000', '142019.042000', '142019.045000', '142019.047000', '142019.050000', '142019.052000', '142019.055000', '142019.058000', '142019.060000', '142019.063000', '142019.065000', '142019.068000', '142019.070000', '142019.073000', '142038.960000', '142038.963000', '142038.966000', '142038.968000', '142038.971000', '142038.974000', '142038.976000', '142038.979000', '142038.981000', '142038.984000', '142038.993000', '142038.996000', '142038.998000', '142039.001000', '142039.003000', '142039.006000', '142039.008000', '142039.011000', '142039.014000', '142039.016000', '142039.019000', '142039.021000', '142039.024000', '142039.027000', '142039.029000', '142039.032000', '142039.034000', '142039.037000', '142039.039000', '142039.042000', '142039.045000', '142039.047000', '142039.050000', '142039.052000', '142039.055000', '142039.057000', '142039.060000', '142039.063000', '142039.065000', '142039.068000', '142039.070000', '142039.073000', '142039.075000', '142039.078000', '142058.960000', '142058.963000', '142058.966000', '142058.969000', '142058.971000', '142058.974000', '142058.976000', '142058.979000', '142058.981000', '142058.984000', '142058.986000', '142058.989000', '142058.991000', '142058.994000', '142058.997000', '142059.000000', '142059.003000', '142059.006000', '142059.008000', '142059.011000', '142059.016000', '142059.019000', '142059.022000', '142059.024000', '142059.027000', '142059.029000', '142059.032000', '142059.034000', '142059.037000', '142059.046000', '142059.048000', '142059.051000', '142059.053000', '142059.056000', '142059.058000', '142059.061000', '142059.064000', '142059.066000', '142059.069000', '142059.072000', '142059.075000', '142059.077000', '142059.080000', '142118.961000', '142118.964000', '142118.967000', '142118.969000', '142118.972000', '142118.974000', '142118.977000', '142118.980000', '142118.982000', '142118.985000', '142118.987000', '142118.990000', '142118.992000', '142118.995000', '142118.998000', '142119.000000', '142119.003000', '142119.005000', '142119.008000', '142119.011000', '142119.013000', '142119.016000', '142119.018000', '142119.021000', '142119.023000', '142119.026000', '142119.028000', '142119.031000', '142119.034000', '142119.052000', '142119.054000', '142119.057000', '142119.059000', '142119.062000', '142119.064000', '142119.067000', '142119.070000', '142119.072000', '142119.075000', '142119.077000', '142119.080000', '142119.082000', '142119.085000', '142119.088000', '142138.962000', '142138.964000', '142138.967000', '142138.970000', '142138.972000', '142138.975000', '142138.977000', '142138.980000', '142138.982000', '142138.985000', '142138.988000', '142138.990000', '142138.993000', '142138.995000', '142138.998000', '142139.001000', '142139.004000', '142139.007000', '142139.009000', '142139.012000', '142139.014000', '142139.017000', '142139.019000', '142139.022000', '142139.025000', '142139.027000', '142139.030000', '142139.032000', '142139.035000', '142139.038000', '142139.040000', '142139.043000', '142139.045000', '142139.048000', '142139.051000', '142139.053000', '142139.056000', '142139.058000', '142139.061000', '142139.063000', '142139.066000', '142139.068000', '142139.071000', '142158.961000', '142158.964000', '142158.967000', '142158.969000', '142158.972000', '142158.975000', '142158.977000', '142158.980000', '142158.982000', '142158.985000', '142158.988000', '142158.990000', '142158.993000', '142158.996000', '142158.998000', '142159.002000', '142159.004000', '142159.007000', '142159.009000', '142159.016000', '142159.019000', '142159.021000', '142159.024000', '142159.026000', '142159.029000', '142159.032000', '142159.034000', '142159.037000', '142159.039000', '142159.042000', '142159.044000', '142159.047000', '142159.050000', '142159.052000', '142159.055000', '142159.057000', '142159.060000', '142159.063000', '142159.065000', '142159.068000', '142159.070000', '142159.073000', '142159.076000', '142159.078000', '142218.960000', '142218.963000', '142218.966000', '142218.969000', '142218.971000', '142218.974000', '142218.976000', '142218.979000', '142218.981000', '142218.984000', '142218.987000', '142218.989000', '142218.992000', '142218.994000', '142218.997000', '142219.000000', '142219.002000', '142219.005000', '142219.007000', '142219.010000', '142219.012000', '142219.015000', '142219.018000', '142219.020000', '142219.023000', '142219.025000', '142219.028000', '142219.030000', '142219.033000', '142219.036000', '142219.038000', '142219.041000', '142219.043000', '142219.046000', '142219.048000', '142219.051000', '142219.058000', '142219.061000', '142219.063000', '142219.066000', '142219.069000', '142219.071000', '142219.074000', '142238.961000', '142238.964000', '142238.967000', '142238.969000', '142238.972000', '142238.974000', '142238.977000', '142238.980000', '142238.982000', '142238.985000', '142238.987000', '142238.990000', '142238.992000', '142238.995000', '142238.998000', '142239.000000', '142239.003000', '142239.005000', '142239.008000', '142239.011000', '142239.013000', '142239.016000', '142239.018000', '142239.021000', '142239.023000', '142239.026000', '142239.029000', '142239.039000', '142239.042000', '142239.044000', '142239.047000', '142239.049000', '142239.052000', '142239.055000', '142239.057000', '142239.060000', '142239.062000', '142239.065000', '142239.067000', '142239.070000', '142239.073000', '142239.075000', '142239.078000', '142258.960000', '142258.963000', '142258.966000', '142258.968000', '142258.971000', '142258.974000', '142258.976000', '142258.979000', '142258.981000', '142258.984000', '142258.986000', '142259.003000', '142259.005000', '142259.008000', '142259.011000', '142259.013000', '142259.016000', '142259.018000', '142259.021000', '142259.024000', '142259.026000', '142259.029000', '142259.031000', '142259.034000', '142259.036000', '142259.039000', '142259.042000', '142259.044000', '142259.047000', '142259.050000', '142259.052000', '142259.055000', '142259.057000', '142259.060000', '142259.062000', '142259.065000', '142259.068000', '142259.070000', '142259.073000', '142259.075000', '142259.078000', '142259.081000', '142259.083000', '142259.086000', '142318.960000', '142318.963000', '142318.966000', '142318.968000', '142318.971000', '142318.974000', '142318.976000', '142318.979000', '142318.982000', '142318.984000', '142318.987000', '142318.989000', '142318.992000', '142318.994000', '142318.997000', '142319.000000', '142319.002000', '142319.005000', '142319.007000', '142319.010000', '142319.012000', '142319.015000', '142319.018000', '142319.020000', '142319.023000', '142319.025000', '142319.028000', '142319.031000', '142319.033000', '142319.036000', '142319.039000', '142319.041000', '142319.044000', '142319.046000', '142319.049000', '142319.051000', '142319.054000', '142319.056000', '142319.059000', '142319.062000', '142319.064000', '142319.067000', '142319.069000', '142319.072000', '142338.962000', '142338.964000', '142338.967000', '142338.970000', '142338.972000', '142338.975000', '142338.977000', '142338.980000', '142338.983000', '142338.985000', '142338.988000', '142338.990000', '142338.993000', '142338.996000', '142338.998000', '142339.001000', '142339.004000', '142339.006000', '142339.009000', '142339.011000', '142339.014000', '142339.016000', '142339.019000', '142339.022000', '142339.024000', '142339.027000', '142339.029000', '142339.032000', '142339.035000', '142339.037000', '142339.040000', '142339.042000', '142339.045000', '142339.047000', '142339.050000', '142339.053000', '142339.055000', '142339.058000', '142339.061000', '142339.063000', '142339.066000', '142339.068000', '142339.071000', '142358.961000', '142358.964000', '142358.967000', '142358.969000', '142358.972000', '142358.975000', '142358.978000', '142358.980000', '142358.983000', '142358.986000', '142358.988000', '142358.991000', '142358.993000', '142358.996000', '142359.000000', '142359.002000', '142359.005000', '142359.007000', '142359.010000', '142359.012000', '142359.015000', '142359.018000', '142359.020000', '142359.023000', '142359.025000', '142359.028000', '142359.030000', '142359.033000', '142359.036000', '142359.038000', '142359.041000', '142359.043000', '142359.046000', '142359.048000', '142359.051000', '142359.053000', '142359.056000', '142359.059000', '142359.061000', '142359.064000', '142359.066000', '142359.069000', '142359.071000', '142418.961000', '142418.964000', '142418.967000', '142418.970000', '142418.972000', '142418.975000', '142418.977000', '142418.980000', '142418.983000', '142418.985000', '142418.988000', '142418.990000', '142418.993000', '142418.996000', '142418.998000', '142419.002000', '142419.004000', '142419.007000', '142419.009000', '142419.012000', '142419.015000', '142419.017000', '142419.025000', '142419.028000', '142419.030000', '142419.037000', '142419.039000', '142419.042000', '142419.045000', '142419.047000', '142419.050000', '142419.052000', '142419.055000', '142419.057000', '142419.060000', '142419.062000', '142419.065000', '142419.068000', '142419.070000', '142419.073000', '142419.075000', '142419.078000', '142419.080000', '142419.083000', '142438.960000', '142438.963000', '142438.966000', '142438.969000', '142438.971000', '142438.974000', '142438.977000', '142438.979000', '142438.982000', '142438.984000', '142438.987000', '142438.990000', '142438.992000', '142438.995000', '142438.997000', '142439.001000', '142439.003000', '142439.006000', '142439.009000', '142439.012000', '142439.015000', '142439.017000', '142439.020000', '142439.023000', '142439.025000', '142439.028000', '142439.030000', '142439.033000', '142439.035000', '142439.038000', '142439.041000', '142439.043000', '142439.046000', '142439.048000', '142439.051000', '142439.054000', '142439.056000', '142439.059000', '142439.061000', '142439.064000', '142439.067000', '142439.069000', '142439.072000', '142458.960000', '142458.964000', '142458.966000', '142458.969000', '142458.971000', '142458.974000', '142458.977000', '142458.979000', '142458.982000', '142458.984000', '142458.987000', '142458.989000', '142458.992000', '142458.995000', '142458.997000', '142459.000000', '142459.004000', '142459.007000', '142459.009000', '142459.012000', '142459.014000', '142459.017000', '142459.020000', '142459.022000', '142459.025000', '142459.027000', '142459.030000', '142459.032000', '142459.035000', '142459.038000', '142459.040000', '142459.043000', '142459.045000', '142459.048000', '142459.050000', '142459.053000', '142459.056000', '142459.058000', '142459.061000', '142459.064000', '142459.066000', '142459.069000', '142459.071000', '142459.074000', '142518.960000', '142518.963000', '142518.966000', '142518.968000', '142518.971000', '142518.973000', '142518.976000', '142518.979000', '142518.981000', '142518.984000', '142518.987000', '142519.003000', '142519.006000', '142519.008000', '142519.011000', '142519.014000', '142519.016000', '142519.019000', '142519.022000', '142519.024000', '142519.027000', '142519.029000', '142519.032000', '142519.035000', '142519.037000', '142519.040000', '142519.042000', '142519.045000', '142519.048000', '142519.050000', '142519.053000', '142519.055000', '142519.058000', '142519.061000', '142519.063000', '142519.066000', '142519.068000', '142519.071000', '142519.074000', '142519.076000', '142519.079000', '142519.082000', '142519.084000', '142538.960000', '142538.963000', '142538.966000', '142538.969000', '142538.971000', '142538.974000', '142538.977000', '142538.979000', '142538.982000', '142538.985000', '142538.987000', '142538.990000', '142538.992000', '142538.995000', '142538.998000', '142539.000000', '142539.003000', '142539.005000', '142539.008000', '142539.011000', '142539.013000', '142539.016000', '142539.018000', '142539.021000', '142539.024000', '142539.026000', '142539.029000', '142539.031000', '142539.034000', '142539.037000', '142539.039000', '142539.042000', '142539.050000', '142539.052000', '142539.055000', '142539.058000', '142539.060000', '142539.063000', '142539.065000', '142539.068000', '142539.071000', '142539.073000', '142539.076000', '142539.078000', '142558.962000', '142558.964000', '142558.967000', '142558.970000', '142558.972000', '142558.975000', '142558.977000', '142558.980000', '142558.983000', '142558.985000', '142558.988000', '142558.994000', '142558.997000', '142559.000000', '142559.003000', '142559.005000', '142559.008000', '142559.011000', '142559.013000', '142559.016000', '142559.018000', '142559.021000', '142559.023000', '142559.026000', '142559.029000', '142559.031000', '142559.034000', '142559.036000', '142559.039000', '142559.041000', '142559.044000', '142559.047000', '142559.049000', '142559.052000', '142559.055000', '142559.058000', '142559.060000', '142559.063000', '142559.066000', '142559.068000', '142559.071000', '142559.073000', '142559.076000', '142615.561000', '142615.564000', '142615.567000', '142615.570000', '142615.572000', '142615.575000', '142615.578000', '142615.580000', '142615.583000', '142615.585000', '142615.588000', '142615.591000', '142615.593000', '142615.596000', '142615.599000', '142615.602000', '142615.604000', '142615.607000', '142615.610000', '142615.612000', '142615.615000', '142615.617000', '142615.620000', '142615.622000', '142615.625000', '142615.628000', '142615.630000', '142615.633000', '142615.636000', '142615.638000', '142615.641000', '142615.644000', '142615.646000', '142615.649000', '142615.651000', '142615.654000', '142615.657000'], 'InstanceCreationTime': ['141939.008000', '141939.012000', '141939.015000', '141939.017000', '141939.020000', '141939.023000', '141939.025000', '141939.028000', '141939.030000', '141939.033000', '141939.035000', '141939.038000', '141939.040000', '141939.043000', '141939.045000', '141939.048000', '141939.051000', '141939.053000', '141939.056000', '141939.058000', '141939.061000', '141939.064000', '141939.066000', '141939.069000', '141939.071000', '141939.074000', '141939.082000', '141939.094000', '141939.097000', '141939.099000', '141939.102000', '141939.105000', '141939.107000', '141939.110000', '141939.112000', '141939.115000', '141939.117000', '141939.120000', '141939.123000', '141939.126000', '141939.129000', '141939.132000', '141939.134000', '141939.137000', '141939.139000', '141939.142000', '141939.145000', '141939.148000', '141939.150000', '141939.153000', '141939.155000', '141958.960000', '141958.963000', '141958.966000', '141958.968000', '141958.971000', '141958.974000', '141958.976000', '141958.979000', '141958.981000', '141958.984000', '141958.986000', '141958.995000', '141958.998000', '141959.002000', '141959.004000', '141959.007000', '141959.009000', '141959.012000', '141959.014000', '141959.017000', '141959.020000', '141959.022000', '141959.025000', '141959.027000', '141959.030000', '141959.033000', '141959.035000', '141959.038000', '141959.040000', '141959.043000', '141959.045000', '141959.048000', '141959.050000', '141959.053000', '141959.056000', '141959.059000', '141959.062000', '141959.064000', '141959.067000', '141959.069000', '141959.072000', '141959.074000', '141959.077000', '141959.079000', '142018.960000', '142018.967000', '142018.970000', '142018.973000', '142018.975000', '142018.978000', '142018.980000', '142018.983000', '142018.985000', '142018.988000', '142018.991000', '142018.993000', '142018.996000', '142018.998000', '142019.001000', '142019.004000', '142019.006000', '142019.009000', '142019.011000', '142019.014000', '142019.016000', '142019.019000', '142019.022000', '142019.024000', '142019.027000', '142019.029000', '142019.032000', '142019.034000', '142019.037000', '142019.039000', '142019.042000', '142019.045000', '142019.047000', '142019.050000', '142019.052000', '142019.055000', '142019.058000', '142019.060000', '142019.063000', '142019.065000', '142019.068000', '142019.070000', '142019.073000', '142038.960000', '142038.963000', '142038.966000', '142038.968000', '142038.971000', '142038.974000', '142038.976000', '142038.979000', '142038.981000', '142038.984000', '142038.993000', '142038.996000', '142038.998000', '142039.001000', '142039.003000', '142039.006000', '142039.008000', '142039.011000', '142039.014000', '142039.016000', '142039.019000', '142039.021000', '142039.024000', '142039.027000', '142039.029000', '142039.032000', '142039.034000', '142039.037000', '142039.039000', '142039.042000', '142039.045000', '142039.047000', '142039.050000', '142039.052000', '142039.055000', '142039.057000', '142039.060000', '142039.063000', '142039.065000', '142039.068000', '142039.070000', '142039.073000', '142039.075000', '142039.078000', '142058.960000', '142058.963000', '142058.966000', '142058.969000', '142058.971000', '142058.974000', '142058.976000', '142058.979000', '142058.981000', '142058.984000', '142058.986000', '142058.989000', '142058.991000', '142058.994000', '142058.997000', '142059.000000', '142059.003000', '142059.006000', '142059.008000', '142059.011000', '142059.016000', '142059.019000', '142059.022000', '142059.024000', '142059.027000', '142059.029000', '142059.032000', '142059.034000', '142059.037000', '142059.046000', '142059.048000', '142059.051000', '142059.053000', '142059.056000', '142059.058000', '142059.061000', '142059.064000', '142059.066000', '142059.069000', '142059.072000', '142059.075000', '142059.077000', '142059.080000', '142118.961000', '142118.964000', '142118.967000', '142118.969000', '142118.972000', '142118.974000', '142118.977000', '142118.980000', '142118.982000', '142118.985000', '142118.987000', '142118.990000', '142118.992000', '142118.995000', '142118.998000', '142119.000000', '142119.003000', '142119.005000', '142119.008000', '142119.011000', '142119.013000', '142119.016000', '142119.018000', '142119.021000', '142119.023000', '142119.026000', '142119.028000', '142119.031000', '142119.034000', '142119.052000', '142119.054000', '142119.057000', '142119.059000', '142119.062000', '142119.064000', '142119.067000', '142119.070000', '142119.072000', '142119.075000', '142119.077000', '142119.080000', '142119.082000', '142119.085000', '142119.088000', '142138.962000', '142138.964000', '142138.967000', '142138.970000', '142138.972000', '142138.975000', '142138.977000', '142138.980000', '142138.982000', '142138.985000', '142138.988000', '142138.990000', '142138.993000', '142138.995000', '142138.998000', '142139.001000', '142139.004000', '142139.007000', '142139.009000', '142139.012000', '142139.014000', '142139.017000', '142139.019000', '142139.022000', '142139.025000', '142139.027000', '142139.030000', '142139.032000', '142139.035000', '142139.038000', '142139.040000', '142139.043000', '142139.045000', '142139.048000', '142139.051000', '142139.053000', '142139.056000', '142139.058000', '142139.061000', '142139.063000', '142139.066000', '142139.068000', '142139.071000', '142158.961000', '142158.964000', '142158.967000', '142158.969000', '142158.972000', '142158.975000', '142158.977000', '142158.980000', '142158.982000', '142158.985000', '142158.988000', '142158.990000', '142158.993000', '142158.996000', '142158.998000', '142159.002000', '142159.004000', '142159.007000', '142159.009000', '142159.016000', '142159.019000', '142159.021000', '142159.024000', '142159.026000', '142159.029000', '142159.032000', '142159.034000', '142159.037000', '142159.039000', '142159.042000', '142159.044000', '142159.047000', '142159.050000', '142159.052000', '142159.055000', '142159.057000', '142159.060000', '142159.063000', '142159.065000', '142159.068000', '142159.070000', '142159.073000', '142159.076000', '142159.078000', '142218.960000', '142218.963000', '142218.966000', '142218.969000', '142218.971000', '142218.974000', '142218.976000', '142218.979000', '142218.981000', '142218.984000', '142218.987000', '142218.989000', '142218.992000', '142218.994000', '142218.997000', '142219.000000', '142219.002000', '142219.005000', '142219.007000', '142219.010000', '142219.012000', '142219.015000', '142219.018000', '142219.020000', '142219.023000', '142219.025000', '142219.028000', '142219.030000', '142219.033000', '142219.036000', '142219.038000', '142219.041000', '142219.043000', '142219.046000', '142219.048000', '142219.051000', '142219.058000', '142219.061000', '142219.063000', '142219.066000', '142219.069000', '142219.071000', '142219.074000', '142238.961000', '142238.964000', '142238.967000', '142238.969000', '142238.972000', '142238.974000', '142238.977000', '142238.980000', '142238.982000', '142238.985000', '142238.987000', '142238.990000', '142238.992000', '142238.995000', '142238.998000', '142239.000000', '142239.003000', '142239.005000', '142239.008000', '142239.011000', '142239.013000', '142239.016000', '142239.018000', '142239.021000', '142239.023000', '142239.026000', '142239.029000', '142239.039000', '142239.042000', '142239.044000', '142239.047000', '142239.049000', '142239.052000', '142239.055000', '142239.057000', '142239.060000', '142239.062000', '142239.065000', '142239.067000', '142239.070000', '142239.073000', '142239.075000', '142239.078000', '142258.960000', '142258.963000', '142258.966000', '142258.968000', '142258.971000', '142258.974000', '142258.976000', '142258.979000', '142258.981000', '142258.984000', '142258.986000', '142259.003000', '142259.005000', '142259.008000', '142259.011000', '142259.013000', '142259.016000', '142259.018000', '142259.021000', '142259.024000', '142259.026000', '142259.029000', '142259.031000', '142259.034000', '142259.036000', '142259.039000', '142259.042000', '142259.044000', '142259.047000', '142259.050000', '142259.052000', '142259.055000', '142259.057000', '142259.060000', '142259.062000', '142259.065000', '142259.068000', '142259.070000', '142259.073000', '142259.075000', '142259.078000', '142259.081000', '142259.083000', '142259.086000', '142318.960000', '142318.963000', '142318.966000', '142318.968000', '142318.971000', '142318.974000', '142318.976000', '142318.979000', '142318.982000', '142318.984000', '142318.987000', '142318.989000', '142318.992000', '142318.994000', '142318.997000', '142319.000000', '142319.002000', '142319.005000', '142319.007000', '142319.010000', '142319.012000', '142319.015000', '142319.018000', '142319.020000', '142319.023000', '142319.025000', '142319.028000', '142319.031000', '142319.033000', '142319.036000', '142319.039000', '142319.041000', '142319.044000', '142319.046000', '142319.049000', '142319.051000', '142319.054000', '142319.056000', '142319.059000', '142319.062000', '142319.064000', '142319.067000', '142319.069000', '142319.072000', '142338.962000', '142338.964000', '142338.967000', '142338.970000', '142338.972000', '142338.975000', '142338.977000', '142338.980000', '142338.983000', '142338.985000', '142338.988000', '142338.990000', '142338.993000', '142338.996000', '142338.998000', '142339.001000', '142339.004000', '142339.006000', '142339.009000', '142339.011000', '142339.014000', '142339.016000', '142339.019000', '142339.022000', '142339.024000', '142339.027000', '142339.029000', '142339.032000', '142339.035000', '142339.037000', '142339.040000', '142339.042000', '142339.045000', '142339.047000', '142339.050000', '142339.053000', '142339.055000', '142339.058000', '142339.061000', '142339.063000', '142339.066000', '142339.068000', '142339.071000', '142358.961000', '142358.964000', '142358.967000', '142358.969000', '142358.972000', '142358.975000', '142358.978000', '142358.980000', '142358.983000', '142358.986000', '142358.988000', '142358.991000', '142358.993000', '142358.996000', '142359.000000', '142359.002000', '142359.005000', '142359.007000', '142359.010000', '142359.012000', '142359.015000', '142359.018000', '142359.020000', '142359.023000', '142359.025000', '142359.028000', '142359.030000', '142359.033000', '142359.036000', '142359.038000', '142359.041000', '142359.043000', '142359.046000', '142359.048000', '142359.051000', '142359.053000', '142359.056000', '142359.059000', '142359.061000', '142359.064000', '142359.066000', '142359.069000', '142359.071000', '142418.961000', '142418.964000', '142418.967000', '142418.970000', '142418.972000', '142418.975000', '142418.977000', '142418.980000', '142418.983000', '142418.985000', '142418.988000', '142418.990000', '142418.993000', '142418.996000', '142418.998000', '142419.002000', '142419.004000', '142419.007000', '142419.009000', '142419.012000', '142419.015000', '142419.017000', '142419.025000', '142419.028000', '142419.030000', '142419.037000', '142419.039000', '142419.042000', '142419.045000', '142419.047000', '142419.050000', '142419.052000', '142419.055000', '142419.057000', '142419.060000', '142419.062000', '142419.065000', '142419.068000', '142419.070000', '142419.073000', '142419.075000', '142419.078000', '142419.080000', '142419.083000', '142438.960000', '142438.963000', '142438.966000', '142438.969000', '142438.971000', '142438.974000', '142438.977000', '142438.979000', '142438.982000', '142438.984000', '142438.987000', '142438.990000', '142438.992000', '142438.995000', '142438.997000', '142439.001000', '142439.003000', '142439.006000', '142439.009000', '142439.012000', '142439.015000', '142439.017000', '142439.020000', '142439.023000', '142439.025000', '142439.028000', '142439.030000', '142439.033000', '142439.035000', '142439.038000', '142439.041000', '142439.043000', '142439.046000', '142439.048000', '142439.051000', '142439.054000', '142439.056000', '142439.059000', '142439.061000', '142439.064000', '142439.067000', '142439.069000', '142439.072000', '142458.960000', '142458.964000', '142458.966000', '142458.969000', '142458.971000', '142458.974000', '142458.977000', '142458.979000', '142458.982000', '142458.984000', '142458.987000', '142458.989000', '142458.992000', '142458.995000', '142458.997000', '142459.000000', '142459.004000', '142459.007000', '142459.009000', '142459.012000', '142459.014000', '142459.017000', '142459.020000', '142459.022000', '142459.025000', '142459.027000', '142459.030000', '142459.032000', '142459.035000', '142459.038000', '142459.040000', '142459.043000', '142459.045000', '142459.048000', '142459.050000', '142459.053000', '142459.056000', '142459.058000', '142459.061000', '142459.064000', '142459.066000', '142459.069000', '142459.071000', '142459.074000', '142518.960000', '142518.963000', '142518.966000', '142518.968000', '142518.971000', '142518.973000', '142518.976000', '142518.979000', '142518.981000', '142518.984000', '142518.987000', '142519.003000', '142519.006000', '142519.008000', '142519.011000', '142519.014000', '142519.016000', '142519.019000', '142519.022000', '142519.024000', '142519.027000', '142519.029000', '142519.032000', '142519.035000', '142519.037000', '142519.040000', '142519.042000', '142519.045000', '142519.048000', '142519.050000', '142519.053000', '142519.055000', '142519.058000', '142519.061000', '142519.063000', '142519.066000', '142519.068000', '142519.071000', '142519.074000', '142519.076000', '142519.079000', '142519.082000', '142519.084000', '142538.960000', '142538.963000', '142538.966000', '142538.969000', '142538.971000', '142538.974000', '142538.977000', '142538.979000', '142538.982000', '142538.985000', '142538.987000', '142538.990000', '142538.992000', '142538.995000', '142538.998000', '142539.000000', '142539.003000', '142539.005000', '142539.008000', '142539.011000', '142539.013000', '142539.016000', '142539.018000', '142539.021000', '142539.024000', '142539.026000', '142539.029000', '142539.031000', '142539.034000', '142539.037000', '142539.039000', '142539.042000', '142539.050000', '142539.052000', '142539.055000', '142539.058000', '142539.060000', '142539.063000', '142539.065000', '142539.068000', '142539.071000', '142539.073000', '142539.076000', '142539.078000', '142558.962000', '142558.964000', '142558.967000', '142558.970000', '142558.972000', '142558.975000', '142558.977000', '142558.980000', '142558.983000', '142558.985000', '142558.988000', '142558.994000', '142558.997000', '142559.000000', '142559.003000', '142559.005000', '142559.008000', '142559.011000', '142559.013000', '142559.016000', '142559.018000', '142559.021000', '142559.023000', '142559.026000', '142559.029000', '142559.031000', '142559.034000', '142559.036000', '142559.039000', '142559.041000', '142559.044000', '142559.047000', '142559.049000', '142559.052000', '142559.055000', '142559.058000', '142559.060000', '142559.063000', '142559.066000', '142559.068000', '142559.071000', '142559.073000', '142559.076000', '142615.561000', '142615.564000', '142615.567000', '142615.570000', '142615.572000', '142615.575000', '142615.578000', '142615.580000', '142615.583000', '142615.585000', '142615.588000', '142615.591000', '142615.593000', '142615.596000', '142615.599000', '142615.602000', '142615.604000', '142615.607000', '142615.610000', '142615.612000', '142615.615000', '142615.617000', '142615.620000', '142615.622000', '142615.625000', '142615.628000', '142615.630000', '142615.633000', '142615.636000', '142615.638000', '142615.641000', '142615.644000', '142615.646000', '142615.649000', '142615.651000', '142615.654000', '142615.657000'], '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': [13181, 10688, 13244, 10252, 12679, 11628, 12223, 12358, 11842, 12501, 11408, 11187, 12234, 11597, 9755, 11725, 9709, 11416, 10089, 11377, 10862, 11783, 11101, 12614, 10335, 11972, 11260, 11894, 10727, 13601, 10597, 13003, 10601, 12202, 10300, 11350, 10025, 11448, 9825, 12339, 9625, 11535, 9562, 12046, 9829, 12355, 10236, 11630, 9828, 12775, 10984, 11909, 13269, 12862, 11892, 14199, 11992, 14458, 12790, 14248, 12768, 15913, 12703, 14401, 12622, 14045, 12862, 15639, 13027, 15283, 13159, 16067, 12904, 15212, 13598, 13583, 12697, 15656, 12744, 16013, 13507, 10376, 13223, 9748, 13156, 11486, 13484, 10393, 11864, 10274, 11779, 10257, 12848, 10519, 11803, 11439, 11697, 11505, 12877, 11726, 12460, 11510, 13492, 10428, 11487, 10490, 11658, 10566, 12241, 10925, 11548, 11098, 11767, 13092, 11908, 12595, 11950, 12017, 11507, 10403, 11912, 10349, 12014, 12748, 13052, 13850, 12576, 12879, 12060, 12957, 12736, 11917, 11771, 11502, 10115, 12298, 9831, 12035, 12708, 12921, 13477, 12140, 12189, 12839, 11763, 11812, 11440, 10062, 11749, 14510, 13181, 12771, 11769, 12388, 12588, 11390, 10155, 12192, 13980, 12227, 12925, 11509, 13470, 10894, 11405, 9996, 11771, 9541, 11680, 9280, 11759, 14580, 13419, 12974, 11194, 12835, 11129, 11935, 12782, 13468, 11592, 13400, 10666, 11319, 11677, 12246, 14080, 12037, 13319, 11530, 12596, 12728, 13694, 11168, 12773, 10892, 12283, 11000, 12589, 10159, 11443, 10450, 11817, 10500, 12494, 12147, 12203, 15659, 12473, 14776, 11458, 13547, 11712, 12548, 11599, 12181, 11461, 12441, 11638, 11816, 10340, 12251, 11863, 12135, 16926, 12010, 13738, 12204, 12328, 12153, 11731, 11081, 13668, 10928, 11515, 9767, 12099, 12859, 11961, 16456, 11883, 13188, 11384, 12430, 13244, 11988, 11770, 13010, 10525, 11479, 10625, 11631, 10883, 11474, 10310, 12044, 10572, 12273, 10738, 12089, 10630, 12114, 14442, 13030, 16233, 12889, 16358, 12384, 13050, 12114, 12344, 12905, 12053, 11564, 12279, 11289, 11972, 11544, 11321, 10371, 12054, 10450, 12003, 15857, 11949, 13134, 13023, 11813, 11419, 11765, 10172, 11846, 15372, 12096, 12827, 11982, 12683, 10911, 12118, 12514, 12655, 11411, 13110, 10536, 11119, 9980, 11839, 14432, 12925, 13429, 11706, 12990, 11650, 12270, 12452, 12010, 11500, 11643, 11366, 12151, 11385, 13094, 10368, 11227, 10453, 12748, 10368, 11463, 10258, 11562, 10130, 11898, 10606, 11714, 10207, 11983, 13039, 11671, 16336, 12673, 12886, 12055, 10172, 11656, 10533, 11792, 10659, 11825, 10467, 12494, 15628, 12682, 13314, 11852, 13485, 11695, 13120, 11298, 12598, 12233, 12122, 11445, 11573, 11753, 11684, 10941, 13114, 10545, 11770, 10453, 12754, 13995, 12362, 14608, 12480, 13687, 11649, 13025, 11504, 12547, 12453, 12526, 11775, 11428, 10608, 11286, 10549, 11952, 9979, 12004, 11792, 12662, 14694, 12292, 13416, 11032, 15051, 12824, 13360, 11496, 12843, 11046, 12865, 11957, 12470, 11879, 11774, 11553, 11136, 10520, 12230, 11108, 11741, 11322, 11242, 10836, 12039, 11843, 11847, 11750, 11899, 12389, 13102, 10817, 13566, 11878, 13882, 11987, 12983, 11097, 13470, 11014, 12004, 10591, 11707, 11993, 12468, 13960, 11993, 12414, 10837, 11950, 12631, 12133, 12457, 12482, 11893, 10354, 11362, 10789, 11582, 10319, 13344, 11015, 12049, 11154, 11388, 12573, 12029, 15265, 12685, 13643, 11678, 11815, 11617, 13295, 12125, 15415, 11890, 15161, 10454, 13370, 10914, 12450, 11451, 12633, 10637, 11947, 10611, 11781, 13610, 12290, 12148, 11885, 9867, 11463, 9912, 11433, 10338, 11054, 15406, 12268, 15678, 12356, 13440, 11270, 12959, 11320, 12052, 10989, 12513, 13578, 12899, 14515, 12125, 14405, 11178, 13412, 11904, 12772, 11316, 13723, 10622, 12580, 10329, 11226, 10190, 11951, 11214, 11661, 10744, 12023, 13841, 11065, 14147, 11329, 13309, 12278, 13388, 11931, 13051, 10836, 11605, 11254, 12034, 14547, 11766, 13518, 11723, 14759, 11456, 12910, 10511, 11845, 10914, 11930, 11680, 11960, 10334, 12495, 9678, 12475, 9924, 12462, 10498, 11941, 14206, 11728, 16388, 13114, 14491, 11816, 13688, 11543, 13278, 13305, 13433, 12194, 13027, 10997, 13779, 10920, 12608, 10299, 12440, 10560, 11933, 15428, 12665, 14294, 12591, 13671, 13352, 13271, 11650, 14050, 10770, 12120, 11527, 12516, 12252, 13049, 15699, 11495, 13705, 11519, 12534, 10620, 13007, 10186, 10340, 10083, 9646, 11478, 14440, 12584, 13620, 13608, 13405, 12868, 13080, 12261, 13986, 10910, 11627, 11128, 12072, 10567, 12696, 15234, 14120, 14679, 13095, 14175, 12898, 13741, 12858, 13065, 11260, 12881, 11458, 13396, 12179, 13246, 12150, 12472, 11462, 13659, 10314, 12381, 10121, 11859, 10339, 11330, 10685, 12531, 10205, 11409, 11162, 9505, 11129, 11335, 11356, 10836, 10897, 9649, 10125, 11563, 10534, 14718, 10917, 14557, 11505, 15030, 14712, 12812, 17111, 11135, 16558, 10959, 14069, 11144, 11552, 13843, 11011, 15250, 11105, 14399, 11005, 14087, 11316, 11566, 10576, 12172, 10178, 12109, 10471, 12993, 9236, 11949, 10181, 11498, 10646, 12437, 9795, 11744, 9859, 11895, 12539, 13252, 15635, 11179, 13205, 10976, 12558, 10792, 11471, 9718, 10768, 11476, 11269, 10937, 11805, 9308, 11194, 9960, 11225, 9595, 11335, 10899, 11160, 10367, 11347, 10054, 13174, 10599, 11783, 10794, 10747, 13253, 11228, 13644, 12282, 15564, 12049, 13044, 11775, 12549, 11601, 14422, 11470, 10230, 12094, 11381, 11950, 10674, 12738, 10820, 14767, 12826, 14434, 11933, 13577, 13017, 13060, 12771, 13104, 11069, 11556, 15572, 12992, 14413, 11573, 12851, 11633, 12592, 10102, 10689, 10054, 11080, 10606, 10157, 9917, 11751, 9845, 11566, 11070, 12550, 10394, 12672, 10847, 12374, 11224, 12847, 11121, 12701, 12150, 13347, 11182, 11903, 10654, 11030, 10542, 10944, 10375, 11461, 10346, 12054, 10265, 11179, 10062, 11919, 10182, 12018, 10429, 12056, 11351, 12243, 11985, 13275, 13069, 13689, 12293, 13114, 11532, 12754, 11208, 12836, 12537, 13232, 12047, 12707, 11279, 13402, 10472, 11602, 10639, 11932, 10251, 13467, 10191, 11063, 10355, 11625, 9681, 12397, 9568, 11426, 10445, 13424, 13617, 10480, 12760, 12099, 12488, 11915, 12653, 9864, 13767, 10128, 13361, 11020, 11257, 11393, 9666, 11608, 11002, 12523, 10661, 11555, 13677, 13127, 13977, 10857, 13440, 12429, 13176, 10752, 12914, 10850, 11925, 11926, 12156, 12129, 12673, 11769, 12129, 11161, 13556, 10518, 13247, 10838, 11495, 10448, 11687, 11405, 12720, 10517, 11377, 11126, 11175, 10822, 11425, 12337, 11832, 14268, 10901, 13084, 11270, 12716, 11192, 11710, 10589, 10677, 14314, 12457, 14918, 11064, 12870, 10422, 11463, 11733, 11295, 10952], 'WindowCenter': [5262.0, 5216.0, 5233.0, 5216.0, 5235.0, 5212.0, 5210.0, 5208.0, 5210.0, 5210.0, 5199.0, 5197.0, 5197.0, 5197.0, 5180.0, 5213.0, 5191.0, 5201.0, 5179.0, 5199.0, 5200.0, 5211.0, 5200.0, 5209.0, 5190.0, 5198.0, 5187.0, 5197.0, 5187.0, 5217.0, 5188.0, 5206.0, 5176.0, 5197.0, 5177.0, 5198.0, 5189.0, 5199.0, 5177.0, 5209.0, 5165.0, 5186.0, 5177.0, 5209.0, 5177.0, 5209.0, 5177.0, 5187.0, 5176.0, 5206.0, 5189.0, 5195.0, 5205.0, 5195.0, 5197.0, 5205.0, 5199.0, 5213.0, 5207.0, 5203.0, 5196.0, 5200.0, 5182.0, 5189.0, 5183.0, 5190.0, 5183.0, 5199.0, 5192.0, 5199.0, 5192.0, 5200.0, 5180.0, 5198.0, 5192.0, 5189.0, 5193.0, 5200.0, 5191.0, 5199.0, 5191.0, 5162.0, 5191.0, 5151.0, 5194.0, 5172.0, 5193.0, 5162.0, 5182.0, 5162.0, 5184.0, 5164.0, 5191.0, 5162.0, 5172.0, 5182.0, 5182.0, 5183.0, 5193.0, 5172.0, 5182.0, 5170.0, 5191.0, 5161.0, 5173.0, 5160.0, 5160.0, 5149.0, 5168.0, 5159.0, 5168.0, 5172.0, 5180.0, 5203.0, 5171.0, 5182.0, 5171.0, 5183.0, 5185.0, 5174.0, 5182.0, 5161.0, 5182.0, 5169.0, 5192.0, 5190.0, 5181.0, 5169.0, 5169.0, 5178.0, 5178.0, 5169.0, 5182.0, 5172.0, 5160.0, 5181.0, 5150.0, 5182.0, 5179.0, 5182.0, 5192.0, 5184.0, 5180.0, 5181.0, 5170.0, 5172.0, 5172.0, 5161.0, 5185.0, 5203.0, 5193.0, 5183.0, 5184.0, 5183.0, 5181.0, 5185.0, 5162.0, 5184.0, 5190.0, 5183.0, 5181.0, 5171.0, 5193.0, 5171.0, 5183.0, 5152.0, 5182.0, 5151.0, 5185.0, 5164.0, 5196.0, 5212.0, 5206.0, 5202.0, 5187.0, 5193.0, 5184.0, 5186.0, 5207.0, 5203.0, 5184.0, 5195.0, 5162.0, 5185.0, 5170.0, 5184.0, 5191.0, 5182.0, 5180.0, 5171.0, 5178.0, 5191.0, 5190.0, 5172.0, 5179.0, 5159.0, 5180.0, 5168.0, 5182.0, 5164.0, 5184.0, 5161.0, 5185.0, 5160.0, 5183.0, 5170.0, 5183.0, 5201.0, 5182.0, 5187.0, 5172.0, 5177.0, 5172.0, 5182.0, 5172.0, 5181.0, 5172.0, 5180.0, 5172.0, 5183.0, 5163.0, 5183.0, 5170.0, 5181.0, 5196.0, 5169.0, 5189.0, 5181.0, 5179.0, 5169.0, 5169.0, 5159.0, 5190.0, 5171.0, 5185.0, 5164.0, 5194.0, 5180.0, 5184.0, 5208.0, 5182.0, 5190.0, 5185.0, 5181.0, 5190.0, 5185.0, 5181.0, 5192.0, 5173.0, 5183.0, 5173.0, 5187.0, 5183.0, 5185.0, 5173.0, 5194.0, 5175.0, 5194.0, 5173.0, 5197.0, 5171.0, 5195.0, 5201.0, 5194.0, 5209.0, 5193.0, 5208.0, 5193.0, 5190.0, 5184.0, 5182.0, 5181.0, 5181.0, 5173.0, 5181.0, 5173.0, 5183.0, 5185.0, 5185.0, 5163.0, 5183.0, 5163.0, 5183.0, 5210.0, 5184.0, 5194.0, 5192.0, 5173.0, 5171.0, 5173.0, 5150.0, 5172.0, 5199.0, 5183.0, 5178.0, 5184.0, 5180.0, 5171.0, 5181.0, 5192.0, 5194.0, 5182.0, 5192.0, 5172.0, 5183.0, 5163.0, 5185.0, 5200.0, 5193.0, 5193.0, 5183.0, 5179.0, 5184.0, 5182.0, 5182.0, 5184.0, 5183.0, 5172.0, 5183.0, 5183.0, 5183.0, 5194.0, 5176.0, 5186.0, 5175.0, 5193.0, 5175.0, 5186.0, 5173.0, 5197.0, 5173.0, 5196.0, 5171.0, 5187.0, 5162.0, 5187.0, 5193.0, 5200.0, 5224.0, 5209.0, 5193.0, 5183.0, 5161.0, 5210.0, 5199.0, 5197.0, 5176.0, 5186.0, 5163.0, 5194.0, 5200.0, 5181.0, 5180.0, 5182.0, 5180.0, 5171.0, 5179.0, 5160.0, 5169.0, 5168.0, 5171.0, 5181.0, 5170.0, 5170.0, 5170.0, 5161.0, 5181.0, 5160.0, 5183.0, 5173.0, 5194.0, 5177.0, 5182.0, 5190.0, 5182.0, 5179.0, 5172.0, 5190.0, 5174.0, 5180.0, 5181.0, 5170.0, 5170.0, 5171.0, 5162.0, 5173.0, 5159.0, 5172.0, 5149.0, 5191.0, 5181.0, 5195.0, 5201.0, 5195.0, 5190.0, 5175.0, 5198.0, 5195.0, 5192.0, 5184.0, 5181.0, 5173.0, 5182.0, 5182.0, 5183.0, 5183.0, 5194.0, 5183.0, 5172.0, 5174.0, 5195.0, 5185.0, 5186.0, 5185.0, 5185.0, 5185.0, 5195.0, 5195.0, 5196.0, 5195.0, 5186.0, 5194.0, 5192.0, 5176.0, 5193.0, 5186.0, 5203.0, 5185.0, 5194.0, 5174.0, 5181.0, 5162.0, 5172.0, 5161.0, 5174.0, 5170.0, 5183.0, 5191.0, 5184.0, 5179.0, 5172.0, 5169.0, 5194.0, 5195.0, 5196.0, 5181.0, 5184.0, 5174.0, 5184.0, 5173.0, 5185.0, 5175.0, 5205.0, 5174.0, 5186.0, 5174.0, 5186.0, 5180.0, 5185.0, 5199.0, 5182.0, 5179.0, 5172.0, 5169.0, 5183.0, 5202.0, 5193.0, 5224.0, 5196.0, 5201.0, 5176.0, 5204.0, 5188.0, 5195.0, 5185.0, 5194.0, 5174.0, 5198.0, 5173.0, 5186.0, 5191.0, 5183.0, 5171.0, 5173.0, 5163.0, 5184.0, 5164.0, 5196.0, 5175.0, 5189.0, 5213.0, 5187.0, 5211.0, 5195.0, 5192.0, 5185.0, 5196.0, 5174.0, 5183.0, 5161.0, 5183.0, 5178.0, 5179.0, 5187.0, 5171.0, 5188.0, 5161.0, 5177.0, 5169.0, 5177.0, 5172.0, 5189.0, 5159.0, 5181.0, 5149.0, 5172.0, 5162.0, 5185.0, 5172.0, 5172.0, 5172.0, 5182.0, 5190.0, 5174.0, 5193.0, 5174.0, 5191.0, 5170.0, 5180.0, 5171.0, 5181.0, 5161.0, 5171.0, 5159.0, 5182.0, 5188.0, 5172.0, 5178.0, 5183.0, 5200.0, 5182.0, 5190.0, 5174.0, 5184.0, 5185.0, 5197.0, 5185.0, 5183.0, 5163.0, 5196.0, 5177.0, 5194.0, 5167.0, 5197.0, 5174.0, 5198.0, 5202.0, 5200.0, 5212.0, 5194.0, 5191.0, 5184.0, 5192.0, 5186.0, 5195.0, 5192.0, 5180.0, 5169.0, 5181.0, 5163.0, 5191.0, 5162.0, 5171.0, 5150.0, 5171.0, 5148.0, 5173.0, 5190.0, 5179.0, 5188.0, 5169.0, 5178.0, 5179.0, 5179.0, 5161.0, 5191.0, 5163.0, 5171.0, 5160.0, 5172.0, 5169.0, 5179.0, 5188.0, 5170.0, 5190.0, 5171.0, 5182.0, 5161.0, 5177.0, 5160.0, 5163.0, 5177.0, 5164.0, 5199.0, 5213.0, 5209.0, 5203.0, 5206.0, 5195.0, 5194.0, 5192.0, 5197.0, 5205.0, 5175.0, 5175.0, 5160.0, 5182.0, 5161.0, 5182.0, 5200.0, 5203.0, 5190.0, 5194.0, 5179.0, 5179.0, 5178.0, 5179.0, 5181.0, 5171.0, 5180.0, 5162.0, 5179.0, 5169.0, 5190.0, 5182.0, 5180.0, 5172.0, 5189.0, 5149.0, 5194.0, 5151.0, 5184.0, 5164.0, 5176.0, 5164.0, 5198.0, 5179.0, 5170.0, 5173.0, 5154.0, 5176.0, 5185.0, 5199.0, 5189.0, 5188.0, 5164.0, 5179.0, 5187.0, 5167.0, 5190.0, 5153.0, 5179.0, 5147.0, 5168.0, 5151.0, 5134.0, 5147.0, 5107.0, 5137.0, 5095.0, 5115.0, 5092.0, 5109.0, 5112.0, 5094.0, 5122.0, 5108.0, 5124.0, 5106.0, 5147.0, 5118.0, 5117.0, 5104.0, 5126.0, 5108.0, 5141.0, 5122.0, 5165.0, 5116.0, 5143.0, 5126.0, 5144.0, 5136.0, 5154.0, 5127.0, 5145.0, 5127.0, 5159.0, 5155.0, 5166.0, 5175.0, 5149.0, 5166.0, 5148.0, 5169.0, 5147.0, 5160.0, 5139.0, 5164.0, 5173.0, 5173.0, 5159.0, 5171.0, 5154.0, 5182.0, 5178.0, 5187.0, 5191.0, 5199.0, 5204.0, 5211.0, 5191.0, 5201.0, 5190.0, 5222.0, 5191.0, 5212.0, 5200.0, 5200.0, 5207.0, 5188.0, 5206.0, 5200.0, 5216.0, 5199.0, 5208.0, 5199.0, 5206.0, 5189.0, 5215.0, 5196.0, 5188.0, 5223.0, 5210.0, 5211.0, 5205.0, 5220.0, 5203.0, 5218.0, 5211.0, 5214.0, 5201.0, 5219.0, 5211.0, 5197.0, 5184.0, 5185.0, 5162.0, 5175.0, 5189.0, 5170.0, 5176.0, 5161.0, 5170.0, 5159.0, 5158.0, 5138.0, 5150.0, 5150.0, 5162.0, 5161.0, 5165.0, 5167.0, 5182.0, 5164.0, 5185.0, 5200.0, 5197.0, 5178.0, 5206.0, 5200.0, 5199.0, 5188.0, 5184.0, 5175.0, 5183.0, 5183.0, 5193.0, 5164.0, 5186.0, 5175.0, 5164.0, 5150.0, 5161.0, 5148.0, 5173.0, 5152.0, 5183.0, 5163.0, 5171.0, 5153.0, 5183.0, 5164.0, 5183.0, 5178.0, 5183.0, 5175.0, 5184.0, 5183.0, 5192.0, 5193.0, 5193.0, 5185.0, 5193.0, 5186.0, 5180.0, 5174.0, 5181.0, 5182.0, 5182.0, 5172.0, 5182.0, 5174.0, 5194.0, 5152.0, 5159.0, 5161.0, 5172.0, 5152.0, 5190.0, 5161.0, 5184.0, 5162.0, 5185.0, 5155.0, 5182.0, 5154.0, 5186.0, 5165.0, 5205.0, 5203.0, 5176.0, 5183.0, 5182.0, 5180.0, 5196.0, 5203.0, 5179.0, 5214.0, 5192.0, 5216.0, 5202.0, 5186.0, 5212.0, 5180.0, 5199.0, 5200.0, 5210.0, 5189.0, 5202.0, 5216.0, 5209.0, 5206.0, 5178.0, 5193.0, 5196.0, 5193.0, 5175.0, 5182.0, 5176.0, 5184.0, 5184.0, 5184.0, 5183.0, 5183.0, 5186.0, 5183.0, 5174.0, 5192.0, 5174.0, 5184.0, 5162.0, 5173.0, 5162.0, 5173.0, 5172.0, 5184.0, 5175.0, 5187.0, 5172.0, 5174.0, 5161.0, 5173.0, 5181.0, 5181.0, 5201.0, 5174.0, 5182.0, 5164.0, 5178.0, 5163.0, 5174.0, 5161.0, 5174.0, 5190.0, 5182.0, 5188.0, 5162.0, 5178.0, 5164.0, 5174.0, 5184.0, 5172.0, 5185.0], 'WindowWidth': [11356.0, 11278.0, 11298.0, 11277.0, 11303.0, 11264.0, 11258.0, 11251.0, 11256.0, 11258.0, 11238.0, 11234.0, 11233.0, 11236.0, 11216.0, 11268.0, 11233.0, 11246.0, 11210.0, 11239.0, 11244.0, 11264.0, 11244.0, 11257.0, 11230.0, 11237.0, 11222.0, 11236.0, 11222.0, 11265.0, 11224.0, 11247.0, 11204.0, 11234.0, 11207.0, 11239.0, 11229.0, 11242.0, 11207.0, 11256.0, 11188.0, 11219.0, 11207.0, 11256.0, 11206.0, 11254.0, 11207.0, 11220.0, 11205.0, 11248.0, 11227.0, 11230.0, 11244.0, 11230.0, 11235.0, 11245.0, 11239.0, 11254.0, 11248.0, 11236.0, 11228.0, 11229.0, 11206.0, 11210.0, 11208.0, 11212.0, 11207.0, 11224.0, 11220.0, 11225.0, 11220.0, 11228.0, 11202.0, 11221.0, 11218.0, 11212.0, 11224.0, 11229.0, 11218.0, 11224.0, 11217.0, 11177.0, 11219.0, 11162.0, 11225.0, 11191.0, 11221.0, 11175.0, 11206.0, 11177.0, 11213.0, 11182.0, 11216.0, 11176.0, 11193.0, 11204.0, 11205.0, 11209.0, 11224.0, 11189.0, 11204.0, 11185.0, 11215.0, 11174.0, 11194.0, 11169.0, 11170.0, 11152.0, 11180.0, 11168.0, 11183.0, 11193.0, 11201.0, 11237.0, 11189.0, 11204.0, 11190.0, 11209.0, 11215.0, 11197.0, 11207.0, 11173.0, 11206.0, 11180.0, 11220.0, 11213.0, 11200.0, 11179.0, 11181.0, 11191.0, 11192.0, 11183.0, 11206.0, 11192.0, 11170.0, 11202.0, 11157.0, 11205.0, 11195.0, 11204.0, 11219.0, 11211.0, 11199.0, 11200.0, 11185.0, 11189.0, 11192.0, 11174.0, 11216.0, 11239.0, 11225.0, 11207.0, 11211.0, 11207.0, 11203.0, 11212.0, 11177.0, 11212.0, 11214.0, 11206.0, 11202.0, 11190.0, 11221.0, 11191.0, 11208.0, 11161.0, 11205.0, 11161.0, 11213.0, 11184.0, 11232.0, 11250.0, 11245.0, 11235.0, 11218.0, 11223.0, 11214.0, 11216.0, 11249.0, 11240.0, 11211.0, 11228.0, 11179.0, 11213.0, 11185.0, 11210.0, 11218.0, 11204.0, 11196.0, 11185.0, 11194.0, 11216.0, 11214.0, 11189.0, 11196.0, 11169.0, 11200.0, 11181.0, 11204.0, 11183.0, 11211.0, 11174.0, 11213.0, 11172.0, 11206.0, 11183.0, 11209.0, 11230.0, 11203.0, 11205.0, 11189.0, 11191.0, 11190.0, 11204.0, 11191.0, 11201.0, 11191.0, 11201.0, 11190.0, 11207.0, 11180.0, 11207.0, 11182.0, 11201.0, 11218.0, 11183.0, 11210.0, 11203.0, 11197.0, 11181.0, 11181.0, 11168.0, 11213.0, 11187.0, 11214.0, 11185.0, 11225.0, 11200.0, 11212.0, 11236.0, 11205.0, 11217.0, 11214.0, 11204.0, 11214.0, 11214.0, 11203.0, 11219.0, 11196.0, 11211.0, 11194.0, 11221.0, 11210.0, 11215.0, 11196.0, 11228.0, 11201.0, 11226.0, 11195.0, 11234.0, 11189.0, 11228.0, 11232.0, 11223.0, 11240.0, 11222.0, 11239.0, 11222.0, 11216.0, 11212.0, 11205.0, 11202.0, 11200.0, 11192.0, 11201.0, 11195.0, 11208.0, 11213.0, 11215.0, 11179.0, 11210.0, 11177.0, 11209.0, 11242.0, 11209.0, 11224.0, 11219.0, 11192.0, 11186.0, 11190.0, 11153.0, 11189.0, 11226.0, 11207.0, 11193.0, 11211.0, 11199.0, 11188.0, 11202.0, 11222.0, 11225.0, 11207.0, 11221.0, 11190.0, 11209.0, 11179.0, 11214.0, 11230.0, 11224.0, 11221.0, 11207.0, 11197.0, 11210.0, 11203.0, 11205.0, 11210.0, 11211.0, 11192.0, 11208.0, 11209.0, 11209.0, 11224.0, 11205.0, 11218.0, 11199.0, 11225.0, 11201.0, 11218.0, 11197.0, 11236.0, 11197.0, 11231.0, 11191.0, 11219.0, 11179.0, 11219.0, 11223.0, 11244.0, 11271.0, 11256.0, 11220.0, 11207.0, 11175.0, 11260.0, 11245.0, 11238.0, 11205.0, 11218.0, 11179.0, 11226.0, 11227.0, 11200.0, 11199.0, 11204.0, 11198.0, 11185.0, 11193.0, 11169.0, 11181.0, 11181.0, 11189.0, 11205.0, 11186.0, 11184.0, 11184.0, 11173.0, 11202.0, 11171.0, 11207.0, 11194.0, 11222.0, 11191.0, 11201.0, 11212.0, 11201.0, 11195.0, 11188.0, 11215.0, 11196.0, 11198.0, 11199.0, 11184.0, 11184.0, 11185.0, 11176.0, 11193.0, 11168.0, 11189.0, 11155.0, 11220.0, 11202.0, 11227.0, 11231.0, 11227.0, 11214.0, 11200.0, 11226.0, 11227.0, 11220.0, 11209.0, 11202.0, 11193.0, 11205.0, 11205.0, 11207.0, 11209.0, 11228.0, 11206.0, 11193.0, 11197.0, 11230.0, 11215.0, 11217.0, 11213.0, 11215.0, 11215.0, 11228.0, 11232.0, 11234.0, 11230.0, 11216.0, 11224.0, 11221.0, 11204.0, 11223.0, 11217.0, 11237.0, 11216.0, 11224.0, 11193.0, 11202.0, 11173.0, 11190.0, 11171.0, 11195.0, 11187.0, 11205.0, 11214.0, 11211.0, 11196.0, 11189.0, 11184.0, 11224.0, 11231.0, 11232.0, 11203.0, 11211.0, 11196.0, 11212.0, 11193.0, 11217.0, 11202.0, 11241.0, 11197.0, 11217.0, 11195.0, 11215.0, 11200.0, 11211.0, 11223.0, 11201.0, 11194.0, 11189.0, 11183.0, 11207.0, 11236.0, 11227.0, 11268.0, 11232.0, 11233.0, 11203.0, 11240.0, 11225.0, 11229.0, 11213.0, 11225.0, 11197.0, 11237.0, 11193.0, 11216.0, 11216.0, 11207.0, 11184.0, 11191.0, 11178.0, 11212.0, 11185.0, 11233.0, 11201.0, 11225.0, 11250.0, 11218.0, 11247.0, 11228.0, 11221.0, 11214.0, 11230.0, 11195.0, 11205.0, 11171.0, 11203.0, 11190.0, 11194.0, 11205.0, 11188.0, 11209.0, 11170.0, 11188.0, 11180.0, 11193.0, 11189.0, 11209.0, 11166.0, 11202.0, 11152.0, 11188.0, 11176.0, 11212.0, 11189.0, 11191.0, 11187.0, 11206.0, 11211.0, 11196.0, 11220.0, 11198.0, 11215.0, 11183.0, 11197.0, 11184.0, 11199.0, 11170.0, 11188.0, 11168.0, 11203.0, 11207.0, 11187.0, 11193.0, 11206.0, 11228.0, 11205.0, 11214.0, 11199.0, 11213.0, 11215.0, 11234.0, 11210.0, 11207.0, 11179.0, 11233.0, 11206.0, 11228.0, 11190.0, 11231.0, 11196.0, 11235.0, 11233.0, 11240.0, 11246.0, 11222.0, 11214.0, 11207.0, 11219.0, 11215.0, 11224.0, 11218.0, 11197.0, 11182.0, 11198.0, 11177.0, 11213.0, 11173.0, 11183.0, 11154.0, 11185.0, 11149.0, 11191.0, 11210.0, 11195.0, 11205.0, 11180.0, 11190.0, 11194.0, 11193.0, 11171.0, 11214.0, 11176.0, 11187.0, 11165.0, 11185.0, 11177.0, 11195.0, 11205.0, 11183.0, 11211.0, 11187.0, 11203.0, 11172.0, 11189.0, 11172.0, 11177.0, 11204.0, 11184.0, 11240.0, 11252.0, 11251.0, 11237.0, 11244.0, 11224.0, 11222.0, 11217.0, 11231.0, 11240.0, 11199.0, 11198.0, 11169.0, 11202.0, 11170.0, 11203.0, 11226.0, 11234.0, 11209.0, 11225.0, 11193.0, 11194.0, 11189.0, 11193.0, 11200.0, 11188.0, 11196.0, 11173.0, 11193.0, 11181.0, 11212.0, 11202.0, 11199.0, 11189.0, 11209.0, 11154.0, 11224.0, 11158.0, 11208.0, 11180.0, 11199.0, 11179.0, 11235.0, 11209.0, 11184.0, 11191.0, 11168.0, 11199.0, 11214.0, 11240.0, 11226.0, 11222.0, 11182.0, 11210.0, 11213.0, 11187.0, 11210.0, 11159.0, 11192.0, 11139.0, 11169.0, 11134.0, 11115.0, 11120.0, 11066.0, 11107.0, 11043.0, 11073.0, 11035.0, 11072.0, 11065.0, 11044.0, 11082.0, 11068.0, 11088.0, 11066.0, 11131.0, 11085.0, 11084.0, 11064.0, 11097.0, 11074.0, 11123.0, 11099.0, 11166.0, 11096.0, 11132.0, 11109.0, 11135.0, 11124.0, 11150.0, 11114.0, 11139.0, 11114.0, 11162.0, 11149.0, 11170.0, 11179.0, 11148.0, 11169.0, 11146.0, 11175.0, 11145.0, 11168.0, 11135.0, 11176.0, 11192.0, 11191.0, 11167.0, 11187.0, 11167.0, 11204.0, 11207.0, 11220.0, 11234.0, 11239.0, 11254.0, 11262.0, 11234.0, 11246.0, 11229.0, 11277.0, 11230.0, 11262.0, 11242.0, 11242.0, 11244.0, 11223.0, 11243.0, 11240.0, 11257.0, 11238.0, 11252.0, 11240.0, 11246.0, 11223.0, 11254.0, 11231.0, 11224.0, 11282.0, 11261.0, 11263.0, 11257.0, 11273.0, 11251.0, 11264.0, 11258.0, 11255.0, 11243.0, 11270.0, 11257.0, 11230.0, 11205.0, 11209.0, 11172.0, 11193.0, 11203.0, 11181.0, 11186.0, 11170.0, 11182.0, 11162.0, 11160.0, 11131.0, 11153.0, 11154.0, 11173.0, 11170.0, 11184.0, 11189.0, 11205.0, 11182.0, 11212.0, 11241.0, 11232.0, 11206.0, 11244.0, 11244.0, 11237.0, 11218.0, 11207.0, 11196.0, 11205.0, 11205.0, 11219.0, 11177.0, 11213.0, 11197.0, 11179.0, 11154.0, 11170.0, 11149.0, 11190.0, 11159.0, 11205.0, 11179.0, 11186.0, 11163.0, 11206.0, 11180.0, 11210.0, 11205.0, 11209.0, 11197.0, 11208.0, 11207.0, 11217.0, 11220.0, 11220.0, 11209.0, 11220.0, 11214.0, 11197.0, 11192.0, 11198.0, 11201.0, 11200.0, 11187.0, 11201.0, 11192.0, 11222.0, 11160.0, 11167.0, 11170.0, 11188.0, 11159.0, 11212.0, 11175.0, 11210.0, 11177.0, 11212.0, 11167.0, 11205.0, 11166.0, 11215.0, 11182.0, 11238.0, 11237.0, 11200.0, 11207.0, 11203.0, 11200.0, 11231.0, 11238.0, 11211.0, 11255.0, 11237.0, 11265.0, 11249.0, 11220.0, 11265.0, 11218.0, 11242.0, 11242.0, 11259.0, 11224.0, 11247.0, 11260.0, 11252.0, 11243.0, 11205.0, 11220.0, 11229.0, 11221.0, 11197.0, 11205.0, 11201.0, 11211.0, 11212.0, 11208.0, 11205.0, 11205.0, 11215.0, 11205.0, 11193.0, 11219.0, 11197.0, 11208.0, 11174.0, 11192.0, 11174.0, 11192.0, 11190.0, 11209.0, 11201.0, 11219.0, 11189.0, 11193.0, 11172.0, 11194.0, 11201.0, 11204.0, 11231.0, 11197.0, 11203.0, 11177.0, 11192.0, 11174.0, 11192.0, 11172.0, 11196.0, 11210.0, 11203.0, 11206.0, 11173.0, 11192.0, 11179.0, 11195.0, 11209.0, 11191.0, 11214.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.0017770974808324206</td></tr>
<tr><td colspan=3>aqi</td><td>0.021975666922234387</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.35127227767543</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.296793099550439</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0176647135197383</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>6632.0156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0845579134416144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.190580503833516</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5768511152560003</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5101615765167207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805458478567203</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.414933290684077</td></tr>
<tr><td colspan=3>gcor</td><td>0.0206383</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01472699735313654</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037021197378635406</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.067881869581402</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.6191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.425</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.8623</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293294.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1019.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.4734</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.667</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>659.7102</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4355.4849</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1128.5904</td></tr>
<tr><td colspan=3>tsnr</td><td>43.012066138442606</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>