<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>b2f72f516588574d376de8c808c62238</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:08:36.362500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107332</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4179, -7741, -7255, 634, 27, -133, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.888</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d058a70a-922f-422c-b743-9158317760eb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['130836.362500', '130836.822500', '130837.282500', '130837.742500', '130838.202500', '130838.662500', '130839.122500', '130839.582500', '130840.042500', '130840.502500', '130840.962500', '130841.422500', '130841.882500', '130842.342500', '130842.802500', '130843.262500', '130843.722500', '130844.182500', '130844.642500', '130845.102500', '130845.562500', '130846.022500', '130846.482500', '130846.942500', '130847.402500', '130847.862500', '130848.322500', '130848.782500', '130849.242500', '130849.702500', '130850.162500', '130850.622500', '130851.082500', '130851.542500', '130852.002500', '130852.462500', '130852.922500', '130853.382500', '130853.842500', '130854.302500', '130854.762500', '130855.222500', '130855.682500', '130856.142500', '130856.602500', '130857.062500', '130857.522500', '130857.982500', '130858.442500', '130858.902500', '130859.362500', '130859.822500', '130900.282500', '130900.742500', '130901.202500', '130901.662500', '130902.122500', '130902.582500', '130903.042500', '130903.502500', '130903.962500', '130904.422500', '130904.882500', '130905.342500', '130905.802500', '130906.262500', '130906.722500', '130907.182500', '130907.642500', '130908.102500', '130908.562500', '130909.022500', '130909.482500', '130909.942500', '130910.402500', '130910.862500', '130911.322500', '130911.782500', '130912.242500', '130912.702500', '130913.162500', '130913.622500', '130914.082500', '130914.542500', '130915.002500', '130915.462500', '130915.922500', '130916.382500', '130916.842500', '130917.302500', '130917.762500', '130918.222500', '130918.682500', '130919.142500', '130919.602500', '130920.062500', '130920.522500', '130920.982500', '130921.442500', '130921.902500', '130922.362500', '130922.822500', '130923.282500', '130923.742500', '130924.202500', '130924.662500', '130925.122500', '130925.582500', '130926.042500', '130926.502500', '130926.962500', '130927.422500', '130927.882500', '130928.342500', '130928.802500', '130929.262500', '130929.722500', '130930.182500', '130930.642500', '130931.102500', '130931.562500', '130932.022500', '130932.482500', '130932.942500', '130933.402500', '130933.862500', '130934.322500', '130934.782500', '130935.242500', '130935.702500', '130936.162500', '130936.622500', '130937.082500', '130937.542500', '130938.002500', '130938.462500', '130938.922500', '130939.382500', '130939.842500', '130940.302500', '130940.762500', '130941.222500', '130941.682500', '130942.142500', '130942.602500', '130943.062500', '130943.522500', '130943.982500', '130944.442500', '130944.902500', '130945.362500', '130945.822500', '130946.282500', '130946.742500', '130947.202500', '130947.662500', '130948.122500', '130948.582500', '130949.042500', '130949.502500', '130949.962500', '130950.422500', '130950.882500', '130951.342500', '130951.802500', '130952.262500', '130952.722500', '130953.182500', '130953.642500', '130954.102500', '130954.562500', '130955.022500', '130955.482500', '130955.942500', '130956.402500', '130956.862500', '130957.322500', '130957.782500', '130958.242500', '130958.702500', '130959.162500', '130959.622500', '131000.082500', '131000.542500', '131001.002500', '131001.462500', '131001.922500', '131002.382500', '131002.842500', '131003.302500', '131003.762500', '131004.222500', '131004.682500', '131005.142500', '131005.602500', '131006.062500', '131006.522500', '131006.982500', '131007.442500', '131007.902500', '131008.362500', '131008.822500', '131009.282500', '131009.742500', '131010.202500', '131010.662500', '131011.122500', '131011.582500', '131012.042500', '131012.502500', '131012.962500', '131013.422500', '131013.882500', '131014.342500', '131014.802500', '131015.262500', '131015.722500', '131016.182500', '131016.642500', '131017.102500', '131017.562500', '131018.022500', '131018.482500', '131018.942500', '131019.402500', '131019.862500', '131020.322500', '131020.782500', '131021.242500', '131021.702500', '131022.162500', '131022.622500', '131023.082500', '131023.542500', '131024.002500', '131024.462500', '131024.922500', '131025.382500', '131025.842500', '131026.302500', '131026.762500', '131027.222500', '131027.682500', '131028.142500', '131028.602500', '131029.062500', '131029.522500', '131029.982500', '131030.442500', '131030.902500', '131031.362500', '131031.822500', '131032.282500', '131032.742500', '131033.202500', '131033.662500', '131034.122500', '131034.582500', '131035.042500', '131035.502500', '131035.962500', '131036.422500', '131036.882500', '131037.342500', '131037.802500', '131038.262500', '131038.722500', '131039.182500', '131039.642500', '131040.102500', '131040.562500', '131041.022500', '131041.482500', '131041.942500', '131042.402500', '131042.862500', '131043.322500', '131043.782500', '131044.242500', '131044.702500', '131045.162500', '131045.622500', '131046.082500', '131046.542500', '131047.002500', '131047.462500', '131047.922500', '131048.382500', '131048.842500', '131049.302500', '131049.762500', '131050.222500', '131050.682500', '131051.142500', '131051.602500', '131052.062500', '131052.522500', '131052.982500', '131053.442500', '131053.902500', '131054.362500', '131054.822500', '131055.282500', '131055.742500', '131056.202500', '131056.662500', '131057.122500', '131057.582500', '131058.042500', '131058.502500', '131058.962500', '131059.422500', '131059.882500', '131100.342500', '131100.802500', '131101.262500', '131101.722500', '131102.182500', '131102.642500', '131103.102500', '131103.562500', '131104.022500', '131104.482500', '131104.942500', '131105.402500', '131105.862500', '131106.322500', '131106.782500', '131107.242500', '131107.702500', '131108.162500', '131108.622500', '131109.082500', '131109.542500', '131110.002500', '131110.462500', '131110.922500', '131111.382500', '131111.842500', '131112.302500', '131112.762500', '131113.222500', '131113.682500', '131114.142500', '131114.602500', '131115.062500', '131115.522500', '131115.982500', '131116.442500', '131116.902500', '131117.362500', '131117.822500', '131118.282500', '131118.742500', '131119.202500', '131119.662500', '131120.122500', '131120.582500', '131121.042500', '131121.502500', '131121.962500', '131122.422500', '131122.882500', '131123.342500', '131123.802500', '131124.262500', '131124.722500', '131125.182500', '131125.642500', '131126.102500', '131126.562500', '131127.022500', '131127.482500', '131127.942500', '131128.402500', '131128.862500', '131129.322500', '131129.782500', '131130.242500', '131130.702500', '131131.162500', '131131.622500', '131132.082500', '131132.542500', '131133.002500', '131133.462500', '131133.922500', '131134.382500', '131134.842500', '131135.302500', '131135.762500', '131136.222500', '131136.682500', '131137.142500', '131137.602500', '131138.062500', '131138.522500', '131138.982500', '131139.442500', '131139.902500', '131140.362500', '131140.822500', '131141.282500', '131141.742500', '131142.202500', '131142.662500', '131143.122500', '131143.582500', '131144.042500', '131144.502500', '131144.962500', '131145.422500', '131145.882500', '131146.342500', '131146.802500', '131147.262500', '131147.722500', '131148.182500', '131148.642500', '131149.102500', '131149.562500', '131150.022500', '131150.482500', '131150.942500', '131151.402500', '131151.862500', '131152.322500', '131152.782500', '131153.242500', '131153.702500', '131154.162500', '131154.622500', '131155.082500', '131155.542500', '131156.002500', '131156.462500', '131156.922500', '131157.382500', '131157.842500', '131158.302500', '131158.762500', '131159.222500', '131159.682500', '131200.142500', '131200.602500', '131201.062500', '131201.522500', '131201.982500', '131202.442500', '131202.902500', '131203.362500', '131203.822500', '131204.282500', '131204.742500', '131205.202500', '131205.662500', '131206.122500', '131206.582500', '131207.042500', '131207.502500', '131207.962500', '131208.422500', '131208.882500', '131209.342500', '131209.802500', '131210.262500', '131210.722500', '131211.182500', '131211.642500', '131212.102500', '131212.562500', '131213.022500', '131213.482500', '131213.942500', '131214.402500', '131214.862500', '131215.322500', '131215.782500', '131216.242500', '131216.702500', '131217.162500', '131217.622500', '131218.082500', '131218.542500', '131219.002500', '131219.462500', '131219.922500', '131220.382500', '131220.842500', '131221.302500', '131221.762500', '131222.222500', '131222.682500', '131223.142500', '131223.602500', '131224.062500', '131224.522500', '131224.982500', '131225.442500', '131225.902500', '131226.362500', '131226.822500', '131227.282500', '131227.742500', '131228.202500', '131228.662500', '131229.122500', '131229.582500', '131230.042500', '131230.502500', '131230.962500', '131231.422500', '131231.882500', '131232.342500', '131232.802500', '131233.262500', '131233.722500', '131234.182500', '131234.642500', '131235.102500', '131235.562500', '131236.022500', '131236.482500', '131236.942500', '131237.402500', '131237.862500', '131238.322500', '131238.782500', '131239.242500', '131239.702500', '131240.162500', '131240.622500', '131241.082500', '131241.542500', '131242.002500', '131242.462500', '131242.922500', '131243.382500', '131243.842500', '131244.302500', '131244.762500', '131245.222500', '131245.682500', '131246.142500', '131246.602500', '131247.062500', '131247.522500', '131247.982500', '131248.442500', '131248.902500', '131249.362500', '131249.822500', '131250.282500', '131250.742500', '131251.202500', '131251.662500', '131252.122500', '131252.582500', '131253.042500', '131253.502500', '131253.962500', '131254.422500', '131254.882500', '131255.342500', '131255.802500', '131256.262500', '131256.722500', '131257.182500', '131257.642500', '131258.102500', '131258.562500', '131259.022500', '131259.482500', '131259.942500', '131300.402500', '131300.862500', '131301.322500', '131301.782500', '131302.242500', '131302.702500', '131303.162500', '131303.622500', '131304.082500', '131304.542500', '131305.002500', '131305.462500', '131305.922500', '131306.382500', '131306.842500', '131307.302500', '131307.762500', '131308.222500', '131308.682500', '131309.142500', '131309.602500', '131310.062500', '131310.522500', '131310.982500', '131311.442500', '131311.902500', '131312.362500', '131312.822500', '131313.282500', '131313.742500', '131314.202500', '131314.662500', '131315.122500', '131315.582500', '131316.042500', '131316.502500', '131316.962500', '131317.422500', '131317.882500', '131318.342500', '131318.802500', '131319.262500', '131319.722500', '131320.182500', '131320.642500', '131321.102500', '131321.562500', '131322.022500', '131322.482500', '131322.942500', '131323.402500', '131323.862500', '131324.322500', '131324.782500', '131325.242500', '131325.702500', '131326.162500', '131326.622500', '131327.082500', '131327.542500', '131328.002500', '131328.462500', '131328.922500', '131329.382500', '131329.842500', '131330.302500', '131330.762500', '131331.222500', '131331.682500', '131332.142500', '131332.602500', '131333.062500', '131333.522500', '131333.982500', '131334.442500', '131334.902500', '131335.362500', '131335.822500', '131336.282500', '131336.742500', '131337.202500', '131337.662500', '131338.122500', '131338.582500', '131339.042500', '131339.502500', '131339.962500', '131340.422500', '131340.882500', '131341.342500', '131341.802500', '131342.262500', '131342.722500', '131343.182500', '131343.642500', '131344.102500', '131344.562500', '131345.022500', '131345.482500', '131345.942500', '131346.402500', '131346.862500', '131347.322500', '131347.782500', '131348.242500', '131348.702500', '131349.162500', '131349.622500', '131350.082500', '131350.542500', '131351.002500', '131351.462500', '131351.922500', '131352.382500', '131352.842500', '131353.302500', '131353.762500', '131354.222500', '131354.682500', '131355.142500', '131355.602500', '131356.062500', '131356.522500', '131356.982500', '131357.442500', '131357.902500', '131358.362500', '131358.822500', '131359.282500', '131359.742500', '131400.202500', '131400.662500', '131401.122500', '131401.582500', '131402.042500', '131402.502500', '131402.962500', '131403.422500', '131403.882500', '131404.342500', '131404.802500', '131405.262500', '131405.722500', '131406.182500', '131406.642500', '131407.102500', '131407.562500', '131408.022500', '131408.482500', '131408.942500', '131409.402500', '131409.862500', '131410.322500', '131410.782500', '131411.242500', '131411.702500', '131412.162500', '131412.622500', '131413.082500', '131413.542500', '131414.002500', '131414.462500', '131414.922500', '131415.382500', '131415.842500', '131416.302500', '131416.762500', '131417.222500', '131417.682500', '131418.142500', '131418.602500', '131419.062500', '131419.522500', '131419.982500', '131420.442500', '131420.902500', '131421.362500', '131421.822500', '131422.282500', '131422.742500', '131423.202500', '131423.662500', '131424.122500', '131424.582500', '131425.042500', '131425.502500', '131425.962500', '131426.422500', '131426.882500', '131427.342500', '131427.802500', '131428.262500', '131428.722500', '131429.182500', '131429.642500', '131430.102500', '131430.562500', '131431.022500', '131431.482500', '131431.942500', '131432.402500', '131432.862500', '131433.322500', '131433.782500', '131434.242500', '131434.702500', '131435.162500', '131435.622500', '131436.082500', '131436.542500', '131437.002500', '131437.462500', '131437.922500', '131438.382500', '131438.842500', '131439.302500', '131439.762500', '131440.222500', '131440.682500', '131441.142500', '131441.602500', '131442.062500', '131442.522500', '131442.982500', '131443.442500', '131443.902500', '131444.362500', '131444.822500', '131445.282500', '131445.742500', '131446.202500', '131446.662500', '131447.122500', '131447.582500', '131448.042500', '131448.502500', '131448.962500', '131449.422500', '131449.882500', '131450.342500', '131450.802500', '131451.262500', '131451.722500', '131452.182500', '131452.642500', '131453.102500', '131453.562500', '131454.022500', '131454.482500', '131454.942500', '131455.402500', '131455.862500', '131456.322500', '131456.782500', '131457.242500', '131457.702500', '131458.162500', '131458.622500', '131459.082500', '131459.542500', '131500.002500', '131500.462500', '131500.922500', '131501.382500', '131501.842500', '131502.302500', '131502.762500', '131503.222500', '131503.682500', '131504.142500', '131504.602500', '131505.062500', '131505.522500', '131505.982500', '131506.442500', '131506.902500', '131507.362500', '131507.822500', '131508.282500', '131508.742500', '131509.202500', '131509.662500', '131510.122500', '131510.582500', '131511.042500', '131511.502500', '131511.962500', '131512.422500', '131512.882500', '131513.342500', '131513.802500', '131514.262500', '131514.722500', '131515.182500', '131515.642500', '131516.102500', '131516.562500', '131517.022500', '131517.482500', '131517.942500', '131518.402500', '131518.862500', '131519.322500', '131519.782500', '131520.242500', '131520.702500', '131521.162500', '131521.622500', '131522.082500', '131522.542500', '131523.002500', '131523.462500', '131523.922500', '131524.382500', '131524.842500', '131525.302500', '131525.762500', '131526.222500', '131526.682500', '131527.142500', '131527.602500', '131528.062500', '131528.522500', '131528.982500', '131529.442500', '131529.902500', '131530.362500', '131530.822500', '131531.282500', '131531.742500', '131532.202500', '131532.662500', '131533.122500', '131533.582500', '131534.042500', '131534.502500', '131534.962500', '131535.422500', '131535.882500', '131536.342500'], 'ContentTime': ['130850.874000', '130850.877000', '130850.880000', '130850.883000', '130850.886000', '130850.889000', '130850.892000', '130850.900000', '130850.903000', '130850.905000', '130850.908000', '130850.911000', '130850.914000', '130850.917000', '130850.920000', '130850.922000', '130850.925000', '130850.928000', '130850.931000', '130850.933000', '130850.936000', '130850.939000', '130850.942000', '130850.947000', '130850.950000', '130850.953000', '130850.956000', '130850.958000', '130850.961000', '130910.842000', '130910.845000', '130910.848000', '130910.850000', '130910.853000', '130910.856000', '130910.859000', '130910.862000', '130910.865000', '130910.867000', '130910.870000', '130910.873000', '130910.876000', '130910.878000', '130910.889000', '130910.891000', '130910.894000', '130910.897000', '130910.900000', '130910.902000', '130910.905000', '130910.908000', '130910.911000', '130910.914000', '130910.917000', '130910.919000', '130910.922000', '130910.925000', '130910.928000', '130910.931000', '130910.934000', '130910.936000', '130910.939000', '130910.942000', '130910.945000', '130910.947000', '130910.950000', '130910.953000', '130910.956000', '130910.958000', '130910.961000', '130910.964000', '130910.967000', '130910.970000', '130930.842000', '130930.845000', '130930.848000', '130930.850000', '130930.853000', '130930.856000', '130930.859000', '130930.862000', '130930.864000', '130930.867000', '130930.870000', '130930.873000', '130930.876000', '130930.879000', '130930.881000', '130930.884000', '130930.891000', '130930.894000', '130930.897000', '130930.900000', '130930.902000', '130930.905000', '130930.908000', '130930.911000', '130930.914000', '130930.916000', '130930.919000', '130930.922000', '130930.925000', '130930.928000', '130930.930000', '130930.933000', '130930.936000', '130930.939000', '130930.943000', '130930.946000', '130930.949000', '130930.951000', '130930.954000', '130930.957000', '130930.960000', '130930.963000', '130930.966000', '130950.842000', '130950.845000', '130950.848000', '130950.851000', '130950.853000', '130950.856000', '130950.859000', '130950.862000', '130950.865000', '130950.867000', '130950.870000', '130950.873000', '130950.876000', '130950.879000', '130950.882000', '130950.884000', '130950.887000', '130950.890000', '130950.893000', '130950.895000', '130950.898000', '130950.901000', '130950.904000', '130950.907000', '130950.910000', '130950.912000', '130950.915000', '130950.918000', '130950.921000', '130950.924000', '130950.927000', '130950.929000', '130950.932000', '130950.935000', '130950.938000', '130950.941000', '130950.943000', '130950.946000', '130950.949000', '130950.952000', '130950.955000', '130950.958000', '130950.960000', '130950.963000', '131010.841000', '131010.844000', '131010.847000', '131010.850000', '131010.852000', '131010.856000', '131010.859000', '131010.862000', '131010.865000', '131010.876000', '131010.879000', '131010.882000', '131010.884000', '131010.887000', '131010.890000', '131010.893000', '131010.896000', '131010.898000', '131010.901000', '131010.904000', '131010.915000', '131010.918000', '131010.920000', '131010.923000', '131010.926000', '131010.929000', '131010.932000', '131010.935000', '131010.938000', '131010.941000', '131010.943000', '131010.946000', '131010.949000', '131010.952000', '131010.955000', '131010.957000', '131010.960000', '131010.963000', '131010.966000', '131010.969000', '131010.972000', '131010.974000', '131010.977000', '131030.842000', '131030.845000', '131030.848000', '131030.851000', '131030.853000', '131030.856000', '131030.859000', '131030.862000', '131030.865000', '131030.868000', '131030.870000', '131030.873000', '131030.876000', '131030.879000', '131030.881000', '131030.884000', '131030.887000', '131030.890000', '131030.893000', '131030.895000', '131030.898000', '131030.901000', '131030.904000', '131030.907000', '131030.910000', '131030.912000', '131030.915000', '131030.918000', '131030.921000', '131030.924000', '131030.926000', '131030.929000', '131030.932000', '131030.935000', '131030.938000', '131030.941000', '131030.943000', '131030.946000', '131030.949000', '131030.952000', '131030.955000', '131030.958000', '131030.960000', '131030.963000', '131050.842000', '131050.845000', '131050.848000', '131050.851000', '131050.853000', '131050.856000', '131050.859000', '131050.862000', '131050.865000', '131050.868000', '131050.870000', '131050.873000', '131050.876000', '131050.879000', '131050.882000', '131050.885000', '131050.887000', '131050.890000', '131050.893000', '131050.896000', '131050.899000', '131050.902000', '131050.905000', '131050.907000', '131050.910000', '131050.913000', '131050.916000', '131050.919000', '131050.922000', '131050.925000', '131050.927000', '131050.930000', '131050.933000', '131050.936000', '131050.939000', '131050.942000', '131050.944000', '131050.947000', '131050.950000', '131050.953000', '131050.956000', '131050.959000', '131050.962000', '131110.842000', '131110.845000', '131110.848000', '131110.851000', '131110.853000', '131110.856000', '131110.859000', '131110.862000', '131110.865000', '131110.868000', '131110.871000', '131110.873000', '131110.876000', '131110.879000', '131110.882000', '131110.885000', '131110.887000', '131110.890000', '131110.893000', '131110.896000', '131110.899000', '131110.902000', '131110.905000', '131110.908000', '131110.910000', '131110.913000', '131110.916000', '131110.919000', '131110.922000', '131110.925000', '131110.927000', '131110.930000', '131110.933000', '131110.936000', '131110.939000', '131110.942000', '131110.945000', '131110.947000', '131110.950000', '131110.953000', '131110.956000', '131110.959000', '131110.962000', '131110.964000', '131130.842000', '131130.845000', '131130.848000', '131130.851000', '131130.854000', '131130.856000', '131130.859000', '131130.862000', '131130.865000', '131130.868000', '131130.871000', '131130.874000', '131130.877000', '131130.879000', '131130.882000', '131130.885000', '131130.888000', '131130.891000', '131130.894000', '131130.896000', '131130.899000', '131130.902000', '131130.905000', '131130.908000', '131130.911000', '131130.914000', '131130.916000', '131130.919000', '131130.922000', '131130.925000', '131130.928000', '131130.930000', '131130.933000', '131130.936000', '131130.939000', '131130.942000', '131130.945000', '131130.948000', '131130.950000', '131130.953000', '131130.956000', '131130.959000', '131130.962000', '131150.842000', '131150.845000', '131150.848000', '131150.851000', '131150.853000', '131150.856000', '131150.859000', '131150.862000', '131150.865000', '131150.868000', '131150.871000', '131150.873000', '131150.876000', '131150.879000', '131150.882000', '131150.885000', '131150.888000', '131150.890000', '131150.893000', '131150.896000', '131150.899000', '131150.902000', '131150.905000', '131150.908000', '131150.910000', '131150.913000', '131150.916000', '131150.919000', '131150.922000', '131150.925000', '131150.927000', '131150.930000', '131150.933000', '131150.936000', '131150.939000', '131150.942000', '131150.945000', '131150.947000', '131150.950000', '131150.953000', '131150.956000', '131150.959000', '131150.961000', '131210.842000', '131210.845000', '131210.848000', '131210.851000', '131210.853000', '131210.856000', '131210.859000', '131210.862000', '131210.865000', '131210.868000', '131210.871000', '131210.873000', '131210.876000', '131210.879000', '131210.882000', '131210.885000', '131210.888000', '131210.891000', '131210.893000', '131210.896000', '131210.899000', '131210.902000', '131210.905000', '131210.907000', '131210.910000', '131210.913000', '131210.916000', '131210.919000', '131210.922000', '131210.924000', '131210.927000', '131210.930000', '131210.933000', '131210.936000', '131210.939000', '131210.942000', '131210.944000', '131210.947000', '131210.950000', '131210.953000', '131210.956000', '131210.959000', '131210.961000', '131210.964000', '131230.842000', '131230.845000', '131230.848000', '131230.851000', '131230.854000', '131230.856000', '131230.859000', '131230.862000', '131230.865000', '131230.868000', '131230.871000', '131230.874000', '131230.877000', '131230.880000', '131230.883000', '131230.886000', '131230.889000', '131230.892000', '131230.895000', '131230.897000', '131230.900000', '131230.903000', '131230.906000', '131230.909000', '131230.911000', '131230.914000', '131230.917000', '131230.920000', '131230.923000', '131230.926000', '131230.928000', '131230.931000', '131230.934000', '131230.937000', '131230.940000', '131230.942000', '131230.945000', '131230.948000', '131230.951000', '131230.954000', '131230.957000', '131230.959000', '131230.962000', '131250.842000', '131250.845000', '131250.848000', '131250.851000', '131250.854000', '131250.856000', '131250.859000', '131250.862000', '131250.865000', '131250.868000', '131250.871000', '131250.874000', '131250.876000', '131250.879000', '131250.882000', '131250.885000', '131250.888000', '131250.891000', '131250.894000', '131250.896000', '131250.899000', '131250.902000', '131250.915000', '131250.918000', '131250.920000', '131250.923000', '131250.926000', '131250.929000', '131250.932000', '131250.935000', '131250.937000', '131250.940000', '131250.943000', '131250.946000', '131250.949000', '131250.952000', '131250.955000', '131250.957000', '131250.960000', '131250.963000', '131250.966000', '131250.969000', '131250.972000', '131250.974000', '131310.842000', '131310.845000', '131310.848000', '131310.851000', '131310.854000', '131310.857000', '131310.859000', '131310.862000', '131310.865000', '131310.868000', '131310.871000', '131310.874000', '131310.877000', '131310.880000', '131310.883000', '131310.886000', '131310.889000', '131310.892000', '131310.894000', '131310.897000', '131310.900000', '131310.903000', '131310.906000', '131310.909000', '131310.912000', '131310.914000', '131310.917000', '131310.920000', '131310.923000', '131310.926000', '131310.937000', '131310.940000', '131310.942000', '131310.945000', '131310.948000', '131310.951000', '131310.954000', '131310.957000', '131310.960000', '131310.962000', '131310.965000', '131310.968000', '131310.971000', '131330.842000', '131330.845000', '131330.848000', '131330.851000', '131330.854000', '131330.856000', '131330.859000', '131330.862000', '131330.865000', '131330.868000', '131330.871000', '131330.874000', '131330.877000', '131330.879000', '131330.882000', '131330.885000', '131330.888000', '131330.891000', '131330.894000', '131330.897000', '131330.899000', '131330.902000', '131330.905000', '131330.908000', '131330.911000', '131330.913000', '131330.916000', '131330.919000', '131330.922000', '131330.925000', '131330.928000', '131330.930000', '131330.933000', '131330.936000', '131330.939000', '131330.942000', '131330.944000', '131330.947000', '131330.950000', '131330.953000', '131330.956000', '131330.959000', '131330.961000', '131330.964000', '131350.842000', '131350.845000', '131350.848000', '131350.851000', '131350.854000', '131350.856000', '131350.859000', '131350.862000', '131350.865000', '131350.868000', '131350.871000', '131350.874000', '131350.877000', '131350.879000', '131350.882000', '131350.885000', '131350.888000', '131350.891000', '131350.894000', '131350.897000', '131350.899000', '131350.902000', '131350.905000', '131350.908000', '131350.911000', '131350.916000', '131350.918000', '131350.921000', '131350.924000', '131350.927000', '131350.930000', '131350.933000', '131350.936000', '131350.939000', '131350.941000', '131350.944000', '131350.947000', '131350.950000', '131350.953000', '131350.956000', '131350.959000', '131350.962000', '131350.964000', '131410.842000', '131410.845000', '131410.848000', '131410.851000', '131410.854000', '131410.856000', '131410.859000', '131410.862000', '131410.865000', '131410.868000', '131410.871000', '131410.873000', '131410.876000', '131410.879000', '131410.882000', '131410.885000', '131410.888000', '131410.891000', '131410.894000', '131410.896000', '131410.899000', '131410.902000', '131410.905000', '131410.908000', '131410.911000', '131410.914000', '131410.916000', '131410.919000', '131410.922000', '131410.925000', '131410.928000', '131410.931000', '131410.934000', '131410.936000', '131410.939000', '131410.942000', '131410.945000', '131410.948000', '131410.951000', '131410.953000', '131410.956000', '131410.959000', '131410.962000', '131410.967000', '131430.841000', '131430.844000', '131430.847000', '131430.850000', '131430.854000', '131430.857000', '131430.860000', '131430.863000', '131430.865000', '131430.868000', '131430.871000', '131430.874000', '131430.877000', '131430.880000', '131430.883000', '131430.885000', '131430.888000', '131430.891000', '131430.894000', '131430.897000', '131430.900000', '131430.902000', '131430.905000', '131430.908000', '131430.911000', '131430.915000', '131430.918000', '131430.921000', '131430.924000', '131430.927000', '131430.929000', '131430.932000', '131430.935000', '131430.938000', '131430.941000', '131430.943000', '131430.946000', '131430.949000', '131430.952000', '131430.955000', '131430.957000', '131430.970000', '131430.972000', '131450.842000', '131450.845000', '131450.848000', '131450.851000', '131450.854000', '131450.856000', '131450.859000', '131450.862000', '131450.865000', '131450.868000', '131450.871000', '131450.873000', '131450.876000', '131450.879000', '131450.882000', '131450.885000', '131450.888000', '131450.891000', '131450.894000', '131450.896000', '131450.899000', '131450.902000', '131450.905000', '131450.908000', '131450.910000', '131450.913000', '131450.916000', '131450.919000', '131450.922000', '131450.925000', '131450.928000', '131450.930000', '131450.933000', '131450.936000', '131450.939000', '131450.942000', '131450.945000', '131450.948000', '131450.950000', '131450.953000', '131450.956000', '131450.959000', '131450.962000', '131450.965000', '131510.842000', '131510.845000', '131510.848000', '131510.851000', '131510.854000', '131510.856000', '131510.859000', '131510.862000', '131510.865000', '131510.868000', '131510.871000', '131510.874000', '131510.876000', '131510.879000', '131510.882000', '131510.885000', '131510.888000', '131510.891000', '131510.893000', '131510.896000', '131510.899000', '131510.902000', '131510.905000', '131510.908000', '131510.911000', '131510.913000', '131510.916000', '131510.919000', '131510.922000', '131510.925000', '131510.928000', '131510.931000', '131510.933000', '131510.936000', '131510.939000', '131510.942000', '131510.945000', '131510.948000', '131510.950000', '131510.954000', '131510.956000', '131510.959000', '131510.962000', '131530.842000', '131530.845000', '131530.848000', '131530.851000', '131530.854000', '131530.856000', '131530.859000', '131530.862000', '131530.865000', '131530.868000', '131530.871000', '131530.873000', '131530.876000', '131530.879000', '131530.882000', '131530.885000', '131530.888000', '131530.891000', '131530.893000', '131530.896000', '131530.899000', '131530.902000', '131530.905000', '131530.908000', '131530.911000', '131530.913000', '131530.916000', '131530.919000', '131530.922000', '131530.925000', '131530.928000', '131530.931000', '131530.933000', '131530.936000', '131530.939000', '131530.942000', '131530.945000', '131530.947000', '131530.950000', '131530.953000', '131530.956000', '131530.959000', '131530.962000', '131530.964000', '131537.703000', '131537.709000', '131537.713000', '131537.716000', '131537.719000', '131537.722000', '131537.724000', '131537.727000', '131537.730000', '131537.733000', '131537.736000', '131537.739000', '131537.742000', '131537.745000', '131537.748000'], 'InstanceCreationTime': ['130850.874000', '130850.877000', '130850.880000', '130850.883000', '130850.886000', '130850.889000', '130850.892000', '130850.900000', '130850.903000', '130850.905000', '130850.908000', '130850.911000', '130850.914000', '130850.917000', '130850.920000', '130850.922000', '130850.925000', '130850.928000', '130850.931000', '130850.933000', '130850.936000', '130850.939000', '130850.942000', '130850.947000', '130850.950000', '130850.953000', '130850.956000', '130850.958000', '130850.961000', '130910.842000', '130910.845000', '130910.848000', '130910.850000', '130910.853000', '130910.856000', '130910.859000', '130910.862000', '130910.865000', '130910.867000', '130910.870000', '130910.873000', '130910.876000', '130910.878000', '130910.889000', '130910.891000', '130910.894000', '130910.897000', '130910.900000', '130910.902000', '130910.905000', '130910.908000', '130910.911000', '130910.914000', '130910.917000', '130910.919000', '130910.922000', '130910.925000', '130910.928000', '130910.931000', '130910.934000', '130910.936000', '130910.939000', '130910.942000', '130910.945000', '130910.947000', '130910.950000', '130910.953000', '130910.956000', '130910.958000', '130910.961000', '130910.964000', '130910.967000', '130910.970000', '130930.842000', '130930.845000', '130930.848000', '130930.850000', '130930.853000', '130930.856000', '130930.859000', '130930.862000', '130930.864000', '130930.867000', '130930.870000', '130930.873000', '130930.876000', '130930.879000', '130930.881000', '130930.884000', '130930.891000', '130930.894000', '130930.897000', '130930.900000', '130930.902000', '130930.905000', '130930.908000', '130930.911000', '130930.914000', '130930.916000', '130930.919000', '130930.922000', '130930.925000', '130930.928000', '130930.930000', '130930.933000', '130930.936000', '130930.939000', '130930.943000', '130930.946000', '130930.949000', '130930.951000', '130930.954000', '130930.957000', '130930.960000', '130930.963000', '130930.966000', '130950.842000', '130950.845000', '130950.848000', '130950.851000', '130950.853000', '130950.856000', '130950.859000', '130950.862000', '130950.865000', '130950.867000', '130950.870000', '130950.873000', '130950.876000', '130950.879000', '130950.882000', '130950.884000', '130950.887000', '130950.890000', '130950.893000', '130950.895000', '130950.898000', '130950.901000', '130950.904000', '130950.907000', '130950.910000', '130950.912000', '130950.915000', '130950.918000', '130950.921000', '130950.924000', '130950.927000', '130950.929000', '130950.932000', '130950.935000', '130950.938000', '130950.941000', '130950.943000', '130950.946000', '130950.949000', '130950.952000', '130950.955000', '130950.958000', '130950.960000', '130950.963000', '131010.841000', '131010.844000', '131010.847000', '131010.850000', '131010.852000', '131010.856000', '131010.859000', '131010.862000', '131010.865000', '131010.876000', '131010.879000', '131010.882000', '131010.884000', '131010.887000', '131010.890000', '131010.893000', '131010.896000', '131010.898000', '131010.901000', '131010.904000', '131010.915000', '131010.918000', '131010.920000', '131010.923000', '131010.926000', '131010.929000', '131010.932000', '131010.935000', '131010.938000', '131010.941000', '131010.943000', '131010.946000', '131010.949000', '131010.952000', '131010.955000', '131010.957000', '131010.960000', '131010.963000', '131010.966000', '131010.969000', '131010.972000', '131010.974000', '131010.977000', '131030.842000', '131030.845000', '131030.848000', '131030.851000', '131030.853000', '131030.856000', '131030.859000', '131030.862000', '131030.865000', '131030.868000', '131030.870000', '131030.873000', '131030.876000', '131030.879000', '131030.881000', '131030.884000', '131030.887000', '131030.890000', '131030.893000', '131030.895000', '131030.898000', '131030.901000', '131030.904000', '131030.907000', '131030.910000', '131030.912000', '131030.915000', '131030.918000', '131030.921000', '131030.924000', '131030.926000', '131030.929000', '131030.932000', '131030.935000', '131030.938000', '131030.941000', '131030.943000', '131030.946000', '131030.949000', '131030.952000', '131030.955000', '131030.958000', '131030.960000', '131030.963000', '131050.842000', '131050.845000', '131050.848000', '131050.851000', '131050.853000', '131050.856000', '131050.859000', '131050.862000', '131050.865000', '131050.868000', '131050.870000', '131050.873000', '131050.876000', '131050.879000', '131050.882000', '131050.885000', '131050.887000', '131050.890000', '131050.893000', '131050.896000', '131050.899000', '131050.902000', '131050.905000', '131050.907000', '131050.910000', '131050.913000', '131050.916000', '131050.919000', '131050.922000', '131050.925000', '131050.927000', '131050.930000', '131050.933000', '131050.936000', '131050.939000', '131050.942000', '131050.944000', '131050.947000', '131050.950000', '131050.953000', '131050.956000', '131050.959000', '131050.962000', '131110.842000', '131110.845000', '131110.848000', '131110.851000', '131110.853000', '131110.856000', '131110.859000', '131110.862000', '131110.865000', '131110.868000', '131110.871000', '131110.873000', '131110.876000', '131110.879000', '131110.882000', '131110.885000', '131110.887000', '131110.890000', '131110.893000', '131110.896000', '131110.899000', '131110.902000', '131110.905000', '131110.908000', '131110.910000', '131110.913000', '131110.916000', '131110.919000', '131110.922000', '131110.925000', '131110.927000', '131110.930000', '131110.933000', '131110.936000', '131110.939000', '131110.942000', '131110.945000', '131110.947000', '131110.950000', '131110.953000', '131110.956000', '131110.959000', '131110.962000', '131110.964000', '131130.842000', '131130.845000', '131130.848000', '131130.851000', '131130.854000', '131130.856000', '131130.859000', '131130.862000', '131130.865000', '131130.868000', '131130.871000', '131130.874000', '131130.877000', '131130.879000', '131130.882000', '131130.885000', '131130.888000', '131130.891000', '131130.894000', '131130.896000', '131130.899000', '131130.902000', '131130.905000', '131130.908000', '131130.911000', '131130.914000', '131130.916000', '131130.919000', '131130.922000', '131130.925000', '131130.928000', '131130.930000', '131130.933000', '131130.936000', '131130.939000', '131130.942000', '131130.945000', '131130.948000', '131130.950000', '131130.953000', '131130.956000', '131130.959000', '131130.962000', '131150.842000', '131150.845000', '131150.848000', '131150.851000', '131150.853000', '131150.856000', '131150.859000', '131150.862000', '131150.865000', '131150.868000', '131150.871000', '131150.873000', '131150.876000', '131150.879000', '131150.882000', '131150.885000', '131150.888000', '131150.890000', '131150.893000', '131150.896000', '131150.899000', '131150.902000', '131150.905000', '131150.908000', '131150.910000', '131150.913000', '131150.916000', '131150.919000', '131150.922000', '131150.925000', '131150.927000', '131150.930000', '131150.933000', '131150.936000', '131150.939000', '131150.942000', '131150.945000', '131150.947000', '131150.950000', '131150.953000', '131150.956000', '131150.959000', '131150.961000', '131210.842000', '131210.845000', '131210.848000', '131210.851000', '131210.853000', '131210.856000', '131210.859000', '131210.862000', '131210.865000', '131210.868000', '131210.871000', '131210.873000', '131210.876000', '131210.879000', '131210.882000', '131210.885000', '131210.888000', '131210.891000', '131210.893000', '131210.896000', '131210.899000', '131210.902000', '131210.905000', '131210.907000', '131210.910000', '131210.913000', '131210.916000', '131210.919000', '131210.922000', '131210.924000', '131210.927000', '131210.930000', '131210.933000', '131210.936000', '131210.939000', '131210.942000', '131210.944000', '131210.947000', '131210.950000', '131210.953000', '131210.956000', '131210.959000', '131210.961000', '131210.964000', '131230.842000', '131230.845000', '131230.848000', '131230.851000', '131230.854000', '131230.856000', '131230.859000', '131230.862000', '131230.865000', '131230.868000', '131230.871000', '131230.874000', '131230.877000', '131230.880000', '131230.883000', '131230.886000', '131230.889000', '131230.892000', '131230.895000', '131230.897000', '131230.900000', '131230.903000', '131230.906000', '131230.909000', '131230.911000', '131230.914000', '131230.917000', '131230.920000', '131230.923000', '131230.926000', '131230.928000', '131230.931000', '131230.934000', '131230.937000', '131230.940000', '131230.942000', '131230.945000', '131230.948000', '131230.951000', '131230.954000', '131230.957000', '131230.959000', '131230.962000', '131250.842000', '131250.845000', '131250.848000', '131250.851000', '131250.854000', '131250.856000', '131250.859000', '131250.862000', '131250.865000', '131250.868000', '131250.871000', '131250.874000', '131250.876000', '131250.879000', '131250.882000', '131250.885000', '131250.888000', '131250.891000', '131250.894000', '131250.896000', '131250.899000', '131250.902000', '131250.915000', '131250.918000', '131250.920000', '131250.923000', '131250.926000', '131250.929000', '131250.932000', '131250.935000', '131250.937000', '131250.940000', '131250.943000', '131250.946000', '131250.949000', '131250.952000', '131250.955000', '131250.957000', '131250.960000', '131250.963000', '131250.966000', '131250.969000', '131250.972000', '131250.974000', '131310.842000', '131310.845000', '131310.848000', '131310.851000', '131310.854000', '131310.857000', '131310.859000', '131310.862000', '131310.865000', '131310.868000', '131310.871000', '131310.874000', '131310.877000', '131310.880000', '131310.883000', '131310.886000', '131310.889000', '131310.892000', '131310.894000', '131310.897000', '131310.900000', '131310.903000', '131310.906000', '131310.909000', '131310.912000', '131310.914000', '131310.917000', '131310.920000', '131310.923000', '131310.926000', '131310.937000', '131310.940000', '131310.942000', '131310.945000', '131310.948000', '131310.951000', '131310.954000', '131310.957000', '131310.960000', '131310.962000', '131310.965000', '131310.968000', '131310.971000', '131330.842000', '131330.845000', '131330.848000', '131330.851000', '131330.854000', '131330.856000', '131330.859000', '131330.862000', '131330.865000', '131330.868000', '131330.871000', '131330.874000', '131330.877000', '131330.879000', '131330.882000', '131330.885000', '131330.888000', '131330.891000', '131330.894000', '131330.897000', '131330.899000', '131330.902000', '131330.905000', '131330.908000', '131330.911000', '131330.913000', '131330.916000', '131330.919000', '131330.922000', '131330.925000', '131330.928000', '131330.930000', '131330.933000', '131330.936000', '131330.939000', '131330.942000', '131330.944000', '131330.947000', '131330.950000', '131330.953000', '131330.956000', '131330.959000', '131330.961000', '131330.964000', '131350.842000', '131350.845000', '131350.848000', '131350.851000', '131350.854000', '131350.856000', '131350.859000', '131350.862000', '131350.865000', '131350.868000', '131350.871000', '131350.874000', '131350.877000', '131350.879000', '131350.882000', '131350.885000', '131350.888000', '131350.891000', '131350.894000', '131350.897000', '131350.899000', '131350.902000', '131350.905000', '131350.908000', '131350.911000', '131350.916000', '131350.918000', '131350.921000', '131350.924000', '131350.927000', '131350.930000', '131350.933000', '131350.936000', '131350.939000', '131350.941000', '131350.944000', '131350.947000', '131350.950000', '131350.953000', '131350.956000', '131350.959000', '131350.962000', '131350.964000', '131410.842000', '131410.845000', '131410.848000', '131410.851000', '131410.854000', '131410.856000', '131410.859000', '131410.862000', '131410.865000', '131410.868000', '131410.871000', '131410.873000', '131410.876000', '131410.879000', '131410.882000', '131410.885000', '131410.888000', '131410.891000', '131410.894000', '131410.896000', '131410.899000', '131410.902000', '131410.905000', '131410.908000', '131410.911000', '131410.914000', '131410.916000', '131410.919000', '131410.922000', '131410.925000', '131410.928000', '131410.931000', '131410.934000', '131410.936000', '131410.939000', '131410.942000', '131410.945000', '131410.948000', '131410.951000', '131410.953000', '131410.956000', '131410.959000', '131410.962000', '131410.967000', '131430.841000', '131430.844000', '131430.847000', '131430.850000', '131430.854000', '131430.857000', '131430.860000', '131430.863000', '131430.865000', '131430.868000', '131430.871000', '131430.874000', '131430.877000', '131430.880000', '131430.883000', '131430.885000', '131430.888000', '131430.891000', '131430.894000', '131430.897000', '131430.900000', '131430.902000', '131430.905000', '131430.908000', '131430.911000', '131430.915000', '131430.918000', '131430.921000', '131430.924000', '131430.927000', '131430.929000', '131430.932000', '131430.935000', '131430.938000', '131430.941000', '131430.943000', '131430.946000', '131430.949000', '131430.952000', '131430.955000', '131430.957000', '131430.970000', '131430.972000', '131450.842000', '131450.845000', '131450.848000', '131450.851000', '131450.854000', '131450.856000', '131450.859000', '131450.862000', '131450.865000', '131450.868000', '131450.871000', '131450.873000', '131450.876000', '131450.879000', '131450.882000', '131450.885000', '131450.888000', '131450.891000', '131450.894000', '131450.896000', '131450.899000', '131450.902000', '131450.905000', '131450.908000', '131450.910000', '131450.913000', '131450.916000', '131450.919000', '131450.922000', '131450.925000', '131450.928000', '131450.930000', '131450.933000', '131450.936000', '131450.939000', '131450.942000', '131450.945000', '131450.948000', '131450.950000', '131450.953000', '131450.956000', '131450.959000', '131450.962000', '131450.965000', '131510.842000', '131510.845000', '131510.848000', '131510.851000', '131510.854000', '131510.856000', '131510.859000', '131510.862000', '131510.865000', '131510.868000', '131510.871000', '131510.874000', '131510.876000', '131510.879000', '131510.882000', '131510.885000', '131510.888000', '131510.891000', '131510.893000', '131510.896000', '131510.899000', '131510.902000', '131510.905000', '131510.908000', '131510.911000', '131510.913000', '131510.916000', '131510.919000', '131510.922000', '131510.925000', '131510.928000', '131510.931000', '131510.933000', '131510.936000', '131510.939000', '131510.942000', '131510.945000', '131510.948000', '131510.950000', '131510.954000', '131510.956000', '131510.959000', '131510.962000', '131530.842000', '131530.845000', '131530.848000', '131530.851000', '131530.854000', '131530.856000', '131530.859000', '131530.862000', '131530.865000', '131530.868000', '131530.871000', '131530.873000', '131530.876000', '131530.879000', '131530.882000', '131530.885000', '131530.888000', '131530.891000', '131530.893000', '131530.896000', '131530.899000', '131530.902000', '131530.905000', '131530.908000', '131530.911000', '131530.913000', '131530.916000', '131530.919000', '131530.922000', '131530.925000', '131530.928000', '131530.931000', '131530.933000', '131530.936000', '131530.939000', '131530.942000', '131530.945000', '131530.947000', '131530.950000', '131530.953000', '131530.956000', '131530.959000', '131530.962000', '131530.964000', '131537.703000', '131537.709000', '131537.713000', '131537.716000', '131537.719000', '131537.722000', '131537.724000', '131537.727000', '131537.730000', '131537.733000', '131537.736000', '131537.739000', '131537.742000', '131537.745000', '131537.748000'], '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': [9657, 7286, 13552, 9205, 9553, 9720, 7358, 10992, 7040, 11869, 8456, 6993, 12623, 7926, 6944, 8833, 6860, 12073, 7132, 12466, 10167, 11209, 9697, 10729, 9072, 9024, 10290, 8110, 12941, 7823, 13541, 7294, 13100, 9896, 13544, 12076, 7314, 8974, 6897, 12139, 8008, 14196, 10933, 14019, 11004, 10451, 9124, 10171, 9596, 9408, 11481, 8311, 12152, 8077, 9545, 7776, 7367, 7148, 7199, 7858, 7022, 8391, 7894, 9766, 10488, 11659, 13335, 8878, 12835, 10025, 10864, 13772, 15105, 17832, 13689, 14471, 11952, 9861, 11091, 8802, 15690, 11570, 15641, 12129, 12909, 9684, 8331, 10393, 7602, 13544, 9021, 13188, 8013, 12847, 7378, 10217, 7192, 6949, 8005, 7097, 9812, 6996, 7902, 8379, 7409, 12716, 10529, 13158, 9658, 11840, 8839, 11393, 12089, 9383, 12705, 8639, 14549, 11980, 9503, 13704, 11231, 12253, 11780, 8048, 15086, 11376, 14643, 11741, 14430, 11147, 10285, 7698, 7104, 11397, 7330, 12475, 7866, 11892, 8846, 7914, 11503, 8390, 16354, 11453, 16934, 12947, 17315, 13956, 12565, 10821, 7210, 12011, 8207, 13900, 8693, 9745, 7592, 7935, 8175, 7900, 8703, 7906, 9609, 7352, 7300, 7371, 7863, 7166, 7082, 9290, 7131, 8357, 7294, 7317, 13831, 11592, 16527, 12478, 14121, 14275, 11594, 17440, 13787, 15837, 12233, 15708, 11506, 14232, 12466, 13007, 10583, 9997, 8013, 11365, 8489, 8997, 9528, 7261, 10728, 7932, 10141, 7309, 8820, 7047, 8500, 7192, 8785, 7232, 8751, 7238, 9580, 7192, 9364, 7035, 7784, 7117, 7293, 7416, 7266, 7093, 7276, 9722, 12925, 10874, 12314, 13825, 15948, 11911, 14416, 11241, 11016, 16994, 13709, 19301, 14283, 16069, 12056, 12480, 9895, 11578, 12646, 11004, 15282, 9652, 14652, 10865, 13585, 9235, 7003, 8797, 7362, 11428, 7107, 8932, 7594, 7183, 9943, 7208, 13860, 9443, 13914, 10575, 14182, 11107, 14053, 10892, 14451, 10874, 13376, 9478, 12328, 7759, 10466, 7638, 7310, 7330, 7158, 8780, 7214, 11372, 8473, 14244, 10139, 15045, 9719, 13028, 10039, 10102, 11109, 9241, 7605, 9725, 8124, 14827, 8262, 12001, 9164, 12219, 12626, 13292, 14839, 10167, 13809, 11237, 12645, 14615, 9741, 7113, 8347, 6888, 13884, 9749, 7483, 10141, 7599, 7564, 12608, 10457, 13283, 12840, 8694, 12659, 13150, 8534, 9620, 6957, 7127, 12848, 11898, 10007, 16574, 12635, 9433, 8883, 8806, 17379, 12948, 16317, 17640, 14939, 13828, 13244, 10696, 15485, 16676, 12802, 14743, 12048, 9296, 13755, 9039, 7057, 8566, 7828, 7542, 9145, 10814, 10819, 7468, 6937, 8864, 7388, 9968, 8136, 6840, 8569, 7600, 11074, 8155, 10977, 8111, 6773, 10009, 7301, 6838, 8401, 7196, 7141, 9942, 7711, 6729, 9493, 6949, 13339, 10115, 13978, 11317, 12727, 11495, 11315, 14195, 11411, 14792, 11017, 14864, 10948, 14641, 10270, 13594, 9472, 13371, 8501, 12350, 7566, 11892, 7731, 8538, 6767, 6785, 6735, 6894, 7434, 7001, 7046, 7003, 7379, 7039, 7048, 7232, 9989, 9345, 12529, 10961, 8443, 13827, 10585, 15441, 12106, 13758, 10770, 13877, 10674, 12516, 9223, 9319, 10393, 6756, 7165, 6982, 7115, 7331, 7043, 7370, 7074, 7129, 6970, 9072, 13013, 9726, 15599, 12333, 14597, 15778, 14506, 15765, 14417, 16266, 14524, 16348, 14155, 16082, 14098, 15065, 13339, 14073, 9193, 12905, 10534, 15101, 8112, 6961, 6827, 7091, 7028, 6856, 6980, 6785, 6809, 8929, 6690, 9918, 7998, 12545, 9621, 12401, 8939, 12548, 8875, 6742, 10186, 6859, 13359, 8308, 11741, 8884, 11606, 8213, 13301, 9352, 14635, 9832, 11585, 7389, 10679, 7428, 7084, 9510, 6962, 9133, 7119, 11757, 9651, 7126, 13082, 9822, 10033, 13351, 9712, 15013, 11138, 14662, 12143, 12540, 12376, 10733, 15094, 9905, 15355, 12291, 10959, 7817, 6944, 10389, 7142, 11398, 8809, 8190, 8738, 6699, 9284, 6964, 13233, 8579, 7648, 6949, 7082, 6860, 6902, 6915, 8267, 7237, 6665, 11759, 9404, 10770, 12069, 7513, 11465, 8177, 7876, 13664, 16122, 12756, 14091, 10488, 10902, 13938, 10132, 11111, 15144, 9888, 13155, 8910, 8844, 7200, 6592, 8859, 7036, 8812, 6913, 7110, 7587, 6989, 6776, 7045, 6996, 10607, 7100, 13291, 9828, 14603, 10278, 15353, 9840, 15324, 10015, 16584, 11997, 15515, 10350, 16586, 10826, 16581, 10884, 14032, 9439, 12209, 8146, 7974, 6943, 6776, 8295, 6887, 10729, 7138, 7217, 10078, 8623, 15397, 10320, 9729, 10281, 10314, 15337, 14011, 12638, 16501, 11325, 16496, 11437, 13151, 9236, 11511, 9013, 6790, 10846, 7355, 14293, 9044, 13915, 8412, 10336, 7355, 7647, 6720, 7742, 6606, 9359, 6752, 9652, 6775, 10358, 7621, 9468, 7980, 10790, 8196, 9560, 7825, 8424, 9588, 6967, 10683, 6877, 11083, 8425, 9713, 9006, 7258, 11268, 7517, 13314, 7488, 15033, 10004, 15647, 12111, 15495, 11466, 14778, 11031, 14362, 11387, 14165, 10069, 13483, 7803, 8578, 6806, 6838, 6512, 6769, 6785, 8036, 7082, 9348, 7056, 6821, 8370, 6805, 8324, 7170, 11385, 9364, 14161, 12896, 11044, 11869, 7233, 15542, 11832, 13926, 12389, 12002, 16270, 12062, 14619, 14584, 9835, 15706, 11897, 13354, 9943, 15289, 11635, 12205, 12826, 9497, 15382, 9521, 15708, 9878, 12441, 8617, 8864, 7186, 6722, 9696, 6932, 7028, 6885, 7010, 6925, 6871, 9607, 7362, 11747, 7986, 8336, 9338, 8201, 14140, 8717, 14955, 8217, 14257, 8002, 14046, 8249, 14734, 9024, 14902, 10428, 14150, 9758, 12711, 8265, 11277, 7200, 7725, 7259, 6703, 7850, 6766, 8963, 6817, 9765, 7982, 12793, 9000, 7712, 7133, 7122, 8296, 7385, 10055, 7296, 8085, 11389, 7498, 10756, 7156, 14386, 14095, 10999, 12791, 13596, 12154, 14902, 11648, 12919, 16795, 12546, 16356, 15233, 12485, 18484, 13538, 17066, 13732, 10748, 14466, 9797, 9800, 8853, 7801, 12431, 8504, 7334, 9260, 6977, 9924, 8285, 6792, 9605, 6885, 7782, 7145, 7005, 8490, 7054, 6860, 12041, 7309, 7087, 6924, 7062, 7044, 6764, 6971, 7322, 7926, 6913, 6907, 9518, 8680, 9080, 13575, 11692, 15759, 13902, 16183, 12559, 15791, 17587, 14443, 11516, 9981, 7537, 8387, 9052, 13050, 14024, 13004, 10859, 9638, 13637, 11033, 16685, 14232, 11355, 13841, 11893, 15444, 11439, 14191, 10074, 11722, 7761, 10125, 7410, 9184, 7102, 8675, 7170, 8167, 6848, 6813, 6807, 7018, 6878, 7030, 6738, 6967, 6952, 6649, 7836, 6842, 11800, 9274, 12198, 10909, 12631, 11748, 13911, 10940, 14316, 10528, 13700, 10146, 13879, 9382, 10677, 8361], 'WindowCenter': [4421.0, 4387.0, 4447.0, 4394.0, 4405.0, 4393.0, 4372.0, 4413.0, 4360.0, 4424.0, 4382.0, 4372.0, 4420.0, 4381.0, 4360.0, 4391.0, 4362.0, 4421.0, 4373.0, 4436.0, 4415.0, 4426.0, 4406.0, 4413.0, 4392.0, 4394.0, 4402.0, 4383.0, 4436.0, 4384.0, 4433.0, 4372.0, 4434.0, 4416.0, 4446.0, 4448.0, 4386.0, 4405.0, 4374.0, 4433.0, 4383.0, 4445.0, 4424.0, 4445.0, 4414.0, 4414.0, 4404.0, 4413.0, 4405.0, 4405.0, 4424.0, 4383.0, 4424.0, 4382.0, 4401.0, 4345.0, 4376.0, 4362.0, 4374.0, 4382.0, 4376.0, 4385.0, 4372.0, 4391.0, 4402.0, 4402.0, 4440.0, 4412.0, 4440.0, 4411.0, 4410.0, 4392.0, 4444.0, 4431.0, 4419.0, 4422.0, 4411.0, 4403.0, 4413.0, 4395.0, 4442.0, 4411.0, 4441.0, 4407.0, 4406.0, 4361.0, 4348.0, 4369.0, 4342.0, 4403.0, 4362.0, 4403.0, 4352.0, 4403.0, 4353.0, 4383.0, 4346.0, 4348.0, 4381.0, 4360.0, 4413.0, 4383.0, 4394.0, 4395.0, 4388.0, 4462.0, 4417.0, 4446.0, 4430.0, 4434.0, 4392.0, 4420.0, 4435.0, 4403.0, 4419.0, 4378.0, 4430.0, 4419.0, 4402.0, 4445.0, 4423.0, 4432.0, 4419.0, 4379.0, 4439.0, 4407.0, 4445.0, 4405.0, 4419.0, 4386.0, 4387.0, 4354.0, 4344.0, 4384.0, 4344.0, 4390.0, 4352.0, 4381.0, 4353.0, 4343.0, 4394.0, 4354.0, 4424.0, 4395.0, 4423.0, 4379.0, 4431.0, 4399.0, 4376.0, 4363.0, 4323.0, 4386.0, 4347.0, 4409.0, 4359.0, 4369.0, 4351.0, 4349.0, 4358.0, 4360.0, 4357.0, 4349.0, 4381.0, 4332.0, 4346.0, 4344.0, 4353.0, 4333.0, 4344.0, 4375.0, 4346.0, 4366.0, 4359.0, 4361.0, 4432.0, 4411.0, 4456.0, 4423.0, 4420.0, 4409.0, 4388.0, 4431.0, 4397.0, 4406.0, 4386.0, 4405.0, 4375.0, 4407.0, 4383.0, 4380.0, 4359.0, 4349.0, 4318.0, 4360.0, 4328.0, 4340.0, 4363.0, 4336.0, 4376.0, 4346.0, 4365.0, 4322.0, 4353.0, 4336.0, 4355.0, 4324.0, 4355.0, 4336.0, 4356.0, 4348.0, 4378.0, 4336.0, 4365.0, 4247.0, 4378.0, 4354.0, 4353.0, 4350.0, 4336.0, 4341.0, 4342.0, 4377.0, 4397.0, 4384.0, 4382.0, 4432.0, 4430.0, 4398.0, 4408.0, 4383.0, 4375.0, 4403.0, 4397.0, 4431.0, 4386.0, 4394.0, 4374.0, 4372.0, 4351.0, 4369.0, 4367.0, 4345.0, 4377.0, 4323.0, 4376.0, 4327.0, 4380.0, 4336.0, 4318.0, 4354.0, 4331.0, 4381.0, 4338.0, 4343.0, 4331.0, 4333.0, 4362.0, 4322.0, 4393.0, 4366.0, 4404.0, 4376.0, 4404.0, 4386.0, 4405.0, 4388.0, 4418.0, 4385.0, 4406.0, 4375.0, 4395.0, 4344.0, 4384.0, 4347.0, 4347.0, 4347.0, 4350.0, 4384.0, 4374.0, 4414.0, 4384.0, 4433.0, 4393.0, 4443.0, 4380.0, 4410.0, 4378.0, 4377.0, 4399.0, 4379.0, 4349.0, 4377.0, 4359.0, 4414.0, 4370.0, 4408.0, 4379.0, 4397.0, 4397.0, 4406.0, 4418.0, 4378.0, 4409.0, 4385.0, 4397.0, 4415.0, 4363.0, 4318.0, 4329.0, 4308.0, 4378.0, 4349.0, 4332.0, 4385.0, 4359.0, 4373.0, 4409.0, 4374.0, 4392.0, 4382.0, 4341.0, 4408.0, 4449.0, 4383.0, 4321.0, 4263.0, 4282.0, 4368.0, 4384.0, 4366.0, 4428.0, 4410.0, 4369.0, 4369.0, 4356.0, 4414.0, 4383.0, 4417.0, 4415.0, 4389.0, 4367.0, 4365.0, 4321.0, 4364.0, 4360.0, 4337.0, 4348.0, 4329.0, 4308.0, 4349.0, 4311.0, 4279.0, 4298.0, 4274.0, 4273.0, 4296.0, 4316.0, 4317.0, 4278.0, 4280.0, 4311.0, 4291.0, 4320.0, 4302.0, 4284.0, 4315.0, 4303.0, 4331.0, 4287.0, 4319.0, 4290.0, 4284.0, 4335.0, 4321.0, 4327.0, 4345.0, 4325.0, 4334.0, 4366.0, 4349.0, 4338.0, 4370.0, 4352.0, 4411.0, 4380.0, 4409.0, 4377.0, 4384.0, 4377.0, 4361.0, 4381.0, 4348.0, 4378.0, 4347.0, 4367.0, 4347.0, 4366.0, 4338.0, 4354.0, 4324.0, 4355.0, 4315.0, 4354.0, 4306.0, 4354.0, 4306.0, 4330.0, 4310.0, 4308.0, 4296.0, 4306.0, 4316.0, 4317.0, 4320.0, 4332.0, 4331.0, 4331.0, 4333.0, 4333.0, 4364.0, 4373.0, 4398.0, 4380.0, 4357.0, 4412.0, 4392.0, 4416.0, 4389.0, 4409.0, 4376.0, 4397.0, 4363.0, 4384.0, 4339.0, 4338.0, 4350.0, 4283.0, 4332.0, 4305.0, 4291.0, 4303.0, 4295.0, 4303.0, 4304.0, 4308.0, 4308.0, 4339.0, 4392.0, 4355.0, 4420.0, 4375.0, 4391.0, 4393.0, 4381.0, 4381.0, 4367.0, 4378.0, 4356.0, 4365.0, 4340.0, 4350.0, 4329.0, 4338.0, 4316.0, 4328.0, 4285.0, 4327.0, 4306.0, 4349.0, 4276.0, 4265.0, 4266.0, 4277.0, 4279.0, 4282.0, 4294.0, 4296.0, 4299.0, 4338.0, 4309.0, 4348.0, 4333.0, 4370.0, 4354.0, 4383.0, 4352.0, 4369.0, 4327.0, 4310.0, 4364.0, 4312.0, 4382.0, 4335.0, 4374.0, 4356.0, 4386.0, 4349.0, 4399.0, 4368.0, 4404.0, 4353.0, 4372.0, 4336.0, 4362.0, 4310.0, 4309.0, 4353.0, 4327.0, 4367.0, 4355.0, 4469.0, 4407.0, 4355.0, 4367.0, 4364.0, 4381.0, 4408.0, 4368.0, 4417.0, 4389.0, 4408.0, 4388.0, 4385.0, 4372.0, 4375.0, 4404.0, 4352.0, 4403.0, 4382.0, 4363.0, 4321.0, 4308.0, 4348.0, 4309.0, 4372.0, 4339.0, 4328.0, 4328.0, 4323.0, 4337.0, 4307.0, 4368.0, 4329.0, 4319.0, 4298.0, 4298.0, 4286.0, 4297.0, 4311.0, 4331.0, 4324.0, 4316.0, 4391.0, 4358.0, 4380.0, 4388.0, 4324.0, 4374.0, 4321.0, 4320.0, 4370.0, 4393.0, 4370.0, 4382.0, 4350.0, 4361.0, 4394.0, 4350.0, 4360.0, 4389.0, 4336.0, 4355.0, 4312.0, 4313.0, 4291.0, 4282.0, 4315.0, 4307.0, 4323.0, 4302.0, 4294.0, 4303.0, 4294.0, 4306.0, 4307.0, 4309.0, 4375.0, 4335.0, 4396.0, 4365.0, 4404.0, 4364.0, 4401.0, 4349.0, 4401.0, 4350.0, 4400.0, 4374.0, 4414.0, 4366.0, 4413.0, 4363.0, 4398.0, 4359.0, 4389.0, 4340.0, 4369.0, 4318.0, 4314.0, 4296.0, 4308.0, 4341.0, 4334.0, 4359.0, 4321.0, 4321.0, 4366.0, 4346.0, 4405.0, 4364.0, 4355.0, 4355.0, 4365.0, 4420.0, 4395.0, 4384.0, 4415.0, 4362.0, 4399.0, 4359.0, 4368.0, 4330.0, 4358.0, 4327.0, 4309.0, 4373.0, 4323.0, 4393.0, 4343.0, 4394.0, 4331.0, 4349.0, 4319.0, 4321.0, 4310.0, 4317.0, 4299.0, 4337.0, 4308.0, 4351.0, 4311.0, 4350.0, 4336.0, 4370.0, 4360.0, 4377.0, 4346.0, 4366.0, 4337.0, 4344.0, 4364.0, 4338.0, 4375.0, 4325.0, 4385.0, 4347.0, 4365.0, 4356.0, 4338.0, 4386.0, 4337.0, 4406.0, 4338.0, 4406.0, 4365.0, 4418.0, 4385.0, 4404.0, 4373.0, 4392.0, 4388.0, 4408.0, 4377.0, 4395.0, 4364.0, 4393.0, 4330.0, 4341.0, 4311.0, 4311.0, 4300.0, 4296.0, 4298.0, 4319.0, 4307.0, 4341.0, 4324.0, 4339.0, 4359.0, 4340.0, 4371.0, 4366.0, 4414.0, 4381.0, 4421.0, 4412.0, 4401.0, 4414.0, 4367.0, 4475.0, 4414.0, 4378.0, 4395.0, 4384.0, 4413.0, 4383.0, 4393.0, 4393.0, 4366.0, 4404.0, 4373.0, 4394.0, 4351.0, 4405.0, 4372.0, 4371.0, 4366.0, 4339.0, 4376.0, 4323.0, 4374.0, 4325.0, 4354.0, 4313.0, 4326.0, 4295.0, 4282.0, 4336.0, 4306.0, 4288.0, 4304.0, 4302.0, 4303.0, 4297.0, 4336.0, 4323.0, 4369.0, 4320.0, 4331.0, 4354.0, 4340.0, 4402.0, 4341.0, 4399.0, 4328.0, 4389.0, 4318.0, 4376.0, 4330.0, 4403.0, 4356.0, 4417.0, 4379.0, 4392.0, 4350.0, 4393.0, 4357.0, 4383.0, 4333.0, 4334.0, 4334.0, 4325.0, 4345.0, 4336.0, 4369.0, 4340.0, 4390.0, 4361.0, 4421.0, 4381.0, 4329.0, 4332.0, 4329.0, 4349.0, 4338.0, 4369.0, 4339.0, 4354.0, 4406.0, 4346.0, 4395.0, 4332.0, 4416.0, 4414.0, 4370.0, 4381.0, 4392.0, 4394.0, 4403.0, 4371.0, 4384.0, 4404.0, 4360.0, 4391.0, 4393.0, 4308.0, 4438.0, 4373.0, 4417.0, 4392.0, 4373.0, 4405.0, 4354.0, 4354.0, 4347.0, 4324.0, 4386.0, 4345.0, 4336.0, 4358.0, 4337.0, 4368.0, 4356.0, 4324.0, 4356.0, 4327.0, 4336.0, 4327.0, 4325.0, 4348.0, 4328.0, 4330.0, 4412.0, 4367.0, 4364.0, 4320.0, 4351.0, 4322.0, 4322.0, 4379.0, 4409.0, 4333.0, 4282.0, 4267.0, 4296.0, 4315.0, 4340.0, 4396.0, 4411.0, 4431.0, 4418.0, 4431.0, 4400.0, 4420.0, 4416.0, 4411.0, 4375.0, 4363.0, 4359.0, 4355.0, 4301.0, 4383.0, 4393.0, 4371.0, 4348.0, 4325.0, 4367.0, 4348.0, 4390.0, 4381.0, 4360.0, 4381.0, 4360.0, 4379.0, 4332.0, 4339.0, 4307.0, 4316.0, 4278.0, 4308.0, 4279.0, 4296.0, 4280.0, 4297.0, 4292.0, 4299.0, 4282.0, 4294.0, 4311.0, 4324.0, 4298.0, 4310.0, 4313.0, 4322.0, 4337.0, 4328.0, 4340.0, 4331.0, 4390.0, 4374.0, 4402.0, 4382.0, 4391.0, 4391.0, 4399.0, 4367.0, 4395.0, 4357.0, 4384.0, 4340.0, 4379.0, 4328.0, 4337.0, 4318.0], 'WindowWidth': [9753.0, 9701.0, 9781.0, 9703.0, 9719.0, 9698.0, 9668.0, 9725.0, 9651.0, 9745.0, 9684.0, 9673.0, 9733.0, 9681.0, 9651.0, 9694.0, 9657.0, 9735.0, 9673.0, 9765.0, 9733.0, 9749.0, 9723.0, 9726.0, 9696.0, 9701.0, 9712.0, 9685.0, 9765.0, 9687.0, 9752.0, 9670.0, 9758.0, 9736.0, 9779.0, 9783.0, 9695.0, 9719.0, 9677.0, 9758.0, 9688.0, 9773.0, 9743.0, 9774.0, 9728.0, 9729.0, 9715.0, 9727.0, 9719.0, 9718.0, 9744.0, 9686.0, 9742.0, 9686.0, 9711.0, 9613.0, 9679.0, 9657.0, 9677.0, 9685.0, 9681.0, 9689.0, 9664.0, 9688.0, 9706.0, 9703.0, 9769.0, 9734.0, 9769.0, 9728.0, 9722.0, 9678.0, 9775.0, 9748.0, 9727.0, 9736.0, 9718.0, 9711.0, 9726.0, 9704.0, 9767.0, 9720.0, 9765.0, 9708.0, 9707.0, 9636.0, 9614.0, 9643.0, 9611.0, 9697.0, 9640.0, 9698.0, 9630.0, 9698.0, 9633.0, 9673.0, 9625.0, 9630.0, 9681.0, 9653.0, 9729.0, 9694.0, 9709.0, 9709.0, 9703.0, 9811.0, 9738.0, 9777.0, 9763.0, 9761.0, 9700.0, 9733.0, 9765.0, 9715.0, 9731.0, 9672.0, 9747.0, 9733.0, 9715.0, 9778.0, 9745.0, 9754.0, 9733.0, 9680.0, 9760.0, 9711.0, 9778.0, 9705.0, 9722.0, 9672.0, 9678.0, 9633.0, 9618.0, 9668.0, 9617.0, 9673.0, 9625.0, 9663.0, 9628.0, 9614.0, 9683.0, 9630.0, 9723.0, 9686.0, 9723.0, 9650.0, 9749.0, 9696.0, 9652.0, 9632.0, 9580.0, 9667.0, 9617.0, 9702.0, 9636.0, 9651.0, 9629.0, 9623.0, 9634.0, 9639.0, 9633.0, 9623.0, 9672.0, 9597.0, 9622.0, 9618.0, 9627.0, 9601.0, 9618.0, 9661.0, 9623.0, 9650.0, 9646.0, 9653.0, 9747.0, 9712.0, 9788.0, 9735.0, 9725.0, 9706.0, 9676.0, 9742.0, 9686.0, 9698.0, 9669.0, 9694.0, 9652.0, 9699.0, 9662.0, 9652.0, 9621.0, 9606.0, 9566.0, 9622.0, 9579.0, 9597.0, 9634.0, 9602.0, 9658.0, 9616.0, 9637.0, 9578.0, 9621.0, 9603.0, 9627.0, 9584.0, 9627.0, 9602.0, 9630.0, 9625.0, 9666.0, 9606.0, 9648.0, 9433.0, 9687.0, 9643.0, 9638.0, 9626.0, 9602.0, 9617.0, 9612.0, 9668.0, 9692.0, 9671.0, 9663.0, 9748.0, 9742.0, 9693.0, 9706.0, 9663.0, 9653.0, 9690.0, 9685.0, 9740.0, 9671.0, 9676.0, 9647.0, 9642.0, 9612.0, 9635.0, 9626.0, 9592.0, 9640.0, 9561.0, 9639.0, 9559.0, 9654.0, 9588.0, 9570.0, 9625.0, 9592.0, 9658.0, 9612.0, 9605.0, 9589.0, 9597.0, 9631.0, 9579.0, 9677.0, 9644.0, 9693.0, 9657.0, 9693.0, 9671.0, 9696.0, 9676.0, 9721.0, 9669.0, 9698.0, 9656.0, 9683.0, 9616.0, 9669.0, 9624.0, 9623.0, 9622.0, 9634.0, 9686.0, 9673.0, 9725.0, 9686.0, 9748.0, 9692.0, 9764.0, 9669.0, 9711.0, 9665.0, 9663.0, 9698.0, 9671.0, 9627.0, 9662.0, 9639.0, 9709.0, 9657.0, 9706.0, 9667.0, 9687.0, 9687.0, 9699.0, 9722.0, 9663.0, 9705.0, 9669.0, 9688.0, 9711.0, 9638.0, 9568.0, 9583.0, 9552.0, 9648.0, 9612.0, 9598.0, 9673.0, 9645.0, 9674.0, 9713.0, 9653.0, 9670.0, 9658.0, 9605.0, 9708.0, 9787.0, 9689.0, 9555.0, 9465.0, 9505.0, 9633.0, 9669.0, 9650.0, 9741.0, 9719.0, 9657.0, 9656.0, 9631.0, 9711.0, 9664.0, 9720.0, 9718.0, 9664.0, 9627.0, 9626.0, 9554.0, 9617.0, 9611.0, 9570.0, 9587.0, 9561.0, 9532.0, 9591.0, 9543.0, 9497.0, 9519.0, 9482.0, 9476.0, 9513.0, 9539.0, 9542.0, 9493.0, 9498.0, 9541.0, 9514.0, 9553.0, 9530.0, 9510.0, 9552.0, 9534.0, 9568.0, 9502.0, 9545.0, 9510.0, 9510.0, 9584.0, 9573.0, 9594.0, 9612.0, 9586.0, 9601.0, 9644.0, 9626.0, 9612.0, 9653.0, 9636.0, 9711.0, 9665.0, 9702.0, 9659.0, 9660.0, 9656.0, 9623.0, 9651.0, 9598.0, 9642.0, 9597.0, 9626.0, 9596.0, 9624.0, 9586.0, 9603.0, 9562.0, 9605.0, 9551.0, 9602.0, 9541.0, 9605.0, 9542.0, 9583.0, 9559.0, 9552.0, 9533.0, 9547.0, 9562.0, 9565.0, 9577.0, 9598.0, 9595.0, 9595.0, 9600.0, 9598.0, 9641.0, 9665.0, 9690.0, 9666.0, 9633.0, 9715.0, 9685.0, 9714.0, 9676.0, 9705.0, 9658.0, 9685.0, 9633.0, 9663.0, 9594.0, 9593.0, 9611.0, 9509.0, 9596.0, 9543.0, 9522.0, 9538.0, 9530.0, 9541.0, 9548.0, 9553.0, 9556.0, 9595.0, 9676.0, 9622.0, 9722.0, 9651.0, 9664.0, 9672.0, 9648.0, 9650.0, 9624.0, 9643.0, 9603.0, 9617.0, 9574.0, 9591.0, 9555.0, 9567.0, 9533.0, 9552.0, 9493.0, 9551.0, 9524.0, 9591.0, 9486.0, 9472.0, 9474.0, 9494.0, 9500.0, 9510.0, 9527.0, 9534.0, 9540.0, 9591.0, 9557.0, 9606.0, 9591.0, 9637.0, 9618.0, 9662.0, 9618.0, 9634.0, 9573.0, 9556.0, 9635.0, 9561.0, 9654.0, 9595.0, 9647.0, 9626.0, 9668.0, 9623.0, 9688.0, 9646.0, 9689.0, 9616.0, 9643.0, 9601.0, 9630.0, 9556.0, 9553.0, 9617.0, 9591.0, 9647.0, 9644.0, 9829.0, 9720.0, 9647.0, 9625.0, 9639.0, 9671.0, 9705.0, 9650.0, 9720.0, 9680.0, 9706.0, 9676.0, 9665.0, 9643.0, 9651.0, 9693.0, 9616.0, 9690.0, 9658.0, 9632.0, 9572.0, 9549.0, 9602.0, 9552.0, 9644.0, 9595.0, 9579.0, 9577.0, 9583.0, 9589.0, 9550.0, 9630.0, 9582.0, 9566.0, 9537.0, 9536.0, 9516.0, 9530.0, 9557.0, 9584.0, 9582.0, 9575.0, 9681.0, 9631.0, 9662.0, 9672.0, 9582.0, 9646.0, 9570.0, 9568.0, 9633.0, 9680.0, 9636.0, 9656.0, 9608.0, 9626.0, 9680.0, 9612.0, 9624.0, 9662.0, 9582.0, 9608.0, 9544.0, 9546.0, 9514.0, 9505.0, 9554.0, 9547.0, 9564.0, 9538.0, 9528.0, 9537.0, 9527.0, 9549.0, 9551.0, 9557.0, 9655.0, 9605.0, 9684.0, 9641.0, 9690.0, 9635.0, 9681.0, 9611.0, 9679.0, 9609.0, 9677.0, 9647.0, 9705.0, 9639.0, 9702.0, 9629.0, 9673.0, 9619.0, 9664.0, 9598.0, 9635.0, 9564.0, 9554.0, 9532.0, 9554.0, 9603.0, 9601.0, 9625.0, 9577.0, 9574.0, 9642.0, 9616.0, 9690.0, 9634.0, 9622.0, 9623.0, 9637.0, 9720.0, 9677.0, 9662.0, 9706.0, 9628.0, 9675.0, 9616.0, 9627.0, 9578.0, 9615.0, 9573.0, 9557.0, 9649.0, 9579.0, 9675.0, 9606.0, 9675.0, 9584.0, 9609.0, 9568.0, 9573.0, 9558.0, 9563.0, 9540.0, 9589.0, 9552.0, 9612.0, 9562.0, 9611.0, 9602.0, 9653.0, 9643.0, 9658.0, 9616.0, 9645.0, 9604.0, 9610.0, 9639.0, 9610.0, 9653.0, 9589.0, 9668.0, 9618.0, 9641.0, 9629.0, 9608.0, 9671.0, 9604.0, 9696.0, 9608.0, 9696.0, 9640.0, 9716.0, 9667.0, 9691.0, 9646.0, 9672.0, 9676.0, 9705.0, 9655.0, 9681.0, 9635.0, 9674.0, 9586.0, 9600.0, 9562.0, 9564.0, 9545.0, 9535.0, 9538.0, 9568.0, 9550.0, 9599.0, 9586.0, 9615.0, 9642.0, 9620.0, 9663.0, 9663.0, 9724.0, 9674.0, 9727.0, 9716.0, 9700.0, 9722.0, 9666.0, 9830.0, 9726.0, 9648.0, 9683.0, 9666.0, 9707.0, 9664.0, 9674.0, 9677.0, 9641.0, 9693.0, 9646.0, 9676.0, 9613.0, 9695.0, 9643.0, 9640.0, 9625.0, 9591.0, 9639.0, 9561.0, 9632.0, 9565.0, 9606.0, 9549.0, 9571.0, 9529.0, 9509.0, 9587.0, 9549.0, 9512.0, 9541.0, 9538.0, 9541.0, 9538.0, 9587.0, 9582.0, 9635.0, 9571.0, 9588.0, 9622.0, 9602.0, 9687.0, 9602.0, 9678.0, 9580.0, 9660.0, 9563.0, 9640.0, 9583.0, 9689.0, 9633.0, 9714.0, 9664.0, 9672.0, 9613.0, 9676.0, 9633.0, 9664.0, 9597.0, 9599.0, 9597.0, 9585.0, 9615.0, 9608.0, 9653.0, 9618.0, 9685.0, 9648.0, 9729.0, 9673.0, 9590.0, 9600.0, 9591.0, 9619.0, 9605.0, 9649.0, 9608.0, 9634.0, 9707.0, 9626.0, 9691.0, 9598.0, 9720.0, 9711.0, 9645.0, 9658.0, 9679.0, 9682.0, 9692.0, 9646.0, 9667.0, 9695.0, 9625.0, 9666.0, 9674.0, 9525.0, 9782.0, 9650.0, 9717.0, 9672.0, 9650.0, 9696.0, 9620.0, 9621.0, 9615.0, 9580.0, 9666.0, 9611.0, 9600.0, 9631.0, 9606.0, 9648.0, 9629.0, 9584.0, 9626.0, 9588.0, 9598.0, 9587.0, 9584.0, 9617.0, 9593.0, 9597.0, 9715.0, 9664.0, 9657.0, 9572.0, 9636.0, 9581.0, 9581.0, 9690.0, 9751.0, 9594.0, 9501.0, 9473.0, 9512.0, 9551.0, 9597.0, 9688.0, 9714.0, 9747.0, 9724.0, 9746.0, 9699.0, 9729.0, 9719.0, 9716.0, 9656.0, 9639.0, 9647.0, 9634.0, 9529.0, 9661.0, 9675.0, 9638.0, 9600.0, 9564.0, 9627.0, 9601.0, 9668.0, 9652.0, 9621.0, 9653.0, 9620.0, 9646.0, 9568.0, 9575.0, 9525.0, 9536.0, 9489.0, 9527.0, 9495.0, 9514.0, 9500.0, 9519.0, 9519.0, 9525.0, 9507.0, 9526.0, 9562.0, 9583.0, 9539.0, 9557.0, 9567.0, 9578.0, 9606.0, 9593.0, 9612.0, 9601.0, 9679.0, 9661.0, 9696.0, 9669.0, 9680.0, 9677.0, 9688.0, 9639.0, 9676.0, 9625.0, 9660.0, 9593.0, 9647.0, 9575.0, 9584.0, 9559.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.021460590809628012</td></tr>
<tr><td colspan=3>aqi</td><td>0.14571375525164112</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.72726386106245</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1944540030120478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2248072024096401</td></tr>
<tr><td colspan=3>efc</td><td>0.4833</td></tr>
<tr><td colspan=3>fber</td><td>6751.0757</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.36936016961779744</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>478</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>52.29759299781182</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.244913734249703</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.84368911401935</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.541874370100589</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.349177718629171</td></tr>
<tr><td colspan=3>gcor</td><td>0.00935605</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001474407035857439</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04930749535560608</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.140129190017438</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.8804</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0628</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.9228</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299025.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.3759</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9395</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.6295</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3521.8359</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.8307</td></tr>
<tr><td colspan=3>tsnr</td><td>15.421649338735733</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>