<?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-0064_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-01/func/sub-0064_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d9417ef8123f67f42957006cae03ae0d</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>09:57:32.682500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999805, -0.0197302, -0.000136972, 0.0197209, 0.99907, 0.0383489]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0896617</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7209, 653, -88, -96, -19, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b4d27140-c044-488a-a33d-96821da06805||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824045181274414, 0.0529097318649292, 0.0016734214732423425, 108.2618179321289], [0.05293457955121994, 2.6804311275482178, 0.10352914780378342, -100.70755004882812], [-0.00036748466663993895, -0.10288728028535843, 2.6980137825012207, -50.45344924926758], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['095732.682500', '095733.142500', '095733.602500', '095734.062500', '095734.522500', '095734.982500', '095735.442500', '095735.902500', '095736.362500', '095736.822500', '095737.282500', '095737.742500', '095738.202500', '095738.662500', '095739.122500', '095739.582500', '095740.042500', '095740.502500', '095740.962500', '095741.422500', '095741.882500', '095742.342500', '095742.802500', '095743.262500', '095743.722500', '095744.182500', '095744.642500', '095745.102500', '095745.562500', '095746.022500', '095746.482500', '095746.942500', '095747.402500', '095747.862500', '095748.322500', '095748.782500', '095749.242500', '095749.702500', '095750.162500', '095750.622500', '095751.082500', '095751.542500', '095752.002500', '095752.462500', '095752.922500', '095753.382500', '095753.842500', '095754.302500', '095754.762500', '095755.222500', '095755.682500', '095756.142500', '095756.602500', '095757.062500', '095757.522500', '095757.982500', '095758.442500', '095758.902500', '095759.362500', '095759.822500', '095800.282500', '095800.742500', '095801.202500', '095801.662500', '095802.122500', '095802.582500', '095803.042500', '095803.502500', '095803.962500', '095804.422500', '095804.882500', '095805.342500', '095805.802500', '095806.262500', '095806.722500', '095807.182500', '095807.642500', '095808.102500', '095808.562500', '095809.022500', '095809.482500', '095809.942500', '095810.402500', '095810.862500', '095811.322500', '095811.782500', '095812.242500', '095812.702500', '095813.162500', '095813.622500', '095814.082500', '095814.542500', '095815.002500', '095815.462500', '095815.922500', '095816.382500', '095816.842500', '095817.302500', '095817.762500', '095818.222500', '095818.682500', '095819.142500', '095819.602500', '095820.062500', '095820.522500', '095820.982500', '095821.442500', '095821.902500', '095822.362500', '095822.822500', '095823.282500', '095823.742500', '095824.202500', '095824.662500', '095825.122500', '095825.582500', '095826.042500', '095826.502500', '095826.962500', '095827.422500', '095827.882500', '095828.342500', '095828.802500', '095829.262500', '095829.722500', '095830.182500', '095830.642500', '095831.102500', '095831.562500', '095832.022500', '095832.482500', '095832.942500', '095833.402500', '095833.862500', '095834.322500', '095834.782500', '095835.242500', '095835.702500', '095836.162500', '095836.622500', '095837.082500', '095837.542500', '095838.002500', '095838.462500', '095838.922500', '095839.382500', '095839.842500', '095840.302500', '095840.762500', '095841.222500', '095841.682500', '095842.142500', '095842.602500', '095843.062500', '095843.522500', '095843.982500', '095844.442500', '095844.902500', '095845.362500', '095845.822500', '095846.282500', '095846.742500', '095847.202500', '095847.662500', '095848.122500', '095848.582500', '095849.042500', '095849.502500', '095849.962500', '095850.422500', '095850.882500', '095851.342500', '095851.802500', '095852.262500', '095852.722500', '095853.182500', '095853.642500', '095854.102500', '095854.562500', '095855.022500', '095855.482500', '095855.942500', '095856.402500', '095856.862500', '095857.322500', '095857.782500', '095858.242500', '095858.702500', '095859.162500', '095859.622500', '095900.082500', '095900.542500', '095901.002500', '095901.462500', '095901.922500', '095902.382500', '095902.842500', '095903.302500', '095903.762500', '095904.222500', '095904.682500', '095905.142500', '095905.602500', '095906.062500', '095906.522500', '095906.982500', '095907.442500', '095907.902500', '095908.362500', '095908.822500', '095909.282500', '095909.742500', '095910.202500', '095910.662500', '095911.122500', '095911.582500', '095912.042500', '095912.502500', '095912.962500', '095913.422500', '095913.882500', '095914.342500', '095914.802500', '095915.262500', '095915.722500', '095916.182500', '095916.642500', '095917.102500', '095917.562500', '095918.022500', '095918.482500', '095918.942500', '095919.402500', '095919.862500', '095920.322500', '095920.782500', '095921.242500', '095921.702500', '095922.162500', '095922.622500', '095923.082500', '095923.542500', '095924.002500', '095924.462500', '095924.922500', '095925.382500', '095925.842500', '095926.302500', '095926.762500', '095927.222500', '095927.682500', '095928.142500', '095928.602500', '095929.062500', '095929.522500', '095929.982500', '095930.442500', '095930.902500', '095931.362500', '095931.822500', '095932.282500', '095932.742500', '095933.202500', '095933.662500', '095934.122500', '095934.582500', '095935.042500', '095935.502500', '095935.962500', '095936.422500', '095936.882500', '095937.342500', '095937.802500', '095938.262500', '095938.722500', '095939.182500', '095939.642500', '095940.102500', '095940.562500', '095941.022500', '095941.482500', '095941.942500', '095942.402500', '095942.862500', '095943.322500', '095943.782500', '095944.242500', '095944.702500', '095945.162500', '095945.622500', '095946.082500', '095946.542500', '095947.002500', '095947.462500', '095947.922500', '095948.382500', '095948.842500', '095949.302500', '095949.762500', '095950.222500', '095950.682500', '095951.142500', '095951.602500', '095952.062500', '095952.522500', '095952.982500', '095953.442500', '095953.902500', '095954.362500', '095954.822500', '095955.282500', '095955.742500', '095956.202500', '095956.662500', '095957.122500', '095957.582500', '095958.042500', '095958.502500', '095958.962500', '095959.422500', '095959.882500', '100000.342500', '100000.802500', '100001.262500', '100001.722500', '100002.182500', '100002.642500', '100003.102500', '100003.562500', '100004.022500', '100004.482500', '100004.942500', '100005.402500', '100005.862500', '100006.322500', '100006.782500', '100007.242500', '100007.702500', '100008.162500', '100008.622500', '100009.082500', '100009.542500', '100010.002500', '100010.462500', '100010.922500', '100011.382500', '100011.842500', '100012.302500', '100012.762500', '100013.222500', '100013.682500', '100014.142500', '100014.602500', '100015.062500', '100015.522500', '100015.982500', '100016.442500', '100016.902500', '100017.362500', '100017.822500', '100018.282500', '100018.742500', '100019.202500', '100019.662500', '100020.122500', '100020.582500', '100021.042500', '100021.502500', '100021.962500', '100022.422500', '100022.882500', '100023.342500', '100023.802500', '100024.262500', '100024.722500', '100025.182500', '100025.642500', '100026.102500', '100026.562500', '100027.022500', '100027.482500', '100027.942500', '100028.402500', '100028.862500', '100029.322500', '100029.782500', '100030.242500', '100030.702500', '100031.162500', '100031.622500', '100032.082500', '100032.542500', '100033.002500', '100033.462500', '100033.922500', '100034.382500', '100034.842500', '100035.302500', '100035.762500', '100036.222500', '100036.682500', '100037.142500', '100037.602500', '100038.062500', '100038.522500', '100038.982500', '100039.442500', '100039.902500', '100040.362500', '100040.822500', '100041.282500', '100041.742500', '100042.202500', '100042.662500', '100043.122500', '100043.582500', '100044.042500', '100044.502500', '100044.962500', '100045.422500', '100045.882500', '100046.342500', '100046.802500', '100047.262500', '100047.722500', '100048.182500', '100048.642500', '100049.102500', '100049.562500', '100050.022500', '100050.482500', '100050.942500', '100051.402500', '100051.862500', '100052.322500', '100052.782500', '100053.242500', '100053.702500', '100054.162500', '100054.622500', '100055.082500', '100055.542500', '100056.002500', '100056.462500', '100056.922500', '100057.382500', '100057.842500', '100058.302500', '100058.762500', '100059.222500', '100059.682500', '100100.142500', '100100.602500', '100101.062500', '100101.522500', '100101.982500', '100102.442500', '100102.902500', '100103.362500', '100103.822500', '100104.282500', '100104.742500', '100105.202500', '100105.662500', '100106.122500', '100106.582500', '100107.042500', '100107.502500', '100107.962500', '100108.422500', '100108.882500', '100109.342500', '100109.802500', '100110.262500', '100110.722500', '100111.182500', '100111.642500', '100112.102500', '100112.562500', '100113.022500', '100113.482500', '100113.942500', '100114.402500', '100114.862500', '100115.322500', '100115.782500', '100116.242500', '100116.702500', '100117.162500', '100117.622500', '100118.082500', '100118.542500', '100119.002500', '100119.462500', '100119.922500', '100120.382500', '100120.842500', '100121.302500', '100121.762500', '100122.222500', '100122.682500', '100123.142500', '100123.602500', '100124.062500', '100124.522500', '100124.982500', '100125.442500', '100125.902500', '100126.362500', '100126.822500', '100127.282500', '100127.742500', '100128.202500', '100128.662500', '100129.122500', '100129.582500', '100130.042500', '100130.502500', '100130.962500', '100131.422500', '100131.882500', '100132.342500', '100132.802500', '100133.262500', '100133.722500', '100134.182500', '100134.642500', '100135.102500', '100135.562500', '100136.022500', '100136.482500', '100136.942500', '100137.402500', '100137.862500', '100138.322500', '100138.782500', '100139.242500', '100139.702500', '100140.162500', '100140.622500', '100141.082500', '100141.542500', '100142.002500', '100142.462500', '100142.922500', '100143.382500', '100143.842500', '100144.302500', '100144.762500', '100145.222500', '100145.682500', '100146.142500', '100146.602500', '100147.062500', '100147.522500', '100147.982500', '100148.442500', '100148.902500', '100149.362500', '100149.822500', '100150.282500', '100150.742500', '100151.202500', '100151.662500', '100152.122500', '100152.582500', '100153.042500', '100153.502500', '100153.962500', '100154.422500', '100154.882500', '100155.342500', '100155.802500', '100156.262500', '100156.722500', '100157.182500', '100157.642500', '100158.102500', '100158.562500', '100159.022500', '100159.482500', '100159.942500', '100200.402500', '100200.862500', '100201.322500', '100201.782500', '100202.242500', '100202.702500', '100203.162500', '100203.622500', '100204.082500', '100204.542500', '100205.002500', '100205.462500', '100205.922500', '100206.382500', '100206.842500', '100207.302500', '100207.762500', '100208.222500', '100208.682500', '100209.142500', '100209.602500', '100210.062500', '100210.522500', '100210.982500', '100211.442500', '100211.902500', '100212.362500', '100212.822500', '100213.282500', '100213.742500', '100214.202500', '100214.662500', '100215.122500', '100215.582500', '100216.042500', '100216.502500', '100216.962500', '100217.422500', '100217.882500', '100218.342500', '100218.802500', '100219.262500', '100219.722500', '100220.182500', '100220.642500', '100221.102500', '100221.562500', '100222.022500', '100222.482500', '100222.942500', '100223.402500', '100223.862500', '100224.322500', '100224.782500', '100225.242500', '100225.702500', '100226.162500', '100226.622500', '100227.082500', '100227.542500', '100228.002500', '100228.462500', '100228.922500', '100229.382500', '100229.842500', '100230.302500', '100230.762500', '100231.222500', '100231.682500', '100232.142500', '100232.602500', '100233.062500', '100233.522500', '100233.982500', '100234.442500', '100234.902500', '100235.362500', '100235.822500', '100236.282500', '100236.742500', '100237.202500', '100237.662500', '100238.122500', '100238.582500', '100239.042500', '100239.502500', '100239.962500', '100240.422500', '100240.882500', '100241.342500', '100241.802500', '100242.262500', '100242.722500', '100243.182500', '100243.642500', '100244.102500', '100244.562500', '100245.022500', '100245.482500', '100245.942500', '100246.402500', '100246.862500', '100247.322500', '100247.782500', '100248.242500', '100248.702500', '100249.162500', '100249.622500', '100250.082500', '100250.542500', '100251.002500', '100251.462500', '100251.922500', '100252.382500', '100252.842500', '100253.302500', '100253.762500', '100254.222500', '100254.682500', '100255.142500', '100255.602500', '100256.062500', '100256.522500', '100256.982500', '100257.442500', '100257.902500', '100258.362500', '100258.822500', '100259.282500', '100259.742500', '100300.202500', '100300.662500', '100301.122500', '100301.582500', '100302.042500', '100302.502500', '100302.962500', '100303.422500', '100303.882500', '100304.342500', '100304.802500', '100305.262500', '100305.722500', '100306.182500', '100306.642500', '100307.102500', '100307.562500', '100308.022500', '100308.482500', '100308.942500', '100309.402500', '100309.862500', '100310.322500', '100310.782500', '100311.242500', '100311.702500', '100312.162500', '100312.622500', '100313.082500', '100313.542500', '100314.002500', '100314.462500', '100314.922500', '100315.382500', '100315.842500', '100316.302500', '100316.762500', '100317.222500', '100317.682500', '100318.142500', '100318.602500', '100319.062500', '100319.522500', '100319.982500', '100320.442500', '100320.902500', '100321.362500', '100321.822500', '100322.282500', '100322.742500', '100323.202500', '100323.662500', '100324.122500', '100324.582500', '100325.042500', '100325.502500', '100325.962500', '100326.422500', '100326.882500', '100327.342500', '100327.802500', '100328.262500', '100328.722500', '100329.182500', '100329.642500', '100330.102500', '100330.562500', '100331.022500', '100331.482500', '100331.942500', '100332.402500', '100332.862500', '100333.322500', '100333.782500', '100334.242500', '100334.702500', '100335.162500', '100335.622500', '100336.082500', '100336.542500', '100337.002500', '100337.462500', '100337.922500', '100338.382500', '100338.842500', '100339.302500', '100339.762500', '100340.222500', '100340.682500', '100341.142500', '100341.602500', '100342.062500', '100342.522500', '100342.982500', '100343.442500', '100343.902500', '100344.362500', '100344.822500', '100345.282500', '100345.742500', '100346.202500', '100346.662500', '100347.122500', '100347.582500', '100348.042500', '100348.502500', '100348.962500', '100349.422500', '100349.882500', '100350.342500', '100350.802500', '100351.262500', '100351.722500', '100352.182500', '100352.642500', '100353.102500', '100353.562500', '100354.022500', '100354.482500', '100354.942500', '100355.402500', '100355.862500', '100356.322500', '100356.782500', '100357.242500', '100357.702500', '100358.162500', '100358.622500', '100359.082500', '100359.542500', '100400.002500', '100400.462500', '100400.922500', '100401.382500', '100401.842500', '100402.302500', '100402.762500', '100403.222500', '100403.682500', '100404.142500', '100404.602500', '100405.062500', '100405.522500', '100405.982500', '100406.442500', '100406.902500', '100407.362500', '100407.822500', '100408.282500', '100408.742500', '100409.202500', '100409.662500', '100410.122500', '100410.582500', '100411.042500', '100411.502500', '100411.962500', '100412.422500', '100412.882500', '100413.342500', '100413.802500', '100414.262500', '100414.722500', '100415.182500', '100415.642500', '100416.102500', '100416.562500', '100417.022500', '100417.482500', '100417.942500', '100418.402500', '100418.862500', '100419.322500', '100419.782500', '100420.242500', '100420.702500', '100421.162500', '100421.622500', '100422.082500', '100422.542500', '100423.002500', '100423.462500', '100423.922500', '100424.382500', '100424.842500', '100425.302500', '100425.762500', '100426.222500', '100426.682500', '100427.142500', '100427.602500', '100428.062500', '100428.522500', '100428.982500', '100429.442500', '100429.902500', '100430.362500', '100430.822500', '100431.282500', '100431.742500', '100432.202500', '100432.662500', '100433.122500', '100433.582500', '100434.042500', '100434.502500', '100434.962500', '100435.422500', '100435.882500', '100436.342500', '100436.802500', '100437.262500', '100437.722500', '100438.182500', '100438.642500', '100439.102500', '100439.562500', '100440.022500', '100440.482500', '100440.942500', '100441.402500', '100441.862500', '100442.322500', '100442.782500', '100443.242500', '100443.702500', '100444.162500', '100444.622500', '100445.082500', '100445.542500', '100446.002500', '100446.462500', '100446.922500', '100447.382500', '100447.842500', '100448.302500', '100448.762500', '100449.222500', '100449.682500', '100450.142500', '100450.602500', '100451.062500', '100451.522500', '100451.982500', '100452.442500', '100452.902500', '100453.362500', '100453.822500', '100454.282500', '100454.742500', '100455.202500', '100455.662500', '100456.122500', '100456.582500', '100457.042500', '100457.502500', '100457.962500', '100458.422500', '100458.882500', '100459.342500', '100459.802500', '100500.262500', '100500.722500', '100501.182500', '100501.642500', '100502.102500', '100502.562500', '100503.022500', '100503.482500', '100503.942500', '100504.402500', '100504.862500', '100505.322500', '100505.782500', '100506.242500', '100506.702500', '100507.162500', '100507.622500', '100508.082500', '100508.542500', '100509.002500', '100509.462500', '100509.922500', '100510.382500', '100510.842500', '100511.302500', '100511.762500', '100512.222500', '100512.682500', '100513.142500', '100513.602500', '100514.062500', '100514.522500', '100514.982500', '100515.442500', '100515.902500', '100516.362500', '100516.822500', '100517.282500', '100517.742500', '100518.202500', '100518.662500', '100519.122500', '100519.582500', '100520.042500', '100520.502500', '100520.962500', '100521.422500', '100521.882500', '100522.342500', '100522.802500', '100523.262500', '100523.722500', '100524.182500', '100524.642500', '100525.102500', '100525.562500', '100526.022500', '100526.482500', '100526.942500', '100527.402500', '100527.862500', '100528.322500', '100528.782500', '100529.242500', '100529.702500', '100530.162500', '100530.622500', '100531.082500', '100531.542500', '100532.002500', '100532.462500', '100532.922500', '100533.382500', '100533.842500', '100534.302500', '100534.762500', '100535.222500', '100535.682500', '100536.142500', '100536.602500', '100537.062500', '100537.522500', '100537.982500', '100538.442500', '100538.902500', '100539.362500', '100539.822500', '100540.282500', '100540.742500', '100541.202500', '100541.662500', '100542.122500', '100542.582500', '100543.042500', '100543.502500', '100543.962500', '100544.422500', '100544.882500', '100545.342500', '100545.802500'], 'ContentTime': ['095753.688000', '095753.691000', '095753.694000', '095753.696000', '095753.699000', '095753.702000', '095753.704000', '095753.707000', '095753.710000', '095753.712000', '095753.715000', '095753.717000', '095753.720000', '095753.723000', '095753.725000', '095753.728000', '095753.735000', '095753.738000', '095753.755000', '095753.758000', '095753.761000', '095753.763000', '095753.766000', '095753.769000', '095753.772000', '095753.774000', '095753.777000', '095753.780000', '095753.782000', '095753.785000', '095753.787000', '095753.790000', '095753.793000', '095753.795000', '095753.798000', '095753.801000', '095753.803000', '095753.806000', '095753.808000', '095753.811000', '095753.814000', '095753.816000', '095813.657000', '095813.659000', '095813.662000', '095813.667000', '095813.669000', '095813.672000', '095813.675000', '095813.677000', '095813.680000', '095813.683000', '095813.685000', '095813.688000', '095813.690000', '095813.693000', '095813.696000', '095813.699000', '095813.702000', '095813.705000', '095813.707000', '095813.710000', '095813.713000', '095813.715000', '095813.718000', '095813.720000', '095813.723000', '095813.726000', '095813.728000', '095813.731000', '095813.734000', '095813.736000', '095813.739000', '095813.741000', '095813.744000', '095813.746000', '095813.749000', '095813.752000', '095813.754000', '095813.757000', '095813.759000', '095813.762000', '095813.765000', '095813.767000', '095813.770000', '095813.772000', '095833.657000', '095833.659000', '095833.662000', '095833.665000', '095833.667000', '095833.670000', '095833.673000', '095833.675000', '095833.678000', '095833.680000', '095833.683000', '095833.685000', '095833.688000', '095833.691000', '095833.693000', '095833.696000', '095833.698000', '095833.701000', '095833.704000', '095833.706000', '095833.709000', '095833.711000', '095833.714000', '095833.717000', '095833.719000', '095833.722000', '095833.725000', '095833.727000', '095833.730000', '095833.732000', '095833.735000', '095833.738000', '095833.740000', '095833.743000', '095833.745000', '095833.748000', '095833.750000', '095833.753000', '095833.756000', '095833.758000', '095833.770000', '095833.773000', '095833.776000', '095853.657000', '095853.659000', '095853.662000', '095853.665000', '095853.667000', '095853.670000', '095853.673000', '095853.675000', '095853.678000', '095853.680000', '095853.683000', '095853.686000', '095853.689000', '095853.691000', '095853.694000', '095853.696000', '095853.699000', '095853.702000', '095853.704000', '095853.707000', '095853.710000', '095853.712000', '095853.715000', '095853.717000', '095853.720000', '095853.723000', '095853.725000', '095853.728000', '095853.730000', '095853.733000', '095853.736000', '095853.738000', '095853.741000', '095853.744000', '095853.746000', '095853.749000', '095853.751000', '095853.754000', '095853.757000', '095853.759000', '095853.762000', '095853.764000', '095853.767000', '095853.770000', '095913.655000', '095913.658000', '095913.661000', '095913.664000', '095913.666000', '095913.669000', '095913.672000', '095913.674000', '095913.677000', '095913.679000', '095913.682000', '095913.685000', '095913.687000', '095913.690000', '095913.693000', '095913.695000', '095913.698000', '095913.700000', '095913.703000', '095913.706000', '095913.708000', '095913.711000', '095913.714000', '095913.717000', '095913.719000', '095913.722000', '095913.725000', '095913.727000', '095913.730000', '095913.733000', '095913.735000', '095913.738000', '095913.740000', '095913.743000', '095913.745000', '095913.748000', '095913.751000', '095913.753000', '095913.756000', '095913.758000', '095913.761000', '095913.764000', '095913.766000', '095933.656000', '095933.659000', '095933.662000', '095933.664000', '095933.668000', '095933.671000', '095933.674000', '095933.676000', '095933.679000', '095933.682000', '095933.685000', '095933.687000', '095933.690000', '095933.693000', '095933.695000', '095933.698000', '095933.700000', '095933.703000', '095933.706000', '095933.709000', '095933.711000', '095933.714000', '095933.717000', '095933.719000', '095933.722000', '095933.725000', '095933.728000', '095933.730000', '095933.733000', '095933.735000', '095933.738000', '095933.741000', '095933.743000', '095933.746000', '095933.748000', '095933.751000', '095933.754000', '095933.756000', '095933.759000', '095933.762000', '095933.764000', '095933.767000', '095933.769000', '095933.772000', '095953.656000', '095953.659000', '095953.662000', '095953.664000', '095953.667000', '095953.670000', '095953.673000', '095953.675000', '095953.678000', '095953.680000', '095953.683000', '095953.686000', '095953.688000', '095953.691000', '095953.694000', '095953.696000', '095953.699000', '095953.702000', '095953.704000', '095953.707000', '095953.709000', '095953.712000', '095953.714000', '095953.717000', '095953.720000', '095953.722000', '095953.725000', '095953.727000', '095953.730000', '095953.733000', '095953.735000', '095953.738000', '095953.740000', '095953.743000', '095953.746000', '095953.748000', '095953.751000', '095953.754000', '095953.756000', '095953.759000', '095953.761000', '095953.764000', '095953.767000', '100013.656000', '100013.659000', '100013.662000', '100013.665000', '100013.667000', '100013.670000', '100013.672000', '100013.675000', '100013.678000', '100013.680000', '100013.683000', '100013.686000', '100013.688000', '100013.691000', '100013.694000', '100013.696000', '100013.699000', '100013.702000', '100013.704000', '100013.707000', '100013.710000', '100013.712000', '100013.722000', '100013.725000', '100013.728000', '100013.731000', '100013.734000', '100013.736000', '100013.739000', '100013.741000', '100013.744000', '100013.747000', '100013.749000', '100013.752000', '100013.754000', '100013.757000', '100013.760000', '100013.762000', '100013.765000', '100013.767000', '100013.770000', '100013.773000', '100013.775000', '100013.778000', '100033.657000', '100033.659000', '100033.662000', '100033.665000', '100033.668000', '100033.670000', '100033.673000', '100033.680000', '100033.683000', '100033.686000', '100033.688000', '100033.691000', '100033.694000', '100033.696000', '100033.699000', '100033.701000', '100033.704000', '100033.707000', '100033.709000', '100033.712000', '100033.715000', '100033.718000', '100033.720000', '100033.723000', '100033.725000', '100033.728000', '100033.731000', '100033.733000', '100033.736000', '100033.738000', '100033.741000', '100033.744000', '100033.746000', '100033.749000', '100033.751000', '100033.754000', '100033.757000', '100033.759000', '100033.762000', '100033.765000', '100033.767000', '100033.770000', '100033.772000', '100053.657000', '100053.660000', '100053.663000', '100053.666000', '100053.669000', '100053.671000', '100053.674000', '100053.677000', '100053.679000', '100053.682000', '100053.685000', '100053.687000', '100053.690000', '100053.693000', '100053.695000', '100053.698000', '100053.701000', '100053.703000', '100053.707000', '100053.710000', '100053.713000', '100053.716000', '100053.718000', '100053.721000', '100053.723000', '100053.726000', '100053.729000', '100053.732000', '100053.734000', '100053.737000', '100053.740000', '100053.742000', '100053.745000', '100053.748000', '100053.750000', '100053.753000', '100053.756000', '100053.758000', '100053.762000', '100053.764000', '100053.767000', '100053.770000', '100053.772000', '100113.657000', '100113.659000', '100113.662000', '100113.665000', '100113.668000', '100113.670000', '100113.673000', '100113.676000', '100113.678000', '100113.681000', '100113.684000', '100113.686000', '100113.689000', '100113.692000', '100113.694000', '100113.697000', '100113.700000', '100113.702000', '100113.705000', '100113.708000', '100113.710000', '100113.713000', '100113.716000', '100113.719000', '100113.721000', '100113.724000', '100113.726000', '100113.729000', '100113.732000', '100113.734000', '100113.737000', '100113.740000', '100113.743000', '100113.745000', '100113.748000', '100113.751000', '100113.754000', '100113.756000', '100113.759000', '100113.762000', '100113.764000', '100113.767000', '100113.770000', '100113.772000', '100133.655000', '100133.658000', '100133.661000', '100133.664000', '100133.666000', '100133.669000', '100133.672000', '100133.675000', '100133.678000', '100133.680000', '100133.683000', '100133.686000', '100133.688000', '100133.691000', '100133.694000', '100133.697000', '100133.699000', '100133.702000', '100133.705000', '100133.707000', '100133.710000', '100133.713000', '100133.715000', '100133.718000', '100133.721000', '100133.723000', '100133.726000', '100133.728000', '100133.731000', '100133.734000', '100133.736000', '100133.739000', '100133.742000', '100133.744000', '100133.747000', '100133.749000', '100133.752000', '100133.755000', '100133.757000', '100133.760000', '100133.763000', '100133.765000', '100133.768000', '100153.656000', '100153.659000', '100153.662000', '100153.665000', '100153.667000', '100153.670000', '100153.673000', '100153.675000', '100153.678000', '100153.681000', '100153.683000', '100153.686000', '100153.688000', '100153.691000', '100153.694000', '100153.697000', '100153.699000', '100153.702000', '100153.715000', '100153.717000', '100153.720000', '100153.722000', '100153.725000', '100153.728000', '100153.730000', '100153.733000', '100153.736000', '100153.738000', '100153.741000', '100153.743000', '100153.746000', '100153.749000', '100153.751000', '100153.754000', '100153.757000', '100153.759000', '100153.762000', '100153.765000', '100153.767000', '100153.770000', '100153.773000', '100153.775000', '100153.778000', '100153.780000', '100213.657000', '100213.659000', '100213.662000', '100213.665000', '100213.667000', '100213.670000', '100213.673000', '100213.675000', '100213.678000', '100213.681000', '100213.683000', '100213.686000', '100213.689000', '100213.691000', '100213.694000', '100213.697000', '100213.700000', '100213.703000', '100213.705000', '100213.708000', '100213.711000', '100213.713000', '100213.716000', '100213.719000', '100213.722000', '100213.724000', '100213.727000', '100213.730000', '100213.732000', '100213.735000', '100213.738000', '100213.740000', '100213.743000', '100213.747000', '100213.749000', '100213.752000', '100213.755000', '100213.758000', '100213.760000', '100213.763000', '100213.766000', '100213.768000', '100213.771000', '100233.657000', '100233.661000', '100233.663000', '100233.666000', '100233.669000', '100233.671000', '100233.674000', '100233.677000', '100233.679000', '100233.682000', '100233.685000', '100233.687000', '100233.690000', '100233.693000', '100233.696000', '100233.698000', '100233.701000', '100233.704000', '100233.706000', '100233.709000', '100233.712000', '100233.714000', '100233.717000', '100233.719000', '100233.722000', '100233.725000', '100233.727000', '100233.730000', '100233.733000', '100233.735000', '100233.738000', '100233.740000', '100233.743000', '100233.746000', '100233.748000', '100233.751000', '100233.754000', '100233.756000', '100233.759000', '100233.762000', '100233.764000', '100233.767000', '100233.769000', '100233.772000', '100253.656000', '100253.659000', '100253.662000', '100253.665000', '100253.667000', '100253.670000', '100253.672000', '100253.675000', '100253.678000', '100253.680000', '100253.683000', '100253.686000', '100253.688000', '100253.691000', '100253.694000', '100253.696000', '100253.699000', '100253.702000', '100253.704000', '100253.707000', '100253.710000', '100253.712000', '100253.715000', '100253.718000', '100253.720000', '100253.723000', '100253.726000', '100253.728000', '100253.731000', '100253.734000', '100253.737000', '100253.739000', '100253.742000', '100253.745000', '100253.747000', '100253.750000', '100253.753000', '100253.755000', '100253.758000', '100253.761000', '100253.763000', '100253.766000', '100253.769000', '100313.657000', '100313.660000', '100313.662000', '100313.665000', '100313.668000', '100313.670000', '100313.673000', '100313.675000', '100313.678000', '100313.681000', '100313.683000', '100313.686000', '100313.689000', '100313.691000', '100313.694000', '100313.697000', '100313.699000', '100313.702000', '100313.705000', '100313.707000', '100313.710000', '100313.712000', '100313.715000', '100313.718000', '100313.720000', '100313.723000', '100313.726000', '100313.728000', '100313.731000', '100313.741000', '100313.743000', '100313.746000', '100313.751000', '100313.753000', '100313.756000', '100313.758000', '100313.761000', '100313.764000', '100313.766000', '100313.769000', '100313.772000', '100313.775000', '100313.778000', '100313.780000', '100333.657000', '100333.659000', '100333.662000', '100333.665000', '100333.667000', '100333.670000', '100333.673000', '100333.675000', '100333.678000', '100333.680000', '100333.683000', '100333.686000', '100333.688000', '100333.691000', '100333.694000', '100333.696000', '100333.699000', '100333.702000', '100333.704000', '100333.707000', '100333.710000', '100333.712000', '100333.715000', '100333.717000', '100333.720000', '100333.723000', '100333.725000', '100333.728000', '100333.731000', '100333.733000', '100333.736000', '100333.739000', '100333.741000', '100333.744000', '100333.747000', '100333.749000', '100333.752000', '100333.755000', '100333.757000', '100333.760000', '100333.763000', '100333.765000', '100333.768000', '100353.656000', '100353.658000', '100353.661000', '100353.664000', '100353.667000', '100353.669000', '100353.672000', '100353.675000', '100353.677000', '100353.680000', '100353.683000', '100353.685000', '100353.688000', '100353.691000', '100353.693000', '100353.696000', '100353.698000', '100353.701000', '100353.704000', '100353.707000', '100353.709000', '100353.712000', '100353.715000', '100353.717000', '100353.720000', '100353.722000', '100353.725000', '100353.728000', '100353.730000', '100353.733000', '100353.736000', '100353.738000', '100353.741000', '100353.744000', '100353.746000', '100353.749000', '100353.751000', '100353.754000', '100353.757000', '100353.759000', '100353.762000', '100353.765000', '100353.767000', '100353.770000', '100413.656000', '100413.660000', '100413.662000', '100413.665000', '100413.667000', '100413.670000', '100413.673000', '100413.675000', '100413.678000', '100413.681000', '100413.683000', '100413.686000', '100413.689000', '100413.691000', '100413.694000', '100413.696000', '100413.699000', '100413.702000', '100413.704000', '100413.707000', '100413.710000', '100413.712000', '100413.715000', '100413.718000', '100413.720000', '100413.723000', '100413.726000', '100413.728000', '100413.731000', '100413.734000', '100413.736000', '100413.739000', '100413.742000', '100413.744000', '100413.747000', '100413.749000', '100413.753000', '100413.756000', '100413.758000', '100413.761000', '100413.765000', '100413.767000', '100413.770000', '100433.657000', '100433.659000', '100433.662000', '100433.665000', '100433.668000', '100433.670000', '100433.673000', '100433.676000', '100433.678000', '100433.681000', '100433.684000', '100433.686000', '100433.689000', '100433.692000', '100433.694000', '100433.697000', '100433.700000', '100433.702000', '100433.705000', '100433.707000', '100433.710000', '100433.713000', '100433.716000', '100433.718000', '100433.721000', '100433.723000', '100433.726000', '100433.729000', '100433.731000', '100433.734000', '100433.737000', '100433.739000', '100433.742000', '100433.744000', '100433.747000', '100433.756000', '100433.759000', '100433.761000', '100433.764000', '100433.767000', '100433.780000', '100433.783000', '100433.786000', '100433.789000', '100453.656000', '100453.659000', '100453.662000', '100453.664000', '100453.668000', '100453.670000', '100453.673000', '100453.675000', '100453.678000', '100453.681000', '100453.683000', '100453.686000', '100453.689000', '100453.691000', '100453.694000', '100453.697000', '100453.699000', '100453.702000', '100453.705000', '100453.707000', '100453.710000', '100453.712000', '100453.715000', '100453.718000', '100453.720000', '100453.723000', '100453.725000', '100453.728000', '100453.730000', '100453.733000', '100453.736000', '100453.738000', '100453.741000', '100453.743000', '100453.746000', '100453.748000', '100453.751000', '100453.754000', '100453.757000', '100453.759000', '100453.762000', '100453.765000', '100453.767000', '100513.657000', '100513.660000', '100513.662000', '100513.665000', '100513.667000', '100513.670000', '100513.673000', '100513.675000', '100513.678000', '100513.681000', '100513.683000', '100513.686000', '100513.688000', '100513.691000', '100513.694000', '100513.696000', '100513.699000', '100513.701000', '100513.704000', '100513.707000', '100513.709000', '100513.712000', '100513.714000', '100513.717000', '100513.720000', '100513.722000', '100513.725000', '100513.727000', '100513.730000', '100513.733000', '100513.735000', '100513.738000', '100513.740000', '100513.743000', '100513.745000', '100513.748000', '100513.751000', '100513.753000', '100513.756000', '100513.758000', '100513.761000', '100513.764000', '100513.766000', '100513.769000', '100533.657000', '100533.659000', '100533.662000', '100533.665000', '100533.667000', '100533.670000', '100533.673000', '100533.675000', '100533.678000', '100533.680000', '100533.683000', '100533.686000', '100533.688000', '100533.691000', '100533.693000', '100533.696000', '100533.699000', '100533.701000', '100533.704000', '100533.707000', '100533.709000', '100533.712000', '100533.715000', '100533.717000', '100533.720000', '100533.722000', '100533.725000', '100533.728000', '100533.731000', '100533.733000', '100533.736000', '100533.738000', '100533.741000', '100533.744000', '100533.746000', '100533.749000', '100533.751000', '100533.754000', '100533.757000', '100533.759000', '100533.762000', '100533.764000', '100533.767000', '100547.618000', '100547.621000', '100547.624000', '100547.627000', '100547.629000', '100547.632000', '100547.635000', '100547.638000', '100547.640000', '100547.643000', '100547.646000', '100547.649000', '100547.652000', '100547.655000', '100547.660000', '100547.663000', '100547.666000', '100547.669000', '100547.672000', '100547.674000', '100547.677000', '100547.680000', '100547.682000', '100547.685000', '100547.688000', '100547.690000', '100547.693000', '100547.696000', '100547.698000', '100547.701000', '100547.704000'], 'InstanceCreationTime': ['095753.688000', '095753.691000', '095753.694000', '095753.696000', '095753.699000', '095753.702000', '095753.704000', '095753.707000', '095753.710000', '095753.712000', '095753.715000', '095753.717000', '095753.720000', '095753.723000', '095753.725000', '095753.728000', '095753.735000', '095753.738000', '095753.755000', '095753.758000', '095753.761000', '095753.763000', '095753.766000', '095753.769000', '095753.772000', '095753.774000', '095753.777000', '095753.780000', '095753.782000', '095753.785000', '095753.787000', '095753.790000', '095753.793000', '095753.795000', '095753.798000', '095753.801000', '095753.803000', '095753.806000', '095753.808000', '095753.811000', '095753.814000', '095753.816000', '095813.657000', '095813.659000', '095813.662000', '095813.667000', '095813.669000', '095813.672000', '095813.675000', '095813.677000', '095813.680000', '095813.683000', '095813.685000', '095813.688000', '095813.690000', '095813.693000', '095813.696000', '095813.699000', '095813.702000', '095813.705000', '095813.707000', '095813.710000', '095813.713000', '095813.715000', '095813.718000', '095813.720000', '095813.723000', '095813.726000', '095813.728000', '095813.731000', '095813.734000', '095813.736000', '095813.739000', '095813.741000', '095813.744000', '095813.746000', '095813.749000', '095813.752000', '095813.754000', '095813.757000', '095813.759000', '095813.762000', '095813.765000', '095813.767000', '095813.770000', '095813.772000', '095833.657000', '095833.659000', '095833.662000', '095833.665000', '095833.667000', '095833.670000', '095833.673000', '095833.675000', '095833.678000', '095833.680000', '095833.683000', '095833.685000', '095833.688000', '095833.691000', '095833.693000', '095833.696000', '095833.698000', '095833.701000', '095833.704000', '095833.706000', '095833.709000', '095833.711000', '095833.714000', '095833.717000', '095833.719000', '095833.722000', '095833.725000', '095833.727000', '095833.730000', '095833.732000', '095833.735000', '095833.738000', '095833.740000', '095833.743000', '095833.745000', '095833.748000', '095833.750000', '095833.753000', '095833.756000', '095833.758000', '095833.770000', '095833.773000', '095833.776000', '095853.657000', '095853.659000', '095853.662000', '095853.665000', '095853.667000', '095853.670000', '095853.673000', '095853.675000', '095853.678000', '095853.680000', '095853.683000', '095853.686000', '095853.689000', '095853.691000', '095853.694000', '095853.696000', '095853.699000', '095853.702000', '095853.704000', '095853.707000', '095853.710000', '095853.712000', '095853.715000', '095853.717000', '095853.720000', '095853.723000', '095853.725000', '095853.728000', '095853.730000', '095853.733000', '095853.736000', '095853.738000', '095853.741000', '095853.744000', '095853.746000', '095853.749000', '095853.751000', '095853.754000', '095853.757000', '095853.759000', '095853.762000', '095853.764000', '095853.767000', '095853.770000', '095913.655000', '095913.658000', '095913.661000', '095913.664000', '095913.666000', '095913.669000', '095913.672000', '095913.674000', '095913.677000', '095913.679000', '095913.682000', '095913.685000', '095913.687000', '095913.690000', '095913.693000', '095913.695000', '095913.698000', '095913.700000', '095913.703000', '095913.706000', '095913.708000', '095913.711000', '095913.714000', '095913.717000', '095913.719000', '095913.722000', '095913.725000', '095913.727000', '095913.730000', '095913.733000', '095913.735000', '095913.738000', '095913.740000', '095913.743000', '095913.745000', '095913.748000', '095913.751000', '095913.753000', '095913.756000', '095913.758000', '095913.761000', '095913.764000', '095913.766000', '095933.656000', '095933.659000', '095933.662000', '095933.664000', '095933.668000', '095933.671000', '095933.674000', '095933.676000', '095933.679000', '095933.682000', '095933.685000', '095933.687000', '095933.690000', '095933.693000', '095933.695000', '095933.698000', '095933.700000', '095933.703000', '095933.706000', '095933.709000', '095933.711000', '095933.714000', '095933.717000', '095933.719000', '095933.722000', '095933.725000', '095933.728000', '095933.730000', '095933.733000', '095933.735000', '095933.738000', '095933.741000', '095933.743000', '095933.746000', '095933.748000', '095933.751000', '095933.754000', '095933.756000', '095933.759000', '095933.762000', '095933.764000', '095933.767000', '095933.769000', '095933.772000', '095953.656000', '095953.659000', '095953.662000', '095953.664000', '095953.667000', '095953.670000', '095953.673000', '095953.675000', '095953.678000', '095953.680000', '095953.683000', '095953.686000', '095953.688000', '095953.691000', '095953.694000', '095953.696000', '095953.699000', '095953.702000', '095953.704000', '095953.707000', '095953.709000', '095953.712000', '095953.714000', '095953.717000', '095953.720000', '095953.722000', '095953.725000', '095953.727000', '095953.730000', '095953.733000', '095953.735000', '095953.738000', '095953.740000', '095953.743000', '095953.746000', '095953.748000', '095953.751000', '095953.754000', '095953.756000', '095953.759000', '095953.761000', '095953.764000', '095953.767000', '100013.656000', '100013.659000', '100013.662000', '100013.665000', '100013.667000', '100013.670000', '100013.672000', '100013.675000', '100013.678000', '100013.680000', '100013.683000', '100013.686000', '100013.688000', '100013.691000', '100013.694000', '100013.696000', '100013.699000', '100013.702000', '100013.704000', '100013.707000', '100013.710000', '100013.712000', '100013.722000', '100013.725000', '100013.728000', '100013.731000', '100013.734000', '100013.736000', '100013.739000', '100013.741000', '100013.744000', '100013.747000', '100013.749000', '100013.752000', '100013.754000', '100013.757000', '100013.760000', '100013.762000', '100013.765000', '100013.767000', '100013.770000', '100013.773000', '100013.775000', '100013.778000', '100033.657000', '100033.659000', '100033.662000', '100033.665000', '100033.668000', '100033.670000', '100033.673000', '100033.680000', '100033.683000', '100033.686000', '100033.688000', '100033.691000', '100033.694000', '100033.696000', '100033.699000', '100033.701000', '100033.704000', '100033.707000', '100033.709000', '100033.712000', '100033.715000', '100033.718000', '100033.720000', '100033.723000', '100033.725000', '100033.728000', '100033.731000', '100033.733000', '100033.736000', '100033.738000', '100033.741000', '100033.744000', '100033.746000', '100033.749000', '100033.751000', '100033.754000', '100033.757000', '100033.759000', '100033.762000', '100033.765000', '100033.767000', '100033.770000', '100033.772000', '100053.657000', '100053.660000', '100053.663000', '100053.666000', '100053.669000', '100053.671000', '100053.674000', '100053.677000', '100053.679000', '100053.682000', '100053.685000', '100053.687000', '100053.690000', '100053.693000', '100053.695000', '100053.698000', '100053.701000', '100053.703000', '100053.707000', '100053.710000', '100053.713000', '100053.716000', '100053.718000', '100053.721000', '100053.723000', '100053.726000', '100053.729000', '100053.732000', '100053.734000', '100053.737000', '100053.740000', '100053.742000', '100053.745000', '100053.748000', '100053.750000', '100053.753000', '100053.756000', '100053.758000', '100053.762000', '100053.764000', '100053.767000', '100053.770000', '100053.772000', '100113.657000', '100113.659000', '100113.662000', '100113.665000', '100113.668000', '100113.670000', '100113.673000', '100113.676000', '100113.678000', '100113.681000', '100113.684000', '100113.686000', '100113.689000', '100113.692000', '100113.694000', '100113.697000', '100113.700000', '100113.702000', '100113.705000', '100113.708000', '100113.710000', '100113.713000', '100113.716000', '100113.719000', '100113.721000', '100113.724000', '100113.726000', '100113.729000', '100113.732000', '100113.734000', '100113.737000', '100113.740000', '100113.743000', '100113.745000', '100113.748000', '100113.751000', '100113.754000', '100113.756000', '100113.759000', '100113.762000', '100113.764000', '100113.767000', '100113.770000', '100113.772000', '100133.655000', '100133.658000', '100133.661000', '100133.664000', '100133.666000', '100133.669000', '100133.672000', '100133.675000', '100133.678000', '100133.680000', '100133.683000', '100133.686000', '100133.688000', '100133.691000', '100133.694000', '100133.697000', '100133.699000', '100133.702000', '100133.705000', '100133.707000', '100133.710000', '100133.713000', '100133.715000', '100133.718000', '100133.721000', '100133.723000', '100133.726000', '100133.728000', '100133.731000', '100133.734000', '100133.736000', '100133.739000', '100133.742000', '100133.744000', '100133.747000', '100133.749000', '100133.752000', '100133.755000', '100133.757000', '100133.760000', '100133.763000', '100133.765000', '100133.768000', '100153.656000', '100153.659000', '100153.662000', '100153.665000', '100153.667000', '100153.670000', '100153.673000', '100153.675000', '100153.678000', '100153.681000', '100153.683000', '100153.686000', '100153.688000', '100153.691000', '100153.694000', '100153.697000', '100153.699000', '100153.702000', '100153.715000', '100153.717000', '100153.720000', '100153.722000', '100153.725000', '100153.728000', '100153.730000', '100153.733000', '100153.736000', '100153.738000', '100153.741000', '100153.743000', '100153.746000', '100153.749000', '100153.751000', '100153.754000', '100153.757000', '100153.759000', '100153.762000', '100153.765000', '100153.767000', '100153.770000', '100153.773000', '100153.775000', '100153.778000', '100153.780000', '100213.657000', '100213.659000', '100213.662000', '100213.665000', '100213.667000', '100213.670000', '100213.673000', '100213.675000', '100213.678000', '100213.681000', '100213.683000', '100213.686000', '100213.689000', '100213.691000', '100213.694000', '100213.697000', '100213.700000', '100213.703000', '100213.705000', '100213.708000', '100213.711000', '100213.713000', '100213.716000', '100213.719000', '100213.722000', '100213.724000', '100213.727000', '100213.730000', '100213.732000', '100213.735000', '100213.738000', '100213.740000', '100213.743000', '100213.747000', '100213.749000', '100213.752000', '100213.755000', '100213.758000', '100213.760000', '100213.763000', '100213.766000', '100213.768000', '100213.771000', '100233.657000', '100233.661000', '100233.663000', '100233.666000', '100233.669000', '100233.671000', '100233.674000', '100233.677000', '100233.679000', '100233.682000', '100233.685000', '100233.687000', '100233.690000', '100233.693000', '100233.696000', '100233.698000', '100233.701000', '100233.704000', '100233.706000', '100233.709000', '100233.712000', '100233.714000', '100233.717000', '100233.719000', '100233.722000', '100233.725000', '100233.727000', '100233.730000', '100233.733000', '100233.735000', '100233.738000', '100233.740000', '100233.743000', '100233.746000', '100233.748000', '100233.751000', '100233.754000', '100233.756000', '100233.759000', '100233.762000', '100233.764000', '100233.767000', '100233.769000', '100233.772000', '100253.656000', '100253.659000', '100253.662000', '100253.665000', '100253.667000', '100253.670000', '100253.672000', '100253.675000', '100253.678000', '100253.680000', '100253.683000', '100253.686000', '100253.688000', '100253.691000', '100253.694000', '100253.696000', '100253.699000', '100253.702000', '100253.704000', '100253.707000', '100253.710000', '100253.712000', '100253.715000', '100253.718000', '100253.720000', '100253.723000', '100253.726000', '100253.728000', '100253.731000', '100253.734000', '100253.737000', '100253.739000', '100253.742000', '100253.745000', '100253.747000', '100253.750000', '100253.753000', '100253.755000', '100253.758000', '100253.761000', '100253.763000', '100253.766000', '100253.769000', '100313.657000', '100313.660000', '100313.662000', '100313.665000', '100313.668000', '100313.670000', '100313.673000', '100313.675000', '100313.678000', '100313.681000', '100313.683000', '100313.686000', '100313.689000', '100313.691000', '100313.694000', '100313.697000', '100313.699000', '100313.702000', '100313.705000', '100313.707000', '100313.710000', '100313.712000', '100313.715000', '100313.718000', '100313.720000', '100313.723000', '100313.726000', '100313.728000', '100313.731000', '100313.741000', '100313.743000', '100313.746000', '100313.751000', '100313.753000', '100313.756000', '100313.758000', '100313.761000', '100313.764000', '100313.766000', '100313.769000', '100313.772000', '100313.775000', '100313.778000', '100313.780000', '100333.657000', '100333.659000', '100333.662000', '100333.665000', '100333.667000', '100333.670000', '100333.673000', '100333.675000', '100333.678000', '100333.680000', '100333.683000', '100333.686000', '100333.688000', '100333.691000', '100333.694000', '100333.696000', '100333.699000', '100333.702000', '100333.704000', '100333.707000', '100333.710000', '100333.712000', '100333.715000', '100333.717000', '100333.720000', '100333.723000', '100333.725000', '100333.728000', '100333.731000', '100333.733000', '100333.736000', '100333.739000', '100333.741000', '100333.744000', '100333.747000', '100333.749000', '100333.752000', '100333.755000', '100333.757000', '100333.760000', '100333.763000', '100333.765000', '100333.768000', '100353.656000', '100353.658000', '100353.661000', '100353.664000', '100353.667000', '100353.669000', '100353.672000', '100353.675000', '100353.677000', '100353.680000', '100353.683000', '100353.685000', '100353.688000', '100353.691000', '100353.693000', '100353.696000', '100353.698000', '100353.701000', '100353.704000', '100353.707000', '100353.709000', '100353.712000', '100353.715000', '100353.717000', '100353.720000', '100353.722000', '100353.725000', '100353.728000', '100353.730000', '100353.733000', '100353.736000', '100353.738000', '100353.741000', '100353.744000', '100353.746000', '100353.749000', '100353.751000', '100353.754000', '100353.757000', '100353.759000', '100353.762000', '100353.765000', '100353.767000', '100353.770000', '100413.656000', '100413.660000', '100413.662000', '100413.665000', '100413.667000', '100413.670000', '100413.673000', '100413.675000', '100413.678000', '100413.681000', '100413.683000', '100413.686000', '100413.689000', '100413.691000', '100413.694000', '100413.696000', '100413.699000', '100413.702000', '100413.704000', '100413.707000', '100413.710000', '100413.712000', '100413.715000', '100413.718000', '100413.720000', '100413.723000', '100413.726000', '100413.728000', '100413.731000', '100413.734000', '100413.736000', '100413.739000', '100413.742000', '100413.744000', '100413.747000', '100413.749000', '100413.753000', '100413.756000', '100413.758000', '100413.761000', '100413.765000', '100413.767000', '100413.770000', '100433.657000', '100433.659000', '100433.662000', '100433.665000', '100433.668000', '100433.670000', '100433.673000', '100433.676000', '100433.678000', '100433.681000', '100433.684000', '100433.686000', '100433.689000', '100433.692000', '100433.694000', '100433.697000', '100433.700000', '100433.702000', '100433.705000', '100433.707000', '100433.710000', '100433.713000', '100433.716000', '100433.718000', '100433.721000', '100433.723000', '100433.726000', '100433.729000', '100433.731000', '100433.734000', '100433.737000', '100433.739000', '100433.742000', '100433.744000', '100433.747000', '100433.756000', '100433.759000', '100433.761000', '100433.764000', '100433.767000', '100433.780000', '100433.783000', '100433.786000', '100433.789000', '100453.656000', '100453.659000', '100453.662000', '100453.664000', '100453.668000', '100453.670000', '100453.673000', '100453.675000', '100453.678000', '100453.681000', '100453.683000', '100453.686000', '100453.689000', '100453.691000', '100453.694000', '100453.697000', '100453.699000', '100453.702000', '100453.705000', '100453.707000', '100453.710000', '100453.712000', '100453.715000', '100453.718000', '100453.720000', '100453.723000', '100453.725000', '100453.728000', '100453.730000', '100453.733000', '100453.736000', '100453.738000', '100453.741000', '100453.743000', '100453.746000', '100453.748000', '100453.751000', '100453.754000', '100453.757000', '100453.759000', '100453.762000', '100453.765000', '100453.767000', '100513.657000', '100513.660000', '100513.662000', '100513.665000', '100513.667000', '100513.670000', '100513.673000', '100513.675000', '100513.678000', '100513.681000', '100513.683000', '100513.686000', '100513.688000', '100513.691000', '100513.694000', '100513.696000', '100513.699000', '100513.701000', '100513.704000', '100513.707000', '100513.709000', '100513.712000', '100513.714000', '100513.717000', '100513.720000', '100513.722000', '100513.725000', '100513.727000', '100513.730000', '100513.733000', '100513.735000', '100513.738000', '100513.740000', '100513.743000', '100513.745000', '100513.748000', '100513.751000', '100513.753000', '100513.756000', '100513.758000', '100513.761000', '100513.764000', '100513.766000', '100513.769000', '100533.657000', '100533.659000', '100533.662000', '100533.665000', '100533.667000', '100533.670000', '100533.673000', '100533.675000', '100533.678000', '100533.680000', '100533.683000', '100533.686000', '100533.688000', '100533.691000', '100533.693000', '100533.696000', '100533.699000', '100533.701000', '100533.704000', '100533.707000', '100533.709000', '100533.712000', '100533.715000', '100533.717000', '100533.720000', '100533.722000', '100533.725000', '100533.728000', '100533.731000', '100533.733000', '100533.736000', '100533.738000', '100533.741000', '100533.744000', '100533.746000', '100533.749000', '100533.751000', '100533.754000', '100533.757000', '100533.759000', '100533.762000', '100533.764000', '100533.767000', '100547.618000', '100547.621000', '100547.624000', '100547.627000', '100547.629000', '100547.632000', '100547.635000', '100547.638000', '100547.640000', '100547.643000', '100547.646000', '100547.649000', '100547.652000', '100547.655000', '100547.660000', '100547.663000', '100547.666000', '100547.669000', '100547.672000', '100547.674000', '100547.677000', '100547.680000', '100547.682000', '100547.685000', '100547.688000', '100547.690000', '100547.693000', '100547.696000', '100547.698000', '100547.701000', '100547.704000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [12174, 8390, 12911, 8315, 11043, 8575, 7939, 9200, 8039, 11224, 8282, 14018, 8181, 12225, 7890, 12503, 8808, 11477, 10719, 8550, 9250, 7771, 10665, 7936, 11378, 7582, 7906, 8213, 7634, 9752, 7769, 10328, 9405, 10628, 8394, 10578, 8441, 8926, 9762, 9267, 7696, 8643, 8183, 8812, 7563, 10122, 7575, 10613, 8037, 10473, 8856, 13189, 9001, 14950, 9699, 14682, 7943, 13926, 7846, 13689, 9041, 12527, 8078, 11985, 8586, 8747, 9023, 8750, 8885, 10804, 8798, 7513, 8807, 7486, 8929, 7913, 8780, 7757, 9683, 7772, 11780, 7967, 11104, 7790, 11297, 7953, 11681, 7663, 12585, 7753, 10709, 7988, 10201, 8188, 10309, 9045, 11866, 9509, 10735, 9259, 7511, 8812, 7428, 8687, 7615, 9565, 7586, 11325, 7762, 9375, 8249, 8158, 9006, 8274, 13144, 7495, 13374, 7842, 13571, 7769, 13434, 7907, 12558, 7692, 11310, 8301, 8122, 9293, 8462, 8176, 8610, 7860, 10620, 8280, 11916, 9578, 10559, 9972, 8625, 13644, 10739, 14245, 8494, 14498, 8566, 13792, 8414, 13580, 8457, 12416, 8642, 11565, 8977, 10546, 8822, 7915, 8638, 8321, 8838, 8580, 9149, 8438, 10087, 8692, 10264, 8900, 9739, 8644, 9010, 8673, 8095, 9840, 8333, 11578, 8597, 10890, 8639, 8386, 8774, 8799, 8580, 8247, 9747, 8635, 9295, 8838, 8875, 8633, 8201, 10406, 8544, 9433, 9140, 8777, 9464, 8122, 10434, 8514, 13562, 8851, 8081, 8439, 7748, 12350, 8316, 9976, 8537, 7960, 8633, 8740, 8386, 16593, 13778, 17449, 11284, 15809, 9461, 14087, 8739, 14737, 8559, 11638, 8434, 8156, 8502, 7912, 8483, 8488, 8661, 8084, 9061, 8322, 9772, 8341, 10193, 8518, 9119, 8269, 8809, 8294, 9068, 8034, 9374, 7984, 9246, 8144, 10825, 8489, 10036, 8189, 10223, 8297, 10404, 8306, 7935, 8266, 8219, 9109, 8198, 9127, 7804, 9311, 8092, 10094, 8006, 10260, 8015, 9989, 7810, 11512, 8457, 8134, 8424, 8024, 8731, 10281, 8371, 10075, 8483, 8528, 9030, 8074, 9940, 8016, 11394, 8210, 11830, 8495, 7990, 8884, 7944, 10856, 13921, 12087, 16490, 13002, 13836, 11657, 11143, 9674, 10890, 8589, 14645, 9717, 13586, 9213, 8438, 8777, 7841, 9041, 11937, 9018, 12296, 8421, 10504, 8262, 10806, 8272, 11357, 8326, 11782, 8147, 12100, 8189, 11826, 8422, 10463, 8403, 7914, 9412, 8253, 10309, 8209, 10797, 7826, 10898, 7901, 11157, 7947, 9657, 8339, 9593, 8259, 8509, 8238, 8927, 8634, 8722, 7749, 8716, 8084, 8225, 9781, 8360, 10817, 8277, 11403, 8128, 11217, 8186, 11897, 8360, 11980, 8040, 11806, 8324, 11873, 8341, 9571, 8353, 8659, 8441, 7989, 8277, 8223, 8072, 8599, 9290, 8178, 10920, 9088, 8914, 8709, 8065, 9884, 7908, 10813, 8047, 10862, 8129, 12371, 8451, 9469, 8356, 8863, 8605, 8015, 8667, 7889, 9285, 8135, 10765, 8221, 14144, 9848, 15562, 8502, 13990, 8546, 14131, 9241, 12822, 8947, 10590, 8116, 9879, 7940, 9806, 7730, 9402, 7883, 9172, 8212, 10567, 8001, 12920, 7964, 11587, 8140, 11690, 8380, 10176, 8201, 9339, 7877, 8469, 8179, 8443, 8448, 9456, 8274, 9445, 8259, 9699, 8075, 9275, 8074, 11540, 8607, 14740, 10304, 15126, 7928, 12644, 7838, 12169, 7762, 11496, 7664, 9432, 7595, 9331, 8266, 9054, 8377, 10412, 8537, 10328, 8778, 9818, 8915, 10801, 7861, 9804, 7756, 9131, 8129, 9036, 8434, 8874, 7793, 9020, 7695, 7513, 8040, 7319, 8255, 7688, 8932, 8089, 8480, 7915, 8679, 7927, 9003, 7917, 8988, 8428, 9036, 7756, 9860, 7729, 10363, 7621, 10261, 7570, 8924, 7835, 8290, 8226, 7658, 12264, 7689, 7537, 8091, 7740, 9470, 7789, 10743, 9389, 10333, 11624, 9708, 7696, 8766, 7759, 10348, 7635, 10131, 7801, 11502, 8926, 10134, 7832, 10103, 8711, 14466, 9781, 12043, 7874, 11848, 8078, 12184, 7792, 11672, 8043, 11170, 7761, 11414, 7874, 11344, 8057, 11301, 7794, 10374, 7862, 10237, 7817, 10132, 7936, 9802, 8043, 10006, 7831, 10673, 7700, 8297, 7773, 7786, 8085, 7847, 8786, 9113, 8322, 11404, 8182, 11543, 8598, 13757, 9753, 11381, 7899, 7379, 7771, 7729, 8160, 8979, 8162, 7804, 8215, 7776, 8081, 7961, 8084, 8301, 7962, 7810, 8338, 7685, 8133, 7819, 8379, 7930, 8515, 7648, 8977, 7727, 9190, 7872, 7535, 7941, 7859, 8327, 8103, 8330, 7961, 8982, 7774, 8781, 7702, 10122, 7903, 13603, 7867, 10727, 8116, 9947, 8116, 9867, 8250, 9316, 7936, 8185, 8651, 7653, 8791, 8032, 7407, 8284, 7533, 9476, 7652, 10727, 7787, 11412, 7814, 12741, 8988, 13814, 8034, 12792, 7866, 7925, 8432, 7659, 8895, 9169, 9336, 8009, 9699, 8251, 9152, 8006, 9239, 8049, 11147, 8270, 10929, 8154, 11533, 8942, 10338, 8254, 8040, 8741, 7637, 8372, 7700, 7918, 9847, 8104, 10006, 7918, 10399, 8002, 10675, 8232, 9487, 8048, 7262, 8146, 8050, 8349, 7828, 8745, 7864, 8663, 8062, 8925, 8225, 8910, 8154, 8591, 7948, 8785, 8046, 8957, 7469, 8198, 8630, 8065, 7565, 8112, 7452, 8099, 8282, 7922, 8521, 8899, 8050, 9164, 8111, 10108, 8537, 10817, 8215, 10670, 8007, 9924, 8610, 7905, 9890, 7618, 9735, 7678, 9522, 7650, 9584, 7705, 12922, 7998, 12827, 8061, 13348, 10648, 13732, 10317, 10481, 12768, 9851, 14565, 9391, 10295, 9000, 7653, 9436, 7637, 9400, 7868, 10085, 7812, 10541, 7905, 10303, 8077, 10476, 7879, 10804, 8183, 10787, 8083, 10826, 7990, 10167, 8089, 9544, 8196, 11101, 7766, 11234, 8164, 9568, 8108, 8311, 8150, 9290, 7967, 9776, 8278, 10334, 8067, 10188, 8069, 9932, 7938, 9978, 7657, 9936, 7711, 9950, 7614, 9830, 7816, 9911, 8108, 10060, 7972, 9806, 7819, 9370, 7509, 8951, 7636, 9313, 7489, 8955, 7742, 8974, 8040, 8183, 9970, 7937, 10759, 7910, 10433, 8135, 10426, 7766, 10372, 7543, 9895, 7656, 9887, 7581, 9931, 7800, 8847, 7969, 8622, 8069, 8914, 8091, 9176, 7854, 8938, 7690, 9638, 7927, 8997, 8224, 9579, 9290, 9182, 9272, 9368, 10463, 12563, 11640, 9103, 12015, 8086, 12770, 8358, 12412, 8490, 11932, 8561, 12643, 8613, 9365, 9203, 7790, 10224, 8052, 10324, 8332, 10833, 8418, 11473, 8417, 11900, 8020, 9263, 9076, 7917, 9960, 8126, 10712, 8718, 7736, 9046, 8492, 10167, 8262, 12226, 8470, 13366, 8175, 12199, 8249, 11602, 8441, 11748, 8331, 7589, 9518, 7871, 9715, 8121, 10275, 8051, 10282, 8282, 8456, 9788, 7932, 9820, 8042, 9854, 13485, 9772, 11474, 8926, 9337, 8968, 8171, 8985, 7683, 8979, 7821, 9826, 8001, 10398, 7680, 9687, 7687, 8985, 7847, 8634, 7981, 9018, 7665, 9260, 7690, 9446, 7810, 9437, 7615, 8805, 14907, 8569, 14779, 8440, 13478, 8151, 11483, 8252, 11125, 8479, 9942, 8500, 10013, 7970, 9707, 7744, 8472, 9205, 8566, 11409, 8389, 10897, 8342, 9895, 8120, 9927, 7926, 9798, 8337, 9744, 8419, 9366, 8140, 9681, 7632, 8732, 7779, 8317, 7877, 8389, 7680, 8570, 7861, 8335, 9297, 8213, 12213, 8435, 11087, 8196, 9982, 7930, 9638, 8007, 9719, 7879, 8534, 7868, 9031, 8053, 8350, 9545, 7804, 9946, 7914, 12058, 7928, 13159, 7844, 14758, 8599, 16030, 8201, 13287, 8360, 13056, 8606, 11944, 9060, 7653, 10183, 7843, 10050, 7679, 10032, 8122, 15036, 8142, 11352, 8302, 8810, 9846, 7906, 9868, 8020, 9514, 7752, 9241, 8697, 8843, 7522, 9007, 7814, 10169, 7978, 8045, 9230, 8133, 9542, 8687, 8956, 13109, 8097, 11719, 10926, 8142, 9867, 8166, 10525, 8149, 15134, 8387, 17381, 12302], 'WindowCenter': [4394.0, 4339.0, 4366.0, 4325.0, 4344.0, 4322.0, 4311.0, 4322.0, 4311.0, 4341.0, 4312.0, 4361.0, 4314.0, 4352.0, 4314.0, 4366.0, 4325.0, 4355.0, 4345.0, 4313.0, 4321.0, 4301.0, 4356.0, 4330.0, 4368.0, 4318.0, 4328.0, 4340.0, 4328.0, 4347.0, 4315.0, 4348.0, 4336.0, 4345.0, 4327.0, 4357.0, 4326.0, 4337.0, 4333.0, 4325.0, 4302.0, 4324.0, 4323.0, 4324.0, 4315.0, 4345.0, 4317.0, 4346.0, 4328.0, 4357.0, 4336.0, 4364.0, 4324.0, 4373.0, 4334.0, 4374.0, 4313.0, 4363.0, 4314.0, 4351.0, 4323.0, 4352.0, 4311.0, 4341.0, 4310.0, 4311.0, 4322.0, 4311.0, 4322.0, 4332.0, 4323.0, 4303.0, 4323.0, 4301.0, 4323.0, 4300.0, 4312.0, 4305.0, 4322.0, 4315.0, 4356.0, 4327.0, 4355.0, 4315.0, 4343.0, 4302.0, 4353.0, 4302.0, 4353.0, 4305.0, 4344.0, 4314.0, 4335.0, 4323.0, 4334.0, 4327.0, 4357.0, 4348.0, 4347.0, 4336.0, 4305.0, 4325.0, 4304.0, 4313.0, 4305.0, 4323.0, 4306.0, 4345.0, 4305.0, 4325.0, 4315.0, 4315.0, 4326.0, 4315.0, 4354.0, 4305.0, 4365.0, 4315.0, 4351.0, 4303.0, 4352.0, 4291.0, 4340.0, 4291.0, 4331.0, 4298.0, 4300.0, 4321.0, 4323.0, 4327.0, 4337.0, 4330.0, 4360.0, 4340.0, 4370.0, 4363.0, 4359.0, 4359.0, 4337.0, 4379.0, 4358.0, 4379.0, 4325.0, 4376.0, 4326.0, 4365.0, 4313.0, 4364.0, 4314.0, 4353.0, 4324.0, 4343.0, 4322.0, 4333.0, 4324.0, 4311.0, 4322.0, 4314.0, 4323.0, 4322.0, 4323.0, 4324.0, 4344.0, 4324.0, 4345.0, 4336.0, 4336.0, 4326.0, 4325.0, 4325.0, 4316.0, 4346.0, 4326.0, 4356.0, 4328.0, 4346.0, 4326.0, 4325.0, 4327.0, 4327.0, 4325.0, 4328.0, 4347.0, 4339.0, 4337.0, 4337.0, 4339.0, 4339.0, 4341.0, 4361.0, 4353.0, 4350.0, 4350.0, 4338.0, 4350.0, 4342.0, 4360.0, 4340.0, 4380.0, 4350.0, 4356.0, 4351.0, 4339.0, 4380.0, 4341.0, 4374.0, 4352.0, 4331.0, 4340.0, 4351.0, 4353.0, 4400.0, 4379.0, 4386.0, 4356.0, 4376.0, 4324.0, 4354.0, 4312.0, 4362.0, 4313.0, 4341.0, 4301.0, 4300.0, 4322.0, 4312.0, 4310.0, 4310.0, 4311.0, 4302.0, 4311.0, 4300.0, 4320.0, 4302.0, 4321.0, 4301.0, 4298.0, 4297.0, 4308.0, 4298.0, 4309.0, 4298.0, 4309.0, 4298.0, 4309.0, 4299.0, 4329.0, 4311.0, 4320.0, 4299.0, 4319.0, 4312.0, 4330.0, 4312.0, 4311.0, 4313.0, 4323.0, 4322.0, 4323.0, 4334.0, 4315.0, 4335.0, 4314.0, 4344.0, 4316.0, 4343.0, 4314.0, 4334.0, 4313.0, 4355.0, 4325.0, 4315.0, 4326.0, 4316.0, 4337.0, 4345.0, 4326.0, 4346.0, 4337.0, 4336.0, 4336.0, 4327.0, 4346.0, 4327.0, 4357.0, 4327.0, 4367.0, 4339.0, 4328.0, 4348.0, 4329.0, 4359.0, 4377.0, 4367.0, 4376.0, 4367.0, 4365.0, 4343.0, 4342.0, 4322.0, 4333.0, 4312.0, 4349.0, 4322.0, 4350.0, 4310.0, 4299.0, 4309.0, 4298.0, 4311.0, 4327.0, 4298.0, 4328.0, 4297.0, 4315.0, 4297.0, 4315.0, 4298.0, 4316.0, 4297.0, 4325.0, 4288.0, 4325.0, 4298.0, 4326.0, 4299.0, 4319.0, 4299.0, 4299.0, 4320.0, 4311.0, 4332.0, 4313.0, 4342.0, 4303.0, 4342.0, 4312.0, 4343.0, 4301.0, 4322.0, 4312.0, 4322.0, 4299.0, 4308.0, 4299.0, 4309.0, 4299.0, 4311.0, 4300.0, 4311.0, 4300.0, 4312.0, 4319.0, 4310.0, 4331.0, 4310.0, 4328.0, 4301.0, 4329.0, 4313.0, 4340.0, 4310.0, 4339.0, 4303.0, 4339.0, 4312.0, 4339.0, 4311.0, 4322.0, 4315.0, 4311.0, 4313.0, 4315.0, 4324.0, 4323.0, 4326.0, 4336.0, 4348.0, 4339.0, 4370.0, 4338.0, 4340.0, 4338.0, 4329.0, 4346.0, 4326.0, 4344.0, 4314.0, 4345.0, 4317.0, 4365.0, 4327.0, 4335.0, 4327.0, 4348.0, 4336.0, 4326.0, 4336.0, 4326.0, 4347.0, 4329.0, 4356.0, 4339.0, 4378.0, 4350.0, 4387.0, 4338.0, 4376.0, 4325.0, 4364.0, 4323.0, 4353.0, 4311.0, 4331.0, 4303.0, 4320.0, 4300.0, 4320.0, 4301.0, 4320.0, 4301.0, 4320.0, 4313.0, 4343.0, 4314.0, 4352.0, 4314.0, 4342.0, 4302.0, 4340.0, 4299.0, 4320.0, 4298.0, 4309.0, 4289.0, 4300.0, 4301.0, 4300.0, 4311.0, 4321.0, 4311.0, 4321.0, 4313.0, 4322.0, 4301.0, 4325.0, 4329.0, 4358.0, 4316.0, 4376.0, 4334.0, 4363.0, 4304.0, 4352.0, 4301.0, 4339.0, 4290.0, 4329.0, 4288.0, 4309.0, 4289.0, 4309.0, 4299.0, 4310.0, 4301.0, 4319.0, 4310.0, 4320.0, 4313.0, 4322.0, 4324.0, 4333.0, 4305.0, 4321.0, 4302.0, 4311.0, 4302.0, 4309.0, 4297.0, 4297.0, 4288.0, 4310.0, 4300.0, 4302.0, 4303.0, 4292.0, 4311.0, 4303.0, 4322.0, 4302.0, 4313.0, 4315.0, 4313.0, 4303.0, 4312.0, 4300.0, 4309.0, 4300.0, 4311.0, 4303.0, 4323.0, 4303.0, 4334.0, 4305.0, 4333.0, 4316.0, 4323.0, 4315.0, 4316.0, 4313.0, 4304.0, 4355.0, 4317.0, 4317.0, 4317.0, 4317.0, 4335.0, 4304.0, 4343.0, 4324.0, 4336.0, 4345.0, 4325.0, 4305.0, 4325.0, 4317.0, 4334.0, 4303.0, 4332.0, 4305.0, 4343.0, 4325.0, 4334.0, 4305.0, 4333.0, 4314.0, 4363.0, 4323.0, 4342.0, 4302.0, 4330.0, 4301.0, 4329.0, 4291.0, 4331.0, 4291.0, 4330.0, 4291.0, 4329.0, 4288.0, 4318.0, 4289.0, 4317.0, 4279.0, 4319.0, 4301.0, 4331.0, 4290.0, 4319.0, 4290.0, 4319.0, 4289.0, 4319.0, 4291.0, 4330.0, 4302.0, 4299.0, 4301.0, 4291.0, 4302.0, 4302.0, 4313.0, 4313.0, 4314.0, 4342.0, 4313.0, 4331.0, 4312.0, 4350.0, 4322.0, 4330.0, 4300.0, 4291.0, 4302.0, 4290.0, 4314.0, 4313.0, 4313.0, 4304.0, 4314.0, 4301.0, 4313.0, 4302.0, 4302.0, 4301.0, 4302.0, 4301.0, 4325.0, 4332.0, 4316.0, 4304.0, 4313.0, 4303.0, 4311.0, 4305.0, 4324.0, 4305.0, 4323.0, 4314.0, 4305.0, 4317.0, 4316.0, 4315.0, 4305.0, 4314.0, 4314.0, 4325.0, 4303.0, 4313.0, 4303.0, 4333.0, 4303.0, 4352.0, 4302.0, 4332.0, 4303.0, 4321.0, 4303.0, 4320.0, 4302.0, 4311.0, 4302.0, 4313.0, 4314.0, 4305.0, 4326.0, 4328.0, 4318.0, 4327.0, 4330.0, 4349.0, 4330.0, 4359.0, 4318.0, 4358.0, 4317.0, 4366.0, 4326.0, 4366.0, 4317.0, 4365.0, 4314.0, 4314.0, 4313.0, 4304.0, 4323.0, 4324.0, 4324.0, 4304.0, 4323.0, 4314.0, 4323.0, 4314.0, 4321.0, 4303.0, 4331.0, 4304.0, 4331.0, 4302.0, 4330.0, 4310.0, 4322.0, 4303.0, 4300.0, 4310.0, 4288.0, 4300.0, 4288.0, 4301.0, 4320.0, 4301.0, 4321.0, 4302.0, 4330.0, 4315.0, 4333.0, 4312.0, 4320.0, 4301.0, 4291.0, 4315.0, 4315.0, 4325.0, 4316.0, 4325.0, 4316.0, 4325.0, 4316.0, 4325.0, 4313.0, 4323.0, 4313.0, 4314.0, 4313.0, 4324.0, 4314.0, 4325.0, 4303.0, 4316.0, 4325.0, 4313.0, 4304.0, 4313.0, 4303.0, 4315.0, 4325.0, 4329.0, 4339.0, 4350.0, 4328.0, 4334.0, 4327.0, 4357.0, 4339.0, 4356.0, 4326.0, 4344.0, 4316.0, 4346.0, 4339.0, 4326.0, 4347.0, 4317.0, 4347.0, 4316.0, 4347.0, 4316.0, 4338.0, 4316.0, 4367.0, 4316.0, 4366.0, 4314.0, 4353.0, 4333.0, 4352.0, 4321.0, 4331.0, 4340.0, 4320.0, 4349.0, 4310.0, 4319.0, 4309.0, 4288.0, 4309.0, 4289.0, 4309.0, 4301.0, 4331.0, 4302.0, 4331.0, 4313.0, 4332.0, 4314.0, 4333.0, 4314.0, 4342.0, 4313.0, 4331.0, 4313.0, 4331.0, 4303.0, 4331.0, 4304.0, 4323.0, 4313.0, 4343.0, 4304.0, 4331.0, 4314.0, 4322.0, 4315.0, 4312.0, 4313.0, 4323.0, 4315.0, 4334.0, 4315.0, 4333.0, 4316.0, 4334.0, 4313.0, 4332.0, 4302.0, 4333.0, 4303.0, 4335.0, 4314.0, 4336.0, 4315.0, 4335.0, 4315.0, 4345.0, 4326.0, 4334.0, 4315.0, 4336.0, 4304.0, 4325.0, 4304.0, 4325.0, 4304.0, 4325.0, 4304.0, 4325.0, 4303.0, 4325.0, 4314.0, 4326.0, 4334.0, 4316.0, 4344.0, 4315.0, 4345.0, 4328.0, 4345.0, 4315.0, 4335.0, 4304.0, 4336.0, 4303.0, 4333.0, 4303.0, 4334.0, 4303.0, 4325.0, 4304.0, 4315.0, 4314.0, 4324.0, 4314.0, 4335.0, 4314.0, 4335.0, 4327.0, 4348.0, 4341.0, 4349.0, 4341.0, 4349.0, 4350.0, 4349.0, 4351.0, 4338.0, 4358.0, 4368.0, 4356.0, 4326.0, 4355.0, 4316.0, 4364.0, 4314.0, 4353.0, 4314.0, 4342.0, 4315.0, 4356.0, 4315.0, 4323.0, 4325.0, 4314.0, 4343.0, 4314.0, 4332.0, 4314.0, 4344.0, 4315.0, 4343.0, 4314.0, 4353.0, 4314.0, 4324.0, 4325.0, 4313.0, 4332.0, 4304.0, 4334.0, 4325.0, 4315.0, 4326.0, 4326.0, 4349.0, 4316.0, 4357.0, 4317.0, 4365.0, 4316.0, 4342.0, 4314.0, 4341.0, 4315.0, 4342.0, 4316.0, 4304.0, 4336.0, 4314.0, 4333.0, 4317.0, 4344.0, 4318.0, 4346.0, 4329.0, 4329.0, 4349.0, 4328.0, 4349.0, 4316.0, 4347.0, 4366.0, 4338.0, 4354.0, 4328.0, 4326.0, 4325.0, 4313.0, 4325.0, 4305.0, 4326.0, 4315.0, 4334.0, 4315.0, 4347.0, 4305.0, 4336.0, 4307.0, 4327.0, 4315.0, 4327.0, 4317.0, 4325.0, 4307.0, 4335.0, 4306.0, 4337.0, 4317.0, 4336.0, 4306.0, 4328.0, 4376.0, 4326.0, 4363.0, 4315.0, 4354.0, 4304.0, 4331.0, 4303.0, 4332.0, 4312.0, 4320.0, 4314.0, 4323.0, 4301.0, 4323.0, 4293.0, 4304.0, 4312.0, 4314.0, 4342.0, 4302.0, 4332.0, 4303.0, 4322.0, 4303.0, 4323.0, 4304.0, 4322.0, 4315.0, 4324.0, 4316.0, 4323.0, 4316.0, 4337.0, 4305.0, 4316.0, 4304.0, 4327.0, 4316.0, 4316.0, 4307.0, 4326.0, 4313.0, 4327.0, 4336.0, 4329.0, 4368.0, 4328.0, 4345.0, 4327.0, 4336.0, 4316.0, 4334.0, 4316.0, 4335.0, 4316.0, 4326.0, 4327.0, 4349.0, 4344.0, 4345.0, 4351.0, 4333.0, 4361.0, 4343.0, 4381.0, 4331.0, 4380.0, 4331.0, 4390.0, 4342.0, 4389.0, 4342.0, 4379.0, 4330.0, 4379.0, 4329.0, 4358.0, 4339.0, 4318.0, 4349.0, 4318.0, 4349.0, 4318.0, 4337.0, 4316.0, 4377.0, 4328.0, 4360.0, 4331.0, 4337.0, 4347.0, 4328.0, 4349.0, 4327.0, 4350.0, 4318.0, 4340.0, 4340.0, 4340.0, 4320.0, 4339.0, 4318.0, 4359.0, 4329.0, 4330.0, 4349.0, 4330.0, 4351.0, 4340.0, 4342.0, 4381.0, 4331.0, 4370.0, 4360.0, 4328.0, 4350.0, 4327.0, 4349.0, 4317.0, 4375.0, 4316.0, 4388.0, 4357.0], 'WindowWidth': [9686.0, 9600.0, 9628.0, 9570.0, 9591.0, 9559.0, 9542.0, 9558.0, 9541.0, 9581.0, 9544.0, 9608.0, 9549.0, 9597.0, 9551.0, 9625.0, 9568.0, 9607.0, 9594.0, 9544.0, 9552.0, 9528.0, 9608.0, 9581.0, 9627.0, 9559.0, 9574.0, 9593.0, 9580.0, 9602.0, 9554.0, 9600.0, 9582.0, 9593.0, 9570.0, 9612.0, 9568.0, 9582.0, 9572.0, 9564.0, 9532.0, 9561.0, 9560.0, 9561.0, 9552.0, 9592.0, 9559.0, 9596.0, 9576.0, 9611.0, 9584.0, 9617.0, 9563.0, 9626.0, 9575.0, 9630.0, 9548.0, 9612.0, 9547.0, 9593.0, 9558.0, 9595.0, 9542.0, 9580.0, 9537.0, 9539.0, 9557.0, 9540.0, 9557.0, 9568.0, 9559.0, 9533.0, 9560.0, 9528.0, 9559.0, 9525.0, 9542.0, 9536.0, 9555.0, 9551.0, 9609.0, 9572.0, 9604.0, 9551.0, 9583.0, 9531.0, 9599.0, 9531.0, 9597.0, 9538.0, 9588.0, 9551.0, 9577.0, 9562.0, 9575.0, 9569.0, 9609.0, 9603.0, 9595.0, 9581.0, 9538.0, 9563.0, 9534.0, 9544.0, 9535.0, 9557.0, 9538.0, 9589.0, 9538.0, 9563.0, 9551.0, 9550.0, 9565.0, 9548.0, 9600.0, 9536.0, 9616.0, 9550.0, 9594.0, 9530.0, 9592.0, 9509.0, 9571.0, 9509.0, 9561.0, 9517.0, 9525.0, 9553.0, 9560.0, 9572.0, 9586.0, 9583.0, 9622.0, 9596.0, 9636.0, 9629.0, 9619.0, 9618.0, 9588.0, 9647.0, 9615.0, 9641.0, 9567.0, 9634.0, 9568.0, 9615.0, 9547.0, 9612.0, 9547.0, 9596.0, 9561.0, 9583.0, 9557.0, 9569.0, 9560.0, 9541.0, 9556.0, 9547.0, 9558.0, 9557.0, 9557.0, 9563.0, 9589.0, 9565.0, 9590.0, 9581.0, 9581.0, 9567.0, 9564.0, 9564.0, 9555.0, 9595.0, 9569.0, 9606.0, 9573.0, 9594.0, 9568.0, 9566.0, 9569.0, 9569.0, 9566.0, 9575.0, 9599.0, 9589.0, 9584.0, 9587.0, 9589.0, 9591.0, 9598.0, 9624.0, 9615.0, 9609.0, 9608.0, 9591.0, 9608.0, 9599.0, 9619.0, 9594.0, 9647.0, 9609.0, 9629.0, 9613.0, 9597.0, 9650.0, 9597.0, 9649.0, 9616.0, 9584.0, 9593.0, 9612.0, 9621.0, 9678.0, 9646.0, 9654.0, 9608.0, 9635.0, 9560.0, 9600.0, 9542.0, 9606.0, 9544.0, 9578.0, 9525.0, 9521.0, 9557.0, 9543.0, 9538.0, 9536.0, 9537.0, 9528.0, 9537.0, 9524.0, 9549.0, 9527.0, 9550.0, 9521.0, 9515.0, 9514.0, 9530.0, 9515.0, 9532.0, 9516.0, 9533.0, 9517.0, 9532.0, 9520.0, 9559.0, 9538.0, 9547.0, 9522.0, 9547.0, 9540.0, 9562.0, 9542.0, 9542.0, 9546.0, 9560.0, 9559.0, 9562.0, 9577.0, 9552.0, 9578.0, 9551.0, 9589.0, 9554.0, 9588.0, 9550.0, 9574.0, 9547.0, 9603.0, 9565.0, 9553.0, 9570.0, 9556.0, 9586.0, 9592.0, 9568.0, 9596.0, 9585.0, 9583.0, 9583.0, 9575.0, 9598.0, 9574.0, 9610.0, 9575.0, 9624.0, 9592.0, 9576.0, 9604.0, 9579.0, 9618.0, 9639.0, 9625.0, 9635.0, 9623.0, 9616.0, 9586.0, 9582.0, 9557.0, 9569.0, 9543.0, 9586.0, 9554.0, 9587.0, 9536.0, 9521.0, 9533.0, 9517.0, 9536.0, 9552.0, 9515.0, 9554.0, 9514.0, 9534.0, 9512.0, 9534.0, 9516.0, 9536.0, 9513.0, 9547.0, 9503.0, 9549.0, 9516.0, 9550.0, 9520.0, 9544.0, 9518.0, 9522.0, 9550.0, 9543.0, 9569.0, 9546.0, 9584.0, 9533.0, 9583.0, 9543.0, 9585.0, 9528.0, 9555.0, 9545.0, 9555.0, 9521.0, 9532.0, 9518.0, 9533.0, 9519.0, 9539.0, 9523.0, 9539.0, 9523.0, 9541.0, 9546.0, 9536.0, 9563.0, 9537.0, 9558.0, 9526.0, 9560.0, 9544.0, 9576.0, 9539.0, 9575.0, 9530.0, 9572.0, 9543.0, 9573.0, 9542.0, 9556.0, 9549.0, 9538.0, 9545.0, 9553.0, 9564.0, 9561.0, 9570.0, 9586.0, 9604.0, 9592.0, 9634.0, 9588.0, 9595.0, 9590.0, 9581.0, 9597.0, 9570.0, 9588.0, 9549.0, 9590.0, 9557.0, 9619.0, 9571.0, 9580.0, 9573.0, 9603.0, 9583.0, 9567.0, 9582.0, 9572.0, 9600.0, 9580.0, 9610.0, 9594.0, 9643.0, 9605.0, 9652.0, 9587.0, 9637.0, 9566.0, 9615.0, 9558.0, 9598.0, 9538.0, 9566.0, 9531.0, 9549.0, 9525.0, 9549.0, 9527.0, 9549.0, 9526.0, 9551.0, 9543.0, 9585.0, 9547.0, 9596.0, 9548.0, 9583.0, 9531.0, 9574.0, 9519.0, 9548.0, 9515.0, 9532.0, 9504.0, 9522.0, 9523.0, 9521.0, 9540.0, 9553.0, 9542.0, 9552.0, 9544.0, 9555.0, 9528.0, 9562.0, 9581.0, 9614.0, 9554.0, 9634.0, 9573.0, 9613.0, 9534.0, 9596.0, 9528.0, 9573.0, 9509.0, 9559.0, 9502.0, 9532.0, 9505.0, 9530.0, 9519.0, 9533.0, 9524.0, 9545.0, 9535.0, 9546.0, 9544.0, 9553.0, 9563.0, 9571.0, 9536.0, 9552.0, 9528.0, 9537.0, 9527.0, 9531.0, 9512.0, 9512.0, 9504.0, 9534.0, 9525.0, 9531.0, 9530.0, 9515.0, 9540.0, 9531.0, 9556.0, 9529.0, 9545.0, 9548.0, 9544.0, 9531.0, 9540.0, 9521.0, 9533.0, 9523.0, 9537.0, 9532.0, 9558.0, 9532.0, 9571.0, 9538.0, 9572.0, 9556.0, 9557.0, 9553.0, 9552.0, 9545.0, 9537.0, 9605.0, 9556.0, 9557.0, 9558.0, 9559.0, 9578.0, 9534.0, 9585.0, 9559.0, 9579.0, 9588.0, 9562.0, 9537.0, 9562.0, 9556.0, 9575.0, 9532.0, 9566.0, 9536.0, 9583.0, 9563.0, 9573.0, 9538.0, 9571.0, 9548.0, 9610.0, 9556.0, 9581.0, 9529.0, 9561.0, 9523.0, 9556.0, 9510.0, 9562.0, 9509.0, 9559.0, 9509.0, 9556.0, 9501.0, 9541.0, 9503.0, 9536.0, 9490.0, 9545.0, 9527.0, 9566.0, 9511.0, 9545.0, 9507.0, 9543.0, 9507.0, 9545.0, 9509.0, 9561.0, 9527.0, 9521.0, 9524.0, 9511.0, 9528.0, 9528.0, 9544.0, 9544.0, 9546.0, 9581.0, 9543.0, 9564.0, 9540.0, 9589.0, 9553.0, 9558.0, 9521.0, 9510.0, 9528.0, 9509.0, 9547.0, 9543.0, 9545.0, 9536.0, 9548.0, 9528.0, 9546.0, 9527.0, 9527.0, 9524.0, 9527.0, 9526.0, 9568.0, 9588.0, 9555.0, 9533.0, 9545.0, 9530.0, 9539.0, 9536.0, 9563.0, 9539.0, 9559.0, 9548.0, 9537.0, 9554.0, 9554.0, 9550.0, 9535.0, 9548.0, 9550.0, 9562.0, 9531.0, 9543.0, 9530.0, 9568.0, 9531.0, 9595.0, 9528.0, 9567.0, 9531.0, 9551.0, 9530.0, 9548.0, 9527.0, 9538.0, 9529.0, 9543.0, 9544.0, 9537.0, 9567.0, 9575.0, 9564.0, 9573.0, 9581.0, 9604.0, 9580.0, 9616.0, 9561.0, 9612.0, 9558.0, 9620.0, 9566.0, 9620.0, 9556.0, 9617.0, 9550.0, 9547.0, 9546.0, 9532.0, 9559.0, 9558.0, 9558.0, 9533.0, 9558.0, 9548.0, 9557.0, 9548.0, 9550.0, 9530.0, 9565.0, 9532.0, 9565.0, 9528.0, 9562.0, 9535.0, 9552.0, 9528.0, 9524.0, 9535.0, 9504.0, 9522.0, 9503.0, 9525.0, 9549.0, 9527.0, 9552.0, 9528.0, 9563.0, 9551.0, 9568.0, 9541.0, 9548.0, 9527.0, 9514.0, 9551.0, 9550.0, 9565.0, 9555.0, 9566.0, 9555.0, 9566.0, 9553.0, 9564.0, 9546.0, 9558.0, 9545.0, 9548.0, 9546.0, 9560.0, 9548.0, 9563.0, 9533.0, 9553.0, 9565.0, 9545.0, 9535.0, 9547.0, 9533.0, 9552.0, 9569.0, 9580.0, 9595.0, 9610.0, 9576.0, 9575.0, 9572.0, 9615.0, 9595.0, 9608.0, 9569.0, 9590.0, 9555.0, 9594.0, 9592.0, 9571.0, 9600.0, 9561.0, 9599.0, 9558.0, 9599.0, 9556.0, 9587.0, 9557.0, 9625.0, 9557.0, 9622.0, 9549.0, 9602.0, 9570.0, 9598.0, 9551.0, 9565.0, 9573.0, 9548.0, 9584.0, 9534.0, 9543.0, 9531.0, 9503.0, 9532.0, 9506.0, 9533.0, 9526.0, 9566.0, 9531.0, 9568.0, 9546.0, 9568.0, 9549.0, 9572.0, 9549.0, 9583.0, 9546.0, 9568.0, 9546.0, 9568.0, 9532.0, 9567.0, 9534.0, 9558.0, 9547.0, 9587.0, 9536.0, 9566.0, 9547.0, 9556.0, 9551.0, 9543.0, 9548.0, 9558.0, 9550.0, 9574.0, 9553.0, 9573.0, 9554.0, 9573.0, 9548.0, 9570.0, 9531.0, 9571.0, 9534.0, 9576.0, 9551.0, 9581.0, 9552.0, 9579.0, 9554.0, 9593.0, 9572.0, 9578.0, 9552.0, 9581.0, 9535.0, 9566.0, 9534.0, 9564.0, 9534.0, 9565.0, 9538.0, 9567.0, 9535.0, 9565.0, 9550.0, 9570.0, 9578.0, 9555.0, 9588.0, 9554.0, 9593.0, 9576.0, 9595.0, 9555.0, 9577.0, 9536.0, 9579.0, 9532.0, 9572.0, 9533.0, 9576.0, 9534.0, 9564.0, 9533.0, 9551.0, 9549.0, 9563.0, 9550.0, 9579.0, 9552.0, 9581.0, 9574.0, 9603.0, 9599.0, 9607.0, 9600.0, 9606.0, 9609.0, 9605.0, 9611.0, 9588.0, 9616.0, 9627.0, 9610.0, 9567.0, 9607.0, 9556.0, 9616.0, 9550.0, 9597.0, 9549.0, 9584.0, 9551.0, 9604.0, 9549.0, 9558.0, 9563.0, 9551.0, 9587.0, 9548.0, 9570.0, 9549.0, 9588.0, 9551.0, 9587.0, 9549.0, 9600.0, 9549.0, 9559.0, 9563.0, 9545.0, 9568.0, 9535.0, 9574.0, 9566.0, 9552.0, 9568.0, 9569.0, 9603.0, 9553.0, 9610.0, 9555.0, 9616.0, 9552.0, 9581.0, 9549.0, 9581.0, 9550.0, 9582.0, 9552.0, 9536.0, 9581.0, 9548.0, 9572.0, 9556.0, 9590.0, 9561.0, 9595.0, 9578.0, 9578.0, 9605.0, 9577.0, 9604.0, 9555.0, 9597.0, 9621.0, 9586.0, 9602.0, 9572.0, 9567.0, 9565.0, 9546.0, 9564.0, 9538.0, 9566.0, 9553.0, 9576.0, 9553.0, 9595.0, 9539.0, 9581.0, 9541.0, 9570.0, 9552.0, 9569.0, 9554.0, 9566.0, 9543.0, 9579.0, 9541.0, 9582.0, 9557.0, 9581.0, 9541.0, 9573.0, 9634.0, 9567.0, 9612.0, 9549.0, 9599.0, 9531.0, 9563.0, 9528.0, 9566.0, 9541.0, 9549.0, 9545.0, 9556.0, 9525.0, 9558.0, 9515.0, 9533.0, 9540.0, 9546.0, 9580.0, 9528.0, 9567.0, 9531.0, 9553.0, 9531.0, 9556.0, 9534.0, 9555.0, 9550.0, 9561.0, 9552.0, 9559.0, 9552.0, 9581.0, 9536.0, 9552.0, 9536.0, 9570.0, 9552.0, 9555.0, 9542.0, 9567.0, 9547.0, 9571.0, 9580.0, 9578.0, 9625.0, 9572.0, 9590.0, 9570.0, 9580.0, 9554.0, 9576.0, 9553.0, 9576.0, 9554.0, 9569.0, 9574.0, 9607.0, 9608.0, 9609.0, 9612.0, 9590.0, 9626.0, 9604.0, 9650.0, 9585.0, 9647.0, 9583.0, 9660.0, 9597.0, 9659.0, 9598.0, 9644.0, 9581.0, 9644.0, 9577.0, 9612.0, 9589.0, 9560.0, 9601.0, 9561.0, 9601.0, 9561.0, 9582.0, 9556.0, 9637.0, 9574.0, 9620.0, 9582.0, 9585.0, 9598.0, 9575.0, 9604.0, 9573.0, 9606.0, 9559.0, 9593.0, 9593.0, 9594.0, 9568.0, 9588.0, 9562.0, 9620.0, 9577.0, 9581.0, 9606.0, 9580.0, 9609.0, 9593.0, 9599.0, 9649.0, 9584.0, 9633.0, 9620.0, 9575.0, 9605.0, 9571.0, 9602.0, 9558.0, 9632.0, 9555.0, 9653.0, 9611.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.001249608574091333</td></tr>
<tr><td colspan=3>aqi</td><td>0.03459182208760485</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.24038704112875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2047265410541033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9653187119589556</td></tr>
<tr><td colspan=3>efc</td><td>0.4466</td></tr>
<tr><td colspan=3>fber</td><td>7967.1909</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09615325372218093</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.405405405405405</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3573216397621146</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2865736727565626</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.54941721194443</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2359740345853516</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106895</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010068908333778381</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024039624258875847</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.949956739989501</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>39.3674</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8322</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.9873</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307153.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>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.1275</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4274</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.9138</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3605.4702</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.2441</td></tr>
<tr><td colspan=3>tsnr</td><td>35.233227585442364</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>