<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-01/func/sub-0020_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>c6fbe90201c56d3416cd0abc81289a5a</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>11:00:37.882500</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.996315, -0.0521302, 0.0681143, 0.0400161, 0.984897, 0.168455]</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.0845889</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>44</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7777, -7223, 557, -70, -242, 110, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a6602f1-79ed-44ce-96fa-61e99230c5f9||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.673039436340332, 0.10736031085252762, 0.20484139025211334, 104.33385467529297], [0.13986144959926605, 2.6424059867858887, 0.44579288363456726, -108.28345489501953], [0.1827457994222641, -0.45195233821868896, 2.6550536155700684, -41.95502853393555], [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': ['110037.882500', '110038.342500', '110038.802500', '110039.262500', '110039.722500', '110040.182500', '110040.642500', '110041.102500', '110041.562500', '110042.022500', '110042.482500', '110042.942500', '110043.402500', '110043.862500', '110044.322500', '110044.782500', '110045.242500', '110045.702500', '110046.162500', '110046.622500', '110047.082500', '110047.542500', '110048.002500', '110048.462500', '110048.922500', '110049.382500', '110049.842500', '110050.302500', '110050.762500', '110051.222500', '110051.682500', '110052.142500', '110052.602500', '110053.062500', '110053.522500', '110053.982500', '110054.442500', '110054.902500', '110055.362500', '110055.822500', '110056.282500', '110056.742500', '110057.202500', '110057.662500', '110058.122500', '110058.582500', '110059.042500', '110059.502500', '110059.962500', '110100.422500', '110100.882500', '110101.342500', '110101.802500', '110102.262500', '110102.722500', '110103.182500', '110103.642500', '110104.102500', '110104.562500', '110105.022500', '110105.482500', '110105.942500', '110106.402500', '110106.862500', '110107.322500', '110107.782500', '110108.242500', '110108.702500', '110109.162500', '110109.622500', '110110.082500', '110110.542500', '110111.002500', '110111.462500', '110111.922500', '110112.382500', '110112.842500', '110113.302500', '110113.762500', '110114.222500', '110114.682500', '110115.142500', '110115.602500', '110116.062500', '110116.522500', '110116.982500', '110117.442500', '110117.902500', '110118.362500', '110118.822500', '110119.282500', '110119.742500', '110120.202500', '110120.662500', '110121.122500', '110121.582500', '110122.042500', '110122.502500', '110122.962500', '110123.422500', '110123.882500', '110124.342500', '110124.802500', '110125.262500', '110125.722500', '110126.182500', '110126.642500', '110127.102500', '110127.562500', '110128.022500', '110128.482500', '110128.942500', '110129.402500', '110129.862500', '110130.322500', '110130.782500', '110131.242500', '110131.702500', '110132.162500', '110132.622500', '110133.082500', '110133.542500', '110134.002500', '110134.462500', '110134.922500', '110135.382500', '110135.842500', '110136.302500', '110136.762500', '110137.222500', '110137.682500', '110138.142500', '110138.602500', '110139.062500', '110139.522500', '110139.982500', '110140.442500', '110140.902500', '110141.362500', '110141.822500', '110142.282500', '110142.742500', '110143.202500', '110143.662500', '110144.122500', '110144.582500', '110145.042500', '110145.502500', '110145.962500', '110146.422500', '110146.882500', '110147.342500', '110147.802500', '110148.262500', '110148.722500', '110149.182500', '110149.642500', '110150.102500', '110150.562500', '110151.022500', '110151.482500', '110151.942500', '110152.402500', '110152.862500', '110153.322500', '110153.782500', '110154.242500', '110154.702500', '110155.162500', '110155.622500', '110156.082500', '110156.542500', '110157.002500', '110157.462500', '110157.922500', '110158.382500', '110158.842500', '110159.302500', '110159.762500', '110200.222500', '110200.682500', '110201.142500', '110201.602500', '110202.062500', '110202.522500', '110202.982500', '110203.442500', '110203.902500', '110204.362500', '110204.822500', '110205.282500', '110205.742500', '110206.202500', '110206.662500', '110207.122500', '110207.582500', '110208.042500', '110208.502500', '110208.962500', '110209.422500', '110209.882500', '110210.342500', '110210.802500', '110211.262500', '110211.722500', '110212.182500', '110212.642500', '110213.102500', '110213.562500', '110214.022500', '110214.482500', '110214.942500', '110215.402500', '110215.862500', '110216.322500', '110216.782500', '110217.242500', '110217.702500', '110218.162500', '110218.622500', '110219.082500', '110219.542500', '110220.002500', '110220.462500', '110220.922500', '110221.382500', '110221.842500', '110222.302500', '110222.762500', '110223.222500', '110223.682500', '110224.142500', '110224.602500', '110225.062500', '110225.522500', '110225.982500', '110226.442500', '110226.902500', '110227.362500', '110227.822500', '110228.282500', '110228.742500', '110229.202500', '110229.662500', '110230.122500', '110230.582500', '110231.042500', '110231.502500', '110231.962500', '110232.422500', '110232.882500', '110233.342500', '110233.802500', '110234.262500', '110234.722500', '110235.182500', '110235.642500', '110236.102500', '110236.562500', '110237.022500', '110237.482500', '110237.942500', '110238.402500', '110238.862500', '110239.322500', '110239.782500', '110240.242500', '110240.702500', '110241.162500', '110241.622500', '110242.082500', '110242.542500', '110243.002500', '110243.462500', '110243.922500', '110244.382500', '110244.842500', '110245.302500', '110245.762500', '110246.222500', '110246.682500', '110247.142500', '110247.602500', '110248.062500', '110248.522500', '110248.982500', '110249.442500', '110249.902500', '110250.362500', '110250.822500', '110251.282500', '110251.742500', '110252.202500', '110252.662500', '110253.122500', '110253.582500', '110254.042500', '110254.502500', '110254.962500', '110255.422500', '110255.882500', '110256.342500', '110256.802500', '110257.262500', '110257.722500', '110258.182500', '110258.642500', '110259.102500', '110259.562500', '110300.022500', '110300.482500', '110300.942500', '110301.402500', '110301.862500', '110302.322500', '110302.782500', '110303.242500', '110303.702500', '110304.162500', '110304.622500', '110305.082500', '110305.542500', '110306.002500', '110306.462500', '110306.922500', '110307.382500', '110307.842500', '110308.302500', '110308.762500', '110309.222500', '110309.682500', '110310.142500', '110310.602500', '110311.062500', '110311.522500', '110311.982500', '110312.442500', '110312.902500', '110313.362500', '110313.822500', '110314.282500', '110314.742500', '110315.202500', '110315.662500', '110316.122500', '110316.582500', '110317.042500', '110317.502500', '110317.962500', '110318.422500', '110318.882500', '110319.342500', '110319.802500', '110320.262500', '110320.722500', '110321.182500', '110321.642500', '110322.102500', '110322.562500', '110323.022500', '110323.482500', '110323.942500', '110324.402500', '110324.862500', '110325.322500', '110325.782500', '110326.242500', '110326.702500', '110327.162500', '110327.622500', '110328.082500', '110328.542500', '110329.002500', '110329.462500', '110329.922500', '110330.382500', '110330.842500', '110331.302500', '110331.762500', '110332.222500', '110332.682500', '110333.142500', '110333.602500', '110334.062500', '110334.522500', '110334.982500', '110335.442500', '110335.902500', '110336.362500', '110336.822500', '110337.282500', '110337.742500', '110338.202500', '110338.662500', '110339.122500', '110339.582500', '110340.042500', '110340.502500', '110340.962500', '110341.422500', '110341.882500', '110342.342500', '110342.802500', '110343.262500', '110343.722500', '110344.182500', '110344.642500', '110345.102500', '110345.562500', '110346.022500', '110346.482500', '110346.942500', '110347.402500', '110347.862500', '110348.322500', '110348.782500', '110349.242500', '110349.702500', '110350.162500', '110350.622500', '110351.082500', '110351.542500', '110352.002500', '110352.462500', '110352.922500', '110353.382500', '110353.842500', '110354.302500', '110354.762500', '110355.222500', '110355.682500', '110356.142500', '110356.602500', '110357.062500', '110357.522500', '110357.982500', '110358.442500', '110358.902500', '110359.362500', '110359.822500', '110400.282500', '110400.742500', '110401.202500', '110401.662500', '110402.122500', '110402.582500', '110403.042500', '110403.502500', '110403.962500', '110404.422500', '110404.882500', '110405.342500', '110405.802500', '110406.262500', '110406.722500', '110407.182500', '110407.642500', '110408.102500', '110408.562500', '110409.022500', '110409.482500', '110409.942500', '110410.402500', '110410.862500', '110411.322500', '110411.782500', '110412.242500', '110412.702500', '110413.162500', '110413.622500', '110414.082500', '110414.542500', '110415.002500', '110415.462500', '110415.922500', '110416.382500', '110416.842500', '110417.302500', '110417.762500', '110418.222500', '110418.682500', '110419.142500', '110419.602500', '110420.062500', '110420.522500', '110420.982500', '110421.442500', '110421.902500', '110422.362500', '110422.822500', '110423.282500', '110423.742500', '110424.202500', '110424.662500', '110425.122500', '110425.582500', '110426.042500', '110426.502500', '110426.962500', '110427.422500', '110427.882500', '110428.342500', '110428.802500', '110429.262500', '110429.722500', '110430.182500', '110430.642500', '110431.102500', '110431.562500', '110432.022500', '110432.482500', '110432.942500', '110433.402500', '110433.862500', '110434.322500', '110434.782500', '110435.242500', '110435.702500', '110436.162500', '110436.622500', '110437.082500', '110437.542500', '110438.002500', '110438.462500', '110438.922500', '110439.382500', '110439.842500', '110440.302500', '110440.762500', '110441.222500', '110441.682500', '110442.142500', '110442.602500', '110443.062500', '110443.522500', '110443.982500', '110444.442500', '110444.902500', '110445.362500', '110445.822500', '110446.282500', '110446.742500', '110447.202500', '110447.662500', '110448.122500', '110448.582500', '110449.042500', '110449.502500', '110449.962500', '110450.422500', '110450.882500', '110451.342500', '110451.802500', '110452.262500', '110452.722500', '110453.182500', '110453.642500', '110454.102500', '110454.562500', '110455.022500', '110455.482500', '110455.942500', '110456.402500', '110456.862500', '110457.322500', '110457.782500', '110458.242500', '110458.702500', '110459.162500', '110459.622500', '110500.082500', '110500.542500', '110501.002500', '110501.462500', '110501.922500', '110502.382500', '110502.842500', '110503.302500', '110503.762500', '110504.222500', '110504.682500', '110505.142500', '110505.602500', '110506.062500', '110506.522500', '110506.982500', '110507.442500', '110507.902500', '110508.362500', '110508.822500', '110509.282500', '110509.742500', '110510.202500', '110510.662500', '110511.122500', '110511.582500', '110512.042500', '110512.502500', '110512.962500', '110513.422500', '110513.882500', '110514.342500', '110514.802500', '110515.262500', '110515.722500', '110516.182500', '110516.642500', '110517.102500', '110517.562500', '110518.022500', '110518.482500', '110518.942500', '110519.402500', '110519.862500', '110520.322500', '110520.782500', '110521.242500', '110521.702500', '110522.162500', '110522.622500', '110523.082500', '110523.542500', '110524.002500', '110524.462500', '110524.922500', '110525.382500', '110525.842500', '110526.302500', '110526.762500', '110527.222500', '110527.682500', '110528.142500', '110528.602500', '110529.062500', '110529.522500', '110529.982500', '110530.442500', '110530.902500', '110531.362500', '110531.822500', '110532.282500', '110532.742500', '110533.202500', '110533.662500', '110534.122500', '110534.582500', '110535.042500', '110535.502500', '110535.962500', '110536.422500', '110536.882500', '110537.342500', '110537.802500', '110538.262500', '110538.722500', '110539.182500', '110539.642500', '110540.102500', '110540.562500', '110541.022500', '110541.482500', '110541.942500', '110542.402500', '110542.862500', '110543.322500', '110543.782500', '110544.242500', '110544.702500', '110545.162500', '110545.622500', '110546.082500', '110546.542500', '110547.002500', '110547.462500', '110547.922500', '110548.382500', '110548.842500', '110549.302500', '110549.762500', '110550.222500', '110550.682500', '110551.142500', '110551.602500', '110552.062500', '110552.522500', '110552.982500', '110553.442500', '110553.902500', '110554.362500', '110554.822500', '110555.282500', '110555.742500', '110556.202500', '110556.662500', '110557.122500', '110557.582500', '110558.042500', '110558.502500', '110558.962500', '110559.422500', '110559.882500', '110600.342500', '110600.802500', '110601.262500', '110601.722500', '110602.182500', '110602.642500', '110603.102500', '110603.562500', '110604.022500', '110604.482500', '110604.942500', '110605.402500', '110605.862500', '110606.322500', '110606.782500', '110607.242500', '110607.702500', '110608.162500', '110608.622500', '110609.082500', '110609.542500', '110610.002500', '110610.462500', '110610.922500', '110611.382500', '110611.842500', '110612.302500', '110612.762500', '110613.222500', '110613.682500', '110614.142500', '110614.602500', '110615.062500', '110615.522500', '110615.982500', '110616.442500', '110616.902500', '110617.362500', '110617.822500', '110618.282500', '110618.742500', '110619.202500', '110619.662500', '110620.122500', '110620.582500', '110621.042500', '110621.502500', '110621.962500', '110622.422500', '110622.882500', '110623.342500', '110623.802500', '110624.262500', '110624.722500', '110625.182500', '110625.642500', '110626.102500', '110626.562500', '110627.022500', '110627.482500', '110627.942500', '110628.402500', '110628.862500', '110629.322500', '110629.782500', '110630.242500', '110630.702500', '110631.162500', '110631.622500', '110632.082500', '110632.542500', '110633.002500', '110633.462500', '110633.922500', '110634.382500', '110634.842500', '110635.302500', '110635.762500', '110636.222500', '110636.682500', '110637.142500', '110637.602500', '110638.062500', '110638.522500', '110638.982500', '110639.442500', '110639.902500', '110640.362500', '110640.822500', '110641.282500', '110641.742500', '110642.202500', '110642.662500', '110643.122500', '110643.582500', '110644.042500', '110644.502500', '110644.962500', '110645.422500', '110645.882500', '110646.342500', '110646.802500', '110647.262500', '110647.722500', '110648.182500', '110648.642500', '110649.102500', '110649.562500', '110650.022500', '110650.482500', '110650.942500', '110651.402500', '110651.862500', '110652.322500', '110652.782500', '110653.242500', '110653.702500', '110654.162500', '110654.622500', '110655.082500', '110655.542500', '110656.002500', '110656.462500', '110656.922500', '110657.382500', '110657.842500', '110658.302500', '110658.762500', '110659.222500', '110659.682500', '110700.142500', '110700.602500', '110701.062500', '110701.522500', '110701.982500', '110702.442500', '110702.902500', '110703.362500', '110703.822500', '110704.282500', '110704.742500', '110705.202500', '110705.662500', '110706.122500', '110706.582500', '110707.042500', '110707.502500', '110707.962500', '110708.422500', '110708.882500', '110709.342500', '110709.802500', '110710.262500', '110710.722500', '110711.182500', '110711.642500', '110712.102500', '110712.562500', '110713.022500', '110713.482500', '110713.942500', '110714.402500', '110714.862500', '110715.322500', '110715.782500', '110716.242500', '110716.702500', '110717.162500', '110717.622500', '110718.082500', '110718.542500', '110719.002500', '110719.462500', '110719.922500', '110720.382500', '110720.842500', '110721.302500', '110721.762500', '110722.222500', '110722.682500', '110723.142500', '110723.602500', '110724.062500', '110724.522500', '110724.982500', '110725.442500', '110725.902500', '110726.362500', '110726.822500', '110727.282500', '110727.742500', '110728.202500', '110728.662500', '110729.122500', '110729.582500', '110730.042500', '110730.502500', '110730.962500', '110731.422500', '110731.882500', '110732.342500', '110732.802500', '110733.262500', '110733.722500', '110734.182500', '110734.642500', '110735.102500', '110735.562500', '110736.022500', '110736.482500', '110736.942500', '110737.402500', '110737.862500', '110738.322500', '110738.782500', '110739.242500', '110739.702500', '110740.162500', '110740.622500', '110741.082500', '110741.542500', '110742.002500', '110742.462500', '110742.922500', '110743.382500', '110743.842500', '110744.302500', '110744.762500', '110745.222500', '110745.682500', '110746.142500', '110746.602500', '110747.062500', '110747.522500', '110747.982500', '110748.442500', '110748.902500', '110749.362500', '110749.822500', '110750.282500', '110750.742500', '110751.202500', '110751.662500', '110752.122500', '110752.582500', '110753.042500', '110753.502500', '110753.962500', '110754.422500', '110754.882500', '110755.342500', '110755.802500', '110756.262500', '110756.722500', '110757.182500', '110757.642500', '110758.102500', '110758.562500', '110759.022500', '110759.482500', '110759.942500', '110800.402500', '110800.862500', '110801.322500', '110801.782500', '110802.242500', '110802.702500', '110803.162500', '110803.622500', '110804.082500', '110804.542500', '110805.002500', '110805.462500', '110805.922500', '110806.382500', '110806.842500', '110807.302500', '110807.762500', '110808.222500', '110808.682500', '110809.142500', '110809.602500', '110810.062500', '110810.522500', '110810.982500', '110811.442500', '110811.902500', '110812.362500', '110812.822500', '110813.282500', '110813.742500', '110814.202500', '110814.662500', '110815.122500', '110815.582500', '110816.042500', '110816.502500', '110816.962500', '110817.422500', '110817.882500', '110818.342500', '110818.802500', '110819.262500', '110819.722500', '110820.182500', '110820.642500', '110821.102500', '110821.562500', '110822.022500', '110822.482500', '110822.942500', '110823.402500', '110823.862500', '110824.322500', '110824.782500', '110825.242500', '110825.702500', '110826.162500', '110826.622500', '110827.082500', '110827.542500', '110828.002500', '110828.462500', '110828.922500', '110829.382500', '110829.842500', '110830.302500', '110830.762500', '110831.222500', '110831.682500', '110832.142500', '110832.602500', '110833.062500', '110833.522500', '110833.982500', '110834.442500', '110834.902500', '110835.362500', '110835.822500', '110836.282500', '110836.742500', '110837.202500', '110837.662500', '110838.122500', '110838.582500', '110839.042500', '110839.502500', '110839.962500', '110840.422500', '110840.882500', '110841.342500', '110841.802500', '110842.262500', '110842.722500', '110843.182500', '110843.642500', '110844.102500', '110844.562500', '110845.022500', '110845.482500', '110845.942500', '110846.402500', '110846.862500', '110847.322500', '110847.782500', '110848.242500', '110848.702500', '110849.162500', '110849.622500', '110850.082500', '110850.542500', '110851.002500'], 'ContentTime': ['110103.510000', '110103.514000', '110103.517000', '110103.520000', '110103.523000', '110103.526000', '110103.528000', '110103.531000', '110103.534000', '110103.537000', '110103.540000', '110103.543000', '110103.546000', '110103.549000', '110103.552000', '110103.555000', '110103.557000', '110103.560000', '110103.563000', '110103.566000', '110103.569000', '110103.572000', '110103.575000', '110103.578000', '110103.581000', '110103.583000', '110103.586000', '110103.589000', '110103.592000', '110103.595000', '110103.598000', '110103.600000', '110103.603000', '110103.606000', '110103.609000', '110103.614000', '110103.617000', '110103.620000', '110103.623000', '110103.626000', '110103.628000', '110103.639000', '110103.642000', '110103.645000', '110103.648000', '110103.651000', '110103.654000', '110103.657000', '110103.659000', '110103.662000', '110103.665000', '110103.668000', '110103.671000', '110123.472000', '110123.475000', '110123.479000', '110123.482000', '110123.484000', '110123.487000', '110123.490000', '110123.493000', '110123.496000', '110123.498000', '110123.501000', '110123.504000', '110123.507000', '110123.510000', '110123.512000', '110123.515000', '110123.524000', '110123.527000', '110123.530000', '110123.533000', '110123.536000', '110123.539000', '110123.541000', '110123.544000', '110123.547000', '110123.550000', '110123.553000', '110123.556000', '110123.558000', '110123.561000', '110123.564000', '110123.567000', '110123.570000', '110123.573000', '110123.575000', '110123.578000', '110123.581000', '110123.584000', '110123.586000', '110123.589000', '110123.592000', '110123.595000', '110123.598000', '110143.472000', '110143.475000', '110143.478000', '110143.481000', '110143.483000', '110143.486000', '110143.489000', '110143.492000', '110143.495000', '110143.497000', '110143.500000', '110143.503000', '110143.506000', '110143.508000', '110143.511000', '110143.570000', '110143.573000', '110143.576000', '110143.578000', '110143.581000', '110143.584000', '110143.587000', '110143.590000', '110143.592000', '110143.595000', '110143.598000', '110143.601000', '110143.603000', '110143.606000', '110143.609000', '110143.612000', '110143.615000', '110143.617000', '110143.620000', '110143.623000', '110143.626000', '110143.628000', '110143.631000', '110143.634000', '110143.637000', '110143.640000', '110143.642000', '110143.645000', '110143.648000', '110203.472000', '110203.475000', '110203.478000', '110203.484000', '110203.487000', '110203.490000', '110203.493000', '110203.495000', '110203.498000', '110203.501000', '110203.504000', '110203.507000', '110203.509000', '110203.512000', '110203.515000', '110203.518000', '110203.521000', '110203.524000', '110203.526000', '110203.529000', '110203.532000', '110203.535000', '110203.538000', '110203.540000', '110203.543000', '110203.546000', '110203.549000', '110203.552000', '110203.557000', '110203.560000', '110203.563000', '110203.566000', '110203.569000', '110203.571000', '110203.574000', '110203.577000', '110203.580000', '110203.583000', '110203.585000', '110203.588000', '110203.591000', '110203.594000', '110203.596000', '110223.471000', '110223.474000', '110223.477000', '110223.479000', '110223.482000', '110223.485000', '110223.488000', '110223.491000', '110223.494000', '110223.496000', '110223.499000', '110223.502000', '110223.505000', '110223.508000', '110223.510000', '110223.513000', '110223.516000', '110223.519000', '110223.522000', '110223.524000', '110223.527000', '110223.530000', '110223.533000', '110223.536000', '110223.539000', '110223.541000', '110223.544000', '110223.547000', '110223.550000', '110223.553000', '110223.556000', '110223.558000', '110223.562000', '110223.564000', '110223.567000', '110223.570000', '110223.573000', '110223.576000', '110223.579000', '110223.581000', '110223.584000', '110223.587000', '110223.590000', '110223.608000', '110243.471000', '110243.474000', '110243.477000', '110243.479000', '110243.482000', '110243.485000', '110243.488000', '110243.491000', '110243.493000', '110243.496000', '110243.499000', '110243.502000', '110243.505000', '110243.507000', '110243.510000', '110243.514000', '110243.517000', '110243.520000', '110243.523000', '110243.526000', '110243.529000', '110243.536000', '110243.539000', '110243.542000', '110243.545000', '110243.548000', '110243.551000', '110243.554000', '110243.556000', '110243.559000', '110243.562000', '110243.565000', '110243.568000', '110243.571000', '110243.574000', '110243.576000', '110243.579000', '110243.582000', '110243.585000', '110243.588000', '110243.591000', '110243.594000', '110243.596000', '110303.471000', '110303.474000', '110303.477000', '110303.480000', '110303.482000', '110303.485000', '110303.488000', '110303.491000', '110303.494000', '110303.497000', '110303.499000', '110303.502000', '110303.505000', '110303.508000', '110303.511000', '110303.513000', '110303.516000', '110303.519000', '110303.522000', '110303.525000', '110303.528000', '110303.530000', '110303.533000', '110303.536000', '110303.539000', '110303.541000', '110303.544000', '110303.547000', '110303.550000', '110303.553000', '110303.556000', '110303.558000', '110303.561000', '110303.564000', '110303.567000', '110303.570000', '110303.573000', '110303.575000', '110303.578000', '110303.581000', '110303.584000', '110303.587000', '110303.589000', '110303.592000', '110323.472000', '110323.475000', '110323.478000', '110323.481000', '110323.483000', '110323.486000', '110323.489000', '110323.492000', '110323.495000', '110323.498000', '110323.500000', '110323.503000', '110323.506000', '110323.509000', '110323.512000', '110323.514000', '110323.517000', '110323.520000', '110323.523000', '110323.526000', '110323.528000', '110323.531000', '110323.539000', '110323.542000', '110323.544000', '110323.547000', '110323.550000', '110323.553000', '110323.556000', '110323.559000', '110323.562000', '110323.564000', '110323.567000', '110323.570000', '110323.573000', '110323.576000', '110323.578000', '110323.581000', '110323.584000', '110323.587000', '110323.590000', '110323.593000', '110323.595000', '110343.472000', '110343.475000', '110343.478000', '110343.481000', '110343.483000', '110343.486000', '110343.489000', '110343.492000', '110343.495000', '110343.497000', '110343.500000', '110343.503000', '110343.506000', '110343.509000', '110343.511000', '110343.514000', '110343.517000', '110343.520000', '110343.523000', '110343.525000', '110343.528000', '110343.531000', '110343.534000', '110343.537000', '110343.539000', '110343.542000', '110343.545000', '110343.548000', '110343.551000', '110343.554000', '110343.556000', '110343.559000', '110343.562000', '110343.565000', '110343.568000', '110343.571000', '110343.574000', '110343.577000', '110343.579000', '110343.583000', '110343.585000', '110343.588000', '110343.591000', '110343.594000', '110403.472000', '110403.475000', '110403.478000', '110403.481000', '110403.483000', '110403.486000', '110403.489000', '110403.502000', '110403.505000', '110403.508000', '110403.511000', '110403.514000', '110403.516000', '110403.519000', '110403.522000', '110403.525000', '110403.527000', '110403.530000', '110403.533000', '110403.536000', '110403.539000', '110403.541000', '110403.544000', '110403.547000', '110403.560000', '110403.563000', '110403.566000', '110403.568000', '110403.571000', '110403.574000', '110403.577000', '110403.580000', '110403.583000', '110403.586000', '110403.588000', '110403.591000', '110403.594000', '110403.597000', '110403.600000', '110403.603000', '110403.606000', '110403.609000', '110403.612000', '110423.472000', '110423.475000', '110423.478000', '110423.481000', '110423.483000', '110423.486000', '110423.489000', '110423.492000', '110423.495000', '110423.498000', '110423.500000', '110423.503000', '110423.506000', '110423.509000', '110423.512000', '110423.514000', '110423.517000', '110423.521000', '110423.524000', '110423.527000', '110423.530000', '110423.532000', '110423.535000', '110423.538000', '110423.541000', '110423.544000', '110423.547000', '110423.549000', '110423.552000', '110423.555000', '110423.558000', '110423.561000', '110423.564000', '110423.566000', '110423.569000', '110423.572000', '110423.575000', '110423.578000', '110423.581000', '110423.583000', '110423.586000', '110423.589000', '110423.592000', '110423.595000', '110443.471000', '110443.474000', '110443.477000', '110443.480000', '110443.482000', '110443.485000', '110443.488000', '110443.491000', '110443.494000', '110443.496000', '110443.499000', '110443.502000', '110443.505000', '110443.508000', '110443.511000', '110443.513000', '110443.516000', '110443.519000', '110443.522000', '110443.524000', '110443.527000', '110443.530000', '110443.533000', '110443.536000', '110443.538000', '110443.541000', '110443.544000', '110443.547000', '110443.550000', '110443.553000', '110443.555000', '110443.558000', '110443.561000', '110443.564000', '110443.567000', '110443.570000', '110443.573000', '110443.575000', '110443.578000', '110443.581000', '110443.584000', '110443.587000', '110443.590000', '110503.471000', '110503.474000', '110503.477000', '110503.480000', '110503.482000', '110503.485000', '110503.488000', '110503.491000', '110503.494000', '110503.497000', '110503.499000', '110503.502000', '110503.505000', '110503.508000', '110503.511000', '110503.513000', '110503.516000', '110503.519000', '110503.522000', '110503.525000', '110503.527000', '110503.530000', '110503.533000', '110503.536000', '110503.539000', '110503.542000', '110503.544000', '110503.547000', '110503.550000', '110503.553000', '110503.556000', '110503.558000', '110503.561000', '110503.564000', '110503.567000', '110503.570000', '110503.573000', '110503.575000', '110503.578000', '110503.581000', '110503.584000', '110503.587000', '110503.589000', '110503.592000', '110523.471000', '110523.474000', '110523.477000', '110523.480000', '110523.483000', '110523.486000', '110523.489000', '110523.491000', '110523.494000', '110523.497000', '110523.500000', '110523.503000', '110523.506000', '110523.509000', '110523.511000', '110523.514000', '110523.517000', '110523.520000', '110523.523000', '110523.526000', '110523.529000', '110523.531000', '110523.534000', '110523.537000', '110523.540000', '110523.543000', '110523.546000', '110523.548000', '110523.551000', '110523.554000', '110523.557000', '110523.560000', '110523.563000', '110523.565000', '110523.568000', '110523.571000', '110523.574000', '110523.577000', '110523.580000', '110523.582000', '110523.585000', '110523.588000', '110523.591000', '110543.472000', '110543.475000', '110543.478000', '110543.481000', '110543.483000', '110543.502000', '110543.505000', '110543.507000', '110543.510000', '110543.513000', '110543.516000', '110543.519000', '110543.522000', '110543.524000', '110543.527000', '110543.530000', '110543.533000', '110543.536000', '110543.538000', '110543.541000', '110543.544000', '110543.547000', '110543.550000', '110543.552000', '110543.555000', '110543.559000', '110543.562000', '110543.565000', '110543.568000', '110543.571000', '110543.573000', '110543.576000', '110543.579000', '110543.582000', '110543.585000', '110543.588000', '110543.591000', '110543.593000', '110543.596000', '110543.599000', '110543.602000', '110543.605000', '110543.607000', '110543.610000', '110603.472000', '110603.475000', '110603.478000', '110603.481000', '110603.484000', '110603.486000', '110603.489000', '110603.492000', '110603.495000', '110603.498000', '110603.500000', '110603.503000', '110603.506000', '110603.509000', '110603.512000', '110603.515000', '110603.517000', '110603.520000', '110603.523000', '110603.526000', '110603.531000', '110603.534000', '110603.537000', '110603.539000', '110603.542000', '110603.545000', '110603.548000', '110603.551000', '110603.553000', '110603.556000', '110603.559000', '110603.562000', '110603.565000', '110603.568000', '110603.571000', '110603.573000', '110603.576000', '110603.579000', '110603.582000', '110603.585000', '110603.587000', '110603.590000', '110603.593000', '110623.472000', '110623.475000', '110623.478000', '110623.481000', '110623.483000', '110623.486000', '110623.489000', '110623.492000', '110623.495000', '110623.498000', '110623.500000', '110623.503000', '110623.506000', '110623.509000', '110623.512000', '110623.514000', '110623.517000', '110623.520000', '110623.523000', '110623.526000', '110623.529000', '110623.531000', '110623.534000', '110623.537000', '110623.540000', '110623.543000', '110623.546000', '110623.548000', '110623.551000', '110623.554000', '110623.557000', '110623.560000', '110623.563000', '110623.565000', '110623.568000', '110623.571000', '110623.574000', '110623.577000', '110623.579000', '110623.582000', '110623.585000', '110623.588000', '110623.591000', '110643.472000', '110643.475000', '110643.478000', '110643.481000', '110643.484000', '110643.486000', '110643.489000', '110643.492000', '110643.495000', '110643.498000', '110643.500000', '110643.503000', '110643.506000', '110643.509000', '110643.512000', '110643.514000', '110643.517000', '110643.520000', '110643.523000', '110643.526000', '110643.529000', '110643.531000', '110643.534000', '110643.537000', '110643.540000', '110643.543000', '110643.546000', '110643.548000', '110643.551000', '110643.554000', '110643.557000', '110643.560000', '110643.563000', '110643.566000', '110643.568000', '110643.571000', '110643.574000', '110643.577000', '110643.580000', '110643.582000', '110643.585000', '110643.588000', '110643.591000', '110643.594000', '110703.471000', '110703.474000', '110703.477000', '110703.480000', '110703.483000', '110703.486000', '110703.489000', '110703.491000', '110703.494000', '110703.497000', '110703.500000', '110703.503000', '110703.505000', '110703.508000', '110703.511000', '110703.514000', '110703.533000', '110703.536000', '110703.538000', '110703.541000', '110703.544000', '110703.547000', '110703.550000', '110703.552000', '110703.555000', '110703.558000', '110703.561000', '110703.564000', '110703.566000', '110703.569000', '110703.572000', '110703.575000', '110703.578000', '110703.581000', '110703.583000', '110703.586000', '110703.589000', '110703.592000', '110703.595000', '110703.597000', '110703.600000', '110703.603000', '110703.606000', '110723.471000', '110723.474000', '110723.477000', '110723.480000', '110723.483000', '110723.486000', '110723.488000', '110723.491000', '110723.494000', '110723.497000', '110723.500000', '110723.503000', '110723.505000', '110723.508000', '110723.511000', '110723.514000', '110723.517000', '110723.520000', '110723.522000', '110723.525000', '110723.528000', '110723.531000', '110723.534000', '110723.537000', '110723.539000', '110723.542000', '110723.545000', '110723.548000', '110723.551000', '110723.553000', '110723.556000', '110723.559000', '110723.562000', '110723.565000', '110723.568000', '110723.571000', '110723.574000', '110723.576000', '110723.579000', '110723.582000', '110723.585000', '110723.587000', '110723.590000', '110723.593000', '110743.471000', '110743.474000', '110743.477000', '110743.480000', '110743.483000', '110743.486000', '110743.489000', '110743.492000', '110743.495000', '110743.500000', '110743.503000', '110743.506000', '110743.509000', '110743.512000', '110743.515000', '110743.518000', '110743.521000', '110743.523000', '110743.526000', '110743.529000', '110743.532000', '110743.535000', '110743.537000', '110743.541000', '110743.544000', '110743.547000', '110743.550000', '110743.552000', '110743.555000', '110743.558000', '110743.561000', '110743.564000', '110743.566000', '110743.569000', '110743.572000', '110743.575000', '110743.578000', '110743.581000', '110743.583000', '110743.586000', '110743.589000', '110743.592000', '110743.595000', '110803.472000', '110803.475000', '110803.478000', '110803.481000', '110803.483000', '110803.486000', '110803.489000', '110803.492000', '110803.495000', '110803.498000', '110803.500000', '110803.503000', '110803.506000', '110803.509000', '110803.512000', '110803.514000', '110803.517000', '110803.520000', '110803.523000', '110803.526000', '110803.528000', '110803.531000', '110803.534000', '110803.537000', '110803.540000', '110803.543000', '110803.545000', '110803.548000', '110803.551000', '110803.554000', '110803.557000', '110803.560000', '110803.562000', '110803.565000', '110803.568000', '110803.571000', '110803.574000', '110803.576000', '110803.579000', '110803.582000', '110803.585000', '110803.588000', '110803.591000', '110803.593000', '110823.472000', '110823.475000', '110823.478000', '110823.481000', '110823.484000', '110823.486000', '110823.489000', '110823.492000', '110823.495000', '110823.498000', '110823.500000', '110823.503000', '110823.506000', '110823.520000', '110823.523000', '110823.526000', '110823.529000', '110823.531000', '110823.534000', '110823.537000', '110823.540000', '110823.543000', '110823.545000', '110823.548000', '110823.551000', '110823.554000', '110823.557000', '110823.560000', '110823.563000', '110823.565000', '110823.568000', '110823.571000', '110823.574000', '110823.577000', '110823.580000', '110823.583000', '110823.586000', '110823.589000', '110823.591000', '110823.594000', '110823.597000', '110823.600000', '110823.603000', '110843.472000', '110843.475000', '110843.478000', '110843.481000', '110843.484000', '110843.487000', '110843.490000', '110843.492000', '110843.495000', '110843.498000', '110843.501000', '110843.504000', '110843.507000', '110843.510000', '110843.512000', '110843.515000', '110843.518000', '110843.521000', '110843.524000', '110843.526000', '110843.529000', '110843.532000', '110843.535000', '110843.538000', '110843.540000', '110843.543000', '110843.546000', '110843.549000', '110843.552000', '110843.554000', '110843.557000', '110843.560000', '110843.563000', '110843.566000', '110843.569000', '110843.572000', '110843.574000', '110843.577000', '110843.580000', '110843.583000', '110843.586000', '110843.589000', '110843.591000', '110843.594000', '110852.545000', '110852.549000', '110852.552000', '110852.555000', '110852.559000', '110852.562000', '110852.565000', '110852.568000', '110852.572000', '110852.575000', '110852.578000', '110852.581000', '110852.584000', '110852.587000', '110852.589000', '110852.592000', '110852.596000', '110852.599000', '110852.602000', '110852.606000'], 'InstanceCreationTime': ['110103.510000', '110103.514000', '110103.517000', '110103.520000', '110103.523000', '110103.526000', '110103.528000', '110103.531000', '110103.534000', '110103.537000', '110103.540000', '110103.543000', '110103.546000', '110103.549000', '110103.552000', '110103.555000', '110103.557000', '110103.560000', '110103.563000', '110103.566000', '110103.569000', '110103.572000', '110103.575000', '110103.578000', '110103.581000', '110103.583000', '110103.586000', '110103.589000', '110103.592000', '110103.595000', '110103.598000', '110103.600000', '110103.603000', '110103.606000', '110103.609000', '110103.614000', '110103.617000', '110103.620000', '110103.623000', '110103.626000', '110103.628000', '110103.639000', '110103.642000', '110103.645000', '110103.648000', '110103.651000', '110103.654000', '110103.657000', '110103.659000', '110103.662000', '110103.665000', '110103.668000', '110103.671000', '110123.472000', '110123.475000', '110123.479000', '110123.482000', '110123.484000', '110123.487000', '110123.490000', '110123.493000', '110123.496000', '110123.498000', '110123.501000', '110123.504000', '110123.507000', '110123.510000', '110123.512000', '110123.515000', '110123.524000', '110123.527000', '110123.530000', '110123.533000', '110123.536000', '110123.539000', '110123.541000', '110123.544000', '110123.547000', '110123.550000', '110123.553000', '110123.556000', '110123.558000', '110123.561000', '110123.564000', '110123.567000', '110123.570000', '110123.573000', '110123.575000', '110123.578000', '110123.581000', '110123.584000', '110123.586000', '110123.589000', '110123.592000', '110123.595000', '110123.598000', '110143.472000', '110143.475000', '110143.478000', '110143.481000', '110143.483000', '110143.486000', '110143.489000', '110143.492000', '110143.495000', '110143.497000', '110143.500000', '110143.503000', '110143.506000', '110143.508000', '110143.511000', '110143.570000', '110143.573000', '110143.576000', '110143.578000', '110143.581000', '110143.584000', '110143.587000', '110143.590000', '110143.592000', '110143.595000', '110143.598000', '110143.601000', '110143.603000', '110143.606000', '110143.609000', '110143.612000', '110143.615000', '110143.617000', '110143.620000', '110143.623000', '110143.626000', '110143.628000', '110143.631000', '110143.634000', '110143.637000', '110143.640000', '110143.642000', '110143.645000', '110143.648000', '110203.472000', '110203.475000', '110203.478000', '110203.484000', '110203.487000', '110203.490000', '110203.493000', '110203.495000', '110203.498000', '110203.501000', '110203.504000', '110203.507000', '110203.509000', '110203.512000', '110203.515000', '110203.518000', '110203.521000', '110203.524000', '110203.526000', '110203.529000', '110203.532000', '110203.535000', '110203.538000', '110203.540000', '110203.543000', '110203.546000', '110203.549000', '110203.552000', '110203.557000', '110203.560000', '110203.563000', '110203.566000', '110203.569000', '110203.571000', '110203.574000', '110203.577000', '110203.580000', '110203.583000', '110203.585000', '110203.588000', '110203.591000', '110203.594000', '110203.596000', '110223.471000', '110223.474000', '110223.477000', '110223.479000', '110223.482000', '110223.485000', '110223.488000', '110223.491000', '110223.494000', '110223.496000', '110223.499000', '110223.502000', '110223.505000', '110223.508000', '110223.510000', '110223.513000', '110223.516000', '110223.519000', '110223.522000', '110223.524000', '110223.527000', '110223.530000', '110223.533000', '110223.536000', '110223.539000', '110223.541000', '110223.544000', '110223.547000', '110223.550000', '110223.553000', '110223.556000', '110223.558000', '110223.562000', '110223.564000', '110223.567000', '110223.570000', '110223.573000', '110223.576000', '110223.579000', '110223.581000', '110223.584000', '110223.587000', '110223.590000', '110223.608000', '110243.471000', '110243.474000', '110243.477000', '110243.479000', '110243.482000', '110243.485000', '110243.488000', '110243.491000', '110243.493000', '110243.496000', '110243.499000', '110243.502000', '110243.505000', '110243.507000', '110243.510000', '110243.514000', '110243.517000', '110243.520000', '110243.523000', '110243.526000', '110243.529000', '110243.536000', '110243.539000', '110243.542000', '110243.545000', '110243.548000', '110243.551000', '110243.554000', '110243.556000', '110243.559000', '110243.562000', '110243.565000', '110243.568000', '110243.571000', '110243.574000', '110243.576000', '110243.579000', '110243.582000', '110243.585000', '110243.588000', '110243.591000', '110243.594000', '110243.596000', '110303.471000', '110303.474000', '110303.477000', '110303.480000', '110303.482000', '110303.485000', '110303.488000', '110303.491000', '110303.494000', '110303.497000', '110303.499000', '110303.502000', '110303.505000', '110303.508000', '110303.511000', '110303.513000', '110303.516000', '110303.519000', '110303.522000', '110303.525000', '110303.528000', '110303.530000', '110303.533000', '110303.536000', '110303.539000', '110303.541000', '110303.544000', '110303.547000', '110303.550000', '110303.553000', '110303.556000', '110303.558000', '110303.561000', '110303.564000', '110303.567000', '110303.570000', '110303.573000', '110303.575000', '110303.578000', '110303.581000', '110303.584000', '110303.587000', '110303.589000', '110303.592000', '110323.472000', '110323.475000', '110323.478000', '110323.481000', '110323.483000', '110323.486000', '110323.489000', '110323.492000', '110323.495000', '110323.498000', '110323.500000', '110323.503000', '110323.506000', '110323.509000', '110323.512000', '110323.514000', '110323.517000', '110323.520000', '110323.523000', '110323.526000', '110323.528000', '110323.531000', '110323.539000', '110323.542000', '110323.544000', '110323.547000', '110323.550000', '110323.553000', '110323.556000', '110323.559000', '110323.562000', '110323.564000', '110323.567000', '110323.570000', '110323.573000', '110323.576000', '110323.578000', '110323.581000', '110323.584000', '110323.587000', '110323.590000', '110323.593000', '110323.595000', '110343.472000', '110343.475000', '110343.478000', '110343.481000', '110343.483000', '110343.486000', '110343.489000', '110343.492000', '110343.495000', '110343.497000', '110343.500000', '110343.503000', '110343.506000', '110343.509000', '110343.511000', '110343.514000', '110343.517000', '110343.520000', '110343.523000', '110343.525000', '110343.528000', '110343.531000', '110343.534000', '110343.537000', '110343.539000', '110343.542000', '110343.545000', '110343.548000', '110343.551000', '110343.554000', '110343.556000', '110343.559000', '110343.562000', '110343.565000', '110343.568000', '110343.571000', '110343.574000', '110343.577000', '110343.579000', '110343.583000', '110343.585000', '110343.588000', '110343.591000', '110343.594000', '110403.472000', '110403.475000', '110403.478000', '110403.481000', '110403.483000', '110403.486000', '110403.489000', '110403.502000', '110403.505000', '110403.508000', '110403.511000', '110403.514000', '110403.516000', '110403.519000', '110403.522000', '110403.525000', '110403.527000', '110403.530000', '110403.533000', '110403.536000', '110403.539000', '110403.541000', '110403.544000', '110403.547000', '110403.560000', '110403.563000', '110403.566000', '110403.568000', '110403.571000', '110403.574000', '110403.577000', '110403.580000', '110403.583000', '110403.586000', '110403.588000', '110403.591000', '110403.594000', '110403.597000', '110403.600000', '110403.603000', '110403.606000', '110403.609000', '110403.612000', '110423.472000', '110423.475000', '110423.478000', '110423.481000', '110423.483000', '110423.486000', '110423.489000', '110423.492000', '110423.495000', '110423.498000', '110423.500000', '110423.503000', '110423.506000', '110423.509000', '110423.512000', '110423.514000', '110423.517000', '110423.521000', '110423.524000', '110423.527000', '110423.530000', '110423.532000', '110423.535000', '110423.538000', '110423.541000', '110423.544000', '110423.547000', '110423.549000', '110423.552000', '110423.555000', '110423.558000', '110423.561000', '110423.564000', '110423.566000', '110423.569000', '110423.572000', '110423.575000', '110423.578000', '110423.581000', '110423.583000', '110423.586000', '110423.589000', '110423.592000', '110423.595000', '110443.471000', '110443.474000', '110443.477000', '110443.480000', '110443.482000', '110443.485000', '110443.488000', '110443.491000', '110443.494000', '110443.496000', '110443.499000', '110443.502000', '110443.505000', '110443.508000', '110443.511000', '110443.513000', '110443.516000', '110443.519000', '110443.522000', '110443.524000', '110443.527000', '110443.530000', '110443.533000', '110443.536000', '110443.538000', '110443.541000', '110443.544000', '110443.547000', '110443.550000', '110443.553000', '110443.555000', '110443.558000', '110443.561000', '110443.564000', '110443.567000', '110443.570000', '110443.573000', '110443.575000', '110443.578000', '110443.581000', '110443.584000', '110443.587000', '110443.590000', '110503.471000', '110503.474000', '110503.477000', '110503.480000', '110503.482000', '110503.485000', '110503.488000', '110503.491000', '110503.494000', '110503.497000', '110503.499000', '110503.502000', '110503.505000', '110503.508000', '110503.511000', '110503.513000', '110503.516000', '110503.519000', '110503.522000', '110503.525000', '110503.527000', '110503.530000', '110503.533000', '110503.536000', '110503.539000', '110503.542000', '110503.544000', '110503.547000', '110503.550000', '110503.553000', '110503.556000', '110503.558000', '110503.561000', '110503.564000', '110503.567000', '110503.570000', '110503.573000', '110503.575000', '110503.578000', '110503.581000', '110503.584000', '110503.587000', '110503.589000', '110503.592000', '110523.471000', '110523.474000', '110523.477000', '110523.480000', '110523.483000', '110523.486000', '110523.489000', '110523.491000', '110523.494000', '110523.497000', '110523.500000', '110523.503000', '110523.506000', '110523.509000', '110523.511000', '110523.514000', '110523.517000', '110523.520000', '110523.523000', '110523.526000', '110523.529000', '110523.531000', '110523.534000', '110523.537000', '110523.540000', '110523.543000', '110523.546000', '110523.548000', '110523.551000', '110523.554000', '110523.557000', '110523.560000', '110523.563000', '110523.565000', '110523.568000', '110523.571000', '110523.574000', '110523.577000', '110523.580000', '110523.582000', '110523.585000', '110523.588000', '110523.591000', '110543.472000', '110543.475000', '110543.478000', '110543.481000', '110543.483000', '110543.502000', '110543.505000', '110543.507000', '110543.510000', '110543.513000', '110543.516000', '110543.519000', '110543.522000', '110543.524000', '110543.527000', '110543.530000', '110543.533000', '110543.536000', '110543.538000', '110543.541000', '110543.544000', '110543.547000', '110543.550000', '110543.552000', '110543.555000', '110543.559000', '110543.562000', '110543.565000', '110543.568000', '110543.571000', '110543.573000', '110543.576000', '110543.579000', '110543.582000', '110543.585000', '110543.588000', '110543.591000', '110543.593000', '110543.596000', '110543.599000', '110543.602000', '110543.605000', '110543.607000', '110543.610000', '110603.472000', '110603.475000', '110603.478000', '110603.481000', '110603.484000', '110603.486000', '110603.489000', '110603.492000', '110603.495000', '110603.498000', '110603.500000', '110603.503000', '110603.506000', '110603.509000', '110603.512000', '110603.515000', '110603.517000', '110603.520000', '110603.523000', '110603.526000', '110603.531000', '110603.534000', '110603.537000', '110603.539000', '110603.542000', '110603.545000', '110603.548000', '110603.551000', '110603.553000', '110603.556000', '110603.559000', '110603.562000', '110603.565000', '110603.568000', '110603.571000', '110603.573000', '110603.576000', '110603.579000', '110603.582000', '110603.585000', '110603.587000', '110603.590000', '110603.593000', '110623.472000', '110623.475000', '110623.478000', '110623.481000', '110623.483000', '110623.486000', '110623.489000', '110623.492000', '110623.495000', '110623.498000', '110623.500000', '110623.503000', '110623.506000', '110623.509000', '110623.512000', '110623.514000', '110623.517000', '110623.520000', '110623.523000', '110623.526000', '110623.529000', '110623.531000', '110623.534000', '110623.537000', '110623.540000', '110623.543000', '110623.546000', '110623.548000', '110623.551000', '110623.554000', '110623.557000', '110623.560000', '110623.563000', '110623.565000', '110623.568000', '110623.571000', '110623.574000', '110623.577000', '110623.579000', '110623.582000', '110623.585000', '110623.588000', '110623.591000', '110643.472000', '110643.475000', '110643.478000', '110643.481000', '110643.484000', '110643.486000', '110643.489000', '110643.492000', '110643.495000', '110643.498000', '110643.500000', '110643.503000', '110643.506000', '110643.509000', '110643.512000', '110643.514000', '110643.517000', '110643.520000', '110643.523000', '110643.526000', '110643.529000', '110643.531000', '110643.534000', '110643.537000', '110643.540000', '110643.543000', '110643.546000', '110643.548000', '110643.551000', '110643.554000', '110643.557000', '110643.560000', '110643.563000', '110643.566000', '110643.568000', '110643.571000', '110643.574000', '110643.577000', '110643.580000', '110643.582000', '110643.585000', '110643.588000', '110643.591000', '110643.594000', '110703.471000', '110703.474000', '110703.477000', '110703.480000', '110703.483000', '110703.486000', '110703.489000', '110703.491000', '110703.494000', '110703.497000', '110703.500000', '110703.503000', '110703.505000', '110703.508000', '110703.511000', '110703.514000', '110703.533000', '110703.536000', '110703.538000', '110703.541000', '110703.544000', '110703.547000', '110703.550000', '110703.552000', '110703.555000', '110703.558000', '110703.561000', '110703.564000', '110703.566000', '110703.569000', '110703.572000', '110703.575000', '110703.578000', '110703.581000', '110703.583000', '110703.586000', '110703.589000', '110703.592000', '110703.595000', '110703.597000', '110703.600000', '110703.603000', '110703.606000', '110723.471000', '110723.474000', '110723.477000', '110723.480000', '110723.483000', '110723.486000', '110723.488000', '110723.491000', '110723.494000', '110723.497000', '110723.500000', '110723.503000', '110723.505000', '110723.508000', '110723.511000', '110723.514000', '110723.517000', '110723.520000', '110723.522000', '110723.525000', '110723.528000', '110723.531000', '110723.534000', '110723.537000', '110723.539000', '110723.542000', '110723.545000', '110723.548000', '110723.551000', '110723.553000', '110723.556000', '110723.559000', '110723.562000', '110723.565000', '110723.568000', '110723.571000', '110723.574000', '110723.576000', '110723.579000', '110723.582000', '110723.585000', '110723.587000', '110723.590000', '110723.593000', '110743.471000', '110743.474000', '110743.477000', '110743.480000', '110743.483000', '110743.486000', '110743.489000', '110743.492000', '110743.495000', '110743.500000', '110743.503000', '110743.506000', '110743.509000', '110743.512000', '110743.515000', '110743.518000', '110743.521000', '110743.523000', '110743.526000', '110743.529000', '110743.532000', '110743.535000', '110743.537000', '110743.541000', '110743.544000', '110743.547000', '110743.550000', '110743.552000', '110743.555000', '110743.558000', '110743.561000', '110743.564000', '110743.566000', '110743.569000', '110743.572000', '110743.575000', '110743.578000', '110743.581000', '110743.583000', '110743.586000', '110743.589000', '110743.592000', '110743.595000', '110803.472000', '110803.475000', '110803.478000', '110803.481000', '110803.483000', '110803.486000', '110803.489000', '110803.492000', '110803.495000', '110803.498000', '110803.500000', '110803.503000', '110803.506000', '110803.509000', '110803.512000', '110803.514000', '110803.517000', '110803.520000', '110803.523000', '110803.526000', '110803.528000', '110803.531000', '110803.534000', '110803.537000', '110803.540000', '110803.543000', '110803.545000', '110803.548000', '110803.551000', '110803.554000', '110803.557000', '110803.560000', '110803.562000', '110803.565000', '110803.568000', '110803.571000', '110803.574000', '110803.576000', '110803.579000', '110803.582000', '110803.585000', '110803.588000', '110803.591000', '110803.593000', '110823.472000', '110823.475000', '110823.478000', '110823.481000', '110823.484000', '110823.486000', '110823.489000', '110823.492000', '110823.495000', '110823.498000', '110823.500000', '110823.503000', '110823.506000', '110823.520000', '110823.523000', '110823.526000', '110823.529000', '110823.531000', '110823.534000', '110823.537000', '110823.540000', '110823.543000', '110823.545000', '110823.548000', '110823.551000', '110823.554000', '110823.557000', '110823.560000', '110823.563000', '110823.565000', '110823.568000', '110823.571000', '110823.574000', '110823.577000', '110823.580000', '110823.583000', '110823.586000', '110823.589000', '110823.591000', '110823.594000', '110823.597000', '110823.600000', '110823.603000', '110843.472000', '110843.475000', '110843.478000', '110843.481000', '110843.484000', '110843.487000', '110843.490000', '110843.492000', '110843.495000', '110843.498000', '110843.501000', '110843.504000', '110843.507000', '110843.510000', '110843.512000', '110843.515000', '110843.518000', '110843.521000', '110843.524000', '110843.526000', '110843.529000', '110843.532000', '110843.535000', '110843.538000', '110843.540000', '110843.543000', '110843.546000', '110843.549000', '110843.552000', '110843.554000', '110843.557000', '110843.560000', '110843.563000', '110843.566000', '110843.569000', '110843.572000', '110843.574000', '110843.577000', '110843.580000', '110843.583000', '110843.586000', '110843.589000', '110843.591000', '110843.594000', '110852.545000', '110852.549000', '110852.552000', '110852.555000', '110852.559000', '110852.562000', '110852.565000', '110852.568000', '110852.572000', '110852.575000', '110852.578000', '110852.581000', '110852.584000', '110852.587000', '110852.589000', '110852.592000', '110852.596000', '110852.599000', '110852.602000', '110852.606000'], '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': [18745, 12031, 12179, 10903, 11395, 12560, 11729, 12054, 14563, 11668, 12007, 10726, 11664, 11913, 11442, 12176, 10699, 11784, 10107, 11579, 10004, 11077, 12113, 11436, 12149, 10501, 11444, 14195, 12298, 11860, 14218, 11180, 12051, 11580, 11508, 12174, 11048, 12063, 10319, 11735, 9929, 11769, 11125, 11553, 12157, 10569, 11897, 10552, 11629, 12384, 11666, 12246, 10560, 11988, 10421, 11486, 12750, 10494, 11854, 13105, 11580, 12276, 11253, 12209, 10391, 11888, 10276, 11903, 10378, 11503, 14286, 11318, 13291, 10851, 12210, 13318, 11653, 17297, 12869, 15206, 11457, 12894, 11295, 12032, 19043, 11683, 11830, 11588, 12338, 11318, 12310, 10641, 11803, 10477, 11699, 12483, 11375, 14471, 11399, 12257, 10711, 11918, 18345, 12169, 16965, 12105, 15805, 11640, 10562, 11465, 11815, 11226, 11972, 11524, 12858, 11585, 13108, 11536, 18016, 12522, 21140, 16416, 17288, 11632, 17696, 13370, 11332, 15894, 11104, 12423, 11709, 11899, 11250, 11883, 10256, 11404, 10202, 11561, 10218, 11132, 10190, 11079, 10757, 11283, 10453, 11101, 12083, 10956, 11973, 10635, 11808, 10708, 11193, 9953, 11352, 10292, 11126, 10439, 11875, 11363, 11772, 11276, 13161, 10409, 12393, 12062, 11557, 20559, 14747, 19471, 10974, 13745, 11132, 11969, 11409, 11700, 10250, 11132, 10005, 10996, 11885, 10914, 10937, 10819, 12226, 11726, 12712, 12220, 11720, 11641, 11916, 11072, 13495, 11183, 15569, 10777, 15307, 10627, 11883, 10228, 14636, 19296, 13751, 20543, 11406, 16515, 11656, 14160, 12378, 14201, 11200, 11649, 10053, 11248, 10453, 11160, 11512, 11059, 12092, 12259, 11703, 12500, 12696, 12699, 11367, 12190, 10719, 11591, 15906, 11769, 12746, 11579, 14104, 10652, 12246, 10680, 11923, 21122, 11400, 16235, 11182, 16867, 11107, 11797, 10790, 11536, 16255, 11154, 12191, 11588, 11816, 11700, 11797, 11453, 11704, 11159, 12150, 12196, 12150, 11332, 10970, 11038, 10763, 11153, 10978, 11465, 13044, 11572, 12798, 11250, 15388, 11299, 18130, 11256, 16775, 11795, 16198, 10861, 14795, 10535, 11654, 10117, 11453, 10910, 11671, 10424, 11400, 10925, 10963, 12065, 11334, 12132, 10952, 11938, 10581, 11785, 10194, 11474, 9996, 11331, 12220, 11474, 12381, 11178, 12110, 10866, 12213, 10625, 12058, 10671, 11894, 10387, 11694, 10399, 11932, 10981, 12305, 10457, 12342, 10975, 15252, 10851, 15652, 12747, 11187, 20670, 15665, 17557, 11025, 14452, 10596, 11477, 15245, 11564, 10687, 11133, 10388, 10795, 12935, 11366, 12773, 11927, 13271, 11632, 11210, 11080, 10615, 11300, 14411, 11131, 12092, 11094, 11808, 10473, 11513, 16899, 11557, 18635, 11236, 14322, 11038, 11749, 11094, 12039, 10729, 11727, 10662, 11128, 10970, 11140, 12700, 11083, 11755, 11356, 12001, 11009, 11617, 11162, 11577, 10857, 11761, 10991, 11465, 10662, 11250, 11023, 11350, 20271, 11103, 16109, 10964, 12910, 11126, 11546, 11243, 10289, 10974, 10483, 11276, 10590, 11130, 10843, 12431, 10901, 12544, 11038, 15465, 12559, 16712, 12756, 18131, 12633, 12320, 12840, 11615, 12795, 16369, 12725, 15511, 13023, 13686, 11435, 12850, 11362, 12816, 11140, 13159, 11218, 13532, 11285, 13752, 12000, 13284, 11644, 11406, 15003, 11852, 16371, 12128, 15338, 11912, 14908, 12201, 15520, 12186, 12606, 11756, 11908, 12389, 12178, 12301, 12506, 12384, 12567, 12001, 12606, 12586, 12548, 12029, 12504, 11167, 12303, 11018, 12322, 11164, 12601, 10696, 12019, 11869, 12111, 11039, 11793, 11553, 11652, 12293, 11613, 12865, 12279, 12656, 12018, 12468, 11035, 12729, 11542, 12782, 11191, 12552, 18668, 12126, 16616, 12442, 14236, 12336, 13033, 11534, 12936, 11450, 12592, 11556, 12457, 11702, 12546, 11570, 11402, 14319, 11270, 12060, 11238, 11939, 10880, 11699, 11154, 11717, 11150, 11472, 12360, 11676, 12473, 11088, 12400, 11220, 12207, 19204, 11437, 12710, 10971, 11568, 11311, 11663, 11191, 11007, 11629, 11054, 11831, 10974, 11819, 10732, 11735, 10397, 11488, 11397, 11526, 13278, 11147, 12229, 11002, 12152, 10935, 11994, 16825, 11552, 19330, 12565, 16323, 11638, 13604, 11658, 13861, 11421, 17346, 11315, 12052, 10704, 12016, 13833, 11929, 13341, 11533, 17324, 11321, 13585, 11823, 12695, 11373, 12199, 11364, 12214, 11721, 12470, 11575, 12355, 11403, 11983, 11236, 11968, 11305, 12030, 11403, 12780, 11142, 11330, 11309, 11074, 12098, 17285, 12149, 11345, 11893, 11014, 11733, 15194, 12157, 15764, 11660, 12975, 11457, 11933, 11866, 12439, 11624, 12375, 11705, 12139, 10902, 12037, 10768, 11962, 19119, 11695, 17082, 11150, 11891, 11479, 12348, 11579, 12016, 11016, 11983, 10813, 11462, 12465, 11613, 13960, 11864, 12426, 11065, 11996, 10742, 12175, 11015, 12248, 10702, 11870, 10957, 11755, 10915, 12226, 11109, 11958, 10904, 12123, 10608, 12592, 10787, 11610, 10360, 11470, 10791, 12677, 10869, 11942, 10582, 11481, 11298, 12334, 11514, 11617, 16293, 11926, 19538, 14234, 11329, 12174, 11129, 11989, 11427, 12770, 11634, 13625, 11250, 13299, 11239, 13010, 11080, 15008, 11454, 12719, 11375, 12393, 11204, 12919, 11091, 13194, 11343, 12025, 11126, 12042, 11463, 11878, 11152, 11681, 10792, 12203, 11295, 12021, 11314, 11876, 11266, 11989, 11012, 12506, 11378, 12451, 10906, 12993, 11681, 14914, 10456, 11358, 19526, 11163, 18490, 11540, 18023, 10891, 14214, 11195, 14468, 11289, 13591, 11400, 13547, 11327, 13414, 11160, 12319, 11017, 11529, 10983, 11574, 10463, 11551, 11252, 11077, 12447, 11122, 12006, 11379, 11815, 11012, 11463, 12087, 11108, 11991, 11586, 12236, 11114, 11850, 10933, 11553, 10873, 11390, 11720, 11199, 12089, 11012, 12045, 10965, 11491, 13928, 11785, 14607, 11313, 12474, 11758, 12006, 21097, 11773, 17785, 11466, 12312, 10869, 11993, 11350, 12227, 11352, 12179, 10959, 11560, 21471, 11924, 16675, 13345, 16527, 11119, 12567, 20807, 12838, 17196, 17911, 12574, 15685, 11374, 11049, 11245, 11595, 11220, 13130, 11292, 11885, 11309, 12132, 11734, 12802, 12286, 13295, 11800, 13515, 11739, 13654, 18314, 16366, 12105, 14591, 11474, 12256, 11463, 12108, 11039, 12051, 10960, 11970, 11300, 11474, 11368, 11749, 16673, 12158, 14979, 12172, 12378, 11683, 12090, 11261, 11784, 11467, 11782, 15829, 11609, 11151, 11255, 11636, 11134, 14988, 11407, 13241, 11508, 12144, 11059, 11472, 11473, 11740, 11229, 11470, 11149, 11193, 11283, 12096, 11167, 12097, 10895, 11767, 10880, 11539, 11090, 11689, 10886, 11487, 11483, 11283, 16813, 11314, 12212, 12375, 12216, 12273, 11333, 11754, 11190, 11618, 11672, 11562, 11463, 11664, 12267, 11836, 11357, 12039, 14982, 12092, 19781, 13464, 20299, 12369, 15762, 12199, 12630, 15814, 12216, 13187, 11248, 12357, 11401, 12263, 12033, 12480, 11489, 12046, 12247, 12351, 11531, 12374, 15547, 11797, 12651, 11483, 12433, 13265, 11392, 12068, 14330, 11730, 14212, 12789, 12243, 14959, 11624, 12193, 10913, 12200, 11078, 12049, 13117, 11648, 12100, 11809, 12305, 11264, 12196, 12138, 12233, 14263, 11843, 12909, 11024, 11974, 11386, 12231, 11287, 12238, 11650, 11665, 12834, 12073, 12501, 11157, 12226, 12147, 11719, 13229, 10992, 12278, 12454, 12287, 10892, 11631, 12600, 11773, 12525, 11916, 12576, 11687, 12523, 10906, 12069, 14915, 12618, 12381, 16355, 12262, 12033, 15601, 11622, 12337, 10784, 12171, 13620, 10660, 12266, 13064, 11332, 12277, 11708, 11919, 12194, 11856, 12446, 12207, 12613, 11134, 12377, 10978, 12452, 19436, 12489, 14896, 12081, 12908, 12374, 15360, 11898, 15172, 11233, 12193, 16942, 12175, 20552, 12230, 17827, 12367, 12282, 12181, 11474, 12200, 12228, 12139, 16692, 12044, 13923, 11974, 12934, 12635, 15185, 12147, 16083, 11644, 12387, 16566, 12264, 17177, 12541, 13652, 11423, 12346, 11407, 12072, 11882, 12419, 12376, 12439, 11672, 12167, 12386, 12333, 11562, 12288, 12049, 12761, 11601, 12951, 16339, 11880, 16016], 'WindowCenter': [4796.0, 4720.0, 4716.0, 4695.0, 4705.0, 4702.0, 4707.0, 4715.0, 4722.0, 4692.0, 4701.0, 4680.0, 4690.0, 4699.0, 4702.0, 4712.0, 4696.0, 4715.0, 4697.0, 4730.0, 4699.0, 4732.0, 4741.0, 4733.0, 4741.0, 4722.0, 4732.0, 4753.0, 4729.0, 4731.0, 4751.0, 4717.0, 4729.0, 4716.0, 4718.0, 4726.0, 4722.0, 4740.0, 4723.0, 4740.0, 4714.0, 4744.0, 4733.0, 4744.0, 4756.0, 4733.0, 4744.0, 4723.0, 4744.0, 4751.0, 4743.0, 4754.0, 4722.0, 4744.0, 4722.0, 4744.0, 4766.0, 4723.0, 4743.0, 4753.0, 4744.0, 4743.0, 4744.0, 4753.0, 4737.0, 4756.0, 4736.0, 4756.0, 4735.0, 4756.0, 4775.0, 4758.0, 4776.0, 4736.0, 4755.0, 4762.0, 4743.0, 4785.0, 4753.0, 4772.0, 4731.0, 4742.0, 4720.0, 4741.0, 4780.0, 4741.0, 4729.0, 4731.0, 4739.0, 4730.0, 4741.0, 4721.0, 4742.0, 4722.0, 4743.0, 4752.0, 4743.0, 4763.0, 4731.0, 4743.0, 4721.0, 4744.0, 4804.0, 4755.0, 4785.0, 4742.0, 4771.0, 4743.0, 4722.0, 4743.0, 4742.0, 4733.0, 4743.0, 4743.0, 4753.0, 4747.0, 4752.0, 4744.0, 4794.0, 4744.0, 4791.0, 4759.0, 4760.0, 4708.0, 4757.0, 4724.0, 4707.0, 4740.0, 4691.0, 4711.0, 4702.0, 4700.0, 4692.0, 4703.0, 4686.0, 4714.0, 4708.0, 4729.0, 4709.0, 4720.0, 4708.0, 4720.0, 4721.0, 4731.0, 4710.0, 4721.0, 4729.0, 4719.0, 4732.0, 4721.0, 4730.0, 4719.0, 4733.0, 4710.0, 4730.0, 4721.0, 4734.0, 4735.0, 4757.0, 4745.0, 4744.0, 4749.0, 4768.0, 4725.0, 4744.0, 4731.0, 4734.0, 4779.0, 4752.0, 4779.0, 4719.0, 4737.0, 4719.0, 4729.0, 4717.0, 4717.0, 4697.0, 4720.0, 4699.0, 4721.0, 4744.0, 4722.0, 4722.0, 4733.0, 4768.0, 4758.0, 4764.0, 4754.0, 4754.0, 4757.0, 4754.0, 4736.0, 4766.0, 4732.0, 4776.0, 4733.0, 4762.0, 4713.0, 4732.0, 4701.0, 4750.0, 4778.0, 4739.0, 4778.0, 4717.0, 4745.0, 4706.0, 4724.0, 4715.0, 4724.0, 4693.0, 4702.0, 4683.0, 4694.0, 4693.0, 4707.0, 4708.0, 4718.0, 4741.0, 4743.0, 4718.0, 4729.0, 4726.0, 4739.0, 4718.0, 4730.0, 4720.0, 4734.0, 4771.0, 4730.0, 4729.0, 4733.0, 4750.0, 4710.0, 4728.0, 4696.0, 4717.0, 4764.0, 4705.0, 4734.0, 4695.0, 4743.0, 4691.0, 4694.0, 4680.0, 4689.0, 4717.0, 4680.0, 4687.0, 4689.0, 4700.0, 4703.0, 4703.0, 4702.0, 4702.0, 4720.0, 4729.0, 4729.0, 4727.0, 4721.0, 4708.0, 4720.0, 4708.0, 4720.0, 4719.0, 4732.0, 4750.0, 4733.0, 4741.0, 4733.0, 4771.0, 4733.0, 4769.0, 4721.0, 4759.0, 4718.0, 4760.0, 4709.0, 4736.0, 4695.0, 4705.0, 4684.0, 4704.0, 4705.0, 4716.0, 4695.0, 4718.0, 4707.0, 4720.0, 4729.0, 4721.0, 4739.0, 4721.0, 4742.0, 4721.0, 4742.0, 4724.0, 4744.0, 4713.0, 4745.0, 4755.0, 4746.0, 4755.0, 4745.0, 4744.0, 4733.0, 4743.0, 4723.0, 4743.0, 4717.0, 4743.0, 4722.0, 4742.0, 4725.0, 4745.0, 4735.0, 4754.0, 4735.0, 4755.0, 4737.0, 4775.0, 4735.0, 4773.0, 4742.0, 4732.0, 4790.0, 4762.0, 4768.0, 4709.0, 4739.0, 4698.0, 4718.0, 4746.0, 4707.0, 4695.0, 4708.0, 4695.0, 4709.0, 4751.0, 4742.0, 4751.0, 4730.0, 4737.0, 4731.0, 4720.0, 4732.0, 4719.0, 4720.0, 4751.0, 4721.0, 4730.0, 4720.0, 4729.0, 4708.0, 4729.0, 4767.0, 4717.0, 4765.0, 4706.0, 4735.0, 4697.0, 4715.0, 4708.0, 4729.0, 4710.0, 4717.0, 4705.0, 4716.0, 4706.0, 4718.0, 4738.0, 4717.0, 4726.0, 4719.0, 4729.0, 4720.0, 4717.0, 4718.0, 4728.0, 4719.0, 4731.0, 4721.0, 4730.0, 4711.0, 4721.0, 4719.0, 4730.0, 4788.0, 4720.0, 4757.0, 4718.0, 4739.0, 4730.0, 4730.0, 4732.0, 4721.0, 4734.0, 4733.0, 4742.0, 4738.0, 4745.0, 4735.0, 4754.0, 4734.0, 4753.0, 4760.0, 4789.0, 4756.0, 4773.0, 4742.0, 4770.0, 4718.0, 4721.0, 4725.0, 4708.0, 4739.0, 4759.0, 4740.0, 4761.0, 4740.0, 4738.0, 4717.0, 4726.0, 4719.0, 4726.0, 4706.0, 4725.0, 4705.0, 4735.0, 4707.0, 4736.0, 4715.0, 4724.0, 4718.0, 4729.0, 4750.0, 4718.0, 4744.0, 4713.0, 4732.0, 4692.0, 4721.0, 4701.0, 4732.0, 4700.0, 4701.0, 4703.0, 4702.0, 4713.0, 4701.0, 4715.0, 4713.0, 4726.0, 4725.0, 4727.0, 4728.0, 4726.0, 4726.0, 4726.0, 4726.0, 4707.0, 4727.0, 4708.0, 4740.0, 4719.0, 4738.0, 4707.0, 4740.0, 4740.0, 4752.0, 4721.0, 4743.0, 4732.0, 4744.0, 4742.0, 4744.0, 4764.0, 4756.0, 4749.0, 4754.0, 4752.0, 4734.0, 4756.0, 4746.0, 4756.0, 4733.0, 4755.0, 4782.0, 4740.0, 4771.0, 4740.0, 4751.0, 4741.0, 4740.0, 4720.0, 4741.0, 4733.0, 4742.0, 4731.0, 4741.0, 4742.0, 4765.0, 4743.0, 4745.0, 4760.0, 4731.0, 4740.0, 4730.0, 4742.0, 4730.0, 4754.0, 4745.0, 4757.0, 4746.0, 4751.0, 4763.0, 4745.0, 4755.0, 4745.0, 4756.0, 4733.0, 4755.0, 4813.0, 4746.0, 4765.0, 4733.0, 4743.0, 4730.0, 4743.0, 4746.0, 4746.0, 4745.0, 4744.0, 4755.0, 4746.0, 4753.0, 4747.0, 4768.0, 4746.0, 4769.0, 4757.0, 4759.0, 4791.0, 4758.0, 4767.0, 4745.0, 4755.0, 4733.0, 4743.0, 4780.0, 4741.0, 4792.0, 4740.0, 4769.0, 4730.0, 4748.0, 4729.0, 4748.0, 4728.0, 4769.0, 4718.0, 4728.0, 4707.0, 4738.0, 4737.0, 4727.0, 4735.0, 4717.0, 4764.0, 4718.0, 4738.0, 4739.0, 4738.0, 4723.0, 4722.0, 4728.0, 4726.0, 4739.0, 4738.0, 4728.0, 4740.0, 4730.0, 4741.0, 4731.0, 4741.0, 4732.0, 4741.0, 4745.0, 4752.0, 4743.0, 4731.0, 4732.0, 4743.0, 4754.0, 4780.0, 4741.0, 4719.0, 4729.0, 4717.0, 4730.0, 4760.0, 4741.0, 4758.0, 4732.0, 4739.0, 4729.0, 4727.0, 4740.0, 4752.0, 4733.0, 4741.0, 4732.0, 4730.0, 4719.0, 4730.0, 4720.0, 4730.0, 4778.0, 4730.0, 4767.0, 4719.0, 4727.0, 4728.0, 4734.0, 4729.0, 4740.0, 4732.0, 4741.0, 4731.0, 4731.0, 4740.0, 4742.0, 4760.0, 4730.0, 4740.0, 4729.0, 4740.0, 4732.0, 4753.0, 4733.0, 4755.0, 4734.0, 4741.0, 4731.0, 4741.0, 4732.0, 4752.0, 4745.0, 4743.0, 4734.0, 4753.0, 4734.0, 4753.0, 4733.0, 4731.0, 4710.0, 4731.0, 4732.0, 4741.0, 4721.0, 4731.0, 4709.0, 4731.0, 4729.0, 4740.0, 4730.0, 4742.0, 4783.0, 4743.0, 4792.0, 4750.0, 4716.0, 4715.0, 4706.0, 4715.0, 4718.0, 4739.0, 4729.0, 4751.0, 4718.0, 4738.0, 4716.0, 4736.0, 4717.0, 4745.0, 4716.0, 4727.0, 4716.0, 4727.0, 4718.0, 4739.0, 4728.0, 4738.0, 4717.0, 4726.0, 4716.0, 4727.0, 4717.0, 4727.0, 4717.0, 4741.0, 4731.0, 4754.0, 4732.0, 4753.0, 4732.0, 4741.0, 4730.0, 4732.0, 4723.0, 4743.0, 4733.0, 4743.0, 4733.0, 4753.0, 4732.0, 4762.0, 4710.0, 4719.0, 4778.0, 4719.0, 4778.0, 4719.0, 4767.0, 4708.0, 4737.0, 4719.0, 4757.0, 4719.0, 4747.0, 4729.0, 4738.0, 4718.0, 4752.0, 4720.0, 4728.0, 4708.0, 4716.0, 4706.0, 4717.0, 4707.0, 4715.0, 4705.0, 4706.0, 4715.0, 4720.0, 4727.0, 4719.0, 4743.0, 4719.0, 4731.0, 4730.0, 4730.0, 4741.0, 4743.0, 4740.0, 4733.0, 4741.0, 4734.0, 4743.0, 4734.0, 4756.0, 4756.0, 4748.0, 4757.0, 4748.0, 4763.0, 4746.0, 4758.0, 4776.0, 4759.0, 4785.0, 4754.0, 4756.0, 4742.0, 4755.0, 4802.0, 4745.0, 4792.0, 4744.0, 4752.0, 4733.0, 4742.0, 4745.0, 4754.0, 4745.0, 4752.0, 4744.0, 4745.0, 4813.0, 4755.0, 4778.0, 4753.0, 4772.0, 4731.0, 4741.0, 4789.0, 4740.0, 4771.0, 4766.0, 4725.0, 4745.0, 4716.0, 4715.0, 4718.0, 4717.0, 4718.0, 4747.0, 4731.0, 4740.0, 4732.0, 4749.0, 4767.0, 4766.0, 4755.0, 4761.0, 4742.0, 4761.0, 4742.0, 4753.0, 4782.0, 4755.0, 4726.0, 4736.0, 4715.0, 4714.0, 4715.0, 4713.0, 4705.0, 4714.0, 4704.0, 4714.0, 4704.0, 4714.0, 4703.0, 4716.0, 4767.0, 4739.0, 4745.0, 4712.0, 4713.0, 4714.0, 4712.0, 4700.0, 4713.0, 4703.0, 4727.0, 4755.0, 4716.0, 4703.0, 4704.0, 4701.0, 4700.0, 4733.0, 4703.0, 4721.0, 4702.0, 4714.0, 4706.0, 4715.0, 4702.0, 4700.0, 4689.0, 4702.0, 4701.0, 4702.0, 4702.0, 4715.0, 4701.0, 4717.0, 4706.0, 4714.0, 4694.0, 4705.0, 4704.0, 4724.0, 4707.0, 4716.0, 4703.0, 4704.0, 4756.0, 4718.0, 4723.0, 4726.0, 4725.0, 4714.0, 4703.0, 4715.0, 4717.0, 4729.0, 4729.0, 4729.0, 4729.0, 4731.0, 4741.0, 4743.0, 4732.0, 4742.0, 4772.0, 4753.0, 4778.0, 4736.0, 4776.0, 4727.0, 4745.0, 4701.0, 4714.0, 4731.0, 4700.0, 4711.0, 4690.0, 4723.0, 4717.0, 4724.0, 4725.0, 4724.0, 4715.0, 4727.0, 4737.0, 4727.0, 4719.0, 4741.0, 4759.0, 4717.0, 4728.0, 4716.0, 4729.0, 4739.0, 4719.0, 4716.0, 4734.0, 4715.0, 4735.0, 4712.0, 4703.0, 4724.0, 4704.0, 4704.0, 4695.0, 4715.0, 4703.0, 4717.0, 4726.0, 4705.0, 4714.0, 4715.0, 4716.0, 4696.0, 4717.0, 4716.0, 4716.0, 4724.0, 4716.0, 4715.0, 4693.0, 4705.0, 4704.0, 4714.0, 4705.0, 4717.0, 4715.0, 4718.0, 4739.0, 4741.0, 4740.0, 4719.0, 4740.0, 4730.0, 4730.0, 4739.0, 4722.0, 4743.0, 4729.0, 4730.0, 4708.0, 4731.0, 4738.0, 4732.0, 4741.0, 4743.0, 4752.0, 4743.0, 4755.0, 4734.0, 4755.0, 4776.0, 4739.0, 4744.0, 4772.0, 4728.0, 4730.0, 4758.0, 4719.0, 4728.0, 4708.0, 4729.0, 4738.0, 4708.0, 4739.0, 4738.0, 4707.0, 4727.0, 4716.0, 4728.0, 4728.0, 4743.0, 4743.0, 4742.0, 4754.0, 4735.0, 4754.0, 4724.0, 4756.0, 4794.0, 4744.0, 4750.0, 4729.0, 4729.0, 4729.0, 4748.0, 4718.0, 4749.0, 4707.0, 4718.0, 4754.0, 4728.0, 4779.0, 4730.0, 4756.0, 4725.0, 4726.0, 4727.0, 4716.0, 4729.0, 4730.0, 4730.0, 4758.0, 4729.0, 4748.0, 4731.0, 4739.0, 4740.0, 4750.0, 4716.0, 4748.0, 4706.0, 4716.0, 4743.0, 4716.0, 4747.0, 4713.0, 4722.0, 4703.0, 4712.0, 4700.0, 4714.0, 4714.0, 4725.0, 4726.0, 4738.0, 4741.0, 4741.0, 4740.0, 4742.0, 4730.0, 4741.0, 4742.0, 4750.0, 4742.0, 4767.0, 4785.0, 4743.0, 4771.0], 'WindowWidth': [10439.0, 10317.0, 10304.0, 10274.0, 10286.0, 10278.0, 10288.0, 10302.0, 10305.0, 10263.0, 10274.0, 10244.0, 10258.0, 10271.0, 10279.0, 10292.0, 10276.0, 10303.0, 10281.0, 10330.0, 10288.0, 10337.0, 10349.0, 10341.0, 10349.0, 10323.0, 10339.0, 10369.0, 10329.0, 10333.0, 10361.0, 10308.0, 10325.0, 10306.0, 10311.0, 10320.0, 10322.0, 10346.0, 10328.0, 10349.0, 10317.0, 10360.0, 10342.0, 10359.0, 10379.0, 10345.0, 10359.0, 10327.0, 10357.0, 10363.0, 10356.0, 10371.0, 10328.0, 10357.0, 10327.0, 10361.0, 10394.0, 10328.0, 10357.0, 10371.0, 10357.0, 10357.0, 10360.0, 10370.0, 10356.0, 10383.0, 10354.0, 10380.0, 10350.0, 10379.0, 10407.0, 10385.0, 10409.0, 10350.0, 10375.0, 10382.0, 10356.0, 10420.0, 10370.0, 10395.0, 10336.0, 10354.0, 10318.0, 10348.0, 10407.0, 10352.0, 10332.0, 10334.0, 10344.0, 10334.0, 10350.0, 10323.0, 10352.0, 10326.0, 10356.0, 10366.0, 10357.0, 10384.0, 10337.0, 10355.0, 10322.0, 10356.0, 10446.0, 10379.0, 10419.0, 10352.0, 10393.0, 10359.0, 10328.0, 10357.0, 10352.0, 10343.0, 10356.0, 10357.0, 10370.0, 10368.0, 10368.0, 10359.0, 10427.0, 10358.0, 10422.0, 10371.0, 10377.0, 10295.0, 10364.0, 10313.0, 10295.0, 10331.0, 10262.0, 10291.0, 10280.0, 10272.0, 10265.0, 10280.0, 10261.0, 10300.0, 10299.0, 10327.0, 10302.0, 10316.0, 10298.0, 10318.0, 10320.0, 10334.0, 10303.0, 10321.0, 10329.0, 10315.0, 10335.0, 10321.0, 10330.0, 10316.0, 10341.0, 10304.0, 10333.0, 10324.0, 10344.0, 10350.0, 10383.0, 10363.0, 10359.0, 10371.0, 10396.0, 10332.0, 10358.0, 10333.0, 10341.0, 10400.0, 10364.0, 10397.0, 10313.0, 10338.0, 10311.0, 10328.0, 10309.0, 10307.0, 10280.0, 10314.0, 10285.0, 10321.0, 10357.0, 10324.0, 10323.0, 10342.0, 10399.0, 10385.0, 10388.0, 10373.0, 10375.0, 10381.0, 10374.0, 10349.0, 10389.0, 10337.0, 10406.0, 10340.0, 10380.0, 10309.0, 10335.0, 10290.0, 10361.0, 10396.0, 10343.0, 10396.0, 10305.0, 10346.0, 10289.0, 10315.0, 10299.0, 10312.0, 10267.0, 10280.0, 10253.0, 10270.0, 10269.0, 10293.0, 10294.0, 10311.0, 10351.0, 10353.0, 10312.0, 10323.0, 10317.0, 10341.0, 10309.0, 10329.0, 10318.0, 10342.0, 10391.0, 10332.0, 10329.0, 10336.0, 10359.0, 10302.0, 10324.0, 10277.0, 10307.0, 10371.0, 10288.0, 10330.0, 10271.0, 10340.0, 10261.0, 10268.0, 10243.0, 10254.0, 10291.0, 10241.0, 10250.0, 10255.0, 10272.0, 10279.0, 10277.0, 10279.0, 10278.0, 10317.0, 10330.0, 10328.0, 10322.0, 10320.0, 10299.0, 10318.0, 10297.0, 10317.0, 10314.0, 10336.0, 10358.0, 10339.0, 10348.0, 10339.0, 10390.0, 10339.0, 10384.0, 10317.0, 10373.0, 10310.0, 10373.0, 10295.0, 10330.0, 10272.0, 10285.0, 10256.0, 10284.0, 10289.0, 10305.0, 10275.0, 10308.0, 10293.0, 10316.0, 10326.0, 10318.0, 10343.0, 10322.0, 10351.0, 10323.0, 10351.0, 10330.0, 10357.0, 10314.0, 10361.0, 10375.0, 10363.0, 10373.0, 10361.0, 10357.0, 10340.0, 10355.0, 10330.0, 10354.0, 10316.0, 10355.0, 10326.0, 10351.0, 10332.0, 10360.0, 10349.0, 10374.0, 10347.0, 10376.0, 10352.0, 10405.0, 10345.0, 10400.0, 10348.0, 10338.0, 10420.0, 10378.0, 10383.0, 10299.0, 10341.0, 10281.0, 10310.0, 10345.0, 10292.0, 10273.0, 10293.0, 10274.0, 10299.0, 10365.0, 10353.0, 10363.0, 10331.0, 10336.0, 10335.0, 10318.0, 10336.0, 10315.0, 10317.0, 10361.0, 10321.0, 10331.0, 10316.0, 10331.0, 10298.0, 10328.0, 10377.0, 10309.0, 10372.0, 10290.0, 10329.0, 10277.0, 10302.0, 10295.0, 10325.0, 10299.0, 10306.0, 10290.0, 10305.0, 10291.0, 10312.0, 10339.0, 10310.0, 10320.0, 10315.0, 10327.0, 10316.0, 10310.0, 10312.0, 10326.0, 10316.0, 10333.0, 10320.0, 10331.0, 10306.0, 10319.0, 10315.0, 10330.0, 10413.0, 10317.0, 10364.0, 10311.0, 10342.0, 10333.0, 10332.0, 10338.0, 10323.0, 10345.0, 10343.0, 10354.0, 10358.0, 10364.0, 10348.0, 10372.0, 10342.0, 10367.0, 10391.0, 10432.0, 10380.0, 10398.0, 10353.0, 10384.0, 10303.0, 10311.0, 10312.0, 10293.0, 10338.0, 10367.0, 10344.0, 10377.0, 10342.0, 10340.0, 10307.0, 10321.0, 10313.0, 10320.0, 10290.0, 10313.0, 10287.0, 10329.0, 10293.0, 10330.0, 10303.0, 10314.0, 10310.0, 10329.0, 10359.0, 10307.0, 10343.0, 10295.0, 10320.0, 10262.0, 10304.0, 10273.0, 10320.0, 10273.0, 10275.0, 10281.0, 10278.0, 10294.0, 10275.0, 10299.0, 10294.0, 10315.0, 10315.0, 10321.0, 10324.0, 10321.0, 10318.0, 10318.0, 10317.0, 10293.0, 10320.0, 10294.0, 10342.0, 10314.0, 10338.0, 10296.0, 10343.0, 10347.0, 10365.0, 10321.0, 10352.0, 10337.0, 10356.0, 10352.0, 10358.0, 10387.0, 10377.0, 10362.0, 10371.0, 10368.0, 10344.0, 10377.0, 10362.0, 10374.0, 10338.0, 10371.0, 10406.0, 10346.0, 10393.0, 10347.0, 10364.0, 10346.0, 10345.0, 10315.0, 10345.0, 10338.0, 10350.0, 10333.0, 10347.0, 10352.0, 10390.0, 10357.0, 10361.0, 10375.0, 10335.0, 10347.0, 10333.0, 10350.0, 10334.0, 10371.0, 10363.0, 10381.0, 10366.0, 10368.0, 10384.0, 10360.0, 10376.0, 10362.0, 10377.0, 10342.0, 10374.0, 10461.0, 10366.0, 10392.0, 10343.0, 10356.0, 10334.0, 10356.0, 10367.0, 10364.0, 10363.0, 10360.0, 10376.0, 10366.0, 10374.0, 10368.0, 10398.0, 10370.0, 10403.0, 10383.0, 10389.0, 10437.0, 10388.0, 10398.0, 10363.0, 10375.0, 10342.0, 10356.0, 10402.0, 10350.0, 10423.0, 10348.0, 10384.0, 10332.0, 10355.0, 10329.0, 10357.0, 10327.0, 10384.0, 10312.0, 10327.0, 10296.0, 10341.0, 10337.0, 10325.0, 10333.0, 10309.0, 10372.0, 10311.0, 10340.0, 10344.0, 10341.0, 10318.0, 10314.0, 10326.0, 10323.0, 10344.0, 10339.0, 10328.0, 10343.0, 10332.0, 10352.0, 10334.0, 10348.0, 10338.0, 10350.0, 10362.0, 10370.0, 10356.0, 10336.0, 10338.0, 10357.0, 10374.0, 10404.0, 10349.0, 10314.0, 10329.0, 10311.0, 10333.0, 10374.0, 10349.0, 10369.0, 10338.0, 10342.0, 10329.0, 10325.0, 10346.0, 10363.0, 10339.0, 10346.0, 10335.0, 10329.0, 10315.0, 10330.0, 10315.0, 10332.0, 10398.0, 10329.0, 10378.0, 10313.0, 10322.0, 10326.0, 10333.0, 10332.0, 10346.0, 10338.0, 10350.0, 10335.0, 10335.0, 10347.0, 10353.0, 10375.0, 10334.0, 10346.0, 10332.0, 10347.0, 10340.0, 10370.0, 10342.0, 10373.0, 10343.0, 10349.0, 10335.0, 10349.0, 10341.0, 10367.0, 10360.0, 10357.0, 10343.0, 10369.0, 10346.0, 10372.0, 10340.0, 10334.0, 10303.0, 10333.0, 10336.0, 10348.0, 10318.0, 10334.0, 10302.0, 10333.0, 10331.0, 10345.0, 10329.0, 10351.0, 10411.0, 10357.0, 10423.0, 10359.0, 10305.0, 10302.0, 10290.0, 10303.0, 10311.0, 10341.0, 10328.0, 10360.0, 10314.0, 10338.0, 10307.0, 10333.0, 10308.0, 10347.0, 10305.0, 10320.0, 10305.0, 10320.0, 10311.0, 10341.0, 10328.0, 10338.0, 10308.0, 10319.0, 10304.0, 10322.0, 10308.0, 10322.0, 10309.0, 10347.0, 10334.0, 10375.0, 10339.0, 10369.0, 10339.0, 10350.0, 10332.0, 10336.0, 10325.0, 10353.0, 10339.0, 10353.0, 10338.0, 10369.0, 10336.0, 10377.0, 10301.0, 10315.0, 10396.0, 10315.0, 10398.0, 10315.0, 10376.0, 10298.0, 10334.0, 10315.0, 10366.0, 10315.0, 10352.0, 10329.0, 10338.0, 10312.0, 10367.0, 10319.0, 10323.0, 10296.0, 10304.0, 10291.0, 10307.0, 10293.0, 10303.0, 10287.0, 10289.0, 10301.0, 10312.0, 10321.0, 10314.0, 10353.0, 10314.0, 10333.0, 10330.0, 10330.0, 10348.0, 10352.0, 10346.0, 10339.0, 10347.0, 10344.0, 10355.0, 10345.0, 10379.0, 10377.0, 10369.0, 10380.0, 10370.0, 10387.0, 10363.0, 10382.0, 10407.0, 10384.0, 10417.0, 10376.0, 10378.0, 10353.0, 10372.0, 10440.0, 10360.0, 10420.0, 10357.0, 10366.0, 10342.0, 10355.0, 10364.0, 10375.0, 10364.0, 10373.0, 10359.0, 10362.0, 10456.0, 10377.0, 10404.0, 10369.0, 10393.0, 10333.0, 10350.0, 10414.0, 10345.0, 10394.0, 10374.0, 10318.0, 10346.0, 10306.0, 10304.0, 10314.0, 10309.0, 10313.0, 10353.0, 10337.0, 10346.0, 10340.0, 10366.0, 10399.0, 10396.0, 10378.0, 10378.0, 10354.0, 10380.0, 10352.0, 10369.0, 10418.0, 10360.0, 10322.0, 10333.0, 10301.0, 10300.0, 10300.0, 10297.0, 10288.0, 10301.0, 10287.0, 10299.0, 10286.0, 10299.0, 10283.0, 10305.0, 10383.0, 10346.0, 10345.0, 10294.0, 10295.0, 10298.0, 10295.0, 10277.0, 10298.0, 10282.0, 10324.0, 10361.0, 10304.0, 10283.0, 10283.0, 10277.0, 10276.0, 10325.0, 10282.0, 10306.0, 10278.0, 10300.0, 10290.0, 10301.0, 10279.0, 10272.0, 10255.0, 10277.0, 10277.0, 10280.0, 10279.0, 10300.0, 10280.0, 10306.0, 10288.0, 10298.0, 10270.0, 10285.0, 10281.0, 10316.0, 10296.0, 10305.0, 10280.0, 10284.0, 10361.0, 10312.0, 10314.0, 10319.0, 10317.0, 10300.0, 10285.0, 10303.0, 10308.0, 10329.0, 10328.0, 10329.0, 10329.0, 10333.0, 10348.0, 10354.0, 10337.0, 10351.0, 10397.0, 10370.0, 10399.0, 10334.0, 10393.0, 10323.0, 10344.0, 10275.0, 10298.0, 10316.0, 10272.0, 10288.0, 10259.0, 10310.0, 10309.0, 10312.0, 10317.0, 10314.0, 10302.0, 10322.0, 10338.0, 10324.0, 10315.0, 10347.0, 10366.0, 10307.0, 10324.0, 10304.0, 10325.0, 10342.0, 10313.0, 10306.0, 10324.0, 10300.0, 10328.0, 10292.0, 10279.0, 10308.0, 10283.0, 10281.0, 10270.0, 10298.0, 10282.0, 10306.0, 10315.0, 10287.0, 10296.0, 10299.0, 10300.0, 10273.0, 10304.0, 10301.0, 10301.0, 10311.0, 10300.0, 10299.0, 10268.0, 10284.0, 10284.0, 10298.0, 10286.0, 10305.0, 10302.0, 10309.0, 10339.0, 10347.0, 10344.0, 10315.0, 10345.0, 10330.0, 10332.0, 10342.0, 10325.0, 10354.0, 10327.0, 10329.0, 10299.0, 10332.0, 10338.0, 10336.0, 10349.0, 10355.0, 10366.0, 10357.0, 10375.0, 10342.0, 10375.0, 10407.0, 10345.0, 10353.0, 10395.0, 10324.0, 10329.0, 10369.0, 10312.0, 10323.0, 10295.0, 10327.0, 10339.0, 10296.0, 10342.0, 10339.0, 10293.0, 10320.0, 10304.0, 10323.0, 10327.0, 10355.0, 10353.0, 10351.0, 10370.0, 10345.0, 10370.0, 10329.0, 10377.0, 10426.0, 10352.0, 10357.0, 10327.0, 10325.0, 10324.0, 10356.0, 10309.0, 10354.0, 10291.0, 10308.0, 10355.0, 10321.0, 10401.0, 10329.0, 10359.0, 10317.0, 10318.0, 10320.0, 10305.0, 10325.0, 10327.0, 10331.0, 10368.0, 10328.0, 10352.0, 10333.0, 10340.0, 10346.0, 10359.0, 10305.0, 10353.0, 10289.0, 10303.0, 10336.0, 10302.0, 10349.0, 10293.0, 10306.0, 10278.0, 10292.0, 10274.0, 10298.0, 10300.0, 10317.0, 10319.0, 10338.0, 10352.0, 10352.0, 10346.0, 10347.0, 10331.0, 10347.0, 10349.0, 10359.0, 10353.0, 10397.0, 10418.0, 10356.0, 10392.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.0012529077353215284</td></tr>
<tr><td colspan=3>aqi</td><td>0.03010257791239515</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.73245273788247</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2267408508395512</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952899398320886</td></tr>
<tr><td colspan=3>efc</td><td>0.4934</td></tr>
<tr><td colspan=3>fber</td><td>4581.4111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0950311589753393</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.312208760484623</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8123488451022887</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.766407843134606</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.094609108036951</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.57602958413531</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139247</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01337314024567604</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031082486733794212</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.4842297299028364</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>22.2736</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.8139</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.8493</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294206.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>989.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.3101</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6175</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>659.9907</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3792.3849</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1175.2885</td></tr>
<tr><td colspan=3>tsnr</td><td>33.362888811388984</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>