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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-02/func/sub-0037_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1b1de8b27996d38f3afed5cb213a6a9a</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>18:21:26.232500</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.999897, 0.000279742, 0.0143689, 0.000523586, 0.998438, -0.0558734]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0903663</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7736, -7273, 591, -29, -232, 43, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3413ccbb-3871-4005-91dc-9e56b52d07d2||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.682649850845337, 0.0014047439908608794, 0.038777537643909454, 110.65967559814453], [-0.000750527367927134, 2.6787354946136475, -0.15086287260055542, -90.82417297363281], [0.03855062276124954, 0.14990420639514923, 2.695502996444702, -88.58627319335938], [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': ['182126.232500', '182126.692500', '182127.152500', '182127.612500', '182128.072500', '182128.532500', '182128.992500', '182129.452500', '182129.912500', '182130.372500', '182130.832500', '182131.292500', '182131.752500', '182132.212500', '182132.672500', '182133.132500', '182133.592500', '182134.052500', '182134.512500', '182134.972500', '182135.432500', '182135.892500', '182136.352500', '182136.812500', '182137.272500', '182137.732500', '182138.192500', '182138.652500', '182139.112500', '182139.572500', '182140.032500', '182140.492500', '182140.952500', '182141.412500', '182141.872500', '182142.332500', '182142.792500', '182143.252500', '182143.712500', '182144.172500', '182144.632500', '182145.092500', '182145.552500', '182146.012500', '182146.472500', '182146.932500', '182147.392500', '182147.852500', '182148.312500', '182148.772500', '182149.232500', '182149.692500', '182150.152500', '182150.612500', '182151.072500', '182151.532500', '182151.992500', '182152.452500', '182152.912500', '182153.372500', '182153.832500', '182154.292500', '182154.752500', '182155.212500', '182155.672500', '182156.132500', '182156.592500', '182157.052500', '182157.512500', '182157.972500', '182158.432500', '182158.892500', '182159.352500', '182159.812500', '182200.272500', '182200.732500', '182201.192500', '182201.652500', '182202.112500', '182202.572500', '182203.032500', '182203.492500', '182203.952500', '182204.412500', '182204.872500', '182205.332500', '182205.792500', '182206.252500', '182206.712500', '182207.172500', '182207.632500', '182208.092500', '182208.552500', '182209.012500', '182209.472500', '182209.932500', '182210.392500', '182210.852500', '182211.312500', '182211.772500', '182212.232500', '182212.692500', '182213.152500', '182213.612500', '182214.072500', '182214.532500', '182214.992500', '182215.452500', '182215.912500', '182216.372500', '182216.832500', '182217.292500', '182217.752500', '182218.212500', '182218.672500', '182219.132500', '182219.592500', '182220.052500', '182220.512500', '182220.972500', '182221.432500', '182221.892500', '182222.352500', '182222.812500', '182223.272500', '182223.732500', '182224.192500', '182224.652500', '182225.112500', '182225.572500', '182226.032500', '182226.492500', '182226.952500', '182227.412500', '182227.872500', '182228.332500', '182228.792500', '182229.252500', '182229.712500', '182230.172500', '182230.632500', '182231.092500', '182231.552500', '182232.012500', '182232.472500', '182232.932500', '182233.392500', '182233.852500', '182234.312500', '182234.772500', '182235.232500', '182235.692500', '182236.152500', '182236.612500', '182237.072500', '182237.532500', '182237.992500', '182238.452500', '182238.912500', '182239.372500', '182239.832500', '182240.292500', '182240.752500', '182241.212500', '182241.672500', '182242.132500', '182242.592500', '182243.052500', '182243.512500', '182243.972500', '182244.432500', '182244.892500', '182245.352500', '182245.812500', '182246.272500', '182246.732500', '182247.192500', '182247.652500', '182248.112500', '182248.572500', '182249.032500', '182249.492500', '182249.952500', '182250.412500', '182250.872500', '182251.332500', '182251.792500', '182252.252500', '182252.712500', '182253.172500', '182253.632500', '182254.092500', '182254.552500', '182255.012500', '182255.472500', '182255.932500', '182256.392500', '182256.852500', '182257.312500', '182257.772500', '182258.232500', '182258.692500', '182259.152500', '182259.612500', '182300.072500', '182300.532500', '182300.992500', '182301.452500', '182301.912500', '182302.372500', '182302.832500', '182303.292500', '182303.752500', '182304.212500', '182304.672500', '182305.132500', '182305.592500', '182306.052500', '182306.512500', '182306.972500', '182307.432500', '182307.892500', '182308.352500', '182308.812500', '182309.272500', '182309.732500', '182310.192500', '182310.652500', '182311.112500', '182311.572500', '182312.032500', '182312.492500', '182312.952500', '182313.412500', '182313.872500', '182314.332500', '182314.792500', '182315.252500', '182315.712500', '182316.172500', '182316.632500', '182317.092500', '182317.552500', '182318.012500', '182318.472500', '182318.932500', '182319.392500', '182319.852500', '182320.312500', '182320.772500', '182321.232500', '182321.692500', '182322.152500', '182322.612500', '182323.072500', '182323.532500', '182323.992500', '182324.452500', '182324.912500', '182325.372500', '182325.832500', '182326.292500', '182326.752500', '182327.212500', '182327.672500', '182328.132500', '182328.592500', '182329.052500', '182329.512500', '182329.972500', '182330.432500', '182330.892500', '182331.352500', '182331.812500', '182332.272500', '182332.732500', '182333.192500', '182333.652500', '182334.112500', '182334.572500', '182335.032500', '182335.492500', '182335.952500', '182336.412500', '182336.872500', '182337.332500', '182337.792500', '182338.252500', '182338.712500', '182339.172500', '182339.632500', '182340.092500', '182340.552500', '182341.012500', '182341.472500', '182341.932500', '182342.392500', '182342.852500', '182343.312500', '182343.772500', '182344.232500', '182344.692500', '182345.152500', '182345.612500', '182346.072500', '182346.532500', '182346.992500', '182347.452500', '182347.912500', '182348.372500', '182348.832500', '182349.292500', '182349.752500', '182350.212500', '182350.672500', '182351.132500', '182351.592500', '182352.052500', '182352.512500', '182352.972500', '182353.432500', '182353.892500', '182354.352500', '182354.812500', '182355.272500', '182355.732500', '182356.192500', '182356.652500', '182357.112500', '182357.572500', '182358.032500', '182358.492500', '182358.952500', '182359.412500', '182359.872500', '182400.332500', '182400.792500', '182401.252500', '182401.712500', '182402.172500', '182402.632500', '182403.092500', '182403.552500', '182404.012500', '182404.472500', '182404.932500', '182405.392500', '182405.852500', '182406.312500', '182406.772500', '182407.232500', '182407.692500', '182408.152500', '182408.612500', '182409.072500', '182409.532500', '182409.992500', '182410.452500', '182410.912500', '182411.372500', '182411.832500', '182412.292500', '182412.752500', '182413.212500', '182413.672500', '182414.132500', '182414.592500', '182415.052500', '182415.512500', '182415.972500', '182416.432500', '182416.892500', '182417.352500', '182417.812500', '182418.272500', '182418.732500', '182419.192500', '182419.652500', '182420.112500', '182420.572500', '182421.032500', '182421.492500', '182421.952500', '182422.412500', '182422.872500', '182423.332500', '182423.792500', '182424.252500', '182424.712500', '182425.172500', '182425.632500', '182426.092500', '182426.552500', '182427.012500', '182427.472500', '182427.932500', '182428.392500', '182428.852500', '182429.312500', '182429.772500', '182430.232500', '182430.692500', '182431.152500', '182431.612500', '182432.072500', '182432.532500', '182432.992500', '182433.452500', '182433.912500', '182434.372500', '182434.832500', '182435.292500', '182435.752500', '182436.212500', '182436.672500', '182437.132500', '182437.592500', '182438.052500', '182438.512500', '182438.972500', '182439.432500', '182439.892500', '182440.352500', '182440.812500', '182441.272500', '182441.732500', '182442.192500', '182442.652500', '182443.112500', '182443.572500', '182444.032500', '182444.492500', '182444.952500', '182445.412500', '182445.872500', '182446.332500', '182446.792500', '182447.252500', '182447.712500', '182448.172500', '182448.632500', '182449.092500', '182449.552500', '182450.012500', '182450.472500', '182450.932500', '182451.392500', '182451.852500', '182452.312500', '182452.772500', '182453.232500', '182453.692500', '182454.152500', '182454.612500', '182455.072500', '182455.532500', '182455.992500', '182456.452500', '182456.912500', '182457.372500', '182457.832500', '182458.292500', '182458.752500', '182459.212500', '182459.672500', '182500.132500', '182500.592500', '182501.052500', '182501.512500', '182501.972500', '182502.432500', '182502.892500', '182503.352500', '182503.812500', '182504.272500', '182504.732500', '182505.192500', '182505.652500', '182506.112500', '182506.572500', '182507.032500', '182507.492500', '182507.952500', '182508.412500', '182508.872500', '182509.332500', '182509.792500', '182510.252500', '182510.712500', '182511.172500', '182511.632500', '182512.092500', '182512.552500', '182513.012500', '182513.472500', '182513.932500', '182514.392500', '182514.852500', '182515.312500', '182515.772500', '182516.232500', '182516.692500', '182517.152500', '182517.612500', '182518.072500', '182518.532500', '182518.992500', '182519.452500', '182519.912500', '182520.372500', '182520.832500', '182521.292500', '182521.752500', '182522.212500', '182522.672500', '182523.132500', '182523.592500', '182524.052500', '182524.512500', '182524.972500', '182525.432500', '182525.892500', '182526.352500', '182526.812500', '182527.272500', '182527.732500', '182528.192500', '182528.652500', '182529.112500', '182529.572500', '182530.032500', '182530.492500', '182530.952500', '182531.412500', '182531.872500', '182532.332500', '182532.792500', '182533.252500', '182533.712500', '182534.172500', '182534.632500', '182535.092500', '182535.552500', '182536.012500', '182536.472500', '182536.932500', '182537.392500', '182537.852500', '182538.312500', '182538.772500', '182539.232500', '182539.692500', '182540.152500', '182540.612500', '182541.072500', '182541.532500', '182541.992500', '182542.452500', '182542.912500', '182543.372500', '182543.832500', '182544.292500', '182544.752500', '182545.212500', '182545.672500', '182546.132500', '182546.592500', '182547.052500', '182547.512500', '182547.972500', '182548.432500', '182548.892500', '182549.352500', '182549.812500', '182550.272500', '182550.732500', '182551.192500', '182551.652500', '182552.112500', '182552.572500', '182553.032500', '182553.492500', '182553.952500', '182554.412500', '182554.872500', '182555.332500', '182555.792500', '182556.252500', '182556.712500', '182557.172500', '182557.632500', '182558.092500', '182558.552500', '182559.012500', '182559.472500', '182559.932500', '182600.392500', '182600.852500', '182601.312500', '182601.772500', '182602.232500', '182602.692500', '182603.152500', '182603.612500', '182604.072500', '182604.532500', '182604.992500', '182605.452500', '182605.912500', '182606.372500', '182606.832500', '182607.292500', '182607.752500', '182608.212500', '182608.672500', '182609.132500', '182609.592500', '182610.052500', '182610.512500', '182610.972500', '182611.432500', '182611.892500', '182612.352500', '182612.812500', '182613.272500', '182613.732500', '182614.192500', '182614.652500', '182615.112500', '182615.572500', '182616.032500', '182616.492500', '182616.952500', '182617.412500', '182617.872500', '182618.332500', '182618.792500', '182619.252500', '182619.712500', '182620.172500', '182620.632500', '182621.092500', '182621.552500', '182622.012500', '182622.472500', '182622.932500', '182623.392500', '182623.852500', '182624.312500', '182624.772500', '182625.232500', '182625.692500', '182626.152500', '182626.612500', '182627.072500', '182627.532500', '182627.992500', '182628.452500', '182628.912500', '182629.372500', '182629.832500', '182630.292500', '182630.752500', '182631.212500', '182631.672500', '182632.132500', '182632.592500', '182633.052500', '182633.512500', '182633.972500', '182634.432500', '182634.892500', '182635.352500', '182635.812500', '182636.272500', '182636.732500', '182637.192500', '182637.652500', '182638.112500', '182638.572500', '182639.032500', '182639.492500', '182639.952500', '182640.412500', '182640.872500', '182641.332500', '182641.792500', '182642.252500', '182642.712500', '182643.172500', '182643.632500', '182644.092500', '182644.552500', '182645.012500', '182645.472500', '182645.932500', '182646.392500', '182646.852500', '182647.312500', '182647.772500', '182648.232500', '182648.692500', '182649.152500', '182649.612500', '182650.072500', '182650.532500', '182650.992500', '182651.452500', '182651.912500', '182652.372500', '182652.832500', '182653.292500', '182653.752500', '182654.212500', '182654.672500', '182655.132500', '182655.592500', '182656.052500', '182656.512500', '182656.972500', '182657.432500', '182657.892500', '182658.352500', '182658.812500', '182659.272500', '182659.732500', '182700.192500', '182700.652500', '182701.112500', '182701.572500', '182702.032500', '182702.492500', '182702.952500', '182703.412500', '182703.872500', '182704.332500', '182704.792500', '182705.252500', '182705.712500', '182706.172500', '182706.632500', '182707.092500', '182707.552500', '182708.012500', '182708.472500', '182708.932500', '182709.392500', '182709.852500', '182710.312500', '182710.772500', '182711.232500', '182711.692500', '182712.152500', '182712.612500', '182713.072500', '182713.532500', '182713.992500', '182714.452500', '182714.912500', '182715.372500', '182715.832500', '182716.292500', '182716.752500', '182717.212500', '182717.672500', '182718.132500', '182718.592500', '182719.052500', '182719.512500', '182719.972500', '182720.432500', '182720.892500', '182721.352500', '182721.812500', '182722.272500', '182722.732500', '182723.192500', '182723.652500', '182724.112500', '182724.572500', '182725.032500', '182725.492500', '182725.952500', '182726.412500', '182726.872500', '182727.332500', '182727.792500', '182728.252500', '182728.712500', '182729.172500', '182729.632500', '182730.092500', '182730.552500', '182731.012500', '182731.472500', '182731.932500', '182732.392500', '182732.852500', '182733.312500', '182733.772500', '182734.232500', '182734.692500', '182735.152500', '182735.612500', '182736.072500', '182736.532500', '182736.992500', '182737.452500', '182737.912500', '182738.372500', '182738.832500', '182739.292500', '182739.752500', '182740.212500', '182740.672500', '182741.132500', '182741.592500', '182742.052500', '182742.512500', '182742.972500', '182743.432500', '182743.892500', '182744.352500', '182744.812500', '182745.272500', '182745.732500', '182746.192500', '182746.652500', '182747.112500', '182747.572500', '182748.032500', '182748.492500', '182748.952500', '182749.412500', '182749.872500', '182750.332500', '182750.792500', '182751.252500', '182751.712500', '182752.172500', '182752.632500', '182753.092500', '182753.552500', '182754.012500', '182754.472500', '182754.932500', '182755.392500', '182755.852500', '182756.312500', '182756.772500', '182757.232500', '182757.692500', '182758.152500', '182758.612500', '182759.072500', '182759.532500', '182759.992500', '182800.452500', '182800.912500', '182801.372500', '182801.832500', '182802.292500', '182802.752500', '182803.212500', '182803.672500', '182804.132500', '182804.592500', '182805.052500', '182805.512500', '182805.972500', '182806.432500', '182806.892500', '182807.352500', '182807.812500', '182808.272500', '182808.732500', '182809.192500', '182809.652500', '182810.112500', '182810.572500', '182811.032500', '182811.492500', '182811.952500', '182812.412500', '182812.872500', '182813.332500', '182813.792500', '182814.252500', '182814.712500', '182815.172500', '182815.632500', '182816.092500', '182816.552500', '182817.012500', '182817.472500', '182817.932500', '182818.392500', '182818.852500', '182819.312500', '182819.772500', '182820.232500', '182820.692500', '182821.152500', '182821.612500', '182822.072500', '182822.532500', '182822.992500', '182823.452500', '182823.912500', '182824.372500', '182824.832500', '182825.292500', '182825.752500', '182826.212500'], 'ContentTime': ['182138.382000', '182138.385000', '182138.396000', '182138.399000', '182138.402000', '182138.405000', '182138.408000', '182138.417000', '182138.420000', '182138.423000', '182138.426000', '182138.429000', '182138.432000', '182138.435000', '182138.438000', '182138.441000', '182138.444000', '182138.448000', '182138.450000', '182138.453000', '182138.456000', '182138.459000', '182138.462000', '182138.465000', '182138.469000', '182158.337000', '182158.340000', '182158.343000', '182158.345000', '182158.348000', '182158.357000', '182158.360000', '182158.363000', '182158.366000', '182158.369000', '182158.372000', '182158.374000', '182158.377000', '182158.380000', '182158.383000', '182158.386000', '182158.389000', '182158.392000', '182158.394000', '182158.397000', '182158.400000', '182158.403000', '182158.406000', '182158.408000', '182158.411000', '182158.414000', '182158.417000', '182158.420000', '182158.423000', '182158.426000', '182158.428000', '182158.431000', '182158.434000', '182158.437000', '182158.440000', '182158.443000', '182158.445000', '182158.448000', '182158.451000', '182158.455000', '182158.458000', '182158.461000', '182158.464000', '182218.337000', '182218.340000', '182218.343000', '182218.346000', '182218.348000', '182218.351000', '182218.354000', '182218.357000', '182218.360000', '182218.362000', '182218.365000', '182218.368000', '182218.371000', '182218.374000', '182218.377000', '182218.380000', '182218.383000', '182218.385000', '182218.388000', '182218.391000', '182218.394000', '182218.397000', '182218.400000', '182218.403000', '182218.405000', '182218.408000', '182218.411000', '182218.414000', '182218.417000', '182218.420000', '182218.435000', '182218.437000', '182218.440000', '182218.443000', '182218.446000', '182218.449000', '182218.452000', '182218.455000', '182218.457000', '182218.460000', '182218.463000', '182218.466000', '182218.469000', '182218.472000', '182238.337000', '182238.340000', '182238.343000', '182238.346000', '182238.348000', '182238.351000', '182238.354000', '182238.357000', '182238.360000', '182238.363000', '182238.365000', '182238.368000', '182238.371000', '182238.374000', '182238.377000', '182238.380000', '182238.383000', '182238.386000', '182238.388000', '182238.391000', '182238.394000', '182238.397000', '182238.400000', '182238.403000', '182238.406000', '182238.408000', '182238.411000', '182238.414000', '182238.417000', '182238.420000', '182238.423000', '182238.426000', '182238.428000', '182238.431000', '182238.434000', '182238.437000', '182238.440000', '182238.443000', '182238.446000', '182238.448000', '182238.451000', '182238.454000', '182238.457000', '182258.338000', '182258.341000', '182258.344000', '182258.347000', '182258.350000', '182258.353000', '182258.356000', '182258.359000', '182258.362000', '182258.364000', '182258.367000', '182258.370000', '182258.373000', '182258.376000', '182258.379000', '182258.382000', '182258.384000', '182258.387000', '182258.390000', '182258.393000', '182258.396000', '182258.399000', '182258.402000', '182258.404000', '182258.407000', '182258.410000', '182258.413000', '182258.416000', '182258.419000', '182258.422000', '182258.424000', '182258.427000', '182258.430000', '182258.433000', '182258.436000', '182258.439000', '182258.441000', '182258.444000', '182258.447000', '182258.450000', '182258.453000', '182258.456000', '182258.459000', '182318.338000', '182318.341000', '182318.344000', '182318.347000', '182318.350000', '182318.353000', '182318.355000', '182318.358000', '182318.361000', '182318.364000', '182318.367000', '182318.370000', '182318.373000', '182318.375000', '182318.378000', '182318.381000', '182318.384000', '182318.387000', '182318.390000', '182318.393000', '182318.396000', '182318.398000', '182318.401000', '182318.404000', '182318.407000', '182318.410000', '182318.413000', '182318.416000', '182318.419000', '182318.422000', '182318.424000', '182318.427000', '182318.430000', '182318.433000', '182318.436000', '182318.439000', '182318.442000', '182318.445000', '182318.448000', '182318.450000', '182318.453000', '182318.456000', '182318.459000', '182318.462000', '182338.339000', '182338.344000', '182338.347000', '182338.350000', '182338.353000', '182338.356000', '182338.359000', '182338.361000', '182338.364000', '182338.367000', '182338.370000', '182338.373000', '182338.376000', '182338.379000', '182338.382000', '182338.385000', '182338.387000', '182338.390000', '182338.393000', '182338.396000', '182338.399000', '182338.402000', '182338.405000', '182338.408000', '182338.411000', '182338.413000', '182338.416000', '182338.419000', '182338.422000', '182338.425000', '182338.428000', '182338.431000', '182338.433000', '182338.436000', '182338.439000', '182338.442000', '182338.445000', '182338.448000', '182338.450000', '182338.453000', '182338.456000', '182338.459000', '182338.462000', '182358.338000', '182358.341000', '182358.344000', '182358.347000', '182358.349000', '182358.352000', '182358.355000', '182358.358000', '182358.361000', '182358.364000', '182358.367000', '182358.370000', '182358.373000', '182358.375000', '182358.378000', '182358.381000', '182358.384000', '182358.387000', '182358.390000', '182358.393000', '182358.396000', '182358.398000', '182358.401000', '182358.404000', '182358.407000', '182358.410000', '182358.425000', '182358.428000', '182358.431000', '182358.434000', '182358.437000', '182358.439000', '182358.442000', '182358.445000', '182358.448000', '182358.451000', '182358.454000', '182358.456000', '182358.459000', '182358.462000', '182358.465000', '182358.468000', '182358.471000', '182358.474000', '182418.337000', '182418.340000', '182418.343000', '182418.348000', '182418.351000', '182418.354000', '182418.357000', '182418.360000', '182418.386000', '182418.389000', '182418.392000', '182418.395000', '182418.398000', '182418.401000', '182418.403000', '182418.406000', '182418.409000', '182418.412000', '182418.415000', '182418.418000', '182418.421000', '182418.424000', '182418.426000', '182418.429000', '182418.432000', '182418.435000', '182418.438000', '182418.441000', '182418.444000', '182418.447000', '182418.449000', '182418.452000', '182418.455000', '182418.458000', '182418.461000', '182418.464000', '182418.467000', '182418.470000', '182418.473000', '182418.476000', '182418.479000', '182418.481000', '182418.484000', '182438.337000', '182438.340000', '182438.343000', '182438.346000', '182438.349000', '182438.352000', '182438.355000', '182438.357000', '182438.360000', '182438.363000', '182438.366000', '182438.369000', '182438.372000', '182438.375000', '182438.378000', '182438.381000', '182438.384000', '182438.386000', '182438.389000', '182438.392000', '182438.395000', '182438.398000', '182438.401000', '182438.404000', '182438.407000', '182438.410000', '182438.412000', '182438.415000', '182438.418000', '182438.421000', '182438.424000', '182438.427000', '182438.430000', '182438.432000', '182438.435000', '182438.438000', '182438.441000', '182438.444000', '182438.447000', '182438.450000', '182438.452000', '182438.455000', '182438.458000', '182438.461000', '182458.337000', '182458.340000', '182458.343000', '182458.346000', '182458.349000', '182458.351000', '182458.354000', '182458.357000', '182458.360000', '182458.363000', '182458.366000', '182458.369000', '182458.372000', '182458.374000', '182458.377000', '182458.380000', '182458.383000', '182458.386000', '182458.389000', '182458.392000', '182458.395000', '182458.398000', '182458.401000', '182458.404000', '182458.407000', '182458.409000', '182458.412000', '182458.415000', '182458.418000', '182458.421000', '182458.424000', '182458.426000', '182458.429000', '182458.432000', '182458.435000', '182458.438000', '182458.441000', '182458.444000', '182458.447000', '182458.450000', '182458.452000', '182458.455000', '182458.458000', '182518.338000', '182518.341000', '182518.344000', '182518.347000', '182518.349000', '182518.352000', '182518.355000', '182518.358000', '182518.361000', '182518.364000', '182518.367000', '182518.370000', '182518.372000', '182518.375000', '182518.378000', '182518.381000', '182518.384000', '182518.387000', '182518.390000', '182518.393000', '182518.396000', '182518.398000', '182518.401000', '182518.404000', '182518.407000', '182518.410000', '182518.413000', '182518.416000', '182518.419000', '182518.422000', '182518.424000', '182518.427000', '182518.430000', '182518.433000', '182518.436000', '182518.439000', '182518.442000', '182518.444000', '182518.447000', '182518.450000', '182518.453000', '182518.456000', '182518.459000', '182518.462000', '182538.338000', '182538.341000', '182538.344000', '182538.347000', '182538.350000', '182538.359000', '182538.362000', '182538.376000', '182538.379000', '182538.384000', '182538.388000', '182538.391000', '182538.394000', '182538.397000', '182538.400000', '182538.403000', '182538.406000', '182538.408000', '182538.411000', '182538.414000', '182538.417000', '182538.420000', '182538.423000', '182538.426000', '182538.429000', '182538.432000', '182538.434000', '182538.437000', '182538.440000', '182538.443000', '182538.446000', '182538.449000', '182538.452000', '182538.455000', '182538.457000', '182538.460000', '182538.463000', '182538.466000', '182538.469000', '182538.472000', '182538.475000', '182538.478000', '182538.480000', '182558.338000', '182558.341000', '182558.344000', '182558.347000', '182558.350000', '182558.352000', '182558.355000', '182558.358000', '182558.361000', '182558.364000', '182558.367000', '182558.370000', '182558.373000', '182558.375000', '182558.378000', '182558.381000', '182558.384000', '182558.387000', '182558.390000', '182558.393000', '182558.396000', '182558.399000', '182558.402000', '182558.404000', '182558.407000', '182558.410000', '182558.413000', '182558.416000', '182558.419000', '182558.422000', '182558.425000', '182558.427000', '182558.430000', '182558.433000', '182558.436000', '182558.439000', '182558.442000', '182558.445000', '182558.448000', '182558.451000', '182558.453000', '182558.456000', '182558.459000', '182558.462000', '182618.338000', '182618.341000', '182618.344000', '182618.347000', '182618.350000', '182618.353000', '182618.356000', '182618.359000', '182618.361000', '182618.365000', '182618.368000', '182618.371000', '182618.373000', '182618.376000', '182618.379000', '182618.382000', '182618.385000', '182618.388000', '182618.390000', '182618.393000', '182618.396000', '182618.399000', '182618.402000', '182618.405000', '182618.408000', '182618.411000', '182618.414000', '182618.416000', '182618.420000', '182618.425000', '182618.428000', '182618.431000', '182618.434000', '182618.437000', '182618.440000', '182618.443000', '182618.446000', '182618.449000', '182618.451000', '182618.454000', '182618.457000', '182618.460000', '182618.463000', '182638.337000', '182638.340000', '182638.343000', '182638.346000', '182638.349000', '182638.352000', '182638.355000', '182638.358000', '182638.360000', '182638.363000', '182638.366000', '182638.369000', '182638.372000', '182638.375000', '182638.378000', '182638.381000', '182638.383000', '182638.386000', '182638.389000', '182638.392000', '182638.395000', '182638.398000', '182638.401000', '182638.404000', '182638.407000', '182638.409000', '182638.412000', '182638.415000', '182638.418000', '182638.421000', '182638.424000', '182638.427000', '182638.430000', '182638.432000', '182638.435000', '182638.438000', '182638.441000', '182638.444000', '182638.447000', '182638.450000', '182638.452000', '182638.455000', '182638.458000', '182638.461000', '182658.337000', '182658.340000', '182658.343000', '182658.346000', '182658.349000', '182658.351000', '182658.361000', '182658.364000', '182658.368000', '182658.371000', '182658.374000', '182658.376000', '182658.379000', '182658.382000', '182658.385000', '182658.388000', '182658.391000', '182658.394000', '182658.397000', '182658.399000', '182658.402000', '182658.405000', '182658.408000', '182658.411000', '182658.414000', '182658.417000', '182658.420000', '182658.426000', '182658.429000', '182658.432000', '182658.435000', '182658.438000', '182658.452000', '182658.455000', '182658.458000', '182658.461000', '182658.464000', '182658.466000', '182658.469000', '182658.472000', '182658.475000', '182658.478000', '182658.481000', '182718.337000', '182718.340000', '182718.343000', '182718.346000', '182718.349000', '182718.352000', '182718.355000', '182718.357000', '182718.360000', '182718.363000', '182718.366000', '182718.369000', '182718.372000', '182718.375000', '182718.377000', '182718.380000', '182718.383000', '182718.386000', '182718.389000', '182718.392000', '182718.395000', '182718.398000', '182718.401000', '182718.403000', '182718.406000', '182718.409000', '182718.412000', '182718.415000', '182718.418000', '182718.421000', '182718.424000', '182718.427000', '182718.430000', '182718.432000', '182718.435000', '182718.438000', '182718.441000', '182718.444000', '182718.447000', '182718.450000', '182718.453000', '182718.455000', '182718.458000', '182718.461000', '182738.338000', '182738.341000', '182738.344000', '182738.347000', '182738.350000', '182738.353000', '182738.355000', '182738.358000', '182738.361000', '182738.364000', '182738.367000', '182738.370000', '182738.372000', '182738.375000', '182738.378000', '182738.381000', '182738.384000', '182738.387000', '182738.390000', '182738.393000', '182738.395000', '182738.398000', '182738.401000', '182738.404000', '182738.407000', '182738.410000', '182738.413000', '182738.415000', '182738.418000', '182738.421000', '182738.424000', '182738.427000', '182738.430000', '182738.433000', '182738.436000', '182738.438000', '182738.441000', '182738.444000', '182738.447000', '182738.452000', '182738.456000', '182738.459000', '182738.462000', '182758.338000', '182758.341000', '182758.344000', '182758.347000', '182758.350000', '182758.353000', '182758.355000', '182758.358000', '182758.361000', '182758.364000', '182758.367000', '182758.370000', '182758.373000', '182758.375000', '182758.378000', '182758.381000', '182758.384000', '182758.387000', '182758.390000', '182758.392000', '182758.395000', '182758.398000', '182758.401000', '182758.404000', '182758.407000', '182758.410000', '182758.413000', '182758.415000', '182758.418000', '182758.421000', '182758.424000', '182758.427000', '182758.430000', '182758.433000', '182758.435000', '182758.438000', '182758.441000', '182758.444000', '182758.447000', '182758.450000', '182758.453000', '182758.455000', '182758.458000', '182758.461000', '182818.338000', '182818.341000', '182818.344000', '182818.347000', '182818.350000', '182818.353000', '182818.356000', '182818.358000', '182818.361000', '182818.364000', '182818.367000', '182818.370000', '182818.373000', '182818.376000', '182818.379000', '182818.381000', '182818.384000', '182818.387000', '182818.390000', '182818.393000', '182818.396000', '182818.398000', '182818.401000', '182818.405000', '182818.408000', '182818.411000', '182818.414000', '182818.417000', '182818.420000', '182818.423000', '182818.426000', '182818.428000', '182818.431000', '182818.434000', '182818.437000', '182818.440000', '182818.443000', '182818.446000', '182818.449000', '182818.451000', '182818.454000', '182818.457000', '182818.466000', '182827.264000', '182827.267000', '182827.270000', '182827.273000', '182827.276000', '182827.279000', '182827.282000', '182827.285000', '182827.288000', '182827.291000', '182827.294000', '182827.297000', '182827.300000', '182827.303000', '182827.306000', '182827.309000', '182827.312000', '182827.315000', '182827.318000', '182827.321000'], 'InstanceCreationTime': ['182138.382000', '182138.385000', '182138.396000', '182138.399000', '182138.402000', '182138.405000', '182138.408000', '182138.417000', '182138.420000', '182138.423000', '182138.426000', '182138.429000', '182138.432000', '182138.435000', '182138.438000', '182138.441000', '182138.444000', '182138.448000', '182138.450000', '182138.453000', '182138.456000', '182138.459000', '182138.462000', '182138.465000', '182138.469000', '182158.337000', '182158.340000', '182158.343000', '182158.345000', '182158.348000', '182158.357000', '182158.360000', '182158.363000', '182158.366000', '182158.369000', '182158.372000', '182158.374000', '182158.377000', '182158.380000', '182158.383000', '182158.386000', '182158.389000', '182158.392000', '182158.394000', '182158.397000', '182158.400000', '182158.403000', '182158.406000', '182158.408000', '182158.411000', '182158.414000', '182158.417000', '182158.420000', '182158.423000', '182158.426000', '182158.428000', '182158.431000', '182158.434000', '182158.437000', '182158.440000', '182158.443000', '182158.445000', '182158.448000', '182158.451000', '182158.455000', '182158.458000', '182158.461000', '182158.464000', '182218.337000', '182218.340000', '182218.343000', '182218.346000', '182218.348000', '182218.351000', '182218.354000', '182218.357000', '182218.360000', '182218.362000', '182218.365000', '182218.368000', '182218.371000', '182218.374000', '182218.377000', '182218.380000', '182218.383000', '182218.385000', '182218.388000', '182218.391000', '182218.394000', '182218.397000', '182218.400000', '182218.403000', '182218.405000', '182218.408000', '182218.411000', '182218.414000', '182218.417000', '182218.420000', '182218.435000', '182218.437000', '182218.440000', '182218.443000', '182218.446000', '182218.449000', '182218.452000', '182218.455000', '182218.457000', '182218.460000', '182218.463000', '182218.466000', '182218.469000', '182218.472000', '182238.337000', '182238.340000', '182238.343000', '182238.346000', '182238.348000', '182238.351000', '182238.354000', '182238.357000', '182238.360000', '182238.363000', '182238.365000', '182238.368000', '182238.371000', '182238.374000', '182238.377000', '182238.380000', '182238.383000', '182238.386000', '182238.388000', '182238.391000', '182238.394000', '182238.397000', '182238.400000', '182238.403000', '182238.406000', '182238.408000', '182238.411000', '182238.414000', '182238.417000', '182238.420000', '182238.423000', '182238.426000', '182238.428000', '182238.431000', '182238.434000', '182238.437000', '182238.440000', '182238.443000', '182238.446000', '182238.448000', '182238.451000', '182238.454000', '182238.457000', '182258.338000', '182258.341000', '182258.344000', '182258.347000', '182258.350000', '182258.353000', '182258.356000', '182258.359000', '182258.362000', '182258.364000', '182258.367000', '182258.370000', '182258.373000', '182258.376000', '182258.379000', '182258.382000', '182258.384000', '182258.387000', '182258.390000', '182258.393000', '182258.396000', '182258.399000', '182258.402000', '182258.404000', '182258.407000', '182258.410000', '182258.413000', '182258.416000', '182258.419000', '182258.422000', '182258.424000', '182258.427000', '182258.430000', '182258.433000', '182258.436000', '182258.439000', '182258.441000', '182258.444000', '182258.447000', '182258.450000', '182258.453000', '182258.456000', '182258.459000', '182318.338000', '182318.341000', '182318.344000', '182318.347000', '182318.350000', '182318.353000', '182318.355000', '182318.358000', '182318.361000', '182318.364000', '182318.367000', '182318.370000', '182318.373000', '182318.375000', '182318.378000', '182318.381000', '182318.384000', '182318.387000', '182318.390000', '182318.393000', '182318.396000', '182318.398000', '182318.401000', '182318.404000', '182318.407000', '182318.410000', '182318.413000', '182318.416000', '182318.419000', '182318.422000', '182318.424000', '182318.427000', '182318.430000', '182318.433000', '182318.436000', '182318.439000', '182318.442000', '182318.445000', '182318.448000', '182318.450000', '182318.453000', '182318.456000', '182318.459000', '182318.462000', '182338.339000', '182338.344000', '182338.347000', '182338.350000', '182338.353000', '182338.356000', '182338.359000', '182338.361000', '182338.364000', '182338.367000', '182338.370000', '182338.373000', '182338.376000', '182338.379000', '182338.382000', '182338.385000', '182338.387000', '182338.390000', '182338.393000', '182338.396000', '182338.399000', '182338.402000', '182338.405000', '182338.408000', '182338.411000', '182338.413000', '182338.416000', '182338.419000', '182338.422000', '182338.425000', '182338.428000', '182338.431000', '182338.433000', '182338.436000', '182338.439000', '182338.442000', '182338.445000', '182338.448000', '182338.450000', '182338.453000', '182338.456000', '182338.459000', '182338.462000', '182358.338000', '182358.341000', '182358.344000', '182358.347000', '182358.349000', '182358.352000', '182358.355000', '182358.358000', '182358.361000', '182358.364000', '182358.367000', '182358.370000', '182358.373000', '182358.375000', '182358.378000', '182358.381000', '182358.384000', '182358.387000', '182358.390000', '182358.393000', '182358.396000', '182358.398000', '182358.401000', '182358.404000', '182358.407000', '182358.410000', '182358.425000', '182358.428000', '182358.431000', '182358.434000', '182358.437000', '182358.439000', '182358.442000', '182358.445000', '182358.448000', '182358.451000', '182358.454000', '182358.456000', '182358.459000', '182358.462000', '182358.465000', '182358.468000', '182358.471000', '182358.474000', '182418.337000', '182418.340000', '182418.343000', '182418.348000', '182418.351000', '182418.354000', '182418.357000', '182418.360000', '182418.386000', '182418.389000', '182418.392000', '182418.395000', '182418.398000', '182418.401000', '182418.403000', '182418.406000', '182418.409000', '182418.412000', '182418.415000', '182418.418000', '182418.421000', '182418.424000', '182418.426000', '182418.429000', '182418.432000', '182418.435000', '182418.438000', '182418.441000', '182418.444000', '182418.447000', '182418.449000', '182418.452000', '182418.455000', '182418.458000', '182418.461000', '182418.464000', '182418.467000', '182418.470000', '182418.473000', '182418.476000', '182418.479000', '182418.481000', '182418.484000', '182438.337000', '182438.340000', '182438.343000', '182438.346000', '182438.349000', '182438.352000', '182438.355000', '182438.357000', '182438.360000', '182438.363000', '182438.366000', '182438.369000', '182438.372000', '182438.375000', '182438.378000', '182438.381000', '182438.384000', '182438.386000', '182438.389000', '182438.392000', '182438.395000', '182438.398000', '182438.401000', '182438.404000', '182438.407000', '182438.410000', '182438.412000', '182438.415000', '182438.418000', '182438.421000', '182438.424000', '182438.427000', '182438.430000', '182438.432000', '182438.435000', '182438.438000', '182438.441000', '182438.444000', '182438.447000', '182438.450000', '182438.452000', '182438.455000', '182438.458000', '182438.461000', '182458.337000', '182458.340000', '182458.343000', '182458.346000', '182458.349000', '182458.351000', '182458.354000', '182458.357000', '182458.360000', '182458.363000', '182458.366000', '182458.369000', '182458.372000', '182458.374000', '182458.377000', '182458.380000', '182458.383000', '182458.386000', '182458.389000', '182458.392000', '182458.395000', '182458.398000', '182458.401000', '182458.404000', '182458.407000', '182458.409000', '182458.412000', '182458.415000', '182458.418000', '182458.421000', '182458.424000', '182458.426000', '182458.429000', '182458.432000', '182458.435000', '182458.438000', '182458.441000', '182458.444000', '182458.447000', '182458.450000', '182458.452000', '182458.455000', '182458.458000', '182518.338000', '182518.341000', '182518.344000', '182518.347000', '182518.349000', '182518.352000', '182518.355000', '182518.358000', '182518.361000', '182518.364000', '182518.367000', '182518.370000', '182518.372000', '182518.375000', '182518.378000', '182518.381000', '182518.384000', '182518.387000', '182518.390000', '182518.393000', '182518.396000', '182518.398000', '182518.401000', '182518.404000', '182518.407000', '182518.410000', '182518.413000', '182518.416000', '182518.419000', '182518.422000', '182518.424000', '182518.427000', '182518.430000', '182518.433000', '182518.436000', '182518.439000', '182518.442000', '182518.444000', '182518.447000', '182518.450000', '182518.453000', '182518.456000', '182518.459000', '182518.462000', '182538.338000', '182538.341000', '182538.344000', '182538.347000', '182538.350000', '182538.359000', '182538.362000', '182538.376000', '182538.379000', '182538.384000', '182538.388000', '182538.391000', '182538.394000', '182538.397000', '182538.400000', '182538.403000', '182538.406000', '182538.408000', '182538.411000', '182538.414000', '182538.417000', '182538.420000', '182538.423000', '182538.426000', '182538.429000', '182538.432000', '182538.434000', '182538.437000', '182538.440000', '182538.443000', '182538.446000', '182538.449000', '182538.452000', '182538.455000', '182538.457000', '182538.460000', '182538.463000', '182538.466000', '182538.469000', '182538.472000', '182538.475000', '182538.478000', '182538.480000', '182558.338000', '182558.341000', '182558.344000', '182558.347000', '182558.350000', '182558.352000', '182558.355000', '182558.358000', '182558.361000', '182558.364000', '182558.367000', '182558.370000', '182558.373000', '182558.375000', '182558.378000', '182558.381000', '182558.384000', '182558.387000', '182558.390000', '182558.393000', '182558.396000', '182558.399000', '182558.402000', '182558.404000', '182558.407000', '182558.410000', '182558.413000', '182558.416000', '182558.419000', '182558.422000', '182558.425000', '182558.427000', '182558.430000', '182558.433000', '182558.436000', '182558.439000', '182558.442000', '182558.445000', '182558.448000', '182558.451000', '182558.453000', '182558.456000', '182558.459000', '182558.462000', '182618.338000', '182618.341000', '182618.344000', '182618.347000', '182618.350000', '182618.353000', '182618.356000', '182618.359000', '182618.361000', '182618.365000', '182618.368000', '182618.371000', '182618.373000', '182618.376000', '182618.379000', '182618.382000', '182618.385000', '182618.388000', '182618.390000', '182618.393000', '182618.396000', '182618.399000', '182618.402000', '182618.405000', '182618.408000', '182618.411000', '182618.414000', '182618.416000', '182618.420000', '182618.425000', '182618.428000', '182618.431000', '182618.434000', '182618.437000', '182618.440000', '182618.443000', '182618.446000', '182618.449000', '182618.451000', '182618.454000', '182618.457000', '182618.460000', '182618.463000', '182638.337000', '182638.340000', '182638.343000', '182638.346000', '182638.349000', '182638.352000', '182638.355000', '182638.358000', '182638.360000', '182638.363000', '182638.366000', '182638.369000', '182638.372000', '182638.375000', '182638.378000', '182638.381000', '182638.383000', '182638.386000', '182638.389000', '182638.392000', '182638.395000', '182638.398000', '182638.401000', '182638.404000', '182638.407000', '182638.409000', '182638.412000', '182638.415000', '182638.418000', '182638.421000', '182638.424000', '182638.427000', '182638.430000', '182638.432000', '182638.435000', '182638.438000', '182638.441000', '182638.444000', '182638.447000', '182638.450000', '182638.452000', '182638.455000', '182638.458000', '182638.461000', '182658.337000', '182658.340000', '182658.343000', '182658.346000', '182658.349000', '182658.351000', '182658.361000', '182658.364000', '182658.368000', '182658.371000', '182658.374000', '182658.376000', '182658.379000', '182658.382000', '182658.385000', '182658.388000', '182658.391000', '182658.394000', '182658.397000', '182658.399000', '182658.402000', '182658.405000', '182658.408000', '182658.411000', '182658.414000', '182658.417000', '182658.420000', '182658.426000', '182658.429000', '182658.432000', '182658.435000', '182658.438000', '182658.452000', '182658.455000', '182658.458000', '182658.461000', '182658.464000', '182658.466000', '182658.469000', '182658.472000', '182658.475000', '182658.478000', '182658.481000', '182718.337000', '182718.340000', '182718.343000', '182718.346000', '182718.349000', '182718.352000', '182718.355000', '182718.357000', '182718.360000', '182718.363000', '182718.366000', '182718.369000', '182718.372000', '182718.375000', '182718.377000', '182718.380000', '182718.383000', '182718.386000', '182718.389000', '182718.392000', '182718.395000', '182718.398000', '182718.401000', '182718.403000', '182718.406000', '182718.409000', '182718.412000', '182718.415000', '182718.418000', '182718.421000', '182718.424000', '182718.427000', '182718.430000', '182718.432000', '182718.435000', '182718.438000', '182718.441000', '182718.444000', '182718.447000', '182718.450000', '182718.453000', '182718.455000', '182718.458000', '182718.461000', '182738.338000', '182738.341000', '182738.344000', '182738.347000', '182738.350000', '182738.353000', '182738.355000', '182738.358000', '182738.361000', '182738.364000', '182738.367000', '182738.370000', '182738.372000', '182738.375000', '182738.378000', '182738.381000', '182738.384000', '182738.387000', '182738.390000', '182738.393000', '182738.395000', '182738.398000', '182738.401000', '182738.404000', '182738.407000', '182738.410000', '182738.413000', '182738.415000', '182738.418000', '182738.421000', '182738.424000', '182738.427000', '182738.430000', '182738.433000', '182738.436000', '182738.438000', '182738.441000', '182738.444000', '182738.447000', '182738.452000', '182738.456000', '182738.459000', '182738.462000', '182758.338000', '182758.341000', '182758.344000', '182758.347000', '182758.350000', '182758.353000', '182758.355000', '182758.358000', '182758.361000', '182758.364000', '182758.367000', '182758.370000', '182758.373000', '182758.375000', '182758.378000', '182758.381000', '182758.384000', '182758.387000', '182758.390000', '182758.392000', '182758.395000', '182758.398000', '182758.401000', '182758.404000', '182758.407000', '182758.410000', '182758.413000', '182758.415000', '182758.418000', '182758.421000', '182758.424000', '182758.427000', '182758.430000', '182758.433000', '182758.435000', '182758.438000', '182758.441000', '182758.444000', '182758.447000', '182758.450000', '182758.453000', '182758.455000', '182758.458000', '182758.461000', '182818.338000', '182818.341000', '182818.344000', '182818.347000', '182818.350000', '182818.353000', '182818.356000', '182818.358000', '182818.361000', '182818.364000', '182818.367000', '182818.370000', '182818.373000', '182818.376000', '182818.379000', '182818.381000', '182818.384000', '182818.387000', '182818.390000', '182818.393000', '182818.396000', '182818.398000', '182818.401000', '182818.405000', '182818.408000', '182818.411000', '182818.414000', '182818.417000', '182818.420000', '182818.423000', '182818.426000', '182818.428000', '182818.431000', '182818.434000', '182818.437000', '182818.440000', '182818.443000', '182818.446000', '182818.449000', '182818.451000', '182818.454000', '182818.457000', '182818.466000', '182827.264000', '182827.267000', '182827.270000', '182827.273000', '182827.276000', '182827.279000', '182827.282000', '182827.285000', '182827.288000', '182827.291000', '182827.294000', '182827.297000', '182827.300000', '182827.303000', '182827.306000', '182827.309000', '182827.312000', '182827.315000', '182827.318000', '182827.321000'], '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': [15046, 11767, 13104, 10396, 9929, 10169, 10260, 15242, 11508, 10761, 10273, 9991, 14280, 10125, 10768, 10342, 10009, 11824, 10233, 10516, 10095, 9814, 10116, 10303, 11023, 10014, 11551, 10051, 9678, 10202, 10273, 14747, 10967, 12786, 9953, 10568, 10121, 10443, 12835, 10341, 12710, 9989, 11740, 9946, 8528, 10214, 10516, 11245, 10591, 13370, 9997, 9113, 10159, 10404, 13595, 10420, 10946, 10153, 9783, 9802, 10310, 11881, 9989, 9502, 10635, 10263, 10230, 9841, 9160, 9907, 10246, 10405, 9911, 9375, 10070, 9852, 9972, 9633, 9235, 10042, 9935, 10811, 10011, 8991, 10182, 10072, 12288, 10393, 11969, 10111, 10653, 15062, 10913, 9664, 10325, 10212, 11658, 10150, 10279, 13213, 10202, 11445, 11063, 10035, 11672, 10092, 10296, 13513, 9923, 10052, 10291, 9824, 10123, 10046, 10429, 11601, 10054, 10140, 10015, 10534, 14057, 10173, 10689, 10232, 10163, 13240, 9859, 9256, 10183, 10428, 10881, 10072, 9217, 10433, 10476, 10478, 9887, 9521, 9916, 10327, 13162, 9841, 9687, 10164, 10243, 14002, 9987, 9558, 10113, 10218, 12466, 9820, 9329, 10166, 10141, 9491, 9897, 10119, 13147, 10104, 11595, 9893, 10350, 12348, 9996, 11669, 9951, 9954, 14037, 10584, 11145, 10085, 9899, 12778, 9968, 10443, 10116, 9964, 13121, 9802, 10003, 11521, 10076, 10713, 9757, 9588, 10160, 10139, 9455, 9812, 9333, 10061, 9873, 10056, 9560, 9232, 10097, 10028, 10691, 9798, 10086, 9933, 10258, 13127, 9767, 9308, 10361, 10020, 11034, 9683, 9225, 9621, 10216, 11876, 9924, 9330, 9957, 10098, 13135, 9708, 10093, 9514, 10057, 9781, 10046, 10495, 14123, 11115, 9732, 14336, 9809, 9420, 11628, 10199, 11210, 10049, 9679, 11738, 10478, 12061, 9988, 9625, 9933, 10199, 8562, 9999, 10100, 10775, 10171, 7547, 10077, 10015, 10805, 9814, 9190, 9634, 10242, 9190, 9835, 9915, 12877, 9499, 10751, 11119, 10065, 11028, 9685, 10113, 14046, 9507, 9683, 9962, 9818, 11444, 9785, 10391, 14458, 10372, 9471, 9691, 10020, 10255, 9838, 9811, 10406, 9628, 9382, 10751, 10102, 11601, 9726, 10205, 11769, 9812, 10565, 9674, 9793, 12730, 9330, 8933, 10008, 9628, 9884, 9639, 10037, 12810, 9504, 9300, 9673, 10053, 9461, 9505, 9943, 9637, 9673, 9914, 9541, 9713, 13064, 9484, 9369, 9429, 9931, 12698, 9750, 8715, 9684, 10335, 13504, 9315, 10020, 11979, 9838, 10164, 9437, 10164, 11436, 9665, 8772, 9718, 9919, 10926, 9547, 9995, 12599, 10018, 10436, 9641, 10007, 13322, 9313, 10127, 13942, 10025, 9473, 9609, 10088, 9771, 9850, 9664, 12668, 9552, 10013, 11799, 9663, 10393, 9636, 9418, 11027, 9335, 9729, 12617, 9792, 10562, 9719, 9707, 12455, 9383, 10022, 14182, 10206, 9777, 9820, 9893, 11334, 9648, 9172, 9784, 9387, 9680, 9404, 9924, 12946, 9937, 9805, 9892, 9697, 12461, 9459, 9493, 9723, 9480, 8896, 9587, 9741, 13487, 9612, 9114, 9795, 9737, 10877, 9710, 10124, 11976, 9766, 9369, 9577, 9947, 13916, 9592, 9880, 10672, 10079, 10662, 9697, 9712, 9882, 9917, 8434, 9555, 9791, 10940, 9604, 9077, 9451, 10068, 11707, 9639, 9014, 9820, 10272, 12889, 9807, 9362, 9824, 10337, 13595, 10173, 9386, 9636, 10071, 11334, 10181, 11565, 9883, 9604, 9818, 10168, 13712, 9663, 9985, 9794, 9908, 14178, 9677, 10215, 9891, 9830, 10892, 9511, 8983, 9809, 9728, 11264, 9548, 9175, 9767, 9769, 13383, 9614, 8854, 9938, 9713, 13306, 9743, 10347, 9818, 9726, 10854, 9639, 8916, 10351, 9970, 9769, 9924, 9838, 9856, 10071, 11426, 9948, 10570, 9695, 8683, 10076, 9972, 13600, 10442, 10893, 9898, 9845, 12091, 9951, 10939, 9617, 9981, 10181, 10097, 11421, 9744, 9191, 9970, 9712, 10473, 9658, 9729, 12845, 9641, 9295, 9874, 10211, 12667, 9717, 9075, 9797, 9978, 11517, 9699, 9479, 9914, 10121, 11177, 9746, 9172, 10019, 10554, 13945, 9684, 9914, 9962, 10145, 11390, 10271, 11599, 9635, 9361, 9802, 9907, 10622, 9866, 10403, 13503, 9613, 10347, 9879, 10330, 12061, 10005, 10874, 9686, 10172, 13786, 9865, 10441, 11024, 10044, 10804, 9603, 10045, 12660, 9915, 9807, 9700, 10037, 10789, 9647, 8920, 10113, 10310, 9662, 9507, 10576, 11644, 10019, 9887, 9689, 10376, 11465, 9984, 10632, 9786, 9442, 9937, 10047, 11232, 9588, 10168, 12483, 10175, 11759, 9792, 10328, 13026, 9844, 9053, 9813, 10022, 9582, 9888, 9744, 9881, 9867, 8686, 9843, 10108, 13197, 9783, 9266, 9594, 9942, 12691, 10125, 9223, 9786, 9920, 11959, 10088, 9854, 12601, 9759, 10797, 10882, 9934, 10826, 9606, 10111, 13334, 9880, 9407, 9869, 9715, 9301, 9653, 10276, 11841, 9924, 10934, 9444, 10268, 13294, 10138, 9691, 9632, 10180, 10024, 9619, 9836, 11363, 9613, 9079, 10598, 9926, 9741, 9817, 10590, 13219, 10266, 9917, 9634, 10233, 10906, 9874, 9095, 10238, 9956, 9629, 9927, 9943, 10099, 10024, 12116, 9724, 9057, 9729, 10139, 12984, 9763, 9150, 10047, 9791, 9449, 9963, 9952, 12345, 9990, 9465, 9594, 9929, 12102, 9917, 9483, 9623, 9733, 8592, 9985, 9592, 9767, 9770, 8582, 9700, 9394, 9764, 9872, 10971, 9869, 9180, 9988, 10078, 12429, 10130, 9640, 9901, 10337, 13927, 10235, 9593, 9637, 9382, 9980, 9646, 10118, 10699, 13289, 10816, 12390, 9703, 9415, 9935, 9947, 10826, 9904, 9475, 10117, 9784, 9963, 9956, 8958, 10317, 9588, 11669, 10093, 9245, 10822, 9800, 10903, 10145, 9668, 13350, 9850, 11115, 10193, 9554, 10449, 10107, 9983, 11127, 9840, 10269, 10135, 9204, 10406, 9723, 10601, 10276, 9550, 10271, 9913, 10201, 10577, 9847, 13669, 10541, 9641, 10417, 9847, 9524, 11019, 9745, 11656, 10269, 9550, 10115, 9909, 9901, 11979, 9881, 10909, 10357, 9831, 10028, 10281, 9937, 12628, 10122, 9192, 10442, 9645, 9662, 10193, 9851, 10526, 9769, 9840, 9986, 9895, 14067, 9807, 10209, 10465, 9866, 9940, 10209, 10056, 13421, 9793, 9399, 10110, 9831, 10586, 10360, 10036, 10230, 9910, 9425, 10219, 9901, 9884, 10211, 9914, 10227, 9774, 10562, 10314, 9901, 10222, 9879, 10138, 12235, 9894, 10773, 10380, 9961, 13083, 9863, 9393, 10676, 9754, 10395, 10114, 10259, 11940, 10136, 10517, 10177, 10134, 13969, 10118, 9405, 10133, 9892, 10644, 9976, 10239, 12102, 9852, 11233, 10057, 9650, 13423, 9808, 9729, 10247, 9632, 10157, 9987, 10062, 11433, 9896, 9824, 9969, 9175, 10136, 9725, 10228, 10090, 9321, 10226, 9977, 10829, 10048, 9396, 10243, 9743, 12465, 10085], 'WindowCenter': [3906.0, 3871.0, 3878.0, 3845.0, 3832.0, 3830.0, 3830.0, 3861.0, 3840.0, 3828.0, 3829.0, 3818.0, 3847.0, 3816.0, 3827.0, 3817.0, 3817.0, 3837.0, 3828.0, 3827.0, 3817.0, 3819.0, 3817.0, 3828.0, 3826.0, 3817.0, 3838.0, 3817.0, 3817.0, 3828.0, 3816.0, 3847.0, 3828.0, 3837.0, 3817.0, 3816.0, 3815.0, 3827.0, 3837.0, 3816.0, 3837.0, 3816.0, 3825.0, 3815.0, 3794.0, 3816.0, 3827.0, 3826.0, 3816.0, 3847.0, 3816.0, 3805.0, 3816.0, 3827.0, 3846.0, 3815.0, 3826.0, 3815.0, 3816.0, 3815.0, 3816.0, 3824.0, 3815.0, 3806.0, 3816.0, 3815.0, 3814.0, 3815.0, 3804.0, 3816.0, 3816.0, 3816.0, 3817.0, 3805.0, 3816.0, 3816.0, 3815.0, 3817.0, 3806.0, 3816.0, 3818.0, 3827.0, 3819.0, 3807.0, 3817.0, 3818.0, 3839.0, 3829.0, 3839.0, 3829.0, 3828.0, 3859.0, 3828.0, 3817.0, 3817.0, 3828.0, 3827.0, 3817.0, 3818.0, 3837.0, 3817.0, 3827.0, 3826.0, 3816.0, 3826.0, 3816.0, 3816.0, 3835.0, 3815.0, 3816.0, 3816.0, 3816.0, 3815.0, 3815.0, 3826.0, 3825.0, 3815.0, 3815.0, 3816.0, 3827.0, 3846.0, 3816.0, 3816.0, 3816.0, 3817.0, 3836.0, 3816.0, 3805.0, 3815.0, 3815.0, 3825.0, 3816.0, 3805.0, 3816.0, 3816.0, 3816.0, 3817.0, 3816.0, 3816.0, 3817.0, 3848.0, 3818.0, 3817.0, 3817.0, 3817.0, 3848.0, 3817.0, 3817.0, 3817.0, 3817.0, 3837.0, 3817.0, 3807.0, 3828.0, 3829.0, 3816.0, 3817.0, 3828.0, 3849.0, 3818.0, 3827.0, 3817.0, 3827.0, 3838.0, 3818.0, 3838.0, 3818.0, 3817.0, 3847.0, 3828.0, 3827.0, 3817.0, 3818.0, 3836.0, 3816.0, 3816.0, 3816.0, 3816.0, 3836.0, 3816.0, 3804.0, 3825.0, 3815.0, 3815.0, 3805.0, 3805.0, 3815.0, 3816.0, 3803.0, 3815.0, 3804.0, 3816.0, 3817.0, 3816.0, 3816.0, 3805.0, 3816.0, 3817.0, 3816.0, 3816.0, 3816.0, 3816.0, 3817.0, 3837.0, 3816.0, 3806.0, 3816.0, 3816.0, 3826.0, 3817.0, 3805.0, 3816.0, 3828.0, 3838.0, 3818.0, 3817.0, 3817.0, 3828.0, 3849.0, 3819.0, 3817.0, 3819.0, 3831.0, 3832.0, 3831.0, 3842.0, 3864.0, 3830.0, 3820.0, 3849.0, 3817.0, 3806.0, 3826.0, 3816.0, 3826.0, 3817.0, 3817.0, 3826.0, 3816.0, 3837.0, 3815.0, 3805.0, 3815.0, 3816.0, 3794.0, 3815.0, 3816.0, 3826.0, 3817.0, 3784.0, 3815.0, 3817.0, 3826.0, 3817.0, 3807.0, 3816.0, 3817.0, 3806.0, 3817.0, 3818.0, 3848.0, 3817.0, 3828.0, 3827.0, 3817.0, 3827.0, 3818.0, 3817.0, 3848.0, 3817.0, 3816.0, 3818.0, 3819.0, 3827.0, 3816.0, 3817.0, 3848.0, 3817.0, 3807.0, 3806.0, 3816.0, 3815.0, 3816.0, 3816.0, 3816.0, 3817.0, 3806.0, 3827.0, 3817.0, 3827.0, 3818.0, 3828.0, 3837.0, 3817.0, 3828.0, 3817.0, 3818.0, 3837.0, 3806.0, 3807.0, 3816.0, 3817.0, 3815.0, 3805.0, 3816.0, 3837.0, 3817.0, 3806.0, 3816.0, 3817.0, 3816.0, 3816.0, 3817.0, 3816.0, 3817.0, 3817.0, 3806.0, 3818.0, 3837.0, 3817.0, 3805.0, 3805.0, 3817.0, 3838.0, 3817.0, 3807.0, 3806.0, 3817.0, 3848.0, 3806.0, 3817.0, 3828.0, 3816.0, 3816.0, 3805.0, 3817.0, 3826.0, 3806.0, 3795.0, 3805.0, 3817.0, 3827.0, 3818.0, 3819.0, 3838.0, 3818.0, 3828.0, 3818.0, 3818.0, 3848.0, 3806.0, 3817.0, 3848.0, 3817.0, 3817.0, 3805.0, 3815.0, 3815.0, 3816.0, 3806.0, 3837.0, 3817.0, 3817.0, 3825.0, 3816.0, 3816.0, 3806.0, 3806.0, 3826.0, 3807.0, 3817.0, 3836.0, 3816.0, 3827.0, 3816.0, 3817.0, 3837.0, 3806.0, 3817.0, 3847.0, 3817.0, 3816.0, 3817.0, 3817.0, 3826.0, 3805.0, 3806.0, 3817.0, 3807.0, 3817.0, 3817.0, 3817.0, 3837.0, 3817.0, 3817.0, 3817.0, 3817.0, 3837.0, 3817.0, 3817.0, 3817.0, 3817.0, 3806.0, 3806.0, 3816.0, 3848.0, 3817.0, 3806.0, 3817.0, 3817.0, 3827.0, 3817.0, 3828.0, 3838.0, 3818.0, 3817.0, 3816.0, 3817.0, 3848.0, 3816.0, 3816.0, 3814.0, 3815.0, 3816.0, 3805.0, 3817.0, 3815.0, 3816.0, 3794.0, 3805.0, 3817.0, 3827.0, 3817.0, 3806.0, 3816.0, 3817.0, 3837.0, 3818.0, 3806.0, 3816.0, 3817.0, 3847.0, 3818.0, 3817.0, 3817.0, 3817.0, 3848.0, 3817.0, 3806.0, 3818.0, 3818.0, 3827.0, 3828.0, 3839.0, 3818.0, 3819.0, 3818.0, 3828.0, 3849.0, 3818.0, 3818.0, 3818.0, 3818.0, 3849.0, 3817.0, 3818.0, 3818.0, 3829.0, 3827.0, 3817.0, 3806.0, 3817.0, 3817.0, 3827.0, 3818.0, 3807.0, 3815.0, 3817.0, 3848.0, 3818.0, 3806.0, 3817.0, 3817.0, 3847.0, 3817.0, 3817.0, 3817.0, 3817.0, 3827.0, 3805.0, 3807.0, 3816.0, 3817.0, 3817.0, 3818.0, 3817.0, 3818.0, 3819.0, 3839.0, 3819.0, 3828.0, 3819.0, 3807.0, 3817.0, 3817.0, 3847.0, 3828.0, 3826.0, 3818.0, 3817.0, 3836.0, 3816.0, 3828.0, 3817.0, 3817.0, 3816.0, 3816.0, 3827.0, 3806.0, 3806.0, 3816.0, 3817.0, 3816.0, 3805.0, 3806.0, 3837.0, 3817.0, 3806.0, 3815.0, 3816.0, 3836.0, 3806.0, 3805.0, 3816.0, 3817.0, 3826.0, 3817.0, 3817.0, 3817.0, 3817.0, 3827.0, 3817.0, 3806.0, 3816.0, 3827.0, 3848.0, 3807.0, 3816.0, 3817.0, 3817.0, 3825.0, 3816.0, 3827.0, 3817.0, 3806.0, 3817.0, 3817.0, 3816.0, 3815.0, 3816.0, 3848.0, 3817.0, 3816.0, 3816.0, 3816.0, 3837.0, 3818.0, 3827.0, 3818.0, 3828.0, 3848.0, 3816.0, 3828.0, 3828.0, 3817.0, 3826.0, 3817.0, 3816.0, 3836.0, 3816.0, 3816.0, 3816.0, 3816.0, 3826.0, 3816.0, 3805.0, 3816.0, 3816.0, 3805.0, 3806.0, 3827.0, 3826.0, 3817.0, 3816.0, 3817.0, 3817.0, 3826.0, 3817.0, 3828.0, 3818.0, 3818.0, 3818.0, 3818.0, 3827.0, 3816.0, 3817.0, 3838.0, 3818.0, 3838.0, 3816.0, 3817.0, 3837.0, 3818.0, 3806.0, 3817.0, 3818.0, 3817.0, 3817.0, 3819.0, 3818.0, 3829.0, 3807.0, 3817.0, 3829.0, 3849.0, 3819.0, 3818.0, 3817.0, 3818.0, 3850.0, 3830.0, 3819.0, 3829.0, 3819.0, 3840.0, 3829.0, 3830.0, 3839.0, 3818.0, 3829.0, 3829.0, 3817.0, 3827.0, 3818.0, 3828.0, 3847.0, 3816.0, 3806.0, 3817.0, 3817.0, 3805.0, 3817.0, 3817.0, 3838.0, 3816.0, 3827.0, 3817.0, 3816.0, 3848.0, 3817.0, 3806.0, 3805.0, 3815.0, 3815.0, 3805.0, 3816.0, 3826.0, 3816.0, 3805.0, 3815.0, 3816.0, 3816.0, 3818.0, 3828.0, 3847.0, 3817.0, 3817.0, 3817.0, 3828.0, 3827.0, 3817.0, 3806.0, 3817.0, 3818.0, 3817.0, 3818.0, 3818.0, 3818.0, 3818.0, 3838.0, 3818.0, 3807.0, 3816.0, 3816.0, 3849.0, 3817.0, 3806.0, 3816.0, 3817.0, 3805.0, 3815.0, 3817.0, 3837.0, 3817.0, 3806.0, 3816.0, 3816.0, 3836.0, 3815.0, 3805.0, 3804.0, 3805.0, 3794.0, 3815.0, 3817.0, 3817.0, 3818.0, 3805.0, 3817.0, 3807.0, 3818.0, 3818.0, 3827.0, 3818.0, 3806.0, 3817.0, 3817.0, 3838.0, 3818.0, 3817.0, 3817.0, 3828.0, 3848.0, 3828.0, 3819.0, 3818.0, 3807.0, 3830.0, 3818.0, 3843.0, 3843.0, 3851.0, 3830.0, 3840.0, 3818.0, 3808.0, 3817.0, 3817.0, 3827.0, 3816.0, 3806.0, 3816.0, 3817.0, 3816.0, 3818.0, 3807.0, 3829.0, 3830.0, 3838.0, 3829.0, 3819.0, 3829.0, 3819.0, 3829.0, 3830.0, 3819.0, 3848.0, 3818.0, 3828.0, 3817.0, 3817.0, 3827.0, 3817.0, 3816.0, 3827.0, 3817.0, 3828.0, 3829.0, 3818.0, 3841.0, 3831.0, 3829.0, 3830.0, 3831.0, 3831.0, 3832.0, 3832.0, 3842.0, 3831.0, 3862.0, 3829.0, 3820.0, 3830.0, 3830.0, 3820.0, 3829.0, 3818.0, 3840.0, 3818.0, 3818.0, 3816.0, 3819.0, 3830.0, 3838.0, 3817.0, 3829.0, 3828.0, 3818.0, 3818.0, 3817.0, 3817.0, 3837.0, 3816.0, 3806.0, 3827.0, 3818.0, 3817.0, 3817.0, 3818.0, 3829.0, 3819.0, 3818.0, 3830.0, 3819.0, 3849.0, 3818.0, 3819.0, 3828.0, 3819.0, 3817.0, 3817.0, 3818.0, 3849.0, 3818.0, 3818.0, 3817.0, 3817.0, 3816.0, 3816.0, 3818.0, 3817.0, 3818.0, 3818.0, 3817.0, 3817.0, 3817.0, 3829.0, 3829.0, 3828.0, 3828.0, 3829.0, 3829.0, 3830.0, 3829.0, 3830.0, 3829.0, 3839.0, 3818.0, 3828.0, 3829.0, 3818.0, 3849.0, 3817.0, 3817.0, 3827.0, 3818.0, 3827.0, 3828.0, 3829.0, 3838.0, 3829.0, 3828.0, 3829.0, 3828.0, 3848.0, 3817.0, 3807.0, 3817.0, 3818.0, 3827.0, 3817.0, 3817.0, 3837.0, 3817.0, 3826.0, 3816.0, 3816.0, 3847.0, 3817.0, 3816.0, 3816.0, 3817.0, 3815.0, 3816.0, 3816.0, 3827.0, 3817.0, 3816.0, 3829.0, 3818.0, 3816.0, 3817.0, 3828.0, 3829.0, 3818.0, 3829.0, 3829.0, 3827.0, 3817.0, 3818.0, 3829.0, 3819.0, 3839.0, 3829.0], 'WindowWidth': [8733.0, 8673.0, 8676.0, 8626.0, 8603.0, 8597.0, 8595.0, 8638.0, 8611.0, 8591.0, 8592.0, 8577.0, 8614.0, 8571.0, 8589.0, 8574.0, 8575.0, 8600.0, 8588.0, 8587.0, 8574.0, 8577.0, 8574.0, 8589.0, 8585.0, 8573.0, 8603.0, 8574.0, 8574.0, 8589.0, 8571.0, 8615.0, 8589.0, 8601.0, 8575.0, 8571.0, 8568.0, 8586.0, 8603.0, 8572.0, 8600.0, 8569.0, 8582.0, 8569.0, 8539.0, 8569.0, 8586.0, 8584.0, 8569.0, 8614.0, 8572.0, 8555.0, 8572.0, 8587.0, 8610.0, 8568.0, 8583.0, 8568.0, 8569.0, 8568.0, 8570.0, 8579.0, 8567.0, 8557.0, 8570.0, 8569.0, 8564.0, 8567.0, 8552.0, 8570.0, 8572.0, 8571.0, 8574.0, 8556.0, 8569.0, 8570.0, 8570.0, 8575.0, 8558.0, 8572.0, 8575.0, 8589.0, 8579.0, 8561.0, 8574.0, 8577.0, 8609.0, 8592.0, 8606.0, 8592.0, 8591.0, 8634.0, 8591.0, 8573.0, 8572.0, 8589.0, 8588.0, 8573.0, 8576.0, 8603.0, 8572.0, 8587.0, 8584.0, 8570.0, 8583.0, 8571.0, 8571.0, 8595.0, 8568.0, 8570.0, 8569.0, 8569.0, 8566.0, 8568.0, 8583.0, 8582.0, 8567.0, 8566.0, 8572.0, 8585.0, 8611.0, 8571.0, 8571.0, 8569.0, 8572.0, 8597.0, 8569.0, 8554.0, 8568.0, 8567.0, 8580.0, 8569.0, 8555.0, 8571.0, 8570.0, 8570.0, 8575.0, 8572.0, 8569.0, 8573.0, 8617.0, 8577.0, 8574.0, 8572.0, 8573.0, 8617.0, 8574.0, 8571.0, 8573.0, 8573.0, 8600.0, 8572.0, 8561.0, 8589.0, 8592.0, 8570.0, 8573.0, 8589.0, 8619.0, 8575.0, 8588.0, 8573.0, 8586.0, 8603.0, 8575.0, 8602.0, 8578.0, 8574.0, 8613.0, 8589.0, 8587.0, 8572.0, 8575.0, 8598.0, 8569.0, 8571.0, 8569.0, 8570.0, 8596.0, 8569.0, 8552.0, 8580.0, 8566.0, 8567.0, 8555.0, 8554.0, 8568.0, 8569.0, 8550.0, 8566.0, 8552.0, 8571.0, 8574.0, 8570.0, 8571.0, 8556.0, 8572.0, 8572.0, 8570.0, 8570.0, 8571.0, 8572.0, 8571.0, 8599.0, 8569.0, 8556.0, 8569.0, 8568.0, 8583.0, 8572.0, 8555.0, 8569.0, 8588.0, 8604.0, 8577.0, 8576.0, 8572.0, 8589.0, 8619.0, 8576.0, 8572.0, 8579.0, 8598.0, 8600.0, 8598.0, 8613.0, 8649.0, 8597.0, 8580.0, 8617.0, 8572.0, 8555.0, 8581.0, 8569.0, 8584.0, 8574.0, 8573.0, 8584.0, 8569.0, 8599.0, 8566.0, 8555.0, 8567.0, 8569.0, 8537.0, 8566.0, 8570.0, 8585.0, 8573.0, 8526.0, 8567.0, 8572.0, 8584.0, 8574.0, 8559.0, 8571.0, 8572.0, 8559.0, 8572.0, 8574.0, 8616.0, 8574.0, 8589.0, 8588.0, 8572.0, 8586.0, 8576.0, 8574.0, 8615.0, 8574.0, 8572.0, 8575.0, 8579.0, 8588.0, 8570.0, 8572.0, 8618.0, 8574.0, 8558.0, 8557.0, 8569.0, 8569.0, 8569.0, 8571.0, 8571.0, 8574.0, 8558.0, 8585.0, 8572.0, 8587.0, 8577.0, 8588.0, 8600.0, 8571.0, 8589.0, 8574.0, 8574.0, 8600.0, 8557.0, 8558.0, 8571.0, 8572.0, 8569.0, 8553.0, 8570.0, 8598.0, 8573.0, 8556.0, 8571.0, 8571.0, 8570.0, 8571.0, 8572.0, 8572.0, 8574.0, 8573.0, 8558.0, 8575.0, 8601.0, 8574.0, 8555.0, 8555.0, 8571.0, 8603.0, 8574.0, 8559.0, 8557.0, 8572.0, 8615.0, 8557.0, 8573.0, 8588.0, 8569.0, 8571.0, 8554.0, 8571.0, 8584.0, 8556.0, 8540.0, 8556.0, 8571.0, 8585.0, 8577.0, 8579.0, 8603.0, 8575.0, 8591.0, 8577.0, 8578.0, 8617.0, 8556.0, 8574.0, 8616.0, 8574.0, 8573.0, 8555.0, 8566.0, 8568.0, 8570.0, 8557.0, 8599.0, 8573.0, 8572.0, 8582.0, 8568.0, 8572.0, 8556.0, 8558.0, 8585.0, 8562.0, 8574.0, 8598.0, 8570.0, 8588.0, 8571.0, 8575.0, 8599.0, 8558.0, 8572.0, 8613.0, 8574.0, 8570.0, 8573.0, 8574.0, 8582.0, 8556.0, 8558.0, 8574.0, 8559.0, 8573.0, 8574.0, 8572.0, 8599.0, 8574.0, 8572.0, 8573.0, 8573.0, 8601.0, 8572.0, 8572.0, 8574.0, 8575.0, 8559.0, 8556.0, 8571.0, 8615.0, 8574.0, 8560.0, 8575.0, 8575.0, 8588.0, 8573.0, 8590.0, 8605.0, 8577.0, 8576.0, 8570.0, 8572.0, 8617.0, 8572.0, 8570.0, 8567.0, 8567.0, 8570.0, 8554.0, 8572.0, 8568.0, 8570.0, 8541.0, 8555.0, 8572.0, 8586.0, 8574.0, 8558.0, 8571.0, 8574.0, 8601.0, 8577.0, 8559.0, 8571.0, 8573.0, 8616.0, 8576.0, 8575.0, 8573.0, 8573.0, 8615.0, 8574.0, 8557.0, 8576.0, 8577.0, 8587.0, 8589.0, 8606.0, 8577.0, 8580.0, 8577.0, 8591.0, 8620.0, 8578.0, 8577.0, 8576.0, 8577.0, 8619.0, 8575.0, 8577.0, 8576.0, 8594.0, 8587.0, 8573.0, 8558.0, 8574.0, 8574.0, 8588.0, 8577.0, 8560.0, 8570.0, 8572.0, 8617.0, 8576.0, 8558.0, 8573.0, 8574.0, 8614.0, 8573.0, 8574.0, 8573.0, 8572.0, 8585.0, 8555.0, 8559.0, 8571.0, 8572.0, 8573.0, 8576.0, 8576.0, 8578.0, 8580.0, 8605.0, 8578.0, 8589.0, 8579.0, 8561.0, 8574.0, 8573.0, 8614.0, 8588.0, 8583.0, 8575.0, 8574.0, 8597.0, 8571.0, 8590.0, 8574.0, 8574.0, 8571.0, 8569.0, 8585.0, 8557.0, 8557.0, 8571.0, 8572.0, 8571.0, 8554.0, 8556.0, 8599.0, 8572.0, 8557.0, 8568.0, 8569.0, 8596.0, 8557.0, 8554.0, 8571.0, 8575.0, 8586.0, 8574.0, 8573.0, 8574.0, 8573.0, 8586.0, 8574.0, 8558.0, 8570.0, 8584.0, 8616.0, 8559.0, 8570.0, 8573.0, 8573.0, 8583.0, 8571.0, 8588.0, 8575.0, 8559.0, 8574.0, 8574.0, 8572.0, 8568.0, 8571.0, 8615.0, 8573.0, 8572.0, 8569.0, 8571.0, 8599.0, 8576.0, 8588.0, 8579.0, 8591.0, 8616.0, 8572.0, 8589.0, 8589.0, 8571.0, 8584.0, 8573.0, 8571.0, 8596.0, 8570.0, 8572.0, 8570.0, 8570.0, 8582.0, 8571.0, 8554.0, 8570.0, 8569.0, 8554.0, 8556.0, 8585.0, 8585.0, 8573.0, 8570.0, 8574.0, 8575.0, 8585.0, 8574.0, 8589.0, 8576.0, 8575.0, 8576.0, 8577.0, 8586.0, 8569.0, 8574.0, 8604.0, 8574.0, 8602.0, 8570.0, 8572.0, 8600.0, 8575.0, 8559.0, 8573.0, 8575.0, 8573.0, 8575.0, 8579.0, 8578.0, 8593.0, 8562.0, 8574.0, 8591.0, 8619.0, 8578.0, 8578.0, 8575.0, 8577.0, 8622.0, 8595.0, 8581.0, 8593.0, 8579.0, 8611.0, 8594.0, 8596.0, 8609.0, 8577.0, 8593.0, 8593.0, 8574.0, 8588.0, 8576.0, 8588.0, 8613.0, 8571.0, 8558.0, 8573.0, 8575.0, 8556.0, 8573.0, 8574.0, 8604.0, 8572.0, 8588.0, 8574.0, 8572.0, 8616.0, 8574.0, 8558.0, 8555.0, 8568.0, 8568.0, 8553.0, 8570.0, 8583.0, 8571.0, 8556.0, 8569.0, 8570.0, 8570.0, 8576.0, 8590.0, 8612.0, 8573.0, 8574.0, 8574.0, 8590.0, 8586.0, 8573.0, 8558.0, 8573.0, 8575.0, 8574.0, 8577.0, 8577.0, 8576.0, 8576.0, 8603.0, 8577.0, 8561.0, 8571.0, 8570.0, 8618.0, 8572.0, 8558.0, 8572.0, 8573.0, 8556.0, 8567.0, 8572.0, 8601.0, 8572.0, 8557.0, 8569.0, 8568.0, 8596.0, 8567.0, 8553.0, 8553.0, 8554.0, 8538.0, 8567.0, 8573.0, 8573.0, 8575.0, 8555.0, 8573.0, 8559.0, 8575.0, 8575.0, 8587.0, 8575.0, 8559.0, 8572.0, 8573.0, 8603.0, 8575.0, 8574.0, 8573.0, 8588.0, 8616.0, 8590.0, 8576.0, 8575.0, 8557.0, 8596.0, 8579.0, 8618.0, 8620.0, 8628.0, 8595.0, 8607.0, 8577.0, 8561.0, 8572.0, 8570.0, 8585.0, 8569.0, 8556.0, 8570.0, 8572.0, 8570.0, 8575.0, 8559.0, 8593.0, 8595.0, 8604.0, 8591.0, 8579.0, 8592.0, 8579.0, 8592.0, 8595.0, 8578.0, 8617.0, 8575.0, 8588.0, 8573.0, 8574.0, 8585.0, 8574.0, 8570.0, 8586.0, 8574.0, 8590.0, 8593.0, 8577.0, 8614.0, 8599.0, 8592.0, 8596.0, 8600.0, 8600.0, 8601.0, 8603.0, 8615.0, 8599.0, 8644.0, 8593.0, 8582.0, 8596.0, 8595.0, 8582.0, 8593.0, 8576.0, 8609.0, 8577.0, 8577.0, 8573.0, 8580.0, 8595.0, 8605.0, 8574.0, 8592.0, 8591.0, 8575.0, 8575.0, 8573.0, 8574.0, 8600.0, 8570.0, 8557.0, 8587.0, 8577.0, 8573.0, 8575.0, 8576.0, 8593.0, 8578.0, 8579.0, 8596.0, 8581.0, 8621.0, 8578.0, 8578.0, 8590.0, 8579.0, 8574.0, 8572.0, 8576.0, 8619.0, 8577.0, 8578.0, 8574.0, 8573.0, 8571.0, 8571.0, 8574.0, 8574.0, 8578.0, 8575.0, 8573.0, 8574.0, 8574.0, 8592.0, 8593.0, 8591.0, 8590.0, 8595.0, 8593.0, 8595.0, 8594.0, 8596.0, 8595.0, 8607.0, 8575.0, 8591.0, 8592.0, 8578.0, 8618.0, 8574.0, 8575.0, 8590.0, 8576.0, 8589.0, 8592.0, 8592.0, 8606.0, 8594.0, 8589.0, 8593.0, 8591.0, 8618.0, 8575.0, 8560.0, 8572.0, 8577.0, 8588.0, 8573.0, 8574.0, 8600.0, 8573.0, 8585.0, 8572.0, 8572.0, 8613.0, 8573.0, 8572.0, 8572.0, 8573.0, 8568.0, 8570.0, 8572.0, 8587.0, 8573.0, 8571.0, 8593.0, 8576.0, 8574.0, 8574.0, 8591.0, 8593.0, 8578.0, 8592.0, 8595.0, 8588.0, 8573.0, 8576.0, 8593.0, 8578.0, 8606.0, 8593.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.0002691098901098901</td></tr>
<tr><td colspan=3>aqi</td><td>0.017963834615384613</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.49785907356435</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.182826984840484</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0012133866666664</td></tr>
<tr><td colspan=3>efc</td><td>0.4971</td></tr>
<tr><td colspan=3>fber</td><td>3986.2192</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08097961777840826</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7692307692307693</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.392455872202543</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3815259432199967</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6411491188482796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1546925545393525</td></tr>
<tr><td colspan=3>gcor</td><td>0.00349574</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013926839455962181</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02905786968767643</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.9286779048902276</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>23.3631</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9097</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.9508</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.8288</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4611</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.2564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3035.5383</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.7726</td></tr>
<tr><td colspan=3>tsnr</td><td>42.60645824694075</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>