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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-04_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-04_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-0023/ses-01/func/sub-0023_ses-01_task-alignvideo_acq-mb8_run-04_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>4101094e9b303547cbcd15e397af92e9</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:11:47.127500</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.99974, 0.0222421, 0.00509037, -0.0218144, 0.997125, -0.0725724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.253</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-04_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.0970161</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>82</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7726, -7287, 573, 35, -185, -22, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>264.151</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09cb2567-8680-4c64-89c0-df68b19c49d6||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.6822283267974854, -0.05852654203772545, 0.018062736839056015, 115.67452239990234], [-0.05967402458190918, 2.6752123832702637, -0.1955946683883667, -80.52481079101562], [0.01365710236132145, 0.19470646977424622, 2.692845344543457, -88.7565689086914], [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, 1209]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['141147.127500', '141147.587500', '141148.047500', '141148.507500', '141148.967500', '141149.427500', '141149.887500', '141150.347500', '141150.807500', '141151.267500', '141151.727500', '141152.187500', '141152.647500', '141153.107500', '141153.567500', '141154.027500', '141154.487500', '141154.947500', '141155.407500', '141155.867500', '141156.327500', '141156.787500', '141157.247500', '141157.707500', '141158.167500', '141158.627500', '141159.087500', '141159.547500', '141200.007500', '141200.467500', '141200.927500', '141201.387500', '141201.847500', '141202.307500', '141202.767500', '141203.227500', '141203.687500', '141204.147500', '141204.607500', '141205.067500', '141205.527500', '141205.987500', '141206.447500', '141206.907500', '141207.367500', '141207.827500', '141208.287500', '141208.747500', '141209.207500', '141209.667500', '141210.127500', '141210.587500', '141211.047500', '141211.507500', '141211.967500', '141212.427500', '141212.887500', '141213.347500', '141213.807500', '141214.267500', '141214.727500', '141215.187500', '141215.647500', '141216.107500', '141216.567500', '141217.027500', '141217.487500', '141217.947500', '141218.407500', '141218.867500', '141219.327500', '141219.787500', '141220.247500', '141220.707500', '141221.167500', '141221.627500', '141222.087500', '141222.547500', '141223.007500', '141223.467500', '141223.927500', '141224.387500', '141224.847500', '141225.307500', '141225.767500', '141226.227500', '141226.687500', '141227.147500', '141227.607500', '141228.067500', '141228.527500', '141228.987500', '141229.447500', '141229.907500', '141230.367500', '141230.827500', '141231.287500', '141231.747500', '141232.207500', '141232.667500', '141233.127500', '141233.587500', '141234.047500', '141234.507500', '141234.967500', '141235.427500', '141235.887500', '141236.347500', '141236.807500', '141237.267500', '141237.727500', '141238.187500', '141238.647500', '141239.107500', '141239.567500', '141240.027500', '141240.487500', '141240.947500', '141241.407500', '141241.867500', '141242.327500', '141242.787500', '141243.247500', '141243.707500', '141244.167500', '141244.627500', '141245.087500', '141245.547500', '141246.007500', '141246.467500', '141246.927500', '141247.387500', '141247.847500', '141248.307500', '141248.767500', '141249.227500', '141249.687500', '141250.147500', '141250.607500', '141251.067500', '141251.527500', '141251.987500', '141252.447500', '141252.907500', '141253.367500', '141253.827500', '141254.287500', '141254.747500', '141255.207500', '141255.667500', '141256.127500', '141256.587500', '141257.047500', '141257.507500', '141257.967500', '141258.427500', '141258.887500', '141259.347500', '141259.807500', '141300.267500', '141300.727500', '141301.187500', '141301.647500', '141302.107500', '141302.567500', '141303.027500', '141303.487500', '141303.947500', '141304.407500', '141304.867500', '141305.327500', '141305.787500', '141306.247500', '141306.707500', '141307.167500', '141307.627500', '141308.087500', '141308.547500', '141309.007500', '141309.467500', '141309.927500', '141310.387500', '141310.847500', '141311.307500', '141311.767500', '141312.227500', '141312.687500', '141313.147500', '141313.607500', '141314.067500', '141314.527500', '141314.987500', '141315.447500', '141315.907500', '141316.367500', '141316.827500', '141317.287500', '141317.747500', '141318.207500', '141318.667500', '141319.127500', '141319.587500', '141320.047500', '141320.507500', '141320.967500', '141321.427500', '141321.887500', '141322.347500', '141322.807500', '141323.267500', '141323.727500', '141324.187500', '141324.647500', '141325.107500', '141325.567500', '141326.027500', '141326.487500', '141326.947500', '141327.407500', '141327.867500', '141328.327500', '141328.787500', '141329.247500', '141329.707500', '141330.167500', '141330.627500', '141331.087500', '141331.547500', '141332.007500', '141332.467500', '141332.927500', '141333.387500', '141333.847500', '141334.307500', '141334.767500', '141335.227500', '141335.687500', '141336.147500', '141336.607500', '141337.067500', '141337.527500', '141337.987500', '141338.447500', '141338.907500', '141339.367500', '141339.827500', '141340.287500', '141340.747500', '141341.207500', '141341.667500', '141342.127500', '141342.587500', '141343.047500', '141343.507500', '141343.967500', '141344.427500', '141344.887500', '141345.347500', '141345.807500', '141346.267500', '141346.727500', '141347.187500', '141347.647500', '141348.107500', '141348.567500', '141349.027500', '141349.487500', '141349.947500', '141350.407500', '141350.867500', '141351.327500', '141351.787500', '141352.247500', '141352.707500', '141353.167500', '141353.627500', '141354.087500', '141354.547500', '141355.007500', '141355.467500', '141355.927500', '141356.387500', '141356.847500', '141357.307500', '141357.767500', '141358.227500', '141358.687500', '141359.147500', '141359.607500', '141400.067500', '141400.527500', '141400.987500', '141401.447500', '141401.907500', '141402.367500', '141402.827500', '141403.287500', '141403.747500', '141404.207500', '141404.667500', '141405.127500', '141405.587500', '141406.047500', '141406.507500', '141406.967500', '141407.427500', '141407.887500', '141408.347500', '141408.807500', '141409.267500', '141409.727500', '141410.187500', '141410.647500', '141411.107500', '141411.567500', '141412.027500', '141412.487500', '141412.947500', '141413.407500', '141413.867500', '141414.327500', '141414.787500', '141415.247500', '141415.707500', '141416.167500', '141416.627500', '141417.087500', '141417.547500', '141418.007500', '141418.467500', '141418.927500', '141419.387500', '141419.847500', '141420.307500', '141420.767500', '141421.227500', '141421.687500', '141422.147500', '141422.607500', '141423.067500', '141423.527500', '141423.987500', '141424.447500', '141424.907500', '141425.367500', '141425.827500', '141426.287500', '141426.747500', '141427.207500', '141427.667500', '141428.127500', '141428.587500', '141429.047500', '141429.507500', '141429.967500', '141430.427500', '141430.887500', '141431.347500', '141431.807500', '141432.267500', '141432.727500', '141433.187500', '141433.647500', '141434.107500', '141434.567500', '141435.027500', '141435.487500', '141435.947500', '141436.407500', '141436.867500', '141437.327500', '141437.787500', '141438.247500', '141438.707500', '141439.167500', '141439.627500', '141440.087500', '141440.547500', '141441.007500', '141441.467500', '141441.927500', '141442.387500', '141442.847500', '141443.307500', '141443.767500', '141444.227500', '141444.687500', '141445.147500', '141445.607500', '141446.067500', '141446.527500', '141446.987500', '141447.447500', '141447.907500', '141448.367500', '141448.827500', '141449.287500', '141449.747500', '141450.207500', '141450.667500', '141451.127500', '141451.587500', '141452.047500', '141452.507500', '141452.967500', '141453.427500', '141453.887500', '141454.347500', '141454.807500', '141455.267500', '141455.727500', '141456.187500', '141456.647500', '141457.107500', '141457.567500', '141458.027500', '141458.487500', '141458.947500', '141459.407500', '141459.867500', '141500.327500', '141500.787500', '141501.247500', '141501.707500', '141502.167500', '141502.627500', '141503.087500', '141503.547500', '141504.007500', '141504.467500', '141504.927500', '141505.387500', '141505.847500', '141506.307500', '141506.767500', '141507.227500', '141507.687500', '141508.147500', '141508.607500', '141509.067500', '141509.527500', '141509.987500', '141510.447500', '141510.907500', '141511.367500', '141511.827500', '141512.287500', '141512.747500', '141513.207500', '141513.667500', '141514.127500', '141514.587500', '141515.047500', '141515.507500', '141515.967500', '141516.427500', '141516.887500', '141517.347500', '141517.807500', '141518.267500', '141518.727500', '141519.187500', '141519.647500', '141520.107500', '141520.567500', '141521.027500', '141521.487500', '141521.947500', '141522.407500', '141522.867500', '141523.327500', '141523.787500', '141524.247500', '141524.707500', '141525.167500', '141525.627500', '141526.087500', '141526.547500', '141527.007500', '141527.467500', '141527.927500', '141528.387500', '141528.847500', '141529.307500', '141529.767500', '141530.227500', '141530.687500', '141531.147500', '141531.607500', '141532.067500', '141532.527500', '141532.987500', '141533.447500', '141533.907500', '141534.367500', '141534.827500', '141535.287500', '141535.747500', '141536.207500', '141536.667500', '141537.127500', '141537.587500', '141538.047500', '141538.507500', '141538.967500', '141539.427500', '141539.887500', '141540.347500', '141540.807500', '141541.267500', '141541.727500', '141542.187500', '141542.647500', '141543.107500', '141543.567500', '141544.027500', '141544.487500', '141544.947500', '141545.407500', '141545.867500', '141546.327500', '141546.787500', '141547.247500', '141547.707500', '141548.167500', '141548.627500', '141549.087500', '141549.547500', '141550.007500', '141550.467500', '141550.927500', '141551.387500', '141551.847500', '141552.307500', '141552.767500', '141553.227500', '141553.687500', '141554.147500', '141554.607500', '141555.067500', '141555.527500', '141555.987500', '141556.447500', '141556.907500', '141557.367500', '141557.827500', '141558.287500', '141558.747500', '141559.207500', '141559.667500', '141600.127500', '141600.587500', '141601.047500', '141601.507500', '141601.967500', '141602.427500', '141602.887500', '141603.347500', '141603.807500', '141604.267500', '141604.727500', '141605.187500', '141605.647500', '141606.107500', '141606.567500', '141607.027500', '141607.487500', '141607.947500', '141608.407500', '141608.867500', '141609.327500', '141609.787500', '141610.247500', '141610.707500', '141611.167500', '141611.627500', '141612.087500', '141612.547500', '141613.007500', '141613.467500', '141613.927500', '141614.387500', '141614.847500', '141615.307500', '141615.767500', '141616.227500', '141616.687500', '141617.147500', '141617.607500', '141618.067500', '141618.527500', '141618.987500', '141619.447500', '141619.907500', '141620.367500', '141620.827500', '141621.287500', '141621.747500', '141622.207500', '141622.667500', '141623.127500', '141623.587500', '141624.047500', '141624.507500', '141624.967500', '141625.427500', '141625.887500', '141626.347500', '141626.807500', '141627.267500', '141627.727500', '141628.187500', '141628.647500', '141629.107500', '141629.567500', '141630.027500', '141630.487500', '141630.947500', '141631.407500', '141631.867500', '141632.327500', '141632.787500', '141633.247500', '141633.707500', '141634.167500', '141634.627500', '141635.087500', '141635.547500', '141636.007500', '141636.467500', '141636.927500', '141637.387500', '141637.847500', '141638.307500', '141638.767500', '141639.227500', '141639.687500', '141640.147500', '141640.607500', '141641.067500', '141641.527500', '141641.987500', '141642.447500', '141642.907500', '141643.367500', '141643.827500', '141644.287500', '141644.747500', '141645.207500', '141645.667500', '141646.127500', '141646.587500', '141647.047500', '141647.507500', '141647.967500', '141648.427500', '141648.887500', '141649.347500', '141649.807500', '141650.267500', '141650.727500', '141651.187500', '141651.647500', '141652.107500', '141652.567500', '141653.027500', '141653.487500', '141653.947500', '141654.407500', '141654.867500', '141655.327500', '141655.787500', '141656.247500', '141656.707500', '141657.167500', '141657.627500', '141658.087500', '141658.547500', '141659.007500', '141659.467500', '141659.927500', '141700.387500', '141700.847500', '141701.307500', '141701.767500', '141702.227500', '141702.687500', '141703.147500', '141703.607500', '141704.067500', '141704.527500', '141704.987500', '141705.447500', '141705.907500', '141706.367500', '141706.827500', '141707.287500', '141707.747500', '141708.207500', '141708.667500', '141709.127500', '141709.587500', '141710.047500', '141710.507500', '141710.967500', '141711.427500', '141711.887500', '141712.347500', '141712.807500', '141713.267500', '141713.727500', '141714.187500', '141714.647500', '141715.107500', '141715.567500', '141716.027500', '141716.487500', '141716.947500', '141717.407500', '141717.867500', '141718.327500', '141718.787500', '141719.247500', '141719.707500', '141720.167500', '141720.627500', '141721.087500', '141721.547500', '141722.007500', '141722.467500', '141722.927500', '141723.387500', '141723.847500', '141724.307500', '141724.767500', '141725.227500', '141725.687500', '141726.147500', '141726.607500', '141727.067500', '141727.527500', '141727.987500', '141728.447500', '141728.907500', '141729.367500', '141729.827500', '141730.287500', '141730.747500', '141731.207500', '141731.667500', '141732.127500', '141732.587500', '141733.047500', '141733.507500', '141733.967500', '141734.427500', '141734.887500', '141735.347500', '141735.807500', '141736.267500', '141736.727500', '141737.187500', '141737.647500', '141738.107500', '141738.567500', '141739.027500', '141739.487500', '141739.947500', '141740.407500', '141740.867500', '141741.327500', '141741.787500', '141742.247500', '141742.707500', '141743.167500', '141743.627500', '141744.087500', '141744.547500', '141745.007500', '141745.467500', '141745.927500', '141746.387500', '141746.847500', '141747.307500', '141747.767500', '141748.227500', '141748.687500', '141749.147500', '141749.607500', '141750.067500', '141750.527500', '141750.987500', '141751.447500', '141751.907500', '141752.367500', '141752.827500', '141753.287500', '141753.747500', '141754.207500', '141754.667500', '141755.127500', '141755.587500', '141756.047500', '141756.507500', '141756.967500', '141757.427500', '141757.887500', '141758.347500', '141758.807500', '141759.267500', '141759.727500', '141800.187500', '141800.647500', '141801.107500', '141801.567500', '141802.027500', '141802.487500', '141802.947500', '141803.407500', '141803.867500', '141804.327500', '141804.787500', '141805.247500', '141805.707500', '141806.167500', '141806.627500', '141807.087500', '141807.547500', '141808.007500', '141808.467500', '141808.927500', '141809.387500', '141809.847500', '141810.307500', '141810.767500', '141811.227500', '141811.687500', '141812.147500', '141812.607500', '141813.067500', '141813.527500', '141813.987500', '141814.447500', '141814.907500', '141815.367500', '141815.827500', '141816.287500', '141816.747500', '141817.207500', '141817.667500', '141818.127500', '141818.587500', '141819.047500', '141819.507500', '141819.967500', '141820.427500', '141820.887500', '141821.347500', '141821.807500', '141822.267500', '141822.727500', '141823.187500', '141823.647500', '141824.107500', '141824.567500', '141825.027500', '141825.487500', '141825.947500', '141826.407500', '141826.867500', '141827.327500', '141827.787500', '141828.247500', '141828.707500', '141829.167500', '141829.627500', '141830.087500', '141830.547500', '141831.007500', '141831.467500', '141831.927500', '141832.387500', '141832.847500', '141833.307500', '141833.767500', '141834.227500', '141834.687500', '141835.147500', '141835.607500', '141836.067500', '141836.527500', '141836.987500', '141837.447500', '141837.907500', '141838.367500', '141838.827500', '141839.287500', '141839.747500', '141840.207500', '141840.667500', '141841.127500', '141841.587500', '141842.047500', '141842.507500', '141842.967500', '141843.427500', '141843.887500', '141844.347500', '141844.807500', '141845.267500', '141845.727500', '141846.187500', '141846.647500', '141847.107500', '141847.567500', '141848.027500', '141848.487500', '141848.947500', '141849.407500', '141849.867500', '141850.327500', '141850.787500', '141851.247500', '141851.707500', '141852.167500', '141852.627500', '141853.087500', '141853.547500', '141854.007500', '141854.467500', '141854.927500', '141855.387500', '141855.847500', '141856.307500', '141856.767500', '141857.227500', '141857.687500', '141858.147500', '141858.607500', '141859.067500', '141859.527500', '141859.987500', '141900.447500', '141900.907500', '141901.367500', '141901.827500', '141902.287500', '141902.747500', '141903.207500', '141903.667500', '141904.127500', '141904.587500', '141905.047500', '141905.507500', '141905.967500', '141906.427500', '141906.887500', '141907.347500', '141907.807500', '141908.267500', '141908.727500', '141909.187500', '141909.647500', '141910.107500', '141910.567500', '141911.027500', '141911.487500', '141911.947500', '141912.407500', '141912.867500', '141913.327500', '141913.787500', '141914.247500', '141914.707500', '141915.167500', '141915.627500', '141916.087500', '141916.547500', '141917.007500', '141917.467500', '141917.927500', '141918.387500', '141918.847500', '141919.307500', '141919.767500', '141920.227500', '141920.687500', '141921.147500', '141921.607500', '141922.067500', '141922.527500', '141922.987500', '141923.447500', '141923.907500', '141924.367500', '141924.827500', '141925.287500', '141925.747500', '141926.207500', '141926.667500', '141927.127500', '141927.587500', '141928.047500', '141928.507500', '141928.967500', '141929.427500', '141929.887500', '141930.347500', '141930.807500', '141931.267500', '141931.727500', '141932.187500', '141932.647500', '141933.107500', '141933.567500', '141934.027500', '141934.487500', '141934.947500', '141935.407500', '141935.867500', '141936.327500', '141936.787500', '141937.247500', '141937.707500', '141938.167500', '141938.627500', '141939.087500', '141939.547500', '141940.007500', '141940.467500', '141940.927500', '141941.387500', '141941.847500', '141942.307500', '141942.767500', '141943.227500', '141943.687500', '141944.147500', '141944.607500', '141945.067500', '141945.527500', '141945.987500', '141946.447500', '141946.907500', '141947.367500', '141947.827500', '141948.287500', '141948.747500', '141949.207500', '141949.667500', '141950.127500', '141950.587500', '141951.047500', '141951.507500', '141951.967500', '141952.427500', '141952.887500', '141953.347500', '141953.807500', '141954.267500', '141954.727500', '141955.187500', '141955.647500', '141956.107500', '141956.567500', '141957.027500', '141957.487500', '141957.947500', '141958.407500', '141958.867500', '141959.327500', '141959.787500', '142000.247500', '142000.707500', '142001.167500', '142001.627500', '142002.087500', '142002.547500', '142003.007500', '142003.467500', '142003.927500', '142004.387500', '142004.847500', '142005.307500', '142005.767500', '142006.227500', '142006.687500', '142007.147500', '142007.607500', '142008.067500', '142008.527500', '142008.987500', '142009.447500', '142009.907500', '142010.367500', '142010.827500', '142011.287500', '142011.747500', '142012.207500', '142012.667500', '142013.127500', '142013.587500', '142014.047500', '142014.507500', '142014.967500', '142015.427500', '142015.887500', '142016.347500', '142016.807500', '142017.267500', '142017.727500', '142018.187500', '142018.647500', '142019.107500', '142019.567500', '142020.027500', '142020.487500', '142020.947500', '142021.407500', '142021.867500', '142022.327500', '142022.787500', '142023.247500', '142023.707500', '142024.167500', '142024.627500', '142025.087500', '142025.547500', '142026.007500', '142026.467500', '142026.927500', '142027.387500', '142027.847500', '142028.307500', '142028.767500', '142029.227500', '142029.687500', '142030.147500', '142030.607500', '142031.067500', '142031.527500', '142031.987500', '142032.447500', '142032.907500', '142033.367500', '142033.827500', '142034.287500', '142034.747500', '142035.207500', '142035.667500', '142036.127500', '142036.587500', '142037.047500', '142037.507500', '142037.967500', '142038.427500', '142038.887500', '142039.347500', '142039.807500', '142040.267500', '142040.727500', '142041.187500', '142041.647500', '142042.107500', '142042.567500', '142043.027500', '142043.487500', '142043.947500', '142044.407500', '142044.867500', '142045.327500', '142045.787500', '142046.247500', '142046.707500', '142047.167500', '142047.627500', '142048.087500', '142048.547500', '142049.007500', '142049.467500', '142049.927500', '142050.387500', '142050.847500', '142051.307500', '142051.767500', '142052.227500', '142052.687500', '142053.147500', '142053.607500', '142054.067500', '142054.527500', '142054.987500', '142055.447500', '142055.907500', '142056.367500', '142056.827500', '142057.287500', '142057.747500', '142058.207500', '142058.667500', '142059.127500', '142059.587500', '142100.047500', '142100.507500', '142100.967500', '142101.427500', '142101.887500', '142102.347500', '142102.807500'], 'ContentTime': ['141151.199000', '141151.403000', '141151.669000', '141151.859000', '141152.089000', '141152.257000', '141152.446000', '141152.673000', '141152.847000', '141153.061000', '141153.265000', '141153.497000', '141153.962000', '141154.413000', '141154.899000', '141155.351000', '141155.807000', '141156.303000', '141156.737000', '141157.195000', '141157.645000', '141158.109000', '141158.582000', '141159.023000', '141159.494000', '141159.962000', '141200.424000', '141200.872000', '141201.332000', '141201.801000', '141202.263000', '141202.714000', '141203.168000', '141203.635000', '141204.094000', '141204.542000', '141205.048000', '141205.467000', '141205.947000', '141206.387000', '141206.840000', '141207.306000', '141207.793000', '141208.231000', '141208.695000', '141209.154000', '141209.606000', '141210.080000', '141210.538000', '141210.984000', '141211.454000', '141211.913000', '141212.368000', '141212.845000', '141213.299000', '141213.765000', '141214.202000', '141214.664000', '141215.138000', '141215.592000', '141216.081000', '141216.503000', '141216.985000', '141217.430000', '141217.886000', '141218.349000', '141218.805000', '141219.296000', '141219.741000', '141220.184000', '141220.660000', '141221.123000', '141221.567000', '141222.039000', '141222.496000', '141222.955000', '141223.409000', '141223.881000', '141224.341000', '141224.829000', '141225.256000', '141225.724000', '141226.175000', '141226.621000', '141227.099000', '141227.564000', '141228.004000', '141228.467000', '141228.926000', '141229.392000', '141229.887000', '141230.305000', '141230.772000', '141231.243000', '141231.685000', '141232.186000', '141232.643000', '141233.068000', '141233.529000', '141233.998000', '141234.458000', '141234.918000', '141235.384000', '141235.829000', '141236.306000', '141236.763000', '141237.207000', '141237.666000', '141238.137000', '141238.583000', '141239.062000', '141239.523000', '141239.971000', '141240.437000', '141240.904000', '141241.358000', '141241.809000', '141242.273000', '141242.730000', '141243.205000', '141243.657000', '141244.147000', '141244.579000', '141245.029000', '141245.496000', '141245.966000', '141246.420000', '141246.883000', '141247.338000', '141247.803000', '141248.244000', '141248.723000', '141249.167000', '141249.630000', '141250.097000', '141250.566000', '141251.024000', '141251.478000', '141251.929000', '141252.426000', '141252.848000', '141253.326000', '141253.784000', '141254.240000', '141254.702000', '141255.154000', '141255.610000', '141256.090000', '141256.546000', '141256.998000', '141257.470000', '141257.916000', '141258.376000', '141258.840000', '141259.305000', '141259.749000', '141300.230000', '141300.688000', '141301.148000', '141301.585000', '141302.060000', '141302.524000', '141302.972000', '141303.428000', '141303.944000', '141304.368000', '141304.829000', '141305.269000', '141305.724000', '141306.202000', '141306.657000', '141307.114000', '141307.576000', '141308.043000', '141308.498000', '141308.955000', '141309.417000', '141309.876000', '141310.358000', '141310.804000', '141311.256000', '141311.720000', '141312.304000', '141312.626000', '141313.104000', '141313.553000', '141314.008000', '141314.476000', '141314.934000', '141315.391000', '141316.084000', '141316.323000', '141316.785000', '141317.235000', '141317.734000', '141318.146000', '141318.610000', '141319.087000', '141319.533000', '141320.007000', '141320.464000', '141320.928000', '141321.391000', '141321.846000', '141322.298000', '141322.768000', '141323.229000', '141323.683000', '141324.143000', '141324.600000', '141325.053000', '141325.514000', '141326.010000', '141326.446000', '141326.904000', '141327.353000', '141327.809000', '141328.334000', '141328.729000', '141329.207000', '141329.691000', '141330.132000', '141330.578000', '141331.028000', '141331.505000', '141331.964000', '141332.409000', '141332.932000', '141333.333000', '141333.800000', '141334.260000', '141334.785000', '141335.173000', '141335.630000', '141336.131000', '141336.592000', '141337.018000', '141337.477000', '141337.962000', '141338.399000', '141338.847000', '141339.335000', '141339.786000', '141340.229000', '141340.693000', '141341.173000', '141341.624000', '141342.088000', '141342.533000', '141343.001000', '141343.464000', '141343.913000', '141344.388000', '141344.832000', '141345.305000', '141345.755000', '141346.226000', '141346.683000', '141347.198000', '141347.599000', '141348.062000', '141348.519000', '141348.983000', '141349.441000', '141349.908000', '141350.369000', '141350.822000', '141351.286000', '141351.744000', '141352.197000', '141352.660000', '141353.119000', '141353.579000', '141354.034000', '141354.505000', '141354.964000', '141355.432000', '141355.869000', '141356.376000', '141356.788000', '141357.267000', '141357.734000', '141358.173000', '141358.642000', '141359.107000', '141359.564000', '141400.015000', '141400.481000', '141400.947000', '141401.392000', '141401.867000', '141402.315000', '141402.778000', '141403.253000', '141403.696000', '141404.160000', '141404.618000', '141405.077000', '141405.546000', '141405.993000', '141406.462000', '141406.925000', '141407.369000', '141407.826000', '141408.299000', '141408.771000', '141409.231000', '141409.690000', '141410.128000', '141410.634000', '141411.052000', '141411.533000', '141411.974000', '141412.444000', '141412.903000', '141413.366000', '141413.830000', '141414.281000', '141414.750000', '141415.219000', '141415.663000', '141416.127000', '141416.573000', '141417.038000', '141417.497000', '141417.967000', '141418.417000', '141418.881000', '141419.334000', '141419.809000', '141420.259000', '141420.729000', '141421.189000', '141421.648000', '141422.113000', '141422.559000', '141423.027000', '141423.478000', '141423.938000', '141424.404000', '141424.857000', '141425.325000', '141425.872000', '141426.236000', '141426.712000', '141427.154000', '141427.625000', '141428.075000', '141428.542000', '141429.007000', '141429.456000', '141429.919000', '141430.374000', '141430.840000', '141431.301000', '141431.779000', '141432.227000', '141432.678000', '141433.147000', '141433.596000', '141434.059000', '141434.530000', '141434.994000', '141435.445000', '141435.893000', '141436.358000', '141436.834000', '141437.333000', '141437.737000', '141438.199000', '141438.655000', '141439.125000', '141439.605000', '141440.049000', '141440.511000', '141440.972000', '141441.415000', '141441.977000', '141442.336000', '141442.812000', '141443.272000', '141444.106000', '141444.281000', '141444.687000', '141445.096000', '141445.572000', '141446.055000', '141446.477000', '141446.951000', '141447.413000', '141447.928000', '141448.328000', '141448.776000', '141449.246000', '141449.710000', '141450.174000', '141450.635000', '141451.080000', '141451.547000', '141452.017000', '141452.458000', '141452.934000', '141453.388000', '141453.859000', '141454.302000', '141454.758000', '141455.234000', '141455.690000', '141456.153000', '141456.602000', '141457.069000', '141457.556000', '141457.991000', '141458.433000', '141458.912000', '141459.370000', '141459.939000', '141500.288000', '141500.751000', '141501.209000', '141501.656000', '141502.121000', '141502.579000', '141503.037000', '141503.507000', '141503.961000', '141504.426000', '141504.874000', '141505.338000', '141505.877000', '141506.274000', '141506.725000', '141507.177000', '141507.637000', '141508.113000', '141508.557000', '141509.028000', '141509.487000', '141509.948000', '141510.402000', '141510.872000', '141511.334000', '141511.780000', '141512.256000', '141512.719000', '141513.175000', '141513.621000', '141514.097000', '141514.547000', '141515.010000', '141515.520000', '141515.958000', '141516.397000', '141516.858000', '141517.309000', '141517.761000', '141518.235000', '141518.695000', '141519.150000', '141519.611000', '141520.060000', '141520.518000', '141521.003000', '141521.440000', '141521.934000', '141522.374000', '141522.831000', '141523.284000', '141523.751000', '141524.201000', '141524.670000', '141525.134000', '141525.588000', '141526.042000', '141526.510000', '141526.973000', '141527.420000', '141527.890000', '141528.347000', '141528.804000', '141529.265000', '141529.724000', '141530.181000', '141530.641000', '141531.105000', '141531.587000', '141532.021000', '141532.481000', '141532.938000', '141533.413000', '141533.868000', '141534.323000', '141534.787000', '141535.303000', '141535.713000', '141536.168000', '141536.622000', '141537.096000', '141537.582000', '141538.005000', '141538.473000', '141538.939000', '141539.385000', '141539.860000', '141540.318000', '141540.766000', '141541.233000', '141541.691000', '141542.144000', '141542.611000', '141543.064000', '141543.522000', '141543.997000', '141544.442000', '141544.905000', '141545.362000', '141545.833000', '141546.299000', '141546.750000', '141547.210000', '141547.663000', '141548.134000', '141548.600000', '141549.040000', '141549.503000', '141549.973000', '141550.460000', '141550.894000', '141551.353000', '141551.815000', '141552.275000', '141552.728000', '141553.193000', '141553.654000', '141554.118000', '141554.569000', '141555.042000', '141555.499000', '141556.008000', '141556.405000', '141556.864000', '141557.331000', '141557.806000', '141558.243000', '141558.721000', '141559.182000', '141559.638000', '141600.085000', '141600.576000', '141601.016000', '141601.477000', '141601.935000', '141602.399000', '141602.856000', '141603.325000', '141603.761000', '141604.221000', '141604.686000', '141605.142000', '141605.609000', '141606.080000', '141606.527000', '141607.011000', '141607.465000', '141607.911000', '141608.386000', '141608.826000', '141609.286000', '141609.742000', '141610.206000', '141610.686000', '141611.126000', '141611.603000', '141612.061000', '141612.519000', '141612.966000', '141613.496000', '141613.899000', '141614.347000', '141614.844000', '141615.280000', '141615.726000', '141616.203000', '141616.660000', '141617.124000', '141617.573000', '141618.040000', '141618.496000', '141618.956000', '141619.408000', '141619.884000', '141620.325000', '141620.799000', '141621.254000', '141621.708000', '141622.181000', '141622.644000', '141623.094000', '141623.585000', '141624.015000', '141624.505000', '141624.931000', '141625.405000', '141625.976000', '141626.320000', '141626.786000', '141627.244000', '141627.682000', '141628.159000', '141628.615000', '141629.076000', '141629.541000', '141630.010000', '141630.462000', '141630.919000', '141631.385000', '141631.827000', '141632.311000', '141632.745000', '141633.245000', '141633.667000', '141634.135000', '141634.601000', '141635.051000', '141635.526000', '141635.979000', '141636.464000', '141636.895000', '141637.362000', '141637.818000', '141638.280000', '141638.732000', '141639.193000', '141639.659000', '141640.116000', '141640.594000', '141641.066000', '141641.494000', '141641.967000', '141642.405000', '141642.874000', '141643.328000', '141643.787000', '141644.269000', '141644.718000', '141645.185000', '141645.624000', '141646.096000', '141646.562000', '141647.019000', '141647.470000', '141647.946000', '141648.396000', '141648.866000', '141649.326000', '141649.766000', '141650.245000', '141650.689000', '141651.151000', '141651.620000', '141652.085000', '141652.537000', '141652.988000', '141653.464000', '141653.927000', '141654.380000', '141654.841000', '141655.302000', '141655.767000', '141656.226000', '141656.684000', '141657.142000', '141657.604000', '141658.071000', '141658.510000', '141658.967000', '141659.438000', '141659.911000', '141700.359000', '141700.833000', '141701.286000', '141701.743000', '141702.198000', '141702.652000', '141703.109000', '141703.570000', '141704.030000', '141704.508000', '141704.972000', '141705.421000', '141705.886000', '141706.344000', '141706.795000', '141707.269000', '141707.726000', '141708.188000', '141708.630000', '141709.094000', '141709.559000', '141710.017000', '141710.486000', '141710.941000', '141711.398000', '141711.867000', '141712.362000', '141712.770000', '141713.243000', '141713.687000', '141714.162000', '141714.631000', '141715.099000', '141715.534000', '141715.996000', '141716.466000', '141716.957000', '141717.382000', '141717.905000', '141718.307000', '141718.754000', '141719.223000', '141719.684000', '141720.167000', '141720.592000', '141721.053000', '141721.516000', '141721.985000', '141722.435000', '141722.908000', '141723.401000', '141723.827000', '141724.284000', '141724.747000', '141725.204000', '141725.668000', '141726.114000', '141726.575000', '141727.030000', '141727.493000', '141727.950000', '141728.411000', '141728.886000', '141729.349000', '141730.006000', '141730.261000', '141730.718000', '141731.184000', '141731.636000', '141732.111000', '141732.564000', '141733.020000', '141733.487000', '141733.956000', '141734.406000', '141734.865000', '141735.318000', '141735.792000', '141736.235000', '141736.695000', '141737.155000', '141737.633000', '141738.074000', '141738.550000', '141739.009000', '141739.472000', '141740.013000', '141740.393000', '141740.845000', '141741.296000', '141741.765000', '141742.229000', '141742.675000', '141743.136000', '141743.609000', '141744.055000', '141744.524000', '141745.021000', '141745.451000', '141745.919000', '141746.370000', '141746.825000', '141747.288000', '141747.733000', '141748.218000', '141748.668000', '141749.125000', '141749.576000', '141750.066000', '141750.507000', '141750.972000', '141751.435000', '141751.889000', '141752.361000', '141752.815000', '141753.258000', '141753.726000', '141754.186000', '141754.655000', '141755.113000', '141755.569000', '141756.038000', '141756.509000', '141756.943000', '141757.395000', '141757.873000', '141758.326000', '141758.789000', '141759.248000', '141759.740000', '141800.175000', '141800.624000', '141801.083000', '141801.545000', '141802.004000', '141802.466000', '141802.919000', '141803.374000', '141803.860000', '141804.310000', '141804.758000', '141805.230000', '141805.681000', '141806.157000', '141806.651000', '141807.058000', '141807.577000', '141807.998000', '141808.495000', '141808.910000', '141809.370000', '141809.837000', '141810.298000', '141810.748000', '141811.220000', '141811.667000', '141812.138000', '141812.668000', '141813.053000', '141813.518000', '141813.965000', '141814.437000', '141814.897000', '141815.344000', '141815.812000', '141816.274000', '141816.723000', '141817.199000', '141817.639000', '141818.118000', '141818.573000', '141819.025000', '141819.505000', '141819.959000', '141820.413000', '141820.876000', '141821.338000', '141821.913000', '141822.252000', '141822.714000', '141823.180000', '141823.661000', '141824.083000', '141824.556000', '141825.018000', '141825.465000', '141825.935000', '141826.442000', '141826.843000', '141827.316000', '141827.782000', '141828.240000', '141828.685000', '141829.156000', '141829.604000', '141830.073000', '141830.531000', '141830.992000', '141831.451000', '141831.914000', '141832.366000', '141832.840000', '141833.302000', '141833.756000', '141834.220000', '141834.674000', '141835.121000', '141835.589000', '141836.056000', '141836.535000', '141836.983000', '141837.441000', '141837.907000', '141838.354000', '141838.810000', '141839.279000', '141839.737000', '141840.204000', '141840.651000', '141841.120000', '141841.579000', '141842.070000', '141842.486000', '141842.946000', '141843.409000', '141843.978000', '141844.343000', '141844.805000', '141845.247000', '141845.708000', '141846.170000', '141846.645000', '141847.103000', '141847.564000', '141848.026000', '141848.540000', '141848.944000', '141849.402000', '141849.851000', '141850.311000', '141850.809000', '141851.245000', '141851.693000', '141852.153000', '141852.610000', '141853.074000', '141853.531000', '141853.998000', '141854.468000', '141854.968000', '141855.385000', '141855.833000', '141856.302000', '141856.761000', '141857.249000', '141857.677000', '141858.137000', '141858.631000', '141859.051000', '141859.528000', '141859.988000', '141900.447000', '141900.904000', '141901.356000', '141901.878000', '141902.279000', '141902.741000', '141903.205000', '141903.695000', '141904.119000', '141904.593000', '141905.046000', '141905.490000', '141905.969000', '141906.414000', '141906.869000', '141907.346000', '141907.970000', '141908.263000', '141908.731000', '141909.184000', '141909.643000', '141910.108000', '141910.559000', '141911.017000', '141911.494000', '141911.930000', '141912.435000', '141912.855000', '141913.317000', '141913.781000', '141914.249000', '141914.710000', '141915.165000', '141915.617000', '141916.072000', '141916.536000', '141916.993000', '141917.528000', '141917.934000', '141918.410000', '141918.856000', '141919.296000', '141919.758000', '141920.223000', '141920.691000', '141921.147000', '141921.604000', '141922.071000', '141922.511000', '141922.973000', '141923.444000', '141923.910000', '141924.363000', '141924.819000', '141925.279000', '141925.753000', '141926.214000', '141926.673000', '141927.130000', '141927.593000', '141928.046000', '141928.497000', '141928.955000', '141929.422000', '141929.897000', '141930.352000', '141930.808000', '141931.264000', '141931.727000', '141932.179000', '141932.638000', '141933.111000', '141933.562000', '141934.025000', '141934.483000', '141934.941000', '141935.396000', '141935.878000', '141936.330000', '141936.782000', '141937.248000', '141937.711000', '141938.153000', '141938.627000', '141939.096000', '141939.542000', '141940.018000', '141940.462000', '141940.929000', '141941.431000', '141941.850000', '141942.298000', '141942.786000', '141943.218000', '141943.692000', '141944.137000', '141944.609000', '141945.062000', '141945.530000', '141945.990000', '141946.453000', '141946.915000', '141947.358000', '141947.826000', '141948.297000', '141948.749000', '141949.200000', '141949.675000', '141950.185000', '141950.587000', '141951.052000', '141951.503000', '141951.978000', '141952.436000', '141952.922000', '141953.354000', '141953.820000', '141954.264000', '141954.763000', '141955.199000', '141955.643000', '141956.106000', '141956.576000', '141957.023000', '141957.479000', '141957.956000', '141958.418000', '141958.884000', '141959.326000', '141959.849000', '142000.248000', '142000.699000', '142001.182000', '142001.632000', '142002.079000', '142002.557000', '142003.024000', '142003.507000', '142003.943000', '142004.427000', '142004.841000', '142005.303000', '142005.777000', '142006.232000', '142006.684000', '142007.161000', '142007.602000', '142008.074000', '142008.529000', '142008.984000', '142009.454000', '142009.946000', '142010.385000', '142010.836000', '142011.283000', '142011.759000', '142012.217000', '142012.680000', '142013.136000', '142013.594000', '142014.042000', '142014.508000', '142014.966000', '142015.436000', '142015.888000', '142016.346000', '142016.822000', '142017.277000', '142017.724000', '142018.200000', '142018.684000', '142019.109000', '142019.581000', '142020.042000', '142020.500000', '142020.948000', '142021.416000', '142021.863000', '142022.324000', '142022.790000', '142023.262000', '142023.755000', '142024.171000', '142024.642000', '142025.110000', '142025.550000', '142026.024000', '142026.480000', '142026.950000', '142027.411000', '142027.844000', '142028.327000', '142028.782000', '142029.238000', '142029.692000', '142030.169000', '142030.604000', '142031.082000', '142031.541000', '142031.997000', '142032.448000', '142032.921000', '142033.368000', '142033.834000', '142034.291000', '142034.750000', '142035.210000', '142035.683000', '142036.143000', '142036.602000', '142037.075000', '142037.523000', '142037.975000', '142038.442000', '142038.900000', '142039.362000', '142039.830000', '142040.284000', '142040.741000', '142041.193000', '142041.669000', '142042.119000', '142042.576000', '142043.067000', '142043.507000', '142043.970000', '142044.413000', '142044.876000', '142045.330000', '142046.111000', '142046.293000', '142046.706000', '142047.203000', '142047.643000', '142048.095000', '142048.564000', '142049.027000', '142049.512000', '142049.938000', '142050.400000', '142050.853000', '142051.324000', '142051.829000', '142052.245000', '142052.710000', '142053.163000', '142053.654000', '142054.093000', '142054.536000', '142054.995000', '142055.469000', '142055.983000', '142056.383000', '142056.872000', '142057.308000', '142057.758000', '142058.208000', '142058.713000', '142059.151000', '142059.600000', '142100.064000', '142100.525000', '142100.983000', '142101.441000', '142101.913000', '142102.360000', '142102.813000', '142103.288000', '142103.746000', '142104.187000'], 'InstanceCreationTime': ['141151.199000', '141151.403000', '141151.669000', '141151.859000', '141152.089000', '141152.257000', '141152.446000', '141152.673000', '141152.847000', '141153.061000', '141153.265000', '141153.497000', '141153.962000', '141154.413000', '141154.899000', '141155.351000', '141155.807000', '141156.303000', '141156.737000', '141157.195000', '141157.645000', '141158.109000', '141158.582000', '141159.023000', '141159.494000', '141159.962000', '141200.424000', '141200.872000', '141201.332000', '141201.801000', '141202.263000', '141202.714000', '141203.168000', '141203.635000', '141204.094000', '141204.542000', '141205.048000', '141205.467000', '141205.947000', '141206.387000', '141206.840000', '141207.306000', '141207.793000', '141208.231000', '141208.695000', '141209.154000', '141209.606000', '141210.080000', '141210.538000', '141210.984000', '141211.454000', '141211.913000', '141212.368000', '141212.845000', '141213.299000', '141213.765000', '141214.202000', '141214.664000', '141215.138000', '141215.592000', '141216.081000', '141216.503000', '141216.985000', '141217.430000', '141217.886000', '141218.349000', '141218.805000', '141219.296000', '141219.741000', '141220.184000', '141220.660000', '141221.123000', '141221.567000', '141222.039000', '141222.496000', '141222.955000', '141223.409000', '141223.881000', '141224.341000', '141224.829000', '141225.256000', '141225.724000', '141226.175000', '141226.621000', '141227.099000', '141227.564000', '141228.004000', '141228.467000', '141228.926000', '141229.392000', '141229.887000', '141230.305000', '141230.772000', '141231.243000', '141231.685000', '141232.186000', '141232.643000', '141233.068000', '141233.529000', '141233.998000', '141234.458000', '141234.918000', '141235.384000', '141235.829000', '141236.306000', '141236.763000', '141237.207000', '141237.666000', '141238.137000', '141238.583000', '141239.062000', '141239.523000', '141239.971000', '141240.437000', '141240.904000', '141241.358000', '141241.809000', '141242.273000', '141242.730000', '141243.205000', '141243.657000', '141244.147000', '141244.579000', '141245.029000', '141245.496000', '141245.966000', '141246.420000', '141246.883000', '141247.338000', '141247.803000', '141248.244000', '141248.723000', '141249.167000', '141249.630000', '141250.097000', '141250.566000', '141251.024000', '141251.478000', '141251.929000', '141252.426000', '141252.848000', '141253.326000', '141253.784000', '141254.240000', '141254.702000', '141255.154000', '141255.610000', '141256.090000', '141256.546000', '141256.998000', '141257.470000', '141257.916000', '141258.376000', '141258.840000', '141259.305000', '141259.749000', '141300.230000', '141300.688000', '141301.148000', '141301.585000', '141302.060000', '141302.524000', '141302.972000', '141303.428000', '141303.944000', '141304.368000', '141304.829000', '141305.269000', '141305.724000', '141306.202000', '141306.657000', '141307.114000', '141307.576000', '141308.043000', '141308.498000', '141308.955000', '141309.417000', '141309.876000', '141310.358000', '141310.804000', '141311.256000', '141311.720000', '141312.304000', '141312.626000', '141313.104000', '141313.553000', '141314.008000', '141314.476000', '141314.934000', '141315.391000', '141316.084000', '141316.323000', '141316.785000', '141317.235000', '141317.734000', '141318.146000', '141318.610000', '141319.087000', '141319.533000', '141320.007000', '141320.464000', '141320.928000', '141321.391000', '141321.846000', '141322.298000', '141322.768000', '141323.229000', '141323.683000', '141324.143000', '141324.600000', '141325.053000', '141325.514000', '141326.010000', '141326.446000', '141326.904000', '141327.353000', '141327.809000', '141328.334000', '141328.729000', '141329.207000', '141329.691000', '141330.132000', '141330.578000', '141331.028000', '141331.505000', '141331.964000', '141332.409000', '141332.932000', '141333.333000', '141333.800000', '141334.260000', '141334.785000', '141335.173000', '141335.630000', '141336.131000', '141336.592000', '141337.018000', '141337.477000', '141337.962000', '141338.399000', '141338.847000', '141339.335000', '141339.786000', '141340.229000', '141340.693000', '141341.173000', '141341.624000', '141342.088000', '141342.533000', '141343.001000', '141343.464000', '141343.913000', '141344.388000', '141344.832000', '141345.305000', '141345.755000', '141346.226000', '141346.683000', '141347.198000', '141347.599000', '141348.062000', '141348.519000', '141348.983000', '141349.441000', '141349.908000', '141350.369000', '141350.822000', '141351.286000', '141351.744000', '141352.197000', '141352.660000', '141353.119000', '141353.579000', '141354.034000', '141354.505000', '141354.964000', '141355.432000', '141355.869000', '141356.376000', '141356.788000', '141357.267000', '141357.734000', '141358.173000', '141358.642000', '141359.107000', '141359.564000', '141400.015000', '141400.481000', '141400.947000', '141401.392000', '141401.867000', '141402.315000', '141402.778000', '141403.253000', '141403.696000', '141404.160000', '141404.618000', '141405.077000', '141405.546000', '141405.993000', '141406.462000', '141406.925000', '141407.369000', '141407.826000', '141408.299000', '141408.771000', '141409.231000', '141409.690000', '141410.128000', '141410.634000', '141411.052000', '141411.533000', '141411.974000', '141412.444000', '141412.903000', '141413.366000', '141413.830000', '141414.281000', '141414.750000', '141415.219000', '141415.663000', '141416.127000', '141416.573000', '141417.038000', '141417.497000', '141417.967000', '141418.417000', '141418.881000', '141419.334000', '141419.809000', '141420.259000', '141420.729000', '141421.189000', '141421.648000', '141422.113000', '141422.559000', '141423.027000', '141423.478000', '141423.938000', '141424.404000', '141424.857000', '141425.325000', '141425.872000', '141426.236000', '141426.712000', '141427.154000', '141427.625000', '141428.075000', '141428.542000', '141429.007000', '141429.456000', '141429.919000', '141430.374000', '141430.840000', '141431.301000', '141431.779000', '141432.227000', '141432.678000', '141433.147000', '141433.596000', '141434.059000', '141434.530000', '141434.994000', '141435.445000', '141435.893000', '141436.358000', '141436.834000', '141437.333000', '141437.737000', '141438.199000', '141438.655000', '141439.125000', '141439.605000', '141440.049000', '141440.511000', '141440.972000', '141441.415000', '141441.977000', '141442.336000', '141442.812000', '141443.272000', '141444.106000', '141444.281000', '141444.687000', '141445.096000', '141445.572000', '141446.055000', '141446.477000', '141446.951000', '141447.413000', '141447.928000', '141448.328000', '141448.776000', '141449.246000', '141449.710000', '141450.174000', '141450.635000', '141451.080000', '141451.547000', '141452.017000', '141452.458000', '141452.934000', '141453.388000', '141453.859000', '141454.302000', '141454.758000', '141455.234000', '141455.690000', '141456.153000', '141456.602000', '141457.069000', '141457.556000', '141457.991000', '141458.433000', '141458.912000', '141459.370000', '141459.939000', '141500.288000', '141500.751000', '141501.209000', '141501.656000', '141502.121000', '141502.579000', '141503.037000', '141503.507000', '141503.961000', '141504.426000', '141504.874000', '141505.338000', '141505.877000', '141506.274000', '141506.725000', '141507.177000', '141507.637000', '141508.113000', '141508.557000', '141509.028000', '141509.487000', '141509.948000', '141510.402000', '141510.872000', '141511.334000', '141511.780000', '141512.256000', '141512.719000', '141513.175000', '141513.621000', '141514.097000', '141514.547000', '141515.010000', '141515.520000', '141515.958000', '141516.397000', '141516.858000', '141517.309000', '141517.761000', '141518.235000', '141518.695000', '141519.150000', '141519.611000', '141520.060000', '141520.518000', '141521.003000', '141521.440000', '141521.934000', '141522.374000', '141522.831000', '141523.284000', '141523.751000', '141524.201000', '141524.670000', '141525.134000', '141525.588000', '141526.042000', '141526.510000', '141526.973000', '141527.420000', '141527.890000', '141528.347000', '141528.804000', '141529.265000', '141529.724000', '141530.181000', '141530.641000', '141531.105000', '141531.587000', '141532.021000', '141532.481000', '141532.938000', '141533.413000', '141533.868000', '141534.323000', '141534.787000', '141535.303000', '141535.713000', '141536.168000', '141536.622000', '141537.096000', '141537.582000', '141538.005000', '141538.473000', '141538.939000', '141539.385000', '141539.860000', '141540.318000', '141540.766000', '141541.233000', '141541.691000', '141542.144000', '141542.611000', '141543.064000', '141543.522000', '141543.997000', '141544.442000', '141544.905000', '141545.362000', '141545.833000', '141546.299000', '141546.750000', '141547.210000', '141547.663000', '141548.134000', '141548.600000', '141549.040000', '141549.503000', '141549.973000', '141550.460000', '141550.894000', '141551.353000', '141551.815000', '141552.275000', '141552.728000', '141553.193000', '141553.654000', '141554.118000', '141554.569000', '141555.042000', '141555.499000', '141556.008000', '141556.405000', '141556.864000', '141557.331000', '141557.806000', '141558.243000', '141558.721000', '141559.182000', '141559.638000', '141600.085000', '141600.576000', '141601.016000', '141601.477000', '141601.935000', '141602.399000', '141602.856000', '141603.325000', '141603.761000', '141604.221000', '141604.686000', '141605.142000', '141605.609000', '141606.080000', '141606.527000', '141607.011000', '141607.465000', '141607.911000', '141608.386000', '141608.826000', '141609.286000', '141609.742000', '141610.206000', '141610.686000', '141611.126000', '141611.603000', '141612.061000', '141612.519000', '141612.966000', '141613.496000', '141613.899000', '141614.347000', '141614.844000', '141615.280000', '141615.726000', '141616.203000', '141616.660000', '141617.124000', '141617.573000', '141618.040000', '141618.496000', '141618.956000', '141619.408000', '141619.884000', '141620.325000', '141620.799000', '141621.254000', '141621.708000', '141622.181000', '141622.644000', '141623.094000', '141623.585000', '141624.015000', '141624.505000', '141624.931000', '141625.405000', '141625.976000', '141626.320000', '141626.786000', '141627.244000', '141627.682000', '141628.159000', '141628.615000', '141629.076000', '141629.541000', '141630.010000', '141630.462000', '141630.919000', '141631.385000', '141631.827000', '141632.311000', '141632.745000', '141633.245000', '141633.667000', '141634.135000', '141634.601000', '141635.051000', '141635.526000', '141635.979000', '141636.464000', '141636.895000', '141637.362000', '141637.818000', '141638.280000', '141638.732000', '141639.193000', '141639.659000', '141640.116000', '141640.594000', '141641.066000', '141641.494000', '141641.967000', '141642.405000', '141642.874000', '141643.328000', '141643.787000', '141644.269000', '141644.718000', '141645.185000', '141645.624000', '141646.096000', '141646.562000', '141647.019000', '141647.470000', '141647.946000', '141648.396000', '141648.866000', '141649.326000', '141649.766000', '141650.245000', '141650.689000', '141651.151000', '141651.620000', '141652.085000', '141652.537000', '141652.988000', '141653.464000', '141653.927000', '141654.380000', '141654.841000', '141655.302000', '141655.767000', '141656.226000', '141656.684000', '141657.142000', '141657.604000', '141658.071000', '141658.510000', '141658.967000', '141659.438000', '141659.911000', '141700.359000', '141700.833000', '141701.286000', '141701.743000', '141702.198000', '141702.652000', '141703.109000', '141703.570000', '141704.030000', '141704.508000', '141704.972000', '141705.421000', '141705.886000', '141706.344000', '141706.795000', '141707.269000', '141707.726000', '141708.188000', '141708.630000', '141709.094000', '141709.559000', '141710.017000', '141710.486000', '141710.941000', '141711.398000', '141711.867000', '141712.362000', '141712.770000', '141713.243000', '141713.687000', '141714.162000', '141714.631000', '141715.099000', '141715.534000', '141715.996000', '141716.466000', '141716.957000', '141717.382000', '141717.905000', '141718.307000', '141718.754000', '141719.223000', '141719.684000', '141720.167000', '141720.592000', '141721.053000', '141721.516000', '141721.985000', '141722.435000', '141722.908000', '141723.401000', '141723.827000', '141724.284000', '141724.747000', '141725.204000', '141725.668000', '141726.114000', '141726.575000', '141727.030000', '141727.493000', '141727.950000', '141728.411000', '141728.886000', '141729.349000', '141730.006000', '141730.261000', '141730.718000', '141731.184000', '141731.636000', '141732.111000', '141732.564000', '141733.020000', '141733.487000', '141733.956000', '141734.406000', '141734.865000', '141735.318000', '141735.792000', '141736.235000', '141736.695000', '141737.155000', '141737.633000', '141738.074000', '141738.550000', '141739.009000', '141739.472000', '141740.013000', '141740.393000', '141740.845000', '141741.296000', '141741.765000', '141742.229000', '141742.675000', '141743.136000', '141743.609000', '141744.055000', '141744.524000', '141745.021000', '141745.451000', '141745.919000', '141746.370000', '141746.825000', '141747.288000', '141747.733000', '141748.218000', '141748.668000', '141749.125000', '141749.576000', '141750.066000', '141750.507000', '141750.972000', '141751.435000', '141751.889000', '141752.361000', '141752.815000', '141753.258000', '141753.726000', '141754.186000', '141754.655000', '141755.113000', '141755.569000', '141756.038000', '141756.509000', '141756.943000', '141757.395000', '141757.873000', '141758.326000', '141758.789000', '141759.248000', '141759.740000', '141800.175000', '141800.624000', '141801.083000', '141801.545000', '141802.004000', '141802.466000', '141802.919000', '141803.374000', '141803.860000', '141804.310000', '141804.758000', '141805.230000', '141805.681000', '141806.157000', '141806.651000', '141807.058000', '141807.577000', '141807.998000', '141808.495000', '141808.910000', '141809.370000', '141809.837000', '141810.298000', '141810.748000', '141811.220000', '141811.667000', '141812.138000', '141812.668000', '141813.053000', '141813.518000', '141813.965000', '141814.437000', '141814.897000', '141815.344000', '141815.812000', '141816.274000', '141816.723000', '141817.199000', '141817.639000', '141818.118000', '141818.573000', '141819.025000', '141819.505000', '141819.959000', '141820.413000', '141820.876000', '141821.338000', '141821.913000', '141822.252000', '141822.714000', '141823.180000', '141823.661000', '141824.083000', '141824.556000', '141825.018000', '141825.465000', '141825.935000', '141826.442000', '141826.843000', '141827.316000', '141827.782000', '141828.240000', '141828.685000', '141829.156000', '141829.604000', '141830.073000', '141830.531000', '141830.992000', '141831.451000', '141831.914000', '141832.366000', '141832.840000', '141833.302000', '141833.756000', '141834.220000', '141834.674000', '141835.121000', '141835.589000', '141836.056000', '141836.535000', '141836.983000', '141837.441000', '141837.907000', '141838.354000', '141838.810000', '141839.279000', '141839.737000', '141840.204000', '141840.651000', '141841.120000', '141841.579000', '141842.070000', '141842.486000', '141842.946000', '141843.409000', '141843.978000', '141844.343000', '141844.805000', '141845.247000', '141845.708000', '141846.170000', '141846.645000', '141847.103000', '141847.564000', '141848.026000', '141848.540000', '141848.944000', '141849.402000', '141849.851000', '141850.311000', '141850.809000', '141851.245000', '141851.693000', '141852.153000', '141852.610000', '141853.074000', '141853.531000', '141853.998000', '141854.468000', '141854.968000', '141855.385000', '141855.833000', '141856.302000', '141856.761000', '141857.249000', '141857.677000', '141858.137000', '141858.631000', '141859.051000', '141859.528000', '141859.988000', '141900.447000', '141900.904000', '141901.356000', '141901.878000', '141902.279000', '141902.741000', '141903.205000', '141903.695000', '141904.119000', '141904.593000', '141905.046000', '141905.490000', '141905.969000', '141906.414000', '141906.869000', '141907.346000', '141907.970000', '141908.263000', '141908.731000', '141909.184000', '141909.643000', '141910.108000', '141910.559000', '141911.017000', '141911.494000', '141911.930000', '141912.435000', '141912.855000', '141913.317000', '141913.781000', '141914.249000', '141914.710000', '141915.165000', '141915.617000', '141916.072000', '141916.536000', '141916.993000', '141917.528000', '141917.934000', '141918.410000', '141918.856000', '141919.296000', '141919.758000', '141920.223000', '141920.691000', '141921.147000', '141921.604000', '141922.071000', '141922.511000', '141922.973000', '141923.444000', '141923.910000', '141924.363000', '141924.819000', '141925.279000', '141925.753000', '141926.214000', '141926.673000', '141927.130000', '141927.593000', '141928.046000', '141928.497000', '141928.955000', '141929.422000', '141929.897000', '141930.352000', '141930.808000', '141931.264000', '141931.727000', '141932.179000', '141932.638000', '141933.111000', '141933.562000', '141934.025000', '141934.483000', '141934.941000', '141935.396000', '141935.878000', '141936.330000', '141936.782000', '141937.248000', '141937.711000', '141938.153000', '141938.627000', '141939.096000', '141939.542000', '141940.018000', '141940.462000', '141940.929000', '141941.431000', '141941.850000', '141942.298000', '141942.786000', '141943.218000', '141943.692000', '141944.137000', '141944.609000', '141945.062000', '141945.530000', '141945.990000', '141946.453000', '141946.915000', '141947.358000', '141947.826000', '141948.297000', '141948.749000', '141949.200000', '141949.675000', '141950.185000', '141950.587000', '141951.052000', '141951.503000', '141951.978000', '141952.436000', '141952.922000', '141953.354000', '141953.820000', '141954.264000', '141954.763000', '141955.199000', '141955.643000', '141956.106000', '141956.576000', '141957.023000', '141957.479000', '141957.956000', '141958.418000', '141958.884000', '141959.326000', '141959.849000', '142000.248000', '142000.699000', '142001.182000', '142001.632000', '142002.079000', '142002.557000', '142003.024000', '142003.507000', '142003.943000', '142004.427000', '142004.841000', '142005.303000', '142005.777000', '142006.232000', '142006.684000', '142007.161000', '142007.602000', '142008.074000', '142008.529000', '142008.984000', '142009.454000', '142009.946000', '142010.385000', '142010.836000', '142011.283000', '142011.759000', '142012.217000', '142012.680000', '142013.136000', '142013.594000', '142014.042000', '142014.508000', '142014.966000', '142015.436000', '142015.888000', '142016.346000', '142016.822000', '142017.277000', '142017.724000', '142018.200000', '142018.684000', '142019.109000', '142019.581000', '142020.042000', '142020.500000', '142020.948000', '142021.416000', '142021.863000', '142022.324000', '142022.790000', '142023.262000', '142023.755000', '142024.171000', '142024.642000', '142025.110000', '142025.550000', '142026.024000', '142026.480000', '142026.950000', '142027.411000', '142027.844000', '142028.327000', '142028.782000', '142029.238000', '142029.692000', '142030.169000', '142030.604000', '142031.082000', '142031.541000', '142031.997000', '142032.448000', '142032.921000', '142033.368000', '142033.834000', '142034.291000', '142034.750000', '142035.210000', '142035.683000', '142036.143000', '142036.602000', '142037.075000', '142037.523000', '142037.975000', '142038.442000', '142038.900000', '142039.362000', '142039.830000', '142040.284000', '142040.741000', '142041.193000', '142041.669000', '142042.119000', '142042.576000', '142043.067000', '142043.507000', '142043.970000', '142044.413000', '142044.876000', '142045.330000', '142046.111000', '142046.293000', '142046.706000', '142047.203000', '142047.643000', '142048.095000', '142048.564000', '142049.027000', '142049.512000', '142049.938000', '142050.400000', '142050.853000', '142051.324000', '142051.829000', '142052.245000', '142052.710000', '142053.163000', '142053.654000', '142054.093000', '142054.536000', '142054.995000', '142055.469000', '142055.983000', '142056.383000', '142056.872000', '142057.308000', '142057.758000', '142058.208000', '142058.713000', '142059.151000', '142059.600000', '142100.064000', '142100.525000', '142100.983000', '142101.441000', '142101.913000', '142102.360000', '142102.813000', '142103.288000', '142103.746000', '142104.187000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [701, 789, 712, 695, 759, 690, 767, 744, 726, 785, 664, 749, 748, 706, 748, 634, 774, 763, 682, 761, 703, 746, 693, 678, 793, 708, 768, 692, 640, 755, 700, 755, 712, 676, 772, 740, 638, 750, 670, 780, 705, 679, 769, 706, 771, 748, 649, 812, 748, 787, 805, 785, 786, 755, 739, 787, 726, 797, 680, 817, 784, 750, 777, 766, 658, 776, 712, 804, 743, 786, 786, 758, 790, 745, 663, 788, 695, 788, 675, 665, 755, 635, 777, 650, 769, 669, 665, 760, 650, 795, 665, 661, 738, 665, 777, 740, 762, 734, 640, 786, 744, 776, 694, 727, 791, 791, 771, 766, 776, 748, 656, 791, 708, 799, 677, 835, 776, 688, 779, 717, 648, 786, 661, 727, 766, 660, 797, 775, 805, 708, 707, 819, 737, 797, 786, 759, 714, 702, 671, 802, 750, 693, 629, 784, 790, 805, 826, 719, 828, 770, 762, 801, 794, 751, 772, 899, 760, 832, 842, 789, 903, 760, 802, 737, 784, 794, 773, 790, 609, 789, 826, 689, 832, 804, 775, 818, 781, 781, 836, 806, 820, 827, 750, 597, 789, 711, 658, 793, 676, 644, 761, 748, 774, 744, 658, 808, 686, 822, 702, 838, 792, 714, 825, 797, 825, 845, 937, 804, 784, 752, 829, 820, 778, 845, 929, 816, 812, 782, 837, 685, 820, 749, 808, 740, 635, 819, 710, 799, 742, 632, 791, 702, 816, 679, 641, 791, 778, 622, 780, 691, 804, 762, 610, 804, 648, 810, 756, 657, 818, 687, 645, 792, 676, 643, 773, 735, 739, 621, 787, 756, 689, 730, 734, 740, 606, 752, 782, 636, 825, 745, 869, 727, 755, 694, 799, 882, 764, 760, 885, 764, 775, 822, 715, 802, 727, 761, 777, 725, 766, 695, 771, 763, 680, 782, 727, 779, 778, 639, 769, 743, 746, 788, 691, 789, 729, 682, 756, 785, 674, 795, 699, 774, 746, 670, 780, 759, 598, 794, 766, 614, 772, 655, 784, 724, 701, 789, 712, 711, 773, 772, 700, 771, 716, 781, 751, 797, 776, 759, 653, 773, 682, 784, 743, 741, 818, 770, 687, 782, 710, 776, 804, 732, 790, 736, 766, 788, 725, 787, 736, 864, 812, 783, 754, 786, 705, 796, 779, 593, 821, 768, 641, 799, 794, 604, 789, 701, 801, 759, 680, 777, 690, 781, 775, 703, 805, 744, 676, 785, 691, 649, 781, 723, 644, 819, 737, 703, 620, 782, 800, 608, 800, 724, 650, 781, 753, 686, 801, 764, 655, 794, 736, 690, 795, 729, 730, 812, 742, 801, 765, 875, 788, 782, 724, 828, 743, 628, 821, 809, 627, 821, 713, 793, 784, 706, 804, 758, 637, 790, 709, 668, 801, 769, 578, 777, 730, 618, 794, 676, 793, 739, 636, 796, 753, 785, 799, 717, 796, 708, 612, 814, 658, 815, 801, 666, 735, 778, 612, 808, 787, 653, 779, 763, 739, 774, 777, 793, 796, 785, 797, 803, 810, 718, 742, 787, 666, 820, 739, 670, 798, 713, 646, 773, 644, 784, 717, 687, 806, 810, 792, 720, 649, 804, 772, 604, 778, 757, 603, 766, 647, 790, 706, 677, 770, 708, 788, 677, 734, 783, 645, 775, 726, 674, 780, 765, 668, 763, 653, 771, 711, 660, 790, 672, 797, 737, 657, 772, 680, 781, 697, 664, 784, 697, 769, 670, 635, 753, 666, 762, 756, 646, 734, 724, 628, 732, 635, 742, 716, 740, 734, 779, 743, 668, 797, 696, 741, 788, 891, 771, 688, 637, 755, 661, 760, 714, 685, 792, 724, 756, 682, 632, 758, 656, 781, 674, 666, 765, 669, 761, 727, 650, 766, 727, 786, 742, 706, 743, 666, 753, 748, 777, 721, 699, 772, 724, 772, 704, 763, 747, 713, 788, 785, 785, 690, 653, 766, 663, 773, 688, 662, 773, 664, 788, 720, 661, 788, 661, 796, 706, 726, 791, 674, 779, 710, 763, 752, 735, 771, 711, 757, 746, 678, 790, 754, 784, 745, 703, 762, 741, 644, 758, 665, 771, 726, 783, 762, 745, 767, 700, 658, 766, 664, 804, 754, 789, 768, 857, 777, 754, 766, 699, 679, 776, 721, 803, 699, 662, 772, 669, 795, 724, 659, 788, 675, 798, 741, 677, 786, 666, 690, 717, 688, 715, 698, 683, 738, 672, 762, 721, 742, 736, 664, 755, 678, 685, 763, 687, 797, 715, 775, 776, 764, 740, 759, 692, 795, 750, 749, 760, 649, 787, 750, 772, 777, 702, 757, 675, 650, 774, 679, 791, 739, 679, 746, 729, 755, 664, 682, 740, 701, 766, 705, 694, 745, 696, 677, 751, 654, 784, 713, 761, 735, 725, 754, 743, 676, 757, 693, 741, 744, 698, 758, 700, 685, 750, 691, 657, 734, 676, 751, 703, 707, 754, 712, 699, 737, 683, 754, 744, 787, 750, 779, 776, 718, 735, 736, 777, 748, 732, 735, 702, 752, 769, 700, 766, 760, 726, 718, 736, 719, 788, 698, 727, 745, 641, 771, 739, 737, 792, 632, 729, 780, 703, 746, 576, 754, 761, 682, 794, 755, 725, 770, 618, 753, 753, 739, 783, 617, 745, 787, 666, 750, 629, 766, 781, 715, 791, 734, 753, 759, 719, 796, 775, 739, 741, 619, 780, 748, 751, 786, 712, 803, 738, 777, 772, 630, 777, 743, 750, 799, 784, 755, 763, 687, 803, 640, 786, 765, 750, 765, 617, 790, 764, 751, 727, 676, 790, 775, 745, 782, 653, 797, 766, 760, 800, 681, 781, 776, 737, 774, 662, 802, 812, 720, 807, 760, 775, 796, 726, 815, 660, 791, 749, 734, 819, 759, 770, 817, 730, 757, 683, 771, 755, 772, 775, 694, 805, 636, 774, 785, 768, 801, 705, 791, 647, 806, 791, 751, 792, 750, 781, 746, 743, 795, 658, 788, 769, 739, 807, 652, 793, 761, 735, 796, 747, 755, 766, 673, 800, 762, 752, 800, 732, 745, 713, 756, 805, 717, 761, 657, 762, 754, 721, 823, 757, 757, 723, 689, 787, 772, 735, 745, 670, 758, 768, 734, 775, 689, 748, 715, 733, 781, 688, 760, 675, 744, 734, 750, 707, 704, 744, 725, 745, 742, 730, 722, 745, 760, 736, 738, 703, 727, 770, 679, 673, 849, 698, 763, 766, 656, 730, 682, 693, 700, 743, 693, 802, 1215, 887, 797, 742, 767, 723, 820, 778, 833, 777, 772, 912, 887, 852, 1005, 840, 783, 937, 756, 870, 744, 753, 810, 744, 775, 791, 761, 744, 754, 771, 733, 619, 780, 678, 619, 774, 677, 657, 773, 691, 641, 789, 736, 615, 749, 683, 785, 696, 716, 755, 630, 702, 757, 640, 781, 713, 681, 763, 647, 663, 741, 681, 772, 707, 671, 746, 645, 770, 652, 881, 749, 716, 682, 717, 701, 767, 734, 771, 732, 907, 767, 690, 756, 656, 717, 707, 669, 759, 638, 674, 699, 644, 645, 711, 665, 651, 718, 875, 735, 799, 749, 698, 775, 697, 977, 739, 661, 638, 718, 690, 747, 671, 753, 663, 719, 728, 640, 765, 683, 704, 744, 701, 753, 667, 688, 738, 644, 763, 641, 692, 736, 934, 724, 657, 647, 716, 697, 756, 749, 714, 734, 805, 721, 648, 672, 742, 693, 768, 703, 724, 737, 696, 746, 687, 650, 735, 695, 751, 722, 718, 705, 669, 733, 649, 671, 700, 738, 733, 627, 676, 726, 653, 738, 676, 740, 678, 714, 739, 656, 728, 654, 650, 715, 694, 734, 667, 757, 666, 695, 753, 736, 782, 686], 'WindowCenter': [269.0, 269.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 265.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 265.0, 267.0, 267.0, 267.0, 267.0, 269.0, 269.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 265.0, 265.0, 265.0, 265.0, 264.0, 264.0, 263.0, 264.0, 265.0, 264.0, 266.0, 265.0, 265.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 267.0, 267.0, 265.0, 267.0, 266.0, 266.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 266.0, 265.0, 267.0, 266.0, 268.0, 267.0, 266.0, 268.0, 268.0, 266.0, 268.0, 267.0, 268.0, 268.0, 266.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 266.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 267.0, 269.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 267.0, 267.0, 268.0, 269.0, 268.0, 267.0, 268.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 268.0, 267.0, 269.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 269.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 265.0, 267.0, 267.0, 266.0, 268.0, 268.0, 265.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 269.0, 268.0, 268.0, 267.0, 268.0, 268.0, 266.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 265.0, 267.0, 267.0, 266.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 266.0, 268.0, 267.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 268.0, 266.0, 268.0, 268.0, 266.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 269.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 269.0, 267.0, 266.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 268.0, 266.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 268.0, 269.0, 266.0, 274.0, 270.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 265.0, 264.0, 264.0, 264.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 266.0, 265.0, 264.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 270.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 269.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 269.0, 268.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0], 'WindowWidth': [596.0, 594.0, 592.0, 590.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 590.0, 589.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 590.0, 589.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 589.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 589.0, 591.0, 591.0, 591.0, 592.0, 591.0, 590.0, 591.0, 589.0, 590.0, 590.0, 590.0, 589.0, 591.0, 590.0, 589.0, 589.0, 589.0, 588.0, 590.0, 590.0, 590.0, 589.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 591.0, 590.0, 591.0, 590.0, 589.0, 590.0, 589.0, 590.0, 589.0, 591.0, 590.0, 589.0, 591.0, 589.0, 590.0, 589.0, 589.0, 591.0, 589.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 590.0, 590.0, 592.0, 592.0, 591.0, 591.0, 591.0, 590.0, 589.0, 591.0, 590.0, 591.0, 590.0, 591.0, 590.0, 589.0, 589.0, 589.0, 589.0, 591.0, 590.0, 591.0, 591.0, 590.0, 591.0, 592.0, 592.0, 591.0, 590.0, 592.0, 590.0, 590.0, 591.0, 590.0, 588.0, 589.0, 588.0, 591.0, 589.0, 590.0, 591.0, 593.0, 593.0, 591.0, 592.0, 591.0, 592.0, 592.0, 591.0, 592.0, 592.0, 591.0, 591.0, 592.0, 589.0, 589.0, 588.0, 587.0, 588.0, 587.0, 587.0, 586.0, 586.0, 586.0, 585.0, 585.0, 583.0, 585.0, 586.0, 585.0, 588.0, 587.0, 587.0, 588.0, 588.0, 587.0, 589.0, 589.0, 590.0, 590.0, 590.0, 587.0, 590.0, 589.0, 589.0, 592.0, 591.0, 592.0, 592.0, 592.0, 592.0, 592.0, 590.0, 592.0, 592.0, 594.0, 592.0, 593.0, 592.0, 591.0, 592.0, 592.0, 592.0, 592.0, 593.0, 591.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 592.0, 590.0, 590.0, 590.0, 588.0, 590.0, 589.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 589.0, 587.0, 590.0, 589.0, 591.0, 590.0, 589.0, 591.0, 592.0, 589.0, 592.0, 590.0, 592.0, 592.0, 589.0, 592.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 589.0, 592.0, 591.0, 592.0, 592.0, 593.0, 593.0, 591.0, 592.0, 594.0, 592.0, 593.0, 593.0, 594.0, 591.0, 594.0, 594.0, 591.0, 594.0, 593.0, 594.0, 591.0, 591.0, 590.0, 592.0, 593.0, 593.0, 591.0, 592.0, 590.0, 589.0, 589.0, 588.0, 589.0, 588.0, 589.0, 589.0, 588.0, 589.0, 588.0, 589.0, 589.0, 587.0, 589.0, 588.0, 589.0, 589.0, 587.0, 589.0, 589.0, 589.0, 590.0, 590.0, 591.0, 590.0, 590.0, 591.0, 592.0, 590.0, 592.0, 590.0, 592.0, 591.0, 590.0, 591.0, 591.0, 589.0, 592.0, 592.0, 591.0, 594.0, 592.0, 592.0, 591.0, 591.0, 592.0, 593.0, 593.0, 593.0, 593.0, 591.0, 593.0, 591.0, 592.0, 592.0, 592.0, 593.0, 592.0, 590.0, 592.0, 590.0, 592.0, 591.0, 591.0, 592.0, 592.0, 590.0, 592.0, 591.0, 592.0, 592.0, 591.0, 592.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 592.0, 591.0, 590.0, 589.0, 590.0, 588.0, 590.0, 590.0, 588.0, 590.0, 591.0, 589.0, 591.0, 592.0, 588.0, 591.0, 590.0, 592.0, 591.0, 590.0, 592.0, 590.0, 591.0, 590.0, 589.0, 590.0, 591.0, 590.0, 592.0, 591.0, 591.0, 592.0, 591.0, 591.0, 593.0, 592.0, 592.0, 591.0, 592.0, 592.0, 589.0, 592.0, 591.0, 591.0, 593.0, 592.0, 590.0, 592.0, 591.0, 590.0, 592.0, 591.0, 591.0, 592.0, 591.0, 591.0, 592.0, 590.0, 591.0, 591.0, 592.0, 591.0, 591.0, 590.0, 590.0, 590.0, 588.0, 590.0, 590.0, 588.0, 590.0, 589.0, 590.0, 590.0, 589.0, 590.0, 590.0, 589.0, 591.0, 590.0, 590.0, 592.0, 591.0, 588.0, 591.0, 591.0, 589.0, 592.0, 592.0, 592.0, 592.0, 590.0, 592.0, 592.0, 592.0, 592.0, 592.0, 592.0, 591.0, 589.0, 592.0, 590.0, 592.0, 593.0, 592.0, 593.0, 593.0, 591.0, 593.0, 592.0, 592.0, 593.0, 593.0, 593.0, 592.0, 592.0, 592.0, 592.0, 591.0, 592.0, 592.0, 592.0, 591.0, 591.0, 592.0, 590.0, 592.0, 591.0, 590.0, 592.0, 592.0, 591.0, 593.0, 591.0, 592.0, 591.0, 590.0, 592.0, 592.0, 593.0, 591.0, 590.0, 592.0, 592.0, 589.0, 592.0, 592.0, 590.0, 592.0, 591.0, 592.0, 591.0, 590.0, 592.0, 591.0, 593.0, 591.0, 592.0, 592.0, 590.0, 591.0, 591.0, 590.0, 592.0, 593.0, 591.0, 592.0, 590.0, 591.0, 591.0, 590.0, 592.0, 591.0, 593.0, 591.0, 591.0, 592.0, 591.0, 592.0, 591.0, 591.0, 593.0, 592.0, 592.0, 591.0, 590.0, 591.0, 590.0, 591.0, 592.0, 591.0, 593.0, 592.0, 591.0, 592.0, 591.0, 592.0, 593.0, 593.0, 594.0, 593.0, 592.0, 591.0, 592.0, 590.0, 591.0, 592.0, 593.0, 593.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 590.0, 592.0, 591.0, 591.0, 590.0, 589.0, 591.0, 590.0, 591.0, 591.0, 590.0, 593.0, 591.0, 591.0, 591.0, 589.0, 591.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 592.0, 592.0, 591.0, 594.0, 592.0, 592.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 592.0, 590.0, 589.0, 591.0, 589.0, 590.0, 590.0, 590.0, 592.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 592.0, 592.0, 591.0, 593.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 593.0, 591.0, 589.0, 591.0, 589.0, 591.0, 591.0, 591.0, 592.0, 593.0, 592.0, 591.0, 590.0, 591.0, 590.0, 592.0, 591.0, 592.0, 592.0, 592.0, 591.0, 591.0, 590.0, 590.0, 590.0, 591.0, 590.0, 592.0, 590.0, 589.0, 591.0, 589.0, 590.0, 590.0, 589.0, 592.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 592.0, 593.0, 592.0, 592.0, 592.0, 591.0, 591.0, 590.0, 591.0, 592.0, 592.0, 593.0, 591.0, 591.0, 591.0, 590.0, 592.0, 590.0, 593.0, 591.0, 592.0, 592.0, 592.0, 591.0, 591.0, 590.0, 592.0, 591.0, 592.0, 591.0, 589.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 590.0, 591.0, 590.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 592.0, 591.0, 592.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 590.0, 592.0, 591.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 591.0, 592.0, 591.0, 591.0, 592.0, 593.0, 592.0, 591.0, 593.0, 593.0, 593.0, 593.0, 593.0, 592.0, 591.0, 591.0, 592.0, 591.0, 593.0, 593.0, 592.0, 592.0, 591.0, 590.0, 590.0, 590.0, 591.0, 592.0, 591.0, 593.0, 590.0, 589.0, 591.0, 590.0, 591.0, 591.0, 591.0, 590.0, 590.0, 589.0, 590.0, 587.0, 591.0, 590.0, 590.0, 591.0, 590.0, 590.0, 590.0, 588.0, 590.0, 590.0, 590.0, 591.0, 589.0, 590.0, 590.0, 589.0, 589.0, 588.0, 590.0, 590.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 591.0, 591.0, 591.0, 590.0, 588.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 590.0, 589.0, 588.0, 589.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 588.0, 590.0, 589.0, 590.0, 590.0, 588.0, 591.0, 589.0, 590.0, 589.0, 589.0, 592.0, 591.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 591.0, 590.0, 590.0, 589.0, 589.0, 589.0, 588.0, 590.0, 590.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 591.0, 590.0, 590.0, 590.0, 589.0, 589.0, 589.0, 590.0, 590.0, 591.0, 590.0, 589.0, 590.0, 588.0, 590.0, 589.0, 590.0, 591.0, 590.0, 590.0, 587.0, 590.0, 589.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 589.0, 591.0, 590.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 590.0, 592.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 590.0, 589.0, 588.0, 589.0, 590.0, 590.0, 591.0, 590.0, 591.0, 590.0, 589.0, 591.0, 590.0, 590.0, 590.0, 591.0, 591.0, 590.0, 590.0, 589.0, 589.0, 589.0, 590.0, 591.0, 591.0, 589.0, 589.0, 588.0, 589.0, 589.0, 591.0, 590.0, 589.0, 590.0, 589.0, 589.0, 589.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 589.0, 590.0, 591.0, 590.0, 588.0, 589.0, 590.0, 589.0, 590.0, 589.0, 591.0, 591.0, 590.0, 590.0, 592.0, 593.0, 589.0, 602.0, 596.0, 594.0, 593.0, 594.0, 593.0, 594.0, 594.0, 593.0, 592.0, 591.0, 592.0, 591.0, 591.0, 591.0, 589.0, 588.0, 588.0, 588.0, 588.0, 586.0, 586.0, 585.0, 584.0, 585.0, 585.0, 586.0, 586.0, 587.0, 587.0, 587.0, 587.0, 589.0, 587.0, 586.0, 588.0, 588.0, 587.0, 589.0, 588.0, 588.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 589.0, 590.0, 591.0, 589.0, 590.0, 590.0, 590.0, 591.0, 590.0, 590.0, 593.0, 591.0, 592.0, 591.0, 590.0, 591.0, 590.0, 592.0, 590.0, 593.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 593.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 592.0, 592.0, 591.0, 591.0, 591.0, 590.0, 590.0, 591.0, 592.0, 592.0, 593.0, 595.0, 593.0, 592.0, 591.0, 590.0, 591.0, 591.0, 594.0, 591.0, 590.0, 589.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 593.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 592.0, 594.0, 592.0, 592.0, 592.0, 590.0, 592.0, 590.0, 591.0, 593.0, 594.0, 592.0, 590.0, 589.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 592.0, 591.0, 589.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 590.0, 589.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 591.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 592.0, 592.0, 592.0, 592.0, 591.0, 591.0, 590.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.0029880099502487562</td></tr>
<tr><td colspan=3>aqi</td><td>0.03687968623548922</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.302096548240655</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1664963970290463</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0105967504149374</td></tr>
<tr><td colspan=3>efc</td><td>0.5043</td></tr>
<tr><td colspan=3>fber</td><td>6019.4551</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13378724805435072</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>141</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.691542288557214</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5568043952111186</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4419263963253925</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805842387648959</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4226444016590047</td></tr>
<tr><td colspan=3>gcor</td><td>0.00886147</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013413061387836933</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04038930684328079</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.028673215371816</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>20.5472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0328</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.0443</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.5626</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5737</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>33.1545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>213.4222</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>79.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>55.6011</td></tr>
<tr><td colspan=3>tsnr</td><td>30.766737009747885</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>