<?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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-01/func/sub-0102_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>73e3abac96f9ddfda12cc2564b3eef1c</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>16:43:26.190000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995179, 0.0156896, -0.0968125, -0.0170234, 0.999771, -0.0129662]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10707</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>[4211, -7806, -7284, 214, -89, -83, -62, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>75d5e88c-3ac7-4fae-908a-8158666bd139||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669992446899414, -0.04567256197333336, -0.26078474521636963, 119.35115814208984], [-0.0420941561460495, 2.682312488555908, -0.03928980976343155, -96.31464385986328], [-0.2597409784793854, 0.03478739783167839, 2.687089204788208, -68.3446044921875], [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': ['164326.190000', '164326.650000', '164327.110000', '164327.570000', '164328.030000', '164328.490000', '164328.950000', '164329.410000', '164329.870000', '164330.330000', '164330.790000', '164331.250000', '164331.710000', '164332.170000', '164332.630000', '164333.090000', '164333.550000', '164334.010000', '164334.470000', '164334.930000', '164335.390000', '164335.850000', '164336.310000', '164336.770000', '164337.230000', '164337.690000', '164338.150000', '164338.610000', '164339.070000', '164339.530000', '164339.990000', '164340.450000', '164340.910000', '164341.370000', '164341.830000', '164342.290000', '164342.750000', '164343.210000', '164343.670000', '164344.130000', '164344.590000', '164345.050000', '164345.510000', '164345.970000', '164346.430000', '164346.890000', '164347.350000', '164347.810000', '164348.270000', '164348.730000', '164349.190000', '164349.650000', '164350.110000', '164350.570000', '164351.030000', '164351.490000', '164351.950000', '164352.410000', '164352.870000', '164353.330000', '164353.790000', '164354.250000', '164354.710000', '164355.170000', '164355.630000', '164356.090000', '164356.550000', '164357.010000', '164357.470000', '164357.930000', '164358.390000', '164358.850000', '164359.310000', '164359.770000', '164400.230000', '164400.690000', '164401.150000', '164401.610000', '164402.070000', '164402.530000', '164402.990000', '164403.450000', '164403.910000', '164404.370000', '164404.830000', '164405.290000', '164405.750000', '164406.210000', '164406.670000', '164407.130000', '164407.590000', '164408.050000', '164408.510000', '164408.970000', '164409.430000', '164409.890000', '164410.350000', '164410.810000', '164411.270000', '164411.730000', '164412.190000', '164412.650000', '164413.110000', '164413.570000', '164414.030000', '164414.490000', '164414.950000', '164415.410000', '164415.870000', '164416.330000', '164416.790000', '164417.250000', '164417.710000', '164418.170000', '164418.630000', '164419.090000', '164419.550000', '164420.010000', '164420.470000', '164420.930000', '164421.390000', '164421.850000', '164422.310000', '164422.770000', '164423.230000', '164423.690000', '164424.150000', '164424.610000', '164425.070000', '164425.530000', '164425.990000', '164426.450000', '164426.910000', '164427.370000', '164427.830000', '164428.290000', '164428.750000', '164429.210000', '164429.670000', '164430.130000', '164430.590000', '164431.050000', '164431.510000', '164431.970000', '164432.430000', '164432.890000', '164433.350000', '164433.810000', '164434.270000', '164434.730000', '164435.190000', '164435.650000', '164436.110000', '164436.570000', '164437.030000', '164437.490000', '164437.950000', '164438.410000', '164438.870000', '164439.330000', '164439.790000', '164440.250000', '164440.710000', '164441.170000', '164441.630000', '164442.090000', '164442.550000', '164443.010000', '164443.470000', '164443.930000', '164444.390000', '164444.850000', '164445.310000', '164445.770000', '164446.230000', '164446.690000', '164447.150000', '164447.610000', '164448.070000', '164448.530000', '164448.990000', '164449.450000', '164449.910000', '164450.370000', '164450.830000', '164451.290000', '164451.750000', '164452.210000', '164452.670000', '164453.130000', '164453.590000', '164454.050000', '164454.510000', '164454.970000', '164455.430000', '164455.890000', '164456.350000', '164456.810000', '164457.270000', '164457.730000', '164458.190000', '164458.650000', '164459.110000', '164459.570000', '164500.030000', '164500.490000', '164500.950000', '164501.410000', '164501.870000', '164502.330000', '164502.790000', '164503.250000', '164503.710000', '164504.170000', '164504.630000', '164505.090000', '164505.550000', '164506.010000', '164506.470000', '164506.930000', '164507.390000', '164507.850000', '164508.310000', '164508.770000', '164509.230000', '164509.690000', '164510.150000', '164510.610000', '164511.070000', '164511.530000', '164511.990000', '164512.450000', '164512.910000', '164513.370000', '164513.830000', '164514.290000', '164514.750000', '164515.210000', '164515.670000', '164516.130000', '164516.590000', '164517.050000', '164517.510000', '164517.970000', '164518.430000', '164518.890000', '164519.350000', '164519.810000', '164520.270000', '164520.730000', '164521.190000', '164521.650000', '164522.110000', '164522.570000', '164523.030000', '164523.490000', '164523.950000', '164524.410000', '164524.870000', '164525.330000', '164525.790000', '164526.250000', '164526.710000', '164527.170000', '164527.630000', '164528.090000', '164528.550000', '164529.010000', '164529.470000', '164529.930000', '164530.390000', '164530.850000', '164531.310000', '164531.770000', '164532.230000', '164532.690000', '164533.150000', '164533.610000', '164534.070000', '164534.530000', '164534.990000', '164535.450000', '164535.910000', '164536.370000', '164536.830000', '164537.290000', '164537.750000', '164538.210000', '164538.670000', '164539.130000', '164539.590000', '164540.050000', '164540.510000', '164540.970000', '164541.430000', '164541.890000', '164542.350000', '164542.810000', '164543.270000', '164543.730000', '164544.190000', '164544.650000', '164545.110000', '164545.570000', '164546.030000', '164546.490000', '164546.950000', '164547.410000', '164547.870000', '164548.330000', '164548.790000', '164549.250000', '164549.710000', '164550.170000', '164550.630000', '164551.090000', '164551.550000', '164552.010000', '164552.470000', '164552.930000', '164553.390000', '164553.850000', '164554.310000', '164554.770000', '164555.230000', '164555.690000', '164556.150000', '164556.610000', '164557.070000', '164557.530000', '164557.990000', '164558.450000', '164558.910000', '164559.370000', '164559.830000', '164600.290000', '164600.750000', '164601.210000', '164601.670000', '164602.130000', '164602.590000', '164603.050000', '164603.510000', '164603.970000', '164604.430000', '164604.890000', '164605.350000', '164605.810000', '164606.270000', '164606.730000', '164607.190000', '164607.650000', '164608.110000', '164608.570000', '164609.030000', '164609.490000', '164609.950000', '164610.410000', '164610.870000', '164611.330000', '164611.790000', '164612.250000', '164612.710000', '164613.170000', '164613.630000', '164614.090000', '164614.550000', '164615.010000', '164615.470000', '164615.930000', '164616.390000', '164616.850000', '164617.310000', '164617.770000', '164618.230000', '164618.690000', '164619.150000', '164619.610000', '164620.070000', '164620.530000', '164620.990000', '164621.450000', '164621.910000', '164622.370000', '164622.830000', '164623.290000', '164623.750000', '164624.210000', '164624.670000', '164625.130000', '164625.590000', '164626.050000', '164626.510000', '164626.970000', '164627.430000', '164627.890000', '164628.350000', '164628.810000', '164629.270000', '164629.730000', '164630.190000', '164630.650000', '164631.110000', '164631.570000', '164632.030000', '164632.490000', '164632.950000', '164633.410000', '164633.870000', '164634.330000', '164634.790000', '164635.250000', '164635.710000', '164636.170000', '164636.630000', '164637.090000', '164637.550000', '164638.010000', '164638.470000', '164638.930000', '164639.390000', '164639.850000', '164640.310000', '164640.770000', '164641.230000', '164641.690000', '164642.150000', '164642.610000', '164643.070000', '164643.530000', '164643.990000', '164644.450000', '164644.910000', '164645.370000', '164645.830000', '164646.290000', '164646.750000', '164647.210000', '164647.670000', '164648.130000', '164648.590000', '164649.050000', '164649.510000', '164649.970000', '164650.430000', '164650.890000', '164651.350000', '164651.810000', '164652.270000', '164652.730000', '164653.190000', '164653.650000', '164654.110000', '164654.570000', '164655.030000', '164655.490000', '164655.950000', '164656.410000', '164656.870000', '164657.330000', '164657.790000', '164658.250000', '164658.710000', '164659.170000', '164659.630000', '164700.090000', '164700.550000', '164701.010000', '164701.470000', '164701.930000', '164702.390000', '164702.850000', '164703.310000', '164703.770000', '164704.230000', '164704.690000', '164705.150000', '164705.610000', '164706.070000', '164706.530000', '164706.990000', '164707.450000', '164707.910000', '164708.370000', '164708.830000', '164709.290000', '164709.750000', '164710.210000', '164710.670000', '164711.130000', '164711.590000', '164712.050000', '164712.510000', '164712.970000', '164713.430000', '164713.890000', '164714.350000', '164714.810000', '164715.270000', '164715.730000', '164716.190000', '164716.650000', '164717.110000', '164717.570000', '164718.030000', '164718.490000', '164718.950000', '164719.410000', '164719.870000', '164720.330000', '164720.790000', '164721.250000', '164721.710000', '164722.170000', '164722.630000', '164723.090000', '164723.550000', '164724.010000', '164724.470000', '164724.930000', '164725.390000', '164725.850000', '164726.310000', '164726.770000', '164727.230000', '164727.690000', '164728.150000', '164728.610000', '164729.070000', '164729.530000', '164729.990000', '164730.450000', '164730.910000', '164731.370000', '164731.830000', '164732.290000', '164732.750000', '164733.210000', '164733.670000', '164734.130000', '164734.590000', '164735.050000', '164735.510000', '164735.970000', '164736.430000', '164736.890000', '164737.350000', '164737.810000', '164738.270000', '164738.730000', '164739.190000', '164739.650000', '164740.110000', '164740.570000', '164741.030000', '164741.490000', '164741.950000', '164742.410000', '164742.870000', '164743.330000', '164743.790000', '164744.250000', '164744.710000', '164745.170000', '164745.630000', '164746.090000', '164746.550000', '164747.010000', '164747.470000', '164747.930000', '164748.390000', '164748.850000', '164749.310000', '164749.770000', '164750.230000', '164750.690000', '164751.150000', '164751.610000', '164752.070000', '164752.530000', '164752.990000', '164753.450000', '164753.910000', '164754.370000', '164754.830000', '164755.290000', '164755.750000', '164756.210000', '164756.670000', '164757.130000', '164757.590000', '164758.050000', '164758.510000', '164758.970000', '164759.430000', '164759.890000', '164800.350000', '164800.810000', '164801.270000', '164801.730000', '164802.190000', '164802.650000', '164803.110000', '164803.570000', '164804.030000', '164804.490000', '164804.950000', '164805.410000', '164805.870000', '164806.330000', '164806.790000', '164807.250000', '164807.710000', '164808.170000', '164808.630000', '164809.090000', '164809.550000', '164810.010000', '164810.470000', '164810.930000', '164811.390000', '164811.850000', '164812.310000', '164812.770000', '164813.230000', '164813.690000', '164814.150000', '164814.610000', '164815.070000', '164815.530000', '164815.990000', '164816.450000', '164816.910000', '164817.370000', '164817.830000', '164818.290000', '164818.750000', '164819.210000', '164819.670000', '164820.130000', '164820.590000', '164821.050000', '164821.510000', '164821.970000', '164822.430000', '164822.890000', '164823.350000', '164823.810000', '164824.270000', '164824.730000', '164825.190000', '164825.650000', '164826.110000', '164826.570000', '164827.030000', '164827.490000', '164827.950000', '164828.410000', '164828.870000', '164829.330000', '164829.790000', '164830.250000', '164830.710000', '164831.170000', '164831.630000', '164832.090000', '164832.550000', '164833.010000', '164833.470000', '164833.930000', '164834.390000', '164834.850000', '164835.310000', '164835.770000', '164836.230000', '164836.690000', '164837.150000', '164837.610000', '164838.070000', '164838.530000', '164838.990000', '164839.450000', '164839.910000', '164840.370000', '164840.830000', '164841.290000', '164841.750000', '164842.210000', '164842.670000', '164843.130000', '164843.590000', '164844.050000', '164844.510000', '164844.970000', '164845.430000', '164845.890000', '164846.350000', '164846.810000', '164847.270000', '164847.730000', '164848.190000', '164848.650000', '164849.110000', '164849.570000', '164850.030000', '164850.490000', '164850.950000', '164851.410000', '164851.870000', '164852.330000', '164852.790000', '164853.250000', '164853.710000', '164854.170000', '164854.630000', '164855.090000', '164855.550000', '164856.010000', '164856.470000', '164856.930000', '164857.390000', '164857.850000', '164858.310000', '164858.770000', '164859.230000', '164859.690000', '164900.150000', '164900.610000', '164901.070000', '164901.530000', '164901.990000', '164902.450000', '164902.910000', '164903.370000', '164903.830000', '164904.290000', '164904.750000', '164905.210000', '164905.670000', '164906.130000', '164906.590000', '164907.050000', '164907.510000', '164907.970000', '164908.430000', '164908.890000', '164909.350000', '164909.810000', '164910.270000', '164910.730000', '164911.190000', '164911.650000', '164912.110000', '164912.570000', '164913.030000', '164913.490000', '164913.950000', '164914.410000', '164914.870000', '164915.330000', '164915.790000', '164916.250000', '164916.710000', '164917.170000', '164917.630000', '164918.090000', '164918.550000', '164919.010000', '164919.470000', '164919.930000', '164920.390000', '164920.850000', '164921.310000', '164921.770000', '164922.230000', '164922.690000', '164923.150000', '164923.610000', '164924.070000', '164924.530000', '164924.990000', '164925.450000', '164925.910000', '164926.370000', '164926.830000', '164927.290000', '164927.750000', '164928.210000', '164928.670000', '164929.130000', '164929.590000', '164930.050000', '164930.510000', '164930.970000', '164931.430000', '164931.890000', '164932.350000', '164932.810000', '164933.270000', '164933.730000', '164934.190000', '164934.650000', '164935.110000', '164935.570000', '164936.030000', '164936.490000', '164936.950000', '164937.410000', '164937.870000', '164938.330000', '164938.790000', '164939.250000', '164939.710000', '164940.170000', '164940.630000', '164941.090000', '164941.550000', '164942.010000', '164942.470000', '164942.930000', '164943.390000', '164943.850000', '164944.310000', '164944.770000', '164945.230000', '164945.690000', '164946.150000', '164946.610000', '164947.070000', '164947.530000', '164947.990000', '164948.450000', '164948.910000', '164949.370000', '164949.830000', '164950.290000', '164950.750000', '164951.210000', '164951.670000', '164952.130000', '164952.590000', '164953.050000', '164953.510000', '164953.970000', '164954.430000', '164954.890000', '164955.350000', '164955.810000', '164956.270000', '164956.730000', '164957.190000', '164957.650000', '164958.110000', '164958.570000', '164959.030000', '164959.490000', '164959.950000', '165000.410000', '165000.870000', '165001.330000', '165001.790000', '165002.250000', '165002.710000', '165003.170000', '165003.630000', '165004.090000', '165004.550000', '165005.010000', '165005.470000', '165005.930000', '165006.390000', '165006.850000', '165007.310000', '165007.770000', '165008.230000', '165008.690000', '165009.150000', '165009.610000', '165010.070000', '165010.530000', '165010.990000', '165011.450000', '165011.910000', '165012.370000', '165012.830000', '165013.290000', '165013.750000', '165014.210000', '165014.670000', '165015.130000', '165015.590000', '165016.050000', '165016.510000', '165016.970000', '165017.430000', '165017.890000', '165018.350000', '165018.810000', '165019.270000', '165019.730000', '165020.190000', '165020.650000', '165021.110000', '165021.570000', '165022.030000', '165022.490000', '165022.950000', '165023.410000', '165023.870000', '165024.330000', '165024.790000', '165025.250000', '165025.710000', '165026.170000', '165026.630000', '165027.090000', '165027.550000', '165028.010000', '165028.470000', '165028.930000', '165029.390000', '165029.850000', '165030.310000', '165030.770000', '165031.230000', '165031.690000', '165032.150000', '165032.610000', '165033.070000', '165033.530000', '165033.990000', '165034.450000', '165034.910000', '165035.370000', '165035.830000', '165036.290000', '165036.750000', '165037.210000', '165037.670000', '165038.130000', '165038.590000', '165039.050000', '165039.510000', '165039.970000', '165040.430000', '165040.890000', '165041.350000', '165041.810000', '165042.270000', '165042.730000', '165043.190000', '165043.650000', '165044.110000', '165044.570000', '165045.030000', '165045.490000', '165045.950000', '165046.410000', '165046.870000', '165047.330000', '165047.790000', '165048.250000', '165048.710000', '165049.170000', '165049.630000', '165050.090000', '165050.550000', '165051.010000', '165051.470000', '165051.930000', '165052.390000', '165052.850000', '165053.310000', '165053.770000', '165054.230000', '165054.690000', '165055.150000', '165055.610000', '165056.070000', '165056.530000', '165056.990000', '165057.450000', '165057.910000', '165058.370000', '165058.830000', '165059.290000', '165059.750000', '165100.210000', '165100.670000', '165101.130000', '165101.590000', '165102.050000', '165102.510000', '165102.970000', '165103.430000', '165103.890000', '165104.350000', '165104.810000', '165105.270000', '165105.730000', '165106.190000', '165106.650000', '165107.110000', '165107.570000', '165108.030000', '165108.490000', '165108.950000', '165109.410000', '165109.870000', '165110.330000', '165110.790000', '165111.250000', '165111.710000', '165112.170000', '165112.630000', '165113.090000', '165113.550000', '165114.010000', '165114.470000', '165114.930000', '165115.390000', '165115.850000', '165116.310000', '165116.770000', '165117.230000', '165117.690000', '165118.150000', '165118.610000', '165119.070000', '165119.530000', '165119.990000', '165120.450000', '165120.910000', '165121.370000', '165121.830000', '165122.290000', '165122.750000', '165123.210000', '165123.670000', '165124.130000', '165124.590000', '165125.050000', '165125.510000', '165125.970000', '165126.430000', '165126.890000', '165127.350000', '165127.810000', '165128.270000', '165128.730000', '165129.190000', '165129.650000', '165130.110000', '165130.570000', '165131.030000', '165131.490000', '165131.950000', '165132.410000', '165132.870000', '165133.330000', '165133.790000', '165134.250000', '165134.710000', '165135.170000', '165135.630000', '165136.090000', '165136.550000', '165137.010000', '165137.470000', '165137.930000', '165138.390000', '165138.850000', '165139.310000'], 'ContentTime': ['164337.342000', '164337.345000', '164337.348000', '164337.351000', '164337.353000', '164337.356000', '164337.358000', '164337.362000', '164337.364000', '164337.367000', '164337.369000', '164337.372000', '164337.375000', '164337.378000', '164337.380000', '164337.385000', '164337.401000', '164337.412000', '164337.415000', '164337.417000', '164337.420000', '164357.310000', '164357.313000', '164357.316000', '164357.319000', '164357.322000', '164357.324000', '164357.327000', '164357.329000', '164357.332000', '164357.334000', '164357.343000', '164357.346000', '164357.349000', '164357.351000', '164357.354000', '164357.356000', '164357.359000', '164357.361000', '164357.364000', '164357.366000', '164357.369000', '164357.371000', '164357.374000', '164357.376000', '164357.379000', '164357.382000', '164357.384000', '164357.387000', '164357.389000', '164357.392000', '164357.395000', '164357.397000', '164357.400000', '164357.403000', '164357.405000', '164357.408000', '164357.411000', '164357.413000', '164357.416000', '164357.418000', '164357.421000', '164357.424000', '164357.428000', '164357.431000', '164417.310000', '164417.313000', '164417.316000', '164417.318000', '164417.321000', '164417.324000', '164417.326000', '164417.329000', '164417.332000', '164417.334000', '164417.337000', '164417.340000', '164417.342000', '164417.345000', '164417.347000', '164417.350000', '164417.353000', '164417.355000', '164417.358000', '164417.360000', '164417.363000', '164417.366000', '164417.368000', '164417.371000', '164417.373000', '164417.376000', '164417.378000', '164417.381000', '164417.384000', '164417.386000', '164417.389000', '164417.391000', '164417.394000', '164417.397000', '164417.399000', '164417.402000', '164417.404000', '164417.407000', '164417.409000', '164417.412000', '164417.415000', '164417.417000', '164417.420000', '164417.422000', '164437.310000', '164437.313000', '164437.316000', '164437.318000', '164437.321000', '164437.324000', '164437.326000', '164437.329000', '164437.331000', '164437.334000', '164437.336000', '164437.339000', '164437.341000', '164437.344000', '164437.347000', '164437.349000', '164437.352000', '164437.354000', '164437.357000', '164437.360000', '164437.362000', '164437.365000', '164437.367000', '164437.370000', '164437.372000', '164437.375000', '164437.378000', '164437.380000', '164437.383000', '164437.385000', '164437.388000', '164437.391000', '164437.393000', '164437.396000', '164437.398000', '164437.401000', '164437.403000', '164437.406000', '164437.409000', '164437.411000', '164437.414000', '164437.416000', '164437.419000', '164457.311000', '164457.314000', '164457.317000', '164457.320000', '164457.322000', '164457.325000', '164457.327000', '164457.330000', '164457.333000', '164457.335000', '164457.338000', '164457.340000', '164457.343000', '164457.345000', '164457.348000', '164457.351000', '164457.353000', '164457.356000', '164457.359000', '164457.361000', '164457.364000', '164457.367000', '164457.369000', '164457.372000', '164457.374000', '164457.377000', '164457.380000', '164457.382000', '164457.385000', '164457.387000', '164457.390000', '164457.393000', '164457.395000', '164457.398000', '164457.402000', '164457.405000', '164457.407000', '164457.410000', '164457.413000', '164457.415000', '164457.418000', '164457.421000', '164457.423000', '164517.312000', '164517.314000', '164517.329000', '164517.332000', '164517.335000', '164517.337000', '164517.340000', '164517.342000', '164517.345000', '164517.348000', '164517.350000', '164517.353000', '164517.355000', '164517.358000', '164517.361000', '164517.363000', '164517.366000', '164517.369000', '164517.371000', '164517.374000', '164517.377000', '164517.380000', '164517.382000', '164517.385000', '164517.388000', '164517.390000', '164517.393000', '164517.395000', '164517.398000', '164517.401000', '164517.403000', '164517.406000', '164517.409000', '164517.411000', '164517.414000', '164517.417000', '164517.419000', '164517.422000', '164517.424000', '164517.427000', '164517.430000', '164517.432000', '164517.435000', '164517.438000', '164537.310000', '164537.313000', '164537.317000', '164537.320000', '164537.322000', '164537.325000', '164537.328000', '164537.330000', '164537.333000', '164537.335000', '164537.338000', '164537.341000', '164537.343000', '164537.346000', '164537.349000', '164537.351000', '164537.354000', '164537.356000', '164537.359000', '164537.362000', '164537.364000', '164537.367000', '164537.369000', '164537.372000', '164537.375000', '164537.377000', '164537.380000', '164537.383000', '164537.385000', '164537.388000', '164537.391000', '164537.393000', '164537.396000', '164537.399000', '164537.401000', '164537.404000', '164537.407000', '164537.410000', '164537.412000', '164537.415000', '164537.418000', '164537.421000', '164537.424000', '164557.310000', '164557.313000', '164557.316000', '164557.319000', '164557.321000', '164557.324000', '164557.327000', '164557.330000', '164557.332000', '164557.335000', '164557.337000', '164557.340000', '164557.343000', '164557.345000', '164557.348000', '164557.350000', '164557.353000', '164557.355000', '164557.358000', '164557.361000', '164557.363000', '164557.366000', '164557.368000', '164557.371000', '164557.374000', '164557.376000', '164557.379000', '164557.381000', '164557.384000', '164557.387000', '164557.389000', '164557.392000', '164557.395000', '164557.397000', '164557.400000', '164557.402000', '164557.405000', '164557.408000', '164557.410000', '164557.413000', '164557.416000', '164557.418000', '164557.421000', '164557.424000', '164617.310000', '164617.313000', '164617.316000', '164617.318000', '164617.321000', '164617.331000', '164617.333000', '164617.336000', '164617.339000', '164617.341000', '164617.344000', '164617.346000', '164617.349000', '164617.352000', '164617.354000', '164617.357000', '164617.359000', '164617.362000', '164617.364000', '164617.367000', '164617.370000', '164617.372000', '164617.375000', '164617.377000', '164617.380000', '164617.383000', '164617.385000', '164617.388000', '164617.391000', '164617.394000', '164617.396000', '164617.401000', '164617.403000', '164617.406000', '164617.408000', '164617.411000', '164617.414000', '164617.416000', '164617.419000', '164617.422000', '164617.424000', '164617.427000', '164617.429000', '164637.310000', '164637.313000', '164637.316000', '164637.319000', '164637.322000', '164637.324000', '164637.327000', '164637.329000', '164637.332000', '164637.335000', '164637.337000', '164637.340000', '164637.343000', '164637.345000', '164637.348000', '164637.350000', '164637.353000', '164637.356000', '164637.358000', '164637.361000', '164637.363000', '164637.366000', '164637.369000', '164637.371000', '164637.374000', '164637.376000', '164637.379000', '164637.382000', '164637.384000', '164637.387000', '164637.390000', '164637.392000', '164637.395000', '164637.398000', '164637.400000', '164637.403000', '164637.406000', '164637.408000', '164637.411000', '164637.414000', '164637.416000', '164637.440000', '164637.443000', '164637.446000', '164657.310000', '164657.313000', '164657.316000', '164657.318000', '164657.321000', '164657.324000', '164657.326000', '164657.329000', '164657.332000', '164657.334000', '164657.337000', '164657.339000', '164657.342000', '164657.345000', '164657.347000', '164657.350000', '164657.353000', '164657.355000', '164657.358000', '164657.360000', '164657.363000', '164657.366000', '164657.368000', '164657.371000', '164657.374000', '164657.376000', '164657.379000', '164657.381000', '164657.384000', '164657.387000', '164657.389000', '164657.392000', '164657.395000', '164657.398000', '164657.400000', '164657.403000', '164657.405000', '164657.408000', '164657.410000', '164657.413000', '164657.416000', '164657.418000', '164657.421000', '164717.312000', '164717.314000', '164717.317000', '164717.320000', '164717.322000', '164717.325000', '164717.327000', '164717.330000', '164717.333000', '164717.335000', '164717.338000', '164717.341000', '164717.343000', '164717.346000', '164717.348000', '164717.351000', '164717.354000', '164717.357000', '164717.359000', '164717.362000', '164717.364000', '164717.367000', '164717.370000', '164717.373000', '164717.375000', '164717.378000', '164717.381000', '164717.383000', '164717.386000', '164717.388000', '164717.391000', '164717.394000', '164717.396000', '164717.399000', '164717.402000', '164717.404000', '164717.407000', '164717.409000', '164717.412000', '164717.415000', '164717.417000', '164717.420000', '164717.423000', '164717.425000', '164737.311000', '164737.314000', '164737.317000', '164737.320000', '164737.323000', '164737.326000', '164737.328000', '164737.331000', '164737.334000', '164737.336000', '164737.339000', '164737.342000', '164737.344000', '164737.347000', '164737.349000', '164737.352000', '164737.355000', '164737.357000', '164737.360000', '164737.363000', '164737.365000', '164737.368000', '164737.370000', '164737.373000', '164737.376000', '164737.378000', '164737.381000', '164737.384000', '164737.386000', '164737.389000', '164737.391000', '164737.394000', '164737.397000', '164737.399000', '164737.402000', '164737.405000', '164737.407000', '164737.410000', '164737.412000', '164737.415000', '164737.418000', '164737.420000', '164737.423000', '164757.310000', '164757.313000', '164757.316000', '164757.318000', '164757.321000', '164757.324000', '164757.326000', '164757.329000', '164757.331000', '164757.334000', '164757.337000', '164757.339000', '164757.342000', '164757.344000', '164757.347000', '164757.350000', '164757.352000', '164757.355000', '164757.357000', '164757.360000', '164757.363000', '164757.365000', '164757.368000', '164757.370000', '164757.373000', '164757.376000', '164757.378000', '164757.381000', '164757.384000', '164757.387000', '164757.389000', '164757.392000', '164757.395000', '164757.397000', '164757.400000', '164757.403000', '164757.405000', '164757.408000', '164757.411000', '164757.413000', '164757.416000', '164757.418000', '164757.421000', '164757.424000', '164817.311000', '164817.313000', '164817.316000', '164817.319000', '164817.321000', '164817.324000', '164817.326000', '164817.329000', '164817.332000', '164817.334000', '164817.337000', '164817.339000', '164817.342000', '164817.345000', '164817.347000', '164817.350000', '164817.353000', '164817.355000', '164817.358000', '164817.361000', '164817.363000', '164817.366000', '164817.397000', '164817.399000', '164817.402000', '164817.404000', '164817.407000', '164817.410000', '164817.412000', '164817.415000', '164817.418000', '164817.420000', '164817.423000', '164817.425000', '164817.428000', '164817.431000', '164817.434000', '164817.436000', '164817.439000', '164817.442000', '164817.444000', '164817.447000', '164817.449000', '164837.311000', '164837.314000', '164837.316000', '164837.319000', '164837.322000', '164837.324000', '164837.327000', '164837.330000', '164837.333000', '164837.335000', '164837.338000', '164837.341000', '164837.343000', '164837.346000', '164837.349000', '164837.351000', '164837.354000', '164837.356000', '164837.359000', '164837.362000', '164837.364000', '164837.367000', '164837.370000', '164837.372000', '164837.375000', '164837.377000', '164837.380000', '164837.383000', '164837.385000', '164837.388000', '164837.391000', '164837.394000', '164837.396000', '164837.399000', '164837.401000', '164837.404000', '164837.407000', '164837.409000', '164837.412000', '164837.415000', '164837.417000', '164837.420000', '164837.422000', '164837.425000', '164857.311000', '164857.314000', '164857.316000', '164857.319000', '164857.322000', '164857.324000', '164857.327000', '164857.329000', '164857.332000', '164857.335000', '164857.337000', '164857.340000', '164857.342000', '164857.345000', '164857.348000', '164857.350000', '164857.353000', '164857.355000', '164857.358000', '164857.360000', '164857.363000', '164857.366000', '164857.368000', '164857.371000', '164857.374000', '164857.376000', '164857.379000', '164857.382000', '164857.384000', '164857.387000', '164857.390000', '164857.392000', '164857.395000', '164857.398000', '164857.401000', '164857.403000', '164857.406000', '164857.409000', '164857.411000', '164857.414000', '164857.417000', '164857.419000', '164857.422000', '164917.310000', '164917.313000', '164917.316000', '164917.319000', '164917.323000', '164917.326000', '164917.329000', '164917.331000', '164917.334000', '164917.336000', '164917.339000', '164917.342000', '164917.344000', '164917.347000', '164917.350000', '164917.352000', '164917.355000', '164917.358000', '164917.360000', '164917.363000', '164917.366000', '164917.368000', '164917.371000', '164917.374000', '164917.376000', '164917.379000', '164917.382000', '164917.384000', '164917.387000', '164917.389000', '164917.392000', '164917.395000', '164917.397000', '164917.400000', '164917.403000', '164917.405000', '164917.408000', '164917.411000', '164917.413000', '164917.416000', '164917.418000', '164917.421000', '164917.424000', '164917.426000', '164937.311000', '164937.314000', '164937.317000', '164937.320000', '164937.323000', '164937.325000', '164937.328000', '164937.330000', '164937.333000', '164937.336000', '164937.338000', '164937.341000', '164937.344000', '164937.346000', '164937.349000', '164937.351000', '164937.354000', '164937.357000', '164937.359000', '164937.362000', '164937.364000', '164937.367000', '164937.370000', '164937.372000', '164937.375000', '164937.377000', '164937.380000', '164937.383000', '164937.385000', '164937.388000', '164937.390000', '164937.393000', '164937.396000', '164937.409000', '164937.411000', '164937.414000', '164937.417000', '164937.419000', '164937.422000', '164937.424000', '164937.427000', '164937.430000', '164937.432000', '164957.311000', '164957.314000', '164957.317000', '164957.320000', '164957.323000', '164957.326000', '164957.328000', '164957.331000', '164957.333000', '164957.336000', '164957.339000', '164957.341000', '164957.344000', '164957.347000', '164957.349000', '164957.352000', '164957.354000', '164957.357000', '164957.360000', '164957.362000', '164957.365000', '164957.367000', '164957.370000', '164957.373000', '164957.375000', '164957.378000', '164957.381000', '164957.383000', '164957.386000', '164957.389000', '164957.391000', '164957.394000', '164957.397000', '164957.399000', '164957.402000', '164957.405000', '164957.407000', '164957.410000', '164957.412000', '164957.415000', '164957.418000', '164957.420000', '164957.423000', '164957.426000', '165017.310000', '165017.313000', '165017.316000', '165017.319000', '165017.322000', '165017.324000', '165017.327000', '165017.330000', '165017.332000', '165017.335000', '165017.337000', '165017.340000', '165017.343000', '165017.346000', '165017.348000', '165017.351000', '165017.354000', '165017.356000', '165017.359000', '165017.362000', '165017.364000', '165017.367000', '165017.369000', '165017.372000', '165017.375000', '165017.377000', '165017.380000', '165017.383000', '165017.385000', '165017.388000', '165017.391000', '165017.393000', '165017.396000', '165017.399000', '165017.401000', '165017.404000', '165017.407000', '165017.409000', '165017.412000', '165017.415000', '165017.417000', '165017.420000', '165017.422000', '165037.311000', '165037.313000', '165037.316000', '165037.319000', '165037.321000', '165037.324000', '165037.327000', '165037.329000', '165037.332000', '165037.335000', '165037.337000', '165037.340000', '165037.343000', '165037.345000', '165037.348000', '165037.350000', '165037.353000', '165037.356000', '165037.358000', '165037.361000', '165037.364000', '165037.366000', '165037.369000', '165037.371000', '165037.374000', '165037.377000', '165037.379000', '165037.382000', '165037.385000', '165037.387000', '165037.390000', '165037.392000', '165037.395000', '165037.398000', '165037.400000', '165037.403000', '165037.405000', '165037.408000', '165037.411000', '165037.413000', '165037.416000', '165037.419000', '165037.421000', '165057.310000', '165057.313000', '165057.316000', '165057.319000', '165057.321000', '165057.324000', '165057.327000', '165057.329000', '165057.332000', '165057.335000', '165057.337000', '165057.340000', '165057.342000', '165057.345000', '165057.348000', '165057.350000', '165057.353000', '165057.356000', '165057.358000', '165057.361000', '165057.363000', '165057.366000', '165057.368000', '165057.371000', '165057.374000', '165057.376000', '165057.379000', '165057.382000', '165057.384000', '165057.387000', '165057.389000', '165057.392000', '165057.395000', '165057.397000', '165057.400000', '165057.402000', '165057.405000', '165057.408000', '165057.410000', '165057.413000', '165057.415000', '165057.418000', '165057.421000', '165057.423000', '165117.310000', '165117.313000', '165117.316000', '165117.319000', '165117.321000', '165117.324000', '165117.327000', '165117.329000', '165117.332000', '165117.335000', '165117.337000', '165117.340000', '165117.342000', '165117.345000', '165117.348000', '165117.350000', '165117.353000', '165117.356000', '165117.359000', '165117.362000', '165117.365000', '165117.368000', '165117.370000', '165117.373000', '165117.375000', '165117.378000', '165117.381000', '165117.383000', '165117.386000', '165117.389000', '165117.391000', '165117.394000', '165117.396000', '165117.399000', '165117.402000', '165117.404000', '165117.407000', '165117.410000', '165117.413000', '165117.416000', '165117.419000', '165117.421000', '165117.424000', '165137.310000', '165137.313000', '165137.316000', '165137.319000', '165137.322000', '165137.324000', '165137.327000', '165137.330000', '165137.332000', '165137.335000', '165137.338000', '165137.340000', '165137.343000', '165137.346000', '165137.348000', '165137.351000', '165137.353000', '165137.356000', '165137.359000', '165137.361000', '165137.364000', '165137.367000', '165137.369000', '165137.372000', '165137.374000', '165137.387000', '165137.390000', '165137.392000', '165137.395000', '165137.398000', '165137.400000', '165137.403000', '165137.405000', '165137.408000', '165137.411000', '165137.413000', '165137.416000', '165137.418000', '165137.421000', '165137.424000', '165137.426000', '165137.429000', '165137.432000', '165137.434000', '165140.803000', '165140.806000', '165140.809000', '165140.811000', '165140.814000', '165140.817000', '165140.820000', '165140.823000'], 'InstanceCreationTime': ['164337.342000', '164337.345000', '164337.348000', '164337.351000', '164337.353000', '164337.356000', '164337.358000', '164337.362000', '164337.364000', '164337.367000', '164337.369000', '164337.372000', '164337.375000', '164337.378000', '164337.380000', '164337.385000', '164337.401000', '164337.412000', '164337.415000', '164337.417000', '164337.420000', '164357.310000', '164357.313000', '164357.316000', '164357.319000', '164357.322000', '164357.324000', '164357.327000', '164357.329000', '164357.332000', '164357.334000', '164357.343000', '164357.346000', '164357.349000', '164357.351000', '164357.354000', '164357.356000', '164357.359000', '164357.361000', '164357.364000', '164357.366000', '164357.369000', '164357.371000', '164357.374000', '164357.376000', '164357.379000', '164357.382000', '164357.384000', '164357.387000', '164357.389000', '164357.392000', '164357.395000', '164357.397000', '164357.400000', '164357.403000', '164357.405000', '164357.408000', '164357.411000', '164357.413000', '164357.416000', '164357.418000', '164357.421000', '164357.424000', '164357.428000', '164357.431000', '164417.310000', '164417.313000', '164417.316000', '164417.318000', '164417.321000', '164417.324000', '164417.326000', '164417.329000', '164417.332000', '164417.334000', '164417.337000', '164417.340000', '164417.342000', '164417.345000', '164417.347000', '164417.350000', '164417.353000', '164417.355000', '164417.358000', '164417.360000', '164417.363000', '164417.366000', '164417.368000', '164417.371000', '164417.373000', '164417.376000', '164417.378000', '164417.381000', '164417.384000', '164417.386000', '164417.389000', '164417.391000', '164417.394000', '164417.397000', '164417.399000', '164417.402000', '164417.404000', '164417.407000', '164417.409000', '164417.412000', '164417.415000', '164417.417000', '164417.420000', '164417.422000', '164437.310000', '164437.313000', '164437.316000', '164437.318000', '164437.321000', '164437.324000', '164437.326000', '164437.329000', '164437.331000', '164437.334000', '164437.336000', '164437.339000', '164437.341000', '164437.344000', '164437.347000', '164437.349000', '164437.352000', '164437.354000', '164437.357000', '164437.360000', '164437.362000', '164437.365000', '164437.367000', '164437.370000', '164437.372000', '164437.375000', '164437.378000', '164437.380000', '164437.383000', '164437.385000', '164437.388000', '164437.391000', '164437.393000', '164437.396000', '164437.398000', '164437.401000', '164437.403000', '164437.406000', '164437.409000', '164437.411000', '164437.414000', '164437.416000', '164437.419000', '164457.311000', '164457.314000', '164457.317000', '164457.320000', '164457.322000', '164457.325000', '164457.327000', '164457.330000', '164457.333000', '164457.335000', '164457.338000', '164457.340000', '164457.343000', '164457.345000', '164457.348000', '164457.351000', '164457.353000', '164457.356000', '164457.359000', '164457.361000', '164457.364000', '164457.367000', '164457.369000', '164457.372000', '164457.374000', '164457.377000', '164457.380000', '164457.382000', '164457.385000', '164457.387000', '164457.390000', '164457.393000', '164457.395000', '164457.398000', '164457.402000', '164457.405000', '164457.407000', '164457.410000', '164457.413000', '164457.415000', '164457.418000', '164457.421000', '164457.423000', '164517.312000', '164517.314000', '164517.329000', '164517.332000', '164517.335000', '164517.337000', '164517.340000', '164517.342000', '164517.345000', '164517.348000', '164517.350000', '164517.353000', '164517.355000', '164517.358000', '164517.361000', '164517.363000', '164517.366000', '164517.369000', '164517.371000', '164517.374000', '164517.377000', '164517.380000', '164517.382000', '164517.385000', '164517.388000', '164517.390000', '164517.393000', '164517.395000', '164517.398000', '164517.401000', '164517.403000', '164517.406000', '164517.409000', '164517.411000', '164517.414000', '164517.417000', '164517.419000', '164517.422000', '164517.424000', '164517.427000', '164517.430000', '164517.432000', '164517.435000', '164517.438000', '164537.310000', '164537.313000', '164537.317000', '164537.320000', '164537.322000', '164537.325000', '164537.328000', '164537.330000', '164537.333000', '164537.335000', '164537.338000', '164537.341000', '164537.343000', '164537.346000', '164537.349000', '164537.351000', '164537.354000', '164537.356000', '164537.359000', '164537.362000', '164537.364000', '164537.367000', '164537.369000', '164537.372000', '164537.375000', '164537.377000', '164537.380000', '164537.383000', '164537.385000', '164537.388000', '164537.391000', '164537.393000', '164537.396000', '164537.399000', '164537.401000', '164537.404000', '164537.407000', '164537.410000', '164537.412000', '164537.415000', '164537.418000', '164537.421000', '164537.424000', '164557.310000', '164557.313000', '164557.316000', '164557.319000', '164557.321000', '164557.324000', '164557.327000', '164557.330000', '164557.332000', '164557.335000', '164557.337000', '164557.340000', '164557.343000', '164557.345000', '164557.348000', '164557.350000', '164557.353000', '164557.355000', '164557.358000', '164557.361000', '164557.363000', '164557.366000', '164557.368000', '164557.371000', '164557.374000', '164557.376000', '164557.379000', '164557.381000', '164557.384000', '164557.387000', '164557.389000', '164557.392000', '164557.395000', '164557.397000', '164557.400000', '164557.402000', '164557.405000', '164557.408000', '164557.410000', '164557.413000', '164557.416000', '164557.418000', '164557.421000', '164557.424000', '164617.310000', '164617.313000', '164617.316000', '164617.318000', '164617.321000', '164617.331000', '164617.333000', '164617.336000', '164617.339000', '164617.341000', '164617.344000', '164617.346000', '164617.349000', '164617.352000', '164617.354000', '164617.357000', '164617.359000', '164617.362000', '164617.364000', '164617.367000', '164617.370000', '164617.372000', '164617.375000', '164617.377000', '164617.380000', '164617.383000', '164617.385000', '164617.388000', '164617.391000', '164617.394000', '164617.396000', '164617.401000', '164617.403000', '164617.406000', '164617.408000', '164617.411000', '164617.414000', '164617.416000', '164617.419000', '164617.422000', '164617.424000', '164617.427000', '164617.429000', '164637.310000', '164637.313000', '164637.316000', '164637.319000', '164637.322000', '164637.324000', '164637.327000', '164637.329000', '164637.332000', '164637.335000', '164637.337000', '164637.340000', '164637.343000', '164637.345000', '164637.348000', '164637.350000', '164637.353000', '164637.356000', '164637.358000', '164637.361000', '164637.363000', '164637.366000', '164637.369000', '164637.371000', '164637.374000', '164637.376000', '164637.379000', '164637.382000', '164637.384000', '164637.387000', '164637.390000', '164637.392000', '164637.395000', '164637.398000', '164637.400000', '164637.403000', '164637.406000', '164637.408000', '164637.411000', '164637.414000', '164637.416000', '164637.440000', '164637.443000', '164637.446000', '164657.310000', '164657.313000', '164657.316000', '164657.318000', '164657.321000', '164657.324000', '164657.326000', '164657.329000', '164657.332000', '164657.334000', '164657.337000', '164657.339000', '164657.342000', '164657.345000', '164657.347000', '164657.350000', '164657.353000', '164657.355000', '164657.358000', '164657.360000', '164657.363000', '164657.366000', '164657.368000', '164657.371000', '164657.374000', '164657.376000', '164657.379000', '164657.381000', '164657.384000', '164657.387000', '164657.389000', '164657.392000', '164657.395000', '164657.398000', '164657.400000', '164657.403000', '164657.405000', '164657.408000', '164657.410000', '164657.413000', '164657.416000', '164657.418000', '164657.421000', '164717.312000', '164717.314000', '164717.317000', '164717.320000', '164717.322000', '164717.325000', '164717.327000', '164717.330000', '164717.333000', '164717.335000', '164717.338000', '164717.341000', '164717.343000', '164717.346000', '164717.348000', '164717.351000', '164717.354000', '164717.357000', '164717.359000', '164717.362000', '164717.364000', '164717.367000', '164717.370000', '164717.373000', '164717.375000', '164717.378000', '164717.381000', '164717.383000', '164717.386000', '164717.388000', '164717.391000', '164717.394000', '164717.396000', '164717.399000', '164717.402000', '164717.404000', '164717.407000', '164717.409000', '164717.412000', '164717.415000', '164717.417000', '164717.420000', '164717.423000', '164717.425000', '164737.311000', '164737.314000', '164737.317000', '164737.320000', '164737.323000', '164737.326000', '164737.328000', '164737.331000', '164737.334000', '164737.336000', '164737.339000', '164737.342000', '164737.344000', '164737.347000', '164737.349000', '164737.352000', '164737.355000', '164737.357000', '164737.360000', '164737.363000', '164737.365000', '164737.368000', '164737.370000', '164737.373000', '164737.376000', '164737.378000', '164737.381000', '164737.384000', '164737.386000', '164737.389000', '164737.391000', '164737.394000', '164737.397000', '164737.399000', '164737.402000', '164737.405000', '164737.407000', '164737.410000', '164737.412000', '164737.415000', '164737.418000', '164737.420000', '164737.423000', '164757.310000', '164757.313000', '164757.316000', '164757.318000', '164757.321000', '164757.324000', '164757.326000', '164757.329000', '164757.331000', '164757.334000', '164757.337000', '164757.339000', '164757.342000', '164757.344000', '164757.347000', '164757.350000', '164757.352000', '164757.355000', '164757.357000', '164757.360000', '164757.363000', '164757.365000', '164757.368000', '164757.370000', '164757.373000', '164757.376000', '164757.378000', '164757.381000', '164757.384000', '164757.387000', '164757.389000', '164757.392000', '164757.395000', '164757.397000', '164757.400000', '164757.403000', '164757.405000', '164757.408000', '164757.411000', '164757.413000', '164757.416000', '164757.418000', '164757.421000', '164757.424000', '164817.311000', '164817.313000', '164817.316000', '164817.319000', '164817.321000', '164817.324000', '164817.326000', '164817.329000', '164817.332000', '164817.334000', '164817.337000', '164817.339000', '164817.342000', '164817.345000', '164817.347000', '164817.350000', '164817.353000', '164817.355000', '164817.358000', '164817.361000', '164817.363000', '164817.366000', '164817.397000', '164817.399000', '164817.402000', '164817.404000', '164817.407000', '164817.410000', '164817.412000', '164817.415000', '164817.418000', '164817.420000', '164817.423000', '164817.425000', '164817.428000', '164817.431000', '164817.434000', '164817.436000', '164817.439000', '164817.442000', '164817.444000', '164817.447000', '164817.449000', '164837.311000', '164837.314000', '164837.316000', '164837.319000', '164837.322000', '164837.324000', '164837.327000', '164837.330000', '164837.333000', '164837.335000', '164837.338000', '164837.341000', '164837.343000', '164837.346000', '164837.349000', '164837.351000', '164837.354000', '164837.356000', '164837.359000', '164837.362000', '164837.364000', '164837.367000', '164837.370000', '164837.372000', '164837.375000', '164837.377000', '164837.380000', '164837.383000', '164837.385000', '164837.388000', '164837.391000', '164837.394000', '164837.396000', '164837.399000', '164837.401000', '164837.404000', '164837.407000', '164837.409000', '164837.412000', '164837.415000', '164837.417000', '164837.420000', '164837.422000', '164837.425000', '164857.311000', '164857.314000', '164857.316000', '164857.319000', '164857.322000', '164857.324000', '164857.327000', '164857.329000', '164857.332000', '164857.335000', '164857.337000', '164857.340000', '164857.342000', '164857.345000', '164857.348000', '164857.350000', '164857.353000', '164857.355000', '164857.358000', '164857.360000', '164857.363000', '164857.366000', '164857.368000', '164857.371000', '164857.374000', '164857.376000', '164857.379000', '164857.382000', '164857.384000', '164857.387000', '164857.390000', '164857.392000', '164857.395000', '164857.398000', '164857.401000', '164857.403000', '164857.406000', '164857.409000', '164857.411000', '164857.414000', '164857.417000', '164857.419000', '164857.422000', '164917.310000', '164917.313000', '164917.316000', '164917.319000', '164917.323000', '164917.326000', '164917.329000', '164917.331000', '164917.334000', '164917.336000', '164917.339000', '164917.342000', '164917.344000', '164917.347000', '164917.350000', '164917.352000', '164917.355000', '164917.358000', '164917.360000', '164917.363000', '164917.366000', '164917.368000', '164917.371000', '164917.374000', '164917.376000', '164917.379000', '164917.382000', '164917.384000', '164917.387000', '164917.389000', '164917.392000', '164917.395000', '164917.397000', '164917.400000', '164917.403000', '164917.405000', '164917.408000', '164917.411000', '164917.413000', '164917.416000', '164917.418000', '164917.421000', '164917.424000', '164917.426000', '164937.311000', '164937.314000', '164937.317000', '164937.320000', '164937.323000', '164937.325000', '164937.328000', '164937.330000', '164937.333000', '164937.336000', '164937.338000', '164937.341000', '164937.344000', '164937.346000', '164937.349000', '164937.351000', '164937.354000', '164937.357000', '164937.359000', '164937.362000', '164937.364000', '164937.367000', '164937.370000', '164937.372000', '164937.375000', '164937.377000', '164937.380000', '164937.383000', '164937.385000', '164937.388000', '164937.390000', '164937.393000', '164937.396000', '164937.409000', '164937.411000', '164937.414000', '164937.417000', '164937.419000', '164937.422000', '164937.424000', '164937.427000', '164937.430000', '164937.432000', '164957.311000', '164957.314000', '164957.317000', '164957.320000', '164957.323000', '164957.326000', '164957.328000', '164957.331000', '164957.333000', '164957.336000', '164957.339000', '164957.341000', '164957.344000', '164957.347000', '164957.349000', '164957.352000', '164957.354000', '164957.357000', '164957.360000', '164957.362000', '164957.365000', '164957.367000', '164957.370000', '164957.373000', '164957.375000', '164957.378000', '164957.381000', '164957.383000', '164957.386000', '164957.389000', '164957.391000', '164957.394000', '164957.397000', '164957.399000', '164957.402000', '164957.405000', '164957.407000', '164957.410000', '164957.412000', '164957.415000', '164957.418000', '164957.420000', '164957.423000', '164957.426000', '165017.310000', '165017.313000', '165017.316000', '165017.319000', '165017.322000', '165017.324000', '165017.327000', '165017.330000', '165017.332000', '165017.335000', '165017.337000', '165017.340000', '165017.343000', '165017.346000', '165017.348000', '165017.351000', '165017.354000', '165017.356000', '165017.359000', '165017.362000', '165017.364000', '165017.367000', '165017.369000', '165017.372000', '165017.375000', '165017.377000', '165017.380000', '165017.383000', '165017.385000', '165017.388000', '165017.391000', '165017.393000', '165017.396000', '165017.399000', '165017.401000', '165017.404000', '165017.407000', '165017.409000', '165017.412000', '165017.415000', '165017.417000', '165017.420000', '165017.422000', '165037.311000', '165037.313000', '165037.316000', '165037.319000', '165037.321000', '165037.324000', '165037.327000', '165037.329000', '165037.332000', '165037.335000', '165037.337000', '165037.340000', '165037.343000', '165037.345000', '165037.348000', '165037.350000', '165037.353000', '165037.356000', '165037.358000', '165037.361000', '165037.364000', '165037.366000', '165037.369000', '165037.371000', '165037.374000', '165037.377000', '165037.379000', '165037.382000', '165037.385000', '165037.387000', '165037.390000', '165037.392000', '165037.395000', '165037.398000', '165037.400000', '165037.403000', '165037.405000', '165037.408000', '165037.411000', '165037.413000', '165037.416000', '165037.419000', '165037.421000', '165057.310000', '165057.313000', '165057.316000', '165057.319000', '165057.321000', '165057.324000', '165057.327000', '165057.329000', '165057.332000', '165057.335000', '165057.337000', '165057.340000', '165057.342000', '165057.345000', '165057.348000', '165057.350000', '165057.353000', '165057.356000', '165057.358000', '165057.361000', '165057.363000', '165057.366000', '165057.368000', '165057.371000', '165057.374000', '165057.376000', '165057.379000', '165057.382000', '165057.384000', '165057.387000', '165057.389000', '165057.392000', '165057.395000', '165057.397000', '165057.400000', '165057.402000', '165057.405000', '165057.408000', '165057.410000', '165057.413000', '165057.415000', '165057.418000', '165057.421000', '165057.423000', '165117.310000', '165117.313000', '165117.316000', '165117.319000', '165117.321000', '165117.324000', '165117.327000', '165117.329000', '165117.332000', '165117.335000', '165117.337000', '165117.340000', '165117.342000', '165117.345000', '165117.348000', '165117.350000', '165117.353000', '165117.356000', '165117.359000', '165117.362000', '165117.365000', '165117.368000', '165117.370000', '165117.373000', '165117.375000', '165117.378000', '165117.381000', '165117.383000', '165117.386000', '165117.389000', '165117.391000', '165117.394000', '165117.396000', '165117.399000', '165117.402000', '165117.404000', '165117.407000', '165117.410000', '165117.413000', '165117.416000', '165117.419000', '165117.421000', '165117.424000', '165137.310000', '165137.313000', '165137.316000', '165137.319000', '165137.322000', '165137.324000', '165137.327000', '165137.330000', '165137.332000', '165137.335000', '165137.338000', '165137.340000', '165137.343000', '165137.346000', '165137.348000', '165137.351000', '165137.353000', '165137.356000', '165137.359000', '165137.361000', '165137.364000', '165137.367000', '165137.369000', '165137.372000', '165137.374000', '165137.387000', '165137.390000', '165137.392000', '165137.395000', '165137.398000', '165137.400000', '165137.403000', '165137.405000', '165137.408000', '165137.411000', '165137.413000', '165137.416000', '165137.418000', '165137.421000', '165137.424000', '165137.426000', '165137.429000', '165137.432000', '165137.434000', '165140.803000', '165140.806000', '165140.809000', '165140.811000', '165140.814000', '165140.817000', '165140.820000', '165140.823000'], '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': [14198, 10413, 15234, 11022, 12996, 11382, 9372, 12327, 8192, 11846, 9375, 11388, 10145, 11820, 10371, 10225, 10597, 7745, 9842, 7997, 11663, 10227, 11363, 9721, 9950, 9825, 10512, 11032, 8032, 11773, 9025, 13616, 9943, 10293, 11596, 7967, 12924, 9971, 8802, 11112, 7789, 11281, 9957, 14330, 11463, 11863, 10284, 15033, 11057, 13725, 11404, 12419, 10729, 12440, 10878, 11313, 10561, 8303, 11587, 8353, 10966, 10559, 12337, 10042, 10460, 10424, 9007, 11367, 9261, 12300, 9963, 12857, 11132, 12538, 11630, 13425, 11283, 9969, 10393, 9740, 11046, 9847, 11003, 9280, 12090, 11211, 11944, 9842, 9785, 10023, 8356, 11136, 9883, 11935, 9620, 11531, 10745, 9828, 11975, 9608, 11790, 9656, 10726, 10579, 9728, 11516, 9850, 12256, 9978, 11606, 10636, 8925, 11874, 10968, 12566, 9809, 9241, 11099, 10116, 12386, 10131, 10277, 11107, 9296, 12522, 9958, 12847, 11157, 11059, 10722, 9253, 12374, 10502, 11006, 9903, 8664, 10480, 8557, 12078, 10538, 11700, 9979, 8563, 11804, 9419, 10353, 9413, 7529, 11401, 10384, 13445, 9545, 9987, 10101, 8455, 12274, 11008, 12592, 10354, 10834, 10609, 8250, 12611, 11013, 12705, 10145, 8206, 11346, 10406, 13083, 11835, 13220, 10490, 9398, 11490, 10748, 12315, 10063, 10911, 10443, 8624, 12183, 11135, 13397, 11251, 8982, 11674, 10387, 13325, 10681, 10531, 12039, 8755, 11862, 8797, 9917, 12600, 10730, 9606, 12997, 10221, 10013, 10457, 9431, 13146, 11097, 11007, 11912, 8519, 11879, 10937, 13749, 11173, 10022, 11463, 9350, 11731, 10851, 13106, 11465, 7971, 12083, 9974, 12878, 9852, 10376, 10960, 10218, 11947, 10394, 13070, 10451, 10290, 11556, 8261, 12357, 10873, 13191, 10598, 10037, 11281, 8567, 11683, 10428, 13391, 10391, 9976, 10845, 8495, 11468, 10111, 12094, 9902, 9331, 12194, 9721, 12988, 9774, 10001, 9928, 10798, 11395, 8414, 12151, 9868, 11879, 11054, 12451, 11446, 8545, 12078, 10595, 12597, 11397, 11484, 11268, 8408, 11911, 10591, 12327, 10839, 10277, 10849, 9249, 12177, 10493, 12183, 11114, 10145, 10850, 8080, 11045, 9848, 13847, 10682, 8394, 12683, 10429, 11584, 10145, 10135, 12511, 10232, 12577, 11165, 11924, 10691, 10204, 12325, 10507, 12188, 11322, 10856, 10575, 9211, 12369, 10382, 10622, 10189, 7854, 12156, 10921, 11075, 12332, 9845, 13186, 10334, 9359, 12219, 11259, 11612, 10886, 8188, 11829, 10332, 13328, 10848, 8768, 12118, 10711, 12241, 11369, 12254, 11322, 8785, 12068, 11633, 13442, 11211, 9410, 11977, 11366, 13691, 10578, 9342, 11473, 9929, 11586, 9866, 8824, 11983, 10904, 13645, 10612, 10043, 11778, 10772, 13479, 10662, 8388, 11423, 11318, 11283, 10281, 8531, 12004, 11040, 11624, 13141, 10049, 10438, 9826, 8264, 12145, 10919, 10907, 12548, 10815, 14173, 10790, 10196, 12720, 11157, 12655, 10746, 9884, 12309, 11031, 11870, 11163, 8953, 12480, 11471, 11801, 11273, 9219, 12330, 11751, 11931, 11141, 8877, 12218, 11127, 10504, 11297, 9493, 12465, 10874, 11040, 11968, 10228, 12170, 10746, 9919, 11591, 9871, 11770, 11067, 12107, 10764, 8789, 11788, 10369, 11747, 9885, 9348, 12288, 10270, 12574, 10853, 9983, 10444, 8744, 11935, 11387, 12278, 10053, 8592, 11270, 9951, 12536, 10893, 9049, 11711, 9799, 12044, 11527, 12700, 12240, 11550, 10754, 8876, 10830, 9320, 12018, 11315, 9627, 10320, 8656, 11701, 9446, 12913, 11584, 12025, 10446, 9208, 11345, 9405, 12213, 11316, 8672, 10992, 9290, 11918, 10327, 13760, 10917, 10334, 11223, 10096, 12170, 11287, 12477, 11254, 14688, 11989, 11506, 11287, 8956, 12262, 11071, 13481, 10127, 10149, 10691, 8996, 12506, 11024, 13686, 10718, 10584, 10899, 8758, 12113, 11201, 12996, 11026, 10508, 10847, 8580, 11420, 10289, 11579, 10555, 9133, 12231, 10672, 13420, 10548, 10656, 10895, 9741, 11562, 10659, 13104, 10510, 11468, 10925, 9705, 12448, 10229, 10152, 10604, 8996, 12154, 10704, 11530, 10790, 9107, 12482, 11507, 11886, 11058, 9162, 12066, 11509, 12903, 11171, 10210, 12170, 10943, 13064, 10004, 9824, 12672, 11105, 9192, 11145, 8425, 11958, 11386, 14632, 11719, 9754, 11489, 9918, 12599, 12159, 13746, 12371, 12997, 12041, 9961, 11588, 9678, 12639, 10127, 12106, 10292, 12386, 9365, 9668, 11472, 9215, 12529, 10579, 12494, 10478, 10625, 11643, 9493, 12111, 10290, 12276, 11354, 12403, 9270, 11763, 9223, 11065, 8919, 11790, 10481, 12553, 9414, 9465, 9069, 9316, 9652, 9251, 11474, 9204, 12251, 10262, 11743, 11207, 10780, 12199, 10297, 12301, 11574, 14032, 11794, 9716, 11317, 9633, 12246, 11443, 8672, 11491, 9113, 10666, 9342, 9969, 11689, 10061, 13139, 11314, 11905, 12166, 9550, 12084, 11013, 13658, 11296, 10437, 12314, 11844, 12092, 10578, 9216, 11727, 11370, 13499, 11086, 10182, 11486, 9526, 12520, 11850, 10717, 11973, 9542, 11835, 10948, 14382, 11175, 8721, 12187, 9754, 11719, 10011, 9937, 12873, 12397, 10404, 11563, 9143, 12352, 11657, 13302, 12172, 14306, 11296, 10256, 12920, 10582, 13271, 10642, 9505, 11121, 9694, 12482, 11187, 10659, 11312, 9308, 12654, 11551, 14377, 11066, 8952, 10716, 9350, 13732, 10429, 10392, 12612, 10469, 11292, 9195, 9139, 11406, 10369, 13228, 10785, 9071, 12354, 11068, 13647, 10368, 10211, 11953, 10737, 13701, 11609, 10963, 11417, 9613, 12589, 11857, 12169, 10810, 9430, 12124, 11663, 12280, 11174, 9617, 11608, 9664, 12104, 10531, 10206, 11640, 9070, 12129, 10544, 12569, 10470, 9377, 11756, 9958, 13560, 10085, 9001, 11004, 9130, 12814, 9639, 8774, 11549, 9780, 12674, 9308, 9631, 11888, 9282, 12374, 11161, 13362, 10863, 11650, 10960, 8957, 11521, 9821, 13568, 10495, 8857, 11379, 8576, 11947, 9628, 10799, 10905, 8702, 12012, 10394, 13675, 10870, 11890, 10726, 9203, 12029, 10873, 12677, 11613, 11527, 11416, 9120, 11766, 10636, 12674, 11898, 14368, 11120, 8958, 11790, 9206, 12215, 11609, 14100, 10756, 10871, 11289, 10315, 12516, 10257, 12458, 10813, 11245, 11113, 9445, 12336, 10489, 12691, 10381, 12524, 11181, 9148, 12422, 10379, 11897, 9382, 8963, 12499, 10506, 8756, 10738, 9134, 11228, 10673, 9784, 12660, 10687, 11555, 10945, 10237, 13625, 12551, 12466, 11223, 9028, 11652, 9593, 14589, 10840, 9133, 12953, 10743, 10861, 11665, 10243, 12342, 11500, 12412, 11575, 9124, 11290, 9117, 11639, 9297, 8918, 11615, 9359, 12180, 10458, 12643, 11040, 10088, 11346, 9054, 13507, 11361, 9593, 10506, 9652, 10047, 12073, 9508, 9929, 10136, 8979, 13038, 10963, 8857, 11188, 9061, 8886, 10583, 9623, 11478, 12243, 9710, 11431, 9612, 8417, 12700, 9506, 9187, 11789, 9910, 10341, 10458, 8992, 12201, 10885, 14253, 11211, 9337, 11862, 10785, 13522, 10213, 10674, 12071, 10546, 12303, 9934, 8895, 11004, 9873, 13587, 10347, 9270, 11064, 9529, 11624, 10256, 9301, 11527, 9640, 10452, 10274, 8805, 12405, 11176, 13522, 11314, 14524, 11418, 14263, 10855, 11999, 10719, 10098, 12873, 9749, 12945, 9585, 10780, 10591, 9263, 12461, 9508, 12657, 8928, 10217, 11805, 8370, 11600, 10164, 11753, 9953, 10264, 11324, 9569, 12327, 10090, 13022, 10175, 9908, 11550, 10104, 11921, 9940, 12321, 9445, 10422, 10808, 8702, 12142, 9696, 11208, 11252, 8722, 12692, 8864, 8880, 10381, 9589, 11671, 11345, 8442, 12054, 9322, 10458, 10754, 9494, 12722, 11504, 10801, 10628, 8993, 11701, 11193, 12599, 12284, 9396, 13548, 10034, 8878, 11937, 10607, 12218, 10470, 9218, 12230, 11040, 11800, 12556, 10257, 12988, 10075, 9434, 12430, 11023, 12235, 10705, 9185, 11944, 11110, 12753, 12226, 9341, 12275, 11004, 11162, 10581, 9400, 11822, 10520, 10885, 12622, 10357, 9135, 9794, 8964, 11590, 9429, 9630, 12705], 'WindowCenter': [4328.0, 4279.0, 4293.0, 4251.0, 4269.0, 4259.0, 4224.0, 4245.0, 4201.0, 4232.0, 4213.0, 4229.0, 4221.0, 4242.0, 4233.0, 4220.0, 4232.0, 4190.0, 4222.0, 4203.0, 4243.0, 4234.0, 4244.0, 4222.0, 4222.0, 4223.0, 4234.0, 4247.0, 4204.0, 4258.0, 4259.0, 4297.0, 4209.0, 4199.0, 4228.0, 4200.0, 4254.0, 4234.0, 4225.0, 4245.0, 4205.0, 4246.0, 4249.0, 4277.0, 4258.0, 4256.0, 4237.0, 4265.0, 4240.0, 4266.0, 4247.0, 4242.0, 4233.0, 4241.0, 4231.0, 4232.0, 4232.0, 4199.0, 4229.0, 4199.0, 4232.0, 4234.0, 4244.0, 4224.0, 4231.0, 4232.0, 4212.0, 4243.0, 4223.0, 4244.0, 4222.0, 4243.0, 4233.0, 4241.0, 4243.0, 4252.0, 4232.0, 4220.0, 4219.0, 4209.0, 4231.0, 4208.0, 4220.0, 4209.0, 4241.0, 4232.0, 4230.0, 4219.0, 4219.0, 4216.0, 4200.0, 4231.0, 4224.0, 4243.0, 4221.0, 4230.0, 4231.0, 4223.0, 4243.0, 4221.0, 4243.0, 4223.0, 4231.0, 4220.0, 4221.0, 4244.0, 4223.0, 4243.0, 4221.0, 4231.0, 4221.0, 4212.0, 4237.0, 4232.0, 4241.0, 4220.0, 4211.0, 4244.0, 4233.0, 4243.0, 4223.0, 4220.0, 4230.0, 4212.0, 4242.0, 4221.0, 4242.0, 4230.0, 4230.0, 4231.0, 4211.0, 4242.0, 4220.0, 4231.0, 4216.0, 4199.0, 4221.0, 4203.0, 4241.0, 4232.0, 4241.0, 4223.0, 4207.0, 4243.0, 4222.0, 4231.0, 4216.0, 4202.0, 4256.0, 4236.0, 4264.0, 4221.0, 4233.0, 4233.0, 4214.0, 4248.0, 4245.0, 4256.0, 4236.0, 4232.0, 4233.0, 4209.0, 4255.0, 4246.0, 4253.0, 4234.0, 4213.0, 4242.0, 4235.0, 4266.0, 4246.0, 4254.0, 4234.0, 4222.0, 4244.0, 4246.0, 4244.0, 4224.0, 4235.0, 4235.0, 4212.0, 4244.0, 4246.0, 4254.0, 4245.0, 4213.0, 4237.0, 4233.0, 4265.0, 4234.0, 4234.0, 4242.0, 4211.0, 4243.0, 4213.0, 4221.0, 4255.0, 4246.0, 4223.0, 4255.0, 4233.0, 4223.0, 4232.0, 4213.0, 4255.0, 4244.0, 4225.0, 4242.0, 4200.0, 4230.0, 4231.0, 4252.0, 4233.0, 4209.0, 4230.0, 4198.0, 4229.0, 4231.0, 4240.0, 4230.0, 4188.0, 4230.0, 4220.0, 4240.0, 4220.0, 4221.0, 4233.0, 4221.0, 4243.0, 4220.0, 4240.0, 4233.0, 4228.0, 4232.0, 4199.0, 4240.0, 4230.0, 4242.0, 4232.0, 4220.0, 4230.0, 4198.0, 4230.0, 4219.0, 4251.0, 4218.0, 4216.0, 4231.0, 4199.0, 4229.0, 4222.0, 4241.0, 4223.0, 4212.0, 4243.0, 4221.0, 4252.0, 4223.0, 4223.0, 4234.0, 4244.0, 4245.0, 4203.0, 4244.0, 4222.0, 4243.0, 4245.0, 4255.0, 4245.0, 4212.0, 4243.0, 4233.0, 4243.0, 4239.0, 4243.0, 4232.0, 4200.0, 4243.0, 4234.0, 4253.0, 4232.0, 4221.0, 4233.0, 4211.0, 4241.0, 4233.0, 4244.0, 4233.0, 4223.0, 4233.0, 4200.0, 4232.0, 4222.0, 4253.0, 4234.0, 4202.0, 4254.0, 4234.0, 4243.0, 4234.0, 4235.0, 4254.0, 4223.0, 4242.0, 4234.0, 4238.0, 4232.0, 4222.0, 4244.0, 4221.0, 4242.0, 4232.0, 4232.0, 4228.0, 4219.0, 4243.0, 4222.0, 4231.0, 4221.0, 4203.0, 4245.0, 4246.0, 4245.0, 4254.0, 4223.0, 4254.0, 4235.0, 4225.0, 4244.0, 4246.0, 4243.0, 4235.0, 4202.0, 4244.0, 4237.0, 4266.0, 4234.0, 4214.0, 4244.0, 4233.0, 4244.0, 4246.0, 4244.0, 4234.0, 4202.0, 4232.0, 4233.0, 4246.0, 4230.0, 4211.0, 4232.0, 4231.0, 4252.0, 4234.0, 4211.0, 4231.0, 4223.0, 4227.0, 4222.0, 4215.0, 4244.0, 4235.0, 4253.0, 4235.0, 4223.0, 4245.0, 4233.0, 4252.0, 4222.0, 4199.0, 4245.0, 4234.0, 4234.0, 4222.0, 4212.0, 4255.0, 4259.0, 4245.0, 4256.0, 4225.0, 4234.0, 4222.0, 4203.0, 4255.0, 4245.0, 4241.0, 4256.0, 4235.0, 4264.0, 4236.0, 4223.0, 4243.0, 4233.0, 4240.0, 4233.0, 4218.0, 4242.0, 4231.0, 4231.0, 4230.0, 4212.0, 4242.0, 4233.0, 4230.0, 4220.0, 4210.0, 4242.0, 4233.0, 4231.0, 4219.0, 4200.0, 4242.0, 4231.0, 4220.0, 4216.0, 4209.0, 4241.0, 4232.0, 4230.0, 4230.0, 4219.0, 4231.0, 4232.0, 4210.0, 4232.0, 4211.0, 4230.0, 4231.0, 4241.0, 4232.0, 4196.0, 4231.0, 4220.0, 4231.0, 4221.0, 4208.0, 4242.0, 4218.0, 4241.0, 4231.0, 4222.0, 4231.0, 4201.0, 4244.0, 4245.0, 4238.0, 4224.0, 4202.0, 4234.0, 4224.0, 4254.0, 4234.0, 4212.0, 4245.0, 4223.0, 4242.0, 4244.0, 4254.0, 4245.0, 4229.0, 4222.0, 4200.0, 4221.0, 4212.0, 4243.0, 4234.0, 4211.0, 4223.0, 4202.0, 4243.0, 4225.0, 4256.0, 4241.0, 4244.0, 4234.0, 4212.0, 4233.0, 4223.0, 4245.0, 4235.0, 4213.0, 4234.0, 4208.0, 4241.0, 4239.0, 4266.0, 4242.0, 4224.0, 4233.0, 4229.0, 4247.0, 4233.0, 4245.0, 4234.0, 4251.0, 4232.0, 4233.0, 4232.0, 4201.0, 4227.0, 4230.0, 4241.0, 4221.0, 4223.0, 4234.0, 4212.0, 4241.0, 4233.0, 4253.0, 4234.0, 4233.0, 4233.0, 4202.0, 4243.0, 4232.0, 4253.0, 4236.0, 4228.0, 4234.0, 4202.0, 4243.0, 4234.0, 4246.0, 4236.0, 4225.0, 4244.0, 4235.0, 4254.0, 4234.0, 4236.0, 4231.0, 4225.0, 4246.0, 4236.0, 4254.0, 4235.0, 4245.0, 4236.0, 4224.0, 4256.0, 4223.0, 4218.0, 4235.0, 4227.0, 4245.0, 4235.0, 4244.0, 4234.0, 4226.0, 4257.0, 4247.0, 4247.0, 4235.0, 4225.0, 4246.0, 4245.0, 4257.0, 4236.0, 4225.0, 4244.0, 4234.0, 4243.0, 4236.0, 4238.0, 4258.0, 4247.0, 4213.0, 4235.0, 4203.0, 4244.0, 4246.0, 4266.0, 4246.0, 4221.0, 4234.0, 4221.0, 4244.0, 4245.0, 4246.0, 4233.0, 4241.0, 4230.0, 4209.0, 4220.0, 4210.0, 4230.0, 4209.0, 4229.0, 4221.0, 4239.0, 4212.0, 4211.0, 4233.0, 4211.0, 4241.0, 4223.0, 4243.0, 4235.0, 4220.0, 4234.0, 4213.0, 4242.0, 4222.0, 4234.0, 4233.0, 4231.0, 4198.0, 4230.0, 4199.0, 4215.0, 4200.0, 4230.0, 4221.0, 4241.0, 4212.0, 4211.0, 4201.0, 4214.0, 4223.0, 4226.0, 4246.0, 4227.0, 4245.0, 4237.0, 4242.0, 4248.0, 4247.0, 4244.0, 4236.0, 4243.0, 4242.0, 4255.0, 4240.0, 4223.0, 4235.0, 4225.0, 4258.0, 4243.0, 4215.0, 4246.0, 4215.0, 4233.0, 4220.0, 4226.0, 4247.0, 4237.0, 4267.0, 4248.0, 4244.0, 4249.0, 4224.0, 4244.0, 4236.0, 4254.0, 4233.0, 4235.0, 4245.0, 4246.0, 4243.0, 4234.0, 4213.0, 4244.0, 4241.0, 4249.0, 4235.0, 4223.0, 4233.0, 4214.0, 4245.0, 4242.0, 4225.0, 4229.0, 4212.0, 4232.0, 4233.0, 4253.0, 4228.0, 4201.0, 4242.0, 4212.0, 4231.0, 4222.0, 4226.0, 4258.0, 4246.0, 4222.0, 4224.0, 4212.0, 4241.0, 4233.0, 4244.0, 4232.0, 4246.0, 4223.0, 4223.0, 4242.0, 4223.0, 4240.0, 4210.0, 4199.0, 4218.0, 4207.0, 4241.0, 4223.0, 4222.0, 4220.0, 4206.0, 4243.0, 4226.0, 4253.0, 4221.0, 4197.0, 4221.0, 4201.0, 4253.0, 4236.0, 4225.0, 4239.0, 4223.0, 4231.0, 4211.0, 4212.0, 4231.0, 4225.0, 4255.0, 4235.0, 4213.0, 4243.0, 4234.0, 4253.0, 4223.0, 4223.0, 4234.0, 4222.0, 4244.0, 4229.0, 4219.0, 4220.0, 4200.0, 4228.0, 4231.0, 4228.0, 4209.0, 4197.0, 4218.0, 4220.0, 4230.0, 4219.0, 4194.0, 4217.0, 4198.0, 4227.0, 4221.0, 4209.0, 4218.0, 4188.0, 4230.0, 4221.0, 4229.0, 4210.0, 4199.0, 4231.0, 4213.0, 4241.0, 4210.0, 4200.0, 4218.0, 4213.0, 4244.0, 4223.0, 4215.0, 4233.0, 4225.0, 4254.0, 4216.0, 4226.0, 4247.0, 4215.0, 4245.0, 4235.0, 4255.0, 4237.0, 4245.0, 4235.0, 4203.0, 4232.0, 4225.0, 4254.0, 4234.0, 4213.0, 4243.0, 4204.0, 4244.0, 4226.0, 4235.0, 4235.0, 4216.0, 4246.0, 4234.0, 4268.0, 4249.0, 4246.0, 4237.0, 4226.0, 4242.0, 4247.0, 4258.0, 4247.0, 4246.0, 4245.0, 4214.0, 4244.0, 4235.0, 4241.0, 4247.0, 4262.0, 4236.0, 4214.0, 4233.0, 4214.0, 4245.0, 4245.0, 4264.0, 4236.0, 4236.0, 4247.0, 4236.0, 4246.0, 4223.0, 4238.0, 4233.0, 4230.0, 4236.0, 4225.0, 4245.0, 4234.0, 4245.0, 4225.0, 4256.0, 4248.0, 4215.0, 4247.0, 4225.0, 4245.0, 4220.0, 4228.0, 4258.0, 4237.0, 4216.0, 4241.0, 4228.0, 4255.0, 4249.0, 4240.0, 4271.0, 4250.0, 4242.0, 4250.0, 4251.0, 4277.0, 4261.0, 4252.0, 4236.0, 4205.0, 4234.0, 4212.0, 4265.0, 4234.0, 4215.0, 4245.0, 4236.0, 4225.0, 4234.0, 4223.0, 4244.0, 4234.0, 4232.0, 4222.0, 4202.0, 4221.0, 4191.0, 4223.0, 4202.0, 4204.0, 4224.0, 4204.0, 4234.0, 4226.0, 4247.0, 4225.0, 4215.0, 4225.0, 4206.0, 4256.0, 4236.0, 4214.0, 4223.0, 4226.0, 4226.0, 4237.0, 4216.0, 4225.0, 4226.0, 4229.0, 4258.0, 4232.0, 4216.0, 4235.0, 4215.0, 4214.0, 4235.0, 4227.0, 4247.0, 4260.0, 4229.0, 4241.0, 4227.0, 4206.0, 4256.0, 4226.0, 4230.0, 4249.0, 4239.0, 4237.0, 4238.0, 4228.0, 4249.0, 4250.0, 4280.0, 4248.0, 4216.0, 4234.0, 4225.0, 4245.0, 4225.0, 4224.0, 4246.0, 4227.0, 4235.0, 4211.0, 4215.0, 4234.0, 4228.0, 4256.0, 4227.0, 4217.0, 4236.0, 4227.0, 4247.0, 4241.0, 4230.0, 4245.0, 4230.0, 4238.0, 4226.0, 4218.0, 4249.0, 4250.0, 4258.0, 4238.0, 4256.0, 4238.0, 4255.0, 4224.0, 4234.0, 4224.0, 4213.0, 4243.0, 4202.0, 4228.0, 4213.0, 4221.0, 4223.0, 4214.0, 4244.0, 4214.0, 4244.0, 4216.0, 4224.0, 4246.0, 4203.0, 4233.0, 4226.0, 4236.0, 4224.0, 4225.0, 4235.0, 4226.0, 4244.0, 4226.0, 4239.0, 4222.0, 4214.0, 4236.0, 4224.0, 4234.0, 4212.0, 4243.0, 4214.0, 4223.0, 4235.0, 4204.0, 4245.0, 4215.0, 4235.0, 4236.0, 4205.0, 4255.0, 4215.0, 4216.0, 4235.0, 4240.0, 4248.0, 4250.0, 4219.0, 4250.0, 4228.0, 4238.0, 4238.0, 4229.0, 4258.0, 4249.0, 4236.0, 4217.0, 4217.0, 4246.0, 4237.0, 4258.0, 4246.0, 4216.0, 4256.0, 4225.0, 4215.0, 4247.0, 4238.0, 4247.0, 4236.0, 4215.0, 4243.0, 4238.0, 4246.0, 4248.0, 4226.0, 4245.0, 4215.0, 4216.0, 4248.0, 4237.0, 4245.0, 4224.0, 4213.0, 4245.0, 4238.0, 4246.0, 4247.0, 4203.0, 4233.0, 4224.0, 4222.0, 4215.0, 4202.0, 4234.0, 4225.0, 4235.0, 4245.0, 4224.0, 4205.0, 4225.0, 4215.0, 4235.0, 4216.0, 4228.0, 4259.0], 'WindowWidth': [9556.0, 9472.0, 9479.0, 9415.0, 9436.0, 9420.0, 9365.0, 9394.0, 9329.0, 9371.0, 9345.0, 9364.0, 9355.0, 9386.0, 9376.0, 9355.0, 9373.0, 9314.0, 9358.0, 9335.0, 9391.0, 9379.0, 9390.0, 9360.0, 9358.0, 9361.0, 9379.0, 9399.0, 9337.0, 9417.0, 9436.0, 9484.0, 9330.0, 9309.0, 9360.0, 9327.0, 9405.0, 9380.0, 9366.0, 9395.0, 9342.0, 9399.0, 9406.0, 9443.0, 9419.0, 9411.0, 9385.0, 9427.0, 9387.0, 9427.0, 9398.0, 9385.0, 9371.0, 9381.0, 9367.0, 9371.0, 9372.0, 9324.0, 9364.0, 9325.0, 9371.0, 9377.0, 9389.0, 9364.0, 9368.0, 9370.0, 9344.0, 9391.0, 9363.0, 9392.0, 9359.0, 9387.0, 9373.0, 9382.0, 9389.0, 9402.0, 9373.0, 9352.0, 9349.0, 9334.0, 9365.0, 9332.0, 9351.0, 9337.0, 9381.0, 9370.0, 9364.0, 9350.0, 9348.0, 9345.0, 9327.0, 9370.0, 9362.0, 9386.0, 9357.0, 9367.0, 9368.0, 9360.0, 9389.0, 9357.0, 9387.0, 9359.0, 9368.0, 9352.0, 9356.0, 9390.0, 9360.0, 9387.0, 9357.0, 9369.0, 9354.0, 9344.0, 9378.0, 9374.0, 9384.0, 9355.0, 9343.0, 9391.0, 9376.0, 9389.0, 9361.0, 9355.0, 9368.0, 9346.0, 9389.0, 9355.0, 9384.0, 9365.0, 9363.0, 9369.0, 9344.0, 9386.0, 9355.0, 9368.0, 9345.0, 9323.0, 9354.0, 9331.0, 9382.0, 9370.0, 9383.0, 9363.0, 9337.0, 9389.0, 9359.0, 9370.0, 9349.0, 9336.0, 9410.0, 9386.0, 9420.0, 9361.0, 9376.0, 9377.0, 9355.0, 9399.0, 9397.0, 9411.0, 9381.0, 9372.0, 9375.0, 9343.0, 9409.0, 9398.0, 9405.0, 9378.0, 9349.0, 9388.0, 9380.0, 9425.0, 9398.0, 9407.0, 9378.0, 9358.0, 9392.0, 9397.0, 9392.0, 9363.0, 9377.0, 9379.0, 9345.0, 9391.0, 9397.0, 9406.0, 9395.0, 9347.0, 9377.0, 9374.0, 9423.0, 9381.0, 9376.0, 9388.0, 9343.0, 9389.0, 9348.0, 9357.0, 9410.0, 9397.0, 9364.0, 9411.0, 9375.0, 9359.0, 9371.0, 9348.0, 9408.0, 9392.0, 9360.0, 9385.0, 9325.0, 9365.0, 9368.0, 9401.0, 9373.0, 9335.0, 9362.0, 9319.0, 9362.0, 9368.0, 9380.0, 9366.0, 9307.0, 9364.0, 9351.0, 9378.0, 9352.0, 9355.0, 9375.0, 9355.0, 9387.0, 9354.0, 9380.0, 9373.0, 9365.0, 9372.0, 9324.0, 9379.0, 9365.0, 9385.0, 9373.0, 9352.0, 9367.0, 9320.0, 9364.0, 9350.0, 9398.0, 9351.0, 9345.0, 9368.0, 9322.0, 9363.0, 9355.0, 9382.0, 9363.0, 9346.0, 9388.0, 9356.0, 9398.0, 9359.0, 9360.0, 9379.0, 9392.0, 9394.0, 9335.0, 9391.0, 9359.0, 9389.0, 9394.0, 9408.0, 9394.0, 9346.0, 9388.0, 9373.0, 9389.0, 9383.0, 9389.0, 9374.0, 9327.0, 9386.0, 9378.0, 9403.0, 9373.0, 9356.0, 9373.0, 9342.0, 9382.0, 9375.0, 9390.0, 9376.0, 9359.0, 9372.0, 9327.0, 9372.0, 9360.0, 9402.0, 9377.0, 9333.0, 9404.0, 9375.0, 9388.0, 9379.0, 9380.0, 9405.0, 9360.0, 9386.0, 9376.0, 9377.0, 9373.0, 9359.0, 9390.0, 9353.0, 9382.0, 9369.0, 9370.0, 9365.0, 9354.0, 9388.0, 9358.0, 9369.0, 9355.0, 9333.0, 9392.0, 9397.0, 9393.0, 9407.0, 9361.0, 9406.0, 9378.0, 9365.0, 9392.0, 9394.0, 9388.0, 9378.0, 9332.0, 9388.0, 9384.0, 9425.0, 9380.0, 9349.0, 9389.0, 9374.0, 9391.0, 9396.0, 9393.0, 9378.0, 9329.0, 9372.0, 9370.0, 9388.0, 9368.0, 9340.0, 9370.0, 9368.0, 9398.0, 9375.0, 9344.0, 9370.0, 9359.0, 9361.0, 9358.0, 9352.0, 9393.0, 9379.0, 9403.0, 9378.0, 9363.0, 9393.0, 9374.0, 9400.0, 9357.0, 9327.0, 9392.0, 9378.0, 9376.0, 9359.0, 9346.0, 9409.0, 9419.0, 9395.0, 9412.0, 9365.0, 9375.0, 9359.0, 9335.0, 9409.0, 9396.0, 9386.0, 9412.0, 9378.0, 9421.0, 9383.0, 9361.0, 9391.0, 9372.0, 9380.0, 9372.0, 9352.0, 9385.0, 9368.0, 9367.0, 9363.0, 9343.0, 9385.0, 9372.0, 9363.0, 9351.0, 9336.0, 9383.0, 9373.0, 9366.0, 9349.0, 9323.0, 9384.0, 9367.0, 9350.0, 9343.0, 9334.0, 9382.0, 9371.0, 9364.0, 9367.0, 9348.0, 9368.0, 9371.0, 9337.0, 9371.0, 9340.0, 9366.0, 9367.0, 9382.0, 9372.0, 9317.0, 9367.0, 9351.0, 9368.0, 9357.0, 9337.0, 9386.0, 9351.0, 9384.0, 9367.0, 9357.0, 9369.0, 9328.0, 9389.0, 9393.0, 9379.0, 9363.0, 9330.0, 9374.0, 9363.0, 9406.0, 9379.0, 9346.0, 9390.0, 9359.0, 9385.0, 9391.0, 9406.0, 9394.0, 9364.0, 9355.0, 9324.0, 9352.0, 9344.0, 9388.0, 9377.0, 9342.0, 9358.0, 9330.0, 9386.0, 9368.0, 9408.0, 9385.0, 9389.0, 9374.0, 9343.0, 9371.0, 9362.0, 9393.0, 9379.0, 9346.0, 9375.0, 9338.0, 9386.0, 9390.0, 9424.0, 9389.0, 9363.0, 9376.0, 9367.0, 9398.0, 9377.0, 9392.0, 9373.0, 9398.0, 9368.0, 9371.0, 9371.0, 9325.0, 9359.0, 9363.0, 9379.0, 9353.0, 9359.0, 9375.0, 9343.0, 9382.0, 9371.0, 9399.0, 9376.0, 9375.0, 9373.0, 9330.0, 9387.0, 9371.0, 9402.0, 9381.0, 9364.0, 9375.0, 9330.0, 9385.0, 9375.0, 9394.0, 9382.0, 9364.0, 9392.0, 9379.0, 9403.0, 9377.0, 9382.0, 9374.0, 9366.0, 9396.0, 9379.0, 9403.0, 9379.0, 9393.0, 9382.0, 9364.0, 9408.0, 9361.0, 9350.0, 9379.0, 9372.0, 9393.0, 9379.0, 9389.0, 9378.0, 9369.0, 9412.0, 9398.0, 9397.0, 9379.0, 9365.0, 9396.0, 9394.0, 9412.0, 9384.0, 9363.0, 9390.0, 9373.0, 9385.0, 9382.0, 9390.0, 9415.0, 9398.0, 9347.0, 9376.0, 9333.0, 9390.0, 9395.0, 9425.0, 9397.0, 9356.0, 9376.0, 9353.0, 9389.0, 9393.0, 9389.0, 9373.0, 9380.0, 9362.0, 9331.0, 9348.0, 9334.0, 9362.0, 9332.0, 9361.0, 9351.0, 9377.0, 9342.0, 9341.0, 9371.0, 9340.0, 9381.0, 9359.0, 9386.0, 9377.0, 9352.0, 9375.0, 9343.0, 9383.0, 9355.0, 9375.0, 9373.0, 9367.0, 9317.0, 9361.0, 9319.0, 9337.0, 9323.0, 9365.0, 9354.0, 9379.0, 9341.0, 9340.0, 9328.0, 9349.0, 9363.0, 9369.0, 9395.0, 9371.0, 9394.0, 9384.0, 9391.0, 9402.0, 9398.0, 9394.0, 9380.0, 9389.0, 9387.0, 9407.0, 9384.0, 9360.0, 9377.0, 9368.0, 9416.0, 9393.0, 9354.0, 9396.0, 9353.0, 9374.0, 9358.0, 9369.0, 9398.0, 9384.0, 9428.0, 9403.0, 9393.0, 9399.0, 9364.0, 9389.0, 9380.0, 9402.0, 9374.0, 9379.0, 9394.0, 9393.0, 9389.0, 9376.0, 9345.0, 9389.0, 9385.0, 9394.0, 9378.0, 9357.0, 9371.0, 9349.0, 9393.0, 9387.0, 9362.0, 9366.0, 9342.0, 9368.0, 9373.0, 9401.0, 9365.0, 9327.0, 9384.0, 9342.0, 9367.0, 9358.0, 9367.0, 9416.0, 9396.0, 9357.0, 9356.0, 9340.0, 9379.0, 9372.0, 9386.0, 9371.0, 9385.0, 9356.0, 9356.0, 9383.0, 9355.0, 9378.0, 9335.0, 9319.0, 9345.0, 9333.0, 9379.0, 9357.0, 9353.0, 9350.0, 9329.0, 9384.0, 9359.0, 9400.0, 9354.0, 9318.0, 9351.0, 9326.0, 9399.0, 9381.0, 9365.0, 9382.0, 9358.0, 9365.0, 9339.0, 9341.0, 9367.0, 9364.0, 9406.0, 9378.0, 9346.0, 9387.0, 9373.0, 9398.0, 9358.0, 9358.0, 9377.0, 9357.0, 9388.0, 9362.0, 9346.0, 9347.0, 9323.0, 9362.0, 9365.0, 9357.0, 9332.0, 9313.0, 9343.0, 9348.0, 9362.0, 9347.0, 9307.0, 9341.0, 9315.0, 9356.0, 9351.0, 9331.0, 9345.0, 9303.0, 9361.0, 9354.0, 9361.0, 9335.0, 9320.0, 9363.0, 9344.0, 9379.0, 9338.0, 9323.0, 9347.0, 9343.0, 9389.0, 9362.0, 9351.0, 9374.0, 9365.0, 9401.0, 9353.0, 9367.0, 9398.0, 9351.0, 9391.0, 9377.0, 9405.0, 9383.0, 9392.0, 9377.0, 9331.0, 9369.0, 9363.0, 9404.0, 9376.0, 9344.0, 9385.0, 9335.0, 9390.0, 9368.0, 9381.0, 9381.0, 9353.0, 9394.0, 9379.0, 9429.0, 9405.0, 9395.0, 9385.0, 9367.0, 9387.0, 9399.0, 9416.0, 9400.0, 9393.0, 9391.0, 9349.0, 9391.0, 9378.0, 9385.0, 9396.0, 9418.0, 9382.0, 9346.0, 9373.0, 9347.0, 9391.0, 9391.0, 9417.0, 9380.0, 9382.0, 9398.0, 9381.0, 9396.0, 9360.0, 9378.0, 9373.0, 9368.0, 9381.0, 9364.0, 9393.0, 9374.0, 9391.0, 9365.0, 9409.0, 9400.0, 9352.0, 9396.0, 9365.0, 9389.0, 9357.0, 9373.0, 9414.0, 9386.0, 9355.0, 9387.0, 9374.0, 9411.0, 9407.0, 9393.0, 9436.0, 9405.0, 9390.0, 9406.0, 9410.0, 9449.0, 9426.0, 9405.0, 9383.0, 9335.0, 9374.0, 9344.0, 9420.0, 9376.0, 9347.0, 9389.0, 9378.0, 9361.0, 9371.0, 9356.0, 9391.0, 9376.0, 9367.0, 9350.0, 9321.0, 9346.0, 9309.0, 9351.0, 9324.0, 9328.0, 9356.0, 9329.0, 9370.0, 9360.0, 9394.0, 9358.0, 9344.0, 9358.0, 9335.0, 9405.0, 9377.0, 9346.0, 9357.0, 9368.0, 9368.0, 9378.0, 9352.0, 9362.0, 9361.0, 9374.0, 9413.0, 9373.0, 9350.0, 9376.0, 9349.0, 9346.0, 9376.0, 9368.0, 9398.0, 9418.0, 9374.0, 9386.0, 9366.0, 9339.0, 9405.0, 9366.0, 9377.0, 9401.0, 9388.0, 9382.0, 9386.0, 9372.0, 9400.0, 9404.0, 9448.0, 9402.0, 9351.0, 9374.0, 9361.0, 9389.0, 9361.0, 9361.0, 9392.0, 9366.0, 9374.0, 9339.0, 9346.0, 9371.0, 9371.0, 9408.0, 9369.0, 9352.0, 9377.0, 9367.0, 9396.0, 9396.0, 9379.0, 9396.0, 9375.0, 9384.0, 9367.0, 9355.0, 9400.0, 9403.0, 9414.0, 9385.0, 9408.0, 9381.0, 9403.0, 9358.0, 9370.0, 9358.0, 9341.0, 9383.0, 9324.0, 9358.0, 9340.0, 9351.0, 9357.0, 9344.0, 9385.0, 9343.0, 9384.0, 9351.0, 9362.0, 9391.0, 9330.0, 9371.0, 9363.0, 9377.0, 9361.0, 9362.0, 9379.0, 9365.0, 9389.0, 9364.0, 9377.0, 9354.0, 9346.0, 9378.0, 9360.0, 9372.0, 9341.0, 9382.0, 9344.0, 9357.0, 9374.0, 9334.0, 9388.0, 9349.0, 9378.0, 9380.0, 9336.0, 9403.0, 9349.0, 9352.0, 9378.0, 9391.0, 9400.0, 9404.0, 9360.0, 9403.0, 9371.0, 9384.0, 9386.0, 9375.0, 9416.0, 9401.0, 9378.0, 9349.0, 9355.0, 9393.0, 9383.0, 9412.0, 9395.0, 9353.0, 9407.0, 9364.0, 9352.0, 9398.0, 9386.0, 9394.0, 9381.0, 9350.0, 9390.0, 9386.0, 9393.0, 9399.0, 9364.0, 9390.0, 9348.0, 9351.0, 9397.0, 9382.0, 9390.0, 9360.0, 9344.0, 9390.0, 9384.0, 9392.0, 9394.0, 9329.0, 9370.0, 9357.0, 9353.0, 9341.0, 9327.0, 9372.0, 9364.0, 9376.0, 9391.0, 9360.0, 9334.0, 9360.0, 9349.0, 9377.0, 9353.0, 9372.0, 9416.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.00551421101774043</td></tr>
<tr><td colspan=3>aqi</td><td>0.02766448403361345</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.608689983616905</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2440177941121493</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0645394463457947</td></tr>
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
<tr><td colspan=3>fber</td><td>2911.1074</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09238364887586319</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.201680672268908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438327457298092</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.431635396570749</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5681877569514504</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3151592183720764</td></tr>
<tr><td colspan=3>gcor</td><td>0.00617305</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005530972499400377</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027427930384874344</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.158460927752313</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>14.5606</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.0471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.8073</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>292287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.1561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0774</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.6439</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3402.2582</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.8286</td></tr>
<tr><td colspan=3>tsnr</td><td>35.411025296431035</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>