<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-03/func/sub-0034_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>08084b8ec72af17d5d66a732739e6208</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:35:5.935000</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.996364, 0.0852036, -0.000280984, -0.0845427, 0.989034, 0.121094]</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.101801</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>[4147, -7807, -7173, 525, -43, -207, 126, -2]</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>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>71f6d014-a168-48a7-9366-817ecce99ec3||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.673170566558838, -0.22682194411754608, -0.028607938438653946, 124.46585845947266], [-0.22859510779380798, 2.6535067558288574, 0.3257001042366028, -87.03208923339844], [-0.0007538600475527346, -0.324885755777359, 2.68013072013855, -26.285154342651367], [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': ['123505.935000', '123506.395000', '123506.855000', '123507.315000', '123507.775000', '123508.235000', '123508.695000', '123509.155000', '123509.615000', '123510.075000', '123510.535000', '123510.995000', '123511.455000', '123511.915000', '123512.375000', '123512.835000', '123513.295000', '123513.755000', '123514.215000', '123514.675000', '123515.135000', '123515.595000', '123516.055000', '123516.515000', '123516.975000', '123517.435000', '123517.895000', '123518.355000', '123518.815000', '123519.275000', '123519.735000', '123520.195000', '123520.655000', '123521.115000', '123521.575000', '123522.035000', '123522.495000', '123522.955000', '123523.415000', '123523.875000', '123524.335000', '123524.795000', '123525.255000', '123525.715000', '123526.175000', '123526.635000', '123527.095000', '123527.555000', '123528.015000', '123528.475000', '123528.935000', '123529.395000', '123529.855000', '123530.315000', '123530.775000', '123531.235000', '123531.695000', '123532.155000', '123532.615000', '123533.075000', '123533.535000', '123533.995000', '123534.455000', '123534.915000', '123535.375000', '123535.835000', '123536.295000', '123536.755000', '123537.215000', '123537.675000', '123538.135000', '123538.595000', '123539.055000', '123539.515000', '123539.975000', '123540.435000', '123540.895000', '123541.355000', '123541.815000', '123542.275000', '123542.735000', '123543.195000', '123543.655000', '123544.115000', '123544.575000', '123545.035000', '123545.495000', '123545.955000', '123546.415000', '123546.875000', '123547.335000', '123547.795000', '123548.255000', '123548.715000', '123549.175000', '123549.635000', '123550.095000', '123550.555000', '123551.015000', '123551.475000', '123551.935000', '123552.395000', '123552.855000', '123553.315000', '123553.775000', '123554.235000', '123554.695000', '123555.155000', '123555.615000', '123556.075000', '123556.535000', '123556.995000', '123557.455000', '123557.915000', '123558.375000', '123558.835000', '123559.295000', '123559.755000', '123600.215000', '123600.675000', '123601.135000', '123601.595000', '123602.055000', '123602.515000', '123602.975000', '123603.435000', '123603.895000', '123604.355000', '123604.815000', '123605.275000', '123605.735000', '123606.195000', '123606.655000', '123607.115000', '123607.575000', '123608.035000', '123608.495000', '123608.955000', '123609.415000', '123609.875000', '123610.335000', '123610.795000', '123611.255000', '123611.715000', '123612.175000', '123612.635000', '123613.095000', '123613.555000', '123614.015000', '123614.475000', '123614.935000', '123615.395000', '123615.855000', '123616.315000', '123616.775000', '123617.235000', '123617.695000', '123618.155000', '123618.615000', '123619.075000', '123619.535000', '123619.995000', '123620.455000', '123620.915000', '123621.375000', '123621.835000', '123622.295000', '123622.755000', '123623.215000', '123623.675000', '123624.135000', '123624.595000', '123625.055000', '123625.515000', '123625.975000', '123626.435000', '123626.895000', '123627.355000', '123627.815000', '123628.275000', '123628.735000', '123629.195000', '123629.655000', '123630.115000', '123630.575000', '123631.035000', '123631.495000', '123631.955000', '123632.415000', '123632.875000', '123633.335000', '123633.795000', '123634.255000', '123634.715000', '123635.175000', '123635.635000', '123636.095000', '123636.555000', '123637.015000', '123637.475000', '123637.935000', '123638.395000', '123638.855000', '123639.315000', '123639.775000', '123640.235000', '123640.695000', '123641.155000', '123641.615000', '123642.075000', '123642.535000', '123642.995000', '123643.455000', '123643.915000', '123644.375000', '123644.835000', '123645.295000', '123645.755000', '123646.215000', '123646.675000', '123647.135000', '123647.595000', '123648.055000', '123648.515000', '123648.975000', '123649.435000', '123649.895000', '123650.355000', '123650.815000', '123651.275000', '123651.735000', '123652.195000', '123652.655000', '123653.115000', '123653.575000', '123654.035000', '123654.495000', '123654.955000', '123655.415000', '123655.875000', '123656.335000', '123656.795000', '123657.255000', '123657.715000', '123658.175000', '123658.635000', '123659.095000', '123659.555000', '123700.015000', '123700.475000', '123700.935000', '123701.395000', '123701.855000', '123702.315000', '123702.775000', '123703.235000', '123703.695000', '123704.155000', '123704.615000', '123705.075000', '123705.535000', '123705.995000', '123706.455000', '123706.915000', '123707.375000', '123707.835000', '123708.295000', '123708.755000', '123709.215000', '123709.675000', '123710.135000', '123710.595000', '123711.055000', '123711.515000', '123711.975000', '123712.435000', '123712.895000', '123713.355000', '123713.815000', '123714.275000', '123714.735000', '123715.195000', '123715.655000', '123716.115000', '123716.575000', '123717.035000', '123717.495000', '123717.955000', '123718.415000', '123718.875000', '123719.335000', '123719.795000', '123720.255000', '123720.715000', '123721.175000', '123721.635000', '123722.095000', '123722.555000', '123723.015000', '123723.475000', '123723.935000', '123724.395000', '123724.855000', '123725.315000', '123725.775000', '123726.235000', '123726.695000', '123727.155000', '123727.615000', '123728.075000', '123728.535000', '123728.995000', '123729.455000', '123729.915000', '123730.375000', '123730.835000', '123731.295000', '123731.755000', '123732.215000', '123732.675000', '123733.135000', '123733.595000', '123734.055000', '123734.515000', '123734.975000', '123735.435000', '123735.895000', '123736.355000', '123736.815000', '123737.275000', '123737.735000', '123738.195000', '123738.655000', '123739.115000', '123739.575000', '123740.035000', '123740.495000', '123740.955000', '123741.415000', '123741.875000', '123742.335000', '123742.795000', '123743.255000', '123743.715000', '123744.175000', '123744.635000', '123745.095000', '123745.555000', '123746.015000', '123746.475000', '123746.935000', '123747.395000', '123747.855000', '123748.315000', '123748.775000', '123749.235000', '123749.695000', '123750.155000', '123750.615000', '123751.075000', '123751.535000', '123751.995000', '123752.455000', '123752.915000', '123753.375000', '123753.835000', '123754.295000', '123754.755000', '123755.215000', '123755.675000', '123756.135000', '123756.595000', '123757.055000', '123757.515000', '123757.975000', '123758.435000', '123758.895000', '123759.355000', '123759.815000', '123800.275000', '123800.735000', '123801.195000', '123801.655000', '123802.115000', '123802.575000', '123803.035000', '123803.495000', '123803.955000', '123804.415000', '123804.875000', '123805.335000', '123805.795000', '123806.255000', '123806.715000', '123807.175000', '123807.635000', '123808.095000', '123808.555000', '123809.015000', '123809.475000', '123809.935000', '123810.395000', '123810.855000', '123811.315000', '123811.775000', '123812.235000', '123812.695000', '123813.155000', '123813.615000', '123814.075000', '123814.535000', '123814.995000', '123815.455000', '123815.915000', '123816.375000', '123816.835000', '123817.295000', '123817.755000', '123818.215000', '123818.675000', '123819.135000', '123819.595000', '123820.055000', '123820.515000', '123820.975000', '123821.435000', '123821.895000', '123822.355000', '123822.815000', '123823.275000', '123823.735000', '123824.195000', '123824.655000', '123825.115000', '123825.575000', '123826.035000', '123826.495000', '123826.955000', '123827.415000', '123827.875000', '123828.335000', '123828.795000', '123829.255000', '123829.715000', '123830.175000', '123830.635000', '123831.095000', '123831.555000', '123832.015000', '123832.475000', '123832.935000', '123833.395000', '123833.855000', '123834.315000', '123834.775000', '123835.235000', '123835.695000', '123836.155000', '123836.615000', '123837.075000', '123837.535000', '123837.995000', '123838.455000', '123838.915000', '123839.375000', '123839.835000', '123840.295000', '123840.755000', '123841.215000', '123841.675000', '123842.135000', '123842.595000', '123843.055000', '123843.515000', '123843.975000', '123844.435000', '123844.895000', '123845.355000', '123845.815000', '123846.275000', '123846.735000', '123847.195000', '123847.655000', '123848.115000', '123848.575000', '123849.035000', '123849.495000', '123849.955000', '123850.415000', '123850.875000', '123851.335000', '123851.795000', '123852.255000', '123852.715000', '123853.175000', '123853.635000', '123854.095000', '123854.555000', '123855.015000', '123855.475000', '123855.935000', '123856.395000', '123856.855000', '123857.315000', '123857.775000', '123858.235000', '123858.695000', '123859.155000', '123859.615000', '123900.075000', '123900.535000', '123900.995000', '123901.455000', '123901.915000', '123902.375000', '123902.835000', '123903.295000', '123903.755000', '123904.215000', '123904.675000', '123905.135000', '123905.595000', '123906.055000', '123906.515000', '123906.975000', '123907.435000', '123907.895000', '123908.355000', '123908.815000', '123909.275000', '123909.735000', '123910.195000', '123910.655000', '123911.115000', '123911.575000', '123912.035000', '123912.495000', '123912.955000', '123913.415000', '123913.875000', '123914.335000', '123914.795000', '123915.255000', '123915.715000', '123916.175000', '123916.635000', '123917.095000', '123917.555000', '123918.015000', '123918.475000', '123918.935000', '123919.395000', '123919.855000', '123920.315000', '123920.775000', '123921.235000', '123921.695000', '123922.155000', '123922.615000', '123923.075000', '123923.535000', '123923.995000', '123924.455000', '123924.915000', '123925.375000', '123925.835000', '123926.295000', '123926.755000', '123927.215000', '123927.675000', '123928.135000', '123928.595000', '123929.055000', '123929.515000', '123929.975000', '123930.435000', '123930.895000', '123931.355000', '123931.815000', '123932.275000', '123932.735000', '123933.195000', '123933.655000', '123934.115000', '123934.575000', '123935.035000', '123935.495000', '123935.955000', '123936.415000', '123936.875000', '123937.335000', '123937.795000', '123938.255000', '123938.715000', '123939.175000', '123939.635000', '123940.095000', '123940.555000', '123941.015000', '123941.475000', '123941.935000', '123942.395000', '123942.855000', '123943.315000', '123943.775000', '123944.235000', '123944.695000', '123945.155000', '123945.615000', '123946.075000', '123946.535000', '123946.995000', '123947.455000', '123947.915000', '123948.375000', '123948.835000', '123949.295000', '123949.755000', '123950.215000', '123950.675000', '123951.135000', '123951.595000', '123952.055000', '123952.515000', '123952.975000', '123953.435000', '123953.895000', '123954.355000', '123954.815000', '123955.275000', '123955.735000', '123956.195000', '123956.655000', '123957.115000', '123957.575000', '123958.035000', '123958.495000', '123958.955000', '123959.415000', '123959.875000', '124000.335000', '124000.795000', '124001.255000', '124001.715000', '124002.175000', '124002.635000', '124003.095000', '124003.555000', '124004.015000', '124004.475000', '124004.935000', '124005.395000', '124005.855000', '124006.315000', '124006.775000', '124007.235000', '124007.695000', '124008.155000', '124008.615000', '124009.075000', '124009.535000', '124009.995000', '124010.455000', '124010.915000', '124011.375000', '124011.835000', '124012.295000', '124012.755000', '124013.215000', '124013.675000', '124014.135000', '124014.595000', '124015.055000', '124015.515000', '124015.975000', '124016.435000', '124016.895000', '124017.355000', '124017.815000', '124018.275000', '124018.735000', '124019.195000', '124019.655000', '124020.115000', '124020.575000', '124021.035000', '124021.495000', '124021.955000', '124022.415000', '124022.875000', '124023.335000', '124023.795000', '124024.255000', '124024.715000', '124025.175000', '124025.635000', '124026.095000', '124026.555000', '124027.015000', '124027.475000', '124027.935000', '124028.395000', '124028.855000', '124029.315000', '124029.775000', '124030.235000', '124030.695000', '124031.155000', '124031.615000', '124032.075000', '124032.535000', '124032.995000', '124033.455000', '124033.915000', '124034.375000', '124034.835000', '124035.295000', '124035.755000', '124036.215000', '124036.675000', '124037.135000', '124037.595000', '124038.055000', '124038.515000', '124038.975000', '124039.435000', '124039.895000', '124040.355000', '124040.815000', '124041.275000', '124041.735000', '124042.195000', '124042.655000', '124043.115000', '124043.575000', '124044.035000', '124044.495000', '124044.955000', '124045.415000', '124045.875000', '124046.335000', '124046.795000', '124047.255000', '124047.715000', '124048.175000', '124048.635000', '124049.095000', '124049.555000', '124050.015000', '124050.475000', '124050.935000', '124051.395000', '124051.855000', '124052.315000', '124052.775000', '124053.235000', '124053.695000', '124054.155000', '124054.615000', '124055.075000', '124055.535000', '124055.995000', '124056.455000', '124056.915000', '124057.375000', '124057.835000', '124058.295000', '124058.755000', '124059.215000', '124059.675000', '124100.135000', '124100.595000', '124101.055000', '124101.515000', '124101.975000', '124102.435000', '124102.895000', '124103.355000', '124103.815000', '124104.275000', '124104.735000', '124105.195000', '124105.655000', '124106.115000', '124106.575000', '124107.035000', '124107.495000', '124107.955000', '124108.415000', '124108.875000', '124109.335000', '124109.795000', '124110.255000', '124110.715000', '124111.175000', '124111.635000', '124112.095000', '124112.555000', '124113.015000', '124113.475000', '124113.935000', '124114.395000', '124114.855000', '124115.315000', '124115.775000', '124116.235000', '124116.695000', '124117.155000', '124117.615000', '124118.075000', '124118.535000', '124118.995000', '124119.455000', '124119.915000', '124120.375000', '124120.835000', '124121.295000', '124121.755000', '124122.215000', '124122.675000', '124123.135000', '124123.595000', '124124.055000', '124124.515000', '124124.975000', '124125.435000', '124125.895000', '124126.355000', '124126.815000', '124127.275000', '124127.735000', '124128.195000', '124128.655000', '124129.115000', '124129.575000', '124130.035000', '124130.495000', '124130.955000', '124131.415000', '124131.875000', '124132.335000', '124132.795000', '124133.255000', '124133.715000', '124134.175000', '124134.635000', '124135.095000', '124135.555000', '124136.015000', '124136.475000', '124136.935000', '124137.395000', '124137.855000', '124138.315000', '124138.775000', '124139.235000', '124139.695000', '124140.155000', '124140.615000', '124141.075000', '124141.535000', '124141.995000', '124142.455000', '124142.915000', '124143.375000', '124143.835000', '124144.295000', '124144.755000', '124145.215000', '124145.675000', '124146.135000', '124146.595000', '124147.055000', '124147.515000', '124147.975000', '124148.435000', '124148.895000', '124149.355000', '124149.815000', '124150.275000', '124150.735000', '124151.195000', '124151.655000', '124152.115000', '124152.575000', '124153.035000', '124153.495000', '124153.955000', '124154.415000', '124154.875000', '124155.335000', '124155.795000', '124156.255000', '124156.715000', '124157.175000', '124157.635000', '124158.095000', '124158.555000', '124159.015000', '124159.475000', '124159.935000', '124200.395000', '124200.855000', '124201.315000', '124201.775000', '124202.235000', '124202.695000', '124203.155000', '124203.615000', '124204.075000', '124204.535000', '124204.995000', '124205.455000', '124205.915000', '124206.375000', '124206.835000', '124207.295000', '124207.755000', '124208.215000', '124208.675000', '124209.135000', '124209.595000', '124210.055000', '124210.515000', '124210.975000', '124211.435000', '124211.895000', '124212.355000', '124212.815000', '124213.275000', '124213.735000', '124214.195000', '124214.655000', '124215.115000', '124215.575000', '124216.035000', '124216.495000', '124216.955000', '124217.415000', '124217.875000', '124218.335000', '124218.795000', '124219.255000', '124219.715000', '124220.175000', '124220.635000', '124221.095000', '124221.555000', '124222.015000', '124222.475000', '124222.935000', '124223.395000', '124223.855000', '124224.315000', '124224.775000', '124225.235000', '124225.695000', '124226.155000', '124226.615000', '124227.075000', '124227.535000', '124227.995000', '124228.455000', '124228.915000', '124229.375000', '124229.835000', '124230.295000', '124230.755000', '124231.215000', '124231.675000', '124232.135000', '124232.595000', '124233.055000', '124233.515000', '124233.975000', '124234.435000', '124234.895000', '124235.355000', '124235.815000', '124236.275000', '124236.735000', '124237.195000', '124237.655000', '124238.115000', '124238.575000', '124239.035000', '124239.495000', '124239.955000', '124240.415000', '124240.875000', '124241.335000', '124241.795000', '124242.255000', '124242.715000', '124243.175000', '124243.635000', '124244.095000', '124244.555000', '124245.015000', '124245.475000', '124245.935000', '124246.395000', '124246.855000', '124247.315000', '124247.775000', '124248.235000', '124248.695000', '124249.155000', '124249.615000', '124250.075000', '124250.535000', '124250.995000', '124251.455000', '124251.915000', '124252.375000', '124252.835000', '124253.295000', '124253.755000', '124254.215000', '124254.675000', '124255.135000', '124255.595000', '124256.055000', '124256.515000', '124256.975000', '124257.435000', '124257.895000', '124258.355000', '124258.815000', '124259.275000', '124259.735000', '124300.195000', '124300.655000', '124301.115000', '124301.575000', '124302.035000', '124302.495000', '124302.955000', '124303.415000', '124303.875000', '124304.335000', '124304.795000', '124305.255000', '124305.715000', '124306.175000', '124306.635000', '124307.095000', '124307.555000', '124308.015000', '124308.475000', '124308.935000', '124309.395000', '124309.855000', '124310.315000', '124310.775000', '124311.235000', '124311.695000', '124312.155000', '124312.615000', '124313.075000', '124313.535000', '124313.995000', '124314.455000', '124314.915000', '124315.375000'], 'ContentTime': ['123525.701000', '123525.704000', '123525.707000', '123525.710000', '123525.713000', '123525.716000', '123525.719000', '123525.722000', '123525.732000', '123525.735000', '123525.738000', '123525.741000', '123525.744000', '123525.746000', '123525.749000', '123525.753000', '123525.762000', '123525.765000', '123525.767000', '123525.771000', '123525.773000', '123525.776000', '123525.779000', '123525.782000', '123525.785000', '123525.788000', '123525.791000', '123525.794000', '123525.797000', '123525.799000', '123525.802000', '123525.805000', '123525.808000', '123525.811000', '123525.814000', '123525.817000', '123525.819000', '123525.822000', '123525.825000', '123525.828000', '123525.830000', '123525.848000', '123545.671000', '123545.674000', '123545.677000', '123545.679000', '123545.683000', '123545.685000', '123545.688000', '123545.703000', '123545.706000', '123545.709000', '123545.711000', '123545.714000', '123545.717000', '123545.720000', '123545.723000', '123545.726000', '123545.729000', '123545.732000', '123545.735000', '123545.739000', '123545.744000', '123545.746000', '123545.750000', '123545.752000', '123545.755000', '123545.758000', '123545.761000', '123545.764000', '123545.767000', '123545.769000', '123545.772000', '123545.775000', '123545.778000', '123545.781000', '123545.784000', '123545.786000', '123545.789000', '123545.809000', '123545.812000', '123545.815000', '123545.817000', '123545.820000', '123545.823000', '123605.671000', '123605.674000', '123605.677000', '123605.679000', '123605.682000', '123605.685000', '123605.688000', '123605.691000', '123605.694000', '123605.696000', '123605.699000', '123605.702000', '123605.705000', '123605.708000', '123605.710000', '123605.713000', '123605.716000', '123605.719000', '123605.722000', '123605.725000', '123605.727000', '123605.730000', '123605.733000', '123605.736000', '123605.739000', '123605.742000', '123605.744000', '123605.747000', '123605.750000', '123605.753000', '123605.756000', '123605.758000', '123605.761000', '123605.764000', '123605.767000', '123605.770000', '123605.779000', '123605.782000', '123605.784000', '123605.787000', '123605.790000', '123605.793000', '123605.796000', '123605.799000', '123625.671000', '123625.674000', '123625.677000', '123625.679000', '123625.682000', '123625.685000', '123625.688000', '123625.691000', '123625.695000', '123625.698000', '123625.701000', '123625.704000', '123625.707000', '123625.710000', '123625.712000', '123625.715000', '123625.718000', '123625.721000', '123625.724000', '123625.727000', '123625.729000', '123625.732000', '123625.735000', '123625.738000', '123625.741000', '123625.743000', '123625.746000', '123625.749000', '123625.753000', '123625.756000', '123625.758000', '123625.761000', '123625.764000', '123625.767000', '123625.770000', '123625.773000', '123625.776000', '123625.778000', '123625.781000', '123625.784000', '123625.787000', '123625.790000', '123625.793000', '123645.670000', '123645.673000', '123645.676000', '123645.679000', '123645.681000', '123645.684000', '123645.687000', '123645.690000', '123645.693000', '123645.696000', '123645.698000', '123645.701000', '123645.708000', '123645.711000', '123645.714000', '123645.717000', '123645.719000', '123645.722000', '123645.725000', '123645.728000', '123645.731000', '123645.734000', '123645.736000', '123645.739000', '123645.742000', '123645.745000', '123645.748000', '123645.751000', '123645.753000', '123645.756000', '123645.759000', '123645.762000', '123645.765000', '123645.767000', '123645.770000', '123645.773000', '123645.776000', '123645.779000', '123645.782000', '123645.784000', '123645.787000', '123645.790000', '123645.793000', '123645.796000', '123705.670000', '123705.673000', '123705.676000', '123705.679000', '123705.681000', '123705.684000', '123705.687000', '123705.690000', '123705.693000', '123705.696000', '123705.699000', '123705.701000', '123705.704000', '123705.707000', '123705.710000', '123705.713000', '123705.716000', '123705.719000', '123705.722000', '123705.724000', '123705.727000', '123705.730000', '123705.733000', '123705.736000', '123705.752000', '123705.755000', '123705.758000', '123705.761000', '123705.764000', '123705.766000', '123705.769000', '123705.772000', '123705.775000', '123705.778000', '123705.781000', '123705.784000', '123705.796000', '123705.799000', '123705.802000', '123705.805000', '123705.807000', '123705.810000', '123705.813000', '123725.670000', '123725.673000', '123725.676000', '123725.678000', '123725.681000', '123725.684000', '123725.687000', '123725.690000', '123725.693000', '123725.695000', '123725.698000', '123725.701000', '123725.704000', '123725.707000', '123725.710000', '123725.713000', '123725.715000', '123725.723000', '123725.726000', '123725.729000', '123725.732000', '123725.735000', '123725.738000', '123725.741000', '123725.743000', '123725.746000', '123725.749000', '123725.752000', '123725.755000', '123725.758000', '123725.760000', '123725.763000', '123725.766000', '123725.769000', '123725.772000', '123725.775000', '123725.777000', '123725.780000', '123725.783000', '123725.786000', '123725.789000', '123725.792000', '123725.794000', '123725.797000', '123745.671000', '123745.674000', '123745.677000', '123745.680000', '123745.682000', '123745.685000', '123745.688000', '123745.691000', '123745.694000', '123745.697000', '123745.700000', '123745.703000', '123745.705000', '123745.708000', '123745.711000', '123745.714000', '123745.717000', '123745.720000', '123745.723000', '123745.725000', '123745.728000', '123745.731000', '123745.735000', '123745.738000', '123745.741000', '123745.744000', '123745.747000', '123745.750000', '123745.752000', '123745.755000', '123745.758000', '123745.769000', '123745.772000', '123745.775000', '123745.778000', '123745.781000', '123745.784000', '123745.786000', '123745.789000', '123745.792000', '123745.795000', '123745.798000', '123745.801000', '123805.671000', '123805.674000', '123805.677000', '123805.679000', '123805.682000', '123805.685000', '123805.688000', '123805.691000', '123805.694000', '123805.697000', '123805.700000', '123805.703000', '123805.705000', '123805.708000', '123805.711000', '123805.714000', '123805.717000', '123805.720000', '123805.722000', '123805.725000', '123805.728000', '123805.731000', '123805.734000', '123805.737000', '123805.739000', '123805.742000', '123805.745000', '123805.748000', '123805.751000', '123805.754000', '123805.757000', '123805.759000', '123805.762000', '123805.765000', '123805.768000', '123805.771000', '123805.774000', '123805.776000', '123805.779000', '123805.782000', '123805.785000', '123805.788000', '123805.790000', '123805.793000', '123825.671000', '123825.674000', '123825.677000', '123825.680000', '123825.682000', '123825.685000', '123825.688000', '123825.691000', '123825.694000', '123825.697000', '123825.700000', '123825.703000', '123825.705000', '123825.708000', '123825.711000', '123825.714000', '123825.717000', '123825.720000', '123825.723000', '123825.725000', '123825.728000', '123825.731000', '123825.734000', '123825.737000', '123825.740000', '123825.743000', '123825.745000', '123825.748000', '123825.751000', '123825.754000', '123825.757000', '123825.760000', '123825.763000', '123825.765000', '123825.780000', '123825.783000', '123825.786000', '123825.789000', '123825.791000', '123825.794000', '123825.797000', '123825.800000', '123825.803000', '123845.671000', '123845.674000', '123845.677000', '123845.680000', '123845.682000', '123845.685000', '123845.703000', '123845.706000', '123845.708000', '123845.711000', '123845.714000', '123845.717000', '123845.720000', '123845.723000', '123845.726000', '123845.728000', '123845.731000', '123845.734000', '123845.745000', '123845.748000', '123845.751000', '123845.754000', '123845.757000', '123845.760000', '123845.762000', '123845.765000', '123845.768000', '123845.771000', '123845.774000', '123845.777000', '123845.779000', '123845.782000', '123845.785000', '123845.788000', '123845.791000', '123845.794000', '123845.797000', '123845.799000', '123845.802000', '123845.805000', '123845.808000', '123845.811000', '123845.814000', '123845.816000', '123905.670000', '123905.673000', '123905.676000', '123905.679000', '123905.682000', '123905.684000', '123905.687000', '123905.690000', '123905.693000', '123905.696000', '123905.699000', '123905.702000', '123905.704000', '123905.707000', '123905.710000', '123905.713000', '123905.716000', '123905.719000', '123905.721000', '123905.724000', '123905.727000', '123905.730000', '123905.733000', '123905.736000', '123905.739000', '123905.741000', '123905.744000', '123905.747000', '123905.750000', '123905.753000', '123905.756000', '123905.759000', '123905.761000', '123905.764000', '123905.767000', '123905.770000', '123905.774000', '123905.777000', '123905.779000', '123905.782000', '123905.785000', '123905.788000', '123905.791000', '123925.670000', '123925.673000', '123925.676000', '123925.679000', '123925.681000', '123925.684000', '123925.687000', '123925.690000', '123925.693000', '123925.696000', '123925.698000', '123925.701000', '123925.704000', '123925.715000', '123925.717000', '123925.720000', '123925.723000', '123925.726000', '123925.729000', '123925.732000', '123925.735000', '123925.739000', '123925.741000', '123925.744000', '123925.747000', '123925.750000', '123925.753000', '123925.756000', '123925.759000', '123925.762000', '123925.764000', '123925.767000', '123925.770000', '123925.773000', '123925.776000', '123925.779000', '123925.781000', '123925.784000', '123925.787000', '123925.790000', '123925.793000', '123925.796000', '123925.798000', '123925.801000', '123945.670000', '123945.673000', '123945.676000', '123945.679000', '123945.682000', '123945.685000', '123945.687000', '123945.690000', '123945.693000', '123945.696000', '123945.699000', '123945.702000', '123945.704000', '123945.707000', '123945.710000', '123945.713000', '123945.716000', '123945.719000', '123945.722000', '123945.725000', '123945.727000', '123945.730000', '123945.733000', '123945.736000', '123945.739000', '123945.742000', '123945.744000', '123945.747000', '123945.750000', '123945.753000', '123945.756000', '123945.759000', '123945.762000', '123945.765000', '123945.767000', '123945.770000', '123945.773000', '123945.776000', '123945.779000', '123945.782000', '123945.785000', '123945.787000', '123945.790000', '124005.671000', '124005.674000', '124005.677000', '124005.680000', '124005.682000', '124005.685000', '124005.688000', '124005.691000', '124005.694000', '124005.697000', '124005.700000', '124005.702000', '124005.705000', '124005.708000', '124005.711000', '124005.714000', '124005.717000', '124005.720000', '124005.722000', '124005.725000', '124005.728000', '124005.731000', '124005.734000', '124005.737000', '124005.739000', '124005.742000', '124005.745000', '124005.748000', '124005.751000', '124005.754000', '124005.764000', '124005.781000', '124005.784000', '124005.787000', '124005.790000', '124005.793000', '124005.795000', '124005.798000', '124005.801000', '124005.804000', '124005.807000', '124005.810000', '124005.812000', '124005.815000', '124025.671000', '124025.674000', '124025.677000', '124025.680000', '124025.683000', '124025.685000', '124025.688000', '124025.691000', '124025.694000', '124025.697000', '124025.700000', '124025.703000', '124025.705000', '124025.708000', '124025.711000', '124025.714000', '124025.717000', '124025.720000', '124025.723000', '124025.726000', '124025.728000', '124025.731000', '124025.734000', '124025.737000', '124025.740000', '124025.743000', '124025.746000', '124025.748000', '124025.751000', '124025.754000', '124025.757000', '124025.760000', '124025.763000', '124025.768000', '124025.771000', '124025.774000', '124025.776000', '124025.779000', '124025.782000', '124025.785000', '124025.788000', '124025.791000', '124025.793000', '124045.671000', '124045.674000', '124045.677000', '124045.680000', '124045.682000', '124045.685000', '124045.688000', '124045.691000', '124045.694000', '124045.697000', '124045.699000', '124045.702000', '124045.705000', '124045.708000', '124045.711000', '124045.713000', '124045.716000', '124045.719000', '124045.722000', '124045.725000', '124045.728000', '124045.730000', '124045.733000', '124045.736000', '124045.739000', '124045.742000', '124045.745000', '124045.747000', '124045.750000', '124045.753000', '124045.756000', '124045.759000', '124045.762000', '124045.765000', '124045.767000', '124045.770000', '124045.773000', '124045.776000', '124045.779000', '124045.782000', '124045.785000', '124045.787000', '124045.790000', '124105.671000', '124105.674000', '124105.677000', '124105.680000', '124105.683000', '124105.685000', '124105.688000', '124105.691000', '124105.694000', '124105.697000', '124105.699000', '124105.702000', '124105.705000', '124105.708000', '124105.711000', '124105.714000', '124105.717000', '124105.725000', '124105.728000', '124105.731000', '124105.734000', '124105.737000', '124105.739000', '124105.742000', '124105.745000', '124105.748000', '124105.751000', '124105.754000', '124105.757000', '124105.760000', '124105.762000', '124105.765000', '124105.768000', '124105.771000', '124105.774000', '124105.777000', '124105.780000', '124105.783000', '124105.785000', '124105.788000', '124105.791000', '124105.794000', '124105.797000', '124105.800000', '124125.670000', '124125.673000', '124125.676000', '124125.679000', '124125.682000', '124125.686000', '124125.689000', '124125.692000', '124125.695000', '124125.698000', '124125.701000', '124125.704000', '124125.706000', '124125.709000', '124125.712000', '124125.715000', '124125.718000', '124125.721000', '124125.723000', '124125.726000', '124125.729000', '124125.732000', '124125.735000', '124125.738000', '124125.741000', '124125.743000', '124125.753000', '124125.756000', '124125.759000', '124125.762000', '124125.764000', '124125.767000', '124125.770000', '124125.773000', '124125.776000', '124125.779000', '124125.782000', '124125.784000', '124125.787000', '124125.790000', '124125.793000', '124125.805000', '124125.807000', '124145.670000', '124145.673000', '124145.676000', '124145.679000', '124145.681000', '124145.684000', '124145.687000', '124145.690000', '124145.693000', '124145.696000', '124145.708000', '124145.711000', '124145.713000', '124145.716000', '124145.719000', '124145.722000', '124145.725000', '124145.728000', '124145.731000', '124145.733000', '124145.736000', '124145.739000', '124145.742000', '124145.745000', '124145.748000', '124145.750000', '124145.753000', '124145.756000', '124145.759000', '124145.762000', '124145.765000', '124145.768000', '124145.771000', '124145.773000', '124145.776000', '124145.779000', '124145.782000', '124145.785000', '124145.788000', '124145.790000', '124145.793000', '124145.796000', '124145.799000', '124145.802000', '124205.670000', '124205.673000', '124205.676000', '124205.679000', '124205.682000', '124205.685000', '124205.687000', '124205.690000', '124205.693000', '124205.696000', '124205.699000', '124205.703000', '124205.706000', '124205.709000', '124205.712000', '124205.714000', '124205.717000', '124205.720000', '124205.723000', '124205.726000', '124205.729000', '124205.731000', '124205.734000', '124205.737000', '124205.740000', '124205.743000', '124205.746000', '124205.748000', '124205.751000', '124205.754000', '124205.757000', '124205.760000', '124205.763000', '124205.766000', '124205.769000', '124205.772000', '124205.774000', '124205.777000', '124205.780000', '124205.783000', '124205.786000', '124205.789000', '124205.791000', '124225.671000', '124225.674000', '124225.677000', '124225.680000', '124225.682000', '124225.685000', '124225.688000', '124225.691000', '124225.694000', '124225.697000', '124225.700000', '124225.702000', '124225.705000', '124225.708000', '124225.711000', '124225.714000', '124225.717000', '124225.719000', '124225.722000', '124225.725000', '124225.728000', '124225.731000', '124225.734000', '124225.736000', '124225.739000', '124225.742000', '124225.745000', '124225.748000', '124225.751000', '124225.754000', '124225.756000', '124225.759000', '124225.762000', '124225.765000', '124225.768000', '124225.771000', '124225.773000', '124225.778000', '124225.781000', '124225.784000', '124225.787000', '124225.790000', '124225.792000', '124225.795000', '124245.671000', '124245.674000', '124245.677000', '124245.680000', '124245.682000', '124245.685000', '124245.688000', '124245.691000', '124245.694000', '124245.697000', '124245.700000', '124245.703000', '124245.706000', '124245.709000', '124245.711000', '124245.714000', '124245.717000', '124245.720000', '124245.723000', '124245.726000', '124245.729000', '124245.732000', '124245.734000', '124245.737000', '124245.740000', '124245.743000', '124245.746000', '124245.749000', '124245.752000', '124245.754000', '124245.757000', '124245.760000', '124245.763000', '124245.766000', '124245.769000', '124245.772000', '124245.775000', '124245.778000', '124245.781000', '124245.784000', '124245.786000', '124245.789000', '124245.792000', '124305.671000', '124305.674000', '124305.677000', '124305.680000', '124305.683000', '124305.685000', '124305.688000', '124305.691000', '124305.694000', '124305.697000', '124305.700000', '124305.703000', '124305.705000', '124305.708000', '124305.711000', '124305.714000', '124305.717000', '124305.720000', '124305.723000', '124305.725000', '124305.728000', '124305.731000', '124305.734000', '124305.737000', '124305.740000', '124305.742000', '124305.745000', '124305.748000', '124305.751000', '124305.754000', '124305.757000', '124305.760000', '124305.767000', '124305.770000', '124305.772000', '124305.775000', '124305.778000', '124305.781000', '124305.784000', '124305.787000', '124305.790000', '124305.793000', '124305.795000', '124305.798000', '124316.141000', '124316.144000', '124316.147000', '124316.150000', '124316.153000', '124316.156000', '124316.159000', '124316.161000', '124316.164000', '124316.167000', '124316.170000', '124316.173000', '124316.176000', '124316.179000', '124316.182000', '124316.184000', '124316.187000', '124316.190000', '124316.193000', '124316.196000', '124316.199000', '124316.202000', '124316.204000'], 'InstanceCreationTime': ['123525.701000', '123525.704000', '123525.707000', '123525.710000', '123525.713000', '123525.716000', '123525.719000', '123525.722000', '123525.732000', '123525.735000', '123525.738000', '123525.741000', '123525.744000', '123525.746000', '123525.749000', '123525.753000', '123525.762000', '123525.765000', '123525.767000', '123525.771000', '123525.773000', '123525.776000', '123525.779000', '123525.782000', '123525.785000', '123525.788000', '123525.791000', '123525.794000', '123525.797000', '123525.799000', '123525.802000', '123525.805000', '123525.808000', '123525.811000', '123525.814000', '123525.817000', '123525.819000', '123525.822000', '123525.825000', '123525.828000', '123525.830000', '123525.848000', '123545.671000', '123545.674000', '123545.677000', '123545.679000', '123545.683000', '123545.685000', '123545.688000', '123545.703000', '123545.706000', '123545.709000', '123545.711000', '123545.714000', '123545.717000', '123545.720000', '123545.723000', '123545.726000', '123545.729000', '123545.732000', '123545.735000', '123545.739000', '123545.744000', '123545.746000', '123545.750000', '123545.752000', '123545.755000', '123545.758000', '123545.761000', '123545.764000', '123545.767000', '123545.769000', '123545.772000', '123545.775000', '123545.778000', '123545.781000', '123545.784000', '123545.786000', '123545.789000', '123545.809000', '123545.812000', '123545.815000', '123545.817000', '123545.820000', '123545.823000', '123605.671000', '123605.674000', '123605.677000', '123605.679000', '123605.682000', '123605.685000', '123605.688000', '123605.691000', '123605.694000', '123605.696000', '123605.699000', '123605.702000', '123605.705000', '123605.708000', '123605.710000', '123605.713000', '123605.716000', '123605.719000', '123605.722000', '123605.725000', '123605.727000', '123605.730000', '123605.733000', '123605.736000', '123605.739000', '123605.742000', '123605.744000', '123605.747000', '123605.750000', '123605.753000', '123605.756000', '123605.758000', '123605.761000', '123605.764000', '123605.767000', '123605.770000', '123605.779000', '123605.782000', '123605.784000', '123605.787000', '123605.790000', '123605.793000', '123605.796000', '123605.799000', '123625.671000', '123625.674000', '123625.677000', '123625.679000', '123625.682000', '123625.685000', '123625.688000', '123625.691000', '123625.695000', '123625.698000', '123625.701000', '123625.704000', '123625.707000', '123625.710000', '123625.712000', '123625.715000', '123625.718000', '123625.721000', '123625.724000', '123625.727000', '123625.729000', '123625.732000', '123625.735000', '123625.738000', '123625.741000', '123625.743000', '123625.746000', '123625.749000', '123625.753000', '123625.756000', '123625.758000', '123625.761000', '123625.764000', '123625.767000', '123625.770000', '123625.773000', '123625.776000', '123625.778000', '123625.781000', '123625.784000', '123625.787000', '123625.790000', '123625.793000', '123645.670000', '123645.673000', '123645.676000', '123645.679000', '123645.681000', '123645.684000', '123645.687000', '123645.690000', '123645.693000', '123645.696000', '123645.698000', '123645.701000', '123645.708000', '123645.711000', '123645.714000', '123645.717000', '123645.719000', '123645.722000', '123645.725000', '123645.728000', '123645.731000', '123645.734000', '123645.736000', '123645.739000', '123645.742000', '123645.745000', '123645.748000', '123645.751000', '123645.753000', '123645.756000', '123645.759000', '123645.762000', '123645.765000', '123645.767000', '123645.770000', '123645.773000', '123645.776000', '123645.779000', '123645.782000', '123645.784000', '123645.787000', '123645.790000', '123645.793000', '123645.796000', '123705.670000', '123705.673000', '123705.676000', '123705.679000', '123705.681000', '123705.684000', '123705.687000', '123705.690000', '123705.693000', '123705.696000', '123705.699000', '123705.701000', '123705.704000', '123705.707000', '123705.710000', '123705.713000', '123705.716000', '123705.719000', '123705.722000', '123705.724000', '123705.727000', '123705.730000', '123705.733000', '123705.736000', '123705.752000', '123705.755000', '123705.758000', '123705.761000', '123705.764000', '123705.766000', '123705.769000', '123705.772000', '123705.775000', '123705.778000', '123705.781000', '123705.784000', '123705.796000', '123705.799000', '123705.802000', '123705.805000', '123705.807000', '123705.810000', '123705.813000', '123725.670000', '123725.673000', '123725.676000', '123725.678000', '123725.681000', '123725.684000', '123725.687000', '123725.690000', '123725.693000', '123725.695000', '123725.698000', '123725.701000', '123725.704000', '123725.707000', '123725.710000', '123725.713000', '123725.715000', '123725.723000', '123725.726000', '123725.729000', '123725.732000', '123725.735000', '123725.738000', '123725.741000', '123725.743000', '123725.746000', '123725.749000', '123725.752000', '123725.755000', '123725.758000', '123725.760000', '123725.763000', '123725.766000', '123725.769000', '123725.772000', '123725.775000', '123725.777000', '123725.780000', '123725.783000', '123725.786000', '123725.789000', '123725.792000', '123725.794000', '123725.797000', '123745.671000', '123745.674000', '123745.677000', '123745.680000', '123745.682000', '123745.685000', '123745.688000', '123745.691000', '123745.694000', '123745.697000', '123745.700000', '123745.703000', '123745.705000', '123745.708000', '123745.711000', '123745.714000', '123745.717000', '123745.720000', '123745.723000', '123745.725000', '123745.728000', '123745.731000', '123745.735000', '123745.738000', '123745.741000', '123745.744000', '123745.747000', '123745.750000', '123745.752000', '123745.755000', '123745.758000', '123745.769000', '123745.772000', '123745.775000', '123745.778000', '123745.781000', '123745.784000', '123745.786000', '123745.789000', '123745.792000', '123745.795000', '123745.798000', '123745.801000', '123805.671000', '123805.674000', '123805.677000', '123805.679000', '123805.682000', '123805.685000', '123805.688000', '123805.691000', '123805.694000', '123805.697000', '123805.700000', '123805.703000', '123805.705000', '123805.708000', '123805.711000', '123805.714000', '123805.717000', '123805.720000', '123805.722000', '123805.725000', '123805.728000', '123805.731000', '123805.734000', '123805.737000', '123805.739000', '123805.742000', '123805.745000', '123805.748000', '123805.751000', '123805.754000', '123805.757000', '123805.759000', '123805.762000', '123805.765000', '123805.768000', '123805.771000', '123805.774000', '123805.776000', '123805.779000', '123805.782000', '123805.785000', '123805.788000', '123805.790000', '123805.793000', '123825.671000', '123825.674000', '123825.677000', '123825.680000', '123825.682000', '123825.685000', '123825.688000', '123825.691000', '123825.694000', '123825.697000', '123825.700000', '123825.703000', '123825.705000', '123825.708000', '123825.711000', '123825.714000', '123825.717000', '123825.720000', '123825.723000', '123825.725000', '123825.728000', '123825.731000', '123825.734000', '123825.737000', '123825.740000', '123825.743000', '123825.745000', '123825.748000', '123825.751000', '123825.754000', '123825.757000', '123825.760000', '123825.763000', '123825.765000', '123825.780000', '123825.783000', '123825.786000', '123825.789000', '123825.791000', '123825.794000', '123825.797000', '123825.800000', '123825.803000', '123845.671000', '123845.674000', '123845.677000', '123845.680000', '123845.682000', '123845.685000', '123845.703000', '123845.706000', '123845.708000', '123845.711000', '123845.714000', '123845.717000', '123845.720000', '123845.723000', '123845.726000', '123845.728000', '123845.731000', '123845.734000', '123845.745000', '123845.748000', '123845.751000', '123845.754000', '123845.757000', '123845.760000', '123845.762000', '123845.765000', '123845.768000', '123845.771000', '123845.774000', '123845.777000', '123845.779000', '123845.782000', '123845.785000', '123845.788000', '123845.791000', '123845.794000', '123845.797000', '123845.799000', '123845.802000', '123845.805000', '123845.808000', '123845.811000', '123845.814000', '123845.816000', '123905.670000', '123905.673000', '123905.676000', '123905.679000', '123905.682000', '123905.684000', '123905.687000', '123905.690000', '123905.693000', '123905.696000', '123905.699000', '123905.702000', '123905.704000', '123905.707000', '123905.710000', '123905.713000', '123905.716000', '123905.719000', '123905.721000', '123905.724000', '123905.727000', '123905.730000', '123905.733000', '123905.736000', '123905.739000', '123905.741000', '123905.744000', '123905.747000', '123905.750000', '123905.753000', '123905.756000', '123905.759000', '123905.761000', '123905.764000', '123905.767000', '123905.770000', '123905.774000', '123905.777000', '123905.779000', '123905.782000', '123905.785000', '123905.788000', '123905.791000', '123925.670000', '123925.673000', '123925.676000', '123925.679000', '123925.681000', '123925.684000', '123925.687000', '123925.690000', '123925.693000', '123925.696000', '123925.698000', '123925.701000', '123925.704000', '123925.715000', '123925.717000', '123925.720000', '123925.723000', '123925.726000', '123925.729000', '123925.732000', '123925.735000', '123925.739000', '123925.741000', '123925.744000', '123925.747000', '123925.750000', '123925.753000', '123925.756000', '123925.759000', '123925.762000', '123925.764000', '123925.767000', '123925.770000', '123925.773000', '123925.776000', '123925.779000', '123925.781000', '123925.784000', '123925.787000', '123925.790000', '123925.793000', '123925.796000', '123925.798000', '123925.801000', '123945.670000', '123945.673000', '123945.676000', '123945.679000', '123945.682000', '123945.685000', '123945.687000', '123945.690000', '123945.693000', '123945.696000', '123945.699000', '123945.702000', '123945.704000', '123945.707000', '123945.710000', '123945.713000', '123945.716000', '123945.719000', '123945.722000', '123945.725000', '123945.727000', '123945.730000', '123945.733000', '123945.736000', '123945.739000', '123945.742000', '123945.744000', '123945.747000', '123945.750000', '123945.753000', '123945.756000', '123945.759000', '123945.762000', '123945.765000', '123945.767000', '123945.770000', '123945.773000', '123945.776000', '123945.779000', '123945.782000', '123945.785000', '123945.787000', '123945.790000', '124005.671000', '124005.674000', '124005.677000', '124005.680000', '124005.682000', '124005.685000', '124005.688000', '124005.691000', '124005.694000', '124005.697000', '124005.700000', '124005.702000', '124005.705000', '124005.708000', '124005.711000', '124005.714000', '124005.717000', '124005.720000', '124005.722000', '124005.725000', '124005.728000', '124005.731000', '124005.734000', '124005.737000', '124005.739000', '124005.742000', '124005.745000', '124005.748000', '124005.751000', '124005.754000', '124005.764000', '124005.781000', '124005.784000', '124005.787000', '124005.790000', '124005.793000', '124005.795000', '124005.798000', '124005.801000', '124005.804000', '124005.807000', '124005.810000', '124005.812000', '124005.815000', '124025.671000', '124025.674000', '124025.677000', '124025.680000', '124025.683000', '124025.685000', '124025.688000', '124025.691000', '124025.694000', '124025.697000', '124025.700000', '124025.703000', '124025.705000', '124025.708000', '124025.711000', '124025.714000', '124025.717000', '124025.720000', '124025.723000', '124025.726000', '124025.728000', '124025.731000', '124025.734000', '124025.737000', '124025.740000', '124025.743000', '124025.746000', '124025.748000', '124025.751000', '124025.754000', '124025.757000', '124025.760000', '124025.763000', '124025.768000', '124025.771000', '124025.774000', '124025.776000', '124025.779000', '124025.782000', '124025.785000', '124025.788000', '124025.791000', '124025.793000', '124045.671000', '124045.674000', '124045.677000', '124045.680000', '124045.682000', '124045.685000', '124045.688000', '124045.691000', '124045.694000', '124045.697000', '124045.699000', '124045.702000', '124045.705000', '124045.708000', '124045.711000', '124045.713000', '124045.716000', '124045.719000', '124045.722000', '124045.725000', '124045.728000', '124045.730000', '124045.733000', '124045.736000', '124045.739000', '124045.742000', '124045.745000', '124045.747000', '124045.750000', '124045.753000', '124045.756000', '124045.759000', '124045.762000', '124045.765000', '124045.767000', '124045.770000', '124045.773000', '124045.776000', '124045.779000', '124045.782000', '124045.785000', '124045.787000', '124045.790000', '124105.671000', '124105.674000', '124105.677000', '124105.680000', '124105.683000', '124105.685000', '124105.688000', '124105.691000', '124105.694000', '124105.697000', '124105.699000', '124105.702000', '124105.705000', '124105.708000', '124105.711000', '124105.714000', '124105.717000', '124105.725000', '124105.728000', '124105.731000', '124105.734000', '124105.737000', '124105.739000', '124105.742000', '124105.745000', '124105.748000', '124105.751000', '124105.754000', '124105.757000', '124105.760000', '124105.762000', '124105.765000', '124105.768000', '124105.771000', '124105.774000', '124105.777000', '124105.780000', '124105.783000', '124105.785000', '124105.788000', '124105.791000', '124105.794000', '124105.797000', '124105.800000', '124125.670000', '124125.673000', '124125.676000', '124125.679000', '124125.682000', '124125.686000', '124125.689000', '124125.692000', '124125.695000', '124125.698000', '124125.701000', '124125.704000', '124125.706000', '124125.709000', '124125.712000', '124125.715000', '124125.718000', '124125.721000', '124125.723000', '124125.726000', '124125.729000', '124125.732000', '124125.735000', '124125.738000', '124125.741000', '124125.743000', '124125.753000', '124125.756000', '124125.759000', '124125.762000', '124125.764000', '124125.767000', '124125.770000', '124125.773000', '124125.776000', '124125.779000', '124125.782000', '124125.784000', '124125.787000', '124125.790000', '124125.793000', '124125.805000', '124125.807000', '124145.670000', '124145.673000', '124145.676000', '124145.679000', '124145.681000', '124145.684000', '124145.687000', '124145.690000', '124145.693000', '124145.696000', '124145.708000', '124145.711000', '124145.713000', '124145.716000', '124145.719000', '124145.722000', '124145.725000', '124145.728000', '124145.731000', '124145.733000', '124145.736000', '124145.739000', '124145.742000', '124145.745000', '124145.748000', '124145.750000', '124145.753000', '124145.756000', '124145.759000', '124145.762000', '124145.765000', '124145.768000', '124145.771000', '124145.773000', '124145.776000', '124145.779000', '124145.782000', '124145.785000', '124145.788000', '124145.790000', '124145.793000', '124145.796000', '124145.799000', '124145.802000', '124205.670000', '124205.673000', '124205.676000', '124205.679000', '124205.682000', '124205.685000', '124205.687000', '124205.690000', '124205.693000', '124205.696000', '124205.699000', '124205.703000', '124205.706000', '124205.709000', '124205.712000', '124205.714000', '124205.717000', '124205.720000', '124205.723000', '124205.726000', '124205.729000', '124205.731000', '124205.734000', '124205.737000', '124205.740000', '124205.743000', '124205.746000', '124205.748000', '124205.751000', '124205.754000', '124205.757000', '124205.760000', '124205.763000', '124205.766000', '124205.769000', '124205.772000', '124205.774000', '124205.777000', '124205.780000', '124205.783000', '124205.786000', '124205.789000', '124205.791000', '124225.671000', '124225.674000', '124225.677000', '124225.680000', '124225.682000', '124225.685000', '124225.688000', '124225.691000', '124225.694000', '124225.697000', '124225.700000', '124225.702000', '124225.705000', '124225.708000', '124225.711000', '124225.714000', '124225.717000', '124225.719000', '124225.722000', '124225.725000', '124225.728000', '124225.731000', '124225.734000', '124225.736000', '124225.739000', '124225.742000', '124225.745000', '124225.748000', '124225.751000', '124225.754000', '124225.756000', '124225.759000', '124225.762000', '124225.765000', '124225.768000', '124225.771000', '124225.773000', '124225.778000', '124225.781000', '124225.784000', '124225.787000', '124225.790000', '124225.792000', '124225.795000', '124245.671000', '124245.674000', '124245.677000', '124245.680000', '124245.682000', '124245.685000', '124245.688000', '124245.691000', '124245.694000', '124245.697000', '124245.700000', '124245.703000', '124245.706000', '124245.709000', '124245.711000', '124245.714000', '124245.717000', '124245.720000', '124245.723000', '124245.726000', '124245.729000', '124245.732000', '124245.734000', '124245.737000', '124245.740000', '124245.743000', '124245.746000', '124245.749000', '124245.752000', '124245.754000', '124245.757000', '124245.760000', '124245.763000', '124245.766000', '124245.769000', '124245.772000', '124245.775000', '124245.778000', '124245.781000', '124245.784000', '124245.786000', '124245.789000', '124245.792000', '124305.671000', '124305.674000', '124305.677000', '124305.680000', '124305.683000', '124305.685000', '124305.688000', '124305.691000', '124305.694000', '124305.697000', '124305.700000', '124305.703000', '124305.705000', '124305.708000', '124305.711000', '124305.714000', '124305.717000', '124305.720000', '124305.723000', '124305.725000', '124305.728000', '124305.731000', '124305.734000', '124305.737000', '124305.740000', '124305.742000', '124305.745000', '124305.748000', '124305.751000', '124305.754000', '124305.757000', '124305.760000', '124305.767000', '124305.770000', '124305.772000', '124305.775000', '124305.778000', '124305.781000', '124305.784000', '124305.787000', '124305.790000', '124305.793000', '124305.795000', '124305.798000', '124316.141000', '124316.144000', '124316.147000', '124316.150000', '124316.153000', '124316.156000', '124316.159000', '124316.161000', '124316.164000', '124316.167000', '124316.170000', '124316.173000', '124316.176000', '124316.179000', '124316.182000', '124316.184000', '124316.187000', '124316.190000', '124316.193000', '124316.196000', '124316.199000', '124316.202000', '124316.204000'], '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': [10085, 18629, 9514, 11603, 11421, 10054, 16165, 10171, 9995, 12857, 9215, 12457, 11633, 9697, 16024, 8952, 8583, 9165, 9416, 11076, 11136, 9750, 14864, 8952, 10220, 18819, 8960, 9727, 10104, 9585, 9411, 10133, 8389, 10564, 9235, 10064, 15706, 8729, 9987, 15802, 9276, 10406, 15634, 9389, 8640, 10707, 9713, 9935, 8956, 10010, 14287, 9110, 10040, 12832, 9268, 9048, 11992, 9855, 9800, 10469, 9776, 13984, 8952, 10055, 15502, 8736, 10005, 16139, 9078, 10109, 15453, 9135, 9753, 10151, 9853, 12193, 8677, 9997, 17055, 8951, 8371, 9920, 9893, 9980, 10262, 10352, 13446, 9484, 9848, 9506, 10098, 15860, 9005, 8317, 9312, 9667, 10600, 11125, 10195, 19718, 9315, 11767, 11062, 9995, 15493, 9286, 10279, 13177, 9733, 12815, 11750, 10127, 14085, 9489, 9923, 14191, 9469, 10216, 11446, 9642, 8952, 8629, 10142, 14947, 9457, 9712, 8742, 10122, 20181, 9487, 11155, 13804, 9880, 10676, 8790, 10406, 15265, 9441, 9139, 8980, 10265, 13569, 9815, 12060, 9078, 8445, 8920, 9490, 15154, 10167, 10229, 17194, 8999, 9990, 18729, 9374, 11293, 11659, 9617, 11071, 8493, 10048, 20519, 9352, 9494, 9238, 9996, 13651, 8408, 10462, 16612, 9275, 8366, 9386, 9938, 13550, 11172, 10215, 12527, 10126, 8630, 8621, 8128, 10046, 9134, 11613, 10101, 14668, 9552, 11621, 16819, 9813, 14973, 13944, 9753, 12200, 8705, 10196, 21335, 9236, 9447, 10662, 9826, 11185, 9383, 8894, 10244, 9865, 14407, 9040, 8607, 9188, 9982, 15803, 8905, 10491, 19763, 9532, 14203, 9169, 10454, 15176, 9074, 10601, 15915, 9989, 11289, 9927, 10320, 16611, 9702, 8787, 9686, 10295, 12573, 9183, 9548, 9309, 10450, 19259, 9721, 11680, 19205, 9697, 11633, 8588, 11081, 17024, 10259, 8640, 8715, 9946, 10006, 8397, 10246, 10253, 20616, 9898, 15090, 19259, 10718, 14702, 9569, 10503, 17066, 9531, 10887, 17172, 9600, 9214, 8863, 10373, 13584, 9065, 10550, 17190, 10394, 14230, 9949, 12766, 8783, 9422, 10298, 14585, 20439, 9982, 11275, 17871, 10114, 11485, 16461, 9987, 13642, 18714, 10145, 14849, 18382, 10306, 13822, 12063, 10574, 15098, 10036, 10772, 21322, 10465, 10899, 16748, 10415, 10256, 9995, 11329, 10161, 9853, 8752, 10169, 8943, 10143, 9287, 9638, 10744, 13929, 10283, 10667, 12624, 9567, 8752, 9324, 9851, 12560, 10583, 10079, 11161, 9274, 9996, 12794, 9701, 8613, 10122, 9970, 10400, 9267, 10131, 12963, 9700, 11227, 10829, 10391, 16727, 9486, 9580, 9814, 10229, 9757, 8963, 10715, 13470, 9782, 11416, 8599, 10410, 18434, 9764, 11701, 8899, 10271, 21011, 9463, 12175, 10851, 9955, 11859, 9178, 10077, 14492, 9889, 11632, 10628, 9982, 16677, 9115, 10409, 16954, 9632, 10353, 10310, 9858, 15322, 8851, 10138, 20139, 9559, 9095, 9950, 9593, 11303, 9032, 10176, 17587, 9904, 9263, 10747, 9735, 10848, 10464, 9868, 12739, 8650, 10007, 18177, 9239, 9848, 11868, 10035, 9323, 8910, 10107, 20454, 9527, 11501, 11565, 10254, 11861, 9179, 10211, 18865, 9672, 8681, 10312, 9719, 12202, 10067, 8661, 9936, 9976, 17413, 9345, 11123, 15303, 9676, 11075, 9291, 9940, 14811, 9419, 10264, 16135, 9439, 8470, 8375, 10319, 14522, 9602, 9072, 8951, 8505, 10640, 9880, 13953, 9458, 9808, 10682, 10039, 16706, 9641, 9977, 10279, 10098, 17239, 9364, 12621, 11045, 10156, 19054, 9416, 9795, 12224, 9833, 12509, 9078, 8600, 10494, 9363, 9569, 9140, 8971, 8500, 12125, 10205, 8308, 10043, 10086, 16606, 15571, 10912, 17587, 9516, 9907, 13340, 10006, 14299, 9206, 10415, 20470, 9338, 10254, 16889, 9901, 10860, 8701, 10020, 16609, 9117, 10408, 19310, 9416, 9591, 9940, 10203, 10161, 9342, 8529, 9545, 9938, 11723, 9299, 10261, 17723, 9921, 9493, 10198, 10402, 16576, 9287, 10503, 18131, 10245, 9089, 10034, 10234, 13030, 10338, 9358, 9206, 9670, 12056, 10061, 15920, 10075, 10551, 20201, 9530, 11419, 10953, 8980, 9943, 10443, 12784, 10990, 10363, 17890, 10347, 11939, 10174, 8465, 10781, 9617, 10801, 10017, 15380, 10267, 14598, 12031, 10359, 17672, 9841, 10373, 19669, 9874, 12624, 11314, 10325, 11128, 9095, 10440, 13884, 9676, 9353, 10813, 9836, 8692, 9439, 10099, 12066, 9423, 11722, 11216, 10123, 12141, 9593, 9398, 10348, 9870, 11473, 9113, 10004, 11485, 9855, 10131, 10211, 10256, 17098, 9898, 10686, 16889, 10010, 11988, 12057, 10260, 15820, 11963, 10083, 13148, 8779, 10396, 15257, 9463, 10295, 17293, 9694, 10362, 15339, 9615, 8681, 11518, 9613, 9053, 9417, 10228, 12833, 9340, 10388, 16831, 9824, 9009, 10579, 9683, 12162, 10750, 9994, 11193, 9158, 10546, 15253, 9570, 9291, 10853, 9978, 11973, 9214, 10261, 18970, 9918, 9218, 10249, 9796, 13613, 8741, 10370, 17158, 9245, 11248, 8928, 9754, 16872, 9576, 9495, 10874, 10000, 16065, 9545, 10029, 17882, 9691, 10595, 10800, 9905, 13404, 9030, 10134, 17714, 9488, 12425, 9304, 10338, 12835, 9517, 11767, 11021, 9831, 11577, 9514, 10038, 12528, 9742, 11538, 10736, 10026, 16356, 9209, 10053, 16733, 9752, 9691, 11799, 9518, 10991, 8975, 9984, 16742, 10488, 8633, 11290, 9307, 9776, 8881, 10106, 17363, 9732, 10277, 17859, 9225, 10357, 10871, 9435, 11558, 10779, 9830, 10000, 9179, 10232, 17739, 9368, 10099, 18333, 9896, 8275, 10237, 9712, 9238, 10186, 9940, 11939, 9532, 10411, 15721, 8969, 8588, 10895, 9568, 8672, 9098, 10193, 17991, 9065, 9767, 10733, 9747, 16684, 8883, 9925, 19250, 9379, 9240, 10775, 9578, 15289, 8645, 10214, 17308, 10002, 8452, 10202, 9515, 9063, 9724, 10366, 13781, 9557, 10548, 8867, 10184, 16902, 9749, 8421, 10318, 9940, 15514, 9154, 10334, 19358, 9500, 11702, 10747, 9844, 14091, 9542, 8730, 9945, 9865, 15720, 9048, 10197, 17808, 9295, 11779, 8681, 9973, 14905, 9407, 10621, 11474, 9606, 10160, 8758, 9957, 16690, 10095, 8634, 10214, 9715, 9477, 8975, 10171, 17704, 10093, 9596, 10199, 9840, 12210, 9081, 10054, 15867, 9556, 10023, 11776, 9230, 9606, 10775, 9926, 12601, 9233, 9760, 10659, 9340, 12833, 10826, 9659, 13513, 8992, 9888, 16957, 10065, 8587, 10570, 9559, 10550, 8456, 10242, 17197, 9709, 8727, 9536, 9488, 10054, 9158, 10041, 17001, 9834, 8959, 10236, 9625, 9997, 10162, 9844, 16621, 9759, 8612, 9682, 9553, 9556, 8977, 10015, 17658, 9621, 8575, 10125, 9968, 12634, 10099, 8700, 10029, 9647, 10759, 9807, 9797, 11609, 9502, 11460, 8930, 9987, 13614, 9354, 9526, 9296, 8502, 11131, 9581, 13158, 9550, 9832, 16120, 9494, 12098, 11021, 10171, 13232, 9578, 12969, 10756, 10084, 16143, 9870, 9646, 10046, 9871, 15481, 9153, 10028, 17546, 9065, 9113, 11692, 9368, 9667, 9052, 9825, 14219, 9117, 8786, 11327, 9595, 11232, 9245, 10472, 18129, 9798, 10682, 10568, 9677, 11901, 10435, 10072, 14751, 10236, 10375, 12546, 9601, 11285, 11146, 9533, 11445, 10231, 10243, 17484, 9113, 10279, 17590, 9678, 9437, 10947, 9686, 14024, 9112, 10353, 19069, 10217, 9032, 9498, 8557, 9885, 8370, 9011, 10268, 15255, 9799, 11886, 9404, 12194, 18633, 9871, 14075, 12988, 10029, 11127, 9938, 13004, 11287, 10432, 17208, 11179, 15982, 9251, 9856, 8696, 9152, 9726, 13743, 9941, 11918, 17422, 8843, 9710, 10270, 10132, 13782, 16326, 11585, 15627, 20579, 12026, 17408, 14674, 11425, 11185, 9394, 11221, 9553, 12636, 20073, 10221, 15107, 10634, 9613, 9587, 9875, 8722, 9873, 10189, 20407, 10088, 11537, 9313, 10184, 15200, 9807, 10064, 10526, 9818, 13066, 9224, 8713, 10275, 9884, 12351], 'WindowCenter': [4199.0, 4222.0, 4161.0, 4180.0, 4166.0, 4157.0, 4189.0, 4155.0, 4145.0, 4162.0, 4145.0, 4173.0, 4152.0, 4144.0, 4184.0, 4132.0, 4133.0, 4132.0, 4145.0, 4152.0, 4152.0, 4144.0, 4173.0, 4133.0, 4143.0, 4182.0, 4132.0, 4142.0, 4140.0, 4143.0, 4131.0, 4141.0, 4122.0, 4153.0, 4131.0, 4143.0, 4172.0, 4122.0, 4143.0, 4180.0, 4132.0, 4153.0, 4171.0, 4133.0, 4123.0, 4142.0, 4154.0, 4142.0, 4141.0, 4165.0, 4172.0, 4133.0, 4143.0, 4161.0, 4144.0, 4133.0, 4162.0, 4144.0, 4154.0, 4153.0, 4155.0, 4174.0, 4132.0, 4155.0, 4184.0, 4144.0, 4155.0, 4183.0, 4134.0, 4155.0, 4183.0, 4154.0, 4144.0, 4164.0, 4156.0, 4164.0, 4133.0, 4154.0, 4184.0, 4134.0, 4124.0, 4143.0, 4155.0, 4153.0, 4154.0, 4156.0, 4184.0, 4146.0, 4155.0, 4145.0, 4156.0, 4185.0, 4134.0, 4135.0, 4144.0, 4146.0, 4154.0, 4153.0, 4155.0, 4205.0, 4145.0, 4165.0, 4154.0, 4155.0, 4174.0, 4133.0, 4155.0, 4163.0, 4144.0, 4163.0, 4162.0, 4153.0, 4183.0, 4142.0, 4144.0, 4173.0, 4143.0, 4154.0, 4162.0, 4154.0, 4133.0, 4144.0, 4156.0, 4193.0, 4146.0, 4155.0, 4133.0, 4156.0, 4195.0, 4145.0, 4166.0, 4173.0, 4144.0, 4153.0, 4134.0, 4155.0, 4184.0, 4145.0, 4144.0, 4145.0, 4157.0, 4174.0, 4167.0, 4187.0, 4134.0, 4135.0, 4133.0, 4156.0, 4196.0, 4153.0, 4155.0, 4195.0, 4134.0, 4144.0, 4193.0, 4134.0, 4165.0, 4151.0, 4154.0, 4153.0, 4122.0, 4145.0, 4204.0, 4143.0, 4143.0, 4133.0, 4165.0, 4185.0, 4122.0, 4154.0, 4184.0, 4143.0, 4123.0, 4132.0, 4144.0, 4174.0, 4163.0, 4164.0, 4164.0, 4157.0, 4157.0, 4135.0, 4125.0, 4154.0, 4157.0, 4166.0, 4168.0, 4187.0, 4156.0, 4177.0, 4195.0, 4145.0, 4186.0, 4173.0, 4153.0, 4173.0, 4122.0, 4144.0, 4193.0, 4132.0, 4144.0, 4141.0, 4145.0, 4161.0, 4153.0, 4144.0, 4153.0, 4144.0, 4175.0, 4134.0, 4135.0, 4144.0, 4165.0, 4185.0, 4134.0, 4156.0, 4205.0, 4144.0, 4174.0, 4142.0, 4154.0, 4174.0, 4133.0, 4155.0, 4173.0, 4144.0, 4153.0, 4141.0, 4154.0, 4183.0, 4133.0, 4123.0, 4132.0, 4155.0, 4162.0, 4133.0, 4154.0, 4133.0, 4155.0, 4205.0, 4144.0, 4166.0, 4194.0, 4145.0, 4178.0, 4135.0, 4164.0, 4194.0, 4157.0, 4134.0, 4133.0, 4145.0, 4155.0, 4150.0, 4156.0, 4156.0, 4206.0, 4145.0, 4187.0, 4185.0, 4143.0, 4173.0, 4144.0, 4181.0, 4185.0, 4153.0, 4154.0, 4172.0, 4131.0, 4132.0, 4130.0, 4152.0, 4172.0, 4132.0, 4156.0, 4183.0, 4153.0, 4183.0, 4143.0, 4177.0, 4135.0, 4144.0, 4166.0, 4209.0, 4196.0, 4145.0, 4166.0, 4184.0, 4165.0, 4165.0, 4194.0, 4153.0, 4173.0, 4170.0, 4129.0, 4171.0, 4169.0, 4130.0, 4163.0, 4138.0, 4129.0, 4158.0, 4117.0, 4138.0, 4167.0, 4127.0, 4127.0, 4166.0, 4150.0, 4138.0, 4137.0, 4161.0, 4150.0, 4151.0, 4128.0, 4140.0, 4119.0, 4141.0, 4130.0, 4130.0, 4162.0, 4161.0, 4138.0, 4142.0, 4161.0, 4142.0, 4132.0, 4130.0, 4151.0, 4162.0, 4140.0, 4163.0, 4172.0, 4144.0, 4155.0, 4161.0, 4154.0, 4133.0, 4151.0, 4155.0, 4163.0, 4154.0, 4165.0, 4173.0, 4143.0, 4154.0, 4154.0, 4155.0, 4184.0, 4134.0, 4154.0, 4142.0, 4153.0, 4143.0, 4143.0, 4163.0, 4163.0, 4154.0, 4153.0, 4123.0, 4154.0, 4205.0, 4145.0, 4174.0, 4145.0, 4167.0, 4206.0, 4145.0, 4166.0, 4154.0, 4156.0, 4174.0, 4145.0, 4166.0, 4174.0, 4155.0, 4166.0, 4165.0, 4156.0, 4195.0, 4154.0, 4156.0, 4184.0, 4155.0, 4165.0, 4155.0, 4155.0, 4185.0, 4134.0, 4166.0, 4204.0, 4145.0, 4134.0, 4154.0, 4146.0, 4163.0, 4134.0, 4156.0, 4185.0, 4144.0, 4144.0, 4152.0, 4143.0, 4154.0, 4152.0, 4144.0, 4174.0, 4134.0, 4155.0, 4184.0, 4154.0, 4166.0, 4164.0, 4155.0, 4133.0, 4134.0, 4156.0, 4193.0, 4146.0, 4176.0, 4153.0, 4144.0, 4152.0, 4133.0, 4155.0, 4185.0, 4144.0, 4124.0, 4144.0, 4146.0, 4165.0, 4145.0, 4146.0, 4155.0, 4167.0, 4196.0, 4146.0, 4167.0, 4185.0, 4146.0, 4155.0, 4144.0, 4166.0, 4185.0, 4144.0, 4156.0, 4193.0, 4155.0, 4133.0, 4134.0, 4167.0, 4194.0, 4146.0, 4145.0, 4146.0, 4157.0, 4156.0, 4157.0, 4186.0, 4155.0, 4156.0, 4155.0, 4156.0, 4197.0, 4144.0, 4145.0, 4165.0, 4167.0, 4185.0, 4155.0, 4177.0, 4163.0, 4155.0, 4195.0, 4145.0, 4145.0, 4162.0, 4167.0, 4184.0, 4145.0, 4146.0, 4167.0, 4159.0, 4155.0, 4144.0, 4158.0, 4148.0, 4178.0, 4158.0, 4138.0, 4158.0, 4170.0, 4201.0, 4188.0, 4169.0, 4198.0, 4146.0, 4146.0, 4175.0, 4145.0, 4174.0, 4133.0, 4154.0, 4203.0, 4144.0, 4154.0, 4185.0, 4144.0, 4163.0, 4122.0, 4144.0, 4173.0, 4132.0, 4155.0, 4183.0, 4145.0, 4145.0, 4169.0, 4156.0, 4144.0, 4143.0, 4123.0, 4133.0, 4156.0, 4166.0, 4171.0, 4158.0, 4185.0, 4144.0, 4144.0, 4144.0, 4156.0, 4185.0, 4133.0, 4155.0, 4199.0, 4155.0, 4123.0, 4130.0, 4152.0, 4162.0, 4142.0, 4132.0, 4144.0, 4145.0, 4164.0, 4157.0, 4197.0, 4144.0, 4155.0, 4183.0, 4141.0, 4153.0, 4153.0, 4134.0, 4142.0, 4154.0, 4164.0, 4152.0, 4144.0, 4193.0, 4144.0, 4186.0, 4155.0, 4137.0, 4154.0, 4144.0, 4153.0, 4155.0, 4174.0, 4156.0, 4176.0, 4152.0, 4144.0, 4183.0, 4142.0, 4143.0, 4180.0, 4131.0, 4163.0, 4140.0, 4142.0, 4149.0, 4120.0, 4162.0, 4170.0, 4142.0, 4131.0, 4141.0, 4153.0, 4121.0, 4142.0, 4163.0, 4173.0, 4143.0, 4174.0, 4154.0, 4155.0, 4163.0, 4145.0, 4146.0, 4155.0, 4156.0, 4163.0, 4134.0, 4155.0, 4165.0, 4157.0, 4156.0, 4154.0, 4156.0, 4196.0, 4145.0, 4168.0, 4185.0, 4145.0, 4165.0, 4163.0, 4165.0, 4186.0, 4153.0, 4144.0, 4173.0, 4122.0, 4164.0, 4172.0, 4153.0, 4154.0, 4183.0, 4143.0, 4144.0, 4173.0, 4143.0, 4134.0, 4151.0, 4154.0, 4133.0, 4133.0, 4155.0, 4173.0, 4133.0, 4155.0, 4193.0, 4144.0, 4134.0, 4142.0, 4154.0, 4165.0, 4153.0, 4144.0, 4153.0, 4133.0, 4156.0, 4193.0, 4145.0, 4144.0, 4162.0, 4144.0, 4163.0, 4133.0, 4155.0, 4194.0, 4145.0, 4145.0, 4154.0, 4157.0, 4184.0, 4134.0, 4166.0, 4195.0, 4145.0, 4155.0, 4136.0, 4145.0, 4185.0, 4145.0, 4146.0, 4154.0, 4156.0, 4185.0, 4154.0, 4155.0, 4195.0, 4145.0, 4154.0, 4155.0, 4156.0, 4185.0, 4134.0, 4155.0, 4196.0, 4146.0, 4164.0, 4153.0, 4155.0, 4174.0, 4145.0, 4166.0, 4163.0, 4156.0, 4163.0, 4145.0, 4166.0, 4174.0, 4146.0, 4166.0, 4154.0, 4145.0, 4186.0, 4134.0, 4145.0, 4184.0, 4144.0, 4144.0, 4164.0, 4145.0, 4155.0, 4134.0, 4156.0, 4185.0, 4154.0, 4135.0, 4152.0, 4145.0, 4156.0, 4134.0, 4167.0, 4196.0, 4144.0, 4155.0, 4184.0, 4144.0, 4143.0, 4152.0, 4143.0, 4164.0, 4162.0, 4145.0, 4142.0, 4134.0, 4156.0, 4184.0, 4133.0, 4144.0, 4183.0, 4144.0, 4123.0, 4142.0, 4145.0, 4142.0, 4143.0, 4154.0, 4163.0, 4144.0, 4156.0, 4184.0, 4135.0, 4135.0, 4154.0, 4146.0, 4135.0, 4135.0, 4166.0, 4194.0, 4136.0, 4156.0, 4154.0, 4147.0, 4186.0, 4134.0, 4155.0, 4195.0, 4145.0, 4147.0, 4155.0, 4156.0, 4196.0, 4134.0, 4156.0, 4185.0, 4144.0, 4123.0, 4143.0, 4146.0, 4134.0, 4145.0, 4157.0, 4185.0, 4147.0, 4166.0, 4135.0, 4157.0, 4185.0, 4145.0, 4146.0, 4155.0, 4157.0, 4186.0, 4144.0, 4156.0, 4195.0, 4145.0, 4166.0, 4155.0, 4155.0, 4174.0, 4155.0, 4136.0, 4143.0, 4165.0, 4185.0, 4135.0, 4155.0, 4185.0, 4145.0, 4165.0, 4144.0, 4154.0, 4185.0, 4145.0, 4156.0, 4163.0, 4145.0, 4154.0, 4134.0, 4157.0, 4184.0, 4155.0, 4135.0, 4164.0, 4165.0, 4144.0, 4135.0, 4164.0, 4185.0, 4156.0, 4155.0, 4154.0, 4156.0, 4186.0, 4144.0, 4165.0, 4185.0, 4145.0, 4156.0, 4174.0, 4145.0, 4145.0, 4164.0, 4167.0, 4185.0, 4147.0, 4157.0, 4155.0, 4157.0, 4177.0, 4165.0, 4145.0, 4184.0, 4144.0, 4156.0, 4185.0, 4145.0, 4136.0, 4154.0, 4146.0, 4157.0, 4125.0, 4166.0, 4185.0, 4145.0, 4134.0, 4144.0, 4146.0, 4154.0, 4143.0, 4146.0, 4185.0, 4145.0, 4135.0, 4145.0, 4146.0, 4145.0, 4155.0, 4155.0, 4186.0, 4145.0, 4135.0, 4143.0, 4147.0, 4155.0, 4134.0, 4157.0, 4185.0, 4146.0, 4134.0, 4145.0, 4157.0, 4166.0, 4156.0, 4145.0, 4146.0, 4157.0, 4155.0, 4146.0, 4147.0, 4165.0, 4147.0, 4166.0, 4136.0, 4157.0, 4176.0, 4156.0, 4145.0, 4147.0, 4148.0, 4167.0, 4158.0, 4178.0, 4147.0, 4157.0, 4197.0, 4155.0, 4167.0, 4156.0, 4156.0, 4176.0, 4156.0, 4177.0, 4156.0, 4157.0, 4186.0, 4155.0, 4147.0, 4155.0, 4157.0, 4187.0, 4145.0, 4155.0, 4195.0, 4136.0, 4146.0, 4164.0, 4146.0, 4146.0, 4135.0, 4157.0, 4185.0, 4146.0, 4146.0, 4165.0, 4147.0, 4154.0, 4147.0, 4158.0, 4196.0, 4147.0, 4167.0, 4165.0, 4147.0, 4166.0, 4155.0, 4146.0, 4177.0, 4145.0, 4156.0, 4165.0, 4146.0, 4157.0, 4155.0, 4146.0, 4155.0, 4144.0, 4156.0, 4184.0, 4124.0, 4144.0, 4184.0, 4135.0, 4144.0, 4154.0, 4146.0, 4175.0, 4135.0, 4156.0, 4185.0, 4145.0, 4136.0, 4158.0, 4138.0, 4157.0, 4149.0, 4148.0, 4169.0, 4200.0, 4173.0, 4180.0, 4159.0, 4181.0, 4198.0, 4148.0, 4180.0, 4166.0, 4147.0, 4155.0, 4157.0, 4175.0, 4154.0, 4167.0, 4188.0, 4167.0, 4187.0, 4162.0, 4159.0, 4149.0, 4147.0, 4172.0, 4190.0, 4159.0, 4170.0, 4199.0, 4150.0, 4156.0, 4172.0, 4168.0, 4188.0, 4186.0, 4154.0, 4176.0, 4185.0, 4178.0, 4178.0, 4171.0, 4152.0, 4128.0, 4120.0, 4139.0, 4119.0, 4151.0, 4168.0, 4140.0, 4172.0, 4138.0, 4129.0, 4118.0, 4131.0, 4109.0, 4130.0, 4140.0, 4180.0, 4131.0, 4153.0, 4135.0, 4144.0, 4161.0, 4131.0, 4143.0, 4131.0, 4132.0, 4151.0, 4142.0, 4124.0, 4132.0, 4143.0, 4174.0], 'WindowWidth': [9313.0, 9333.0, 9246.0, 9268.0, 9242.0, 9231.0, 9277.0, 9223.0, 9211.0, 9229.0, 9210.0, 9253.0, 9215.0, 9206.0, 9260.0, 9189.0, 9191.0, 9186.0, 9209.0, 9215.0, 9213.0, 9207.0, 9244.0, 9190.0, 9205.0, 9255.0, 9186.0, 9202.0, 9195.0, 9205.0, 9185.0, 9199.0, 9176.0, 9216.0, 9186.0, 9204.0, 9243.0, 9175.0, 9205.0, 9258.0, 9189.0, 9218.0, 9239.0, 9190.0, 9177.0, 9201.0, 9226.0, 9202.0, 9206.0, 9245.0, 9243.0, 9190.0, 9205.0, 9227.0, 9207.0, 9193.0, 9228.0, 9208.0, 9227.0, 9218.0, 9223.0, 9247.0, 9189.0, 9222.0, 9261.0, 9213.0, 9229.0, 9258.0, 9194.0, 9223.0, 9264.0, 9228.0, 9209.0, 9239.0, 9226.0, 9235.0, 9193.0, 9223.0, 9262.0, 9194.0, 9181.0, 9205.0, 9226.0, 9221.0, 9221.0, 9226.0, 9268.0, 9213.0, 9225.0, 9210.0, 9227.0, 9266.0, 9195.0, 9204.0, 9207.0, 9213.0, 9222.0, 9219.0, 9225.0, 9300.0, 9211.0, 9238.0, 9220.0, 9224.0, 9249.0, 9192.0, 9223.0, 9231.0, 9209.0, 9233.0, 9227.0, 9219.0, 9265.0, 9202.0, 9207.0, 9244.0, 9204.0, 9222.0, 9235.0, 9228.0, 9190.0, 9215.0, 9226.0, 9279.0, 9213.0, 9230.0, 9194.0, 9227.0, 9279.0, 9209.0, 9240.0, 9245.0, 9207.0, 9217.0, 9193.0, 9225.0, 9262.0, 9213.0, 9208.0, 9212.0, 9229.0, 9248.0, 9251.0, 9276.0, 9196.0, 9198.0, 9193.0, 9228.0, 9290.0, 9219.0, 9225.0, 9286.0, 9192.0, 9207.0, 9279.0, 9193.0, 9244.0, 9213.0, 9227.0, 9217.0, 9176.0, 9209.0, 9295.0, 9204.0, 9207.0, 9191.0, 9243.0, 9269.0, 9176.0, 9221.0, 9260.0, 9210.0, 9177.0, 9186.0, 9208.0, 9248.0, 9237.0, 9240.0, 9234.0, 9230.0, 9237.0, 9200.0, 9187.0, 9224.0, 9238.0, 9242.0, 9246.0, 9271.0, 9233.0, 9264.0, 9285.0, 9211.0, 9269.0, 9243.0, 9225.0, 9251.0, 9174.0, 9207.0, 9274.0, 9189.0, 9207.0, 9197.0, 9208.0, 9232.0, 9227.0, 9216.0, 9224.0, 9209.0, 9251.0, 9195.0, 9196.0, 9208.0, 9246.0, 9264.0, 9194.0, 9227.0, 9297.0, 9206.0, 9247.0, 9207.0, 9221.0, 9246.0, 9190.0, 9222.0, 9244.0, 9204.0, 9217.0, 9198.0, 9226.0, 9265.0, 9189.0, 9176.0, 9188.0, 9221.0, 9229.0, 9192.0, 9227.0, 9191.0, 9223.0, 9298.0, 9207.0, 9238.0, 9280.0, 9211.0, 9267.0, 9196.0, 9235.0, 9284.0, 9230.0, 9196.0, 9192.0, 9210.0, 9225.0, 9226.0, 9228.0, 9227.0, 9301.0, 9209.0, 9270.0, 9265.0, 9204.0, 9242.0, 9206.0, 9271.0, 9267.0, 9225.0, 9220.0, 9240.0, 9182.0, 9184.0, 9182.0, 9222.0, 9248.0, 9187.0, 9225.0, 9260.0, 9225.0, 9265.0, 9201.0, 9256.0, 9199.0, 9209.0, 9241.0, 9311.0, 9282.0, 9209.0, 9240.0, 9260.0, 9243.0, 9238.0, 9279.0, 9222.0, 9251.0, 9235.0, 9176.0, 9246.0, 9232.0, 9179.0, 9231.0, 9188.0, 9177.0, 9215.0, 9158.0, 9188.0, 9226.0, 9170.0, 9171.0, 9228.0, 9214.0, 9195.0, 9193.0, 9231.0, 9215.0, 9218.0, 9184.0, 9196.0, 9166.0, 9198.0, 9183.0, 9182.0, 9234.0, 9229.0, 9191.0, 9201.0, 9227.0, 9202.0, 9189.0, 9181.0, 9219.0, 9227.0, 9195.0, 9240.0, 9250.0, 9207.0, 9229.0, 9226.0, 9226.0, 9193.0, 9219.0, 9222.0, 9238.0, 9228.0, 9245.0, 9251.0, 9206.0, 9220.0, 9218.0, 9223.0, 9262.0, 9191.0, 9227.0, 9199.0, 9218.0, 9204.0, 9210.0, 9238.0, 9230.0, 9227.0, 9217.0, 9178.0, 9221.0, 9297.0, 9209.0, 9254.0, 9210.0, 9248.0, 9302.0, 9209.0, 9240.0, 9219.0, 9225.0, 9253.0, 9210.0, 9247.0, 9248.0, 9224.0, 9239.0, 9242.0, 9226.0, 9284.0, 9229.0, 9227.0, 9262.0, 9231.0, 9245.0, 9222.0, 9231.0, 9262.0, 9193.0, 9245.0, 9298.0, 9210.0, 9196.0, 9227.0, 9213.0, 9240.0, 9195.0, 9228.0, 9264.0, 9206.0, 9215.0, 9213.0, 9206.0, 9221.0, 9214.0, 9208.0, 9255.0, 9194.0, 9230.0, 9262.0, 9229.0, 9245.0, 9233.0, 9229.0, 9191.0, 9195.0, 9227.0, 9275.0, 9210.0, 9258.0, 9215.0, 9207.0, 9215.0, 9192.0, 9223.0, 9263.0, 9206.0, 9180.0, 9205.0, 9211.0, 9235.0, 9209.0, 9219.0, 9223.0, 9250.0, 9281.0, 9213.0, 9242.0, 9263.0, 9212.0, 9222.0, 9208.0, 9247.0, 9270.0, 9208.0, 9226.0, 9279.0, 9229.0, 9200.0, 9195.0, 9249.0, 9283.0, 9215.0, 9211.0, 9215.0, 9237.0, 9227.0, 9231.0, 9268.0, 9232.0, 9227.0, 9223.0, 9226.0, 9290.0, 9208.0, 9211.0, 9243.0, 9249.0, 9266.0, 9230.0, 9256.0, 9240.0, 9223.0, 9279.0, 9210.0, 9212.0, 9230.0, 9249.0, 9268.0, 9216.0, 9220.0, 9244.0, 9237.0, 9231.0, 9207.0, 9236.0, 9220.0, 9261.0, 9233.0, 9206.0, 9231.0, 9252.0, 9302.0, 9272.0, 9248.0, 9290.0, 9213.0, 9213.0, 9247.0, 9208.0, 9246.0, 9190.0, 9219.0, 9294.0, 9213.0, 9221.0, 9261.0, 9204.0, 9236.0, 9174.0, 9207.0, 9243.0, 9187.0, 9222.0, 9259.0, 9215.0, 9211.0, 9257.0, 9225.0, 9206.0, 9209.0, 9176.0, 9189.0, 9226.0, 9239.0, 9264.0, 9232.0, 9263.0, 9207.0, 9205.0, 9206.0, 9225.0, 9264.0, 9190.0, 9223.0, 9290.0, 9223.0, 9175.0, 9180.0, 9220.0, 9226.0, 9200.0, 9188.0, 9207.0, 9210.0, 9232.0, 9230.0, 9291.0, 9207.0, 9221.0, 9261.0, 9205.0, 9218.0, 9216.0, 9193.0, 9202.0, 9221.0, 9235.0, 9219.0, 9205.0, 9279.0, 9206.0, 9276.0, 9224.0, 9203.0, 9219.0, 9208.0, 9219.0, 9224.0, 9249.0, 9225.0, 9253.0, 9215.0, 9207.0, 9259.0, 9200.0, 9202.0, 9252.0, 9184.0, 9230.0, 9193.0, 9199.0, 9212.0, 9170.0, 9234.0, 9241.0, 9207.0, 9187.0, 9196.0, 9224.0, 9172.0, 9204.0, 9240.0, 9249.0, 9205.0, 9255.0, 9221.0, 9223.0, 9230.0, 9212.0, 9213.0, 9222.0, 9225.0, 9233.0, 9196.0, 9224.0, 9235.0, 9229.0, 9227.0, 9222.0, 9228.0, 9281.0, 9211.0, 9250.0, 9265.0, 9211.0, 9239.0, 9231.0, 9243.0, 9270.0, 9216.0, 9205.0, 9251.0, 9175.0, 9242.0, 9242.0, 9224.0, 9222.0, 9258.0, 9204.0, 9206.0, 9244.0, 9203.0, 9194.0, 9211.0, 9227.0, 9190.0, 9190.0, 9222.0, 9252.0, 9192.0, 9225.0, 9279.0, 9206.0, 9193.0, 9200.0, 9226.0, 9236.0, 9215.0, 9208.0, 9216.0, 9191.0, 9225.0, 9278.0, 9210.0, 9209.0, 9236.0, 9208.0, 9231.0, 9193.0, 9224.0, 9276.0, 9209.0, 9210.0, 9226.0, 9228.0, 9268.0, 9194.0, 9247.0, 9284.0, 9210.0, 9223.0, 9199.0, 9212.0, 9264.0, 9212.0, 9214.0, 9222.0, 9226.0, 9264.0, 9229.0, 9224.0, 9279.0, 9210.0, 9221.0, 9221.0, 9225.0, 9269.0, 9195.0, 9226.0, 9282.0, 9211.0, 9234.0, 9226.0, 9225.0, 9247.0, 9211.0, 9241.0, 9238.0, 9226.0, 9232.0, 9212.0, 9249.0, 9249.0, 9214.0, 9242.0, 9219.0, 9211.0, 9265.0, 9193.0, 9209.0, 9259.0, 9206.0, 9208.0, 9232.0, 9210.0, 9224.0, 9193.0, 9226.0, 9264.0, 9220.0, 9195.0, 9214.0, 9211.0, 9227.0, 9195.0, 9248.0, 9280.0, 9208.0, 9223.0, 9264.0, 9214.0, 9207.0, 9214.0, 9205.0, 9235.0, 9234.0, 9209.0, 9201.0, 9193.0, 9224.0, 9259.0, 9190.0, 9207.0, 9260.0, 9205.0, 9179.0, 9201.0, 9209.0, 9210.0, 9204.0, 9222.0, 9231.0, 9208.0, 9226.0, 9261.0, 9196.0, 9198.0, 9218.0, 9212.0, 9196.0, 9197.0, 9248.0, 9277.0, 9199.0, 9228.0, 9221.0, 9215.0, 9268.0, 9196.0, 9224.0, 9278.0, 9210.0, 9216.0, 9223.0, 9234.0, 9286.0, 9194.0, 9225.0, 9265.0, 9207.0, 9179.0, 9203.0, 9213.0, 9195.0, 9212.0, 9231.0, 9271.0, 9217.0, 9248.0, 9198.0, 9228.0, 9265.0, 9211.0, 9221.0, 9221.0, 9228.0, 9266.0, 9209.0, 9228.0, 9282.0, 9210.0, 9240.0, 9221.0, 9224.0, 9247.0, 9230.0, 9200.0, 9204.0, 9244.0, 9264.0, 9196.0, 9223.0, 9264.0, 9208.0, 9236.0, 9215.0, 9222.0, 9263.0, 9211.0, 9228.0, 9239.0, 9210.0, 9220.0, 9193.0, 9227.0, 9261.0, 9224.0, 9199.0, 9241.0, 9246.0, 9209.0, 9196.0, 9244.0, 9266.0, 9225.0, 9232.0, 9221.0, 9228.0, 9273.0, 9215.0, 9245.0, 9264.0, 9210.0, 9225.0, 9252.0, 9211.0, 9211.0, 9241.0, 9248.0, 9271.0, 9217.0, 9232.0, 9223.0, 9235.0, 9257.0, 9241.0, 9210.0, 9266.0, 9215.0, 9227.0, 9265.0, 9210.0, 9200.0, 9220.0, 9214.0, 9227.0, 9183.0, 9247.0, 9264.0, 9209.0, 9194.0, 9207.0, 9214.0, 9230.0, 9206.0, 9213.0, 9265.0, 9209.0, 9198.0, 9208.0, 9214.0, 9211.0, 9222.0, 9226.0, 9265.0, 9211.0, 9198.0, 9205.0, 9215.0, 9231.0, 9195.0, 9228.0, 9265.0, 9210.0, 9195.0, 9207.0, 9229.0, 9238.0, 9224.0, 9217.0, 9211.0, 9235.0, 9223.0, 9211.0, 9214.0, 9236.0, 9214.0, 9238.0, 9199.0, 9230.0, 9252.0, 9234.0, 9210.0, 9217.0, 9219.0, 9241.0, 9232.0, 9257.0, 9214.0, 9230.0, 9288.0, 9232.0, 9242.0, 9225.0, 9226.0, 9253.0, 9233.0, 9256.0, 9224.0, 9229.0, 9266.0, 9224.0, 9215.0, 9229.0, 9228.0, 9269.0, 9217.0, 9231.0, 9285.0, 9198.0, 9214.0, 9232.0, 9214.0, 9211.0, 9197.0, 9228.0, 9270.0, 9212.0, 9222.0, 9243.0, 9216.0, 9221.0, 9214.0, 9231.0, 9282.0, 9215.0, 9250.0, 9241.0, 9214.0, 9239.0, 9221.0, 9213.0, 9254.0, 9209.0, 9225.0, 9235.0, 9212.0, 9228.0, 9221.0, 9211.0, 9223.0, 9205.0, 9225.0, 9260.0, 9178.0, 9205.0, 9259.0, 9193.0, 9214.0, 9217.0, 9210.0, 9247.0, 9195.0, 9225.0, 9263.0, 9206.0, 9198.0, 9240.0, 9205.0, 9229.0, 9229.0, 9219.0, 9251.0, 9292.0, 9259.0, 9264.0, 9243.0, 9268.0, 9284.0, 9216.0, 9266.0, 9237.0, 9213.0, 9219.0, 9233.0, 9251.0, 9218.0, 9248.0, 9273.0, 9248.0, 9268.0, 9249.0, 9236.0, 9222.0, 9216.0, 9258.0, 9279.0, 9235.0, 9250.0, 9287.0, 9226.0, 9234.0, 9256.0, 9253.0, 9278.0, 9269.0, 9218.0, 9256.0, 9262.0, 9264.0, 9264.0, 9241.0, 9217.0, 9173.0, 9167.0, 9188.0, 9163.0, 9208.0, 9227.0, 9200.0, 9245.0, 9191.0, 9181.0, 9159.0, 9181.0, 9150.0, 9180.0, 9201.0, 9249.0, 9181.0, 9216.0, 9194.0, 9203.0, 9222.0, 9184.0, 9209.0, 9181.0, 9186.0, 9208.0, 9207.0, 9178.0, 9183.0, 9203.0, 9251.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.0005122431668237511</td></tr>
<tr><td colspan=3>aqi</td><td>0.021245928934967014</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.50697026876415</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2560265202924534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001537138481132</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>5670.7207</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07491923816060458</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2045240339302543</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2191379031318066</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.145835585202929</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4243411240173853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0872370001751053</td></tr>
<tr><td colspan=3>gcor</td><td>0.00724471</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01859470084309578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025228597223758698</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.34348302423462</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>41.602</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7668</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.2319</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301955.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.4347</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.1419</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.0891</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.1598</td></tr>
<tr><td colspan=3>tsnr</td><td>43.09861172013916</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>