<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-02/func/sub-0073_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>b13fff575ffbd021c0a8255859587c59</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>18:44:46.290000</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.998695, 0.0067581, -0.0506132, 0.00592648, 0.969163, 0.246348]</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.0954338</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>[4137, -7820, -7282, 572, -100, -284, -127, 98]</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>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76c4ca34-c14c-4228-bb8b-7d5b702325d8||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.679426908493042, 0.01590031199157238, -0.13693667948246002, 114.54539489746094], [-0.018131490796804428, 2.6001944541931152, 0.6650815010070801, -95.25707244873047], [-0.13579148054122925, -0.6609333753585815, 2.6132192611694336, -40.2331428527832], [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': ['184446.290000', '184446.750000', '184447.210000', '184447.670000', '184448.130000', '184448.590000', '184449.050000', '184449.510000', '184449.970000', '184450.430000', '184450.890000', '184451.350000', '184451.810000', '184452.270000', '184452.730000', '184453.190000', '184453.650000', '184454.110000', '184454.570000', '184455.030000', '184455.490000', '184455.950000', '184456.410000', '184456.870000', '184457.330000', '184457.790000', '184458.250000', '184458.710000', '184459.170000', '184459.630000', '184500.090000', '184500.550000', '184501.010000', '184501.470000', '184501.930000', '184502.390000', '184502.850000', '184503.310000', '184503.770000', '184504.230000', '184504.690000', '184505.150000', '184505.610000', '184506.070000', '184506.530000', '184506.990000', '184507.450000', '184507.910000', '184508.370000', '184508.830000', '184509.290000', '184509.750000', '184510.210000', '184510.670000', '184511.130000', '184511.590000', '184512.050000', '184512.510000', '184512.970000', '184513.430000', '184513.890000', '184514.350000', '184514.810000', '184515.270000', '184515.730000', '184516.190000', '184516.650000', '184517.110000', '184517.570000', '184518.030000', '184518.490000', '184518.950000', '184519.410000', '184519.870000', '184520.330000', '184520.790000', '184521.250000', '184521.710000', '184522.170000', '184522.630000', '184523.090000', '184523.550000', '184524.010000', '184524.470000', '184524.930000', '184525.390000', '184525.850000', '184526.310000', '184526.770000', '184527.230000', '184527.690000', '184528.150000', '184528.610000', '184529.070000', '184529.530000', '184529.990000', '184530.450000', '184530.910000', '184531.370000', '184531.830000', '184532.290000', '184532.750000', '184533.210000', '184533.670000', '184534.130000', '184534.590000', '184535.050000', '184535.510000', '184535.970000', '184536.430000', '184536.890000', '184537.350000', '184537.810000', '184538.270000', '184538.730000', '184539.190000', '184539.650000', '184540.110000', '184540.570000', '184541.030000', '184541.490000', '184541.950000', '184542.410000', '184542.870000', '184543.330000', '184543.790000', '184544.250000', '184544.710000', '184545.170000', '184545.630000', '184546.090000', '184546.550000', '184547.010000', '184547.470000', '184547.930000', '184548.390000', '184548.850000', '184549.310000', '184549.770000', '184550.230000', '184550.690000', '184551.150000', '184551.610000', '184552.070000', '184552.530000', '184552.990000', '184553.450000', '184553.910000', '184554.370000', '184554.830000', '184555.290000', '184555.750000', '184556.210000', '184556.670000', '184557.130000', '184557.590000', '184558.050000', '184558.510000', '184558.970000', '184559.430000', '184559.890000', '184600.350000', '184600.810000', '184601.270000', '184601.730000', '184602.190000', '184602.650000', '184603.110000', '184603.570000', '184604.030000', '184604.490000', '184604.950000', '184605.410000', '184605.870000', '184606.330000', '184606.790000', '184607.250000', '184607.710000', '184608.170000', '184608.630000', '184609.090000', '184609.550000', '184610.010000', '184610.470000', '184610.930000', '184611.390000', '184611.850000', '184612.310000', '184612.770000', '184613.230000', '184613.690000', '184614.150000', '184614.610000', '184615.070000', '184615.530000', '184615.990000', '184616.450000', '184616.910000', '184617.370000', '184617.830000', '184618.290000', '184618.750000', '184619.210000', '184619.670000', '184620.130000', '184620.590000', '184621.050000', '184621.510000', '184621.970000', '184622.430000', '184622.890000', '184623.350000', '184623.810000', '184624.270000', '184624.730000', '184625.190000', '184625.650000', '184626.110000', '184626.570000', '184627.030000', '184627.490000', '184627.950000', '184628.410000', '184628.870000', '184629.330000', '184629.790000', '184630.250000', '184630.710000', '184631.170000', '184631.630000', '184632.090000', '184632.550000', '184633.010000', '184633.470000', '184633.930000', '184634.390000', '184634.850000', '184635.310000', '184635.770000', '184636.230000', '184636.690000', '184637.150000', '184637.610000', '184638.070000', '184638.530000', '184638.990000', '184639.450000', '184639.910000', '184640.370000', '184640.830000', '184641.290000', '184641.750000', '184642.210000', '184642.670000', '184643.130000', '184643.590000', '184644.050000', '184644.510000', '184644.970000', '184645.430000', '184645.890000', '184646.350000', '184646.810000', '184647.270000', '184647.730000', '184648.190000', '184648.650000', '184649.110000', '184649.570000', '184650.030000', '184650.490000', '184650.950000', '184651.410000', '184651.870000', '184652.330000', '184652.790000', '184653.250000', '184653.710000', '184654.170000', '184654.630000', '184655.090000', '184655.550000', '184656.010000', '184656.470000', '184656.930000', '184657.390000', '184657.850000', '184658.310000', '184658.770000', '184659.230000', '184659.690000', '184700.150000', '184700.610000', '184701.070000', '184701.530000', '184701.990000', '184702.450000', '184702.910000', '184703.370000', '184703.830000', '184704.290000', '184704.750000', '184705.210000', '184705.670000', '184706.130000', '184706.590000', '184707.050000', '184707.510000', '184707.970000', '184708.430000', '184708.890000', '184709.350000', '184709.810000', '184710.270000', '184710.730000', '184711.190000', '184711.650000', '184712.110000', '184712.570000', '184713.030000', '184713.490000', '184713.950000', '184714.410000', '184714.870000', '184715.330000', '184715.790000', '184716.250000', '184716.710000', '184717.170000', '184717.630000', '184718.090000', '184718.550000', '184719.010000', '184719.470000', '184719.930000', '184720.390000', '184720.850000', '184721.310000', '184721.770000', '184722.230000', '184722.690000', '184723.150000', '184723.610000', '184724.070000', '184724.530000', '184724.990000', '184725.450000', '184725.910000', '184726.370000', '184726.830000', '184727.290000', '184727.750000', '184728.210000', '184728.670000', '184729.130000', '184729.590000', '184730.050000', '184730.510000', '184730.970000', '184731.430000', '184731.890000', '184732.350000', '184732.810000', '184733.270000', '184733.730000', '184734.190000', '184734.650000', '184735.110000', '184735.570000', '184736.030000', '184736.490000', '184736.950000', '184737.410000', '184737.870000', '184738.330000', '184738.790000', '184739.250000', '184739.710000', '184740.170000', '184740.630000', '184741.090000', '184741.550000', '184742.010000', '184742.470000', '184742.930000', '184743.390000', '184743.850000', '184744.310000', '184744.770000', '184745.230000', '184745.690000', '184746.150000', '184746.610000', '184747.070000', '184747.530000', '184747.990000', '184748.450000', '184748.910000', '184749.370000', '184749.830000', '184750.290000', '184750.750000', '184751.210000', '184751.670000', '184752.130000', '184752.590000', '184753.050000', '184753.510000', '184753.970000', '184754.430000', '184754.890000', '184755.350000', '184755.810000', '184756.270000', '184756.730000', '184757.190000', '184757.650000', '184758.110000', '184758.570000', '184759.030000', '184759.490000', '184759.950000', '184800.410000', '184800.870000', '184801.330000', '184801.790000', '184802.250000', '184802.710000', '184803.170000', '184803.630000', '184804.090000', '184804.550000', '184805.010000', '184805.470000', '184805.930000', '184806.390000', '184806.850000', '184807.310000', '184807.770000', '184808.230000', '184808.690000', '184809.150000', '184809.610000', '184810.070000', '184810.530000', '184810.990000', '184811.450000', '184811.910000', '184812.370000', '184812.830000', '184813.290000', '184813.750000', '184814.210000', '184814.670000', '184815.130000', '184815.590000', '184816.050000', '184816.510000', '184816.970000', '184817.430000', '184817.890000', '184818.350000', '184818.810000', '184819.270000', '184819.730000', '184820.190000', '184820.650000', '184821.110000', '184821.570000', '184822.030000', '184822.490000', '184822.950000', '184823.410000', '184823.870000', '184824.330000', '184824.790000', '184825.250000', '184825.710000', '184826.170000', '184826.630000', '184827.090000', '184827.550000', '184828.010000', '184828.470000', '184828.930000', '184829.390000', '184829.850000', '184830.310000', '184830.770000', '184831.230000', '184831.690000', '184832.150000', '184832.610000', '184833.070000', '184833.530000', '184833.990000', '184834.450000', '184834.910000', '184835.370000', '184835.830000', '184836.290000', '184836.750000', '184837.210000', '184837.670000', '184838.130000', '184838.590000', '184839.050000', '184839.510000', '184839.970000', '184840.430000', '184840.890000', '184841.350000', '184841.810000', '184842.270000', '184842.730000', '184843.190000', '184843.650000', '184844.110000', '184844.570000', '184845.030000', '184845.490000', '184845.950000', '184846.410000', '184846.870000', '184847.330000', '184847.790000', '184848.250000', '184848.710000', '184849.170000', '184849.630000', '184850.090000', '184850.550000', '184851.010000', '184851.470000', '184851.930000', '184852.390000', '184852.850000', '184853.310000', '184853.770000', '184854.230000', '184854.690000', '184855.150000', '184855.610000', '184856.070000', '184856.530000', '184856.990000', '184857.450000', '184857.910000', '184858.370000', '184858.830000', '184859.290000', '184859.750000', '184900.210000', '184900.670000', '184901.130000', '184901.590000', '184902.050000', '184902.510000', '184902.970000', '184903.430000', '184903.890000', '184904.350000', '184904.810000', '184905.270000', '184905.730000', '184906.190000', '184906.650000', '184907.110000', '184907.570000', '184908.030000', '184908.490000', '184908.950000', '184909.410000', '184909.870000', '184910.330000', '184910.790000', '184911.250000', '184911.710000', '184912.170000', '184912.630000', '184913.090000', '184913.550000', '184914.010000', '184914.470000', '184914.930000', '184915.390000', '184915.850000', '184916.310000', '184916.770000', '184917.230000', '184917.690000', '184918.150000', '184918.610000', '184919.070000', '184919.530000', '184919.990000', '184920.450000', '184920.910000', '184921.370000', '184921.830000', '184922.290000', '184922.750000', '184923.210000', '184923.670000', '184924.130000', '184924.590000', '184925.050000', '184925.510000', '184925.970000', '184926.430000', '184926.890000', '184927.350000', '184927.810000', '184928.270000', '184928.730000', '184929.190000', '184929.650000', '184930.110000', '184930.570000', '184931.030000', '184931.490000', '184931.950000', '184932.410000', '184932.870000', '184933.330000', '184933.790000', '184934.250000', '184934.710000', '184935.170000', '184935.630000', '184936.090000', '184936.550000', '184937.010000', '184937.470000', '184937.930000', '184938.390000', '184938.850000', '184939.310000', '184939.770000', '184940.230000', '184940.690000', '184941.150000', '184941.610000', '184942.070000', '184942.530000', '184942.990000', '184943.450000', '184943.910000', '184944.370000', '184944.830000', '184945.290000', '184945.750000', '184946.210000', '184946.670000', '184947.130000', '184947.590000', '184948.050000', '184948.510000', '184948.970000', '184949.430000', '184949.890000', '184950.350000', '184950.810000', '184951.270000', '184951.730000', '184952.190000', '184952.650000', '184953.110000', '184953.570000', '184954.030000', '184954.490000', '184954.950000', '184955.410000', '184955.870000', '184956.330000', '184956.790000', '184957.250000', '184957.710000', '184958.170000', '184958.630000', '184959.090000', '184959.550000', '185000.010000', '185000.470000', '185000.930000', '185001.390000', '185001.850000', '185002.310000', '185002.770000', '185003.230000', '185003.690000', '185004.150000', '185004.610000', '185005.070000', '185005.530000', '185005.990000', '185006.450000', '185006.910000', '185007.370000', '185007.830000', '185008.290000', '185008.750000', '185009.210000', '185009.670000', '185010.130000', '185010.590000', '185011.050000', '185011.510000', '185011.970000', '185012.430000', '185012.890000', '185013.350000', '185013.810000', '185014.270000', '185014.730000', '185015.190000', '185015.650000', '185016.110000', '185016.570000', '185017.030000', '185017.490000', '185017.950000', '185018.410000', '185018.870000', '185019.330000', '185019.790000', '185020.250000', '185020.710000', '185021.170000', '185021.630000', '185022.090000', '185022.550000', '185023.010000', '185023.470000', '185023.930000', '185024.390000', '185024.850000', '185025.310000', '185025.770000', '185026.230000', '185026.690000', '185027.150000', '185027.610000', '185028.070000', '185028.530000', '185028.990000', '185029.450000', '185029.910000', '185030.370000', '185030.830000', '185031.290000', '185031.750000', '185032.210000', '185032.670000', '185033.130000', '185033.590000', '185034.050000', '185034.510000', '185034.970000', '185035.430000', '185035.890000', '185036.350000', '185036.810000', '185037.270000', '185037.730000', '185038.190000', '185038.650000', '185039.110000', '185039.570000', '185040.030000', '185040.490000', '185040.950000', '185041.410000', '185041.870000', '185042.330000', '185042.790000', '185043.250000', '185043.710000', '185044.170000', '185044.630000', '185045.090000', '185045.550000', '185046.010000', '185046.470000', '185046.930000', '185047.390000', '185047.850000', '185048.310000', '185048.770000', '185049.230000', '185049.690000', '185050.150000', '185050.610000', '185051.070000', '185051.530000', '185051.990000', '185052.450000', '185052.910000', '185053.370000', '185053.830000', '185054.290000', '185054.750000', '185055.210000', '185055.670000', '185056.130000', '185056.590000', '185057.050000', '185057.510000', '185057.970000', '185058.430000', '185058.890000', '185059.350000', '185059.810000', '185100.270000', '185100.730000', '185101.190000', '185101.650000', '185102.110000', '185102.570000', '185103.030000', '185103.490000', '185103.950000', '185104.410000', '185104.870000', '185105.330000', '185105.790000', '185106.250000', '185106.710000', '185107.170000', '185107.630000', '185108.090000', '185108.550000', '185109.010000', '185109.470000', '185109.930000', '185110.390000', '185110.850000', '185111.310000', '185111.770000', '185112.230000', '185112.690000', '185113.150000', '185113.610000', '185114.070000', '185114.530000', '185114.990000', '185115.450000', '185115.910000', '185116.370000', '185116.830000', '185117.290000', '185117.750000', '185118.210000', '185118.670000', '185119.130000', '185119.590000', '185120.050000', '185120.510000', '185120.970000', '185121.430000', '185121.890000', '185122.350000', '185122.810000', '185123.270000', '185123.730000', '185124.190000', '185124.650000', '185125.110000', '185125.570000', '185126.030000', '185126.490000', '185126.950000', '185127.410000', '185127.870000', '185128.330000', '185128.790000', '185129.250000', '185129.710000', '185130.170000', '185130.630000', '185131.090000', '185131.550000', '185132.010000', '185132.470000', '185132.930000', '185133.390000', '185133.850000', '185134.310000', '185134.770000', '185135.230000', '185135.690000', '185136.150000', '185136.610000', '185137.070000', '185137.530000', '185137.990000', '185138.450000', '185138.910000', '185139.370000', '185139.830000', '185140.290000', '185140.750000', '185141.210000', '185141.670000', '185142.130000', '185142.590000', '185143.050000', '185143.510000', '185143.970000', '185144.430000', '185144.890000', '185145.350000', '185145.810000', '185146.270000', '185146.730000', '185147.190000', '185147.650000', '185148.110000', '185148.570000', '185149.030000', '185149.490000', '185149.950000', '185150.410000', '185150.870000', '185151.330000', '185151.790000', '185152.250000', '185152.710000', '185153.170000', '185153.630000', '185154.090000', '185154.550000', '185155.010000', '185155.470000', '185155.930000', '185156.390000', '185156.850000', '185157.310000', '185157.770000', '185158.230000', '185158.690000', '185159.150000', '185159.610000', '185200.070000', '185200.530000', '185200.990000', '185201.450000', '185201.910000', '185202.370000', '185202.830000', '185203.290000', '185203.750000', '185204.210000', '185204.670000', '185205.130000', '185205.590000', '185206.050000', '185206.510000', '185206.970000', '185207.430000', '185207.890000', '185208.350000', '185208.810000', '185209.270000', '185209.730000', '185210.190000', '185210.650000', '185211.110000', '185211.570000', '185212.030000', '185212.490000', '185212.950000', '185213.410000', '185213.870000', '185214.330000', '185214.790000', '185215.250000', '185215.710000', '185216.170000', '185216.630000', '185217.090000', '185217.550000', '185218.010000', '185218.470000', '185218.930000', '185219.390000', '185219.850000', '185220.310000', '185220.770000', '185221.230000', '185221.690000', '185222.150000', '185222.610000', '185223.070000', '185223.530000', '185223.990000', '185224.450000', '185224.910000', '185225.370000', '185225.830000', '185226.290000', '185226.750000', '185227.210000', '185227.670000', '185228.130000', '185228.590000', '185229.050000', '185229.510000', '185229.970000', '185230.430000', '185230.890000', '185231.350000', '185231.810000', '185232.270000', '185232.730000', '185233.190000', '185233.650000', '185234.110000', '185234.570000', '185235.030000', '185235.490000', '185235.950000', '185236.410000', '185236.870000', '185237.330000', '185237.790000', '185238.250000', '185238.710000', '185239.170000', '185239.630000', '185240.090000', '185240.550000', '185241.010000', '185241.470000', '185241.930000', '185242.390000', '185242.850000', '185243.310000', '185243.770000', '185244.230000', '185244.690000', '185245.150000', '185245.610000', '185246.070000', '185246.530000', '185246.990000', '185247.450000', '185247.910000', '185248.370000', '185248.830000', '185249.290000', '185249.750000', '185250.210000', '185250.670000', '185251.130000', '185251.590000', '185252.050000', '185252.510000', '185252.970000', '185253.430000', '185253.890000', '185254.350000', '185254.810000', '185255.270000', '185255.730000', '185256.190000', '185256.650000', '185257.110000', '185257.570000', '185258.030000', '185258.490000', '185258.950000', '185259.410000', '185259.870000', '185300.330000', '185300.790000', '185301.250000', '185301.710000', '185302.170000', '185302.630000', '185303.090000', '185303.550000', '185304.010000', '185304.470000', '185304.930000', '185305.390000', '185305.850000', '185306.310000', '185306.770000', '185307.230000', '185307.690000', '185308.150000', '185308.610000', '185309.070000', '185309.530000', '185309.990000', '185310.450000', '185310.910000'], 'ContentTime': ['184512.719000', '184512.723000', '184512.726000', '184512.728000', '184512.731000', '184512.733000', '184512.736000', '184512.738000', '184512.741000', '184512.744000', '184512.746000', '184512.749000', '184512.751000', '184512.754000', '184512.756000', '184512.759000', '184512.761000', '184512.764000', '184512.767000', '184512.769000', '184512.772000', '184512.774000', '184512.778000', '184512.781000', '184512.783000', '184512.786000', '184512.788000', '184512.791000', '184512.794000', '184512.796000', '184512.799000', '184512.801000', '184512.804000', '184512.806000', '184512.809000', '184512.811000', '184512.814000', '184512.817000', '184512.819000', '184512.822000', '184512.824000', '184512.827000', '184512.829000', '184512.832000', '184512.834000', '184512.837000', '184512.840000', '184512.842000', '184512.845000', '184512.847000', '184512.850000', '184512.852000', '184512.855000', '184512.857000', '184512.860000', '184532.680000', '184532.683000', '184532.686000', '184532.688000', '184532.691000', '184532.693000', '184532.696000', '184532.698000', '184532.701000', '184532.704000', '184532.706000', '184532.709000', '184532.718000', '184532.720000', '184532.747000', '184532.750000', '184532.753000', '184532.755000', '184532.758000', '184532.760000', '184532.763000', '184532.765000', '184532.768000', '184532.770000', '184532.773000', '184532.776000', '184532.778000', '184532.781000', '184532.783000', '184532.786000', '184532.788000', '184532.791000', '184532.794000', '184532.796000', '184532.799000', '184532.801000', '184532.804000', '184532.806000', '184532.809000', '184532.811000', '184532.814000', '184532.816000', '184532.819000', '184552.680000', '184552.683000', '184552.686000', '184552.688000', '184552.691000', '184552.693000', '184552.696000', '184552.698000', '184552.701000', '184552.704000', '184552.706000', '184552.709000', '184552.711000', '184552.714000', '184552.716000', '184552.719000', '184552.721000', '184552.724000', '184552.727000', '184552.729000', '184552.732000', '184552.734000', '184552.737000', '184552.739000', '184552.742000', '184552.744000', '184552.747000', '184552.749000', '184552.752000', '184552.755000', '184552.757000', '184552.760000', '184552.762000', '184552.765000', '184552.773000', '184552.775000', '184552.778000', '184552.780000', '184552.783000', '184552.785000', '184552.788000', '184552.791000', '184552.793000', '184552.796000', '184612.680000', '184612.683000', '184612.686000', '184612.688000', '184612.691000', '184612.693000', '184612.696000', '184612.698000', '184612.701000', '184612.704000', '184612.706000', '184612.709000', '184612.711000', '184612.714000', '184612.716000', '184612.719000', '184612.722000', '184612.725000', '184612.728000', '184612.731000', '184612.733000', '184612.736000', '184612.738000', '184612.741000', '184612.743000', '184612.746000', '184612.749000', '184612.751000', '184612.754000', '184612.756000', '184612.759000', '184612.761000', '184612.764000', '184612.767000', '184612.769000', '184612.772000', '184612.774000', '184612.777000', '184612.780000', '184612.782000', '184612.785000', '184612.788000', '184612.790000', '184632.680000', '184632.683000', '184632.686000', '184632.689000', '184632.691000', '184632.694000', '184632.696000', '184632.699000', '184632.701000', '184632.704000', '184632.707000', '184632.709000', '184632.712000', '184632.714000', '184632.717000', '184632.719000', '184632.722000', '184632.725000', '184632.727000', '184632.730000', '184632.732000', '184632.735000', '184632.737000', '184632.740000', '184632.742000', '184632.745000', '184632.748000', '184632.750000', '184632.753000', '184632.755000', '184632.758000', '184632.761000', '184632.763000', '184632.766000', '184632.768000', '184632.771000', '184632.774000', '184632.776000', '184632.779000', '184632.781000', '184632.784000', '184632.786000', '184632.789000', '184632.792000', '184652.680000', '184652.683000', '184652.686000', '184652.688000', '184652.691000', '184652.693000', '184652.696000', '184652.699000', '184652.701000', '184652.704000', '184652.706000', '184652.709000', '184652.711000', '184652.714000', '184652.717000', '184652.719000', '184652.722000', '184652.724000', '184652.727000', '184652.729000', '184652.732000', '184652.735000', '184652.737000', '184652.740000', '184652.743000', '184652.745000', '184652.748000', '184652.751000', '184652.753000', '184652.756000', '184652.758000', '184652.761000', '184652.763000', '184652.766000', '184652.769000', '184652.771000', '184652.774000', '184652.776000', '184652.779000', '184652.782000', '184652.784000', '184652.787000', '184652.789000', '184712.680000', '184712.683000', '184712.686000', '184712.688000', '184712.691000', '184712.694000', '184712.696000', '184712.699000', '184712.701000', '184712.704000', '184712.707000', '184712.709000', '184712.712000', '184712.714000', '184712.717000', '184712.719000', '184712.722000', '184712.725000', '184712.727000', '184712.730000', '184712.732000', '184712.735000', '184712.738000', '184712.740000', '184712.749000', '184712.751000', '184712.754000', '184712.756000', '184712.759000', '184712.761000', '184712.764000', '184712.767000', '184712.769000', '184712.772000', '184712.774000', '184712.777000', '184712.779000', '184712.782000', '184712.785000', '184712.787000', '184712.790000', '184712.792000', '184712.795000', '184712.797000', '184732.681000', '184732.684000', '184732.687000', '184732.689000', '184732.692000', '184732.694000', '184732.697000', '184732.700000', '184732.702000', '184732.705000', '184732.707000', '184732.710000', '184732.713000', '184732.715000', '184732.718000', '184732.721000', '184732.723000', '184732.726000', '184732.729000', '184732.732000', '184732.735000', '184732.738000', '184732.740000', '184732.743000', '184732.745000', '184732.748000', '184732.751000', '184732.753000', '184732.756000', '184732.758000', '184732.761000', '184732.764000', '184732.767000', '184732.770000', '184732.772000', '184732.775000', '184732.777000', '184732.780000', '184732.783000', '184732.785000', '184732.788000', '184732.790000', '184732.793000', '184752.680000', '184752.683000', '184752.686000', '184752.688000', '184752.691000', '184752.693000', '184752.696000', '184752.698000', '184752.701000', '184752.704000', '184752.706000', '184752.709000', '184752.711000', '184752.714000', '184752.716000', '184752.719000', '184752.722000', '184752.724000', '184752.727000', '184752.730000', '184752.732000', '184752.735000', '184752.737000', '184752.740000', '184752.743000', '184752.745000', '184752.748000', '184752.750000', '184752.753000', '184752.755000', '184752.758000', '184752.760000', '184752.763000', '184752.766000', '184752.768000', '184752.771000', '184752.773000', '184752.776000', '184752.779000', '184752.781000', '184752.784000', '184752.786000', '184752.789000', '184752.791000', '184812.680000', '184812.683000', '184812.686000', '184812.688000', '184812.691000', '184812.693000', '184812.696000', '184812.699000', '184812.707000', '184812.710000', '184812.712000', '184812.715000', '184812.717000', '184812.720000', '184812.723000', '184812.725000', '184812.728000', '184812.730000', '184812.733000', '184812.735000', '184812.738000', '184812.741000', '184812.743000', '184812.746000', '184812.748000', '184812.751000', '184812.754000', '184812.756000', '184812.759000', '184812.761000', '184812.764000', '184812.775000', '184812.777000', '184812.780000', '184812.782000', '184812.785000', '184812.788000', '184812.790000', '184812.793000', '184812.796000', '184812.798000', '184812.831000', '184812.834000', '184832.680000', '184832.683000', '184832.686000', '184832.688000', '184832.691000', '184832.693000', '184832.696000', '184832.699000', '184832.701000', '184832.704000', '184832.706000', '184832.709000', '184832.712000', '184832.714000', '184832.717000', '184832.719000', '184832.722000', '184832.725000', '184832.727000', '184832.730000', '184832.732000', '184832.735000', '184832.737000', '184832.740000', '184832.743000', '184832.745000', '184832.748000', '184832.750000', '184832.753000', '184832.756000', '184832.758000', '184832.761000', '184832.763000', '184832.766000', '184832.768000', '184832.781000', '184832.784000', '184832.786000', '184832.789000', '184832.791000', '184832.794000', '184832.797000', '184832.799000', '184832.837000', '184852.680000', '184852.683000', '184852.686000', '184852.688000', '184852.691000', '184852.693000', '184852.696000', '184852.699000', '184852.701000', '184852.704000', '184852.706000', '184852.709000', '184852.712000', '184852.714000', '184852.717000', '184852.719000', '184852.722000', '184852.724000', '184852.727000', '184852.730000', '184852.732000', '184852.735000', '184852.737000', '184852.740000', '184852.742000', '184852.745000', '184852.748000', '184852.750000', '184852.753000', '184852.755000', '184852.758000', '184852.760000', '184852.763000', '184852.766000', '184852.768000', '184852.771000', '184852.774000', '184852.776000', '184852.779000', '184852.781000', '184852.784000', '184852.787000', '184852.789000', '184912.680000', '184912.683000', '184912.686000', '184912.688000', '184912.691000', '184912.693000', '184912.696000', '184912.699000', '184912.701000', '184912.704000', '184912.706000', '184912.709000', '184912.711000', '184912.714000', '184912.717000', '184912.719000', '184912.722000', '184912.724000', '184912.727000', '184912.730000', '184912.732000', '184912.735000', '184912.737000', '184912.740000', '184912.742000', '184912.745000', '184912.747000', '184912.750000', '184912.753000', '184912.755000', '184912.758000', '184912.760000', '184912.763000', '184912.765000', '184912.768000', '184912.771000', '184912.773000', '184912.776000', '184912.779000', '184912.781000', '184912.784000', '184912.786000', '184912.789000', '184912.791000', '184932.680000', '184932.683000', '184932.686000', '184932.688000', '184932.691000', '184932.695000', '184932.697000', '184932.700000', '184932.702000', '184932.705000', '184932.708000', '184932.710000', '184932.713000', '184932.715000', '184932.718000', '184932.721000', '184932.723000', '184932.726000', '184932.728000', '184932.731000', '184932.734000', '184932.736000', '184932.739000', '184932.741000', '184932.744000', '184932.746000', '184932.749000', '184932.752000', '184932.754000', '184932.757000', '184932.759000', '184932.762000', '184932.765000', '184932.767000', '184932.770000', '184932.772000', '184932.775000', '184932.777000', '184932.780000', '184932.783000', '184932.785000', '184932.788000', '184932.790000', '184952.681000', '184952.684000', '184952.687000', '184952.689000', '184952.692000', '184952.695000', '184952.697000', '184952.700000', '184952.702000', '184952.705000', '184952.708000', '184952.710000', '184952.713000', '184952.715000', '184952.718000', '184952.720000', '184952.723000', '184952.726000', '184952.728000', '184952.731000', '184952.733000', '184952.736000', '184952.739000', '184952.741000', '184952.744000', '184952.746000', '184952.749000', '184952.751000', '184952.754000', '184952.757000', '184952.759000', '184952.762000', '184952.764000', '184952.767000', '184952.770000', '184952.772000', '184952.775000', '184952.777000', '184952.780000', '184952.782000', '184952.785000', '184952.788000', '184952.790000', '184952.793000', '185012.680000', '185012.683000', '185012.699000', '185012.702000', '185012.704000', '185012.707000', '185012.710000', '185012.712000', '185012.715000', '185012.717000', '185012.720000', '185012.722000', '185012.725000', '185012.728000', '185012.730000', '185012.733000', '185012.736000', '185012.738000', '185012.741000', '185012.743000', '185012.746000', '185012.748000', '185012.751000', '185012.758000', '185012.761000', '185012.763000', '185012.766000', '185012.769000', '185012.771000', '185012.774000', '185012.777000', '185012.779000', '185012.782000', '185012.784000', '185012.787000', '185012.789000', '185012.792000', '185012.795000', '185012.797000', '185012.844000', '185012.847000', '185012.850000', '185012.852000', '185032.681000', '185032.683000', '185032.686000', '185032.689000', '185032.691000', '185032.694000', '185032.696000', '185032.699000', '185032.701000', '185032.704000', '185032.707000', '185032.709000', '185032.712000', '185032.714000', '185032.717000', '185032.720000', '185032.722000', '185032.725000', '185032.727000', '185032.730000', '185032.732000', '185032.735000', '185032.738000', '185032.740000', '185032.743000', '185032.745000', '185032.748000', '185032.750000', '185032.753000', '185032.756000', '185032.758000', '185032.761000', '185032.763000', '185032.766000', '185032.769000', '185032.771000', '185032.774000', '185032.776000', '185032.779000', '185032.782000', '185032.784000', '185032.787000', '185032.789000', '185032.792000', '185052.681000', '185052.683000', '185052.686000', '185052.688000', '185052.691000', '185052.694000', '185052.696000', '185052.699000', '185052.701000', '185052.704000', '185052.706000', '185052.709000', '185052.711000', '185052.714000', '185052.717000', '185052.719000', '185052.722000', '185052.725000', '185052.727000', '185052.730000', '185052.732000', '185052.735000', '185052.737000', '185052.740000', '185052.743000', '185052.745000', '185052.748000', '185052.751000', '185052.753000', '185052.756000', '185052.758000', '185052.761000', '185052.764000', '185052.766000', '185052.770000', '185052.773000', '185052.775000', '185052.778000', '185052.780000', '185052.783000', '185052.785000', '185052.788000', '185052.791000', '185112.681000', '185112.683000', '185112.686000', '185112.689000', '185112.691000', '185112.694000', '185112.696000', '185112.699000', '185112.702000', '185112.704000', '185112.707000', '185112.709000', '185112.712000', '185112.715000', '185112.717000', '185112.720000', '185112.722000', '185112.725000', '185112.727000', '185112.730000', '185112.733000', '185112.735000', '185112.738000', '185112.740000', '185112.743000', '185112.745000', '185112.748000', '185112.751000', '185112.753000', '185112.756000', '185112.758000', '185112.761000', '185112.764000', '185112.766000', '185112.769000', '185112.771000', '185112.774000', '185112.777000', '185112.779000', '185112.782000', '185112.784000', '185112.787000', '185112.789000', '185132.680000', '185132.683000', '185132.686000', '185132.688000', '185132.691000', '185132.693000', '185132.696000', '185132.699000', '185132.701000', '185132.704000', '185132.706000', '185132.709000', '185132.711000', '185132.714000', '185132.725000', '185132.728000', '185132.730000', '185132.733000', '185132.735000', '185132.738000', '185132.740000', '185132.743000', '185132.746000', '185132.748000', '185132.751000', '185132.753000', '185132.756000', '185132.759000', '185132.762000', '185132.764000', '185132.767000', '185132.769000', '185132.772000', '185132.774000', '185132.777000', '185132.779000', '185132.782000', '185132.785000', '185132.787000', '185132.790000', '185132.792000', '185132.795000', '185132.798000', '185132.830000', '185152.681000', '185152.684000', '185152.687000', '185152.689000', '185152.692000', '185152.695000', '185152.697000', '185152.700000', '185152.702000', '185152.705000', '185152.708000', '185152.710000', '185152.713000', '185152.715000', '185152.718000', '185152.720000', '185152.723000', '185152.726000', '185152.728000', '185152.731000', '185152.733000', '185152.736000', '185152.739000', '185152.741000', '185152.744000', '185152.746000', '185152.749000', '185152.752000', '185152.754000', '185152.757000', '185152.759000', '185152.762000', '185152.764000', '185152.767000', '185152.770000', '185152.772000', '185152.775000', '185152.777000', '185152.780000', '185152.782000', '185152.785000', '185152.788000', '185152.790000', '185152.793000', '185212.681000', '185212.684000', '185212.687000', '185212.689000', '185212.692000', '185212.694000', '185212.697000', '185212.700000', '185212.702000', '185212.705000', '185212.707000', '185212.710000', '185212.712000', '185212.715000', '185212.718000', '185212.720000', '185212.723000', '185212.725000', '185212.728000', '185212.730000', '185212.733000', '185212.736000', '185212.738000', '185212.741000', '185212.743000', '185212.746000', '185212.748000', '185212.751000', '185212.754000', '185212.756000', '185212.759000', '185212.761000', '185212.764000', '185212.766000', '185212.769000', '185212.772000', '185212.774000', '185212.777000', '185212.779000', '185212.782000', '185212.784000', '185212.787000', '185212.790000', '185232.681000', '185232.684000', '185232.687000', '185232.690000', '185232.692000', '185232.695000', '185232.698000', '185232.700000', '185232.703000', '185232.705000', '185232.708000', '185232.710000', '185232.713000', '185232.715000', '185232.718000', '185232.721000', '185232.723000', '185232.726000', '185232.728000', '185232.731000', '185232.734000', '185232.736000', '185232.739000', '185232.741000', '185232.744000', '185232.747000', '185232.749000', '185232.752000', '185232.755000', '185232.757000', '185232.760000', '185232.762000', '185232.765000', '185232.768000', '185232.770000', '185232.773000', '185232.775000', '185232.778000', '185232.780000', '185232.783000', '185232.786000', '185232.788000', '185232.791000', '185252.681000', '185252.684000', '185252.686000', '185252.689000', '185252.691000', '185252.694000', '185252.696000', '185252.699000', '185252.702000', '185252.704000', '185252.738000', '185252.740000', '185252.743000', '185252.745000', '185252.748000', '185252.751000', '185252.753000', '185252.756000', '185252.758000', '185252.761000', '185252.763000', '185252.766000', '185252.769000', '185252.771000', '185252.774000', '185252.777000', '185252.779000', '185252.782000', '185252.784000', '185252.787000', '185252.790000', '185252.792000', '185252.795000', '185252.797000', '185252.865000', '185252.868000', '185252.870000', '185252.873000', '185252.875000', '185252.878000', '185252.880000', '185252.883000', '185252.886000', '185252.888000', '185312.179000', '185312.182000', '185312.185000', '185312.188000', '185312.190000', '185312.193000', '185312.196000', '185312.198000', '185312.201000', '185312.204000', '185312.206000', '185312.209000', '185312.212000', '185312.214000', '185312.217000', '185312.220000', '185312.222000', '185312.225000', '185312.228000', '185312.230000', '185312.233000', '185312.235000', '185312.238000', '185312.241000', '185312.244000', '185312.247000', '185312.250000', '185312.253000', '185312.256000', '185312.259000', '185312.262000', '185312.265000', '185312.267000', '185312.270000', '185312.273000', '185312.276000', '185312.278000', '185312.281000', '185312.284000', '185312.286000', '185312.289000', '185312.291000', '185312.295000'], 'InstanceCreationTime': ['184512.719000', '184512.723000', '184512.726000', '184512.728000', '184512.731000', '184512.733000', '184512.736000', '184512.738000', '184512.741000', '184512.744000', '184512.746000', '184512.749000', '184512.751000', '184512.754000', '184512.756000', '184512.759000', '184512.761000', '184512.764000', '184512.767000', '184512.769000', '184512.772000', '184512.774000', '184512.778000', '184512.781000', '184512.783000', '184512.786000', '184512.788000', '184512.791000', '184512.794000', '184512.796000', '184512.799000', '184512.801000', '184512.804000', '184512.806000', '184512.809000', '184512.811000', '184512.814000', '184512.817000', '184512.819000', '184512.822000', '184512.824000', '184512.827000', '184512.829000', '184512.832000', '184512.834000', '184512.837000', '184512.840000', '184512.842000', '184512.845000', '184512.847000', '184512.850000', '184512.852000', '184512.855000', '184512.857000', '184512.860000', '184532.680000', '184532.683000', '184532.686000', '184532.688000', '184532.691000', '184532.693000', '184532.696000', '184532.698000', '184532.701000', '184532.704000', '184532.706000', '184532.709000', '184532.718000', '184532.720000', '184532.747000', '184532.750000', '184532.753000', '184532.755000', '184532.758000', '184532.760000', '184532.763000', '184532.765000', '184532.768000', '184532.770000', '184532.773000', '184532.776000', '184532.778000', '184532.781000', '184532.783000', '184532.786000', '184532.788000', '184532.791000', '184532.794000', '184532.796000', '184532.799000', '184532.801000', '184532.804000', '184532.806000', '184532.809000', '184532.811000', '184532.814000', '184532.816000', '184532.819000', '184552.680000', '184552.683000', '184552.686000', '184552.688000', '184552.691000', '184552.693000', '184552.696000', '184552.698000', '184552.701000', '184552.704000', '184552.706000', '184552.709000', '184552.711000', '184552.714000', '184552.716000', '184552.719000', '184552.721000', '184552.724000', '184552.727000', '184552.729000', '184552.732000', '184552.734000', '184552.737000', '184552.739000', '184552.742000', '184552.744000', '184552.747000', '184552.749000', '184552.752000', '184552.755000', '184552.757000', '184552.760000', '184552.762000', '184552.765000', '184552.773000', '184552.775000', '184552.778000', '184552.780000', '184552.783000', '184552.785000', '184552.788000', '184552.791000', '184552.793000', '184552.796000', '184612.680000', '184612.683000', '184612.686000', '184612.688000', '184612.691000', '184612.693000', '184612.696000', '184612.698000', '184612.701000', '184612.704000', '184612.706000', '184612.709000', '184612.711000', '184612.714000', '184612.716000', '184612.719000', '184612.722000', '184612.725000', '184612.728000', '184612.731000', '184612.733000', '184612.736000', '184612.738000', '184612.741000', '184612.743000', '184612.746000', '184612.749000', '184612.751000', '184612.754000', '184612.756000', '184612.759000', '184612.761000', '184612.764000', '184612.767000', '184612.769000', '184612.772000', '184612.774000', '184612.777000', '184612.780000', '184612.782000', '184612.785000', '184612.788000', '184612.790000', '184632.680000', '184632.683000', '184632.686000', '184632.689000', '184632.691000', '184632.694000', '184632.696000', '184632.699000', '184632.701000', '184632.704000', '184632.707000', '184632.709000', '184632.712000', '184632.714000', '184632.717000', '184632.719000', '184632.722000', '184632.725000', '184632.727000', '184632.730000', '184632.732000', '184632.735000', '184632.737000', '184632.740000', '184632.742000', '184632.745000', '184632.748000', '184632.750000', '184632.753000', '184632.755000', '184632.758000', '184632.761000', '184632.763000', '184632.766000', '184632.768000', '184632.771000', '184632.774000', '184632.776000', '184632.779000', '184632.781000', '184632.784000', '184632.786000', '184632.789000', '184632.792000', '184652.680000', '184652.683000', '184652.686000', '184652.688000', '184652.691000', '184652.693000', '184652.696000', '184652.699000', '184652.701000', '184652.704000', '184652.706000', '184652.709000', '184652.711000', '184652.714000', '184652.717000', '184652.719000', '184652.722000', '184652.724000', '184652.727000', '184652.729000', '184652.732000', '184652.735000', '184652.737000', '184652.740000', '184652.743000', '184652.745000', '184652.748000', '184652.751000', '184652.753000', '184652.756000', '184652.758000', '184652.761000', '184652.763000', '184652.766000', '184652.769000', '184652.771000', '184652.774000', '184652.776000', '184652.779000', '184652.782000', '184652.784000', '184652.787000', '184652.789000', '184712.680000', '184712.683000', '184712.686000', '184712.688000', '184712.691000', '184712.694000', '184712.696000', '184712.699000', '184712.701000', '184712.704000', '184712.707000', '184712.709000', '184712.712000', '184712.714000', '184712.717000', '184712.719000', '184712.722000', '184712.725000', '184712.727000', '184712.730000', '184712.732000', '184712.735000', '184712.738000', '184712.740000', '184712.749000', '184712.751000', '184712.754000', '184712.756000', '184712.759000', '184712.761000', '184712.764000', '184712.767000', '184712.769000', '184712.772000', '184712.774000', '184712.777000', '184712.779000', '184712.782000', '184712.785000', '184712.787000', '184712.790000', '184712.792000', '184712.795000', '184712.797000', '184732.681000', '184732.684000', '184732.687000', '184732.689000', '184732.692000', '184732.694000', '184732.697000', '184732.700000', '184732.702000', '184732.705000', '184732.707000', '184732.710000', '184732.713000', '184732.715000', '184732.718000', '184732.721000', '184732.723000', '184732.726000', '184732.729000', '184732.732000', '184732.735000', '184732.738000', '184732.740000', '184732.743000', '184732.745000', '184732.748000', '184732.751000', '184732.753000', '184732.756000', '184732.758000', '184732.761000', '184732.764000', '184732.767000', '184732.770000', '184732.772000', '184732.775000', '184732.777000', '184732.780000', '184732.783000', '184732.785000', '184732.788000', '184732.790000', '184732.793000', '184752.680000', '184752.683000', '184752.686000', '184752.688000', '184752.691000', '184752.693000', '184752.696000', '184752.698000', '184752.701000', '184752.704000', '184752.706000', '184752.709000', '184752.711000', '184752.714000', '184752.716000', '184752.719000', '184752.722000', '184752.724000', '184752.727000', '184752.730000', '184752.732000', '184752.735000', '184752.737000', '184752.740000', '184752.743000', '184752.745000', '184752.748000', '184752.750000', '184752.753000', '184752.755000', '184752.758000', '184752.760000', '184752.763000', '184752.766000', '184752.768000', '184752.771000', '184752.773000', '184752.776000', '184752.779000', '184752.781000', '184752.784000', '184752.786000', '184752.789000', '184752.791000', '184812.680000', '184812.683000', '184812.686000', '184812.688000', '184812.691000', '184812.693000', '184812.696000', '184812.699000', '184812.707000', '184812.710000', '184812.712000', '184812.715000', '184812.717000', '184812.720000', '184812.723000', '184812.725000', '184812.728000', '184812.730000', '184812.733000', '184812.735000', '184812.738000', '184812.741000', '184812.743000', '184812.746000', '184812.748000', '184812.751000', '184812.754000', '184812.756000', '184812.759000', '184812.761000', '184812.764000', '184812.775000', '184812.777000', '184812.780000', '184812.782000', '184812.785000', '184812.788000', '184812.790000', '184812.793000', '184812.796000', '184812.798000', '184812.831000', '184812.834000', '184832.680000', '184832.683000', '184832.686000', '184832.688000', '184832.691000', '184832.693000', '184832.696000', '184832.699000', '184832.701000', '184832.704000', '184832.706000', '184832.709000', '184832.712000', '184832.714000', '184832.717000', '184832.719000', '184832.722000', '184832.725000', '184832.727000', '184832.730000', '184832.732000', '184832.735000', '184832.737000', '184832.740000', '184832.743000', '184832.745000', '184832.748000', '184832.750000', '184832.753000', '184832.756000', '184832.758000', '184832.761000', '184832.763000', '184832.766000', '184832.768000', '184832.781000', '184832.784000', '184832.786000', '184832.789000', '184832.791000', '184832.794000', '184832.797000', '184832.799000', '184832.837000', '184852.680000', '184852.683000', '184852.686000', '184852.688000', '184852.691000', '184852.693000', '184852.696000', '184852.699000', '184852.701000', '184852.704000', '184852.706000', '184852.709000', '184852.712000', '184852.714000', '184852.717000', '184852.719000', '184852.722000', '184852.724000', '184852.727000', '184852.730000', '184852.732000', '184852.735000', '184852.737000', '184852.740000', '184852.742000', '184852.745000', '184852.748000', '184852.750000', '184852.753000', '184852.755000', '184852.758000', '184852.760000', '184852.763000', '184852.766000', '184852.768000', '184852.771000', '184852.774000', '184852.776000', '184852.779000', '184852.781000', '184852.784000', '184852.787000', '184852.789000', '184912.680000', '184912.683000', '184912.686000', '184912.688000', '184912.691000', '184912.693000', '184912.696000', '184912.699000', '184912.701000', '184912.704000', '184912.706000', '184912.709000', '184912.711000', '184912.714000', '184912.717000', '184912.719000', '184912.722000', '184912.724000', '184912.727000', '184912.730000', '184912.732000', '184912.735000', '184912.737000', '184912.740000', '184912.742000', '184912.745000', '184912.747000', '184912.750000', '184912.753000', '184912.755000', '184912.758000', '184912.760000', '184912.763000', '184912.765000', '184912.768000', '184912.771000', '184912.773000', '184912.776000', '184912.779000', '184912.781000', '184912.784000', '184912.786000', '184912.789000', '184912.791000', '184932.680000', '184932.683000', '184932.686000', '184932.688000', '184932.691000', '184932.695000', '184932.697000', '184932.700000', '184932.702000', '184932.705000', '184932.708000', '184932.710000', '184932.713000', '184932.715000', '184932.718000', '184932.721000', '184932.723000', '184932.726000', '184932.728000', '184932.731000', '184932.734000', '184932.736000', '184932.739000', '184932.741000', '184932.744000', '184932.746000', '184932.749000', '184932.752000', '184932.754000', '184932.757000', '184932.759000', '184932.762000', '184932.765000', '184932.767000', '184932.770000', '184932.772000', '184932.775000', '184932.777000', '184932.780000', '184932.783000', '184932.785000', '184932.788000', '184932.790000', '184952.681000', '184952.684000', '184952.687000', '184952.689000', '184952.692000', '184952.695000', '184952.697000', '184952.700000', '184952.702000', '184952.705000', '184952.708000', '184952.710000', '184952.713000', '184952.715000', '184952.718000', '184952.720000', '184952.723000', '184952.726000', '184952.728000', '184952.731000', '184952.733000', '184952.736000', '184952.739000', '184952.741000', '184952.744000', '184952.746000', '184952.749000', '184952.751000', '184952.754000', '184952.757000', '184952.759000', '184952.762000', '184952.764000', '184952.767000', '184952.770000', '184952.772000', '184952.775000', '184952.777000', '184952.780000', '184952.782000', '184952.785000', '184952.788000', '184952.790000', '184952.793000', '185012.680000', '185012.683000', '185012.699000', '185012.702000', '185012.704000', '185012.707000', '185012.710000', '185012.712000', '185012.715000', '185012.717000', '185012.720000', '185012.722000', '185012.725000', '185012.728000', '185012.730000', '185012.733000', '185012.736000', '185012.738000', '185012.741000', '185012.743000', '185012.746000', '185012.748000', '185012.751000', '185012.758000', '185012.761000', '185012.763000', '185012.766000', '185012.769000', '185012.771000', '185012.774000', '185012.777000', '185012.779000', '185012.782000', '185012.784000', '185012.787000', '185012.789000', '185012.792000', '185012.795000', '185012.797000', '185012.844000', '185012.847000', '185012.850000', '185012.852000', '185032.681000', '185032.683000', '185032.686000', '185032.689000', '185032.691000', '185032.694000', '185032.696000', '185032.699000', '185032.701000', '185032.704000', '185032.707000', '185032.709000', '185032.712000', '185032.714000', '185032.717000', '185032.720000', '185032.722000', '185032.725000', '185032.727000', '185032.730000', '185032.732000', '185032.735000', '185032.738000', '185032.740000', '185032.743000', '185032.745000', '185032.748000', '185032.750000', '185032.753000', '185032.756000', '185032.758000', '185032.761000', '185032.763000', '185032.766000', '185032.769000', '185032.771000', '185032.774000', '185032.776000', '185032.779000', '185032.782000', '185032.784000', '185032.787000', '185032.789000', '185032.792000', '185052.681000', '185052.683000', '185052.686000', '185052.688000', '185052.691000', '185052.694000', '185052.696000', '185052.699000', '185052.701000', '185052.704000', '185052.706000', '185052.709000', '185052.711000', '185052.714000', '185052.717000', '185052.719000', '185052.722000', '185052.725000', '185052.727000', '185052.730000', '185052.732000', '185052.735000', '185052.737000', '185052.740000', '185052.743000', '185052.745000', '185052.748000', '185052.751000', '185052.753000', '185052.756000', '185052.758000', '185052.761000', '185052.764000', '185052.766000', '185052.770000', '185052.773000', '185052.775000', '185052.778000', '185052.780000', '185052.783000', '185052.785000', '185052.788000', '185052.791000', '185112.681000', '185112.683000', '185112.686000', '185112.689000', '185112.691000', '185112.694000', '185112.696000', '185112.699000', '185112.702000', '185112.704000', '185112.707000', '185112.709000', '185112.712000', '185112.715000', '185112.717000', '185112.720000', '185112.722000', '185112.725000', '185112.727000', '185112.730000', '185112.733000', '185112.735000', '185112.738000', '185112.740000', '185112.743000', '185112.745000', '185112.748000', '185112.751000', '185112.753000', '185112.756000', '185112.758000', '185112.761000', '185112.764000', '185112.766000', '185112.769000', '185112.771000', '185112.774000', '185112.777000', '185112.779000', '185112.782000', '185112.784000', '185112.787000', '185112.789000', '185132.680000', '185132.683000', '185132.686000', '185132.688000', '185132.691000', '185132.693000', '185132.696000', '185132.699000', '185132.701000', '185132.704000', '185132.706000', '185132.709000', '185132.711000', '185132.714000', '185132.725000', '185132.728000', '185132.730000', '185132.733000', '185132.735000', '185132.738000', '185132.740000', '185132.743000', '185132.746000', '185132.748000', '185132.751000', '185132.753000', '185132.756000', '185132.759000', '185132.762000', '185132.764000', '185132.767000', '185132.769000', '185132.772000', '185132.774000', '185132.777000', '185132.779000', '185132.782000', '185132.785000', '185132.787000', '185132.790000', '185132.792000', '185132.795000', '185132.798000', '185132.830000', '185152.681000', '185152.684000', '185152.687000', '185152.689000', '185152.692000', '185152.695000', '185152.697000', '185152.700000', '185152.702000', '185152.705000', '185152.708000', '185152.710000', '185152.713000', '185152.715000', '185152.718000', '185152.720000', '185152.723000', '185152.726000', '185152.728000', '185152.731000', '185152.733000', '185152.736000', '185152.739000', '185152.741000', '185152.744000', '185152.746000', '185152.749000', '185152.752000', '185152.754000', '185152.757000', '185152.759000', '185152.762000', '185152.764000', '185152.767000', '185152.770000', '185152.772000', '185152.775000', '185152.777000', '185152.780000', '185152.782000', '185152.785000', '185152.788000', '185152.790000', '185152.793000', '185212.681000', '185212.684000', '185212.687000', '185212.689000', '185212.692000', '185212.694000', '185212.697000', '185212.700000', '185212.702000', '185212.705000', '185212.707000', '185212.710000', '185212.712000', '185212.715000', '185212.718000', '185212.720000', '185212.723000', '185212.725000', '185212.728000', '185212.730000', '185212.733000', '185212.736000', '185212.738000', '185212.741000', '185212.743000', '185212.746000', '185212.748000', '185212.751000', '185212.754000', '185212.756000', '185212.759000', '185212.761000', '185212.764000', '185212.766000', '185212.769000', '185212.772000', '185212.774000', '185212.777000', '185212.779000', '185212.782000', '185212.784000', '185212.787000', '185212.790000', '185232.681000', '185232.684000', '185232.687000', '185232.690000', '185232.692000', '185232.695000', '185232.698000', '185232.700000', '185232.703000', '185232.705000', '185232.708000', '185232.710000', '185232.713000', '185232.715000', '185232.718000', '185232.721000', '185232.723000', '185232.726000', '185232.728000', '185232.731000', '185232.734000', '185232.736000', '185232.739000', '185232.741000', '185232.744000', '185232.747000', '185232.749000', '185232.752000', '185232.755000', '185232.757000', '185232.760000', '185232.762000', '185232.765000', '185232.768000', '185232.770000', '185232.773000', '185232.775000', '185232.778000', '185232.780000', '185232.783000', '185232.786000', '185232.788000', '185232.791000', '185252.681000', '185252.684000', '185252.686000', '185252.689000', '185252.691000', '185252.694000', '185252.696000', '185252.699000', '185252.702000', '185252.704000', '185252.738000', '185252.740000', '185252.743000', '185252.745000', '185252.748000', '185252.751000', '185252.753000', '185252.756000', '185252.758000', '185252.761000', '185252.763000', '185252.766000', '185252.769000', '185252.771000', '185252.774000', '185252.777000', '185252.779000', '185252.782000', '185252.784000', '185252.787000', '185252.790000', '185252.792000', '185252.795000', '185252.797000', '185252.865000', '185252.868000', '185252.870000', '185252.873000', '185252.875000', '185252.878000', '185252.880000', '185252.883000', '185252.886000', '185252.888000', '185312.179000', '185312.182000', '185312.185000', '185312.188000', '185312.190000', '185312.193000', '185312.196000', '185312.198000', '185312.201000', '185312.204000', '185312.206000', '185312.209000', '185312.212000', '185312.214000', '185312.217000', '185312.220000', '185312.222000', '185312.225000', '185312.228000', '185312.230000', '185312.233000', '185312.235000', '185312.238000', '185312.241000', '185312.244000', '185312.247000', '185312.250000', '185312.253000', '185312.256000', '185312.259000', '185312.262000', '185312.265000', '185312.267000', '185312.270000', '185312.273000', '185312.276000', '185312.278000', '185312.281000', '185312.284000', '185312.286000', '185312.289000', '185312.291000', '185312.295000'], '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': [7247, 7570, 7025, 7320, 9059, 7297, 6705, 7203, 7097, 7077, 6427, 7129, 6788, 7441, 6695, 6802, 7089, 8148, 13236, 10330, 11641, 10220, 10246, 8402, 9052, 7427, 10417, 7649, 9920, 7302, 7025, 6585, 6698, 6963, 6629, 6821, 6588, 6658, 6977, 7115, 7236, 6718, 6805, 6771, 7374, 8724, 7943, 8050, 7369, 12859, 7819, 10496, 7047, 6892, 6774, 6849, 6566, 7154, 7298, 6840, 6942, 7265, 7060, 7371, 6925, 6488, 6679, 6970, 7132, 7187, 8321, 6984, 7267, 7262, 11612, 7186, 11076, 8934, 8411, 7052, 7438, 7048, 7655, 8174, 7641, 7031, 7066, 11085, 7379, 10635, 7130, 6681, 7436, 10180, 7139, 8083, 6950, 7305, 6858, 7284, 7153, 7133, 13445, 8877, 11415, 7303, 9498, 6804, 8575, 7312, 7404, 7319, 7100, 6885, 7099, 6933, 7087, 7308, 7287, 9265, 7198, 7802, 7174, 6878, 7023, 7127, 6890, 7128, 7770, 7179, 9400, 7271, 8259, 7171, 8108, 6934, 6628, 6595, 6767, 6831, 7295, 7050, 7506, 6590, 7333, 6990, 7299, 8322, 7347, 7681, 7265, 7798, 7146, 7869, 7372, 9334, 7278, 8496, 6973, 9000, 6994, 8743, 7033, 7351, 9662, 7173, 13030, 8194, 9870, 7704, 7440, 7059, 7449, 7198, 7226, 7018, 7680, 9633, 7218, 9158, 7198, 7629, 7631, 6903, 6901, 7558, 7282, 7441, 6601, 7336, 8022, 7103, 8305, 6918, 6544, 7067, 7174, 6914, 7531, 7998, 7321, 7095, 7366, 8330, 7251, 12074, 7815, 8596, 7518, 7434, 6755, 7421, 8855, 7292, 10205, 7350, 11952, 7953, 10266, 7746, 7704, 6632, 7334, 10432, 7128, 9169, 6943, 6776, 7392, 6745, 6836, 7308, 6963, 7262, 6569, 6922, 8480, 6617, 7569, 7015, 7229, 6981, 7307, 10885, 7791, 11943, 8975, 10633, 7299, 7556, 6736, 7363, 6844, 7397, 6468, 7175, 6508, 6951, 6571, 7070, 6600, 7113, 10637, 6767, 8091, 7351, 8023, 9868, 7615, 13244, 10089, 12372, 9291, 12178, 7478, 8217, 8554, 8836, 8820, 7221, 6428, 7223, 6530, 7168, 10182, 7345, 9077, 7184, 8291, 6702, 7723, 6896, 7344, 12046, 7430, 10702, 7862, 8190, 7140, 7242, 6828, 7263, 6535, 7269, 6595, 7215, 6457, 7348, 9150, 6843, 8395, 6790, 6579, 7468, 6949, 6606, 7376, 6821, 6750, 7310, 7930, 7382, 7164, 11841, 7976, 10300, 7166, 10332, 7782, 10388, 7424, 10302, 6922, 7774, 6439, 7324, 9215, 7100, 6567, 7558, 10829, 6773, 8983, 6879, 7250, 6507, 7270, 6540, 7225, 8673, 7157, 8155, 7238, 7325, 6581, 6975, 6901, 6717, 6487, 6400, 6354, 6315, 6681, 7219, 6936, 8329, 9160, 7375, 6462, 7130, 7103, 7468, 13858, 10548, 12004, 9435, 12610, 8318, 9436, 7170, 7808, 11699, 8854, 11489, 7722, 13091, 7266, 8875, 6736, 7373, 6481, 7240, 6357, 7608, 6530, 7325, 8416, 6912, 6380, 7471, 6464, 7217, 8822, 6790, 7041, 7147, 7857, 6428, 8385, 10210, 8229, 9521, 7506, 10249, 7640, 8449, 6661, 7087, 6897, 6749, 6601, 7088, 6990, 7179, 7086, 7571, 10676, 7191, 9800, 7057, 7182, 7020, 7834, 6843, 9119, 7075, 7906, 7084, 7476, 6625, 7743, 7968, 7390, 6478, 7807, 10752, 7233, 10569, 7368, 9772, 7061, 8320, 6913, 7957, 7000, 7516, 6088, 7518, 7968, 7185, 8778, 7464, 6722, 7218, 9032, 7067, 8083, 6565, 6544, 7064, 6757, 6353, 6392, 6936, 6550, 6619, 7398, 7503, 7047, 10673, 7885, 8171, 7636, 13072, 9265, 12358, 10285, 10830, 7209, 7578, 6736, 7135, 9809, 7304, 6239, 7159, 8617, 6610, 7932, 6797, 6762, 7241, 7272, 6386, 7787, 7009, 7337, 6486, 6111, 6452, 6109, 6939, 6483, 7701, 10645, 8063, 11268, 7494, 10285, 7637, 9773, 7071, 7494, 6478, 7642, 7116, 7336, 9033, 7034, 6261, 6875, 8028, 6495, 7267, 6798, 6938, 6631, 7533, 7186, 6621, 6627, 7175, 12500, 6702, 11214, 7973, 7513, 6853, 7107, 6171, 6879, 10354, 6936, 8233, 7057, 11087, 7310, 10239, 7364, 8055, 6701, 7585, 6631, 6946, 11089, 6961, 6706, 7186, 9221, 6809, 9033, 6827, 7599, 6923, 8200, 6380, 7508, 6785, 7103, 6586, 7328, 10955, 6829, 12248, 8389, 8592, 6776, 8946, 6449, 8855, 6779, 6813, 6310, 7558, 6525, 6744, 11645, 7897, 6360, 7319, 11695, 6760, 10867, 7576, 10798, 8100, 9179, 7018, 7529, 8686, 6814, 10341, 6767, 7273, 6574, 7173, 6354, 6745, 7485, 6937, 10982, 7041, 10473, 6745, 7885, 6780, 7021, 7291, 6731, 11832, 6498, 7247, 6561, 6992, 6541, 6581, 6415, 6577, 7486, 6724, 8776, 7331, 6970, 6542, 6547, 6609, 6357, 6453, 6236, 6253, 6318, 9112, 6566, 11950, 7767, 10496, 6505, 9488, 7151, 8198, 6469, 6402, 6352, 7315, 6564, 7827, 6330, 6370, 6475, 7091, 6860, 6504, 12671, 9596, 12236, 8632, 10958, 10234, 12522, 10182, 10402, 13200, 8031, 12030, 9292, 9636, 7045, 9043, 6767, 6966, 9280, 7278, 7655, 7112, 6510, 6428, 7658, 6922, 6580, 6497, 6939, 6402, 6875, 11274, 6946, 10745, 8025, 8894, 6328, 7158, 7576, 6679, 10463, 6609, 8710, 6488, 7608, 7111, 7583, 6802, 8702, 7565, 8726, 6386, 6258, 6377, 9901, 7220, 7605, 13184, 7497, 9298, 7120, 8433, 6368, 7177, 8005, 7446, 11274, 8569, 6819, 6900, 7017, 6883, 7423, 7054, 6761, 6823, 13767, 7538, 11526, 8199, 8042, 6505, 6781, 9206, 6595, 12697, 8411, 9256, 6857, 7884, 6287, 6330, 6639, 6840, 8124, 6766, 6618, 6809, 6530, 6568, 6715, 8218, 6889, 7395, 6637, 10383, 7233, 8074, 10978, 7718, 9991, 6584, 10427, 6917, 7876, 6428, 6520, 6401, 6500, 6877, 6547, 7833, 6719, 6315, 6366, 6348, 6392, 8125, 6994, 9359, 7480, 10057, 6788, 7335, 10833, 8021, 14869, 11288, 11776, 9166, 9362, 9059, 8211, 13962, 10902, 12080, 7244, 10230, 6932, 7435, 6788, 6938, 6471, 6709, 7156, 7116, 8314, 7010, 7133, 6766, 6789, 7190, 7087, 7224, 6509, 7526, 6878, 11965, 7023, 8891, 6887, 9280, 6861, 9197, 7574, 8994, 7694, 11528, 7116, 9026, 6563, 7438, 7546, 6954, 6345, 6653, 8261, 6951, 10622, 7806, 7650, 6808, 8401, 6918, 9022, 7054, 10209, 6600, 6664, 6628, 6776, 6675, 6576, 6642, 7106, 6637, 7064, 7537, 6414, 6592, 6441, 11563, 7435, 13799, 10355, 9070, 6919, 11468, 8267, 10688, 8761, 8745, 6956, 8436, 6764, 7240, 7351, 6866, 7323, 7112, 12475, 7015, 8232, 6947, 7076, 6748, 6815, 11912, 6931, 9021, 7259, 7430, 6363, 6936, 8442, 7043, 6878, 6897, 9020, 6940, 8636, 6972, 6722, 7132, 6783, 6719, 7883, 6563, 6870, 6604, 6721, 12288, 7413, 8855, 13303, 10759, 13355, 10282, 10902, 14041, 11060, 14184, 11200, 9157, 7151, 7599, 12157, 7418, 13027, 9567, 8724, 7003, 7349, 6980, 7086, 8657, 7255, 7954, 7023, 7326, 6707, 6908, 6994, 7089, 6553, 7229, 9763, 7066, 8897, 7331, 8277, 6894, 7123, 6969, 7053, 6949, 6900, 6281, 6637, 8189, 6766, 8180, 6789, 8219, 6736, 9003, 7068, 7620, 9316, 7587, 13748, 6695, 11902, 8417, 7919, 7445, 6894, 8763, 7154, 10596, 6880, 7603, 6698, 7212, 7027, 6865, 7491, 7101, 7823, 6755, 6536, 6716, 7210, 6915, 10333, 8356, 10349, 7145, 13915, 9578, 12265, 9182, 10445, 6691, 8203, 7579, 9816, 12455, 9424, 12562, 6553, 11221, 7179, 7641, 6700, 6584, 6928, 6516, 7616, 6968, 12837, 7348, 10006, 6871, 8230, 6678, 6465, 6536, 7744, 6504, 7653, 9102, 7935, 12955, 9440, 13279, 6729, 10789, 8060, 9004, 7708, 10255, 6728, 8310, 9664, 8478, 14790, 11935, 12234, 6627, 9407, 6883, 6889, 6621, 6626, 7305, 6750, 7474, 6814, 6920, 6646, 6548, 6824, 11068, 6775, 9826, 8050, 9019, 6587, 9115, 7209, 7909, 6749, 8154, 6405, 7656], 'WindowCenter': [4091.0, 4088.0, 4063.0, 4073.0, 4081.0, 4062.0, 4049.0, 4061.0, 4060.0, 4060.0, 4039.0, 4049.0, 4050.0, 4072.0, 4051.0, 4052.0, 4062.0, 4073.0, 4111.0, 4091.0, 4089.0, 4080.0, 4079.0, 4059.0, 4068.0, 4049.0, 4078.0, 4048.0, 4078.0, 4047.0, 4035.0, 4025.0, 4034.0, 4035.0, 4035.0, 4036.0, 4036.0, 4036.0, 4049.0, 4049.0, 4060.0, 4040.0, 4050.0, 4051.0, 4062.0, 4071.0, 4071.0, 4070.0, 4061.0, 4110.0, 4059.0, 4090.0, 4048.0, 4047.0, 4038.0, 4048.0, 4049.0, 4050.0, 4060.0, 4050.0, 4049.0, 4059.0, 4048.0, 4059.0, 4048.0, 4039.0, 4050.0, 4051.0, 4049.0, 4050.0, 4070.0, 4050.0, 4059.0, 4060.0, 4099.0, 4049.0, 4089.0, 4069.0, 4057.0, 4048.0, 4047.0, 4048.0, 4059.0, 4068.0, 4057.0, 4047.0, 4048.0, 4087.0, 4047.0, 4087.0, 4047.0, 4036.0, 4058.0, 4078.0, 4047.0, 4057.0, 4047.0, 4046.0, 4036.0, 4046.0, 4035.0, 4047.0, 4097.0, 4067.0, 4087.0, 4046.0, 4065.0, 4036.0, 4066.0, 4047.0, 4046.0, 4046.0, 4036.0, 4046.0, 4047.0, 4036.0, 4047.0, 4046.0, 4047.0, 4066.0, 4047.0, 4056.0, 4047.0, 4036.0, 4046.0, 4047.0, 4046.0, 4048.0, 4057.0, 4048.0, 4067.0, 4047.0, 4057.0, 4048.0, 4070.0, 4048.0, 4036.0, 4036.0, 4036.0, 4036.0, 4058.0, 4047.0, 4059.0, 4037.0, 4059.0, 4048.0, 4060.0, 4069.0, 4060.0, 4058.0, 4061.0, 4058.0, 4062.0, 4082.0, 4086.0, 4104.0, 4061.0, 4069.0, 4048.0, 4078.0, 4048.0, 4068.0, 4047.0, 4058.0, 4077.0, 4048.0, 4109.0, 4069.0, 4077.0, 4057.0, 4046.0, 4035.0, 4047.0, 4046.0, 4046.0, 4035.0, 4057.0, 4066.0, 4046.0, 4066.0, 4036.0, 4045.0, 4056.0, 4045.0, 4035.0, 4057.0, 4045.0, 4047.0, 4036.0, 4058.0, 4057.0, 4050.0, 4069.0, 4049.0, 4039.0, 4060.0, 4049.0, 4049.0, 4070.0, 4069.0, 4059.0, 4048.0, 4059.0, 4068.0, 4060.0, 4100.0, 4060.0, 4069.0, 4060.0, 4060.0, 4050.0, 4062.0, 4081.0, 4061.0, 4090.0, 4049.0, 4099.0, 4059.0, 4090.0, 4058.0, 4057.0, 4037.0, 4047.0, 4086.0, 4047.0, 4067.0, 4048.0, 4035.0, 4046.0, 4035.0, 4036.0, 4047.0, 4047.0, 4058.0, 4037.0, 4049.0, 4069.0, 4049.0, 4059.0, 4050.0, 4060.0, 4050.0, 4060.0, 4089.0, 4060.0, 4099.0, 4069.0, 4088.0, 4047.0, 4057.0, 4037.0, 4058.0, 4037.0, 4059.0, 4038.0, 4060.0, 4039.0, 4061.0, 4051.0, 4063.0, 4064.0, 4074.0, 4105.0, 4063.0, 4083.0, 4073.0, 4073.0, 4093.0, 4062.0, 4112.0, 4093.0, 4102.0, 4082.0, 4100.0, 4048.0, 4057.0, 4068.0, 4068.0, 4067.0, 4047.0, 4026.0, 4047.0, 4026.0, 4049.0, 4089.0, 4060.0, 4079.0, 4049.0, 4069.0, 4038.0, 4058.0, 4047.0, 4047.0, 4096.0, 4046.0, 4076.0, 4056.0, 4055.0, 4046.0, 4045.0, 4036.0, 4045.0, 4025.0, 4047.0, 4036.0, 4047.0, 4037.0, 4059.0, 4078.0, 4050.0, 4069.0, 4050.0, 4048.0, 4060.0, 4048.0, 4050.0, 4060.0, 4052.0, 4051.0, 4072.0, 4083.0, 4061.0, 4062.0, 4101.0, 4071.0, 4091.0, 4061.0, 4092.0, 4062.0, 4091.0, 4060.0, 4089.0, 4050.0, 4060.0, 4039.0, 4061.0, 4080.0, 4049.0, 4037.0, 4059.0, 4088.0, 4049.0, 4078.0, 4049.0, 4060.0, 4038.0, 4059.0, 4037.0, 4059.0, 4068.0, 4048.0, 4057.0, 4058.0, 4047.0, 4038.0, 4049.0, 4048.0, 4037.0, 4038.0, 4038.0, 4039.0, 4050.0, 4051.0, 4060.0, 4061.0, 4083.0, 4094.0, 4062.0, 4040.0, 4061.0, 4050.0, 4061.0, 4124.0, 4104.0, 4101.0, 4081.0, 4100.0, 4059.0, 4068.0, 4037.0, 4058.0, 4099.0, 4069.0, 4088.0, 4047.0, 4096.0, 4045.0, 4065.0, 4035.0, 4044.0, 4024.0, 4045.0, 4024.0, 4044.0, 4023.0, 4046.0, 4054.0, 4046.0, 4025.0, 4047.0, 4036.0, 4058.0, 4079.0, 4049.0, 4048.0, 4060.0, 4070.0, 4039.0, 4071.0, 4090.0, 4070.0, 4080.0, 4060.0, 4089.0, 4059.0, 4068.0, 4049.0, 4048.0, 4049.0, 4048.0, 4049.0, 4060.0, 4049.0, 4060.0, 4049.0, 4060.0, 4090.0, 4061.0, 4090.0, 4049.0, 4048.0, 4050.0, 4058.0, 4051.0, 4081.0, 4050.0, 4058.0, 4049.0, 4059.0, 4038.0, 4059.0, 4069.0, 4059.0, 4038.0, 4059.0, 4089.0, 4061.0, 4090.0, 4060.0, 4079.0, 4049.0, 4069.0, 4049.0, 4058.0, 4047.0, 4048.0, 4027.0, 4059.0, 4058.0, 4060.0, 4069.0, 4060.0, 4038.0, 4060.0, 4078.0, 4049.0, 4058.0, 4049.0, 4037.0, 4048.0, 4048.0, 4040.0, 4050.0, 4049.0, 4039.0, 4050.0, 4061.0, 4060.0, 4061.0, 4091.0, 4071.0, 4069.0, 4060.0, 4110.0, 4082.0, 4101.0, 4079.0, 4088.0, 4047.0, 4047.0, 4038.0, 4050.0, 4078.0, 4047.0, 4026.0, 4047.0, 4066.0, 4049.0, 4068.0, 4048.0, 4037.0, 4059.0, 4048.0, 4039.0, 4060.0, 4050.0, 4060.0, 4038.0, 4040.0, 4038.0, 4038.0, 4060.0, 4050.0, 4073.0, 4102.0, 4072.0, 4101.0, 4060.0, 4089.0, 4059.0, 4089.0, 4047.0, 4047.0, 4036.0, 4057.0, 4046.0, 4047.0, 4066.0, 4047.0, 4036.0, 4048.0, 4057.0, 4039.0, 4059.0, 4050.0, 4060.0, 4050.0, 4071.0, 4061.0, 4051.0, 4050.0, 4062.0, 4111.0, 4050.0, 4101.0, 4071.0, 4060.0, 4050.0, 4060.0, 4040.0, 4051.0, 4091.0, 4061.0, 4070.0, 4061.0, 4100.0, 4061.0, 4090.0, 4060.0, 4069.0, 4049.0, 4059.0, 4049.0, 4060.0, 4100.0, 4049.0, 4048.0, 4061.0, 4080.0, 4051.0, 4080.0, 4051.0, 4060.0, 4061.0, 4071.0, 4040.0, 4061.0, 4050.0, 4049.0, 4049.0, 4060.0, 4089.0, 4050.0, 4101.0, 4071.0, 4070.0, 4050.0, 4069.0, 4040.0, 4081.0, 4050.0, 4039.0, 4039.0, 4060.0, 4038.0, 4051.0, 4101.0, 4060.0, 4038.0, 4049.0, 4099.0, 4039.0, 4090.0, 4061.0, 4104.0, 4073.0, 4080.0, 4047.0, 4057.0, 4055.0, 4037.0, 4077.0, 4037.0, 4046.0, 4038.0, 4047.0, 4038.0, 4038.0, 4048.0, 4049.0, 4089.0, 4049.0, 4077.0, 4037.0, 4057.0, 4050.0, 4048.0, 4047.0, 4037.0, 4097.0, 4036.0, 4045.0, 4036.0, 4046.0, 4036.0, 4037.0, 4026.0, 4037.0, 4046.0, 4048.0, 4068.0, 4059.0, 4049.0, 4039.0, 4037.0, 4050.0, 4049.0, 4050.0, 4040.0, 4050.0, 4051.0, 4081.0, 4051.0, 4111.0, 4073.0, 4101.0, 4051.0, 4079.0, 4060.0, 4070.0, 4040.0, 4050.0, 4051.0, 4060.0, 4062.0, 4072.0, 4053.0, 4052.0, 4053.0, 4063.0, 4062.0, 4053.0, 4124.0, 4105.0, 4113.0, 4083.0, 4102.0, 4102.0, 4112.0, 4090.0, 4090.0, 4109.0, 4057.0, 4098.0, 4079.0, 4078.0, 4037.0, 4067.0, 4036.0, 4036.0, 4068.0, 4046.0, 4044.0, 4035.0, 4024.0, 4025.0, 4055.0, 4046.0, 4036.0, 4037.0, 4047.0, 4037.0, 4048.0, 4099.0, 4048.0, 4088.0, 4058.0, 4067.0, 4025.0, 4046.0, 4056.0, 4037.0, 4077.0, 4037.0, 4067.0, 4037.0, 4057.0, 4061.0, 4070.0, 4049.0, 4068.0, 4058.0, 4068.0, 4039.0, 4038.0, 4049.0, 4090.0, 4058.0, 4070.0, 4110.0, 4060.0, 4080.0, 4060.0, 4080.0, 4039.0, 4059.0, 4058.0, 4058.0, 4088.0, 4068.0, 4037.0, 4047.0, 4048.0, 4050.0, 4060.0, 4049.0, 4038.0, 4049.0, 4109.0, 4058.0, 4099.0, 4069.0, 4058.0, 4037.0, 4048.0, 4078.0, 4038.0, 4111.0, 4071.0, 4078.0, 4037.0, 4057.0, 4026.0, 4037.0, 4037.0, 4050.0, 4058.0, 4048.0, 4037.0, 4049.0, 4038.0, 4050.0, 4052.0, 4071.0, 4051.0, 4060.0, 4050.0, 4089.0, 4059.0, 4058.0, 4088.0, 4058.0, 4088.0, 4048.0, 4087.0, 4047.0, 4068.0, 4038.0, 4037.0, 4037.0, 4037.0, 4047.0, 4038.0, 4059.0, 4038.0, 4038.0, 4038.0, 4039.0, 4040.0, 4072.0, 4062.0, 4082.0, 4062.0, 4092.0, 4051.0, 4062.0, 4115.0, 4072.0, 4121.0, 4101.0, 4100.0, 4080.0, 4080.0, 4069.0, 4070.0, 4109.0, 4089.0, 4098.0, 4047.0, 4077.0, 4048.0, 4047.0, 4037.0, 4047.0, 4036.0, 4047.0, 4046.0, 4059.0, 4068.0, 4048.0, 4048.0, 4048.0, 4048.0, 4059.0, 4048.0, 4058.0, 4039.0, 4058.0, 4048.0, 4099.0, 4049.0, 4079.0, 4050.0, 4079.0, 4049.0, 4091.0, 4073.0, 4081.0, 4071.0, 4101.0, 4050.0, 4080.0, 4048.0, 4059.0, 4058.0, 4059.0, 4038.0, 4049.0, 4068.0, 4060.0, 4090.0, 4060.0, 4058.0, 4050.0, 4068.0, 4049.0, 4079.0, 4059.0, 4090.0, 4049.0, 4047.0, 4049.0, 4048.0, 4049.0, 4049.0, 4061.0, 4061.0, 4061.0, 4062.0, 4071.0, 4050.0, 4050.0, 4051.0, 4111.0, 4062.0, 4122.0, 4091.0, 4080.0, 4060.0, 4112.0, 4083.0, 4090.0, 4070.0, 4068.0, 4048.0, 4069.0, 4050.0, 4061.0, 4059.0, 4049.0, 4058.0, 4049.0, 4099.0, 4060.0, 4069.0, 4049.0, 4049.0, 4048.0, 4049.0, 4109.0, 4059.0, 4078.0, 4059.0, 4058.0, 4036.0, 4048.0, 4067.0, 4048.0, 4047.0, 4048.0, 4078.0, 4059.0, 4079.0, 4059.0, 4048.0, 4060.0, 4059.0, 4062.0, 4083.0, 4063.0, 4064.0, 4065.0, 4077.0, 4127.0, 4087.0, 4097.0, 4126.0, 4115.0, 4124.0, 4092.0, 4102.0, 4111.0, 4102.0, 4123.0, 4101.0, 4078.0, 4047.0, 4058.0, 4098.0, 4059.0, 4110.0, 4078.0, 4067.0, 4046.0, 4046.0, 4046.0, 4047.0, 4066.0, 4046.0, 4055.0, 4046.0, 4045.0, 4046.0, 4046.0, 4046.0, 4047.0, 4036.0, 4057.0, 4076.0, 4047.0, 4066.0, 4058.0, 4067.0, 4047.0, 4047.0, 4046.0, 4047.0, 4060.0, 4049.0, 4049.0, 4061.0, 4068.0, 4050.0, 4069.0, 4062.0, 4081.0, 4062.0, 4092.0, 4062.0, 4072.0, 4091.0, 4072.0, 4121.0, 4050.0, 4111.0, 4081.0, 4070.0, 4059.0, 4049.0, 4068.0, 4048.0, 4089.0, 4060.0, 4059.0, 4049.0, 4058.0, 4049.0, 4049.0, 4060.0, 4062.0, 4072.0, 4063.0, 4052.0, 4061.0, 4072.0, 4063.0, 4102.0, 4083.0, 4102.0, 4062.0, 4122.0, 4093.0, 4112.0, 4081.0, 4091.0, 4050.0, 4070.0, 4072.0, 4092.0, 4110.0, 4091.0, 4109.0, 4038.0, 4098.0, 4059.0, 4058.0, 4048.0, 4048.0, 4059.0, 4039.0, 4070.0, 4061.0, 4110.0, 4059.0, 4088.0, 4049.0, 4069.0, 4049.0, 4039.0, 4050.0, 4059.0, 4040.0, 4071.0, 4081.0, 4071.0, 4110.0, 4091.0, 4109.0, 4038.0, 4100.0, 4071.0, 4080.0, 4060.0, 4090.0, 4049.0, 4070.0, 4080.0, 4071.0, 4119.0, 4099.0, 4097.0, 4036.0, 4076.0, 4047.0, 4046.0, 4047.0, 4048.0, 4058.0, 4048.0, 4059.0, 4049.0, 4048.0, 4049.0, 4039.0, 4050.0, 4100.0, 4051.0, 4090.0, 4072.0, 4079.0, 4050.0, 4080.0, 4060.0, 4069.0, 4050.0, 4069.0, 4039.0, 4071.0], 'WindowWidth': [9130.0, 9117.0, 9075.0, 9088.0, 9095.0, 9071.0, 9049.0, 9065.0, 9063.0, 9063.0, 9034.0, 9048.0, 9048.0, 9083.0, 9054.0, 9056.0, 9069.0, 9084.0, 9130.0, 9103.0, 9097.0, 9087.0, 9080.0, 9054.0, 9065.0, 9044.0, 9080.0, 9039.0, 9077.0, 9036.0, 9018.0, 9004.0, 9017.0, 9018.0, 9019.0, 9024.0, 9022.0, 9025.0, 9044.0, 9042.0, 9060.0, 9033.0, 9048.0, 9049.0, 9066.0, 9078.0, 9077.0, 9075.0, 9063.0, 9127.0, 9060.0, 9100.0, 9043.0, 9039.0, 9029.0, 9043.0, 9046.0, 9048.0, 9064.0, 9049.0, 9046.0, 9059.0, 9043.0, 9057.0, 9043.0, 9031.0, 9047.0, 9049.0, 9045.0, 9049.0, 9074.0, 9048.0, 9060.0, 9062.0, 9112.0, 9045.0, 9099.0, 9072.0, 9053.0, 9042.0, 9040.0, 9043.0, 9058.0, 9069.0, 9053.0, 9040.0, 9040.0, 9092.0, 9039.0, 9092.0, 9040.0, 9024.0, 9056.0, 9080.0, 9040.0, 9053.0, 9038.0, 9037.0, 9023.0, 9037.0, 9020.0, 9037.0, 9105.0, 9065.0, 9092.0, 9037.0, 9060.0, 9024.0, 9064.0, 9038.0, 9035.0, 9038.0, 9022.0, 9037.0, 9038.0, 9022.0, 9040.0, 9036.0, 9037.0, 9063.0, 9040.0, 9049.0, 9039.0, 9022.0, 9036.0, 9038.0, 9038.0, 9041.0, 9052.0, 9042.0, 9065.0, 9040.0, 9050.0, 9043.0, 9076.0, 9040.0, 9022.0, 9023.0, 9021.0, 9025.0, 9055.0, 9040.0, 9058.0, 9028.0, 9058.0, 9043.0, 9063.0, 9071.0, 9060.0, 9056.0, 9063.0, 9057.0, 9068.0, 9097.0, 9111.0, 9130.0, 9068.0, 9073.0, 9043.0, 9083.0, 9043.0, 9070.0, 9041.0, 9056.0, 9080.0, 9042.0, 9124.0, 9071.0, 9080.0, 9052.0, 9037.0, 9021.0, 9039.0, 9036.0, 9037.0, 9021.0, 9052.0, 9062.0, 9037.0, 9062.0, 9022.0, 9032.0, 9049.0, 9034.0, 9020.0, 9052.0, 9035.0, 9040.0, 9024.0, 9057.0, 9054.0, 9050.0, 9073.0, 9048.0, 9033.0, 9063.0, 9047.0, 9047.0, 9077.0, 9073.0, 9060.0, 9043.0, 9059.0, 9069.0, 9061.0, 9114.0, 9061.0, 9069.0, 9060.0, 9059.0, 9048.0, 9067.0, 9090.0, 9063.0, 9099.0, 9044.0, 9110.0, 9057.0, 9099.0, 9055.0, 9054.0, 9025.0, 9039.0, 9090.0, 9038.0, 9065.0, 9040.0, 9020.0, 9038.0, 9022.0, 9025.0, 9041.0, 9040.0, 9056.0, 9028.0, 9046.0, 9072.0, 9047.0, 9060.0, 9050.0, 9062.0, 9047.0, 9061.0, 9099.0, 9061.0, 9111.0, 9072.0, 9093.0, 9040.0, 9052.0, 9027.0, 9057.0, 9028.0, 9059.0, 9031.0, 9063.0, 9034.0, 9069.0, 9053.0, 9073.0, 9076.0, 9091.0, 9130.0, 9074.0, 9099.0, 9085.0, 9085.0, 9109.0, 9066.0, 9135.0, 9108.0, 9116.0, 9089.0, 9112.0, 9041.0, 9052.0, 9067.0, 9068.0, 9064.0, 9038.0, 9009.0, 9039.0, 9011.0, 9046.0, 9096.0, 9060.0, 9084.0, 9046.0, 9071.0, 9030.0, 9055.0, 9038.0, 9040.0, 9104.0, 9035.0, 9075.0, 9051.0, 9047.0, 9036.0, 9033.0, 9022.0, 9035.0, 9009.0, 9039.0, 9023.0, 9041.0, 9027.0, 9058.0, 9083.0, 9049.0, 9074.0, 9048.0, 9044.0, 9063.0, 9045.0, 9052.0, 9064.0, 9056.0, 9053.0, 9084.0, 9098.0, 9068.0, 9070.0, 9119.0, 9078.0, 9104.0, 9066.0, 9106.0, 9068.0, 9102.0, 9061.0, 9098.0, 9048.0, 9061.0, 9034.0, 9065.0, 9087.0, 9045.0, 9029.0, 9058.0, 9096.0, 9046.0, 9084.0, 9048.0, 9063.0, 9032.0, 9060.0, 9029.0, 9059.0, 9069.0, 9044.0, 9054.0, 9057.0, 9042.0, 9029.0, 9045.0, 9044.0, 9028.0, 9030.0, 9032.0, 9034.0, 9049.0, 9053.0, 9064.0, 9066.0, 9099.0, 9112.0, 9067.0, 9036.0, 9064.0, 9048.0, 9064.0, 9153.0, 9126.0, 9117.0, 9090.0, 9112.0, 9057.0, 9068.0, 9024.0, 9055.0, 9109.0, 9068.0, 9092.0, 9038.0, 9102.0, 9033.0, 9058.0, 9019.0, 9030.0, 9006.0, 9033.0, 9004.0, 9032.0, 9002.0, 9036.0, 9044.0, 9036.0, 9008.0, 9039.0, 9024.0, 9059.0, 9085.0, 9048.0, 9045.0, 9063.0, 9077.0, 9035.0, 9078.0, 9100.0, 9076.0, 9088.0, 9062.0, 9099.0, 9060.0, 9069.0, 9044.0, 9044.0, 9046.0, 9044.0, 9047.0, 9061.0, 9047.0, 9063.0, 9047.0, 9062.0, 9101.0, 9065.0, 9100.0, 9048.0, 9044.0, 9049.0, 9057.0, 9051.0, 9090.0, 9049.0, 9057.0, 9047.0, 9059.0, 9030.0, 9060.0, 9073.0, 9058.0, 9029.0, 9060.0, 9099.0, 9063.0, 9101.0, 9061.0, 9085.0, 9046.0, 9071.0, 9045.0, 9058.0, 9041.0, 9043.0, 9013.0, 9059.0, 9056.0, 9064.0, 9072.0, 9061.0, 9031.0, 9061.0, 9083.0, 9048.0, 9057.0, 9046.0, 9026.0, 9045.0, 9044.0, 9038.0, 9050.0, 9048.0, 9035.0, 9051.0, 9065.0, 9064.0, 9066.0, 9103.0, 9078.0, 9072.0, 9060.0, 9128.0, 9093.0, 9117.0, 9082.0, 9093.0, 9039.0, 9037.0, 9028.0, 9048.0, 9082.0, 9040.0, 9011.0, 9042.0, 9064.0, 9047.0, 9069.0, 9045.0, 9027.0, 9058.0, 9043.0, 9032.0, 9062.0, 9050.0, 9059.0, 9031.0, 9038.0, 9032.0, 9032.0, 9064.0, 9053.0, 9086.0, 9123.0, 9082.0, 9117.0, 9062.0, 9098.0, 9060.0, 9097.0, 9040.0, 9038.0, 9023.0, 9053.0, 9035.0, 9040.0, 9062.0, 9039.0, 9025.0, 9044.0, 9054.0, 9035.0, 9061.0, 9051.0, 9063.0, 9051.0, 9079.0, 9067.0, 9054.0, 9051.0, 9067.0, 9130.0, 9049.0, 9119.0, 9078.0, 9062.0, 9052.0, 9064.0, 9036.0, 9053.0, 9106.0, 9065.0, 9076.0, 9064.0, 9115.0, 9066.0, 9102.0, 9061.0, 9072.0, 9047.0, 9061.0, 9046.0, 9062.0, 9115.0, 9047.0, 9045.0, 9065.0, 9089.0, 9053.0, 9088.0, 9052.0, 9062.0, 9066.0, 9078.0, 9038.0, 9064.0, 9049.0, 9047.0, 9046.0, 9061.0, 9099.0, 9049.0, 9116.0, 9078.0, 9075.0, 9048.0, 9070.0, 9033.0, 9090.0, 9049.0, 9031.0, 9033.0, 9060.0, 9030.0, 9051.0, 9116.0, 9059.0, 9028.0, 9045.0, 9110.0, 9031.0, 9098.0, 9063.0, 9129.0, 9084.0, 9087.0, 9037.0, 9050.0, 9046.0, 9025.0, 9078.0, 9027.0, 9037.0, 9030.0, 9041.0, 9029.0, 9030.0, 9043.0, 9045.0, 9096.0, 9043.0, 9078.0, 9026.0, 9052.0, 9049.0, 9043.0, 9038.0, 9026.0, 9105.0, 9025.0, 9035.0, 9025.0, 9037.0, 9024.0, 9027.0, 9010.0, 9028.0, 9037.0, 9044.0, 9070.0, 9062.0, 9047.0, 9035.0, 9031.0, 9053.0, 9050.0, 9051.0, 9038.0, 9052.0, 9054.0, 9093.0, 9055.0, 9133.0, 9084.0, 9119.0, 9053.0, 9087.0, 9064.0, 9075.0, 9037.0, 9050.0, 9056.0, 9066.0, 9073.0, 9085.0, 9061.0, 9058.0, 9062.0, 9074.0, 9071.0, 9061.0, 9154.0, 9130.0, 9139.0, 9097.0, 9123.0, 9122.0, 9134.0, 9100.0, 9102.0, 9125.0, 9054.0, 9109.0, 9083.0, 9079.0, 9024.0, 9065.0, 9020.0, 9023.0, 9067.0, 9037.0, 9031.0, 9021.0, 9004.0, 9008.0, 9047.0, 9039.0, 9024.0, 9029.0, 9043.0, 9028.0, 9044.0, 9111.0, 9045.0, 9094.0, 9056.0, 9066.0, 9009.0, 9037.0, 9050.0, 9026.0, 9078.0, 9027.0, 9065.0, 9027.0, 9053.0, 9065.0, 9077.0, 9046.0, 9069.0, 9055.0, 9070.0, 9036.0, 9033.0, 9049.0, 9103.0, 9058.0, 9079.0, 9129.0, 9065.0, 9090.0, 9066.0, 9091.0, 9034.0, 9061.0, 9056.0, 9057.0, 9095.0, 9067.0, 9025.0, 9040.0, 9042.0, 9050.0, 9062.0, 9045.0, 9030.0, 9045.0, 9124.0, 9055.0, 9110.0, 9071.0, 9055.0, 9027.0, 9044.0, 9081.0, 9030.0, 9131.0, 9078.0, 9081.0, 9026.0, 9052.0, 9009.0, 9025.0, 9028.0, 9049.0, 9054.0, 9044.0, 9028.0, 9046.0, 9032.0, 9049.0, 9055.0, 9077.0, 9051.0, 9061.0, 9050.0, 9100.0, 9058.0, 9058.0, 9096.0, 9057.0, 9097.0, 9043.0, 9094.0, 9042.0, 9069.0, 9031.0, 9028.0, 9029.0, 9029.0, 9041.0, 9032.0, 9058.0, 9031.0, 9029.0, 9031.0, 9032.0, 9038.0, 9082.0, 9070.0, 9093.0, 9069.0, 9107.0, 9054.0, 9070.0, 9144.0, 9083.0, 9145.0, 9118.0, 9114.0, 9086.0, 9086.0, 9072.0, 9073.0, 9126.0, 9097.0, 9107.0, 9039.0, 9077.0, 9042.0, 9038.0, 9026.0, 9040.0, 9024.0, 9042.0, 9038.0, 9060.0, 9070.0, 9045.0, 9044.0, 9044.0, 9044.0, 9060.0, 9045.0, 9058.0, 9035.0, 9059.0, 9046.0, 9113.0, 9047.0, 9084.0, 9048.0, 9084.0, 9047.0, 9107.0, 9085.0, 9091.0, 9080.0, 9116.0, 9049.0, 9087.0, 9045.0, 9059.0, 9059.0, 9061.0, 9032.0, 9049.0, 9072.0, 9063.0, 9101.0, 9062.0, 9058.0, 9048.0, 9070.0, 9048.0, 9088.0, 9062.0, 9103.0, 9047.0, 9042.0, 9048.0, 9047.0, 9049.0, 9049.0, 9067.0, 9069.0, 9070.0, 9070.0, 9082.0, 9053.0, 9051.0, 9054.0, 9133.0, 9068.0, 9146.0, 9106.0, 9088.0, 9063.0, 9134.0, 9098.0, 9103.0, 9074.0, 9070.0, 9044.0, 9071.0, 9049.0, 9066.0, 9060.0, 9047.0, 9056.0, 9046.0, 9111.0, 9063.0, 9075.0, 9046.0, 9047.0, 9047.0, 9049.0, 9128.0, 9063.0, 9086.0, 9062.0, 9058.0, 9028.0, 9046.0, 9070.0, 9044.0, 9042.0, 9046.0, 9084.0, 9062.0, 9087.0, 9063.0, 9047.0, 9066.0, 9063.0, 9072.0, 9101.0, 9074.0, 9076.0, 9080.0, 9099.0, 9165.0, 9111.0, 9125.0, 9161.0, 9144.0, 9155.0, 9108.0, 9121.0, 9130.0, 9121.0, 9152.0, 9116.0, 9082.0, 9040.0, 9054.0, 9107.0, 9060.0, 9128.0, 9083.0, 9064.0, 9035.0, 9034.0, 9036.0, 9041.0, 9064.0, 9038.0, 9049.0, 9039.0, 9036.0, 9039.0, 9038.0, 9040.0, 9043.0, 9026.0, 9056.0, 9079.0, 9042.0, 9066.0, 9056.0, 9066.0, 9041.0, 9041.0, 9039.0, 9043.0, 9064.0, 9047.0, 9048.0, 9068.0, 9072.0, 9050.0, 9074.0, 9070.0, 9093.0, 9070.0, 9109.0, 9071.0, 9083.0, 9107.0, 9082.0, 9146.0, 9051.0, 9131.0, 9093.0, 9077.0, 9059.0, 9046.0, 9069.0, 9045.0, 9098.0, 9064.0, 9059.0, 9048.0, 9056.0, 9048.0, 9049.0, 9065.0, 9072.0, 9085.0, 9074.0, 9057.0, 9070.0, 9083.0, 9073.0, 9124.0, 9098.0, 9122.0, 9070.0, 9150.0, 9111.0, 9135.0, 9091.0, 9102.0, 9050.0, 9075.0, 9081.0, 9107.0, 9130.0, 9106.0, 9127.0, 9031.0, 9111.0, 9062.0, 9058.0, 9045.0, 9043.0, 9060.0, 9034.0, 9076.0, 9067.0, 9129.0, 9059.0, 9094.0, 9047.0, 9075.0, 9049.0, 9033.0, 9050.0, 9061.0, 9035.0, 9078.0, 9093.0, 9078.0, 9128.0, 9103.0, 9125.0, 9028.0, 9115.0, 9079.0, 9087.0, 9062.0, 9100.0, 9045.0, 9073.0, 9088.0, 9078.0, 9140.0, 9110.0, 9104.0, 9024.0, 9077.0, 9042.0, 9038.0, 9042.0, 9044.0, 9059.0, 9046.0, 9062.0, 9049.0, 9045.0, 9047.0, 9034.0, 9051.0, 9117.0, 9053.0, 9101.0, 9082.0, 9087.0, 9049.0, 9090.0, 9064.0, 9073.0, 9050.0, 9075.0, 9034.0, 9080.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.0013368641750227893</td></tr>
<tr><td colspan=3>aqi</td><td>0.04646851121239744</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.84200216906022</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0330268793248178</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9316965228558384</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>5506.019</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10538345873375156</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.48313582497721</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.619373037874021</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5526934845935902</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9144849305132645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3909406985152084</td></tr>
<tr><td colspan=3>gcor</td><td>0.00447209</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015283024869859219</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019793888553977013</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6376206913170037</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>30.8285</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6521</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9164</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302002.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>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.921</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8358</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.4571</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3258.5665</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.137</td></tr>
<tr><td colspan=3>tsnr</td><td>32.29032192553859</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>