<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-01/func/sub-0018_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>11442a56a2b39365e6d461c4508a9b18</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>11:22:2.097500</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.995368, -0.0819082, 0.0503398, 0.0758904, 0.990847, 0.111634]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100191</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>80</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7743, -7281, 646, -57, -247, -15, 13]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f619b73-e409-42fe-96c2-7faf64729fca||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.670498847961426, 0.2036084234714508, 0.15936139225959778, 99.80409240722656], [0.21975360810756683, 2.6583712100982666, 0.28970015048980713, -108.49424743652344], [0.13505788147449493, -0.2995052635669708, 2.6796786785125732, -60.756526947021484], [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': ['112202.097500', '112202.557500', '112203.017500', '112203.477500', '112203.937500', '112204.397500', '112204.857500', '112205.317500', '112205.777500', '112206.237500', '112206.697500', '112207.157500', '112207.617500', '112208.077500', '112208.537500', '112208.997500', '112209.457500', '112209.917500', '112210.377500', '112210.837500', '112211.297500', '112211.757500', '112212.217500', '112212.677500', '112213.137500', '112213.597500', '112214.057500', '112214.517500', '112214.977500', '112215.437500', '112215.897500', '112216.357500', '112216.817500', '112217.277500', '112217.737500', '112218.197500', '112218.657500', '112219.117500', '112219.577500', '112220.037500', '112220.497500', '112220.957500', '112221.417500', '112221.877500', '112222.337500', '112222.797500', '112223.257500', '112223.717500', '112224.177500', '112224.637500', '112225.097500', '112225.557500', '112226.017500', '112226.477500', '112226.937500', '112227.397500', '112227.857500', '112228.317500', '112228.777500', '112229.237500', '112229.697500', '112230.157500', '112230.617500', '112231.077500', '112231.537500', '112231.997500', '112232.457500', '112232.917500', '112233.377500', '112233.837500', '112234.297500', '112234.757500', '112235.217500', '112235.677500', '112236.137500', '112236.597500', '112237.057500', '112237.517500', '112237.977500', '112238.437500', '112238.897500', '112239.357500', '112239.817500', '112240.277500', '112240.737500', '112241.197500', '112241.657500', '112242.117500', '112242.577500', '112243.037500', '112243.497500', '112243.957500', '112244.417500', '112244.877500', '112245.337500', '112245.797500', '112246.257500', '112246.717500', '112247.177500', '112247.637500', '112248.097500', '112248.557500', '112249.017500', '112249.477500', '112249.937500', '112250.397500', '112250.857500', '112251.317500', '112251.777500', '112252.237500', '112252.697500', '112253.157500', '112253.617500', '112254.077500', '112254.537500', '112254.997500', '112255.457500', '112255.917500', '112256.377500', '112256.837500', '112257.297500', '112257.757500', '112258.217500', '112258.677500', '112259.137500', '112259.597500', '112300.057500', '112300.517500', '112300.977500', '112301.437500', '112301.897500', '112302.357500', '112302.817500', '112303.277500', '112303.737500', '112304.197500', '112304.657500', '112305.117500', '112305.577500', '112306.037500', '112306.497500', '112306.957500', '112307.417500', '112307.877500', '112308.337500', '112308.797500', '112309.257500', '112309.717500', '112310.177500', '112310.637500', '112311.097500', '112311.557500', '112312.017500', '112312.477500', '112312.937500', '112313.397500', '112313.857500', '112314.317500', '112314.777500', '112315.237500', '112315.697500', '112316.157500', '112316.617500', '112317.077500', '112317.537500', '112317.997500', '112318.457500', '112318.917500', '112319.377500', '112319.837500', '112320.297500', '112320.757500', '112321.217500', '112321.677500', '112322.137500', '112322.597500', '112323.057500', '112323.517500', '112323.977500', '112324.437500', '112324.897500', '112325.357500', '112325.817500', '112326.277500', '112326.737500', '112327.197500', '112327.657500', '112328.117500', '112328.577500', '112329.037500', '112329.497500', '112329.957500', '112330.417500', '112330.877500', '112331.337500', '112331.797500', '112332.257500', '112332.717500', '112333.177500', '112333.637500', '112334.097500', '112334.557500', '112335.017500', '112335.477500', '112335.937500', '112336.397500', '112336.857500', '112337.317500', '112337.777500', '112338.237500', '112338.697500', '112339.157500', '112339.617500', '112340.077500', '112340.537500', '112340.997500', '112341.457500', '112341.917500', '112342.377500', '112342.837500', '112343.297500', '112343.757500', '112344.217500', '112344.677500', '112345.137500', '112345.597500', '112346.057500', '112346.517500', '112346.977500', '112347.437500', '112347.897500', '112348.357500', '112348.817500', '112349.277500', '112349.737500', '112350.197500', '112350.657500', '112351.117500', '112351.577500', '112352.037500', '112352.497500', '112352.957500', '112353.417500', '112353.877500', '112354.337500', '112354.797500', '112355.257500', '112355.717500', '112356.177500', '112356.637500', '112357.097500', '112357.557500', '112358.017500', '112358.477500', '112358.937500', '112359.397500', '112359.857500', '112400.317500', '112400.777500', '112401.237500', '112401.697500', '112402.157500', '112402.617500', '112403.077500', '112403.537500', '112403.997500', '112404.457500', '112404.917500', '112405.377500', '112405.837500', '112406.297500', '112406.757500', '112407.217500', '112407.677500', '112408.137500', '112408.597500', '112409.057500', '112409.517500', '112409.977500', '112410.437500', '112410.897500', '112411.357500', '112411.817500', '112412.277500', '112412.737500', '112413.197500', '112413.657500', '112414.117500', '112414.577500', '112415.037500', '112415.497500', '112415.957500', '112416.417500', '112416.877500', '112417.337500', '112417.797500', '112418.257500', '112418.717500', '112419.177500', '112419.637500', '112420.097500', '112420.557500', '112421.017500', '112421.477500', '112421.937500', '112422.397500', '112422.857500', '112423.317500', '112423.777500', '112424.237500', '112424.697500', '112425.157500', '112425.617500', '112426.077500', '112426.537500', '112426.997500', '112427.457500', '112427.917500', '112428.377500', '112428.837500', '112429.297500', '112429.757500', '112430.217500', '112430.677500', '112431.137500', '112431.597500', '112432.057500', '112432.517500', '112432.977500', '112433.437500', '112433.897500', '112434.357500', '112434.817500', '112435.277500', '112435.737500', '112436.197500', '112436.657500', '112437.117500', '112437.577500', '112438.037500', '112438.497500', '112438.957500', '112439.417500', '112439.877500', '112440.337500', '112440.797500', '112441.257500', '112441.717500', '112442.177500', '112442.637500', '112443.097500', '112443.557500', '112444.017500', '112444.477500', '112444.937500', '112445.397500', '112445.857500', '112446.317500', '112446.777500', '112447.237500', '112447.697500', '112448.157500', '112448.617500', '112449.077500', '112449.537500', '112449.997500', '112450.457500', '112450.917500', '112451.377500', '112451.837500', '112452.297500', '112452.757500', '112453.217500', '112453.677500', '112454.137500', '112454.597500', '112455.057500', '112455.517500', '112455.977500', '112456.437500', '112456.897500', '112457.357500', '112457.817500', '112458.277500', '112458.737500', '112459.197500', '112459.657500', '112500.117500', '112500.577500', '112501.037500', '112501.497500', '112501.957500', '112502.417500', '112502.877500', '112503.337500', '112503.797500', '112504.257500', '112504.717500', '112505.177500', '112505.637500', '112506.097500', '112506.557500', '112507.017500', '112507.477500', '112507.937500', '112508.397500', '112508.857500', '112509.317500', '112509.777500', '112510.237500', '112510.697500', '112511.157500', '112511.617500', '112512.077500', '112512.537500', '112512.997500', '112513.457500', '112513.917500', '112514.377500', '112514.837500', '112515.297500', '112515.757500', '112516.217500', '112516.677500', '112517.137500', '112517.597500', '112518.057500', '112518.517500', '112518.977500', '112519.437500', '112519.897500', '112520.357500', '112520.817500', '112521.277500', '112521.737500', '112522.197500', '112522.657500', '112523.117500', '112523.577500', '112524.037500', '112524.497500', '112524.957500', '112525.417500', '112525.877500', '112526.337500', '112526.797500', '112527.257500', '112527.717500', '112528.177500', '112528.637500', '112529.097500', '112529.557500', '112530.017500', '112530.477500', '112530.937500', '112531.397500', '112531.857500', '112532.317500', '112532.777500', '112533.237500', '112533.697500', '112534.157500', '112534.617500', '112535.077500', '112535.537500', '112535.997500', '112536.457500', '112536.917500', '112537.377500', '112537.837500', '112538.297500', '112538.757500', '112539.217500', '112539.677500', '112540.137500', '112540.597500', '112541.057500', '112541.517500', '112541.977500', '112542.437500', '112542.897500', '112543.357500', '112543.817500', '112544.277500', '112544.737500', '112545.197500', '112545.657500', '112546.117500', '112546.577500', '112547.037500', '112547.497500', '112547.957500', '112548.417500', '112548.877500', '112549.337500', '112549.797500', '112550.257500', '112550.717500', '112551.177500', '112551.637500', '112552.097500', '112552.557500', '112553.017500', '112553.477500', '112553.937500', '112554.397500', '112554.857500', '112555.317500', '112555.777500', '112556.237500', '112556.697500', '112557.157500', '112557.617500', '112558.077500', '112558.537500', '112558.997500', '112559.457500', '112559.917500', '112600.377500', '112600.837500', '112601.297500', '112601.757500', '112602.217500', '112602.677500', '112603.137500', '112603.597500', '112604.057500', '112604.517500', '112604.977500', '112605.437500', '112605.897500', '112606.357500', '112606.817500', '112607.277500', '112607.737500', '112608.197500', '112608.657500', '112609.117500', '112609.577500', '112610.037500', '112610.497500', '112610.957500', '112611.417500', '112611.877500', '112612.337500', '112612.797500', '112613.257500', '112613.717500', '112614.177500', '112614.637500', '112615.097500', '112615.557500', '112616.017500', '112616.477500', '112616.937500', '112617.397500', '112617.857500', '112618.317500', '112618.777500', '112619.237500', '112619.697500', '112620.157500', '112620.617500', '112621.077500', '112621.537500', '112621.997500', '112622.457500', '112622.917500', '112623.377500', '112623.837500', '112624.297500', '112624.757500', '112625.217500', '112625.677500', '112626.137500', '112626.597500', '112627.057500', '112627.517500', '112627.977500', '112628.437500', '112628.897500', '112629.357500', '112629.817500', '112630.277500', '112630.737500', '112631.197500', '112631.657500', '112632.117500', '112632.577500', '112633.037500', '112633.497500', '112633.957500', '112634.417500', '112634.877500', '112635.337500', '112635.797500', '112636.257500', '112636.717500', '112637.177500', '112637.637500', '112638.097500', '112638.557500', '112639.017500', '112639.477500', '112639.937500', '112640.397500', '112640.857500', '112641.317500', '112641.777500', '112642.237500', '112642.697500', '112643.157500', '112643.617500', '112644.077500', '112644.537500', '112644.997500', '112645.457500', '112645.917500', '112646.377500', '112646.837500', '112647.297500', '112647.757500', '112648.217500', '112648.677500', '112649.137500', '112649.597500', '112650.057500', '112650.517500', '112650.977500', '112651.437500', '112651.897500', '112652.357500', '112652.817500', '112653.277500', '112653.737500', '112654.197500', '112654.657500', '112655.117500', '112655.577500', '112656.037500', '112656.497500', '112656.957500', '112657.417500', '112657.877500', '112658.337500', '112658.797500', '112659.257500', '112659.717500', '112700.177500', '112700.637500', '112701.097500', '112701.557500', '112702.017500', '112702.477500', '112702.937500', '112703.397500', '112703.857500', '112704.317500', '112704.777500', '112705.237500', '112705.697500', '112706.157500', '112706.617500', '112707.077500', '112707.537500', '112707.997500', '112708.457500', '112708.917500', '112709.377500', '112709.837500', '112710.297500', '112710.757500', '112711.217500', '112711.677500', '112712.137500', '112712.597500', '112713.057500', '112713.517500', '112713.977500', '112714.437500', '112714.897500', '112715.357500', '112715.817500', '112716.277500', '112716.737500', '112717.197500', '112717.657500', '112718.117500', '112718.577500', '112719.037500', '112719.497500', '112719.957500', '112720.417500', '112720.877500', '112721.337500', '112721.797500', '112722.257500', '112722.717500', '112723.177500', '112723.637500', '112724.097500', '112724.557500', '112725.017500', '112725.477500', '112725.937500', '112726.397500', '112726.857500', '112727.317500', '112727.777500', '112728.237500', '112728.697500', '112729.157500', '112729.617500', '112730.077500', '112730.537500', '112730.997500', '112731.457500', '112731.917500', '112732.377500', '112732.837500', '112733.297500', '112733.757500', '112734.217500', '112734.677500', '112735.137500', '112735.597500', '112736.057500', '112736.517500', '112736.977500', '112737.437500', '112737.897500', '112738.357500', '112738.817500', '112739.277500', '112739.737500', '112740.197500', '112740.657500', '112741.117500', '112741.577500', '112742.037500', '112742.497500', '112742.957500', '112743.417500', '112743.877500', '112744.337500', '112744.797500', '112745.257500', '112745.717500', '112746.177500', '112746.637500', '112747.097500', '112747.557500', '112748.017500', '112748.477500', '112748.937500', '112749.397500', '112749.857500', '112750.317500', '112750.777500', '112751.237500', '112751.697500', '112752.157500', '112752.617500', '112753.077500', '112753.537500', '112753.997500', '112754.457500', '112754.917500', '112755.377500', '112755.837500', '112756.297500', '112756.757500', '112757.217500', '112757.677500', '112758.137500', '112758.597500', '112759.057500', '112759.517500', '112759.977500', '112800.437500', '112800.897500', '112801.357500', '112801.817500', '112802.277500', '112802.737500', '112803.197500', '112803.657500', '112804.117500', '112804.577500', '112805.037500', '112805.497500', '112805.957500', '112806.417500', '112806.877500', '112807.337500', '112807.797500', '112808.257500', '112808.717500', '112809.177500', '112809.637500', '112810.097500', '112810.557500', '112811.017500', '112811.477500', '112811.937500', '112812.397500', '112812.857500', '112813.317500', '112813.777500', '112814.237500', '112814.697500', '112815.157500', '112815.617500', '112816.077500', '112816.537500', '112816.997500', '112817.457500', '112817.917500', '112818.377500', '112818.837500', '112819.297500', '112819.757500', '112820.217500', '112820.677500', '112821.137500', '112821.597500', '112822.057500', '112822.517500', '112822.977500', '112823.437500', '112823.897500', '112824.357500', '112824.817500', '112825.277500', '112825.737500', '112826.197500', '112826.657500', '112827.117500', '112827.577500', '112828.037500', '112828.497500', '112828.957500', '112829.417500', '112829.877500', '112830.337500', '112830.797500', '112831.257500', '112831.717500', '112832.177500', '112832.637500', '112833.097500', '112833.557500', '112834.017500', '112834.477500', '112834.937500', '112835.397500', '112835.857500', '112836.317500', '112836.777500', '112837.237500', '112837.697500', '112838.157500', '112838.617500', '112839.077500', '112839.537500', '112839.997500', '112840.457500', '112840.917500', '112841.377500', '112841.837500', '112842.297500', '112842.757500', '112843.217500', '112843.677500', '112844.137500', '112844.597500', '112845.057500', '112845.517500', '112845.977500', '112846.437500', '112846.897500', '112847.357500', '112847.817500', '112848.277500', '112848.737500', '112849.197500', '112849.657500', '112850.117500', '112850.577500', '112851.037500', '112851.497500', '112851.957500', '112852.417500', '112852.877500', '112853.337500', '112853.797500', '112854.257500', '112854.717500', '112855.177500', '112855.637500', '112856.097500', '112856.557500', '112857.017500', '112857.477500', '112857.937500', '112858.397500', '112858.857500', '112859.317500', '112859.777500', '112900.237500', '112900.697500', '112901.157500', '112901.617500', '112902.077500', '112902.537500', '112902.997500', '112903.457500', '112903.917500', '112904.377500', '112904.837500', '112905.297500', '112905.757500', '112906.217500', '112906.677500', '112907.137500', '112907.597500', '112908.057500', '112908.517500', '112908.977500', '112909.437500', '112909.897500', '112910.357500', '112910.817500', '112911.277500', '112911.737500', '112912.197500', '112912.657500', '112913.117500', '112913.577500', '112914.037500', '112914.497500', '112914.957500', '112915.417500', '112915.877500', '112916.337500', '112916.797500', '112917.257500', '112917.717500', '112918.177500', '112918.637500', '112919.097500', '112919.557500', '112920.017500', '112920.477500', '112920.937500', '112921.397500', '112921.857500', '112922.317500', '112922.777500', '112923.237500', '112923.697500', '112924.157500', '112924.617500', '112925.077500', '112925.537500', '112925.997500', '112926.457500', '112926.917500', '112927.377500', '112927.837500', '112928.297500', '112928.757500', '112929.217500', '112929.677500', '112930.137500', '112930.597500', '112931.057500', '112931.517500', '112931.977500', '112932.437500', '112932.897500', '112933.357500', '112933.817500', '112934.277500', '112934.737500', '112935.197500', '112935.657500', '112936.117500', '112936.577500', '112937.037500', '112937.497500', '112937.957500', '112938.417500', '112938.877500', '112939.337500', '112939.797500', '112940.257500', '112940.717500', '112941.177500', '112941.637500', '112942.097500', '112942.557500', '112943.017500', '112943.477500', '112943.937500', '112944.397500', '112944.857500', '112945.317500', '112945.777500', '112946.237500', '112946.697500', '112947.157500', '112947.617500', '112948.077500', '112948.537500', '112948.997500', '112949.457500', '112949.917500', '112950.377500', '112950.837500', '112951.297500', '112951.757500', '112952.217500', '112952.677500', '112953.137500', '112953.597500', '112954.057500', '112954.517500', '112954.977500', '112955.437500', '112955.897500', '112956.357500', '112956.817500', '112957.277500', '112957.737500', '112958.197500', '112958.657500', '112959.117500', '112959.577500', '113000.037500', '113000.497500', '113000.957500', '113001.417500', '113001.877500', '113002.337500', '113002.797500', '113003.257500', '113003.717500', '113004.177500', '113004.637500', '113005.097500', '113005.557500', '113006.017500', '113006.477500', '113006.937500', '113007.397500', '113007.857500', '113008.317500', '113008.777500', '113009.237500', '113009.697500', '113010.157500', '113010.617500', '113011.077500', '113011.537500', '113011.997500', '113012.457500', '113012.917500', '113013.377500', '113013.837500', '113014.297500', '113014.757500', '113015.217500', '113015.677500', '113016.137500', '113016.597500', '113017.057500', '113017.517500', '113017.977500', '113018.437500', '113018.897500', '113019.357500', '113019.817500', '113020.277500', '113020.737500', '113021.197500', '113021.657500', '113022.117500', '113022.577500', '113023.037500', '113023.497500', '113023.957500', '113024.417500', '113024.877500', '113025.337500', '113025.797500', '113026.257500', '113026.717500', '113027.177500', '113027.637500', '113028.097500', '113028.557500', '113029.017500', '113029.477500', '113029.937500', '113030.397500', '113030.857500', '113031.317500', '113031.777500', '113032.237500', '113032.697500', '113033.157500', '113033.617500', '113034.077500', '113034.537500', '113034.997500', '113035.457500', '113035.917500', '113036.377500', '113036.837500', '113037.297500', '113037.757500', '113038.217500', '113038.677500', '113039.137500', '113039.597500', '113040.057500', '113040.517500', '113040.977500', '113041.437500', '113041.897500', '113042.357500', '113042.817500', '113043.277500', '113043.737500', '113044.197500', '113044.657500', '113045.117500', '113045.577500', '113046.037500', '113046.497500', '113046.957500', '113047.417500', '113047.877500', '113048.337500', '113048.797500', '113049.257500', '113049.717500', '113050.177500', '113050.637500', '113051.097500', '113051.557500', '113052.017500', '113052.477500', '113052.937500', '113053.397500', '113053.857500', '113054.317500', '113054.777500', '113055.237500', '113055.697500', '113056.157500', '113056.617500', '113057.077500', '113057.537500', '113057.997500', '113058.457500', '113058.917500', '113059.377500', '113059.837500', '113100.297500', '113100.757500', '113101.217500', '113101.677500', '113102.137500', '113102.597500', '113103.057500', '113103.517500', '113103.977500', '113104.437500', '113104.897500', '113105.357500', '113105.817500', '113106.277500', '113106.737500', '113107.197500', '113107.657500', '113108.117500', '113108.577500', '113109.037500', '113109.497500', '113109.957500', '113110.417500', '113110.877500', '113111.337500', '113111.797500', '113112.257500', '113112.717500', '113113.177500', '113113.637500', '113114.097500', '113114.557500', '113115.017500', '113115.477500', '113115.937500', '113116.397500', '113116.857500', '113117.317500', '113117.777500'], 'ContentTime': ['112205.726000', '112211.047000', '112211.100000', '112211.179000', '112211.225000', '112211.272000', '112211.328000', '112211.375000', '112211.438000', '112211.494000', '112211.558000', '112211.614000', '112211.676000', '112211.742000', '112211.796000', '112211.884000', '112211.974000', '112212.053000', '112212.136000', '112212.227000', '112212.379000', '112212.843000', '112213.295000', '112213.756000', '112214.222000', '112214.686000', '112215.150000', '112215.607000', '112216.065000', '112216.525000', '112217.004000', '112217.444000', '112217.899000', '112218.359000', '112219.098000', '112219.286000', '112219.742000', '112220.187000', '112220.662000', '112221.126000', '112221.590000', '112222.042000', '112222.508000', '112222.957000', '112223.421000', '112223.895000', '112224.349000', '112224.808000', '112225.266000', '112225.726000', '112226.180000', '112226.641000', '112227.103000', '112227.586000', '112228.020000', '112228.535000', '112228.942000', '112229.401000', '112229.871000', '112230.326000', '112230.783000', '112231.236000', '112231.696000', '112232.160000', '112232.609000', '112233.077000', '112233.543000', '112233.991000', '112234.460000', '112234.930000', '112235.387000', '112235.843000', '112236.288000', '112236.767000', '112237.214000', '112237.684000', '112238.140000', '112238.592000', '112239.067000', '112239.510000', '112239.990000', '112240.477000', '112240.901000', '112241.375000', '112241.810000', '112242.288000', '112242.744000', '112243.196000', '112243.664000', '112244.117000', '112244.580000', '112245.043000', '112245.500000', '112245.973000', '112246.423000', '112246.887000', '112247.335000', '112247.788000', '112248.250000', '112248.722000', '112249.182000', '112249.674000', '112250.093000', '112250.557000', '112251.018000', '112251.489000', '112251.949000', '112252.394000', '112252.871000', '112253.392000', '112253.780000', '112254.246000', '112254.703000', '112255.163000', '112255.651000', '112256.082000', '112256.529000', '112257.011000', '112258.018000', '112258.192000', '112258.381000', '112258.850000', '112259.297000', '112259.764000', '112300.218000', '112300.684000', '112301.148000', '112301.643000', '112302.052000', '112302.530000', '112302.985000', '112303.452000', '112303.892000', '112304.361000', '112304.831000', '112305.285000', '112305.734000', '112306.200000', '112306.663000', '112307.126000', '112307.581000', '112308.048000', '112308.504000', '112308.968000', '112309.426000', '112309.874000', '112310.335000', '112310.798000', '112311.292000', '112311.729000', '112312.182000', '112312.637000', '112313.091000', '112313.558000', '112314.022000', '112314.489000', '112314.938000', '112315.405000', '112315.851000', '112316.313000', '112316.791000', '112317.245000', '112317.709000', '112318.171000', '112318.628000', '112319.074000', '112319.546000', '112319.995000', '112320.461000', '112320.926000', '112321.380000', '112321.846000', '112322.306000', '112322.765000', '112323.241000', '112323.686000', '112324.151000', '112324.606000', '112325.055000', '112325.576000', '112325.985000', '112326.450000', '112326.907000', '112327.356000', '112327.815000', '112328.297000', '112328.742000', '112329.216000', '112329.660000', '112330.120000', '112330.580000', '112331.037000', '112331.495000', '112331.977000', '112332.451000', '112332.875000', '112333.376000', '112333.813000', '112334.251000', '112334.711000', '112335.241000', '112335.649000', '112336.102000', '112336.568000', '112337.014000', '112337.491000', '112337.939000', '112338.400000', '112338.865000', '112339.325000', '112339.785000', '112340.251000', '112340.706000', '112341.195000', '112341.629000', '112342.091000', '112342.547000', '112343.013000', '112343.466000', '112343.917000', '112344.376000', '112344.851000', '112345.308000', '112345.761000', '112346.227000', '112346.675000', '112347.298000', '112347.603000', '112348.062000', '112348.524000', '112348.983000', '112349.449000', '112349.913000', '112350.371000', '112350.824000', '112351.285000', '112351.749000', '112352.200000', '112352.657000', '112353.117000', '112353.591000', '112354.122000', '112354.498000', '112354.975000', '112355.425000', '112356.061000', '112356.347000', '112356.800000', '112357.249000', '112357.725000', '112358.180000', '112358.654000', '112359.219000', '112359.573000', '112400.017000', '112400.513000', '112400.943000', '112401.740000', '112402.001000', '112402.315000', '112402.783000', '112403.244000', '112403.700000', '112404.161000', '112404.612000', '112405.091000', '112405.545000', '112406.052000', '112406.465000', '112406.914000', '112407.396000', '112407.856000', '112408.298000', '112408.768000', '112409.247000', '112409.680000', '112410.137000', '112410.604000', '112411.071000', '112411.520000', '112412.036000', '112412.444000', '112412.905000', '112413.370000', '112413.844000', '112414.294000', '112414.735000', '112415.210000', '112415.672000', '112416.195000', '112416.584000', '112417.046000', '112417.518000', '112417.959000', '112418.422000', '112418.896000', '112419.336000', '112419.811000', '112420.269000', '112420.718000', '112421.191000', '112421.646000', '112422.113000', '112422.553000', '112423.019000', '112423.490000', '112423.950000', '112424.418000', '112424.864000', '112425.319000', '112425.790000', '112426.252000', '112426.707000', '112427.170000', '112427.628000', '112428.096000', '112428.561000', '112429.020000', '112429.460000', '112429.932000', '112430.387000', '112430.851000', '112431.302000', '112431.792000', '112432.224000', '112432.688000', '112433.142000', '112433.604000', '112434.076000', '112434.520000', '112434.996000', '112435.453000', '112435.915000', '112436.369000', '112436.828000', '112437.279000', '112437.758000', '112438.201000', '112438.751000', '112439.128000', '112439.581000', '112440.043000', '112440.503000', '112440.977000', '112441.457000', '112441.885000', '112442.353000', '112442.802000', '112443.259000', '112443.741000', '112444.182000', '112444.659000', '112445.118000', '112445.569000', '112446.035000', '112446.497000', '112446.941000', '112447.402000', '112447.884000', '112448.340000', '112448.827000', '112449.252000', '112449.709000', '112450.202000', '112450.633000', '112451.093000', '112451.542000', '112452.003000', '112452.471000', '112452.935000', '112453.422000', '112453.870000', '112454.305000', '112454.758000', '112455.232000', '112455.700000', '112456.142000', '112456.601000', '112457.062000', '112457.540000', '112457.995000', '112458.443000', '112458.901000', '112459.379000', '112459.824000', '112500.284000', '112500.752000', '112501.203000', '112501.699000', '112502.132000', '112502.587000', '112503.046000', '112503.512000', '112503.978000', '112504.425000', '112504.881000', '112505.343000', '112505.810000', '112506.274000', '112506.728000', '112507.192000', '112507.657000', '112508.104000', '112508.569000', '112509.036000', '112509.497000', '112509.944000', '112510.404000', '112510.861000', '112511.336000', '112511.783000', '112512.242000', '112512.712000', '112513.164000', '112513.624000', '112514.098000', '112514.541000', '112515.003000', '112515.458000', '112515.927000', '112516.378000', '112516.857000', '112517.303000', '112517.778000', '112518.240000', '112518.691000', '112519.153000', '112519.691000', '112520.067000', '112520.523000', '112521.000000', '112521.444000', '112521.909000', '112522.379000', '112522.832000', '112523.326000', '112523.762000', '112524.199000', '112524.669000', '112525.146000', '112525.582000', '112526.053000', '112526.548000', '112526.959000', '112527.442000', '112527.891000', '112528.340000', '112528.809000', '112529.264000', '112529.739000', '112530.202000', '112530.652000', '112531.148000', '112531.579000', '112532.034000', '112532.512000', '112532.957000', '112533.410000', '112533.876000', '112534.326000', '112534.786000', '112535.244000', '112535.706000', '112536.165000', '112536.634000', '112537.102000', '112537.552000', '112538.020000', '112538.478000', '112538.927000', '112539.423000', '112539.855000', '112540.312000', '112540.795000', '112541.242000', '112541.728000', '112542.163000', '112542.613000', '112543.072000', '112543.526000', '112543.986000', '112544.462000', '112544.921000', '112545.403000', '112545.826000', '112546.301000', '112546.744000', '112547.208000', '112547.710000', '112548.142000', '112548.596000', '112549.056000', '112549.525000', '112549.968000', '112550.431000', '112550.886000', '112551.347000', '112551.822000', '112552.311000', '112552.726000', '112553.188000', '112553.654000', '112554.123000', '112554.561000', '112555.040000', '112555.512000', '112555.961000', '112556.415000', '112556.870000', '112557.341000', '112557.834000', '112558.261000', '112558.724000', '112559.169000', '112559.628000', '112600.091000', '112600.558000', '112601.024000', '112601.466000', '112601.945000', '112602.396000', '112602.860000', '112603.321000', '112603.814000', '112604.230000', '112604.743000', '112605.145000', '112605.606000', '112606.084000', '112606.536000', '112607.004000', '112607.457000', '112607.922000', '112608.376000', '112608.825000', '112609.297000', '112609.757000', '112610.214000', '112610.678000', '112611.139000', '112611.601000', '112612.052000', '112612.511000', '112612.977000', '112613.448000', '112613.896000', '112614.366000', '112614.844000', '112615.287000', '112615.748000', '112616.198000', '112616.658000', '112617.124000', '112617.570000', '112618.039000', '112618.499000', '112618.956000', '112619.451000', '112619.874000', '112620.329000', '112620.790000', '112621.258000', '112621.724000', '112622.184000', '112622.630000', '112623.092000', '112623.557000', '112624.029000', '112624.472000', '112624.948000', '112625.399000', '112625.864000', '112626.310000', '112626.789000', '112627.250000', '112627.696000', '112628.160000', '112628.622000', '112629.082000', '112629.543000', '112629.995000', '112630.492000', '112630.928000', '112631.386000', '112631.829000', '112632.302000', '112632.759000', '112633.211000', '112633.681000', '112634.130000', '112634.595000', '112635.061000', '112635.510000', '112635.967000', '112636.450000', '112636.930000', '112637.373000', '112637.812000', '112638.280000', '112638.745000', '112639.200000', '112639.654000', '112640.120000', '112640.583000', '112641.055000', '112641.500000', '112641.967000', '112642.428000', '112642.908000', '112643.381000', '112643.794000', '112644.266000', '112644.710000', '112645.282000', '112645.639000', '112646.104000', '112646.562000', '112647.015000', '112647.514000', '112647.942000', '112648.405000', '112648.868000', '112649.321000', '112649.778000', '112650.246000', '112650.700000', '112651.170000', '112651.635000', '112652.076000', '112652.551000', '112652.997000', '112653.465000', '112653.932000', '112654.381000', '112654.840000', '112655.319000', '112655.757000', '112656.215000', '112656.695000', '112657.136000', '112657.592000', '112658.068000', '112658.518000', '112658.971000', '112659.442000', '112659.908000', '112700.369000', '112700.825000', '112701.286000', '112701.748000', '112702.207000', '112702.694000', '112703.118000', '112703.575000', '112704.040000', '112704.502000', '112704.972000', '112705.426000', '112705.875000', '112706.345000', '112706.812000', '112707.251000', '112707.719000', '112708.190000', '112708.656000', '112709.114000', '112709.572000', '112710.014000', '112710.495000', '112710.952000', '112711.399000', '112711.897000', '112712.329000', '112712.783000', '112713.235000', '112713.708000', '112714.166000', '112714.620000', '112715.089000', '112715.553000', '112715.995000', '112716.456000', '112716.918000', '112717.390000', '112717.835000', '112718.302000', '112718.778000', '112719.231000', '112719.713000', '112720.158000', '112720.616000', '112721.065000', '112721.520000', '112722.017000', '112722.441000', '112722.915000', '112723.378000', '112723.836000', '112724.294000', '112724.744000', '112725.203000', '112725.659000', '112726.122000', '112726.580000', '112727.049000', '112727.512000', '112727.957000', '112728.459000', '112728.878000', '112729.355000', '112729.815000', '112730.269000', '112730.731000', '112731.182000', '112731.650000', '112732.099000', '112732.571000', '112733.052000', '112733.494000', '112733.949000', '112734.409000', '112734.902000', '112735.319000', '112735.796000', '112736.264000', '112736.716000', '112737.171000', '112737.639000', '112738.089000', '112738.565000', '112739.002000', '112739.478000', '112739.918000', '112740.396000', '112740.849000', '112741.317000', '112741.770000', '112742.231000', '112742.687000', '112743.144000', '112743.618000', '112744.077000', '112744.546000', '112745.030000', '112745.486000', '112745.912000', '112746.361000', '112746.823000', '112747.318000', '112747.741000', '112748.195000', '112748.672000', '112749.127000', '112749.592000', '112750.055000', '112750.499000', '112750.975000', '112751.438000', '112751.896000', '112752.342000', '112752.818000', '112753.272000', '112753.737000', '112754.189000', '112754.642000', '112755.111000', '112755.600000', '112756.028000', '112756.488000', '112756.955000', '112757.420000', '112757.861000', '112758.324000', '112758.784000', '112759.285000', '112759.730000', '112800.162000', '112800.638000', '112801.091000', '112801.553000', '112802.015000', '112802.503000', '112802.934000', '112803.392000', '112803.863000', '112804.308000', '112804.771000', '112805.251000', '112805.686000', '112806.152000', '112806.611000', '112807.074000', '112807.538000', '112807.989000', '112808.462000', '112808.915000', '112809.379000', '112809.839000', '112810.297000', '112810.757000', '112811.216000', '112811.669000', '112812.138000', '112812.596000', '112813.047000', '112813.518000', '112813.968000', '112814.431000', '112814.888000', '112815.349000', '112815.805000', '112816.266000', '112816.745000', '112817.197000', '112817.700000', '112818.102000', '112818.567000', '112819.037000', '112819.499000', '112819.966000', '112820.419000', '112820.873000', '112821.330000', '112821.792000', '112822.256000', '112822.710000', '112823.180000', '112823.625000', '112824.106000', '112824.558000', '112825.020000', '112825.466000', '112825.939000', '112826.399000', '112826.853000', '112827.309000', '112827.786000', '112828.244000', '112828.687000', '112829.292000', '112829.620000', '112830.071000', '112830.545000', '112831.009000', '112831.459000', '112831.927000', '112832.381000', '112832.847000', '112833.297000', '112833.759000', '112834.231000', '112834.677000', '112835.140000', '112835.600000', '112836.062000', '112836.521000', '112836.976000', '112837.439000', '112837.890000', '112838.363000', '112838.810000', '112839.284000', '112839.743000', '112840.193000', '112840.651000', '112841.122000', '112841.570000', '112842.040000', '112842.502000', '112842.952000', '112843.410000', '112843.873000', '112844.337000', '112844.804000', '112845.264000', '112845.730000', '112846.173000', '112846.647000', '112847.088000', '112847.562000', '112848.019000', '112848.481000', '112848.943000', '112849.407000', '112849.865000', '112850.320000', '112850.785000', '112851.244000', '112851.703000', '112852.149000', '112852.622000', '112853.083000', '112853.548000', '112853.993000', '112854.454000', '112854.923000', '112855.382000', '112855.846000', '112856.298000', '112856.771000', '112857.455000', '112857.682000', '112858.137000', '112858.604000', '112859.067000', '112859.534000', '112859.969000', '112900.435000', '112900.929000', '112901.361000', '112901.824000', '112902.282000', '112902.740000', '112903.202000', '112903.652000', '112904.119000', '112904.590000', '112905.054000', '112905.500000', '112905.959000', '112906.412000', '112906.877000', '112907.340000', '112907.810000', '112908.258000', '112908.719000', '112909.190000', '112909.636000', '112910.105000', '112910.554000', '112911.027000', '112911.488000', '112911.937000', '112912.405000', '112912.863000', '112913.327000', '112913.784000', '112914.277000', '112914.708000', '112915.174000', '112915.662000', '112916.091000', '112916.548000', '112917.015000', '112917.467000', '112917.931000', '112918.393000', '112918.856000', '112919.304000', '112919.762000', '112920.228000', '112920.690000', '112921.157000', '112921.599000', '112922.059000', '112922.531000', '112923.005000', '112923.438000', '112923.903000', '112924.373000', '112924.841000', '112925.274000', '112925.744000', '112926.212000', '112926.667000', '112927.122000', '112927.585000', '112928.048000', '112928.504000', '112928.994000', '112929.437000', '112929.885000', '112930.349000', '112930.840000', '112931.271000', '112931.735000', '112932.198000', '112932.650000', '112933.100000', '112933.573000', '112934.028000', '112934.498000', '112934.950000', '112935.398000', '112935.869000', '112936.322000', '112936.777000', '112937.260000', '112937.712000', '112938.169000', '112938.626000', '112939.089000', '112939.552000', '112940.037000', '112940.459000', '112940.924000', '112941.402000', '112941.858000', '112942.304000', '112942.778000', '112943.226000', '112943.703000', '112944.141000', '112944.617000', '112945.073000', '112945.534000', '112945.992000', '112946.451000', '112946.918000', '112947.371000', '112947.835000', '112948.291000', '112948.752000', '112949.407000', '112949.705000', '112950.136000', '112950.580000', '112951.045000', '112951.521000', '112951.975000', '112952.435000', '112952.886000', '112953.350000', '112953.815000', '112954.278000', '112954.741000', '112955.191000', '112955.641000', '112956.116000', '112956.576000', '112957.038000', '112957.499000', '112957.943000', '112958.409000', '112958.873000', '112959.334000', '112959.791000', '113000.268000', '113000.713000', '113001.331000', '113001.666000', '113002.093000', '113002.545000', '113003.020000', '113003.477000', '113003.935000', '113004.398000', '113004.846000', '113005.304000', '113005.782000', '113006.239000', '113006.703000', '113007.158000', '113007.625000', '113008.078000', '113008.547000', '113009.004000', '113009.465000', '113009.921000', '113010.369000', '113010.837000', '113011.300000', '113011.750000', '113012.213000', '113012.677000', '113013.128000', '113013.594000', '113014.050000', '113014.509000', '113014.971000', '113015.427000', '113015.904000', '113016.360000', '113016.808000', '113017.287000', '113017.743000', '113018.185000', '113018.658000', '113019.117000', '113019.585000', '113020.051000', '113020.491000', '113020.976000', '113021.425000', '113021.878000', '113022.333000', '113022.808000', '113023.266000', '113023.725000', '113024.181000', '113024.629000', '113025.092000', '113025.552000', '113026.019000', '113026.484000', '113026.935000', '113027.394000', '113027.862000', '113028.307000', '113028.777000', '113029.253000', '113029.696000', '113030.162000', '113030.613000', '113031.087000', '113031.539000', '113032.027000', '113032.468000', '113032.920000', '113033.393000', '113033.846000', '113034.302000', '113034.771000', '113035.365000', '113035.687000', '113036.139000', '113036.605000', '113037.098000', '113037.544000', '113037.986000', '113038.441000', '113038.897000', '113039.367000', '113039.822000', '113040.281000', '113040.746000', '113041.210000', '113041.665000', '113042.129000', '113042.583000', '113043.034000', '113043.532000', '113043.972000', '113044.428000', '113044.870000', '113045.335000', '113045.788000', '113046.260000', '113046.712000', '113047.450000', '113047.640000', '113048.091000', '113048.558000', '113049.026000', '113049.488000', '113049.944000', '113050.416000', '113050.872000', '113051.330000', '113051.791000', '113052.248000', '113052.711000', '113053.165000', '113053.615000', '113054.092000', '113054.555000', '113055.000000', '113055.459000', '113055.922000', '113056.380000', '113056.851000', '113057.442000', '113057.773000', '113058.234000', '113058.694000', '113059.150000', '113059.606000', '113100.074000', '113100.537000', '113100.991000', '113101.442000', '113101.907000', '113102.377000', '113102.816000', '113103.284000', '113103.743000', '113104.238000', '113104.663000', '113105.132000', '113105.590000', '113106.037000', '113106.496000', '113106.968000', '113107.420000', '113107.924000', '113108.383000', '113108.811000', '113109.437000', '113109.727000', '113110.188000', '113110.645000', '113111.113000', '113111.577000', '113112.036000', '113112.508000', '113112.954000', '113113.414000', '113113.871000', '113114.320000', '113114.820000', '113115.245000', '113115.699000', '113116.159000', '113116.627000', '113117.085000', '113117.548000', '113118.034000', '113118.471000', '113118.916000'], 'InstanceCreationTime': ['112205.726000', '112211.047000', '112211.100000', '112211.179000', '112211.225000', '112211.272000', '112211.328000', '112211.375000', '112211.438000', '112211.494000', '112211.558000', '112211.614000', '112211.676000', '112211.742000', '112211.796000', '112211.884000', '112211.974000', '112212.053000', '112212.136000', '112212.227000', '112212.379000', '112212.843000', '112213.295000', '112213.756000', '112214.222000', '112214.686000', '112215.150000', '112215.607000', '112216.065000', '112216.525000', '112217.004000', '112217.444000', '112217.899000', '112218.359000', '112219.098000', '112219.286000', '112219.742000', '112220.187000', '112220.662000', '112221.126000', '112221.590000', '112222.042000', '112222.508000', '112222.957000', '112223.421000', '112223.895000', '112224.349000', '112224.808000', '112225.266000', '112225.726000', '112226.180000', '112226.641000', '112227.103000', '112227.586000', '112228.020000', '112228.535000', '112228.942000', '112229.401000', '112229.871000', '112230.326000', '112230.783000', '112231.236000', '112231.696000', '112232.160000', '112232.609000', '112233.077000', '112233.543000', '112233.991000', '112234.460000', '112234.930000', '112235.387000', '112235.843000', '112236.288000', '112236.767000', '112237.214000', '112237.684000', '112238.140000', '112238.592000', '112239.067000', '112239.510000', '112239.990000', '112240.477000', '112240.901000', '112241.375000', '112241.810000', '112242.288000', '112242.744000', '112243.196000', '112243.664000', '112244.117000', '112244.580000', '112245.043000', '112245.500000', '112245.973000', '112246.423000', '112246.887000', '112247.335000', '112247.788000', '112248.250000', '112248.722000', '112249.182000', '112249.674000', '112250.093000', '112250.557000', '112251.018000', '112251.489000', '112251.949000', '112252.394000', '112252.871000', '112253.392000', '112253.780000', '112254.246000', '112254.703000', '112255.163000', '112255.651000', '112256.082000', '112256.529000', '112257.011000', '112258.018000', '112258.192000', '112258.381000', '112258.850000', '112259.297000', '112259.764000', '112300.218000', '112300.684000', '112301.148000', '112301.643000', '112302.052000', '112302.530000', '112302.985000', '112303.452000', '112303.892000', '112304.361000', '112304.831000', '112305.285000', '112305.734000', '112306.200000', '112306.663000', '112307.126000', '112307.581000', '112308.048000', '112308.504000', '112308.968000', '112309.426000', '112309.874000', '112310.335000', '112310.798000', '112311.292000', '112311.729000', '112312.182000', '112312.637000', '112313.091000', '112313.558000', '112314.022000', '112314.489000', '112314.938000', '112315.405000', '112315.851000', '112316.313000', '112316.791000', '112317.245000', '112317.709000', '112318.171000', '112318.628000', '112319.074000', '112319.546000', '112319.995000', '112320.461000', '112320.926000', '112321.380000', '112321.846000', '112322.306000', '112322.765000', '112323.241000', '112323.686000', '112324.151000', '112324.606000', '112325.055000', '112325.576000', '112325.985000', '112326.450000', '112326.907000', '112327.356000', '112327.815000', '112328.297000', '112328.742000', '112329.216000', '112329.660000', '112330.120000', '112330.580000', '112331.037000', '112331.495000', '112331.977000', '112332.451000', '112332.875000', '112333.376000', '112333.813000', '112334.251000', '112334.711000', '112335.241000', '112335.649000', '112336.102000', '112336.568000', '112337.014000', '112337.491000', '112337.939000', '112338.400000', '112338.865000', '112339.325000', '112339.785000', '112340.251000', '112340.706000', '112341.195000', '112341.629000', '112342.091000', '112342.547000', '112343.013000', '112343.466000', '112343.917000', '112344.376000', '112344.851000', '112345.308000', '112345.761000', '112346.227000', '112346.675000', '112347.298000', '112347.603000', '112348.062000', '112348.524000', '112348.983000', '112349.449000', '112349.913000', '112350.371000', '112350.824000', '112351.285000', '112351.749000', '112352.200000', '112352.657000', '112353.117000', '112353.591000', '112354.122000', '112354.498000', '112354.975000', '112355.425000', '112356.061000', '112356.347000', '112356.800000', '112357.249000', '112357.725000', '112358.180000', '112358.654000', '112359.219000', '112359.573000', '112400.017000', '112400.513000', '112400.943000', '112401.740000', '112402.001000', '112402.315000', '112402.783000', '112403.244000', '112403.700000', '112404.161000', '112404.612000', '112405.091000', '112405.545000', '112406.052000', '112406.465000', '112406.914000', '112407.396000', '112407.856000', '112408.298000', '112408.768000', '112409.247000', '112409.680000', '112410.137000', '112410.604000', '112411.071000', '112411.520000', '112412.036000', '112412.444000', '112412.905000', '112413.370000', '112413.844000', '112414.294000', '112414.735000', '112415.210000', '112415.672000', '112416.195000', '112416.584000', '112417.046000', '112417.518000', '112417.959000', '112418.422000', '112418.896000', '112419.336000', '112419.811000', '112420.269000', '112420.718000', '112421.191000', '112421.646000', '112422.113000', '112422.553000', '112423.019000', '112423.490000', '112423.950000', '112424.418000', '112424.864000', '112425.319000', '112425.790000', '112426.252000', '112426.707000', '112427.170000', '112427.628000', '112428.096000', '112428.561000', '112429.020000', '112429.460000', '112429.932000', '112430.387000', '112430.851000', '112431.302000', '112431.792000', '112432.224000', '112432.688000', '112433.142000', '112433.604000', '112434.076000', '112434.520000', '112434.996000', '112435.453000', '112435.915000', '112436.369000', '112436.828000', '112437.279000', '112437.758000', '112438.201000', '112438.751000', '112439.128000', '112439.581000', '112440.043000', '112440.503000', '112440.977000', '112441.457000', '112441.885000', '112442.353000', '112442.802000', '112443.259000', '112443.741000', '112444.182000', '112444.659000', '112445.118000', '112445.569000', '112446.035000', '112446.497000', '112446.941000', '112447.402000', '112447.884000', '112448.340000', '112448.827000', '112449.252000', '112449.709000', '112450.202000', '112450.633000', '112451.093000', '112451.542000', '112452.003000', '112452.471000', '112452.935000', '112453.422000', '112453.870000', '112454.305000', '112454.758000', '112455.232000', '112455.700000', '112456.142000', '112456.601000', '112457.062000', '112457.540000', '112457.995000', '112458.443000', '112458.901000', '112459.379000', '112459.824000', '112500.284000', '112500.752000', '112501.203000', '112501.699000', '112502.132000', '112502.587000', '112503.046000', '112503.512000', '112503.978000', '112504.425000', '112504.881000', '112505.343000', '112505.810000', '112506.274000', '112506.728000', '112507.192000', '112507.657000', '112508.104000', '112508.569000', '112509.036000', '112509.497000', '112509.944000', '112510.404000', '112510.861000', '112511.336000', '112511.783000', '112512.242000', '112512.712000', '112513.164000', '112513.624000', '112514.098000', '112514.541000', '112515.003000', '112515.458000', '112515.927000', '112516.378000', '112516.857000', '112517.303000', '112517.778000', '112518.240000', '112518.691000', '112519.153000', '112519.691000', '112520.067000', '112520.523000', '112521.000000', '112521.444000', '112521.909000', '112522.379000', '112522.832000', '112523.326000', '112523.762000', '112524.199000', '112524.669000', '112525.146000', '112525.582000', '112526.053000', '112526.548000', '112526.959000', '112527.442000', '112527.891000', '112528.340000', '112528.809000', '112529.264000', '112529.739000', '112530.202000', '112530.652000', '112531.148000', '112531.579000', '112532.034000', '112532.512000', '112532.957000', '112533.410000', '112533.876000', '112534.326000', '112534.786000', '112535.244000', '112535.706000', '112536.165000', '112536.634000', '112537.102000', '112537.552000', '112538.020000', '112538.478000', '112538.927000', '112539.423000', '112539.855000', '112540.312000', '112540.795000', '112541.242000', '112541.728000', '112542.163000', '112542.613000', '112543.072000', '112543.526000', '112543.986000', '112544.462000', '112544.921000', '112545.403000', '112545.826000', '112546.301000', '112546.744000', '112547.208000', '112547.710000', '112548.142000', '112548.596000', '112549.056000', '112549.525000', '112549.968000', '112550.431000', '112550.886000', '112551.347000', '112551.822000', '112552.311000', '112552.726000', '112553.188000', '112553.654000', '112554.123000', '112554.561000', '112555.040000', '112555.512000', '112555.961000', '112556.415000', '112556.870000', '112557.341000', '112557.834000', '112558.261000', '112558.724000', '112559.169000', '112559.628000', '112600.091000', '112600.558000', '112601.024000', '112601.466000', '112601.945000', '112602.396000', '112602.860000', '112603.321000', '112603.814000', '112604.230000', '112604.743000', '112605.145000', '112605.606000', '112606.084000', '112606.536000', '112607.004000', '112607.457000', '112607.922000', '112608.376000', '112608.825000', '112609.297000', '112609.757000', '112610.214000', '112610.678000', '112611.139000', '112611.601000', '112612.052000', '112612.511000', '112612.977000', '112613.448000', '112613.896000', '112614.366000', '112614.844000', '112615.287000', '112615.748000', '112616.198000', '112616.658000', '112617.124000', '112617.570000', '112618.039000', '112618.499000', '112618.956000', '112619.451000', '112619.874000', '112620.329000', '112620.790000', '112621.258000', '112621.724000', '112622.184000', '112622.630000', '112623.092000', '112623.557000', '112624.029000', '112624.472000', '112624.948000', '112625.399000', '112625.864000', '112626.310000', '112626.789000', '112627.250000', '112627.696000', '112628.160000', '112628.622000', '112629.082000', '112629.543000', '112629.995000', '112630.492000', '112630.928000', '112631.386000', '112631.829000', '112632.302000', '112632.759000', '112633.211000', '112633.681000', '112634.130000', '112634.595000', '112635.061000', '112635.510000', '112635.967000', '112636.450000', '112636.930000', '112637.373000', '112637.812000', '112638.280000', '112638.745000', '112639.200000', '112639.654000', '112640.120000', '112640.583000', '112641.055000', '112641.500000', '112641.967000', '112642.428000', '112642.908000', '112643.381000', '112643.794000', '112644.266000', '112644.710000', '112645.282000', '112645.639000', '112646.104000', '112646.562000', '112647.015000', '112647.514000', '112647.942000', '112648.405000', '112648.868000', '112649.321000', '112649.778000', '112650.246000', '112650.700000', '112651.170000', '112651.635000', '112652.076000', '112652.551000', '112652.997000', '112653.465000', '112653.932000', '112654.381000', '112654.840000', '112655.319000', '112655.757000', '112656.215000', '112656.695000', '112657.136000', '112657.592000', '112658.068000', '112658.518000', '112658.971000', '112659.442000', '112659.908000', '112700.369000', '112700.825000', '112701.286000', '112701.748000', '112702.207000', '112702.694000', '112703.118000', '112703.575000', '112704.040000', '112704.502000', '112704.972000', '112705.426000', '112705.875000', '112706.345000', '112706.812000', '112707.251000', '112707.719000', '112708.190000', '112708.656000', '112709.114000', '112709.572000', '112710.014000', '112710.495000', '112710.952000', '112711.399000', '112711.897000', '112712.329000', '112712.783000', '112713.235000', '112713.708000', '112714.166000', '112714.620000', '112715.089000', '112715.553000', '112715.995000', '112716.456000', '112716.918000', '112717.390000', '112717.835000', '112718.302000', '112718.778000', '112719.231000', '112719.713000', '112720.158000', '112720.616000', '112721.065000', '112721.520000', '112722.017000', '112722.441000', '112722.915000', '112723.378000', '112723.836000', '112724.294000', '112724.744000', '112725.203000', '112725.659000', '112726.122000', '112726.580000', '112727.049000', '112727.512000', '112727.957000', '112728.459000', '112728.878000', '112729.355000', '112729.815000', '112730.269000', '112730.731000', '112731.182000', '112731.650000', '112732.099000', '112732.571000', '112733.052000', '112733.494000', '112733.949000', '112734.409000', '112734.902000', '112735.319000', '112735.796000', '112736.264000', '112736.716000', '112737.171000', '112737.639000', '112738.089000', '112738.565000', '112739.002000', '112739.478000', '112739.918000', '112740.396000', '112740.849000', '112741.317000', '112741.770000', '112742.231000', '112742.687000', '112743.144000', '112743.618000', '112744.077000', '112744.546000', '112745.030000', '112745.486000', '112745.912000', '112746.361000', '112746.823000', '112747.318000', '112747.741000', '112748.195000', '112748.672000', '112749.127000', '112749.592000', '112750.055000', '112750.499000', '112750.975000', '112751.438000', '112751.896000', '112752.342000', '112752.818000', '112753.272000', '112753.737000', '112754.189000', '112754.642000', '112755.111000', '112755.600000', '112756.028000', '112756.488000', '112756.955000', '112757.420000', '112757.861000', '112758.324000', '112758.784000', '112759.285000', '112759.730000', '112800.162000', '112800.638000', '112801.091000', '112801.553000', '112802.015000', '112802.503000', '112802.934000', '112803.392000', '112803.863000', '112804.308000', '112804.771000', '112805.251000', '112805.686000', '112806.152000', '112806.611000', '112807.074000', '112807.538000', '112807.989000', '112808.462000', '112808.915000', '112809.379000', '112809.839000', '112810.297000', '112810.757000', '112811.216000', '112811.669000', '112812.138000', '112812.596000', '112813.047000', '112813.518000', '112813.968000', '112814.431000', '112814.888000', '112815.349000', '112815.805000', '112816.266000', '112816.745000', '112817.197000', '112817.700000', '112818.102000', '112818.567000', '112819.037000', '112819.499000', '112819.966000', '112820.419000', '112820.873000', '112821.330000', '112821.792000', '112822.256000', '112822.710000', '112823.180000', '112823.625000', '112824.106000', '112824.558000', '112825.020000', '112825.466000', '112825.939000', '112826.399000', '112826.853000', '112827.309000', '112827.786000', '112828.244000', '112828.687000', '112829.292000', '112829.620000', '112830.071000', '112830.545000', '112831.009000', '112831.459000', '112831.927000', '112832.381000', '112832.847000', '112833.297000', '112833.759000', '112834.231000', '112834.677000', '112835.140000', '112835.600000', '112836.062000', '112836.521000', '112836.976000', '112837.439000', '112837.890000', '112838.363000', '112838.810000', '112839.284000', '112839.743000', '112840.193000', '112840.651000', '112841.122000', '112841.570000', '112842.040000', '112842.502000', '112842.952000', '112843.410000', '112843.873000', '112844.337000', '112844.804000', '112845.264000', '112845.730000', '112846.173000', '112846.647000', '112847.088000', '112847.562000', '112848.019000', '112848.481000', '112848.943000', '112849.407000', '112849.865000', '112850.320000', '112850.785000', '112851.244000', '112851.703000', '112852.149000', '112852.622000', '112853.083000', '112853.548000', '112853.993000', '112854.454000', '112854.923000', '112855.382000', '112855.846000', '112856.298000', '112856.771000', '112857.455000', '112857.682000', '112858.137000', '112858.604000', '112859.067000', '112859.534000', '112859.969000', '112900.435000', '112900.929000', '112901.361000', '112901.824000', '112902.282000', '112902.740000', '112903.202000', '112903.652000', '112904.119000', '112904.590000', '112905.054000', '112905.500000', '112905.959000', '112906.412000', '112906.877000', '112907.340000', '112907.810000', '112908.258000', '112908.719000', '112909.190000', '112909.636000', '112910.105000', '112910.554000', '112911.027000', '112911.488000', '112911.937000', '112912.405000', '112912.863000', '112913.327000', '112913.784000', '112914.277000', '112914.708000', '112915.174000', '112915.662000', '112916.091000', '112916.548000', '112917.015000', '112917.467000', '112917.931000', '112918.393000', '112918.856000', '112919.304000', '112919.762000', '112920.228000', '112920.690000', '112921.157000', '112921.599000', '112922.059000', '112922.531000', '112923.005000', '112923.438000', '112923.903000', '112924.373000', '112924.841000', '112925.274000', '112925.744000', '112926.212000', '112926.667000', '112927.122000', '112927.585000', '112928.048000', '112928.504000', '112928.994000', '112929.437000', '112929.885000', '112930.349000', '112930.840000', '112931.271000', '112931.735000', '112932.198000', '112932.650000', '112933.100000', '112933.573000', '112934.028000', '112934.498000', '112934.950000', '112935.398000', '112935.869000', '112936.322000', '112936.777000', '112937.260000', '112937.712000', '112938.169000', '112938.626000', '112939.089000', '112939.552000', '112940.037000', '112940.459000', '112940.924000', '112941.402000', '112941.858000', '112942.304000', '112942.778000', '112943.226000', '112943.703000', '112944.141000', '112944.617000', '112945.073000', '112945.534000', '112945.992000', '112946.451000', '112946.918000', '112947.371000', '112947.835000', '112948.291000', '112948.752000', '112949.407000', '112949.705000', '112950.136000', '112950.580000', '112951.045000', '112951.521000', '112951.975000', '112952.435000', '112952.886000', '112953.350000', '112953.815000', '112954.278000', '112954.741000', '112955.191000', '112955.641000', '112956.116000', '112956.576000', '112957.038000', '112957.499000', '112957.943000', '112958.409000', '112958.873000', '112959.334000', '112959.791000', '113000.268000', '113000.713000', '113001.331000', '113001.666000', '113002.093000', '113002.545000', '113003.020000', '113003.477000', '113003.935000', '113004.398000', '113004.846000', '113005.304000', '113005.782000', '113006.239000', '113006.703000', '113007.158000', '113007.625000', '113008.078000', '113008.547000', '113009.004000', '113009.465000', '113009.921000', '113010.369000', '113010.837000', '113011.300000', '113011.750000', '113012.213000', '113012.677000', '113013.128000', '113013.594000', '113014.050000', '113014.509000', '113014.971000', '113015.427000', '113015.904000', '113016.360000', '113016.808000', '113017.287000', '113017.743000', '113018.185000', '113018.658000', '113019.117000', '113019.585000', '113020.051000', '113020.491000', '113020.976000', '113021.425000', '113021.878000', '113022.333000', '113022.808000', '113023.266000', '113023.725000', '113024.181000', '113024.629000', '113025.092000', '113025.552000', '113026.019000', '113026.484000', '113026.935000', '113027.394000', '113027.862000', '113028.307000', '113028.777000', '113029.253000', '113029.696000', '113030.162000', '113030.613000', '113031.087000', '113031.539000', '113032.027000', '113032.468000', '113032.920000', '113033.393000', '113033.846000', '113034.302000', '113034.771000', '113035.365000', '113035.687000', '113036.139000', '113036.605000', '113037.098000', '113037.544000', '113037.986000', '113038.441000', '113038.897000', '113039.367000', '113039.822000', '113040.281000', '113040.746000', '113041.210000', '113041.665000', '113042.129000', '113042.583000', '113043.034000', '113043.532000', '113043.972000', '113044.428000', '113044.870000', '113045.335000', '113045.788000', '113046.260000', '113046.712000', '113047.450000', '113047.640000', '113048.091000', '113048.558000', '113049.026000', '113049.488000', '113049.944000', '113050.416000', '113050.872000', '113051.330000', '113051.791000', '113052.248000', '113052.711000', '113053.165000', '113053.615000', '113054.092000', '113054.555000', '113055.000000', '113055.459000', '113055.922000', '113056.380000', '113056.851000', '113057.442000', '113057.773000', '113058.234000', '113058.694000', '113059.150000', '113059.606000', '113100.074000', '113100.537000', '113100.991000', '113101.442000', '113101.907000', '113102.377000', '113102.816000', '113103.284000', '113103.743000', '113104.238000', '113104.663000', '113105.132000', '113105.590000', '113106.037000', '113106.496000', '113106.968000', '113107.420000', '113107.924000', '113108.383000', '113108.811000', '113109.437000', '113109.727000', '113110.188000', '113110.645000', '113111.113000', '113111.577000', '113112.036000', '113112.508000', '113112.954000', '113113.414000', '113113.871000', '113114.320000', '113114.820000', '113115.245000', '113115.699000', '113116.159000', '113116.627000', '113117.085000', '113117.548000', '113118.034000', '113118.471000', '113118.916000'], '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': [539, 583, 590, 519, 711, 518, 601, 549, 512, 585, 504, 779, 621, 731, 636, 691, 605, 799, 641, 645, 581, 552, 554, 505, 585, 523, 617, 507, 595, 513, 701, 504, 772, 517, 668, 515, 537, 540, 499, 631, 503, 573, 514, 705, 516, 737, 515, 703, 514, 594, 632, 501, 637, 517, 664, 506, 792, 511, 701, 513, 819, 620, 505, 514, 511, 645, 522, 637, 513, 687, 504, 614, 511, 514, 702, 503, 614, 508, 777, 605, 817, 506, 771, 561, 624, 634, 501, 651, 510, 540, 516, 687, 517, 761, 509, 748, 511, 679, 550, 517, 592, 507, 612, 501, 564, 506, 683, 507, 722, 517, 719, 516, 601, 533, 506, 555, 515, 536, 512, 734, 518, 708, 516, 752, 586, 499, 515, 512, 707, 512, 683, 517, 645, 508, 739, 520, 499, 558, 514, 567, 526, 756, 499, 805, 507, 713, 615, 504, 705, 519, 625, 520, 808, 520, 809, 508, 505, 563, 520, 659, 522, 747, 512, 719, 525, 583, 640, 528, 585, 523, 710, 520, 667, 551, 512, 657, 515, 709, 511, 808, 524, 746, 527, 600, 620, 502, 701, 510, 568, 523, 741, 532, 776, 517, 578, 510, 533, 517, 498, 530, 529, 646, 514, 772, 541, 798, 518, 654, 505, 517, 532, 504, 610, 513, 530, 524, 611, 515, 733, 521, 702, 516, 506, 502, 511, 530, 499, 721, 512, 699, 508, 788, 558, 522, 502, 513, 648, 504, 696, 531, 764, 525, 753, 520, 727, 568, 513, 610, 510, 541, 520, 670, 519, 761, 500, 509, 765, 512, 684, 518, 616, 523, 730, 525, 737, 503, 590, 565, 519, 513, 526, 665, 494, 517, 525, 513, 680, 522, 732, 565, 757, 528, 754, 513, 744, 576, 740, 495, 769, 509, 609, 625, 497, 585, 499, 736, 552, 800, 511, 598, 497, 510, 618, 533, 644, 515, 701, 507, 708, 557, 581, 606, 501, 618, 526, 711, 500, 800, 568, 747, 522, 494, 603, 519, 596, 521, 616, 510, 517, 548, 518, 601, 583, 517, 832, 554, 510, 717, 512, 816, 560, 812, 645, 700, 570, 527, 513, 582, 512, 682, 511, 788, 529, 815, 556, 809, 628, 507, 540, 512, 781, 568, 869, 745, 780, 694, 545, 662, 515, 506, 508, 510, 585, 521, 497, 741, 525, 581, 783, 532, 822, 495, 519, 569, 504, 536, 500, 700, 505, 506, 525, 512, 500, 521, 496, 630, 520, 808, 647, 518, 670, 509, 514, 642, 508, 702, 505, 800, 642, 499, 780, 507, 493, 700, 550, 751, 610, 828, 510, 723, 500, 700, 507, 514, 725, 508, 760, 527, 688, 517, 740, 504, 767, 522, 591, 514, 509, 515, 516, 644, 503, 504, 537, 514, 650, 519, 769, 488, 757, 522, 783, 498, 741, 519, 792, 505, 516, 534, 517, 539, 509, 670, 498, 502, 527, 512, 679, 532, 737, 511, 803, 519, 578, 538, 564, 569, 505, 632, 510, 725, 512, 514, 620, 509, 545, 501, 697, 508, 504, 614, 525, 681, 513, 818, 535, 652, 591, 664, 617, 505, 581, 510, 683, 522, 628, 504, 688, 483, 511, 523, 518, 776, 490, 509, 634, 506, 704, 512, 731, 546, 533, 643, 514, 768, 517, 816, 561, 601, 693, 490, 563, 505, 745, 622, 504, 551, 518, 716, 509, 801, 539, 493, 625, 525, 616, 512, 667, 502, 517, 554, 512, 658, 634, 501, 659, 520, 817, 614, 602, 637, 513, 678, 523, 734, 503, 736, 504, 705, 500, 761, 555, 526, 515, 517, 693, 525, 532, 522, 509, 693, 514, 685, 507, 807, 516, 777, 510, 684, 581, 507, 556, 506, 627, 514, 569, 542, 515, 656, 510, 497, 545, 518, 633, 518, 769, 512, 775, 519, 813, 581, 539, 596, 503, 546, 516, 707, 512, 503, 548, 501, 598, 503, 802, 574, 501, 683, 504, 630, 516, 792, 512, 546, 609, 523, 592, 532, 755, 503, 573, 541, 522, 565, 500, 780, 507, 558, 533, 526, 625, 510, 735, 496, 528, 619, 517, 694, 514, 580, 514, 546, 611, 515, 624, 497, 526, 679, 512, 748, 499, 773, 518, 803, 553, 733, 598, 598, 551, 515, 720, 510, 726, 507, 515, 577, 549, 622, 516, 504, 504, 532, 689, 521, 601, 623, 525, 625, 520, 769, 512, 516, 639, 515, 585, 579, 721, 516, 659, 486, 533, 564, 565, 815, 495, 508, 630, 519, 636, 511, 634, 512, 526, 565, 545, 730, 511, 679, 514, 540, 583, 523, 706, 531, 523, 590, 509, 784, 518, 616, 503, 530, 540, 543, 689, 508, 552, 551, 526, 755, 524, 700, 562, 793, 503, 624, 497, 516, 531, 566, 710, 509, 504, 564, 543, 542, 525, 525, 516, 526, 524, 551, 688, 524, 510, 500, 513, 580, 542, 746, 496, 532, 595, 506, 682, 541, 814, 505, 549, 548, 548, 688, 520, 828, 514, 532, 740, 529, 730, 500, 583, 506, 527, 571, 554, 815, 520, 527, 581, 537, 599, 552, 794, 519, 736, 493, 524, 516, 550, 671, 519, 530, 589, 507, 614, 527, 514, 523, 521, 580, 535, 686, 528, 751, 500, 804, 532, 527, 525, 526, 599, 538, 754, 519, 525, 518, 529, 692, 521, 815, 532, 552, 527, 539, 588, 528, 821, 491, 530, 522, 553, 791, 523, 543, 554, 531, 710, 513, 660, 561, 546, 664, 526, 636, 520, 812, 488, 540, 535, 526, 522, 514, 509, 519, 535, 520, 606, 565, 558, 880, 604, 526, 647, 509, 526, 584, 512, 513, 521, 532, 515, 543, 501, 532, 513, 506, 664, 686, 524, 730, 658, 518, 735, 567, 636, 708, 529, 516, 527, 533, 674, 522, 636, 602, 509, 654, 529, 834, 558, 520, 591, 508, 537, 508, 528, 747, 541, 588, 732, 519, 802, 581, 554, 556, 525, 685, 526, 804, 613, 561, 570, 522, 664, 525, 668, 535, 792, 513, 532, 504, 528, 639, 525, 781, 558, 539, 521, 533, 673, 522, 575, 613, 515, 678, 508, 535, 683, 748, 646, 628, 663, 524, 601, 530, 735, 515, 807, 599, 815, 531, 531, 516, 536, 527, 516, 545, 518, 750, 524, 575, 481, 536, 504, 534, 738, 512, 521, 552, 534, 759, 517, 532, 728, 527, 787, 523, 820, 627, 721, 532, 535, 522, 543, 634, 518, 713, 532, 697, 519, 657, 543, 547, 526, 511, 516, 527, 640, 531, 528, 508, 543, 572, 644, 601, 514, 606, 513, 624, 540, 717, 523, 785, 618, 739, 614, 568, 596, 520, 632, 530, 645, 505, 713, 510, 616, 532, 651, 533, 495, 533, 519, 495, 515, 519, 514, 623, 520, 584, 528, 508, 694, 516, 567, 518, 738, 530, 795, 609, 836, 526, 638, 518, 509, 530, 515, 545, 531, 531, 524, 547, 514, 560, 486, 517, 507, 530, 537, 525, 680, 560, 806, 569, 690, 569, 531, 624, 520, 657, 502, 685, 527, 590, 530, 645, 518, 723, 515, 681, 510, 713, 508, 553, 514, 512, 511, 512, 538, 515, 568, 523, 579, 546, 494, 541, 535, 510, 513, 538, 604, 531, 719, 595, 673, 667, 712, 729, 549, 831, 545, 842, 591, 819, 595, 590, 554, 518, 595, 543, 784, 542, 733, 510, 532, 498, 523, 766, 554, 513, 510, 529, 656, 546, 518, 542, 527, 504, 506, 522, 628, 570, 564, 636, 531, 505, 705, 865, 541, 656, 544, 503, 639, 540, 722, 537, 690, 507, 561, 657, 527, 695, 515], 'WindowCenter': [286.0, 285.0, 285.0, 283.0, 285.0, 282.0, 283.0, 281.0, 282.0, 282.0, 281.0, 285.0, 283.0, 284.0, 283.0, 283.0, 282.0, 284.0, 283.0, 282.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 281.0, 280.0, 281.0, 280.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 283.0, 280.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 282.0, 284.0, 282.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 283.0, 281.0, 282.0, 281.0, 285.0, 282.0, 284.0, 281.0, 283.0, 281.0, 282.0, 282.0, 280.0, 282.0, 280.0, 280.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 284.0, 282.0, 281.0, 281.0, 281.0, 284.0, 281.0, 283.0, 281.0, 282.0, 282.0, 284.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 284.0, 281.0, 284.0, 281.0, 283.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 280.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 282.0, 282.0, 280.0, 282.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 282.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 283.0, 282.0, 284.0, 282.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 282.0, 284.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 284.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 285.0, 282.0, 284.0, 281.0, 284.0, 282.0, 284.0, 282.0, 283.0, 281.0, 284.0, 282.0, 282.0, 283.0, 281.0, 281.0, 280.0, 283.0, 282.0, 283.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 283.0, 282.0, 285.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 283.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 283.0, 281.0, 282.0, 284.0, 281.0, 284.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 282.0, 285.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 283.0, 281.0, 284.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 283.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 281.0, 280.0, 279.0, 280.0, 280.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 280.0, 282.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 284.0, 282.0, 282.0, 282.0, 281.0, 283.0, 282.0, 284.0, 282.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 282.0, 282.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 285.0, 282.0, 283.0, 282.0, 283.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 282.0, 282.0, 284.0, 281.0, 281.0, 284.0, 282.0, 284.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 285.0, 282.0, 283.0, 283.0, 281.0, 282.0, 282.0, 284.0, 283.0, 281.0, 282.0, 282.0, 284.0, 282.0, 285.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 283.0, 281.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 283.0, 282.0, 285.0, 283.0, 282.0, 283.0, 281.0, 283.0, 282.0, 283.0, 281.0, 283.0, 280.0, 283.0, 281.0, 283.0, 281.0, 280.0, 280.0, 281.0, 283.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 283.0, 281.0, 284.0, 282.0, 284.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 285.0, 282.0, 281.0, 283.0, 281.0, 283.0, 282.0, 284.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 284.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 283.0, 281.0, 283.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 284.0, 282.0, 284.0, 282.0, 284.0, 281.0, 285.0, 282.0, 284.0, 283.0, 282.0, 281.0, 281.0, 284.0, 281.0, 283.0, 281.0, 281.0, 282.0, 282.0, 283.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 284.0, 282.0, 283.0, 282.0, 285.0, 282.0, 282.0, 283.0, 281.0, 283.0, 283.0, 284.0, 282.0, 283.0, 281.0, 282.0, 283.0, 282.0, 285.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 282.0, 284.0, 282.0, 283.0, 281.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 282.0, 281.0, 285.0, 282.0, 283.0, 281.0, 281.0, 281.0, 282.0, 284.0, 282.0, 282.0, 282.0, 282.0, 284.0, 282.0, 283.0, 282.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 281.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 284.0, 283.0, 285.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 285.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 285.0, 282.0, 282.0, 285.0, 282.0, 284.0, 282.0, 282.0, 281.0, 282.0, 283.0, 282.0, 285.0, 282.0, 281.0, 283.0, 282.0, 283.0, 282.0, 284.0, 281.0, 283.0, 282.0, 281.0, 281.0, 282.0, 283.0, 281.0, 282.0, 283.0, 281.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 284.0, 281.0, 285.0, 282.0, 282.0, 281.0, 281.0, 283.0, 282.0, 284.0, 281.0, 281.0, 281.0, 281.0, 284.0, 282.0, 285.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 285.0, 281.0, 281.0, 281.0, 282.0, 285.0, 282.0, 281.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 283.0, 282.0, 283.0, 282.0, 285.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 285.0, 282.0, 282.0, 283.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 282.0, 285.0, 284.0, 283.0, 285.0, 284.0, 284.0, 284.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 284.0, 283.0, 282.0, 284.0, 282.0, 285.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 284.0, 282.0, 283.0, 285.0, 283.0, 285.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 285.0, 283.0, 282.0, 282.0, 282.0, 283.0, 281.0, 284.0, 282.0, 284.0, 281.0, 282.0, 281.0, 281.0, 283.0, 282.0, 284.0, 281.0, 282.0, 281.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 283.0, 281.0, 282.0, 283.0, 284.0, 283.0, 282.0, 282.0, 280.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 283.0, 281.0, 281.0, 282.0, 282.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 282.0, 282.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 282.0, 282.0, 282.0, 281.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 284.0, 282.0, 284.0, 282.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 284.0, 283.0, 285.0, 282.0, 283.0, 282.0, 281.0, 283.0, 282.0, 283.0, 281.0, 283.0, 281.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 284.0, 283.0, 284.0, 284.0, 284.0, 283.0, 282.0, 284.0, 281.0, 283.0, 280.0, 283.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 280.0, 280.0, 280.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 282.0, 283.0, 284.0, 282.0, 281.0, 284.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 283.0, 281.0, 283.0, 281.0], 'WindowWidth': [630.0, 627.0, 627.0, 624.0, 625.0, 621.0, 622.0, 620.0, 620.0, 620.0, 620.0, 625.0, 622.0, 623.0, 621.0, 621.0, 620.0, 623.0, 621.0, 620.0, 619.0, 618.0, 618.0, 617.0, 621.0, 618.0, 619.0, 617.0, 619.0, 617.0, 621.0, 619.0, 622.0, 618.0, 619.0, 618.0, 618.0, 619.0, 618.0, 620.0, 617.0, 619.0, 618.0, 622.0, 619.0, 622.0, 619.0, 621.0, 620.0, 620.0, 621.0, 617.0, 620.0, 618.0, 621.0, 619.0, 621.0, 618.0, 621.0, 620.0, 624.0, 620.0, 619.0, 618.0, 618.0, 621.0, 620.0, 621.0, 620.0, 621.0, 619.0, 621.0, 622.0, 620.0, 623.0, 619.0, 620.0, 619.0, 624.0, 620.0, 623.0, 618.0, 621.0, 619.0, 620.0, 620.0, 617.0, 620.0, 617.0, 617.0, 618.0, 621.0, 618.0, 620.0, 617.0, 620.0, 617.0, 620.0, 619.0, 618.0, 619.0, 617.0, 619.0, 617.0, 618.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 619.0, 620.0, 619.0, 618.0, 619.0, 619.0, 620.0, 620.0, 622.0, 619.0, 621.0, 620.0, 623.0, 621.0, 618.0, 619.0, 619.0, 623.0, 620.0, 621.0, 618.0, 620.0, 620.0, 623.0, 620.0, 619.0, 621.0, 620.0, 621.0, 620.0, 623.0, 619.0, 623.0, 619.0, 622.0, 621.0, 619.0, 622.0, 619.0, 621.0, 620.0, 623.0, 620.0, 622.0, 618.0, 617.0, 619.0, 620.0, 621.0, 619.0, 622.0, 619.0, 622.0, 620.0, 620.0, 621.0, 620.0, 620.0, 619.0, 622.0, 620.0, 621.0, 619.0, 618.0, 621.0, 619.0, 622.0, 620.0, 623.0, 618.0, 622.0, 618.0, 620.0, 620.0, 617.0, 621.0, 618.0, 619.0, 619.0, 621.0, 619.0, 621.0, 618.0, 619.0, 619.0, 619.0, 618.0, 617.0, 618.0, 618.0, 620.0, 620.0, 623.0, 619.0, 622.0, 618.0, 620.0, 618.0, 618.0, 619.0, 618.0, 620.0, 618.0, 618.0, 618.0, 620.0, 620.0, 622.0, 620.0, 621.0, 619.0, 618.0, 619.0, 620.0, 620.0, 620.0, 622.0, 620.0, 622.0, 621.0, 623.0, 621.0, 619.0, 619.0, 620.0, 621.0, 620.0, 622.0, 620.0, 623.0, 620.0, 623.0, 620.0, 623.0, 621.0, 620.0, 621.0, 618.0, 619.0, 620.0, 622.0, 620.0, 622.0, 620.0, 619.0, 623.0, 619.0, 623.0, 620.0, 621.0, 620.0, 622.0, 619.0, 623.0, 620.0, 620.0, 621.0, 618.0, 619.0, 620.0, 623.0, 621.0, 620.0, 621.0, 621.0, 622.0, 621.0, 624.0, 621.0, 623.0, 620.0, 623.0, 620.0, 623.0, 620.0, 622.0, 619.0, 623.0, 620.0, 620.0, 621.0, 618.0, 619.0, 618.0, 622.0, 621.0, 622.0, 618.0, 620.0, 618.0, 618.0, 620.0, 620.0, 621.0, 620.0, 621.0, 619.0, 622.0, 621.0, 621.0, 620.0, 619.0, 620.0, 618.0, 621.0, 619.0, 622.0, 619.0, 620.0, 618.0, 617.0, 620.0, 618.0, 620.0, 619.0, 620.0, 619.0, 620.0, 621.0, 621.0, 623.0, 622.0, 620.0, 624.0, 621.0, 620.0, 622.0, 619.0, 623.0, 619.0, 623.0, 621.0, 621.0, 619.0, 618.0, 618.0, 620.0, 618.0, 621.0, 619.0, 623.0, 618.0, 623.0, 619.0, 623.0, 620.0, 617.0, 618.0, 617.0, 620.0, 618.0, 621.0, 620.0, 620.0, 619.0, 616.0, 619.0, 616.0, 617.0, 617.0, 617.0, 618.0, 618.0, 617.0, 621.0, 618.0, 621.0, 623.0, 620.0, 622.0, 617.0, 618.0, 618.0, 617.0, 618.0, 618.0, 621.0, 619.0, 618.0, 618.0, 620.0, 619.0, 620.0, 619.0, 621.0, 620.0, 624.0, 623.0, 620.0, 621.0, 620.0, 619.0, 621.0, 618.0, 622.0, 620.0, 623.0, 621.0, 619.0, 622.0, 619.0, 618.0, 621.0, 618.0, 622.0, 620.0, 621.0, 617.0, 619.0, 617.0, 619.0, 617.0, 617.0, 620.0, 617.0, 620.0, 617.0, 619.0, 617.0, 620.0, 617.0, 622.0, 618.0, 619.0, 617.0, 616.0, 617.0, 617.0, 620.0, 620.0, 618.0, 619.0, 619.0, 620.0, 619.0, 621.0, 619.0, 622.0, 618.0, 621.0, 617.0, 620.0, 618.0, 623.0, 618.0, 618.0, 619.0, 618.0, 619.0, 621.0, 624.0, 620.0, 620.0, 620.0, 620.0, 622.0, 620.0, 623.0, 620.0, 623.0, 620.0, 620.0, 620.0, 621.0, 621.0, 619.0, 621.0, 620.0, 622.0, 620.0, 620.0, 621.0, 620.0, 621.0, 620.0, 624.0, 621.0, 620.0, 623.0, 621.0, 624.0, 621.0, 624.0, 621.0, 621.0, 621.0, 621.0, 621.0, 619.0, 620.0, 619.0, 621.0, 620.0, 621.0, 619.0, 621.0, 619.0, 620.0, 621.0, 620.0, 623.0, 620.0, 620.0, 623.0, 621.0, 623.0, 621.0, 623.0, 621.0, 621.0, 623.0, 620.0, 623.0, 620.0, 624.0, 621.0, 622.0, 622.0, 619.0, 621.0, 620.0, 624.0, 622.0, 620.0, 621.0, 620.0, 623.0, 621.0, 624.0, 621.0, 619.0, 622.0, 620.0, 621.0, 621.0, 622.0, 620.0, 621.0, 623.0, 622.0, 623.0, 623.0, 620.0, 623.0, 621.0, 625.0, 622.0, 621.0, 622.0, 619.0, 622.0, 620.0, 622.0, 619.0, 621.0, 617.0, 621.0, 619.0, 622.0, 619.0, 618.0, 618.0, 618.0, 622.0, 619.0, 618.0, 618.0, 617.0, 621.0, 620.0, 622.0, 619.0, 621.0, 618.0, 621.0, 618.0, 621.0, 619.0, 617.0, 618.0, 617.0, 619.0, 618.0, 620.0, 619.0, 619.0, 621.0, 620.0, 619.0, 621.0, 620.0, 621.0, 620.0, 622.0, 620.0, 623.0, 620.0, 623.0, 620.0, 619.0, 620.0, 618.0, 619.0, 620.0, 623.0, 620.0, 620.0, 620.0, 619.0, 620.0, 620.0, 624.0, 621.0, 619.0, 622.0, 619.0, 622.0, 620.0, 623.0, 620.0, 619.0, 620.0, 619.0, 622.0, 620.0, 622.0, 619.0, 619.0, 619.0, 620.0, 620.0, 620.0, 623.0, 619.0, 619.0, 621.0, 620.0, 621.0, 620.0, 622.0, 619.0, 620.0, 622.0, 620.0, 623.0, 620.0, 621.0, 621.0, 621.0, 622.0, 621.0, 622.0, 620.0, 621.0, 624.0, 622.0, 623.0, 621.0, 623.0, 620.0, 625.0, 621.0, 623.0, 622.0, 620.0, 619.0, 620.0, 623.0, 619.0, 622.0, 619.0, 618.0, 621.0, 621.0, 623.0, 620.0, 620.0, 620.0, 621.0, 622.0, 621.0, 622.0, 623.0, 621.0, 622.0, 621.0, 624.0, 620.0, 620.0, 622.0, 620.0, 622.0, 622.0, 623.0, 621.0, 622.0, 619.0, 621.0, 622.0, 621.0, 624.0, 620.0, 620.0, 622.0, 620.0, 623.0, 620.0, 622.0, 620.0, 620.0, 622.0, 621.0, 623.0, 620.0, 622.0, 620.0, 621.0, 622.0, 620.0, 622.0, 621.0, 620.0, 620.0, 620.0, 624.0, 620.0, 621.0, 619.0, 620.0, 620.0, 621.0, 623.0, 620.0, 621.0, 621.0, 620.0, 623.0, 620.0, 623.0, 621.0, 623.0, 619.0, 620.0, 618.0, 620.0, 621.0, 621.0, 622.0, 620.0, 620.0, 621.0, 621.0, 622.0, 621.0, 621.0, 621.0, 621.0, 621.0, 623.0, 624.0, 621.0, 621.0, 620.0, 621.0, 623.0, 623.0, 625.0, 622.0, 622.0, 623.0, 622.0, 624.0, 622.0, 624.0, 621.0, 621.0, 622.0, 622.0, 623.0, 621.0, 624.0, 621.0, 621.0, 625.0, 622.0, 623.0, 620.0, 621.0, 620.0, 621.0, 622.0, 621.0, 624.0, 621.0, 620.0, 622.0, 621.0, 621.0, 620.0, 623.0, 620.0, 622.0, 620.0, 620.0, 619.0, 620.0, 622.0, 620.0, 621.0, 622.0, 620.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 623.0, 620.0, 623.0, 620.0, 624.0, 621.0, 620.0, 620.0, 620.0, 622.0, 621.0, 623.0, 620.0, 620.0, 620.0, 620.0, 624.0, 620.0, 624.0, 621.0, 620.0, 620.0, 621.0, 621.0, 620.0, 624.0, 620.0, 620.0, 620.0, 621.0, 624.0, 620.0, 620.0, 620.0, 621.0, 622.0, 620.0, 622.0, 621.0, 620.0, 621.0, 620.0, 621.0, 621.0, 624.0, 619.0, 620.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 625.0, 621.0, 620.0, 621.0, 619.0, 620.0, 621.0, 621.0, 621.0, 622.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 622.0, 623.0, 624.0, 622.0, 625.0, 623.0, 622.0, 625.0, 624.0, 624.0, 624.0, 620.0, 620.0, 621.0, 621.0, 623.0, 622.0, 623.0, 622.0, 621.0, 624.0, 622.0, 624.0, 621.0, 620.0, 621.0, 620.0, 620.0, 620.0, 621.0, 624.0, 621.0, 622.0, 625.0, 622.0, 625.0, 621.0, 621.0, 621.0, 620.0, 621.0, 621.0, 624.0, 622.0, 620.0, 621.0, 620.0, 622.0, 619.0, 623.0, 620.0, 623.0, 619.0, 620.0, 619.0, 619.0, 621.0, 620.0, 623.0, 620.0, 620.0, 619.0, 620.0, 622.0, 621.0, 621.0, 621.0, 619.0, 621.0, 619.0, 620.0, 623.0, 623.0, 622.0, 620.0, 620.0, 617.0, 619.0, 618.0, 621.0, 619.0, 622.0, 619.0, 621.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 620.0, 619.0, 621.0, 619.0, 619.0, 618.0, 618.0, 619.0, 620.0, 622.0, 619.0, 620.0, 621.0, 621.0, 622.0, 619.0, 620.0, 622.0, 619.0, 622.0, 619.0, 623.0, 620.0, 620.0, 618.0, 618.0, 617.0, 618.0, 620.0, 619.0, 622.0, 618.0, 620.0, 618.0, 620.0, 618.0, 618.0, 619.0, 619.0, 620.0, 619.0, 620.0, 620.0, 619.0, 619.0, 620.0, 621.0, 622.0, 622.0, 618.0, 620.0, 619.0, 620.0, 619.0, 622.0, 619.0, 623.0, 620.0, 621.0, 620.0, 618.0, 619.0, 617.0, 620.0, 619.0, 620.0, 617.0, 620.0, 617.0, 619.0, 618.0, 620.0, 620.0, 619.0, 620.0, 619.0, 618.0, 618.0, 619.0, 620.0, 621.0, 621.0, 622.0, 620.0, 620.0, 623.0, 620.0, 621.0, 620.0, 623.0, 621.0, 623.0, 621.0, 623.0, 619.0, 620.0, 618.0, 619.0, 620.0, 619.0, 618.0, 619.0, 619.0, 619.0, 620.0, 620.0, 621.0, 621.0, 621.0, 621.0, 621.0, 621.0, 622.0, 624.0, 622.0, 624.0, 621.0, 622.0, 620.0, 620.0, 621.0, 620.0, 622.0, 619.0, 621.0, 619.0, 620.0, 620.0, 621.0, 619.0, 621.0, 619.0, 621.0, 620.0, 622.0, 619.0, 619.0, 620.0, 620.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 622.0, 621.0, 621.0, 621.0, 620.0, 621.0, 623.0, 622.0, 621.0, 624.0, 622.0, 623.0, 623.0, 624.0, 623.0, 620.0, 623.0, 618.0, 621.0, 617.0, 621.0, 618.0, 617.0, 616.0, 615.0, 617.0, 617.0, 620.0, 616.0, 619.0, 616.0, 616.0, 617.0, 618.0, 620.0, 618.0, 617.0, 617.0, 617.0, 621.0, 620.0, 618.0, 618.0, 618.0, 618.0, 619.0, 620.0, 621.0, 621.0, 622.0, 623.0, 620.0, 619.0, 624.0, 623.0, 618.0, 619.0, 618.0, 619.0, 620.0, 619.0, 621.0, 618.0, 620.0, 619.0, 622.0, 621.0, 618.0, 621.0, 620.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.0004136182572614109</td></tr>
<tr><td colspan=3>aqi</td><td>0.017716744979253112</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.68189499614621</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2313567875415257</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9987554352906982</td></tr>
<tr><td colspan=3>efc</td><td>0.4665</td></tr>
<tr><td colspan=3>fber</td><td>8663.2432</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07702026682429335</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.24896265560165975</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2951545817230365</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2093147655076497</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4583897595692386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.217759220092222</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117655</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008346732705831528</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026043754070997238</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</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.036569158567628</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.7259</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.4232</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>302116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.7235</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5241</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>39.6691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.7043</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>92.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.6947</td></tr>
<tr><td colspan=3>tsnr</td><td>41.662608451908454</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>