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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-02/func/sub-0008_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ec7985a590440b88742b35447e88bc7f</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>12:45:22.852500</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.99986, 0.00842158, 0.0144933, -0.0095983, 0.996492, 0.0831361]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.112854</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7725, -7229, 539, -145, -64, -76, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>98ea5bda-ebbe-4cbd-b23a-0175b16bec6b||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.6825499534606934, -0.025751536712050438, 0.037104204297065735, 112.24427795410156], [-0.022594479843974113, 2.6735150814056396, 0.22481167316436768, -102.90532684326172], [0.03888440877199173, -0.22304821014404297, 2.69036865234375, -20.046327590942383], [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, 1098]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['124522.852500', '124523.312500', '124523.772500', '124524.232500', '124524.692500', '124525.152500', '124525.612500', '124526.072500', '124526.532500', '124526.992500', '124527.452500', '124527.912500', '124528.372500', '124528.832500', '124529.292500', '124529.752500', '124530.212500', '124530.672500', '124531.132500', '124531.592500', '124532.052500', '124532.512500', '124532.972500', '124533.432500', '124533.892500', '124534.352500', '124534.812500', '124535.272500', '124535.732500', '124536.192500', '124536.652500', '124537.112500', '124537.572500', '124538.032500', '124538.492500', '124538.952500', '124539.412500', '124539.872500', '124540.332500', '124540.792500', '124541.252500', '124541.712500', '124542.172500', '124542.632500', '124543.092500', '124543.552500', '124544.012500', '124544.472500', '124544.932500', '124545.392500', '124545.852500', '124546.312500', '124546.772500', '124547.232500', '124547.692500', '124548.152500', '124548.612500', '124549.072500', '124549.532500', '124549.992500', '124550.452500', '124550.912500', '124551.372500', '124551.832500', '124552.292500', '124552.752500', '124553.212500', '124553.672500', '124554.132500', '124554.592500', '124555.052500', '124555.512500', '124555.972500', '124556.432500', '124556.892500', '124557.352500', '124557.812500', '124558.272500', '124558.732500', '124559.192500', '124559.652500', '124600.112500', '124600.572500', '124601.032500', '124601.492500', '124601.952500', '124602.412500', '124602.872500', '124603.332500', '124603.792500', '124604.252500', '124604.712500', '124605.172500', '124605.632500', '124606.092500', '124606.552500', '124607.012500', '124607.472500', '124607.932500', '124608.392500', '124608.852500', '124609.312500', '124609.772500', '124610.232500', '124610.692500', '124611.152500', '124611.612500', '124612.072500', '124612.532500', '124612.992500', '124613.452500', '124613.912500', '124614.372500', '124614.832500', '124615.292500', '124615.752500', '124616.212500', '124616.672500', '124617.132500', '124617.592500', '124618.052500', '124618.512500', '124618.972500', '124619.432500', '124619.892500', '124620.352500', '124620.812500', '124621.272500', '124621.732500', '124622.192500', '124622.652500', '124623.112500', '124623.572500', '124624.032500', '124624.492500', '124624.952500', '124625.412500', '124625.872500', '124626.332500', '124626.792500', '124627.252500', '124627.712500', '124628.172500', '124628.632500', '124629.092500', '124629.552500', '124630.012500', '124630.472500', '124630.932500', '124631.392500', '124631.852500', '124632.312500', '124632.772500', '124633.232500', '124633.692500', '124634.152500', '124634.612500', '124635.072500', '124635.532500', '124635.992500', '124636.452500', '124636.912500', '124637.372500', '124637.832500', '124638.292500', '124638.752500', '124639.212500', '124639.672500', '124640.132500', '124640.592500', '124641.052500', '124641.512500', '124641.972500', '124642.432500', '124642.892500', '124643.352500', '124643.812500', '124644.272500', '124644.732500', '124645.192500', '124645.652500', '124646.112500', '124646.572500', '124647.032500', '124647.492500', '124647.952500', '124648.412500', '124648.872500', '124649.332500', '124649.792500', '124650.252500', '124650.712500', '124651.172500', '124651.632500', '124652.092500', '124652.552500', '124653.012500', '124653.472500', '124653.932500', '124654.392500', '124654.852500', '124655.312500', '124655.772500', '124656.232500', '124656.692500', '124657.152500', '124657.612500', '124658.072500', '124658.532500', '124658.992500', '124659.452500', '124659.912500', '124700.372500', '124700.832500', '124701.292500', '124701.752500', '124702.212500', '124702.672500', '124703.132500', '124703.592500', '124704.052500', '124704.512500', '124704.972500', '124705.432500', '124705.892500', '124706.352500', '124706.812500', '124707.272500', '124707.732500', '124708.192500', '124708.652500', '124709.112500', '124709.572500', '124710.032500', '124710.492500', '124710.952500', '124711.412500', '124711.872500', '124712.332500', '124712.792500', '124713.252500', '124713.712500', '124714.172500', '124714.632500', '124715.092500', '124715.552500', '124716.012500', '124716.472500', '124716.932500', '124717.392500', '124717.852500', '124718.312500', '124718.772500', '124719.232500', '124719.692500', '124720.152500', '124720.612500', '124721.072500', '124721.532500', '124721.992500', '124722.452500', '124722.912500', '124723.372500', '124723.832500', '124724.292500', '124724.752500', '124725.212500', '124725.672500', '124726.132500', '124726.592500', '124727.052500', '124727.512500', '124727.972500', '124728.432500', '124728.892500', '124729.352500', '124729.812500', '124730.272500', '124730.732500', '124731.192500', '124731.652500', '124732.112500', '124732.572500', '124733.032500', '124733.492500', '124733.952500', '124734.412500', '124734.872500', '124735.332500', '124735.792500', '124736.252500', '124736.712500', '124737.172500', '124737.632500', '124738.092500', '124738.552500', '124739.012500', '124739.472500', '124739.932500', '124740.392500', '124740.852500', '124741.312500', '124741.772500', '124742.232500', '124742.692500', '124743.152500', '124743.612500', '124744.072500', '124744.532500', '124744.992500', '124745.452500', '124745.912500', '124746.372500', '124746.832500', '124747.292500', '124747.752500', '124748.212500', '124748.672500', '124749.132500', '124749.592500', '124750.052500', '124750.512500', '124750.972500', '124751.432500', '124751.892500', '124752.352500', '124752.812500', '124753.272500', '124753.732500', '124754.192500', '124754.652500', '124755.112500', '124755.572500', '124756.032500', '124756.492500', '124756.952500', '124757.412500', '124757.872500', '124758.332500', '124758.792500', '124759.252500', '124759.712500', '124800.172500', '124800.632500', '124801.092500', '124801.552500', '124802.012500', '124802.472500', '124802.932500', '124803.392500', '124803.852500', '124804.312500', '124804.772500', '124805.232500', '124805.692500', '124806.152500', '124806.612500', '124807.072500', '124807.532500', '124807.992500', '124808.452500', '124808.912500', '124809.372500', '124809.832500', '124810.292500', '124810.752500', '124811.212500', '124811.672500', '124812.132500', '124812.592500', '124813.052500', '124813.512500', '124813.972500', '124814.432500', '124814.892500', '124815.352500', '124815.812500', '124816.272500', '124816.732500', '124817.192500', '124817.652500', '124818.112500', '124818.572500', '124819.032500', '124819.492500', '124819.952500', '124820.412500', '124820.872500', '124821.332500', '124821.792500', '124822.252500', '124822.712500', '124823.172500', '124823.632500', '124824.092500', '124824.552500', '124825.012500', '124825.472500', '124825.932500', '124826.392500', '124826.852500', '124827.312500', '124827.772500', '124828.232500', '124828.692500', '124829.152500', '124829.612500', '124830.072500', '124830.532500', '124830.992500', '124831.452500', '124831.912500', '124832.372500', '124832.832500', '124833.292500', '124833.752500', '124834.212500', '124834.672500', '124835.132500', '124835.592500', '124836.052500', '124836.512500', '124836.972500', '124837.432500', '124837.892500', '124838.352500', '124838.812500', '124839.272500', '124839.732500', '124840.192500', '124840.652500', '124841.112500', '124841.572500', '124842.032500', '124842.492500', '124842.952500', '124843.412500', '124843.872500', '124844.332500', '124844.792500', '124845.252500', '124845.712500', '124846.172500', '124846.632500', '124847.092500', '124847.552500', '124848.012500', '124848.472500', '124848.932500', '124849.392500', '124849.852500', '124850.312500', '124850.772500', '124851.232500', '124851.692500', '124852.152500', '124852.612500', '124853.072500', '124853.532500', '124853.992500', '124854.452500', '124854.912500', '124855.372500', '124855.832500', '124856.292500', '124856.752500', '124857.212500', '124857.672500', '124858.132500', '124858.592500', '124859.052500', '124859.512500', '124859.972500', '124900.432500', '124900.892500', '124901.352500', '124901.812500', '124902.272500', '124902.732500', '124903.192500', '124903.652500', '124904.112500', '124904.572500', '124905.032500', '124905.492500', '124905.952500', '124906.412500', '124906.872500', '124907.332500', '124907.792500', '124908.252500', '124908.712500', '124909.172500', '124909.632500', '124910.092500', '124910.552500', '124911.012500', '124911.472500', '124911.932500', '124912.392500', '124912.852500', '124913.312500', '124913.772500', '124914.232500', '124914.692500', '124915.152500', '124915.612500', '124916.072500', '124916.532500', '124916.992500', '124917.452500', '124917.912500', '124918.372500', '124918.832500', '124919.292500', '124919.752500', '124920.212500', '124920.672500', '124921.132500', '124921.592500', '124922.052500', '124922.512500', '124922.972500', '124923.432500', '124923.892500', '124924.352500', '124924.812500', '124925.272500', '124925.732500', '124926.192500', '124926.652500', '124927.112500', '124927.572500', '124928.032500', '124928.492500', '124928.952500', '124929.412500', '124929.872500', '124930.332500', '124930.792500', '124931.252500', '124931.712500', '124932.172500', '124932.632500', '124933.092500', '124933.552500', '124934.012500', '124934.472500', '124934.932500', '124935.392500', '124935.852500', '124936.312500', '124936.772500', '124937.232500', '124937.692500', '124938.152500', '124938.612500', '124939.072500', '124939.532500', '124939.992500', '124940.452500', '124940.912500', '124941.372500', '124941.832500', '124942.292500', '124942.752500', '124943.212500', '124943.672500', '124944.132500', '124944.592500', '124945.052500', '124945.512500', '124945.972500', '124946.432500', '124946.892500', '124947.352500', '124947.812500', '124948.272500', '124948.732500', '124949.192500', '124949.652500', '124950.112500', '124950.572500', '124951.032500', '124951.492500', '124951.952500', '124952.412500', '124952.872500', '124953.332500', '124953.792500', '124954.252500', '124954.712500', '124955.172500', '124955.632500', '124956.092500', '124956.552500', '124957.012500', '124957.472500', '124957.932500', '124958.392500', '124958.852500', '124959.312500', '124959.772500', '125000.232500', '125000.692500', '125001.152500', '125001.612500', '125002.072500', '125002.532500', '125002.992500', '125003.452500', '125003.912500', '125004.372500', '125004.832500', '125005.292500', '125005.752500', '125006.212500', '125006.672500', '125007.132500', '125007.592500', '125008.052500', '125008.512500', '125008.972500', '125009.432500', '125009.892500', '125010.352500', '125010.812500', '125011.272500', '125011.732500', '125012.192500', '125012.652500', '125013.112500', '125013.572500', '125014.032500', '125014.492500', '125014.952500', '125015.412500', '125015.872500', '125016.332500', '125016.792500', '125017.252500', '125017.712500', '125018.172500', '125018.632500', '125019.092500', '125019.552500', '125020.012500', '125020.472500', '125020.932500', '125021.392500', '125021.852500', '125022.312500', '125022.772500', '125023.232500', '125023.692500', '125024.152500', '125024.612500', '125025.072500', '125025.532500', '125025.992500', '125026.452500', '125026.912500', '125027.372500', '125027.832500', '125028.292500', '125028.752500', '125029.212500', '125029.672500', '125030.132500', '125030.592500', '125031.052500', '125031.512500', '125031.972500', '125032.432500', '125032.892500', '125033.352500', '125033.812500', '125034.272500', '125034.732500', '125035.192500', '125035.652500', '125036.112500', '125036.572500', '125037.032500', '125037.492500', '125037.952500', '125038.412500', '125038.872500', '125039.332500', '125039.792500', '125040.252500', '125040.712500', '125041.172500', '125041.632500', '125042.092500', '125042.552500', '125043.012500', '125043.472500', '125043.932500', '125044.392500', '125044.852500', '125045.312500', '125045.772500', '125046.232500', '125046.692500', '125047.152500', '125047.612500', '125048.072500', '125048.532500', '125048.992500', '125049.452500', '125049.912500', '125050.372500', '125050.832500', '125051.292500', '125051.752500', '125052.212500', '125052.672500', '125053.132500', '125053.592500', '125054.052500', '125054.512500', '125054.972500', '125055.432500', '125055.892500', '125056.352500', '125056.812500', '125057.272500', '125057.732500', '125058.192500', '125058.652500', '125059.112500', '125059.572500', '125100.032500', '125100.492500', '125100.952500', '125101.412500', '125101.872500', '125102.332500', '125102.792500', '125103.252500', '125103.712500', '125104.172500', '125104.632500', '125105.092500', '125105.552500', '125106.012500', '125106.472500', '125106.932500', '125107.392500', '125107.852500', '125108.312500', '125108.772500', '125109.232500', '125109.692500', '125110.152500', '125110.612500', '125111.072500', '125111.532500', '125111.992500', '125112.452500', '125112.912500', '125113.372500', '125113.832500', '125114.292500', '125114.752500', '125115.212500', '125115.672500', '125116.132500', '125116.592500', '125117.052500', '125117.512500', '125117.972500', '125118.432500', '125118.892500', '125119.352500', '125119.812500', '125120.272500', '125120.732500', '125121.192500', '125121.652500', '125122.112500', '125122.572500', '125123.032500', '125123.492500', '125123.952500', '125124.412500', '125124.872500', '125125.332500', '125125.792500', '125126.252500', '125126.712500', '125127.172500', '125127.632500', '125128.092500', '125128.552500', '125129.012500', '125129.472500', '125129.932500', '125130.392500', '125130.852500', '125131.312500', '125131.772500', '125132.232500', '125132.692500', '125133.152500', '125133.612500', '125134.072500', '125134.532500', '125134.992500', '125135.452500', '125135.912500', '125136.372500', '125136.832500', '125137.292500', '125137.752500', '125138.212500', '125138.672500', '125139.132500', '125139.592500', '125140.052500', '125140.512500', '125140.972500', '125141.432500', '125141.892500', '125142.352500', '125142.812500', '125143.272500', '125143.732500', '125144.192500', '125144.652500', '125145.112500', '125145.572500', '125146.032500', '125146.492500', '125146.952500', '125147.412500', '125147.872500', '125148.332500', '125148.792500', '125149.252500', '125149.712500', '125150.172500', '125150.632500', '125151.092500', '125151.552500', '125152.012500', '125152.472500', '125152.932500', '125153.392500', '125153.852500', '125154.312500', '125154.772500', '125155.232500', '125155.692500', '125156.152500', '125156.612500', '125157.072500', '125157.532500', '125157.992500', '125158.452500', '125158.912500', '125159.372500', '125159.832500', '125200.292500', '125200.752500', '125201.212500', '125201.672500', '125202.132500', '125202.592500', '125203.052500', '125203.512500', '125203.972500', '125204.432500', '125204.892500', '125205.352500', '125205.812500', '125206.272500', '125206.732500', '125207.192500', '125207.652500', '125208.112500', '125208.572500', '125209.032500', '125209.492500', '125209.952500', '125210.412500', '125210.872500', '125211.332500', '125211.792500', '125212.252500', '125212.712500', '125213.172500', '125213.632500', '125214.092500', '125214.552500', '125215.012500', '125215.472500', '125215.932500', '125216.392500', '125216.852500', '125217.312500', '125217.772500', '125218.232500', '125218.692500', '125219.152500', '125219.612500', '125220.072500', '125220.532500', '125220.992500', '125221.452500', '125221.912500', '125222.372500', '125222.832500', '125223.292500', '125223.752500', '125224.212500', '125224.672500', '125225.132500', '125225.592500', '125226.052500', '125226.512500', '125226.972500', '125227.432500', '125227.892500', '125228.352500', '125228.812500', '125229.272500', '125229.732500', '125230.192500', '125230.652500', '125231.112500', '125231.572500', '125232.032500', '125232.492500', '125232.952500', '125233.412500', '125233.872500', '125234.332500', '125234.792500', '125235.252500', '125235.712500', '125236.172500', '125236.632500', '125237.092500', '125237.552500', '125238.012500', '125238.472500', '125238.932500', '125239.392500', '125239.852500', '125240.312500', '125240.772500', '125241.232500', '125241.692500', '125242.152500', '125242.612500', '125243.072500', '125243.532500', '125243.992500', '125244.452500', '125244.912500', '125245.372500', '125245.832500', '125246.292500', '125246.752500', '125247.212500', '125247.672500', '125248.132500', '125248.592500', '125249.052500', '125249.512500', '125249.972500', '125250.432500', '125250.892500', '125251.352500', '125251.812500', '125252.272500', '125252.732500', '125253.192500', '125253.652500', '125254.112500', '125254.572500', '125255.032500', '125255.492500', '125255.952500', '125256.412500', '125256.872500', '125257.332500', '125257.792500', '125258.252500', '125258.712500', '125259.172500', '125259.632500', '125300.092500', '125300.552500', '125301.012500', '125301.472500', '125301.932500', '125302.392500', '125302.852500', '125303.312500', '125303.772500', '125304.232500', '125304.692500', '125305.152500', '125305.612500', '125306.072500', '125306.532500', '125306.992500', '125307.452500', '125307.912500', '125308.372500', '125308.832500', '125309.292500', '125309.752500', '125310.212500', '125310.672500', '125311.132500', '125311.592500', '125312.052500', '125312.512500', '125312.972500', '125313.432500', '125313.892500', '125314.352500', '125314.812500', '125315.272500', '125315.732500', '125316.192500', '125316.652500', '125317.112500', '125317.572500', '125318.032500', '125318.492500', '125318.952500', '125319.412500', '125319.872500', '125320.332500', '125320.792500', '125321.252500', '125321.712500', '125322.172500', '125322.632500', '125323.092500', '125323.552500', '125324.012500', '125324.472500', '125324.932500', '125325.392500', '125325.852500', '125326.312500', '125326.772500', '125327.232500', '125327.692500', '125328.152500', '125328.612500', '125329.072500', '125329.532500', '125329.992500', '125330.452500', '125330.912500', '125331.372500', '125331.832500', '125332.292500', '125332.752500', '125333.212500', '125333.672500', '125334.132500', '125334.592500', '125335.052500', '125335.512500', '125335.972500', '125336.432500', '125336.892500', '125337.352500', '125337.812500', '125338.272500', '125338.732500', '125339.192500', '125339.652500', '125340.112500', '125340.572500', '125341.032500', '125341.492500', '125341.952500', '125342.412500', '125342.872500', '125343.332500', '125343.792500', '125344.252500', '125344.712500', '125345.172500', '125345.632500', '125346.092500', '125346.552500', '125347.012500', '125347.472500'], 'ContentTime': ['124534.331000', '124534.341000', '124534.344000', '124534.347000', '124534.350000', '124534.353000', '124534.355000', '124534.358000', '124534.361000', '124534.364000', '124534.367000', '124534.370000', '124534.378000', '124534.381000', '124534.383000', '124534.386000', '124534.389000', '124534.400000', '124534.402000', '124534.405000', '124534.408000', '124534.411000', '124534.414000', '124554.300000', '124554.303000', '124554.306000', '124554.309000', '124554.311000', '124554.314000', '124554.317000', '124554.320000', '124554.323000', '124554.326000', '124554.328000', '124554.331000', '124554.334000', '124554.337000', '124554.340000', '124554.342000', '124554.345000', '124554.348000', '124554.351000', '124554.354000', '124554.357000', '124554.359000', '124554.362000', '124554.365000', '124554.368000', '124554.371000', '124554.374000', '124554.376000', '124554.379000', '124554.382000', '124554.385000', '124554.388000', '124554.390000', '124554.396000', '124554.399000', '124554.402000', '124554.405000', '124554.408000', '124554.410000', '124554.413000', '124554.416000', '124554.419000', '124554.422000', '124614.300000', '124614.303000', '124614.306000', '124614.309000', '124614.312000', '124614.314000', '124614.317000', '124614.320000', '124614.323000', '124614.326000', '124614.329000', '124614.332000', '124614.334000', '124614.337000', '124614.340000', '124614.343000', '124614.346000', '124614.348000', '124614.351000', '124614.354000', '124614.357000', '124614.360000', '124614.363000', '124614.366000', '124614.368000', '124614.371000', '124614.374000', '124614.377000', '124614.380000', '124614.382000', '124614.385000', '124614.388000', '124614.391000', '124614.394000', '124614.397000', '124614.399000', '124614.405000', '124614.408000', '124614.410000', '124614.413000', '124614.416000', '124614.419000', '124614.422000', '124634.301000', '124634.304000', '124634.307000', '124634.310000', '124634.313000', '124634.315000', '124634.318000', '124634.321000', '124634.324000', '124634.327000', '124634.330000', '124634.332000', '124634.335000', '124634.338000', '124634.341000', '124634.344000', '124634.346000', '124634.349000', '124634.352000', '124634.355000', '124634.358000', '124634.361000', '124634.364000', '124634.366000', '124634.369000', '124634.372000', '124634.375000', '124634.378000', '124634.380000', '124634.383000', '124634.386000', '124634.389000', '124634.392000', '124634.395000', '124634.398000', '124634.400000', '124634.403000', '124634.406000', '124634.409000', '124634.412000', '124634.415000', '124634.418000', '124634.420000', '124634.423000', '124654.301000', '124654.304000', '124654.307000', '124654.310000', '124654.313000', '124654.316000', '124654.318000', '124654.322000', '124654.325000', '124654.327000', '124654.330000', '124654.333000', '124654.336000', '124654.339000', '124654.342000', '124654.345000', '124654.355000', '124654.359000', '124654.361000', '124654.364000', '124654.367000', '124654.370000', '124654.373000', '124654.376000', '124654.378000', '124654.381000', '124654.384000', '124654.387000', '124654.390000', '124654.393000', '124654.408000', '124654.411000', '124654.414000', '124654.416000', '124654.419000', '124654.422000', '124654.425000', '124654.428000', '124654.431000', '124654.433000', '124654.436000', '124654.439000', '124654.442000', '124714.301000', '124714.304000', '124714.307000', '124714.309000', '124714.312000', '124714.315000', '124714.318000', '124714.321000', '124714.324000', '124714.327000', '124714.329000', '124714.332000', '124714.335000', '124714.338000', '124714.341000', '124714.344000', '124714.347000', '124714.349000', '124714.352000', '124714.355000', '124714.358000', '124714.361000', '124714.364000', '124714.366000', '124714.369000', '124714.372000', '124714.375000', '124714.378000', '124714.380000', '124714.383000', '124714.386000', '124714.389000', '124714.392000', '124714.395000', '124714.397000', '124714.400000', '124714.403000', '124714.406000', '124714.409000', '124714.412000', '124714.415000', '124714.417000', '124714.420000', '124714.423000', '124734.301000', '124734.304000', '124734.307000', '124734.310000', '124734.313000', '124734.315000', '124734.318000', '124734.321000', '124734.324000', '124734.327000', '124734.330000', '124734.333000', '124734.335000', '124734.338000', '124734.342000', '124734.346000', '124734.349000', '124734.352000', '124734.355000', '124734.358000', '124734.360000', '124734.363000', '124734.366000', '124734.369000', '124734.372000', '124734.375000', '124734.377000', '124734.380000', '124734.383000', '124734.386000', '124734.389000', '124734.392000', '124734.395000', '124734.397000', '124734.400000', '124734.403000', '124734.406000', '124734.409000', '124734.411000', '124734.414000', '124734.417000', '124734.420000', '124734.423000', '124754.300000', '124754.303000', '124754.306000', '124754.309000', '124754.311000', '124754.314000', '124754.317000', '124754.320000', '124754.323000', '124754.326000', '124754.328000', '124754.331000', '124754.334000', '124754.337000', '124754.340000', '124754.343000', '124754.345000', '124754.348000', '124754.351000', '124754.354000', '124754.357000', '124754.360000', '124754.362000', '124754.365000', '124754.368000', '124754.371000', '124754.374000', '124754.377000', '124754.380000', '124754.382000', '124754.385000', '124754.388000', '124754.391000', '124754.394000', '124754.396000', '124754.399000', '124754.402000', '124754.405000', '124754.408000', '124754.411000', '124754.413000', '124754.416000', '124754.419000', '124754.422000', '124814.300000', '124814.303000', '124814.306000', '124814.309000', '124814.312000', '124814.315000', '124814.317000', '124814.320000', '124814.323000', '124814.326000', '124814.329000', '124814.332000', '124814.334000', '124814.338000', '124814.340000', '124814.343000', '124814.346000', '124814.349000', '124814.352000', '124814.355000', '124814.358000', '124814.361000', '124814.364000', '124814.367000', '124814.370000', '124814.372000', '124814.375000', '124814.378000', '124814.381000', '124814.384000', '124814.386000', '124814.390000', '124814.392000', '124814.395000', '124814.398000', '124814.401000', '124814.404000', '124814.407000', '124814.409000', '124814.412000', '124814.415000', '124814.418000', '124814.421000', '124834.300000', '124834.303000', '124834.306000', '124834.309000', '124834.312000', '124834.314000', '124834.317000', '124834.320000', '124834.323000', '124834.326000', '124834.329000', '124834.331000', '124834.334000', '124834.337000', '124834.340000', '124834.343000', '124834.346000', '124834.348000', '124834.351000', '124834.354000', '124834.357000', '124834.360000', '124834.363000', '124834.365000', '124834.368000', '124834.371000', '124834.386000', '124834.389000', '124834.392000', '124834.394000', '124834.397000', '124834.400000', '124834.403000', '124834.406000', '124834.409000', '124834.411000', '124834.414000', '124834.417000', '124834.420000', '124834.423000', '124834.426000', '124834.429000', '124834.432000', '124834.434000', '124854.301000', '124854.304000', '124854.307000', '124854.310000', '124854.313000', '124854.316000', '124854.318000', '124854.321000', '124854.324000', '124854.327000', '124854.330000', '124854.333000', '124854.336000', '124854.339000', '124854.341000', '124854.344000', '124854.347000', '124854.350000', '124854.353000', '124854.355000', '124854.358000', '124854.361000', '124854.364000', '124854.367000', '124854.370000', '124854.373000', '124854.377000', '124854.380000', '124854.383000', '124854.386000', '124854.389000', '124854.392000', '124854.395000', '124854.398000', '124854.401000', '124854.404000', '124854.406000', '124854.409000', '124854.412000', '124854.415000', '124854.418000', '124854.427000', '124854.430000', '124914.301000', '124914.304000', '124914.307000', '124914.310000', '124914.313000', '124914.316000', '124914.318000', '124914.321000', '124914.324000', '124914.327000', '124914.330000', '124914.333000', '124914.336000', '124914.338000', '124914.341000', '124914.344000', '124914.347000', '124914.350000', '124914.353000', '124914.355000', '124914.358000', '124914.361000', '124914.364000', '124914.367000', '124914.370000', '124914.373000', '124914.375000', '124914.378000', '124914.381000', '124914.384000', '124914.387000', '124914.389000', '124914.392000', '124914.395000', '124914.398000', '124914.401000', '124914.404000', '124914.407000', '124914.409000', '124914.412000', '124914.415000', '124914.418000', '124914.421000', '124914.424000', '124934.301000', '124934.304000', '124934.307000', '124934.310000', '124934.312000', '124934.315000', '124934.318000', '124934.321000', '124934.324000', '124934.328000', '124934.331000', '124934.334000', '124934.337000', '124934.340000', '124934.342000', '124934.345000', '124934.348000', '124934.351000', '124934.354000', '124934.357000', '124934.360000', '124934.362000', '124934.365000', '124934.368000', '124934.371000', '124934.374000', '124934.377000', '124934.379000', '124934.383000', '124934.385000', '124934.388000', '124934.391000', '124934.394000', '124934.398000', '124934.407000', '124934.410000', '124934.413000', '124934.416000', '124934.419000', '124934.421000', '124934.424000', '124934.427000', '124934.430000', '124954.301000', '124954.304000', '124954.307000', '124954.310000', '124954.313000', '124954.315000', '124954.318000', '124954.321000', '124954.324000', '124954.327000', '124954.329000', '124954.332000', '124954.335000', '124954.338000', '124954.341000', '124954.344000', '124954.347000', '124954.349000', '124954.352000', '124954.355000', '124954.358000', '124954.361000', '124954.364000', '124954.366000', '124954.369000', '124954.372000', '124954.375000', '124954.378000', '124954.381000', '124954.383000', '124954.386000', '124954.389000', '124954.392000', '124954.395000', '124954.398000', '124954.400000', '124954.403000', '124954.406000', '124954.409000', '124954.412000', '124954.415000', '124954.418000', '124954.420000', '124954.423000', '125014.300000', '125014.303000', '125014.306000', '125014.309000', '125014.312000', '125014.314000', '125014.317000', '125014.337000', '125014.339000', '125014.342000', '125014.345000', '125014.348000', '125014.351000', '125014.354000', '125014.357000', '125014.359000', '125014.362000', '125014.365000', '125014.368000', '125014.371000', '125014.374000', '125014.377000', '125014.379000', '125014.382000', '125014.385000', '125014.388000', '125014.391000', '125014.394000', '125014.397000', '125014.399000', '125014.402000', '125014.405000', '125014.408000', '125014.411000', '125014.414000', '125014.417000', '125014.420000', '125014.423000', '125014.426000', '125014.429000', '125014.432000', '125014.434000', '125014.437000', '125034.300000', '125034.303000', '125034.306000', '125034.309000', '125034.312000', '125034.314000', '125034.317000', '125034.320000', '125034.323000', '125034.326000', '125034.329000', '125034.332000', '125034.334000', '125034.337000', '125034.340000', '125034.343000', '125034.346000', '125034.349000', '125034.351000', '125034.354000', '125034.357000', '125034.360000', '125034.363000', '125034.366000', '125034.369000', '125034.371000', '125034.374000', '125034.382000', '125034.385000', '125034.388000', '125034.391000', '125034.394000', '125034.396000', '125034.399000', '125034.402000', '125034.405000', '125034.408000', '125034.411000', '125034.414000', '125034.416000', '125034.419000', '125034.422000', '125034.425000', '125034.428000', '125054.300000', '125054.303000', '125054.306000', '125054.309000', '125054.312000', '125054.315000', '125054.317000', '125054.320000', '125054.323000', '125054.326000', '125054.329000', '125054.332000', '125054.334000', '125054.337000', '125054.340000', '125054.343000', '125054.346000', '125054.349000', '125054.352000', '125054.354000', '125054.357000', '125054.360000', '125054.363000', '125054.367000', '125054.370000', '125054.373000', '125054.376000', '125054.378000', '125054.381000', '125054.384000', '125054.387000', '125054.390000', '125054.393000', '125054.396000', '125054.399000', '125054.401000', '125054.404000', '125054.407000', '125054.410000', '125054.413000', '125054.415000', '125054.418000', '125054.421000', '125114.301000', '125114.304000', '125114.307000', '125114.310000', '125114.313000', '125114.316000', '125114.319000', '125114.322000', '125114.325000', '125114.328000', '125114.330000', '125114.333000', '125114.336000', '125114.339000', '125114.342000', '125114.345000', '125114.348000', '125114.350000', '125114.353000', '125114.356000', '125114.359000', '125114.362000', '125114.365000', '125114.368000', '125114.370000', '125114.373000', '125114.376000', '125114.379000', '125114.382000', '125114.385000', '125114.388000', '125114.390000', '125114.393000', '125114.396000', '125114.399000', '125114.402000', '125114.404000', '125114.407000', '125114.410000', '125114.413000', '125114.416000', '125114.419000', '125114.422000', '125114.424000', '125134.301000', '125134.304000', '125134.307000', '125134.310000', '125134.313000', '125134.316000', '125134.318000', '125134.321000', '125134.324000', '125134.327000', '125134.330000', '125134.332000', '125134.335000', '125134.338000', '125134.341000', '125134.344000', '125134.347000', '125134.349000', '125134.366000', '125134.369000', '125134.372000', '125134.376000', '125134.379000', '125134.382000', '125134.385000', '125134.387000', '125134.390000', '125134.393000', '125134.396000', '125134.399000', '125134.402000', '125134.404000', '125134.407000', '125134.410000', '125134.413000', '125134.416000', '125134.419000', '125134.422000', '125134.424000', '125134.427000', '125134.430000', '125134.433000', '125134.436000', '125154.301000', '125154.304000', '125154.307000', '125154.310000', '125154.313000', '125154.316000', '125154.318000', '125154.321000', '125154.324000', '125154.327000', '125154.330000', '125154.332000', '125154.335000', '125154.338000', '125154.341000', '125154.344000', '125154.347000', '125154.350000', '125154.352000', '125154.355000', '125154.358000', '125154.361000', '125154.364000', '125154.366000', '125154.369000', '125154.372000', '125154.375000', '125154.378000', '125154.381000', '125154.384000', '125154.387000', '125154.389000', '125154.392000', '125154.395000', '125154.398000', '125154.401000', '125154.404000', '125154.407000', '125154.409000', '125154.412000', '125154.415000', '125154.418000', '125154.421000', '125154.424000', '125214.301000', '125214.304000', '125214.307000', '125214.310000', '125214.313000', '125214.316000', '125214.318000', '125214.321000', '125214.324000', '125214.327000', '125214.330000', '125214.333000', '125214.335000', '125214.338000', '125214.341000', '125214.344000', '125214.347000', '125214.349000', '125214.352000', '125214.355000', '125214.358000', '125214.361000', '125214.364000', '125214.367000', '125214.369000', '125214.372000', '125214.375000', '125214.378000', '125214.381000', '125214.384000', '125214.386000', '125214.389000', '125214.392000', '125214.395000', '125214.398000', '125214.401000', '125214.404000', '125214.407000', '125214.410000', '125214.413000', '125214.416000', '125214.419000', '125214.422000', '125234.300000', '125234.303000', '125234.306000', '125234.309000', '125234.312000', '125234.315000', '125234.317000', '125234.320000', '125234.330000', '125234.333000', '125234.336000', '125234.338000', '125234.341000', '125234.344000', '125234.347000', '125234.350000', '125234.353000', '125234.356000', '125234.358000', '125234.361000', '125234.364000', '125234.367000', '125234.371000', '125234.374000', '125234.377000', '125234.380000', '125234.383000', '125234.385000', '125234.388000', '125234.391000', '125234.394000', '125234.397000', '125234.400000', '125234.403000', '125234.405000', '125234.408000', '125234.411000', '125234.414000', '125234.417000', '125234.420000', '125234.423000', '125234.425000', '125234.428000', '125234.431000', '125254.300000', '125254.303000', '125254.306000', '125254.309000', '125254.312000', '125254.315000', '125254.318000', '125254.320000', '125254.323000', '125254.326000', '125254.329000', '125254.332000', '125254.335000', '125254.337000', '125254.340000', '125254.343000', '125254.346000', '125254.349000', '125254.352000', '125254.355000', '125254.357000', '125254.360000', '125254.363000', '125254.366000', '125254.369000', '125254.371000', '125254.374000', '125254.377000', '125254.393000', '125254.396000', '125254.399000', '125254.402000', '125254.404000', '125254.407000', '125254.410000', '125254.413000', '125254.416000', '125254.418000', '125254.421000', '125254.424000', '125254.427000', '125254.430000', '125254.433000', '125314.300000', '125314.303000', '125314.306000', '125314.309000', '125314.312000', '125314.315000', '125314.317000', '125314.320000', '125314.323000', '125314.326000', '125314.329000', '125314.332000', '125314.334000', '125314.337000', '125314.340000', '125314.343000', '125314.346000', '125314.349000', '125314.351000', '125314.354000', '125314.357000', '125314.360000', '125314.363000', '125314.366000', '125314.369000', '125314.371000', '125314.374000', '125314.377000', '125314.380000', '125314.383000', '125314.386000', '125314.389000', '125314.392000', '125314.394000', '125314.397000', '125314.400000', '125314.403000', '125314.406000', '125314.409000', '125314.412000', '125314.414000', '125314.417000', '125314.420000', '125314.423000', '125334.301000', '125334.304000', '125334.307000', '125334.310000', '125334.313000', '125334.316000', '125334.319000', '125334.321000', '125334.324000', '125334.327000', '125334.330000', '125334.333000', '125334.336000', '125334.339000', '125334.341000', '125334.344000', '125334.347000', '125334.350000', '125334.353000', '125334.356000', '125334.358000', '125334.361000', '125334.364000', '125334.367000', '125334.370000', '125334.373000', '125334.376000', '125334.378000', '125334.381000', '125334.384000', '125334.387000', '125334.390000', '125334.393000', '125334.396000', '125334.398000', '125334.401000', '125334.404000', '125334.407000', '125334.410000', '125334.412000', '125334.415000', '125334.418000', '125334.421000', '125348.808000', '125348.812000', '125348.815000', '125348.818000', '125348.821000', '125348.824000', '125348.827000', '125348.830000', '125348.833000', '125348.836000', '125348.839000', '125348.842000', '125348.845000', '125348.848000', '125348.851000', '125348.854000', '125348.857000', '125348.860000', '125348.863000', '125348.866000', '125348.869000', '125348.872000', '125348.875000', '125348.878000', '125348.881000', '125348.884000', '125348.888000', '125348.891000', '125348.894000', '125348.896000', '125348.899000', '125348.902000'], 'InstanceCreationTime': ['124534.331000', '124534.341000', '124534.344000', '124534.347000', '124534.350000', '124534.353000', '124534.355000', '124534.358000', '124534.361000', '124534.364000', '124534.367000', '124534.370000', '124534.378000', '124534.381000', '124534.383000', '124534.386000', '124534.389000', '124534.400000', '124534.402000', '124534.405000', '124534.408000', '124534.411000', '124534.414000', '124554.300000', '124554.303000', '124554.306000', '124554.309000', '124554.311000', '124554.314000', '124554.317000', '124554.320000', '124554.323000', '124554.326000', '124554.328000', '124554.331000', '124554.334000', '124554.337000', '124554.340000', '124554.342000', '124554.345000', '124554.348000', '124554.351000', '124554.354000', '124554.357000', '124554.359000', '124554.362000', '124554.365000', '124554.368000', '124554.371000', '124554.374000', '124554.376000', '124554.379000', '124554.382000', '124554.385000', '124554.388000', '124554.390000', '124554.396000', '124554.399000', '124554.402000', '124554.405000', '124554.408000', '124554.410000', '124554.413000', '124554.416000', '124554.419000', '124554.422000', '124614.300000', '124614.303000', '124614.306000', '124614.309000', '124614.312000', '124614.314000', '124614.317000', '124614.320000', '124614.323000', '124614.326000', '124614.329000', '124614.332000', '124614.334000', '124614.337000', '124614.340000', '124614.343000', '124614.346000', '124614.348000', '124614.351000', '124614.354000', '124614.357000', '124614.360000', '124614.363000', '124614.366000', '124614.368000', '124614.371000', '124614.374000', '124614.377000', '124614.380000', '124614.382000', '124614.385000', '124614.388000', '124614.391000', '124614.394000', '124614.397000', '124614.399000', '124614.405000', '124614.408000', '124614.410000', '124614.413000', '124614.416000', '124614.419000', '124614.422000', '124634.301000', '124634.304000', '124634.307000', '124634.310000', '124634.313000', '124634.315000', '124634.318000', '124634.321000', '124634.324000', '124634.327000', '124634.330000', '124634.332000', '124634.335000', '124634.338000', '124634.341000', '124634.344000', '124634.346000', '124634.349000', '124634.352000', '124634.355000', '124634.358000', '124634.361000', '124634.364000', '124634.366000', '124634.369000', '124634.372000', '124634.375000', '124634.378000', '124634.380000', '124634.383000', '124634.386000', '124634.389000', '124634.392000', '124634.395000', '124634.398000', '124634.400000', '124634.403000', '124634.406000', '124634.409000', '124634.412000', '124634.415000', '124634.418000', '124634.420000', '124634.423000', '124654.301000', '124654.304000', '124654.307000', '124654.310000', '124654.313000', '124654.316000', '124654.318000', '124654.322000', '124654.325000', '124654.327000', '124654.330000', '124654.333000', '124654.336000', '124654.339000', '124654.342000', '124654.345000', '124654.355000', '124654.359000', '124654.361000', '124654.364000', '124654.367000', '124654.370000', '124654.373000', '124654.376000', '124654.378000', '124654.381000', '124654.384000', '124654.387000', '124654.390000', '124654.393000', '124654.408000', '124654.411000', '124654.414000', '124654.416000', '124654.419000', '124654.422000', '124654.425000', '124654.428000', '124654.431000', '124654.433000', '124654.436000', '124654.439000', '124654.442000', '124714.301000', '124714.304000', '124714.307000', '124714.309000', '124714.312000', '124714.315000', '124714.318000', '124714.321000', '124714.324000', '124714.327000', '124714.329000', '124714.332000', '124714.335000', '124714.338000', '124714.341000', '124714.344000', '124714.347000', '124714.349000', '124714.352000', '124714.355000', '124714.358000', '124714.361000', '124714.364000', '124714.366000', '124714.369000', '124714.372000', '124714.375000', '124714.378000', '124714.380000', '124714.383000', '124714.386000', '124714.389000', '124714.392000', '124714.395000', '124714.397000', '124714.400000', '124714.403000', '124714.406000', '124714.409000', '124714.412000', '124714.415000', '124714.417000', '124714.420000', '124714.423000', '124734.301000', '124734.304000', '124734.307000', '124734.310000', '124734.313000', '124734.315000', '124734.318000', '124734.321000', '124734.324000', '124734.327000', '124734.330000', '124734.333000', '124734.335000', '124734.338000', '124734.342000', '124734.346000', '124734.349000', '124734.352000', '124734.355000', '124734.358000', '124734.360000', '124734.363000', '124734.366000', '124734.369000', '124734.372000', '124734.375000', '124734.377000', '124734.380000', '124734.383000', '124734.386000', '124734.389000', '124734.392000', '124734.395000', '124734.397000', '124734.400000', '124734.403000', '124734.406000', '124734.409000', '124734.411000', '124734.414000', '124734.417000', '124734.420000', '124734.423000', '124754.300000', '124754.303000', '124754.306000', '124754.309000', '124754.311000', '124754.314000', '124754.317000', '124754.320000', '124754.323000', '124754.326000', '124754.328000', '124754.331000', '124754.334000', '124754.337000', '124754.340000', '124754.343000', '124754.345000', '124754.348000', '124754.351000', '124754.354000', '124754.357000', '124754.360000', '124754.362000', '124754.365000', '124754.368000', '124754.371000', '124754.374000', '124754.377000', '124754.380000', '124754.382000', '124754.385000', '124754.388000', '124754.391000', '124754.394000', '124754.396000', '124754.399000', '124754.402000', '124754.405000', '124754.408000', '124754.411000', '124754.413000', '124754.416000', '124754.419000', '124754.422000', '124814.300000', '124814.303000', '124814.306000', '124814.309000', '124814.312000', '124814.315000', '124814.317000', '124814.320000', '124814.323000', '124814.326000', '124814.329000', '124814.332000', '124814.334000', '124814.338000', '124814.340000', '124814.343000', '124814.346000', '124814.349000', '124814.352000', '124814.355000', '124814.358000', '124814.361000', '124814.364000', '124814.367000', '124814.370000', '124814.372000', '124814.375000', '124814.378000', '124814.381000', '124814.384000', '124814.386000', '124814.390000', '124814.392000', '124814.395000', '124814.398000', '124814.401000', '124814.404000', '124814.407000', '124814.409000', '124814.412000', '124814.415000', '124814.418000', '124814.421000', '124834.300000', '124834.303000', '124834.306000', '124834.309000', '124834.312000', '124834.314000', '124834.317000', '124834.320000', '124834.323000', '124834.326000', '124834.329000', '124834.331000', '124834.334000', '124834.337000', '124834.340000', '124834.343000', '124834.346000', '124834.348000', '124834.351000', '124834.354000', '124834.357000', '124834.360000', '124834.363000', '124834.365000', '124834.368000', '124834.371000', '124834.386000', '124834.389000', '124834.392000', '124834.394000', '124834.397000', '124834.400000', '124834.403000', '124834.406000', '124834.409000', '124834.411000', '124834.414000', '124834.417000', '124834.420000', '124834.423000', '124834.426000', '124834.429000', '124834.432000', '124834.434000', '124854.301000', '124854.304000', '124854.307000', '124854.310000', '124854.313000', '124854.316000', '124854.318000', '124854.321000', '124854.324000', '124854.327000', '124854.330000', '124854.333000', '124854.336000', '124854.339000', '124854.341000', '124854.344000', '124854.347000', '124854.350000', '124854.353000', '124854.355000', '124854.358000', '124854.361000', '124854.364000', '124854.367000', '124854.370000', '124854.373000', '124854.377000', '124854.380000', '124854.383000', '124854.386000', '124854.389000', '124854.392000', '124854.395000', '124854.398000', '124854.401000', '124854.404000', '124854.406000', '124854.409000', '124854.412000', '124854.415000', '124854.418000', '124854.427000', '124854.430000', '124914.301000', '124914.304000', '124914.307000', '124914.310000', '124914.313000', '124914.316000', '124914.318000', '124914.321000', '124914.324000', '124914.327000', '124914.330000', '124914.333000', '124914.336000', '124914.338000', '124914.341000', '124914.344000', '124914.347000', '124914.350000', '124914.353000', '124914.355000', '124914.358000', '124914.361000', '124914.364000', '124914.367000', '124914.370000', '124914.373000', '124914.375000', '124914.378000', '124914.381000', '124914.384000', '124914.387000', '124914.389000', '124914.392000', '124914.395000', '124914.398000', '124914.401000', '124914.404000', '124914.407000', '124914.409000', '124914.412000', '124914.415000', '124914.418000', '124914.421000', '124914.424000', '124934.301000', '124934.304000', '124934.307000', '124934.310000', '124934.312000', '124934.315000', '124934.318000', '124934.321000', '124934.324000', '124934.328000', '124934.331000', '124934.334000', '124934.337000', '124934.340000', '124934.342000', '124934.345000', '124934.348000', '124934.351000', '124934.354000', '124934.357000', '124934.360000', '124934.362000', '124934.365000', '124934.368000', '124934.371000', '124934.374000', '124934.377000', '124934.379000', '124934.383000', '124934.385000', '124934.388000', '124934.391000', '124934.394000', '124934.398000', '124934.407000', '124934.410000', '124934.413000', '124934.416000', '124934.419000', '124934.421000', '124934.424000', '124934.427000', '124934.430000', '124954.301000', '124954.304000', '124954.307000', '124954.310000', '124954.313000', '124954.315000', '124954.318000', '124954.321000', '124954.324000', '124954.327000', '124954.329000', '124954.332000', '124954.335000', '124954.338000', '124954.341000', '124954.344000', '124954.347000', '124954.349000', '124954.352000', '124954.355000', '124954.358000', '124954.361000', '124954.364000', '124954.366000', '124954.369000', '124954.372000', '124954.375000', '124954.378000', '124954.381000', '124954.383000', '124954.386000', '124954.389000', '124954.392000', '124954.395000', '124954.398000', '124954.400000', '124954.403000', '124954.406000', '124954.409000', '124954.412000', '124954.415000', '124954.418000', '124954.420000', '124954.423000', '125014.300000', '125014.303000', '125014.306000', '125014.309000', '125014.312000', '125014.314000', '125014.317000', '125014.337000', '125014.339000', '125014.342000', '125014.345000', '125014.348000', '125014.351000', '125014.354000', '125014.357000', '125014.359000', '125014.362000', '125014.365000', '125014.368000', '125014.371000', '125014.374000', '125014.377000', '125014.379000', '125014.382000', '125014.385000', '125014.388000', '125014.391000', '125014.394000', '125014.397000', '125014.399000', '125014.402000', '125014.405000', '125014.408000', '125014.411000', '125014.414000', '125014.417000', '125014.420000', '125014.423000', '125014.426000', '125014.429000', '125014.432000', '125014.434000', '125014.437000', '125034.300000', '125034.303000', '125034.306000', '125034.309000', '125034.312000', '125034.314000', '125034.317000', '125034.320000', '125034.323000', '125034.326000', '125034.329000', '125034.332000', '125034.334000', '125034.337000', '125034.340000', '125034.343000', '125034.346000', '125034.349000', '125034.351000', '125034.354000', '125034.357000', '125034.360000', '125034.363000', '125034.366000', '125034.369000', '125034.371000', '125034.374000', '125034.382000', '125034.385000', '125034.388000', '125034.391000', '125034.394000', '125034.396000', '125034.399000', '125034.402000', '125034.405000', '125034.408000', '125034.411000', '125034.414000', '125034.416000', '125034.419000', '125034.422000', '125034.425000', '125034.428000', '125054.300000', '125054.303000', '125054.306000', '125054.309000', '125054.312000', '125054.315000', '125054.317000', '125054.320000', '125054.323000', '125054.326000', '125054.329000', '125054.332000', '125054.334000', '125054.337000', '125054.340000', '125054.343000', '125054.346000', '125054.349000', '125054.352000', '125054.354000', '125054.357000', '125054.360000', '125054.363000', '125054.367000', '125054.370000', '125054.373000', '125054.376000', '125054.378000', '125054.381000', '125054.384000', '125054.387000', '125054.390000', '125054.393000', '125054.396000', '125054.399000', '125054.401000', '125054.404000', '125054.407000', '125054.410000', '125054.413000', '125054.415000', '125054.418000', '125054.421000', '125114.301000', '125114.304000', '125114.307000', '125114.310000', '125114.313000', '125114.316000', '125114.319000', '125114.322000', '125114.325000', '125114.328000', '125114.330000', '125114.333000', '125114.336000', '125114.339000', '125114.342000', '125114.345000', '125114.348000', '125114.350000', '125114.353000', '125114.356000', '125114.359000', '125114.362000', '125114.365000', '125114.368000', '125114.370000', '125114.373000', '125114.376000', '125114.379000', '125114.382000', '125114.385000', '125114.388000', '125114.390000', '125114.393000', '125114.396000', '125114.399000', '125114.402000', '125114.404000', '125114.407000', '125114.410000', '125114.413000', '125114.416000', '125114.419000', '125114.422000', '125114.424000', '125134.301000', '125134.304000', '125134.307000', '125134.310000', '125134.313000', '125134.316000', '125134.318000', '125134.321000', '125134.324000', '125134.327000', '125134.330000', '125134.332000', '125134.335000', '125134.338000', '125134.341000', '125134.344000', '125134.347000', '125134.349000', '125134.366000', '125134.369000', '125134.372000', '125134.376000', '125134.379000', '125134.382000', '125134.385000', '125134.387000', '125134.390000', '125134.393000', '125134.396000', '125134.399000', '125134.402000', '125134.404000', '125134.407000', '125134.410000', '125134.413000', '125134.416000', '125134.419000', '125134.422000', '125134.424000', '125134.427000', '125134.430000', '125134.433000', '125134.436000', '125154.301000', '125154.304000', '125154.307000', '125154.310000', '125154.313000', '125154.316000', '125154.318000', '125154.321000', '125154.324000', '125154.327000', '125154.330000', '125154.332000', '125154.335000', '125154.338000', '125154.341000', '125154.344000', '125154.347000', '125154.350000', '125154.352000', '125154.355000', '125154.358000', '125154.361000', '125154.364000', '125154.366000', '125154.369000', '125154.372000', '125154.375000', '125154.378000', '125154.381000', '125154.384000', '125154.387000', '125154.389000', '125154.392000', '125154.395000', '125154.398000', '125154.401000', '125154.404000', '125154.407000', '125154.409000', '125154.412000', '125154.415000', '125154.418000', '125154.421000', '125154.424000', '125214.301000', '125214.304000', '125214.307000', '125214.310000', '125214.313000', '125214.316000', '125214.318000', '125214.321000', '125214.324000', '125214.327000', '125214.330000', '125214.333000', '125214.335000', '125214.338000', '125214.341000', '125214.344000', '125214.347000', '125214.349000', '125214.352000', '125214.355000', '125214.358000', '125214.361000', '125214.364000', '125214.367000', '125214.369000', '125214.372000', '125214.375000', '125214.378000', '125214.381000', '125214.384000', '125214.386000', '125214.389000', '125214.392000', '125214.395000', '125214.398000', '125214.401000', '125214.404000', '125214.407000', '125214.410000', '125214.413000', '125214.416000', '125214.419000', '125214.422000', '125234.300000', '125234.303000', '125234.306000', '125234.309000', '125234.312000', '125234.315000', '125234.317000', '125234.320000', '125234.330000', '125234.333000', '125234.336000', '125234.338000', '125234.341000', '125234.344000', '125234.347000', '125234.350000', '125234.353000', '125234.356000', '125234.358000', '125234.361000', '125234.364000', '125234.367000', '125234.371000', '125234.374000', '125234.377000', '125234.380000', '125234.383000', '125234.385000', '125234.388000', '125234.391000', '125234.394000', '125234.397000', '125234.400000', '125234.403000', '125234.405000', '125234.408000', '125234.411000', '125234.414000', '125234.417000', '125234.420000', '125234.423000', '125234.425000', '125234.428000', '125234.431000', '125254.300000', '125254.303000', '125254.306000', '125254.309000', '125254.312000', '125254.315000', '125254.318000', '125254.320000', '125254.323000', '125254.326000', '125254.329000', '125254.332000', '125254.335000', '125254.337000', '125254.340000', '125254.343000', '125254.346000', '125254.349000', '125254.352000', '125254.355000', '125254.357000', '125254.360000', '125254.363000', '125254.366000', '125254.369000', '125254.371000', '125254.374000', '125254.377000', '125254.393000', '125254.396000', '125254.399000', '125254.402000', '125254.404000', '125254.407000', '125254.410000', '125254.413000', '125254.416000', '125254.418000', '125254.421000', '125254.424000', '125254.427000', '125254.430000', '125254.433000', '125314.300000', '125314.303000', '125314.306000', '125314.309000', '125314.312000', '125314.315000', '125314.317000', '125314.320000', '125314.323000', '125314.326000', '125314.329000', '125314.332000', '125314.334000', '125314.337000', '125314.340000', '125314.343000', '125314.346000', '125314.349000', '125314.351000', '125314.354000', '125314.357000', '125314.360000', '125314.363000', '125314.366000', '125314.369000', '125314.371000', '125314.374000', '125314.377000', '125314.380000', '125314.383000', '125314.386000', '125314.389000', '125314.392000', '125314.394000', '125314.397000', '125314.400000', '125314.403000', '125314.406000', '125314.409000', '125314.412000', '125314.414000', '125314.417000', '125314.420000', '125314.423000', '125334.301000', '125334.304000', '125334.307000', '125334.310000', '125334.313000', '125334.316000', '125334.319000', '125334.321000', '125334.324000', '125334.327000', '125334.330000', '125334.333000', '125334.336000', '125334.339000', '125334.341000', '125334.344000', '125334.347000', '125334.350000', '125334.353000', '125334.356000', '125334.358000', '125334.361000', '125334.364000', '125334.367000', '125334.370000', '125334.373000', '125334.376000', '125334.378000', '125334.381000', '125334.384000', '125334.387000', '125334.390000', '125334.393000', '125334.396000', '125334.398000', '125334.401000', '125334.404000', '125334.407000', '125334.410000', '125334.412000', '125334.415000', '125334.418000', '125334.421000', '125348.808000', '125348.812000', '125348.815000', '125348.818000', '125348.821000', '125348.824000', '125348.827000', '125348.830000', '125348.833000', '125348.836000', '125348.839000', '125348.842000', '125348.845000', '125348.848000', '125348.851000', '125348.854000', '125348.857000', '125348.860000', '125348.863000', '125348.866000', '125348.869000', '125348.872000', '125348.875000', '125348.878000', '125348.881000', '125348.884000', '125348.888000', '125348.891000', '125348.894000', '125348.896000', '125348.899000', '125348.902000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [12060, 12956, 11989, 12803, 12067, 13673, 12307, 13127, 12584, 14669, 12996, 11670, 13198, 11992, 13316, 11983, 12735, 11892, 12216, 12101, 13241, 12399, 13136, 12578, 14161, 12866, 14365, 13072, 14440, 13475, 11782, 13549, 12408, 14119, 12704, 13082, 12974, 13494, 12819, 14050, 13031, 14745, 13489, 14016, 13340, 15228, 13742, 13314, 14107, 12531, 14301, 12950, 14461, 12900, 13933, 13303, 14111, 13277, 14401, 13455, 14276, 14105, 12529, 14089, 12778, 14150, 12727, 14055, 13193, 13589, 12899, 14325, 13197, 14884, 13254, 13776, 13388, 14447, 13659, 11906, 13437, 12281, 14064, 12674, 14222, 12711, 14037, 12819, 13990, 12979, 14325, 13032, 13818, 12872, 14444, 12889, 14218, 12885, 14243, 13312, 14242, 13394, 11733, 13215, 12039, 13292, 12120, 13394, 12169, 13956, 12465, 13565, 12428, 13101, 12477, 13377, 12466, 13066, 12457, 13362, 12390, 13399, 12584, 14199, 13114, 13227, 13022, 13571, 13029, 11762, 13163, 11866, 13468, 12076, 13690, 12352, 13599, 12400, 12961, 12401, 13303, 12604, 12976, 12692, 13841, 12576, 13552, 12743, 14080, 12877, 13875, 12982, 14243, 13222, 12862, 13289, 11859, 13630, 12370, 13723, 12642, 14148, 12733, 14124, 13040, 13824, 13040, 13885, 13113, 14680, 13332, 14896, 13454, 14355, 13337, 14826, 13359, 14687, 13527, 14373, 13810, 15438, 13979, 14277, 13944, 12245, 13938, 12674, 14150, 12721, 14079, 13032, 13833, 12920, 13899, 12753, 13503, 13034, 14752, 13135, 13658, 13239, 11660, 13523, 12322, 13526, 12026, 13566, 12355, 13509, 12404, 13409, 12628, 13651, 12917, 14166, 12918, 14003, 13053, 13850, 13315, 14552, 13415, 14867, 13619, 12096, 13693, 12358, 13651, 12583, 14008, 12548, 13934, 12629, 13229, 12746, 13699, 12672, 13647, 12806, 14010, 12968, 14231, 13005, 14811, 13363, 11877, 13467, 12109, 13329, 12323, 13104, 12481, 13582, 12754, 13515, 12672, 14017, 12807, 14314, 13216, 14576, 13661, 12296, 13619, 12557, 13836, 12740, 14021, 12831, 14370, 13379, 14214, 13224, 14784, 13202, 14848, 13628, 13934, 13687, 14769, 13936, 12332, 14063, 12464, 13891, 12660, 13700, 12802, 13883, 12905, 13929, 12890, 13792, 12790, 14113, 12708, 14155, 13205, 13874, 13564, 11670, 13492, 12501, 13810, 12418, 14093, 13007, 13854, 12902, 13923, 12989, 13734, 12870, 13745, 13016, 14568, 13247, 14703, 13543, 13837, 13523, 14956, 13788, 12196, 13671, 12577, 13586, 12384, 13873, 12739, 14203, 12903, 13143, 13032, 13467, 12785, 13484, 12882, 13943, 12837, 13459, 12884, 13547, 13506, 13444, 13735, 12106, 13788, 12437, 13582, 12665, 13934, 12659, 13608, 12916, 14148, 13022, 13725, 13058, 14307, 12755, 14500, 13071, 14116, 13478, 13687, 14003, 12274, 13604, 12454, 13696, 12507, 13724, 12868, 13861, 12834, 14291, 12860, 14091, 13282, 11724, 13229, 12307, 13689, 12425, 13355, 12868, 13711, 13004, 14187, 12859, 13320, 12893, 14132, 13485, 11960, 13544, 12256, 13794, 12914, 13367, 12986, 13790, 13145, 13755, 13620, 11847, 13717, 12587, 13736, 12950, 13533, 13294, 13973, 13228, 14586, 13400, 14878, 13278, 12174, 13659, 12451, 14079, 12676, 13509, 13069, 14154, 13186, 13710, 13077, 14600, 13427, 15008, 13758, 14382, 14142, 12114, 14186, 12707, 14539, 12941, 14052, 12922, 13741, 13184, 13977, 13089, 14348, 13208, 13720, 13203, 13906, 13656, 12289, 13604, 12363, 13398, 12787, 12992, 12607, 13574, 12684, 12593, 12851, 12108, 13256, 12965, 13385, 12803, 13411, 13202, 13225, 13074, 12787, 13171, 13947, 13489, 13807, 13425, 12738, 13505, 12869, 13993, 13060, 12801, 12950, 12768, 13006, 13058, 13257, 12332, 13451, 12866, 13512, 13092, 13137, 13477, 13240, 13435, 13766, 13366, 12421, 13771, 12586, 13382, 12953, 13431, 13085, 14384, 13279, 14012, 13803, 14994, 13991, 12418, 14119, 12910, 14296, 13233, 14747, 13241, 14557, 13479, 14402, 13593, 15069, 13510, 14929, 14214, 15739, 14384, 12870, 14498, 13079, 13556, 13365, 13565, 13407, 14218, 13460, 14618, 13513, 13929, 13241, 13730, 13277, 14819, 13832, 12495, 13565, 12714, 13456, 13035, 13208, 13026, 13660, 13161, 13480, 12833, 14001, 12886, 13191, 12961, 14703, 13331, 12285, 13656, 12542, 13678, 12707, 13777, 12955, 14036, 13190, 14205, 13009, 14345, 13202, 14009, 13258, 14073, 13229, 14236, 13308, 14989, 13339, 14357, 13599, 14372, 13614, 12219, 13337, 12266, 13587, 12486, 13777, 12675, 13828, 12880, 12857, 12973, 13618, 13021, 13427, 13065, 14127, 12936, 13982, 12804, 13704, 13176, 14674, 13710, 12479, 13617, 12557, 13419, 12638, 13918, 12768, 13583, 12882, 13401, 13136, 13462, 12993, 14108, 12768, 14649, 13253, 13533, 13591, 12754, 13419, 12418, 13586, 12892, 13504, 12710, 13682, 12981, 13702, 12864, 13520, 13059, 14161, 12893, 14365, 13099, 13889, 13690, 14736, 13809, 12630, 13660, 12787, 13771, 12595, 14132, 13071, 13539, 13011, 12638, 12930, 12542, 13042, 13569, 13298, 13829, 13365, 13928, 13370, 13768, 13234, 14401, 13406, 12552, 13428, 12282, 13448, 12590, 13056, 12632, 13071, 12717, 14281, 12756, 14572, 13026, 11634, 12905, 12138, 12908, 12458, 12661, 12377, 12461, 12479, 13974, 12890, 13471, 13076, 11990, 13459, 12226, 13402, 12511, 13658, 12923, 13719, 13047, 13464, 12955, 14662, 13511, 14155, 13994, 15213, 13800, 13129, 14107, 13408, 13951, 14467, 14620, 14981, 14434, 13948, 14188, 15178, 14075, 15555, 13839, 15737, 14094, 14272, 13945, 12473, 13715, 12550, 13528, 12490, 13741, 12941, 14185, 12927, 14200, 13014, 13355, 12984, 13584, 12962, 13550, 13161, 14334, 13045, 14228, 13423, 12780, 13360, 12566, 14023, 13074, 13846, 12900, 13971, 13070, 14885, 13817, 15223, 14075, 12684, 14053, 13036, 14635, 13154, 14073, 13458, 14304, 13434, 14660, 13549, 14507, 13878, 14355, 14197, 12981, 14365, 12987, 13016, 13194, 13990, 13195, 14249, 13239, 13829, 13428, 14892, 13469, 12390, 13730, 12858, 13782, 13040, 12975, 12861, 12872, 12674, 13934, 12897, 13255, 13062, 12116, 13201, 12676, 13484, 12795, 12837, 12936, 13245, 12893, 13086, 12968, 13358, 12982, 13993, 13399, 12644, 13719, 12865, 13620, 13060, 13684, 12815, 13329, 13004, 14520, 13411, 13833, 13611, 12548, 13812, 13047, 14062, 12909, 13691, 13231, 13385, 13211, 13637, 13129, 14543, 13132, 14555, 13434, 12576, 13252, 13081, 13484, 12885, 13699, 13042, 14540, 13082, 12613, 13256, 12487, 13044, 12821, 13394, 13065, 13814, 13111, 13915, 13131, 13951, 12913, 15122, 13750, 14740, 13680, 12403, 13782, 12826, 12857, 13153, 13361, 13048, 14410, 13045, 15327, 13499, 12653, 13201, 12469, 13457, 12694, 12995, 12768, 12617, 12490, 13598, 12404, 12983, 12935, 11977, 13209, 12708, 13367, 12858, 12733, 12862, 13023, 12575, 13347, 12631, 14355, 12998, 13386, 13159, 12153, 13392, 12562, 13237, 12612, 12299, 12699, 13095, 12742, 13012, 12772, 12993, 12623, 14174, 13237, 12507, 13291, 12763, 13697, 12703, 12571, 12897, 13275, 12794, 13483, 12884, 14290, 13001, 13768, 13457, 12328, 13399, 12753, 13973, 12944, 14173, 13213, 14162, 13158, 13557, 13032, 13754, 13092, 14046, 13248, 12521, 13207, 12913, 13302, 12970, 12617, 13060, 12908, 13087, 14505, 13224, 13856, 14000, 15164, 13643, 12666, 13658, 13240, 14044, 13116, 14122, 13351, 13615, 13236, 13462, 13079, 13792, 13294, 14302, 13523, 14403, 13724, 14359, 13935, 15355, 13676, 14742, 13630, 12359, 13247, 12597, 13283, 12546, 13158, 12631, 13606, 12724, 13258, 12690, 13298, 12317, 13121, 12551, 13314, 12508, 14160, 12804, 13531, 12482, 13252, 12717, 13303, 12991, 14124, 13007, 12174, 12966, 12412, 12910, 12186, 12654, 12394, 12562, 12318, 12861, 12441, 12860, 12431, 12459, 12610, 12191, 12946, 12362, 13215, 12472, 12983, 12148, 13384, 11900, 13653, 12216, 13328, 13092, 11854, 12927, 12502, 13171, 12367, 12047, 12038, 12551, 12122, 13799, 12362, 14801, 12921, 12084, 12550, 12424, 13168, 12303, 12869, 12112, 13634, 12149, 13885, 12913, 11888, 13089, 12226, 13090, 12177, 11954, 11944, 13036, 12274, 14212, 12828, 14135, 13251, 12325, 12968], 'WindowCenter': [4382.0, 4376.0, 4351.0, 4347.0, 4334.0, 4344.0, 4321.0, 4321.0, 4320.0, 4329.0, 4318.0, 4309.0, 4317.0, 4309.0, 4318.0, 4309.0, 4318.0, 4307.0, 4309.0, 4319.0, 4319.0, 4317.0, 4329.0, 4319.0, 4329.0, 4330.0, 4329.0, 4331.0, 4342.0, 4332.0, 4321.0, 4331.0, 4331.0, 4343.0, 4332.0, 4344.0, 4345.0, 4344.0, 4343.0, 4345.0, 4345.0, 4355.0, 4346.0, 4356.0, 4346.0, 4356.0, 4357.0, 4346.0, 4357.0, 4344.0, 4355.0, 4346.0, 4355.0, 4346.0, 4354.0, 4356.0, 4356.0, 4346.0, 4355.0, 4345.0, 4356.0, 4356.0, 4346.0, 4357.0, 4346.0, 4354.0, 4345.0, 4355.0, 4345.0, 4345.0, 4344.0, 4356.0, 4345.0, 4355.0, 4346.0, 4356.0, 4345.0, 4356.0, 4345.0, 4334.0, 4345.0, 4335.0, 4346.0, 4346.0, 4355.0, 4345.0, 4345.0, 4345.0, 4356.0, 4344.0, 4354.0, 4345.0, 4346.0, 4345.0, 4355.0, 4346.0, 4343.0, 4333.0, 4342.0, 4343.0, 4344.0, 4333.0, 4323.0, 4331.0, 4321.0, 4331.0, 4322.0, 4328.0, 4320.0, 4330.0, 4319.0, 4331.0, 4330.0, 4331.0, 4331.0, 4332.0, 4332.0, 4331.0, 4331.0, 4332.0, 4331.0, 4331.0, 4331.0, 4342.0, 4332.0, 4332.0, 4333.0, 4333.0, 4334.0, 4321.0, 4332.0, 4320.0, 4331.0, 4320.0, 4329.0, 4320.0, 4330.0, 4320.0, 4330.0, 4330.0, 4331.0, 4331.0, 4330.0, 4330.0, 4340.0, 4332.0, 4331.0, 4331.0, 4342.0, 4332.0, 4343.0, 4332.0, 4343.0, 4332.0, 4331.0, 4331.0, 4320.0, 4330.0, 4330.0, 4345.0, 4343.0, 4355.0, 4344.0, 4353.0, 4343.0, 4355.0, 4344.0, 4355.0, 4345.0, 4366.0, 4356.0, 4369.0, 4356.0, 4357.0, 4356.0, 4368.0, 4356.0, 4355.0, 4344.0, 4355.0, 4345.0, 4354.0, 4343.0, 4342.0, 4343.0, 4333.0, 4342.0, 4333.0, 4344.0, 4334.0, 4342.0, 4344.0, 4344.0, 4344.0, 4343.0, 4332.0, 4342.0, 4331.0, 4341.0, 4330.0, 4331.0, 4332.0, 4321.0, 4330.0, 4321.0, 4330.0, 4320.0, 4329.0, 4319.0, 4329.0, 4321.0, 4330.0, 4330.0, 4341.0, 4331.0, 4342.0, 4332.0, 4341.0, 4332.0, 4343.0, 4344.0, 4353.0, 4343.0, 4353.0, 4345.0, 4333.0, 4344.0, 4333.0, 4343.0, 4334.0, 4343.0, 4332.0, 4342.0, 4332.0, 4332.0, 4332.0, 4330.0, 4333.0, 4342.0, 4330.0, 4343.0, 4331.0, 4341.0, 4332.0, 4342.0, 4331.0, 4322.0, 4332.0, 4321.0, 4331.0, 4322.0, 4329.0, 4320.0, 4330.0, 4319.0, 4328.0, 4332.0, 4342.0, 4333.0, 4341.0, 4343.0, 4353.0, 4343.0, 4330.0, 4341.0, 4332.0, 4345.0, 4332.0, 4343.0, 4343.0, 4354.0, 4356.0, 4355.0, 4343.0, 4354.0, 4343.0, 4356.0, 4355.0, 4354.0, 4344.0, 4353.0, 4343.0, 4334.0, 4344.0, 4333.0, 4344.0, 4333.0, 4343.0, 4331.0, 4341.0, 4329.0, 4341.0, 4332.0, 4332.0, 4330.0, 4343.0, 4333.0, 4342.0, 4332.0, 4329.0, 4331.0, 4321.0, 4331.0, 4332.0, 4342.0, 4332.0, 4342.0, 4342.0, 4343.0, 4333.0, 4343.0, 4343.0, 4343.0, 4345.0, 4342.0, 4332.0, 4355.0, 4344.0, 4342.0, 4344.0, 4343.0, 4343.0, 4342.0, 4344.0, 4333.0, 4343.0, 4333.0, 4332.0, 4333.0, 4341.0, 4329.0, 4341.0, 4333.0, 4344.0, 4344.0, 4344.0, 4344.0, 4342.0, 4330.0, 4330.0, 4331.0, 4331.0, 4331.0, 4331.0, 4344.0, 4340.0, 4340.0, 4330.0, 4342.0, 4333.0, 4344.0, 4331.0, 4341.0, 4332.0, 4343.0, 4343.0, 4343.0, 4343.0, 4343.0, 4342.0, 4343.0, 4333.0, 4343.0, 4333.0, 4343.0, 4343.0, 4341.0, 4341.0, 4333.0, 4342.0, 4331.0, 4331.0, 4320.0, 4331.0, 4330.0, 4331.0, 4319.0, 4329.0, 4330.0, 4329.0, 4330.0, 4320.0, 4330.0, 4318.0, 4329.0, 4319.0, 4329.0, 4318.0, 4329.0, 4331.0, 4342.0, 4333.0, 4342.0, 4333.0, 4343.0, 4343.0, 4332.0, 4341.0, 4332.0, 4340.0, 4334.0, 4331.0, 4332.0, 4343.0, 4334.0, 4340.0, 4330.0, 4318.0, 4330.0, 4332.0, 4341.0, 4331.0, 4343.0, 4342.0, 4342.0, 4344.0, 4352.0, 4343.0, 4354.0, 4357.0, 4334.0, 4343.0, 4333.0, 4353.0, 4343.0, 4343.0, 4344.0, 4345.0, 4344.0, 4354.0, 4343.0, 4354.0, 4343.0, 4343.0, 4345.0, 4343.0, 4342.0, 4333.0, 4344.0, 4333.0, 4343.0, 4333.0, 4344.0, 4345.0, 4344.0, 4344.0, 4342.0, 4343.0, 4343.0, 4332.0, 4332.0, 4331.0, 4332.0, 4345.0, 4335.0, 4330.0, 4331.0, 4331.0, 4318.0, 4319.0, 4333.0, 4331.0, 4344.0, 4319.0, 4319.0, 4319.0, 4329.0, 4331.0, 4332.0, 4333.0, 4341.0, 4330.0, 4333.0, 4345.0, 4333.0, 4343.0, 4356.0, 4345.0, 4344.0, 4344.0, 4332.0, 4342.0, 4332.0, 4343.0, 4335.0, 4332.0, 4330.0, 4332.0, 4332.0, 4332.0, 4330.0, 4321.0, 4331.0, 4332.0, 4332.0, 4332.0, 4331.0, 4332.0, 4332.0, 4346.0, 4344.0, 4333.0, 4331.0, 4343.0, 4321.0, 4344.0, 4334.0, 4343.0, 4357.0, 4342.0, 4332.0, 4330.0, 4330.0, 4341.0, 4343.0, 4333.0, 4343.0, 4333.0, 4355.0, 4345.0, 4354.0, 4345.0, 4355.0, 4344.0, 4343.0, 4345.0, 4356.0, 4344.0, 4355.0, 4355.0, 4354.0, 4355.0, 4335.0, 4344.0, 4332.0, 4345.0, 4345.0, 4343.0, 4333.0, 4342.0, 4332.0, 4342.0, 4343.0, 4342.0, 4333.0, 4342.0, 4331.0, 4343.0, 4342.0, 4331.0, 4331.0, 4331.0, 4331.0, 4331.0, 4331.0, 4332.0, 4341.0, 4331.0, 4331.0, 4331.0, 4341.0, 4333.0, 4330.0, 4332.0, 4343.0, 4331.0, 4321.0, 4341.0, 4329.0, 4342.0, 4333.0, 4344.0, 4343.0, 4342.0, 4333.0, 4342.0, 4332.0, 4342.0, 4343.0, 4342.0, 4333.0, 4344.0, 4343.0, 4354.0, 4343.0, 4352.0, 4344.0, 4353.0, 4344.0, 4342.0, 4345.0, 4334.0, 4331.0, 4321.0, 4332.0, 4320.0, 4331.0, 4319.0, 4328.0, 4329.0, 4330.0, 4332.0, 4330.0, 4331.0, 4343.0, 4330.0, 4340.0, 4332.0, 4343.0, 4333.0, 4342.0, 4332.0, 4343.0, 4343.0, 4332.0, 4342.0, 4333.0, 4332.0, 4332.0, 4331.0, 4331.0, 4332.0, 4332.0, 4332.0, 4332.0, 4331.0, 4333.0, 4342.0, 4332.0, 4342.0, 4344.0, 4331.0, 4330.0, 4330.0, 4330.0, 4321.0, 4331.0, 4330.0, 4331.0, 4320.0, 4329.0, 4330.0, 4331.0, 4330.0, 4331.0, 4331.0, 4341.0, 4333.0, 4343.0, 4344.0, 4342.0, 4343.0, 4342.0, 4344.0, 4332.0, 4343.0, 4343.0, 4355.0, 4346.0, 4354.0, 4342.0, 4343.0, 4345.0, 4335.0, 4336.0, 4333.0, 4331.0, 4331.0, 4329.0, 4330.0, 4329.0, 4331.0, 4331.0, 4342.0, 4331.0, 4342.0, 4333.0, 4322.0, 4331.0, 4321.0, 4331.0, 4322.0, 4330.0, 4319.0, 4319.0, 4319.0, 4328.0, 4318.0, 4328.0, 4318.0, 4296.0, 4307.0, 4305.0, 4305.0, 4306.0, 4305.0, 4306.0, 4304.0, 4306.0, 4317.0, 4315.0, 4341.0, 4342.0, 4318.0, 4329.0, 4320.0, 4330.0, 4320.0, 4330.0, 4331.0, 4330.0, 4333.0, 4342.0, 4344.0, 4342.0, 4343.0, 4342.0, 4342.0, 4353.0, 4356.0, 4346.0, 4357.0, 4347.0, 4355.0, 4355.0, 4356.0, 4357.0, 4358.0, 4358.0, 4358.0, 4357.0, 4359.0, 4357.0, 4346.0, 4354.0, 4344.0, 4342.0, 4344.0, 4334.0, 4346.0, 4333.0, 4331.0, 4320.0, 4331.0, 4331.0, 4340.0, 4330.0, 4342.0, 4333.0, 4342.0, 4344.0, 4344.0, 4345.0, 4344.0, 4345.0, 4343.0, 4344.0, 4342.0, 4346.0, 4336.0, 4335.0, 4335.0, 4343.0, 4332.0, 4331.0, 4332.0, 4342.0, 4333.0, 4353.0, 4345.0, 4354.0, 4346.0, 4344.0, 4356.0, 4345.0, 4368.0, 4346.0, 4356.0, 4356.0, 4357.0, 4358.0, 4368.0, 4357.0, 4355.0, 4354.0, 4354.0, 4354.0, 4346.0, 4345.0, 4346.0, 4334.0, 4334.0, 4344.0, 4332.0, 4342.0, 4332.0, 4333.0, 4344.0, 4342.0, 4332.0, 4332.0, 4342.0, 4330.0, 4330.0, 4331.0, 4331.0, 4332.0, 4331.0, 4331.0, 4332.0, 4332.0, 4330.0, 4328.0, 4319.0, 4330.0, 4319.0, 4331.0, 4331.0, 4330.0, 4330.0, 4332.0, 4329.0, 4330.0, 4331.0, 4329.0, 4332.0, 4342.0, 4344.0, 4333.0, 4343.0, 4332.0, 4342.0, 4332.0, 4343.0, 4344.0, 4344.0, 4334.0, 4344.0, 4343.0, 4343.0, 4343.0, 4334.0, 4343.0, 4333.0, 4343.0, 4333.0, 4343.0, 4334.0, 4343.0, 4333.0, 4343.0, 4334.0, 4343.0, 4334.0, 4342.0, 4333.0, 4334.0, 4332.0, 4333.0, 4331.0, 4329.0, 4330.0, 4329.0, 4343.0, 4360.0, 4334.0, 4344.0, 4332.0, 4332.0, 4332.0, 4343.0, 4343.0, 4370.0, 4372.0, 4357.0, 4345.0, 4356.0, 4346.0, 4355.0, 4345.0, 4354.0, 4344.0, 4334.0, 4344.0, 4335.0, 4332.0, 4333.0, 4332.0, 4330.0, 4330.0, 4331.0, 4339.0, 4329.0, 4330.0, 4332.0, 4331.0, 4332.0, 4332.0, 4332.0, 4333.0, 4332.0, 4333.0, 4332.0, 4331.0, 4333.0, 4331.0, 4321.0, 4329.0, 4332.0, 4330.0, 4331.0, 4331.0, 4332.0, 4330.0, 4330.0, 4332.0, 4320.0, 4340.0, 4331.0, 4330.0, 4330.0, 4331.0, 4333.0, 4332.0, 4333.0, 4332.0, 4321.0, 4331.0, 4331.0, 4332.0, 4330.0, 4332.0, 4332.0, 4332.0, 4342.0, 4342.0, 4332.0, 4344.0, 4331.0, 4344.0, 4334.0, 4334.0, 4344.0, 4344.0, 4346.0, 4344.0, 4344.0, 4355.0, 4343.0, 4344.0, 4345.0, 4342.0, 4344.0, 4334.0, 4343.0, 4345.0, 4355.0, 4357.0, 4358.0, 4346.0, 4345.0, 4359.0, 4356.0, 4345.0, 4343.0, 4333.0, 4331.0, 4344.0, 4335.0, 4344.0, 4334.0, 4332.0, 4345.0, 4344.0, 4342.0, 4354.0, 4343.0, 4356.0, 4354.0, 4352.0, 4342.0, 4346.0, 4355.0, 4347.0, 4355.0, 4333.0, 4344.0, 4342.0, 4345.0, 4346.0, 4344.0, 4346.0, 4343.0, 4344.0, 4343.0, 4345.0, 4353.0, 4344.0, 4356.0, 4344.0, 4355.0, 4346.0, 4354.0, 4345.0, 4334.0, 4345.0, 4334.0, 4344.0, 4335.0, 4344.0, 4333.0, 4342.0, 4331.0, 4332.0, 4333.0, 4331.0, 4323.0, 4333.0, 4333.0, 4333.0, 4332.0, 4342.0, 4333.0, 4343.0, 4334.0, 4344.0, 4345.0, 4343.0, 4345.0, 4344.0, 4344.0, 4333.0, 4346.0, 4335.0, 4334.0, 4334.0, 4335.0, 4336.0, 4335.0, 4333.0, 4333.0, 4346.0, 4347.0, 4334.0, 4334.0, 4334.0, 4335.0, 4334.0, 4334.0, 4333.0, 4335.0, 4344.0, 4346.0, 4345.0, 4336.0, 4345.0, 4336.0, 4358.0, 4344.0, 4334.0, 4345.0, 4346.0, 4346.0, 4335.0, 4334.0, 4336.0, 4333.0, 4335.0, 4343.0, 4334.0, 4342.0, 4332.0, 4333.0, 4333.0, 4333.0, 4345.0, 4334.0, 4333.0, 4333.0, 4345.0, 4334.0, 4345.0, 4346.0, 4335.0, 4345.0, 4334.0, 4345.0, 4336.0, 4333.0, 4346.0, 4344.0, 4334.0, 4344.0, 4343.0, 4343.0, 4344.0, 4335.0, 4347.0], 'WindowWidth': [9667.0, 9642.0, 9600.0, 9585.0, 9562.0, 9574.0, 9537.0, 9536.0, 9531.0, 9543.0, 9526.0, 9515.0, 9526.0, 9516.0, 9529.0, 9517.0, 9527.0, 9513.0, 9515.0, 9530.0, 9529.0, 9527.0, 9544.0, 9531.0, 9545.0, 9547.0, 9546.0, 9552.0, 9566.0, 9552.0, 9537.0, 9551.0, 9551.0, 9569.0, 9555.0, 9572.0, 9576.0, 9575.0, 9573.0, 9577.0, 9578.0, 9591.0, 9581.0, 9594.0, 9582.0, 9595.0, 9596.0, 9580.0, 9595.0, 9576.0, 9591.0, 9580.0, 9591.0, 9581.0, 9588.0, 9592.0, 9593.0, 9579.0, 9590.0, 9579.0, 9592.0, 9594.0, 9580.0, 9595.0, 9581.0, 9590.0, 9579.0, 9592.0, 9577.0, 9578.0, 9577.0, 9593.0, 9577.0, 9592.0, 9580.0, 9594.0, 9578.0, 9594.0, 9577.0, 9563.0, 9577.0, 9563.0, 9578.0, 9580.0, 9591.0, 9575.0, 9577.0, 9576.0, 9593.0, 9575.0, 9587.0, 9576.0, 9579.0, 9578.0, 9590.0, 9578.0, 9572.0, 9556.0, 9569.0, 9569.0, 9573.0, 9557.0, 9544.0, 9552.0, 9539.0, 9552.0, 9539.0, 9544.0, 9533.0, 9548.0, 9534.0, 9551.0, 9549.0, 9553.0, 9552.0, 9555.0, 9553.0, 9551.0, 9552.0, 9553.0, 9552.0, 9552.0, 9551.0, 9567.0, 9554.0, 9556.0, 9556.0, 9558.0, 9559.0, 9540.0, 9551.0, 9534.0, 9548.0, 9532.0, 9545.0, 9534.0, 9547.0, 9534.0, 9549.0, 9549.0, 9550.0, 9550.0, 9548.0, 9549.0, 9563.0, 9553.0, 9551.0, 9554.0, 9569.0, 9556.0, 9571.0, 9556.0, 9572.0, 9555.0, 9553.0, 9552.0, 9536.0, 9550.0, 9547.0, 9576.0, 9571.0, 9594.0, 9575.0, 9586.0, 9573.0, 9590.0, 9575.0, 9591.0, 9579.0, 9609.0, 9597.0, 9618.0, 9597.0, 9597.0, 9596.0, 9617.0, 9595.0, 9592.0, 9577.0, 9594.0, 9577.0, 9588.0, 9573.0, 9570.0, 9571.0, 9557.0, 9569.0, 9558.0, 9574.0, 9560.0, 9570.0, 9576.0, 9574.0, 9574.0, 9572.0, 9555.0, 9567.0, 9553.0, 9567.0, 9550.0, 9554.0, 9554.0, 9538.0, 9550.0, 9538.0, 9549.0, 9535.0, 9547.0, 9531.0, 9546.0, 9537.0, 9548.0, 9549.0, 9565.0, 9553.0, 9567.0, 9555.0, 9566.0, 9555.0, 9571.0, 9575.0, 9585.0, 9573.0, 9586.0, 9577.0, 9559.0, 9574.0, 9558.0, 9572.0, 9559.0, 9572.0, 9555.0, 9568.0, 9554.0, 9555.0, 9555.0, 9548.0, 9556.0, 9567.0, 9550.0, 9570.0, 9551.0, 9566.0, 9554.0, 9568.0, 9553.0, 9541.0, 9555.0, 9539.0, 9553.0, 9539.0, 9546.0, 9536.0, 9548.0, 9531.0, 9543.0, 9556.0, 9570.0, 9556.0, 9565.0, 9573.0, 9585.0, 9570.0, 9550.0, 9567.0, 9557.0, 9578.0, 9557.0, 9572.0, 9573.0, 9589.0, 9595.0, 9590.0, 9574.0, 9589.0, 9575.0, 9595.0, 9591.0, 9589.0, 9575.0, 9587.0, 9573.0, 9559.0, 9574.0, 9558.0, 9575.0, 9559.0, 9571.0, 9552.0, 9566.0, 9547.0, 9567.0, 9553.0, 9553.0, 9549.0, 9573.0, 9558.0, 9568.0, 9553.0, 9548.0, 9552.0, 9539.0, 9552.0, 9554.0, 9571.0, 9557.0, 9568.0, 9570.0, 9573.0, 9558.0, 9571.0, 9572.0, 9571.0, 9577.0, 9570.0, 9556.0, 9589.0, 9573.0, 9570.0, 9573.0, 9572.0, 9571.0, 9570.0, 9574.0, 9558.0, 9573.0, 9556.0, 9555.0, 9559.0, 9567.0, 9548.0, 9566.0, 9559.0, 9576.0, 9574.0, 9575.0, 9575.0, 9569.0, 9550.0, 9548.0, 9552.0, 9554.0, 9552.0, 9552.0, 9574.0, 9564.0, 9564.0, 9550.0, 9568.0, 9558.0, 9574.0, 9553.0, 9566.0, 9555.0, 9575.0, 9571.0, 9572.0, 9572.0, 9572.0, 9569.0, 9573.0, 9558.0, 9572.0, 9557.0, 9572.0, 9571.0, 9567.0, 9566.0, 9557.0, 9570.0, 9553.0, 9551.0, 9536.0, 9552.0, 9548.0, 9550.0, 9533.0, 9547.0, 9547.0, 9548.0, 9548.0, 9534.0, 9546.0, 9529.0, 9545.0, 9532.0, 9545.0, 9530.0, 9545.0, 9552.0, 9566.0, 9557.0, 9568.0, 9557.0, 9570.0, 9571.0, 9556.0, 9566.0, 9554.0, 9562.0, 9559.0, 9553.0, 9555.0, 9571.0, 9559.0, 9565.0, 9549.0, 9530.0, 9548.0, 9553.0, 9566.0, 9552.0, 9570.0, 9568.0, 9571.0, 9572.0, 9582.0, 9571.0, 9588.0, 9600.0, 9561.0, 9573.0, 9557.0, 9587.0, 9573.0, 9572.0, 9573.0, 9576.0, 9574.0, 9590.0, 9571.0, 9589.0, 9572.0, 9571.0, 9575.0, 9571.0, 9570.0, 9557.0, 9574.0, 9557.0, 9572.0, 9558.0, 9573.0, 9575.0, 9575.0, 9573.0, 9569.0, 9570.0, 9572.0, 9555.0, 9556.0, 9552.0, 9555.0, 9579.0, 9563.0, 9549.0, 9550.0, 9550.0, 9528.0, 9531.0, 9555.0, 9550.0, 9574.0, 9530.0, 9529.0, 9531.0, 9546.0, 9551.0, 9554.0, 9555.0, 9566.0, 9549.0, 9555.0, 9574.0, 9558.0, 9571.0, 9593.0, 9576.0, 9574.0, 9573.0, 9556.0, 9568.0, 9555.0, 9570.0, 9560.0, 9553.0, 9549.0, 9553.0, 9552.0, 9552.0, 9547.0, 9536.0, 9551.0, 9552.0, 9553.0, 9555.0, 9550.0, 9554.0, 9554.0, 9580.0, 9575.0, 9556.0, 9552.0, 9568.0, 9538.0, 9574.0, 9559.0, 9572.0, 9600.0, 9567.0, 9556.0, 9546.0, 9547.0, 9565.0, 9569.0, 9559.0, 9570.0, 9558.0, 9591.0, 9575.0, 9589.0, 9578.0, 9590.0, 9575.0, 9573.0, 9577.0, 9593.0, 9577.0, 9591.0, 9590.0, 9588.0, 9591.0, 9562.0, 9574.0, 9557.0, 9576.0, 9577.0, 9570.0, 9555.0, 9568.0, 9554.0, 9567.0, 9569.0, 9569.0, 9557.0, 9570.0, 9553.0, 9571.0, 9568.0, 9552.0, 9552.0, 9550.0, 9551.0, 9552.0, 9549.0, 9553.0, 9567.0, 9551.0, 9549.0, 9551.0, 9565.0, 9558.0, 9550.0, 9555.0, 9571.0, 9552.0, 9538.0, 9565.0, 9547.0, 9569.0, 9556.0, 9572.0, 9571.0, 9569.0, 9557.0, 9571.0, 9555.0, 9568.0, 9571.0, 9570.0, 9558.0, 9572.0, 9573.0, 9589.0, 9572.0, 9583.0, 9574.0, 9587.0, 9575.0, 9571.0, 9574.0, 9560.0, 9554.0, 9540.0, 9553.0, 9535.0, 9549.0, 9532.0, 9543.0, 9545.0, 9549.0, 9552.0, 9549.0, 9553.0, 9570.0, 9551.0, 9563.0, 9555.0, 9572.0, 9557.0, 9569.0, 9556.0, 9570.0, 9571.0, 9555.0, 9569.0, 9556.0, 9556.0, 9553.0, 9552.0, 9551.0, 9554.0, 9552.0, 9554.0, 9553.0, 9551.0, 9558.0, 9569.0, 9554.0, 9568.0, 9573.0, 9552.0, 9548.0, 9549.0, 9548.0, 9538.0, 9551.0, 9549.0, 9550.0, 9534.0, 9548.0, 9548.0, 9551.0, 9549.0, 9551.0, 9552.0, 9567.0, 9557.0, 9570.0, 9575.0, 9571.0, 9571.0, 9567.0, 9574.0, 9558.0, 9574.0, 9572.0, 9591.0, 9579.0, 9588.0, 9570.0, 9571.0, 9578.0, 9563.0, 9567.0, 9555.0, 9550.0, 9548.0, 9543.0, 9547.0, 9543.0, 9550.0, 9551.0, 9566.0, 9553.0, 9567.0, 9557.0, 9540.0, 9551.0, 9537.0, 9550.0, 9540.0, 9546.0, 9531.0, 9527.0, 9528.0, 9540.0, 9527.0, 9540.0, 9524.0, 9493.0, 9507.0, 9505.0, 9503.0, 9505.0, 9502.0, 9505.0, 9502.0, 9509.0, 9522.0, 9520.0, 9567.0, 9570.0, 9531.0, 9547.0, 9534.0, 9550.0, 9534.0, 9547.0, 9550.0, 9549.0, 9555.0, 9567.0, 9573.0, 9568.0, 9570.0, 9568.0, 9570.0, 9585.0, 9593.0, 9579.0, 9595.0, 9581.0, 9593.0, 9591.0, 9595.0, 9598.0, 9599.0, 9598.0, 9600.0, 9597.0, 9600.0, 9597.0, 9578.0, 9587.0, 9573.0, 9569.0, 9572.0, 9559.0, 9577.0, 9556.0, 9552.0, 9535.0, 9550.0, 9550.0, 9563.0, 9549.0, 9568.0, 9557.0, 9569.0, 9571.0, 9575.0, 9574.0, 9574.0, 9574.0, 9571.0, 9573.0, 9570.0, 9580.0, 9564.0, 9560.0, 9561.0, 9569.0, 9553.0, 9550.0, 9554.0, 9567.0, 9556.0, 9585.0, 9576.0, 9587.0, 9578.0, 9574.0, 9594.0, 9579.0, 9612.0, 9581.0, 9593.0, 9594.0, 9595.0, 9599.0, 9612.0, 9596.0, 9593.0, 9590.0, 9590.0, 9589.0, 9580.0, 9576.0, 9579.0, 9558.0, 9559.0, 9572.0, 9555.0, 9566.0, 9553.0, 9555.0, 9573.0, 9570.0, 9553.0, 9556.0, 9567.0, 9549.0, 9549.0, 9551.0, 9550.0, 9554.0, 9551.0, 9551.0, 9552.0, 9551.0, 9547.0, 9542.0, 9533.0, 9546.0, 9532.0, 9550.0, 9551.0, 9547.0, 9547.0, 9554.0, 9545.0, 9547.0, 9552.0, 9547.0, 9555.0, 9567.0, 9571.0, 9557.0, 9571.0, 9555.0, 9568.0, 9554.0, 9570.0, 9574.0, 9573.0, 9558.0, 9572.0, 9569.0, 9571.0, 9570.0, 9559.0, 9570.0, 9556.0, 9572.0, 9559.0, 9570.0, 9559.0, 9572.0, 9557.0, 9569.0, 9558.0, 9571.0, 9558.0, 9570.0, 9555.0, 9558.0, 9554.0, 9554.0, 9550.0, 9546.0, 9546.0, 9546.0, 9572.0, 9607.0, 9561.0, 9574.0, 9553.0, 9554.0, 9554.0, 9570.0, 9572.0, 9622.0, 9631.0, 9599.0, 9580.0, 9594.0, 9581.0, 9589.0, 9577.0, 9587.0, 9575.0, 9561.0, 9575.0, 9562.0, 9554.0, 9556.0, 9552.0, 9548.0, 9547.0, 9548.0, 9559.0, 9547.0, 9548.0, 9554.0, 9552.0, 9555.0, 9554.0, 9554.0, 9555.0, 9553.0, 9557.0, 9554.0, 9551.0, 9557.0, 9552.0, 9537.0, 9548.0, 9552.0, 9549.0, 9550.0, 9551.0, 9551.0, 9547.0, 9547.0, 9551.0, 9534.0, 9560.0, 9551.0, 9551.0, 9549.0, 9552.0, 9557.0, 9554.0, 9557.0, 9555.0, 9539.0, 9551.0, 9551.0, 9554.0, 9549.0, 9554.0, 9554.0, 9555.0, 9568.0, 9568.0, 9556.0, 9573.0, 9553.0, 9573.0, 9559.0, 9562.0, 9572.0, 9576.0, 9580.0, 9575.0, 9576.0, 9591.0, 9572.0, 9575.0, 9576.0, 9570.0, 9573.0, 9560.0, 9573.0, 9580.0, 9593.0, 9598.0, 9602.0, 9581.0, 9577.0, 9603.0, 9596.0, 9576.0, 9570.0, 9556.0, 9550.0, 9573.0, 9562.0, 9572.0, 9559.0, 9552.0, 9577.0, 9573.0, 9569.0, 9587.0, 9571.0, 9596.0, 9590.0, 9585.0, 9572.0, 9579.0, 9592.0, 9584.0, 9590.0, 9557.0, 9573.0, 9568.0, 9577.0, 9581.0, 9575.0, 9577.0, 9570.0, 9573.0, 9570.0, 9575.0, 9586.0, 9574.0, 9591.0, 9576.0, 9590.0, 9579.0, 9588.0, 9577.0, 9561.0, 9576.0, 9560.0, 9574.0, 9562.0, 9574.0, 9558.0, 9567.0, 9553.0, 9554.0, 9555.0, 9551.0, 9541.0, 9555.0, 9556.0, 9555.0, 9553.0, 9566.0, 9556.0, 9571.0, 9561.0, 9573.0, 9576.0, 9572.0, 9576.0, 9573.0, 9576.0, 9558.0, 9578.0, 9563.0, 9562.0, 9561.0, 9562.0, 9565.0, 9560.0, 9557.0, 9556.0, 9580.0, 9583.0, 9560.0, 9561.0, 9560.0, 9561.0, 9560.0, 9559.0, 9558.0, 9561.0, 9573.0, 9580.0, 9578.0, 9566.0, 9576.0, 9567.0, 9600.0, 9576.0, 9560.0, 9577.0, 9580.0, 9580.0, 9565.0, 9561.0, 9566.0, 9558.0, 9561.0, 9570.0, 9558.0, 9568.0, 9555.0, 9557.0, 9557.0, 9558.0, 9577.0, 9560.0, 9557.0, 9558.0, 9575.0, 9563.0, 9577.0, 9580.0, 9565.0, 9577.0, 9561.0, 9576.0, 9565.0, 9561.0, 9581.0, 9576.0, 9561.0, 9572.0, 9572.0, 9572.0, 9575.0, 9562.0, 9583.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.00043712853236098446</td></tr>
<tr><td colspan=3>aqi</td><td>0.015950629899726527</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.96361578642333</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1867612345529184</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0023288645529185</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>6109.5527</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06278586621107145</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7292616226071102</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6483166400053917</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.593346847260702</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.898617930891563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4529851418639086</td></tr>
<tr><td colspan=3>gcor</td><td>0.0078212</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010921526700258255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02058894746005535</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</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.6938447157896386</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>41.0922</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4668</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2753</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301533.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>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.8203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9744</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.0217</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3484.2537</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3722.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.6155</td></tr>
<tr><td colspan=3>tsnr</td><td>46.566343451617286</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>