<?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-0050_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0050_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0050_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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0050_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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0050_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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0050_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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-02/func/sub-0050_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4f424348bb889d76b19fc1405f0d21fc</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>17:19:24.112500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998144, 0.056421, -0.0229117, -0.0579023, 0.995853, -0.0701751]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0885822</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7750, -7274, 599, -86, -176, 18, 76]</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>241.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7206137-c798-4000-909c-bd836e746f6b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677947759628296, -0.15534758567810059, -0.050914689898490906, 113.79240417480469], [-0.15137337148189545, 2.671800136566162, -0.19270317256450653, -84.37992095947266], [-0.06147031858563423, 0.1882747858762741, 2.6926331520080566, -66.79497528076172], [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': ['171924.112500', '171924.572500', '171925.032500', '171925.492500', '171925.952500', '171926.412500', '171926.872500', '171927.332500', '171927.792500', '171928.252500', '171928.712500', '171929.172500', '171929.632500', '171930.092500', '171930.552500', '171931.012500', '171931.472500', '171931.932500', '171932.392500', '171932.852500', '171933.312500', '171933.772500', '171934.232500', '171934.692500', '171935.152500', '171935.612500', '171936.072500', '171936.532500', '171936.992500', '171937.452500', '171937.912500', '171938.372500', '171938.832500', '171939.292500', '171939.752500', '171940.212500', '171940.672500', '171941.132500', '171941.592500', '171942.052500', '171942.512500', '171942.972500', '171943.432500', '171943.892500', '171944.352500', '171944.812500', '171945.272500', '171945.732500', '171946.192500', '171946.652500', '171947.112500', '171947.572500', '171948.032500', '171948.492500', '171948.952500', '171949.412500', '171949.872500', '171950.332500', '171950.792500', '171951.252500', '171951.712500', '171952.172500', '171952.632500', '171953.092500', '171953.552500', '171954.012500', '171954.472500', '171954.932500', '171955.392500', '171955.852500', '171956.312500', '171956.772500', '171957.232500', '171957.692500', '171958.152500', '171958.612500', '171959.072500', '171959.532500', '171959.992500', '172000.452500', '172000.912500', '172001.372500', '172001.832500', '172002.292500', '172002.752500', '172003.212500', '172003.672500', '172004.132500', '172004.592500', '172005.052500', '172005.512500', '172005.972500', '172006.432500', '172006.892500', '172007.352500', '172007.812500', '172008.272500', '172008.732500', '172009.192500', '172009.652500', '172010.112500', '172010.572500', '172011.032500', '172011.492500', '172011.952500', '172012.412500', '172012.872500', '172013.332500', '172013.792500', '172014.252500', '172014.712500', '172015.172500', '172015.632500', '172016.092500', '172016.552500', '172017.012500', '172017.472500', '172017.932500', '172018.392500', '172018.852500', '172019.312500', '172019.772500', '172020.232500', '172020.692500', '172021.152500', '172021.612500', '172022.072500', '172022.532500', '172022.992500', '172023.452500', '172023.912500', '172024.372500', '172024.832500', '172025.292500', '172025.752500', '172026.212500', '172026.672500', '172027.132500', '172027.592500', '172028.052500', '172028.512500', '172028.972500', '172029.432500', '172029.892500', '172030.352500', '172030.812500', '172031.272500', '172031.732500', '172032.192500', '172032.652500', '172033.112500', '172033.572500', '172034.032500', '172034.492500', '172034.952500', '172035.412500', '172035.872500', '172036.332500', '172036.792500', '172037.252500', '172037.712500', '172038.172500', '172038.632500', '172039.092500', '172039.552500', '172040.012500', '172040.472500', '172040.932500', '172041.392500', '172041.852500', '172042.312500', '172042.772500', '172043.232500', '172043.692500', '172044.152500', '172044.612500', '172045.072500', '172045.532500', '172045.992500', '172046.452500', '172046.912500', '172047.372500', '172047.832500', '172048.292500', '172048.752500', '172049.212500', '172049.672500', '172050.132500', '172050.592500', '172051.052500', '172051.512500', '172051.972500', '172052.432500', '172052.892500', '172053.352500', '172053.812500', '172054.272500', '172054.732500', '172055.192500', '172055.652500', '172056.112500', '172056.572500', '172057.032500', '172057.492500', '172057.952500', '172058.412500', '172058.872500', '172059.332500', '172059.792500', '172100.252500', '172100.712500', '172101.172500', '172101.632500', '172102.092500', '172102.552500', '172103.012500', '172103.472500', '172103.932500', '172104.392500', '172104.852500', '172105.312500', '172105.772500', '172106.232500', '172106.692500', '172107.152500', '172107.612500', '172108.072500', '172108.532500', '172108.992500', '172109.452500', '172109.912500', '172110.372500', '172110.832500', '172111.292500', '172111.752500', '172112.212500', '172112.672500', '172113.132500', '172113.592500', '172114.052500', '172114.512500', '172114.972500', '172115.432500', '172115.892500', '172116.352500', '172116.812500', '172117.272500', '172117.732500', '172118.192500', '172118.652500', '172119.112500', '172119.572500', '172120.032500', '172120.492500', '172120.952500', '172121.412500', '172121.872500', '172122.332500', '172122.792500', '172123.252500', '172123.712500', '172124.172500', '172124.632500', '172125.092500', '172125.552500', '172126.012500', '172126.472500', '172126.932500', '172127.392500', '172127.852500', '172128.312500', '172128.772500', '172129.232500', '172129.692500', '172130.152500', '172130.612500', '172131.072500', '172131.532500', '172131.992500', '172132.452500', '172132.912500', '172133.372500', '172133.832500', '172134.292500', '172134.752500', '172135.212500', '172135.672500', '172136.132500', '172136.592500', '172137.052500', '172137.512500', '172137.972500', '172138.432500', '172138.892500', '172139.352500', '172139.812500', '172140.272500', '172140.732500', '172141.192500', '172141.652500', '172142.112500', '172142.572500', '172143.032500', '172143.492500', '172143.952500', '172144.412500', '172144.872500', '172145.332500', '172145.792500', '172146.252500', '172146.712500', '172147.172500', '172147.632500', '172148.092500', '172148.552500', '172149.012500', '172149.472500', '172149.932500', '172150.392500', '172150.852500', '172151.312500', '172151.772500', '172152.232500', '172152.692500', '172153.152500', '172153.612500', '172154.072500', '172154.532500', '172154.992500', '172155.452500', '172155.912500', '172156.372500', '172156.832500', '172157.292500', '172157.752500', '172158.212500', '172158.672500', '172159.132500', '172159.592500', '172200.052500', '172200.512500', '172200.972500', '172201.432500', '172201.892500', '172202.352500', '172202.812500', '172203.272500', '172203.732500', '172204.192500', '172204.652500', '172205.112500', '172205.572500', '172206.032500', '172206.492500', '172206.952500', '172207.412500', '172207.872500', '172208.332500', '172208.792500', '172209.252500', '172209.712500', '172210.172500', '172210.632500', '172211.092500', '172211.552500', '172212.012500', '172212.472500', '172212.932500', '172213.392500', '172213.852500', '172214.312500', '172214.772500', '172215.232500', '172215.692500', '172216.152500', '172216.612500', '172217.072500', '172217.532500', '172217.992500', '172218.452500', '172218.912500', '172219.372500', '172219.832500', '172220.292500', '172220.752500', '172221.212500', '172221.672500', '172222.132500', '172222.592500', '172223.052500', '172223.512500', '172223.972500', '172224.432500', '172224.892500', '172225.352500', '172225.812500', '172226.272500', '172226.732500', '172227.192500', '172227.652500', '172228.112500', '172228.572500', '172229.032500', '172229.492500', '172229.952500', '172230.412500', '172230.872500', '172231.332500', '172231.792500', '172232.252500', '172232.712500', '172233.172500', '172233.632500', '172234.092500', '172234.552500', '172235.012500', '172235.472500', '172235.932500', '172236.392500', '172236.852500', '172237.312500', '172237.772500', '172238.232500', '172238.692500', '172239.152500', '172239.612500', '172240.072500', '172240.532500', '172240.992500', '172241.452500', '172241.912500', '172242.372500', '172242.832500', '172243.292500', '172243.752500', '172244.212500', '172244.672500', '172245.132500', '172245.592500', '172246.052500', '172246.512500', '172246.972500', '172247.432500', '172247.892500', '172248.352500', '172248.812500', '172249.272500', '172249.732500', '172250.192500', '172250.652500', '172251.112500', '172251.572500', '172252.032500', '172252.492500', '172252.952500', '172253.412500', '172253.872500', '172254.332500', '172254.792500', '172255.252500', '172255.712500', '172256.172500', '172256.632500', '172257.092500', '172257.552500', '172258.012500', '172258.472500', '172258.932500', '172259.392500', '172259.852500', '172300.312500', '172300.772500', '172301.232500', '172301.692500', '172302.152500', '172302.612500', '172303.072500', '172303.532500', '172303.992500', '172304.452500', '172304.912500', '172305.372500', '172305.832500', '172306.292500', '172306.752500', '172307.212500', '172307.672500', '172308.132500', '172308.592500', '172309.052500', '172309.512500', '172309.972500', '172310.432500', '172310.892500', '172311.352500', '172311.812500', '172312.272500', '172312.732500', '172313.192500', '172313.652500', '172314.112500', '172314.572500', '172315.032500', '172315.492500', '172315.952500', '172316.412500', '172316.872500', '172317.332500', '172317.792500', '172318.252500', '172318.712500', '172319.172500', '172319.632500', '172320.092500', '172320.552500', '172321.012500', '172321.472500', '172321.932500', '172322.392500', '172322.852500', '172323.312500', '172323.772500', '172324.232500', '172324.692500', '172325.152500', '172325.612500', '172326.072500', '172326.532500', '172326.992500', '172327.452500', '172327.912500', '172328.372500', '172328.832500', '172329.292500', '172329.752500', '172330.212500', '172330.672500', '172331.132500', '172331.592500', '172332.052500', '172332.512500', '172332.972500', '172333.432500', '172333.892500', '172334.352500', '172334.812500', '172335.272500', '172335.732500', '172336.192500', '172336.652500', '172337.112500', '172337.572500', '172338.032500', '172338.492500', '172338.952500', '172339.412500', '172339.872500', '172340.332500', '172340.792500', '172341.252500', '172341.712500', '172342.172500', '172342.632500', '172343.092500', '172343.552500', '172344.012500', '172344.472500', '172344.932500', '172345.392500', '172345.852500', '172346.312500', '172346.772500', '172347.232500', '172347.692500', '172348.152500', '172348.612500', '172349.072500', '172349.532500', '172349.992500', '172350.452500', '172350.912500', '172351.372500', '172351.832500', '172352.292500', '172352.752500', '172353.212500', '172353.672500', '172354.132500', '172354.592500', '172355.052500', '172355.512500', '172355.972500', '172356.432500', '172356.892500', '172357.352500', '172357.812500', '172358.272500', '172358.732500', '172359.192500', '172359.652500', '172400.112500', '172400.572500', '172401.032500', '172401.492500', '172401.952500', '172402.412500', '172402.872500', '172403.332500', '172403.792500', '172404.252500', '172404.712500', '172405.172500', '172405.632500', '172406.092500', '172406.552500', '172407.012500', '172407.472500', '172407.932500', '172408.392500', '172408.852500', '172409.312500', '172409.772500', '172410.232500', '172410.692500', '172411.152500', '172411.612500', '172412.072500', '172412.532500', '172412.992500', '172413.452500', '172413.912500', '172414.372500', '172414.832500', '172415.292500', '172415.752500', '172416.212500', '172416.672500', '172417.132500', '172417.592500', '172418.052500', '172418.512500', '172418.972500', '172419.432500', '172419.892500', '172420.352500', '172420.812500', '172421.272500', '172421.732500', '172422.192500', '172422.652500', '172423.112500', '172423.572500', '172424.032500', '172424.492500', '172424.952500', '172425.412500', '172425.872500', '172426.332500', '172426.792500', '172427.252500', '172427.712500', '172428.172500', '172428.632500', '172429.092500', '172429.552500', '172430.012500', '172430.472500', '172430.932500', '172431.392500', '172431.852500', '172432.312500', '172432.772500', '172433.232500', '172433.692500', '172434.152500', '172434.612500', '172435.072500', '172435.532500', '172435.992500', '172436.452500', '172436.912500', '172437.372500', '172437.832500', '172438.292500', '172438.752500', '172439.212500', '172439.672500', '172440.132500', '172440.592500', '172441.052500', '172441.512500', '172441.972500', '172442.432500', '172442.892500', '172443.352500', '172443.812500', '172444.272500', '172444.732500', '172445.192500', '172445.652500', '172446.112500', '172446.572500', '172447.032500', '172447.492500', '172447.952500', '172448.412500', '172448.872500', '172449.332500', '172449.792500', '172450.252500', '172450.712500', '172451.172500', '172451.632500', '172452.092500', '172452.552500', '172453.012500', '172453.472500', '172453.932500', '172454.392500', '172454.852500', '172455.312500', '172455.772500', '172456.232500', '172456.692500', '172457.152500', '172457.612500', '172458.072500', '172458.532500', '172458.992500', '172459.452500', '172459.912500', '172500.372500', '172500.832500', '172501.292500', '172501.752500', '172502.212500', '172502.672500', '172503.132500', '172503.592500', '172504.052500', '172504.512500', '172504.972500', '172505.432500', '172505.892500', '172506.352500', '172506.812500', '172507.272500', '172507.732500', '172508.192500', '172508.652500', '172509.112500', '172509.572500', '172510.032500', '172510.492500', '172510.952500', '172511.412500', '172511.872500', '172512.332500', '172512.792500', '172513.252500', '172513.712500', '172514.172500', '172514.632500', '172515.092500', '172515.552500', '172516.012500', '172516.472500', '172516.932500', '172517.392500', '172517.852500', '172518.312500', '172518.772500', '172519.232500', '172519.692500', '172520.152500', '172520.612500', '172521.072500', '172521.532500', '172521.992500', '172522.452500', '172522.912500', '172523.372500', '172523.832500', '172524.292500', '172524.752500', '172525.212500', '172525.672500', '172526.132500', '172526.592500', '172527.052500', '172527.512500', '172527.972500', '172528.432500', '172528.892500', '172529.352500', '172529.812500', '172530.272500', '172530.732500', '172531.192500', '172531.652500', '172532.112500', '172532.572500', '172533.032500', '172533.492500', '172533.952500', '172534.412500', '172534.872500', '172535.332500', '172535.792500', '172536.252500', '172536.712500', '172537.172500', '172537.632500', '172538.092500', '172538.552500', '172539.012500', '172539.472500', '172539.932500', '172540.392500', '172540.852500', '172541.312500', '172541.772500', '172542.232500', '172542.692500', '172543.152500', '172543.612500', '172544.072500', '172544.532500', '172544.992500', '172545.452500', '172545.912500', '172546.372500', '172546.832500', '172547.292500', '172547.752500', '172548.212500', '172548.672500', '172549.132500', '172549.592500', '172550.052500', '172550.512500', '172550.972500', '172551.432500', '172551.892500', '172552.352500', '172552.812500', '172553.272500', '172553.732500', '172554.192500', '172554.652500', '172555.112500', '172555.572500', '172556.032500', '172556.492500', '172556.952500', '172557.412500', '172557.872500', '172558.332500', '172558.792500', '172559.252500', '172559.712500', '172600.172500', '172600.632500', '172601.092500', '172601.552500', '172602.012500', '172602.472500', '172602.932500', '172603.392500', '172603.852500', '172604.312500', '172604.772500', '172605.232500', '172605.692500', '172606.152500', '172606.612500', '172607.072500', '172607.532500', '172607.992500', '172608.452500', '172608.912500', '172609.372500', '172609.832500', '172610.292500', '172610.752500', '172611.212500', '172611.672500', '172612.132500', '172612.592500', '172613.052500', '172613.512500', '172613.972500', '172614.432500', '172614.892500', '172615.352500', '172615.812500', '172616.272500', '172616.732500', '172617.192500', '172617.652500', '172618.112500', '172618.572500', '172619.032500', '172619.492500', '172619.952500', '172620.412500', '172620.872500', '172621.332500', '172621.792500', '172622.252500', '172622.712500', '172623.172500', '172623.632500', '172624.092500'], 'ContentTime': ['171934.720000', '171934.723000', '171934.725000', '171934.728000', '171934.731000', '171934.733000', '171934.736000', '171934.738000', '171934.770000', '171934.773000', '171934.776000', '171934.778000', '171934.781000', '171934.784000', '171934.786000', '171934.789000', '171934.791000', '171934.794000', '171934.796000', '171934.799000', '171954.686000', '171954.689000', '171954.692000', '171954.694000', '171954.697000', '171954.699000', '171954.702000', '171954.705000', '171954.707000', '171954.710000', '171954.712000', '171954.715000', '171954.717000', '171954.720000', '171954.723000', '171954.725000', '171954.728000', '171954.730000', '171954.733000', '171954.735000', '171954.738000', '171954.741000', '171954.743000', '171954.746000', '171954.748000', '171954.751000', '171954.753000', '171954.756000', '171954.759000', '171954.761000', '171954.764000', '171954.766000', '171954.769000', '171954.771000', '171954.774000', '171954.776000', '171954.779000', '171954.782000', '171954.784000', '171954.787000', '171954.789000', '171954.792000', '171954.802000', '172014.685000', '172014.688000', '172014.691000', '172014.693000', '172014.696000', '172014.699000', '172014.701000', '172014.704000', '172014.706000', '172014.709000', '172014.712000', '172014.714000', '172014.717000', '172014.719000', '172014.722000', '172014.724000', '172014.727000', '172014.729000', '172014.732000', '172014.735000', '172014.737000', '172014.740000', '172014.742000', '172014.745000', '172014.747000', '172014.750000', '172014.753000', '172014.755000', '172014.758000', '172014.760000', '172014.763000', '172014.765000', '172014.768000', '172014.771000', '172014.773000', '172014.776000', '172014.779000', '172014.781000', '172014.784000', '172014.786000', '172014.789000', '172014.791000', '172014.794000', '172014.796000', '172034.686000', '172034.688000', '172034.691000', '172034.694000', '172034.696000', '172034.710000', '172034.713000', '172034.715000', '172034.718000', '172034.720000', '172034.723000', '172034.726000', '172034.728000', '172034.731000', '172034.733000', '172034.736000', '172034.738000', '172034.741000', '172034.744000', '172034.746000', '172034.749000', '172034.752000', '172034.754000', '172034.757000', '172034.759000', '172034.762000', '172034.764000', '172034.767000', '172034.770000', '172034.772000', '172034.775000', '172034.777000', '172034.780000', '172034.783000', '172034.785000', '172034.788000', '172034.790000', '172034.793000', '172034.795000', '172034.798000', '172034.800000', '172034.803000', '172034.806000', '172054.686000', '172054.688000', '172054.691000', '172054.694000', '172054.696000', '172054.699000', '172054.701000', '172054.704000', '172054.707000', '172054.709000', '172054.712000', '172054.714000', '172054.717000', '172054.720000', '172054.722000', '172054.725000', '172054.728000', '172054.730000', '172054.733000', '172054.736000', '172054.738000', '172054.741000', '172054.743000', '172054.746000', '172054.748000', '172054.751000', '172054.754000', '172054.756000', '172054.759000', '172054.762000', '172054.764000', '172054.767000', '172054.769000', '172054.772000', '172054.775000', '172054.777000', '172054.780000', '172054.783000', '172054.785000', '172054.788000', '172054.790000', '172054.793000', '172054.795000', '172054.798000', '172114.686000', '172114.689000', '172114.692000', '172114.694000', '172114.697000', '172114.700000', '172114.702000', '172114.705000', '172114.707000', '172114.710000', '172114.713000', '172114.715000', '172114.718000', '172114.720000', '172114.723000', '172114.726000', '172114.728000', '172114.731000', '172114.733000', '172114.736000', '172114.739000', '172114.741000', '172114.744000', '172114.746000', '172114.749000', '172114.751000', '172114.754000', '172114.757000', '172114.759000', '172114.762000', '172114.764000', '172114.767000', '172114.770000', '172114.772000', '172114.775000', '172114.777000', '172114.780000', '172114.783000', '172114.785000', '172114.788000', '172114.790000', '172114.793000', '172114.796000', '172134.686000', '172134.689000', '172134.692000', '172134.695000', '172134.697000', '172134.700000', '172134.702000', '172134.705000', '172134.707000', '172134.710000', '172134.713000', '172134.715000', '172134.718000', '172134.720000', '172134.723000', '172134.726000', '172134.728000', '172134.731000', '172134.733000', '172134.736000', '172134.738000', '172134.741000', '172134.744000', '172134.746000', '172134.749000', '172134.751000', '172134.754000', '172134.756000', '172134.759000', '172134.762000', '172134.764000', '172134.767000', '172134.769000', '172134.772000', '172134.775000', '172134.777000', '172134.780000', '172134.782000', '172134.785000', '172134.788000', '172134.790000', '172134.793000', '172134.795000', '172134.798000', '172154.686000', '172154.689000', '172154.692000', '172154.695000', '172154.697000', '172154.700000', '172154.702000', '172154.705000', '172154.708000', '172154.710000', '172154.713000', '172154.716000', '172154.718000', '172154.721000', '172154.723000', '172154.726000', '172154.729000', '172154.731000', '172154.734000', '172154.736000', '172154.739000', '172154.742000', '172154.744000', '172154.747000', '172154.749000', '172154.752000', '172154.755000', '172154.757000', '172154.760000', '172154.762000', '172154.765000', '172154.768000', '172154.770000', '172154.773000', '172154.775000', '172154.778000', '172154.781000', '172154.783000', '172154.786000', '172154.788000', '172154.791000', '172154.794000', '172154.796000', '172214.687000', '172214.702000', '172214.705000', '172214.707000', '172214.710000', '172214.713000', '172214.716000', '172214.718000', '172214.721000', '172214.724000', '172214.726000', '172214.729000', '172214.732000', '172214.734000', '172214.737000', '172214.740000', '172214.742000', '172214.745000', '172214.748000', '172214.750000', '172214.753000', '172214.755000', '172214.758000', '172214.760000', '172214.764000', '172214.766000', '172214.769000', '172214.771000', '172214.774000', '172214.777000', '172214.779000', '172214.782000', '172214.784000', '172214.787000', '172214.790000', '172214.792000', '172214.795000', '172214.798000', '172214.800000', '172214.803000', '172214.805000', '172214.808000', '172214.810000', '172234.685000', '172234.688000', '172234.691000', '172234.694000', '172234.696000', '172234.699000', '172234.701000', '172234.704000', '172234.706000', '172234.709000', '172234.712000', '172234.714000', '172234.717000', '172234.719000', '172234.722000', '172234.724000', '172234.727000', '172234.730000', '172234.732000', '172234.735000', '172234.738000', '172234.740000', '172234.743000', '172234.745000', '172234.748000', '172234.750000', '172234.753000', '172234.756000', '172234.758000', '172234.761000', '172234.763000', '172234.766000', '172234.768000', '172234.771000', '172234.774000', '172234.776000', '172234.779000', '172234.781000', '172234.784000', '172234.786000', '172234.789000', '172234.791000', '172234.794000', '172234.797000', '172254.685000', '172254.688000', '172254.691000', '172254.693000', '172254.696000', '172254.698000', '172254.701000', '172254.704000', '172254.706000', '172254.709000', '172254.711000', '172254.714000', '172254.717000', '172254.719000', '172254.722000', '172254.724000', '172254.727000', '172254.730000', '172254.732000', '172254.735000', '172254.737000', '172254.740000', '172254.743000', '172254.745000', '172254.748000', '172254.750000', '172254.753000', '172254.756000', '172254.758000', '172254.761000', '172254.763000', '172254.766000', '172254.768000', '172254.771000', '172254.774000', '172254.776000', '172254.779000', '172254.781000', '172254.784000', '172254.787000', '172254.789000', '172254.792000', '172254.794000', '172254.797000', '172314.686000', '172314.688000', '172314.691000', '172314.694000', '172314.696000', '172314.699000', '172314.701000', '172314.704000', '172314.706000', '172314.709000', '172314.712000', '172314.714000', '172314.717000', '172314.719000', '172314.722000', '172314.724000', '172314.727000', '172314.730000', '172314.732000', '172314.735000', '172314.737000', '172314.740000', '172314.742000', '172314.745000', '172314.747000', '172314.750000', '172314.753000', '172314.755000', '172314.758000', '172314.761000', '172314.763000', '172314.766000', '172314.768000', '172314.771000', '172314.773000', '172314.776000', '172314.779000', '172314.781000', '172314.784000', '172314.787000', '172314.789000', '172314.792000', '172314.795000', '172334.687000', '172334.689000', '172334.692000', '172334.695000', '172334.698000', '172334.701000', '172334.704000', '172334.707000', '172334.709000', '172334.712000', '172334.714000', '172334.717000', '172334.720000', '172334.722000', '172334.725000', '172334.727000', '172334.730000', '172334.733000', '172334.735000', '172334.738000', '172334.740000', '172334.743000', '172334.745000', '172334.749000', '172334.752000', '172334.754000', '172334.771000', '172334.774000', '172334.776000', '172334.779000', '172334.782000', '172334.784000', '172334.787000', '172334.789000', '172334.792000', '172334.795000', '172334.797000', '172334.800000', '172334.803000', '172334.805000', '172334.808000', '172334.811000', '172334.814000', '172354.687000', '172354.690000', '172354.692000', '172354.695000', '172354.697000', '172354.700000', '172354.703000', '172354.705000', '172354.708000', '172354.711000', '172354.713000', '172354.716000', '172354.719000', '172354.721000', '172354.724000', '172354.726000', '172354.729000', '172354.731000', '172354.734000', '172354.737000', '172354.739000', '172354.742000', '172354.744000', '172354.747000', '172354.750000', '172354.752000', '172354.755000', '172354.757000', '172354.760000', '172354.762000', '172354.765000', '172354.768000', '172354.770000', '172354.773000', '172354.775000', '172354.778000', '172354.781000', '172354.783000', '172354.786000', '172354.788000', '172354.791000', '172354.793000', '172354.796000', '172354.799000', '172414.687000', '172414.689000', '172414.692000', '172414.695000', '172414.697000', '172414.700000', '172414.702000', '172414.705000', '172414.708000', '172414.711000', '172414.713000', '172414.716000', '172414.718000', '172414.721000', '172414.724000', '172414.726000', '172414.729000', '172414.732000', '172414.734000', '172414.737000', '172414.739000', '172414.742000', '172414.745000', '172414.748000', '172414.750000', '172414.753000', '172414.756000', '172414.758000', '172414.761000', '172414.763000', '172414.766000', '172414.768000', '172414.771000', '172414.774000', '172414.776000', '172414.779000', '172414.781000', '172414.784000', '172414.787000', '172414.789000', '172414.792000', '172414.795000', '172414.797000', '172434.687000', '172434.689000', '172434.692000', '172434.695000', '172434.697000', '172434.700000', '172434.702000', '172434.705000', '172434.708000', '172434.710000', '172434.713000', '172434.716000', '172434.718000', '172434.721000', '172434.724000', '172434.726000', '172434.729000', '172434.732000', '172434.734000', '172434.737000', '172434.739000', '172434.742000', '172434.745000', '172434.748000', '172434.750000', '172434.753000', '172434.755000', '172434.758000', '172434.761000', '172434.763000', '172434.766000', '172434.768000', '172434.771000', '172434.774000', '172434.776000', '172434.779000', '172434.781000', '172434.784000', '172434.786000', '172434.789000', '172434.792000', '172434.794000', '172434.797000', '172434.799000', '172454.685000', '172454.688000', '172454.691000', '172454.693000', '172454.701000', '172454.704000', '172454.707000', '172454.709000', '172454.712000', '172454.715000', '172454.717000', '172454.720000', '172454.723000', '172454.725000', '172454.728000', '172454.731000', '172454.737000', '172454.740000', '172454.743000', '172454.745000', '172454.748000', '172454.750000', '172454.753000', '172454.756000', '172454.758000', '172454.761000', '172454.764000', '172454.766000', '172454.769000', '172454.771000', '172454.774000', '172454.776000', '172454.779000', '172454.782000', '172454.784000', '172454.787000', '172454.791000', '172454.794000', '172454.797000', '172454.800000', '172454.802000', '172454.805000', '172454.807000', '172514.686000', '172514.689000', '172514.691000', '172514.694000', '172514.696000', '172514.699000', '172514.701000', '172514.704000', '172514.707000', '172514.709000', '172514.712000', '172514.716000', '172514.719000', '172514.721000', '172514.724000', '172514.727000', '172514.729000', '172514.732000', '172514.735000', '172514.737000', '172514.740000', '172514.743000', '172514.745000', '172514.748000', '172514.750000', '172514.753000', '172514.756000', '172514.758000', '172514.761000', '172514.764000', '172514.766000', '172514.769000', '172514.772000', '172514.774000', '172514.777000', '172514.780000', '172514.782000', '172514.785000', '172514.788000', '172514.790000', '172514.793000', '172514.795000', '172514.798000', '172514.801000', '172534.686000', '172534.689000', '172534.691000', '172534.694000', '172534.697000', '172534.699000', '172534.702000', '172534.704000', '172534.707000', '172534.710000', '172534.712000', '172534.715000', '172534.718000', '172534.720000', '172534.723000', '172534.725000', '172534.728000', '172534.731000', '172534.733000', '172534.736000', '172534.738000', '172534.741000', '172534.744000', '172534.746000', '172534.749000', '172534.752000', '172534.755000', '172534.757000', '172534.760000', '172534.763000', '172534.765000', '172534.768000', '172534.770000', '172534.773000', '172534.776000', '172534.778000', '172534.781000', '172534.784000', '172534.786000', '172534.789000', '172534.792000', '172534.794000', '172534.797000', '172554.686000', '172554.689000', '172554.692000', '172554.695000', '172554.697000', '172554.700000', '172554.702000', '172554.705000', '172554.708000', '172554.710000', '172554.713000', '172554.715000', '172554.718000', '172554.721000', '172554.723000', '172554.726000', '172554.728000', '172554.731000', '172554.734000', '172554.736000', '172554.739000', '172554.742000', '172554.744000', '172554.747000', '172554.750000', '172554.752000', '172554.755000', '172554.757000', '172554.760000', '172554.763000', '172554.765000', '172554.768000', '172554.770000', '172554.773000', '172554.775000', '172554.778000', '172554.781000', '172554.783000', '172554.786000', '172554.788000', '172554.791000', '172554.794000', '172554.796000', '172554.799000', '172614.687000', '172614.689000', '172614.692000', '172614.695000', '172614.697000', '172614.700000', '172614.703000', '172614.705000', '172614.708000', '172614.710000', '172614.713000', '172614.716000', '172614.718000', '172614.721000', '172614.723000', '172614.726000', '172614.729000', '172614.731000', '172614.734000', '172614.737000', '172614.739000', '172614.742000', '172614.744000', '172614.747000', '172614.750000', '172614.752000', '172614.755000', '172614.757000', '172614.760000', '172614.762000', '172614.765000', '172614.768000', '172614.770000', '172614.773000', '172614.776000', '172614.778000', '172614.781000', '172614.793000', '172614.795000', '172614.798000', '172614.801000', '172614.803000', '172614.806000', '172625.819000', '172625.821000', '172625.824000', '172625.827000', '172625.850000', '172625.852000', '172625.855000', '172625.858000', '172625.861000', '172625.863000', '172625.866000', '172625.869000', '172625.871000', '172625.874000', '172625.877000', '172625.879000', '172625.882000', '172625.887000', '172625.891000', '172625.894000', '172625.898000', '172625.904000', '172625.907000', '172625.909000', '172625.912000'], 'InstanceCreationTime': ['171934.720000', '171934.723000', '171934.725000', '171934.728000', '171934.731000', '171934.733000', '171934.736000', '171934.738000', '171934.770000', '171934.773000', '171934.776000', '171934.778000', '171934.781000', '171934.784000', '171934.786000', '171934.789000', '171934.791000', '171934.794000', '171934.796000', '171934.799000', '171954.686000', '171954.689000', '171954.692000', '171954.694000', '171954.697000', '171954.699000', '171954.702000', '171954.705000', '171954.707000', '171954.710000', '171954.712000', '171954.715000', '171954.717000', '171954.720000', '171954.723000', '171954.725000', '171954.728000', '171954.730000', '171954.733000', '171954.735000', '171954.738000', '171954.741000', '171954.743000', '171954.746000', '171954.748000', '171954.751000', '171954.753000', '171954.756000', '171954.759000', '171954.761000', '171954.764000', '171954.766000', '171954.769000', '171954.771000', '171954.774000', '171954.776000', '171954.779000', '171954.782000', '171954.784000', '171954.787000', '171954.789000', '171954.792000', '171954.802000', '172014.685000', '172014.688000', '172014.691000', '172014.693000', '172014.696000', '172014.699000', '172014.701000', '172014.704000', '172014.706000', '172014.709000', '172014.712000', '172014.714000', '172014.717000', '172014.719000', '172014.722000', '172014.724000', '172014.727000', '172014.729000', '172014.732000', '172014.735000', '172014.737000', '172014.740000', '172014.742000', '172014.745000', '172014.747000', '172014.750000', '172014.753000', '172014.755000', '172014.758000', '172014.760000', '172014.763000', '172014.765000', '172014.768000', '172014.771000', '172014.773000', '172014.776000', '172014.779000', '172014.781000', '172014.784000', '172014.786000', '172014.789000', '172014.791000', '172014.794000', '172014.796000', '172034.686000', '172034.688000', '172034.691000', '172034.694000', '172034.696000', '172034.710000', '172034.713000', '172034.715000', '172034.718000', '172034.720000', '172034.723000', '172034.726000', '172034.728000', '172034.731000', '172034.733000', '172034.736000', '172034.738000', '172034.741000', '172034.744000', '172034.746000', '172034.749000', '172034.752000', '172034.754000', '172034.757000', '172034.759000', '172034.762000', '172034.764000', '172034.767000', '172034.770000', '172034.772000', '172034.775000', '172034.777000', '172034.780000', '172034.783000', '172034.785000', '172034.788000', '172034.790000', '172034.793000', '172034.795000', '172034.798000', '172034.800000', '172034.803000', '172034.806000', '172054.686000', '172054.688000', '172054.691000', '172054.694000', '172054.696000', '172054.699000', '172054.701000', '172054.704000', '172054.707000', '172054.709000', '172054.712000', '172054.714000', '172054.717000', '172054.720000', '172054.722000', '172054.725000', '172054.728000', '172054.730000', '172054.733000', '172054.736000', '172054.738000', '172054.741000', '172054.743000', '172054.746000', '172054.748000', '172054.751000', '172054.754000', '172054.756000', '172054.759000', '172054.762000', '172054.764000', '172054.767000', '172054.769000', '172054.772000', '172054.775000', '172054.777000', '172054.780000', '172054.783000', '172054.785000', '172054.788000', '172054.790000', '172054.793000', '172054.795000', '172054.798000', '172114.686000', '172114.689000', '172114.692000', '172114.694000', '172114.697000', '172114.700000', '172114.702000', '172114.705000', '172114.707000', '172114.710000', '172114.713000', '172114.715000', '172114.718000', '172114.720000', '172114.723000', '172114.726000', '172114.728000', '172114.731000', '172114.733000', '172114.736000', '172114.739000', '172114.741000', '172114.744000', '172114.746000', '172114.749000', '172114.751000', '172114.754000', '172114.757000', '172114.759000', '172114.762000', '172114.764000', '172114.767000', '172114.770000', '172114.772000', '172114.775000', '172114.777000', '172114.780000', '172114.783000', '172114.785000', '172114.788000', '172114.790000', '172114.793000', '172114.796000', '172134.686000', '172134.689000', '172134.692000', '172134.695000', '172134.697000', '172134.700000', '172134.702000', '172134.705000', '172134.707000', '172134.710000', '172134.713000', '172134.715000', '172134.718000', '172134.720000', '172134.723000', '172134.726000', '172134.728000', '172134.731000', '172134.733000', '172134.736000', '172134.738000', '172134.741000', '172134.744000', '172134.746000', '172134.749000', '172134.751000', '172134.754000', '172134.756000', '172134.759000', '172134.762000', '172134.764000', '172134.767000', '172134.769000', '172134.772000', '172134.775000', '172134.777000', '172134.780000', '172134.782000', '172134.785000', '172134.788000', '172134.790000', '172134.793000', '172134.795000', '172134.798000', '172154.686000', '172154.689000', '172154.692000', '172154.695000', '172154.697000', '172154.700000', '172154.702000', '172154.705000', '172154.708000', '172154.710000', '172154.713000', '172154.716000', '172154.718000', '172154.721000', '172154.723000', '172154.726000', '172154.729000', '172154.731000', '172154.734000', '172154.736000', '172154.739000', '172154.742000', '172154.744000', '172154.747000', '172154.749000', '172154.752000', '172154.755000', '172154.757000', '172154.760000', '172154.762000', '172154.765000', '172154.768000', '172154.770000', '172154.773000', '172154.775000', '172154.778000', '172154.781000', '172154.783000', '172154.786000', '172154.788000', '172154.791000', '172154.794000', '172154.796000', '172214.687000', '172214.702000', '172214.705000', '172214.707000', '172214.710000', '172214.713000', '172214.716000', '172214.718000', '172214.721000', '172214.724000', '172214.726000', '172214.729000', '172214.732000', '172214.734000', '172214.737000', '172214.740000', '172214.742000', '172214.745000', '172214.748000', '172214.750000', '172214.753000', '172214.755000', '172214.758000', '172214.760000', '172214.764000', '172214.766000', '172214.769000', '172214.771000', '172214.774000', '172214.777000', '172214.779000', '172214.782000', '172214.784000', '172214.787000', '172214.790000', '172214.792000', '172214.795000', '172214.798000', '172214.800000', '172214.803000', '172214.805000', '172214.808000', '172214.810000', '172234.685000', '172234.688000', '172234.691000', '172234.694000', '172234.696000', '172234.699000', '172234.701000', '172234.704000', '172234.706000', '172234.709000', '172234.712000', '172234.714000', '172234.717000', '172234.719000', '172234.722000', '172234.724000', '172234.727000', '172234.730000', '172234.732000', '172234.735000', '172234.738000', '172234.740000', '172234.743000', '172234.745000', '172234.748000', '172234.750000', '172234.753000', '172234.756000', '172234.758000', '172234.761000', '172234.763000', '172234.766000', '172234.768000', '172234.771000', '172234.774000', '172234.776000', '172234.779000', '172234.781000', '172234.784000', '172234.786000', '172234.789000', '172234.791000', '172234.794000', '172234.797000', '172254.685000', '172254.688000', '172254.691000', '172254.693000', '172254.696000', '172254.698000', '172254.701000', '172254.704000', '172254.706000', '172254.709000', '172254.711000', '172254.714000', '172254.717000', '172254.719000', '172254.722000', '172254.724000', '172254.727000', '172254.730000', '172254.732000', '172254.735000', '172254.737000', '172254.740000', '172254.743000', '172254.745000', '172254.748000', '172254.750000', '172254.753000', '172254.756000', '172254.758000', '172254.761000', '172254.763000', '172254.766000', '172254.768000', '172254.771000', '172254.774000', '172254.776000', '172254.779000', '172254.781000', '172254.784000', '172254.787000', '172254.789000', '172254.792000', '172254.794000', '172254.797000', '172314.686000', '172314.688000', '172314.691000', '172314.694000', '172314.696000', '172314.699000', '172314.701000', '172314.704000', '172314.706000', '172314.709000', '172314.712000', '172314.714000', '172314.717000', '172314.719000', '172314.722000', '172314.724000', '172314.727000', '172314.730000', '172314.732000', '172314.735000', '172314.737000', '172314.740000', '172314.742000', '172314.745000', '172314.747000', '172314.750000', '172314.753000', '172314.755000', '172314.758000', '172314.761000', '172314.763000', '172314.766000', '172314.768000', '172314.771000', '172314.773000', '172314.776000', '172314.779000', '172314.781000', '172314.784000', '172314.787000', '172314.789000', '172314.792000', '172314.795000', '172334.687000', '172334.689000', '172334.692000', '172334.695000', '172334.698000', '172334.701000', '172334.704000', '172334.707000', '172334.709000', '172334.712000', '172334.714000', '172334.717000', '172334.720000', '172334.722000', '172334.725000', '172334.727000', '172334.730000', '172334.733000', '172334.735000', '172334.738000', '172334.740000', '172334.743000', '172334.745000', '172334.749000', '172334.752000', '172334.754000', '172334.771000', '172334.774000', '172334.776000', '172334.779000', '172334.782000', '172334.784000', '172334.787000', '172334.789000', '172334.792000', '172334.795000', '172334.797000', '172334.800000', '172334.803000', '172334.805000', '172334.808000', '172334.811000', '172334.814000', '172354.687000', '172354.690000', '172354.692000', '172354.695000', '172354.697000', '172354.700000', '172354.703000', '172354.705000', '172354.708000', '172354.711000', '172354.713000', '172354.716000', '172354.719000', '172354.721000', '172354.724000', '172354.726000', '172354.729000', '172354.731000', '172354.734000', '172354.737000', '172354.739000', '172354.742000', '172354.744000', '172354.747000', '172354.750000', '172354.752000', '172354.755000', '172354.757000', '172354.760000', '172354.762000', '172354.765000', '172354.768000', '172354.770000', '172354.773000', '172354.775000', '172354.778000', '172354.781000', '172354.783000', '172354.786000', '172354.788000', '172354.791000', '172354.793000', '172354.796000', '172354.799000', '172414.687000', '172414.689000', '172414.692000', '172414.695000', '172414.697000', '172414.700000', '172414.702000', '172414.705000', '172414.708000', '172414.711000', '172414.713000', '172414.716000', '172414.718000', '172414.721000', '172414.724000', '172414.726000', '172414.729000', '172414.732000', '172414.734000', '172414.737000', '172414.739000', '172414.742000', '172414.745000', '172414.748000', '172414.750000', '172414.753000', '172414.756000', '172414.758000', '172414.761000', '172414.763000', '172414.766000', '172414.768000', '172414.771000', '172414.774000', '172414.776000', '172414.779000', '172414.781000', '172414.784000', '172414.787000', '172414.789000', '172414.792000', '172414.795000', '172414.797000', '172434.687000', '172434.689000', '172434.692000', '172434.695000', '172434.697000', '172434.700000', '172434.702000', '172434.705000', '172434.708000', '172434.710000', '172434.713000', '172434.716000', '172434.718000', '172434.721000', '172434.724000', '172434.726000', '172434.729000', '172434.732000', '172434.734000', '172434.737000', '172434.739000', '172434.742000', '172434.745000', '172434.748000', '172434.750000', '172434.753000', '172434.755000', '172434.758000', '172434.761000', '172434.763000', '172434.766000', '172434.768000', '172434.771000', '172434.774000', '172434.776000', '172434.779000', '172434.781000', '172434.784000', '172434.786000', '172434.789000', '172434.792000', '172434.794000', '172434.797000', '172434.799000', '172454.685000', '172454.688000', '172454.691000', '172454.693000', '172454.701000', '172454.704000', '172454.707000', '172454.709000', '172454.712000', '172454.715000', '172454.717000', '172454.720000', '172454.723000', '172454.725000', '172454.728000', '172454.731000', '172454.737000', '172454.740000', '172454.743000', '172454.745000', '172454.748000', '172454.750000', '172454.753000', '172454.756000', '172454.758000', '172454.761000', '172454.764000', '172454.766000', '172454.769000', '172454.771000', '172454.774000', '172454.776000', '172454.779000', '172454.782000', '172454.784000', '172454.787000', '172454.791000', '172454.794000', '172454.797000', '172454.800000', '172454.802000', '172454.805000', '172454.807000', '172514.686000', '172514.689000', '172514.691000', '172514.694000', '172514.696000', '172514.699000', '172514.701000', '172514.704000', '172514.707000', '172514.709000', '172514.712000', '172514.716000', '172514.719000', '172514.721000', '172514.724000', '172514.727000', '172514.729000', '172514.732000', '172514.735000', '172514.737000', '172514.740000', '172514.743000', '172514.745000', '172514.748000', '172514.750000', '172514.753000', '172514.756000', '172514.758000', '172514.761000', '172514.764000', '172514.766000', '172514.769000', '172514.772000', '172514.774000', '172514.777000', '172514.780000', '172514.782000', '172514.785000', '172514.788000', '172514.790000', '172514.793000', '172514.795000', '172514.798000', '172514.801000', '172534.686000', '172534.689000', '172534.691000', '172534.694000', '172534.697000', '172534.699000', '172534.702000', '172534.704000', '172534.707000', '172534.710000', '172534.712000', '172534.715000', '172534.718000', '172534.720000', '172534.723000', '172534.725000', '172534.728000', '172534.731000', '172534.733000', '172534.736000', '172534.738000', '172534.741000', '172534.744000', '172534.746000', '172534.749000', '172534.752000', '172534.755000', '172534.757000', '172534.760000', '172534.763000', '172534.765000', '172534.768000', '172534.770000', '172534.773000', '172534.776000', '172534.778000', '172534.781000', '172534.784000', '172534.786000', '172534.789000', '172534.792000', '172534.794000', '172534.797000', '172554.686000', '172554.689000', '172554.692000', '172554.695000', '172554.697000', '172554.700000', '172554.702000', '172554.705000', '172554.708000', '172554.710000', '172554.713000', '172554.715000', '172554.718000', '172554.721000', '172554.723000', '172554.726000', '172554.728000', '172554.731000', '172554.734000', '172554.736000', '172554.739000', '172554.742000', '172554.744000', '172554.747000', '172554.750000', '172554.752000', '172554.755000', '172554.757000', '172554.760000', '172554.763000', '172554.765000', '172554.768000', '172554.770000', '172554.773000', '172554.775000', '172554.778000', '172554.781000', '172554.783000', '172554.786000', '172554.788000', '172554.791000', '172554.794000', '172554.796000', '172554.799000', '172614.687000', '172614.689000', '172614.692000', '172614.695000', '172614.697000', '172614.700000', '172614.703000', '172614.705000', '172614.708000', '172614.710000', '172614.713000', '172614.716000', '172614.718000', '172614.721000', '172614.723000', '172614.726000', '172614.729000', '172614.731000', '172614.734000', '172614.737000', '172614.739000', '172614.742000', '172614.744000', '172614.747000', '172614.750000', '172614.752000', '172614.755000', '172614.757000', '172614.760000', '172614.762000', '172614.765000', '172614.768000', '172614.770000', '172614.773000', '172614.776000', '172614.778000', '172614.781000', '172614.793000', '172614.795000', '172614.798000', '172614.801000', '172614.803000', '172614.806000', '172625.819000', '172625.821000', '172625.824000', '172625.827000', '172625.850000', '172625.852000', '172625.855000', '172625.858000', '172625.861000', '172625.863000', '172625.866000', '172625.869000', '172625.871000', '172625.874000', '172625.877000', '172625.879000', '172625.882000', '172625.887000', '172625.891000', '172625.894000', '172625.898000', '172625.904000', '172625.907000', '172625.909000', '172625.912000'], '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': [9865, 16638, 12124, 15668, 12201, 9297, 15031, 10468, 16658, 11582, 16308, 11530, 15895, 11864, 16499, 12548, 15761, 11514, 10922, 11873, 9234, 13633, 10268, 14935, 10596, 14591, 11560, 15262, 11578, 15865, 12199, 14488, 11559, 10927, 12958, 10405, 14153, 10768, 14682, 10335, 15230, 12011, 15969, 12345, 16787, 11851, 11163, 12214, 10693, 13714, 10968, 15074, 9519, 14960, 11343, 16079, 12186, 16510, 12794, 16110, 11607, 12163, 11849, 10861, 13875, 9261, 14757, 9973, 15491, 11013, 16170, 12996, 15818, 11125, 13762, 11663, 10825, 13387, 10111, 14883, 10498, 15334, 11703, 16312, 12799, 16287, 11555, 14051, 12074, 12010, 12913, 10781, 14301, 9099, 14836, 10481, 15394, 12583, 16541, 12024, 12885, 11749, 11754, 12800, 14047, 13294, 8851, 13985, 9723, 15036, 10024, 15539, 11669, 16679, 11717, 15547, 11653, 14016, 11708, 12672, 13423, 9037, 14341, 10323, 15726, 11430, 16419, 12672, 15837, 11198, 14631, 11581, 9972, 13066, 9936, 15082, 11084, 15593, 11726, 16214, 12405, 16808, 11902, 11892, 11952, 11197, 13274, 10270, 15421, 9802, 15665, 11804, 16121, 11872, 15863, 11868, 9575, 12821, 9039, 14322, 9683, 15457, 10596, 16390, 11196, 15426, 11806, 15792, 11900, 15626, 12210, 9231, 12450, 9196, 13858, 9676, 14592, 10520, 15435, 9530, 14830, 10772, 15441, 11954, 15888, 12085, 16566, 11867, 9903, 12011, 9852, 13583, 10334, 14994, 9482, 15434, 10623, 15945, 11645, 16009, 12513, 16311, 11633, 12895, 11567, 10518, 12772, 10673, 14149, 9119, 14447, 9834, 15401, 10841, 15922, 12062, 16546, 12264, 11248, 11657, 9099, 13443, 9498, 14976, 10232, 15563, 10729, 15693, 11505, 15884, 11602, 15788, 11547, 11492, 12468, 9906, 15408, 10866, 9663, 11322, 12209, 11810, 15201, 11437, 13592, 12556, 9709, 13470, 10729, 15457, 11951, 9592, 13794, 10097, 16341, 11424, 15831, 11148, 12885, 11375, 11513, 12437, 10287, 13746, 9365, 14323, 9879, 14846, 10096, 15043, 10967, 15365, 11213, 14871, 11095, 14845, 11208, 13377, 11090, 12785, 12410, 9054, 13545, 9265, 14454, 9630, 15029, 9724, 15091, 10047, 15950, 11001, 14861, 11095, 15200, 11886, 15730, 11829, 15625, 11664, 15375, 11274, 14952, 11516, 16024, 11922, 11736, 11615, 10138, 13328, 9998, 14128, 10343, 15215, 9383, 15294, 11207, 15995, 12386, 16263, 12521, 16321, 11717, 10072, 12593, 9412, 14436, 9993, 15290, 11596, 16537, 12178, 9160, 12508, 9737, 14952, 11323, 15716, 11508, 15804, 11932, 16245, 12178, 10352, 12386, 9189, 14225, 10077, 15409, 11829, 16516, 11911, 16348, 12061, 15516, 11906, 12950, 12355, 9737, 14222, 9584, 14960, 9938, 14938, 10315, 16073, 11303, 15572, 11735, 15952, 11894, 15880, 12010, 14296, 11607, 11223, 12618, 9714, 14080, 10197, 15300, 11490, 16084, 11375, 10112, 12005, 9690, 13783, 9885, 14355, 10234, 14658, 11109, 14982, 10039, 15051, 9997, 15092, 10306, 15529, 9977, 15370, 10322, 15666, 11344, 15910, 12543, 15650, 11352, 15161, 11493, 15706, 11494, 15577, 12111, 16411, 11927, 11476, 12860, 10066, 15132, 10369, 15782, 11339, 14852, 11236, 14648, 11317, 15029, 11396, 15450, 11675, 15776, 11506, 15524, 11694, 9740, 12315, 9539, 14447, 9656, 14970, 9723, 15719, 11618, 16750, 12471, 12834, 11561, 9252, 13568, 9960, 14265, 9565, 14663, 9831, 15463, 11057, 15503, 11537, 15131, 11607, 15176, 11412, 11940, 11810, 10413, 13639, 8965, 14517, 9951, 15565, 11895, 15854, 11928, 15857, 12148, 15749, 11742, 15668, 11638, 12650, 11847, 9995, 12930, 9558, 13255, 10546, 13758, 9001, 14125, 9694, 14962, 10292, 15082, 10797, 15713, 11657, 15557, 11635, 11492, 12225, 9747, 13923, 9852, 15103, 11097, 15644, 11635, 15700, 11890, 12636, 12602, 8894, 14212, 9652, 15357, 10143, 15722, 10441, 15898, 11646, 15742, 12127, 15578, 12120, 13616, 11824, 9544, 14420, 11378, 15389, 11835, 16042, 11840, 16809, 11852, 14766, 12575, 9670, 13968, 9260, 14662, 9913, 14853, 10144, 14962, 10319, 15053, 9501, 15136, 11728, 15550, 11966, 15958, 11622, 10448, 12253, 9097, 13704, 9883, 14242, 10968, 15225, 9500, 14914, 9506, 15887, 10973, 16228, 12031, 16415, 11875, 16359, 11986, 11616, 12257, 9426, 14411, 10836, 15157, 11589, 15537, 12007, 16129, 12012, 16313, 11880, 11999, 12187, 11737, 13227, 11483, 14485, 9851, 15613, 11794, 15953, 12265, 13588, 11920, 10944, 13647, 9109, 14749, 11015, 16164, 12499, 16369, 12495, 9150, 13118, 9564, 15609, 11968, 16407, 12478, 10920, 12512, 9508, 14852, 9902, 16210, 13134, 15968, 11531, 11072, 12776, 9854, 14461, 10268, 16184, 12331, 16445, 11649, 11367, 12374, 9864, 14120, 10065, 16384, 11720, 16493, 11798, 12446, 12156, 11196, 13800, 9568, 15664, 10991, 15826, 12073, 12861, 12493, 9137, 14210, 9734, 15369, 10265, 15438, 10537, 16183, 11632, 16393, 11596, 16154, 12131, 16399, 12383, 16627, 12367, 10843, 11914, 9351, 13805, 9529, 14694, 9883, 15490, 11077, 15489, 11637, 15795, 11902, 16197, 11882, 16831, 11939, 14651, 11813, 15584, 12094, 17283, 12534, 12599, 11947, 10091, 13129, 9841, 13808, 10069, 14793, 9280, 15159, 9937, 15310, 10191, 15551, 12213, 15634, 11431, 15727, 11651, 16186, 11688, 16610, 12157, 11123, 12825, 8985, 14650, 11536, 15584, 11877, 16286, 12374, 13875, 11689, 10942, 12857, 10322, 14276, 11025, 15171, 9780, 15430, 11407, 16022, 12231, 15908, 11918, 10889, 12820, 9308, 14957, 11233, 16080, 11987, 15994, 12191, 16249, 12067, 12161, 11270, 10946, 13381, 10210, 14102, 10666, 15302, 10832, 15613, 12136, 15716, 11773, 16443, 12031, 10677, 12703, 8969, 14390, 10071, 15410, 11168, 16354, 12181, 16196, 11882, 12735, 12338, 9529, 14272, 10071, 15506, 11589, 15782, 11758, 14296, 11851, 11777, 13372, 9282, 14505, 10135, 15533, 11105, 15685, 11956, 16112, 12065, 15508, 12128, 15401, 11804, 15716, 11904, 15326, 11042, 15472, 11581, 15396, 11492, 15948, 11861, 15851, 11312, 15119, 11411, 14541, 11735, 9484, 12999, 9387, 13729, 9565, 14550, 10062, 15484, 11072, 15590, 11879, 15536, 12169, 15954, 12451, 16062, 11708, 15965, 12076, 15811, 11885, 15939, 11999, 16055, 11846, 13252, 11698, 11634, 11981, 12891, 12482, 9795, 13421, 9831, 13828, 10312, 14387, 11021, 14997, 10217, 15298, 10054, 15369, 9982, 15345, 10169, 15506, 11208, 16191, 12189, 15755, 11755, 16073, 11623, 16018, 11829, 10527, 12882, 9600, 15310, 11568, 15391, 11596, 15497, 11772, 15621, 12018, 16346, 12148, 15590, 11777, 14181, 11719, 12746, 11975, 11176, 13798, 10230, 14363, 10225, 14698, 10228, 15379, 9369, 14602, 10253, 15978, 10640, 15314, 10449, 15307, 10817, 14966], 'WindowCenter': [4283.0, 4329.0, 4284.0, 4303.0, 4271.0, 4238.0, 4288.0, 4248.0, 4288.0, 4246.0, 4276.0, 4244.0, 4273.0, 4243.0, 4274.0, 4245.0, 4263.0, 4233.0, 4232.0, 4244.0, 4225.0, 4264.0, 4234.0, 4278.0, 4236.0, 4277.0, 4259.0, 4288.0, 4259.0, 4289.0, 4260.0, 4279.0, 4248.0, 4246.0, 4256.0, 4238.0, 4277.0, 4247.0, 4277.0, 4236.0, 4276.0, 4257.0, 4288.0, 4258.0, 4289.0, 4246.0, 4246.0, 4256.0, 4236.0, 4265.0, 4236.0, 4277.0, 4224.0, 4276.0, 4246.0, 4277.0, 4257.0, 4287.0, 4253.0, 4274.0, 4245.0, 4244.0, 4245.0, 4237.0, 4265.0, 4215.0, 4276.0, 4224.0, 4276.0, 4246.0, 4286.0, 4257.0, 4276.0, 4245.0, 4265.0, 4243.0, 4246.0, 4267.0, 4236.0, 4276.0, 4234.0, 4276.0, 4257.0, 4288.0, 4268.0, 4288.0, 4245.0, 4266.0, 4257.0, 4257.0, 4257.0, 4236.0, 4265.0, 4215.0, 4265.0, 4235.0, 4276.0, 4257.0, 4288.0, 4258.0, 4267.0, 4257.0, 4255.0, 4268.0, 4268.0, 4268.0, 4214.0, 4265.0, 4225.0, 4276.0, 4226.0, 4277.0, 4247.0, 4287.0, 4245.0, 4275.0, 4245.0, 4266.0, 4246.0, 4254.0, 4256.0, 4214.0, 4265.0, 4224.0, 4275.0, 4246.0, 4276.0, 4256.0, 4273.0, 4233.0, 4264.0, 4243.0, 4224.0, 4255.0, 4225.0, 4275.0, 4235.0, 4274.0, 4246.0, 4276.0, 4255.0, 4275.0, 4244.0, 4233.0, 4233.0, 4232.0, 4253.0, 4223.0, 4264.0, 4212.0, 4263.0, 4242.0, 4273.0, 4244.0, 4274.0, 4243.0, 4224.0, 4243.0, 4202.0, 4262.0, 4213.0, 4275.0, 4224.0, 4275.0, 4232.0, 4262.0, 4242.0, 4274.0, 4244.0, 4275.0, 4243.0, 4213.0, 4243.0, 4212.0, 4253.0, 4212.0, 4264.0, 4234.0, 4275.0, 4211.0, 4264.0, 4234.0, 4275.0, 4244.0, 4276.0, 4256.0, 4287.0, 4247.0, 4224.0, 4256.0, 4224.0, 4267.0, 4236.0, 4278.0, 4226.0, 4276.0, 4234.0, 4275.0, 4246.0, 4275.0, 4256.0, 4275.0, 4245.0, 4255.0, 4245.0, 4236.0, 4254.0, 4235.0, 4266.0, 4213.0, 4265.0, 4224.0, 4274.0, 4235.0, 4275.0, 4245.0, 4274.0, 4244.0, 4234.0, 4244.0, 4214.0, 4265.0, 4224.0, 4276.0, 4225.0, 4276.0, 4234.0, 4275.0, 4245.0, 4274.0, 4246.0, 4276.0, 4260.0, 4246.0, 4257.0, 4235.0, 4276.0, 4246.0, 4225.0, 4247.0, 4244.0, 4244.0, 4275.0, 4245.0, 4255.0, 4256.0, 4224.0, 4253.0, 4233.0, 4273.0, 4244.0, 4212.0, 4254.0, 4223.0, 4274.0, 4231.0, 4261.0, 4221.0, 4239.0, 4231.0, 4229.0, 4242.0, 4211.0, 4239.0, 4199.0, 4251.0, 4210.0, 4251.0, 4221.0, 4263.0, 4233.0, 4264.0, 4233.0, 4263.0, 4234.0, 4264.0, 4235.0, 4266.0, 4247.0, 4256.0, 4257.0, 4216.0, 4267.0, 4225.0, 4267.0, 4226.0, 4277.0, 4226.0, 4277.0, 4226.0, 4288.0, 4235.0, 4266.0, 4246.0, 4274.0, 4246.0, 4275.0, 4257.0, 4277.0, 4247.0, 4276.0, 4247.0, 4276.0, 4257.0, 4289.0, 4258.0, 4256.0, 4246.0, 4237.0, 4268.0, 4237.0, 4279.0, 4239.0, 4290.0, 4226.0, 4278.0, 4247.0, 4288.0, 4258.0, 4290.0, 4259.0, 4288.0, 4257.0, 4237.0, 4256.0, 4226.0, 4279.0, 4237.0, 4277.0, 4259.0, 4289.0, 4258.0, 4228.0, 4268.0, 4238.0, 4279.0, 4248.0, 4289.0, 4247.0, 4289.0, 4259.0, 4288.0, 4258.0, 4236.0, 4257.0, 4226.0, 4268.0, 4236.0, 4278.0, 4257.0, 4289.0, 4258.0, 4286.0, 4257.0, 4277.0, 4258.0, 4257.0, 4256.0, 4225.0, 4264.0, 4212.0, 4264.0, 4224.0, 4275.0, 4235.0, 4276.0, 4234.0, 4273.0, 4245.0, 4275.0, 4257.0, 4287.0, 4257.0, 4266.0, 4246.0, 4235.0, 4255.0, 4224.0, 4266.0, 4236.0, 4275.0, 4246.0, 4287.0, 4246.0, 4236.0, 4257.0, 4225.0, 4267.0, 4237.0, 4278.0, 4238.0, 4279.0, 4246.0, 4275.0, 4225.0, 4275.0, 4224.0, 4276.0, 4224.0, 4277.0, 4224.0, 4276.0, 4225.0, 4275.0, 4233.0, 4274.0, 4255.0, 4275.0, 4234.0, 4264.0, 4234.0, 4275.0, 4247.0, 4277.0, 4246.0, 4275.0, 4244.0, 4245.0, 4256.0, 4226.0, 4276.0, 4248.0, 4276.0, 4247.0, 4278.0, 4246.0, 4276.0, 4245.0, 4276.0, 4244.0, 4276.0, 4246.0, 4276.0, 4245.0, 4274.0, 4244.0, 4213.0, 4244.0, 4213.0, 4265.0, 4215.0, 4265.0, 4225.0, 4264.0, 4232.0, 4262.0, 4231.0, 4239.0, 4229.0, 4200.0, 4240.0, 4208.0, 4249.0, 4198.0, 4250.0, 4210.0, 4260.0, 4220.0, 4259.0, 4230.0, 4261.0, 4232.0, 4261.0, 4233.0, 4243.0, 4246.0, 4235.0, 4255.0, 4214.0, 4264.0, 4224.0, 4274.0, 4244.0, 4273.0, 4244.0, 4275.0, 4245.0, 4264.0, 4233.0, 4263.0, 4233.0, 4253.0, 4244.0, 4222.0, 4255.0, 4224.0, 4267.0, 4235.0, 4266.0, 4216.0, 4265.0, 4227.0, 4279.0, 4249.0, 4290.0, 4261.0, 4288.0, 4259.0, 4289.0, 4259.0, 4258.0, 4259.0, 4238.0, 4281.0, 4251.0, 4292.0, 4261.0, 4291.0, 4262.0, 4301.0, 4273.0, 4273.0, 4282.0, 4242.0, 4282.0, 4241.0, 4293.0, 4251.0, 4292.0, 4251.0, 4291.0, 4259.0, 4289.0, 4270.0, 4289.0, 4270.0, 4282.0, 4269.0, 4240.0, 4291.0, 4260.0, 4291.0, 4272.0, 4301.0, 4271.0, 4302.0, 4272.0, 4292.0, 4270.0, 4240.0, 4281.0, 4227.0, 4278.0, 4238.0, 4280.0, 4238.0, 4280.0, 4238.0, 4279.0, 4228.0, 4278.0, 4258.0, 4289.0, 4260.0, 4301.0, 4259.0, 4251.0, 4259.0, 4230.0, 4281.0, 4252.0, 4293.0, 4249.0, 4291.0, 4227.0, 4278.0, 4227.0, 4288.0, 4248.0, 4288.0, 4258.0, 4289.0, 4256.0, 4287.0, 4256.0, 4247.0, 4259.0, 4228.0, 4279.0, 4248.0, 4289.0, 4260.0, 4300.0, 4272.0, 4302.0, 4272.0, 4302.0, 4259.0, 4258.0, 4258.0, 4256.0, 4269.0, 4248.0, 4267.0, 4225.0, 4277.0, 4257.0, 4287.0, 4258.0, 4280.0, 4259.0, 4249.0, 4269.0, 4217.0, 4278.0, 4248.0, 4300.0, 4270.0, 4288.0, 4259.0, 4228.0, 4268.0, 4226.0, 4288.0, 4260.0, 4288.0, 4269.0, 4248.0, 4257.0, 4227.0, 4278.0, 4238.0, 4290.0, 4269.0, 4289.0, 4248.0, 4248.0, 4268.0, 4238.0, 4280.0, 4249.0, 4289.0, 4258.0, 4287.0, 4257.0, 4258.0, 4258.0, 4240.0, 4280.0, 4238.0, 4290.0, 4258.0, 4288.0, 4259.0, 4258.0, 4271.0, 4260.0, 4269.0, 4228.0, 4278.0, 4237.0, 4288.0, 4270.0, 4270.0, 4268.0, 4229.0, 4278.0, 4228.0, 4290.0, 4238.0, 4279.0, 4237.0, 4288.0, 4247.0, 4287.0, 4246.0, 4275.0, 4245.0, 4276.0, 4256.0, 4273.0, 4245.0, 4234.0, 4244.0, 4214.0, 4266.0, 4226.0, 4276.0, 4236.0, 4277.0, 4247.0, 4277.0, 4259.0, 4288.0, 4260.0, 4302.0, 4259.0, 4288.0, 4258.0, 4277.0, 4246.0, 4277.0, 4258.0, 4288.0, 4247.0, 4245.0, 4245.0, 4224.0, 4255.0, 4224.0, 4268.0, 4225.0, 4279.0, 4226.0, 4278.0, 4227.0, 4278.0, 4250.0, 4290.0, 4259.0, 4289.0, 4258.0, 4289.0, 4259.0, 4290.0, 4261.0, 4289.0, 4259.0, 4248.0, 4269.0, 4228.0, 4279.0, 4258.0, 4290.0, 4260.0, 4290.0, 4271.0, 4269.0, 4259.0, 4248.0, 4268.0, 4238.0, 4279.0, 4237.0, 4278.0, 4237.0, 4277.0, 4247.0, 4277.0, 4257.0, 4288.0, 4258.0, 4248.0, 4256.0, 4226.0, 4277.0, 4248.0, 4289.0, 4246.0, 4286.0, 4246.0, 4276.0, 4244.0, 4244.0, 4234.0, 4232.0, 4254.0, 4224.0, 4264.0, 4223.0, 4263.0, 4234.0, 4274.0, 4255.0, 4275.0, 4246.0, 4286.0, 4257.0, 4236.0, 4255.0, 4215.0, 4265.0, 4225.0, 4277.0, 4246.0, 4277.0, 4246.0, 4275.0, 4246.0, 4255.0, 4254.0, 4225.0, 4266.0, 4225.0, 4276.0, 4246.0, 4275.0, 4257.0, 4265.0, 4245.0, 4246.0, 4266.0, 4214.0, 4264.0, 4224.0, 4273.0, 4233.0, 4274.0, 4243.0, 4273.0, 4244.0, 4274.0, 4245.0, 4274.0, 4245.0, 4274.0, 4246.0, 4276.0, 4246.0, 4275.0, 4246.0, 4277.0, 4247.0, 4277.0, 4247.0, 4276.0, 4246.0, 4275.0, 4246.0, 4276.0, 4257.0, 4225.0, 4266.0, 4224.0, 4268.0, 4237.0, 4280.0, 4239.0, 4289.0, 4247.0, 4289.0, 4258.0, 4278.0, 4258.0, 4289.0, 4257.0, 4288.0, 4247.0, 4287.0, 4256.0, 4276.0, 4246.0, 4276.0, 4246.0, 4276.0, 4247.0, 4255.0, 4246.0, 4245.0, 4258.0, 4267.0, 4269.0, 4239.0, 4270.0, 4237.0, 4279.0, 4238.0, 4281.0, 4249.0, 4278.0, 4238.0, 4279.0, 4226.0, 4276.0, 4226.0, 4277.0, 4238.0, 4277.0, 4249.0, 4299.0, 4257.0, 4287.0, 4257.0, 4300.0, 4259.0, 4290.0, 4259.0, 4238.0, 4257.0, 4238.0, 4289.0, 4259.0, 4289.0, 4257.0, 4288.0, 4258.0, 4287.0, 4258.0, 4286.0, 4257.0, 4276.0, 4246.0, 4265.0, 4257.0, 4266.0, 4258.0, 4247.0, 4267.0, 4236.0, 4267.0, 4235.0, 4279.0, 4236.0, 4274.0, 4213.0, 4264.0, 4223.0, 4274.0, 4236.0, 4276.0, 4223.0, 4264.0, 4223.0, 4262.0], 'WindowWidth': [9489.0, 9545.0, 9474.0, 9495.0, 9449.0, 9400.0, 9468.0, 9410.0, 9467.0, 9404.0, 9445.0, 9396.0, 9435.0, 9394.0, 9438.0, 9400.0, 9421.0, 9380.0, 9378.0, 9396.0, 9373.0, 9425.0, 9385.0, 9449.0, 9390.0, 9448.0, 9423.0, 9465.0, 9426.0, 9467.0, 9429.0, 9452.0, 9410.0, 9403.0, 9417.0, 9396.0, 9447.0, 9405.0, 9447.0, 9389.0, 9445.0, 9419.0, 9463.0, 9423.0, 9466.0, 9405.0, 9404.0, 9417.0, 9390.0, 9429.0, 9389.0, 9446.0, 9371.0, 9442.0, 9402.0, 9446.0, 9418.0, 9459.0, 9410.0, 9438.0, 9399.0, 9397.0, 9401.0, 9391.0, 9428.0, 9359.0, 9444.0, 9370.0, 9442.0, 9404.0, 9458.0, 9418.0, 9443.0, 9401.0, 9426.0, 9397.0, 9404.0, 9432.0, 9390.0, 9443.0, 9386.0, 9443.0, 9421.0, 9464.0, 9437.0, 9462.0, 9402.0, 9430.0, 9419.0, 9420.0, 9418.0, 9390.0, 9428.0, 9359.0, 9428.0, 9387.0, 9444.0, 9421.0, 9463.0, 9423.0, 9433.0, 9419.0, 9416.0, 9436.0, 9435.0, 9437.0, 9359.0, 9428.0, 9373.0, 9445.0, 9375.0, 9448.0, 9405.0, 9461.0, 9401.0, 9442.0, 9401.0, 9430.0, 9403.0, 9413.0, 9417.0, 9357.0, 9426.0, 9371.0, 9443.0, 9404.0, 9443.0, 9416.0, 9436.0, 9381.0, 9422.0, 9395.0, 9372.0, 9414.0, 9375.0, 9441.0, 9385.0, 9439.0, 9402.0, 9442.0, 9413.0, 9441.0, 9396.0, 9379.0, 9380.0, 9378.0, 9407.0, 9366.0, 9424.0, 9350.0, 9421.0, 9391.0, 9434.0, 9395.0, 9437.0, 9395.0, 9368.0, 9393.0, 9338.0, 9419.0, 9352.0, 9439.0, 9368.0, 9439.0, 9377.0, 9417.0, 9390.0, 9436.0, 9397.0, 9440.0, 9394.0, 9353.0, 9393.0, 9351.0, 9406.0, 9351.0, 9423.0, 9382.0, 9440.0, 9349.0, 9422.0, 9383.0, 9439.0, 9399.0, 9443.0, 9416.0, 9458.0, 9405.0, 9371.0, 9416.0, 9373.0, 9431.0, 9389.0, 9448.0, 9373.0, 9443.0, 9384.0, 9441.0, 9402.0, 9441.0, 9415.0, 9441.0, 9399.0, 9413.0, 9400.0, 9387.0, 9412.0, 9386.0, 9428.0, 9353.0, 9426.0, 9370.0, 9439.0, 9385.0, 9440.0, 9399.0, 9437.0, 9397.0, 9383.0, 9397.0, 9356.0, 9426.0, 9370.0, 9443.0, 9372.0, 9444.0, 9383.0, 9440.0, 9399.0, 9438.0, 9402.0, 9443.0, 9428.0, 9402.0, 9419.0, 9387.0, 9444.0, 9403.0, 9374.0, 9406.0, 9398.0, 9398.0, 9442.0, 9401.0, 9412.0, 9416.0, 9370.0, 9408.0, 9381.0, 9436.0, 9396.0, 9351.0, 9410.0, 9366.0, 9438.0, 9373.0, 9415.0, 9360.0, 9381.0, 9373.0, 9369.0, 9389.0, 9345.0, 9382.0, 9328.0, 9399.0, 9343.0, 9401.0, 9363.0, 9419.0, 9379.0, 9421.0, 9379.0, 9420.0, 9383.0, 9423.0, 9386.0, 9428.0, 9404.0, 9416.0, 9417.0, 9363.0, 9430.0, 9374.0, 9433.0, 9374.0, 9446.0, 9377.0, 9446.0, 9376.0, 9462.0, 9386.0, 9429.0, 9402.0, 9438.0, 9402.0, 9443.0, 9420.0, 9446.0, 9405.0, 9444.0, 9405.0, 9444.0, 9420.0, 9465.0, 9423.0, 9417.0, 9404.0, 9392.0, 9435.0, 9392.0, 9453.0, 9398.0, 9468.0, 9376.0, 9448.0, 9406.0, 9464.0, 9422.0, 9467.0, 9424.0, 9463.0, 9419.0, 9391.0, 9417.0, 9377.0, 9452.0, 9394.0, 9448.0, 9424.0, 9466.0, 9422.0, 9384.0, 9437.0, 9396.0, 9453.0, 9409.0, 9467.0, 9406.0, 9463.0, 9426.0, 9463.0, 9423.0, 9392.0, 9417.0, 9374.0, 9435.0, 9388.0, 9449.0, 9419.0, 9466.0, 9421.0, 9458.0, 9419.0, 9445.0, 9421.0, 9419.0, 9415.0, 9371.0, 9423.0, 9350.0, 9424.0, 9368.0, 9441.0, 9387.0, 9443.0, 9383.0, 9436.0, 9400.0, 9441.0, 9418.0, 9459.0, 9418.0, 9430.0, 9402.0, 9386.0, 9413.0, 9371.0, 9429.0, 9388.0, 9442.0, 9402.0, 9460.0, 9404.0, 9390.0, 9420.0, 9374.0, 9433.0, 9392.0, 9448.0, 9394.0, 9449.0, 9402.0, 9441.0, 9371.0, 9440.0, 9368.0, 9442.0, 9370.0, 9448.0, 9370.0, 9442.0, 9371.0, 9438.0, 9382.0, 9437.0, 9411.0, 9439.0, 9382.0, 9423.0, 9384.0, 9441.0, 9406.0, 9445.0, 9401.0, 9439.0, 9395.0, 9398.0, 9418.0, 9375.0, 9443.0, 9410.0, 9444.0, 9408.0, 9449.0, 9402.0, 9443.0, 9400.0, 9443.0, 9398.0, 9441.0, 9402.0, 9441.0, 9399.0, 9438.0, 9395.0, 9355.0, 9394.0, 9355.0, 9426.0, 9358.0, 9426.0, 9372.0, 9423.0, 9376.0, 9418.0, 9374.0, 9382.0, 9368.0, 9329.0, 9382.0, 9338.0, 9394.0, 9325.0, 9397.0, 9344.0, 9411.0, 9357.0, 9410.0, 9371.0, 9412.0, 9375.0, 9415.0, 9380.0, 9394.0, 9401.0, 9386.0, 9412.0, 9355.0, 9424.0, 9369.0, 9437.0, 9396.0, 9435.0, 9395.0, 9439.0, 9398.0, 9422.0, 9379.0, 9420.0, 9381.0, 9407.0, 9394.0, 9366.0, 9410.0, 9373.0, 9432.0, 9387.0, 9428.0, 9362.0, 9429.0, 9378.0, 9452.0, 9412.0, 9470.0, 9431.0, 9465.0, 9425.0, 9464.0, 9424.0, 9423.0, 9425.0, 9396.0, 9457.0, 9418.0, 9474.0, 9429.0, 9472.0, 9434.0, 9486.0, 9453.0, 9450.0, 9463.0, 9408.0, 9462.0, 9404.0, 9478.0, 9419.0, 9478.0, 9418.0, 9473.0, 9425.0, 9467.0, 9442.0, 9467.0, 9442.0, 9463.0, 9441.0, 9403.0, 9471.0, 9430.0, 9472.0, 9447.0, 9487.0, 9447.0, 9490.0, 9449.0, 9475.0, 9443.0, 9403.0, 9457.0, 9381.0, 9451.0, 9395.0, 9455.0, 9396.0, 9455.0, 9396.0, 9453.0, 9381.0, 9451.0, 9423.0, 9466.0, 9429.0, 9486.0, 9428.0, 9418.0, 9426.0, 9388.0, 9459.0, 9421.0, 9477.0, 9415.0, 9472.0, 9380.0, 9450.0, 9377.0, 9463.0, 9407.0, 9464.0, 9422.0, 9465.0, 9417.0, 9459.0, 9418.0, 9406.0, 9425.0, 9384.0, 9454.0, 9411.0, 9467.0, 9430.0, 9484.0, 9449.0, 9490.0, 9448.0, 9489.0, 9426.0, 9423.0, 9423.0, 9418.0, 9437.0, 9408.0, 9432.0, 9373.0, 9445.0, 9417.0, 9460.0, 9423.0, 9455.0, 9427.0, 9411.0, 9437.0, 9365.0, 9448.0, 9408.0, 9483.0, 9442.0, 9464.0, 9425.0, 9382.0, 9434.0, 9376.0, 9463.0, 9430.0, 9465.0, 9440.0, 9410.0, 9420.0, 9380.0, 9450.0, 9399.0, 9469.0, 9439.0, 9465.0, 9409.0, 9408.0, 9436.0, 9394.0, 9455.0, 9412.0, 9465.0, 9421.0, 9461.0, 9420.0, 9421.0, 9422.0, 9403.0, 9455.0, 9396.0, 9470.0, 9423.0, 9464.0, 9426.0, 9423.0, 9444.0, 9428.0, 9437.0, 9380.0, 9448.0, 9391.0, 9463.0, 9443.0, 9443.0, 9438.0, 9384.0, 9452.0, 9383.0, 9468.0, 9396.0, 9453.0, 9393.0, 9463.0, 9404.0, 9460.0, 9401.0, 9440.0, 9398.0, 9443.0, 9415.0, 9436.0, 9398.0, 9382.0, 9395.0, 9356.0, 9428.0, 9375.0, 9445.0, 9391.0, 9447.0, 9406.0, 9446.0, 9424.0, 9464.0, 9427.0, 9487.0, 9427.0, 9463.0, 9422.0, 9447.0, 9404.0, 9447.0, 9422.0, 9462.0, 9404.0, 9399.0, 9397.0, 9368.0, 9411.0, 9371.0, 9434.0, 9375.0, 9451.0, 9376.0, 9450.0, 9378.0, 9449.0, 9416.0, 9468.0, 9424.0, 9465.0, 9422.0, 9465.0, 9425.0, 9468.0, 9430.0, 9466.0, 9424.0, 9408.0, 9437.0, 9381.0, 9451.0, 9423.0, 9468.0, 9428.0, 9470.0, 9444.0, 9440.0, 9425.0, 9408.0, 9436.0, 9394.0, 9450.0, 9392.0, 9448.0, 9391.0, 9446.0, 9404.0, 9445.0, 9418.0, 9463.0, 9421.0, 9408.0, 9419.0, 9376.0, 9446.0, 9406.0, 9464.0, 9405.0, 9460.0, 9402.0, 9444.0, 9398.0, 9395.0, 9381.0, 9378.0, 9410.0, 9370.0, 9424.0, 9367.0, 9421.0, 9381.0, 9438.0, 9412.0, 9441.0, 9404.0, 9458.0, 9418.0, 9388.0, 9414.0, 9361.0, 9428.0, 9373.0, 9447.0, 9405.0, 9446.0, 9401.0, 9441.0, 9400.0, 9413.0, 9411.0, 9375.0, 9430.0, 9373.0, 9445.0, 9402.0, 9442.0, 9420.0, 9428.0, 9401.0, 9402.0, 9430.0, 9357.0, 9423.0, 9369.0, 9435.0, 9380.0, 9438.0, 9396.0, 9437.0, 9396.0, 9439.0, 9399.0, 9438.0, 9400.0, 9440.0, 9404.0, 9443.0, 9402.0, 9441.0, 9403.0, 9447.0, 9407.0, 9447.0, 9405.0, 9443.0, 9404.0, 9442.0, 9406.0, 9445.0, 9420.0, 9375.0, 9429.0, 9373.0, 9435.0, 9395.0, 9456.0, 9399.0, 9469.0, 9408.0, 9467.0, 9422.0, 9450.0, 9423.0, 9465.0, 9419.0, 9462.0, 9407.0, 9461.0, 9417.0, 9443.0, 9403.0, 9445.0, 9403.0, 9442.0, 9404.0, 9415.0, 9404.0, 9402.0, 9423.0, 9436.0, 9440.0, 9399.0, 9441.0, 9394.0, 9452.0, 9396.0, 9458.0, 9412.0, 9451.0, 9396.0, 9451.0, 9376.0, 9445.0, 9375.0, 9449.0, 9394.0, 9448.0, 9413.0, 9482.0, 9421.0, 9461.0, 9421.0, 9485.0, 9429.0, 9472.0, 9425.0, 9396.0, 9420.0, 9397.0, 9465.0, 9425.0, 9467.0, 9421.0, 9465.0, 9422.0, 9462.0, 9421.0, 9460.0, 9418.0, 9445.0, 9404.0, 9428.0, 9420.0, 9433.0, 9422.0, 9408.0, 9433.0, 9389.0, 9432.0, 9387.0, 9454.0, 9389.0, 9439.0, 9353.0, 9424.0, 9367.0, 9441.0, 9389.0, 9443.0, 9367.0, 9425.0, 9365.0, 9419.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.00020540570175438597</td></tr>
<tr><td colspan=3>aqi</td><td>0.016225575657894738</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.817597026015385</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3029327604939618</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9970995279253573</td></tr>
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
<tr><td colspan=3>fber</td><td>5016.52</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07686780738564841</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10964912280701754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.373937895608281</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3454943986245103</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5520635755176992</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2242557126826332</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111042</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008356067351996899</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029622474685311317</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9399251020921584</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.5278</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.169</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.3204</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295370.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.0861</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7647</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.1244</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.76</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.3111</td></tr>
<tr><td colspan=3>tsnr</td><td>43.97924879076891</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>