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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-02/func/sub-0031_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>872343419eac9eddd6858f8a19d9cd96</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>12:11:45.675000</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.999768, -0.0212369, -0.00355872, 0.0212913, 0.999645, 0.0160159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.134129</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7748, -7190, 499, -43, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac94ae39-5769-4a1f-a15d-5a97eba2072c||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.682304859161377, 0.05712303891777992, -0.008686798624694347, 111.3343505859375], [0.056977104395627975, 2.681974411010742, 0.043437402695417404, -90.51675415039062], [-0.009547796100378036, -0.04296940937638283, 2.699636697769165, -36.8962516784668], [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': ['121145.675000', '121146.135000', '121146.595000', '121147.055000', '121147.515000', '121147.975000', '121148.435000', '121148.895000', '121149.355000', '121149.815000', '121150.275000', '121150.735000', '121151.195000', '121151.655000', '121152.115000', '121152.575000', '121153.035000', '121153.495000', '121153.955000', '121154.415000', '121154.875000', '121155.335000', '121155.795000', '121156.255000', '121156.715000', '121157.175000', '121157.635000', '121158.095000', '121158.555000', '121159.015000', '121159.475000', '121159.935000', '121200.395000', '121200.855000', '121201.315000', '121201.775000', '121202.235000', '121202.695000', '121203.155000', '121203.615000', '121204.075000', '121204.535000', '121204.995000', '121205.455000', '121205.915000', '121206.375000', '121206.835000', '121207.295000', '121207.755000', '121208.215000', '121208.675000', '121209.135000', '121209.595000', '121210.055000', '121210.515000', '121210.975000', '121211.435000', '121211.895000', '121212.355000', '121212.815000', '121213.275000', '121213.735000', '121214.195000', '121214.655000', '121215.115000', '121215.575000', '121216.035000', '121216.495000', '121216.955000', '121217.415000', '121217.875000', '121218.335000', '121218.795000', '121219.255000', '121219.715000', '121220.175000', '121220.635000', '121221.095000', '121221.555000', '121222.015000', '121222.475000', '121222.935000', '121223.395000', '121223.855000', '121224.315000', '121224.775000', '121225.235000', '121225.695000', '121226.155000', '121226.615000', '121227.075000', '121227.535000', '121227.995000', '121228.455000', '121228.915000', '121229.375000', '121229.835000', '121230.295000', '121230.755000', '121231.215000', '121231.675000', '121232.135000', '121232.595000', '121233.055000', '121233.515000', '121233.975000', '121234.435000', '121234.895000', '121235.355000', '121235.815000', '121236.275000', '121236.735000', '121237.195000', '121237.655000', '121238.115000', '121238.575000', '121239.035000', '121239.495000', '121239.955000', '121240.415000', '121240.875000', '121241.335000', '121241.795000', '121242.255000', '121242.715000', '121243.175000', '121243.635000', '121244.095000', '121244.555000', '121245.015000', '121245.475000', '121245.935000', '121246.395000', '121246.855000', '121247.315000', '121247.775000', '121248.235000', '121248.695000', '121249.155000', '121249.615000', '121250.075000', '121250.535000', '121250.995000', '121251.455000', '121251.915000', '121252.375000', '121252.835000', '121253.295000', '121253.755000', '121254.215000', '121254.675000', '121255.135000', '121255.595000', '121256.055000', '121256.515000', '121256.975000', '121257.435000', '121257.895000', '121258.355000', '121258.815000', '121259.275000', '121259.735000', '121300.195000', '121300.655000', '121301.115000', '121301.575000', '121302.035000', '121302.495000', '121302.955000', '121303.415000', '121303.875000', '121304.335000', '121304.795000', '121305.255000', '121305.715000', '121306.175000', '121306.635000', '121307.095000', '121307.555000', '121308.015000', '121308.475000', '121308.935000', '121309.395000', '121309.855000', '121310.315000', '121310.775000', '121311.235000', '121311.695000', '121312.155000', '121312.615000', '121313.075000', '121313.535000', '121313.995000', '121314.455000', '121314.915000', '121315.375000', '121315.835000', '121316.295000', '121316.755000', '121317.215000', '121317.675000', '121318.135000', '121318.595000', '121319.055000', '121319.515000', '121319.975000', '121320.435000', '121320.895000', '121321.355000', '121321.815000', '121322.275000', '121322.735000', '121323.195000', '121323.655000', '121324.115000', '121324.575000', '121325.035000', '121325.495000', '121325.955000', '121326.415000', '121326.875000', '121327.335000', '121327.795000', '121328.255000', '121328.715000', '121329.175000', '121329.635000', '121330.095000', '121330.555000', '121331.015000', '121331.475000', '121331.935000', '121332.395000', '121332.855000', '121333.315000', '121333.775000', '121334.235000', '121334.695000', '121335.155000', '121335.615000', '121336.075000', '121336.535000', '121336.995000', '121337.455000', '121337.915000', '121338.375000', '121338.835000', '121339.295000', '121339.755000', '121340.215000', '121340.675000', '121341.135000', '121341.595000', '121342.055000', '121342.515000', '121342.975000', '121343.435000', '121343.895000', '121344.355000', '121344.815000', '121345.275000', '121345.735000', '121346.195000', '121346.655000', '121347.115000', '121347.575000', '121348.035000', '121348.495000', '121348.955000', '121349.415000', '121349.875000', '121350.335000', '121350.795000', '121351.255000', '121351.715000', '121352.175000', '121352.635000', '121353.095000', '121353.555000', '121354.015000', '121354.475000', '121354.935000', '121355.395000', '121355.855000', '121356.315000', '121356.775000', '121357.235000', '121357.695000', '121358.155000', '121358.615000', '121359.075000', '121359.535000', '121359.995000', '121400.455000', '121400.915000', '121401.375000', '121401.835000', '121402.295000', '121402.755000', '121403.215000', '121403.675000', '121404.135000', '121404.595000', '121405.055000', '121405.515000', '121405.975000', '121406.435000', '121406.895000', '121407.355000', '121407.815000', '121408.275000', '121408.735000', '121409.195000', '121409.655000', '121410.115000', '121410.575000', '121411.035000', '121411.495000', '121411.955000', '121412.415000', '121412.875000', '121413.335000', '121413.795000', '121414.255000', '121414.715000', '121415.175000', '121415.635000', '121416.095000', '121416.555000', '121417.015000', '121417.475000', '121417.935000', '121418.395000', '121418.855000', '121419.315000', '121419.775000', '121420.235000', '121420.695000', '121421.155000', '121421.615000', '121422.075000', '121422.535000', '121422.995000', '121423.455000', '121423.915000', '121424.375000', '121424.835000', '121425.295000', '121425.755000', '121426.215000', '121426.675000', '121427.135000', '121427.595000', '121428.055000', '121428.515000', '121428.975000', '121429.435000', '121429.895000', '121430.355000', '121430.815000', '121431.275000', '121431.735000', '121432.195000', '121432.655000', '121433.115000', '121433.575000', '121434.035000', '121434.495000', '121434.955000', '121435.415000', '121435.875000', '121436.335000', '121436.795000', '121437.255000', '121437.715000', '121438.175000', '121438.635000', '121439.095000', '121439.555000', '121440.015000', '121440.475000', '121440.935000', '121441.395000', '121441.855000', '121442.315000', '121442.775000', '121443.235000', '121443.695000', '121444.155000', '121444.615000', '121445.075000', '121445.535000', '121445.995000', '121446.455000', '121446.915000', '121447.375000', '121447.835000', '121448.295000', '121448.755000', '121449.215000', '121449.675000', '121450.135000', '121450.595000', '121451.055000', '121451.515000', '121451.975000', '121452.435000', '121452.895000', '121453.355000', '121453.815000', '121454.275000', '121454.735000', '121455.195000', '121455.655000', '121456.115000', '121456.575000', '121457.035000', '121457.495000', '121457.955000', '121458.415000', '121458.875000', '121459.335000', '121459.795000', '121500.255000', '121500.715000', '121501.175000', '121501.635000', '121502.095000', '121502.555000', '121503.015000', '121503.475000', '121503.935000', '121504.395000', '121504.855000', '121505.315000', '121505.775000', '121506.235000', '121506.695000', '121507.155000', '121507.615000', '121508.075000', '121508.535000', '121508.995000', '121509.455000', '121509.915000', '121510.375000', '121510.835000', '121511.295000', '121511.755000', '121512.215000', '121512.675000', '121513.135000', '121513.595000', '121514.055000', '121514.515000', '121514.975000', '121515.435000', '121515.895000', '121516.355000', '121516.815000', '121517.275000', '121517.735000', '121518.195000', '121518.655000', '121519.115000', '121519.575000', '121520.035000', '121520.495000', '121520.955000', '121521.415000', '121521.875000', '121522.335000', '121522.795000', '121523.255000', '121523.715000', '121524.175000', '121524.635000', '121525.095000', '121525.555000', '121526.015000', '121526.475000', '121526.935000', '121527.395000', '121527.855000', '121528.315000', '121528.775000', '121529.235000', '121529.695000', '121530.155000', '121530.615000', '121531.075000', '121531.535000', '121531.995000', '121532.455000', '121532.915000', '121533.375000', '121533.835000', '121534.295000', '121534.755000', '121535.215000', '121535.675000', '121536.135000', '121536.595000', '121537.055000', '121537.515000', '121537.975000', '121538.435000', '121538.895000', '121539.355000', '121539.815000', '121540.275000', '121540.735000', '121541.195000', '121541.655000', '121542.115000', '121542.575000', '121543.035000', '121543.495000', '121543.955000', '121544.415000', '121544.875000', '121545.335000', '121545.795000', '121546.255000', '121546.715000', '121547.175000', '121547.635000', '121548.095000', '121548.555000', '121549.015000', '121549.475000', '121549.935000', '121550.395000', '121550.855000', '121551.315000', '121551.775000', '121552.235000', '121552.695000', '121553.155000', '121553.615000', '121554.075000', '121554.535000', '121554.995000', '121555.455000', '121555.915000', '121556.375000', '121556.835000', '121557.295000', '121557.755000', '121558.215000', '121558.675000', '121559.135000', '121559.595000', '121600.055000', '121600.515000', '121600.975000', '121601.435000', '121601.895000', '121602.355000', '121602.815000', '121603.275000', '121603.735000', '121604.195000', '121604.655000', '121605.115000', '121605.575000', '121606.035000', '121606.495000', '121606.955000', '121607.415000', '121607.875000', '121608.335000', '121608.795000', '121609.255000', '121609.715000', '121610.175000', '121610.635000', '121611.095000', '121611.555000', '121612.015000', '121612.475000', '121612.935000', '121613.395000', '121613.855000', '121614.315000', '121614.775000', '121615.235000', '121615.695000', '121616.155000', '121616.615000', '121617.075000', '121617.535000', '121617.995000', '121618.455000', '121618.915000', '121619.375000', '121619.835000', '121620.295000', '121620.755000', '121621.215000', '121621.675000', '121622.135000', '121622.595000', '121623.055000', '121623.515000', '121623.975000', '121624.435000', '121624.895000', '121625.355000', '121625.815000', '121626.275000', '121626.735000', '121627.195000', '121627.655000', '121628.115000', '121628.575000', '121629.035000', '121629.495000', '121629.955000', '121630.415000', '121630.875000', '121631.335000', '121631.795000', '121632.255000', '121632.715000', '121633.175000', '121633.635000', '121634.095000', '121634.555000', '121635.015000', '121635.475000', '121635.935000', '121636.395000', '121636.855000', '121637.315000', '121637.775000', '121638.235000', '121638.695000', '121639.155000', '121639.615000', '121640.075000', '121640.535000', '121640.995000', '121641.455000', '121641.915000', '121642.375000', '121642.835000', '121643.295000', '121643.755000', '121644.215000', '121644.675000', '121645.135000', '121645.595000', '121646.055000', '121646.515000', '121646.975000', '121647.435000', '121647.895000', '121648.355000', '121648.815000', '121649.275000', '121649.735000', '121650.195000', '121650.655000', '121651.115000', '121651.575000', '121652.035000', '121652.495000', '121652.955000', '121653.415000', '121653.875000', '121654.335000', '121654.795000', '121655.255000', '121655.715000', '121656.175000', '121656.635000', '121657.095000', '121657.555000', '121658.015000', '121658.475000', '121658.935000', '121659.395000', '121659.855000', '121700.315000', '121700.775000', '121701.235000', '121701.695000', '121702.155000', '121702.615000', '121703.075000', '121703.535000', '121703.995000', '121704.455000', '121704.915000', '121705.375000', '121705.835000', '121706.295000', '121706.755000', '121707.215000', '121707.675000', '121708.135000', '121708.595000', '121709.055000', '121709.515000', '121709.975000', '121710.435000', '121710.895000', '121711.355000', '121711.815000', '121712.275000', '121712.735000', '121713.195000', '121713.655000', '121714.115000', '121714.575000', '121715.035000', '121715.495000', '121715.955000', '121716.415000', '121716.875000', '121717.335000', '121717.795000', '121718.255000', '121718.715000', '121719.175000', '121719.635000', '121720.095000', '121720.555000', '121721.015000', '121721.475000', '121721.935000', '121722.395000', '121722.855000', '121723.315000', '121723.775000', '121724.235000', '121724.695000', '121725.155000', '121725.615000', '121726.075000', '121726.535000', '121726.995000', '121727.455000', '121727.915000', '121728.375000', '121728.835000', '121729.295000', '121729.755000', '121730.215000', '121730.675000', '121731.135000', '121731.595000', '121732.055000', '121732.515000', '121732.975000', '121733.435000', '121733.895000', '121734.355000', '121734.815000', '121735.275000', '121735.735000', '121736.195000', '121736.655000', '121737.115000', '121737.575000', '121738.035000', '121738.495000', '121738.955000', '121739.415000', '121739.875000', '121740.335000', '121740.795000', '121741.255000', '121741.715000', '121742.175000', '121742.635000', '121743.095000', '121743.555000', '121744.015000', '121744.475000', '121744.935000', '121745.395000', '121745.855000', '121746.315000', '121746.775000', '121747.235000', '121747.695000', '121748.155000', '121748.615000', '121749.075000', '121749.535000', '121749.995000', '121750.455000', '121750.915000', '121751.375000', '121751.835000', '121752.295000', '121752.755000', '121753.215000', '121753.675000', '121754.135000', '121754.595000', '121755.055000', '121755.515000', '121755.975000', '121756.435000', '121756.895000', '121757.355000', '121757.815000', '121758.275000', '121758.735000', '121759.195000', '121759.655000', '121800.115000', '121800.575000', '121801.035000', '121801.495000', '121801.955000', '121802.415000', '121802.875000', '121803.335000', '121803.795000', '121804.255000', '121804.715000', '121805.175000', '121805.635000', '121806.095000', '121806.555000', '121807.015000', '121807.475000', '121807.935000', '121808.395000', '121808.855000', '121809.315000', '121809.775000', '121810.235000', '121810.695000', '121811.155000', '121811.615000', '121812.075000', '121812.535000', '121812.995000', '121813.455000', '121813.915000', '121814.375000', '121814.835000', '121815.295000', '121815.755000', '121816.215000', '121816.675000', '121817.135000', '121817.595000', '121818.055000', '121818.515000', '121818.975000', '121819.435000', '121819.895000', '121820.355000', '121820.815000', '121821.275000', '121821.735000', '121822.195000', '121822.655000', '121823.115000', '121823.575000', '121824.035000', '121824.495000', '121824.955000', '121825.415000', '121825.875000', '121826.335000', '121826.795000', '121827.255000', '121827.715000', '121828.175000', '121828.635000', '121829.095000', '121829.555000', '121830.015000', '121830.475000', '121830.935000', '121831.395000', '121831.855000', '121832.315000', '121832.775000', '121833.235000', '121833.695000', '121834.155000', '121834.615000', '121835.075000', '121835.535000', '121835.995000', '121836.455000', '121836.915000', '121837.375000', '121837.835000', '121838.295000', '121838.755000', '121839.215000', '121839.675000', '121840.135000', '121840.595000', '121841.055000', '121841.515000', '121841.975000', '121842.435000', '121842.895000', '121843.355000', '121843.815000', '121844.275000', '121844.735000', '121845.195000', '121845.655000'], 'ContentTime': ['121158.311000', '121158.315000', '121158.318000', '121158.322000', '121158.324000', '121158.327000', '121158.330000', '121158.333000', '121158.336000', '121158.346000', '121158.349000', '121158.352000', '121158.355000', '121158.358000', '121158.361000', '121158.364000', '121158.367000', '121158.370000', '121158.373000', '121158.376000', '121158.379000', '121158.382000', '121158.386000', '121158.389000', '121158.392000', '121158.395000', '121218.267000', '121218.270000', '121218.273000', '121218.275000', '121218.278000', '121218.281000', '121218.284000', '121218.287000', '121218.289000', '121218.292000', '121218.295000', '121218.298000', '121218.301000', '121218.304000', '121218.306000', '121218.309000', '121218.312000', '121218.315000', '121218.318000', '121218.321000', '121218.324000', '121218.326000', '121218.329000', '121218.332000', '121218.335000', '121218.338000', '121218.341000', '121218.343000', '121218.346000', '121218.349000', '121218.352000', '121218.355000', '121218.362000', '121218.364000', '121218.367000', '121218.370000', '121218.373000', '121218.376000', '121218.379000', '121218.381000', '121218.384000', '121218.387000', '121218.390000', '121218.393000', '121238.267000', '121238.270000', '121238.273000', '121238.276000', '121238.278000', '121238.281000', '121238.284000', '121238.287000', '121238.290000', '121238.292000', '121238.295000', '121238.298000', '121238.301000', '121238.304000', '121238.307000', '121238.310000', '121238.312000', '121238.315000', '121238.318000', '121238.321000', '121238.324000', '121238.327000', '121238.329000', '121238.332000', '121238.335000', '121238.338000', '121238.341000', '121238.344000', '121238.347000', '121238.349000', '121238.352000', '121238.355000', '121238.358000', '121238.371000', '121238.373000', '121238.376000', '121238.379000', '121238.382000', '121238.385000', '121238.387000', '121238.390000', '121238.393000', '121238.396000', '121258.267000', '121258.270000', '121258.273000', '121258.275000', '121258.278000', '121258.281000', '121258.284000', '121258.287000', '121258.290000', '121258.292000', '121258.295000', '121258.298000', '121258.301000', '121258.304000', '121258.307000', '121258.310000', '121258.313000', '121258.315000', '121258.318000', '121258.321000', '121258.324000', '121258.327000', '121258.330000', '121258.332000', '121258.335000', '121258.338000', '121258.341000', '121258.344000', '121258.347000', '121258.350000', '121258.352000', '121258.355000', '121258.358000', '121258.361000', '121258.364000', '121258.366000', '121258.369000', '121258.372000', '121258.375000', '121258.378000', '121258.381000', '121258.384000', '121258.401000', '121258.404000', '121318.267000', '121318.270000', '121318.273000', '121318.276000', '121318.279000', '121318.281000', '121318.284000', '121318.287000', '121318.290000', '121318.293000', '121318.296000', '121318.298000', '121318.301000', '121318.304000', '121318.307000', '121318.310000', '121318.313000', '121318.316000', '121318.319000', '121318.321000', '121318.324000', '121318.327000', '121318.330000', '121318.333000', '121318.336000', '121318.338000', '121318.341000', '121318.344000', '121318.347000', '121318.350000', '121318.353000', '121318.356000', '121318.359000', '121318.361000', '121318.364000', '121318.367000', '121318.370000', '121318.373000', '121318.375000', '121318.378000', '121318.381000', '121318.384000', '121318.387000', '121338.267000', '121338.270000', '121338.273000', '121338.276000', '121338.279000', '121338.282000', '121338.285000', '121338.288000', '121338.290000', '121338.293000', '121338.296000', '121338.299000', '121338.302000', '121338.305000', '121338.308000', '121338.310000', '121338.313000', '121338.316000', '121338.319000', '121338.322000', '121338.325000', '121338.328000', '121338.330000', '121338.333000', '121338.336000', '121338.339000', '121338.342000', '121338.345000', '121338.348000', '121338.350000', '121338.353000', '121338.356000', '121338.359000', '121338.362000', '121338.365000', '121338.368000', '121338.370000', '121338.373000', '121338.376000', '121338.379000', '121338.382000', '121338.385000', '121338.387000', '121358.266000', '121358.269000', '121358.272000', '121358.275000', '121358.278000', '121358.280000', '121358.283000', '121358.286000', '121358.289000', '121358.292000', '121358.295000', '121358.298000', '121358.300000', '121358.303000', '121358.306000', '121358.309000', '121358.312000', '121358.315000', '121358.318000', '121358.321000', '121358.324000', '121358.327000', '121358.329000', '121358.332000', '121358.335000', '121358.338000', '121358.341000', '121358.344000', '121358.346000', '121358.349000', '121358.352000', '121358.355000', '121358.358000', '121358.361000', '121358.364000', '121358.367000', '121358.369000', '121358.372000', '121358.375000', '121358.378000', '121358.381000', '121358.384000', '121358.387000', '121358.390000', '121418.266000', '121418.269000', '121418.272000', '121418.275000', '121418.278000', '121418.281000', '121418.284000', '121418.286000', '121418.291000', '121418.296000', '121418.299000', '121418.302000', '121418.304000', '121418.307000', '121418.310000', '121418.313000', '121418.316000', '121418.319000', '121418.322000', '121418.325000', '121418.327000', '121418.330000', '121418.333000', '121418.336000', '121418.339000', '121418.342000', '121418.345000', '121418.348000', '121418.350000', '121418.353000', '121418.356000', '121418.359000', '121418.362000', '121418.365000', '121418.367000', '121418.370000', '121418.373000', '121418.376000', '121418.379000', '121418.382000', '121418.385000', '121418.387000', '121418.390000', '121438.267000', '121438.270000', '121438.273000', '121438.275000', '121438.278000', '121438.281000', '121438.284000', '121438.287000', '121438.290000', '121438.293000', '121438.296000', '121438.298000', '121438.301000', '121438.304000', '121438.307000', '121438.310000', '121438.313000', '121438.316000', '121438.318000', '121438.321000', '121438.324000', '121438.327000', '121438.330000', '121438.343000', '121438.346000', '121438.349000', '121438.352000', '121438.355000', '121438.358000', '121438.361000', '121438.363000', '121438.366000', '121438.369000', '121438.372000', '121438.375000', '121438.378000', '121438.381000', '121438.383000', '121438.386000', '121438.389000', '121438.392000', '121438.395000', '121438.398000', '121438.401000', '121458.267000', '121458.270000', '121458.273000', '121458.276000', '121458.279000', '121458.281000', '121458.284000', '121458.287000', '121458.290000', '121458.293000', '121458.296000', '121458.299000', '121458.302000', '121458.305000', '121458.307000', '121458.310000', '121458.313000', '121458.316000', '121458.319000', '121458.322000', '121458.325000', '121458.328000', '121458.331000', '121458.334000', '121458.337000', '121458.339000', '121458.342000', '121458.345000', '121458.348000', '121458.351000', '121458.354000', '121458.357000', '121458.360000', '121458.362000', '121458.365000', '121458.368000', '121458.371000', '121458.374000', '121458.377000', '121458.380000', '121458.383000', '121458.386000', '121458.388000', '121518.267000', '121518.270000', '121518.273000', '121518.276000', '121518.279000', '121518.281000', '121518.284000', '121518.287000', '121518.290000', '121518.293000', '121518.296000', '121518.299000', '121518.302000', '121518.304000', '121518.307000', '121518.310000', '121518.313000', '121518.316000', '121518.319000', '121518.322000', '121518.325000', '121518.328000', '121518.331000', '121518.334000', '121518.336000', '121518.339000', '121518.342000', '121518.345000', '121518.348000', '121518.351000', '121518.354000', '121518.357000', '121518.359000', '121518.362000', '121518.365000', '121518.368000', '121518.371000', '121518.374000', '121518.377000', '121518.379000', '121518.382000', '121518.385000', '121518.388000', '121518.391000', '121538.267000', '121538.270000', '121538.273000', '121538.276000', '121538.279000', '121538.281000', '121538.284000', '121538.287000', '121538.290000', '121538.293000', '121538.296000', '121538.299000', '121538.301000', '121538.304000', '121538.307000', '121538.310000', '121538.313000', '121538.316000', '121538.319000', '121538.322000', '121538.325000', '121538.328000', '121538.332000', '121538.335000', '121538.337000', '121538.340000', '121538.343000', '121538.346000', '121538.349000', '121538.352000', '121538.355000', '121538.358000', '121538.360000', '121538.363000', '121538.366000', '121538.369000', '121538.372000', '121538.375000', '121538.378000', '121538.380000', '121538.383000', '121538.386000', '121538.389000', '121558.267000', '121558.270000', '121558.273000', '121558.276000', '121558.279000', '121558.281000', '121558.284000', '121558.287000', '121558.290000', '121558.293000', '121558.296000', '121558.299000', '121558.302000', '121558.305000', '121558.308000', '121558.311000', '121558.313000', '121558.316000', '121558.319000', '121558.322000', '121558.325000', '121558.328000', '121558.331000', '121558.334000', '121558.336000', '121558.339000', '121558.342000', '121558.345000', '121558.348000', '121558.351000', '121558.354000', '121558.357000', '121558.359000', '121558.362000', '121558.365000', '121558.368000', '121558.371000', '121558.374000', '121558.377000', '121558.379000', '121558.382000', '121558.385000', '121558.388000', '121558.391000', '121618.266000', '121618.269000', '121618.272000', '121618.275000', '121618.287000', '121618.290000', '121618.293000', '121618.296000', '121618.299000', '121618.302000', '121618.305000', '121618.308000', '121618.311000', '121618.313000', '121618.316000', '121618.319000', '121618.322000', '121618.325000', '121618.328000', '121618.331000', '121618.334000', '121618.336000', '121618.339000', '121618.342000', '121618.345000', '121618.348000', '121618.351000', '121618.354000', '121618.357000', '121618.360000', '121618.363000', '121618.366000', '121618.369000', '121618.372000', '121618.375000', '121618.378000', '121618.381000', '121618.384000', '121618.386000', '121618.389000', '121618.392000', '121618.395000', '121618.398000', '121638.266000', '121638.269000', '121638.272000', '121638.275000', '121638.278000', '121638.281000', '121638.283000', '121638.286000', '121638.289000', '121638.292000', '121638.295000', '121638.298000', '121638.300000', '121638.303000', '121638.306000', '121638.309000', '121638.312000', '121638.315000', '121638.318000', '121638.321000', '121638.324000', '121638.326000', '121638.329000', '121638.332000', '121638.335000', '121638.338000', '121638.341000', '121638.343000', '121638.346000', '121638.349000', '121638.352000', '121638.355000', '121638.358000', '121638.361000', '121638.363000', '121638.366000', '121638.369000', '121638.372000', '121638.375000', '121638.378000', '121638.381000', '121638.384000', '121638.386000', '121638.389000', '121658.267000', '121658.270000', '121658.273000', '121658.276000', '121658.279000', '121658.282000', '121658.285000', '121658.288000', '121658.290000', '121658.293000', '121658.297000', '121658.300000', '121658.303000', '121658.306000', '121658.309000', '121658.312000', '121658.315000', '121658.318000', '121658.320000', '121658.323000', '121658.326000', '121658.329000', '121658.332000', '121658.335000', '121658.338000', '121658.340000', '121658.343000', '121658.346000', '121658.349000', '121658.352000', '121658.355000', '121658.358000', '121658.361000', '121658.364000', '121658.367000', '121658.370000', '121658.373000', '121658.376000', '121658.379000', '121658.381000', '121658.384000', '121658.387000', '121658.390000', '121718.267000', '121718.270000', '121718.273000', '121718.276000', '121718.279000', '121718.282000', '121718.284000', '121718.287000', '121718.290000', '121718.293000', '121718.296000', '121718.299000', '121718.302000', '121718.305000', '121718.307000', '121718.310000', '121718.313000', '121718.316000', '121718.319000', '121718.322000', '121718.325000', '121718.328000', '121718.331000', '121718.333000', '121718.336000', '121718.339000', '121718.342000', '121718.345000', '121718.348000', '121718.351000', '121718.354000', '121718.357000', '121718.359000', '121718.362000', '121718.365000', '121718.368000', '121718.371000', '121718.374000', '121718.377000', '121718.380000', '121718.383000', '121718.385000', '121718.388000', '121718.391000', '121738.267000', '121738.270000', '121738.273000', '121738.276000', '121738.279000', '121738.282000', '121738.286000', '121738.289000', '121738.292000', '121738.295000', '121738.298000', '121738.301000', '121738.304000', '121738.306000', '121738.309000', '121738.312000', '121738.315000', '121738.318000', '121738.321000', '121738.324000', '121738.327000', '121738.329000', '121738.332000', '121738.335000', '121738.338000', '121738.341000', '121738.344000', '121738.346000', '121738.349000', '121738.365000', '121738.368000', '121738.370000', '121738.373000', '121738.376000', '121738.379000', '121738.383000', '121738.388000', '121738.391000', '121738.394000', '121738.396000', '121738.399000', '121738.402000', '121738.405000', '121758.267000', '121758.270000', '121758.273000', '121758.276000', '121758.279000', '121758.282000', '121758.284000', '121758.287000', '121758.290000', '121758.293000', '121758.296000', '121758.299000', '121758.302000', '121758.304000', '121758.307000', '121758.310000', '121758.313000', '121758.316000', '121758.319000', '121758.322000', '121758.325000', '121758.328000', '121758.330000', '121758.333000', '121758.336000', '121758.339000', '121758.342000', '121758.345000', '121758.348000', '121758.350000', '121758.353000', '121758.356000', '121758.359000', '121758.362000', '121758.365000', '121758.368000', '121758.370000', '121758.373000', '121758.376000', '121758.379000', '121758.382000', '121758.385000', '121758.388000', '121758.391000', '121818.267000', '121818.270000', '121818.273000', '121818.276000', '121818.279000', '121818.282000', '121818.284000', '121818.287000', '121818.290000', '121818.293000', '121818.296000', '121818.299000', '121818.302000', '121818.305000', '121818.307000', '121818.310000', '121818.313000', '121818.316000', '121818.319000', '121818.322000', '121818.325000', '121818.328000', '121818.331000', '121818.334000', '121818.337000', '121818.340000', '121818.343000', '121818.346000', '121818.349000', '121818.352000', '121818.355000', '121818.358000', '121818.361000', '121818.364000', '121818.366000', '121818.369000', '121818.372000', '121818.375000', '121818.378000', '121818.381000', '121818.384000', '121818.386000', '121818.389000', '121838.266000', '121838.269000', '121838.272000', '121838.275000', '121838.277000', '121838.280000', '121838.283000', '121838.286000', '121838.289000', '121838.292000', '121838.295000', '121838.297000', '121838.300000', '121838.303000', '121838.306000', '121838.309000', '121838.312000', '121838.315000', '121838.318000', '121838.321000', '121838.324000', '121838.326000', '121838.329000', '121838.332000', '121838.335000', '121838.338000', '121838.341000', '121838.344000', '121838.347000', '121838.349000', '121838.352000', '121838.355000', '121838.358000', '121838.361000', '121838.364000', '121838.367000', '121838.369000', '121838.372000', '121838.375000', '121838.378000', '121838.381000', '121838.384000', '121838.387000', '121838.390000', '121846.521000', '121846.524000', '121846.527000', '121846.530000', '121846.533000', '121846.536000', '121846.539000', '121846.543000', '121846.546000', '121846.549000', '121846.552000', '121846.555000', '121846.558000', '121846.561000', '121846.563000', '121846.566000', '121846.569000', '121846.572000'], 'InstanceCreationTime': ['121158.311000', '121158.315000', '121158.318000', '121158.322000', '121158.324000', '121158.327000', '121158.330000', '121158.333000', '121158.336000', '121158.346000', '121158.349000', '121158.352000', '121158.355000', '121158.358000', '121158.361000', '121158.364000', '121158.367000', '121158.370000', '121158.373000', '121158.376000', '121158.379000', '121158.382000', '121158.386000', '121158.389000', '121158.392000', '121158.395000', '121218.267000', '121218.270000', '121218.273000', '121218.275000', '121218.278000', '121218.281000', '121218.284000', '121218.287000', '121218.289000', '121218.292000', '121218.295000', '121218.298000', '121218.301000', '121218.304000', '121218.306000', '121218.309000', '121218.312000', '121218.315000', '121218.318000', '121218.321000', '121218.324000', '121218.326000', '121218.329000', '121218.332000', '121218.335000', '121218.338000', '121218.341000', '121218.343000', '121218.346000', '121218.349000', '121218.352000', '121218.355000', '121218.362000', '121218.364000', '121218.367000', '121218.370000', '121218.373000', '121218.376000', '121218.379000', '121218.381000', '121218.384000', '121218.387000', '121218.390000', '121218.393000', '121238.267000', '121238.270000', '121238.273000', '121238.276000', '121238.278000', '121238.281000', '121238.284000', '121238.287000', '121238.290000', '121238.292000', '121238.295000', '121238.298000', '121238.301000', '121238.304000', '121238.307000', '121238.310000', '121238.312000', '121238.315000', '121238.318000', '121238.321000', '121238.324000', '121238.327000', '121238.329000', '121238.332000', '121238.335000', '121238.338000', '121238.341000', '121238.344000', '121238.347000', '121238.349000', '121238.352000', '121238.355000', '121238.358000', '121238.371000', '121238.373000', '121238.376000', '121238.379000', '121238.382000', '121238.385000', '121238.387000', '121238.390000', '121238.393000', '121238.396000', '121258.267000', '121258.270000', '121258.273000', '121258.275000', '121258.278000', '121258.281000', '121258.284000', '121258.287000', '121258.290000', '121258.292000', '121258.295000', '121258.298000', '121258.301000', '121258.304000', '121258.307000', '121258.310000', '121258.313000', '121258.315000', '121258.318000', '121258.321000', '121258.324000', '121258.327000', '121258.330000', '121258.332000', '121258.335000', '121258.338000', '121258.341000', '121258.344000', '121258.347000', '121258.350000', '121258.352000', '121258.355000', '121258.358000', '121258.361000', '121258.364000', '121258.366000', '121258.369000', '121258.372000', '121258.375000', '121258.378000', '121258.381000', '121258.384000', '121258.401000', '121258.404000', '121318.267000', '121318.270000', '121318.273000', '121318.276000', '121318.279000', '121318.281000', '121318.284000', '121318.287000', '121318.290000', '121318.293000', '121318.296000', '121318.298000', '121318.301000', '121318.304000', '121318.307000', '121318.310000', '121318.313000', '121318.316000', '121318.319000', '121318.321000', '121318.324000', '121318.327000', '121318.330000', '121318.333000', '121318.336000', '121318.338000', '121318.341000', '121318.344000', '121318.347000', '121318.350000', '121318.353000', '121318.356000', '121318.359000', '121318.361000', '121318.364000', '121318.367000', '121318.370000', '121318.373000', '121318.375000', '121318.378000', '121318.381000', '121318.384000', '121318.387000', '121338.267000', '121338.270000', '121338.273000', '121338.276000', '121338.279000', '121338.282000', '121338.285000', '121338.288000', '121338.290000', '121338.293000', '121338.296000', '121338.299000', '121338.302000', '121338.305000', '121338.308000', '121338.310000', '121338.313000', '121338.316000', '121338.319000', '121338.322000', '121338.325000', '121338.328000', '121338.330000', '121338.333000', '121338.336000', '121338.339000', '121338.342000', '121338.345000', '121338.348000', '121338.350000', '121338.353000', '121338.356000', '121338.359000', '121338.362000', '121338.365000', '121338.368000', '121338.370000', '121338.373000', '121338.376000', '121338.379000', '121338.382000', '121338.385000', '121338.387000', '121358.266000', '121358.269000', '121358.272000', '121358.275000', '121358.278000', '121358.280000', '121358.283000', '121358.286000', '121358.289000', '121358.292000', '121358.295000', '121358.298000', '121358.300000', '121358.303000', '121358.306000', '121358.309000', '121358.312000', '121358.315000', '121358.318000', '121358.321000', '121358.324000', '121358.327000', '121358.329000', '121358.332000', '121358.335000', '121358.338000', '121358.341000', '121358.344000', '121358.346000', '121358.349000', '121358.352000', '121358.355000', '121358.358000', '121358.361000', '121358.364000', '121358.367000', '121358.369000', '121358.372000', '121358.375000', '121358.378000', '121358.381000', '121358.384000', '121358.387000', '121358.390000', '121418.266000', '121418.269000', '121418.272000', '121418.275000', '121418.278000', '121418.281000', '121418.284000', '121418.286000', '121418.291000', '121418.296000', '121418.299000', '121418.302000', '121418.304000', '121418.307000', '121418.310000', '121418.313000', '121418.316000', '121418.319000', '121418.322000', '121418.325000', '121418.327000', '121418.330000', '121418.333000', '121418.336000', '121418.339000', '121418.342000', '121418.345000', '121418.348000', '121418.350000', '121418.353000', '121418.356000', '121418.359000', '121418.362000', '121418.365000', '121418.367000', '121418.370000', '121418.373000', '121418.376000', '121418.379000', '121418.382000', '121418.385000', '121418.387000', '121418.390000', '121438.267000', '121438.270000', '121438.273000', '121438.275000', '121438.278000', '121438.281000', '121438.284000', '121438.287000', '121438.290000', '121438.293000', '121438.296000', '121438.298000', '121438.301000', '121438.304000', '121438.307000', '121438.310000', '121438.313000', '121438.316000', '121438.318000', '121438.321000', '121438.324000', '121438.327000', '121438.330000', '121438.343000', '121438.346000', '121438.349000', '121438.352000', '121438.355000', '121438.358000', '121438.361000', '121438.363000', '121438.366000', '121438.369000', '121438.372000', '121438.375000', '121438.378000', '121438.381000', '121438.383000', '121438.386000', '121438.389000', '121438.392000', '121438.395000', '121438.398000', '121438.401000', '121458.267000', '121458.270000', '121458.273000', '121458.276000', '121458.279000', '121458.281000', '121458.284000', '121458.287000', '121458.290000', '121458.293000', '121458.296000', '121458.299000', '121458.302000', '121458.305000', '121458.307000', '121458.310000', '121458.313000', '121458.316000', '121458.319000', '121458.322000', '121458.325000', '121458.328000', '121458.331000', '121458.334000', '121458.337000', '121458.339000', '121458.342000', '121458.345000', '121458.348000', '121458.351000', '121458.354000', '121458.357000', '121458.360000', '121458.362000', '121458.365000', '121458.368000', '121458.371000', '121458.374000', '121458.377000', '121458.380000', '121458.383000', '121458.386000', '121458.388000', '121518.267000', '121518.270000', '121518.273000', '121518.276000', '121518.279000', '121518.281000', '121518.284000', '121518.287000', '121518.290000', '121518.293000', '121518.296000', '121518.299000', '121518.302000', '121518.304000', '121518.307000', '121518.310000', '121518.313000', '121518.316000', '121518.319000', '121518.322000', '121518.325000', '121518.328000', '121518.331000', '121518.334000', '121518.336000', '121518.339000', '121518.342000', '121518.345000', '121518.348000', '121518.351000', '121518.354000', '121518.357000', '121518.359000', '121518.362000', '121518.365000', '121518.368000', '121518.371000', '121518.374000', '121518.377000', '121518.379000', '121518.382000', '121518.385000', '121518.388000', '121518.391000', '121538.267000', '121538.270000', '121538.273000', '121538.276000', '121538.279000', '121538.281000', '121538.284000', '121538.287000', '121538.290000', '121538.293000', '121538.296000', '121538.299000', '121538.301000', '121538.304000', '121538.307000', '121538.310000', '121538.313000', '121538.316000', '121538.319000', '121538.322000', '121538.325000', '121538.328000', '121538.332000', '121538.335000', '121538.337000', '121538.340000', '121538.343000', '121538.346000', '121538.349000', '121538.352000', '121538.355000', '121538.358000', '121538.360000', '121538.363000', '121538.366000', '121538.369000', '121538.372000', '121538.375000', '121538.378000', '121538.380000', '121538.383000', '121538.386000', '121538.389000', '121558.267000', '121558.270000', '121558.273000', '121558.276000', '121558.279000', '121558.281000', '121558.284000', '121558.287000', '121558.290000', '121558.293000', '121558.296000', '121558.299000', '121558.302000', '121558.305000', '121558.308000', '121558.311000', '121558.313000', '121558.316000', '121558.319000', '121558.322000', '121558.325000', '121558.328000', '121558.331000', '121558.334000', '121558.336000', '121558.339000', '121558.342000', '121558.345000', '121558.348000', '121558.351000', '121558.354000', '121558.357000', '121558.359000', '121558.362000', '121558.365000', '121558.368000', '121558.371000', '121558.374000', '121558.377000', '121558.379000', '121558.382000', '121558.385000', '121558.388000', '121558.391000', '121618.266000', '121618.269000', '121618.272000', '121618.275000', '121618.287000', '121618.290000', '121618.293000', '121618.296000', '121618.299000', '121618.302000', '121618.305000', '121618.308000', '121618.311000', '121618.313000', '121618.316000', '121618.319000', '121618.322000', '121618.325000', '121618.328000', '121618.331000', '121618.334000', '121618.336000', '121618.339000', '121618.342000', '121618.345000', '121618.348000', '121618.351000', '121618.354000', '121618.357000', '121618.360000', '121618.363000', '121618.366000', '121618.369000', '121618.372000', '121618.375000', '121618.378000', '121618.381000', '121618.384000', '121618.386000', '121618.389000', '121618.392000', '121618.395000', '121618.398000', '121638.266000', '121638.269000', '121638.272000', '121638.275000', '121638.278000', '121638.281000', '121638.283000', '121638.286000', '121638.289000', '121638.292000', '121638.295000', '121638.298000', '121638.300000', '121638.303000', '121638.306000', '121638.309000', '121638.312000', '121638.315000', '121638.318000', '121638.321000', '121638.324000', '121638.326000', '121638.329000', '121638.332000', '121638.335000', '121638.338000', '121638.341000', '121638.343000', '121638.346000', '121638.349000', '121638.352000', '121638.355000', '121638.358000', '121638.361000', '121638.363000', '121638.366000', '121638.369000', '121638.372000', '121638.375000', '121638.378000', '121638.381000', '121638.384000', '121638.386000', '121638.389000', '121658.267000', '121658.270000', '121658.273000', '121658.276000', '121658.279000', '121658.282000', '121658.285000', '121658.288000', '121658.290000', '121658.293000', '121658.297000', '121658.300000', '121658.303000', '121658.306000', '121658.309000', '121658.312000', '121658.315000', '121658.318000', '121658.320000', '121658.323000', '121658.326000', '121658.329000', '121658.332000', '121658.335000', '121658.338000', '121658.340000', '121658.343000', '121658.346000', '121658.349000', '121658.352000', '121658.355000', '121658.358000', '121658.361000', '121658.364000', '121658.367000', '121658.370000', '121658.373000', '121658.376000', '121658.379000', '121658.381000', '121658.384000', '121658.387000', '121658.390000', '121718.267000', '121718.270000', '121718.273000', '121718.276000', '121718.279000', '121718.282000', '121718.284000', '121718.287000', '121718.290000', '121718.293000', '121718.296000', '121718.299000', '121718.302000', '121718.305000', '121718.307000', '121718.310000', '121718.313000', '121718.316000', '121718.319000', '121718.322000', '121718.325000', '121718.328000', '121718.331000', '121718.333000', '121718.336000', '121718.339000', '121718.342000', '121718.345000', '121718.348000', '121718.351000', '121718.354000', '121718.357000', '121718.359000', '121718.362000', '121718.365000', '121718.368000', '121718.371000', '121718.374000', '121718.377000', '121718.380000', '121718.383000', '121718.385000', '121718.388000', '121718.391000', '121738.267000', '121738.270000', '121738.273000', '121738.276000', '121738.279000', '121738.282000', '121738.286000', '121738.289000', '121738.292000', '121738.295000', '121738.298000', '121738.301000', '121738.304000', '121738.306000', '121738.309000', '121738.312000', '121738.315000', '121738.318000', '121738.321000', '121738.324000', '121738.327000', '121738.329000', '121738.332000', '121738.335000', '121738.338000', '121738.341000', '121738.344000', '121738.346000', '121738.349000', '121738.365000', '121738.368000', '121738.370000', '121738.373000', '121738.376000', '121738.379000', '121738.383000', '121738.388000', '121738.391000', '121738.394000', '121738.396000', '121738.399000', '121738.402000', '121738.405000', '121758.267000', '121758.270000', '121758.273000', '121758.276000', '121758.279000', '121758.282000', '121758.284000', '121758.287000', '121758.290000', '121758.293000', '121758.296000', '121758.299000', '121758.302000', '121758.304000', '121758.307000', '121758.310000', '121758.313000', '121758.316000', '121758.319000', '121758.322000', '121758.325000', '121758.328000', '121758.330000', '121758.333000', '121758.336000', '121758.339000', '121758.342000', '121758.345000', '121758.348000', '121758.350000', '121758.353000', '121758.356000', '121758.359000', '121758.362000', '121758.365000', '121758.368000', '121758.370000', '121758.373000', '121758.376000', '121758.379000', '121758.382000', '121758.385000', '121758.388000', '121758.391000', '121818.267000', '121818.270000', '121818.273000', '121818.276000', '121818.279000', '121818.282000', '121818.284000', '121818.287000', '121818.290000', '121818.293000', '121818.296000', '121818.299000', '121818.302000', '121818.305000', '121818.307000', '121818.310000', '121818.313000', '121818.316000', '121818.319000', '121818.322000', '121818.325000', '121818.328000', '121818.331000', '121818.334000', '121818.337000', '121818.340000', '121818.343000', '121818.346000', '121818.349000', '121818.352000', '121818.355000', '121818.358000', '121818.361000', '121818.364000', '121818.366000', '121818.369000', '121818.372000', '121818.375000', '121818.378000', '121818.381000', '121818.384000', '121818.386000', '121818.389000', '121838.266000', '121838.269000', '121838.272000', '121838.275000', '121838.277000', '121838.280000', '121838.283000', '121838.286000', '121838.289000', '121838.292000', '121838.295000', '121838.297000', '121838.300000', '121838.303000', '121838.306000', '121838.309000', '121838.312000', '121838.315000', '121838.318000', '121838.321000', '121838.324000', '121838.326000', '121838.329000', '121838.332000', '121838.335000', '121838.338000', '121838.341000', '121838.344000', '121838.347000', '121838.349000', '121838.352000', '121838.355000', '121838.358000', '121838.361000', '121838.364000', '121838.367000', '121838.369000', '121838.372000', '121838.375000', '121838.378000', '121838.381000', '121838.384000', '121838.387000', '121838.390000', '121846.521000', '121846.524000', '121846.527000', '121846.530000', '121846.533000', '121846.536000', '121846.539000', '121846.543000', '121846.546000', '121846.549000', '121846.552000', '121846.555000', '121846.558000', '121846.561000', '121846.563000', '121846.566000', '121846.569000', '121846.572000'], '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': [18075, 10215, 17968, 11941, 17027, 10839, 17437, 10880, 17537, 10293, 17051, 11858, 17189, 11545, 16466, 10251, 16267, 10442, 15909, 10193, 17303, 10106, 17066, 11010, 16475, 10298, 16614, 10234, 16898, 10985, 17110, 10737, 16701, 11880, 16588, 11184, 16720, 10612, 16897, 12081, 17496, 10670, 16797, 10441, 16988, 11753, 17466, 11880, 17225, 12683, 17377, 12564, 17679, 12253, 17092, 12141, 17080, 12723, 23932, 13835, 19695, 12485, 18499, 13635, 24329, 14336, 14003, 14118, 12627, 15558, 17725, 15276, 12267, 16006, 12085, 16136, 13111, 15766, 11142, 16837, 11782, 16520, 11651, 16801, 10463, 17439, 10608, 16657, 10162, 16722, 11542, 17154, 10942, 16921, 10390, 16233, 11460, 16839, 11287, 16854, 12526, 16674, 13303, 17083, 11946, 17089, 12206, 17517, 13028, 17585, 12242, 18343, 11264, 16666, 12356, 15933, 11501, 16416, 11601, 16121, 12054, 23720, 14207, 19185, 11900, 16948, 13268, 24678, 15677, 21326, 12437, 22089, 11939, 17831, 13281, 21687, 11709, 16639, 11076, 15870, 12495, 15901, 11253, 19630, 11319, 18151, 12172, 22206, 13164, 22566, 11370, 21491, 12166, 22499, 14007, 23495, 11457, 17406, 11338, 16691, 12898, 15590, 10511, 15285, 11252, 15719, 12333, 15818, 11915, 15822, 11145, 15969, 12675, 22705, 13159, 22462, 11825, 22422, 11977, 21759, 13658, 20542, 11225, 16145, 11229, 16459, 12012, 16850, 10949, 15821, 10842, 15486, 9998, 15102, 10437, 15956, 10684, 16412, 10011, 16241, 11273, 16564, 10576, 16149, 11382, 15869, 11214, 15640, 11507, 15729, 10541, 15503, 10318, 16158, 10693, 15992, 9804, 15805, 10831, 16707, 13203, 22979, 11903, 21348, 12244, 22713, 12488, 22187, 14845, 21578, 13991, 23240, 11920, 24297, 12483, 17295, 12041, 19490, 13095, 21117, 12084, 12120, 18175, 12470, 15556, 12203, 21017, 14447, 22095, 13740, 12601, 16143, 11190, 19396, 11808, 18924, 12689, 23694, 12657, 22068, 13108, 15092, 12102, 11163, 13132, 11498, 16056, 12221, 18686, 12368, 15414, 12496, 11236, 15758, 10907, 16165, 11659, 15385, 24123, 12863, 23828, 12677, 19714, 11322, 20572, 11317, 18389, 11576, 17400, 12476, 19410, 11586, 19365, 10978, 20408, 11677, 16942, 12599, 18251, 12737, 22106, 11072, 17750, 11720, 17883, 11854, 17652, 11086, 16862, 10418, 15237, 11005, 16460, 10727, 15863, 10007, 15406, 10271, 16350, 12339, 17806, 12505, 18066, 11025, 16629, 11226, 17290, 12158, 17493, 11158, 17222, 10597, 15860, 12534, 13584, 11125, 14764, 11170, 13916, 10934, 15398, 12260, 15610, 10466, 16176, 9967, 16085, 11220, 17772, 12934, 22294, 12930, 13119, 14617, 10858, 16887, 9751, 17481, 11447, 18099, 10910, 17635, 10142, 15766, 11628, 14177, 12544, 15606, 11112, 15546, 9758, 15553, 10858, 16331, 12647, 17764, 12230, 17941, 11449, 17768, 12204, 18501, 12133, 18575, 11267, 17377, 10721, 15956, 11844, 14736, 11857, 14749, 11408, 15008, 12702, 15351, 11682, 15461, 11432, 15312, 11483, 16796, 10696, 17977, 10519, 17489, 11758, 18386, 12781, 18699, 11007, 18291, 11631, 18166, 12867, 19781, 11213, 20569, 11308, 21354, 11974, 20905, 13940, 16822, 11504, 16753, 12468, 20445, 13521, 12684, 15200, 11767, 14640, 10827, 17313, 11604, 18956, 11586, 18106, 11274, 18076, 12034, 18755, 11425, 21576, 11565, 20968, 12360, 18301, 12303, 14627, 12183, 13110, 13904, 12577, 15874, 10835, 16457, 10246, 17258, 11903, 18546, 11794, 18072, 11470, 17433, 11725, 22979, 13244, 19171, 11050, 18928, 11264, 22403, 12681, 13291, 12993, 12847, 13392, 18439, 14093, 12717, 15457, 12160, 14470, 11759, 16780, 10370, 18069, 9638, 16171, 10254, 16961, 11655, 18572, 11311, 17944, 10903, 16817, 10877, 17083, 11148, 17013, 10448, 16269, 11009, 17381, 12372, 21394, 11386, 17915, 11631, 15229, 12938, 11743, 14176, 11740, 14201, 12215, 15122, 11680, 16870, 12136, 15289, 11770, 16771, 10415, 18383, 11016, 17359, 11170, 17848, 12139, 18278, 10877, 17107, 11096, 17034, 11657, 20443, 12150, 22775, 11466, 19990, 11951, 17631, 12841, 11560, 13009, 10816, 14227, 10266, 17215, 11429, 20502, 11968, 21396, 12270, 13383, 11415, 10490, 13649, 19998, 13660, 13064, 12624, 15143, 12396, 15332, 13408, 11769, 14812, 11737, 13633, 10675, 15784, 11277, 17719, 11625, 22876, 11115, 20582, 11887, 19600, 12097, 11227, 12585, 11138, 15575, 11416, 17509, 10871, 17500, 10917, 17704, 11714, 18576, 11972, 18662, 11165, 21610, 12192, 23253, 12771, 17353, 12232, 11687, 12591, 11222, 15982, 10343, 18021, 11312, 18247, 11122, 17019, 11410, 18381, 12071, 22572, 11670, 19492, 11972, 17198, 12331, 11422, 12952, 10972, 15002, 10996, 16727, 11235, 18181, 10762, 17537, 11371, 19379, 12197, 21062, 12105, 19195, 12234, 22875, 11977, 20219, 12286, 17349, 12275, 15606, 12711, 11715, 13596, 11271, 13609, 11064, 15847, 10865, 16360, 10539, 16142, 11302, 16945, 11934, 21884, 11983, 22446, 11661, 21332, 12259, 21051, 12562, 16493, 12173, 13888, 13158, 19459, 13695, 13030, 13124, 11297, 14846, 12406, 16207, 10785, 16018, 10412, 16854, 11998, 17737, 11550, 17753, 11582, 17327, 11918, 17786, 11641, 17716, 11185, 17124, 11592, 21523, 12972, 20290, 12298, 16776, 12556, 19080, 13424, 12266, 13658, 12631, 13555, 12892, 15588, 10909, 16209, 11161, 16270, 10828, 17739, 11507, 17842, 11108, 16881, 11416, 17855, 11823, 17801, 11284, 17545, 11560, 23072, 13035, 17910, 12294, 17518, 12580, 18156, 12614, 12827, 13119, 13301, 13280, 13081, 15014, 11564, 15662, 11593, 14985, 11454, 16431, 10352, 17171, 10678, 16908, 11166, 17738, 11267, 17436, 10708, 16470, 10961, 16761, 11231, 17298, 11241, 16716, 11327, 16718, 11590, 17108, 11035, 19420, 10941, 15910, 12654, 10969, 15788, 10656, 17864, 10645, 21799, 11807, 18406, 11588, 18208, 11472, 16678, 11431, 13500, 11847, 12580, 16598, 13202, 11437, 12948, 11129, 14441, 9630, 15116, 10811, 16511, 10843, 22672, 11019, 20967, 11514, 18195, 12730, 23136, 11110, 17494, 11279, 17137, 11692, 16844, 10744, 15995, 10001, 15140, 10750, 15765, 11373, 23284, 11908, 15352, 12282, 9306, 15412, 9861, 15412, 10646, 16192, 24419, 12536, 18313, 10126, 15330, 10645, 13244, 22124, 11526, 23467, 10966, 19746, 11323, 15917, 11438, 11924, 12497, 10605, 13841, 9425, 15317, 11333, 16232, 10083, 16548, 16566, 12006, 23791, 11771, 21051, 11816, 22539, 11889, 24016, 11723, 25541, 11683, 19553, 11992, 15223, 12235, 13139, 12168, 12375, 13841, 10452, 14297, 9442, 15293, 10294, 17230, 10670, 16826, 10924, 16413, 10967, 22609, 11971, 20548, 11503, 17671, 11898, 19656, 12232, 11655, 12810, 12255, 12952, 13028, 14675, 10326, 16072, 9839, 15620, 11083, 15321, 10221, 16494, 10131, 15992, 10384], 'WindowCenter': [5193.0, 5098.0, 5162.0, 5103.0, 5138.0, 5078.0, 5124.0, 5066.0, 5120.0, 5057.0, 5112.0, 5072.0, 5112.0, 5076.0, 5112.0, 5053.0, 5111.0, 5051.0, 5097.0, 5054.0, 5119.0, 5051.0, 5120.0, 5061.0, 5110.0, 5053.0, 5112.0, 5056.0, 5123.0, 5064.0, 5122.0, 5061.0, 5112.0, 5084.0, 5123.0, 5072.0, 5112.0, 5062.0, 5121.0, 5083.0, 5123.0, 5061.0, 5110.0, 5053.0, 5110.0, 5072.0, 5119.0, 5071.0, 5119.0, 5081.0, 5110.0, 5069.0, 5122.0, 5073.0, 5113.0, 5072.0, 5108.0, 5081.0, 5147.0, 5095.0, 5142.0, 5085.0, 5117.0, 5089.0, 5149.0, 5090.0, 5090.0, 5090.0, 5070.0, 5100.0, 5108.0, 5102.0, 5072.0, 5110.0, 5071.0, 5098.0, 5070.0, 5098.0, 5063.0, 5111.0, 5060.0, 5108.0, 5057.0, 5111.0, 5053.0, 5110.0, 5054.0, 5106.0, 5049.0, 5111.0, 5072.0, 5120.0, 5060.0, 5111.0, 5051.0, 5110.0, 5072.0, 5119.0, 5072.0, 5110.0, 5083.0, 5110.0, 5090.0, 5120.0, 5086.0, 5123.0, 5074.0, 5122.0, 5082.0, 5121.0, 5081.0, 5118.0, 5064.0, 5099.0, 5072.0, 5101.0, 5062.0, 5106.0, 5060.0, 5096.0, 5070.0, 5145.0, 5093.0, 5129.0, 5073.0, 5107.0, 5080.0, 5148.0, 5100.0, 5139.0, 5082.0, 5138.0, 5072.0, 5110.0, 5081.0, 5137.0, 5074.0, 5109.0, 5058.0, 5098.0, 5070.0, 5099.0, 5062.0, 5129.0, 5062.0, 5109.0, 5071.0, 5138.0, 5081.0, 5150.0, 5074.0, 5134.0, 5074.0, 5150.0, 5093.0, 5149.0, 5072.0, 5111.0, 5061.0, 5097.0, 5069.0, 5099.0, 5052.0, 5098.0, 5061.0, 5099.0, 5071.0, 5099.0, 5070.0, 5100.0, 5062.0, 5098.0, 5081.0, 5149.0, 5092.0, 5146.0, 5072.0, 5139.0, 5072.0, 5137.0, 5096.0, 5141.0, 5070.0, 5100.0, 5063.0, 5099.0, 5070.0, 5108.0, 5063.0, 5099.0, 5049.0, 5090.0, 5038.0, 5083.0, 5051.0, 5099.0, 5049.0, 5096.0, 5043.0, 5096.0, 5059.0, 5108.0, 5063.0, 5098.0, 5063.0, 5096.0, 5062.0, 5103.0, 5062.0, 5100.0, 5052.0, 5102.0, 5049.0, 5101.0, 5053.0, 5102.0, 5051.0, 5101.0, 5060.0, 5109.0, 5080.0, 5148.0, 5073.0, 5138.0, 5084.0, 5149.0, 5083.0, 5150.0, 5104.0, 5139.0, 5106.0, 5158.0, 5074.0, 5160.0, 5124.0, 5133.0, 5085.0, 5130.0, 5081.0, 5125.0, 5070.0, 5070.0, 5145.0, 5110.0, 5125.0, 5085.0, 5136.0, 5091.0, 5135.0, 5104.0, 5068.0, 5102.0, 5063.0, 5119.0, 5061.0, 5117.0, 5072.0, 5137.0, 5061.0, 5126.0, 5070.0, 5079.0, 5059.0, 5049.0, 5070.0, 5062.0, 5098.0, 5071.0, 5118.0, 5071.0, 5099.0, 5073.0, 5063.0, 5100.0, 5064.0, 5113.0, 5071.0, 5102.0, 5148.0, 5073.0, 5139.0, 5072.0, 5120.0, 5062.0, 5128.0, 5063.0, 5106.0, 5061.0, 5108.0, 5073.0, 5128.0, 5074.0, 5130.0, 5064.0, 5139.0, 5074.0, 5110.0, 5084.0, 5124.0, 5097.0, 5151.0, 5077.0, 5121.0, 5074.0, 5121.0, 5072.0, 5111.0, 5062.0, 5108.0, 5051.0, 5089.0, 5050.0, 5099.0, 5050.0, 5099.0, 5043.0, 5089.0, 5052.0, 5100.0, 5081.0, 5118.0, 5082.0, 5119.0, 5064.0, 5109.0, 5070.0, 5119.0, 5082.0, 5123.0, 5073.0, 5123.0, 5064.0, 5110.0, 5070.0, 5081.0, 5058.0, 5101.0, 5062.0, 5091.0, 5061.0, 5099.0, 5070.0, 5100.0, 5061.0, 5109.0, 5053.0, 5112.0, 5074.0, 5121.0, 5083.0, 5147.0, 5082.0, 5079.0, 5100.0, 5063.0, 5121.0, 5052.0, 5121.0, 5072.0, 5121.0, 5061.0, 5120.0, 5053.0, 5100.0, 5059.0, 5080.0, 5067.0, 5101.0, 5060.0, 5099.0, 5041.0, 5099.0, 5063.0, 5110.0, 5082.0, 5132.0, 5095.0, 5131.0, 5084.0, 5120.0, 5083.0, 5133.0, 5086.0, 5132.0, 5072.0, 5120.0, 5061.0, 5111.0, 5071.0, 5089.0, 5071.0, 5102.0, 5070.0, 5100.0, 5069.0, 5101.0, 5070.0, 5099.0, 5060.0, 5098.0, 5058.0, 5110.0, 5061.0, 5118.0, 5061.0, 5107.0, 5070.0, 5118.0, 5081.0, 5119.0, 5063.0, 5118.0, 5071.0, 5117.0, 5081.0, 5128.0, 5064.0, 5126.0, 5071.0, 5137.0, 5071.0, 5136.0, 5093.0, 5110.0, 5073.0, 5107.0, 5069.0, 5125.0, 5080.0, 5080.0, 5099.0, 5070.0, 5088.0, 5048.0, 5108.0, 5060.0, 5119.0, 5071.0, 5118.0, 5060.0, 5108.0, 5070.0, 5119.0, 5061.0, 5137.0, 5070.0, 5126.0, 5071.0, 5117.0, 5071.0, 5087.0, 5072.0, 5067.0, 5078.0, 5069.0, 5099.0, 5061.0, 5108.0, 5052.0, 5108.0, 5069.0, 5129.0, 5072.0, 5119.0, 5071.0, 5107.0, 5072.0, 5145.0, 5092.0, 5129.0, 5071.0, 5128.0, 5072.0, 5145.0, 5080.0, 5092.0, 5092.0, 5081.0, 5091.0, 5118.0, 5091.0, 5080.0, 5099.0, 5070.0, 5089.0, 5068.0, 5108.0, 5049.0, 5119.0, 5042.0, 5099.0, 5048.0, 5106.0, 5058.0, 5116.0, 5061.0, 5116.0, 5060.0, 5108.0, 5048.0, 5108.0, 5060.0, 5109.0, 5050.0, 5096.0, 5060.0, 5106.0, 5070.0, 5137.0, 5070.0, 5118.0, 5071.0, 5099.0, 5081.0, 5072.0, 5089.0, 5069.0, 5089.0, 5071.0, 5098.0, 5072.0, 5120.0, 5070.0, 5098.0, 5071.0, 5107.0, 5051.0, 5121.0, 5061.0, 5107.0, 5060.0, 5117.0, 5070.0, 5119.0, 5062.0, 5109.0, 5060.0, 5108.0, 5070.0, 5126.0, 5080.0, 5147.0, 5071.0, 5126.0, 5072.0, 5117.0, 5079.0, 5070.0, 5091.0, 5063.0, 5102.0, 5061.0, 5110.0, 5060.0, 5128.0, 5071.0, 5137.0, 5072.0, 5079.0, 5060.0, 5052.0, 5090.0, 5127.0, 5091.0, 5079.0, 5068.0, 5087.0, 5068.0, 5084.0, 5077.0, 5058.0, 5088.0, 5059.0, 5077.0, 5047.0, 5096.0, 5059.0, 5108.0, 5072.0, 5148.0, 5061.0, 5125.0, 5070.0, 5126.0, 5072.0, 5073.0, 5081.0, 5063.0, 5102.0, 5071.0, 5121.0, 5065.0, 5118.0, 5061.0, 5109.0, 5070.0, 5119.0, 5073.0, 5129.0, 5072.0, 5136.0, 5069.0, 5147.0, 5081.0, 5108.0, 5070.0, 5069.0, 5068.0, 5058.0, 5098.0, 5049.0, 5119.0, 5062.0, 5118.0, 5061.0, 5107.0, 5059.0, 5117.0, 5071.0, 5137.0, 5069.0, 5116.0, 5069.0, 5108.0, 5069.0, 5072.0, 5078.0, 5059.0, 5088.0, 5060.0, 5109.0, 5061.0, 5119.0, 5061.0, 5106.0, 5070.0, 5127.0, 5074.0, 5138.0, 5071.0, 5117.0, 5068.0, 5135.0, 5070.0, 5125.0, 5068.0, 5105.0, 5068.0, 5085.0, 5078.0, 5058.0, 5078.0, 5060.0, 5077.0, 5060.0, 5098.0, 5061.0, 5108.0, 5061.0, 5097.0, 5071.0, 5107.0, 5071.0, 5147.0, 5084.0, 5147.0, 5071.0, 5137.0, 5072.0, 5138.0, 5080.0, 5110.0, 5071.0, 5088.0, 5080.0, 5127.0, 5079.0, 5079.0, 5079.0, 5059.0, 5088.0, 5069.0, 5112.0, 5061.0, 5100.0, 5050.0, 5107.0, 5072.0, 5120.0, 5072.0, 5121.0, 5072.0, 5109.0, 5073.0, 5117.0, 5072.0, 5119.0, 5072.0, 5108.0, 5072.0, 5137.0, 5092.0, 5137.0, 5081.0, 5108.0, 5081.0, 5127.0, 5089.0, 5079.0, 5090.0, 5067.0, 5078.0, 5068.0, 5099.0, 5059.0, 5108.0, 5060.0, 5097.0, 5049.0, 5118.0, 5070.0, 5118.0, 5060.0, 5106.0, 5058.0, 5106.0, 5070.0, 5108.0, 5060.0, 5106.0, 5060.0, 5134.0, 5081.0, 5118.0, 5073.0, 5117.0, 5079.0, 5116.0, 5071.0, 5078.0, 5078.0, 5077.0, 5078.0, 5078.0, 5099.0, 5070.0, 5100.0, 5061.0, 5086.0, 5058.0, 5108.0, 5049.0, 5108.0, 5051.0, 5107.0, 5058.0, 5109.0, 5061.0, 5107.0, 5052.0, 5096.0, 5049.0, 5106.0, 5059.0, 5108.0, 5059.0, 5097.0, 5061.0, 5096.0, 5071.0, 5107.0, 5076.0, 5141.0, 5075.0, 5110.0, 5080.0, 5061.0, 5098.0, 5061.0, 5119.0, 5064.0, 5149.0, 5072.0, 5120.0, 5062.0, 5120.0, 5060.0, 5111.0, 5060.0, 5077.0, 5058.0, 5059.0, 5093.0, 5068.0, 5059.0, 5068.0, 5057.0, 5086.0, 5040.0, 5088.0, 5060.0, 5110.0, 5072.0, 5149.0, 5062.0, 5139.0, 5072.0, 5120.0, 5094.0, 5151.0, 5072.0, 5109.0, 5061.0, 5108.0, 5059.0, 5099.0, 5052.0, 5099.0, 5050.0, 5101.0, 5061.0, 5099.0, 5060.0, 5144.0, 5070.0, 5098.0, 5068.0, 5041.0, 5100.0, 5053.0, 5100.0, 5062.0, 5113.0, 5147.0, 5071.0, 5109.0, 5040.0, 5090.0, 5038.0, 5067.0, 5122.0, 5046.0, 5133.0, 5048.0, 5114.0, 5048.0, 5095.0, 5057.0, 5058.0, 5081.0, 5063.0, 5089.0, 5044.0, 5100.0, 5062.0, 5114.0, 5052.0, 5112.0, 5107.0, 5070.0, 5135.0, 5058.0, 5126.0, 5061.0, 5134.0, 5061.0, 5136.0, 5058.0, 5144.0, 5059.0, 5117.0, 5058.0, 5085.0, 5056.0, 5065.0, 5057.0, 5067.0, 5077.0, 5047.0, 5077.0, 5037.0, 5088.0, 5049.0, 5108.0, 5049.0, 5107.0, 5061.0, 5095.0, 5052.0, 5147.0, 5071.0, 5127.0, 5070.0, 5107.0, 5068.0, 5128.0, 5071.0, 5061.0, 5080.0, 5071.0, 5068.0, 5078.0, 5088.0, 5051.0, 5097.0, 5040.0, 5097.0, 5048.0, 5088.0, 5039.0, 5107.0, 5050.0, 5099.0, 5049.0], 'WindowWidth': [11210.0, 11065.0, 11144.0, 11054.0, 11101.0, 11013.0, 11073.0, 10990.0, 11063.0, 10978.0, 11052.0, 10995.0, 11054.0, 11004.0, 11050.0, 10970.0, 11049.0, 10965.0, 11027.0, 10972.0, 11059.0, 10966.0, 11061.0, 10979.0, 11047.0, 10970.0, 11052.0, 10977.0, 11070.0, 10989.0, 11067.0, 10981.0, 11054.0, 11017.0, 11070.0, 10997.0, 11055.0, 10982.0, 11064.0, 11015.0, 11070.0, 10982.0, 11048.0, 10970.0, 11048.0, 10995.0, 11064.0, 10996.0, 11060.0, 11008.0, 11048.0, 10990.0, 11066.0, 10999.0, 11055.0, 10997.0, 11044.0, 11008.0, 11098.0, 11030.0, 11093.0, 11016.0, 11051.0, 11017.0, 11100.0, 11018.0, 11018.0, 11019.0, 10988.0, 11032.0, 11038.0, 11037.0, 10996.0, 11047.0, 10992.0, 11029.0, 10988.0, 11030.0, 10984.0, 11049.0, 10977.0, 11041.0, 10970.0, 11050.0, 10970.0, 11049.0, 10973.0, 11038.0, 10960.0, 11049.0, 10997.0, 11063.0, 10979.0, 11049.0, 10967.0, 11047.0, 10996.0, 11061.0, 10998.0, 11048.0, 11013.0, 11048.0, 11021.0, 11065.0, 11021.0, 11070.0, 11002.0, 11065.0, 11012.0, 11065.0, 11011.0, 11061.0, 10987.0, 11031.0, 10995.0, 11034.0, 10984.0, 11040.0, 10979.0, 11024.0, 10992.0, 11096.0, 11027.0, 11073.0, 11000.0, 11039.0, 11008.0, 11108.0, 11033.0, 11088.0, 11010.0, 11087.0, 10995.0, 11047.0, 11007.0, 11086.0, 11001.0, 11046.0, 10973.0, 11026.0, 10991.0, 11030.0, 10984.0, 11073.0, 10983.0, 11042.0, 10995.0, 11085.0, 11011.0, 11104.0, 11000.0, 11075.0, 10999.0, 11104.0, 11027.0, 11106.0, 10995.0, 11049.0, 10980.0, 11024.0, 10989.0, 11032.0, 10968.0, 11027.0, 10980.0, 11030.0, 10992.0, 11032.0, 10992.0, 11032.0, 10982.0, 11027.0, 11009.0, 11101.0, 11026.0, 11095.0, 10998.0, 11088.0, 10996.0, 11085.0, 11032.0, 11095.0, 10995.0, 11033.0, 10984.0, 11031.0, 10992.0, 11043.0, 10984.0, 11030.0, 10960.0, 11019.0, 10942.0, 11004.0, 10963.0, 11029.0, 10960.0, 11023.0, 10953.0, 11023.0, 10973.0, 11043.0, 10985.0, 11028.0, 10983.0, 11025.0, 10981.0, 11038.0, 10983.0, 11034.0, 10969.0, 11037.0, 10962.0, 11034.0, 10970.0, 11037.0, 10965.0, 11032.0, 10976.0, 11042.0, 11007.0, 11101.0, 10999.0, 11085.0, 11016.0, 11102.0, 11013.0, 11104.0, 11042.0, 11089.0, 11046.0, 11115.0, 11003.0, 11127.0, 11091.0, 11090.0, 11020.0, 11080.0, 11008.0, 11061.0, 10988.0, 10990.0, 11108.0, 11067.0, 11079.0, 11016.0, 11079.0, 11019.0, 11076.0, 11043.0, 10983.0, 11033.0, 10982.0, 11057.0, 10975.0, 11050.0, 10990.0, 11080.0, 10972.0, 11062.0, 10988.0, 10993.0, 10967.0, 10954.0, 10987.0, 10978.0, 11025.0, 10988.0, 11055.0, 10991.0, 11026.0, 10993.0, 10981.0, 11033.0, 10987.0, 11054.0, 10993.0, 11035.0, 11099.0, 10992.0, 11088.0, 10992.0, 11059.0, 10980.0, 11068.0, 10982.0, 11036.0, 10978.0, 11039.0, 10995.0, 11069.0, 10999.0, 11074.0, 10989.0, 11088.0, 11002.0, 11046.0, 11015.0, 11070.0, 11036.0, 11108.0, 11007.0, 11063.0, 11000.0, 11062.0, 10993.0, 11047.0, 10978.0, 11041.0, 10963.0, 11014.0, 10958.0, 11028.0, 10960.0, 11027.0, 10952.0, 11012.0, 10965.0, 11031.0, 11004.0, 11058.0, 11010.0, 11060.0, 10988.0, 11044.0, 10995.0, 11058.0, 11012.0, 11068.0, 11002.0, 11071.0, 10987.0, 11046.0, 10990.0, 11005.0, 10972.0, 11034.0, 10983.0, 11021.0, 10977.0, 11030.0, 10990.0, 11033.0, 10980.0, 11045.0, 10971.0, 11050.0, 11002.0, 11066.0, 11014.0, 11097.0, 11011.0, 11002.0, 11034.0, 10985.0, 11064.0, 10970.0, 11064.0, 10997.0, 11067.0, 10979.0, 11062.0, 10970.0, 11033.0, 10973.0, 11001.0, 10980.0, 11034.0, 10974.0, 11031.0, 10952.0, 11031.0, 10985.0, 11047.0, 11012.0, 11081.0, 11035.0, 11080.0, 11017.0, 11063.0, 11015.0, 11084.0, 11022.0, 11085.0, 10999.0, 11064.0, 10978.0, 11048.0, 10990.0, 11018.0, 10993.0, 11037.0, 10990.0, 11031.0, 10986.0, 11035.0, 10989.0, 11029.0, 10975.0, 11027.0, 10972.0, 11047.0, 10980.0, 11060.0, 10981.0, 11040.0, 10990.0, 11056.0, 11007.0, 11062.0, 10985.0, 11057.0, 10994.0, 11054.0, 11009.0, 11072.0, 10988.0, 11067.0, 10996.0, 11081.0, 10996.0, 11083.0, 11027.0, 11046.0, 10999.0, 11039.0, 10991.0, 11062.0, 11002.0, 11003.0, 11031.0, 10990.0, 11013.0, 10959.0, 11041.0, 10975.0, 11060.0, 10994.0, 11055.0, 10978.0, 11041.0, 10990.0, 11060.0, 10981.0, 11082.0, 10991.0, 11064.0, 10993.0, 11053.0, 10994.0, 11011.0, 10993.0, 10982.0, 10999.0, 10986.0, 11030.0, 10980.0, 11043.0, 10968.0, 11041.0, 10987.0, 11074.0, 10998.0, 11059.0, 10994.0, 11041.0, 10997.0, 11095.0, 11026.0, 11072.0, 10996.0, 11068.0, 10995.0, 11092.0, 11008.0, 11023.0, 11024.0, 11009.0, 11022.0, 11054.0, 11020.0, 11002.0, 11032.0, 10992.0, 11017.0, 10985.0, 11042.0, 10963.0, 11062.0, 10955.0, 11029.0, 10957.0, 11039.0, 10972.0, 11055.0, 10981.0, 11053.0, 10977.0, 11040.0, 10959.0, 11040.0, 10976.0, 11043.0, 10965.0, 11023.0, 10976.0, 11038.0, 10991.0, 11082.0, 10992.0, 11052.0, 10993.0, 11028.0, 11007.0, 10996.0, 11019.0, 10989.0, 11017.0, 10991.0, 11030.0, 10996.0, 11065.0, 10990.0, 11027.0, 10990.0, 11042.0, 10966.0, 11065.0, 10981.0, 11041.0, 10977.0, 11053.0, 10990.0, 11060.0, 10983.0, 11042.0, 10977.0, 11040.0, 10992.0, 11069.0, 11007.0, 11099.0, 10994.0, 11065.0, 10995.0, 11052.0, 11003.0, 10993.0, 11024.0, 10983.0, 11039.0, 10981.0, 11048.0, 10978.0, 11075.0, 10995.0, 11082.0, 10996.0, 11002.0, 10977.0, 10966.0, 11019.0, 11065.0, 11021.0, 11000.0, 10986.0, 11007.0, 10983.0, 11001.0, 10993.0, 10968.0, 11012.0, 10974.0, 10995.0, 10954.0, 11022.0, 10973.0, 11043.0, 10996.0, 11099.0, 10982.0, 11064.0, 10993.0, 11065.0, 10995.0, 10997.0, 11007.0, 10984.0, 11038.0, 10994.0, 11065.0, 10990.0, 11057.0, 10980.0, 11045.0, 10991.0, 11062.0, 10999.0, 11078.0, 10998.0, 11083.0, 10991.0, 11096.0, 11009.0, 11041.0, 10991.0, 10987.0, 10986.0, 10973.0, 11026.0, 10959.0, 11061.0, 10982.0, 11058.0, 10980.0, 11038.0, 10977.0, 11056.0, 10995.0, 11083.0, 10988.0, 11049.0, 10989.0, 11039.0, 10988.0, 10995.0, 11002.0, 10976.0, 11014.0, 10976.0, 11047.0, 10980.0, 11062.0, 10981.0, 11039.0, 10992.0, 11068.0, 11002.0, 11084.0, 10994.0, 11052.0, 10986.0, 11074.0, 10988.0, 11061.0, 10985.0, 11032.0, 10984.0, 11003.0, 10996.0, 10970.0, 10999.0, 10976.0, 10998.0, 10976.0, 11027.0, 10978.0, 11044.0, 10981.0, 11028.0, 10995.0, 11042.0, 10997.0, 11099.0, 11015.0, 11098.0, 10995.0, 11081.0, 10995.0, 11083.0, 11008.0, 11045.0, 10994.0, 11012.0, 11007.0, 11065.0, 11002.0, 11002.0, 11003.0, 10975.0, 11014.0, 10988.0, 11052.0, 10982.0, 11034.0, 10964.0, 11041.0, 10995.0, 11063.0, 10999.0, 11065.0, 10998.0, 11046.0, 10998.0, 11057.0, 10998.0, 11061.0, 10997.0, 11043.0, 10997.0, 11084.0, 11024.0, 11083.0, 11010.0, 11042.0, 11009.0, 11065.0, 11019.0, 11005.0, 11020.0, 10984.0, 11000.0, 10984.0, 11033.0, 10975.0, 11044.0, 10977.0, 11025.0, 10959.0, 11057.0, 10991.0, 11058.0, 10978.0, 11038.0, 10972.0, 11038.0, 10992.0, 11044.0, 10978.0, 11039.0, 10978.0, 11077.0, 11007.0, 11055.0, 10998.0, 11053.0, 11002.0, 11048.0, 10993.0, 10999.0, 11002.0, 10996.0, 11000.0, 10997.0, 11030.0, 10993.0, 11035.0, 10977.0, 11009.0, 10971.0, 11043.0, 10962.0, 11042.0, 10965.0, 11038.0, 10972.0, 11045.0, 10981.0, 11042.0, 10967.0, 11023.0, 10960.0, 11037.0, 10975.0, 11044.0, 10976.0, 11026.0, 10977.0, 11023.0, 10994.0, 11040.0, 11010.0, 11093.0, 11008.0, 11046.0, 11006.0, 10980.0, 11030.0, 10980.0, 11063.0, 10989.0, 11102.0, 11000.0, 11065.0, 10981.0, 11062.0, 10978.0, 11052.0, 10977.0, 10995.0, 10968.0, 10971.0, 11012.0, 10983.0, 10972.0, 10986.0, 10970.0, 11009.0, 10947.0, 11014.0, 10976.0, 11048.0, 10998.0, 11104.0, 10987.0, 11090.0, 11000.0, 11062.0, 11031.0, 11108.0, 10997.0, 11047.0, 10980.0, 11042.0, 10973.0, 11031.0, 10964.0, 11028.0, 10965.0, 11036.0, 10978.0, 11030.0, 10978.0, 11091.0, 10990.0, 11026.0, 10986.0, 10952.0, 11034.0, 10974.0, 11034.0, 10982.0, 11056.0, 11099.0, 10993.0, 11044.0, 10950.0, 11017.0, 10942.0, 10981.0, 11051.0, 10950.0, 11069.0, 10957.0, 11044.0, 10957.0, 11016.0, 10968.0, 10969.0, 11009.0, 10985.0, 11018.0, 10961.0, 11035.0, 10982.0, 11058.0, 10970.0, 11055.0, 11038.0, 10989.0, 11075.0, 10971.0, 11064.0, 10978.0, 11075.0, 10976.0, 11078.0, 10970.0, 11091.0, 10972.0, 11048.0, 10971.0, 11004.0, 10965.0, 10974.0, 10967.0, 10979.0, 10997.0, 10956.0, 10995.0, 10942.0, 11012.0, 10958.0, 11043.0, 10961.0, 11040.0, 10979.0, 11023.0, 10969.0, 11098.0, 10994.0, 11067.0, 10992.0, 11037.0, 10987.0, 11065.0, 10993.0, 10979.0, 11004.0, 10990.0, 10985.0, 10997.0, 11014.0, 10965.0, 11028.0, 10950.0, 11026.0, 10956.0, 11012.0, 10946.0, 11041.0, 10964.0, 11029.0, 10962.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.0006352533039647578</td></tr>
<tr><td colspan=3>aqi</td><td>0.019081714427312775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.25126588219403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2967933219625143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9757187121830211</td></tr>
<tr><td colspan=3>efc</td><td>0.5206</td></tr>
<tr><td colspan=3>fber</td><td>3970.627</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07360616800311881</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9823788546255507</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.377467228603044</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2508664008806174</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5991390289407876</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2823962559877278</td></tr>
<tr><td colspan=3>gcor</td><td>0.00333091</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015497647225856781</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03330181911587715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.197953626800861</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>14.0306</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.2979</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.8299</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289061.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>1368.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>493.8129</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0721</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>689.4404</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4242.5693</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1044.7888</td></tr>
<tr><td colspan=3>tsnr</td><td>42.115934687433764</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>