<?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-0028_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-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0028/figures/sub-0028_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-0028/figures/sub-0028_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0028/figures/sub-0028_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-0028/ses-01/func/sub-0028_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>3701b71b4c23902a031d5f4322d72648</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>14:48:32.035000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.981498, 0.162713, 0.10093, -0.17713, 0.971762, 0.155898]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108706</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>[4173, -7754, -7151, 699, -34, -71, -183, -7]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.786</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f2a01e2-7ece-45ca-ac8f-371c8c39ff3b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.633286714553833, -0.4752265512943268, 0.1963246464729309, 128.68826293945312], [-0.4365459680557251, 2.607165575027466, 0.46140697598457336, -90.1495361328125], [0.2707865536212921, -0.4182637631893158, 2.6530284881591797, -21.4099178314209], [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': ['144832.035000', '144832.495000', '144832.955000', '144833.415000', '144833.875000', '144834.335000', '144834.795000', '144835.255000', '144835.715000', '144836.175000', '144836.635000', '144837.095000', '144837.555000', '144838.015000', '144838.475000', '144838.935000', '144839.395000', '144839.855000', '144840.315000', '144840.775000', '144841.235000', '144841.695000', '144842.155000', '144842.615000', '144843.075000', '144843.535000', '144843.995000', '144844.455000', '144844.915000', '144845.375000', '144845.835000', '144846.295000', '144846.755000', '144847.215000', '144847.675000', '144848.135000', '144848.595000', '144849.055000', '144849.515000', '144849.975000', '144850.435000', '144850.895000', '144851.355000', '144851.815000', '144852.275000', '144852.735000', '144853.195000', '144853.655000', '144854.115000', '144854.575000', '144855.035000', '144855.495000', '144855.955000', '144856.415000', '144856.875000', '144857.335000', '144857.795000', '144858.255000', '144858.715000', '144859.175000', '144859.635000', '144900.095000', '144900.555000', '144901.015000', '144901.475000', '144901.935000', '144902.395000', '144902.855000', '144903.315000', '144903.775000', '144904.235000', '144904.695000', '144905.155000', '144905.615000', '144906.075000', '144906.535000', '144906.995000', '144907.455000', '144907.915000', '144908.375000', '144908.835000', '144909.295000', '144909.755000', '144910.215000', '144910.675000', '144911.135000', '144911.595000', '144912.055000', '144912.515000', '144912.975000', '144913.435000', '144913.895000', '144914.355000', '144914.815000', '144915.275000', '144915.735000', '144916.195000', '144916.655000', '144917.115000', '144917.575000', '144918.035000', '144918.495000', '144918.955000', '144919.415000', '144919.875000', '144920.335000', '144920.795000', '144921.255000', '144921.715000', '144922.175000', '144922.635000', '144923.095000', '144923.555000', '144924.015000', '144924.475000', '144924.935000', '144925.395000', '144925.855000', '144926.315000', '144926.775000', '144927.235000', '144927.695000', '144928.155000', '144928.615000', '144929.075000', '144929.535000', '144929.995000', '144930.455000', '144930.915000', '144931.375000', '144931.835000', '144932.295000', '144932.755000', '144933.215000', '144933.675000', '144934.135000', '144934.595000', '144935.055000', '144935.515000', '144935.975000', '144936.435000', '144936.895000', '144937.355000', '144937.815000', '144938.275000', '144938.735000', '144939.195000', '144939.655000', '144940.115000', '144940.575000', '144941.035000', '144941.495000', '144941.955000', '144942.415000', '144942.875000', '144943.335000', '144943.795000', '144944.255000', '144944.715000', '144945.175000', '144945.635000', '144946.095000', '144946.555000', '144947.015000', '144947.475000', '144947.935000', '144948.395000', '144948.855000', '144949.315000', '144949.775000', '144950.235000', '144950.695000', '144951.155000', '144951.615000', '144952.075000', '144952.535000', '144952.995000', '144953.455000', '144953.915000', '144954.375000', '144954.835000', '144955.295000', '144955.755000', '144956.215000', '144956.675000', '144957.135000', '144957.595000', '144958.055000', '144958.515000', '144958.975000', '144959.435000', '144959.895000', '145000.355000', '145000.815000', '145001.275000', '145001.735000', '145002.195000', '145002.655000', '145003.115000', '145003.575000', '145004.035000', '145004.495000', '145004.955000', '145005.415000', '145005.875000', '145006.335000', '145006.795000', '145007.255000', '145007.715000', '145008.175000', '145008.635000', '145009.095000', '145009.555000', '145010.015000', '145010.475000', '145010.935000', '145011.395000', '145011.855000', '145012.315000', '145012.775000', '145013.235000', '145013.695000', '145014.155000', '145014.615000', '145015.075000', '145015.535000', '145015.995000', '145016.455000', '145016.915000', '145017.375000', '145017.835000', '145018.295000', '145018.755000', '145019.215000', '145019.675000', '145020.135000', '145020.595000', '145021.055000', '145021.515000', '145021.975000', '145022.435000', '145022.895000', '145023.355000', '145023.815000', '145024.275000', '145024.735000', '145025.195000', '145025.655000', '145026.115000', '145026.575000', '145027.035000', '145027.495000', '145027.955000', '145028.415000', '145028.875000', '145029.335000', '145029.795000', '145030.255000', '145030.715000', '145031.175000', '145031.635000', '145032.095000', '145032.555000', '145033.015000', '145033.475000', '145033.935000', '145034.395000', '145034.855000', '145035.315000', '145035.775000', '145036.235000', '145036.695000', '145037.155000', '145037.615000', '145038.075000', '145038.535000', '145038.995000', '145039.455000', '145039.915000', '145040.375000', '145040.835000', '145041.295000', '145041.755000', '145042.215000', '145042.675000', '145043.135000', '145043.595000', '145044.055000', '145044.515000', '145044.975000', '145045.435000', '145045.895000', '145046.355000', '145046.815000', '145047.275000', '145047.735000', '145048.195000', '145048.655000', '145049.115000', '145049.575000', '145050.035000', '145050.495000', '145050.955000', '145051.415000', '145051.875000', '145052.335000', '145052.795000', '145053.255000', '145053.715000', '145054.175000', '145054.635000', '145055.095000', '145055.555000', '145056.015000', '145056.475000', '145056.935000', '145057.395000', '145057.855000', '145058.315000', '145058.775000', '145059.235000', '145059.695000', '145100.155000', '145100.615000', '145101.075000', '145101.535000', '145101.995000', '145102.455000', '145102.915000', '145103.375000', '145103.835000', '145104.295000', '145104.755000', '145105.215000', '145105.675000', '145106.135000', '145106.595000', '145107.055000', '145107.515000', '145107.975000', '145108.435000', '145108.895000', '145109.355000', '145109.815000', '145110.275000', '145110.735000', '145111.195000', '145111.655000', '145112.115000', '145112.575000', '145113.035000', '145113.495000', '145113.955000', '145114.415000', '145114.875000', '145115.335000', '145115.795000', '145116.255000', '145116.715000', '145117.175000', '145117.635000', '145118.095000', '145118.555000', '145119.015000', '145119.475000', '145119.935000', '145120.395000', '145120.855000', '145121.315000', '145121.775000', '145122.235000', '145122.695000', '145123.155000', '145123.615000', '145124.075000', '145124.535000', '145124.995000', '145125.455000', '145125.915000', '145126.375000', '145126.835000', '145127.295000', '145127.755000', '145128.215000', '145128.675000', '145129.135000', '145129.595000', '145130.055000', '145130.515000', '145130.975000', '145131.435000', '145131.895000', '145132.355000', '145132.815000', '145133.275000', '145133.735000', '145134.195000', '145134.655000', '145135.115000', '145135.575000', '145136.035000', '145136.495000', '145136.955000', '145137.415000', '145137.875000', '145138.335000', '145138.795000', '145139.255000', '145139.715000', '145140.175000', '145140.635000', '145141.095000', '145141.555000', '145142.015000', '145142.475000', '145142.935000', '145143.395000', '145143.855000', '145144.315000', '145144.775000', '145145.235000', '145145.695000', '145146.155000', '145146.615000', '145147.075000', '145147.535000', '145147.995000', '145148.455000', '145148.915000', '145149.375000', '145149.835000', '145150.295000', '145150.755000', '145151.215000', '145151.675000', '145152.135000', '145152.595000', '145153.055000', '145153.515000', '145153.975000', '145154.435000', '145154.895000', '145155.355000', '145155.815000', '145156.275000', '145156.735000', '145157.195000', '145157.655000', '145158.115000', '145158.575000', '145159.035000', '145159.495000', '145159.955000', '145200.415000', '145200.875000', '145201.335000', '145201.795000', '145202.255000', '145202.715000', '145203.175000', '145203.635000', '145204.095000', '145204.555000', '145205.015000', '145205.475000', '145205.935000', '145206.395000', '145206.855000', '145207.315000', '145207.775000', '145208.235000', '145208.695000', '145209.155000', '145209.615000', '145210.075000', '145210.535000', '145210.995000', '145211.455000', '145211.915000', '145212.375000', '145212.835000', '145213.295000', '145213.755000', '145214.215000', '145214.675000', '145215.135000', '145215.595000', '145216.055000', '145216.515000', '145216.975000', '145217.435000', '145217.895000', '145218.355000', '145218.815000', '145219.275000', '145219.735000', '145220.195000', '145220.655000', '145221.115000', '145221.575000', '145222.035000', '145222.495000', '145222.955000', '145223.415000', '145223.875000', '145224.335000', '145224.795000', '145225.255000', '145225.715000', '145226.175000', '145226.635000', '145227.095000', '145227.555000', '145228.015000', '145228.475000', '145228.935000', '145229.395000', '145229.855000', '145230.315000', '145230.775000', '145231.235000', '145231.695000', '145232.155000', '145232.615000', '145233.075000', '145233.535000', '145233.995000', '145234.455000', '145234.915000', '145235.375000', '145235.835000', '145236.295000', '145236.755000', '145237.215000', '145237.675000', '145238.135000', '145238.595000', '145239.055000', '145239.515000', '145239.975000', '145240.435000', '145240.895000', '145241.355000', '145241.815000', '145242.275000', '145242.735000', '145243.195000', '145243.655000', '145244.115000', '145244.575000', '145245.035000', '145245.495000', '145245.955000', '145246.415000', '145246.875000', '145247.335000', '145247.795000', '145248.255000', '145248.715000', '145249.175000', '145249.635000', '145250.095000', '145250.555000', '145251.015000', '145251.475000', '145251.935000', '145252.395000', '145252.855000', '145253.315000', '145253.775000', '145254.235000', '145254.695000', '145255.155000', '145255.615000', '145256.075000', '145256.535000', '145256.995000', '145257.455000', '145257.915000', '145258.375000', '145258.835000', '145259.295000', '145259.755000', '145300.215000', '145300.675000', '145301.135000', '145301.595000', '145302.055000', '145302.515000', '145302.975000', '145303.435000', '145303.895000', '145304.355000', '145304.815000', '145305.275000', '145305.735000', '145306.195000', '145306.655000', '145307.115000', '145307.575000', '145308.035000', '145308.495000', '145308.955000', '145309.415000', '145309.875000', '145310.335000', '145310.795000', '145311.255000', '145311.715000', '145312.175000', '145312.635000', '145313.095000', '145313.555000', '145314.015000', '145314.475000', '145314.935000', '145315.395000', '145315.855000', '145316.315000', '145316.775000', '145317.235000', '145317.695000', '145318.155000', '145318.615000', '145319.075000', '145319.535000', '145319.995000', '145320.455000', '145320.915000', '145321.375000', '145321.835000', '145322.295000', '145322.755000', '145323.215000', '145323.675000', '145324.135000', '145324.595000', '145325.055000', '145325.515000', '145325.975000', '145326.435000', '145326.895000', '145327.355000', '145327.815000', '145328.275000', '145328.735000', '145329.195000', '145329.655000', '145330.115000', '145330.575000', '145331.035000', '145331.495000', '145331.955000', '145332.415000', '145332.875000', '145333.335000', '145333.795000', '145334.255000', '145334.715000', '145335.175000', '145335.635000', '145336.095000', '145336.555000', '145337.015000', '145337.475000', '145337.935000', '145338.395000', '145338.855000', '145339.315000', '145339.775000', '145340.235000', '145340.695000', '145341.155000', '145341.615000', '145342.075000', '145342.535000', '145342.995000', '145343.455000', '145343.915000', '145344.375000', '145344.835000', '145345.295000', '145345.755000', '145346.215000', '145346.675000', '145347.135000', '145347.595000', '145348.055000', '145348.515000', '145348.975000', '145349.435000', '145349.895000', '145350.355000', '145350.815000', '145351.275000', '145351.735000', '145352.195000', '145352.655000', '145353.115000', '145353.575000', '145354.035000', '145354.495000', '145354.955000', '145355.415000', '145355.875000', '145356.335000', '145356.795000', '145357.255000', '145357.715000', '145358.175000', '145358.635000', '145359.095000', '145359.555000', '145400.015000', '145400.475000', '145400.935000', '145401.395000', '145401.855000', '145402.315000', '145402.775000', '145403.235000', '145403.695000', '145404.155000', '145404.615000', '145405.075000', '145405.535000', '145405.995000', '145406.455000', '145406.915000', '145407.375000', '145407.835000', '145408.295000', '145408.755000', '145409.215000', '145409.675000', '145410.135000', '145410.595000', '145411.055000', '145411.515000', '145411.975000', '145412.435000', '145412.895000', '145413.355000', '145413.815000', '145414.275000', '145414.735000', '145415.195000', '145415.655000', '145416.115000', '145416.575000', '145417.035000', '145417.495000', '145417.955000', '145418.415000', '145418.875000', '145419.335000', '145419.795000', '145420.255000', '145420.715000', '145421.175000', '145421.635000', '145422.095000', '145422.555000', '145423.015000', '145423.475000', '145423.935000', '145424.395000', '145424.855000', '145425.315000', '145425.775000', '145426.235000', '145426.695000', '145427.155000', '145427.615000', '145428.075000', '145428.535000', '145428.995000', '145429.455000', '145429.915000', '145430.375000', '145430.835000', '145431.295000', '145431.755000', '145432.215000', '145432.675000', '145433.135000', '145433.595000', '145434.055000', '145434.515000', '145434.975000', '145435.435000', '145435.895000', '145436.355000', '145436.815000', '145437.275000', '145437.735000', '145438.195000', '145438.655000', '145439.115000', '145439.575000', '145440.035000', '145440.495000', '145440.955000', '145441.415000', '145441.875000', '145442.335000', '145442.795000', '145443.255000', '145443.715000', '145444.175000', '145444.635000', '145445.095000', '145445.555000', '145446.015000', '145446.475000', '145446.935000', '145447.395000', '145447.855000', '145448.315000', '145448.775000', '145449.235000', '145449.695000', '145450.155000', '145450.615000', '145451.075000', '145451.535000', '145451.995000', '145452.455000', '145452.915000', '145453.375000', '145453.835000', '145454.295000', '145454.755000', '145455.215000', '145455.675000', '145456.135000', '145456.595000', '145457.055000', '145457.515000', '145457.975000', '145458.435000', '145458.895000', '145459.355000', '145459.815000', '145500.275000', '145500.735000', '145501.195000', '145501.655000', '145502.115000', '145502.575000', '145503.035000', '145503.495000', '145503.955000', '145504.415000', '145504.875000', '145505.335000', '145505.795000', '145506.255000', '145506.715000', '145507.175000', '145507.635000', '145508.095000', '145508.555000', '145509.015000', '145509.475000', '145509.935000', '145510.395000', '145510.855000', '145511.315000', '145511.775000', '145512.235000', '145512.695000', '145513.155000', '145513.615000', '145514.075000', '145514.535000', '145514.995000', '145515.455000', '145515.915000', '145516.375000', '145516.835000', '145517.295000', '145517.755000', '145518.215000', '145518.675000', '145519.135000', '145519.595000', '145520.055000', '145520.515000', '145520.975000', '145521.435000', '145521.895000', '145522.355000', '145522.815000', '145523.275000', '145523.735000', '145524.195000', '145524.655000', '145525.115000', '145525.575000', '145526.035000', '145526.495000', '145526.955000', '145527.415000', '145527.875000', '145528.335000', '145528.795000', '145529.255000', '145529.715000', '145530.175000', '145530.635000', '145531.095000', '145531.555000', '145532.015000', '145532.475000', '145532.935000', '145533.395000', '145533.855000', '145534.315000', '145534.775000', '145535.235000', '145535.695000', '145536.155000', '145536.615000', '145537.075000', '145537.535000', '145537.995000', '145538.455000', '145538.915000', '145539.375000', '145539.835000', '145540.295000', '145540.755000', '145541.215000', '145541.675000', '145542.135000', '145542.595000', '145543.055000', '145543.515000', '145543.975000', '145544.435000', '145544.895000', '145545.355000', '145545.815000', '145546.275000', '145546.735000', '145547.195000', '145547.655000', '145548.115000', '145548.575000', '145549.035000', '145549.495000', '145549.955000', '145550.415000', '145550.875000', '145551.335000', '145551.795000', '145552.255000', '145552.715000', '145553.175000', '145553.635000', '145554.095000', '145554.555000', '145555.015000', '145555.475000', '145555.935000', '145556.395000', '145556.855000', '145557.315000', '145557.775000', '145558.235000', '145558.695000', '145559.155000', '145559.615000', '145600.075000', '145600.535000', '145600.995000', '145601.455000', '145601.915000', '145602.375000', '145602.835000', '145603.295000', '145603.755000', '145604.215000', '145604.675000', '145605.135000', '145605.595000', '145606.055000', '145606.515000', '145606.975000', '145607.435000', '145607.895000', '145608.355000', '145608.815000', '145609.275000', '145609.735000', '145610.195000', '145610.655000', '145611.115000', '145611.575000', '145612.035000', '145612.495000', '145612.955000', '145613.415000', '145613.875000', '145614.335000', '145614.795000', '145615.255000', '145615.715000', '145616.175000', '145616.635000', '145617.095000', '145617.555000', '145618.015000', '145618.475000', '145618.935000', '145619.395000', '145619.855000', '145620.315000', '145620.775000', '145621.235000', '145621.695000', '145622.155000', '145622.615000', '145623.075000', '145623.535000', '145623.995000', '145624.455000', '145624.915000', '145625.375000', '145625.835000', '145626.295000', '145626.755000', '145627.215000', '145627.675000', '145628.135000', '145628.595000', '145629.055000', '145629.515000', '145629.975000', '145630.435000', '145630.895000', '145631.355000', '145631.815000', '145632.275000', '145632.735000', '145633.195000', '145633.655000', '145634.115000', '145634.575000', '145635.035000', '145635.495000', '145635.955000', '145636.415000', '145636.875000', '145637.335000', '145637.795000', '145638.255000', '145638.715000', '145639.175000', '145639.635000', '145640.095000', '145640.555000', '145641.015000', '145641.475000', '145641.935000', '145642.395000', '145642.855000', '145643.315000', '145643.775000', '145644.235000', '145644.695000', '145645.155000'], 'ContentTime': ['144858.538000', '144858.542000', '144858.545000', '144858.547000', '144858.550000', '144858.553000', '144858.556000', '144858.559000', '144858.562000', '144858.564000', '144858.567000', '144858.570000', '144858.573000', '144858.576000', '144858.579000', '144858.582000', '144858.585000', '144858.587000', '144858.590000', '144858.593000', '144858.596000', '144858.599000', '144858.602000', '144858.604000', '144858.607000', '144858.610000', '144858.613000', '144858.616000', '144858.619000', '144858.621000', '144858.624000', '144858.627000', '144858.630000', '144858.633000', '144858.636000', '144858.638000', '144858.641000', '144858.654000', '144858.657000', '144858.659000', '144858.670000', '144858.673000', '144858.675000', '144858.678000', '144858.681000', '144858.684000', '144858.687000', '144858.690000', '144858.692000', '144858.695000', '144858.698000', '144858.701000', '144858.704000', '144858.707000', '144858.710000', '144858.713000', '144858.715000', '144918.504000', '144918.507000', '144918.510000', '144918.512000', '144918.515000', '144918.518000', '144918.521000', '144918.524000', '144918.527000', '144918.529000', '144918.532000', '144918.535000', '144918.538000', '144918.546000', '144918.549000', '144918.551000', '144918.554000', '144918.557000', '144918.560000', '144918.563000', '144918.566000', '144918.569000', '144918.572000', '144918.574000', '144918.577000', '144918.580000', '144918.583000', '144918.586000', '144918.589000', '144918.591000', '144918.594000', '144918.597000', '144918.600000', '144918.603000', '144918.606000', '144918.608000', '144918.611000', '144918.614000', '144918.617000', '144918.620000', '144918.623000', '144918.626000', '144918.628000', '144938.504000', '144938.507000', '144938.510000', '144938.524000', '144938.527000', '144938.529000', '144938.532000', '144938.535000', '144938.538000', '144938.541000', '144938.544000', '144938.547000', '144938.549000', '144938.552000', '144938.555000', '144938.558000', '144938.561000', '144938.564000', '144938.567000', '144938.570000', '144938.573000', '144938.576000', '144938.578000', '144938.581000', '144938.584000', '144938.587000', '144938.590000', '144938.593000', '144938.596000', '144938.599000', '144938.601000', '144938.604000', '144938.607000', '144938.610000', '144938.613000', '144938.616000', '144938.619000', '144938.622000', '144938.624000', '144938.627000', '144938.630000', '144938.633000', '144938.636000', '144938.639000', '144958.504000', '144958.507000', '144958.510000', '144958.513000', '144958.516000', '144958.518000', '144958.521000', '144958.524000', '144958.527000', '144958.530000', '144958.533000', '144958.548000', '144958.551000', '144958.553000', '144958.556000', '144958.559000', '144958.562000', '144958.565000', '144958.568000', '144958.571000', '144958.574000', '144958.576000', '144958.579000', '144958.582000', '144958.585000', '144958.588000', '144958.591000', '144958.594000', '144958.597000', '144958.599000', '144958.602000', '144958.605000', '144958.608000', '144958.611000', '144958.614000', '144958.617000', '144958.619000', '144958.622000', '144958.625000', '144958.628000', '144958.631000', '144958.634000', '144958.637000', '145018.506000', '145018.509000', '145018.512000', '145018.515000', '145018.518000', '145018.521000', '145018.523000', '145018.526000', '145018.529000', '145018.532000', '145018.535000', '145018.538000', '145018.541000', '145018.544000', '145018.546000', '145018.549000', '145018.552000', '145018.555000', '145018.562000', '145018.565000', '145018.568000', '145018.571000', '145018.574000', '145018.577000', '145018.580000', '145018.583000', '145018.586000', '145018.588000', '145018.591000', '145018.594000', '145018.597000', '145018.600000', '145018.603000', '145018.606000', '145018.608000', '145018.611000', '145018.614000', '145018.617000', '145018.620000', '145018.623000', '145018.626000', '145018.628000', '145018.631000', '145038.503000', '145038.506000', '145038.509000', '145038.517000', '145038.520000', '145038.523000', '145038.526000', '145038.529000', '145038.532000', '145038.534000', '145038.537000', '145038.540000', '145038.543000', '145038.571000', '145038.574000', '145038.577000', '145038.580000', '145038.582000', '145038.585000', '145038.588000', '145038.591000', '145038.594000', '145038.597000', '145038.600000', '145038.603000', '145038.606000', '145038.608000', '145038.611000', '145038.614000', '145038.617000', '145038.620000', '145038.623000', '145038.626000', '145038.628000', '145038.631000', '145038.634000', '145038.637000', '145038.640000', '145038.643000', '145038.645000', '145038.648000', '145038.651000', '145038.654000', '145038.657000', '145058.503000', '145058.506000', '145058.509000', '145058.512000', '145058.515000', '145058.518000', '145058.521000', '145058.524000', '145058.527000', '145058.530000', '145058.532000', '145058.535000', '145058.538000', '145058.541000', '145058.544000', '145058.547000', '145058.550000', '145058.552000', '145058.555000', '145058.558000', '145058.561000', '145058.564000', '145058.567000', '145058.570000', '145058.573000', '145058.576000', '145058.578000', '145058.581000', '145058.584000', '145058.587000', '145058.590000', '145058.593000', '145058.596000', '145058.599000', '145058.601000', '145058.604000', '145058.607000', '145058.610000', '145058.613000', '145058.616000', '145058.619000', '145058.622000', '145058.624000', '145118.504000', '145118.507000', '145118.510000', '145118.513000', '145118.515000', '145118.518000', '145118.521000', '145118.524000', '145118.527000', '145118.530000', '145118.533000', '145118.535000', '145118.538000', '145118.541000', '145118.544000', '145118.547000', '145118.550000', '145118.552000', '145118.555000', '145118.558000', '145118.561000', '145118.564000', '145118.567000', '145118.571000', '145118.574000', '145118.576000', '145118.579000', '145118.582000', '145118.585000', '145118.588000', '145118.591000', '145118.593000', '145118.596000', '145118.599000', '145118.602000', '145118.605000', '145118.608000', '145118.611000', '145118.613000', '145118.616000', '145118.619000', '145118.622000', '145118.625000', '145118.628000', '145138.504000', '145138.507000', '145138.510000', '145138.513000', '145138.516000', '145138.518000', '145138.521000', '145138.537000', '145138.542000', '145138.545000', '145138.548000', '145138.551000', '145138.554000', '145138.557000', '145138.560000', '145138.563000', '145138.566000', '145138.569000', '145138.572000', '145138.575000', '145138.578000', '145138.581000', '145138.583000', '145138.586000', '145138.589000', '145138.592000', '145138.595000', '145138.598000', '145138.601000', '145138.604000', '145138.606000', '145138.609000', '145138.612000', '145138.615000', '145138.618000', '145138.621000', '145138.624000', '145138.627000', '145138.630000', '145138.632000', '145138.635000', '145138.638000', '145138.641000', '145158.504000', '145158.507000', '145158.510000', '145158.513000', '145158.516000', '145158.519000', '145158.521000', '145158.524000', '145158.527000', '145158.530000', '145158.533000', '145158.536000', '145158.539000', '145158.541000', '145158.544000', '145158.547000', '145158.550000', '145158.553000', '145158.556000', '145158.559000', '145158.562000', '145158.565000', '145158.568000', '145158.570000', '145158.573000', '145158.576000', '145158.579000', '145158.582000', '145158.585000', '145158.588000', '145158.590000', '145158.593000', '145158.596000', '145158.599000', '145158.602000', '145158.605000', '145158.608000', '145158.611000', '145158.613000', '145158.616000', '145158.619000', '145158.622000', '145158.625000', '145158.628000', '145218.504000', '145218.507000', '145218.510000', '145218.513000', '145218.516000', '145218.519000', '145218.522000', '145218.524000', '145218.527000', '145218.530000', '145218.533000', '145218.536000', '145218.539000', '145218.542000', '145218.545000', '145218.547000', '145218.550000', '145218.553000', '145218.556000', '145218.559000', '145218.564000', '145218.568000', '145218.572000', '145218.574000', '145218.577000', '145218.580000', '145218.583000', '145218.586000', '145218.589000', '145218.592000', '145218.595000', '145218.597000', '145218.600000', '145218.603000', '145218.606000', '145218.609000', '145218.612000', '145218.615000', '145218.617000', '145218.620000', '145218.623000', '145218.626000', '145218.629000', '145238.504000', '145238.507000', '145238.510000', '145238.513000', '145238.516000', '145238.519000', '145238.521000', '145238.524000', '145238.527000', '145238.530000', '145238.533000', '145238.536000', '145238.539000', '145238.542000', '145238.545000', '145238.547000', '145238.550000', '145238.553000', '145238.556000', '145238.559000', '145238.562000', '145238.565000', '145238.568000', '145238.571000', '145238.573000', '145238.576000', '145238.579000', '145238.582000', '145238.585000', '145238.588000', '145238.591000', '145238.594000', '145238.597000', '145238.606000', '145238.609000', '145238.612000', '145238.615000', '145238.618000', '145238.621000', '145238.624000', '145238.627000', '145238.630000', '145238.632000', '145238.635000', '145258.503000', '145258.506000', '145258.509000', '145258.513000', '145258.516000', '145258.519000', '145258.522000', '145258.525000', '145258.528000', '145258.530000', '145258.533000', '145258.536000', '145258.539000', '145258.542000', '145258.545000', '145258.547000', '145258.550000', '145258.553000', '145258.556000', '145258.559000', '145258.562000', '145258.565000', '145258.570000', '145258.574000', '145258.576000', '145258.579000', '145258.582000', '145258.585000', '145258.588000', '145258.591000', '145258.594000', '145258.597000', '145258.614000', '145258.617000', '145258.620000', '145258.622000', '145258.625000', '145258.628000', '145258.631000', '145258.634000', '145258.637000', '145258.640000', '145258.642000', '145318.503000', '145318.506000', '145318.509000', '145318.512000', '145318.515000', '145318.518000', '145318.520000', '145318.523000', '145318.526000', '145318.529000', '145318.532000', '145318.535000', '145318.538000', '145318.541000', '145318.543000', '145318.546000', '145318.549000', '145318.552000', '145318.555000', '145318.558000', '145318.561000', '145318.564000', '145318.567000', '145318.570000', '145318.573000', '145318.575000', '145318.578000', '145318.581000', '145318.584000', '145318.587000', '145318.590000', '145318.593000', '145318.596000', '145318.598000', '145318.601000', '145318.604000', '145318.607000', '145318.610000', '145318.613000', '145318.616000', '145318.618000', '145318.621000', '145318.624000', '145318.627000', '145338.504000', '145338.507000', '145338.510000', '145338.513000', '145338.516000', '145338.518000', '145338.521000', '145338.524000', '145338.527000', '145338.531000', '145338.534000', '145338.537000', '145338.540000', '145338.543000', '145338.546000', '145338.548000', '145338.551000', '145338.554000', '145338.557000', '145338.560000', '145338.563000', '145338.566000', '145338.569000', '145338.572000', '145338.575000', '145338.577000', '145338.580000', '145338.583000', '145338.586000', '145338.589000', '145338.592000', '145338.595000', '145338.600000', '145338.603000', '145338.606000', '145338.609000', '145338.612000', '145338.615000', '145338.617000', '145338.620000', '145338.623000', '145338.626000', '145338.629000', '145358.504000', '145358.507000', '145358.510000', '145358.513000', '145358.516000', '145358.518000', '145358.521000', '145358.524000', '145358.527000', '145358.530000', '145358.533000', '145358.536000', '145358.539000', '145358.542000', '145358.545000', '145358.547000', '145358.550000', '145358.553000', '145358.556000', '145358.559000', '145358.562000', '145358.565000', '145358.568000', '145358.574000', '145358.577000', '145358.580000', '145358.583000', '145358.586000', '145358.589000', '145358.591000', '145358.594000', '145358.597000', '145358.600000', '145358.603000', '145358.606000', '145358.609000', '145358.612000', '145358.614000', '145358.617000', '145358.620000', '145358.623000', '145358.626000', '145358.629000', '145358.632000', '145418.504000', '145418.507000', '145418.510000', '145418.513000', '145418.516000', '145418.519000', '145418.522000', '145418.525000', '145418.527000', '145418.530000', '145418.533000', '145418.536000', '145418.539000', '145418.542000', '145418.546000', '145418.550000', '145418.553000', '145418.556000', '145418.559000', '145418.562000', '145418.565000', '145418.568000', '145418.571000', '145418.574000', '145418.576000', '145418.579000', '145418.582000', '145418.585000', '145418.588000', '145418.591000', '145418.594000', '145418.597000', '145418.600000', '145418.602000', '145418.605000', '145418.608000', '145418.612000', '145418.615000', '145418.618000', '145418.621000', '145418.624000', '145418.627000', '145418.630000', '145438.504000', '145438.507000', '145438.510000', '145438.513000', '145438.516000', '145438.518000', '145438.521000', '145438.524000', '145438.527000', '145438.530000', '145438.533000', '145438.536000', '145438.539000', '145438.542000', '145438.545000', '145438.547000', '145438.550000', '145438.553000', '145438.556000', '145438.559000', '145438.562000', '145438.565000', '145438.568000', '145438.571000', '145438.573000', '145438.576000', '145438.579000', '145438.582000', '145438.585000', '145438.588000', '145438.591000', '145438.593000', '145438.596000', '145438.599000', '145438.602000', '145438.605000', '145438.608000', '145438.611000', '145438.614000', '145438.617000', '145438.620000', '145438.622000', '145438.625000', '145438.628000', '145458.504000', '145458.507000', '145458.510000', '145458.513000', '145458.516000', '145458.518000', '145458.521000', '145458.524000', '145458.527000', '145458.530000', '145458.533000', '145458.536000', '145458.539000', '145458.542000', '145458.544000', '145458.547000', '145458.550000', '145458.553000', '145458.556000', '145458.559000', '145458.562000', '145458.565000', '145458.567000', '145458.570000', '145458.573000', '145458.576000', '145458.579000', '145458.582000', '145458.585000', '145458.588000', '145458.591000', '145458.594000', '145458.597000', '145458.599000', '145458.602000', '145458.605000', '145458.608000', '145458.611000', '145458.614000', '145458.617000', '145458.619000', '145458.622000', '145458.625000', '145518.503000', '145518.506000', '145518.509000', '145518.512000', '145518.515000', '145518.518000', '145518.520000', '145518.523000', '145518.526000', '145518.529000', '145518.532000', '145518.535000', '145518.538000', '145518.540000', '145518.543000', '145518.546000', '145518.549000', '145518.552000', '145518.555000', '145518.558000', '145518.560000', '145518.563000', '145518.566000', '145518.569000', '145518.572000', '145518.575000', '145518.578000', '145518.580000', '145518.583000', '145518.586000', '145518.589000', '145518.592000', '145518.595000', '145518.598000', '145518.600000', '145518.603000', '145518.606000', '145518.609000', '145518.612000', '145518.615000', '145518.618000', '145518.620000', '145518.623000', '145518.626000', '145538.503000', '145538.506000', '145538.509000', '145538.512000', '145538.515000', '145538.517000', '145538.520000', '145538.523000', '145538.526000', '145538.529000', '145538.532000', '145538.535000', '145538.538000', '145538.541000', '145538.544000', '145538.546000', '145538.549000', '145538.552000', '145538.555000', '145538.558000', '145538.561000', '145538.564000', '145538.567000', '145538.570000', '145538.573000', '145538.576000', '145538.578000', '145538.581000', '145538.584000', '145538.588000', '145538.591000', '145538.594000', '145538.597000', '145538.600000', '145538.603000', '145538.606000', '145538.609000', '145538.611000', '145538.614000', '145538.617000', '145538.620000', '145538.623000', '145538.627000', '145558.504000', '145558.507000', '145558.510000', '145558.513000', '145558.516000', '145558.519000', '145558.521000', '145558.524000', '145558.527000', '145558.530000', '145558.543000', '145558.546000', '145558.549000', '145558.552000', '145558.554000', '145558.557000', '145558.560000', '145558.563000', '145558.566000', '145558.569000', '145558.572000', '145558.575000', '145558.578000', '145558.581000', '145558.584000', '145558.587000', '145558.590000', '145558.592000', '145558.595000', '145558.599000', '145558.602000', '145558.604000', '145558.607000', '145558.610000', '145558.613000', '145558.616000', '145558.619000', '145558.622000', '145558.624000', '145558.627000', '145558.630000', '145558.633000', '145558.636000', '145558.639000', '145618.504000', '145618.507000', '145618.510000', '145618.513000', '145618.516000', '145618.519000', '145618.522000', '145618.524000', '145618.527000', '145618.530000', '145618.533000', '145618.536000', '145618.539000', '145618.542000', '145618.544000', '145618.547000', '145618.550000', '145618.553000', '145618.556000', '145618.559000', '145618.562000', '145618.565000', '145618.568000', '145618.571000', '145618.574000', '145618.576000', '145618.579000', '145618.582000', '145618.585000', '145618.588000', '145618.591000', '145618.594000', '145618.596000', '145618.599000', '145618.602000', '145618.605000', '145618.608000', '145618.611000', '145618.614000', '145618.617000', '145618.620000', '145618.623000', '145618.625000', '145638.504000', '145638.507000', '145638.510000', '145638.513000', '145638.516000', '145638.519000', '145638.521000', '145638.524000', '145638.527000', '145638.530000', '145638.533000', '145638.536000', '145638.539000', '145638.542000', '145638.544000', '145638.547000', '145638.550000', '145638.553000', '145638.556000', '145638.559000', '145638.562000', '145638.565000', '145638.568000', '145638.571000', '145638.574000', '145638.577000', '145638.579000', '145638.582000', '145638.585000', '145638.588000', '145638.591000', '145638.594000', '145638.597000', '145638.600000', '145638.602000', '145638.605000', '145638.608000', '145638.611000', '145638.614000', '145638.617000', '145638.620000', '145638.623000', '145638.625000', '145638.628000', '145645.860000', '145645.864000', '145645.868000', '145645.871000', '145645.875000', '145645.879000', '145645.882000', '145645.885000', '145645.889000', '145645.893000', '145645.896000', '145645.899000', '145645.902000', '145645.905000', '145645.908000', '145645.911000'], 'InstanceCreationTime': ['144858.538000', '144858.542000', '144858.545000', '144858.547000', '144858.550000', '144858.553000', '144858.556000', '144858.559000', '144858.562000', '144858.564000', '144858.567000', '144858.570000', '144858.573000', '144858.576000', '144858.579000', '144858.582000', '144858.585000', '144858.587000', '144858.590000', '144858.593000', '144858.596000', '144858.599000', '144858.602000', '144858.604000', '144858.607000', '144858.610000', '144858.613000', '144858.616000', '144858.619000', '144858.621000', '144858.624000', '144858.627000', '144858.630000', '144858.633000', '144858.636000', '144858.638000', '144858.641000', '144858.654000', '144858.657000', '144858.659000', '144858.670000', '144858.673000', '144858.675000', '144858.678000', '144858.681000', '144858.684000', '144858.687000', '144858.690000', '144858.692000', '144858.695000', '144858.698000', '144858.701000', '144858.704000', '144858.707000', '144858.710000', '144858.713000', '144858.715000', '144918.504000', '144918.507000', '144918.510000', '144918.512000', '144918.515000', '144918.518000', '144918.521000', '144918.524000', '144918.527000', '144918.529000', '144918.532000', '144918.535000', '144918.538000', '144918.546000', '144918.549000', '144918.551000', '144918.554000', '144918.557000', '144918.560000', '144918.563000', '144918.566000', '144918.569000', '144918.572000', '144918.574000', '144918.577000', '144918.580000', '144918.583000', '144918.586000', '144918.589000', '144918.591000', '144918.594000', '144918.597000', '144918.600000', '144918.603000', '144918.606000', '144918.608000', '144918.611000', '144918.614000', '144918.617000', '144918.620000', '144918.623000', '144918.626000', '144918.628000', '144938.504000', '144938.507000', '144938.510000', '144938.524000', '144938.527000', '144938.529000', '144938.532000', '144938.535000', '144938.538000', '144938.541000', '144938.544000', '144938.547000', '144938.549000', '144938.552000', '144938.555000', '144938.558000', '144938.561000', '144938.564000', '144938.567000', '144938.570000', '144938.573000', '144938.576000', '144938.578000', '144938.581000', '144938.584000', '144938.587000', '144938.590000', '144938.593000', '144938.596000', '144938.599000', '144938.601000', '144938.604000', '144938.607000', '144938.610000', '144938.613000', '144938.616000', '144938.619000', '144938.622000', '144938.624000', '144938.627000', '144938.630000', '144938.633000', '144938.636000', '144938.639000', '144958.504000', '144958.507000', '144958.510000', '144958.513000', '144958.516000', '144958.518000', '144958.521000', '144958.524000', '144958.527000', '144958.530000', '144958.533000', '144958.548000', '144958.551000', '144958.553000', '144958.556000', '144958.559000', '144958.562000', '144958.565000', '144958.568000', '144958.571000', '144958.574000', '144958.576000', '144958.579000', '144958.582000', '144958.585000', '144958.588000', '144958.591000', '144958.594000', '144958.597000', '144958.599000', '144958.602000', '144958.605000', '144958.608000', '144958.611000', '144958.614000', '144958.617000', '144958.619000', '144958.622000', '144958.625000', '144958.628000', '144958.631000', '144958.634000', '144958.637000', '145018.506000', '145018.509000', '145018.512000', '145018.515000', '145018.518000', '145018.521000', '145018.523000', '145018.526000', '145018.529000', '145018.532000', '145018.535000', '145018.538000', '145018.541000', '145018.544000', '145018.546000', '145018.549000', '145018.552000', '145018.555000', '145018.562000', '145018.565000', '145018.568000', '145018.571000', '145018.574000', '145018.577000', '145018.580000', '145018.583000', '145018.586000', '145018.588000', '145018.591000', '145018.594000', '145018.597000', '145018.600000', '145018.603000', '145018.606000', '145018.608000', '145018.611000', '145018.614000', '145018.617000', '145018.620000', '145018.623000', '145018.626000', '145018.628000', '145018.631000', '145038.503000', '145038.506000', '145038.509000', '145038.517000', '145038.520000', '145038.523000', '145038.526000', '145038.529000', '145038.532000', '145038.534000', '145038.537000', '145038.540000', '145038.543000', '145038.571000', '145038.574000', '145038.577000', '145038.580000', '145038.582000', '145038.585000', '145038.588000', '145038.591000', '145038.594000', '145038.597000', '145038.600000', '145038.603000', '145038.606000', '145038.608000', '145038.611000', '145038.614000', '145038.617000', '145038.620000', '145038.623000', '145038.626000', '145038.628000', '145038.631000', '145038.634000', '145038.637000', '145038.640000', '145038.643000', '145038.645000', '145038.648000', '145038.651000', '145038.654000', '145038.657000', '145058.503000', '145058.506000', '145058.509000', '145058.512000', '145058.515000', '145058.518000', '145058.521000', '145058.524000', '145058.527000', '145058.530000', '145058.532000', '145058.535000', '145058.538000', '145058.541000', '145058.544000', '145058.547000', '145058.550000', '145058.552000', '145058.555000', '145058.558000', '145058.561000', '145058.564000', '145058.567000', '145058.570000', '145058.573000', '145058.576000', '145058.578000', '145058.581000', '145058.584000', '145058.587000', '145058.590000', '145058.593000', '145058.596000', '145058.599000', '145058.601000', '145058.604000', '145058.607000', '145058.610000', '145058.613000', '145058.616000', '145058.619000', '145058.622000', '145058.624000', '145118.504000', '145118.507000', '145118.510000', '145118.513000', '145118.515000', '145118.518000', '145118.521000', '145118.524000', '145118.527000', '145118.530000', '145118.533000', '145118.535000', '145118.538000', '145118.541000', '145118.544000', '145118.547000', '145118.550000', '145118.552000', '145118.555000', '145118.558000', '145118.561000', '145118.564000', '145118.567000', '145118.571000', '145118.574000', '145118.576000', '145118.579000', '145118.582000', '145118.585000', '145118.588000', '145118.591000', '145118.593000', '145118.596000', '145118.599000', '145118.602000', '145118.605000', '145118.608000', '145118.611000', '145118.613000', '145118.616000', '145118.619000', '145118.622000', '145118.625000', '145118.628000', '145138.504000', '145138.507000', '145138.510000', '145138.513000', '145138.516000', '145138.518000', '145138.521000', '145138.537000', '145138.542000', '145138.545000', '145138.548000', '145138.551000', '145138.554000', '145138.557000', '145138.560000', '145138.563000', '145138.566000', '145138.569000', '145138.572000', '145138.575000', '145138.578000', '145138.581000', '145138.583000', '145138.586000', '145138.589000', '145138.592000', '145138.595000', '145138.598000', '145138.601000', '145138.604000', '145138.606000', '145138.609000', '145138.612000', '145138.615000', '145138.618000', '145138.621000', '145138.624000', '145138.627000', '145138.630000', '145138.632000', '145138.635000', '145138.638000', '145138.641000', '145158.504000', '145158.507000', '145158.510000', '145158.513000', '145158.516000', '145158.519000', '145158.521000', '145158.524000', '145158.527000', '145158.530000', '145158.533000', '145158.536000', '145158.539000', '145158.541000', '145158.544000', '145158.547000', '145158.550000', '145158.553000', '145158.556000', '145158.559000', '145158.562000', '145158.565000', '145158.568000', '145158.570000', '145158.573000', '145158.576000', '145158.579000', '145158.582000', '145158.585000', '145158.588000', '145158.590000', '145158.593000', '145158.596000', '145158.599000', '145158.602000', '145158.605000', '145158.608000', '145158.611000', '145158.613000', '145158.616000', '145158.619000', '145158.622000', '145158.625000', '145158.628000', '145218.504000', '145218.507000', '145218.510000', '145218.513000', '145218.516000', '145218.519000', '145218.522000', '145218.524000', '145218.527000', '145218.530000', '145218.533000', '145218.536000', '145218.539000', '145218.542000', '145218.545000', '145218.547000', '145218.550000', '145218.553000', '145218.556000', '145218.559000', '145218.564000', '145218.568000', '145218.572000', '145218.574000', '145218.577000', '145218.580000', '145218.583000', '145218.586000', '145218.589000', '145218.592000', '145218.595000', '145218.597000', '145218.600000', '145218.603000', '145218.606000', '145218.609000', '145218.612000', '145218.615000', '145218.617000', '145218.620000', '145218.623000', '145218.626000', '145218.629000', '145238.504000', '145238.507000', '145238.510000', '145238.513000', '145238.516000', '145238.519000', '145238.521000', '145238.524000', '145238.527000', '145238.530000', '145238.533000', '145238.536000', '145238.539000', '145238.542000', '145238.545000', '145238.547000', '145238.550000', '145238.553000', '145238.556000', '145238.559000', '145238.562000', '145238.565000', '145238.568000', '145238.571000', '145238.573000', '145238.576000', '145238.579000', '145238.582000', '145238.585000', '145238.588000', '145238.591000', '145238.594000', '145238.597000', '145238.606000', '145238.609000', '145238.612000', '145238.615000', '145238.618000', '145238.621000', '145238.624000', '145238.627000', '145238.630000', '145238.632000', '145238.635000', '145258.503000', '145258.506000', '145258.509000', '145258.513000', '145258.516000', '145258.519000', '145258.522000', '145258.525000', '145258.528000', '145258.530000', '145258.533000', '145258.536000', '145258.539000', '145258.542000', '145258.545000', '145258.547000', '145258.550000', '145258.553000', '145258.556000', '145258.559000', '145258.562000', '145258.565000', '145258.570000', '145258.574000', '145258.576000', '145258.579000', '145258.582000', '145258.585000', '145258.588000', '145258.591000', '145258.594000', '145258.597000', '145258.614000', '145258.617000', '145258.620000', '145258.622000', '145258.625000', '145258.628000', '145258.631000', '145258.634000', '145258.637000', '145258.640000', '145258.642000', '145318.503000', '145318.506000', '145318.509000', '145318.512000', '145318.515000', '145318.518000', '145318.520000', '145318.523000', '145318.526000', '145318.529000', '145318.532000', '145318.535000', '145318.538000', '145318.541000', '145318.543000', '145318.546000', '145318.549000', '145318.552000', '145318.555000', '145318.558000', '145318.561000', '145318.564000', '145318.567000', '145318.570000', '145318.573000', '145318.575000', '145318.578000', '145318.581000', '145318.584000', '145318.587000', '145318.590000', '145318.593000', '145318.596000', '145318.598000', '145318.601000', '145318.604000', '145318.607000', '145318.610000', '145318.613000', '145318.616000', '145318.618000', '145318.621000', '145318.624000', '145318.627000', '145338.504000', '145338.507000', '145338.510000', '145338.513000', '145338.516000', '145338.518000', '145338.521000', '145338.524000', '145338.527000', '145338.531000', '145338.534000', '145338.537000', '145338.540000', '145338.543000', '145338.546000', '145338.548000', '145338.551000', '145338.554000', '145338.557000', '145338.560000', '145338.563000', '145338.566000', '145338.569000', '145338.572000', '145338.575000', '145338.577000', '145338.580000', '145338.583000', '145338.586000', '145338.589000', '145338.592000', '145338.595000', '145338.600000', '145338.603000', '145338.606000', '145338.609000', '145338.612000', '145338.615000', '145338.617000', '145338.620000', '145338.623000', '145338.626000', '145338.629000', '145358.504000', '145358.507000', '145358.510000', '145358.513000', '145358.516000', '145358.518000', '145358.521000', '145358.524000', '145358.527000', '145358.530000', '145358.533000', '145358.536000', '145358.539000', '145358.542000', '145358.545000', '145358.547000', '145358.550000', '145358.553000', '145358.556000', '145358.559000', '145358.562000', '145358.565000', '145358.568000', '145358.574000', '145358.577000', '145358.580000', '145358.583000', '145358.586000', '145358.589000', '145358.591000', '145358.594000', '145358.597000', '145358.600000', '145358.603000', '145358.606000', '145358.609000', '145358.612000', '145358.614000', '145358.617000', '145358.620000', '145358.623000', '145358.626000', '145358.629000', '145358.632000', '145418.504000', '145418.507000', '145418.510000', '145418.513000', '145418.516000', '145418.519000', '145418.522000', '145418.525000', '145418.527000', '145418.530000', '145418.533000', '145418.536000', '145418.539000', '145418.542000', '145418.546000', '145418.550000', '145418.553000', '145418.556000', '145418.559000', '145418.562000', '145418.565000', '145418.568000', '145418.571000', '145418.574000', '145418.576000', '145418.579000', '145418.582000', '145418.585000', '145418.588000', '145418.591000', '145418.594000', '145418.597000', '145418.600000', '145418.602000', '145418.605000', '145418.608000', '145418.612000', '145418.615000', '145418.618000', '145418.621000', '145418.624000', '145418.627000', '145418.630000', '145438.504000', '145438.507000', '145438.510000', '145438.513000', '145438.516000', '145438.518000', '145438.521000', '145438.524000', '145438.527000', '145438.530000', '145438.533000', '145438.536000', '145438.539000', '145438.542000', '145438.545000', '145438.547000', '145438.550000', '145438.553000', '145438.556000', '145438.559000', '145438.562000', '145438.565000', '145438.568000', '145438.571000', '145438.573000', '145438.576000', '145438.579000', '145438.582000', '145438.585000', '145438.588000', '145438.591000', '145438.593000', '145438.596000', '145438.599000', '145438.602000', '145438.605000', '145438.608000', '145438.611000', '145438.614000', '145438.617000', '145438.620000', '145438.622000', '145438.625000', '145438.628000', '145458.504000', '145458.507000', '145458.510000', '145458.513000', '145458.516000', '145458.518000', '145458.521000', '145458.524000', '145458.527000', '145458.530000', '145458.533000', '145458.536000', '145458.539000', '145458.542000', '145458.544000', '145458.547000', '145458.550000', '145458.553000', '145458.556000', '145458.559000', '145458.562000', '145458.565000', '145458.567000', '145458.570000', '145458.573000', '145458.576000', '145458.579000', '145458.582000', '145458.585000', '145458.588000', '145458.591000', '145458.594000', '145458.597000', '145458.599000', '145458.602000', '145458.605000', '145458.608000', '145458.611000', '145458.614000', '145458.617000', '145458.619000', '145458.622000', '145458.625000', '145518.503000', '145518.506000', '145518.509000', '145518.512000', '145518.515000', '145518.518000', '145518.520000', '145518.523000', '145518.526000', '145518.529000', '145518.532000', '145518.535000', '145518.538000', '145518.540000', '145518.543000', '145518.546000', '145518.549000', '145518.552000', '145518.555000', '145518.558000', '145518.560000', '145518.563000', '145518.566000', '145518.569000', '145518.572000', '145518.575000', '145518.578000', '145518.580000', '145518.583000', '145518.586000', '145518.589000', '145518.592000', '145518.595000', '145518.598000', '145518.600000', '145518.603000', '145518.606000', '145518.609000', '145518.612000', '145518.615000', '145518.618000', '145518.620000', '145518.623000', '145518.626000', '145538.503000', '145538.506000', '145538.509000', '145538.512000', '145538.515000', '145538.517000', '145538.520000', '145538.523000', '145538.526000', '145538.529000', '145538.532000', '145538.535000', '145538.538000', '145538.541000', '145538.544000', '145538.546000', '145538.549000', '145538.552000', '145538.555000', '145538.558000', '145538.561000', '145538.564000', '145538.567000', '145538.570000', '145538.573000', '145538.576000', '145538.578000', '145538.581000', '145538.584000', '145538.588000', '145538.591000', '145538.594000', '145538.597000', '145538.600000', '145538.603000', '145538.606000', '145538.609000', '145538.611000', '145538.614000', '145538.617000', '145538.620000', '145538.623000', '145538.627000', '145558.504000', '145558.507000', '145558.510000', '145558.513000', '145558.516000', '145558.519000', '145558.521000', '145558.524000', '145558.527000', '145558.530000', '145558.543000', '145558.546000', '145558.549000', '145558.552000', '145558.554000', '145558.557000', '145558.560000', '145558.563000', '145558.566000', '145558.569000', '145558.572000', '145558.575000', '145558.578000', '145558.581000', '145558.584000', '145558.587000', '145558.590000', '145558.592000', '145558.595000', '145558.599000', '145558.602000', '145558.604000', '145558.607000', '145558.610000', '145558.613000', '145558.616000', '145558.619000', '145558.622000', '145558.624000', '145558.627000', '145558.630000', '145558.633000', '145558.636000', '145558.639000', '145618.504000', '145618.507000', '145618.510000', '145618.513000', '145618.516000', '145618.519000', '145618.522000', '145618.524000', '145618.527000', '145618.530000', '145618.533000', '145618.536000', '145618.539000', '145618.542000', '145618.544000', '145618.547000', '145618.550000', '145618.553000', '145618.556000', '145618.559000', '145618.562000', '145618.565000', '145618.568000', '145618.571000', '145618.574000', '145618.576000', '145618.579000', '145618.582000', '145618.585000', '145618.588000', '145618.591000', '145618.594000', '145618.596000', '145618.599000', '145618.602000', '145618.605000', '145618.608000', '145618.611000', '145618.614000', '145618.617000', '145618.620000', '145618.623000', '145618.625000', '145638.504000', '145638.507000', '145638.510000', '145638.513000', '145638.516000', '145638.519000', '145638.521000', '145638.524000', '145638.527000', '145638.530000', '145638.533000', '145638.536000', '145638.539000', '145638.542000', '145638.544000', '145638.547000', '145638.550000', '145638.553000', '145638.556000', '145638.559000', '145638.562000', '145638.565000', '145638.568000', '145638.571000', '145638.574000', '145638.577000', '145638.579000', '145638.582000', '145638.585000', '145638.588000', '145638.591000', '145638.594000', '145638.597000', '145638.600000', '145638.602000', '145638.605000', '145638.608000', '145638.611000', '145638.614000', '145638.617000', '145638.620000', '145638.623000', '145638.625000', '145638.628000', '145645.860000', '145645.864000', '145645.868000', '145645.871000', '145645.875000', '145645.879000', '145645.882000', '145645.885000', '145645.889000', '145645.893000', '145645.896000', '145645.899000', '145645.902000', '145645.905000', '145645.908000', '145645.911000'], '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': [8932, 11287, 8939, 12549, 8472, 9060, 9857, 8896, 9908, 7657, 9138, 9692, 9037, 13194, 8787, 8866, 8284, 9130, 10370, 8777, 12221, 8904, 9048, 8257, 9219, 10860, 8828, 10847, 8900, 8722, 8000, 8996, 8889, 9073, 10401, 9215, 10571, 8756, 8785, 8962, 9064, 10058, 9204, 11158, 9141, 11806, 9093, 11048, 7763, 8968, 8479, 9243, 10535, 9213, 11316, 8151, 8936, 9464, 9101, 11740, 9271, 14735, 9109, 14624, 8913, 11453, 8086, 9003, 9630, 9390, 11595, 8920, 9714, 7888, 9242, 9595, 9318, 10637, 9215, 11733, 9226, 10568, 8889, 9130, 9739, 9180, 11371, 7509, 9214, 9282, 9142, 12564, 9201, 9726, 8260, 9355, 9604, 9249, 12989, 7396, 8866, 8744, 9234, 11153, 9292, 9633, 8989, 9111, 10450, 9131, 9935, 8514, 9044, 9300, 9151, 11259, 9175, 10948, 8091, 9059, 9696, 9450, 9106, 8507, 9072, 11519, 9230, 13148, 9306, 12881, 9469, 10531, 9940, 10387, 10609, 9211, 10280, 9395, 11532, 9217, 12487, 9021, 8656, 7799, 9044, 9220, 9382, 11057, 9244, 8679, 7812, 8726, 9979, 9151, 11850, 9111, 9906, 8458, 8642, 10064, 8567, 12244, 9301, 11326, 9417, 9233, 10391, 9388, 12567, 9097, 14305, 8189, 8737, 9879, 9184, 11442, 9268, 13392, 7448, 8928, 8767, 9033, 10485, 9242, 12720, 7513, 8690, 8703, 9041, 10996, 9204, 10790, 7819, 8764, 9697, 9118, 12643, 9067, 9730, 10940, 9189, 12916, 7697, 8744, 9633, 9137, 11473, 8910, 9183, 10937, 7349, 9222, 12961, 9034, 11257, 9915, 10192, 11273, 9097, 13551, 8197, 8801, 8941, 9185, 11415, 8287, 9150, 9874, 8884, 12345, 8845, 10067, 7682, 9256, 9469, 8939, 10873, 8852, 11758, 9060, 9296, 8183, 9111, 9828, 8821, 9827, 7502, 8768, 8320, 9288, 10230, 8802, 8815, 8385, 7416, 8899, 9107, 8329, 9555, 10172, 9204, 12307, 9183, 13533, 9240, 13544, 9238, 15779, 9113, 16486, 8623, 9170, 10020, 9027, 12448, 9172, 12719, 9077, 8927, 8698, 8931, 9448, 9001, 10571, 8867, 12099, 8841, 13544, 8848, 12425, 8931, 12751, 8721, 10869, 7506, 9011, 7992, 9203, 9451, 8892, 10781, 7538, 9046, 7797, 9026, 8397, 7476, 8832, 9223, 9260, 11136, 8534, 9055, 11925, 9371, 14799, 9209, 15573, 9292, 11398, 9999, 9271, 10611, 9177, 12251, 8053, 9257, 8988, 9157, 10813, 7568, 9091, 9169, 9349, 12523, 7867, 8977, 9308, 8964, 11057, 9138, 12572, 9033, 10769, 8362, 9047, 9646, 9047, 10604, 7653, 9249, 9301, 9091, 8733, 7965, 9283, 10895, 8705, 9160, 9851, 9185, 10807, 7618, 9061, 11095, 9402, 11820, 10176, 9249, 12633, 9150, 9880, 8891, 9424, 14287, 7651, 9085, 9881, 9293, 10457, 7906, 9373, 12703, 7790, 9158, 10335, 8858, 8827, 8379, 9025, 13185, 8207, 9172, 12530, 7329, 9173, 9557, 8882, 13159, 8941, 9151, 10164, 8866, 8752, 8403, 9322, 11330, 9023, 9700, 7606, 9086, 9477, 9151, 11984, 7531, 9022, 9470, 8998, 11538, 8664, 9223, 9254, 8971, 12875, 9137, 8958, 8430, 9156, 10457, 8919, 8789, 8667, 9148, 11181, 7312, 9130, 9113, 8772, 13301, 7798, 9199, 9566, 9065, 11807, 8970, 9135, 9009, 9078, 11821, 7493, 9072, 8971, 9047, 12060, 8938, 14951, 9095, 8995, 8658, 9212, 10526, 8809, 8616, 7968, 9158, 10679, 7434, 8874, 8933, 9276, 12967, 9167, 9282, 12304, 8920, 11819, 10275, 9103, 15266, 8604, 9433, 9861, 9048, 9943, 7711, 9246, 11656, 7619, 9175, 9315, 7654, 9093, 8963, 8933, 12014, 7502, 9191, 9368, 8837, 12267, 8913, 8981, 9273, 9237, 11591, 9018, 12155, 7395, 9240, 8510, 9207, 9631, 7156, 8870, 10138, 7852, 9150, 11870, 8691, 8958, 11158, 9240, 13125, 9099, 9770, 10173, 9234, 11868, 7664, 9120, 9152, 9398, 13002, 8571, 8738, 8322, 9071, 9744, 9291, 11288, 9128, 12716, 8051, 8814, 8089, 9079, 10530, 9086, 9509, 7937, 9080, 9566, 9120, 12173, 9346, 14438, 9245, 15146, 8145, 9196, 9635, 9148, 11636, 7694, 9367, 9400, 9280, 12410, 7495, 8845, 8689, 9051, 11807, 8999, 9570, 8459, 8972, 10134, 8945, 12901, 8057, 8943, 9554, 8993, 11435, 8802, 9146, 9718, 9009, 11716, 8522, 8914, 8149, 9271, 11491, 8609, 8716, 8507, 9127, 11037, 9231, 14451, 9063, 10823, 9179, 9033, 9472, 9226, 11715, 9012, 8929, 8261, 8991, 9749, 9147, 11499, 9037, 10180, 8679, 8927, 9923, 8965, 11734, 9019, 13767, 8970, 14623, 8654, 9054, 8578, 8949, 9398, 9120, 10521, 8952, 8228, 7390, 8984, 8821, 9216, 11369, 7724, 8690, 9014, 9269, 10817, 9074, 11884, 8982, 9493, 8240, 8752, 9356, 9048, 10208, 8448, 11681, 8958, 11445, 9082, 11587, 7770, 8957, 9369, 9193, 11394, 9071, 10176, 7995, 8730, 10357, 9012, 12280, 8932, 12555, 9100, 10491, 7851, 8796, 9140, 9001, 12032, 7579, 8645, 9036, 8776, 11322, 9076, 13924, 8813, 10796, 7739, 8870, 9342, 9036, 13060, 7650, 8567, 8816, 8780, 11192, 9092, 13784, 8867, 9818, 8352, 8857, 9416, 9009, 11811, 8979, 9715, 7701, 8786, 9634, 9041, 9935, 7622, 8674, 10001, 8051, 8596, 9225, 8973, 14116, 7990, 9006, 9192, 8726, 13066, 9016, 10412, 10018, 9046, 11807, 8864, 10534, 7505, 8957, 9297, 9142, 11936, 8660, 9876, 7849, 8578, 9459, 9155, 11104, 8006, 8664, 8526, 8813, 10201, 7690, 8341, 8562, 9057, 11427, 9006, 10414, 8282, 8929, 10114, 8971, 12390, 9087, 11011, 9262, 8683, 10830, 8928, 12164, 8808, 8439, 8969, 8869, 10793, 8943, 11850, 8884, 10056, 9304, 8510, 9626, 8608, 10698, 9004, 12493, 8834, 12785, 8892, 8435, 8122, 8800, 9423, 8923, 9754, 7653, 8338, 8286, 8681, 10024, 8872, 12826, 8705, 8330, 8747, 8943, 10558, 8902, 13898, 8993, 11751, 9087, 10424, 8201, 8986, 9269, 8438, 9913, 8828, 8386, 7968, 8630, 10710, 8535, 12368, 8955, 13630, 9131, 12146, 9408, 9467, 9240, 8590, 9665, 8789, 10679, 8634, 11467, 8668, 11491, 8816, 8320, 8422, 8364, 9661, 7826, 8457, 8800, 8736, 10727, 8363, 12534, 8811, 13061, 8483, 9875, 10729, 8473, 12457, 8821, 12679, 9362, 9382, 10666, 8659, 9634, 8219, 8581, 10778, 9002, 14715, 8890, 9943, 8395, 8774, 10296, 8912, 11193, 8385, 8511, 11087, 8763, 9270, 8528, 8915, 11590, 7883, 8413, 9164, 8375, 12542, 8893, 11238, 9336, 9166, 9323, 8189, 9979, 8616, 11834, 8935, 9809, 8433, 8169, 9668, 8545, 10797, 7976, 8949, 8689, 7647, 8541, 8962, 8851, 9904, 9520, 8567, 9976, 8544, 11848, 8848, 15214, 8807, 14078, 8636, 11208, 8934, 9973, 10020, 8055, 10147, 7990, 10409, 8462, 11925, 8225, 12259, 8373, 11918, 8441, 10295, 7728, 8078, 8005, 8259, 9719, 8382, 10334, 7857, 7976, 8051, 7960, 9830, 8164, 12371, 8287, 8222, 8418, 8475, 9465, 8595, 12103, 8083, 12420, 8663, 9808, 9929, 8161, 11301, 8240, 8160, 8858, 8548, 12437, 8215, 8100, 9032, 8434, 10591, 8560, 13588, 8007, 13177, 8621, 14302, 8537, 10651, 9100, 8083, 9816, 8338, 11709, 8418, 9265, 9091, 7951, 9511, 8510, 11191, 8366, 13290, 8313, 7938, 8857, 8290, 9357, 8670, 8341, 11007, 8173, 13739, 8181, 14902, 8926, 12779, 10202, 8427, 9675, 8173, 10162, 8697, 11903, 9077, 9675, 8532, 8144, 8283, 8830, 8383, 12822, 8307, 14405, 8492, 13387, 8479, 15098, 8757, 13330, 8565, 9556, 8718, 9501, 9926, 8040, 9844, 7912, 10175, 8530, 11983, 7646, 8272, 8595, 7935, 10861, 8264, 10390, 8597, 9172, 9211, 8240, 9743, 7996, 10576, 8458, 10366, 8099, 10092, 8096, 10296, 8109], 'WindowCenter': [4190.0, 4196.0, 4176.0, 4192.0, 4136.0, 4135.0, 4144.0, 4132.0, 4143.0, 4124.0, 4144.0, 4144.0, 4133.0, 4174.0, 4133.0, 4133.0, 4133.0, 4144.0, 4151.0, 4133.0, 4162.0, 4133.0, 4144.0, 4135.0, 4143.0, 4154.0, 4144.0, 4152.0, 4132.0, 4134.0, 4136.0, 4146.0, 4144.0, 4133.0, 4154.0, 4143.0, 4165.0, 4145.0, 4147.0, 4146.0, 4144.0, 4153.0, 4145.0, 4165.0, 4156.0, 4176.0, 4145.0, 4161.0, 4123.0, 4134.0, 4135.0, 4155.0, 4168.0, 4155.0, 4166.0, 4135.0, 4144.0, 4157.0, 4147.0, 4177.0, 4145.0, 4194.0, 4145.0, 4184.0, 4144.0, 4164.0, 4123.0, 4131.0, 4142.0, 4143.0, 4162.0, 4144.0, 4141.0, 4134.0, 4144.0, 4144.0, 4144.0, 4154.0, 4143.0, 4164.0, 4144.0, 4165.0, 4143.0, 4143.0, 4142.0, 4142.0, 4163.0, 4125.0, 4157.0, 4145.0, 4144.0, 4174.0, 4145.0, 4143.0, 4133.0, 4155.0, 4156.0, 4145.0, 4174.0, 4111.0, 4144.0, 4142.0, 4144.0, 4177.0, 4157.0, 4155.0, 4140.0, 4145.0, 4166.0, 4156.0, 4154.0, 4146.0, 4159.0, 4157.0, 4145.0, 4165.0, 4156.0, 4165.0, 4136.0, 4145.0, 4168.0, 4170.0, 4146.0, 4145.0, 4158.0, 4188.0, 4159.0, 4198.0, 4159.0, 4188.0, 4168.0, 4168.0, 4168.0, 4152.0, 4153.0, 4130.0, 4153.0, 4143.0, 4174.0, 4144.0, 4175.0, 4133.0, 4132.0, 4137.0, 4146.0, 4143.0, 4143.0, 4165.0, 4154.0, 4145.0, 4136.0, 4146.0, 4155.0, 4145.0, 4175.0, 4145.0, 4157.0, 4135.0, 4158.0, 4156.0, 4145.0, 4187.0, 4158.0, 4165.0, 4143.0, 4143.0, 4154.0, 4143.0, 4174.0, 4144.0, 4183.0, 4122.0, 4131.0, 4143.0, 4131.0, 4175.0, 4144.0, 4171.0, 4112.0, 4131.0, 4131.0, 4130.0, 4151.0, 4143.0, 4172.0, 4111.0, 4131.0, 4133.0, 4144.0, 4166.0, 4156.0, 4166.0, 4124.0, 4134.0, 4154.0, 4144.0, 4198.0, 4158.0, 4156.0, 4162.0, 4144.0, 4173.0, 4124.0, 4133.0, 4156.0, 4159.0, 4178.0, 4145.0, 4144.0, 4163.0, 4115.0, 4145.0, 4184.0, 4145.0, 4162.0, 4155.0, 4155.0, 4152.0, 4121.0, 4160.0, 4107.0, 4132.0, 4130.0, 4130.0, 4164.0, 4121.0, 4130.0, 4139.0, 4130.0, 4159.0, 4131.0, 4140.0, 4110.0, 4142.0, 4130.0, 4120.0, 4139.0, 4130.0, 4149.0, 4129.0, 4141.0, 4120.0, 4129.0, 4141.0, 4131.0, 4140.0, 4112.0, 4130.0, 4133.0, 4155.0, 4166.0, 4157.0, 4158.0, 4147.0, 4127.0, 4145.0, 4157.0, 4150.0, 4158.0, 4169.0, 4157.0, 4189.0, 4158.0, 4186.0, 4144.0, 4173.0, 4143.0, 4193.0, 4132.0, 4181.0, 4108.0, 4119.0, 4129.0, 4114.0, 4147.0, 4129.0, 4171.0, 4118.0, 4115.0, 4107.0, 4115.0, 4127.0, 4117.0, 4137.0, 4120.0, 4149.0, 4115.0, 4146.0, 4106.0, 4133.0, 4105.0, 4155.0, 4116.0, 4126.0, 4085.0, 4105.0, 4094.0, 4117.0, 4126.0, 4130.0, 4148.0, 4108.0, 4130.0, 4110.0, 4143.0, 4131.0, 4126.0, 4145.0, 4168.0, 4170.0, 4178.0, 4148.0, 4146.0, 4177.0, 4158.0, 4195.0, 4146.0, 4208.0, 4145.0, 4163.0, 4141.0, 4133.0, 4151.0, 4132.0, 4173.0, 4133.0, 4144.0, 4132.0, 4142.0, 4150.0, 4124.0, 4144.0, 4146.0, 4156.0, 4172.0, 4123.0, 4134.0, 4143.0, 4133.0, 4164.0, 4143.0, 4174.0, 4133.0, 4151.0, 4120.0, 4129.0, 4141.0, 4131.0, 4165.0, 4123.0, 4143.0, 4142.0, 4145.0, 4145.0, 4135.0, 4156.0, 4180.0, 4158.0, 4156.0, 4158.0, 4156.0, 4166.0, 4136.0, 4146.0, 4177.0, 4170.0, 4189.0, 4168.0, 4155.0, 4175.0, 4156.0, 4156.0, 4146.0, 4156.0, 4194.0, 4123.0, 4133.0, 4153.0, 4144.0, 4154.0, 4125.0, 4156.0, 4174.0, 4122.0, 4143.0, 4152.0, 4144.0, 4133.0, 4134.0, 4144.0, 4172.0, 4122.0, 4142.0, 4173.0, 4114.0, 4143.0, 4155.0, 4147.0, 4184.0, 4131.0, 4131.0, 4153.0, 4133.0, 4131.0, 4133.0, 4145.0, 4154.0, 4133.0, 4143.0, 4113.0, 4132.0, 4143.0, 4154.0, 4175.0, 4113.0, 4133.0, 4142.0, 4133.0, 4163.0, 4134.0, 4147.0, 4144.0, 4133.0, 4162.0, 4130.0, 4131.0, 4120.0, 4130.0, 4154.0, 4144.0, 4121.0, 4120.0, 4131.0, 4164.0, 4113.0, 4144.0, 4144.0, 4136.0, 4174.0, 4114.0, 4133.0, 4143.0, 4133.0, 4162.0, 4146.0, 4146.0, 4134.0, 4133.0, 4164.0, 4113.0, 4133.0, 4134.0, 4147.0, 4177.0, 4135.0, 4185.0, 4134.0, 4132.0, 4122.0, 4145.0, 4153.0, 4131.0, 4122.0, 4121.0, 4144.0, 4153.0, 4125.0, 4145.0, 4147.0, 4169.0, 4188.0, 4147.0, 4145.0, 4175.0, 4147.0, 4165.0, 4154.0, 4147.0, 4195.0, 4122.0, 4132.0, 4142.0, 4133.0, 4141.0, 4112.0, 4142.0, 4164.0, 4112.0, 4133.0, 4130.0, 4113.0, 4133.0, 4144.0, 4144.0, 4175.0, 4115.0, 4142.0, 4141.0, 4132.0, 4162.0, 4132.0, 4133.0, 4133.0, 4131.0, 4153.0, 4131.0, 4161.0, 4113.0, 4146.0, 4132.0, 4144.0, 4154.0, 4124.0, 4155.0, 4179.0, 4138.0, 4159.0, 4191.0, 4148.0, 4157.0, 4190.0, 4157.0, 4213.0, 4160.0, 4169.0, 4167.0, 4145.0, 4176.0, 4126.0, 4156.0, 4159.0, 4158.0, 4188.0, 4149.0, 4147.0, 4139.0, 4148.0, 4159.0, 4158.0, 4166.0, 4143.0, 4172.0, 4126.0, 4146.0, 4136.0, 4146.0, 4180.0, 4158.0, 4158.0, 4138.0, 4147.0, 4158.0, 4159.0, 4177.0, 4159.0, 4200.0, 4146.0, 4185.0, 4123.0, 4132.0, 4144.0, 4131.0, 4153.0, 4125.0, 4146.0, 4144.0, 4144.0, 4173.0, 4116.0, 4134.0, 4134.0, 4147.0, 4164.0, 4134.0, 4144.0, 4125.0, 4132.0, 4154.0, 4145.0, 4175.0, 4123.0, 4132.0, 4144.0, 4130.0, 4163.0, 4144.0, 4143.0, 4142.0, 4131.0, 4162.0, 4133.0, 4144.0, 4136.0, 4155.0, 4163.0, 4133.0, 4135.0, 4136.0, 4145.0, 4177.0, 4157.0, 4183.0, 4134.0, 4154.0, 4144.0, 4131.0, 4144.0, 4145.0, 4163.0, 4132.0, 4130.0, 4122.0, 4133.0, 4142.0, 4144.0, 4176.0, 4145.0, 4153.0, 4133.0, 4132.0, 4153.0, 4133.0, 4163.0, 4143.0, 4185.0, 4133.0, 4171.0, 4120.0, 4118.0, 4121.0, 4130.0, 4131.0, 4144.0, 4141.0, 4132.0, 4133.0, 4112.0, 4130.0, 4156.0, 4156.0, 4165.0, 4125.0, 4145.0, 4144.0, 4156.0, 4178.0, 4158.0, 4177.0, 4144.0, 4155.0, 4135.0, 4145.0, 4158.0, 4145.0, 4155.0, 4134.0, 4176.0, 4132.0, 4175.0, 4145.0, 4161.0, 4112.0, 4132.0, 4155.0, 4143.0, 4176.0, 4144.0, 4153.0, 4123.0, 4134.0, 4168.0, 4147.0, 4188.0, 4146.0, 4175.0, 4146.0, 4152.0, 4123.0, 4134.0, 4144.0, 4132.0, 4163.0, 4111.0, 4134.0, 4144.0, 4132.0, 4177.0, 4146.0, 4183.0, 4158.0, 4163.0, 4124.0, 4132.0, 4146.0, 4147.0, 4173.0, 4124.0, 4132.0, 4142.0, 4134.0, 4176.0, 4147.0, 4184.0, 4134.0, 4143.0, 4133.0, 4144.0, 4145.0, 4133.0, 4162.0, 4130.0, 4131.0, 4112.0, 4131.0, 4144.0, 4146.0, 4153.0, 4122.0, 4135.0, 4155.0, 4134.0, 4147.0, 4158.0, 4146.0, 4186.0, 4124.0, 4145.0, 4146.0, 4134.0, 4173.0, 4146.0, 4167.0, 4143.0, 4133.0, 4161.0, 4134.0, 4152.0, 4112.0, 4133.0, 4145.0, 4142.0, 4160.0, 4131.0, 4140.0, 4120.0, 4119.0, 4140.0, 4144.0, 4177.0, 4133.0, 4133.0, 4132.0, 4145.0, 4152.0, 4126.0, 4135.0, 4147.0, 4161.0, 4177.0, 4145.0, 4156.0, 4135.0, 4145.0, 4166.0, 4147.0, 4188.0, 4148.0, 4164.0, 4145.0, 4133.0, 4163.0, 4133.0, 4175.0, 4145.0, 4133.0, 4147.0, 4146.0, 4165.0, 4145.0, 4186.0, 4146.0, 4155.0, 4144.0, 4135.0, 4145.0, 4133.0, 4165.0, 4134.0, 4163.0, 4133.0, 4160.0, 4131.0, 4123.0, 4124.0, 4134.0, 4142.0, 4133.0, 4143.0, 4125.0, 4132.0, 4135.0, 4148.0, 4154.0, 4144.0, 4184.0, 4145.0, 4134.0, 4147.0, 4158.0, 4165.0, 4143.0, 4183.0, 4145.0, 4164.0, 4132.0, 4167.0, 4134.0, 4132.0, 4142.0, 4135.0, 4153.0, 4143.0, 4148.0, 4135.0, 4145.0, 4165.0, 4148.0, 4187.0, 4148.0, 4200.0, 4157.0, 4174.0, 4144.0, 4144.0, 4142.0, 4132.0, 4143.0, 4132.0, 4152.0, 4120.0, 4161.0, 4120.0, 4162.0, 4146.0, 4135.0, 4133.0, 4134.0, 4167.0, 4138.0, 4148.0, 4172.0, 4158.0, 4189.0, 4148.0, 4187.0, 4146.0, 4201.0, 4148.0, 4155.0, 4167.0, 4137.0, 4174.0, 4144.0, 4188.0, 4158.0, 4144.0, 4152.0, 4134.0, 4142.0, 4134.0, 4134.0, 4167.0, 4133.0, 4183.0, 4132.0, 4141.0, 4119.0, 4135.0, 4156.0, 4144.0, 4151.0, 4121.0, 4131.0, 4165.0, 4144.0, 4145.0, 4145.0, 4145.0, 4164.0, 4124.0, 4132.0, 4144.0, 4135.0, 4175.0, 4146.0, 4175.0, 4146.0, 4143.0, 4144.0, 4122.0, 4141.0, 4134.0, 4175.0, 4134.0, 4141.0, 4120.0, 4119.0, 4141.0, 4134.0, 4166.0, 4136.0, 4159.0, 4149.0, 4127.0, 4147.0, 4158.0, 4161.0, 4167.0, 4160.0, 4149.0, 4170.0, 4136.0, 4177.0, 4135.0, 4183.0, 4133.0, 4173.0, 4134.0, 4152.0, 4131.0, 4130.0, 4129.0, 4109.0, 4140.0, 4097.0, 4138.0, 4109.0, 4148.0, 4106.0, 4145.0, 4107.0, 4146.0, 4108.0, 4125.0, 4097.0, 4094.0, 4107.0, 4106.0, 4140.0, 4121.0, 4140.0, 4122.0, 4121.0, 4122.0, 4133.0, 4155.0, 4134.0, 4174.0, 4136.0, 4135.0, 4135.0, 4136.0, 4156.0, 4136.0, 4177.0, 4136.0, 4188.0, 4146.0, 4156.0, 4156.0, 4136.0, 4163.0, 4136.0, 4146.0, 4159.0, 4158.0, 4200.0, 4159.0, 4139.0, 4161.0, 4161.0, 4179.0, 4147.0, 4198.0, 4137.0, 4187.0, 4148.0, 4196.0, 4135.0, 4155.0, 4133.0, 4121.0, 4155.0, 4135.0, 4175.0, 4136.0, 4146.0, 4145.0, 4123.0, 4144.0, 4148.0, 4175.0, 4137.0, 4183.0, 4135.0, 4136.0, 4146.0, 4149.0, 4182.0, 4160.0, 4148.0, 4180.0, 4152.0, 4197.0, 4149.0, 4210.0, 4147.0, 4173.0, 4154.0, 4135.0, 4146.0, 4121.0, 4154.0, 4135.0, 4175.0, 4147.0, 4143.0, 4120.0, 4122.0, 4133.0, 4146.0, 4137.0, 4186.0, 4134.0, 4185.0, 4133.0, 4173.0, 4122.0, 4180.0, 4121.0, 4160.0, 4120.0, 4129.0, 4119.0, 4131.0, 4131.0, 4106.0, 4128.0, 4108.0, 4139.0, 4132.0, 4159.0, 4097.0, 4108.0, 4119.0, 4123.0, 4162.0, 4133.0, 4166.0, 4144.0, 4144.0, 4144.0, 4123.0, 4143.0, 4112.0, 4153.0, 4123.0, 4143.0, 4109.0, 4138.0, 4108.0, 4140.0, 4109.0], 'WindowWidth': [9309.0, 9306.0, 9276.0, 9289.0, 9203.0, 9197.0, 9207.0, 9189.0, 9204.0, 9183.0, 9210.0, 9207.0, 9189.0, 9247.0, 9192.0, 9191.0, 9192.0, 9209.0, 9212.0, 9190.0, 9226.0, 9190.0, 9208.0, 9197.0, 9208.0, 9219.0, 9206.0, 9214.0, 9189.0, 9194.0, 9200.0, 9211.0, 9205.0, 9190.0, 9219.0, 9207.0, 9236.0, 9214.0, 9217.0, 9212.0, 9206.0, 9218.0, 9208.0, 9235.0, 9227.0, 9253.0, 9210.0, 9225.0, 9177.0, 9192.0, 9195.0, 9225.0, 9245.0, 9225.0, 9239.0, 9200.0, 9211.0, 9230.0, 9216.0, 9256.0, 9211.0, 9273.0, 9208.0, 9259.0, 9206.0, 9233.0, 9179.0, 9186.0, 9200.0, 9203.0, 9228.0, 9206.0, 9198.0, 9196.0, 9209.0, 9206.0, 9204.0, 9220.0, 9204.0, 9231.0, 9206.0, 9238.0, 9206.0, 9201.0, 9201.0, 9203.0, 9230.0, 9183.0, 9232.0, 9212.0, 9207.0, 9246.0, 9209.0, 9206.0, 9191.0, 9224.0, 9228.0, 9210.0, 9245.0, 9160.0, 9206.0, 9202.0, 9206.0, 9258.0, 9231.0, 9224.0, 9198.0, 9210.0, 9241.0, 9229.0, 9222.0, 9217.0, 9238.0, 9231.0, 9211.0, 9236.0, 9228.0, 9238.0, 9200.0, 9209.0, 9249.0, 9253.0, 9215.0, 9213.0, 9233.0, 9274.0, 9237.0, 9287.0, 9238.0, 9272.0, 9251.0, 9247.0, 9246.0, 9216.0, 9215.0, 9181.0, 9216.0, 9204.0, 9249.0, 9207.0, 9249.0, 9189.0, 9187.0, 9204.0, 9216.0, 9204.0, 9202.0, 9235.0, 9224.0, 9211.0, 9203.0, 9215.0, 9225.0, 9209.0, 9248.0, 9210.0, 9231.0, 9198.0, 9237.0, 9227.0, 9212.0, 9270.0, 9233.0, 9238.0, 9205.0, 9203.0, 9220.0, 9201.0, 9248.0, 9210.0, 9255.0, 9174.0, 9182.0, 9200.0, 9183.0, 9251.0, 9209.0, 9236.0, 9160.0, 9183.0, 9185.0, 9181.0, 9211.0, 9206.0, 9240.0, 9161.0, 9185.0, 9190.0, 9205.0, 9238.0, 9227.0, 9237.0, 9182.0, 9193.0, 9220.0, 9206.0, 9289.0, 9233.0, 9225.0, 9229.0, 9204.0, 9243.0, 9179.0, 9190.0, 9226.0, 9235.0, 9260.0, 9209.0, 9206.0, 9230.0, 9169.0, 9209.0, 9261.0, 9211.0, 9229.0, 9224.0, 9221.0, 9212.0, 9167.0, 9220.0, 9147.0, 9184.0, 9181.0, 9181.0, 9233.0, 9172.0, 9181.0, 9192.0, 9180.0, 9218.0, 9181.0, 9192.0, 9157.0, 9201.0, 9180.0, 9164.0, 9190.0, 9179.0, 9202.0, 9179.0, 9199.0, 9168.0, 9177.0, 9194.0, 9182.0, 9194.0, 9160.0, 9182.0, 9193.0, 9225.0, 9239.0, 9232.0, 9234.0, 9220.0, 9190.0, 9212.0, 9232.0, 9225.0, 9232.0, 9248.0, 9229.0, 9276.0, 9231.0, 9267.0, 9205.0, 9242.0, 9202.0, 9270.0, 9185.0, 9246.0, 9146.0, 9159.0, 9173.0, 9149.0, 9195.0, 9175.0, 9237.0, 9159.0, 9152.0, 9142.0, 9151.0, 9169.0, 9153.0, 9182.0, 9167.0, 9201.0, 9149.0, 9190.0, 9139.0, 9170.0, 9135.0, 9205.0, 9156.0, 9165.0, 9111.0, 9135.0, 9124.0, 9154.0, 9169.0, 9181.0, 9202.0, 9148.0, 9179.0, 9156.0, 9203.0, 9187.0, 9188.0, 9211.0, 9250.0, 9253.0, 9260.0, 9219.0, 9214.0, 9257.0, 9232.0, 9279.0, 9212.0, 9300.0, 9211.0, 9229.0, 9198.0, 9186.0, 9211.0, 9186.0, 9244.0, 9193.0, 9207.0, 9187.0, 9200.0, 9209.0, 9181.0, 9206.0, 9212.0, 9228.0, 9242.0, 9177.0, 9192.0, 9205.0, 9187.0, 9230.0, 9204.0, 9245.0, 9188.0, 9209.0, 9167.0, 9178.0, 9197.0, 9184.0, 9238.0, 9181.0, 9205.0, 9202.0, 9210.0, 9210.0, 9198.0, 9226.0, 9265.0, 9237.0, 9230.0, 9231.0, 9227.0, 9239.0, 9202.0, 9213.0, 9256.0, 9252.0, 9277.0, 9245.0, 9226.0, 9251.0, 9226.0, 9226.0, 9215.0, 9229.0, 9275.0, 9177.0, 9191.0, 9217.0, 9208.0, 9220.0, 9184.0, 9230.0, 9248.0, 9176.0, 9203.0, 9213.0, 9205.0, 9189.0, 9192.0, 9207.0, 9240.0, 9172.0, 9200.0, 9242.0, 9167.0, 9203.0, 9222.0, 9217.0, 9262.0, 9185.0, 9184.0, 9216.0, 9190.0, 9185.0, 9190.0, 9209.0, 9217.0, 9188.0, 9201.0, 9163.0, 9187.0, 9204.0, 9222.0, 9249.0, 9164.0, 9189.0, 9201.0, 9191.0, 9228.0, 9193.0, 9214.0, 9205.0, 9187.0, 9225.0, 9180.0, 9181.0, 9166.0, 9179.0, 9219.0, 9205.0, 9171.0, 9169.0, 9184.0, 9230.0, 9165.0, 9205.0, 9208.0, 9198.0, 9245.0, 9164.0, 9188.0, 9203.0, 9188.0, 9226.0, 9212.0, 9212.0, 9192.0, 9189.0, 9231.0, 9164.0, 9190.0, 9192.0, 9215.0, 9252.0, 9194.0, 9258.0, 9191.0, 9184.0, 9172.0, 9208.0, 9216.0, 9184.0, 9172.0, 9170.0, 9206.0, 9216.0, 9185.0, 9210.0, 9217.0, 9250.0, 9272.0, 9216.0, 9209.0, 9250.0, 9215.0, 9236.0, 9219.0, 9215.0, 9275.0, 9172.0, 9184.0, 9198.0, 9186.0, 9196.0, 9159.0, 9204.0, 9232.0, 9160.0, 9188.0, 9182.0, 9164.0, 9190.0, 9206.0, 9207.0, 9250.0, 9169.0, 9201.0, 9198.0, 9187.0, 9226.0, 9187.0, 9189.0, 9188.0, 9182.0, 9214.0, 9181.0, 9221.0, 9163.0, 9211.0, 9187.0, 9208.0, 9221.0, 9184.0, 9228.0, 9263.0, 9207.0, 9235.0, 9282.0, 9220.0, 9231.0, 9280.0, 9230.0, 9315.0, 9241.0, 9248.0, 9241.0, 9210.0, 9251.0, 9188.0, 9226.0, 9235.0, 9233.0, 9270.0, 9219.0, 9215.0, 9207.0, 9215.0, 9233.0, 9234.0, 9237.0, 9202.0, 9239.0, 9182.0, 9210.0, 9199.0, 9215.0, 9265.0, 9233.0, 9229.0, 9204.0, 9213.0, 9232.0, 9234.0, 9256.0, 9233.0, 9291.0, 9214.0, 9259.0, 9175.0, 9184.0, 9202.0, 9183.0, 9214.0, 9184.0, 9213.0, 9206.0, 9203.0, 9242.0, 9170.0, 9192.0, 9193.0, 9217.0, 9232.0, 9192.0, 9204.0, 9181.0, 9186.0, 9220.0, 9210.0, 9249.0, 9174.0, 9186.0, 9204.0, 9182.0, 9230.0, 9206.0, 9203.0, 9200.0, 9184.0, 9227.0, 9191.0, 9205.0, 9200.0, 9224.0, 9229.0, 9190.0, 9194.0, 9199.0, 9208.0, 9257.0, 9229.0, 9258.0, 9193.0, 9218.0, 9204.0, 9183.0, 9206.0, 9210.0, 9228.0, 9185.0, 9181.0, 9174.0, 9190.0, 9203.0, 9204.0, 9255.0, 9211.0, 9216.0, 9189.0, 9188.0, 9217.0, 9192.0, 9229.0, 9205.0, 9262.0, 9188.0, 9235.0, 9165.0, 9161.0, 9168.0, 9179.0, 9183.0, 9204.0, 9195.0, 9185.0, 9192.0, 9160.0, 9183.0, 9229.0, 9228.0, 9234.0, 9183.0, 9211.0, 9210.0, 9226.0, 9259.0, 9233.0, 9254.0, 9210.0, 9223.0, 9198.0, 9210.0, 9234.0, 9211.0, 9222.0, 9194.0, 9253.0, 9187.0, 9250.0, 9209.0, 9222.0, 9159.0, 9187.0, 9226.0, 9205.0, 9255.0, 9208.0, 9215.0, 9175.0, 9192.0, 9247.0, 9214.0, 9272.0, 9212.0, 9248.0, 9212.0, 9213.0, 9174.0, 9195.0, 9206.0, 9188.0, 9226.0, 9158.0, 9192.0, 9208.0, 9189.0, 9257.0, 9215.0, 9256.0, 9234.0, 9231.0, 9179.0, 9186.0, 9214.0, 9217.0, 9243.0, 9179.0, 9187.0, 9202.0, 9193.0, 9254.0, 9216.0, 9258.0, 9191.0, 9203.0, 9190.0, 9206.0, 9208.0, 9189.0, 9224.0, 9179.0, 9182.0, 9159.0, 9184.0, 9207.0, 9213.0, 9217.0, 9174.0, 9195.0, 9223.0, 9195.0, 9216.0, 9233.0, 9213.0, 9264.0, 9181.0, 9209.0, 9213.0, 9192.0, 9242.0, 9213.0, 9243.0, 9203.0, 9188.0, 9222.0, 9190.0, 9213.0, 9161.0, 9189.0, 9209.0, 9200.0, 9219.0, 9185.0, 9193.0, 9167.0, 9163.0, 9194.0, 9207.0, 9257.0, 9193.0, 9189.0, 9186.0, 9207.0, 9217.0, 9187.0, 9196.0, 9217.0, 9243.0, 9256.0, 9210.0, 9223.0, 9198.0, 9210.0, 9240.0, 9213.0, 9274.0, 9219.0, 9233.0, 9207.0, 9190.0, 9231.0, 9190.0, 9251.0, 9210.0, 9190.0, 9215.0, 9212.0, 9237.0, 9209.0, 9269.0, 9215.0, 9222.0, 9209.0, 9193.0, 9209.0, 9189.0, 9236.0, 9193.0, 9226.0, 9187.0, 9219.0, 9183.0, 9176.0, 9180.0, 9191.0, 9199.0, 9190.0, 9201.0, 9183.0, 9189.0, 9198.0, 9221.0, 9223.0, 9209.0, 9261.0, 9211.0, 9193.0, 9215.0, 9231.0, 9236.0, 9204.0, 9256.0, 9208.0, 9230.0, 9188.0, 9243.0, 9193.0, 9185.0, 9200.0, 9194.0, 9217.0, 9205.0, 9221.0, 9200.0, 9209.0, 9238.0, 9218.0, 9267.0, 9218.0, 9291.0, 9231.0, 9245.0, 9207.0, 9205.0, 9201.0, 9185.0, 9204.0, 9188.0, 9211.0, 9167.0, 9222.0, 9167.0, 9225.0, 9213.0, 9198.0, 9191.0, 9196.0, 9244.0, 9207.0, 9223.0, 9258.0, 9233.0, 9280.0, 9220.0, 9269.0, 9213.0, 9295.0, 9221.0, 9224.0, 9241.0, 9201.0, 9247.0, 9207.0, 9272.0, 9230.0, 9205.0, 9214.0, 9192.0, 9201.0, 9193.0, 9192.0, 9241.0, 9191.0, 9255.0, 9187.0, 9195.0, 9165.0, 9197.0, 9225.0, 9205.0, 9211.0, 9171.0, 9184.0, 9236.0, 9207.0, 9208.0, 9211.0, 9212.0, 9231.0, 9179.0, 9188.0, 9207.0, 9198.0, 9249.0, 9212.0, 9250.0, 9211.0, 9202.0, 9206.0, 9171.0, 9196.0, 9195.0, 9251.0, 9193.0, 9196.0, 9169.0, 9166.0, 9198.0, 9192.0, 9240.0, 9203.0, 9237.0, 9223.0, 9191.0, 9215.0, 9234.0, 9240.0, 9244.0, 9237.0, 9222.0, 9251.0, 9197.0, 9253.0, 9195.0, 9256.0, 9189.0, 9240.0, 9189.0, 9209.0, 9182.0, 9176.0, 9177.0, 9146.0, 9190.0, 9129.0, 9185.0, 9147.0, 9198.0, 9140.0, 9189.0, 9142.0, 9190.0, 9145.0, 9163.0, 9129.0, 9122.0, 9143.0, 9141.0, 9195.0, 9171.0, 9192.0, 9172.0, 9169.0, 9172.0, 9193.0, 9221.0, 9192.0, 9246.0, 9197.0, 9193.0, 9195.0, 9200.0, 9224.0, 9198.0, 9253.0, 9199.0, 9269.0, 9215.0, 9226.0, 9226.0, 9198.0, 9231.0, 9199.0, 9213.0, 9237.0, 9234.0, 9291.0, 9239.0, 9211.0, 9241.0, 9245.0, 9265.0, 9217.0, 9286.0, 9200.0, 9267.0, 9216.0, 9279.0, 9195.0, 9220.0, 9190.0, 9170.0, 9221.0, 9199.0, 9250.0, 9197.0, 9209.0, 9208.0, 9176.0, 9207.0, 9218.0, 9249.0, 9201.0, 9256.0, 9196.0, 9196.0, 9212.0, 9222.0, 9274.0, 9242.0, 9219.0, 9267.0, 9230.0, 9284.0, 9224.0, 9307.0, 9215.0, 9245.0, 9219.0, 9193.0, 9212.0, 9171.0, 9221.0, 9197.0, 9253.0, 9215.0, 9200.0, 9167.0, 9173.0, 9190.0, 9212.0, 9201.0, 9266.0, 9194.0, 9262.0, 9187.0, 9240.0, 9170.0, 9244.0, 9167.0, 9217.0, 9165.0, 9174.0, 9163.0, 9181.0, 9181.0, 9140.0, 9174.0, 9144.0, 9189.0, 9185.0, 9218.0, 9131.0, 9146.0, 9163.0, 9177.0, 9227.0, 9190.0, 9241.0, 9208.0, 9205.0, 9204.0, 9175.0, 9202.0, 9157.0, 9213.0, 9175.0, 9200.0, 9149.0, 9187.0, 9147.0, 9190.0, 9149.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.0003971842843779233</td></tr>
<tr><td colspan=3>aqi</td><td>0.01600684340505145</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.602594439812734</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1833692437921348</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052113845880137</td></tr>
<tr><td colspan=3>efc</td><td>0.4494</td></tr>
<tr><td colspan=3>fber</td><td>6447.1865</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07256135808880246</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5612722170252572</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4130210716694154</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300275126975349</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695932572087595</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.242855515945302</td></tr>
<tr><td colspan=3>gcor</td><td>0.0166191</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013332178816199303</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02671530842781067</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</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.714254607873331</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.3352</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9056</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8095</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.3431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9191</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.2121</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.7425</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.6547</td></tr>
<tr><td colspan=3>tsnr</td><td>44.30636706389487</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>