<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-01/func/sub-0026_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>39937aa0a9a9c75e5eb03edf8a57efcd</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>10:34:9.930000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995743, 0.0119134, 0.0913957, -0.0151208, 0.999291, 0.0344823]</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.100742</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>[4176, -7734, -7258, 617, 27, -105, 16, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1710f31f-acc8-4032-9514-a59753cbce18||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671506643295288, -0.04056808352470398, 0.2454841434955597, 107.57950592041016], [-0.03196272253990173, 2.6810245513916016, 0.09643737226724625, -89.59040069580078], [0.24520787596702576, -0.09251360595226288, 2.687087297439575, -58.38887405395508], [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': ['103409.930000', '103410.390000', '103410.850000', '103411.310000', '103411.770000', '103412.230000', '103412.690000', '103413.150000', '103413.610000', '103414.070000', '103414.530000', '103414.990000', '103415.450000', '103415.910000', '103416.370000', '103416.830000', '103417.290000', '103417.750000', '103418.210000', '103418.670000', '103419.130000', '103419.590000', '103420.050000', '103420.510000', '103420.970000', '103421.430000', '103421.890000', '103422.350000', '103422.810000', '103423.270000', '103423.730000', '103424.190000', '103424.650000', '103425.110000', '103425.570000', '103426.030000', '103426.490000', '103426.950000', '103427.410000', '103427.870000', '103428.330000', '103428.790000', '103429.250000', '103429.710000', '103430.170000', '103430.630000', '103431.090000', '103431.550000', '103432.010000', '103432.470000', '103432.930000', '103433.390000', '103433.850000', '103434.310000', '103434.770000', '103435.230000', '103435.690000', '103436.150000', '103436.610000', '103437.070000', '103437.530000', '103437.990000', '103438.450000', '103438.910000', '103439.370000', '103439.830000', '103440.290000', '103440.750000', '103441.210000', '103441.670000', '103442.130000', '103442.590000', '103443.050000', '103443.510000', '103443.970000', '103444.430000', '103444.890000', '103445.350000', '103445.810000', '103446.270000', '103446.730000', '103447.190000', '103447.650000', '103448.110000', '103448.570000', '103449.030000', '103449.490000', '103449.950000', '103450.410000', '103450.870000', '103451.330000', '103451.790000', '103452.250000', '103452.710000', '103453.170000', '103453.630000', '103454.090000', '103454.550000', '103455.010000', '103455.470000', '103455.930000', '103456.390000', '103456.850000', '103457.310000', '103457.770000', '103458.230000', '103458.690000', '103459.150000', '103459.610000', '103500.070000', '103500.530000', '103500.990000', '103501.450000', '103501.910000', '103502.370000', '103502.830000', '103503.290000', '103503.750000', '103504.210000', '103504.670000', '103505.130000', '103505.590000', '103506.050000', '103506.510000', '103506.970000', '103507.430000', '103507.890000', '103508.350000', '103508.810000', '103509.270000', '103509.730000', '103510.190000', '103510.650000', '103511.110000', '103511.570000', '103512.030000', '103512.490000', '103512.950000', '103513.410000', '103513.870000', '103514.330000', '103514.790000', '103515.250000', '103515.710000', '103516.170000', '103516.630000', '103517.090000', '103517.550000', '103518.010000', '103518.470000', '103518.930000', '103519.390000', '103519.850000', '103520.310000', '103520.770000', '103521.230000', '103521.690000', '103522.150000', '103522.610000', '103523.070000', '103523.530000', '103523.990000', '103524.450000', '103524.910000', '103525.370000', '103525.830000', '103526.290000', '103526.750000', '103527.210000', '103527.670000', '103528.130000', '103528.590000', '103529.050000', '103529.510000', '103529.970000', '103530.430000', '103530.890000', '103531.350000', '103531.810000', '103532.270000', '103532.730000', '103533.190000', '103533.650000', '103534.110000', '103534.570000', '103535.030000', '103535.490000', '103535.950000', '103536.410000', '103536.870000', '103537.330000', '103537.790000', '103538.250000', '103538.710000', '103539.170000', '103539.630000', '103540.090000', '103540.550000', '103541.010000', '103541.470000', '103541.930000', '103542.390000', '103542.850000', '103543.310000', '103543.770000', '103544.230000', '103544.690000', '103545.150000', '103545.610000', '103546.070000', '103546.530000', '103546.990000', '103547.450000', '103547.910000', '103548.370000', '103548.830000', '103549.290000', '103549.750000', '103550.210000', '103550.670000', '103551.130000', '103551.590000', '103552.050000', '103552.510000', '103552.970000', '103553.430000', '103553.890000', '103554.350000', '103554.810000', '103555.270000', '103555.730000', '103556.190000', '103556.650000', '103557.110000', '103557.570000', '103558.030000', '103558.490000', '103558.950000', '103559.410000', '103559.870000', '103600.330000', '103600.790000', '103601.250000', '103601.710000', '103602.170000', '103602.630000', '103603.090000', '103603.550000', '103604.010000', '103604.470000', '103604.930000', '103605.390000', '103605.850000', '103606.310000', '103606.770000', '103607.230000', '103607.690000', '103608.150000', '103608.610000', '103609.070000', '103609.530000', '103609.990000', '103610.450000', '103610.910000', '103611.370000', '103611.830000', '103612.290000', '103612.750000', '103613.210000', '103613.670000', '103614.130000', '103614.590000', '103615.050000', '103615.510000', '103615.970000', '103616.430000', '103616.890000', '103617.350000', '103617.810000', '103618.270000', '103618.730000', '103619.190000', '103619.650000', '103620.110000', '103620.570000', '103621.030000', '103621.490000', '103621.950000', '103622.410000', '103622.870000', '103623.330000', '103623.790000', '103624.250000', '103624.710000', '103625.170000', '103625.630000', '103626.090000', '103626.550000', '103627.010000', '103627.470000', '103627.930000', '103628.390000', '103628.850000', '103629.310000', '103629.770000', '103630.230000', '103630.690000', '103631.150000', '103631.610000', '103632.070000', '103632.530000', '103632.990000', '103633.450000', '103633.910000', '103634.370000', '103634.830000', '103635.290000', '103635.750000', '103636.210000', '103636.670000', '103637.130000', '103637.590000', '103638.050000', '103638.510000', '103638.970000', '103639.430000', '103639.890000', '103640.350000', '103640.810000', '103641.270000', '103641.730000', '103642.190000', '103642.650000', '103643.110000', '103643.570000', '103644.030000', '103644.490000', '103644.950000', '103645.410000', '103645.870000', '103646.330000', '103646.790000', '103647.250000', '103647.710000', '103648.170000', '103648.630000', '103649.090000', '103649.550000', '103650.010000', '103650.470000', '103650.930000', '103651.390000', '103651.850000', '103652.310000', '103652.770000', '103653.230000', '103653.690000', '103654.150000', '103654.610000', '103655.070000', '103655.530000', '103655.990000', '103656.450000', '103656.910000', '103657.370000', '103657.830000', '103658.290000', '103658.750000', '103659.210000', '103659.670000', '103700.130000', '103700.590000', '103701.050000', '103701.510000', '103701.970000', '103702.430000', '103702.890000', '103703.350000', '103703.810000', '103704.270000', '103704.730000', '103705.190000', '103705.650000', '103706.110000', '103706.570000', '103707.030000', '103707.490000', '103707.950000', '103708.410000', '103708.870000', '103709.330000', '103709.790000', '103710.250000', '103710.710000', '103711.170000', '103711.630000', '103712.090000', '103712.550000', '103713.010000', '103713.470000', '103713.930000', '103714.390000', '103714.850000', '103715.310000', '103715.770000', '103716.230000', '103716.690000', '103717.150000', '103717.610000', '103718.070000', '103718.530000', '103718.990000', '103719.450000', '103719.910000', '103720.370000', '103720.830000', '103721.290000', '103721.750000', '103722.210000', '103722.670000', '103723.130000', '103723.590000', '103724.050000', '103724.510000', '103724.970000', '103725.430000', '103725.890000', '103726.350000', '103726.810000', '103727.270000', '103727.730000', '103728.190000', '103728.650000', '103729.110000', '103729.570000', '103730.030000', '103730.490000', '103730.950000', '103731.410000', '103731.870000', '103732.330000', '103732.790000', '103733.250000', '103733.710000', '103734.170000', '103734.630000', '103735.090000', '103735.550000', '103736.010000', '103736.470000', '103736.930000', '103737.390000', '103737.850000', '103738.310000', '103738.770000', '103739.230000', '103739.690000', '103740.150000', '103740.610000', '103741.070000', '103741.530000', '103741.990000', '103742.450000', '103742.910000', '103743.370000', '103743.830000', '103744.290000', '103744.750000', '103745.210000', '103745.670000', '103746.130000', '103746.590000', '103747.050000', '103747.510000', '103747.970000', '103748.430000', '103748.890000', '103749.350000', '103749.810000', '103750.270000', '103750.730000', '103751.190000', '103751.650000', '103752.110000', '103752.570000', '103753.030000', '103753.490000', '103753.950000', '103754.410000', '103754.870000', '103755.330000', '103755.790000', '103756.250000', '103756.710000', '103757.170000', '103757.630000', '103758.090000', '103758.550000', '103759.010000', '103759.470000', '103759.930000', '103800.390000', '103800.850000', '103801.310000', '103801.770000', '103802.230000', '103802.690000', '103803.150000', '103803.610000', '103804.070000', '103804.530000', '103804.990000', '103805.450000', '103805.910000', '103806.370000', '103806.830000', '103807.290000', '103807.750000', '103808.210000', '103808.670000', '103809.130000', '103809.590000', '103810.050000', '103810.510000', '103810.970000', '103811.430000', '103811.890000', '103812.350000', '103812.810000', '103813.270000', '103813.730000', '103814.190000', '103814.650000', '103815.110000', '103815.570000', '103816.030000', '103816.490000', '103816.950000', '103817.410000', '103817.870000', '103818.330000', '103818.790000', '103819.250000', '103819.710000', '103820.170000', '103820.630000', '103821.090000', '103821.550000', '103822.010000', '103822.470000', '103822.930000', '103823.390000', '103823.850000', '103824.310000', '103824.770000', '103825.230000', '103825.690000', '103826.150000', '103826.610000', '103827.070000', '103827.530000', '103827.990000', '103828.450000', '103828.910000', '103829.370000', '103829.830000', '103830.290000', '103830.750000', '103831.210000', '103831.670000', '103832.130000', '103832.590000', '103833.050000', '103833.510000', '103833.970000', '103834.430000', '103834.890000', '103835.350000', '103835.810000', '103836.270000', '103836.730000', '103837.190000', '103837.650000', '103838.110000', '103838.570000', '103839.030000', '103839.490000', '103839.950000', '103840.410000', '103840.870000', '103841.330000', '103841.790000', '103842.250000', '103842.710000', '103843.170000', '103843.630000', '103844.090000', '103844.550000', '103845.010000', '103845.470000', '103845.930000', '103846.390000', '103846.850000', '103847.310000', '103847.770000', '103848.230000', '103848.690000', '103849.150000', '103849.610000', '103850.070000', '103850.530000', '103850.990000', '103851.450000', '103851.910000', '103852.370000', '103852.830000', '103853.290000', '103853.750000', '103854.210000', '103854.670000', '103855.130000', '103855.590000', '103856.050000', '103856.510000', '103856.970000', '103857.430000', '103857.890000', '103858.350000', '103858.810000', '103859.270000', '103859.730000', '103900.190000', '103900.650000', '103901.110000', '103901.570000', '103902.030000', '103902.490000', '103902.950000', '103903.410000', '103903.870000', '103904.330000', '103904.790000', '103905.250000', '103905.710000', '103906.170000', '103906.630000', '103907.090000', '103907.550000', '103908.010000', '103908.470000', '103908.930000', '103909.390000', '103909.850000', '103910.310000', '103910.770000', '103911.230000', '103911.690000', '103912.150000', '103912.610000', '103913.070000', '103913.530000', '103913.990000', '103914.450000', '103914.910000', '103915.370000', '103915.830000', '103916.290000', '103916.750000', '103917.210000', '103917.670000', '103918.130000', '103918.590000', '103919.050000', '103919.510000', '103919.970000', '103920.430000', '103920.890000', '103921.350000', '103921.810000', '103922.270000', '103922.730000', '103923.190000', '103923.650000', '103924.110000', '103924.570000', '103925.030000', '103925.490000', '103925.950000', '103926.410000', '103926.870000', '103927.330000', '103927.790000', '103928.250000', '103928.710000', '103929.170000', '103929.630000', '103930.090000', '103930.550000', '103931.010000', '103931.470000', '103931.930000', '103932.390000', '103932.850000', '103933.310000', '103933.770000', '103934.230000', '103934.690000', '103935.150000', '103935.610000', '103936.070000', '103936.530000', '103936.990000', '103937.450000', '103937.910000', '103938.370000', '103938.830000', '103939.290000', '103939.750000', '103940.210000', '103940.670000', '103941.130000', '103941.590000', '103942.050000', '103942.510000', '103942.970000', '103943.430000', '103943.890000', '103944.350000', '103944.810000', '103945.270000', '103945.730000', '103946.190000', '103946.650000', '103947.110000', '103947.570000', '103948.030000', '103948.490000', '103948.950000', '103949.410000', '103949.870000', '103950.330000', '103950.790000', '103951.250000', '103951.710000', '103952.170000', '103952.630000', '103953.090000', '103953.550000', '103954.010000', '103954.470000', '103954.930000', '103955.390000', '103955.850000', '103956.310000', '103956.770000', '103957.230000', '103957.690000', '103958.150000', '103958.610000', '103959.070000', '103959.530000', '103959.990000', '104000.450000', '104000.910000', '104001.370000', '104001.830000', '104002.290000', '104002.750000', '104003.210000', '104003.670000', '104004.130000', '104004.590000', '104005.050000', '104005.510000', '104005.970000', '104006.430000', '104006.890000', '104007.350000', '104007.810000', '104008.270000', '104008.730000', '104009.190000', '104009.650000', '104010.110000', '104010.570000', '104011.030000', '104011.490000', '104011.950000', '104012.410000', '104012.870000', '104013.330000', '104013.790000', '104014.250000', '104014.710000', '104015.170000', '104015.630000', '104016.090000', '104016.550000', '104017.010000', '104017.470000', '104017.930000', '104018.390000', '104018.850000', '104019.310000', '104019.770000', '104020.230000', '104020.690000', '104021.150000', '104021.610000', '104022.070000', '104022.530000', '104022.990000', '104023.450000', '104023.910000', '104024.370000', '104024.830000', '104025.290000', '104025.750000', '104026.210000', '104026.670000', '104027.130000', '104027.590000', '104028.050000', '104028.510000', '104028.970000', '104029.430000', '104029.890000', '104030.350000', '104030.810000', '104031.270000', '104031.730000', '104032.190000', '104032.650000', '104033.110000', '104033.570000', '104034.030000', '104034.490000', '104034.950000', '104035.410000', '104035.870000', '104036.330000', '104036.790000', '104037.250000', '104037.710000', '104038.170000', '104038.630000', '104039.090000', '104039.550000', '104040.010000', '104040.470000', '104040.930000', '104041.390000', '104041.850000', '104042.310000', '104042.770000', '104043.230000', '104043.690000', '104044.150000', '104044.610000', '104045.070000', '104045.530000', '104045.990000', '104046.450000', '104046.910000', '104047.370000', '104047.830000', '104048.290000', '104048.750000', '104049.210000', '104049.670000', '104050.130000', '104050.590000', '104051.050000', '104051.510000', '104051.970000', '104052.430000', '104052.890000', '104053.350000', '104053.810000', '104054.270000', '104054.730000', '104055.190000', '104055.650000', '104056.110000', '104056.570000', '104057.030000', '104057.490000', '104057.950000', '104058.410000', '104058.870000', '104059.330000', '104059.790000', '104100.250000', '104100.710000', '104101.170000', '104101.630000', '104102.090000', '104102.550000', '104103.010000', '104103.470000', '104103.930000', '104104.390000', '104104.850000', '104105.310000', '104105.770000', '104106.230000', '104106.690000', '104107.150000', '104107.610000', '104108.070000', '104108.530000', '104108.990000', '104109.450000', '104109.910000', '104110.370000', '104110.830000', '104111.290000', '104111.750000', '104112.210000', '104112.670000', '104113.130000', '104113.590000', '104114.050000', '104114.510000', '104114.970000', '104115.430000', '104115.890000', '104116.350000', '104116.810000', '104117.270000', '104117.730000', '104118.190000', '104118.650000', '104119.110000', '104119.570000', '104120.030000', '104120.490000', '104120.950000', '104121.410000', '104121.870000', '104122.330000', '104122.790000', '104123.250000', '104123.710000', '104124.170000', '104124.630000', '104125.090000', '104125.550000', '104126.010000', '104126.470000', '104126.930000', '104127.390000', '104127.850000', '104128.310000', '104128.770000', '104129.230000', '104129.690000', '104130.150000', '104130.610000', '104131.070000', '104131.530000', '104131.990000', '104132.450000', '104132.910000', '104133.370000', '104133.830000', '104134.290000', '104134.750000', '104135.210000', '104135.670000', '104136.130000', '104136.590000', '104137.050000', '104137.510000', '104137.970000', '104138.430000', '104138.890000', '104139.350000', '104139.810000', '104140.270000', '104140.730000', '104141.190000', '104141.650000', '104142.110000', '104142.570000', '104143.030000', '104143.490000', '104143.950000', '104144.410000', '104144.870000', '104145.330000', '104145.790000', '104146.250000', '104146.710000', '104147.170000', '104147.630000', '104148.090000', '104148.550000', '104149.010000', '104149.470000', '104149.930000', '104150.390000', '104150.850000', '104151.310000', '104151.770000', '104152.230000', '104152.690000', '104153.150000', '104153.610000', '104154.070000', '104154.530000', '104154.990000', '104155.450000', '104155.910000', '104156.370000', '104156.830000', '104157.290000', '104157.750000', '104158.210000', '104158.670000', '104159.130000', '104159.590000', '104200.050000', '104200.510000', '104200.970000', '104201.430000', '104201.890000', '104202.350000', '104202.810000', '104203.270000', '104203.730000', '104204.190000', '104204.650000', '104205.110000', '104205.570000', '104206.030000', '104206.490000', '104206.950000', '104207.410000', '104207.870000', '104208.330000', '104208.790000', '104209.250000', '104209.710000', '104210.170000', '104210.630000', '104211.090000', '104211.550000', '104212.010000', '104212.470000', '104212.930000', '104213.390000', '104213.850000', '104214.310000', '104214.770000', '104215.230000', '104215.690000', '104216.150000', '104216.610000', '104217.070000', '104217.530000', '104217.990000', '104218.450000', '104218.910000', '104219.370000', '104219.830000', '104220.290000', '104220.750000', '104221.210000', '104221.670000', '104222.130000', '104222.590000', '104223.050000'], 'ContentTime': ['103440.060000', '103440.064000', '103440.067000', '103440.070000', '103440.073000', '103440.076000', '103440.079000', '103440.081000', '103440.084000', '103440.087000', '103440.090000', '103440.093000', '103440.096000', '103440.099000', '103440.102000', '103440.105000', '103440.108000', '103440.111000', '103440.114000', '103440.116000', '103440.119000', '103440.122000', '103440.125000', '103440.128000', '103440.131000', '103440.134000', '103440.137000', '103440.140000', '103440.143000', '103440.145000', '103440.148000', '103440.151000', '103440.154000', '103440.157000', '103440.160000', '103440.163000', '103440.166000', '103440.169000', '103440.171000', '103440.174000', '103440.177000', '103440.180000', '103440.183000', '103440.195000', '103440.198000', '103440.201000', '103440.204000', '103440.207000', '103440.210000', '103440.213000', '103440.216000', '103440.219000', '103440.222000', '103440.225000', '103440.228000', '103440.231000', '103440.233000', '103440.236000', '103440.239000', '103440.242000', '103440.245000', '103440.248000', '103440.251000', '103500.022000', '103500.025000', '103500.028000', '103500.031000', '103500.034000', '103500.037000', '103500.040000', '103500.042000', '103500.045000', '103500.048000', '103500.051000', '103500.054000', '103500.057000', '103500.060000', '103500.062000', '103500.065000', '103500.069000', '103500.072000', '103500.075000', '103500.085000', '103500.088000', '103500.091000', '103500.094000', '103500.097000', '103500.100000', '103500.103000', '103500.106000', '103500.109000', '103500.111000', '103500.114000', '103500.117000', '103500.120000', '103500.123000', '103500.126000', '103500.129000', '103500.132000', '103500.135000', '103500.138000', '103500.141000', '103500.143000', '103500.146000', '103500.149000', '103500.152000', '103520.022000', '103520.025000', '103520.028000', '103520.031000', '103520.040000', '103520.043000', '103520.046000', '103520.049000', '103520.052000', '103520.055000', '103520.058000', '103520.061000', '103520.064000', '103520.067000', '103520.069000', '103520.072000', '103520.075000', '103520.078000', '103520.081000', '103520.084000', '103520.087000', '103520.090000', '103520.093000', '103520.095000', '103520.098000', '103520.101000', '103520.104000', '103520.107000', '103520.110000', '103520.113000', '103520.115000', '103520.118000', '103520.121000', '103520.124000', '103520.127000', '103520.130000', '103520.133000', '103520.136000', '103520.139000', '103520.141000', '103520.144000', '103520.147000', '103520.150000', '103520.153000', '103540.021000', '103540.024000', '103540.027000', '103540.030000', '103540.033000', '103540.036000', '103540.038000', '103540.041000', '103540.044000', '103540.047000', '103540.050000', '103540.053000', '103540.056000', '103540.059000', '103540.062000', '103540.065000', '103540.068000', '103540.071000', '103540.074000', '103540.085000', '103540.088000', '103540.091000', '103540.095000', '103540.098000', '103540.101000', '103540.104000', '103540.106000', '103540.109000', '103540.112000', '103540.115000', '103540.118000', '103540.121000', '103540.124000', '103540.127000', '103540.130000', '103540.133000', '103540.136000', '103540.138000', '103540.141000', '103540.144000', '103540.147000', '103540.150000', '103540.153000', '103600.022000', '103600.025000', '103600.028000', '103600.031000', '103600.035000', '103600.038000', '103600.040000', '103600.043000', '103600.046000', '103600.049000', '103600.052000', '103600.055000', '103600.058000', '103600.060000', '103600.063000', '103600.066000', '103600.069000', '103600.072000', '103600.075000', '103600.078000', '103600.081000', '103600.084000', '103600.087000', '103600.090000', '103600.092000', '103600.095000', '103600.098000', '103600.101000', '103600.104000', '103600.107000', '103600.110000', '103600.113000', '103600.116000', '103600.119000', '103600.121000', '103600.124000', '103600.127000', '103600.130000', '103600.133000', '103600.136000', '103600.139000', '103600.142000', '103600.144000', '103600.147000', '103620.022000', '103620.025000', '103620.028000', '103620.031000', '103620.034000', '103620.036000', '103620.039000', '103620.042000', '103620.050000', '103620.054000', '103620.057000', '103620.060000', '103620.063000', '103620.066000', '103620.069000', '103620.072000', '103620.074000', '103620.077000', '103620.080000', '103620.083000', '103620.086000', '103620.089000', '103620.092000', '103620.095000', '103620.098000', '103620.101000', '103620.104000', '103620.107000', '103620.111000', '103620.114000', '103620.117000', '103620.120000', '103620.123000', '103620.126000', '103620.129000', '103620.132000', '103620.134000', '103620.137000', '103620.140000', '103620.143000', '103620.146000', '103620.149000', '103620.152000', '103640.022000', '103640.025000', '103640.028000', '103640.031000', '103640.034000', '103640.036000', '103640.039000', '103640.042000', '103640.045000', '103640.048000', '103640.051000', '103640.054000', '103640.057000', '103640.060000', '103640.062000', '103640.065000', '103640.068000', '103640.071000', '103640.074000', '103640.077000', '103640.080000', '103640.083000', '103640.086000', '103640.089000', '103640.091000', '103640.094000', '103640.097000', '103640.100000', '103640.103000', '103640.106000', '103640.109000', '103640.112000', '103640.115000', '103640.117000', '103640.120000', '103640.123000', '103640.126000', '103640.129000', '103640.132000', '103640.135000', '103640.138000', '103640.141000', '103640.143000', '103640.146000', '103700.022000', '103700.025000', '103700.028000', '103700.031000', '103700.034000', '103700.037000', '103700.040000', '103700.043000', '103700.046000', '103700.049000', '103700.052000', '103700.055000', '103700.058000', '103700.061000', '103700.064000', '103700.067000', '103700.070000', '103700.073000', '103700.076000', '103700.078000', '103700.081000', '103700.084000', '103700.087000', '103700.090000', '103700.093000', '103700.096000', '103700.099000', '103700.102000', '103700.105000', '103700.107000', '103700.110000', '103700.113000', '103700.116000', '103700.119000', '103700.122000', '103700.125000', '103700.130000', '103700.134000', '103700.137000', '103700.140000', '103700.143000', '103700.146000', '103700.149000', '103720.022000', '103720.025000', '103720.030000', '103720.033000', '103720.036000', '103720.039000', '103720.043000', '103720.045000', '103720.048000', '103720.051000', '103720.054000', '103720.057000', '103720.060000', '103720.063000', '103720.066000', '103720.082000', '103720.085000', '103720.088000', '103720.090000', '103720.093000', '103720.096000', '103720.099000', '103720.102000', '103720.105000', '103720.108000', '103720.111000', '103720.113000', '103720.116000', '103720.119000', '103720.123000', '103720.126000', '103720.129000', '103720.131000', '103720.134000', '103720.137000', '103720.140000', '103720.143000', '103720.146000', '103720.149000', '103720.152000', '103720.155000', '103720.157000', '103720.160000', '103720.163000', '103740.022000', '103740.025000', '103740.028000', '103740.031000', '103740.034000', '103740.037000', '103740.040000', '103740.043000', '103740.045000', '103740.048000', '103740.051000', '103740.054000', '103740.057000', '103740.060000', '103740.063000', '103740.066000', '103740.069000', '103740.072000', '103740.075000', '103740.078000', '103740.080000', '103740.083000', '103740.086000', '103740.090000', '103740.093000', '103740.096000', '103740.099000', '103740.102000', '103740.110000', '103740.113000', '103740.116000', '103740.119000', '103740.122000', '103740.125000', '103740.128000', '103740.131000', '103740.134000', '103740.137000', '103740.144000', '103740.147000', '103740.150000', '103740.153000', '103740.156000', '103800.021000', '103800.024000', '103800.027000', '103800.030000', '103800.033000', '103800.036000', '103800.039000', '103800.042000', '103800.044000', '103800.047000', '103800.050000', '103800.053000', '103800.056000', '103800.060000', '103800.063000', '103800.066000', '103800.069000', '103800.072000', '103800.075000', '103800.078000', '103800.081000', '103800.084000', '103800.086000', '103800.089000', '103800.092000', '103800.095000', '103800.098000', '103800.101000', '103800.104000', '103800.107000', '103800.110000', '103800.113000', '103800.116000', '103800.119000', '103800.122000', '103800.124000', '103800.127000', '103800.130000', '103800.133000', '103800.136000', '103800.139000', '103800.142000', '103800.145000', '103800.148000', '103820.022000', '103820.025000', '103820.028000', '103820.031000', '103820.034000', '103820.037000', '103820.040000', '103820.043000', '103820.046000', '103820.049000', '103820.051000', '103820.054000', '103820.057000', '103820.060000', '103820.063000', '103820.066000', '103820.069000', '103820.072000', '103820.075000', '103820.078000', '103820.081000', '103820.084000', '103820.087000', '103820.090000', '103820.093000', '103820.096000', '103820.099000', '103820.102000', '103820.105000', '103820.108000', '103820.111000', '103820.114000', '103820.117000', '103820.120000', '103820.122000', '103820.125000', '103820.128000', '103820.131000', '103820.134000', '103820.137000', '103820.140000', '103820.143000', '103820.146000', '103840.022000', '103840.025000', '103840.028000', '103840.031000', '103840.041000', '103840.044000', '103840.047000', '103840.050000', '103840.053000', '103840.056000', '103840.059000', '103840.062000', '103840.065000', '103840.068000', '103840.071000', '103840.073000', '103840.077000', '103840.079000', '103840.082000', '103840.085000', '103840.088000', '103840.091000', '103840.094000', '103840.097000', '103840.100000', '103840.103000', '103840.106000', '103840.109000', '103840.112000', '103840.115000', '103840.118000', '103840.121000', '103840.124000', '103840.127000', '103840.130000', '103840.132000', '103840.135000', '103840.138000', '103840.141000', '103840.144000', '103840.159000', '103840.162000', '103840.165000', '103840.167000', '103900.022000', '103900.025000', '103900.028000', '103900.031000', '103900.034000', '103900.037000', '103900.040000', '103900.043000', '103900.046000', '103900.049000', '103900.052000', '103900.055000', '103900.058000', '103900.061000', '103900.064000', '103900.067000', '103900.070000', '103900.073000', '103900.076000', '103900.080000', '103900.083000', '103900.085000', '103900.089000', '103900.091000', '103900.095000', '103900.097000', '103900.101000', '103900.104000', '103900.107000', '103900.109000', '103900.113000', '103900.115000', '103900.118000', '103900.121000', '103900.124000', '103900.128000', '103900.131000', '103900.134000', '103900.138000', '103900.141000', '103900.143000', '103900.146000', '103900.149000', '103920.022000', '103920.025000', '103920.028000', '103920.031000', '103920.034000', '103920.037000', '103920.040000', '103920.043000', '103920.046000', '103920.048000', '103920.051000', '103920.054000', '103920.057000', '103920.060000', '103920.063000', '103920.066000', '103920.069000', '103920.072000', '103920.075000', '103920.078000', '103920.081000', '103920.084000', '103920.087000', '103920.090000', '103920.094000', '103920.097000', '103920.100000', '103920.103000', '103920.106000', '103920.109000', '103920.111000', '103920.115000', '103920.118000', '103920.120000', '103920.123000', '103920.126000', '103920.129000', '103920.132000', '103920.135000', '103920.138000', '103920.141000', '103920.144000', '103920.147000', '103920.150000', '103940.022000', '103940.025000', '103940.028000', '103940.031000', '103940.034000', '103940.037000', '103940.040000', '103940.043000', '103940.046000', '103940.049000', '103940.052000', '103940.055000', '103940.057000', '103940.060000', '103940.063000', '103940.066000', '103940.069000', '103940.072000', '103940.075000', '103940.078000', '103940.081000', '103940.084000', '103940.087000', '103940.090000', '103940.093000', '103940.096000', '103940.099000', '103940.102000', '103940.105000', '103940.108000', '103940.111000', '103940.114000', '103940.116000', '103940.120000', '103940.122000', '103940.125000', '103940.128000', '103940.131000', '103940.134000', '103940.137000', '103940.140000', '103940.143000', '103940.146000', '104000.022000', '104000.025000', '104000.028000', '104000.031000', '104000.034000', '104000.037000', '104000.040000', '104000.043000', '104000.046000', '104000.049000', '104000.052000', '104000.055000', '104000.058000', '104000.063000', '104000.066000', '104000.069000', '104000.072000', '104000.075000', '104000.078000', '104000.081000', '104000.084000', '104000.087000', '104000.092000', '104000.095000', '104000.098000', '104000.101000', '104000.104000', '104000.107000', '104000.110000', '104000.113000', '104000.116000', '104000.119000', '104000.121000', '104000.124000', '104000.127000', '104000.130000', '104000.133000', '104000.136000', '104000.139000', '104000.142000', '104000.145000', '104000.148000', '104000.151000', '104000.154000', '104020.021000', '104020.024000', '104020.027000', '104020.030000', '104020.033000', '104020.036000', '104020.039000', '104020.054000', '104020.057000', '104020.059000', '104020.062000', '104020.065000', '104020.068000', '104020.071000', '104020.074000', '104020.077000', '104020.080000', '104020.083000', '104020.086000', '104020.089000', '104020.092000', '104020.095000', '104020.098000', '104020.101000', '104020.104000', '104020.107000', '104020.110000', '104020.112000', '104020.116000', '104020.118000', '104020.121000', '104020.124000', '104020.127000', '104020.130000', '104020.133000', '104020.136000', '104020.139000', '104020.142000', '104020.145000', '104020.148000', '104020.151000', '104020.154000', '104020.157000', '104040.022000', '104040.025000', '104040.028000', '104040.031000', '104040.034000', '104040.036000', '104040.039000', '104040.042000', '104040.045000', '104040.048000', '104040.051000', '104040.054000', '104040.057000', '104040.059000', '104040.062000', '104040.065000', '104040.068000', '104040.071000', '104040.074000', '104040.077000', '104040.080000', '104040.083000', '104040.086000', '104040.088000', '104040.091000', '104040.094000', '104040.097000', '104040.100000', '104040.103000', '104040.106000', '104040.109000', '104040.112000', '104040.115000', '104040.117000', '104040.120000', '104040.123000', '104040.126000', '104040.129000', '104040.132000', '104040.135000', '104040.138000', '104040.141000', '104040.143000', '104100.022000', '104100.025000', '104100.028000', '104100.031000', '104100.034000', '104100.037000', '104100.040000', '104100.043000', '104100.046000', '104100.049000', '104100.052000', '104100.054000', '104100.058000', '104100.061000', '104100.064000', '104100.066000', '104100.070000', '104100.072000', '104100.075000', '104100.078000', '104100.081000', '104100.084000', '104100.087000', '104100.090000', '104100.093000', '104100.096000', '104100.099000', '104100.102000', '104100.105000', '104100.108000', '104100.111000', '104100.114000', '104100.117000', '104100.120000', '104100.123000', '104100.126000', '104100.129000', '104100.132000', '104100.135000', '104100.138000', '104100.141000', '104100.144000', '104100.147000', '104100.150000', '104120.022000', '104120.026000', '104120.030000', '104120.033000', '104120.036000', '104120.039000', '104120.041000', '104120.044000', '104120.047000', '104120.050000', '104120.053000', '104120.056000', '104120.059000', '104120.062000', '104120.065000', '104120.068000', '104120.071000', '104120.074000', '104120.077000', '104120.080000', '104120.083000', '104120.086000', '104120.089000', '104120.092000', '104120.095000', '104120.097000', '104120.100000', '104120.103000', '104120.106000', '104120.109000', '104120.112000', '104120.115000', '104120.118000', '104120.121000', '104120.124000', '104120.127000', '104120.130000', '104120.133000', '104120.136000', '104120.139000', '104120.142000', '104120.145000', '104120.148000', '104140.022000', '104140.025000', '104140.028000', '104140.031000', '104140.043000', '104140.046000', '104140.049000', '104140.051000', '104140.054000', '104140.057000', '104140.060000', '104140.063000', '104140.066000', '104140.069000', '104140.072000', '104140.075000', '104140.077000', '104140.080000', '104140.083000', '104140.086000', '104140.089000', '104140.092000', '104140.095000', '104140.098000', '104140.101000', '104140.104000', '104140.107000', '104140.109000', '104140.112000', '104140.115000', '104140.118000', '104140.121000', '104140.124000', '104140.127000', '104140.130000', '104140.133000', '104140.136000', '104140.139000', '104140.142000', '104140.145000', '104140.148000', '104140.150000', '104140.153000', '104140.156000', '104200.022000', '104200.025000', '104200.028000', '104200.031000', '104200.034000', '104200.039000', '104200.043000', '104200.046000', '104200.049000', '104200.052000', '104200.055000', '104200.058000', '104200.061000', '104200.063000', '104200.066000', '104200.069000', '104200.072000', '104200.075000', '104200.078000', '104200.081000', '104200.084000', '104200.087000', '104200.090000', '104200.092000', '104200.095000', '104200.098000', '104200.101000', '104200.104000', '104200.107000', '104200.110000', '104200.113000', '104200.115000', '104200.118000', '104200.122000', '104200.125000', '104200.128000', '104200.131000', '104200.134000', '104200.136000', '104200.139000', '104200.142000', '104200.145000', '104200.148000', '104220.022000', '104220.025000', '104220.028000', '104220.031000', '104220.034000', '104220.037000', '104220.040000', '104220.042000', '104220.045000', '104220.048000', '104220.051000', '104220.054000', '104220.057000', '104220.060000', '104220.063000', '104220.066000', '104220.069000', '104220.072000', '104220.075000', '104220.078000', '104220.080000', '104220.083000', '104220.086000', '104220.089000', '104220.092000', '104220.095000', '104220.098000', '104220.101000', '104220.104000', '104220.107000', '104220.110000', '104220.113000', '104220.115000', '104220.118000', '104220.121000', '104220.124000', '104220.127000', '104220.130000', '104220.133000', '104220.136000', '104220.139000', '104220.141000', '104220.144000', '104220.147000', '104224.474000', '104224.478000', '104224.481000', '104224.485000', '104224.488000', '104224.491000', '104224.494000', '104224.498000', '104224.501000', '104224.504000'], 'InstanceCreationTime': ['103440.060000', '103440.064000', '103440.067000', '103440.070000', '103440.073000', '103440.076000', '103440.079000', '103440.081000', '103440.084000', '103440.087000', '103440.090000', '103440.093000', '103440.096000', '103440.099000', '103440.102000', '103440.105000', '103440.108000', '103440.111000', '103440.114000', '103440.116000', '103440.119000', '103440.122000', '103440.125000', '103440.128000', '103440.131000', '103440.134000', '103440.137000', '103440.140000', '103440.143000', '103440.145000', '103440.148000', '103440.151000', '103440.154000', '103440.157000', '103440.160000', '103440.163000', '103440.166000', '103440.169000', '103440.171000', '103440.174000', '103440.177000', '103440.180000', '103440.183000', '103440.195000', '103440.198000', '103440.201000', '103440.204000', '103440.207000', '103440.210000', '103440.213000', '103440.216000', '103440.219000', '103440.222000', '103440.225000', '103440.228000', '103440.231000', '103440.233000', '103440.236000', '103440.239000', '103440.242000', '103440.245000', '103440.248000', '103440.251000', '103500.022000', '103500.025000', '103500.028000', '103500.031000', '103500.034000', '103500.037000', '103500.040000', '103500.042000', '103500.045000', '103500.048000', '103500.051000', '103500.054000', '103500.057000', '103500.060000', '103500.062000', '103500.065000', '103500.069000', '103500.072000', '103500.075000', '103500.085000', '103500.088000', '103500.091000', '103500.094000', '103500.097000', '103500.100000', '103500.103000', '103500.106000', '103500.109000', '103500.111000', '103500.114000', '103500.117000', '103500.120000', '103500.123000', '103500.126000', '103500.129000', '103500.132000', '103500.135000', '103500.138000', '103500.141000', '103500.143000', '103500.146000', '103500.149000', '103500.152000', '103520.022000', '103520.025000', '103520.028000', '103520.031000', '103520.040000', '103520.043000', '103520.046000', '103520.049000', '103520.052000', '103520.055000', '103520.058000', '103520.061000', '103520.064000', '103520.067000', '103520.069000', '103520.072000', '103520.075000', '103520.078000', '103520.081000', '103520.084000', '103520.087000', '103520.090000', '103520.093000', '103520.095000', '103520.098000', '103520.101000', '103520.104000', '103520.107000', '103520.110000', '103520.113000', '103520.115000', '103520.118000', '103520.121000', '103520.124000', '103520.127000', '103520.130000', '103520.133000', '103520.136000', '103520.139000', '103520.141000', '103520.144000', '103520.147000', '103520.150000', '103520.153000', '103540.021000', '103540.024000', '103540.027000', '103540.030000', '103540.033000', '103540.036000', '103540.038000', '103540.041000', '103540.044000', '103540.047000', '103540.050000', '103540.053000', '103540.056000', '103540.059000', '103540.062000', '103540.065000', '103540.068000', '103540.071000', '103540.074000', '103540.085000', '103540.088000', '103540.091000', '103540.095000', '103540.098000', '103540.101000', '103540.104000', '103540.106000', '103540.109000', '103540.112000', '103540.115000', '103540.118000', '103540.121000', '103540.124000', '103540.127000', '103540.130000', '103540.133000', '103540.136000', '103540.138000', '103540.141000', '103540.144000', '103540.147000', '103540.150000', '103540.153000', '103600.022000', '103600.025000', '103600.028000', '103600.031000', '103600.035000', '103600.038000', '103600.040000', '103600.043000', '103600.046000', '103600.049000', '103600.052000', '103600.055000', '103600.058000', '103600.060000', '103600.063000', '103600.066000', '103600.069000', '103600.072000', '103600.075000', '103600.078000', '103600.081000', '103600.084000', '103600.087000', '103600.090000', '103600.092000', '103600.095000', '103600.098000', '103600.101000', '103600.104000', '103600.107000', '103600.110000', '103600.113000', '103600.116000', '103600.119000', '103600.121000', '103600.124000', '103600.127000', '103600.130000', '103600.133000', '103600.136000', '103600.139000', '103600.142000', '103600.144000', '103600.147000', '103620.022000', '103620.025000', '103620.028000', '103620.031000', '103620.034000', '103620.036000', '103620.039000', '103620.042000', '103620.050000', '103620.054000', '103620.057000', '103620.060000', '103620.063000', '103620.066000', '103620.069000', '103620.072000', '103620.074000', '103620.077000', '103620.080000', '103620.083000', '103620.086000', '103620.089000', '103620.092000', '103620.095000', '103620.098000', '103620.101000', '103620.104000', '103620.107000', '103620.111000', '103620.114000', '103620.117000', '103620.120000', '103620.123000', '103620.126000', '103620.129000', '103620.132000', '103620.134000', '103620.137000', '103620.140000', '103620.143000', '103620.146000', '103620.149000', '103620.152000', '103640.022000', '103640.025000', '103640.028000', '103640.031000', '103640.034000', '103640.036000', '103640.039000', '103640.042000', '103640.045000', '103640.048000', '103640.051000', '103640.054000', '103640.057000', '103640.060000', '103640.062000', '103640.065000', '103640.068000', '103640.071000', '103640.074000', '103640.077000', '103640.080000', '103640.083000', '103640.086000', '103640.089000', '103640.091000', '103640.094000', '103640.097000', '103640.100000', '103640.103000', '103640.106000', '103640.109000', '103640.112000', '103640.115000', '103640.117000', '103640.120000', '103640.123000', '103640.126000', '103640.129000', '103640.132000', '103640.135000', '103640.138000', '103640.141000', '103640.143000', '103640.146000', '103700.022000', '103700.025000', '103700.028000', '103700.031000', '103700.034000', '103700.037000', '103700.040000', '103700.043000', '103700.046000', '103700.049000', '103700.052000', '103700.055000', '103700.058000', '103700.061000', '103700.064000', '103700.067000', '103700.070000', '103700.073000', '103700.076000', '103700.078000', '103700.081000', '103700.084000', '103700.087000', '103700.090000', '103700.093000', '103700.096000', '103700.099000', '103700.102000', '103700.105000', '103700.107000', '103700.110000', '103700.113000', '103700.116000', '103700.119000', '103700.122000', '103700.125000', '103700.130000', '103700.134000', '103700.137000', '103700.140000', '103700.143000', '103700.146000', '103700.149000', '103720.022000', '103720.025000', '103720.030000', '103720.033000', '103720.036000', '103720.039000', '103720.043000', '103720.045000', '103720.048000', '103720.051000', '103720.054000', '103720.057000', '103720.060000', '103720.063000', '103720.066000', '103720.082000', '103720.085000', '103720.088000', '103720.090000', '103720.093000', '103720.096000', '103720.099000', '103720.102000', '103720.105000', '103720.108000', '103720.111000', '103720.113000', '103720.116000', '103720.119000', '103720.123000', '103720.126000', '103720.129000', '103720.131000', '103720.134000', '103720.137000', '103720.140000', '103720.143000', '103720.146000', '103720.149000', '103720.152000', '103720.155000', '103720.157000', '103720.160000', '103720.163000', '103740.022000', '103740.025000', '103740.028000', '103740.031000', '103740.034000', '103740.037000', '103740.040000', '103740.043000', '103740.045000', '103740.048000', '103740.051000', '103740.054000', '103740.057000', '103740.060000', '103740.063000', '103740.066000', '103740.069000', '103740.072000', '103740.075000', '103740.078000', '103740.080000', '103740.083000', '103740.086000', '103740.090000', '103740.093000', '103740.096000', '103740.099000', '103740.102000', '103740.110000', '103740.113000', '103740.116000', '103740.119000', '103740.122000', '103740.125000', '103740.128000', '103740.131000', '103740.134000', '103740.137000', '103740.144000', '103740.147000', '103740.150000', '103740.153000', '103740.156000', '103800.021000', '103800.024000', '103800.027000', '103800.030000', '103800.033000', '103800.036000', '103800.039000', '103800.042000', '103800.044000', '103800.047000', '103800.050000', '103800.053000', '103800.056000', '103800.060000', '103800.063000', '103800.066000', '103800.069000', '103800.072000', '103800.075000', '103800.078000', '103800.081000', '103800.084000', '103800.086000', '103800.089000', '103800.092000', '103800.095000', '103800.098000', '103800.101000', '103800.104000', '103800.107000', '103800.110000', '103800.113000', '103800.116000', '103800.119000', '103800.122000', '103800.124000', '103800.127000', '103800.130000', '103800.133000', '103800.136000', '103800.139000', '103800.142000', '103800.145000', '103800.148000', '103820.022000', '103820.025000', '103820.028000', '103820.031000', '103820.034000', '103820.037000', '103820.040000', '103820.043000', '103820.046000', '103820.049000', '103820.051000', '103820.054000', '103820.057000', '103820.060000', '103820.063000', '103820.066000', '103820.069000', '103820.072000', '103820.075000', '103820.078000', '103820.081000', '103820.084000', '103820.087000', '103820.090000', '103820.093000', '103820.096000', '103820.099000', '103820.102000', '103820.105000', '103820.108000', '103820.111000', '103820.114000', '103820.117000', '103820.120000', '103820.122000', '103820.125000', '103820.128000', '103820.131000', '103820.134000', '103820.137000', '103820.140000', '103820.143000', '103820.146000', '103840.022000', '103840.025000', '103840.028000', '103840.031000', '103840.041000', '103840.044000', '103840.047000', '103840.050000', '103840.053000', '103840.056000', '103840.059000', '103840.062000', '103840.065000', '103840.068000', '103840.071000', '103840.073000', '103840.077000', '103840.079000', '103840.082000', '103840.085000', '103840.088000', '103840.091000', '103840.094000', '103840.097000', '103840.100000', '103840.103000', '103840.106000', '103840.109000', '103840.112000', '103840.115000', '103840.118000', '103840.121000', '103840.124000', '103840.127000', '103840.130000', '103840.132000', '103840.135000', '103840.138000', '103840.141000', '103840.144000', '103840.159000', '103840.162000', '103840.165000', '103840.167000', '103900.022000', '103900.025000', '103900.028000', '103900.031000', '103900.034000', '103900.037000', '103900.040000', '103900.043000', '103900.046000', '103900.049000', '103900.052000', '103900.055000', '103900.058000', '103900.061000', '103900.064000', '103900.067000', '103900.070000', '103900.073000', '103900.076000', '103900.080000', '103900.083000', '103900.085000', '103900.089000', '103900.091000', '103900.095000', '103900.097000', '103900.101000', '103900.104000', '103900.107000', '103900.109000', '103900.113000', '103900.115000', '103900.118000', '103900.121000', '103900.124000', '103900.128000', '103900.131000', '103900.134000', '103900.138000', '103900.141000', '103900.143000', '103900.146000', '103900.149000', '103920.022000', '103920.025000', '103920.028000', '103920.031000', '103920.034000', '103920.037000', '103920.040000', '103920.043000', '103920.046000', '103920.048000', '103920.051000', '103920.054000', '103920.057000', '103920.060000', '103920.063000', '103920.066000', '103920.069000', '103920.072000', '103920.075000', '103920.078000', '103920.081000', '103920.084000', '103920.087000', '103920.090000', '103920.094000', '103920.097000', '103920.100000', '103920.103000', '103920.106000', '103920.109000', '103920.111000', '103920.115000', '103920.118000', '103920.120000', '103920.123000', '103920.126000', '103920.129000', '103920.132000', '103920.135000', '103920.138000', '103920.141000', '103920.144000', '103920.147000', '103920.150000', '103940.022000', '103940.025000', '103940.028000', '103940.031000', '103940.034000', '103940.037000', '103940.040000', '103940.043000', '103940.046000', '103940.049000', '103940.052000', '103940.055000', '103940.057000', '103940.060000', '103940.063000', '103940.066000', '103940.069000', '103940.072000', '103940.075000', '103940.078000', '103940.081000', '103940.084000', '103940.087000', '103940.090000', '103940.093000', '103940.096000', '103940.099000', '103940.102000', '103940.105000', '103940.108000', '103940.111000', '103940.114000', '103940.116000', '103940.120000', '103940.122000', '103940.125000', '103940.128000', '103940.131000', '103940.134000', '103940.137000', '103940.140000', '103940.143000', '103940.146000', '104000.022000', '104000.025000', '104000.028000', '104000.031000', '104000.034000', '104000.037000', '104000.040000', '104000.043000', '104000.046000', '104000.049000', '104000.052000', '104000.055000', '104000.058000', '104000.063000', '104000.066000', '104000.069000', '104000.072000', '104000.075000', '104000.078000', '104000.081000', '104000.084000', '104000.087000', '104000.092000', '104000.095000', '104000.098000', '104000.101000', '104000.104000', '104000.107000', '104000.110000', '104000.113000', '104000.116000', '104000.119000', '104000.121000', '104000.124000', '104000.127000', '104000.130000', '104000.133000', '104000.136000', '104000.139000', '104000.142000', '104000.145000', '104000.148000', '104000.151000', '104000.154000', '104020.021000', '104020.024000', '104020.027000', '104020.030000', '104020.033000', '104020.036000', '104020.039000', '104020.054000', '104020.057000', '104020.059000', '104020.062000', '104020.065000', '104020.068000', '104020.071000', '104020.074000', '104020.077000', '104020.080000', '104020.083000', '104020.086000', '104020.089000', '104020.092000', '104020.095000', '104020.098000', '104020.101000', '104020.104000', '104020.107000', '104020.110000', '104020.112000', '104020.116000', '104020.118000', '104020.121000', '104020.124000', '104020.127000', '104020.130000', '104020.133000', '104020.136000', '104020.139000', '104020.142000', '104020.145000', '104020.148000', '104020.151000', '104020.154000', '104020.157000', '104040.022000', '104040.025000', '104040.028000', '104040.031000', '104040.034000', '104040.036000', '104040.039000', '104040.042000', '104040.045000', '104040.048000', '104040.051000', '104040.054000', '104040.057000', '104040.059000', '104040.062000', '104040.065000', '104040.068000', '104040.071000', '104040.074000', '104040.077000', '104040.080000', '104040.083000', '104040.086000', '104040.088000', '104040.091000', '104040.094000', '104040.097000', '104040.100000', '104040.103000', '104040.106000', '104040.109000', '104040.112000', '104040.115000', '104040.117000', '104040.120000', '104040.123000', '104040.126000', '104040.129000', '104040.132000', '104040.135000', '104040.138000', '104040.141000', '104040.143000', '104100.022000', '104100.025000', '104100.028000', '104100.031000', '104100.034000', '104100.037000', '104100.040000', '104100.043000', '104100.046000', '104100.049000', '104100.052000', '104100.054000', '104100.058000', '104100.061000', '104100.064000', '104100.066000', '104100.070000', '104100.072000', '104100.075000', '104100.078000', '104100.081000', '104100.084000', '104100.087000', '104100.090000', '104100.093000', '104100.096000', '104100.099000', '104100.102000', '104100.105000', '104100.108000', '104100.111000', '104100.114000', '104100.117000', '104100.120000', '104100.123000', '104100.126000', '104100.129000', '104100.132000', '104100.135000', '104100.138000', '104100.141000', '104100.144000', '104100.147000', '104100.150000', '104120.022000', '104120.026000', '104120.030000', '104120.033000', '104120.036000', '104120.039000', '104120.041000', '104120.044000', '104120.047000', '104120.050000', '104120.053000', '104120.056000', '104120.059000', '104120.062000', '104120.065000', '104120.068000', '104120.071000', '104120.074000', '104120.077000', '104120.080000', '104120.083000', '104120.086000', '104120.089000', '104120.092000', '104120.095000', '104120.097000', '104120.100000', '104120.103000', '104120.106000', '104120.109000', '104120.112000', '104120.115000', '104120.118000', '104120.121000', '104120.124000', '104120.127000', '104120.130000', '104120.133000', '104120.136000', '104120.139000', '104120.142000', '104120.145000', '104120.148000', '104140.022000', '104140.025000', '104140.028000', '104140.031000', '104140.043000', '104140.046000', '104140.049000', '104140.051000', '104140.054000', '104140.057000', '104140.060000', '104140.063000', '104140.066000', '104140.069000', '104140.072000', '104140.075000', '104140.077000', '104140.080000', '104140.083000', '104140.086000', '104140.089000', '104140.092000', '104140.095000', '104140.098000', '104140.101000', '104140.104000', '104140.107000', '104140.109000', '104140.112000', '104140.115000', '104140.118000', '104140.121000', '104140.124000', '104140.127000', '104140.130000', '104140.133000', '104140.136000', '104140.139000', '104140.142000', '104140.145000', '104140.148000', '104140.150000', '104140.153000', '104140.156000', '104200.022000', '104200.025000', '104200.028000', '104200.031000', '104200.034000', '104200.039000', '104200.043000', '104200.046000', '104200.049000', '104200.052000', '104200.055000', '104200.058000', '104200.061000', '104200.063000', '104200.066000', '104200.069000', '104200.072000', '104200.075000', '104200.078000', '104200.081000', '104200.084000', '104200.087000', '104200.090000', '104200.092000', '104200.095000', '104200.098000', '104200.101000', '104200.104000', '104200.107000', '104200.110000', '104200.113000', '104200.115000', '104200.118000', '104200.122000', '104200.125000', '104200.128000', '104200.131000', '104200.134000', '104200.136000', '104200.139000', '104200.142000', '104200.145000', '104200.148000', '104220.022000', '104220.025000', '104220.028000', '104220.031000', '104220.034000', '104220.037000', '104220.040000', '104220.042000', '104220.045000', '104220.048000', '104220.051000', '104220.054000', '104220.057000', '104220.060000', '104220.063000', '104220.066000', '104220.069000', '104220.072000', '104220.075000', '104220.078000', '104220.080000', '104220.083000', '104220.086000', '104220.089000', '104220.092000', '104220.095000', '104220.098000', '104220.101000', '104220.104000', '104220.107000', '104220.110000', '104220.113000', '104220.115000', '104220.118000', '104220.121000', '104220.124000', '104220.127000', '104220.130000', '104220.133000', '104220.136000', '104220.139000', '104220.141000', '104220.144000', '104220.147000', '104224.474000', '104224.478000', '104224.481000', '104224.485000', '104224.488000', '104224.491000', '104224.494000', '104224.498000', '104224.501000', '104224.504000'], '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': [16167, 11916, 15775, 8789, 11672, 7480, 10514, 7538, 8081, 13414, 9253, 8450, 15625, 8402, 8509, 12605, 8003, 13228, 8073, 8559, 10408, 8038, 12392, 8185, 9382, 7314, 7780, 8992, 7872, 11670, 8054, 8478, 8580, 7647, 11597, 7300, 8834, 15264, 10911, 14433, 8121, 7863, 16655, 11099, 11223, 10223, 7639, 12780, 7321, 9731, 7326, 7872, 13112, 7905, 9829, 10109, 7789, 15316, 7571, 8861, 7434, 7554, 7484, 7802, 10666, 8059, 8685, 7352, 7601, 11703, 7308, 8440, 13449, 9327, 14662, 7981, 8273, 17030, 10353, 13481, 11272, 9365, 16587, 7478, 10205, 7493, 8008, 16772, 11772, 11381, 7454, 7600, 11876, 7645, 9550, 7340, 7666, 12909, 7719, 9060, 7483, 7867, 7213, 7365, 10292, 7320, 8987, 7704, 7547, 11576, 8291, 11376, 8948, 14133, 10221, 8684, 7189, 7222, 11439, 7514, 10479, 15413, 10574, 18080, 14412, 13694, 8336, 7606, 12148, 8078, 12091, 7400, 9268, 11352, 7473, 10491, 7556, 12473, 9001, 14401, 7323, 9945, 7306, 10652, 7243, 9742, 17684, 15480, 18025, 12193, 12837, 7218, 8341, 8162, 7696, 12353, 8132, 14926, 10018, 12488, 7574, 8847, 7161, 8324, 7278, 8192, 8210, 8584, 15645, 13184, 17016, 14944, 13520, 7576, 9447, 7195, 8580, 7328, 8575, 11559, 7772, 11437, 7487, 10430, 7195, 8991, 7393, 8546, 9369, 8376, 7701, 8011, 7453, 7782, 9955, 7695, 11251, 7812, 12222, 11509, 17120, 15721, 17801, 15547, 17011, 16692, 12527, 13608, 8202, 11363, 7432, 10187, 7306, 8060, 12068, 7513, 10150, 7435, 8630, 11884, 7659, 10527, 7364, 9731, 7278, 8911, 7408, 8701, 12799, 7935, 10123, 7408, 10491, 7097, 8874, 12275, 7592, 10004, 9136, 7797, 14823, 9622, 13590, 8479, 7755, 7470, 7274, 10207, 7151, 8771, 7411, 7821, 9866, 7356, 10683, 7616, 12014, 11856, 8748, 11670, 7466, 11170, 7370, 10195, 7580, 8162, 15176, 9306, 10717, 11785, 7699, 16070, 9690, 10905, 8044, 8094, 15300, 8445, 16128, 10129, 13671, 7426, 8331, 7350, 7800, 10715, 7518, 9574, 10263, 7453, 10430, 7567, 7924, 12204, 7564, 9428, 10272, 8389, 16127, 13240, 8137, 8923, 17459, 12710, 11110, 7479, 7826, 7434, 7452, 11434, 7815, 8146, 11457, 7899, 9347, 9760, 7653, 10981, 7407, 8962, 14773, 9059, 13056, 10937, 15262, 15809, 12458, 16158, 10214, 13223, 7371, 9509, 7497, 8892, 9690, 7697, 11390, 7394, 9121, 12146, 7786, 10756, 7244, 9566, 7597, 7969, 11571, 7844, 9705, 7542, 8374, 11868, 7916, 10035, 7354, 8875, 7246, 7821, 13104, 9029, 15725, 8259, 9941, 7341, 7756, 7340, 7485, 11017, 7477, 8249, 11464, 7416, 9606, 7593, 8643, 12074, 7781, 11032, 7468, 10565, 7589, 9907, 7531, 9363, 14614, 9193, 14023, 10057, 11998, 12081, 9322, 15973, 13495, 15282, 12829, 14481, 13545, 9576, 12987, 7453, 10005, 7111, 8391, 9205, 7658, 10607, 7357, 8992, 8837, 7688, 12125, 7708, 9063, 7379, 8410, 7364, 7779, 8117, 7533, 11225, 7409, 9249, 10210, 7850, 11580, 7464, 9656, 9519, 10831, 14480, 12015, 15307, 13469, 14446, 8230, 11910, 7301, 9160, 9398, 7733, 10498, 10743, 7484, 10442, 7404, 8416, 8590, 7819, 10886, 7651, 10147, 8132, 8337, 14996, 12110, 15903, 12972, 15044, 12761, 15491, 11729, 12883, 7572, 7787, 7321, 7386, 10682, 7586, 8386, 11839, 7676, 10450, 7400, 8441, 7547, 7334, 9430, 7504, 10434, 7358, 9902, 7286, 8165, 10027, 7554, 11881, 7871, 10045, 7401, 9213, 14245, 10933, 16307, 13598, 16693, 9724, 9677, 7769, 7658, 10384, 7601, 10092, 8044, 11894, 8119, 7873, 7593, 7765, 8027, 7464, 10154, 7372, 8848, 8882, 7757, 11905, 8847, 9698, 7455, 7762, 11141, 7896, 12116, 9343, 14372, 9543, 10549, 8044, 7559, 11743, 7709, 9990, 7757, 8137, 13833, 7894, 9872, 7538, 8836, 13691, 8018, 10181, 7402, 9850, 7412, 9301, 7302, 8715, 7736, 7629, 10583, 7611, 10792, 8500, 12008, 10348, 9609, 8259, 7677, 7742, 7782, 10980, 7396, 9675, 11247, 7991, 15249, 7480, 9819, 8589, 7622, 13162, 8743, 9880, 7513, 8198, 14061, 8261, 13246, 9887, 14526, 11204, 16741, 11070, 9513, 7120, 7413, 7327, 7349, 10496, 7523, 7569, 12043, 7732, 9068, 10253, 7552, 10726, 7686, 9436, 8144, 7572, 13985, 8464, 12501, 8707, 10426, 8692, 9042, 16360, 10567, 14792, 8552, 8890, 11650, 9722, 16075, 12744, 16554, 11698, 10992, 7664, 7662, 7980, 8047, 8417, 7860, 9852, 7738, 8048, 8483, 7990, 10739, 8320, 11856, 7583, 12361, 8026, 10022, 7722, 9700, 7889, 8955, 7825, 8364, 10800, 7790, 11417, 7451, 14889, 8552, 12813, 13040, 16109, 16043, 17488, 16246, 17925, 14558, 15105, 12517, 9888, 17653, 10428, 11175, 7811, 9080, 11969, 8740, 13434, 8490, 12098, 8346, 7689, 8844, 7313, 7544, 8164, 8863, 7708, 8791, 11498, 8101, 8884, 8025, 8626, 13012, 10846, 13753, 10366, 15099, 13018, 15295, 8880, 8606, 8253, 8094, 8332, 8392, 12249, 8288, 9036, 8312, 8426, 11809, 8106, 9205, 8607, 8525, 11993, 8126, 10040, 8412, 7999, 8547, 8477, 11189, 8460, 9777, 8367, 11565, 13407, 12378, 15684, 11809, 16236, 8133, 10138, 8222, 9126, 8303, 8113, 11061, 7610, 8294, 8353, 7427, 10003, 7892, 8972, 8039, 8159, 13152, 9984, 15306, 10582, 16718, 12856, 14862, 17418, 12820, 17821, 11552, 14322, 8410, 10942, 14623, 11828, 16722, 13249, 16444, 10287, 9617, 7874, 9162, 8184, 7559, 8263, 8189, 9471, 8131, 9276, 7719, 8222, 7956, 8274, 10584, 7867, 11044, 7842, 9306, 8061, 9047, 12789, 10909, 16270, 12858, 17158, 10991, 11441, 7855, 8116, 8323, 8302, 7126, 8010, 10126, 7990, 8964, 9982, 7834, 10899, 7954, 9108, 8096, 8438, 7496, 8288, 9109, 8053, 10138, 8425, 10341, 8464, 12959, 11221, 15679, 10961, 10562, 16789, 7914, 11164, 8069, 8167, 10847, 7797, 7911, 8163, 7993, 7369, 7834, 7662, 8045, 8439, 8020, 10297, 8057, 10957, 7889, 10130, 13702, 9534, 15069, 13137, 15029, 13695, 16063, 8725, 8921, 8088, 8306, 8465, 8260, 10436, 8229, 10673, 7940, 9176, 8312, 8524, 10865, 8478, 13694, 10258, 16638, 11308, 13529, 9455, 10295, 8357, 9843, 8105, 9096, 8079, 8509, 7944, 9323, 8088, 12631, 8109, 8815, 8085, 8205, 8233, 8692, 8439, 8778, 8420, 10371, 7990, 7656, 7903, 8294, 8146, 7768, 8275, 11188, 8504, 10242, 8295, 11219, 8970, 12912, 8111, 8160, 8192, 8473, 8466, 9887, 8313, 10913, 8444, 10112, 8408, 11288, 8698, 12114, 15974, 11535, 16943, 12795, 13343, 8252, 8010, 8848, 8472, 8846, 8088, 9832, 7992, 9330, 8431, 8461, 7329, 7942, 10312, 7895, 9155, 7969, 7684, 8178, 7839, 8613, 8438, 7605, 8088, 9927, 8102, 9334, 7938, 9011, 12184, 8452, 13971, 8238, 9820, 8454, 10288, 15761, 7979, 11337, 8387, 9756, 10914, 11377, 16761, 8404, 11496, 8144, 9728, 7858, 8410, 8185, 8440, 16976, 12577, 15526, 8882, 8120, 17465, 12009, 14592, 8185, 8081, 16846, 9625, 9359, 7843, 8040, 7226, 7895, 9228, 7553, 8900, 7850, 8816, 7877, 7576, 7870, 7920, 11108, 7915, 9003, 8372, 10379, 8144, 14606, 15757, 11544, 7965, 8432, 7479, 8286, 11047, 8146, 9887, 9698, 7909, 16125, 11492, 16428, 13083, 17126, 9265, 10378, 8394, 11187, 8647, 14333, 16684, 17009, 17879, 14737, 15344, 8957, 11960, 8461, 9326, 8291, 10086, 9827, 11710, 8473, 8239, 8280, 8680, 8314, 8715, 8454, 8623, 8837, 11125, 8634, 16251, 15483, 17822, 11883, 11064, 8286, 8822, 8126, 8428, 8397, 8663, 7891, 8438, 8722, 8418, 9453, 8707, 9788, 8737, 9929], 'WindowCenter': [4367.0, 4311.0, 4338.0, 4265.0, 4294.0, 4244.0, 4285.0, 4244.0, 4255.0, 4314.0, 4262.0, 4252.0, 4322.0, 4251.0, 4251.0, 4291.0, 4251.0, 4302.0, 4241.0, 4261.0, 4281.0, 4251.0, 4301.0, 4251.0, 4261.0, 4231.0, 4241.0, 4261.0, 4252.0, 4292.0, 4251.0, 4251.0, 4251.0, 4242.0, 4291.0, 4231.0, 4262.0, 4322.0, 4282.0, 4312.0, 4241.0, 4250.0, 4331.0, 4280.0, 4291.0, 4281.0, 4240.0, 4301.0, 4240.0, 4270.0, 4241.0, 4252.0, 4301.0, 4251.0, 4271.0, 4270.0, 4240.0, 4322.0, 4252.0, 4262.0, 4242.0, 4252.0, 4242.0, 4254.0, 4294.0, 4265.0, 4275.0, 4255.0, 4255.0, 4304.0, 4243.0, 4262.0, 4312.0, 4272.0, 4323.0, 4252.0, 4263.0, 4333.0, 4281.0, 4311.0, 4280.0, 4260.0, 4331.0, 4229.0, 4269.0, 4228.0, 4250.0, 4331.0, 4290.0, 4290.0, 4229.0, 4240.0, 4289.0, 4239.0, 4258.0, 4229.0, 4240.0, 4300.0, 4239.0, 4259.0, 4239.0, 4250.0, 4240.0, 4242.0, 4282.0, 4242.0, 4273.0, 4252.0, 4253.0, 4292.0, 4252.0, 4292.0, 4261.0, 4312.0, 4281.0, 4261.0, 4231.0, 4242.0, 4291.0, 4242.0, 4293.0, 4333.0, 4282.0, 4343.0, 4312.0, 4311.0, 4250.0, 4240.0, 4300.0, 4249.0, 4290.0, 4240.0, 4272.0, 4291.0, 4240.0, 4281.0, 4252.0, 4303.0, 4262.0, 4323.0, 4241.0, 4270.0, 4240.0, 4281.0, 4240.0, 4271.0, 4331.0, 4321.0, 4331.0, 4290.0, 4288.0, 4227.0, 4236.0, 4236.0, 4238.0, 4288.0, 4239.0, 4310.0, 4269.0, 4289.0, 4226.0, 4245.0, 4216.0, 4237.0, 4228.0, 4249.0, 4250.0, 4251.0, 4322.0, 4301.0, 4320.0, 4309.0, 4298.0, 4226.0, 4257.0, 4228.0, 4248.0, 4229.0, 4261.0, 4291.0, 4240.0, 4291.0, 4230.0, 4280.0, 4229.0, 4248.0, 4228.0, 4249.0, 4260.0, 4250.0, 4241.0, 4251.0, 4241.0, 4241.0, 4270.0, 4242.0, 4292.0, 4242.0, 4302.0, 4291.0, 4332.0, 4321.0, 4331.0, 4320.0, 4319.0, 4318.0, 4288.0, 4296.0, 4236.0, 4266.0, 4216.0, 4256.0, 4215.0, 4237.0, 4277.0, 4216.0, 4256.0, 4215.0, 4236.0, 4276.0, 4225.0, 4255.0, 4225.0, 4256.0, 4227.0, 4247.0, 4227.0, 4248.0, 4289.0, 4237.0, 4267.0, 4227.0, 4266.0, 4216.0, 4248.0, 4277.0, 4227.0, 4258.0, 4247.0, 4227.0, 4297.0, 4245.0, 4286.0, 4235.0, 4225.0, 4215.0, 4226.0, 4267.0, 4228.0, 4249.0, 4240.0, 4242.0, 4272.0, 4241.0, 4281.0, 4240.0, 4291.0, 4290.0, 4249.0, 4279.0, 4229.0, 4279.0, 4229.0, 4270.0, 4239.0, 4251.0, 4321.0, 4260.0, 4280.0, 4290.0, 4239.0, 4319.0, 4258.0, 4268.0, 4237.0, 4237.0, 4308.0, 4238.0, 4320.0, 4270.0, 4299.0, 4228.0, 4238.0, 4228.0, 4240.0, 4269.0, 4230.0, 4271.0, 4270.0, 4230.0, 4281.0, 4239.0, 4240.0, 4290.0, 4228.0, 4258.0, 4257.0, 4238.0, 4319.0, 4289.0, 4239.0, 4262.0, 4331.0, 4289.0, 4268.0, 4228.0, 4239.0, 4229.0, 4242.0, 4292.0, 4241.0, 4251.0, 4291.0, 4240.0, 4260.0, 4259.0, 4239.0, 4278.0, 4228.0, 4248.0, 4309.0, 4249.0, 4299.0, 4268.0, 4309.0, 4308.0, 4287.0, 4307.0, 4255.0, 4285.0, 4215.0, 4245.0, 4216.0, 4247.0, 4247.0, 4227.0, 4277.0, 4216.0, 4247.0, 4276.0, 4215.0, 4265.0, 4215.0, 4245.0, 4215.0, 4225.0, 4266.0, 4226.0, 4246.0, 4225.0, 4236.0, 4276.0, 4225.0, 4256.0, 4215.0, 4235.0, 4215.0, 4227.0, 4288.0, 4248.0, 4309.0, 4238.0, 4258.0, 4228.0, 4228.0, 4228.0, 4230.0, 4280.0, 4230.0, 4252.0, 4291.0, 4241.0, 4271.0, 4240.0, 4261.0, 4290.0, 4241.0, 4280.0, 4230.0, 4281.0, 4241.0, 4272.0, 4242.0, 4263.0, 4323.0, 4262.0, 4312.0, 4270.0, 4290.0, 4289.0, 4259.0, 4319.0, 4299.0, 4309.0, 4288.0, 4298.0, 4287.0, 4246.0, 4286.0, 4215.0, 4245.0, 4216.0, 4236.0, 4246.0, 4227.0, 4268.0, 4227.0, 4248.0, 4247.0, 4227.0, 4277.0, 4227.0, 4247.0, 4227.0, 4237.0, 4229.0, 4240.0, 4250.0, 4242.0, 4293.0, 4242.0, 4273.0, 4272.0, 4251.0, 4280.0, 4229.0, 4259.0, 4259.0, 4280.0, 4311.0, 4303.0, 4321.0, 4300.0, 4310.0, 4239.0, 4278.0, 4229.0, 4260.0, 4259.0, 4240.0, 4270.0, 4269.0, 4229.0, 4269.0, 4228.0, 4249.0, 4249.0, 4239.0, 4268.0, 4228.0, 4269.0, 4239.0, 4239.0, 4310.0, 4289.0, 4309.0, 4288.0, 4297.0, 4276.0, 4296.0, 4266.0, 4275.0, 4214.0, 4214.0, 4214.0, 4216.0, 4256.0, 4226.0, 4237.0, 4277.0, 4227.0, 4267.0, 4216.0, 4237.0, 4226.0, 4216.0, 4246.0, 4217.0, 4268.0, 4229.0, 4259.0, 4229.0, 4251.0, 4270.0, 4240.0, 4279.0, 4239.0, 4258.0, 4217.0, 4249.0, 4299.0, 4266.0, 4308.0, 4287.0, 4308.0, 4246.0, 4245.0, 4214.0, 4215.0, 4255.0, 4226.0, 4256.0, 4226.0, 4277.0, 4226.0, 4226.0, 4227.0, 4227.0, 4227.0, 4229.0, 4269.0, 4230.0, 4261.0, 4261.0, 4241.0, 4291.0, 4250.0, 4261.0, 4229.0, 4229.0, 4268.0, 4238.0, 4289.0, 4259.0, 4311.0, 4260.0, 4269.0, 4228.0, 4228.0, 4278.0, 4227.0, 4258.0, 4227.0, 4239.0, 4299.0, 4238.0, 4258.0, 4227.0, 4248.0, 4298.0, 4227.0, 4257.0, 4216.0, 4256.0, 4228.0, 4259.0, 4230.0, 4251.0, 4242.0, 4242.0, 4282.0, 4242.0, 4281.0, 4251.0, 4291.0, 4270.0, 4261.0, 4240.0, 4230.0, 4230.0, 4241.0, 4281.0, 4231.0, 4262.0, 4281.0, 4241.0, 4322.0, 4230.0, 4271.0, 4249.0, 4229.0, 4289.0, 4249.0, 4259.0, 4229.0, 4240.0, 4300.0, 4239.0, 4289.0, 4271.0, 4310.0, 4283.0, 4334.0, 4281.0, 4260.0, 4231.0, 4231.0, 4231.0, 4242.0, 4282.0, 4241.0, 4243.0, 4292.0, 4242.0, 4262.0, 4271.0, 4230.0, 4280.0, 4229.0, 4260.0, 4239.0, 4230.0, 4300.0, 4240.0, 4290.0, 4248.0, 4269.0, 4238.0, 4237.0, 4307.0, 4256.0, 4297.0, 4236.0, 4236.0, 4266.0, 4246.0, 4308.0, 4288.0, 4307.0, 4266.0, 4255.0, 4216.0, 4215.0, 4226.0, 4238.0, 4237.0, 4240.0, 4260.0, 4230.0, 4240.0, 4250.0, 4241.0, 4294.0, 4252.0, 4290.0, 4228.0, 4291.0, 4239.0, 4271.0, 4244.0, 4274.0, 4255.0, 4264.0, 4244.0, 4266.0, 4285.0, 4243.0, 4282.0, 4230.0, 4311.0, 4250.0, 4291.0, 4290.0, 4310.0, 4309.0, 4319.0, 4296.0, 4306.0, 4273.0, 4271.0, 4249.0, 4218.0, 4279.0, 4227.0, 4226.0, 4174.0, 4206.0, 4235.0, 4196.0, 4247.0, 4196.0, 4237.0, 4208.0, 4187.0, 4218.0, 4189.0, 4202.0, 4224.0, 4237.0, 4217.0, 4239.0, 4269.0, 4229.0, 4237.0, 4227.0, 4237.0, 4275.0, 4256.0, 4275.0, 4244.0, 4286.0, 4275.0, 4295.0, 4225.0, 4223.0, 4213.0, 4214.0, 4225.0, 4227.0, 4277.0, 4227.0, 4237.0, 4238.0, 4239.0, 4278.0, 4228.0, 4247.0, 4237.0, 4237.0, 4267.0, 4227.0, 4247.0, 4226.0, 4227.0, 4237.0, 4238.0, 4268.0, 4238.0, 4247.0, 4226.0, 4268.0, 4288.0, 4278.0, 4309.0, 4268.0, 4309.0, 4229.0, 4258.0, 4238.0, 4249.0, 4239.0, 4240.0, 4270.0, 4230.0, 4241.0, 4240.0, 4231.0, 4260.0, 4241.0, 4251.0, 4230.0, 4240.0, 4290.0, 4260.0, 4310.0, 4258.0, 4308.0, 4277.0, 4297.0, 4306.0, 4275.0, 4305.0, 4254.0, 4273.0, 4212.0, 4242.0, 4272.0, 4253.0, 4295.0, 4274.0, 4295.0, 4243.0, 4234.0, 4226.0, 4234.0, 4225.0, 4214.0, 4226.0, 4238.0, 4247.0, 4239.0, 4249.0, 4230.0, 4239.0, 4239.0, 4240.0, 4269.0, 4229.0, 4269.0, 4228.0, 4248.0, 4228.0, 4249.0, 4289.0, 4270.0, 4309.0, 4279.0, 4319.0, 4256.0, 4265.0, 4215.0, 4215.0, 4226.0, 4227.0, 4207.0, 4229.0, 4258.0, 4228.0, 4248.0, 4257.0, 4216.0, 4256.0, 4215.0, 4235.0, 4215.0, 4226.0, 4216.0, 4227.0, 4237.0, 4228.0, 4257.0, 4238.0, 4257.0, 4227.0, 4289.0, 4270.0, 4310.0, 4269.0, 4259.0, 4319.0, 4228.0, 4267.0, 4226.0, 4227.0, 4257.0, 4228.0, 4228.0, 4239.0, 4240.0, 4230.0, 4241.0, 4241.0, 4253.0, 4253.0, 4255.0, 4284.0, 4254.0, 4284.0, 4243.0, 4273.0, 4302.0, 4263.0, 4324.0, 4291.0, 4300.0, 4299.0, 4320.0, 4250.0, 4247.0, 4228.0, 4240.0, 4239.0, 4240.0, 4271.0, 4241.0, 4270.0, 4240.0, 4249.0, 4238.0, 4249.0, 4268.0, 4237.0, 4288.0, 4258.0, 4307.0, 4267.0, 4287.0, 4246.0, 4245.0, 4225.0, 4233.0, 4214.0, 4223.0, 4214.0, 4223.0, 4215.0, 4234.0, 4214.0, 4265.0, 4215.0, 4223.0, 4213.0, 4213.0, 4225.0, 4235.0, 4226.0, 4237.0, 4238.0, 4260.0, 4229.0, 4228.0, 4227.0, 4238.0, 4228.0, 4228.0, 4240.0, 4280.0, 4251.0, 4260.0, 4239.0, 4270.0, 4250.0, 4289.0, 4228.0, 4237.0, 4239.0, 4239.0, 4252.0, 4272.0, 4253.0, 4283.0, 4254.0, 4272.0, 4242.0, 4281.0, 4239.0, 4280.0, 4309.0, 4268.0, 4320.0, 4289.0, 4288.0, 4227.0, 4226.0, 4236.0, 4237.0, 4237.0, 4228.0, 4258.0, 4228.0, 4248.0, 4239.0, 4239.0, 4219.0, 4239.0, 4259.0, 4240.0, 4249.0, 4240.0, 4241.0, 4251.0, 4241.0, 4263.0, 4254.0, 4244.0, 4255.0, 4274.0, 4255.0, 4274.0, 4253.0, 4264.0, 4305.0, 4254.0, 4313.0, 4253.0, 4272.0, 4252.0, 4273.0, 4323.0, 4242.0, 4282.0, 4241.0, 4261.0, 4281.0, 4293.0, 4333.0, 4252.0, 4282.0, 4242.0, 4261.0, 4242.0, 4252.0, 4251.0, 4252.0, 4334.0, 4304.0, 4322.0, 4248.0, 4239.0, 4319.0, 4278.0, 4298.0, 4226.0, 4227.0, 4318.0, 4248.0, 4247.0, 4226.0, 4226.0, 4216.0, 4227.0, 4249.0, 4229.0, 4250.0, 4241.0, 4250.0, 4241.0, 4242.0, 4241.0, 4254.0, 4282.0, 4242.0, 4251.0, 4253.0, 4271.0, 4241.0, 4325.0, 4324.0, 4281.0, 4240.0, 4239.0, 4218.0, 4252.0, 4282.0, 4243.0, 4273.0, 4262.0, 4243.0, 4323.0, 4282.0, 4321.0, 4289.0, 4319.0, 4237.0, 4245.0, 4225.0, 4256.0, 4226.0, 4298.0, 4307.0, 4307.0, 4306.0, 4283.0, 4282.0, 4210.0, 4239.0, 4210.0, 4220.0, 4210.0, 4231.0, 4231.0, 4252.0, 4212.0, 4209.0, 4210.0, 4221.0, 4213.0, 4222.0, 4226.0, 4225.0, 4237.0, 4266.0, 4237.0, 4307.0, 4297.0, 4306.0, 4254.0, 4242.0, 4212.0, 4221.0, 4212.0, 4213.0, 4213.0, 4225.0, 4214.0, 4225.0, 4225.0, 4225.0, 4234.0, 4225.0, 4246.0, 4238.0, 4247.0], 'WindowWidth': [9625.0, 9534.0, 9565.0, 9461.0, 9497.0, 9431.0, 9485.0, 9429.0, 9445.0, 9522.0, 9450.0, 9436.0, 9529.0, 9433.0, 9433.0, 9485.0, 9434.0, 9503.0, 9420.0, 9448.0, 9472.0, 9433.0, 9501.0, 9434.0, 9447.0, 9406.0, 9422.0, 9447.0, 9437.0, 9489.0, 9434.0, 9435.0, 9434.0, 9423.0, 9489.0, 9406.0, 9449.0, 9532.0, 9476.0, 9516.0, 9420.0, 9432.0, 9544.0, 9472.0, 9489.0, 9475.0, 9418.0, 9500.0, 9419.0, 9459.0, 9421.0, 9438.0, 9502.0, 9436.0, 9461.0, 9459.0, 9419.0, 9532.0, 9438.0, 9453.0, 9426.0, 9438.0, 9426.0, 9445.0, 9498.0, 9461.0, 9476.0, 9447.0, 9450.0, 9513.0, 9428.0, 9453.0, 9518.0, 9465.0, 9536.0, 9438.0, 9453.0, 9548.0, 9475.0, 9516.0, 9473.0, 9446.0, 9541.0, 9403.0, 9457.0, 9401.0, 9431.0, 9541.0, 9485.0, 9486.0, 9405.0, 9419.0, 9483.0, 9415.0, 9441.0, 9404.0, 9419.0, 9499.0, 9417.0, 9442.0, 9418.0, 9432.0, 9420.0, 9426.0, 9478.0, 9427.0, 9468.0, 9440.0, 9442.0, 9494.0, 9438.0, 9492.0, 9449.0, 9519.0, 9476.0, 9447.0, 9410.0, 9426.0, 9489.0, 9426.0, 9497.0, 9548.0, 9479.0, 9563.0, 9516.0, 9514.0, 9431.0, 9420.0, 9500.0, 9431.0, 9487.0, 9420.0, 9464.0, 9486.0, 9419.0, 9477.0, 9439.0, 9511.0, 9454.0, 9535.0, 9424.0, 9458.0, 9420.0, 9475.0, 9420.0, 9463.0, 9544.0, 9528.0, 9542.0, 9482.0, 9478.0, 9395.0, 9407.0, 9407.0, 9412.0, 9481.0, 9415.0, 9512.0, 9455.0, 9479.0, 9392.0, 9414.0, 9379.0, 9408.0, 9399.0, 9428.0, 9431.0, 9433.0, 9531.0, 9500.0, 9527.0, 9506.0, 9490.0, 9394.0, 9435.0, 9399.0, 9426.0, 9401.0, 9447.0, 9487.0, 9419.0, 9489.0, 9407.0, 9470.0, 9402.0, 9426.0, 9398.0, 9428.0, 9445.0, 9432.0, 9420.0, 9435.0, 9421.0, 9421.0, 9459.0, 9424.0, 9490.0, 9424.0, 9504.0, 9488.0, 9544.0, 9527.0, 9541.0, 9522.0, 9521.0, 9518.0, 9476.0, 9485.0, 9404.0, 9444.0, 9377.0, 9433.0, 9377.0, 9408.0, 9460.0, 9379.0, 9432.0, 9376.0, 9404.0, 9458.0, 9389.0, 9429.0, 9390.0, 9431.0, 9395.0, 9422.0, 9397.0, 9425.0, 9481.0, 9410.0, 9449.0, 9396.0, 9445.0, 9379.0, 9425.0, 9462.0, 9396.0, 9437.0, 9421.0, 9395.0, 9487.0, 9415.0, 9470.0, 9402.0, 9390.0, 9377.0, 9393.0, 9448.0, 9400.0, 9429.0, 9418.0, 9424.0, 9463.0, 9421.0, 9472.0, 9417.0, 9486.0, 9483.0, 9428.0, 9467.0, 9400.0, 9467.0, 9402.0, 9458.0, 9416.0, 9433.0, 9527.0, 9445.0, 9471.0, 9482.0, 9415.0, 9523.0, 9438.0, 9449.0, 9408.0, 9409.0, 9505.0, 9411.0, 9524.0, 9455.0, 9494.0, 9400.0, 9412.0, 9400.0, 9417.0, 9455.0, 9404.0, 9460.0, 9457.0, 9405.0, 9472.0, 9415.0, 9417.0, 9483.0, 9399.0, 9437.0, 9434.0, 9410.0, 9522.0, 9479.0, 9416.0, 9449.0, 9544.0, 9480.0, 9448.0, 9397.0, 9413.0, 9403.0, 9424.0, 9490.0, 9420.0, 9434.0, 9486.0, 9418.0, 9444.0, 9440.0, 9414.0, 9465.0, 9397.0, 9426.0, 9507.0, 9426.0, 9494.0, 9450.0, 9507.0, 9504.0, 9472.0, 9502.0, 9428.0, 9468.0, 9374.0, 9416.0, 9377.0, 9421.0, 9420.0, 9395.0, 9461.0, 9378.0, 9419.0, 9458.0, 9375.0, 9441.0, 9373.0, 9415.0, 9374.0, 9389.0, 9444.0, 9390.0, 9416.0, 9389.0, 9404.0, 9456.0, 9388.0, 9429.0, 9374.0, 9402.0, 9374.0, 9393.0, 9476.0, 9422.0, 9508.0, 9410.0, 9436.0, 9399.0, 9399.0, 9397.0, 9404.0, 9469.0, 9403.0, 9435.0, 9487.0, 9422.0, 9460.0, 9418.0, 9448.0, 9486.0, 9420.0, 9472.0, 9406.0, 9473.0, 9420.0, 9462.0, 9422.0, 9453.0, 9533.0, 9450.0, 9517.0, 9457.0, 9483.0, 9479.0, 9440.0, 9523.0, 9492.0, 9507.0, 9475.0, 9490.0, 9474.0, 9417.0, 9470.0, 9373.0, 9413.0, 9377.0, 9405.0, 9418.0, 9395.0, 9450.0, 9396.0, 9425.0, 9421.0, 9395.0, 9463.0, 9394.0, 9421.0, 9396.0, 9409.0, 9401.0, 9419.0, 9432.0, 9425.0, 9492.0, 9424.0, 9466.0, 9464.0, 9434.0, 9472.0, 9402.0, 9441.0, 9439.0, 9468.0, 9513.0, 9507.0, 9528.0, 9497.0, 9512.0, 9414.0, 9464.0, 9399.0, 9443.0, 9440.0, 9416.0, 9457.0, 9453.0, 9400.0, 9452.0, 9398.0, 9427.0, 9427.0, 9415.0, 9452.0, 9399.0, 9453.0, 9413.0, 9415.0, 9510.0, 9481.0, 9508.0, 9476.0, 9489.0, 9457.0, 9485.0, 9443.0, 9452.0, 9372.0, 9372.0, 9371.0, 9377.0, 9430.0, 9390.0, 9408.0, 9460.0, 9393.0, 9445.0, 9378.0, 9405.0, 9390.0, 9379.0, 9417.0, 9380.0, 9448.0, 9400.0, 9441.0, 9402.0, 9431.0, 9458.0, 9417.0, 9468.0, 9413.0, 9437.0, 9380.0, 9425.0, 9492.0, 9443.0, 9504.0, 9473.0, 9503.0, 9417.0, 9413.0, 9372.0, 9374.0, 9426.0, 9389.0, 9429.0, 9389.0, 9457.0, 9391.0, 9390.0, 9395.0, 9395.0, 9393.0, 9399.0, 9453.0, 9403.0, 9448.0, 9446.0, 9421.0, 9486.0, 9430.0, 9444.0, 9399.0, 9399.0, 9449.0, 9411.0, 9480.0, 9440.0, 9511.0, 9440.0, 9452.0, 9397.0, 9398.0, 9461.0, 9394.0, 9434.0, 9394.0, 9411.0, 9491.0, 9411.0, 9435.0, 9394.0, 9422.0, 9490.0, 9392.0, 9432.0, 9378.0, 9431.0, 9398.0, 9438.0, 9404.0, 9432.0, 9421.0, 9424.0, 9476.0, 9421.0, 9472.0, 9431.0, 9486.0, 9456.0, 9444.0, 9416.0, 9402.0, 9402.0, 9419.0, 9471.0, 9407.0, 9448.0, 9473.0, 9420.0, 9527.0, 9403.0, 9457.0, 9425.0, 9400.0, 9479.0, 9426.0, 9439.0, 9399.0, 9414.0, 9496.0, 9412.0, 9480.0, 9460.0, 9508.0, 9479.0, 9551.0, 9472.0, 9443.0, 9406.0, 9407.0, 9406.0, 9423.0, 9475.0, 9421.0, 9425.0, 9488.0, 9422.0, 9448.0, 9458.0, 9403.0, 9468.0, 9399.0, 9440.0, 9412.0, 9401.0, 9496.0, 9414.0, 9481.0, 9422.0, 9450.0, 9407.0, 9406.0, 9500.0, 9429.0, 9483.0, 9400.0, 9401.0, 9440.0, 9415.0, 9503.0, 9475.0, 9499.0, 9441.0, 9424.0, 9375.0, 9372.0, 9390.0, 9408.0, 9407.0, 9414.0, 9441.0, 9401.0, 9417.0, 9429.0, 9418.0, 9495.0, 9435.0, 9483.0, 9396.0, 9482.0, 9412.0, 9456.0, 9428.0, 9468.0, 9446.0, 9455.0, 9429.0, 9462.0, 9483.0, 9425.0, 9474.0, 9399.0, 9509.0, 9427.0, 9482.0, 9480.0, 9509.0, 9504.0, 9520.0, 9483.0, 9496.0, 9443.0, 9437.0, 9403.0, 9361.0, 9444.0, 9370.0, 9367.0, 9296.0, 9341.0, 9379.0, 9327.0, 9397.0, 9329.0, 9386.0, 9349.0, 9320.0, 9363.0, 9326.0, 9348.0, 9382.0, 9405.0, 9377.0, 9410.0, 9449.0, 9396.0, 9404.0, 9388.0, 9402.0, 9450.0, 9424.0, 9448.0, 9405.0, 9465.0, 9448.0, 9476.0, 9382.0, 9376.0, 9365.0, 9366.0, 9385.0, 9389.0, 9454.0, 9389.0, 9404.0, 9406.0, 9409.0, 9459.0, 9394.0, 9416.0, 9404.0, 9404.0, 9444.0, 9389.0, 9416.0, 9388.0, 9389.0, 9403.0, 9407.0, 9446.0, 9406.0, 9417.0, 9387.0, 9445.0, 9470.0, 9457.0, 9501.0, 9445.0, 9503.0, 9395.0, 9433.0, 9408.0, 9422.0, 9407.0, 9414.0, 9452.0, 9399.0, 9415.0, 9414.0, 9403.0, 9441.0, 9416.0, 9429.0, 9399.0, 9414.0, 9481.0, 9439.0, 9505.0, 9432.0, 9500.0, 9454.0, 9481.0, 9493.0, 9448.0, 9489.0, 9418.0, 9444.0, 9360.0, 9400.0, 9439.0, 9418.0, 9476.0, 9446.0, 9477.0, 9404.0, 9395.0, 9387.0, 9395.0, 9384.0, 9368.0, 9386.0, 9406.0, 9419.0, 9412.0, 9426.0, 9400.0, 9412.0, 9411.0, 9413.0, 9452.0, 9397.0, 9449.0, 9395.0, 9421.0, 9393.0, 9423.0, 9476.0, 9454.0, 9506.0, 9462.0, 9517.0, 9426.0, 9436.0, 9369.0, 9369.0, 9385.0, 9390.0, 9365.0, 9397.0, 9435.0, 9395.0, 9421.0, 9431.0, 9376.0, 9427.0, 9372.0, 9398.0, 9370.0, 9387.0, 9375.0, 9391.0, 9403.0, 9393.0, 9431.0, 9407.0, 9431.0, 9391.0, 9476.0, 9451.0, 9506.0, 9451.0, 9435.0, 9517.0, 9392.0, 9442.0, 9386.0, 9390.0, 9428.0, 9393.0, 9393.0, 9410.0, 9414.0, 9401.0, 9418.0, 9419.0, 9436.0, 9437.0, 9442.0, 9480.0, 9441.0, 9479.0, 9421.0, 9463.0, 9498.0, 9449.0, 9535.0, 9483.0, 9494.0, 9490.0, 9521.0, 9430.0, 9419.0, 9397.0, 9415.0, 9410.0, 9415.0, 9456.0, 9417.0, 9454.0, 9413.0, 9425.0, 9409.0, 9423.0, 9447.0, 9405.0, 9474.0, 9432.0, 9499.0, 9444.0, 9469.0, 9413.0, 9410.0, 9384.0, 9391.0, 9366.0, 9378.0, 9367.0, 9379.0, 9370.0, 9393.0, 9369.0, 9437.0, 9371.0, 9377.0, 9365.0, 9364.0, 9385.0, 9398.0, 9389.0, 9403.0, 9406.0, 9439.0, 9397.0, 9393.0, 9393.0, 9407.0, 9395.0, 9396.0, 9415.0, 9466.0, 9429.0, 9440.0, 9411.0, 9452.0, 9426.0, 9476.0, 9396.0, 9406.0, 9412.0, 9411.0, 9432.0, 9458.0, 9436.0, 9477.0, 9438.0, 9460.0, 9418.0, 9469.0, 9409.0, 9464.0, 9501.0, 9446.0, 9520.0, 9475.0, 9472.0, 9389.0, 9388.0, 9400.0, 9405.0, 9406.0, 9393.0, 9433.0, 9395.0, 9420.0, 9410.0, 9411.0, 9384.0, 9412.0, 9437.0, 9414.0, 9426.0, 9416.0, 9423.0, 9431.0, 9419.0, 9450.0, 9440.0, 9428.0, 9446.0, 9468.0, 9443.0, 9467.0, 9436.0, 9455.0, 9508.0, 9440.0, 9518.0, 9436.0, 9461.0, 9434.0, 9465.0, 9531.0, 9422.0, 9473.0, 9418.0, 9446.0, 9469.0, 9489.0, 9544.0, 9433.0, 9473.0, 9421.0, 9445.0, 9420.0, 9434.0, 9431.0, 9435.0, 9548.0, 9506.0, 9525.0, 9422.0, 9409.0, 9517.0, 9461.0, 9488.0, 9388.0, 9391.0, 9515.0, 9419.0, 9416.0, 9390.0, 9389.0, 9375.0, 9393.0, 9425.0, 9400.0, 9428.0, 9418.0, 9428.0, 9418.0, 9421.0, 9419.0, 9439.0, 9473.0, 9419.0, 9430.0, 9438.0, 9457.0, 9419.0, 9541.0, 9534.0, 9471.0, 9414.0, 9410.0, 9383.0, 9434.0, 9474.0, 9423.0, 9464.0, 9446.0, 9424.0, 9530.0, 9473.0, 9523.0, 9478.0, 9516.0, 9402.0, 9410.0, 9385.0, 9425.0, 9386.0, 9485.0, 9495.0, 9496.0, 9495.0, 9457.0, 9451.0, 9353.0, 9389.0, 9352.0, 9367.0, 9355.0, 9382.0, 9385.0, 9413.0, 9362.0, 9352.0, 9354.0, 9370.0, 9363.0, 9376.0, 9387.0, 9384.0, 9402.0, 9440.0, 9401.0, 9498.0, 9483.0, 9493.0, 9419.0, 9397.0, 9360.0, 9370.0, 9361.0, 9362.0, 9363.0, 9383.0, 9369.0, 9384.0, 9384.0, 9383.0, 9394.0, 9383.0, 9412.0, 9405.0, 9416.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.008266043030869972</td></tr>
<tr><td colspan=3>aqi</td><td>0.05061382927970066</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.61678340286522</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1584332818913845</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0067019976029974</td></tr>
<tr><td colspan=3>efc</td><td>0.4987</td></tr>
<tr><td colspan=3>fber</td><td>4678.3237</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07282324162659876</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4967259120673526</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4887186257710194</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.313786490289577</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.73924720741853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.413122179604951</td></tr>
<tr><td colspan=3>gcor</td><td>0.00652867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015393256209790707</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04193500429391861</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8829816680920577</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>15.9127</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0597</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.6589</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297258.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8872</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.0433</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3444.7473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.4044</td></tr>
<tr><td colspan=3>tsnr</td><td>26.127139265765436</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>