<?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-0033_ses-03_task-alignvideo_acq-mb8_run-03_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-0033_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_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-0033/ses-03/func/sub-0033_ses-03_task-alignvideo_acq-mb8_run-03_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>85a71abb962f2e62fcb7937facb523f0</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>12:25:34.675000</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.999352, 0.0137459, 0.033276, -0.00924452, 0.991229, -0.131831]</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-03_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.838743</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7248, 401, -34, -44, -32, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5f858f9-23fa-4200-afb6-ae892c3dcdca||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.681187391281128, -0.024802373722195625, 0.09394995123147964, 110.95172119140625], [-0.0368792787194252, 2.6593949794769287, -0.3548833727836609, -82.14362335205078], [0.08927707374095917, 0.35369396209716797, 2.674926280975342, -82.3322982788086], [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, 1065]</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], 'AcquisitionTime': ['122534.675000', '122535.135000', '122535.595000', '122536.055000', '122536.515000', '122536.975000', '122537.435000', '122537.895000', '122538.355000', '122538.815000', '122539.275000', '122539.735000', '122540.195000', '122540.655000', '122541.115000', '122541.575000', '122542.035000', '122542.495000', '122542.955000', '122543.415000', '122543.875000', '122544.335000', '122544.795000', '122545.255000', '122545.715000', '122546.175000', '122546.635000', '122547.095000', '122547.555000', '122548.015000', '122548.475000', '122548.935000', '122549.395000', '122549.855000', '122550.315000', '122550.775000', '122551.235000', '122551.695000', '122552.155000', '122552.615000', '122553.075000', '122553.535000', '122553.995000', '122554.455000', '122554.915000', '122555.375000', '122555.835000', '122556.295000', '122556.755000', '122557.215000', '122557.675000', '122558.135000', '122558.595000', '122559.055000', '122559.515000', '122559.975000', '122600.435000', '122600.895000', '122601.355000', '122601.815000', '122602.275000', '122602.735000', '122603.195000', '122603.655000', '122604.115000', '122604.575000', '122605.035000', '122605.495000', '122605.955000', '122606.415000', '122606.875000', '122607.335000', '122607.795000', '122608.255000', '122608.715000', '122609.175000', '122609.635000', '122610.095000', '122610.555000', '122611.015000', '122611.475000', '122611.935000', '122612.395000', '122612.855000', '122613.315000', '122613.775000', '122614.235000', '122614.695000', '122615.155000', '122615.615000', '122616.075000', '122616.535000', '122616.995000', '122617.455000', '122617.915000', '122618.375000', '122618.835000', '122619.295000', '122619.755000', '122620.215000', '122620.675000', '122621.135000', '122621.595000', '122622.055000', '122622.515000', '122622.975000', '122623.435000', '122623.895000', '122624.355000', '122624.815000', '122625.275000', '122625.735000', '122626.195000', '122626.655000', '122627.115000', '122627.575000', '122628.035000', '122628.495000', '122628.955000', '122629.415000', '122629.875000', '122630.335000', '122630.795000', '122631.255000', '122631.715000', '122632.175000', '122632.635000', '122633.095000', '122633.555000', '122634.015000', '122634.475000', '122634.935000', '122635.395000', '122635.855000', '122636.315000', '122636.775000', '122637.235000', '122637.695000', '122638.155000', '122638.615000', '122639.075000', '122639.535000', '122639.995000', '122640.455000', '122640.915000', '122641.375000', '122641.835000', '122642.295000', '122642.755000', '122643.215000', '122643.675000', '122644.135000', '122644.595000', '122645.055000', '122645.515000', '122645.975000', '122646.435000', '122646.895000', '122647.355000', '122647.815000', '122648.275000', '122648.735000', '122649.195000', '122649.655000', '122650.115000', '122650.575000', '122651.035000', '122651.495000', '122651.955000', '122652.415000', '122652.875000', '122653.335000', '122653.795000', '122654.255000', '122654.715000', '122655.175000', '122655.635000', '122656.095000', '122656.555000', '122657.015000', '122657.475000', '122657.935000', '122658.395000', '122658.855000', '122659.315000', '122659.775000', '122700.235000', '122700.695000', '122701.155000', '122701.615000', '122702.075000', '122702.535000', '122702.995000', '122703.455000', '122703.915000', '122704.375000', '122704.835000', '122705.295000', '122705.755000', '122706.215000', '122706.675000', '122707.135000', '122707.595000', '122708.055000', '122708.515000', '122708.975000', '122709.435000', '122709.895000', '122710.355000', '122710.815000', '122711.275000', '122711.735000', '122712.195000', '122712.655000', '122713.115000', '122713.575000', '122714.035000', '122714.495000', '122714.955000', '122715.415000', '122715.875000', '122716.335000', '122716.795000', '122717.255000', '122717.715000', '122718.175000', '122718.635000', '122719.095000', '122719.555000', '122720.015000', '122720.475000', '122720.935000', '122721.395000', '122721.855000', '122722.315000', '122722.775000', '122723.235000', '122723.695000', '122724.155000', '122724.615000', '122725.075000', '122725.535000', '122725.995000', '122726.455000', '122726.915000', '122727.375000', '122727.835000', '122728.295000', '122728.755000', '122729.215000', '122729.675000', '122730.135000', '122730.595000', '122731.055000', '122731.515000', '122731.975000', '122732.435000', '122732.895000', '122733.355000', '122733.815000', '122734.275000', '122734.735000', '122735.195000', '122735.655000', '122736.115000', '122736.575000', '122737.035000', '122737.495000', '122737.955000', '122738.415000', '122738.875000', '122739.335000', '122739.795000', '122740.255000', '122740.715000', '122741.175000', '122741.635000', '122742.095000', '122742.555000', '122743.015000', '122743.475000', '122743.935000', '122744.395000', '122744.855000', '122745.315000', '122745.775000', '122746.235000', '122746.695000', '122747.155000', '122747.615000', '122748.075000', '122748.535000', '122748.995000', '122749.455000', '122749.915000', '122750.375000', '122750.835000', '122751.295000', '122751.755000', '122752.215000', '122752.675000', '122753.135000', '122753.595000', '122754.055000', '122754.515000', '122754.975000', '122755.435000', '122755.895000', '122756.355000', '122756.815000', '122757.275000', '122757.735000', '122758.195000', '122758.655000', '122759.115000', '122759.575000', '122800.035000', '122800.495000', '122800.955000', '122801.415000', '122801.875000', '122802.335000', '122802.795000', '122803.255000', '122803.715000', '122804.175000', '122804.635000', '122805.095000', '122805.555000', '122806.015000', '122806.475000', '122806.935000', '122807.395000', '122807.855000', '122808.315000', '122808.775000', '122809.235000', '122809.695000', '122810.155000', '122810.615000', '122811.075000', '122811.535000', '122811.995000', '122812.455000', '122812.915000', '122813.375000', '122813.835000', '122814.295000', '122814.755000', '122815.215000', '122815.675000', '122816.135000', '122816.595000', '122817.055000', '122817.515000', '122817.975000', '122818.435000', '122818.895000', '122819.355000', '122819.815000', '122820.275000', '122820.735000', '122821.195000', '122821.655000', '122822.115000', '122822.575000', '122823.035000', '122823.495000', '122823.955000', '122824.415000', '122824.875000', '122825.335000', '122825.795000', '122826.255000', '122826.715000', '122827.175000', '122827.635000', '122828.095000', '122828.555000', '122829.015000', '122829.475000', '122829.935000', '122830.395000', '122830.855000', '122831.315000', '122831.775000', '122832.235000', '122832.695000', '122833.155000', '122833.615000', '122834.075000', '122834.535000', '122834.995000', '122835.455000', '122835.915000', '122836.375000', '122836.835000', '122837.295000', '122837.755000', '122838.215000', '122838.675000', '122839.135000', '122839.595000', '122840.055000', '122840.515000', '122840.975000', '122841.435000', '122841.895000', '122842.355000', '122842.815000', '122843.275000', '122843.735000', '122844.195000', '122844.655000', '122845.115000', '122845.575000', '122846.035000', '122846.495000', '122846.955000', '122847.415000', '122847.875000', '122848.335000', '122848.795000', '122849.255000', '122849.715000', '122850.175000', '122850.635000', '122851.095000', '122851.555000', '122852.015000', '122852.475000', '122852.935000', '122853.395000', '122853.855000', '122854.315000', '122854.775000', '122855.235000', '122855.695000', '122856.155000', '122856.615000', '122857.075000', '122857.535000', '122857.995000', '122858.455000', '122858.915000', '122859.375000', '122859.835000', '122900.295000', '122900.755000', '122901.215000', '122901.675000', '122902.135000', '122902.595000', '122903.055000', '122903.515000', '122903.975000', '122904.435000', '122904.895000', '122905.355000', '122905.815000', '122906.275000', '122906.735000', '122907.195000', '122907.655000', '122908.115000', '122908.575000', '122909.035000', '122909.495000', '122909.955000', '122910.415000', '122910.875000', '122911.335000', '122911.795000', '122912.255000', '122912.715000', '122913.175000', '122913.635000', '122914.095000', '122914.555000', '122915.015000', '122915.475000', '122915.935000', '122916.395000', '122916.855000', '122917.315000', '122917.775000', '122918.235000', '122918.695000', '122919.155000', '122919.615000', '122920.075000', '122920.535000', '122920.995000', '122921.455000', '122921.915000', '122922.375000', '122922.835000', '122923.295000', '122923.755000', '122924.215000', '122924.675000', '122925.135000', '122925.595000', '122926.055000', '122926.515000', '122926.975000', '122927.435000', '122927.895000', '122928.355000', '122928.815000', '122929.275000', '122929.735000', '122930.195000', '122930.655000', '122931.115000', '122931.575000', '122932.035000', '122932.495000', '122932.955000', '122933.415000', '122933.875000', '122934.335000', '122934.795000', '122935.255000', '122935.715000', '122936.175000', '122936.635000', '122937.095000', '122937.555000', '122938.015000', '122938.475000', '122938.935000', '122939.395000', '122939.855000', '122940.315000', '122940.775000', '122941.235000', '122941.695000', '122942.155000', '122942.615000', '122943.075000', '122943.535000', '122943.995000', '122944.455000', '122944.915000', '122945.375000', '122945.835000', '122946.295000', '122946.755000', '122947.215000', '122947.675000', '122948.135000', '122948.595000', '122949.055000', '122949.515000', '122949.975000', '122950.435000', '122950.895000', '122951.355000', '122951.815000', '122952.275000', '122952.735000', '122953.195000', '122953.655000', '122954.115000', '122954.575000', '122955.035000', '122955.495000', '122955.955000', '122956.415000', '122956.875000', '122957.335000', '122957.795000', '122958.255000', '122958.715000', '122959.175000', '122959.635000', '123000.095000', '123000.555000', '123001.015000', '123001.475000', '123001.935000', '123002.395000', '123002.855000', '123003.315000', '123003.775000', '123004.235000', '123004.695000', '123005.155000', '123005.615000', '123006.075000', '123006.535000', '123006.995000', '123007.455000', '123007.915000', '123008.375000', '123008.835000', '123009.295000', '123009.755000', '123010.215000', '123010.675000', '123011.135000', '123011.595000', '123012.055000', '123012.515000', '123012.975000', '123013.435000', '123013.895000', '123014.355000', '123014.815000', '123015.275000', '123015.735000', '123016.195000', '123016.655000', '123017.115000', '123017.575000', '123018.035000', '123018.495000', '123018.955000', '123019.415000', '123019.875000', '123020.335000', '123020.795000', '123021.255000', '123021.715000', '123022.175000', '123022.635000', '123023.095000', '123023.555000', '123024.015000', '123024.475000', '123024.935000', '123025.395000', '123025.855000', '123026.315000', '123026.775000', '123027.235000', '123027.695000', '123028.155000', '123028.615000', '123029.075000', '123029.535000', '123029.995000', '123030.455000', '123030.915000', '123031.375000', '123031.835000', '123032.295000', '123032.755000', '123033.215000', '123033.675000', '123034.135000', '123034.595000', '123035.055000', '123035.515000', '123035.975000', '123036.435000', '123036.895000', '123037.355000', '123037.815000', '123038.275000', '123038.735000', '123039.195000', '123039.655000', '123040.115000', '123040.575000', '123041.035000', '123041.495000', '123041.955000', '123042.415000', '123042.875000', '123043.335000', '123043.795000', '123044.255000', '123044.715000', '123045.175000', '123045.635000', '123046.095000', '123046.555000', '123047.015000', '123047.475000', '123047.935000', '123048.395000', '123048.855000', '123049.315000', '123049.775000', '123050.235000', '123050.695000', '123051.155000', '123051.615000', '123052.075000', '123052.535000', '123052.995000', '123053.455000', '123053.915000', '123054.375000', '123054.835000', '123055.295000', '123055.755000', '123056.215000', '123056.675000', '123057.135000', '123057.595000', '123058.055000', '123058.515000', '123058.975000', '123059.435000', '123059.895000', '123100.355000', '123100.815000', '123101.275000', '123101.735000', '123102.195000', '123102.655000', '123103.115000', '123103.575000', '123104.035000', '123104.495000', '123104.955000', '123105.415000', '123105.875000', '123106.335000', '123106.795000', '123107.255000', '123107.715000', '123108.175000', '123108.635000', '123109.095000', '123109.555000', '123110.015000', '123110.475000', '123110.935000', '123111.395000', '123111.855000', '123112.315000', '123112.775000', '123113.235000', '123113.695000', '123114.155000', '123114.615000', '123115.075000', '123115.535000', '123115.995000', '123116.455000', '123116.915000', '123117.375000', '123117.835000', '123118.295000', '123118.755000', '123119.215000', '123119.675000', '123120.135000', '123120.595000', '123121.055000', '123121.515000', '123121.975000', '123122.435000', '123122.895000', '123123.355000', '123123.815000', '123124.275000', '123124.735000', '123125.195000', '123125.655000', '123126.115000', '123126.575000', '123127.035000', '123127.495000', '123127.955000', '123128.415000', '123128.875000', '123129.335000', '123129.795000', '123130.255000', '123130.715000', '123131.175000', '123131.635000', '123132.095000', '123132.555000', '123133.015000', '123133.475000', '123133.935000', '123134.395000', '123134.855000', '123135.315000', '123135.775000', '123136.235000', '123136.695000', '123137.155000', '123137.615000', '123138.075000', '123138.535000', '123138.995000', '123139.455000', '123139.915000', '123140.375000', '123140.835000', '123141.295000', '123141.755000', '123142.215000', '123142.675000', '123143.135000', '123143.595000', '123144.055000', '123144.515000', '123144.975000', '123145.435000', '123145.895000', '123146.355000', '123146.815000', '123147.275000', '123147.735000', '123148.195000', '123148.655000', '123149.115000', '123149.575000', '123150.035000', '123150.495000', '123150.955000', '123151.415000', '123151.875000', '123152.335000', '123152.795000', '123153.255000', '123153.715000', '123154.175000', '123154.635000', '123155.095000', '123155.555000', '123156.015000', '123156.475000', '123156.935000', '123157.395000', '123157.855000', '123158.315000', '123158.775000', '123159.235000', '123159.695000', '123200.155000', '123200.615000', '123201.075000', '123201.535000', '123201.995000', '123202.455000', '123202.915000', '123203.375000', '123203.835000', '123204.295000', '123204.755000', '123205.215000', '123205.675000', '123206.135000', '123206.595000', '123207.055000', '123207.515000', '123207.975000', '123208.435000', '123208.895000', '123209.355000', '123209.815000', '123210.275000', '123210.735000', '123211.195000', '123211.655000', '123212.115000', '123212.575000', '123213.035000', '123213.495000', '123213.955000', '123214.415000', '123214.875000', '123215.335000', '123215.795000', '123216.255000', '123216.715000', '123217.175000', '123217.635000', '123218.095000', '123218.555000', '123219.015000', '123219.475000', '123219.935000', '123220.395000', '123220.855000', '123221.315000', '123221.775000', '123222.235000', '123222.695000', '123223.155000', '123223.615000', '123224.075000', '123224.535000', '123224.995000', '123225.455000', '123225.915000', '123226.375000', '123226.835000', '123227.295000', '123227.755000', '123228.215000', '123228.675000', '123229.135000', '123229.595000', '123230.055000', '123230.515000', '123230.975000', '123231.435000', '123231.895000', '123232.355000', '123232.815000', '123233.275000', '123233.735000', '123234.195000', '123234.655000', '123235.115000', '123235.575000', '123236.035000', '123236.495000', '123236.955000', '123237.415000', '123237.875000', '123238.335000', '123238.795000', '123239.255000', '123239.715000', '123240.175000', '123240.635000', '123241.095000', '123241.555000', '123242.015000', '123242.475000', '123242.935000', '123243.395000', '123243.855000', '123244.315000', '123244.775000', '123245.235000', '123245.695000', '123246.155000', '123246.615000', '123247.075000', '123247.535000', '123247.995000', '123248.455000', '123248.915000', '123249.375000', '123249.835000', '123250.295000', '123250.755000', '123251.215000', '123251.675000', '123252.135000', '123252.595000', '123253.055000', '123253.515000', '123253.975000', '123254.435000', '123254.895000', '123255.355000', '123255.815000', '123256.275000', '123256.735000', '123257.195000', '123257.655000', '123258.115000', '123258.575000', '123259.035000', '123259.495000', '123259.955000', '123300.415000', '123300.875000', '123301.335000', '123301.795000', '123302.255000', '123302.715000', '123303.175000', '123303.635000', '123304.095000', '123304.555000', '123305.015000', '123305.475000', '123305.935000', '123306.395000', '123306.855000', '123307.315000', '123307.775000', '123308.235000', '123308.695000', '123309.155000', '123309.615000', '123310.075000', '123310.535000', '123310.995000', '123311.455000', '123311.915000', '123312.375000', '123312.835000', '123313.295000', '123313.755000', '123314.215000', '123314.675000', '123315.135000', '123315.595000', '123316.055000', '123316.515000', '123316.975000', '123317.435000', '123317.895000', '123318.355000', '123318.815000', '123319.275000', '123319.735000', '123320.195000', '123320.655000', '123321.115000', '123321.575000', '123322.035000', '123322.495000', '123322.955000', '123323.415000', '123323.875000', '123324.335000', '123324.795000', '123325.255000', '123325.715000', '123326.175000', '123326.635000', '123327.095000', '123327.555000', '123328.015000', '123328.475000', '123328.935000', '123329.395000', '123329.855000', '123330.315000', '123330.775000', '123331.235000', '123331.695000', '123332.155000', '123332.615000', '123333.075000', '123333.535000', '123333.995000', '123334.455000', '123334.915000', '123335.375000', '123335.835000', '123336.295000', '123336.755000', '123337.215000', '123337.675000', '123338.135000', '123338.595000', '123339.055000', '123339.515000', '123339.975000', '123340.435000', '123340.895000', '123341.355000', '123341.815000', '123342.275000', '123342.735000', '123343.195000', '123343.655000', '123344.115000'], 'ContentTime': ['122555.643000', '122555.646000', '122555.650000', '122555.653000', '122555.658000', '122555.662000', '122555.665000', '122555.675000', '122555.678000', '122555.680000', '122555.683000', '122555.687000', '122555.690000', '122555.693000', '122555.696000', '122555.700000', '122555.703000', '122555.706000', '122555.709000', '122555.712000', '122555.715000', '122555.718000', '122555.720000', '122555.724000', '122555.727000', '122555.730000', '122555.733000', '122555.737000', '122555.740000', '122555.755000', '122555.758000', '122555.761000', '122555.764000', '122555.767000', '122555.770000', '122555.774000', '122555.776000', '122555.779000', '122555.782000', '122555.786000', '122555.789000', '122555.792000', '122555.795000', '122555.798000', '122615.600000', '122615.603000', '122615.606000', '122615.609000', '122615.612000', '122615.615000', '122615.618000', '122615.621000', '122615.624000', '122615.627000', '122615.629000', '122615.632000', '122615.635000', '122615.638000', '122615.641000', '122615.644000', '122615.647000', '122615.657000', '122615.660000', '122615.663000', '122615.666000', '122615.669000', '122615.672000', '122615.675000', '122615.678000', '122615.681000', '122615.684000', '122615.687000', '122615.690000', '122615.693000', '122615.696000', '122615.699000', '122615.702000', '122615.705000', '122615.708000', '122615.711000', '122615.714000', '122615.717000', '122615.725000', '122615.728000', '122615.731000', '122615.734000', '122615.737000', '122615.740000', '122635.600000', '122635.603000', '122635.606000', '122635.609000', '122635.612000', '122635.615000', '122635.618000', '122635.621000', '122635.624000', '122635.626000', '122635.630000', '122635.632000', '122635.635000', '122635.638000', '122635.641000', '122635.644000', '122635.647000', '122635.650000', '122635.653000', '122635.656000', '122635.659000', '122635.662000', '122635.665000', '122635.668000', '122635.671000', '122635.673000', '122635.680000', '122635.683000', '122635.686000', '122635.690000', '122635.693000', '122635.696000', '122635.699000', '122635.713000', '122635.716000', '122635.719000', '122635.722000', '122635.725000', '122635.728000', '122635.731000', '122635.734000', '122635.736000', '122635.739000', '122655.600000', '122655.603000', '122655.606000', '122655.609000', '122655.612000', '122655.615000', '122655.618000', '122655.621000', '122655.624000', '122655.627000', '122655.629000', '122655.632000', '122655.635000', '122655.638000', '122655.641000', '122655.644000', '122655.647000', '122655.650000', '122655.653000', '122655.656000', '122655.659000', '122655.662000', '122655.664000', '122655.667000', '122655.670000', '122655.673000', '122655.676000', '122655.679000', '122655.682000', '122655.685000', '122655.688000', '122655.691000', '122655.694000', '122655.697000', '122655.700000', '122655.703000', '122655.706000', '122655.708000', '122655.711000', '122655.714000', '122655.717000', '122655.720000', '122655.723000', '122655.726000', '122715.600000', '122715.603000', '122715.606000', '122715.609000', '122715.612000', '122715.615000', '122715.618000', '122715.621000', '122715.624000', '122715.627000', '122715.630000', '122715.634000', '122715.637000', '122715.641000', '122715.644000', '122715.646000', '122715.649000', '122715.653000', '122715.655000', '122715.658000', '122715.661000', '122715.664000', '122715.667000', '122715.670000', '122715.673000', '122715.676000', '122715.679000', '122715.682000', '122715.685000', '122715.688000', '122715.694000', '122715.697000', '122715.700000', '122715.703000', '122715.706000', '122715.709000', '122715.712000', '122715.715000', '122715.718000', '122715.721000', '122715.724000', '122715.727000', '122715.730000', '122735.600000', '122735.603000', '122735.606000', '122735.609000', '122735.612000', '122735.615000', '122735.618000', '122735.621000', '122735.624000', '122735.627000', '122735.630000', '122735.633000', '122735.636000', '122735.639000', '122735.642000', '122735.645000', '122735.648000', '122735.651000', '122735.654000', '122735.657000', '122735.660000', '122735.663000', '122735.666000', '122735.676000', '122735.679000', '122735.682000', '122735.685000', '122735.688000', '122735.691000', '122735.694000', '122735.697000', '122735.700000', '122735.702000', '122735.705000', '122735.708000', '122735.711000', '122735.714000', '122735.717000', '122735.720000', '122735.723000', '122735.726000', '122735.729000', '122735.732000', '122735.735000', '122755.599000', '122755.602000', '122755.605000', '122755.608000', '122755.611000', '122755.614000', '122755.624000', '122755.627000', '122755.630000', '122755.633000', '122755.636000', '122755.639000', '122755.642000', '122755.645000', '122755.648000', '122755.650000', '122755.654000', '122755.657000', '122755.659000', '122755.662000', '122755.665000', '122755.668000', '122755.671000', '122755.674000', '122755.677000', '122755.680000', '122755.683000', '122755.686000', '122755.689000', '122755.692000', '122755.695000', '122755.698000', '122755.701000', '122755.704000', '122755.706000', '122755.709000', '122755.712000', '122755.715000', '122755.718000', '122755.721000', '122755.724000', '122755.727000', '122755.730000', '122815.600000', '122815.603000', '122815.606000', '122815.609000', '122815.612000', '122815.615000', '122815.618000', '122815.621000', '122815.624000', '122815.627000', '122815.630000', '122815.633000', '122815.636000', '122815.639000', '122815.642000', '122815.645000', '122815.647000', '122815.651000', '122815.653000', '122815.656000', '122815.659000', '122815.662000', '122815.665000', '122815.668000', '122815.671000', '122815.674000', '122815.677000', '122815.680000', '122815.683000', '122815.686000', '122815.689000', '122815.692000', '122815.695000', '122815.698000', '122815.701000', '122815.709000', '122815.712000', '122815.715000', '122815.718000', '122815.721000', '122815.724000', '122815.727000', '122815.730000', '122815.733000', '122835.600000', '122835.603000', '122835.606000', '122835.609000', '122835.612000', '122835.615000', '122835.618000', '122835.621000', '122835.624000', '122835.627000', '122835.630000', '122835.633000', '122835.636000', '122835.638000', '122835.641000', '122835.644000', '122835.647000', '122835.650000', '122835.653000', '122835.656000', '122835.659000', '122835.662000', '122835.665000', '122835.668000', '122835.673000', '122835.676000', '122835.679000', '122835.682000', '122835.685000', '122835.688000', '122835.691000', '122835.694000', '122835.697000', '122835.700000', '122835.703000', '122835.706000', '122835.709000', '122835.712000', '122835.715000', '122835.718000', '122835.721000', '122835.724000', '122835.727000', '122855.600000', '122855.603000', '122855.606000', '122855.609000', '122855.612000', '122855.615000', '122855.618000', '122855.621000', '122855.636000', '122855.640000', '122855.643000', '122855.646000', '122855.649000', '122855.652000', '122855.654000', '122855.657000', '122855.660000', '122855.663000', '122855.666000', '122855.669000', '122855.672000', '122855.675000', '122855.678000', '122855.681000', '122855.684000', '122855.687000', '122855.690000', '122855.693000', '122855.696000', '122855.699000', '122855.709000', '122855.712000', '122855.715000', '122855.718000', '122855.721000', '122855.724000', '122855.727000', '122855.730000', '122855.733000', '122855.736000', '122855.739000', '122855.741000', '122855.744000', '122855.747000', '122915.600000', '122915.603000', '122915.606000', '122915.609000', '122915.612000', '122915.615000', '122915.618000', '122915.621000', '122915.624000', '122915.627000', '122915.630000', '122915.633000', '122915.636000', '122915.639000', '122915.642000', '122915.645000', '122915.648000', '122915.651000', '122915.654000', '122915.657000', '122915.660000', '122915.662000', '122915.666000', '122915.668000', '122915.671000', '122915.674000', '122915.677000', '122915.680000', '122915.683000', '122915.686000', '122915.689000', '122915.702000', '122915.704000', '122915.707000', '122915.710000', '122915.713000', '122915.716000', '122915.719000', '122915.722000', '122915.725000', '122915.728000', '122915.731000', '122915.734000', '122935.600000', '122935.603000', '122935.606000', '122935.609000', '122935.612000', '122935.615000', '122935.618000', '122935.621000', '122935.624000', '122935.627000', '122935.630000', '122935.633000', '122935.636000', '122935.639000', '122935.642000', '122935.645000', '122935.648000', '122935.651000', '122935.654000', '122935.657000', '122935.660000', '122935.663000', '122935.666000', '122935.669000', '122935.672000', '122935.675000', '122935.678000', '122935.681000', '122935.684000', '122935.686000', '122935.689000', '122935.692000', '122935.695000', '122935.698000', '122935.701000', '122935.711000', '122935.714000', '122935.717000', '122935.720000', '122935.723000', '122935.726000', '122935.729000', '122935.732000', '122935.735000', '122955.600000', '122955.603000', '122955.606000', '122955.609000', '122955.612000', '122955.615000', '122955.618000', '122955.621000', '122955.624000', '122955.632000', '122955.635000', '122955.638000', '122955.640000', '122955.644000', '122955.647000', '122955.650000', '122955.653000', '122955.656000', '122955.658000', '122955.661000', '122955.664000', '122955.667000', '122955.670000', '122955.673000', '122955.676000', '122955.679000', '122955.682000', '122955.685000', '122955.688000', '122955.691000', '122955.694000', '122955.697000', '122955.699000', '122955.702000', '122955.705000', '122955.708000', '122955.713000', '122955.716000', '122955.719000', '122955.722000', '122955.725000', '122955.728000', '122955.731000', '123015.599000', '123015.602000', '123015.605000', '123015.608000', '123015.611000', '123015.614000', '123015.617000', '123015.620000', '123015.623000', '123015.626000', '123015.629000', '123015.632000', '123015.635000', '123015.637000', '123015.641000', '123015.644000', '123015.647000', '123015.649000', '123015.653000', '123015.655000', '123015.658000', '123015.661000', '123015.664000', '123015.667000', '123015.670000', '123015.673000', '123015.676000', '123015.679000', '123015.690000', '123015.693000', '123015.696000', '123015.699000', '123015.701000', '123015.704000', '123015.707000', '123015.710000', '123015.713000', '123015.716000', '123015.719000', '123015.722000', '123015.725000', '123015.728000', '123015.731000', '123015.734000', '123035.600000', '123035.603000', '123035.606000', '123035.609000', '123035.612000', '123035.615000', '123035.618000', '123035.621000', '123035.624000', '123035.627000', '123035.630000', '123035.633000', '123035.636000', '123035.639000', '123035.642000', '123035.644000', '123035.648000', '123035.651000', '123035.653000', '123035.656000', '123035.660000', '123035.662000', '123035.674000', '123035.677000', '123035.680000', '123035.683000', '123035.686000', '123035.688000', '123035.692000', '123035.695000', '123035.697000', '123035.700000', '123035.703000', '123035.706000', '123035.709000', '123035.712000', '123035.715000', '123035.718000', '123035.721000', '123035.724000', '123035.727000', '123035.730000', '123035.733000', '123055.600000', '123055.603000', '123055.606000', '123055.609000', '123055.612000', '123055.615000', '123055.618000', '123055.621000', '123055.624000', '123055.627000', '123055.630000', '123055.633000', '123055.636000', '123055.639000', '123055.642000', '123055.645000', '123055.648000', '123055.651000', '123055.654000', '123055.656000', '123055.659000', '123055.662000', '123055.665000', '123055.668000', '123055.671000', '123055.674000', '123055.677000', '123055.680000', '123055.683000', '123055.686000', '123055.689000', '123055.692000', '123055.695000', '123055.698000', '123055.703000', '123055.706000', '123055.709000', '123055.712000', '123055.714000', '123055.717000', '123055.720000', '123055.723000', '123055.726000', '123055.729000', '123115.600000', '123115.603000', '123115.606000', '123115.609000', '123115.612000', '123115.615000', '123115.618000', '123115.621000', '123115.624000', '123115.627000', '123115.629000', '123115.633000', '123115.636000', '123115.638000', '123115.641000', '123115.644000', '123115.647000', '123115.656000', '123115.659000', '123115.662000', '123115.665000', '123115.668000', '123115.671000', '123115.674000', '123115.677000', '123115.680000', '123115.683000', '123115.696000', '123115.699000', '123115.702000', '123115.705000', '123115.708000', '123115.711000', '123115.713000', '123115.716000', '123115.719000', '123115.722000', '123115.725000', '123115.728000', '123115.731000', '123115.734000', '123115.737000', '123115.740000', '123135.602000', '123135.605000', '123135.608000', '123135.611000', '123135.614000', '123135.617000', '123135.620000', '123135.623000', '123135.626000', '123135.629000', '123135.632000', '123135.643000', '123135.646000', '123135.649000', '123135.652000', '123135.654000', '123135.658000', '123135.660000', '123135.663000', '123135.666000', '123135.669000', '123135.672000', '123135.675000', '123135.678000', '123135.681000', '123135.684000', '123135.687000', '123135.690000', '123135.693000', '123135.696000', '123135.699000', '123135.702000', '123135.705000', '123135.708000', '123135.711000', '123135.714000', '123135.717000', '123135.720000', '123135.723000', '123135.725000', '123135.728000', '123135.731000', '123135.734000', '123155.600000', '123155.603000', '123155.606000', '123155.609000', '123155.612000', '123155.615000', '123155.618000', '123155.621000', '123155.624000', '123155.627000', '123155.630000', '123155.633000', '123155.636000', '123155.639000', '123155.641000', '123155.645000', '123155.648000', '123155.650000', '123155.653000', '123155.656000', '123155.659000', '123155.671000', '123155.674000', '123155.677000', '123155.680000', '123155.683000', '123155.686000', '123155.689000', '123155.691000', '123155.694000', '123155.697000', '123155.700000', '123155.703000', '123155.706000', '123155.709000', '123155.712000', '123155.715000', '123155.718000', '123155.721000', '123155.724000', '123155.727000', '123155.730000', '123155.732000', '123155.736000', '123215.600000', '123215.603000', '123215.606000', '123215.609000', '123215.612000', '123215.616000', '123215.619000', '123215.622000', '123215.625000', '123215.628000', '123215.639000', '123215.642000', '123215.645000', '123215.648000', '123215.651000', '123215.654000', '123215.657000', '123215.660000', '123215.663000', '123215.666000', '123215.669000', '123215.672000', '123215.675000', '123215.678000', '123215.681000', '123215.684000', '123215.687000', '123215.690000', '123215.693000', '123215.696000', '123215.698000', '123215.702000', '123215.704000', '123215.707000', '123215.710000', '123215.713000', '123215.716000', '123215.719000', '123215.722000', '123215.725000', '123215.728000', '123215.731000', '123215.734000', '123235.599000', '123235.602000', '123235.605000', '123235.608000', '123235.611000', '123235.614000', '123235.617000', '123235.620000', '123235.623000', '123235.626000', '123235.629000', '123235.632000', '123235.635000', '123235.638000', '123235.641000', '123235.644000', '123235.647000', '123235.650000', '123235.660000', '123235.663000', '123235.666000', '123235.669000', '123235.672000', '123235.675000', '123235.678000', '123235.681000', '123235.684000', '123235.687000', '123235.690000', '123235.693000', '123235.696000', '123235.699000', '123235.701000', '123235.704000', '123235.707000', '123235.710000', '123235.713000', '123235.716000', '123235.719000', '123235.722000', '123235.725000', '123235.728000', '123235.731000', '123235.734000', '123255.600000', '123255.603000', '123255.606000', '123255.609000', '123255.612000', '123255.615000', '123255.618000', '123255.621000', '123255.624000', '123255.627000', '123255.630000', '123255.633000', '123255.638000', '123255.641000', '123255.644000', '123255.647000', '123255.650000', '123255.653000', '123255.656000', '123255.658000', '123255.661000', '123255.664000', '123255.667000', '123255.670000', '123255.673000', '123255.676000', '123255.679000', '123255.682000', '123255.685000', '123255.688000', '123255.691000', '123255.694000', '123255.697000', '123255.700000', '123255.703000', '123255.706000', '123255.709000', '123255.712000', '123255.715000', '123255.718000', '123255.721000', '123255.724000', '123255.727000', '123315.600000', '123315.603000', '123315.606000', '123315.609000', '123315.612000', '123315.619000', '123315.622000', '123315.625000', '123315.628000', '123315.631000', '123315.634000', '123315.637000', '123315.640000', '123315.643000', '123315.646000', '123315.648000', '123315.651000', '123315.654000', '123315.657000', '123315.660000', '123315.663000', '123315.666000', '123315.669000', '123315.672000', '123315.675000', '123315.678000', '123315.681000', '123315.684000', '123315.687000', '123315.690000', '123315.693000', '123315.696000', '123315.698000', '123315.702000', '123315.704000', '123315.707000', '123315.710000', '123315.713000', '123315.716000', '123315.719000', '123315.722000', '123315.725000', '123315.728000', '123315.731000', '123335.600000', '123335.603000', '123335.606000', '123335.609000', '123335.612000', '123335.615000', '123335.618000', '123335.621000', '123335.624000', '123335.627000', '123335.630000', '123335.633000', '123335.636000', '123335.639000', '123335.642000', '123335.645000', '123335.648000', '123335.653000', '123335.656000', '123335.659000', '123335.674000', '123335.677000', '123335.680000', '123335.683000', '123335.686000', '123335.689000', '123335.692000', '123335.695000', '123335.698000', '123335.701000', '123335.704000', '123335.707000', '123335.710000', '123335.713000', '123335.715000', '123335.719000', '123335.727000', '123335.730000', '123335.733000', '123335.736000', '123335.738000', '123335.742000', '123335.744000', '123344.911000', '123344.915000', '123344.918000', '123344.921000', '123344.923000', '123344.926000', '123344.930000', '123344.932000', '123344.935000', '123344.938000', '123344.941000', '123344.944000', '123344.947000', '123344.950000', '123344.953000', '123344.956000', '123344.959000', '123344.962000', '123344.965000', '123344.968000', '123344.971000'], 'InstanceCreationTime': ['122555.643000', '122555.646000', '122555.650000', '122555.653000', '122555.658000', '122555.662000', '122555.665000', '122555.675000', '122555.678000', '122555.680000', '122555.683000', '122555.687000', '122555.690000', '122555.693000', '122555.696000', '122555.700000', '122555.703000', '122555.706000', '122555.709000', '122555.712000', '122555.715000', '122555.718000', '122555.720000', '122555.724000', '122555.727000', '122555.730000', '122555.733000', '122555.737000', '122555.740000', '122555.755000', '122555.758000', '122555.761000', '122555.764000', '122555.767000', '122555.770000', '122555.774000', '122555.776000', '122555.779000', '122555.782000', '122555.786000', '122555.789000', '122555.792000', '122555.795000', '122555.798000', '122615.600000', '122615.603000', '122615.606000', '122615.609000', '122615.612000', '122615.615000', '122615.618000', '122615.621000', '122615.624000', '122615.627000', '122615.629000', '122615.632000', '122615.635000', '122615.638000', '122615.641000', '122615.644000', '122615.647000', '122615.657000', '122615.660000', '122615.663000', '122615.666000', '122615.669000', '122615.672000', '122615.675000', '122615.678000', '122615.681000', '122615.684000', '122615.687000', '122615.690000', '122615.693000', '122615.696000', '122615.699000', '122615.702000', '122615.705000', '122615.708000', '122615.711000', '122615.714000', '122615.717000', '122615.725000', '122615.728000', '122615.731000', '122615.734000', '122615.737000', '122615.740000', '122635.600000', '122635.603000', '122635.606000', '122635.609000', '122635.612000', '122635.615000', '122635.618000', '122635.621000', '122635.624000', '122635.626000', '122635.630000', '122635.632000', '122635.635000', '122635.638000', '122635.641000', '122635.644000', '122635.647000', '122635.650000', '122635.653000', '122635.656000', '122635.659000', '122635.662000', '122635.665000', '122635.668000', '122635.671000', '122635.673000', '122635.680000', '122635.683000', '122635.686000', '122635.690000', '122635.693000', '122635.696000', '122635.699000', '122635.713000', '122635.716000', '122635.719000', '122635.722000', '122635.725000', '122635.728000', '122635.731000', '122635.734000', '122635.736000', '122635.739000', '122655.600000', '122655.603000', '122655.606000', '122655.609000', '122655.612000', '122655.615000', '122655.618000', '122655.621000', '122655.624000', '122655.627000', '122655.629000', '122655.632000', '122655.635000', '122655.638000', '122655.641000', '122655.644000', '122655.647000', '122655.650000', '122655.653000', '122655.656000', '122655.659000', '122655.662000', '122655.664000', '122655.667000', '122655.670000', '122655.673000', '122655.676000', '122655.679000', '122655.682000', '122655.685000', '122655.688000', '122655.691000', '122655.694000', '122655.697000', '122655.700000', '122655.703000', '122655.706000', '122655.708000', '122655.711000', '122655.714000', '122655.717000', '122655.720000', '122655.723000', '122655.726000', '122715.600000', '122715.603000', '122715.606000', '122715.609000', '122715.612000', '122715.615000', '122715.618000', '122715.621000', '122715.624000', '122715.627000', '122715.630000', '122715.634000', '122715.637000', '122715.641000', '122715.644000', '122715.646000', '122715.649000', '122715.653000', '122715.655000', '122715.658000', '122715.661000', '122715.664000', '122715.667000', '122715.670000', '122715.673000', '122715.676000', '122715.679000', '122715.682000', '122715.685000', '122715.688000', '122715.694000', '122715.697000', '122715.700000', '122715.703000', '122715.706000', '122715.709000', '122715.712000', '122715.715000', '122715.718000', '122715.721000', '122715.724000', '122715.727000', '122715.730000', '122735.600000', '122735.603000', '122735.606000', '122735.609000', '122735.612000', '122735.615000', '122735.618000', '122735.621000', '122735.624000', '122735.627000', '122735.630000', '122735.633000', '122735.636000', '122735.639000', '122735.642000', '122735.645000', '122735.648000', '122735.651000', '122735.654000', '122735.657000', '122735.660000', '122735.663000', '122735.666000', '122735.676000', '122735.679000', '122735.682000', '122735.685000', '122735.688000', '122735.691000', '122735.694000', '122735.697000', '122735.700000', '122735.702000', '122735.705000', '122735.708000', '122735.711000', '122735.714000', '122735.717000', '122735.720000', '122735.723000', '122735.726000', '122735.729000', '122735.732000', '122735.735000', '122755.599000', '122755.602000', '122755.605000', '122755.608000', '122755.611000', '122755.614000', '122755.624000', '122755.627000', '122755.630000', '122755.633000', '122755.636000', '122755.639000', '122755.642000', '122755.645000', '122755.648000', '122755.650000', '122755.654000', '122755.657000', '122755.659000', '122755.662000', '122755.665000', '122755.668000', '122755.671000', '122755.674000', '122755.677000', '122755.680000', '122755.683000', '122755.686000', '122755.689000', '122755.692000', '122755.695000', '122755.698000', '122755.701000', '122755.704000', '122755.706000', '122755.709000', '122755.712000', '122755.715000', '122755.718000', '122755.721000', '122755.724000', '122755.727000', '122755.730000', '122815.600000', '122815.603000', '122815.606000', '122815.609000', '122815.612000', '122815.615000', '122815.618000', '122815.621000', '122815.624000', '122815.627000', '122815.630000', '122815.633000', '122815.636000', '122815.639000', '122815.642000', '122815.645000', '122815.647000', '122815.651000', '122815.653000', '122815.656000', '122815.659000', '122815.662000', '122815.665000', '122815.668000', '122815.671000', '122815.674000', '122815.677000', '122815.680000', '122815.683000', '122815.686000', '122815.689000', '122815.692000', '122815.695000', '122815.698000', '122815.701000', '122815.709000', '122815.712000', '122815.715000', '122815.718000', '122815.721000', '122815.724000', '122815.727000', '122815.730000', '122815.733000', '122835.600000', '122835.603000', '122835.606000', '122835.609000', '122835.612000', '122835.615000', '122835.618000', '122835.621000', '122835.624000', '122835.627000', '122835.630000', '122835.633000', '122835.636000', '122835.638000', '122835.641000', '122835.644000', '122835.647000', '122835.650000', '122835.653000', '122835.656000', '122835.659000', '122835.662000', '122835.665000', '122835.668000', '122835.673000', '122835.676000', '122835.679000', '122835.682000', '122835.685000', '122835.688000', '122835.691000', '122835.694000', '122835.697000', '122835.700000', '122835.703000', '122835.706000', '122835.709000', '122835.712000', '122835.715000', '122835.718000', '122835.721000', '122835.724000', '122835.727000', '122855.600000', '122855.603000', '122855.606000', '122855.609000', '122855.612000', '122855.615000', '122855.618000', '122855.621000', '122855.636000', '122855.640000', '122855.643000', '122855.646000', '122855.649000', '122855.652000', '122855.654000', '122855.657000', '122855.660000', '122855.663000', '122855.666000', '122855.669000', '122855.672000', '122855.675000', '122855.678000', '122855.681000', '122855.684000', '122855.687000', '122855.690000', '122855.693000', '122855.696000', '122855.699000', '122855.709000', '122855.712000', '122855.715000', '122855.718000', '122855.721000', '122855.724000', '122855.727000', '122855.730000', '122855.733000', '122855.736000', '122855.739000', '122855.741000', '122855.744000', '122855.747000', '122915.600000', '122915.603000', '122915.606000', '122915.609000', '122915.612000', '122915.615000', '122915.618000', '122915.621000', '122915.624000', '122915.627000', '122915.630000', '122915.633000', '122915.636000', '122915.639000', '122915.642000', '122915.645000', '122915.648000', '122915.651000', '122915.654000', '122915.657000', '122915.660000', '122915.662000', '122915.666000', '122915.668000', '122915.671000', '122915.674000', '122915.677000', '122915.680000', '122915.683000', '122915.686000', '122915.689000', '122915.702000', '122915.704000', '122915.707000', '122915.710000', '122915.713000', '122915.716000', '122915.719000', '122915.722000', '122915.725000', '122915.728000', '122915.731000', '122915.734000', '122935.600000', '122935.603000', '122935.606000', '122935.609000', '122935.612000', '122935.615000', '122935.618000', '122935.621000', '122935.624000', '122935.627000', '122935.630000', '122935.633000', '122935.636000', '122935.639000', '122935.642000', '122935.645000', '122935.648000', '122935.651000', '122935.654000', '122935.657000', '122935.660000', '122935.663000', '122935.666000', '122935.669000', '122935.672000', '122935.675000', '122935.678000', '122935.681000', '122935.684000', '122935.686000', '122935.689000', '122935.692000', '122935.695000', '122935.698000', '122935.701000', '122935.711000', '122935.714000', '122935.717000', '122935.720000', '122935.723000', '122935.726000', '122935.729000', '122935.732000', '122935.735000', '122955.600000', '122955.603000', '122955.606000', '122955.609000', '122955.612000', '122955.615000', '122955.618000', '122955.621000', '122955.624000', '122955.632000', '122955.635000', '122955.638000', '122955.640000', '122955.644000', '122955.647000', '122955.650000', '122955.653000', '122955.656000', '122955.658000', '122955.661000', '122955.664000', '122955.667000', '122955.670000', '122955.673000', '122955.676000', '122955.679000', '122955.682000', '122955.685000', '122955.688000', '122955.691000', '122955.694000', '122955.697000', '122955.699000', '122955.702000', '122955.705000', '122955.708000', '122955.713000', '122955.716000', '122955.719000', '122955.722000', '122955.725000', '122955.728000', '122955.731000', '123015.599000', '123015.602000', '123015.605000', '123015.608000', '123015.611000', '123015.614000', '123015.617000', '123015.620000', '123015.623000', '123015.626000', '123015.629000', '123015.632000', '123015.635000', '123015.637000', '123015.641000', '123015.644000', '123015.647000', '123015.649000', '123015.653000', '123015.655000', '123015.658000', '123015.661000', '123015.664000', '123015.667000', '123015.670000', '123015.673000', '123015.676000', '123015.679000', '123015.690000', '123015.693000', '123015.696000', '123015.699000', '123015.701000', '123015.704000', '123015.707000', '123015.710000', '123015.713000', '123015.716000', '123015.719000', '123015.722000', '123015.725000', '123015.728000', '123015.731000', '123015.734000', '123035.600000', '123035.603000', '123035.606000', '123035.609000', '123035.612000', '123035.615000', '123035.618000', '123035.621000', '123035.624000', '123035.627000', '123035.630000', '123035.633000', '123035.636000', '123035.639000', '123035.642000', '123035.644000', '123035.648000', '123035.651000', '123035.653000', '123035.656000', '123035.660000', '123035.662000', '123035.674000', '123035.677000', '123035.680000', '123035.683000', '123035.686000', '123035.688000', '123035.692000', '123035.695000', '123035.697000', '123035.700000', '123035.703000', '123035.706000', '123035.709000', '123035.712000', '123035.715000', '123035.718000', '123035.721000', '123035.724000', '123035.727000', '123035.730000', '123035.733000', '123055.600000', '123055.603000', '123055.606000', '123055.609000', '123055.612000', '123055.615000', '123055.618000', '123055.621000', '123055.624000', '123055.627000', '123055.630000', '123055.633000', '123055.636000', '123055.639000', '123055.642000', '123055.645000', '123055.648000', '123055.651000', '123055.654000', '123055.656000', '123055.659000', '123055.662000', '123055.665000', '123055.668000', '123055.671000', '123055.674000', '123055.677000', '123055.680000', '123055.683000', '123055.686000', '123055.689000', '123055.692000', '123055.695000', '123055.698000', '123055.703000', '123055.706000', '123055.709000', '123055.712000', '123055.714000', '123055.717000', '123055.720000', '123055.723000', '123055.726000', '123055.729000', '123115.600000', '123115.603000', '123115.606000', '123115.609000', '123115.612000', '123115.615000', '123115.618000', '123115.621000', '123115.624000', '123115.627000', '123115.629000', '123115.633000', '123115.636000', '123115.638000', '123115.641000', '123115.644000', '123115.647000', '123115.656000', '123115.659000', '123115.662000', '123115.665000', '123115.668000', '123115.671000', '123115.674000', '123115.677000', '123115.680000', '123115.683000', '123115.696000', '123115.699000', '123115.702000', '123115.705000', '123115.708000', '123115.711000', '123115.713000', '123115.716000', '123115.719000', '123115.722000', '123115.725000', '123115.728000', '123115.731000', '123115.734000', '123115.737000', '123115.740000', '123135.602000', '123135.605000', '123135.608000', '123135.611000', '123135.614000', '123135.617000', '123135.620000', '123135.623000', '123135.626000', '123135.629000', '123135.632000', '123135.643000', '123135.646000', '123135.649000', '123135.652000', '123135.654000', '123135.658000', '123135.660000', '123135.663000', '123135.666000', '123135.669000', '123135.672000', '123135.675000', '123135.678000', '123135.681000', '123135.684000', '123135.687000', '123135.690000', '123135.693000', '123135.696000', '123135.699000', '123135.702000', '123135.705000', '123135.708000', '123135.711000', '123135.714000', '123135.717000', '123135.720000', '123135.723000', '123135.725000', '123135.728000', '123135.731000', '123135.734000', '123155.600000', '123155.603000', '123155.606000', '123155.609000', '123155.612000', '123155.615000', '123155.618000', '123155.621000', '123155.624000', '123155.627000', '123155.630000', '123155.633000', '123155.636000', '123155.639000', '123155.641000', '123155.645000', '123155.648000', '123155.650000', '123155.653000', '123155.656000', '123155.659000', '123155.671000', '123155.674000', '123155.677000', '123155.680000', '123155.683000', '123155.686000', '123155.689000', '123155.691000', '123155.694000', '123155.697000', '123155.700000', '123155.703000', '123155.706000', '123155.709000', '123155.712000', '123155.715000', '123155.718000', '123155.721000', '123155.724000', '123155.727000', '123155.730000', '123155.732000', '123155.736000', '123215.600000', '123215.603000', '123215.606000', '123215.609000', '123215.612000', '123215.616000', '123215.619000', '123215.622000', '123215.625000', '123215.628000', '123215.639000', '123215.642000', '123215.645000', '123215.648000', '123215.651000', '123215.654000', '123215.657000', '123215.660000', '123215.663000', '123215.666000', '123215.669000', '123215.672000', '123215.675000', '123215.678000', '123215.681000', '123215.684000', '123215.687000', '123215.690000', '123215.693000', '123215.696000', '123215.698000', '123215.702000', '123215.704000', '123215.707000', '123215.710000', '123215.713000', '123215.716000', '123215.719000', '123215.722000', '123215.725000', '123215.728000', '123215.731000', '123215.734000', '123235.599000', '123235.602000', '123235.605000', '123235.608000', '123235.611000', '123235.614000', '123235.617000', '123235.620000', '123235.623000', '123235.626000', '123235.629000', '123235.632000', '123235.635000', '123235.638000', '123235.641000', '123235.644000', '123235.647000', '123235.650000', '123235.660000', '123235.663000', '123235.666000', '123235.669000', '123235.672000', '123235.675000', '123235.678000', '123235.681000', '123235.684000', '123235.687000', '123235.690000', '123235.693000', '123235.696000', '123235.699000', '123235.701000', '123235.704000', '123235.707000', '123235.710000', '123235.713000', '123235.716000', '123235.719000', '123235.722000', '123235.725000', '123235.728000', '123235.731000', '123235.734000', '123255.600000', '123255.603000', '123255.606000', '123255.609000', '123255.612000', '123255.615000', '123255.618000', '123255.621000', '123255.624000', '123255.627000', '123255.630000', '123255.633000', '123255.638000', '123255.641000', '123255.644000', '123255.647000', '123255.650000', '123255.653000', '123255.656000', '123255.658000', '123255.661000', '123255.664000', '123255.667000', '123255.670000', '123255.673000', '123255.676000', '123255.679000', '123255.682000', '123255.685000', '123255.688000', '123255.691000', '123255.694000', '123255.697000', '123255.700000', '123255.703000', '123255.706000', '123255.709000', '123255.712000', '123255.715000', '123255.718000', '123255.721000', '123255.724000', '123255.727000', '123315.600000', '123315.603000', '123315.606000', '123315.609000', '123315.612000', '123315.619000', '123315.622000', '123315.625000', '123315.628000', '123315.631000', '123315.634000', '123315.637000', '123315.640000', '123315.643000', '123315.646000', '123315.648000', '123315.651000', '123315.654000', '123315.657000', '123315.660000', '123315.663000', '123315.666000', '123315.669000', '123315.672000', '123315.675000', '123315.678000', '123315.681000', '123315.684000', '123315.687000', '123315.690000', '123315.693000', '123315.696000', '123315.698000', '123315.702000', '123315.704000', '123315.707000', '123315.710000', '123315.713000', '123315.716000', '123315.719000', '123315.722000', '123315.725000', '123315.728000', '123315.731000', '123335.600000', '123335.603000', '123335.606000', '123335.609000', '123335.612000', '123335.615000', '123335.618000', '123335.621000', '123335.624000', '123335.627000', '123335.630000', '123335.633000', '123335.636000', '123335.639000', '123335.642000', '123335.645000', '123335.648000', '123335.653000', '123335.656000', '123335.659000', '123335.674000', '123335.677000', '123335.680000', '123335.683000', '123335.686000', '123335.689000', '123335.692000', '123335.695000', '123335.698000', '123335.701000', '123335.704000', '123335.707000', '123335.710000', '123335.713000', '123335.715000', '123335.719000', '123335.727000', '123335.730000', '123335.733000', '123335.736000', '123335.738000', '123335.742000', '123335.744000', '123344.911000', '123344.915000', '123344.918000', '123344.921000', '123344.923000', '123344.926000', '123344.930000', '123344.932000', '123344.935000', '123344.938000', '123344.941000', '123344.944000', '123344.947000', '123344.950000', '123344.953000', '123344.956000', '123344.959000', '123344.962000', '123344.965000', '123344.968000', '123344.971000'], '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], 'LargestImagePixelValue': [10733, 9036, 10384, 8457, 9972, 8503, 9736, 7799, 8774, 6964, 9097, 7186, 9929, 7397, 9125, 11980, 6596, 9333, 7019, 8486, 9233, 7013, 10483, 6745, 8720, 7052, 7315, 10831, 7112, 9447, 7072, 8481, 7035, 7071, 11906, 7538, 9656, 6761, 7823, 7110, 6857, 11364, 7049, 9415, 7396, 7614, 6963, 7394, 8083, 7009, 9684, 7105, 9291, 7041, 8807, 6945, 6973, 11240, 6961, 9950, 7524, 9492, 7104, 7001, 11173, 6896, 10961, 8660, 9927, 6815, 7893, 10176, 6940, 11701, 8624, 10240, 7223, 9195, 6874, 6885, 10522, 7093, 12125, 8065, 10770, 7193, 9949, 6947, 7347, 9994, 7633, 12123, 6973, 10661, 6976, 9308, 7495, 8289, 9406, 6740, 11877, 7425, 10115, 6745, 7776, 9046, 6771, 12249, 6949, 10524, 6862, 8807, 7046, 6757, 11201, 7088, 10905, 7157, 9752, 6808, 7302, 8894, 6765, 11654, 7340, 9772, 7105, 8082, 8543, 7117, 11236, 6968, 10574, 7247, 9720, 7073, 7279, 9985, 7743, 11301, 6923, 10571, 7019, 9778, 7134, 8146, 8823, 6879, 11966, 7003, 10651, 7341, 9908, 7055, 7716, 8269, 6980, 12462, 7865, 10368, 6968, 9471, 7211, 7203, 12543, 7630, 10993, 8330, 10721, 6946, 8101, 7053, 6829, 10858, 7041, 11779, 8555, 10409, 6972, 9351, 7332, 7279, 10655, 7436, 12611, 7104, 10395, 7073, 8271, 9735, 7581, 11652, 7061, 11180, 7055, 9997, 6962, 9234, 7106, 7001, 10767, 7280, 10636, 7523, 9962, 7121, 8856, 7062, 7169, 11091, 7247, 11672, 8462, 10995, 7150, 8855, 7772, 6914, 12149, 8955, 11315, 8295, 9474, 7177, 7731, 9730, 7143, 12402, 8838, 10711, 7214, 9577, 7369, 7610, 11641, 8045, 11440, 9169, 10385, 7181, 8635, 7068, 7079, 10758, 6801, 11026, 8643, 9568, 7113, 9821, 7054, 9211, 7085, 9409, 7116, 7078, 10735, 6877, 10816, 7878, 10568, 7466, 9638, 7528, 7755, 11127, 6858, 11190, 8596, 10949, 7856, 9568, 6922, 8675, 7199, 7104, 10619, 7420, 12538, 9164, 11313, 8146, 10252, 7185, 8157, 11347, 7401, 12837, 9838, 10605, 6990, 9200, 7242, 7674, 9166, 6840, 12653, 8935, 11065, 7060, 9551, 7397, 7875, 7504, 7240, 11779, 8318, 10063, 6834, 10555, 7024, 9786, 7151, 8409, 9698, 7257, 12184, 7221, 10435, 7097, 8975, 9618, 7059, 12535, 7808, 11018, 7127, 9411, 7032, 7145, 10485, 6714, 11844, 7086, 10409, 7174, 9269, 7047, 7472, 9335, 6981, 12069, 7106, 10504, 7016, 9013, 7411, 8055, 8162, 6736, 11577, 7288, 10311, 7227, 9934, 6955, 8635, 9151, 6919, 11589, 8045, 10525, 6988, 9878, 7154, 7714, 11990, 8530, 11139, 8827, 10210, 8123, 9187, 10936, 8502, 12810, 10524, 11646, 7209, 10894, 7181, 9098, 11505, 9038, 12424, 8878, 11416, 7420, 10258, 8507, 7981, 12474, 9275, 12406, 8160, 11026, 7330, 8835, 11473, 8657, 12573, 7654, 10999, 6976, 10063, 7375, 7921, 10741, 6900, 12028, 7831, 11385, 7366, 10064, 9849, 7901, 12384, 7669, 11325, 7486, 10712, 8318, 8968, 11028, 7453, 12539, 8087, 11168, 7253, 10907, 7581, 8047, 11227, 7283, 12508, 8453, 11943, 8038, 11477, 6899, 8158, 9040, 7229, 12570, 8949, 11919, 8021, 9425, 7788, 7024, 12757, 8948, 12095, 8505, 11394, 7440, 8050, 11196, 7831, 12787, 10328, 11837, 7398, 10685, 6857, 8356, 8285, 7236, 12239, 8906, 12122, 7421, 11501, 7215, 10575, 9993, 8682, 12323, 8072, 11966, 7252, 9000, 8147, 6457, 8908, 7026, 10139, 7999, 9827, 7062, 7568, 6978, 7180, 7121, 8214, 6816, 6558, 8214, 6703, 10425, 8614, 14595, 15554, 13527, 15459, 13502, 15447, 12026, 10547, 10789, 8704, 7504, 6392, 9283, 8828, 8445, 10049, 8092, 6719, 7980, 8763, 6974, 9739, 8051, 7383, 9099, 6555, 9157, 7246, 8939, 8214, 9335, 7008, 10567, 7561, 10186, 7925, 9467, 12170, 6971, 9331, 7237, 9385, 7259, 8666, 6918, 7480, 11495, 7205, 11249, 7250, 9237, 6849, 7658, 12320, 10067, 9961, 7398, 8227, 8272, 7844, 11401, 7295, 9202, 9882, 6678, 7024, 6700, 8181, 8454, 8785, 7518, 9852, 6758, 8136, 7023, 7557, 10334, 6543, 9225, 6785, 9020, 6788, 8323, 9635, 6701, 11782, 7066, 8781, 7588, 7392, 13467, 10281, 11573, 8080, 9339, 11773, 8508, 13847, 9732, 10838, 6857, 7629, 6561, 6789, 10807, 6713, 8980, 6669, 7586, 8937, 6643, 12061, 8688, 9528, 6783, 7688, 7169, 6634, 10561, 6793, 8689, 6599, 7348, 9962, 6707, 9514, 6643, 8104, 6968, 6886, 10851, 6660, 9311, 6751, 7317, 11027, 6573, 10198, 6689, 7862, 6834, 6851, 12087, 6616, 9150, 6954, 7373, 7759, 6827, 10560, 6930, 8449, 7058, 7206, 11187, 6821, 9440, 6838, 7668, 6771, 6912, 8202, 7056, 8340, 6813, 8102, 6873, 7897, 6891, 6832, 6829, 7017, 9471, 7183, 10055, 7323, 8878, 7249, 9404, 11255, 8952, 12732, 9471, 12251, 8094, 10774, 12507, 10746, 14063, 12877, 12007, 8991, 11313, 7407, 7343, 6994, 6402, 7108, 6769, 7348, 8298, 6838, 9920, 7116, 8819, 7076, 9863, 6865, 9236, 7704, 8810, 10291, 8000, 8369, 6568, 6767, 6855, 9819, 6664, 6544, 6468, 6512, 9898, 7512, 12290, 6573, 9632, 6943, 6851, 13771, 6848, 9422, 6381, 8131, 6822, 6881, 11342, 6633, 11693, 7000, 9399, 6622, 8003, 6913, 6942, 11168, 6622, 9983, 6531, 8701, 6415, 8256, 8149, 6678, 11598, 7818, 8840, 6619, 6885, 12028, 6727, 9783, 6880, 8370, 6675, 6509, 12648, 8003, 9685, 6428, 7955, 6829, 6516, 7638, 6872, 8143, 7536, 8749, 6894, 8591, 7199, 8627, 7530, 9081, 10679, 13276, 16016, 14061, 12516, 9013, 10200, 7102, 8127, 11126, 8727, 12846, 9017, 11062, 6722, 6660, 6716, 6695, 6659, 6960, 6905, 7297, 6670, 8561, 6952, 7607, 6916, 7191, 11068, 8877, 9828, 8879, 8054, 13623, 7746, 10994, 9015, 9409, 14118, 8815, 14407, 9363, 10623, 6798, 7375, 7274, 7144, 13220, 6623, 8228, 6580, 8829, 6719, 6535, 6773, 6941, 6787, 6759, 9968, 6976, 10997, 8118, 9581, 7054, 8116, 7040, 6825, 11433, 8334, 12208, 7393, 9574, 6889, 7469, 9597, 7036, 11856, 9456, 9732, 6838, 7944, 6869, 6794, 8888, 6879, 11142, 8308, 9252, 6701, 6648, 11220, 6656, 9806, 6867, 7724, 10897, 6676, 11346, 6792, 8429, 6669, 6820, 11869, 6792, 9812, 6809, 7807, 6822, 6883, 10647, 6872, 9351, 6919, 8777, 7117, 7584, 7098, 6867, 10171, 6916, 9586, 7119, 8753, 6868, 7091, 9777, 6688, 11035, 6770, 9303, 6898, 8414, 9560, 6900, 11774, 7913, 10187, 6854, 9450, 6910, 7447, 10966, 7061, 11355, 6782, 10275, 6830, 9029, 6985, 6914, 11764, 7775, 10926, 7125, 8914, 7007, 6598, 12162, 9198, 11341, 8757, 10137, 6999, 6944, 11260, 8309, 11530, 6781, 11891, 6897, 10025, 7161, 9710, 6928, 7724, 6972, 6919, 10119, 6933, 11777, 8503, 10674, 8584, 9667, 6873, 7909, 7187, 6972, 12420, 7751, 12418, 9022, 9866, 6855, 8682, 7110, 6887, 12171, 8455, 11296, 7565, 9458, 7081, 6849, 11255, 7273, 12477, 9246, 9383, 7013, 8566, 7014, 8306, 7032, 8683, 6918, 10888, 7395, 7559, 6973, 9713, 6949, 9660, 7515, 6904, 11616, 9776, 10710, 6839, 7801, 8127, 6962, 12992, 7434, 10478, 7202, 8573, 6790, 8497, 6664, 7316, 9897, 6854, 12588, 7195, 9537, 6690, 8591, 6916, 7426, 10138, 7224, 11906, 6905, 9269, 7029, 7490, 7369, 6954, 8091, 6965, 9996, 6894, 8785, 7005, 8302, 6949, 6981, 11160, 8927, 10552, 6975, 8915, 6888, 8319, 7861, 6729, 12393, 10201, 10095], 'WindowCenter': [4338.0, 4299.0, 4294.0, 4272.0, 4277.0, 4268.0, 4265.0, 4254.0, 4254.0, 4246.0, 4266.0, 4246.0, 4265.0, 4243.0, 4265.0, 4274.0, 4232.0, 4262.0, 4232.0, 4253.0, 4264.0, 4235.0, 4276.0, 4234.0, 4255.0, 4245.0, 4247.0, 4287.0, 4247.0, 4279.0, 4260.0, 4270.0, 4260.0, 4260.0, 4302.0, 4273.0, 4292.0, 4250.0, 4261.0, 4260.0, 4252.0, 4302.0, 4264.0, 4293.0, 4274.0, 4273.0, 4263.0, 4273.0, 4283.0, 4274.0, 4307.0, 4276.0, 4310.0, 4279.0, 4309.0, 4277.0, 4290.0, 4329.0, 4279.0, 4323.0, 4301.0, 4309.0, 4278.0, 4278.0, 4319.0, 4277.0, 4318.0, 4300.0, 4307.0, 4265.0, 4286.0, 4306.0, 4275.0, 4315.0, 4285.0, 4305.0, 4274.0, 4294.0, 4263.0, 4274.0, 4318.0, 4275.0, 4315.0, 4285.0, 4305.0, 4274.0, 4305.0, 4274.0, 4274.0, 4306.0, 4274.0, 4315.0, 4273.0, 4304.0, 4263.0, 4282.0, 4262.0, 4284.0, 4293.0, 4263.0, 4313.0, 4262.0, 4292.0, 4251.0, 4272.0, 4283.0, 4262.0, 4313.0, 4261.0, 4302.0, 4262.0, 4282.0, 4261.0, 4262.0, 4305.0, 4275.0, 4303.0, 4261.0, 4292.0, 4251.0, 4273.0, 4295.0, 4263.0, 4314.0, 4273.0, 4293.0, 4263.0, 4284.0, 4285.0, 4276.0, 4317.0, 4275.0, 4304.0, 4273.0, 4294.0, 4263.0, 4274.0, 4306.0, 4274.0, 4315.0, 4263.0, 4303.0, 4262.0, 4293.0, 4262.0, 4284.0, 4294.0, 4264.0, 4316.0, 4263.0, 4303.0, 4272.0, 4293.0, 4264.0, 4275.0, 4285.0, 4275.0, 4325.0, 4284.0, 4303.0, 4263.0, 4295.0, 4273.0, 4273.0, 4314.0, 4272.0, 4302.0, 4270.0, 4302.0, 4250.0, 4270.0, 4260.0, 4261.0, 4301.0, 4261.0, 4313.0, 4283.0, 4303.0, 4262.0, 4293.0, 4262.0, 4273.0, 4306.0, 4273.0, 4314.0, 4262.0, 4292.0, 4262.0, 4272.0, 4293.0, 4274.0, 4303.0, 4262.0, 4302.0, 4261.0, 4291.0, 4261.0, 4294.0, 4262.0, 4264.0, 4304.0, 4276.0, 4304.0, 4274.0, 4293.0, 4275.0, 4296.0, 4278.0, 4278.0, 4316.0, 4276.0, 4316.0, 4286.0, 4306.0, 4264.0, 4295.0, 4274.0, 4263.0, 4314.0, 4283.0, 4304.0, 4272.0, 4293.0, 4262.0, 4272.0, 4293.0, 4263.0, 4313.0, 4295.0, 4304.0, 4273.0, 4294.0, 4262.0, 4273.0, 4303.0, 4274.0, 4304.0, 4294.0, 4293.0, 4262.0, 4282.0, 4263.0, 4277.0, 4315.0, 4266.0, 4304.0, 4284.0, 4293.0, 4274.0, 4304.0, 4274.0, 4295.0, 4277.0, 4322.0, 4278.0, 4278.0, 4317.0, 4266.0, 4317.0, 4288.0, 4318.0, 4278.0, 4295.0, 4272.0, 4274.0, 4305.0, 4265.0, 4305.0, 4283.0, 4291.0, 4272.0, 4280.0, 4260.0, 4271.0, 4261.0, 4262.0, 4292.0, 4263.0, 4315.0, 4295.0, 4304.0, 4273.0, 4293.0, 4250.0, 4271.0, 4302.0, 4261.0, 4312.0, 4292.0, 4289.0, 4249.0, 4279.0, 4259.0, 4259.0, 4280.0, 4250.0, 4313.0, 4283.0, 4302.0, 4262.0, 4281.0, 4273.0, 4285.0, 4274.0, 4273.0, 4316.0, 4285.0, 4295.0, 4265.0, 4305.0, 4264.0, 4306.0, 4276.0, 4287.0, 4308.0, 4276.0, 4317.0, 4275.0, 4304.0, 4261.0, 4284.0, 4294.0, 4264.0, 4314.0, 4273.0, 4303.0, 4261.0, 4282.0, 4261.0, 4261.0, 4292.0, 4251.0, 4302.0, 4262.0, 4292.0, 4262.0, 4293.0, 4263.0, 4275.0, 4296.0, 4276.0, 4326.0, 4276.0, 4307.0, 4279.0, 4312.0, 4282.0, 4291.0, 4289.0, 4280.0, 4320.0, 4278.0, 4307.0, 4278.0, 4308.0, 4279.0, 4298.0, 4299.0, 4278.0, 4319.0, 4289.0, 4321.0, 4279.0, 4309.0, 4279.0, 4287.0, 4318.0, 4288.0, 4318.0, 4286.0, 4307.0, 4290.0, 4302.0, 4307.0, 4287.0, 4316.0, 4307.0, 4306.0, 4276.0, 4306.0, 4265.0, 4287.0, 4306.0, 4288.0, 4318.0, 4286.0, 4307.0, 4264.0, 4295.0, 4285.0, 4276.0, 4315.0, 4285.0, 4315.0, 4274.0, 4294.0, 4262.0, 4273.0, 4302.0, 4273.0, 4303.0, 4262.0, 4292.0, 4251.0, 4281.0, 4263.0, 4275.0, 4305.0, 4265.0, 4316.0, 4275.0, 4305.0, 4265.0, 4297.0, 4298.0, 4277.0, 4327.0, 4277.0, 4306.0, 4264.0, 4306.0, 4276.0, 4287.0, 4307.0, 4265.0, 4316.0, 4274.0, 4304.0, 4262.0, 4305.0, 4275.0, 4276.0, 4305.0, 4266.0, 4315.0, 4275.0, 4316.0, 4277.0, 4317.0, 4267.0, 4287.0, 4298.0, 4278.0, 4329.0, 4299.0, 4319.0, 4289.0, 4300.0, 4290.0, 4278.0, 4328.0, 4287.0, 4317.0, 4288.0, 4319.0, 4267.0, 4277.0, 4306.0, 4274.0, 4315.0, 4296.0, 4306.0, 4265.0, 4304.0, 4265.0, 4285.0, 4275.0, 4277.0, 4318.0, 4297.0, 4317.0, 4279.0, 4319.0, 4278.0, 4309.0, 4308.0, 4289.0, 4330.0, 4288.0, 4317.0, 4280.0, 4311.0, 4271.0, 4238.0, 4251.0, 4245.0, 4276.0, 4259.0, 4303.0, 4282.0, 4281.0, 4299.0, 4315.0, 4304.0, 4314.0, 4293.0, 4283.0, 4315.0, 4294.0, 4335.0, 4298.0, 4323.0, 4322.0, 4315.0, 4340.0, 4328.0, 4324.0, 4325.0, 4285.0, 4263.0, 4236.0, 4214.0, 4189.0, 4220.0, 4233.0, 4225.0, 4232.0, 4226.0, 4222.0, 4245.0, 4267.0, 4236.0, 4264.0, 4244.0, 4233.0, 4254.0, 4236.0, 4267.0, 4248.0, 4252.0, 4242.0, 4264.0, 4248.0, 4275.0, 4260.0, 4278.0, 4258.0, 4269.0, 4300.0, 4246.0, 4265.0, 4258.0, 4268.0, 4247.0, 4267.0, 4246.0, 4249.0, 4301.0, 4262.0, 4291.0, 4261.0, 4281.0, 4263.0, 4261.0, 4302.0, 4282.0, 4278.0, 4247.0, 4257.0, 4257.0, 4257.0, 4289.0, 4262.0, 4294.0, 4293.0, 4235.0, 4232.0, 4218.0, 4225.0, 4239.0, 4250.0, 4257.0, 4300.0, 4263.0, 4281.0, 4260.0, 4271.0, 4290.0, 4261.0, 4291.0, 4261.0, 4294.0, 4262.0, 4283.0, 4290.0, 4248.0, 4300.0, 4260.0, 4269.0, 4256.0, 4258.0, 4308.0, 4278.0, 4287.0, 4255.0, 4266.0, 4285.0, 4253.0, 4292.0, 4262.0, 4272.0, 4230.0, 4242.0, 4232.0, 4233.0, 4284.0, 4244.0, 4265.0, 4245.0, 4254.0, 4266.0, 4246.0, 4296.0, 4268.0, 4276.0, 4247.0, 4258.0, 4246.0, 4247.0, 4287.0, 4248.0, 4269.0, 4248.0, 4259.0, 4289.0, 4247.0, 4287.0, 4248.0, 4269.0, 4247.0, 4259.0, 4300.0, 4249.0, 4280.0, 4249.0, 4259.0, 4289.0, 4248.0, 4287.0, 4247.0, 4256.0, 4247.0, 4248.0, 4298.0, 4248.0, 4278.0, 4258.0, 4258.0, 4269.0, 4258.0, 4290.0, 4260.0, 4269.0, 4260.0, 4272.0, 4314.0, 4263.0, 4292.0, 4262.0, 4274.0, 4264.0, 4275.0, 4281.0, 4271.0, 4268.0, 4259.0, 4280.0, 4274.0, 4297.0, 4283.0, 4275.0, 4273.0, 4285.0, 4317.0, 4290.0, 4318.0, 4300.0, 4335.0, 4316.0, 4349.0, 4359.0, 4315.0, 4328.0, 4306.0, 4328.0, 4284.0, 4282.0, 4307.0, 4284.0, 4315.0, 4290.0, 4278.0, 4272.0, 4294.0, 4250.0, 4239.0, 4241.0, 4229.0, 4259.0, 4258.0, 4256.0, 4267.0, 4261.0, 4291.0, 4261.0, 4280.0, 4248.0, 4278.0, 4234.0, 4266.0, 4256.0, 4268.0, 4301.0, 4271.0, 4268.0, 4244.0, 4246.0, 4246.0, 4288.0, 4256.0, 4245.0, 4245.0, 4245.0, 4276.0, 4259.0, 4312.0, 4247.0, 4278.0, 4245.0, 4245.0, 4308.0, 4246.0, 4276.0, 4246.0, 4256.0, 4246.0, 4255.0, 4287.0, 4244.0, 4296.0, 4245.0, 4265.0, 4245.0, 4254.0, 4246.0, 4257.0, 4300.0, 4248.0, 4289.0, 4248.0, 4267.0, 4247.0, 4269.0, 4269.0, 4258.0, 4300.0, 4269.0, 4280.0, 4247.0, 4259.0, 4299.0, 4248.0, 4287.0, 4258.0, 4269.0, 4248.0, 4248.0, 4310.0, 4271.0, 4292.0, 4262.0, 4269.0, 4261.0, 4262.0, 4266.0, 4228.0, 4248.0, 4278.0, 4290.0, 4257.0, 4261.0, 4243.0, 4278.0, 4255.0, 4286.0, 4299.0, 4309.0, 4360.0, 4350.0, 4325.0, 4292.0, 4298.0, 4266.0, 4273.0, 4275.0, 4284.0, 4313.0, 4291.0, 4313.0, 4245.0, 4259.0, 4244.0, 4243.0, 4246.0, 4257.0, 4272.0, 4271.0, 4260.0, 4279.0, 4260.0, 4283.0, 4271.0, 4272.0, 4313.0, 4295.0, 4305.0, 4295.0, 4284.0, 4312.0, 4259.0, 4293.0, 4280.0, 4267.0, 4296.0, 4267.0, 4296.0, 4252.0, 4274.0, 4233.0, 4246.0, 4241.0, 4244.0, 4295.0, 4227.0, 4234.0, 4215.0, 4248.0, 4229.0, 4230.0, 4244.0, 4255.0, 4244.0, 4245.0, 4287.0, 4259.0, 4299.0, 4270.0, 4289.0, 4259.0, 4269.0, 4257.0, 4257.0, 4300.0, 4280.0, 4310.0, 4269.0, 4287.0, 4258.0, 4259.0, 4276.0, 4246.0, 4297.0, 4288.0, 4277.0, 4257.0, 4265.0, 4246.0, 4257.0, 4277.0, 4259.0, 4297.0, 4279.0, 4290.0, 4259.0, 4259.0, 4299.0, 4246.0, 4277.0, 4246.0, 4256.0, 4287.0, 4244.0, 4287.0, 4245.0, 4266.0, 4244.0, 4244.0, 4295.0, 4245.0, 4275.0, 4245.0, 4256.0, 4244.0, 4256.0, 4287.0, 4258.0, 4288.0, 4259.0, 4281.0, 4271.0, 4283.0, 4273.0, 4274.0, 4302.0, 4273.0, 4302.0, 4274.0, 4295.0, 4275.0, 4286.0, 4317.0, 4277.0, 4316.0, 4276.0, 4305.0, 4274.0, 4295.0, 4306.0, 4289.0, 4329.0, 4296.0, 4316.0, 4273.0, 4305.0, 4273.0, 4274.0, 4311.0, 4287.0, 4316.0, 4277.0, 4317.0, 4275.0, 4305.0, 4285.0, 4286.0, 4328.0, 4299.0, 4329.0, 4288.0, 4308.0, 4287.0, 4278.0, 4336.0, 4322.0, 4346.0, 4337.0, 4330.0, 4276.0, 4275.0, 4317.0, 4295.0, 4315.0, 4275.0, 4325.0, 4274.0, 4302.0, 4272.0, 4304.0, 4274.0, 4284.0, 4273.0, 4273.0, 4314.0, 4273.0, 4313.0, 4292.0, 4304.0, 4294.0, 4294.0, 4263.0, 4283.0, 4260.0, 4261.0, 4312.0, 4272.0, 4312.0, 4282.0, 4292.0, 4261.0, 4282.0, 4261.0, 4262.0, 4312.0, 4282.0, 4302.0, 4271.0, 4291.0, 4273.0, 4275.0, 4316.0, 4273.0, 4314.0, 4292.0, 4292.0, 4263.0, 4296.0, 4274.0, 4285.0, 4275.0, 4284.0, 4261.0, 4303.0, 4277.0, 4286.0, 4278.0, 4295.0, 4278.0, 4307.0, 4274.0, 4274.0, 4303.0, 4294.0, 4303.0, 4261.0, 4271.0, 4260.0, 4248.0, 4309.0, 4260.0, 4289.0, 4259.0, 4269.0, 4249.0, 4280.0, 4249.0, 4258.0, 4278.0, 4247.0, 4296.0, 4247.0, 4277.0, 4248.0, 4269.0, 4248.0, 4259.0, 4290.0, 4258.0, 4297.0, 4247.0, 4277.0, 4259.0, 4259.0, 4259.0, 4260.0, 4270.0, 4260.0, 4290.0, 4261.0, 4281.0, 4261.0, 4282.0, 4277.0, 4276.0, 4317.0, 4297.0, 4305.0, 4264.0, 4283.0, 4261.0, 4283.0, 4273.0, 4259.0, 4313.0, 4306.0, 4294.0], 'WindowWidth': [9579.0, 9508.0, 9494.0, 9460.0, 9457.0, 9447.0, 9441.0, 9426.0, 9423.0, 9414.0, 9443.0, 9415.0, 9439.0, 9405.0, 9434.0, 9446.0, 9388.0, 9430.0, 9389.0, 9420.0, 9435.0, 9397.0, 9454.0, 9397.0, 9426.0, 9413.0, 9418.0, 9472.0, 9420.0, 9463.0, 9440.0, 9454.0, 9440.0, 9442.0, 9500.0, 9462.0, 9485.0, 9428.0, 9443.0, 9442.0, 9432.0, 9500.0, 9450.0, 9490.0, 9466.0, 9462.0, 9449.0, 9464.0, 9477.0, 9469.0, 9516.0, 9475.0, 9525.0, 9482.0, 9521.0, 9476.0, 9498.0, 9548.0, 9481.0, 9546.0, 9513.0, 9523.0, 9479.0, 9480.0, 9535.0, 9475.0, 9532.0, 9511.0, 9517.0, 9457.0, 9485.0, 9512.0, 9469.0, 9526.0, 9483.0, 9510.0, 9467.0, 9495.0, 9452.0, 9469.0, 9530.0, 9470.0, 9524.0, 9483.0, 9511.0, 9469.0, 9511.0, 9468.0, 9468.0, 9512.0, 9468.0, 9526.0, 9466.0, 9506.0, 9450.0, 9475.0, 9448.0, 9480.0, 9492.0, 9450.0, 9517.0, 9448.0, 9489.0, 9432.0, 9462.0, 9477.0, 9447.0, 9518.0, 9447.0, 9502.0, 9448.0, 9473.0, 9446.0, 9447.0, 9509.0, 9471.0, 9504.0, 9446.0, 9487.0, 9431.0, 9466.0, 9496.0, 9453.0, 9519.0, 9465.0, 9491.0, 9451.0, 9481.0, 9483.0, 9471.0, 9527.0, 9470.0, 9508.0, 9465.0, 9493.0, 9451.0, 9467.0, 9511.0, 9466.0, 9523.0, 9452.0, 9505.0, 9447.0, 9490.0, 9448.0, 9481.0, 9494.0, 9454.0, 9524.0, 9451.0, 9504.0, 9462.0, 9492.0, 9452.0, 9469.0, 9485.0, 9470.0, 9539.0, 9479.0, 9506.0, 9450.0, 9497.0, 9463.0, 9464.0, 9521.0, 9462.0, 9501.0, 9456.0, 9500.0, 9427.0, 9455.0, 9442.0, 9446.0, 9497.0, 9446.0, 9518.0, 9479.0, 9505.0, 9448.0, 9492.0, 9448.0, 9464.0, 9511.0, 9465.0, 9522.0, 9449.0, 9489.0, 9449.0, 9461.0, 9489.0, 9468.0, 9504.0, 9449.0, 9501.0, 9445.0, 9484.0, 9445.0, 9494.0, 9448.0, 9453.0, 9506.0, 9475.0, 9508.0, 9467.0, 9493.0, 9470.0, 9499.0, 9479.0, 9479.0, 9525.0, 9472.0, 9525.0, 9487.0, 9512.0, 9452.0, 9496.0, 9465.0, 9451.0, 9519.0, 9475.0, 9506.0, 9460.0, 9488.0, 9446.0, 9461.0, 9490.0, 9450.0, 9516.0, 9495.0, 9505.0, 9465.0, 9492.0, 9447.0, 9462.0, 9503.0, 9463.0, 9507.0, 9493.0, 9489.0, 9448.0, 9473.0, 9451.0, 9478.0, 9525.0, 9460.0, 9504.0, 9478.0, 9490.0, 9469.0, 9507.0, 9467.0, 9497.0, 9476.0, 9545.0, 9480.0, 9480.0, 9528.0, 9460.0, 9528.0, 9489.0, 9534.0, 9478.0, 9496.0, 9460.0, 9463.0, 9507.0, 9455.0, 9511.0, 9476.0, 9484.0, 9458.0, 9468.0, 9441.0, 9455.0, 9443.0, 9446.0, 9487.0, 9449.0, 9521.0, 9493.0, 9505.0, 9461.0, 9487.0, 9426.0, 9455.0, 9499.0, 9441.0, 9511.0, 9485.0, 9480.0, 9425.0, 9463.0, 9435.0, 9438.0, 9467.0, 9427.0, 9514.0, 9474.0, 9498.0, 9445.0, 9470.0, 9464.0, 9482.0, 9467.0, 9463.0, 9525.0, 9481.0, 9493.0, 9454.0, 9507.0, 9453.0, 9511.0, 9471.0, 9487.0, 9516.0, 9471.0, 9526.0, 9467.0, 9506.0, 9446.0, 9477.0, 9490.0, 9451.0, 9519.0, 9462.0, 9502.0, 9444.0, 9471.0, 9443.0, 9442.0, 9485.0, 9430.0, 9497.0, 9446.0, 9485.0, 9448.0, 9490.0, 9450.0, 9470.0, 9498.0, 9472.0, 9539.0, 9471.0, 9513.0, 9481.0, 9528.0, 9482.0, 9494.0, 9492.0, 9481.0, 9535.0, 9475.0, 9512.0, 9475.0, 9515.0, 9478.0, 9505.0, 9505.0, 9477.0, 9531.0, 9492.0, 9536.0, 9478.0, 9520.0, 9478.0, 9487.0, 9529.0, 9487.0, 9530.0, 9483.0, 9515.0, 9495.0, 9511.0, 9510.0, 9483.0, 9521.0, 9509.0, 9508.0, 9470.0, 9510.0, 9454.0, 9484.0, 9507.0, 9486.0, 9529.0, 9485.0, 9512.0, 9451.0, 9493.0, 9477.0, 9467.0, 9520.0, 9477.0, 9520.0, 9461.0, 9489.0, 9444.0, 9459.0, 9498.0, 9458.0, 9502.0, 9444.0, 9482.0, 9429.0, 9468.0, 9446.0, 9466.0, 9504.0, 9453.0, 9521.0, 9467.0, 9506.0, 9454.0, 9499.0, 9500.0, 9472.0, 9541.0, 9472.0, 9509.0, 9451.0, 9509.0, 9468.0, 9485.0, 9509.0, 9452.0, 9521.0, 9463.0, 9502.0, 9446.0, 9507.0, 9466.0, 9468.0, 9507.0, 9454.0, 9520.0, 9466.0, 9522.0, 9472.0, 9526.0, 9458.0, 9487.0, 9501.0, 9476.0, 9544.0, 9503.0, 9533.0, 9491.0, 9508.0, 9493.0, 9477.0, 9543.0, 9486.0, 9524.0, 9486.0, 9529.0, 9456.0, 9471.0, 9510.0, 9463.0, 9519.0, 9494.0, 9506.0, 9452.0, 9504.0, 9455.0, 9479.0, 9466.0, 9471.0, 9528.0, 9499.0, 9528.0, 9478.0, 9531.0, 9475.0, 9518.0, 9516.0, 9490.0, 9546.0, 9489.0, 9528.0, 9483.0, 9526.0, 9454.0, 9405.0, 9410.0, 9410.0, 9452.0, 9437.0, 9506.0, 9483.0, 9480.0, 9515.0, 9545.0, 9527.0, 9540.0, 9508.0, 9492.0, 9537.0, 9508.0, 9566.0, 9506.0, 9536.0, 9536.0, 9528.0, 9579.0, 9554.0, 9537.0, 9542.0, 9468.0, 9427.0, 9383.0, 9347.0, 9309.0, 9351.0, 9375.0, 9365.0, 9368.0, 9367.0, 9372.0, 9408.0, 9442.0, 9395.0, 9430.0, 9404.0, 9389.0, 9418.0, 9397.0, 9440.0, 9417.0, 9413.0, 9397.0, 9430.0, 9417.0, 9447.0, 9436.0, 9459.0, 9429.0, 9446.0, 9492.0, 9413.0, 9436.0, 9432.0, 9445.0, 9414.0, 9442.0, 9413.0, 9421.0, 9492.0, 9444.0, 9481.0, 9442.0, 9470.0, 9451.0, 9442.0, 9497.0, 9469.0, 9462.0, 9416.0, 9431.0, 9430.0, 9428.0, 9476.0, 9447.0, 9490.0, 9486.0, 9395.0, 9385.0, 9360.0, 9368.0, 9392.0, 9413.0, 9437.0, 9500.0, 9454.0, 9475.0, 9443.0, 9460.0, 9483.0, 9446.0, 9488.0, 9447.0, 9495.0, 9449.0, 9478.0, 9484.0, 9425.0, 9496.0, 9442.0, 9453.0, 9432.0, 9437.0, 9506.0, 9461.0, 9474.0, 9426.0, 9443.0, 9467.0, 9420.0, 9476.0, 9430.0, 9446.0, 9388.0, 9404.0, 9393.0, 9396.0, 9465.0, 9412.0, 9440.0, 9413.0, 9427.0, 9444.0, 9417.0, 9484.0, 9449.0, 9457.0, 9421.0, 9436.0, 9417.0, 9420.0, 9472.0, 9424.0, 9452.0, 9423.0, 9437.0, 9478.0, 9422.0, 9477.0, 9422.0, 9452.0, 9421.0, 9441.0, 9494.0, 9427.0, 9469.0, 9424.0, 9440.0, 9478.0, 9421.0, 9474.0, 9419.0, 9432.0, 9420.0, 9422.0, 9490.0, 9424.0, 9464.0, 9437.0, 9438.0, 9454.0, 9439.0, 9483.0, 9443.0, 9455.0, 9443.0, 9462.0, 9522.0, 9453.0, 9489.0, 9447.0, 9468.0, 9453.0, 9473.0, 9473.0, 9460.0, 9451.0, 9442.0, 9470.0, 9469.0, 9507.0, 9485.0, 9476.0, 9472.0, 9491.0, 9534.0, 9503.0, 9539.0, 9518.0, 9572.0, 9550.0, 9597.0, 9608.0, 9536.0, 9545.0, 9511.0, 9551.0, 9486.0, 9462.0, 9506.0, 9470.0, 9517.0, 9472.0, 9452.0, 9455.0, 9483.0, 9421.0, 9399.0, 9403.0, 9386.0, 9444.0, 9441.0, 9435.0, 9449.0, 9446.0, 9486.0, 9447.0, 9469.0, 9421.0, 9462.0, 9397.0, 9442.0, 9426.0, 9448.0, 9500.0, 9460.0, 9452.0, 9414.0, 9417.0, 9419.0, 9480.0, 9435.0, 9420.0, 9416.0, 9414.0, 9457.0, 9439.0, 9515.0, 9423.0, 9464.0, 9414.0, 9416.0, 9503.0, 9419.0, 9457.0, 9417.0, 9432.0, 9417.0, 9431.0, 9473.0, 9415.0, 9484.0, 9416.0, 9441.0, 9415.0, 9427.0, 9418.0, 9435.0, 9496.0, 9424.0, 9480.0, 9425.0, 9447.0, 9420.0, 9452.0, 9453.0, 9439.0, 9497.0, 9453.0, 9470.0, 9422.0, 9441.0, 9493.0, 9423.0, 9477.0, 9437.0, 9454.0, 9423.0, 9425.0, 9511.0, 9456.0, 9491.0, 9451.0, 9455.0, 9449.0, 9452.0, 9446.0, 9384.0, 9410.0, 9469.0, 9488.0, 9435.0, 9432.0, 9410.0, 9463.0, 9428.0, 9482.0, 9501.0, 9513.0, 9602.0, 9589.0, 9547.0, 9494.0, 9495.0, 9451.0, 9457.0, 9447.0, 9478.0, 9516.0, 9487.0, 9520.0, 9415.0, 9444.0, 9416.0, 9412.0, 9422.0, 9437.0, 9467.0, 9463.0, 9446.0, 9468.0, 9443.0, 9480.0, 9462.0, 9465.0, 9523.0, 9501.0, 9513.0, 9497.0, 9479.0, 9516.0, 9439.0, 9490.0, 9465.0, 9444.0, 9481.0, 9442.0, 9481.0, 9415.0, 9447.0, 9391.0, 9414.0, 9404.0, 9414.0, 9484.0, 9379.0, 9383.0, 9360.0, 9406.0, 9388.0, 9388.0, 9416.0, 9432.0, 9416.0, 9420.0, 9475.0, 9441.0, 9495.0, 9457.0, 9484.0, 9444.0, 9455.0, 9436.0, 9438.0, 9498.0, 9471.0, 9510.0, 9454.0, 9478.0, 9438.0, 9442.0, 9459.0, 9419.0, 9490.0, 9479.0, 9464.0, 9437.0, 9447.0, 9421.0, 9436.0, 9464.0, 9442.0, 9493.0, 9471.0, 9485.0, 9443.0, 9444.0, 9495.0, 9421.0, 9463.0, 9419.0, 9435.0, 9475.0, 9416.0, 9475.0, 9418.0, 9446.0, 9415.0, 9416.0, 9485.0, 9418.0, 9458.0, 9417.0, 9434.0, 9417.0, 9435.0, 9477.0, 9439.0, 9481.0, 9444.0, 9475.0, 9462.0, 9482.0, 9469.0, 9473.0, 9506.0, 9469.0, 9507.0, 9471.0, 9502.0, 9473.0, 9491.0, 9532.0, 9479.0, 9531.0, 9478.0, 9515.0, 9473.0, 9502.0, 9517.0, 9499.0, 9553.0, 9505.0, 9531.0, 9471.0, 9512.0, 9467.0, 9471.0, 9520.0, 9493.0, 9531.0, 9481.0, 9534.0, 9477.0, 9517.0, 9489.0, 9494.0, 9551.0, 9514.0, 9553.0, 9496.0, 9524.0, 9494.0, 9483.0, 9561.0, 9551.0, 9589.0, 9580.0, 9557.0, 9476.0, 9472.0, 9531.0, 9500.0, 9527.0, 9475.0, 9542.0, 9470.0, 9506.0, 9465.0, 9511.0, 9468.0, 9484.0, 9470.0, 9469.0, 9525.0, 9470.0, 9522.0, 9493.0, 9511.0, 9497.0, 9494.0, 9453.0, 9480.0, 9447.0, 9448.0, 9516.0, 9462.0, 9520.0, 9477.0, 9489.0, 9448.0, 9476.0, 9446.0, 9449.0, 9517.0, 9476.0, 9503.0, 9461.0, 9487.0, 9470.0, 9473.0, 9528.0, 9465.0, 9521.0, 9490.0, 9489.0, 9452.0, 9499.0, 9468.0, 9483.0, 9469.0, 9479.0, 9446.0, 9503.0, 9475.0, 9487.0, 9480.0, 9497.0, 9480.0, 9518.0, 9468.0, 9467.0, 9506.0, 9494.0, 9504.0, 9445.0, 9458.0, 9438.0, 9422.0, 9508.0, 9441.0, 9480.0, 9437.0, 9451.0, 9427.0, 9469.0, 9425.0, 9436.0, 9462.0, 9418.0, 9484.0, 9421.0, 9460.0, 9421.0, 9450.0, 9423.0, 9438.0, 9481.0, 9436.0, 9488.0, 9419.0, 9460.0, 9439.0, 9438.0, 9435.0, 9441.0, 9454.0, 9444.0, 9482.0, 9444.0, 9470.0, 9445.0, 9479.0, 9479.0, 9473.0, 9529.0, 9500.0, 9510.0, 9454.0, 9477.0, 9446.0, 9477.0, 9463.0, 9443.0, 9517.0, 9514.0, 9493.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.006980394736842105</td></tr>
<tr><td colspan=3>aqi</td><td>0.0751931682330827</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.06106440702734</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1948754278833502</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.071227732991535</td></tr>
<tr><td colspan=3>efc</td><td>0.5374</td></tr>
<tr><td colspan=3>fber</td><td>3386.5732</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1921651412291672</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>218</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.48872180451128</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4649445220346564</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3542124893257457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.591621120029119</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4489999567491045</td></tr>
<tr><td colspan=3>gcor</td><td>0.00855467</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00017082170234061778</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03711043298244476</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.6794637847486005</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>12.025</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.0767</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.7281</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284106.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1090.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.0103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.239</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.0794</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3436.7653</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4360.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>762.4764</td></tr>
<tr><td colspan=3>tsnr</td><td>24.944799134042114</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>