<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-01/func/sub-0025_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>9196982f1c2ed472e7a94c84f4a56e58</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>19:32:8.830000</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.999286, 0.0377412, -0.00169904, -0.0376901, 0.999005, 0.0238521]</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_brain_imaging_center</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.0973191</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7222, 505, -74, -93, -45, 21]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.166</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8f99702-381c-4bf1-b17c-498f7f3be566||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.681011438369751, -0.10111965984106064, -0.007013398688286543, 117.17122650146484], [-0.10125697404146194, 2.6802568435668945, 0.06418189406394958, -83.83970642089844], [-0.004558391869068146, -0.06399354338645935, 2.699227809906006, -59.632713317871094], [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': ['193208.830000', '193209.290000', '193209.750000', '193210.210000', '193210.670000', '193211.130000', '193211.590000', '193212.050000', '193212.510000', '193212.970000', '193213.430000', '193213.890000', '193214.350000', '193214.810000', '193215.270000', '193215.730000', '193216.190000', '193216.650000', '193217.110000', '193217.570000', '193218.030000', '193218.490000', '193218.950000', '193219.410000', '193219.870000', '193220.330000', '193220.790000', '193221.250000', '193221.710000', '193222.170000', '193222.630000', '193223.090000', '193223.550000', '193224.010000', '193224.470000', '193224.930000', '193225.390000', '193225.850000', '193226.310000', '193226.770000', '193227.230000', '193227.690000', '193228.150000', '193228.610000', '193229.070000', '193229.530000', '193229.990000', '193230.450000', '193230.910000', '193231.370000', '193231.830000', '193232.290000', '193232.750000', '193233.210000', '193233.670000', '193234.130000', '193234.590000', '193235.050000', '193235.510000', '193235.970000', '193236.430000', '193236.890000', '193237.350000', '193237.810000', '193238.270000', '193238.730000', '193239.190000', '193239.650000', '193240.110000', '193240.570000', '193241.030000', '193241.490000', '193241.950000', '193242.410000', '193242.870000', '193243.330000', '193243.790000', '193244.250000', '193244.710000', '193245.170000', '193245.630000', '193246.090000', '193246.550000', '193247.010000', '193247.470000', '193247.930000', '193248.390000', '193248.850000', '193249.310000', '193249.770000', '193250.230000', '193250.690000', '193251.150000', '193251.610000', '193252.070000', '193252.530000', '193252.990000', '193253.450000', '193253.910000', '193254.370000', '193254.830000', '193255.290000', '193255.750000', '193256.210000', '193256.670000', '193257.130000', '193257.590000', '193258.050000', '193258.510000', '193258.970000', '193259.430000', '193259.890000', '193300.350000', '193300.810000', '193301.270000', '193301.730000', '193302.190000', '193302.650000', '193303.110000', '193303.570000', '193304.030000', '193304.490000', '193304.950000', '193305.410000', '193305.870000', '193306.330000', '193306.790000', '193307.250000', '193307.710000', '193308.170000', '193308.630000', '193309.090000', '193309.550000', '193310.010000', '193310.470000', '193310.930000', '193311.390000', '193311.850000', '193312.310000', '193312.770000', '193313.230000', '193313.690000', '193314.150000', '193314.610000', '193315.070000', '193315.530000', '193315.990000', '193316.450000', '193316.910000', '193317.370000', '193317.830000', '193318.290000', '193318.750000', '193319.210000', '193319.670000', '193320.130000', '193320.590000', '193321.050000', '193321.510000', '193321.970000', '193322.430000', '193322.890000', '193323.350000', '193323.810000', '193324.270000', '193324.730000', '193325.190000', '193325.650000', '193326.110000', '193326.570000', '193327.030000', '193327.490000', '193327.950000', '193328.410000', '193328.870000', '193329.330000', '193329.790000', '193330.250000', '193330.710000', '193331.170000', '193331.630000', '193332.090000', '193332.550000', '193333.010000', '193333.470000', '193333.930000', '193334.390000', '193334.850000', '193335.310000', '193335.770000', '193336.230000', '193336.690000', '193337.150000', '193337.610000', '193338.070000', '193338.530000', '193338.990000', '193339.450000', '193339.910000', '193340.370000', '193340.830000', '193341.290000', '193341.750000', '193342.210000', '193342.670000', '193343.130000', '193343.590000', '193344.050000', '193344.510000', '193344.970000', '193345.430000', '193345.890000', '193346.350000', '193346.810000', '193347.270000', '193347.730000', '193348.190000', '193348.650000', '193349.110000', '193349.570000', '193350.030000', '193350.490000', '193350.950000', '193351.410000', '193351.870000', '193352.330000', '193352.790000', '193353.250000', '193353.710000', '193354.170000', '193354.630000', '193355.090000', '193355.550000', '193356.010000', '193356.470000', '193356.930000', '193357.390000', '193357.850000', '193358.310000', '193358.770000', '193359.230000', '193359.690000', '193400.150000', '193400.610000', '193401.070000', '193401.530000', '193401.990000', '193402.450000', '193402.910000', '193403.370000', '193403.830000', '193404.290000', '193404.750000', '193405.210000', '193405.670000', '193406.130000', '193406.590000', '193407.050000', '193407.510000', '193407.970000', '193408.430000', '193408.890000', '193409.350000', '193409.810000', '193410.270000', '193410.730000', '193411.190000', '193411.650000', '193412.110000', '193412.570000', '193413.030000', '193413.490000', '193413.950000', '193414.410000', '193414.870000', '193415.330000', '193415.790000', '193416.250000', '193416.710000', '193417.170000', '193417.630000', '193418.090000', '193418.550000', '193419.010000', '193419.470000', '193419.930000', '193420.390000', '193420.850000', '193421.310000', '193421.770000', '193422.230000', '193422.690000', '193423.150000', '193423.610000', '193424.070000', '193424.530000', '193424.990000', '193425.450000', '193425.910000', '193426.370000', '193426.830000', '193427.290000', '193427.750000', '193428.210000', '193428.670000', '193429.130000', '193429.590000', '193430.050000', '193430.510000', '193430.970000', '193431.430000', '193431.890000', '193432.350000', '193432.810000', '193433.270000', '193433.730000', '193434.190000', '193434.650000', '193435.110000', '193435.570000', '193436.030000', '193436.490000', '193436.950000', '193437.410000', '193437.870000', '193438.330000', '193438.790000', '193439.250000', '193439.710000', '193440.170000', '193440.630000', '193441.090000', '193441.550000', '193442.010000', '193442.470000', '193442.930000', '193443.390000', '193443.850000', '193444.310000', '193444.770000', '193445.230000', '193445.690000', '193446.150000', '193446.610000', '193447.070000', '193447.530000', '193447.990000', '193448.450000', '193448.910000', '193449.370000', '193449.830000', '193450.290000', '193450.750000', '193451.210000', '193451.670000', '193452.130000', '193452.590000', '193453.050000', '193453.510000', '193453.970000', '193454.430000', '193454.890000', '193455.350000', '193455.810000', '193456.270000', '193456.730000', '193457.190000', '193457.650000', '193458.110000', '193458.570000', '193459.030000', '193459.490000', '193459.950000', '193500.410000', '193500.870000', '193501.330000', '193501.790000', '193502.250000', '193502.710000', '193503.170000', '193503.630000', '193504.090000', '193504.550000', '193505.010000', '193505.470000', '193505.930000', '193506.390000', '193506.850000', '193507.310000', '193507.770000', '193508.230000', '193508.690000', '193509.150000', '193509.610000', '193510.070000', '193510.530000', '193510.990000', '193511.450000', '193511.910000', '193512.370000', '193512.830000', '193513.290000', '193513.750000', '193514.210000', '193514.670000', '193515.130000', '193515.590000', '193516.050000', '193516.510000', '193516.970000', '193517.430000', '193517.890000', '193518.350000', '193518.810000', '193519.270000', '193519.730000', '193520.190000', '193520.650000', '193521.110000', '193521.570000', '193522.030000', '193522.490000', '193522.950000', '193523.410000', '193523.870000', '193524.330000', '193524.790000', '193525.250000', '193525.710000', '193526.170000', '193526.630000', '193527.090000', '193527.550000', '193528.010000', '193528.470000', '193528.930000', '193529.390000', '193529.850000', '193530.310000', '193530.770000', '193531.230000', '193531.690000', '193532.150000', '193532.610000', '193533.070000', '193533.530000', '193533.990000', '193534.450000', '193534.910000', '193535.370000', '193535.830000', '193536.290000', '193536.750000', '193537.210000', '193537.670000', '193538.130000', '193538.590000', '193539.050000', '193539.510000', '193539.970000', '193540.430000', '193540.890000', '193541.350000', '193541.810000', '193542.270000', '193542.730000', '193543.190000', '193543.650000', '193544.110000', '193544.570000', '193545.030000', '193545.490000', '193545.950000', '193546.410000', '193546.870000', '193547.330000', '193547.790000', '193548.250000', '193548.710000', '193549.170000', '193549.630000', '193550.090000', '193550.550000', '193551.010000', '193551.470000', '193551.930000', '193552.390000', '193552.850000', '193553.310000', '193553.770000', '193554.230000', '193554.690000', '193555.150000', '193555.610000', '193556.070000', '193556.530000', '193556.990000', '193557.450000', '193557.910000', '193558.370000', '193558.830000', '193559.290000', '193559.750000', '193600.210000', '193600.670000', '193601.130000', '193601.590000', '193602.050000', '193602.510000', '193602.970000', '193603.430000', '193603.890000', '193604.350000', '193604.810000', '193605.270000', '193605.730000', '193606.190000', '193606.650000', '193607.110000', '193607.570000', '193608.030000', '193608.490000', '193608.950000', '193609.410000', '193609.870000', '193610.330000', '193610.790000', '193611.250000', '193611.710000', '193612.170000', '193612.630000', '193613.090000', '193613.550000', '193614.010000', '193614.470000', '193614.930000', '193615.390000', '193615.850000', '193616.310000', '193616.770000', '193617.230000', '193617.690000', '193618.150000', '193618.610000', '193619.070000', '193619.530000', '193619.990000', '193620.450000', '193620.910000', '193621.370000', '193621.830000', '193622.290000', '193622.750000', '193623.210000', '193623.670000', '193624.130000', '193624.590000', '193625.050000', '193625.510000', '193625.970000', '193626.430000', '193626.890000', '193627.350000', '193627.810000', '193628.270000', '193628.730000', '193629.190000', '193629.650000', '193630.110000', '193630.570000', '193631.030000', '193631.490000', '193631.950000', '193632.410000', '193632.870000', '193633.330000', '193633.790000', '193634.250000', '193634.710000', '193635.170000', '193635.630000', '193636.090000', '193636.550000', '193637.010000', '193637.470000', '193637.930000', '193638.390000', '193638.850000', '193639.310000', '193639.770000', '193640.230000', '193640.690000', '193641.150000', '193641.610000', '193642.070000', '193642.530000', '193642.990000', '193643.450000', '193643.910000', '193644.370000', '193644.830000', '193645.290000', '193645.750000', '193646.210000', '193646.670000', '193647.130000', '193647.590000', '193648.050000', '193648.510000', '193648.970000', '193649.430000', '193649.890000', '193650.350000', '193650.810000', '193651.270000', '193651.730000', '193652.190000', '193652.650000', '193653.110000', '193653.570000', '193654.030000', '193654.490000', '193654.950000', '193655.410000', '193655.870000', '193656.330000', '193656.790000', '193657.250000', '193657.710000', '193658.170000', '193658.630000', '193659.090000', '193659.550000', '193700.010000', '193700.470000', '193700.930000', '193701.390000', '193701.850000', '193702.310000', '193702.770000', '193703.230000', '193703.690000', '193704.150000', '193704.610000', '193705.070000', '193705.530000', '193705.990000', '193706.450000', '193706.910000', '193707.370000', '193707.830000', '193708.290000', '193708.750000', '193709.210000', '193709.670000', '193710.130000', '193710.590000', '193711.050000', '193711.510000', '193711.970000', '193712.430000', '193712.890000', '193713.350000', '193713.810000', '193714.270000', '193714.730000', '193715.190000', '193715.650000', '193716.110000', '193716.570000', '193717.030000', '193717.490000', '193717.950000', '193718.410000', '193718.870000', '193719.330000', '193719.790000', '193720.250000', '193720.710000', '193721.170000', '193721.630000', '193722.090000', '193722.550000', '193723.010000', '193723.470000', '193723.930000', '193724.390000', '193724.850000', '193725.310000', '193725.770000', '193726.230000', '193726.690000', '193727.150000', '193727.610000', '193728.070000', '193728.530000', '193728.990000', '193729.450000', '193729.910000', '193730.370000', '193730.830000', '193731.290000', '193731.750000', '193732.210000', '193732.670000', '193733.130000', '193733.590000', '193734.050000', '193734.510000', '193734.970000', '193735.430000', '193735.890000', '193736.350000', '193736.810000', '193737.270000', '193737.730000', '193738.190000', '193738.650000', '193739.110000', '193739.570000', '193740.030000', '193740.490000', '193740.950000', '193741.410000', '193741.870000', '193742.330000', '193742.790000', '193743.250000', '193743.710000', '193744.170000', '193744.630000', '193745.090000', '193745.550000', '193746.010000', '193746.470000', '193746.930000', '193747.390000', '193747.850000', '193748.310000', '193748.770000', '193749.230000', '193749.690000', '193750.150000', '193750.610000', '193751.070000', '193751.530000', '193751.990000', '193752.450000', '193752.910000', '193753.370000', '193753.830000', '193754.290000', '193754.750000', '193755.210000', '193755.670000', '193756.130000', '193756.590000', '193757.050000', '193757.510000', '193757.970000', '193758.430000', '193758.890000', '193759.350000', '193759.810000', '193800.270000', '193800.730000', '193801.190000', '193801.650000', '193802.110000', '193802.570000', '193803.030000', '193803.490000', '193803.950000', '193804.410000', '193804.870000', '193805.330000', '193805.790000', '193806.250000', '193806.710000', '193807.170000', '193807.630000', '193808.090000', '193808.550000', '193809.010000', '193809.470000', '193809.930000', '193810.390000', '193810.850000', '193811.310000', '193811.770000', '193812.230000', '193812.690000', '193813.150000', '193813.610000', '193814.070000', '193814.530000', '193814.990000', '193815.450000', '193815.910000', '193816.370000', '193816.830000', '193817.290000', '193817.750000', '193818.210000', '193818.670000', '193819.130000', '193819.590000', '193820.050000', '193820.510000', '193820.970000', '193821.430000', '193821.890000', '193822.350000', '193822.810000', '193823.270000', '193823.730000', '193824.190000', '193824.650000', '193825.110000', '193825.570000', '193826.030000', '193826.490000', '193826.950000', '193827.410000', '193827.870000', '193828.330000', '193828.790000', '193829.250000', '193829.710000', '193830.170000', '193830.630000', '193831.090000', '193831.550000', '193832.010000', '193832.470000', '193832.930000', '193833.390000', '193833.850000', '193834.310000', '193834.770000', '193835.230000', '193835.690000', '193836.150000', '193836.610000', '193837.070000', '193837.530000', '193837.990000', '193838.450000', '193838.910000', '193839.370000', '193839.830000', '193840.290000', '193840.750000', '193841.210000', '193841.670000', '193842.130000', '193842.590000', '193843.050000', '193843.510000', '193843.970000', '193844.430000', '193844.890000', '193845.350000', '193845.810000', '193846.270000', '193846.730000', '193847.190000', '193847.650000', '193848.110000', '193848.570000', '193849.030000', '193849.490000', '193849.950000', '193850.410000', '193850.870000', '193851.330000', '193851.790000', '193852.250000', '193852.710000', '193853.170000', '193853.630000', '193854.090000', '193854.550000', '193855.010000', '193855.470000', '193855.930000', '193856.390000', '193856.850000', '193857.310000', '193857.770000', '193858.230000', '193858.690000', '193859.150000', '193859.610000', '193900.070000', '193900.530000', '193900.990000', '193901.450000', '193901.910000', '193902.370000', '193902.830000', '193903.290000', '193903.750000', '193904.210000', '193904.670000', '193905.130000', '193905.590000', '193906.050000', '193906.510000', '193906.970000', '193907.430000', '193907.890000', '193908.350000', '193908.810000', '193909.270000', '193909.730000', '193910.190000', '193910.650000', '193911.110000', '193911.570000', '193912.030000', '193912.490000', '193912.950000', '193913.410000', '193913.870000', '193914.330000', '193914.790000', '193915.250000', '193915.710000', '193916.170000', '193916.630000', '193917.090000', '193917.550000', '193918.010000', '193918.470000', '193918.930000', '193919.390000', '193919.850000', '193920.310000', '193920.770000', '193921.230000', '193921.690000', '193922.150000', '193922.610000', '193923.070000', '193923.530000', '193923.990000', '193924.450000', '193924.910000', '193925.370000', '193925.830000', '193926.290000', '193926.750000', '193927.210000', '193927.670000', '193928.130000', '193928.590000', '193929.050000', '193929.510000', '193929.970000', '193930.430000', '193930.890000', '193931.350000', '193931.810000', '193932.270000', '193932.730000', '193933.190000', '193933.650000', '193934.110000', '193934.570000', '193935.030000', '193935.490000', '193935.950000', '193936.410000', '193936.870000', '193937.330000', '193937.790000', '193938.250000', '193938.710000', '193939.170000', '193939.630000', '193940.090000', '193940.550000', '193941.010000', '193941.470000', '193941.930000', '193942.390000', '193942.850000', '193943.310000', '193943.770000', '193944.230000', '193944.690000', '193945.150000', '193945.610000', '193946.070000', '193946.530000', '193946.990000', '193947.450000', '193947.910000', '193948.370000', '193948.830000', '193949.290000', '193949.750000', '193950.210000', '193950.670000', '193951.130000', '193951.590000', '193952.050000', '193952.510000', '193952.970000', '193953.430000', '193953.890000', '193954.350000', '193954.810000', '193955.270000', '193955.730000', '193956.190000', '193956.650000', '193957.110000', '193957.570000', '193958.030000', '193958.490000', '193958.950000', '193959.410000', '193959.870000', '194000.330000', '194000.790000', '194001.250000', '194001.710000', '194002.170000', '194002.630000', '194003.090000', '194003.550000', '194004.010000', '194004.470000', '194004.930000', '194005.390000', '194005.850000', '194006.310000', '194006.770000', '194007.230000', '194007.690000', '194008.150000', '194008.610000', '194009.070000', '194009.530000', '194009.990000', '194010.450000', '194010.910000', '194011.370000', '194011.830000', '194012.290000', '194012.750000', '194013.210000', '194013.670000', '194014.130000', '194014.590000', '194015.050000', '194015.510000', '194015.970000', '194016.430000', '194016.890000', '194017.350000', '194017.810000', '194018.270000', '194018.730000', '194019.190000', '194019.650000', '194020.110000', '194020.570000', '194021.030000', '194021.490000', '194021.950000'], 'ContentTime': ['193229.215000', '193229.218000', '193229.221000', '193229.224000', '193229.227000', '193229.229000', '193229.232000', '193229.235000', '193229.238000', '193229.241000', '193229.243000', '193229.252000', '193229.254000', '193229.257000', '193229.260000', '193229.263000', '193229.266000', '193229.268000', '193229.271000', '193229.274000', '193229.277000', '193229.279000', '193229.282000', '193229.285000', '193229.288000', '193229.290000', '193229.293000', '193229.296000', '193229.299000', '193229.302000', '193229.305000', '193229.307000', '193229.310000', '193229.313000', '193229.316000', '193229.318000', '193229.321000', '193229.324000', '193229.327000', '193229.329000', '193229.332000', '193229.335000', '193249.167000', '193249.170000', '193249.173000', '193249.175000', '193249.178000', '193249.181000', '193249.184000', '193249.186000', '193249.189000', '193249.192000', '193249.195000', '193249.197000', '193249.200000', '193249.203000', '193249.206000', '193249.209000', '193249.212000', '193249.214000', '193249.217000', '193249.220000', '193249.223000', '193249.225000', '193249.228000', '193249.231000', '193249.234000', '193249.237000', '193249.239000', '193249.242000', '193249.245000', '193249.248000', '193249.251000', '193249.253000', '193249.256000', '193249.259000', '193249.262000', '193249.265000', '193249.267000', '193249.270000', '193249.273000', '193249.276000', '193249.278000', '193249.281000', '193249.284000', '193249.287000', '193309.167000', '193309.170000', '193309.173000', '193309.176000', '193309.179000', '193309.182000', '193309.185000', '193309.188000', '193309.191000', '193309.193000', '193309.196000', '193309.199000', '193309.202000', '193309.205000', '193309.207000', '193309.210000', '193309.219000', '193309.222000', '193309.225000', '193309.228000', '193309.231000', '193309.234000', '193309.236000', '193309.239000', '193309.242000', '193309.245000', '193309.248000', '193309.251000', '193309.254000', '193309.257000', '193309.259000', '193309.262000', '193309.265000', '193309.268000', '193309.271000', '193309.273000', '193309.276000', '193309.279000', '193309.282000', '193309.284000', '193309.287000', '193309.290000', '193309.293000', '193329.167000', '193329.170000', '193329.173000', '193329.175000', '193329.178000', '193329.181000', '193329.184000', '193329.187000', '193329.190000', '193329.193000', '193329.195000', '193329.198000', '193329.201000', '193329.204000', '193329.207000', '193329.210000', '193329.212000', '193329.215000', '193329.218000', '193329.221000', '193329.224000', '193329.226000', '193329.229000', '193329.232000', '193329.235000', '193329.237000', '193329.240000', '193329.243000', '193329.246000', '193329.249000', '193329.251000', '193329.254000', '193329.257000', '193329.260000', '193329.263000', '193329.265000', '193329.268000', '193329.271000', '193329.279000', '193329.282000', '193329.285000', '193329.288000', '193329.291000', '193329.294000', '193349.167000', '193349.170000', '193349.173000', '193349.176000', '193349.179000', '193349.181000', '193349.184000', '193349.187000', '193349.190000', '193349.193000', '193349.198000', '193349.202000', '193349.204000', '193349.207000', '193349.210000', '193349.213000', '193349.216000', '193349.218000', '193349.221000', '193349.224000', '193349.227000', '193349.229000', '193349.232000', '193349.235000', '193349.238000', '193349.241000', '193349.243000', '193349.246000', '193349.249000', '193349.252000', '193349.255000', '193349.258000', '193349.260000', '193349.263000', '193349.266000', '193349.269000', '193349.272000', '193349.274000', '193349.277000', '193349.280000', '193349.283000', '193349.286000', '193349.289000', '193409.166000', '193409.169000', '193409.171000', '193409.174000', '193409.177000', '193409.180000', '193409.183000', '193409.185000', '193409.188000', '193409.191000', '193409.210000', '193409.213000', '193409.216000', '193409.219000', '193409.221000', '193409.224000', '193409.227000', '193409.230000', '193409.233000', '193409.235000', '193409.238000', '193409.242000', '193409.244000', '193409.247000', '193409.250000', '193409.253000', '193409.256000', '193409.259000', '193409.262000', '193409.265000', '193409.267000', '193409.270000', '193409.273000', '193409.276000', '193409.279000', '193409.282000', '193409.284000', '193409.287000', '193409.290000', '193409.293000', '193409.296000', '193409.298000', '193409.301000', '193409.304000', '193429.166000', '193429.169000', '193429.172000', '193429.175000', '193429.177000', '193429.180000', '193429.183000', '193429.186000', '193429.189000', '193429.192000', '193429.195000', '193429.197000', '193429.200000', '193429.205000', '193429.209000', '193429.212000', '193429.214000', '193429.217000', '193429.220000', '193429.223000', '193429.226000', '193429.229000', '193429.232000', '193429.234000', '193429.237000', '193429.240000', '193429.243000', '193429.246000', '193429.249000', '193429.251000', '193429.254000', '193429.257000', '193429.260000', '193429.263000', '193429.266000', '193429.268000', '193429.271000', '193429.274000', '193429.277000', '193429.280000', '193429.283000', '193429.285000', '193429.288000', '193449.167000', '193449.170000', '193449.173000', '193449.176000', '193449.179000', '193449.182000', '193449.184000', '193449.187000', '193449.190000', '193449.193000', '193449.196000', '193449.199000', '193449.201000', '193449.204000', '193449.207000', '193449.210000', '193449.213000', '193449.216000', '193449.218000', '193449.221000', '193449.224000', '193449.227000', '193449.230000', '193449.233000', '193449.235000', '193449.238000', '193449.241000', '193449.244000', '193449.247000', '193449.250000', '193449.253000', '193449.255000', '193449.258000', '193449.261000', '193449.264000', '193449.275000', '193449.278000', '193449.281000', '193449.284000', '193449.287000', '193449.290000', '193449.292000', '193449.295000', '193449.298000', '193509.167000', '193509.170000', '193509.173000', '193509.175000', '193509.178000', '193509.181000', '193509.184000', '193509.187000', '193509.190000', '193509.192000', '193509.195000', '193509.198000', '193509.201000', '193509.203000', '193509.206000', '193509.209000', '193509.212000', '193509.215000', '193509.218000', '193509.221000', '193509.224000', '193509.228000', '193509.231000', '193509.234000', '193509.237000', '193509.240000', '193509.243000', '193509.245000', '193509.248000', '193509.251000', '193509.256000', '193509.259000', '193509.261000', '193509.264000', '193509.267000', '193509.270000', '193509.273000', '193509.276000', '193509.279000', '193509.281000', '193509.284000', '193509.287000', '193509.290000', '193529.167000', '193529.170000', '193529.173000', '193529.175000', '193529.178000', '193529.181000', '193529.184000', '193529.187000', '193529.190000', '193529.193000', '193529.195000', '193529.198000', '193529.201000', '193529.204000', '193529.207000', '193529.210000', '193529.213000', '193529.215000', '193529.218000', '193529.221000', '193529.224000', '193529.227000', '193529.230000', '193529.233000', '193529.236000', '193529.238000', '193529.241000', '193529.244000', '193529.247000', '193529.250000', '193529.252000', '193529.255000', '193529.258000', '193529.261000', '193529.264000', '193529.282000', '193529.285000', '193529.288000', '193529.291000', '193529.294000', '193529.297000', '193529.299000', '193529.302000', '193529.305000', '193549.167000', '193549.170000', '193549.173000', '193549.176000', '193549.178000', '193549.181000', '193549.184000', '193549.187000', '193549.190000', '193549.193000', '193549.196000', '193549.198000', '193549.201000', '193549.204000', '193549.207000', '193549.210000', '193549.213000', '193549.215000', '193549.218000', '193549.221000', '193549.224000', '193549.227000', '193549.230000', '193549.233000', '193549.236000', '193549.238000', '193549.246000', '193549.250000', '193549.253000', '193549.256000', '193549.259000', '193549.262000', '193549.265000', '193549.268000', '193549.270000', '193549.273000', '193549.276000', '193549.279000', '193549.282000', '193549.284000', '193549.287000', '193549.290000', '193549.293000', '193609.167000', '193609.170000', '193609.173000', '193609.176000', '193609.178000', '193609.181000', '193609.184000', '193609.187000', '193609.190000', '193609.193000', '193609.195000', '193609.198000', '193609.201000', '193609.204000', '193609.207000', '193609.210000', '193609.213000', '193609.216000', '193609.218000', '193609.221000', '193609.224000', '193609.227000', '193609.230000', '193609.232000', '193609.235000', '193609.238000', '193609.241000', '193609.244000', '193609.246000', '193609.249000', '193609.252000', '193609.255000', '193609.257000', '193609.260000', '193609.263000', '193609.266000', '193609.269000', '193609.272000', '193609.275000', '193609.278000', '193609.281000', '193609.284000', '193609.287000', '193609.290000', '193629.166000', '193629.169000', '193629.172000', '193629.175000', '193629.177000', '193629.180000', '193629.183000', '193629.186000', '193629.189000', '193629.191000', '193629.194000', '193629.198000', '193629.201000', '193629.204000', '193629.207000', '193629.210000', '193629.212000', '193629.215000', '193629.218000', '193629.221000', '193629.224000', '193629.227000', '193629.230000', '193629.232000', '193629.235000', '193629.238000', '193629.241000', '193629.244000', '193629.247000', '193629.250000', '193629.253000', '193629.256000', '193629.259000', '193629.262000', '193629.265000', '193629.268000', '193629.271000', '193629.273000', '193629.276000', '193629.279000', '193629.282000', '193629.285000', '193629.288000', '193649.166000', '193649.169000', '193649.172000', '193649.175000', '193649.178000', '193649.180000', '193649.183000', '193649.186000', '193649.189000', '193649.192000', '193649.195000', '193649.198000', '193649.200000', '193649.203000', '193649.206000', '193649.209000', '193649.212000', '193649.215000', '193649.218000', '193649.221000', '193649.223000', '193649.226000', '193649.229000', '193649.232000', '193649.235000', '193649.244000', '193649.248000', '193649.250000', '193649.253000', '193649.256000', '193649.259000', '193649.262000', '193649.264000', '193649.267000', '193649.270000', '193649.273000', '193649.276000', '193649.278000', '193649.281000', '193649.284000', '193649.287000', '193649.290000', '193649.292000', '193649.295000', '193709.167000', '193709.170000', '193709.173000', '193709.176000', '193709.179000', '193709.181000', '193709.184000', '193709.187000', '193709.190000', '193709.193000', '193709.196000', '193709.198000', '193709.201000', '193709.204000', '193709.207000', '193709.225000', '193709.228000', '193709.231000', '193709.233000', '193709.236000', '193709.239000', '193709.242000', '193709.245000', '193709.248000', '193709.251000', '193709.253000', '193709.256000', '193709.259000', '193709.262000', '193709.265000', '193709.268000', '193709.271000', '193709.273000', '193709.276000', '193709.279000', '193709.282000', '193709.289000', '193709.292000', '193709.295000', '193709.298000', '193709.301000', '193709.304000', '193709.307000', '193729.167000', '193729.170000', '193729.173000', '193729.176000', '193729.178000', '193729.181000', '193729.184000', '193729.187000', '193729.190000', '193729.192000', '193729.195000', '193729.198000', '193729.201000', '193729.203000', '193729.206000', '193729.209000', '193729.212000', '193729.215000', '193729.218000', '193729.220000', '193729.223000', '193729.226000', '193729.229000', '193729.232000', '193729.234000', '193729.237000', '193729.240000', '193729.243000', '193729.246000', '193729.248000', '193729.251000', '193729.254000', '193729.257000', '193729.260000', '193729.263000', '193729.265000', '193729.268000', '193729.271000', '193729.274000', '193729.277000', '193729.280000', '193729.282000', '193729.285000', '193729.288000', '193749.167000', '193749.170000', '193749.173000', '193749.176000', '193749.178000', '193749.181000', '193749.184000', '193749.187000', '193749.190000', '193749.192000', '193749.195000', '193749.198000', '193749.201000', '193749.203000', '193749.206000', '193749.209000', '193749.212000', '193749.215000', '193749.218000', '193749.220000', '193749.223000', '193749.226000', '193749.229000', '193749.232000', '193749.236000', '193749.239000', '193749.242000', '193749.244000', '193749.247000', '193749.250000', '193749.253000', '193749.258000', '193749.261000', '193749.263000', '193749.266000', '193749.269000', '193749.272000', '193749.275000', '193749.277000', '193749.280000', '193749.283000', '193749.286000', '193749.295000', '193809.167000', '193809.170000', '193809.173000', '193809.175000', '193809.178000', '193809.181000', '193809.184000', '193809.187000', '193809.189000', '193809.192000', '193809.195000', '193809.198000', '193809.200000', '193809.203000', '193809.206000', '193809.209000', '193809.212000', '193809.215000', '193809.217000', '193809.220000', '193809.223000', '193809.226000', '193809.229000', '193809.231000', '193809.234000', '193809.237000', '193809.240000', '193809.243000', '193809.246000', '193809.248000', '193809.251000', '193809.254000', '193809.257000', '193809.259000', '193809.262000', '193809.265000', '193809.268000', '193809.271000', '193809.273000', '193809.276000', '193809.279000', '193809.282000', '193809.285000', '193809.287000', '193829.167000', '193829.170000', '193829.173000', '193829.176000', '193829.178000', '193829.181000', '193829.184000', '193829.187000', '193829.190000', '193829.192000', '193829.195000', '193829.198000', '193829.201000', '193829.204000', '193829.207000', '193829.210000', '193829.212000', '193829.215000', '193829.218000', '193829.221000', '193829.224000', '193829.226000', '193829.229000', '193829.232000', '193829.235000', '193829.238000', '193829.255000', '193829.258000', '193829.261000', '193829.264000', '193829.267000', '193829.269000', '193829.272000', '193829.275000', '193829.278000', '193829.281000', '193829.283000', '193829.286000', '193829.289000', '193829.292000', '193829.295000', '193829.298000', '193829.301000', '193849.166000', '193849.169000', '193849.172000', '193849.174000', '193849.177000', '193849.180000', '193849.183000', '193849.186000', '193849.188000', '193849.191000', '193849.194000', '193849.197000', '193849.200000', '193849.203000', '193849.205000', '193849.208000', '193849.211000', '193849.214000', '193849.217000', '193849.219000', '193849.222000', '193849.225000', '193849.228000', '193849.230000', '193849.233000', '193849.236000', '193849.239000', '193849.242000', '193849.245000', '193849.247000', '193849.250000', '193849.253000', '193849.256000', '193849.258000', '193849.261000', '193849.264000', '193849.267000', '193849.270000', '193849.272000', '193849.275000', '193849.278000', '193849.281000', '193849.284000', '193849.287000', '193909.166000', '193909.169000', '193909.172000', '193909.175000', '193909.177000', '193909.180000', '193909.183000', '193909.186000', '193909.189000', '193909.191000', '193909.194000', '193909.197000', '193909.200000', '193909.203000', '193909.206000', '193909.208000', '193909.211000', '193909.214000', '193909.217000', '193909.219000', '193909.222000', '193909.225000', '193909.228000', '193909.230000', '193909.233000', '193909.236000', '193909.239000', '193909.242000', '193909.244000', '193909.247000', '193909.250000', '193909.253000', '193909.256000', '193909.258000', '193909.261000', '193909.264000', '193909.267000', '193909.270000', '193909.273000', '193909.277000', '193909.280000', '193909.282000', '193909.285000', '193929.167000', '193929.170000', '193929.173000', '193929.176000', '193929.178000', '193929.181000', '193929.184000', '193929.187000', '193929.190000', '193929.192000', '193929.195000', '193929.198000', '193929.201000', '193929.204000', '193929.207000', '193929.209000', '193929.212000', '193929.215000', '193929.218000', '193929.221000', '193929.223000', '193929.226000', '193929.229000', '193929.232000', '193929.235000', '193929.237000', '193929.240000', '193929.243000', '193929.246000', '193929.249000', '193929.251000', '193929.254000', '193929.257000', '193929.260000', '193929.263000', '193929.265000', '193929.268000', '193929.271000', '193929.274000', '193929.277000', '193929.279000', '193929.282000', '193929.285000', '193929.288000', '193949.167000', '193949.170000', '193949.173000', '193949.176000', '193949.178000', '193949.181000', '193949.184000', '193949.187000', '193949.190000', '193949.192000', '193949.195000', '193949.198000', '193949.201000', '193949.204000', '193949.206000', '193949.209000', '193949.212000', '193949.215000', '193949.218000', '193949.220000', '193949.223000', '193949.226000', '193949.229000', '193949.232000', '193949.234000', '193949.237000', '193949.240000', '193949.243000', '193949.246000', '193949.249000', '193949.251000', '193949.254000', '193949.257000', '193949.260000', '193949.262000', '193949.265000', '193949.268000', '193949.281000', '193949.284000', '193949.287000', '193949.290000', '193949.292000', '193949.295000', '194009.167000', '194009.170000', '194009.173000', '194009.175000', '194009.178000', '194009.181000', '194009.184000', '194009.187000', '194009.190000', '194009.192000', '194009.195000', '194009.198000', '194009.201000', '194009.204000', '194009.207000', '194009.209000', '194009.212000', '194009.215000', '194009.218000', '194009.221000', '194009.223000', '194009.226000', '194009.229000', '194009.232000', '194009.235000', '194009.237000', '194009.240000', '194009.243000', '194009.246000', '194009.249000', '194009.251000', '194009.254000', '194009.257000', '194009.260000', '194009.263000', '194009.265000', '194009.268000', '194009.271000', '194009.274000', '194009.277000', '194009.280000', '194009.282000', '194009.285000', '194009.288000', '194022.993000', '194022.998000', '194023.002000', '194023.005000', '194023.008000', '194023.011000', '194023.015000', '194023.018000', '194023.021000', '194023.024000', '194023.027000', '194023.030000', '194023.034000', '194023.037000', '194023.041000', '194023.044000', '194023.047000', '194023.050000', '194023.053000', '194023.056000', '194023.059000', '194023.062000', '194023.065000', '194023.068000', '194023.071000', '194023.073000', '194023.076000', '194023.079000', '194023.082000', '194023.085000'], 'InstanceCreationTime': ['193229.215000', '193229.218000', '193229.221000', '193229.224000', '193229.227000', '193229.229000', '193229.232000', '193229.235000', '193229.238000', '193229.241000', '193229.243000', '193229.252000', '193229.254000', '193229.257000', '193229.260000', '193229.263000', '193229.266000', '193229.268000', '193229.271000', '193229.274000', '193229.277000', '193229.279000', '193229.282000', '193229.285000', '193229.288000', '193229.290000', '193229.293000', '193229.296000', '193229.299000', '193229.302000', '193229.305000', '193229.307000', '193229.310000', '193229.313000', '193229.316000', '193229.318000', '193229.321000', '193229.324000', '193229.327000', '193229.329000', '193229.332000', '193229.335000', '193249.167000', '193249.170000', '193249.173000', '193249.175000', '193249.178000', '193249.181000', '193249.184000', '193249.186000', '193249.189000', '193249.192000', '193249.195000', '193249.197000', '193249.200000', '193249.203000', '193249.206000', '193249.209000', '193249.212000', '193249.214000', '193249.217000', '193249.220000', '193249.223000', '193249.225000', '193249.228000', '193249.231000', '193249.234000', '193249.237000', '193249.239000', '193249.242000', '193249.245000', '193249.248000', '193249.251000', '193249.253000', '193249.256000', '193249.259000', '193249.262000', '193249.265000', '193249.267000', '193249.270000', '193249.273000', '193249.276000', '193249.278000', '193249.281000', '193249.284000', '193249.287000', '193309.167000', '193309.170000', '193309.173000', '193309.176000', '193309.179000', '193309.182000', '193309.185000', '193309.188000', '193309.191000', '193309.193000', '193309.196000', '193309.199000', '193309.202000', '193309.205000', '193309.207000', '193309.210000', '193309.219000', '193309.222000', '193309.225000', '193309.228000', '193309.231000', '193309.234000', '193309.236000', '193309.239000', '193309.242000', '193309.245000', '193309.248000', '193309.251000', '193309.254000', '193309.257000', '193309.259000', '193309.262000', '193309.265000', '193309.268000', '193309.271000', '193309.273000', '193309.276000', '193309.279000', '193309.282000', '193309.284000', '193309.287000', '193309.290000', '193309.293000', '193329.167000', '193329.170000', '193329.173000', '193329.175000', '193329.178000', '193329.181000', '193329.184000', '193329.187000', '193329.190000', '193329.193000', '193329.195000', '193329.198000', '193329.201000', '193329.204000', '193329.207000', '193329.210000', '193329.212000', '193329.215000', '193329.218000', '193329.221000', '193329.224000', '193329.226000', '193329.229000', '193329.232000', '193329.235000', '193329.237000', '193329.240000', '193329.243000', '193329.246000', '193329.249000', '193329.251000', '193329.254000', '193329.257000', '193329.260000', '193329.263000', '193329.265000', '193329.268000', '193329.271000', '193329.279000', '193329.282000', '193329.285000', '193329.288000', '193329.291000', '193329.294000', '193349.167000', '193349.170000', '193349.173000', '193349.176000', '193349.179000', '193349.181000', '193349.184000', '193349.187000', '193349.190000', '193349.193000', '193349.198000', '193349.202000', '193349.204000', '193349.207000', '193349.210000', '193349.213000', '193349.216000', '193349.218000', '193349.221000', '193349.224000', '193349.227000', '193349.229000', '193349.232000', '193349.235000', '193349.238000', '193349.241000', '193349.243000', '193349.246000', '193349.249000', '193349.252000', '193349.255000', '193349.258000', '193349.260000', '193349.263000', '193349.266000', '193349.269000', '193349.272000', '193349.274000', '193349.277000', '193349.280000', '193349.283000', '193349.286000', '193349.289000', '193409.166000', '193409.169000', '193409.171000', '193409.174000', '193409.177000', '193409.180000', '193409.183000', '193409.185000', '193409.188000', '193409.191000', '193409.210000', '193409.213000', '193409.216000', '193409.219000', '193409.221000', '193409.224000', '193409.227000', '193409.230000', '193409.233000', '193409.235000', '193409.238000', '193409.242000', '193409.244000', '193409.247000', '193409.250000', '193409.253000', '193409.256000', '193409.259000', '193409.262000', '193409.265000', '193409.267000', '193409.270000', '193409.273000', '193409.276000', '193409.279000', '193409.282000', '193409.284000', '193409.287000', '193409.290000', '193409.293000', '193409.296000', '193409.298000', '193409.301000', '193409.304000', '193429.166000', '193429.169000', '193429.172000', '193429.175000', '193429.177000', '193429.180000', '193429.183000', '193429.186000', '193429.189000', '193429.192000', '193429.195000', '193429.197000', '193429.200000', '193429.205000', '193429.209000', '193429.212000', '193429.214000', '193429.217000', '193429.220000', '193429.223000', '193429.226000', '193429.229000', '193429.232000', '193429.234000', '193429.237000', '193429.240000', '193429.243000', '193429.246000', '193429.249000', '193429.251000', '193429.254000', '193429.257000', '193429.260000', '193429.263000', '193429.266000', '193429.268000', '193429.271000', '193429.274000', '193429.277000', '193429.280000', '193429.283000', '193429.285000', '193429.288000', '193449.167000', '193449.170000', '193449.173000', '193449.176000', '193449.179000', '193449.182000', '193449.184000', '193449.187000', '193449.190000', '193449.193000', '193449.196000', '193449.199000', '193449.201000', '193449.204000', '193449.207000', '193449.210000', '193449.213000', '193449.216000', '193449.218000', '193449.221000', '193449.224000', '193449.227000', '193449.230000', '193449.233000', '193449.235000', '193449.238000', '193449.241000', '193449.244000', '193449.247000', '193449.250000', '193449.253000', '193449.255000', '193449.258000', '193449.261000', '193449.264000', '193449.275000', '193449.278000', '193449.281000', '193449.284000', '193449.287000', '193449.290000', '193449.292000', '193449.295000', '193449.298000', '193509.167000', '193509.170000', '193509.173000', '193509.175000', '193509.178000', '193509.181000', '193509.184000', '193509.187000', '193509.190000', '193509.192000', '193509.195000', '193509.198000', '193509.201000', '193509.203000', '193509.206000', '193509.209000', '193509.212000', '193509.215000', '193509.218000', '193509.221000', '193509.224000', '193509.228000', '193509.231000', '193509.234000', '193509.237000', '193509.240000', '193509.243000', '193509.245000', '193509.248000', '193509.251000', '193509.256000', '193509.259000', '193509.261000', '193509.264000', '193509.267000', '193509.270000', '193509.273000', '193509.276000', '193509.279000', '193509.281000', '193509.284000', '193509.287000', '193509.290000', '193529.167000', '193529.170000', '193529.173000', '193529.175000', '193529.178000', '193529.181000', '193529.184000', '193529.187000', '193529.190000', '193529.193000', '193529.195000', '193529.198000', '193529.201000', '193529.204000', '193529.207000', '193529.210000', '193529.213000', '193529.215000', '193529.218000', '193529.221000', '193529.224000', '193529.227000', '193529.230000', '193529.233000', '193529.236000', '193529.238000', '193529.241000', '193529.244000', '193529.247000', '193529.250000', '193529.252000', '193529.255000', '193529.258000', '193529.261000', '193529.264000', '193529.282000', '193529.285000', '193529.288000', '193529.291000', '193529.294000', '193529.297000', '193529.299000', '193529.302000', '193529.305000', '193549.167000', '193549.170000', '193549.173000', '193549.176000', '193549.178000', '193549.181000', '193549.184000', '193549.187000', '193549.190000', '193549.193000', '193549.196000', '193549.198000', '193549.201000', '193549.204000', '193549.207000', '193549.210000', '193549.213000', '193549.215000', '193549.218000', '193549.221000', '193549.224000', '193549.227000', '193549.230000', '193549.233000', '193549.236000', '193549.238000', '193549.246000', '193549.250000', '193549.253000', '193549.256000', '193549.259000', '193549.262000', '193549.265000', '193549.268000', '193549.270000', '193549.273000', '193549.276000', '193549.279000', '193549.282000', '193549.284000', '193549.287000', '193549.290000', '193549.293000', '193609.167000', '193609.170000', '193609.173000', '193609.176000', '193609.178000', '193609.181000', '193609.184000', '193609.187000', '193609.190000', '193609.193000', '193609.195000', '193609.198000', '193609.201000', '193609.204000', '193609.207000', '193609.210000', '193609.213000', '193609.216000', '193609.218000', '193609.221000', '193609.224000', '193609.227000', '193609.230000', '193609.232000', '193609.235000', '193609.238000', '193609.241000', '193609.244000', '193609.246000', '193609.249000', '193609.252000', '193609.255000', '193609.257000', '193609.260000', '193609.263000', '193609.266000', '193609.269000', '193609.272000', '193609.275000', '193609.278000', '193609.281000', '193609.284000', '193609.287000', '193609.290000', '193629.166000', '193629.169000', '193629.172000', '193629.175000', '193629.177000', '193629.180000', '193629.183000', '193629.186000', '193629.189000', '193629.191000', '193629.194000', '193629.198000', '193629.201000', '193629.204000', '193629.207000', '193629.210000', '193629.212000', '193629.215000', '193629.218000', '193629.221000', '193629.224000', '193629.227000', '193629.230000', '193629.232000', '193629.235000', '193629.238000', '193629.241000', '193629.244000', '193629.247000', '193629.250000', '193629.253000', '193629.256000', '193629.259000', '193629.262000', '193629.265000', '193629.268000', '193629.271000', '193629.273000', '193629.276000', '193629.279000', '193629.282000', '193629.285000', '193629.288000', '193649.166000', '193649.169000', '193649.172000', '193649.175000', '193649.178000', '193649.180000', '193649.183000', '193649.186000', '193649.189000', '193649.192000', '193649.195000', '193649.198000', '193649.200000', '193649.203000', '193649.206000', '193649.209000', '193649.212000', '193649.215000', '193649.218000', '193649.221000', '193649.223000', '193649.226000', '193649.229000', '193649.232000', '193649.235000', '193649.244000', '193649.248000', '193649.250000', '193649.253000', '193649.256000', '193649.259000', '193649.262000', '193649.264000', '193649.267000', '193649.270000', '193649.273000', '193649.276000', '193649.278000', '193649.281000', '193649.284000', '193649.287000', '193649.290000', '193649.292000', '193649.295000', '193709.167000', '193709.170000', '193709.173000', '193709.176000', '193709.179000', '193709.181000', '193709.184000', '193709.187000', '193709.190000', '193709.193000', '193709.196000', '193709.198000', '193709.201000', '193709.204000', '193709.207000', '193709.225000', '193709.228000', '193709.231000', '193709.233000', '193709.236000', '193709.239000', '193709.242000', '193709.245000', '193709.248000', '193709.251000', '193709.253000', '193709.256000', '193709.259000', '193709.262000', '193709.265000', '193709.268000', '193709.271000', '193709.273000', '193709.276000', '193709.279000', '193709.282000', '193709.289000', '193709.292000', '193709.295000', '193709.298000', '193709.301000', '193709.304000', '193709.307000', '193729.167000', '193729.170000', '193729.173000', '193729.176000', '193729.178000', '193729.181000', '193729.184000', '193729.187000', '193729.190000', '193729.192000', '193729.195000', '193729.198000', '193729.201000', '193729.203000', '193729.206000', '193729.209000', '193729.212000', '193729.215000', '193729.218000', '193729.220000', '193729.223000', '193729.226000', '193729.229000', '193729.232000', '193729.234000', '193729.237000', '193729.240000', '193729.243000', '193729.246000', '193729.248000', '193729.251000', '193729.254000', '193729.257000', '193729.260000', '193729.263000', '193729.265000', '193729.268000', '193729.271000', '193729.274000', '193729.277000', '193729.280000', '193729.282000', '193729.285000', '193729.288000', '193749.167000', '193749.170000', '193749.173000', '193749.176000', '193749.178000', '193749.181000', '193749.184000', '193749.187000', '193749.190000', '193749.192000', '193749.195000', '193749.198000', '193749.201000', '193749.203000', '193749.206000', '193749.209000', '193749.212000', '193749.215000', '193749.218000', '193749.220000', '193749.223000', '193749.226000', '193749.229000', '193749.232000', '193749.236000', '193749.239000', '193749.242000', '193749.244000', '193749.247000', '193749.250000', '193749.253000', '193749.258000', '193749.261000', '193749.263000', '193749.266000', '193749.269000', '193749.272000', '193749.275000', '193749.277000', '193749.280000', '193749.283000', '193749.286000', '193749.295000', '193809.167000', '193809.170000', '193809.173000', '193809.175000', '193809.178000', '193809.181000', '193809.184000', '193809.187000', '193809.189000', '193809.192000', '193809.195000', '193809.198000', '193809.200000', '193809.203000', '193809.206000', '193809.209000', '193809.212000', '193809.215000', '193809.217000', '193809.220000', '193809.223000', '193809.226000', '193809.229000', '193809.231000', '193809.234000', '193809.237000', '193809.240000', '193809.243000', '193809.246000', '193809.248000', '193809.251000', '193809.254000', '193809.257000', '193809.259000', '193809.262000', '193809.265000', '193809.268000', '193809.271000', '193809.273000', '193809.276000', '193809.279000', '193809.282000', '193809.285000', '193809.287000', '193829.167000', '193829.170000', '193829.173000', '193829.176000', '193829.178000', '193829.181000', '193829.184000', '193829.187000', '193829.190000', '193829.192000', '193829.195000', '193829.198000', '193829.201000', '193829.204000', '193829.207000', '193829.210000', '193829.212000', '193829.215000', '193829.218000', '193829.221000', '193829.224000', '193829.226000', '193829.229000', '193829.232000', '193829.235000', '193829.238000', '193829.255000', '193829.258000', '193829.261000', '193829.264000', '193829.267000', '193829.269000', '193829.272000', '193829.275000', '193829.278000', '193829.281000', '193829.283000', '193829.286000', '193829.289000', '193829.292000', '193829.295000', '193829.298000', '193829.301000', '193849.166000', '193849.169000', '193849.172000', '193849.174000', '193849.177000', '193849.180000', '193849.183000', '193849.186000', '193849.188000', '193849.191000', '193849.194000', '193849.197000', '193849.200000', '193849.203000', '193849.205000', '193849.208000', '193849.211000', '193849.214000', '193849.217000', '193849.219000', '193849.222000', '193849.225000', '193849.228000', '193849.230000', '193849.233000', '193849.236000', '193849.239000', '193849.242000', '193849.245000', '193849.247000', '193849.250000', '193849.253000', '193849.256000', '193849.258000', '193849.261000', '193849.264000', '193849.267000', '193849.270000', '193849.272000', '193849.275000', '193849.278000', '193849.281000', '193849.284000', '193849.287000', '193909.166000', '193909.169000', '193909.172000', '193909.175000', '193909.177000', '193909.180000', '193909.183000', '193909.186000', '193909.189000', '193909.191000', '193909.194000', '193909.197000', '193909.200000', '193909.203000', '193909.206000', '193909.208000', '193909.211000', '193909.214000', '193909.217000', '193909.219000', '193909.222000', '193909.225000', '193909.228000', '193909.230000', '193909.233000', '193909.236000', '193909.239000', '193909.242000', '193909.244000', '193909.247000', '193909.250000', '193909.253000', '193909.256000', '193909.258000', '193909.261000', '193909.264000', '193909.267000', '193909.270000', '193909.273000', '193909.277000', '193909.280000', '193909.282000', '193909.285000', '193929.167000', '193929.170000', '193929.173000', '193929.176000', '193929.178000', '193929.181000', '193929.184000', '193929.187000', '193929.190000', '193929.192000', '193929.195000', '193929.198000', '193929.201000', '193929.204000', '193929.207000', '193929.209000', '193929.212000', '193929.215000', '193929.218000', '193929.221000', '193929.223000', '193929.226000', '193929.229000', '193929.232000', '193929.235000', '193929.237000', '193929.240000', '193929.243000', '193929.246000', '193929.249000', '193929.251000', '193929.254000', '193929.257000', '193929.260000', '193929.263000', '193929.265000', '193929.268000', '193929.271000', '193929.274000', '193929.277000', '193929.279000', '193929.282000', '193929.285000', '193929.288000', '193949.167000', '193949.170000', '193949.173000', '193949.176000', '193949.178000', '193949.181000', '193949.184000', '193949.187000', '193949.190000', '193949.192000', '193949.195000', '193949.198000', '193949.201000', '193949.204000', '193949.206000', '193949.209000', '193949.212000', '193949.215000', '193949.218000', '193949.220000', '193949.223000', '193949.226000', '193949.229000', '193949.232000', '193949.234000', '193949.237000', '193949.240000', '193949.243000', '193949.246000', '193949.249000', '193949.251000', '193949.254000', '193949.257000', '193949.260000', '193949.262000', '193949.265000', '193949.268000', '193949.281000', '193949.284000', '193949.287000', '193949.290000', '193949.292000', '193949.295000', '194009.167000', '194009.170000', '194009.173000', '194009.175000', '194009.178000', '194009.181000', '194009.184000', '194009.187000', '194009.190000', '194009.192000', '194009.195000', '194009.198000', '194009.201000', '194009.204000', '194009.207000', '194009.209000', '194009.212000', '194009.215000', '194009.218000', '194009.221000', '194009.223000', '194009.226000', '194009.229000', '194009.232000', '194009.235000', '194009.237000', '194009.240000', '194009.243000', '194009.246000', '194009.249000', '194009.251000', '194009.254000', '194009.257000', '194009.260000', '194009.263000', '194009.265000', '194009.268000', '194009.271000', '194009.274000', '194009.277000', '194009.280000', '194009.282000', '194009.285000', '194009.288000', '194022.993000', '194022.998000', '194023.002000', '194023.005000', '194023.008000', '194023.011000', '194023.015000', '194023.018000', '194023.021000', '194023.024000', '194023.027000', '194023.030000', '194023.034000', '194023.037000', '194023.041000', '194023.044000', '194023.047000', '194023.050000', '194023.053000', '194023.056000', '194023.059000', '194023.062000', '194023.065000', '194023.068000', '194023.071000', '194023.073000', '194023.076000', '194023.079000', '194023.082000', '194023.085000'], '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': [13773, 15629, 17248, 13763, 13064, 17450, 13598, 11977, 15412, 13079, 12129, 15389, 12605, 11987, 13446, 12446, 15893, 13292, 11525, 16423, 12838, 12327, 16514, 13510, 13329, 15179, 11441, 13458, 13388, 11397, 14601, 13027, 11418, 16809, 12549, 11765, 13729, 12288, 11369, 13298, 12296, 13567, 13437, 12078, 12951, 12889, 12561, 12650, 11601, 13340, 12793, 15426, 13082, 13531, 13268, 10918, 12995, 10336, 13401, 11967, 17912, 12979, 13021, 11608, 13740, 13364, 16756, 12968, 12237, 15212, 12995, 13301, 13077, 12601, 13262, 10513, 12183, 12712, 15738, 11900, 12728, 15249, 12811, 9992, 12394, 13226, 15434, 12744, 12980, 15407, 13305, 12036, 13684, 10024, 12847, 13349, 15853, 13196, 13278, 16589, 13369, 11468, 13048, 13212, 16900, 12969, 13194, 16908, 12930, 13268, 12517, 12999, 15734, 18930, 13753, 14407, 12904, 13204, 15802, 13855, 12112, 17910, 13913, 12389, 13664, 12565, 17332, 13956, 13111, 16591, 13901, 12461, 13466, 13378, 12021, 15901, 13574, 14236, 13805, 12918, 13155, 13207, 12792, 15894, 13360, 11762, 13167, 13152, 11504, 13696, 13256, 14436, 13765, 11679, 13947, 13642, 12942, 13655, 14038, 17273, 13619, 13807, 13545, 13334, 14101, 13655, 13149, 15972, 13803, 12978, 13783, 13317, 14903, 14002, 12144, 12790, 13331, 12830, 13629, 14121, 13595, 12795, 17633, 13762, 14195, 13299, 13322, 12847, 13546, 14152, 17671, 13560, 14832, 13794, 10918, 13821, 13535, 12142, 13812, 15728, 14986, 13513, 14545, 13741, 12813, 13766, 13319, 16607, 13227, 13120, 12774, 13504, 12680, 13331, 12871, 16501, 13787, 13121, 12991, 13299, 13996, 13950, 12778, 17524, 13487, 12738, 13612, 13158, 15030, 13748, 12846, 15821, 13623, 12234, 14151, 13241, 12606, 14060, 12742, 12838, 13648, 15099, 13513, 12752, 12658, 13460, 13065, 12115, 13459, 15324, 13529, 13122, 14583, 13583, 13141, 16000, 13365, 13446, 13147, 13377, 13229, 13810, 13540, 15943, 13879, 14133, 13888, 12709, 12741, 13599, 13832, 16672, 13452, 15485, 13587, 13464, 13945, 13639, 12757, 17111, 13596, 14169, 12666, 13317, 12480, 13438, 13250, 16001, 13368, 14750, 13310, 13158, 12480, 13306, 12812, 14028, 13205, 15470, 13573, 15867, 13614, 10995, 13314, 13357, 16533, 13563, 13857, 13703, 13245, 15305, 13326, 11427, 12124, 13049, 16415, 13338, 10765, 12991, 13252, 15223, 13207, 12652, 12890, 13299, 13793, 13273, 13045, 14408, 13499, 15909, 13428, 11179, 13526, 13084, 15193, 13442, 11670, 13252, 13406, 13890, 13534, 10744, 13057, 13255, 16073, 13100, 12160, 12608, 12944, 12962, 12930, 12792, 12069, 12712, 16618, 13278, 10677, 12853, 13378, 15745, 12888, 12580, 14209, 13018, 17563, 13672, 11760, 13098, 13265, 15165, 13260, 14452, 12943, 12852, 14509, 13276, 13431, 13061, 13036, 16309, 13090, 16409, 13166, 12832, 12457, 13221, 12457, 12939, 13422, 15617, 13386, 11544, 13449, 13279, 16293, 12783, 13431, 12936, 13002, 14595, 13057, 11648, 12623, 13118, 16252, 13461, 11750, 12141, 13183, 14024, 12907, 11727, 12169, 12797, 13832, 12935, 12224, 12978, 12468, 16190, 13058, 11201, 12932, 12537, 15235, 12994, 11432, 12606, 12679, 15017, 13166, 12485, 13175, 13203, 13816, 12770, 12871, 14091, 13177, 11420, 13415, 13085, 15113, 12469, 12110, 11721, 12833, 11078, 12444, 12738, 13222, 12178, 12416, 12755, 11400, 11967, 12564, 13532, 12964, 12569, 16004, 12677, 14986, 12838, 12789, 14334, 12945, 12576, 12595, 12605, 15718, 12922, 11420, 11929, 13021, 12130, 12348, 12589, 16571, 12511, 10956, 11589, 12668, 11346, 12066, 12306, 15647, 12202, 11919, 12058, 12658, 12145, 13006, 12396, 13965, 12031, 14730, 12379, 12163, 12484, 12678, 13433, 12904, 12380, 16460, 12527, 14456, 12441, 12902, 15491, 12563, 11750, 11678, 12511, 13815, 11630, 12332, 16049, 12633, 11616, 12129, 12704, 15403, 12606, 12701, 15041, 12982, 11338, 12146, 12898, 13763, 12500, 11196, 12502, 12841, 14634, 12929, 12473, 13218, 12482, 15618, 12603, 10968, 12282, 12561, 14276, 12465, 12071, 16261, 12206, 16017, 12587, 11296, 11763, 12526, 14387, 12707, 12294, 14775, 12896, 11359, 11824, 12202, 14258, 12486, 11260, 12465, 12910, 11987, 12108, 12218, 14730, 12123, 16118, 12412, 12006, 13772, 12105, 12226, 11359, 12171, 14577, 12270, 13635, 12321, 12178, 14327, 12407, 13333, 11838, 12200, 16102, 12571, 12348, 12531, 12066, 14735, 11931, 11676, 11828, 12410, 13547, 12484, 11153, 11431, 12475, 11293, 11954, 10443, 11375, 12505, 11469, 12858, 12119, 14141, 12201, 12645, 12319, 10772, 11675, 12507, 12703, 12362, 12355, 14793, 11857, 14473, 11782, 12080, 10994, 12729, 11678, 12132, 12211, 15369, 12328, 14839, 12490, 12314, 11506, 12525, 13721, 12266, 12677, 15257, 12578, 13260, 12913, 12757, 15238, 12447, 16222, 12946, 11307, 11704, 12933, 13424, 17779, 12741, 12886, 15368, 12607, 10893, 12619, 12786, 11456, 11892, 12676, 15577, 12637, 11153, 12422, 12796, 14634, 12562, 12122, 15507, 12925, 11951, 12376, 12454, 13530, 12765, 12508, 14544, 12459, 13205, 13107, 12267, 15633, 12247, 11960, 17297, 12607, 11845, 12850, 12292, 16807, 13019, 12615, 16759, 13027, 11817, 13136, 11084, 12430, 13062, 15249, 15486, 12587, 15601, 13063, 11898, 12899, 12691, 14901, 13109, 12159, 12473, 12543, 11854, 12359, 12281, 15416, 13365, 11854, 12294, 10790, 12174, 11604, 13233, 11694, 13172, 12729, 16917, 12027, 12497, 16556, 12790, 11577, 12472, 12869, 12885, 13201, 12173, 14302, 12070, 12164, 11537, 12713, 11113, 12459, 12408, 14886, 12175, 11208, 12479, 12515, 14121, 12708, 12759, 16861, 13464, 13803, 12230, 12715, 12733, 12848, 12642, 16659, 12520, 12127, 13725, 12323, 12431, 12564, 12228, 15998, 12287, 12141, 14103, 12074, 10805, 12066, 12785, 11528, 11978, 12466, 12605, 11944, 12085, 11847, 12394, 11587, 12541, 12347, 15954, 12158, 12365, 15656, 12460, 11520, 12139, 12672, 13253, 11918, 12253, 14782, 11743, 12095, 11017, 12386, 11793, 16624, 12254, 12407, 12366, 12161, 12814, 12447, 12141, 13837, 12144, 11942, 14991, 12256, 12057, 12717, 12119, 14319, 12649, 11763, 16050, 12312, 12202, 12248, 12389, 11942, 12610, 11976, 15793, 12149, 11939, 12164, 12200, 11249, 12474, 11754, 16830, 11694, 13051, 12631, 11201, 12096, 12568, 13103, 12002, 12353, 15659, 12647, 11080, 12239, 12381, 15189, 12388, 12175, 14620, 12102, 10688, 11529, 12862, 11891, 14555, 12036, 12971, 11224, 12349, 12912, 12305, 11787, 13565, 12303, 13210, 11777, 11983, 13076, 12584, 13150, 12028, 11013, 16774, 13052, 12396, 16823, 12708, 11985, 12831, 12145, 12652, 11559, 12861, 11950, 12492, 15961, 17817, 12863, 11860, 12013, 12645, 11468, 12085, 12110, 14724, 12413, 12726, 12872, 12108, 11989, 12265, 11727, 14251, 11751, 12871, 12180, 12260, 12337, 12473, 12086, 12302, 12270, 13510, 12282, 12509, 13506, 12577, 12141, 16326, 12111, 12239, 12177, 12277, 13294, 12531, 11894, 12964, 12013, 16723, 12674, 11708, 11385, 11910, 14807, 11473, 13279, 12875, 12091, 12844, 12314, 11894, 16308, 11969, 11994, 13146, 12565, 11764, 15149, 12147, 11642, 10994, 12167, 12536, 12983, 11971, 16223, 12536, 12068, 15241, 12261, 11874, 12876, 12018, 15885, 12175, 12250, 14899, 12038, 12857, 12416, 12038, 15997, 11784, 11569, 13720, 12004, 13420, 12276, 11755, 16674, 12112, 11744, 14484, 12146, 11734, 12628, 12112, 12622, 11901, 11992, 13929, 12094, 13654, 12539, 12448, 17253, 12205, 11855, 14572, 12144, 11837, 12807, 11662, 12295, 11989, 14903, 13159, 11574, 15803, 12248, 11878, 15719, 12098, 11885, 13632, 11703, 11842, 12752, 12377, 11541, 12202, 11847, 11307, 13584, 12392, 12287, 12080, 12546, 13430, 12698, 11839, 11685, 11805, 16728, 12854, 17093, 12516, 12328, 12598, 12268, 13643, 11888, 13294, 11886, 13042, 15209, 12063, 12774, 12798, 11932, 14917, 11810, 14400, 11917, 11876], 'WindowCenter': [4499.0, 4483.0, 4469.0, 4443.0, 4430.0, 4434.0, 4399.0, 4380.0, 4410.0, 4390.0, 4391.0, 4408.0, 4387.0, 4376.0, 4384.0, 4376.0, 4396.0, 4385.0, 4365.0, 4396.0, 4374.0, 4374.0, 4394.0, 4372.0, 4371.0, 4369.0, 4349.0, 4358.0, 4358.0, 4348.0, 4366.0, 4357.0, 4348.0, 4376.0, 4358.0, 4347.0, 4368.0, 4358.0, 4347.0, 4367.0, 4360.0, 4369.0, 4370.0, 4360.0, 4370.0, 4371.0, 4371.0, 4384.0, 4374.0, 4397.0, 4388.0, 4407.0, 4386.0, 4398.0, 4388.0, 4377.0, 4401.0, 4382.0, 4413.0, 4393.0, 4424.0, 4390.0, 4399.0, 4378.0, 4400.0, 4402.0, 4422.0, 4389.0, 4379.0, 4409.0, 4398.0, 4397.0, 4399.0, 4388.0, 4399.0, 4370.0, 4402.0, 4402.0, 4411.0, 4389.0, 4401.0, 4411.0, 4387.0, 4358.0, 4389.0, 4400.0, 4408.0, 4386.0, 4386.0, 4409.0, 4388.0, 4389.0, 4412.0, 4381.0, 4415.0, 4427.0, 4424.0, 4401.0, 4403.0, 4423.0, 4403.0, 4392.0, 4414.0, 4417.0, 4436.0, 4401.0, 4399.0, 4422.0, 4388.0, 4400.0, 4390.0, 4400.0, 4411.0, 4420.0, 4387.0, 4386.0, 4373.0, 4374.0, 4395.0, 4384.0, 4374.0, 4407.0, 4386.0, 4375.0, 4384.0, 4375.0, 4405.0, 4372.0, 4371.0, 4393.0, 4383.0, 4372.0, 4383.0, 4384.0, 4374.0, 4393.0, 4370.0, 4382.0, 4384.0, 4386.0, 4384.0, 4384.0, 4385.0, 4395.0, 4372.0, 4363.0, 4372.0, 4385.0, 4364.0, 4384.0, 4385.0, 4383.0, 4383.0, 4377.0, 4397.0, 4399.0, 4387.0, 4398.0, 4400.0, 4407.0, 4386.0, 4387.0, 4385.0, 4386.0, 4385.0, 4384.0, 4384.0, 4395.0, 4386.0, 4384.0, 4384.0, 4397.0, 4397.0, 4399.0, 4387.0, 4387.0, 4397.0, 4389.0, 4400.0, 4399.0, 4399.0, 4400.0, 4420.0, 4385.0, 4386.0, 4386.0, 4398.0, 4387.0, 4397.0, 4399.0, 4408.0, 4384.0, 4393.0, 4395.0, 4366.0, 4397.0, 4399.0, 4389.0, 4400.0, 4422.0, 4409.0, 4399.0, 4399.0, 4397.0, 4387.0, 4384.0, 4386.0, 4405.0, 4383.0, 4385.0, 4386.0, 4395.0, 4387.0, 4385.0, 4385.0, 4406.0, 4383.0, 4386.0, 4398.0, 4385.0, 4385.0, 4382.0, 4385.0, 4405.0, 4385.0, 4375.0, 4383.0, 4386.0, 4394.0, 4385.0, 4385.0, 4394.0, 4385.0, 4375.0, 4396.0, 4399.0, 4386.0, 4396.0, 4388.0, 4384.0, 4395.0, 4406.0, 4398.0, 4388.0, 4385.0, 4397.0, 4398.0, 4374.0, 4385.0, 4408.0, 4397.0, 4398.0, 4395.0, 4397.0, 4387.0, 4405.0, 4386.0, 4387.0, 4387.0, 4398.0, 4388.0, 4398.0, 4399.0, 4406.0, 4396.0, 4396.0, 4397.0, 4398.0, 4387.0, 4399.0, 4412.0, 4419.0, 4398.0, 4408.0, 4387.0, 4398.0, 4396.0, 4396.0, 4388.0, 4408.0, 4387.0, 4395.0, 4386.0, 4387.0, 4386.0, 4398.0, 4387.0, 4406.0, 4384.0, 4395.0, 4384.0, 4386.0, 4385.0, 4386.0, 4386.0, 4396.0, 4396.0, 4406.0, 4387.0, 4408.0, 4398.0, 4378.0, 4397.0, 4398.0, 4418.0, 4387.0, 4398.0, 4397.0, 4397.0, 4406.0, 4398.0, 4377.0, 4375.0, 4387.0, 4408.0, 4398.0, 4377.0, 4387.0, 4398.0, 4408.0, 4387.0, 4388.0, 4387.0, 4397.0, 4398.0, 4398.0, 4400.0, 4399.0, 4398.0, 4409.0, 4399.0, 4378.0, 4397.0, 4400.0, 4408.0, 4398.0, 4378.0, 4386.0, 4400.0, 4399.0, 4399.0, 4377.0, 4399.0, 4402.0, 4420.0, 4399.0, 4389.0, 4390.0, 4400.0, 4399.0, 4399.0, 4401.0, 4388.0, 4400.0, 4420.0, 4401.0, 4380.0, 4399.0, 4401.0, 4409.0, 4389.0, 4390.0, 4399.0, 4390.0, 4421.0, 4399.0, 4389.0, 4397.0, 4399.0, 4407.0, 4388.0, 4398.0, 4388.0, 4401.0, 4410.0, 4399.0, 4399.0, 4397.0, 4398.0, 4407.0, 4388.0, 4419.0, 4397.0, 4399.0, 4387.0, 4399.0, 4386.0, 4385.0, 4398.0, 4407.0, 4398.0, 4378.0, 4397.0, 4400.0, 4419.0, 4388.0, 4397.0, 4386.0, 4399.0, 4398.0, 4388.0, 4377.0, 4385.0, 4387.0, 4407.0, 4397.0, 4377.0, 4387.0, 4398.0, 4397.0, 4385.0, 4377.0, 4386.0, 4386.0, 4397.0, 4386.0, 4388.0, 4387.0, 4388.0, 4409.0, 4399.0, 4378.0, 4386.0, 4388.0, 4407.0, 4388.0, 4377.0, 4385.0, 4386.0, 4408.0, 4387.0, 4387.0, 4386.0, 4396.0, 4388.0, 4386.0, 4386.0, 4396.0, 4398.0, 4376.0, 4396.0, 4400.0, 4409.0, 4386.0, 4387.0, 4377.0, 4388.0, 4379.0, 4388.0, 4389.0, 4399.0, 4389.0, 4389.0, 4388.0, 4390.0, 4389.0, 4401.0, 4398.0, 4398.0, 4401.0, 4408.0, 4389.0, 4410.0, 4398.0, 4400.0, 4399.0, 4400.0, 4400.0, 4388.0, 4387.0, 4410.0, 4398.0, 4388.0, 4389.0, 4399.0, 4390.0, 4390.0, 4388.0, 4420.0, 4388.0, 4379.0, 4377.0, 4400.0, 4378.0, 4387.0, 4388.0, 4408.0, 4391.0, 4390.0, 4390.0, 4401.0, 4390.0, 4400.0, 4400.0, 4410.0, 4389.0, 4411.0, 4390.0, 4391.0, 4402.0, 4402.0, 4400.0, 4389.0, 4391.0, 4410.0, 4389.0, 4409.0, 4389.0, 4390.0, 4411.0, 4390.0, 4388.0, 4377.0, 4389.0, 4397.0, 4377.0, 4390.0, 4410.0, 4389.0, 4378.0, 4387.0, 4400.0, 4408.0, 4384.0, 4385.0, 4409.0, 4399.0, 4378.0, 4388.0, 4400.0, 4399.0, 4388.0, 4377.0, 4388.0, 4400.0, 4409.0, 4390.0, 4388.0, 4388.0, 4388.0, 4409.0, 4389.0, 4378.0, 4388.0, 4389.0, 4408.0, 4390.0, 4388.0, 4407.0, 4387.0, 4411.0, 4388.0, 4377.0, 4376.0, 4389.0, 4397.0, 4386.0, 4389.0, 4397.0, 4387.0, 4378.0, 4390.0, 4390.0, 4397.0, 4388.0, 4378.0, 4388.0, 4400.0, 4390.0, 4389.0, 4402.0, 4410.0, 4390.0, 4421.0, 4401.0, 4401.0, 4399.0, 4387.0, 4389.0, 4379.0, 4389.0, 4408.0, 4389.0, 4399.0, 4389.0, 4390.0, 4398.0, 4389.0, 4398.0, 4377.0, 4389.0, 4409.0, 4389.0, 4387.0, 4387.0, 4388.0, 4408.0, 4377.0, 4376.0, 4376.0, 4387.0, 4387.0, 4387.0, 4378.0, 4377.0, 4401.0, 4379.0, 4388.0, 4379.0, 4391.0, 4402.0, 4391.0, 4402.0, 4402.0, 4410.0, 4389.0, 4400.0, 4401.0, 4381.0, 4393.0, 4402.0, 4402.0, 4402.0, 4402.0, 4411.0, 4391.0, 4412.0, 4391.0, 4404.0, 4393.0, 4414.0, 4392.0, 4391.0, 4391.0, 4412.0, 4402.0, 4412.0, 4400.0, 4392.0, 4391.0, 4401.0, 4401.0, 4389.0, 4389.0, 4411.0, 4390.0, 4401.0, 4400.0, 4399.0, 4407.0, 4388.0, 4420.0, 4389.0, 4380.0, 4389.0, 4400.0, 4401.0, 4420.0, 4375.0, 4387.0, 4397.0, 4377.0, 4366.0, 4386.0, 4387.0, 4375.0, 4375.0, 4386.0, 4407.0, 4387.0, 4376.0, 4388.0, 4400.0, 4410.0, 4387.0, 4388.0, 4398.0, 4387.0, 4376.0, 4375.0, 4375.0, 4386.0, 4374.0, 4376.0, 4396.0, 4387.0, 4387.0, 4385.0, 4376.0, 4395.0, 4374.0, 4364.0, 4406.0, 4376.0, 4374.0, 4386.0, 4376.0, 4404.0, 4383.0, 4374.0, 4395.0, 4385.0, 4373.0, 4386.0, 4376.0, 4386.0, 4398.0, 4408.0, 4396.0, 4376.0, 4397.0, 4386.0, 4376.0, 4386.0, 4387.0, 4407.0, 4386.0, 4377.0, 4387.0, 4388.0, 4377.0, 4376.0, 4375.0, 4398.0, 4384.0, 4377.0, 4376.0, 4367.0, 4388.0, 4389.0, 4401.0, 4390.0, 4400.0, 4390.0, 4422.0, 4377.0, 4388.0, 4408.0, 4386.0, 4376.0, 4386.0, 4388.0, 4386.0, 4385.0, 4374.0, 4385.0, 4374.0, 4374.0, 4376.0, 4387.0, 4377.0, 4387.0, 4389.0, 4398.0, 4376.0, 4367.0, 4386.0, 4388.0, 4398.0, 4388.0, 4389.0, 4421.0, 4388.0, 4387.0, 4365.0, 4376.0, 4374.0, 4385.0, 4388.0, 4407.0, 4389.0, 4378.0, 4385.0, 4388.0, 4377.0, 4388.0, 4388.0, 4408.0, 4375.0, 4376.0, 4385.0, 4375.0, 4367.0, 4387.0, 4398.0, 4378.0, 4377.0, 4387.0, 4386.0, 4376.0, 4388.0, 4378.0, 4388.0, 4379.0, 4390.0, 4390.0, 4410.0, 4388.0, 4388.0, 4408.0, 4387.0, 4378.0, 4387.0, 4400.0, 4398.0, 4379.0, 4388.0, 4398.0, 4376.0, 4378.0, 4366.0, 4389.0, 4388.0, 4406.0, 4377.0, 4375.0, 4375.0, 4376.0, 4387.0, 4385.0, 4385.0, 4386.0, 4386.0, 4386.0, 4396.0, 4376.0, 4377.0, 4387.0, 4387.0, 4397.0, 4386.0, 4377.0, 4395.0, 4376.0, 4376.0, 4375.0, 4387.0, 4376.0, 4387.0, 4378.0, 4396.0, 4375.0, 4375.0, 4388.0, 4390.0, 4378.0, 4389.0, 4390.0, 4418.0, 4377.0, 4389.0, 4389.0, 4378.0, 4388.0, 4389.0, 4400.0, 4375.0, 4387.0, 4408.0, 4388.0, 4377.0, 4389.0, 4389.0, 4410.0, 4377.0, 4376.0, 4394.0, 4374.0, 4366.0, 4374.0, 4388.0, 4387.0, 4396.0, 4376.0, 4385.0, 4364.0, 4376.0, 4386.0, 4388.0, 4378.0, 4385.0, 4376.0, 4385.0, 4365.0, 4375.0, 4386.0, 4388.0, 4397.0, 4402.0, 4382.0, 4409.0, 4386.0, 4377.0, 4407.0, 4375.0, 4365.0, 4386.0, 4375.0, 4374.0, 4365.0, 4387.0, 4378.0, 4390.0, 4413.0, 4422.0, 4379.0, 4378.0, 4363.0, 4374.0, 4363.0, 4362.0, 4374.0, 4385.0, 4377.0, 4376.0, 4388.0, 4378.0, 4375.0, 4375.0, 4377.0, 4384.0, 4367.0, 4388.0, 4378.0, 4390.0, 4388.0, 4389.0, 4391.0, 4387.0, 4389.0, 4401.0, 4389.0, 4402.0, 4400.0, 4391.0, 4390.0, 4410.0, 4380.0, 4390.0, 4389.0, 4389.0, 4389.0, 4390.0, 4379.0, 4387.0, 4378.0, 4409.0, 4389.0, 4378.0, 4377.0, 4379.0, 4398.0, 4376.0, 4389.0, 4387.0, 4378.0, 4388.0, 4376.0, 4378.0, 4408.0, 4364.0, 4365.0, 4374.0, 4375.0, 4376.0, 4394.0, 4375.0, 4364.0, 4353.0, 4374.0, 4375.0, 4386.0, 4377.0, 4406.0, 4376.0, 4376.0, 4395.0, 4376.0, 4376.0, 4387.0, 4388.0, 4406.0, 4387.0, 4378.0, 4395.0, 4375.0, 4386.0, 4387.0, 4389.0, 4406.0, 4377.0, 4377.0, 4384.0, 4375.0, 4384.0, 4376.0, 4376.0, 4408.0, 4375.0, 4375.0, 4384.0, 4375.0, 4375.0, 4386.0, 4387.0, 4385.0, 4377.0, 4378.0, 4395.0, 4377.0, 4387.0, 4387.0, 4388.0, 4406.0, 4373.0, 4363.0, 4383.0, 4375.0, 4374.0, 4385.0, 4376.0, 4374.0, 4376.0, 4397.0, 4374.0, 4365.0, 4395.0, 4375.0, 4375.0, 4394.0, 4372.0, 4374.0, 4383.0, 4363.0, 4364.0, 4386.0, 4387.0, 4375.0, 4387.0, 4376.0, 4366.0, 4399.0, 4388.0, 4388.0, 4388.0, 4389.0, 4388.0, 4388.0, 4389.0, 4378.0, 4388.0, 4409.0, 4389.0, 4421.0, 4388.0, 4387.0, 4387.0, 4376.0, 4385.0, 4374.0, 4385.0, 4376.0, 4386.0, 4408.0, 4389.0, 4389.0, 4385.0, 4375.0, 4382.0, 4362.0, 4383.0, 4363.0, 4375.0], 'WindowWidth': [9878.0, 9847.0, 9828.0, 9772.0, 9746.0, 9741.0, 9682.0, 9657.0, 9704.0, 9671.0, 9673.0, 9694.0, 9665.0, 9648.0, 9654.0, 9646.0, 9676.0, 9656.0, 9632.0, 9678.0, 9642.0, 9640.0, 9673.0, 9634.0, 9633.0, 9627.0, 9596.0, 9609.0, 9606.0, 9594.0, 9618.0, 9605.0, 9594.0, 9633.0, 9608.0, 9593.0, 9621.0, 9608.0, 9593.0, 9620.0, 9613.0, 9625.0, 9628.0, 9616.0, 9628.0, 9632.0, 9635.0, 9654.0, 9642.0, 9676.0, 9665.0, 9690.0, 9660.0, 9679.0, 9665.0, 9651.0, 9686.0, 9665.0, 9706.0, 9681.0, 9733.0, 9672.0, 9682.0, 9653.0, 9683.0, 9690.0, 9720.0, 9666.0, 9654.0, 9696.0, 9680.0, 9677.0, 9683.0, 9668.0, 9683.0, 9644.0, 9691.0, 9690.0, 9706.0, 9668.0, 9685.0, 9703.0, 9664.0, 9626.0, 9670.0, 9685.0, 9694.0, 9659.0, 9661.0, 9698.0, 9665.0, 9668.0, 9705.0, 9663.0, 9715.0, 9732.0, 9732.0, 9692.0, 9694.0, 9728.0, 9694.0, 9681.0, 9713.0, 9720.0, 9753.0, 9690.0, 9685.0, 9724.0, 9669.0, 9688.0, 9674.0, 9686.0, 9710.0, 9722.0, 9664.0, 9663.0, 9638.0, 9638.0, 9670.0, 9653.0, 9642.0, 9699.0, 9662.0, 9644.0, 9655.0, 9643.0, 9688.0, 9633.0, 9634.0, 9667.0, 9651.0, 9637.0, 9650.0, 9653.0, 9642.0, 9666.0, 9630.0, 9648.0, 9653.0, 9659.0, 9656.0, 9655.0, 9657.0, 9678.0, 9637.0, 9626.0, 9636.0, 9655.0, 9627.0, 9655.0, 9660.0, 9654.0, 9652.0, 9651.0, 9678.0, 9683.0, 9666.0, 9679.0, 9688.0, 9696.0, 9661.0, 9664.0, 9656.0, 9660.0, 9660.0, 9654.0, 9656.0, 9676.0, 9660.0, 9656.0, 9656.0, 9676.0, 9679.0, 9681.0, 9666.0, 9663.0, 9677.0, 9670.0, 9685.0, 9686.0, 9682.0, 9687.0, 9718.0, 9659.0, 9661.0, 9660.0, 9679.0, 9664.0, 9678.0, 9686.0, 9702.0, 9654.0, 9667.0, 9671.0, 9633.0, 9680.0, 9685.0, 9669.0, 9687.0, 9721.0, 9699.0, 9684.0, 9686.0, 9678.0, 9665.0, 9656.0, 9659.0, 9688.0, 9652.0, 9658.0, 9660.0, 9673.0, 9665.0, 9657.0, 9658.0, 9690.0, 9653.0, 9661.0, 9681.0, 9659.0, 9658.0, 9649.0, 9657.0, 9689.0, 9656.0, 9643.0, 9653.0, 9660.0, 9670.0, 9657.0, 9658.0, 9671.0, 9657.0, 9645.0, 9674.0, 9681.0, 9662.0, 9677.0, 9668.0, 9657.0, 9672.0, 9693.0, 9679.0, 9667.0, 9660.0, 9677.0, 9682.0, 9642.0, 9658.0, 9694.0, 9677.0, 9681.0, 9674.0, 9677.0, 9664.0, 9687.0, 9662.0, 9665.0, 9663.0, 9681.0, 9668.0, 9681.0, 9684.0, 9696.0, 9676.0, 9677.0, 9680.0, 9681.0, 9667.0, 9683.0, 9708.0, 9714.0, 9678.0, 9697.0, 9663.0, 9679.0, 9677.0, 9676.0, 9667.0, 9701.0, 9664.0, 9674.0, 9659.0, 9663.0, 9661.0, 9678.0, 9666.0, 9689.0, 9656.0, 9672.0, 9654.0, 9660.0, 9658.0, 9661.0, 9663.0, 9675.0, 9677.0, 9688.0, 9662.0, 9696.0, 9680.0, 9653.0, 9676.0, 9681.0, 9710.0, 9665.0, 9680.0, 9676.0, 9678.0, 9692.0, 9680.0, 9653.0, 9645.0, 9662.0, 9695.0, 9679.0, 9651.0, 9664.0, 9683.0, 9696.0, 9665.0, 9668.0, 9664.0, 9679.0, 9680.0, 9681.0, 9686.0, 9682.0, 9679.0, 9700.0, 9682.0, 9655.0, 9677.0, 9684.0, 9696.0, 9679.0, 9652.0, 9662.0, 9684.0, 9685.0, 9683.0, 9653.0, 9684.0, 9689.0, 9714.0, 9683.0, 9671.0, 9671.0, 9686.0, 9685.0, 9684.0, 9688.0, 9669.0, 9686.0, 9718.0, 9689.0, 9661.0, 9683.0, 9687.0, 9700.0, 9670.0, 9673.0, 9682.0, 9671.0, 9722.0, 9685.0, 9671.0, 9679.0, 9682.0, 9694.0, 9667.0, 9683.0, 9667.0, 9689.0, 9700.0, 9685.0, 9685.0, 9678.0, 9681.0, 9699.0, 9668.0, 9713.0, 9679.0, 9683.0, 9665.0, 9683.0, 9665.0, 9661.0, 9680.0, 9694.0, 9680.0, 9654.0, 9677.0, 9687.0, 9712.0, 9667.0, 9680.0, 9662.0, 9681.0, 9681.0, 9667.0, 9654.0, 9660.0, 9662.0, 9693.0, 9677.0, 9650.0, 9662.0, 9680.0, 9678.0, 9659.0, 9650.0, 9663.0, 9662.0, 9680.0, 9661.0, 9666.0, 9663.0, 9665.0, 9700.0, 9683.0, 9655.0, 9662.0, 9666.0, 9693.0, 9666.0, 9651.0, 9660.0, 9662.0, 9695.0, 9664.0, 9665.0, 9662.0, 9676.0, 9667.0, 9660.0, 9663.0, 9676.0, 9680.0, 9650.0, 9676.0, 9685.0, 9697.0, 9664.0, 9664.0, 9651.0, 9665.0, 9655.0, 9666.0, 9669.0, 9684.0, 9671.0, 9670.0, 9667.0, 9674.0, 9670.0, 9687.0, 9684.0, 9682.0, 9688.0, 9699.0, 9671.0, 9702.0, 9681.0, 9686.0, 9688.0, 9685.0, 9686.0, 9667.0, 9665.0, 9701.0, 9682.0, 9669.0, 9670.0, 9683.0, 9674.0, 9673.0, 9669.0, 9719.0, 9669.0, 9659.0, 9653.0, 9685.0, 9655.0, 9666.0, 9668.0, 9700.0, 9675.0, 9674.0, 9672.0, 9688.0, 9673.0, 9687.0, 9686.0, 9699.0, 9671.0, 9705.0, 9673.0, 9676.0, 9691.0, 9691.0, 9689.0, 9671.0, 9676.0, 9704.0, 9669.0, 9700.0, 9668.0, 9672.0, 9707.0, 9673.0, 9667.0, 9651.0, 9668.0, 9679.0, 9651.0, 9672.0, 9704.0, 9671.0, 9656.0, 9665.0, 9687.0, 9697.0, 9657.0, 9662.0, 9703.0, 9681.0, 9653.0, 9665.0, 9686.0, 9684.0, 9668.0, 9652.0, 9667.0, 9685.0, 9698.0, 9670.0, 9670.0, 9666.0, 9666.0, 9701.0, 9672.0, 9655.0, 9666.0, 9670.0, 9698.0, 9673.0, 9670.0, 9694.0, 9666.0, 9704.0, 9667.0, 9651.0, 9648.0, 9669.0, 9679.0, 9661.0, 9670.0, 9681.0, 9665.0, 9655.0, 9672.0, 9674.0, 9682.0, 9667.0, 9654.0, 9667.0, 9686.0, 9673.0, 9673.0, 9692.0, 9701.0, 9674.0, 9721.0, 9688.0, 9691.0, 9685.0, 9666.0, 9671.0, 9656.0, 9669.0, 9698.0, 9669.0, 9685.0, 9671.0, 9673.0, 9684.0, 9670.0, 9683.0, 9651.0, 9669.0, 9706.0, 9670.0, 9667.0, 9664.0, 9666.0, 9698.0, 9650.0, 9649.0, 9646.0, 9664.0, 9666.0, 9665.0, 9654.0, 9652.0, 9688.0, 9656.0, 9669.0, 9657.0, 9676.0, 9692.0, 9678.0, 9692.0, 9693.0, 9702.0, 9672.0, 9691.0, 9689.0, 9665.0, 9681.0, 9693.0, 9695.0, 9693.0, 9693.0, 9706.0, 9677.0, 9709.0, 9675.0, 9697.0, 9684.0, 9713.0, 9682.0, 9676.0, 9677.0, 9707.0, 9691.0, 9707.0, 9688.0, 9679.0, 9678.0, 9689.0, 9690.0, 9668.0, 9672.0, 9702.0, 9672.0, 9689.0, 9687.0, 9685.0, 9694.0, 9666.0, 9716.0, 9669.0, 9659.0, 9670.0, 9684.0, 9691.0, 9723.0, 9646.0, 9665.0, 9676.0, 9648.0, 9633.0, 9661.0, 9663.0, 9647.0, 9643.0, 9659.0, 9693.0, 9665.0, 9650.0, 9667.0, 9686.0, 9699.0, 9661.0, 9666.0, 9685.0, 9662.0, 9650.0, 9644.0, 9645.0, 9664.0, 9640.0, 9647.0, 9676.0, 9663.0, 9665.0, 9657.0, 9644.0, 9674.0, 9641.0, 9628.0, 9694.0, 9646.0, 9642.0, 9661.0, 9648.0, 9686.0, 9653.0, 9640.0, 9672.0, 9657.0, 9640.0, 9660.0, 9648.0, 9659.0, 9679.0, 9698.0, 9675.0, 9646.0, 9678.0, 9659.0, 9646.0, 9659.0, 9664.0, 9694.0, 9659.0, 9650.0, 9662.0, 9665.0, 9653.0, 9647.0, 9646.0, 9681.0, 9654.0, 9649.0, 9648.0, 9639.0, 9667.0, 9672.0, 9689.0, 9674.0, 9687.0, 9673.0, 9723.0, 9653.0, 9664.0, 9698.0, 9660.0, 9647.0, 9659.0, 9665.0, 9662.0, 9657.0, 9642.0, 9659.0, 9638.0, 9642.0, 9645.0, 9663.0, 9650.0, 9663.0, 9670.0, 9681.0, 9647.0, 9636.0, 9662.0, 9667.0, 9684.0, 9666.0, 9672.0, 9722.0, 9667.0, 9662.0, 9628.0, 9644.0, 9642.0, 9659.0, 9666.0, 9692.0, 9667.0, 9654.0, 9657.0, 9664.0, 9649.0, 9665.0, 9666.0, 9695.0, 9643.0, 9645.0, 9657.0, 9644.0, 9636.0, 9664.0, 9680.0, 9655.0, 9648.0, 9664.0, 9661.0, 9647.0, 9664.0, 9653.0, 9668.0, 9656.0, 9671.0, 9673.0, 9701.0, 9666.0, 9665.0, 9694.0, 9662.0, 9652.0, 9663.0, 9685.0, 9683.0, 9653.0, 9667.0, 9681.0, 9647.0, 9652.0, 9636.0, 9668.0, 9670.0, 9693.0, 9648.0, 9647.0, 9643.0, 9646.0, 9663.0, 9659.0, 9661.0, 9662.0, 9662.0, 9663.0, 9676.0, 9648.0, 9651.0, 9662.0, 9664.0, 9677.0, 9661.0, 9651.0, 9674.0, 9647.0, 9647.0, 9644.0, 9664.0, 9649.0, 9664.0, 9654.0, 9677.0, 9647.0, 9646.0, 9666.0, 9672.0, 9654.0, 9670.0, 9674.0, 9710.0, 9650.0, 9670.0, 9668.0, 9654.0, 9666.0, 9668.0, 9686.0, 9646.0, 9661.0, 9698.0, 9667.0, 9650.0, 9669.0, 9670.0, 9701.0, 9651.0, 9645.0, 9671.0, 9640.0, 9632.0, 9642.0, 9667.0, 9668.0, 9675.0, 9645.0, 9659.0, 9626.0, 9645.0, 9663.0, 9666.0, 9654.0, 9660.0, 9647.0, 9662.0, 9629.0, 9644.0, 9661.0, 9663.0, 9681.0, 9694.0, 9665.0, 9702.0, 9660.0, 9648.0, 9692.0, 9644.0, 9629.0, 9660.0, 9644.0, 9640.0, 9629.0, 9663.0, 9652.0, 9671.0, 9708.0, 9728.0, 9657.0, 9651.0, 9624.0, 9637.0, 9619.0, 9618.0, 9639.0, 9659.0, 9648.0, 9645.0, 9664.0, 9651.0, 9643.0, 9643.0, 9647.0, 9654.0, 9631.0, 9664.0, 9651.0, 9669.0, 9666.0, 9669.0, 9673.0, 9663.0, 9668.0, 9689.0, 9669.0, 9688.0, 9687.0, 9673.0, 9674.0, 9702.0, 9656.0, 9673.0, 9668.0, 9668.0, 9671.0, 9669.0, 9656.0, 9663.0, 9651.0, 9701.0, 9666.0, 9652.0, 9648.0, 9653.0, 9680.0, 9647.0, 9670.0, 9664.0, 9650.0, 9665.0, 9644.0, 9650.0, 9697.0, 9626.0, 9630.0, 9642.0, 9642.0, 9645.0, 9667.0, 9640.0, 9628.0, 9609.0, 9639.0, 9643.0, 9659.0, 9648.0, 9689.0, 9645.0, 9646.0, 9670.0, 9646.0, 9646.0, 9662.0, 9664.0, 9688.0, 9663.0, 9652.0, 9670.0, 9644.0, 9662.0, 9663.0, 9667.0, 9692.0, 9649.0, 9649.0, 9653.0, 9642.0, 9657.0, 9647.0, 9648.0, 9694.0, 9645.0, 9644.0, 9655.0, 9641.0, 9643.0, 9660.0, 9662.0, 9660.0, 9649.0, 9653.0, 9672.0, 9649.0, 9667.0, 9662.0, 9665.0, 9689.0, 9637.0, 9625.0, 9651.0, 9642.0, 9640.0, 9658.0, 9645.0, 9641.0, 9647.0, 9680.0, 9642.0, 9627.0, 9672.0, 9641.0, 9643.0, 9669.0, 9636.0, 9639.0, 9651.0, 9623.0, 9626.0, 9658.0, 9663.0, 9645.0, 9662.0, 9647.0, 9633.0, 9683.0, 9664.0, 9667.0, 9666.0, 9669.0, 9667.0, 9665.0, 9668.0, 9652.0, 9669.0, 9705.0, 9672.0, 9720.0, 9669.0, 9664.0, 9661.0, 9646.0, 9657.0, 9641.0, 9658.0, 9645.0, 9663.0, 9694.0, 9669.0, 9668.0, 9657.0, 9641.0, 9651.0, 9621.0, 9652.0, 9624.0, 9641.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.0006021661998132587</td></tr>
<tr><td colspan=3>aqi</td><td>0.02291982203548086</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.39823525326168</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2910536283177572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0045857005981302</td></tr>
<tr><td colspan=3>efc</td><td>0.5188</td></tr>
<tr><td colspan=3>fber</td><td>3250.2581</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09405645339565802</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5480859010270773</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.289094984663976</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.194360947682358</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.514183303693563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.158740702616008</td></tr>
<tr><td colspan=3>gcor</td><td>0.00909014</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015271087177097797</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028459826484322548</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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>4.241196383125023</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.4268</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.7758</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.95</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1135.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.8263</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1124</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.924</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3538.5881</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.2682</td></tr>
<tr><td colspan=3>tsnr</td><td>39.63763945293613</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>