<?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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-02/func/sub-0007_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>3afe1df9b5dbbeda584133b7425a41b3</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>16:00:43.350000</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.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</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.0934971</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e45bd13-bd3c-4a40-882d-fd40e942b883||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.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [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': ['160043.350000', '160043.810000', '160044.270000', '160044.730000', '160045.190000', '160045.650000', '160046.110000', '160046.570000', '160047.030000', '160047.490000', '160047.950000', '160048.410000', '160048.870000', '160049.330000', '160049.790000', '160050.250000', '160050.710000', '160051.170000', '160051.630000', '160052.090000', '160052.550000', '160053.010000', '160053.470000', '160053.930000', '160054.390000', '160054.850000', '160055.310000', '160055.770000', '160056.230000', '160056.690000', '160057.150000', '160057.610000', '160058.070000', '160058.530000', '160058.990000', '160059.450000', '160059.910000', '160100.370000', '160100.830000', '160101.290000', '160101.750000', '160102.210000', '160102.670000', '160103.130000', '160103.590000', '160104.050000', '160104.510000', '160104.970000', '160105.430000', '160105.890000', '160106.350000', '160106.810000', '160107.270000', '160107.730000', '160108.190000', '160108.650000', '160109.110000', '160109.570000', '160110.030000', '160110.490000', '160110.950000', '160111.410000', '160111.870000', '160112.330000', '160112.790000', '160113.250000', '160113.710000', '160114.170000', '160114.630000', '160115.090000', '160115.550000', '160116.010000', '160116.470000', '160116.930000', '160117.390000', '160117.850000', '160118.310000', '160118.770000', '160119.230000', '160119.690000', '160120.150000', '160120.610000', '160121.070000', '160121.530000', '160121.990000', '160122.450000', '160122.910000', '160123.370000', '160123.830000', '160124.290000', '160124.750000', '160125.210000', '160125.670000', '160126.130000', '160126.590000', '160127.050000', '160127.510000', '160127.970000', '160128.430000', '160128.890000', '160129.350000', '160129.810000', '160130.270000', '160130.730000', '160131.190000', '160131.650000', '160132.110000', '160132.570000', '160133.030000', '160133.490000', '160133.950000', '160134.410000', '160134.870000', '160135.330000', '160135.790000', '160136.250000', '160136.710000', '160137.170000', '160137.630000', '160138.090000', '160138.550000', '160139.010000', '160139.470000', '160139.930000', '160140.390000', '160140.850000', '160141.310000', '160141.770000', '160142.230000', '160142.690000', '160143.150000', '160143.610000', '160144.070000', '160144.530000', '160144.990000', '160145.450000', '160145.910000', '160146.370000', '160146.830000', '160147.290000', '160147.750000', '160148.210000', '160148.670000', '160149.130000', '160149.590000', '160150.050000', '160150.510000', '160150.970000', '160151.430000', '160151.890000', '160152.350000', '160152.810000', '160153.270000', '160153.730000', '160154.190000', '160154.650000', '160155.110000', '160155.570000', '160156.030000', '160156.490000', '160156.950000', '160157.410000', '160157.870000', '160158.330000', '160158.790000', '160159.250000', '160159.710000', '160200.170000', '160200.630000', '160201.090000', '160201.550000', '160202.010000', '160202.470000', '160202.930000', '160203.390000', '160203.850000', '160204.310000', '160204.770000', '160205.230000', '160205.690000', '160206.150000', '160206.610000', '160207.070000', '160207.530000', '160207.990000', '160208.450000', '160208.910000', '160209.370000', '160209.830000', '160210.290000', '160210.750000', '160211.210000', '160211.670000', '160212.130000', '160212.590000', '160213.050000', '160213.510000', '160213.970000', '160214.430000', '160214.890000', '160215.350000', '160215.810000', '160216.270000', '160216.730000', '160217.190000', '160217.650000', '160218.110000', '160218.570000', '160219.030000', '160219.490000', '160219.950000', '160220.410000', '160220.870000', '160221.330000', '160221.790000', '160222.250000', '160222.710000', '160223.170000', '160223.630000', '160224.090000', '160224.550000', '160225.010000', '160225.470000', '160225.930000', '160226.390000', '160226.850000', '160227.310000', '160227.770000', '160228.230000', '160228.690000', '160229.150000', '160229.610000', '160230.070000', '160230.530000', '160230.990000', '160231.450000', '160231.910000', '160232.370000', '160232.830000', '160233.290000', '160233.750000', '160234.210000', '160234.670000', '160235.130000', '160235.590000', '160236.050000', '160236.510000', '160236.970000', '160237.430000', '160237.890000', '160238.350000', '160238.810000', '160239.270000', '160239.730000', '160240.190000', '160240.650000', '160241.110000', '160241.570000', '160242.030000', '160242.490000', '160242.950000', '160243.410000', '160243.870000', '160244.330000', '160244.790000', '160245.250000', '160245.710000', '160246.170000', '160246.630000', '160247.090000', '160247.550000', '160248.010000', '160248.470000', '160248.930000', '160249.390000', '160249.850000', '160250.310000', '160250.770000', '160251.230000', '160251.690000', '160252.150000', '160252.610000', '160253.070000', '160253.530000', '160253.990000', '160254.450000', '160254.910000', '160255.370000', '160255.830000', '160256.290000', '160256.750000', '160257.210000', '160257.670000', '160258.130000', '160258.590000', '160259.050000', '160259.510000', '160259.970000', '160300.430000', '160300.890000', '160301.350000', '160301.810000', '160302.270000', '160302.730000', '160303.190000', '160303.650000', '160304.110000', '160304.570000', '160305.030000', '160305.490000', '160305.950000', '160306.410000', '160306.870000', '160307.330000', '160307.790000', '160308.250000', '160308.710000', '160309.170000', '160309.630000', '160310.090000', '160310.550000', '160311.010000', '160311.470000', '160311.930000', '160312.390000', '160312.850000', '160313.310000', '160313.770000', '160314.230000', '160314.690000', '160315.150000', '160315.610000', '160316.070000', '160316.530000', '160316.990000', '160317.450000', '160317.910000', '160318.370000', '160318.830000', '160319.290000', '160319.750000', '160320.210000', '160320.670000', '160321.130000', '160321.590000', '160322.050000', '160322.510000', '160322.970000', '160323.430000', '160323.890000', '160324.350000', '160324.810000', '160325.270000', '160325.730000', '160326.190000', '160326.650000', '160327.110000', '160327.570000', '160328.030000', '160328.490000', '160328.950000', '160329.410000', '160329.870000', '160330.330000', '160330.790000', '160331.250000', '160331.710000', '160332.170000', '160332.630000', '160333.090000', '160333.550000', '160334.010000', '160334.470000', '160334.930000', '160335.390000', '160335.850000', '160336.310000', '160336.770000', '160337.230000', '160337.690000', '160338.150000', '160338.610000', '160339.070000', '160339.530000', '160339.990000', '160340.450000', '160340.910000', '160341.370000', '160341.830000', '160342.290000', '160342.750000', '160343.210000', '160343.670000', '160344.130000', '160344.590000', '160345.050000', '160345.510000', '160345.970000', '160346.430000', '160346.890000', '160347.350000', '160347.810000', '160348.270000', '160348.730000', '160349.190000', '160349.650000', '160350.110000', '160350.570000', '160351.030000', '160351.490000', '160351.950000', '160352.410000', '160352.870000', '160353.330000', '160353.790000', '160354.250000', '160354.710000', '160355.170000', '160355.630000', '160356.090000', '160356.550000', '160357.010000', '160357.470000', '160357.930000', '160358.390000', '160358.850000', '160359.310000', '160359.770000', '160400.230000', '160400.690000', '160401.150000', '160401.610000', '160402.070000', '160402.530000', '160402.990000', '160403.450000', '160403.910000', '160404.370000', '160404.830000', '160405.290000', '160405.750000', '160406.210000', '160406.670000', '160407.130000', '160407.590000', '160408.050000', '160408.510000', '160408.970000', '160409.430000', '160409.890000', '160410.350000', '160410.810000', '160411.270000', '160411.730000', '160412.190000', '160412.650000', '160413.110000', '160413.570000', '160414.030000', '160414.490000', '160414.950000', '160415.410000', '160415.870000', '160416.330000', '160416.790000', '160417.250000', '160417.710000', '160418.170000', '160418.630000', '160419.090000', '160419.550000', '160420.010000', '160420.470000', '160420.930000', '160421.390000', '160421.850000', '160422.310000', '160422.770000', '160423.230000', '160423.690000', '160424.150000', '160424.610000', '160425.070000', '160425.530000', '160425.990000', '160426.450000', '160426.910000', '160427.370000', '160427.830000', '160428.290000', '160428.750000', '160429.210000', '160429.670000', '160430.130000', '160430.590000', '160431.050000', '160431.510000', '160431.970000', '160432.430000', '160432.890000', '160433.350000', '160433.810000', '160434.270000', '160434.730000', '160435.190000', '160435.650000', '160436.110000', '160436.570000', '160437.030000', '160437.490000', '160437.950000', '160438.410000', '160438.870000', '160439.330000', '160439.790000', '160440.250000', '160440.710000', '160441.170000', '160441.630000', '160442.090000', '160442.550000', '160443.010000', '160443.470000', '160443.930000', '160444.390000', '160444.850000', '160445.310000', '160445.770000', '160446.230000', '160446.690000', '160447.150000', '160447.610000', '160448.070000', '160448.530000', '160448.990000', '160449.450000', '160449.910000', '160450.370000', '160450.830000', '160451.290000', '160451.750000', '160452.210000', '160452.670000', '160453.130000', '160453.590000', '160454.050000', '160454.510000', '160454.970000', '160455.430000', '160455.890000', '160456.350000', '160456.810000', '160457.270000', '160457.730000', '160458.190000', '160458.650000', '160459.110000', '160459.570000', '160500.030000', '160500.490000', '160500.950000', '160501.410000', '160501.870000', '160502.330000', '160502.790000', '160503.250000', '160503.710000', '160504.170000', '160504.630000', '160505.090000', '160505.550000', '160506.010000', '160506.470000', '160506.930000', '160507.390000', '160507.850000', '160508.310000', '160508.770000', '160509.230000', '160509.690000', '160510.150000', '160510.610000', '160511.070000', '160511.530000', '160511.990000', '160512.450000', '160512.910000', '160513.370000', '160513.830000', '160514.290000', '160514.750000', '160515.210000', '160515.670000', '160516.130000', '160516.590000', '160517.050000', '160517.510000', '160517.970000', '160518.430000', '160518.890000', '160519.350000', '160519.810000', '160520.270000', '160520.730000', '160521.190000', '160521.650000', '160522.110000', '160522.570000', '160523.030000', '160523.490000', '160523.950000', '160524.410000', '160524.870000', '160525.330000', '160525.790000', '160526.250000', '160526.710000', '160527.170000', '160527.630000', '160528.090000', '160528.550000', '160529.010000', '160529.470000', '160529.930000', '160530.390000', '160530.850000', '160531.310000', '160531.770000', '160532.230000', '160532.690000', '160533.150000', '160533.610000', '160534.070000', '160534.530000', '160534.990000', '160535.450000', '160535.910000', '160536.370000', '160536.830000', '160537.290000', '160537.750000', '160538.210000', '160538.670000', '160539.130000', '160539.590000', '160540.050000', '160540.510000', '160540.970000', '160541.430000', '160541.890000', '160542.350000', '160542.810000', '160543.270000', '160543.730000', '160544.190000', '160544.650000', '160545.110000', '160545.570000', '160546.030000', '160546.490000', '160546.950000', '160547.410000', '160547.870000', '160548.330000', '160548.790000', '160549.250000', '160549.710000', '160550.170000', '160550.630000', '160551.090000', '160551.550000', '160552.010000', '160552.470000', '160552.930000', '160553.390000', '160553.850000', '160554.310000', '160554.770000', '160555.230000', '160555.690000', '160556.150000', '160556.610000', '160557.070000', '160557.530000', '160557.990000', '160558.450000', '160558.910000', '160559.370000', '160559.830000', '160600.290000', '160600.750000', '160601.210000', '160601.670000', '160602.130000', '160602.590000', '160603.050000', '160603.510000', '160603.970000', '160604.430000', '160604.890000', '160605.350000', '160605.810000', '160606.270000', '160606.730000', '160607.190000', '160607.650000', '160608.110000', '160608.570000', '160609.030000', '160609.490000', '160609.950000', '160610.410000', '160610.870000', '160611.330000', '160611.790000', '160612.250000', '160612.710000', '160613.170000', '160613.630000', '160614.090000', '160614.550000', '160615.010000', '160615.470000', '160615.930000', '160616.390000', '160616.850000', '160617.310000', '160617.770000', '160618.230000', '160618.690000', '160619.150000', '160619.610000', '160620.070000', '160620.530000', '160620.990000', '160621.450000', '160621.910000', '160622.370000', '160622.830000', '160623.290000', '160623.750000', '160624.210000', '160624.670000', '160625.130000', '160625.590000', '160626.050000', '160626.510000', '160626.970000', '160627.430000', '160627.890000', '160628.350000', '160628.810000', '160629.270000', '160629.730000', '160630.190000', '160630.650000', '160631.110000', '160631.570000', '160632.030000', '160632.490000', '160632.950000', '160633.410000', '160633.870000', '160634.330000', '160634.790000', '160635.250000', '160635.710000', '160636.170000', '160636.630000', '160637.090000', '160637.550000', '160638.010000', '160638.470000', '160638.930000', '160639.390000', '160639.850000', '160640.310000', '160640.770000', '160641.230000', '160641.690000', '160642.150000', '160642.610000', '160643.070000', '160643.530000', '160643.990000', '160644.450000', '160644.910000', '160645.370000', '160645.830000', '160646.290000', '160646.750000', '160647.210000', '160647.670000', '160648.130000', '160648.590000', '160649.050000', '160649.510000', '160649.970000', '160650.430000', '160650.890000', '160651.350000', '160651.810000', '160652.270000', '160652.730000', '160653.190000', '160653.650000', '160654.110000', '160654.570000', '160655.030000', '160655.490000', '160655.950000', '160656.410000', '160656.870000', '160657.330000', '160657.790000', '160658.250000', '160658.710000', '160659.170000', '160659.630000', '160700.090000', '160700.550000', '160701.010000', '160701.470000', '160701.930000', '160702.390000', '160702.850000', '160703.310000', '160703.770000', '160704.230000', '160704.690000', '160705.150000', '160705.610000', '160706.070000', '160706.530000', '160706.990000', '160707.450000', '160707.910000', '160708.370000', '160708.830000', '160709.290000', '160709.750000', '160710.210000', '160710.670000', '160711.130000', '160711.590000', '160712.050000', '160712.510000', '160712.970000', '160713.430000', '160713.890000', '160714.350000', '160714.810000', '160715.270000', '160715.730000', '160716.190000', '160716.650000', '160717.110000', '160717.570000', '160718.030000', '160718.490000', '160718.950000', '160719.410000', '160719.870000', '160720.330000', '160720.790000', '160721.250000', '160721.710000', '160722.170000', '160722.630000', '160723.090000', '160723.550000', '160724.010000', '160724.470000', '160724.930000', '160725.390000', '160725.850000', '160726.310000', '160726.770000', '160727.230000', '160727.690000', '160728.150000', '160728.610000', '160729.070000', '160729.530000', '160729.990000', '160730.450000', '160730.910000', '160731.370000', '160731.830000', '160732.290000', '160732.750000', '160733.210000', '160733.670000', '160734.130000', '160734.590000', '160735.050000', '160735.510000', '160735.970000', '160736.430000', '160736.890000', '160737.350000', '160737.810000', '160738.270000', '160738.730000', '160739.190000', '160739.650000', '160740.110000', '160740.570000', '160741.030000', '160741.490000', '160741.950000', '160742.410000', '160742.870000', '160743.330000'], 'ContentTime': ['160054.270000', '160054.274000', '160054.283000', '160054.286000', '160054.288000', '160054.295000', '160054.298000', '160054.301000', '160054.303000', '160054.306000', '160054.309000', '160054.312000', '160054.315000', '160054.318000', '160054.327000', '160054.330000', '160054.333000', '160054.336000', '160054.339000', '160054.341000', '160054.344000', '160114.231000', '160114.234000', '160114.237000', '160114.240000', '160114.242000', '160114.245000', '160114.248000', '160114.251000', '160114.254000', '160114.257000', '160114.260000', '160114.262000', '160114.265000', '160114.268000', '160114.271000', '160114.274000', '160114.276000', '160114.280000', '160114.283000', '160114.286000', '160114.289000', '160114.292000', '160114.294000', '160114.297000', '160114.300000', '160114.303000', '160114.306000', '160114.308000', '160114.311000', '160114.314000', '160114.317000', '160114.320000', '160114.323000', '160114.325000', '160114.328000', '160114.331000', '160114.334000', '160114.337000', '160114.340000', '160114.342000', '160114.345000', '160114.348000', '160114.351000', '160114.354000', '160134.231000', '160134.234000', '160134.237000', '160134.240000', '160134.243000', '160134.246000', '160134.249000', '160134.252000', '160134.255000', '160134.258000', '160134.261000', '160134.263000', '160134.266000', '160134.269000', '160134.272000', '160134.275000', '160134.277000', '160134.280000', '160134.283000', '160134.286000', '160134.289000', '160134.292000', '160134.295000', '160134.297000', '160134.300000', '160134.303000', '160134.306000', '160134.309000', '160134.312000', '160134.314000', '160134.317000', '160134.320000', '160134.323000', '160134.326000', '160134.329000', '160134.331000', '160134.334000', '160134.337000', '160134.340000', '160134.343000', '160134.345000', '160134.348000', '160134.351000', '160154.231000', '160154.234000', '160154.237000', '160154.239000', '160154.243000', '160154.245000', '160154.248000', '160154.251000', '160154.254000', '160154.257000', '160154.260000', '160154.262000', '160154.265000', '160154.268000', '160154.271000', '160154.274000', '160154.277000', '160154.279000', '160154.282000', '160154.285000', '160154.288000', '160154.291000', '160154.294000', '160154.296000', '160154.299000', '160154.302000', '160154.305000', '160154.308000', '160154.311000', '160154.314000', '160154.316000', '160154.319000', '160154.322000', '160154.325000', '160154.328000', '160154.331000', '160154.334000', '160154.337000', '160154.339000', '160154.342000', '160154.345000', '160154.348000', '160154.351000', '160154.354000', '160214.230000', '160214.233000', '160214.236000', '160214.239000', '160214.242000', '160214.245000', '160214.248000', '160214.250000', '160214.254000', '160214.257000', '160214.260000', '160214.263000', '160214.266000', '160214.269000', '160214.272000', '160214.275000', '160214.278000', '160214.281000', '160214.283000', '160214.286000', '160214.289000', '160214.292000', '160214.295000', '160214.298000', '160214.301000', '160214.303000', '160214.306000', '160214.309000', '160214.312000', '160214.315000', '160214.318000', '160214.321000', '160214.323000', '160214.326000', '160214.329000', '160214.332000', '160214.335000', '160214.338000', '160214.341000', '160214.343000', '160214.346000', '160214.349000', '160214.352000', '160234.230000', '160234.233000', '160234.236000', '160234.239000', '160234.242000', '160234.244000', '160234.247000', '160234.250000', '160234.253000', '160234.256000', '160234.259000', '160234.261000', '160234.264000', '160234.267000', '160234.270000', '160234.273000', '160234.276000', '160234.278000', '160234.281000', '160234.284000', '160234.287000', '160234.290000', '160234.293000', '160234.301000', '160234.303000', '160234.306000', '160234.309000', '160234.312000', '160234.315000', '160234.318000', '160234.320000', '160234.335000', '160234.338000', '160234.341000', '160234.344000', '160234.356000', '160234.359000', '160234.362000', '160234.365000', '160234.368000', '160234.370000', '160234.373000', '160234.376000', '160234.379000', '160254.230000', '160254.233000', '160254.236000', '160254.239000', '160254.242000', '160254.245000', '160254.247000', '160254.250000', '160254.253000', '160254.260000', '160254.263000', '160254.266000', '160254.269000', '160254.272000', '160254.275000', '160254.278000', '160254.281000', '160254.284000', '160254.287000', '160254.289000', '160254.292000', '160254.295000', '160254.298000', '160254.301000', '160254.304000', '160254.307000', '160254.309000', '160254.312000', '160254.315000', '160254.318000', '160254.321000', '160254.324000', '160254.327000', '160254.330000', '160254.333000', '160254.336000', '160254.338000', '160254.341000', '160254.344000', '160254.347000', '160254.350000', '160254.353000', '160254.355000', '160314.231000', '160314.234000', '160314.237000', '160314.240000', '160314.243000', '160314.246000', '160314.249000', '160314.251000', '160314.254000', '160314.257000', '160314.260000', '160314.263000', '160314.266000', '160314.268000', '160314.271000', '160314.274000', '160314.277000', '160314.280000', '160314.283000', '160314.286000', '160314.288000', '160314.291000', '160314.294000', '160314.297000', '160314.300000', '160314.303000', '160314.306000', '160314.308000', '160314.311000', '160314.314000', '160314.317000', '160314.320000', '160314.323000', '160314.325000', '160314.328000', '160314.331000', '160314.334000', '160314.337000', '160314.340000', '160314.343000', '160314.345000', '160314.348000', '160314.351000', '160314.354000', '160334.231000', '160334.234000', '160334.237000', '160334.240000', '160334.243000', '160334.246000', '160334.248000', '160334.251000', '160334.254000', '160334.257000', '160334.260000', '160334.263000', '160334.266000', '160334.268000', '160334.271000', '160334.274000', '160334.277000', '160334.280000', '160334.283000', '160334.286000', '160334.289000', '160334.291000', '160334.294000', '160334.297000', '160334.300000', '160334.303000', '160334.306000', '160334.309000', '160334.312000', '160334.315000', '160334.318000', '160334.321000', '160334.323000', '160334.326000', '160334.329000', '160334.332000', '160334.335000', '160334.338000', '160334.341000', '160334.343000', '160334.346000', '160334.349000', '160334.352000', '160354.231000', '160354.234000', '160354.237000', '160354.240000', '160354.243000', '160354.246000', '160354.248000', '160354.251000', '160354.254000', '160354.257000', '160354.260000', '160354.263000', '160354.265000', '160354.268000', '160354.271000', '160354.274000', '160354.277000', '160354.280000', '160354.283000', '160354.285000', '160354.288000', '160354.291000', '160354.294000', '160354.297000', '160354.300000', '160354.303000', '160354.306000', '160354.308000', '160354.311000', '160354.314000', '160354.317000', '160354.320000', '160354.323000', '160354.326000', '160354.329000', '160354.331000', '160354.334000', '160354.337000', '160354.340000', '160354.343000', '160354.346000', '160354.349000', '160354.352000', '160354.355000', '160414.231000', '160414.234000', '160414.237000', '160414.240000', '160414.243000', '160414.246000', '160414.249000', '160414.252000', '160414.255000', '160414.258000', '160414.261000', '160414.273000', '160414.275000', '160414.278000', '160414.281000', '160414.284000', '160414.287000', '160414.290000', '160414.292000', '160414.295000', '160414.298000', '160414.301000', '160414.304000', '160414.307000', '160414.310000', '160414.313000', '160414.316000', '160414.319000', '160414.322000', '160414.325000', '160414.328000', '160414.330000', '160414.333000', '160414.336000', '160414.339000', '160414.342000', '160414.345000', '160414.348000', '160414.350000', '160414.353000', '160414.356000', '160414.359000', '160414.362000', '160434.230000', '160434.233000', '160434.236000', '160434.239000', '160434.242000', '160434.245000', '160434.247000', '160434.250000', '160434.253000', '160434.256000', '160434.259000', '160434.262000', '160434.265000', '160434.267000', '160434.270000', '160434.273000', '160434.276000', '160434.279000', '160434.282000', '160434.284000', '160434.287000', '160434.290000', '160434.293000', '160434.296000', '160434.299000', '160434.302000', '160434.305000', '160434.307000', '160434.310000', '160434.313000', '160434.316000', '160434.319000', '160434.322000', '160434.324000', '160434.327000', '160434.330000', '160434.333000', '160434.336000', '160434.339000', '160434.341000', '160434.345000', '160434.347000', '160434.350000', '160434.353000', '160454.230000', '160454.233000', '160454.236000', '160454.239000', '160454.242000', '160454.245000', '160454.248000', '160454.250000', '160454.253000', '160454.256000', '160454.259000', '160454.262000', '160454.265000', '160454.268000', '160454.271000', '160454.273000', '160454.276000', '160454.279000', '160454.282000', '160454.285000', '160454.288000', '160454.291000', '160454.293000', '160454.296000', '160454.299000', '160454.302000', '160454.305000', '160454.308000', '160454.311000', '160454.313000', '160454.316000', '160454.319000', '160454.322000', '160454.325000', '160454.328000', '160454.331000', '160454.334000', '160454.337000', '160454.340000', '160454.343000', '160454.346000', '160454.348000', '160454.351000', '160514.230000', '160514.233000', '160514.236000', '160514.239000', '160514.242000', '160514.245000', '160514.247000', '160514.250000', '160514.253000', '160514.256000', '160514.259000', '160514.262000', '160514.265000', '160514.268000', '160514.301000', '160514.304000', '160514.307000', '160514.310000', '160514.312000', '160514.315000', '160514.318000', '160514.321000', '160514.324000', '160514.327000', '160514.330000', '160514.332000', '160514.335000', '160514.338000', '160514.341000', '160514.344000', '160514.347000', '160514.350000', '160514.352000', '160514.355000', '160514.358000', '160514.361000', '160514.364000', '160514.367000', '160514.369000', '160514.372000', '160514.375000', '160514.378000', '160514.381000', '160514.384000', '160534.231000', '160534.234000', '160534.237000', '160534.240000', '160534.243000', '160534.246000', '160534.248000', '160534.251000', '160534.254000', '160534.257000', '160534.260000', '160534.263000', '160534.266000', '160534.269000', '160534.271000', '160534.274000', '160534.277000', '160534.280000', '160534.283000', '160534.286000', '160534.288000', '160534.291000', '160534.295000', '160534.298000', '160534.301000', '160534.304000', '160534.307000', '160534.310000', '160534.313000', '160534.316000', '160534.319000', '160534.321000', '160534.324000', '160534.327000', '160534.330000', '160534.333000', '160534.350000', '160534.353000', '160534.356000', '160534.359000', '160534.362000', '160534.365000', '160534.368000', '160554.231000', '160554.234000', '160554.237000', '160554.240000', '160554.243000', '160554.246000', '160554.249000', '160554.252000', '160554.254000', '160554.257000', '160554.261000', '160554.264000', '160554.267000', '160554.270000', '160554.273000', '160554.276000', '160554.279000', '160554.281000', '160554.284000', '160554.287000', '160554.290000', '160554.293000', '160554.296000', '160554.299000', '160554.301000', '160554.304000', '160554.307000', '160554.310000', '160554.313000', '160554.316000', '160554.319000', '160554.321000', '160554.324000', '160554.327000', '160554.330000', '160554.333000', '160554.336000', '160554.339000', '160554.342000', '160554.344000', '160554.347000', '160554.350000', '160554.353000', '160554.356000', '160614.231000', '160614.234000', '160614.237000', '160614.240000', '160614.243000', '160614.245000', '160614.248000', '160614.251000', '160614.254000', '160614.257000', '160614.260000', '160614.263000', '160614.266000', '160614.268000', '160614.271000', '160614.274000', '160614.277000', '160614.280000', '160614.283000', '160614.285000', '160614.289000', '160614.291000', '160614.294000', '160614.297000', '160614.300000', '160614.303000', '160614.306000', '160614.309000', '160614.312000', '160614.314000', '160614.317000', '160614.320000', '160614.323000', '160614.326000', '160614.329000', '160614.332000', '160614.334000', '160614.337000', '160614.340000', '160614.343000', '160614.346000', '160614.349000', '160614.351000', '160634.231000', '160634.234000', '160634.237000', '160634.240000', '160634.243000', '160634.246000', '160634.249000', '160634.252000', '160634.254000', '160634.259000', '160634.262000', '160634.265000', '160634.268000', '160634.271000', '160634.274000', '160634.276000', '160634.279000', '160634.282000', '160634.285000', '160634.288000', '160634.291000', '160634.294000', '160634.297000', '160634.299000', '160634.302000', '160634.305000', '160634.308000', '160634.311000', '160634.314000', '160634.317000', '160634.320000', '160634.323000', '160634.326000', '160634.329000', '160634.332000', '160634.334000', '160634.337000', '160634.340000', '160634.343000', '160634.346000', '160634.349000', '160634.352000', '160634.355000', '160634.357000', '160654.230000', '160654.233000', '160654.236000', '160654.239000', '160654.242000', '160654.244000', '160654.247000', '160654.250000', '160654.253000', '160654.256000', '160654.259000', '160654.262000', '160654.265000', '160654.267000', '160654.270000', '160654.273000', '160654.276000', '160654.279000', '160654.282000', '160654.285000', '160654.288000', '160654.290000', '160654.293000', '160654.296000', '160654.299000', '160654.302000', '160654.305000', '160654.308000', '160654.310000', '160654.313000', '160654.316000', '160654.319000', '160654.322000', '160654.325000', '160654.328000', '160654.331000', '160654.335000', '160654.338000', '160654.340000', '160654.343000', '160654.346000', '160654.349000', '160654.352000', '160714.230000', '160714.233000', '160714.236000', '160714.239000', '160714.260000', '160714.263000', '160714.265000', '160714.268000', '160714.271000', '160714.274000', '160714.277000', '160714.280000', '160714.283000', '160714.286000', '160714.288000', '160714.291000', '160714.294000', '160714.297000', '160714.300000', '160714.303000', '160714.306000', '160714.309000', '160714.311000', '160714.314000', '160714.317000', '160714.320000', '160714.323000', '160714.326000', '160714.329000', '160714.331000', '160714.334000', '160714.337000', '160714.340000', '160714.343000', '160714.346000', '160714.349000', '160714.352000', '160714.354000', '160714.357000', '160714.360000', '160714.363000', '160714.366000', '160714.369000', '160714.372000', '160734.230000', '160734.233000', '160734.236000', '160734.239000', '160734.242000', '160734.245000', '160734.248000', '160734.251000', '160734.253000', '160734.256000', '160734.259000', '160734.262000', '160734.265000', '160734.268000', '160734.271000', '160734.273000', '160734.276000', '160734.279000', '160734.282000', '160734.285000', '160734.288000', '160734.291000', '160734.294000', '160734.296000', '160734.299000', '160734.302000', '160734.305000', '160734.308000', '160734.311000', '160734.313000', '160734.316000', '160734.319000', '160734.322000', '160734.325000', '160734.328000', '160734.331000', '160734.334000', '160734.336000', '160734.339000', '160734.349000', '160734.352000', '160734.355000', '160734.358000', '160744.600000', '160744.604000', '160744.607000', '160744.610000', '160744.613000', '160744.617000', '160744.620000', '160744.623000', '160744.626000', '160744.629000', '160744.632000', '160744.635000', '160744.638000', '160744.641000', '160744.644000', '160744.647000', '160744.650000', '160744.653000', '160744.656000', '160744.659000', '160744.662000', '160744.665000', '160744.668000'], 'InstanceCreationTime': ['160054.270000', '160054.274000', '160054.283000', '160054.286000', '160054.288000', '160054.295000', '160054.298000', '160054.301000', '160054.303000', '160054.306000', '160054.309000', '160054.312000', '160054.315000', '160054.318000', '160054.327000', '160054.330000', '160054.333000', '160054.336000', '160054.339000', '160054.341000', '160054.344000', '160114.231000', '160114.234000', '160114.237000', '160114.240000', '160114.242000', '160114.245000', '160114.248000', '160114.251000', '160114.254000', '160114.257000', '160114.260000', '160114.262000', '160114.265000', '160114.268000', '160114.271000', '160114.274000', '160114.276000', '160114.280000', '160114.283000', '160114.286000', '160114.289000', '160114.292000', '160114.294000', '160114.297000', '160114.300000', '160114.303000', '160114.306000', '160114.308000', '160114.311000', '160114.314000', '160114.317000', '160114.320000', '160114.323000', '160114.325000', '160114.328000', '160114.331000', '160114.334000', '160114.337000', '160114.340000', '160114.342000', '160114.345000', '160114.348000', '160114.351000', '160114.354000', '160134.231000', '160134.234000', '160134.237000', '160134.240000', '160134.243000', '160134.246000', '160134.249000', '160134.252000', '160134.255000', '160134.258000', '160134.261000', '160134.263000', '160134.266000', '160134.269000', '160134.272000', '160134.275000', '160134.277000', '160134.280000', '160134.283000', '160134.286000', '160134.289000', '160134.292000', '160134.295000', '160134.297000', '160134.300000', '160134.303000', '160134.306000', '160134.309000', '160134.312000', '160134.314000', '160134.317000', '160134.320000', '160134.323000', '160134.326000', '160134.329000', '160134.331000', '160134.334000', '160134.337000', '160134.340000', '160134.343000', '160134.345000', '160134.348000', '160134.351000', '160154.231000', '160154.234000', '160154.237000', '160154.239000', '160154.243000', '160154.245000', '160154.248000', '160154.251000', '160154.254000', '160154.257000', '160154.260000', '160154.262000', '160154.265000', '160154.268000', '160154.271000', '160154.274000', '160154.277000', '160154.279000', '160154.282000', '160154.285000', '160154.288000', '160154.291000', '160154.294000', '160154.296000', '160154.299000', '160154.302000', '160154.305000', '160154.308000', '160154.311000', '160154.314000', '160154.316000', '160154.319000', '160154.322000', '160154.325000', '160154.328000', '160154.331000', '160154.334000', '160154.337000', '160154.339000', '160154.342000', '160154.345000', '160154.348000', '160154.351000', '160154.354000', '160214.230000', '160214.233000', '160214.236000', '160214.239000', '160214.242000', '160214.245000', '160214.248000', '160214.250000', '160214.254000', '160214.257000', '160214.260000', '160214.263000', '160214.266000', '160214.269000', '160214.272000', '160214.275000', '160214.278000', '160214.281000', '160214.283000', '160214.286000', '160214.289000', '160214.292000', '160214.295000', '160214.298000', '160214.301000', '160214.303000', '160214.306000', '160214.309000', '160214.312000', '160214.315000', '160214.318000', '160214.321000', '160214.323000', '160214.326000', '160214.329000', '160214.332000', '160214.335000', '160214.338000', '160214.341000', '160214.343000', '160214.346000', '160214.349000', '160214.352000', '160234.230000', '160234.233000', '160234.236000', '160234.239000', '160234.242000', '160234.244000', '160234.247000', '160234.250000', '160234.253000', '160234.256000', '160234.259000', '160234.261000', '160234.264000', '160234.267000', '160234.270000', '160234.273000', '160234.276000', '160234.278000', '160234.281000', '160234.284000', '160234.287000', '160234.290000', '160234.293000', '160234.301000', '160234.303000', '160234.306000', '160234.309000', '160234.312000', '160234.315000', '160234.318000', '160234.320000', '160234.335000', '160234.338000', '160234.341000', '160234.344000', '160234.356000', '160234.359000', '160234.362000', '160234.365000', '160234.368000', '160234.370000', '160234.373000', '160234.376000', '160234.379000', '160254.230000', '160254.233000', '160254.236000', '160254.239000', '160254.242000', '160254.245000', '160254.247000', '160254.250000', '160254.253000', '160254.260000', '160254.263000', '160254.266000', '160254.269000', '160254.272000', '160254.275000', '160254.278000', '160254.281000', '160254.284000', '160254.287000', '160254.289000', '160254.292000', '160254.295000', '160254.298000', '160254.301000', '160254.304000', '160254.307000', '160254.309000', '160254.312000', '160254.315000', '160254.318000', '160254.321000', '160254.324000', '160254.327000', '160254.330000', '160254.333000', '160254.336000', '160254.338000', '160254.341000', '160254.344000', '160254.347000', '160254.350000', '160254.353000', '160254.355000', '160314.231000', '160314.234000', '160314.237000', '160314.240000', '160314.243000', '160314.246000', '160314.249000', '160314.251000', '160314.254000', '160314.257000', '160314.260000', '160314.263000', '160314.266000', '160314.268000', '160314.271000', '160314.274000', '160314.277000', '160314.280000', '160314.283000', '160314.286000', '160314.288000', '160314.291000', '160314.294000', '160314.297000', '160314.300000', '160314.303000', '160314.306000', '160314.308000', '160314.311000', '160314.314000', '160314.317000', '160314.320000', '160314.323000', '160314.325000', '160314.328000', '160314.331000', '160314.334000', '160314.337000', '160314.340000', '160314.343000', '160314.345000', '160314.348000', '160314.351000', '160314.354000', '160334.231000', '160334.234000', '160334.237000', '160334.240000', '160334.243000', '160334.246000', '160334.248000', '160334.251000', '160334.254000', '160334.257000', '160334.260000', '160334.263000', '160334.266000', '160334.268000', '160334.271000', '160334.274000', '160334.277000', '160334.280000', '160334.283000', '160334.286000', '160334.289000', '160334.291000', '160334.294000', '160334.297000', '160334.300000', '160334.303000', '160334.306000', '160334.309000', '160334.312000', '160334.315000', '160334.318000', '160334.321000', '160334.323000', '160334.326000', '160334.329000', '160334.332000', '160334.335000', '160334.338000', '160334.341000', '160334.343000', '160334.346000', '160334.349000', '160334.352000', '160354.231000', '160354.234000', '160354.237000', '160354.240000', '160354.243000', '160354.246000', '160354.248000', '160354.251000', '160354.254000', '160354.257000', '160354.260000', '160354.263000', '160354.265000', '160354.268000', '160354.271000', '160354.274000', '160354.277000', '160354.280000', '160354.283000', '160354.285000', '160354.288000', '160354.291000', '160354.294000', '160354.297000', '160354.300000', '160354.303000', '160354.306000', '160354.308000', '160354.311000', '160354.314000', '160354.317000', '160354.320000', '160354.323000', '160354.326000', '160354.329000', '160354.331000', '160354.334000', '160354.337000', '160354.340000', '160354.343000', '160354.346000', '160354.349000', '160354.352000', '160354.355000', '160414.231000', '160414.234000', '160414.237000', '160414.240000', '160414.243000', '160414.246000', '160414.249000', '160414.252000', '160414.255000', '160414.258000', '160414.261000', '160414.273000', '160414.275000', '160414.278000', '160414.281000', '160414.284000', '160414.287000', '160414.290000', '160414.292000', '160414.295000', '160414.298000', '160414.301000', '160414.304000', '160414.307000', '160414.310000', '160414.313000', '160414.316000', '160414.319000', '160414.322000', '160414.325000', '160414.328000', '160414.330000', '160414.333000', '160414.336000', '160414.339000', '160414.342000', '160414.345000', '160414.348000', '160414.350000', '160414.353000', '160414.356000', '160414.359000', '160414.362000', '160434.230000', '160434.233000', '160434.236000', '160434.239000', '160434.242000', '160434.245000', '160434.247000', '160434.250000', '160434.253000', '160434.256000', '160434.259000', '160434.262000', '160434.265000', '160434.267000', '160434.270000', '160434.273000', '160434.276000', '160434.279000', '160434.282000', '160434.284000', '160434.287000', '160434.290000', '160434.293000', '160434.296000', '160434.299000', '160434.302000', '160434.305000', '160434.307000', '160434.310000', '160434.313000', '160434.316000', '160434.319000', '160434.322000', '160434.324000', '160434.327000', '160434.330000', '160434.333000', '160434.336000', '160434.339000', '160434.341000', '160434.345000', '160434.347000', '160434.350000', '160434.353000', '160454.230000', '160454.233000', '160454.236000', '160454.239000', '160454.242000', '160454.245000', '160454.248000', '160454.250000', '160454.253000', '160454.256000', '160454.259000', '160454.262000', '160454.265000', '160454.268000', '160454.271000', '160454.273000', '160454.276000', '160454.279000', '160454.282000', '160454.285000', '160454.288000', '160454.291000', '160454.293000', '160454.296000', '160454.299000', '160454.302000', '160454.305000', '160454.308000', '160454.311000', '160454.313000', '160454.316000', '160454.319000', '160454.322000', '160454.325000', '160454.328000', '160454.331000', '160454.334000', '160454.337000', '160454.340000', '160454.343000', '160454.346000', '160454.348000', '160454.351000', '160514.230000', '160514.233000', '160514.236000', '160514.239000', '160514.242000', '160514.245000', '160514.247000', '160514.250000', '160514.253000', '160514.256000', '160514.259000', '160514.262000', '160514.265000', '160514.268000', '160514.301000', '160514.304000', '160514.307000', '160514.310000', '160514.312000', '160514.315000', '160514.318000', '160514.321000', '160514.324000', '160514.327000', '160514.330000', '160514.332000', '160514.335000', '160514.338000', '160514.341000', '160514.344000', '160514.347000', '160514.350000', '160514.352000', '160514.355000', '160514.358000', '160514.361000', '160514.364000', '160514.367000', '160514.369000', '160514.372000', '160514.375000', '160514.378000', '160514.381000', '160514.384000', '160534.231000', '160534.234000', '160534.237000', '160534.240000', '160534.243000', '160534.246000', '160534.248000', '160534.251000', '160534.254000', '160534.257000', '160534.260000', '160534.263000', '160534.266000', '160534.269000', '160534.271000', '160534.274000', '160534.277000', '160534.280000', '160534.283000', '160534.286000', '160534.288000', '160534.291000', '160534.295000', '160534.298000', '160534.301000', '160534.304000', '160534.307000', '160534.310000', '160534.313000', '160534.316000', '160534.319000', '160534.321000', '160534.324000', '160534.327000', '160534.330000', '160534.333000', '160534.350000', '160534.353000', '160534.356000', '160534.359000', '160534.362000', '160534.365000', '160534.368000', '160554.231000', '160554.234000', '160554.237000', '160554.240000', '160554.243000', '160554.246000', '160554.249000', '160554.252000', '160554.254000', '160554.257000', '160554.261000', '160554.264000', '160554.267000', '160554.270000', '160554.273000', '160554.276000', '160554.279000', '160554.281000', '160554.284000', '160554.287000', '160554.290000', '160554.293000', '160554.296000', '160554.299000', '160554.301000', '160554.304000', '160554.307000', '160554.310000', '160554.313000', '160554.316000', '160554.319000', '160554.321000', '160554.324000', '160554.327000', '160554.330000', '160554.333000', '160554.336000', '160554.339000', '160554.342000', '160554.344000', '160554.347000', '160554.350000', '160554.353000', '160554.356000', '160614.231000', '160614.234000', '160614.237000', '160614.240000', '160614.243000', '160614.245000', '160614.248000', '160614.251000', '160614.254000', '160614.257000', '160614.260000', '160614.263000', '160614.266000', '160614.268000', '160614.271000', '160614.274000', '160614.277000', '160614.280000', '160614.283000', '160614.285000', '160614.289000', '160614.291000', '160614.294000', '160614.297000', '160614.300000', '160614.303000', '160614.306000', '160614.309000', '160614.312000', '160614.314000', '160614.317000', '160614.320000', '160614.323000', '160614.326000', '160614.329000', '160614.332000', '160614.334000', '160614.337000', '160614.340000', '160614.343000', '160614.346000', '160614.349000', '160614.351000', '160634.231000', '160634.234000', '160634.237000', '160634.240000', '160634.243000', '160634.246000', '160634.249000', '160634.252000', '160634.254000', '160634.259000', '160634.262000', '160634.265000', '160634.268000', '160634.271000', '160634.274000', '160634.276000', '160634.279000', '160634.282000', '160634.285000', '160634.288000', '160634.291000', '160634.294000', '160634.297000', '160634.299000', '160634.302000', '160634.305000', '160634.308000', '160634.311000', '160634.314000', '160634.317000', '160634.320000', '160634.323000', '160634.326000', '160634.329000', '160634.332000', '160634.334000', '160634.337000', '160634.340000', '160634.343000', '160634.346000', '160634.349000', '160634.352000', '160634.355000', '160634.357000', '160654.230000', '160654.233000', '160654.236000', '160654.239000', '160654.242000', '160654.244000', '160654.247000', '160654.250000', '160654.253000', '160654.256000', '160654.259000', '160654.262000', '160654.265000', '160654.267000', '160654.270000', '160654.273000', '160654.276000', '160654.279000', '160654.282000', '160654.285000', '160654.288000', '160654.290000', '160654.293000', '160654.296000', '160654.299000', '160654.302000', '160654.305000', '160654.308000', '160654.310000', '160654.313000', '160654.316000', '160654.319000', '160654.322000', '160654.325000', '160654.328000', '160654.331000', '160654.335000', '160654.338000', '160654.340000', '160654.343000', '160654.346000', '160654.349000', '160654.352000', '160714.230000', '160714.233000', '160714.236000', '160714.239000', '160714.260000', '160714.263000', '160714.265000', '160714.268000', '160714.271000', '160714.274000', '160714.277000', '160714.280000', '160714.283000', '160714.286000', '160714.288000', '160714.291000', '160714.294000', '160714.297000', '160714.300000', '160714.303000', '160714.306000', '160714.309000', '160714.311000', '160714.314000', '160714.317000', '160714.320000', '160714.323000', '160714.326000', '160714.329000', '160714.331000', '160714.334000', '160714.337000', '160714.340000', '160714.343000', '160714.346000', '160714.349000', '160714.352000', '160714.354000', '160714.357000', '160714.360000', '160714.363000', '160714.366000', '160714.369000', '160714.372000', '160734.230000', '160734.233000', '160734.236000', '160734.239000', '160734.242000', '160734.245000', '160734.248000', '160734.251000', '160734.253000', '160734.256000', '160734.259000', '160734.262000', '160734.265000', '160734.268000', '160734.271000', '160734.273000', '160734.276000', '160734.279000', '160734.282000', '160734.285000', '160734.288000', '160734.291000', '160734.294000', '160734.296000', '160734.299000', '160734.302000', '160734.305000', '160734.308000', '160734.311000', '160734.313000', '160734.316000', '160734.319000', '160734.322000', '160734.325000', '160734.328000', '160734.331000', '160734.334000', '160734.336000', '160734.339000', '160734.349000', '160734.352000', '160734.355000', '160734.358000', '160744.600000', '160744.604000', '160744.607000', '160744.610000', '160744.613000', '160744.617000', '160744.620000', '160744.623000', '160744.626000', '160744.629000', '160744.632000', '160744.635000', '160744.638000', '160744.641000', '160744.644000', '160744.647000', '160744.650000', '160744.653000', '160744.656000', '160744.659000', '160744.662000', '160744.665000', '160744.668000'], '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': [19202, 14451, 19156, 10190, 15971, 9816, 12950, 9556, 16039, 12110, 14556, 9362, 9823, 11060, 9301, 9765, 8952, 9936, 9224, 8670, 8694, 9103, 8995, 9002, 12548, 10017, 11749, 9395, 9050, 9221, 9286, 9842, 9446, 15222, 9600, 15842, 9661, 9552, 9331, 9659, 9033, 13532, 9335, 9498, 9636, 9515, 12551, 9470, 13154, 9662, 10045, 9188, 9674, 8501, 13636, 10179, 9412, 10568, 9506, 13546, 9452, 11749, 9198, 13225, 9427, 9766, 8685, 9524, 9123, 9518, 13209, 9417, 9752, 8996, 10763, 9430, 11966, 9020, 9202, 8638, 9033, 15959, 9471, 12483, 9226, 8712, 9284, 9206, 8583, 11395, 8939, 9442, 18044, 9206, 11482, 9277, 13268, 9405, 9372, 9219, 9247, 8881, 9100, 13388, 9965, 16303, 9644, 10819, 9434, 8872, 8631, 9910, 12684, 9270, 12486, 9399, 10536, 9412, 11135, 9275, 16938, 9530, 9547, 8858, 9215, 8343, 9220, 14426, 9261, 14177, 9442, 11819, 9267, 10047, 8989, 10455, 8966, 13999, 9035, 8689, 8600, 9462, 8532, 9373, 8584, 9284, 14466, 9103, 11148, 9284, 15807, 9723, 13016, 9028, 9209, 8530, 9461, 8444, 10204, 8434, 9292, 12994, 9101, 11157, 8836, 10764, 9090, 12487, 9074, 8447, 8562, 8008, 8476, 9177, 13296, 9980, 12044, 9309, 8926, 9356, 12787, 9083, 10396, 9660, 10975, 8823, 8274, 8455, 8495, 8463, 10171, 8983, 9221, 14385, 8968, 11694, 8802, 10130, 9531, 12514, 9181, 11037, 8695, 8486, 8573, 8639, 8603, 11427, 8468, 8908, 13012, 8729, 11332, 8796, 12788, 9076, 11496, 8674, 9366, 8717, 10483, 8759, 9929, 8777, 8760, 8782, 9382, 8379, 9143, 14404, 8675, 16637, 11667, 17528, 9205, 14762, 9033, 10688, 8631, 10256, 9015, 9906, 8449, 8109, 8609, 10822, 9046, 8078, 9351, 9191, 8830, 9186, 8773, 8929, 11580, 8748, 14757, 8628, 13882, 8856, 11923, 9481, 8588, 8980, 9524, 8721, 11075, 8641, 8801, 8820, 9113, 10396, 8667, 14649, 10879, 10722, 9106, 8706, 8869, 9670, 9177, 15381, 8814, 17874, 11809, 13056, 9022, 8881, 9016, 8828, 8915, 16610, 10906, 17986, 9957, 15062, 9206, 11355, 9689, 11377, 9829, 15097, 10579, 14000, 9294, 8205, 8810, 8379, 9453, 9553, 9469, 8228, 9930, 9016, 8931, 8715, 12883, 9087, 13533, 8995, 8728, 8890, 9149, 9046, 16569, 9424, 17687, 9314, 16225, 9028, 11210, 9092, 11004, 9979, 15148, 8867, 12051, 9199, 9792, 9016, 10668, 9937, 12967, 9427, 11919, 9042, 9307, 8520, 15102, 8389, 8447, 8981, 8583, 10560, 8934, 11999, 8809, 13291, 8939, 8645, 8698, 8662, 8805, 14295, 8941, 17458, 10130, 16375, 9035, 12187, 10080, 8841, 9377, 8782, 8693, 11416, 8702, 10056, 8822, 9172, 10696, 9095, 9712, 8660, 8720, 10509, 8644, 8851, 9013, 10391, 9906, 9267, 16861, 11539, 15997, 9275, 17068, 9889, 11462, 9865, 10336, 9724, 12246, 9670, 9867, 10147, 9551, 9428, 11730, 9147, 16415, 9637, 9273, 11037, 9556, 12228, 9356, 17363, 10405, 15385, 9103, 9591, 8971, 10668, 8995, 14094, 9513, 12235, 9452, 10871, 10586, 16358, 9312, 15966, 9544, 11547, 9727, 12035, 10128, 12879, 9665, 13042, 9233, 17632, 9622, 8730, 9412, 9095, 8926, 9878, 8805, 13171, 8891, 8766, 8881, 9056, 9950, 9155, 11562, 9323, 11419, 9578, 12293, 9517, 15092, 9667, 13665, 10032, 12932, 10322, 9682, 9580, 13423, 9618, 14449, 9509, 9470, 10770, 9378, 8807, 9002, 9631, 9583, 8962, 9256, 8916, 9789, 12567, 8963, 14594, 9585, 10228, 9330, 9532, 9747, 11598, 9784, 17621, 13437, 14489, 10072, 13405, 10101, 12394, 10170, 14672, 11097, 15207, 10263, 9647, 10113, 9243, 9660, 9908, 9195, 9706, 10824, 9258, 9466, 9610, 9209, 10095, 12052, 9590, 16360, 10778, 16273, 10061, 12826, 10149, 14585, 10085, 12302, 11046, 13824, 10802, 9207, 10311, 10341, 10604, 12011, 11014, 9754, 10575, 12469, 10800, 16287, 10590, 10753, 10228, 9927, 11581, 9837, 17960, 9948, 16542, 10257, 14153, 10165, 11902, 10231, 10840, 10308, 14268, 10497, 11175, 10354, 11356, 9989, 15846, 10464, 11345, 10832, 9826, 10120, 9823, 9849, 15418, 9619, 9947, 9297, 9892, 11503, 9829, 17158, 10454, 18856, 10431, 13772, 10531, 16174, 10680, 13684, 10830, 9407, 10583, 9620, 9842, 13619, 10367, 9863, 11597, 10206, 9103, 10437, 13682, 10295, 8891, 10529, 9094, 10730, 12747, 10808, 15813, 12314, 19998, 14355, 13619, 11100, 11679, 9357, 9789, 8852, 8901, 13605, 8787, 8494, 8701, 8442, 8756, 10440, 8753, 16432, 8783, 10769, 8576, 8457, 8331, 9815, 8256, 14195, 8424, 10903, 8494, 8402, 8374, 8564, 9603, 8478, 10020, 12734, 8369, 8655, 8410, 8454, 12641, 8325, 15533, 8795, 12863, 8784, 11586, 9850, 14050, 9725, 12364, 8963, 8760, 9246, 9067, 8584, 10952, 8350, 14770, 8561, 8446, 8468, 8428, 8925, 8491, 10679, 12487, 8489, 8568, 8302, 8855, 12220, 8761, 15409, 10487, 15633, 9169, 11915, 9134, 11003, 8865, 13286, 9059, 11360, 8632, 8619, 8927, 8603, 12110, 9037, 14948, 8657, 13823, 9246, 13086, 9100, 12214, 10591, 16519, 8671, 13910, 9063, 9746, 9208, 10521, 8951, 10612, 8545, 8583, 8495, 8391, 8628, 8419, 16460, 11639, 13939, 8598, 8909, 8854, 14994, 8773, 14653, 11148, 14941, 9053, 9301, 8415, 9414, 8337, 17089, 8483, 8824, 9282, 8512, 8333, 8813, 8476, 8676, 11254, 16031, 8651, 8240, 8085, 8069, 8031, 7985, 13278, 8646, 15708, 8266, 16725, 7986, 11405, 8492, 10331, 8833, 13466, 8087, 8378, 8066, 8347, 8123, 9010, 8984, 9772, 12338, 14298, 8600, 8575, 8622, 8311, 13580, 8276, 18971, 11456, 16053, 8623, 12665, 8728, 9673, 8602, 12284, 8683, 10469, 8256, 8339, 8311, 8739, 8309, 11513, 8890, 8190, 8888, 8043, 13417, 8734, 15553, 8130, 13948, 8578, 11750, 8550, 10761, 10038, 15684, 11136, 14569, 8347, 9977, 8568, 10186, 8910, 11783, 9470, 15445, 8190, 8534, 8511, 8493, 13039, 7942, 18081, 8771, 14322, 8216, 10851, 8261, 10829, 9690, 14057, 10819, 13511, 8420, 8614, 8462, 9291, 8268, 11249, 8242, 10662, 8216, 8405, 8222, 8330, 11603, 8304, 12963, 8243, 8625, 8327, 11644, 8374, 11818, 8910, 12243, 10431, 13383, 8667, 9074, 8784, 9478, 8176, 12469, 8161, 8444, 8408, 8294, 8142, 15248, 8092, 9199, 8750, 8607, 8577, 9758, 8295, 16370, 9503, 13554, 8534, 8861, 9021, 10498, 8412, 13153, 8426, 8643, 8720, 8478, 8463, 8080, 9284, 8149, 8293, 8551, 8020, 8441, 9370, 8186], 'WindowCenter': [4399.0, 4363.0, 4371.0, 4310.0, 4346.0, 4296.0, 4313.0, 4267.0, 4319.0, 4286.0, 4308.0, 4255.0, 4267.0, 4276.0, 4266.0, 4267.0, 4257.0, 4268.0, 4271.0, 4258.0, 4258.0, 4270.0, 4268.0, 4270.0, 4299.0, 4278.0, 4298.0, 4268.0, 4269.0, 4267.0, 4268.0, 4269.0, 4268.0, 4319.0, 4268.0, 4316.0, 4269.0, 4267.0, 4267.0, 4268.0, 4258.0, 4310.0, 4257.0, 4267.0, 4266.0, 4266.0, 4298.0, 4269.0, 4297.0, 4267.0, 4268.0, 4255.0, 4268.0, 4258.0, 4308.0, 4267.0, 4257.0, 4263.0, 4256.0, 4295.0, 4255.0, 4285.0, 4256.0, 4296.0, 4254.0, 4265.0, 4243.0, 4266.0, 4255.0, 4266.0, 4295.0, 4267.0, 4265.0, 4256.0, 4277.0, 4268.0, 4287.0, 4255.0, 4255.0, 4246.0, 4257.0, 4317.0, 4266.0, 4285.0, 4266.0, 4244.0, 4255.0, 4256.0, 4246.0, 4288.0, 4255.0, 4266.0, 4316.0, 4256.0, 4275.0, 4257.0, 4296.0, 4256.0, 4255.0, 4256.0, 4255.0, 4244.0, 4256.0, 4297.0, 4267.0, 4306.0, 4257.0, 4276.0, 4254.0, 4245.0, 4243.0, 4264.0, 4284.0, 4256.0, 4282.0, 4254.0, 4263.0, 4255.0, 4276.0, 4258.0, 4306.0, 4254.0, 4254.0, 4243.0, 4255.0, 4232.0, 4255.0, 4295.0, 4255.0, 4296.0, 4256.0, 4273.0, 4255.0, 4264.0, 4257.0, 4275.0, 4257.0, 4299.0, 4244.0, 4245.0, 4243.0, 4266.0, 4244.0, 4258.0, 4245.0, 4255.0, 4294.0, 4255.0, 4276.0, 4256.0, 4305.0, 4256.0, 4283.0, 4245.0, 4252.0, 4233.0, 4255.0, 4232.0, 4265.0, 4234.0, 4257.0, 4283.0, 4244.0, 4274.0, 4245.0, 4265.0, 4246.0, 4284.0, 4245.0, 4234.0, 4244.0, 4236.0, 4235.0, 4257.0, 4297.0, 4266.0, 4272.0, 4257.0, 4244.0, 4256.0, 4285.0, 4256.0, 4265.0, 4267.0, 4274.0, 4257.0, 4247.0, 4246.0, 4245.0, 4247.0, 4267.0, 4256.0, 4257.0, 4297.0, 4246.0, 4274.0, 4256.0, 4268.0, 4267.0, 4287.0, 4256.0, 4264.0, 4245.0, 4245.0, 4245.0, 4246.0, 4245.0, 4289.0, 4246.0, 4255.0, 4285.0, 4245.0, 4276.0, 4258.0, 4285.0, 4257.0, 4275.0, 4246.0, 4255.0, 4246.0, 4276.0, 4244.0, 4269.0, 4246.0, 4246.0, 4245.0, 4255.0, 4245.0, 4256.0, 4296.0, 4257.0, 4317.0, 4289.0, 4318.0, 4257.0, 4295.0, 4246.0, 4263.0, 4244.0, 4266.0, 4246.0, 4254.0, 4234.0, 4235.0, 4245.0, 4275.0, 4244.0, 4236.0, 4254.0, 4256.0, 4256.0, 4257.0, 4245.0, 4259.0, 4276.0, 4246.0, 4305.0, 4248.0, 4298.0, 4258.0, 4275.0, 4256.0, 4245.0, 4259.0, 4267.0, 4259.0, 4277.0, 4260.0, 4259.0, 4258.0, 4256.0, 4267.0, 4259.0, 4308.0, 4279.0, 4275.0, 4257.0, 4245.0, 4256.0, 4255.0, 4257.0, 4308.0, 4258.0, 4330.0, 4289.0, 4298.0, 4258.0, 4257.0, 4257.0, 4256.0, 4258.0, 4307.0, 4277.0, 4317.0, 4267.0, 4306.0, 4257.0, 4276.0, 4257.0, 4277.0, 4267.0, 4306.0, 4266.0, 4294.0, 4255.0, 4234.0, 4245.0, 4246.0, 4257.0, 4267.0, 4257.0, 4246.0, 4266.0, 4256.0, 4258.0, 4259.0, 4298.0, 4259.0, 4299.0, 4247.0, 4246.0, 4248.0, 4255.0, 4246.0, 4308.0, 4258.0, 4306.0, 4256.0, 4304.0, 4246.0, 4264.0, 4244.0, 4265.0, 4267.0, 4295.0, 4256.0, 4286.0, 4256.0, 4265.0, 4257.0, 4266.0, 4267.0, 4297.0, 4256.0, 4278.0, 4244.0, 4255.0, 4247.0, 4307.0, 4235.0, 4235.0, 4244.0, 4245.0, 4265.0, 4245.0, 4285.0, 4248.0, 4295.0, 4246.0, 4244.0, 4247.0, 4245.0, 4258.0, 4297.0, 4258.0, 4317.0, 4268.0, 4307.0, 4248.0, 4273.0, 4265.0, 4245.0, 4256.0, 4246.0, 4260.0, 4290.0, 4248.0, 4268.0, 4257.0, 4257.0, 4267.0, 4260.0, 4268.0, 4260.0, 4257.0, 4278.0, 4257.0, 4258.0, 4270.0, 4280.0, 4279.0, 4269.0, 4320.0, 4290.0, 4307.0, 4256.0, 4316.0, 4269.0, 4276.0, 4267.0, 4265.0, 4269.0, 4286.0, 4268.0, 4267.0, 4267.0, 4258.0, 4259.0, 4289.0, 4258.0, 4309.0, 4257.0, 4256.0, 4265.0, 4256.0, 4285.0, 4255.0, 4306.0, 4269.0, 4305.0, 4246.0, 4255.0, 4258.0, 4266.0, 4258.0, 4297.0, 4269.0, 4287.0, 4258.0, 4276.0, 4279.0, 4307.0, 4256.0, 4307.0, 4256.0, 4274.0, 4257.0, 4276.0, 4266.0, 4287.0, 4256.0, 4286.0, 4256.0, 4305.0, 4255.0, 4244.0, 4257.0, 4245.0, 4257.0, 4268.0, 4257.0, 4299.0, 4258.0, 4246.0, 4257.0, 4257.0, 4267.0, 4259.0, 4288.0, 4259.0, 4279.0, 4268.0, 4286.0, 4268.0, 4306.0, 4269.0, 4297.0, 4269.0, 4288.0, 4269.0, 4256.0, 4270.0, 4299.0, 4258.0, 4296.0, 4255.0, 4254.0, 4267.0, 4256.0, 4257.0, 4258.0, 4258.0, 4268.0, 4255.0, 4256.0, 4257.0, 4280.0, 4300.0, 4272.0, 4311.0, 4271.0, 4280.0, 4269.0, 4270.0, 4270.0, 4290.0, 4270.0, 4320.0, 4300.0, 4297.0, 4270.0, 4297.0, 4279.0, 4289.0, 4281.0, 4309.0, 4279.0, 4309.0, 4266.0, 4255.0, 4266.0, 4256.0, 4256.0, 4267.0, 4255.0, 4268.0, 4279.0, 4269.0, 4269.0, 4271.0, 4259.0, 4279.0, 4288.0, 4270.0, 4319.0, 4280.0, 4308.0, 4270.0, 4287.0, 4268.0, 4308.0, 4267.0, 4288.0, 4279.0, 4297.0, 4279.0, 4258.0, 4281.0, 4270.0, 4279.0, 4290.0, 4289.0, 4268.0, 4281.0, 4299.0, 4282.0, 4309.0, 4279.0, 4276.0, 4267.0, 4257.0, 4276.0, 4257.0, 4320.0, 4267.0, 4305.0, 4267.0, 4296.0, 4266.0, 4277.0, 4267.0, 4276.0, 4268.0, 4297.0, 4279.0, 4276.0, 4268.0, 4279.0, 4268.0, 4307.0, 4266.0, 4275.0, 4275.0, 4256.0, 4266.0, 4266.0, 4266.0, 4307.0, 4256.0, 4257.0, 4257.0, 4267.0, 4276.0, 4268.0, 4317.0, 4268.0, 4316.0, 4267.0, 4297.0, 4269.0, 4307.0, 4269.0, 4284.0, 4266.0, 4246.0, 4266.0, 4255.0, 4266.0, 4297.0, 4265.0, 4257.0, 4275.0, 4265.0, 4243.0, 4267.0, 4285.0, 4266.0, 4245.0, 4268.0, 4257.0, 4278.0, 4299.0, 4278.0, 4308.0, 4289.0, 4331.0, 4312.0, 4295.0, 4289.0, 4288.0, 4272.0, 4269.0, 4259.0, 4257.0, 4310.0, 4248.0, 4258.0, 4249.0, 4248.0, 4262.0, 4280.0, 4248.0, 4311.0, 4249.0, 4279.0, 4246.0, 4234.0, 4236.0, 4254.0, 4235.0, 4298.0, 4235.0, 4263.0, 4246.0, 4235.0, 4235.0, 4244.0, 4256.0, 4248.0, 4256.0, 4288.0, 4235.0, 4245.0, 4235.0, 4236.0, 4286.0, 4236.0, 4305.0, 4246.0, 4285.0, 4246.0, 4275.0, 4268.0, 4296.0, 4257.0, 4287.0, 4247.0, 4246.0, 4258.0, 4256.0, 4248.0, 4279.0, 4247.0, 4308.0, 4248.0, 4248.0, 4248.0, 4250.0, 4258.0, 4247.0, 4277.0, 4300.0, 4247.0, 4260.0, 4248.0, 4258.0, 4287.0, 4250.0, 4309.0, 4281.0, 4319.0, 4270.0, 4287.0, 4269.0, 4280.0, 4260.0, 4300.0, 4259.0, 4288.0, 4248.0, 4246.0, 4258.0, 4259.0, 4290.0, 4261.0, 4309.0, 4250.0, 4297.0, 4258.0, 4298.0, 4259.0, 4289.0, 4280.0, 4317.0, 4248.0, 4298.0, 4258.0, 4258.0, 4258.0, 4279.0, 4259.0, 4280.0, 4248.0, 4247.0, 4260.0, 4249.0, 4247.0, 4249.0, 4318.0, 4292.0, 4298.0, 4250.0, 4257.0, 4259.0, 4307.0, 4248.0, 4296.0, 4278.0, 4306.0, 4246.0, 4255.0, 4236.0, 4255.0, 4247.0, 4317.0, 4248.0, 4245.0, 4257.0, 4246.0, 4247.0, 4256.0, 4259.0, 4261.0, 4278.0, 4310.0, 4244.0, 4247.0, 4235.0, 4234.0, 4234.0, 4247.0, 4297.0, 4258.0, 4308.0, 4249.0, 4318.0, 4235.0, 4276.0, 4247.0, 4265.0, 4244.0, 4296.0, 4237.0, 4246.0, 4248.0, 4248.0, 4249.0, 4258.0, 4257.0, 4270.0, 4288.0, 4310.0, 4246.0, 4247.0, 4246.0, 4249.0, 4297.0, 4248.0, 4319.0, 4278.0, 4307.0, 4246.0, 4284.0, 4248.0, 4255.0, 4246.0, 4286.0, 4246.0, 4266.0, 4247.0, 4247.0, 4246.0, 4246.0, 4238.0, 4288.0, 4257.0, 4246.0, 4245.0, 4237.0, 4299.0, 4250.0, 4307.0, 4236.0, 4296.0, 4249.0, 4274.0, 4248.0, 4277.0, 4279.0, 4320.0, 4288.0, 4307.0, 4248.0, 4265.0, 4260.0, 4267.0, 4258.0, 4287.0, 4259.0, 4308.0, 4244.0, 4248.0, 4245.0, 4246.0, 4284.0, 4238.0, 4319.0, 4245.0, 4294.0, 4247.0, 4267.0, 4246.0, 4275.0, 4268.0, 4297.0, 4276.0, 4285.0, 4236.0, 4246.0, 4246.0, 4257.0, 4235.0, 4277.0, 4248.0, 4267.0, 4246.0, 4245.0, 4235.0, 4246.0, 4287.0, 4247.0, 4297.0, 4248.0, 4247.0, 4250.0, 4287.0, 4247.0, 4287.0, 4259.0, 4286.0, 4279.0, 4295.0, 4248.0, 4246.0, 4245.0, 4259.0, 4247.0, 4287.0, 4247.0, 4235.0, 4245.0, 4245.0, 4237.0, 4306.0, 4237.0, 4255.0, 4247.0, 4247.0, 4247.0, 4266.0, 4249.0, 4318.0, 4271.0, 4298.0, 4248.0, 4246.0, 4257.0, 4266.0, 4237.0, 4296.0, 4235.0, 4248.0, 4244.0, 4247.0, 4244.0, 4237.0, 4256.0, 4237.0, 4247.0, 4259.0, 4235.0, 4248.0, 4257.0, 4248.0], 'WindowWidth': [9680.0, 9614.0, 9621.0, 9532.0, 9575.0, 9506.0, 9520.0, 9450.0, 9524.0, 9472.0, 9505.0, 9428.0, 9447.0, 9458.0, 9448.0, 9448.0, 9437.0, 9451.0, 9459.0, 9440.0, 9438.0, 9461.0, 9455.0, 9461.0, 9497.0, 9469.0, 9491.0, 9454.0, 9453.0, 9450.0, 9453.0, 9454.0, 9452.0, 9523.0, 9452.0, 9514.0, 9453.0, 9448.0, 9449.0, 9453.0, 9438.0, 9511.0, 9435.0, 9448.0, 9445.0, 9446.0, 9491.0, 9455.0, 9488.0, 9451.0, 9451.0, 9432.0, 9452.0, 9437.0, 9507.0, 9449.0, 9436.0, 9438.0, 9433.0, 9481.0, 9429.0, 9468.0, 9434.0, 9487.0, 9428.0, 9442.0, 9411.0, 9446.0, 9431.0, 9446.0, 9484.0, 9450.0, 9443.0, 9435.0, 9462.0, 9452.0, 9475.0, 9430.0, 9429.0, 9418.0, 9434.0, 9516.0, 9446.0, 9471.0, 9447.0, 9414.0, 9431.0, 9433.0, 9420.0, 9479.0, 9430.0, 9446.0, 9515.0, 9431.0, 9455.0, 9434.0, 9485.0, 9432.0, 9429.0, 9429.0, 9428.0, 9413.0, 9431.0, 9488.0, 9449.0, 9500.0, 9434.0, 9459.0, 9428.0, 9415.0, 9410.0, 9441.0, 9466.0, 9429.0, 9460.0, 9425.0, 9435.0, 9430.0, 9458.0, 9436.0, 9500.0, 9425.0, 9423.0, 9408.0, 9427.0, 9394.0, 9431.0, 9482.0, 9430.0, 9483.0, 9430.0, 9448.0, 9429.0, 9438.0, 9435.0, 9457.0, 9434.0, 9491.0, 9412.0, 9414.0, 9410.0, 9445.0, 9414.0, 9436.0, 9415.0, 9429.0, 9480.0, 9427.0, 9458.0, 9433.0, 9496.0, 9432.0, 9463.0, 9414.0, 9421.0, 9396.0, 9425.0, 9395.0, 9441.0, 9398.0, 9431.0, 9463.0, 9412.0, 9451.0, 9415.0, 9439.0, 9418.0, 9463.0, 9415.0, 9398.0, 9413.0, 9405.0, 9400.0, 9433.0, 9487.0, 9444.0, 9447.0, 9430.0, 9410.0, 9430.0, 9466.0, 9432.0, 9444.0, 9448.0, 9452.0, 9434.0, 9419.0, 9418.0, 9415.0, 9420.0, 9449.0, 9431.0, 9433.0, 9484.0, 9417.0, 9451.0, 9432.0, 9448.0, 9449.0, 9473.0, 9430.0, 9437.0, 9414.0, 9414.0, 9415.0, 9417.0, 9415.0, 9478.0, 9417.0, 9429.0, 9468.0, 9416.0, 9459.0, 9437.0, 9467.0, 9434.0, 9455.0, 9417.0, 9427.0, 9419.0, 9458.0, 9413.0, 9450.0, 9415.0, 9418.0, 9414.0, 9430.0, 9414.0, 9432.0, 9485.0, 9434.0, 9516.0, 9479.0, 9519.0, 9434.0, 9482.0, 9416.0, 9435.0, 9413.0, 9442.0, 9416.0, 9425.0, 9399.0, 9400.0, 9415.0, 9454.0, 9410.0, 9403.0, 9425.0, 9430.0, 9432.0, 9434.0, 9416.0, 9437.0, 9457.0, 9418.0, 9495.0, 9423.0, 9487.0, 9436.0, 9454.0, 9430.0, 9413.0, 9440.0, 9447.0, 9439.0, 9460.0, 9441.0, 9439.0, 9438.0, 9434.0, 9447.0, 9440.0, 9503.0, 9466.0, 9455.0, 9432.0, 9415.0, 9432.0, 9429.0, 9435.0, 9505.0, 9439.0, 9537.0, 9481.0, 9491.0, 9437.0, 9432.0, 9433.0, 9431.0, 9436.0, 9501.0, 9461.0, 9516.0, 9445.0, 9498.0, 9433.0, 9455.0, 9431.0, 9459.0, 9448.0, 9497.0, 9443.0, 9478.0, 9426.0, 9397.0, 9414.0, 9417.0, 9432.0, 9446.0, 9432.0, 9418.0, 9443.0, 9431.0, 9434.0, 9438.0, 9490.0, 9439.0, 9491.0, 9421.0, 9415.0, 9420.0, 9427.0, 9415.0, 9504.0, 9436.0, 9499.0, 9429.0, 9492.0, 9415.0, 9437.0, 9413.0, 9440.0, 9447.0, 9482.0, 9431.0, 9470.0, 9432.0, 9440.0, 9434.0, 9443.0, 9446.0, 9486.0, 9431.0, 9458.0, 9412.0, 9427.0, 9420.0, 9502.0, 9401.0, 9400.0, 9410.0, 9414.0, 9439.0, 9416.0, 9468.0, 9422.0, 9481.0, 9417.0, 9412.0, 9419.0, 9415.0, 9436.0, 9487.0, 9436.0, 9515.0, 9450.0, 9500.0, 9421.0, 9448.0, 9441.0, 9413.0, 9431.0, 9418.0, 9442.0, 9481.0, 9424.0, 9448.0, 9432.0, 9432.0, 9445.0, 9440.0, 9450.0, 9444.0, 9435.0, 9463.0, 9435.0, 9436.0, 9457.0, 9469.0, 9466.0, 9454.0, 9523.0, 9481.0, 9500.0, 9432.0, 9512.0, 9449.0, 9456.0, 9446.0, 9441.0, 9451.0, 9471.0, 9450.0, 9446.0, 9448.0, 9434.0, 9438.0, 9480.0, 9435.0, 9507.0, 9433.0, 9430.0, 9439.0, 9430.0, 9466.0, 9428.0, 9500.0, 9449.0, 9495.0, 9417.0, 9426.0, 9434.0, 9443.0, 9434.0, 9485.0, 9451.0, 9472.0, 9434.0, 9456.0, 9465.0, 9501.0, 9431.0, 9499.0, 9431.0, 9451.0, 9431.0, 9455.0, 9443.0, 9470.0, 9428.0, 9468.0, 9430.0, 9495.0, 9428.0, 9409.0, 9432.0, 9412.0, 9432.0, 9448.0, 9433.0, 9489.0, 9435.0, 9418.0, 9433.0, 9432.0, 9446.0, 9438.0, 9476.0, 9440.0, 9463.0, 9448.0, 9470.0, 9449.0, 9498.0, 9450.0, 9485.0, 9451.0, 9473.0, 9449.0, 9430.0, 9454.0, 9491.0, 9435.0, 9482.0, 9426.0, 9424.0, 9442.0, 9430.0, 9433.0, 9436.0, 9433.0, 9449.0, 9429.0, 9433.0, 9434.0, 9468.0, 9496.0, 9461.0, 9513.0, 9458.0, 9467.0, 9453.0, 9455.0, 9456.0, 9481.0, 9457.0, 9524.0, 9496.0, 9488.0, 9455.0, 9488.0, 9466.0, 9477.0, 9472.0, 9506.0, 9465.0, 9505.0, 9443.0, 9425.0, 9443.0, 9429.0, 9431.0, 9446.0, 9429.0, 9448.0, 9465.0, 9455.0, 9454.0, 9458.0, 9439.0, 9466.0, 9474.0, 9454.0, 9519.0, 9468.0, 9504.0, 9454.0, 9472.0, 9449.0, 9502.0, 9447.0, 9475.0, 9465.0, 9484.0, 9464.0, 9434.0, 9471.0, 9454.0, 9468.0, 9479.0, 9480.0, 9450.0, 9471.0, 9493.0, 9471.0, 9506.0, 9466.0, 9456.0, 9447.0, 9431.0, 9455.0, 9430.0, 9521.0, 9446.0, 9495.0, 9445.0, 9481.0, 9443.0, 9457.0, 9447.0, 9457.0, 9451.0, 9485.0, 9462.0, 9455.0, 9448.0, 9462.0, 9448.0, 9498.0, 9443.0, 9453.0, 9455.0, 9428.0, 9444.0, 9443.0, 9442.0, 9500.0, 9430.0, 9431.0, 9432.0, 9446.0, 9455.0, 9447.0, 9513.0, 9447.0, 9511.0, 9444.0, 9483.0, 9450.0, 9500.0, 9451.0, 9463.0, 9442.0, 9415.0, 9441.0, 9426.0, 9443.0, 9485.0, 9439.0, 9430.0, 9452.0, 9439.0, 9407.0, 9443.0, 9466.0, 9441.0, 9413.0, 9448.0, 9432.0, 9464.0, 9492.0, 9464.0, 9500.0, 9478.0, 9541.0, 9514.0, 9481.0, 9481.0, 9479.0, 9464.0, 9454.0, 9438.0, 9432.0, 9508.0, 9423.0, 9436.0, 9424.0, 9424.0, 9449.0, 9471.0, 9423.0, 9511.0, 9425.0, 9462.0, 9418.0, 9398.0, 9402.0, 9425.0, 9400.0, 9487.0, 9399.0, 9434.0, 9414.0, 9399.0, 9400.0, 9412.0, 9428.0, 9421.0, 9428.0, 9473.0, 9398.0, 9414.0, 9398.0, 9402.0, 9467.0, 9403.0, 9494.0, 9416.0, 9465.0, 9416.0, 9453.0, 9448.0, 9482.0, 9433.0, 9469.0, 9419.0, 9414.0, 9433.0, 9430.0, 9421.0, 9462.0, 9421.0, 9501.0, 9422.0, 9421.0, 9424.0, 9426.0, 9436.0, 9420.0, 9462.0, 9494.0, 9420.0, 9442.0, 9423.0, 9439.0, 9474.0, 9427.0, 9506.0, 9472.0, 9518.0, 9455.0, 9473.0, 9453.0, 9466.0, 9443.0, 9494.0, 9439.0, 9473.0, 9424.0, 9419.0, 9435.0, 9439.0, 9480.0, 9445.0, 9504.0, 9427.0, 9487.0, 9437.0, 9487.0, 9438.0, 9477.0, 9468.0, 9514.0, 9424.0, 9489.0, 9437.0, 9434.0, 9438.0, 9465.0, 9439.0, 9466.0, 9425.0, 9422.0, 9442.0, 9426.0, 9421.0, 9424.0, 9517.0, 9484.0, 9488.0, 9426.0, 9432.0, 9439.0, 9500.0, 9422.0, 9484.0, 9461.0, 9497.0, 9415.0, 9426.0, 9403.0, 9427.0, 9420.0, 9515.0, 9422.0, 9414.0, 9432.0, 9416.0, 9419.0, 9430.0, 9442.0, 9447.0, 9462.0, 9509.0, 9413.0, 9418.0, 9400.0, 9400.0, 9400.0, 9419.0, 9487.0, 9437.0, 9503.0, 9424.0, 9516.0, 9403.0, 9456.0, 9418.0, 9440.0, 9413.0, 9482.0, 9407.0, 9416.0, 9424.0, 9424.0, 9426.0, 9438.0, 9435.0, 9455.0, 9476.0, 9507.0, 9417.0, 9419.0, 9417.0, 9423.0, 9486.0, 9421.0, 9519.0, 9461.0, 9501.0, 9418.0, 9465.0, 9420.0, 9426.0, 9419.0, 9469.0, 9418.0, 9442.0, 9418.0, 9418.0, 9417.0, 9418.0, 9408.0, 9475.0, 9431.0, 9418.0, 9414.0, 9407.0, 9491.0, 9427.0, 9500.0, 9405.0, 9482.0, 9424.0, 9452.0, 9422.0, 9459.0, 9468.0, 9521.0, 9477.0, 9500.0, 9424.0, 9441.0, 9441.0, 9445.0, 9438.0, 9474.0, 9438.0, 9503.0, 9413.0, 9421.0, 9413.0, 9416.0, 9465.0, 9408.0, 9520.0, 9416.0, 9478.0, 9420.0, 9445.0, 9418.0, 9454.0, 9450.0, 9486.0, 9459.0, 9467.0, 9403.0, 9415.0, 9418.0, 9432.0, 9403.0, 9460.0, 9421.0, 9446.0, 9417.0, 9416.0, 9400.0, 9418.0, 9474.0, 9422.0, 9486.0, 9422.0, 9419.0, 9428.0, 9474.0, 9422.0, 9472.0, 9439.0, 9471.0, 9466.0, 9481.0, 9423.0, 9417.0, 9417.0, 9436.0, 9421.0, 9472.0, 9421.0, 9402.0, 9417.0, 9417.0, 9407.0, 9497.0, 9406.0, 9429.0, 9422.0, 9419.0, 9422.0, 9445.0, 9427.0, 9519.0, 9456.0, 9489.0, 9423.0, 9416.0, 9433.0, 9444.0, 9406.0, 9485.0, 9401.0, 9421.0, 9412.0, 9421.0, 9412.0, 9406.0, 9433.0, 9408.0, 9419.0, 9437.0, 9403.0, 9422.0, 9433.0, 9424.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.006176828193832598</td></tr>
<tr><td colspan=3>aqi</td><td>0.02941565473568282</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.37685916651599</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3291287514884267</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0640787490407926</td></tr>
<tr><td colspan=3>efc</td><td>0.4563</td></tr>
<tr><td colspan=3>fber</td><td>7316.2573</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10344535477748279</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.07488986784141</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451971547772269</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3714921252774035</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7224632987277806</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.261959219311622</td></tr>
<tr><td colspan=3>gcor</td><td>0.00227949</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012496781535446644</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026235783472657204</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>3.6805001609055714</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>26.9183</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0836</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304103.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>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.6473</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1096</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.2889</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3462.6309</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.5968</td></tr>
<tr><td colspan=3>tsnr</td><td>36.139778565615416</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>