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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-02_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_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-0112/ses-02/func/sub-0112_ses-02_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>fe14cff2cd966933b309496e73a4472d</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>15:14:32.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994838, 0.0671768, 0.0760591, -0.0679957, 0.997652, 0.00822603]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</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.0879201</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7790, -7271, 218, -184, -186, -37, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b47c6c91-0e4e-41e7-bdf6-0f39b92998e5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669077157974243, -0.18242745101451874, 0.20338523387908936, 114.51229095458984], [-0.18023034930229187, 2.676626682281494, 0.0360591858625412, -100.96334838867188], [0.20406092703342438, -0.022069837898015976, 2.692087411880493, -79.16561889648438], [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, 914]</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], 'AcquisitionTime': ['151432.902500', '151433.362500', '151433.822500', '151434.282500', '151434.742500', '151435.202500', '151435.662500', '151436.122500', '151436.582500', '151437.042500', '151437.502500', '151437.962500', '151438.422500', '151438.882500', '151439.342500', '151439.802500', '151440.262500', '151440.722500', '151441.182500', '151441.642500', '151442.102500', '151442.562500', '151443.022500', '151443.482500', '151443.942500', '151444.402500', '151444.862500', '151445.322500', '151445.782500', '151446.242500', '151446.702500', '151447.162500', '151447.622500', '151448.082500', '151448.542500', '151449.002500', '151449.462500', '151449.922500', '151450.382500', '151450.842500', '151451.302500', '151451.762500', '151452.222500', '151452.682500', '151453.142500', '151453.602500', '151454.062500', '151454.522500', '151454.982500', '151455.442500', '151455.902500', '151456.362500', '151456.822500', '151457.282500', '151457.742500', '151458.202500', '151458.662500', '151459.122500', '151459.582500', '151500.042500', '151500.502500', '151500.962500', '151501.422500', '151501.882500', '151502.342500', '151502.802500', '151503.262500', '151503.722500', '151504.182500', '151504.642500', '151505.102500', '151505.562500', '151506.022500', '151506.482500', '151506.942500', '151507.402500', '151507.862500', '151508.322500', '151508.782500', '151509.242500', '151509.702500', '151510.162500', '151510.622500', '151511.082500', '151511.542500', '151512.002500', '151512.462500', '151512.922500', '151513.382500', '151513.842500', '151514.302500', '151514.762500', '151515.222500', '151515.682500', '151516.142500', '151516.602500', '151517.062500', '151517.522500', '151517.982500', '151518.442500', '151518.902500', '151519.362500', '151519.822500', '151520.282500', '151520.742500', '151521.202500', '151521.662500', '151522.122500', '151522.582500', '151523.042500', '151523.502500', '151523.962500', '151524.422500', '151524.882500', '151525.342500', '151525.802500', '151526.262500', '151526.722500', '151527.182500', '151527.642500', '151528.102500', '151528.562500', '151529.022500', '151529.482500', '151529.942500', '151530.402500', '151530.862500', '151531.322500', '151531.782500', '151532.242500', '151532.702500', '151533.162500', '151533.622500', '151534.082500', '151534.542500', '151535.002500', '151535.462500', '151535.922500', '151536.382500', '151536.842500', '151537.302500', '151537.762500', '151538.222500', '151538.682500', '151539.142500', '151539.602500', '151540.062500', '151540.522500', '151540.982500', '151541.442500', '151541.902500', '151542.362500', '151542.822500', '151543.282500', '151543.742500', '151544.202500', '151544.662500', '151545.122500', '151545.582500', '151546.042500', '151546.502500', '151546.962500', '151547.422500', '151547.882500', '151548.342500', '151548.802500', '151549.262500', '151549.722500', '151550.182500', '151550.642500', '151551.102500', '151551.562500', '151552.022500', '151552.482500', '151552.942500', '151553.402500', '151553.862500', '151554.322500', '151554.782500', '151555.242500', '151555.702500', '151556.162500', '151556.622500', '151557.082500', '151557.542500', '151558.002500', '151558.462500', '151558.922500', '151559.382500', '151559.842500', '151600.302500', '151600.762500', '151601.222500', '151601.682500', '151602.142500', '151602.602500', '151603.062500', '151603.522500', '151603.982500', '151604.442500', '151604.902500', '151605.362500', '151605.822500', '151606.282500', '151606.742500', '151607.202500', '151607.662500', '151608.122500', '151608.582500', '151609.042500', '151609.502500', '151609.962500', '151610.422500', '151610.882500', '151611.342500', '151611.802500', '151612.262500', '151612.722500', '151613.182500', '151613.642500', '151614.102500', '151614.562500', '151615.022500', '151615.482500', '151615.942500', '151616.402500', '151616.862500', '151617.322500', '151617.782500', '151618.242500', '151618.702500', '151619.162500', '151619.622500', '151620.082500', '151620.542500', '151621.002500', '151621.462500', '151621.922500', '151622.382500', '151622.842500', '151623.302500', '151623.762500', '151624.222500', '151624.682500', '151625.142500', '151625.602500', '151626.062500', '151626.522500', '151626.982500', '151627.442500', '151627.902500', '151628.362500', '151628.822500', '151629.282500', '151629.742500', '151630.202500', '151630.662500', '151631.122500', '151631.582500', '151632.042500', '151632.502500', '151632.962500', '151633.422500', '151633.882500', '151634.342500', '151634.802500', '151635.262500', '151635.722500', '151636.182500', '151636.642500', '151637.102500', '151637.562500', '151638.022500', '151638.482500', '151638.942500', '151639.402500', '151639.862500', '151640.322500', '151640.782500', '151641.242500', '151641.702500', '151642.162500', '151642.622500', '151643.082500', '151643.542500', '151644.002500', '151644.462500', '151644.922500', '151645.382500', '151645.842500', '151646.302500', '151646.762500', '151647.222500', '151647.682500', '151648.142500', '151648.602500', '151649.062500', '151649.522500', '151649.982500', '151650.442500', '151650.902500', '151651.362500', '151651.822500', '151652.282500', '151652.742500', '151653.202500', '151653.662500', '151654.122500', '151654.582500', '151655.042500', '151655.502500', '151655.962500', '151656.422500', '151656.882500', '151657.342500', '151657.802500', '151658.262500', '151658.722500', '151659.182500', '151659.642500', '151700.102500', '151700.562500', '151701.022500', '151701.482500', '151701.942500', '151702.402500', '151702.862500', '151703.322500', '151703.782500', '151704.242500', '151704.702500', '151705.162500', '151705.622500', '151706.082500', '151706.542500', '151707.002500', '151707.462500', '151707.922500', '151708.382500', '151708.842500', '151709.302500', '151709.762500', '151710.222500', '151710.682500', '151711.142500', '151711.602500', '151712.062500', '151712.522500', '151712.982500', '151713.442500', '151713.902500', '151714.362500', '151714.822500', '151715.282500', '151715.742500', '151716.202500', '151716.662500', '151717.122500', '151717.582500', '151718.042500', '151718.502500', '151718.962500', '151719.422500', '151719.882500', '151720.342500', '151720.802500', '151721.262500', '151721.722500', '151722.182500', '151722.642500', '151723.102500', '151723.562500', '151724.022500', '151724.482500', '151724.942500', '151725.402500', '151725.862500', '151726.322500', '151726.782500', '151727.242500', '151727.702500', '151728.162500', '151728.622500', '151729.082500', '151729.542500', '151730.002500', '151730.462500', '151730.922500', '151731.382500', '151731.842500', '151732.302500', '151732.762500', '151733.222500', '151733.682500', '151734.142500', '151734.602500', '151735.062500', '151735.522500', '151735.982500', '151736.442500', '151736.902500', '151737.362500', '151737.822500', '151738.282500', '151738.742500', '151739.202500', '151739.662500', '151740.122500', '151740.582500', '151741.042500', '151741.502500', '151741.962500', '151742.422500', '151742.882500', '151743.342500', '151743.802500', '151744.262500', '151744.722500', '151745.182500', '151745.642500', '151746.102500', '151746.562500', '151747.022500', '151747.482500', '151747.942500', '151748.402500', '151748.862500', '151749.322500', '151749.782500', '151750.242500', '151750.702500', '151751.162500', '151751.622500', '151752.082500', '151752.542500', '151753.002500', '151753.462500', '151753.922500', '151754.382500', '151754.842500', '151755.302500', '151755.762500', '151756.222500', '151756.682500', '151757.142500', '151757.602500', '151758.062500', '151758.522500', '151758.982500', '151759.442500', '151759.902500', '151800.362500', '151800.822500', '151801.282500', '151801.742500', '151802.202500', '151802.662500', '151803.122500', '151803.582500', '151804.042500', '151804.502500', '151804.962500', '151805.422500', '151805.882500', '151806.342500', '151806.802500', '151807.262500', '151807.722500', '151808.182500', '151808.642500', '151809.102500', '151809.562500', '151810.022500', '151810.482500', '151810.942500', '151811.402500', '151811.862500', '151812.322500', '151812.782500', '151813.242500', '151813.702500', '151814.162500', '151814.622500', '151815.082500', '151815.542500', '151816.002500', '151816.462500', '151816.922500', '151817.382500', '151817.842500', '151818.302500', '151818.762500', '151819.222500', '151819.682500', '151820.142500', '151820.602500', '151821.062500', '151821.522500', '151821.982500', '151822.442500', '151822.902500', '151823.362500', '151823.822500', '151824.282500', '151824.742500', '151825.202500', '151825.662500', '151826.122500', '151826.582500', '151827.042500', '151827.502500', '151827.962500', '151828.422500', '151828.882500', '151829.342500', '151829.802500', '151830.262500', '151830.722500', '151831.182500', '151831.642500', '151832.102500', '151832.562500', '151833.022500', '151833.482500', '151833.942500', '151834.402500', '151834.862500', '151835.322500', '151835.782500', '151836.242500', '151836.702500', '151837.162500', '151837.622500', '151838.082500', '151838.542500', '151839.002500', '151839.462500', '151839.922500', '151840.382500', '151840.842500', '151841.302500', '151841.762500', '151842.222500', '151842.682500', '151843.142500', '151843.602500', '151844.062500', '151844.522500', '151844.982500', '151845.442500', '151845.902500', '151846.362500', '151846.822500', '151847.282500', '151847.742500', '151848.202500', '151848.662500', '151849.122500', '151849.582500', '151850.042500', '151850.502500', '151850.962500', '151851.422500', '151851.882500', '151852.342500', '151852.802500', '151853.262500', '151853.722500', '151854.182500', '151854.642500', '151855.102500', '151855.562500', '151856.022500', '151856.482500', '151856.942500', '151857.402500', '151857.862500', '151858.322500', '151858.782500', '151859.242500', '151859.702500', '151900.162500', '151900.622500', '151901.082500', '151901.542500', '151902.002500', '151902.462500', '151902.922500', '151903.382500', '151903.842500', '151904.302500', '151904.762500', '151905.222500', '151905.682500', '151906.142500', '151906.602500', '151907.062500', '151907.522500', '151907.982500', '151908.442500', '151908.902500', '151909.362500', '151909.822500', '151910.282500', '151910.742500', '151911.202500', '151911.662500', '151912.122500', '151912.582500', '151913.042500', '151913.502500', '151913.962500', '151914.422500', '151914.882500', '151915.342500', '151915.802500', '151916.262500', '151916.722500', '151917.182500', '151917.642500', '151918.102500', '151918.562500', '151919.022500', '151919.482500', '151919.942500', '151920.402500', '151920.862500', '151921.322500', '151921.782500', '151922.242500', '151922.702500', '151923.162500', '151923.622500', '151924.082500', '151924.542500', '151925.002500', '151925.462500', '151925.922500', '151926.382500', '151926.842500', '151927.302500', '151927.762500', '151928.222500', '151928.682500', '151929.142500', '151929.602500', '151930.062500', '151930.522500', '151930.982500', '151931.442500', '151931.902500', '151932.362500', '151932.822500', '151933.282500', '151933.742500', '151934.202500', '151934.662500', '151935.122500', '151935.582500', '151936.042500', '151936.502500', '151936.962500', '151937.422500', '151937.882500', '151938.342500', '151938.802500', '151939.262500', '151939.722500', '151940.182500', '151940.642500', '151941.102500', '151941.562500', '151942.022500', '151942.482500', '151942.942500', '151943.402500', '151943.862500', '151944.322500', '151944.782500', '151945.242500', '151945.702500', '151946.162500', '151946.622500', '151947.082500', '151947.542500', '151948.002500', '151948.462500', '151948.922500', '151949.382500', '151949.842500', '151950.302500', '151950.762500', '151951.222500', '151951.682500', '151952.142500', '151952.602500', '151953.062500', '151953.522500', '151953.982500', '151954.442500', '151954.902500', '151955.362500', '151955.822500', '151956.282500', '151956.742500', '151957.202500', '151957.662500', '151958.122500', '151958.582500', '151959.042500', '151959.502500', '151959.962500', '152000.422500', '152000.882500', '152001.342500', '152001.802500', '152002.262500', '152002.722500', '152003.182500', '152003.642500', '152004.102500', '152004.562500', '152005.022500', '152005.482500', '152005.942500', '152006.402500', '152006.862500', '152007.322500', '152007.782500', '152008.242500', '152008.702500', '152009.162500', '152009.622500', '152010.082500', '152010.542500', '152011.002500', '152011.462500', '152011.922500', '152012.382500', '152012.842500', '152013.302500', '152013.762500', '152014.222500', '152014.682500', '152015.142500', '152015.602500', '152016.062500', '152016.522500', '152016.982500', '152017.442500', '152017.902500', '152018.362500', '152018.822500', '152019.282500', '152019.742500', '152020.202500', '152020.662500', '152021.122500', '152021.582500', '152022.042500', '152022.502500', '152022.962500', '152023.422500', '152023.882500', '152024.342500', '152024.802500', '152025.262500', '152025.722500', '152026.182500', '152026.642500', '152027.102500', '152027.562500', '152028.022500', '152028.482500', '152028.942500', '152029.402500', '152029.862500', '152030.322500', '152030.782500', '152031.242500', '152031.702500', '152032.162500', '152032.622500', '152033.082500', '152033.542500', '152034.002500', '152034.462500', '152034.922500', '152035.382500', '152035.842500', '152036.302500', '152036.762500', '152037.222500', '152037.682500', '152038.142500', '152038.602500', '152039.062500', '152039.522500', '152039.982500', '152040.442500', '152040.902500', '152041.362500', '152041.822500', '152042.282500', '152042.742500', '152043.202500', '152043.662500', '152044.122500', '152044.582500', '152045.042500', '152045.502500', '152045.962500', '152046.422500', '152046.882500', '152047.342500', '152047.802500', '152048.262500', '152048.722500', '152049.182500', '152049.642500', '152050.102500', '152050.562500', '152051.022500', '152051.482500', '152051.942500', '152052.402500', '152052.862500', '152053.322500', '152053.782500', '152054.242500', '152054.702500', '152055.162500', '152055.622500', '152056.082500', '152056.542500', '152057.002500', '152057.462500', '152057.922500', '152058.382500', '152058.842500', '152059.302500', '152059.762500', '152100.222500', '152100.682500', '152101.142500', '152101.602500', '152102.062500', '152102.522500', '152102.982500', '152103.442500', '152103.902500', '152104.362500', '152104.822500', '152105.282500', '152105.742500', '152106.202500', '152106.662500', '152107.122500', '152107.582500', '152108.042500', '152108.502500', '152108.962500', '152109.422500', '152109.882500', '152110.342500', '152110.802500', '152111.262500', '152111.722500', '152112.182500', '152112.642500', '152113.102500', '152113.562500', '152114.022500', '152114.482500', '152114.942500', '152115.402500', '152115.862500', '152116.322500', '152116.782500', '152117.242500', '152117.702500', '152118.162500', '152118.622500', '152119.082500', '152119.542500', '152120.002500', '152120.462500', '152120.922500', '152121.382500', '152121.842500', '152122.302500', '152122.762500', '152123.222500', '152123.682500', '152124.142500', '152124.602500', '152125.062500', '152125.522500', '152125.982500', '152126.442500', '152126.902500', '152127.362500', '152127.822500', '152128.282500', '152128.742500', '152129.202500', '152129.662500', '152130.122500', '152130.582500', '152131.042500', '152131.502500', '152131.962500', '152132.422500', '152132.882500'], 'ContentTime': ['151442.723000', '151442.726000', '151442.729000', '151442.732000', '151442.734000', '151442.737000', '151442.739000', '151442.742000', '151442.744000', '151442.747000', '151442.752000', '151442.755000', '151442.757000', '151442.760000', '151442.763000', '151442.765000', '151442.768000', '151442.770000', '151442.773000', '151442.775000', '151502.699000', '151502.701000', '151502.704000', '151502.707000', '151502.709000', '151502.712000', '151502.715000', '151502.717000', '151502.720000', '151502.722000', '151502.725000', '151502.727000', '151502.730000', '151502.733000', '151502.735000', '151502.738000', '151502.740000', '151502.743000', '151502.746000', '151502.748000', '151502.751000', '151502.753000', '151502.756000', '151502.758000', '151502.761000', '151502.764000', '151502.775000', '151502.777000', '151502.780000', '151502.782000', '151502.785000', '151502.788000', '151502.790000', '151502.793000', '151502.795000', '151502.798000', '151502.800000', '151502.803000', '151502.806000', '151502.808000', '151502.811000', '151502.813000', '151502.816000', '151522.698000', '151522.701000', '151522.704000', '151522.707000', '151522.709000', '151522.712000', '151522.715000', '151522.718000', '151522.720000', '151522.723000', '151522.725000', '151522.728000', '151522.731000', '151522.734000', '151522.736000', '151522.739000', '151522.742000', '151522.744000', '151522.747000', '151522.750000', '151522.752000', '151522.755000', '151522.757000', '151522.760000', '151522.763000', '151522.765000', '151522.768000', '151522.770000', '151522.773000', '151522.776000', '151522.778000', '151522.781000', '151522.784000', '151522.786000', '151522.789000', '151522.792000', '151522.795000', '151522.797000', '151522.800000', '151522.803000', '151522.805000', '151522.808000', '151522.811000', '151542.699000', '151542.702000', '151542.705000', '151542.713000', '151542.716000', '151542.718000', '151542.721000', '151542.723000', '151542.726000', '151542.728000', '151542.731000', '151542.734000', '151542.736000', '151542.739000', '151542.741000', '151542.744000', '151542.746000', '151542.749000', '151542.752000', '151542.754000', '151542.757000', '151542.759000', '151542.762000', '151542.765000', '151542.767000', '151542.770000', '151542.772000', '151542.775000', '151542.777000', '151542.780000', '151542.783000', '151542.819000', '151542.821000', '151542.824000', '151542.827000', '151542.829000', '151542.832000', '151542.834000', '151542.837000', '151542.840000', '151542.843000', '151542.846000', '151542.849000', '151542.851000', '151602.699000', '151602.703000', '151602.705000', '151602.708000', '151602.711000', '151602.714000', '151602.716000', '151602.719000', '151602.722000', '151602.724000', '151602.727000', '151602.729000', '151602.732000', '151602.734000', '151602.737000', '151602.740000', '151602.742000', '151602.745000', '151602.747000', '151602.750000', '151602.753000', '151602.755000', '151602.758000', '151602.761000', '151602.763000', '151602.766000', '151602.769000', '151602.771000', '151602.774000', '151602.777000', '151602.780000', '151602.782000', '151602.785000', '151602.788000', '151602.790000', '151602.793000', '151602.795000', '151602.798000', '151602.801000', '151602.803000', '151602.806000', '151602.808000', '151602.811000', '151602.814000', '151622.699000', '151622.702000', '151622.704000', '151622.707000', '151622.710000', '151622.712000', '151622.715000', '151622.717000', '151622.720000', '151622.723000', '151622.725000', '151622.728000', '151622.731000', '151622.734000', '151622.736000', '151622.739000', '151622.741000', '151622.744000', '151622.747000', '151622.750000', '151622.753000', '151622.755000', '151622.758000', '151622.760000', '151622.763000', '151622.766000', '151622.768000', '151622.771000', '151622.774000', '151622.776000', '151622.779000', '151622.782000', '151622.784000', '151622.787000', '151622.790000', '151622.792000', '151622.795000', '151622.797000', '151622.800000', '151622.803000', '151622.806000', '151622.808000', '151622.812000', '151642.699000', '151642.701000', '151642.704000', '151642.707000', '151642.709000', '151642.712000', '151642.714000', '151642.717000', '151642.720000', '151642.722000', '151642.725000', '151642.728000', '151642.730000', '151642.733000', '151642.735000', '151642.738000', '151642.741000', '151642.743000', '151642.746000', '151642.748000', '151642.751000', '151642.753000', '151642.756000', '151642.759000', '151642.761000', '151642.764000', '151642.767000', '151642.769000', '151642.772000', '151642.775000', '151642.777000', '151642.780000', '151642.783000', '151642.785000', '151642.788000', '151642.790000', '151642.793000', '151642.796000', '151642.798000', '151642.801000', '151642.804000', '151642.806000', '151642.809000', '151642.811000', '151702.699000', '151702.702000', '151702.704000', '151702.707000', '151702.710000', '151702.712000', '151702.715000', '151702.718000', '151702.720000', '151702.723000', '151702.726000', '151702.728000', '151702.731000', '151702.734000', '151702.737000', '151702.739000', '151702.742000', '151702.744000', '151702.748000', '151702.750000', '151702.753000', '151702.756000', '151702.758000', '151702.761000', '151702.764000', '151702.766000', '151702.769000', '151702.771000', '151702.774000', '151702.777000', '151702.779000', '151702.782000', '151702.784000', '151702.787000', '151702.790000', '151702.792000', '151702.795000', '151702.798000', '151702.800000', '151702.803000', '151702.806000', '151702.809000', '151702.812000', '151722.698000', '151722.703000', '151722.706000', '151722.709000', '151722.712000', '151722.714000', '151722.729000', '151722.731000', '151722.734000', '151722.737000', '151722.739000', '151722.742000', '151722.745000', '151722.747000', '151722.750000', '151722.753000', '151722.756000', '151722.758000', '151722.761000', '151722.764000', '151722.767000', '151722.770000', '151722.772000', '151722.775000', '151722.777000', '151722.780000', '151722.783000', '151722.786000', '151722.789000', '151722.800000', '151722.803000', '151722.805000', '151722.808000', '151722.810000', '151722.813000', '151722.816000', '151722.819000', '151722.821000', '151722.824000', '151722.827000', '151722.829000', '151722.832000', '151722.835000', '151722.837000', '151742.699000', '151742.702000', '151742.704000', '151742.707000', '151742.710000', '151742.712000', '151742.715000', '151742.718000', '151742.721000', '151742.724000', '151742.727000', '151742.729000', '151742.732000', '151742.735000', '151742.737000', '151742.740000', '151742.743000', '151742.745000', '151742.748000', '151742.751000', '151742.753000', '151742.756000', '151742.758000', '151742.761000', '151742.764000', '151742.766000', '151742.769000', '151742.772000', '151742.774000', '151742.777000', '151742.779000', '151742.782000', '151742.785000', '151742.788000', '151742.791000', '151742.793000', '151742.796000', '151742.798000', '151742.801000', '151742.804000', '151742.807000', '151742.809000', '151742.812000', '151802.699000', '151802.702000', '151802.705000', '151802.708000', '151802.711000', '151802.714000', '151802.717000', '151802.719000', '151802.722000', '151802.725000', '151802.727000', '151802.730000', '151802.732000', '151802.735000', '151802.738000', '151802.741000', '151802.744000', '151802.747000', '151802.749000', '151802.752000', '151802.755000', '151802.757000', '151802.760000', '151802.763000', '151802.765000', '151802.768000', '151802.770000', '151802.773000', '151802.776000', '151802.778000', '151802.781000', '151802.784000', '151802.786000', '151802.789000', '151802.792000', '151802.794000', '151802.797000', '151802.800000', '151802.803000', '151802.805000', '151802.808000', '151802.810000', '151802.813000', '151822.700000', '151822.703000', '151822.705000', '151822.708000', '151822.711000', '151822.713000', '151822.716000', '151822.718000', '151822.721000', '151822.724000', '151822.726000', '151822.729000', '151822.732000', '151822.734000', '151822.737000', '151822.740000', '151822.742000', '151822.745000', '151822.748000', '151822.750000', '151822.753000', '151822.755000', '151822.758000', '151822.761000', '151822.763000', '151822.766000', '151822.768000', '151822.771000', '151822.774000', '151822.776000', '151822.779000', '151822.782000', '151822.784000', '151822.787000', '151822.789000', '151822.792000', '151822.795000', '151822.797000', '151822.800000', '151822.802000', '151822.805000', '151822.808000', '151822.810000', '151822.813000', '151842.699000', '151842.702000', '151842.704000', '151842.707000', '151842.709000', '151842.712000', '151842.715000', '151842.717000', '151842.745000', '151842.748000', '151842.750000', '151842.753000', '151842.756000', '151842.758000', '151842.761000', '151842.772000', '151842.774000', '151842.777000', '151842.780000', '151842.782000', '151842.785000', '151842.787000', '151842.790000', '151842.793000', '151842.795000', '151842.798000', '151842.801000', '151842.803000', '151842.806000', '151842.809000', '151842.811000', '151842.814000', '151842.816000', '151842.819000', '151842.822000', '151842.824000', '151842.827000', '151842.830000', '151842.832000', '151842.875000', '151842.878000', '151842.881000', '151842.883000', '151902.699000', '151902.702000', '151902.704000', '151902.707000', '151902.710000', '151902.713000', '151902.715000', '151902.718000', '151902.720000', '151902.723000', '151902.726000', '151902.728000', '151902.731000', '151902.734000', '151902.736000', '151902.739000', '151902.741000', '151902.744000', '151902.747000', '151902.749000', '151902.752000', '151902.755000', '151902.757000', '151902.760000', '151902.763000', '151902.765000', '151902.768000', '151902.770000', '151902.773000', '151902.776000', '151902.778000', '151902.781000', '151902.784000', '151902.787000', '151902.789000', '151902.792000', '151902.794000', '151902.797000', '151902.800000', '151902.802000', '151902.805000', '151902.807000', '151902.810000', '151902.813000', '151922.699000', '151922.702000', '151922.704000', '151922.707000', '151922.709000', '151922.712000', '151922.715000', '151922.717000', '151922.720000', '151922.723000', '151922.725000', '151922.728000', '151922.731000', '151922.733000', '151922.736000', '151922.738000', '151922.741000', '151922.744000', '151922.746000', '151922.749000', '151922.752000', '151922.754000', '151922.757000', '151922.760000', '151922.762000', '151922.765000', '151922.767000', '151922.770000', '151922.773000', '151922.775000', '151922.778000', '151922.780000', '151922.783000', '151922.786000', '151922.788000', '151922.791000', '151922.794000', '151922.796000', '151922.799000', '151922.802000', '151922.804000', '151922.807000', '151922.810000', '151942.699000', '151942.701000', '151942.704000', '151942.707000', '151942.709000', '151942.712000', '151942.715000', '151942.717000', '151942.720000', '151942.722000', '151942.725000', '151942.728000', '151942.730000', '151942.733000', '151942.735000', '151942.738000', '151942.741000', '151942.745000', '151942.748000', '151942.751000', '151942.753000', '151942.756000', '151942.758000', '151942.761000', '151942.764000', '151942.766000', '151942.769000', '151942.772000', '151942.774000', '151942.777000', '151942.779000', '151942.782000', '151942.785000', '151942.787000', '151942.790000', '151942.792000', '151942.795000', '151942.798000', '151942.800000', '151942.803000', '151942.805000', '151942.808000', '151942.811000', '151942.813000', '152002.699000', '152002.701000', '152002.704000', '152002.707000', '152002.709000', '152002.712000', '152002.714000', '152002.717000', '152002.719000', '152002.722000', '152002.725000', '152002.727000', '152002.730000', '152002.732000', '152002.735000', '152002.737000', '152002.740000', '152002.743000', '152002.746000', '152002.748000', '152002.751000', '152002.754000', '152002.756000', '152002.759000', '152002.761000', '152002.764000', '152002.767000', '152002.769000', '152002.772000', '152002.774000', '152002.777000', '152002.780000', '152002.783000', '152002.786000', '152002.788000', '152002.791000', '152002.794000', '152002.797000', '152002.799000', '152002.802000', '152002.805000', '152002.807000', '152002.810000', '152022.700000', '152022.703000', '152022.738000', '152022.741000', '152022.743000', '152022.746000', '152022.749000', '152022.751000', '152022.754000', '152022.757000', '152022.759000', '152022.762000', '152022.765000', '152022.767000', '152022.770000', '152022.772000', '152022.775000', '152022.778000', '152022.780000', '152022.783000', '152022.794000', '152022.797000', '152022.799000', '152022.802000', '152022.805000', '152022.807000', '152022.810000', '152022.812000', '152022.815000', '152022.818000', '152022.820000', '152022.823000', '152022.826000', '152022.828000', '152022.831000', '152022.834000', '152022.836000', '152022.839000', '152022.841000', '152022.844000', '152022.847000', '152022.849000', '152022.852000', '152022.855000', '152042.700000', '152042.703000', '152042.705000', '152042.708000', '152042.711000', '152042.713000', '152042.716000', '152042.718000', '152042.721000', '152042.724000', '152042.726000', '152042.729000', '152042.732000', '152042.734000', '152042.737000', '152042.739000', '152042.742000', '152042.745000', '152042.748000', '152042.751000', '152042.753000', '152042.756000', '152042.759000', '152042.761000', '152042.764000', '152042.767000', '152042.769000', '152042.772000', '152042.775000', '152042.778000', '152042.781000', '152042.783000', '152042.786000', '152042.789000', '152042.792000', '152042.794000', '152042.797000', '152042.800000', '152042.802000', '152042.805000', '152042.807000', '152042.810000', '152042.813000', '152102.699000', '152102.702000', '152102.704000', '152102.707000', '152102.709000', '152102.712000', '152102.715000', '152102.717000', '152102.720000', '152102.722000', '152102.725000', '152102.728000', '152102.730000', '152102.733000', '152102.735000', '152102.738000', '152102.741000', '152102.743000', '152102.746000', '152102.748000', '152102.751000', '152102.754000', '152102.756000', '152102.759000', '152102.761000', '152102.764000', '152102.767000', '152102.769000', '152102.772000', '152102.774000', '152102.777000', '152102.780000', '152102.782000', '152102.785000', '152102.787000', '152102.790000', '152102.793000', '152102.795000', '152102.798000', '152102.801000', '152102.803000', '152102.806000', '152102.809000', '152102.811000', '152122.699000', '152122.702000', '152122.704000', '152122.707000', '152122.710000', '152122.713000', '152122.716000', '152122.718000', '152122.721000', '152122.724000', '152122.726000', '152122.729000', '152122.732000', '152122.735000', '152122.738000', '152122.740000', '152122.743000', '152122.746000', '152122.748000', '152122.751000', '152122.753000', '152122.756000', '152122.759000', '152122.761000', '152122.764000', '152122.767000', '152122.769000', '152122.772000', '152122.775000', '152122.778000', '152122.788000', '152122.791000', '152122.794000', '152122.797000', '152122.799000', '152122.802000', '152122.805000', '152122.807000', '152122.810000', '152122.813000', '152122.815000', '152122.818000', '152122.821000', '152133.813000', '152133.865000', '152133.867000', '152133.870000', '152133.872000', '152133.875000', '152133.878000', '152133.880000', '152133.889000', '152133.892000', '152133.895000', '152133.898000', '152133.900000', '152133.903000', '152133.905000', '152133.908000', '152133.911000', '152133.914000', '152133.916000', '152133.919000', '152133.922000', '152133.924000', '152133.927000', '152133.930000', '152133.932000'], 'InstanceCreationTime': ['151442.723000', '151442.726000', '151442.729000', '151442.732000', '151442.734000', '151442.737000', '151442.739000', '151442.742000', '151442.744000', '151442.747000', '151442.752000', '151442.755000', '151442.757000', '151442.760000', '151442.763000', '151442.765000', '151442.768000', '151442.770000', '151442.773000', '151442.775000', '151502.699000', '151502.701000', '151502.704000', '151502.707000', '151502.709000', '151502.712000', '151502.715000', '151502.717000', '151502.720000', '151502.722000', '151502.725000', '151502.727000', '151502.730000', '151502.733000', '151502.735000', '151502.738000', '151502.740000', '151502.743000', '151502.746000', '151502.748000', '151502.751000', '151502.753000', '151502.756000', '151502.758000', '151502.761000', '151502.764000', '151502.775000', '151502.777000', '151502.780000', '151502.782000', '151502.785000', '151502.788000', '151502.790000', '151502.793000', '151502.795000', '151502.798000', '151502.800000', '151502.803000', '151502.806000', '151502.808000', '151502.811000', '151502.813000', '151502.816000', '151522.698000', '151522.701000', '151522.704000', '151522.707000', '151522.709000', '151522.712000', '151522.715000', '151522.718000', '151522.720000', '151522.723000', '151522.725000', '151522.728000', '151522.731000', '151522.734000', '151522.736000', '151522.739000', '151522.742000', '151522.744000', '151522.747000', '151522.750000', '151522.752000', '151522.755000', '151522.757000', '151522.760000', '151522.763000', '151522.765000', '151522.768000', '151522.770000', '151522.773000', '151522.776000', '151522.778000', '151522.781000', '151522.784000', '151522.786000', '151522.789000', '151522.792000', '151522.795000', '151522.797000', '151522.800000', '151522.803000', '151522.805000', '151522.808000', '151522.811000', '151542.699000', '151542.702000', '151542.705000', '151542.713000', '151542.716000', '151542.718000', '151542.721000', '151542.723000', '151542.726000', '151542.728000', '151542.731000', '151542.734000', '151542.736000', '151542.739000', '151542.741000', '151542.744000', '151542.746000', '151542.749000', '151542.752000', '151542.754000', '151542.757000', '151542.759000', '151542.762000', '151542.765000', '151542.767000', '151542.770000', '151542.772000', '151542.775000', '151542.777000', '151542.780000', '151542.783000', '151542.819000', '151542.821000', '151542.824000', '151542.827000', '151542.829000', '151542.832000', '151542.834000', '151542.837000', '151542.840000', '151542.843000', '151542.846000', '151542.849000', '151542.851000', '151602.699000', '151602.703000', '151602.705000', '151602.708000', '151602.711000', '151602.714000', '151602.716000', '151602.719000', '151602.722000', '151602.724000', '151602.727000', '151602.729000', '151602.732000', '151602.734000', '151602.737000', '151602.740000', '151602.742000', '151602.745000', '151602.747000', '151602.750000', '151602.753000', '151602.755000', '151602.758000', '151602.761000', '151602.763000', '151602.766000', '151602.769000', '151602.771000', '151602.774000', '151602.777000', '151602.780000', '151602.782000', '151602.785000', '151602.788000', '151602.790000', '151602.793000', '151602.795000', '151602.798000', '151602.801000', '151602.803000', '151602.806000', '151602.808000', '151602.811000', '151602.814000', '151622.699000', '151622.702000', '151622.704000', '151622.707000', '151622.710000', '151622.712000', '151622.715000', '151622.717000', '151622.720000', '151622.723000', '151622.725000', '151622.728000', '151622.731000', '151622.734000', '151622.736000', '151622.739000', '151622.741000', '151622.744000', '151622.747000', '151622.750000', '151622.753000', '151622.755000', '151622.758000', '151622.760000', '151622.763000', '151622.766000', '151622.768000', '151622.771000', '151622.774000', '151622.776000', '151622.779000', '151622.782000', '151622.784000', '151622.787000', '151622.790000', '151622.792000', '151622.795000', '151622.797000', '151622.800000', '151622.803000', '151622.806000', '151622.808000', '151622.812000', '151642.699000', '151642.701000', '151642.704000', '151642.707000', '151642.709000', '151642.712000', '151642.714000', '151642.717000', '151642.720000', '151642.722000', '151642.725000', '151642.728000', '151642.730000', '151642.733000', '151642.735000', '151642.738000', '151642.741000', '151642.743000', '151642.746000', '151642.748000', '151642.751000', '151642.753000', '151642.756000', '151642.759000', '151642.761000', '151642.764000', '151642.767000', '151642.769000', '151642.772000', '151642.775000', '151642.777000', '151642.780000', '151642.783000', '151642.785000', '151642.788000', '151642.790000', '151642.793000', '151642.796000', '151642.798000', '151642.801000', '151642.804000', '151642.806000', '151642.809000', '151642.811000', '151702.699000', '151702.702000', '151702.704000', '151702.707000', '151702.710000', '151702.712000', '151702.715000', '151702.718000', '151702.720000', '151702.723000', '151702.726000', '151702.728000', '151702.731000', '151702.734000', '151702.737000', '151702.739000', '151702.742000', '151702.744000', '151702.748000', '151702.750000', '151702.753000', '151702.756000', '151702.758000', '151702.761000', '151702.764000', '151702.766000', '151702.769000', '151702.771000', '151702.774000', '151702.777000', '151702.779000', '151702.782000', '151702.784000', '151702.787000', '151702.790000', '151702.792000', '151702.795000', '151702.798000', '151702.800000', '151702.803000', '151702.806000', '151702.809000', '151702.812000', '151722.698000', '151722.703000', '151722.706000', '151722.709000', '151722.712000', '151722.714000', '151722.729000', '151722.731000', '151722.734000', '151722.737000', '151722.739000', '151722.742000', '151722.745000', '151722.747000', '151722.750000', '151722.753000', '151722.756000', '151722.758000', '151722.761000', '151722.764000', '151722.767000', '151722.770000', '151722.772000', '151722.775000', '151722.777000', '151722.780000', '151722.783000', '151722.786000', '151722.789000', '151722.800000', '151722.803000', '151722.805000', '151722.808000', '151722.810000', '151722.813000', '151722.816000', '151722.819000', '151722.821000', '151722.824000', '151722.827000', '151722.829000', '151722.832000', '151722.835000', '151722.837000', '151742.699000', '151742.702000', '151742.704000', '151742.707000', '151742.710000', '151742.712000', '151742.715000', '151742.718000', '151742.721000', '151742.724000', '151742.727000', '151742.729000', '151742.732000', '151742.735000', '151742.737000', '151742.740000', '151742.743000', '151742.745000', '151742.748000', '151742.751000', '151742.753000', '151742.756000', '151742.758000', '151742.761000', '151742.764000', '151742.766000', '151742.769000', '151742.772000', '151742.774000', '151742.777000', '151742.779000', '151742.782000', '151742.785000', '151742.788000', '151742.791000', '151742.793000', '151742.796000', '151742.798000', '151742.801000', '151742.804000', '151742.807000', '151742.809000', '151742.812000', '151802.699000', '151802.702000', '151802.705000', '151802.708000', '151802.711000', '151802.714000', '151802.717000', '151802.719000', '151802.722000', '151802.725000', '151802.727000', '151802.730000', '151802.732000', '151802.735000', '151802.738000', '151802.741000', '151802.744000', '151802.747000', '151802.749000', '151802.752000', '151802.755000', '151802.757000', '151802.760000', '151802.763000', '151802.765000', '151802.768000', '151802.770000', '151802.773000', '151802.776000', '151802.778000', '151802.781000', '151802.784000', '151802.786000', '151802.789000', '151802.792000', '151802.794000', '151802.797000', '151802.800000', '151802.803000', '151802.805000', '151802.808000', '151802.810000', '151802.813000', '151822.700000', '151822.703000', '151822.705000', '151822.708000', '151822.711000', '151822.713000', '151822.716000', '151822.718000', '151822.721000', '151822.724000', '151822.726000', '151822.729000', '151822.732000', '151822.734000', '151822.737000', '151822.740000', '151822.742000', '151822.745000', '151822.748000', '151822.750000', '151822.753000', '151822.755000', '151822.758000', '151822.761000', '151822.763000', '151822.766000', '151822.768000', '151822.771000', '151822.774000', '151822.776000', '151822.779000', '151822.782000', '151822.784000', '151822.787000', '151822.789000', '151822.792000', '151822.795000', '151822.797000', '151822.800000', '151822.802000', '151822.805000', '151822.808000', '151822.810000', '151822.813000', '151842.699000', '151842.702000', '151842.704000', '151842.707000', '151842.709000', '151842.712000', '151842.715000', '151842.717000', '151842.745000', '151842.748000', '151842.750000', '151842.753000', '151842.756000', '151842.758000', '151842.761000', '151842.772000', '151842.774000', '151842.777000', '151842.780000', '151842.782000', '151842.785000', '151842.787000', '151842.790000', '151842.793000', '151842.795000', '151842.798000', '151842.801000', '151842.803000', '151842.806000', '151842.809000', '151842.811000', '151842.814000', '151842.816000', '151842.819000', '151842.822000', '151842.824000', '151842.827000', '151842.830000', '151842.832000', '151842.875000', '151842.878000', '151842.881000', '151842.883000', '151902.699000', '151902.702000', '151902.704000', '151902.707000', '151902.710000', '151902.713000', '151902.715000', '151902.718000', '151902.720000', '151902.723000', '151902.726000', '151902.728000', '151902.731000', '151902.734000', '151902.736000', '151902.739000', '151902.741000', '151902.744000', '151902.747000', '151902.749000', '151902.752000', '151902.755000', '151902.757000', '151902.760000', '151902.763000', '151902.765000', '151902.768000', '151902.770000', '151902.773000', '151902.776000', '151902.778000', '151902.781000', '151902.784000', '151902.787000', '151902.789000', '151902.792000', '151902.794000', '151902.797000', '151902.800000', '151902.802000', '151902.805000', '151902.807000', '151902.810000', '151902.813000', '151922.699000', '151922.702000', '151922.704000', '151922.707000', '151922.709000', '151922.712000', '151922.715000', '151922.717000', '151922.720000', '151922.723000', '151922.725000', '151922.728000', '151922.731000', '151922.733000', '151922.736000', '151922.738000', '151922.741000', '151922.744000', '151922.746000', '151922.749000', '151922.752000', '151922.754000', '151922.757000', '151922.760000', '151922.762000', '151922.765000', '151922.767000', '151922.770000', '151922.773000', '151922.775000', '151922.778000', '151922.780000', '151922.783000', '151922.786000', '151922.788000', '151922.791000', '151922.794000', '151922.796000', '151922.799000', '151922.802000', '151922.804000', '151922.807000', '151922.810000', '151942.699000', '151942.701000', '151942.704000', '151942.707000', '151942.709000', '151942.712000', '151942.715000', '151942.717000', '151942.720000', '151942.722000', '151942.725000', '151942.728000', '151942.730000', '151942.733000', '151942.735000', '151942.738000', '151942.741000', '151942.745000', '151942.748000', '151942.751000', '151942.753000', '151942.756000', '151942.758000', '151942.761000', '151942.764000', '151942.766000', '151942.769000', '151942.772000', '151942.774000', '151942.777000', '151942.779000', '151942.782000', '151942.785000', '151942.787000', '151942.790000', '151942.792000', '151942.795000', '151942.798000', '151942.800000', '151942.803000', '151942.805000', '151942.808000', '151942.811000', '151942.813000', '152002.699000', '152002.701000', '152002.704000', '152002.707000', '152002.709000', '152002.712000', '152002.714000', '152002.717000', '152002.719000', '152002.722000', '152002.725000', '152002.727000', '152002.730000', '152002.732000', '152002.735000', '152002.737000', '152002.740000', '152002.743000', '152002.746000', '152002.748000', '152002.751000', '152002.754000', '152002.756000', '152002.759000', '152002.761000', '152002.764000', '152002.767000', '152002.769000', '152002.772000', '152002.774000', '152002.777000', '152002.780000', '152002.783000', '152002.786000', '152002.788000', '152002.791000', '152002.794000', '152002.797000', '152002.799000', '152002.802000', '152002.805000', '152002.807000', '152002.810000', '152022.700000', '152022.703000', '152022.738000', '152022.741000', '152022.743000', '152022.746000', '152022.749000', '152022.751000', '152022.754000', '152022.757000', '152022.759000', '152022.762000', '152022.765000', '152022.767000', '152022.770000', '152022.772000', '152022.775000', '152022.778000', '152022.780000', '152022.783000', '152022.794000', '152022.797000', '152022.799000', '152022.802000', '152022.805000', '152022.807000', '152022.810000', '152022.812000', '152022.815000', '152022.818000', '152022.820000', '152022.823000', '152022.826000', '152022.828000', '152022.831000', '152022.834000', '152022.836000', '152022.839000', '152022.841000', '152022.844000', '152022.847000', '152022.849000', '152022.852000', '152022.855000', '152042.700000', '152042.703000', '152042.705000', '152042.708000', '152042.711000', '152042.713000', '152042.716000', '152042.718000', '152042.721000', '152042.724000', '152042.726000', '152042.729000', '152042.732000', '152042.734000', '152042.737000', '152042.739000', '152042.742000', '152042.745000', '152042.748000', '152042.751000', '152042.753000', '152042.756000', '152042.759000', '152042.761000', '152042.764000', '152042.767000', '152042.769000', '152042.772000', '152042.775000', '152042.778000', '152042.781000', '152042.783000', '152042.786000', '152042.789000', '152042.792000', '152042.794000', '152042.797000', '152042.800000', '152042.802000', '152042.805000', '152042.807000', '152042.810000', '152042.813000', '152102.699000', '152102.702000', '152102.704000', '152102.707000', '152102.709000', '152102.712000', '152102.715000', '152102.717000', '152102.720000', '152102.722000', '152102.725000', '152102.728000', '152102.730000', '152102.733000', '152102.735000', '152102.738000', '152102.741000', '152102.743000', '152102.746000', '152102.748000', '152102.751000', '152102.754000', '152102.756000', '152102.759000', '152102.761000', '152102.764000', '152102.767000', '152102.769000', '152102.772000', '152102.774000', '152102.777000', '152102.780000', '152102.782000', '152102.785000', '152102.787000', '152102.790000', '152102.793000', '152102.795000', '152102.798000', '152102.801000', '152102.803000', '152102.806000', '152102.809000', '152102.811000', '152122.699000', '152122.702000', '152122.704000', '152122.707000', '152122.710000', '152122.713000', '152122.716000', '152122.718000', '152122.721000', '152122.724000', '152122.726000', '152122.729000', '152122.732000', '152122.735000', '152122.738000', '152122.740000', '152122.743000', '152122.746000', '152122.748000', '152122.751000', '152122.753000', '152122.756000', '152122.759000', '152122.761000', '152122.764000', '152122.767000', '152122.769000', '152122.772000', '152122.775000', '152122.778000', '152122.788000', '152122.791000', '152122.794000', '152122.797000', '152122.799000', '152122.802000', '152122.805000', '152122.807000', '152122.810000', '152122.813000', '152122.815000', '152122.818000', '152122.821000', '152133.813000', '152133.865000', '152133.867000', '152133.870000', '152133.872000', '152133.875000', '152133.878000', '152133.880000', '152133.889000', '152133.892000', '152133.895000', '152133.898000', '152133.900000', '152133.903000', '152133.905000', '152133.908000', '152133.911000', '152133.914000', '152133.916000', '152133.919000', '152133.922000', '152133.924000', '152133.927000', '152133.930000', '152133.932000'], '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], 'LargestImagePixelValue': [8795, 10528, 8659, 12625, 8124, 10397, 8204, 13242, 12229, 11849, 16380, 14172, 9270, 10338, 10126, 8221, 13709, 8210, 14733, 11336, 12679, 8467, 12613, 8187, 12942, 9202, 13294, 9115, 14892, 8152, 11912, 8247, 11278, 8397, 12403, 8574, 14472, 8059, 12212, 8095, 11366, 8112, 13921, 10591, 14735, 8420, 14172, 7981, 13456, 8706, 12141, 8231, 12222, 7905, 11403, 8081, 8512, 8304, 8625, 8356, 9124, 8481, 12947, 8050, 9685, 8509, 9050, 8315, 8939, 8370, 9182, 8389, 12109, 8271, 8375, 8407, 8767, 8271, 13164, 10057, 13790, 8015, 10257, 7848, 10750, 7947, 13879, 10819, 10776, 8972, 9528, 8653, 15424, 10542, 15614, 12419, 14603, 9489, 13091, 7831, 13793, 14246, 14233, 9419, 7663, 7865, 9412, 7757, 13654, 11250, 10989, 8801, 10198, 7977, 13263, 9744, 13872, 12089, 8578, 9247, 8226, 11289, 8210, 15181, 9507, 15964, 12790, 11958, 10028, 8958, 9125, 9867, 10267, 13119, 13444, 8374, 10020, 8282, 8882, 8415, 10920, 11120, 15393, 8367, 10487, 8270, 8916, 8342, 8628, 10391, 11965, 8310, 12132, 8100, 9182, 8215, 11221, 8202, 13127, 8925, 14861, 8564, 12967, 8313, 10339, 8379, 11480, 8418, 11968, 9811, 14938, 8141, 9438, 8293, 8641, 8313, 8454, 8243, 9846, 8844, 14455, 8351, 9243, 8321, 11029, 8714, 11870, 8187, 13298, 7901, 7948, 7931, 8082, 8022, 10994, 7881, 8347, 7883, 8045, 7865, 12569, 9748, 14198, 7997, 8824, 7814, 8199, 8631, 7899, 12016, 9370, 10727, 7854, 13513, 7735, 13735, 10834, 13580, 7945, 13984, 9700, 10057, 13189, 10425, 11921, 7865, 13577, 7802, 12544, 7744, 10523, 7790, 8391, 7958, 7884, 8254, 7783, 12483, 9433, 14295, 7806, 13877, 7894, 12382, 8094, 12020, 11464, 12734, 13588, 8345, 14408, 7978, 11408, 8021, 10058, 7888, 8072, 7791, 8110, 11105, 7906, 13841, 10941, 12867, 7795, 8176, 7959, 8188, 13254, 9906, 15448, 10166, 15186, 7892, 12987, 8015, 10021, 10274, 11736, 7683, 8262, 15317, 7902, 14491, 10990, 15104, 12393, 13478, 7952, 9019, 8352, 8295, 10713, 10045, 14114, 10988, 11283, 7962, 10287, 8176, 14783, 11497, 9416, 9022, 12598, 8016, 12073, 10305, 9120, 12074, 8201, 10385, 8514, 14026, 11152, 14235, 12342, 15878, 8134, 9847, 9569, 9756, 16526, 14372, 16175, 12756, 12289, 8050, 9621, 8068, 10456, 8335, 13799, 10354, 11087, 8151, 8888, 8268, 10278, 8055, 13181, 10123, 8798, 8217, 8281, 7981, 9977, 12656, 11132, 14252, 8210, 9381, 8207, 9575, 11511, 15805, 8361, 11156, 8077, 9074, 8041, 8591, 7977, 13995, 8106, 9754, 8090, 8113, 8170, 9635, 8157, 15324, 8112, 12561, 8014, 10562, 8117, 12008, 8219, 14284, 8370, 13717, 8107, 8447, 8105, 8845, 8044, 11544, 7818, 15367, 8652, 13289, 7995, 8085, 7993, 8822, 7954, 9608, 9827, 13652, 7990, 8017, 7779, 7891, 11572, 7979, 15657, 12373, 13899, 8087, 10976, 7848, 9189, 7831, 9974, 8087, 12433, 7924, 10012, 7954, 8274, 7912, 8913, 15466, 13311, 14183, 9284, 14453, 8308, 12318, 9005, 9171, 15468, 10210, 12502, 7878, 10390, 7864, 10026, 8583, 8856, 14269, 10464, 14591, 9241, 13690, 8036, 8313, 7778, 8057, 13924, 9355, 11218, 7892, 12481, 7960, 11906, 7979, 11891, 8944, 13856, 7997, 11319, 7976, 11168, 8180, 12232, 10429, 13866, 7829, 9031, 7948, 8503, 14979, 9590, 16072, 12475, 14067, 8292, 12372, 7811, 12271, 8071, 14675, 11495, 14602, 8293, 12740, 8030, 11339, 8755, 9294, 14419, 11899, 13060, 8406, 13608, 8304, 9221, 7971, 7884, 12547, 8923, 11235, 7907, 12048, 7809, 10802, 7756, 9167, 8055, 8130, 8933, 7925, 12804, 8050, 13213, 9996, 13141, 8109, 11783, 7925, 8765, 7898, 8910, 9825, 11805, 7922, 8268, 7930, 8143, 12981, 9368, 15987, 12921, 13555, 8202, 12416, 7917, 12159, 8131, 12435, 10081, 13899, 7937, 10698, 7911, 10220, 8232, 11754, 8537, 13814, 12686, 13862, 7944, 9347, 9160, 8063, 15544, 10882, 13898, 9825, 13314, 8032, 9101, 7790, 7992, 14098, 7973, 13473, 9681, 9604, 7883, 8062, 8321, 7765, 8052, 8079, 8215, 11660, 7959, 9279, 8189, 8166, 8321, 11702, 9726, 16058, 13638, 14932, 9482, 14003, 8100, 14275, 10171, 10453, 10154, 9712, 7912, 11568, 14108, 12099, 7922, 8140, 7917, 8566, 8296, 12705, 9903, 10088, 8422, 14002, 9434, 15761, 12144, 14839, 11765, 11173, 14404, 12512, 13946, 8153, 11802, 8165, 10204, 8479, 8748, 8557, 8225, 7985, 7994, 7969, 9295, 7982, 11025, 8226, 8117, 7947, 8203, 9123, 9218, 15027, 9625, 15349, 9948, 13677, 10030, 15295, 11071, 16734, 12535, 10412, 9751, 9100, 9453, 7795, 13973, 10572, 14483, 8246, 10736, 8219, 8773, 12640, 8215, 15816, 11379, 11840, 8700, 8139, 9457, 8187, 15339, 12047, 13364, 8874, 8980, 8389, 8423, 9581, 8283, 14943, 10519, 14961, 8198, 13703, 8422, 13866, 10314, 15181, 13900, 15186, 7910, 12051, 8232, 8307, 8119, 8163, 13272, 8241, 13783, 8169, 12963, 8594, 15414, 12780, 14493, 13858, 8800, 10107, 8938, 9475, 8886, 14746, 11067, 15634, 8186, 14089, 8285, 14009, 10223, 14976, 12506, 15586, 12656, 10537, 9177, 8205, 8347, 7922, 8201, 9715, 12980, 8380, 10435, 8377, 9759, 8391, 13668, 8739, 16057, 10477, 15970, 8457, 11896, 8492, 11435, 8500, 12958, 9455, 14991, 8316, 11042, 8369, 8823, 8539, 10806, 10315, 8071, 14250, 11279, 7743, 8280, 7904, 9597, 8229, 10895, 7701, 10235, 7930, 14902, 11223, 15326, 12818, 15829, 13205, 16296, 13148, 16459, 13532, 15357, 11909, 14154, 10885, 13705, 9874, 12939, 8794, 8101, 8758, 8146, 9323, 8189, 10525, 8443, 12334, 8115, 8215, 8154, 8322, 8425, 8123, 7923, 8068, 8088, 8300, 8086, 8066, 8179, 8047, 8202, 11788, 7559, 12528, 9280, 13442, 12469, 11509, 13601, 10799, 13691, 10740, 13894, 11300, 13230, 10120, 11640, 11342, 7995, 10040, 7605, 10929, 7923, 12810, 10221, 7616, 10748, 7957, 9849, 7673, 10636, 10403, 7743, 14161, 10671, 15285, 11945, 9922, 12279, 9711, 14644, 8144, 8928, 12623, 8845, 15680, 12675, 12622, 9026, 7941, 9163, 8130, 13062, 8845, 15403, 12390, 8884, 11131, 8131, 9868, 7995, 11188, 9096, 8091, 8899, 7967, 8765, 8070, 11766, 8773, 12695, 11216, 8595, 10626, 7915, 11496, 8500, 14391, 11147, 12815, 12640, 8159, 10287, 7895, 10548, 8101, 9317, 12463, 7904, 10983, 8023, 10696, 7862, 9739, 11340, 7990, 13705, 8114, 12254, 8685, 8802, 10998, 8789, 15830], 'WindowCenter': [4662.0, 4682.0, 4638.0, 4687.0, 4613.0, 4653.0, 4614.0, 4673.0, 4662.0, 4651.0, 4690.0, 4672.0, 4631.0, 4642.0, 4640.0, 4609.0, 4643.0, 4623.0, 4665.0, 4652.0, 4646.0, 4598.0, 4659.0, 4612.0, 4658.0, 4620.0, 4669.0, 4621.0, 4656.0, 4587.0, 4634.0, 4611.0, 4649.0, 4596.0, 4660.0, 4609.0, 4667.0, 4600.0, 4647.0, 4609.0, 4647.0, 4588.0, 4666.0, 4628.0, 4667.0, 4609.0, 4668.0, 4599.0, 4657.0, 4607.0, 4649.0, 4608.0, 4647.0, 4586.0, 4650.0, 4599.0, 4620.0, 4609.0, 4621.0, 4596.0, 4631.0, 4610.0, 4656.0, 4600.0, 4617.0, 4620.0, 4621.0, 4609.0, 4622.0, 4610.0, 4630.0, 4610.0, 4660.0, 4599.0, 4610.0, 4612.0, 4635.0, 4611.0, 4660.0, 4644.0, 4672.0, 4614.0, 4639.0, 4612.0, 4636.0, 4602.0, 4672.0, 4653.0, 4652.0, 4621.0, 4631.0, 4622.0, 4680.0, 4642.0, 4680.0, 4650.0, 4669.0, 4631.0, 4669.0, 4602.0, 4659.0, 4684.0, 4648.0, 4633.0, 4589.0, 4602.0, 4620.0, 4589.0, 4643.0, 4652.0, 4625.0, 4633.0, 4644.0, 4614.0, 4657.0, 4630.0, 4670.0, 4661.0, 4622.0, 4635.0, 4613.0, 4641.0, 4612.0, 4681.0, 4604.0, 4681.0, 4649.0, 4650.0, 4631.0, 4609.0, 4608.0, 4605.0, 4629.0, 4656.0, 4660.0, 4598.0, 4629.0, 4598.0, 4609.0, 4597.0, 4639.0, 4625.0, 4655.0, 4597.0, 4629.0, 4596.0, 4610.0, 4610.0, 4598.0, 4629.0, 4648.0, 4610.0, 4649.0, 4600.0, 4608.0, 4610.0, 4637.0, 4599.0, 4660.0, 4596.0, 4669.0, 4611.0, 4659.0, 4610.0, 4629.0, 4610.0, 4651.0, 4600.0, 4650.0, 4617.0, 4668.0, 4576.0, 4619.0, 4611.0, 4611.0, 4609.0, 4611.0, 4599.0, 4631.0, 4620.0, 4682.0, 4612.0, 4634.0, 4626.0, 4656.0, 4599.0, 4660.0, 4613.0, 4671.0, 4611.0, 4610.0, 4611.0, 4601.0, 4601.0, 4651.0, 4612.0, 4612.0, 4613.0, 4613.0, 4614.0, 4674.0, 4642.0, 4682.0, 4612.0, 4622.0, 4601.0, 4611.0, 4611.0, 4601.0, 4660.0, 4631.0, 4651.0, 4613.0, 4670.0, 4603.0, 4670.0, 4652.0, 4669.0, 4613.0, 4672.0, 4630.0, 4631.0, 4658.0, 4640.0, 4649.0, 4601.0, 4658.0, 4601.0, 4659.0, 4601.0, 4641.0, 4601.0, 4611.0, 4601.0, 4602.0, 4608.0, 4603.0, 4661.0, 4632.0, 4670.0, 4604.0, 4670.0, 4611.0, 4661.0, 4601.0, 4661.0, 4651.0, 4661.0, 4659.0, 4610.0, 4658.0, 4600.0, 4639.0, 4600.0, 4630.0, 4599.0, 4601.0, 4590.0, 4600.0, 4639.0, 4602.0, 4660.0, 4642.0, 4660.0, 4591.0, 4611.0, 4601.0, 4612.0, 4660.0, 4633.0, 4680.0, 4632.0, 4671.0, 4601.0, 4647.0, 4600.0, 4632.0, 4631.0, 4652.0, 4600.0, 4612.0, 4671.0, 4602.0, 4669.0, 4642.0, 4670.0, 4661.0, 4659.0, 4601.0, 4608.0, 4609.0, 4611.0, 4640.0, 4632.0, 4682.0, 4616.0, 4639.0, 4601.0, 4628.0, 4625.0, 4669.0, 4640.0, 4620.0, 4633.0, 4661.0, 4601.0, 4660.0, 4642.0, 4632.0, 4637.0, 4598.0, 4643.0, 4610.0, 4646.0, 4626.0, 4672.0, 4647.0, 4656.0, 4600.0, 4631.0, 4616.0, 4618.0, 4666.0, 4645.0, 4628.0, 4621.0, 4633.0, 4562.0, 4592.0, 4573.0, 4626.0, 4598.0, 4655.0, 4629.0, 4637.0, 4600.0, 4607.0, 4611.0, 4626.0, 4601.0, 4658.0, 4629.0, 4621.0, 4612.0, 4599.0, 4602.0, 4630.0, 4661.0, 4639.0, 4669.0, 4598.0, 4619.0, 4600.0, 4629.0, 4636.0, 4669.0, 4597.0, 4638.0, 4586.0, 4609.0, 4586.0, 4609.0, 4589.0, 4668.0, 4597.0, 4628.0, 4598.0, 4599.0, 4599.0, 4629.0, 4600.0, 4669.0, 4600.0, 4649.0, 4600.0, 4629.0, 4600.0, 4648.0, 4597.0, 4669.0, 4598.0, 4659.0, 4600.0, 4610.0, 4600.0, 4609.0, 4588.0, 4637.0, 4588.0, 4668.0, 4609.0, 4658.0, 4599.0, 4589.0, 4599.0, 4609.0, 4575.0, 4619.0, 4617.0, 4658.0, 4586.0, 4600.0, 4589.0, 4600.0, 4636.0, 4600.0, 4668.0, 4649.0, 4658.0, 4600.0, 4638.0, 4599.0, 4619.0, 4591.0, 4628.0, 4601.0, 4650.0, 4602.0, 4630.0, 4602.0, 4612.0, 4601.0, 4622.0, 4669.0, 4660.0, 4658.0, 4620.0, 4659.0, 4598.0, 4648.0, 4607.0, 4608.0, 4668.0, 4627.0, 4646.0, 4589.0, 4627.0, 4599.0, 4619.0, 4597.0, 4609.0, 4656.0, 4629.0, 4657.0, 4608.0, 4647.0, 4588.0, 4596.0, 4577.0, 4588.0, 4657.0, 4609.0, 4638.0, 4600.0, 4648.0, 4601.0, 4649.0, 4589.0, 4650.0, 4622.0, 4669.0, 4602.0, 4650.0, 4603.0, 4651.0, 4612.0, 4662.0, 4641.0, 4670.0, 4602.0, 4622.0, 4601.0, 4622.0, 4670.0, 4631.0, 4679.0, 4664.0, 4659.0, 4612.0, 4659.0, 4602.0, 4649.0, 4601.0, 4669.0, 4650.0, 4658.0, 4586.0, 4659.0, 4588.0, 4652.0, 4598.0, 4620.0, 4658.0, 4649.0, 4646.0, 4600.0, 4632.0, 4611.0, 4608.0, 4587.0, 4589.0, 4635.0, 4620.0, 4636.0, 4588.0, 4636.0, 4591.0, 4637.0, 4590.0, 4621.0, 4598.0, 4603.0, 4607.0, 4599.0, 4648.0, 4588.0, 4661.0, 4632.0, 4660.0, 4602.0, 4649.0, 4586.0, 4623.0, 4611.0, 4633.0, 4630.0, 4652.0, 4602.0, 4613.0, 4602.0, 4603.0, 4661.0, 4623.0, 4681.0, 4662.0, 4660.0, 4612.0, 4660.0, 4604.0, 4660.0, 4602.0, 4661.0, 4642.0, 4671.0, 4602.0, 4640.0, 4602.0, 4640.0, 4612.0, 4651.0, 4612.0, 4672.0, 4660.0, 4659.0, 4589.0, 4620.0, 4620.0, 4600.0, 4668.0, 4640.0, 4657.0, 4606.0, 4647.0, 4588.0, 4608.0, 4589.0, 4600.0, 4659.0, 4600.0, 4659.0, 4620.0, 4620.0, 4601.0, 4602.0, 4612.0, 4603.0, 4614.0, 4614.0, 4614.0, 4653.0, 4603.0, 4623.0, 4615.0, 4614.0, 4615.0, 4663.0, 4634.0, 4681.0, 4674.0, 4682.0, 4621.0, 4671.0, 4603.0, 4670.0, 4643.0, 4642.0, 4631.0, 4633.0, 4602.0, 4653.0, 4672.0, 4661.0, 4603.0, 4602.0, 4603.0, 4612.0, 4603.0, 4663.0, 4645.0, 4644.0, 4614.0, 4671.0, 4623.0, 4671.0, 4639.0, 4659.0, 4639.0, 4640.0, 4659.0, 4638.0, 4621.0, 4589.0, 4624.0, 4573.0, 4630.0, 4601.0, 4600.0, 4599.0, 4575.0, 4587.0, 4587.0, 4604.0, 4634.0, 4604.0, 4654.0, 4616.0, 4602.0, 4600.0, 4626.0, 4637.0, 4634.0, 4685.0, 4636.0, 4672.0, 4632.0, 4663.0, 4635.0, 4683.0, 4653.0, 4692.0, 4664.0, 4643.0, 4632.0, 4601.0, 4622.0, 4591.0, 4686.0, 4631.0, 4660.0, 4590.0, 4640.0, 4614.0, 4599.0, 4664.0, 4603.0, 4669.0, 4654.0, 4640.0, 4613.0, 4591.0, 4622.0, 4602.0, 4670.0, 4651.0, 4675.0, 4628.0, 4589.0, 4590.0, 4577.0, 4609.0, 4611.0, 4683.0, 4656.0, 4684.0, 4614.0, 4662.0, 4602.0, 4658.0, 4629.0, 4672.0, 4661.0, 4696.0, 4616.0, 4650.0, 4603.0, 4613.0, 4603.0, 4612.0, 4675.0, 4614.0, 4671.0, 4613.0, 4662.0, 4615.0, 4683.0, 4665.0, 4673.0, 4663.0, 4611.0, 4631.0, 4611.0, 4619.0, 4610.0, 4670.0, 4641.0, 4669.0, 4602.0, 4659.0, 4601.0, 4659.0, 4631.0, 4657.0, 4650.0, 4658.0, 4648.0, 4628.0, 4608.0, 4599.0, 4600.0, 4589.0, 4600.0, 4620.0, 4660.0, 4600.0, 4630.0, 4601.0, 4620.0, 4601.0, 4659.0, 4601.0, 4669.0, 4629.0, 4668.0, 4599.0, 4639.0, 4599.0, 4637.0, 4599.0, 4649.0, 4620.0, 4668.0, 4602.0, 4639.0, 4601.0, 4610.0, 4614.0, 4641.0, 4655.0, 4615.0, 4683.0, 4650.0, 4614.0, 4623.0, 4615.0, 4634.0, 4611.0, 4641.0, 4603.0, 4643.0, 4616.0, 4684.0, 4655.0, 4683.0, 4662.0, 4669.0, 4648.0, 4655.0, 4635.0, 4642.0, 4621.0, 4630.0, 4611.0, 4629.0, 4601.0, 4619.0, 4590.0, 4618.0, 4569.0, 4559.0, 4570.0, 4560.0, 4591.0, 4572.0, 4612.0, 4584.0, 4633.0, 4574.0, 4583.0, 4585.0, 4597.0, 4596.0, 4589.0, 4586.0, 4587.0, 4599.0, 4611.0, 4614.0, 4628.0, 4641.0, 4630.0, 4636.0, 4679.0, 4607.0, 4662.0, 4635.0, 4662.0, 4663.0, 4651.0, 4662.0, 4643.0, 4662.0, 4641.0, 4659.0, 4629.0, 4646.0, 4628.0, 4638.0, 4627.0, 4589.0, 4617.0, 4589.0, 4628.0, 4599.0, 4659.0, 4630.0, 4591.0, 4640.0, 4600.0, 4628.0, 4602.0, 4641.0, 4642.0, 4603.0, 4695.0, 4644.0, 4671.0, 4653.0, 4643.0, 4663.0, 4632.0, 4669.0, 4601.0, 4610.0, 4659.0, 4610.0, 4680.0, 4661.0, 4648.0, 4610.0, 4600.0, 4619.0, 4601.0, 4659.0, 4620.0, 4669.0, 4649.0, 4610.0, 4639.0, 4589.0, 4618.0, 4600.0, 4639.0, 4621.0, 4601.0, 4621.0, 4600.0, 4610.0, 4601.0, 4651.0, 4612.0, 4659.0, 4651.0, 4612.0, 4641.0, 4602.0, 4649.0, 4611.0, 4668.0, 4651.0, 4659.0, 4659.0, 4601.0, 4630.0, 4601.0, 4640.0, 4602.0, 4632.0, 4648.0, 4603.0, 4651.0, 4590.0, 4627.0, 4600.0, 4619.0, 4639.0, 4602.0, 4670.0, 4589.0, 4634.0, 4612.0, 4609.0, 4641.0, 4612.0, 4682.0], 'WindowWidth': [10210.0, 10236.0, 10166.0, 10229.0, 10119.0, 10176.0, 10121.0, 10202.0, 10184.0, 10167.0, 10222.0, 10196.0, 10141.0, 10157.0, 10151.0, 10106.0, 10141.0, 10132.0, 10176.0, 10173.0, 10151.0, 10089.0, 10175.0, 10117.0, 10171.0, 10122.0, 10189.0, 10126.0, 10163.0, 10073.0, 10128.0, 10114.0, 10160.0, 10083.0, 10178.0, 10106.0, 10182.0, 10096.0, 10154.0, 10109.0, 10156.0, 10076.0, 10180.0, 10130.0, 10182.0, 10107.0, 10184.0, 10091.0, 10166.0, 10100.0, 10161.0, 10106.0, 10152.0, 10067.0, 10163.0, 10097.0, 10123.0, 10107.0, 10126.0, 10083.0, 10140.0, 10108.0, 10166.0, 10096.0, 10111.0, 10125.0, 10128.0, 10107.0, 10129.0, 10111.0, 10139.0, 10109.0, 10179.0, 10093.0, 10110.0, 10117.0, 10156.0, 10110.0, 10175.0, 10164.0, 10196.0, 10123.0, 10148.0, 10116.0, 10137.0, 10102.0, 10197.0, 10174.0, 10169.0, 10124.0, 10143.0, 10130.0, 10204.0, 10157.0, 10206.0, 10162.0, 10186.0, 10140.0, 10188.0, 10102.0, 10172.0, 10219.0, 10154.0, 10146.0, 10079.0, 10103.0, 10122.0, 10079.0, 10136.0, 10168.0, 10121.0, 10146.0, 10162.0, 10120.0, 10169.0, 10134.0, 10190.0, 10181.0, 10130.0, 10154.0, 10116.0, 10151.0, 10115.0, 10206.0, 10088.0, 10207.0, 10159.0, 10162.0, 10137.0, 10107.0, 10101.0, 10089.0, 10133.0, 10165.0, 10176.0, 10088.0, 10133.0, 10090.0, 10106.0, 10084.0, 10145.0, 10116.0, 10160.0, 10086.0, 10131.0, 10083.0, 10107.0, 10110.0, 10088.0, 10133.0, 10160.0, 10108.0, 10160.0, 10097.0, 10100.0, 10109.0, 10140.0, 10094.0, 10175.0, 10081.0, 10188.0, 10111.0, 10172.0, 10111.0, 10133.0, 10109.0, 10164.0, 10094.0, 10162.0, 10111.0, 10186.0, 10053.0, 10120.0, 10113.0, 10113.0, 10106.0, 10113.0, 10093.0, 10140.0, 10124.0, 10210.0, 10114.0, 10148.0, 10141.0, 10178.0, 10086.0, 10179.0, 10118.0, 10192.0, 10115.0, 10112.0, 10113.0, 10099.0, 10101.0, 10166.0, 10115.0, 10117.0, 10118.0, 10119.0, 10121.0, 10203.0, 10157.0, 10212.0, 10116.0, 10128.0, 10098.0, 10113.0, 10111.0, 10100.0, 10178.0, 10142.0, 10166.0, 10118.0, 10190.0, 10105.0, 10192.0, 10170.0, 10189.0, 10118.0, 10195.0, 10137.0, 10140.0, 10172.0, 10149.0, 10161.0, 10100.0, 10171.0, 10099.0, 10175.0, 10100.0, 10151.0, 10099.0, 10112.0, 10099.0, 10102.0, 10108.0, 10106.0, 10180.0, 10143.0, 10192.0, 10106.0, 10191.0, 10114.0, 10179.0, 10100.0, 10181.0, 10165.0, 10177.0, 10173.0, 10107.0, 10169.0, 10094.0, 10144.0, 10094.0, 10136.0, 10092.0, 10097.0, 10081.0, 10095.0, 10145.0, 10100.0, 10177.0, 10153.0, 10175.0, 10085.0, 10112.0, 10098.0, 10114.0, 10177.0, 10142.0, 10204.0, 10140.0, 10190.0, 10098.0, 10152.0, 10093.0, 10142.0, 10137.0, 10168.0, 10097.0, 10113.0, 10192.0, 10100.0, 10187.0, 10155.0, 10189.0, 10177.0, 10172.0, 10098.0, 10101.0, 10107.0, 10112.0, 10148.0, 10141.0, 10212.0, 10105.0, 10145.0, 10099.0, 10129.0, 10141.0, 10186.0, 10147.0, 10124.0, 10147.0, 10178.0, 10097.0, 10180.0, 10155.0, 10142.0, 10139.0, 10085.0, 10160.0, 10109.0, 10149.0, 10122.0, 10197.0, 10152.0, 10163.0, 10096.0, 10138.0, 10109.0, 10115.0, 10176.0, 10146.0, 10106.0, 10106.0, 10126.0, 10023.0, 10069.0, 10045.0, 10123.0, 10090.0, 10161.0, 10131.0, 10140.0, 10095.0, 10097.0, 10114.0, 10123.0, 10098.0, 10169.0, 10131.0, 10126.0, 10116.0, 10092.0, 10100.0, 10137.0, 10180.0, 10146.0, 10188.0, 10090.0, 10118.0, 10094.0, 10133.0, 10134.0, 10186.0, 10085.0, 10141.0, 10067.0, 10105.0, 10067.0, 10103.0, 10077.0, 10184.0, 10088.0, 10131.0, 10091.0, 10094.0, 10093.0, 10134.0, 10095.0, 10186.0, 10096.0, 10158.0, 10096.0, 10132.0, 10094.0, 10157.0, 10085.0, 10187.0, 10089.0, 10173.0, 10096.0, 10107.0, 10093.0, 10105.0, 10074.0, 10138.0, 10073.0, 10184.0, 10104.0, 10169.0, 10092.0, 10078.0, 10092.0, 10106.0, 10049.0, 10119.0, 10114.0, 10171.0, 10069.0, 10093.0, 10079.0, 10095.0, 10135.0, 10094.0, 10183.0, 10160.0, 10168.0, 10094.0, 10143.0, 10093.0, 10119.0, 10083.0, 10132.0, 10098.0, 10161.0, 10100.0, 10136.0, 10103.0, 10114.0, 10100.0, 10129.0, 10187.0, 10174.0, 10169.0, 10120.0, 10171.0, 10089.0, 10156.0, 10098.0, 10100.0, 10181.0, 10125.0, 10150.0, 10078.0, 10126.0, 10092.0, 10118.0, 10085.0, 10104.0, 10164.0, 10130.0, 10164.0, 10101.0, 10151.0, 10073.0, 10083.0, 10058.0, 10075.0, 10165.0, 10103.0, 10141.0, 10094.0, 10156.0, 10097.0, 10158.0, 10077.0, 10163.0, 10127.0, 10188.0, 10102.0, 10164.0, 10104.0, 10165.0, 10116.0, 10182.0, 10153.0, 10190.0, 10101.0, 10128.0, 10099.0, 10129.0, 10190.0, 10139.0, 10202.0, 10188.0, 10172.0, 10115.0, 10174.0, 10101.0, 10160.0, 10099.0, 10186.0, 10164.0, 10168.0, 10066.0, 10172.0, 10074.0, 10169.0, 10086.0, 10120.0, 10168.0, 10158.0, 10147.0, 10095.0, 10119.0, 10111.0, 10101.0, 10071.0, 10077.0, 10132.0, 10122.0, 10136.0, 10075.0, 10135.0, 10085.0, 10140.0, 10083.0, 10124.0, 10089.0, 10104.0, 10096.0, 10093.0, 10155.0, 10072.0, 10180.0, 10143.0, 10175.0, 10101.0, 10159.0, 10067.0, 10131.0, 10113.0, 10146.0, 10137.0, 10167.0, 10102.0, 10116.0, 10099.0, 10103.0, 10178.0, 10130.0, 10206.0, 10181.0, 10177.0, 10114.0, 10176.0, 10106.0, 10177.0, 10102.0, 10180.0, 10154.0, 10191.0, 10100.0, 10150.0, 10102.0, 10149.0, 10116.0, 10164.0, 10114.0, 10196.0, 10176.0, 10170.0, 10075.0, 10121.0, 10121.0, 10096.0, 10184.0, 10146.0, 10164.0, 10093.0, 10151.0, 10074.0, 10102.0, 10078.0, 10095.0, 10170.0, 10094.0, 10172.0, 10121.0, 10120.0, 10097.0, 10103.0, 10114.0, 10105.0, 10121.0, 10120.0, 10120.0, 10172.0, 10104.0, 10131.0, 10124.0, 10120.0, 10126.0, 10187.0, 10148.0, 10208.0, 10203.0, 10208.0, 10122.0, 10192.0, 10103.0, 10189.0, 10158.0, 10154.0, 10137.0, 10143.0, 10102.0, 10171.0, 10194.0, 10180.0, 10102.0, 10100.0, 10102.0, 10114.0, 10103.0, 10186.0, 10164.0, 10160.0, 10122.0, 10192.0, 10128.0, 10191.0, 10143.0, 10171.0, 10145.0, 10147.0, 10171.0, 10139.0, 10102.0, 10074.0, 10111.0, 10041.0, 10132.0, 10095.0, 10093.0, 10089.0, 10047.0, 10070.0, 10070.0, 10106.0, 10147.0, 10108.0, 10175.0, 10125.0, 10100.0, 10094.0, 10141.0, 10158.0, 10146.0, 10218.0, 10152.0, 10195.0, 10139.0, 10181.0, 10149.0, 10210.0, 10169.0, 10225.0, 10185.0, 10158.0, 10141.0, 10091.0, 10124.0, 10080.0, 10221.0, 10136.0, 10171.0, 10076.0, 10146.0, 10118.0, 10089.0, 10186.0, 10102.0, 10183.0, 10170.0, 10144.0, 10112.0, 10081.0, 10123.0, 10096.0, 10188.0, 10163.0, 10203.0, 10141.0, 10067.0, 10073.0, 10049.0, 10099.0, 10109.0, 10212.0, 10180.0, 10214.0, 10117.0, 10180.0, 10097.0, 10168.0, 10130.0, 10192.0, 10176.0, 10234.0, 10123.0, 10158.0, 10100.0, 10114.0, 10101.0, 10114.0, 10203.0, 10118.0, 10191.0, 10116.0, 10180.0, 10121.0, 10209.0, 10188.0, 10196.0, 10182.0, 10108.0, 10133.0, 10109.0, 10115.0, 10104.0, 10187.0, 10148.0, 10185.0, 10098.0, 10171.0, 10096.0, 10169.0, 10135.0, 10164.0, 10157.0, 10166.0, 10155.0, 10124.0, 10101.0, 10088.0, 10093.0, 10076.0, 10092.0, 10119.0, 10174.0, 10094.0, 10133.0, 10095.0, 10121.0, 10096.0, 10170.0, 10093.0, 10184.0, 10128.0, 10180.0, 10090.0, 10144.0, 10090.0, 10137.0, 10090.0, 10158.0, 10121.0, 10181.0, 10098.0, 10144.0, 10097.0, 10108.0, 10118.0, 10152.0, 10177.0, 10126.0, 10214.0, 10163.0, 10123.0, 10134.0, 10125.0, 10148.0, 10112.0, 10151.0, 10104.0, 10157.0, 10128.0, 10218.0, 10176.0, 10212.0, 10180.0, 10187.0, 10151.0, 10157.0, 10127.0, 10135.0, 10104.0, 10114.0, 10089.0, 10111.0, 10077.0, 10095.0, 10059.0, 10093.0, 10029.0, 10014.0, 10032.0, 10020.0, 10064.0, 10040.0, 10096.0, 10062.0, 10123.0, 10048.0, 10057.0, 10064.0, 10085.0, 10083.0, 10075.0, 10069.0, 10072.0, 10094.0, 10113.0, 10122.0, 10148.0, 10170.0, 10152.0, 10156.0, 10215.0, 10113.0, 10182.0, 10147.0, 10182.0, 10182.0, 10164.0, 10182.0, 10155.0, 10179.0, 10151.0, 10173.0, 10129.0, 10149.0, 10128.0, 10140.0, 10125.0, 10074.0, 10111.0, 10076.0, 10128.0, 10093.0, 10172.0, 10134.0, 10083.0, 10150.0, 10095.0, 10131.0, 10101.0, 10153.0, 10155.0, 10106.0, 10235.0, 10159.0, 10191.0, 10170.0, 10159.0, 10184.0, 10140.0, 10187.0, 10097.0, 10107.0, 10172.0, 10107.0, 10202.0, 10177.0, 10157.0, 10108.0, 10093.0, 10118.0, 10096.0, 10172.0, 10122.0, 10185.0, 10158.0, 10108.0, 10145.0, 10077.0, 10114.0, 10092.0, 10145.0, 10123.0, 10098.0, 10124.0, 10096.0, 10108.0, 10100.0, 10162.0, 10113.0, 10173.0, 10164.0, 10113.0, 10151.0, 10099.0, 10159.0, 10111.0, 10182.0, 10165.0, 10173.0, 10173.0, 10098.0, 10135.0, 10097.0, 10147.0, 10103.0, 10141.0, 10154.0, 10104.0, 10167.0, 10078.0, 10125.0, 10094.0, 10116.0, 10142.0, 10102.0, 10193.0, 10078.0, 10127.0, 10113.0, 10101.0, 10151.0, 10115.0, 10211.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.00635983552631579</td></tr>
<tr><td colspan=3>aqi</td><td>0.022430936732456136</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.24212010630079</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2467991089132815</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1014228307135012</td></tr>
<tr><td colspan=3>efc</td><td>0.4647</td></tr>
<tr><td colspan=3>fber</td><td>4224.8931</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10587700675012048</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.2368421052631575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.507655928186638</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.539435575818774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6496100277374652</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.333922181003673</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120679</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0031287679448723793</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01741207018494606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8231243575800176</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>25.6025</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.6444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.0694</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.4926</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0425</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.1083</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3870.0369</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1085.7535</td></tr>
<tr><td colspan=3>tsnr</td><td>41.49776473175734</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>