<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-02/func/sub-0103_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>d87dd952c7ff2ba81bdaff3d3d597ee5</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>22:26:55.145000</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.999444, 0.0039073, 0.0331216, 0.000697779, 0.990446, -0.137897]</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.0816062</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7235, 222, -156, -267, -85, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f6e457a2-bf35-4650-a480-29952abb460b||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.681434392929077, 0.0018720892257988453, 0.0900288075208664, 104.01349639892578], [-0.010482989251613617, 2.6572952270507812, -0.3721759021282196, -91.49223327636719], [0.08886291086673737, 0.3699662983417511, 2.672710418701172, -97.611328125], [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': ['222655.145000', '222655.605000', '222656.065000', '222656.525000', '222656.985000', '222657.445000', '222657.905000', '222658.365000', '222658.825000', '222659.285000', '222659.745000', '222700.205000', '222700.665000', '222701.125000', '222701.585000', '222702.045000', '222702.505000', '222702.965000', '222703.425000', '222703.885000', '222704.345000', '222704.805000', '222705.265000', '222705.725000', '222706.185000', '222706.645000', '222707.105000', '222707.565000', '222708.025000', '222708.485000', '222708.945000', '222709.405000', '222709.865000', '222710.325000', '222710.785000', '222711.245000', '222711.705000', '222712.165000', '222712.625000', '222713.085000', '222713.545000', '222714.005000', '222714.465000', '222714.925000', '222715.385000', '222715.845000', '222716.305000', '222716.765000', '222717.225000', '222717.685000', '222718.145000', '222718.605000', '222719.065000', '222719.525000', '222719.985000', '222720.445000', '222720.905000', '222721.365000', '222721.825000', '222722.285000', '222722.745000', '222723.205000', '222723.665000', '222724.125000', '222724.585000', '222725.045000', '222725.505000', '222725.965000', '222726.425000', '222726.885000', '222727.345000', '222727.805000', '222728.265000', '222728.725000', '222729.185000', '222729.645000', '222730.105000', '222730.565000', '222731.025000', '222731.485000', '222731.945000', '222732.405000', '222732.865000', '222733.325000', '222733.785000', '222734.245000', '222734.705000', '222735.165000', '222735.625000', '222736.085000', '222736.545000', '222737.005000', '222737.465000', '222737.925000', '222738.385000', '222738.845000', '222739.305000', '222739.765000', '222740.225000', '222740.685000', '222741.145000', '222741.605000', '222742.065000', '222742.525000', '222742.985000', '222743.445000', '222743.905000', '222744.365000', '222744.825000', '222745.285000', '222745.745000', '222746.205000', '222746.665000', '222747.125000', '222747.585000', '222748.045000', '222748.505000', '222748.965000', '222749.425000', '222749.885000', '222750.345000', '222750.805000', '222751.265000', '222751.725000', '222752.185000', '222752.645000', '222753.105000', '222753.565000', '222754.025000', '222754.485000', '222754.945000', '222755.405000', '222755.865000', '222756.325000', '222756.785000', '222757.245000', '222757.705000', '222758.165000', '222758.625000', '222759.085000', '222759.545000', '222800.005000', '222800.465000', '222800.925000', '222801.385000', '222801.845000', '222802.305000', '222802.765000', '222803.225000', '222803.685000', '222804.145000', '222804.605000', '222805.065000', '222805.525000', '222805.985000', '222806.445000', '222806.905000', '222807.365000', '222807.825000', '222808.285000', '222808.745000', '222809.205000', '222809.665000', '222810.125000', '222810.585000', '222811.045000', '222811.505000', '222811.965000', '222812.425000', '222812.885000', '222813.345000', '222813.805000', '222814.265000', '222814.725000', '222815.185000', '222815.645000', '222816.105000', '222816.565000', '222817.025000', '222817.485000', '222817.945000', '222818.405000', '222818.865000', '222819.325000', '222819.785000', '222820.245000', '222820.705000', '222821.165000', '222821.625000', '222822.085000', '222822.545000', '222823.005000', '222823.465000', '222823.925000', '222824.385000', '222824.845000', '222825.305000', '222825.765000', '222826.225000', '222826.685000', '222827.145000', '222827.605000', '222828.065000', '222828.525000', '222828.985000', '222829.445000', '222829.905000', '222830.365000', '222830.825000', '222831.285000', '222831.745000', '222832.205000', '222832.665000', '222833.125000', '222833.585000', '222834.045000', '222834.505000', '222834.965000', '222835.425000', '222835.885000', '222836.345000', '222836.805000', '222837.265000', '222837.725000', '222838.185000', '222838.645000', '222839.105000', '222839.565000', '222840.025000', '222840.485000', '222840.945000', '222841.405000', '222841.865000', '222842.325000', '222842.785000', '222843.245000', '222843.705000', '222844.165000', '222844.625000', '222845.085000', '222845.545000', '222846.005000', '222846.465000', '222846.925000', '222847.385000', '222847.845000', '222848.305000', '222848.765000', '222849.225000', '222849.685000', '222850.145000', '222850.605000', '222851.065000', '222851.525000', '222851.985000', '222852.445000', '222852.905000', '222853.365000', '222853.825000', '222854.285000', '222854.745000', '222855.205000', '222855.665000', '222856.125000', '222856.585000', '222857.045000', '222857.505000', '222857.965000', '222858.425000', '222858.885000', '222859.345000', '222859.805000', '222900.265000', '222900.725000', '222901.185000', '222901.645000', '222902.105000', '222902.565000', '222903.025000', '222903.485000', '222903.945000', '222904.405000', '222904.865000', '222905.325000', '222905.785000', '222906.245000', '222906.705000', '222907.165000', '222907.625000', '222908.085000', '222908.545000', '222909.005000', '222909.465000', '222909.925000', '222910.385000', '222910.845000', '222911.305000', '222911.765000', '222912.225000', '222912.685000', '222913.145000', '222913.605000', '222914.065000', '222914.525000', '222914.985000', '222915.445000', '222915.905000', '222916.365000', '222916.825000', '222917.285000', '222917.745000', '222918.205000', '222918.665000', '222919.125000', '222919.585000', '222920.045000', '222920.505000', '222920.965000', '222921.425000', '222921.885000', '222922.345000', '222922.805000', '222923.265000', '222923.725000', '222924.185000', '222924.645000', '222925.105000', '222925.565000', '222926.025000', '222926.485000', '222926.945000', '222927.405000', '222927.865000', '222928.325000', '222928.785000', '222929.245000', '222929.705000', '222930.165000', '222930.625000', '222931.085000', '222931.545000', '222932.005000', '222932.465000', '222932.925000', '222933.385000', '222933.845000', '222934.305000', '222934.765000', '222935.225000', '222935.685000', '222936.145000', '222936.605000', '222937.065000', '222937.525000', '222937.985000', '222938.445000', '222938.905000', '222939.365000', '222939.825000', '222940.285000', '222940.745000', '222941.205000', '222941.665000', '222942.125000', '222942.585000', '222943.045000', '222943.505000', '222943.965000', '222944.425000', '222944.885000', '222945.345000', '222945.805000', '222946.265000', '222946.725000', '222947.185000', '222947.645000', '222948.105000', '222948.565000', '222949.025000', '222949.485000', '222949.945000', '222950.405000', '222950.865000', '222951.325000', '222951.785000', '222952.245000', '222952.705000', '222953.165000', '222953.625000', '222954.085000', '222954.545000', '222955.005000', '222955.465000', '222955.925000', '222956.385000', '222956.845000', '222957.305000', '222957.765000', '222958.225000', '222958.685000', '222959.145000', '222959.605000', '223000.065000', '223000.525000', '223000.985000', '223001.445000', '223001.905000', '223002.365000', '223002.825000', '223003.285000', '223003.745000', '223004.205000', '223004.665000', '223005.125000', '223005.585000', '223006.045000', '223006.505000', '223006.965000', '223007.425000', '223007.885000', '223008.345000', '223008.805000', '223009.265000', '223009.725000', '223010.185000', '223010.645000', '223011.105000', '223011.565000', '223012.025000', '223012.485000', '223012.945000', '223013.405000', '223013.865000', '223014.325000', '223014.785000', '223015.245000', '223015.705000', '223016.165000', '223016.625000', '223017.085000', '223017.545000', '223018.005000', '223018.465000', '223018.925000', '223019.385000', '223019.845000', '223020.305000', '223020.765000', '223021.225000', '223021.685000', '223022.145000', '223022.605000', '223023.065000', '223023.525000', '223023.985000', '223024.445000', '223024.905000', '223025.365000', '223025.825000', '223026.285000', '223026.745000', '223027.205000', '223027.665000', '223028.125000', '223028.585000', '223029.045000', '223029.505000', '223029.965000', '223030.425000', '223030.885000', '223031.345000', '223031.805000', '223032.265000', '223032.725000', '223033.185000', '223033.645000', '223034.105000', '223034.565000', '223035.025000', '223035.485000', '223035.945000', '223036.405000', '223036.865000', '223037.325000', '223037.785000', '223038.245000', '223038.705000', '223039.165000', '223039.625000', '223040.085000', '223040.545000', '223041.005000', '223041.465000', '223041.925000', '223042.385000', '223042.845000', '223043.305000', '223043.765000', '223044.225000', '223044.685000', '223045.145000', '223045.605000', '223046.065000', '223046.525000', '223046.985000', '223047.445000', '223047.905000', '223048.365000', '223048.825000', '223049.285000', '223049.745000', '223050.205000', '223050.665000', '223051.125000', '223051.585000', '223052.045000', '223052.505000', '223052.965000', '223053.425000', '223053.885000', '223054.345000', '223054.805000', '223055.265000', '223055.725000', '223056.185000', '223056.645000', '223057.105000', '223057.565000', '223058.025000', '223058.485000', '223058.945000', '223059.405000', '223059.865000', '223100.325000', '223100.785000', '223101.245000', '223101.705000', '223102.165000', '223102.625000', '223103.085000', '223103.545000', '223104.005000', '223104.465000', '223104.925000', '223105.385000', '223105.845000', '223106.305000', '223106.765000', '223107.225000', '223107.685000', '223108.145000', '223108.605000', '223109.065000', '223109.525000', '223109.985000', '223110.445000', '223110.905000', '223111.365000', '223111.825000', '223112.285000', '223112.745000', '223113.205000', '223113.665000', '223114.125000', '223114.585000', '223115.045000', '223115.505000', '223115.965000', '223116.425000', '223116.885000', '223117.345000', '223117.805000', '223118.265000', '223118.725000', '223119.185000', '223119.645000', '223120.105000', '223120.565000', '223121.025000', '223121.485000', '223121.945000', '223122.405000', '223122.865000', '223123.325000', '223123.785000', '223124.245000', '223124.705000', '223125.165000', '223125.625000', '223126.085000', '223126.545000', '223127.005000', '223127.465000', '223127.925000', '223128.385000', '223128.845000', '223129.305000', '223129.765000', '223130.225000', '223130.685000', '223131.145000', '223131.605000', '223132.065000', '223132.525000', '223132.985000', '223133.445000', '223133.905000', '223134.365000', '223134.825000', '223135.285000', '223135.745000', '223136.205000', '223136.665000', '223137.125000', '223137.585000', '223138.045000', '223138.505000', '223138.965000', '223139.425000', '223139.885000', '223140.345000', '223140.805000', '223141.265000', '223141.725000', '223142.185000', '223142.645000', '223143.105000', '223143.565000', '223144.025000', '223144.485000', '223144.945000', '223145.405000', '223145.865000', '223146.325000', '223146.785000', '223147.245000', '223147.705000', '223148.165000', '223148.625000', '223149.085000', '223149.545000', '223150.005000', '223150.465000', '223150.925000', '223151.385000', '223151.845000', '223152.305000', '223152.765000', '223153.225000', '223153.685000', '223154.145000', '223154.605000', '223155.065000', '223155.525000', '223155.985000', '223156.445000', '223156.905000', '223157.365000', '223157.825000', '223158.285000', '223158.745000', '223159.205000', '223159.665000', '223200.125000', '223200.585000', '223201.045000', '223201.505000', '223201.965000', '223202.425000', '223202.885000', '223203.345000', '223203.805000', '223204.265000', '223204.725000', '223205.185000', '223205.645000', '223206.105000', '223206.565000', '223207.025000', '223207.485000', '223207.945000', '223208.405000', '223208.865000', '223209.325000', '223209.785000', '223210.245000', '223210.705000', '223211.165000', '223211.625000', '223212.085000', '223212.545000', '223213.005000', '223213.465000', '223213.925000', '223214.385000', '223214.845000', '223215.305000', '223215.765000', '223216.225000', '223216.685000', '223217.145000', '223217.605000', '223218.065000', '223218.525000', '223218.985000', '223219.445000', '223219.905000', '223220.365000', '223220.825000', '223221.285000', '223221.745000', '223222.205000', '223222.665000', '223223.125000', '223223.585000', '223224.045000', '223224.505000', '223224.965000', '223225.425000', '223225.885000', '223226.345000', '223226.805000', '223227.265000', '223227.725000', '223228.185000', '223228.645000', '223229.105000', '223229.565000', '223230.025000', '223230.485000', '223230.945000', '223231.405000', '223231.865000', '223232.325000', '223232.785000', '223233.245000', '223233.705000', '223234.165000', '223234.625000', '223235.085000', '223235.545000', '223236.005000', '223236.465000', '223236.925000', '223237.385000', '223237.845000', '223238.305000', '223238.765000', '223239.225000', '223239.685000', '223240.145000', '223240.605000', '223241.065000', '223241.525000', '223241.985000', '223242.445000', '223242.905000', '223243.365000', '223243.825000', '223244.285000', '223244.745000', '223245.205000', '223245.665000', '223246.125000', '223246.585000', '223247.045000', '223247.505000', '223247.965000', '223248.425000', '223248.885000', '223249.345000', '223249.805000', '223250.265000', '223250.725000', '223251.185000', '223251.645000', '223252.105000', '223252.565000', '223253.025000', '223253.485000', '223253.945000', '223254.405000', '223254.865000', '223255.325000', '223255.785000', '223256.245000', '223256.705000', '223257.165000', '223257.625000', '223258.085000', '223258.545000', '223259.005000', '223259.465000', '223259.925000', '223300.385000', '223300.845000', '223301.305000', '223301.765000', '223302.225000', '223302.685000', '223303.145000', '223303.605000', '223304.065000', '223304.525000', '223304.985000', '223305.445000', '223305.905000', '223306.365000', '223306.825000', '223307.285000', '223307.745000', '223308.205000', '223308.665000', '223309.125000', '223309.585000', '223310.045000', '223310.505000', '223310.965000', '223311.425000', '223311.885000', '223312.345000', '223312.805000', '223313.265000', '223313.725000', '223314.185000', '223314.645000', '223315.105000', '223315.565000', '223316.025000', '223316.485000', '223316.945000', '223317.405000', '223317.865000', '223318.325000', '223318.785000', '223319.245000', '223319.705000', '223320.165000', '223320.625000', '223321.085000', '223321.545000', '223322.005000', '223322.465000', '223322.925000', '223323.385000', '223323.845000', '223324.305000', '223324.765000', '223325.225000', '223325.685000', '223326.145000', '223326.605000', '223327.065000', '223327.525000', '223327.985000', '223328.445000', '223328.905000', '223329.365000', '223329.825000', '223330.285000', '223330.745000', '223331.205000', '223331.665000', '223332.125000', '223332.585000', '223333.045000', '223333.505000', '223333.965000', '223334.425000', '223334.885000', '223335.345000', '223335.805000', '223336.265000', '223336.725000', '223337.185000', '223337.645000', '223338.105000', '223338.565000', '223339.025000', '223339.485000', '223339.945000', '223340.405000', '223340.865000', '223341.325000', '223341.785000', '223342.245000', '223342.705000', '223343.165000', '223343.625000', '223344.085000', '223344.545000', '223345.005000', '223345.465000', '223345.925000', '223346.385000', '223346.845000', '223347.305000', '223347.765000', '223348.225000', '223348.685000', '223349.145000', '223349.605000', '223350.065000', '223350.525000', '223350.985000', '223351.445000', '223351.905000', '223352.365000', '223352.825000', '223353.285000', '223353.745000', '223354.205000', '223354.665000', '223355.125000'], 'ContentTime': ['222713.150000', '222713.154000', '222713.157000', '222713.159000', '222713.170000', '222713.173000', '222713.176000', '222713.179000', '222713.181000', '222713.184000', '222713.186000', '222713.189000', '222713.192000', '222713.194000', '222713.197000', '222713.199000', '222713.202000', '222713.204000', '222713.207000', '222713.210000', '222713.212000', '222713.215000', '222713.217000', '222713.220000', '222713.223000', '222713.225000', '222713.228000', '222713.231000', '222713.233000', '222713.236000', '222713.238000', '222713.241000', '222713.244000', '222713.246000', '222713.249000', '222713.251000', '222733.114000', '222733.117000', '222733.120000', '222733.122000', '222733.125000', '222733.128000', '222733.131000', '222733.133000', '222733.136000', '222733.138000', '222733.141000', '222733.144000', '222733.146000', '222733.149000', '222733.151000', '222733.154000', '222733.157000', '222733.163000', '222733.166000', '222733.169000', '222733.171000', '222733.174000', '222733.176000', '222733.179000', '222733.182000', '222733.184000', '222733.187000', '222733.189000', '222733.192000', '222733.194000', '222733.197000', '222733.200000', '222733.202000', '222733.205000', '222733.207000', '222733.210000', '222733.213000', '222733.215000', '222733.218000', '222733.220000', '222733.223000', '222733.226000', '222733.228000', '222733.231000', '222753.114000', '222753.116000', '222753.119000', '222753.122000', '222753.125000', '222753.127000', '222753.130000', '222753.132000', '222753.135000', '222753.138000', '222753.140000', '222753.143000', '222753.145000', '222753.148000', '222753.151000', '222753.153000', '222753.156000', '222753.158000', '222753.161000', '222753.164000', '222753.166000', '222753.169000', '222753.172000', '222753.174000', '222753.177000', '222753.180000', '222753.182000', '222753.185000', '222753.188000', '222753.190000', '222753.193000', '222753.196000', '222753.199000', '222753.201000', '222753.204000', '222753.206000', '222753.209000', '222753.212000', '222753.216000', '222753.218000', '222753.221000', '222753.224000', '222753.226000', '222813.114000', '222813.117000', '222813.120000', '222813.123000', '222813.126000', '222813.128000', '222813.131000', '222813.133000', '222813.136000', '222813.139000', '222813.141000', '222813.144000', '222813.146000', '222813.149000', '222813.151000', '222813.154000', '222813.157000', '222813.159000', '222813.162000', '222813.165000', '222813.167000', '222813.170000', '222813.172000', '222813.175000', '222813.178000', '222813.180000', '222813.183000', '222813.186000', '222813.188000', '222813.191000', '222813.194000', '222813.196000', '222813.199000', '222813.201000', '222813.204000', '222813.207000', '222813.209000', '222813.219000', '222813.222000', '222813.225000', '222813.227000', '222813.230000', '222813.232000', '222813.235000', '222833.114000', '222833.117000', '222833.140000', '222833.143000', '222833.146000', '222833.148000', '222833.151000', '222833.154000', '222833.156000', '222833.159000', '222833.161000', '222833.164000', '222833.166000', '222833.169000', '222833.172000', '222833.174000', '222833.177000', '222833.180000', '222833.182000', '222833.185000', '222833.188000', '222833.190000', '222833.193000', '222833.196000', '222833.198000', '222833.201000', '222833.204000', '222833.207000', '222833.210000', '222833.212000', '222833.215000', '222833.218000', '222833.221000', '222833.223000', '222833.226000', '222833.228000', '222833.231000', '222833.234000', '222833.236000', '222833.239000', '222833.242000', '222833.244000', '222833.247000', '222853.114000', '222853.117000', '222853.120000', '222853.123000', '222853.126000', '222853.128000', '222853.131000', '222853.134000', '222853.136000', '222853.139000', '222853.142000', '222853.144000', '222853.147000', '222853.149000', '222853.152000', '222853.155000', '222853.157000', '222853.160000', '222853.163000', '222853.166000', '222853.168000', '222853.171000', '222853.180000', '222853.183000', '222853.186000', '222853.188000', '222853.191000', '222853.194000', '222853.196000', '222853.199000', '222853.202000', '222853.204000', '222853.207000', '222853.210000', '222853.212000', '222853.215000', '222853.218000', '222853.220000', '222853.223000', '222853.225000', '222853.228000', '222853.231000', '222853.233000', '222853.236000', '222913.115000', '222913.117000', '222913.120000', '222913.123000', '222913.126000', '222913.128000', '222913.131000', '222913.133000', '222913.136000', '222913.138000', '222913.141000', '222913.144000', '222913.146000', '222913.149000', '222913.152000', '222913.154000', '222913.157000', '222913.159000', '222913.162000', '222913.165000', '222913.167000', '222913.170000', '222913.172000', '222913.175000', '222913.178000', '222913.180000', '222913.183000', '222913.185000', '222913.188000', '222913.191000', '222913.193000', '222913.196000', '222913.199000', '222913.201000', '222913.204000', '222913.206000', '222913.209000', '222913.212000', '222913.214000', '222913.217000', '222913.220000', '222913.222000', '222913.225000', '222933.115000', '222933.118000', '222933.121000', '222933.123000', '222933.126000', '222933.129000', '222933.131000', '222933.134000', '222933.136000', '222933.139000', '222933.142000', '222933.144000', '222933.147000', '222933.149000', '222933.152000', '222933.155000', '222933.157000', '222933.160000', '222933.163000', '222933.165000', '222933.168000', '222933.171000', '222933.173000', '222933.176000', '222933.178000', '222933.181000', '222933.184000', '222933.186000', '222933.189000', '222933.192000', '222933.194000', '222933.197000', '222933.200000', '222933.202000', '222933.205000', '222933.207000', '222933.210000', '222933.213000', '222933.215000', '222933.218000', '222933.220000', '222933.223000', '222933.226000', '222933.228000', '222953.114000', '222953.117000', '222953.120000', '222953.123000', '222953.125000', '222953.128000', '222953.131000', '222953.133000', '222953.136000', '222953.138000', '222953.141000', '222953.144000', '222953.146000', '222953.149000', '222953.151000', '222953.154000', '222953.157000', '222953.159000', '222953.162000', '222953.170000', '222953.173000', '222953.175000', '222953.178000', '222953.181000', '222953.183000', '222953.186000', '222953.189000', '222953.191000', '222953.194000', '222953.197000', '222953.199000', '222953.202000', '222953.204000', '222953.207000', '222953.209000', '222953.212000', '222953.215000', '222953.218000', '222953.220000', '222953.223000', '222953.226000', '222953.241000', '222953.243000', '223013.114000', '223013.117000', '223013.119000', '223013.122000', '223013.125000', '223013.127000', '223013.130000', '223013.132000', '223013.135000', '223013.138000', '223013.140000', '223013.143000', '223013.146000', '223013.148000', '223013.151000', '223013.154000', '223013.156000', '223013.159000', '223013.161000', '223013.164000', '223013.167000', '223013.169000', '223013.172000', '223013.174000', '223013.177000', '223013.180000', '223013.182000', '223013.185000', '223013.188000', '223013.190000', '223013.193000', '223013.196000', '223013.198000', '223013.201000', '223013.203000', '223013.206000', '223013.209000', '223013.211000', '223013.214000', '223013.217000', '223013.219000', '223013.222000', '223013.225000', '223013.227000', '223033.114000', '223033.117000', '223033.120000', '223033.123000', '223033.125000', '223033.128000', '223033.130000', '223033.133000', '223033.136000', '223033.138000', '223033.141000', '223033.143000', '223033.146000', '223033.149000', '223033.151000', '223033.154000', '223033.156000', '223033.159000', '223033.162000', '223033.164000', '223033.167000', '223033.169000', '223033.172000', '223033.175000', '223033.177000', '223033.180000', '223033.182000', '223033.185000', '223033.188000', '223033.190000', '223033.193000', '223033.196000', '223033.198000', '223033.201000', '223033.204000', '223033.206000', '223033.209000', '223033.211000', '223033.214000', '223033.217000', '223033.219000', '223033.222000', '223033.224000', '223053.115000', '223053.117000', '223053.120000', '223053.123000', '223053.126000', '223053.128000', '223053.131000', '223053.134000', '223053.136000', '223053.139000', '223053.142000', '223053.144000', '223053.147000', '223053.150000', '223053.152000', '223053.155000', '223053.158000', '223053.160000', '223053.163000', '223053.166000', '223053.168000', '223053.171000', '223053.174000', '223053.176000', '223053.179000', '223053.182000', '223053.184000', '223053.187000', '223053.190000', '223053.192000', '223053.195000', '223053.198000', '223053.200000', '223053.203000', '223053.206000', '223053.208000', '223053.211000', '223053.214000', '223053.216000', '223053.219000', '223053.221000', '223053.224000', '223053.226000', '223053.229000', '223113.114000', '223113.118000', '223113.120000', '223113.123000', '223113.125000', '223113.128000', '223113.131000', '223113.133000', '223113.136000', '223113.139000', '223113.141000', '223113.144000', '223113.146000', '223113.149000', '223113.152000', '223113.154000', '223113.157000', '223113.160000', '223113.162000', '223113.165000', '223113.167000', '223113.170000', '223113.173000', '223113.175000', '223113.178000', '223113.181000', '223113.183000', '223113.186000', '223113.189000', '223113.191000', '223113.194000', '223113.197000', '223113.199000', '223113.202000', '223113.205000', '223113.207000', '223113.210000', '223113.212000', '223113.215000', '223113.218000', '223113.220000', '223113.223000', '223113.226000', '223133.114000', '223133.117000', '223133.120000', '223133.123000', '223133.125000', '223133.128000', '223133.131000', '223133.133000', '223133.136000', '223133.139000', '223133.141000', '223133.144000', '223133.147000', '223133.149000', '223133.152000', '223133.155000', '223133.157000', '223133.160000', '223133.163000', '223133.165000', '223133.168000', '223133.170000', '223133.173000', '223133.187000', '223133.190000', '223133.192000', '223133.195000', '223133.198000', '223133.200000', '223133.203000', '223133.206000', '223133.208000', '223133.211000', '223133.213000', '223133.216000', '223133.219000', '223133.221000', '223133.224000', '223133.227000', '223133.229000', '223133.232000', '223133.235000', '223133.237000', '223133.240000', '223153.114000', '223153.117000', '223153.120000', '223153.123000', '223153.125000', '223153.128000', '223153.131000', '223153.133000', '223153.136000', '223153.139000', '223153.141000', '223153.144000', '223153.147000', '223153.149000', '223153.152000', '223153.154000', '223153.157000', '223153.160000', '223153.162000', '223153.165000', '223153.168000', '223153.170000', '223153.173000', '223153.176000', '223153.178000', '223153.181000', '223153.184000', '223153.186000', '223153.189000', '223153.192000', '223153.194000', '223153.197000', '223153.200000', '223153.202000', '223153.205000', '223153.208000', '223153.210000', '223153.213000', '223153.216000', '223153.218000', '223153.221000', '223153.223000', '223153.226000', '223213.115000', '223213.117000', '223213.120000', '223213.123000', '223213.125000', '223213.128000', '223213.131000', '223213.133000', '223213.136000', '223213.139000', '223213.141000', '223213.144000', '223213.147000', '223213.149000', '223213.152000', '223213.157000', '223213.159000', '223213.162000', '223213.165000', '223213.167000', '223213.170000', '223213.173000', '223213.175000', '223213.178000', '223213.181000', '223213.183000', '223213.186000', '223213.189000', '223213.191000', '223213.194000', '223213.197000', '223213.199000', '223213.202000', '223213.205000', '223213.207000', '223213.210000', '223213.212000', '223213.215000', '223213.218000', '223213.220000', '223213.223000', '223213.226000', '223213.228000', '223213.231000', '223233.113000', '223233.116000', '223233.119000', '223233.122000', '223233.124000', '223233.127000', '223233.129000', '223233.132000', '223233.135000', '223233.137000', '223233.140000', '223233.143000', '223233.145000', '223233.148000', '223233.150000', '223233.153000', '223233.156000', '223233.158000', '223233.161000', '223233.163000', '223233.166000', '223233.169000', '223233.171000', '223233.174000', '223233.176000', '223233.179000', '223233.182000', '223233.184000', '223233.187000', '223233.190000', '223233.192000', '223233.195000', '223233.197000', '223233.200000', '223233.203000', '223233.205000', '223233.208000', '223233.211000', '223233.213000', '223233.216000', '223233.218000', '223233.221000', '223233.224000', '223253.115000', '223253.117000', '223253.120000', '223253.123000', '223253.125000', '223253.128000', '223253.131000', '223253.134000', '223253.137000', '223253.140000', '223253.142000', '223253.145000', '223253.148000', '223253.150000', '223253.153000', '223253.156000', '223253.158000', '223253.161000', '223253.164000', '223253.166000', '223253.169000', '223253.172000', '223253.174000', '223253.177000', '223253.180000', '223253.182000', '223253.185000', '223253.187000', '223253.190000', '223253.193000', '223253.195000', '223253.198000', '223253.201000', '223253.203000', '223253.232000', '223253.235000', '223253.237000', '223253.240000', '223253.243000', '223253.245000', '223253.248000', '223253.250000', '223253.253000', '223253.256000', '223313.114000', '223313.117000', '223313.120000', '223313.123000', '223313.125000', '223313.128000', '223313.131000', '223313.133000', '223313.136000', '223313.139000', '223313.141000', '223313.144000', '223313.146000', '223313.149000', '223313.152000', '223313.154000', '223313.157000', '223313.160000', '223313.162000', '223313.165000', '223313.168000', '223313.170000', '223313.173000', '223313.176000', '223313.178000', '223313.181000', '223313.183000', '223313.186000', '223313.189000', '223313.191000', '223313.194000', '223313.197000', '223313.199000', '223313.202000', '223313.205000', '223313.207000', '223313.210000', '223313.212000', '223313.215000', '223313.218000', '223313.220000', '223313.223000', '223313.226000', '223333.115000', '223333.117000', '223333.120000', '223333.123000', '223333.126000', '223333.128000', '223333.131000', '223333.134000', '223333.136000', '223333.139000', '223333.141000', '223333.144000', '223333.147000', '223333.149000', '223333.152000', '223333.155000', '223333.157000', '223333.160000', '223333.163000', '223333.165000', '223333.168000', '223333.170000', '223333.173000', '223333.176000', '223333.178000', '223333.181000', '223333.183000', '223333.186000', '223333.189000', '223333.191000', '223333.194000', '223333.197000', '223333.199000', '223333.202000', '223333.205000', '223333.207000', '223333.210000', '223333.213000', '223333.215000', '223333.218000', '223333.220000', '223333.223000', '223333.226000', '223333.228000', '223353.115000', '223353.118000', '223353.121000', '223353.123000', '223353.126000', '223353.129000', '223353.131000', '223353.134000', '223353.137000', '223353.140000', '223353.142000', '223353.145000', '223353.147000', '223353.150000', '223353.153000', '223353.155000', '223353.158000', '223353.160000', '223353.163000', '223353.166000', '223353.168000', '223353.171000', '223353.174000', '223353.176000', '223353.179000', '223353.182000', '223353.184000', '223353.187000', '223353.190000', '223353.192000', '223353.195000', '223353.198000', '223353.200000', '223353.203000', '223353.206000', '223353.208000', '223353.211000', '223353.214000', '223353.216000', '223353.219000', '223353.221000', '223353.224000', '223353.227000', '223356.569000', '223356.572000', '223356.575000', '223356.577000', '223356.580000', '223356.583000', '223356.585000', '223356.588000'], 'InstanceCreationTime': ['222713.150000', '222713.154000', '222713.157000', '222713.159000', '222713.170000', '222713.173000', '222713.176000', '222713.179000', '222713.181000', '222713.184000', '222713.186000', '222713.189000', '222713.192000', '222713.194000', '222713.197000', '222713.199000', '222713.202000', '222713.204000', '222713.207000', '222713.210000', '222713.212000', '222713.215000', '222713.217000', '222713.220000', '222713.223000', '222713.225000', '222713.228000', '222713.231000', '222713.233000', '222713.236000', '222713.238000', '222713.241000', '222713.244000', '222713.246000', '222713.249000', '222713.251000', '222733.114000', '222733.117000', '222733.120000', '222733.122000', '222733.125000', '222733.128000', '222733.131000', '222733.133000', '222733.136000', '222733.138000', '222733.141000', '222733.144000', '222733.146000', '222733.149000', '222733.151000', '222733.154000', '222733.157000', '222733.163000', '222733.166000', '222733.169000', '222733.171000', '222733.174000', '222733.176000', '222733.179000', '222733.182000', '222733.184000', '222733.187000', '222733.189000', '222733.192000', '222733.194000', '222733.197000', '222733.200000', '222733.202000', '222733.205000', '222733.207000', '222733.210000', '222733.213000', '222733.215000', '222733.218000', '222733.220000', '222733.223000', '222733.226000', '222733.228000', '222733.231000', '222753.114000', '222753.116000', '222753.119000', '222753.122000', '222753.125000', '222753.127000', '222753.130000', '222753.132000', '222753.135000', '222753.138000', '222753.140000', '222753.143000', '222753.145000', '222753.148000', '222753.151000', '222753.153000', '222753.156000', '222753.158000', '222753.161000', '222753.164000', '222753.166000', '222753.169000', '222753.172000', '222753.174000', '222753.177000', '222753.180000', '222753.182000', '222753.185000', '222753.188000', '222753.190000', '222753.193000', '222753.196000', '222753.199000', '222753.201000', '222753.204000', '222753.206000', '222753.209000', '222753.212000', '222753.216000', '222753.218000', '222753.221000', '222753.224000', '222753.226000', '222813.114000', '222813.117000', '222813.120000', '222813.123000', '222813.126000', '222813.128000', '222813.131000', '222813.133000', '222813.136000', '222813.139000', '222813.141000', '222813.144000', '222813.146000', '222813.149000', '222813.151000', '222813.154000', '222813.157000', '222813.159000', '222813.162000', '222813.165000', '222813.167000', '222813.170000', '222813.172000', '222813.175000', '222813.178000', '222813.180000', '222813.183000', '222813.186000', '222813.188000', '222813.191000', '222813.194000', '222813.196000', '222813.199000', '222813.201000', '222813.204000', '222813.207000', '222813.209000', '222813.219000', '222813.222000', '222813.225000', '222813.227000', '222813.230000', '222813.232000', '222813.235000', '222833.114000', '222833.117000', '222833.140000', '222833.143000', '222833.146000', '222833.148000', '222833.151000', '222833.154000', '222833.156000', '222833.159000', '222833.161000', '222833.164000', '222833.166000', '222833.169000', '222833.172000', '222833.174000', '222833.177000', '222833.180000', '222833.182000', '222833.185000', '222833.188000', '222833.190000', '222833.193000', '222833.196000', '222833.198000', '222833.201000', '222833.204000', '222833.207000', '222833.210000', '222833.212000', '222833.215000', '222833.218000', '222833.221000', '222833.223000', '222833.226000', '222833.228000', '222833.231000', '222833.234000', '222833.236000', '222833.239000', '222833.242000', '222833.244000', '222833.247000', '222853.114000', '222853.117000', '222853.120000', '222853.123000', '222853.126000', '222853.128000', '222853.131000', '222853.134000', '222853.136000', '222853.139000', '222853.142000', '222853.144000', '222853.147000', '222853.149000', '222853.152000', '222853.155000', '222853.157000', '222853.160000', '222853.163000', '222853.166000', '222853.168000', '222853.171000', '222853.180000', '222853.183000', '222853.186000', '222853.188000', '222853.191000', '222853.194000', '222853.196000', '222853.199000', '222853.202000', '222853.204000', '222853.207000', '222853.210000', '222853.212000', '222853.215000', '222853.218000', '222853.220000', '222853.223000', '222853.225000', '222853.228000', '222853.231000', '222853.233000', '222853.236000', '222913.115000', '222913.117000', '222913.120000', '222913.123000', '222913.126000', '222913.128000', '222913.131000', '222913.133000', '222913.136000', '222913.138000', '222913.141000', '222913.144000', '222913.146000', '222913.149000', '222913.152000', '222913.154000', '222913.157000', '222913.159000', '222913.162000', '222913.165000', '222913.167000', '222913.170000', '222913.172000', '222913.175000', '222913.178000', '222913.180000', '222913.183000', '222913.185000', '222913.188000', '222913.191000', '222913.193000', '222913.196000', '222913.199000', '222913.201000', '222913.204000', '222913.206000', '222913.209000', '222913.212000', '222913.214000', '222913.217000', '222913.220000', '222913.222000', '222913.225000', '222933.115000', '222933.118000', '222933.121000', '222933.123000', '222933.126000', '222933.129000', '222933.131000', '222933.134000', '222933.136000', '222933.139000', '222933.142000', '222933.144000', '222933.147000', '222933.149000', '222933.152000', '222933.155000', '222933.157000', '222933.160000', '222933.163000', '222933.165000', '222933.168000', '222933.171000', '222933.173000', '222933.176000', '222933.178000', '222933.181000', '222933.184000', '222933.186000', '222933.189000', '222933.192000', '222933.194000', '222933.197000', '222933.200000', '222933.202000', '222933.205000', '222933.207000', '222933.210000', '222933.213000', '222933.215000', '222933.218000', '222933.220000', '222933.223000', '222933.226000', '222933.228000', '222953.114000', '222953.117000', '222953.120000', '222953.123000', '222953.125000', '222953.128000', '222953.131000', '222953.133000', '222953.136000', '222953.138000', '222953.141000', '222953.144000', '222953.146000', '222953.149000', '222953.151000', '222953.154000', '222953.157000', '222953.159000', '222953.162000', '222953.170000', '222953.173000', '222953.175000', '222953.178000', '222953.181000', '222953.183000', '222953.186000', '222953.189000', '222953.191000', '222953.194000', '222953.197000', '222953.199000', '222953.202000', '222953.204000', '222953.207000', '222953.209000', '222953.212000', '222953.215000', '222953.218000', '222953.220000', '222953.223000', '222953.226000', '222953.241000', '222953.243000', '223013.114000', '223013.117000', '223013.119000', '223013.122000', '223013.125000', '223013.127000', '223013.130000', '223013.132000', '223013.135000', '223013.138000', '223013.140000', '223013.143000', '223013.146000', '223013.148000', '223013.151000', '223013.154000', '223013.156000', '223013.159000', '223013.161000', '223013.164000', '223013.167000', '223013.169000', '223013.172000', '223013.174000', '223013.177000', '223013.180000', '223013.182000', '223013.185000', '223013.188000', '223013.190000', '223013.193000', '223013.196000', '223013.198000', '223013.201000', '223013.203000', '223013.206000', '223013.209000', '223013.211000', '223013.214000', '223013.217000', '223013.219000', '223013.222000', '223013.225000', '223013.227000', '223033.114000', '223033.117000', '223033.120000', '223033.123000', '223033.125000', '223033.128000', '223033.130000', '223033.133000', '223033.136000', '223033.138000', '223033.141000', '223033.143000', '223033.146000', '223033.149000', '223033.151000', '223033.154000', '223033.156000', '223033.159000', '223033.162000', '223033.164000', '223033.167000', '223033.169000', '223033.172000', '223033.175000', '223033.177000', '223033.180000', '223033.182000', '223033.185000', '223033.188000', '223033.190000', '223033.193000', '223033.196000', '223033.198000', '223033.201000', '223033.204000', '223033.206000', '223033.209000', '223033.211000', '223033.214000', '223033.217000', '223033.219000', '223033.222000', '223033.224000', '223053.115000', '223053.117000', '223053.120000', '223053.123000', '223053.126000', '223053.128000', '223053.131000', '223053.134000', '223053.136000', '223053.139000', '223053.142000', '223053.144000', '223053.147000', '223053.150000', '223053.152000', '223053.155000', '223053.158000', '223053.160000', '223053.163000', '223053.166000', '223053.168000', '223053.171000', '223053.174000', '223053.176000', '223053.179000', '223053.182000', '223053.184000', '223053.187000', '223053.190000', '223053.192000', '223053.195000', '223053.198000', '223053.200000', '223053.203000', '223053.206000', '223053.208000', '223053.211000', '223053.214000', '223053.216000', '223053.219000', '223053.221000', '223053.224000', '223053.226000', '223053.229000', '223113.114000', '223113.118000', '223113.120000', '223113.123000', '223113.125000', '223113.128000', '223113.131000', '223113.133000', '223113.136000', '223113.139000', '223113.141000', '223113.144000', '223113.146000', '223113.149000', '223113.152000', '223113.154000', '223113.157000', '223113.160000', '223113.162000', '223113.165000', '223113.167000', '223113.170000', '223113.173000', '223113.175000', '223113.178000', '223113.181000', '223113.183000', '223113.186000', '223113.189000', '223113.191000', '223113.194000', '223113.197000', '223113.199000', '223113.202000', '223113.205000', '223113.207000', '223113.210000', '223113.212000', '223113.215000', '223113.218000', '223113.220000', '223113.223000', '223113.226000', '223133.114000', '223133.117000', '223133.120000', '223133.123000', '223133.125000', '223133.128000', '223133.131000', '223133.133000', '223133.136000', '223133.139000', '223133.141000', '223133.144000', '223133.147000', '223133.149000', '223133.152000', '223133.155000', '223133.157000', '223133.160000', '223133.163000', '223133.165000', '223133.168000', '223133.170000', '223133.173000', '223133.187000', '223133.190000', '223133.192000', '223133.195000', '223133.198000', '223133.200000', '223133.203000', '223133.206000', '223133.208000', '223133.211000', '223133.213000', '223133.216000', '223133.219000', '223133.221000', '223133.224000', '223133.227000', '223133.229000', '223133.232000', '223133.235000', '223133.237000', '223133.240000', '223153.114000', '223153.117000', '223153.120000', '223153.123000', '223153.125000', '223153.128000', '223153.131000', '223153.133000', '223153.136000', '223153.139000', '223153.141000', '223153.144000', '223153.147000', '223153.149000', '223153.152000', '223153.154000', '223153.157000', '223153.160000', '223153.162000', '223153.165000', '223153.168000', '223153.170000', '223153.173000', '223153.176000', '223153.178000', '223153.181000', '223153.184000', '223153.186000', '223153.189000', '223153.192000', '223153.194000', '223153.197000', '223153.200000', '223153.202000', '223153.205000', '223153.208000', '223153.210000', '223153.213000', '223153.216000', '223153.218000', '223153.221000', '223153.223000', '223153.226000', '223213.115000', '223213.117000', '223213.120000', '223213.123000', '223213.125000', '223213.128000', '223213.131000', '223213.133000', '223213.136000', '223213.139000', '223213.141000', '223213.144000', '223213.147000', '223213.149000', '223213.152000', '223213.157000', '223213.159000', '223213.162000', '223213.165000', '223213.167000', '223213.170000', '223213.173000', '223213.175000', '223213.178000', '223213.181000', '223213.183000', '223213.186000', '223213.189000', '223213.191000', '223213.194000', '223213.197000', '223213.199000', '223213.202000', '223213.205000', '223213.207000', '223213.210000', '223213.212000', '223213.215000', '223213.218000', '223213.220000', '223213.223000', '223213.226000', '223213.228000', '223213.231000', '223233.113000', '223233.116000', '223233.119000', '223233.122000', '223233.124000', '223233.127000', '223233.129000', '223233.132000', '223233.135000', '223233.137000', '223233.140000', '223233.143000', '223233.145000', '223233.148000', '223233.150000', '223233.153000', '223233.156000', '223233.158000', '223233.161000', '223233.163000', '223233.166000', '223233.169000', '223233.171000', '223233.174000', '223233.176000', '223233.179000', '223233.182000', '223233.184000', '223233.187000', '223233.190000', '223233.192000', '223233.195000', '223233.197000', '223233.200000', '223233.203000', '223233.205000', '223233.208000', '223233.211000', '223233.213000', '223233.216000', '223233.218000', '223233.221000', '223233.224000', '223253.115000', '223253.117000', '223253.120000', '223253.123000', '223253.125000', '223253.128000', '223253.131000', '223253.134000', '223253.137000', '223253.140000', '223253.142000', '223253.145000', '223253.148000', '223253.150000', '223253.153000', '223253.156000', '223253.158000', '223253.161000', '223253.164000', '223253.166000', '223253.169000', '223253.172000', '223253.174000', '223253.177000', '223253.180000', '223253.182000', '223253.185000', '223253.187000', '223253.190000', '223253.193000', '223253.195000', '223253.198000', '223253.201000', '223253.203000', '223253.232000', '223253.235000', '223253.237000', '223253.240000', '223253.243000', '223253.245000', '223253.248000', '223253.250000', '223253.253000', '223253.256000', '223313.114000', '223313.117000', '223313.120000', '223313.123000', '223313.125000', '223313.128000', '223313.131000', '223313.133000', '223313.136000', '223313.139000', '223313.141000', '223313.144000', '223313.146000', '223313.149000', '223313.152000', '223313.154000', '223313.157000', '223313.160000', '223313.162000', '223313.165000', '223313.168000', '223313.170000', '223313.173000', '223313.176000', '223313.178000', '223313.181000', '223313.183000', '223313.186000', '223313.189000', '223313.191000', '223313.194000', '223313.197000', '223313.199000', '223313.202000', '223313.205000', '223313.207000', '223313.210000', '223313.212000', '223313.215000', '223313.218000', '223313.220000', '223313.223000', '223313.226000', '223333.115000', '223333.117000', '223333.120000', '223333.123000', '223333.126000', '223333.128000', '223333.131000', '223333.134000', '223333.136000', '223333.139000', '223333.141000', '223333.144000', '223333.147000', '223333.149000', '223333.152000', '223333.155000', '223333.157000', '223333.160000', '223333.163000', '223333.165000', '223333.168000', '223333.170000', '223333.173000', '223333.176000', '223333.178000', '223333.181000', '223333.183000', '223333.186000', '223333.189000', '223333.191000', '223333.194000', '223333.197000', '223333.199000', '223333.202000', '223333.205000', '223333.207000', '223333.210000', '223333.213000', '223333.215000', '223333.218000', '223333.220000', '223333.223000', '223333.226000', '223333.228000', '223353.115000', '223353.118000', '223353.121000', '223353.123000', '223353.126000', '223353.129000', '223353.131000', '223353.134000', '223353.137000', '223353.140000', '223353.142000', '223353.145000', '223353.147000', '223353.150000', '223353.153000', '223353.155000', '223353.158000', '223353.160000', '223353.163000', '223353.166000', '223353.168000', '223353.171000', '223353.174000', '223353.176000', '223353.179000', '223353.182000', '223353.184000', '223353.187000', '223353.190000', '223353.192000', '223353.195000', '223353.198000', '223353.200000', '223353.203000', '223353.206000', '223353.208000', '223353.211000', '223353.214000', '223353.216000', '223353.219000', '223353.221000', '223353.224000', '223353.227000', '223356.569000', '223356.572000', '223356.575000', '223356.577000', '223356.580000', '223356.583000', '223356.585000', '223356.588000'], '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': [11419, 7450, 8593, 7366, 12072, 7547, 7964, 8228, 13304, 15201, 11505, 12397, 13828, 7689, 8038, 11725, 7505, 8648, 6730, 7784, 6690, 7473, 7006, 8968, 12026, 7741, 9209, 11934, 8406, 9115, 8234, 8265, 6380, 7748, 11677, 7659, 10269, 6722, 8472, 12966, 8510, 8985, 12213, 7690, 8057, 7379, 8766, 6700, 8845, 11825, 8238, 10381, 6929, 8905, 11987, 8243, 9469, 7819, 9068, 7354, 9097, 7278, 10447, 6729, 9316, 7066, 9559, 10007, 8783, 6558, 8285, 6667, 8432, 12401, 8290, 8693, 9798, 7902, 6479, 8103, 6811, 8090, 13059, 7558, 9792, 7117, 7695, 12738, 9195, 8565, 12419, 6897, 8766, 12724, 8650, 10967, 8284, 7770, 7194, 8483, 9020, 9463, 12449, 8684, 10354, 7084, 10235, 6829, 9521, 6928, 11581, 8191, 6491, 8792, 7248, 11608, 14137, 10744, 10620, 7301, 7800, 6505, 7751, 6363, 7830, 11707, 8652, 10572, 6686, 9215, 6971, 8755, 6874, 8495, 7152, 10157, 12078, 8853, 12859, 9976, 11413, 8604, 10304, 8045, 9864, 7351, 11519, 13632, 11175, 10022, 7604, 8089, 6850, 7955, 7354, 8809, 13365, 9154, 10976, 7043, 8333, 10260, 7684, 10272, 7224, 8961, 12677, 9185, 10037, 8036, 9357, 6835, 8270, 7303, 8359, 7098, 12153, 11955, 9384, 12413, 9470, 8601, 6487, 8321, 6533, 7872, 7324, 8474, 7986, 12940, 14719, 11067, 10289, 12861, 10299, 9279, 6528, 7142, 8702, 6724, 7467, 10728, 6451, 8157, 6436, 7097, 10751, 7175, 10093, 12054, 7861, 9440, 12431, 8396, 9387, 12609, 8510, 9977, 11386, 8725, 11768, 8310, 9873, 6852, 8333, 12375, 9294, 8925, 13667, 8794, 9146, 6974, 8604, 6719, 8103, 12858, 13805, 9570, 10747, 14423, 9179, 10171, 6765, 7746, 10363, 8407, 8078, 12434, 6820, 8611, 6607, 7354, 11005, 8238, 10390, 7168, 9512, 12965, 9333, 11309, 8205, 9271, 13237, 14115, 9339, 10120, 13526, 10406, 9043, 6585, 7873, 12044, 7419, 9392, 12720, 8892, 9532, 6720, 8550, 12612, 8496, 10135, 13270, 7963, 9558, 14400, 8305, 11406, 6731, 8766, 12506, 7778, 8745, 12753, 7388, 9289, 7097, 7923, 6795, 8674, 12501, 7570, 9500, 12887, 8311, 10828, 8012, 9966, 7242, 9847, 13651, 11905, 8735, 12089, 8070, 9581, 7302, 8163, 13310, 8263, 9348, 13254, 12260, 11358, 7272, 6348, 8231, 6997, 10856, 7389, 12318, 7813, 10035, 13751, 8598, 9898, 7174, 8750, 7069, 8787, 13733, 11009, 9539, 11240, 8430, 7821, 7727, 7961, 7148, 8509, 7725, 9995, 11802, 8547, 10154, 14067, 11185, 11432, 13274, 11359, 11192, 9370, 8624, 13984, 7583, 8984, 12206, 8019, 9713, 7445, 8231, 7142, 8353, 12221, 7893, 9696, 11051, 8698, 10397, 7771, 8292, 7180, 8709, 12220, 7234, 9169, 12059, 8405, 8933, 7279, 8040, 12356, 7528, 9195, 12824, 7537, 9433, 6712, 8364, 11660, 6736, 8855, 12643, 7066, 9402, 6756, 8408, 12466, 8649, 11017, 14117, 9573, 11436, 7996, 8885, 12304, 7698, 9192, 12424, 7639, 9745, 11028, 8779, 11831, 7735, 9363, 12819, 8398, 9813, 10313, 9432, 12999, 8918, 10013, 13702, 8246, 9896, 12844, 8322, 9232, 13186, 8610, 9606, 11803, 8590, 10658, 9098, 8957, 12823, 7300, 9458, 12210, 8338, 10357, 6622, 9272, 13567, 7596, 10049, 9772, 8465, 12022, 6787, 9378, 13393, 7826, 9444, 9059, 8164, 10782, 7786, 9131, 11940, 8451, 11959, 8928, 10121, 13960, 8828, 9082, 11622, 10616, 8114, 9858, 6621, 8510, 11804, 6933, 8166, 12521, 7488, 9516, 6529, 8719, 12489, 8501, 10237, 13859, 7860, 9885, 12239, 7684, 9092, 12442, 7309, 8840, 12650, 7718, 9679, 10354, 8383, 11333, 9680, 9071, 11871, 6999, 9206, 6932, 8187, 11676, 10222, 8621, 11366, 7441, 9134, 13182, 9093, 11587, 7955, 9889, 13880, 9353, 9125, 12741, 7448, 9996, 6448, 8512, 12230, 6913, 9127, 13568, 8479, 9952, 7663, 8928, 13338, 7862, 9059, 12866, 7710, 9756, 6707, 8695, 12682, 7247, 8787, 12654, 8499, 8717, 11811, 8675, 8977, 6605, 8579, 12316, 6912, 9304, 13393, 8414, 10232, 7033, 8815, 13219, 7790, 8787, 13006, 7587, 9812, 6875, 8389, 13150, 8493, 11525, 9793, 9337, 13272, 8573, 11035, 8895, 8755, 13149, 12804, 8614, 11417, 8575, 8849, 11234, 6845, 8983, 13189, 8628, 11342, 8296, 9105, 13437, 8050, 9834, 13675, 9128, 10783, 6695, 8707, 13005, 7607, 8908, 13571, 7940, 9517, 6534, 8591, 12548, 8248, 10375, 13867, 9061, 11313, 7404, 9811, 6647, 8948, 8476, 8191, 12950, 14371, 9662, 10453, 12007, 8458, 12180, 8580, 10119, 12852, 8590, 11384, 11274, 8456, 12565, 7835, 9641, 6581, 8629, 13131, 7405, 9732, 13876, 8917, 11127, 8478, 9221, 8116, 11157, 8201, 11865, 14443, 10452, 13020, 8523, 9976, 8143, 9382, 9914, 8938, 13731, 14140, 10298, 13045, 8199, 9665, 7197, 8531, 8924, 8320, 13077, 7279, 9817, 13916, 8936, 12214, 8393, 9914, 8300, 11844, 14277, 10018, 9829, 8029, 6833, 8052, 6626, 8858, 7271, 9839, 14849, 9611, 9464, 6630, 8544, 7071, 7897, 7038, 11232, 7877, 13390, 14469, 10930, 10670, 7439, 9285, 7050, 8416, 13372, 7563, 9511, 6834, 8889, 7164, 8347, 7207, 9001, 14038, 9300, 9361, 11188, 8122, 9130, 6960, 8764, 13317, 7290, 9357, 13234, 9193, 9515, 7990, 8562, 7696, 10409, 13727, 8376, 11090, 6823, 9771, 6835, 8972, 7045, 8846, 14244, 11715, 9448, 6610, 8117, 7419, 6823, 8151, 6994, 11529, 13587, 10766, 8713, 9712, 7893, 8616, 13055, 8044, 9095, 12945, 8307, 8921, 6651, 8557, 10363, 7706, 8115, 12444, 8110, 9688, 13279, 8924, 10903, 8330, 9002, 12921, 8882, 10322, 8577, 9240, 6744, 8615, 7893, 8367, 12932, 14146, 9968, 9923, 9769, 8169, 11213, 10280, 8169, 13015, 8276, 8800, 7227, 7878, 10435, 6765, 8805, 13136, 7103, 9225, 7666, 8389, 6461, 7880, 7157, 7734, 12401, 13988, 8996, 9674, 12833, 8950, 9728, 6726, 8054, 11416, 13449, 10893, 9859, 9432, 8517, 6901, 7719, 8523, 12358, 8071, 10681, 9946, 8514, 9680, 7717, 8727, 7922, 11533, 13881, 9678, 10452, 8246, 8788, 7744, 8420, 13634, 8545, 9163, 11920, 8008, 10102, 7948, 8615, 13317, 8229, 9437, 13582, 9382, 8135, 8396, 6734, 10462, 7557, 7181, 10461, 6865, 13501, 13482, 14514, 10336, 10870, 12629, 8732, 10606, 6722, 7885, 9355, 6936, 7775, 11383, 7343, 9388, 7180, 8663, 6528, 7932, 6642, 7989, 12131, 6911, 9459, 12564, 7512, 9578, 7675, 8731, 8126], 'WindowCenter': [4259.0, 4192.0, 4210.0, 4203.0, 4237.0, 4187.0, 4184.0, 4184.0, 4236.0, 4221.0, 4201.0, 4200.0, 4206.0, 4157.0, 4157.0, 4197.0, 4158.0, 4169.0, 4150.0, 4167.0, 4160.0, 4171.0, 4175.0, 4207.0, 4223.0, 4173.0, 4195.0, 4210.0, 4182.0, 4181.0, 4170.0, 4181.0, 4148.0, 4172.0, 4212.0, 4172.0, 4202.0, 4160.0, 4195.0, 4224.0, 4181.0, 4182.0, 4208.0, 4169.0, 4167.0, 4169.0, 4180.0, 4160.0, 4193.0, 4224.0, 4194.0, 4204.0, 4161.0, 4192.0, 4212.0, 4184.0, 4192.0, 4185.0, 4193.0, 4174.0, 4205.0, 4187.0, 4219.0, 4178.0, 4209.0, 4189.0, 4220.0, 4217.0, 4194.0, 4164.0, 4197.0, 4176.0, 4200.0, 4239.0, 4196.0, 4208.0, 4206.0, 4184.0, 4165.0, 4196.0, 4188.0, 4209.0, 4251.0, 4199.0, 4220.0, 4176.0, 4198.0, 4238.0, 4206.0, 4195.0, 4224.0, 4173.0, 4195.0, 4225.0, 4211.0, 4228.0, 4198.0, 4198.0, 4200.0, 4223.0, 4221.0, 4220.0, 4242.0, 4210.0, 4215.0, 4176.0, 4217.0, 4180.0, 4216.0, 4177.0, 4227.0, 4195.0, 4165.0, 4194.0, 4175.0, 4228.0, 4224.0, 4216.0, 4215.0, 4175.0, 4185.0, 4162.0, 4184.0, 4162.0, 4185.0, 4222.0, 4194.0, 4216.0, 4176.0, 4207.0, 4174.0, 4206.0, 4176.0, 4206.0, 4175.0, 4217.0, 4237.0, 4207.0, 4237.0, 4219.0, 4239.0, 4209.0, 4214.0, 4195.0, 4215.0, 4185.0, 4227.0, 4235.0, 4215.0, 4204.0, 4172.0, 4181.0, 4173.0, 4181.0, 4184.0, 4208.0, 4237.0, 4206.0, 4217.0, 4174.0, 4196.0, 4214.0, 4183.0, 4215.0, 4172.0, 4193.0, 4222.0, 4193.0, 4204.0, 4196.0, 4217.0, 4174.0, 4193.0, 4185.0, 4196.0, 4187.0, 4241.0, 4240.0, 4220.0, 4238.0, 4217.0, 4196.0, 4165.0, 4193.0, 4164.0, 4196.0, 4197.0, 4196.0, 4210.0, 4251.0, 4236.0, 4217.0, 4207.0, 4223.0, 4203.0, 4191.0, 4148.0, 4161.0, 4180.0, 4148.0, 4170.0, 4213.0, 4162.0, 4196.0, 4163.0, 4185.0, 4224.0, 4186.0, 4227.0, 4224.0, 4195.0, 4218.0, 4225.0, 4195.0, 4207.0, 4224.0, 4205.0, 4217.0, 4226.0, 4209.0, 4237.0, 4198.0, 4216.0, 4177.0, 4208.0, 4238.0, 4206.0, 4208.0, 4247.0, 4195.0, 4205.0, 4175.0, 4205.0, 4176.0, 4198.0, 4249.0, 4236.0, 4206.0, 4229.0, 4237.0, 4205.0, 4205.0, 4161.0, 4183.0, 4213.0, 4183.0, 4185.0, 4236.0, 4164.0, 4194.0, 4189.0, 4211.0, 4239.0, 4209.0, 4229.0, 4188.0, 4218.0, 4248.0, 4218.0, 4227.0, 4208.0, 4220.0, 4253.0, 4236.0, 4206.0, 4217.0, 4226.0, 4215.0, 4192.0, 4162.0, 4196.0, 4223.0, 4184.0, 4207.0, 4235.0, 4207.0, 4217.0, 4175.0, 4208.0, 4235.0, 4206.0, 4218.0, 4237.0, 4199.0, 4207.0, 4235.0, 4194.0, 4226.0, 4164.0, 4195.0, 4223.0, 4172.0, 4195.0, 4225.0, 4184.0, 4207.0, 4186.0, 4194.0, 4188.0, 4237.0, 4265.0, 4212.0, 4235.0, 4261.0, 4221.0, 4230.0, 4211.0, 4229.0, 4200.0, 4230.0, 4252.0, 4240.0, 4211.0, 4238.0, 4196.0, 4204.0, 4186.0, 4197.0, 4235.0, 4195.0, 4207.0, 4236.0, 4237.0, 4224.0, 4183.0, 4175.0, 4205.0, 4188.0, 4239.0, 4212.0, 4251.0, 4211.0, 4229.0, 4249.0, 4193.0, 4203.0, 4173.0, 4206.0, 4188.0, 4209.0, 4249.0, 4229.0, 4218.0, 4227.0, 4194.0, 4185.0, 4183.0, 4195.0, 4186.0, 4218.0, 4201.0, 4245.0, 4240.0, 4211.0, 4220.0, 4235.0, 4215.0, 4215.0, 4211.0, 4202.0, 4190.0, 4178.0, 4167.0, 4206.0, 4158.0, 4181.0, 4199.0, 4155.0, 4175.0, 4157.0, 4164.0, 4146.0, 4168.0, 4196.0, 4168.0, 4190.0, 4199.0, 4180.0, 4214.0, 4185.0, 4179.0, 4162.0, 4192.0, 4211.0, 4171.0, 4193.0, 4223.0, 4183.0, 4191.0, 4184.0, 4196.0, 4224.0, 4182.0, 4204.0, 4224.0, 4183.0, 4194.0, 4163.0, 4194.0, 4224.0, 4163.0, 4205.0, 4224.0, 4174.0, 4204.0, 4173.0, 4195.0, 4234.0, 4206.0, 4228.0, 4236.0, 4207.0, 4228.0, 4183.0, 4194.0, 4224.0, 4183.0, 4204.0, 4222.0, 4184.0, 4206.0, 4215.0, 4194.0, 4223.0, 4184.0, 4205.0, 4223.0, 4196.0, 4216.0, 4215.0, 4206.0, 4236.0, 4207.0, 4219.0, 4236.0, 4194.0, 4206.0, 4223.0, 4194.0, 4206.0, 4223.0, 4194.0, 4204.0, 4223.0, 4194.0, 4214.0, 4193.0, 4206.0, 4236.0, 4184.0, 4207.0, 4225.0, 4196.0, 4215.0, 4174.0, 4208.0, 4237.0, 4186.0, 4217.0, 4216.0, 4197.0, 4235.0, 4174.0, 4215.0, 4237.0, 4184.0, 4218.0, 4204.0, 4196.0, 4225.0, 4196.0, 4231.0, 4239.0, 4210.0, 4238.0, 4220.0, 4230.0, 4249.0, 4207.0, 4210.0, 4228.0, 4216.0, 4197.0, 4205.0, 4173.0, 4195.0, 4225.0, 4173.0, 4208.0, 4237.0, 4187.0, 4218.0, 4176.0, 4207.0, 4236.0, 4207.0, 4229.0, 4248.0, 4197.0, 4217.0, 4225.0, 4183.0, 4205.0, 4225.0, 4171.0, 4204.0, 4223.0, 4184.0, 4205.0, 4215.0, 4196.0, 4226.0, 4203.0, 4206.0, 4226.0, 4174.0, 4218.0, 4175.0, 4196.0, 4237.0, 4215.0, 4196.0, 4226.0, 4185.0, 4218.0, 4237.0, 4208.0, 4227.0, 4197.0, 4228.0, 4249.0, 4206.0, 4218.0, 4236.0, 4185.0, 4214.0, 4164.0, 4207.0, 4235.0, 4185.0, 4218.0, 4236.0, 4208.0, 4215.0, 4196.0, 4216.0, 4235.0, 4197.0, 4206.0, 4236.0, 4186.0, 4216.0, 4174.0, 4208.0, 4237.0, 4185.0, 4206.0, 4238.0, 4195.0, 4206.0, 4226.0, 4207.0, 4207.0, 4176.0, 4207.0, 4237.0, 4189.0, 4219.0, 4247.0, 4210.0, 4227.0, 4187.0, 4220.0, 4237.0, 4186.0, 4209.0, 4237.0, 4188.0, 4218.0, 4177.0, 4207.0, 4238.0, 4220.0, 4242.0, 4219.0, 4220.0, 4249.0, 4208.0, 4230.0, 4208.0, 4209.0, 4250.0, 4236.0, 4207.0, 4226.0, 4195.0, 4205.0, 4224.0, 4176.0, 4209.0, 4236.0, 4208.0, 4226.0, 4208.0, 4218.0, 4236.0, 4198.0, 4219.0, 4237.0, 4217.0, 4227.0, 4175.0, 4207.0, 4236.0, 4184.0, 4207.0, 4236.0, 4195.0, 4218.0, 4164.0, 4205.0, 4235.0, 4197.0, 4218.0, 4237.0, 4208.0, 4229.0, 4185.0, 4218.0, 4175.0, 4207.0, 4208.0, 4209.0, 4249.0, 4248.0, 4219.0, 4231.0, 4225.0, 4197.0, 4224.0, 4206.0, 4218.0, 4235.0, 4195.0, 4228.0, 4226.0, 4208.0, 4236.0, 4197.0, 4217.0, 4176.0, 4210.0, 4247.0, 4188.0, 4219.0, 4248.0, 4207.0, 4227.0, 4209.0, 4219.0, 4212.0, 4241.0, 4221.0, 4254.0, 4261.0, 4241.0, 4253.0, 4210.0, 4219.0, 4210.0, 4219.0, 4217.0, 4210.0, 4249.0, 4250.0, 4218.0, 4237.0, 4198.0, 4206.0, 4175.0, 4208.0, 4206.0, 4199.0, 4238.0, 4189.0, 4231.0, 4251.0, 4208.0, 4237.0, 4210.0, 4220.0, 4211.0, 4252.0, 4263.0, 4233.0, 4220.0, 4225.0, 4202.0, 4224.0, 4204.0, 4223.0, 4202.0, 4244.0, 4275.0, 4232.0, 4220.0, 4176.0, 4209.0, 4189.0, 4199.0, 4188.0, 4230.0, 4199.0, 4255.0, 4252.0, 4229.0, 4215.0, 4185.0, 4204.0, 4176.0, 4197.0, 4236.0, 4186.0, 4206.0, 4164.0, 4194.0, 4186.0, 4195.0, 4187.0, 4210.0, 4251.0, 4205.0, 4208.0, 4215.0, 4185.0, 4194.0, 4173.0, 4195.0, 4223.0, 4173.0, 4192.0, 4223.0, 4203.0, 4192.0, 4185.0, 4195.0, 4197.0, 4227.0, 4233.0, 4195.0, 4228.0, 4175.0, 4205.0, 4175.0, 4206.0, 4174.0, 4223.0, 4261.0, 4239.0, 4207.0, 4162.0, 4194.0, 4198.0, 4189.0, 4208.0, 4190.0, 4241.0, 4240.0, 4218.0, 4197.0, 4207.0, 4186.0, 4195.0, 4222.0, 4173.0, 4193.0, 4223.0, 4183.0, 4195.0, 4162.0, 4193.0, 4202.0, 4183.0, 4185.0, 4223.0, 4184.0, 4216.0, 4235.0, 4207.0, 4213.0, 4196.0, 4206.0, 4224.0, 4205.0, 4218.0, 4196.0, 4219.0, 4176.0, 4207.0, 4197.0, 4209.0, 4251.0, 4250.0, 4218.0, 4219.0, 4203.0, 4196.0, 4216.0, 4202.0, 4183.0, 4223.0, 4183.0, 4206.0, 4174.0, 4194.0, 4215.0, 4162.0, 4204.0, 4235.0, 4189.0, 4218.0, 4186.0, 4197.0, 4166.0, 4196.0, 4186.0, 4198.0, 4263.0, 4250.0, 4208.0, 4209.0, 4238.0, 4207.0, 4205.0, 4174.0, 4186.0, 4224.0, 4222.0, 4213.0, 4205.0, 4191.0, 4181.0, 4172.0, 4183.0, 4195.0, 4222.0, 4183.0, 4214.0, 4204.0, 4192.0, 4202.0, 4196.0, 4205.0, 4197.0, 4240.0, 4248.0, 4206.0, 4214.0, 4195.0, 4192.0, 4185.0, 4196.0, 4235.0, 4195.0, 4206.0, 4223.0, 4184.0, 4212.0, 4194.0, 4194.0, 4221.0, 4183.0, 4218.0, 4234.0, 4194.0, 4184.0, 4197.0, 4165.0, 4215.0, 4200.0, 4200.0, 4243.0, 4192.0, 4278.0, 4268.0, 4251.0, 4208.0, 4219.0, 4226.0, 4183.0, 4203.0, 4151.0, 4183.0, 4207.0, 4173.0, 4173.0, 4210.0, 4171.0, 4192.0, 4173.0, 4182.0, 4150.0, 4182.0, 4174.0, 4196.0, 4226.0, 4173.0, 4207.0, 4239.0, 4185.0, 4203.0, 4184.0, 4193.0, 4209.0], 'WindowWidth': [9428.0, 9323.0, 9341.0, 9337.0, 9371.0, 9302.0, 9295.0, 9293.0, 9369.0, 9340.0, 9306.0, 9306.0, 9308.0, 9244.0, 9242.0, 9295.0, 9250.0, 9261.0, 9238.0, 9259.0, 9258.0, 9274.0, 9284.0, 9328.0, 9344.0, 9277.0, 9307.0, 9321.0, 9286.0, 9283.0, 9266.0, 9280.0, 9237.0, 9272.0, 9326.0, 9274.0, 9314.0, 9256.0, 9307.0, 9346.0, 9284.0, 9284.0, 9316.0, 9263.0, 9258.0, 9266.0, 9281.0, 9255.0, 9303.0, 9346.0, 9307.0, 9319.0, 9258.0, 9298.0, 9326.0, 9294.0, 9301.0, 9295.0, 9302.0, 9280.0, 9323.0, 9302.0, 9345.0, 9291.0, 9332.0, 9310.0, 9349.0, 9345.0, 9307.0, 9269.0, 9314.0, 9289.0, 9323.0, 9377.0, 9313.0, 9333.0, 9325.0, 9294.0, 9274.0, 9316.0, 9308.0, 9338.0, 9394.0, 9324.0, 9351.0, 9289.0, 9320.0, 9375.0, 9326.0, 9310.0, 9346.0, 9276.0, 9310.0, 9350.0, 9341.0, 9359.0, 9318.0, 9322.0, 9327.0, 9361.0, 9356.0, 9350.0, 9381.0, 9336.0, 9335.0, 9286.0, 9339.0, 9298.0, 9339.0, 9288.0, 9355.0, 9310.0, 9269.0, 9305.0, 9283.0, 9355.0, 9346.0, 9336.0, 9337.0, 9283.0, 9297.0, 9263.0, 9296.0, 9261.0, 9297.0, 9341.0, 9307.0, 9340.0, 9289.0, 9329.0, 9284.0, 9326.0, 9288.0, 9327.0, 9285.0, 9342.0, 9369.0, 9328.0, 9372.0, 9349.0, 9375.0, 9334.0, 9335.0, 9313.0, 9337.0, 9299.0, 9356.0, 9365.0, 9335.0, 9319.0, 9273.0, 9286.0, 9279.0, 9288.0, 9298.0, 9332.0, 9370.0, 9329.0, 9342.0, 9282.0, 9314.0, 9335.0, 9294.0, 9336.0, 9276.0, 9303.0, 9341.0, 9303.0, 9321.0, 9315.0, 9344.0, 9282.0, 9305.0, 9299.0, 9316.0, 9305.0, 9383.0, 9380.0, 9353.0, 9374.0, 9343.0, 9313.0, 9271.0, 9306.0, 9270.0, 9315.0, 9318.0, 9316.0, 9338.0, 9399.0, 9368.0, 9340.0, 9328.0, 9343.0, 9314.0, 9295.0, 9237.0, 9256.0, 9281.0, 9236.0, 9270.0, 9329.0, 9262.0, 9312.0, 9267.0, 9299.0, 9351.0, 9301.0, 9358.0, 9350.0, 9312.0, 9345.0, 9349.0, 9311.0, 9330.0, 9348.0, 9325.0, 9344.0, 9352.0, 9336.0, 9370.0, 9319.0, 9342.0, 9292.0, 9336.0, 9377.0, 9326.0, 9331.0, 9385.0, 9312.0, 9323.0, 9285.0, 9324.0, 9288.0, 9322.0, 9393.0, 9368.0, 9326.0, 9360.0, 9368.0, 9321.0, 9322.0, 9260.0, 9291.0, 9331.0, 9289.0, 9298.0, 9367.0, 9269.0, 9309.0, 9313.0, 9347.0, 9379.0, 9340.0, 9362.0, 9306.0, 9348.0, 9388.0, 9349.0, 9356.0, 9335.0, 9352.0, 9401.0, 9368.0, 9326.0, 9342.0, 9353.0, 9336.0, 9301.0, 9264.0, 9313.0, 9343.0, 9295.0, 9330.0, 9366.0, 9333.0, 9345.0, 9288.0, 9334.0, 9365.0, 9329.0, 9346.0, 9372.0, 9323.0, 9329.0, 9366.0, 9308.0, 9351.0, 9268.0, 9308.0, 9345.0, 9273.0, 9310.0, 9350.0, 9295.0, 9328.0, 9302.0, 9310.0, 9313.0, 9389.0, 9426.0, 9349.0, 9380.0, 9412.0, 9359.0, 9365.0, 9344.0, 9365.0, 9329.0, 9369.0, 9403.0, 9381.0, 9340.0, 9374.0, 9314.0, 9321.0, 9302.0, 9316.0, 9367.0, 9310.0, 9330.0, 9371.0, 9370.0, 9350.0, 9295.0, 9288.0, 9328.0, 9311.0, 9379.0, 9350.0, 9399.0, 9344.0, 9365.0, 9393.0, 9308.0, 9318.0, 9281.0, 9329.0, 9306.0, 9336.0, 9396.0, 9363.0, 9348.0, 9354.0, 9309.0, 9300.0, 9294.0, 9311.0, 9300.0, 9349.0, 9331.0, 9394.0, 9384.0, 9341.0, 9349.0, 9364.0, 9334.0, 9333.0, 9324.0, 9309.0, 9291.0, 9272.0, 9254.0, 9307.0, 9248.0, 9282.0, 9302.0, 9238.0, 9263.0, 9243.0, 9249.0, 9228.0, 9260.0, 9295.0, 9260.0, 9293.0, 9303.0, 9279.0, 9333.0, 9297.0, 9281.0, 9260.0, 9301.0, 9326.0, 9272.0, 9303.0, 9341.0, 9290.0, 9299.0, 9298.0, 9314.0, 9348.0, 9289.0, 9320.0, 9345.0, 9290.0, 9305.0, 9265.0, 9309.0, 9348.0, 9265.0, 9323.0, 9347.0, 9282.0, 9323.0, 9281.0, 9312.0, 9363.0, 9329.0, 9361.0, 9369.0, 9330.0, 9358.0, 9293.0, 9307.0, 9346.0, 9292.0, 9320.0, 9342.0, 9295.0, 9325.0, 9336.0, 9309.0, 9346.0, 9296.0, 9325.0, 9345.0, 9315.0, 9341.0, 9337.0, 9328.0, 9369.0, 9332.0, 9350.0, 9368.0, 9309.0, 9325.0, 9347.0, 9310.0, 9327.0, 9345.0, 9308.0, 9321.0, 9345.0, 9308.0, 9336.0, 9306.0, 9328.0, 9369.0, 9296.0, 9329.0, 9352.0, 9314.0, 9337.0, 9283.0, 9332.0, 9372.0, 9301.0, 9345.0, 9338.0, 9316.0, 9366.0, 9282.0, 9340.0, 9372.0, 9296.0, 9347.0, 9324.0, 9315.0, 9352.0, 9318.0, 9370.0, 9377.0, 9344.0, 9377.0, 9354.0, 9369.0, 9393.0, 9331.0, 9337.0, 9361.0, 9341.0, 9316.0, 9323.0, 9280.0, 9310.0, 9351.0, 9280.0, 9332.0, 9370.0, 9303.0, 9346.0, 9290.0, 9334.0, 9369.0, 9334.0, 9364.0, 9389.0, 9317.0, 9343.0, 9353.0, 9294.0, 9324.0, 9351.0, 9275.0, 9321.0, 9346.0, 9296.0, 9326.0, 9337.0, 9314.0, 9354.0, 9320.0, 9327.0, 9355.0, 9283.0, 9345.0, 9287.0, 9316.0, 9372.0, 9339.0, 9315.0, 9354.0, 9299.0, 9347.0, 9371.0, 9335.0, 9358.0, 9320.0, 9363.0, 9392.0, 9328.0, 9347.0, 9369.0, 9298.0, 9336.0, 9272.0, 9331.0, 9367.0, 9302.0, 9348.0, 9369.0, 9335.0, 9340.0, 9317.0, 9344.0, 9368.0, 9316.0, 9331.0, 9367.0, 9302.0, 9343.0, 9285.0, 9333.0, 9370.0, 9298.0, 9327.0, 9373.0, 9312.0, 9327.0, 9354.0, 9331.0, 9330.0, 9289.0, 9332.0, 9372.0, 9310.0, 9351.0, 9385.0, 9339.0, 9359.0, 9306.0, 9352.0, 9374.0, 9301.0, 9336.0, 9371.0, 9307.0, 9348.0, 9293.0, 9334.0, 9374.0, 9355.0, 9387.0, 9352.0, 9356.0, 9392.0, 9337.0, 9366.0, 9334.0, 9337.0, 9395.0, 9369.0, 9331.0, 9354.0, 9311.0, 9325.0, 9349.0, 9290.0, 9336.0, 9369.0, 9335.0, 9355.0, 9336.0, 9350.0, 9370.0, 9322.0, 9350.0, 9369.0, 9345.0, 9357.0, 9285.0, 9330.0, 9368.0, 9297.0, 9331.0, 9369.0, 9312.0, 9344.0, 9271.0, 9327.0, 9365.0, 9317.0, 9347.0, 9370.0, 9335.0, 9362.0, 9298.0, 9348.0, 9288.0, 9332.0, 9334.0, 9338.0, 9392.0, 9389.0, 9350.0, 9366.0, 9350.0, 9317.0, 9350.0, 9329.0, 9346.0, 9366.0, 9312.0, 9359.0, 9355.0, 9335.0, 9369.0, 9317.0, 9344.0, 9290.0, 9340.0, 9384.0, 9307.0, 9350.0, 9388.0, 9333.0, 9359.0, 9340.0, 9352.0, 9351.0, 9384.0, 9360.0, 9406.0, 9414.0, 9385.0, 9401.0, 9342.0, 9351.0, 9340.0, 9352.0, 9346.0, 9339.0, 9391.0, 9391.0, 9345.0, 9370.0, 9317.0, 9324.0, 9286.0, 9331.0, 9327.0, 9322.0, 9375.0, 9311.0, 9368.0, 9395.0, 9335.0, 9372.0, 9341.0, 9350.0, 9343.0, 9399.0, 9418.0, 9376.0, 9354.0, 9368.0, 9337.0, 9367.0, 9338.0, 9364.0, 9333.0, 9395.0, 9441.0, 9374.0, 9352.0, 9288.0, 9332.0, 9309.0, 9323.0, 9307.0, 9365.0, 9323.0, 9407.0, 9403.0, 9364.0, 9337.0, 9298.0, 9320.0, 9284.0, 9314.0, 9368.0, 9301.0, 9325.0, 9269.0, 9308.0, 9301.0, 9312.0, 9306.0, 9338.0, 9396.0, 9326.0, 9332.0, 9339.0, 9295.0, 9303.0, 9279.0, 9308.0, 9345.0, 9274.0, 9303.0, 9343.0, 9318.0, 9302.0, 9297.0, 9308.0, 9318.0, 9358.0, 9361.0, 9313.0, 9359.0, 9284.0, 9321.0, 9284.0, 9326.0, 9285.0, 9361.0, 9413.0, 9377.0, 9329.0, 9260.0, 9308.0, 9323.0, 9313.0, 9335.0, 9314.0, 9385.0, 9383.0, 9345.0, 9316.0, 9328.0, 9297.0, 9310.0, 9339.0, 9275.0, 9302.0, 9342.0, 9291.0, 9308.0, 9262.0, 9303.0, 9314.0, 9293.0, 9297.0, 9344.0, 9294.0, 9339.0, 9362.0, 9328.0, 9331.0, 9315.0, 9327.0, 9347.0, 9325.0, 9347.0, 9314.0, 9350.0, 9288.0, 9332.0, 9320.0, 9339.0, 9398.0, 9395.0, 9348.0, 9349.0, 9319.0, 9311.0, 9337.0, 9314.0, 9289.0, 9346.0, 9292.0, 9327.0, 9280.0, 9309.0, 9337.0, 9264.0, 9322.0, 9364.0, 9313.0, 9346.0, 9300.0, 9315.0, 9274.0, 9317.0, 9303.0, 9322.0, 9420.0, 9395.0, 9332.0, 9333.0, 9371.0, 9327.0, 9323.0, 9282.0, 9298.0, 9346.0, 9342.0, 9330.0, 9323.0, 9297.0, 9284.0, 9277.0, 9294.0, 9311.0, 9342.0, 9292.0, 9335.0, 9319.0, 9302.0, 9315.0, 9315.0, 9325.0, 9320.0, 9379.0, 9387.0, 9329.0, 9335.0, 9310.0, 9304.0, 9300.0, 9315.0, 9367.0, 9311.0, 9324.0, 9347.0, 9295.0, 9330.0, 9310.0, 9308.0, 9340.0, 9290.0, 9349.0, 9361.0, 9304.0, 9295.0, 9317.0, 9266.0, 9337.0, 9327.0, 9330.0, 9390.0, 9320.0, 9447.0, 9434.0, 9394.0, 9327.0, 9344.0, 9351.0, 9288.0, 9312.0, 9245.0, 9290.0, 9328.0, 9277.0, 9274.0, 9319.0, 9272.0, 9299.0, 9277.0, 9285.0, 9243.0, 9288.0, 9282.0, 9314.0, 9353.0, 9279.0, 9328.0, 9376.0, 9298.0, 9317.0, 9296.0, 9305.0, 9340.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.0017637239868565169</td></tr>
<tr><td colspan=3>aqi</td><td>0.026640439430449074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.46168282981353</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2585007306907898</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0212954611184217</td></tr>
<tr><td colspan=3>efc</td><td>0.4573</td></tr>
<tr><td colspan=3>fber</td><td>6347.7881</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11374075455596548</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.71960569550931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5192101806623732</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510970394679255</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6030713015743077</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.443588845733557</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157089</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008415781892836094</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017340268939733505</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.074887267457173</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>22.6195</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6204</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.2906</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305509.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.5503</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9654</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.3015</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3479.4256</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3677.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.3499</td></tr>
<tr><td colspan=3>tsnr</td><td>40.55489988299087</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>