<?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-0020_ses-02_task-faces_acq-mb8_run-03_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-0020_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0020_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-03_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-0020/ses-02/func/sub-0020_ses-02_task-faces_acq-mb8_run-03_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>5f52992287c47f948f812082aafde274</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>13:15:44.042500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090925</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -116, -257, 92, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>034fb95a-c419-469e-afe2-87058ca8d023||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['131544.042500', '131544.502500', '131544.962500', '131545.422500', '131545.882500', '131546.342500', '131546.802500', '131547.262500', '131547.722500', '131548.182500', '131548.642500', '131549.102500', '131549.562500', '131550.022500', '131550.482500', '131550.942500', '131551.402500', '131551.862500', '131552.322500', '131552.782500', '131553.242500', '131553.702500', '131554.162500', '131554.622500', '131555.082500', '131555.542500', '131556.002500', '131556.462500', '131556.922500', '131557.382500', '131557.842500', '131558.302500', '131558.762500', '131559.222500', '131559.682500', '131600.142500', '131600.602500', '131601.062500', '131601.522500', '131601.982500', '131602.442500', '131602.902500', '131603.362500', '131603.822500', '131604.282500', '131604.742500', '131605.202500', '131605.662500', '131606.122500', '131606.582500', '131607.042500', '131607.502500', '131607.962500', '131608.422500', '131608.882500', '131609.342500', '131609.802500', '131610.262500', '131610.722500', '131611.182500', '131611.642500', '131612.102500', '131612.562500', '131613.022500', '131613.482500', '131613.942500', '131614.402500', '131614.862500', '131615.322500', '131615.782500', '131616.242500', '131616.702500', '131617.162500', '131617.622500', '131618.082500', '131618.542500', '131619.002500', '131619.462500', '131619.922500', '131620.382500', '131620.842500', '131621.302500', '131621.762500', '131622.222500', '131622.682500', '131623.142500', '131623.602500', '131624.062500', '131624.522500', '131624.982500', '131625.442500', '131625.902500', '131626.362500', '131626.822500', '131627.282500', '131627.742500', '131628.202500', '131628.662500', '131629.122500', '131629.582500', '131630.042500', '131630.502500', '131630.962500', '131631.422500', '131631.882500', '131632.342500', '131632.802500', '131633.262500', '131633.722500', '131634.182500', '131634.642500', '131635.102500', '131635.562500', '131636.022500', '131636.482500', '131636.942500', '131637.402500', '131637.862500', '131638.322500', '131638.782500', '131639.242500', '131639.702500', '131640.162500', '131640.622500', '131641.082500', '131641.542500', '131642.002500', '131642.462500', '131642.922500', '131643.382500', '131643.842500', '131644.302500', '131644.762500', '131645.222500', '131645.682500', '131646.142500', '131646.602500', '131647.062500', '131647.522500', '131647.982500', '131648.442500', '131648.902500', '131649.362500', '131649.822500', '131650.282500', '131650.742500', '131651.202500', '131651.662500', '131652.122500', '131652.582500', '131653.042500', '131653.502500', '131653.962500', '131654.422500', '131654.882500', '131655.342500', '131655.802500', '131656.262500', '131656.722500', '131657.182500', '131657.642500', '131658.102500', '131658.562500', '131659.022500', '131659.482500', '131659.942500', '131700.402500', '131700.862500', '131701.322500', '131701.782500', '131702.242500', '131702.702500', '131703.162500', '131703.622500', '131704.082500', '131704.542500', '131705.002500', '131705.462500', '131705.922500', '131706.382500', '131706.842500', '131707.302500', '131707.762500', '131708.222500', '131708.682500', '131709.142500', '131709.602500', '131710.062500', '131710.522500', '131710.982500', '131711.442500', '131711.902500', '131712.362500', '131712.822500', '131713.282500', '131713.742500', '131714.202500', '131714.662500', '131715.122500', '131715.582500', '131716.042500', '131716.502500', '131716.962500', '131717.422500', '131717.882500', '131718.342500', '131718.802500', '131719.262500', '131719.722500', '131720.182500', '131720.642500', '131721.102500', '131721.562500', '131722.022500', '131722.482500', '131722.942500', '131723.402500', '131723.862500', '131724.322500', '131724.782500', '131725.242500', '131725.702500', '131726.162500', '131726.622500', '131727.082500', '131727.542500', '131728.002500', '131728.462500', '131728.922500', '131729.382500', '131729.842500', '131730.302500', '131730.762500', '131731.222500', '131731.682500', '131732.142500', '131732.602500', '131733.062500', '131733.522500', '131733.982500', '131734.442500', '131734.902500', '131735.362500', '131735.822500', '131736.282500', '131736.742500', '131737.202500', '131737.662500', '131738.122500', '131738.582500', '131739.042500', '131739.502500', '131739.962500', '131740.422500', '131740.882500', '131741.342500', '131741.802500', '131742.262500', '131742.722500', '131743.182500', '131743.642500', '131744.102500', '131744.562500', '131745.022500', '131745.482500', '131745.942500', '131746.402500', '131746.862500', '131747.322500', '131747.782500', '131748.242500', '131748.702500', '131749.162500', '131749.622500', '131750.082500', '131750.542500', '131751.002500', '131751.462500', '131751.922500', '131752.382500', '131752.842500', '131753.302500', '131753.762500', '131754.222500', '131754.682500', '131755.142500', '131755.602500', '131756.062500', '131756.522500', '131756.982500', '131757.442500', '131757.902500', '131758.362500', '131758.822500', '131759.282500', '131759.742500', '131800.202500', '131800.662500', '131801.122500', '131801.582500', '131802.042500', '131802.502500', '131802.962500', '131803.422500', '131803.882500', '131804.342500', '131804.802500', '131805.262500', '131805.722500', '131806.182500', '131806.642500', '131807.102500', '131807.562500', '131808.022500', '131808.482500', '131808.942500', '131809.402500', '131809.862500', '131810.322500', '131810.782500', '131811.242500', '131811.702500', '131812.162500', '131812.622500', '131813.082500', '131813.542500', '131814.002500', '131814.462500', '131814.922500', '131815.382500', '131815.842500', '131816.302500', '131816.762500', '131817.222500', '131817.682500', '131818.142500', '131818.602500', '131819.062500', '131819.522500', '131819.982500', '131820.442500', '131820.902500', '131821.362500', '131821.822500', '131822.282500', '131822.742500', '131823.202500', '131823.662500', '131824.122500', '131824.582500', '131825.042500', '131825.502500', '131825.962500', '131826.422500', '131826.882500', '131827.342500', '131827.802500', '131828.262500', '131828.722500', '131829.182500', '131829.642500', '131830.102500', '131830.562500', '131831.022500', '131831.482500', '131831.942500', '131832.402500', '131832.862500', '131833.322500', '131833.782500', '131834.242500', '131834.702500', '131835.162500', '131835.622500', '131836.082500', '131836.542500', '131837.002500', '131837.462500', '131837.922500', '131838.382500', '131838.842500', '131839.302500', '131839.762500', '131840.222500', '131840.682500', '131841.142500', '131841.602500', '131842.062500', '131842.522500', '131842.982500', '131843.442500', '131843.902500', '131844.362500', '131844.822500', '131845.282500', '131845.742500', '131846.202500', '131846.662500', '131847.122500', '131847.582500', '131848.042500', '131848.502500', '131848.962500', '131849.422500', '131849.882500', '131850.342500', '131850.802500', '131851.262500', '131851.722500', '131852.182500', '131852.642500', '131853.102500', '131853.562500', '131854.022500', '131854.482500', '131854.942500', '131855.402500', '131855.862500', '131856.322500', '131856.782500', '131857.242500', '131857.702500', '131858.162500', '131858.622500', '131859.082500', '131859.542500', '131900.002500', '131900.462500', '131900.922500', '131901.382500', '131901.842500', '131902.302500', '131902.762500', '131903.222500', '131903.682500', '131904.142500', '131904.602500', '131905.062500', '131905.522500', '131905.982500', '131906.442500', '131906.902500', '131907.362500', '131907.822500', '131908.282500', '131908.742500', '131909.202500', '131909.662500', '131910.122500', '131910.582500', '131911.042500', '131911.502500', '131911.962500', '131912.422500', '131912.882500', '131913.342500', '131913.802500', '131914.262500', '131914.722500', '131915.182500', '131915.642500', '131916.102500', '131916.562500', '131917.022500', '131917.482500', '131917.942500', '131918.402500', '131918.862500', '131919.322500', '131919.782500', '131920.242500', '131920.702500', '131921.162500', '131921.622500', '131922.082500', '131922.542500', '131923.002500', '131923.462500', '131923.922500', '131924.382500', '131924.842500', '131925.302500', '131925.762500', '131926.222500', '131926.682500', '131927.142500', '131927.602500', '131928.062500', '131928.522500', '131928.982500', '131929.442500', '131929.902500', '131930.362500', '131930.822500', '131931.282500', '131931.742500', '131932.202500', '131932.662500', '131933.122500', '131933.582500', '131934.042500', '131934.502500', '131934.962500', '131935.422500', '131935.882500', '131936.342500', '131936.802500', '131937.262500', '131937.722500', '131938.182500', '131938.642500', '131939.102500', '131939.562500', '131940.022500', '131940.482500', '131940.942500', '131941.402500', '131941.862500', '131942.322500', '131942.782500', '131943.242500', '131943.702500', '131944.162500', '131944.622500', '131945.082500', '131945.542500', '131946.002500', '131946.462500', '131946.922500', '131947.382500', '131947.842500', '131948.302500', '131948.762500', '131949.222500', '131949.682500', '131950.142500', '131950.602500', '131951.062500', '131951.522500', '131951.982500', '131952.442500', '131952.902500', '131953.362500', '131953.822500', '131954.282500', '131954.742500', '131955.202500', '131955.662500', '131956.122500', '131956.582500', '131957.042500', '131957.502500', '131957.962500', '131958.422500', '131958.882500', '131959.342500', '131959.802500', '132000.262500', '132000.722500', '132001.182500', '132001.642500', '132002.102500', '132002.562500', '132003.022500', '132003.482500', '132003.942500', '132004.402500', '132004.862500', '132005.322500', '132005.782500', '132006.242500', '132006.702500', '132007.162500', '132007.622500', '132008.082500', '132008.542500', '132009.002500', '132009.462500', '132009.922500', '132010.382500', '132010.842500', '132011.302500', '132011.762500', '132012.222500', '132012.682500', '132013.142500', '132013.602500', '132014.062500', '132014.522500', '132014.982500', '132015.442500', '132015.902500', '132016.362500', '132016.822500', '132017.282500', '132017.742500', '132018.202500', '132018.662500', '132019.122500', '132019.582500', '132020.042500', '132020.502500', '132020.962500', '132021.422500', '132021.882500', '132022.342500', '132022.802500', '132023.262500', '132023.722500', '132024.182500', '132024.642500', '132025.102500', '132025.562500', '132026.022500', '132026.482500', '132026.942500', '132027.402500', '132027.862500', '132028.322500', '132028.782500', '132029.242500', '132029.702500', '132030.162500', '132030.622500', '132031.082500', '132031.542500', '132032.002500', '132032.462500', '132032.922500', '132033.382500', '132033.842500', '132034.302500', '132034.762500', '132035.222500', '132035.682500', '132036.142500', '132036.602500', '132037.062500', '132037.522500', '132037.982500', '132038.442500', '132038.902500', '132039.362500', '132039.822500', '132040.282500', '132040.742500', '132041.202500', '132041.662500', '132042.122500', '132042.582500', '132043.042500', '132043.502500', '132043.962500', '132044.422500', '132044.882500', '132045.342500', '132045.802500', '132046.262500', '132046.722500', '132047.182500', '132047.642500', '132048.102500', '132048.562500', '132049.022500', '132049.482500', '132049.942500', '132050.402500', '132050.862500', '132051.322500', '132051.782500', '132052.242500', '132052.702500', '132053.162500', '132053.622500', '132054.082500', '132054.542500', '132055.002500', '132055.462500', '132055.922500', '132056.382500', '132056.842500', '132057.302500', '132057.762500', '132058.222500', '132058.682500', '132059.142500', '132059.602500', '132100.062500', '132100.522500', '132100.982500', '132101.442500', '132101.902500', '132102.362500', '132102.822500', '132103.282500', '132103.742500', '132104.202500', '132104.662500', '132105.122500', '132105.582500', '132106.042500', '132106.502500', '132106.962500', '132107.422500', '132107.882500', '132108.342500', '132108.802500', '132109.262500', '132109.722500', '132110.182500', '132110.642500', '132111.102500', '132111.562500', '132112.022500', '132112.482500', '132112.942500', '132113.402500', '132113.862500', '132114.322500', '132114.782500', '132115.242500', '132115.702500', '132116.162500', '132116.622500', '132117.082500', '132117.542500', '132118.002500', '132118.462500', '132118.922500', '132119.382500', '132119.842500', '132120.302500', '132120.762500', '132121.222500', '132121.682500', '132122.142500', '132122.602500', '132123.062500', '132123.522500', '132123.982500', '132124.442500', '132124.902500', '132125.362500', '132125.822500', '132126.282500', '132126.742500', '132127.202500', '132127.662500', '132128.122500', '132128.582500', '132129.042500', '132129.502500', '132129.962500', '132130.422500', '132130.882500', '132131.342500', '132131.802500', '132132.262500', '132132.722500', '132133.182500', '132133.642500', '132134.102500', '132134.562500', '132135.022500', '132135.482500', '132135.942500', '132136.402500', '132136.862500', '132137.322500', '132137.782500', '132138.242500', '132138.702500', '132139.162500', '132139.622500', '132140.082500', '132140.542500', '132141.002500', '132141.462500', '132141.922500', '132142.382500', '132142.842500', '132143.302500', '132143.762500', '132144.222500', '132144.682500', '132145.142500', '132145.602500', '132146.062500', '132146.522500', '132146.982500', '132147.442500', '132147.902500', '132148.362500', '132148.822500', '132149.282500', '132149.742500', '132150.202500', '132150.662500', '132151.122500', '132151.582500', '132152.042500', '132152.502500', '132152.962500', '132153.422500', '132153.882500', '132154.342500', '132154.802500', '132155.262500', '132155.722500', '132156.182500', '132156.642500', '132157.102500', '132157.562500', '132158.022500', '132158.482500', '132158.942500', '132159.402500', '132159.862500', '132200.322500', '132200.782500', '132201.242500', '132201.702500', '132202.162500', '132202.622500', '132203.082500', '132203.542500', '132204.002500', '132204.462500', '132204.922500', '132205.382500', '132205.842500', '132206.302500', '132206.762500', '132207.222500', '132207.682500', '132208.142500', '132208.602500', '132209.062500', '132209.522500', '132209.982500', '132210.442500', '132210.902500', '132211.362500', '132211.822500', '132212.282500', '132212.742500', '132213.202500', '132213.662500', '132214.122500', '132214.582500', '132215.042500', '132215.502500', '132215.962500', '132216.422500', '132216.882500', '132217.342500', '132217.802500', '132218.262500', '132218.722500', '132219.182500', '132219.642500', '132220.102500', '132220.562500', '132221.022500', '132221.482500', '132221.942500', '132222.402500', '132222.862500', '132223.322500', '132223.782500', '132224.242500', '132224.702500', '132225.162500', '132225.622500', '132226.082500', '132226.542500', '132227.002500', '132227.462500', '132227.922500', '132228.382500', '132228.842500', '132229.302500', '132229.762500', '132230.222500', '132230.682500', '132231.142500', '132231.602500', '132232.062500', '132232.522500', '132232.982500', '132233.442500', '132233.902500', '132234.362500', '132234.822500', '132235.282500', '132235.742500', '132236.202500', '132236.662500', '132237.122500', '132237.582500', '132238.042500', '132238.502500', '132238.962500', '132239.422500', '132239.882500', '132240.342500', '132240.802500', '132241.262500', '132241.722500', '132242.182500', '132242.642500', '132243.102500', '132243.562500', '132244.022500'], 'ContentTime': ['131554.396000', '131554.399000', '131554.407000', '131554.415000', '131554.418000', '131554.424000', '131554.427000', '131554.429000', '131554.432000', '131554.435000', '131554.438000', '131554.441000', '131554.443000', '131554.446000', '131554.449000', '131554.457000', '131554.460000', '131554.462000', '131554.465000', '131554.468000', '131554.471000', '131614.366000', '131614.369000', '131614.372000', '131614.374000', '131614.377000', '131614.380000', '131614.383000', '131614.386000', '131614.388000', '131614.391000', '131614.394000', '131614.397000', '131614.400000', '131614.402000', '131614.405000', '131614.408000', '131614.411000', '131614.414000', '131614.416000', '131614.419000', '131614.422000', '131614.425000', '131614.428000', '131614.430000', '131614.433000', '131614.442000', '131614.445000', '131614.448000', '131614.451000', '131614.462000', '131614.465000', '131614.467000', '131614.470000', '131614.473000', '131614.486000', '131614.488000', '131614.491000', '131614.502000', '131614.505000', '131614.507000', '131614.510000', '131614.513000', '131614.516000', '131634.366000', '131634.369000', '131634.374000', '131634.378000', '131634.382000', '131634.385000', '131634.387000', '131634.390000', '131634.393000', '131634.396000', '131634.399000', '131634.402000', '131634.405000', '131634.407000', '131634.410000', '131634.413000', '131634.416000', '131634.419000', '131634.422000', '131634.424000', '131634.427000', '131634.430000', '131634.433000', '131634.436000', '131634.438000', '131634.441000', '131634.444000', '131634.447000', '131634.450000', '131634.452000', '131634.455000', '131634.458000', '131634.461000', '131634.464000', '131634.467000', '131634.470000', '131634.472000', '131634.475000', '131634.478000', '131634.481000', '131634.484000', '131634.487000', '131634.489000', '131654.365000', '131654.368000', '131654.371000', '131654.373000', '131654.376000', '131654.379000', '131654.382000', '131654.385000', '131654.388000', '131654.390000', '131654.393000', '131654.396000', '131654.399000', '131654.402000', '131654.404000', '131654.407000', '131654.410000', '131654.413000', '131654.416000', '131654.419000', '131654.421000', '131654.424000', '131654.427000', '131654.430000', '131654.433000', '131654.436000', '131654.438000', '131654.441000', '131654.444000', '131654.447000', '131654.449000', '131654.452000', '131654.455000', '131654.458000', '131654.461000', '131654.464000', '131654.466000', '131654.469000', '131654.472000', '131654.475000', '131654.478000', '131654.481000', '131654.483000', '131654.486000', '131714.365000', '131714.368000', '131714.371000', '131714.374000', '131714.377000', '131714.381000', '131714.386000', '131714.389000', '131714.392000', '131714.395000', '131714.398000', '131714.400000', '131714.403000', '131714.406000', '131714.409000', '131714.412000', '131714.415000', '131714.418000', '131714.420000', '131714.423000', '131714.426000', '131714.429000', '131714.432000', '131714.435000', '131714.437000', '131714.440000', '131714.443000', '131714.446000', '131714.449000', '131714.452000', '131714.454000', '131714.457000', '131714.460000', '131714.463000', '131714.466000', '131714.469000', '131714.471000', '131714.474000', '131714.477000', '131714.480000', '131714.483000', '131714.486000', '131714.488000', '131734.365000', '131734.368000', '131734.370000', '131734.373000', '131734.376000', '131734.379000', '131734.382000', '131734.385000', '131734.388000', '131734.390000', '131734.393000', '131734.396000', '131734.399000', '131734.402000', '131734.404000', '131734.407000', '131734.410000', '131734.413000', '131734.416000', '131734.419000', '131734.422000', '131734.424000', '131734.427000', '131734.430000', '131734.433000', '131734.436000', '131734.439000', '131734.441000', '131734.444000', '131734.447000', '131734.450000', '131734.452000', '131734.456000', '131734.458000', '131734.461000', '131734.464000', '131734.467000', '131734.469000', '131734.472000', '131734.475000', '131734.478000', '131734.481000', '131734.484000', '131734.486000', '131754.366000', '131754.369000', '131754.372000', '131754.375000', '131754.378000', '131754.380000', '131754.383000', '131754.386000', '131754.389000', '131754.392000', '131754.395000', '131754.397000', '131754.400000', '131754.404000', '131754.409000', '131754.412000', '131754.422000', '131754.425000', '131754.428000', '131754.431000', '131754.434000', '131754.436000', '131754.439000', '131754.442000', '131754.445000', '131754.448000', '131754.450000', '131754.453000', '131754.456000', '131754.459000', '131754.462000', '131754.464000', '131754.467000', '131754.470000', '131754.473000', '131754.476000', '131754.479000', '131754.481000', '131754.484000', '131754.487000', '131754.490000', '131754.493000', '131754.495000', '131814.366000', '131814.369000', '131814.372000', '131814.375000', '131814.377000', '131814.380000', '131814.383000', '131814.386000', '131814.389000', '131814.391000', '131814.394000', '131814.397000', '131814.400000', '131814.403000', '131814.405000', '131814.408000', '131814.411000', '131814.414000', '131814.417000', '131814.420000', '131814.423000', '131814.425000', '131814.428000', '131814.431000', '131814.434000', '131814.437000', '131814.440000', '131814.443000', '131814.445000', '131814.448000', '131814.451000', '131814.454000', '131814.457000', '131814.459000', '131814.462000', '131814.465000', '131814.468000', '131814.471000', '131814.474000', '131814.477000', '131814.479000', '131814.482000', '131814.485000', '131814.488000', '131834.366000', '131834.369000', '131834.372000', '131834.375000', '131834.378000', '131834.380000', '131834.383000', '131834.386000', '131834.389000', '131834.392000', '131834.395000', '131834.397000', '131834.400000', '131834.403000', '131834.406000', '131834.409000', '131834.413000', '131834.416000', '131834.419000', '131834.426000', '131834.429000', '131834.432000', '131834.434000', '131834.437000', '131834.440000', '131834.443000', '131834.446000', '131834.449000', '131834.451000', '131834.454000', '131834.457000', '131834.460000', '131834.463000', '131834.465000', '131834.468000', '131834.471000', '131834.474000', '131834.477000', '131834.480000', '131834.483000', '131834.485000', '131834.488000', '131834.491000', '131854.366000', '131854.369000', '131854.372000', '131854.375000', '131854.378000', '131854.380000', '131854.383000', '131854.386000', '131854.389000', '131854.392000', '131854.395000', '131854.398000', '131854.400000', '131854.403000', '131854.406000', '131854.409000', '131854.412000', '131854.414000', '131854.417000', '131854.420000', '131854.423000', '131854.426000', '131854.429000', '131854.432000', '131854.434000', '131854.437000', '131854.440000', '131854.443000', '131854.446000', '131854.449000', '131854.452000', '131854.454000', '131854.457000', '131854.460000', '131854.463000', '131854.466000', '131854.469000', '131854.471000', '131854.474000', '131854.477000', '131854.480000', '131854.483000', '131854.486000', '131854.489000', '131914.365000', '131914.368000', '131914.371000', '131914.373000', '131914.376000', '131914.379000', '131914.382000', '131914.385000', '131914.388000', '131914.391000', '131914.393000', '131914.396000', '131914.399000', '131914.402000', '131914.405000', '131914.408000', '131914.411000', '131914.413000', '131914.416000', '131914.419000', '131914.422000', '131914.425000', '131914.427000', '131914.431000', '131914.435000', '131914.440000', '131914.443000', '131914.446000', '131914.449000', '131914.452000', '131914.455000', '131914.457000', '131914.460000', '131914.463000', '131914.466000', '131914.469000', '131914.472000', '131914.474000', '131914.477000', '131914.481000', '131914.483000', '131914.486000', '131914.489000', '131934.365000', '131934.368000', '131934.371000', '131934.373000', '131934.376000', '131934.379000', '131934.382000', '131934.385000', '131934.388000', '131934.391000', '131934.394000', '131934.396000', '131934.399000', '131934.402000', '131934.405000', '131934.408000', '131934.411000', '131934.414000', '131934.417000', '131934.419000', '131934.422000', '131934.425000', '131934.428000', '131934.431000', '131934.434000', '131934.437000', '131934.454000', '131934.457000', '131934.460000', '131934.463000', '131934.466000', '131934.468000', '131934.471000', '131934.474000', '131934.477000', '131934.480000', '131934.483000', '131934.486000', '131934.488000', '131934.491000', '131934.494000', '131934.497000', '131934.500000', '131934.503000', '131954.365000', '131954.368000', '131954.371000', '131954.374000', '131954.376000', '131954.379000', '131954.382000', '131954.385000', '131954.388000', '131954.391000', '131954.394000', '131954.398000', '131954.401000', '131954.403000', '131954.406000', '131954.409000', '131954.412000', '131954.415000', '131954.417000', '131954.420000', '131954.423000', '131954.426000', '131954.429000', '131954.432000', '131954.434000', '131954.437000', '131954.440000', '131954.443000', '131954.446000', '131954.449000', '131954.452000', '131954.455000', '131954.457000', '131954.460000', '131954.465000', '131954.469000', '131954.472000', '131954.474000', '131954.477000', '131954.480000', '131954.483000', '131954.486000', '131954.489000', '132014.366000', '132014.369000', '132014.372000', '132014.374000', '132014.377000', '132014.380000', '132014.383000', '132014.386000', '132014.389000', '132014.392000', '132014.394000', '132014.397000', '132014.400000', '132014.403000', '132014.406000', '132014.409000', '132014.412000', '132014.414000', '132014.417000', '132014.420000', '132014.423000', '132014.426000', '132014.428000', '132014.431000', '132014.434000', '132014.437000', '132014.440000', '132014.443000', '132014.446000', '132014.448000', '132014.451000', '132014.454000', '132014.457000', '132014.459000', '132014.462000', '132014.465000', '132014.468000', '132014.471000', '132014.474000', '132014.477000', '132014.479000', '132014.482000', '132014.485000', '132014.488000', '132034.366000', '132034.369000', '132034.372000', '132034.375000', '132034.377000', '132034.380000', '132034.383000', '132034.386000', '132034.389000', '132034.392000', '132034.395000', '132034.397000', '132034.400000', '132034.403000', '132034.406000', '132034.409000', '132034.411000', '132034.414000', '132034.417000', '132034.420000', '132034.423000', '132034.426000', '132034.429000', '132034.431000', '132034.434000', '132034.437000', '132034.440000', '132034.443000', '132034.446000', '132034.448000', '132034.451000', '132034.454000', '132034.457000', '132034.460000', '132034.463000', '132034.465000', '132034.468000', '132034.471000', '132034.474000', '132034.477000', '132034.482000', '132034.485000', '132034.488000', '132054.366000', '132054.369000', '132054.372000', '132054.375000', '132054.378000', '132054.380000', '132054.383000', '132054.386000', '132054.389000', '132054.392000', '132054.395000', '132054.398000', '132054.400000', '132054.403000', '132054.406000', '132054.409000', '132054.412000', '132054.415000', '132054.418000', '132054.421000', '132054.423000', '132054.426000', '132054.429000', '132054.432000', '132054.435000', '132054.438000', '132054.441000', '132054.444000', '132054.446000', '132054.449000', '132054.452000', '132054.455000', '132054.458000', '132054.461000', '132054.463000', '132054.467000', '132054.469000', '132054.472000', '132054.475000', '132054.478000', '132054.481000', '132054.484000', '132054.487000', '132054.490000', '132114.366000', '132114.369000', '132114.372000', '132114.375000', '132114.377000', '132114.380000', '132114.383000', '132114.386000', '132114.389000', '132114.392000', '132114.395000', '132114.398000', '132114.400000', '132114.403000', '132114.406000', '132114.409000', '132114.412000', '132114.415000', '132114.418000', '132114.420000', '132114.423000', '132114.426000', '132114.429000', '132114.433000', '132114.436000', '132114.439000', '132114.442000', '132114.445000', '132114.448000', '132114.451000', '132114.454000', '132114.456000', '132114.459000', '132114.462000', '132114.465000', '132114.468000', '132114.471000', '132114.473000', '132114.476000', '132114.479000', '132114.482000', '132114.485000', '132114.488000', '132134.367000', '132134.370000', '132134.373000', '132134.376000', '132134.378000', '132134.381000', '132134.384000', '132134.387000', '132134.390000', '132134.393000', '132134.396000', '132134.399000', '132134.402000', '132134.404000', '132134.407000', '132134.410000', '132134.413000', '132134.416000', '132134.419000', '132134.421000', '132134.424000', '132134.427000', '132134.430000', '132134.433000', '132134.436000', '132134.439000', '132134.442000', '132134.444000', '132134.447000', '132134.450000', '132134.453000', '132134.456000', '132134.459000', '132134.461000', '132134.464000', '132134.467000', '132134.470000', '132134.473000', '132134.476000', '132134.479000', '132134.481000', '132134.484000', '132134.487000', '132134.490000', '132154.365000', '132154.368000', '132154.371000', '132154.374000', '132154.377000', '132154.379000', '132154.382000', '132154.385000', '132154.388000', '132154.391000', '132154.394000', '132154.396000', '132154.399000', '132154.402000', '132154.405000', '132154.408000', '132154.411000', '132154.413000', '132154.416000', '132154.419000', '132154.422000', '132154.425000', '132154.427000', '132154.430000', '132154.433000', '132154.436000', '132154.439000', '132154.441000', '132154.444000', '132154.447000', '132154.450000', '132154.453000', '132154.456000', '132154.459000', '132154.462000', '132154.464000', '132154.467000', '132154.470000', '132154.473000', '132154.476000', '132154.479000', '132154.481000', '132154.484000', '132214.365000', '132214.368000', '132214.371000', '132214.373000', '132214.376000', '132214.379000', '132214.382000', '132214.385000', '132214.388000', '132214.391000', '132214.394000', '132214.396000', '132214.399000', '132214.402000', '132214.405000', '132214.408000', '132214.411000', '132214.414000', '132214.416000', '132214.419000', '132214.422000', '132214.425000', '132214.428000', '132214.431000', '132214.433000', '132214.436000', '132214.439000', '132214.442000', '132214.445000', '132214.448000', '132214.450000', '132214.453000', '132214.456000', '132214.463000', '132214.466000', '132214.469000', '132214.471000', '132214.474000', '132214.477000', '132214.480000', '132214.483000', '132214.485000', '132214.488000', '132214.491000', '132234.366000', '132234.369000', '132234.372000', '132234.375000', '132234.391000', '132234.394000', '132234.396000', '132234.399000', '132234.402000', '132234.405000', '132234.408000', '132234.411000', '132234.414000', '132234.416000', '132234.419000', '132234.422000', '132234.425000', '132234.428000', '132234.431000', '132234.434000', '132234.436000', '132234.439000', '132234.442000', '132234.445000', '132234.448000', '132234.451000', '132234.453000', '132234.456000', '132234.459000', '132234.462000', '132234.465000', '132234.468000', '132234.472000', '132234.475000', '132234.478000', '132234.481000', '132234.484000', '132234.487000', '132234.490000', '132234.492000', '132234.495000', '132234.498000', '132234.501000', '132245.176000', '132245.219000', '132245.222000', '132245.225000', '132245.228000', '132245.231000', '132245.234000', '132245.237000', '132245.240000', '132245.242000', '132245.245000', '132245.249000', '132245.252000', '132245.255000', '132245.258000', '132245.261000', '132245.264000', '132245.268000', '132245.271000', '132245.274000', '132245.277000', '132245.280000', '132245.282000', '132245.285000'], 'InstanceCreationTime': ['131554.396000', '131554.399000', '131554.407000', '131554.415000', '131554.418000', '131554.424000', '131554.427000', '131554.429000', '131554.432000', '131554.435000', '131554.438000', '131554.441000', '131554.443000', '131554.446000', '131554.449000', '131554.457000', '131554.460000', '131554.462000', '131554.465000', '131554.468000', '131554.471000', '131614.366000', '131614.369000', '131614.372000', '131614.374000', '131614.377000', '131614.380000', '131614.383000', '131614.386000', '131614.388000', '131614.391000', '131614.394000', '131614.397000', '131614.400000', '131614.402000', '131614.405000', '131614.408000', '131614.411000', '131614.414000', '131614.416000', '131614.419000', '131614.422000', '131614.425000', '131614.428000', '131614.430000', '131614.433000', '131614.442000', '131614.445000', '131614.448000', '131614.451000', '131614.462000', '131614.465000', '131614.467000', '131614.470000', '131614.473000', '131614.486000', '131614.488000', '131614.491000', '131614.502000', '131614.505000', '131614.507000', '131614.510000', '131614.513000', '131614.516000', '131634.366000', '131634.369000', '131634.374000', '131634.378000', '131634.382000', '131634.385000', '131634.387000', '131634.390000', '131634.393000', '131634.396000', '131634.399000', '131634.402000', '131634.405000', '131634.407000', '131634.410000', '131634.413000', '131634.416000', '131634.419000', '131634.422000', '131634.424000', '131634.427000', '131634.430000', '131634.433000', '131634.436000', '131634.438000', '131634.441000', '131634.444000', '131634.447000', '131634.450000', '131634.452000', '131634.455000', '131634.458000', '131634.461000', '131634.464000', '131634.467000', '131634.470000', '131634.472000', '131634.475000', '131634.478000', '131634.481000', '131634.484000', '131634.487000', '131634.489000', '131654.365000', '131654.368000', '131654.371000', '131654.373000', '131654.376000', '131654.379000', '131654.382000', '131654.385000', '131654.388000', '131654.390000', '131654.393000', '131654.396000', '131654.399000', '131654.402000', '131654.404000', '131654.407000', '131654.410000', '131654.413000', '131654.416000', '131654.419000', '131654.421000', '131654.424000', '131654.427000', '131654.430000', '131654.433000', '131654.436000', '131654.438000', '131654.441000', '131654.444000', '131654.447000', '131654.449000', '131654.452000', '131654.455000', '131654.458000', '131654.461000', '131654.464000', '131654.466000', '131654.469000', '131654.472000', '131654.475000', '131654.478000', '131654.481000', '131654.483000', '131654.486000', '131714.365000', '131714.368000', '131714.371000', '131714.374000', '131714.377000', '131714.381000', '131714.386000', '131714.389000', '131714.392000', '131714.395000', '131714.398000', '131714.400000', '131714.403000', '131714.406000', '131714.409000', '131714.412000', '131714.415000', '131714.418000', '131714.420000', '131714.423000', '131714.426000', '131714.429000', '131714.432000', '131714.435000', '131714.437000', '131714.440000', '131714.443000', '131714.446000', '131714.449000', '131714.452000', '131714.454000', '131714.457000', '131714.460000', '131714.463000', '131714.466000', '131714.469000', '131714.471000', '131714.474000', '131714.477000', '131714.480000', '131714.483000', '131714.486000', '131714.488000', '131734.365000', '131734.368000', '131734.370000', '131734.373000', '131734.376000', '131734.379000', '131734.382000', '131734.385000', '131734.388000', '131734.390000', '131734.393000', '131734.396000', '131734.399000', '131734.402000', '131734.404000', '131734.407000', '131734.410000', '131734.413000', '131734.416000', '131734.419000', '131734.422000', '131734.424000', '131734.427000', '131734.430000', '131734.433000', '131734.436000', '131734.439000', '131734.441000', '131734.444000', '131734.447000', '131734.450000', '131734.452000', '131734.456000', '131734.458000', '131734.461000', '131734.464000', '131734.467000', '131734.469000', '131734.472000', '131734.475000', '131734.478000', '131734.481000', '131734.484000', '131734.486000', '131754.366000', '131754.369000', '131754.372000', '131754.375000', '131754.378000', '131754.380000', '131754.383000', '131754.386000', '131754.389000', '131754.392000', '131754.395000', '131754.397000', '131754.400000', '131754.404000', '131754.409000', '131754.412000', '131754.422000', '131754.425000', '131754.428000', '131754.431000', '131754.434000', '131754.436000', '131754.439000', '131754.442000', '131754.445000', '131754.448000', '131754.450000', '131754.453000', '131754.456000', '131754.459000', '131754.462000', '131754.464000', '131754.467000', '131754.470000', '131754.473000', '131754.476000', '131754.479000', '131754.481000', '131754.484000', '131754.487000', '131754.490000', '131754.493000', '131754.495000', '131814.366000', '131814.369000', '131814.372000', '131814.375000', '131814.377000', '131814.380000', '131814.383000', '131814.386000', '131814.389000', '131814.391000', '131814.394000', '131814.397000', '131814.400000', '131814.403000', '131814.405000', '131814.408000', '131814.411000', '131814.414000', '131814.417000', '131814.420000', '131814.423000', '131814.425000', '131814.428000', '131814.431000', '131814.434000', '131814.437000', '131814.440000', '131814.443000', '131814.445000', '131814.448000', '131814.451000', '131814.454000', '131814.457000', '131814.459000', '131814.462000', '131814.465000', '131814.468000', '131814.471000', '131814.474000', '131814.477000', '131814.479000', '131814.482000', '131814.485000', '131814.488000', '131834.366000', '131834.369000', '131834.372000', '131834.375000', '131834.378000', '131834.380000', '131834.383000', '131834.386000', '131834.389000', '131834.392000', '131834.395000', '131834.397000', '131834.400000', '131834.403000', '131834.406000', '131834.409000', '131834.413000', '131834.416000', '131834.419000', '131834.426000', '131834.429000', '131834.432000', '131834.434000', '131834.437000', '131834.440000', '131834.443000', '131834.446000', '131834.449000', '131834.451000', '131834.454000', '131834.457000', '131834.460000', '131834.463000', '131834.465000', '131834.468000', '131834.471000', '131834.474000', '131834.477000', '131834.480000', '131834.483000', '131834.485000', '131834.488000', '131834.491000', '131854.366000', '131854.369000', '131854.372000', '131854.375000', '131854.378000', '131854.380000', '131854.383000', '131854.386000', '131854.389000', '131854.392000', '131854.395000', '131854.398000', '131854.400000', '131854.403000', '131854.406000', '131854.409000', '131854.412000', '131854.414000', '131854.417000', '131854.420000', '131854.423000', '131854.426000', '131854.429000', '131854.432000', '131854.434000', '131854.437000', '131854.440000', '131854.443000', '131854.446000', '131854.449000', '131854.452000', '131854.454000', '131854.457000', '131854.460000', '131854.463000', '131854.466000', '131854.469000', '131854.471000', '131854.474000', '131854.477000', '131854.480000', '131854.483000', '131854.486000', '131854.489000', '131914.365000', '131914.368000', '131914.371000', '131914.373000', '131914.376000', '131914.379000', '131914.382000', '131914.385000', '131914.388000', '131914.391000', '131914.393000', '131914.396000', '131914.399000', '131914.402000', '131914.405000', '131914.408000', '131914.411000', '131914.413000', '131914.416000', '131914.419000', '131914.422000', '131914.425000', '131914.427000', '131914.431000', '131914.435000', '131914.440000', '131914.443000', '131914.446000', '131914.449000', '131914.452000', '131914.455000', '131914.457000', '131914.460000', '131914.463000', '131914.466000', '131914.469000', '131914.472000', '131914.474000', '131914.477000', '131914.481000', '131914.483000', '131914.486000', '131914.489000', '131934.365000', '131934.368000', '131934.371000', '131934.373000', '131934.376000', '131934.379000', '131934.382000', '131934.385000', '131934.388000', '131934.391000', '131934.394000', '131934.396000', '131934.399000', '131934.402000', '131934.405000', '131934.408000', '131934.411000', '131934.414000', '131934.417000', '131934.419000', '131934.422000', '131934.425000', '131934.428000', '131934.431000', '131934.434000', '131934.437000', '131934.454000', '131934.457000', '131934.460000', '131934.463000', '131934.466000', '131934.468000', '131934.471000', '131934.474000', '131934.477000', '131934.480000', '131934.483000', '131934.486000', '131934.488000', '131934.491000', '131934.494000', '131934.497000', '131934.500000', '131934.503000', '131954.365000', '131954.368000', '131954.371000', '131954.374000', '131954.376000', '131954.379000', '131954.382000', '131954.385000', '131954.388000', '131954.391000', '131954.394000', '131954.398000', '131954.401000', '131954.403000', '131954.406000', '131954.409000', '131954.412000', '131954.415000', '131954.417000', '131954.420000', '131954.423000', '131954.426000', '131954.429000', '131954.432000', '131954.434000', '131954.437000', '131954.440000', '131954.443000', '131954.446000', '131954.449000', '131954.452000', '131954.455000', '131954.457000', '131954.460000', '131954.465000', '131954.469000', '131954.472000', '131954.474000', '131954.477000', '131954.480000', '131954.483000', '131954.486000', '131954.489000', '132014.366000', '132014.369000', '132014.372000', '132014.374000', '132014.377000', '132014.380000', '132014.383000', '132014.386000', '132014.389000', '132014.392000', '132014.394000', '132014.397000', '132014.400000', '132014.403000', '132014.406000', '132014.409000', '132014.412000', '132014.414000', '132014.417000', '132014.420000', '132014.423000', '132014.426000', '132014.428000', '132014.431000', '132014.434000', '132014.437000', '132014.440000', '132014.443000', '132014.446000', '132014.448000', '132014.451000', '132014.454000', '132014.457000', '132014.459000', '132014.462000', '132014.465000', '132014.468000', '132014.471000', '132014.474000', '132014.477000', '132014.479000', '132014.482000', '132014.485000', '132014.488000', '132034.366000', '132034.369000', '132034.372000', '132034.375000', '132034.377000', '132034.380000', '132034.383000', '132034.386000', '132034.389000', '132034.392000', '132034.395000', '132034.397000', '132034.400000', '132034.403000', '132034.406000', '132034.409000', '132034.411000', '132034.414000', '132034.417000', '132034.420000', '132034.423000', '132034.426000', '132034.429000', '132034.431000', '132034.434000', '132034.437000', '132034.440000', '132034.443000', '132034.446000', '132034.448000', '132034.451000', '132034.454000', '132034.457000', '132034.460000', '132034.463000', '132034.465000', '132034.468000', '132034.471000', '132034.474000', '132034.477000', '132034.482000', '132034.485000', '132034.488000', '132054.366000', '132054.369000', '132054.372000', '132054.375000', '132054.378000', '132054.380000', '132054.383000', '132054.386000', '132054.389000', '132054.392000', '132054.395000', '132054.398000', '132054.400000', '132054.403000', '132054.406000', '132054.409000', '132054.412000', '132054.415000', '132054.418000', '132054.421000', '132054.423000', '132054.426000', '132054.429000', '132054.432000', '132054.435000', '132054.438000', '132054.441000', '132054.444000', '132054.446000', '132054.449000', '132054.452000', '132054.455000', '132054.458000', '132054.461000', '132054.463000', '132054.467000', '132054.469000', '132054.472000', '132054.475000', '132054.478000', '132054.481000', '132054.484000', '132054.487000', '132054.490000', '132114.366000', '132114.369000', '132114.372000', '132114.375000', '132114.377000', '132114.380000', '132114.383000', '132114.386000', '132114.389000', '132114.392000', '132114.395000', '132114.398000', '132114.400000', '132114.403000', '132114.406000', '132114.409000', '132114.412000', '132114.415000', '132114.418000', '132114.420000', '132114.423000', '132114.426000', '132114.429000', '132114.433000', '132114.436000', '132114.439000', '132114.442000', '132114.445000', '132114.448000', '132114.451000', '132114.454000', '132114.456000', '132114.459000', '132114.462000', '132114.465000', '132114.468000', '132114.471000', '132114.473000', '132114.476000', '132114.479000', '132114.482000', '132114.485000', '132114.488000', '132134.367000', '132134.370000', '132134.373000', '132134.376000', '132134.378000', '132134.381000', '132134.384000', '132134.387000', '132134.390000', '132134.393000', '132134.396000', '132134.399000', '132134.402000', '132134.404000', '132134.407000', '132134.410000', '132134.413000', '132134.416000', '132134.419000', '132134.421000', '132134.424000', '132134.427000', '132134.430000', '132134.433000', '132134.436000', '132134.439000', '132134.442000', '132134.444000', '132134.447000', '132134.450000', '132134.453000', '132134.456000', '132134.459000', '132134.461000', '132134.464000', '132134.467000', '132134.470000', '132134.473000', '132134.476000', '132134.479000', '132134.481000', '132134.484000', '132134.487000', '132134.490000', '132154.365000', '132154.368000', '132154.371000', '132154.374000', '132154.377000', '132154.379000', '132154.382000', '132154.385000', '132154.388000', '132154.391000', '132154.394000', '132154.396000', '132154.399000', '132154.402000', '132154.405000', '132154.408000', '132154.411000', '132154.413000', '132154.416000', '132154.419000', '132154.422000', '132154.425000', '132154.427000', '132154.430000', '132154.433000', '132154.436000', '132154.439000', '132154.441000', '132154.444000', '132154.447000', '132154.450000', '132154.453000', '132154.456000', '132154.459000', '132154.462000', '132154.464000', '132154.467000', '132154.470000', '132154.473000', '132154.476000', '132154.479000', '132154.481000', '132154.484000', '132214.365000', '132214.368000', '132214.371000', '132214.373000', '132214.376000', '132214.379000', '132214.382000', '132214.385000', '132214.388000', '132214.391000', '132214.394000', '132214.396000', '132214.399000', '132214.402000', '132214.405000', '132214.408000', '132214.411000', '132214.414000', '132214.416000', '132214.419000', '132214.422000', '132214.425000', '132214.428000', '132214.431000', '132214.433000', '132214.436000', '132214.439000', '132214.442000', '132214.445000', '132214.448000', '132214.450000', '132214.453000', '132214.456000', '132214.463000', '132214.466000', '132214.469000', '132214.471000', '132214.474000', '132214.477000', '132214.480000', '132214.483000', '132214.485000', '132214.488000', '132214.491000', '132234.366000', '132234.369000', '132234.372000', '132234.375000', '132234.391000', '132234.394000', '132234.396000', '132234.399000', '132234.402000', '132234.405000', '132234.408000', '132234.411000', '132234.414000', '132234.416000', '132234.419000', '132234.422000', '132234.425000', '132234.428000', '132234.431000', '132234.434000', '132234.436000', '132234.439000', '132234.442000', '132234.445000', '132234.448000', '132234.451000', '132234.453000', '132234.456000', '132234.459000', '132234.462000', '132234.465000', '132234.468000', '132234.472000', '132234.475000', '132234.478000', '132234.481000', '132234.484000', '132234.487000', '132234.490000', '132234.492000', '132234.495000', '132234.498000', '132234.501000', '132245.176000', '132245.219000', '132245.222000', '132245.225000', '132245.228000', '132245.231000', '132245.234000', '132245.237000', '132245.240000', '132245.242000', '132245.245000', '132245.249000', '132245.252000', '132245.255000', '132245.258000', '132245.261000', '132245.264000', '132245.268000', '132245.271000', '132245.274000', '132245.277000', '132245.280000', '132245.282000', '132245.285000'], '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': [10095, 8423, 10299, 10699, 14022, 17973, 15693, 16617, 9073, 12030, 8821, 10671, 9456, 10218, 8236, 9708, 8714, 9640, 10745, 10522, 10695, 9254, 10153, 12779, 10305, 10968, 11790, 10703, 9639, 10214, 11011, 10387, 11149, 10496, 10869, 9473, 10599, 14215, 10612, 12038, 9935, 10954, 15845, 12271, 13056, 10482, 11302, 8935, 10959, 15142, 11085, 10002, 10527, 9533, 10421, 10673, 10766, 9954, 10699, 11870, 10876, 13461, 10757, 15478, 15662, 10548, 16408, 10536, 15176, 9340, 10120, 10782, 10753, 11334, 11407, 11883, 11413, 11621, 10277, 11532, 9289, 11511, 11508, 11499, 11625, 10531, 11663, 12827, 11294, 11884, 11472, 11466, 10479, 11813, 10423, 11418, 10452, 11421, 13990, 11092, 13762, 10724, 11677, 16152, 11637, 12558, 11140, 12145, 11534, 11860, 11104, 11785, 11029, 11858, 11628, 11770, 10625, 11702, 10196, 11363, 9607, 10863, 9300, 11129, 9114, 11010, 14545, 10299, 13558, 9582, 9799, 10060, 9100, 10799, 10604, 14951, 11306, 16297, 15909, 12002, 15373, 16651, 10924, 13821, 10050, 11342, 9853, 11220, 9444, 11129, 10010, 10526, 9948, 8888, 8018, 8096, 9168, 8329, 9844, 10116, 9898, 9736, 10193, 12376, 10324, 14953, 10748, 16489, 12282, 16237, 12014, 16371, 12894, 15148, 12266, 10885, 15623, 12780, 15314, 11669, 11188, 17872, 12825, 16069, 11370, 12535, 10975, 11666, 10850, 9215, 10659, 9255, 10599, 10094, 8992, 10567, 8498, 9106, 8335, 9138, 8091, 9647, 8353, 9131, 8366, 9802, 9123, 10541, 7889, 11790, 8757, 10493, 8426, 10187, 11837, 10073, 8793, 10553, 8770, 10319, 8950, 10827, 10608, 11152, 11306, 10608, 17904, 13657, 17577, 12369, 16170, 10906, 12525, 18577, 15925, 15042, 9162, 10170, 9015, 9665, 9466, 10109, 9069, 10328, 8603, 10404, 8822, 10856, 12850, 10600, 16505, 9438, 13671, 17766, 11685, 11729, 15034, 9198, 9895, 8530, 9246, 8285, 8917, 8006, 9563, 8257, 9413, 8320, 9561, 9479, 8657, 13898, 16376, 9476, 11856, 10732, 9425, 8692, 8658, 10821, 8724, 11515, 8824, 10354, 8406, 7875, 8987, 8740, 10951, 14939, 11225, 18553, 13823, 15316, 11894, 14397, 9604, 16177, 11655, 16481, 10941, 16616, 11179, 14713, 11414, 16033, 12337, 16609, 9762, 14492, 9302, 12923, 8840, 12561, 9123, 11086, 8148, 10361, 8685, 10799, 8256, 10933, 8347, 10463, 8687, 10300, 8545, 10426, 9123, 11036, 9061, 11752, 10095, 15305, 12885, 13798, 10053, 10743, 10370, 13310, 11528, 14624, 12460, 13885, 12274, 16708, 12632, 17304, 13917, 17118, 10310, 12740, 10033, 11931, 9874, 12435, 9895, 12025, 9822, 12022, 9282, 12871, 9322, 12028, 9416, 10581, 9678, 10257, 10336, 14011, 11434, 14110, 11141, 10957, 10656, 10598, 11016, 10300, 11933, 11026, 12148, 17400, 11701, 15331, 13014, 13645, 10346, 12311, 10079, 11233, 10309, 9060, 10353, 9054, 10103, 9892, 10003, 10984, 9882, 9358, 9904, 10904, 10025, 10934, 9170, 10343, 8741, 7921, 9014, 8607, 11026, 9593, 11611, 10112, 12967, 10154, 15337, 11447, 15444, 11846, 15773, 12815, 15199, 12442, 15291, 10870, 14293, 9524, 14839, 9346, 12202, 9454, 12074, 9076, 12859, 9624, 11945, 9402, 11647, 9780, 13515, 10203, 10911, 10720, 8707, 13242, 9004, 12461, 10387, 11050, 10540, 9978, 10036, 9133, 9673, 13008, 10975, 9834, 14939, 10747, 16317, 10900, 15596, 10730, 14558, 11252, 13529, 10621, 12677, 11102, 16410, 10172, 12780, 9989, 9201, 10015, 9884, 9848, 10302, 10167, 10079, 8951, 10368, 9199, 10234, 8060, 10144, 8203, 10459, 10474, 10720, 8592, 10932, 13092, 10786, 12637, 10716, 7814, 11103, 8323, 12694, 9033, 15906, 10417, 17200, 13989, 12654, 15829, 10741, 16552, 9791, 13954, 16117, 11340, 17188, 11292, 12047, 8922, 11259, 9129, 11136, 8643, 10043, 13693, 9426, 11043, 8230, 10426, 8670, 9901, 12649, 9701, 11327, 9193, 10254, 8405, 9462, 13156, 8534, 10075, 8138, 9779, 7742, 9551, 9076, 11029, 7850, 10186, 8215, 10626, 8558, 12366, 8663, 13508, 17347, 12872, 14260, 16167, 13133, 12484, 15212, 10624, 12770, 9199, 11306, 9416, 11557, 9364, 11711, 8561, 11237, 8962, 10864, 15239, 11607, 14283, 9828, 12975, 17356, 9918, 10268, 14626, 9454, 10380, 8716, 9782, 8215, 9774, 8242, 9778, 8586, 9169, 8629, 9787, 9456, 15088, 10866, 14631, 11569, 13183, 9798, 16073, 9651, 16799, 11757, 15604, 10950, 15136, 9653, 15633, 10675, 16709, 11153, 15114, 11464, 10257, 11280, 8987, 11787, 9252, 12377, 9989, 13531, 8366, 10628, 7939, 10580, 7449, 10950, 7533, 12948, 9335, 8913, 8143, 10785, 8574, 11898, 9833, 11380, 10566, 11989, 10469, 14366, 10912, 15966, 11722, 16134, 10534, 16099, 11296, 15979, 16508, 11236, 17669, 9802, 12918, 9511, 10623, 9327, 10194, 9592, 9624, 10187, 8961, 10751, 8964, 9868, 11433, 9437, 11704, 8690, 10428, 8615, 9812, 7261, 9116, 7207, 9231, 7037, 8561, 7748, 10048, 8623, 10492, 8562, 13428, 9466, 14555, 15818, 12325, 16562, 11029, 11700, 16487, 12469, 14308, 8776, 11647, 7779, 11045, 7323, 10741, 7324, 10202, 7504, 9284, 11123, 9056, 12141, 9121, 9348, 8703, 11623, 8755, 13151, 9933, 13980, 9959, 13705, 9657, 13791, 9304, 14709, 8560, 11695, 8549, 10694, 8803, 10666, 8677, 9670, 11140, 10346, 14101, 14253, 15636, 12181, 14765, 17918, 13977, 18467, 15201, 16092, 11523, 12217, 9370, 9994, 10423, 9596, 11419, 9222, 10744, 8811, 8986, 8979, 7025, 8637, 7011, 8799, 7403, 9189, 7623, 9446, 8018, 11077, 8439, 12939, 10341, 12551, 17375, 14653, 13506, 10010, 12700, 16718, 10979, 14868, 10019, 10360, 14221, 9150, 10395, 7729, 10080, 7173, 9022, 6920, 9721, 7152, 11134, 9802, 10486, 15658, 10526, 11695, 16868, 10582, 11024, 12492, 9079, 7343, 8357, 7172, 8389, 8124, 9261, 7647, 9963, 12190, 9587, 15230, 11398, 13497, 10080, 14768, 10939, 13931, 15969, 12006, 16937, 11414, 13717, 8890, 12818, 7841, 12398, 14293, 10291, 15036, 8435, 9929, 11404, 9097, 11362, 8458, 10465, 8220, 10786, 8653, 10178, 8650, 11171, 8752, 11650, 9629, 13884, 10519, 15361, 10965, 15418, 13667, 13019, 13459, 15269, 11856, 10803, 14287, 10330, 14270, 8249, 10902, 17364, 10351, 13733, 9161, 11942, 8586, 12932, 8663, 13883, 8962, 14892, 9380, 15819, 9314, 16193, 10534, 14987, 16157, 12917, 18814, 10915, 14859, 9624, 12990, 9337, 12865, 9329, 11964, 9505, 10998, 8858, 10818, 8325, 11123, 8283, 10145, 7932, 10460, 8394, 10696, 7894, 10022, 7708, 9237, 7574, 9520, 8302, 10244, 8620, 10418, 8671, 10008, 9618], 'WindowCenter': [4366.0, 4332.0, 4350.0, 4348.0, 4391.0, 4386.0, 4374.0, 4360.0, 4298.0, 4327.0, 4310.0, 4319.0, 4307.0, 4318.0, 4286.0, 4308.0, 4298.0, 4323.0, 4342.0, 4332.0, 4342.0, 4335.0, 4345.0, 4364.0, 4344.0, 4344.0, 4341.0, 4331.0, 4319.0, 4329.0, 4330.0, 4346.0, 4355.0, 4345.0, 4355.0, 4334.0, 4346.0, 4378.0, 4345.0, 4353.0, 4321.0, 4331.0, 4373.0, 4354.0, 4351.0, 4329.0, 4329.0, 4308.0, 4329.0, 4369.0, 4341.0, 4331.0, 4343.0, 4321.0, 4345.0, 4356.0, 4356.0, 4333.0, 4344.0, 4352.0, 4345.0, 4366.0, 4342.0, 4372.0, 4386.0, 4342.0, 4360.0, 4318.0, 4348.0, 4296.0, 4317.0, 4330.0, 4341.0, 4339.0, 4353.0, 4339.0, 4326.0, 4339.0, 4329.0, 4336.0, 4306.0, 4339.0, 4337.0, 4340.0, 4352.0, 4329.0, 4339.0, 4347.0, 4339.0, 4337.0, 4339.0, 4351.0, 4340.0, 4350.0, 4330.0, 4351.0, 4332.0, 4351.0, 4373.0, 4340.0, 4362.0, 4328.0, 4355.0, 4369.0, 4327.0, 4336.0, 4327.0, 4337.0, 4338.0, 4338.0, 4341.0, 4351.0, 4354.0, 4351.0, 4354.0, 4365.0, 4357.0, 4365.0, 4356.0, 4366.0, 4332.0, 4343.0, 4333.0, 4365.0, 4336.0, 4366.0, 4388.0, 4356.0, 4384.0, 4346.0, 4342.0, 4343.0, 4322.0, 4341.0, 4329.0, 4371.0, 4340.0, 4373.0, 4371.0, 4325.0, 4344.0, 4341.0, 4299.0, 4319.0, 4277.0, 4297.0, 4276.0, 4297.0, 4289.0, 4324.0, 4331.0, 4340.0, 4347.0, 4322.0, 4302.0, 4301.0, 4320.0, 4297.0, 4331.0, 4329.0, 4334.0, 4333.0, 4356.0, 4366.0, 4358.0, 4387.0, 4357.0, 4383.0, 4354.0, 4360.0, 4338.0, 4361.0, 4340.0, 4346.0, 4324.0, 4302.0, 4344.0, 4322.0, 4334.0, 4297.0, 4298.0, 4337.0, 4307.0, 4327.0, 4297.0, 4310.0, 4311.0, 4311.0, 4311.0, 4289.0, 4313.0, 4303.0, 4340.0, 4338.0, 4320.0, 4325.0, 4307.0, 4307.0, 4296.0, 4304.0, 4298.0, 4317.0, 4309.0, 4320.0, 4312.0, 4329.0, 4319.0, 4340.0, 4299.0, 4362.0, 4321.0, 4341.0, 4310.0, 4341.0, 4350.0, 4331.0, 4321.0, 4343.0, 4320.0, 4342.0, 4333.0, 4355.0, 4342.0, 4354.0, 4351.0, 4342.0, 4406.0, 4373.0, 4394.0, 4375.0, 4380.0, 4337.0, 4348.0, 4378.0, 4370.0, 4357.0, 4305.0, 4325.0, 4317.0, 4316.0, 4342.0, 4340.0, 4319.0, 4340.0, 4319.0, 4339.0, 4319.0, 4352.0, 4361.0, 4344.0, 4380.0, 4331.0, 4373.0, 4382.0, 4353.0, 4348.0, 4357.0, 4305.0, 4314.0, 4304.0, 4316.0, 4311.0, 4318.0, 4310.0, 4342.0, 4322.0, 4346.0, 4336.0, 4360.0, 4356.0, 4334.0, 4385.0, 4381.0, 4330.0, 4351.0, 4338.0, 4318.0, 4307.0, 4308.0, 4338.0, 4322.0, 4365.0, 4335.0, 4353.0, 4322.0, 4321.0, 4332.0, 4333.0, 4366.0, 4394.0, 4367.0, 4392.0, 4372.0, 4382.0, 4351.0, 4369.0, 4320.0, 4368.0, 4337.0, 4366.0, 4329.0, 4367.0, 4326.0, 4355.0, 4337.0, 4367.0, 4335.0, 4353.0, 4303.0, 4344.0, 4291.0, 4332.0, 4304.0, 4332.0, 4302.0, 4322.0, 4280.0, 4312.0, 4304.0, 4324.0, 4294.0, 4339.0, 4309.0, 4339.0, 4308.0, 4339.0, 4321.0, 4342.0, 4347.0, 4353.0, 4335.0, 4364.0, 4355.0, 4398.0, 4376.0, 4374.0, 4342.0, 4340.0, 4355.0, 4372.0, 4353.0, 4387.0, 4364.0, 4360.0, 4351.0, 4368.0, 4352.0, 4370.0, 4346.0, 4354.0, 4303.0, 4335.0, 4303.0, 4323.0, 4316.0, 4346.0, 4315.0, 4334.0, 4327.0, 4350.0, 4332.0, 4362.0, 4317.0, 4336.0, 4331.0, 4341.0, 4343.0, 4342.0, 4342.0, 4376.0, 4356.0, 4372.0, 4355.0, 4339.0, 4329.0, 4329.0, 4342.0, 4330.0, 4338.0, 4338.0, 4337.0, 4369.0, 4325.0, 4355.0, 4334.0, 4334.0, 4305.0, 4324.0, 4302.0, 4324.0, 4315.0, 4294.0, 4315.0, 4304.0, 4315.0, 4318.0, 4328.0, 4338.0, 4328.0, 4319.0, 4330.0, 4337.0, 4345.0, 4351.0, 4333.0, 4333.0, 4311.0, 4300.0, 4320.0, 4321.0, 4354.0, 4335.0, 4366.0, 4357.0, 4375.0, 4357.0, 4398.0, 4367.0, 4387.0, 4366.0, 4373.0, 4353.0, 4359.0, 4339.0, 4359.0, 4325.0, 4344.0, 4303.0, 4343.0, 4289.0, 4320.0, 4300.0, 4334.0, 4306.0, 4333.0, 4304.0, 4322.0, 4305.0, 4348.0, 4329.0, 4358.0, 4329.0, 4329.0, 4338.0, 4309.0, 4365.0, 4325.0, 4365.0, 4344.0, 4353.0, 4357.0, 4348.0, 4348.0, 4336.0, 4347.0, 4374.0, 4343.0, 4336.0, 4375.0, 4332.0, 4373.0, 4316.0, 4359.0, 4317.0, 4337.0, 4316.0, 4353.0, 4316.0, 4323.0, 4316.0, 4344.0, 4302.0, 4322.0, 4292.0, 4293.0, 4306.0, 4320.0, 4318.0, 4331.0, 4330.0, 4321.0, 4308.0, 4331.0, 4321.0, 4343.0, 4303.0, 4334.0, 4313.0, 4356.0, 4357.0, 4367.0, 4324.0, 4354.0, 4378.0, 4369.0, 4366.0, 4345.0, 4302.0, 4340.0, 4311.0, 4364.0, 4325.0, 4397.0, 4342.0, 4394.0, 4362.0, 4351.0, 4371.0, 4340.0, 4369.0, 4316.0, 4346.0, 4354.0, 4323.0, 4354.0, 4323.0, 4323.0, 4293.0, 4323.0, 4304.0, 4324.0, 4292.0, 4314.0, 4345.0, 4306.0, 4325.0, 4294.0, 4327.0, 4308.0, 4330.0, 4359.0, 4331.0, 4339.0, 4320.0, 4329.0, 4308.0, 4330.0, 4361.0, 4320.0, 4330.0, 4299.0, 4341.0, 4325.0, 4357.0, 4335.0, 4367.0, 4325.0, 4357.0, 4324.0, 4353.0, 4334.0, 4375.0, 4335.0, 4387.0, 4396.0, 4364.0, 4374.0, 4371.0, 4348.0, 4340.0, 4355.0, 4315.0, 4334.0, 4305.0, 4324.0, 4307.0, 4336.0, 4318.0, 4337.0, 4306.0, 4338.0, 4306.0, 4330.0, 4369.0, 4350.0, 4360.0, 4331.0, 4363.0, 4367.0, 4314.0, 4316.0, 4356.0, 4315.0, 4314.0, 4305.0, 4328.0, 4336.0, 4355.0, 4336.0, 4343.0, 4335.0, 4335.0, 4336.0, 4356.0, 4357.0, 4395.0, 4353.0, 4373.0, 4355.0, 4364.0, 4331.0, 4382.0, 4317.0, 4371.0, 4338.0, 4359.0, 4325.0, 4356.0, 4304.0, 4356.0, 4314.0, 4355.0, 4323.0, 4356.0, 4323.0, 4301.0, 4321.0, 4302.0, 4333.0, 4302.0, 4333.0, 4314.0, 4333.0, 4280.0, 4301.0, 4286.0, 4326.0, 4274.0, 4315.0, 4276.0, 4326.0, 4299.0, 4296.0, 4298.0, 4328.0, 4310.0, 4354.0, 4344.0, 4354.0, 4345.0, 4351.0, 4344.0, 4373.0, 4343.0, 4359.0, 4326.0, 4346.0, 4306.0, 4344.0, 4302.0, 4331.0, 4345.0, 4313.0, 4340.0, 4288.0, 4321.0, 4288.0, 4287.0, 4279.0, 4286.0, 4288.0, 4302.0, 4326.0, 4293.0, 4313.0, 4291.0, 4302.0, 4312.0, 4293.0, 4322.0, 4294.0, 4330.0, 4296.0, 4318.0, 4278.0, 4306.0, 4303.0, 4345.0, 4302.0, 4320.0, 4314.0, 4344.0, 4363.0, 4355.0, 4336.0, 4375.0, 4345.0, 4386.0, 4382.0, 4353.0, 4372.0, 4328.0, 4339.0, 4369.0, 4338.0, 4345.0, 4294.0, 4324.0, 4272.0, 4337.0, 4290.0, 4338.0, 4286.0, 4327.0, 4286.0, 4316.0, 4338.0, 4320.0, 4362.0, 4321.0, 4315.0, 4320.0, 4350.0, 4320.0, 4360.0, 4333.0, 4371.0, 4332.0, 4359.0, 4332.0, 4377.0, 4321.0, 4372.0, 4313.0, 4338.0, 4311.0, 4326.0, 4308.0, 4342.0, 4323.0, 4331.0, 4354.0, 4341.0, 4372.0, 4373.0, 4372.0, 4340.0, 4348.0, 4366.0, 4337.0, 4355.0, 4343.0, 4343.0, 4310.0, 4310.0, 4278.0, 4289.0, 4298.0, 4290.0, 4308.0, 4292.0, 4324.0, 4306.0, 4306.0, 4308.0, 4290.0, 4310.0, 4304.0, 4348.0, 4316.0, 4334.0, 4314.0, 4346.0, 4327.0, 4367.0, 4325.0, 4364.0, 4334.0, 4364.0, 4385.0, 4363.0, 4352.0, 4332.0, 4366.0, 4381.0, 4342.0, 4361.0, 4330.0, 4315.0, 4346.0, 4317.0, 4327.0, 4297.0, 4328.0, 4278.0, 4319.0, 4289.0, 4332.0, 4292.0, 4366.0, 4356.0, 4357.0, 4384.0, 4342.0, 4365.0, 4382.0, 4328.0, 4328.0, 4337.0, 4308.0, 4288.0, 4309.0, 4287.0, 4323.0, 4327.0, 4348.0, 4315.0, 4357.0, 4363.0, 4347.0, 4398.0, 4356.0, 4375.0, 4344.0, 4372.0, 4343.0, 4375.0, 4371.0, 4339.0, 4367.0, 4327.0, 4348.0, 4309.0, 4338.0, 4286.0, 4350.0, 4344.0, 4314.0, 4355.0, 4294.0, 4316.0, 4324.0, 4294.0, 4323.0, 4308.0, 4338.0, 4309.0, 4340.0, 4324.0, 4343.0, 4324.0, 4352.0, 4323.0, 4352.0, 4333.0, 4371.0, 4342.0, 4381.0, 4355.0, 4386.0, 4364.0, 4363.0, 4363.0, 4360.0, 4329.0, 4316.0, 4339.0, 4296.0, 4336.0, 4286.0, 4318.0, 4357.0, 4315.0, 4344.0, 4309.0, 4336.0, 4296.0, 4337.0, 4308.0, 4358.0, 4307.0, 4356.0, 4304.0, 4344.0, 4292.0, 4344.0, 4301.0, 4333.0, 4330.0, 4323.0, 4375.0, 4314.0, 4330.0, 4278.0, 4319.0, 4292.0, 4319.0, 4289.0, 4322.0, 4303.0, 4312.0, 4293.0, 4312.0, 4297.0, 4326.0, 4287.0, 4315.0, 4286.0, 4326.0, 4298.0, 4330.0, 4315.0, 4347.0, 4316.0, 4335.0, 4303.0, 4332.0, 4326.0, 4355.0, 4336.0, 4355.0, 4326.0, 4349.0, 4348.0], 'WindowWidth': [9645.0, 9592.0, 9611.0, 9605.0, 9672.0, 9654.0, 9631.0, 9607.0, 9519.0, 9556.0, 9538.0, 9550.0, 9530.0, 9544.0, 9501.0, 9533.0, 9519.0, 9563.0, 9587.0, 9574.0, 9586.0, 9582.0, 9595.0, 9620.0, 9595.0, 9592.0, 9582.0, 9568.0, 9551.0, 9566.0, 9567.0, 9599.0, 9611.0, 9597.0, 9609.0, 9581.0, 9600.0, 9649.0, 9597.0, 9603.0, 9555.0, 9569.0, 9630.0, 9606.0, 9599.0, 9562.0, 9564.0, 9532.0, 9563.0, 9622.0, 9585.0, 9571.0, 9591.0, 9558.0, 9595.0, 9615.0, 9614.0, 9577.0, 9592.0, 9601.0, 9596.0, 9629.0, 9588.0, 9629.0, 9656.0, 9589.0, 9613.0, 9544.0, 9585.0, 9513.0, 9545.0, 9569.0, 9584.0, 9579.0, 9606.0, 9577.0, 9555.0, 9576.0, 9565.0, 9570.0, 9531.0, 9579.0, 9574.0, 9583.0, 9600.0, 9565.0, 9578.0, 9587.0, 9578.0, 9573.0, 9581.0, 9599.0, 9584.0, 9596.0, 9568.0, 9599.0, 9573.0, 9601.0, 9634.0, 9585.0, 9613.0, 9562.0, 9611.0, 9626.0, 9560.0, 9572.0, 9560.0, 9573.0, 9573.0, 9574.0, 9584.0, 9600.0, 9609.0, 9602.0, 9609.0, 9625.0, 9621.0, 9629.0, 9615.0, 9630.0, 9576.0, 9592.0, 9584.0, 9630.0, 9590.0, 9632.0, 9666.0, 9618.0, 9656.0, 9607.0, 9595.0, 9595.0, 9564.0, 9589.0, 9568.0, 9631.0, 9581.0, 9639.0, 9638.0, 9553.0, 9576.0, 9572.0, 9506.0, 9532.0, 9473.0, 9499.0, 9470.0, 9500.0, 9495.0, 9550.0, 9572.0, 9586.0, 9603.0, 9562.0, 9536.0, 9529.0, 9557.0, 9522.0, 9571.0, 9567.0, 9581.0, 9581.0, 9617.0, 9630.0, 9621.0, 9659.0, 9617.0, 9650.0, 9607.0, 9609.0, 9576.0, 9613.0, 9583.0, 9584.0, 9550.0, 9516.0, 9579.0, 9543.0, 9564.0, 9501.0, 9502.0, 9559.0, 9513.0, 9543.0, 9502.0, 9524.0, 9528.0, 9526.0, 9527.0, 9496.0, 9532.0, 9524.0, 9588.0, 9582.0, 9560.0, 9556.0, 9533.0, 9531.0, 9519.0, 9527.0, 9525.0, 9550.0, 9544.0, 9556.0, 9548.0, 9568.0, 9555.0, 9587.0, 9529.0, 9619.0, 9562.0, 9588.0, 9544.0, 9586.0, 9599.0, 9576.0, 9562.0, 9594.0, 9560.0, 9592.0, 9582.0, 9612.0, 9591.0, 9610.0, 9602.0, 9591.0, 9686.0, 9636.0, 9666.0, 9641.0, 9641.0, 9576.0, 9591.0, 9638.0, 9622.0, 9601.0, 9530.0, 9555.0, 9550.0, 9548.0, 9592.0, 9586.0, 9557.0, 9586.0, 9556.0, 9584.0, 9559.0, 9607.0, 9617.0, 9595.0, 9641.0, 9575.0, 9636.0, 9647.0, 9607.0, 9594.0, 9602.0, 9531.0, 9540.0, 9530.0, 9549.0, 9549.0, 9557.0, 9550.0, 9593.0, 9570.0, 9606.0, 9595.0, 9629.0, 9620.0, 9588.0, 9657.0, 9647.0, 9572.0, 9602.0, 9580.0, 9554.0, 9538.0, 9541.0, 9583.0, 9567.0, 9632.0, 9590.0, 9613.0, 9570.0, 9568.0, 9583.0, 9587.0, 9636.0, 9669.0, 9632.0, 9664.0, 9635.0, 9647.0, 9602.0, 9625.0, 9556.0, 9623.0, 9576.0, 9616.0, 9566.0, 9622.0, 9560.0, 9598.0, 9575.0, 9620.0, 9572.0, 9592.0, 9522.0, 9577.0, 9505.0, 9561.0, 9528.0, 9560.0, 9520.0, 9546.0, 9490.0, 9535.0, 9528.0, 9554.0, 9515.0, 9583.0, 9543.0, 9584.0, 9542.0, 9582.0, 9564.0, 9593.0, 9605.0, 9610.0, 9590.0, 9624.0, 9616.0, 9675.0, 9646.0, 9639.0, 9592.0, 9586.0, 9617.0, 9633.0, 9610.0, 9659.0, 9624.0, 9611.0, 9599.0, 9621.0, 9603.0, 9627.0, 9586.0, 9594.0, 9520.0, 9564.0, 9520.0, 9547.0, 9546.0, 9586.0, 9542.0, 9566.0, 9561.0, 9596.0, 9576.0, 9615.0, 9550.0, 9571.0, 9576.0, 9587.0, 9596.0, 9592.0, 9592.0, 9644.0, 9613.0, 9631.0, 9608.0, 9581.0, 9566.0, 9568.0, 9587.0, 9568.0, 9578.0, 9577.0, 9571.0, 9623.0, 9555.0, 9597.0, 9565.0, 9564.0, 9523.0, 9549.0, 9520.0, 9553.0, 9543.0, 9512.0, 9541.0, 9525.0, 9542.0, 9549.0, 9567.0, 9581.0, 9565.0, 9552.0, 9570.0, 9575.0, 9599.0, 9601.0, 9579.0, 9574.0, 9542.0, 9528.0, 9555.0, 9560.0, 9608.0, 9582.0, 9626.0, 9615.0, 9639.0, 9621.0, 9677.0, 9632.0, 9661.0, 9627.0, 9638.0, 9606.0, 9609.0, 9578.0, 9611.0, 9556.0, 9582.0, 9522.0, 9574.0, 9496.0, 9537.0, 9512.0, 9565.0, 9531.0, 9563.0, 9525.0, 9546.0, 9530.0, 9593.0, 9569.0, 9605.0, 9567.0, 9563.0, 9578.0, 9538.0, 9625.0, 9569.0, 9623.0, 9594.0, 9608.0, 9615.0, 9608.0, 9606.0, 9589.0, 9606.0, 9637.0, 9593.0, 9583.0, 9637.0, 9570.0, 9634.0, 9540.0, 9607.0, 9537.0, 9570.0, 9536.0, 9603.0, 9539.0, 9543.0, 9537.0, 9578.0, 9514.0, 9539.0, 9500.0, 9506.0, 9528.0, 9556.0, 9550.0, 9569.0, 9565.0, 9555.0, 9535.0, 9572.0, 9557.0, 9590.0, 9535.0, 9579.0, 9550.0, 9614.0, 9618.0, 9634.0, 9569.0, 9607.0, 9647.0, 9639.0, 9628.0, 9594.0, 9532.0, 9582.0, 9545.0, 9621.0, 9570.0, 9671.0, 9590.0, 9666.0, 9616.0, 9600.0, 9629.0, 9584.0, 9624.0, 9544.0, 9587.0, 9590.0, 9548.0, 9595.0, 9547.0, 9546.0, 9510.0, 9548.0, 9525.0, 9552.0, 9507.0, 9539.0, 9583.0, 9530.0, 9553.0, 9513.0, 9562.0, 9538.0, 9573.0, 9610.0, 9575.0, 9581.0, 9558.0, 9569.0, 9538.0, 9573.0, 9614.0, 9559.0, 9569.0, 9529.0, 9590.0, 9578.0, 9620.0, 9588.0, 9635.0, 9574.0, 9619.0, 9571.0, 9609.0, 9583.0, 9641.0, 9586.0, 9660.0, 9674.0, 9622.0, 9639.0, 9633.0, 9593.0, 9583.0, 9595.0, 9538.0, 9563.0, 9527.0, 9551.0, 9533.0, 9570.0, 9553.0, 9573.0, 9532.0, 9575.0, 9531.0, 9567.0, 9621.0, 9597.0, 9611.0, 9572.0, 9616.0, 9617.0, 9538.0, 9543.0, 9599.0, 9542.0, 9539.0, 9531.0, 9565.0, 9595.0, 9614.0, 9592.0, 9594.0, 9586.0, 9588.0, 9591.0, 9620.0, 9621.0, 9670.0, 9608.0, 9636.0, 9611.0, 9623.0, 9574.0, 9645.0, 9548.0, 9634.0, 9577.0, 9611.0, 9553.0, 9597.0, 9521.0, 9601.0, 9539.0, 9597.0, 9550.0, 9599.0, 9550.0, 9516.0, 9544.0, 9521.0, 9563.0, 9522.0, 9565.0, 9538.0, 9561.0, 9486.0, 9514.0, 9504.0, 9559.0, 9484.0, 9536.0, 9486.0, 9553.0, 9517.0, 9510.0, 9522.0, 9561.0, 9543.0, 9609.0, 9595.0, 9607.0, 9594.0, 9600.0, 9595.0, 9630.0, 9589.0, 9608.0, 9555.0, 9585.0, 9524.0, 9580.0, 9513.0, 9554.0, 9577.0, 9534.0, 9566.0, 9491.0, 9541.0, 9491.0, 9487.0, 9478.0, 9486.0, 9491.0, 9516.0, 9560.0, 9507.0, 9532.0, 9500.0, 9517.0, 9529.0, 9507.0, 9542.0, 9508.0, 9568.0, 9518.0, 9548.0, 9493.0, 9530.0, 9543.0, 9599.0, 9538.0, 9557.0, 9556.0, 9596.0, 9639.0, 9614.0, 9590.0, 9640.0, 9598.0, 9659.0, 9647.0, 9602.0, 9633.0, 9561.0, 9576.0, 9624.0, 9575.0, 9580.0, 9508.0, 9548.0, 9480.0, 9574.0, 9514.0, 9576.0, 9506.0, 9559.0, 9505.0, 9546.0, 9576.0, 9556.0, 9616.0, 9558.0, 9543.0, 9556.0, 9596.0, 9557.0, 9610.0, 9578.0, 9626.0, 9574.0, 9607.0, 9575.0, 9642.0, 9558.0, 9630.0, 9549.0, 9573.0, 9540.0, 9555.0, 9535.0, 9589.0, 9567.0, 9577.0, 9611.0, 9586.0, 9631.0, 9628.0, 9631.0, 9578.0, 9589.0, 9608.0, 9571.0, 9599.0, 9574.0, 9575.0, 9522.0, 9521.0, 9475.0, 9490.0, 9501.0, 9494.0, 9518.0, 9502.0, 9550.0, 9529.0, 9531.0, 9537.0, 9516.0, 9541.0, 9543.0, 9609.0, 9563.0, 9582.0, 9554.0, 9601.0, 9577.0, 9629.0, 9572.0, 9622.0, 9577.0, 9619.0, 9651.0, 9615.0, 9597.0, 9574.0, 9625.0, 9639.0, 9588.0, 9614.0, 9570.0, 9543.0, 9585.0, 9548.0, 9558.0, 9521.0, 9564.0, 9499.0, 9554.0, 9515.0, 9576.0, 9525.0, 9628.0, 9617.0, 9616.0, 9649.0, 9589.0, 9625.0, 9648.0, 9562.0, 9560.0, 9571.0, 9534.0, 9510.0, 9540.0, 9511.0, 9568.0, 9579.0, 9606.0, 9562.0, 9621.0, 9623.0, 9605.0, 9675.0, 9614.0, 9638.0, 9592.0, 9631.0, 9590.0, 9638.0, 9625.0, 9580.0, 9618.0, 9559.0, 9590.0, 9539.0, 9575.0, 9503.0, 9592.0, 9579.0, 9536.0, 9594.0, 9512.0, 9543.0, 9548.0, 9510.0, 9548.0, 9539.0, 9580.0, 9542.0, 9584.0, 9569.0, 9591.0, 9568.0, 9603.0, 9566.0, 9602.0, 9578.0, 9629.0, 9592.0, 9643.0, 9612.0, 9656.0, 9621.0, 9618.0, 9618.0, 9608.0, 9561.0, 9537.0, 9573.0, 9508.0, 9566.0, 9498.0, 9544.0, 9599.0, 9537.0, 9578.0, 9533.0, 9568.0, 9516.0, 9573.0, 9537.0, 9604.0, 9534.0, 9596.0, 9522.0, 9578.0, 9500.0, 9576.0, 9510.0, 9558.0, 9548.0, 9545.0, 9626.0, 9535.0, 9550.0, 9475.0, 9534.0, 9503.0, 9533.0, 9492.0, 9542.0, 9518.0, 9528.0, 9505.0, 9530.0, 9520.0, 9556.0, 9503.0, 9539.0, 9501.0, 9554.0, 9522.0, 9567.0, 9560.0, 9603.0, 9564.0, 9585.0, 9537.0, 9576.0, 9576.0, 9611.0, 9589.0, 9613.0, 9575.0, 9609.0, 9608.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.006155623632385121</td></tr>
<tr><td colspan=3>aqi</td><td>0.07888813107221006</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.43195168368013</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213856454917853</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0439873713800674</td></tr>
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
<tr><td colspan=3>fber</td><td>4562.1797</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1364426914049594</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>159</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.396061269146607</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.077412874219206</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.9778895653652167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.365678737937784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.888670319354617</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106735</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012451115995645523</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03026871755719185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5691246740645695</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>18.4435</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3875</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.8347</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>294321.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.2111</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7513</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.7313</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3418.0054</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>836.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1037.2228</td></tr>
<tr><td colspan=3>tsnr</td><td>23.16182271321304</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>