<?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-0002_ses-01_task-alignvideo_acq-mb8_run-01_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-0002_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0002_suffix-bold_task-alignvideo" 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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0002_suffix-bold_task-alignvideo" 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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_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-0002/ses-01/func/sub-0002_ses-01_task-alignvideo_acq-mb8_run-01_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>7959200a77dce623c5359810d7a23ed3</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>10:39:19.112500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989531, -0.071731, 0.125235, 0.0509933, 0.985542, 0.161573]</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-01_task-alignvideo_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.0713667</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7788, -7281, 517, -79, -342, 28, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.707</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d325b91-a0e1-4b8f-ae27-56f9a2420d97||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6548383235931396, 0.1368112415075302, 0.36453744769096375, 105.39185333251953], [0.19244912266731262, 2.6441380977630615, 0.41443783044815063, -115.53483581542969], [0.3359954059123993, -0.43348902463912964, 2.642982006072998, -57.98563003540039], [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, 1073]</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], 'AcquisitionTime': ['103919.112500', '103919.572500', '103920.032500', '103920.492500', '103920.952500', '103921.412500', '103921.872500', '103922.332500', '103922.792500', '103923.252500', '103923.712500', '103924.172500', '103924.632500', '103925.092500', '103925.552500', '103926.012500', '103926.472500', '103926.932500', '103927.392500', '103927.852500', '103928.312500', '103928.772500', '103929.232500', '103929.692500', '103930.152500', '103930.612500', '103931.072500', '103931.532500', '103931.992500', '103932.452500', '103932.912500', '103933.372500', '103933.832500', '103934.292500', '103934.752500', '103935.212500', '103935.672500', '103936.132500', '103936.592500', '103937.052500', '103937.512500', '103937.972500', '103938.432500', '103938.892500', '103939.352500', '103939.812500', '103940.272500', '103940.732500', '103941.192500', '103941.652500', '103942.112500', '103942.572500', '103943.032500', '103943.492500', '103943.952500', '103944.412500', '103944.872500', '103945.332500', '103945.792500', '103946.252500', '103946.712500', '103947.172500', '103947.632500', '103948.092500', '103948.552500', '103949.012500', '103949.472500', '103949.932500', '103950.392500', '103950.852500', '103951.312500', '103951.772500', '103952.232500', '103952.692500', '103953.152500', '103953.612500', '103954.072500', '103954.532500', '103954.992500', '103955.452500', '103955.912500', '103956.372500', '103956.832500', '103957.292500', '103957.752500', '103958.212500', '103958.672500', '103959.132500', '103959.592500', '104000.052500', '104000.512500', '104000.972500', '104001.432500', '104001.892500', '104002.352500', '104002.812500', '104003.272500', '104003.732500', '104004.192500', '104004.652500', '104005.112500', '104005.572500', '104006.032500', '104006.492500', '104006.952500', '104007.412500', '104007.872500', '104008.332500', '104008.792500', '104009.252500', '104009.712500', '104010.172500', '104010.632500', '104011.092500', '104011.552500', '104012.012500', '104012.472500', '104012.932500', '104013.392500', '104013.852500', '104014.312500', '104014.772500', '104015.232500', '104015.692500', '104016.152500', '104016.612500', '104017.072500', '104017.532500', '104017.992500', '104018.452500', '104018.912500', '104019.372500', '104019.832500', '104020.292500', '104020.752500', '104021.212500', '104021.672500', '104022.132500', '104022.592500', '104023.052500', '104023.512500', '104023.972500', '104024.432500', '104024.892500', '104025.352500', '104025.812500', '104026.272500', '104026.732500', '104027.192500', '104027.652500', '104028.112500', '104028.572500', '104029.032500', '104029.492500', '104029.952500', '104030.412500', '104030.872500', '104031.332500', '104031.792500', '104032.252500', '104032.712500', '104033.172500', '104033.632500', '104034.092500', '104034.552500', '104035.012500', '104035.472500', '104035.932500', '104036.392500', '104036.852500', '104037.312500', '104037.772500', '104038.232500', '104038.692500', '104039.152500', '104039.612500', '104040.072500', '104040.532500', '104040.992500', '104041.452500', '104041.912500', '104042.372500', '104042.832500', '104043.292500', '104043.752500', '104044.212500', '104044.672500', '104045.132500', '104045.592500', '104046.052500', '104046.512500', '104046.972500', '104047.432500', '104047.892500', '104048.352500', '104048.812500', '104049.272500', '104049.732500', '104050.192500', '104050.652500', '104051.112500', '104051.572500', '104052.032500', '104052.492500', '104052.952500', '104053.412500', '104053.872500', '104054.332500', '104054.792500', '104055.252500', '104055.712500', '104056.172500', '104056.632500', '104057.092500', '104057.552500', '104058.012500', '104058.472500', '104058.932500', '104059.392500', '104059.852500', '104100.312500', '104100.772500', '104101.232500', '104101.692500', '104102.152500', '104102.612500', '104103.072500', '104103.532500', '104103.992500', '104104.452500', '104104.912500', '104105.372500', '104105.832500', '104106.292500', '104106.752500', '104107.212500', '104107.672500', '104108.132500', '104108.592500', '104109.052500', '104109.512500', '104109.972500', '104110.432500', '104110.892500', '104111.352500', '104111.812500', '104112.272500', '104112.732500', '104113.192500', '104113.652500', '104114.112500', '104114.572500', '104115.032500', '104115.492500', '104115.952500', '104116.412500', '104116.872500', '104117.332500', '104117.792500', '104118.252500', '104118.712500', '104119.172500', '104119.632500', '104120.092500', '104120.552500', '104121.012500', '104121.472500', '104121.932500', '104122.392500', '104122.852500', '104123.312500', '104123.772500', '104124.232500', '104124.692500', '104125.152500', '104125.612500', '104126.072500', '104126.532500', '104126.992500', '104127.452500', '104127.912500', '104128.372500', '104128.832500', '104129.292500', '104129.752500', '104130.212500', '104130.672500', '104131.132500', '104131.592500', '104132.052500', '104132.512500', '104132.972500', '104133.432500', '104133.892500', '104134.352500', '104134.812500', '104135.272500', '104135.732500', '104136.192500', '104136.652500', '104137.112500', '104137.572500', '104138.032500', '104138.492500', '104138.952500', '104139.412500', '104139.872500', '104140.332500', '104140.792500', '104141.252500', '104141.712500', '104142.172500', '104142.632500', '104143.092500', '104143.552500', '104144.012500', '104144.472500', '104144.932500', '104145.392500', '104145.852500', '104146.312500', '104146.772500', '104147.232500', '104147.692500', '104148.152500', '104148.612500', '104149.072500', '104149.532500', '104149.992500', '104150.452500', '104150.912500', '104151.372500', '104151.832500', '104152.292500', '104152.752500', '104153.212500', '104153.672500', '104154.132500', '104154.592500', '104155.052500', '104155.512500', '104155.972500', '104156.432500', '104156.892500', '104157.352500', '104157.812500', '104158.272500', '104158.732500', '104159.192500', '104159.652500', '104200.112500', '104200.572500', '104201.032500', '104201.492500', '104201.952500', '104202.412500', '104202.872500', '104203.332500', '104203.792500', '104204.252500', '104204.712500', '104205.172500', '104205.632500', '104206.092500', '104206.552500', '104207.012500', '104207.472500', '104207.932500', '104208.392500', '104208.852500', '104209.312500', '104209.772500', '104210.232500', '104210.692500', '104211.152500', '104211.612500', '104212.072500', '104212.532500', '104212.992500', '104213.452500', '104213.912500', '104214.372500', '104214.832500', '104215.292500', '104215.752500', '104216.212500', '104216.672500', '104217.132500', '104217.592500', '104218.052500', '104218.512500', '104218.972500', '104219.432500', '104219.892500', '104220.352500', '104220.812500', '104221.272500', '104221.732500', '104222.192500', '104222.652500', '104223.112500', '104223.572500', '104224.032500', '104224.492500', '104224.952500', '104225.412500', '104225.872500', '104226.332500', '104226.792500', '104227.252500', '104227.712500', '104228.172500', '104228.632500', '104229.092500', '104229.552500', '104230.012500', '104230.472500', '104230.932500', '104231.392500', '104231.852500', '104232.312500', '104232.772500', '104233.232500', '104233.692500', '104234.152500', '104234.612500', '104235.072500', '104235.532500', '104235.992500', '104236.452500', '104236.912500', '104237.372500', '104237.832500', '104238.292500', '104238.752500', '104239.212500', '104239.672500', '104240.132500', '104240.592500', '104241.052500', '104241.512500', '104241.972500', '104242.432500', '104242.892500', '104243.352500', '104243.812500', '104244.272500', '104244.732500', '104245.192500', '104245.652500', '104246.112500', '104246.572500', '104247.032500', '104247.492500', '104247.952500', '104248.412500', '104248.872500', '104249.332500', '104249.792500', '104250.252500', '104250.712500', '104251.172500', '104251.632500', '104252.092500', '104252.552500', '104253.012500', '104253.472500', '104253.932500', '104254.392500', '104254.852500', '104255.312500', '104255.772500', '104256.232500', '104256.692500', '104257.152500', '104257.612500', '104258.072500', '104258.532500', '104258.992500', '104259.452500', '104259.912500', '104300.372500', '104300.832500', '104301.292500', '104301.752500', '104302.212500', '104302.672500', '104303.132500', '104303.592500', '104304.052500', '104304.512500', '104304.972500', '104305.432500', '104305.892500', '104306.352500', '104306.812500', '104307.272500', '104307.732500', '104308.192500', '104308.652500', '104309.112500', '104309.572500', '104310.032500', '104310.492500', '104310.952500', '104311.412500', '104311.872500', '104312.332500', '104312.792500', '104313.252500', '104313.712500', '104314.172500', '104314.632500', '104315.092500', '104315.552500', '104316.012500', '104316.472500', '104316.932500', '104317.392500', '104317.852500', '104318.312500', '104318.772500', '104319.232500', '104319.692500', '104320.152500', '104320.612500', '104321.072500', '104321.532500', '104321.992500', '104322.452500', '104322.912500', '104323.372500', '104323.832500', '104324.292500', '104324.752500', '104325.212500', '104325.672500', '104326.132500', '104326.592500', '104327.052500', '104327.512500', '104327.972500', '104328.432500', '104328.892500', '104329.352500', '104329.812500', '104330.272500', '104330.732500', '104331.192500', '104331.652500', '104332.112500', '104332.572500', '104333.032500', '104333.492500', '104333.952500', '104334.412500', '104334.872500', '104335.332500', '104335.792500', '104336.252500', '104336.712500', '104337.172500', '104337.632500', '104338.092500', '104338.552500', '104339.012500', '104339.472500', '104339.932500', '104340.392500', '104340.852500', '104341.312500', '104341.772500', '104342.232500', '104342.692500', '104343.152500', '104343.612500', '104344.072500', '104344.532500', '104344.992500', '104345.452500', '104345.912500', '104346.372500', '104346.832500', '104347.292500', '104347.752500', '104348.212500', '104348.672500', '104349.132500', '104349.592500', '104350.052500', '104350.512500', '104350.972500', '104351.432500', '104351.892500', '104352.352500', '104352.812500', '104353.272500', '104353.732500', '104354.192500', '104354.652500', '104355.112500', '104355.572500', '104356.032500', '104356.492500', '104356.952500', '104357.412500', '104357.872500', '104358.332500', '104358.792500', '104359.252500', '104359.712500', '104400.172500', '104400.632500', '104401.092500', '104401.552500', '104402.012500', '104402.472500', '104402.932500', '104403.392500', '104403.852500', '104404.312500', '104404.772500', '104405.232500', '104405.692500', '104406.152500', '104406.612500', '104407.072500', '104407.532500', '104407.992500', '104408.452500', '104408.912500', '104409.372500', '104409.832500', '104410.292500', '104410.752500', '104411.212500', '104411.672500', '104412.132500', '104412.592500', '104413.052500', '104413.512500', '104413.972500', '104414.432500', '104414.892500', '104415.352500', '104415.812500', '104416.272500', '104416.732500', '104417.192500', '104417.652500', '104418.112500', '104418.572500', '104419.032500', '104419.492500', '104419.952500', '104420.412500', '104420.872500', '104421.332500', '104421.792500', '104422.252500', '104422.712500', '104423.172500', '104423.632500', '104424.092500', '104424.552500', '104425.012500', '104425.472500', '104425.932500', '104426.392500', '104426.852500', '104427.312500', '104427.772500', '104428.232500', '104428.692500', '104429.152500', '104429.612500', '104430.072500', '104430.532500', '104430.992500', '104431.452500', '104431.912500', '104432.372500', '104432.832500', '104433.292500', '104433.752500', '104434.212500', '104434.672500', '104435.132500', '104435.592500', '104436.052500', '104436.512500', '104436.972500', '104437.432500', '104437.892500', '104438.352500', '104438.812500', '104439.272500', '104439.732500', '104440.192500', '104440.652500', '104441.112500', '104441.572500', '104442.032500', '104442.492500', '104442.952500', '104443.412500', '104443.872500', '104444.332500', '104444.792500', '104445.252500', '104445.712500', '104446.172500', '104446.632500', '104447.092500', '104447.552500', '104448.012500', '104448.472500', '104448.932500', '104449.392500', '104449.852500', '104450.312500', '104450.772500', '104451.232500', '104451.692500', '104452.152500', '104452.612500', '104453.072500', '104453.532500', '104453.992500', '104454.452500', '104454.912500', '104455.372500', '104455.832500', '104456.292500', '104456.752500', '104457.212500', '104457.672500', '104458.132500', '104458.592500', '104459.052500', '104459.512500', '104459.972500', '104500.432500', '104500.892500', '104501.352500', '104501.812500', '104502.272500', '104502.732500', '104503.192500', '104503.652500', '104504.112500', '104504.572500', '104505.032500', '104505.492500', '104505.952500', '104506.412500', '104506.872500', '104507.332500', '104507.792500', '104508.252500', '104508.712500', '104509.172500', '104509.632500', '104510.092500', '104510.552500', '104511.012500', '104511.472500', '104511.932500', '104512.392500', '104512.852500', '104513.312500', '104513.772500', '104514.232500', '104514.692500', '104515.152500', '104515.612500', '104516.072500', '104516.532500', '104516.992500', '104517.452500', '104517.912500', '104518.372500', '104518.832500', '104519.292500', '104519.752500', '104520.212500', '104520.672500', '104521.132500', '104521.592500', '104522.052500', '104522.512500', '104522.972500', '104523.432500', '104523.892500', '104524.352500', '104524.812500', '104525.272500', '104525.732500', '104526.192500', '104526.652500', '104527.112500', '104527.572500', '104528.032500', '104528.492500', '104528.952500', '104529.412500', '104529.872500', '104530.332500', '104530.792500', '104531.252500', '104531.712500', '104532.172500', '104532.632500', '104533.092500', '104533.552500', '104534.012500', '104534.472500', '104534.932500', '104535.392500', '104535.852500', '104536.312500', '104536.772500', '104537.232500', '104537.692500', '104538.152500', '104538.612500', '104539.072500', '104539.532500', '104539.992500', '104540.452500', '104540.912500', '104541.372500', '104541.832500', '104542.292500', '104542.752500', '104543.212500', '104543.672500', '104544.132500', '104544.592500', '104545.052500', '104545.512500', '104545.972500', '104546.432500', '104546.892500', '104547.352500', '104547.812500', '104548.272500', '104548.732500', '104549.192500', '104549.652500', '104550.112500', '104550.572500', '104551.032500', '104551.492500', '104551.952500', '104552.412500', '104552.872500', '104553.332500', '104553.792500', '104554.252500', '104554.712500', '104555.172500', '104555.632500', '104556.092500', '104556.552500', '104557.012500', '104557.472500', '104557.932500', '104558.392500', '104558.852500', '104559.312500', '104559.772500', '104600.232500', '104600.692500', '104601.152500', '104601.612500', '104602.072500', '104602.532500', '104602.992500', '104603.452500', '104603.912500', '104604.372500', '104604.832500', '104605.292500', '104605.752500', '104606.212500', '104606.672500', '104607.132500', '104607.592500', '104608.052500', '104608.512500', '104608.972500', '104609.432500', '104609.892500', '104610.352500', '104610.812500', '104611.272500', '104611.732500', '104612.192500', '104612.652500', '104613.112500', '104613.572500', '104614.032500', '104614.492500', '104614.952500', '104615.412500', '104615.872500', '104616.332500', '104616.792500', '104617.252500', '104617.712500', '104618.172500', '104618.632500', '104619.092500', '104619.552500', '104620.012500', '104620.472500', '104620.932500', '104621.392500', '104621.852500', '104622.312500', '104622.772500', '104623.232500', '104623.692500', '104624.152500', '104624.612500', '104625.072500', '104625.532500', '104625.992500', '104626.452500', '104626.912500', '104627.372500', '104627.832500', '104628.292500', '104628.752500', '104629.212500', '104629.672500', '104630.132500', '104630.592500', '104631.052500', '104631.512500', '104631.972500', '104632.432500', '104632.892500', '104633.352500', '104633.812500', '104634.272500', '104634.732500', '104635.192500', '104635.652500', '104636.112500', '104636.572500', '104637.032500', '104637.492500', '104637.952500', '104638.412500', '104638.872500', '104639.332500', '104639.792500', '104640.252500', '104640.712500', '104641.172500', '104641.632500', '104642.092500', '104642.552500', '104643.012500', '104643.472500', '104643.932500', '104644.392500', '104644.852500', '104645.312500', '104645.772500', '104646.232500', '104646.692500', '104647.152500', '104647.612500', '104648.072500', '104648.532500', '104648.992500', '104649.452500', '104649.912500', '104650.372500', '104650.832500', '104651.292500', '104651.752500', '104652.212500', '104652.672500', '104653.132500', '104653.592500', '104654.052500', '104654.512500', '104654.972500', '104655.432500', '104655.892500', '104656.352500', '104656.812500', '104657.272500', '104657.732500', '104658.192500', '104658.652500', '104659.112500', '104659.572500', '104700.032500', '104700.492500', '104700.952500', '104701.412500', '104701.872500', '104702.332500', '104702.792500', '104703.252500', '104703.712500', '104704.172500', '104704.632500', '104705.092500', '104705.552500', '104706.012500', '104706.472500', '104706.932500', '104707.392500', '104707.852500', '104708.312500', '104708.772500', '104709.232500', '104709.692500', '104710.152500', '104710.612500', '104711.072500', '104711.532500', '104711.992500', '104712.452500', '104712.912500', '104713.372500', '104713.832500', '104714.292500', '104714.752500', '104715.212500', '104715.672500', '104716.132500', '104716.592500', '104717.052500', '104717.512500', '104717.972500', '104718.432500', '104718.892500', '104719.352500', '104719.812500', '104720.272500', '104720.732500', '104721.192500', '104721.652500', '104722.112500', '104722.572500', '104723.032500', '104723.492500', '104723.952500', '104724.412500', '104724.872500', '104725.332500', '104725.792500', '104726.252500', '104726.712500', '104727.172500', '104727.632500', '104728.092500', '104728.552500', '104729.012500', '104729.472500', '104729.932500', '104730.392500', '104730.852500', '104731.312500', '104731.772500', '104732.232500'], 'ContentTime': ['103929.355000', '103929.358000', '103929.361000', '103929.364000', '103929.373000', '103929.375000', '103929.378000', '103929.381000', '103929.384000', '103929.387000', '103929.389000', '103929.392000', '103929.395000', '103929.398000', '103929.401000', '103929.404000', '103929.407000', '103929.409000', '103929.414000', '103929.417000', '103929.420000', '103949.317000', '103949.325000', '103949.328000', '103949.331000', '103949.333000', '103949.336000', '103949.339000', '103949.342000', '103949.345000', '103949.348000', '103949.351000', '103949.353000', '103949.356000', '103949.359000', '103949.362000', '103949.365000', '103949.368000', '103949.370000', '103949.373000', '103949.376000', '103949.379000', '103949.382000', '103949.392000', '103949.394000', '103949.397000', '103949.400000', '103949.403000', '103949.406000', '103949.408000', '103949.411000', '103949.414000', '103949.417000', '103949.420000', '103949.423000', '103949.425000', '103949.428000', '103949.431000', '103949.439000', '103949.442000', '103949.444000', '103949.447000', '103949.450000', '103949.453000', '103949.456000', '104009.317000', '104009.320000', '104009.323000', '104009.326000', '104009.329000', '104009.331000', '104009.334000', '104009.337000', '104009.340000', '104009.343000', '104009.345000', '104009.348000', '104009.351000', '104009.354000', '104009.357000', '104009.360000', '104009.362000', '104009.365000', '104009.368000', '104009.371000', '104009.374000', '104009.377000', '104009.379000', '104009.382000', '104009.385000', '104009.388000', '104009.391000', '104009.394000', '104009.396000', '104009.399000', '104009.402000', '104009.405000', '104009.408000', '104009.411000', '104009.413000', '104009.416000', '104009.419000', '104009.422000', '104009.425000', '104009.428000', '104009.430000', '104009.433000', '104009.437000', '104029.317000', '104029.320000', '104029.322000', '104029.331000', '104029.351000', '104029.354000', '104029.356000', '104029.359000', '104029.362000', '104029.365000', '104029.368000', '104029.371000', '104029.373000', '104029.376000', '104029.379000', '104029.382000', '104029.385000', '104029.388000', '104029.390000', '104029.393000', '104029.396000', '104029.399000', '104029.403000', '104029.406000', '104029.409000', '104029.412000', '104029.414000', '104029.417000', '104029.420000', '104029.423000', '104029.426000', '104029.429000', '104029.432000', '104029.435000', '104029.437000', '104029.440000', '104029.443000', '104029.446000', '104029.449000', '104029.451000', '104029.454000', '104029.457000', '104029.460000', '104029.463000', '104049.317000', '104049.320000', '104049.323000', '104049.326000', '104049.328000', '104049.331000', '104049.334000', '104049.337000', '104049.340000', '104049.342000', '104049.345000', '104049.348000', '104049.351000', '104049.354000', '104049.357000', '104049.360000', '104049.362000', '104049.365000', '104049.368000', '104049.371000', '104049.374000', '104049.377000', '104049.380000', '104049.383000', '104049.386000', '104049.388000', '104049.391000', '104049.394000', '104049.397000', '104049.400000', '104049.403000', '104049.406000', '104049.409000', '104049.411000', '104049.414000', '104049.417000', '104049.420000', '104049.423000', '104049.426000', '104049.428000', '104049.431000', '104049.434000', '104049.437000', '104109.316000', '104109.319000', '104109.322000', '104109.325000', '104109.327000', '104109.330000', '104109.333000', '104109.336000', '104109.339000', '104109.342000', '104109.344000', '104109.347000', '104109.350000', '104109.353000', '104109.358000', '104109.361000', '104109.364000', '104109.367000', '104109.370000', '104109.373000', '104109.375000', '104109.378000', '104109.381000', '104109.384000', '104109.387000', '104109.390000', '104109.392000', '104109.395000', '104109.398000', '104109.401000', '104109.404000', '104109.407000', '104109.409000', '104109.412000', '104109.415000', '104109.418000', '104109.421000', '104109.423000', '104109.426000', '104109.429000', '104109.432000', '104109.435000', '104109.437000', '104109.440000', '104129.317000', '104129.320000', '104129.335000', '104129.338000', '104129.341000', '104129.344000', '104129.347000', '104129.350000', '104129.352000', '104129.355000', '104129.358000', '104129.361000', '104129.364000', '104129.367000', '104129.370000', '104129.373000', '104129.375000', '104129.378000', '104129.381000', '104129.384000', '104129.387000', '104129.390000', '104129.393000', '104129.395000', '104129.398000', '104129.401000', '104129.404000', '104129.407000', '104129.410000', '104129.413000', '104129.415000', '104129.418000', '104129.421000', '104129.424000', '104129.427000', '104129.430000', '104129.432000', '104129.435000', '104129.438000', '104129.441000', '104129.444000', '104129.447000', '104129.449000', '104149.317000', '104149.323000', '104149.326000', '104149.329000', '104149.332000', '104149.335000', '104149.338000', '104149.340000', '104149.343000', '104149.346000', '104149.349000', '104149.352000', '104149.355000', '104149.358000', '104149.360000', '104149.363000', '104149.366000', '104149.369000', '104149.372000', '104149.375000', '104149.392000', '104149.395000', '104149.398000', '104149.400000', '104149.403000', '104149.406000', '104149.409000', '104149.412000', '104149.415000', '104149.418000', '104149.421000', '104149.423000', '104149.426000', '104149.429000', '104149.432000', '104149.435000', '104149.438000', '104149.440000', '104149.444000', '104149.446000', '104149.449000', '104149.452000', '104149.455000', '104209.330000', '104209.333000', '104209.336000', '104209.339000', '104209.342000', '104209.345000', '104209.347000', '104209.350000', '104209.353000', '104209.356000', '104209.359000', '104209.362000', '104209.364000', '104209.367000', '104209.370000', '104209.373000', '104209.376000', '104209.379000', '104209.382000', '104209.384000', '104209.387000', '104209.390000', '104209.393000', '104209.396000', '104209.399000', '104209.402000', '104209.404000', '104209.407000', '104209.410000', '104209.413000', '104209.416000', '104209.419000', '104209.421000', '104209.424000', '104209.427000', '104209.430000', '104209.433000', '104209.436000', '104209.439000', '104209.441000', '104209.444000', '104209.447000', '104209.450000', '104209.453000', '104229.317000', '104229.320000', '104229.323000', '104229.326000', '104229.329000', '104229.332000', '104229.334000', '104229.337000', '104229.340000', '104229.343000', '104229.349000', '104229.352000', '104229.355000', '104229.358000', '104229.361000', '104229.364000', '104229.367000', '104229.370000', '104229.372000', '104229.375000', '104229.378000', '104229.381000', '104229.384000', '104229.387000', '104229.389000', '104229.392000', '104229.395000', '104229.398000', '104229.401000', '104229.404000', '104229.407000', '104229.410000', '104229.412000', '104229.415000', '104229.418000', '104229.421000', '104229.424000', '104229.427000', '104229.430000', '104229.432000', '104229.435000', '104229.438000', '104229.441000', '104249.317000', '104249.320000', '104249.323000', '104249.325000', '104249.328000', '104249.331000', '104249.334000', '104249.337000', '104249.340000', '104249.343000', '104249.345000', '104249.348000', '104249.351000', '104249.354000', '104249.357000', '104249.360000', '104249.363000', '104249.366000', '104249.368000', '104249.371000', '104249.374000', '104249.377000', '104249.380000', '104249.383000', '104249.386000', '104249.388000', '104249.391000', '104249.394000', '104249.397000', '104249.400000', '104249.403000', '104249.406000', '104249.409000', '104249.411000', '104249.414000', '104249.417000', '104249.420000', '104249.423000', '104249.426000', '104249.428000', '104249.431000', '104249.434000', '104249.437000', '104249.440000', '104309.317000', '104309.320000', '104309.323000', '104309.325000', '104309.328000', '104309.331000', '104309.334000', '104309.337000', '104309.340000', '104309.343000', '104309.346000', '104309.348000', '104309.351000', '104309.354000', '104309.357000', '104309.360000', '104309.363000', '104309.366000', '104309.369000', '104309.371000', '104309.374000', '104309.377000', '104309.380000', '104309.383000', '104309.386000', '104309.389000', '104309.391000', '104309.394000', '104309.397000', '104309.400000', '104309.403000', '104309.406000', '104309.409000', '104309.411000', '104309.414000', '104309.417000', '104309.420000', '104309.423000', '104309.425000', '104309.428000', '104309.431000', '104309.434000', '104309.437000', '104329.316000', '104329.319000', '104329.322000', '104329.325000', '104329.327000', '104329.330000', '104329.333000', '104329.336000', '104329.339000', '104329.342000', '104329.344000', '104329.347000', '104329.350000', '104329.353000', '104329.356000', '104329.359000', '104329.362000', '104329.365000', '104329.368000', '104329.370000', '104329.373000', '104329.376000', '104329.379000', '104329.382000', '104329.385000', '104329.400000', '104329.403000', '104329.406000', '104329.409000', '104329.412000', '104329.415000', '104329.418000', '104329.420000', '104329.423000', '104329.426000', '104329.429000', '104329.432000', '104329.435000', '104329.437000', '104329.440000', '104329.443000', '104329.446000', '104329.449000', '104329.452000', '104349.317000', '104349.320000', '104349.323000', '104349.326000', '104349.329000', '104349.332000', '104349.334000', '104349.337000', '104349.340000', '104349.343000', '104349.346000', '104349.349000', '104349.352000', '104349.355000', '104349.357000', '104349.360000', '104349.363000', '104349.366000', '104349.369000', '104349.372000', '104349.375000', '104349.378000', '104349.381000', '104349.384000', '104349.387000', '104349.390000', '104349.393000', '104349.396000', '104349.398000', '104349.401000', '104349.404000', '104349.407000', '104349.410000', '104349.413000', '104349.415000', '104349.418000', '104349.421000', '104349.424000', '104349.427000', '104349.430000', '104349.433000', '104349.436000', '104349.439000', '104409.317000', '104409.320000', '104409.323000', '104409.326000', '104409.328000', '104409.331000', '104409.334000', '104409.337000', '104409.340000', '104409.343000', '104409.346000', '104409.348000', '104409.351000', '104409.354000', '104409.357000', '104409.360000', '104409.363000', '104409.365000', '104409.368000', '104409.371000', '104409.374000', '104409.377000', '104409.380000', '104409.383000', '104409.386000', '104409.389000', '104409.392000', '104409.395000', '104409.398000', '104409.401000', '104409.404000', '104409.406000', '104409.409000', '104409.412000', '104409.415000', '104409.418000', '104409.421000', '104409.423000', '104409.426000', '104409.429000', '104409.432000', '104409.435000', '104409.438000', '104409.441000', '104429.317000', '104429.320000', '104429.323000', '104429.326000', '104429.329000', '104429.331000', '104429.334000', '104429.337000', '104429.340000', '104429.343000', '104429.346000', '104429.348000', '104429.351000', '104429.354000', '104429.357000', '104429.360000', '104429.363000', '104429.366000', '104429.368000', '104429.371000', '104429.374000', '104429.377000', '104429.380000', '104429.383000', '104429.386000', '104429.389000', '104429.391000', '104429.394000', '104429.397000', '104429.400000', '104429.406000', '104429.409000', '104429.412000', '104429.415000', '104429.418000', '104429.421000', '104429.424000', '104429.427000', '104429.429000', '104429.432000', '104429.435000', '104429.438000', '104429.441000', '104449.317000', '104449.320000', '104449.323000', '104449.326000', '104449.328000', '104449.331000', '104449.334000', '104449.337000', '104449.340000', '104449.343000', '104449.345000', '104449.348000', '104449.351000', '104449.354000', '104449.357000', '104449.360000', '104449.362000', '104449.365000', '104449.368000', '104449.371000', '104449.374000', '104449.377000', '104449.380000', '104449.382000', '104449.385000', '104449.388000', '104449.391000', '104449.394000', '104449.397000', '104449.400000', '104449.403000', '104449.405000', '104449.408000', '104449.411000', '104449.414000', '104449.417000', '104449.433000', '104449.443000', '104449.445000', '104449.448000', '104449.451000', '104449.454000', '104449.457000', '104449.460000', '104509.317000', '104509.320000', '104509.323000', '104509.326000', '104509.330000', '104509.333000', '104509.336000', '104509.339000', '104509.342000', '104509.345000', '104509.348000', '104509.352000', '104509.355000', '104509.357000', '104509.360000', '104509.363000', '104509.366000', '104509.369000', '104509.372000', '104509.375000', '104509.378000', '104509.380000', '104509.383000', '104509.386000', '104509.389000', '104509.392000', '104509.395000', '104509.398000', '104509.401000', '104509.404000', '104509.406000', '104509.409000', '104509.412000', '104509.415000', '104509.418000', '104509.421000', '104509.424000', '104509.427000', '104509.430000', '104509.433000', '104509.436000', '104509.439000', '104509.442000', '104529.317000', '104529.320000', '104529.323000', '104529.326000', '104529.329000', '104529.332000', '104529.334000', '104529.337000', '104529.340000', '104529.343000', '104529.346000', '104529.348000', '104529.351000', '104529.354000', '104529.357000', '104529.360000', '104529.363000', '104529.366000', '104529.368000', '104529.371000', '104529.374000', '104529.377000', '104529.380000', '104529.383000', '104529.386000', '104529.389000', '104529.391000', '104529.394000', '104529.397000', '104529.400000', '104529.403000', '104529.406000', '104529.409000', '104529.411000', '104529.414000', '104529.417000', '104529.420000', '104529.423000', '104529.426000', '104529.428000', '104529.431000', '104529.434000', '104529.437000', '104529.440000', '104549.316000', '104549.319000', '104549.322000', '104549.325000', '104549.328000', '104549.330000', '104549.333000', '104549.336000', '104549.339000', '104549.342000', '104549.345000', '104549.348000', '104549.350000', '104549.353000', '104549.356000', '104549.359000', '104549.362000', '104549.365000', '104549.368000', '104549.370000', '104549.373000', '104549.376000', '104549.379000', '104549.382000', '104549.385000', '104549.387000', '104549.390000', '104549.393000', '104549.396000', '104549.399000', '104549.402000', '104549.405000', '104549.408000', '104549.410000', '104549.413000', '104549.416000', '104549.419000', '104549.422000', '104549.425000', '104549.428000', '104549.430000', '104549.433000', '104549.436000', '104609.317000', '104609.320000', '104609.323000', '104609.326000', '104609.328000', '104609.331000', '104609.334000', '104609.337000', '104609.340000', '104609.343000', '104609.345000', '104609.349000', '104609.351000', '104609.354000', '104609.357000', '104609.360000', '104609.363000', '104609.365000', '104609.368000', '104609.371000', '104609.374000', '104609.377000', '104609.380000', '104609.383000', '104609.385000', '104609.388000', '104609.391000', '104609.394000', '104609.397000', '104609.400000', '104609.402000', '104609.405000', '104609.408000', '104609.411000', '104609.414000', '104609.417000', '104609.420000', '104609.423000', '104609.425000', '104609.428000', '104609.431000', '104609.434000', '104609.437000', '104609.440000', '104629.317000', '104629.320000', '104629.323000', '104629.326000', '104629.329000', '104629.332000', '104629.334000', '104629.337000', '104629.340000', '104629.343000', '104629.346000', '104629.349000', '104629.351000', '104629.354000', '104629.357000', '104629.360000', '104629.363000', '104629.366000', '104629.369000', '104629.372000', '104629.374000', '104629.377000', '104629.380000', '104629.383000', '104629.386000', '104629.390000', '104629.393000', '104629.396000', '104629.399000', '104629.402000', '104629.405000', '104629.407000', '104629.410000', '104629.413000', '104629.416000', '104629.419000', '104629.422000', '104629.425000', '104629.427000', '104629.430000', '104629.433000', '104629.436000', '104629.439000', '104649.317000', '104649.320000', '104649.323000', '104649.326000', '104649.328000', '104649.331000', '104649.334000', '104649.337000', '104649.340000', '104649.343000', '104649.346000', '104649.348000', '104649.351000', '104649.355000', '104649.358000', '104649.361000', '104649.364000', '104649.367000', '104649.370000', '104649.373000', '104649.375000', '104649.378000', '104649.381000', '104649.384000', '104649.387000', '104649.389000', '104649.392000', '104649.395000', '104649.398000', '104649.401000', '104649.404000', '104649.407000', '104649.410000', '104649.413000', '104649.415000', '104649.418000', '104649.421000', '104649.424000', '104649.427000', '104649.430000', '104649.432000', '104649.435000', '104649.438000', '104649.441000', '104709.317000', '104709.320000', '104709.323000', '104709.326000', '104709.329000', '104709.331000', '104709.334000', '104709.337000', '104709.340000', '104709.343000', '104709.346000', '104709.348000', '104709.351000', '104709.354000', '104709.357000', '104709.360000', '104709.363000', '104709.366000', '104709.369000', '104709.371000', '104709.374000', '104709.377000', '104709.380000', '104709.383000', '104709.386000', '104709.389000', '104709.391000', '104709.394000', '104709.397000', '104709.400000', '104709.403000', '104709.406000', '104709.408000', '104709.411000', '104709.414000', '104709.417000', '104709.420000', '104709.423000', '104709.425000', '104709.428000', '104709.431000', '104709.434000', '104709.437000', '104729.317000', '104729.320000', '104729.323000', '104729.326000', '104729.328000', '104729.332000', '104729.334000', '104729.337000', '104729.340000', '104729.343000', '104729.346000', '104729.349000', '104729.351000', '104729.355000', '104729.357000', '104729.360000', '104729.363000', '104729.366000', '104729.369000', '104729.372000', '104729.375000', '104729.378000', '104729.380000', '104729.383000', '104729.386000', '104729.389000', '104729.392000', '104729.395000', '104729.397000', '104729.401000', '104729.403000', '104729.406000', '104729.409000', '104729.412000', '104729.415000', '104729.418000', '104729.421000', '104729.424000', '104729.427000', '104729.429000', '104729.432000', '104729.435000', '104729.438000', '104729.454000', '104732.995000', '104733.000000', '104733.003000', '104733.006000', '104733.009000', '104733.012000', '104733.015000', '104733.018000'], 'InstanceCreationTime': ['103929.355000', '103929.358000', '103929.361000', '103929.364000', '103929.373000', '103929.375000', '103929.378000', '103929.381000', '103929.384000', '103929.387000', '103929.389000', '103929.392000', '103929.395000', '103929.398000', '103929.401000', '103929.404000', '103929.407000', '103929.409000', '103929.414000', '103929.417000', '103929.420000', '103949.317000', '103949.325000', '103949.328000', '103949.331000', '103949.333000', '103949.336000', '103949.339000', '103949.342000', '103949.345000', '103949.348000', '103949.351000', '103949.353000', '103949.356000', '103949.359000', '103949.362000', '103949.365000', '103949.368000', '103949.370000', '103949.373000', '103949.376000', '103949.379000', '103949.382000', '103949.392000', '103949.394000', '103949.397000', '103949.400000', '103949.403000', '103949.406000', '103949.408000', '103949.411000', '103949.414000', '103949.417000', '103949.420000', '103949.423000', '103949.425000', '103949.428000', '103949.431000', '103949.439000', '103949.442000', '103949.444000', '103949.447000', '103949.450000', '103949.453000', '103949.456000', '104009.317000', '104009.320000', '104009.323000', '104009.326000', '104009.329000', '104009.331000', '104009.334000', '104009.337000', '104009.340000', '104009.343000', '104009.345000', '104009.348000', '104009.351000', '104009.354000', '104009.357000', '104009.360000', '104009.362000', '104009.365000', '104009.368000', '104009.371000', '104009.374000', '104009.377000', '104009.379000', '104009.382000', '104009.385000', '104009.388000', '104009.391000', '104009.394000', '104009.396000', '104009.399000', '104009.402000', '104009.405000', '104009.408000', '104009.411000', '104009.413000', '104009.416000', '104009.419000', '104009.422000', '104009.425000', '104009.428000', '104009.430000', '104009.433000', '104009.437000', '104029.317000', '104029.320000', '104029.322000', '104029.331000', '104029.351000', '104029.354000', '104029.356000', '104029.359000', '104029.362000', '104029.365000', '104029.368000', '104029.371000', '104029.373000', '104029.376000', '104029.379000', '104029.382000', '104029.385000', '104029.388000', '104029.390000', '104029.393000', '104029.396000', '104029.399000', '104029.403000', '104029.406000', '104029.409000', '104029.412000', '104029.414000', '104029.417000', '104029.420000', '104029.423000', '104029.426000', '104029.429000', '104029.432000', '104029.435000', '104029.437000', '104029.440000', '104029.443000', '104029.446000', '104029.449000', '104029.451000', '104029.454000', '104029.457000', '104029.460000', '104029.463000', '104049.317000', '104049.320000', '104049.323000', '104049.326000', '104049.328000', '104049.331000', '104049.334000', '104049.337000', '104049.340000', '104049.342000', '104049.345000', '104049.348000', '104049.351000', '104049.354000', '104049.357000', '104049.360000', '104049.362000', '104049.365000', '104049.368000', '104049.371000', '104049.374000', '104049.377000', '104049.380000', '104049.383000', '104049.386000', '104049.388000', '104049.391000', '104049.394000', '104049.397000', '104049.400000', '104049.403000', '104049.406000', '104049.409000', '104049.411000', '104049.414000', '104049.417000', '104049.420000', '104049.423000', '104049.426000', '104049.428000', '104049.431000', '104049.434000', '104049.437000', '104109.316000', '104109.319000', '104109.322000', '104109.325000', '104109.327000', '104109.330000', '104109.333000', '104109.336000', '104109.339000', '104109.342000', '104109.344000', '104109.347000', '104109.350000', '104109.353000', '104109.358000', '104109.361000', '104109.364000', '104109.367000', '104109.370000', '104109.373000', '104109.375000', '104109.378000', '104109.381000', '104109.384000', '104109.387000', '104109.390000', '104109.392000', '104109.395000', '104109.398000', '104109.401000', '104109.404000', '104109.407000', '104109.409000', '104109.412000', '104109.415000', '104109.418000', '104109.421000', '104109.423000', '104109.426000', '104109.429000', '104109.432000', '104109.435000', '104109.437000', '104109.440000', '104129.317000', '104129.320000', '104129.335000', '104129.338000', '104129.341000', '104129.344000', '104129.347000', '104129.350000', '104129.352000', '104129.355000', '104129.358000', '104129.361000', '104129.364000', '104129.367000', '104129.370000', '104129.373000', '104129.375000', '104129.378000', '104129.381000', '104129.384000', '104129.387000', '104129.390000', '104129.393000', '104129.395000', '104129.398000', '104129.401000', '104129.404000', '104129.407000', '104129.410000', '104129.413000', '104129.415000', '104129.418000', '104129.421000', '104129.424000', '104129.427000', '104129.430000', '104129.432000', '104129.435000', '104129.438000', '104129.441000', '104129.444000', '104129.447000', '104129.449000', '104149.317000', '104149.323000', '104149.326000', '104149.329000', '104149.332000', '104149.335000', '104149.338000', '104149.340000', '104149.343000', '104149.346000', '104149.349000', '104149.352000', '104149.355000', '104149.358000', '104149.360000', '104149.363000', '104149.366000', '104149.369000', '104149.372000', '104149.375000', '104149.392000', '104149.395000', '104149.398000', '104149.400000', '104149.403000', '104149.406000', '104149.409000', '104149.412000', '104149.415000', '104149.418000', '104149.421000', '104149.423000', '104149.426000', '104149.429000', '104149.432000', '104149.435000', '104149.438000', '104149.440000', '104149.444000', '104149.446000', '104149.449000', '104149.452000', '104149.455000', '104209.330000', '104209.333000', '104209.336000', '104209.339000', '104209.342000', '104209.345000', '104209.347000', '104209.350000', '104209.353000', '104209.356000', '104209.359000', '104209.362000', '104209.364000', '104209.367000', '104209.370000', '104209.373000', '104209.376000', '104209.379000', '104209.382000', '104209.384000', '104209.387000', '104209.390000', '104209.393000', '104209.396000', '104209.399000', '104209.402000', '104209.404000', '104209.407000', '104209.410000', '104209.413000', '104209.416000', '104209.419000', '104209.421000', '104209.424000', '104209.427000', '104209.430000', '104209.433000', '104209.436000', '104209.439000', '104209.441000', '104209.444000', '104209.447000', '104209.450000', '104209.453000', '104229.317000', '104229.320000', '104229.323000', '104229.326000', '104229.329000', '104229.332000', '104229.334000', '104229.337000', '104229.340000', '104229.343000', '104229.349000', '104229.352000', '104229.355000', '104229.358000', '104229.361000', '104229.364000', '104229.367000', '104229.370000', '104229.372000', '104229.375000', '104229.378000', '104229.381000', '104229.384000', '104229.387000', '104229.389000', '104229.392000', '104229.395000', '104229.398000', '104229.401000', '104229.404000', '104229.407000', '104229.410000', '104229.412000', '104229.415000', '104229.418000', '104229.421000', '104229.424000', '104229.427000', '104229.430000', '104229.432000', '104229.435000', '104229.438000', '104229.441000', '104249.317000', '104249.320000', '104249.323000', '104249.325000', '104249.328000', '104249.331000', '104249.334000', '104249.337000', '104249.340000', '104249.343000', '104249.345000', '104249.348000', '104249.351000', '104249.354000', '104249.357000', '104249.360000', '104249.363000', '104249.366000', '104249.368000', '104249.371000', '104249.374000', '104249.377000', '104249.380000', '104249.383000', '104249.386000', '104249.388000', '104249.391000', '104249.394000', '104249.397000', '104249.400000', '104249.403000', '104249.406000', '104249.409000', '104249.411000', '104249.414000', '104249.417000', '104249.420000', '104249.423000', '104249.426000', '104249.428000', '104249.431000', '104249.434000', '104249.437000', '104249.440000', '104309.317000', '104309.320000', '104309.323000', '104309.325000', '104309.328000', '104309.331000', '104309.334000', '104309.337000', '104309.340000', '104309.343000', '104309.346000', '104309.348000', '104309.351000', '104309.354000', '104309.357000', '104309.360000', '104309.363000', '104309.366000', '104309.369000', '104309.371000', '104309.374000', '104309.377000', '104309.380000', '104309.383000', '104309.386000', '104309.389000', '104309.391000', '104309.394000', '104309.397000', '104309.400000', '104309.403000', '104309.406000', '104309.409000', '104309.411000', '104309.414000', '104309.417000', '104309.420000', '104309.423000', '104309.425000', '104309.428000', '104309.431000', '104309.434000', '104309.437000', '104329.316000', '104329.319000', '104329.322000', '104329.325000', '104329.327000', '104329.330000', '104329.333000', '104329.336000', '104329.339000', '104329.342000', '104329.344000', '104329.347000', '104329.350000', '104329.353000', '104329.356000', '104329.359000', '104329.362000', '104329.365000', '104329.368000', '104329.370000', '104329.373000', '104329.376000', '104329.379000', '104329.382000', '104329.385000', '104329.400000', '104329.403000', '104329.406000', '104329.409000', '104329.412000', '104329.415000', '104329.418000', '104329.420000', '104329.423000', '104329.426000', '104329.429000', '104329.432000', '104329.435000', '104329.437000', '104329.440000', '104329.443000', '104329.446000', '104329.449000', '104329.452000', '104349.317000', '104349.320000', '104349.323000', '104349.326000', '104349.329000', '104349.332000', '104349.334000', '104349.337000', '104349.340000', '104349.343000', '104349.346000', '104349.349000', '104349.352000', '104349.355000', '104349.357000', '104349.360000', '104349.363000', '104349.366000', '104349.369000', '104349.372000', '104349.375000', '104349.378000', '104349.381000', '104349.384000', '104349.387000', '104349.390000', '104349.393000', '104349.396000', '104349.398000', '104349.401000', '104349.404000', '104349.407000', '104349.410000', '104349.413000', '104349.415000', '104349.418000', '104349.421000', '104349.424000', '104349.427000', '104349.430000', '104349.433000', '104349.436000', '104349.439000', '104409.317000', '104409.320000', '104409.323000', '104409.326000', '104409.328000', '104409.331000', '104409.334000', '104409.337000', '104409.340000', '104409.343000', '104409.346000', '104409.348000', '104409.351000', '104409.354000', '104409.357000', '104409.360000', '104409.363000', '104409.365000', '104409.368000', '104409.371000', '104409.374000', '104409.377000', '104409.380000', '104409.383000', '104409.386000', '104409.389000', '104409.392000', '104409.395000', '104409.398000', '104409.401000', '104409.404000', '104409.406000', '104409.409000', '104409.412000', '104409.415000', '104409.418000', '104409.421000', '104409.423000', '104409.426000', '104409.429000', '104409.432000', '104409.435000', '104409.438000', '104409.441000', '104429.317000', '104429.320000', '104429.323000', '104429.326000', '104429.329000', '104429.331000', '104429.334000', '104429.337000', '104429.340000', '104429.343000', '104429.346000', '104429.348000', '104429.351000', '104429.354000', '104429.357000', '104429.360000', '104429.363000', '104429.366000', '104429.368000', '104429.371000', '104429.374000', '104429.377000', '104429.380000', '104429.383000', '104429.386000', '104429.389000', '104429.391000', '104429.394000', '104429.397000', '104429.400000', '104429.406000', '104429.409000', '104429.412000', '104429.415000', '104429.418000', '104429.421000', '104429.424000', '104429.427000', '104429.429000', '104429.432000', '104429.435000', '104429.438000', '104429.441000', '104449.317000', '104449.320000', '104449.323000', '104449.326000', '104449.328000', '104449.331000', '104449.334000', '104449.337000', '104449.340000', '104449.343000', '104449.345000', '104449.348000', '104449.351000', '104449.354000', '104449.357000', '104449.360000', '104449.362000', '104449.365000', '104449.368000', '104449.371000', '104449.374000', '104449.377000', '104449.380000', '104449.382000', '104449.385000', '104449.388000', '104449.391000', '104449.394000', '104449.397000', '104449.400000', '104449.403000', '104449.405000', '104449.408000', '104449.411000', '104449.414000', '104449.417000', '104449.433000', '104449.443000', '104449.445000', '104449.448000', '104449.451000', '104449.454000', '104449.457000', '104449.460000', '104509.317000', '104509.320000', '104509.323000', '104509.326000', '104509.330000', '104509.333000', '104509.336000', '104509.339000', '104509.342000', '104509.345000', '104509.348000', '104509.352000', '104509.355000', '104509.357000', '104509.360000', '104509.363000', '104509.366000', '104509.369000', '104509.372000', '104509.375000', '104509.378000', '104509.380000', '104509.383000', '104509.386000', '104509.389000', '104509.392000', '104509.395000', '104509.398000', '104509.401000', '104509.404000', '104509.406000', '104509.409000', '104509.412000', '104509.415000', '104509.418000', '104509.421000', '104509.424000', '104509.427000', '104509.430000', '104509.433000', '104509.436000', '104509.439000', '104509.442000', '104529.317000', '104529.320000', '104529.323000', '104529.326000', '104529.329000', '104529.332000', '104529.334000', '104529.337000', '104529.340000', '104529.343000', '104529.346000', '104529.348000', '104529.351000', '104529.354000', '104529.357000', '104529.360000', '104529.363000', '104529.366000', '104529.368000', '104529.371000', '104529.374000', '104529.377000', '104529.380000', '104529.383000', '104529.386000', '104529.389000', '104529.391000', '104529.394000', '104529.397000', '104529.400000', '104529.403000', '104529.406000', '104529.409000', '104529.411000', '104529.414000', '104529.417000', '104529.420000', '104529.423000', '104529.426000', '104529.428000', '104529.431000', '104529.434000', '104529.437000', '104529.440000', '104549.316000', '104549.319000', '104549.322000', '104549.325000', '104549.328000', '104549.330000', '104549.333000', '104549.336000', '104549.339000', '104549.342000', '104549.345000', '104549.348000', '104549.350000', '104549.353000', '104549.356000', '104549.359000', '104549.362000', '104549.365000', '104549.368000', '104549.370000', '104549.373000', '104549.376000', '104549.379000', '104549.382000', '104549.385000', '104549.387000', '104549.390000', '104549.393000', '104549.396000', '104549.399000', '104549.402000', '104549.405000', '104549.408000', '104549.410000', '104549.413000', '104549.416000', '104549.419000', '104549.422000', '104549.425000', '104549.428000', '104549.430000', '104549.433000', '104549.436000', '104609.317000', '104609.320000', '104609.323000', '104609.326000', '104609.328000', '104609.331000', '104609.334000', '104609.337000', '104609.340000', '104609.343000', '104609.345000', '104609.349000', '104609.351000', '104609.354000', '104609.357000', '104609.360000', '104609.363000', '104609.365000', '104609.368000', '104609.371000', '104609.374000', '104609.377000', '104609.380000', '104609.383000', '104609.385000', '104609.388000', '104609.391000', '104609.394000', '104609.397000', '104609.400000', '104609.402000', '104609.405000', '104609.408000', '104609.411000', '104609.414000', '104609.417000', '104609.420000', '104609.423000', '104609.425000', '104609.428000', '104609.431000', '104609.434000', '104609.437000', '104609.440000', '104629.317000', '104629.320000', '104629.323000', '104629.326000', '104629.329000', '104629.332000', '104629.334000', '104629.337000', '104629.340000', '104629.343000', '104629.346000', '104629.349000', '104629.351000', '104629.354000', '104629.357000', '104629.360000', '104629.363000', '104629.366000', '104629.369000', '104629.372000', '104629.374000', '104629.377000', '104629.380000', '104629.383000', '104629.386000', '104629.390000', '104629.393000', '104629.396000', '104629.399000', '104629.402000', '104629.405000', '104629.407000', '104629.410000', '104629.413000', '104629.416000', '104629.419000', '104629.422000', '104629.425000', '104629.427000', '104629.430000', '104629.433000', '104629.436000', '104629.439000', '104649.317000', '104649.320000', '104649.323000', '104649.326000', '104649.328000', '104649.331000', '104649.334000', '104649.337000', '104649.340000', '104649.343000', '104649.346000', '104649.348000', '104649.351000', '104649.355000', '104649.358000', '104649.361000', '104649.364000', '104649.367000', '104649.370000', '104649.373000', '104649.375000', '104649.378000', '104649.381000', '104649.384000', '104649.387000', '104649.389000', '104649.392000', '104649.395000', '104649.398000', '104649.401000', '104649.404000', '104649.407000', '104649.410000', '104649.413000', '104649.415000', '104649.418000', '104649.421000', '104649.424000', '104649.427000', '104649.430000', '104649.432000', '104649.435000', '104649.438000', '104649.441000', '104709.317000', '104709.320000', '104709.323000', '104709.326000', '104709.329000', '104709.331000', '104709.334000', '104709.337000', '104709.340000', '104709.343000', '104709.346000', '104709.348000', '104709.351000', '104709.354000', '104709.357000', '104709.360000', '104709.363000', '104709.366000', '104709.369000', '104709.371000', '104709.374000', '104709.377000', '104709.380000', '104709.383000', '104709.386000', '104709.389000', '104709.391000', '104709.394000', '104709.397000', '104709.400000', '104709.403000', '104709.406000', '104709.408000', '104709.411000', '104709.414000', '104709.417000', '104709.420000', '104709.423000', '104709.425000', '104709.428000', '104709.431000', '104709.434000', '104709.437000', '104729.317000', '104729.320000', '104729.323000', '104729.326000', '104729.328000', '104729.332000', '104729.334000', '104729.337000', '104729.340000', '104729.343000', '104729.346000', '104729.349000', '104729.351000', '104729.355000', '104729.357000', '104729.360000', '104729.363000', '104729.366000', '104729.369000', '104729.372000', '104729.375000', '104729.378000', '104729.380000', '104729.383000', '104729.386000', '104729.389000', '104729.392000', '104729.395000', '104729.397000', '104729.401000', '104729.403000', '104729.406000', '104729.409000', '104729.412000', '104729.415000', '104729.418000', '104729.421000', '104729.424000', '104729.427000', '104729.429000', '104729.432000', '104729.435000', '104729.438000', '104729.454000', '104732.995000', '104733.000000', '104733.003000', '104733.006000', '104733.009000', '104733.012000', '104733.015000', '104733.018000'], '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], 'LargestImagePixelValue': [12594, 9293, 11875, 9031, 8977, 13694, 9019, 8848, 10613, 9343, 9950, 9429, 7621, 9166, 7911, 9062, 7401, 9158, 9103, 11354, 9730, 11209, 10096, 8957, 12490, 9012, 10565, 11692, 8763, 12372, 8820, 8677, 8648, 8815, 12305, 9183, 8681, 10220, 8821, 9460, 8666, 7359, 8120, 8585, 10194, 9030, 8687, 10448, 9113, 9807, 8894, 8877, 7984, 8824, 12963, 8826, 8761, 12250, 8998, 10655, 8437, 7157, 7990, 8589, 11055, 9018, 8743, 10942, 9164, 9624, 8988, 7951, 8545, 9149, 11663, 9154, 10411, 9577, 9304, 11598, 9428, 8668, 9393, 12713, 9700, 13540, 10515, 9857, 9522, 8349, 9190, 9229, 15200, 11626, 12444, 10183, 10285, 10533, 9001, 13006, 9376, 8697, 14545, 9075, 8698, 8688, 8692, 10456, 8808, 7681, 8235, 8792, 8250, 9082, 8570, 8072, 8853, 8029, 8901, 8558, 8011, 8713, 9243, 8918, 8752, 7909, 9387, 9596, 9103, 8506, 9243, 8673, 9720, 9477, 9104, 7795, 9270, 8510, 9689, 11349, 9830, 9986, 15151, 11637, 12856, 10767, 9838, 11595, 9836, 13884, 10083, 10440, 12663, 9592, 12935, 9313, 10525, 9016, 8748, 13404, 9020, 8745, 11353, 9122, 9130, 8734, 8664, 8288, 9043, 7880, 8604, 8717, 8576, 8893, 7815, 8262, 8606, 8542, 8797, 8548, 8323, 8866, 9189, 8952, 8246, 8410, 8643, 9309, 8623, 9267, 8613, 7411, 8151, 7442, 8220, 8709, 9638, 9445, 15197, 10384, 10418, 11613, 10082, 11224, 9215, 11631, 9527, 13642, 9540, 9263, 12377, 9491, 11791, 9381, 10298, 9466, 9100, 13878, 9620, 9385, 8996, 9242, 10792, 9336, 7459, 8915, 8903, 8443, 9180, 8238, 8957, 7966, 9208, 8012, 9120, 9435, 12889, 9675, 9154, 11155, 9275, 11759, 9127, 9520, 11073, 9238, 10583, 9349, 8823, 11164, 9232, 8802, 8920, 7382, 8756, 8887, 10821, 9181, 9415, 10241, 9491, 11662, 9566, 8913, 9466, 8973, 9556, 9503, 12256, 9699, 12068, 9531, 10612, 11298, 9762, 13510, 9726, 9509, 13522, 9432, 9595, 8715, 9106, 11793, 9506, 9078, 12245, 9641, 8613, 8555, 8762, 8546, 8765, 8611, 8086, 8880, 8898, 8956, 9048, 9169, 8977, 8576, 8564, 7327, 8792, 9057, 12373, 9151, 9041, 11906, 9646, 9459, 11772, 9276, 10420, 9172, 8979, 11760, 9575, 10657, 9857, 8714, 11349, 8864, 9991, 11358, 8610, 9370, 8737, 8886, 11466, 9051, 8586, 7951, 8682, 9400, 8905, 8542, 9524, 8790, 8581, 8424, 8715, 10914, 8832, 7896, 8318, 8581, 8925, 8622, 8583, 8433, 8492, 8336, 8663, 8922, 8784, 10620, 10270, 8788, 11944, 8819, 8888, 12310, 9458, 9908, 8599, 8831, 12501, 9289, 8885, 11306, 9095, 11281, 8374, 8733, 10006, 8784, 8788, 8295, 8733, 10370, 8767, 8595, 8844, 8881, 10783, 8663, 8699, 10511, 8983, 10644, 8832, 8690, 8052, 8755, 12123, 8792, 8980, 11540, 9064, 10783, 8303, 8947, 11887, 8908, 9388, 8343, 8902, 9503, 8922, 9570, 9301, 12247, 9366, 9114, 13314, 9983, 10595, 10927, 9162, 10060, 9337, 10005, 11370, 9280, 9310, 9003, 8958, 10928, 8840, 8328, 8941, 8548, 8143, 8931, 8490, 8589, 8474, 7866, 8740, 8230, 8638, 7960, 8308, 8772, 9365, 8756, 8824, 8116, 8766, 10612, 9012, 11868, 11377, 9033, 11014, 8834, 9013, 12292, 9312, 11546, 8784, 8838, 11781, 9359, 8823, 11076, 9063, 9935, 9183, 10183, 11226, 9237, 11559, 9341, 8692, 10503, 8883, 9009, 11282, 8857, 9623, 8431, 8818, 10343, 8679, 7871, 8210, 8736, 8147, 8745, 9803, 8899, 9111, 11683, 9333, 8790, 11624, 8863, 9634, 8997, 8667, 11546, 9275, 9129, 11390, 8844, 9856, 8612, 8699, 7935, 8664, 9190, 8955, 8613, 8115, 8897, 7854, 8540, 7834, 8477, 8634, 7632, 8527, 8346, 8339, 8552, 10352, 8538, 9509, 8165, 8440, 11045, 8644, 9401, 10784, 8559, 9648, 8266, 8001, 7995, 7574, 8250, 8672, 12724, 9126, 11976, 11911, 9811, 10696, 8897, 12988, 11850, 8891, 12723, 10951, 8801, 11430, 8757, 9103, 12177, 8874, 10921, 9028, 8904, 9500, 8626, 8625, 11470, 8831, 8333, 8942, 8479, 8515, 8819, 7936, 8381, 8655, 8360, 8945, 8008, 8910, 7973, 8361, 8762, 9661, 9043, 8012, 8442, 8943, 8195, 8983, 8204, 8839, 10009, 8570, 8707, 12940, 9021, 10791, 8783, 8844, 8469, 8811, 11902, 8830, 9574, 10884, 8865, 10548, 8722, 7919, 8533, 8905, 11082, 8734, 11293, 10858, 9103, 10170, 8793, 8669, 10483, 8865, 9194, 8720, 8526, 12589, 8639, 10414, 9046, 8791, 8980, 8833, 8654, 8134, 8739, 7756, 8422, 8696, 8163, 8533, 7810, 8714, 7713, 7879, 8480, 8072, 8421, 8314, 8745, 8199, 8974, 8028, 9316, 12602, 9594, 10422, 11927, 9744, 12036, 9423, 11092, 9394, 12607, 11157, 9693, 11019, 9958, 9138, 7782, 9402, 9623, 13330, 11057, 11985, 10168, 11062, 9225, 8880, 9487, 9562, 9447, 9378, 9687, 8970, 8753, 8948, 11460, 9303, 8785, 9019, 8743, 10538, 8738, 7691, 8632, 8503, 8328, 8718, 7945, 9214, 8257, 8728, 8501, 8182, 8741, 8063, 8696, 8726, 9129, 7875, 8996, 8846, 8276, 8863, 10251, 9031, 8887, 8856, 9004, 11167, 9434, 9015, 9021, 9077, 8862, 9322, 8038, 9031, 8921, 9013, 8274, 8512, 9284, 8076, 9559, 8160, 9140, 8581, 9495, 13266, 9788, 11958, 10817, 11618, 9693, 10961, 9228, 12043, 12483, 9908, 13885, 10528, 12222, 9218, 10822, 9127, 9830, 12497, 9282, 10757, 9476, 8896, 8980, 8800, 9513, 9445, 8633, 9109, 9464, 8130, 9516, 9091, 9172, 9188, 9031, 9386, 7883, 9295, 8360, 9311, 8920, 8999, 9043, 9082, 9508, 11216, 9497, 9982, 11802, 10146, 10866, 9250, 8711, 9307, 9163, 12909, 9232, 11850, 10319, 9173, 10814, 9356, 8661, 10405, 9174, 8465, 9417, 8748, 8952, 9449, 8577, 9038, 9342, 7963, 9394, 7745, 8979, 8975, 8529, 9294, 8754, 9141, 9341, 7819, 9484, 9162, 9068, 9352, 8584, 9460, 7729, 9417, 7919, 9322, 7842, 9308, 7902, 9331, 9495, 12857, 9896, 9670, 12390, 9963, 9903, 9472, 10624, 12024, 9371, 11743, 9648, 9463, 12773, 9485, 8127, 9557, 9182, 8987, 9255, 8604, 9766, 8776, 9713, 8789, 9453, 8807, 9485, 11711, 11714, 10509, 11405, 9550, 9628, 9231, 9413, 13248, 10316, 10051, 11705, 8868, 11782, 9224, 9091, 8701, 9058, 8276, 9040, 9105, 7639, 9268, 8832, 8492, 9295, 8672, 8850, 8973, 8837, 9139, 8489, 8619, 9232, 7954, 9010, 8800, 8820, 9194, 7766, 9286, 8522, 8978, 7953, 8843, 8157, 9447, 8562, 9082, 8338, 9239, 8375, 9397, 12458, 9877, 12878, 9653, 9961, 9969, 14591, 11499, 12460, 11008, 11375, 10469, 9573, 9102, 10015, 14943, 10055, 11535, 9280, 10825, 9545, 7795, 9606, 10016, 9530, 10139, 10907, 9692, 9126, 10128, 7726, 10044, 8047, 9855, 9789, 9199, 9748, 8803, 9922, 9051, 10034, 11318, 9630, 9608, 13728, 9556, 9609, 9135, 9519, 8915, 9413, 8094, 8825, 8685, 10084, 8899, 7737, 9011, 8724, 8855, 8819, 7844, 8958, 8994, 8951, 9254, 8838, 9149, 9462, 9243, 9069, 11273, 9361, 10327, 9497, 9078, 8909, 9528, 10894, 9369, 10086, 9970, 9535, 9182, 8253, 9202, 10027, 12306, 9981, 10056, 9536, 8713, 9481, 8336, 10085, 10030, 12361, 10134, 12251, 9674, 11126, 9635, 9953, 8938, 10112, 11773, 10195, 9379, 9302, 9571, 9827, 10058, 8616, 9409, 9508, 9958, 9896, 8858, 9254, 9090, 8310, 9157, 8716, 9001, 9092, 8064, 9530, 8922, 9142, 9729, 8171, 9501, 8973, 9182, 9480, 8716, 9763, 8291, 9884, 8283, 9833, 8750, 9559, 10440, 9500, 9833, 12763, 10348, 11993, 10295], 'WindowCenter': [4537.0, 4472.0, 4499.0, 4458.0, 4456.0, 4493.0, 4441.0, 4440.0, 4458.0, 4440.0, 4449.0, 4440.0, 4411.0, 4467.0, 4446.0, 4466.0, 4423.0, 4454.0, 4456.0, 4483.0, 4467.0, 4498.0, 4464.0, 4444.0, 4481.0, 4442.0, 4463.0, 4468.0, 4430.0, 4468.0, 4429.0, 4419.0, 4417.0, 4429.0, 4469.0, 4451.0, 4431.0, 4450.0, 4442.0, 4450.0, 4430.0, 4399.0, 4420.0, 4443.0, 4461.0, 4456.0, 4445.0, 4472.0, 4457.0, 4477.0, 4467.0, 4455.0, 4422.0, 4444.0, 4493.0, 4454.0, 4445.0, 4484.0, 4456.0, 4475.0, 4445.0, 4404.0, 4433.0, 4456.0, 4486.0, 4456.0, 4457.0, 4475.0, 4469.0, 4479.0, 4480.0, 4449.0, 4457.0, 4477.0, 4495.0, 4466.0, 4486.0, 4476.0, 4478.0, 4497.0, 4468.0, 4455.0, 4477.0, 4506.0, 4465.0, 4507.0, 4487.0, 4477.0, 4453.0, 4448.0, 4453.0, 4452.0, 4501.0, 4483.0, 4484.0, 4449.0, 4438.0, 4434.0, 4416.0, 4467.0, 4415.0, 4405.0, 4462.0, 4402.0, 4402.0, 4403.0, 4414.0, 4432.0, 4402.0, 4382.0, 4390.0, 4415.0, 4405.0, 4416.0, 4417.0, 4405.0, 4429.0, 4419.0, 4441.0, 4430.0, 4408.0, 4428.0, 4438.0, 4439.0, 4442.0, 4433.0, 4477.0, 4476.0, 4478.0, 4454.0, 4476.0, 4467.0, 4490.0, 4490.0, 4481.0, 4460.0, 4490.0, 4469.0, 4478.0, 4498.0, 4487.0, 4474.0, 4514.0, 4496.0, 4506.0, 4472.0, 4465.0, 4483.0, 4451.0, 4492.0, 4448.0, 4472.0, 4492.0, 4450.0, 4467.0, 4426.0, 4447.0, 4415.0, 4416.0, 4465.0, 4415.0, 4405.0, 4443.0, 4425.0, 4424.0, 4404.0, 4404.0, 4392.0, 4427.0, 4407.0, 4416.0, 4416.0, 4415.0, 4427.0, 4408.0, 4419.0, 4430.0, 4428.0, 4441.0, 4431.0, 4444.0, 4455.0, 4453.0, 4453.0, 4432.0, 4444.0, 4454.0, 4452.0, 4443.0, 4463.0, 4455.0, 4437.0, 4457.0, 4436.0, 4455.0, 4456.0, 4475.0, 4476.0, 4515.0, 4474.0, 4475.0, 4483.0, 4463.0, 4470.0, 4441.0, 4469.0, 4440.0, 4491.0, 4438.0, 4441.0, 4468.0, 4438.0, 4457.0, 4427.0, 4437.0, 4426.0, 4426.0, 4465.0, 4438.0, 4427.0, 4427.0, 4426.0, 4443.0, 4424.0, 4384.0, 4413.0, 4425.0, 4417.0, 4450.0, 4430.0, 4441.0, 4419.0, 4451.0, 4422.0, 4452.0, 4466.0, 4492.0, 4451.0, 4442.0, 4471.0, 4441.0, 4458.0, 4439.0, 4440.0, 4457.0, 4429.0, 4447.0, 4426.0, 4429.0, 4470.0, 4464.0, 4453.0, 4442.0, 4424.0, 4443.0, 4453.0, 4472.0, 4455.0, 4467.0, 4477.0, 4478.0, 4496.0, 4464.0, 4456.0, 4466.0, 4454.0, 4464.0, 4477.0, 4497.0, 4467.0, 4495.0, 4455.0, 4475.0, 4473.0, 4476.0, 4506.0, 4451.0, 4454.0, 4492.0, 4441.0, 4441.0, 4419.0, 4430.0, 4468.0, 4450.0, 4441.0, 4480.0, 4451.0, 4443.0, 4443.0, 4432.0, 4428.0, 4431.0, 4442.0, 4432.0, 4455.0, 4442.0, 4441.0, 4452.0, 4453.0, 4467.0, 4457.0, 4457.0, 4426.0, 4458.0, 4481.0, 4506.0, 4455.0, 4455.0, 4484.0, 4455.0, 4467.0, 4485.0, 4454.0, 4461.0, 4440.0, 4440.0, 4470.0, 4451.0, 4461.0, 4462.0, 4445.0, 4472.0, 4441.0, 4451.0, 4458.0, 4429.0, 4441.0, 4431.0, 4441.0, 4470.0, 4443.0, 4443.0, 4421.0, 4431.0, 4439.0, 4441.0, 4432.0, 4450.0, 4442.0, 4432.0, 4432.0, 4446.0, 4474.0, 4455.0, 4423.0, 4432.0, 4445.0, 4455.0, 4454.0, 4444.0, 4446.0, 4458.0, 4457.0, 4459.0, 4456.0, 4457.0, 4477.0, 4475.0, 4447.0, 4498.0, 4455.0, 4458.0, 4485.0, 4455.0, 4453.0, 4432.0, 4443.0, 4480.0, 4441.0, 4443.0, 4461.0, 4443.0, 4485.0, 4444.0, 4443.0, 4450.0, 4431.0, 4432.0, 4432.0, 4444.0, 4463.0, 4456.0, 4446.0, 4454.0, 4455.0, 4473.0, 4444.0, 4446.0, 4474.0, 4457.0, 4476.0, 4456.0, 4446.0, 4434.0, 4446.0, 4495.0, 4445.0, 4455.0, 4485.0, 4457.0, 4475.0, 4444.0, 4454.0, 4483.0, 4455.0, 4454.0, 4446.0, 4467.0, 4467.0, 4468.0, 4466.0, 4469.0, 4510.0, 4466.0, 4456.0, 4495.0, 4464.0, 4476.0, 4474.0, 4443.0, 4439.0, 4429.0, 4450.0, 4457.0, 4427.0, 4428.0, 4428.0, 4430.0, 4448.0, 4428.0, 4407.0, 4428.0, 4429.0, 4418.0, 4440.0, 4429.0, 4444.0, 4445.0, 4433.0, 4444.0, 4431.0, 4445.0, 4445.0, 4444.0, 4456.0, 4455.0, 4471.0, 4471.0, 4460.0, 4459.0, 4476.0, 4457.0, 4498.0, 4485.0, 4445.0, 4475.0, 4445.0, 4445.0, 4483.0, 4441.0, 4471.0, 4419.0, 4443.0, 4483.0, 4442.0, 4454.0, 4472.0, 4441.0, 4449.0, 4440.0, 4463.0, 4471.0, 4440.0, 4483.0, 4441.0, 4431.0, 4448.0, 4428.0, 4429.0, 4446.0, 4442.0, 4452.0, 4417.0, 4428.0, 4436.0, 4429.0, 4421.0, 4431.0, 4431.0, 4421.0, 4443.0, 4453.0, 4442.0, 4443.0, 4472.0, 4454.0, 4445.0, 4472.0, 4431.0, 4439.0, 4428.0, 4418.0, 4457.0, 4428.0, 4428.0, 4457.0, 4430.0, 4450.0, 4429.0, 4418.0, 4406.0, 4429.0, 4439.0, 4429.0, 4429.0, 4409.0, 4454.0, 4434.0, 4454.0, 4422.0, 4433.0, 4443.0, 4423.0, 4445.0, 4445.0, 4445.0, 4458.0, 4487.0, 4457.0, 4466.0, 4446.0, 4447.0, 4485.0, 4445.0, 4466.0, 4484.0, 4456.0, 4477.0, 4459.0, 4448.0, 4447.0, 4437.0, 4458.0, 4470.0, 4509.0, 4469.0, 4500.0, 4499.0, 4468.0, 4465.0, 4444.0, 4483.0, 4460.0, 4429.0, 4469.0, 4447.0, 4428.0, 4459.0, 4418.0, 4417.0, 4444.0, 4414.0, 4435.0, 4403.0, 4414.0, 4423.0, 4403.0, 4416.0, 4455.0, 4426.0, 4404.0, 4414.0, 4405.0, 4404.0, 4416.0, 4406.0, 4416.0, 4429.0, 4420.0, 4442.0, 4420.0, 4440.0, 4420.0, 4420.0, 4442.0, 4451.0, 4442.0, 4423.0, 4445.0, 4457.0, 4446.0, 4456.0, 4434.0, 4456.0, 4466.0, 4456.0, 4458.0, 4496.0, 4458.0, 4487.0, 4446.0, 4444.0, 4432.0, 4456.0, 4485.0, 4443.0, 4452.0, 4461.0, 4455.0, 4475.0, 4456.0, 4434.0, 4444.0, 4454.0, 4472.0, 4443.0, 4485.0, 4474.0, 4444.0, 4464.0, 4456.0, 4456.0, 4463.0, 4442.0, 4440.0, 4430.0, 4431.0, 4479.0, 4431.0, 4461.0, 4442.0, 4443.0, 4440.0, 4441.0, 4430.0, 4409.0, 4430.0, 4411.0, 4431.0, 4442.0, 4433.0, 4444.0, 4422.0, 4443.0, 4423.0, 4433.0, 4456.0, 4445.0, 4459.0, 4457.0, 4470.0, 4460.0, 4481.0, 4460.0, 4481.0, 4522.0, 4481.0, 4492.0, 4500.0, 4468.0, 4485.0, 4455.0, 4472.0, 4442.0, 4481.0, 4459.0, 4440.0, 4459.0, 4439.0, 4438.0, 4408.0, 4428.0, 4438.0, 4477.0, 4460.0, 4469.0, 4448.0, 4446.0, 4426.0, 4414.0, 4425.0, 4425.0, 4438.0, 4440.0, 4437.0, 4415.0, 4403.0, 4415.0, 4443.0, 4413.0, 4403.0, 4402.0, 4405.0, 4434.0, 4405.0, 4383.0, 4404.0, 4405.0, 4393.0, 4415.0, 4395.0, 4439.0, 4419.0, 4431.0, 4431.0, 4421.0, 4432.0, 4421.0, 4444.0, 4443.0, 4456.0, 4436.0, 4456.0, 4470.0, 4460.0, 4471.0, 4478.0, 4457.0, 4457.0, 4457.0, 4469.0, 4499.0, 4470.0, 4469.0, 4471.0, 4482.0, 4471.0, 4470.0, 4448.0, 4468.0, 4467.0, 4468.0, 4460.0, 4469.0, 4481.0, 4450.0, 4492.0, 4462.0, 4493.0, 4472.0, 4492.0, 4520.0, 4491.0, 4501.0, 4490.0, 4489.0, 4468.0, 4477.0, 4455.0, 4485.0, 4482.0, 4465.0, 4494.0, 4453.0, 4460.0, 4431.0, 4449.0, 4429.0, 4440.0, 4470.0, 4429.0, 4450.0, 4439.0, 4418.0, 4404.0, 4405.0, 4413.0, 4414.0, 4406.0, 4415.0, 4427.0, 4407.0, 4451.0, 4430.0, 4426.0, 4427.0, 4416.0, 4427.0, 4407.0, 4440.0, 4432.0, 4453.0, 4454.0, 4444.0, 4456.0, 4468.0, 4479.0, 4487.0, 4455.0, 4467.0, 4497.0, 4476.0, 4475.0, 4443.0, 4431.0, 4442.0, 4442.0, 4481.0, 4431.0, 4471.0, 4439.0, 4442.0, 4462.0, 4441.0, 4418.0, 4435.0, 4426.0, 4407.0, 4415.0, 4417.0, 4417.0, 4438.0, 4419.0, 4428.0, 4441.0, 4421.0, 4442.0, 4410.0, 4428.0, 4431.0, 4419.0, 4442.0, 4443.0, 4442.0, 4454.0, 4425.0, 4467.0, 4467.0, 4454.0, 4455.0, 4443.0, 4465.0, 4435.0, 4468.0, 4460.0, 4482.0, 4462.0, 4482.0, 4464.0, 4481.0, 4481.0, 4511.0, 4469.0, 4482.0, 4510.0, 4480.0, 4467.0, 4455.0, 4476.0, 4484.0, 4444.0, 4485.0, 4453.0, 4466.0, 4494.0, 4454.0, 4411.0, 4440.0, 4441.0, 4429.0, 4442.0, 4442.0, 4465.0, 4455.0, 4466.0, 4445.0, 4467.0, 4455.0, 4465.0, 4496.0, 4485.0, 4477.0, 4476.0, 4454.0, 4443.0, 4441.0, 4431.0, 4470.0, 4438.0, 4440.0, 4457.0, 4418.0, 4457.0, 4427.0, 4430.0, 4416.0, 4415.0, 4394.0, 4402.0, 4414.0, 4384.0, 4414.0, 4416.0, 4405.0, 4439.0, 4430.0, 4440.0, 4440.0, 4428.0, 4439.0, 4431.0, 4430.0, 4442.0, 4422.0, 4443.0, 4454.0, 4442.0, 4454.0, 4425.0, 4467.0, 4468.0, 4468.0, 4458.0, 4469.0, 4460.0, 4491.0, 4473.0, 4472.0, 4474.0, 4493.0, 4474.0, 4507.0, 4535.0, 4494.0, 4510.0, 4480.0, 4467.0, 4478.0, 4516.0, 4485.0, 4497.0, 4476.0, 4485.0, 4463.0, 4443.0, 4430.0, 4440.0, 4488.0, 4439.0, 4460.0, 4430.0, 4449.0, 4428.0, 4399.0, 4427.0, 4438.0, 4426.0, 4449.0, 4450.0, 4441.0, 4428.0, 4439.0, 4398.0, 4439.0, 4409.0, 4439.0, 4440.0, 4441.0, 4442.0, 4430.0, 4441.0, 4430.0, 4451.0, 4461.0, 4453.0, 4453.0, 4480.0, 4442.0, 4453.0, 4442.0, 4441.0, 4418.0, 4429.0, 4398.0, 4419.0, 4431.0, 4462.0, 4443.0, 4411.0, 4430.0, 4433.0, 4441.0, 4443.0, 4421.0, 4444.0, 4456.0, 4456.0, 4467.0, 4457.0, 4470.0, 4482.0, 4471.0, 4460.0, 4488.0, 4471.0, 4493.0, 4469.0, 4457.0, 4445.0, 4455.0, 4463.0, 4443.0, 4475.0, 4466.0, 4465.0, 4455.0, 4435.0, 4454.0, 4465.0, 4483.0, 4464.0, 4467.0, 4468.0, 4458.0, 4456.0, 4434.0, 4465.0, 4468.0, 4484.0, 4463.0, 4485.0, 4455.0, 4474.0, 4441.0, 4453.0, 4429.0, 4462.0, 4472.0, 4451.0, 4431.0, 4428.0, 4441.0, 4439.0, 4440.0, 4420.0, 4440.0, 4440.0, 4438.0, 4440.0, 4432.0, 4441.0, 4431.0, 4418.0, 4439.0, 4430.0, 4429.0, 4442.0, 4422.0, 4453.0, 4455.0, 4456.0, 4468.0, 4446.0, 4467.0, 4456.0, 4467.0, 4479.0, 4457.0, 4490.0, 4471.0, 4504.0, 4473.0, 4503.0, 4483.0, 4494.0, 4502.0, 4480.0, 4493.0, 4523.0, 4503.0, 4500.0, 4491.0], 'WindowWidth': [9946.0, 9843.0, 9872.0, 9814.0, 9808.0, 9850.0, 9776.0, 9774.0, 9795.0, 9773.0, 9784.0, 9774.0, 9737.0, 9827.0, 9797.0, 9822.0, 9759.0, 9801.0, 9806.0, 9840.0, 9823.0, 9869.0, 9812.0, 9785.0, 9829.0, 9779.0, 9809.0, 9807.0, 9759.0, 9807.0, 9755.0, 9740.0, 9734.0, 9755.0, 9810.0, 9791.0, 9762.0, 9785.0, 9779.0, 9787.0, 9760.0, 9717.0, 9745.0, 9785.0, 9806.0, 9807.0, 9790.0, 9820.0, 9809.0, 9838.0, 9824.0, 9802.0, 9753.0, 9785.0, 9850.0, 9800.0, 9789.0, 9841.0, 9808.0, 9830.0, 9789.0, 9733.0, 9770.0, 9806.0, 9846.0, 9807.0, 9811.0, 9829.0, 9828.0, 9846.0, 9850.0, 9804.0, 9813.0, 9839.0, 9861.0, 9823.0, 9851.0, 9838.0, 9843.0, 9865.0, 9827.0, 9809.0, 9839.0, 9877.0, 9819.0, 9882.0, 9854.0, 9837.0, 9798.0, 9799.0, 9797.0, 9794.0, 9860.0, 9837.0, 9842.0, 9784.0, 9764.0, 9753.0, 9732.0, 9803.0, 9726.0, 9714.0, 9787.0, 9705.0, 9705.0, 9707.0, 9727.0, 9744.0, 9706.0, 9678.0, 9687.0, 9729.0, 9715.0, 9731.0, 9735.0, 9717.0, 9755.0, 9745.0, 9777.0, 9760.0, 9726.0, 9755.0, 9767.0, 9773.0, 9782.0, 9774.0, 9842.0, 9839.0, 9844.0, 9806.0, 9838.0, 9828.0, 9867.0, 9867.0, 9855.0, 9827.0, 9867.0, 9834.0, 9843.0, 9871.0, 9855.0, 9832.0, 9890.0, 9866.0, 9878.0, 9824.0, 9818.0, 9838.0, 9791.0, 9849.0, 9783.0, 9823.0, 9850.0, 9789.0, 9805.0, 9747.0, 9776.0, 9729.0, 9734.0, 9797.0, 9729.0, 9714.0, 9763.0, 9743.0, 9739.0, 9713.0, 9712.0, 9693.0, 9752.0, 9724.0, 9732.0, 9734.0, 9731.0, 9749.0, 9729.0, 9743.0, 9759.0, 9755.0, 9777.0, 9764.0, 9788.0, 9805.0, 9796.0, 9797.0, 9767.0, 9789.0, 9803.0, 9795.0, 9786.0, 9814.0, 9807.0, 9787.0, 9817.0, 9786.0, 9809.0, 9809.0, 9833.0, 9835.0, 9891.0, 9831.0, 9832.0, 9841.0, 9811.0, 9815.0, 9778.0, 9811.0, 9772.0, 9846.0, 9767.0, 9775.0, 9809.0, 9767.0, 9790.0, 9750.0, 9763.0, 9746.0, 9749.0, 9798.0, 9766.0, 9749.0, 9749.0, 9747.0, 9766.0, 9741.0, 9687.0, 9727.0, 9746.0, 9739.0, 9791.0, 9764.0, 9778.0, 9745.0, 9789.0, 9753.0, 9794.0, 9820.0, 9849.0, 9789.0, 9779.0, 9816.0, 9774.0, 9790.0, 9768.0, 9771.0, 9788.0, 9753.0, 9777.0, 9748.0, 9756.0, 9814.0, 9814.0, 9797.0, 9781.0, 9763.0, 9784.0, 9799.0, 9820.0, 9803.0, 9824.0, 9839.0, 9843.0, 9862.0, 9815.0, 9809.0, 9821.0, 9798.0, 9815.0, 9836.0, 9865.0, 9824.0, 9858.0, 9802.0, 9827.0, 9824.0, 9835.0, 9876.0, 9789.0, 9798.0, 9850.0, 9775.0, 9774.0, 9741.0, 9758.0, 9807.0, 9785.0, 9776.0, 9826.0, 9790.0, 9786.0, 9784.0, 9765.0, 9754.0, 9762.0, 9780.0, 9767.0, 9806.0, 9781.0, 9778.0, 9796.0, 9801.0, 9828.0, 9813.0, 9813.0, 9768.0, 9816.0, 9851.0, 9877.0, 9802.0, 9804.0, 9842.0, 9801.0, 9822.0, 9846.0, 9801.0, 9805.0, 9772.0, 9774.0, 9816.0, 9789.0, 9802.0, 9807.0, 9790.0, 9821.0, 9777.0, 9788.0, 9791.0, 9754.0, 9775.0, 9764.0, 9776.0, 9813.0, 9784.0, 9784.0, 9751.0, 9764.0, 9771.0, 9775.0, 9765.0, 9786.0, 9779.0, 9767.0, 9767.0, 9793.0, 9827.0, 9802.0, 9756.0, 9768.0, 9791.0, 9803.0, 9801.0, 9785.0, 9794.0, 9813.0, 9813.0, 9818.0, 9808.0, 9810.0, 9836.0, 9829.0, 9795.0, 9867.0, 9803.0, 9813.0, 9844.0, 9801.0, 9796.0, 9763.0, 9781.0, 9829.0, 9776.0, 9782.0, 9803.0, 9784.0, 9843.0, 9787.0, 9782.0, 9787.0, 9763.0, 9768.0, 9766.0, 9786.0, 9811.0, 9807.0, 9794.0, 9800.0, 9803.0, 9823.0, 9788.0, 9793.0, 9827.0, 9810.0, 9833.0, 9808.0, 9791.0, 9773.0, 9792.0, 9858.0, 9789.0, 9803.0, 9844.0, 9809.0, 9832.0, 9787.0, 9801.0, 9838.0, 9802.0, 9801.0, 9795.0, 9825.0, 9823.0, 9825.0, 9821.0, 9829.0, 9888.0, 9820.0, 9804.0, 9858.0, 9814.0, 9835.0, 9829.0, 9781.0, 9769.0, 9753.0, 9784.0, 9790.0, 9749.0, 9751.0, 9754.0, 9758.0, 9779.0, 9751.0, 9720.0, 9752.0, 9758.0, 9741.0, 9774.0, 9758.0, 9787.0, 9791.0, 9771.0, 9786.0, 9765.0, 9791.0, 9793.0, 9788.0, 9806.0, 9804.0, 9837.0, 9837.0, 9822.0, 9817.0, 9834.0, 9809.0, 9867.0, 9841.0, 9788.0, 9830.0, 9789.0, 9790.0, 9836.0, 9776.0, 9814.0, 9743.0, 9782.0, 9835.0, 9779.0, 9799.0, 9821.0, 9776.0, 9783.0, 9773.0, 9809.0, 9818.0, 9772.0, 9838.0, 9777.0, 9764.0, 9780.0, 9753.0, 9754.0, 9773.0, 9782.0, 9792.0, 9736.0, 9752.0, 9761.0, 9757.0, 9749.0, 9763.0, 9765.0, 9749.0, 9782.0, 9795.0, 9780.0, 9784.0, 9821.0, 9799.0, 9788.0, 9822.0, 9761.0, 9768.0, 9750.0, 9739.0, 9791.0, 9750.0, 9751.0, 9790.0, 9760.0, 9786.0, 9757.0, 9737.0, 9718.0, 9756.0, 9769.0, 9757.0, 9757.0, 9729.0, 9800.0, 9774.0, 9803.0, 9754.0, 9770.0, 9785.0, 9757.0, 9790.0, 9790.0, 9792.0, 9816.0, 9852.0, 9813.0, 9821.0, 9793.0, 9796.0, 9843.0, 9789.0, 9820.0, 9841.0, 9808.0, 9837.0, 9817.0, 9801.0, 9799.0, 9785.0, 9814.0, 9833.0, 9885.0, 9828.0, 9875.0, 9871.0, 9826.0, 9815.0, 9783.0, 9836.0, 9799.0, 9752.0, 9809.0, 9774.0, 9751.0, 9796.0, 9740.0, 9734.0, 9766.0, 9725.0, 9753.0, 9706.0, 9723.0, 9736.0, 9708.0, 9732.0, 9785.0, 9747.0, 9712.0, 9726.0, 9716.0, 9712.0, 9731.0, 9721.0, 9733.0, 9757.0, 9748.0, 9779.0, 9746.0, 9774.0, 9746.0, 9745.0, 9779.0, 9788.0, 9778.0, 9754.0, 9791.0, 9810.0, 9794.0, 9806.0, 9774.0, 9805.0, 9821.0, 9807.0, 9812.0, 9860.0, 9815.0, 9851.0, 9792.0, 9785.0, 9767.0, 9807.0, 9845.0, 9781.0, 9793.0, 9804.0, 9804.0, 9829.0, 9806.0, 9775.0, 9785.0, 9800.0, 9820.0, 9783.0, 9843.0, 9826.0, 9785.0, 9814.0, 9808.0, 9806.0, 9808.0, 9777.0, 9772.0, 9759.0, 9763.0, 9824.0, 9761.0, 9803.0, 9781.0, 9784.0, 9774.0, 9775.0, 9759.0, 9727.0, 9760.0, 9735.0, 9762.0, 9781.0, 9772.0, 9788.0, 9754.0, 9784.0, 9760.0, 9771.0, 9808.0, 9795.0, 9819.0, 9815.0, 9835.0, 9823.0, 9853.0, 9823.0, 9853.0, 9911.0, 9851.0, 9865.0, 9875.0, 9825.0, 9843.0, 9802.0, 9822.0, 9778.0, 9829.0, 9799.0, 9773.0, 9799.0, 9772.0, 9768.0, 9728.0, 9752.0, 9768.0, 9821.0, 9801.0, 9813.0, 9781.0, 9773.0, 9746.0, 9725.0, 9742.0, 9744.0, 9768.0, 9773.0, 9762.0, 9729.0, 9708.0, 9728.0, 9761.0, 9720.0, 9708.0, 9704.0, 9715.0, 9751.0, 9713.0, 9679.0, 9709.0, 9713.0, 9695.0, 9728.0, 9702.0, 9767.0, 9741.0, 9762.0, 9765.0, 9749.0, 9764.0, 9747.0, 9785.0, 9784.0, 9804.0, 9777.0, 9804.0, 9830.0, 9819.0, 9836.0, 9836.0, 9808.0, 9806.0, 9806.0, 9827.0, 9868.0, 9830.0, 9830.0, 9836.0, 9854.0, 9835.0, 9832.0, 9797.0, 9826.0, 9823.0, 9826.0, 9820.0, 9831.0, 9849.0, 9807.0, 9868.0, 9828.0, 9870.0, 9840.0, 9869.0, 9904.0, 9862.0, 9878.0, 9859.0, 9855.0, 9825.0, 9835.0, 9802.0, 9842.0, 9833.0, 9816.0, 9854.0, 9795.0, 9796.0, 9758.0, 9779.0, 9753.0, 9770.0, 9813.0, 9753.0, 9783.0, 9767.0, 9735.0, 9710.0, 9712.0, 9720.0, 9724.0, 9717.0, 9727.0, 9746.0, 9720.0, 9788.0, 9758.0, 9746.0, 9750.0, 9731.0, 9749.0, 9723.0, 9775.0, 9769.0, 9798.0, 9799.0, 9785.0, 9807.0, 9828.0, 9843.0, 9849.0, 9800.0, 9821.0, 9865.0, 9834.0, 9828.0, 9781.0, 9761.0, 9778.0, 9777.0, 9830.0, 9761.0, 9814.0, 9768.0, 9776.0, 9806.0, 9773.0, 9737.0, 9754.0, 9744.0, 9719.0, 9727.0, 9734.0, 9732.0, 9764.0, 9741.0, 9750.0, 9776.0, 9748.0, 9778.0, 9730.0, 9752.0, 9759.0, 9742.0, 9776.0, 9781.0, 9779.0, 9799.0, 9763.0, 9823.0, 9821.0, 9799.0, 9801.0, 9781.0, 9815.0, 9777.0, 9826.0, 9819.0, 9852.0, 9826.0, 9853.0, 9833.0, 9850.0, 9849.0, 9891.0, 9827.0, 9852.0, 9889.0, 9844.0, 9819.0, 9801.0, 9830.0, 9839.0, 9784.0, 9841.0, 9795.0, 9819.0, 9854.0, 9797.0, 9733.0, 9772.0, 9774.0, 9757.0, 9777.0, 9780.0, 9817.0, 9806.0, 9821.0, 9792.0, 9824.0, 9805.0, 9818.0, 9860.0, 9844.0, 9835.0, 9832.0, 9797.0, 9778.0, 9774.0, 9760.0, 9811.0, 9764.0, 9768.0, 9788.0, 9737.0, 9787.0, 9748.0, 9758.0, 9732.0, 9726.0, 9696.0, 9703.0, 9724.0, 9684.0, 9724.0, 9732.0, 9715.0, 9769.0, 9760.0, 9773.0, 9771.0, 9750.0, 9769.0, 9761.0, 9758.0, 9778.0, 9752.0, 9780.0, 9798.0, 9781.0, 9800.0, 9763.0, 9825.0, 9830.0, 9829.0, 9818.0, 9834.0, 9822.0, 9867.0, 9842.0, 9840.0, 9847.0, 9872.0, 9850.0, 9901.0, 9934.0, 9876.0, 9888.0, 9845.0, 9822.0, 9839.0, 9891.0, 9843.0, 9863.0, 9834.0, 9844.0, 9807.0, 9781.0, 9758.0, 9769.0, 9835.0, 9766.0, 9797.0, 9757.0, 9779.0, 9751.0, 9714.0, 9746.0, 9764.0, 9744.0, 9778.0, 9782.0, 9772.0, 9750.0, 9766.0, 9708.0, 9764.0, 9726.0, 9764.0, 9770.0, 9774.0, 9776.0, 9755.0, 9770.0, 9756.0, 9787.0, 9801.0, 9793.0, 9794.0, 9826.0, 9778.0, 9793.0, 9778.0, 9771.0, 9737.0, 9752.0, 9709.0, 9738.0, 9760.0, 9804.0, 9780.0, 9734.0, 9759.0, 9767.0, 9776.0, 9781.0, 9750.0, 9786.0, 9808.0, 9807.0, 9823.0, 9808.0, 9833.0, 9852.0, 9833.0, 9818.0, 9851.0, 9835.0, 9869.0, 9828.0, 9808.0, 9787.0, 9800.0, 9807.0, 9781.0, 9828.0, 9818.0, 9816.0, 9801.0, 9775.0, 9799.0, 9816.0, 9837.0, 9811.0, 9821.0, 9826.0, 9813.0, 9803.0, 9771.0, 9815.0, 9824.0, 9838.0, 9808.0, 9843.0, 9804.0, 9824.0, 9774.0, 9793.0, 9752.0, 9805.0, 9819.0, 9787.0, 9760.0, 9751.0, 9773.0, 9767.0, 9768.0, 9742.0, 9769.0, 9771.0, 9763.0, 9769.0, 9763.0, 9775.0, 9760.0, 9738.0, 9768.0, 9758.0, 9753.0, 9776.0, 9751.0, 9793.0, 9801.0, 9806.0, 9825.0, 9791.0, 9821.0, 9804.0, 9823.0, 9845.0, 9810.0, 9863.0, 9840.0, 9889.0, 9846.0, 9884.0, 9858.0, 9874.0, 9883.0, 9848.0, 9872.0, 9916.0, 9884.0, 9874.0, 9863.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.0011939085820895524</td></tr>
<tr><td colspan=3>aqi</td><td>0.03798644580223881</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.17756902698405</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1274189592903834</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9791606648739485</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>6697.3447</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11551106255417923</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.462686567164179</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6770230893792757</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.549227121039871</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0277977459934946</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.454044401104461</td></tr>
<tr><td colspan=3>gcor</td><td>0.0201587</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01689114049077034</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030908064916729927</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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.4797292466812815</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>33.4044</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5786</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307590.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>744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9464</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4831</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.2883</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.9603</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1138.2987</td></tr>
<tr><td colspan=3>tsnr</td><td>31.31683694710955</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>