<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-02/func/sub-0043_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>7aea1afa4dd3dbfbb06253d33700ab74</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>11:56:45.302500</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.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</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.0837683</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>[4141, -7775, -7292, 597, -79, -340, 13, 86]</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>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49b9dd72-8216-4707-b20e-2389e61efd0e||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.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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': ['115645.302500', '115645.762500', '115646.222500', '115646.682500', '115647.142500', '115647.602500', '115648.062500', '115648.522500', '115648.982500', '115649.442500', '115649.902500', '115650.362500', '115650.822500', '115651.282500', '115651.742500', '115652.202500', '115652.662500', '115653.122500', '115653.582500', '115654.042500', '115654.502500', '115654.962500', '115655.422500', '115655.882500', '115656.342500', '115656.802500', '115657.262500', '115657.722500', '115658.182500', '115658.642500', '115659.102500', '115659.562500', '115700.022500', '115700.482500', '115700.942500', '115701.402500', '115701.862500', '115702.322500', '115702.782500', '115703.242500', '115703.702500', '115704.162500', '115704.622500', '115705.082500', '115705.542500', '115706.002500', '115706.462500', '115706.922500', '115707.382500', '115707.842500', '115708.302500', '115708.762500', '115709.222500', '115709.682500', '115710.142500', '115710.602500', '115711.062500', '115711.522500', '115711.982500', '115712.442500', '115712.902500', '115713.362500', '115713.822500', '115714.282500', '115714.742500', '115715.202500', '115715.662500', '115716.122500', '115716.582500', '115717.042500', '115717.502500', '115717.962500', '115718.422500', '115718.882500', '115719.342500', '115719.802500', '115720.262500', '115720.722500', '115721.182500', '115721.642500', '115722.102500', '115722.562500', '115723.022500', '115723.482500', '115723.942500', '115724.402500', '115724.862500', '115725.322500', '115725.782500', '115726.242500', '115726.702500', '115727.162500', '115727.622500', '115728.082500', '115728.542500', '115729.002500', '115729.462500', '115729.922500', '115730.382500', '115730.842500', '115731.302500', '115731.762500', '115732.222500', '115732.682500', '115733.142500', '115733.602500', '115734.062500', '115734.522500', '115734.982500', '115735.442500', '115735.902500', '115736.362500', '115736.822500', '115737.282500', '115737.742500', '115738.202500', '115738.662500', '115739.122500', '115739.582500', '115740.042500', '115740.502500', '115740.962500', '115741.422500', '115741.882500', '115742.342500', '115742.802500', '115743.262500', '115743.722500', '115744.182500', '115744.642500', '115745.102500', '115745.562500', '115746.022500', '115746.482500', '115746.942500', '115747.402500', '115747.862500', '115748.322500', '115748.782500', '115749.242500', '115749.702500', '115750.162500', '115750.622500', '115751.082500', '115751.542500', '115752.002500', '115752.462500', '115752.922500', '115753.382500', '115753.842500', '115754.302500', '115754.762500', '115755.222500', '115755.682500', '115756.142500', '115756.602500', '115757.062500', '115757.522500', '115757.982500', '115758.442500', '115758.902500', '115759.362500', '115759.822500', '115800.282500', '115800.742500', '115801.202500', '115801.662500', '115802.122500', '115802.582500', '115803.042500', '115803.502500', '115803.962500', '115804.422500', '115804.882500', '115805.342500', '115805.802500', '115806.262500', '115806.722500', '115807.182500', '115807.642500', '115808.102500', '115808.562500', '115809.022500', '115809.482500', '115809.942500', '115810.402500', '115810.862500', '115811.322500', '115811.782500', '115812.242500', '115812.702500', '115813.162500', '115813.622500', '115814.082500', '115814.542500', '115815.002500', '115815.462500', '115815.922500', '115816.382500', '115816.842500', '115817.302500', '115817.762500', '115818.222500', '115818.682500', '115819.142500', '115819.602500', '115820.062500', '115820.522500', '115820.982500', '115821.442500', '115821.902500', '115822.362500', '115822.822500', '115823.282500', '115823.742500', '115824.202500', '115824.662500', '115825.122500', '115825.582500', '115826.042500', '115826.502500', '115826.962500', '115827.422500', '115827.882500', '115828.342500', '115828.802500', '115829.262500', '115829.722500', '115830.182500', '115830.642500', '115831.102500', '115831.562500', '115832.022500', '115832.482500', '115832.942500', '115833.402500', '115833.862500', '115834.322500', '115834.782500', '115835.242500', '115835.702500', '115836.162500', '115836.622500', '115837.082500', '115837.542500', '115838.002500', '115838.462500', '115838.922500', '115839.382500', '115839.842500', '115840.302500', '115840.762500', '115841.222500', '115841.682500', '115842.142500', '115842.602500', '115843.062500', '115843.522500', '115843.982500', '115844.442500', '115844.902500', '115845.362500', '115845.822500', '115846.282500', '115846.742500', '115847.202500', '115847.662500', '115848.122500', '115848.582500', '115849.042500', '115849.502500', '115849.962500', '115850.422500', '115850.882500', '115851.342500', '115851.802500', '115852.262500', '115852.722500', '115853.182500', '115853.642500', '115854.102500', '115854.562500', '115855.022500', '115855.482500', '115855.942500', '115856.402500', '115856.862500', '115857.322500', '115857.782500', '115858.242500', '115858.702500', '115859.162500', '115859.622500', '115900.082500', '115900.542500', '115901.002500', '115901.462500', '115901.922500', '115902.382500', '115902.842500', '115903.302500', '115903.762500', '115904.222500', '115904.682500', '115905.142500', '115905.602500', '115906.062500', '115906.522500', '115906.982500', '115907.442500', '115907.902500', '115908.362500', '115908.822500', '115909.282500', '115909.742500', '115910.202500', '115910.662500', '115911.122500', '115911.582500', '115912.042500', '115912.502500', '115912.962500', '115913.422500', '115913.882500', '115914.342500', '115914.802500', '115915.262500', '115915.722500', '115916.182500', '115916.642500', '115917.102500', '115917.562500', '115918.022500', '115918.482500', '115918.942500', '115919.402500', '115919.862500', '115920.322500', '115920.782500', '115921.242500', '115921.702500', '115922.162500', '115922.622500', '115923.082500', '115923.542500', '115924.002500', '115924.462500', '115924.922500', '115925.382500', '115925.842500', '115926.302500', '115926.762500', '115927.222500', '115927.682500', '115928.142500', '115928.602500', '115929.062500', '115929.522500', '115929.982500', '115930.442500', '115930.902500', '115931.362500', '115931.822500', '115932.282500', '115932.742500', '115933.202500', '115933.662500', '115934.122500', '115934.582500', '115935.042500', '115935.502500', '115935.962500', '115936.422500', '115936.882500', '115937.342500', '115937.802500', '115938.262500', '115938.722500', '115939.182500', '115939.642500', '115940.102500', '115940.562500', '115941.022500', '115941.482500', '115941.942500', '115942.402500', '115942.862500', '115943.322500', '115943.782500', '115944.242500', '115944.702500', '115945.162500', '115945.622500', '115946.082500', '115946.542500', '115947.002500', '115947.462500', '115947.922500', '115948.382500', '115948.842500', '115949.302500', '115949.762500', '115950.222500', '115950.682500', '115951.142500', '115951.602500', '115952.062500', '115952.522500', '115952.982500', '115953.442500', '115953.902500', '115954.362500', '115954.822500', '115955.282500', '115955.742500', '115956.202500', '115956.662500', '115957.122500', '115957.582500', '115958.042500', '115958.502500', '115958.962500', '115959.422500', '115959.882500', '120000.342500', '120000.802500', '120001.262500', '120001.722500', '120002.182500', '120002.642500', '120003.102500', '120003.562500', '120004.022500', '120004.482500', '120004.942500', '120005.402500', '120005.862500', '120006.322500', '120006.782500', '120007.242500', '120007.702500', '120008.162500', '120008.622500', '120009.082500', '120009.542500', '120010.002500', '120010.462500', '120010.922500', '120011.382500', '120011.842500', '120012.302500', '120012.762500', '120013.222500', '120013.682500', '120014.142500', '120014.602500', '120015.062500', '120015.522500', '120015.982500', '120016.442500', '120016.902500', '120017.362500', '120017.822500', '120018.282500', '120018.742500', '120019.202500', '120019.662500', '120020.122500', '120020.582500', '120021.042500', '120021.502500', '120021.962500', '120022.422500', '120022.882500', '120023.342500', '120023.802500', '120024.262500', '120024.722500', '120025.182500', '120025.642500', '120026.102500', '120026.562500', '120027.022500', '120027.482500', '120027.942500', '120028.402500', '120028.862500', '120029.322500', '120029.782500', '120030.242500', '120030.702500', '120031.162500', '120031.622500', '120032.082500', '120032.542500', '120033.002500', '120033.462500', '120033.922500', '120034.382500', '120034.842500', '120035.302500', '120035.762500', '120036.222500', '120036.682500', '120037.142500', '120037.602500', '120038.062500', '120038.522500', '120038.982500', '120039.442500', '120039.902500', '120040.362500', '120040.822500', '120041.282500', '120041.742500', '120042.202500', '120042.662500', '120043.122500', '120043.582500', '120044.042500', '120044.502500', '120044.962500', '120045.422500', '120045.882500', '120046.342500', '120046.802500', '120047.262500', '120047.722500', '120048.182500', '120048.642500', '120049.102500', '120049.562500', '120050.022500', '120050.482500', '120050.942500', '120051.402500', '120051.862500', '120052.322500', '120052.782500', '120053.242500', '120053.702500', '120054.162500', '120054.622500', '120055.082500', '120055.542500', '120056.002500', '120056.462500', '120056.922500', '120057.382500', '120057.842500', '120058.302500', '120058.762500', '120059.222500', '120059.682500', '120100.142500', '120100.602500', '120101.062500', '120101.522500', '120101.982500', '120102.442500', '120102.902500', '120103.362500', '120103.822500', '120104.282500', '120104.742500', '120105.202500', '120105.662500', '120106.122500', '120106.582500', '120107.042500', '120107.502500', '120107.962500', '120108.422500', '120108.882500', '120109.342500', '120109.802500', '120110.262500', '120110.722500', '120111.182500', '120111.642500', '120112.102500', '120112.562500', '120113.022500', '120113.482500', '120113.942500', '120114.402500', '120114.862500', '120115.322500', '120115.782500', '120116.242500', '120116.702500', '120117.162500', '120117.622500', '120118.082500', '120118.542500', '120119.002500', '120119.462500', '120119.922500', '120120.382500', '120120.842500', '120121.302500', '120121.762500', '120122.222500', '120122.682500', '120123.142500', '120123.602500', '120124.062500', '120124.522500', '120124.982500', '120125.442500', '120125.902500', '120126.362500', '120126.822500', '120127.282500', '120127.742500', '120128.202500', '120128.662500', '120129.122500', '120129.582500', '120130.042500', '120130.502500', '120130.962500', '120131.422500', '120131.882500', '120132.342500', '120132.802500', '120133.262500', '120133.722500', '120134.182500', '120134.642500', '120135.102500', '120135.562500', '120136.022500', '120136.482500', '120136.942500', '120137.402500', '120137.862500', '120138.322500', '120138.782500', '120139.242500', '120139.702500', '120140.162500', '120140.622500', '120141.082500', '120141.542500', '120142.002500', '120142.462500', '120142.922500', '120143.382500', '120143.842500', '120144.302500', '120144.762500', '120145.222500', '120145.682500', '120146.142500', '120146.602500', '120147.062500', '120147.522500', '120147.982500', '120148.442500', '120148.902500', '120149.362500', '120149.822500', '120150.282500', '120150.742500', '120151.202500', '120151.662500', '120152.122500', '120152.582500', '120153.042500', '120153.502500', '120153.962500', '120154.422500', '120154.882500', '120155.342500', '120155.802500', '120156.262500', '120156.722500', '120157.182500', '120157.642500', '120158.102500', '120158.562500', '120159.022500', '120159.482500', '120159.942500', '120200.402500', '120200.862500', '120201.322500', '120201.782500', '120202.242500', '120202.702500', '120203.162500', '120203.622500', '120204.082500', '120204.542500', '120205.002500', '120205.462500', '120205.922500', '120206.382500', '120206.842500', '120207.302500', '120207.762500', '120208.222500', '120208.682500', '120209.142500', '120209.602500', '120210.062500', '120210.522500', '120210.982500', '120211.442500', '120211.902500', '120212.362500', '120212.822500', '120213.282500', '120213.742500', '120214.202500', '120214.662500', '120215.122500', '120215.582500', '120216.042500', '120216.502500', '120216.962500', '120217.422500', '120217.882500', '120218.342500', '120218.802500', '120219.262500', '120219.722500', '120220.182500', '120220.642500', '120221.102500', '120221.562500', '120222.022500', '120222.482500', '120222.942500', '120223.402500', '120223.862500', '120224.322500', '120224.782500', '120225.242500', '120225.702500', '120226.162500', '120226.622500', '120227.082500', '120227.542500', '120228.002500', '120228.462500', '120228.922500', '120229.382500', '120229.842500', '120230.302500', '120230.762500', '120231.222500', '120231.682500', '120232.142500', '120232.602500', '120233.062500', '120233.522500', '120233.982500', '120234.442500', '120234.902500', '120235.362500', '120235.822500', '120236.282500', '120236.742500', '120237.202500', '120237.662500', '120238.122500', '120238.582500', '120239.042500', '120239.502500', '120239.962500', '120240.422500', '120240.882500', '120241.342500', '120241.802500', '120242.262500', '120242.722500', '120243.182500', '120243.642500', '120244.102500', '120244.562500', '120245.022500', '120245.482500', '120245.942500', '120246.402500', '120246.862500', '120247.322500', '120247.782500', '120248.242500', '120248.702500', '120249.162500', '120249.622500', '120250.082500', '120250.542500', '120251.002500', '120251.462500', '120251.922500', '120252.382500', '120252.842500', '120253.302500', '120253.762500', '120254.222500', '120254.682500', '120255.142500', '120255.602500', '120256.062500', '120256.522500', '120256.982500', '120257.442500', '120257.902500', '120258.362500', '120258.822500', '120259.282500', '120259.742500', '120300.202500', '120300.662500', '120301.122500', '120301.582500', '120302.042500', '120302.502500', '120302.962500', '120303.422500', '120303.882500', '120304.342500', '120304.802500', '120305.262500', '120305.722500', '120306.182500', '120306.642500', '120307.102500', '120307.562500', '120308.022500', '120308.482500', '120308.942500', '120309.402500', '120309.862500', '120310.322500', '120310.782500', '120311.242500', '120311.702500', '120312.162500', '120312.622500', '120313.082500', '120313.542500', '120314.002500', '120314.462500', '120314.922500', '120315.382500', '120315.842500', '120316.302500', '120316.762500', '120317.222500', '120317.682500', '120318.142500', '120318.602500', '120319.062500', '120319.522500', '120319.982500', '120320.442500', '120320.902500', '120321.362500', '120321.822500', '120322.282500', '120322.742500', '120323.202500', '120323.662500', '120324.122500', '120324.582500', '120325.042500', '120325.502500', '120325.962500', '120326.422500', '120326.882500', '120327.342500', '120327.802500', '120328.262500', '120328.722500', '120329.182500', '120329.642500', '120330.102500', '120330.562500', '120331.022500', '120331.482500', '120331.942500', '120332.402500', '120332.862500', '120333.322500', '120333.782500', '120334.242500', '120334.702500', '120335.162500', '120335.622500', '120336.082500', '120336.542500', '120337.002500', '120337.462500', '120337.922500', '120338.382500', '120338.842500', '120339.302500', '120339.762500', '120340.222500', '120340.682500', '120341.142500', '120341.602500', '120342.062500', '120342.522500', '120342.982500', '120343.442500', '120343.902500', '120344.362500', '120344.822500', '120345.282500'], 'ContentTime': ['115707.347000', '115707.350000', '115707.353000', '115707.356000', '115707.359000', '115707.362000', '115707.365000', '115707.368000', '115707.371000', '115707.374000', '115707.383000', '115707.386000', '115707.389000', '115707.392000', '115707.395000', '115707.398000', '115707.401000', '115707.404000', '115707.407000', '115707.410000', '115707.413000', '115707.416000', '115707.419000', '115707.422000', '115707.425000', '115707.428000', '115707.431000', '115707.434000', '115707.437000', '115707.440000', '115707.443000', '115707.446000', '115707.448000', '115707.451000', '115707.454000', '115707.457000', '115707.460000', '115707.463000', '115707.466000', '115707.469000', '115707.472000', '115707.475000', '115707.478000', '115707.481000', '115707.484000', '115727.315000', '115727.318000', '115727.321000', '115727.324000', '115727.327000', '115727.330000', '115727.333000', '115727.336000', '115727.339000', '115727.342000', '115727.345000', '115727.348000', '115727.351000', '115727.354000', '115727.356000', '115727.359000', '115727.362000', '115727.365000', '115727.368000', '115727.371000', '115727.374000', '115727.377000', '115727.380000', '115727.383000', '115727.386000', '115727.389000', '115727.398000', '115727.401000', '115727.404000', '115727.407000', '115727.410000', '115727.413000', '115727.415000', '115727.418000', '115727.421000', '115727.424000', '115727.427000', '115727.430000', '115727.433000', '115727.436000', '115727.439000', '115727.448000', '115727.451000', '115727.453000', '115747.316000', '115747.319000', '115747.322000', '115747.325000', '115747.328000', '115747.331000', '115747.334000', '115747.337000', '115747.340000', '115747.343000', '115747.346000', '115747.349000', '115747.352000', '115747.355000', '115747.358000', '115747.361000', '115747.364000', '115747.367000', '115747.370000', '115747.373000', '115747.376000', '115747.379000', '115747.382000', '115747.385000', '115747.388000', '115747.391000', '115747.394000', '115747.397000', '115747.400000', '115747.403000', '115747.406000', '115747.409000', '115747.412000', '115747.414000', '115747.417000', '115747.420000', '115747.423000', '115747.426000', '115747.429000', '115747.432000', '115747.435000', '115747.438000', '115747.441000', '115807.315000', '115807.321000', '115807.324000', '115807.327000', '115807.330000', '115807.333000', '115807.336000', '115807.339000', '115807.342000', '115807.345000', '115807.348000', '115807.351000', '115807.354000', '115807.357000', '115807.360000', '115807.363000', '115807.366000', '115807.369000', '115807.379000', '115807.382000', '115807.385000', '115807.388000', '115807.391000', '115807.394000', '115807.397000', '115807.400000', '115807.403000', '115807.406000', '115807.409000', '115807.412000', '115807.415000', '115807.418000', '115807.421000', '115807.424000', '115807.427000', '115807.430000', '115807.433000', '115807.447000', '115807.450000', '115807.453000', '115807.456000', '115807.459000', '115807.462000', '115827.315000', '115827.318000', '115827.321000', '115827.324000', '115827.327000', '115827.330000', '115827.333000', '115827.336000', '115827.339000', '115827.342000', '115827.345000', '115827.348000', '115827.351000', '115827.354000', '115827.357000', '115827.360000', '115827.363000', '115827.366000', '115827.369000', '115827.372000', '115827.375000', '115827.378000', '115827.381000', '115827.384000', '115827.387000', '115827.390000', '115827.393000', '115827.396000', '115827.399000', '115827.402000', '115827.415000', '115827.418000', '115827.421000', '115827.424000', '115827.427000', '115827.430000', '115827.433000', '115827.436000', '115827.439000', '115827.442000', '115827.445000', '115827.448000', '115827.451000', '115827.454000', '115847.315000', '115847.319000', '115847.323000', '115847.328000', '115847.331000', '115847.334000', '115847.337000', '115847.340000', '115847.343000', '115847.346000', '115847.349000', '115847.352000', '115847.355000', '115847.358000', '115847.361000', '115847.364000', '115847.367000', '115847.370000', '115847.373000', '115847.376000', '115847.379000', '115847.382000', '115847.385000', '115847.388000', '115847.391000', '115847.393000', '115847.396000', '115847.399000', '115847.402000', '115847.405000', '115847.408000', '115847.411000', '115847.414000', '115847.417000', '115847.420000', '115847.423000', '115847.426000', '115847.429000', '115847.432000', '115847.435000', '115847.438000', '115847.441000', '115847.444000', '115907.315000', '115907.318000', '115907.321000', '115907.324000', '115907.327000', '115907.330000', '115907.333000', '115907.336000', '115907.339000', '115907.342000', '115907.345000', '115907.348000', '115907.351000', '115907.354000', '115907.357000', '115907.360000', '115907.363000', '115907.366000', '115907.369000', '115907.372000', '115907.375000', '115907.378000', '115907.381000', '115907.384000', '115907.387000', '115907.390000', '115907.393000', '115907.396000', '115907.399000', '115907.402000', '115907.405000', '115907.408000', '115907.411000', '115907.414000', '115907.417000', '115907.420000', '115907.423000', '115907.426000', '115907.429000', '115907.432000', '115907.435000', '115907.438000', '115907.441000', '115907.444000', '115927.315000', '115927.318000', '115927.321000', '115927.324000', '115927.327000', '115927.330000', '115927.333000', '115927.336000', '115927.339000', '115927.342000', '115927.345000', '115927.349000', '115927.352000', '115927.356000', '115927.359000', '115927.362000', '115927.365000', '115927.368000', '115927.371000', '115927.374000', '115927.377000', '115927.380000', '115927.383000', '115927.386000', '115927.389000', '115927.392000', '115927.395000', '115927.398000', '115927.401000', '115927.404000', '115927.407000', '115927.410000', '115927.413000', '115927.416000', '115927.419000', '115927.422000', '115927.425000', '115927.428000', '115927.431000', '115927.434000', '115927.437000', '115927.440000', '115927.443000', '115947.316000', '115947.319000', '115947.322000', '115947.325000', '115947.328000', '115947.331000', '115947.334000', '115947.337000', '115947.340000', '115947.343000', '115947.346000', '115947.349000', '115947.352000', '115947.355000', '115947.358000', '115947.361000', '115947.364000', '115947.367000', '115947.370000', '115947.387000', '115947.390000', '115947.393000', '115947.396000', '115947.399000', '115947.402000', '115947.408000', '115947.411000', '115947.414000', '115947.417000', '115947.420000', '115947.423000', '115947.426000', '115947.429000', '115947.432000', '115947.435000', '115947.438000', '115947.441000', '115947.444000', '115947.447000', '115947.450000', '115947.453000', '115947.456000', '115947.459000', '115947.462000', '120007.316000', '120007.319000', '120007.322000', '120007.325000', '120007.328000', '120007.331000', '120007.334000', '120007.337000', '120007.340000', '120007.343000', '120007.346000', '120007.349000', '120007.352000', '120007.355000', '120007.358000', '120007.361000', '120007.364000', '120007.368000', '120007.371000', '120007.374000', '120007.376000', '120007.380000', '120007.383000', '120007.394000', '120007.397000', '120007.400000', '120007.403000', '120007.406000', '120007.409000', '120007.412000', '120007.415000', '120007.418000', '120007.421000', '120007.424000', '120007.427000', '120007.430000', '120007.433000', '120007.436000', '120007.439000', '120007.441000', '120007.444000', '120007.447000', '120007.450000', '120027.315000', '120027.318000', '120027.321000', '120027.324000', '120027.327000', '120027.330000', '120027.333000', '120027.336000', '120027.339000', '120027.342000', '120027.345000', '120027.348000', '120027.351000', '120027.354000', '120027.357000', '120027.360000', '120027.363000', '120027.366000', '120027.369000', '120027.372000', '120027.375000', '120027.378000', '120027.381000', '120027.384000', '120027.387000', '120027.390000', '120027.393000', '120027.396000', '120027.399000', '120027.402000', '120027.405000', '120027.408000', '120027.411000', '120027.414000', '120027.417000', '120027.420000', '120027.423000', '120027.426000', '120027.429000', '120027.432000', '120027.435000', '120027.438000', '120027.441000', '120027.444000', '120047.315000', '120047.318000', '120047.321000', '120047.324000', '120047.327000', '120047.330000', '120047.333000', '120047.336000', '120047.339000', '120047.342000', '120047.345000', '120047.348000', '120047.351000', '120047.354000', '120047.357000', '120047.360000', '120047.363000', '120047.366000', '120047.369000', '120047.372000', '120047.375000', '120047.378000', '120047.381000', '120047.384000', '120047.387000', '120047.390000', '120047.394000', '120047.398000', '120047.401000', '120047.404000', '120047.407000', '120047.410000', '120047.413000', '120047.416000', '120047.418000', '120047.422000', '120047.425000', '120047.428000', '120047.431000', '120047.434000', '120047.437000', '120047.440000', '120047.443000', '120107.315000', '120107.318000', '120107.321000', '120107.324000', '120107.327000', '120107.330000', '120107.333000', '120107.336000', '120107.339000', '120107.342000', '120107.345000', '120107.348000', '120107.351000', '120107.354000', '120107.357000', '120107.360000', '120107.363000', '120107.366000', '120107.369000', '120107.372000', '120107.375000', '120107.378000', '120107.381000', '120107.384000', '120107.387000', '120107.390000', '120107.393000', '120107.396000', '120107.399000', '120107.402000', '120107.405000', '120107.408000', '120107.411000', '120107.414000', '120107.418000', '120107.421000', '120107.424000', '120107.427000', '120107.430000', '120107.433000', '120107.436000', '120107.439000', '120107.442000', '120107.445000', '120127.315000', '120127.318000', '120127.321000', '120127.324000', '120127.327000', '120127.330000', '120127.333000', '120127.336000', '120127.340000', '120127.343000', '120127.346000', '120127.349000', '120127.352000', '120127.355000', '120127.358000', '120127.361000', '120127.365000', '120127.368000', '120127.371000', '120127.373000', '120127.377000', '120127.379000', '120127.382000', '120127.385000', '120127.388000', '120127.391000', '120127.394000', '120127.398000', '120127.401000', '120127.404000', '120127.407000', '120127.410000', '120127.413000', '120127.416000', '120127.419000', '120127.422000', '120127.425000', '120127.428000', '120127.431000', '120127.434000', '120127.437000', '120127.440000', '120127.443000', '120147.315000', '120147.318000', '120147.321000', '120147.324000', '120147.327000', '120147.336000', '120147.339000', '120147.342000', '120147.345000', '120147.348000', '120147.351000', '120147.354000', '120147.357000', '120147.360000', '120147.363000', '120147.366000', '120147.369000', '120147.373000', '120147.376000', '120147.379000', '120147.382000', '120147.385000', '120147.388000', '120147.391000', '120147.397000', '120147.400000', '120147.403000', '120147.406000', '120147.409000', '120147.413000', '120147.416000', '120147.419000', '120147.422000', '120147.425000', '120147.427000', '120147.431000', '120147.434000', '120147.437000', '120147.440000', '120147.443000', '120147.446000', '120147.449000', '120147.452000', '120147.455000', '120207.316000', '120207.319000', '120207.322000', '120207.325000', '120207.328000', '120207.331000', '120207.334000', '120207.337000', '120207.340000', '120207.343000', '120207.346000', '120207.349000', '120207.352000', '120207.355000', '120207.358000', '120207.361000', '120207.364000', '120207.367000', '120207.370000', '120207.373000', '120207.376000', '120207.379000', '120207.382000', '120207.385000', '120207.388000', '120207.391000', '120207.395000', '120207.398000', '120207.401000', '120207.404000', '120207.407000', '120207.410000', '120207.413000', '120207.416000', '120207.419000', '120207.422000', '120207.425000', '120207.429000', '120207.433000', '120207.436000', '120207.439000', '120207.442000', '120207.445000', '120227.316000', '120227.320000', '120227.323000', '120227.326000', '120227.329000', '120227.339000', '120227.343000', '120227.346000', '120227.349000', '120227.352000', '120227.355000', '120227.367000', '120227.370000', '120227.381000', '120227.384000', '120227.387000', '120227.394000', '120227.397000', '120227.400000', '120227.403000', '120227.406000', '120227.409000', '120227.413000', '120227.416000', '120227.421000', '120227.424000', '120227.427000', '120227.430000', '120227.433000', '120227.436000', '120227.439000', '120227.442000', '120227.445000', '120227.448000', '120227.451000', '120227.454000', '120227.458000', '120227.461000', '120227.464000', '120227.467000', '120227.470000', '120227.473000', '120227.476000', '120227.479000', '120247.315000', '120247.318000', '120247.321000', '120247.325000', '120247.328000', '120247.330000', '120247.333000', '120247.337000', '120247.340000', '120247.343000', '120247.361000', '120247.364000', '120247.367000', '120247.370000', '120247.373000', '120247.376000', '120247.381000', '120247.384000', '120247.387000', '120247.390000', '120247.393000', '120247.396000', '120247.399000', '120247.402000', '120247.405000', '120247.409000', '120247.412000', '120247.415000', '120247.418000', '120247.421000', '120247.429000', '120247.432000', '120247.435000', '120247.438000', '120247.441000', '120247.444000', '120247.447000', '120247.450000', '120247.456000', '120247.459000', '120247.462000', '120247.466000', '120247.468000', '120307.315000', '120307.318000', '120307.321000', '120307.324000', '120307.327000', '120307.331000', '120307.333000', '120307.336000', '120307.340000', '120307.343000', '120307.346000', '120307.349000', '120307.352000', '120307.355000', '120307.358000', '120307.361000', '120307.364000', '120307.367000', '120307.370000', '120307.373000', '120307.376000', '120307.379000', '120307.382000', '120307.385000', '120307.388000', '120307.391000', '120307.394000', '120307.397000', '120307.400000', '120307.403000', '120307.406000', '120307.409000', '120307.412000', '120307.415000', '120307.418000', '120307.421000', '120307.425000', '120307.428000', '120307.431000', '120307.434000', '120307.437000', '120307.440000', '120307.443000', '120307.446000', '120327.315000', '120327.318000', '120327.322000', '120327.325000', '120327.328000', '120327.330000', '120327.334000', '120327.337000', '120327.340000', '120327.343000', '120327.346000', '120327.349000', '120327.352000', '120327.355000', '120327.358000', '120327.361000', '120327.364000', '120327.367000', '120327.370000', '120327.373000', '120327.376000', '120327.379000', '120327.390000', '120327.394000', '120327.397000', '120327.399000', '120327.403000', '120327.406000', '120327.409000', '120327.411000', '120327.415000', '120327.418000', '120327.421000', '120327.424000', '120327.427000', '120327.430000', '120327.433000', '120327.436000', '120327.439000', '120327.442000', '120327.445000', '120327.448000', '120327.457000', '120346.923000', '120346.927000', '120346.930000', '120346.933000', '120346.937000', '120346.940000', '120346.943000', '120346.946000', '120346.949000', '120346.952000', '120346.955000', '120346.958000', '120346.961000', '120346.964000', '120346.967000', '120346.971000', '120346.974000', '120346.977000', '120346.980000', '120346.983000', '120346.991000', '120346.994000', '120346.998000', '120347.002000', '120347.005000', '120347.008000', '120347.010000', '120347.013000', '120347.016000', '120347.019000', '120347.022000', '120347.025000', '120347.028000', '120347.031000', '120347.034000', '120347.037000', '120347.040000', '120347.043000', '120347.046000', '120347.049000', '120347.052000', '120347.055000', '120347.058000'], 'InstanceCreationTime': ['115707.347000', '115707.350000', '115707.353000', '115707.356000', '115707.359000', '115707.362000', '115707.365000', '115707.368000', '115707.371000', '115707.374000', '115707.383000', '115707.386000', '115707.389000', '115707.392000', '115707.395000', '115707.398000', '115707.401000', '115707.404000', '115707.407000', '115707.410000', '115707.413000', '115707.416000', '115707.419000', '115707.422000', '115707.425000', '115707.428000', '115707.431000', '115707.434000', '115707.437000', '115707.440000', '115707.443000', '115707.446000', '115707.448000', '115707.451000', '115707.454000', '115707.457000', '115707.460000', '115707.463000', '115707.466000', '115707.469000', '115707.472000', '115707.475000', '115707.478000', '115707.481000', '115707.484000', '115727.315000', '115727.318000', '115727.321000', '115727.324000', '115727.327000', '115727.330000', '115727.333000', '115727.336000', '115727.339000', '115727.342000', '115727.345000', '115727.348000', '115727.351000', '115727.354000', '115727.356000', '115727.359000', '115727.362000', '115727.365000', '115727.368000', '115727.371000', '115727.374000', '115727.377000', '115727.380000', '115727.383000', '115727.386000', '115727.389000', '115727.398000', '115727.401000', '115727.404000', '115727.407000', '115727.410000', '115727.413000', '115727.415000', '115727.418000', '115727.421000', '115727.424000', '115727.427000', '115727.430000', '115727.433000', '115727.436000', '115727.439000', '115727.448000', '115727.451000', '115727.453000', '115747.316000', '115747.319000', '115747.322000', '115747.325000', '115747.328000', '115747.331000', '115747.334000', '115747.337000', '115747.340000', '115747.343000', '115747.346000', '115747.349000', '115747.352000', '115747.355000', '115747.358000', '115747.361000', '115747.364000', '115747.367000', '115747.370000', '115747.373000', '115747.376000', '115747.379000', '115747.382000', '115747.385000', '115747.388000', '115747.391000', '115747.394000', '115747.397000', '115747.400000', '115747.403000', '115747.406000', '115747.409000', '115747.412000', '115747.414000', '115747.417000', '115747.420000', '115747.423000', '115747.426000', '115747.429000', '115747.432000', '115747.435000', '115747.438000', '115747.441000', '115807.315000', '115807.321000', '115807.324000', '115807.327000', '115807.330000', '115807.333000', '115807.336000', '115807.339000', '115807.342000', '115807.345000', '115807.348000', '115807.351000', '115807.354000', '115807.357000', '115807.360000', '115807.363000', '115807.366000', '115807.369000', '115807.379000', '115807.382000', '115807.385000', '115807.388000', '115807.391000', '115807.394000', '115807.397000', '115807.400000', '115807.403000', '115807.406000', '115807.409000', '115807.412000', '115807.415000', '115807.418000', '115807.421000', '115807.424000', '115807.427000', '115807.430000', '115807.433000', '115807.447000', '115807.450000', '115807.453000', '115807.456000', '115807.459000', '115807.462000', '115827.315000', '115827.318000', '115827.321000', '115827.324000', '115827.327000', '115827.330000', '115827.333000', '115827.336000', '115827.339000', '115827.342000', '115827.345000', '115827.348000', '115827.351000', '115827.354000', '115827.357000', '115827.360000', '115827.363000', '115827.366000', '115827.369000', '115827.372000', '115827.375000', '115827.378000', '115827.381000', '115827.384000', '115827.387000', '115827.390000', '115827.393000', '115827.396000', '115827.399000', '115827.402000', '115827.415000', '115827.418000', '115827.421000', '115827.424000', '115827.427000', '115827.430000', '115827.433000', '115827.436000', '115827.439000', '115827.442000', '115827.445000', '115827.448000', '115827.451000', '115827.454000', '115847.315000', '115847.319000', '115847.323000', '115847.328000', '115847.331000', '115847.334000', '115847.337000', '115847.340000', '115847.343000', '115847.346000', '115847.349000', '115847.352000', '115847.355000', '115847.358000', '115847.361000', '115847.364000', '115847.367000', '115847.370000', '115847.373000', '115847.376000', '115847.379000', '115847.382000', '115847.385000', '115847.388000', '115847.391000', '115847.393000', '115847.396000', '115847.399000', '115847.402000', '115847.405000', '115847.408000', '115847.411000', '115847.414000', '115847.417000', '115847.420000', '115847.423000', '115847.426000', '115847.429000', '115847.432000', '115847.435000', '115847.438000', '115847.441000', '115847.444000', '115907.315000', '115907.318000', '115907.321000', '115907.324000', '115907.327000', '115907.330000', '115907.333000', '115907.336000', '115907.339000', '115907.342000', '115907.345000', '115907.348000', '115907.351000', '115907.354000', '115907.357000', '115907.360000', '115907.363000', '115907.366000', '115907.369000', '115907.372000', '115907.375000', '115907.378000', '115907.381000', '115907.384000', '115907.387000', '115907.390000', '115907.393000', '115907.396000', '115907.399000', '115907.402000', '115907.405000', '115907.408000', '115907.411000', '115907.414000', '115907.417000', '115907.420000', '115907.423000', '115907.426000', '115907.429000', '115907.432000', '115907.435000', '115907.438000', '115907.441000', '115907.444000', '115927.315000', '115927.318000', '115927.321000', '115927.324000', '115927.327000', '115927.330000', '115927.333000', '115927.336000', '115927.339000', '115927.342000', '115927.345000', '115927.349000', '115927.352000', '115927.356000', '115927.359000', '115927.362000', '115927.365000', '115927.368000', '115927.371000', '115927.374000', '115927.377000', '115927.380000', '115927.383000', '115927.386000', '115927.389000', '115927.392000', '115927.395000', '115927.398000', '115927.401000', '115927.404000', '115927.407000', '115927.410000', '115927.413000', '115927.416000', '115927.419000', '115927.422000', '115927.425000', '115927.428000', '115927.431000', '115927.434000', '115927.437000', '115927.440000', '115927.443000', '115947.316000', '115947.319000', '115947.322000', '115947.325000', '115947.328000', '115947.331000', '115947.334000', '115947.337000', '115947.340000', '115947.343000', '115947.346000', '115947.349000', '115947.352000', '115947.355000', '115947.358000', '115947.361000', '115947.364000', '115947.367000', '115947.370000', '115947.387000', '115947.390000', '115947.393000', '115947.396000', '115947.399000', '115947.402000', '115947.408000', '115947.411000', '115947.414000', '115947.417000', '115947.420000', '115947.423000', '115947.426000', '115947.429000', '115947.432000', '115947.435000', '115947.438000', '115947.441000', '115947.444000', '115947.447000', '115947.450000', '115947.453000', '115947.456000', '115947.459000', '115947.462000', '120007.316000', '120007.319000', '120007.322000', '120007.325000', '120007.328000', '120007.331000', '120007.334000', '120007.337000', '120007.340000', '120007.343000', '120007.346000', '120007.349000', '120007.352000', '120007.355000', '120007.358000', '120007.361000', '120007.364000', '120007.368000', '120007.371000', '120007.374000', '120007.376000', '120007.380000', '120007.383000', '120007.394000', '120007.397000', '120007.400000', '120007.403000', '120007.406000', '120007.409000', '120007.412000', '120007.415000', '120007.418000', '120007.421000', '120007.424000', '120007.427000', '120007.430000', '120007.433000', '120007.436000', '120007.439000', '120007.441000', '120007.444000', '120007.447000', '120007.450000', '120027.315000', '120027.318000', '120027.321000', '120027.324000', '120027.327000', '120027.330000', '120027.333000', '120027.336000', '120027.339000', '120027.342000', '120027.345000', '120027.348000', '120027.351000', '120027.354000', '120027.357000', '120027.360000', '120027.363000', '120027.366000', '120027.369000', '120027.372000', '120027.375000', '120027.378000', '120027.381000', '120027.384000', '120027.387000', '120027.390000', '120027.393000', '120027.396000', '120027.399000', '120027.402000', '120027.405000', '120027.408000', '120027.411000', '120027.414000', '120027.417000', '120027.420000', '120027.423000', '120027.426000', '120027.429000', '120027.432000', '120027.435000', '120027.438000', '120027.441000', '120027.444000', '120047.315000', '120047.318000', '120047.321000', '120047.324000', '120047.327000', '120047.330000', '120047.333000', '120047.336000', '120047.339000', '120047.342000', '120047.345000', '120047.348000', '120047.351000', '120047.354000', '120047.357000', '120047.360000', '120047.363000', '120047.366000', '120047.369000', '120047.372000', '120047.375000', '120047.378000', '120047.381000', '120047.384000', '120047.387000', '120047.390000', '120047.394000', '120047.398000', '120047.401000', '120047.404000', '120047.407000', '120047.410000', '120047.413000', '120047.416000', '120047.418000', '120047.422000', '120047.425000', '120047.428000', '120047.431000', '120047.434000', '120047.437000', '120047.440000', '120047.443000', '120107.315000', '120107.318000', '120107.321000', '120107.324000', '120107.327000', '120107.330000', '120107.333000', '120107.336000', '120107.339000', '120107.342000', '120107.345000', '120107.348000', '120107.351000', '120107.354000', '120107.357000', '120107.360000', '120107.363000', '120107.366000', '120107.369000', '120107.372000', '120107.375000', '120107.378000', '120107.381000', '120107.384000', '120107.387000', '120107.390000', '120107.393000', '120107.396000', '120107.399000', '120107.402000', '120107.405000', '120107.408000', '120107.411000', '120107.414000', '120107.418000', '120107.421000', '120107.424000', '120107.427000', '120107.430000', '120107.433000', '120107.436000', '120107.439000', '120107.442000', '120107.445000', '120127.315000', '120127.318000', '120127.321000', '120127.324000', '120127.327000', '120127.330000', '120127.333000', '120127.336000', '120127.340000', '120127.343000', '120127.346000', '120127.349000', '120127.352000', '120127.355000', '120127.358000', '120127.361000', '120127.365000', '120127.368000', '120127.371000', '120127.373000', '120127.377000', '120127.379000', '120127.382000', '120127.385000', '120127.388000', '120127.391000', '120127.394000', '120127.398000', '120127.401000', '120127.404000', '120127.407000', '120127.410000', '120127.413000', '120127.416000', '120127.419000', '120127.422000', '120127.425000', '120127.428000', '120127.431000', '120127.434000', '120127.437000', '120127.440000', '120127.443000', '120147.315000', '120147.318000', '120147.321000', '120147.324000', '120147.327000', '120147.336000', '120147.339000', '120147.342000', '120147.345000', '120147.348000', '120147.351000', '120147.354000', '120147.357000', '120147.360000', '120147.363000', '120147.366000', '120147.369000', '120147.373000', '120147.376000', '120147.379000', '120147.382000', '120147.385000', '120147.388000', '120147.391000', '120147.397000', '120147.400000', '120147.403000', '120147.406000', '120147.409000', '120147.413000', '120147.416000', '120147.419000', '120147.422000', '120147.425000', '120147.427000', '120147.431000', '120147.434000', '120147.437000', '120147.440000', '120147.443000', '120147.446000', '120147.449000', '120147.452000', '120147.455000', '120207.316000', '120207.319000', '120207.322000', '120207.325000', '120207.328000', '120207.331000', '120207.334000', '120207.337000', '120207.340000', '120207.343000', '120207.346000', '120207.349000', '120207.352000', '120207.355000', '120207.358000', '120207.361000', '120207.364000', '120207.367000', '120207.370000', '120207.373000', '120207.376000', '120207.379000', '120207.382000', '120207.385000', '120207.388000', '120207.391000', '120207.395000', '120207.398000', '120207.401000', '120207.404000', '120207.407000', '120207.410000', '120207.413000', '120207.416000', '120207.419000', '120207.422000', '120207.425000', '120207.429000', '120207.433000', '120207.436000', '120207.439000', '120207.442000', '120207.445000', '120227.316000', '120227.320000', '120227.323000', '120227.326000', '120227.329000', '120227.339000', '120227.343000', '120227.346000', '120227.349000', '120227.352000', '120227.355000', '120227.367000', '120227.370000', '120227.381000', '120227.384000', '120227.387000', '120227.394000', '120227.397000', '120227.400000', '120227.403000', '120227.406000', '120227.409000', '120227.413000', '120227.416000', '120227.421000', '120227.424000', '120227.427000', '120227.430000', '120227.433000', '120227.436000', '120227.439000', '120227.442000', '120227.445000', '120227.448000', '120227.451000', '120227.454000', '120227.458000', '120227.461000', '120227.464000', '120227.467000', '120227.470000', '120227.473000', '120227.476000', '120227.479000', '120247.315000', '120247.318000', '120247.321000', '120247.325000', '120247.328000', '120247.330000', '120247.333000', '120247.337000', '120247.340000', '120247.343000', '120247.361000', '120247.364000', '120247.367000', '120247.370000', '120247.373000', '120247.376000', '120247.381000', '120247.384000', '120247.387000', '120247.390000', '120247.393000', '120247.396000', '120247.399000', '120247.402000', '120247.405000', '120247.409000', '120247.412000', '120247.415000', '120247.418000', '120247.421000', '120247.429000', '120247.432000', '120247.435000', '120247.438000', '120247.441000', '120247.444000', '120247.447000', '120247.450000', '120247.456000', '120247.459000', '120247.462000', '120247.466000', '120247.468000', '120307.315000', '120307.318000', '120307.321000', '120307.324000', '120307.327000', '120307.331000', '120307.333000', '120307.336000', '120307.340000', '120307.343000', '120307.346000', '120307.349000', '120307.352000', '120307.355000', '120307.358000', '120307.361000', '120307.364000', '120307.367000', '120307.370000', '120307.373000', '120307.376000', '120307.379000', '120307.382000', '120307.385000', '120307.388000', '120307.391000', '120307.394000', '120307.397000', '120307.400000', '120307.403000', '120307.406000', '120307.409000', '120307.412000', '120307.415000', '120307.418000', '120307.421000', '120307.425000', '120307.428000', '120307.431000', '120307.434000', '120307.437000', '120307.440000', '120307.443000', '120307.446000', '120327.315000', '120327.318000', '120327.322000', '120327.325000', '120327.328000', '120327.330000', '120327.334000', '120327.337000', '120327.340000', '120327.343000', '120327.346000', '120327.349000', '120327.352000', '120327.355000', '120327.358000', '120327.361000', '120327.364000', '120327.367000', '120327.370000', '120327.373000', '120327.376000', '120327.379000', '120327.390000', '120327.394000', '120327.397000', '120327.399000', '120327.403000', '120327.406000', '120327.409000', '120327.411000', '120327.415000', '120327.418000', '120327.421000', '120327.424000', '120327.427000', '120327.430000', '120327.433000', '120327.436000', '120327.439000', '120327.442000', '120327.445000', '120327.448000', '120327.457000', '120346.923000', '120346.927000', '120346.930000', '120346.933000', '120346.937000', '120346.940000', '120346.943000', '120346.946000', '120346.949000', '120346.952000', '120346.955000', '120346.958000', '120346.961000', '120346.964000', '120346.967000', '120346.971000', '120346.974000', '120346.977000', '120346.980000', '120346.983000', '120346.991000', '120346.994000', '120346.998000', '120347.002000', '120347.005000', '120347.008000', '120347.010000', '120347.013000', '120347.016000', '120347.019000', '120347.022000', '120347.025000', '120347.028000', '120347.031000', '120347.034000', '120347.037000', '120347.040000', '120347.043000', '120347.046000', '120347.049000', '120347.052000', '120347.055000', '120347.058000'], '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': [14499, 11182, 13297, 10272, 12127, 9197, 12213, 9102, 11703, 9415, 11129, 8500, 10784, 9021, 11460, 8864, 11487, 9261, 11612, 9212, 11428, 9760, 11073, 9169, 10965, 9303, 11056, 9791, 12119, 10137, 12205, 10215, 12061, 10150, 13389, 10160, 12576, 10122, 13402, 10493, 10849, 10026, 9647, 10620, 8773, 11161, 8945, 12706, 8474, 10492, 7983, 11308, 9388, 13037, 10499, 13434, 10594, 13028, 10312, 12098, 9478, 11759, 8686, 10924, 8081, 10956, 8395, 11394, 8052, 10741, 8207, 10860, 8540, 11143, 7995, 10928, 8109, 11125, 8721, 11082, 9012, 12133, 8426, 10878, 11355, 11867, 9381, 11013, 9809, 11343, 14294, 11668, 12819, 11017, 13623, 10851, 13012, 10709, 11959, 10523, 11810, 10064, 11735, 9825, 12228, 10434, 9780, 10487, 8172, 11241, 10253, 13946, 11181, 13644, 11472, 14346, 11213, 13541, 10699, 12812, 10845, 12607, 10801, 12146, 9382, 11501, 8753, 11767, 8975, 11614, 9020, 11552, 9038, 11363, 8943, 11137, 8809, 11056, 8617, 11041, 8412, 10846, 8500, 11064, 8322, 10550, 8265, 11256, 8392, 11084, 8598, 10755, 9469, 11378, 10308, 11749, 8371, 10798, 8211, 10878, 8716, 11112, 8469, 11025, 8482, 10880, 8733, 13854, 9322, 14622, 9578, 13063, 14522, 12191, 13575, 11834, 12290, 11427, 14060, 11013, 14059, 11162, 13667, 10315, 12575, 9793, 12338, 9913, 11614, 9040, 11527, 8486, 11790, 9280, 11283, 9478, 11512, 9278, 11742, 9918, 12372, 10498, 11155, 10215, 10391, 10772, 9006, 10865, 8491, 13642, 11087, 12937, 12466, 11559, 12215, 10956, 9015, 11658, 9016, 16230, 10777, 14312, 13002, 12041, 13225, 11889, 12536, 11657, 14802, 11422, 14968, 11165, 13456, 10870, 12507, 11146, 14964, 11422, 14025, 11325, 13726, 10843, 14022, 10768, 14415, 10392, 13240, 10567, 12325, 9861, 11931, 9447, 11634, 9647, 11959, 9097, 11343, 8711, 11513, 9599, 11184, 9326, 11176, 9030, 11666, 9102, 10953, 8844, 11431, 9299, 11691, 9951, 10823, 9888, 8168, 11086, 9227, 10514, 9736, 12306, 11104, 11553, 11148, 11569, 11174, 12614, 11135, 14776, 11413, 13991, 10962, 13492, 10914, 15270, 11025, 10459, 10993, 8115, 11851, 8647, 11794, 12688, 11092, 14372, 10731, 10531, 10788, 12493, 10549, 15338, 11188, 14888, 10618, 12649, 9697, 12007, 9707, 12477, 9454, 11557, 9354, 11388, 8689, 11331, 9518, 12104, 9602, 13916, 10063, 13051, 10711, 12816, 10598, 13695, 10253, 12963, 10553, 14622, 10951, 14462, 10845, 9831, 11202, 8371, 11577, 8807, 11688, 9719, 11959, 9515, 11647, 9300, 11897, 9081, 11558, 9328, 12182, 10020, 9993, 10796, 8306, 11274, 10320, 15613, 10948, 14627, 10674, 15040, 11357, 14450, 11061, 10938, 10991, 9705, 11049, 9663, 11198, 8754, 11048, 8088, 9910, 7650, 9581, 8025, 10701, 9259, 7536, 10654, 14331, 12037, 13888, 11651, 12864, 9531, 11324, 9427, 12215, 8953, 11828, 13911, 11613, 14949, 11517, 15055, 11781, 14210, 10217, 14624, 9861, 13443, 13812, 11431, 16375, 10890, 13585, 9760, 12419, 8496, 11417, 8272, 11852, 8368, 10988, 12045, 10427, 11678, 9983, 13775, 9545, 13944, 9387, 13958, 9358, 13542, 9411, 14185, 9763, 12067, 8964, 11911, 9116, 11566, 8555, 12631, 8724, 9413, 9990, 8037, 11185, 8049, 10800, 8889, 8195, 10993, 8725, 11742, 9459, 12922, 10424, 13194, 10122, 14175, 9887, 15265, 10460, 15068, 10614, 11994, 10382, 9194, 11134, 8042, 11635, 8117, 11688, 8834, 11667, 9056, 12079, 9528, 10789, 9906, 9766, 10765, 7844, 11559, 8477, 11425, 9026, 13191, 10056, 14093, 10279, 14348, 10487, 14977, 10718, 10545, 10603, 8489, 11339, 8486, 13614, 8737, 11502, 9035, 11552, 8795, 11843, 9108, 11858, 10200, 13766, 10326, 13913, 10330, 14459, 10980, 14555, 10312, 12311, 10322, 11838, 10475, 14474, 11261, 13944, 10508, 10804, 10490, 10099, 10751, 9760, 11122, 8685, 11357, 8346, 11775, 8695, 11683, 9977, 10487, 10637, 9080, 13444, 9044, 12781, 10057, 12784, 9767, 13318, 9053, 11441, 9073, 11279, 8675, 11031, 8498, 10826, 8999, 11424, 8786, 11139, 8909, 10993, 9540, 11547, 10156, 12285, 10287, 12352, 10231, 13562, 10752, 12617, 9955, 11935, 9447, 11557, 9105, 11929, 8957, 10872, 8643, 10887, 8899, 11195, 9603, 12520, 10287, 9367, 10771, 8804, 12144, 9270, 14662, 10769, 13807, 9284, 15241, 9746, 14507, 13305, 12319, 14408, 12038, 11596, 11620, 11097, 11015, 8128, 10593, 8516, 10886, 10579, 8830, 14246, 16156, 12236, 14238, 10129, 12031, 8584, 11662, 8581, 11985, 8848, 12817, 8845, 13388, 9289, 12364, 14494, 11664, 15139, 11273, 13462, 10877, 12673, 10163, 11563, 9077, 11656, 8730, 11625, 8834, 11326, 9696, 10832, 12221, 10694, 12831, 10355, 13945, 9856, 13753, 9970, 13414, 9606, 12761, 9070, 11993, 8897, 11299, 8939, 11140, 8492, 10952, 8573, 11044, 8554, 10596, 8107, 10794, 8409, 11162, 8588, 10904, 8311, 10747, 7848, 10548, 8694, 11391, 8488, 10402, 9114, 11072, 9724, 8338, 10859, 9065, 11249, 10039, 12623, 10920, 12027, 10465, 10644, 10717, 10808, 12487, 9611, 11059, 8258, 10771, 8564, 11129, 9935, 12350, 10367, 10743, 10177, 10269, 11011, 10604, 11121, 8566, 10807, 8289, 10964, 8464, 11685, 9665, 12618, 10552, 12974, 10406, 12777, 10507, 12894, 10713, 13552, 10695, 12294, 10364, 12526, 10785, 11259, 11424, 9429, 10899, 8919, 11662, 9300, 11537, 9242, 11202, 9382, 11518, 9263, 11443, 8764, 11583, 9251, 11682, 8966, 10779, 8657, 11154, 9492, 11542, 9406, 11341, 9098, 11436, 9285, 11672, 9225, 11247, 9179, 11271, 9436, 12073, 9428, 11669, 9238, 11286, 9630, 12865, 10231, 10763, 10259, 9635, 10794, 9478, 11395, 9715, 13647, 10079, 11240, 10121, 10952, 11034, 11443, 11717, 9089, 11410, 8633, 13097, 9184, 11929, 10349, 12138, 8838, 11444, 8655, 11054, 9000, 11589, 9622, 11944, 10013, 11920, 9365, 11397, 9715, 12258, 10256, 14491, 10589, 14711, 10880, 14638, 10893, 11978, 10787, 10869, 10709, 10218, 10859, 11302, 11516, 10608, 11294, 9650, 11014, 9158, 11208, 8179, 11015, 8090, 10927, 8581, 11178, 9654, 11513, 8545, 10994, 7787, 10943, 8534, 11418, 9004, 11343, 9623, 9995, 10089, 8088, 10171, 8315, 10114, 10038, 8315, 10628, 8705, 12254, 10500, 12728, 11241, 10692, 15375, 12242, 14213, 11166, 13093, 10759, 12983, 10133, 13429, 10470, 13832, 10468, 12923, 9691, 12286, 8671, 12218, 8804, 11934, 9077, 11866, 8815, 12598, 9238, 12323, 9702, 11989, 10168, 13780, 10033, 13790, 9829, 11813, 9280, 8108, 10010, 8227, 8686, 11189, 14173, 10997, 11621, 8339], 'WindowCenter': [4578.0, 4543.0, 4550.0, 4504.0, 4512.0, 4491.0, 4506.0, 4468.0, 4509.0, 4493.0, 4512.0, 4481.0, 4498.0, 4467.0, 4497.0, 4479.0, 4498.0, 4479.0, 4497.0, 4479.0, 4500.0, 4491.0, 4509.0, 4480.0, 4498.0, 4491.0, 4499.0, 4490.0, 4521.0, 4501.0, 4520.0, 4501.0, 4521.0, 4501.0, 4531.0, 4502.0, 4521.0, 4503.0, 4533.0, 4512.0, 4512.0, 4505.0, 4504.0, 4513.0, 4494.0, 4513.0, 4492.0, 4533.0, 4495.0, 4514.0, 4483.0, 4513.0, 4492.0, 4533.0, 4514.0, 4533.0, 4503.0, 4522.0, 4498.0, 4511.0, 4479.0, 4509.0, 4469.0, 4499.0, 4459.0, 4500.0, 4470.0, 4510.0, 4470.0, 4500.0, 4470.0, 4500.0, 4481.0, 4512.0, 4471.0, 4512.0, 4471.0, 4512.0, 4481.0, 4512.0, 4481.0, 4522.0, 4471.0, 4512.0, 4512.0, 4511.0, 4481.0, 4511.0, 4491.0, 4510.0, 4542.0, 4511.0, 4521.0, 4510.0, 4531.0, 4501.0, 4522.0, 4501.0, 4511.0, 4501.0, 4511.0, 4501.0, 4521.0, 4502.0, 4523.0, 4513.0, 4504.0, 4514.0, 4495.0, 4525.0, 4515.0, 4546.0, 4525.0, 4545.0, 4524.0, 4543.0, 4512.0, 4522.0, 4502.0, 4521.0, 4500.0, 4509.0, 4499.0, 4509.0, 4479.0, 4498.0, 4469.0, 4498.0, 4478.0, 4507.0, 4480.0, 4509.0, 4480.0, 4510.0, 4480.0, 4501.0, 4480.0, 4510.0, 4480.0, 4509.0, 4471.0, 4501.0, 4481.0, 4511.0, 4471.0, 4501.0, 4471.0, 4511.0, 4470.0, 4511.0, 4480.0, 4501.0, 4489.0, 4511.0, 4500.0, 4511.0, 4471.0, 4512.0, 4482.0, 4512.0, 4483.0, 4513.0, 4482.0, 4513.0, 4483.0, 4513.0, 4483.0, 4544.0, 4493.0, 4543.0, 4491.0, 4533.0, 4542.0, 4521.0, 4520.0, 4510.0, 4511.0, 4511.0, 4530.0, 4500.0, 4530.0, 4509.0, 4531.0, 4500.0, 4520.0, 4490.0, 4520.0, 4490.0, 4510.0, 4481.0, 4510.0, 4481.0, 4511.0, 4491.0, 4510.0, 4492.0, 4510.0, 4492.0, 4512.0, 4504.0, 4522.0, 4512.0, 4512.0, 4503.0, 4513.0, 4514.0, 4493.0, 4515.0, 4495.0, 4546.0, 4525.0, 4550.0, 4549.0, 4537.0, 4524.0, 4511.0, 4479.0, 4511.0, 4478.0, 4552.0, 4500.0, 4531.0, 4519.0, 4507.0, 4518.0, 4498.0, 4506.0, 4495.0, 4516.0, 4497.0, 4517.0, 4496.0, 4507.0, 4487.0, 4507.0, 4496.0, 4516.0, 4485.0, 4505.0, 4486.0, 4505.0, 4485.0, 4505.0, 4485.0, 4515.0, 4475.0, 4506.0, 4486.0, 4496.0, 4476.0, 4495.0, 4475.0, 4485.0, 4477.0, 4496.0, 4467.0, 4495.0, 4468.0, 4496.0, 4478.0, 4497.0, 4478.0, 4498.0, 4479.0, 4499.0, 4479.0, 4498.0, 4480.0, 4510.0, 4491.0, 4511.0, 4502.0, 4513.0, 4502.0, 4495.0, 4525.0, 4506.0, 4526.0, 4518.0, 4537.0, 4526.0, 4525.0, 4524.0, 4525.0, 4538.0, 4535.0, 4515.0, 4543.0, 4513.0, 4529.0, 4499.0, 4519.0, 4500.0, 4543.0, 4511.0, 4501.0, 4514.0, 4472.0, 4523.0, 4482.0, 4522.0, 4535.0, 4525.0, 4543.0, 4512.0, 4501.0, 4513.0, 4521.0, 4502.0, 4542.0, 4512.0, 4542.0, 4501.0, 4521.0, 4492.0, 4519.0, 4491.0, 4519.0, 4491.0, 4510.0, 4492.0, 4511.0, 4482.0, 4512.0, 4491.0, 4522.0, 4493.0, 4532.0, 4503.0, 4532.0, 4513.0, 4523.0, 4503.0, 4533.0, 4502.0, 4531.0, 4501.0, 4541.0, 4512.0, 4540.0, 4513.0, 4491.0, 4512.0, 4483.0, 4513.0, 4493.0, 4521.0, 4490.0, 4522.0, 4492.0, 4511.0, 4492.0, 4511.0, 4479.0, 4510.0, 4491.0, 4509.0, 4491.0, 4501.0, 4512.0, 4484.0, 4513.0, 4502.0, 4541.0, 4512.0, 4541.0, 4502.0, 4538.0, 4502.0, 4530.0, 4500.0, 4499.0, 4499.0, 4489.0, 4510.0, 4491.0, 4511.0, 4480.0, 4511.0, 4471.0, 4517.0, 4474.0, 4504.0, 4472.0, 4499.0, 4490.0, 4461.0, 4511.0, 4530.0, 4521.0, 4520.0, 4510.0, 4520.0, 4479.0, 4499.0, 4476.0, 4495.0, 4466.0, 4496.0, 4517.0, 4497.0, 4518.0, 4496.0, 4517.0, 4485.0, 4505.0, 4462.0, 4491.0, 4449.0, 4480.0, 4479.0, 4459.0, 4488.0, 4445.0, 4467.0, 4435.0, 4465.0, 4426.0, 4455.0, 4425.0, 4466.0, 4427.0, 4458.0, 4468.0, 4458.0, 4469.0, 4459.0, 4489.0, 4448.0, 4490.0, 4451.0, 4501.0, 4453.0, 4503.0, 4476.0, 4516.0, 4488.0, 4495.0, 4466.0, 4495.0, 4477.0, 4510.0, 4493.0, 4521.0, 4468.0, 4478.0, 4490.0, 4470.0, 4510.0, 4471.0, 4511.0, 4492.0, 4481.0, 4513.0, 4495.0, 4525.0, 4505.0, 4534.0, 4502.0, 4529.0, 4501.0, 4531.0, 4492.0, 4541.0, 4501.0, 4541.0, 4501.0, 4511.0, 4499.0, 4480.0, 4511.0, 4471.0, 4509.0, 4471.0, 4522.0, 4491.0, 4521.0, 4491.0, 4534.0, 4504.0, 4525.0, 4515.0, 4503.0, 4524.0, 4485.0, 4526.0, 4485.0, 4525.0, 4493.0, 4534.0, 4505.0, 4543.0, 4515.0, 4543.0, 4514.0, 4553.0, 4513.0, 4503.0, 4513.0, 4483.0, 4514.0, 4492.0, 4542.0, 4482.0, 4514.0, 4493.0, 4513.0, 4483.0, 4521.0, 4493.0, 4522.0, 4503.0, 4532.0, 4503.0, 4533.0, 4503.0, 4542.0, 4513.0, 4542.0, 4501.0, 4522.0, 4500.0, 4511.0, 4500.0, 4542.0, 4510.0, 4531.0, 4501.0, 4501.0, 4499.0, 4501.0, 4500.0, 4490.0, 4511.0, 4479.0, 4511.0, 4472.0, 4511.0, 4479.0, 4510.0, 4489.0, 4502.0, 4502.0, 4493.0, 4533.0, 4481.0, 4523.0, 4490.0, 4521.0, 4489.0, 4519.0, 4468.0, 4497.0, 4467.0, 4486.0, 4467.0, 4487.0, 4468.0, 4488.0, 4478.0, 4499.0, 4469.0, 4499.0, 4479.0, 4499.0, 4493.0, 4512.0, 4501.0, 4522.0, 4503.0, 4522.0, 4503.0, 4532.0, 4503.0, 4522.0, 4492.0, 4511.0, 4492.0, 4512.0, 4481.0, 4509.0, 4480.0, 4499.0, 4479.0, 4502.0, 4481.0, 4512.0, 4516.0, 4535.0, 4514.0, 4493.0, 4515.0, 4492.0, 4523.0, 4503.0, 4556.0, 4512.0, 4542.0, 4492.0, 4543.0, 4491.0, 4543.0, 4521.0, 4521.0, 4531.0, 4510.0, 4499.0, 4523.0, 4513.0, 4511.0, 4471.0, 4500.0, 4481.0, 4510.0, 4501.0, 4479.0, 4543.0, 4543.0, 4509.0, 4518.0, 4487.0, 4497.0, 4465.0, 4496.0, 4457.0, 4494.0, 4464.0, 4495.0, 4455.0, 4506.0, 4462.0, 4494.0, 4504.0, 4482.0, 4503.0, 4470.0, 4481.0, 4460.0, 4480.0, 4449.0, 4460.0, 4437.0, 4467.0, 4427.0, 4468.0, 4437.0, 4468.0, 4448.0, 4469.0, 4479.0, 4459.0, 4481.0, 4461.0, 4490.0, 4461.0, 4503.0, 4462.0, 4492.0, 4461.0, 4493.0, 4454.0, 4493.0, 4463.0, 4484.0, 4465.0, 4485.0, 4455.0, 4486.0, 4466.0, 4497.0, 4468.0, 4488.0, 4458.0, 4498.0, 4469.0, 4498.0, 4469.0, 4499.0, 4469.0, 4500.0, 4471.0, 4501.0, 4497.0, 4521.0, 4495.0, 4512.0, 4493.0, 4511.0, 4502.0, 4482.0, 4524.0, 4506.0, 4539.0, 4518.0, 4536.0, 4526.0, 4535.0, 4514.0, 4514.0, 4514.0, 4513.0, 4534.0, 4492.0, 4513.0, 4483.0, 4513.0, 4493.0, 4523.0, 4504.0, 4534.0, 4513.0, 4525.0, 4516.0, 4515.0, 4524.0, 4524.0, 4527.0, 4495.0, 4524.0, 4496.0, 4523.0, 4496.0, 4537.0, 4505.0, 4536.0, 4516.0, 4546.0, 4515.0, 4536.0, 4529.0, 4534.0, 4513.0, 4533.0, 4503.0, 4522.0, 4502.0, 4522.0, 4514.0, 4513.0, 4513.0, 4490.0, 4511.0, 4480.0, 4512.0, 4491.0, 4512.0, 4481.0, 4512.0, 4491.0, 4511.0, 4492.0, 4510.0, 4482.0, 4511.0, 4481.0, 4511.0, 4482.0, 4500.0, 4481.0, 4500.0, 4491.0, 4510.0, 4491.0, 4511.0, 4482.0, 4512.0, 4492.0, 4511.0, 4492.0, 4512.0, 4493.0, 4526.0, 4506.0, 4522.0, 4492.0, 4509.0, 4491.0, 4512.0, 4491.0, 4522.0, 4501.0, 4511.0, 4501.0, 4491.0, 4511.0, 4490.0, 4511.0, 4491.0, 4531.0, 4491.0, 4511.0, 4502.0, 4501.0, 4501.0, 4510.0, 4510.0, 4479.0, 4511.0, 4481.0, 4521.0, 4480.0, 4509.0, 4488.0, 4508.0, 4468.0, 4498.0, 4468.0, 4498.0, 4478.0, 4499.0, 4489.0, 4509.0, 4489.0, 4509.0, 4480.0, 4499.0, 4489.0, 4509.0, 4489.0, 4530.0, 4489.0, 4528.0, 4497.0, 4518.0, 4489.0, 4497.0, 4486.0, 4487.0, 4487.0, 4487.0, 4498.0, 4496.0, 4497.0, 4486.0, 4498.0, 4476.0, 4497.0, 4478.0, 4498.0, 4468.0, 4498.0, 4458.0, 4498.0, 4468.0, 4499.0, 4479.0, 4509.0, 4469.0, 4500.0, 4459.0, 4500.0, 4480.0, 4509.0, 4481.0, 4512.0, 4503.0, 4503.0, 4526.0, 4497.0, 4514.0, 4495.0, 4515.0, 4528.0, 4494.0, 4516.0, 4483.0, 4523.0, 4514.0, 4535.0, 4525.0, 4516.0, 4555.0, 4523.0, 4533.0, 4511.0, 4522.0, 4500.0, 4519.0, 4488.0, 4508.0, 4486.0, 4505.0, 4484.0, 4496.0, 4464.0, 4485.0, 4454.0, 4494.0, 4453.0, 4484.0, 4464.0, 4495.0, 4466.0, 4506.0, 4478.0, 4508.0, 4478.0, 4508.0, 4489.0, 4517.0, 4488.0, 4519.0, 4488.0, 4524.0, 4491.0, 4472.0, 4501.0, 4469.0, 4479.0, 4511.0, 4530.0, 4498.0, 4498.0, 4457.0], 'WindowWidth': [10047.0, 9984.0, 9987.0, 9909.0, 9919.0, 9886.0, 9900.0, 9848.0, 9907.0, 9890.0, 9915.0, 9870.0, 9886.0, 9846.0, 9885.0, 9866.0, 9889.0, 9863.0, 9885.0, 9864.0, 9894.0, 9885.0, 9907.0, 9867.0, 9891.0, 9884.0, 9894.0, 9882.0, 9925.0, 9898.0, 9924.0, 9900.0, 9925.0, 9898.0, 9942.0, 9901.0, 9928.0, 9903.0, 9948.0, 9917.0, 9916.0, 9911.0, 9908.0, 9919.0, 9897.0, 9919.0, 9888.0, 9948.0, 9901.0, 9924.0, 9880.0, 9920.0, 9891.0, 9947.0, 9922.0, 9949.0, 9904.0, 9930.0, 9892.0, 9913.0, 9867.0, 9908.0, 9852.0, 9894.0, 9839.0, 9895.0, 9857.0, 9909.0, 9856.0, 9897.0, 9856.0, 9897.0, 9870.0, 9913.0, 9859.0, 9915.0, 9859.0, 9916.0, 9872.0, 9917.0, 9872.0, 9929.0, 9859.0, 9915.0, 9914.0, 9913.0, 9871.0, 9913.0, 9883.0, 9911.0, 9957.0, 9913.0, 9926.0, 9910.0, 9941.0, 9898.0, 9930.0, 9900.0, 9915.0, 9900.0, 9915.0, 9900.0, 9927.0, 9901.0, 9935.0, 9918.0, 9907.0, 9923.0, 9898.0, 9939.0, 9927.0, 9973.0, 9940.0, 9970.0, 9936.0, 9963.0, 9916.0, 9930.0, 9900.0, 9926.0, 9894.0, 9909.0, 9892.0, 9908.0, 9864.0, 9890.0, 9850.0, 9888.0, 9863.0, 9902.0, 9867.0, 9905.0, 9867.0, 9908.0, 9870.0, 9897.0, 9870.0, 9908.0, 9869.0, 9908.0, 9859.0, 9900.0, 9871.0, 9914.0, 9857.0, 9897.0, 9858.0, 9912.0, 9855.0, 9913.0, 9870.0, 9898.0, 9880.0, 9912.0, 9897.0, 9912.0, 9858.0, 9914.0, 9876.0, 9917.0, 9879.0, 9919.0, 9877.0, 9919.0, 9878.0, 9920.0, 9878.0, 9962.0, 9891.0, 9961.0, 9885.0, 9945.0, 9960.0, 9926.0, 9926.0, 9907.0, 9912.0, 9911.0, 9939.0, 9894.0, 9940.0, 9907.0, 9941.0, 9896.0, 9923.0, 9883.0, 9923.0, 9883.0, 9910.0, 9871.0, 9909.0, 9872.0, 9911.0, 9886.0, 9911.0, 9888.0, 9911.0, 9890.0, 9915.0, 9907.0, 9931.0, 9917.0, 9917.0, 9905.0, 9921.0, 9922.0, 9894.0, 9926.0, 9898.0, 9971.0, 9938.0, 9981.0, 9980.0, 9959.0, 9936.0, 9915.0, 9866.0, 9914.0, 9865.0, 9974.0, 9895.0, 9940.0, 9919.0, 9901.0, 9915.0, 9887.0, 9897.0, 9880.0, 9912.0, 9882.0, 9917.0, 9882.0, 9899.0, 9870.0, 9898.0, 9882.0, 9910.0, 9865.0, 9894.0, 9866.0, 9893.0, 9865.0, 9894.0, 9864.0, 9908.0, 9851.0, 9896.0, 9867.0, 9882.0, 9854.0, 9881.0, 9851.0, 9866.0, 9857.0, 9882.0, 9844.0, 9881.0, 9847.0, 9883.0, 9863.0, 9886.0, 9862.0, 9888.0, 9865.0, 9891.0, 9866.0, 9890.0, 9869.0, 9909.0, 9886.0, 9912.0, 9901.0, 9918.0, 9902.0, 9897.0, 9938.0, 9916.0, 9944.0, 9935.0, 9961.0, 9943.0, 9939.0, 9936.0, 9939.0, 9964.0, 9952.0, 9923.0, 9960.0, 9919.0, 9935.0, 9891.0, 9919.0, 9896.0, 9959.0, 9913.0, 9899.0, 9922.0, 9860.0, 9931.0, 9874.0, 9928.0, 9950.0, 9938.0, 9960.0, 9916.0, 9898.0, 9917.0, 9925.0, 9900.0, 9959.0, 9913.0, 9958.0, 9899.0, 9926.0, 9886.0, 9923.0, 9886.0, 9922.0, 9886.0, 9911.0, 9887.0, 9912.0, 9875.0, 9917.0, 9888.0, 9929.0, 9891.0, 9945.0, 9903.0, 9944.0, 9919.0, 9933.0, 9905.0, 9946.0, 9902.0, 9940.0, 9900.0, 9955.0, 9914.0, 9953.0, 9917.0, 9884.0, 9916.0, 9876.0, 9919.0, 9891.0, 9928.0, 9885.0, 9930.0, 9889.0, 9916.0, 9890.0, 9914.0, 9867.0, 9908.0, 9883.0, 9908.0, 9885.0, 9899.0, 9916.0, 9880.0, 9919.0, 9902.0, 9957.0, 9915.0, 9954.0, 9899.0, 9949.0, 9899.0, 9938.0, 9894.0, 9891.0, 9891.0, 9878.0, 9908.0, 9883.0, 9912.0, 9867.0, 9911.0, 9860.0, 9930.0, 9866.0, 9904.0, 9858.0, 9891.0, 9882.0, 9842.0, 9914.0, 9940.0, 9924.0, 9923.0, 9910.0, 9922.0, 9861.0, 9891.0, 9855.0, 9883.0, 9840.0, 9884.0, 9909.0, 9885.0, 9916.0, 9882.0, 9917.0, 9863.0, 9895.0, 9829.0, 9868.0, 9801.0, 9846.0, 9842.0, 9815.0, 9861.0, 9790.0, 9828.0, 9777.0, 9819.0, 9768.0, 9807.0, 9766.0, 9821.0, 9769.0, 9814.0, 9827.0, 9812.0, 9831.0, 9818.0, 9860.0, 9804.0, 9864.0, 9811.0, 9879.0, 9817.0, 9884.0, 9855.0, 9911.0, 9873.0, 9879.0, 9839.0, 9880.0, 9859.0, 9910.0, 9894.0, 9924.0, 9848.0, 9862.0, 9880.0, 9855.0, 9910.0, 9859.0, 9911.0, 9889.0, 9874.0, 9919.0, 9900.0, 9940.0, 9910.0, 9950.0, 9901.0, 9939.0, 9898.0, 9941.0, 9888.0, 9954.0, 9898.0, 9954.0, 9899.0, 9910.0, 9894.0, 9867.0, 9911.0, 9856.0, 9908.0, 9860.0, 9929.0, 9888.0, 9929.0, 9889.0, 9949.0, 9908.0, 9938.0, 9925.0, 9906.0, 9936.0, 9883.0, 9941.0, 9884.0, 9938.0, 9895.0, 9951.0, 9911.0, 9963.0, 9924.0, 9962.0, 9922.0, 9976.0, 9920.0, 9904.0, 9920.0, 9877.0, 9921.0, 9890.0, 9959.0, 9877.0, 9921.0, 9890.0, 9920.0, 9877.0, 9928.0, 9892.0, 9930.0, 9906.0, 9946.0, 9906.0, 9946.0, 9905.0, 9961.0, 9919.0, 9960.0, 9901.0, 9928.0, 9897.0, 9912.0, 9897.0, 9958.0, 9911.0, 9940.0, 9897.0, 9897.0, 9894.0, 9898.0, 9896.0, 9882.0, 9912.0, 9866.0, 9914.0, 9860.0, 9913.0, 9865.0, 9910.0, 9881.0, 9901.0, 9902.0, 9890.0, 9947.0, 9872.0, 9932.0, 9881.0, 9928.0, 9878.0, 9921.0, 9847.0, 9886.0, 9844.0, 9870.0, 9845.0, 9870.0, 9846.0, 9873.0, 9862.0, 9890.0, 9852.0, 9891.0, 9867.0, 9893.0, 9890.0, 9916.0, 9900.0, 9930.0, 9903.0, 9929.0, 9902.0, 9944.0, 9903.0, 9929.0, 9887.0, 9914.0, 9886.0, 9914.0, 9872.0, 9907.0, 9869.0, 9892.0, 9867.0, 9902.0, 9873.0, 9918.0, 9931.0, 9955.0, 9920.0, 9892.0, 9924.0, 9888.0, 9932.0, 9906.0, 9981.0, 9917.0, 9959.0, 9887.0, 9959.0, 9886.0, 9958.0, 9926.0, 9925.0, 9941.0, 9908.0, 9891.0, 9931.0, 9921.0, 9913.0, 9857.0, 9897.0, 9875.0, 9912.0, 9900.0, 9867.0, 9961.0, 9961.0, 9906.0, 9919.0, 9871.0, 9887.0, 9840.0, 9884.0, 9829.0, 9879.0, 9836.0, 9880.0, 9823.0, 9895.0, 9829.0, 9876.0, 9888.0, 9855.0, 9891.0, 9835.0, 9854.0, 9821.0, 9851.0, 9803.0, 9820.0, 9785.0, 9828.0, 9772.0, 9827.0, 9785.0, 9828.0, 9802.0, 9832.0, 9847.0, 9819.0, 9851.0, 9823.0, 9864.0, 9824.0, 9888.0, 9828.0, 9870.0, 9828.0, 9872.0, 9820.0, 9874.0, 9835.0, 9864.0, 9838.0, 9865.0, 9825.0, 9868.0, 9843.0, 9884.0, 9849.0, 9874.0, 9836.0, 9889.0, 9852.0, 9890.0, 9853.0, 9892.0, 9853.0, 9895.0, 9857.0, 9898.0, 9905.0, 9928.0, 9901.0, 9919.0, 9893.0, 9914.0, 9902.0, 9878.0, 9937.0, 9915.0, 9969.0, 9935.0, 9959.0, 9941.0, 9953.0, 9922.0, 9921.0, 9920.0, 9918.0, 9950.0, 9889.0, 9920.0, 9879.0, 9920.0, 9893.0, 9935.0, 9910.0, 9951.0, 9921.0, 9938.0, 9927.0, 9926.0, 9938.0, 9938.0, 9944.0, 9898.0, 9937.0, 9901.0, 9936.0, 9902.0, 9959.0, 9914.0, 9957.0, 9928.0, 9970.0, 9926.0, 9959.0, 9953.0, 9954.0, 9922.0, 9949.0, 9905.0, 9931.0, 9903.0, 9931.0, 9919.0, 9917.0, 9918.0, 9883.0, 9912.0, 9870.0, 9915.0, 9886.0, 9916.0, 9870.0, 9915.0, 9886.0, 9914.0, 9887.0, 9912.0, 9873.0, 9914.0, 9870.0, 9912.0, 9872.0, 9895.0, 9872.0, 9896.0, 9883.0, 9911.0, 9885.0, 9911.0, 9874.0, 9916.0, 9889.0, 9915.0, 9889.0, 9917.0, 9891.0, 9943.0, 9915.0, 9931.0, 9889.0, 9909.0, 9886.0, 9917.0, 9888.0, 9930.0, 9898.0, 9912.0, 9899.0, 9883.0, 9912.0, 9882.0, 9914.0, 9885.0, 9943.0, 9885.0, 9913.0, 9899.0, 9898.0, 9897.0, 9908.0, 9910.0, 9863.0, 9914.0, 9874.0, 9925.0, 9870.0, 9905.0, 9875.0, 9902.0, 9846.0, 9888.0, 9850.0, 9890.0, 9862.0, 9893.0, 9879.0, 9907.0, 9878.0, 9905.0, 9866.0, 9892.0, 9879.0, 9906.0, 9878.0, 9935.0, 9877.0, 9932.0, 9885.0, 9919.0, 9877.0, 9887.0, 9869.0, 9871.0, 9871.0, 9872.0, 9886.0, 9885.0, 9886.0, 9868.0, 9886.0, 9857.0, 9886.0, 9860.0, 9889.0, 9847.0, 9889.0, 9835.0, 9890.0, 9847.0, 9890.0, 9864.0, 9903.0, 9850.0, 9894.0, 9839.0, 9895.0, 9870.0, 9908.0, 9873.0, 9917.0, 9905.0, 9908.0, 9944.0, 9908.0, 9923.0, 9901.0, 9928.0, 9949.0, 9898.0, 9929.0, 9878.0, 9935.0, 9921.0, 9952.0, 9941.0, 9929.0, 9980.0, 9934.0, 9949.0, 9910.0, 9930.0, 9892.0, 9921.0, 9875.0, 9905.0, 9868.0, 9897.0, 9864.0, 9882.0, 9834.0, 9863.0, 9822.0, 9874.0, 9819.0, 9861.0, 9836.0, 9878.0, 9842.0, 9898.0, 9860.0, 9901.0, 9861.0, 9902.0, 9875.0, 9916.0, 9875.0, 9921.0, 9875.0, 9936.0, 9887.0, 9863.0, 9900.0, 9854.0, 9866.0, 9911.0, 9939.0, 9887.0, 9889.0, 9831.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.003570449561403509</td></tr>
<tr><td colspan=3>aqi</td><td>0.025484596381578947</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.81520392107576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2637704780680572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0413987198133914</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>5301.9565</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1089415346809619</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.100877192982455</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.677235099682027</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.698888299289852</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7784059337576403</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5544110659985884</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165193</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002637778874486685</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.013561264611780643</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9146586316468555</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>19.1888</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7359</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.4398</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298666.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>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.5159</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.583</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.1901</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3691.9436</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.0154</td></tr>
<tr><td colspan=3>tsnr</td><td>37.763762160087936</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>