<?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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-01/func/sub-0104_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>8e001714f101071a96a685607b051af7</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>17:39:14.635000</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.999554, -0.0237076, -0.0181688, 0.0272218, 0.97341, 0.227447]</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.115346</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>[4207, -7806, -7207, 329, -95, -158, -1, 122]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.038</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>05789de3-e898-4ac1-8612-66fcde0392d8||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.681729793548584, 0.07303398102521896, -0.03319227695465088, 112.9112548828125], [0.06360567361116409, 2.6115877628326416, 0.6151680946350098, -109.0362548828125], [-0.04874545335769653, -0.6102235317230225, 2.6287765502929688, -37.28997039794922], [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': ['173914.635000', '173915.095000', '173915.555000', '173916.015000', '173916.475000', '173916.935000', '173917.395000', '173917.855000', '173918.315000', '173918.775000', '173919.235000', '173919.695000', '173920.155000', '173920.615000', '173921.075000', '173921.535000', '173921.995000', '173922.455000', '173922.915000', '173923.375000', '173923.835000', '173924.295000', '173924.755000', '173925.215000', '173925.675000', '173926.135000', '173926.595000', '173927.055000', '173927.515000', '173927.975000', '173928.435000', '173928.895000', '173929.355000', '173929.815000', '173930.275000', '173930.735000', '173931.195000', '173931.655000', '173932.115000', '173932.575000', '173933.035000', '173933.495000', '173933.955000', '173934.415000', '173934.875000', '173935.335000', '173935.795000', '173936.255000', '173936.715000', '173937.175000', '173937.635000', '173938.095000', '173938.555000', '173939.015000', '173939.475000', '173939.935000', '173940.395000', '173940.855000', '173941.315000', '173941.775000', '173942.235000', '173942.695000', '173943.155000', '173943.615000', '173944.075000', '173944.535000', '173944.995000', '173945.455000', '173945.915000', '173946.375000', '173946.835000', '173947.295000', '173947.755000', '173948.215000', '173948.675000', '173949.135000', '173949.595000', '173950.055000', '173950.515000', '173950.975000', '173951.435000', '173951.895000', '173952.355000', '173952.815000', '173953.275000', '173953.735000', '173954.195000', '173954.655000', '173955.115000', '173955.575000', '173956.035000', '173956.495000', '173956.955000', '173957.415000', '173957.875000', '173958.335000', '173958.795000', '173959.255000', '173959.715000', '174000.175000', '174000.635000', '174001.095000', '174001.555000', '174002.015000', '174002.475000', '174002.935000', '174003.395000', '174003.855000', '174004.315000', '174004.775000', '174005.235000', '174005.695000', '174006.155000', '174006.615000', '174007.075000', '174007.535000', '174007.995000', '174008.455000', '174008.915000', '174009.375000', '174009.835000', '174010.295000', '174010.755000', '174011.215000', '174011.675000', '174012.135000', '174012.595000', '174013.055000', '174013.515000', '174013.975000', '174014.435000', '174014.895000', '174015.355000', '174015.815000', '174016.275000', '174016.735000', '174017.195000', '174017.655000', '174018.115000', '174018.575000', '174019.035000', '174019.495000', '174019.955000', '174020.415000', '174020.875000', '174021.335000', '174021.795000', '174022.255000', '174022.715000', '174023.175000', '174023.635000', '174024.095000', '174024.555000', '174025.015000', '174025.475000', '174025.935000', '174026.395000', '174026.855000', '174027.315000', '174027.775000', '174028.235000', '174028.695000', '174029.155000', '174029.615000', '174030.075000', '174030.535000', '174030.995000', '174031.455000', '174031.915000', '174032.375000', '174032.835000', '174033.295000', '174033.755000', '174034.215000', '174034.675000', '174035.135000', '174035.595000', '174036.055000', '174036.515000', '174036.975000', '174037.435000', '174037.895000', '174038.355000', '174038.815000', '174039.275000', '174039.735000', '174040.195000', '174040.655000', '174041.115000', '174041.575000', '174042.035000', '174042.495000', '174042.955000', '174043.415000', '174043.875000', '174044.335000', '174044.795000', '174045.255000', '174045.715000', '174046.175000', '174046.635000', '174047.095000', '174047.555000', '174048.015000', '174048.475000', '174048.935000', '174049.395000', '174049.855000', '174050.315000', '174050.775000', '174051.235000', '174051.695000', '174052.155000', '174052.615000', '174053.075000', '174053.535000', '174053.995000', '174054.455000', '174054.915000', '174055.375000', '174055.835000', '174056.295000', '174056.755000', '174057.215000', '174057.675000', '174058.135000', '174058.595000', '174059.055000', '174059.515000', '174059.975000', '174100.435000', '174100.895000', '174101.355000', '174101.815000', '174102.275000', '174102.735000', '174103.195000', '174103.655000', '174104.115000', '174104.575000', '174105.035000', '174105.495000', '174105.955000', '174106.415000', '174106.875000', '174107.335000', '174107.795000', '174108.255000', '174108.715000', '174109.175000', '174109.635000', '174110.095000', '174110.555000', '174111.015000', '174111.475000', '174111.935000', '174112.395000', '174112.855000', '174113.315000', '174113.775000', '174114.235000', '174114.695000', '174115.155000', '174115.615000', '174116.075000', '174116.535000', '174116.995000', '174117.455000', '174117.915000', '174118.375000', '174118.835000', '174119.295000', '174119.755000', '174120.215000', '174120.675000', '174121.135000', '174121.595000', '174122.055000', '174122.515000', '174122.975000', '174123.435000', '174123.895000', '174124.355000', '174124.815000', '174125.275000', '174125.735000', '174126.195000', '174126.655000', '174127.115000', '174127.575000', '174128.035000', '174128.495000', '174128.955000', '174129.415000', '174129.875000', '174130.335000', '174130.795000', '174131.255000', '174131.715000', '174132.175000', '174132.635000', '174133.095000', '174133.555000', '174134.015000', '174134.475000', '174134.935000', '174135.395000', '174135.855000', '174136.315000', '174136.775000', '174137.235000', '174137.695000', '174138.155000', '174138.615000', '174139.075000', '174139.535000', '174139.995000', '174140.455000', '174140.915000', '174141.375000', '174141.835000', '174142.295000', '174142.755000', '174143.215000', '174143.675000', '174144.135000', '174144.595000', '174145.055000', '174145.515000', '174145.975000', '174146.435000', '174146.895000', '174147.355000', '174147.815000', '174148.275000', '174148.735000', '174149.195000', '174149.655000', '174150.115000', '174150.575000', '174151.035000', '174151.495000', '174151.955000', '174152.415000', '174152.875000', '174153.335000', '174153.795000', '174154.255000', '174154.715000', '174155.175000', '174155.635000', '174156.095000', '174156.555000', '174157.015000', '174157.475000', '174157.935000', '174158.395000', '174158.855000', '174159.315000', '174159.775000', '174200.235000', '174200.695000', '174201.155000', '174201.615000', '174202.075000', '174202.535000', '174202.995000', '174203.455000', '174203.915000', '174204.375000', '174204.835000', '174205.295000', '174205.755000', '174206.215000', '174206.675000', '174207.135000', '174207.595000', '174208.055000', '174208.515000', '174208.975000', '174209.435000', '174209.895000', '174210.355000', '174210.815000', '174211.275000', '174211.735000', '174212.195000', '174212.655000', '174213.115000', '174213.575000', '174214.035000', '174214.495000', '174214.955000', '174215.415000', '174215.875000', '174216.335000', '174216.795000', '174217.255000', '174217.715000', '174218.175000', '174218.635000', '174219.095000', '174219.555000', '174220.015000', '174220.475000', '174220.935000', '174221.395000', '174221.855000', '174222.315000', '174222.775000', '174223.235000', '174223.695000', '174224.155000', '174224.615000', '174225.075000', '174225.535000', '174225.995000', '174226.455000', '174226.915000', '174227.375000', '174227.835000', '174228.295000', '174228.755000', '174229.215000', '174229.675000', '174230.135000', '174230.595000', '174231.055000', '174231.515000', '174231.975000', '174232.435000', '174232.895000', '174233.355000', '174233.815000', '174234.275000', '174234.735000', '174235.195000', '174235.655000', '174236.115000', '174236.575000', '174237.035000', '174237.495000', '174237.955000', '174238.415000', '174238.875000', '174239.335000', '174239.795000', '174240.255000', '174240.715000', '174241.175000', '174241.635000', '174242.095000', '174242.555000', '174243.015000', '174243.475000', '174243.935000', '174244.395000', '174244.855000', '174245.315000', '174245.775000', '174246.235000', '174246.695000', '174247.155000', '174247.615000', '174248.075000', '174248.535000', '174248.995000', '174249.455000', '174249.915000', '174250.375000', '174250.835000', '174251.295000', '174251.755000', '174252.215000', '174252.675000', '174253.135000', '174253.595000', '174254.055000', '174254.515000', '174254.975000', '174255.435000', '174255.895000', '174256.355000', '174256.815000', '174257.275000', '174257.735000', '174258.195000', '174258.655000', '174259.115000', '174259.575000', '174300.035000', '174300.495000', '174300.955000', '174301.415000', '174301.875000', '174302.335000', '174302.795000', '174303.255000', '174303.715000', '174304.175000', '174304.635000', '174305.095000', '174305.555000', '174306.015000', '174306.475000', '174306.935000', '174307.395000', '174307.855000', '174308.315000', '174308.775000', '174309.235000', '174309.695000', '174310.155000', '174310.615000', '174311.075000', '174311.535000', '174311.995000', '174312.455000', '174312.915000', '174313.375000', '174313.835000', '174314.295000', '174314.755000', '174315.215000', '174315.675000', '174316.135000', '174316.595000', '174317.055000', '174317.515000', '174317.975000', '174318.435000', '174318.895000', '174319.355000', '174319.815000', '174320.275000', '174320.735000', '174321.195000', '174321.655000', '174322.115000', '174322.575000', '174323.035000', '174323.495000', '174323.955000', '174324.415000', '174324.875000', '174325.335000', '174325.795000', '174326.255000', '174326.715000', '174327.175000', '174327.635000', '174328.095000', '174328.555000', '174329.015000', '174329.475000', '174329.935000', '174330.395000', '174330.855000', '174331.315000', '174331.775000', '174332.235000', '174332.695000', '174333.155000', '174333.615000', '174334.075000', '174334.535000', '174334.995000', '174335.455000', '174335.915000', '174336.375000', '174336.835000', '174337.295000', '174337.755000', '174338.215000', '174338.675000', '174339.135000', '174339.595000', '174340.055000', '174340.515000', '174340.975000', '174341.435000', '174341.895000', '174342.355000', '174342.815000', '174343.275000', '174343.735000', '174344.195000', '174344.655000', '174345.115000', '174345.575000', '174346.035000', '174346.495000', '174346.955000', '174347.415000', '174347.875000', '174348.335000', '174348.795000', '174349.255000', '174349.715000', '174350.175000', '174350.635000', '174351.095000', '174351.555000', '174352.015000', '174352.475000', '174352.935000', '174353.395000', '174353.855000', '174354.315000', '174354.775000', '174355.235000', '174355.695000', '174356.155000', '174356.615000', '174357.075000', '174357.535000', '174357.995000', '174358.455000', '174358.915000', '174359.375000', '174359.835000', '174400.295000', '174400.755000', '174401.215000', '174401.675000', '174402.135000', '174402.595000', '174403.055000', '174403.515000', '174403.975000', '174404.435000', '174404.895000', '174405.355000', '174405.815000', '174406.275000', '174406.735000', '174407.195000', '174407.655000', '174408.115000', '174408.575000', '174409.035000', '174409.495000', '174409.955000', '174410.415000', '174410.875000', '174411.335000', '174411.795000', '174412.255000', '174412.715000', '174413.175000', '174413.635000', '174414.095000', '174414.555000', '174415.015000', '174415.475000', '174415.935000', '174416.395000', '174416.855000', '174417.315000', '174417.775000', '174418.235000', '174418.695000', '174419.155000', '174419.615000', '174420.075000', '174420.535000', '174420.995000', '174421.455000', '174421.915000', '174422.375000', '174422.835000', '174423.295000', '174423.755000', '174424.215000', '174424.675000', '174425.135000', '174425.595000', '174426.055000', '174426.515000', '174426.975000', '174427.435000', '174427.895000', '174428.355000', '174428.815000', '174429.275000', '174429.735000', '174430.195000', '174430.655000', '174431.115000', '174431.575000', '174432.035000', '174432.495000', '174432.955000', '174433.415000', '174433.875000', '174434.335000', '174434.795000', '174435.255000', '174435.715000', '174436.175000', '174436.635000', '174437.095000', '174437.555000', '174438.015000', '174438.475000', '174438.935000', '174439.395000', '174439.855000', '174440.315000', '174440.775000', '174441.235000', '174441.695000', '174442.155000', '174442.615000', '174443.075000', '174443.535000', '174443.995000', '174444.455000', '174444.915000', '174445.375000', '174445.835000', '174446.295000', '174446.755000', '174447.215000', '174447.675000', '174448.135000', '174448.595000', '174449.055000', '174449.515000', '174449.975000', '174450.435000', '174450.895000', '174451.355000', '174451.815000', '174452.275000', '174452.735000', '174453.195000', '174453.655000', '174454.115000', '174454.575000', '174455.035000', '174455.495000', '174455.955000', '174456.415000', '174456.875000', '174457.335000', '174457.795000', '174458.255000', '174458.715000', '174459.175000', '174459.635000', '174500.095000', '174500.555000', '174501.015000', '174501.475000', '174501.935000', '174502.395000', '174502.855000', '174503.315000', '174503.775000', '174504.235000', '174504.695000', '174505.155000', '174505.615000', '174506.075000', '174506.535000', '174506.995000', '174507.455000', '174507.915000', '174508.375000', '174508.835000', '174509.295000', '174509.755000', '174510.215000', '174510.675000', '174511.135000', '174511.595000', '174512.055000', '174512.515000', '174512.975000', '174513.435000', '174513.895000', '174514.355000', '174514.815000', '174515.275000', '174515.735000', '174516.195000', '174516.655000', '174517.115000', '174517.575000', '174518.035000', '174518.495000', '174518.955000', '174519.415000', '174519.875000', '174520.335000', '174520.795000', '174521.255000', '174521.715000', '174522.175000', '174522.635000', '174523.095000', '174523.555000', '174524.015000', '174524.475000', '174524.935000', '174525.395000', '174525.855000', '174526.315000', '174526.775000', '174527.235000', '174527.695000', '174528.155000', '174528.615000', '174529.075000', '174529.535000', '174529.995000', '174530.455000', '174530.915000', '174531.375000', '174531.835000', '174532.295000', '174532.755000', '174533.215000', '174533.675000', '174534.135000', '174534.595000', '174535.055000', '174535.515000', '174535.975000', '174536.435000', '174536.895000', '174537.355000', '174537.815000', '174538.275000', '174538.735000', '174539.195000', '174539.655000', '174540.115000', '174540.575000', '174541.035000', '174541.495000', '174541.955000', '174542.415000', '174542.875000', '174543.335000', '174543.795000', '174544.255000', '174544.715000', '174545.175000', '174545.635000', '174546.095000', '174546.555000', '174547.015000', '174547.475000', '174547.935000', '174548.395000', '174548.855000', '174549.315000', '174549.775000', '174550.235000', '174550.695000', '174551.155000', '174551.615000', '174552.075000', '174552.535000', '174552.995000', '174553.455000', '174553.915000', '174554.375000', '174554.835000', '174555.295000', '174555.755000', '174556.215000', '174556.675000', '174557.135000', '174557.595000', '174558.055000', '174558.515000', '174558.975000', '174559.435000', '174559.895000', '174600.355000', '174600.815000', '174601.275000', '174601.735000', '174602.195000', '174602.655000', '174603.115000', '174603.575000', '174604.035000', '174604.495000', '174604.955000', '174605.415000', '174605.875000', '174606.335000', '174606.795000', '174607.255000', '174607.715000', '174608.175000', '174608.635000', '174609.095000', '174609.555000', '174610.015000', '174610.475000', '174610.935000', '174611.395000', '174611.855000', '174612.315000', '174612.775000', '174613.235000', '174613.695000', '174614.155000', '174614.615000', '174615.075000', '174615.535000', '174615.995000', '174616.455000', '174616.915000', '174617.375000', '174617.835000', '174618.295000', '174618.755000', '174619.215000', '174619.675000', '174620.135000', '174620.595000', '174621.055000', '174621.515000', '174621.975000', '174622.435000', '174622.895000', '174623.355000', '174623.815000', '174624.275000', '174624.735000', '174625.195000', '174625.655000', '174626.115000', '174626.575000', '174627.035000', '174627.495000', '174627.955000', '174628.415000', '174628.875000', '174629.335000', '174629.795000', '174630.255000', '174630.715000', '174631.175000', '174631.635000', '174632.095000', '174632.555000', '174633.015000', '174633.475000', '174633.935000', '174634.395000', '174634.855000', '174635.315000', '174635.775000', '174636.235000', '174636.695000', '174637.155000', '174637.615000', '174638.075000', '174638.535000', '174638.995000', '174639.455000', '174639.915000', '174640.375000', '174640.835000', '174641.295000', '174641.755000', '174642.215000', '174642.675000', '174643.135000', '174643.595000', '174644.055000', '174644.515000', '174644.975000', '174645.435000', '174645.895000', '174646.355000', '174646.815000', '174647.275000', '174647.735000', '174648.195000', '174648.655000', '174649.115000', '174649.575000', '174650.035000', '174650.495000', '174650.955000', '174651.415000', '174651.875000', '174652.335000', '174652.795000', '174653.255000', '174653.715000', '174654.175000', '174654.635000', '174655.095000', '174655.555000', '174656.015000', '174656.475000', '174656.935000', '174657.395000', '174657.855000', '174658.315000', '174658.775000', '174659.235000', '174659.695000', '174700.155000', '174700.615000', '174701.075000', '174701.535000', '174701.995000', '174702.455000', '174702.915000', '174703.375000', '174703.835000', '174704.295000', '174704.755000', '174705.215000', '174705.675000', '174706.135000', '174706.595000', '174707.055000', '174707.515000', '174707.975000', '174708.435000', '174708.895000', '174709.355000', '174709.815000', '174710.275000', '174710.735000', '174711.195000', '174711.655000', '174712.115000', '174712.575000', '174713.035000', '174713.495000', '174713.955000', '174714.415000', '174714.875000', '174715.335000', '174715.795000', '174716.255000', '174716.715000', '174717.175000', '174717.635000', '174718.095000', '174718.555000', '174719.015000', '174719.475000', '174719.935000', '174720.395000', '174720.855000', '174721.315000', '174721.775000', '174722.235000', '174722.695000', '174723.155000', '174723.615000', '174724.075000', '174724.535000', '174724.995000', '174725.455000', '174725.915000', '174726.375000', '174726.835000', '174727.295000', '174727.755000'], 'ContentTime': ['173933.155000', '173933.158000', '173933.162000', '173933.165000', '173933.167000', '173933.170000', '173933.172000', '173933.175000', '173933.178000', '173933.180000', '173933.183000', '173933.186000', '173933.188000', '173933.191000', '173933.194000', '173933.196000', '173933.199000', '173933.201000', '173933.204000', '173933.206000', '173933.209000', '173933.212000', '173933.214000', '173933.217000', '173933.219000', '173933.222000', '173933.225000', '173933.227000', '173933.234000', '173933.237000', '173933.239000', '173933.242000', '173933.244000', '173933.247000', '173933.250000', '173933.252000', '173933.255000', '173953.114000', '173953.121000', '173953.124000', '173953.126000', '173953.129000', '173953.131000', '173953.134000', '173953.137000', '173953.139000', '173953.142000', '173953.144000', '173953.147000', '173953.149000', '173953.152000', '173953.155000', '173953.157000', '173953.160000', '173953.162000', '173953.165000', '173953.168000', '173953.170000', '173953.173000', '173953.176000', '173953.178000', '173953.181000', '173953.183000', '173953.186000', '173953.188000', '173953.191000', '173953.194000', '173953.196000', '173953.199000', '173953.202000', '173953.204000', '173953.207000', '173953.209000', '173953.212000', '173953.215000', '173953.217000', '173953.220000', '173953.223000', '173953.225000', '173953.228000', '174013.115000', '174013.117000', '174013.120000', '174013.123000', '174013.126000', '174013.128000', '174013.131000', '174013.133000', '174013.136000', '174013.139000', '174013.150000', '174013.153000', '174013.156000', '174013.158000', '174013.161000', '174013.163000', '174013.166000', '174013.169000', '174013.171000', '174013.174000', '174013.177000', '174013.179000', '174013.182000', '174013.184000', '174013.187000', '174013.190000', '174013.192000', '174013.195000', '174013.198000', '174013.200000', '174013.203000', '174013.206000', '174013.208000', '174013.211000', '174013.213000', '174013.240000', '174013.243000', '174013.245000', '174013.248000', '174013.262000', '174013.265000', '174013.268000', '174013.270000', '174013.273000', '174033.115000', '174033.118000', '174033.120000', '174033.123000', '174033.125000', '174033.128000', '174033.131000', '174033.133000', '174033.136000', '174033.139000', '174033.141000', '174033.144000', '174033.146000', '174033.149000', '174033.152000', '174033.154000', '174033.157000', '174033.160000', '174033.162000', '174033.165000', '174033.167000', '174033.170000', '174033.173000', '174033.175000', '174033.178000', '174033.180000', '174033.183000', '174033.186000', '174033.188000', '174033.191000', '174033.193000', '174033.210000', '174033.213000', '174033.216000', '174033.218000', '174033.221000', '174033.224000', '174033.227000', '174033.230000', '174033.232000', '174033.235000', '174033.237000', '174033.240000', '174053.113000', '174053.116000', '174053.119000', '174053.122000', '174053.124000', '174053.127000', '174053.129000', '174053.132000', '174053.135000', '174053.137000', '174053.140000', '174053.142000', '174053.145000', '174053.148000', '174053.150000', '174053.153000', '174053.155000', '174053.158000', '174053.161000', '174053.164000', '174053.166000', '174053.169000', '174053.171000', '174053.174000', '174053.177000', '174053.179000', '174053.182000', '174053.184000', '174053.187000', '174053.190000', '174053.193000', '174053.195000', '174053.198000', '174053.200000', '174053.203000', '174053.206000', '174053.208000', '174053.211000', '174053.213000', '174053.216000', '174053.219000', '174053.221000', '174053.224000', '174053.227000', '174113.114000', '174113.117000', '174113.120000', '174113.122000', '174113.125000', '174113.128000', '174113.130000', '174113.133000', '174113.136000', '174113.138000', '174113.141000', '174113.143000', '174113.146000', '174113.149000', '174113.151000', '174113.154000', '174113.157000', '174113.159000', '174113.162000', '174113.164000', '174113.167000', '174113.170000', '174113.172000', '174113.175000', '174113.178000', '174113.180000', '174113.183000', '174113.186000', '174113.188000', '174113.191000', '174113.194000', '174113.196000', '174113.199000', '174113.202000', '174113.204000', '174113.207000', '174113.209000', '174113.212000', '174113.215000', '174113.217000', '174113.220000', '174113.223000', '174113.225000', '174133.115000', '174133.118000', '174133.121000', '174133.123000', '174133.126000', '174133.129000', '174133.131000', '174133.134000', '174133.137000', '174133.139000', '174133.142000', '174133.145000', '174133.147000', '174133.150000', '174133.153000', '174133.155000', '174133.158000', '174133.161000', '174133.163000', '174133.166000', '174133.168000', '174133.171000', '174133.174000', '174133.176000', '174133.179000', '174133.181000', '174133.184000', '174133.187000', '174133.189000', '174133.192000', '174133.195000', '174133.197000', '174133.200000', '174133.202000', '174133.205000', '174133.207000', '174133.210000', '174133.213000', '174133.215000', '174133.218000', '174133.221000', '174133.223000', '174133.226000', '174133.229000', '174153.114000', '174153.117000', '174153.120000', '174153.123000', '174153.125000', '174153.128000', '174153.130000', '174153.133000', '174153.136000', '174153.138000', '174153.141000', '174153.144000', '174153.146000', '174153.149000', '174153.152000', '174153.154000', '174153.157000', '174153.159000', '174153.162000', '174153.165000', '174153.167000', '174153.170000', '174153.173000', '174153.175000', '174153.178000', '174153.180000', '174153.183000', '174153.186000', '174153.188000', '174153.191000', '174153.194000', '174153.197000', '174153.199000', '174153.202000', '174153.204000', '174153.207000', '174153.210000', '174153.212000', '174153.215000', '174153.218000', '174153.220000', '174153.223000', '174153.225000', '174213.114000', '174213.117000', '174213.120000', '174213.122000', '174213.125000', '174213.128000', '174213.130000', '174213.133000', '174213.136000', '174213.138000', '174213.141000', '174213.143000', '174213.146000', '174213.149000', '174213.152000', '174213.154000', '174213.157000', '174213.159000', '174213.162000', '174213.165000', '174213.167000', '174213.170000', '174213.173000', '174213.175000', '174213.178000', '174213.180000', '174213.183000', '174213.194000', '174213.197000', '174213.200000', '174213.202000', '174213.205000', '174213.208000', '174213.210000', '174213.213000', '174213.215000', '174213.218000', '174213.221000', '174213.223000', '174213.226000', '174213.229000', '174213.231000', '174213.234000', '174213.237000', '174233.114000', '174233.117000', '174233.120000', '174233.123000', '174233.125000', '174233.128000', '174233.131000', '174233.133000', '174233.136000', '174233.138000', '174233.141000', '174233.144000', '174233.146000', '174233.149000', '174233.152000', '174233.154000', '174233.157000', '174233.159000', '174233.162000', '174233.165000', '174233.167000', '174233.170000', '174233.173000', '174233.175000', '174233.178000', '174233.181000', '174233.183000', '174233.186000', '174233.189000', '174233.191000', '174233.194000', '174233.197000', '174233.199000', '174233.202000', '174233.205000', '174233.207000', '174233.210000', '174233.212000', '174233.215000', '174233.218000', '174233.221000', '174233.223000', '174233.226000', '174253.114000', '174253.117000', '174253.120000', '174253.123000', '174253.125000', '174253.128000', '174253.130000', '174253.133000', '174253.136000', '174253.138000', '174253.141000', '174253.144000', '174253.146000', '174253.149000', '174253.151000', '174253.154000', '174253.157000', '174253.159000', '174253.162000', '174253.165000', '174253.167000', '174253.170000', '174253.172000', '174253.175000', '174253.178000', '174253.180000', '174253.183000', '174253.186000', '174253.188000', '174253.191000', '174253.193000', '174253.196000', '174253.199000', '174253.201000', '174253.204000', '174253.207000', '174253.209000', '174253.212000', '174253.214000', '174253.217000', '174253.220000', '174253.222000', '174253.225000', '174253.227000', '174313.114000', '174313.116000', '174313.119000', '174313.122000', '174313.124000', '174313.127000', '174313.130000', '174313.132000', '174313.135000', '174313.137000', '174313.140000', '174313.143000', '174313.145000', '174313.148000', '174313.150000', '174313.153000', '174313.156000', '174313.158000', '174313.161000', '174313.163000', '174313.166000', '174313.169000', '174313.171000', '174313.174000', '174313.177000', '174313.179000', '174313.182000', '174313.184000', '174313.187000', '174313.190000', '174313.192000', '174313.195000', '174313.198000', '174313.200000', '174313.203000', '174313.206000', '174313.231000', '174313.234000', '174313.237000', '174313.239000', '174313.242000', '174313.244000', '174313.247000', '174333.114000', '174333.117000', '174333.120000', '174333.122000', '174333.125000', '174333.127000', '174333.130000', '174333.133000', '174333.135000', '174333.138000', '174333.140000', '174333.143000', '174333.146000', '174333.148000', '174333.151000', '174333.153000', '174333.156000', '174333.159000', '174333.161000', '174333.164000', '174333.166000', '174333.169000', '174333.172000', '174333.174000', '174333.177000', '174333.180000', '174333.182000', '174333.185000', '174333.187000', '174333.190000', '174333.193000', '174333.195000', '174333.198000', '174333.201000', '174333.203000', '174333.206000', '174333.208000', '174333.211000', '174333.214000', '174333.216000', '174333.219000', '174333.222000', '174333.224000', '174333.227000', '174353.114000', '174353.117000', '174353.120000', '174353.123000', '174353.125000', '174353.128000', '174353.130000', '174353.133000', '174353.147000', '174353.150000', '174353.152000', '174353.155000', '174353.158000', '174353.160000', '174353.163000', '174353.166000', '174353.168000', '174353.171000', '174353.174000', '174353.176000', '174353.179000', '174353.182000', '174353.184000', '174353.187000', '174353.190000', '174353.192000', '174353.195000', '174353.198000', '174353.200000', '174353.203000', '174353.205000', '174353.208000', '174353.211000', '174353.213000', '174353.216000', '174353.219000', '174353.221000', '174353.224000', '174353.226000', '174353.229000', '174353.232000', '174353.234000', '174353.237000', '174413.115000', '174413.117000', '174413.120000', '174413.122000', '174413.125000', '174413.128000', '174413.131000', '174413.134000', '174413.137000', '174413.139000', '174413.142000', '174413.144000', '174413.147000', '174413.150000', '174413.152000', '174413.155000', '174413.158000', '174413.160000', '174413.163000', '174413.165000', '174413.168000', '174413.171000', '174413.173000', '174413.176000', '174413.179000', '174413.181000', '174413.184000', '174413.187000', '174413.189000', '174413.192000', '174413.194000', '174413.197000', '174413.200000', '174413.202000', '174413.205000', '174413.207000', '174413.210000', '174413.213000', '174413.216000', '174413.218000', '174413.221000', '174413.223000', '174413.226000', '174413.229000', '174433.115000', '174433.117000', '174433.120000', '174433.123000', '174433.125000', '174433.128000', '174433.131000', '174433.133000', '174433.136000', '174433.139000', '174433.141000', '174433.144000', '174433.146000', '174433.149000', '174433.152000', '174433.154000', '174433.157000', '174433.160000', '174433.162000', '174433.165000', '174433.168000', '174433.170000', '174433.173000', '174433.176000', '174433.178000', '174433.181000', '174433.183000', '174433.186000', '174433.189000', '174433.191000', '174433.194000', '174433.197000', '174433.199000', '174433.202000', '174433.208000', '174433.210000', '174433.213000', '174433.215000', '174433.218000', '174433.221000', '174433.223000', '174433.226000', '174433.229000', '174453.115000', '174453.117000', '174453.120000', '174453.123000', '174453.125000', '174453.128000', '174453.131000', '174453.133000', '174453.136000', '174453.139000', '174453.141000', '174453.144000', '174453.147000', '174453.149000', '174453.152000', '174453.160000', '174453.163000', '174453.166000', '174453.168000', '174453.171000', '174453.174000', '174453.176000', '174453.179000', '174453.181000', '174453.184000', '174453.187000', '174453.189000', '174453.192000', '174453.195000', '174453.197000', '174453.200000', '174453.203000', '174453.205000', '174453.208000', '174453.210000', '174453.213000', '174453.216000', '174453.218000', '174453.223000', '174453.225000', '174453.228000', '174453.230000', '174453.233000', '174453.236000', '174513.114000', '174513.117000', '174513.120000', '174513.123000', '174513.126000', '174513.128000', '174513.131000', '174513.133000', '174513.136000', '174513.139000', '174513.141000', '174513.144000', '174513.146000', '174513.149000', '174513.152000', '174513.154000', '174513.157000', '174513.160000', '174513.175000', '174513.178000', '174513.180000', '174513.183000', '174513.186000', '174513.188000', '174513.191000', '174513.194000', '174513.196000', '174513.199000', '174513.202000', '174513.204000', '174513.207000', '174513.209000', '174513.212000', '174513.215000', '174513.217000', '174513.220000', '174513.223000', '174513.225000', '174513.228000', '174513.230000', '174513.233000', '174513.236000', '174513.238000', '174533.114000', '174533.117000', '174533.121000', '174533.123000', '174533.126000', '174533.129000', '174533.131000', '174533.134000', '174533.136000', '174533.139000', '174533.142000', '174533.144000', '174533.147000', '174533.150000', '174533.152000', '174533.155000', '174533.157000', '174533.160000', '174533.163000', '174533.165000', '174533.168000', '174533.172000', '174533.174000', '174533.177000', '174533.179000', '174533.182000', '174533.185000', '174533.187000', '174533.190000', '174533.193000', '174533.195000', '174533.198000', '174533.201000', '174533.203000', '174533.206000', '174533.208000', '174533.211000', '174533.214000', '174533.216000', '174533.219000', '174533.222000', '174533.225000', '174533.227000', '174553.114000', '174553.117000', '174553.120000', '174553.122000', '174553.125000', '174553.128000', '174553.130000', '174553.133000', '174553.136000', '174553.139000', '174553.141000', '174553.144000', '174553.147000', '174553.149000', '174553.152000', '174553.154000', '174553.157000', '174553.160000', '174553.162000', '174553.165000', '174553.168000', '174553.170000', '174553.173000', '174553.176000', '174553.178000', '174553.181000', '174553.183000', '174553.186000', '174553.189000', '174553.191000', '174553.194000', '174553.196000', '174553.199000', '174553.202000', '174553.205000', '174553.207000', '174553.210000', '174553.212000', '174553.215000', '174553.218000', '174553.220000', '174553.223000', '174553.226000', '174553.228000', '174613.114000', '174613.117000', '174613.120000', '174613.123000', '174613.125000', '174613.128000', '174613.131000', '174613.133000', '174613.136000', '174613.139000', '174613.141000', '174613.144000', '174613.147000', '174613.149000', '174613.152000', '174613.155000', '174613.157000', '174613.160000', '174613.163000', '174613.166000', '174613.168000', '174613.171000', '174613.173000', '174613.176000', '174613.179000', '174613.181000', '174613.184000', '174613.186000', '174613.189000', '174613.192000', '174613.195000', '174613.197000', '174613.200000', '174613.203000', '174613.205000', '174613.208000', '174613.210000', '174613.213000', '174613.216000', '174613.218000', '174613.221000', '174613.223000', '174613.226000', '174633.115000', '174633.118000', '174633.120000', '174633.123000', '174633.126000', '174633.129000', '174633.131000', '174633.134000', '174633.137000', '174633.139000', '174633.142000', '174633.144000', '174633.147000', '174633.150000', '174633.152000', '174633.155000', '174633.158000', '174633.160000', '174633.163000', '174633.166000', '174633.168000', '174633.171000', '174633.173000', '174633.176000', '174633.179000', '174633.181000', '174633.184000', '174633.186000', '174633.189000', '174633.192000', '174633.205000', '174633.208000', '174633.210000', '174633.213000', '174633.215000', '174633.218000', '174633.221000', '174633.223000', '174633.226000', '174633.229000', '174633.231000', '174633.234000', '174633.236000', '174633.239000', '174653.114000', '174653.117000', '174653.120000', '174653.123000', '174653.125000', '174653.128000', '174653.131000', '174653.133000', '174653.136000', '174653.139000', '174653.141000', '174653.144000', '174653.146000', '174653.149000', '174653.152000', '174653.154000', '174653.157000', '174653.160000', '174653.162000', '174653.165000', '174653.168000', '174653.170000', '174653.173000', '174653.176000', '174653.178000', '174653.181000', '174653.184000', '174653.186000', '174653.189000', '174653.192000', '174653.194000', '174653.197000', '174653.200000', '174653.202000', '174653.205000', '174653.208000', '174653.211000', '174653.214000', '174653.216000', '174653.219000', '174653.222000', '174653.224000', '174653.227000', '174713.115000', '174713.117000', '174713.120000', '174713.123000', '174713.125000', '174713.128000', '174713.131000', '174713.133000', '174713.136000', '174713.139000', '174713.141000', '174713.144000', '174713.146000', '174713.149000', '174713.152000', '174713.154000', '174713.157000', '174713.160000', '174713.162000', '174713.165000', '174713.168000', '174713.170000', '174713.173000', '174713.175000', '174713.178000', '174713.181000', '174713.183000', '174713.186000', '174713.189000', '174713.191000', '174713.194000', '174713.197000', '174713.199000', '174713.202000', '174713.204000', '174713.207000', '174713.210000', '174713.212000', '174713.215000', '174713.218000', '174713.220000', '174713.223000', '174713.226000', '174713.228000', '174729.503000', '174729.506000', '174729.509000', '174729.515000', '174729.518000', '174729.521000', '174729.523000', '174729.526000', '174729.529000', '174729.531000', '174729.534000', '174729.537000', '174729.539000', '174729.542000', '174729.545000', '174729.548000', '174729.550000', '174729.553000', '174729.555000', '174729.558000', '174729.561000', '174729.563000', '174729.566000', '174729.569000', '174729.571000', '174729.574000', '174729.577000', '174729.582000', '174729.584000', '174729.587000', '174729.590000', '174729.593000', '174729.596000', '174729.598000', '174729.602000', '174729.604000'], 'InstanceCreationTime': ['173933.155000', '173933.158000', '173933.162000', '173933.165000', '173933.167000', '173933.170000', '173933.172000', '173933.175000', '173933.178000', '173933.180000', '173933.183000', '173933.186000', '173933.188000', '173933.191000', '173933.194000', '173933.196000', '173933.199000', '173933.201000', '173933.204000', '173933.206000', '173933.209000', '173933.212000', '173933.214000', '173933.217000', '173933.219000', '173933.222000', '173933.225000', '173933.227000', '173933.234000', '173933.237000', '173933.239000', '173933.242000', '173933.244000', '173933.247000', '173933.250000', '173933.252000', '173933.255000', '173953.114000', '173953.121000', '173953.124000', '173953.126000', '173953.129000', '173953.131000', '173953.134000', '173953.137000', '173953.139000', '173953.142000', '173953.144000', '173953.147000', '173953.149000', '173953.152000', '173953.155000', '173953.157000', '173953.160000', '173953.162000', '173953.165000', '173953.168000', '173953.170000', '173953.173000', '173953.176000', '173953.178000', '173953.181000', '173953.183000', '173953.186000', '173953.188000', '173953.191000', '173953.194000', '173953.196000', '173953.199000', '173953.202000', '173953.204000', '173953.207000', '173953.209000', '173953.212000', '173953.215000', '173953.217000', '173953.220000', '173953.223000', '173953.225000', '173953.228000', '174013.115000', '174013.117000', '174013.120000', '174013.123000', '174013.126000', '174013.128000', '174013.131000', '174013.133000', '174013.136000', '174013.139000', '174013.150000', '174013.153000', '174013.156000', '174013.158000', '174013.161000', '174013.163000', '174013.166000', '174013.169000', '174013.171000', '174013.174000', '174013.177000', '174013.179000', '174013.182000', '174013.184000', '174013.187000', '174013.190000', '174013.192000', '174013.195000', '174013.198000', '174013.200000', '174013.203000', '174013.206000', '174013.208000', '174013.211000', '174013.213000', '174013.240000', '174013.243000', '174013.245000', '174013.248000', '174013.262000', '174013.265000', '174013.268000', '174013.270000', '174013.273000', '174033.115000', '174033.118000', '174033.120000', '174033.123000', '174033.125000', '174033.128000', '174033.131000', '174033.133000', '174033.136000', '174033.139000', '174033.141000', '174033.144000', '174033.146000', '174033.149000', '174033.152000', '174033.154000', '174033.157000', '174033.160000', '174033.162000', '174033.165000', '174033.167000', '174033.170000', '174033.173000', '174033.175000', '174033.178000', '174033.180000', '174033.183000', '174033.186000', '174033.188000', '174033.191000', '174033.193000', '174033.210000', '174033.213000', '174033.216000', '174033.218000', '174033.221000', '174033.224000', '174033.227000', '174033.230000', '174033.232000', '174033.235000', '174033.237000', '174033.240000', '174053.113000', '174053.116000', '174053.119000', '174053.122000', '174053.124000', '174053.127000', '174053.129000', '174053.132000', '174053.135000', '174053.137000', '174053.140000', '174053.142000', '174053.145000', '174053.148000', '174053.150000', '174053.153000', '174053.155000', '174053.158000', '174053.161000', '174053.164000', '174053.166000', '174053.169000', '174053.171000', '174053.174000', '174053.177000', '174053.179000', '174053.182000', '174053.184000', '174053.187000', '174053.190000', '174053.193000', '174053.195000', '174053.198000', '174053.200000', '174053.203000', '174053.206000', '174053.208000', '174053.211000', '174053.213000', '174053.216000', '174053.219000', '174053.221000', '174053.224000', '174053.227000', '174113.114000', '174113.117000', '174113.120000', '174113.122000', '174113.125000', '174113.128000', '174113.130000', '174113.133000', '174113.136000', '174113.138000', '174113.141000', '174113.143000', '174113.146000', '174113.149000', '174113.151000', '174113.154000', '174113.157000', '174113.159000', '174113.162000', '174113.164000', '174113.167000', '174113.170000', '174113.172000', '174113.175000', '174113.178000', '174113.180000', '174113.183000', '174113.186000', '174113.188000', '174113.191000', '174113.194000', '174113.196000', '174113.199000', '174113.202000', '174113.204000', '174113.207000', '174113.209000', '174113.212000', '174113.215000', '174113.217000', '174113.220000', '174113.223000', '174113.225000', '174133.115000', '174133.118000', '174133.121000', '174133.123000', '174133.126000', '174133.129000', '174133.131000', '174133.134000', '174133.137000', '174133.139000', '174133.142000', '174133.145000', '174133.147000', '174133.150000', '174133.153000', '174133.155000', '174133.158000', '174133.161000', '174133.163000', '174133.166000', '174133.168000', '174133.171000', '174133.174000', '174133.176000', '174133.179000', '174133.181000', '174133.184000', '174133.187000', '174133.189000', '174133.192000', '174133.195000', '174133.197000', '174133.200000', '174133.202000', '174133.205000', '174133.207000', '174133.210000', '174133.213000', '174133.215000', '174133.218000', '174133.221000', '174133.223000', '174133.226000', '174133.229000', '174153.114000', '174153.117000', '174153.120000', '174153.123000', '174153.125000', '174153.128000', '174153.130000', '174153.133000', '174153.136000', '174153.138000', '174153.141000', '174153.144000', '174153.146000', '174153.149000', '174153.152000', '174153.154000', '174153.157000', '174153.159000', '174153.162000', '174153.165000', '174153.167000', '174153.170000', '174153.173000', '174153.175000', '174153.178000', '174153.180000', '174153.183000', '174153.186000', '174153.188000', '174153.191000', '174153.194000', '174153.197000', '174153.199000', '174153.202000', '174153.204000', '174153.207000', '174153.210000', '174153.212000', '174153.215000', '174153.218000', '174153.220000', '174153.223000', '174153.225000', '174213.114000', '174213.117000', '174213.120000', '174213.122000', '174213.125000', '174213.128000', '174213.130000', '174213.133000', '174213.136000', '174213.138000', '174213.141000', '174213.143000', '174213.146000', '174213.149000', '174213.152000', '174213.154000', '174213.157000', '174213.159000', '174213.162000', '174213.165000', '174213.167000', '174213.170000', '174213.173000', '174213.175000', '174213.178000', '174213.180000', '174213.183000', '174213.194000', '174213.197000', '174213.200000', '174213.202000', '174213.205000', '174213.208000', '174213.210000', '174213.213000', '174213.215000', '174213.218000', '174213.221000', '174213.223000', '174213.226000', '174213.229000', '174213.231000', '174213.234000', '174213.237000', '174233.114000', '174233.117000', '174233.120000', '174233.123000', '174233.125000', '174233.128000', '174233.131000', '174233.133000', '174233.136000', '174233.138000', '174233.141000', '174233.144000', '174233.146000', '174233.149000', '174233.152000', '174233.154000', '174233.157000', '174233.159000', '174233.162000', '174233.165000', '174233.167000', '174233.170000', '174233.173000', '174233.175000', '174233.178000', '174233.181000', '174233.183000', '174233.186000', '174233.189000', '174233.191000', '174233.194000', '174233.197000', '174233.199000', '174233.202000', '174233.205000', '174233.207000', '174233.210000', '174233.212000', '174233.215000', '174233.218000', '174233.221000', '174233.223000', '174233.226000', '174253.114000', '174253.117000', '174253.120000', '174253.123000', '174253.125000', '174253.128000', '174253.130000', '174253.133000', '174253.136000', '174253.138000', '174253.141000', '174253.144000', '174253.146000', '174253.149000', '174253.151000', '174253.154000', '174253.157000', '174253.159000', '174253.162000', '174253.165000', '174253.167000', '174253.170000', '174253.172000', '174253.175000', '174253.178000', '174253.180000', '174253.183000', '174253.186000', '174253.188000', '174253.191000', '174253.193000', '174253.196000', '174253.199000', '174253.201000', '174253.204000', '174253.207000', '174253.209000', '174253.212000', '174253.214000', '174253.217000', '174253.220000', '174253.222000', '174253.225000', '174253.227000', '174313.114000', '174313.116000', '174313.119000', '174313.122000', '174313.124000', '174313.127000', '174313.130000', '174313.132000', '174313.135000', '174313.137000', '174313.140000', '174313.143000', '174313.145000', '174313.148000', '174313.150000', '174313.153000', '174313.156000', '174313.158000', '174313.161000', '174313.163000', '174313.166000', '174313.169000', '174313.171000', '174313.174000', '174313.177000', '174313.179000', '174313.182000', '174313.184000', '174313.187000', '174313.190000', '174313.192000', '174313.195000', '174313.198000', '174313.200000', '174313.203000', '174313.206000', '174313.231000', '174313.234000', '174313.237000', '174313.239000', '174313.242000', '174313.244000', '174313.247000', '174333.114000', '174333.117000', '174333.120000', '174333.122000', '174333.125000', '174333.127000', '174333.130000', '174333.133000', '174333.135000', '174333.138000', '174333.140000', '174333.143000', '174333.146000', '174333.148000', '174333.151000', '174333.153000', '174333.156000', '174333.159000', '174333.161000', '174333.164000', '174333.166000', '174333.169000', '174333.172000', '174333.174000', '174333.177000', '174333.180000', '174333.182000', '174333.185000', '174333.187000', '174333.190000', '174333.193000', '174333.195000', '174333.198000', '174333.201000', '174333.203000', '174333.206000', '174333.208000', '174333.211000', '174333.214000', '174333.216000', '174333.219000', '174333.222000', '174333.224000', '174333.227000', '174353.114000', '174353.117000', '174353.120000', '174353.123000', '174353.125000', '174353.128000', '174353.130000', '174353.133000', '174353.147000', '174353.150000', '174353.152000', '174353.155000', '174353.158000', '174353.160000', '174353.163000', '174353.166000', '174353.168000', '174353.171000', '174353.174000', '174353.176000', '174353.179000', '174353.182000', '174353.184000', '174353.187000', '174353.190000', '174353.192000', '174353.195000', '174353.198000', '174353.200000', '174353.203000', '174353.205000', '174353.208000', '174353.211000', '174353.213000', '174353.216000', '174353.219000', '174353.221000', '174353.224000', '174353.226000', '174353.229000', '174353.232000', '174353.234000', '174353.237000', '174413.115000', '174413.117000', '174413.120000', '174413.122000', '174413.125000', '174413.128000', '174413.131000', '174413.134000', '174413.137000', '174413.139000', '174413.142000', '174413.144000', '174413.147000', '174413.150000', '174413.152000', '174413.155000', '174413.158000', '174413.160000', '174413.163000', '174413.165000', '174413.168000', '174413.171000', '174413.173000', '174413.176000', '174413.179000', '174413.181000', '174413.184000', '174413.187000', '174413.189000', '174413.192000', '174413.194000', '174413.197000', '174413.200000', '174413.202000', '174413.205000', '174413.207000', '174413.210000', '174413.213000', '174413.216000', '174413.218000', '174413.221000', '174413.223000', '174413.226000', '174413.229000', '174433.115000', '174433.117000', '174433.120000', '174433.123000', '174433.125000', '174433.128000', '174433.131000', '174433.133000', '174433.136000', '174433.139000', '174433.141000', '174433.144000', '174433.146000', '174433.149000', '174433.152000', '174433.154000', '174433.157000', '174433.160000', '174433.162000', '174433.165000', '174433.168000', '174433.170000', '174433.173000', '174433.176000', '174433.178000', '174433.181000', '174433.183000', '174433.186000', '174433.189000', '174433.191000', '174433.194000', '174433.197000', '174433.199000', '174433.202000', '174433.208000', '174433.210000', '174433.213000', '174433.215000', '174433.218000', '174433.221000', '174433.223000', '174433.226000', '174433.229000', '174453.115000', '174453.117000', '174453.120000', '174453.123000', '174453.125000', '174453.128000', '174453.131000', '174453.133000', '174453.136000', '174453.139000', '174453.141000', '174453.144000', '174453.147000', '174453.149000', '174453.152000', '174453.160000', '174453.163000', '174453.166000', '174453.168000', '174453.171000', '174453.174000', '174453.176000', '174453.179000', '174453.181000', '174453.184000', '174453.187000', '174453.189000', '174453.192000', '174453.195000', '174453.197000', '174453.200000', '174453.203000', '174453.205000', '174453.208000', '174453.210000', '174453.213000', '174453.216000', '174453.218000', '174453.223000', '174453.225000', '174453.228000', '174453.230000', '174453.233000', '174453.236000', '174513.114000', '174513.117000', '174513.120000', '174513.123000', '174513.126000', '174513.128000', '174513.131000', '174513.133000', '174513.136000', '174513.139000', '174513.141000', '174513.144000', '174513.146000', '174513.149000', '174513.152000', '174513.154000', '174513.157000', '174513.160000', '174513.175000', '174513.178000', '174513.180000', '174513.183000', '174513.186000', '174513.188000', '174513.191000', '174513.194000', '174513.196000', '174513.199000', '174513.202000', '174513.204000', '174513.207000', '174513.209000', '174513.212000', '174513.215000', '174513.217000', '174513.220000', '174513.223000', '174513.225000', '174513.228000', '174513.230000', '174513.233000', '174513.236000', '174513.238000', '174533.114000', '174533.117000', '174533.121000', '174533.123000', '174533.126000', '174533.129000', '174533.131000', '174533.134000', '174533.136000', '174533.139000', '174533.142000', '174533.144000', '174533.147000', '174533.150000', '174533.152000', '174533.155000', '174533.157000', '174533.160000', '174533.163000', '174533.165000', '174533.168000', '174533.172000', '174533.174000', '174533.177000', '174533.179000', '174533.182000', '174533.185000', '174533.187000', '174533.190000', '174533.193000', '174533.195000', '174533.198000', '174533.201000', '174533.203000', '174533.206000', '174533.208000', '174533.211000', '174533.214000', '174533.216000', '174533.219000', '174533.222000', '174533.225000', '174533.227000', '174553.114000', '174553.117000', '174553.120000', '174553.122000', '174553.125000', '174553.128000', '174553.130000', '174553.133000', '174553.136000', '174553.139000', '174553.141000', '174553.144000', '174553.147000', '174553.149000', '174553.152000', '174553.154000', '174553.157000', '174553.160000', '174553.162000', '174553.165000', '174553.168000', '174553.170000', '174553.173000', '174553.176000', '174553.178000', '174553.181000', '174553.183000', '174553.186000', '174553.189000', '174553.191000', '174553.194000', '174553.196000', '174553.199000', '174553.202000', '174553.205000', '174553.207000', '174553.210000', '174553.212000', '174553.215000', '174553.218000', '174553.220000', '174553.223000', '174553.226000', '174553.228000', '174613.114000', '174613.117000', '174613.120000', '174613.123000', '174613.125000', '174613.128000', '174613.131000', '174613.133000', '174613.136000', '174613.139000', '174613.141000', '174613.144000', '174613.147000', '174613.149000', '174613.152000', '174613.155000', '174613.157000', '174613.160000', '174613.163000', '174613.166000', '174613.168000', '174613.171000', '174613.173000', '174613.176000', '174613.179000', '174613.181000', '174613.184000', '174613.186000', '174613.189000', '174613.192000', '174613.195000', '174613.197000', '174613.200000', '174613.203000', '174613.205000', '174613.208000', '174613.210000', '174613.213000', '174613.216000', '174613.218000', '174613.221000', '174613.223000', '174613.226000', '174633.115000', '174633.118000', '174633.120000', '174633.123000', '174633.126000', '174633.129000', '174633.131000', '174633.134000', '174633.137000', '174633.139000', '174633.142000', '174633.144000', '174633.147000', '174633.150000', '174633.152000', '174633.155000', '174633.158000', '174633.160000', '174633.163000', '174633.166000', '174633.168000', '174633.171000', '174633.173000', '174633.176000', '174633.179000', '174633.181000', '174633.184000', '174633.186000', '174633.189000', '174633.192000', '174633.205000', '174633.208000', '174633.210000', '174633.213000', '174633.215000', '174633.218000', '174633.221000', '174633.223000', '174633.226000', '174633.229000', '174633.231000', '174633.234000', '174633.236000', '174633.239000', '174653.114000', '174653.117000', '174653.120000', '174653.123000', '174653.125000', '174653.128000', '174653.131000', '174653.133000', '174653.136000', '174653.139000', '174653.141000', '174653.144000', '174653.146000', '174653.149000', '174653.152000', '174653.154000', '174653.157000', '174653.160000', '174653.162000', '174653.165000', '174653.168000', '174653.170000', '174653.173000', '174653.176000', '174653.178000', '174653.181000', '174653.184000', '174653.186000', '174653.189000', '174653.192000', '174653.194000', '174653.197000', '174653.200000', '174653.202000', '174653.205000', '174653.208000', '174653.211000', '174653.214000', '174653.216000', '174653.219000', '174653.222000', '174653.224000', '174653.227000', '174713.115000', '174713.117000', '174713.120000', '174713.123000', '174713.125000', '174713.128000', '174713.131000', '174713.133000', '174713.136000', '174713.139000', '174713.141000', '174713.144000', '174713.146000', '174713.149000', '174713.152000', '174713.154000', '174713.157000', '174713.160000', '174713.162000', '174713.165000', '174713.168000', '174713.170000', '174713.173000', '174713.175000', '174713.178000', '174713.181000', '174713.183000', '174713.186000', '174713.189000', '174713.191000', '174713.194000', '174713.197000', '174713.199000', '174713.202000', '174713.204000', '174713.207000', '174713.210000', '174713.212000', '174713.215000', '174713.218000', '174713.220000', '174713.223000', '174713.226000', '174713.228000', '174729.503000', '174729.506000', '174729.509000', '174729.515000', '174729.518000', '174729.521000', '174729.523000', '174729.526000', '174729.529000', '174729.531000', '174729.534000', '174729.537000', '174729.539000', '174729.542000', '174729.545000', '174729.548000', '174729.550000', '174729.553000', '174729.555000', '174729.558000', '174729.561000', '174729.563000', '174729.566000', '174729.569000', '174729.571000', '174729.574000', '174729.577000', '174729.582000', '174729.584000', '174729.587000', '174729.590000', '174729.593000', '174729.596000', '174729.598000', '174729.602000', '174729.604000'], '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': [9432, 7446, 14541, 10730, 14288, 8429, 7690, 8692, 7448, 14454, 8190, 13338, 8634, 7303, 9384, 8075, 8538, 8498, 9314, 9289, 7589, 9533, 8144, 9869, 8758, 10568, 9337, 8695, 12804, 8346, 9236, 8467, 7899, 11704, 7987, 13054, 8616, 8014, 8877, 7838, 13533, 8418, 12345, 9048, 7919, 9656, 7728, 13872, 8633, 12240, 8765, 7563, 13248, 8464, 12612, 8738, 11252, 9853, 7659, 12554, 8523, 9110, 11179, 8440, 15165, 8334, 10356, 8743, 7494, 14285, 8270, 13551, 8666, 8949, 8760, 7554, 13840, 8530, 13044, 8560, 9008, 9783, 7741, 9973, 8718, 8007, 9649, 7901, 13663, 8669, 8039, 9370, 7475, 14464, 8183, 9691, 8585, 7443, 9424, 7672, 14500, 9498, 13172, 8524, 7956, 11525, 7743, 14686, 8617, 12845, 8688, 7714, 14945, 7996, 13866, 8221, 13724, 8227, 7334, 14792, 8286, 10543, 8246, 9126, 11421, 7901, 8512, 8536, 7337, 9389, 7493, 13077, 8120, 8214, 8566, 7646, 9766, 7825, 11711, 8228, 9278, 8489, 8794, 12714, 8828, 14367, 8491, 8863, 9086, 7597, 14728, 8561, 12858, 8447, 8420, 9279, 7547, 14953, 8730, 12120, 8279, 8089, 10386, 7938, 14355, 8203, 10756, 8275, 7520, 14044, 8192, 13138, 8232, 9316, 9252, 7291, 13229, 8179, 12954, 8455, 8949, 9237, 7386, 13062, 7999, 13750, 8226, 9084, 9424, 7480, 13384, 8299, 12584, 8961, 8641, 13417, 7823, 10806, 8039, 11143, 10080, 11780, 13904, 7862, 12034, 7757, 7540, 14971, 8223, 11847, 8119, 7581, 9608, 7815, 13661, 8075, 12485, 8928, 7430, 10639, 8328, 10616, 8088, 14055, 9024, 8923, 14319, 7648, 11118, 10783, 7715, 11319, 8668, 8001, 8391, 8422, 15506, 8823, 14480, 9526, 10757, 12667, 7856, 14847, 8143, 13666, 12145, 12806, 14647, 7626, 11152, 7804, 7448, 10820, 7638, 13919, 7974, 11635, 7585, 7428, 12448, 7787, 10635, 8019, 9353, 8093, 8239, 8826, 7468, 9971, 7971, 11286, 7983, 12107, 8733, 7440, 13019, 7715, 8675, 8075, 10254, 8249, 8054, 8960, 7750, 12064, 8150, 11978, 9172, 9795, 15047, 7783, 9017, 8039, 7833, 15211, 8795, 12382, 8114, 8023, 8731, 7579, 12958, 7916, 9594, 8238, 7663, 8775, 7607, 14463, 8110, 11913, 8402, 7881, 14314, 7895, 13047, 8631, 8519, 11576, 7594, 9455, 8039, 7885, 13576, 8715, 12790, 7788, 8160, 8481, 7335, 14917, 9148, 12971, 7913, 7794, 11171, 7554, 15311, 10067, 14373, 7495, 7599, 15233, 7509, 12624, 7874, 7661, 10374, 7515, 8297, 7701, 7416, 14358, 7972, 9113, 7920, 7442, 14471, 7619, 13226, 7903, 7971, 8613, 7566, 8921, 8011, 8184, 10909, 7761, 12660, 8050, 11122, 8139, 9527, 7513, 14696, 9986, 12709, 13215, 7577, 8551, 7862, 7481, 14432, 8689, 13541, 7732, 8336, 7949, 7705, 14364, 8096, 14044, 8026, 8275, 7946, 7488, 13457, 7710, 13585, 8060, 12182, 7705, 9753, 11702, 8024, 15389, 11375, 14123, 7756, 8052, 11387, 7463, 15002, 9187, 13814, 8001, 7528, 14551, 7517, 11230, 7894, 9217, 8394, 7361, 12274, 7412, 11901, 7907, 10452, 8589, 7081, 13279, 7665, 8816, 8153, 10549, 9992, 7399, 12457, 7765, 10639, 13515, 10213, 13854, 7478, 8008, 8101, 7411, 14111, 8529, 11433, 7574, 7528, 12042, 7561, 12901, 7630, 8408, 9957, 7273, 12288, 7860, 7935, 15309, 9100, 10541, 7693, 7635, 12813, 7370, 8623, 7673, 7585, 8649, 7776, 7921, 7752, 7338, 9997, 7884, 8183, 8191, 7561, 12497, 7712, 10051, 14989, 9954, 13475, 8885, 8291, 15134, 8832, 14210, 9174, 8114, 14610, 7626, 9704, 7828, 8233, 14080, 7837, 13125, 7445, 9052, 11092, 7596, 15249, 10920, 13458, 7496, 7695, 15372, 7788, 13753, 8641, 9857, 8171, 7292, 12909, 7420, 8978, 7830, 9212, 8065, 7451, 10628, 7471, 11641, 8040, 12546, 10170, 7392, 13782, 7245, 9395, 8162, 9073, 8160, 7303, 12585, 7234, 10196, 8192, 7521, 12658, 7618, 10142, 7510, 7919, 12395, 8302, 12260, 7604, 10133, 7302, 7773, 12839, 8280, 13362, 8162, 8352, 7526, 7622, 12242, 7651, 8632, 7631, 7845, 8350, 7773, 11063, 8478, 8297, 14353, 7928, 11956, 7797, 7634, 14789, 9041, 13925, 8120, 8006, 14113, 7838, 11663, 8964, 9216, 10200, 7796, 11906, 7561, 7658, 14678, 8583, 12413, 7586, 7839, 10617, 7647, 12817, 7344, 12574, 7872, 7490, 12178, 7403, 9702, 7554, 12180, 7844, 7317, 14016, 7530, 9461, 7509, 8652, 14389, 9431, 13113, 7462, 8850, 7298, 7927, 11769, 8698, 14330, 7544, 8466, 7486, 8339, 7354, 9211, 7678, 7212, 11691, 7430, 10419, 6968, 11923, 7258, 7468, 9720, 7210, 14715, 9474, 14781, 7762, 7839, 14748, 7584, 12327, 7434, 14108, 7622, 7902, 7364, 7421, 12253, 7612, 14020, 8770, 11186, 7164, 9148, 14777, 8652, 14430, 9588, 12869, 6873, 7657, 11238, 7443, 12625, 7288, 13282, 7136, 7732, 11875, 7759, 12811, 7341, 10425, 6942, 7653, 12206, 7581, 13082, 7488, 11409, 7297, 7610, 10171, 7712, 10008, 7104, 9425, 7193, 7321, 10630, 7090, 7923, 12143, 8525, 11424, 7717, 8581, 7545, 7745, 14568, 11390, 14064, 7397, 8907, 14410, 8040, 13520, 9080, 10840, 7514, 7413, 13245, 7410, 13781, 8820, 13190, 7955, 7412, 12854, 7197, 11313, 10294, 8160, 13592, 7471, 7959, 7090, 10185, 11464, 8732, 12506, 8018, 10742, 7022, 10851, 11169, 8739, 14355, 7420, 11812, 7573, 10514, 14379, 10661, 13005, 7505, 8766, 7197, 7828, 14319, 9494, 12841, 7576, 8071, 6977, 7659, 14024, 9164, 12679, 7818, 8158, 7080, 7502, 13543, 7946, 11500, 7026, 7500, 11983, 7611, 10665, 7572, 10853, 11478, 7559, 12845, 7157, 7917, 12690, 8712, 14000, 7532, 9231, 7238, 7517, 14247, 8076, 14258, 7312, 8545, 7106, 7277, 13047, 7459, 13663, 7793, 10356, 6904, 7777, 13711, 7278, 12693, 7888, 9811, 11181, 7401, 10689, 7120, 9272, 7795, 9092, 10107, 7755, 11026, 6991, 8852, 13747, 9962, 13219, 7252, 8191, 11898, 7661, 13955, 8351, 12370, 7245, 7474, 13444, 7648, 12334, 7498, 9504, 7292, 7476, 12184, 7042, 10838, 8115, 9918, 10452, 7332, 13075, 7245, 13934, 8870, 11305, 11750, 7474, 13644, 7486, 12665, 8872, 10690, 7633, 7750, 13046, 7269, 11229, 7181, 8972, 7326, 7560, 12063, 7445, 12491, 7306, 10577, 7257, 7584, 13010, 7404, 12845, 8036, 14174, 7142, 9121, 11947, 7715, 14349, 8526, 11937, 7033, 7771, 10357, 7463, 12695, 7509, 13234, 6954, 7790, 8124, 7305, 14312, 10047, 14539, 7045, 8244, 13858, 7632, 13408, 10046, 13661, 7618, 7778, 11162, 7166, 8536, 11701, 8658, 11763, 7362, 8073, 7453, 7412, 13055, 7875, 9085, 7150, 7699, 12028, 7819, 12508, 7216, 9139, 7192, 7651, 14070, 7521, 14018, 9523, 12898, 7119, 7821, 13157, 7563, 13808, 8975, 10073, 9969, 7645, 11813, 7026, 11258, 10253, 8640, 13511, 7989, 9002, 6856, 9688, 12538, 9125, 12050, 7766, 8996, 6977, 10989, 14728, 9752, 12123, 7164, 8652, 9717, 9362, 14695, 9165, 11656, 7157, 8439, 7588, 10370, 14523, 9458, 12521, 7217, 9509, 10086, 8014, 14345, 9630, 10857, 6762, 7810, 11304, 7607, 13243, 8117, 12324, 6987, 8204, 7162, 7800, 14612, 10315, 13786, 7480, 10701, 7507, 8867, 14407, 10057, 12952, 7471, 8941, 6826, 10452, 13875, 9871, 12920, 7700, 8592, 6925, 11298, 10259, 10567, 11560, 7760, 12571, 7806, 11938, 7381, 13884, 7519, 8055, 13810, 7454, 13269, 7879, 13899, 8080, 7952, 12221, 7287, 12542, 7361, 13494, 6626, 8150, 10152, 7610, 14226, 9220, 13835, 7105, 8610, 7056, 7802, 13566, 8462, 14136, 7368, 8280, 6725, 7691, 11441, 7259, 13344], 'WindowCenter': [4099.0, 4055.0, 4110.0, 4078.0, 4096.0, 4034.0, 4023.0, 4032.0, 4022.0, 4093.0, 4033.0, 4083.0, 4032.0, 4012.0, 4040.0, 4031.0, 4031.0, 4042.0, 4052.0, 4051.0, 4022.0, 4052.0, 4033.0, 4053.0, 4044.0, 4065.0, 4043.0, 4044.0, 4083.0, 4033.0, 4053.0, 4031.0, 4034.0, 4073.0, 4034.0, 4083.0, 4045.0, 4033.0, 4043.0, 4035.0, 4094.0, 4044.0, 4085.0, 4054.0, 4035.0, 4053.0, 4034.0, 4094.0, 4044.0, 4086.0, 4044.0, 4025.0, 4083.0, 4033.0, 4085.0, 4043.0, 4074.0, 4052.0, 4024.0, 4083.0, 4043.0, 4044.0, 4073.0, 4034.0, 4094.0, 4033.0, 4053.0, 4041.0, 4013.0, 4093.0, 4034.0, 4083.0, 4044.0, 4043.0, 4032.0, 4022.0, 4082.0, 4043.0, 4082.0, 4032.0, 4043.0, 4052.0, 4023.0, 4052.0, 4043.0, 4033.0, 4051.0, 4032.0, 4083.0, 4044.0, 4032.0, 4053.0, 4024.0, 4093.0, 4033.0, 4053.0, 4043.0, 4012.0, 4042.0, 4023.0, 4094.0, 4054.0, 4083.0, 4032.0, 4023.0, 4072.0, 4023.0, 4093.0, 4043.0, 4072.0, 4032.0, 4023.0, 4092.0, 4021.0, 4083.0, 4032.0, 4083.0, 4031.0, 4012.0, 4082.0, 4031.0, 4051.0, 4019.0, 4042.0, 4060.0, 4021.0, 4029.0, 4031.0, 4011.0, 4040.0, 4012.0, 4083.0, 4032.0, 4032.0, 4043.0, 4024.0, 4064.0, 4024.0, 4074.0, 4045.0, 4054.0, 4044.0, 4045.0, 4083.0, 4044.0, 4094.0, 4044.0, 4043.0, 4042.0, 4022.0, 4092.0, 4043.0, 4084.0, 4033.0, 4034.0, 4042.0, 4023.0, 4093.0, 4033.0, 4072.0, 4031.0, 4022.0, 4051.0, 4021.0, 4091.0, 4033.0, 4062.0, 4031.0, 4022.0, 4081.0, 4032.0, 4082.0, 4031.0, 4042.0, 4041.0, 4012.0, 4072.0, 4032.0, 4072.0, 4032.0, 4042.0, 4041.0, 4012.0, 4083.0, 4033.0, 4083.0, 4032.0, 4043.0, 4041.0, 4012.0, 4082.0, 4032.0, 4074.0, 4031.0, 4032.0, 4081.0, 4022.0, 4062.0, 4022.0, 4063.0, 4051.0, 4073.0, 4081.0, 4021.0, 4072.0, 4008.0, 4009.0, 4080.0, 4020.0, 4059.0, 4020.0, 4010.0, 4039.0, 4010.0, 4071.0, 4020.0, 4072.0, 4028.0, 4010.0, 4051.0, 4031.0, 4063.0, 4022.0, 4097.0, 4043.0, 4045.0, 4095.0, 4024.0, 4075.0, 4061.0, 4010.0, 4060.0, 4033.0, 4032.0, 4046.0, 4059.0, 4108.0, 4045.0, 4096.0, 4042.0, 4063.0, 4059.0, 4008.0, 4069.0, 4007.0, 4069.0, 4047.0, 4058.0, 4068.0, 3996.0, 4035.0, 3983.0, 3984.0, 4023.0, 3994.0, 4055.0, 3994.0, 4034.0, 3994.0, 3985.0, 4045.0, 3995.0, 4035.0, 4005.0, 4027.0, 4006.0, 4017.0, 4016.0, 3998.0, 4037.0, 4019.0, 4060.0, 4020.0, 4072.0, 4030.0, 4011.0, 4071.0, 4010.0, 4030.0, 4021.0, 4052.0, 4032.0, 4023.0, 4042.0, 4023.0, 4073.0, 4023.0, 4075.0, 4042.0, 4054.0, 4092.0, 4013.0, 4031.0, 4021.0, 4022.0, 4093.0, 4033.0, 4072.0, 4022.0, 4023.0, 4031.0, 4023.0, 4083.0, 4035.0, 4054.0, 4034.0, 4025.0, 4043.0, 4026.0, 4095.0, 4036.0, 4076.0, 4035.0, 4036.0, 4095.0, 4036.0, 4086.0, 4045.0, 4045.0, 4074.0, 4025.0, 4055.0, 4023.0, 4035.0, 4085.0, 4046.0, 4086.0, 4025.0, 4035.0, 4043.0, 4024.0, 4096.0, 4057.0, 4084.0, 4024.0, 4024.0, 4063.0, 4024.0, 4096.0, 4055.0, 4096.0, 4012.0, 4024.0, 4093.0, 4013.0, 4074.0, 4022.0, 4024.0, 4053.0, 4014.0, 4034.0, 4022.0, 4013.0, 4095.0, 4024.0, 4044.0, 4022.0, 4014.0, 4083.0, 4013.0, 4084.0, 4022.0, 4022.0, 4030.0, 4013.0, 4031.0, 4022.0, 4034.0, 4062.0, 4025.0, 4083.0, 4023.0, 4063.0, 4035.0, 4067.0, 4029.0, 4111.0, 4056.0, 4087.0, 4085.0, 4013.0, 4033.0, 4011.0, 4011.0, 4082.0, 4032.0, 4072.0, 4011.0, 4021.0, 4020.0, 4011.0, 4082.0, 4022.0, 4083.0, 4022.0, 4022.0, 4022.0, 4013.0, 4083.0, 4024.0, 4085.0, 4025.0, 4074.0, 4024.0, 4055.0, 4064.0, 4024.0, 4094.0, 4063.0, 4084.0, 4012.0, 4023.0, 4061.0, 4011.0, 4082.0, 4033.0, 4084.0, 4010.0, 4012.0, 4082.0, 4010.0, 4050.0, 4010.0, 4032.0, 4020.0, 4013.0, 4072.0, 4012.0, 4063.0, 4023.0, 4054.0, 4031.0, 4003.0, 4073.0, 4012.0, 4044.0, 4021.0, 4055.0, 4042.0, 4014.0, 4073.0, 4013.0, 4054.0, 4073.0, 4054.0, 4073.0, 4001.0, 4022.0, 4011.0, 4013.0, 4082.0, 4033.0, 4063.0, 4012.0, 4025.0, 4073.0, 4024.0, 4075.0, 4013.0, 4024.0, 4043.0, 4013.0, 4075.0, 4024.0, 4025.0, 4095.0, 4034.0, 4053.0, 4012.0, 4015.0, 4074.0, 4014.0, 4035.0, 4012.0, 4024.0, 4034.0, 4025.0, 4034.0, 4026.0, 4027.0, 4067.0, 4038.0, 4048.0, 4047.0, 4039.0, 4089.0, 4027.0, 4069.0, 4097.0, 4057.0, 4086.0, 4034.0, 4024.0, 4083.0, 4032.0, 4084.0, 4032.0, 4012.0, 4071.0, 4010.0, 4041.0, 4000.0, 4021.0, 4071.0, 4011.0, 4071.0, 3999.0, 4031.0, 4050.0, 4011.0, 4081.0, 4052.0, 4070.0, 3998.0, 4011.0, 4080.0, 4000.0, 4070.0, 4019.0, 4039.0, 4008.0, 3998.0, 4060.0, 3999.0, 4029.0, 3998.0, 4031.0, 4008.0, 4002.0, 4050.0, 4012.0, 4063.0, 4022.0, 4073.0, 4040.0, 4001.0, 4073.0, 4002.0, 4032.0, 4020.0, 4032.0, 4022.0, 4012.0, 4072.0, 4013.0, 4054.0, 4022.0, 4014.0, 4074.0, 4024.0, 4054.0, 4013.0, 4025.0, 4074.0, 4025.0, 4074.0, 4025.0, 4055.0, 4014.0, 4027.0, 4086.0, 4038.0, 4099.0, 4050.0, 4037.0, 4025.0, 4026.0, 4076.0, 4026.0, 4047.0, 4027.0, 4038.0, 4036.0, 4028.0, 4079.0, 4036.0, 4038.0, 4097.0, 4027.0, 4076.0, 4011.0, 4025.0, 4085.0, 4034.0, 4085.0, 4012.0, 4022.0, 4082.0, 4012.0, 4064.0, 4032.0, 4032.0, 4041.0, 4011.0, 4061.0, 4010.0, 4012.0, 4083.0, 4031.0, 4072.0, 4010.0, 4011.0, 4051.0, 4010.0, 4071.0, 4000.0, 4073.0, 4010.0, 4002.0, 4060.0, 4012.0, 4041.0, 4010.0, 4073.0, 4022.0, 4012.0, 4082.0, 4012.0, 4042.0, 4001.0, 4033.0, 4083.0, 4044.0, 4072.0, 4002.0, 4032.0, 4000.0, 4022.0, 4061.0, 4034.0, 4083.0, 4012.0, 4022.0, 4012.0, 4034.0, 4012.0, 4045.0, 4023.0, 4015.0, 4074.0, 4015.0, 4065.0, 4003.0, 4088.0, 4014.0, 4026.0, 4056.0, 4026.0, 4098.0, 4056.0, 4097.0, 4011.0, 4025.0, 4083.0, 4013.0, 4074.0, 4001.0, 4086.0, 4012.0, 4023.0, 4001.0, 4012.0, 4074.0, 4013.0, 4084.0, 4033.0, 4065.0, 4003.0, 4045.0, 4095.0, 4036.0, 4085.0, 4043.0, 4075.0, 3991.0, 4012.0, 4052.0, 4001.0, 4073.0, 4001.0, 4085.0, 4001.0, 4013.0, 4062.0, 4013.0, 4074.0, 4002.0, 4053.0, 4002.0, 4015.0, 4073.0, 4025.0, 4087.0, 4013.0, 4063.0, 4013.0, 4025.0, 4053.0, 4025.0, 4055.0, 4004.0, 4057.0, 4004.0, 4017.0, 4065.0, 4015.0, 4036.0, 4077.0, 4046.0, 4076.0, 4026.0, 4047.0, 4026.0, 4026.0, 4096.0, 4077.0, 4087.0, 4014.0, 4044.0, 4083.0, 4022.0, 4073.0, 4032.0, 4053.0, 3999.0, 4002.0, 4072.0, 4001.0, 4084.0, 4030.0, 4073.0, 4009.0, 4001.0, 4071.0, 3990.0, 4063.0, 4039.0, 4021.0, 4070.0, 4000.0, 4009.0, 4000.0, 4054.0, 4062.0, 4034.0, 4071.0, 4022.0, 4052.0, 4001.0, 4063.0, 4062.0, 4033.0, 4083.0, 4002.0, 4063.0, 4010.0, 4053.0, 4081.0, 4054.0, 4073.0, 4000.0, 4021.0, 3989.0, 4011.0, 4081.0, 4043.0, 4072.0, 4011.0, 4011.0, 3989.0, 4012.0, 4082.0, 4042.0, 4072.0, 4012.0, 4024.0, 4001.0, 4014.0, 4084.0, 4023.0, 4076.0, 4003.0, 4014.0, 4073.0, 4025.0, 4064.0, 4024.0, 4066.0, 4074.0, 4024.0, 4074.0, 4003.0, 4024.0, 4073.0, 4034.0, 4085.0, 4013.0, 4044.0, 4011.0, 4013.0, 4083.0, 4023.0, 4095.0, 4013.0, 4035.0, 4001.0, 4013.0, 4082.0, 4013.0, 4084.0, 4012.0, 4054.0, 4001.0, 4024.0, 4083.0, 4014.0, 4086.0, 4022.0, 4055.0, 4062.0, 4013.0, 4051.0, 4002.0, 4044.0, 4012.0, 4047.0, 4055.0, 4026.0, 4064.0, 4004.0, 4046.0, 4085.0, 4055.0, 4085.0, 4014.0, 4034.0, 4073.0, 4013.0, 4084.0, 4023.0, 4073.0, 4001.0, 4014.0, 4083.0, 4012.0, 4074.0, 4002.0, 4044.0, 4001.0, 4014.0, 4074.0, 4002.0, 4065.0, 4022.0, 4055.0, 4051.0, 4015.0, 4074.0, 4013.0, 4085.0, 4032.0, 4064.0, 4061.0, 4002.0, 4072.0, 4001.0, 4074.0, 4030.0, 4052.0, 3999.0, 4011.0, 4071.0, 4001.0, 4062.0, 3990.0, 4033.0, 4001.0, 4012.0, 4072.0, 4012.0, 4074.0, 4002.0, 4054.0, 4002.0, 4014.0, 4084.0, 4015.0, 4086.0, 4026.0, 4098.0, 4003.0, 4046.0, 4076.0, 4025.0, 4095.0, 4034.0, 4075.0, 4003.0, 4025.0, 4054.0, 4015.0, 4086.0, 4015.0, 4086.0, 4005.0, 4026.0, 4023.0, 4028.0, 4096.0, 4056.0, 4097.0, 4005.0, 4035.0, 4083.0, 4012.0, 4073.0, 4041.0, 4074.0, 3999.0, 4011.0, 4050.0, 3989.0, 4021.0, 4061.0, 4022.0, 4061.0, 4000.0, 4011.0, 3999.0, 4002.0, 4071.0, 4022.0, 4030.0, 3990.0, 4012.0, 4072.0, 4023.0, 4073.0, 4012.0, 4043.0, 4001.0, 4013.0, 4083.0, 4013.0, 4083.0, 4042.0, 4075.0, 3988.0, 4012.0, 4071.0, 4011.0, 4082.0, 4030.0, 4042.0, 4040.0, 4011.0, 4061.0, 4000.0, 4063.0, 4051.0, 4033.0, 4072.0, 4022.0, 4030.0, 3990.0, 4043.0, 4073.0, 4043.0, 4073.0, 4012.0, 4043.0, 4001.0, 4065.0, 4093.0, 4054.0, 4072.0, 4001.0, 4033.0, 4041.0, 4043.0, 4092.0, 4044.0, 4063.0, 4001.0, 4021.0, 4010.0, 4053.0, 4082.0, 4043.0, 4072.0, 4001.0, 4042.0, 4050.0, 4022.0, 4081.0, 4042.0, 4051.0, 3977.0, 4011.0, 4050.0, 4011.0, 4071.0, 4022.0, 4072.0, 4002.0, 4033.0, 3989.0, 4012.0, 4093.0, 4055.0, 4083.0, 4012.0, 4053.0, 3999.0, 4031.0, 4081.0, 4042.0, 4072.0, 4001.0, 4030.0, 3977.0, 4051.0, 4071.0, 4042.0, 4071.0, 4011.0, 4020.0, 3989.0, 4063.0, 4051.0, 4055.0, 4062.0, 4012.0, 4073.0, 4012.0, 4061.0, 4000.0, 4084.0, 3999.0, 4022.0, 4071.0, 4000.0, 4073.0, 4010.0, 4084.0, 4009.0, 4013.0, 4061.0, 4001.0, 4072.0, 4000.0, 4074.0, 3979.0, 4024.0, 4040.0, 4013.0, 4082.0, 4032.0, 4072.0, 3989.0, 4023.0, 3989.0, 4011.0, 4072.0, 4021.0, 4082.0, 4002.0, 4021.0, 3979.0, 4014.0, 4062.0, 4013.0, 4083.0], 'WindowWidth': [9125.0, 9057.0, 9121.0, 9073.0, 9091.0, 9006.0, 8988.0, 8998.0, 8987.0, 9081.0, 9001.0, 9067.0, 8997.0, 8974.0, 9006.0, 8996.0, 8995.0, 9012.0, 9025.0, 9022.0, 8988.0, 9025.0, 9003.0, 9026.0, 9018.0, 9046.0, 9014.0, 9019.0, 9067.0, 9003.0, 9026.0, 8997.0, 9004.0, 9054.0, 9005.0, 9066.0, 9020.0, 9001.0, 9015.0, 9007.0, 9084.0, 9019.0, 9072.0, 9033.0, 9007.0, 9028.0, 9005.0, 9083.0, 9018.0, 9076.0, 9015.0, 8993.0, 9067.0, 9002.0, 9072.0, 9015.0, 9059.0, 9024.0, 8991.0, 9067.0, 9016.0, 9018.0, 9052.0, 9003.0, 9081.0, 9002.0, 9025.0, 9009.0, 8974.0, 9078.0, 9003.0, 9066.0, 9015.0, 9013.0, 8997.0, 8985.0, 9064.0, 9013.0, 9064.0, 8998.0, 9014.0, 9022.0, 8987.0, 9024.0, 9015.0, 9001.0, 9022.0, 9000.0, 9067.0, 9016.0, 8999.0, 9025.0, 8991.0, 9079.0, 9003.0, 9027.0, 9015.0, 8974.0, 9012.0, 8988.0, 9083.0, 9031.0, 9065.0, 8997.0, 8987.0, 9050.0, 8987.0, 9078.0, 9015.0, 9049.0, 8998.0, 8987.0, 9076.0, 8982.0, 9063.0, 8996.0, 9064.0, 8992.0, 8971.0, 9061.0, 8993.0, 9021.0, 8974.0, 9008.0, 9029.0, 8981.0, 8988.0, 8993.0, 8970.0, 9006.0, 8973.0, 9065.0, 9000.0, 8998.0, 9014.0, 8991.0, 9041.0, 8991.0, 9055.0, 9020.0, 9030.0, 9017.0, 9021.0, 9066.0, 9017.0, 9081.0, 9016.0, 9014.0, 9010.0, 8986.0, 9077.0, 9014.0, 9066.0, 9000.0, 9001.0, 9010.0, 8987.0, 9079.0, 9000.0, 9048.0, 8994.0, 8984.0, 9021.0, 8982.0, 9073.0, 8998.0, 9034.0, 8993.0, 8985.0, 9059.0, 8998.0, 9062.0, 8994.0, 9010.0, 9006.0, 8971.0, 9048.0, 8996.0, 9050.0, 8995.0, 9010.0, 9006.0, 8971.0, 9065.0, 8999.0, 9065.0, 8995.0, 9012.0, 9006.0, 8972.0, 9063.0, 8996.0, 9053.0, 8993.0, 8997.0, 9057.0, 8983.0, 9033.0, 8983.0, 9039.0, 9019.0, 9051.0, 9058.0, 8980.0, 9048.0, 8958.0, 8963.0, 9054.0, 8977.0, 9025.0, 8975.0, 8964.0, 8999.0, 8965.0, 9043.0, 8977.0, 9047.0, 8985.0, 8964.0, 9017.0, 8993.0, 9039.0, 8984.0, 9090.0, 9013.0, 9020.0, 9084.0, 8990.0, 9057.0, 9032.0, 8964.0, 9030.0, 8998.0, 8998.0, 9023.0, 9045.0, 9107.0, 9019.0, 9088.0, 9009.0, 9037.0, 9024.0, 8956.0, 9037.0, 8953.0, 9038.0, 9004.0, 9022.0, 9033.0, 8935.0, 8984.0, 8914.0, 8915.0, 8965.0, 8929.0, 9011.0, 8930.0, 8983.0, 8930.0, 8920.0, 8999.0, 8934.0, 8985.0, 8947.0, 8977.0, 8950.0, 8966.0, 8962.0, 8944.0, 8994.0, 8973.0, 9028.0, 8974.0, 9047.0, 8987.0, 8966.0, 9042.0, 8962.0, 8989.0, 8978.0, 9022.0, 8994.0, 8987.0, 9008.0, 8986.0, 9050.0, 8986.0, 9056.0, 9008.0, 9027.0, 9075.0, 8971.0, 8993.0, 8978.0, 8983.0, 9075.0, 8998.0, 9047.0, 8983.0, 8984.0, 8992.0, 8985.0, 9063.0, 9003.0, 9028.0, 9003.0, 8992.0, 9011.0, 8994.0, 9084.0, 9007.0, 9059.0, 9005.0, 9008.0, 9083.0, 9007.0, 9073.0, 9015.0, 9019.0, 9053.0, 8991.0, 9029.0, 8986.0, 9005.0, 9068.0, 9020.0, 9071.0, 8993.0, 9006.0, 9012.0, 8990.0, 9085.0, 9035.0, 9067.0, 8987.0, 8989.0, 9037.0, 8989.0, 9085.0, 9031.0, 9084.0, 8969.0, 8989.0, 9078.0, 8973.0, 9054.0, 8980.0, 8987.0, 9022.0, 8975.0, 9001.0, 8981.0, 8975.0, 9080.0, 8989.0, 9012.0, 8983.0, 8975.0, 9063.0, 8971.0, 9065.0, 8981.0, 8983.0, 8990.0, 8971.0, 8993.0, 8981.0, 8999.0, 9034.0, 8989.0, 9063.0, 8986.0, 9038.0, 9007.0, 9049.0, 9004.0, 9118.0, 9035.0, 9077.0, 9067.0, 8971.0, 8996.0, 8964.0, 8965.0, 9058.0, 8993.0, 9044.0, 8966.0, 8977.0, 8974.0, 8966.0, 9057.0, 8981.0, 9061.0, 8980.0, 8979.0, 8981.0, 8972.0, 9062.0, 8986.0, 9066.0, 8990.0, 9051.0, 8988.0, 9029.0, 9037.0, 8986.0, 9079.0, 9037.0, 9063.0, 8968.0, 8984.0, 9029.0, 8966.0, 9058.0, 8995.0, 9062.0, 8961.0, 8967.0, 9057.0, 8964.0, 9015.0, 8961.0, 8992.0, 8975.0, 8970.0, 9047.0, 8968.0, 9036.0, 8982.0, 9025.0, 8991.0, 8959.0, 9049.0, 8968.0, 9012.0, 8979.0, 9028.0, 9008.0, 8974.0, 9049.0, 8971.0, 9026.0, 9048.0, 9024.0, 9047.0, 8952.0, 8979.0, 8964.0, 8970.0, 9059.0, 8995.0, 9034.0, 8969.0, 8988.0, 9047.0, 8986.0, 9053.0, 8970.0, 8986.0, 9008.0, 8971.0, 9054.0, 8984.0, 8989.0, 9079.0, 8998.0, 9021.0, 8966.0, 8973.0, 9050.0, 8973.0, 9001.0, 8969.0, 8988.0, 9000.0, 8992.0, 9002.0, 8994.0, 8997.0, 9050.0, 9013.0, 9027.0, 9025.0, 9016.0, 9080.0, 8996.0, 9055.0, 9087.0, 9035.0, 9072.0, 8998.0, 8986.0, 9063.0, 8993.0, 9064.0, 8989.0, 8965.0, 9042.0, 8961.0, 9003.0, 8946.0, 8976.0, 9041.0, 8964.0, 9041.0, 8947.0, 8990.0, 9012.0, 8964.0, 9054.0, 9019.0, 9039.0, 8942.0, 8962.0, 9052.0, 8947.0, 9038.0, 8971.0, 8997.0, 8954.0, 8943.0, 9024.0, 8945.0, 8984.0, 8941.0, 8989.0, 8956.0, 8953.0, 9014.0, 8969.0, 9037.0, 8980.0, 9051.0, 9001.0, 8951.0, 9047.0, 8953.0, 8992.0, 8975.0, 8994.0, 8978.0, 8969.0, 9047.0, 8970.0, 9027.0, 8979.0, 8973.0, 9049.0, 8986.0, 9025.0, 8969.0, 8989.0, 9051.0, 8987.0, 9051.0, 8989.0, 9028.0, 8973.0, 8995.0, 9070.0, 9009.0, 9095.0, 9031.0, 9007.0, 8990.0, 8993.0, 9058.0, 8994.0, 9022.0, 8996.0, 9012.0, 9006.0, 8999.0, 9068.0, 9007.0, 9012.0, 9088.0, 8994.0, 9059.0, 8965.0, 8989.0, 9066.0, 8999.0, 9065.0, 8965.0, 8981.0, 9058.0, 8966.0, 9037.0, 8991.0, 8992.0, 9002.0, 8965.0, 9029.0, 8961.0, 8968.0, 9060.0, 8991.0, 9045.0, 8962.0, 8964.0, 9015.0, 8962.0, 9041.0, 8948.0, 9048.0, 8962.0, 8954.0, 9028.0, 8968.0, 9004.0, 8963.0, 9050.0, 8980.0, 8968.0, 9059.0, 8969.0, 9008.0, 8951.0, 8996.0, 9061.0, 9011.0, 9045.0, 8953.0, 8993.0, 8950.0, 8983.0, 9030.0, 8998.0, 9061.0, 8968.0, 8980.0, 8968.0, 9000.0, 8969.0, 9018.0, 8985.0, 8978.0, 9054.0, 8978.0, 9044.0, 8961.0, 9079.0, 8976.0, 8995.0, 9032.0, 8995.0, 9090.0, 9032.0, 9089.0, 8967.0, 8989.0, 9062.0, 8970.0, 9050.0, 8954.0, 9070.0, 8967.0, 8985.0, 8951.0, 8970.0, 9051.0, 8972.0, 9066.0, 8998.0, 9042.0, 8955.0, 9015.0, 9081.0, 9006.0, 9069.0, 9011.0, 9054.0, 8937.0, 8967.0, 9016.0, 8953.0, 9047.0, 8954.0, 9068.0, 8953.0, 8973.0, 9033.0, 8971.0, 9050.0, 8955.0, 9024.0, 8955.0, 8975.0, 9048.0, 8990.0, 9072.0, 8972.0, 9038.0, 8970.0, 8989.0, 9024.0, 8991.0, 9031.0, 8962.0, 9035.0, 8961.0, 8983.0, 9043.0, 8977.0, 9006.0, 9059.0, 9020.0, 9059.0, 8993.0, 9022.0, 8992.0, 8993.0, 9083.0, 9062.0, 9072.0, 8973.0, 9014.0, 9061.0, 8981.0, 9047.0, 8992.0, 9021.0, 8946.0, 8954.0, 9045.0, 8951.0, 9065.0, 8988.0, 9047.0, 8957.0, 8952.0, 9042.0, 8935.0, 9035.0, 8999.0, 8978.0, 9040.0, 8949.0, 8960.0, 8950.0, 9025.0, 9032.0, 8999.0, 9044.0, 8982.0, 9019.0, 8953.0, 9038.0, 9032.0, 8997.0, 9061.0, 8954.0, 9037.0, 8962.0, 9021.0, 9057.0, 9024.0, 9046.0, 8950.0, 8978.0, 8931.0, 8964.0, 9054.0, 9008.0, 9044.0, 8965.0, 8965.0, 8933.0, 8968.0, 9058.0, 9007.0, 9046.0, 8969.0, 8985.0, 8952.0, 8975.0, 9064.0, 8986.0, 9057.0, 8957.0, 8976.0, 9051.0, 8990.0, 9040.0, 8986.0, 9046.0, 9053.0, 8989.0, 9052.0, 8958.0, 8986.0, 9050.0, 9000.0, 9069.0, 8972.0, 9013.0, 8967.0, 8972.0, 9064.0, 8985.0, 9081.0, 8971.0, 9002.0, 8954.0, 8971.0, 9062.0, 8971.0, 9067.0, 8970.0, 9028.0, 8954.0, 8987.0, 9063.0, 8974.0, 9071.0, 8982.0, 9030.0, 9034.0, 8972.0, 9019.0, 8957.0, 9014.0, 8969.0, 9021.0, 9028.0, 8993.0, 9041.0, 8961.0, 9020.0, 9069.0, 9031.0, 9068.0, 8974.0, 9002.0, 9050.0, 8973.0, 9064.0, 8983.0, 9051.0, 8952.0, 8974.0, 9063.0, 8969.0, 9052.0, 8955.0, 9012.0, 8952.0, 8974.0, 9051.0, 8956.0, 9042.0, 8980.0, 9028.0, 9019.0, 8975.0, 9051.0, 8971.0, 9068.0, 8993.0, 9040.0, 9030.0, 8954.0, 9045.0, 8951.0, 9051.0, 8988.0, 9020.0, 8946.0, 8965.0, 9044.0, 8951.0, 9035.0, 8935.0, 8997.0, 8951.0, 8969.0, 9047.0, 8969.0, 9053.0, 8954.0, 9026.0, 8953.0, 8974.0, 9065.0, 8977.0, 9070.0, 8991.0, 9087.0, 8959.0, 9020.0, 9057.0, 8991.0, 9082.0, 9000.0, 9054.0, 8959.0, 8991.0, 9024.0, 8977.0, 9070.0, 8977.0, 9073.0, 8964.0, 8996.0, 8985.0, 9002.0, 9087.0, 9034.0, 9086.0, 8962.0, 9003.0, 9062.0, 8968.0, 9050.0, 9003.0, 9051.0, 8944.0, 8963.0, 9012.0, 8933.0, 8977.0, 9029.0, 8980.0, 9029.0, 8949.0, 8966.0, 8947.0, 8954.0, 9044.0, 8980.0, 8989.0, 8936.0, 8969.0, 9047.0, 8984.0, 9051.0, 8971.0, 9011.0, 8954.0, 8972.0, 9063.0, 8971.0, 9065.0, 9009.0, 9055.0, 8932.0, 8969.0, 9044.0, 8968.0, 9060.0, 8991.0, 9008.0, 9001.0, 8964.0, 9031.0, 8950.0, 9037.0, 9017.0, 8995.0, 9045.0, 8981.0, 8991.0, 8936.0, 9010.0, 9049.0, 9013.0, 9050.0, 8971.0, 9012.0, 8954.0, 9044.0, 9076.0, 9029.0, 9048.0, 8954.0, 8998.0, 9006.0, 9011.0, 9075.0, 9015.0, 9036.0, 8952.0, 8981.0, 8965.0, 9026.0, 9062.0, 9011.0, 9047.0, 8953.0, 9009.0, 9014.0, 8981.0, 9059.0, 9007.0, 9017.0, 8916.0, 8966.0, 9014.0, 8966.0, 9045.0, 8982.0, 9048.0, 8957.0, 8997.0, 8935.0, 8971.0, 9076.0, 9029.0, 9065.0, 8971.0, 9024.0, 8946.0, 8993.0, 9057.0, 9008.0, 9046.0, 8950.0, 8988.0, 8914.0, 9017.0, 9042.0, 9008.0, 9043.0, 8964.0, 8975.0, 8935.0, 9036.0, 9017.0, 9028.0, 9034.0, 8969.0, 9047.0, 8966.0, 9030.0, 8949.0, 9066.0, 8947.0, 8980.0, 9044.0, 8951.0, 9050.0, 8962.0, 9065.0, 8959.0, 8968.0, 9027.0, 8951.0, 9045.0, 8948.0, 9050.0, 8919.0, 8984.0, 9001.0, 8970.0, 9059.0, 8993.0, 9046.0, 8934.0, 8981.0, 8932.0, 8963.0, 9046.0, 8976.0, 9060.0, 8952.0, 8978.0, 8918.0, 8971.0, 9033.0, 8970.0, 9063.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.0007121381886087768</td></tr>
<tr><td colspan=3>aqi</td><td>0.03350061344537815</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.79660033818688</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1294709153177565</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9541332936822424</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>4439.2197</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07363177916285145</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2138188608776843</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5393769924417664</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4311583056730326</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8938097491880175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2931629224642482</td></tr>
<tr><td colspan=3>gcor</td><td>0.00477374</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022584568709135056</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026653362438082695</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>3.4417660590304915</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>28.2629</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6459</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.7687</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300789.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.7396</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4191</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.388</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3171.5094</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.0206</td></tr>
<tr><td colspan=3>tsnr</td><td>32.03046085895039</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>