<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-02/func/sub-0093_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>89dec764daa7511033c12ac27de18c8b</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:4.600000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995118, 0.0249944, 0.0954771, -0.040142, 0.986269, 0.160194]</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.105827</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>[4142, -7786, -7236, 606, -78, -320, 65, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a478fcf2-00a8-452a-b8e8-67a07a63b2c1||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669828176498413, -0.10769816488027573, 0.24343769252300262, 115.50228881835938], [-0.06705807894468307, 2.646087408065796, 0.44076117873191833, -100.68376159667969], [0.2561579942703247, -0.4297896921634674, 2.6526341438293457, -50.71902084350586], [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': ['144404.600000', '144405.060000', '144405.520000', '144405.980000', '144406.440000', '144406.900000', '144407.360000', '144407.820000', '144408.280000', '144408.740000', '144409.200000', '144409.660000', '144410.120000', '144410.580000', '144411.040000', '144411.500000', '144411.960000', '144412.420000', '144412.880000', '144413.340000', '144413.800000', '144414.260000', '144414.720000', '144415.180000', '144415.640000', '144416.100000', '144416.560000', '144417.020000', '144417.480000', '144417.940000', '144418.400000', '144418.860000', '144419.320000', '144419.780000', '144420.240000', '144420.700000', '144421.160000', '144421.620000', '144422.080000', '144422.540000', '144423.000000', '144423.460000', '144423.920000', '144424.380000', '144424.840000', '144425.300000', '144425.760000', '144426.220000', '144426.680000', '144427.140000', '144427.600000', '144428.060000', '144428.520000', '144428.980000', '144429.440000', '144429.900000', '144430.360000', '144430.820000', '144431.280000', '144431.740000', '144432.200000', '144432.660000', '144433.120000', '144433.580000', '144434.040000', '144434.500000', '144434.960000', '144435.420000', '144435.880000', '144436.340000', '144436.800000', '144437.260000', '144437.720000', '144438.180000', '144438.640000', '144439.100000', '144439.560000', '144440.020000', '144440.480000', '144440.940000', '144441.400000', '144441.860000', '144442.320000', '144442.780000', '144443.240000', '144443.700000', '144444.160000', '144444.620000', '144445.080000', '144445.540000', '144446.000000', '144446.460000', '144446.920000', '144447.380000', '144447.840000', '144448.300000', '144448.760000', '144449.220000', '144449.680000', '144450.140000', '144450.600000', '144451.060000', '144451.520000', '144451.980000', '144452.440000', '144452.900000', '144453.360000', '144453.820000', '144454.280000', '144454.740000', '144455.200000', '144455.660000', '144456.120000', '144456.580000', '144457.040000', '144457.500000', '144457.960000', '144458.420000', '144458.880000', '144459.340000', '144459.800000', '144500.260000', '144500.720000', '144501.180000', '144501.640000', '144502.100000', '144502.560000', '144503.020000', '144503.480000', '144503.940000', '144504.400000', '144504.860000', '144505.320000', '144505.780000', '144506.240000', '144506.700000', '144507.160000', '144507.620000', '144508.080000', '144508.540000', '144509.000000', '144509.460000', '144509.920000', '144510.380000', '144510.840000', '144511.300000', '144511.760000', '144512.220000', '144512.680000', '144513.140000', '144513.600000', '144514.060000', '144514.520000', '144514.980000', '144515.440000', '144515.900000', '144516.360000', '144516.820000', '144517.280000', '144517.740000', '144518.200000', '144518.660000', '144519.120000', '144519.580000', '144520.040000', '144520.500000', '144520.960000', '144521.420000', '144521.880000', '144522.340000', '144522.800000', '144523.260000', '144523.720000', '144524.180000', '144524.640000', '144525.100000', '144525.560000', '144526.020000', '144526.480000', '144526.940000', '144527.400000', '144527.860000', '144528.320000', '144528.780000', '144529.240000', '144529.700000', '144530.160000', '144530.620000', '144531.080000', '144531.540000', '144532.000000', '144532.460000', '144532.920000', '144533.380000', '144533.840000', '144534.300000', '144534.760000', '144535.220000', '144535.680000', '144536.140000', '144536.600000', '144537.060000', '144537.520000', '144537.980000', '144538.440000', '144538.900000', '144539.360000', '144539.820000', '144540.280000', '144540.740000', '144541.200000', '144541.660000', '144542.120000', '144542.580000', '144543.040000', '144543.500000', '144543.960000', '144544.420000', '144544.880000', '144545.340000', '144545.800000', '144546.260000', '144546.720000', '144547.180000', '144547.640000', '144548.100000', '144548.560000', '144549.020000', '144549.480000', '144549.940000', '144550.400000', '144550.860000', '144551.320000', '144551.780000', '144552.240000', '144552.700000', '144553.160000', '144553.620000', '144554.080000', '144554.540000', '144555.000000', '144555.460000', '144555.920000', '144556.380000', '144556.840000', '144557.300000', '144557.760000', '144558.220000', '144558.680000', '144559.140000', '144559.600000', '144600.060000', '144600.520000', '144600.980000', '144601.440000', '144601.900000', '144602.360000', '144602.820000', '144603.280000', '144603.740000', '144604.200000', '144604.660000', '144605.120000', '144605.580000', '144606.040000', '144606.500000', '144606.960000', '144607.420000', '144607.880000', '144608.340000', '144608.800000', '144609.260000', '144609.720000', '144610.180000', '144610.640000', '144611.100000', '144611.560000', '144612.020000', '144612.480000', '144612.940000', '144613.400000', '144613.860000', '144614.320000', '144614.780000', '144615.240000', '144615.700000', '144616.160000', '144616.620000', '144617.080000', '144617.540000', '144618.000000', '144618.460000', '144618.920000', '144619.380000', '144619.840000', '144620.300000', '144620.760000', '144621.220000', '144621.680000', '144622.140000', '144622.600000', '144623.060000', '144623.520000', '144623.980000', '144624.440000', '144624.900000', '144625.360000', '144625.820000', '144626.280000', '144626.740000', '144627.200000', '144627.660000', '144628.120000', '144628.580000', '144629.040000', '144629.500000', '144629.960000', '144630.420000', '144630.880000', '144631.340000', '144631.800000', '144632.260000', '144632.720000', '144633.180000', '144633.640000', '144634.100000', '144634.560000', '144635.020000', '144635.480000', '144635.940000', '144636.400000', '144636.860000', '144637.320000', '144637.780000', '144638.240000', '144638.700000', '144639.160000', '144639.620000', '144640.080000', '144640.540000', '144641.000000', '144641.460000', '144641.920000', '144642.380000', '144642.840000', '144643.300000', '144643.760000', '144644.220000', '144644.680000', '144645.140000', '144645.600000', '144646.060000', '144646.520000', '144646.980000', '144647.440000', '144647.900000', '144648.360000', '144648.820000', '144649.280000', '144649.740000', '144650.200000', '144650.660000', '144651.120000', '144651.580000', '144652.040000', '144652.500000', '144652.960000', '144653.420000', '144653.880000', '144654.340000', '144654.800000', '144655.260000', '144655.720000', '144656.180000', '144656.640000', '144657.100000', '144657.560000', '144658.020000', '144658.480000', '144658.940000', '144659.400000', '144659.860000', '144700.320000', '144700.780000', '144701.240000', '144701.700000', '144702.160000', '144702.620000', '144703.080000', '144703.540000', '144704.000000', '144704.460000', '144704.920000', '144705.380000', '144705.840000', '144706.300000', '144706.760000', '144707.220000', '144707.680000', '144708.140000', '144708.600000', '144709.060000', '144709.520000', '144709.980000', '144710.440000', '144710.900000', '144711.360000', '144711.820000', '144712.280000', '144712.740000', '144713.200000', '144713.660000', '144714.120000', '144714.580000', '144715.040000', '144715.500000', '144715.960000', '144716.420000', '144716.880000', '144717.340000', '144717.800000', '144718.260000', '144718.720000', '144719.180000', '144719.640000', '144720.100000', '144720.560000', '144721.020000', '144721.480000', '144721.940000', '144722.400000', '144722.860000', '144723.320000', '144723.780000', '144724.240000', '144724.700000', '144725.160000', '144725.620000', '144726.080000', '144726.540000', '144727.000000', '144727.460000', '144727.920000', '144728.380000', '144728.840000', '144729.300000', '144729.760000', '144730.220000', '144730.680000', '144731.140000', '144731.600000', '144732.060000', '144732.520000', '144732.980000', '144733.440000', '144733.900000', '144734.360000', '144734.820000', '144735.280000', '144735.740000', '144736.200000', '144736.660000', '144737.120000', '144737.580000', '144738.040000', '144738.500000', '144738.960000', '144739.420000', '144739.880000', '144740.340000', '144740.800000', '144741.260000', '144741.720000', '144742.180000', '144742.640000', '144743.100000', '144743.560000', '144744.020000', '144744.480000', '144744.940000', '144745.400000', '144745.860000', '144746.320000', '144746.780000', '144747.240000', '144747.700000', '144748.160000', '144748.620000', '144749.080000', '144749.540000', '144750.000000', '144750.460000', '144750.920000', '144751.380000', '144751.840000', '144752.300000', '144752.760000', '144753.220000', '144753.680000', '144754.140000', '144754.600000', '144755.060000', '144755.520000', '144755.980000', '144756.440000', '144756.900000', '144757.360000', '144757.820000', '144758.280000', '144758.740000', '144759.200000', '144759.660000', '144800.120000', '144800.580000', '144801.040000', '144801.500000', '144801.960000', '144802.420000', '144802.880000', '144803.340000', '144803.800000', '144804.260000', '144804.720000', '144805.180000', '144805.640000', '144806.100000', '144806.560000', '144807.020000', '144807.480000', '144807.940000', '144808.400000', '144808.860000', '144809.320000', '144809.780000', '144810.240000', '144810.700000', '144811.160000', '144811.620000', '144812.080000', '144812.540000', '144813.000000', '144813.460000', '144813.920000', '144814.380000', '144814.840000', '144815.300000', '144815.760000', '144816.220000', '144816.680000', '144817.140000', '144817.600000', '144818.060000', '144818.520000', '144818.980000', '144819.440000', '144819.900000', '144820.360000', '144820.820000', '144821.280000', '144821.740000', '144822.200000', '144822.660000', '144823.120000', '144823.580000', '144824.040000', '144824.500000', '144824.960000', '144825.420000', '144825.880000', '144826.340000', '144826.800000', '144827.260000', '144827.720000', '144828.180000', '144828.640000', '144829.100000', '144829.560000', '144830.020000', '144830.480000', '144830.940000', '144831.400000', '144831.860000', '144832.320000', '144832.780000', '144833.240000', '144833.700000', '144834.160000', '144834.620000', '144835.080000', '144835.540000', '144836.000000', '144836.460000', '144836.920000', '144837.380000', '144837.840000', '144838.300000', '144838.760000', '144839.220000', '144839.680000', '144840.140000', '144840.600000', '144841.060000', '144841.520000', '144841.980000', '144842.440000', '144842.900000', '144843.360000', '144843.820000', '144844.280000', '144844.740000', '144845.200000', '144845.660000', '144846.120000', '144846.580000', '144847.040000', '144847.500000', '144847.960000', '144848.420000', '144848.880000', '144849.340000', '144849.800000', '144850.260000', '144850.720000', '144851.180000', '144851.640000', '144852.100000', '144852.560000', '144853.020000', '144853.480000', '144853.940000', '144854.400000', '144854.860000', '144855.320000', '144855.780000', '144856.240000', '144856.700000', '144857.160000', '144857.620000', '144858.080000', '144858.540000', '144859.000000', '144859.460000', '144859.920000', '144900.380000', '144900.840000', '144901.300000', '144901.760000', '144902.220000', '144902.680000', '144903.140000', '144903.600000', '144904.060000', '144904.520000', '144904.980000', '144905.440000', '144905.900000', '144906.360000', '144906.820000', '144907.280000', '144907.740000', '144908.200000', '144908.660000', '144909.120000', '144909.580000', '144910.040000', '144910.500000', '144910.960000', '144911.420000', '144911.880000', '144912.340000', '144912.800000', '144913.260000', '144913.720000', '144914.180000', '144914.640000', '144915.100000', '144915.560000', '144916.020000', '144916.480000', '144916.940000', '144917.400000', '144917.860000', '144918.320000', '144918.780000', '144919.240000', '144919.700000', '144920.160000', '144920.620000', '144921.080000', '144921.540000', '144922.000000', '144922.460000', '144922.920000', '144923.380000', '144923.840000', '144924.300000', '144924.760000', '144925.220000', '144925.680000', '144926.140000', '144926.600000', '144927.060000', '144927.520000', '144927.980000', '144928.440000', '144928.900000', '144929.360000', '144929.820000', '144930.280000', '144930.740000', '144931.200000', '144931.660000', '144932.120000', '144932.580000', '144933.040000', '144933.500000', '144933.960000', '144934.420000', '144934.880000', '144935.340000', '144935.800000', '144936.260000', '144936.720000', '144937.180000', '144937.640000', '144938.100000', '144938.560000', '144939.020000', '144939.480000', '144939.940000', '144940.400000', '144940.860000', '144941.320000', '144941.780000', '144942.240000', '144942.700000', '144943.160000', '144943.620000', '144944.080000', '144944.540000', '144945.000000', '144945.460000', '144945.920000', '144946.380000', '144946.840000', '144947.300000', '144947.760000', '144948.220000', '144948.680000', '144949.140000', '144949.600000', '144950.060000', '144950.520000', '144950.980000', '144951.440000', '144951.900000', '144952.360000', '144952.820000', '144953.280000', '144953.740000', '144954.200000', '144954.660000', '144955.120000', '144955.580000', '144956.040000', '144956.500000', '144956.960000', '144957.420000', '144957.880000', '144958.340000', '144958.800000', '144959.260000', '144959.720000', '145000.180000', '145000.640000', '145001.100000', '145001.560000', '145002.020000', '145002.480000', '145002.940000', '145003.400000', '145003.860000', '145004.320000', '145004.780000', '145005.240000', '145005.700000', '145006.160000', '145006.620000', '145007.080000', '145007.540000', '145008.000000', '145008.460000', '145008.920000', '145009.380000', '145009.840000', '145010.300000', '145010.760000', '145011.220000', '145011.680000', '145012.140000', '145012.600000', '145013.060000', '145013.520000', '145013.980000', '145014.440000', '145014.900000', '145015.360000', '145015.820000', '145016.280000', '145016.740000', '145017.200000', '145017.660000', '145018.120000', '145018.580000', '145019.040000', '145019.500000', '145019.960000', '145020.420000', '145020.880000', '145021.340000', '145021.800000', '145022.260000', '145022.720000', '145023.180000', '145023.640000', '145024.100000', '145024.560000', '145025.020000', '145025.480000', '145025.940000', '145026.400000', '145026.860000', '145027.320000', '145027.780000', '145028.240000', '145028.700000', '145029.160000', '145029.620000', '145030.080000', '145030.540000', '145031.000000', '145031.460000', '145031.920000', '145032.380000', '145032.840000', '145033.300000', '145033.760000', '145034.220000', '145034.680000', '145035.140000', '145035.600000', '145036.060000', '145036.520000', '145036.980000', '145037.440000', '145037.900000', '145038.360000', '145038.820000', '145039.280000', '145039.740000', '145040.200000', '145040.660000', '145041.120000', '145041.580000', '145042.040000', '145042.500000', '145042.960000', '145043.420000', '145043.880000', '145044.340000', '145044.800000', '145045.260000', '145045.720000', '145046.180000', '145046.640000', '145047.100000', '145047.560000', '145048.020000', '145048.480000', '145048.940000', '145049.400000', '145049.860000', '145050.320000', '145050.780000', '145051.240000', '145051.700000', '145052.160000', '145052.620000', '145053.080000', '145053.540000', '145054.000000', '145054.460000', '145054.920000', '145055.380000', '145055.840000', '145056.300000', '145056.760000', '145057.220000', '145057.680000', '145058.140000', '145058.600000', '145059.060000', '145059.520000', '145059.980000', '145100.440000', '145100.900000', '145101.360000', '145101.820000', '145102.280000', '145102.740000', '145103.200000', '145103.660000', '145104.120000', '145104.580000', '145105.040000', '145105.500000', '145105.960000', '145106.420000', '145106.880000', '145107.340000', '145107.800000', '145108.260000', '145108.720000', '145109.180000', '145109.640000', '145110.100000', '145110.560000', '145111.020000', '145111.480000', '145111.940000', '145112.400000', '145112.860000', '145113.320000', '145113.780000', '145114.240000', '145114.700000', '145115.160000', '145115.620000', '145116.080000', '145116.540000', '145117.000000', '145117.460000', '145117.920000', '145118.380000', '145118.840000', '145119.300000', '145119.760000', '145120.220000', '145120.680000', '145121.140000', '145121.600000', '145122.060000', '145122.520000', '145122.980000', '145123.440000', '145123.900000', '145124.360000', '145124.820000', '145125.280000', '145125.740000', '145126.200000', '145126.660000', '145127.120000', '145127.580000', '145128.040000', '145128.500000', '145128.960000', '145129.420000', '145129.880000', '145130.340000', '145130.800000', '145131.260000', '145131.720000', '145132.180000', '145132.640000', '145133.100000', '145133.560000', '145134.020000', '145134.480000', '145134.940000', '145135.400000', '145135.860000', '145136.320000', '145136.780000', '145137.240000', '145137.700000', '145138.160000', '145138.620000', '145139.080000', '145139.540000', '145140.000000', '145140.460000', '145140.920000', '145141.380000', '145141.840000', '145142.300000', '145142.760000', '145143.220000', '145143.680000', '145144.140000', '145144.600000', '145145.060000', '145145.520000', '145145.980000', '145146.440000', '145146.900000', '145147.360000', '145147.820000', '145148.280000', '145148.740000', '145149.200000', '145149.660000', '145150.120000', '145150.580000', '145151.040000', '145151.500000', '145151.960000', '145152.420000', '145152.880000', '145153.340000', '145153.800000', '145154.260000', '145154.720000', '145155.180000', '145155.640000', '145156.100000', '145156.560000', '145157.020000', '145157.480000', '145157.940000', '145158.400000', '145158.860000', '145159.320000', '145159.780000', '145200.240000', '145200.700000', '145201.160000', '145201.620000', '145202.080000', '145202.540000', '145203.000000', '145203.460000', '145203.920000', '145204.380000', '145204.840000', '145205.300000', '145205.760000', '145206.220000', '145206.680000', '145207.140000', '145207.600000', '145208.060000', '145208.520000', '145208.980000', '145209.440000', '145209.900000', '145210.360000', '145210.820000', '145211.280000', '145211.740000', '145212.200000', '145212.660000', '145213.120000', '145213.580000', '145214.040000', '145214.500000', '145214.960000', '145215.420000', '145215.880000', '145216.340000', '145216.800000', '145217.260000', '145217.720000', '145218.180000', '145218.640000', '145219.100000', '145219.560000', '145220.020000', '145220.480000', '145220.940000', '145221.400000', '145221.860000', '145222.320000', '145222.780000', '145223.240000', '145223.700000', '145224.160000', '145224.620000', '145225.080000', '145225.540000', '145226.000000', '145226.460000', '145226.920000', '145227.380000', '145227.840000', '145228.300000', '145228.760000', '145229.220000'], 'ContentTime': ['144430.615000', '144430.618000', '144430.620000', '144430.623000', '144430.626000', '144430.628000', '144430.631000', '144430.633000', '144430.636000', '144430.638000', '144430.641000', '144430.644000', '144430.646000', '144430.649000', '144430.651000', '144430.654000', '144430.656000', '144430.659000', '144430.662000', '144430.668000', '144430.671000', '144430.673000', '144430.676000', '144430.678000', '144430.681000', '144430.683000', '144430.686000', '144430.689000', '144430.691000', '144430.694000', '144430.696000', '144430.699000', '144430.701000', '144430.704000', '144430.706000', '144430.709000', '144430.711000', '144430.714000', '144430.716000', '144430.719000', '144430.722000', '144430.724000', '144430.727000', '144430.729000', '144430.732000', '144430.734000', '144430.737000', '144430.739000', '144430.742000', '144430.744000', '144430.747000', '144430.757000', '144430.759000', '144430.762000', '144430.764000', '144450.586000', '144450.589000', '144450.592000', '144450.594000', '144450.597000', '144450.607000', '144450.610000', '144450.613000', '144450.615000', '144450.618000', '144450.620000', '144450.623000', '144450.625000', '144450.628000', '144450.630000', '144450.633000', '144450.635000', '144450.638000', '144450.640000', '144450.643000', '144450.645000', '144450.648000', '144450.650000', '144450.653000', '144450.655000', '144450.658000', '144450.661000', '144450.663000', '144450.666000', '144450.668000', '144450.671000', '144450.673000', '144450.676000', '144450.678000', '144450.681000', '144450.683000', '144450.686000', '144450.688000', '144450.691000', '144450.693000', '144450.696000', '144450.698000', '144450.701000', '144510.588000', '144510.590000', '144510.593000', '144510.596000', '144510.598000', '144510.601000', '144510.603000', '144510.606000', '144510.608000', '144510.611000', '144510.613000', '144510.616000', '144510.619000', '144510.621000', '144510.633000', '144510.635000', '144510.638000', '144510.640000', '144510.643000', '144510.646000', '144510.648000', '144510.651000', '144510.653000', '144510.656000', '144510.658000', '144510.661000', '144510.663000', '144510.666000', '144510.669000', '144510.671000', '144510.674000', '144510.676000', '144510.679000', '144510.681000', '144510.684000', '144510.686000', '144510.689000', '144510.692000', '144510.694000', '144510.697000', '144510.699000', '144510.702000', '144510.704000', '144510.707000', '144530.586000', '144530.589000', '144530.592000', '144530.594000', '144530.597000', '144530.604000', '144530.607000', '144530.609000', '144530.612000', '144530.614000', '144530.617000', '144530.620000', '144530.622000', '144530.625000', '144530.627000', '144530.630000', '144530.632000', '144530.635000', '144530.637000', '144530.640000', '144530.643000', '144530.645000', '144530.648000', '144530.650000', '144530.653000', '144530.655000', '144530.658000', '144530.660000', '144530.663000', '144530.666000', '144530.668000', '144530.671000', '144530.673000', '144530.676000', '144530.678000', '144530.681000', '144530.683000', '144530.686000', '144530.689000', '144530.691000', '144530.694000', '144530.696000', '144530.699000', '144550.586000', '144550.589000', '144550.592000', '144550.594000', '144550.597000', '144550.599000', '144550.602000', '144550.604000', '144550.607000', '144550.609000', '144550.612000', '144550.614000', '144550.617000', '144550.620000', '144550.622000', '144550.625000', '144550.627000', '144550.630000', '144550.632000', '144550.635000', '144550.637000', '144550.640000', '144550.642000', '144550.645000', '144550.648000', '144550.650000', '144550.653000', '144550.655000', '144550.658000', '144550.660000', '144550.663000', '144550.666000', '144550.668000', '144550.671000', '144550.673000', '144550.676000', '144550.678000', '144550.681000', '144550.683000', '144550.686000', '144550.688000', '144550.691000', '144550.694000', '144550.696000', '144610.586000', '144610.589000', '144610.592000', '144610.594000', '144610.597000', '144610.600000', '144610.602000', '144610.605000', '144610.615000', '144610.618000', '144610.621000', '144610.623000', '144610.626000', '144610.628000', '144610.631000', '144610.633000', '144610.636000', '144610.638000', '144610.641000', '144610.644000', '144610.646000', '144610.649000', '144610.651000', '144610.654000', '144610.656000', '144610.659000', '144610.661000', '144610.664000', '144610.667000', '144610.669000', '144610.672000', '144610.674000', '144610.677000', '144610.679000', '144610.682000', '144610.685000', '144610.687000', '144610.690000', '144610.692000', '144610.695000', '144610.697000', '144610.700000', '144610.703000', '144630.586000', '144630.589000', '144630.592000', '144630.594000', '144630.597000', '144630.600000', '144630.602000', '144630.605000', '144630.608000', '144630.610000', '144630.613000', '144630.615000', '144630.618000', '144630.620000', '144630.623000', '144630.626000', '144630.629000', '144630.632000', '144630.634000', '144630.637000', '144630.639000', '144630.642000', '144630.645000', '144630.647000', '144630.650000', '144630.652000', '144630.655000', '144630.657000', '144630.660000', '144630.663000', '144630.665000', '144630.668000', '144630.670000', '144630.673000', '144630.675000', '144630.678000', '144630.681000', '144630.684000', '144630.686000', '144630.689000', '144630.692000', '144630.694000', '144630.697000', '144650.585000', '144650.588000', '144650.591000', '144650.593000', '144650.596000', '144650.598000', '144650.601000', '144650.604000', '144650.606000', '144650.609000', '144650.629000', '144650.632000', '144650.634000', '144650.637000', '144650.639000', '144650.642000', '144650.644000', '144650.647000', '144650.650000', '144650.652000', '144650.655000', '144650.657000', '144650.660000', '144650.662000', '144650.665000', '144650.668000', '144650.670000', '144650.673000', '144650.675000', '144650.678000', '144650.680000', '144650.683000', '144650.685000', '144650.688000', '144650.691000', '144650.693000', '144650.696000', '144650.698000', '144650.701000', '144650.703000', '144650.706000', '144650.709000', '144650.711000', '144650.714000', '144710.587000', '144710.589000', '144710.592000', '144710.594000', '144710.597000', '144710.600000', '144710.602000', '144710.605000', '144710.607000', '144710.610000', '144710.613000', '144710.615000', '144710.618000', '144710.621000', '144710.623000', '144710.626000', '144710.628000', '144710.631000', '144710.633000', '144710.636000', '144710.638000', '144710.641000', '144710.643000', '144710.646000', '144710.649000', '144710.651000', '144710.654000', '144710.656000', '144710.659000', '144710.661000', '144710.664000', '144710.667000', '144710.669000', '144710.672000', '144710.674000', '144710.677000', '144710.679000', '144710.682000', '144710.685000', '144710.687000', '144710.690000', '144710.692000', '144710.695000', '144730.587000', '144730.589000', '144730.592000', '144730.594000', '144730.597000', '144730.600000', '144730.602000', '144730.605000', '144730.607000', '144730.610000', '144730.613000', '144730.615000', '144730.618000', '144730.620000', '144730.623000', '144730.626000', '144730.628000', '144730.631000', '144730.633000', '144730.636000', '144730.638000', '144730.641000', '144730.643000', '144730.646000', '144730.649000', '144730.651000', '144730.654000', '144730.656000', '144730.659000', '144730.661000', '144730.664000', '144730.667000', '144730.669000', '144730.672000', '144730.674000', '144730.677000', '144730.679000', '144730.682000', '144730.684000', '144730.687000', '144730.690000', '144730.692000', '144730.695000', '144730.697000', '144750.586000', '144750.589000', '144750.592000', '144750.594000', '144750.597000', '144750.599000', '144750.602000', '144750.605000', '144750.608000', '144750.611000', '144750.614000', '144750.616000', '144750.619000', '144750.622000', '144750.624000', '144750.627000', '144750.629000', '144750.632000', '144750.634000', '144750.637000', '144750.639000', '144750.642000', '144750.645000', '144750.647000', '144750.650000', '144750.652000', '144750.655000', '144750.657000', '144750.660000', '144750.663000', '144750.665000', '144750.669000', '144750.672000', '144750.674000', '144750.677000', '144750.679000', '144750.682000', '144750.684000', '144750.687000', '144750.689000', '144750.692000', '144750.695000', '144750.697000', '144810.587000', '144810.589000', '144810.592000', '144810.595000', '144810.597000', '144810.600000', '144810.602000', '144810.605000', '144810.608000', '144810.610000', '144810.613000', '144810.615000', '144810.618000', '144810.620000', '144810.623000', '144810.625000', '144810.628000', '144810.631000', '144810.633000', '144810.636000', '144810.638000', '144810.641000', '144810.644000', '144810.646000', '144810.649000', '144810.651000', '144810.654000', '144810.656000', '144810.659000', '144810.661000', '144810.664000', '144810.666000', '144810.669000', '144810.672000', '144810.674000', '144810.677000', '144810.679000', '144810.682000', '144810.685000', '144810.687000', '144810.690000', '144810.692000', '144810.695000', '144810.697000', '144830.586000', '144830.589000', '144830.592000', '144830.594000', '144830.597000', '144830.600000', '144830.603000', '144830.605000', '144830.608000', '144830.610000', '144830.613000', '144830.615000', '144830.618000', '144830.621000', '144830.623000', '144830.626000', '144830.629000', '144830.631000', '144830.634000', '144830.637000', '144830.639000', '144830.642000', '144830.644000', '144830.647000', '144830.649000', '144830.652000', '144830.655000', '144830.657000', '144830.660000', '144830.662000', '144830.665000', '144830.667000', '144830.670000', '144830.673000', '144830.675000', '144830.678000', '144830.680000', '144830.683000', '144830.685000', '144830.688000', '144830.691000', '144830.693000', '144830.696000', '144850.586000', '144850.589000', '144850.592000', '144850.594000', '144850.597000', '144850.600000', '144850.602000', '144850.605000', '144850.607000', '144850.610000', '144850.613000', '144850.615000', '144850.618000', '144850.620000', '144850.623000', '144850.625000', '144850.628000', '144850.630000', '144850.633000', '144850.636000', '144850.638000', '144850.641000', '144850.643000', '144850.646000', '144850.648000', '144850.651000', '144850.654000', '144850.656000', '144850.659000', '144850.661000', '144850.664000', '144850.666000', '144850.669000', '144850.672000', '144850.674000', '144850.677000', '144850.680000', '144850.682000', '144850.685000', '144850.687000', '144850.690000', '144850.692000', '144850.695000', '144850.697000', '144910.586000', '144910.588000', '144910.591000', '144910.594000', '144910.596000', '144910.599000', '144910.601000', '144910.604000', '144910.607000', '144910.609000', '144910.612000', '144910.614000', '144910.617000', '144910.619000', '144910.622000', '144910.624000', '144910.627000', '144910.630000', '144910.632000', '144910.635000', '144910.637000', '144910.640000', '144910.642000', '144910.645000', '144910.648000', '144910.650000', '144910.653000', '144910.655000', '144910.658000', '144910.660000', '144910.663000', '144910.665000', '144910.668000', '144910.671000', '144910.673000', '144910.676000', '144910.678000', '144910.681000', '144910.683000', '144910.686000', '144910.689000', '144910.691000', '144910.694000', '144930.586000', '144930.589000', '144930.592000', '144930.594000', '144930.597000', '144930.600000', '144930.602000', '144930.605000', '144930.607000', '144930.610000', '144930.619000', '144930.621000', '144930.624000', '144930.626000', '144930.629000', '144930.632000', '144930.634000', '144930.637000', '144930.639000', '144930.642000', '144930.645000', '144930.647000', '144930.650000', '144930.652000', '144930.655000', '144930.657000', '144930.660000', '144930.663000', '144930.665000', '144930.668000', '144930.670000', '144930.673000', '144930.675000', '144930.678000', '144930.681000', '144930.683000', '144930.686000', '144930.688000', '144930.691000', '144930.693000', '144930.696000', '144930.699000', '144930.701000', '144930.704000', '144950.586000', '144950.589000', '144950.592000', '144950.595000', '144950.597000', '144950.600000', '144950.602000', '144950.605000', '144950.607000', '144950.610000', '144950.613000', '144950.615000', '144950.618000', '144950.620000', '144950.623000', '144950.625000', '144950.637000', '144950.639000', '144950.642000', '144950.645000', '144950.647000', '144950.650000', '144950.652000', '144950.655000', '144950.657000', '144950.660000', '144950.662000', '144950.665000', '144950.668000', '144950.670000', '144950.673000', '144950.675000', '144950.678000', '144950.681000', '144950.684000', '144950.687000', '144950.690000', '144950.692000', '144950.695000', '144950.697000', '144950.700000', '144950.703000', '144950.705000', '145010.587000', '145010.590000', '145010.593000', '145010.595000', '145010.598000', '145010.601000', '145010.603000', '145010.606000', '145010.608000', '145010.611000', '145010.614000', '145010.616000', '145010.619000', '145010.621000', '145010.624000', '145010.626000', '145010.629000', '145010.632000', '145010.634000', '145010.637000', '145010.639000', '145010.642000', '145010.645000', '145010.647000', '145010.650000', '145010.652000', '145010.655000', '145010.657000', '145010.660000', '145010.662000', '145010.665000', '145010.668000', '145010.670000', '145010.673000', '145010.675000', '145010.679000', '145010.682000', '145010.684000', '145010.687000', '145010.690000', '145010.692000', '145010.695000', '145010.697000', '145010.700000', '145030.587000', '145030.589000', '145030.592000', '145030.594000', '145030.597000', '145030.600000', '145030.602000', '145030.605000', '145030.608000', '145030.610000', '145030.613000', '145030.615000', '145030.618000', '145030.620000', '145030.623000', '145030.626000', '145030.628000', '145030.631000', '145030.633000', '145030.636000', '145030.638000', '145030.641000', '145030.643000', '145030.646000', '145030.649000', '145030.651000', '145030.654000', '145030.656000', '145030.659000', '145030.662000', '145030.664000', '145030.667000', '145030.669000', '145030.672000', '145030.674000', '145030.677000', '145030.679000', '145030.682000', '145030.685000', '145030.687000', '145030.690000', '145030.692000', '145030.695000', '145050.586000', '145050.589000', '145050.592000', '145050.594000', '145050.597000', '145050.599000', '145050.602000', '145050.605000', '145050.607000', '145050.610000', '145050.612000', '145050.615000', '145050.617000', '145050.620000', '145050.623000', '145050.625000', '145050.628000', '145050.630000', '145050.633000', '145050.635000', '145050.638000', '145050.641000', '145050.643000', '145050.646000', '145050.648000', '145050.651000', '145050.653000', '145050.656000', '145050.658000', '145050.661000', '145050.664000', '145050.666000', '145050.669000', '145050.671000', '145050.674000', '145050.676000', '145050.679000', '145050.681000', '145050.684000', '145050.686000', '145050.689000', '145050.692000', '145050.694000', '145050.697000', '145110.587000', '145110.589000', '145110.592000', '145110.595000', '145110.597000', '145110.600000', '145110.603000', '145110.605000', '145110.608000', '145110.611000', '145110.613000', '145110.616000', '145110.618000', '145110.621000', '145110.623000', '145110.626000', '145110.629000', '145110.631000', '145110.634000', '145110.636000', '145110.639000', '145110.641000', '145110.644000', '145110.646000', '145110.649000', '145110.652000', '145110.654000', '145110.664000', '145110.667000', '145110.669000', '145110.672000', '145110.674000', '145110.677000', '145110.679000', '145110.682000', '145110.684000', '145110.687000', '145110.690000', '145110.692000', '145110.695000', '145110.697000', '145110.700000', '145110.702000', '145130.585000', '145130.588000', '145130.591000', '145130.594000', '145130.596000', '145130.599000', '145130.602000', '145130.605000', '145130.607000', '145130.610000', '145130.612000', '145130.615000', '145130.617000', '145130.620000', '145130.622000', '145130.625000', '145130.628000', '145130.630000', '145130.633000', '145130.635000', '145130.638000', '145130.640000', '145130.643000', '145130.646000', '145130.648000', '145130.651000', '145130.653000', '145130.656000', '145130.658000', '145130.661000', '145130.663000', '145130.666000', '145130.669000', '145130.671000', '145130.674000', '145130.676000', '145130.679000', '145130.681000', '145130.684000', '145130.687000', '145130.690000', '145130.692000', '145130.695000', '145130.697000', '145150.587000', '145150.589000', '145150.592000', '145150.595000', '145150.597000', '145150.600000', '145150.602000', '145150.605000', '145150.608000', '145150.610000', '145150.613000', '145150.615000', '145150.618000', '145150.620000', '145150.623000', '145150.625000', '145150.628000', '145150.630000', '145150.633000', '145150.636000', '145150.638000', '145150.641000', '145150.643000', '145150.646000', '145150.648000', '145150.651000', '145150.654000', '145150.656000', '145150.659000', '145150.661000', '145150.664000', '145150.667000', '145150.669000', '145150.672000', '145150.674000', '145150.677000', '145150.679000', '145150.682000', '145150.684000', '145150.687000', '145150.690000', '145150.692000', '145150.695000', '145210.587000', '145210.589000', '145210.592000', '145210.594000', '145210.597000', '145210.600000', '145210.602000', '145210.605000', '145210.607000', '145210.610000', '145210.612000', '145210.615000', '145210.618000', '145210.620000', '145210.623000', '145210.626000', '145210.628000', '145210.631000', '145210.634000', '145210.636000', '145210.639000', '145210.641000', '145210.644000', '145210.646000', '145210.649000', '145210.652000', '145210.654000', '145210.657000', '145210.660000', '145210.662000', '145210.665000', '145210.667000', '145210.670000', '145210.672000', '145210.675000', '145210.677000', '145210.680000', '145210.682000', '145210.685000', '145210.688000', '145210.690000', '145210.693000', '145210.695000', '145210.698000', '145230.304000', '145230.307000', '145230.310000', '145230.313000', '145230.316000', '145230.318000', '145230.321000', '145230.323000', '145230.326000', '145230.329000', '145230.332000', '145230.334000', '145230.337000', '145230.340000', '145230.342000', '145230.345000', '145230.348000', '145230.350000', '145230.353000', '145230.356000', '145230.359000', '145230.361000', '145230.365000', '145230.385000', '145230.388000', '145230.391000', '145230.393000', '145230.396000', '145230.399000', '145230.401000', '145230.404000', '145230.407000', '145230.410000', '145230.412000', '145230.415000', '145230.418000', '145230.421000', '145230.426000', '145230.429000', '145230.432000', '145230.434000', '145230.437000', '145230.440000'], 'InstanceCreationTime': ['144430.615000', '144430.618000', '144430.620000', '144430.623000', '144430.626000', '144430.628000', '144430.631000', '144430.633000', '144430.636000', '144430.638000', '144430.641000', '144430.644000', '144430.646000', '144430.649000', '144430.651000', '144430.654000', '144430.656000', '144430.659000', '144430.662000', '144430.668000', '144430.671000', '144430.673000', '144430.676000', '144430.678000', '144430.681000', '144430.683000', '144430.686000', '144430.689000', '144430.691000', '144430.694000', '144430.696000', '144430.699000', '144430.701000', '144430.704000', '144430.706000', '144430.709000', '144430.711000', '144430.714000', '144430.716000', '144430.719000', '144430.722000', '144430.724000', '144430.727000', '144430.729000', '144430.732000', '144430.734000', '144430.737000', '144430.739000', '144430.742000', '144430.744000', '144430.747000', '144430.757000', '144430.759000', '144430.762000', '144430.764000', '144450.586000', '144450.589000', '144450.592000', '144450.594000', '144450.597000', '144450.607000', '144450.610000', '144450.613000', '144450.615000', '144450.618000', '144450.620000', '144450.623000', '144450.625000', '144450.628000', '144450.630000', '144450.633000', '144450.635000', '144450.638000', '144450.640000', '144450.643000', '144450.645000', '144450.648000', '144450.650000', '144450.653000', '144450.655000', '144450.658000', '144450.661000', '144450.663000', '144450.666000', '144450.668000', '144450.671000', '144450.673000', '144450.676000', '144450.678000', '144450.681000', '144450.683000', '144450.686000', '144450.688000', '144450.691000', '144450.693000', '144450.696000', '144450.698000', '144450.701000', '144510.588000', '144510.590000', '144510.593000', '144510.596000', '144510.598000', '144510.601000', '144510.603000', '144510.606000', '144510.608000', '144510.611000', '144510.613000', '144510.616000', '144510.619000', '144510.621000', '144510.633000', '144510.635000', '144510.638000', '144510.640000', '144510.643000', '144510.646000', '144510.648000', '144510.651000', '144510.653000', '144510.656000', '144510.658000', '144510.661000', '144510.663000', '144510.666000', '144510.669000', '144510.671000', '144510.674000', '144510.676000', '144510.679000', '144510.681000', '144510.684000', '144510.686000', '144510.689000', '144510.692000', '144510.694000', '144510.697000', '144510.699000', '144510.702000', '144510.704000', '144510.707000', '144530.586000', '144530.589000', '144530.592000', '144530.594000', '144530.597000', '144530.604000', '144530.607000', '144530.609000', '144530.612000', '144530.614000', '144530.617000', '144530.620000', '144530.622000', '144530.625000', '144530.627000', '144530.630000', '144530.632000', '144530.635000', '144530.637000', '144530.640000', '144530.643000', '144530.645000', '144530.648000', '144530.650000', '144530.653000', '144530.655000', '144530.658000', '144530.660000', '144530.663000', '144530.666000', '144530.668000', '144530.671000', '144530.673000', '144530.676000', '144530.678000', '144530.681000', '144530.683000', '144530.686000', '144530.689000', '144530.691000', '144530.694000', '144530.696000', '144530.699000', '144550.586000', '144550.589000', '144550.592000', '144550.594000', '144550.597000', '144550.599000', '144550.602000', '144550.604000', '144550.607000', '144550.609000', '144550.612000', '144550.614000', '144550.617000', '144550.620000', '144550.622000', '144550.625000', '144550.627000', '144550.630000', '144550.632000', '144550.635000', '144550.637000', '144550.640000', '144550.642000', '144550.645000', '144550.648000', '144550.650000', '144550.653000', '144550.655000', '144550.658000', '144550.660000', '144550.663000', '144550.666000', '144550.668000', '144550.671000', '144550.673000', '144550.676000', '144550.678000', '144550.681000', '144550.683000', '144550.686000', '144550.688000', '144550.691000', '144550.694000', '144550.696000', '144610.586000', '144610.589000', '144610.592000', '144610.594000', '144610.597000', '144610.600000', '144610.602000', '144610.605000', '144610.615000', '144610.618000', '144610.621000', '144610.623000', '144610.626000', '144610.628000', '144610.631000', '144610.633000', '144610.636000', '144610.638000', '144610.641000', '144610.644000', '144610.646000', '144610.649000', '144610.651000', '144610.654000', '144610.656000', '144610.659000', '144610.661000', '144610.664000', '144610.667000', '144610.669000', '144610.672000', '144610.674000', '144610.677000', '144610.679000', '144610.682000', '144610.685000', '144610.687000', '144610.690000', '144610.692000', '144610.695000', '144610.697000', '144610.700000', '144610.703000', '144630.586000', '144630.589000', '144630.592000', '144630.594000', '144630.597000', '144630.600000', '144630.602000', '144630.605000', '144630.608000', '144630.610000', '144630.613000', '144630.615000', '144630.618000', '144630.620000', '144630.623000', '144630.626000', '144630.629000', '144630.632000', '144630.634000', '144630.637000', '144630.639000', '144630.642000', '144630.645000', '144630.647000', '144630.650000', '144630.652000', '144630.655000', '144630.657000', '144630.660000', '144630.663000', '144630.665000', '144630.668000', '144630.670000', '144630.673000', '144630.675000', '144630.678000', '144630.681000', '144630.684000', '144630.686000', '144630.689000', '144630.692000', '144630.694000', '144630.697000', '144650.585000', '144650.588000', '144650.591000', '144650.593000', '144650.596000', '144650.598000', '144650.601000', '144650.604000', '144650.606000', '144650.609000', '144650.629000', '144650.632000', '144650.634000', '144650.637000', '144650.639000', '144650.642000', '144650.644000', '144650.647000', '144650.650000', '144650.652000', '144650.655000', '144650.657000', '144650.660000', '144650.662000', '144650.665000', '144650.668000', '144650.670000', '144650.673000', '144650.675000', '144650.678000', '144650.680000', '144650.683000', '144650.685000', '144650.688000', '144650.691000', '144650.693000', '144650.696000', '144650.698000', '144650.701000', '144650.703000', '144650.706000', '144650.709000', '144650.711000', '144650.714000', '144710.587000', '144710.589000', '144710.592000', '144710.594000', '144710.597000', '144710.600000', '144710.602000', '144710.605000', '144710.607000', '144710.610000', '144710.613000', '144710.615000', '144710.618000', '144710.621000', '144710.623000', '144710.626000', '144710.628000', '144710.631000', '144710.633000', '144710.636000', '144710.638000', '144710.641000', '144710.643000', '144710.646000', '144710.649000', '144710.651000', '144710.654000', '144710.656000', '144710.659000', '144710.661000', '144710.664000', '144710.667000', '144710.669000', '144710.672000', '144710.674000', '144710.677000', '144710.679000', '144710.682000', '144710.685000', '144710.687000', '144710.690000', '144710.692000', '144710.695000', '144730.587000', '144730.589000', '144730.592000', '144730.594000', '144730.597000', '144730.600000', '144730.602000', '144730.605000', '144730.607000', '144730.610000', '144730.613000', '144730.615000', '144730.618000', '144730.620000', '144730.623000', '144730.626000', '144730.628000', '144730.631000', '144730.633000', '144730.636000', '144730.638000', '144730.641000', '144730.643000', '144730.646000', '144730.649000', '144730.651000', '144730.654000', '144730.656000', '144730.659000', '144730.661000', '144730.664000', '144730.667000', '144730.669000', '144730.672000', '144730.674000', '144730.677000', '144730.679000', '144730.682000', '144730.684000', '144730.687000', '144730.690000', '144730.692000', '144730.695000', '144730.697000', '144750.586000', '144750.589000', '144750.592000', '144750.594000', '144750.597000', '144750.599000', '144750.602000', '144750.605000', '144750.608000', '144750.611000', '144750.614000', '144750.616000', '144750.619000', '144750.622000', '144750.624000', '144750.627000', '144750.629000', '144750.632000', '144750.634000', '144750.637000', '144750.639000', '144750.642000', '144750.645000', '144750.647000', '144750.650000', '144750.652000', '144750.655000', '144750.657000', '144750.660000', '144750.663000', '144750.665000', '144750.669000', '144750.672000', '144750.674000', '144750.677000', '144750.679000', '144750.682000', '144750.684000', '144750.687000', '144750.689000', '144750.692000', '144750.695000', '144750.697000', '144810.587000', '144810.589000', '144810.592000', '144810.595000', '144810.597000', '144810.600000', '144810.602000', '144810.605000', '144810.608000', '144810.610000', '144810.613000', '144810.615000', '144810.618000', '144810.620000', '144810.623000', '144810.625000', '144810.628000', '144810.631000', '144810.633000', '144810.636000', '144810.638000', '144810.641000', '144810.644000', '144810.646000', '144810.649000', '144810.651000', '144810.654000', '144810.656000', '144810.659000', '144810.661000', '144810.664000', '144810.666000', '144810.669000', '144810.672000', '144810.674000', '144810.677000', '144810.679000', '144810.682000', '144810.685000', '144810.687000', '144810.690000', '144810.692000', '144810.695000', '144810.697000', '144830.586000', '144830.589000', '144830.592000', '144830.594000', '144830.597000', '144830.600000', '144830.603000', '144830.605000', '144830.608000', '144830.610000', '144830.613000', '144830.615000', '144830.618000', '144830.621000', '144830.623000', '144830.626000', '144830.629000', '144830.631000', '144830.634000', '144830.637000', '144830.639000', '144830.642000', '144830.644000', '144830.647000', '144830.649000', '144830.652000', '144830.655000', '144830.657000', '144830.660000', '144830.662000', '144830.665000', '144830.667000', '144830.670000', '144830.673000', '144830.675000', '144830.678000', '144830.680000', '144830.683000', '144830.685000', '144830.688000', '144830.691000', '144830.693000', '144830.696000', '144850.586000', '144850.589000', '144850.592000', '144850.594000', '144850.597000', '144850.600000', '144850.602000', '144850.605000', '144850.607000', '144850.610000', '144850.613000', '144850.615000', '144850.618000', '144850.620000', '144850.623000', '144850.625000', '144850.628000', '144850.630000', '144850.633000', '144850.636000', '144850.638000', '144850.641000', '144850.643000', '144850.646000', '144850.648000', '144850.651000', '144850.654000', '144850.656000', '144850.659000', '144850.661000', '144850.664000', '144850.666000', '144850.669000', '144850.672000', '144850.674000', '144850.677000', '144850.680000', '144850.682000', '144850.685000', '144850.687000', '144850.690000', '144850.692000', '144850.695000', '144850.697000', '144910.586000', '144910.588000', '144910.591000', '144910.594000', '144910.596000', '144910.599000', '144910.601000', '144910.604000', '144910.607000', '144910.609000', '144910.612000', '144910.614000', '144910.617000', '144910.619000', '144910.622000', '144910.624000', '144910.627000', '144910.630000', '144910.632000', '144910.635000', '144910.637000', '144910.640000', '144910.642000', '144910.645000', '144910.648000', '144910.650000', '144910.653000', '144910.655000', '144910.658000', '144910.660000', '144910.663000', '144910.665000', '144910.668000', '144910.671000', '144910.673000', '144910.676000', '144910.678000', '144910.681000', '144910.683000', '144910.686000', '144910.689000', '144910.691000', '144910.694000', '144930.586000', '144930.589000', '144930.592000', '144930.594000', '144930.597000', '144930.600000', '144930.602000', '144930.605000', '144930.607000', '144930.610000', '144930.619000', '144930.621000', '144930.624000', '144930.626000', '144930.629000', '144930.632000', '144930.634000', '144930.637000', '144930.639000', '144930.642000', '144930.645000', '144930.647000', '144930.650000', '144930.652000', '144930.655000', '144930.657000', '144930.660000', '144930.663000', '144930.665000', '144930.668000', '144930.670000', '144930.673000', '144930.675000', '144930.678000', '144930.681000', '144930.683000', '144930.686000', '144930.688000', '144930.691000', '144930.693000', '144930.696000', '144930.699000', '144930.701000', '144930.704000', '144950.586000', '144950.589000', '144950.592000', '144950.595000', '144950.597000', '144950.600000', '144950.602000', '144950.605000', '144950.607000', '144950.610000', '144950.613000', '144950.615000', '144950.618000', '144950.620000', '144950.623000', '144950.625000', '144950.637000', '144950.639000', '144950.642000', '144950.645000', '144950.647000', '144950.650000', '144950.652000', '144950.655000', '144950.657000', '144950.660000', '144950.662000', '144950.665000', '144950.668000', '144950.670000', '144950.673000', '144950.675000', '144950.678000', '144950.681000', '144950.684000', '144950.687000', '144950.690000', '144950.692000', '144950.695000', '144950.697000', '144950.700000', '144950.703000', '144950.705000', '145010.587000', '145010.590000', '145010.593000', '145010.595000', '145010.598000', '145010.601000', '145010.603000', '145010.606000', '145010.608000', '145010.611000', '145010.614000', '145010.616000', '145010.619000', '145010.621000', '145010.624000', '145010.626000', '145010.629000', '145010.632000', '145010.634000', '145010.637000', '145010.639000', '145010.642000', '145010.645000', '145010.647000', '145010.650000', '145010.652000', '145010.655000', '145010.657000', '145010.660000', '145010.662000', '145010.665000', '145010.668000', '145010.670000', '145010.673000', '145010.675000', '145010.679000', '145010.682000', '145010.684000', '145010.687000', '145010.690000', '145010.692000', '145010.695000', '145010.697000', '145010.700000', '145030.587000', '145030.589000', '145030.592000', '145030.594000', '145030.597000', '145030.600000', '145030.602000', '145030.605000', '145030.608000', '145030.610000', '145030.613000', '145030.615000', '145030.618000', '145030.620000', '145030.623000', '145030.626000', '145030.628000', '145030.631000', '145030.633000', '145030.636000', '145030.638000', '145030.641000', '145030.643000', '145030.646000', '145030.649000', '145030.651000', '145030.654000', '145030.656000', '145030.659000', '145030.662000', '145030.664000', '145030.667000', '145030.669000', '145030.672000', '145030.674000', '145030.677000', '145030.679000', '145030.682000', '145030.685000', '145030.687000', '145030.690000', '145030.692000', '145030.695000', '145050.586000', '145050.589000', '145050.592000', '145050.594000', '145050.597000', '145050.599000', '145050.602000', '145050.605000', '145050.607000', '145050.610000', '145050.612000', '145050.615000', '145050.617000', '145050.620000', '145050.623000', '145050.625000', '145050.628000', '145050.630000', '145050.633000', '145050.635000', '145050.638000', '145050.641000', '145050.643000', '145050.646000', '145050.648000', '145050.651000', '145050.653000', '145050.656000', '145050.658000', '145050.661000', '145050.664000', '145050.666000', '145050.669000', '145050.671000', '145050.674000', '145050.676000', '145050.679000', '145050.681000', '145050.684000', '145050.686000', '145050.689000', '145050.692000', '145050.694000', '145050.697000', '145110.587000', '145110.589000', '145110.592000', '145110.595000', '145110.597000', '145110.600000', '145110.603000', '145110.605000', '145110.608000', '145110.611000', '145110.613000', '145110.616000', '145110.618000', '145110.621000', '145110.623000', '145110.626000', '145110.629000', '145110.631000', '145110.634000', '145110.636000', '145110.639000', '145110.641000', '145110.644000', '145110.646000', '145110.649000', '145110.652000', '145110.654000', '145110.664000', '145110.667000', '145110.669000', '145110.672000', '145110.674000', '145110.677000', '145110.679000', '145110.682000', '145110.684000', '145110.687000', '145110.690000', '145110.692000', '145110.695000', '145110.697000', '145110.700000', '145110.702000', '145130.585000', '145130.588000', '145130.591000', '145130.594000', '145130.596000', '145130.599000', '145130.602000', '145130.605000', '145130.607000', '145130.610000', '145130.612000', '145130.615000', '145130.617000', '145130.620000', '145130.622000', '145130.625000', '145130.628000', '145130.630000', '145130.633000', '145130.635000', '145130.638000', '145130.640000', '145130.643000', '145130.646000', '145130.648000', '145130.651000', '145130.653000', '145130.656000', '145130.658000', '145130.661000', '145130.663000', '145130.666000', '145130.669000', '145130.671000', '145130.674000', '145130.676000', '145130.679000', '145130.681000', '145130.684000', '145130.687000', '145130.690000', '145130.692000', '145130.695000', '145130.697000', '145150.587000', '145150.589000', '145150.592000', '145150.595000', '145150.597000', '145150.600000', '145150.602000', '145150.605000', '145150.608000', '145150.610000', '145150.613000', '145150.615000', '145150.618000', '145150.620000', '145150.623000', '145150.625000', '145150.628000', '145150.630000', '145150.633000', '145150.636000', '145150.638000', '145150.641000', '145150.643000', '145150.646000', '145150.648000', '145150.651000', '145150.654000', '145150.656000', '145150.659000', '145150.661000', '145150.664000', '145150.667000', '145150.669000', '145150.672000', '145150.674000', '145150.677000', '145150.679000', '145150.682000', '145150.684000', '145150.687000', '145150.690000', '145150.692000', '145150.695000', '145210.587000', '145210.589000', '145210.592000', '145210.594000', '145210.597000', '145210.600000', '145210.602000', '145210.605000', '145210.607000', '145210.610000', '145210.612000', '145210.615000', '145210.618000', '145210.620000', '145210.623000', '145210.626000', '145210.628000', '145210.631000', '145210.634000', '145210.636000', '145210.639000', '145210.641000', '145210.644000', '145210.646000', '145210.649000', '145210.652000', '145210.654000', '145210.657000', '145210.660000', '145210.662000', '145210.665000', '145210.667000', '145210.670000', '145210.672000', '145210.675000', '145210.677000', '145210.680000', '145210.682000', '145210.685000', '145210.688000', '145210.690000', '145210.693000', '145210.695000', '145210.698000', '145230.304000', '145230.307000', '145230.310000', '145230.313000', '145230.316000', '145230.318000', '145230.321000', '145230.323000', '145230.326000', '145230.329000', '145230.332000', '145230.334000', '145230.337000', '145230.340000', '145230.342000', '145230.345000', '145230.348000', '145230.350000', '145230.353000', '145230.356000', '145230.359000', '145230.361000', '145230.365000', '145230.385000', '145230.388000', '145230.391000', '145230.393000', '145230.396000', '145230.399000', '145230.401000', '145230.404000', '145230.407000', '145230.410000', '145230.412000', '145230.415000', '145230.418000', '145230.421000', '145230.426000', '145230.429000', '145230.432000', '145230.434000', '145230.437000', '145230.440000'], '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': [11609, 7661, 12075, 7227, 12082, 7038, 8925, 8632, 10307, 10936, 8295, 10747, 7466, 9295, 11726, 8472, 12610, 8235, 9487, 9172, 7380, 10849, 7059, 12207, 9726, 10654, 10398, 7171, 8688, 7103, 10708, 7361, 11515, 9806, 8917, 9920, 7157, 10646, 6922, 11214, 7199, 11716, 10215, 9011, 9252, 7137, 9155, 7161, 10700, 7228, 12008, 7851, 11723, 7222, 9662, 7403, 7312, 9273, 7128, 10730, 7019, 10766, 7378, 7776, 9148, 7405, 11141, 6979, 10482, 7293, 7086, 9320, 7013, 10971, 9326, 6947, 10397, 7279, 11407, 8344, 8517, 10358, 7782, 11899, 7779, 9109, 10040, 7371, 11204, 9274, 7562, 9361, 6767, 6978, 7588, 6706, 8937, 10769, 7954, 10750, 8030, 7492, 10256, 7529, 11858, 11355, 7654, 11268, 7091, 10008, 10185, 7443, 12495, 7090, 8916, 8473, 7081, 11499, 8259, 9266, 9668, 7485, 11871, 7058, 8279, 8952, 7179, 11888, 8769, 9034, 8381, 7106, 10104, 7310, 7395, 10252, 7259, 11378, 8648, 7405, 10163, 6943, 11131, 8827, 7374, 10125, 6782, 11469, 7347, 7221, 9472, 7117, 11944, 7891, 7283, 8331, 6837, 11381, 9267, 8056, 11035, 7186, 10003, 7858, 7448, 10141, 7204, 12939, 10682, 8547, 9165, 7199, 11889, 7656, 13209, 10775, 9568, 9109, 7006, 10428, 7104, 13226, 8818, 13360, 8661, 11100, 7859, 7252, 9666, 6891, 12849, 6841, 11734, 7164, 6908, 8684, 6850, 10952, 7034, 10893, 8268, 7197, 9268, 7000, 12066, 8014, 9969, 12011, 9033, 12876, 9274, 6834, 9290, 7561, 12730, 7380, 9071, 9237, 7530, 10643, 7833, 7270, 10150, 7532, 11843, 8007, 12858, 8132, 11612, 8718, 9938, 9490, 8988, 9165, 7467, 9841, 7385, 10086, 7061, 10723, 6800, 11558, 7055, 10657, 8922, 7250, 6669, 7198, 9393, 7550, 7619, 9246, 7376, 11422, 7190, 11386, 8036, 7864, 8517, 7180, 11048, 7416, 11370, 8865, 7436, 10592, 7202, 11771, 8263, 7399, 10813, 7245, 8262, 10333, 7455, 11948, 10394, 7843, 9055, 6968, 11887, 7335, 10995, 10802, 8593, 11182, 7084, 11658, 7265, 11378, 8529, 9187, 11137, 7750, 10493, 6867, 10947, 6934, 11846, 7259, 12009, 9616, 8705, 8137, 7122, 8223, 6802, 10393, 7106, 11923, 8985, 7096, 7122, 6781, 9328, 7562, 8741, 9720, 7301, 10698, 7058, 11530, 8376, 8858, 10827, 8379, 12098, 8630, 10676, 8289, 6854, 8445, 7195, 8387, 9842, 7319, 11465, 6860, 11650, 8536, 7858, 8719, 7024, 12071, 10083, 8748, 9535, 6984, 11484, 7338, 11176, 11147, 8527, 11429, 7039, 12022, 7291, 11458, 10393, 8819, 10742, 7019, 10368, 6879, 11897, 6985, 10007, 10619, 7406, 10260, 6790, 8428, 8896, 7242, 13177, 8055, 7061, 9565, 6983, 9688, 6928, 12017, 8056, 13161, 10538, 12321, 11376, 10183, 10057, 8354, 10234, 8096, 10856, 7630, 12392, 6894, 13422, 7264, 13513, 7297, 14096, 8099, 10138, 8385, 7052, 9771, 6881, 10749, 6858, 13096, 8043, 8190, 9165, 6820, 9186, 7045, 12765, 8195, 6795, 8350, 7069, 11671, 7085, 12617, 8951, 9291, 9270, 6867, 10439, 7046, 12790, 7437, 8116, 8774, 6930, 8759, 7066, 11857, 10733, 7280, 11208, 7484, 7539, 8469, 7217, 11610, 8415, 11207, 10503, 8025, 10790, 7030, 12469, 10824, 9879, 9881, 7033, 12343, 7358, 11810, 10739, 8625, 10503, 6896, 12143, 6924, 9818, 11052, 7502, 9745, 6910, 7975, 9989, 7105, 11918, 8418, 11135, 10324, 7207, 11053, 7002, 13054, 10791, 7696, 9193, 7010, 11844, 7018, 10198, 10959, 7097, 10739, 7082, 9072, 9937, 7139, 11461, 7397, 11447, 10079, 7187, 9294, 8184, 7208, 10479, 8097, 11024, 10974, 8041, 12798, 7698, 8576, 8956, 6980, 13308, 10379, 9895, 10014, 7214, 10171, 8133, 7200, 9837, 7100, 13976, 9523, 9986, 10540, 7296, 12168, 7409, 13581, 10635, 8777, 10541, 7148, 11772, 7157, 13681, 10794, 10309, 9231, 7322, 9973, 7158, 9876, 11377, 7963, 13094, 7238, 13436, 8925, 9544, 11109, 7382, 12813, 6991, 9796, 8242, 7203, 9119, 7041, 9735, 9052, 7046, 10003, 8724, 7206, 10451, 8107, 11210, 12066, 7844, 12310, 7169, 12312, 10270, 9451, 12020, 8162, 14263, 8384, 12293, 9041, 7641, 9678, 7247, 13087, 8004, 12392, 11646, 9186, 11080, 6789, 11832, 7149, 13237, 9920, 10787, 10878, 7503, 10559, 6809, 12084, 6980, 13713, 7185, 12533, 8188, 7359, 9353, 7063, 8473, 6917, 11961, 7106, 9632, 8855, 6989, 9677, 7002, 13248, 10838, 10658, 11827, 7569, 12605, 7009, 13418, 7757, 13183, 10878, 9883, 10761, 7028, 9878, 7111, 11777, 6907, 9811, 10883, 7184, 10549, 7008, 11958, 9441, 8812, 10408, 7498, 13832, 7783, 12808, 9399, 7702, 9969, 7348, 13154, 7113, 9917, 7011, 7172, 8195, 7196, 9500, 10958, 7825, 12871, 8600, 9612, 11236, 8211, 13648, 9070, 13965, 10228, 10630, 10338, 8009, 11271, 7665, 13784, 8407, 14364, 8001, 13217, 7656, 9800, 9179, 8173, 12671, 8095, 12977, 7143, 12195, 7062, 12406, 7992, 10073, 10459, 8354, 10702, 7284, 9892, 7099, 11046, 8390, 9961, 11510, 8723, 11483, 7098, 12816, 7044, 12856, 7515, 12144, 10791, 10347, 9828, 7323, 8200, 7034, 10380, 7146, 12859, 7205, 11549, 8200, 8264, 9531, 7123, 9998, 7178, 12077, 7118, 10827, 7707, 7133, 7657, 7046, 13140, 9708, 8690, 9074, 7231, 11354, 7247, 12949, 8755, 6922, 7525, 7771, 11934, 10374, 11749, 10063, 7658, 12225, 10737, 8890, 13404, 9749, 13421, 9241, 9170, 11833, 8066, 13827, 9313, 14115, 8160, 12994, 7597, 10273, 9186, 7982, 10619, 7110, 9175, 7144, 10652, 7450, 7629, 10161, 7168, 12330, 6925, 12515, 9181, 10151, 10330, 7728, 11659, 7074, 13116, 7296, 7146, 7287, 6978, 11824, 9970, 10305, 11438, 8222, 10276, 7235, 13210, 7059, 13877, 9064, 10625, 9661, 7000, 8508, 6922, 12562, 9954, 8677, 9516, 6868, 12466, 8055, 8314, 12210, 8137, 13157, 9035, 11858, 9441, 7360, 8256, 6659, 12811, 9177, 7187, 11708, 7085, 13918, 11958, 8981, 9876, 7834, 12539, 7083, 13522, 11934, 10414, 10221, 6910, 8411, 7152, 11313, 7607, 9541, 12101, 7344, 9919, 6881, 12015, 7355, 8403, 10648, 7601, 13175, 9088, 7321, 9399, 6891, 9850, 11775, 7794, 12597, 7892, 9877, 10623, 7381, 13101, 10429, 10837, 9430, 7049, 11987, 6857, 10122, 11875, 7699, 13353, 11041, 10689, 10364, 8127, 7535, 11225, 6812, 9170, 9915, 7139, 12285, 6961, 13871, 10958, 11532, 13137, 8570, 12115, 7703, 13982, 7300, 13871, 7941, 13728, 9917, 11288, 10299, 9651, 11064, 8121, 11629, 6954, 10153, 6966, 11252, 6976, 8123, 7352, 7090, 8548, 6927, 7332, 8850, 6911, 12131, 10200, 7549, 9211, 7234, 12531, 8562, 11806, 11014, 7915, 9660, 7237, 10380, 6998, 6995, 10448, 9030, 12475, 8788, 12649, 8576, 7996, 10998, 7131, 10758, 6989, 13264, 7891, 11170, 8159, 7187, 9540, 7232, 11466, 7157, 12868, 7618, 12799, 8917, 9953, 10039, 7145, 8293, 6987, 11702, 7769, 8448, 9343, 7070, 11374, 6859, 11163, 11581, 7688, 11462, 7422, 9698, 7762, 7020, 7451, 6960, 9331, 9580, 6769, 7615, 10149, 8444, 14865, 11690, 9009, 10319, 7675, 13080, 9675, 9306, 10766, 7535, 13848, 7198, 9710, 9633, 7161, 8987, 7310, 12654, 7461, 9327, 8978, 7252, 10430, 7155, 10754, 11821, 7756, 11687, 6927, 9081, 10504, 7181, 12318, 8335, 11187, 10611, 7160, 10472, 6906, 12853, 8140, 12319, 10272, 7962, 8128, 6979, 10653, 7423, 9026, 7753, 6964, 11298, 8422, 10660, 11494, 10389, 12027, 7832, 10806, 7326, 12856, 6978, 12312, 11371, 9684, 11304, 7654, 13108, 7590, 7202, 10396, 6837, 9910, 6980, 13199, 7926, 12369, 9822, 8398, 9528, 7017, 12678, 7059, 12284, 9884, 8901, 11508, 7457, 12477, 7618, 13580, 7213, 10163, 7680, 6968, 8257, 7019, 12908, 8713, 8520], 'WindowCenter': [4199.0, 4167.0, 4193.0, 4112.0, 4135.0, 4085.0, 4113.0, 4118.0, 4126.0, 4126.0, 4106.0, 4128.0, 4096.0, 4117.0, 4136.0, 4107.0, 4136.0, 4106.0, 4104.0, 4105.0, 4071.0, 4111.0, 4061.0, 4122.0, 4104.0, 4113.0, 4125.0, 4073.0, 4103.0, 4061.0, 4111.0, 4071.0, 4122.0, 4125.0, 4094.0, 4103.0, 4083.0, 4113.0, 4061.0, 4121.0, 4061.0, 4133.0, 4113.0, 4093.0, 4113.0, 4061.0, 4102.0, 4060.0, 4100.0, 4059.0, 4131.0, 4080.0, 4110.0, 4070.0, 4100.0, 4070.0, 4070.0, 4101.0, 4060.0, 4124.0, 4073.0, 4123.0, 4094.0, 4083.0, 4125.0, 4084.0, 4125.0, 4085.0, 4136.0, 4096.0, 4086.0, 4127.0, 4086.0, 4126.0, 4117.0, 4086.0, 4126.0, 4096.0, 4136.0, 4096.0, 4106.0, 4127.0, 4096.0, 4148.0, 4096.0, 4115.0, 4124.0, 4083.0, 4124.0, 4104.0, 4095.0, 4104.0, 4075.0, 4084.0, 4095.0, 4087.0, 4105.0, 4139.0, 4108.0, 4148.0, 4096.0, 4097.0, 4127.0, 4097.0, 4137.0, 4137.0, 4085.0, 4135.0, 4084.0, 4102.0, 4125.0, 4085.0, 4145.0, 4084.0, 4103.0, 4093.0, 4072.0, 4123.0, 4094.0, 4104.0, 4115.0, 4084.0, 4135.0, 4073.0, 4092.0, 4102.0, 4072.0, 4123.0, 4104.0, 4103.0, 4115.0, 4084.0, 4124.0, 4084.0, 4083.0, 4125.0, 4097.0, 4148.0, 4118.0, 4109.0, 4139.0, 4086.0, 4146.0, 4115.0, 4084.0, 4126.0, 4086.0, 4136.0, 4085.0, 4084.0, 4115.0, 4085.0, 4135.0, 4108.0, 4095.0, 4105.0, 4074.0, 4135.0, 4128.0, 4107.0, 4138.0, 4098.0, 4128.0, 4118.0, 4096.0, 4124.0, 4096.0, 4147.0, 4138.0, 4106.0, 4116.0, 4073.0, 4134.0, 4082.0, 4132.0, 4123.0, 4111.0, 4101.0, 4059.0, 4110.0, 4059.0, 4119.0, 4089.0, 4129.0, 4089.0, 4107.0, 4067.0, 4056.0, 4087.0, 4057.0, 4118.0, 4047.0, 4118.0, 4058.0, 4057.0, 4089.0, 4059.0, 4120.0, 4085.0, 4122.0, 4093.0, 4083.0, 4102.0, 4071.0, 4146.0, 4094.0, 4114.0, 4148.0, 4140.0, 4146.0, 4129.0, 4088.0, 4139.0, 4097.0, 4130.0, 4069.0, 4088.0, 4104.0, 4095.0, 4149.0, 4105.0, 4095.0, 4126.0, 4081.0, 4136.0, 4106.0, 4144.0, 4085.0, 4121.0, 4090.0, 4088.0, 4088.0, 4075.0, 4076.0, 4056.0, 4086.0, 4044.0, 4095.0, 4044.0, 4095.0, 4034.0, 4095.0, 4045.0, 4096.0, 4088.0, 4068.0, 4059.0, 4071.0, 4112.0, 4082.0, 4092.0, 4103.0, 4083.0, 4135.0, 4074.0, 4146.0, 4096.0, 4095.0, 4104.0, 4073.0, 4123.0, 4084.0, 4135.0, 4129.0, 4129.0, 4167.0, 4099.0, 4136.0, 4108.0, 4086.0, 4148.0, 4107.0, 4117.0, 4128.0, 4098.0, 4161.0, 4152.0, 4121.0, 4118.0, 4086.0, 4135.0, 4072.0, 4122.0, 4124.0, 4093.0, 4125.0, 4084.0, 4135.0, 4083.0, 4121.0, 4090.0, 4088.0, 4111.0, 4069.0, 4110.0, 4060.0, 4122.0, 4071.0, 4130.0, 4070.0, 4119.0, 4099.0, 4078.0, 4079.0, 4057.0, 4078.0, 4058.0, 4109.0, 4071.0, 4131.0, 4112.0, 4071.0, 4071.0, 4072.0, 4102.0, 4093.0, 4103.0, 4115.0, 4084.0, 4126.0, 4085.0, 4148.0, 4106.0, 4105.0, 4136.0, 4105.0, 4146.0, 4117.0, 4137.0, 4116.0, 4096.0, 4104.0, 4073.0, 4093.0, 4138.0, 4108.0, 4158.0, 4076.0, 4147.0, 4117.0, 4095.0, 4104.0, 4085.0, 4146.0, 4137.0, 4115.0, 4126.0, 4094.0, 4134.0, 4083.0, 4123.0, 4124.0, 4103.0, 4124.0, 4072.0, 4121.0, 4070.0, 4109.0, 4099.0, 4088.0, 4109.0, 4057.0, 4109.0, 4048.0, 4118.0, 4058.0, 4098.0, 4111.0, 4081.0, 4125.0, 4074.0, 4104.0, 4115.0, 4094.0, 4156.0, 4105.0, 4086.0, 4102.0, 4073.0, 4113.0, 4072.0, 4132.0, 4093.0, 4155.0, 4136.0, 4132.0, 4123.0, 4110.0, 4099.0, 4077.0, 4096.0, 4064.0, 4093.0, 4052.0, 4104.0, 4042.0, 4114.0, 4053.0, 4113.0, 4052.0, 4112.0, 4062.0, 4081.0, 4061.0, 4041.0, 4083.0, 4042.0, 4094.0, 4044.0, 4115.0, 4075.0, 4075.0, 4085.0, 4045.0, 4086.0, 4068.0, 4128.0, 4089.0, 4059.0, 4090.0, 4070.0, 4120.0, 4070.0, 4130.0, 4101.0, 4099.0, 4100.0, 4059.0, 4121.0, 4071.0, 4142.0, 4082.0, 4091.0, 4101.0, 4084.0, 4102.0, 4083.0, 4145.0, 4136.0, 4107.0, 4148.0, 4122.0, 4119.0, 4117.0, 4095.0, 4135.0, 4106.0, 4136.0, 4138.0, 4118.0, 4136.0, 4087.0, 4158.0, 4136.0, 4124.0, 4113.0, 4071.0, 4132.0, 4082.0, 4131.0, 4123.0, 4091.0, 4121.0, 4069.0, 4120.0, 4069.0, 4110.0, 4122.0, 4082.0, 4113.0, 4084.0, 4105.0, 4137.0, 4085.0, 4134.0, 4104.0, 4134.0, 4124.0, 4083.0, 4134.0, 4072.0, 4143.0, 4134.0, 4082.0, 4112.0, 4072.0, 4132.0, 4072.0, 4122.0, 4133.0, 4083.0, 4134.0, 4083.0, 4102.0, 4123.0, 4082.0, 4133.0, 4094.0, 4145.0, 4126.0, 4097.0, 4139.0, 4105.0, 4084.0, 4135.0, 4108.0, 4137.0, 4138.0, 4119.0, 4170.0, 4109.0, 4116.0, 4114.0, 4083.0, 4144.0, 4125.0, 4125.0, 4126.0, 4107.0, 4136.0, 4105.0, 4084.0, 4124.0, 4098.0, 4155.0, 4126.0, 4124.0, 4124.0, 4082.0, 4134.0, 4083.0, 4142.0, 4136.0, 4101.0, 4111.0, 4069.0, 4120.0, 4069.0, 4129.0, 4110.0, 4109.0, 4099.0, 4069.0, 4109.0, 4069.0, 4109.0, 4121.0, 4091.0, 4142.0, 4081.0, 4141.0, 4101.0, 4100.0, 4120.0, 4069.0, 4130.0, 4082.0, 4110.0, 4090.0, 4070.0, 4101.0, 4082.0, 4123.0, 4114.0, 4085.0, 4125.0, 4115.0, 4094.0, 4124.0, 4106.0, 4136.0, 4148.0, 4107.0, 4147.0, 4085.0, 4144.0, 4124.0, 4112.0, 4133.0, 4091.0, 4143.0, 4104.0, 4144.0, 4116.0, 4108.0, 4150.0, 4107.0, 4144.0, 4092.0, 4132.0, 4133.0, 4112.0, 4133.0, 4072.0, 4133.0, 4083.0, 4131.0, 4111.0, 4110.0, 4110.0, 4069.0, 4111.0, 4061.0, 4121.0, 4059.0, 4142.0, 4070.0, 4131.0, 4089.0, 4068.0, 4101.0, 4071.0, 4115.0, 4071.0, 4132.0, 4072.0, 4113.0, 4114.0, 4083.0, 4114.0, 4084.0, 4144.0, 4149.0, 4125.0, 4147.0, 4096.0, 4147.0, 4085.0, 4144.0, 4083.0, 4132.0, 4123.0, 4112.0, 4135.0, 4071.0, 4111.0, 4070.0, 4121.0, 4071.0, 4124.0, 4123.0, 4083.0, 4124.0, 4084.0, 4134.0, 4115.0, 4115.0, 4126.0, 4085.0, 4156.0, 4095.0, 4145.0, 4127.0, 4082.0, 4124.0, 4084.0, 4144.0, 4084.0, 4125.0, 4085.0, 4096.0, 4117.0, 4098.0, 4138.0, 4150.0, 4110.0, 4171.0, 4130.0, 4129.0, 4149.0, 4107.0, 4159.0, 4118.0, 4158.0, 4127.0, 4125.0, 4125.0, 4092.0, 4123.0, 4081.0, 4143.0, 4092.0, 4143.0, 4092.0, 4132.0, 4080.0, 4099.0, 4100.0, 4079.0, 4130.0, 4080.0, 4131.0, 4070.0, 4142.0, 4059.0, 4119.0, 4079.0, 4099.0, 4110.0, 4090.0, 4122.0, 4082.0, 4112.0, 4072.0, 4122.0, 4092.0, 4111.0, 4134.0, 4104.0, 4134.0, 4073.0, 4144.0, 4073.0, 4132.0, 4071.0, 4121.0, 4123.0, 4112.0, 4112.0, 4071.0, 4091.0, 4071.0, 4112.0, 4072.0, 4132.0, 4083.0, 4132.0, 4105.0, 4092.0, 4113.0, 4072.0, 4114.0, 4073.0, 4145.0, 4084.0, 4123.0, 4094.0, 4083.0, 4094.0, 4086.0, 4158.0, 4139.0, 4119.0, 4130.0, 4099.0, 4148.0, 4097.0, 4147.0, 4119.0, 4086.0, 4109.0, 4108.0, 4148.0, 4152.0, 4148.0, 4138.0, 4097.0, 4159.0, 4151.0, 4118.0, 4159.0, 4128.0, 4171.0, 4127.0, 4114.0, 4123.0, 4081.0, 4133.0, 4103.0, 4143.0, 4091.0, 4142.0, 4069.0, 4098.0, 4088.0, 4078.0, 4109.0, 4058.0, 4099.0, 4070.0, 4110.0, 4082.0, 4093.0, 4123.0, 4083.0, 4144.0, 4084.0, 4144.0, 4127.0, 4123.0, 4123.0, 4083.0, 4134.0, 4073.0, 4145.0, 4085.0, 4085.0, 4095.0, 4085.0, 4135.0, 4126.0, 4126.0, 4137.0, 4106.0, 4126.0, 4086.0, 4157.0, 4086.0, 4156.0, 4102.0, 4112.0, 4102.0, 4072.0, 4090.0, 4071.0, 4146.0, 4125.0, 4115.0, 4126.0, 4087.0, 4157.0, 4106.0, 4105.0, 4146.0, 4106.0, 4147.0, 4118.0, 4148.0, 4139.0, 4083.0, 4094.0, 4075.0, 4132.0, 4102.0, 4072.0, 4146.0, 4073.0, 4144.0, 4135.0, 4116.0, 4112.0, 4070.0, 4119.0, 4059.0, 4131.0, 4121.0, 4109.0, 4110.0, 4058.0, 4078.0, 4059.0, 4120.0, 4081.0, 4100.0, 4132.0, 4081.0, 4112.0, 4085.0, 4132.0, 4083.0, 4093.0, 4125.0, 4096.0, 4157.0, 4117.0, 4097.0, 4127.0, 4085.0, 4125.0, 4136.0, 4096.0, 4160.0, 4108.0, 4128.0, 4137.0, 4096.0, 4146.0, 4137.0, 4136.0, 4116.0, 4084.0, 4133.0, 4074.0, 4112.0, 4133.0, 4094.0, 4157.0, 4149.0, 4139.0, 4138.0, 4108.0, 4108.0, 4135.0, 4073.0, 4115.0, 4111.0, 4072.0, 4134.0, 4073.0, 4143.0, 4125.0, 4135.0, 4143.0, 4090.0, 4119.0, 4054.0, 4113.0, 4042.0, 4103.0, 4053.0, 4103.0, 4084.0, 4093.0, 4084.0, 4072.0, 4092.0, 4050.0, 4090.0, 4028.0, 4070.0, 4030.0, 4091.0, 4043.0, 4063.0, 4066.0, 4055.0, 4086.0, 4057.0, 4069.0, 4112.0, 4072.0, 4133.0, 4136.0, 4094.0, 4112.0, 4081.0, 4132.0, 4092.0, 4132.0, 4123.0, 4091.0, 4112.0, 4070.0, 4109.0, 4069.0, 4068.0, 4110.0, 4101.0, 4132.0, 4102.0, 4143.0, 4103.0, 4091.0, 4109.0, 4058.0, 4107.0, 4057.0, 4129.0, 4079.0, 4131.0, 4080.0, 4069.0, 4109.0, 4068.0, 4119.0, 4058.0, 4119.0, 4068.0, 4131.0, 4101.0, 4098.0, 4099.0, 4057.0, 4078.0, 4059.0, 4119.0, 4080.0, 4090.0, 4124.0, 4085.0, 4133.0, 4073.0, 4133.0, 4132.0, 4081.0, 4134.0, 4095.0, 4138.0, 4106.0, 4086.0, 4084.0, 4100.0, 4129.0, 4115.0, 4075.0, 4096.0, 4151.0, 4118.0, 4168.0, 4149.0, 4117.0, 4126.0, 4084.0, 4134.0, 4113.0, 4103.0, 4124.0, 4084.0, 4145.0, 4074.0, 4114.0, 4112.0, 4071.0, 4101.0, 4071.0, 4132.0, 4083.0, 4113.0, 4117.0, 4096.0, 4137.0, 4086.0, 4136.0, 4147.0, 4096.0, 4160.0, 4100.0, 4104.0, 4124.0, 4086.0, 4149.0, 4107.0, 4137.0, 4138.0, 4086.0, 4126.0, 4087.0, 4146.0, 4094.0, 4133.0, 4114.0, 4083.0, 4082.0, 4073.0, 4123.0, 4084.0, 4105.0, 4096.0, 4087.0, 4136.0, 4106.0, 4125.0, 4137.0, 4127.0, 4148.0, 4096.0, 4125.0, 4083.0, 4133.0, 4072.0, 4132.0, 4134.0, 4127.0, 4148.0, 4108.0, 4157.0, 4108.0, 4083.0, 4123.0, 4060.0, 4101.0, 4072.0, 4133.0, 4107.0, 4159.0, 4138.0, 4103.0, 4112.0, 4070.0, 4119.0, 4072.0, 4120.0, 4101.0, 4101.0, 4121.0, 4069.0, 4131.0, 4093.0, 4131.0, 4069.0, 4110.0, 4094.0, 4069.0, 4089.0, 4071.0, 4132.0, 4103.0, 4103.0], 'WindowWidth': [9300.0, 9260.0, 9279.0, 9150.0, 9163.0, 9101.0, 9136.0, 9155.0, 9153.0, 9153.0, 9128.0, 9157.0, 9120.0, 9145.0, 9168.0, 9137.0, 9168.0, 9134.0, 9121.0, 9122.0, 9071.0, 9122.0, 9056.0, 9139.0, 9119.0, 9130.0, 9156.0, 9077.0, 9123.0, 9059.0, 9122.0, 9071.0, 9139.0, 9156.0, 9105.0, 9116.0, 9098.0, 9129.0, 9058.0, 9145.0, 9057.0, 9161.0, 9130.0, 9102.0, 9139.0, 9060.0, 9113.0, 9053.0, 9107.0, 9052.0, 9154.0, 9080.0, 9120.0, 9069.0, 9107.0, 9067.0, 9067.0, 9111.0, 9057.0, 9151.0, 9077.0, 9143.0, 9117.0, 9094.0, 9159.0, 9095.0, 9150.0, 9099.0, 9176.0, 9123.0, 9107.0, 9164.0, 9101.0, 9154.0, 9145.0, 9108.0, 9154.0, 9122.0, 9167.0, 9114.0, 9128.0, 9156.0, 9115.0, 9193.0, 9114.0, 9144.0, 9154.0, 9097.0, 9145.0, 9122.0, 9119.0, 9120.0, 9089.0, 9101.0, 9120.0, 9109.0, 9123.0, 9182.0, 9140.0, 9195.0, 9116.0, 9125.0, 9155.0, 9119.0, 9169.0, 9170.0, 9097.0, 9170.0, 9100.0, 9114.0, 9157.0, 9103.0, 9182.0, 9101.0, 9117.0, 9104.0, 9076.0, 9143.0, 9106.0, 9119.0, 9136.0, 9095.0, 9165.0, 9079.0, 9100.0, 9123.0, 9074.0, 9143.0, 9121.0, 9119.0, 9147.0, 9097.0, 9149.0, 9096.0, 9093.0, 9153.0, 9122.0, 9188.0, 9148.0, 9148.0, 9183.0, 9103.0, 9189.0, 9140.0, 9098.0, 9154.0, 9110.0, 9168.0, 9100.0, 9097.0, 9139.0, 9108.0, 9165.0, 9140.0, 9119.0, 9124.0, 9084.0, 9165.0, 9163.0, 9135.0, 9177.0, 9124.0, 9162.0, 9155.0, 9121.0, 9149.0, 9123.0, 9187.0, 9176.0, 9129.0, 9142.0, 9082.0, 9162.0, 9090.0, 9156.0, 9145.0, 9134.0, 9113.0, 9055.0, 9122.0, 9052.0, 9132.0, 9093.0, 9148.0, 9091.0, 9114.0, 9058.0, 9042.0, 9085.0, 9046.0, 9128.0, 9035.0, 9131.0, 9051.0, 9049.0, 9093.0, 9053.0, 9138.0, 9104.0, 9144.0, 9108.0, 9102.0, 9117.0, 9075.0, 9183.0, 9109.0, 9135.0, 9190.0, 9189.0, 9184.0, 9170.0, 9114.0, 9185.0, 9123.0, 9149.0, 9067.0, 9095.0, 9115.0, 9119.0, 9198.0, 9135.0, 9118.0, 9160.0, 9093.0, 9168.0, 9137.0, 9182.0, 9096.0, 9144.0, 9100.0, 9087.0, 9086.0, 9066.0, 9067.0, 9041.0, 9080.0, 9023.0, 9099.0, 9022.0, 9090.0, 9011.0, 9091.0, 9029.0, 9097.0, 9090.0, 9064.0, 9057.0, 9076.0, 9137.0, 9090.0, 9110.0, 9119.0, 9093.0, 9164.0, 9085.0, 9188.0, 9115.0, 9112.0, 9123.0, 9080.0, 9146.0, 9095.0, 9165.0, 9171.0, 9182.0, 9231.0, 9127.0, 9168.0, 9136.0, 9100.0, 9193.0, 9141.0, 9152.0, 9160.0, 9122.0, 9219.0, 9210.0, 9166.0, 9150.0, 9103.0, 9164.0, 9076.0, 9148.0, 9148.0, 9106.0, 9152.0, 9105.0, 9165.0, 9092.0, 9137.0, 9094.0, 9090.0, 9125.0, 9067.0, 9123.0, 9055.0, 9143.0, 9076.0, 9158.0, 9069.0, 9131.0, 9107.0, 9075.0, 9079.0, 9048.0, 9076.0, 9051.0, 9119.0, 9079.0, 9159.0, 9136.0, 9074.0, 9076.0, 9078.0, 9117.0, 9109.0, 9121.0, 9140.0, 9099.0, 9155.0, 9102.0, 9195.0, 9129.0, 9125.0, 9175.0, 9126.0, 9190.0, 9146.0, 9171.0, 9152.0, 9126.0, 9125.0, 9082.0, 9106.0, 9179.0, 9142.0, 9208.0, 9091.0, 9186.0, 9146.0, 9113.0, 9124.0, 9100.0, 9181.0, 9174.0, 9142.0, 9155.0, 9119.0, 9162.0, 9093.0, 9144.0, 9149.0, 9117.0, 9148.0, 9076.0, 9140.0, 9070.0, 9117.0, 9105.0, 9088.0, 9117.0, 9048.0, 9124.0, 9036.0, 9130.0, 9051.0, 9102.0, 9126.0, 9088.0, 9154.0, 9087.0, 9126.0, 9141.0, 9111.0, 9204.0, 9129.0, 9104.0, 9115.0, 9080.0, 9137.0, 9079.0, 9158.0, 9108.0, 9198.0, 9174.0, 9157.0, 9146.0, 9125.0, 9106.0, 9081.0, 9104.0, 9058.0, 9088.0, 9033.0, 9104.0, 9021.0, 9117.0, 9035.0, 9115.0, 9033.0, 9111.0, 9045.0, 9069.0, 9044.0, 9016.0, 9074.0, 9021.0, 9092.0, 9029.0, 9122.0, 9070.0, 9071.0, 9085.0, 9031.0, 9086.0, 9067.0, 9147.0, 9098.0, 9058.0, 9100.0, 9073.0, 9139.0, 9074.0, 9152.0, 9115.0, 9111.0, 9113.0, 9057.0, 9140.0, 9077.0, 9172.0, 9093.0, 9103.0, 9118.0, 9099.0, 9120.0, 9098.0, 9185.0, 9173.0, 9138.0, 9194.0, 9172.0, 9158.0, 9151.0, 9117.0, 9166.0, 9132.0, 9170.0, 9177.0, 9157.0, 9171.0, 9108.0, 9205.0, 9170.0, 9150.0, 9136.0, 9078.0, 9156.0, 9091.0, 9155.0, 9147.0, 9103.0, 9142.0, 9071.0, 9137.0, 9069.0, 9126.0, 9144.0, 9091.0, 9135.0, 9099.0, 9130.0, 9178.0, 9102.0, 9166.0, 9127.0, 9165.0, 9153.0, 9097.0, 9163.0, 9080.0, 9174.0, 9166.0, 9092.0, 9133.0, 9078.0, 9158.0, 9078.0, 9145.0, 9161.0, 9095.0, 9165.0, 9097.0, 9120.0, 9149.0, 9094.0, 9163.0, 9114.0, 9182.0, 9160.0, 9124.0, 9188.0, 9130.0, 9099.0, 9167.0, 9138.0, 9176.0, 9177.0, 9154.0, 9225.0, 9142.0, 9144.0, 9140.0, 9097.0, 9178.0, 9156.0, 9155.0, 9159.0, 9138.0, 9174.0, 9130.0, 9098.0, 9152.0, 9129.0, 9196.0, 9157.0, 9153.0, 9151.0, 9092.0, 9163.0, 9095.0, 9172.0, 9174.0, 9116.0, 9127.0, 9069.0, 9136.0, 9068.0, 9148.0, 9125.0, 9122.0, 9110.0, 9070.0, 9121.0, 9071.0, 9123.0, 9140.0, 9101.0, 9170.0, 9090.0, 9169.0, 9114.0, 9111.0, 9138.0, 9069.0, 9150.0, 9097.0, 9124.0, 9099.0, 9073.0, 9115.0, 9094.0, 9150.0, 9140.0, 9103.0, 9156.0, 9142.0, 9114.0, 9152.0, 9131.0, 9171.0, 9190.0, 9135.0, 9188.0, 9103.0, 9177.0, 9150.0, 9131.0, 9159.0, 9102.0, 9174.0, 9128.0, 9180.0, 9146.0, 9141.0, 9205.0, 9137.0, 9178.0, 9107.0, 9156.0, 9161.0, 9133.0, 9162.0, 9081.0, 9160.0, 9102.0, 9152.0, 9126.0, 9122.0, 9125.0, 9068.0, 9128.0, 9062.0, 9140.0, 9054.0, 9175.0, 9071.0, 9153.0, 9095.0, 9066.0, 9115.0, 9077.0, 9148.0, 9077.0, 9155.0, 9079.0, 9134.0, 9138.0, 9098.0, 9139.0, 9097.0, 9178.0, 9197.0, 9155.0, 9185.0, 9118.0, 9187.0, 9100.0, 9175.0, 9093.0, 9156.0, 9146.0, 9128.0, 9170.0, 9074.0, 9127.0, 9072.0, 9139.0, 9075.0, 9155.0, 9147.0, 9095.0, 9150.0, 9099.0, 9166.0, 9141.0, 9140.0, 9156.0, 9101.0, 9197.0, 9115.0, 9179.0, 9164.0, 9093.0, 9150.0, 9098.0, 9176.0, 9097.0, 9154.0, 9104.0, 9122.0, 9150.0, 9126.0, 9180.0, 9200.0, 9146.0, 9226.0, 9171.0, 9168.0, 9193.0, 9135.0, 9205.0, 9151.0, 9203.0, 9161.0, 9155.0, 9151.0, 9104.0, 9144.0, 9088.0, 9171.0, 9102.0, 9173.0, 9103.0, 9156.0, 9085.0, 9107.0, 9108.0, 9079.0, 9151.0, 9084.0, 9154.0, 9073.0, 9177.0, 9057.0, 9134.0, 9081.0, 9106.0, 9124.0, 9097.0, 9145.0, 9092.0, 9133.0, 9081.0, 9143.0, 9104.0, 9129.0, 9162.0, 9123.0, 9165.0, 9083.0, 9178.0, 9081.0, 9157.0, 9075.0, 9139.0, 9144.0, 9129.0, 9131.0, 9075.0, 9102.0, 9077.0, 9130.0, 9078.0, 9159.0, 9094.0, 9158.0, 9133.0, 9104.0, 9135.0, 9080.0, 9136.0, 9083.0, 9181.0, 9099.0, 9149.0, 9110.0, 9097.0, 9113.0, 9105.0, 9202.0, 9182.0, 9156.0, 9171.0, 9128.0, 9190.0, 9121.0, 9187.0, 9153.0, 9105.0, 9142.0, 9136.0, 9192.0, 9209.0, 9189.0, 9178.0, 9119.0, 9212.0, 9201.0, 9150.0, 9206.0, 9164.0, 9232.0, 9162.0, 9135.0, 9145.0, 9086.0, 9158.0, 9117.0, 9174.0, 9101.0, 9175.0, 9067.0, 9103.0, 9091.0, 9077.0, 9118.0, 9052.0, 9106.0, 9072.0, 9126.0, 9093.0, 9107.0, 9148.0, 9096.0, 9178.0, 9099.0, 9177.0, 9164.0, 9146.0, 9147.0, 9093.0, 9161.0, 9082.0, 9178.0, 9100.0, 9103.0, 9115.0, 9100.0, 9166.0, 9156.0, 9154.0, 9172.0, 9128.0, 9155.0, 9103.0, 9199.0, 9104.0, 9200.0, 9118.0, 9129.0, 9115.0, 9082.0, 9097.0, 9074.0, 9186.0, 9154.0, 9142.0, 9159.0, 9108.0, 9201.0, 9132.0, 9127.0, 9183.0, 9131.0, 9186.0, 9150.0, 9187.0, 9183.0, 9095.0, 9110.0, 9085.0, 9156.0, 9117.0, 9077.0, 9187.0, 9082.0, 9175.0, 9166.0, 9146.0, 9130.0, 9069.0, 9133.0, 9053.0, 9149.0, 9137.0, 9120.0, 9123.0, 9053.0, 9079.0, 9055.0, 9136.0, 9086.0, 9110.0, 9155.0, 9088.0, 9129.0, 9104.0, 9156.0, 9093.0, 9107.0, 9152.0, 9116.0, 9198.0, 9148.0, 9121.0, 9159.0, 9103.0, 9154.0, 9168.0, 9118.0, 9214.0, 9136.0, 9163.0, 9175.0, 9118.0, 9183.0, 9171.0, 9168.0, 9144.0, 9097.0, 9160.0, 9091.0, 9131.0, 9161.0, 9110.0, 9200.0, 9193.0, 9180.0, 9178.0, 9139.0, 9139.0, 9167.0, 9084.0, 9144.0, 9127.0, 9078.0, 9162.0, 9081.0, 9172.0, 9152.0, 9169.0, 9176.0, 9099.0, 9133.0, 9039.0, 9114.0, 9016.0, 9099.0, 9035.0, 9102.0, 9077.0, 9087.0, 9076.0, 9058.0, 9085.0, 9025.0, 9078.0, 8994.0, 9050.0, 8998.0, 9082.0, 9024.0, 9049.0, 9064.0, 9042.0, 9086.0, 9051.0, 9069.0, 9139.0, 9080.0, 9162.0, 9178.0, 9111.0, 9133.0, 9088.0, 9155.0, 9104.0, 9157.0, 9146.0, 9102.0, 9129.0, 9071.0, 9119.0, 9071.0, 9066.0, 9123.0, 9113.0, 9158.0, 9118.0, 9175.0, 9120.0, 9101.0, 9121.0, 9051.0, 9115.0, 9049.0, 9147.0, 9082.0, 9159.0, 9084.0, 9069.0, 9123.0, 9067.0, 9133.0, 9051.0, 9133.0, 9066.0, 9158.0, 9119.0, 9104.0, 9106.0, 9050.0, 9079.0, 9055.0, 9136.0, 9087.0, 9100.0, 9158.0, 9108.0, 9163.0, 9083.0, 9168.0, 9158.0, 9090.0, 9164.0, 9115.0, 9181.0, 9134.0, 9104.0, 9099.0, 9136.0, 9172.0, 9139.0, 9087.0, 9119.0, 9205.0, 9150.0, 9217.0, 9192.0, 9146.0, 9157.0, 9097.0, 9160.0, 9132.0, 9120.0, 9149.0, 9097.0, 9180.0, 9084.0, 9136.0, 9131.0, 9074.0, 9114.0, 9076.0, 9157.0, 9093.0, 9134.0, 9151.0, 9117.0, 9173.0, 9104.0, 9168.0, 9186.0, 9119.0, 9212.0, 9135.0, 9123.0, 9148.0, 9105.0, 9193.0, 9134.0, 9173.0, 9174.0, 9104.0, 9154.0, 9109.0, 9187.0, 9109.0, 9160.0, 9135.0, 9092.0, 9091.0, 9080.0, 9145.0, 9099.0, 9126.0, 9117.0, 9107.0, 9171.0, 9131.0, 9153.0, 9174.0, 9158.0, 9187.0, 9115.0, 9153.0, 9092.0, 9158.0, 9077.0, 9156.0, 9161.0, 9162.0, 9193.0, 9138.0, 9200.0, 9138.0, 9093.0, 9152.0, 9055.0, 9112.0, 9076.0, 9160.0, 9135.0, 9207.0, 9181.0, 9127.0, 9134.0, 9076.0, 9131.0, 9081.0, 9134.0, 9111.0, 9121.0, 9139.0, 9069.0, 9152.0, 9112.0, 9152.0, 9068.0, 9122.0, 9111.0, 9070.0, 9094.0, 9075.0, 9157.0, 9121.0, 9122.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.0055461700182815364</td></tr>
<tr><td colspan=3>aqi</td><td>0.0566972470749543</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.76878575416286</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1011107210795998</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9459623765324785</td></tr>
<tr><td colspan=3>efc</td><td>0.453</td></tr>
<tr><td colspan=3>fber</td><td>5432.7896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11706323152006788</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.603290676416819</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.585376086056017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4978056677203995</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7541041161552227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5042184742924287</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115234</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014979568310081959</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023201242089271545</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</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.6952447379729025</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.1634</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1878</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.3381</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>306183.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>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.9825</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7114</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.1119</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3322.3873</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.6641</td></tr>
<tr><td colspan=3>tsnr</td><td>28.87934217613656</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>