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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-02/func/sub-0019_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2148eb761d8fe06642c27c3e8d540624</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:44:18.470000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10363</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7798, -7208, 494, -3, -280, 76, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d32086a4-710b-4f5e-9c40-45efe46ee214||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1098]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['144418.470000', '144418.930000', '144419.390000', '144419.850000', '144420.310000', '144420.770000', '144421.230000', '144421.690000', '144422.150000', '144422.610000', '144423.070000', '144423.530000', '144423.990000', '144424.450000', '144424.910000', '144425.370000', '144425.830000', '144426.290000', '144426.750000', '144427.210000', '144427.670000', '144428.130000', '144428.590000', '144429.050000', '144429.510000', '144429.970000', '144430.430000', '144430.890000', '144431.350000', '144431.810000', '144432.270000', '144432.730000', '144433.190000', '144433.650000', '144434.110000', '144434.570000', '144435.030000', '144435.490000', '144435.950000', '144436.410000', '144436.870000', '144437.330000', '144437.790000', '144438.250000', '144438.710000', '144439.170000', '144439.630000', '144440.090000', '144440.550000', '144441.010000', '144441.470000', '144441.930000', '144442.390000', '144442.850000', '144443.310000', '144443.770000', '144444.230000', '144444.690000', '144445.150000', '144445.610000', '144446.070000', '144446.530000', '144446.990000', '144447.450000', '144447.910000', '144448.370000', '144448.830000', '144449.290000', '144449.750000', '144450.210000', '144450.670000', '144451.130000', '144451.590000', '144452.050000', '144452.510000', '144452.970000', '144453.430000', '144453.890000', '144454.350000', '144454.810000', '144455.270000', '144455.730000', '144456.190000', '144456.650000', '144457.110000', '144457.570000', '144458.030000', '144458.490000', '144458.950000', '144459.410000', '144459.870000', '144500.330000', '144500.790000', '144501.250000', '144501.710000', '144502.170000', '144502.630000', '144503.090000', '144503.550000', '144504.010000', '144504.470000', '144504.930000', '144505.390000', '144505.850000', '144506.310000', '144506.770000', '144507.230000', '144507.690000', '144508.150000', '144508.610000', '144509.070000', '144509.530000', '144509.990000', '144510.450000', '144510.910000', '144511.370000', '144511.830000', '144512.290000', '144512.750000', '144513.210000', '144513.670000', '144514.130000', '144514.590000', '144515.050000', '144515.510000', '144515.970000', '144516.430000', '144516.890000', '144517.350000', '144517.810000', '144518.270000', '144518.730000', '144519.190000', '144519.650000', '144520.110000', '144520.570000', '144521.030000', '144521.490000', '144521.950000', '144522.410000', '144522.870000', '144523.330000', '144523.790000', '144524.250000', '144524.710000', '144525.170000', '144525.630000', '144526.090000', '144526.550000', '144527.010000', '144527.470000', '144527.930000', '144528.390000', '144528.850000', '144529.310000', '144529.770000', '144530.230000', '144530.690000', '144531.150000', '144531.610000', '144532.070000', '144532.530000', '144532.990000', '144533.450000', '144533.910000', '144534.370000', '144534.830000', '144535.290000', '144535.750000', '144536.210000', '144536.670000', '144537.130000', '144537.590000', '144538.050000', '144538.510000', '144538.970000', '144539.430000', '144539.890000', '144540.350000', '144540.810000', '144541.270000', '144541.730000', '144542.190000', '144542.650000', '144543.110000', '144543.570000', '144544.030000', '144544.490000', '144544.950000', '144545.410000', '144545.870000', '144546.330000', '144546.790000', '144547.250000', '144547.710000', '144548.170000', '144548.630000', '144549.090000', '144549.550000', '144550.010000', '144550.470000', '144550.930000', '144551.390000', '144551.850000', '144552.310000', '144552.770000', '144553.230000', '144553.690000', '144554.150000', '144554.610000', '144555.070000', '144555.530000', '144555.990000', '144556.450000', '144556.910000', '144557.370000', '144557.830000', '144558.290000', '144558.750000', '144559.210000', '144559.670000', '144600.130000', '144600.590000', '144601.050000', '144601.510000', '144601.970000', '144602.430000', '144602.890000', '144603.350000', '144603.810000', '144604.270000', '144604.730000', '144605.190000', '144605.650000', '144606.110000', '144606.570000', '144607.030000', '144607.490000', '144607.950000', '144608.410000', '144608.870000', '144609.330000', '144609.790000', '144610.250000', '144610.710000', '144611.170000', '144611.630000', '144612.090000', '144612.550000', '144613.010000', '144613.470000', '144613.930000', '144614.390000', '144614.850000', '144615.310000', '144615.770000', '144616.230000', '144616.690000', '144617.150000', '144617.610000', '144618.070000', '144618.530000', '144618.990000', '144619.450000', '144619.910000', '144620.370000', '144620.830000', '144621.290000', '144621.750000', '144622.210000', '144622.670000', '144623.130000', '144623.590000', '144624.050000', '144624.510000', '144624.970000', '144625.430000', '144625.890000', '144626.350000', '144626.810000', '144627.270000', '144627.730000', '144628.190000', '144628.650000', '144629.110000', '144629.570000', '144630.030000', '144630.490000', '144630.950000', '144631.410000', '144631.870000', '144632.330000', '144632.790000', '144633.250000', '144633.710000', '144634.170000', '144634.630000', '144635.090000', '144635.550000', '144636.010000', '144636.470000', '144636.930000', '144637.390000', '144637.850000', '144638.310000', '144638.770000', '144639.230000', '144639.690000', '144640.150000', '144640.610000', '144641.070000', '144641.530000', '144641.990000', '144642.450000', '144642.910000', '144643.370000', '144643.830000', '144644.290000', '144644.750000', '144645.210000', '144645.670000', '144646.130000', '144646.590000', '144647.050000', '144647.510000', '144647.970000', '144648.430000', '144648.890000', '144649.350000', '144649.810000', '144650.270000', '144650.730000', '144651.190000', '144651.650000', '144652.110000', '144652.570000', '144653.030000', '144653.490000', '144653.950000', '144654.410000', '144654.870000', '144655.330000', '144655.790000', '144656.250000', '144656.710000', '144657.170000', '144657.630000', '144658.090000', '144658.550000', '144659.010000', '144659.470000', '144659.930000', '144700.390000', '144700.850000', '144701.310000', '144701.770000', '144702.230000', '144702.690000', '144703.150000', '144703.610000', '144704.070000', '144704.530000', '144704.990000', '144705.450000', '144705.910000', '144706.370000', '144706.830000', '144707.290000', '144707.750000', '144708.210000', '144708.670000', '144709.130000', '144709.590000', '144710.050000', '144710.510000', '144710.970000', '144711.430000', '144711.890000', '144712.350000', '144712.810000', '144713.270000', '144713.730000', '144714.190000', '144714.650000', '144715.110000', '144715.570000', '144716.030000', '144716.490000', '144716.950000', '144717.410000', '144717.870000', '144718.330000', '144718.790000', '144719.250000', '144719.710000', '144720.170000', '144720.630000', '144721.090000', '144721.550000', '144722.010000', '144722.470000', '144722.930000', '144723.390000', '144723.850000', '144724.310000', '144724.770000', '144725.230000', '144725.690000', '144726.150000', '144726.610000', '144727.070000', '144727.530000', '144727.990000', '144728.450000', '144728.910000', '144729.370000', '144729.830000', '144730.290000', '144730.750000', '144731.210000', '144731.670000', '144732.130000', '144732.590000', '144733.050000', '144733.510000', '144733.970000', '144734.430000', '144734.890000', '144735.350000', '144735.810000', '144736.270000', '144736.730000', '144737.190000', '144737.650000', '144738.110000', '144738.570000', '144739.030000', '144739.490000', '144739.950000', '144740.410000', '144740.870000', '144741.330000', '144741.790000', '144742.250000', '144742.710000', '144743.170000', '144743.630000', '144744.090000', '144744.550000', '144745.010000', '144745.470000', '144745.930000', '144746.390000', '144746.850000', '144747.310000', '144747.770000', '144748.230000', '144748.690000', '144749.150000', '144749.610000', '144750.070000', '144750.530000', '144750.990000', '144751.450000', '144751.910000', '144752.370000', '144752.830000', '144753.290000', '144753.750000', '144754.210000', '144754.670000', '144755.130000', '144755.590000', '144756.050000', '144756.510000', '144756.970000', '144757.430000', '144757.890000', '144758.350000', '144758.810000', '144759.270000', '144759.730000', '144800.190000', '144800.650000', '144801.110000', '144801.570000', '144802.030000', '144802.490000', '144802.950000', '144803.410000', '144803.870000', '144804.330000', '144804.790000', '144805.250000', '144805.710000', '144806.170000', '144806.630000', '144807.090000', '144807.550000', '144808.010000', '144808.470000', '144808.930000', '144809.390000', '144809.850000', '144810.310000', '144810.770000', '144811.230000', '144811.690000', '144812.150000', '144812.610000', '144813.070000', '144813.530000', '144813.990000', '144814.450000', '144814.910000', '144815.370000', '144815.830000', '144816.290000', '144816.750000', '144817.210000', '144817.670000', '144818.130000', '144818.590000', '144819.050000', '144819.510000', '144819.970000', '144820.430000', '144820.890000', '144821.350000', '144821.810000', '144822.270000', '144822.730000', '144823.190000', '144823.650000', '144824.110000', '144824.570000', '144825.030000', '144825.490000', '144825.950000', '144826.410000', '144826.870000', '144827.330000', '144827.790000', '144828.250000', '144828.710000', '144829.170000', '144829.630000', '144830.090000', '144830.550000', '144831.010000', '144831.470000', '144831.930000', '144832.390000', '144832.850000', '144833.310000', '144833.770000', '144834.230000', '144834.690000', '144835.150000', '144835.610000', '144836.070000', '144836.530000', '144836.990000', '144837.450000', '144837.910000', '144838.370000', '144838.830000', '144839.290000', '144839.750000', '144840.210000', '144840.670000', '144841.130000', '144841.590000', '144842.050000', '144842.510000', '144842.970000', '144843.430000', '144843.890000', '144844.350000', '144844.810000', '144845.270000', '144845.730000', '144846.190000', '144846.650000', '144847.110000', '144847.570000', '144848.030000', '144848.490000', '144848.950000', '144849.410000', '144849.870000', '144850.330000', '144850.790000', '144851.250000', '144851.710000', '144852.170000', '144852.630000', '144853.090000', '144853.550000', '144854.010000', '144854.470000', '144854.930000', '144855.390000', '144855.850000', '144856.310000', '144856.770000', '144857.230000', '144857.690000', '144858.150000', '144858.610000', '144859.070000', '144859.530000', '144859.990000', '144900.450000', '144900.910000', '144901.370000', '144901.830000', '144902.290000', '144902.750000', '144903.210000', '144903.670000', '144904.130000', '144904.590000', '144905.050000', '144905.510000', '144905.970000', '144906.430000', '144906.890000', '144907.350000', '144907.810000', '144908.270000', '144908.730000', '144909.190000', '144909.650000', '144910.110000', '144910.570000', '144911.030000', '144911.490000', '144911.950000', '144912.410000', '144912.870000', '144913.330000', '144913.790000', '144914.250000', '144914.710000', '144915.170000', '144915.630000', '144916.090000', '144916.550000', '144917.010000', '144917.470000', '144917.930000', '144918.390000', '144918.850000', '144919.310000', '144919.770000', '144920.230000', '144920.690000', '144921.150000', '144921.610000', '144922.070000', '144922.530000', '144922.990000', '144923.450000', '144923.910000', '144924.370000', '144924.830000', '144925.290000', '144925.750000', '144926.210000', '144926.670000', '144927.130000', '144927.590000', '144928.050000', '144928.510000', '144928.970000', '144929.430000', '144929.890000', '144930.350000', '144930.810000', '144931.270000', '144931.730000', '144932.190000', '144932.650000', '144933.110000', '144933.570000', '144934.030000', '144934.490000', '144934.950000', '144935.410000', '144935.870000', '144936.330000', '144936.790000', '144937.250000', '144937.710000', '144938.170000', '144938.630000', '144939.090000', '144939.550000', '144940.010000', '144940.470000', '144940.930000', '144941.390000', '144941.850000', '144942.310000', '144942.770000', '144943.230000', '144943.690000', '144944.150000', '144944.610000', '144945.070000', '144945.530000', '144945.990000', '144946.450000', '144946.910000', '144947.370000', '144947.830000', '144948.290000', '144948.750000', '144949.210000', '144949.670000', '144950.130000', '144950.590000', '144951.050000', '144951.510000', '144951.970000', '144952.430000', '144952.890000', '144953.350000', '144953.810000', '144954.270000', '144954.730000', '144955.190000', '144955.650000', '144956.110000', '144956.570000', '144957.030000', '144957.490000', '144957.950000', '144958.410000', '144958.870000', '144959.330000', '144959.790000', '145000.250000', '145000.710000', '145001.170000', '145001.630000', '145002.090000', '145002.550000', '145003.010000', '145003.470000', '145003.930000', '145004.390000', '145004.850000', '145005.310000', '145005.770000', '145006.230000', '145006.690000', '145007.150000', '145007.610000', '145008.070000', '145008.530000', '145008.990000', '145009.450000', '145009.910000', '145010.370000', '145010.830000', '145011.290000', '145011.750000', '145012.210000', '145012.670000', '145013.130000', '145013.590000', '145014.050000', '145014.510000', '145014.970000', '145015.430000', '145015.890000', '145016.350000', '145016.810000', '145017.270000', '145017.730000', '145018.190000', '145018.650000', '145019.110000', '145019.570000', '145020.030000', '145020.490000', '145020.950000', '145021.410000', '145021.870000', '145022.330000', '145022.790000', '145023.250000', '145023.710000', '145024.170000', '145024.630000', '145025.090000', '145025.550000', '145026.010000', '145026.470000', '145026.930000', '145027.390000', '145027.850000', '145028.310000', '145028.770000', '145029.230000', '145029.690000', '145030.150000', '145030.610000', '145031.070000', '145031.530000', '145031.990000', '145032.450000', '145032.910000', '145033.370000', '145033.830000', '145034.290000', '145034.750000', '145035.210000', '145035.670000', '145036.130000', '145036.590000', '145037.050000', '145037.510000', '145037.970000', '145038.430000', '145038.890000', '145039.350000', '145039.810000', '145040.270000', '145040.730000', '145041.190000', '145041.650000', '145042.110000', '145042.570000', '145043.030000', '145043.490000', '145043.950000', '145044.410000', '145044.870000', '145045.330000', '145045.790000', '145046.250000', '145046.710000', '145047.170000', '145047.630000', '145048.090000', '145048.550000', '145049.010000', '145049.470000', '145049.930000', '145050.390000', '145050.850000', '145051.310000', '145051.770000', '145052.230000', '145052.690000', '145053.150000', '145053.610000', '145054.070000', '145054.530000', '145054.990000', '145055.450000', '145055.910000', '145056.370000', '145056.830000', '145057.290000', '145057.750000', '145058.210000', '145058.670000', '145059.130000', '145059.590000', '145100.050000', '145100.510000', '145100.970000', '145101.430000', '145101.890000', '145102.350000', '145102.810000', '145103.270000', '145103.730000', '145104.190000', '145104.650000', '145105.110000', '145105.570000', '145106.030000', '145106.490000', '145106.950000', '145107.410000', '145107.870000', '145108.330000', '145108.790000', '145109.250000', '145109.710000', '145110.170000', '145110.630000', '145111.090000', '145111.550000', '145112.010000', '145112.470000', '145112.930000', '145113.390000', '145113.850000', '145114.310000', '145114.770000', '145115.230000', '145115.690000', '145116.150000', '145116.610000', '145117.070000', '145117.530000', '145117.990000', '145118.450000', '145118.910000', '145119.370000', '145119.830000', '145120.290000', '145120.750000', '145121.210000', '145121.670000', '145122.130000', '145122.590000', '145123.050000', '145123.510000', '145123.970000', '145124.430000', '145124.890000', '145125.350000', '145125.810000', '145126.270000', '145126.730000', '145127.190000', '145127.650000', '145128.110000', '145128.570000', '145129.030000', '145129.490000', '145129.950000', '145130.410000', '145130.870000', '145131.330000', '145131.790000', '145132.250000', '145132.710000', '145133.170000', '145133.630000', '145134.090000', '145134.550000', '145135.010000', '145135.470000', '145135.930000', '145136.390000', '145136.850000', '145137.310000', '145137.770000', '145138.230000', '145138.690000', '145139.150000', '145139.610000', '145140.070000', '145140.530000', '145140.990000', '145141.450000', '145141.910000', '145142.370000', '145142.830000', '145143.290000', '145143.750000', '145144.210000', '145144.670000', '145145.130000', '145145.590000', '145146.050000', '145146.510000', '145146.970000', '145147.430000', '145147.890000', '145148.350000', '145148.810000', '145149.270000', '145149.730000', '145150.190000', '145150.650000', '145151.110000', '145151.570000', '145152.030000', '145152.490000', '145152.950000', '145153.410000', '145153.870000', '145154.330000', '145154.790000', '145155.250000', '145155.710000', '145156.170000', '145156.630000', '145157.090000', '145157.550000', '145158.010000', '145158.470000', '145158.930000', '145159.390000', '145159.850000', '145200.310000', '145200.770000', '145201.230000', '145201.690000', '145202.150000', '145202.610000', '145203.070000', '145203.530000', '145203.990000', '145204.450000', '145204.910000', '145205.370000', '145205.830000', '145206.290000', '145206.750000', '145207.210000', '145207.670000', '145208.130000', '145208.590000', '145209.050000', '145209.510000', '145209.970000', '145210.430000', '145210.890000', '145211.350000', '145211.810000', '145212.270000', '145212.730000', '145213.190000', '145213.650000', '145214.110000', '145214.570000', '145215.030000', '145215.490000', '145215.950000', '145216.410000', '145216.870000', '145217.330000', '145217.790000', '145218.250000', '145218.710000', '145219.170000', '145219.630000', '145220.090000', '145220.550000', '145221.010000', '145221.470000', '145221.930000', '145222.390000', '145222.850000', '145223.310000', '145223.770000', '145224.230000', '145224.690000', '145225.150000', '145225.610000', '145226.070000', '145226.530000', '145226.990000', '145227.450000', '145227.910000', '145228.370000', '145228.830000', '145229.290000', '145229.750000', '145230.210000', '145230.670000', '145231.130000', '145231.590000', '145232.050000', '145232.510000', '145232.970000', '145233.430000', '145233.890000', '145234.350000', '145234.810000', '145235.270000', '145235.730000', '145236.190000', '145236.650000', '145237.110000', '145237.570000', '145238.030000', '145238.490000', '145238.950000', '145239.410000', '145239.870000', '145240.330000', '145240.790000', '145241.250000', '145241.710000', '145242.170000', '145242.630000', '145243.090000'], 'ContentTime': ['144444.089000', '144444.093000', '144444.096000', '144444.099000', '144444.102000', '144444.105000', '144444.108000', '144444.111000', '144444.114000', '144444.116000', '144444.119000', '144444.122000', '144444.125000', '144444.128000', '144444.131000', '144444.134000', '144444.137000', '144444.140000', '144444.143000', '144444.146000', '144444.154000', '144444.157000', '144444.160000', '144444.163000', '144444.166000', '144444.169000', '144444.172000', '144444.174000', '144444.177000', '144444.180000', '144444.183000', '144444.186000', '144444.189000', '144444.192000', '144444.195000', '144444.198000', '144444.201000', '144444.203000', '144444.206000', '144444.209000', '144444.212000', '144444.215000', '144444.218000', '144444.221000', '144444.224000', '144444.227000', '144444.229000', '144444.232000', '144444.235000', '144444.238000', '144444.241000', '144444.244000', '144444.247000', '144444.250000', '144444.252000', '144504.068000', '144504.071000', '144504.074000', '144504.077000', '144504.080000', '144504.083000', '144504.086000', '144504.089000', '144504.091000', '144504.094000', '144504.097000', '144504.100000', '144504.103000', '144504.106000', '144504.117000', '144504.120000', '144504.126000', '144504.129000', '144504.133000', '144504.136000', '144504.139000', '144504.142000', '144504.145000', '144504.148000', '144504.150000', '144504.153000', '144504.156000', '144504.159000', '144504.162000', '144504.165000', '144504.168000', '144504.171000', '144504.174000', '144504.177000', '144504.180000', '144504.183000', '144504.185000', '144504.188000', '144504.200000', '144504.203000', '144504.206000', '144504.209000', '144504.212000', '144524.068000', '144524.071000', '144524.074000', '144524.077000', '144524.080000', '144524.082000', '144524.085000', '144524.088000', '144524.091000', '144524.094000', '144524.097000', '144524.100000', '144524.103000', '144524.106000', '144524.109000', '144524.112000', '144524.115000', '144524.118000', '144524.120000', '144524.123000', '144524.126000', '144524.129000', '144524.132000', '144524.135000', '144524.138000', '144524.141000', '144524.143000', '144524.147000', '144524.149000', '144524.152000', '144524.155000', '144524.158000', '144524.161000', '144524.164000', '144524.167000', '144524.170000', '144524.173000', '144524.175000', '144524.178000', '144524.181000', '144524.184000', '144524.187000', '144524.190000', '144524.193000', '144544.067000', '144544.070000', '144544.073000', '144544.076000', '144544.079000', '144544.082000', '144544.085000', '144544.087000', '144544.090000', '144544.093000', '144544.096000', '144544.099000', '144544.102000', '144544.105000', '144544.108000', '144544.111000', '144544.114000', '144544.117000', '144544.120000', '144544.122000', '144544.125000', '144544.128000', '144544.131000', '144544.134000', '144544.137000', '144544.140000', '144544.143000', '144544.146000', '144544.149000', '144544.152000', '144544.155000', '144544.157000', '144544.160000', '144544.163000', '144544.166000', '144544.169000', '144544.172000', '144544.175000', '144544.178000', '144544.181000', '144544.184000', '144544.187000', '144544.190000', '144604.067000', '144604.070000', '144604.078000', '144604.081000', '144604.084000', '144604.087000', '144604.090000', '144604.093000', '144604.096000', '144604.099000', '144604.102000', '144604.105000', '144604.108000', '144604.110000', '144604.114000', '144604.116000', '144604.119000', '144604.122000', '144604.125000', '144604.128000', '144604.131000', '144604.134000', '144604.137000', '144604.140000', '144604.142000', '144604.145000', '144604.148000', '144604.151000', '144604.154000', '144604.157000', '144604.160000', '144604.163000', '144604.166000', '144604.169000', '144604.172000', '144604.175000', '144604.177000', '144604.180000', '144604.183000', '144604.186000', '144604.189000', '144604.192000', '144604.195000', '144604.198000', '144624.067000', '144624.070000', '144624.073000', '144624.076000', '144624.079000', '144624.082000', '144624.085000', '144624.088000', '144624.096000', '144624.099000', '144624.101000', '144624.104000', '144624.107000', '144624.110000', '144624.113000', '144624.116000', '144624.119000', '144624.122000', '144624.125000', '144624.128000', '144624.131000', '144624.134000', '144624.137000', '144624.139000', '144624.142000', '144624.145000', '144624.148000', '144624.151000', '144624.154000', '144624.157000', '144624.160000', '144624.163000', '144624.166000', '144624.169000', '144624.173000', '144624.176000', '144624.179000', '144624.182000', '144624.185000', '144624.188000', '144624.191000', '144624.194000', '144624.197000', '144644.067000', '144644.070000', '144644.073000', '144644.076000', '144644.079000', '144644.082000', '144644.085000', '144644.087000', '144644.090000', '144644.093000', '144644.107000', '144644.110000', '144644.113000', '144644.116000', '144644.118000', '144644.121000', '144644.124000', '144644.127000', '144644.130000', '144644.133000', '144644.136000', '144644.139000', '144644.142000', '144644.145000', '144644.147000', '144644.151000', '144644.153000', '144644.156000', '144644.159000', '144644.162000', '144644.165000', '144644.168000', '144644.171000', '144644.174000', '144644.177000', '144644.180000', '144644.182000', '144644.185000', '144644.188000', '144644.191000', '144644.194000', '144644.197000', '144644.200000', '144644.203000', '144704.067000', '144704.070000', '144704.073000', '144704.076000', '144704.079000', '144704.082000', '144704.085000', '144704.088000', '144704.090000', '144704.093000', '144704.096000', '144704.099000', '144704.102000', '144704.105000', '144704.108000', '144704.111000', '144704.114000', '144704.117000', '144704.120000', '144704.123000', '144704.125000', '144704.128000', '144704.131000', '144704.134000', '144704.137000', '144704.140000', '144704.143000', '144704.146000', '144704.149000', '144704.152000', '144704.155000', '144704.158000', '144704.161000', '144704.164000', '144704.166000', '144704.169000', '144704.172000', '144704.175000', '144704.178000', '144704.181000', '144704.184000', '144704.187000', '144704.190000', '144724.068000', '144724.071000', '144724.074000', '144724.077000', '144724.080000', '144724.083000', '144724.085000', '144724.088000', '144724.091000', '144724.094000', '144724.097000', '144724.100000', '144724.103000', '144724.106000', '144724.109000', '144724.112000', '144724.115000', '144724.118000', '144724.120000', '144724.123000', '144724.126000', '144724.129000', '144724.132000', '144724.135000', '144724.138000', '144724.141000', '144724.144000', '144724.147000', '144724.150000', '144724.153000', '144724.155000', '144724.158000', '144724.161000', '144724.164000', '144724.167000', '144724.170000', '144724.173000', '144724.176000', '144724.179000', '144724.182000', '144724.185000', '144724.188000', '144724.190000', '144724.193000', '144744.068000', '144744.071000', '144744.074000', '144744.077000', '144744.080000', '144744.083000', '144744.086000', '144744.089000', '144744.092000', '144744.095000', '144744.098000', '144744.100000', '144744.103000', '144744.106000', '144744.109000', '144744.112000', '144744.115000', '144744.118000', '144744.121000', '144744.124000', '144744.127000', '144744.129000', '144744.133000', '144744.135000', '144744.138000', '144744.141000', '144744.144000', '144744.147000', '144744.150000', '144744.153000', '144744.156000', '144744.159000', '144744.162000', '144744.165000', '144744.168000', '144744.171000', '144744.174000', '144744.177000', '144744.180000', '144744.182000', '144744.185000', '144744.188000', '144744.191000', '144804.067000', '144804.070000', '144804.073000', '144804.076000', '144804.079000', '144804.082000', '144804.085000', '144804.089000', '144804.092000', '144804.095000', '144804.098000', '144804.101000', '144804.104000', '144804.107000', '144804.109000', '144804.113000', '144804.115000', '144804.118000', '144804.121000', '144804.124000', '144804.127000', '144804.130000', '144804.133000', '144804.136000', '144804.139000', '144804.142000', '144804.145000', '144804.148000', '144804.151000', '144804.153000', '144804.156000', '144804.159000', '144804.162000', '144804.165000', '144804.168000', '144804.171000', '144804.175000', '144804.178000', '144804.181000', '144804.184000', '144804.186000', '144804.189000', '144804.192000', '144824.067000', '144824.070000', '144824.073000', '144824.076000', '144824.079000', '144824.082000', '144824.090000', '144824.093000', '144824.096000', '144824.099000', '144824.102000', '144824.105000', '144824.108000', '144824.111000', '144824.114000', '144824.117000', '144824.120000', '144824.122000', '144824.125000', '144824.128000', '144824.131000', '144824.134000', '144824.137000', '144824.140000', '144824.143000', '144824.146000', '144824.149000', '144824.152000', '144824.154000', '144824.157000', '144824.160000', '144824.163000', '144824.166000', '144824.169000', '144824.172000', '144824.175000', '144824.178000', '144824.181000', '144824.184000', '144824.187000', '144824.190000', '144824.192000', '144824.196000', '144824.198000', '144844.067000', '144844.070000', '144844.073000', '144844.076000', '144844.079000', '144844.082000', '144844.085000', '144844.089000', '144844.092000', '144844.094000', '144844.098000', '144844.101000', '144844.103000', '144844.106000', '144844.109000', '144844.112000', '144844.115000', '144844.118000', '144844.121000', '144844.124000', '144844.127000', '144844.130000', '144844.133000', '144844.136000', '144844.139000', '144844.141000', '144844.144000', '144844.147000', '144844.150000', '144844.153000', '144844.156000', '144844.159000', '144844.162000', '144844.165000', '144844.168000', '144844.171000', '144844.174000', '144844.176000', '144844.180000', '144844.182000', '144844.185000', '144844.188000', '144844.191000', '144904.067000', '144904.070000', '144904.073000', '144904.076000', '144904.079000', '144904.082000', '144904.085000', '144904.088000', '144904.091000', '144904.094000', '144904.097000', '144904.100000', '144904.103000', '144904.106000', '144904.108000', '144904.111000', '144904.114000', '144904.117000', '144904.120000', '144904.123000', '144904.126000', '144904.129000', '144904.132000', '144904.135000', '144904.138000', '144904.141000', '144904.143000', '144904.146000', '144904.149000', '144904.152000', '144904.155000', '144904.158000', '144904.161000', '144904.164000', '144904.167000', '144904.170000', '144904.173000', '144904.176000', '144904.179000', '144904.181000', '144904.184000', '144904.187000', '144904.190000', '144904.193000', '144924.067000', '144924.070000', '144924.073000', '144924.076000', '144924.079000', '144924.082000', '144924.088000', '144924.091000', '144924.094000', '144924.097000', '144924.100000', '144924.103000', '144924.106000', '144924.109000', '144924.112000', '144924.115000', '144924.117000', '144924.121000', '144924.124000', '144924.126000', '144924.129000', '144924.132000', '144924.135000', '144924.138000', '144924.141000', '144924.144000', '144924.147000', '144924.150000', '144924.153000', '144924.156000', '144924.159000', '144924.162000', '144924.165000', '144924.168000', '144924.171000', '144924.173000', '144924.176000', '144924.179000', '144924.182000', '144924.185000', '144924.188000', '144924.191000', '144924.194000', '144944.068000', '144944.071000', '144944.074000', '144944.077000', '144944.080000', '144944.083000', '144944.086000', '144944.088000', '144944.091000', '144944.104000', '144944.107000', '144944.110000', '144944.113000', '144944.116000', '144944.119000', '144944.122000', '144944.125000', '144944.135000', '144944.138000', '144944.141000', '144944.144000', '144944.146000', '144944.149000', '144944.152000', '144944.155000', '144944.158000', '144944.161000', '144944.164000', '144944.167000', '144944.170000', '144944.173000', '144944.176000', '144944.179000', '144944.182000', '144944.184000', '144944.187000', '144944.190000', '144944.193000', '144944.196000', '144944.199000', '144944.202000', '144944.205000', '144944.208000', '144944.211000', '145004.068000', '145004.071000', '145004.074000', '145004.077000', '145004.080000', '145004.083000', '145004.086000', '145004.089000', '145004.092000', '145004.095000', '145004.098000', '145004.101000', '145004.104000', '145004.107000', '145004.110000', '145004.113000', '145004.116000', '145004.119000', '145004.122000', '145004.125000', '145004.128000', '145004.130000', '145004.133000', '145004.136000', '145004.139000', '145004.142000', '145004.145000', '145004.148000', '145004.151000', '145004.154000', '145004.157000', '145004.160000', '145004.163000', '145004.166000', '145004.169000', '145004.172000', '145004.175000', '145004.178000', '145004.181000', '145004.183000', '145004.187000', '145004.190000', '145004.192000', '145024.067000', '145024.070000', '145024.073000', '145024.076000', '145024.079000', '145024.082000', '145024.085000', '145024.088000', '145024.091000', '145024.094000', '145024.097000', '145024.100000', '145024.103000', '145024.106000', '145024.109000', '145024.112000', '145024.115000', '145024.117000', '145024.120000', '145024.123000', '145024.126000', '145024.129000', '145024.132000', '145024.135000', '145024.138000', '145024.141000', '145024.144000', '145024.147000', '145024.150000', '145024.152000', '145024.155000', '145024.159000', '145024.161000', '145024.164000', '145024.167000', '145024.172000', '145024.175000', '145024.178000', '145024.180000', '145024.183000', '145024.186000', '145024.189000', '145024.192000', '145024.195000', '145044.067000', '145044.071000', '145044.073000', '145044.076000', '145044.079000', '145044.082000', '145044.085000', '145044.088000', '145044.091000', '145044.094000', '145044.097000', '145044.100000', '145044.102000', '145044.105000', '145044.108000', '145044.111000', '145044.114000', '145044.117000', '145044.120000', '145044.123000', '145044.128000', '145044.132000', '145044.135000', '145044.138000', '145044.141000', '145044.143000', '145044.146000', '145044.149000', '145044.152000', '145044.155000', '145044.158000', '145044.161000', '145044.164000', '145044.167000', '145044.170000', '145044.173000', '145044.176000', '145044.178000', '145044.181000', '145044.184000', '145044.187000', '145044.190000', '145044.193000', '145104.067000', '145104.070000', '145104.073000', '145104.076000', '145104.079000', '145104.082000', '145104.092000', '145104.095000', '145104.098000', '145104.101000', '145104.104000', '145104.107000', '145104.110000', '145104.113000', '145104.116000', '145104.119000', '145104.122000', '145104.124000', '145104.127000', '145104.130000', '145104.133000', '145104.136000', '145104.139000', '145104.142000', '145104.145000', '145104.148000', '145104.151000', '145104.154000', '145104.165000', '145104.168000', '145104.171000', '145104.174000', '145104.177000', '145104.180000', '145104.183000', '145104.186000', '145104.189000', '145104.192000', '145104.195000', '145104.197000', '145104.200000', '145104.203000', '145104.206000', '145104.209000', '145124.067000', '145124.070000', '145124.073000', '145124.076000', '145124.079000', '145124.083000', '145124.086000', '145124.089000', '145124.092000', '145124.095000', '145124.098000', '145124.101000', '145124.104000', '145124.107000', '145124.110000', '145124.113000', '145124.116000', '145124.119000', '145124.121000', '145124.124000', '145124.127000', '145124.130000', '145124.133000', '145124.136000', '145124.139000', '145124.142000', '145124.145000', '145124.148000', '145124.151000', '145124.154000', '145124.157000', '145124.160000', '145124.163000', '145124.166000', '145124.169000', '145124.172000', '145124.175000', '145124.178000', '145124.181000', '145124.184000', '145124.186000', '145124.189000', '145124.193000', '145144.067000', '145144.070000', '145144.073000', '145144.076000', '145144.079000', '145144.082000', '145144.085000', '145144.088000', '145144.091000', '145144.097000', '145144.100000', '145144.103000', '145144.106000', '145144.109000', '145144.112000', '145144.115000', '145144.118000', '145144.121000', '145144.124000', '145144.127000', '145144.129000', '145144.132000', '145144.135000', '145144.138000', '145144.141000', '145144.144000', '145144.147000', '145144.150000', '145144.153000', '145144.156000', '145144.159000', '145144.162000', '145144.165000', '145144.168000', '145144.171000', '145144.173000', '145144.177000', '145144.180000', '145144.183000', '145144.186000', '145144.189000', '145144.192000', '145144.195000', '145144.197000', '145204.068000', '145204.071000', '145204.074000', '145204.077000', '145204.080000', '145204.083000', '145204.086000', '145204.089000', '145204.092000', '145204.094000', '145204.097000', '145204.100000', '145204.103000', '145204.106000', '145204.109000', '145204.112000', '145204.115000', '145204.118000', '145204.121000', '145204.124000', '145204.127000', '145204.130000', '145204.132000', '145204.135000', '145204.138000', '145204.141000', '145204.144000', '145204.147000', '145204.150000', '145204.153000', '145204.156000', '145204.159000', '145204.162000', '145204.165000', '145204.168000', '145204.171000', '145204.174000', '145204.177000', '145204.180000', '145204.183000', '145204.186000', '145204.189000', '145204.192000', '145224.068000', '145224.071000', '145224.074000', '145224.077000', '145224.086000', '145224.089000', '145224.092000', '145224.095000', '145224.098000', '145224.101000', '145224.104000', '145224.106000', '145224.109000', '145224.112000', '145224.115000', '145224.118000', '145224.121000', '145224.124000', '145224.127000', '145224.130000', '145224.133000', '145224.136000', '145224.139000', '145224.141000', '145224.144000', '145224.154000', '145224.156000', '145224.159000', '145224.162000', '145224.165000', '145224.168000', '145224.171000', '145224.174000', '145224.177000', '145224.180000', '145224.183000', '145224.186000', '145224.189000', '145224.191000', '145224.194000', '145224.197000', '145224.200000', '145224.203000', '145224.206000', '145243.772000', '145243.823000', '145243.826000', '145243.830000', '145243.833000', '145243.835000', '145243.839000', '145243.842000', '145243.844000', '145243.847000', '145243.850000', '145243.853000', '145243.856000', '145243.859000', '145243.863000', '145243.866000', '145243.869000', '145243.872000', '145243.875000', '145243.878000', '145243.881000', '145243.884000', '145243.887000', '145243.890000', '145243.893000', '145243.896000', '145243.899000', '145243.902000', '145243.905000', '145243.908000', '145243.911000', '145243.914000', '145243.917000', '145243.920000', '145243.923000', '145243.926000', '145243.928000', '145243.931000', '145243.935000', '145243.937000', '145243.940000', '145243.943000', '145243.946000'], 'InstanceCreationTime': ['144444.089000', '144444.093000', '144444.096000', '144444.099000', '144444.102000', '144444.105000', '144444.108000', '144444.111000', '144444.114000', '144444.116000', '144444.119000', '144444.122000', '144444.125000', '144444.128000', '144444.131000', '144444.134000', '144444.137000', '144444.140000', '144444.143000', '144444.146000', '144444.154000', '144444.157000', '144444.160000', '144444.163000', '144444.166000', '144444.169000', '144444.172000', '144444.174000', '144444.177000', '144444.180000', '144444.183000', '144444.186000', '144444.189000', '144444.192000', '144444.195000', '144444.198000', '144444.201000', '144444.203000', '144444.206000', '144444.209000', '144444.212000', '144444.215000', '144444.218000', '144444.221000', '144444.224000', '144444.227000', '144444.229000', '144444.232000', '144444.235000', '144444.238000', '144444.241000', '144444.244000', '144444.247000', '144444.250000', '144444.252000', '144504.068000', '144504.071000', '144504.074000', '144504.077000', '144504.080000', '144504.083000', '144504.086000', '144504.089000', '144504.091000', '144504.094000', '144504.097000', '144504.100000', '144504.103000', '144504.106000', '144504.117000', '144504.120000', '144504.126000', '144504.129000', '144504.133000', '144504.136000', '144504.139000', '144504.142000', '144504.145000', '144504.148000', '144504.150000', '144504.153000', '144504.156000', '144504.159000', '144504.162000', '144504.165000', '144504.168000', '144504.171000', '144504.174000', '144504.177000', '144504.180000', '144504.183000', '144504.185000', '144504.188000', '144504.200000', '144504.203000', '144504.206000', '144504.209000', '144504.212000', '144524.068000', '144524.071000', '144524.074000', '144524.077000', '144524.080000', '144524.082000', '144524.085000', '144524.088000', '144524.091000', '144524.094000', '144524.097000', '144524.100000', '144524.103000', '144524.106000', '144524.109000', '144524.112000', '144524.115000', '144524.118000', '144524.120000', '144524.123000', '144524.126000', '144524.129000', '144524.132000', '144524.135000', '144524.138000', '144524.141000', '144524.143000', '144524.147000', '144524.149000', '144524.152000', '144524.155000', '144524.158000', '144524.161000', '144524.164000', '144524.167000', '144524.170000', '144524.173000', '144524.175000', '144524.178000', '144524.181000', '144524.184000', '144524.187000', '144524.190000', '144524.193000', '144544.067000', '144544.070000', '144544.073000', '144544.076000', '144544.079000', '144544.082000', '144544.085000', '144544.087000', '144544.090000', '144544.093000', '144544.096000', '144544.099000', '144544.102000', '144544.105000', '144544.108000', '144544.111000', '144544.114000', '144544.117000', '144544.120000', '144544.122000', '144544.125000', '144544.128000', '144544.131000', '144544.134000', '144544.137000', '144544.140000', '144544.143000', '144544.146000', '144544.149000', '144544.152000', '144544.155000', '144544.157000', '144544.160000', '144544.163000', '144544.166000', '144544.169000', '144544.172000', '144544.175000', '144544.178000', '144544.181000', '144544.184000', '144544.187000', '144544.190000', '144604.067000', '144604.070000', '144604.078000', '144604.081000', '144604.084000', '144604.087000', '144604.090000', '144604.093000', '144604.096000', '144604.099000', '144604.102000', '144604.105000', '144604.108000', '144604.110000', '144604.114000', '144604.116000', '144604.119000', '144604.122000', '144604.125000', '144604.128000', '144604.131000', '144604.134000', '144604.137000', '144604.140000', '144604.142000', '144604.145000', '144604.148000', '144604.151000', '144604.154000', '144604.157000', '144604.160000', '144604.163000', '144604.166000', '144604.169000', '144604.172000', '144604.175000', '144604.177000', '144604.180000', '144604.183000', '144604.186000', '144604.189000', '144604.192000', '144604.195000', '144604.198000', '144624.067000', '144624.070000', '144624.073000', '144624.076000', '144624.079000', '144624.082000', '144624.085000', '144624.088000', '144624.096000', '144624.099000', '144624.101000', '144624.104000', '144624.107000', '144624.110000', '144624.113000', '144624.116000', '144624.119000', '144624.122000', '144624.125000', '144624.128000', '144624.131000', '144624.134000', '144624.137000', '144624.139000', '144624.142000', '144624.145000', '144624.148000', '144624.151000', '144624.154000', '144624.157000', '144624.160000', '144624.163000', '144624.166000', '144624.169000', '144624.173000', '144624.176000', '144624.179000', '144624.182000', '144624.185000', '144624.188000', '144624.191000', '144624.194000', '144624.197000', '144644.067000', '144644.070000', '144644.073000', '144644.076000', '144644.079000', '144644.082000', '144644.085000', '144644.087000', '144644.090000', '144644.093000', '144644.107000', '144644.110000', '144644.113000', '144644.116000', '144644.118000', '144644.121000', '144644.124000', '144644.127000', '144644.130000', '144644.133000', '144644.136000', '144644.139000', '144644.142000', '144644.145000', '144644.147000', '144644.151000', '144644.153000', '144644.156000', '144644.159000', '144644.162000', '144644.165000', '144644.168000', '144644.171000', '144644.174000', '144644.177000', '144644.180000', '144644.182000', '144644.185000', '144644.188000', '144644.191000', '144644.194000', '144644.197000', '144644.200000', '144644.203000', '144704.067000', '144704.070000', '144704.073000', '144704.076000', '144704.079000', '144704.082000', '144704.085000', '144704.088000', '144704.090000', '144704.093000', '144704.096000', '144704.099000', '144704.102000', '144704.105000', '144704.108000', '144704.111000', '144704.114000', '144704.117000', '144704.120000', '144704.123000', '144704.125000', '144704.128000', '144704.131000', '144704.134000', '144704.137000', '144704.140000', '144704.143000', '144704.146000', '144704.149000', '144704.152000', '144704.155000', '144704.158000', '144704.161000', '144704.164000', '144704.166000', '144704.169000', '144704.172000', '144704.175000', '144704.178000', '144704.181000', '144704.184000', '144704.187000', '144704.190000', '144724.068000', '144724.071000', '144724.074000', '144724.077000', '144724.080000', '144724.083000', '144724.085000', '144724.088000', '144724.091000', '144724.094000', '144724.097000', '144724.100000', '144724.103000', '144724.106000', '144724.109000', '144724.112000', '144724.115000', '144724.118000', '144724.120000', '144724.123000', '144724.126000', '144724.129000', '144724.132000', '144724.135000', '144724.138000', '144724.141000', '144724.144000', '144724.147000', '144724.150000', '144724.153000', '144724.155000', '144724.158000', '144724.161000', '144724.164000', '144724.167000', '144724.170000', '144724.173000', '144724.176000', '144724.179000', '144724.182000', '144724.185000', '144724.188000', '144724.190000', '144724.193000', '144744.068000', '144744.071000', '144744.074000', '144744.077000', '144744.080000', '144744.083000', '144744.086000', '144744.089000', '144744.092000', '144744.095000', '144744.098000', '144744.100000', '144744.103000', '144744.106000', '144744.109000', '144744.112000', '144744.115000', '144744.118000', '144744.121000', '144744.124000', '144744.127000', '144744.129000', '144744.133000', '144744.135000', '144744.138000', '144744.141000', '144744.144000', '144744.147000', '144744.150000', '144744.153000', '144744.156000', '144744.159000', '144744.162000', '144744.165000', '144744.168000', '144744.171000', '144744.174000', '144744.177000', '144744.180000', '144744.182000', '144744.185000', '144744.188000', '144744.191000', '144804.067000', '144804.070000', '144804.073000', '144804.076000', '144804.079000', '144804.082000', '144804.085000', '144804.089000', '144804.092000', '144804.095000', '144804.098000', '144804.101000', '144804.104000', '144804.107000', '144804.109000', '144804.113000', '144804.115000', '144804.118000', '144804.121000', '144804.124000', '144804.127000', '144804.130000', '144804.133000', '144804.136000', '144804.139000', '144804.142000', '144804.145000', '144804.148000', '144804.151000', '144804.153000', '144804.156000', '144804.159000', '144804.162000', '144804.165000', '144804.168000', '144804.171000', '144804.175000', '144804.178000', '144804.181000', '144804.184000', '144804.186000', '144804.189000', '144804.192000', '144824.067000', '144824.070000', '144824.073000', '144824.076000', '144824.079000', '144824.082000', '144824.090000', '144824.093000', '144824.096000', '144824.099000', '144824.102000', '144824.105000', '144824.108000', '144824.111000', '144824.114000', '144824.117000', '144824.120000', '144824.122000', '144824.125000', '144824.128000', '144824.131000', '144824.134000', '144824.137000', '144824.140000', '144824.143000', '144824.146000', '144824.149000', '144824.152000', '144824.154000', '144824.157000', '144824.160000', '144824.163000', '144824.166000', '144824.169000', '144824.172000', '144824.175000', '144824.178000', '144824.181000', '144824.184000', '144824.187000', '144824.190000', '144824.192000', '144824.196000', '144824.198000', '144844.067000', '144844.070000', '144844.073000', '144844.076000', '144844.079000', '144844.082000', '144844.085000', '144844.089000', '144844.092000', '144844.094000', '144844.098000', '144844.101000', '144844.103000', '144844.106000', '144844.109000', '144844.112000', '144844.115000', '144844.118000', '144844.121000', '144844.124000', '144844.127000', '144844.130000', '144844.133000', '144844.136000', '144844.139000', '144844.141000', '144844.144000', '144844.147000', '144844.150000', '144844.153000', '144844.156000', '144844.159000', '144844.162000', '144844.165000', '144844.168000', '144844.171000', '144844.174000', '144844.176000', '144844.180000', '144844.182000', '144844.185000', '144844.188000', '144844.191000', '144904.067000', '144904.070000', '144904.073000', '144904.076000', '144904.079000', '144904.082000', '144904.085000', '144904.088000', '144904.091000', '144904.094000', '144904.097000', '144904.100000', '144904.103000', '144904.106000', '144904.108000', '144904.111000', '144904.114000', '144904.117000', '144904.120000', '144904.123000', '144904.126000', '144904.129000', '144904.132000', '144904.135000', '144904.138000', '144904.141000', '144904.143000', '144904.146000', '144904.149000', '144904.152000', '144904.155000', '144904.158000', '144904.161000', '144904.164000', '144904.167000', '144904.170000', '144904.173000', '144904.176000', '144904.179000', '144904.181000', '144904.184000', '144904.187000', '144904.190000', '144904.193000', '144924.067000', '144924.070000', '144924.073000', '144924.076000', '144924.079000', '144924.082000', '144924.088000', '144924.091000', '144924.094000', '144924.097000', '144924.100000', '144924.103000', '144924.106000', '144924.109000', '144924.112000', '144924.115000', '144924.117000', '144924.121000', '144924.124000', '144924.126000', '144924.129000', '144924.132000', '144924.135000', '144924.138000', '144924.141000', '144924.144000', '144924.147000', '144924.150000', '144924.153000', '144924.156000', '144924.159000', '144924.162000', '144924.165000', '144924.168000', '144924.171000', '144924.173000', '144924.176000', '144924.179000', '144924.182000', '144924.185000', '144924.188000', '144924.191000', '144924.194000', '144944.068000', '144944.071000', '144944.074000', '144944.077000', '144944.080000', '144944.083000', '144944.086000', '144944.088000', '144944.091000', '144944.104000', '144944.107000', '144944.110000', '144944.113000', '144944.116000', '144944.119000', '144944.122000', '144944.125000', '144944.135000', '144944.138000', '144944.141000', '144944.144000', '144944.146000', '144944.149000', '144944.152000', '144944.155000', '144944.158000', '144944.161000', '144944.164000', '144944.167000', '144944.170000', '144944.173000', '144944.176000', '144944.179000', '144944.182000', '144944.184000', '144944.187000', '144944.190000', '144944.193000', '144944.196000', '144944.199000', '144944.202000', '144944.205000', '144944.208000', '144944.211000', '145004.068000', '145004.071000', '145004.074000', '145004.077000', '145004.080000', '145004.083000', '145004.086000', '145004.089000', '145004.092000', '145004.095000', '145004.098000', '145004.101000', '145004.104000', '145004.107000', '145004.110000', '145004.113000', '145004.116000', '145004.119000', '145004.122000', '145004.125000', '145004.128000', '145004.130000', '145004.133000', '145004.136000', '145004.139000', '145004.142000', '145004.145000', '145004.148000', '145004.151000', '145004.154000', '145004.157000', '145004.160000', '145004.163000', '145004.166000', '145004.169000', '145004.172000', '145004.175000', '145004.178000', '145004.181000', '145004.183000', '145004.187000', '145004.190000', '145004.192000', '145024.067000', '145024.070000', '145024.073000', '145024.076000', '145024.079000', '145024.082000', '145024.085000', '145024.088000', '145024.091000', '145024.094000', '145024.097000', '145024.100000', '145024.103000', '145024.106000', '145024.109000', '145024.112000', '145024.115000', '145024.117000', '145024.120000', '145024.123000', '145024.126000', '145024.129000', '145024.132000', '145024.135000', '145024.138000', '145024.141000', '145024.144000', '145024.147000', '145024.150000', '145024.152000', '145024.155000', '145024.159000', '145024.161000', '145024.164000', '145024.167000', '145024.172000', '145024.175000', '145024.178000', '145024.180000', '145024.183000', '145024.186000', '145024.189000', '145024.192000', '145024.195000', '145044.067000', '145044.071000', '145044.073000', '145044.076000', '145044.079000', '145044.082000', '145044.085000', '145044.088000', '145044.091000', '145044.094000', '145044.097000', '145044.100000', '145044.102000', '145044.105000', '145044.108000', '145044.111000', '145044.114000', '145044.117000', '145044.120000', '145044.123000', '145044.128000', '145044.132000', '145044.135000', '145044.138000', '145044.141000', '145044.143000', '145044.146000', '145044.149000', '145044.152000', '145044.155000', '145044.158000', '145044.161000', '145044.164000', '145044.167000', '145044.170000', '145044.173000', '145044.176000', '145044.178000', '145044.181000', '145044.184000', '145044.187000', '145044.190000', '145044.193000', '145104.067000', '145104.070000', '145104.073000', '145104.076000', '145104.079000', '145104.082000', '145104.092000', '145104.095000', '145104.098000', '145104.101000', '145104.104000', '145104.107000', '145104.110000', '145104.113000', '145104.116000', '145104.119000', '145104.122000', '145104.124000', '145104.127000', '145104.130000', '145104.133000', '145104.136000', '145104.139000', '145104.142000', '145104.145000', '145104.148000', '145104.151000', '145104.154000', '145104.165000', '145104.168000', '145104.171000', '145104.174000', '145104.177000', '145104.180000', '145104.183000', '145104.186000', '145104.189000', '145104.192000', '145104.195000', '145104.197000', '145104.200000', '145104.203000', '145104.206000', '145104.209000', '145124.067000', '145124.070000', '145124.073000', '145124.076000', '145124.079000', '145124.083000', '145124.086000', '145124.089000', '145124.092000', '145124.095000', '145124.098000', '145124.101000', '145124.104000', '145124.107000', '145124.110000', '145124.113000', '145124.116000', '145124.119000', '145124.121000', '145124.124000', '145124.127000', '145124.130000', '145124.133000', '145124.136000', '145124.139000', '145124.142000', '145124.145000', '145124.148000', '145124.151000', '145124.154000', '145124.157000', '145124.160000', '145124.163000', '145124.166000', '145124.169000', '145124.172000', '145124.175000', '145124.178000', '145124.181000', '145124.184000', '145124.186000', '145124.189000', '145124.193000', '145144.067000', '145144.070000', '145144.073000', '145144.076000', '145144.079000', '145144.082000', '145144.085000', '145144.088000', '145144.091000', '145144.097000', '145144.100000', '145144.103000', '145144.106000', '145144.109000', '145144.112000', '145144.115000', '145144.118000', '145144.121000', '145144.124000', '145144.127000', '145144.129000', '145144.132000', '145144.135000', '145144.138000', '145144.141000', '145144.144000', '145144.147000', '145144.150000', '145144.153000', '145144.156000', '145144.159000', '145144.162000', '145144.165000', '145144.168000', '145144.171000', '145144.173000', '145144.177000', '145144.180000', '145144.183000', '145144.186000', '145144.189000', '145144.192000', '145144.195000', '145144.197000', '145204.068000', '145204.071000', '145204.074000', '145204.077000', '145204.080000', '145204.083000', '145204.086000', '145204.089000', '145204.092000', '145204.094000', '145204.097000', '145204.100000', '145204.103000', '145204.106000', '145204.109000', '145204.112000', '145204.115000', '145204.118000', '145204.121000', '145204.124000', '145204.127000', '145204.130000', '145204.132000', '145204.135000', '145204.138000', '145204.141000', '145204.144000', '145204.147000', '145204.150000', '145204.153000', '145204.156000', '145204.159000', '145204.162000', '145204.165000', '145204.168000', '145204.171000', '145204.174000', '145204.177000', '145204.180000', '145204.183000', '145204.186000', '145204.189000', '145204.192000', '145224.068000', '145224.071000', '145224.074000', '145224.077000', '145224.086000', '145224.089000', '145224.092000', '145224.095000', '145224.098000', '145224.101000', '145224.104000', '145224.106000', '145224.109000', '145224.112000', '145224.115000', '145224.118000', '145224.121000', '145224.124000', '145224.127000', '145224.130000', '145224.133000', '145224.136000', '145224.139000', '145224.141000', '145224.144000', '145224.154000', '145224.156000', '145224.159000', '145224.162000', '145224.165000', '145224.168000', '145224.171000', '145224.174000', '145224.177000', '145224.180000', '145224.183000', '145224.186000', '145224.189000', '145224.191000', '145224.194000', '145224.197000', '145224.200000', '145224.203000', '145224.206000', '145243.772000', '145243.823000', '145243.826000', '145243.830000', '145243.833000', '145243.835000', '145243.839000', '145243.842000', '145243.844000', '145243.847000', '145243.850000', '145243.853000', '145243.856000', '145243.859000', '145243.863000', '145243.866000', '145243.869000', '145243.872000', '145243.875000', '145243.878000', '145243.881000', '145243.884000', '145243.887000', '145243.890000', '145243.893000', '145243.896000', '145243.899000', '145243.902000', '145243.905000', '145243.908000', '145243.911000', '145243.914000', '145243.917000', '145243.920000', '145243.923000', '145243.926000', '145243.928000', '145243.931000', '145243.935000', '145243.937000', '145243.940000', '145243.943000', '145243.946000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [16203, 12205, 8744, 18041, 8659, 17974, 10090, 9456, 12681, 8463, 16977, 8807, 13651, 13273, 8528, 17894, 8696, 10846, 12509, 9009, 17267, 9066, 18601, 10457, 9118, 12518, 8568, 17304, 9537, 14932, 11724, 8920, 17263, 8707, 18481, 10298, 13059, 9809, 9147, 13689, 8745, 15899, 9979, 8876, 13744, 8761, 14871, 10124, 8794, 15454, 8841, 17319, 9100, 11872, 13019, 8468, 17878, 9357, 9014, 11434, 9090, 16096, 9681, 11742, 11640, 8597, 15813, 9518, 11085, 16851, 8678, 15745, 9785, 9020, 15348, 8979, 17116, 11892, 8764, 16890, 9104, 18376, 13727, 10230, 16039, 9125, 14458, 12706, 8811, 18346, 10296, 9997, 14000, 8710, 18088, 11481, 13207, 12248, 8975, 17116, 9508, 12659, 12890, 8650, 16766, 8948, 14223, 11577, 8635, 18090, 9028, 15583, 9923, 8876, 16379, 8851, 18139, 11410, 9023, 13681, 8732, 16881, 8923, 17754, 9932, 9077, 12161, 8489, 16745, 10419, 8906, 12193, 8886, 17382, 8700, 18427, 10491, 9189, 12091, 8491, 15876, 8876, 16276, 11559, 8812, 13749, 8806, 16656, 11076, 8628, 17220, 8792, 12396, 10718, 9080, 16311, 8972, 14533, 10856, 8536, 17829, 10744, 8652, 16890, 8892, 18040, 14038, 9064, 17431, 9159, 18435, 12085, 8987, 15943, 8890, 17387, 9477, 15483, 10638, 8634, 17379, 8832, 17191, 10283, 8848, 13549, 8743, 17883, 8964, 17525, 9717, 8691, 12242, 8570, 17744, 9071, 12630, 9832, 9194, 14605, 8729, 18206, 10461, 9169, 12979, 8914, 16503, 10402, 9194, 15661, 8850, 17679, 10500, 10527, 15679, 9111, 18270, 11513, 10218, 14633, 8403, 17570, 10429, 10205, 10904, 8516, 16958, 9136, 17455, 11566, 9089, 15395, 8605, 17553, 10412, 8976, 14231, 8525, 16388, 8959, 11559, 12946, 8361, 17926, 9057, 13969, 10889, 8784, 16341, 8562, 18494, 10598, 8834, 11974, 8756, 15667, 9075, 13760, 10271, 9110, 15418, 8786, 15016, 12345, 9106, 15109, 8938, 14366, 13426, 8704, 17002, 8695, 11747, 12604, 8374, 18125, 10496, 12465, 11847, 8735, 17017, 9490, 17604, 12556, 8632, 16490, 9645, 15466, 12384, 8642, 17596, 9633, 11652, 12814, 8442, 17568, 9465, 17714, 10633, 8718, 13445, 8454, 16638, 8734, 17668, 11074, 8786, 11987, 8834, 13369, 8524, 16376, 9238, 9091, 10464, 9049, 15054, 8677, 17419, 11018, 8860, 14804, 8564, 17771, 9869, 15873, 12297, 9117, 12650, 8543, 14657, 10701, 8832, 14905, 8783, 12613, 12450, 8498, 17153, 9895, 15250, 13555, 8851, 16867, 8675, 18042, 10653, 14756, 11064, 8509, 13703, 8724, 16632, 10650, 8705, 13523, 8672, 16338, 10064, 8905, 13589, 8466, 17384, 9315, 16578, 11036, 8343, 16610, 8634, 15833, 10246, 8405, 16031, 9046, 15687, 11002, 8615, 16248, 9046, 17744, 12347, 8502, 14127, 8942, 17095, 10697, 9353, 13397, 8677, 17618, 10426, 8824, 13448, 8837, 16909, 11029, 8294, 14278, 8954, 17343, 10580, 15450, 11465, 8308, 17194, 8758, 18233, 10811, 9697, 12044, 8328, 16010, 8856, 14324, 9547, 8407, 11698, 8650, 16061, 8894, 13648, 10034, 8357, 15671, 8672, 16473, 10199, 9252, 11748, 8578, 17256, 9347, 11103, 13684, 8201, 17141, 9268, 12582, 10716, 8253, 17031, 10194, 8378, 13041, 8922, 17447, 11289, 12047, 14079, 8899, 16855, 10096, 12353, 10065, 8528, 16420, 9169, 16561, 10539, 8276, 12773, 8666, 16011, 10808, 8393, 13272, 8627, 14466, 10576, 8103, 16199, 8867, 10117, 11222, 8272, 15931, 11350, 8674, 13812, 8831, 12701, 12961, 8432, 17246, 12620, 12901, 13903, 8913, 17675, 12504, 15736, 15859, 10288, 17227, 11122, 8589, 14448, 8661, 18070, 11499, 8486, 14561, 9568, 12189, 11057, 8359, 17453, 11479, 8565, 14191, 8541, 17196, 12311, 10034, 15047, 8904, 16592, 10415, 11657, 12491, 8422, 16536, 9349, 10030, 10920, 8328, 15752, 10035, 8544, 11667, 8629, 15430, 10466, 11901, 13256, 8484, 17363, 9722, 14842, 10695, 8097, 16645, 9961, 12718, 11534, 8457, 15067, 9252, 15942, 11229, 8443, 13930, 8826, 15850, 10766, 10994, 13257, 8807, 15108, 9739, 10316, 12646, 8246, 15727, 9877, 14627, 10392, 8177, 13947, 9357, 14965, 11330, 8252, 13142, 9181, 15620, 12151, 8710, 15122, 11922, 8552, 13262, 9341, 8850, 15911, 8788, 18918, 15623, 11811, 16522, 9771, 14765, 14085, 9161, 17811, 10229, 8644, 13117, 9409, 13807, 12485, 8722, 17430, 10709, 8555, 13207, 8211, 16348, 10890, 8132, 12631, 8771, 16504, 11153, 10880, 14636, 8590, 16494, 11140, 8456, 15786, 8978, 17543, 12255, 8729, 16088, 10002, 15449, 15177, 8554, 17435, 8976, 16821, 11431, 10311, 14543, 8119, 16589, 8778, 14787, 10335, 8158, 12244, 8674, 14895, 9496, 9534, 11146, 8382, 13878, 8584, 15530, 10999, 8417, 11836, 8627, 14632, 10762, 8238, 12230, 8887, 14386, 10797, 7982, 15597, 11771, 8412, 15211, 10533, 13157, 14169, 8602, 18768, 12824, 8140, 15898, 9007, 19020, 15794, 10033, 14476, 9951, 15480, 12349, 8028, 15914, 10903, 8498, 13686, 8318, 15823, 11756, 11356, 14550, 8609, 15410, 11774, 8129, 14887, 8722, 17550, 12571, 7993, 14701, 10539, 11691, 13606, 8005, 15762, 11906, 7976, 14505, 9414, 15746, 12147, 8175, 14908, 10160, 14324, 11651, 7881, 15448, 11090, 12264, 11656, 8118, 14958, 10251, 14169, 12107, 8018, 14467, 9430, 15381, 11896, 8756, 13426, 8755, 13893, 10002, 9429, 12791, 8950, 13390, 10067, 8197, 13753, 11044, 7939, 14166, 9968, 11236, 13108, 8212, 17845, 11697, 19343, 17192, 13624, 14678, 10099, 15724, 11954, 8731, 16020, 10260, 13807, 11534, 8076, 15146, 8573, 16576, 12504, 8201, 13724, 8537, 15634, 11164, 12839, 12096, 8033, 14896, 9435, 15203, 12059, 8729, 13300, 8738, 14442, 10434, 10665, 12043, 8046, 14967, 10498, 8953, 12740, 8379, 15662, 11570, 7912, 14150, 10164, 15319, 12284, 9149, 16276, 9521, 17835, 12304, 8519, 14531, 8629, 17339, 12659, 7940, 13961, 8377, 16737, 11192, 12469, 11701, 8341, 15051, 9103, 15072, 11267, 8562, 11645, 8403, 15105, 9584, 11172, 11379, 8109, 15514, 10001, 9455, 12407, 8219, 15437, 10974, 11414, 13935, 8574, 15542, 12008, 8267, 15011, 9447, 16545, 12319, 8004, 15094, 11177, 11462, 15118, 8798, 16293, 12281, 8083, 15617, 11385, 11669, 14640, 9142, 16026, 11959, 7928, 15548, 10660, 13275, 11126, 8085, 15944, 11570, 9524, 14723, 9081, 15459, 11313, 8072, 15502, 10235, 12486, 10670, 8300, 15916, 12044, 8358, 15281, 9654, 12602, 11529, 8410, 15849, 12525, 8790, 14619, 10329, 15564, 12661, 8670, 16969, 11818, 13566, 11808, 8403, 15463, 11854, 12131, 15004, 9180, 15838, 12340, 8216, 15256, 10538, 15372, 11835, 8080, 14864, 10755, 12422, 14242, 8435, 15911, 12002, 7983, 14822, 10414, 15286, 11338, 7974, 15330, 11617, 10590, 15469, 9952, 13691, 11544, 8557, 15771, 12182, 9832, 14972, 9796, 17301, 12461, 8303, 14752, 9795, 19007, 12502, 8000, 14607, 10368, 15543, 12608, 8449, 14866, 10203, 13047, 12210, 7857, 15673, 10826, 15651, 11867, 7955, 14936, 10459, 13555, 11540, 7902, 15673, 9691, 12336, 11284, 7898, 15150, 10707, 15124, 11080, 8147, 14951, 10621, 13868, 12390, 8075, 15766, 9754, 13822, 11006, 7972, 14294, 9253, 15549, 11926, 8113, 13446, 8884, 15520, 11858, 8246, 13717, 9800, 14878, 12635, 8133, 15214, 11139, 7728, 14493, 11719, 13492, 14428, 9991, 17536, 16949, 11540, 18416, 13280, 16152, 15054, 9751, 15223, 10306, 17034, 13034, 8449, 14782, 9508, 14952, 11620, 8537, 13132, 7950, 15233, 10735, 8650, 12456, 8028, 15086, 10232, 14174, 11634, 7855, 13474, 8706, 14594, 10510, 12249, 11705, 8179, 14202, 9726, 11720, 12249, 8019, 14817, 10451, 8348, 13333, 8473, 15514, 12536, 9236, 14457, 9059, 17431, 12439, 14988, 18469, 10109, 18088, 11369, 12204, 12453, 8189, 15288, 10350, 15661, 11978, 7971, 14391, 9713, 15426, 12132, 8375, 14820, 9776, 12536, 11831, 8064, 15927, 11651, 8250], 'WindowCenter': [4497.0, 4453.0, 4398.0, 4464.0, 4384.0, 4441.0, 4390.0, 4379.0, 4409.0, 4358.0, 4428.0, 4368.0, 4405.0, 4407.0, 4368.0, 4437.0, 4369.0, 4397.0, 4407.0, 4367.0, 4427.0, 4368.0, 4438.0, 4388.0, 4367.0, 4407.0, 4356.0, 4426.0, 4377.0, 4417.0, 4398.0, 4367.0, 4428.0, 4368.0, 4427.0, 4388.0, 4407.0, 4378.0, 4377.0, 4417.0, 4368.0, 4417.0, 4376.0, 4367.0, 4418.0, 4370.0, 4418.0, 4388.0, 4367.0, 4427.0, 4367.0, 4428.0, 4379.0, 4397.0, 4408.0, 4368.0, 4438.0, 4378.0, 4379.0, 4399.0, 4376.0, 4429.0, 4389.0, 4408.0, 4400.0, 4369.0, 4429.0, 4389.0, 4411.0, 4452.0, 4381.0, 4439.0, 4391.0, 4379.0, 4429.0, 4381.0, 4440.0, 4411.0, 4370.0, 4438.0, 4380.0, 4438.0, 4419.0, 4377.0, 4415.0, 4376.0, 4416.0, 4407.0, 4367.0, 4438.0, 4387.0, 4377.0, 4417.0, 4357.0, 4426.0, 4397.0, 4405.0, 4396.0, 4356.0, 4415.0, 4366.0, 4395.0, 4395.0, 4356.0, 4425.0, 4367.0, 4404.0, 4386.0, 4356.0, 4426.0, 4366.0, 4415.0, 4377.0, 4353.0, 4426.0, 4366.0, 4437.0, 4395.0, 4367.0, 4417.0, 4367.0, 4427.0, 4368.0, 4427.0, 4389.0, 4368.0, 4408.0, 4366.0, 4427.0, 4389.0, 4368.0, 4409.0, 4367.0, 4438.0, 4369.0, 4437.0, 4399.0, 4378.0, 4409.0, 4369.0, 4428.0, 4369.0, 4428.0, 4397.0, 4367.0, 4417.0, 4368.0, 4425.0, 4399.0, 4368.0, 4440.0, 4369.0, 4409.0, 4398.0, 4369.0, 4428.0, 4382.0, 4431.0, 4398.0, 4371.0, 4438.0, 4400.0, 4370.0, 4440.0, 4368.0, 4437.0, 4417.0, 4367.0, 4427.0, 4368.0, 4427.0, 4396.0, 4354.0, 4415.0, 4366.0, 4424.0, 4366.0, 4402.0, 4375.0, 4355.0, 4425.0, 4366.0, 4424.0, 4374.0, 4355.0, 4404.0, 4356.0, 4424.0, 4356.0, 4424.0, 4364.0, 4353.0, 4395.0, 4356.0, 4426.0, 4367.0, 4393.0, 4376.0, 4366.0, 4415.0, 4367.0, 4438.0, 4388.0, 4377.0, 4408.0, 4379.0, 4429.0, 4399.0, 4378.0, 4429.0, 4381.0, 4437.0, 4388.0, 4389.0, 4430.0, 4380.0, 4440.0, 4398.0, 4386.0, 4417.0, 4358.0, 4438.0, 4399.0, 4388.0, 4387.0, 4368.0, 4428.0, 4380.0, 4437.0, 4398.0, 4367.0, 4428.0, 4368.0, 4426.0, 4389.0, 4369.0, 4418.0, 4366.0, 4417.0, 4367.0, 4386.0, 4408.0, 4357.0, 4428.0, 4368.0, 4406.0, 4388.0, 4356.0, 4428.0, 4369.0, 4427.0, 4386.0, 4354.0, 4395.0, 4356.0, 4428.0, 4368.0, 4407.0, 4387.0, 4368.0, 4430.0, 4367.0, 4418.0, 4409.0, 4378.0, 4428.0, 4381.0, 4430.0, 4421.0, 4371.0, 4440.0, 4371.0, 4398.0, 4409.0, 4370.0, 4439.0, 4400.0, 4409.0, 4399.0, 4368.0, 4430.0, 4391.0, 4430.0, 4409.0, 4358.0, 4428.0, 4379.0, 4419.0, 4409.0, 4356.0, 4428.0, 4378.0, 4395.0, 4406.0, 4356.0, 4427.0, 4378.0, 4426.0, 4386.0, 4356.0, 4406.0, 4345.0, 4426.0, 4357.0, 4426.0, 4387.0, 4356.0, 4395.0, 4366.0, 4406.0, 4355.0, 4426.0, 4378.0, 4367.0, 4388.0, 4377.0, 4429.0, 4370.0, 4439.0, 4400.0, 4368.0, 4429.0, 4370.0, 4438.0, 4391.0, 4441.0, 4411.0, 4381.0, 4420.0, 4382.0, 4430.0, 4402.0, 4381.0, 4432.0, 4383.0, 4409.0, 4411.0, 4371.0, 4442.0, 4393.0, 4430.0, 4420.0, 4369.0, 4439.0, 4368.0, 4428.0, 4387.0, 4415.0, 4387.0, 4355.0, 4406.0, 4357.0, 4428.0, 4388.0, 4367.0, 4418.0, 4368.0, 4428.0, 4389.0, 4379.0, 4418.0, 4370.0, 4440.0, 4381.0, 4440.0, 4400.0, 4370.0, 4439.0, 4370.0, 4428.0, 4390.0, 4358.0, 4430.0, 4370.0, 4419.0, 4389.0, 4367.0, 4428.0, 4371.0, 4440.0, 4410.0, 4358.0, 4407.0, 4367.0, 4426.0, 4386.0, 4368.0, 4408.0, 4359.0, 4428.0, 4389.0, 4367.0, 4408.0, 4382.0, 4430.0, 4400.0, 4358.0, 4419.0, 4366.0, 4427.0, 4388.0, 4417.0, 4396.0, 4356.0, 4427.0, 4366.0, 4426.0, 4387.0, 4377.0, 4405.0, 4358.0, 4428.0, 4378.0, 4415.0, 4376.0, 4355.0, 4409.0, 4367.0, 4428.0, 4369.0, 4418.0, 4390.0, 4370.0, 4430.0, 4368.0, 4429.0, 4387.0, 4379.0, 4408.0, 4370.0, 4440.0, 4379.0, 4400.0, 4422.0, 4370.0, 4439.0, 4382.0, 4409.0, 4391.0, 4371.0, 4440.0, 4401.0, 4371.0, 4421.0, 4380.0, 4429.0, 4401.0, 4399.0, 4408.0, 4367.0, 4426.0, 4388.0, 4392.0, 4376.0, 4355.0, 4416.0, 4367.0, 4423.0, 4385.0, 4356.0, 4406.0, 4367.0, 4427.0, 4398.0, 4358.0, 4418.0, 4369.0, 4417.0, 4399.0, 4359.0, 4440.0, 4380.0, 4400.0, 4399.0, 4371.0, 4441.0, 4413.0, 4373.0, 4433.0, 4382.0, 4421.0, 4423.0, 4371.0, 4444.0, 4421.0, 4411.0, 4421.0, 4370.0, 4430.0, 4410.0, 4418.0, 4419.0, 4377.0, 4416.0, 4388.0, 4355.0, 4417.0, 4359.0, 4426.0, 4387.0, 4355.0, 4412.0, 4376.0, 4397.0, 4387.0, 4359.0, 4429.0, 4400.0, 4358.0, 4417.0, 4358.0, 4429.0, 4396.0, 4377.0, 4416.0, 4367.0, 4416.0, 4387.0, 4384.0, 4395.0, 4355.0, 4427.0, 4366.0, 4376.0, 4384.0, 4358.0, 4429.0, 4389.0, 4368.0, 4400.0, 4371.0, 4430.0, 4400.0, 4408.0, 4420.0, 4367.0, 4437.0, 4380.0, 4417.0, 4389.0, 4358.0, 4429.0, 4389.0, 4408.0, 4399.0, 4357.0, 4416.0, 4379.0, 4427.0, 4400.0, 4359.0, 4419.0, 4369.0, 4425.0, 4398.0, 4396.0, 4419.0, 4379.0, 4429.0, 4388.0, 4388.0, 4420.0, 4370.0, 4430.0, 4392.0, 4430.0, 4399.0, 4370.0, 4428.0, 4390.0, 4428.0, 4399.0, 4370.0, 4419.0, 4391.0, 4441.0, 4421.0, 4384.0, 4442.0, 4411.0, 4380.0, 4421.0, 4391.0, 4379.0, 4442.0, 4385.0, 4454.0, 4444.0, 4413.0, 4440.0, 4391.0, 4431.0, 4421.0, 4380.0, 4426.0, 4378.0, 4358.0, 4407.0, 4369.0, 4417.0, 4407.0, 4369.0, 4427.0, 4389.0, 4355.0, 4409.0, 4360.0, 4430.0, 4390.0, 4357.0, 4399.0, 4367.0, 4430.0, 4401.0, 4388.0, 4418.0, 4357.0, 4415.0, 4387.0, 4344.0, 4418.0, 4367.0, 4427.0, 4399.0, 4357.0, 4429.0, 4378.0, 4419.0, 4420.0, 4357.0, 4429.0, 4368.0, 4426.0, 4386.0, 4375.0, 4404.0, 4346.0, 4424.0, 4355.0, 4405.0, 4376.0, 4343.0, 4396.0, 4366.0, 4417.0, 4376.0, 4376.0, 4398.0, 4368.0, 4419.0, 4369.0, 4427.0, 4396.0, 4368.0, 4409.0, 4369.0, 4430.0, 4399.0, 4369.0, 4410.0, 4382.0, 4432.0, 4413.0, 4373.0, 4441.0, 4424.0, 4371.0, 4443.0, 4413.0, 4422.0, 4433.0, 4371.0, 4442.0, 4410.0, 4359.0, 4432.0, 4380.0, 4441.0, 4429.0, 4379.0, 4416.0, 4377.0, 4419.0, 4399.0, 4348.0, 4419.0, 4389.0, 4358.0, 4405.0, 4358.0, 4418.0, 4399.0, 4388.0, 4419.0, 4368.0, 4418.0, 4398.0, 4346.0, 4416.0, 4360.0, 4429.0, 4399.0, 4348.0, 4419.0, 4390.0, 4399.0, 4409.0, 4360.0, 4430.0, 4401.0, 4358.0, 4420.0, 4379.0, 4429.0, 4408.0, 4358.0, 4420.0, 4389.0, 4418.0, 4397.0, 4349.0, 4428.0, 4398.0, 4398.0, 4396.0, 4357.0, 4429.0, 4390.0, 4416.0, 4409.0, 4358.0, 4429.0, 4380.0, 4428.0, 4411.0, 4370.0, 4417.0, 4378.0, 4420.0, 4388.0, 4389.0, 4432.0, 4391.0, 4419.0, 4390.0, 4373.0, 4434.0, 4413.0, 4384.0, 4445.0, 4405.0, 4413.0, 4424.0, 4371.0, 4442.0, 4415.0, 4442.0, 4432.0, 4407.0, 4417.0, 4379.0, 4418.0, 4397.0, 4358.0, 4418.0, 4377.0, 4404.0, 4385.0, 4347.0, 4418.0, 4370.0, 4428.0, 4407.0, 4358.0, 4405.0, 4359.0, 4417.0, 4400.0, 4407.0, 4397.0, 4346.0, 4414.0, 4367.0, 4425.0, 4407.0, 4365.0, 4418.0, 4368.0, 4414.0, 4389.0, 4397.0, 4408.0, 4357.0, 4430.0, 4402.0, 4381.0, 4422.0, 4384.0, 4442.0, 4412.0, 4360.0, 4422.0, 4392.0, 4430.0, 4409.0, 4380.0, 4430.0, 4378.0, 4427.0, 4397.0, 4358.0, 4421.0, 4371.0, 4429.0, 4409.0, 4347.0, 4418.0, 4360.0, 4430.0, 4399.0, 4410.0, 4398.0, 4359.0, 4419.0, 4369.0, 4416.0, 4398.0, 4367.0, 4397.0, 4355.0, 4414.0, 4378.0, 4395.0, 4396.0, 4358.0, 4428.0, 4390.0, 4380.0, 4409.0, 4367.0, 4429.0, 4399.0, 4409.0, 4429.0, 4368.0, 4429.0, 4409.0, 4370.0, 4431.0, 4391.0, 4428.0, 4409.0, 4359.0, 4426.0, 4401.0, 4398.0, 4429.0, 4370.0, 4430.0, 4400.0, 4348.0, 4428.0, 4400.0, 4396.0, 4417.0, 4378.0, 4429.0, 4407.0, 4356.0, 4427.0, 4401.0, 4408.0, 4398.0, 4359.0, 4441.0, 4410.0, 4378.0, 4426.0, 4380.0, 4427.0, 4398.0, 4362.0, 4431.0, 4401.0, 4410.0, 4398.0, 4370.0, 4443.0, 4423.0, 4372.0, 4442.0, 4389.0, 4420.0, 4411.0, 4368.0, 4439.0, 4419.0, 4369.0, 4431.0, 4400.0, 4430.0, 4418.0, 4368.0, 4438.0, 4408.0, 4417.0, 4399.0, 4359.0, 4427.0, 4410.0, 4407.0, 4430.0, 4379.0, 4428.0, 4408.0, 4356.0, 4429.0, 4399.0, 4427.0, 4408.0, 4359.0, 4430.0, 4398.0, 4419.0, 4428.0, 4371.0, 4428.0, 4409.0, 4362.0, 4433.0, 4402.0, 4430.0, 4400.0, 4360.0, 4432.0, 4414.0, 4413.0, 4442.0, 4392.0, 4420.0, 4409.0, 4372.0, 4432.0, 4411.0, 4391.0, 4428.0, 4392.0, 4429.0, 4408.0, 4359.0, 4430.0, 4392.0, 4438.0, 4408.0, 4347.0, 4417.0, 4388.0, 4428.0, 4408.0, 4359.0, 4418.0, 4388.0, 4408.0, 4398.0, 4347.0, 4428.0, 4391.0, 4417.0, 4397.0, 4349.0, 4417.0, 4387.0, 4407.0, 4399.0, 4357.0, 4427.0, 4389.0, 4409.0, 4400.0, 4358.0, 4430.0, 4398.0, 4427.0, 4401.0, 4358.0, 4428.0, 4399.0, 4419.0, 4410.0, 4358.0, 4431.0, 4390.0, 4419.0, 4397.0, 4359.0, 4430.0, 4391.0, 4429.0, 4409.0, 4358.0, 4417.0, 4380.0, 4440.0, 4410.0, 4370.0, 4429.0, 4390.0, 4431.0, 4423.0, 4374.0, 4441.0, 4410.0, 4362.0, 4431.0, 4423.0, 4424.0, 4434.0, 4391.0, 4440.0, 4443.0, 4402.0, 4441.0, 4412.0, 4418.0, 4416.0, 4366.0, 4416.0, 4376.0, 4418.0, 4398.0, 4343.0, 4404.0, 4366.0, 4402.0, 4384.0, 4353.0, 4403.0, 4347.0, 4415.0, 4395.0, 4367.0, 4408.0, 4359.0, 4428.0, 4401.0, 4420.0, 4409.0, 4360.0, 4417.0, 4369.0, 4418.0, 4399.0, 4408.0, 4408.0, 4369.0, 4428.0, 4393.0, 4410.0, 4421.0, 4374.0, 4433.0, 4403.0, 4371.0, 4422.0, 4385.0, 4455.0, 4424.0, 4381.0, 4430.0, 4379.0, 4430.0, 4410.0, 4419.0, 4441.0, 4390.0, 4441.0, 4399.0, 4395.0, 4398.0, 4354.0, 4416.0, 4387.0, 4414.0, 4399.0, 4357.0, 4417.0, 4388.0, 4426.0, 4411.0, 4370.0, 4430.0, 4388.0, 4409.0, 4409.0, 4372.0, 4441.0, 4413.0, 4371.0], 'WindowWidth': [9869.0, 9796.0, 9710.0, 9793.0, 9682.0, 9752.0, 9679.0, 9661.0, 9701.0, 9632.0, 9725.0, 9646.0, 9688.0, 9695.0, 9643.0, 9738.0, 9647.0, 9681.0, 9696.0, 9640.0, 9723.0, 9644.0, 9740.0, 9671.0, 9641.0, 9695.0, 9625.0, 9718.0, 9655.0, 9706.0, 9683.0, 9641.0, 9724.0, 9644.0, 9723.0, 9671.0, 9693.0, 9657.0, 9656.0, 9707.0, 9642.0, 9706.0, 9652.0, 9640.0, 9710.0, 9649.0, 9710.0, 9671.0, 9640.0, 9723.0, 9643.0, 9725.0, 9662.0, 9681.0, 9698.0, 9646.0, 9743.0, 9660.0, 9660.0, 9687.0, 9655.0, 9727.0, 9675.0, 9697.0, 9689.0, 9648.0, 9729.0, 9677.0, 9706.0, 9765.0, 9669.0, 9744.0, 9680.0, 9659.0, 9729.0, 9668.0, 9746.0, 9706.0, 9649.0, 9740.0, 9662.0, 9742.0, 9716.0, 9653.0, 9703.0, 9653.0, 9703.0, 9694.0, 9640.0, 9740.0, 9670.0, 9655.0, 9709.0, 9627.0, 9721.0, 9683.0, 9689.0, 9677.0, 9623.0, 9702.0, 9638.0, 9674.0, 9675.0, 9622.0, 9714.0, 9639.0, 9684.0, 9663.0, 9623.0, 9718.0, 9639.0, 9702.0, 9653.0, 9616.0, 9718.0, 9640.0, 9736.0, 9677.0, 9641.0, 9709.0, 9642.0, 9723.0, 9645.0, 9722.0, 9673.0, 9645.0, 9696.0, 9640.0, 9723.0, 9674.0, 9644.0, 9699.0, 9643.0, 9739.0, 9649.0, 9738.0, 9688.0, 9658.0, 9702.0, 9649.0, 9725.0, 9647.0, 9724.0, 9682.0, 9640.0, 9707.0, 9644.0, 9717.0, 9686.0, 9644.0, 9745.0, 9649.0, 9701.0, 9685.0, 9647.0, 9725.0, 9668.0, 9732.0, 9686.0, 9654.0, 9741.0, 9691.0, 9651.0, 9747.0, 9647.0, 9738.0, 9709.0, 9640.0, 9722.0, 9642.0, 9721.0, 9678.0, 9619.0, 9703.0, 9638.0, 9713.0, 9636.0, 9680.0, 9646.0, 9618.0, 9716.0, 9637.0, 9712.0, 9647.0, 9619.0, 9686.0, 9622.0, 9714.0, 9624.0, 9711.0, 9630.0, 9614.0, 9674.0, 9624.0, 9719.0, 9640.0, 9669.0, 9651.0, 9637.0, 9703.0, 9642.0, 9738.0, 9671.0, 9656.0, 9698.0, 9662.0, 9727.0, 9689.0, 9656.0, 9728.0, 9666.0, 9738.0, 9673.0, 9672.0, 9732.0, 9664.0, 9745.0, 9685.0, 9665.0, 9708.0, 9632.0, 9742.0, 9688.0, 9670.0, 9668.0, 9644.0, 9723.0, 9663.0, 9737.0, 9685.0, 9639.0, 9723.0, 9645.0, 9721.0, 9674.0, 9645.0, 9710.0, 9638.0, 9706.0, 9641.0, 9663.0, 9695.0, 9625.0, 9723.0, 9643.0, 9691.0, 9668.0, 9623.0, 9725.0, 9646.0, 9722.0, 9665.0, 9618.0, 9674.0, 9623.0, 9723.0, 9646.0, 9693.0, 9668.0, 9645.0, 9731.0, 9644.0, 9711.0, 9699.0, 9658.0, 9725.0, 9666.0, 9730.0, 9722.0, 9654.0, 9746.0, 9652.0, 9684.0, 9701.0, 9651.0, 9744.0, 9691.0, 9700.0, 9688.0, 9642.0, 9731.0, 9680.0, 9728.0, 9700.0, 9628.0, 9722.0, 9659.0, 9712.0, 9698.0, 9625.0, 9724.0, 9656.0, 9675.0, 9691.0, 9624.0, 9723.0, 9656.0, 9719.0, 9663.0, 9623.0, 9691.0, 9608.0, 9716.0, 9625.0, 9719.0, 9668.0, 9624.0, 9677.0, 9636.0, 9692.0, 9623.0, 9719.0, 9659.0, 9641.0, 9671.0, 9657.0, 9726.0, 9652.0, 9741.0, 9690.0, 9645.0, 9727.0, 9649.0, 9741.0, 9682.0, 9748.0, 9707.0, 9667.0, 9717.0, 9670.0, 9730.0, 9694.0, 9666.0, 9734.0, 9672.0, 9702.0, 9706.0, 9654.0, 9751.0, 9684.0, 9729.0, 9717.0, 9645.0, 9741.0, 9644.0, 9726.0, 9668.0, 9702.0, 9666.0, 9620.0, 9690.0, 9628.0, 9723.0, 9670.0, 9639.0, 9709.0, 9645.0, 9723.0, 9673.0, 9659.0, 9713.0, 9650.0, 9743.0, 9665.0, 9744.0, 9691.0, 9648.0, 9741.0, 9650.0, 9724.0, 9674.0, 9629.0, 9730.0, 9647.0, 9711.0, 9671.0, 9640.0, 9723.0, 9653.0, 9745.0, 9702.0, 9627.0, 9692.0, 9640.0, 9716.0, 9664.0, 9641.0, 9695.0, 9630.0, 9723.0, 9671.0, 9639.0, 9695.0, 9667.0, 9730.0, 9689.0, 9629.0, 9712.0, 9640.0, 9719.0, 9669.0, 9707.0, 9679.0, 9623.0, 9723.0, 9639.0, 9720.0, 9668.0, 9652.0, 9691.0, 9631.0, 9727.0, 9658.0, 9704.0, 9655.0, 9623.0, 9699.0, 9641.0, 9725.0, 9647.0, 9711.0, 9678.0, 9650.0, 9731.0, 9647.0, 9727.0, 9671.0, 9659.0, 9699.0, 9649.0, 9746.0, 9662.0, 9689.0, 9722.0, 9651.0, 9745.0, 9667.0, 9700.0, 9679.0, 9655.0, 9745.0, 9694.0, 9650.0, 9716.0, 9662.0, 9727.0, 9693.0, 9685.0, 9697.0, 9639.0, 9719.0, 9669.0, 9668.0, 9650.0, 9619.0, 9704.0, 9639.0, 9712.0, 9662.0, 9622.0, 9689.0, 9641.0, 9722.0, 9685.0, 9631.0, 9711.0, 9648.0, 9708.0, 9689.0, 9637.0, 9746.0, 9666.0, 9691.0, 9688.0, 9654.0, 9749.0, 9714.0, 9657.0, 9738.0, 9671.0, 9720.0, 9724.0, 9656.0, 9758.0, 9722.0, 9704.0, 9719.0, 9648.0, 9731.0, 9704.0, 9708.0, 9714.0, 9651.0, 9705.0, 9666.0, 9618.0, 9710.0, 9632.0, 9718.0, 9665.0, 9619.0, 9695.0, 9650.0, 9678.0, 9669.0, 9632.0, 9728.0, 9688.0, 9629.0, 9708.0, 9630.0, 9725.0, 9680.0, 9651.0, 9706.0, 9640.0, 9703.0, 9665.0, 9659.0, 9676.0, 9622.0, 9720.0, 9638.0, 9650.0, 9661.0, 9629.0, 9726.0, 9672.0, 9644.0, 9687.0, 9652.0, 9727.0, 9691.0, 9697.0, 9719.0, 9644.0, 9739.0, 9663.0, 9708.0, 9673.0, 9631.0, 9728.0, 9675.0, 9697.0, 9685.0, 9628.0, 9708.0, 9661.0, 9724.0, 9690.0, 9631.0, 9713.0, 9647.0, 9718.0, 9685.0, 9678.0, 9715.0, 9662.0, 9728.0, 9672.0, 9671.0, 9717.0, 9650.0, 9733.0, 9684.0, 9731.0, 9689.0, 9650.0, 9729.0, 9681.0, 9728.0, 9690.0, 9650.0, 9716.0, 9682.0, 9750.0, 9724.0, 9677.0, 9750.0, 9708.0, 9665.0, 9722.0, 9683.0, 9664.0, 9753.0, 9680.0, 9772.0, 9759.0, 9710.0, 9747.0, 9680.0, 9734.0, 9721.0, 9661.0, 9721.0, 9655.0, 9627.0, 9692.0, 9645.0, 9709.0, 9695.0, 9645.0, 9726.0, 9673.0, 9623.0, 9698.0, 9635.0, 9729.0, 9676.0, 9626.0, 9684.0, 9641.0, 9727.0, 9692.0, 9670.0, 9710.0, 9628.0, 9703.0, 9666.0, 9605.0, 9709.0, 9643.0, 9723.0, 9686.0, 9627.0, 9725.0, 9656.0, 9711.0, 9716.0, 9626.0, 9727.0, 9643.0, 9718.0, 9663.0, 9645.0, 9686.0, 9608.0, 9715.0, 9623.0, 9688.0, 9651.0, 9603.0, 9677.0, 9639.0, 9709.0, 9655.0, 9652.0, 9685.0, 9643.0, 9714.0, 9650.0, 9723.0, 9681.0, 9644.0, 9699.0, 9649.0, 9730.0, 9689.0, 9647.0, 9701.0, 9668.0, 9735.0, 9712.0, 9659.0, 9750.0, 9729.0, 9655.0, 9753.0, 9715.0, 9724.0, 9741.0, 9654.0, 9751.0, 9704.0, 9631.0, 9737.0, 9665.0, 9747.0, 9730.0, 9656.0, 9704.0, 9654.0, 9711.0, 9686.0, 9614.0, 9713.0, 9671.0, 9626.0, 9689.0, 9629.0, 9710.0, 9686.0, 9668.0, 9711.0, 9643.0, 9708.0, 9682.0, 9608.0, 9704.0, 9633.0, 9727.0, 9685.0, 9616.0, 9710.0, 9673.0, 9683.0, 9699.0, 9635.0, 9731.0, 9691.0, 9629.0, 9715.0, 9661.0, 9727.0, 9700.0, 9630.0, 9717.0, 9673.0, 9708.0, 9681.0, 9619.0, 9724.0, 9683.0, 9683.0, 9681.0, 9628.0, 9727.0, 9676.0, 9708.0, 9703.0, 9630.0, 9729.0, 9665.0, 9726.0, 9707.0, 9650.0, 9712.0, 9662.0, 9717.0, 9675.0, 9676.0, 9738.0, 9684.0, 9716.0, 9679.0, 9660.0, 9743.0, 9716.0, 9678.0, 9761.0, 9706.0, 9713.0, 9730.0, 9653.0, 9754.0, 9720.0, 9752.0, 9737.0, 9693.0, 9710.0, 9659.0, 9710.0, 9682.0, 9627.0, 9712.0, 9653.0, 9685.0, 9660.0, 9612.0, 9710.0, 9648.0, 9725.0, 9696.0, 9626.0, 9690.0, 9631.0, 9708.0, 9689.0, 9693.0, 9682.0, 9611.0, 9702.0, 9642.0, 9720.0, 9696.0, 9638.0, 9710.0, 9644.0, 9703.0, 9674.0, 9683.0, 9700.0, 9632.0, 9731.0, 9695.0, 9664.0, 9722.0, 9678.0, 9753.0, 9711.0, 9637.0, 9722.0, 9683.0, 9733.0, 9704.0, 9661.0, 9730.0, 9657.0, 9722.0, 9682.0, 9628.0, 9718.0, 9652.0, 9729.0, 9700.0, 9613.0, 9710.0, 9634.0, 9732.0, 9688.0, 9702.0, 9683.0, 9632.0, 9714.0, 9647.0, 9705.0, 9683.0, 9640.0, 9680.0, 9623.0, 9702.0, 9656.0, 9676.0, 9680.0, 9633.0, 9726.0, 9678.0, 9662.0, 9701.0, 9644.0, 9729.0, 9692.0, 9701.0, 9729.0, 9648.0, 9729.0, 9702.0, 9650.0, 9734.0, 9680.0, 9728.0, 9701.0, 9632.0, 9721.0, 9691.0, 9684.0, 9725.0, 9649.0, 9729.0, 9688.0, 9615.0, 9725.0, 9690.0, 9677.0, 9708.0, 9659.0, 9727.0, 9699.0, 9627.0, 9724.0, 9692.0, 9695.0, 9685.0, 9633.0, 9747.0, 9706.0, 9657.0, 9720.0, 9664.0, 9724.0, 9686.0, 9642.0, 9734.0, 9694.0, 9702.0, 9685.0, 9650.0, 9752.0, 9727.0, 9656.0, 9752.0, 9678.0, 9719.0, 9706.0, 9650.0, 9745.0, 9719.0, 9649.0, 9733.0, 9691.0, 9730.0, 9715.0, 9646.0, 9743.0, 9701.0, 9708.0, 9686.0, 9632.0, 9723.0, 9703.0, 9695.0, 9730.0, 9662.0, 9725.0, 9699.0, 9628.0, 9728.0, 9689.0, 9724.0, 9699.0, 9635.0, 9729.0, 9686.0, 9714.0, 9726.0, 9654.0, 9730.0, 9703.0, 9642.0, 9738.0, 9697.0, 9732.0, 9693.0, 9637.0, 9736.0, 9716.0, 9713.0, 9752.0, 9683.0, 9716.0, 9701.0, 9653.0, 9737.0, 9707.0, 9677.0, 9728.0, 9679.0, 9729.0, 9697.0, 9633.0, 9731.0, 9680.0, 9739.0, 9696.0, 9612.0, 9706.0, 9670.0, 9724.0, 9698.0, 9632.0, 9711.0, 9672.0, 9696.0, 9683.0, 9615.0, 9726.0, 9678.0, 9709.0, 9683.0, 9618.0, 9709.0, 9668.0, 9694.0, 9687.0, 9630.0, 9724.0, 9676.0, 9699.0, 9689.0, 9631.0, 9732.0, 9688.0, 9724.0, 9693.0, 9633.0, 9727.0, 9689.0, 9713.0, 9704.0, 9632.0, 9736.0, 9679.0, 9716.0, 9684.0, 9634.0, 9730.0, 9681.0, 9729.0, 9702.0, 9633.0, 9711.0, 9666.0, 9747.0, 9707.0, 9651.0, 9730.0, 9680.0, 9735.0, 9728.0, 9663.0, 9752.0, 9706.0, 9642.0, 9736.0, 9728.0, 9727.0, 9744.0, 9682.0, 9746.0, 9754.0, 9692.0, 9750.0, 9709.0, 9710.0, 9708.0, 9634.0, 9705.0, 9651.0, 9710.0, 9683.0, 9602.0, 9686.0, 9637.0, 9681.0, 9661.0, 9615.0, 9685.0, 9614.0, 9703.0, 9679.0, 9641.0, 9697.0, 9634.0, 9727.0, 9695.0, 9717.0, 9703.0, 9635.0, 9711.0, 9649.0, 9712.0, 9689.0, 9700.0, 9701.0, 9648.0, 9728.0, 9685.0, 9704.0, 9722.0, 9662.0, 9740.0, 9699.0, 9653.0, 9724.0, 9680.0, 9778.0, 9732.0, 9668.0, 9733.0, 9662.0, 9731.0, 9702.0, 9713.0, 9749.0, 9673.0, 9745.0, 9684.0, 9673.0, 9681.0, 9618.0, 9706.0, 9669.0, 9702.0, 9687.0, 9629.0, 9710.0, 9674.0, 9722.0, 9706.0, 9649.0, 9732.0, 9673.0, 9699.0, 9702.0, 9658.0, 9750.0, 9711.0, 9652.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.00015130036630036628</td></tr>
<tr><td colspan=3>aqi</td><td>0.02017365064102564</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.579392238276874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2442364907241033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9675754554720446</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>6417.1099</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08991655289172353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.93040293040293</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3514025634977656</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.305154126859025</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5551721208981313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.193881442736141</td></tr>
<tr><td colspan=3>gcor</td><td>0.00709584</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021158218383789062</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01764106936752796</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1092</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.928151411173975</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>42.3219</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3784</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.1191</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.6746</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.8193</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3668.0197</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.1341</td></tr>
<tr><td colspan=3>tsnr</td><td>44.60877188493032</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>