<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>7e87d6e495c1b683dcf10f3e6fdcb25b</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>09:34:8.200000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</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.102837</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>17f2bd21-e0fa-45f6-8081-fd45a76b566d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [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': ['093408.200000', '093408.660000', '093409.120000', '093409.580000', '093410.040000', '093410.500000', '093410.960000', '093411.420000', '093411.880000', '093412.340000', '093412.800000', '093413.260000', '093413.720000', '093414.180000', '093414.640000', '093415.100000', '093415.560000', '093416.020000', '093416.480000', '093416.940000', '093417.400000', '093417.860000', '093418.320000', '093418.780000', '093419.240000', '093419.700000', '093420.160000', '093420.620000', '093421.080000', '093421.540000', '093422.000000', '093422.460000', '093422.920000', '093423.380000', '093423.840000', '093424.300000', '093424.760000', '093425.220000', '093425.680000', '093426.140000', '093426.600000', '093427.060000', '093427.520000', '093427.980000', '093428.440000', '093428.900000', '093429.360000', '093429.820000', '093430.280000', '093430.740000', '093431.200000', '093431.660000', '093432.120000', '093432.580000', '093433.040000', '093433.500000', '093433.960000', '093434.420000', '093434.880000', '093435.340000', '093435.800000', '093436.260000', '093436.720000', '093437.180000', '093437.640000', '093438.100000', '093438.560000', '093439.020000', '093439.480000', '093439.940000', '093440.400000', '093440.860000', '093441.320000', '093441.780000', '093442.240000', '093442.700000', '093443.160000', '093443.620000', '093444.080000', '093444.540000', '093445.000000', '093445.460000', '093445.920000', '093446.380000', '093446.840000', '093447.300000', '093447.760000', '093448.220000', '093448.680000', '093449.140000', '093449.600000', '093450.060000', '093450.520000', '093450.980000', '093451.440000', '093451.900000', '093452.360000', '093452.820000', '093453.280000', '093453.740000', '093454.200000', '093454.660000', '093455.120000', '093455.580000', '093456.040000', '093456.500000', '093456.960000', '093457.420000', '093457.880000', '093458.340000', '093458.800000', '093459.260000', '093459.720000', '093500.180000', '093500.640000', '093501.100000', '093501.560000', '093502.020000', '093502.480000', '093502.940000', '093503.400000', '093503.860000', '093504.320000', '093504.780000', '093505.240000', '093505.700000', '093506.160000', '093506.620000', '093507.080000', '093507.540000', '093508.000000', '093508.460000', '093508.920000', '093509.380000', '093509.840000', '093510.300000', '093510.760000', '093511.220000', '093511.680000', '093512.140000', '093512.600000', '093513.060000', '093513.520000', '093513.980000', '093514.440000', '093514.900000', '093515.360000', '093515.820000', '093516.280000', '093516.740000', '093517.200000', '093517.660000', '093518.120000', '093518.580000', '093519.040000', '093519.500000', '093519.960000', '093520.420000', '093520.880000', '093521.340000', '093521.800000', '093522.260000', '093522.720000', '093523.180000', '093523.640000', '093524.100000', '093524.560000', '093525.020000', '093525.480000', '093525.940000', '093526.400000', '093526.860000', '093527.320000', '093527.780000', '093528.240000', '093528.700000', '093529.160000', '093529.620000', '093530.080000', '093530.540000', '093531.000000', '093531.460000', '093531.920000', '093532.380000', '093532.840000', '093533.300000', '093533.760000', '093534.220000', '093534.680000', '093535.140000', '093535.600000', '093536.060000', '093536.520000', '093536.980000', '093537.440000', '093537.900000', '093538.360000', '093538.820000', '093539.280000', '093539.740000', '093540.200000', '093540.660000', '093541.120000', '093541.580000', '093542.040000', '093542.500000', '093542.960000', '093543.420000', '093543.880000', '093544.340000', '093544.800000', '093545.260000', '093545.720000', '093546.180000', '093546.640000', '093547.100000', '093547.560000', '093548.020000', '093548.480000', '093548.940000', '093549.400000', '093549.860000', '093550.320000', '093550.780000', '093551.240000', '093551.700000', '093552.160000', '093552.620000', '093553.080000', '093553.540000', '093554.000000', '093554.460000', '093554.920000', '093555.380000', '093555.840000', '093556.300000', '093556.760000', '093557.220000', '093557.680000', '093558.140000', '093558.600000', '093559.060000', '093559.520000', '093559.980000', '093600.440000', '093600.900000', '093601.360000', '093601.820000', '093602.280000', '093602.740000', '093603.200000', '093603.660000', '093604.120000', '093604.580000', '093605.040000', '093605.500000', '093605.960000', '093606.420000', '093606.880000', '093607.340000', '093607.800000', '093608.260000', '093608.720000', '093609.180000', '093609.640000', '093610.100000', '093610.560000', '093611.020000', '093611.480000', '093611.940000', '093612.400000', '093612.860000', '093613.320000', '093613.780000', '093614.240000', '093614.700000', '093615.160000', '093615.620000', '093616.080000', '093616.540000', '093617.000000', '093617.460000', '093617.920000', '093618.380000', '093618.840000', '093619.300000', '093619.760000', '093620.220000', '093620.680000', '093621.140000', '093621.600000', '093622.060000', '093622.520000', '093622.980000', '093623.440000', '093623.900000', '093624.360000', '093624.820000', '093625.280000', '093625.740000', '093626.200000', '093626.660000', '093627.120000', '093627.580000', '093628.040000', '093628.500000', '093628.960000', '093629.420000', '093629.880000', '093630.340000', '093630.800000', '093631.260000', '093631.720000', '093632.180000', '093632.640000', '093633.100000', '093633.560000', '093634.020000', '093634.480000', '093634.940000', '093635.400000', '093635.860000', '093636.320000', '093636.780000', '093637.240000', '093637.700000', '093638.160000', '093638.620000', '093639.080000', '093639.540000', '093640.000000', '093640.460000', '093640.920000', '093641.380000', '093641.840000', '093642.300000', '093642.760000', '093643.220000', '093643.680000', '093644.140000', '093644.600000', '093645.060000', '093645.520000', '093645.980000', '093646.440000', '093646.900000', '093647.360000', '093647.820000', '093648.280000', '093648.740000', '093649.200000', '093649.660000', '093650.120000', '093650.580000', '093651.040000', '093651.500000', '093651.960000', '093652.420000', '093652.880000', '093653.340000', '093653.800000', '093654.260000', '093654.720000', '093655.180000', '093655.640000', '093656.100000', '093656.560000', '093657.020000', '093657.480000', '093657.940000', '093658.400000', '093658.860000', '093659.320000', '093659.780000', '093700.240000', '093700.700000', '093701.160000', '093701.620000', '093702.080000', '093702.540000', '093703.000000', '093703.460000', '093703.920000', '093704.380000', '093704.840000', '093705.300000', '093705.760000', '093706.220000', '093706.680000', '093707.140000', '093707.600000', '093708.060000', '093708.520000', '093708.980000', '093709.440000', '093709.900000', '093710.360000', '093710.820000', '093711.280000', '093711.740000', '093712.200000', '093712.660000', '093713.120000', '093713.580000', '093714.040000', '093714.500000', '093714.960000', '093715.420000', '093715.880000', '093716.340000', '093716.800000', '093717.260000', '093717.720000', '093718.180000', '093718.640000', '093719.100000', '093719.560000', '093720.020000', '093720.480000', '093720.940000', '093721.400000', '093721.860000', '093722.320000', '093722.780000', '093723.240000', '093723.700000', '093724.160000', '093724.620000', '093725.080000', '093725.540000', '093726.000000', '093726.460000', '093726.920000', '093727.380000', '093727.840000', '093728.300000', '093728.760000', '093729.220000', '093729.680000', '093730.140000', '093730.600000', '093731.060000', '093731.520000', '093731.980000', '093732.440000', '093732.900000', '093733.360000', '093733.820000', '093734.280000', '093734.740000', '093735.200000', '093735.660000', '093736.120000', '093736.580000', '093737.040000', '093737.500000', '093737.960000', '093738.420000', '093738.880000', '093739.340000', '093739.800000', '093740.260000', '093740.720000', '093741.180000', '093741.640000', '093742.100000', '093742.560000', '093743.020000', '093743.480000', '093743.940000', '093744.400000', '093744.860000', '093745.320000', '093745.780000', '093746.240000', '093746.700000', '093747.160000', '093747.620000', '093748.080000', '093748.540000', '093749.000000', '093749.460000', '093749.920000', '093750.380000', '093750.840000', '093751.300000', '093751.760000', '093752.220000', '093752.680000', '093753.140000', '093753.600000', '093754.060000', '093754.520000', '093754.980000', '093755.440000', '093755.900000', '093756.360000', '093756.820000', '093757.280000', '093757.740000', '093758.200000', '093758.660000', '093759.120000', '093759.580000', '093800.040000', '093800.500000', '093800.960000', '093801.420000', '093801.880000', '093802.340000', '093802.800000', '093803.260000', '093803.720000', '093804.180000', '093804.640000', '093805.100000', '093805.560000', '093806.020000', '093806.480000', '093806.940000', '093807.400000', '093807.860000', '093808.320000', '093808.780000', '093809.240000', '093809.700000', '093810.160000', '093810.620000', '093811.080000', '093811.540000', '093812.000000', '093812.460000', '093812.920000', '093813.380000', '093813.840000', '093814.300000', '093814.760000', '093815.220000', '093815.680000', '093816.140000', '093816.600000', '093817.060000', '093817.520000', '093817.980000', '093818.440000', '093818.900000', '093819.360000', '093819.820000', '093820.280000', '093820.740000', '093821.200000', '093821.660000', '093822.120000', '093822.580000', '093823.040000', '093823.500000', '093823.960000', '093824.420000', '093824.880000', '093825.340000', '093825.800000', '093826.260000', '093826.720000', '093827.180000', '093827.640000', '093828.100000', '093828.560000', '093829.020000', '093829.480000', '093829.940000', '093830.400000', '093830.860000', '093831.320000', '093831.780000', '093832.240000', '093832.700000', '093833.160000', '093833.620000', '093834.080000', '093834.540000', '093835.000000', '093835.460000', '093835.920000', '093836.380000', '093836.840000', '093837.300000', '093837.760000', '093838.220000', '093838.680000', '093839.140000', '093839.600000', '093840.060000', '093840.520000', '093840.980000', '093841.440000', '093841.900000', '093842.360000', '093842.820000', '093843.280000', '093843.740000', '093844.200000', '093844.660000', '093845.120000', '093845.580000', '093846.040000', '093846.500000', '093846.960000', '093847.420000', '093847.880000', '093848.340000', '093848.800000', '093849.260000', '093849.720000', '093850.180000', '093850.640000', '093851.100000', '093851.560000', '093852.020000', '093852.480000', '093852.940000', '093853.400000', '093853.860000', '093854.320000', '093854.780000', '093855.240000', '093855.700000', '093856.160000', '093856.620000', '093857.080000', '093857.540000', '093858.000000', '093858.460000', '093858.920000', '093859.380000', '093859.840000', '093900.300000', '093900.760000', '093901.220000', '093901.680000', '093902.140000', '093902.600000', '093903.060000', '093903.520000', '093903.980000', '093904.440000', '093904.900000', '093905.360000', '093905.820000', '093906.280000', '093906.740000', '093907.200000', '093907.660000', '093908.120000', '093908.580000', '093909.040000', '093909.500000', '093909.960000', '093910.420000', '093910.880000', '093911.340000', '093911.800000', '093912.260000', '093912.720000', '093913.180000', '093913.640000', '093914.100000', '093914.560000', '093915.020000', '093915.480000', '093915.940000', '093916.400000', '093916.860000', '093917.320000', '093917.780000', '093918.240000', '093918.700000', '093919.160000', '093919.620000', '093920.080000', '093920.540000', '093921.000000', '093921.460000', '093921.920000', '093922.380000', '093922.840000', '093923.300000', '093923.760000', '093924.220000', '093924.680000', '093925.140000', '093925.600000', '093926.060000', '093926.520000', '093926.980000', '093927.440000', '093927.900000', '093928.360000', '093928.820000', '093929.280000', '093929.740000', '093930.200000', '093930.660000', '093931.120000', '093931.580000', '093932.040000', '093932.500000', '093932.960000', '093933.420000', '093933.880000', '093934.340000', '093934.800000', '093935.260000', '093935.720000', '093936.180000', '093936.640000', '093937.100000', '093937.560000', '093938.020000', '093938.480000', '093938.940000', '093939.400000', '093939.860000', '093940.320000', '093940.780000', '093941.240000', '093941.700000', '093942.160000', '093942.620000', '093943.080000', '093943.540000', '093944.000000', '093944.460000', '093944.920000', '093945.380000', '093945.840000', '093946.300000', '093946.760000', '093947.220000', '093947.680000', '093948.140000', '093948.600000', '093949.060000', '093949.520000', '093949.980000', '093950.440000', '093950.900000', '093951.360000', '093951.820000', '093952.280000', '093952.740000', '093953.200000', '093953.660000', '093954.120000', '093954.580000', '093955.040000', '093955.500000', '093955.960000', '093956.420000', '093956.880000', '093957.340000', '093957.800000', '093958.260000', '093958.720000', '093959.180000', '093959.640000', '094000.100000', '094000.560000', '094001.020000', '094001.480000', '094001.940000', '094002.400000', '094002.860000', '094003.320000', '094003.780000', '094004.240000', '094004.700000', '094005.160000', '094005.620000', '094006.080000', '094006.540000', '094007.000000', '094007.460000', '094007.920000', '094008.380000', '094008.840000', '094009.300000', '094009.760000', '094010.220000', '094010.680000', '094011.140000', '094011.600000', '094012.060000', '094012.520000', '094012.980000', '094013.440000', '094013.900000', '094014.360000', '094014.820000', '094015.280000', '094015.740000', '094016.200000', '094016.660000', '094017.120000', '094017.580000', '094018.040000', '094018.500000', '094018.960000', '094019.420000', '094019.880000', '094020.340000', '094020.800000', '094021.260000', '094021.720000', '094022.180000', '094022.640000', '094023.100000', '094023.560000', '094024.020000', '094024.480000', '094024.940000', '094025.400000', '094025.860000', '094026.320000', '094026.780000', '094027.240000', '094027.700000', '094028.160000', '094028.620000', '094029.080000', '094029.540000', '094030.000000', '094030.460000', '094030.920000', '094031.380000', '094031.840000', '094032.300000', '094032.760000', '094033.220000', '094033.680000', '094034.140000', '094034.600000', '094035.060000', '094035.520000', '094035.980000', '094036.440000', '094036.900000', '094037.360000', '094037.820000', '094038.280000', '094038.740000', '094039.200000', '094039.660000', '094040.120000', '094040.580000', '094041.040000', '094041.500000', '094041.960000', '094042.420000', '094042.880000', '094043.340000', '094043.800000', '094044.260000', '094044.720000', '094045.180000', '094045.640000', '094046.100000', '094046.560000', '094047.020000', '094047.480000', '094047.940000', '094048.400000', '094048.860000', '094049.320000', '094049.780000', '094050.240000', '094050.700000', '094051.160000', '094051.620000', '094052.080000', '094052.540000', '094053.000000', '094053.460000', '094053.920000', '094054.380000', '094054.840000', '094055.300000', '094055.760000', '094056.220000', '094056.680000', '094057.140000', '094057.600000', '094058.060000', '094058.520000', '094058.980000', '094059.440000', '094059.900000', '094100.360000', '094100.820000', '094101.280000', '094101.740000', '094102.200000', '094102.660000', '094103.120000', '094103.580000', '094104.040000', '094104.500000', '094104.960000', '094105.420000', '094105.880000', '094106.340000', '094106.800000', '094107.260000', '094107.720000', '094108.180000'], 'ContentTime': ['093433.581000', '093433.584000', '093433.586000', '093433.589000', '093433.592000', '093433.594000', '093433.597000', '093433.599000', '093433.602000', '093433.604000', '093433.607000', '093433.610000', '093433.612000', '093433.615000', '093433.617000', '093433.620000', '093433.622000', '093433.625000', '093433.627000', '093433.630000', '093433.632000', '093433.635000', '093433.638000', '093433.640000', '093433.648000', '093433.651000', '093433.653000', '093433.656000', '093433.658000', '093433.661000', '093433.663000', '093433.666000', '093433.668000', '093433.671000', '093433.673000', '093433.676000', '093433.678000', '093433.681000', '093433.684000', '093433.686000', '093433.689000', '093433.691000', '093433.694000', '093433.696000', '093433.699000', '093433.702000', '093433.704000', '093433.707000', '093433.709000', '093433.712000', '093433.714000', '093433.717000', '093433.719000', '093433.722000', '093453.550000', '093453.558000', '093453.561000', '093453.564000', '093453.569000', '093453.572000', '093453.574000', '093453.577000', '093453.579000', '093453.582000', '093453.585000', '093453.587000', '093453.590000', '093453.592000', '093453.595000', '093453.597000', '093453.600000', '093453.602000', '093453.605000', '093453.607000', '093453.610000', '093453.613000', '093453.615000', '093453.618000', '093453.620000', '093453.623000', '093453.625000', '093453.628000', '093453.630000', '093453.633000', '093453.635000', '093453.638000', '093453.641000', '093453.643000', '093453.646000', '093453.648000', '093453.651000', '093453.653000', '093453.656000', '093453.658000', '093453.661000', '093453.663000', '093453.666000', '093513.550000', '093513.553000', '093513.556000', '093513.560000', '093513.563000', '093513.565000', '093513.568000', '093513.570000', '093513.573000', '093513.576000', '093513.578000', '093513.581000', '093513.583000', '093513.586000', '093513.589000', '093513.591000', '093513.594000', '093513.597000', '093513.599000', '093513.602000', '093513.604000', '093513.607000', '093513.609000', '093513.612000', '093513.614000', '093513.617000', '093513.620000', '093513.622000', '093513.625000', '093513.627000', '093513.630000', '093513.632000', '093513.635000', '093513.637000', '093513.640000', '093513.643000', '093513.645000', '093513.648000', '093513.650000', '093513.653000', '093513.655000', '093513.658000', '093513.661000', '093513.663000', '093533.550000', '093533.553000', '093533.556000', '093533.558000', '093533.561000', '093533.564000', '093533.566000', '093533.569000', '093533.571000', '093533.574000', '093533.576000', '093533.579000', '093533.581000', '093533.584000', '093533.587000', '093533.589000', '093533.592000', '093533.594000', '093533.597000', '093533.600000', '093533.602000', '093533.605000', '093533.607000', '093533.610000', '093533.616000', '093533.618000', '093533.621000', '093533.623000', '093533.626000', '093533.629000', '093533.631000', '093533.634000', '093533.636000', '093533.639000', '093533.641000', '093533.644000', '093533.647000', '093533.649000', '093533.652000', '093533.654000', '093533.657000', '093533.659000', '093533.662000', '093553.550000', '093553.553000', '093553.556000', '093553.558000', '093553.561000', '093553.563000', '093553.566000', '093553.569000', '093553.571000', '093553.574000', '093553.576000', '093553.579000', '093553.581000', '093553.584000', '093553.587000', '093553.589000', '093553.592000', '093553.595000', '093553.597000', '093553.607000', '093553.610000', '093553.612000', '093553.615000', '093553.617000', '093553.620000', '093553.623000', '093553.625000', '093553.628000', '093553.630000', '093553.633000', '093553.636000', '093553.638000', '093553.641000', '093553.643000', '093553.646000', '093553.648000', '093553.651000', '093553.653000', '093553.656000', '093553.659000', '093553.661000', '093553.664000', '093553.667000', '093553.669000', '093613.551000', '093613.554000', '093613.556000', '093613.559000', '093613.561000', '093613.564000', '093613.566000', '093613.569000', '093613.572000', '093613.574000', '093613.577000', '093613.586000', '093613.589000', '093613.591000', '093613.594000', '093613.597000', '093613.599000', '093613.602000', '093613.604000', '093613.607000', '093613.609000', '093613.612000', '093613.615000', '093613.617000', '093613.620000', '093613.622000', '093613.625000', '093613.628000', '093613.630000', '093613.633000', '093613.635000', '093613.638000', '093613.640000', '093613.643000', '093613.645000', '093613.648000', '093613.651000', '093613.653000', '093613.656000', '093613.658000', '093613.661000', '093613.663000', '093613.666000', '093633.551000', '093633.553000', '093633.556000', '093633.559000', '093633.561000', '093633.564000', '093633.566000', '093633.569000', '093633.572000', '093633.574000', '093633.577000', '093633.609000', '093633.612000', '093633.614000', '093633.617000', '093633.619000', '093633.622000', '093633.624000', '093633.627000', '093633.630000', '093633.632000', '093633.635000', '093633.637000', '093633.640000', '093633.642000', '093633.645000', '093633.648000', '093633.651000', '093633.654000', '093633.657000', '093633.659000', '093633.662000', '093633.665000', '093633.667000', '093633.670000', '093633.672000', '093633.675000', '093633.677000', '093633.680000', '093633.683000', '093633.685000', '093633.688000', '093633.691000', '093653.552000', '093653.554000', '093653.557000', '093653.560000', '093653.569000', '093653.571000', '093653.574000', '093653.576000', '093653.579000', '093653.581000', '093653.584000', '093653.587000', '093653.589000', '093653.592000', '093653.594000', '093653.597000', '093653.600000', '093653.602000', '093653.605000', '093653.607000', '093653.610000', '093653.613000', '093653.615000', '093653.618000', '093653.620000', '093653.623000', '093653.625000', '093653.628000', '093653.631000', '093653.633000', '093653.636000', '093653.638000', '093653.641000', '093653.644000', '093653.646000', '093653.649000', '093653.651000', '093653.654000', '093653.656000', '093653.659000', '093653.662000', '093653.664000', '093653.667000', '093653.669000', '093713.550000', '093713.553000', '093713.556000', '093713.559000', '093713.561000', '093713.564000', '093713.567000', '093713.569000', '093713.572000', '093713.574000', '093713.577000', '093713.580000', '093713.583000', '093713.586000', '093713.588000', '093713.591000', '093713.593000', '093713.596000', '093713.599000', '093713.601000', '093713.604000', '093713.606000', '093713.609000', '093713.611000', '093713.614000', '093713.617000', '093713.619000', '093713.622000', '093713.624000', '093713.627000', '093713.630000', '093713.632000', '093713.635000', '093713.637000', '093713.640000', '093713.643000', '093713.645000', '093713.648000', '093713.650000', '093713.653000', '093713.656000', '093713.658000', '093713.661000', '093733.551000', '093733.553000', '093733.556000', '093733.559000', '093733.561000', '093733.564000', '093733.566000', '093733.569000', '093733.572000', '093733.574000', '093733.577000', '093733.579000', '093733.582000', '093733.585000', '093733.587000', '093733.590000', '093733.593000', '093733.595000', '093733.598000', '093733.600000', '093733.603000', '093733.605000', '093733.608000', '093733.611000', '093733.613000', '093733.616000', '093733.618000', '093733.621000', '093733.624000', '093733.626000', '093733.629000', '093733.631000', '093733.634000', '093733.636000', '093733.639000', '093733.642000', '093733.644000', '093733.647000', '093733.649000', '093733.652000', '093733.654000', '093733.657000', '093733.660000', '093733.662000', '093753.550000', '093753.553000', '093753.556000', '093753.558000', '093753.561000', '093753.563000', '093753.566000', '093753.569000', '093753.571000', '093753.574000', '093753.577000', '093753.579000', '093753.582000', '093753.584000', '093753.587000', '093753.590000', '093753.592000', '093753.595000', '093753.597000', '093753.600000', '093753.603000', '093753.605000', '093753.608000', '093753.610000', '093753.613000', '093753.615000', '093753.618000', '093753.621000', '093753.623000', '093753.626000', '093753.629000', '093753.631000', '093753.634000', '093753.637000', '093753.640000', '093753.642000', '093753.645000', '093753.647000', '093753.650000', '093753.653000', '093753.655000', '093753.658000', '093753.660000', '093813.551000', '093813.553000', '093813.556000', '093813.559000', '093813.561000', '093813.564000', '093813.566000', '093813.569000', '093813.571000', '093813.574000', '093813.577000', '093813.579000', '093813.582000', '093813.584000', '093813.587000', '093813.590000', '093813.592000', '093813.595000', '093813.598000', '093813.600000', '093813.603000', '093813.605000', '093813.608000', '093813.610000', '093813.613000', '093813.616000', '093813.618000', '093813.621000', '093813.624000', '093813.626000', '093813.629000', '093813.631000', '093813.634000', '093813.637000', '093813.639000', '093813.642000', '093813.644000', '093813.647000', '093813.650000', '093813.652000', '093813.655000', '093813.657000', '093813.660000', '093813.662000', '093833.551000', '093833.554000', '093833.556000', '093833.559000', '093833.562000', '093833.564000', '093833.567000', '093833.569000', '093833.572000', '093833.575000', '093833.577000', '093833.580000', '093833.582000', '093833.585000', '093833.588000', '093833.590000', '093833.593000', '093833.595000', '093833.598000', '093833.601000', '093833.603000', '093833.606000', '093833.608000', '093833.611000', '093833.613000', '093833.616000', '093833.620000', '093833.623000', '093833.626000', '093833.628000', '093833.631000', '093833.634000', '093833.636000', '093833.639000', '093833.641000', '093833.644000', '093833.647000', '093833.649000', '093833.652000', '093833.654000', '093833.657000', '093833.660000', '093833.662000', '093853.551000', '093853.553000', '093853.556000', '093853.559000', '093853.561000', '093853.564000', '093853.566000', '093853.569000', '093853.572000', '093853.575000', '093853.578000', '093853.580000', '093853.583000', '093853.586000', '093853.588000', '093853.591000', '093853.593000', '093853.596000', '093853.599000', '093853.601000', '093853.604000', '093853.606000', '093853.609000', '093853.611000', '093853.614000', '093853.617000', '093853.619000', '093853.622000', '093853.624000', '093853.627000', '093853.629000', '093853.632000', '093853.634000', '093853.637000', '093853.640000', '093853.642000', '093853.645000', '093853.647000', '093853.650000', '093853.653000', '093853.655000', '093853.658000', '093853.660000', '093853.663000', '093913.552000', '093913.554000', '093913.557000', '093913.560000', '093913.562000', '093913.565000', '093913.568000', '093913.570000', '093913.573000', '093913.575000', '093913.578000', '093913.581000', '093913.583000', '093913.586000', '093913.588000', '093913.591000', '093913.594000', '093913.596000', '093913.599000', '093913.601000', '093913.604000', '093913.607000', '093913.609000', '093913.612000', '093913.614000', '093913.617000', '093913.620000', '093913.622000', '093913.625000', '093913.628000', '093913.630000', '093913.633000', '093913.635000', '093913.638000', '093913.641000', '093913.643000', '093913.646000', '093913.648000', '093913.651000', '093913.653000', '093913.656000', '093913.659000', '093913.661000', '093933.550000', '093933.553000', '093933.556000', '093933.559000', '093933.561000', '093933.564000', '093933.566000', '093933.569000', '093933.571000', '093933.574000', '093933.577000', '093933.579000', '093933.582000', '093933.584000', '093933.587000', '093933.589000', '093933.592000', '093933.595000', '093933.606000', '093933.608000', '093933.611000', '093933.613000', '093933.616000', '093933.619000', '093933.621000', '093933.624000', '093933.626000', '093933.629000', '093933.631000', '093933.634000', '093933.637000', '093933.639000', '093933.642000', '093933.644000', '093933.647000', '093933.650000', '093933.652000', '093933.655000', '093933.657000', '093933.660000', '093933.668000', '093933.671000', '093933.674000', '093933.676000', '093953.550000', '093953.553000', '093953.556000', '093953.558000', '093953.561000', '093953.564000', '093953.566000', '093953.569000', '093953.571000', '093953.574000', '093953.577000', '093953.579000', '093953.582000', '093953.584000', '093953.587000', '093953.590000', '093953.592000', '093953.595000', '093953.598000', '093953.600000', '093953.603000', '093953.605000', '093953.608000', '093953.610000', '093953.613000', '093953.616000', '093953.620000', '093953.622000', '093953.625000', '093953.628000', '093953.630000', '093953.633000', '093953.635000', '093953.638000', '093953.640000', '093953.643000', '093953.646000', '093953.648000', '093953.651000', '093953.653000', '093953.656000', '093953.660000', '093953.664000', '094013.551000', '094013.553000', '094013.556000', '094013.559000', '094013.561000', '094013.564000', '094013.566000', '094013.569000', '094013.572000', '094013.574000', '094013.577000', '094013.579000', '094013.582000', '094013.584000', '094013.587000', '094013.590000', '094013.592000', '094013.595000', '094013.597000', '094013.600000', '094013.603000', '094013.605000', '094013.608000', '094013.610000', '094013.613000', '094013.615000', '094013.618000', '094013.621000', '094013.623000', '094013.626000', '094013.628000', '094013.632000', '094013.634000', '094013.637000', '094013.639000', '094013.642000', '094013.644000', '094013.647000', '094013.650000', '094013.652000', '094013.655000', '094013.657000', '094013.660000', '094013.662000', '094033.551000', '094033.554000', '094033.556000', '094033.559000', '094033.561000', '094033.564000', '094033.566000', '094033.569000', '094033.572000', '094033.574000', '094033.577000', '094033.579000', '094033.582000', '094033.584000', '094033.587000', '094033.590000', '094033.592000', '094033.595000', '094033.597000', '094033.600000', '094033.603000', '094033.605000', '094033.608000', '094033.610000', '094033.613000', '094033.615000', '094033.618000', '094033.621000', '094033.623000', '094033.626000', '094033.628000', '094033.631000', '094033.633000', '094033.636000', '094033.639000', '094033.641000', '094033.644000', '094033.646000', '094033.649000', '094033.651000', '094033.654000', '094033.657000', '094033.660000', '094053.551000', '094053.554000', '094053.556000', '094053.559000', '094053.561000', '094053.564000', '094053.567000', '094053.569000', '094053.572000', '094053.574000', '094053.577000', '094053.580000', '094053.582000', '094053.585000', '094053.587000', '094053.648000', '094053.650000', '094053.653000', '094053.655000', '094053.658000', '094053.661000', '094053.663000', '094053.666000', '094053.668000', '094053.671000', '094053.673000', '094053.676000', '094053.679000', '094053.681000', '094053.684000', '094053.686000', '094053.689000', '094053.692000', '094053.694000', '094053.697000', '094053.699000', '094053.702000', '094053.704000', '094053.707000', '094053.710000', '094053.712000', '094053.715000', '094053.717000', '094053.720000', '094109.048000', '094109.052000', '094109.054000', '094109.057000', '094109.060000', '094109.062000', '094109.065000', '094109.068000', '094109.070000', '094109.073000', '094109.076000', '094109.078000', '094109.081000', '094109.083000', '094109.086000', '094109.089000', '094109.091000', '094109.094000', '094109.096000', '094109.099000', '094109.102000', '094109.104000', '094109.107000', '094109.110000', '094109.112000', '094109.115000', '094109.118000', '094109.120000', '094109.123000', '094109.126000', '094109.128000', '094109.131000', '094109.133000', '094109.136000'], 'InstanceCreationTime': ['093433.581000', '093433.584000', '093433.586000', '093433.589000', '093433.592000', '093433.594000', '093433.597000', '093433.599000', '093433.602000', '093433.604000', '093433.607000', '093433.610000', '093433.612000', '093433.615000', '093433.617000', '093433.620000', '093433.622000', '093433.625000', '093433.627000', '093433.630000', '093433.632000', '093433.635000', '093433.638000', '093433.640000', '093433.648000', '093433.651000', '093433.653000', '093433.656000', '093433.658000', '093433.661000', '093433.663000', '093433.666000', '093433.668000', '093433.671000', '093433.673000', '093433.676000', '093433.678000', '093433.681000', '093433.684000', '093433.686000', '093433.689000', '093433.691000', '093433.694000', '093433.696000', '093433.699000', '093433.702000', '093433.704000', '093433.707000', '093433.709000', '093433.712000', '093433.714000', '093433.717000', '093433.719000', '093433.722000', '093453.550000', '093453.558000', '093453.561000', '093453.564000', '093453.569000', '093453.572000', '093453.574000', '093453.577000', '093453.579000', '093453.582000', '093453.585000', '093453.587000', '093453.590000', '093453.592000', '093453.595000', '093453.597000', '093453.600000', '093453.602000', '093453.605000', '093453.607000', '093453.610000', '093453.613000', '093453.615000', '093453.618000', '093453.620000', '093453.623000', '093453.625000', '093453.628000', '093453.630000', '093453.633000', '093453.635000', '093453.638000', '093453.641000', '093453.643000', '093453.646000', '093453.648000', '093453.651000', '093453.653000', '093453.656000', '093453.658000', '093453.661000', '093453.663000', '093453.666000', '093513.550000', '093513.553000', '093513.556000', '093513.560000', '093513.563000', '093513.565000', '093513.568000', '093513.570000', '093513.573000', '093513.576000', '093513.578000', '093513.581000', '093513.583000', '093513.586000', '093513.589000', '093513.591000', '093513.594000', '093513.597000', '093513.599000', '093513.602000', '093513.604000', '093513.607000', '093513.609000', '093513.612000', '093513.614000', '093513.617000', '093513.620000', '093513.622000', '093513.625000', '093513.627000', '093513.630000', '093513.632000', '093513.635000', '093513.637000', '093513.640000', '093513.643000', '093513.645000', '093513.648000', '093513.650000', '093513.653000', '093513.655000', '093513.658000', '093513.661000', '093513.663000', '093533.550000', '093533.553000', '093533.556000', '093533.558000', '093533.561000', '093533.564000', '093533.566000', '093533.569000', '093533.571000', '093533.574000', '093533.576000', '093533.579000', '093533.581000', '093533.584000', '093533.587000', '093533.589000', '093533.592000', '093533.594000', '093533.597000', '093533.600000', '093533.602000', '093533.605000', '093533.607000', '093533.610000', '093533.616000', '093533.618000', '093533.621000', '093533.623000', '093533.626000', '093533.629000', '093533.631000', '093533.634000', '093533.636000', '093533.639000', '093533.641000', '093533.644000', '093533.647000', '093533.649000', '093533.652000', '093533.654000', '093533.657000', '093533.659000', '093533.662000', '093553.550000', '093553.553000', '093553.556000', '093553.558000', '093553.561000', '093553.563000', '093553.566000', '093553.569000', '093553.571000', '093553.574000', '093553.576000', '093553.579000', '093553.581000', '093553.584000', '093553.587000', '093553.589000', '093553.592000', '093553.595000', '093553.597000', '093553.607000', '093553.610000', '093553.612000', '093553.615000', '093553.617000', '093553.620000', '093553.623000', '093553.625000', '093553.628000', '093553.630000', '093553.633000', '093553.636000', '093553.638000', '093553.641000', '093553.643000', '093553.646000', '093553.648000', '093553.651000', '093553.653000', '093553.656000', '093553.659000', '093553.661000', '093553.664000', '093553.667000', '093553.669000', '093613.551000', '093613.554000', '093613.556000', '093613.559000', '093613.561000', '093613.564000', '093613.566000', '093613.569000', '093613.572000', '093613.574000', '093613.577000', '093613.586000', '093613.589000', '093613.591000', '093613.594000', '093613.597000', '093613.599000', '093613.602000', '093613.604000', '093613.607000', '093613.609000', '093613.612000', '093613.615000', '093613.617000', '093613.620000', '093613.622000', '093613.625000', '093613.628000', '093613.630000', '093613.633000', '093613.635000', '093613.638000', '093613.640000', '093613.643000', '093613.645000', '093613.648000', '093613.651000', '093613.653000', '093613.656000', '093613.658000', '093613.661000', '093613.663000', '093613.666000', '093633.551000', '093633.553000', '093633.556000', '093633.559000', '093633.561000', '093633.564000', '093633.566000', '093633.569000', '093633.572000', '093633.574000', '093633.577000', '093633.609000', '093633.612000', '093633.614000', '093633.617000', '093633.619000', '093633.622000', '093633.624000', '093633.627000', '093633.630000', '093633.632000', '093633.635000', '093633.637000', '093633.640000', '093633.642000', '093633.645000', '093633.648000', '093633.651000', '093633.654000', '093633.657000', '093633.659000', '093633.662000', '093633.665000', '093633.667000', '093633.670000', '093633.672000', '093633.675000', '093633.677000', '093633.680000', '093633.683000', '093633.685000', '093633.688000', '093633.691000', '093653.552000', '093653.554000', '093653.557000', '093653.560000', '093653.569000', '093653.571000', '093653.574000', '093653.576000', '093653.579000', '093653.581000', '093653.584000', '093653.587000', '093653.589000', '093653.592000', '093653.594000', '093653.597000', '093653.600000', '093653.602000', '093653.605000', '093653.607000', '093653.610000', '093653.613000', '093653.615000', '093653.618000', '093653.620000', '093653.623000', '093653.625000', '093653.628000', '093653.631000', '093653.633000', '093653.636000', '093653.638000', '093653.641000', '093653.644000', '093653.646000', '093653.649000', '093653.651000', '093653.654000', '093653.656000', '093653.659000', '093653.662000', '093653.664000', '093653.667000', '093653.669000', '093713.550000', '093713.553000', '093713.556000', '093713.559000', '093713.561000', '093713.564000', '093713.567000', '093713.569000', '093713.572000', '093713.574000', '093713.577000', '093713.580000', '093713.583000', '093713.586000', '093713.588000', '093713.591000', '093713.593000', '093713.596000', '093713.599000', '093713.601000', '093713.604000', '093713.606000', '093713.609000', '093713.611000', '093713.614000', '093713.617000', '093713.619000', '093713.622000', '093713.624000', '093713.627000', '093713.630000', '093713.632000', '093713.635000', '093713.637000', '093713.640000', '093713.643000', '093713.645000', '093713.648000', '093713.650000', '093713.653000', '093713.656000', '093713.658000', '093713.661000', '093733.551000', '093733.553000', '093733.556000', '093733.559000', '093733.561000', '093733.564000', '093733.566000', '093733.569000', '093733.572000', '093733.574000', '093733.577000', '093733.579000', '093733.582000', '093733.585000', '093733.587000', '093733.590000', '093733.593000', '093733.595000', '093733.598000', '093733.600000', '093733.603000', '093733.605000', '093733.608000', '093733.611000', '093733.613000', '093733.616000', '093733.618000', '093733.621000', '093733.624000', '093733.626000', '093733.629000', '093733.631000', '093733.634000', '093733.636000', '093733.639000', '093733.642000', '093733.644000', '093733.647000', '093733.649000', '093733.652000', '093733.654000', '093733.657000', '093733.660000', '093733.662000', '093753.550000', '093753.553000', '093753.556000', '093753.558000', '093753.561000', '093753.563000', '093753.566000', '093753.569000', '093753.571000', '093753.574000', '093753.577000', '093753.579000', '093753.582000', '093753.584000', '093753.587000', '093753.590000', '093753.592000', '093753.595000', '093753.597000', '093753.600000', '093753.603000', '093753.605000', '093753.608000', '093753.610000', '093753.613000', '093753.615000', '093753.618000', '093753.621000', '093753.623000', '093753.626000', '093753.629000', '093753.631000', '093753.634000', '093753.637000', '093753.640000', '093753.642000', '093753.645000', '093753.647000', '093753.650000', '093753.653000', '093753.655000', '093753.658000', '093753.660000', '093813.551000', '093813.553000', '093813.556000', '093813.559000', '093813.561000', '093813.564000', '093813.566000', '093813.569000', '093813.571000', '093813.574000', '093813.577000', '093813.579000', '093813.582000', '093813.584000', '093813.587000', '093813.590000', '093813.592000', '093813.595000', '093813.598000', '093813.600000', '093813.603000', '093813.605000', '093813.608000', '093813.610000', '093813.613000', '093813.616000', '093813.618000', '093813.621000', '093813.624000', '093813.626000', '093813.629000', '093813.631000', '093813.634000', '093813.637000', '093813.639000', '093813.642000', '093813.644000', '093813.647000', '093813.650000', '093813.652000', '093813.655000', '093813.657000', '093813.660000', '093813.662000', '093833.551000', '093833.554000', '093833.556000', '093833.559000', '093833.562000', '093833.564000', '093833.567000', '093833.569000', '093833.572000', '093833.575000', '093833.577000', '093833.580000', '093833.582000', '093833.585000', '093833.588000', '093833.590000', '093833.593000', '093833.595000', '093833.598000', '093833.601000', '093833.603000', '093833.606000', '093833.608000', '093833.611000', '093833.613000', '093833.616000', '093833.620000', '093833.623000', '093833.626000', '093833.628000', '093833.631000', '093833.634000', '093833.636000', '093833.639000', '093833.641000', '093833.644000', '093833.647000', '093833.649000', '093833.652000', '093833.654000', '093833.657000', '093833.660000', '093833.662000', '093853.551000', '093853.553000', '093853.556000', '093853.559000', '093853.561000', '093853.564000', '093853.566000', '093853.569000', '093853.572000', '093853.575000', '093853.578000', '093853.580000', '093853.583000', '093853.586000', '093853.588000', '093853.591000', '093853.593000', '093853.596000', '093853.599000', '093853.601000', '093853.604000', '093853.606000', '093853.609000', '093853.611000', '093853.614000', '093853.617000', '093853.619000', '093853.622000', '093853.624000', '093853.627000', '093853.629000', '093853.632000', '093853.634000', '093853.637000', '093853.640000', '093853.642000', '093853.645000', '093853.647000', '093853.650000', '093853.653000', '093853.655000', '093853.658000', '093853.660000', '093853.663000', '093913.552000', '093913.554000', '093913.557000', '093913.560000', '093913.562000', '093913.565000', '093913.568000', '093913.570000', '093913.573000', '093913.575000', '093913.578000', '093913.581000', '093913.583000', '093913.586000', '093913.588000', '093913.591000', '093913.594000', '093913.596000', '093913.599000', '093913.601000', '093913.604000', '093913.607000', '093913.609000', '093913.612000', '093913.614000', '093913.617000', '093913.620000', '093913.622000', '093913.625000', '093913.628000', '093913.630000', '093913.633000', '093913.635000', '093913.638000', '093913.641000', '093913.643000', '093913.646000', '093913.648000', '093913.651000', '093913.653000', '093913.656000', '093913.659000', '093913.661000', '093933.550000', '093933.553000', '093933.556000', '093933.559000', '093933.561000', '093933.564000', '093933.566000', '093933.569000', '093933.571000', '093933.574000', '093933.577000', '093933.579000', '093933.582000', '093933.584000', '093933.587000', '093933.589000', '093933.592000', '093933.595000', '093933.606000', '093933.608000', '093933.611000', '093933.613000', '093933.616000', '093933.619000', '093933.621000', '093933.624000', '093933.626000', '093933.629000', '093933.631000', '093933.634000', '093933.637000', '093933.639000', '093933.642000', '093933.644000', '093933.647000', '093933.650000', '093933.652000', '093933.655000', '093933.657000', '093933.660000', '093933.668000', '093933.671000', '093933.674000', '093933.676000', '093953.550000', '093953.553000', '093953.556000', '093953.558000', '093953.561000', '093953.564000', '093953.566000', '093953.569000', '093953.571000', '093953.574000', '093953.577000', '093953.579000', '093953.582000', '093953.584000', '093953.587000', '093953.590000', '093953.592000', '093953.595000', '093953.598000', '093953.600000', '093953.603000', '093953.605000', '093953.608000', '093953.610000', '093953.613000', '093953.616000', '093953.620000', '093953.622000', '093953.625000', '093953.628000', '093953.630000', '093953.633000', '093953.635000', '093953.638000', '093953.640000', '093953.643000', '093953.646000', '093953.648000', '093953.651000', '093953.653000', '093953.656000', '093953.660000', '093953.664000', '094013.551000', '094013.553000', '094013.556000', '094013.559000', '094013.561000', '094013.564000', '094013.566000', '094013.569000', '094013.572000', '094013.574000', '094013.577000', '094013.579000', '094013.582000', '094013.584000', '094013.587000', '094013.590000', '094013.592000', '094013.595000', '094013.597000', '094013.600000', '094013.603000', '094013.605000', '094013.608000', '094013.610000', '094013.613000', '094013.615000', '094013.618000', '094013.621000', '094013.623000', '094013.626000', '094013.628000', '094013.632000', '094013.634000', '094013.637000', '094013.639000', '094013.642000', '094013.644000', '094013.647000', '094013.650000', '094013.652000', '094013.655000', '094013.657000', '094013.660000', '094013.662000', '094033.551000', '094033.554000', '094033.556000', '094033.559000', '094033.561000', '094033.564000', '094033.566000', '094033.569000', '094033.572000', '094033.574000', '094033.577000', '094033.579000', '094033.582000', '094033.584000', '094033.587000', '094033.590000', '094033.592000', '094033.595000', '094033.597000', '094033.600000', '094033.603000', '094033.605000', '094033.608000', '094033.610000', '094033.613000', '094033.615000', '094033.618000', '094033.621000', '094033.623000', '094033.626000', '094033.628000', '094033.631000', '094033.633000', '094033.636000', '094033.639000', '094033.641000', '094033.644000', '094033.646000', '094033.649000', '094033.651000', '094033.654000', '094033.657000', '094033.660000', '094053.551000', '094053.554000', '094053.556000', '094053.559000', '094053.561000', '094053.564000', '094053.567000', '094053.569000', '094053.572000', '094053.574000', '094053.577000', '094053.580000', '094053.582000', '094053.585000', '094053.587000', '094053.648000', '094053.650000', '094053.653000', '094053.655000', '094053.658000', '094053.661000', '094053.663000', '094053.666000', '094053.668000', '094053.671000', '094053.673000', '094053.676000', '094053.679000', '094053.681000', '094053.684000', '094053.686000', '094053.689000', '094053.692000', '094053.694000', '094053.697000', '094053.699000', '094053.702000', '094053.704000', '094053.707000', '094053.710000', '094053.712000', '094053.715000', '094053.717000', '094053.720000', '094109.048000', '094109.052000', '094109.054000', '094109.057000', '094109.060000', '094109.062000', '094109.065000', '094109.068000', '094109.070000', '094109.073000', '094109.076000', '094109.078000', '094109.081000', '094109.083000', '094109.086000', '094109.089000', '094109.091000', '094109.094000', '094109.096000', '094109.099000', '094109.102000', '094109.104000', '094109.107000', '094109.110000', '094109.112000', '094109.115000', '094109.118000', '094109.120000', '094109.123000', '094109.126000', '094109.128000', '094109.131000', '094109.133000', '094109.136000'], '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': [11247, 11543, 11465, 12971, 10790, 14678, 11861, 14118, 12868, 15932, 14038, 16631, 11506, 11758, 11515, 12578, 12029, 12728, 13107, 13216, 14115, 11743, 14588, 10747, 11751, 10025, 11557, 10527, 11645, 9479, 12864, 11447, 10365, 10881, 15389, 12210, 13900, 11208, 12082, 11540, 9853, 11246, 9974, 12151, 12350, 12206, 11941, 13068, 11653, 12209, 11914, 12494, 12345, 11907, 11084, 11697, 9348, 11570, 10155, 11827, 10479, 11815, 9627, 13221, 11085, 13158, 10839, 12923, 10247, 12752, 11835, 12418, 16675, 12446, 16757, 12251, 15253, 11486, 14147, 10838, 13616, 10305, 13646, 10093, 13306, 9348, 12699, 10355, 12104, 11261, 11792, 9722, 11778, 10887, 11214, 12500, 11685, 11847, 11287, 12110, 12460, 11484, 12690, 10734, 14188, 10220, 14680, 12024, 17232, 13118, 16922, 13063, 16555, 12583, 17694, 13193, 16915, 13278, 14898, 12895, 15483, 13115, 13046, 12389, 10396, 12922, 11060, 13292, 11230, 14005, 12543, 12648, 12322, 12662, 12456, 12409, 9596, 11252, 10390, 12923, 16347, 12986, 13717, 11880, 13798, 12245, 14681, 10469, 13995, 11217, 13233, 13376, 11787, 14782, 12834, 12255, 11022, 10366, 11950, 11797, 12754, 12095, 9521, 11018, 10700, 13150, 17958, 12599, 14988, 11840, 14936, 10807, 14519, 11699, 14271, 12065, 14265, 11736, 14372, 11788, 14192, 11446, 14401, 12540, 11013, 12192, 10868, 12921, 10670, 14389, 11255, 13706, 16679, 12107, 17080, 12555, 14612, 11976, 14611, 11537, 14528, 11296, 12153, 10854, 15410, 12339, 12983, 13155, 12436, 12833, 14367, 11754, 14853, 10612, 13577, 10235, 13852, 10417, 12457, 10545, 12371, 11781, 9309, 10306, 10065, 11485, 10810, 11489, 9875, 9187, 11572, 9301, 12037, 18224, 10456, 16183, 10043, 16244, 9543, 15139, 10036, 12269, 9560, 11575, 9588, 11782, 11262, 11738, 9773, 9114, 10570, 9840, 12095, 10879, 9279, 12391, 13237, 12040, 12485, 13557, 12226, 13958, 11559, 13723, 11488, 13600, 13289, 20036, 16897, 11825, 11868, 11298, 12343, 12383, 14665, 13123, 16431, 12912, 16821, 14510, 13693, 18498, 13715, 17456, 13251, 12939, 12185, 11551, 12897, 12185, 13964, 12918, 11009, 13715, 12937, 12034, 14017, 11225, 13140, 12273, 13827, 12340, 16206, 11225, 15056, 11546, 14644, 12031, 14741, 11832, 14575, 11675, 14498, 10459, 14311, 10120, 14215, 11385, 12965, 11126, 12230, 9267, 11382, 9372, 11514, 8641, 12874, 10492, 14855, 10410, 14754, 9356, 13270, 11821, 12330, 13373, 12041, 13891, 11062, 11464, 11994, 9877, 13855, 11884, 9753, 11319, 10957, 10984, 12559, 12785, 9578, 11879, 12475, 15732, 11532, 17877, 12211, 17733, 11151, 16879, 11393, 15081, 11508, 14916, 11384, 14352, 11962, 17229, 12827, 10118, 13848, 11113, 12272, 12035, 14811, 12469, 15416, 12129, 12502, 11857, 13227, 11885, 8858, 12515, 10549, 12223, 11817, 15247, 11667, 15811, 12004, 15001, 11367, 13723, 15240, 13576, 16237, 12383, 14599, 11961, 13249, 10651, 13278, 9943, 12548, 11864, 11714, 12619, 11082, 14673, 10053, 14297, 10365, 14120, 10732, 14704, 11856, 14027, 12294, 15515, 12540, 8928, 12542, 9583, 14671, 10770, 17417, 10910, 15517, 10859, 13727, 12524, 10529, 13761, 11670, 13778, 12780, 10115, 12294, 12081, 14533, 13168, 15137, 13680, 17117, 13072, 16780, 12802, 16345, 12654, 15140, 11966, 14995, 11653, 14886, 12321, 14411, 12057, 12024, 11695, 8935, 11836, 9938, 11104, 9479, 11179, 10739, 8754, 10182, 9480, 11622, 11200, 13616, 11307, 14848, 10980, 14554, 9999, 14108, 11362, 13381, 13019, 15849, 11168, 11598, 13409, 12040, 10430, 11991, 12299, 10856, 13969, 12873, 17216, 12001, 14617, 11102, 13905, 12224, 14346, 13199, 13598, 12723, 15324, 11846, 15015, 11851, 11209, 13469, 13964, 12815, 13679, 12831, 13067, 12917, 14819, 16380, 14215, 15299, 13882, 12535, 11595, 14889, 16408, 13832, 14469, 13938, 11318, 12795, 11341, 11930, 11272, 12153, 11166, 12831, 11691, 10495, 10811, 11014, 10704, 10980, 10546, 10459, 11541, 11844, 11230, 12160, 12429, 11766, 12456, 16262, 12669, 17330, 13679, 16559, 16593, 17413, 13427, 16450, 12505, 12549, 13574, 12406, 14002, 12110, 11235, 13299, 11944, 12383, 14586, 12247, 11851, 12460, 11949, 12131, 15424, 11686, 15394, 12039, 9954, 11409, 10060, 13233, 11089, 12271, 11007, 12410, 9958, 12530, 10430, 12453, 11675, 12417, 11843, 11338, 10823, 9829, 11333, 11137, 13247, 11496, 11117, 11479, 10583, 10926, 11563, 9780, 16671, 11200, 14870, 10683, 14116, 11783, 15557, 11888, 12658, 11560, 12615, 11505, 12641, 10917, 14971, 10477, 14913, 9725, 14368, 9794, 12836, 9816, 10655, 13191, 10902, 15961, 10223, 13727, 10475, 12325, 10613, 14352, 9989, 9066, 11037, 9238, 10645, 10184, 9104, 12151, 9417, 14192, 12045, 15148, 11892, 13471, 11272, 16561, 12503, 18685, 12846, 13286, 14757, 12662, 13503, 11913, 15161, 12594, 14135, 12553, 11422, 12239, 8674, 12452, 13547, 11033, 13951, 9997, 13271, 9580, 12993, 9549, 13978, 9619, 10487, 9474, 8807, 11903, 9115, 13355, 10651, 15006, 10823, 13431, 12116, 15484, 11910, 13570, 12658, 10734, 13789, 11761, 13708, 11931, 16233, 11298, 12766, 12513, 12949, 13363, 12885, 10591, 12938, 11393, 13460, 13893, 12465, 15708, 12527, 12912, 11570, 12937, 12143, 12873, 13130, 13290, 13427, 13338, 13250, 13567, 15484, 13652, 12202, 11793, 9711, 11953, 10995, 11742, 11116, 11450, 11917, 11047, 13155, 11165, 13503, 11263, 12886, 11693, 12757, 11631, 13180, 12280, 14088, 14864, 19193, 14178, 11508, 10957, 13701, 10498, 12072, 11666, 13885, 12354, 12340, 12802, 12083, 17101, 12781, 14040, 11539, 11606, 12474, 12393, 12979, 12817, 13595, 12288, 12607, 11497, 12121, 12224, 12562, 12186, 13007, 12265, 12622, 10394, 13895, 13399, 12691, 14621, 12781, 16097, 12514, 16165, 11188, 13427, 10610, 12696, 9608, 11957, 8811, 12054, 12289, 10590, 14658, 11043, 12116, 9604, 12397, 8626, 11765, 9044, 9332, 10367, 8775, 10384, 10101, 8715, 11118, 12341, 11588, 15188, 11280, 13375, 12020, 14482, 12492, 16855, 12047, 17610, 12406, 17345, 12858, 17491, 13225, 15627, 11895, 11334, 15584, 12069, 15466, 13527, 16152, 12508, 11313, 11009, 11173, 9338, 11904, 11907, 10472, 11306, 12040, 11094, 11658, 12622, 15778, 13612, 14783, 13552, 18173, 13638, 18335, 13023, 18448, 12771, 17045, 12391, 15805, 12287, 15134, 12564, 13739, 12149, 13169, 11922, 12576, 12203, 12964, 11665, 12907, 10228, 13775, 9943, 13230, 10531, 13296, 9454, 13648, 10224, 11913, 10347, 12614, 11018, 11514, 10698, 9124, 11147, 9615, 14318, 10373, 10915, 11251, 10236, 13746, 11762, 14962, 12566, 14933, 11774, 15284, 11438, 15480, 12795, 15398], 'WindowCenter': [5033.0, 5020.0, 4997.0, 5026.0, 4985.0, 5023.0, 4979.0, 4998.0, 5000.0, 5008.0, 4991.0, 4993.0, 4944.0, 4951.0, 4940.0, 4955.0, 4950.0, 4963.0, 4959.0, 4961.0, 4971.0, 4950.0, 4970.0, 4929.0, 4941.0, 4932.0, 4937.0, 4913.0, 4924.0, 4915.0, 4831.0, 4871.0, 4843.0, 4883.0, 5041.0, 5035.0, 5029.0, 5000.0, 5007.0, 4998.0, 4978.0, 4999.0, 4989.0, 5009.0, 5007.0, 5007.0, 4995.0, 5016.0, 4994.0, 5005.0, 4994.0, 5006.0, 5003.0, 4994.0, 4982.0, 4995.0, 4963.0, 4996.0, 4984.0, 5018.0, 4997.0, 5008.0, 4975.0, 5014.0, 4995.0, 5017.0, 4986.0, 5006.0, 4977.0, 5005.0, 4994.0, 5006.0, 5032.0, 5005.0, 5032.0, 4995.0, 5021.0, 4993.0, 5013.0, 4983.0, 5013.0, 4973.0, 5013.0, 4986.0, 5015.0, 4966.0, 5016.0, 4987.0, 5018.0, 4997.0, 5008.0, 4977.0, 5019.0, 5008.0, 5010.0, 5019.0, 5022.0, 5036.0, 5024.0, 4998.0, 5009.0, 4997.0, 5007.0, 4988.0, 5030.0, 5002.0, 5035.0, 5019.0, 5053.0, 5031.0, 5047.0, 5030.0, 5047.0, 5018.0, 5044.0, 5014.0, 5031.0, 5016.0, 5023.0, 5005.0, 5022.0, 5026.0, 5016.0, 5016.0, 4986.0, 5017.0, 4997.0, 5029.0, 4998.0, 5038.0, 5017.0, 5017.0, 5017.0, 5029.0, 5017.0, 5017.0, 4974.0, 5006.0, 4999.0, 5031.0, 5045.0, 5029.0, 5039.0, 5021.0, 5037.0, 5018.0, 5039.0, 5001.0, 5039.0, 4997.0, 5019.0, 5017.0, 5009.0, 5038.0, 5028.0, 5015.0, 5010.0, 5000.0, 5030.0, 5030.0, 5028.0, 5006.0, 4977.0, 4998.0, 4999.0, 5043.0, 5057.0, 5017.0, 5024.0, 5008.0, 5025.0, 4983.0, 5013.0, 4993.0, 5012.0, 4979.0, 5010.0, 4992.0, 5009.0, 4980.0, 5008.0, 4993.0, 5009.0, 4977.0, 4968.0, 4978.0, 4964.0, 4986.0, 4969.0, 5021.0, 4992.0, 5036.0, 5042.0, 5003.0, 5043.0, 4990.0, 4982.0, 4966.0, 4997.0, 4979.0, 5000.0, 4981.0, 4990.0, 4971.0, 5009.0, 4990.0, 4999.0, 5001.0, 4990.0, 5000.0, 5009.0, 4993.0, 5010.0, 4972.0, 5001.0, 4987.0, 5024.0, 4995.0, 5015.0, 5008.0, 5026.0, 5029.0, 4991.0, 5013.0, 5026.0, 5033.0, 5036.0, 5045.0, 5027.0, 5016.0, 5037.0, 5007.0, 5048.0, 5072.0, 5015.0, 5062.0, 5004.0, 5049.0, 4991.0, 5038.0, 5000.0, 5020.0, 4988.0, 5020.0, 4990.0, 5030.0, 5019.0, 5030.0, 5013.0, 4994.0, 5011.0, 5012.0, 5030.0, 5036.0, 5006.0, 5058.0, 5044.0, 5047.0, 5043.0, 5054.0, 5021.0, 5039.0, 5024.0, 5055.0, 5020.0, 5037.0, 5025.0, 5039.0, 5029.0, 4978.0, 4985.0, 4990.0, 5013.0, 5011.0, 5005.0, 5001.0, 5018.0, 5002.0, 5042.0, 4995.0, 4998.0, 5013.0, 4987.0, 5003.0, 4975.0, 4961.0, 4964.0, 4963.0, 4985.0, 4990.0, 5008.0, 5036.0, 5033.0, 5047.0, 5038.0, 5012.0, 5021.0, 4979.0, 4971.0, 4964.0, 4961.0, 4964.0, 5005.0, 4966.0, 4995.0, 4962.0, 5009.0, 4979.0, 5007.0, 4976.0, 5006.0, 4978.0, 5009.0, 4970.0, 5010.0, 4971.0, 5011.0, 5004.0, 5013.0, 4994.0, 5003.0, 4964.0, 4993.0, 4975.0, 5007.0, 4981.0, 5039.0, 5015.0, 5050.0, 5013.0, 5052.0, 4993.0, 5045.0, 5023.0, 5032.0, 5029.0, 5032.0, 5040.0, 5027.0, 5034.0, 5046.0, 5027.0, 5089.0, 5085.0, 5043.0, 5035.0, 5022.0, 5021.0, 5019.0, 4977.0, 4946.0, 4981.0, 4994.0, 5012.0, 4997.0, 5032.0, 4995.0, 5042.0, 4996.0, 5032.0, 4994.0, 5024.0, 4995.0, 5024.0, 4981.0, 5000.0, 4980.0, 5016.0, 4977.0, 4958.0, 4984.0, 4967.0, 4976.0, 4979.0, 4996.0, 4988.0, 5007.0, 4990.0, 4991.0, 4987.0, 4998.0, 4964.0, 4936.0, 4987.0, 4984.0, 4978.0, 4991.0, 5009.0, 4981.0, 5021.0, 4991.0, 5020.0, 4980.0, 5001.0, 5009.0, 5000.0, 5018.0, 4992.0, 5009.0, 4980.0, 5000.0, 4969.0, 5012.0, 4971.0, 5004.0, 4992.0, 5004.0, 5003.0, 5006.0, 5033.0, 4997.0, 5036.0, 5012.0, 5038.0, 5021.0, 5050.0, 5010.0, 5028.0, 5008.0, 5025.0, 5007.0, 4967.0, 5017.0, 4990.0, 5051.0, 5025.0, 5071.0, 5023.0, 5047.0, 5011.0, 5039.0, 5030.0, 5014.0, 5038.0, 5022.0, 5039.0, 5019.0, 4986.0, 4995.0, 4994.0, 5015.0, 5004.0, 5024.0, 5029.0, 5035.0, 5003.0, 5022.0, 5005.0, 5020.0, 4993.0, 5010.0, 4993.0, 5022.0, 4993.0, 5022.0, 5014.0, 5023.0, 5006.0, 5005.0, 5017.0, 4980.0, 5021.0, 4988.0, 5007.0, 4991.0, 5021.0, 5014.0, 4994.0, 5015.0, 5062.0, 5051.0, 5024.0, 5044.0, 5013.0, 5039.0, 4999.0, 5028.0, 4977.0, 5026.0, 5009.0, 5028.0, 5028.0, 5033.0, 4996.0, 4995.0, 5029.0, 4995.0, 4972.0, 4993.0, 4994.0, 4958.0, 5042.0, 5013.0, 5043.0, 4987.0, 5004.0, 4973.0, 4984.0, 4960.0, 4976.0, 4968.0, 4978.0, 4967.0, 4984.0, 4966.0, 4982.0, 4954.0, 4956.0, 4986.0, 5010.0, 5001.0, 5001.0, 4986.0, 4987.0, 4975.0, 4999.0, 5008.0, 4987.0, 4995.0, 4973.0, 4964.0, 4954.0, 4995.0, 4987.0, 4984.0, 4984.0, 4984.0, 4967.0, 4987.0, 4965.0, 4978.0, 4978.0, 4991.0, 4993.0, 5014.0, 5006.0, 5000.0, 4998.0, 4999.0, 5000.0, 5009.0, 5004.0, 5004.0, 5023.0, 5010.0, 4987.0, 5009.0, 5005.0, 4998.0, 4981.0, 5019.0, 4992.0, 5022.0, 5002.0, 5011.0, 5023.0, 5021.0, 4989.0, 4992.0, 4962.0, 4962.0, 4959.0, 4951.0, 4957.0, 4951.0, 4942.0, 4971.0, 4951.0, 4931.0, 4936.0, 4897.0, 4911.0, 4923.0, 4965.0, 4974.0, 5031.0, 5002.0, 5017.0, 4988.0, 4957.0, 4981.0, 4959.0, 4999.0, 4981.0, 5002.0, 4980.0, 5003.0, 4973.0, 5003.0, 4984.0, 4991.0, 4994.0, 5006.0, 5019.0, 5008.0, 5009.0, 5003.0, 5036.0, 5049.0, 5028.0, 5008.0, 5021.0, 5019.0, 4997.0, 4997.0, 5008.0, 5030.0, 5073.0, 5024.0, 5039.0, 4987.0, 5028.0, 5007.0, 5033.0, 4992.0, 5002.0, 4993.0, 5003.0, 4994.0, 5005.0, 4984.0, 5025.0, 4985.0, 5024.0, 4974.0, 5025.0, 4974.0, 5006.0, 4973.0, 4986.0, 5015.0, 4998.0, 5033.0, 4999.0, 5027.0, 5000.0, 5016.0, 5000.0, 5036.0, 4990.0, 4981.0, 4999.0, 4968.0, 5012.0, 5004.0, 4993.0, 5035.0, 4996.0, 5042.0, 5024.0, 5053.0, 5025.0, 5030.0, 5002.0, 5039.0, 5008.0, 5042.0, 5010.0, 5004.0, 5024.0, 5002.0, 5003.0, 4981.0, 5011.0, 5003.0, 5010.0, 4993.0, 4978.0, 4988.0, 4942.0, 4998.0, 5001.0, 4982.0, 5011.0, 4975.0, 5015.0, 4975.0, 5001.0, 4978.0, 5024.0, 4991.0, 4999.0, 4999.0, 4993.0, 5032.0, 4992.0, 5044.0, 5015.0, 5051.0, 5015.0, 5032.0, 5035.0, 5051.0, 5025.0, 5030.0, 5021.0, 4998.0, 5029.0, 5010.0, 5029.0, 5013.0, 5050.0, 4997.0, 5005.0, 5004.0, 4990.0, 5004.0, 4993.0, 4962.0, 5003.0, 4986.0, 5016.0, 5016.0, 5017.0, 5049.0, 5006.0, 5003.0, 4979.0, 4992.0, 4979.0, 4988.0, 4989.0, 4991.0, 4987.0, 4989.0, 4976.0, 4988.0, 4990.0, 4985.0, 4966.0, 4965.0, 4948.0, 4964.0, 4940.0, 4921.0, 4964.0, 4975.0, 4977.0, 5005.0, 5010.0, 5006.0, 5069.0, 5034.0, 5016.0, 4993.0, 5003.0, 4992.0, 5003.0, 5003.0, 5026.0, 5064.0, 5116.0, 5065.0, 5009.0, 4972.0, 4971.0, 4955.0, 4965.0, 4967.0, 4999.0, 4992.0, 4991.0, 4990.0, 4980.0, 5007.0, 4992.0, 4999.0, 4982.0, 4978.0, 4989.0, 4991.0, 4989.0, 4986.0, 4988.0, 4979.0, 4978.0, 4967.0, 4978.0, 4974.0, 4975.0, 4974.0, 4987.0, 4975.0, 4990.0, 4958.0, 4997.0, 4986.0, 4988.0, 5007.0, 4999.0, 5016.0, 4992.0, 5019.0, 4982.0, 5010.0, 4982.0, 5001.0, 4972.0, 5005.0, 4964.0, 5015.0, 5003.0, 4996.0, 5033.0, 5008.0, 5017.0, 5000.0, 5028.0, 4992.0, 5016.0, 4979.0, 4973.0, 4997.0, 4980.0, 4996.0, 5011.0, 5006.0, 5038.0, 5044.0, 5047.0, 5063.0, 5035.0, 5041.0, 5047.0, 5053.0, 5034.0, 5049.0, 5021.0, 5046.0, 5019.0, 5045.0, 5020.0, 5041.0, 5005.0, 5020.0, 4994.0, 4981.0, 5033.0, 5006.0, 5036.0, 5017.0, 5008.0, 4965.0, 4980.0, 4955.0, 4956.0, 4963.0, 5003.0, 4962.0, 4956.0, 4968.0, 4991.0, 4970.0, 4981.0, 4991.0, 5008.0, 5000.0, 4998.0, 4990.0, 5004.0, 4974.0, 4991.0, 4962.0, 4988.0, 4961.0, 4977.0, 4960.0, 4977.0, 4961.0, 4979.0, 4973.0, 4982.0, 4973.0, 4985.0, 4981.0, 4986.0, 4990.0, 5000.0, 4993.0, 5002.0, 4989.0, 5027.0, 4999.0, 5031.0, 4997.0, 5040.0, 4991.0, 5014.0, 5002.0, 5008.0, 4987.0, 5007.0, 5014.0, 5021.0, 5013.0, 4980.0, 4979.0, 4963.0, 5025.0, 4990.0, 4997.0, 5010.0, 5000.0, 5038.0, 5021.0, 5037.0, 5031.0, 5036.0, 5009.0, 5038.0, 5010.0, 5021.0, 5002.0, 5023.0], 'WindowWidth': [10924.0, 10898.0, 10856.0, 10897.0, 10837.0, 10890.0, 10821.0, 10843.0, 10849.0, 10855.0, 10831.0, 10826.0, 10755.0, 10760.0, 10747.0, 10769.0, 10761.0, 10783.0, 10771.0, 10774.0, 10790.0, 10759.0, 10786.0, 10727.0, 10748.0, 10742.0, 10738.0, 10695.0, 10714.0, 10703.0, 10525.0, 10614.0, 10580.0, 10652.0, 10924.0, 10924.0, 10904.0, 10864.0, 10869.0, 10857.0, 10831.0, 10863.0, 10847.0, 10878.0, 10871.0, 10872.0, 10850.0, 10881.0, 10846.0, 10864.0, 10847.0, 10866.0, 10859.0, 10846.0, 10826.0, 10849.0, 10803.0, 10851.0, 10834.0, 10890.0, 10857.0, 10873.0, 10823.0, 10876.0, 10851.0, 10886.0, 10838.0, 10866.0, 10827.0, 10866.0, 10847.0, 10868.0, 10898.0, 10864.0, 10897.0, 10849.0, 10881.0, 10845.0, 10872.0, 10830.0, 10871.0, 10819.0, 10870.0, 10839.0, 10877.0, 10813.0, 10882.0, 10841.0, 10886.0, 10856.0, 10873.0, 10829.0, 10890.0, 10874.0, 10881.0, 10891.0, 10899.0, 10924.0, 10904.0, 10854.0, 10874.0, 10850.0, 10865.0, 10840.0, 10903.0, 10872.0, 10907.0, 10891.0, 10932.0, 10911.0, 10929.0, 10908.0, 10927.0, 10889.0, 10917.0, 10877.0, 10898.0, 10881.0, 10886.0, 10865.0, 10885.0, 10900.0, 10885.0, 10884.0, 10842.0, 10887.0, 10860.0, 10907.0, 10861.0, 10918.0, 10883.0, 10886.0, 10888.0, 10908.0, 10886.0, 10885.0, 10822.0, 10871.0, 10863.0, 10912.0, 10925.0, 10904.0, 10919.0, 10897.0, 10917.0, 10888.0, 10920.0, 10868.0, 10920.0, 10858.0, 10890.0, 10884.0, 10878.0, 10917.0, 10906.0, 10885.0, 10882.0, 10869.0, 10911.0, 10913.0, 10903.0, 10868.0, 10827.0, 10860.0, 10862.0, 10933.0, 10945.0, 10885.0, 10891.0, 10873.0, 10893.0, 10831.0, 10874.0, 10846.0, 10870.0, 10819.0, 10867.0, 10840.0, 10862.0, 10823.0, 10864.0, 10846.0, 10862.0, 10810.0, 10802.0, 10814.0, 10790.0, 10821.0, 10806.0, 10881.0, 10843.0, 10916.0, 10916.0, 10861.0, 10921.0, 10838.0, 10815.0, 10796.0, 10841.0, 10818.0, 10851.0, 10825.0, 10836.0, 10812.0, 10861.0, 10837.0, 10846.0, 10852.0, 10836.0, 10852.0, 10862.0, 10845.0, 10867.0, 10815.0, 10852.0, 10845.0, 10889.0, 10854.0, 10881.0, 10883.0, 10902.0, 10910.0, 10859.0, 10893.0, 10917.0, 10922.0, 10932.0, 10943.0, 10920.0, 10902.0, 10933.0, 10889.0, 10949.0, 10972.0, 10896.0, 10958.0, 10879.0, 10934.0, 10857.0, 10918.0, 10868.0, 10896.0, 10851.0, 10896.0, 10855.0, 10911.0, 10897.0, 10911.0, 10890.0, 10866.0, 10886.0, 10889.0, 10911.0, 10930.0, 10888.0, 10965.0, 10936.0, 10946.0, 10934.0, 10953.0, 10898.0, 10922.0, 10909.0, 10958.0, 10902.0, 10922.0, 10902.0, 10911.0, 10896.0, 10817.0, 10829.0, 10841.0, 10877.0, 10871.0, 10853.0, 10855.0, 10874.0, 10859.0, 10917.0, 10833.0, 10845.0, 10858.0, 10826.0, 10843.0, 10806.0, 10780.0, 10787.0, 10789.0, 10828.0, 10838.0, 10861.0, 10920.0, 10925.0, 10936.0, 10924.0, 10874.0, 10886.0, 10819.0, 10794.0, 10789.0, 10776.0, 10787.0, 10852.0, 10795.0, 10836.0, 10787.0, 10864.0, 10818.0, 10856.0, 10811.0, 10852.0, 10819.0, 10864.0, 10810.0, 10866.0, 10814.0, 10871.0, 10863.0, 10876.0, 10848.0, 10860.0, 10806.0, 10845.0, 10824.0, 10872.0, 10842.0, 10920.0, 10894.0, 10935.0, 10890.0, 10940.0, 10861.0, 10938.0, 10901.0, 10912.0, 10905.0, 10913.0, 10923.0, 10914.0, 10926.0, 10943.0, 10920.0, 11012.0, 11019.0, 10953.0, 10925.0, 10901.0, 10898.0, 10886.0, 10807.0, 10764.0, 10821.0, 10843.0, 10865.0, 10855.0, 10898.0, 10848.0, 10912.0, 10850.0, 10900.0, 10847.0, 10890.0, 10850.0, 10892.0, 10824.0, 10850.0, 10821.0, 10866.0, 10813.0, 10786.0, 10818.0, 10797.0, 10810.0, 10817.0, 10835.0, 10830.0, 10855.0, 10837.0, 10841.0, 10832.0, 10844.0, 10789.0, 10753.0, 10825.0, 10835.0, 10814.0, 10839.0, 10859.0, 10824.0, 10880.0, 10837.0, 10879.0, 10824.0, 10853.0, 10859.0, 10848.0, 10872.0, 10841.0, 10861.0, 10822.0, 10848.0, 10808.0, 10871.0, 10812.0, 10861.0, 10841.0, 10862.0, 10860.0, 10868.0, 10904.0, 10862.0, 10913.0, 10887.0, 10918.0, 10902.0, 10936.0, 10879.0, 10900.0, 10872.0, 10888.0, 10868.0, 10814.0, 10884.0, 10853.0, 10946.0, 10913.0, 10973.0, 10907.0, 10931.0, 10885.0, 10919.0, 10910.0, 10896.0, 10920.0, 10902.0, 10921.0, 10890.0, 10839.0, 10847.0, 10845.0, 10874.0, 10860.0, 10887.0, 10902.0, 10904.0, 10857.0, 10881.0, 10860.0, 10873.0, 10841.0, 10861.0, 10842.0, 10880.0, 10845.0, 10882.0, 10877.0, 10887.0, 10865.0, 10864.0, 10885.0, 10839.0, 10897.0, 10847.0, 10874.0, 10855.0, 10897.0, 10889.0, 10864.0, 10897.0, 10991.0, 10956.0, 10901.0, 10930.0, 10886.0, 10919.0, 10865.0, 10902.0, 10829.0, 10895.0, 10876.0, 10902.0, 10903.0, 10904.0, 10854.0, 10853.0, 10907.0, 10847.0, 10810.0, 10840.0, 10842.0, 10783.0, 10924.0, 10875.0, 10920.0, 10829.0, 10850.0, 10805.0, 10819.0, 10780.0, 10800.0, 10794.0, 10811.0, 10794.0, 10816.0, 10794.0, 10809.0, 10775.0, 10781.0, 10824.0, 10866.0, 10854.0, 10852.0, 10825.0, 10824.0, 10805.0, 10845.0, 10859.0, 10825.0, 10832.0, 10799.0, 10790.0, 10775.0, 10834.0, 10814.0, 10815.0, 10819.0, 10816.0, 10799.0, 10822.0, 10793.0, 10814.0, 10816.0, 10839.0, 10845.0, 10876.0, 10867.0, 10865.0, 10858.0, 10860.0, 10864.0, 10876.0, 10874.0, 10872.0, 10900.0, 10877.0, 10839.0, 10871.0, 10862.0, 10855.0, 10818.0, 10876.0, 10841.0, 10887.0, 10856.0, 10870.0, 10886.0, 10884.0, 10833.0, 10824.0, 10783.0, 10782.0, 10773.0, 10765.0, 10769.0, 10765.0, 10753.0, 10797.0, 10765.0, 10717.0, 10718.0, 10659.0, 10688.0, 10706.0, 10792.0, 10811.0, 10903.0, 10866.0, 10874.0, 10834.0, 10788.0, 10827.0, 10793.0, 10850.0, 10825.0, 10859.0, 10825.0, 10860.0, 10820.0, 10861.0, 10838.0, 10840.0, 10849.0, 10869.0, 10894.0, 10876.0, 10883.0, 10877.0, 10930.0, 10953.0, 10904.0, 10873.0, 10898.0, 10894.0, 10860.0, 10858.0, 10876.0, 10926.0, 10977.0, 10905.0, 10923.0, 10844.0, 10903.0, 10871.0, 10904.0, 10843.0, 10856.0, 10844.0, 10858.0, 10847.0, 10865.0, 10837.0, 10895.0, 10838.0, 10889.0, 10823.0, 10892.0, 10820.0, 10865.0, 10817.0, 10840.0, 10878.0, 10858.0, 10901.0, 10864.0, 10898.0, 10867.0, 10880.0, 10863.0, 10909.0, 10847.0, 10839.0, 10858.0, 10813.0, 10885.0, 10874.0, 10860.0, 10921.0, 10865.0, 10927.0, 10903.0, 10948.0, 10907.0, 10908.0, 10868.0, 10917.0, 10873.0, 10912.0, 10877.0, 10859.0, 10888.0, 10856.0, 10858.0, 10825.0, 10865.0, 10858.0, 10862.0, 10843.0, 10814.0, 10831.0, 10769.0, 10848.0, 10851.0, 10827.0, 10865.0, 10822.0, 10876.0, 10822.0, 10851.0, 10829.0, 10888.0, 10855.0, 10862.0, 10864.0, 10860.0, 10913.0, 10858.0, 10930.0, 10895.0, 10936.0, 10892.0, 10912.0, 10921.0, 10942.0, 10909.0, 10909.0, 10895.0, 10859.0, 10904.0, 10879.0, 10905.0, 10886.0, 10936.0, 10855.0, 10865.0, 10858.0, 10835.0, 10857.0, 10838.0, 10793.0, 10854.0, 10834.0, 10878.0, 10880.0, 10886.0, 10937.0, 10866.0, 10859.0, 10821.0, 10841.0, 10819.0, 10835.0, 10832.0, 10837.0, 10827.0, 10831.0, 10808.0, 10828.0, 10823.0, 10819.0, 10790.0, 10792.0, 10773.0, 10786.0, 10745.0, 10704.0, 10790.0, 10809.0, 10811.0, 10865.0, 10868.0, 10871.0, 10983.0, 10923.0, 10882.0, 10846.0, 10860.0, 10842.0, 10858.0, 10862.0, 10898.0, 10970.0, 11053.0, 10975.0, 10879.0, 10809.0, 10790.0, 10776.0, 10791.0, 10796.0, 10842.0, 10839.0, 10836.0, 10833.0, 10821.0, 10852.0, 10842.0, 10844.0, 10825.0, 10816.0, 10834.0, 10836.0, 10831.0, 10826.0, 10830.0, 10818.0, 10814.0, 10796.0, 10811.0, 10804.0, 10806.0, 10806.0, 10825.0, 10811.0, 10836.0, 10789.0, 10841.0, 10823.0, 10830.0, 10853.0, 10848.0, 10869.0, 10841.0, 10875.0, 10828.0, 10866.0, 10828.0, 10854.0, 10816.0, 10864.0, 10808.0, 10880.0, 10860.0, 10854.0, 10904.0, 10876.0, 10888.0, 10867.0, 10904.0, 10861.0, 10884.0, 10836.0, 10818.0, 10859.0, 10841.0, 10858.0, 10888.0, 10890.0, 10937.0, 10937.0, 10948.0, 10964.0, 10928.0, 10928.0, 10947.0, 10946.0, 10921.0, 10935.0, 10898.0, 10926.0, 10893.0, 10927.0, 10893.0, 10915.0, 10868.0, 10879.0, 10846.0, 10827.0, 10902.0, 10868.0, 10913.0, 10886.0, 10857.0, 10792.0, 10820.0, 10777.0, 10779.0, 10804.0, 10862.0, 10782.0, 10778.0, 10801.0, 10836.0, 10807.0, 10825.0, 10839.0, 10856.0, 10849.0, 10843.0, 10835.0, 10843.0, 10802.0, 10820.0, 10781.0, 10812.0, 10778.0, 10794.0, 10777.0, 10795.0, 10780.0, 10804.0, 10803.0, 10813.0, 10806.0, 10822.0, 10823.0, 10829.0, 10840.0, 10851.0, 10844.0, 10856.0, 10849.0, 10896.0, 10866.0, 10912.0, 10859.0, 10925.0, 10858.0, 10873.0, 10875.0, 10875.0, 10845.0, 10868.0, 10889.0, 10897.0, 10888.0, 10837.0, 10817.0, 10802.0, 10890.0, 10850.0, 10857.0, 10876.0, 10866.0, 10917.0, 10897.0, 10914.0, 10910.0, 10914.0, 10877.0, 10918.0, 10877.0, 10881.0, 10856.0, 10883.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.007258796498905908</td></tr>
<tr><td colspan=3>aqi</td><td>0.0794442409190372</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.739833672990166</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2437536055312157</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0403695022562984</td></tr>
<tr><td colspan=3>efc</td><td>0.5005</td></tr>
<tr><td colspan=3>fber</td><td>5856.8169</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.33927975712251995</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>470</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>51.42231947483589</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.504467360365538</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3514282166648552</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8260553871670435</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.335918477264714</td></tr>
<tr><td colspan=3>gcor</td><td>0.0190907</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0068806735798716545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04544219374656677</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.131435419408396</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>17.1162</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2342</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.0712</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1107.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.6025</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9945</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.3365</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4155.2491</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5359.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1056.5272</td></tr>
<tr><td colspan=3>tsnr</td><td>23.083797849249095</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>