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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-04_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-04_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-0055/ses-02/func/sub-0055_ses-02_task-narratives_acq-mb8_run-04_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>71195e089daa899271be8e1bf30b20fa</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>14:48:15.197500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999782, -0.0118807, 0.0171575, 0.0137859, 0.993203, -0.115574]</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-04_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.109532</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7698, -7286, 578, 34, -204, -108, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0dc8a759-5315-4709-af98-7ee6df43913b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682342529296875, 0.03698668256402016, 0.042303018271923065, 108.90526580810547], [0.031875111162662506, 2.66469144821167, -0.3126218020915985, -77.8720703125], [0.04603234678506851, 0.3100779056549072, 2.681506633758545, -98.45697021484375], [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, 1126]</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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126], 'AcquisitionTime': ['144815.197500', '144815.657500', '144816.117500', '144816.577500', '144817.037500', '144817.497500', '144817.957500', '144818.417500', '144818.877500', '144819.337500', '144819.797500', '144820.257500', '144820.717500', '144821.177500', '144821.637500', '144822.097500', '144822.557500', '144823.017500', '144823.477500', '144823.937500', '144824.397500', '144824.857500', '144825.317500', '144825.777500', '144826.237500', '144826.697500', '144827.157500', '144827.617500', '144828.077500', '144828.537500', '144828.997500', '144829.457500', '144829.917500', '144830.377500', '144830.837500', '144831.297500', '144831.757500', '144832.217500', '144832.677500', '144833.137500', '144833.597500', '144834.057500', '144834.517500', '144834.977500', '144835.437500', '144835.897500', '144836.357500', '144836.817500', '144837.277500', '144837.737500', '144838.197500', '144838.657500', '144839.117500', '144839.577500', '144840.037500', '144840.497500', '144840.957500', '144841.417500', '144841.877500', '144842.337500', '144842.797500', '144843.257500', '144843.717500', '144844.177500', '144844.637500', '144845.097500', '144845.557500', '144846.017500', '144846.477500', '144846.937500', '144847.397500', '144847.857500', '144848.317500', '144848.777500', '144849.237500', '144849.697500', '144850.157500', '144850.617500', '144851.077500', '144851.537500', '144851.997500', '144852.457500', '144852.917500', '144853.377500', '144853.837500', '144854.297500', '144854.757500', '144855.217500', '144855.677500', '144856.137500', '144856.597500', '144857.057500', '144857.517500', '144857.977500', '144858.437500', '144858.897500', '144859.357500', '144859.817500', '144900.277500', '144900.737500', '144901.197500', '144901.657500', '144902.117500', '144902.577500', '144903.037500', '144903.497500', '144903.957500', '144904.417500', '144904.877500', '144905.337500', '144905.797500', '144906.257500', '144906.717500', '144907.177500', '144907.637500', '144908.097500', '144908.557500', '144909.017500', '144909.477500', '144909.937500', '144910.397500', '144910.857500', '144911.317500', '144911.777500', '144912.237500', '144912.697500', '144913.157500', '144913.617500', '144914.077500', '144914.537500', '144914.997500', '144915.457500', '144915.917500', '144916.377500', '144916.837500', '144917.297500', '144917.757500', '144918.217500', '144918.677500', '144919.137500', '144919.597500', '144920.057500', '144920.517500', '144920.977500', '144921.437500', '144921.897500', '144922.357500', '144922.817500', '144923.277500', '144923.737500', '144924.197500', '144924.657500', '144925.117500', '144925.577500', '144926.037500', '144926.497500', '144926.957500', '144927.417500', '144927.877500', '144928.337500', '144928.797500', '144929.257500', '144929.717500', '144930.177500', '144930.637500', '144931.097500', '144931.557500', '144932.017500', '144932.477500', '144932.937500', '144933.397500', '144933.857500', '144934.317500', '144934.777500', '144935.237500', '144935.697500', '144936.157500', '144936.617500', '144937.077500', '144937.537500', '144937.997500', '144938.457500', '144938.917500', '144939.377500', '144939.837500', '144940.297500', '144940.757500', '144941.217500', '144941.677500', '144942.137500', '144942.597500', '144943.057500', '144943.517500', '144943.977500', '144944.437500', '144944.897500', '144945.357500', '144945.817500', '144946.277500', '144946.737500', '144947.197500', '144947.657500', '144948.117500', '144948.577500', '144949.037500', '144949.497500', '144949.957500', '144950.417500', '144950.877500', '144951.337500', '144951.797500', '144952.257500', '144952.717500', '144953.177500', '144953.637500', '144954.097500', '144954.557500', '144955.017500', '144955.477500', '144955.937500', '144956.397500', '144956.857500', '144957.317500', '144957.777500', '144958.237500', '144958.697500', '144959.157500', '144959.617500', '145000.077500', '145000.537500', '145000.997500', '145001.457500', '145001.917500', '145002.377500', '145002.837500', '145003.297500', '145003.757500', '145004.217500', '145004.677500', '145005.137500', '145005.597500', '145006.057500', '145006.517500', '145006.977500', '145007.437500', '145007.897500', '145008.357500', '145008.817500', '145009.277500', '145009.737500', '145010.197500', '145010.657500', '145011.117500', '145011.577500', '145012.037500', '145012.497500', '145012.957500', '145013.417500', '145013.877500', '145014.337500', '145014.797500', '145015.257500', '145015.717500', '145016.177500', '145016.637500', '145017.097500', '145017.557500', '145018.017500', '145018.477500', '145018.937500', '145019.397500', '145019.857500', '145020.317500', '145020.777500', '145021.237500', '145021.697500', '145022.157500', '145022.617500', '145023.077500', '145023.537500', '145023.997500', '145024.457500', '145024.917500', '145025.377500', '145025.837500', '145026.297500', '145026.757500', '145027.217500', '145027.677500', '145028.137500', '145028.597500', '145029.057500', '145029.517500', '145029.977500', '145030.437500', '145030.897500', '145031.357500', '145031.817500', '145032.277500', '145032.737500', '145033.197500', '145033.657500', '145034.117500', '145034.577500', '145035.037500', '145035.497500', '145035.957500', '145036.417500', '145036.877500', '145037.337500', '145037.797500', '145038.257500', '145038.717500', '145039.177500', '145039.637500', '145040.097500', '145040.557500', '145041.017500', '145041.477500', '145041.937500', '145042.397500', '145042.857500', '145043.317500', '145043.777500', '145044.237500', '145044.697500', '145045.157500', '145045.617500', '145046.077500', '145046.537500', '145046.997500', '145047.457500', '145047.917500', '145048.377500', '145048.837500', '145049.297500', '145049.757500', '145050.217500', '145050.677500', '145051.137500', '145051.597500', '145052.057500', '145052.517500', '145052.977500', '145053.437500', '145053.897500', '145054.357500', '145054.817500', '145055.277500', '145055.737500', '145056.197500', '145056.657500', '145057.117500', '145057.577500', '145058.037500', '145058.497500', '145058.957500', '145059.417500', '145059.877500', '145100.337500', '145100.797500', '145101.257500', '145101.717500', '145102.177500', '145102.637500', '145103.097500', '145103.557500', '145104.017500', '145104.477500', '145104.937500', '145105.397500', '145105.857500', '145106.317500', '145106.777500', '145107.237500', '145107.697500', '145108.157500', '145108.617500', '145109.077500', '145109.537500', '145109.997500', '145110.457500', '145110.917500', '145111.377500', '145111.837500', '145112.297500', '145112.757500', '145113.217500', '145113.677500', '145114.137500', '145114.597500', '145115.057500', '145115.517500', '145115.977500', '145116.437500', '145116.897500', '145117.357500', '145117.817500', '145118.277500', '145118.737500', '145119.197500', '145119.657500', '145120.117500', '145120.577500', '145121.037500', '145121.497500', '145121.957500', '145122.417500', '145122.877500', '145123.337500', '145123.797500', '145124.257500', '145124.717500', '145125.177500', '145125.637500', '145126.097500', '145126.557500', '145127.017500', '145127.477500', '145127.937500', '145128.397500', '145128.857500', '145129.317500', '145129.777500', '145130.237500', '145130.697500', '145131.157500', '145131.617500', '145132.077500', '145132.537500', '145132.997500', '145133.457500', '145133.917500', '145134.377500', '145134.837500', '145135.297500', '145135.757500', '145136.217500', '145136.677500', '145137.137500', '145137.597500', '145138.057500', '145138.517500', '145138.977500', '145139.437500', '145139.897500', '145140.357500', '145140.817500', '145141.277500', '145141.737500', '145142.197500', '145142.657500', '145143.117500', '145143.577500', '145144.037500', '145144.497500', '145144.957500', '145145.417500', '145145.877500', '145146.337500', '145146.797500', '145147.257500', '145147.717500', '145148.177500', '145148.637500', '145149.097500', '145149.557500', '145150.017500', '145150.477500', '145150.937500', '145151.397500', '145151.857500', '145152.317500', '145152.777500', '145153.237500', '145153.697500', '145154.157500', '145154.617500', '145155.077500', '145155.537500', '145155.997500', '145156.457500', '145156.917500', '145157.377500', '145157.837500', '145158.297500', '145158.757500', '145159.217500', '145159.677500', '145200.137500', '145200.597500', '145201.057500', '145201.517500', '145201.977500', '145202.437500', '145202.897500', '145203.357500', '145203.817500', '145204.277500', '145204.737500', '145205.197500', '145205.657500', '145206.117500', '145206.577500', '145207.037500', '145207.497500', '145207.957500', '145208.417500', '145208.877500', '145209.337500', '145209.797500', '145210.257500', '145210.717500', '145211.177500', '145211.637500', '145212.097500', '145212.557500', '145213.017500', '145213.477500', '145213.937500', '145214.397500', '145214.857500', '145215.317500', '145215.777500', '145216.237500', '145216.697500', '145217.157500', '145217.617500', '145218.077500', '145218.537500', '145218.997500', '145219.457500', '145219.917500', '145220.377500', '145220.837500', '145221.297500', '145221.757500', '145222.217500', '145222.677500', '145223.137500', '145223.597500', '145224.057500', '145224.517500', '145224.977500', '145225.437500', '145225.897500', '145226.357500', '145226.817500', '145227.277500', '145227.737500', '145228.197500', '145228.657500', '145229.117500', '145229.577500', '145230.037500', '145230.497500', '145230.957500', '145231.417500', '145231.877500', '145232.337500', '145232.797500', '145233.257500', '145233.717500', '145234.177500', '145234.637500', '145235.097500', '145235.557500', '145236.017500', '145236.477500', '145236.937500', '145237.397500', '145237.857500', '145238.317500', '145238.777500', '145239.237500', '145239.697500', '145240.157500', '145240.617500', '145241.077500', '145241.537500', '145241.997500', '145242.457500', '145242.917500', '145243.377500', '145243.837500', '145244.297500', '145244.757500', '145245.217500', '145245.677500', '145246.137500', '145246.597500', '145247.057500', '145247.517500', '145247.977500', '145248.437500', '145248.897500', '145249.357500', '145249.817500', '145250.277500', '145250.737500', '145251.197500', '145251.657500', '145252.117500', '145252.577500', '145253.037500', '145253.497500', '145253.957500', '145254.417500', '145254.877500', '145255.337500', '145255.797500', '145256.257500', '145256.717500', '145257.177500', '145257.637500', '145258.097500', '145258.557500', '145259.017500', '145259.477500', '145259.937500', '145300.397500', '145300.857500', '145301.317500', '145301.777500', '145302.237500', '145302.697500', '145303.157500', '145303.617500', '145304.077500', '145304.537500', '145304.997500', '145305.457500', '145305.917500', '145306.377500', '145306.837500', '145307.297500', '145307.757500', '145308.217500', '145308.677500', '145309.137500', '145309.597500', '145310.057500', '145310.517500', '145310.977500', '145311.437500', '145311.897500', '145312.357500', '145312.817500', '145313.277500', '145313.737500', '145314.197500', '145314.657500', '145315.117500', '145315.577500', '145316.037500', '145316.497500', '145316.957500', '145317.417500', '145317.877500', '145318.337500', '145318.797500', '145319.257500', '145319.717500', '145320.177500', '145320.637500', '145321.097500', '145321.557500', '145322.017500', '145322.477500', '145322.937500', '145323.397500', '145323.857500', '145324.317500', '145324.777500', '145325.237500', '145325.697500', '145326.157500', '145326.617500', '145327.077500', '145327.537500', '145327.997500', '145328.457500', '145328.917500', '145329.377500', '145329.837500', '145330.297500', '145330.757500', '145331.217500', '145331.677500', '145332.137500', '145332.597500', '145333.057500', '145333.517500', '145333.977500', '145334.437500', '145334.897500', '145335.357500', '145335.817500', '145336.277500', '145336.737500', '145337.197500', '145337.657500', '145338.117500', '145338.577500', '145339.037500', '145339.497500', '145339.957500', '145340.417500', '145340.877500', '145341.337500', '145341.797500', '145342.257500', '145342.717500', '145343.177500', '145343.637500', '145344.097500', '145344.557500', '145345.017500', '145345.477500', '145345.937500', '145346.397500', '145346.857500', '145347.317500', '145347.777500', '145348.237500', '145348.697500', '145349.157500', '145349.617500', '145350.077500', '145350.537500', '145350.997500', '145351.457500', '145351.917500', '145352.377500', '145352.837500', '145353.297500', '145353.757500', '145354.217500', '145354.677500', '145355.137500', '145355.597500', '145356.057500', '145356.517500', '145356.977500', '145357.437500', '145357.897500', '145358.357500', '145358.817500', '145359.277500', '145359.737500', '145400.197500', '145400.657500', '145401.117500', '145401.577500', '145402.037500', '145402.497500', '145402.957500', '145403.417500', '145403.877500', '145404.337500', '145404.797500', '145405.257500', '145405.717500', '145406.177500', '145406.637500', '145407.097500', '145407.557500', '145408.017500', '145408.477500', '145408.937500', '145409.397500', '145409.857500', '145410.317500', '145410.777500', '145411.237500', '145411.697500', '145412.157500', '145412.617500', '145413.077500', '145413.537500', '145413.997500', '145414.457500', '145414.917500', '145415.377500', '145415.837500', '145416.297500', '145416.757500', '145417.217500', '145417.677500', '145418.137500', '145418.597500', '145419.057500', '145419.517500', '145419.977500', '145420.437500', '145420.897500', '145421.357500', '145421.817500', '145422.277500', '145422.737500', '145423.197500', '145423.657500', '145424.117500', '145424.577500', '145425.037500', '145425.497500', '145425.957500', '145426.417500', '145426.877500', '145427.337500', '145427.797500', '145428.257500', '145428.717500', '145429.177500', '145429.637500', '145430.097500', '145430.557500', '145431.017500', '145431.477500', '145431.937500', '145432.397500', '145432.857500', '145433.317500', '145433.777500', '145434.237500', '145434.697500', '145435.157500', '145435.617500', '145436.077500', '145436.537500', '145436.997500', '145437.457500', '145437.917500', '145438.377500', '145438.837500', '145439.297500', '145439.757500', '145440.217500', '145440.677500', '145441.137500', '145441.597500', '145442.057500', '145442.517500', '145442.977500', '145443.437500', '145443.897500', '145444.357500', '145444.817500', '145445.277500', '145445.737500', '145446.197500', '145446.657500', '145447.117500', '145447.577500', '145448.037500', '145448.497500', '145448.957500', '145449.417500', '145449.877500', '145450.337500', '145450.797500', '145451.257500', '145451.717500', '145452.177500', '145452.637500', '145453.097500', '145453.557500', '145454.017500', '145454.477500', '145454.937500', '145455.397500', '145455.857500', '145456.317500', '145456.777500', '145457.237500', '145457.697500', '145458.157500', '145458.617500', '145459.077500', '145459.537500', '145459.997500', '145500.457500', '145500.917500', '145501.377500', '145501.837500', '145502.297500', '145502.757500', '145503.217500', '145503.677500', '145504.137500', '145504.597500', '145505.057500', '145505.517500', '145505.977500', '145506.437500', '145506.897500', '145507.357500', '145507.817500', '145508.277500', '145508.737500', '145509.197500', '145509.657500', '145510.117500', '145510.577500', '145511.037500', '145511.497500', '145511.957500', '145512.417500', '145512.877500', '145513.337500', '145513.797500', '145514.257500', '145514.717500', '145515.177500', '145515.637500', '145516.097500', '145516.557500', '145517.017500', '145517.477500', '145517.937500', '145518.397500', '145518.857500', '145519.317500', '145519.777500', '145520.237500', '145520.697500', '145521.157500', '145521.617500', '145522.077500', '145522.537500', '145522.997500', '145523.457500', '145523.917500', '145524.377500', '145524.837500', '145525.297500', '145525.757500', '145526.217500', '145526.677500', '145527.137500', '145527.597500', '145528.057500', '145528.517500', '145528.977500', '145529.437500', '145529.897500', '145530.357500', '145530.817500', '145531.277500', '145531.737500', '145532.197500', '145532.657500', '145533.117500', '145533.577500', '145534.037500', '145534.497500', '145534.957500', '145535.417500', '145535.877500', '145536.337500', '145536.797500', '145537.257500', '145537.717500', '145538.177500', '145538.637500', '145539.097500', '145539.557500', '145540.017500', '145540.477500', '145540.937500', '145541.397500', '145541.857500', '145542.317500', '145542.777500', '145543.237500', '145543.697500', '145544.157500', '145544.617500', '145545.077500', '145545.537500', '145545.997500', '145546.457500', '145546.917500', '145547.377500', '145547.837500', '145548.297500', '145548.757500', '145549.217500', '145549.677500', '145550.137500', '145550.597500', '145551.057500', '145551.517500', '145551.977500', '145552.437500', '145552.897500', '145553.357500', '145553.817500', '145554.277500', '145554.737500', '145555.197500', '145555.657500', '145556.117500', '145556.577500', '145557.037500', '145557.497500', '145557.957500', '145558.417500', '145558.877500', '145559.337500', '145559.797500', '145600.257500', '145600.717500', '145601.177500', '145601.637500', '145602.097500', '145602.557500', '145603.017500', '145603.477500', '145603.937500', '145604.397500', '145604.857500', '145605.317500', '145605.777500', '145606.237500', '145606.697500', '145607.157500', '145607.617500', '145608.077500', '145608.537500', '145608.997500', '145609.457500', '145609.917500', '145610.377500', '145610.837500', '145611.297500', '145611.757500', '145612.217500', '145612.677500', '145613.137500', '145613.597500', '145614.057500', '145614.517500', '145614.977500', '145615.437500', '145615.897500', '145616.357500', '145616.817500', '145617.277500', '145617.737500', '145618.197500', '145618.657500', '145619.117500', '145619.577500', '145620.037500', '145620.497500', '145620.957500', '145621.417500', '145621.877500', '145622.337500', '145622.797500', '145623.257500', '145623.717500', '145624.177500', '145624.637500', '145625.097500', '145625.557500', '145626.017500', '145626.477500', '145626.937500', '145627.397500', '145627.857500', '145628.317500', '145628.777500', '145629.237500', '145629.697500', '145630.157500', '145630.617500', '145631.077500', '145631.537500', '145631.997500', '145632.457500', '145632.917500', '145633.377500', '145633.837500', '145634.297500', '145634.757500', '145635.217500', '145635.677500', '145636.137500', '145636.597500', '145637.057500', '145637.517500', '145637.977500', '145638.437500', '145638.897500', '145639.357500', '145639.817500', '145640.277500', '145640.737500', '145641.197500', '145641.657500', '145642.117500', '145642.577500', '145643.037500', '145643.497500', '145643.957500', '145644.417500', '145644.877500', '145645.337500', '145645.797500', '145646.257500', '145646.717500', '145647.177500', '145647.637500', '145648.097500', '145648.557500', '145649.017500', '145649.477500', '145649.937500', '145650.397500', '145650.857500', '145651.317500', '145651.777500', '145652.237500', '145652.697500'], 'ContentTime': ['144834.719000', '144834.723000', '144834.725000', '144834.728000', '144834.731000', '144834.734000', '144834.737000', '144834.740000', '144834.742000', '144834.745000', '144834.748000', '144834.750000', '144834.760000', '144834.763000', '144834.766000', '144834.768000', '144834.771000', '144834.773000', '144834.776000', '144834.779000', '144834.781000', '144834.784000', '144834.786000', '144834.789000', '144834.791000', '144834.794000', '144834.797000', '144834.819000', '144834.821000', '144834.824000', '144834.827000', '144834.829000', '144834.832000', '144834.834000', '144834.837000', '144834.839000', '144834.842000', '144834.845000', '144834.848000', '144854.687000', '144854.689000', '144854.692000', '144854.695000', '144854.697000', '144854.700000', '144854.702000', '144854.705000', '144854.707000', '144854.710000', '144854.713000', '144854.715000', '144854.718000', '144854.720000', '144854.723000', '144854.726000', '144854.728000', '144854.731000', '144854.733000', '144854.736000', '144854.738000', '144854.741000', '144854.743000', '144854.746000', '144854.748000', '144854.751000', '144854.753000', '144854.756000', '144854.759000', '144854.761000', '144854.782000', '144854.785000', '144854.787000', '144854.790000', '144854.792000', '144854.795000', '144854.797000', '144854.800000', '144854.803000', '144854.805000', '144854.808000', '144854.810000', '144854.813000', '144854.821000', '144914.686000', '144914.695000', '144914.698000', '144914.701000', '144914.703000', '144914.706000', '144914.708000', '144914.711000', '144914.713000', '144914.716000', '144914.718000', '144914.721000', '144914.724000', '144914.726000', '144914.729000', '144914.731000', '144914.734000', '144914.736000', '144914.739000', '144914.741000', '144914.744000', '144914.747000', '144914.749000', '144914.752000', '144914.754000', '144914.757000', '144914.759000', '144914.762000', '144914.765000', '144914.767000', '144914.770000', '144914.772000', '144914.775000', '144914.777000', '144914.780000', '144914.782000', '144914.785000', '144914.788000', '144914.790000', '144914.793000', '144914.795000', '144914.798000', '144914.800000', '144934.687000', '144934.689000', '144934.692000', '144934.695000', '144934.698000', '144934.700000', '144934.703000', '144934.706000', '144934.708000', '144934.711000', '144934.713000', '144934.716000', '144934.718000', '144934.721000', '144934.724000', '144934.726000', '144934.729000', '144934.731000', '144934.734000', '144934.736000', '144934.739000', '144934.742000', '144934.744000', '144934.747000', '144934.749000', '144934.752000', '144934.755000', '144934.757000', '144934.760000', '144934.763000', '144934.765000', '144934.768000', '144934.770000', '144934.773000', '144934.775000', '144934.778000', '144934.781000', '144934.783000', '144934.786000', '144934.788000', '144934.791000', '144934.794000', '144934.796000', '144934.799000', '144954.685000', '144954.688000', '144954.691000', '144954.693000', '144954.696000', '144954.699000', '144954.701000', '144954.704000', '144954.706000', '144954.709000', '144954.712000', '144954.714000', '144954.717000', '144954.719000', '144954.722000', '144954.724000', '144954.727000', '144954.730000', '144954.732000', '144954.735000', '144954.737000', '144954.740000', '144954.742000', '144954.745000', '144954.747000', '144954.750000', '144954.753000', '144954.755000', '144954.758000', '144954.760000', '144954.763000', '144954.765000', '144954.768000', '144954.771000', '144954.773000', '144954.776000', '144954.778000', '144954.781000', '144954.783000', '144954.786000', '144954.788000', '144954.791000', '144954.794000', '145014.686000', '145014.688000', '145014.691000', '145014.693000', '145014.696000', '145014.699000', '145014.701000', '145014.704000', '145014.707000', '145014.709000', '145014.712000', '145014.714000', '145014.717000', '145014.720000', '145014.722000', '145014.725000', '145014.727000', '145014.730000', '145014.732000', '145014.735000', '145014.738000', '145014.740000', '145014.743000', '145014.745000', '145014.748000', '145014.751000', '145014.756000', '145014.759000', '145014.762000', '145014.764000', '145014.767000', '145014.769000', '145014.772000', '145014.774000', '145014.777000', '145014.780000', '145014.782000', '145014.785000', '145014.787000', '145014.790000', '145014.793000', '145014.795000', '145014.798000', '145014.800000', '145034.687000', '145034.689000', '145034.692000', '145034.695000', '145034.697000', '145034.700000', '145034.702000', '145034.705000', '145034.707000', '145034.710000', '145034.713000', '145034.715000', '145034.718000', '145034.721000', '145034.723000', '145034.726000', '145034.728000', '145034.731000', '145034.734000', '145034.736000', '145034.739000', '145034.741000', '145034.744000', '145034.746000', '145034.749000', '145034.752000', '145034.754000', '145034.757000', '145034.759000', '145034.762000', '145034.765000', '145034.767000', '145034.770000', '145034.772000', '145034.775000', '145034.778000', '145034.780000', '145034.783000', '145034.785000', '145034.788000', '145034.801000', '145034.803000', '145034.806000', '145054.686000', '145054.689000', '145054.692000', '145054.694000', '145054.697000', '145054.700000', '145054.702000', '145054.705000', '145054.707000', '145054.710000', '145054.713000', '145054.715000', '145054.718000', '145054.721000', '145054.723000', '145054.726000', '145054.729000', '145054.731000', '145054.734000', '145054.738000', '145054.740000', '145054.743000', '145054.746000', '145054.748000', '145054.751000', '145054.754000', '145054.756000', '145054.759000', '145054.761000', '145054.764000', '145054.767000', '145054.769000', '145054.772000', '145054.774000', '145054.777000', '145054.779000', '145054.782000', '145054.785000', '145054.787000', '145054.790000', '145054.793000', '145054.795000', '145054.798000', '145114.686000', '145114.689000', '145114.692000', '145114.695000', '145114.697000', '145114.700000', '145114.702000', '145114.705000', '145114.707000', '145114.710000', '145114.713000', '145114.715000', '145114.718000', '145114.720000', '145114.723000', '145114.726000', '145114.728000', '145114.731000', '145114.733000', '145114.736000', '145114.739000', '145114.741000', '145114.744000', '145114.746000', '145114.749000', '145114.751000', '145114.754000', '145114.757000', '145114.759000', '145114.762000', '145114.764000', '145114.767000', '145114.770000', '145114.772000', '145114.775000', '145114.777000', '145114.780000', '145114.782000', '145114.785000', '145114.788000', '145114.790000', '145114.793000', '145114.795000', '145114.798000', '145134.687000', '145134.689000', '145134.692000', '145134.695000', '145134.697000', '145134.700000', '145134.703000', '145134.705000', '145134.708000', '145134.710000', '145134.713000', '145134.716000', '145134.718000', '145134.721000', '145134.724000', '145134.726000', '145134.729000', '145134.731000', '145134.734000', '145134.737000', '145134.739000', '145134.742000', '145134.745000', '145134.747000', '145134.750000', '145134.753000', '145134.756000', '145134.758000', '145134.761000', '145134.764000', '145134.766000', '145134.769000', '145134.771000', '145134.774000', '145134.777000', '145134.779000', '145134.782000', '145134.785000', '145134.788000', '145134.790000', '145134.793000', '145134.795000', '145134.798000', '145154.686000', '145154.688000', '145154.691000', '145154.694000', '145154.696000', '145154.699000', '145154.701000', '145154.704000', '145154.707000', '145154.709000', '145154.712000', '145154.714000', '145154.717000', '145154.720000', '145154.722000', '145154.725000', '145154.727000', '145154.730000', '145154.732000', '145154.735000', '145154.738000', '145154.740000', '145154.743000', '145154.745000', '145154.748000', '145154.751000', '145154.753000', '145154.756000', '145154.758000', '145154.761000', '145154.763000', '145154.766000', '145154.769000', '145154.771000', '145154.774000', '145154.776000', '145154.779000', '145154.781000', '145154.784000', '145154.787000', '145154.789000', '145154.792000', '145154.795000', '145154.797000', '145214.685000', '145214.688000', '145214.691000', '145214.694000', '145214.696000', '145214.699000', '145214.701000', '145214.704000', '145214.707000', '145214.709000', '145214.712000', '145214.714000', '145214.717000', '145214.720000', '145214.722000', '145214.725000', '145214.728000', '145214.730000', '145214.733000', '145214.735000', '145214.738000', '145214.740000', '145214.756000', '145214.759000', '145214.761000', '145214.764000', '145214.767000', '145214.769000', '145214.772000', '145214.775000', '145214.778000', '145214.780000', '145214.783000', '145214.785000', '145214.788000', '145214.790000', '145214.793000', '145214.796000', '145214.798000', '145214.801000', '145214.803000', '145214.806000', '145214.809000', '145234.685000', '145234.688000', '145234.691000', '145234.694000', '145234.696000', '145234.699000', '145234.702000', '145234.704000', '145234.707000', '145234.710000', '145234.712000', '145234.715000', '145234.717000', '145234.720000', '145234.723000', '145234.725000', '145234.728000', '145234.730000', '145234.733000', '145234.736000', '145234.738000', '145234.741000', '145234.743000', '145234.746000', '145234.749000', '145234.751000', '145234.754000', '145234.756000', '145234.759000', '145234.762000', '145234.764000', '145234.767000', '145234.769000', '145234.772000', '145234.774000', '145234.777000', '145234.780000', '145234.782000', '145234.785000', '145234.788000', '145234.790000', '145234.793000', '145234.795000', '145234.798000', '145254.687000', '145254.689000', '145254.692000', '145254.695000', '145254.697000', '145254.700000', '145254.703000', '145254.705000', '145254.708000', '145254.711000', '145254.714000', '145254.717000', '145254.719000', '145254.722000', '145254.725000', '145254.727000', '145254.730000', '145254.733000', '145254.735000', '145254.738000', '145254.741000', '145254.743000', '145254.746000', '145254.749000', '145254.751000', '145254.754000', '145254.756000', '145254.759000', '145254.762000', '145254.764000', '145254.767000', '145254.769000', '145254.772000', '145254.775000', '145254.777000', '145254.780000', '145254.783000', '145254.785000', '145254.788000', '145254.790000', '145254.793000', '145254.796000', '145254.798000', '145314.686000', '145314.689000', '145314.692000', '145314.695000', '145314.697000', '145314.700000', '145314.703000', '145314.706000', '145314.708000', '145314.711000', '145314.714000', '145314.717000', '145314.719000', '145314.722000', '145314.724000', '145314.727000', '145314.729000', '145314.732000', '145314.735000', '145314.738000', '145314.740000', '145314.743000', '145314.745000', '145314.748000', '145314.750000', '145314.753000', '145314.756000', '145314.758000', '145314.761000', '145314.764000', '145314.766000', '145314.769000', '145314.771000', '145314.774000', '145314.777000', '145314.779000', '145314.782000', '145314.784000', '145314.787000', '145314.790000', '145314.792000', '145314.795000', '145314.797000', '145314.800000', '145334.687000', '145334.689000', '145334.692000', '145334.695000', '145334.698000', '145334.700000', '145334.703000', '145334.706000', '145334.708000', '145334.711000', '145334.713000', '145334.716000', '145334.719000', '145334.721000', '145334.724000', '145334.727000', '145334.729000', '145334.732000', '145334.735000', '145334.737000', '145334.740000', '145334.743000', '145334.745000', '145334.748000', '145334.750000', '145334.753000', '145334.756000', '145334.759000', '145334.762000', '145334.765000', '145334.767000', '145334.770000', '145334.797000', '145334.799000', '145334.802000', '145334.804000', '145334.807000', '145334.810000', '145334.812000', '145334.816000', '145334.819000', '145334.821000', '145334.824000', '145354.686000', '145354.689000', '145354.692000', '145354.695000', '145354.697000', '145354.700000', '145354.702000', '145354.705000', '145354.708000', '145354.710000', '145354.713000', '145354.715000', '145354.718000', '145354.721000', '145354.723000', '145354.726000', '145354.729000', '145354.732000', '145354.735000', '145354.738000', '145354.741000', '145354.743000', '145354.746000', '145354.748000', '145354.751000', '145354.754000', '145354.756000', '145354.759000', '145354.762000', '145354.764000', '145354.767000', '145354.770000', '145354.772000', '145354.775000', '145354.778000', '145354.780000', '145354.783000', '145354.786000', '145354.788000', '145354.791000', '145354.793000', '145354.796000', '145354.798000', '145354.801000', '145414.686000', '145414.688000', '145414.691000', '145414.694000', '145414.696000', '145414.699000', '145414.702000', '145414.704000', '145414.707000', '145414.709000', '145414.712000', '145414.714000', '145414.717000', '145414.720000', '145414.722000', '145414.725000', '145414.728000', '145414.730000', '145414.733000', '145414.735000', '145414.740000', '145414.742000', '145414.745000', '145414.748000', '145414.750000', '145414.753000', '145414.756000', '145414.758000', '145414.761000', '145414.763000', '145414.766000', '145414.769000', '145414.772000', '145414.774000', '145414.777000', '145414.780000', '145414.782000', '145414.785000', '145414.788000', '145414.790000', '145414.793000', '145414.796000', '145414.798000', '145434.686000', '145434.689000', '145434.691000', '145434.694000', '145434.697000', '145434.700000', '145434.702000', '145434.705000', '145434.708000', '145434.710000', '145434.713000', '145434.715000', '145434.718000', '145434.721000', '145434.723000', '145434.726000', '145434.729000', '145434.731000', '145434.734000', '145434.737000', '145434.739000', '145434.742000', '145434.744000', '145434.747000', '145434.750000', '145434.752000', '145434.755000', '145434.757000', '145434.760000', '145434.763000', '145434.765000', '145434.768000', '145434.770000', '145434.773000', '145434.776000', '145434.778000', '145434.781000', '145434.783000', '145434.786000', '145434.789000', '145434.791000', '145434.794000', '145434.796000', '145434.799000', '145454.686000', '145454.688000', '145454.691000', '145454.694000', '145454.696000', '145454.699000', '145454.701000', '145454.704000', '145454.706000', '145454.709000', '145454.712000', '145454.714000', '145454.717000', '145454.719000', '145454.722000', '145454.724000', '145454.727000', '145454.730000', '145454.732000', '145454.735000', '145454.737000', '145454.740000', '145454.742000', '145454.745000', '145454.748000', '145454.750000', '145454.753000', '145454.756000', '145454.759000', '145454.762000', '145454.764000', '145454.767000', '145454.769000', '145454.772000', '145454.775000', '145454.777000', '145454.780000', '145454.782000', '145454.785000', '145454.787000', '145454.790000', '145454.793000', '145454.795000', '145514.696000', '145514.699000', '145514.702000', '145514.704000', '145514.707000', '145514.709000', '145514.712000', '145514.715000', '145514.717000', '145514.720000', '145514.723000', '145514.725000', '145514.728000', '145514.730000', '145514.733000', '145514.735000', '145514.738000', '145514.741000', '145514.743000', '145514.746000', '145514.749000', '145514.751000', '145514.754000', '145514.756000', '145514.759000', '145514.762000', '145514.764000', '145514.767000', '145514.769000', '145514.772000', '145514.775000', '145514.777000', '145514.780000', '145514.782000', '145514.785000', '145514.788000', '145514.790000', '145514.793000', '145514.795000', '145514.798000', '145514.800000', '145514.803000', '145514.806000', '145514.808000', '145534.687000', '145534.690000', '145534.692000', '145534.695000', '145534.697000', '145534.700000', '145534.703000', '145534.705000', '145534.708000', '145534.711000', '145534.713000', '145534.716000', '145534.718000', '145534.721000', '145534.724000', '145534.726000', '145534.729000', '145534.731000', '145534.734000', '145534.737000', '145534.739000', '145534.742000', '145534.745000', '145534.747000', '145534.750000', '145534.753000', '145534.755000', '145534.758000', '145534.760000', '145534.763000', '145534.766000', '145534.768000', '145534.771000', '145534.773000', '145534.776000', '145534.779000', '145534.781000', '145534.784000', '145534.786000', '145534.789000', '145534.792000', '145534.794000', '145534.797000', '145554.687000', '145554.689000', '145554.692000', '145554.695000', '145554.697000', '145554.700000', '145554.702000', '145554.705000', '145554.708000', '145554.710000', '145554.713000', '145554.716000', '145554.718000', '145554.721000', '145554.723000', '145554.726000', '145554.729000', '145554.731000', '145554.734000', '145554.736000', '145554.739000', '145554.741000', '145554.744000', '145554.747000', '145554.749000', '145554.752000', '145554.754000', '145554.757000', '145554.760000', '145554.762000', '145554.765000', '145554.767000', '145554.770000', '145554.773000', '145554.775000', '145554.778000', '145554.780000', '145554.783000', '145554.786000', '145554.788000', '145554.791000', '145554.794000', '145554.796000', '145554.799000', '145614.687000', '145614.689000', '145614.692000', '145614.695000', '145614.697000', '145614.700000', '145614.703000', '145614.705000', '145614.708000', '145614.711000', '145614.713000', '145614.716000', '145614.718000', '145614.721000', '145614.724000', '145614.726000', '145614.729000', '145614.731000', '145614.734000', '145614.737000', '145614.739000', '145614.742000', '145614.745000', '145614.747000', '145614.750000', '145614.753000', '145614.755000', '145614.758000', '145614.760000', '145614.763000', '145614.766000', '145614.768000', '145614.771000', '145614.773000', '145614.776000', '145614.779000', '145614.781000', '145614.784000', '145614.786000', '145614.789000', '145614.792000', '145614.794000', '145614.797000', '145634.686000', '145634.688000', '145634.691000', '145634.694000', '145634.696000', '145634.699000', '145634.701000', '145634.704000', '145634.707000', '145634.709000', '145634.712000', '145634.715000', '145634.717000', '145634.720000', '145634.722000', '145634.725000', '145634.728000', '145634.730000', '145634.733000', '145634.735000', '145634.738000', '145634.741000', '145634.743000', '145634.746000', '145634.748000', '145634.751000', '145634.754000', '145634.756000', '145634.759000', '145634.761000', '145634.764000', '145634.767000', '145634.769000', '145634.772000', '145634.775000', '145634.777000', '145634.780000', '145634.783000', '145634.785000', '145634.788000', '145634.790000', '145634.793000', '145634.796000', '145634.798000', '145654.686000', '145654.688000', '145654.691000', '145654.694000', '145654.696000', '145654.699000', '145654.702000', '145654.704000', '145654.707000', '145654.709000', '145654.712000', '145654.715000', '145654.717000', '145654.720000', '145654.722000', '145654.725000', '145654.728000', '145654.730000', '145654.733000', '145654.735000', '145654.738000', '145654.741000', '145654.743000', '145654.746000', '145654.749000', '145654.751000', '145654.754000', '145654.756000', '145654.759000', '145654.762000', '145654.764000', '145654.767000', '145654.772000', '145654.776000', '145654.779000', '145654.783000', '145654.788000', '145654.793000', '145654.796000', '145654.798000', '145654.801000', '145654.804000', '145654.806000'], 'InstanceCreationTime': ['144834.719000', '144834.723000', '144834.725000', '144834.728000', '144834.731000', '144834.734000', '144834.737000', '144834.740000', '144834.742000', '144834.745000', '144834.748000', '144834.750000', '144834.760000', '144834.763000', '144834.766000', '144834.768000', '144834.771000', '144834.773000', '144834.776000', '144834.779000', '144834.781000', '144834.784000', '144834.786000', '144834.789000', '144834.791000', '144834.794000', '144834.797000', '144834.819000', '144834.821000', '144834.824000', '144834.827000', '144834.829000', '144834.832000', '144834.834000', '144834.837000', '144834.839000', '144834.842000', '144834.845000', '144834.848000', '144854.687000', '144854.689000', '144854.692000', '144854.695000', '144854.697000', '144854.700000', '144854.702000', '144854.705000', '144854.707000', '144854.710000', '144854.713000', '144854.715000', '144854.718000', '144854.720000', '144854.723000', '144854.726000', '144854.728000', '144854.731000', '144854.733000', '144854.736000', '144854.738000', '144854.741000', '144854.743000', '144854.746000', '144854.748000', '144854.751000', '144854.753000', '144854.756000', '144854.759000', '144854.761000', '144854.782000', '144854.785000', '144854.787000', '144854.790000', '144854.792000', '144854.795000', '144854.797000', '144854.800000', '144854.803000', '144854.805000', '144854.808000', '144854.810000', '144854.813000', '144854.821000', '144914.686000', '144914.695000', '144914.698000', '144914.701000', '144914.703000', '144914.706000', '144914.708000', '144914.711000', '144914.713000', '144914.716000', '144914.718000', '144914.721000', '144914.724000', '144914.726000', '144914.729000', '144914.731000', '144914.734000', '144914.736000', '144914.739000', '144914.741000', '144914.744000', '144914.747000', '144914.749000', '144914.752000', '144914.754000', '144914.757000', '144914.759000', '144914.762000', '144914.765000', '144914.767000', '144914.770000', '144914.772000', '144914.775000', '144914.777000', '144914.780000', '144914.782000', '144914.785000', '144914.788000', '144914.790000', '144914.793000', '144914.795000', '144914.798000', '144914.800000', '144934.687000', '144934.689000', '144934.692000', '144934.695000', '144934.698000', '144934.700000', '144934.703000', '144934.706000', '144934.708000', '144934.711000', '144934.713000', '144934.716000', '144934.718000', '144934.721000', '144934.724000', '144934.726000', '144934.729000', '144934.731000', '144934.734000', '144934.736000', '144934.739000', '144934.742000', '144934.744000', '144934.747000', '144934.749000', '144934.752000', '144934.755000', '144934.757000', '144934.760000', '144934.763000', '144934.765000', '144934.768000', '144934.770000', '144934.773000', '144934.775000', '144934.778000', '144934.781000', '144934.783000', '144934.786000', '144934.788000', '144934.791000', '144934.794000', '144934.796000', '144934.799000', '144954.685000', '144954.688000', '144954.691000', '144954.693000', '144954.696000', '144954.699000', '144954.701000', '144954.704000', '144954.706000', '144954.709000', '144954.712000', '144954.714000', '144954.717000', '144954.719000', '144954.722000', '144954.724000', '144954.727000', '144954.730000', '144954.732000', '144954.735000', '144954.737000', '144954.740000', '144954.742000', '144954.745000', '144954.747000', '144954.750000', '144954.753000', '144954.755000', '144954.758000', '144954.760000', '144954.763000', '144954.765000', '144954.768000', '144954.771000', '144954.773000', '144954.776000', '144954.778000', '144954.781000', '144954.783000', '144954.786000', '144954.788000', '144954.791000', '144954.794000', '145014.686000', '145014.688000', '145014.691000', '145014.693000', '145014.696000', '145014.699000', '145014.701000', '145014.704000', '145014.707000', '145014.709000', '145014.712000', '145014.714000', '145014.717000', '145014.720000', '145014.722000', '145014.725000', '145014.727000', '145014.730000', '145014.732000', '145014.735000', '145014.738000', '145014.740000', '145014.743000', '145014.745000', '145014.748000', '145014.751000', '145014.756000', '145014.759000', '145014.762000', '145014.764000', '145014.767000', '145014.769000', '145014.772000', '145014.774000', '145014.777000', '145014.780000', '145014.782000', '145014.785000', '145014.787000', '145014.790000', '145014.793000', '145014.795000', '145014.798000', '145014.800000', '145034.687000', '145034.689000', '145034.692000', '145034.695000', '145034.697000', '145034.700000', '145034.702000', '145034.705000', '145034.707000', '145034.710000', '145034.713000', '145034.715000', '145034.718000', '145034.721000', '145034.723000', '145034.726000', '145034.728000', '145034.731000', '145034.734000', '145034.736000', '145034.739000', '145034.741000', '145034.744000', '145034.746000', '145034.749000', '145034.752000', '145034.754000', '145034.757000', '145034.759000', '145034.762000', '145034.765000', '145034.767000', '145034.770000', '145034.772000', '145034.775000', '145034.778000', '145034.780000', '145034.783000', '145034.785000', '145034.788000', '145034.801000', '145034.803000', '145034.806000', '145054.686000', '145054.689000', '145054.692000', '145054.694000', '145054.697000', '145054.700000', '145054.702000', '145054.705000', '145054.707000', '145054.710000', '145054.713000', '145054.715000', '145054.718000', '145054.721000', '145054.723000', '145054.726000', '145054.729000', '145054.731000', '145054.734000', '145054.738000', '145054.740000', '145054.743000', '145054.746000', '145054.748000', '145054.751000', '145054.754000', '145054.756000', '145054.759000', '145054.761000', '145054.764000', '145054.767000', '145054.769000', '145054.772000', '145054.774000', '145054.777000', '145054.779000', '145054.782000', '145054.785000', '145054.787000', '145054.790000', '145054.793000', '145054.795000', '145054.798000', '145114.686000', '145114.689000', '145114.692000', '145114.695000', '145114.697000', '145114.700000', '145114.702000', '145114.705000', '145114.707000', '145114.710000', '145114.713000', '145114.715000', '145114.718000', '145114.720000', '145114.723000', '145114.726000', '145114.728000', '145114.731000', '145114.733000', '145114.736000', '145114.739000', '145114.741000', '145114.744000', '145114.746000', '145114.749000', '145114.751000', '145114.754000', '145114.757000', '145114.759000', '145114.762000', '145114.764000', '145114.767000', '145114.770000', '145114.772000', '145114.775000', '145114.777000', '145114.780000', '145114.782000', '145114.785000', '145114.788000', '145114.790000', '145114.793000', '145114.795000', '145114.798000', '145134.687000', '145134.689000', '145134.692000', '145134.695000', '145134.697000', '145134.700000', '145134.703000', '145134.705000', '145134.708000', '145134.710000', '145134.713000', '145134.716000', '145134.718000', '145134.721000', '145134.724000', '145134.726000', '145134.729000', '145134.731000', '145134.734000', '145134.737000', '145134.739000', '145134.742000', '145134.745000', '145134.747000', '145134.750000', '145134.753000', '145134.756000', '145134.758000', '145134.761000', '145134.764000', '145134.766000', '145134.769000', '145134.771000', '145134.774000', '145134.777000', '145134.779000', '145134.782000', '145134.785000', '145134.788000', '145134.790000', '145134.793000', '145134.795000', '145134.798000', '145154.686000', '145154.688000', '145154.691000', '145154.694000', '145154.696000', '145154.699000', '145154.701000', '145154.704000', '145154.707000', '145154.709000', '145154.712000', '145154.714000', '145154.717000', '145154.720000', '145154.722000', '145154.725000', '145154.727000', '145154.730000', '145154.732000', '145154.735000', '145154.738000', '145154.740000', '145154.743000', '145154.745000', '145154.748000', '145154.751000', '145154.753000', '145154.756000', '145154.758000', '145154.761000', '145154.763000', '145154.766000', '145154.769000', '145154.771000', '145154.774000', '145154.776000', '145154.779000', '145154.781000', '145154.784000', '145154.787000', '145154.789000', '145154.792000', '145154.795000', '145154.797000', '145214.685000', '145214.688000', '145214.691000', '145214.694000', '145214.696000', '145214.699000', '145214.701000', '145214.704000', '145214.707000', '145214.709000', '145214.712000', '145214.714000', '145214.717000', '145214.720000', '145214.722000', '145214.725000', '145214.728000', '145214.730000', '145214.733000', '145214.735000', '145214.738000', '145214.740000', '145214.756000', '145214.759000', '145214.761000', '145214.764000', '145214.767000', '145214.769000', '145214.772000', '145214.775000', '145214.778000', '145214.780000', '145214.783000', '145214.785000', '145214.788000', '145214.790000', '145214.793000', '145214.796000', '145214.798000', '145214.801000', '145214.803000', '145214.806000', '145214.809000', '145234.685000', '145234.688000', '145234.691000', '145234.694000', '145234.696000', '145234.699000', '145234.702000', '145234.704000', '145234.707000', '145234.710000', '145234.712000', '145234.715000', '145234.717000', '145234.720000', '145234.723000', '145234.725000', '145234.728000', '145234.730000', '145234.733000', '145234.736000', '145234.738000', '145234.741000', '145234.743000', '145234.746000', '145234.749000', '145234.751000', '145234.754000', '145234.756000', '145234.759000', '145234.762000', '145234.764000', '145234.767000', '145234.769000', '145234.772000', '145234.774000', '145234.777000', '145234.780000', '145234.782000', '145234.785000', '145234.788000', '145234.790000', '145234.793000', '145234.795000', '145234.798000', '145254.687000', '145254.689000', '145254.692000', '145254.695000', '145254.697000', '145254.700000', '145254.703000', '145254.705000', '145254.708000', '145254.711000', '145254.714000', '145254.717000', '145254.719000', '145254.722000', '145254.725000', '145254.727000', '145254.730000', '145254.733000', '145254.735000', '145254.738000', '145254.741000', '145254.743000', '145254.746000', '145254.749000', '145254.751000', '145254.754000', '145254.756000', '145254.759000', '145254.762000', '145254.764000', '145254.767000', '145254.769000', '145254.772000', '145254.775000', '145254.777000', '145254.780000', '145254.783000', '145254.785000', '145254.788000', '145254.790000', '145254.793000', '145254.796000', '145254.798000', '145314.686000', '145314.689000', '145314.692000', '145314.695000', '145314.697000', '145314.700000', '145314.703000', '145314.706000', '145314.708000', '145314.711000', '145314.714000', '145314.717000', '145314.719000', '145314.722000', '145314.724000', '145314.727000', '145314.729000', '145314.732000', '145314.735000', '145314.738000', '145314.740000', '145314.743000', '145314.745000', '145314.748000', '145314.750000', '145314.753000', '145314.756000', '145314.758000', '145314.761000', '145314.764000', '145314.766000', '145314.769000', '145314.771000', '145314.774000', '145314.777000', '145314.779000', '145314.782000', '145314.784000', '145314.787000', '145314.790000', '145314.792000', '145314.795000', '145314.797000', '145314.800000', '145334.687000', '145334.689000', '145334.692000', '145334.695000', '145334.698000', '145334.700000', '145334.703000', '145334.706000', '145334.708000', '145334.711000', '145334.713000', '145334.716000', '145334.719000', '145334.721000', '145334.724000', '145334.727000', '145334.729000', '145334.732000', '145334.735000', '145334.737000', '145334.740000', '145334.743000', '145334.745000', '145334.748000', '145334.750000', '145334.753000', '145334.756000', '145334.759000', '145334.762000', '145334.765000', '145334.767000', '145334.770000', '145334.797000', '145334.799000', '145334.802000', '145334.804000', '145334.807000', '145334.810000', '145334.812000', '145334.816000', '145334.819000', '145334.821000', '145334.824000', '145354.686000', '145354.689000', '145354.692000', '145354.695000', '145354.697000', '145354.700000', '145354.702000', '145354.705000', '145354.708000', '145354.710000', '145354.713000', '145354.715000', '145354.718000', '145354.721000', '145354.723000', '145354.726000', '145354.729000', '145354.732000', '145354.735000', '145354.738000', '145354.741000', '145354.743000', '145354.746000', '145354.748000', '145354.751000', '145354.754000', '145354.756000', '145354.759000', '145354.762000', '145354.764000', '145354.767000', '145354.770000', '145354.772000', '145354.775000', '145354.778000', '145354.780000', '145354.783000', '145354.786000', '145354.788000', '145354.791000', '145354.793000', '145354.796000', '145354.798000', '145354.801000', '145414.686000', '145414.688000', '145414.691000', '145414.694000', '145414.696000', '145414.699000', '145414.702000', '145414.704000', '145414.707000', '145414.709000', '145414.712000', '145414.714000', '145414.717000', '145414.720000', '145414.722000', '145414.725000', '145414.728000', '145414.730000', '145414.733000', '145414.735000', '145414.740000', '145414.742000', '145414.745000', '145414.748000', '145414.750000', '145414.753000', '145414.756000', '145414.758000', '145414.761000', '145414.763000', '145414.766000', '145414.769000', '145414.772000', '145414.774000', '145414.777000', '145414.780000', '145414.782000', '145414.785000', '145414.788000', '145414.790000', '145414.793000', '145414.796000', '145414.798000', '145434.686000', '145434.689000', '145434.691000', '145434.694000', '145434.697000', '145434.700000', '145434.702000', '145434.705000', '145434.708000', '145434.710000', '145434.713000', '145434.715000', '145434.718000', '145434.721000', '145434.723000', '145434.726000', '145434.729000', '145434.731000', '145434.734000', '145434.737000', '145434.739000', '145434.742000', '145434.744000', '145434.747000', '145434.750000', '145434.752000', '145434.755000', '145434.757000', '145434.760000', '145434.763000', '145434.765000', '145434.768000', '145434.770000', '145434.773000', '145434.776000', '145434.778000', '145434.781000', '145434.783000', '145434.786000', '145434.789000', '145434.791000', '145434.794000', '145434.796000', '145434.799000', '145454.686000', '145454.688000', '145454.691000', '145454.694000', '145454.696000', '145454.699000', '145454.701000', '145454.704000', '145454.706000', '145454.709000', '145454.712000', '145454.714000', '145454.717000', '145454.719000', '145454.722000', '145454.724000', '145454.727000', '145454.730000', '145454.732000', '145454.735000', '145454.737000', '145454.740000', '145454.742000', '145454.745000', '145454.748000', '145454.750000', '145454.753000', '145454.756000', '145454.759000', '145454.762000', '145454.764000', '145454.767000', '145454.769000', '145454.772000', '145454.775000', '145454.777000', '145454.780000', '145454.782000', '145454.785000', '145454.787000', '145454.790000', '145454.793000', '145454.795000', '145514.696000', '145514.699000', '145514.702000', '145514.704000', '145514.707000', '145514.709000', '145514.712000', '145514.715000', '145514.717000', '145514.720000', '145514.723000', '145514.725000', '145514.728000', '145514.730000', '145514.733000', '145514.735000', '145514.738000', '145514.741000', '145514.743000', '145514.746000', '145514.749000', '145514.751000', '145514.754000', '145514.756000', '145514.759000', '145514.762000', '145514.764000', '145514.767000', '145514.769000', '145514.772000', '145514.775000', '145514.777000', '145514.780000', '145514.782000', '145514.785000', '145514.788000', '145514.790000', '145514.793000', '145514.795000', '145514.798000', '145514.800000', '145514.803000', '145514.806000', '145514.808000', '145534.687000', '145534.690000', '145534.692000', '145534.695000', '145534.697000', '145534.700000', '145534.703000', '145534.705000', '145534.708000', '145534.711000', '145534.713000', '145534.716000', '145534.718000', '145534.721000', '145534.724000', '145534.726000', '145534.729000', '145534.731000', '145534.734000', '145534.737000', '145534.739000', '145534.742000', '145534.745000', '145534.747000', '145534.750000', '145534.753000', '145534.755000', '145534.758000', '145534.760000', '145534.763000', '145534.766000', '145534.768000', '145534.771000', '145534.773000', '145534.776000', '145534.779000', '145534.781000', '145534.784000', '145534.786000', '145534.789000', '145534.792000', '145534.794000', '145534.797000', '145554.687000', '145554.689000', '145554.692000', '145554.695000', '145554.697000', '145554.700000', '145554.702000', '145554.705000', '145554.708000', '145554.710000', '145554.713000', '145554.716000', '145554.718000', '145554.721000', '145554.723000', '145554.726000', '145554.729000', '145554.731000', '145554.734000', '145554.736000', '145554.739000', '145554.741000', '145554.744000', '145554.747000', '145554.749000', '145554.752000', '145554.754000', '145554.757000', '145554.760000', '145554.762000', '145554.765000', '145554.767000', '145554.770000', '145554.773000', '145554.775000', '145554.778000', '145554.780000', '145554.783000', '145554.786000', '145554.788000', '145554.791000', '145554.794000', '145554.796000', '145554.799000', '145614.687000', '145614.689000', '145614.692000', '145614.695000', '145614.697000', '145614.700000', '145614.703000', '145614.705000', '145614.708000', '145614.711000', '145614.713000', '145614.716000', '145614.718000', '145614.721000', '145614.724000', '145614.726000', '145614.729000', '145614.731000', '145614.734000', '145614.737000', '145614.739000', '145614.742000', '145614.745000', '145614.747000', '145614.750000', '145614.753000', '145614.755000', '145614.758000', '145614.760000', '145614.763000', '145614.766000', '145614.768000', '145614.771000', '145614.773000', '145614.776000', '145614.779000', '145614.781000', '145614.784000', '145614.786000', '145614.789000', '145614.792000', '145614.794000', '145614.797000', '145634.686000', '145634.688000', '145634.691000', '145634.694000', '145634.696000', '145634.699000', '145634.701000', '145634.704000', '145634.707000', '145634.709000', '145634.712000', '145634.715000', '145634.717000', '145634.720000', '145634.722000', '145634.725000', '145634.728000', '145634.730000', '145634.733000', '145634.735000', '145634.738000', '145634.741000', '145634.743000', '145634.746000', '145634.748000', '145634.751000', '145634.754000', '145634.756000', '145634.759000', '145634.761000', '145634.764000', '145634.767000', '145634.769000', '145634.772000', '145634.775000', '145634.777000', '145634.780000', '145634.783000', '145634.785000', '145634.788000', '145634.790000', '145634.793000', '145634.796000', '145634.798000', '145654.686000', '145654.688000', '145654.691000', '145654.694000', '145654.696000', '145654.699000', '145654.702000', '145654.704000', '145654.707000', '145654.709000', '145654.712000', '145654.715000', '145654.717000', '145654.720000', '145654.722000', '145654.725000', '145654.728000', '145654.730000', '145654.733000', '145654.735000', '145654.738000', '145654.741000', '145654.743000', '145654.746000', '145654.749000', '145654.751000', '145654.754000', '145654.756000', '145654.759000', '145654.762000', '145654.764000', '145654.767000', '145654.772000', '145654.776000', '145654.779000', '145654.783000', '145654.788000', '145654.793000', '145654.796000', '145654.798000', '145654.801000', '145654.804000', '145654.806000'], '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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126], 'LargestImagePixelValue': [12260, 8873, 10362, 7980, 8685, 7422, 8489, 12512, 8588, 11633, 8455, 10484, 8375, 10470, 8113, 10247, 8186, 9509, 8362, 9361, 8297, 8629, 8318, 9340, 8260, 8660, 8618, 8536, 10522, 8431, 11181, 8109, 9388, 7632, 8450, 10973, 8430, 11650, 8371, 10458, 8297, 8588, 7827, 8497, 8055, 8397, 11347, 8270, 10519, 7825, 8631, 7795, 8598, 8205, 8169, 7937, 8058, 6776, 8562, 10483, 8359, 11542, 8161, 10754, 7909, 9431, 8155, 8806, 8413, 9013, 8122, 9795, 9305, 8425, 12555, 7982, 9809, 8301, 8978, 8391, 8750, 7656, 8706, 9275, 8567, 12838, 8153, 10830, 9376, 9170, 9898, 8486, 13556, 8117, 10149, 8554, 8618, 8040, 8452, 7663, 8308, 8329, 8446, 11367, 8634, 11211, 8342, 10918, 8305, 9663, 8260, 9215, 8391, 9166, 7920, 8509, 12985, 8270, 10936, 8191, 9573, 8119, 8250, 8648, 8278, 11444, 8256, 7909, 8255, 9538, 8265, 11563, 7863, 10052, 8177, 8747, 7736, 8529, 10498, 8536, 11172, 8486, 11015, 7915, 10032, 8326, 8411, 8112, 8751, 7329, 8394, 12025, 8261, 10888, 8145, 9839, 7634, 8531, 8389, 8533, 8286, 8612, 6948, 8158, 10635, 8371, 11910, 8358, 10568, 7688, 8980, 8414, 8795, 7738, 8793, 7298, 8346, 7479, 8213, 6451, 12266, 8051, 7403, 8551, 8534, 10234, 7989, 12880, 8505, 9330, 8902, 8689, 10428, 11637, 8722, 14256, 9915, 11521, 8147, 8747, 7881, 8359, 10616, 8450, 7432, 8403, 8689, 8737, 8009, 8750, 7510, 8466, 12442, 8176, 9402, 8467, 11673, 8443, 11269, 8211, 10568, 9449, 8848, 11231, 8317, 13491, 8532, 11589, 8085, 9235, 8180, 8536, 10469, 8334, 11415, 8321, 9668, 7885, 9596, 8655, 8667, 8348, 8558, 7683, 9473, 8034, 6549, 11421, 8904, 10673, 8522, 8336, 8930, 13714, 10879, 8780, 13350, 8270, 12715, 8015, 9141, 8145, 8446, 11780, 8271, 9986, 8131, 9819, 7985, 9555, 7485, 8436, 8251, 6565, 8350, 11240, 8261, 11858, 8397, 11687, 7712, 10005, 10255, 8377, 10115, 8187, 12225, 8018, 12085, 7944, 11294, 7930, 10678, 7560, 9449, 7970, 9050, 7846, 8320, 7647, 8166, 8484, 7907, 7810, 7970, 8565, 8101, 11666, 8013, 11785, 7891, 10887, 7959, 10297, 7589, 9606, 7885, 9152, 8170, 8542, 9803, 8117, 11953, 7863, 11558, 8171, 9393, 8144, 10299, 7557, 8975, 7700, 8463, 7786, 8550, 9202, 8160, 13051, 8197, 11714, 7954, 10090, 8351, 8796, 7784, 8671, 7787, 8415, 7309, 8418, 10101, 8279, 8879, 8459, 7856, 8438, 7800, 8286, 8299, 6915, 8042, 7936, 7205, 8023, 7882, 7399, 8120, 8731, 7972, 9403, 8390, 9637, 8916, 9552, 9065, 13140, 9751, 9271, 7832, 9224, 9134, 7866, 8706, 11291, 8490, 8719, 7758, 8197, 9656, 8279, 10752, 8056, 11168, 7344, 11539, 7679, 14185, 7873, 7284, 8111, 8320, 9926, 8746, 7537, 8529, 7758, 8168, 8653, 7381, 9428, 7682, 9522, 8605, 7159, 8560, 8032, 10466, 8368, 7289, 8082, 7597, 9327, 7831, 10324, 7371, 10569, 8112, 7445, 7107, 7835, 7940, 8756, 7501, 7343, 8609, 8366, 7105, 8593, 8134, 7285, 8361, 12531, 11219, 8396, 12732, 8414, 10362, 8325, 10071, 8269, 11845, 8277, 8501, 9063, 8189, 11183, 8398, 12990, 10305, 12136, 8512, 10616, 8596, 9088, 8457, 7727, 8436, 7522, 8578, 7636, 8222, 7803, 8511, 8061, 8722, 7549, 9131, 8530, 6801, 7591, 8229, 10949, 7296, 7692, 8810, 8395, 11295, 10434, 9887, 10165, 8681, 14550, 14821, 9145, 8095, 8564, 7039, 8600, 8382, 9336, 8108, 7612, 10066, 8599, 7062, 9352, 8387, 10363, 9887, 10677, 8336, 10654, 8185, 7394, 9148, 7336, 11384, 7764, 7052, 8639, 8063, 7096, 9077, 7912, 10916, 8181, 10367, 8154, 9847, 8007, 7085, 9903, 7781, 10959, 7832, 10605, 8018, 10615, 7677, 11041, 8147, 11171, 7875, 11399, 8410, 11888, 8356, 11490, 8482, 10899, 8962, 9437, 10096, 8887, 9194, 8706, 10376, 9044, 11429, 8397, 10853, 8611, 8706, 8804, 8550, 8727, 7487, 8975, 11095, 9009, 10982, 8994, 9256, 8444, 8966, 7496, 8654, 7790, 8881, 8020, 9429, 8399, 9631, 8765, 10816, 7926, 10448, 9288, 10640, 10033, 10312, 12815, 9012, 12555, 11142, 11737, 11854, 10630, 8484, 8742, 8142, 9639, 8062, 10401, 8432, 9682, 8484, 10857, 8454, 10862, 8432, 7746, 8488, 8506, 8782, 7998, 8585, 11628, 8595, 9427, 8746, 8426, 8893, 9051, 8449, 8762, 8515, 8541, 10541, 8373, 7574, 7615, 7361, 6862, 7584, 7083, 7486, 8836, 9360, 10226, 11412, 7516, 16312, 14044, 13909, 11079, 8561, 9528, 7889, 9792, 8398, 9530, 8501, 7724, 7830, 8923, 8263, 8651, 7966, 8824, 8552, 8529, 8287, 7848, 8095, 8077, 9897, 8355, 9451, 9002, 9174, 7560, 8554, 7780, 8296, 8675, 8507, 8952, 7755, 7661, 8356, 7826, 9831, 7940, 10013, 7808, 10568, 8214, 10329, 8266, 10952, 7774, 10078, 9775, 9726, 8231, 9476, 8210, 8737, 8615, 8079, 8354, 8635, 8233, 9137, 8382, 9234, 8220, 9333, 8252, 9676, 8148, 9810, 8146, 8939, 11952, 8408, 11097, 7984, 10161, 8032, 9357, 8166, 9232, 8350, 8948, 8587, 8190, 8083, 8335, 7984, 8458, 8202, 8863, 8474, 9903, 8483, 10165, 8596, 9022, 7923, 8324, 9838, 8401, 8895, 8442, 10751, 8699, 11463, 8578, 8203, 8671, 7364, 8476, 7991, 8460, 8122, 8523, 8163, 8734, 9140, 9980, 8414, 7543, 8817, 8339, 8112, 10078, 8509, 12314, 8608, 11946, 12548, 11631, 10444, 9324, 8777, 9707, 8535, 11077, 8624, 10645, 8525, 11007, 8454, 11347, 8625, 8198, 8628, 8005, 8850, 8351, 8767, 8481, 8959, 8107, 8925, 7711, 8552, 9161, 8733, 8070, 8652, 7654, 8738, 7632, 8652, 9724, 8543, 7618, 8688, 7844, 8563, 8691, 8335, 8165, 8937, 8420, 10331, 8232, 11408, 8482, 10982, 8704, 12569, 8434, 10680, 11248, 8273, 11942, 8340, 12181, 8395, 10391, 7963, 10463, 8086, 9151, 8184, 8901, 8574, 9393, 8484, 9222, 8434, 8776, 8211, 9017, 8276, 8696, 9671, 8406, 10935, 8373, 10416, 8339, 7695, 8523, 8325, 8504, 7856, 8491, 8354, 9188, 8172, 10449, 8048, 9117, 7930, 8158, 9583, 8154, 10505, 8468, 11263, 8648, 10208, 10266, 8982, 10358, 8579, 13803, 8386, 11621, 8938, 10454, 8726, 9302, 8405, 8517, 9745, 8645, 10855, 8665, 9990, 8787, 9056, 8696, 7735, 8790, 7460, 8690, 12046, 8900, 11510, 8869, 10528, 8613, 11556, 8692, 11755, 8298, 11121, 8464, 9136, 8109, 8470, 8531, 8220, 7921, 8375, 7388, 8351, 7539, 8696, 8592, 10746, 8264, 10877, 8239, 10796, 8062, 11959, 8567, 8109, 8395, 7894, 7718, 8811, 11227, 8725, 8773, 10219, 8743, 11966, 8614, 9685, 8420, 12268, 8524, 8913, 8690, 8734, 10948, 12348, 12024, 11752, 9815, 8417, 10677, 8632, 10980, 8641, 11320, 8295, 10316, 8416, 10742, 8381, 10593, 8352, 8843, 8423, 8851, 8673, 11145, 8460, 11585, 8314, 11243, 8453, 9748, 8298, 8795, 8419, 9031, 8156, 8415, 8297, 8781, 8401, 12679, 8145, 11660, 8104, 10307, 8069, 8966, 7939, 8693, 7790, 8317, 7573, 9165, 7271, 9211, 10393, 8237, 13096, 8104, 11706, 7977, 10729, 7935, 10708, 7601, 10979, 8080, 11059, 7932, 11380, 8194, 9244, 7969, 8749, 7947, 13424, 7463, 11597, 7680, 8032, 8275, 7464, 7887, 8636, 9678, 8169, 9122, 11395, 9123, 12556, 8681, 12316, 10480, 11850, 9086, 10050, 8022, 9702, 8011, 8654, 7708, 9193, 8141, 9104, 7428, 9263, 8325, 7154, 8580, 8140, 10499, 8124, 11513, 8670, 9054, 8662, 10308, 8494, 13289, 8372, 10137, 8500, 7348, 8318, 8333, 8362, 7491, 8465, 7722, 8939, 10299, 8375, 9699, 8490, 9720, 8224, 12079, 8170, 9687, 8355, 8033, 7978, 7103, 7908, 8188, 9110, 7941, 10475, 8141, 10338, 7830, 9061, 10059, 8056, 12379, 7701, 11671, 7181, 10120, 7102, 8770, 7203, 8032, 9053, 7745, 12098, 7387, 9483, 7367, 8572, 7740, 7993, 13192, 7690, 11516], 'WindowCenter': [3911.0, 3864.0, 3871.0, 3846.0, 3843.0, 3833.0, 3844.0, 3863.0, 3844.0, 3851.0, 3831.0, 3840.0, 3832.0, 3850.0, 3832.0, 3841.0, 3831.0, 3839.0, 3830.0, 3841.0, 3832.0, 3829.0, 3831.0, 3840.0, 3830.0, 3830.0, 3844.0, 3845.0, 3853.0, 3845.0, 3864.0, 3834.0, 3843.0, 3847.0, 3845.0, 3854.0, 3846.0, 3853.0, 3833.0, 3855.0, 3833.0, 3832.0, 3822.0, 3831.0, 3819.0, 3832.0, 3853.0, 3832.0, 3853.0, 3832.0, 3830.0, 3833.0, 3844.0, 3831.0, 3845.0, 3832.0, 3832.0, 3823.0, 3845.0, 3854.0, 3846.0, 3866.0, 3844.0, 3854.0, 3846.0, 3845.0, 3835.0, 3843.0, 3832.0, 3832.0, 3832.0, 3856.0, 3842.0, 3832.0, 3863.0, 3832.0, 3842.0, 3832.0, 3831.0, 3833.0, 3831.0, 3821.0, 3832.0, 3841.0, 3830.0, 3862.0, 3831.0, 3839.0, 3829.0, 3831.0, 3828.0, 3828.0, 3860.0, 3817.0, 3826.0, 3817.0, 3814.0, 3816.0, 3827.0, 3803.0, 3828.0, 3817.0, 3817.0, 3850.0, 3830.0, 3850.0, 3830.0, 3851.0, 3830.0, 3839.0, 3831.0, 3843.0, 3831.0, 3843.0, 3831.0, 3830.0, 3863.0, 3832.0, 3852.0, 3830.0, 3840.0, 3818.0, 3818.0, 3828.0, 3817.0, 3849.0, 3829.0, 3819.0, 3829.0, 3841.0, 3832.0, 3851.0, 3832.0, 3841.0, 3829.0, 3829.0, 3820.0, 3829.0, 3840.0, 3831.0, 3839.0, 3829.0, 3838.0, 3819.0, 3838.0, 3828.0, 3817.0, 3816.0, 3827.0, 3819.0, 3831.0, 3849.0, 3832.0, 3837.0, 3818.0, 3839.0, 3831.0, 3828.0, 3828.0, 3829.0, 3831.0, 3830.0, 3820.0, 3833.0, 3851.0, 3830.0, 3864.0, 3831.0, 3852.0, 3835.0, 3841.0, 3845.0, 3844.0, 3835.0, 3845.0, 3835.0, 3845.0, 3837.0, 3845.0, 3810.0, 3864.0, 3846.0, 3836.0, 3846.0, 3844.0, 3854.0, 3834.0, 3882.0, 3848.0, 3858.0, 3857.0, 3846.0, 3867.0, 3865.0, 3844.0, 3865.0, 3841.0, 3850.0, 3817.0, 3817.0, 3819.0, 3829.0, 3839.0, 3815.0, 3805.0, 3817.0, 3828.0, 3829.0, 3832.0, 3845.0, 3822.0, 3833.0, 3862.0, 3845.0, 3842.0, 3832.0, 3853.0, 3833.0, 3854.0, 3845.0, 3853.0, 3841.0, 3830.0, 3839.0, 3818.0, 3849.0, 3830.0, 3838.0, 3817.0, 3826.0, 3816.0, 3816.0, 3836.0, 3817.0, 3837.0, 3816.0, 3826.0, 3817.0, 3840.0, 3828.0, 3828.0, 3818.0, 3828.0, 3820.0, 3841.0, 3830.0, 3809.0, 3853.0, 3846.0, 3869.0, 3847.0, 3844.0, 3846.0, 3866.0, 3853.0, 3831.0, 3850.0, 3819.0, 3848.0, 3804.0, 3826.0, 3815.0, 3816.0, 3847.0, 3816.0, 3826.0, 3815.0, 3837.0, 3831.0, 3838.0, 3821.0, 3829.0, 3830.0, 3822.0, 3858.0, 3866.0, 3848.0, 3865.0, 3833.0, 3864.0, 3836.0, 3844.0, 3853.0, 3831.0, 3841.0, 3831.0, 3862.0, 3833.0, 3862.0, 3834.0, 3852.0, 3821.0, 3839.0, 3832.0, 3841.0, 3829.0, 3841.0, 3818.0, 3829.0, 3818.0, 3844.0, 3831.0, 3832.0, 3830.0, 3831.0, 3831.0, 3833.0, 3866.0, 3834.0, 3865.0, 3834.0, 3853.0, 3832.0, 3843.0, 3834.0, 3854.0, 3831.0, 3845.0, 3846.0, 3847.0, 3855.0, 3831.0, 3865.0, 3834.0, 3853.0, 3832.0, 3842.0, 3831.0, 3840.0, 3819.0, 3840.0, 3821.0, 3831.0, 3819.0, 3830.0, 3841.0, 3833.0, 3864.0, 3832.0, 3850.0, 3819.0, 3838.0, 3830.0, 3829.0, 3818.0, 3829.0, 3807.0, 3817.0, 3818.0, 3829.0, 3838.0, 3828.0, 3827.0, 3818.0, 3831.0, 3829.0, 3819.0, 3827.0, 3830.0, 3808.0, 3817.0, 3819.0, 3823.0, 3849.0, 3861.0, 3838.0, 3833.0, 3831.0, 3818.0, 3828.0, 3818.0, 3829.0, 3816.0, 3827.0, 3814.0, 3821.0, 3813.0, 3810.0, 3788.0, 3810.0, 3798.0, 3787.0, 3799.0, 3818.0, 3796.0, 3785.0, 3773.0, 3797.0, 3798.0, 3798.0, 3807.0, 3787.0, 3820.0, 3788.0, 3807.0, 3785.0, 3827.0, 3785.0, 3788.0, 3799.0, 3811.0, 3822.0, 3813.0, 3815.0, 3824.0, 3817.0, 3827.0, 3828.0, 3818.0, 3839.0, 3831.0, 3841.0, 3844.0, 3820.0, 3845.0, 3830.0, 3850.0, 3833.0, 3822.0, 3831.0, 3821.0, 3843.0, 3834.0, 3853.0, 3823.0, 3855.0, 3846.0, 3835.0, 3836.0, 3836.0, 3835.0, 3846.0, 3837.0, 3839.0, 3857.0, 3846.0, 3824.0, 3843.0, 3832.0, 3821.0, 3845.0, 3879.0, 3865.0, 3845.0, 3864.0, 3832.0, 3841.0, 3833.0, 3838.0, 3831.0, 3864.0, 3832.0, 3844.0, 3844.0, 3845.0, 3868.0, 3834.0, 3863.0, 3839.0, 3849.0, 3830.0, 3825.0, 3813.0, 3814.0, 3813.0, 3805.0, 3816.0, 3816.0, 3827.0, 3819.0, 3830.0, 3818.0, 3829.0, 3830.0, 3842.0, 3820.0, 3841.0, 3843.0, 3822.0, 3831.0, 3843.0, 3866.0, 3835.0, 3846.0, 3859.0, 3860.0, 3883.0, 3870.0, 3858.0, 3823.0, 3771.0, 3805.0, 3920.0, 3903.0, 3846.0, 3842.0, 3817.0, 3827.0, 3827.0, 3836.0, 3816.0, 3829.0, 3839.0, 3830.0, 3821.0, 3841.0, 3829.0, 3853.0, 3839.0, 3839.0, 3817.0, 3835.0, 3815.0, 3805.0, 3826.0, 3803.0, 3849.0, 3830.0, 3832.0, 3843.0, 3834.0, 3823.0, 3843.0, 3843.0, 3865.0, 3833.0, 3839.0, 3816.0, 3837.0, 3819.0, 3823.0, 3854.0, 3833.0, 3852.0, 3830.0, 3854.0, 3831.0, 3853.0, 3834.0, 3862.0, 3832.0, 3851.0, 3831.0, 3851.0, 3833.0, 3853.0, 3831.0, 3849.0, 3830.0, 3851.0, 3828.0, 3829.0, 3838.0, 3827.0, 3827.0, 3828.0, 3835.0, 3842.0, 3835.0, 3815.0, 3837.0, 3828.0, 3826.0, 3839.0, 3839.0, 3841.0, 3819.0, 3842.0, 3851.0, 3853.0, 3853.0, 3843.0, 3841.0, 3829.0, 3826.0, 3805.0, 3825.0, 3831.0, 3841.0, 3831.0, 3855.0, 3844.0, 3855.0, 3858.0, 3868.0, 3844.0, 3866.0, 3856.0, 3868.0, 3853.0, 3869.0, 3864.0, 3842.0, 3865.0, 3850.0, 3847.0, 3850.0, 3850.0, 3827.0, 3814.0, 3814.0, 3824.0, 3814.0, 3837.0, 3817.0, 3836.0, 3829.0, 3850.0, 3816.0, 3836.0, 3815.0, 3817.0, 3827.0, 3827.0, 3826.0, 3814.0, 3814.0, 3848.0, 3816.0, 3826.0, 3814.0, 3814.0, 3824.0, 3827.0, 3814.0, 3814.0, 3814.0, 3825.0, 3837.0, 3829.0, 3819.0, 3818.0, 3818.0, 3808.0, 3816.0, 3820.0, 3819.0, 3826.0, 3827.0, 3840.0, 3853.0, 3808.0, 3876.0, 3863.0, 3849.0, 3854.0, 3815.0, 3812.0, 3801.0, 3809.0, 3788.0, 3798.0, 3785.0, 3774.0, 3786.0, 3813.0, 3815.0, 3827.0, 3818.0, 3841.0, 3830.0, 3844.0, 3831.0, 3844.0, 3831.0, 3832.0, 3841.0, 3831.0, 3844.0, 3844.0, 3841.0, 3821.0, 3830.0, 3820.0, 3819.0, 3830.0, 3832.0, 3843.0, 3831.0, 3831.0, 3829.0, 3820.0, 3840.0, 3830.0, 3841.0, 3833.0, 3853.0, 3831.0, 3842.0, 3831.0, 3851.0, 3821.0, 3841.0, 3842.0, 3839.0, 3817.0, 3827.0, 3830.0, 3859.0, 3847.0, 3832.0, 3820.0, 3817.0, 3817.0, 3825.0, 3816.0, 3826.0, 3817.0, 3842.0, 3834.0, 3828.0, 3820.0, 3843.0, 3818.0, 3830.0, 3850.0, 3819.0, 3838.0, 3805.0, 3825.0, 3817.0, 3827.0, 3817.0, 3828.0, 3818.0, 3817.0, 3816.0, 3817.0, 3816.0, 3817.0, 3817.0, 3816.0, 3817.0, 3829.0, 3830.0, 3841.0, 3831.0, 3840.0, 3817.0, 3827.0, 3818.0, 3816.0, 3828.0, 3818.0, 3826.0, 3817.0, 3854.0, 3815.0, 3835.0, 3831.0, 3816.0, 3816.0, 3807.0, 3818.0, 3818.0, 3831.0, 3832.0, 3829.0, 3817.0, 3829.0, 3842.0, 3839.0, 3832.0, 3833.0, 3843.0, 3847.0, 3846.0, 3855.0, 3844.0, 3863.0, 3833.0, 3864.0, 3862.0, 3852.0, 3839.0, 3827.0, 3816.0, 3827.0, 3828.0, 3850.0, 3816.0, 3836.0, 3815.0, 3836.0, 3829.0, 3838.0, 3830.0, 3816.0, 3815.0, 3815.0, 3814.0, 3828.0, 3827.0, 3816.0, 3827.0, 3816.0, 3815.0, 3805.0, 3827.0, 3827.0, 3815.0, 3817.0, 3828.0, 3816.0, 3828.0, 3830.0, 3842.0, 3840.0, 3843.0, 3821.0, 3831.0, 3820.0, 3845.0, 3843.0, 3830.0, 3834.0, 3843.0, 3831.0, 3840.0, 3845.0, 3864.0, 3845.0, 3854.0, 3832.0, 3863.0, 3832.0, 3852.0, 3850.0, 3819.0, 3851.0, 3818.0, 3847.0, 3828.0, 3837.0, 3817.0, 3839.0, 3818.0, 3827.0, 3830.0, 3829.0, 3829.0, 3830.0, 3830.0, 3829.0, 3829.0, 3830.0, 3831.0, 3829.0, 3831.0, 3830.0, 3828.0, 3817.0, 3852.0, 3828.0, 3838.0, 3819.0, 3818.0, 3829.0, 3830.0, 3828.0, 3817.0, 3830.0, 3830.0, 3842.0, 3843.0, 3852.0, 3831.0, 3841.0, 3828.0, 3829.0, 3855.0, 3844.0, 3866.0, 3845.0, 3852.0, 3831.0, 3841.0, 3840.0, 3829.0, 3838.0, 3817.0, 3860.0, 3817.0, 3834.0, 3814.0, 3823.0, 3802.0, 3812.0, 3802.0, 3813.0, 3811.0, 3799.0, 3820.0, 3800.0, 3809.0, 3813.0, 3811.0, 3812.0, 3815.0, 3814.0, 3803.0, 3829.0, 3860.0, 3829.0, 3849.0, 3828.0, 3837.0, 3828.0, 3863.0, 3830.0, 3849.0, 3830.0, 3838.0, 3815.0, 3826.0, 3817.0, 3817.0, 3816.0, 3816.0, 3815.0, 3815.0, 3807.0, 3832.0, 3820.0, 3831.0, 3842.0, 3852.0, 3830.0, 3864.0, 3845.0, 3853.0, 3832.0, 3851.0, 3817.0, 3816.0, 3815.0, 3818.0, 3816.0, 3828.0, 3850.0, 3828.0, 3830.0, 3852.0, 3843.0, 3850.0, 3816.0, 3826.0, 3814.0, 3836.0, 3816.0, 3815.0, 3814.0, 3813.0, 3836.0, 3834.0, 3834.0, 3820.0, 3797.0, 3786.0, 3806.0, 3798.0, 3819.0, 3798.0, 3807.0, 3785.0, 3805.0, 3786.0, 3806.0, 3797.0, 3822.0, 3800.0, 3810.0, 3799.0, 3800.0, 3799.0, 3820.0, 3801.0, 3835.0, 3801.0, 3820.0, 3801.0, 3810.0, 3801.0, 3813.0, 3814.0, 3826.0, 3816.0, 3815.0, 3816.0, 3815.0, 3817.0, 3848.0, 3817.0, 3836.0, 3815.0, 3824.0, 3816.0, 3827.0, 3816.0, 3828.0, 3819.0, 3829.0, 3820.0, 3840.0, 3818.0, 3839.0, 3839.0, 3829.0, 3860.0, 3830.0, 3851.0, 3831.0, 3850.0, 3832.0, 3851.0, 3831.0, 3852.0, 3834.0, 3863.0, 3833.0, 3866.0, 3846.0, 3855.0, 3834.0, 3843.0, 3845.0, 3874.0, 3833.0, 3852.0, 3832.0, 3832.0, 3832.0, 3833.0, 3833.0, 3847.0, 3868.0, 3845.0, 3857.0, 3866.0, 3844.0, 3865.0, 3843.0, 3864.0, 3841.0, 3850.0, 3829.0, 3827.0, 3818.0, 3827.0, 3816.0, 3815.0, 3804.0, 3824.0, 3804.0, 3825.0, 3819.0, 3840.0, 3831.0, 3823.0, 3846.0, 3846.0, 3854.0, 3834.0, 3864.0, 3846.0, 3844.0, 3832.0, 3841.0, 3832.0, 3863.0, 3831.0, 3840.0, 3829.0, 3807.0, 3831.0, 3831.0, 3830.0, 3819.0, 3829.0, 3818.0, 3842.0, 3851.0, 3830.0, 3839.0, 3829.0, 3826.0, 3830.0, 3861.0, 3831.0, 3840.0, 3829.0, 3818.0, 3832.0, 3821.0, 3832.0, 3832.0, 3841.0, 3832.0, 3852.0, 3846.0, 3853.0, 3819.0, 3843.0, 3840.0, 3818.0, 3850.0, 3832.0, 3848.0, 3808.0, 3839.0, 3819.0, 3830.0, 3818.0, 3830.0, 3841.0, 3830.0, 3861.0, 3820.0, 3840.0, 3820.0, 3831.0, 3831.0, 3832.0, 3861.0, 3832.0, 3852.0], 'WindowWidth': [8758.0, 8678.0, 8680.0, 8639.0, 8629.0, 8618.0, 8631.0, 8657.0, 8630.0, 8637.0, 8608.0, 8618.0, 8610.0, 8633.0, 8612.0, 8622.0, 8608.0, 8615.0, 8605.0, 8622.0, 8612.0, 8603.0, 8607.0, 8617.0, 8605.0, 8604.0, 8632.0, 8634.0, 8643.0, 8633.0, 8658.0, 8615.0, 8628.0, 8637.0, 8632.0, 8645.0, 8636.0, 8642.0, 8613.0, 8646.0, 8613.0, 8609.0, 8596.0, 8607.0, 8589.0, 8613.0, 8641.0, 8612.0, 8640.0, 8611.0, 8606.0, 8615.0, 8628.0, 8609.0, 8634.0, 8611.0, 8610.0, 8601.0, 8634.0, 8645.0, 8636.0, 8662.0, 8630.0, 8643.0, 8635.0, 8631.0, 8617.0, 8625.0, 8610.0, 8610.0, 8610.0, 8646.0, 8625.0, 8609.0, 8654.0, 8609.0, 8624.0, 8611.0, 8607.0, 8614.0, 8609.0, 8595.0, 8611.0, 8622.0, 8604.0, 8654.0, 8607.0, 8614.0, 8600.0, 8605.0, 8598.0, 8597.0, 8645.0, 8582.0, 8593.0, 8581.0, 8574.0, 8580.0, 8597.0, 8561.0, 8600.0, 8582.0, 8582.0, 8632.0, 8607.0, 8632.0, 8604.0, 8635.0, 8605.0, 8614.0, 8609.0, 8629.0, 8610.0, 8628.0, 8609.0, 8608.0, 8655.0, 8613.0, 8637.0, 8605.0, 8618.0, 8586.0, 8585.0, 8600.0, 8583.0, 8630.0, 8603.0, 8587.0, 8601.0, 8622.0, 8612.0, 8635.0, 8610.0, 8622.0, 8602.0, 8602.0, 8594.0, 8602.0, 8619.0, 8607.0, 8616.0, 8599.0, 8614.0, 8589.0, 8611.0, 8601.0, 8583.0, 8581.0, 8597.0, 8592.0, 8607.0, 8632.0, 8611.0, 8613.0, 8585.0, 8613.0, 8609.0, 8601.0, 8599.0, 8603.0, 8606.0, 8604.0, 8592.0, 8612.0, 8634.0, 8607.0, 8657.0, 8609.0, 8637.0, 8619.0, 8622.0, 8630.0, 8629.0, 8621.0, 8635.0, 8618.0, 8631.0, 8627.0, 8632.0, 8578.0, 8660.0, 8637.0, 8625.0, 8636.0, 8633.0, 8643.0, 8616.0, 8695.0, 8641.0, 8652.0, 8653.0, 8634.0, 8664.0, 8660.0, 8630.0, 8661.0, 8620.0, 8630.0, 8581.0, 8582.0, 8588.0, 8601.0, 8616.0, 8577.0, 8563.0, 8580.0, 8600.0, 8603.0, 8614.0, 8633.0, 8598.0, 8614.0, 8652.0, 8632.0, 8624.0, 8609.0, 8639.0, 8614.0, 8644.0, 8633.0, 8639.0, 8619.0, 8603.0, 8613.0, 8584.0, 8632.0, 8604.0, 8613.0, 8583.0, 8591.0, 8581.0, 8580.0, 8605.0, 8582.0, 8609.0, 8579.0, 8595.0, 8583.0, 8617.0, 8600.0, 8598.0, 8586.0, 8596.0, 8592.0, 8621.0, 8607.0, 8574.0, 8640.0, 8636.0, 8674.0, 8639.0, 8632.0, 8636.0, 8666.0, 8637.0, 8607.0, 8632.0, 8588.0, 8626.0, 8562.0, 8592.0, 8578.0, 8581.0, 8624.0, 8581.0, 8592.0, 8577.0, 8610.0, 8607.0, 8614.0, 8597.0, 8604.0, 8607.0, 8599.0, 8655.0, 8663.0, 8642.0, 8661.0, 8615.0, 8656.0, 8623.0, 8628.0, 8638.0, 8608.0, 8620.0, 8605.0, 8651.0, 8614.0, 8651.0, 8616.0, 8636.0, 8592.0, 8615.0, 8611.0, 8623.0, 8602.0, 8621.0, 8587.0, 8601.0, 8587.0, 8630.0, 8608.0, 8609.0, 8607.0, 8609.0, 8608.0, 8614.0, 8664.0, 8616.0, 8659.0, 8618.0, 8638.0, 8610.0, 8624.0, 8617.0, 8644.0, 8611.0, 8633.0, 8636.0, 8639.0, 8646.0, 8608.0, 8662.0, 8617.0, 8642.0, 8614.0, 8624.0, 8609.0, 8618.0, 8590.0, 8620.0, 8594.0, 8610.0, 8590.0, 8606.0, 8622.0, 8613.0, 8657.0, 8612.0, 8633.0, 8588.0, 8612.0, 8604.0, 8603.0, 8585.0, 8602.0, 8568.0, 8582.0, 8589.0, 8601.0, 8614.0, 8602.0, 8598.0, 8586.0, 8610.0, 8604.0, 8591.0, 8596.0, 8602.0, 8567.0, 8579.0, 8588.0, 8596.0, 8645.0, 8665.0, 8629.0, 8612.0, 8607.0, 8584.0, 8594.0, 8580.0, 8600.0, 8577.0, 8593.0, 8571.0, 8578.0, 8569.0, 8563.0, 8528.0, 8561.0, 8539.0, 8525.0, 8542.0, 8571.0, 8536.0, 8516.0, 8499.0, 8537.0, 8540.0, 8542.0, 8552.0, 8526.0, 8573.0, 8527.0, 8550.0, 8519.0, 8580.0, 8520.0, 8530.0, 8546.0, 8566.0, 8581.0, 8574.0, 8577.0, 8589.0, 8584.0, 8598.0, 8598.0, 8585.0, 8616.0, 8608.0, 8619.0, 8628.0, 8591.0, 8631.0, 8603.0, 8632.0, 8613.0, 8595.0, 8607.0, 8592.0, 8627.0, 8618.0, 8641.0, 8598.0, 8645.0, 8635.0, 8621.0, 8620.0, 8618.0, 8616.0, 8635.0, 8624.0, 8629.0, 8651.0, 8633.0, 8602.0, 8624.0, 8607.0, 8594.0, 8632.0, 8685.0, 8656.0, 8631.0, 8659.0, 8610.0, 8619.0, 8613.0, 8610.0, 8605.0, 8656.0, 8612.0, 8629.0, 8630.0, 8634.0, 8672.0, 8616.0, 8655.0, 8613.0, 8624.0, 8601.0, 8589.0, 8570.0, 8573.0, 8572.0, 8563.0, 8579.0, 8580.0, 8596.0, 8589.0, 8604.0, 8586.0, 8602.0, 8606.0, 8623.0, 8590.0, 8619.0, 8626.0, 8598.0, 8608.0, 8628.0, 8664.0, 8621.0, 8637.0, 8660.0, 8662.0, 8699.0, 8674.0, 8656.0, 8582.0, 8490.0, 8557.0, 8769.0, 8747.0, 8638.0, 8625.0, 8582.0, 8594.0, 8596.0, 8608.0, 8582.0, 8601.0, 8616.0, 8605.0, 8595.0, 8620.0, 8602.0, 8640.0, 8613.0, 8614.0, 8582.0, 8601.0, 8576.0, 8562.0, 8595.0, 8558.0, 8630.0, 8608.0, 8615.0, 8627.0, 8618.0, 8601.0, 8626.0, 8627.0, 8661.0, 8612.0, 8616.0, 8581.0, 8609.0, 8587.0, 8599.0, 8643.0, 8612.0, 8638.0, 8606.0, 8641.0, 8608.0, 8641.0, 8617.0, 8650.0, 8613.0, 8635.0, 8611.0, 8633.0, 8613.0, 8639.0, 8608.0, 8631.0, 8604.0, 8639.0, 8602.0, 8602.0, 8612.0, 8597.0, 8595.0, 8599.0, 8607.0, 8623.0, 8604.0, 8577.0, 8610.0, 8598.0, 8594.0, 8616.0, 8619.0, 8621.0, 8592.0, 8625.0, 8635.0, 8642.0, 8640.0, 8627.0, 8623.0, 8602.0, 8591.0, 8565.0, 8592.0, 8610.0, 8624.0, 8609.0, 8647.0, 8630.0, 8647.0, 8657.0, 8668.0, 8631.0, 8664.0, 8650.0, 8668.0, 8643.0, 8672.0, 8661.0, 8625.0, 8665.0, 8630.0, 8625.0, 8630.0, 8633.0, 8597.0, 8575.0, 8576.0, 8589.0, 8576.0, 8609.0, 8584.0, 8610.0, 8604.0, 8634.0, 8582.0, 8610.0, 8579.0, 8582.0, 8598.0, 8596.0, 8597.0, 8576.0, 8576.0, 8629.0, 8579.0, 8594.0, 8576.0, 8574.0, 8587.0, 8599.0, 8576.0, 8575.0, 8576.0, 8594.0, 8614.0, 8605.0, 8592.0, 8591.0, 8591.0, 8577.0, 8583.0, 8594.0, 8592.0, 8597.0, 8594.0, 8618.0, 8641.0, 8571.0, 8683.0, 8657.0, 8631.0, 8642.0, 8577.0, 8566.0, 8549.0, 8556.0, 8527.0, 8539.0, 8519.0, 8503.0, 8523.0, 8570.0, 8576.0, 8597.0, 8586.0, 8619.0, 8603.0, 8629.0, 8605.0, 8630.0, 8609.0, 8611.0, 8621.0, 8608.0, 8627.0, 8628.0, 8620.0, 8594.0, 8603.0, 8589.0, 8586.0, 8604.0, 8608.0, 8626.0, 8608.0, 8607.0, 8603.0, 8592.0, 8618.0, 8606.0, 8622.0, 8614.0, 8641.0, 8608.0, 8622.0, 8606.0, 8632.0, 8594.0, 8622.0, 8622.0, 8616.0, 8582.0, 8594.0, 8604.0, 8657.0, 8640.0, 8610.0, 8587.0, 8579.0, 8579.0, 8587.0, 8578.0, 8590.0, 8580.0, 8623.0, 8612.0, 8598.0, 8589.0, 8623.0, 8584.0, 8599.0, 8629.0, 8586.0, 8609.0, 8561.0, 8589.0, 8578.0, 8593.0, 8582.0, 8595.0, 8581.0, 8579.0, 8578.0, 8581.0, 8577.0, 8581.0, 8581.0, 8578.0, 8581.0, 8599.0, 8603.0, 8620.0, 8606.0, 8615.0, 8582.0, 8594.0, 8582.0, 8579.0, 8598.0, 8583.0, 8592.0, 8581.0, 8643.0, 8575.0, 8600.0, 8605.0, 8578.0, 8579.0, 8567.0, 8584.0, 8586.0, 8606.0, 8609.0, 8602.0, 8579.0, 8600.0, 8622.0, 8611.0, 8611.0, 8615.0, 8626.0, 8638.0, 8635.0, 8644.0, 8627.0, 8654.0, 8612.0, 8657.0, 8649.0, 8638.0, 8612.0, 8593.0, 8579.0, 8595.0, 8598.0, 8631.0, 8580.0, 8605.0, 8576.0, 8607.0, 8600.0, 8612.0, 8607.0, 8581.0, 8577.0, 8576.0, 8575.0, 8601.0, 8595.0, 8580.0, 8595.0, 8577.0, 8576.0, 8562.0, 8597.0, 8598.0, 8578.0, 8584.0, 8598.0, 8579.0, 8598.0, 8606.0, 8623.0, 8619.0, 8628.0, 8593.0, 8605.0, 8589.0, 8631.0, 8625.0, 8603.0, 8614.0, 8625.0, 8605.0, 8618.0, 8631.0, 8654.0, 8631.0, 8642.0, 8609.0, 8652.0, 8609.0, 8638.0, 8629.0, 8588.0, 8632.0, 8584.0, 8623.0, 8601.0, 8609.0, 8583.0, 8615.0, 8586.0, 8596.0, 8604.0, 8602.0, 8601.0, 8603.0, 8604.0, 8602.0, 8601.0, 8607.0, 8608.0, 8602.0, 8609.0, 8605.0, 8600.0, 8581.0, 8638.0, 8599.0, 8612.0, 8589.0, 8585.0, 8599.0, 8605.0, 8598.0, 8583.0, 8603.0, 8603.0, 8625.0, 8628.0, 8638.0, 8608.0, 8621.0, 8599.0, 8604.0, 8649.0, 8632.0, 8664.0, 8634.0, 8636.0, 8605.0, 8619.0, 8616.0, 8602.0, 8612.0, 8581.0, 8651.0, 8582.0, 8602.0, 8574.0, 8584.0, 8554.0, 8567.0, 8552.0, 8570.0, 8567.0, 8547.0, 8575.0, 8549.0, 8561.0, 8570.0, 8566.0, 8571.0, 8579.0, 8577.0, 8560.0, 8604.0, 8646.0, 8602.0, 8629.0, 8600.0, 8610.0, 8601.0, 8654.0, 8606.0, 8630.0, 8606.0, 8612.0, 8578.0, 8593.0, 8584.0, 8583.0, 8578.0, 8580.0, 8577.0, 8579.0, 8569.0, 8611.0, 8592.0, 8607.0, 8624.0, 8638.0, 8606.0, 8657.0, 8632.0, 8638.0, 8611.0, 8635.0, 8582.0, 8578.0, 8573.0, 8582.0, 8578.0, 8599.0, 8631.0, 8598.0, 8604.0, 8636.0, 8626.0, 8635.0, 8580.0, 8590.0, 8572.0, 8609.0, 8577.0, 8576.0, 8572.0, 8570.0, 8607.0, 8599.0, 8603.0, 8573.0, 8540.0, 8523.0, 8550.0, 8544.0, 8572.0, 8541.0, 8553.0, 8521.0, 8547.0, 8525.0, 8551.0, 8543.0, 8582.0, 8550.0, 8562.0, 8546.0, 8546.0, 8546.0, 8575.0, 8553.0, 8604.0, 8552.0, 8576.0, 8552.0, 8563.0, 8552.0, 8570.0, 8575.0, 8594.0, 8580.0, 8580.0, 8581.0, 8578.0, 8582.0, 8626.0, 8584.0, 8605.0, 8576.0, 8588.0, 8581.0, 8595.0, 8580.0, 8601.0, 8587.0, 8601.0, 8589.0, 8618.0, 8585.0, 8614.0, 8617.0, 8601.0, 8644.0, 8607.0, 8633.0, 8607.0, 8631.0, 8612.0, 8634.0, 8609.0, 8637.0, 8616.0, 8652.0, 8614.0, 8662.0, 8639.0, 8646.0, 8616.0, 8626.0, 8631.0, 8671.0, 8615.0, 8638.0, 8611.0, 8610.0, 8611.0, 8615.0, 8613.0, 8638.0, 8671.0, 8633.0, 8651.0, 8666.0, 8631.0, 8660.0, 8628.0, 8660.0, 8620.0, 8634.0, 8598.0, 8595.0, 8584.0, 8596.0, 8582.0, 8576.0, 8560.0, 8588.0, 8560.0, 8589.0, 8591.0, 8621.0, 8610.0, 8603.0, 8638.0, 8635.0, 8643.0, 8618.0, 8657.0, 8636.0, 8629.0, 8610.0, 8621.0, 8609.0, 8656.0, 8606.0, 8618.0, 8599.0, 8569.0, 8608.0, 8607.0, 8606.0, 8589.0, 8602.0, 8586.0, 8626.0, 8637.0, 8605.0, 8616.0, 8599.0, 8594.0, 8605.0, 8648.0, 8606.0, 8618.0, 8602.0, 8586.0, 8612.0, 8596.0, 8610.0, 8609.0, 8622.0, 8609.0, 8636.0, 8636.0, 8641.0, 8591.0, 8625.0, 8618.0, 8587.0, 8632.0, 8611.0, 8626.0, 8573.0, 8616.0, 8589.0, 8603.0, 8587.0, 8607.0, 8624.0, 8607.0, 8647.0, 8592.0, 8620.0, 8593.0, 8609.0, 8609.0, 8610.0, 8650.0, 8613.0, 8638.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.003328727758007118</td></tr>
<tr><td colspan=3>aqi</td><td>0.04586227135231317</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22253921048971</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2408779156010672</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0285156760908283</td></tr>
<tr><td colspan=3>efc</td><td>0.5211</td></tr>
<tr><td colspan=3>fber</td><td>4953.9253</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14723074471310765</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>220</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.572953736654803</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5051256377235407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.356527125634197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7466905708774303</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4121592166589947</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138455</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01004636287689209</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041293468326330185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1124</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.386707833270394</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.2555</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5501</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.6753</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284465.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.3179</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4837</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.0021</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2987.1332</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>705.3087</td></tr>
<tr><td colspan=3>tsnr</td><td>30.86277903802693</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>