<?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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>b10bf402a392bea1307c12a874398e34</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:35:20.757500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999312, 0.0205425, 0.0308868, -0.0249462, 0.988413, 0.149724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0862041</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7804, -7218, 292, -55, -65, -107, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c259f44-6d44-496a-81f2-31d7e2f73e16||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810803413391113, -0.06692880392074585, 0.07412362843751907, 120.0682373046875], [-0.055114131420850754, 2.6518397331237793, 0.4060581624507904, -104.01276397705078], [0.08286702632904053, -0.4016997516155243, 2.668262243270874, -49.03840637207031], [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': ['133520.757500', '133521.217500', '133521.677500', '133522.137500', '133522.597500', '133523.057500', '133523.517500', '133523.977500', '133524.437500', '133524.897500', '133525.357500', '133525.817500', '133526.277500', '133526.737500', '133527.197500', '133527.657500', '133528.117500', '133528.577500', '133529.037500', '133529.497500', '133529.957500', '133530.417500', '133530.877500', '133531.337500', '133531.797500', '133532.257500', '133532.717500', '133533.177500', '133533.637500', '133534.097500', '133534.557500', '133535.017500', '133535.477500', '133535.937500', '133536.397500', '133536.857500', '133537.317500', '133537.777500', '133538.237500', '133538.697500', '133539.157500', '133539.617500', '133540.077500', '133540.537500', '133540.997500', '133541.457500', '133541.917500', '133542.377500', '133542.837500', '133543.297500', '133543.757500', '133544.217500', '133544.677500', '133545.137500', '133545.597500', '133546.057500', '133546.517500', '133546.977500', '133547.437500', '133547.897500', '133548.357500', '133548.817500', '133549.277500', '133549.737500', '133550.197500', '133550.657500', '133551.117500', '133551.577500', '133552.037500', '133552.497500', '133552.957500', '133553.417500', '133553.877500', '133554.337500', '133554.797500', '133555.257500', '133555.717500', '133556.177500', '133556.637500', '133557.097500', '133557.557500', '133558.017500', '133558.477500', '133558.937500', '133559.397500', '133559.857500', '133600.317500', '133600.777500', '133601.237500', '133601.697500', '133602.157500', '133602.617500', '133603.077500', '133603.537500', '133603.997500', '133604.457500', '133604.917500', '133605.377500', '133605.837500', '133606.297500', '133606.757500', '133607.217500', '133607.677500', '133608.137500', '133608.597500', '133609.057500', '133609.517500', '133609.977500', '133610.437500', '133610.897500', '133611.357500', '133611.817500', '133612.277500', '133612.737500', '133613.197500', '133613.657500', '133614.117500', '133614.577500', '133615.037500', '133615.497500', '133615.957500', '133616.417500', '133616.877500', '133617.337500', '133617.797500', '133618.257500', '133618.717500', '133619.177500', '133619.637500', '133620.097500', '133620.557500', '133621.017500', '133621.477500', '133621.937500', '133622.397500', '133622.857500', '133623.317500', '133623.777500', '133624.237500', '133624.697500', '133625.157500', '133625.617500', '133626.077500', '133626.537500', '133626.997500', '133627.457500', '133627.917500', '133628.377500', '133628.837500', '133629.297500', '133629.757500', '133630.217500', '133630.677500', '133631.137500', '133631.597500', '133632.057500', '133632.517500', '133632.977500', '133633.437500', '133633.897500', '133634.357500', '133634.817500', '133635.277500', '133635.737500', '133636.197500', '133636.657500', '133637.117500', '133637.577500', '133638.037500', '133638.497500', '133638.957500', '133639.417500', '133639.877500', '133640.337500', '133640.797500', '133641.257500', '133641.717500', '133642.177500', '133642.637500', '133643.097500', '133643.557500', '133644.017500', '133644.477500', '133644.937500', '133645.397500', '133645.857500', '133646.317500', '133646.777500', '133647.237500', '133647.697500', '133648.157500', '133648.617500', '133649.077500', '133649.537500', '133649.997500', '133650.457500', '133650.917500', '133651.377500', '133651.837500', '133652.297500', '133652.757500', '133653.217500', '133653.677500', '133654.137500', '133654.597500', '133655.057500', '133655.517500', '133655.977500', '133656.437500', '133656.897500', '133657.357500', '133657.817500', '133658.277500', '133658.737500', '133659.197500', '133659.657500', '133700.117500', '133700.577500', '133701.037500', '133701.497500', '133701.957500', '133702.417500', '133702.877500', '133703.337500', '133703.797500', '133704.257500', '133704.717500', '133705.177500', '133705.637500', '133706.097500', '133706.557500', '133707.017500', '133707.477500', '133707.937500', '133708.397500', '133708.857500', '133709.317500', '133709.777500', '133710.237500', '133710.697500', '133711.157500', '133711.617500', '133712.077500', '133712.537500', '133712.997500', '133713.457500', '133713.917500', '133714.377500', '133714.837500', '133715.297500', '133715.757500', '133716.217500', '133716.677500', '133717.137500', '133717.597500', '133718.057500', '133718.517500', '133718.977500', '133719.437500', '133719.897500', '133720.357500', '133720.817500', '133721.277500', '133721.737500', '133722.197500', '133722.657500', '133723.117500', '133723.577500', '133724.037500', '133724.497500', '133724.957500', '133725.417500', '133725.877500', '133726.337500', '133726.797500', '133727.257500', '133727.717500', '133728.177500', '133728.637500', '133729.097500', '133729.557500', '133730.017500', '133730.477500', '133730.937500', '133731.397500', '133731.857500', '133732.317500', '133732.777500', '133733.237500', '133733.697500', '133734.157500', '133734.617500', '133735.077500', '133735.537500', '133735.997500', '133736.457500', '133736.917500', '133737.377500', '133737.837500', '133738.297500', '133738.757500', '133739.217500', '133739.677500', '133740.137500', '133740.597500', '133741.057500', '133741.517500', '133741.977500', '133742.437500', '133742.897500', '133743.357500', '133743.817500', '133744.277500', '133744.737500', '133745.197500', '133745.657500', '133746.117500', '133746.577500', '133747.037500', '133747.497500', '133747.957500', '133748.417500', '133748.877500', '133749.337500', '133749.797500', '133750.257500', '133750.717500', '133751.177500', '133751.637500', '133752.097500', '133752.557500', '133753.017500', '133753.477500', '133753.937500', '133754.397500', '133754.857500', '133755.317500', '133755.777500', '133756.237500', '133756.697500', '133757.157500', '133757.617500', '133758.077500', '133758.537500', '133758.997500', '133759.457500', '133759.917500', '133800.377500', '133800.837500', '133801.297500', '133801.757500', '133802.217500', '133802.677500', '133803.137500', '133803.597500', '133804.057500', '133804.517500', '133804.977500', '133805.437500', '133805.897500', '133806.357500', '133806.817500', '133807.277500', '133807.737500', '133808.197500', '133808.657500', '133809.117500', '133809.577500', '133810.037500', '133810.497500', '133810.957500', '133811.417500', '133811.877500', '133812.337500', '133812.797500', '133813.257500', '133813.717500', '133814.177500', '133814.637500', '133815.097500', '133815.557500', '133816.017500', '133816.477500', '133816.937500', '133817.397500', '133817.857500', '133818.317500', '133818.777500', '133819.237500', '133819.697500', '133820.157500', '133820.617500', '133821.077500', '133821.537500', '133821.997500', '133822.457500', '133822.917500', '133823.377500', '133823.837500', '133824.297500', '133824.757500', '133825.217500', '133825.677500', '133826.137500', '133826.597500', '133827.057500', '133827.517500', '133827.977500', '133828.437500', '133828.897500', '133829.357500', '133829.817500', '133830.277500', '133830.737500', '133831.197500', '133831.657500', '133832.117500', '133832.577500', '133833.037500', '133833.497500', '133833.957500', '133834.417500', '133834.877500', '133835.337500', '133835.797500', '133836.257500', '133836.717500', '133837.177500', '133837.637500', '133838.097500', '133838.557500', '133839.017500', '133839.477500', '133839.937500', '133840.397500', '133840.857500', '133841.317500', '133841.777500', '133842.237500', '133842.697500', '133843.157500', '133843.617500', '133844.077500', '133844.537500', '133844.997500', '133845.457500', '133845.917500', '133846.377500', '133846.837500', '133847.297500', '133847.757500', '133848.217500', '133848.677500', '133849.137500', '133849.597500', '133850.057500', '133850.517500', '133850.977500', '133851.437500', '133851.897500', '133852.357500', '133852.817500', '133853.277500', '133853.737500', '133854.197500', '133854.657500', '133855.117500', '133855.577500', '133856.037500', '133856.497500', '133856.957500', '133857.417500', '133857.877500', '133858.337500', '133858.797500', '133859.257500', '133859.717500', '133900.177500', '133900.637500', '133901.097500', '133901.557500', '133902.017500', '133902.477500', '133902.937500', '133903.397500', '133903.857500', '133904.317500', '133904.777500', '133905.237500', '133905.697500', '133906.157500', '133906.617500', '133907.077500', '133907.537500', '133907.997500', '133908.457500', '133908.917500', '133909.377500', '133909.837500', '133910.297500', '133910.757500', '133911.217500', '133911.677500', '133912.137500', '133912.597500', '133913.057500', '133913.517500', '133913.977500', '133914.437500', '133914.897500', '133915.357500', '133915.817500', '133916.277500', '133916.737500', '133917.197500', '133917.657500', '133918.117500', '133918.577500', '133919.037500', '133919.497500', '133919.957500', '133920.417500', '133920.877500', '133921.337500', '133921.797500', '133922.257500', '133922.717500', '133923.177500', '133923.637500', '133924.097500', '133924.557500', '133925.017500', '133925.477500', '133925.937500', '133926.397500', '133926.857500', '133927.317500', '133927.777500', '133928.237500', '133928.697500', '133929.157500', '133929.617500', '133930.077500', '133930.537500', '133930.997500', '133931.457500', '133931.917500', '133932.377500', '133932.837500', '133933.297500', '133933.757500', '133934.217500', '133934.677500', '133935.137500', '133935.597500', '133936.057500', '133936.517500', '133936.977500', '133937.437500', '133937.897500', '133938.357500', '133938.817500', '133939.277500', '133939.737500', '133940.197500', '133940.657500', '133941.117500', '133941.577500', '133942.037500', '133942.497500', '133942.957500', '133943.417500', '133943.877500', '133944.337500', '133944.797500', '133945.257500', '133945.717500', '133946.177500', '133946.637500', '133947.097500', '133947.557500', '133948.017500', '133948.477500', '133948.937500', '133949.397500', '133949.857500', '133950.317500', '133950.777500', '133951.237500', '133951.697500', '133952.157500', '133952.617500', '133953.077500', '133953.537500', '133953.997500', '133954.457500', '133954.917500', '133955.377500', '133955.837500', '133956.297500', '133956.757500', '133957.217500', '133957.677500', '133958.137500', '133958.597500', '133959.057500', '133959.517500', '133959.977500', '134000.437500', '134000.897500', '134001.357500', '134001.817500', '134002.277500', '134002.737500', '134003.197500', '134003.657500', '134004.117500', '134004.577500', '134005.037500', '134005.497500', '134005.957500', '134006.417500', '134006.877500', '134007.337500', '134007.797500', '134008.257500', '134008.717500', '134009.177500', '134009.637500', '134010.097500', '134010.557500', '134011.017500', '134011.477500', '134011.937500', '134012.397500', '134012.857500', '134013.317500', '134013.777500', '134014.237500', '134014.697500', '134015.157500', '134015.617500', '134016.077500', '134016.537500', '134016.997500', '134017.457500', '134017.917500', '134018.377500', '134018.837500', '134019.297500', '134019.757500', '134020.217500', '134020.677500', '134021.137500', '134021.597500', '134022.057500', '134022.517500', '134022.977500', '134023.437500', '134023.897500', '134024.357500', '134024.817500', '134025.277500', '134025.737500', '134026.197500', '134026.657500', '134027.117500', '134027.577500', '134028.037500', '134028.497500', '134028.957500', '134029.417500', '134029.877500', '134030.337500', '134030.797500', '134031.257500', '134031.717500', '134032.177500', '134032.637500', '134033.097500', '134033.557500', '134034.017500', '134034.477500', '134034.937500', '134035.397500', '134035.857500', '134036.317500', '134036.777500', '134037.237500', '134037.697500', '134038.157500', '134038.617500', '134039.077500', '134039.537500', '134039.997500', '134040.457500', '134040.917500', '134041.377500', '134041.837500', '134042.297500', '134042.757500', '134043.217500', '134043.677500', '134044.137500', '134044.597500', '134045.057500', '134045.517500', '134045.977500', '134046.437500', '134046.897500', '134047.357500', '134047.817500', '134048.277500', '134048.737500', '134049.197500', '134049.657500', '134050.117500', '134050.577500', '134051.037500', '134051.497500', '134051.957500', '134052.417500', '134052.877500', '134053.337500', '134053.797500', '134054.257500', '134054.717500', '134055.177500', '134055.637500', '134056.097500', '134056.557500', '134057.017500', '134057.477500', '134057.937500', '134058.397500', '134058.857500', '134059.317500', '134059.777500', '134100.237500', '134100.697500', '134101.157500', '134101.617500', '134102.077500', '134102.537500', '134102.997500', '134103.457500', '134103.917500', '134104.377500', '134104.837500', '134105.297500', '134105.757500', '134106.217500', '134106.677500', '134107.137500', '134107.597500', '134108.057500', '134108.517500', '134108.977500', '134109.437500', '134109.897500', '134110.357500', '134110.817500', '134111.277500', '134111.737500', '134112.197500', '134112.657500', '134113.117500', '134113.577500', '134114.037500', '134114.497500', '134114.957500', '134115.417500', '134115.877500', '134116.337500', '134116.797500', '134117.257500', '134117.717500', '134118.177500', '134118.637500', '134119.097500', '134119.557500', '134120.017500', '134120.477500', '134120.937500', '134121.397500', '134121.857500', '134122.317500', '134122.777500', '134123.237500', '134123.697500', '134124.157500', '134124.617500', '134125.077500', '134125.537500', '134125.997500', '134126.457500', '134126.917500', '134127.377500', '134127.837500', '134128.297500', '134128.757500', '134129.217500', '134129.677500', '134130.137500', '134130.597500', '134131.057500', '134131.517500', '134131.977500', '134132.437500', '134132.897500', '134133.357500', '134133.817500', '134134.277500', '134134.737500', '134135.197500', '134135.657500', '134136.117500', '134136.577500', '134137.037500', '134137.497500', '134137.957500', '134138.417500', '134138.877500', '134139.337500', '134139.797500', '134140.257500', '134140.717500', '134141.177500', '134141.637500', '134142.097500', '134142.557500', '134143.017500', '134143.477500', '134143.937500', '134144.397500', '134144.857500', '134145.317500', '134145.777500', '134146.237500', '134146.697500', '134147.157500', '134147.617500', '134148.077500', '134148.537500', '134148.997500', '134149.457500', '134149.917500', '134150.377500', '134150.837500', '134151.297500', '134151.757500', '134152.217500', '134152.677500', '134153.137500', '134153.597500', '134154.057500', '134154.517500', '134154.977500', '134155.437500', '134155.897500', '134156.357500', '134156.817500', '134157.277500', '134157.737500', '134158.197500', '134158.657500', '134159.117500', '134159.577500', '134200.037500', '134200.497500', '134200.957500', '134201.417500', '134201.877500', '134202.337500', '134202.797500', '134203.257500', '134203.717500', '134204.177500', '134204.637500', '134205.097500', '134205.557500', '134206.017500', '134206.477500', '134206.937500', '134207.397500', '134207.857500', '134208.317500', '134208.777500', '134209.237500', '134209.697500', '134210.157500', '134210.617500', '134211.077500', '134211.537500', '134211.997500', '134212.457500', '134212.917500', '134213.377500', '134213.837500', '134214.297500', '134214.757500', '134215.217500', '134215.677500', '134216.137500', '134216.597500', '134217.057500', '134217.517500', '134217.977500', '134218.437500', '134218.897500', '134219.357500', '134219.817500', '134220.277500', '134220.737500'], 'ContentTime': ['133548.680000', '133548.683000', '133548.686000', '133548.688000', '133548.691000', '133548.693000', '133548.696000', '133548.699000', '133548.702000', '133548.705000', '133548.707000', '133548.710000', '133548.713000', '133548.715000', '133548.718000', '133548.720000', '133548.723000', '133548.726000', '133548.728000', '133548.731000', '133548.734000', '133548.736000', '133548.739000', '133548.741000', '133548.744000', '133548.747000', '133548.749000', '133548.752000', '133548.755000', '133548.758000', '133548.760000', '133548.763000', '133548.766000', '133548.768000', '133548.771000', '133548.773000', '133548.776000', '133548.779000', '133548.781000', '133548.784000', '133548.786000', '133548.789000', '133548.792000', '133548.794000', '133548.797000', '133548.799000', '133548.802000', '133548.805000', '133548.807000', '133548.810000', '133548.813000', '133548.815000', '133548.840000', '133548.843000', '133548.845000', '133548.848000', '133548.851000', '133548.853000', '133548.856000', '133608.644000', '133608.647000', '133608.650000', '133608.652000', '133608.655000', '133608.657000', '133608.660000', '133608.663000', '133608.665000', '133608.668000', '133608.670000', '133608.673000', '133608.676000', '133608.678000', '133608.681000', '133608.683000', '133608.686000', '133608.689000', '133608.691000', '133608.694000', '133608.697000', '133608.699000', '133608.702000', '133608.704000', '133608.707000', '133608.710000', '133608.712000', '133608.715000', '133608.717000', '133608.720000', '133608.723000', '133608.725000', '133608.728000', '133608.730000', '133608.733000', '133608.735000', '133608.738000', '133608.741000', '133608.743000', '133608.746000', '133608.748000', '133608.751000', '133608.753000', '133608.756000', '133628.644000', '133628.647000', '133628.653000', '133628.656000', '133628.659000', '133628.661000', '133628.664000', '133628.667000', '133628.669000', '133628.672000', '133628.674000', '133628.677000', '133628.680000', '133628.682000', '133628.685000', '133628.687000', '133628.690000', '133628.692000', '133628.695000', '133628.698000', '133628.700000', '133628.703000', '133628.705000', '133628.708000', '133628.711000', '133628.713000', '133628.716000', '133628.718000', '133628.721000', '133628.724000', '133628.726000', '133628.729000', '133628.731000', '133628.734000', '133628.737000', '133628.739000', '133628.742000', '133628.744000', '133628.747000', '133628.750000', '133628.752000', '133628.755000', '133628.757000', '133648.645000', '133648.647000', '133648.650000', '133648.653000', '133648.655000', '133648.658000', '133648.660000', '133648.663000', '133648.666000', '133648.669000', '133648.672000', '133648.675000', '133648.677000', '133648.680000', '133648.683000', '133648.685000', '133648.688000', '133648.690000', '133648.693000', '133648.696000', '133648.699000', '133648.701000', '133648.704000', '133648.706000', '133648.709000', '133648.712000', '133648.714000', '133648.717000', '133648.720000', '133648.722000', '133648.725000', '133648.728000', '133648.731000', '133648.733000', '133648.736000', '133648.739000', '133648.741000', '133648.751000', '133648.754000', '133648.756000', '133648.759000', '133648.761000', '133648.764000', '133708.644000', '133708.647000', '133708.650000', '133708.653000', '133708.655000', '133708.658000', '133708.661000', '133708.663000', '133708.666000', '133708.668000', '133708.678000', '133708.680000', '133708.683000', '133708.686000', '133708.688000', '133708.691000', '133708.693000', '133708.696000', '133708.699000', '133708.701000', '133708.704000', '133708.706000', '133708.709000', '133708.712000', '133708.714000', '133708.717000', '133708.720000', '133708.722000', '133708.725000', '133708.727000', '133708.730000', '133708.733000', '133708.735000', '133708.738000', '133708.740000', '133708.743000', '133708.745000', '133708.748000', '133708.751000', '133708.753000', '133708.756000', '133708.758000', '133708.761000', '133708.764000', '133728.645000', '133728.647000', '133728.650000', '133728.653000', '133728.655000', '133728.659000', '133728.662000', '133728.665000', '133728.667000', '133728.670000', '133728.673000', '133728.675000', '133728.678000', '133728.680000', '133728.683000', '133728.685000', '133728.688000', '133728.691000', '133728.693000', '133728.696000', '133728.699000', '133728.701000', '133728.704000', '133728.707000', '133728.709000', '133728.712000', '133728.715000', '133728.717000', '133728.720000', '133728.722000', '133728.725000', '133728.728000', '133728.730000', '133728.733000', '133728.735000', '133728.738000', '133728.741000', '133728.743000', '133728.746000', '133728.748000', '133728.751000', '133728.754000', '133728.756000', '133748.645000', '133748.648000', '133748.651000', '133748.654000', '133748.656000', '133748.659000', '133748.661000', '133748.664000', '133748.667000', '133748.669000', '133748.672000', '133748.675000', '133748.677000', '133748.680000', '133748.683000', '133748.685000', '133748.688000', '133748.690000', '133748.693000', '133748.696000', '133748.698000', '133748.701000', '133748.703000', '133748.706000', '133748.709000', '133748.711000', '133748.714000', '133748.716000', '133748.719000', '133748.722000', '133748.724000', '133748.727000', '133748.730000', '133748.732000', '133748.735000', '133748.737000', '133748.740000', '133748.743000', '133748.745000', '133748.748000', '133748.750000', '133748.753000', '133748.756000', '133748.758000', '133808.645000', '133808.648000', '133808.651000', '133808.653000', '133808.656000', '133808.659000', '133808.662000', '133808.675000', '133808.682000', '133808.685000', '133808.687000', '133808.690000', '133808.693000', '133808.695000', '133808.698000', '133808.701000', '133808.703000', '133808.706000', '133808.709000', '133808.712000', '133808.715000', '133808.717000', '133808.720000', '133808.722000', '133808.725000', '133808.728000', '133808.730000', '133808.733000', '133808.735000', '133808.738000', '133808.741000', '133808.743000', '133808.746000', '133808.749000', '133808.751000', '133808.754000', '133808.757000', '133808.759000', '133808.762000', '133808.765000', '133808.768000', '133808.770000', '133808.773000', '133828.644000', '133828.647000', '133828.650000', '133828.653000', '133828.655000', '133828.658000', '133828.660000', '133828.663000', '133828.666000', '133828.668000', '133828.671000', '133828.674000', '133828.676000', '133828.679000', '133828.682000', '133828.684000', '133828.696000', '133828.698000', '133828.701000', '133828.715000', '133828.717000', '133828.720000', '133828.722000', '133828.725000', '133828.728000', '133828.730000', '133828.733000', '133828.736000', '133828.738000', '133828.741000', '133828.743000', '133828.746000', '133828.749000', '133828.751000', '133828.754000', '133828.756000', '133828.759000', '133828.762000', '133828.764000', '133828.767000', '133828.769000', '133828.772000', '133828.775000', '133828.777000', '133848.645000', '133848.647000', '133848.650000', '133848.653000', '133848.655000', '133848.658000', '133848.660000', '133848.663000', '133848.666000', '133848.668000', '133848.671000', '133848.673000', '133848.676000', '133848.679000', '133848.681000', '133848.684000', '133848.686000', '133848.689000', '133848.692000', '133848.694000', '133848.697000', '133848.699000', '133848.702000', '133848.705000', '133848.707000', '133848.710000', '133848.713000', '133848.723000', '133848.726000', '133848.729000', '133848.732000', '133848.734000', '133848.737000', '133848.739000', '133848.742000', '133848.745000', '133848.747000', '133848.750000', '133848.753000', '133848.755000', '133848.758000', '133848.761000', '133848.763000', '133908.645000', '133908.648000', '133908.650000', '133908.653000', '133908.656000', '133908.658000', '133908.661000', '133908.663000', '133908.666000', '133908.669000', '133908.671000', '133908.674000', '133908.676000', '133908.679000', '133908.682000', '133908.684000', '133908.687000', '133908.690000', '133908.692000', '133908.695000', '133908.697000', '133908.700000', '133908.703000', '133908.705000', '133908.708000', '133908.711000', '133908.713000', '133908.716000', '133908.719000', '133908.721000', '133908.724000', '133908.727000', '133908.729000', '133908.732000', '133908.734000', '133908.737000', '133908.740000', '133908.742000', '133908.745000', '133908.747000', '133908.750000', '133908.753000', '133908.755000', '133908.758000', '133928.644000', '133928.647000', '133928.650000', '133928.653000', '133928.655000', '133928.658000', '133928.661000', '133928.663000', '133928.666000', '133928.669000', '133928.671000', '133928.674000', '133928.677000', '133928.679000', '133928.682000', '133928.684000', '133928.687000', '133928.690000', '133928.692000', '133928.695000', '133928.698000', '133928.700000', '133928.703000', '133928.705000', '133928.708000', '133928.711000', '133928.713000', '133928.716000', '133928.718000', '133928.721000', '133928.724000', '133928.726000', '133928.729000', '133928.732000', '133928.734000', '133928.737000', '133928.739000', '133928.742000', '133928.745000', '133928.748000', '133928.751000', '133928.754000', '133928.757000', '133948.644000', '133948.647000', '133948.650000', '133948.653000', '133948.655000', '133948.658000', '133948.661000', '133948.663000', '133948.666000', '133948.669000', '133948.671000', '133948.674000', '133948.676000', '133948.679000', '133948.682000', '133948.685000', '133948.687000', '133948.690000', '133948.692000', '133948.695000', '133948.698000', '133948.700000', '133948.703000', '133948.705000', '133948.708000', '133948.711000', '133948.714000', '133948.716000', '133948.719000', '133948.722000', '133948.724000', '133948.727000', '133948.730000', '133948.732000', '133948.735000', '133948.737000', '133948.740000', '133948.742000', '133948.745000', '133948.748000', '133948.750000', '133948.753000', '133948.755000', '133948.758000', '134008.655000', '134008.658000', '134008.661000', '134008.664000', '134008.666000', '134008.669000', '134008.671000', '134008.674000', '134008.677000', '134008.679000', '134008.682000', '134008.684000', '134008.687000', '134008.690000', '134008.692000', '134008.695000', '134008.698000', '134008.700000', '134008.703000', '134008.706000', '134008.708000', '134008.711000', '134008.713000', '134008.716000', '134008.718000', '134008.721000', '134008.724000', '134008.726000', '134008.729000', '134008.731000', '134008.734000', '134008.737000', '134008.739000', '134008.742000', '134008.745000', '134008.747000', '134008.750000', '134008.752000', '134008.755000', '134008.758000', '134008.760000', '134008.763000', '134008.766000', '134028.646000', '134028.648000', '134028.651000', '134028.654000', '134028.656000', '134028.659000', '134028.662000', '134028.664000', '134028.667000', '134028.670000', '134028.672000', '134028.675000', '134028.677000', '134028.680000', '134028.683000', '134028.685000', '134028.688000', '134028.691000', '134028.693000', '134028.696000', '134028.698000', '134028.701000', '134028.704000', '134028.706000', '134028.709000', '134028.711000', '134028.714000', '134028.717000', '134028.719000', '134028.722000', '134028.725000', '134028.727000', '134028.730000', '134028.732000', '134028.735000', '134028.737000', '134028.740000', '134028.743000', '134028.745000', '134028.748000', '134028.750000', '134028.764000', '134028.767000', '134028.769000', '134048.645000', '134048.648000', '134048.650000', '134048.653000', '134048.656000', '134048.658000', '134048.661000', '134048.663000', '134048.666000', '134048.669000', '134048.671000', '134048.674000', '134048.677000', '134048.679000', '134048.682000', '134048.684000', '134048.687000', '134048.690000', '134048.692000', '134048.695000', '134048.698000', '134048.700000', '134048.703000', '134048.705000', '134048.708000', '134048.711000', '134048.713000', '134048.716000', '134048.719000', '134048.721000', '134048.724000', '134048.726000', '134048.729000', '134048.732000', '134048.734000', '134048.737000', '134048.739000', '134048.742000', '134048.745000', '134048.747000', '134048.750000', '134048.752000', '134048.755000', '134108.645000', '134108.647000', '134108.650000', '134108.653000', '134108.655000', '134108.660000', '134108.662000', '134108.665000', '134108.668000', '134108.670000', '134108.673000', '134108.675000', '134108.678000', '134108.681000', '134108.683000', '134108.686000', '134108.689000', '134108.691000', '134108.694000', '134108.697000', '134108.700000', '134108.702000', '134108.705000', '134108.707000', '134108.710000', '134108.713000', '134108.715000', '134108.718000', '134108.720000', '134108.723000', '134108.726000', '134108.728000', '134108.731000', '134108.733000', '134108.736000', '134108.739000', '134108.741000', '134108.744000', '134108.746000', '134108.749000', '134108.752000', '134108.754000', '134108.757000', '134108.760000', '134128.645000', '134128.648000', '134128.650000', '134128.653000', '134128.655000', '134128.658000', '134128.661000', '134128.663000', '134128.666000', '134128.668000', '134128.671000', '134128.683000', '134128.686000', '134128.689000', '134128.691000', '134128.694000', '134128.696000', '134128.699000', '134128.702000', '134128.704000', '134128.707000', '134128.709000', '134128.712000', '134128.715000', '134128.717000', '134128.720000', '134128.723000', '134128.725000', '134128.728000', '134128.730000', '134128.733000', '134128.735000', '134128.738000', '134128.741000', '134128.743000', '134128.746000', '134128.748000', '134128.751000', '134128.754000', '134128.756000', '134128.759000', '134128.762000', '134128.764000', '134148.645000', '134148.647000', '134148.650000', '134148.653000', '134148.655000', '134148.658000', '134148.660000', '134148.663000', '134148.666000', '134148.668000', '134148.671000', '134148.674000', '134148.676000', '134148.679000', '134148.682000', '134148.684000', '134148.687000', '134148.690000', '134148.692000', '134148.695000', '134148.697000', '134148.700000', '134148.703000', '134148.705000', '134148.708000', '134148.711000', '134148.713000', '134148.716000', '134148.718000', '134148.721000', '134148.724000', '134148.726000', '134148.729000', '134148.731000', '134148.734000', '134148.737000', '134148.739000', '134148.742000', '134148.745000', '134148.747000', '134148.750000', '134148.752000', '134148.755000', '134148.758000', '134208.644000', '134208.647000', '134208.650000', '134208.652000', '134208.655000', '134208.658000', '134208.660000', '134208.663000', '134208.666000', '134208.668000', '134208.671000', '134208.674000', '134208.676000', '134208.679000', '134208.681000', '134208.684000', '134208.686000', '134208.689000', '134208.692000', '134208.694000', '134208.697000', '134208.700000', '134208.702000', '134208.705000', '134208.708000', '134208.710000', '134208.713000', '134208.715000', '134208.718000', '134208.721000', '134208.723000', '134208.726000', '134208.728000', '134208.731000', '134208.734000', '134208.736000', '134208.739000', '134208.741000', '134208.744000', '134208.747000', '134208.749000', '134208.752000', '134208.755000', '134221.660000', '134221.663000', '134221.666000', '134221.668000', '134221.671000', '134221.673000', '134221.676000', '134221.679000', '134221.681000', '134221.684000', '134221.687000', '134221.689000', '134221.692000', '134221.694000', '134221.697000', '134221.700000', '134221.702000', '134221.705000', '134221.708000', '134221.710000', '134221.713000', '134221.716000', '134221.718000', '134221.721000', '134221.723000', '134221.726000', '134221.729000', '134221.731000', '134221.734000'], 'InstanceCreationTime': ['133548.680000', '133548.683000', '133548.686000', '133548.688000', '133548.691000', '133548.693000', '133548.696000', '133548.699000', '133548.702000', '133548.705000', '133548.707000', '133548.710000', '133548.713000', '133548.715000', '133548.718000', '133548.720000', '133548.723000', '133548.726000', '133548.728000', '133548.731000', '133548.734000', '133548.736000', '133548.739000', '133548.741000', '133548.744000', '133548.747000', '133548.749000', '133548.752000', '133548.755000', '133548.758000', '133548.760000', '133548.763000', '133548.766000', '133548.768000', '133548.771000', '133548.773000', '133548.776000', '133548.779000', '133548.781000', '133548.784000', '133548.786000', '133548.789000', '133548.792000', '133548.794000', '133548.797000', '133548.799000', '133548.802000', '133548.805000', '133548.807000', '133548.810000', '133548.813000', '133548.815000', '133548.840000', '133548.843000', '133548.845000', '133548.848000', '133548.851000', '133548.853000', '133548.856000', '133608.644000', '133608.647000', '133608.650000', '133608.652000', '133608.655000', '133608.657000', '133608.660000', '133608.663000', '133608.665000', '133608.668000', '133608.670000', '133608.673000', '133608.676000', '133608.678000', '133608.681000', '133608.683000', '133608.686000', '133608.689000', '133608.691000', '133608.694000', '133608.697000', '133608.699000', '133608.702000', '133608.704000', '133608.707000', '133608.710000', '133608.712000', '133608.715000', '133608.717000', '133608.720000', '133608.723000', '133608.725000', '133608.728000', '133608.730000', '133608.733000', '133608.735000', '133608.738000', '133608.741000', '133608.743000', '133608.746000', '133608.748000', '133608.751000', '133608.753000', '133608.756000', '133628.644000', '133628.647000', '133628.653000', '133628.656000', '133628.659000', '133628.661000', '133628.664000', '133628.667000', '133628.669000', '133628.672000', '133628.674000', '133628.677000', '133628.680000', '133628.682000', '133628.685000', '133628.687000', '133628.690000', '133628.692000', '133628.695000', '133628.698000', '133628.700000', '133628.703000', '133628.705000', '133628.708000', '133628.711000', '133628.713000', '133628.716000', '133628.718000', '133628.721000', '133628.724000', '133628.726000', '133628.729000', '133628.731000', '133628.734000', '133628.737000', '133628.739000', '133628.742000', '133628.744000', '133628.747000', '133628.750000', '133628.752000', '133628.755000', '133628.757000', '133648.645000', '133648.647000', '133648.650000', '133648.653000', '133648.655000', '133648.658000', '133648.660000', '133648.663000', '133648.666000', '133648.669000', '133648.672000', '133648.675000', '133648.677000', '133648.680000', '133648.683000', '133648.685000', '133648.688000', '133648.690000', '133648.693000', '133648.696000', '133648.699000', '133648.701000', '133648.704000', '133648.706000', '133648.709000', '133648.712000', '133648.714000', '133648.717000', '133648.720000', '133648.722000', '133648.725000', '133648.728000', '133648.731000', '133648.733000', '133648.736000', '133648.739000', '133648.741000', '133648.751000', '133648.754000', '133648.756000', '133648.759000', '133648.761000', '133648.764000', '133708.644000', '133708.647000', '133708.650000', '133708.653000', '133708.655000', '133708.658000', '133708.661000', '133708.663000', '133708.666000', '133708.668000', '133708.678000', '133708.680000', '133708.683000', '133708.686000', '133708.688000', '133708.691000', '133708.693000', '133708.696000', '133708.699000', '133708.701000', '133708.704000', '133708.706000', '133708.709000', '133708.712000', '133708.714000', '133708.717000', '133708.720000', '133708.722000', '133708.725000', '133708.727000', '133708.730000', '133708.733000', '133708.735000', '133708.738000', '133708.740000', '133708.743000', '133708.745000', '133708.748000', '133708.751000', '133708.753000', '133708.756000', '133708.758000', '133708.761000', '133708.764000', '133728.645000', '133728.647000', '133728.650000', '133728.653000', '133728.655000', '133728.659000', '133728.662000', '133728.665000', '133728.667000', '133728.670000', '133728.673000', '133728.675000', '133728.678000', '133728.680000', '133728.683000', '133728.685000', '133728.688000', '133728.691000', '133728.693000', '133728.696000', '133728.699000', '133728.701000', '133728.704000', '133728.707000', '133728.709000', '133728.712000', '133728.715000', '133728.717000', '133728.720000', '133728.722000', '133728.725000', '133728.728000', '133728.730000', '133728.733000', '133728.735000', '133728.738000', '133728.741000', '133728.743000', '133728.746000', '133728.748000', '133728.751000', '133728.754000', '133728.756000', '133748.645000', '133748.648000', '133748.651000', '133748.654000', '133748.656000', '133748.659000', '133748.661000', '133748.664000', '133748.667000', '133748.669000', '133748.672000', '133748.675000', '133748.677000', '133748.680000', '133748.683000', '133748.685000', '133748.688000', '133748.690000', '133748.693000', '133748.696000', '133748.698000', '133748.701000', '133748.703000', '133748.706000', '133748.709000', '133748.711000', '133748.714000', '133748.716000', '133748.719000', '133748.722000', '133748.724000', '133748.727000', '133748.730000', '133748.732000', '133748.735000', '133748.737000', '133748.740000', '133748.743000', '133748.745000', '133748.748000', '133748.750000', '133748.753000', '133748.756000', '133748.758000', '133808.645000', '133808.648000', '133808.651000', '133808.653000', '133808.656000', '133808.659000', '133808.662000', '133808.675000', '133808.682000', '133808.685000', '133808.687000', '133808.690000', '133808.693000', '133808.695000', '133808.698000', '133808.701000', '133808.703000', '133808.706000', '133808.709000', '133808.712000', '133808.715000', '133808.717000', '133808.720000', '133808.722000', '133808.725000', '133808.728000', '133808.730000', '133808.733000', '133808.735000', '133808.738000', '133808.741000', '133808.743000', '133808.746000', '133808.749000', '133808.751000', '133808.754000', '133808.757000', '133808.759000', '133808.762000', '133808.765000', '133808.768000', '133808.770000', '133808.773000', '133828.644000', '133828.647000', '133828.650000', '133828.653000', '133828.655000', '133828.658000', '133828.660000', '133828.663000', '133828.666000', '133828.668000', '133828.671000', '133828.674000', '133828.676000', '133828.679000', '133828.682000', '133828.684000', '133828.696000', '133828.698000', '133828.701000', '133828.715000', '133828.717000', '133828.720000', '133828.722000', '133828.725000', '133828.728000', '133828.730000', '133828.733000', '133828.736000', '133828.738000', '133828.741000', '133828.743000', '133828.746000', '133828.749000', '133828.751000', '133828.754000', '133828.756000', '133828.759000', '133828.762000', '133828.764000', '133828.767000', '133828.769000', '133828.772000', '133828.775000', '133828.777000', '133848.645000', '133848.647000', '133848.650000', '133848.653000', '133848.655000', '133848.658000', '133848.660000', '133848.663000', '133848.666000', '133848.668000', '133848.671000', '133848.673000', '133848.676000', '133848.679000', '133848.681000', '133848.684000', '133848.686000', '133848.689000', '133848.692000', '133848.694000', '133848.697000', '133848.699000', '133848.702000', '133848.705000', '133848.707000', '133848.710000', '133848.713000', '133848.723000', '133848.726000', '133848.729000', '133848.732000', '133848.734000', '133848.737000', '133848.739000', '133848.742000', '133848.745000', '133848.747000', '133848.750000', '133848.753000', '133848.755000', '133848.758000', '133848.761000', '133848.763000', '133908.645000', '133908.648000', '133908.650000', '133908.653000', '133908.656000', '133908.658000', '133908.661000', '133908.663000', '133908.666000', '133908.669000', '133908.671000', '133908.674000', '133908.676000', '133908.679000', '133908.682000', '133908.684000', '133908.687000', '133908.690000', '133908.692000', '133908.695000', '133908.697000', '133908.700000', '133908.703000', '133908.705000', '133908.708000', '133908.711000', '133908.713000', '133908.716000', '133908.719000', '133908.721000', '133908.724000', '133908.727000', '133908.729000', '133908.732000', '133908.734000', '133908.737000', '133908.740000', '133908.742000', '133908.745000', '133908.747000', '133908.750000', '133908.753000', '133908.755000', '133908.758000', '133928.644000', '133928.647000', '133928.650000', '133928.653000', '133928.655000', '133928.658000', '133928.661000', '133928.663000', '133928.666000', '133928.669000', '133928.671000', '133928.674000', '133928.677000', '133928.679000', '133928.682000', '133928.684000', '133928.687000', '133928.690000', '133928.692000', '133928.695000', '133928.698000', '133928.700000', '133928.703000', '133928.705000', '133928.708000', '133928.711000', '133928.713000', '133928.716000', '133928.718000', '133928.721000', '133928.724000', '133928.726000', '133928.729000', '133928.732000', '133928.734000', '133928.737000', '133928.739000', '133928.742000', '133928.745000', '133928.748000', '133928.751000', '133928.754000', '133928.757000', '133948.644000', '133948.647000', '133948.650000', '133948.653000', '133948.655000', '133948.658000', '133948.661000', '133948.663000', '133948.666000', '133948.669000', '133948.671000', '133948.674000', '133948.676000', '133948.679000', '133948.682000', '133948.685000', '133948.687000', '133948.690000', '133948.692000', '133948.695000', '133948.698000', '133948.700000', '133948.703000', '133948.705000', '133948.708000', '133948.711000', '133948.714000', '133948.716000', '133948.719000', '133948.722000', '133948.724000', '133948.727000', '133948.730000', '133948.732000', '133948.735000', '133948.737000', '133948.740000', '133948.742000', '133948.745000', '133948.748000', '133948.750000', '133948.753000', '133948.755000', '133948.758000', '134008.655000', '134008.658000', '134008.661000', '134008.664000', '134008.666000', '134008.669000', '134008.671000', '134008.674000', '134008.677000', '134008.679000', '134008.682000', '134008.684000', '134008.687000', '134008.690000', '134008.692000', '134008.695000', '134008.698000', '134008.700000', '134008.703000', '134008.706000', '134008.708000', '134008.711000', '134008.713000', '134008.716000', '134008.718000', '134008.721000', '134008.724000', '134008.726000', '134008.729000', '134008.731000', '134008.734000', '134008.737000', '134008.739000', '134008.742000', '134008.745000', '134008.747000', '134008.750000', '134008.752000', '134008.755000', '134008.758000', '134008.760000', '134008.763000', '134008.766000', '134028.646000', '134028.648000', '134028.651000', '134028.654000', '134028.656000', '134028.659000', '134028.662000', '134028.664000', '134028.667000', '134028.670000', '134028.672000', '134028.675000', '134028.677000', '134028.680000', '134028.683000', '134028.685000', '134028.688000', '134028.691000', '134028.693000', '134028.696000', '134028.698000', '134028.701000', '134028.704000', '134028.706000', '134028.709000', '134028.711000', '134028.714000', '134028.717000', '134028.719000', '134028.722000', '134028.725000', '134028.727000', '134028.730000', '134028.732000', '134028.735000', '134028.737000', '134028.740000', '134028.743000', '134028.745000', '134028.748000', '134028.750000', '134028.764000', '134028.767000', '134028.769000', '134048.645000', '134048.648000', '134048.650000', '134048.653000', '134048.656000', '134048.658000', '134048.661000', '134048.663000', '134048.666000', '134048.669000', '134048.671000', '134048.674000', '134048.677000', '134048.679000', '134048.682000', '134048.684000', '134048.687000', '134048.690000', '134048.692000', '134048.695000', '134048.698000', '134048.700000', '134048.703000', '134048.705000', '134048.708000', '134048.711000', '134048.713000', '134048.716000', '134048.719000', '134048.721000', '134048.724000', '134048.726000', '134048.729000', '134048.732000', '134048.734000', '134048.737000', '134048.739000', '134048.742000', '134048.745000', '134048.747000', '134048.750000', '134048.752000', '134048.755000', '134108.645000', '134108.647000', '134108.650000', '134108.653000', '134108.655000', '134108.660000', '134108.662000', '134108.665000', '134108.668000', '134108.670000', '134108.673000', '134108.675000', '134108.678000', '134108.681000', '134108.683000', '134108.686000', '134108.689000', '134108.691000', '134108.694000', '134108.697000', '134108.700000', '134108.702000', '134108.705000', '134108.707000', '134108.710000', '134108.713000', '134108.715000', '134108.718000', '134108.720000', '134108.723000', '134108.726000', '134108.728000', '134108.731000', '134108.733000', '134108.736000', '134108.739000', '134108.741000', '134108.744000', '134108.746000', '134108.749000', '134108.752000', '134108.754000', '134108.757000', '134108.760000', '134128.645000', '134128.648000', '134128.650000', '134128.653000', '134128.655000', '134128.658000', '134128.661000', '134128.663000', '134128.666000', '134128.668000', '134128.671000', '134128.683000', '134128.686000', '134128.689000', '134128.691000', '134128.694000', '134128.696000', '134128.699000', '134128.702000', '134128.704000', '134128.707000', '134128.709000', '134128.712000', '134128.715000', '134128.717000', '134128.720000', '134128.723000', '134128.725000', '134128.728000', '134128.730000', '134128.733000', '134128.735000', '134128.738000', '134128.741000', '134128.743000', '134128.746000', '134128.748000', '134128.751000', '134128.754000', '134128.756000', '134128.759000', '134128.762000', '134128.764000', '134148.645000', '134148.647000', '134148.650000', '134148.653000', '134148.655000', '134148.658000', '134148.660000', '134148.663000', '134148.666000', '134148.668000', '134148.671000', '134148.674000', '134148.676000', '134148.679000', '134148.682000', '134148.684000', '134148.687000', '134148.690000', '134148.692000', '134148.695000', '134148.697000', '134148.700000', '134148.703000', '134148.705000', '134148.708000', '134148.711000', '134148.713000', '134148.716000', '134148.718000', '134148.721000', '134148.724000', '134148.726000', '134148.729000', '134148.731000', '134148.734000', '134148.737000', '134148.739000', '134148.742000', '134148.745000', '134148.747000', '134148.750000', '134148.752000', '134148.755000', '134148.758000', '134208.644000', '134208.647000', '134208.650000', '134208.652000', '134208.655000', '134208.658000', '134208.660000', '134208.663000', '134208.666000', '134208.668000', '134208.671000', '134208.674000', '134208.676000', '134208.679000', '134208.681000', '134208.684000', '134208.686000', '134208.689000', '134208.692000', '134208.694000', '134208.697000', '134208.700000', '134208.702000', '134208.705000', '134208.708000', '134208.710000', '134208.713000', '134208.715000', '134208.718000', '134208.721000', '134208.723000', '134208.726000', '134208.728000', '134208.731000', '134208.734000', '134208.736000', '134208.739000', '134208.741000', '134208.744000', '134208.747000', '134208.749000', '134208.752000', '134208.755000', '134221.660000', '134221.663000', '134221.666000', '134221.668000', '134221.671000', '134221.673000', '134221.676000', '134221.679000', '134221.681000', '134221.684000', '134221.687000', '134221.689000', '134221.692000', '134221.694000', '134221.697000', '134221.700000', '134221.702000', '134221.705000', '134221.708000', '134221.710000', '134221.713000', '134221.716000', '134221.718000', '134221.721000', '134221.723000', '134221.726000', '134221.729000', '134221.731000', '134221.734000'], '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': [12595, 17149, 10301, 18068, 16244, 12534, 17156, 9616, 15009, 12809, 9583, 18419, 12606, 12382, 13830, 7848, 17019, 8559, 8024, 12841, 7759, 15228, 8057, 8977, 12259, 8014, 15952, 7668, 7718, 9938, 8039, 15764, 7553, 13202, 10361, 8055, 15304, 7543, 13730, 12723, 9965, 15084, 7395, 13940, 11497, 7742, 16157, 7680, 15071, 12692, 8694, 15847, 7717, 13876, 9370, 7662, 15724, 9591, 12743, 14139, 10666, 17708, 9981, 16793, 12296, 13188, 14566, 10211, 16669, 7651, 14719, 11160, 8337, 14826, 8192, 16291, 7490, 7306, 8072, 7965, 13838, 7568, 8411, 11138, 8583, 12293, 8280, 15607, 11132, 11036, 14729, 10471, 16610, 10824, 14511, 14258, 11494, 17370, 9650, 14975, 9720, 9111, 10228, 8227, 17312, 9432, 12323, 10674, 7618, 12100, 8531, 7792, 15861, 11082, 16399, 14431, 12777, 12945, 10160, 16111, 9478, 18812, 12021, 13745, 10876, 7586, 15554, 8040, 10189, 13179, 7932, 13285, 7703, 7998, 14133, 7648, 12783, 11872, 10322, 14876, 8844, 17158, 13725, 12130, 13883, 8023, 16158, 9378, 7853, 15593, 7711, 12570, 9870, 7770, 14284, 7718, 14325, 13365, 11008, 14585, 8170, 15429, 7943, 16157, 9014, 9726, 11580, 7996, 10505, 7441, 7814, 10706, 7624, 8175, 11866, 8182, 15632, 12253, 15978, 14794, 11893, 16922, 12346, 17433, 12036, 17561, 11529, 18454, 13297, 11470, 12653, 7700, 16696, 9408, 11284, 11684, 7979, 14502, 7735, 9910, 12371, 8481, 16509, 8381, 12729, 10311, 7689, 15758, 7619, 13876, 11773, 7676, 13015, 7958, 15453, 8044, 9619, 9039, 7839, 15117, 7837, 7319, 9900, 7754, 13147, 10505, 7620, 15865, 10149, 12624, 13916, 11463, 17196, 11641, 12898, 13252, 8193, 17203, 14074, 11297, 15510, 8747, 14967, 13164, 9088, 16436, 9385, 12746, 11331, 7669, 16231, 11623, 11926, 14753, 8210, 13625, 10277, 7820, 14918, 7798, 13605, 12007, 9058, 14313, 7945, 12764, 8132, 7793, 15633, 11575, 10893, 15001, 9648, 17390, 14100, 11429, 14662, 9086, 16483, 12016, 11145, 15757, 7860, 13985, 10424, 7656, 15774, 8692, 15225, 11729, 8659, 13161, 7675, 11645, 12879, 7689, 13322, 9913, 7738, 13704, 8119, 16410, 11440, 10994, 14388, 9072, 15541, 7804, 13933, 12018, 9320, 15011, 8306, 13156, 7846, 7859, 10807, 8009, 12899, 12661, 10396, 16316, 9999, 14108, 14096, 10879, 16973, 10325, 18207, 11166, 12841, 13218, 9933, 17492, 10027, 12644, 10679, 7746, 15000, 7983, 7730, 12771, 7691, 12138, 10080, 7844, 14822, 8347, 12637, 12977, 7801, 14001, 7701, 7627, 15183, 10264, 10193, 15343, 9180, 15880, 14445, 11678, 17239, 15794, 12013, 15565, 9662, 15882, 14228, 11183, 15398, 9643, 16438, 9154, 14460, 10006, 9458, 13389, 7842, 14669, 7900, 7750, 8984, 8034, 13803, 9070, 7968, 13584, 7920, 13351, 10229, 8638, 14369, 7747, 12731, 11230, 8053, 14216, 7877, 14867, 12118, 11280, 13596, 8189, 15489, 7882, 11003, 8891, 7698, 15938, 11674, 10180, 13255, 7318, 7583, 10948, 10800, 16604, 11007, 17121, 11521, 12067, 15310, 10224, 15980, 14894, 11681, 16410, 12296, 17498, 11287, 15091, 13901, 10246, 15083, 8004, 15658, 7929, 9932, 11698, 7763, 12853, 7862, 7351, 8503, 7573, 7224, 9950, 7452, 7513, 10462, 7989, 10512, 10449, 9701, 16523, 11783, 16540, 12169, 13887, 10584, 11649, 11212, 8383, 14486, 7963, 15472, 8094, 7550, 9243, 7947, 10440, 7865, 7765, 13049, 8917, 8877, 11511, 9261, 16901, 14146, 15153, 14173, 10307, 18433, 14175, 12009, 15154, 9221, 16982, 14115, 13639, 13342, 11011, 16077, 10329, 14317, 13538, 8331, 15743, 9462, 7552, 16560, 8283, 10249, 14543, 7513, 9124, 10337, 8054, 7287, 8719, 8317, 10142, 10786, 8674, 9886, 11450, 11072, 8643, 11954, 11533, 8357, 11867, 11363, 8911, 13174, 12727, 9647, 12082, 13857, 9977, 10422, 12261, 7837, 7940, 11070, 8979, 7884, 10664, 7779, 8180, 9053, 11604, 8436, 7893, 8289, 14136, 12293, 9299, 14258, 11503, 9799, 12656, 9336, 11542, 12726, 9780, 14060, 10217, 7867, 10656, 11337, 10206, 15921, 8849, 8206, 11847, 8087, 8583, 10745, 9829, 14939, 14726, 11282, 16110, 10022, 14833, 13153, 10269, 13432, 9992, 17121, 11741, 12294, 12282, 8774, 10007, 7902, 14148, 8994, 11071, 10211, 7720, 7676, 7800, 8087, 8344, 8991, 7748, 12394, 7566, 7403, 9358, 10095, 14727, 12723, 18071, 14672, 10918, 15952, 12805, 13039, 18368, 14451, 11620, 18604, 15554, 12560, 14932, 10086, 17126, 14481, 9731, 17787, 10968, 14200, 11882, 7413, 14073, 7814, 7544, 9634, 7743, 7235, 10161, 7857, 7463, 7971, 7844, 7599, 7361, 7848, 7318, 12908, 11121, 11305, 13261, 7865, 14874, 12585, 9129, 14728, 12364, 10168, 14156, 14145, 9500, 7759, 13873, 7776, 7264, 12833, 7540, 13964, 12746, 7529, 9604, 7779, 7514, 7786, 7973, 7459, 8784, 7616, 7621, 8478, 8024, 7599, 14000, 8312, 9128, 12721, 7341, 14002, 9647, 7889, 10705, 7253, 9386, 7409, 7458, 7587, 7541, 7485, 7949, 7562, 8935, 7977, 7544, 12315, 10406, 7488, 11976, 7664, 7642, 11762, 9293, 7632, 15912, 12443, 10596, 10235, 7462, 8482, 7762, 7301, 13903, 7888, 9066, 9345, 7666, 13149, 8544, 7379, 8117, 7500, 10459, 8152, 7462, 11698, 7450, 7248, 11288, 7788, 14040, 12267, 9102, 13562, 7570, 12503, 9541, 7432, 12083, 7466, 9439, 7733, 7646, 7460, 14085, 10903, 8228, 8955, 7679, 7644, 10382, 12589, 11882, 11536, 17558, 14024, 10569, 17167, 8671, 7733, 11322, 8508, 11401, 13846, 9806, 15072, 11444, 13173, 9132, 11151, 7650, 17144, 13642, 11191, 12400, 8258, 8031, 7816, 7520, 7585, 7610, 8562, 7496, 12285, 10164, 12998, 10211, 12730, 9320, 12994, 7516, 13402, 7744, 13194, 7772, 11528, 9467, 7479, 12583, 7521, 7221, 8186, 7421, 13071, 7962, 12618, 10563, 7419, 13296, 7518, 15135, 11650, 10837, 12062, 8741, 15431, 7592, 13097, 12936, 9312, 13787, 8344, 14703, 7787, 14369, 7958, 12365, 8574, 8035, 10307, 7624, 7495, 7930, 7952, 11023, 7756, 12090, 12262, 8203, 12774, 7732, 13739, 8526, 8273, 8908, 7705, 7383, 7768, 7924, 9477, 9847, 8370, 12344, 9566, 14418, 7758, 15243, 12873, 8573, 11853, 7574, 14702, 7837, 7765, 7499, 7502, 7672, 7808, 7833, 8745, 11338, 10739, 16342, 13433, 10722, 15693, 11736, 14296, 13959, 10283, 15606, 14062, 10107, 17857, 14425, 8872, 16121, 9607, 10313, 12706, 8344, 11115, 15791, 13646, 9160, 8606, 7578, 7383, 7635, 8928, 7586, 7461, 7376, 7087, 7755, 7835, 14647, 13126, 15338], 'WindowCenter': [4581.0, 4596.0, 4534.0, 4573.0, 4561.0, 4527.0, 4557.0, 4497.0, 4534.0, 4523.0, 4493.0, 4552.0, 4525.0, 4513.0, 4522.0, 4463.0, 4544.0, 4475.0, 4465.0, 4525.0, 4465.0, 4543.0, 4464.0, 4485.0, 4524.0, 4465.0, 4543.0, 4466.0, 4453.0, 4504.0, 4477.0, 4544.0, 4466.0, 4534.0, 4506.0, 4476.0, 4546.0, 4467.0, 4534.0, 4525.0, 4504.0, 4533.0, 4457.0, 4534.0, 4516.0, 4465.0, 4543.0, 4466.0, 4543.0, 4525.0, 4485.0, 4545.0, 4465.0, 4535.0, 4496.0, 4466.0, 4545.0, 4506.0, 4524.0, 4536.0, 4506.0, 4555.0, 4495.0, 4542.0, 4514.0, 4523.0, 4534.0, 4491.0, 4532.0, 4453.0, 4520.0, 4501.0, 4473.0, 4531.0, 4462.0, 4542.0, 4452.0, 4452.0, 4476.0, 4478.0, 4535.0, 4478.0, 4486.0, 4527.0, 4497.0, 4536.0, 4489.0, 4557.0, 4528.0, 4517.0, 4548.0, 4517.0, 4557.0, 4517.0, 4535.0, 4537.0, 4514.0, 4554.0, 4496.0, 4532.0, 4494.0, 4482.0, 4504.0, 4476.0, 4553.0, 4495.0, 4525.0, 4514.0, 4466.0, 4524.0, 4496.0, 4477.0, 4557.0, 4529.0, 4556.0, 4545.0, 4523.0, 4525.0, 4491.0, 4533.0, 4483.0, 4539.0, 4511.0, 4520.0, 4491.0, 4451.0, 4529.0, 4462.0, 4493.0, 4522.0, 4475.0, 4532.0, 4466.0, 4475.0, 4534.0, 4465.0, 4524.0, 4526.0, 4505.0, 4535.0, 4487.0, 4553.0, 4526.0, 4512.0, 4522.0, 4453.0, 4531.0, 4482.0, 4463.0, 4543.0, 4465.0, 4525.0, 4505.0, 4465.0, 4546.0, 4480.0, 4544.0, 4535.0, 4514.0, 4533.0, 4474.0, 4532.0, 4463.0, 4531.0, 4472.0, 4482.0, 4512.0, 4465.0, 4503.0, 4465.0, 4478.0, 4528.0, 4490.0, 4499.0, 4549.0, 4500.0, 4558.0, 4539.0, 4557.0, 4548.0, 4516.0, 4547.0, 4513.0, 4543.0, 4501.0, 4530.0, 4501.0, 4529.0, 4509.0, 4488.0, 4509.0, 4451.0, 4529.0, 4470.0, 4500.0, 4502.0, 4452.0, 4519.0, 4463.0, 4493.0, 4523.0, 4473.0, 4543.0, 4464.0, 4512.0, 4493.0, 4454.0, 4543.0, 4466.0, 4523.0, 4513.0, 4453.0, 4524.0, 4464.0, 4541.0, 4466.0, 4494.0, 4487.0, 4465.0, 4545.0, 4478.0, 4467.0, 4518.0, 4478.0, 4547.0, 4529.0, 4479.0, 4558.0, 4520.0, 4536.0, 4547.0, 4527.0, 4555.0, 4527.0, 4524.0, 4525.0, 4476.0, 4556.0, 4534.0, 4514.0, 4544.0, 4485.0, 4543.0, 4524.0, 4485.0, 4545.0, 4496.0, 4525.0, 4514.0, 4467.0, 4554.0, 4516.0, 4513.0, 4533.0, 4475.0, 4534.0, 4504.0, 4465.0, 4545.0, 4467.0, 4534.0, 4526.0, 4485.0, 4545.0, 4477.0, 4535.0, 4476.0, 4479.0, 4557.0, 4529.0, 4527.0, 4558.0, 4509.0, 4555.0, 4537.0, 4515.0, 4535.0, 4484.0, 4544.0, 4515.0, 4503.0, 4544.0, 4478.0, 4533.0, 4505.0, 4466.0, 4544.0, 4485.0, 4544.0, 4515.0, 4474.0, 4525.0, 4466.0, 4526.0, 4535.0, 4469.0, 4537.0, 4508.0, 4467.0, 4547.0, 4466.0, 4545.0, 4516.0, 4504.0, 4535.0, 4484.0, 4534.0, 4465.0, 4533.0, 4522.0, 4483.0, 4544.0, 4485.0, 4534.0, 4477.0, 4477.0, 4526.0, 4490.0, 4536.0, 4538.0, 4518.0, 4557.0, 4508.0, 4536.0, 4536.0, 4504.0, 4543.0, 4493.0, 4541.0, 4503.0, 4511.0, 4511.0, 4480.0, 4529.0, 4481.0, 4511.0, 4490.0, 4453.0, 4532.0, 4463.0, 4465.0, 4535.0, 4478.0, 4527.0, 4506.0, 4476.0, 4544.0, 4476.0, 4525.0, 4535.0, 4467.0, 4534.0, 4466.0, 4466.0, 4546.0, 4518.0, 4521.0, 4547.0, 4498.0, 4547.0, 4537.0, 4515.0, 4545.0, 4535.0, 4514.0, 4533.0, 4483.0, 4532.0, 4522.0, 4502.0, 4522.0, 4482.0, 4519.0, 4470.0, 4507.0, 4468.0, 4468.0, 4498.0, 4439.0, 4518.0, 4450.0, 4441.0, 4471.0, 4463.0, 4523.0, 4484.0, 4465.0, 4524.0, 4466.0, 4524.0, 4495.0, 4476.0, 4534.0, 4455.0, 4525.0, 4516.0, 4465.0, 4524.0, 4465.0, 4534.0, 4515.0, 4504.0, 4525.0, 4475.0, 4532.0, 4465.0, 4503.0, 4485.0, 4467.0, 4545.0, 4541.0, 4531.0, 4550.0, 4469.0, 4480.0, 4518.0, 4516.0, 4545.0, 4504.0, 4531.0, 4503.0, 4512.0, 4533.0, 4494.0, 4533.0, 4534.0, 4501.0, 4521.0, 4488.0, 4507.0, 4479.0, 4507.0, 4498.0, 4465.0, 4506.0, 4436.0, 4505.0, 4437.0, 4478.0, 4500.0, 4439.0, 4498.0, 4449.0, 4428.0, 4470.0, 4454.0, 4455.0, 4506.0, 4468.0, 4467.0, 4517.0, 4476.0, 4507.0, 4505.0, 4495.0, 4545.0, 4517.0, 4544.0, 4515.0, 4511.0, 4493.0, 4501.0, 4492.0, 4461.0, 4521.0, 4462.0, 4531.0, 4463.0, 4453.0, 4494.0, 4475.0, 4517.0, 4489.0, 4479.0, 4547.0, 4500.0, 4497.0, 4527.0, 4499.0, 4558.0, 4547.0, 4547.0, 4538.0, 4507.0, 4556.0, 4536.0, 4528.0, 4534.0, 4484.0, 4532.0, 4522.0, 4509.0, 4511.0, 4501.0, 4542.0, 4493.0, 4519.0, 4508.0, 4450.0, 4518.0, 4468.0, 4439.0, 4527.0, 4449.0, 4477.0, 4517.0, 4441.0, 4485.0, 4494.0, 4464.0, 4453.0, 4481.0, 4483.0, 4501.0, 4522.0, 4493.0, 4501.0, 4535.0, 4537.0, 4509.0, 4549.0, 4549.0, 4487.0, 4522.0, 4511.0, 4470.0, 4508.0, 4498.0, 4469.0, 4495.0, 4508.0, 4479.0, 4478.0, 4498.0, 4439.0, 4435.0, 4487.0, 4460.0, 4462.0, 4503.0, 4454.0, 4475.0, 4484.0, 4513.0, 4475.0, 4465.0, 4475.0, 4546.0, 4539.0, 4498.0, 4546.0, 4517.0, 4494.0, 4523.0, 4482.0, 4500.0, 4510.0, 4483.0, 4531.0, 4505.0, 4476.0, 4502.0, 4515.0, 4506.0, 4545.0, 4485.0, 4476.0, 4537.0, 4480.0, 4487.0, 4517.0, 4509.0, 4545.0, 4546.0, 4514.0, 4545.0, 4495.0, 4522.0, 4511.0, 4480.0, 4522.0, 4482.0, 4530.0, 4502.0, 4498.0, 4499.0, 4461.0, 4480.0, 4450.0, 4533.0, 4496.0, 4514.0, 4505.0, 4466.0, 4476.0, 4490.0, 4502.0, 4512.0, 4535.0, 4506.0, 4551.0, 4482.0, 4470.0, 4498.0, 4508.0, 4538.0, 4525.0, 4543.0, 4533.0, 4491.0, 4531.0, 4512.0, 4523.0, 4554.0, 4523.0, 4502.0, 4531.0, 4508.0, 4487.0, 4507.0, 4469.0, 4531.0, 4518.0, 4467.0, 4517.0, 4475.0, 4507.0, 4486.0, 4414.0, 4492.0, 4423.0, 4425.0, 4466.0, 4439.0, 4438.0, 4489.0, 4451.0, 4440.0, 4449.0, 4448.0, 4439.0, 4429.0, 4438.0, 4430.0, 4497.0, 4486.0, 4477.0, 4497.0, 4448.0, 4517.0, 4499.0, 4471.0, 4519.0, 4509.0, 4478.0, 4508.0, 4506.0, 4466.0, 4428.0, 4497.0, 4437.0, 4426.0, 4496.0, 4429.0, 4507.0, 4495.0, 4436.0, 4465.0, 4425.0, 4427.0, 4436.0, 4448.0, 4437.0, 4460.0, 4451.0, 4450.0, 4460.0, 4460.0, 4452.0, 4518.0, 4473.0, 4480.0, 4511.0, 4453.0, 4521.0, 4480.0, 4451.0, 4489.0, 4453.0, 4493.0, 4452.0, 4454.0, 4463.0, 4474.0, 4466.0, 4475.0, 4475.0, 4495.0, 4476.0, 4475.0, 4536.0, 4529.0, 4467.0, 4524.0, 4464.0, 4475.0, 4526.0, 4496.0, 4477.0, 4543.0, 4522.0, 4503.0, 4499.0, 4452.0, 4471.0, 4463.0, 4450.0, 4519.0, 4459.0, 4470.0, 4492.0, 4462.0, 4520.0, 4483.0, 4464.0, 4463.0, 4452.0, 4502.0, 4487.0, 4465.0, 4523.0, 4475.0, 4464.0, 4513.0, 4463.0, 4531.0, 4510.0, 4470.0, 4520.0, 4464.0, 4522.0, 4491.0, 4441.0, 4510.0, 4441.0, 4481.0, 4462.0, 4463.0, 4464.0, 4545.0, 4526.0, 4486.0, 4496.0, 4475.0, 4476.0, 4526.0, 4548.0, 4549.0, 4549.0, 4568.0, 4548.0, 4504.0, 4543.0, 4473.0, 4453.0, 4502.0, 4471.0, 4513.0, 4544.0, 4502.0, 4528.0, 4487.0, 4484.0, 4442.0, 4460.0, 4424.0, 4513.0, 4516.0, 4497.0, 4506.0, 4458.0, 4444.0, 4457.0, 4471.0, 4472.0, 4462.0, 4494.0, 4466.0, 4524.0, 4503.0, 4523.0, 4491.0, 4499.0, 4456.0, 4495.0, 4424.0, 4494.0, 4436.0, 4494.0, 4437.0, 4495.0, 4476.0, 4437.0, 4505.0, 4450.0, 4451.0, 4471.0, 4462.0, 4531.0, 4473.0, 4521.0, 4512.0, 4452.0, 4532.0, 4463.0, 4542.0, 4522.0, 4513.0, 4535.0, 4484.0, 4541.0, 4461.0, 4520.0, 4521.0, 4490.0, 4531.0, 4484.0, 4543.0, 4450.0, 4518.0, 4448.0, 4506.0, 4469.0, 4459.0, 4499.0, 4464.0, 4452.0, 4474.0, 4472.0, 4523.0, 4475.0, 4523.0, 4532.0, 4483.0, 4531.0, 4475.0, 4542.0, 4494.0, 4485.0, 4494.0, 4474.0, 4466.0, 4475.0, 4488.0, 4516.0, 4527.0, 4497.0, 4546.0, 4505.0, 4544.0, 4476.0, 4566.0, 4546.0, 4495.0, 4534.0, 4477.0, 4544.0, 4475.0, 4474.0, 4464.0, 4466.0, 4488.0, 4487.0, 4490.0, 4497.0, 4538.0, 4539.0, 4579.0, 4558.0, 4527.0, 4567.0, 4539.0, 4546.0, 4545.0, 4506.0, 4554.0, 4545.0, 4504.0, 4552.0, 4520.0, 4483.0, 4529.0, 4492.0, 4501.0, 4520.0, 4471.0, 4524.0, 4541.0, 4531.0, 4493.0, 4483.0, 4460.0, 4450.0, 4464.0, 4484.0, 4463.0, 4465.0, 4456.0, 4454.0, 4464.0, 4465.0, 4541.0, 4520.0, 4530.0], 'WindowWidth': [10022.0, 10033.0, 9944.0, 9991.0, 9971.0, 9917.0, 9957.0, 9876.0, 9919.0, 9903.0, 9864.0, 9943.0, 9908.0, 9888.0, 9901.0, 9821.0, 9933.0, 9842.0, 9826.0, 9908.0, 9831.0, 9932.0, 9826.0, 9856.0, 9908.0, 9829.0, 9931.0, 9832.0, 9811.0, 9883.0, 9851.0, 9935.0, 9834.0, 9920.0, 9887.0, 9849.0, 9941.0, 9836.0, 9921.0, 9911.0, 9880.0, 9918.0, 9821.0, 9919.0, 9897.0, 9830.0, 9934.0, 9834.0, 9932.0, 9910.0, 9856.0, 9938.0, 9833.0, 9925.0, 9874.0, 9834.0, 9938.0, 9887.0, 9909.0, 9927.0, 9885.0, 9951.0, 9869.0, 9928.0, 9892.0, 9901.0, 9918.0, 9857.0, 9913.0, 9809.0, 9893.0, 9871.0, 9837.0, 9911.0, 9821.0, 9927.0, 9808.0, 9809.0, 9846.0, 9852.0, 9925.0, 9853.0, 9863.0, 9919.0, 9877.0, 9930.0, 9870.0, 9959.0, 9921.0, 9902.0, 9947.0, 9903.0, 9956.0, 9901.0, 9923.0, 9927.0, 9893.0, 9948.0, 9872.0, 9916.0, 9866.0, 9847.0, 9879.0, 9845.0, 9946.0, 9871.0, 9910.0, 9895.0, 9833.0, 9910.0, 9876.0, 9851.0, 9959.0, 9922.0, 9956.0, 9940.0, 9903.0, 9907.0, 9857.0, 9915.0, 9846.0, 9921.0, 9883.0, 9892.0, 9856.0, 9803.0, 9906.0, 9822.0, 9863.0, 9902.0, 9844.0, 9917.0, 9833.0, 9846.0, 9921.0, 9832.0, 9908.0, 9913.0, 9883.0, 9922.0, 9860.0, 9947.0, 9911.0, 9886.0, 9900.0, 9807.0, 9911.0, 9846.0, 9823.0, 9933.0, 9831.0, 9911.0, 9885.0, 9831.0, 9941.0, 9858.0, 9935.0, 9924.0, 9894.0, 9919.0, 9841.0, 9915.0, 9824.0, 9911.0, 9834.0, 9847.0, 9889.0, 9831.0, 9878.0, 9832.0, 9854.0, 9922.0, 9877.0, 9887.0, 9955.0, 9887.0, 9963.0, 9937.0, 9959.0, 9948.0, 9898.0, 9945.0, 9891.0, 9932.0, 9869.0, 9907.0, 9867.0, 9906.0, 9878.0, 9846.0, 9877.0, 9803.0, 9905.0, 9827.0, 9865.0, 9871.0, 9806.0, 9893.0, 9826.0, 9864.0, 9905.0, 9837.0, 9931.0, 9826.0, 9885.0, 9862.0, 9813.0, 9931.0, 9832.0, 9903.0, 9891.0, 9809.0, 9904.0, 9828.0, 9927.0, 9832.0, 9868.0, 9861.0, 9832.0, 9941.0, 9854.0, 9839.0, 9908.0, 9858.0, 9945.0, 9924.0, 9859.0, 9965.0, 9912.0, 9930.0, 9947.0, 9917.0, 9954.0, 9915.0, 9906.0, 9909.0, 9847.0, 9953.0, 9922.0, 9892.0, 9934.0, 9856.0, 9934.0, 9908.0, 9856.0, 9938.0, 9872.0, 9909.0, 9894.0, 9833.0, 9949.0, 9899.0, 9891.0, 9920.0, 9842.0, 9920.0, 9881.0, 9829.0, 9938.0, 9835.0, 9922.0, 9913.0, 9858.0, 9937.0, 9848.0, 9926.0, 9850.0, 9857.0, 9961.0, 9925.0, 9919.0, 9963.0, 9894.0, 9954.0, 9929.0, 9896.0, 9923.0, 9852.0, 9934.0, 9896.0, 9876.0, 9934.0, 9850.0, 9919.0, 9883.0, 9832.0, 9935.0, 9857.0, 9934.0, 9896.0, 9838.0, 9908.0, 9831.0, 9913.0, 9924.0, 9842.0, 9930.0, 9891.0, 9835.0, 9941.0, 9831.0, 9937.0, 9900.0, 9881.0, 9924.0, 9852.0, 9919.0, 9830.0, 9919.0, 9904.0, 9853.0, 9936.0, 9860.0, 9923.0, 9853.0, 9852.0, 9917.0, 9872.0, 9930.0, 9935.0, 9908.0, 9960.0, 9893.0, 9926.0, 9926.0, 9879.0, 9930.0, 9863.0, 9927.0, 9873.0, 9879.0, 9882.0, 9838.0, 9906.0, 9843.0, 9882.0, 9856.0, 9809.0, 9915.0, 9826.0, 9830.0, 9924.0, 9853.0, 9915.0, 9887.0, 9847.0, 9936.0, 9847.0, 9912.0, 9924.0, 9836.0, 9922.0, 9834.0, 9834.0, 9943.0, 9910.0, 9916.0, 9947.0, 9879.0, 9942.0, 9928.0, 9896.0, 9936.0, 9924.0, 9890.0, 9916.0, 9848.0, 9912.0, 9898.0, 9871.0, 9898.0, 9844.0, 9891.0, 9826.0, 9871.0, 9818.0, 9818.0, 9858.0, 9780.0, 9887.0, 9799.0, 9788.0, 9829.0, 9821.0, 9901.0, 9852.0, 9827.0, 9907.0, 9832.0, 9905.0, 9866.0, 9842.0, 9918.0, 9816.0, 9908.0, 9897.0, 9827.0, 9905.0, 9829.0, 9920.0, 9896.0, 9876.0, 9908.0, 9841.0, 9917.0, 9829.0, 9876.0, 9856.0, 9836.0, 9939.0, 9946.0, 9931.0, 9955.0, 9846.0, 9858.0, 9906.0, 9900.0, 9939.0, 9876.0, 9911.0, 9874.0, 9885.0, 9917.0, 9865.0, 9917.0, 9919.0, 9866.0, 9896.0, 9843.0, 9868.0, 9833.0, 9868.0, 9856.0, 9808.0, 9865.0, 9772.0, 9863.0, 9775.0, 9833.0, 9865.0, 9781.0, 9859.0, 9794.0, 9767.0, 9828.0, 9812.0, 9817.0, 9887.0, 9839.0, 9836.0, 9902.0, 9846.0, 9887.0, 9883.0, 9869.0, 9939.0, 9901.0, 9933.0, 9895.0, 9883.0, 9859.0, 9868.0, 9856.0, 9814.0, 9895.0, 9820.0, 9911.0, 9824.0, 9810.0, 9867.0, 9843.0, 9904.0, 9871.0, 9860.0, 9947.0, 9888.0, 9877.0, 9915.0, 9881.0, 9961.0, 9946.0, 9944.0, 9932.0, 9891.0, 9957.0, 9928.0, 9917.0, 9919.0, 9852.0, 9912.0, 9899.0, 9877.0, 9884.0, 9871.0, 9931.0, 9862.0, 9891.0, 9875.0, 9798.0, 9886.0, 9821.0, 9786.0, 9898.0, 9796.0, 9831.0, 9886.0, 9788.0, 9855.0, 9867.0, 9826.0, 9812.0, 9853.0, 9857.0, 9878.0, 9912.0, 9874.0, 9881.0, 9932.0, 9941.0, 9905.0, 9960.0, 9960.0, 9869.0, 9908.0, 9889.0, 9830.0, 9875.0, 9861.0, 9823.0, 9855.0, 9877.0, 9837.0, 9834.0, 9861.0, 9784.0, 9773.0, 9845.0, 9814.0, 9825.0, 9881.0, 9816.0, 9846.0, 9854.0, 9892.0, 9845.0, 9833.0, 9846.0, 9943.0, 9939.0, 9883.0, 9943.0, 9904.0, 9869.0, 9905.0, 9849.0, 9867.0, 9883.0, 9850.0, 9916.0, 9885.0, 9848.0, 9875.0, 9900.0, 9886.0, 9937.0, 9857.0, 9845.0, 9931.0, 9859.0, 9860.0, 9903.0, 9896.0, 9938.0, 9941.0, 9893.0, 9939.0, 9869.0, 9899.0, 9883.0, 9839.0, 9901.0, 9847.0, 9908.0, 9871.0, 9863.0, 9865.0, 9814.0, 9839.0, 9800.0, 9918.0, 9876.0, 9895.0, 9885.0, 9835.0, 9850.0, 9878.0, 9900.0, 9912.0, 9949.0, 9906.0, 9960.0, 9864.0, 9847.0, 9879.0, 9890.0, 9932.0, 9909.0, 9933.0, 9919.0, 9854.0, 9911.0, 9886.0, 9905.0, 9951.0, 9906.0, 9873.0, 9913.0, 9874.0, 9841.0, 9869.0, 9822.0, 9913.0, 9891.0, 9820.0, 9882.0, 9823.0, 9870.0, 9841.0, 9741.0, 9840.0, 9749.0, 9756.0, 9812.0, 9784.0, 9784.0, 9851.0, 9804.0, 9788.0, 9797.0, 9794.0, 9781.0, 9768.0, 9778.0, 9774.0, 9857.0, 9843.0, 9830.0, 9857.0, 9794.0, 9885.0, 9863.0, 9829.0, 9893.0, 9878.0, 9836.0, 9874.0, 9870.0, 9813.0, 9765.0, 9857.0, 9775.0, 9761.0, 9855.0, 9769.0, 9870.0, 9854.0, 9775.0, 9813.0, 9758.0, 9763.0, 9775.0, 9795.0, 9782.0, 9813.0, 9803.0, 9804.0, 9816.0, 9817.0, 9809.0, 9890.0, 9837.0, 9845.0, 9884.0, 9811.0, 9898.0, 9843.0, 9805.0, 9851.0, 9813.0, 9866.0, 9813.0, 9815.0, 9829.0, 9845.0, 9841.0, 9847.0, 9851.0, 9876.0, 9849.0, 9849.0, 9931.0, 9930.0, 9841.0, 9912.0, 9831.0, 9849.0, 9918.0, 9877.0, 9856.0, 9937.0, 9906.0, 9881.0, 9871.0, 9812.0, 9836.0, 9827.0, 9807.0, 9896.0, 9817.0, 9830.0, 9865.0, 9825.0, 9899.0, 9857.0, 9832.0, 9826.0, 9812.0, 9879.0, 9868.0, 9835.0, 9910.0, 9852.0, 9833.0, 9894.0, 9830.0, 9913.0, 9884.0, 9831.0, 9900.0, 9827.0, 9903.0, 9860.0, 9792.0, 9886.0, 9793.0, 9844.0, 9824.0, 9828.0, 9832.0, 9945.0, 9920.0, 9863.0, 9878.0, 9848.0, 9852.0, 9922.0, 9955.0, 9958.0, 9959.0, 9981.0, 9951.0, 9882.0, 9934.0, 9837.0, 9810.0, 9876.0, 9833.0, 9895.0, 9941.0, 9882.0, 9906.0, 9846.0, 9834.0, 9774.0, 9794.0, 9754.0, 9879.0, 9893.0, 9867.0, 9877.0, 9812.0, 9789.0, 9814.0, 9841.0, 9842.0, 9829.0, 9874.0, 9838.0, 9916.0, 9880.0, 9907.0, 9859.0, 9867.0, 9802.0, 9854.0, 9758.0, 9849.0, 9775.0, 9851.0, 9780.0, 9859.0, 9834.0, 9783.0, 9872.0, 9807.0, 9810.0, 9837.0, 9828.0, 9918.0, 9842.0, 9902.0, 9893.0, 9813.0, 9920.0, 9832.0, 9933.0, 9907.0, 9896.0, 9932.0, 9859.0, 9931.0, 9823.0, 9898.0, 9903.0, 9860.0, 9916.0, 9858.0, 9938.0, 9808.0, 9893.0, 9799.0, 9873.0, 9828.0, 9817.0, 9872.0, 9831.0, 9814.0, 9847.0, 9843.0, 9911.0, 9851.0, 9909.0, 9923.0, 9857.0, 9920.0, 9851.0, 9935.0, 9875.0, 9864.0, 9875.0, 9849.0, 9842.0, 9852.0, 9873.0, 9908.0, 9925.0, 9885.0, 9950.0, 9890.0, 9942.0, 9854.0, 9978.0, 9949.0, 9877.0, 9927.0, 9856.0, 9941.0, 9848.0, 9846.0, 9833.0, 9841.0, 9874.0, 9871.0, 9879.0, 9884.0, 9942.0, 9945.0, 10002.0, 9970.0, 9923.0, 9981.0, 9946.0, 9947.0, 9944.0, 9889.0, 9959.0, 9945.0, 9885.0, 9949.0, 9898.0, 9854.0, 9912.0, 9864.0, 9878.0, 9901.0, 9838.0, 9915.0, 9933.0, 9920.0, 9873.0, 9855.0, 9820.0, 9807.0, 9831.0, 9858.0, 9826.0, 9835.0, 9823.0, 9821.0, 9833.0, 9836.0, 9933.0, 9900.0, 9911.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.014331793179317931</td></tr>
<tr><td colspan=3>aqi</td><td>0.07332884510451045</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.05077996436127</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1174284050440528</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0159769910572707</td></tr>
<tr><td colspan=3>efc</td><td>0.4491</td></tr>
<tr><td colspan=3>fber</td><td>6004.1865</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16773282911911783</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>206</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.662266226622663</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5897515751558835</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5562679390538228</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.773627570235202</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4393592161786253</td></tr>
<tr><td colspan=3>gcor</td><td>0.00784145</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003895674366503954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02335786446928978</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.8947157326488426</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>29.3942</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7778</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.1624</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309965.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.4341</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.9153</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3764.8249</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.633</td></tr>
<tr><td colspan=3>tsnr</td><td>24.624240639968775</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>