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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-02/func/sub-0024_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b874a6743f4940516edc719c98138872</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>15:39:55.577500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999681, 0.0203897, 0.0149108, -0.0188458, 0.995084, -0.0972217]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122495</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7830, -7128, 534, -104, -237, 91, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>256b518a-725c-4001-b6f8-c9a1317188f3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682070732116699, -0.05056198686361313, 0.04541347175836563, 110.72689819335938], [-0.05470407009124756, 2.669738531112671, -0.2616562247276306, -76.00971984863281], [0.04000452905893326, 0.2608388066291809, 2.686908006668091, -21.255481719970703], [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': ['153955.577500', '153956.037500', '153956.497500', '153956.957500', '153957.417500', '153957.877500', '153958.337500', '153958.797500', '153959.257500', '153959.717500', '154000.177500', '154000.637500', '154001.097500', '154001.557500', '154002.017500', '154002.477500', '154002.937500', '154003.397500', '154003.857500', '154004.317500', '154004.777500', '154005.237500', '154005.697500', '154006.157500', '154006.617500', '154007.077500', '154007.537500', '154007.997500', '154008.457500', '154008.917500', '154009.377500', '154009.837500', '154010.297500', '154010.757500', '154011.217500', '154011.677500', '154012.137500', '154012.597500', '154013.057500', '154013.517500', '154013.977500', '154014.437500', '154014.897500', '154015.357500', '154015.817500', '154016.277500', '154016.737500', '154017.197500', '154017.657500', '154018.117500', '154018.577500', '154019.037500', '154019.497500', '154019.957500', '154020.417500', '154020.877500', '154021.337500', '154021.797500', '154022.257500', '154022.717500', '154023.177500', '154023.637500', '154024.097500', '154024.557500', '154025.017500', '154025.477500', '154025.937500', '154026.397500', '154026.857500', '154027.317500', '154027.777500', '154028.237500', '154028.697500', '154029.157500', '154029.617500', '154030.077500', '154030.537500', '154030.997500', '154031.457500', '154031.917500', '154032.377500', '154032.837500', '154033.297500', '154033.757500', '154034.217500', '154034.677500', '154035.137500', '154035.597500', '154036.057500', '154036.517500', '154036.977500', '154037.437500', '154037.897500', '154038.357500', '154038.817500', '154039.277500', '154039.737500', '154040.197500', '154040.657500', '154041.117500', '154041.577500', '154042.037500', '154042.497500', '154042.957500', '154043.417500', '154043.877500', '154044.337500', '154044.797500', '154045.257500', '154045.717500', '154046.177500', '154046.637500', '154047.097500', '154047.557500', '154048.017500', '154048.477500', '154048.937500', '154049.397500', '154049.857500', '154050.317500', '154050.777500', '154051.237500', '154051.697500', '154052.157500', '154052.617500', '154053.077500', '154053.537500', '154053.997500', '154054.457500', '154054.917500', '154055.377500', '154055.837500', '154056.297500', '154056.757500', '154057.217500', '154057.677500', '154058.137500', '154058.597500', '154059.057500', '154059.517500', '154059.977500', '154100.437500', '154100.897500', '154101.357500', '154101.817500', '154102.277500', '154102.737500', '154103.197500', '154103.657500', '154104.117500', '154104.577500', '154105.037500', '154105.497500', '154105.957500', '154106.417500', '154106.877500', '154107.337500', '154107.797500', '154108.257500', '154108.717500', '154109.177500', '154109.637500', '154110.097500', '154110.557500', '154111.017500', '154111.477500', '154111.937500', '154112.397500', '154112.857500', '154113.317500', '154113.777500', '154114.237500', '154114.697500', '154115.157500', '154115.617500', '154116.077500', '154116.537500', '154116.997500', '154117.457500', '154117.917500', '154118.377500', '154118.837500', '154119.297500', '154119.757500', '154120.217500', '154120.677500', '154121.137500', '154121.597500', '154122.057500', '154122.517500', '154122.977500', '154123.437500', '154123.897500', '154124.357500', '154124.817500', '154125.277500', '154125.737500', '154126.197500', '154126.657500', '154127.117500', '154127.577500', '154128.037500', '154128.497500', '154128.957500', '154129.417500', '154129.877500', '154130.337500', '154130.797500', '154131.257500', '154131.717500', '154132.177500', '154132.637500', '154133.097500', '154133.557500', '154134.017500', '154134.477500', '154134.937500', '154135.397500', '154135.857500', '154136.317500', '154136.777500', '154137.237500', '154137.697500', '154138.157500', '154138.617500', '154139.077500', '154139.537500', '154139.997500', '154140.457500', '154140.917500', '154141.377500', '154141.837500', '154142.297500', '154142.757500', '154143.217500', '154143.677500', '154144.137500', '154144.597500', '154145.057500', '154145.517500', '154145.977500', '154146.437500', '154146.897500', '154147.357500', '154147.817500', '154148.277500', '154148.737500', '154149.197500', '154149.657500', '154150.117500', '154150.577500', '154151.037500', '154151.497500', '154151.957500', '154152.417500', '154152.877500', '154153.337500', '154153.797500', '154154.257500', '154154.717500', '154155.177500', '154155.637500', '154156.097500', '154156.557500', '154157.017500', '154157.477500', '154157.937500', '154158.397500', '154158.857500', '154159.317500', '154159.777500', '154200.237500', '154200.697500', '154201.157500', '154201.617500', '154202.077500', '154202.537500', '154202.997500', '154203.457500', '154203.917500', '154204.377500', '154204.837500', '154205.297500', '154205.757500', '154206.217500', '154206.677500', '154207.137500', '154207.597500', '154208.057500', '154208.517500', '154208.977500', '154209.437500', '154209.897500', '154210.357500', '154210.817500', '154211.277500', '154211.737500', '154212.197500', '154212.657500', '154213.117500', '154213.577500', '154214.037500', '154214.497500', '154214.957500', '154215.417500', '154215.877500', '154216.337500', '154216.797500', '154217.257500', '154217.717500', '154218.177500', '154218.637500', '154219.097500', '154219.557500', '154220.017500', '154220.477500', '154220.937500', '154221.397500', '154221.857500', '154222.317500', '154222.777500', '154223.237500', '154223.697500', '154224.157500', '154224.617500', '154225.077500', '154225.537500', '154225.997500', '154226.457500', '154226.917500', '154227.377500', '154227.837500', '154228.297500', '154228.757500', '154229.217500', '154229.677500', '154230.137500', '154230.597500', '154231.057500', '154231.517500', '154231.977500', '154232.437500', '154232.897500', '154233.357500', '154233.817500', '154234.277500', '154234.737500', '154235.197500', '154235.657500', '154236.117500', '154236.577500', '154237.037500', '154237.497500', '154237.957500', '154238.417500', '154238.877500', '154239.337500', '154239.797500', '154240.257500', '154240.717500', '154241.177500', '154241.637500', '154242.097500', '154242.557500', '154243.017500', '154243.477500', '154243.937500', '154244.397500', '154244.857500', '154245.317500', '154245.777500', '154246.237500', '154246.697500', '154247.157500', '154247.617500', '154248.077500', '154248.537500', '154248.997500', '154249.457500', '154249.917500', '154250.377500', '154250.837500', '154251.297500', '154251.757500', '154252.217500', '154252.677500', '154253.137500', '154253.597500', '154254.057500', '154254.517500', '154254.977500', '154255.437500', '154255.897500', '154256.357500', '154256.817500', '154257.277500', '154257.737500', '154258.197500', '154258.657500', '154259.117500', '154259.577500', '154300.037500', '154300.497500', '154300.957500', '154301.417500', '154301.877500', '154302.337500', '154302.797500', '154303.257500', '154303.717500', '154304.177500', '154304.637500', '154305.097500', '154305.557500', '154306.017500', '154306.477500', '154306.937500', '154307.397500', '154307.857500', '154308.317500', '154308.777500', '154309.237500', '154309.697500', '154310.157500', '154310.617500', '154311.077500', '154311.537500', '154311.997500', '154312.457500', '154312.917500', '154313.377500', '154313.837500', '154314.297500', '154314.757500', '154315.217500', '154315.677500', '154316.137500', '154316.597500', '154317.057500', '154317.517500', '154317.977500', '154318.437500', '154318.897500', '154319.357500', '154319.817500', '154320.277500', '154320.737500', '154321.197500', '154321.657500', '154322.117500', '154322.577500', '154323.037500', '154323.497500', '154323.957500', '154324.417500', '154324.877500', '154325.337500', '154325.797500', '154326.257500', '154326.717500', '154327.177500', '154327.637500', '154328.097500', '154328.557500', '154329.017500', '154329.477500', '154329.937500', '154330.397500', '154330.857500', '154331.317500', '154331.777500', '154332.237500', '154332.697500', '154333.157500', '154333.617500', '154334.077500', '154334.537500', '154334.997500', '154335.457500', '154335.917500', '154336.377500', '154336.837500', '154337.297500', '154337.757500', '154338.217500', '154338.677500', '154339.137500', '154339.597500', '154340.057500', '154340.517500', '154340.977500', '154341.437500', '154341.897500', '154342.357500', '154342.817500', '154343.277500', '154343.737500', '154344.197500', '154344.657500', '154345.117500', '154345.577500', '154346.037500', '154346.497500', '154346.957500', '154347.417500', '154347.877500', '154348.337500', '154348.797500', '154349.257500', '154349.717500', '154350.177500', '154350.637500', '154351.097500', '154351.557500', '154352.017500', '154352.477500', '154352.937500', '154353.397500', '154353.857500', '154354.317500', '154354.777500', '154355.237500', '154355.697500', '154356.157500', '154356.617500', '154357.077500', '154357.537500', '154357.997500', '154358.457500', '154358.917500', '154359.377500', '154359.837500', '154400.297500', '154400.757500', '154401.217500', '154401.677500', '154402.137500', '154402.597500', '154403.057500', '154403.517500', '154403.977500', '154404.437500', '154404.897500', '154405.357500', '154405.817500', '154406.277500', '154406.737500', '154407.197500', '154407.657500', '154408.117500', '154408.577500', '154409.037500', '154409.497500', '154409.957500', '154410.417500', '154410.877500', '154411.337500', '154411.797500', '154412.257500', '154412.717500', '154413.177500', '154413.637500', '154414.097500', '154414.557500', '154415.017500', '154415.477500', '154415.937500', '154416.397500', '154416.857500', '154417.317500', '154417.777500', '154418.237500', '154418.697500', '154419.157500', '154419.617500', '154420.077500', '154420.537500', '154420.997500', '154421.457500', '154421.917500', '154422.377500', '154422.837500', '154423.297500', '154423.757500', '154424.217500', '154424.677500', '154425.137500', '154425.597500', '154426.057500', '154426.517500', '154426.977500', '154427.437500', '154427.897500', '154428.357500', '154428.817500', '154429.277500', '154429.737500', '154430.197500', '154430.657500', '154431.117500', '154431.577500', '154432.037500', '154432.497500', '154432.957500', '154433.417500', '154433.877500', '154434.337500', '154434.797500', '154435.257500', '154435.717500', '154436.177500', '154436.637500', '154437.097500', '154437.557500', '154438.017500', '154438.477500', '154438.937500', '154439.397500', '154439.857500', '154440.317500', '154440.777500', '154441.237500', '154441.697500', '154442.157500', '154442.617500', '154443.077500', '154443.537500', '154443.997500', '154444.457500', '154444.917500', '154445.377500', '154445.837500', '154446.297500', '154446.757500', '154447.217500', '154447.677500', '154448.137500', '154448.597500', '154449.057500', '154449.517500', '154449.977500', '154450.437500', '154450.897500', '154451.357500', '154451.817500', '154452.277500', '154452.737500', '154453.197500', '154453.657500', '154454.117500', '154454.577500', '154455.037500', '154455.497500', '154455.957500', '154456.417500', '154456.877500', '154457.337500', '154457.797500', '154458.257500', '154458.717500', '154459.177500', '154459.637500', '154500.097500', '154500.557500', '154501.017500', '154501.477500', '154501.937500', '154502.397500', '154502.857500', '154503.317500', '154503.777500', '154504.237500', '154504.697500', '154505.157500', '154505.617500', '154506.077500', '154506.537500', '154506.997500', '154507.457500', '154507.917500', '154508.377500', '154508.837500', '154509.297500', '154509.757500', '154510.217500', '154510.677500', '154511.137500', '154511.597500', '154512.057500', '154512.517500', '154512.977500', '154513.437500', '154513.897500', '154514.357500', '154514.817500', '154515.277500', '154515.737500', '154516.197500', '154516.657500', '154517.117500', '154517.577500', '154518.037500', '154518.497500', '154518.957500', '154519.417500', '154519.877500', '154520.337500', '154520.797500', '154521.257500', '154521.717500', '154522.177500', '154522.637500', '154523.097500', '154523.557500', '154524.017500', '154524.477500', '154524.937500', '154525.397500', '154525.857500', '154526.317500', '154526.777500', '154527.237500', '154527.697500', '154528.157500', '154528.617500', '154529.077500', '154529.537500', '154529.997500', '154530.457500', '154530.917500', '154531.377500', '154531.837500', '154532.297500', '154532.757500', '154533.217500', '154533.677500', '154534.137500', '154534.597500', '154535.057500', '154535.517500', '154535.977500', '154536.437500', '154536.897500', '154537.357500', '154537.817500', '154538.277500', '154538.737500', '154539.197500', '154539.657500', '154540.117500', '154540.577500', '154541.037500', '154541.497500', '154541.957500', '154542.417500', '154542.877500', '154543.337500', '154543.797500', '154544.257500', '154544.717500', '154545.177500', '154545.637500', '154546.097500', '154546.557500', '154547.017500', '154547.477500', '154547.937500', '154548.397500', '154548.857500', '154549.317500', '154549.777500', '154550.237500', '154550.697500', '154551.157500', '154551.617500', '154552.077500', '154552.537500', '154552.997500', '154553.457500', '154553.917500', '154554.377500', '154554.837500', '154555.297500', '154555.757500', '154556.217500', '154556.677500', '154557.137500', '154557.597500', '154558.057500', '154558.517500', '154558.977500', '154559.437500', '154559.897500', '154600.357500', '154600.817500', '154601.277500', '154601.737500', '154602.197500', '154602.657500', '154603.117500', '154603.577500', '154604.037500', '154604.497500', '154604.957500', '154605.417500', '154605.877500', '154606.337500', '154606.797500', '154607.257500', '154607.717500', '154608.177500', '154608.637500', '154609.097500', '154609.557500', '154610.017500', '154610.477500', '154610.937500', '154611.397500', '154611.857500', '154612.317500', '154612.777500', '154613.237500', '154613.697500', '154614.157500', '154614.617500', '154615.077500', '154615.537500', '154615.997500', '154616.457500', '154616.917500', '154617.377500', '154617.837500', '154618.297500', '154618.757500', '154619.217500', '154619.677500', '154620.137500', '154620.597500', '154621.057500', '154621.517500', '154621.977500', '154622.437500', '154622.897500', '154623.357500', '154623.817500', '154624.277500', '154624.737500', '154625.197500', '154625.657500', '154626.117500', '154626.577500', '154627.037500', '154627.497500', '154627.957500', '154628.417500', '154628.877500', '154629.337500', '154629.797500', '154630.257500', '154630.717500', '154631.177500', '154631.637500', '154632.097500', '154632.557500', '154633.017500', '154633.477500', '154633.937500', '154634.397500', '154634.857500', '154635.317500', '154635.777500', '154636.237500', '154636.697500', '154637.157500', '154637.617500', '154638.077500', '154638.537500', '154638.997500', '154639.457500', '154639.917500', '154640.377500', '154640.837500', '154641.297500', '154641.757500', '154642.217500', '154642.677500', '154643.137500', '154643.597500', '154644.057500', '154644.517500', '154644.977500', '154645.437500', '154645.897500', '154646.357500', '154646.817500', '154647.277500', '154647.737500', '154648.197500', '154648.657500', '154649.117500', '154649.577500', '154650.037500', '154650.497500', '154650.957500', '154651.417500', '154651.877500', '154652.337500', '154652.797500', '154653.257500', '154653.717500', '154654.177500', '154654.637500', '154655.097500', '154655.557500'], 'ContentTime': ['154018.967000', '154018.970000', '154018.973000', '154018.976000', '154018.979000', '154018.982000', '154018.985000', '154018.988000', '154018.991000', '154018.994000', '154018.997000', '154019.000000', '154019.003000', '154019.006000', '154019.009000', '154019.012000', '154019.015000', '154019.018000', '154019.020000', '154019.023000', '154019.026000', '154019.029000', '154019.032000', '154019.035000', '154019.038000', '154019.040000', '154019.043000', '154019.046000', '154019.049000', '154019.052000', '154019.054000', '154019.057000', '154019.060000', '154019.063000', '154019.066000', '154019.069000', '154019.071000', '154019.074000', '154019.077000', '154019.089000', '154019.091000', '154019.094000', '154019.097000', '154019.100000', '154019.103000', '154019.106000', '154019.109000', '154019.111000', '154038.926000', '154038.929000', '154038.932000', '154038.935000', '154038.937000', '154038.940000', '154038.943000', '154038.946000', '154038.949000', '154038.952000', '154038.955000', '154038.957000', '154038.960000', '154038.963000', '154038.966000', '154038.969000', '154038.972000', '154038.974000', '154038.977000', '154038.980000', '154038.983000', '154038.986000', '154038.989000', '154038.992000', '154038.994000', '154038.997000', '154039.001000', '154039.004000', '154039.007000', '154039.010000', '154039.013000', '154039.015000', '154039.018000', '154039.021000', '154039.024000', '154039.029000', '154039.032000', '154039.035000', '154039.038000', '154039.041000', '154039.044000', '154039.046000', '154039.049000', '154039.052000', '154058.926000', '154058.929000', '154058.932000', '154058.935000', '154058.941000', '154058.943000', '154058.946000', '154058.949000', '154058.952000', '154058.955000', '154058.958000', '154058.961000', '154058.963000', '154058.966000', '154058.969000', '154058.972000', '154058.975000', '154058.978000', '154058.981000', '154058.983000', '154058.986000', '154058.989000', '154058.992000', '154058.995000', '154058.998000', '154059.002000', '154059.005000', '154059.011000', '154059.014000', '154059.016000', '154059.019000', '154059.022000', '154059.025000', '154059.028000', '154059.031000', '154059.034000', '154059.036000', '154059.039000', '154059.042000', '154059.045000', '154059.048000', '154059.051000', '154059.054000', '154118.926000', '154118.929000', '154118.932000', '154118.935000', '154118.937000', '154118.940000', '154118.943000', '154118.946000', '154118.949000', '154118.952000', '154118.955000', '154118.958000', '154118.960000', '154118.971000', '154118.974000', '154118.977000', '154118.980000', '154118.982000', '154118.985000', '154118.988000', '154118.991000', '154118.994000', '154118.997000', '154119.001000', '154119.004000', '154119.006000', '154119.009000', '154119.012000', '154119.015000', '154119.018000', '154119.021000', '154119.024000', '154119.032000', '154119.035000', '154119.038000', '154119.041000', '154119.044000', '154119.047000', '154119.050000', '154119.053000', '154119.055000', '154119.058000', '154119.061000', '154119.064000', '154138.925000', '154138.928000', '154138.931000', '154138.934000', '154138.937000', '154138.939000', '154138.942000', '154138.945000', '154138.948000', '154138.951000', '154138.954000', '154138.957000', '154138.960000', '154138.964000', '154138.967000', '154138.970000', '154138.973000', '154138.976000', '154138.979000', '154138.981000', '154138.984000', '154138.994000', '154138.997000', '154139.001000', '154139.004000', '154139.006000', '154139.009000', '154139.012000', '154139.021000', '154139.023000', '154139.026000', '154139.029000', '154139.049000', '154139.052000', '154139.055000', '154139.057000', '154139.060000', '154139.063000', '154139.066000', '154139.069000', '154139.072000', '154139.074000', '154139.077000', '154158.925000', '154158.928000', '154158.931000', '154158.934000', '154158.937000', '154158.940000', '154158.943000', '154158.945000', '154158.948000', '154158.951000', '154158.954000', '154158.957000', '154158.960000', '154158.963000', '154158.965000', '154158.968000', '154158.971000', '154158.974000', '154158.977000', '154158.980000', '154158.983000', '154158.986000', '154158.989000', '154158.991000', '154158.994000', '154158.997000', '154159.001000', '154159.009000', '154159.012000', '154159.015000', '154159.018000', '154159.021000', '154159.024000', '154159.027000', '154159.030000', '154159.032000', '154159.035000', '154159.038000', '154159.041000', '154159.044000', '154159.047000', '154159.050000', '154159.052000', '154159.055000', '154218.925000', '154218.928000', '154218.931000', '154218.934000', '154218.937000', '154218.939000', '154218.942000', '154218.945000', '154218.948000', '154218.951000', '154218.954000', '154218.957000', '154218.959000', '154218.962000', '154218.965000', '154218.968000', '154218.971000', '154218.974000', '154218.977000', '154218.980000', '154218.982000', '154218.991000', '154218.994000', '154218.997000', '154219.000000', '154219.003000', '154219.006000', '154219.009000', '154219.012000', '154219.015000', '154219.017000', '154219.020000', '154219.023000', '154219.026000', '154219.029000', '154219.032000', '154219.035000', '154219.038000', '154219.041000', '154219.044000', '154219.047000', '154219.050000', '154219.052000', '154238.925000', '154238.928000', '154238.931000', '154238.934000', '154238.936000', '154238.940000', '154238.942000', '154238.945000', '154238.948000', '154238.951000', '154238.954000', '154238.957000', '154238.960000', '154238.962000', '154238.965000', '154238.968000', '154238.971000', '154238.974000', '154238.977000', '154238.980000', '154238.983000', '154238.986000', '154238.988000', '154238.991000', '154238.994000', '154238.997000', '154239.001000', '154239.004000', '154239.006000', '154239.014000', '154239.017000', '154239.020000', '154239.023000', '154239.026000', '154239.029000', '154239.032000', '154239.034000', '154239.037000', '154239.040000', '154239.043000', '154239.046000', '154239.049000', '154239.052000', '154239.054000', '154258.926000', '154258.929000', '154258.932000', '154258.935000', '154258.938000', '154258.940000', '154258.943000', '154258.946000', '154258.949000', '154258.952000', '154258.955000', '154258.958000', '154258.961000', '154258.963000', '154258.966000', '154258.969000', '154258.972000', '154258.975000', '154258.978000', '154258.981000', '154258.984000', '154258.986000', '154258.989000', '154258.992000', '154258.995000', '154258.998000', '154259.003000', '154259.006000', '154259.009000', '154259.012000', '154259.014000', '154259.017000', '154259.020000', '154259.023000', '154259.026000', '154259.029000', '154259.032000', '154259.034000', '154259.037000', '154259.040000', '154259.043000', '154259.046000', '154259.049000', '154318.926000', '154318.929000', '154318.932000', '154318.935000', '154318.938000', '154318.940000', '154318.943000', '154318.946000', '154318.949000', '154318.952000', '154318.955000', '154318.958000', '154318.970000', '154318.973000', '154318.976000', '154318.979000', '154318.981000', '154318.984000', '154318.987000', '154318.996000', '154319.000000', '154319.003000', '154319.006000', '154319.008000', '154319.011000', '154319.014000', '154319.017000', '154319.020000', '154319.023000', '154319.026000', '154319.028000', '154319.031000', '154319.034000', '154319.037000', '154319.040000', '154319.043000', '154319.046000', '154319.048000', '154319.051000', '154319.054000', '154319.057000', '154319.060000', '154319.068000', '154319.085000', '154338.926000', '154338.929000', '154338.932000', '154338.935000', '154338.938000', '154338.940000', '154338.943000', '154338.946000', '154338.949000', '154338.952000', '154338.955000', '154338.958000', '154338.961000', '154338.963000', '154338.966000', '154338.969000', '154338.972000', '154338.975000', '154338.978000', '154338.981000', '154338.983000', '154338.986000', '154338.989000', '154338.992000', '154338.995000', '154338.998000', '154339.002000', '154339.005000', '154339.008000', '154339.010000', '154339.013000', '154339.016000', '154339.019000', '154339.022000', '154339.025000', '154339.027000', '154339.030000', '154339.033000', '154339.036000', '154339.039000', '154339.042000', '154339.045000', '154339.048000', '154358.925000', '154358.928000', '154358.931000', '154358.934000', '154358.937000', '154358.940000', '154358.943000', '154358.945000', '154358.948000', '154358.951000', '154358.954000', '154358.957000', '154358.960000', '154358.963000', '154358.966000', '154358.969000', '154358.971000', '154358.974000', '154358.977000', '154358.980000', '154358.983000', '154358.986000', '154358.988000', '154358.991000', '154358.994000', '154358.997000', '154359.001000', '154359.004000', '154359.007000', '154359.010000', '154359.013000', '154359.015000', '154359.018000', '154359.021000', '154359.024000', '154359.027000', '154359.030000', '154359.033000', '154359.035000', '154359.038000', '154359.041000', '154359.050000', '154359.053000', '154359.056000', '154418.925000', '154418.928000', '154418.931000', '154418.934000', '154418.937000', '154418.939000', '154418.942000', '154418.945000', '154418.948000', '154418.951000', '154418.954000', '154418.957000', '154418.960000', '154418.962000', '154418.965000', '154418.968000', '154418.971000', '154418.974000', '154418.977000', '154418.980000', '154418.983000', '154418.985000', '154418.988000', '154418.991000', '154418.994000', '154418.997000', '154419.001000', '154419.004000', '154419.007000', '154419.010000', '154419.012000', '154419.015000', '154419.018000', '154419.021000', '154419.024000', '154419.027000', '154419.030000', '154419.033000', '154419.035000', '154419.039000', '154419.042000', '154419.045000', '154419.048000', '154438.925000', '154438.928000', '154438.931000', '154438.934000', '154438.937000', '154438.939000', '154438.942000', '154438.945000', '154438.948000', '154438.951000', '154438.954000', '154438.957000', '154438.960000', '154438.963000', '154438.965000', '154438.968000', '154438.971000', '154438.974000', '154438.977000', '154438.980000', '154438.983000', '154438.986000', '154438.988000', '154438.991000', '154438.994000', '154438.997000', '154439.001000', '154439.005000', '154439.008000', '154439.011000', '154439.014000', '154439.017000', '154439.019000', '154439.022000', '154439.025000', '154439.028000', '154439.031000', '154439.034000', '154439.037000', '154439.039000', '154439.042000', '154439.045000', '154439.048000', '154439.051000', '154458.925000', '154458.928000', '154458.931000', '154458.934000', '154458.937000', '154458.939000', '154458.942000', '154458.945000', '154458.948000', '154458.951000', '154458.954000', '154458.957000', '154458.960000', '154458.962000', '154458.965000', '154458.968000', '154458.971000', '154458.974000', '154458.977000', '154458.979000', '154458.982000', '154458.985000', '154458.988000', '154458.991000', '154458.994000', '154458.997000', '154459.001000', '154459.004000', '154459.006000', '154459.009000', '154459.012000', '154459.015000', '154459.018000', '154459.021000', '154459.024000', '154459.027000', '154459.029000', '154459.032000', '154459.035000', '154459.038000', '154459.041000', '154459.044000', '154459.047000', '154518.926000', '154518.929000', '154518.932000', '154518.935000', '154518.938000', '154518.940000', '154518.951000', '154518.953000', '154518.956000', '154518.978000', '154518.980000', '154518.983000', '154518.986000', '154518.989000', '154518.992000', '154518.995000', '154518.998000', '154519.002000', '154519.005000', '154519.008000', '154519.010000', '154519.013000', '154519.016000', '154519.019000', '154519.022000', '154519.025000', '154519.028000', '154519.031000', '154519.034000', '154519.036000', '154519.039000', '154519.042000', '154519.045000', '154519.048000', '154519.051000', '154519.054000', '154519.057000', '154519.059000', '154519.062000', '154519.065000', '154519.068000', '154519.071000', '154519.074000', '154519.077000', '154538.926000', '154538.929000', '154538.932000', '154538.935000', '154538.937000', '154538.940000', '154538.943000', '154538.946000', '154538.949000', '154538.952000', '154538.955000', '154538.958000', '154538.961000', '154538.963000', '154538.966000', '154538.969000', '154538.972000', '154538.975000', '154538.978000', '154538.981000', '154538.984000', '154538.987000', '154538.990000', '154538.993000', '154538.995000', '154538.998000', '154539.002000', '154539.005000', '154539.008000', '154539.011000', '154539.014000', '154539.017000', '154539.019000', '154539.022000', '154539.025000', '154539.028000', '154539.031000', '154539.034000', '154539.037000', '154539.040000', '154539.042000', '154539.045000', '154539.048000', '154558.926000', '154558.929000', '154558.932000', '154558.935000', '154558.938000', '154558.941000', '154558.944000', '154558.947000', '154558.950000', '154558.953000', '154558.956000', '154558.958000', '154558.961000', '154558.964000', '154558.967000', '154558.970000', '154558.973000', '154558.976000', '154558.978000', '154558.981000', '154558.984000', '154558.987000', '154558.990000', '154558.993000', '154558.996000', '154559.000000', '154559.003000', '154559.005000', '154559.008000', '154559.011000', '154559.014000', '154559.017000', '154559.020000', '154559.023000', '154559.025000', '154559.028000', '154559.031000', '154559.034000', '154559.037000', '154559.040000', '154559.043000', '154559.046000', '154559.048000', '154618.925000', '154618.928000', '154618.931000', '154618.934000', '154618.942000', '154618.945000', '154618.948000', '154618.951000', '154618.954000', '154618.957000', '154618.960000', '154618.963000', '154618.965000', '154618.968000', '154618.971000', '154618.974000', '154618.977000', '154618.980000', '154618.983000', '154618.986000', '154618.988000', '154618.991000', '154618.994000', '154618.997000', '154619.001000', '154619.004000', '154619.007000', '154619.010000', '154619.013000', '154619.015000', '154619.018000', '154619.021000', '154619.024000', '154619.029000', '154619.032000', '154619.035000', '154619.037000', '154619.040000', '154619.043000', '154619.046000', '154619.049000', '154619.052000', '154619.055000', '154619.058000', '154638.925000', '154638.928000', '154638.931000', '154638.934000', '154638.937000', '154638.940000', '154638.943000', '154638.946000', '154638.949000', '154638.952000', '154638.955000', '154638.958000', '154638.961000', '154638.964000', '154638.967000', '154638.970000', '154638.973000', '154638.976000', '154638.978000', '154638.985000', '154638.988000', '154638.990000', '154638.993000', '154638.996000', '154639.000000', '154639.003000', '154639.006000', '154639.009000', '154639.012000', '154639.014000', '154639.017000', '154639.020000', '154639.023000', '154639.026000', '154639.029000', '154639.032000', '154639.035000', '154639.037000', '154639.040000', '154639.043000', '154639.046000', '154639.049000', '154639.052000', '154656.931000', '154656.935000', '154656.945000', '154656.948000', '154656.951000', '154656.954000', '154656.957000', '154656.961000', '154656.964000', '154656.967000', '154656.970000', '154656.973000', '154656.976000', '154656.979000', '154656.982000', '154656.984000', '154656.987000', '154656.990000', '154656.995000', '154657.007000', '154657.011000', '154657.013000', '154657.016000', '154657.019000', '154657.022000', '154657.025000', '154657.028000', '154657.031000', '154657.034000', '154657.037000', '154657.039000', '154657.042000', '154657.045000', '154657.048000', '154657.051000', '154657.054000', '154657.057000', '154657.060000', '154657.063000', '154657.066000'], 'InstanceCreationTime': ['154018.967000', '154018.970000', '154018.973000', '154018.976000', '154018.979000', '154018.982000', '154018.985000', '154018.988000', '154018.991000', '154018.994000', '154018.997000', '154019.000000', '154019.003000', '154019.006000', '154019.009000', '154019.012000', '154019.015000', '154019.018000', '154019.020000', '154019.023000', '154019.026000', '154019.029000', '154019.032000', '154019.035000', '154019.038000', '154019.040000', '154019.043000', '154019.046000', '154019.049000', '154019.052000', '154019.054000', '154019.057000', '154019.060000', '154019.063000', '154019.066000', '154019.069000', '154019.071000', '154019.074000', '154019.077000', '154019.089000', '154019.091000', '154019.094000', '154019.097000', '154019.100000', '154019.103000', '154019.106000', '154019.109000', '154019.111000', '154038.926000', '154038.929000', '154038.932000', '154038.935000', '154038.937000', '154038.940000', '154038.943000', '154038.946000', '154038.949000', '154038.952000', '154038.955000', '154038.957000', '154038.960000', '154038.963000', '154038.966000', '154038.969000', '154038.972000', '154038.974000', '154038.977000', '154038.980000', '154038.983000', '154038.986000', '154038.989000', '154038.992000', '154038.994000', '154038.997000', '154039.001000', '154039.004000', '154039.007000', '154039.010000', '154039.013000', '154039.015000', '154039.018000', '154039.021000', '154039.024000', '154039.029000', '154039.032000', '154039.035000', '154039.038000', '154039.041000', '154039.044000', '154039.046000', '154039.049000', '154039.052000', '154058.926000', '154058.929000', '154058.932000', '154058.935000', '154058.941000', '154058.943000', '154058.946000', '154058.949000', '154058.952000', '154058.955000', '154058.958000', '154058.961000', '154058.963000', '154058.966000', '154058.969000', '154058.972000', '154058.975000', '154058.978000', '154058.981000', '154058.983000', '154058.986000', '154058.989000', '154058.992000', '154058.995000', '154058.998000', '154059.002000', '154059.005000', '154059.011000', '154059.014000', '154059.016000', '154059.019000', '154059.022000', '154059.025000', '154059.028000', '154059.031000', '154059.034000', '154059.036000', '154059.039000', '154059.042000', '154059.045000', '154059.048000', '154059.051000', '154059.054000', '154118.926000', '154118.929000', '154118.932000', '154118.935000', '154118.937000', '154118.940000', '154118.943000', '154118.946000', '154118.949000', '154118.952000', '154118.955000', '154118.958000', '154118.960000', '154118.971000', '154118.974000', '154118.977000', '154118.980000', '154118.982000', '154118.985000', '154118.988000', '154118.991000', '154118.994000', '154118.997000', '154119.001000', '154119.004000', '154119.006000', '154119.009000', '154119.012000', '154119.015000', '154119.018000', '154119.021000', '154119.024000', '154119.032000', '154119.035000', '154119.038000', '154119.041000', '154119.044000', '154119.047000', '154119.050000', '154119.053000', '154119.055000', '154119.058000', '154119.061000', '154119.064000', '154138.925000', '154138.928000', '154138.931000', '154138.934000', '154138.937000', '154138.939000', '154138.942000', '154138.945000', '154138.948000', '154138.951000', '154138.954000', '154138.957000', '154138.960000', '154138.964000', '154138.967000', '154138.970000', '154138.973000', '154138.976000', '154138.979000', '154138.981000', '154138.984000', '154138.994000', '154138.997000', '154139.001000', '154139.004000', '154139.006000', '154139.009000', '154139.012000', '154139.021000', '154139.023000', '154139.026000', '154139.029000', '154139.049000', '154139.052000', '154139.055000', '154139.057000', '154139.060000', '154139.063000', '154139.066000', '154139.069000', '154139.072000', '154139.074000', '154139.077000', '154158.925000', '154158.928000', '154158.931000', '154158.934000', '154158.937000', '154158.940000', '154158.943000', '154158.945000', '154158.948000', '154158.951000', '154158.954000', '154158.957000', '154158.960000', '154158.963000', '154158.965000', '154158.968000', '154158.971000', '154158.974000', '154158.977000', '154158.980000', '154158.983000', '154158.986000', '154158.989000', '154158.991000', '154158.994000', '154158.997000', '154159.001000', '154159.009000', '154159.012000', '154159.015000', '154159.018000', '154159.021000', '154159.024000', '154159.027000', '154159.030000', '154159.032000', '154159.035000', '154159.038000', '154159.041000', '154159.044000', '154159.047000', '154159.050000', '154159.052000', '154159.055000', '154218.925000', '154218.928000', '154218.931000', '154218.934000', '154218.937000', '154218.939000', '154218.942000', '154218.945000', '154218.948000', '154218.951000', '154218.954000', '154218.957000', '154218.959000', '154218.962000', '154218.965000', '154218.968000', '154218.971000', '154218.974000', '154218.977000', '154218.980000', '154218.982000', '154218.991000', '154218.994000', '154218.997000', '154219.000000', '154219.003000', '154219.006000', '154219.009000', '154219.012000', '154219.015000', '154219.017000', '154219.020000', '154219.023000', '154219.026000', '154219.029000', '154219.032000', '154219.035000', '154219.038000', '154219.041000', '154219.044000', '154219.047000', '154219.050000', '154219.052000', '154238.925000', '154238.928000', '154238.931000', '154238.934000', '154238.936000', '154238.940000', '154238.942000', '154238.945000', '154238.948000', '154238.951000', '154238.954000', '154238.957000', '154238.960000', '154238.962000', '154238.965000', '154238.968000', '154238.971000', '154238.974000', '154238.977000', '154238.980000', '154238.983000', '154238.986000', '154238.988000', '154238.991000', '154238.994000', '154238.997000', '154239.001000', '154239.004000', '154239.006000', '154239.014000', '154239.017000', '154239.020000', '154239.023000', '154239.026000', '154239.029000', '154239.032000', '154239.034000', '154239.037000', '154239.040000', '154239.043000', '154239.046000', '154239.049000', '154239.052000', '154239.054000', '154258.926000', '154258.929000', '154258.932000', '154258.935000', '154258.938000', '154258.940000', '154258.943000', '154258.946000', '154258.949000', '154258.952000', '154258.955000', '154258.958000', '154258.961000', '154258.963000', '154258.966000', '154258.969000', '154258.972000', '154258.975000', '154258.978000', '154258.981000', '154258.984000', '154258.986000', '154258.989000', '154258.992000', '154258.995000', '154258.998000', '154259.003000', '154259.006000', '154259.009000', '154259.012000', '154259.014000', '154259.017000', '154259.020000', '154259.023000', '154259.026000', '154259.029000', '154259.032000', '154259.034000', '154259.037000', '154259.040000', '154259.043000', '154259.046000', '154259.049000', '154318.926000', '154318.929000', '154318.932000', '154318.935000', '154318.938000', '154318.940000', '154318.943000', '154318.946000', '154318.949000', '154318.952000', '154318.955000', '154318.958000', '154318.970000', '154318.973000', '154318.976000', '154318.979000', '154318.981000', '154318.984000', '154318.987000', '154318.996000', '154319.000000', '154319.003000', '154319.006000', '154319.008000', '154319.011000', '154319.014000', '154319.017000', '154319.020000', '154319.023000', '154319.026000', '154319.028000', '154319.031000', '154319.034000', '154319.037000', '154319.040000', '154319.043000', '154319.046000', '154319.048000', '154319.051000', '154319.054000', '154319.057000', '154319.060000', '154319.068000', '154319.085000', '154338.926000', '154338.929000', '154338.932000', '154338.935000', '154338.938000', '154338.940000', '154338.943000', '154338.946000', '154338.949000', '154338.952000', '154338.955000', '154338.958000', '154338.961000', '154338.963000', '154338.966000', '154338.969000', '154338.972000', '154338.975000', '154338.978000', '154338.981000', '154338.983000', '154338.986000', '154338.989000', '154338.992000', '154338.995000', '154338.998000', '154339.002000', '154339.005000', '154339.008000', '154339.010000', '154339.013000', '154339.016000', '154339.019000', '154339.022000', '154339.025000', '154339.027000', '154339.030000', '154339.033000', '154339.036000', '154339.039000', '154339.042000', '154339.045000', '154339.048000', '154358.925000', '154358.928000', '154358.931000', '154358.934000', '154358.937000', '154358.940000', '154358.943000', '154358.945000', '154358.948000', '154358.951000', '154358.954000', '154358.957000', '154358.960000', '154358.963000', '154358.966000', '154358.969000', '154358.971000', '154358.974000', '154358.977000', '154358.980000', '154358.983000', '154358.986000', '154358.988000', '154358.991000', '154358.994000', '154358.997000', '154359.001000', '154359.004000', '154359.007000', '154359.010000', '154359.013000', '154359.015000', '154359.018000', '154359.021000', '154359.024000', '154359.027000', '154359.030000', '154359.033000', '154359.035000', '154359.038000', '154359.041000', '154359.050000', '154359.053000', '154359.056000', '154418.925000', '154418.928000', '154418.931000', '154418.934000', '154418.937000', '154418.939000', '154418.942000', '154418.945000', '154418.948000', '154418.951000', '154418.954000', '154418.957000', '154418.960000', '154418.962000', '154418.965000', '154418.968000', '154418.971000', '154418.974000', '154418.977000', '154418.980000', '154418.983000', '154418.985000', '154418.988000', '154418.991000', '154418.994000', '154418.997000', '154419.001000', '154419.004000', '154419.007000', '154419.010000', '154419.012000', '154419.015000', '154419.018000', '154419.021000', '154419.024000', '154419.027000', '154419.030000', '154419.033000', '154419.035000', '154419.039000', '154419.042000', '154419.045000', '154419.048000', '154438.925000', '154438.928000', '154438.931000', '154438.934000', '154438.937000', '154438.939000', '154438.942000', '154438.945000', '154438.948000', '154438.951000', '154438.954000', '154438.957000', '154438.960000', '154438.963000', '154438.965000', '154438.968000', '154438.971000', '154438.974000', '154438.977000', '154438.980000', '154438.983000', '154438.986000', '154438.988000', '154438.991000', '154438.994000', '154438.997000', '154439.001000', '154439.005000', '154439.008000', '154439.011000', '154439.014000', '154439.017000', '154439.019000', '154439.022000', '154439.025000', '154439.028000', '154439.031000', '154439.034000', '154439.037000', '154439.039000', '154439.042000', '154439.045000', '154439.048000', '154439.051000', '154458.925000', '154458.928000', '154458.931000', '154458.934000', '154458.937000', '154458.939000', '154458.942000', '154458.945000', '154458.948000', '154458.951000', '154458.954000', '154458.957000', '154458.960000', '154458.962000', '154458.965000', '154458.968000', '154458.971000', '154458.974000', '154458.977000', '154458.979000', '154458.982000', '154458.985000', '154458.988000', '154458.991000', '154458.994000', '154458.997000', '154459.001000', '154459.004000', '154459.006000', '154459.009000', '154459.012000', '154459.015000', '154459.018000', '154459.021000', '154459.024000', '154459.027000', '154459.029000', '154459.032000', '154459.035000', '154459.038000', '154459.041000', '154459.044000', '154459.047000', '154518.926000', '154518.929000', '154518.932000', '154518.935000', '154518.938000', '154518.940000', '154518.951000', '154518.953000', '154518.956000', '154518.978000', '154518.980000', '154518.983000', '154518.986000', '154518.989000', '154518.992000', '154518.995000', '154518.998000', '154519.002000', '154519.005000', '154519.008000', '154519.010000', '154519.013000', '154519.016000', '154519.019000', '154519.022000', '154519.025000', '154519.028000', '154519.031000', '154519.034000', '154519.036000', '154519.039000', '154519.042000', '154519.045000', '154519.048000', '154519.051000', '154519.054000', '154519.057000', '154519.059000', '154519.062000', '154519.065000', '154519.068000', '154519.071000', '154519.074000', '154519.077000', '154538.926000', '154538.929000', '154538.932000', '154538.935000', '154538.937000', '154538.940000', '154538.943000', '154538.946000', '154538.949000', '154538.952000', '154538.955000', '154538.958000', '154538.961000', '154538.963000', '154538.966000', '154538.969000', '154538.972000', '154538.975000', '154538.978000', '154538.981000', '154538.984000', '154538.987000', '154538.990000', '154538.993000', '154538.995000', '154538.998000', '154539.002000', '154539.005000', '154539.008000', '154539.011000', '154539.014000', '154539.017000', '154539.019000', '154539.022000', '154539.025000', '154539.028000', '154539.031000', '154539.034000', '154539.037000', '154539.040000', '154539.042000', '154539.045000', '154539.048000', '154558.926000', '154558.929000', '154558.932000', '154558.935000', '154558.938000', '154558.941000', '154558.944000', '154558.947000', '154558.950000', '154558.953000', '154558.956000', '154558.958000', '154558.961000', '154558.964000', '154558.967000', '154558.970000', '154558.973000', '154558.976000', '154558.978000', '154558.981000', '154558.984000', '154558.987000', '154558.990000', '154558.993000', '154558.996000', '154559.000000', '154559.003000', '154559.005000', '154559.008000', '154559.011000', '154559.014000', '154559.017000', '154559.020000', '154559.023000', '154559.025000', '154559.028000', '154559.031000', '154559.034000', '154559.037000', '154559.040000', '154559.043000', '154559.046000', '154559.048000', '154618.925000', '154618.928000', '154618.931000', '154618.934000', '154618.942000', '154618.945000', '154618.948000', '154618.951000', '154618.954000', '154618.957000', '154618.960000', '154618.963000', '154618.965000', '154618.968000', '154618.971000', '154618.974000', '154618.977000', '154618.980000', '154618.983000', '154618.986000', '154618.988000', '154618.991000', '154618.994000', '154618.997000', '154619.001000', '154619.004000', '154619.007000', '154619.010000', '154619.013000', '154619.015000', '154619.018000', '154619.021000', '154619.024000', '154619.029000', '154619.032000', '154619.035000', '154619.037000', '154619.040000', '154619.043000', '154619.046000', '154619.049000', '154619.052000', '154619.055000', '154619.058000', '154638.925000', '154638.928000', '154638.931000', '154638.934000', '154638.937000', '154638.940000', '154638.943000', '154638.946000', '154638.949000', '154638.952000', '154638.955000', '154638.958000', '154638.961000', '154638.964000', '154638.967000', '154638.970000', '154638.973000', '154638.976000', '154638.978000', '154638.985000', '154638.988000', '154638.990000', '154638.993000', '154638.996000', '154639.000000', '154639.003000', '154639.006000', '154639.009000', '154639.012000', '154639.014000', '154639.017000', '154639.020000', '154639.023000', '154639.026000', '154639.029000', '154639.032000', '154639.035000', '154639.037000', '154639.040000', '154639.043000', '154639.046000', '154639.049000', '154639.052000', '154656.931000', '154656.935000', '154656.945000', '154656.948000', '154656.951000', '154656.954000', '154656.957000', '154656.961000', '154656.964000', '154656.967000', '154656.970000', '154656.973000', '154656.976000', '154656.979000', '154656.982000', '154656.984000', '154656.987000', '154656.990000', '154656.995000', '154657.007000', '154657.011000', '154657.013000', '154657.016000', '154657.019000', '154657.022000', '154657.025000', '154657.028000', '154657.031000', '154657.034000', '154657.037000', '154657.039000', '154657.042000', '154657.045000', '154657.048000', '154657.051000', '154657.054000', '154657.057000', '154657.060000', '154657.063000', '154657.066000'], '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': [11943, 10773, 18568, 10391, 17647, 12349, 15530, 10553, 13985, 10420, 13296, 10437, 14515, 10648, 10345, 10482, 10142, 17039, 10088, 13800, 10708, 12108, 10078, 11572, 10313, 10824, 10289, 10432, 15593, 10119, 15460, 10459, 13265, 10214, 13751, 10482, 14897, 10351, 12087, 10376, 11074, 19081, 12053, 17639, 10821, 14716, 10273, 13398, 10410, 13878, 10392, 12349, 10704, 11730, 10778, 10810, 18951, 13871, 15394, 10556, 13079, 10277, 11790, 10366, 11901, 10700, 10852, 16291, 10411, 15760, 10746, 14761, 9983, 12546, 10455, 11489, 10285, 10564, 18923, 11484, 15431, 10735, 13424, 10155, 12193, 10435, 12305, 10032, 11568, 12802, 10119, 15906, 10593, 14112, 10340, 13125, 10056, 12279, 10344, 11936, 15636, 11298, 18356, 10482, 13573, 10223, 12939, 10023, 13521, 10214, 13530, 10639, 12284, 10636, 12159, 12601, 11667, 12821, 10787, 16870, 11066, 14805, 10948, 13046, 10106, 12229, 10786, 11206, 16037, 10863, 18341, 10728, 14400, 10579, 13225, 10561, 12763, 10202, 12850, 10438, 11813, 10181, 11540, 17599, 11503, 14184, 10497, 17271, 10658, 14321, 10974, 12350, 9805, 12366, 10397, 11999, 9791, 11764, 14384, 10922, 18245, 10452, 14677, 10759, 13285, 10423, 13188, 10012, 12285, 10297, 12070, 10579, 11328, 12759, 10316, 16437, 10054, 13334, 10723, 12784, 10149, 14253, 10436, 12600, 11582, 11701, 17467, 11187, 16177, 10357, 13762, 10515, 12722, 10263, 13907, 10111, 13302, 10354, 13504, 13101, 12298, 10919, 10654, 17418, 11422, 15254, 12142, 14321, 10022, 13382, 10280, 12902, 10439, 14440, 10100, 11431, 17093, 10534, 15809, 11503, 13978, 10459, 13799, 9964, 12856, 10276, 13699, 10328, 12745, 9899, 11623, 18117, 11444, 16964, 12006, 14540, 10681, 13669, 10361, 13043, 10905, 13899, 10206, 13819, 10108, 13961, 10541, 13819, 10079, 11706, 10336, 11105, 19203, 11624, 15456, 12186, 14490, 10891, 14231, 10620, 13435, 10426, 13868, 10050, 13817, 10435, 14043, 10739, 14550, 10184, 15004, 10504, 13701, 10711, 14576, 12313, 12295, 9948, 11365, 11946, 11871, 19792, 12180, 18566, 10892, 13698, 10222, 13741, 11188, 13966, 10569, 14095, 11276, 13055, 10470, 13620, 10152, 14552, 10405, 12293, 10379, 12558, 15153, 11994, 9949, 11217, 11910, 10887, 17185, 11917, 15425, 11589, 14055, 10008, 13403, 10507, 14612, 10177, 14874, 10387, 12983, 10332, 14166, 10173, 13720, 10414, 11688, 10693, 11775, 17206, 11956, 13211, 10990, 18721, 11130, 15358, 12135, 13808, 10575, 12892, 10401, 13733, 10997, 14064, 10274, 13735, 10047, 12978, 10475, 14578, 10096, 13904, 10575, 13367, 10139, 13747, 12173, 12619, 10508, 12487, 9801, 13701, 9837, 14099, 10166, 14822, 10795, 17503, 11368, 12682, 9986, 12769, 10662, 9574, 12725, 9922, 15279, 16634, 14711, 10152, 12015, 10596, 11088, 18997, 11968, 15852, 12619, 14364, 10361, 14101, 10139, 14769, 11470, 14246, 11428, 14289, 9760, 13688, 10130, 14301, 9918, 16127, 9740, 14037, 9816, 14022, 10311, 16120, 12499, 12969, 10617, 12374, 17859, 12981, 17699, 13567, 16254, 11222, 15237, 11103, 14962, 12654, 17021, 11788, 15406, 10337, 14557, 10379, 15475, 10327, 15724, 9621, 14230, 9533, 13463, 11757, 13584, 11684, 11278, 17247, 11187, 15371, 12490, 16261, 11994, 15545, 10678, 13567, 11014, 14040, 10925, 13586, 9867, 13677, 9833, 14372, 10224, 16091, 9851, 12664, 9491, 12376, 15508, 13101, 14379, 11624, 14466, 11167, 16176, 11983, 15776, 12125, 14667, 10633, 14582, 10945, 14219, 11952, 15415, 10976, 12410, 15529, 10713, 10332, 10435, 14001, 10324, 13324, 10096, 11784, 12845, 10831, 18176, 11563, 16281, 10729, 16357, 13216, 18089, 11629, 13005, 14028, 12230, 20645, 12081, 15891, 12594, 13310, 10145, 11864, 9971, 11470, 14947, 11648, 15357, 10543, 14177, 10200, 13269, 9945, 12985, 9596, 11887, 10064, 11952, 14337, 11456, 17365, 12245, 15432, 10698, 14040, 10434, 14332, 9875, 15048, 9364, 13698, 9453, 12497, 10999, 13689, 13005, 13167, 14964, 11768, 18624, 12101, 16536, 13219, 14974, 10529, 14298, 10136, 14475, 9836, 15675, 9624, 13524, 9536, 13099, 9603, 13460, 11992, 13145, 9664, 12422, 12965, 12369, 19310, 12856, 16927, 12098, 16172, 11198, 14939, 11531, 15383, 11565, 15451, 10298, 14324, 9440, 14702, 10082, 16330, 9449, 14271, 9748, 13382, 10049, 14278, 11082, 13794, 9598, 13552, 9843, 14149, 13066, 13938, 10894, 12833, 13571, 12337, 19520, 13310, 17098, 11745, 16494, 10884, 15246, 11581, 15146, 9765, 13969, 9594, 13673, 10248, 16195, 9950, 14558, 10480, 13583, 16156, 13699, 13560, 13381, 10624, 13077, 14278, 13369, 17050, 12936, 14900, 11597, 17767, 11899, 16827, 13059, 16389, 11413, 15710, 10725, 15265, 11759, 16054, 10977, 15537, 9689, 14194, 9464, 13959, 11352, 15085, 9909, 13421, 9706, 13667, 11954, 13532, 15740, 12983, 12926, 11824, 16238, 11950, 18210, 13029, 14794, 11657, 16671, 11648, 17299, 12391, 15764, 12146, 11690, 11363, 14123, 12244, 15502, 13026, 11615, 12097, 14815, 11882, 18291, 12437, 16849, 11946, 16505, 10862, 16307, 11908, 16026, 12134, 10618, 11188, 10468, 12428, 13599, 13038, 9957, 12457, 10553, 12334, 14884, 13531, 15788, 12734, 13765, 11679, 18589, 11647, 16472, 12768, 15856, 11502, 14773, 10499, 14430, 10928, 14641, 11698, 14407, 10555, 14637, 10337, 14529, 9821, 15234, 9400, 14651, 9229, 13916, 10172, 16423, 10654, 14922, 9769, 13303, 10103, 14545, 11294, 14992, 9773, 13164, 11942, 11796, 19065, 11984, 17467, 12181, 12316, 10895, 10276, 12368, 11551, 14459, 9995, 13476, 9876, 13375, 10842, 16675, 10637, 15903, 9554, 13866, 9551, 14962, 10399, 16247, 9569, 14040, 9791, 14255, 10843, 15440, 10959, 17302, 10756, 15954, 9834, 14138, 9596, 15657, 10882, 15998, 10373, 15399, 10283, 15808, 11996, 17504, 12282, 14675, 10285, 14158, 10579, 17570, 12199, 17880, 12628, 9964, 11264, 10041, 11641, 11883, 12299, 18861, 12699, 12075, 11120, 14393, 11250, 18132, 12343, 15492, 11078, 14292, 9925, 13600, 9731, 14698, 9993, 14321, 9692, 11934, 9866, 13048, 10602, 15815, 9756, 14373, 9627, 13862, 10115, 14101, 12319, 12383, 13488, 10874, 16127, 11140, 14129, 12281, 9591, 12732, 9574, 14866, 9758, 16456, 10765, 17222, 11060, 15150, 10056, 15087, 10906, 16390, 11656, 17483, 10327, 14823, 9504, 13731, 9539, 15984, 9698, 13016, 9430, 11391, 11840, 11690, 17770, 12441, 9762, 11053, 9605, 11785, 9547, 14790, 10071, 16087, 9704, 14054, 9681, 14730, 10175, 16811, 12626, 14297, 10642, 10040, 14438, 10119, 16009, 10681, 17378, 12589, 18902, 15224, 18868, 11000, 16829, 10842, 16226, 12331, 18371, 11419, 16214, 10578, 14852], 'WindowCenter': [5278.0, 5255.0, 5285.0, 5218.0, 5264.0, 5234.0, 5243.0, 5203.0, 5227.0, 5211.0, 5232.0, 5201.0, 5228.0, 5200.0, 5200.0, 5200.0, 5202.0, 5246.0, 5203.0, 5230.0, 5214.0, 5221.0, 5206.0, 5219.0, 5210.0, 5215.0, 5202.0, 5213.0, 5251.0, 5213.0, 5248.0, 5214.0, 5242.0, 5214.0, 5243.0, 5215.0, 5251.0, 5217.0, 5235.0, 5204.0, 5226.0, 5260.0, 5223.0, 5260.0, 5212.0, 5242.0, 5212.0, 5230.0, 5214.0, 5242.0, 5212.0, 5233.0, 5212.0, 5224.0, 5214.0, 5214.0, 5260.0, 5233.0, 5238.0, 5203.0, 5220.0, 5200.0, 5223.0, 5199.0, 5224.0, 5201.0, 5214.0, 5250.0, 5212.0, 5239.0, 5212.0, 5243.0, 5202.0, 5221.0, 5199.0, 5221.0, 5192.0, 5200.0, 5253.0, 5211.0, 5236.0, 5203.0, 5220.0, 5192.0, 5217.0, 5200.0, 5223.0, 5190.0, 5210.0, 5218.0, 5202.0, 5237.0, 5200.0, 5229.0, 5189.0, 5220.0, 5192.0, 5209.0, 5190.0, 5220.0, 5235.0, 5200.0, 5240.0, 5200.0, 5216.0, 5200.0, 5220.0, 5190.0, 5229.0, 5200.0, 5228.0, 5200.0, 5211.0, 5201.0, 5223.0, 5220.0, 5210.0, 5220.0, 5201.0, 5247.0, 5198.0, 5229.0, 5190.0, 5207.0, 5181.0, 5206.0, 5187.0, 5199.0, 5236.0, 5199.0, 5243.0, 5200.0, 5226.0, 5189.0, 5207.0, 5197.0, 5217.0, 5190.0, 5217.0, 5189.0, 5209.0, 5188.0, 5210.0, 5246.0, 5202.0, 5216.0, 5200.0, 5234.0, 5200.0, 5224.0, 5195.0, 5208.0, 5190.0, 5218.0, 5191.0, 5220.0, 5190.0, 5212.0, 5229.0, 5199.0, 5247.0, 5201.0, 5229.0, 5196.0, 5219.0, 5200.0, 5215.0, 5192.0, 5207.0, 5197.0, 5216.0, 5200.0, 5210.0, 5218.0, 5200.0, 5236.0, 5192.0, 5227.0, 5210.0, 5220.0, 5202.0, 5230.0, 5201.0, 5220.0, 5208.0, 5210.0, 5242.0, 5201.0, 5237.0, 5188.0, 5219.0, 5198.0, 5221.0, 5201.0, 5228.0, 5201.0, 5228.0, 5201.0, 5229.0, 5218.0, 5211.0, 5198.0, 5202.0, 5247.0, 5209.0, 5239.0, 5211.0, 5228.0, 5189.0, 5217.0, 5188.0, 5217.0, 5191.0, 5231.0, 5189.0, 5199.0, 5235.0, 5199.0, 5227.0, 5202.0, 5215.0, 5199.0, 5216.0, 5190.0, 5217.0, 5188.0, 5220.0, 5189.0, 5221.0, 5180.0, 5210.0, 5246.0, 5209.0, 5239.0, 5211.0, 5218.0, 5189.0, 5219.0, 5191.0, 5216.0, 5199.0, 5219.0, 5193.0, 5227.0, 5191.0, 5231.0, 5202.0, 5219.0, 5179.0, 5208.0, 5191.0, 5198.0, 5247.0, 5211.0, 5232.0, 5208.0, 5221.0, 5200.0, 5229.0, 5200.0, 5220.0, 5190.0, 5219.0, 5190.0, 5226.0, 5202.0, 5226.0, 5200.0, 5228.0, 5189.0, 5240.0, 5189.0, 5228.0, 5199.0, 5237.0, 5209.0, 5209.0, 5179.0, 5199.0, 5207.0, 5209.0, 5255.0, 5210.0, 5246.0, 5202.0, 5216.0, 5189.0, 5215.0, 5199.0, 5214.0, 5200.0, 5216.0, 5198.0, 5217.0, 5202.0, 5214.0, 5188.0, 5228.0, 5189.0, 5207.0, 5189.0, 5219.0, 5228.0, 5207.0, 5179.0, 5200.0, 5208.0, 5201.0, 5246.0, 5212.0, 5240.0, 5209.0, 5229.0, 5192.0, 5219.0, 5201.0, 5225.0, 5192.0, 5228.0, 5190.0, 5218.0, 5185.0, 5220.0, 5190.0, 5218.0, 5188.0, 5208.0, 5188.0, 5207.0, 5236.0, 5209.0, 5218.0, 5199.0, 5243.0, 5212.0, 5228.0, 5208.0, 5216.0, 5200.0, 5217.0, 5201.0, 5228.0, 5199.0, 5215.0, 5192.0, 5219.0, 5190.0, 5218.0, 5190.0, 5225.0, 5191.0, 5218.0, 5189.0, 5216.0, 5189.0, 5217.0, 5209.0, 5207.0, 5190.0, 5207.0, 5190.0, 5218.0, 5189.0, 5224.0, 5192.0, 5229.0, 5202.0, 5237.0, 5200.0, 5222.0, 5191.0, 5217.0, 5201.0, 5190.0, 5218.0, 5189.0, 5239.0, 5233.0, 5219.0, 5177.0, 5211.0, 5189.0, 5200.0, 5242.0, 5200.0, 5225.0, 5208.0, 5216.0, 5190.0, 5216.0, 5189.0, 5228.0, 5212.0, 5227.0, 5211.0, 5230.0, 5193.0, 5228.0, 5203.0, 5242.0, 5203.0, 5249.0, 5193.0, 5230.0, 5193.0, 5243.0, 5201.0, 5252.0, 5220.0, 5221.0, 5200.0, 5218.0, 5249.0, 5231.0, 5249.0, 5231.0, 5237.0, 5201.0, 5227.0, 5200.0, 5229.0, 5219.0, 5237.0, 5210.0, 5226.0, 5191.0, 5228.0, 5187.0, 5226.0, 5190.0, 5227.0, 5179.0, 5217.0, 5179.0, 5218.0, 5197.0, 5208.0, 5195.0, 5197.0, 5233.0, 5198.0, 5226.0, 5208.0, 5224.0, 5198.0, 5226.0, 5201.0, 5216.0, 5198.0, 5217.0, 5188.0, 5215.0, 5180.0, 5216.0, 5190.0, 5225.0, 5191.0, 5236.0, 5178.0, 5207.0, 5177.0, 5208.0, 5225.0, 5207.0, 5215.0, 5199.0, 5216.0, 5187.0, 5224.0, 5197.0, 5221.0, 5208.0, 5225.0, 5184.0, 5214.0, 5200.0, 5244.0, 5223.0, 5236.0, 5198.0, 5208.0, 5237.0, 5195.0, 5191.0, 5210.0, 5228.0, 5199.0, 5228.0, 5187.0, 5207.0, 5206.0, 5194.0, 5246.0, 5209.0, 5236.0, 5188.0, 5225.0, 5205.0, 5235.0, 5184.0, 5190.0, 5190.0, 5170.0, 5213.0, 5170.0, 5198.0, 5166.0, 5176.0, 5149.0, 5168.0, 5152.0, 5169.0, 5195.0, 5169.0, 5197.0, 5171.0, 5201.0, 5162.0, 5197.0, 5162.0, 5190.0, 5164.0, 5181.0, 5176.0, 5194.0, 5213.0, 5194.0, 5231.0, 5203.0, 5221.0, 5187.0, 5212.0, 5187.0, 5225.0, 5178.0, 5225.0, 5179.0, 5216.0, 5179.0, 5206.0, 5198.0, 5225.0, 5213.0, 5217.0, 5224.0, 5207.0, 5243.0, 5204.0, 5236.0, 5216.0, 5224.0, 5189.0, 5215.0, 5190.0, 5226.0, 5190.0, 5235.0, 5180.0, 5215.0, 5179.0, 5219.0, 5189.0, 5230.0, 5209.0, 5215.0, 5176.0, 5218.0, 5215.0, 5218.0, 5257.0, 5222.0, 5243.0, 5219.0, 5237.0, 5199.0, 5226.0, 5211.0, 5238.0, 5211.0, 5237.0, 5199.0, 5228.0, 5189.0, 5239.0, 5188.0, 5247.0, 5191.0, 5229.0, 5181.0, 5230.0, 5192.0, 5239.0, 5196.0, 5228.0, 5190.0, 5228.0, 5202.0, 5240.0, 5218.0, 5232.0, 5201.0, 5221.0, 5217.0, 5222.0, 5260.0, 5230.0, 5248.0, 5211.0, 5235.0, 5196.0, 5234.0, 5206.0, 5238.0, 5189.0, 5225.0, 5191.0, 5231.0, 5202.0, 5250.0, 5191.0, 5240.0, 5202.0, 5232.0, 5239.0, 5231.0, 5220.0, 5229.0, 5200.0, 5219.0, 5226.0, 5231.0, 5247.0, 5218.0, 5227.0, 5211.0, 5248.0, 5219.0, 5243.0, 5232.0, 5239.0, 5210.0, 5238.0, 5200.0, 5239.0, 5207.0, 5239.0, 5200.0, 5234.0, 5181.0, 5226.0, 5190.0, 5229.0, 5196.0, 5229.0, 5180.0, 5218.0, 5180.0, 5219.0, 5209.0, 5219.0, 5237.0, 5218.0, 5210.0, 5210.0, 5237.0, 5211.0, 5246.0, 5217.0, 5227.0, 5213.0, 5234.0, 5209.0, 5247.0, 5220.0, 5235.0, 5211.0, 5210.0, 5211.0, 5225.0, 5210.0, 5238.0, 5216.0, 5205.0, 5219.0, 5227.0, 5211.0, 5246.0, 5232.0, 5286.0, 5210.0, 5233.0, 5196.0, 5236.0, 5209.0, 5238.0, 5210.0, 5190.0, 5200.0, 5201.0, 5221.0, 5230.0, 5229.0, 5192.0, 5221.0, 5191.0, 5220.0, 5239.0, 5230.0, 5239.0, 5221.0, 5228.0, 5209.0, 5247.0, 5211.0, 5238.0, 5220.0, 5237.0, 5200.0, 5224.0, 5199.0, 5227.0, 5200.0, 5226.0, 5211.0, 5227.0, 5201.0, 5227.0, 5189.0, 5231.0, 5193.0, 5238.0, 5181.0, 5225.0, 5182.0, 5229.0, 5187.0, 5238.0, 5190.0, 5235.0, 5181.0, 5215.0, 5189.0, 5228.0, 5200.0, 5226.0, 5178.0, 5215.0, 5199.0, 5207.0, 5244.0, 5208.0, 5248.0, 5210.0, 5208.0, 5201.0, 5191.0, 5220.0, 5211.0, 5231.0, 5191.0, 5231.0, 5189.0, 5231.0, 5199.0, 5248.0, 5198.0, 5236.0, 5181.0, 5229.0, 5192.0, 5240.0, 5191.0, 5235.0, 5187.0, 5228.0, 5187.0, 5227.0, 5200.0, 5239.0, 5203.0, 5251.0, 5198.0, 5235.0, 5194.0, 5230.0, 5179.0, 5236.0, 5201.0, 5239.0, 5201.0, 5228.0, 5201.0, 5251.0, 5223.0, 5248.0, 5213.0, 5238.0, 5202.0, 5217.0, 5201.0, 5248.0, 5222.0, 5246.0, 5208.0, 5191.0, 5196.0, 5187.0, 5196.0, 5196.0, 5208.0, 5249.0, 5207.0, 5209.0, 5199.0, 5217.0, 5195.0, 5243.0, 5207.0, 5221.0, 5195.0, 5213.0, 5178.0, 5214.0, 5177.0, 5225.0, 5177.0, 5222.0, 5179.0, 5210.0, 5179.0, 5215.0, 5188.0, 5225.0, 5177.0, 5228.0, 5178.0, 5228.0, 5191.0, 5226.0, 5207.0, 5210.0, 5213.0, 5191.0, 5236.0, 5224.0, 5231.0, 5211.0, 5182.0, 5216.0, 5188.0, 5241.0, 5193.0, 5249.0, 5201.0, 5250.0, 5212.0, 5224.0, 5190.0, 5227.0, 5202.0, 5237.0, 5199.0, 5246.0, 5190.0, 5228.0, 5177.0, 5218.0, 5180.0, 5235.0, 5177.0, 5209.0, 5168.0, 5197.0, 5199.0, 5210.0, 5231.0, 5209.0, 5179.0, 5199.0, 5179.0, 5206.0, 5192.0, 5237.0, 5191.0, 5237.0, 5181.0, 5227.0, 5191.0, 5241.0, 5203.0, 5251.0, 5222.0, 5227.0, 5204.0, 5192.0, 5228.0, 5195.0, 5249.0, 5203.0, 5246.0, 5221.0, 5248.0, 5241.0, 5244.0, 5190.0, 5221.0, 5187.0, 5223.0, 5200.0, 5236.0, 5201.0, 5220.0, 5176.0, 5213.0], 'WindowWidth': [11399.0, 11356.0, 11387.0, 11290.0, 11348.0, 11304.0, 11307.0, 11257.0, 11284.0, 11266.0, 11294.0, 11250.0, 11285.0, 11247.0, 11247.0, 11246.0, 11253.0, 11310.0, 11257.0, 11291.0, 11273.0, 11279.0, 11264.0, 11277.0, 11265.0, 11276.0, 11255.0, 11272.0, 11323.0, 11274.0, 11318.0, 11275.0, 11311.0, 11277.0, 11315.0, 11278.0, 11325.0, 11280.0, 11304.0, 11258.0, 11292.0, 11337.0, 11284.0, 11335.0, 11269.0, 11309.0, 11269.0, 11292.0, 11273.0, 11311.0, 11270.0, 11299.0, 11270.0, 11288.0, 11273.0, 11275.0, 11337.0, 11297.0, 11300.0, 11254.0, 11275.0, 11248.0, 11281.0, 11246.0, 11284.0, 11250.0, 11271.0, 11318.0, 11268.0, 11304.0, 11269.0, 11311.0, 11254.0, 11278.0, 11246.0, 11279.0, 11236.0, 11248.0, 11319.0, 11263.0, 11295.0, 11254.0, 11275.0, 11237.0, 11269.0, 11248.0, 11281.0, 11234.0, 11262.0, 11269.0, 11251.0, 11296.0, 11248.0, 11286.0, 11231.0, 11273.0, 11237.0, 11260.0, 11232.0, 11277.0, 11292.0, 11247.0, 11298.0, 11248.0, 11266.0, 11248.0, 11274.0, 11236.0, 11287.0, 11248.0, 11285.0, 11246.0, 11262.0, 11249.0, 11282.0, 11273.0, 11262.0, 11273.0, 11248.0, 11311.0, 11243.0, 11285.0, 11232.0, 11252.0, 11219.0, 11250.0, 11224.0, 11244.0, 11291.0, 11243.0, 11301.0, 11246.0, 11278.0, 11230.0, 11252.0, 11240.0, 11267.0, 11231.0, 11266.0, 11228.0, 11256.0, 11228.0, 11261.0, 11309.0, 11250.0, 11263.0, 11246.0, 11291.0, 11248.0, 11276.0, 11236.0, 11255.0, 11232.0, 11270.0, 11234.0, 11274.0, 11234.0, 11264.0, 11285.0, 11245.0, 11312.0, 11249.0, 11285.0, 11241.0, 11274.0, 11248.0, 11263.0, 11237.0, 11255.0, 11240.0, 11267.0, 11247.0, 11261.0, 11270.0, 11247.0, 11294.0, 11239.0, 11284.0, 11263.0, 11277.0, 11252.0, 11289.0, 11249.0, 11276.0, 11258.0, 11261.0, 11300.0, 11248.0, 11297.0, 11230.0, 11272.0, 11244.0, 11276.0, 11249.0, 11284.0, 11249.0, 11284.0, 11249.0, 11289.0, 11271.0, 11263.0, 11241.0, 11250.0, 11310.0, 11258.0, 11300.0, 11264.0, 11283.0, 11229.0, 11266.0, 11227.0, 11268.0, 11233.0, 11290.0, 11228.0, 11243.0, 11290.0, 11244.0, 11280.0, 11250.0, 11262.0, 11244.0, 11264.0, 11232.0, 11267.0, 11227.0, 11272.0, 11227.0, 11276.0, 11217.0, 11258.0, 11309.0, 11258.0, 11300.0, 11262.0, 11268.0, 11230.0, 11268.0, 11235.0, 11265.0, 11245.0, 11270.0, 11239.0, 11280.0, 11234.0, 11293.0, 11250.0, 11270.0, 11215.0, 11255.0, 11233.0, 11242.0, 11312.0, 11262.0, 11291.0, 11258.0, 11270.0, 11245.0, 11284.0, 11249.0, 11272.0, 11231.0, 11268.0, 11232.0, 11279.0, 11250.0, 11280.0, 11246.0, 11285.0, 11231.0, 11301.0, 11230.0, 11283.0, 11245.0, 11296.0, 11256.0, 11255.0, 11213.0, 11243.0, 11252.0, 11258.0, 11323.0, 11261.0, 11308.0, 11249.0, 11264.0, 11231.0, 11263.0, 11244.0, 11261.0, 11248.0, 11264.0, 11245.0, 11267.0, 11250.0, 11263.0, 11227.0, 11282.0, 11229.0, 11254.0, 11230.0, 11273.0, 11284.0, 11253.0, 11215.0, 11246.0, 11254.0, 11248.0, 11311.0, 11266.0, 11304.0, 11260.0, 11285.0, 11238.0, 11271.0, 11249.0, 11278.0, 11236.0, 11285.0, 11231.0, 11268.0, 11220.0, 11272.0, 11230.0, 11267.0, 11225.0, 11254.0, 11228.0, 11254.0, 11293.0, 11256.0, 11266.0, 11244.0, 11302.0, 11266.0, 11284.0, 11256.0, 11263.0, 11246.0, 11265.0, 11249.0, 11283.0, 11246.0, 11264.0, 11239.0, 11271.0, 11232.0, 11269.0, 11231.0, 11277.0, 11234.0, 11270.0, 11229.0, 11264.0, 11227.0, 11265.0, 11257.0, 11249.0, 11229.0, 11252.0, 11230.0, 11268.0, 11231.0, 11277.0, 11237.0, 11288.0, 11251.0, 11294.0, 11244.0, 11276.0, 11234.0, 11268.0, 11247.0, 11231.0, 11268.0, 11229.0, 11299.0, 11285.0, 11268.0, 11208.0, 11257.0, 11225.0, 11243.0, 11296.0, 11242.0, 11273.0, 11253.0, 11260.0, 11229.0, 11261.0, 11230.0, 11281.0, 11266.0, 11280.0, 11262.0, 11284.0, 11240.0, 11283.0, 11257.0, 11309.0, 11254.0, 11315.0, 11240.0, 11289.0, 11240.0, 11310.0, 11250.0, 11325.0, 11274.0, 11278.0, 11246.0, 11269.0, 11318.0, 11290.0, 11317.0, 11293.0, 11296.0, 11248.0, 11278.0, 11246.0, 11285.0, 11272.0, 11295.0, 11259.0, 11276.0, 11234.0, 11282.0, 11225.0, 11278.0, 11230.0, 11278.0, 11213.0, 11264.0, 11213.0, 11267.0, 11236.0, 11252.0, 11233.0, 11236.0, 11285.0, 11238.0, 11275.0, 11253.0, 11272.0, 11240.0, 11274.0, 11250.0, 11264.0, 11238.0, 11263.0, 11225.0, 11258.0, 11217.0, 11263.0, 11232.0, 11279.0, 11234.0, 11292.0, 11210.0, 11250.0, 11209.0, 11254.0, 11275.0, 11250.0, 11258.0, 11241.0, 11262.0, 11223.0, 11273.0, 11238.0, 11267.0, 11253.0, 11274.0, 11219.0, 11258.0, 11248.0, 11314.0, 11283.0, 11293.0, 11242.0, 11251.0, 11293.0, 11235.0, 11232.0, 11264.0, 11286.0, 11245.0, 11285.0, 11223.0, 11252.0, 11250.0, 11233.0, 11307.0, 11258.0, 11294.0, 11225.0, 11276.0, 11243.0, 11291.0, 11210.0, 11217.0, 11214.0, 11187.0, 11246.0, 11185.0, 11223.0, 11176.0, 11188.0, 11155.0, 11181.0, 11161.0, 11184.0, 11219.0, 11186.0, 11222.0, 11193.0, 11231.0, 11180.0, 11227.0, 11182.0, 11218.0, 11185.0, 11208.0, 11205.0, 11230.0, 11255.0, 11230.0, 11279.0, 11245.0, 11264.0, 11223.0, 11251.0, 11223.0, 11274.0, 11213.0, 11277.0, 11216.0, 11263.0, 11214.0, 11250.0, 11241.0, 11278.0, 11257.0, 11266.0, 11275.0, 11250.0, 11301.0, 11248.0, 11293.0, 11265.0, 11271.0, 11230.0, 11259.0, 11232.0, 11279.0, 11230.0, 11289.0, 11218.0, 11262.0, 11215.0, 11272.0, 11230.0, 11288.0, 11258.0, 11263.0, 11210.0, 11270.0, 11262.0, 11271.0, 11328.0, 11281.0, 11303.0, 11272.0, 11294.0, 11245.0, 11278.0, 11262.0, 11297.0, 11262.0, 11297.0, 11245.0, 11284.0, 11232.0, 11301.0, 11229.0, 11310.0, 11234.0, 11285.0, 11221.0, 11288.0, 11238.0, 11300.0, 11239.0, 11285.0, 11234.0, 11285.0, 11253.0, 11305.0, 11273.0, 11293.0, 11249.0, 11278.0, 11268.0, 11279.0, 11336.0, 11288.0, 11315.0, 11264.0, 11292.0, 11240.0, 11289.0, 11253.0, 11300.0, 11230.0, 11279.0, 11237.0, 11292.0, 11253.0, 11317.0, 11236.0, 11304.0, 11250.0, 11294.0, 11303.0, 11290.0, 11273.0, 11286.0, 11245.0, 11272.0, 11278.0, 11293.0, 11313.0, 11271.0, 11282.0, 11263.0, 11313.0, 11275.0, 11303.0, 11295.0, 11301.0, 11261.0, 11295.0, 11248.0, 11299.0, 11254.0, 11301.0, 11246.0, 11290.0, 11219.0, 11279.0, 11231.0, 11286.0, 11237.0, 11284.0, 11217.0, 11268.0, 11217.0, 11271.0, 11256.0, 11272.0, 11298.0, 11270.0, 11258.0, 11258.0, 11295.0, 11262.0, 11310.0, 11269.0, 11280.0, 11268.0, 11290.0, 11258.0, 11310.0, 11274.0, 11292.0, 11262.0, 11258.0, 11263.0, 11276.0, 11260.0, 11297.0, 11266.0, 11249.0, 11272.0, 11282.0, 11262.0, 11310.0, 11298.0, 11386.0, 11259.0, 11284.0, 11238.0, 11292.0, 11258.0, 11297.0, 11261.0, 11232.0, 11247.0, 11249.0, 11278.0, 11289.0, 11288.0, 11237.0, 11275.0, 11232.0, 11275.0, 11302.0, 11290.0, 11301.0, 11277.0, 11284.0, 11258.0, 11312.0, 11262.0, 11299.0, 11274.0, 11295.0, 11245.0, 11274.0, 11245.0, 11278.0, 11247.0, 11279.0, 11262.0, 11280.0, 11250.0, 11281.0, 11232.0, 11291.0, 11240.0, 11297.0, 11221.0, 11278.0, 11224.0, 11286.0, 11227.0, 11300.0, 11232.0, 11293.0, 11218.0, 11261.0, 11228.0, 11282.0, 11246.0, 11279.0, 11212.0, 11262.0, 11240.0, 11251.0, 11305.0, 11256.0, 11311.0, 11259.0, 11254.0, 11248.0, 11236.0, 11275.0, 11264.0, 11291.0, 11235.0, 11291.0, 11232.0, 11290.0, 11246.0, 11314.0, 11243.0, 11295.0, 11219.0, 11285.0, 11236.0, 11303.0, 11234.0, 11292.0, 11226.0, 11283.0, 11229.0, 11281.0, 11249.0, 11302.0, 11255.0, 11321.0, 11244.0, 11293.0, 11241.0, 11288.0, 11216.0, 11295.0, 11248.0, 11299.0, 11249.0, 11283.0, 11253.0, 11321.0, 11284.0, 11316.0, 11268.0, 11299.0, 11252.0, 11268.0, 11249.0, 11314.0, 11280.0, 11312.0, 11257.0, 11233.0, 11238.0, 11225.0, 11239.0, 11237.0, 11257.0, 11318.0, 11253.0, 11255.0, 11242.0, 11265.0, 11234.0, 11304.0, 11252.0, 11266.0, 11234.0, 11255.0, 11210.0, 11259.0, 11212.0, 11275.0, 11210.0, 11269.0, 11213.0, 11258.0, 11213.0, 11261.0, 11225.0, 11274.0, 11211.0, 11283.0, 11213.0, 11283.0, 11234.0, 11280.0, 11252.0, 11257.0, 11257.0, 11231.0, 11293.0, 11288.0, 11291.0, 11261.0, 11222.0, 11267.0, 11230.0, 11306.0, 11240.0, 11317.0, 11249.0, 11316.0, 11265.0, 11274.0, 11234.0, 11282.0, 11253.0, 11299.0, 11245.0, 11306.0, 11233.0, 11283.0, 11209.0, 11268.0, 11215.0, 11290.0, 11209.0, 11254.0, 11197.0, 11237.0, 11240.0, 11259.0, 11284.0, 11256.0, 11213.0, 11242.0, 11214.0, 11252.0, 11237.0, 11297.0, 11234.0, 11297.0, 11221.0, 11278.0, 11236.0, 11306.0, 11254.0, 11317.0, 11279.0, 11282.0, 11257.0, 11236.0, 11283.0, 11243.0, 11314.0, 11256.0, 11309.0, 11278.0, 11315.0, 11303.0, 11304.0, 11230.0, 11263.0, 11221.0, 11268.0, 11241.0, 11290.0, 11244.0, 11260.0, 11204.0, 11251.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.0016302412280701755</td></tr>
<tr><td colspan=3>aqi</td><td>0.04273512401315789</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.652780928572945</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3265248264434666</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9487616765093311</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>8403.7295</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10119270332259936</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.385964912280702</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4173597753045204</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369199852604783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6231128465510256</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.259766626757752</td></tr>
<tr><td colspan=3>gcor</td><td>0.00453876</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01464660931378603</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028246775269508362</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.241652056057026</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.4548</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4602</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.0132</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300218.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>992.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.4631</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1747</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>661.0194</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4480.9634</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1105.2225</td></tr>
<tr><td colspan=3>tsnr</td><td>35.57202126458287</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>