<?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-0102_ses-02_task-alignvideo_acq-mb8_run-04_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-0102_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_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-0102/ses-02/func/sub-0102_ses-02_task-alignvideo_acq-mb8_run-04_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>bd47970188c7d9469782e40b1e43018e</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>11:25:51.885000</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.998994, -0.0026995, -0.0447628, 0.00209229, 0.999905, -0.0136062]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_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.097724</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7789, -7297, 199, -116, -114, -108, 101]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>81b2356f-5dde-4c10-8e44-4df7b679c3e6||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.680227756500244, 0.005613474175333977, -0.1209472268819809, 114.3491439819336], [0.007242554798722267, 2.6826727390289307, -0.0364469438791275, -93.98880004882812], [-0.12009526789188385, 0.03650447353720665, 2.6970436573028564, -75.74607849121094], [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': ['112551.885000', '112552.345000', '112552.805000', '112553.265000', '112553.725000', '112554.185000', '112554.645000', '112555.105000', '112555.565000', '112556.025000', '112556.485000', '112556.945000', '112557.405000', '112557.865000', '112558.325000', '112558.785000', '112559.245000', '112559.705000', '112600.165000', '112600.625000', '112601.085000', '112601.545000', '112602.005000', '112602.465000', '112602.925000', '112603.385000', '112603.845000', '112604.305000', '112604.765000', '112605.225000', '112605.685000', '112606.145000', '112606.605000', '112607.065000', '112607.525000', '112607.985000', '112608.445000', '112608.905000', '112609.365000', '112609.825000', '112610.285000', '112610.745000', '112611.205000', '112611.665000', '112612.125000', '112612.585000', '112613.045000', '112613.505000', '112613.965000', '112614.425000', '112614.885000', '112615.345000', '112615.805000', '112616.265000', '112616.725000', '112617.185000', '112617.645000', '112618.105000', '112618.565000', '112619.025000', '112619.485000', '112619.945000', '112620.405000', '112620.865000', '112621.325000', '112621.785000', '112622.245000', '112622.705000', '112623.165000', '112623.625000', '112624.085000', '112624.545000', '112625.005000', '112625.465000', '112625.925000', '112626.385000', '112626.845000', '112627.305000', '112627.765000', '112628.225000', '112628.685000', '112629.145000', '112629.605000', '112630.065000', '112630.525000', '112630.985000', '112631.445000', '112631.905000', '112632.365000', '112632.825000', '112633.285000', '112633.745000', '112634.205000', '112634.665000', '112635.125000', '112635.585000', '112636.045000', '112636.505000', '112636.965000', '112637.425000', '112637.885000', '112638.345000', '112638.805000', '112639.265000', '112639.725000', '112640.185000', '112640.645000', '112641.105000', '112641.565000', '112642.025000', '112642.485000', '112642.945000', '112643.405000', '112643.865000', '112644.325000', '112644.785000', '112645.245000', '112645.705000', '112646.165000', '112646.625000', '112647.085000', '112647.545000', '112648.005000', '112648.465000', '112648.925000', '112649.385000', '112649.845000', '112650.305000', '112650.765000', '112651.225000', '112651.685000', '112652.145000', '112652.605000', '112653.065000', '112653.525000', '112653.985000', '112654.445000', '112654.905000', '112655.365000', '112655.825000', '112656.285000', '112656.745000', '112657.205000', '112657.665000', '112658.125000', '112658.585000', '112659.045000', '112659.505000', '112659.965000', '112700.425000', '112700.885000', '112701.345000', '112701.805000', '112702.265000', '112702.725000', '112703.185000', '112703.645000', '112704.105000', '112704.565000', '112705.025000', '112705.485000', '112705.945000', '112706.405000', '112706.865000', '112707.325000', '112707.785000', '112708.245000', '112708.705000', '112709.165000', '112709.625000', '112710.085000', '112710.545000', '112711.005000', '112711.465000', '112711.925000', '112712.385000', '112712.845000', '112713.305000', '112713.765000', '112714.225000', '112714.685000', '112715.145000', '112715.605000', '112716.065000', '112716.525000', '112716.985000', '112717.445000', '112717.905000', '112718.365000', '112718.825000', '112719.285000', '112719.745000', '112720.205000', '112720.665000', '112721.125000', '112721.585000', '112722.045000', '112722.505000', '112722.965000', '112723.425000', '112723.885000', '112724.345000', '112724.805000', '112725.265000', '112725.725000', '112726.185000', '112726.645000', '112727.105000', '112727.565000', '112728.025000', '112728.485000', '112728.945000', '112729.405000', '112729.865000', '112730.325000', '112730.785000', '112731.245000', '112731.705000', '112732.165000', '112732.625000', '112733.085000', '112733.545000', '112734.005000', '112734.465000', '112734.925000', '112735.385000', '112735.845000', '112736.305000', '112736.765000', '112737.225000', '112737.685000', '112738.145000', '112738.605000', '112739.065000', '112739.525000', '112739.985000', '112740.445000', '112740.905000', '112741.365000', '112741.825000', '112742.285000', '112742.745000', '112743.205000', '112743.665000', '112744.125000', '112744.585000', '112745.045000', '112745.505000', '112745.965000', '112746.425000', '112746.885000', '112747.345000', '112747.805000', '112748.265000', '112748.725000', '112749.185000', '112749.645000', '112750.105000', '112750.565000', '112751.025000', '112751.485000', '112751.945000', '112752.405000', '112752.865000', '112753.325000', '112753.785000', '112754.245000', '112754.705000', '112755.165000', '112755.625000', '112756.085000', '112756.545000', '112757.005000', '112757.465000', '112757.925000', '112758.385000', '112758.845000', '112759.305000', '112759.765000', '112800.225000', '112800.685000', '112801.145000', '112801.605000', '112802.065000', '112802.525000', '112802.985000', '112803.445000', '112803.905000', '112804.365000', '112804.825000', '112805.285000', '112805.745000', '112806.205000', '112806.665000', '112807.125000', '112807.585000', '112808.045000', '112808.505000', '112808.965000', '112809.425000', '112809.885000', '112810.345000', '112810.805000', '112811.265000', '112811.725000', '112812.185000', '112812.645000', '112813.105000', '112813.565000', '112814.025000', '112814.485000', '112814.945000', '112815.405000', '112815.865000', '112816.325000', '112816.785000', '112817.245000', '112817.705000', '112818.165000', '112818.625000', '112819.085000', '112819.545000', '112820.005000', '112820.465000', '112820.925000', '112821.385000', '112821.845000', '112822.305000', '112822.765000', '112823.225000', '112823.685000', '112824.145000', '112824.605000', '112825.065000', '112825.525000', '112825.985000', '112826.445000', '112826.905000', '112827.365000', '112827.825000', '112828.285000', '112828.745000', '112829.205000', '112829.665000', '112830.125000', '112830.585000', '112831.045000', '112831.505000', '112831.965000', '112832.425000', '112832.885000', '112833.345000', '112833.805000', '112834.265000', '112834.725000', '112835.185000', '112835.645000', '112836.105000', '112836.565000', '112837.025000', '112837.485000', '112837.945000', '112838.405000', '112838.865000', '112839.325000', '112839.785000', '112840.245000', '112840.705000', '112841.165000', '112841.625000', '112842.085000', '112842.545000', '112843.005000', '112843.465000', '112843.925000', '112844.385000', '112844.845000', '112845.305000', '112845.765000', '112846.225000', '112846.685000', '112847.145000', '112847.605000', '112848.065000', '112848.525000', '112848.985000', '112849.445000', '112849.905000', '112850.365000', '112850.825000', '112851.285000', '112851.745000', '112852.205000', '112852.665000', '112853.125000', '112853.585000', '112854.045000', '112854.505000', '112854.965000', '112855.425000', '112855.885000', '112856.345000', '112856.805000', '112857.265000', '112857.725000', '112858.185000', '112858.645000', '112859.105000', '112859.565000', '112900.025000', '112900.485000', '112900.945000', '112901.405000', '112901.865000', '112902.325000', '112902.785000', '112903.245000', '112903.705000', '112904.165000', '112904.625000', '112905.085000', '112905.545000', '112906.005000', '112906.465000', '112906.925000', '112907.385000', '112907.845000', '112908.305000', '112908.765000', '112909.225000', '112909.685000', '112910.145000', '112910.605000', '112911.065000', '112911.525000', '112911.985000', '112912.445000', '112912.905000', '112913.365000', '112913.825000', '112914.285000', '112914.745000', '112915.205000', '112915.665000', '112916.125000', '112916.585000', '112917.045000', '112917.505000', '112917.965000', '112918.425000', '112918.885000', '112919.345000', '112919.805000', '112920.265000', '112920.725000', '112921.185000', '112921.645000', '112922.105000', '112922.565000', '112923.025000', '112923.485000', '112923.945000', '112924.405000', '112924.865000', '112925.325000', '112925.785000', '112926.245000', '112926.705000', '112927.165000', '112927.625000', '112928.085000', '112928.545000', '112929.005000', '112929.465000', '112929.925000', '112930.385000', '112930.845000', '112931.305000', '112931.765000', '112932.225000', '112932.685000', '112933.145000', '112933.605000', '112934.065000', '112934.525000', '112934.985000', '112935.445000', '112935.905000', '112936.365000', '112936.825000', '112937.285000', '112937.745000', '112938.205000', '112938.665000', '112939.125000', '112939.585000', '112940.045000', '112940.505000', '112940.965000', '112941.425000', '112941.885000', '112942.345000', '112942.805000', '112943.265000', '112943.725000', '112944.185000', '112944.645000', '112945.105000', '112945.565000', '112946.025000', '112946.485000', '112946.945000', '112947.405000', '112947.865000', '112948.325000', '112948.785000', '112949.245000', '112949.705000', '112950.165000', '112950.625000', '112951.085000', '112951.545000', '112952.005000', '112952.465000', '112952.925000', '112953.385000', '112953.845000', '112954.305000', '112954.765000', '112955.225000', '112955.685000', '112956.145000', '112956.605000', '112957.065000', '112957.525000', '112957.985000', '112958.445000', '112958.905000', '112959.365000', '112959.825000', '113000.285000', '113000.745000', '113001.205000', '113001.665000', '113002.125000', '113002.585000', '113003.045000', '113003.505000', '113003.965000', '113004.425000', '113004.885000', '113005.345000', '113005.805000', '113006.265000', '113006.725000', '113007.185000', '113007.645000', '113008.105000', '113008.565000', '113009.025000', '113009.485000', '113009.945000', '113010.405000', '113010.865000', '113011.325000', '113011.785000', '113012.245000', '113012.705000', '113013.165000', '113013.625000', '113014.085000', '113014.545000', '113015.005000', '113015.465000', '113015.925000', '113016.385000', '113016.845000', '113017.305000', '113017.765000', '113018.225000', '113018.685000', '113019.145000', '113019.605000', '113020.065000', '113020.525000', '113020.985000', '113021.445000', '113021.905000', '113022.365000', '113022.825000', '113023.285000', '113023.745000', '113024.205000', '113024.665000', '113025.125000', '113025.585000', '113026.045000', '113026.505000', '113026.965000', '113027.425000', '113027.885000', '113028.345000', '113028.805000', '113029.265000', '113029.725000', '113030.185000', '113030.645000', '113031.105000', '113031.565000', '113032.025000', '113032.485000', '113032.945000', '113033.405000', '113033.865000', '113034.325000', '113034.785000', '113035.245000', '113035.705000', '113036.165000', '113036.625000', '113037.085000', '113037.545000', '113038.005000', '113038.465000', '113038.925000', '113039.385000', '113039.845000', '113040.305000', '113040.765000', '113041.225000', '113041.685000', '113042.145000', '113042.605000', '113043.065000', '113043.525000', '113043.985000', '113044.445000', '113044.905000', '113045.365000', '113045.825000', '113046.285000', '113046.745000', '113047.205000', '113047.665000', '113048.125000', '113048.585000', '113049.045000', '113049.505000', '113049.965000', '113050.425000', '113050.885000', '113051.345000', '113051.805000', '113052.265000', '113052.725000', '113053.185000', '113053.645000', '113054.105000', '113054.565000', '113055.025000', '113055.485000', '113055.945000', '113056.405000', '113056.865000', '113057.325000', '113057.785000', '113058.245000', '113058.705000', '113059.165000', '113059.625000', '113100.085000', '113100.545000', '113101.005000', '113101.465000', '113101.925000', '113102.385000', '113102.845000', '113103.305000', '113103.765000', '113104.225000', '113104.685000', '113105.145000', '113105.605000', '113106.065000', '113106.525000', '113106.985000', '113107.445000', '113107.905000', '113108.365000', '113108.825000', '113109.285000', '113109.745000', '113110.205000', '113110.665000', '113111.125000', '113111.585000', '113112.045000', '113112.505000', '113112.965000', '113113.425000', '113113.885000', '113114.345000', '113114.805000', '113115.265000', '113115.725000', '113116.185000', '113116.645000', '113117.105000', '113117.565000', '113118.025000', '113118.485000', '113118.945000', '113119.405000', '113119.865000', '113120.325000', '113120.785000', '113121.245000', '113121.705000', '113122.165000', '113122.625000', '113123.085000', '113123.545000', '113124.005000', '113124.465000', '113124.925000', '113125.385000', '113125.845000', '113126.305000', '113126.765000', '113127.225000', '113127.685000', '113128.145000', '113128.605000', '113129.065000', '113129.525000', '113129.985000', '113130.445000', '113130.905000', '113131.365000', '113131.825000', '113132.285000', '113132.745000', '113133.205000', '113133.665000', '113134.125000', '113134.585000', '113135.045000', '113135.505000', '113135.965000', '113136.425000', '113136.885000', '113137.345000', '113137.805000', '113138.265000', '113138.725000', '113139.185000', '113139.645000', '113140.105000', '113140.565000', '113141.025000', '113141.485000', '113141.945000', '113142.405000', '113142.865000', '113143.325000', '113143.785000', '113144.245000', '113144.705000', '113145.165000', '113145.625000', '113146.085000', '113146.545000', '113147.005000', '113147.465000', '113147.925000', '113148.385000', '113148.845000', '113149.305000', '113149.765000', '113150.225000', '113150.685000', '113151.145000', '113151.605000', '113152.065000', '113152.525000', '113152.985000', '113153.445000', '113153.905000', '113154.365000', '113154.825000', '113155.285000', '113155.745000', '113156.205000', '113156.665000', '113157.125000', '113157.585000', '113158.045000', '113158.505000', '113158.965000', '113159.425000', '113159.885000', '113200.345000', '113200.805000', '113201.265000', '113201.725000', '113202.185000', '113202.645000', '113203.105000', '113203.565000', '113204.025000', '113204.485000', '113204.945000', '113205.405000', '113205.865000', '113206.325000', '113206.785000', '113207.245000', '113207.705000', '113208.165000', '113208.625000', '113209.085000', '113209.545000', '113210.005000', '113210.465000', '113210.925000', '113211.385000', '113211.845000', '113212.305000', '113212.765000', '113213.225000', '113213.685000', '113214.145000', '113214.605000', '113215.065000', '113215.525000', '113215.985000', '113216.445000', '113216.905000', '113217.365000', '113217.825000', '113218.285000', '113218.745000', '113219.205000', '113219.665000', '113220.125000', '113220.585000', '113221.045000', '113221.505000', '113221.965000', '113222.425000', '113222.885000', '113223.345000', '113223.805000', '113224.265000', '113224.725000', '113225.185000', '113225.645000', '113226.105000', '113226.565000', '113227.025000', '113227.485000', '113227.945000', '113228.405000', '113228.865000', '113229.325000', '113229.785000', '113230.245000', '113230.705000', '113231.165000', '113231.625000', '113232.085000', '113232.545000', '113233.005000', '113233.465000', '113233.925000', '113234.385000', '113234.845000', '113235.305000', '113235.765000', '113236.225000', '113236.685000', '113237.145000', '113237.605000', '113238.065000', '113238.525000', '113238.985000', '113239.445000', '113239.905000', '113240.365000', '113240.825000', '113241.285000', '113241.745000', '113242.205000', '113242.665000', '113243.125000', '113243.585000', '113244.045000', '113244.505000', '113244.965000', '113245.425000', '113245.885000', '113246.345000', '113246.805000', '113247.265000', '113247.725000', '113248.185000', '113248.645000', '113249.105000', '113249.565000', '113250.025000', '113250.485000', '113250.945000', '113251.405000', '113251.865000'], 'ContentTime': ['112607.151000', '112607.154000', '112607.157000', '112607.172000', '112607.175000', '112607.177000', '112607.180000', '112607.183000', '112607.185000', '112607.188000', '112607.190000', '112607.193000', '112607.201000', '112607.204000', '112607.207000', '112607.209000', '112607.212000', '112607.214000', '112607.217000', '112607.219000', '112607.222000', '112607.224000', '112607.227000', '112607.229000', '112607.232000', '112607.235000', '112607.237000', '112607.240000', '112607.242000', '112607.245000', '112607.248000', '112627.076000', '112627.079000', '112627.082000', '112627.084000', '112627.095000', '112627.098000', '112627.100000', '112627.103000', '112627.105000', '112627.108000', '112627.144000', '112627.147000', '112627.150000', '112627.152000', '112627.155000', '112627.157000', '112627.160000', '112627.163000', '112627.165000', '112627.173000', '112627.175000', '112627.178000', '112627.180000', '112627.183000', '112627.185000', '112627.188000', '112627.191000', '112627.193000', '112627.196000', '112627.198000', '112627.201000', '112627.203000', '112627.206000', '112627.208000', '112627.211000', '112627.214000', '112627.216000', '112627.219000', '112627.221000', '112627.224000', '112627.227000', '112627.229000', '112627.232000', '112627.234000', '112647.076000', '112647.078000', '112647.081000', '112647.084000', '112647.086000', '112647.089000', '112647.091000', '112647.094000', '112647.096000', '112647.099000', '112647.102000', '112647.104000', '112647.107000', '112647.109000', '112647.112000', '112647.115000', '112647.122000', '112647.125000', '112647.128000', '112647.131000', '112647.134000', '112647.136000', '112647.139000', '112647.141000', '112647.144000', '112647.147000', '112647.149000', '112647.152000', '112647.154000', '112647.157000', '112647.159000', '112647.162000', '112647.165000', '112647.167000', '112647.170000', '112647.172000', '112647.175000', '112647.178000', '112647.180000', '112647.183000', '112647.185000', '112647.188000', '112647.190000', '112707.075000', '112707.078000', '112707.081000', '112707.083000', '112707.086000', '112707.088000', '112707.091000', '112707.094000', '112707.096000', '112707.099000', '112707.101000', '112707.104000', '112707.107000', '112707.109000', '112707.112000', '112707.114000', '112707.117000', '112707.119000', '112707.122000', '112707.125000', '112707.127000', '112707.130000', '112707.132000', '112707.135000', '112707.138000', '112707.140000', '112707.143000', '112707.145000', '112707.148000', '112707.151000', '112707.153000', '112707.156000', '112707.158000', '112707.161000', '112707.163000', '112707.166000', '112707.169000', '112707.172000', '112707.174000', '112707.177000', '112707.179000', '112707.182000', '112707.184000', '112707.187000', '112727.076000', '112727.078000', '112727.081000', '112727.083000', '112727.086000', '112727.089000', '112727.091000', '112727.094000', '112727.096000', '112727.099000', '112727.102000', '112727.104000', '112727.107000', '112727.109000', '112727.112000', '112727.114000', '112727.117000', '112727.119000', '112727.122000', '112727.125000', '112727.127000', '112727.130000', '112727.132000', '112727.135000', '112727.138000', '112727.140000', '112727.143000', '112727.145000', '112727.148000', '112727.150000', '112727.153000', '112727.155000', '112727.158000', '112727.161000', '112727.163000', '112727.166000', '112727.168000', '112727.171000', '112727.174000', '112727.177000', '112727.180000', '112727.183000', '112727.185000', '112747.075000', '112747.078000', '112747.081000', '112747.083000', '112747.086000', '112747.088000', '112747.091000', '112747.094000', '112747.097000', '112747.100000', '112747.102000', '112747.105000', '112747.108000', '112747.110000', '112747.113000', '112747.115000', '112747.118000', '112747.120000', '112747.123000', '112747.126000', '112747.128000', '112747.131000', '112747.134000', '112747.136000', '112747.139000', '112747.141000', '112747.144000', '112747.146000', '112747.149000', '112747.152000', '112747.154000', '112747.157000', '112747.159000', '112747.162000', '112747.165000', '112747.167000', '112747.170000', '112747.172000', '112747.175000', '112747.178000', '112747.180000', '112747.183000', '112747.185000', '112747.188000', '112807.077000', '112807.079000', '112807.082000', '112807.085000', '112807.087000', '112807.103000', '112807.105000', '112807.108000', '112807.111000', '112807.113000', '112807.116000', '112807.118000', '112807.121000', '112807.123000', '112807.126000', '112807.129000', '112807.131000', '112807.134000', '112807.136000', '112807.139000', '112807.142000', '112807.144000', '112807.147000', '112807.149000', '112807.152000', '112807.154000', '112807.157000', '112807.160000', '112807.162000', '112807.165000', '112807.167000', '112807.170000', '112807.173000', '112807.175000', '112807.178000', '112807.181000', '112807.183000', '112807.186000', '112807.189000', '112807.192000', '112807.195000', '112807.198000', '112807.200000', '112827.077000', '112827.080000', '112827.082000', '112827.085000', '112827.088000', '112827.090000', '112827.093000', '112827.096000', '112827.098000', '112827.101000', '112827.103000', '112827.106000', '112827.108000', '112827.111000', '112827.114000', '112827.116000', '112827.119000', '112827.121000', '112827.124000', '112827.127000', '112827.129000', '112827.132000', '112827.134000', '112827.137000', '112827.140000', '112827.142000', '112827.145000', '112827.147000', '112827.150000', '112827.153000', '112827.155000', '112827.158000', '112827.160000', '112827.163000', '112827.166000', '112827.168000', '112827.171000', '112827.174000', '112827.176000', '112827.179000', '112827.181000', '112827.184000', '112827.186000', '112827.189000', '112847.077000', '112847.080000', '112847.082000', '112847.085000', '112847.087000', '112847.090000', '112847.093000', '112847.095000', '112847.098000', '112847.100000', '112847.103000', '112847.105000', '112847.108000', '112847.111000', '112847.113000', '112847.116000', '112847.118000', '112847.121000', '112847.123000', '112847.126000', '112847.129000', '112847.131000', '112847.134000', '112847.136000', '112847.139000', '112847.141000', '112847.144000', '112847.147000', '112847.149000', '112847.152000', '112847.154000', '112847.157000', '112847.159000', '112847.162000', '112847.165000', '112847.167000', '112847.170000', '112847.172000', '112847.175000', '112847.178000', '112847.180000', '112847.183000', '112847.185000', '112907.076000', '112907.078000', '112907.081000', '112907.084000', '112907.086000', '112907.089000', '112907.092000', '112907.094000', '112907.097000', '112907.099000', '112907.102000', '112907.104000', '112907.107000', '112907.110000', '112907.112000', '112907.115000', '112907.117000', '112907.120000', '112907.123000', '112907.125000', '112907.128000', '112907.130000', '112907.133000', '112907.136000', '112907.138000', '112907.141000', '112907.143000', '112907.146000', '112907.148000', '112907.151000', '112907.154000', '112907.156000', '112907.159000', '112907.161000', '112907.164000', '112907.167000', '112907.169000', '112907.172000', '112907.174000', '112907.177000', '112907.180000', '112907.182000', '112907.185000', '112907.187000', '112927.075000', '112927.078000', '112927.081000', '112927.083000', '112927.086000', '112927.089000', '112927.091000', '112927.094000', '112927.096000', '112927.099000', '112927.102000', '112927.104000', '112927.107000', '112927.109000', '112927.112000', '112927.115000', '112927.117000', '112927.120000', '112927.122000', '112927.125000', '112927.127000', '112927.130000', '112927.133000', '112927.135000', '112927.138000', '112927.140000', '112927.143000', '112927.145000', '112927.148000', '112927.151000', '112927.169000', '112927.172000', '112927.174000', '112927.177000', '112927.179000', '112927.182000', '112927.184000', '112927.187000', '112927.190000', '112927.192000', '112927.195000', '112927.197000', '112927.200000', '112947.076000', '112947.078000', '112947.081000', '112947.084000', '112947.086000', '112947.089000', '112947.092000', '112947.094000', '112947.097000', '112947.099000', '112947.102000', '112947.105000', '112947.107000', '112947.110000', '112947.113000', '112947.115000', '112947.118000', '112947.121000', '112947.123000', '112947.126000', '112947.128000', '112947.131000', '112947.134000', '112947.136000', '112947.139000', '112947.141000', '112947.144000', '112947.146000', '112947.149000', '112947.152000', '112947.154000', '112947.157000', '112947.160000', '112947.162000', '112947.165000', '112947.167000', '112947.170000', '112947.173000', '112947.175000', '112947.178000', '112947.180000', '112947.183000', '112947.186000', '112947.188000', '113007.076000', '113007.079000', '113007.082000', '113007.084000', '113007.087000', '113007.090000', '113007.092000', '113007.095000', '113007.097000', '113007.100000', '113007.103000', '113007.105000', '113007.108000', '113007.110000', '113007.113000', '113007.115000', '113007.118000', '113007.121000', '113007.123000', '113007.126000', '113007.128000', '113007.131000', '113007.133000', '113007.136000', '113007.139000', '113007.141000', '113007.144000', '113007.146000', '113007.149000', '113007.152000', '113007.154000', '113007.157000', '113007.159000', '113007.162000', '113007.164000', '113007.167000', '113007.170000', '113007.172000', '113007.175000', '113007.177000', '113007.180000', '113007.183000', '113007.185000', '113027.076000', '113027.079000', '113027.082000', '113027.084000', '113027.087000', '113027.090000', '113027.092000', '113027.095000', '113027.097000', '113027.100000', '113027.103000', '113027.105000', '113027.108000', '113027.110000', '113027.113000', '113027.116000', '113027.118000', '113027.121000', '113027.123000', '113027.126000', '113027.129000', '113027.131000', '113027.134000', '113027.137000', '113027.140000', '113027.143000', '113027.146000', '113027.148000', '113027.151000', '113027.154000', '113027.156000', '113027.159000', '113027.161000', '113027.164000', '113027.166000', '113027.169000', '113027.172000', '113027.174000', '113027.177000', '113027.179000', '113027.182000', '113027.185000', '113027.187000', '113047.077000', '113047.079000', '113047.082000', '113047.085000', '113047.087000', '113047.090000', '113047.092000', '113047.095000', '113047.097000', '113047.100000', '113047.103000', '113047.105000', '113047.108000', '113047.110000', '113047.113000', '113047.116000', '113047.118000', '113047.121000', '113047.123000', '113047.126000', '113047.129000', '113047.131000', '113047.134000', '113047.136000', '113047.139000', '113047.142000', '113047.144000', '113047.147000', '113047.149000', '113047.152000', '113047.155000', '113047.157000', '113047.160000', '113047.162000', '113047.165000', '113047.167000', '113047.170000', '113047.173000', '113047.175000', '113047.178000', '113047.180000', '113047.183000', '113047.186000', '113047.188000', '113107.076000', '113107.079000', '113107.082000', '113107.084000', '113107.087000', '113107.090000', '113107.093000', '113107.096000', '113107.098000', '113107.101000', '113107.103000', '113107.106000', '113107.115000', '113107.118000', '113107.121000', '113107.123000', '113107.126000', '113107.129000', '113107.131000', '113107.134000', '113107.136000', '113107.141000', '113107.144000', '113107.146000', '113107.149000', '113107.152000', '113107.154000', '113107.157000', '113107.160000', '113107.162000', '113107.165000', '113107.167000', '113107.170000', '113107.173000', '113107.175000', '113107.178000', '113107.180000', '113107.183000', '113107.186000', '113107.188000', '113107.191000', '113107.193000', '113107.196000', '113107.199000', '113127.076000', '113127.078000', '113127.081000', '113127.084000', '113127.086000', '113127.089000', '113127.091000', '113127.094000', '113127.097000', '113127.099000', '113127.102000', '113127.104000', '113127.107000', '113127.110000', '113127.112000', '113127.115000', '113127.117000', '113127.120000', '113127.122000', '113127.125000', '113127.128000', '113127.130000', '113127.133000', '113127.135000', '113127.138000', '113127.140000', '113127.143000', '113127.145000', '113127.148000', '113127.151000', '113127.153000', '113127.156000', '113127.158000', '113127.161000', '113127.163000', '113127.166000', '113127.169000', '113127.171000', '113127.174000', '113127.176000', '113127.179000', '113127.182000', '113127.184000', '113147.076000', '113147.078000', '113147.081000', '113147.084000', '113147.086000', '113147.089000', '113147.091000', '113147.094000', '113147.096000', '113147.099000', '113147.102000', '113147.104000', '113147.107000', '113147.109000', '113147.112000', '113147.115000', '113147.124000', '113147.127000', '113147.130000', '113147.132000', '113147.135000', '113147.137000', '113147.140000', '113147.143000', '113147.145000', '113147.148000', '113147.150000', '113147.153000', '113147.156000', '113147.158000', '113147.161000', '113147.163000', '113147.166000', '113147.168000', '113147.171000', '113147.174000', '113147.176000', '113147.179000', '113147.181000', '113147.184000', '113147.187000', '113147.189000', '113147.192000', '113147.194000', '113207.075000', '113207.078000', '113207.081000', '113207.084000', '113207.086000', '113207.089000', '113207.091000', '113207.094000', '113207.096000', '113207.099000', '113207.102000', '113207.104000', '113207.107000', '113207.109000', '113207.112000', '113207.115000', '113207.117000', '113207.120000', '113207.122000', '113207.125000', '113207.127000', '113207.130000', '113207.132000', '113207.135000', '113207.138000', '113207.140000', '113207.143000', '113207.145000', '113207.148000', '113207.151000', '113207.153000', '113207.156000', '113207.158000', '113207.161000', '113207.164000', '113207.166000', '113207.169000', '113207.171000', '113207.174000', '113207.176000', '113207.179000', '113207.182000', '113207.184000', '113227.077000', '113227.079000', '113227.082000', '113227.085000', '113227.087000', '113227.090000', '113227.092000', '113227.095000', '113227.098000', '113227.100000', '113227.103000', '113227.105000', '113227.108000', '113227.111000', '113227.114000', '113227.117000', '113227.119000', '113227.122000', '113227.125000', '113227.127000', '113227.130000', '113227.133000', '113227.136000', '113227.145000', '113227.147000', '113227.150000', '113227.152000', '113227.155000', '113227.158000', '113227.160000', '113227.163000', '113227.165000', '113227.168000', '113227.171000', '113227.173000', '113227.176000', '113227.178000', '113227.181000', '113227.184000', '113227.186000', '113227.189000', '113227.192000', '113227.194000', '113247.076000', '113247.079000', '113247.082000', '113247.085000', '113247.087000', '113247.090000', '113247.092000', '113247.095000', '113247.099000', '113247.101000', '113247.104000', '113247.106000', '113247.109000', '113247.111000', '113247.114000', '113247.117000', '113247.119000', '113247.122000', '113247.124000', '113247.127000', '113247.130000', '113247.132000', '113247.135000', '113247.137000', '113247.140000', '113247.143000', '113247.145000', '113247.148000', '113247.150000', '113247.153000', '113247.156000', '113247.158000', '113247.161000', '113247.163000', '113247.166000', '113247.169000', '113247.171000', '113247.174000', '113247.176000', '113247.179000', '113247.182000', '113247.184000', '113247.187000', '113247.189000', '113252.836000', '113252.839000', '113252.842000', '113252.844000', '113252.847000', '113252.849000', '113252.852000', '113252.855000', '113252.857000', '113252.860000', '113252.862000', '113252.865000', '113252.867000'], 'InstanceCreationTime': ['112607.151000', '112607.154000', '112607.157000', '112607.172000', '112607.175000', '112607.177000', '112607.180000', '112607.183000', '112607.185000', '112607.188000', '112607.190000', '112607.193000', '112607.201000', '112607.204000', '112607.207000', '112607.209000', '112607.212000', '112607.214000', '112607.217000', '112607.219000', '112607.222000', '112607.224000', '112607.227000', '112607.229000', '112607.232000', '112607.235000', '112607.237000', '112607.240000', '112607.242000', '112607.245000', '112607.248000', '112627.076000', '112627.079000', '112627.082000', '112627.084000', '112627.095000', '112627.098000', '112627.100000', '112627.103000', '112627.105000', '112627.108000', '112627.144000', '112627.147000', '112627.150000', '112627.152000', '112627.155000', '112627.157000', '112627.160000', '112627.163000', '112627.165000', '112627.173000', '112627.175000', '112627.178000', '112627.180000', '112627.183000', '112627.185000', '112627.188000', '112627.191000', '112627.193000', '112627.196000', '112627.198000', '112627.201000', '112627.203000', '112627.206000', '112627.208000', '112627.211000', '112627.214000', '112627.216000', '112627.219000', '112627.221000', '112627.224000', '112627.227000', '112627.229000', '112627.232000', '112627.234000', '112647.076000', '112647.078000', '112647.081000', '112647.084000', '112647.086000', '112647.089000', '112647.091000', '112647.094000', '112647.096000', '112647.099000', '112647.102000', '112647.104000', '112647.107000', '112647.109000', '112647.112000', '112647.115000', '112647.122000', '112647.125000', '112647.128000', '112647.131000', '112647.134000', '112647.136000', '112647.139000', '112647.141000', '112647.144000', '112647.147000', '112647.149000', '112647.152000', '112647.154000', '112647.157000', '112647.159000', '112647.162000', '112647.165000', '112647.167000', '112647.170000', '112647.172000', '112647.175000', '112647.178000', '112647.180000', '112647.183000', '112647.185000', '112647.188000', '112647.190000', '112707.075000', '112707.078000', '112707.081000', '112707.083000', '112707.086000', '112707.088000', '112707.091000', '112707.094000', '112707.096000', '112707.099000', '112707.101000', '112707.104000', '112707.107000', '112707.109000', '112707.112000', '112707.114000', '112707.117000', '112707.119000', '112707.122000', '112707.125000', '112707.127000', '112707.130000', '112707.132000', '112707.135000', '112707.138000', '112707.140000', '112707.143000', '112707.145000', '112707.148000', '112707.151000', '112707.153000', '112707.156000', '112707.158000', '112707.161000', '112707.163000', '112707.166000', '112707.169000', '112707.172000', '112707.174000', '112707.177000', '112707.179000', '112707.182000', '112707.184000', '112707.187000', '112727.076000', '112727.078000', '112727.081000', '112727.083000', '112727.086000', '112727.089000', '112727.091000', '112727.094000', '112727.096000', '112727.099000', '112727.102000', '112727.104000', '112727.107000', '112727.109000', '112727.112000', '112727.114000', '112727.117000', '112727.119000', '112727.122000', '112727.125000', '112727.127000', '112727.130000', '112727.132000', '112727.135000', '112727.138000', '112727.140000', '112727.143000', '112727.145000', '112727.148000', '112727.150000', '112727.153000', '112727.155000', '112727.158000', '112727.161000', '112727.163000', '112727.166000', '112727.168000', '112727.171000', '112727.174000', '112727.177000', '112727.180000', '112727.183000', '112727.185000', '112747.075000', '112747.078000', '112747.081000', '112747.083000', '112747.086000', '112747.088000', '112747.091000', '112747.094000', '112747.097000', '112747.100000', '112747.102000', '112747.105000', '112747.108000', '112747.110000', '112747.113000', '112747.115000', '112747.118000', '112747.120000', '112747.123000', '112747.126000', '112747.128000', '112747.131000', '112747.134000', '112747.136000', '112747.139000', '112747.141000', '112747.144000', '112747.146000', '112747.149000', '112747.152000', '112747.154000', '112747.157000', '112747.159000', '112747.162000', '112747.165000', '112747.167000', '112747.170000', '112747.172000', '112747.175000', '112747.178000', '112747.180000', '112747.183000', '112747.185000', '112747.188000', '112807.077000', '112807.079000', '112807.082000', '112807.085000', '112807.087000', '112807.103000', '112807.105000', '112807.108000', '112807.111000', '112807.113000', '112807.116000', '112807.118000', '112807.121000', '112807.123000', '112807.126000', '112807.129000', '112807.131000', '112807.134000', '112807.136000', '112807.139000', '112807.142000', '112807.144000', '112807.147000', '112807.149000', '112807.152000', '112807.154000', '112807.157000', '112807.160000', '112807.162000', '112807.165000', '112807.167000', '112807.170000', '112807.173000', '112807.175000', '112807.178000', '112807.181000', '112807.183000', '112807.186000', '112807.189000', '112807.192000', '112807.195000', '112807.198000', '112807.200000', '112827.077000', '112827.080000', '112827.082000', '112827.085000', '112827.088000', '112827.090000', '112827.093000', '112827.096000', '112827.098000', '112827.101000', '112827.103000', '112827.106000', '112827.108000', '112827.111000', '112827.114000', '112827.116000', '112827.119000', '112827.121000', '112827.124000', '112827.127000', '112827.129000', '112827.132000', '112827.134000', '112827.137000', '112827.140000', '112827.142000', '112827.145000', '112827.147000', '112827.150000', '112827.153000', '112827.155000', '112827.158000', '112827.160000', '112827.163000', '112827.166000', '112827.168000', '112827.171000', '112827.174000', '112827.176000', '112827.179000', '112827.181000', '112827.184000', '112827.186000', '112827.189000', '112847.077000', '112847.080000', '112847.082000', '112847.085000', '112847.087000', '112847.090000', '112847.093000', '112847.095000', '112847.098000', '112847.100000', '112847.103000', '112847.105000', '112847.108000', '112847.111000', '112847.113000', '112847.116000', '112847.118000', '112847.121000', '112847.123000', '112847.126000', '112847.129000', '112847.131000', '112847.134000', '112847.136000', '112847.139000', '112847.141000', '112847.144000', '112847.147000', '112847.149000', '112847.152000', '112847.154000', '112847.157000', '112847.159000', '112847.162000', '112847.165000', '112847.167000', '112847.170000', '112847.172000', '112847.175000', '112847.178000', '112847.180000', '112847.183000', '112847.185000', '112907.076000', '112907.078000', '112907.081000', '112907.084000', '112907.086000', '112907.089000', '112907.092000', '112907.094000', '112907.097000', '112907.099000', '112907.102000', '112907.104000', '112907.107000', '112907.110000', '112907.112000', '112907.115000', '112907.117000', '112907.120000', '112907.123000', '112907.125000', '112907.128000', '112907.130000', '112907.133000', '112907.136000', '112907.138000', '112907.141000', '112907.143000', '112907.146000', '112907.148000', '112907.151000', '112907.154000', '112907.156000', '112907.159000', '112907.161000', '112907.164000', '112907.167000', '112907.169000', '112907.172000', '112907.174000', '112907.177000', '112907.180000', '112907.182000', '112907.185000', '112907.187000', '112927.075000', '112927.078000', '112927.081000', '112927.083000', '112927.086000', '112927.089000', '112927.091000', '112927.094000', '112927.096000', '112927.099000', '112927.102000', '112927.104000', '112927.107000', '112927.109000', '112927.112000', '112927.115000', '112927.117000', '112927.120000', '112927.122000', '112927.125000', '112927.127000', '112927.130000', '112927.133000', '112927.135000', '112927.138000', '112927.140000', '112927.143000', '112927.145000', '112927.148000', '112927.151000', '112927.169000', '112927.172000', '112927.174000', '112927.177000', '112927.179000', '112927.182000', '112927.184000', '112927.187000', '112927.190000', '112927.192000', '112927.195000', '112927.197000', '112927.200000', '112947.076000', '112947.078000', '112947.081000', '112947.084000', '112947.086000', '112947.089000', '112947.092000', '112947.094000', '112947.097000', '112947.099000', '112947.102000', '112947.105000', '112947.107000', '112947.110000', '112947.113000', '112947.115000', '112947.118000', '112947.121000', '112947.123000', '112947.126000', '112947.128000', '112947.131000', '112947.134000', '112947.136000', '112947.139000', '112947.141000', '112947.144000', '112947.146000', '112947.149000', '112947.152000', '112947.154000', '112947.157000', '112947.160000', '112947.162000', '112947.165000', '112947.167000', '112947.170000', '112947.173000', '112947.175000', '112947.178000', '112947.180000', '112947.183000', '112947.186000', '112947.188000', '113007.076000', '113007.079000', '113007.082000', '113007.084000', '113007.087000', '113007.090000', '113007.092000', '113007.095000', '113007.097000', '113007.100000', '113007.103000', '113007.105000', '113007.108000', '113007.110000', '113007.113000', '113007.115000', '113007.118000', '113007.121000', '113007.123000', '113007.126000', '113007.128000', '113007.131000', '113007.133000', '113007.136000', '113007.139000', '113007.141000', '113007.144000', '113007.146000', '113007.149000', '113007.152000', '113007.154000', '113007.157000', '113007.159000', '113007.162000', '113007.164000', '113007.167000', '113007.170000', '113007.172000', '113007.175000', '113007.177000', '113007.180000', '113007.183000', '113007.185000', '113027.076000', '113027.079000', '113027.082000', '113027.084000', '113027.087000', '113027.090000', '113027.092000', '113027.095000', '113027.097000', '113027.100000', '113027.103000', '113027.105000', '113027.108000', '113027.110000', '113027.113000', '113027.116000', '113027.118000', '113027.121000', '113027.123000', '113027.126000', '113027.129000', '113027.131000', '113027.134000', '113027.137000', '113027.140000', '113027.143000', '113027.146000', '113027.148000', '113027.151000', '113027.154000', '113027.156000', '113027.159000', '113027.161000', '113027.164000', '113027.166000', '113027.169000', '113027.172000', '113027.174000', '113027.177000', '113027.179000', '113027.182000', '113027.185000', '113027.187000', '113047.077000', '113047.079000', '113047.082000', '113047.085000', '113047.087000', '113047.090000', '113047.092000', '113047.095000', '113047.097000', '113047.100000', '113047.103000', '113047.105000', '113047.108000', '113047.110000', '113047.113000', '113047.116000', '113047.118000', '113047.121000', '113047.123000', '113047.126000', '113047.129000', '113047.131000', '113047.134000', '113047.136000', '113047.139000', '113047.142000', '113047.144000', '113047.147000', '113047.149000', '113047.152000', '113047.155000', '113047.157000', '113047.160000', '113047.162000', '113047.165000', '113047.167000', '113047.170000', '113047.173000', '113047.175000', '113047.178000', '113047.180000', '113047.183000', '113047.186000', '113047.188000', '113107.076000', '113107.079000', '113107.082000', '113107.084000', '113107.087000', '113107.090000', '113107.093000', '113107.096000', '113107.098000', '113107.101000', '113107.103000', '113107.106000', '113107.115000', '113107.118000', '113107.121000', '113107.123000', '113107.126000', '113107.129000', '113107.131000', '113107.134000', '113107.136000', '113107.141000', '113107.144000', '113107.146000', '113107.149000', '113107.152000', '113107.154000', '113107.157000', '113107.160000', '113107.162000', '113107.165000', '113107.167000', '113107.170000', '113107.173000', '113107.175000', '113107.178000', '113107.180000', '113107.183000', '113107.186000', '113107.188000', '113107.191000', '113107.193000', '113107.196000', '113107.199000', '113127.076000', '113127.078000', '113127.081000', '113127.084000', '113127.086000', '113127.089000', '113127.091000', '113127.094000', '113127.097000', '113127.099000', '113127.102000', '113127.104000', '113127.107000', '113127.110000', '113127.112000', '113127.115000', '113127.117000', '113127.120000', '113127.122000', '113127.125000', '113127.128000', '113127.130000', '113127.133000', '113127.135000', '113127.138000', '113127.140000', '113127.143000', '113127.145000', '113127.148000', '113127.151000', '113127.153000', '113127.156000', '113127.158000', '113127.161000', '113127.163000', '113127.166000', '113127.169000', '113127.171000', '113127.174000', '113127.176000', '113127.179000', '113127.182000', '113127.184000', '113147.076000', '113147.078000', '113147.081000', '113147.084000', '113147.086000', '113147.089000', '113147.091000', '113147.094000', '113147.096000', '113147.099000', '113147.102000', '113147.104000', '113147.107000', '113147.109000', '113147.112000', '113147.115000', '113147.124000', '113147.127000', '113147.130000', '113147.132000', '113147.135000', '113147.137000', '113147.140000', '113147.143000', '113147.145000', '113147.148000', '113147.150000', '113147.153000', '113147.156000', '113147.158000', '113147.161000', '113147.163000', '113147.166000', '113147.168000', '113147.171000', '113147.174000', '113147.176000', '113147.179000', '113147.181000', '113147.184000', '113147.187000', '113147.189000', '113147.192000', '113147.194000', '113207.075000', '113207.078000', '113207.081000', '113207.084000', '113207.086000', '113207.089000', '113207.091000', '113207.094000', '113207.096000', '113207.099000', '113207.102000', '113207.104000', '113207.107000', '113207.109000', '113207.112000', '113207.115000', '113207.117000', '113207.120000', '113207.122000', '113207.125000', '113207.127000', '113207.130000', '113207.132000', '113207.135000', '113207.138000', '113207.140000', '113207.143000', '113207.145000', '113207.148000', '113207.151000', '113207.153000', '113207.156000', '113207.158000', '113207.161000', '113207.164000', '113207.166000', '113207.169000', '113207.171000', '113207.174000', '113207.176000', '113207.179000', '113207.182000', '113207.184000', '113227.077000', '113227.079000', '113227.082000', '113227.085000', '113227.087000', '113227.090000', '113227.092000', '113227.095000', '113227.098000', '113227.100000', '113227.103000', '113227.105000', '113227.108000', '113227.111000', '113227.114000', '113227.117000', '113227.119000', '113227.122000', '113227.125000', '113227.127000', '113227.130000', '113227.133000', '113227.136000', '113227.145000', '113227.147000', '113227.150000', '113227.152000', '113227.155000', '113227.158000', '113227.160000', '113227.163000', '113227.165000', '113227.168000', '113227.171000', '113227.173000', '113227.176000', '113227.178000', '113227.181000', '113227.184000', '113227.186000', '113227.189000', '113227.192000', '113227.194000', '113247.076000', '113247.079000', '113247.082000', '113247.085000', '113247.087000', '113247.090000', '113247.092000', '113247.095000', '113247.099000', '113247.101000', '113247.104000', '113247.106000', '113247.109000', '113247.111000', '113247.114000', '113247.117000', '113247.119000', '113247.122000', '113247.124000', '113247.127000', '113247.130000', '113247.132000', '113247.135000', '113247.137000', '113247.140000', '113247.143000', '113247.145000', '113247.148000', '113247.150000', '113247.153000', '113247.156000', '113247.158000', '113247.161000', '113247.163000', '113247.166000', '113247.169000', '113247.171000', '113247.174000', '113247.176000', '113247.179000', '113247.182000', '113247.184000', '113247.187000', '113247.189000', '113252.836000', '113252.839000', '113252.842000', '113252.844000', '113252.847000', '113252.849000', '113252.852000', '113252.855000', '113252.857000', '113252.860000', '113252.862000', '113252.865000', '113252.867000'], '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': [7571, 11452, 7576, 12679, 10479, 7896, 9184, 7186, 9265, 7221, 12926, 10073, 8430, 7535, 7303, 6948, 9769, 7670, 11409, 12468, 7345, 8552, 7076, 8505, 6996, 10396, 6844, 10131, 7819, 12944, 7670, 11151, 7175, 9655, 6909, 10675, 7642, 11421, 7143, 10452, 7306, 11347, 7288, 10674, 7205, 8748, 7269, 9054, 8209, 10390, 7422, 7846, 6808, 8437, 7006, 10254, 7452, 10976, 7281, 10527, 7314, 11337, 7468, 11597, 8719, 12355, 7588, 11473, 7544, 11718, 8710, 11308, 7932, 10061, 7230, 11408, 8359, 8721, 7268, 11076, 7263, 11793, 7283, 11159, 8569, 10267, 7139, 10185, 7289, 9968, 7269, 10609, 7434, 10747, 7189, 9539, 6954, 10221, 7079, 10425, 7067, 9331, 6826, 8565, 7025, 9622, 6887, 10157, 7011, 8495, 7011, 8219, 7167, 10180, 6978, 8695, 7292, 7481, 7010, 9569, 7375, 10635, 7095, 8314, 7301, 6971, 7242, 8186, 9171, 7786, 9703, 8594, 7971, 7636, 8194, 11732, 12395, 8885, 9771, 8494, 8137, 7448, 8590, 8050, 11828, 8283, 8914, 7072, 8699, 7030, 10051, 7490, 12094, 7019, 11544, 7306, 12322, 8914, 9369, 9300, 8664, 7501, 7243, 7185, 7110, 11192, 8110, 11334, 8397, 9637, 7568, 11681, 9592, 13710, 8070, 11138, 7653, 10700, 8972, 9311, 8971, 8271, 7662, 6859, 8421, 7125, 11814, 7311, 11566, 7460, 8047, 7126, 7584, 8938, 7004, 8737, 6931, 8066, 6958, 9726, 7377, 11043, 8937, 11150, 7456, 10647, 7156, 11579, 7217, 10808, 8400, 6914, 7099, 6879, 7120, 8409, 7454, 7147, 7077, 6922, 6866, 7110, 7844, 6875, 9054, 7001, 7465, 7241, 9061, 7131, 10658, 7979, 7981, 7427, 9279, 7144, 9951, 7406, 8503, 7172, 9803, 7684, 10487, 8047, 9363, 7750, 9412, 7166, 10317, 8530, 10644, 7834, 9733, 7051, 10795, 7558, 10192, 7880, 8887, 7554, 9781, 8786, 12215, 8885, 8020, 7902, 7286, 7974, 9685, 8335, 8077, 7579, 7564, 7218, 8802, 8368, 9602, 8297, 8122, 7088, 9032, 7359, 11076, 9529, 12207, 8264, 9455, 7590, 7135, 7141, 7899, 12055, 8481, 8545, 8162, 7593, 11514, 13279, 9011, 8843, 8232, 8303, 8814, 13622, 8295, 10230, 6968, 7126, 7287, 7025, 11801, 7825, 10912, 6976, 7066, 7176, 7290, 12673, 8428, 11641, 7994, 8910, 7192, 7547, 12588, 10985, 15612, 9413, 11811, 7443, 12437, 9122, 12646, 10847, 12505, 10289, 8921, 8269, 7160, 8450, 7585, 11790, 8249, 7363, 7189, 7127, 7116, 7416, 7166, 7186, 7173, 6897, 8337, 6938, 8526, 11477, 7606, 7160, 9099, 7411, 7112, 11578, 12112, 14522, 12743, 9062, 10322, 7463, 7179, 9100, 8993, 13188, 9535, 7327, 9043, 7360, 7033, 12235, 9683, 7101, 9120, 7198, 6872, 7357, 8823, 8328, 10463, 12567, 11179, 14425, 9595, 10148, 7768, 10429, 8751, 13426, 8331, 10169, 7245, 8399, 6884, 10289, 8247, 6913, 7390, 6991, 7034, 8672, 7338, 10518, 8251, 8856, 7058, 11740, 7221, 10823, 7298, 10808, 7735, 10842, 7151, 9708, 7373, 10031, 7351, 10546, 7045, 10674, 7038, 10241, 6992, 10302, 8207, 10498, 7061, 9803, 7026, 8987, 7030, 9006, 11220, 12109, 9124, 7778, 7591, 6934, 12865, 7446, 10954, 7043, 10365, 7145, 9203, 6828, 9516, 7325, 9492, 6990, 8279, 6977, 7760, 7037, 9285, 8083, 9701, 8665, 7651, 8650, 6996, 13584, 8849, 11179, 7163, 11023, 6960, 9940, 6958, 9696, 7230, 8910, 6772, 7229, 7117, 7208, 7183, 7569, 8478, 7337, 9449, 7215, 12321, 6917, 11702, 8720, 10441, 7433, 11274, 7312, 10812, 7815, 9932, 7901, 7565, 7038, 7589, 7543, 10231, 7550, 7273, 6917, 6893, 7477, 6815, 9931, 8277, 9080, 7942, 10768, 7133, 11711, 7154, 11928, 9062, 10408, 7436, 11556, 7236, 10576, 8120, 11415, 8868, 11159, 7984, 7544, 6805, 7184, 7063, 9457, 7681, 7296, 7258, 7078, 7222, 7173, 12048, 9336, 10257, 7322, 9221, 7318, 11901, 7238, 10422, 7542, 9586, 8410, 9228, 6979, 7136, 6894, 7119, 6964, 8266, 7118, 9672, 7070, 7513, 6908, 7207, 7145, 8040, 7408, 7197, 7550, 7301, 10643, 11469, 8883, 9110, 7767, 7352, 7058, 7610, 6832, 9465, 8151, 10845, 6966, 9188, 7096, 10481, 7149, 11014, 7673, 10564, 7524, 10241, 7994, 11294, 8680, 10772, 7295, 7424, 7243, 8781, 7229, 9980, 7666, 8031, 8438, 7990, 7079, 7074, 7521, 8120, 9330, 6978, 6962, 7113, 7071, 7166, 7244, 8104, 8279, 7434, 7311, 7010, 6937, 7088, 9761, 6843, 8483, 6909, 8056, 7015, 9231, 7589, 11788, 8213, 8697, 7586, 7794, 11557, 11718, 11418, 10970, 10735, 7917, 8346, 6964, 10809, 8588, 7646, 7101, 8095, 7128, 12509, 10022, 9854, 9710, 8314, 7348, 7367, 7090, 12849, 8217, 11613, 8748, 10246, 8005, 9490, 7676, 9731, 7035, 8782, 7045, 11522, 8183, 10872, 7152, 10356, 7016, 7874, 9861, 15270, 14670, 15564, 9268, 10368, 7231, 9300, 7122, 10247, 7600, 11316, 8693, 10865, 7293, 9442, 7057, 9869, 7359, 10996, 9605, 12676, 7629, 10251, 7018, 10030, 7169, 9980, 7641, 9918, 7571, 6974, 7238, 7188, 7184, 7121, 8774, 7719, 9181, 8363, 7656, 7698, 7659, 8335, 12359, 9463, 13109, 9035, 8431, 7170, 8880, 7489, 12364, 9259, 11620, 7198, 8001, 6901, 9526, 8419, 8119, 10395, 8141, 7580, 7231, 7773, 7296, 8334, 9220, 14026, 9618, 11603, 8607, 9247, 7488, 8661, 7316, 12415, 8579, 11460, 7737, 8116, 6854, 8181, 6910, 9111, 7577, 9890, 7169, 8497, 6948, 9695, 6886, 10732, 7684, 9203, 7117, 8975, 6983, 10088, 7234, 10243, 7033, 10086, 7649, 9892, 6895, 9016, 7279, 10038, 7096, 10091, 7310, 10603, 6985, 9771, 6802, 9575, 7813, 10108, 6857, 8600, 6765, 8032, 7031, 8600, 7148, 8096, 7403, 6945, 7062, 7109, 7167, 7764, 7078, 7589, 7055, 7009, 8832, 7051, 11477, 8491, 9376, 7276, 11390, 6984, 10483, 7185, 9477, 8544, 10255, 8230, 6991, 7014, 7069, 7213, 7800, 7233, 8307, 6924, 7128, 7133, 8027, 7277, 10100, 7398, 11524, 7125, 10513, 7659, 10797, 11567, 14606, 10390, 11624, 8753, 8320, 8349, 12049, 9140, 11343, 8537, 7283, 7385, 7614, 7124, 9613, 7053, 8410, 6950, 7486, 7258, 9084, 7696, 9649, 8552, 8109, 8222, 7565, 11124, 11112, 8354, 8359, 7466, 7171, 7432, 8968, 7051, 9532, 7302, 8343, 6972, 10134, 9190, 12514, 7745, 10640, 7360, 10440, 8414, 10892, 10821, 13798, 9326, 10542, 7031, 7387, 7235, 6898, 7234, 6930], 'WindowCenter': [4379.0, 4402.0, 4349.0, 4396.0, 4363.0, 4331.0, 4340.0, 4307.0, 4336.0, 4317.0, 4368.0, 4338.0, 4315.0, 4315.0, 4304.0, 4305.0, 4335.0, 4329.0, 4359.0, 4356.0, 4303.0, 4323.0, 4303.0, 4313.0, 4303.0, 4334.0, 4294.0, 4336.0, 4315.0, 4355.0, 4302.0, 4331.0, 4293.0, 4321.0, 4303.0, 4332.0, 4304.0, 4342.0, 4293.0, 4332.0, 4303.0, 4332.0, 4304.0, 4331.0, 4303.0, 4311.0, 4304.0, 4312.0, 4311.0, 4321.0, 4290.0, 4300.0, 4291.0, 4311.0, 4304.0, 4334.0, 4304.0, 4344.0, 4306.0, 4335.0, 4305.0, 4344.0, 4317.0, 4345.0, 4325.0, 4354.0, 4304.0, 4343.0, 4304.0, 4355.0, 4325.0, 4344.0, 4313.0, 4323.0, 4304.0, 4344.0, 4314.0, 4313.0, 4305.0, 4343.0, 4304.0, 4345.0, 4316.0, 4345.0, 4325.0, 4333.0, 4304.0, 4333.0, 4304.0, 4334.0, 4316.0, 4345.0, 4316.0, 4345.0, 4306.0, 4335.0, 4306.0, 4346.0, 4306.0, 4344.0, 4305.0, 4334.0, 4305.0, 4325.0, 4316.0, 4335.0, 4306.0, 4335.0, 4305.0, 4324.0, 4305.0, 4326.0, 4306.0, 4335.0, 4305.0, 4325.0, 4315.0, 4315.0, 4317.0, 4347.0, 4318.0, 4347.0, 4320.0, 4328.0, 4318.0, 4318.0, 4330.0, 4340.0, 4350.0, 4328.0, 4348.0, 4327.0, 4327.0, 4316.0, 4327.0, 4357.0, 4357.0, 4325.0, 4335.0, 4324.0, 4313.0, 4305.0, 4325.0, 4315.0, 4355.0, 4313.0, 4322.0, 4303.0, 4324.0, 4305.0, 4334.0, 4305.0, 4355.0, 4305.0, 4344.0, 4306.0, 4356.0, 4326.0, 4326.0, 4324.0, 4313.0, 4303.0, 4303.0, 4304.0, 4305.0, 4345.0, 4314.0, 4344.0, 4313.0, 4323.0, 4315.0, 4344.0, 4334.0, 4364.0, 4313.0, 4332.0, 4302.0, 4333.0, 4313.0, 4312.0, 4311.0, 4300.0, 4300.0, 4280.0, 4312.0, 4292.0, 4343.0, 4302.0, 4342.0, 4302.0, 4303.0, 4305.0, 4314.0, 4324.0, 4303.0, 4324.0, 4305.0, 4314.0, 4305.0, 4334.0, 4316.0, 4347.0, 4326.0, 4345.0, 4306.0, 4336.0, 4304.0, 4344.0, 4315.0, 4344.0, 4325.0, 4304.0, 4304.0, 4293.0, 4306.0, 4325.0, 4317.0, 4305.0, 4305.0, 4305.0, 4306.0, 4317.0, 4327.0, 4306.0, 4336.0, 4305.0, 4315.0, 4316.0, 4336.0, 4305.0, 4345.0, 4314.0, 4314.0, 4315.0, 4324.0, 4305.0, 4334.0, 4304.0, 4324.0, 4306.0, 4336.0, 4315.0, 4346.0, 4325.0, 4334.0, 4314.0, 4334.0, 4306.0, 4346.0, 4325.0, 4345.0, 4315.0, 4334.0, 4305.0, 4347.0, 4316.0, 4335.0, 4315.0, 4324.0, 4315.0, 4336.0, 4325.0, 4355.0, 4324.0, 4315.0, 4313.0, 4314.0, 4314.0, 4334.0, 4313.0, 4312.0, 4302.0, 4303.0, 4304.0, 4324.0, 4313.0, 4323.0, 4312.0, 4312.0, 4303.0, 4323.0, 4315.0, 4345.0, 4335.0, 4356.0, 4325.0, 4334.0, 4314.0, 4304.0, 4305.0, 4316.0, 4356.0, 4325.0, 4325.0, 4314.0, 4315.0, 4345.0, 4368.0, 4325.0, 4323.0, 4312.0, 4313.0, 4312.0, 4353.0, 4312.0, 4332.0, 4293.0, 4303.0, 4303.0, 4303.0, 4355.0, 4315.0, 4344.0, 4304.0, 4304.0, 4305.0, 4315.0, 4367.0, 4327.0, 4357.0, 4315.0, 4324.0, 4304.0, 4314.0, 4356.0, 4345.0, 4375.0, 4323.0, 4341.0, 4302.0, 4342.0, 4321.0, 4342.0, 4344.0, 4342.0, 4319.0, 4308.0, 4298.0, 4276.0, 4297.0, 4290.0, 4329.0, 4299.0, 4289.0, 4289.0, 4316.0, 4334.0, 4344.0, 4331.0, 4317.0, 4303.0, 4292.0, 4326.0, 4302.0, 4313.0, 4343.0, 4303.0, 4303.0, 4323.0, 4306.0, 4306.0, 4345.0, 4357.0, 4365.0, 4344.0, 4312.0, 4320.0, 4303.0, 4305.0, 4299.0, 4298.0, 4339.0, 4309.0, 4290.0, 4308.0, 4302.0, 4317.0, 4369.0, 4336.0, 4316.0, 4335.0, 4317.0, 4307.0, 4317.0, 4326.0, 4316.0, 4336.0, 4358.0, 4345.0, 4354.0, 4321.0, 4319.0, 4300.0, 4320.0, 4312.0, 4341.0, 4299.0, 4319.0, 4289.0, 4298.0, 4291.0, 4320.0, 4311.0, 4290.0, 4290.0, 4290.0, 4291.0, 4312.0, 4302.0, 4332.0, 4312.0, 4311.0, 4293.0, 4341.0, 4303.0, 4333.0, 4303.0, 4333.0, 4304.0, 4332.0, 4303.0, 4322.0, 4303.0, 4334.0, 4316.0, 4344.0, 4305.0, 4334.0, 4306.0, 4334.0, 4305.0, 4346.0, 4326.0, 4336.0, 4305.0, 4334.0, 4305.0, 4324.0, 4305.0, 4326.0, 4345.0, 4355.0, 4323.0, 4303.0, 4302.0, 4303.0, 4354.0, 4304.0, 4344.0, 4304.0, 4333.0, 4304.0, 4323.0, 4305.0, 4336.0, 4315.0, 4335.0, 4306.0, 4325.0, 4305.0, 4315.0, 4306.0, 4337.0, 4315.0, 4335.0, 4324.0, 4314.0, 4313.0, 4304.0, 4366.0, 4325.0, 4344.0, 4304.0, 4343.0, 4304.0, 4334.0, 4306.0, 4336.0, 4315.0, 4325.0, 4305.0, 4314.0, 4305.0, 4316.0, 4306.0, 4316.0, 4325.0, 4305.0, 4334.0, 4305.0, 4355.0, 4306.0, 4356.0, 4326.0, 4345.0, 4316.0, 4345.0, 4315.0, 4356.0, 4328.0, 4346.0, 4328.0, 4328.0, 4316.0, 4315.0, 4314.0, 4334.0, 4313.0, 4303.0, 4305.0, 4306.0, 4315.0, 4307.0, 4348.0, 4327.0, 4326.0, 4326.0, 4345.0, 4304.0, 4344.0, 4305.0, 4356.0, 4337.0, 4346.0, 4316.0, 4345.0, 4315.0, 4345.0, 4316.0, 4345.0, 4324.0, 4343.0, 4313.0, 4302.0, 4303.0, 4304.0, 4304.0, 4334.0, 4313.0, 4303.0, 4303.0, 4303.0, 4303.0, 4303.0, 4354.0, 4324.0, 4333.0, 4302.0, 4322.0, 4303.0, 4343.0, 4302.0, 4332.0, 4313.0, 4322.0, 4312.0, 4321.0, 4302.0, 4301.0, 4303.0, 4303.0, 4315.0, 4326.0, 4305.0, 4335.0, 4305.0, 4304.0, 4304.0, 4316.0, 4304.0, 4314.0, 4304.0, 4303.0, 4314.0, 4304.0, 4344.0, 4345.0, 4323.0, 4322.0, 4302.0, 4303.0, 4303.0, 4304.0, 4304.0, 4334.0, 4315.0, 4344.0, 4305.0, 4334.0, 4305.0, 4344.0, 4306.0, 4345.0, 4316.0, 4345.0, 4315.0, 4334.0, 4317.0, 4345.0, 4325.0, 4344.0, 4305.0, 4303.0, 4304.0, 4327.0, 4317.0, 4335.0, 4316.0, 4314.0, 4314.0, 4314.0, 4304.0, 4304.0, 4316.0, 4315.0, 4337.0, 4304.0, 4304.0, 4306.0, 4305.0, 4305.0, 4316.0, 4325.0, 4325.0, 4315.0, 4315.0, 4305.0, 4316.0, 4316.0, 4347.0, 4306.0, 4336.0, 4317.0, 4326.0, 4319.0, 4338.0, 4328.0, 4358.0, 4327.0, 4326.0, 4315.0, 4318.0, 4356.0, 4356.0, 4355.0, 4344.0, 4344.0, 4312.0, 4312.0, 4304.0, 4343.0, 4325.0, 4303.0, 4303.0, 4312.0, 4304.0, 4367.0, 4347.0, 4334.0, 4334.0, 4313.0, 4303.0, 4302.0, 4303.0, 4353.0, 4327.0, 4415.0, 4398.0, 4366.0, 4331.0, 4325.0, 4304.0, 4322.0, 4292.0, 4311.0, 4294.0, 4343.0, 4314.0, 4331.0, 4291.0, 4307.0, 4243.0, 4253.0, 4290.0, 4346.0, 4348.0, 4348.0, 4307.0, 4316.0, 4287.0, 4308.0, 4289.0, 4330.0, 4301.0, 4331.0, 4311.0, 4330.0, 4300.0, 4319.0, 4289.0, 4319.0, 4300.0, 4330.0, 4322.0, 4340.0, 4300.0, 4319.0, 4289.0, 4319.0, 4289.0, 4320.0, 4301.0, 4320.0, 4299.0, 4289.0, 4300.0, 4290.0, 4303.0, 4302.0, 4322.0, 4303.0, 4322.0, 4311.0, 4300.0, 4300.0, 4301.0, 4311.0, 4341.0, 4320.0, 4340.0, 4309.0, 4298.0, 4288.0, 4309.0, 4289.0, 4339.0, 4309.0, 4328.0, 4289.0, 4299.0, 4290.0, 4334.0, 4312.0, 4311.0, 4331.0, 4299.0, 4299.0, 4300.0, 4301.0, 4300.0, 4311.0, 4321.0, 4352.0, 4319.0, 4328.0, 4297.0, 4296.0, 4286.0, 4296.0, 4287.0, 4338.0, 4297.0, 4327.0, 4287.0, 4285.0, 4276.0, 4296.0, 4288.0, 4309.0, 4298.0, 4317.0, 4288.0, 4307.0, 4288.0, 4318.0, 4290.0, 4330.0, 4300.0, 4309.0, 4289.0, 4308.0, 4289.0, 4318.0, 4299.0, 4330.0, 4290.0, 4319.0, 4300.0, 4319.0, 4290.0, 4309.0, 4301.0, 4331.0, 4303.0, 4332.0, 4302.0, 4332.0, 4302.0, 4332.0, 4303.0, 4322.0, 4313.0, 4332.0, 4292.0, 4311.0, 4292.0, 4311.0, 4304.0, 4323.0, 4302.0, 4312.0, 4302.0, 4302.0, 4302.0, 4304.0, 4303.0, 4315.0, 4303.0, 4313.0, 4303.0, 4304.0, 4324.0, 4315.0, 4355.0, 4325.0, 4334.0, 4314.0, 4344.0, 4304.0, 4344.0, 4305.0, 4334.0, 4325.0, 4333.0, 4313.0, 4302.0, 4302.0, 4303.0, 4303.0, 4314.0, 4303.0, 4323.0, 4304.0, 4304.0, 4316.0, 4326.0, 4318.0, 4348.0, 4318.0, 4357.0, 4317.0, 4347.0, 4328.0, 4347.0, 4357.0, 4376.0, 4334.0, 4343.0, 4313.0, 4312.0, 4313.0, 4354.0, 4322.0, 4342.0, 4312.0, 4300.0, 4301.0, 4302.0, 4302.0, 4322.0, 4302.0, 4312.0, 4302.0, 4302.0, 4305.0, 4323.0, 4303.0, 4322.0, 4312.0, 4301.0, 4311.0, 4302.0, 4332.0, 4331.0, 4300.0, 4300.0, 4290.0, 4291.0, 4302.0, 4322.0, 4292.0, 4320.0, 4302.0, 4311.0, 4303.0, 4332.0, 4323.0, 4342.0, 4301.0, 4331.0, 4301.0, 4320.0, 4300.0, 4331.0, 4331.0, 4340.0, 4309.0, 4319.0, 4290.0, 4289.0, 4300.0, 4301.0, 4303.0, 4302.0], 'WindowWidth': [9689.0, 9704.0, 9629.0, 9685.0, 9633.0, 9585.0, 9595.0, 9546.0, 9582.0, 9560.0, 9628.0, 9586.0, 9552.0, 9553.0, 9537.0, 9539.0, 9579.0, 9579.0, 9619.0, 9611.0, 9534.0, 9560.0, 9532.0, 9545.0, 9534.0, 9575.0, 9522.0, 9579.0, 9551.0, 9604.0, 9529.0, 9567.0, 9516.0, 9552.0, 9533.0, 9569.0, 9534.0, 9581.0, 9519.0, 9568.0, 9532.0, 9568.0, 9533.0, 9568.0, 9532.0, 9540.0, 9533.0, 9543.0, 9541.0, 9551.0, 9511.0, 9522.0, 9513.0, 9540.0, 9537.0, 9575.0, 9538.0, 9587.0, 9540.0, 9575.0, 9537.0, 9589.0, 9558.0, 9591.0, 9566.0, 9602.0, 9534.0, 9586.0, 9535.0, 9605.0, 9567.0, 9587.0, 9546.0, 9558.0, 9537.0, 9589.0, 9548.0, 9545.0, 9536.0, 9586.0, 9535.0, 9592.0, 9554.0, 9593.0, 9566.0, 9574.0, 9536.0, 9573.0, 9536.0, 9576.0, 9557.0, 9594.0, 9555.0, 9591.0, 9543.0, 9578.0, 9544.0, 9596.0, 9542.0, 9591.0, 9539.0, 9576.0, 9538.0, 9565.0, 9558.0, 9580.0, 9541.0, 9578.0, 9538.0, 9564.0, 9540.0, 9568.0, 9542.0, 9580.0, 9538.0, 9565.0, 9552.0, 9551.0, 9560.0, 9600.0, 9564.0, 9601.0, 9569.0, 9575.0, 9562.0, 9561.0, 9581.0, 9595.0, 9607.0, 9576.0, 9603.0, 9571.0, 9571.0, 9554.0, 9573.0, 9613.0, 9614.0, 9565.0, 9578.0, 9562.0, 9547.0, 9538.0, 9566.0, 9552.0, 9605.0, 9547.0, 9557.0, 9532.0, 9561.0, 9541.0, 9577.0, 9538.0, 9605.0, 9539.0, 9590.0, 9541.0, 9609.0, 9570.0, 9567.0, 9563.0, 9547.0, 9533.0, 9533.0, 9538.0, 9541.0, 9593.0, 9548.0, 9589.0, 9546.0, 9557.0, 9553.0, 9590.0, 9576.0, 9617.0, 9545.0, 9569.0, 9530.0, 9574.0, 9546.0, 9540.0, 9540.0, 9523.0, 9523.0, 9497.0, 9542.0, 9518.0, 9584.0, 9528.0, 9581.0, 9528.0, 9530.0, 9537.0, 9548.0, 9561.0, 9532.0, 9560.0, 9535.0, 9548.0, 9537.0, 9574.0, 9554.0, 9596.0, 9567.0, 9591.0, 9539.0, 9578.0, 9536.0, 9588.0, 9552.0, 9590.0, 9566.0, 9535.0, 9536.0, 9521.0, 9541.0, 9567.0, 9556.0, 9539.0, 9539.0, 9539.0, 9541.0, 9559.0, 9572.0, 9542.0, 9582.0, 9539.0, 9552.0, 9555.0, 9583.0, 9538.0, 9593.0, 9548.0, 9550.0, 9554.0, 9564.0, 9537.0, 9574.0, 9536.0, 9562.0, 9541.0, 9581.0, 9554.0, 9596.0, 9566.0, 9577.0, 9551.0, 9577.0, 9542.0, 9595.0, 9566.0, 9591.0, 9552.0, 9577.0, 9542.0, 9598.0, 9555.0, 9578.0, 9552.0, 9563.0, 9553.0, 9581.0, 9566.0, 9608.0, 9562.0, 9550.0, 9546.0, 9550.0, 9550.0, 9578.0, 9545.0, 9544.0, 9531.0, 9532.0, 9536.0, 9563.0, 9547.0, 9561.0, 9545.0, 9544.0, 9532.0, 9559.0, 9553.0, 9593.0, 9579.0, 9608.0, 9565.0, 9577.0, 9550.0, 9537.0, 9542.0, 9555.0, 9612.0, 9566.0, 9565.0, 9550.0, 9553.0, 9594.0, 9632.0, 9565.0, 9560.0, 9542.0, 9545.0, 9543.0, 9601.0, 9542.0, 9569.0, 9517.0, 9534.0, 9534.0, 9535.0, 9607.0, 9554.0, 9592.0, 9539.0, 9537.0, 9540.0, 9553.0, 9627.0, 9572.0, 9611.0, 9554.0, 9563.0, 9537.0, 9551.0, 9611.0, 9592.0, 9635.0, 9559.0, 9581.0, 9528.0, 9583.0, 9553.0, 9585.0, 9592.0, 9583.0, 9547.0, 9530.0, 9514.0, 9485.0, 9515.0, 9509.0, 9563.0, 9519.0, 9506.0, 9507.0, 9560.0, 9597.0, 9610.0, 9587.0, 9561.0, 9533.0, 9514.0, 9567.0, 9530.0, 9544.0, 9587.0, 9532.0, 9533.0, 9559.0, 9539.0, 9539.0, 9592.0, 9612.0, 9620.0, 9586.0, 9540.0, 9548.0, 9532.0, 9535.0, 9517.0, 9515.0, 9572.0, 9530.0, 9509.0, 9530.0, 9531.0, 9560.0, 9633.0, 9585.0, 9557.0, 9581.0, 9559.0, 9545.0, 9558.0, 9568.0, 9553.0, 9579.0, 9614.0, 9590.0, 9602.0, 9552.0, 9546.0, 9522.0, 9549.0, 9540.0, 9581.0, 9520.0, 9545.0, 9505.0, 9518.0, 9513.0, 9552.0, 9538.0, 9509.0, 9510.0, 9509.0, 9511.0, 9541.0, 9531.0, 9568.0, 9542.0, 9540.0, 9516.0, 9580.0, 9529.0, 9571.0, 9535.0, 9571.0, 9534.0, 9569.0, 9531.0, 9556.0, 9534.0, 9575.0, 9555.0, 9588.0, 9537.0, 9574.0, 9540.0, 9574.0, 9541.0, 9594.0, 9569.0, 9580.0, 9539.0, 9576.0, 9538.0, 9563.0, 9540.0, 9568.0, 9592.0, 9604.0, 9558.0, 9531.0, 9530.0, 9532.0, 9603.0, 9538.0, 9588.0, 9536.0, 9572.0, 9536.0, 9561.0, 9540.0, 9581.0, 9554.0, 9578.0, 9542.0, 9564.0, 9539.0, 9553.0, 9544.0, 9584.0, 9552.0, 9578.0, 9561.0, 9547.0, 9546.0, 9535.0, 9625.0, 9565.0, 9589.0, 9535.0, 9587.0, 9537.0, 9576.0, 9543.0, 9581.0, 9554.0, 9565.0, 9540.0, 9550.0, 9538.0, 9555.0, 9542.0, 9556.0, 9566.0, 9538.0, 9576.0, 9538.0, 9606.0, 9542.0, 9611.0, 9571.0, 9593.0, 9555.0, 9592.0, 9554.0, 9612.0, 9578.0, 9599.0, 9575.0, 9577.0, 9557.0, 9554.0, 9551.0, 9576.0, 9547.0, 9534.0, 9539.0, 9542.0, 9555.0, 9546.0, 9602.0, 9575.0, 9568.0, 9568.0, 9593.0, 9537.0, 9589.0, 9541.0, 9611.0, 9585.0, 9595.0, 9555.0, 9593.0, 9553.0, 9594.0, 9555.0, 9593.0, 9564.0, 9587.0, 9546.0, 9531.0, 9534.0, 9537.0, 9538.0, 9578.0, 9549.0, 9533.0, 9533.0, 9533.0, 9534.0, 9534.0, 9605.0, 9564.0, 9573.0, 9532.0, 9559.0, 9532.0, 9587.0, 9531.0, 9571.0, 9547.0, 9558.0, 9545.0, 9554.0, 9532.0, 9529.0, 9534.0, 9534.0, 9555.0, 9570.0, 9542.0, 9580.0, 9540.0, 9537.0, 9537.0, 9554.0, 9539.0, 9551.0, 9536.0, 9535.0, 9549.0, 9537.0, 9591.0, 9593.0, 9560.0, 9558.0, 9532.0, 9533.0, 9533.0, 9534.0, 9538.0, 9578.0, 9553.0, 9589.0, 9540.0, 9577.0, 9541.0, 9591.0, 9542.0, 9593.0, 9556.0, 9591.0, 9554.0, 9578.0, 9558.0, 9594.0, 9566.0, 9589.0, 9538.0, 9534.0, 9536.0, 9569.0, 9555.0, 9579.0, 9555.0, 9551.0, 9550.0, 9549.0, 9536.0, 9538.0, 9556.0, 9554.0, 9585.0, 9538.0, 9538.0, 9540.0, 9541.0, 9542.0, 9557.0, 9568.0, 9567.0, 9552.0, 9553.0, 9540.0, 9556.0, 9558.0, 9600.0, 9545.0, 9584.0, 9559.0, 9570.0, 9566.0, 9589.0, 9576.0, 9616.0, 9571.0, 9568.0, 9554.0, 9561.0, 9609.0, 9611.0, 9607.0, 9590.0, 9589.0, 9543.0, 9546.0, 9536.0, 9589.0, 9564.0, 9534.0, 9533.0, 9546.0, 9539.0, 9630.0, 9600.0, 9579.0, 9576.0, 9546.0, 9534.0, 9531.0, 9534.0, 9603.0, 9573.0, 9726.0, 9706.0, 9639.0, 9579.0, 9559.0, 9531.0, 9551.0, 9512.0, 9535.0, 9518.0, 9582.0, 9544.0, 9562.0, 9509.0, 9523.0, 9416.0, 9428.0, 9493.0, 9580.0, 9587.0, 9586.0, 9529.0, 9538.0, 9502.0, 9533.0, 9509.0, 9564.0, 9529.0, 9569.0, 9542.0, 9567.0, 9527.0, 9548.0, 9508.0, 9548.0, 9525.0, 9566.0, 9558.0, 9579.0, 9523.0, 9547.0, 9507.0, 9547.0, 9509.0, 9552.0, 9529.0, 9551.0, 9523.0, 9510.0, 9525.0, 9513.0, 9532.0, 9532.0, 9560.0, 9533.0, 9557.0, 9541.0, 9526.0, 9523.0, 9527.0, 9541.0, 9584.0, 9552.0, 9579.0, 9535.0, 9517.0, 9506.0, 9533.0, 9510.0, 9577.0, 9534.0, 9558.0, 9508.0, 9521.0, 9512.0, 9580.0, 9547.0, 9542.0, 9570.0, 9523.0, 9523.0, 9524.0, 9526.0, 9524.0, 9540.0, 9555.0, 9599.0, 9547.0, 9557.0, 9515.0, 9511.0, 9499.0, 9512.0, 9504.0, 9573.0, 9515.0, 9554.0, 9501.0, 9496.0, 9487.0, 9511.0, 9506.0, 9533.0, 9521.0, 9544.0, 9506.0, 9530.0, 9507.0, 9547.0, 9512.0, 9564.0, 9525.0, 9534.0, 9508.0, 9532.0, 9507.0, 9546.0, 9522.0, 9564.0, 9512.0, 9550.0, 9524.0, 9548.0, 9510.0, 9535.0, 9529.0, 9570.0, 9534.0, 9570.0, 9533.0, 9570.0, 9532.0, 9571.0, 9537.0, 9559.0, 9547.0, 9569.0, 9518.0, 9542.0, 9518.0, 9542.0, 9537.0, 9562.0, 9531.0, 9544.0, 9530.0, 9530.0, 9531.0, 9537.0, 9537.0, 9552.0, 9535.0, 9549.0, 9533.0, 9536.0, 9563.0, 9554.0, 9608.0, 9568.0, 9578.0, 9552.0, 9592.0, 9538.0, 9591.0, 9542.0, 9578.0, 9565.0, 9574.0, 9547.0, 9531.0, 9531.0, 9534.0, 9534.0, 9550.0, 9534.0, 9562.0, 9539.0, 9538.0, 9557.0, 9572.0, 9563.0, 9602.0, 9562.0, 9614.0, 9560.0, 9599.0, 9576.0, 9601.0, 9612.0, 9637.0, 9576.0, 9588.0, 9545.0, 9544.0, 9548.0, 9603.0, 9556.0, 9584.0, 9542.0, 9524.0, 9529.0, 9529.0, 9530.0, 9558.0, 9531.0, 9543.0, 9531.0, 9532.0, 9539.0, 9562.0, 9532.0, 9558.0, 9542.0, 9527.0, 9538.0, 9529.0, 9570.0, 9568.0, 9524.0, 9523.0, 9509.0, 9513.0, 9530.0, 9558.0, 9516.0, 9553.0, 9529.0, 9538.0, 9533.0, 9571.0, 9559.0, 9584.0, 9527.0, 9566.0, 9526.0, 9549.0, 9524.0, 9565.0, 9566.0, 9576.0, 9534.0, 9547.0, 9509.0, 9506.0, 9525.0, 9528.0, 9532.0, 9532.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.003489901098901099</td></tr>
<tr><td colspan=3>aqi</td><td>0.02043893912087912</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.46947950508249</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2291220765676576</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0539493107590756</td></tr>
<tr><td colspan=3>efc</td><td>0.5054</td></tr>
<tr><td colspan=3>fber</td><td>4463.0303</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09181262456786608</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.395604395604396</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3716221265177597</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3580776710517743</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.519144303575283</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2376444049262223</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107462</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008303248323500156</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025747250765562057</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.14327976361908</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>13.8981</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7877</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.2038</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293638.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>1100.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.6423</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8955</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.3618</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.8026</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.1799</td></tr>
<tr><td colspan=3>tsnr</td><td>40.4909419901669</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>