<?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-0044_ses-02_task-faces_acq-mb8_run-01_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-0044_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0044_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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0044_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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-01_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-0044/ses-02/func/sub-0044_ses-02_task-faces_acq-mb8_run-01_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>857b4263bf54a955d03c0f023981536a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:46:53.707500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0959734</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7733, -7269, 430, -105, -17, 8, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd5353aa-a6b1-4903-b980-5813623403fe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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': ['134653.707500', '134654.167500', '134654.627500', '134655.087500', '134655.547500', '134656.007500', '134656.467500', '134656.927500', '134657.387500', '134657.847500', '134658.307500', '134658.767500', '134659.227500', '134659.687500', '134700.147500', '134700.607500', '134701.067500', '134701.527500', '134701.987500', '134702.447500', '134702.907500', '134703.367500', '134703.827500', '134704.287500', '134704.747500', '134705.207500', '134705.667500', '134706.127500', '134706.587500', '134707.047500', '134707.507500', '134707.967500', '134708.427500', '134708.887500', '134709.347500', '134709.807500', '134710.267500', '134710.727500', '134711.187500', '134711.647500', '134712.107500', '134712.567500', '134713.027500', '134713.487500', '134713.947500', '134714.407500', '134714.867500', '134715.327500', '134715.787500', '134716.247500', '134716.707500', '134717.167500', '134717.627500', '134718.087500', '134718.547500', '134719.007500', '134719.467500', '134719.927500', '134720.387500', '134720.847500', '134721.307500', '134721.767500', '134722.227500', '134722.687500', '134723.147500', '134723.607500', '134724.067500', '134724.527500', '134724.987500', '134725.447500', '134725.907500', '134726.367500', '134726.827500', '134727.287500', '134727.747500', '134728.207500', '134728.667500', '134729.127500', '134729.587500', '134730.047500', '134730.507500', '134730.967500', '134731.427500', '134731.887500', '134732.347500', '134732.807500', '134733.267500', '134733.727500', '134734.187500', '134734.647500', '134735.107500', '134735.567500', '134736.027500', '134736.487500', '134736.947500', '134737.407500', '134737.867500', '134738.327500', '134738.787500', '134739.247500', '134739.707500', '134740.167500', '134740.627500', '134741.087500', '134741.547500', '134742.007500', '134742.467500', '134742.927500', '134743.387500', '134743.847500', '134744.307500', '134744.767500', '134745.227500', '134745.687500', '134746.147500', '134746.607500', '134747.067500', '134747.527500', '134747.987500', '134748.447500', '134748.907500', '134749.367500', '134749.827500', '134750.287500', '134750.747500', '134751.207500', '134751.667500', '134752.127500', '134752.587500', '134753.047500', '134753.507500', '134753.967500', '134754.427500', '134754.887500', '134755.347500', '134755.807500', '134756.267500', '134756.727500', '134757.187500', '134757.647500', '134758.107500', '134758.567500', '134759.027500', '134759.487500', '134759.947500', '134800.407500', '134800.867500', '134801.327500', '134801.787500', '134802.247500', '134802.707500', '134803.167500', '134803.627500', '134804.087500', '134804.547500', '134805.007500', '134805.467500', '134805.927500', '134806.387500', '134806.847500', '134807.307500', '134807.767500', '134808.227500', '134808.687500', '134809.147500', '134809.607500', '134810.067500', '134810.527500', '134810.987500', '134811.447500', '134811.907500', '134812.367500', '134812.827500', '134813.287500', '134813.747500', '134814.207500', '134814.667500', '134815.127500', '134815.587500', '134816.047500', '134816.507500', '134816.967500', '134817.427500', '134817.887500', '134818.347500', '134818.807500', '134819.267500', '134819.727500', '134820.187500', '134820.647500', '134821.107500', '134821.567500', '134822.027500', '134822.487500', '134822.947500', '134823.407500', '134823.867500', '134824.327500', '134824.787500', '134825.247500', '134825.707500', '134826.167500', '134826.627500', '134827.087500', '134827.547500', '134828.007500', '134828.467500', '134828.927500', '134829.387500', '134829.847500', '134830.307500', '134830.767500', '134831.227500', '134831.687500', '134832.147500', '134832.607500', '134833.067500', '134833.527500', '134833.987500', '134834.447500', '134834.907500', '134835.367500', '134835.827500', '134836.287500', '134836.747500', '134837.207500', '134837.667500', '134838.127500', '134838.587500', '134839.047500', '134839.507500', '134839.967500', '134840.427500', '134840.887500', '134841.347500', '134841.807500', '134842.267500', '134842.727500', '134843.187500', '134843.647500', '134844.107500', '134844.567500', '134845.027500', '134845.487500', '134845.947500', '134846.407500', '134846.867500', '134847.327500', '134847.787500', '134848.247500', '134848.707500', '134849.167500', '134849.627500', '134850.087500', '134850.547500', '134851.007500', '134851.467500', '134851.927500', '134852.387500', '134852.847500', '134853.307500', '134853.767500', '134854.227500', '134854.687500', '134855.147500', '134855.607500', '134856.067500', '134856.527500', '134856.987500', '134857.447500', '134857.907500', '134858.367500', '134858.827500', '134859.287500', '134859.747500', '134900.207500', '134900.667500', '134901.127500', '134901.587500', '134902.047500', '134902.507500', '134902.967500', '134903.427500', '134903.887500', '134904.347500', '134904.807500', '134905.267500', '134905.727500', '134906.187500', '134906.647500', '134907.107500', '134907.567500', '134908.027500', '134908.487500', '134908.947500', '134909.407500', '134909.867500', '134910.327500', '134910.787500', '134911.247500', '134911.707500', '134912.167500', '134912.627500', '134913.087500', '134913.547500', '134914.007500', '134914.467500', '134914.927500', '134915.387500', '134915.847500', '134916.307500', '134916.767500', '134917.227500', '134917.687500', '134918.147500', '134918.607500', '134919.067500', '134919.527500', '134919.987500', '134920.447500', '134920.907500', '134921.367500', '134921.827500', '134922.287500', '134922.747500', '134923.207500', '134923.667500', '134924.127500', '134924.587500', '134925.047500', '134925.507500', '134925.967500', '134926.427500', '134926.887500', '134927.347500', '134927.807500', '134928.267500', '134928.727500', '134929.187500', '134929.647500', '134930.107500', '134930.567500', '134931.027500', '134931.487500', '134931.947500', '134932.407500', '134932.867500', '134933.327500', '134933.787500', '134934.247500', '134934.707500', '134935.167500', '134935.627500', '134936.087500', '134936.547500', '134937.007500', '134937.467500', '134937.927500', '134938.387500', '134938.847500', '134939.307500', '134939.767500', '134940.227500', '134940.687500', '134941.147500', '134941.607500', '134942.067500', '134942.527500', '134942.987500', '134943.447500', '134943.907500', '134944.367500', '134944.827500', '134945.287500', '134945.747500', '134946.207500', '134946.667500', '134947.127500', '134947.587500', '134948.047500', '134948.507500', '134948.967500', '134949.427500', '134949.887500', '134950.347500', '134950.807500', '134951.267500', '134951.727500', '134952.187500', '134952.647500', '134953.107500', '134953.567500', '134954.027500', '134954.487500', '134954.947500', '134955.407500', '134955.867500', '134956.327500', '134956.787500', '134957.247500', '134957.707500', '134958.167500', '134958.627500', '134959.087500', '134959.547500', '135000.007500', '135000.467500', '135000.927500', '135001.387500', '135001.847500', '135002.307500', '135002.767500', '135003.227500', '135003.687500', '135004.147500', '135004.607500', '135005.067500', '135005.527500', '135005.987500', '135006.447500', '135006.907500', '135007.367500', '135007.827500', '135008.287500', '135008.747500', '135009.207500', '135009.667500', '135010.127500', '135010.587500', '135011.047500', '135011.507500', '135011.967500', '135012.427500', '135012.887500', '135013.347500', '135013.807500', '135014.267500', '135014.727500', '135015.187500', '135015.647500', '135016.107500', '135016.567500', '135017.027500', '135017.487500', '135017.947500', '135018.407500', '135018.867500', '135019.327500', '135019.787500', '135020.247500', '135020.707500', '135021.167500', '135021.627500', '135022.087500', '135022.547500', '135023.007500', '135023.467500', '135023.927500', '135024.387500', '135024.847500', '135025.307500', '135025.767500', '135026.227500', '135026.687500', '135027.147500', '135027.607500', '135028.067500', '135028.527500', '135028.987500', '135029.447500', '135029.907500', '135030.367500', '135030.827500', '135031.287500', '135031.747500', '135032.207500', '135032.667500', '135033.127500', '135033.587500', '135034.047500', '135034.507500', '135034.967500', '135035.427500', '135035.887500', '135036.347500', '135036.807500', '135037.267500', '135037.727500', '135038.187500', '135038.647500', '135039.107500', '135039.567500', '135040.027500', '135040.487500', '135040.947500', '135041.407500', '135041.867500', '135042.327500', '135042.787500', '135043.247500', '135043.707500', '135044.167500', '135044.627500', '135045.087500', '135045.547500', '135046.007500', '135046.467500', '135046.927500', '135047.387500', '135047.847500', '135048.307500', '135048.767500', '135049.227500', '135049.687500', '135050.147500', '135050.607500', '135051.067500', '135051.527500', '135051.987500', '135052.447500', '135052.907500', '135053.367500', '135053.827500', '135054.287500', '135054.747500', '135055.207500', '135055.667500', '135056.127500', '135056.587500', '135057.047500', '135057.507500', '135057.967500', '135058.427500', '135058.887500', '135059.347500', '135059.807500', '135100.267500', '135100.727500', '135101.187500', '135101.647500', '135102.107500', '135102.567500', '135103.027500', '135103.487500', '135103.947500', '135104.407500', '135104.867500', '135105.327500', '135105.787500', '135106.247500', '135106.707500', '135107.167500', '135107.627500', '135108.087500', '135108.547500', '135109.007500', '135109.467500', '135109.927500', '135110.387500', '135110.847500', '135111.307500', '135111.767500', '135112.227500', '135112.687500', '135113.147500', '135113.607500', '135114.067500', '135114.527500', '135114.987500', '135115.447500', '135115.907500', '135116.367500', '135116.827500', '135117.287500', '135117.747500', '135118.207500', '135118.667500', '135119.127500', '135119.587500', '135120.047500', '135120.507500', '135120.967500', '135121.427500', '135121.887500', '135122.347500', '135122.807500', '135123.267500', '135123.727500', '135124.187500', '135124.647500', '135125.107500', '135125.567500', '135126.027500', '135126.487500', '135126.947500', '135127.407500', '135127.867500', '135128.327500', '135128.787500', '135129.247500', '135129.707500', '135130.167500', '135130.627500', '135131.087500', '135131.547500', '135132.007500', '135132.467500', '135132.927500', '135133.387500', '135133.847500', '135134.307500', '135134.767500', '135135.227500', '135135.687500', '135136.147500', '135136.607500', '135137.067500', '135137.527500', '135137.987500', '135138.447500', '135138.907500', '135139.367500', '135139.827500', '135140.287500', '135140.747500', '135141.207500', '135141.667500', '135142.127500', '135142.587500', '135143.047500', '135143.507500', '135143.967500', '135144.427500', '135144.887500', '135145.347500', '135145.807500', '135146.267500', '135146.727500', '135147.187500', '135147.647500', '135148.107500', '135148.567500', '135149.027500', '135149.487500', '135149.947500', '135150.407500', '135150.867500', '135151.327500', '135151.787500', '135152.247500', '135152.707500', '135153.167500', '135153.627500', '135154.087500', '135154.547500', '135155.007500', '135155.467500', '135155.927500', '135156.387500', '135156.847500', '135157.307500', '135157.767500', '135158.227500', '135158.687500', '135159.147500', '135159.607500', '135200.067500', '135200.527500', '135200.987500', '135201.447500', '135201.907500', '135202.367500', '135202.827500', '135203.287500', '135203.747500', '135204.207500', '135204.667500', '135205.127500', '135205.587500', '135206.047500', '135206.507500', '135206.967500', '135207.427500', '135207.887500', '135208.347500', '135208.807500', '135209.267500', '135209.727500', '135210.187500', '135210.647500', '135211.107500', '135211.567500', '135212.027500', '135212.487500', '135212.947500', '135213.407500', '135213.867500', '135214.327500', '135214.787500', '135215.247500', '135215.707500', '135216.167500', '135216.627500', '135217.087500', '135217.547500', '135218.007500', '135218.467500', '135218.927500', '135219.387500', '135219.847500', '135220.307500', '135220.767500', '135221.227500', '135221.687500', '135222.147500', '135222.607500', '135223.067500', '135223.527500', '135223.987500', '135224.447500', '135224.907500', '135225.367500', '135225.827500', '135226.287500', '135226.747500', '135227.207500', '135227.667500', '135228.127500', '135228.587500', '135229.047500', '135229.507500', '135229.967500', '135230.427500', '135230.887500', '135231.347500', '135231.807500', '135232.267500', '135232.727500', '135233.187500', '135233.647500', '135234.107500', '135234.567500', '135235.027500', '135235.487500', '135235.947500', '135236.407500', '135236.867500', '135237.327500', '135237.787500', '135238.247500', '135238.707500', '135239.167500', '135239.627500', '135240.087500', '135240.547500', '135241.007500', '135241.467500', '135241.927500', '135242.387500', '135242.847500', '135243.307500', '135243.767500', '135244.227500', '135244.687500', '135245.147500', '135245.607500', '135246.067500', '135246.527500', '135246.987500', '135247.447500', '135247.907500', '135248.367500', '135248.827500', '135249.287500', '135249.747500', '135250.207500', '135250.667500', '135251.127500', '135251.587500', '135252.047500', '135252.507500', '135252.967500', '135253.427500', '135253.887500', '135254.347500', '135254.807500', '135255.267500', '135255.727500', '135256.187500', '135256.647500', '135257.107500', '135257.567500', '135258.027500', '135258.487500', '135258.947500', '135259.407500', '135259.867500', '135300.327500', '135300.787500', '135301.247500', '135301.707500', '135302.167500', '135302.627500', '135303.087500', '135303.547500', '135304.007500', '135304.467500', '135304.927500', '135305.387500', '135305.847500', '135306.307500', '135306.767500', '135307.227500', '135307.687500', '135308.147500', '135308.607500', '135309.067500', '135309.527500', '135309.987500', '135310.447500', '135310.907500', '135311.367500', '135311.827500', '135312.287500', '135312.747500', '135313.207500', '135313.667500', '135314.127500', '135314.587500', '135315.047500', '135315.507500', '135315.967500', '135316.427500', '135316.887500', '135317.347500', '135317.807500', '135318.267500', '135318.727500', '135319.187500', '135319.647500', '135320.107500', '135320.567500', '135321.027500', '135321.487500', '135321.947500', '135322.407500', '135322.867500', '135323.327500', '135323.787500', '135324.247500', '135324.707500', '135325.167500', '135325.627500', '135326.087500', '135326.547500', '135327.007500', '135327.467500', '135327.927500', '135328.387500', '135328.847500', '135329.307500', '135329.767500', '135330.227500', '135330.687500', '135331.147500', '135331.607500', '135332.067500', '135332.527500', '135332.987500', '135333.447500', '135333.907500', '135334.367500', '135334.827500', '135335.287500', '135335.747500', '135336.207500', '135336.667500', '135337.127500', '135337.587500', '135338.047500', '135338.507500', '135338.967500', '135339.427500', '135339.887500', '135340.347500', '135340.807500', '135341.267500', '135341.727500', '135342.187500', '135342.647500', '135343.107500', '135343.567500', '135344.027500', '135344.487500', '135344.947500', '135345.407500', '135345.867500', '135346.327500', '135346.787500', '135347.247500', '135347.707500', '135348.167500', '135348.627500', '135349.087500', '135349.547500', '135350.007500', '135350.467500', '135350.927500', '135351.387500', '135351.847500', '135352.307500', '135352.767500', '135353.227500', '135353.687500'], 'ContentTime': ['134707.500000', '134707.513000', '134707.516000', '134707.519000', '134707.522000', '134707.534000', '134707.536000', '134707.539000', '134707.542000', '134707.545000', '134707.548000', '134707.551000', '134707.554000', '134707.557000', '134707.560000', '134707.563000', '134707.566000', '134707.569000', '134707.572000', '134707.575000', '134707.578000', '134707.581000', '134707.584000', '134707.587000', '134707.590000', '134707.593000', '134707.598000', '134727.458000', '134727.463000', '134727.466000', '134727.469000', '134727.472000', '134727.475000', '134727.478000', '134727.481000', '134727.483000', '134727.486000', '134727.489000', '134727.492000', '134727.495000', '134727.498000', '134727.501000', '134727.504000', '134727.507000', '134727.510000', '134727.513000', '134727.516000', '134727.519000', '134727.522000', '134727.525000', '134727.530000', '134727.533000', '134727.536000', '134727.539000', '134727.542000', '134727.545000', '134727.548000', '134727.551000', '134727.554000', '134727.557000', '134727.560000', '134727.562000', '134727.565000', '134727.568000', '134727.571000', '134727.574000', '134727.577000', '134727.580000', '134727.583000', '134727.586000', '134727.589000', '134747.458000', '134747.461000', '134747.464000', '134747.467000', '134747.470000', '134747.473000', '134747.476000', '134747.479000', '134747.482000', '134747.485000', '134747.488000', '134747.491000', '134747.494000', '134747.497000', '134747.500000', '134747.503000', '134747.506000', '134747.509000', '134747.512000', '134747.515000', '134747.518000', '134747.521000', '134747.524000', '134747.527000', '134747.530000', '134747.532000', '134747.535000', '134747.538000', '134747.541000', '134747.544000', '134747.547000', '134747.550000', '134747.554000', '134747.557000', '134747.560000', '134747.563000', '134747.566000', '134747.569000', '134747.572000', '134747.575000', '134747.578000', '134747.581000', '134747.584000', '134807.458000', '134807.461000', '134807.464000', '134807.467000', '134807.470000', '134807.473000', '134807.476000', '134807.479000', '134807.482000', '134807.485000', '134807.488000', '134807.491000', '134807.494000', '134807.497000', '134807.500000', '134807.503000', '134807.506000', '134807.509000', '134807.512000', '134807.515000', '134807.518000', '134807.521000', '134807.524000', '134807.527000', '134807.530000', '134807.533000', '134807.547000', '134807.550000', '134807.553000', '134807.556000', '134807.559000', '134807.562000', '134807.565000', '134807.568000', '134807.571000', '134807.574000', '134807.577000', '134807.580000', '134807.583000', '134807.586000', '134807.589000', '134807.592000', '134807.595000', '134807.598000', '134827.458000', '134827.461000', '134827.464000', '134827.467000', '134827.470000', '134827.473000', '134827.476000', '134827.479000', '134827.482000', '134827.485000', '134827.488000', '134827.491000', '134827.494000', '134827.497000', '134827.500000', '134827.503000', '134827.506000', '134827.509000', '134827.512000', '134827.515000', '134827.518000', '134827.521000', '134827.524000', '134827.527000', '134827.530000', '134827.533000', '134827.536000', '134827.539000', '134827.542000', '134827.545000', '134827.548000', '134827.551000', '134827.554000', '134827.557000', '134827.559000', '134827.562000', '134827.565000', '134827.568000', '134827.571000', '134827.574000', '134827.577000', '134827.580000', '134827.583000', '134847.459000', '134847.462000', '134847.465000', '134847.468000', '134847.471000', '134847.474000', '134847.477000', '134847.480000', '134847.483000', '134847.486000', '134847.489000', '134847.492000', '134847.495000', '134847.498000', '134847.501000', '134847.504000', '134847.507000', '134847.509000', '134847.512000', '134847.515000', '134847.518000', '134847.521000', '134847.524000', '134847.527000', '134847.530000', '134847.533000', '134847.536000', '134847.539000', '134847.542000', '134847.545000', '134847.548000', '134847.551000', '134847.554000', '134847.557000', '134847.560000', '134847.563000', '134847.566000', '134847.569000', '134847.572000', '134847.575000', '134847.578000', '134847.581000', '134847.583000', '134847.586000', '134907.459000', '134907.462000', '134907.465000', '134907.468000', '134907.471000', '134907.474000', '134907.477000', '134907.480000', '134907.483000', '134907.486000', '134907.489000', '134907.492000', '134907.495000', '134907.498000', '134907.501000', '134907.504000', '134907.507000', '134907.510000', '134907.513000', '134907.516000', '134907.519000', '134907.522000', '134907.525000', '134907.528000', '134907.531000', '134907.534000', '134907.537000', '134907.540000', '134907.543000', '134907.546000', '134907.549000', '134907.552000', '134907.555000', '134907.558000', '134907.561000', '134907.564000', '134907.567000', '134907.570000', '134907.573000', '134907.576000', '134907.579000', '134907.582000', '134907.585000', '134927.458000', '134927.461000', '134927.464000', '134927.467000', '134927.470000', '134927.473000', '134927.476000', '134927.479000', '134927.482000', '134927.485000', '134927.488000', '134927.491000', '134927.494000', '134927.497000', '134927.500000', '134927.503000', '134927.506000', '134927.509000', '134927.512000', '134927.515000', '134927.518000', '134927.521000', '134927.524000', '134927.527000', '134927.530000', '134927.533000', '134927.536000', '134927.539000', '134927.542000', '134927.545000', '134927.548000', '134927.551000', '134927.554000', '134927.557000', '134927.560000', '134927.563000', '134927.566000', '134927.569000', '134927.572000', '134927.575000', '134927.578000', '134927.581000', '134927.584000', '134947.458000', '134947.461000', '134947.464000', '134947.467000', '134947.470000', '134947.473000', '134947.476000', '134947.479000', '134947.482000', '134947.485000', '134947.488000', '134947.491000', '134947.494000', '134947.497000', '134947.500000', '134947.503000', '134947.506000', '134947.509000', '134947.512000', '134947.515000', '134947.518000', '134947.521000', '134947.538000', '134947.541000', '134947.544000', '134947.547000', '134947.550000', '134947.553000', '134947.556000', '134947.559000', '134947.562000', '134947.565000', '134947.567000', '134947.570000', '134947.573000', '134947.576000', '134947.579000', '134947.582000', '134947.585000', '134947.588000', '134947.591000', '134947.594000', '134947.597000', '134947.600000', '135007.458000', '135007.462000', '135007.465000', '135007.468000', '135007.472000', '135007.474000', '135007.477000', '135007.481000', '135007.483000', '135007.486000', '135007.489000', '135007.492000', '135007.495000', '135007.498000', '135007.501000', '135007.504000', '135007.507000', '135007.511000', '135007.514000', '135007.517000', '135007.520000', '135007.523000', '135007.526000', '135007.529000', '135007.532000', '135007.535000', '135007.538000', '135007.541000', '135007.544000', '135007.547000', '135007.550000', '135007.553000', '135007.556000', '135007.559000', '135007.562000', '135007.565000', '135007.568000', '135007.571000', '135007.574000', '135007.577000', '135007.580000', '135007.582000', '135007.586000', '135027.458000', '135027.461000', '135027.464000', '135027.467000', '135027.470000', '135027.473000', '135027.476000', '135027.479000', '135027.482000', '135027.485000', '135027.488000', '135027.491000', '135027.494000', '135027.497000', '135027.500000', '135027.503000', '135027.506000', '135027.509000', '135027.512000', '135027.515000', '135027.518000', '135027.521000', '135027.524000', '135027.527000', '135027.530000', '135027.533000', '135027.536000', '135027.539000', '135027.542000', '135027.545000', '135027.548000', '135027.551000', '135027.554000', '135027.557000', '135027.560000', '135027.563000', '135027.566000', '135027.569000', '135027.572000', '135027.575000', '135027.578000', '135027.581000', '135027.584000', '135027.587000', '135047.458000', '135047.461000', '135047.464000', '135047.467000', '135047.470000', '135047.473000', '135047.477000', '135047.480000', '135047.483000', '135047.486000', '135047.489000', '135047.492000', '135047.495000', '135047.498000', '135047.501000', '135047.504000', '135047.507000', '135047.510000', '135047.513000', '135047.516000', '135047.519000', '135047.522000', '135047.525000', '135047.528000', '135047.531000', '135047.534000', '135047.537000', '135047.540000', '135047.543000', '135047.546000', '135047.549000', '135047.552000', '135047.555000', '135047.558000', '135047.561000', '135047.564000', '135047.567000', '135047.570000', '135047.573000', '135047.576000', '135047.579000', '135047.582000', '135047.585000', '135107.459000', '135107.462000', '135107.465000', '135107.468000', '135107.471000', '135107.474000', '135107.477000', '135107.480000', '135107.483000', '135107.486000', '135107.489000', '135107.492000', '135107.495000', '135107.498000', '135107.501000', '135107.504000', '135107.507000', '135107.510000', '135107.513000', '135107.516000', '135107.519000', '135107.522000', '135107.525000', '135107.528000', '135107.531000', '135107.534000', '135107.537000', '135107.540000', '135107.543000', '135107.546000', '135107.549000', '135107.552000', '135107.555000', '135107.559000', '135107.562000', '135107.564000', '135107.567000', '135107.570000', '135107.573000', '135107.576000', '135107.579000', '135107.582000', '135107.585000', '135107.588000', '135127.459000', '135127.462000', '135127.465000', '135127.483000', '135127.486000', '135127.489000', '135127.492000', '135127.495000', '135127.499000', '135127.505000', '135127.508000', '135127.511000', '135127.514000', '135127.517000', '135127.520000', '135127.523000', '135127.526000', '135127.529000', '135127.532000', '135127.535000', '135127.538000', '135127.541000', '135127.544000', '135127.547000', '135127.549000', '135127.552000', '135127.555000', '135127.558000', '135127.561000', '135127.564000', '135127.567000', '135127.570000', '135127.573000', '135127.576000', '135127.579000', '135127.582000', '135127.585000', '135127.588000', '135127.591000', '135127.594000', '135127.597000', '135127.600000', '135127.603000', '135147.458000', '135147.461000', '135147.464000', '135147.467000', '135147.470000', '135147.473000', '135147.476000', '135147.479000', '135147.482000', '135147.485000', '135147.488000', '135147.491000', '135147.494000', '135147.497000', '135147.500000', '135147.503000', '135147.506000', '135147.510000', '135147.512000', '135147.516000', '135147.518000', '135147.522000', '135147.525000', '135147.528000', '135147.531000', '135147.534000', '135147.537000', '135147.539000', '135147.542000', '135147.545000', '135147.548000', '135147.551000', '135147.554000', '135147.557000', '135147.560000', '135147.563000', '135147.566000', '135147.569000', '135147.572000', '135147.575000', '135147.578000', '135147.581000', '135147.584000', '135147.587000', '135207.458000', '135207.461000', '135207.464000', '135207.467000', '135207.470000', '135207.473000', '135207.476000', '135207.479000', '135207.482000', '135207.485000', '135207.488000', '135207.491000', '135207.495000', '135207.498000', '135207.501000', '135207.504000', '135207.507000', '135207.510000', '135207.513000', '135207.516000', '135207.519000', '135207.522000', '135207.525000', '135207.528000', '135207.531000', '135207.534000', '135207.537000', '135207.540000', '135207.543000', '135207.546000', '135207.549000', '135207.552000', '135207.555000', '135207.558000', '135207.561000', '135207.564000', '135207.567000', '135207.570000', '135207.573000', '135207.576000', '135207.579000', '135207.582000', '135207.585000', '135227.458000', '135227.461000', '135227.464000', '135227.467000', '135227.470000', '135227.473000', '135227.476000', '135227.479000', '135227.482000', '135227.485000', '135227.488000', '135227.491000', '135227.494000', '135227.497000', '135227.500000', '135227.503000', '135227.506000', '135227.509000', '135227.512000', '135227.515000', '135227.518000', '135227.522000', '135227.524000', '135227.527000', '135227.531000', '135227.534000', '135227.536000', '135227.539000', '135227.543000', '135227.546000', '135227.549000', '135227.552000', '135227.555000', '135227.558000', '135227.561000', '135227.564000', '135227.566000', '135227.569000', '135227.572000', '135227.575000', '135227.578000', '135227.581000', '135227.584000', '135227.587000', '135247.458000', '135247.461000', '135247.464000', '135247.469000', '135247.472000', '135247.475000', '135247.478000', '135247.481000', '135247.484000', '135247.487000', '135247.491000', '135247.495000', '135247.497000', '135247.500000', '135247.513000', '135247.516000', '135247.519000', '135247.523000', '135247.526000', '135247.529000', '135247.532000', '135247.535000', '135247.538000', '135247.542000', '135247.545000', '135247.548000', '135247.551000', '135247.553000', '135247.557000', '135247.560000', '135247.563000', '135247.566000', '135247.569000', '135247.572000', '135247.575000', '135247.578000', '135247.581000', '135247.584000', '135247.587000', '135247.590000', '135247.592000', '135247.595000', '135247.598000', '135307.458000', '135307.461000', '135307.464000', '135307.467000', '135307.470000', '135307.473000', '135307.476000', '135307.479000', '135307.482000', '135307.485000', '135307.488000', '135307.491000', '135307.494000', '135307.497000', '135307.500000', '135307.503000', '135307.506000', '135307.509000', '135307.512000', '135307.515000', '135307.518000', '135307.521000', '135307.524000', '135307.527000', '135307.530000', '135307.533000', '135307.536000', '135307.539000', '135307.542000', '135307.545000', '135307.548000', '135307.551000', '135307.554000', '135307.557000', '135307.560000', '135307.563000', '135307.566000', '135307.569000', '135307.572000', '135307.575000', '135307.578000', '135307.581000', '135307.584000', '135307.587000', '135327.459000', '135327.462000', '135327.465000', '135327.468000', '135327.471000', '135327.474000', '135327.477000', '135327.480000', '135327.483000', '135327.486000', '135327.489000', '135327.492000', '135327.495000', '135327.498000', '135327.501000', '135327.504000', '135327.507000', '135327.510000', '135327.513000', '135327.516000', '135327.519000', '135327.522000', '135327.525000', '135327.528000', '135327.531000', '135327.534000', '135327.537000', '135327.540000', '135327.545000', '135327.550000', '135327.553000', '135327.556000', '135327.559000', '135327.562000', '135327.565000', '135327.568000', '135327.571000', '135327.574000', '135327.577000', '135327.580000', '135327.583000', '135327.586000', '135327.589000', '135347.459000', '135347.462000', '135347.465000', '135347.468000', '135347.471000', '135347.474000', '135347.477000', '135347.480000', '135347.483000', '135347.486000', '135347.489000', '135347.492000', '135347.495000', '135347.498000', '135347.501000', '135347.504000', '135347.507000', '135347.510000', '135347.513000', '135347.516000', '135347.519000', '135347.522000', '135347.525000', '135347.528000', '135347.531000', '135347.534000', '135347.537000', '135347.540000', '135347.543000', '135347.546000', '135347.549000', '135347.552000', '135347.555000', '135347.558000', '135347.561000', '135347.564000', '135347.567000', '135347.570000', '135347.573000', '135347.576000', '135347.579000', '135347.582000', '135347.585000', '135347.588000', '135355.218000', '135355.222000', '135355.225000', '135355.228000', '135355.232000', '135355.236000', '135355.240000', '135355.243000', '135355.246000', '135355.249000', '135355.252000', '135355.255000', '135355.258000', '135355.261000', '135355.265000', '135355.268000', '135355.272000'], 'InstanceCreationTime': ['134707.500000', '134707.513000', '134707.516000', '134707.519000', '134707.522000', '134707.534000', '134707.536000', '134707.539000', '134707.542000', '134707.545000', '134707.548000', '134707.551000', '134707.554000', '134707.557000', '134707.560000', '134707.563000', '134707.566000', '134707.569000', '134707.572000', '134707.575000', '134707.578000', '134707.581000', '134707.584000', '134707.587000', '134707.590000', '134707.593000', '134707.598000', '134727.458000', '134727.463000', '134727.466000', '134727.469000', '134727.472000', '134727.475000', '134727.478000', '134727.481000', '134727.483000', '134727.486000', '134727.489000', '134727.492000', '134727.495000', '134727.498000', '134727.501000', '134727.504000', '134727.507000', '134727.510000', '134727.513000', '134727.516000', '134727.519000', '134727.522000', '134727.525000', '134727.530000', '134727.533000', '134727.536000', '134727.539000', '134727.542000', '134727.545000', '134727.548000', '134727.551000', '134727.554000', '134727.557000', '134727.560000', '134727.562000', '134727.565000', '134727.568000', '134727.571000', '134727.574000', '134727.577000', '134727.580000', '134727.583000', '134727.586000', '134727.589000', '134747.458000', '134747.461000', '134747.464000', '134747.467000', '134747.470000', '134747.473000', '134747.476000', '134747.479000', '134747.482000', '134747.485000', '134747.488000', '134747.491000', '134747.494000', '134747.497000', '134747.500000', '134747.503000', '134747.506000', '134747.509000', '134747.512000', '134747.515000', '134747.518000', '134747.521000', '134747.524000', '134747.527000', '134747.530000', '134747.532000', '134747.535000', '134747.538000', '134747.541000', '134747.544000', '134747.547000', '134747.550000', '134747.554000', '134747.557000', '134747.560000', '134747.563000', '134747.566000', '134747.569000', '134747.572000', '134747.575000', '134747.578000', '134747.581000', '134747.584000', '134807.458000', '134807.461000', '134807.464000', '134807.467000', '134807.470000', '134807.473000', '134807.476000', '134807.479000', '134807.482000', '134807.485000', '134807.488000', '134807.491000', '134807.494000', '134807.497000', '134807.500000', '134807.503000', '134807.506000', '134807.509000', '134807.512000', '134807.515000', '134807.518000', '134807.521000', '134807.524000', '134807.527000', '134807.530000', '134807.533000', '134807.547000', '134807.550000', '134807.553000', '134807.556000', '134807.559000', '134807.562000', '134807.565000', '134807.568000', '134807.571000', '134807.574000', '134807.577000', '134807.580000', '134807.583000', '134807.586000', '134807.589000', '134807.592000', '134807.595000', '134807.598000', '134827.458000', '134827.461000', '134827.464000', '134827.467000', '134827.470000', '134827.473000', '134827.476000', '134827.479000', '134827.482000', '134827.485000', '134827.488000', '134827.491000', '134827.494000', '134827.497000', '134827.500000', '134827.503000', '134827.506000', '134827.509000', '134827.512000', '134827.515000', '134827.518000', '134827.521000', '134827.524000', '134827.527000', '134827.530000', '134827.533000', '134827.536000', '134827.539000', '134827.542000', '134827.545000', '134827.548000', '134827.551000', '134827.554000', '134827.557000', '134827.559000', '134827.562000', '134827.565000', '134827.568000', '134827.571000', '134827.574000', '134827.577000', '134827.580000', '134827.583000', '134847.459000', '134847.462000', '134847.465000', '134847.468000', '134847.471000', '134847.474000', '134847.477000', '134847.480000', '134847.483000', '134847.486000', '134847.489000', '134847.492000', '134847.495000', '134847.498000', '134847.501000', '134847.504000', '134847.507000', '134847.509000', '134847.512000', '134847.515000', '134847.518000', '134847.521000', '134847.524000', '134847.527000', '134847.530000', '134847.533000', '134847.536000', '134847.539000', '134847.542000', '134847.545000', '134847.548000', '134847.551000', '134847.554000', '134847.557000', '134847.560000', '134847.563000', '134847.566000', '134847.569000', '134847.572000', '134847.575000', '134847.578000', '134847.581000', '134847.583000', '134847.586000', '134907.459000', '134907.462000', '134907.465000', '134907.468000', '134907.471000', '134907.474000', '134907.477000', '134907.480000', '134907.483000', '134907.486000', '134907.489000', '134907.492000', '134907.495000', '134907.498000', '134907.501000', '134907.504000', '134907.507000', '134907.510000', '134907.513000', '134907.516000', '134907.519000', '134907.522000', '134907.525000', '134907.528000', '134907.531000', '134907.534000', '134907.537000', '134907.540000', '134907.543000', '134907.546000', '134907.549000', '134907.552000', '134907.555000', '134907.558000', '134907.561000', '134907.564000', '134907.567000', '134907.570000', '134907.573000', '134907.576000', '134907.579000', '134907.582000', '134907.585000', '134927.458000', '134927.461000', '134927.464000', '134927.467000', '134927.470000', '134927.473000', '134927.476000', '134927.479000', '134927.482000', '134927.485000', '134927.488000', '134927.491000', '134927.494000', '134927.497000', '134927.500000', '134927.503000', '134927.506000', '134927.509000', '134927.512000', '134927.515000', '134927.518000', '134927.521000', '134927.524000', '134927.527000', '134927.530000', '134927.533000', '134927.536000', '134927.539000', '134927.542000', '134927.545000', '134927.548000', '134927.551000', '134927.554000', '134927.557000', '134927.560000', '134927.563000', '134927.566000', '134927.569000', '134927.572000', '134927.575000', '134927.578000', '134927.581000', '134927.584000', '134947.458000', '134947.461000', '134947.464000', '134947.467000', '134947.470000', '134947.473000', '134947.476000', '134947.479000', '134947.482000', '134947.485000', '134947.488000', '134947.491000', '134947.494000', '134947.497000', '134947.500000', '134947.503000', '134947.506000', '134947.509000', '134947.512000', '134947.515000', '134947.518000', '134947.521000', '134947.538000', '134947.541000', '134947.544000', '134947.547000', '134947.550000', '134947.553000', '134947.556000', '134947.559000', '134947.562000', '134947.565000', '134947.567000', '134947.570000', '134947.573000', '134947.576000', '134947.579000', '134947.582000', '134947.585000', '134947.588000', '134947.591000', '134947.594000', '134947.597000', '134947.600000', '135007.458000', '135007.462000', '135007.465000', '135007.468000', '135007.472000', '135007.474000', '135007.477000', '135007.481000', '135007.483000', '135007.486000', '135007.489000', '135007.492000', '135007.495000', '135007.498000', '135007.501000', '135007.504000', '135007.507000', '135007.511000', '135007.514000', '135007.517000', '135007.520000', '135007.523000', '135007.526000', '135007.529000', '135007.532000', '135007.535000', '135007.538000', '135007.541000', '135007.544000', '135007.547000', '135007.550000', '135007.553000', '135007.556000', '135007.559000', '135007.562000', '135007.565000', '135007.568000', '135007.571000', '135007.574000', '135007.577000', '135007.580000', '135007.582000', '135007.586000', '135027.458000', '135027.461000', '135027.464000', '135027.467000', '135027.470000', '135027.473000', '135027.476000', '135027.479000', '135027.482000', '135027.485000', '135027.488000', '135027.491000', '135027.494000', '135027.497000', '135027.500000', '135027.503000', '135027.506000', '135027.509000', '135027.512000', '135027.515000', '135027.518000', '135027.521000', '135027.524000', '135027.527000', '135027.530000', '135027.533000', '135027.536000', '135027.539000', '135027.542000', '135027.545000', '135027.548000', '135027.551000', '135027.554000', '135027.557000', '135027.560000', '135027.563000', '135027.566000', '135027.569000', '135027.572000', '135027.575000', '135027.578000', '135027.581000', '135027.584000', '135027.587000', '135047.458000', '135047.461000', '135047.464000', '135047.467000', '135047.470000', '135047.473000', '135047.477000', '135047.480000', '135047.483000', '135047.486000', '135047.489000', '135047.492000', '135047.495000', '135047.498000', '135047.501000', '135047.504000', '135047.507000', '135047.510000', '135047.513000', '135047.516000', '135047.519000', '135047.522000', '135047.525000', '135047.528000', '135047.531000', '135047.534000', '135047.537000', '135047.540000', '135047.543000', '135047.546000', '135047.549000', '135047.552000', '135047.555000', '135047.558000', '135047.561000', '135047.564000', '135047.567000', '135047.570000', '135047.573000', '135047.576000', '135047.579000', '135047.582000', '135047.585000', '135107.459000', '135107.462000', '135107.465000', '135107.468000', '135107.471000', '135107.474000', '135107.477000', '135107.480000', '135107.483000', '135107.486000', '135107.489000', '135107.492000', '135107.495000', '135107.498000', '135107.501000', '135107.504000', '135107.507000', '135107.510000', '135107.513000', '135107.516000', '135107.519000', '135107.522000', '135107.525000', '135107.528000', '135107.531000', '135107.534000', '135107.537000', '135107.540000', '135107.543000', '135107.546000', '135107.549000', '135107.552000', '135107.555000', '135107.559000', '135107.562000', '135107.564000', '135107.567000', '135107.570000', '135107.573000', '135107.576000', '135107.579000', '135107.582000', '135107.585000', '135107.588000', '135127.459000', '135127.462000', '135127.465000', '135127.483000', '135127.486000', '135127.489000', '135127.492000', '135127.495000', '135127.499000', '135127.505000', '135127.508000', '135127.511000', '135127.514000', '135127.517000', '135127.520000', '135127.523000', '135127.526000', '135127.529000', '135127.532000', '135127.535000', '135127.538000', '135127.541000', '135127.544000', '135127.547000', '135127.549000', '135127.552000', '135127.555000', '135127.558000', '135127.561000', '135127.564000', '135127.567000', '135127.570000', '135127.573000', '135127.576000', '135127.579000', '135127.582000', '135127.585000', '135127.588000', '135127.591000', '135127.594000', '135127.597000', '135127.600000', '135127.603000', '135147.458000', '135147.461000', '135147.464000', '135147.467000', '135147.470000', '135147.473000', '135147.476000', '135147.479000', '135147.482000', '135147.485000', '135147.488000', '135147.491000', '135147.494000', '135147.497000', '135147.500000', '135147.503000', '135147.506000', '135147.510000', '135147.512000', '135147.516000', '135147.518000', '135147.522000', '135147.525000', '135147.528000', '135147.531000', '135147.534000', '135147.537000', '135147.539000', '135147.542000', '135147.545000', '135147.548000', '135147.551000', '135147.554000', '135147.557000', '135147.560000', '135147.563000', '135147.566000', '135147.569000', '135147.572000', '135147.575000', '135147.578000', '135147.581000', '135147.584000', '135147.587000', '135207.458000', '135207.461000', '135207.464000', '135207.467000', '135207.470000', '135207.473000', '135207.476000', '135207.479000', '135207.482000', '135207.485000', '135207.488000', '135207.491000', '135207.495000', '135207.498000', '135207.501000', '135207.504000', '135207.507000', '135207.510000', '135207.513000', '135207.516000', '135207.519000', '135207.522000', '135207.525000', '135207.528000', '135207.531000', '135207.534000', '135207.537000', '135207.540000', '135207.543000', '135207.546000', '135207.549000', '135207.552000', '135207.555000', '135207.558000', '135207.561000', '135207.564000', '135207.567000', '135207.570000', '135207.573000', '135207.576000', '135207.579000', '135207.582000', '135207.585000', '135227.458000', '135227.461000', '135227.464000', '135227.467000', '135227.470000', '135227.473000', '135227.476000', '135227.479000', '135227.482000', '135227.485000', '135227.488000', '135227.491000', '135227.494000', '135227.497000', '135227.500000', '135227.503000', '135227.506000', '135227.509000', '135227.512000', '135227.515000', '135227.518000', '135227.522000', '135227.524000', '135227.527000', '135227.531000', '135227.534000', '135227.536000', '135227.539000', '135227.543000', '135227.546000', '135227.549000', '135227.552000', '135227.555000', '135227.558000', '135227.561000', '135227.564000', '135227.566000', '135227.569000', '135227.572000', '135227.575000', '135227.578000', '135227.581000', '135227.584000', '135227.587000', '135247.458000', '135247.461000', '135247.464000', '135247.469000', '135247.472000', '135247.475000', '135247.478000', '135247.481000', '135247.484000', '135247.487000', '135247.491000', '135247.495000', '135247.497000', '135247.500000', '135247.513000', '135247.516000', '135247.519000', '135247.523000', '135247.526000', '135247.529000', '135247.532000', '135247.535000', '135247.538000', '135247.542000', '135247.545000', '135247.548000', '135247.551000', '135247.553000', '135247.557000', '135247.560000', '135247.563000', '135247.566000', '135247.569000', '135247.572000', '135247.575000', '135247.578000', '135247.581000', '135247.584000', '135247.587000', '135247.590000', '135247.592000', '135247.595000', '135247.598000', '135307.458000', '135307.461000', '135307.464000', '135307.467000', '135307.470000', '135307.473000', '135307.476000', '135307.479000', '135307.482000', '135307.485000', '135307.488000', '135307.491000', '135307.494000', '135307.497000', '135307.500000', '135307.503000', '135307.506000', '135307.509000', '135307.512000', '135307.515000', '135307.518000', '135307.521000', '135307.524000', '135307.527000', '135307.530000', '135307.533000', '135307.536000', '135307.539000', '135307.542000', '135307.545000', '135307.548000', '135307.551000', '135307.554000', '135307.557000', '135307.560000', '135307.563000', '135307.566000', '135307.569000', '135307.572000', '135307.575000', '135307.578000', '135307.581000', '135307.584000', '135307.587000', '135327.459000', '135327.462000', '135327.465000', '135327.468000', '135327.471000', '135327.474000', '135327.477000', '135327.480000', '135327.483000', '135327.486000', '135327.489000', '135327.492000', '135327.495000', '135327.498000', '135327.501000', '135327.504000', '135327.507000', '135327.510000', '135327.513000', '135327.516000', '135327.519000', '135327.522000', '135327.525000', '135327.528000', '135327.531000', '135327.534000', '135327.537000', '135327.540000', '135327.545000', '135327.550000', '135327.553000', '135327.556000', '135327.559000', '135327.562000', '135327.565000', '135327.568000', '135327.571000', '135327.574000', '135327.577000', '135327.580000', '135327.583000', '135327.586000', '135327.589000', '135347.459000', '135347.462000', '135347.465000', '135347.468000', '135347.471000', '135347.474000', '135347.477000', '135347.480000', '135347.483000', '135347.486000', '135347.489000', '135347.492000', '135347.495000', '135347.498000', '135347.501000', '135347.504000', '135347.507000', '135347.510000', '135347.513000', '135347.516000', '135347.519000', '135347.522000', '135347.525000', '135347.528000', '135347.531000', '135347.534000', '135347.537000', '135347.540000', '135347.543000', '135347.546000', '135347.549000', '135347.552000', '135347.555000', '135347.558000', '135347.561000', '135347.564000', '135347.567000', '135347.570000', '135347.573000', '135347.576000', '135347.579000', '135347.582000', '135347.585000', '135347.588000', '135355.218000', '135355.222000', '135355.225000', '135355.228000', '135355.232000', '135355.236000', '135355.240000', '135355.243000', '135355.246000', '135355.249000', '135355.252000', '135355.255000', '135355.258000', '135355.261000', '135355.265000', '135355.268000', '135355.272000'], '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': [14517, 11847, 11132, 13436, 11478, 14044, 13785, 9823, 13327, 11211, 10728, 12195, 10041, 14242, 11229, 9348, 12313, 10123, 9731, 11502, 9874, 8429, 11978, 9892, 13099, 11480, 9020, 12414, 10823, 12833, 11431, 9158, 12668, 10818, 10799, 12144, 10477, 13652, 11323, 9327, 12757, 10973, 9993, 12397, 10126, 10866, 11584, 9060, 12847, 10531, 8688, 12124, 10100, 12275, 11673, 9432, 13807, 10863, 9248, 12496, 10517, 9940, 12112, 10260, 10654, 11072, 9108, 13761, 11031, 9184, 12275, 10373, 8967, 11675, 9746, 13653, 11332, 9188, 12963, 10619, 9526, 12017, 10365, 10166, 11842, 9437, 10236, 11565, 9355, 13380, 11048, 9774, 11876, 10152, 9070, 11499, 9741, 13513, 11459, 8990, 13415, 11308, 9387, 12567, 10579, 11118, 11830, 9205, 13375, 11628, 9223, 13026, 10992, 9672, 12371, 10382, 9930, 12241, 10628, 10003, 11903, 10051, 10440, 11984, 10130, 12617, 11694, 9553, 13143, 10857, 8731, 12819, 10883, 9679, 12195, 10267, 8877, 12171, 10516, 11407, 12233, 9848, 9447, 11800, 9909, 12410, 11831, 9270, 13390, 11397, 9009, 13187, 11672, 9298, 13627, 11083, 9712, 12175, 10323, 10320, 12230, 10563, 11575, 11450, 9335, 11919, 11627, 9541, 13619, 11017, 8689, 13343, 10435, 9259, 12050, 10712, 12248, 11708, 9469, 11965, 11549, 9414, 13989, 11683, 9635, 12151, 10573, 9321, 12263, 10488, 12780, 11339, 8866, 12816, 10964, 8847, 12673, 11015, 9911, 11962, 10184, 10782, 12705, 10552, 11073, 11140, 9638, 11900, 11195, 9237, 13948, 11021, 8810, 11905, 10404, 9848, 12121, 10196, 12872, 11518, 8909, 13663, 11071, 9823, 12231, 10240, 9617, 11120, 9656, 14066, 11261, 8591, 12153, 10205, 10268, 11873, 9992, 11436, 11348, 8623, 13403, 10941, 9053, 11958, 9972, 8830, 11295, 9813, 10247, 11592, 9348, 10960, 11089, 9136, 12956, 11238, 8972, 13625, 10759, 8502, 13210, 10616, 9671, 12149, 9993, 10174, 11631, 9715, 14038, 11522, 9929, 12193, 10291, 9939, 11476, 9019, 14347, 10896, 9034, 12282, 9919, 9360, 11597, 9979, 11976, 10881, 9270, 14065, 11782, 9283, 13820, 10382, 9252, 12173, 10507, 11977, 11672, 9910, 9402, 11648, 9633, 14385, 11172, 9797, 12203, 10332, 8755, 11754, 10156, 12380, 11719, 8680, 12440, 11080, 8637, 12871, 10955, 9705, 11470, 9851, 9022, 11269, 10057, 11901, 11548, 9305, 10953, 11294, 9823, 13538, 11273, 8994, 11839, 11010, 8997, 13350, 11285, 8997, 12836, 10816, 8475, 12826, 10734, 9830, 12147, 10127, 9076, 11544, 9737, 12081, 11624, 9084, 12429, 10807, 8550, 12712, 10884, 9252, 11702, 9706, 9118, 10986, 9615, 13140, 11048, 8301, 13493, 10661, 8910, 11675, 10518, 9332, 11582, 9898, 9959, 11793, 10135, 12033, 11195, 9415, 12314, 11026, 9445, 12590, 10908, 9168, 11849, 10095, 10289, 11855, 10618, 11667, 10674, 9410, 13466, 10305, 8729, 12056, 10436, 9567, 11565, 9098, 12443, 11128, 8937, 14466, 10201, 9020, 11564, 10094, 11008, 11679, 9441, 10983, 10799, 8387, 12447, 10485, 10351, 11342, 8975, 11602, 11404, 8806, 14013, 10433, 8816, 11334, 9392, 12881, 10716, 9006, 12038, 9707, 9811, 10881, 8309, 12578, 10495, 10080, 11572, 8149, 12307, 10489, 11162, 11587, 8872, 12841, 10917, 8812, 12744, 11139, 9392, 12043, 9889, 10521, 11126, 8313, 12622, 10782, 11042, 11189, 9590, 11773, 10938, 8540, 12763, 10052, 9216, 11117, 9495, 12268, 11442, 8639, 13331, 10412, 9089, 12012, 10451, 11771, 11190, 8949, 11645, 10880, 8666, 12208, 10362, 10486, 11496, 9296, 9138, 10621, 9046, 12651, 11113, 8169, 13572, 10137, 9362, 11780, 10308, 11841, 11446, 9297, 11448, 10957, 8948, 12640, 10664, 9093, 10948, 9128, 12195, 11312, 8710, 14156, 10291, 7996, 12434, 10267, 11544, 11547, 9894, 12034, 10364, 8140, 12289, 10198, 10869, 11225, 9169, 11151, 10494, 8334, 14061, 10724, 8999, 12668, 9930, 9246, 11452, 10206, 13076, 10777, 8778, 14201, 10306, 9528, 12569, 10019, 9668, 10538, 9483, 12910, 10958, 8889, 13120, 10331, 7997, 12384, 10109, 9321, 11945, 9800, 9586, 11286, 9619, 10901, 11391, 9460, 11021, 10474, 8396, 11833, 9459, 11538, 10496, 8026, 12899, 9521, 12650, 13636, 9680, 12694, 9417, 12697, 11231, 8761, 12344, 9267, 13575, 9908, 9612, 10875, 9010, 13378, 9461, 8819, 10480, 8596, 13748, 9640, 8314, 10911, 8584, 13481, 10885, 8770, 11180, 9338, 10598, 10754, 8380, 11773, 9795, 7655, 11702, 9564, 9784, 11140, 8541, 9470, 10058, 7886, 12636, 10157, 9262, 11284, 8829, 10996, 10470, 8305, 14514, 10389, 8487, 11847, 9363, 12472, 10820, 8118, 14343, 9909, 9091, 12062, 9383, 10178, 11157, 8989, 14176, 11067, 8294, 13632, 9911, 9322, 11184, 9462, 13067, 10470, 7778, 13126, 9640, 9052, 11785, 9636, 10724, 10562, 8297, 14081, 11038, 9333, 11600, 9409, 12081, 10612, 8297, 14879, 9671, 8912, 11240, 9159, 12845, 10464, 7870, 12003, 9332, 9750, 10589, 8944, 12263, 9663, 7610, 11937, 9268, 9039, 10783, 8937, 11957, 10003, 7453, 11917, 9309, 9464, 11263, 8951, 10602, 10374, 7706, 14464, 10100, 7740, 12400, 9385, 8763, 11659, 9408, 12927, 10336, 7932, 13752, 10660, 9159, 11883, 9504, 8798, 11242, 8414, 10695, 10490, 8519, 15031, 11719, 9087, 12128, 9637, 13458, 10844, 8834, 12512, 10082, 9254, 11810, 9133, 10961, 10408, 7921, 12987, 10496, 9512, 11479, 8809, 10859, 10643, 8722, 13701, 10231, 7502, 13120, 9943, 8959, 12026, 9003, 10222, 10362, 7737, 14388, 10940, 8649, 11628, 8774, 8834, 10592, 8838, 13469, 10092, 7561, 12864, 9821, 10305, 11411, 9312, 11829, 10256, 7621, 12105, 10013, 9925, 11177, 8937, 10161, 10765, 8247, 14908, 10744, 7792, 11554, 9395, 8430, 11771, 9085, 8793, 11015, 9027, 10253, 11943, 8891, 9661, 11448, 9506, 12174, 11104, 8808, 11330, 10643, 8294, 14743, 10874, 7668, 12701, 9328, 8400, 11668, 9319, 9004, 11183, 8971, 11522, 11190, 8832, 12065, 10160, 7929, 13183, 9988, 8309, 11901, 9795, 8104, 11914, 10133, 7727, 14971, 9619, 8561, 11335, 8686, 11881, 10408, 8358, 12468, 10212, 8430, 12179, 9489, 11215, 11295, 8573, 11835, 10704, 7959, 14943, 11082, 8090, 11623, 8758, 8664, 11232, 9580, 11031, 11326, 8245, 9549, 10371, 8630, 12485, 10344, 8342, 10734, 9950, 8484, 14489, 10694, 8541, 13337, 11200, 8102, 14865, 11161, 8225, 11761, 9229, 8897, 13074, 9547, 12034, 11283, 8759, 14238, 10343, 8298, 11920, 8827, 11172, 9272, 7282, 12375, 9480, 9251, 12205, 8637, 9926, 11023, 8448, 14258, 9862], 'WindowCenter': [4349.0, 4314.0, 4289.0, 4309.0, 4289.0, 4296.0, 4284.0, 4254.0, 4281.0, 4260.0, 4261.0, 4271.0, 4251.0, 4289.0, 4260.0, 4243.0, 4272.0, 4263.0, 4252.0, 4259.0, 4251.0, 4230.0, 4271.0, 4262.0, 4281.0, 4270.0, 4240.0, 4270.0, 4262.0, 4282.0, 4260.0, 4240.0, 4269.0, 4259.0, 4249.0, 4268.0, 4246.0, 4268.0, 4246.0, 4226.0, 4255.0, 4246.0, 4235.0, 4255.0, 4236.0, 4245.0, 4258.0, 4227.0, 4266.0, 4248.0, 4215.0, 4256.0, 4248.0, 4256.0, 4258.0, 4238.0, 4278.0, 4249.0, 4226.0, 4256.0, 4247.0, 4239.0, 4258.0, 4248.0, 4247.0, 4257.0, 4228.0, 4279.0, 4259.0, 4239.0, 4270.0, 4249.0, 4238.0, 4258.0, 4250.0, 4280.0, 4260.0, 4239.0, 4279.0, 4259.0, 4250.0, 4269.0, 4261.0, 4262.0, 4272.0, 4240.0, 4248.0, 4270.0, 4251.0, 4292.0, 4272.0, 4262.0, 4283.0, 4261.0, 4240.0, 4271.0, 4252.0, 4282.0, 4271.0, 4251.0, 4280.0, 4260.0, 4240.0, 4270.0, 4260.0, 4259.0, 4269.0, 4239.0, 4279.0, 4270.0, 4252.0, 4281.0, 4271.0, 4252.0, 4280.0, 4261.0, 4251.0, 4271.0, 4262.0, 4261.0, 4270.0, 4250.0, 4262.0, 4271.0, 4261.0, 4281.0, 4271.0, 4251.0, 4281.0, 4272.0, 4242.0, 4282.0, 4272.0, 4263.0, 4281.0, 4261.0, 4240.0, 4271.0, 4261.0, 4272.0, 4282.0, 4263.0, 4251.0, 4272.0, 4251.0, 4281.0, 4272.0, 4251.0, 4281.0, 4271.0, 4242.0, 4281.0, 4273.0, 4251.0, 4291.0, 4270.0, 4250.0, 4269.0, 4249.0, 4249.0, 4270.0, 4260.0, 4270.0, 4269.0, 4241.0, 4268.0, 4270.0, 4250.0, 4280.0, 4260.0, 4240.0, 4279.0, 4260.0, 4239.0, 4270.0, 4263.0, 4272.0, 4269.0, 4249.0, 4268.0, 4258.0, 4240.0, 4280.0, 4269.0, 4238.0, 4267.0, 4248.0, 4237.0, 4268.0, 4248.0, 4268.0, 4258.0, 4240.0, 4270.0, 4258.0, 4241.0, 4280.0, 4261.0, 4248.0, 4268.0, 4261.0, 4273.0, 4281.0, 4262.0, 4271.0, 4259.0, 4250.0, 4269.0, 4259.0, 4240.0, 4280.0, 4259.0, 4240.0, 4268.0, 4249.0, 4248.0, 4269.0, 4249.0, 4268.0, 4257.0, 4238.0, 4279.0, 4258.0, 4248.0, 4268.0, 4250.0, 4237.0, 4258.0, 4238.0, 4280.0, 4260.0, 4229.0, 4267.0, 4249.0, 4249.0, 4268.0, 4248.0, 4259.0, 4257.0, 4229.0, 4278.0, 4260.0, 4238.0, 4272.0, 4250.0, 4241.0, 4258.0, 4250.0, 4260.0, 4270.0, 4251.0, 4272.0, 4270.0, 4250.0, 4282.0, 4273.0, 4241.0, 4293.0, 4272.0, 4241.0, 4281.0, 4274.0, 4252.0, 4283.0, 4262.0, 4262.0, 4270.0, 4252.0, 4291.0, 4272.0, 4251.0, 4280.0, 4260.0, 4250.0, 4270.0, 4242.0, 4281.0, 4260.0, 4240.0, 4269.0, 4250.0, 4251.0, 4271.0, 4250.0, 4270.0, 4259.0, 4254.0, 4294.0, 4282.0, 4253.0, 4292.0, 4262.0, 4250.0, 4272.0, 4260.0, 4269.0, 4272.0, 4250.0, 4238.0, 4260.0, 4251.0, 4290.0, 4261.0, 4252.0, 4271.0, 4261.0, 4230.0, 4270.0, 4251.0, 4271.0, 4270.0, 4230.0, 4269.0, 4259.0, 4229.0, 4268.0, 4259.0, 4239.0, 4269.0, 4251.0, 4226.0, 4258.0, 4249.0, 4259.0, 4259.0, 4251.0, 4261.0, 4271.0, 4250.0, 4279.0, 4259.0, 4228.0, 4258.0, 4248.0, 4241.0, 4280.0, 4260.0, 4239.0, 4268.0, 4258.0, 4229.0, 4269.0, 4257.0, 4250.0, 4269.0, 4248.0, 4228.0, 4257.0, 4238.0, 4267.0, 4258.0, 4240.0, 4269.0, 4258.0, 4230.0, 4266.0, 4248.0, 4238.0, 4258.0, 4238.0, 4227.0, 4248.0, 4238.0, 4268.0, 4259.0, 4229.0, 4279.0, 4259.0, 4239.0, 4259.0, 4250.0, 4240.0, 4258.0, 4249.0, 4248.0, 4268.0, 4249.0, 4269.0, 4259.0, 4238.0, 4270.0, 4260.0, 4239.0, 4269.0, 4260.0, 4239.0, 4269.0, 4247.0, 4249.0, 4258.0, 4248.0, 4259.0, 4248.0, 4238.0, 4267.0, 4248.0, 4228.0, 4256.0, 4248.0, 4240.0, 4257.0, 4227.0, 4266.0, 4247.0, 4226.0, 4278.0, 4247.0, 4228.0, 4257.0, 4235.0, 4246.0, 4257.0, 4237.0, 4248.0, 4247.0, 4228.0, 4268.0, 4249.0, 4249.0, 4258.0, 4238.0, 4258.0, 4259.0, 4240.0, 4291.0, 4259.0, 4240.0, 4258.0, 4239.0, 4270.0, 4259.0, 4240.0, 4271.0, 4250.0, 4249.0, 4248.0, 4229.0, 4270.0, 4248.0, 4247.0, 4257.0, 4218.0, 4257.0, 4248.0, 4259.0, 4258.0, 4240.0, 4266.0, 4257.0, 4228.0, 4269.0, 4261.0, 4239.0, 4280.0, 4251.0, 4261.0, 4259.0, 4231.0, 4270.0, 4261.0, 4259.0, 4259.0, 4239.0, 4268.0, 4258.0, 4229.0, 4281.0, 4250.0, 4239.0, 4259.0, 4250.0, 4270.0, 4260.0, 4241.0, 4280.0, 4261.0, 4240.0, 4269.0, 4260.0, 4270.0, 4260.0, 4241.0, 4270.0, 4259.0, 4231.0, 4271.0, 4251.0, 4250.0, 4270.0, 4240.0, 4240.0, 4260.0, 4241.0, 4280.0, 4271.0, 4232.0, 4281.0, 4252.0, 4250.0, 4270.0, 4262.0, 4272.0, 4271.0, 4253.0, 4270.0, 4261.0, 4240.0, 4280.0, 4260.0, 4239.0, 4260.0, 4252.0, 4272.0, 4270.0, 4240.0, 4291.0, 4260.0, 4231.0, 4281.0, 4260.0, 4272.0, 4271.0, 4250.0, 4270.0, 4251.0, 4230.0, 4270.0, 4250.0, 4259.0, 4261.0, 4240.0, 4258.0, 4250.0, 4231.0, 4290.0, 4273.0, 4243.0, 4281.0, 4250.0, 4241.0, 4271.0, 4251.0, 4280.0, 4260.0, 4241.0, 4280.0, 4250.0, 4240.0, 4268.0, 4250.0, 4249.0, 4248.0, 4238.0, 4268.0, 4259.0, 4239.0, 4269.0, 4250.0, 4219.0, 4270.0, 4260.0, 4252.0, 4271.0, 4251.0, 4254.0, 4274.0, 4264.0, 4262.0, 4272.0, 4250.0, 4248.0, 4248.0, 4217.0, 4258.0, 4238.0, 4259.0, 4249.0, 4229.0, 4280.0, 4238.0, 4268.0, 4279.0, 4226.0, 4256.0, 4225.0, 4254.0, 4244.0, 4214.0, 4255.0, 4224.0, 4254.0, 4223.0, 4222.0, 4233.0, 4211.0, 4253.0, 4225.0, 4213.0, 4234.0, 4215.0, 4264.0, 4235.0, 4216.0, 4245.0, 4215.0, 4266.0, 4258.0, 4227.0, 4245.0, 4236.0, 4247.0, 4249.0, 4228.0, 4270.0, 4249.0, 4219.0, 4258.0, 4238.0, 4250.0, 4260.0, 4242.0, 4249.0, 4248.0, 4231.0, 4269.0, 4263.0, 4240.0, 4259.0, 4239.0, 4261.0, 4259.0, 4230.0, 4292.0, 4251.0, 4229.0, 4258.0, 4238.0, 4269.0, 4260.0, 4219.0, 4279.0, 4249.0, 4229.0, 4269.0, 4239.0, 4248.0, 4258.0, 4240.0, 4279.0, 4258.0, 4217.0, 4279.0, 4237.0, 4227.0, 4247.0, 4238.0, 4268.0, 4247.0, 4219.0, 4269.0, 4238.0, 4229.0, 4258.0, 4238.0, 4248.0, 4248.0, 4229.0, 4278.0, 4259.0, 4240.0, 4259.0, 4239.0, 4258.0, 4248.0, 4230.0, 4278.0, 4239.0, 4228.0, 4258.0, 4238.0, 4268.0, 4248.0, 4218.0, 4257.0, 4237.0, 4240.0, 4258.0, 4239.0, 4270.0, 4248.0, 4221.0, 4271.0, 4240.0, 4239.0, 4259.0, 4241.0, 4270.0, 4249.0, 4220.0, 4269.0, 4250.0, 4251.0, 4261.0, 4242.0, 4261.0, 4260.0, 4234.0, 4293.0, 4261.0, 4232.0, 4283.0, 4252.0, 4240.0, 4271.0, 4252.0, 4282.0, 4261.0, 4233.0, 4293.0, 4262.0, 4253.0, 4270.0, 4251.0, 4243.0, 4272.0, 4232.0, 4263.0, 4263.0, 4244.0, 4304.0, 4284.0, 4253.0, 4272.0, 4253.0, 4282.0, 4262.0, 4242.0, 4271.0, 4251.0, 4240.0, 4271.0, 4241.0, 4260.0, 4260.0, 4230.0, 4281.0, 4260.0, 4250.0, 4271.0, 4239.0, 4260.0, 4250.0, 4231.0, 4280.0, 4248.0, 4210.0, 4282.0, 4252.0, 4240.0, 4271.0, 4239.0, 4249.0, 4249.0, 4220.0, 4280.0, 4260.0, 4228.0, 4259.0, 4229.0, 4238.0, 4260.0, 4241.0, 4281.0, 4250.0, 4221.0, 4280.0, 4251.0, 4251.0, 4272.0, 4241.0, 4270.0, 4249.0, 4218.0, 4270.0, 4250.0, 4250.0, 4260.0, 4241.0, 4261.0, 4263.0, 4231.0, 4291.0, 4260.0, 4219.0, 4271.0, 4240.0, 4230.0, 4272.0, 4240.0, 4230.0, 4260.0, 4241.0, 4261.0, 4271.0, 4242.0, 4249.0, 4271.0, 4251.0, 4269.0, 4261.0, 4241.0, 4260.0, 4260.0, 4230.0, 4279.0, 4259.0, 4220.0, 4270.0, 4242.0, 4230.0, 4259.0, 4238.0, 4237.0, 4259.0, 4229.0, 4260.0, 4259.0, 4240.0, 4270.0, 4249.0, 4218.0, 4280.0, 4250.0, 4229.0, 4272.0, 4249.0, 4232.0, 4271.0, 4262.0, 4222.0, 4292.0, 4252.0, 4240.0, 4261.0, 4231.0, 4271.0, 4262.0, 4231.0, 4281.0, 4250.0, 4230.0, 4271.0, 4250.0, 4260.0, 4260.0, 4232.0, 4269.0, 4249.0, 4221.0, 4290.0, 4260.0, 4219.0, 4259.0, 4230.0, 4230.0, 4260.0, 4240.0, 4260.0, 4260.0, 4231.0, 4240.0, 4250.0, 4243.0, 4283.0, 4262.0, 4231.0, 4261.0, 4251.0, 4242.0, 4281.0, 4262.0, 4230.0, 4282.0, 4259.0, 4220.0, 4279.0, 4259.0, 4218.0, 4256.0, 4228.0, 4228.0, 4268.0, 4238.0, 4271.0, 4246.0, 4216.0, 4266.0, 4236.0, 4217.0, 4254.0, 4227.0, 4246.0, 4225.0, 4196.0, 4257.0, 4237.0, 4226.0, 4256.0, 4228.0, 4238.0, 4247.0, 4218.0, 4278.0, 4236.0], 'WindowWidth': [9591.0, 9529.0, 9483.0, 9514.0, 9482.0, 9486.0, 9467.0, 9426.0, 9459.0, 9426.0, 9430.0, 9443.0, 9418.0, 9469.0, 9427.0, 9411.0, 9449.0, 9438.0, 9420.0, 9427.0, 9418.0, 9391.0, 9445.0, 9438.0, 9461.0, 9444.0, 9402.0, 9442.0, 9434.0, 9464.0, 9430.0, 9400.0, 9439.0, 9424.0, 9412.0, 9437.0, 9406.0, 9437.0, 9405.0, 9375.0, 9414.0, 9403.0, 9385.0, 9415.0, 9390.0, 9401.0, 9424.0, 9381.0, 9429.0, 9407.0, 9362.0, 9416.0, 9408.0, 9419.0, 9422.0, 9396.0, 9450.0, 9411.0, 9378.0, 9417.0, 9407.0, 9398.0, 9422.0, 9409.0, 9408.0, 9420.0, 9382.0, 9455.0, 9428.0, 9402.0, 9442.0, 9414.0, 9399.0, 9426.0, 9415.0, 9457.0, 9429.0, 9401.0, 9455.0, 9428.0, 9416.0, 9441.0, 9433.0, 9436.0, 9448.0, 9403.0, 9414.0, 9443.0, 9419.0, 9478.0, 9449.0, 9435.0, 9464.0, 9433.0, 9406.0, 9447.0, 9424.0, 9463.0, 9447.0, 9420.0, 9459.0, 9430.0, 9402.0, 9443.0, 9429.0, 9427.0, 9439.0, 9400.0, 9456.0, 9446.0, 9422.0, 9461.0, 9447.0, 9422.0, 9458.0, 9432.0, 9419.0, 9446.0, 9433.0, 9434.0, 9445.0, 9418.0, 9436.0, 9447.0, 9434.0, 9463.0, 9447.0, 9420.0, 9460.0, 9449.0, 9410.0, 9464.0, 9451.0, 9440.0, 9463.0, 9433.0, 9404.0, 9446.0, 9435.0, 9450.0, 9464.0, 9439.0, 9422.0, 9449.0, 9420.0, 9460.0, 9449.0, 9421.0, 9463.0, 9446.0, 9409.0, 9463.0, 9451.0, 9421.0, 9475.0, 9445.0, 9418.0, 9441.0, 9414.0, 9415.0, 9443.0, 9430.0, 9444.0, 9441.0, 9405.0, 9439.0, 9444.0, 9418.0, 9459.0, 9431.0, 9404.0, 9455.0, 9431.0, 9402.0, 9442.0, 9436.0, 9448.0, 9441.0, 9415.0, 9439.0, 9424.0, 9403.0, 9458.0, 9441.0, 9399.0, 9436.0, 9409.0, 9394.0, 9438.0, 9412.0, 9439.0, 9424.0, 9404.0, 9443.0, 9425.0, 9404.0, 9457.0, 9431.0, 9411.0, 9437.0, 9434.0, 9452.0, 9460.0, 9437.0, 9450.0, 9428.0, 9415.0, 9440.0, 9428.0, 9403.0, 9457.0, 9429.0, 9405.0, 9440.0, 9412.0, 9410.0, 9441.0, 9412.0, 9439.0, 9422.0, 9396.0, 9452.0, 9424.0, 9410.0, 9439.0, 9415.0, 9397.0, 9423.0, 9397.0, 9455.0, 9427.0, 9386.0, 9435.0, 9413.0, 9414.0, 9438.0, 9412.0, 9426.0, 9421.0, 9385.0, 9452.0, 9430.0, 9399.0, 9448.0, 9416.0, 9405.0, 9425.0, 9417.0, 9431.0, 9444.0, 9420.0, 9450.0, 9444.0, 9419.0, 9462.0, 9451.0, 9407.0, 9480.0, 9451.0, 9408.0, 9462.0, 9455.0, 9424.0, 9465.0, 9436.0, 9437.0, 9446.0, 9423.0, 9476.0, 9450.0, 9419.0, 9460.0, 9432.0, 9419.0, 9445.0, 9409.0, 9460.0, 9432.0, 9405.0, 9441.0, 9418.0, 9421.0, 9448.0, 9419.0, 9445.0, 9428.0, 9431.0, 9484.0, 9466.0, 9427.0, 9481.0, 9437.0, 9419.0, 9450.0, 9432.0, 9443.0, 9448.0, 9418.0, 9400.0, 9430.0, 9419.0, 9473.0, 9432.0, 9421.0, 9447.0, 9432.0, 9390.0, 9442.0, 9419.0, 9446.0, 9442.0, 9390.0, 9440.0, 9426.0, 9388.0, 9439.0, 9429.0, 9401.0, 9442.0, 9419.0, 9380.0, 9424.0, 9414.0, 9427.0, 9426.0, 9419.0, 9434.0, 9445.0, 9415.0, 9454.0, 9426.0, 9383.0, 9424.0, 9409.0, 9404.0, 9456.0, 9428.0, 9401.0, 9439.0, 9424.0, 9385.0, 9441.0, 9423.0, 9415.0, 9440.0, 9412.0, 9383.0, 9421.0, 9397.0, 9436.0, 9424.0, 9402.0, 9439.0, 9423.0, 9388.0, 9434.0, 9410.0, 9397.0, 9422.0, 9395.0, 9381.0, 9410.0, 9398.0, 9438.0, 9425.0, 9388.0, 9453.0, 9427.0, 9400.0, 9428.0, 9414.0, 9403.0, 9425.0, 9413.0, 9412.0, 9437.0, 9412.0, 9441.0, 9426.0, 9399.0, 9444.0, 9432.0, 9400.0, 9441.0, 9428.0, 9401.0, 9439.0, 9409.0, 9414.0, 9425.0, 9410.0, 9427.0, 9411.0, 9396.0, 9435.0, 9409.0, 9382.0, 9419.0, 9410.0, 9401.0, 9421.0, 9380.0, 9432.0, 9406.0, 9377.0, 9452.0, 9407.0, 9381.0, 9419.0, 9390.0, 9405.0, 9420.0, 9395.0, 9411.0, 9407.0, 9383.0, 9437.0, 9412.0, 9411.0, 9424.0, 9398.0, 9425.0, 9427.0, 9402.0, 9472.0, 9428.0, 9403.0, 9424.0, 9399.0, 9441.0, 9427.0, 9401.0, 9445.0, 9414.0, 9412.0, 9411.0, 9385.0, 9441.0, 9410.0, 9407.0, 9420.0, 9368.0, 9421.0, 9410.0, 9427.0, 9424.0, 9403.0, 9434.0, 9422.0, 9383.0, 9438.0, 9431.0, 9400.0, 9457.0, 9419.0, 9433.0, 9428.0, 9391.0, 9443.0, 9430.0, 9426.0, 9427.0, 9399.0, 9439.0, 9424.0, 9386.0, 9458.0, 9414.0, 9400.0, 9424.0, 9416.0, 9442.0, 9428.0, 9406.0, 9458.0, 9430.0, 9402.0, 9441.0, 9430.0, 9444.0, 9429.0, 9406.0, 9444.0, 9426.0, 9390.0, 9445.0, 9417.0, 9417.0, 9443.0, 9404.0, 9405.0, 9429.0, 9407.0, 9458.0, 9445.0, 9396.0, 9461.0, 9420.0, 9417.0, 9445.0, 9435.0, 9448.0, 9447.0, 9423.0, 9444.0, 9432.0, 9404.0, 9457.0, 9429.0, 9402.0, 9429.0, 9421.0, 9448.0, 9445.0, 9404.0, 9476.0, 9431.0, 9392.0, 9461.0, 9430.0, 9448.0, 9446.0, 9415.0, 9444.0, 9417.0, 9389.0, 9442.0, 9417.0, 9428.0, 9433.0, 9402.0, 9424.0, 9415.0, 9393.0, 9471.0, 9453.0, 9410.0, 9458.0, 9415.0, 9405.0, 9444.0, 9418.0, 9456.0, 9431.0, 9405.0, 9457.0, 9416.0, 9401.0, 9439.0, 9414.0, 9413.0, 9410.0, 9398.0, 9439.0, 9426.0, 9400.0, 9440.0, 9413.0, 9373.0, 9444.0, 9430.0, 9422.0, 9447.0, 9420.0, 9429.0, 9457.0, 9442.0, 9436.0, 9448.0, 9415.0, 9411.0, 9409.0, 9366.0, 9420.0, 9396.0, 9426.0, 9413.0, 9390.0, 9456.0, 9398.0, 9436.0, 9453.0, 9376.0, 9415.0, 9372.0, 9410.0, 9397.0, 9357.0, 9412.0, 9371.0, 9410.0, 9366.0, 9364.0, 9378.0, 9349.0, 9409.0, 9371.0, 9355.0, 9383.0, 9358.0, 9424.0, 9387.0, 9364.0, 9401.0, 9361.0, 9429.0, 9424.0, 9378.0, 9401.0, 9391.0, 9407.0, 9411.0, 9384.0, 9444.0, 9412.0, 9372.0, 9423.0, 9398.0, 9413.0, 9430.0, 9412.0, 9417.0, 9410.0, 9393.0, 9441.0, 9437.0, 9402.0, 9427.0, 9400.0, 9431.0, 9427.0, 9389.0, 9476.0, 9418.0, 9385.0, 9424.0, 9398.0, 9441.0, 9429.0, 9374.0, 9454.0, 9412.0, 9385.0, 9439.0, 9400.0, 9410.0, 9423.0, 9402.0, 9452.0, 9423.0, 9368.0, 9453.0, 9392.0, 9378.0, 9407.0, 9395.0, 9434.0, 9406.0, 9371.0, 9438.0, 9395.0, 9385.0, 9424.0, 9395.0, 9408.0, 9407.0, 9385.0, 9451.0, 9425.0, 9402.0, 9425.0, 9397.0, 9424.0, 9410.0, 9386.0, 9452.0, 9399.0, 9383.0, 9421.0, 9397.0, 9436.0, 9410.0, 9370.0, 9420.0, 9394.0, 9400.0, 9425.0, 9398.0, 9442.0, 9412.0, 9378.0, 9444.0, 9401.0, 9401.0, 9428.0, 9404.0, 9444.0, 9415.0, 9377.0, 9442.0, 9418.0, 9419.0, 9432.0, 9408.0, 9433.0, 9430.0, 9400.0, 9478.0, 9434.0, 9397.0, 9464.0, 9422.0, 9404.0, 9447.0, 9422.0, 9461.0, 9433.0, 9398.0, 9477.0, 9434.0, 9424.0, 9445.0, 9420.0, 9411.0, 9449.0, 9396.0, 9438.0, 9440.0, 9414.0, 9495.0, 9467.0, 9426.0, 9449.0, 9425.0, 9461.0, 9436.0, 9408.0, 9446.0, 9417.0, 9401.0, 9444.0, 9404.0, 9429.0, 9428.0, 9389.0, 9459.0, 9430.0, 9418.0, 9444.0, 9401.0, 9427.0, 9414.0, 9390.0, 9457.0, 9410.0, 9363.0, 9463.0, 9420.0, 9402.0, 9444.0, 9398.0, 9412.0, 9411.0, 9375.0, 9457.0, 9428.0, 9385.0, 9428.0, 9387.0, 9399.0, 9430.0, 9405.0, 9458.0, 9417.0, 9380.0, 9457.0, 9419.0, 9420.0, 9447.0, 9405.0, 9442.0, 9414.0, 9372.0, 9442.0, 9416.0, 9415.0, 9429.0, 9405.0, 9432.0, 9438.0, 9392.0, 9473.0, 9427.0, 9373.0, 9445.0, 9403.0, 9388.0, 9449.0, 9402.0, 9390.0, 9429.0, 9406.0, 9433.0, 9446.0, 9407.0, 9414.0, 9443.0, 9418.0, 9440.0, 9432.0, 9406.0, 9428.0, 9429.0, 9389.0, 9454.0, 9427.0, 9377.0, 9441.0, 9405.0, 9388.0, 9425.0, 9397.0, 9396.0, 9425.0, 9386.0, 9427.0, 9427.0, 9400.0, 9443.0, 9411.0, 9370.0, 9456.0, 9416.0, 9388.0, 9447.0, 9413.0, 9393.0, 9446.0, 9434.0, 9382.0, 9476.0, 9421.0, 9403.0, 9430.0, 9392.0, 9446.0, 9433.0, 9391.0, 9458.0, 9415.0, 9387.0, 9444.0, 9416.0, 9428.0, 9430.0, 9393.0, 9440.0, 9412.0, 9377.0, 9470.0, 9428.0, 9373.0, 9425.0, 9388.0, 9388.0, 9429.0, 9401.0, 9428.0, 9428.0, 9389.0, 9400.0, 9415.0, 9411.0, 9465.0, 9436.0, 9391.0, 9433.0, 9418.0, 9407.0, 9459.0, 9433.0, 9389.0, 9459.0, 9425.0, 9374.0, 9453.0, 9426.0, 9368.0, 9417.0, 9380.0, 9382.0, 9436.0, 9395.0, 9441.0, 9403.0, 9362.0, 9429.0, 9386.0, 9364.0, 9410.0, 9377.0, 9402.0, 9374.0, 9336.0, 9417.0, 9392.0, 9376.0, 9415.0, 9384.0, 9395.0, 9406.0, 9368.0, 9448.0, 9390.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.0009637828947368424</td></tr>
<tr><td colspan=3>aqi</td><td>0.020271975219298247</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.460835725949494</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215239741920964</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9876752824698136</td></tr>
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
<tr><td colspan=3>fber</td><td>5989.5166</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08935859178554065</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7543859649122806</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.48812273333458</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4469321234787738</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6988361174729145</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3185999590520514</td></tr>
<tr><td colspan=3>gcor</td><td>0.00513949</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007216908968985081</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0350717268884182</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.939862173978637</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0394</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8624</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8654</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295144.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>750.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.9062</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8223</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.5406</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3411.7682</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1270.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.5641</td></tr>
<tr><td colspan=3>tsnr</td><td>39.132350216968916</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>