<?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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-02/func/sub-0127_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>20e644d3b5cfd925a0b84e10a7e88d99</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:44:38.880000</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.99643, 0.0788355, -0.0301871, -0.0801709, 0.995722, -0.0459281]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0867055</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7760, -7235, 333, -198, 111, -16, 175]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3c6dba0-d2d2-4dd9-b3ba-ff75d3fad064||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.6733500957489014, -0.21509259939193726, -0.07138051092624664, 124.0252456665039], [-0.2115098536014557, 2.671450614929199, -0.1300976574420929, -91.5510025024414], [-0.08098983764648438, 0.12322180718183517, 2.6959190368652344, -80.79126739501953], [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': ['174438.880000', '174439.340000', '174439.800000', '174440.260000', '174440.720000', '174441.180000', '174441.640000', '174442.100000', '174442.560000', '174443.020000', '174443.480000', '174443.940000', '174444.400000', '174444.860000', '174445.320000', '174445.780000', '174446.240000', '174446.700000', '174447.160000', '174447.620000', '174448.080000', '174448.540000', '174449.000000', '174449.460000', '174449.920000', '174450.380000', '174450.840000', '174451.300000', '174451.760000', '174452.220000', '174452.680000', '174453.140000', '174453.600000', '174454.060000', '174454.520000', '174454.980000', '174455.440000', '174455.900000', '174456.360000', '174456.820000', '174457.280000', '174457.740000', '174458.200000', '174458.660000', '174459.120000', '174459.580000', '174500.040000', '174500.500000', '174500.960000', '174501.420000', '174501.880000', '174502.340000', '174502.800000', '174503.260000', '174503.720000', '174504.180000', '174504.640000', '174505.100000', '174505.560000', '174506.020000', '174506.480000', '174506.940000', '174507.400000', '174507.860000', '174508.320000', '174508.780000', '174509.240000', '174509.700000', '174510.160000', '174510.620000', '174511.080000', '174511.540000', '174512.000000', '174512.460000', '174512.920000', '174513.380000', '174513.840000', '174514.300000', '174514.760000', '174515.220000', '174515.680000', '174516.140000', '174516.600000', '174517.060000', '174517.520000', '174517.980000', '174518.440000', '174518.900000', '174519.360000', '174519.820000', '174520.280000', '174520.740000', '174521.200000', '174521.660000', '174522.120000', '174522.580000', '174523.040000', '174523.500000', '174523.960000', '174524.420000', '174524.880000', '174525.340000', '174525.800000', '174526.260000', '174526.720000', '174527.180000', '174527.640000', '174528.100000', '174528.560000', '174529.020000', '174529.480000', '174529.940000', '174530.400000', '174530.860000', '174531.320000', '174531.780000', '174532.240000', '174532.700000', '174533.160000', '174533.620000', '174534.080000', '174534.540000', '174535.000000', '174535.460000', '174535.920000', '174536.380000', '174536.840000', '174537.300000', '174537.760000', '174538.220000', '174538.680000', '174539.140000', '174539.600000', '174540.060000', '174540.520000', '174540.980000', '174541.440000', '174541.900000', '174542.360000', '174542.820000', '174543.280000', '174543.740000', '174544.200000', '174544.660000', '174545.120000', '174545.580000', '174546.040000', '174546.500000', '174546.960000', '174547.420000', '174547.880000', '174548.340000', '174548.800000', '174549.260000', '174549.720000', '174550.180000', '174550.640000', '174551.100000', '174551.560000', '174552.020000', '174552.480000', '174552.940000', '174553.400000', '174553.860000', '174554.320000', '174554.780000', '174555.240000', '174555.700000', '174556.160000', '174556.620000', '174557.080000', '174557.540000', '174558.000000', '174558.460000', '174558.920000', '174559.380000', '174559.840000', '174600.300000', '174600.760000', '174601.220000', '174601.680000', '174602.140000', '174602.600000', '174603.060000', '174603.520000', '174603.980000', '174604.440000', '174604.900000', '174605.360000', '174605.820000', '174606.280000', '174606.740000', '174607.200000', '174607.660000', '174608.120000', '174608.580000', '174609.040000', '174609.500000', '174609.960000', '174610.420000', '174610.880000', '174611.340000', '174611.800000', '174612.260000', '174612.720000', '174613.180000', '174613.640000', '174614.100000', '174614.560000', '174615.020000', '174615.480000', '174615.940000', '174616.400000', '174616.860000', '174617.320000', '174617.780000', '174618.240000', '174618.700000', '174619.160000', '174619.620000', '174620.080000', '174620.540000', '174621.000000', '174621.460000', '174621.920000', '174622.380000', '174622.840000', '174623.300000', '174623.760000', '174624.220000', '174624.680000', '174625.140000', '174625.600000', '174626.060000', '174626.520000', '174626.980000', '174627.440000', '174627.900000', '174628.360000', '174628.820000', '174629.280000', '174629.740000', '174630.200000', '174630.660000', '174631.120000', '174631.580000', '174632.040000', '174632.500000', '174632.960000', '174633.420000', '174633.880000', '174634.340000', '174634.800000', '174635.260000', '174635.720000', '174636.180000', '174636.640000', '174637.100000', '174637.560000', '174638.020000', '174638.480000', '174638.940000', '174639.400000', '174639.860000', '174640.320000', '174640.780000', '174641.240000', '174641.700000', '174642.160000', '174642.620000', '174643.080000', '174643.540000', '174644.000000', '174644.460000', '174644.920000', '174645.380000', '174645.840000', '174646.300000', '174646.760000', '174647.220000', '174647.680000', '174648.140000', '174648.600000', '174649.060000', '174649.520000', '174649.980000', '174650.440000', '174650.900000', '174651.360000', '174651.820000', '174652.280000', '174652.740000', '174653.200000', '174653.660000', '174654.120000', '174654.580000', '174655.040000', '174655.500000', '174655.960000', '174656.420000', '174656.880000', '174657.340000', '174657.800000', '174658.260000', '174658.720000', '174659.180000', '174659.640000', '174700.100000', '174700.560000', '174701.020000', '174701.480000', '174701.940000', '174702.400000', '174702.860000', '174703.320000', '174703.780000', '174704.240000', '174704.700000', '174705.160000', '174705.620000', '174706.080000', '174706.540000', '174707.000000', '174707.460000', '174707.920000', '174708.380000', '174708.840000', '174709.300000', '174709.760000', '174710.220000', '174710.680000', '174711.140000', '174711.600000', '174712.060000', '174712.520000', '174712.980000', '174713.440000', '174713.900000', '174714.360000', '174714.820000', '174715.280000', '174715.740000', '174716.200000', '174716.660000', '174717.120000', '174717.580000', '174718.040000', '174718.500000', '174718.960000', '174719.420000', '174719.880000', '174720.340000', '174720.800000', '174721.260000', '174721.720000', '174722.180000', '174722.640000', '174723.100000', '174723.560000', '174724.020000', '174724.480000', '174724.940000', '174725.400000', '174725.860000', '174726.320000', '174726.780000', '174727.240000', '174727.700000', '174728.160000', '174728.620000', '174729.080000', '174729.540000', '174730.000000', '174730.460000', '174730.920000', '174731.380000', '174731.840000', '174732.300000', '174732.760000', '174733.220000', '174733.680000', '174734.140000', '174734.600000', '174735.060000', '174735.520000', '174735.980000', '174736.440000', '174736.900000', '174737.360000', '174737.820000', '174738.280000', '174738.740000', '174739.200000', '174739.660000', '174740.120000', '174740.580000', '174741.040000', '174741.500000', '174741.960000', '174742.420000', '174742.880000', '174743.340000', '174743.800000', '174744.260000', '174744.720000', '174745.180000', '174745.640000', '174746.100000', '174746.560000', '174747.020000', '174747.480000', '174747.940000', '174748.400000', '174748.860000', '174749.320000', '174749.780000', '174750.240000', '174750.700000', '174751.160000', '174751.620000', '174752.080000', '174752.540000', '174753.000000', '174753.460000', '174753.920000', '174754.380000', '174754.840000', '174755.300000', '174755.760000', '174756.220000', '174756.680000', '174757.140000', '174757.600000', '174758.060000', '174758.520000', '174758.980000', '174759.440000', '174759.900000', '174800.360000', '174800.820000', '174801.280000', '174801.740000', '174802.200000', '174802.660000', '174803.120000', '174803.580000', '174804.040000', '174804.500000', '174804.960000', '174805.420000', '174805.880000', '174806.340000', '174806.800000', '174807.260000', '174807.720000', '174808.180000', '174808.640000', '174809.100000', '174809.560000', '174810.020000', '174810.480000', '174810.940000', '174811.400000', '174811.860000', '174812.320000', '174812.780000', '174813.240000', '174813.700000', '174814.160000', '174814.620000', '174815.080000', '174815.540000', '174816.000000', '174816.460000', '174816.920000', '174817.380000', '174817.840000', '174818.300000', '174818.760000', '174819.220000', '174819.680000', '174820.140000', '174820.600000', '174821.060000', '174821.520000', '174821.980000', '174822.440000', '174822.900000', '174823.360000', '174823.820000', '174824.280000', '174824.740000', '174825.200000', '174825.660000', '174826.120000', '174826.580000', '174827.040000', '174827.500000', '174827.960000', '174828.420000', '174828.880000', '174829.340000', '174829.800000', '174830.260000', '174830.720000', '174831.180000', '174831.640000', '174832.100000', '174832.560000', '174833.020000', '174833.480000', '174833.940000', '174834.400000', '174834.860000', '174835.320000', '174835.780000', '174836.240000', '174836.700000', '174837.160000', '174837.620000', '174838.080000', '174838.540000', '174839.000000', '174839.460000', '174839.920000', '174840.380000', '174840.840000', '174841.300000', '174841.760000', '174842.220000', '174842.680000', '174843.140000', '174843.600000', '174844.060000', '174844.520000', '174844.980000', '174845.440000', '174845.900000', '174846.360000', '174846.820000', '174847.280000', '174847.740000', '174848.200000', '174848.660000', '174849.120000', '174849.580000', '174850.040000', '174850.500000', '174850.960000', '174851.420000', '174851.880000', '174852.340000', '174852.800000', '174853.260000', '174853.720000', '174854.180000', '174854.640000', '174855.100000', '174855.560000', '174856.020000', '174856.480000', '174856.940000', '174857.400000', '174857.860000', '174858.320000', '174858.780000', '174859.240000', '174859.700000', '174900.160000', '174900.620000', '174901.080000', '174901.540000', '174902.000000', '174902.460000', '174902.920000', '174903.380000', '174903.840000', '174904.300000', '174904.760000', '174905.220000', '174905.680000', '174906.140000', '174906.600000', '174907.060000', '174907.520000', '174907.980000', '174908.440000', '174908.900000', '174909.360000', '174909.820000', '174910.280000', '174910.740000', '174911.200000', '174911.660000', '174912.120000', '174912.580000', '174913.040000', '174913.500000', '174913.960000', '174914.420000', '174914.880000', '174915.340000', '174915.800000', '174916.260000', '174916.720000', '174917.180000', '174917.640000', '174918.100000', '174918.560000', '174919.020000', '174919.480000', '174919.940000', '174920.400000', '174920.860000', '174921.320000', '174921.780000', '174922.240000', '174922.700000', '174923.160000', '174923.620000', '174924.080000', '174924.540000', '174925.000000', '174925.460000', '174925.920000', '174926.380000', '174926.840000', '174927.300000', '174927.760000', '174928.220000', '174928.680000', '174929.140000', '174929.600000', '174930.060000', '174930.520000', '174930.980000', '174931.440000', '174931.900000', '174932.360000', '174932.820000', '174933.280000', '174933.740000', '174934.200000', '174934.660000', '174935.120000', '174935.580000', '174936.040000', '174936.500000', '174936.960000', '174937.420000', '174937.880000', '174938.340000', '174938.800000', '174939.260000', '174939.720000', '174940.180000', '174940.640000', '174941.100000', '174941.560000', '174942.020000', '174942.480000', '174942.940000', '174943.400000', '174943.860000', '174944.320000', '174944.780000', '174945.240000', '174945.700000', '174946.160000', '174946.620000', '174947.080000', '174947.540000', '174948.000000', '174948.460000', '174948.920000', '174949.380000', '174949.840000', '174950.300000', '174950.760000', '174951.220000', '174951.680000', '174952.140000', '174952.600000', '174953.060000', '174953.520000', '174953.980000', '174954.440000', '174954.900000', '174955.360000', '174955.820000', '174956.280000', '174956.740000', '174957.200000', '174957.660000', '174958.120000', '174958.580000', '174959.040000', '174959.500000', '174959.960000', '175000.420000', '175000.880000', '175001.340000', '175001.800000', '175002.260000', '175002.720000', '175003.180000', '175003.640000', '175004.100000', '175004.560000', '175005.020000', '175005.480000', '175005.940000', '175006.400000', '175006.860000', '175007.320000', '175007.780000', '175008.240000', '175008.700000', '175009.160000', '175009.620000', '175010.080000', '175010.540000', '175011.000000', '175011.460000', '175011.920000', '175012.380000', '175012.840000', '175013.300000', '175013.760000', '175014.220000', '175014.680000', '175015.140000', '175015.600000', '175016.060000', '175016.520000', '175016.980000', '175017.440000', '175017.900000', '175018.360000', '175018.820000', '175019.280000', '175019.740000', '175020.200000', '175020.660000', '175021.120000', '175021.580000', '175022.040000', '175022.500000', '175022.960000', '175023.420000', '175023.880000', '175024.340000', '175024.800000', '175025.260000', '175025.720000', '175026.180000', '175026.640000', '175027.100000', '175027.560000', '175028.020000', '175028.480000', '175028.940000', '175029.400000', '175029.860000', '175030.320000', '175030.780000', '175031.240000', '175031.700000', '175032.160000', '175032.620000', '175033.080000', '175033.540000', '175034.000000', '175034.460000', '175034.920000', '175035.380000', '175035.840000', '175036.300000', '175036.760000', '175037.220000', '175037.680000', '175038.140000', '175038.600000', '175039.060000', '175039.520000', '175039.980000', '175040.440000', '175040.900000', '175041.360000', '175041.820000', '175042.280000', '175042.740000', '175043.200000', '175043.660000', '175044.120000', '175044.580000', '175045.040000', '175045.500000', '175045.960000', '175046.420000', '175046.880000', '175047.340000', '175047.800000', '175048.260000', '175048.720000', '175049.180000', '175049.640000', '175050.100000', '175050.560000', '175051.020000', '175051.480000', '175051.940000', '175052.400000', '175052.860000', '175053.320000', '175053.780000', '175054.240000', '175054.700000', '175055.160000', '175055.620000', '175056.080000', '175056.540000', '175057.000000', '175057.460000', '175057.920000', '175058.380000', '175058.840000', '175059.300000', '175059.760000', '175100.220000', '175100.680000', '175101.140000', '175101.600000', '175102.060000', '175102.520000', '175102.980000', '175103.440000', '175103.900000', '175104.360000', '175104.820000', '175105.280000', '175105.740000', '175106.200000', '175106.660000', '175107.120000', '175107.580000', '175108.040000', '175108.500000', '175108.960000', '175109.420000', '175109.880000', '175110.340000', '175110.800000', '175111.260000', '175111.720000', '175112.180000', '175112.640000', '175113.100000', '175113.560000', '175114.020000', '175114.480000', '175114.940000', '175115.400000', '175115.860000', '175116.320000', '175116.780000', '175117.240000', '175117.700000', '175118.160000', '175118.620000', '175119.080000', '175119.540000', '175120.000000', '175120.460000', '175120.920000', '175121.380000', '175121.840000', '175122.300000', '175122.760000', '175123.220000', '175123.680000', '175124.140000', '175124.600000', '175125.060000', '175125.520000', '175125.980000', '175126.440000', '175126.900000', '175127.360000', '175127.820000', '175128.280000', '175128.740000', '175129.200000', '175129.660000', '175130.120000', '175130.580000', '175131.040000', '175131.500000', '175131.960000', '175132.420000', '175132.880000', '175133.340000', '175133.800000', '175134.260000', '175134.720000', '175135.180000', '175135.640000', '175136.100000', '175136.560000', '175137.020000', '175137.480000', '175137.940000', '175138.400000', '175138.860000'], 'ContentTime': ['174449.905000', '174449.909000', '174449.911000', '174449.914000', '174449.917000', '174449.919000', '174449.922000', '174449.924000', '174449.927000', '174449.930000', '174449.932000', '174449.935000', '174449.937000', '174449.952000', '174449.958000', '174449.961000', '174449.963000', '174449.966000', '174449.968000', '174449.971000', '174449.973000', '174509.874000', '174509.877000', '174509.880000', '174509.883000', '174509.885000', '174509.888000', '174509.890000', '174509.893000', '174509.895000', '174509.898000', '174509.900000', '174509.903000', '174509.906000', '174509.908000', '174509.911000', '174509.913000', '174509.916000', '174509.918000', '174509.921000', '174509.930000', '174509.933000', '174509.936000', '174509.938000', '174509.941000', '174509.943000', '174509.946000', '174509.948000', '174509.951000', '174509.953000', '174509.956000', '174509.958000', '174509.961000', '174509.964000', '174509.966000', '174509.969000', '174509.971000', '174509.974000', '174509.976000', '174509.979000', '174509.981000', '174509.984000', '174509.987000', '174509.989000', '174509.992000', '174529.874000', '174529.877000', '174529.880000', '174529.882000', '174529.885000', '174529.887000', '174529.890000', '174529.892000', '174529.895000', '174529.898000', '174529.900000', '174529.903000', '174529.905000', '174529.908000', '174529.910000', '174529.913000', '174529.915000', '174529.918000', '174529.920000', '174529.923000', '174529.925000', '174529.928000', '174529.931000', '174529.933000', '174529.936000', '174529.939000', '174529.941000', '174529.944000', '174529.946000', '174529.955000', '174529.957000', '174529.960000', '174529.962000', '174529.965000', '174529.968000', '174529.970000', '174529.973000', '174529.989000', '174529.992000', '174529.994000', '174529.997000', '174530.000000', '174530.003000', '174530.005000', '174549.873000', '174549.876000', '174549.879000', '174549.881000', '174549.884000', '174549.887000', '174549.889000', '174549.892000', '174549.894000', '174549.897000', '174549.899000', '174549.902000', '174549.904000', '174549.907000', '174549.910000', '174549.912000', '174549.915000', '174549.917000', '174549.920000', '174549.923000', '174549.925000', '174549.928000', '174549.930000', '174549.933000', '174549.935000', '174549.938000', '174549.940000', '174549.943000', '174549.946000', '174549.948000', '174549.951000', '174549.953000', '174549.956000', '174549.958000', '174549.961000', '174549.964000', '174549.966000', '174549.969000', '174549.971000', '174549.974000', '174549.976000', '174549.979000', '174549.981000', '174609.873000', '174609.876000', '174609.879000', '174609.882000', '174609.884000', '174609.887000', '174609.889000', '174609.892000', '174609.894000', '174609.897000', '174609.899000', '174609.902000', '174609.905000', '174609.907000', '174609.910000', '174609.912000', '174609.915000', '174609.917000', '174609.920000', '174609.923000', '174609.925000', '174609.928000', '174609.930000', '174609.933000', '174609.935000', '174609.938000', '174609.940000', '174609.943000', '174609.946000', '174609.948000', '174609.951000', '174609.953000', '174609.956000', '174609.958000', '174609.961000', '174609.964000', '174609.966000', '174609.969000', '174609.971000', '174609.974000', '174609.976000', '174609.980000', '174609.983000', '174629.874000', '174629.877000', '174629.880000', '174629.882000', '174629.885000', '174629.887000', '174629.890000', '174629.893000', '174629.895000', '174629.898000', '174629.900000', '174629.903000', '174629.906000', '174629.908000', '174629.911000', '174629.913000', '174629.916000', '174629.918000', '174629.921000', '174629.923000', '174629.926000', '174629.929000', '174629.933000', '174629.936000', '174629.938000', '174629.941000', '174629.944000', '174629.946000', '174629.950000', '174629.952000', '174629.955000', '174629.958000', '174629.960000', '174629.963000', '174629.965000', '174629.968000', '174629.970000', '174629.973000', '174629.975000', '174629.978000', '174629.981000', '174629.983000', '174629.986000', '174629.988000', '174649.874000', '174649.919000', '174649.922000', '174649.925000', '174649.927000', '174649.930000', '174649.932000', '174649.935000', '174649.938000', '174649.940000', '174649.943000', '174649.945000', '174649.948000', '174649.950000', '174649.953000', '174649.956000', '174649.958000', '174649.961000', '174649.963000', '174649.966000', '174649.968000', '174649.971000', '174649.973000', '174649.976000', '174649.979000', '174649.985000', '174649.988000', '174649.991000', '174649.993000', '174649.996000', '174649.998000', '174650.002000', '174650.005000', '174650.007000', '174650.010000', '174650.012000', '174650.015000', '174650.017000', '174650.020000', '174650.022000', '174650.025000', '174650.028000', '174650.030000', '174709.875000', '174709.890000', '174709.892000', '174709.895000', '174709.897000', '174709.900000', '174709.903000', '174709.905000', '174709.908000', '174709.910000', '174709.913000', '174709.916000', '174709.918000', '174709.921000', '174709.923000', '174709.926000', '174709.928000', '174709.931000', '174709.934000', '174709.936000', '174709.939000', '174709.941000', '174709.944000', '174709.947000', '174709.949000', '174709.952000', '174709.954000', '174709.957000', '174709.959000', '174709.962000', '174709.965000', '174709.967000', '174709.970000', '174709.972000', '174709.975000', '174709.977000', '174709.980000', '174709.982000', '174709.985000', '174709.988000', '174709.990000', '174709.993000', '174709.995000', '174729.875000', '174729.878000', '174729.880000', '174729.883000', '174729.885000', '174729.888000', '174729.891000', '174729.893000', '174729.896000', '174729.901000', '174729.903000', '174729.906000', '174729.908000', '174729.911000', '174729.914000', '174729.917000', '174729.919000', '174729.922000', '174729.925000', '174729.927000', '174729.930000', '174729.933000', '174729.935000', '174729.938000', '174729.940000', '174729.943000', '174729.946000', '174729.948000', '174729.951000', '174729.953000', '174729.956000', '174729.959000', '174729.961000', '174729.964000', '174729.966000', '174729.969000', '174729.972000', '174729.974000', '174729.977000', '174729.979000', '174729.982000', '174729.989000', '174729.991000', '174729.994000', '174749.875000', '174749.878000', '174749.880000', '174749.883000', '174749.886000', '174749.888000', '174749.891000', '174749.894000', '174749.896000', '174749.899000', '174749.902000', '174749.904000', '174749.907000', '174749.910000', '174749.912000', '174749.915000', '174749.917000', '174749.920000', '174749.923000', '174749.925000', '174749.928000', '174749.931000', '174749.933000', '174749.936000', '174749.938000', '174749.941000', '174749.944000', '174749.946000', '174749.949000', '174749.952000', '174749.954000', '174749.957000', '174749.959000', '174749.962000', '174749.965000', '174749.967000', '174749.970000', '174749.972000', '174749.975000', '174749.978000', '174749.980000', '174749.983000', '174749.985000', '174749.988000', '174809.874000', '174809.876000', '174809.879000', '174809.882000', '174809.884000', '174809.887000', '174809.889000', '174809.892000', '174809.895000', '174809.897000', '174809.900000', '174809.903000', '174809.905000', '174809.908000', '174809.911000', '174809.913000', '174809.916000', '174809.918000', '174809.921000', '174809.924000', '174809.926000', '174809.929000', '174809.931000', '174809.934000', '174809.937000', '174809.939000', '174809.971000', '174809.974000', '174809.976000', '174809.979000', '174809.982000', '174809.984000', '174809.987000', '174809.989000', '174809.992000', '174809.995000', '174809.997000', '174810.001000', '174810.003000', '174810.006000', '174810.009000', '174810.011000', '174810.014000', '174829.874000', '174829.877000', '174829.879000', '174829.882000', '174829.885000', '174829.887000', '174829.891000', '174829.893000', '174829.896000', '174829.899000', '174829.901000', '174829.904000', '174829.907000', '174829.909000', '174829.912000', '174829.914000', '174829.917000', '174829.920000', '174829.922000', '174829.925000', '174829.928000', '174829.930000', '174829.933000', '174829.935000', '174829.938000', '174829.941000', '174829.943000', '174829.946000', '174829.949000', '174829.951000', '174829.954000', '174829.957000', '174829.959000', '174829.962000', '174829.964000', '174829.967000', '174829.970000', '174829.972000', '174829.975000', '174829.977000', '174829.980000', '174829.983000', '174829.985000', '174829.988000', '174849.874000', '174849.877000', '174849.880000', '174849.883000', '174849.885000', '174849.888000', '174849.891000', '174849.893000', '174849.896000', '174849.898000', '174849.901000', '174849.904000', '174849.906000', '174849.909000', '174849.911000', '174849.914000', '174849.917000', '174849.919000', '174849.922000', '174849.924000', '174849.927000', '174849.929000', '174849.932000', '174849.935000', '174849.937000', '174849.940000', '174849.942000', '174849.945000', '174849.947000', '174849.950000', '174849.953000', '174849.955000', '174849.958000', '174849.960000', '174849.963000', '174849.966000', '174849.968000', '174849.971000', '174849.974000', '174849.976000', '174849.979000', '174849.982000', '174849.984000', '174909.875000', '174909.877000', '174909.880000', '174909.883000', '174909.885000', '174909.888000', '174909.890000', '174909.893000', '174909.896000', '174909.899000', '174909.901000', '174909.904000', '174909.907000', '174909.909000', '174909.912000', '174909.914000', '174909.917000', '174909.920000', '174909.922000', '174909.925000', '174909.928000', '174909.930000', '174909.933000', '174909.935000', '174909.938000', '174909.941000', '174909.943000', '174909.946000', '174909.949000', '174909.951000', '174909.954000', '174909.956000', '174909.959000', '174909.962000', '174909.964000', '174909.967000', '174909.969000', '174909.972000', '174909.975000', '174909.977000', '174909.980000', '174909.983000', '174909.985000', '174909.988000', '174929.875000', '174929.878000', '174929.880000', '174929.883000', '174929.885000', '174929.888000', '174929.891000', '174929.893000', '174929.896000', '174929.899000', '174929.901000', '174929.904000', '174929.906000', '174929.909000', '174929.912000', '174929.914000', '174929.917000', '174929.920000', '174929.922000', '174929.925000', '174929.927000', '174929.930000', '174929.933000', '174929.935000', '174929.938000', '174929.941000', '174929.943000', '174929.946000', '174929.948000', '174929.951000', '174929.954000', '174929.956000', '174929.959000', '174929.962000', '174929.964000', '174929.967000', '174929.969000', '174929.972000', '174929.975000', '174929.977000', '174929.980000', '174929.983000', '174929.985000', '174949.875000', '174949.878000', '174949.880000', '174949.883000', '174949.885000', '174949.888000', '174949.891000', '174949.894000', '174949.905000', '174949.908000', '174949.911000', '174949.913000', '174949.916000', '174949.918000', '174949.921000', '174949.924000', '174949.926000', '174949.929000', '174949.932000', '174949.934000', '174949.937000', '174949.939000', '174949.942000', '174949.945000', '174949.947000', '174949.950000', '174949.953000', '174949.955000', '174949.958000', '174949.960000', '174949.963000', '174949.966000', '174949.968000', '174949.971000', '174949.973000', '174949.976000', '174949.979000', '174949.981000', '174949.984000', '174949.987000', '174949.989000', '174949.992000', '174949.995000', '174949.997000', '175009.874000', '175009.877000', '175009.880000', '175009.882000', '175009.885000', '175009.888000', '175009.891000', '175009.893000', '175009.896000', '175009.899000', '175009.901000', '175009.904000', '175009.907000', '175009.909000', '175009.912000', '175009.914000', '175009.917000', '175009.920000', '175009.922000', '175009.925000', '175009.928000', '175009.930000', '175009.933000', '175009.935000', '175009.938000', '175009.941000', '175009.943000', '175009.946000', '175009.948000', '175009.951000', '175009.954000', '175009.956000', '175009.959000', '175009.961000', '175009.964000', '175009.967000', '175009.969000', '175009.972000', '175009.974000', '175009.977000', '175009.980000', '175009.982000', '175009.985000', '175029.873000', '175029.876000', '175029.879000', '175029.882000', '175029.884000', '175029.887000', '175029.889000', '175029.892000', '175029.895000', '175029.898000', '175029.900000', '175029.903000', '175029.907000', '175029.910000', '175029.912000', '175029.915000', '175029.918000', '175029.920000', '175029.923000', '175029.925000', '175029.928000', '175029.931000', '175029.934000', '175029.936000', '175029.939000', '175029.941000', '175029.944000', '175029.947000', '175029.949000', '175029.952000', '175029.955000', '175029.957000', '175029.960000', '175029.962000', '175029.965000', '175029.968000', '175029.970000', '175029.973000', '175029.976000', '175029.978000', '175029.981000', '175029.984000', '175029.986000', '175029.989000', '175049.874000', '175049.877000', '175049.880000', '175049.883000', '175049.886000', '175049.888000', '175049.891000', '175049.894000', '175049.896000', '175049.899000', '175049.901000', '175049.904000', '175049.907000', '175049.909000', '175049.912000', '175049.914000', '175049.917000', '175049.919000', '175049.922000', '175049.925000', '175049.928000', '175049.930000', '175049.933000', '175049.935000', '175049.938000', '175049.940000', '175049.943000', '175049.946000', '175049.948000', '175049.951000', '175049.953000', '175049.956000', '175049.959000', '175049.961000', '175049.964000', '175049.967000', '175049.969000', '175049.972000', '175049.974000', '175049.977000', '175049.980000', '175049.982000', '175049.985000', '175109.875000', '175109.896000', '175109.899000', '175109.902000', '175109.905000', '175109.907000', '175109.910000', '175109.913000', '175109.915000', '175109.918000', '175109.921000', '175109.923000', '175109.926000', '175109.928000', '175109.931000', '175109.934000', '175109.936000', '175109.939000', '175109.956000', '175109.959000', '175109.962000', '175109.965000', '175109.968000', '175109.971000', '175109.974000', '175109.976000', '175109.979000', '175109.981000', '175109.985000', '175109.987000', '175109.990000', '175109.992000', '175109.995000', '175109.998000', '175110.001000', '175110.004000', '175110.007000', '175110.009000', '175110.012000', '175110.014000', '175110.017000', '175110.020000', '175110.022000', '175129.874000', '175129.877000', '175129.880000', '175129.883000', '175129.885000', '175129.888000', '175129.891000', '175129.905000', '175129.907000', '175129.910000', '175129.912000', '175129.915000', '175129.918000', '175129.920000', '175129.923000', '175129.925000', '175129.928000', '175129.931000', '175129.933000', '175129.936000', '175129.939000', '175129.941000', '175129.944000', '175129.946000', '175129.949000', '175129.952000', '175129.954000', '175129.957000', '175129.959000', '175129.962000', '175129.965000', '175129.967000', '175129.970000', '175129.973000', '175129.975000', '175129.978000', '175129.981000', '175129.983000', '175129.986000', '175129.988000', '175129.991000', '175129.994000', '175129.996000', '175130.000000', '175140.230000', '175140.233000', '175140.236000', '175140.239000', '175140.242000', '175140.245000', '175140.248000', '175140.251000', '175140.254000', '175140.257000', '175140.261000', '175140.264000', '175140.267000', '175140.274000', '175140.278000', '175140.281000', '175140.284000', '175140.287000', '175140.290000', '175140.292000', '175140.295000', '175140.298000', '175140.301000'], 'InstanceCreationTime': ['174449.905000', '174449.909000', '174449.911000', '174449.914000', '174449.917000', '174449.919000', '174449.922000', '174449.924000', '174449.927000', '174449.930000', '174449.932000', '174449.935000', '174449.937000', '174449.952000', '174449.958000', '174449.961000', '174449.963000', '174449.966000', '174449.968000', '174449.971000', '174449.973000', '174509.874000', '174509.877000', '174509.880000', '174509.883000', '174509.885000', '174509.888000', '174509.890000', '174509.893000', '174509.895000', '174509.898000', '174509.900000', '174509.903000', '174509.906000', '174509.908000', '174509.911000', '174509.913000', '174509.916000', '174509.918000', '174509.921000', '174509.930000', '174509.933000', '174509.936000', '174509.938000', '174509.941000', '174509.943000', '174509.946000', '174509.948000', '174509.951000', '174509.953000', '174509.956000', '174509.958000', '174509.961000', '174509.964000', '174509.966000', '174509.969000', '174509.971000', '174509.974000', '174509.976000', '174509.979000', '174509.981000', '174509.984000', '174509.987000', '174509.989000', '174509.992000', '174529.874000', '174529.877000', '174529.880000', '174529.882000', '174529.885000', '174529.887000', '174529.890000', '174529.892000', '174529.895000', '174529.898000', '174529.900000', '174529.903000', '174529.905000', '174529.908000', '174529.910000', '174529.913000', '174529.915000', '174529.918000', '174529.920000', '174529.923000', '174529.925000', '174529.928000', '174529.931000', '174529.933000', '174529.936000', '174529.939000', '174529.941000', '174529.944000', '174529.946000', '174529.955000', '174529.957000', '174529.960000', '174529.962000', '174529.965000', '174529.968000', '174529.970000', '174529.973000', '174529.989000', '174529.992000', '174529.994000', '174529.997000', '174530.000000', '174530.003000', '174530.005000', '174549.873000', '174549.876000', '174549.879000', '174549.881000', '174549.884000', '174549.887000', '174549.889000', '174549.892000', '174549.894000', '174549.897000', '174549.899000', '174549.902000', '174549.904000', '174549.907000', '174549.910000', '174549.912000', '174549.915000', '174549.917000', '174549.920000', '174549.923000', '174549.925000', '174549.928000', '174549.930000', '174549.933000', '174549.935000', '174549.938000', '174549.940000', '174549.943000', '174549.946000', '174549.948000', '174549.951000', '174549.953000', '174549.956000', '174549.958000', '174549.961000', '174549.964000', '174549.966000', '174549.969000', '174549.971000', '174549.974000', '174549.976000', '174549.979000', '174549.981000', '174609.873000', '174609.876000', '174609.879000', '174609.882000', '174609.884000', '174609.887000', '174609.889000', '174609.892000', '174609.894000', '174609.897000', '174609.899000', '174609.902000', '174609.905000', '174609.907000', '174609.910000', '174609.912000', '174609.915000', '174609.917000', '174609.920000', '174609.923000', '174609.925000', '174609.928000', '174609.930000', '174609.933000', '174609.935000', '174609.938000', '174609.940000', '174609.943000', '174609.946000', '174609.948000', '174609.951000', '174609.953000', '174609.956000', '174609.958000', '174609.961000', '174609.964000', '174609.966000', '174609.969000', '174609.971000', '174609.974000', '174609.976000', '174609.980000', '174609.983000', '174629.874000', '174629.877000', '174629.880000', '174629.882000', '174629.885000', '174629.887000', '174629.890000', '174629.893000', '174629.895000', '174629.898000', '174629.900000', '174629.903000', '174629.906000', '174629.908000', '174629.911000', '174629.913000', '174629.916000', '174629.918000', '174629.921000', '174629.923000', '174629.926000', '174629.929000', '174629.933000', '174629.936000', '174629.938000', '174629.941000', '174629.944000', '174629.946000', '174629.950000', '174629.952000', '174629.955000', '174629.958000', '174629.960000', '174629.963000', '174629.965000', '174629.968000', '174629.970000', '174629.973000', '174629.975000', '174629.978000', '174629.981000', '174629.983000', '174629.986000', '174629.988000', '174649.874000', '174649.919000', '174649.922000', '174649.925000', '174649.927000', '174649.930000', '174649.932000', '174649.935000', '174649.938000', '174649.940000', '174649.943000', '174649.945000', '174649.948000', '174649.950000', '174649.953000', '174649.956000', '174649.958000', '174649.961000', '174649.963000', '174649.966000', '174649.968000', '174649.971000', '174649.973000', '174649.976000', '174649.979000', '174649.985000', '174649.988000', '174649.991000', '174649.993000', '174649.996000', '174649.998000', '174650.002000', '174650.005000', '174650.007000', '174650.010000', '174650.012000', '174650.015000', '174650.017000', '174650.020000', '174650.022000', '174650.025000', '174650.028000', '174650.030000', '174709.875000', '174709.890000', '174709.892000', '174709.895000', '174709.897000', '174709.900000', '174709.903000', '174709.905000', '174709.908000', '174709.910000', '174709.913000', '174709.916000', '174709.918000', '174709.921000', '174709.923000', '174709.926000', '174709.928000', '174709.931000', '174709.934000', '174709.936000', '174709.939000', '174709.941000', '174709.944000', '174709.947000', '174709.949000', '174709.952000', '174709.954000', '174709.957000', '174709.959000', '174709.962000', '174709.965000', '174709.967000', '174709.970000', '174709.972000', '174709.975000', '174709.977000', '174709.980000', '174709.982000', '174709.985000', '174709.988000', '174709.990000', '174709.993000', '174709.995000', '174729.875000', '174729.878000', '174729.880000', '174729.883000', '174729.885000', '174729.888000', '174729.891000', '174729.893000', '174729.896000', '174729.901000', '174729.903000', '174729.906000', '174729.908000', '174729.911000', '174729.914000', '174729.917000', '174729.919000', '174729.922000', '174729.925000', '174729.927000', '174729.930000', '174729.933000', '174729.935000', '174729.938000', '174729.940000', '174729.943000', '174729.946000', '174729.948000', '174729.951000', '174729.953000', '174729.956000', '174729.959000', '174729.961000', '174729.964000', '174729.966000', '174729.969000', '174729.972000', '174729.974000', '174729.977000', '174729.979000', '174729.982000', '174729.989000', '174729.991000', '174729.994000', '174749.875000', '174749.878000', '174749.880000', '174749.883000', '174749.886000', '174749.888000', '174749.891000', '174749.894000', '174749.896000', '174749.899000', '174749.902000', '174749.904000', '174749.907000', '174749.910000', '174749.912000', '174749.915000', '174749.917000', '174749.920000', '174749.923000', '174749.925000', '174749.928000', '174749.931000', '174749.933000', '174749.936000', '174749.938000', '174749.941000', '174749.944000', '174749.946000', '174749.949000', '174749.952000', '174749.954000', '174749.957000', '174749.959000', '174749.962000', '174749.965000', '174749.967000', '174749.970000', '174749.972000', '174749.975000', '174749.978000', '174749.980000', '174749.983000', '174749.985000', '174749.988000', '174809.874000', '174809.876000', '174809.879000', '174809.882000', '174809.884000', '174809.887000', '174809.889000', '174809.892000', '174809.895000', '174809.897000', '174809.900000', '174809.903000', '174809.905000', '174809.908000', '174809.911000', '174809.913000', '174809.916000', '174809.918000', '174809.921000', '174809.924000', '174809.926000', '174809.929000', '174809.931000', '174809.934000', '174809.937000', '174809.939000', '174809.971000', '174809.974000', '174809.976000', '174809.979000', '174809.982000', '174809.984000', '174809.987000', '174809.989000', '174809.992000', '174809.995000', '174809.997000', '174810.001000', '174810.003000', '174810.006000', '174810.009000', '174810.011000', '174810.014000', '174829.874000', '174829.877000', '174829.879000', '174829.882000', '174829.885000', '174829.887000', '174829.891000', '174829.893000', '174829.896000', '174829.899000', '174829.901000', '174829.904000', '174829.907000', '174829.909000', '174829.912000', '174829.914000', '174829.917000', '174829.920000', '174829.922000', '174829.925000', '174829.928000', '174829.930000', '174829.933000', '174829.935000', '174829.938000', '174829.941000', '174829.943000', '174829.946000', '174829.949000', '174829.951000', '174829.954000', '174829.957000', '174829.959000', '174829.962000', '174829.964000', '174829.967000', '174829.970000', '174829.972000', '174829.975000', '174829.977000', '174829.980000', '174829.983000', '174829.985000', '174829.988000', '174849.874000', '174849.877000', '174849.880000', '174849.883000', '174849.885000', '174849.888000', '174849.891000', '174849.893000', '174849.896000', '174849.898000', '174849.901000', '174849.904000', '174849.906000', '174849.909000', '174849.911000', '174849.914000', '174849.917000', '174849.919000', '174849.922000', '174849.924000', '174849.927000', '174849.929000', '174849.932000', '174849.935000', '174849.937000', '174849.940000', '174849.942000', '174849.945000', '174849.947000', '174849.950000', '174849.953000', '174849.955000', '174849.958000', '174849.960000', '174849.963000', '174849.966000', '174849.968000', '174849.971000', '174849.974000', '174849.976000', '174849.979000', '174849.982000', '174849.984000', '174909.875000', '174909.877000', '174909.880000', '174909.883000', '174909.885000', '174909.888000', '174909.890000', '174909.893000', '174909.896000', '174909.899000', '174909.901000', '174909.904000', '174909.907000', '174909.909000', '174909.912000', '174909.914000', '174909.917000', '174909.920000', '174909.922000', '174909.925000', '174909.928000', '174909.930000', '174909.933000', '174909.935000', '174909.938000', '174909.941000', '174909.943000', '174909.946000', '174909.949000', '174909.951000', '174909.954000', '174909.956000', '174909.959000', '174909.962000', '174909.964000', '174909.967000', '174909.969000', '174909.972000', '174909.975000', '174909.977000', '174909.980000', '174909.983000', '174909.985000', '174909.988000', '174929.875000', '174929.878000', '174929.880000', '174929.883000', '174929.885000', '174929.888000', '174929.891000', '174929.893000', '174929.896000', '174929.899000', '174929.901000', '174929.904000', '174929.906000', '174929.909000', '174929.912000', '174929.914000', '174929.917000', '174929.920000', '174929.922000', '174929.925000', '174929.927000', '174929.930000', '174929.933000', '174929.935000', '174929.938000', '174929.941000', '174929.943000', '174929.946000', '174929.948000', '174929.951000', '174929.954000', '174929.956000', '174929.959000', '174929.962000', '174929.964000', '174929.967000', '174929.969000', '174929.972000', '174929.975000', '174929.977000', '174929.980000', '174929.983000', '174929.985000', '174949.875000', '174949.878000', '174949.880000', '174949.883000', '174949.885000', '174949.888000', '174949.891000', '174949.894000', '174949.905000', '174949.908000', '174949.911000', '174949.913000', '174949.916000', '174949.918000', '174949.921000', '174949.924000', '174949.926000', '174949.929000', '174949.932000', '174949.934000', '174949.937000', '174949.939000', '174949.942000', '174949.945000', '174949.947000', '174949.950000', '174949.953000', '174949.955000', '174949.958000', '174949.960000', '174949.963000', '174949.966000', '174949.968000', '174949.971000', '174949.973000', '174949.976000', '174949.979000', '174949.981000', '174949.984000', '174949.987000', '174949.989000', '174949.992000', '174949.995000', '174949.997000', '175009.874000', '175009.877000', '175009.880000', '175009.882000', '175009.885000', '175009.888000', '175009.891000', '175009.893000', '175009.896000', '175009.899000', '175009.901000', '175009.904000', '175009.907000', '175009.909000', '175009.912000', '175009.914000', '175009.917000', '175009.920000', '175009.922000', '175009.925000', '175009.928000', '175009.930000', '175009.933000', '175009.935000', '175009.938000', '175009.941000', '175009.943000', '175009.946000', '175009.948000', '175009.951000', '175009.954000', '175009.956000', '175009.959000', '175009.961000', '175009.964000', '175009.967000', '175009.969000', '175009.972000', '175009.974000', '175009.977000', '175009.980000', '175009.982000', '175009.985000', '175029.873000', '175029.876000', '175029.879000', '175029.882000', '175029.884000', '175029.887000', '175029.889000', '175029.892000', '175029.895000', '175029.898000', '175029.900000', '175029.903000', '175029.907000', '175029.910000', '175029.912000', '175029.915000', '175029.918000', '175029.920000', '175029.923000', '175029.925000', '175029.928000', '175029.931000', '175029.934000', '175029.936000', '175029.939000', '175029.941000', '175029.944000', '175029.947000', '175029.949000', '175029.952000', '175029.955000', '175029.957000', '175029.960000', '175029.962000', '175029.965000', '175029.968000', '175029.970000', '175029.973000', '175029.976000', '175029.978000', '175029.981000', '175029.984000', '175029.986000', '175029.989000', '175049.874000', '175049.877000', '175049.880000', '175049.883000', '175049.886000', '175049.888000', '175049.891000', '175049.894000', '175049.896000', '175049.899000', '175049.901000', '175049.904000', '175049.907000', '175049.909000', '175049.912000', '175049.914000', '175049.917000', '175049.919000', '175049.922000', '175049.925000', '175049.928000', '175049.930000', '175049.933000', '175049.935000', '175049.938000', '175049.940000', '175049.943000', '175049.946000', '175049.948000', '175049.951000', '175049.953000', '175049.956000', '175049.959000', '175049.961000', '175049.964000', '175049.967000', '175049.969000', '175049.972000', '175049.974000', '175049.977000', '175049.980000', '175049.982000', '175049.985000', '175109.875000', '175109.896000', '175109.899000', '175109.902000', '175109.905000', '175109.907000', '175109.910000', '175109.913000', '175109.915000', '175109.918000', '175109.921000', '175109.923000', '175109.926000', '175109.928000', '175109.931000', '175109.934000', '175109.936000', '175109.939000', '175109.956000', '175109.959000', '175109.962000', '175109.965000', '175109.968000', '175109.971000', '175109.974000', '175109.976000', '175109.979000', '175109.981000', '175109.985000', '175109.987000', '175109.990000', '175109.992000', '175109.995000', '175109.998000', '175110.001000', '175110.004000', '175110.007000', '175110.009000', '175110.012000', '175110.014000', '175110.017000', '175110.020000', '175110.022000', '175129.874000', '175129.877000', '175129.880000', '175129.883000', '175129.885000', '175129.888000', '175129.891000', '175129.905000', '175129.907000', '175129.910000', '175129.912000', '175129.915000', '175129.918000', '175129.920000', '175129.923000', '175129.925000', '175129.928000', '175129.931000', '175129.933000', '175129.936000', '175129.939000', '175129.941000', '175129.944000', '175129.946000', '175129.949000', '175129.952000', '175129.954000', '175129.957000', '175129.959000', '175129.962000', '175129.965000', '175129.967000', '175129.970000', '175129.973000', '175129.975000', '175129.978000', '175129.981000', '175129.983000', '175129.986000', '175129.988000', '175129.991000', '175129.994000', '175129.996000', '175130.000000', '175140.230000', '175140.233000', '175140.236000', '175140.239000', '175140.242000', '175140.245000', '175140.248000', '175140.251000', '175140.254000', '175140.257000', '175140.261000', '175140.264000', '175140.267000', '175140.274000', '175140.278000', '175140.281000', '175140.284000', '175140.287000', '175140.290000', '175140.292000', '175140.295000', '175140.298000', '175140.301000'], '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': [13933, 11034, 9156, 15753, 7800, 9646, 15513, 8509, 12365, 9455, 8181, 14039, 8070, 9837, 15279, 7790, 9254, 12333, 8222, 12347, 7891, 10674, 15006, 8099, 10639, 7872, 7855, 13025, 8153, 12683, 7740, 8320, 13847, 7717, 9410, 13695, 7889, 13094, 7729, 9809, 14354, 9309, 10480, 14851, 8973, 11981, 16730, 8105, 11505, 15566, 8868, 11614, 12924, 8544, 14239, 10617, 8306, 13980, 10669, 8949, 14268, 8198, 11363, 15214, 7905, 10844, 15111, 8277, 10458, 14025, 7973, 11592, 14902, 7754, 11560, 10491, 8194, 13561, 8932, 8399, 13148, 8809, 8699, 13509, 7633, 8772, 13923, 8046, 8740, 14084, 7531, 11320, 14676, 7752, 10996, 14166, 8183, 11715, 12495, 7872, 12676, 13752, 8290, 13199, 11719, 8848, 13643, 8177, 8434, 13813, 9370, 9406, 14367, 7618, 10290, 14919, 7952, 11283, 13603, 8296, 13115, 12506, 8206, 12977, 14678, 8353, 12567, 12854, 8376, 12642, 8165, 8214, 13542, 8561, 7945, 13732, 7633, 10230, 14502, 7737, 11085, 7806, 9401, 14738, 9103, 8368, 13107, 8645, 8470, 10590, 8616, 13751, 12644, 8263, 12741, 16009, 8426, 11986, 10337, 8291, 14159, 7736, 9389, 14311, 9174, 9279, 14114, 8138, 12376, 10225, 7926, 13052, 14078, 8090, 12830, 9248, 8873, 14215, 7681, 9699, 14400, 8600, 10368, 14195, 8116, 11888, 15530, 8209, 12116, 10433, 8676, 13047, 7495, 9460, 14433, 7998, 11175, 7682, 9612, 7682, 9227, 15138, 15204, 8605, 11912, 15232, 8262, 11004, 12513, 7938, 12017, 14769, 8012, 11870, 7766, 8714, 13916, 7912, 9243, 13707, 9247, 9194, 14039, 7523, 9872, 14319, 7729, 11330, 14665, 8426, 11588, 8698, 8260, 13311, 9803, 8815, 14521, 7703, 10909, 15083, 7796, 9793, 14746, 8266, 11156, 7676, 10363, 15331, 8052, 9612, 13628, 8170, 11680, 15070, 8003, 10809, 14135, 7826, 11543, 7721, 8584, 14161, 9407, 8052, 13571, 7628, 9582, 7792, 10551, 15003, 8797, 8621, 14753, 8520, 9650, 13664, 7994, 12529, 14247, 8270, 13702, 9510, 9356, 14962, 7579, 11310, 15193, 8725, 11913, 7774, 8121, 14045, 9945, 8762, 10886, 8755, 9912, 8178, 14281, 16328, 8679, 12213, 14635, 8873, 12265, 16087, 8084, 10556, 14512, 8265, 11183, 15328, 8186, 11759, 13519, 8129, 12224, 11347, 8413, 12190, 7579, 10107, 14402, 7697, 10931, 12496, 8349, 11537, 8044, 11720, 15032, 8068, 9822, 14595, 8229, 10473, 14569, 7688, 10675, 14497, 7836, 11720, 15497, 8312, 12257, 10433, 8188, 13149, 8460, 9370, 13883, 7910, 11785, 15380, 8135, 12766, 11310, 8391, 13239, 7914, 11892, 13536, 8007, 13359, 10116, 8938, 14402, 7837, 12571, 15402, 8169, 12383, 9746, 8433, 14113, 7723, 9562, 14544, 8549, 10134, 14483, 9114, 11181, 7860, 11183, 14595, 7830, 9655, 14019, 7725, 9951, 9755, 8021, 12298, 13509, 8055, 12511, 14274, 8127, 11876, 14836, 8260, 10837, 8029, 8796, 14305, 9674, 8219, 12625, 10286, 7707, 8187, 7934, 13413, 13345, 8057, 11687, 13005, 7706, 11365, 7790, 10557, 14807, 7901, 10387, 15399, 8351, 11551, 7785, 9727, 14945, 8403, 10566, 14896, 8451, 12269, 12890, 7848, 12637, 9357, 7721, 13738, 8512, 8403, 12440, 8579, 14412, 10806, 8309, 13708, 8332, 17364, 14714, 18429, 13339, 14033, 15290, 10038, 11739, 7687, 11238, 9009, 8987, 9386, 10343, 14791, 10293, 11610, 8607, 9541, 16446, 9347, 15245, 8533, 14059, 8125, 14362, 15950, 9596, 14391, 10597, 9490, 16410, 9793, 13235, 14516, 8664, 15557, 9034, 10173, 17133, 10684, 13878, 8128, 9923, 17462, 8485, 11399, 17385, 10202, 14060, 7900, 14297, 17716, 8560, 11247, 16891, 8661, 11332, 15514, 8274, 13972, 10391, 8699, 15874, 10359, 9480, 15291, 7779, 10843, 16694, 8082, 11158, 16772, 9479, 11516, 13433, 7646, 13330, 14830, 8366, 14222, 8015, 10244, 15847, 8101, 10081, 15877, 8824, 12197, 12227, 8110, 14889, 16631, 7936, 13321, 7933, 12941, 7581, 12085, 16921, 10603, 10336, 16720, 10467, 10898, 16214, 9750, 9708, 16103, 9420, 12229, 16435, 8384, 12437, 16299, 9116, 13103, 7893, 12958, 15936, 8138, 10523, 15440, 7804, 9832, 15561, 9177, 10153, 14857, 7515, 11843, 15716, 8198, 12444, 11372, 8042, 13764, 7810, 8088, 14424, 7962, 10238, 15071, 7502, 12335, 16049, 7975, 12350, 12254, 8051, 13496, 7887, 7971, 14073, 7711, 10734, 16228, 17296, 11373, 10305, 9488, 14471, 8186, 11831, 14529, 9150, 12420, 11046, 8127, 13526, 13776, 9047, 13063, 9454, 10214, 14466, 8782, 10212, 14625, 9673, 10784, 14247, 8265, 11947, 14769, 8537, 12555, 12584, 8891, 12756, 7987, 9216, 14168, 7906, 10494, 14352, 8798, 11705, 8264, 9624, 14086, 7989, 10909, 13963, 9157, 12793, 11205, 7985, 13336, 12082, 8487, 13330, 8271, 11646, 7905, 11705, 14105, 7960, 10314, 14322, 8475, 11139, 8126, 10019, 14801, 10164, 9249, 14453, 10720, 9578, 14049, 8096, 11186, 14911, 8438, 12014, 13069, 8710, 13630, 7893, 11979, 14874, 7971, 11684, 12337, 8698, 13598, 7926, 12150, 14588, 8780, 13261, 11772, 9353, 14557, 7848, 11999, 16359, 8911, 12038, 16319, 10703, 11186, 7865, 9609, 14604, 8505, 9925, 14898, 8449, 11255, 15376, 7833, 11610, 13893, 8748, 12373, 8884, 8904, 14440, 8149, 12083, 13120, 8881, 13188, 7920, 10012, 14745, 7940, 11705, 15192, 9481, 11695, 8205, 9735, 15102, 7993, 11821, 14250, 9461, 12486, 7771, 13403, 13841, 8542, 13336, 13892, 8441, 13029, 8023, 9303, 14878, 8890, 12972, 8002, 12470, 8534, 10033, 14890, 9911, 9574, 14989, 9187, 11557, 9783, 7866, 14177, 13298, 8372, 14139, 10106, 9974, 11559, 8067, 13319, 10290, 8808, 14501, 8817, 11559, 7983, 8284, 14314, 10510, 8289, 14176, 9434, 9908, 11203, 7688, 13926, 11155, 8552, 14903, 8829, 10315, 14778, 8172, 13015, 12022, 8888, 14945, 8644, 12648, 11580, 8971, 15125, 8397, 11951, 13191, 9573, 11817, 8308, 13747, 15414, 9645, 13022, 12027, 9269, 8638, 8593, 13785, 8146, 9493, 14641, 8118, 13010, 9356, 10200, 10151, 8089, 14076, 9332, 9433, 14961, 10078, 12713, 9006, 8313, 12418, 10445, 11763, 10012, 12293, 9855, 13889, 12323, 8963, 11121, 9008, 14170, 8854, 14948, 8610, 10370, 14480, 10159, 12909, 7792, 13027, 7913, 14028, 15361, 9943, 13791, 8206, 12931, 10479, 9299, 16096, 10044, 15094, 8843, 15291, 14507, 8459, 15280, 9394, 9851, 16624, 9540, 12575, 16506, 8635, 13397, 11981, 9187, 16027, 9339, 13080, 8893, 8910, 16841, 8814, 19215, 19968, 14346, 14834, 9647, 12380, 8350, 9884, 10971], 'WindowCenter': [4729.0, 4683.0, 4660.0, 4696.0, 4623.0, 4643.0, 4679.0, 4630.0, 4661.0, 4639.0, 4630.0, 4680.0, 4619.0, 4640.0, 4678.0, 4634.0, 4658.0, 4669.0, 4645.0, 4683.0, 4636.0, 4678.0, 4693.0, 4660.0, 4676.0, 4646.0, 4648.0, 4696.0, 4658.0, 4699.0, 4649.0, 4672.0, 4710.0, 4649.0, 4671.0, 4709.0, 4663.0, 4711.0, 4661.0, 4694.0, 4712.0, 4670.0, 4681.0, 4710.0, 4657.0, 4689.0, 4708.0, 4648.0, 4689.0, 4706.0, 4645.0, 4686.0, 4685.0, 4644.0, 4695.0, 4663.0, 4644.0, 4693.0, 4661.0, 4641.0, 4691.0, 4643.0, 4673.0, 4692.0, 4631.0, 4675.0, 4691.0, 4633.0, 4663.0, 4681.0, 4644.0, 4675.0, 4691.0, 4632.0, 4673.0, 4662.0, 4643.0, 4693.0, 4641.0, 4643.0, 4684.0, 4655.0, 4642.0, 4684.0, 4634.0, 4655.0, 4692.0, 4634.0, 4655.0, 4693.0, 4646.0, 4687.0, 4695.0, 4635.0, 4675.0, 4693.0, 4656.0, 4689.0, 4686.0, 4647.0, 4698.0, 4695.0, 4658.0, 4697.0, 4676.0, 4655.0, 4696.0, 4644.0, 4655.0, 4693.0, 4655.0, 4667.0, 4696.0, 4635.0, 4665.0, 4703.0, 4644.0, 4677.0, 4694.0, 4644.0, 4696.0, 4684.0, 4644.0, 4696.0, 4694.0, 4644.0, 4686.0, 4683.0, 4643.0, 4683.0, 4642.0, 4645.0, 4694.0, 4642.0, 4644.0, 4692.0, 4644.0, 4676.0, 4689.0, 4642.0, 4672.0, 4645.0, 4666.0, 4707.0, 4654.0, 4656.0, 4685.0, 4643.0, 4644.0, 4676.0, 4657.0, 4710.0, 4695.0, 4656.0, 4697.0, 4704.0, 4644.0, 4685.0, 4663.0, 4646.0, 4695.0, 4633.0, 4654.0, 4706.0, 4653.0, 4654.0, 4693.0, 4645.0, 4684.0, 4663.0, 4645.0, 4696.0, 4694.0, 4646.0, 4695.0, 4654.0, 4653.0, 4694.0, 4634.0, 4665.0, 4694.0, 4643.0, 4663.0, 4693.0, 4644.0, 4685.0, 4702.0, 4643.0, 4683.0, 4661.0, 4642.0, 4683.0, 4634.0, 4667.0, 4694.0, 4646.0, 4672.0, 4644.0, 4665.0, 4646.0, 4669.0, 4719.0, 4704.0, 4644.0, 4686.0, 4692.0, 4645.0, 4674.0, 4680.0, 4643.0, 4686.0, 4692.0, 4644.0, 4673.0, 4645.0, 4654.0, 4695.0, 4644.0, 4667.0, 4694.0, 4654.0, 4668.0, 4696.0, 4634.0, 4664.0, 4694.0, 4645.0, 4686.0, 4695.0, 4645.0, 4686.0, 4643.0, 4644.0, 4694.0, 4663.0, 4654.0, 4695.0, 4633.0, 4675.0, 4693.0, 4632.0, 4663.0, 4693.0, 4643.0, 4670.0, 4644.0, 4674.0, 4716.0, 4643.0, 4665.0, 4694.0, 4645.0, 4686.0, 4703.0, 4644.0, 4675.0, 4681.0, 4633.0, 4673.0, 4644.0, 4656.0, 4693.0, 4654.0, 4645.0, 4685.0, 4635.0, 4665.0, 4648.0, 4689.0, 4717.0, 4656.0, 4657.0, 4706.0, 4656.0, 4667.0, 4694.0, 4647.0, 4698.0, 4704.0, 4645.0, 4695.0, 4654.0, 4655.0, 4704.0, 4634.0, 4674.0, 4704.0, 4645.0, 4684.0, 4643.0, 4647.0, 4706.0, 4662.0, 4655.0, 4674.0, 4656.0, 4676.0, 4670.0, 4709.0, 4717.0, 4645.0, 4684.0, 4692.0, 4641.0, 4685.0, 4692.0, 4632.0, 4660.0, 4678.0, 4642.0, 4674.0, 4692.0, 4643.0, 4671.0, 4680.0, 4631.0, 4671.0, 4660.0, 4630.0, 4669.0, 4629.0, 4662.0, 4691.0, 4643.0, 4674.0, 4682.0, 4643.0, 4683.0, 4655.0, 4698.0, 4718.0, 4647.0, 4667.0, 4694.0, 4645.0, 4675.0, 4692.0, 4646.0, 4674.0, 4692.0, 4633.0, 4685.0, 4704.0, 4657.0, 4684.0, 4661.0, 4643.0, 4684.0, 4642.0, 4654.0, 4692.0, 4645.0, 4685.0, 4703.0, 4643.0, 4696.0, 4673.0, 4644.0, 4694.0, 4656.0, 4685.0, 4693.0, 4642.0, 4695.0, 4663.0, 4655.0, 4694.0, 4644.0, 4696.0, 4694.0, 4643.0, 4681.0, 4653.0, 4645.0, 4693.0, 4633.0, 4654.0, 4689.0, 4640.0, 4664.0, 4680.0, 4642.0, 4661.0, 4643.0, 4675.0, 4692.0, 4633.0, 4664.0, 4691.0, 4633.0, 4664.0, 4665.0, 4645.0, 4698.0, 4695.0, 4646.0, 4697.0, 4693.0, 4646.0, 4688.0, 4693.0, 4643.0, 4664.0, 4643.0, 4655.0, 4695.0, 4652.0, 4644.0, 4682.0, 4661.0, 4630.0, 4642.0, 4642.0, 4695.0, 4691.0, 4646.0, 4687.0, 4652.0, 4655.0, 4673.0, 4632.0, 4661.0, 4685.0, 4631.0, 4661.0, 4689.0, 4642.0, 4671.0, 4644.0, 4665.0, 4697.0, 4641.0, 4662.0, 4692.0, 4643.0, 4672.0, 4666.0, 4630.0, 4668.0, 4637.0, 4620.0, 4673.0, 4577.0, 4641.0, 4652.0, 4640.0, 4688.0, 4646.0, 4630.0, 4679.0, 4662.0, 4707.0, 4682.0, 4715.0, 4730.0, 4734.0, 4714.0, 4684.0, 4688.0, 4610.0, 4654.0, 4687.0, 4674.0, 4669.0, 4680.0, 4713.0, 4682.0, 4693.0, 4663.0, 4686.0, 4728.0, 4684.0, 4710.0, 4661.0, 4699.0, 4649.0, 4712.0, 4709.0, 4674.0, 4714.0, 4679.0, 4673.0, 4723.0, 4682.0, 4705.0, 4712.0, 4663.0, 4712.0, 4660.0, 4685.0, 4722.0, 4683.0, 4712.0, 4652.0, 4685.0, 4733.0, 4661.0, 4682.0, 4720.0, 4673.0, 4701.0, 4651.0, 4716.0, 4724.0, 4663.0, 4685.0, 4711.0, 4652.0, 4681.0, 4698.0, 4652.0, 4703.0, 4669.0, 4660.0, 4721.0, 4672.0, 4674.0, 4710.0, 4640.0, 4684.0, 4721.0, 4653.0, 4693.0, 4723.0, 4674.0, 4693.0, 4701.0, 4653.0, 4715.0, 4712.0, 4651.0, 4712.0, 4652.0, 4685.0, 4721.0, 4651.0, 4682.0, 4711.0, 4661.0, 4693.0, 4693.0, 4665.0, 4725.0, 4721.0, 4653.0, 4701.0, 4652.0, 4701.0, 4665.0, 4707.0, 4735.0, 4681.0, 4688.0, 4724.0, 4669.0, 4670.0, 4711.0, 4658.0, 4658.0, 4697.0, 4646.0, 4676.0, 4705.0, 4647.0, 4687.0, 4707.0, 4645.0, 4686.0, 4647.0, 4689.0, 4697.0, 4636.0, 4666.0, 4684.0, 4623.0, 4644.0, 4693.0, 4633.0, 4654.0, 4681.0, 4623.0, 4674.0, 4693.0, 4633.0, 4675.0, 4664.0, 4634.0, 4684.0, 4636.0, 4638.0, 4695.0, 4635.0, 4665.0, 4694.0, 4636.0, 4689.0, 4697.0, 4636.0, 4687.0, 4676.0, 4648.0, 4687.0, 4635.0, 4636.0, 4697.0, 4635.0, 4621.0, 4669.0, 4712.0, 4645.0, 4717.0, 4705.0, 4729.0, 4678.0, 4732.0, 4745.0, 4702.0, 4732.0, 4708.0, 4679.0, 4717.0, 4714.0, 4674.0, 4715.0, 4674.0, 4696.0, 4726.0, 4674.0, 4695.0, 4730.0, 4672.0, 4682.0, 4708.0, 4661.0, 4696.0, 4710.0, 4662.0, 4711.0, 4701.0, 4661.0, 4706.0, 4654.0, 4671.0, 4717.0, 4649.0, 4681.0, 4711.0, 4661.0, 4691.0, 4666.0, 4684.0, 4718.0, 4662.0, 4699.0, 4712.0, 4673.0, 4719.0, 4695.0, 4668.0, 4715.0, 4701.0, 4672.0, 4712.0, 4663.0, 4709.0, 4678.0, 4717.0, 4732.0, 4664.0, 4695.0, 4731.0, 4664.0, 4699.0, 4664.0, 4696.0, 4736.0, 4684.0, 4683.0, 4729.0, 4698.0, 4684.0, 4718.0, 4668.0, 4708.0, 4728.0, 4674.0, 4710.0, 4717.0, 4673.0, 4713.0, 4664.0, 4716.0, 4725.0, 4664.0, 4705.0, 4713.0, 4687.0, 4725.0, 4679.0, 4718.0, 4739.0, 4691.0, 4717.0, 4704.0, 4686.0, 4724.0, 4663.0, 4705.0, 4733.0, 4672.0, 4707.0, 4721.0, 4681.0, 4684.0, 4666.0, 4682.0, 4717.0, 4660.0, 4681.0, 4710.0, 4661.0, 4697.0, 4709.0, 4656.0, 4691.0, 4715.0, 4661.0, 4705.0, 4669.0, 4672.0, 4716.0, 4661.0, 4706.0, 4706.0, 4676.0, 4706.0, 4656.0, 4687.0, 4715.0, 4666.0, 4708.0, 4709.0, 4670.0, 4694.0, 4665.0, 4688.0, 4727.0, 4661.0, 4706.0, 4711.0, 4671.0, 4700.0, 4663.0, 4729.0, 4712.0, 4672.0, 4718.0, 4703.0, 4659.0, 4707.0, 4650.0, 4676.0, 4710.0, 4670.0, 4700.0, 4666.0, 4707.0, 4674.0, 4689.0, 4729.0, 4676.0, 4687.0, 4721.0, 4676.0, 4696.0, 4678.0, 4661.0, 4717.0, 4704.0, 4659.0, 4715.0, 4679.0, 4686.0, 4695.0, 4668.0, 4730.0, 4679.0, 4668.0, 4713.0, 4671.0, 4695.0, 4651.0, 4659.0, 4714.0, 4676.0, 4658.0, 4716.0, 4669.0, 4685.0, 4694.0, 4654.0, 4714.0, 4687.0, 4659.0, 4725.0, 4671.0, 4685.0, 4709.0, 4658.0, 4717.0, 4698.0, 4676.0, 4709.0, 4666.0, 4706.0, 4687.0, 4669.0, 4716.0, 4666.0, 4695.0, 4707.0, 4671.0, 4690.0, 4672.0, 4728.0, 4721.0, 4675.0, 4702.0, 4691.0, 4669.0, 4659.0, 4671.0, 4717.0, 4662.0, 4689.0, 4709.0, 4663.0, 4718.0, 4682.0, 4699.0, 4691.0, 4673.0, 4717.0, 4676.0, 4702.0, 4722.0, 4703.0, 4508.0, 4529.0, 4730.0, 4677.0, 4710.0, 4678.0, 4670.0, 4678.0, 4673.0, 4702.0, 4689.0, 4677.0, 4706.0, 4689.0, 4723.0, 4685.0, 4724.0, 4659.0, 4670.0, 4694.0, 4681.0, 4700.0, 4666.0, 4712.0, 4675.0, 4725.0, 4722.0, 4682.0, 4712.0, 4664.0, 4714.0, 4682.0, 4672.0, 4721.0, 4697.0, 4721.0, 4672.0, 4725.0, 4710.0, 4652.0, 4709.0, 4657.0, 4670.0, 4718.0, 4672.0, 4693.0, 4717.0, 4660.0, 4700.0, 4688.0, 4671.0, 4712.0, 4667.0, 4701.0, 4670.0, 4669.0, 4732.0, 4639.0, 4711.0, 4687.0, 4701.0, 4719.0, 4679.0, 4722.0, 4668.0, 4707.0, 4713.0], 'WindowWidth': [10333.0, 10252.0, 10217.0, 10259.0, 10154.0, 10179.0, 10226.0, 10159.0, 10203.0, 10168.0, 10161.0, 10228.0, 10143.0, 10173.0, 10222.0, 10170.0, 10211.0, 10214.0, 10190.0, 10240.0, 10179.0, 10241.0, 10253.0, 10222.0, 10239.0, 10194.0, 10200.0, 10264.0, 10217.0, 10273.0, 10206.0, 10240.0, 10292.0, 10203.0, 10237.0, 10287.0, 10229.0, 10294.0, 10227.0, 10273.0, 10297.0, 10231.0, 10251.0, 10290.0, 10214.0, 10259.0, 10286.0, 10200.0, 10258.0, 10279.0, 10191.0, 10250.0, 10245.0, 10190.0, 10263.0, 10212.0, 10189.0, 10255.0, 10206.0, 10181.0, 10251.0, 10186.0, 10227.0, 10252.0, 10167.0, 10232.0, 10252.0, 10172.0, 10214.0, 10237.0, 10190.0, 10232.0, 10252.0, 10172.0, 10227.0, 10211.0, 10187.0, 10258.0, 10181.0, 10186.0, 10246.0, 10204.0, 10187.0, 10244.0, 10176.0, 10209.0, 10256.0, 10176.0, 10207.0, 10258.0, 10195.0, 10254.0, 10261.0, 10180.0, 10236.0, 10257.0, 10211.0, 10258.0, 10250.0, 10198.0, 10269.0, 10262.0, 10215.0, 10268.0, 10234.0, 10206.0, 10264.0, 10190.0, 10208.0, 10259.0, 10207.0, 10226.0, 10266.0, 10180.0, 10221.0, 10273.0, 10193.0, 10239.0, 10259.0, 10193.0, 10266.0, 10244.0, 10191.0, 10264.0, 10259.0, 10190.0, 10251.0, 10241.0, 10186.0, 10240.0, 10185.0, 10195.0, 10261.0, 10187.0, 10191.0, 10254.0, 10193.0, 10240.0, 10250.0, 10189.0, 10230.0, 10196.0, 10228.0, 10284.0, 10207.0, 10212.0, 10249.0, 10188.0, 10193.0, 10237.0, 10214.0, 10290.0, 10264.0, 10210.0, 10271.0, 10275.0, 10190.0, 10248.0, 10216.0, 10195.0, 10263.0, 10176.0, 10207.0, 10281.0, 10202.0, 10205.0, 10258.0, 10194.0, 10247.0, 10215.0, 10195.0, 10266.0, 10260.0, 10198.0, 10265.0, 10204.0, 10203.0, 10260.0, 10176.0, 10220.0, 10260.0, 10187.0, 10216.0, 10256.0, 10190.0, 10249.0, 10269.0, 10188.0, 10244.0, 10211.0, 10186.0, 10242.0, 10177.0, 10227.0, 10258.0, 10194.0, 10229.0, 10193.0, 10222.0, 10199.0, 10234.0, 10303.0, 10277.0, 10190.0, 10252.0, 10255.0, 10191.0, 10231.0, 10236.0, 10188.0, 10251.0, 10254.0, 10189.0, 10230.0, 10194.0, 10207.0, 10263.0, 10194.0, 10226.0, 10263.0, 10205.0, 10229.0, 10267.0, 10178.0, 10220.0, 10260.0, 10198.0, 10253.0, 10262.0, 10194.0, 10252.0, 10188.0, 10193.0, 10261.0, 10215.0, 10207.0, 10264.0, 10177.0, 10235.0, 10258.0, 10173.0, 10214.0, 10256.0, 10188.0, 10223.0, 10193.0, 10234.0, 10295.0, 10190.0, 10220.0, 10259.0, 10194.0, 10252.0, 10271.0, 10193.0, 10232.0, 10239.0, 10176.0, 10230.0, 10191.0, 10212.0, 10261.0, 10203.0, 10193.0, 10247.0, 10180.0, 10220.0, 10204.0, 10263.0, 10300.0, 10211.0, 10214.0, 10282.0, 10210.0, 10226.0, 10260.0, 10200.0, 10271.0, 10276.0, 10194.0, 10264.0, 10204.0, 10207.0, 10274.0, 10179.0, 10233.0, 10275.0, 10193.0, 10245.0, 10189.0, 10200.0, 10281.0, 10213.0, 10206.0, 10231.0, 10210.0, 10239.0, 10236.0, 10291.0, 10297.0, 10192.0, 10246.0, 10254.0, 10183.0, 10246.0, 10254.0, 10171.0, 10208.0, 10231.0, 10183.0, 10230.0, 10252.0, 10187.0, 10224.0, 10233.0, 10169.0, 10224.0, 10204.0, 10165.0, 10218.0, 10166.0, 10214.0, 10251.0, 10191.0, 10232.0, 10241.0, 10189.0, 10244.0, 10210.0, 10272.0, 10301.0, 10198.0, 10226.0, 10260.0, 10192.0, 10235.0, 10255.0, 10195.0, 10234.0, 10255.0, 10177.0, 10249.0, 10275.0, 10211.0, 10247.0, 10209.0, 10189.0, 10246.0, 10187.0, 10204.0, 10255.0, 10194.0, 10248.0, 10271.0, 10190.0, 10265.0, 10227.0, 10191.0, 10260.0, 10211.0, 10251.0, 10259.0, 10188.0, 10262.0, 10216.0, 10207.0, 10259.0, 10192.0, 10265.0, 10260.0, 10187.0, 10239.0, 10201.0, 10194.0, 10257.0, 10174.0, 10204.0, 10249.0, 10180.0, 10218.0, 10235.0, 10183.0, 10208.0, 10190.0, 10235.0, 10255.0, 10175.0, 10218.0, 10252.0, 10177.0, 10220.0, 10221.0, 10196.0, 10271.0, 10264.0, 10197.0, 10267.0, 10258.0, 10197.0, 10256.0, 10259.0, 10186.0, 10216.0, 10188.0, 10207.0, 10263.0, 10198.0, 10191.0, 10241.0, 10208.0, 10167.0, 10187.0, 10190.0, 10266.0, 10254.0, 10197.0, 10253.0, 10182.0, 10212.0, 10227.0, 10171.0, 10212.0, 10239.0, 10170.0, 10210.0, 10248.0, 10186.0, 10223.0, 10192.0, 10224.0, 10260.0, 10186.0, 10213.0, 10256.0, 10191.0, 10225.0, 10209.0, 10164.0, 10214.0, 10173.0, 10150.0, 10220.0, 10058.0, 10190.0, 10187.0, 10188.0, 10246.0, 10181.0, 10165.0, 10233.0, 10225.0, 10277.0, 10237.0, 10309.0, 10334.0, 10336.0, 10300.0, 10257.0, 10253.0, 10126.0, 10191.0, 10264.0, 10240.0, 10228.0, 10244.0, 10294.0, 10249.0, 10262.0, 10224.0, 10261.0, 10313.0, 10258.0, 10284.0, 10219.0, 10265.0, 10202.0, 10290.0, 10282.0, 10239.0, 10294.0, 10240.0, 10237.0, 10306.0, 10249.0, 10282.0, 10287.0, 10221.0, 10287.0, 10213.0, 10254.0, 10301.0, 10247.0, 10289.0, 10208.0, 10254.0, 10318.0, 10216.0, 10245.0, 10296.0, 10233.0, 10267.0, 10204.0, 10299.0, 10308.0, 10224.0, 10253.0, 10285.0, 10203.0, 10243.0, 10263.0, 10205.0, 10275.0, 10226.0, 10217.0, 10300.0, 10232.0, 10237.0, 10281.0, 10189.0, 10249.0, 10299.0, 10208.0, 10265.0, 10305.0, 10236.0, 10262.0, 10274.0, 10212.0, 10295.0, 10287.0, 10206.0, 10288.0, 10207.0, 10254.0, 10300.0, 10204.0, 10249.0, 10286.0, 10218.0, 10263.0, 10263.0, 10230.0, 10312.0, 10301.0, 10208.0, 10271.0, 10208.0, 10274.0, 10232.0, 10289.0, 10328.0, 10245.0, 10262.0, 10310.0, 10225.0, 10227.0, 10286.0, 10206.0, 10207.0, 10260.0, 10189.0, 10229.0, 10271.0, 10193.0, 10248.0, 10274.0, 10189.0, 10244.0, 10194.0, 10254.0, 10262.0, 10177.0, 10215.0, 10238.0, 10153.0, 10183.0, 10249.0, 10166.0, 10194.0, 10231.0, 10155.0, 10225.0, 10249.0, 10170.0, 10228.0, 10212.0, 10172.0, 10240.0, 10175.0, 10182.0, 10258.0, 10176.0, 10216.0, 10255.0, 10179.0, 10254.0, 10260.0, 10177.0, 10247.0, 10232.0, 10197.0, 10247.0, 10174.0, 10178.0, 10265.0, 10175.0, 10134.0, 10217.0, 10306.0, 10183.0, 10325.0, 10300.0, 10330.0, 10262.0, 10339.0, 10359.0, 10299.0, 10341.0, 10302.0, 10261.0, 10311.0, 10301.0, 10246.0, 10304.0, 10244.0, 10279.0, 10321.0, 10247.0, 10277.0, 10327.0, 10241.0, 10251.0, 10286.0, 10223.0, 10274.0, 10290.0, 10227.0, 10300.0, 10280.0, 10224.0, 10286.0, 10213.0, 10237.0, 10301.0, 10206.0, 10251.0, 10293.0, 10224.0, 10264.0, 10235.0, 10260.0, 10308.0, 10228.0, 10282.0, 10296.0, 10243.0, 10311.0, 10272.0, 10239.0, 10304.0, 10281.0, 10242.0, 10298.0, 10231.0, 10297.0, 10259.0, 10311.0, 10334.0, 10234.0, 10279.0, 10332.0, 10235.0, 10282.0, 10234.0, 10282.0, 10337.0, 10260.0, 10260.0, 10328.0, 10281.0, 10259.0, 10307.0, 10241.0, 10295.0, 10325.0, 10248.0, 10299.0, 10306.0, 10246.0, 10299.0, 10236.0, 10309.0, 10318.0, 10233.0, 10292.0, 10301.0, 10271.0, 10320.0, 10264.0, 10315.0, 10343.0, 10277.0, 10311.0, 10291.0, 10265.0, 10315.0, 10233.0, 10292.0, 10330.0, 10241.0, 10292.0, 10308.0, 10252.0, 10255.0, 10233.0, 10255.0, 10305.0, 10221.0, 10253.0, 10290.0, 10227.0, 10276.0, 10289.0, 10220.0, 10265.0, 10299.0, 10225.0, 10287.0, 10233.0, 10243.0, 10302.0, 10226.0, 10290.0, 10287.0, 10246.0, 10287.0, 10219.0, 10263.0, 10299.0, 10235.0, 10293.0, 10288.0, 10235.0, 10269.0, 10234.0, 10266.0, 10321.0, 10224.0, 10288.0, 10293.0, 10239.0, 10278.0, 10233.0, 10327.0, 10298.0, 10241.0, 10307.0, 10281.0, 10219.0, 10290.0, 10206.0, 10246.0, 10292.0, 10236.0, 10276.0, 10234.0, 10292.0, 10246.0, 10270.0, 10325.0, 10245.0, 10263.0, 10308.0, 10248.0, 10274.0, 10246.0, 10226.0, 10306.0, 10283.0, 10219.0, 10297.0, 10244.0, 10260.0, 10273.0, 10242.0, 10331.0, 10247.0, 10233.0, 10295.0, 10238.0, 10271.0, 10209.0, 10222.0, 10299.0, 10239.0, 10217.0, 10299.0, 10233.0, 10257.0, 10269.0, 10218.0, 10300.0, 10255.0, 10220.0, 10315.0, 10241.0, 10261.0, 10288.0, 10219.0, 10305.0, 10273.0, 10247.0, 10288.0, 10233.0, 10287.0, 10257.0, 10235.0, 10301.0, 10232.0, 10273.0, 10290.0, 10240.0, 10264.0, 10243.0, 10325.0, 10310.0, 10245.0, 10283.0, 10262.0, 10232.0, 10221.0, 10239.0, 10305.0, 10229.0, 10269.0, 10289.0, 10233.0, 10311.0, 10256.0, 10282.0, 10270.0, 10248.0, 10306.0, 10249.0, 10294.0, 10314.0, 10296.0, 9901.0, 9981.0, 10373.0, 10237.0, 10307.0, 10237.0, 10230.0, 10239.0, 10241.0, 10277.0, 10255.0, 10251.0, 10290.0, 10273.0, 10312.0, 10262.0, 10312.0, 10216.0, 10230.0, 10261.0, 10246.0, 10272.0, 10236.0, 10295.0, 10248.0, 10316.0, 10311.0, 10255.0, 10290.0, 10232.0, 10302.0, 10252.0, 10238.0, 10305.0, 10281.0, 10306.0, 10241.0, 10315.0, 10285.0, 10207.0, 10284.0, 10210.0, 10231.0, 10298.0, 10234.0, 10264.0, 10295.0, 10218.0, 10273.0, 10252.0, 10234.0, 10287.0, 10225.0, 10274.0, 10233.0, 10234.0, 10320.0, 10175.0, 10333.0, 10259.0, 10283.0, 10312.0, 10252.0, 10319.0, 10242.0, 10304.0, 10310.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.017787625820568927</td></tr>
<tr><td colspan=3>aqi</td><td>0.13767327297593</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.77487545694418</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.00866097135816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9022764291566263</td></tr>
<tr><td colspan=3>efc</td><td>0.5075</td></tr>
<tr><td colspan=3>fber</td><td>5953.8755</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2902227878880194</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.159737417943107</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.757319685332457</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5710428477924707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.865553295316249</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.835362912888652</td></tr>
<tr><td colspan=3>gcor</td><td>0.00886091</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01501812506467104</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05202191323041916</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.919626182982187</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.0134</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4189</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.0252</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1098.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.3781</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.704</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3896.3717</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.8055</td></tr>
<tr><td colspan=3>tsnr</td><td>20.43267465167446</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>