<?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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>bf451919e22a1ebc54934f7082f02c56</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>12:51:1.840000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99791, 0.0346793, 0.054522, -0.0324066, 0.998591, -0.0420295]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.102833</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>[4148, -7739, -7261, 421, -67, -98, 30, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ca5e5b9c-be6e-404b-9f68-60cee4d59c1f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773200035095215, -0.0869445949792862, 0.15093722939491272, 113.2334976196289], [-0.09304202347993851, 2.6791458129882812, -0.1084718182682991, -86.77571105957031], [0.14627844095230103, 0.112761951982975, 2.6935946941375732, -97.6307601928711], [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': ['125101.840000', '125102.300000', '125102.760000', '125103.220000', '125103.680000', '125104.140000', '125104.600000', '125105.060000', '125105.520000', '125105.980000', '125106.440000', '125106.900000', '125107.360000', '125107.820000', '125108.280000', '125108.740000', '125109.200000', '125109.660000', '125110.120000', '125110.580000', '125111.040000', '125111.500000', '125111.960000', '125112.420000', '125112.880000', '125113.340000', '125113.800000', '125114.260000', '125114.720000', '125115.180000', '125115.640000', '125116.100000', '125116.560000', '125117.020000', '125117.480000', '125117.940000', '125118.400000', '125118.860000', '125119.320000', '125119.780000', '125120.240000', '125120.700000', '125121.160000', '125121.620000', '125122.080000', '125122.540000', '125123.000000', '125123.460000', '125123.920000', '125124.380000', '125124.840000', '125125.300000', '125125.760000', '125126.220000', '125126.680000', '125127.140000', '125127.600000', '125128.060000', '125128.520000', '125128.980000', '125129.440000', '125129.900000', '125130.360000', '125130.820000', '125131.280000', '125131.740000', '125132.200000', '125132.660000', '125133.120000', '125133.580000', '125134.040000', '125134.500000', '125134.960000', '125135.420000', '125135.880000', '125136.340000', '125136.800000', '125137.260000', '125137.720000', '125138.180000', '125138.640000', '125139.100000', '125139.560000', '125140.020000', '125140.480000', '125140.940000', '125141.400000', '125141.860000', '125142.320000', '125142.780000', '125143.240000', '125143.700000', '125144.160000', '125144.620000', '125145.080000', '125145.540000', '125146.000000', '125146.460000', '125146.920000', '125147.380000', '125147.840000', '125148.300000', '125148.760000', '125149.220000', '125149.680000', '125150.140000', '125150.600000', '125151.060000', '125151.520000', '125151.980000', '125152.440000', '125152.900000', '125153.360000', '125153.820000', '125154.280000', '125154.740000', '125155.200000', '125155.660000', '125156.120000', '125156.580000', '125157.040000', '125157.500000', '125157.960000', '125158.420000', '125158.880000', '125159.340000', '125159.800000', '125200.260000', '125200.720000', '125201.180000', '125201.640000', '125202.100000', '125202.560000', '125203.020000', '125203.480000', '125203.940000', '125204.400000', '125204.860000', '125205.320000', '125205.780000', '125206.240000', '125206.700000', '125207.160000', '125207.620000', '125208.080000', '125208.540000', '125209.000000', '125209.460000', '125209.920000', '125210.380000', '125210.840000', '125211.300000', '125211.760000', '125212.220000', '125212.680000', '125213.140000', '125213.600000', '125214.060000', '125214.520000', '125214.980000', '125215.440000', '125215.900000', '125216.360000', '125216.820000', '125217.280000', '125217.740000', '125218.200000', '125218.660000', '125219.120000', '125219.580000', '125220.040000', '125220.500000', '125220.960000', '125221.420000', '125221.880000', '125222.340000', '125222.800000', '125223.260000', '125223.720000', '125224.180000', '125224.640000', '125225.100000', '125225.560000', '125226.020000', '125226.480000', '125226.940000', '125227.400000', '125227.860000', '125228.320000', '125228.780000', '125229.240000', '125229.700000', '125230.160000', '125230.620000', '125231.080000', '125231.540000', '125232.000000', '125232.460000', '125232.920000', '125233.380000', '125233.840000', '125234.300000', '125234.760000', '125235.220000', '125235.680000', '125236.140000', '125236.600000', '125237.060000', '125237.520000', '125237.980000', '125238.440000', '125238.900000', '125239.360000', '125239.820000', '125240.280000', '125240.740000', '125241.200000', '125241.660000', '125242.120000', '125242.580000', '125243.040000', '125243.500000', '125243.960000', '125244.420000', '125244.880000', '125245.340000', '125245.800000', '125246.260000', '125246.720000', '125247.180000', '125247.640000', '125248.100000', '125248.560000', '125249.020000', '125249.480000', '125249.940000', '125250.400000', '125250.860000', '125251.320000', '125251.780000', '125252.240000', '125252.700000', '125253.160000', '125253.620000', '125254.080000', '125254.540000', '125255.000000', '125255.460000', '125255.920000', '125256.380000', '125256.840000', '125257.300000', '125257.760000', '125258.220000', '125258.680000', '125259.140000', '125259.600000', '125300.060000', '125300.520000', '125300.980000', '125301.440000', '125301.900000', '125302.360000', '125302.820000', '125303.280000', '125303.740000', '125304.200000', '125304.660000', '125305.120000', '125305.580000', '125306.040000', '125306.500000', '125306.960000', '125307.420000', '125307.880000', '125308.340000', '125308.800000', '125309.260000', '125309.720000', '125310.180000', '125310.640000', '125311.100000', '125311.560000', '125312.020000', '125312.480000', '125312.940000', '125313.400000', '125313.860000', '125314.320000', '125314.780000', '125315.240000', '125315.700000', '125316.160000', '125316.620000', '125317.080000', '125317.540000', '125318.000000', '125318.460000', '125318.920000', '125319.380000', '125319.840000', '125320.300000', '125320.760000', '125321.220000', '125321.680000', '125322.140000', '125322.600000', '125323.060000', '125323.520000', '125323.980000', '125324.440000', '125324.900000', '125325.360000', '125325.820000', '125326.280000', '125326.740000', '125327.200000', '125327.660000', '125328.120000', '125328.580000', '125329.040000', '125329.500000', '125329.960000', '125330.420000', '125330.880000', '125331.340000', '125331.800000', '125332.260000', '125332.720000', '125333.180000', '125333.640000', '125334.100000', '125334.560000', '125335.020000', '125335.480000', '125335.940000', '125336.400000', '125336.860000', '125337.320000', '125337.780000', '125338.240000', '125338.700000', '125339.160000', '125339.620000', '125340.080000', '125340.540000', '125341.000000', '125341.460000', '125341.920000', '125342.380000', '125342.840000', '125343.300000', '125343.760000', '125344.220000', '125344.680000', '125345.140000', '125345.600000', '125346.060000', '125346.520000', '125346.980000', '125347.440000', '125347.900000', '125348.360000', '125348.820000', '125349.280000', '125349.740000', '125350.200000', '125350.660000', '125351.120000', '125351.580000', '125352.040000', '125352.500000', '125352.960000', '125353.420000', '125353.880000', '125354.340000', '125354.800000', '125355.260000', '125355.720000', '125356.180000', '125356.640000', '125357.100000', '125357.560000', '125358.020000', '125358.480000', '125358.940000', '125359.400000', '125359.860000', '125400.320000', '125400.780000', '125401.240000', '125401.700000', '125402.160000', '125402.620000', '125403.080000', '125403.540000', '125404.000000', '125404.460000', '125404.920000', '125405.380000', '125405.840000', '125406.300000', '125406.760000', '125407.220000', '125407.680000', '125408.140000', '125408.600000', '125409.060000', '125409.520000', '125409.980000', '125410.440000', '125410.900000', '125411.360000', '125411.820000', '125412.280000', '125412.740000', '125413.200000', '125413.660000', '125414.120000', '125414.580000', '125415.040000', '125415.500000', '125415.960000', '125416.420000', '125416.880000', '125417.340000', '125417.800000', '125418.260000', '125418.720000', '125419.180000', '125419.640000', '125420.100000', '125420.560000', '125421.020000', '125421.480000', '125421.940000', '125422.400000', '125422.860000', '125423.320000', '125423.780000', '125424.240000', '125424.700000', '125425.160000', '125425.620000', '125426.080000', '125426.540000', '125427.000000', '125427.460000', '125427.920000', '125428.380000', '125428.840000', '125429.300000', '125429.760000', '125430.220000', '125430.680000', '125431.140000', '125431.600000', '125432.060000', '125432.520000', '125432.980000', '125433.440000', '125433.900000', '125434.360000', '125434.820000', '125435.280000', '125435.740000', '125436.200000', '125436.660000', '125437.120000', '125437.580000', '125438.040000', '125438.500000', '125438.960000', '125439.420000', '125439.880000', '125440.340000', '125440.800000', '125441.260000', '125441.720000', '125442.180000', '125442.640000', '125443.100000', '125443.560000', '125444.020000', '125444.480000', '125444.940000', '125445.400000', '125445.860000', '125446.320000', '125446.780000', '125447.240000', '125447.700000', '125448.160000', '125448.620000', '125449.080000', '125449.540000', '125450.000000', '125450.460000', '125450.920000', '125451.380000', '125451.840000', '125452.300000', '125452.760000', '125453.220000', '125453.680000', '125454.140000', '125454.600000', '125455.060000', '125455.520000', '125455.980000', '125456.440000', '125456.900000', '125457.360000', '125457.820000', '125458.280000', '125458.740000', '125459.200000', '125459.660000', '125500.120000', '125500.580000', '125501.040000', '125501.500000', '125501.960000', '125502.420000', '125502.880000', '125503.340000', '125503.800000', '125504.260000', '125504.720000', '125505.180000', '125505.640000', '125506.100000', '125506.560000', '125507.020000', '125507.480000', '125507.940000', '125508.400000', '125508.860000', '125509.320000', '125509.780000', '125510.240000', '125510.700000', '125511.160000', '125511.620000', '125512.080000', '125512.540000', '125513.000000', '125513.460000', '125513.920000', '125514.380000', '125514.840000', '125515.300000', '125515.760000', '125516.220000', '125516.680000', '125517.140000', '125517.600000', '125518.060000', '125518.520000', '125518.980000', '125519.440000', '125519.900000', '125520.360000', '125520.820000', '125521.280000', '125521.740000', '125522.200000', '125522.660000', '125523.120000', '125523.580000', '125524.040000', '125524.500000', '125524.960000', '125525.420000', '125525.880000', '125526.340000', '125526.800000', '125527.260000', '125527.720000', '125528.180000', '125528.640000', '125529.100000', '125529.560000', '125530.020000', '125530.480000', '125530.940000', '125531.400000', '125531.860000', '125532.320000', '125532.780000', '125533.240000', '125533.700000', '125534.160000', '125534.620000', '125535.080000', '125535.540000', '125536.000000', '125536.460000', '125536.920000', '125537.380000', '125537.840000', '125538.300000', '125538.760000', '125539.220000', '125539.680000', '125540.140000', '125540.600000', '125541.060000', '125541.520000', '125541.980000', '125542.440000', '125542.900000', '125543.360000', '125543.820000', '125544.280000', '125544.740000', '125545.200000', '125545.660000', '125546.120000', '125546.580000', '125547.040000', '125547.500000', '125547.960000', '125548.420000', '125548.880000', '125549.340000', '125549.800000', '125550.260000', '125550.720000', '125551.180000', '125551.640000', '125552.100000', '125552.560000', '125553.020000', '125553.480000', '125553.940000', '125554.400000', '125554.860000', '125555.320000', '125555.780000', '125556.240000', '125556.700000', '125557.160000', '125557.620000', '125558.080000', '125558.540000', '125559.000000', '125559.460000', '125559.920000', '125600.380000', '125600.840000', '125601.300000', '125601.760000', '125602.220000', '125602.680000', '125603.140000', '125603.600000', '125604.060000', '125604.520000', '125604.980000', '125605.440000', '125605.900000', '125606.360000', '125606.820000', '125607.280000', '125607.740000', '125608.200000', '125608.660000', '125609.120000', '125609.580000', '125610.040000', '125610.500000', '125610.960000', '125611.420000', '125611.880000', '125612.340000', '125612.800000', '125613.260000', '125613.720000', '125614.180000', '125614.640000', '125615.100000', '125615.560000', '125616.020000', '125616.480000', '125616.940000', '125617.400000', '125617.860000', '125618.320000', '125618.780000', '125619.240000', '125619.700000', '125620.160000', '125620.620000', '125621.080000', '125621.540000', '125622.000000', '125622.460000', '125622.920000', '125623.380000', '125623.840000', '125624.300000', '125624.760000', '125625.220000', '125625.680000', '125626.140000', '125626.600000', '125627.060000', '125627.520000', '125627.980000', '125628.440000', '125628.900000', '125629.360000', '125629.820000', '125630.280000', '125630.740000', '125631.200000', '125631.660000', '125632.120000', '125632.580000', '125633.040000', '125633.500000', '125633.960000', '125634.420000', '125634.880000', '125635.340000', '125635.800000', '125636.260000', '125636.720000', '125637.180000', '125637.640000', '125638.100000', '125638.560000', '125639.020000', '125639.480000', '125639.940000', '125640.400000', '125640.860000', '125641.320000', '125641.780000', '125642.240000', '125642.700000', '125643.160000', '125643.620000', '125644.080000', '125644.540000', '125645.000000', '125645.460000', '125645.920000', '125646.380000', '125646.840000', '125647.300000', '125647.760000', '125648.220000', '125648.680000', '125649.140000', '125649.600000', '125650.060000', '125650.520000', '125650.980000', '125651.440000', '125651.900000', '125652.360000', '125652.820000', '125653.280000', '125653.740000', '125654.200000', '125654.660000', '125655.120000', '125655.580000', '125656.040000', '125656.500000', '125656.960000', '125657.420000', '125657.880000', '125658.340000', '125658.800000', '125659.260000', '125659.720000', '125700.180000', '125700.640000', '125701.100000', '125701.560000', '125702.020000', '125702.480000', '125702.940000', '125703.400000', '125703.860000', '125704.320000', '125704.780000', '125705.240000', '125705.700000', '125706.160000', '125706.620000', '125707.080000', '125707.540000', '125708.000000', '125708.460000', '125708.920000', '125709.380000', '125709.840000', '125710.300000', '125710.760000', '125711.220000', '125711.680000', '125712.140000', '125712.600000', '125713.060000', '125713.520000', '125713.980000', '125714.440000', '125714.900000', '125715.360000', '125715.820000', '125716.280000', '125716.740000', '125717.200000', '125717.660000', '125718.120000', '125718.580000', '125719.040000', '125719.500000', '125719.960000', '125720.420000', '125720.880000', '125721.340000', '125721.800000', '125722.260000', '125722.720000', '125723.180000', '125723.640000', '125724.100000', '125724.560000', '125725.020000', '125725.480000', '125725.940000', '125726.400000', '125726.860000', '125727.320000', '125727.780000', '125728.240000', '125728.700000', '125729.160000', '125729.620000', '125730.080000', '125730.540000', '125731.000000', '125731.460000', '125731.920000', '125732.380000', '125732.840000', '125733.300000', '125733.760000', '125734.220000', '125734.680000', '125735.140000', '125735.600000', '125736.060000', '125736.520000', '125736.980000', '125737.440000', '125737.900000', '125738.360000', '125738.820000', '125739.280000', '125739.740000', '125740.200000', '125740.660000', '125741.120000', '125741.580000', '125742.040000', '125742.500000', '125742.960000', '125743.420000', '125743.880000', '125744.340000', '125744.800000', '125745.260000', '125745.720000', '125746.180000', '125746.640000', '125747.100000', '125747.560000', '125748.020000', '125748.480000', '125748.940000', '125749.400000', '125749.860000', '125750.320000', '125750.780000', '125751.240000', '125751.700000', '125752.160000', '125752.620000', '125753.080000', '125753.540000', '125754.000000', '125754.460000', '125754.920000', '125755.380000', '125755.840000', '125756.300000', '125756.760000', '125757.220000', '125757.680000', '125758.140000', '125758.600000', '125759.060000', '125759.520000', '125759.980000', '125800.440000', '125800.900000', '125801.360000', '125801.820000'], 'ContentTime': ['125121.291000', '125121.295000', '125121.299000', '125121.302000', '125121.305000', '125121.309000', '125121.312000', '125121.315000', '125121.318000', '125121.321000', '125121.324000', '125121.327000', '125121.330000', '125121.333000', '125121.336000', '125121.339000', '125121.342000', '125121.345000', '125121.348000', '125121.361000', '125121.364000', '125121.367000', '125121.370000', '125121.373000', '125121.377000', '125121.380000', '125121.383000', '125121.386000', '125121.389000', '125121.392000', '125121.395000', '125121.398000', '125121.402000', '125121.405000', '125121.408000', '125121.411000', '125121.414000', '125121.417000', '125121.420000', '125141.185000', '125141.188000', '125141.191000', '125141.194000', '125141.197000', '125141.200000', '125141.203000', '125141.205000', '125141.208000', '125141.211000', '125141.214000', '125141.217000', '125141.220000', '125141.223000', '125141.226000', '125141.229000', '125141.232000', '125141.235000', '125141.238000', '125141.241000', '125141.243000', '125141.246000', '125141.249000', '125141.252000', '125141.255000', '125141.258000', '125141.261000', '125141.263000', '125141.266000', '125141.269000', '125141.272000', '125141.275000', '125141.278000', '125141.281000', '125141.284000', '125141.287000', '125141.289000', '125141.292000', '125141.295000', '125141.298000', '125141.301000', '125141.304000', '125141.307000', '125141.310000', '125201.186000', '125201.189000', '125201.192000', '125201.195000', '125201.198000', '125201.201000', '125201.204000', '125201.207000', '125201.210000', '125201.213000', '125201.216000', '125201.220000', '125201.223000', '125201.226000', '125201.230000', '125201.233000', '125201.236000', '125201.239000', '125201.242000', '125201.244000', '125201.247000', '125201.250000', '125201.253000', '125201.256000', '125201.259000', '125201.262000', '125201.265000', '125201.268000', '125201.271000', '125201.274000', '125201.284000', '125201.287000', '125201.290000', '125201.292000', '125201.295000', '125201.298000', '125201.301000', '125201.304000', '125201.307000', '125201.310000', '125201.313000', '125201.316000', '125201.319000', '125221.186000', '125221.189000', '125221.192000', '125221.195000', '125221.198000', '125221.201000', '125221.204000', '125221.207000', '125221.209000', '125221.212000', '125221.215000', '125221.218000', '125221.221000', '125221.224000', '125221.227000', '125221.230000', '125221.233000', '125221.236000', '125221.239000', '125221.242000', '125221.245000', '125221.248000', '125221.251000', '125221.254000', '125221.257000', '125221.260000', '125221.262000', '125221.265000', '125221.268000', '125221.271000', '125221.274000', '125221.277000', '125221.280000', '125221.283000', '125221.286000', '125221.289000', '125221.292000', '125221.294000', '125221.297000', '125221.307000', '125221.309000', '125221.312000', '125221.315000', '125221.318000', '125241.186000', '125241.189000', '125241.192000', '125241.195000', '125241.198000', '125241.201000', '125241.204000', '125241.207000', '125241.209000', '125241.212000', '125241.215000', '125241.218000', '125241.224000', '125241.228000', '125241.237000', '125241.240000', '125241.243000', '125241.246000', '125241.249000', '125241.252000', '125241.255000', '125241.258000', '125241.261000', '125241.263000', '125241.266000', '125241.269000', '125241.272000', '125241.275000', '125241.278000', '125241.281000', '125241.284000', '125241.287000', '125241.289000', '125241.292000', '125241.295000', '125241.298000', '125241.301000', '125241.304000', '125241.307000', '125241.310000', '125241.313000', '125241.316000', '125241.323000', '125301.185000', '125301.188000', '125301.191000', '125301.194000', '125301.197000', '125301.200000', '125301.203000', '125301.205000', '125301.208000', '125301.211000', '125301.214000', '125301.217000', '125301.220000', '125301.242000', '125301.245000', '125301.248000', '125301.251000', '125301.254000', '125301.257000', '125301.260000', '125301.263000', '125301.266000', '125301.269000', '125301.271000', '125301.275000', '125301.277000', '125301.280000', '125301.283000', '125301.286000', '125301.289000', '125301.292000', '125301.295000', '125301.298000', '125301.301000', '125301.304000', '125301.306000', '125301.309000', '125301.312000', '125301.315000', '125301.318000', '125301.321000', '125301.324000', '125301.327000', '125301.330000', '125321.186000', '125321.202000', '125321.205000', '125321.208000', '125321.211000', '125321.214000', '125321.217000', '125321.220000', '125321.223000', '125321.225000', '125321.228000', '125321.231000', '125321.234000', '125321.237000', '125321.241000', '125321.243000', '125321.246000', '125321.249000', '125321.252000', '125321.255000', '125321.258000', '125321.261000', '125321.266000', '125321.269000', '125321.272000', '125321.275000', '125321.278000', '125321.280000', '125321.284000', '125321.286000', '125321.289000', '125321.292000', '125321.295000', '125321.298000', '125321.301000', '125321.304000', '125321.307000', '125321.310000', '125321.313000', '125321.315000', '125321.319000', '125321.321000', '125321.324000', '125341.185000', '125341.189000', '125341.192000', '125341.195000', '125341.197000', '125341.200000', '125341.203000', '125341.206000', '125341.209000', '125341.212000', '125341.215000', '125341.218000', '125341.221000', '125341.224000', '125341.227000', '125341.230000', '125341.233000', '125341.236000', '125341.239000', '125341.242000', '125341.244000', '125341.247000', '125341.250000', '125341.253000', '125341.256000', '125341.259000', '125341.262000', '125341.265000', '125341.268000', '125341.271000', '125341.274000', '125341.276000', '125341.279000', '125341.282000', '125341.285000', '125341.288000', '125341.291000', '125341.294000', '125341.297000', '125341.300000', '125341.303000', '125341.306000', '125341.309000', '125341.312000', '125401.185000', '125401.188000', '125401.191000', '125401.194000', '125401.197000', '125401.200000', '125401.203000', '125401.206000', '125401.209000', '125401.212000', '125401.215000', '125401.218000', '125401.221000', '125401.224000', '125401.227000', '125401.230000', '125401.233000', '125401.236000', '125401.239000', '125401.241000', '125401.244000', '125401.247000', '125401.250000', '125401.253000', '125401.256000', '125401.259000', '125401.262000', '125401.265000', '125401.268000', '125401.271000', '125401.274000', '125401.279000', '125401.283000', '125401.286000', '125401.289000', '125401.292000', '125401.294000', '125401.297000', '125401.300000', '125401.303000', '125401.306000', '125401.309000', '125401.312000', '125421.186000', '125421.239000', '125421.242000', '125421.245000', '125421.248000', '125421.251000', '125421.254000', '125421.257000', '125421.260000', '125421.263000', '125421.266000', '125421.269000', '125421.272000', '125421.275000', '125421.278000', '125421.281000', '125421.284000', '125421.287000', '125421.290000', '125421.293000', '125421.296000', '125421.299000', '125421.302000', '125421.305000', '125421.308000', '125421.310000', '125421.313000', '125421.316000', '125421.319000', '125421.322000', '125421.325000', '125421.328000', '125421.331000', '125421.334000', '125421.337000', '125421.340000', '125421.343000', '125421.345000', '125421.348000', '125421.351000', '125421.354000', '125421.357000', '125421.360000', '125421.363000', '125441.186000', '125441.234000', '125441.237000', '125441.240000', '125441.243000', '125441.246000', '125441.249000', '125441.252000', '125441.255000', '125441.258000', '125441.261000', '125441.263000', '125441.267000', '125441.270000', '125441.272000', '125441.275000', '125441.279000', '125441.282000', '125441.285000', '125441.289000', '125441.291000', '125441.294000', '125441.297000', '125441.300000', '125441.303000', '125441.306000', '125441.309000', '125441.312000', '125441.315000', '125441.318000', '125441.321000', '125441.324000', '125441.327000', '125441.330000', '125441.333000', '125441.335000', '125441.338000', '125441.341000', '125441.344000', '125441.347000', '125441.350000', '125441.353000', '125441.356000', '125501.186000', '125501.208000', '125501.211000', '125501.213000', '125501.216000', '125501.219000', '125501.222000', '125501.225000', '125501.228000', '125501.231000', '125501.234000', '125501.237000', '125501.240000', '125501.243000', '125501.246000', '125501.249000', '125501.252000', '125501.255000', '125501.258000', '125501.261000', '125501.263000', '125501.267000', '125501.270000', '125501.272000', '125501.275000', '125501.278000', '125501.281000', '125501.284000', '125501.287000', '125501.290000', '125501.293000', '125501.296000', '125501.299000', '125501.302000', '125501.305000', '125501.308000', '125501.311000', '125501.314000', '125501.316000', '125501.319000', '125501.322000', '125501.325000', '125501.328000', '125501.331000', '125521.185000', '125521.188000', '125521.191000', '125521.194000', '125521.197000', '125521.200000', '125521.203000', '125521.206000', '125521.209000', '125521.212000', '125521.215000', '125521.218000', '125521.221000', '125521.224000', '125521.226000', '125521.230000', '125521.232000', '125521.235000', '125521.238000', '125521.241000', '125521.244000', '125521.247000', '125521.250000', '125521.253000', '125521.256000', '125521.259000', '125521.262000', '125521.265000', '125521.268000', '125521.271000', '125521.274000', '125521.277000', '125521.280000', '125521.283000', '125521.286000', '125521.289000', '125521.292000', '125521.295000', '125521.298000', '125521.301000', '125521.304000', '125521.307000', '125521.310000', '125541.185000', '125541.188000', '125541.191000', '125541.194000', '125541.197000', '125541.200000', '125541.203000', '125541.205000', '125541.209000', '125541.211000', '125541.214000', '125541.217000', '125541.220000', '125541.223000', '125541.226000', '125541.229000', '125541.232000', '125541.235000', '125541.238000', '125541.241000', '125541.244000', '125541.247000', '125541.250000', '125541.252000', '125541.255000', '125541.258000', '125541.261000', '125541.264000', '125541.267000', '125541.270000', '125541.273000', '125541.276000', '125541.279000', '125541.282000', '125541.285000', '125541.288000', '125541.291000', '125541.293000', '125541.296000', '125541.299000', '125541.302000', '125541.305000', '125541.308000', '125541.311000', '125601.185000', '125601.205000', '125601.208000', '125601.211000', '125601.214000', '125601.217000', '125601.220000', '125601.223000', '125601.226000', '125601.229000', '125601.232000', '125601.235000', '125601.237000', '125601.240000', '125601.243000', '125601.246000', '125601.249000', '125601.252000', '125601.268000', '125601.271000', '125601.274000', '125601.277000', '125601.280000', '125601.283000', '125601.286000', '125601.288000', '125601.291000', '125601.294000', '125601.297000', '125601.300000', '125601.303000', '125601.306000', '125601.309000', '125601.312000', '125601.315000', '125601.318000', '125601.321000', '125601.324000', '125601.327000', '125601.330000', '125601.333000', '125601.337000', '125601.339000', '125621.185000', '125621.188000', '125621.191000', '125621.194000', '125621.197000', '125621.200000', '125621.203000', '125621.206000', '125621.209000', '125621.212000', '125621.215000', '125621.218000', '125621.223000', '125621.227000', '125621.230000', '125621.233000', '125621.236000', '125621.239000', '125621.242000', '125621.245000', '125621.248000', '125621.251000', '125621.254000', '125621.257000', '125621.260000', '125621.263000', '125621.266000', '125621.269000', '125621.272000', '125621.274000', '125621.277000', '125621.280000', '125621.283000', '125621.286000', '125621.289000', '125621.292000', '125621.295000', '125621.298000', '125621.301000', '125621.304000', '125621.307000', '125621.310000', '125621.313000', '125621.316000', '125641.186000', '125641.189000', '125641.192000', '125641.195000', '125641.198000', '125641.201000', '125641.204000', '125641.207000', '125641.210000', '125641.213000', '125641.216000', '125641.219000', '125641.221000', '125641.224000', '125641.227000', '125641.230000', '125641.233000', '125641.236000', '125641.239000', '125641.242000', '125641.245000', '125641.248000', '125641.251000', '125641.254000', '125641.257000', '125641.260000', '125641.262000', '125641.265000', '125641.268000', '125641.271000', '125641.274000', '125641.277000', '125641.280000', '125641.283000', '125641.286000', '125641.289000', '125641.292000', '125641.295000', '125641.297000', '125641.300000', '125641.303000', '125641.306000', '125641.309000', '125701.186000', '125701.189000', '125701.192000', '125701.195000', '125701.198000', '125701.201000', '125701.204000', '125701.207000', '125701.210000', '125701.213000', '125701.216000', '125701.219000', '125701.221000', '125701.224000', '125701.227000', '125701.230000', '125701.233000', '125701.236000', '125701.239000', '125701.242000', '125701.245000', '125701.248000', '125701.251000', '125701.254000', '125701.257000', '125701.260000', '125701.263000', '125701.266000', '125701.269000', '125701.271000', '125701.274000', '125701.278000', '125701.280000', '125701.283000', '125701.286000', '125701.289000', '125701.292000', '125701.295000', '125701.298000', '125701.301000', '125701.304000', '125701.306000', '125701.309000', '125701.312000', '125721.186000', '125721.189000', '125721.192000', '125721.195000', '125721.198000', '125721.201000', '125721.204000', '125721.207000', '125721.210000', '125721.213000', '125721.216000', '125721.218000', '125721.222000', '125721.224000', '125721.227000', '125721.230000', '125721.233000', '125721.236000', '125721.239000', '125721.242000', '125721.245000', '125721.248000', '125721.251000', '125721.254000', '125721.257000', '125721.260000', '125721.263000', '125721.266000', '125721.269000', '125721.282000', '125721.285000', '125721.288000', '125721.291000', '125721.294000', '125721.297000', '125721.300000', '125721.304000', '125721.306000', '125721.309000', '125721.312000', '125721.315000', '125721.318000', '125721.321000', '125741.185000', '125741.188000', '125741.191000', '125741.194000', '125741.197000', '125741.200000', '125741.203000', '125741.206000', '125741.209000', '125741.212000', '125741.215000', '125741.217000', '125741.220000', '125741.224000', '125741.226000', '125741.229000', '125741.232000', '125741.235000', '125741.238000', '125741.241000', '125741.244000', '125741.247000', '125741.250000', '125741.253000', '125741.256000', '125741.259000', '125741.262000', '125741.265000', '125741.268000', '125741.271000', '125741.274000', '125741.277000', '125741.280000', '125741.283000', '125741.286000', '125741.288000', '125741.291000', '125741.294000', '125741.297000', '125741.300000', '125741.303000', '125741.306000', '125741.309000', '125741.312000', '125801.185000', '125801.188000', '125801.191000', '125801.194000', '125801.197000', '125801.200000', '125801.203000', '125801.206000', '125801.209000', '125801.212000', '125801.214000', '125801.218000', '125801.220000', '125801.223000', '125801.226000', '125801.229000', '125801.232000', '125801.235000', '125801.238000', '125801.241000', '125801.244000', '125801.247000', '125801.250000', '125801.253000', '125801.256000', '125801.259000', '125801.262000', '125801.265000', '125801.268000', '125801.271000', '125801.273000', '125801.276000', '125801.279000', '125801.282000', '125801.285000', '125801.288000', '125801.291000', '125801.294000', '125801.297000', '125801.300000', '125801.303000', '125801.306000', '125801.309000', '125803.284000', '125803.287000', '125803.290000', '125803.293000', '125803.296000'], 'InstanceCreationTime': ['125121.291000', '125121.295000', '125121.299000', '125121.302000', '125121.305000', '125121.309000', '125121.312000', '125121.315000', '125121.318000', '125121.321000', '125121.324000', '125121.327000', '125121.330000', '125121.333000', '125121.336000', '125121.339000', '125121.342000', '125121.345000', '125121.348000', '125121.361000', '125121.364000', '125121.367000', '125121.370000', '125121.373000', '125121.377000', '125121.380000', '125121.383000', '125121.386000', '125121.389000', '125121.392000', '125121.395000', '125121.398000', '125121.402000', '125121.405000', '125121.408000', '125121.411000', '125121.414000', '125121.417000', '125121.420000', '125141.185000', '125141.188000', '125141.191000', '125141.194000', '125141.197000', '125141.200000', '125141.203000', '125141.205000', '125141.208000', '125141.211000', '125141.214000', '125141.217000', '125141.220000', '125141.223000', '125141.226000', '125141.229000', '125141.232000', '125141.235000', '125141.238000', '125141.241000', '125141.243000', '125141.246000', '125141.249000', '125141.252000', '125141.255000', '125141.258000', '125141.261000', '125141.263000', '125141.266000', '125141.269000', '125141.272000', '125141.275000', '125141.278000', '125141.281000', '125141.284000', '125141.287000', '125141.289000', '125141.292000', '125141.295000', '125141.298000', '125141.301000', '125141.304000', '125141.307000', '125141.310000', '125201.186000', '125201.189000', '125201.192000', '125201.195000', '125201.198000', '125201.201000', '125201.204000', '125201.207000', '125201.210000', '125201.213000', '125201.216000', '125201.220000', '125201.223000', '125201.226000', '125201.230000', '125201.233000', '125201.236000', '125201.239000', '125201.242000', '125201.244000', '125201.247000', '125201.250000', '125201.253000', '125201.256000', '125201.259000', '125201.262000', '125201.265000', '125201.268000', '125201.271000', '125201.274000', '125201.284000', '125201.287000', '125201.290000', '125201.292000', '125201.295000', '125201.298000', '125201.301000', '125201.304000', '125201.307000', '125201.310000', '125201.313000', '125201.316000', '125201.319000', '125221.186000', '125221.189000', '125221.192000', '125221.195000', '125221.198000', '125221.201000', '125221.204000', '125221.207000', '125221.209000', '125221.212000', '125221.215000', '125221.218000', '125221.221000', '125221.224000', '125221.227000', '125221.230000', '125221.233000', '125221.236000', '125221.239000', '125221.242000', '125221.245000', '125221.248000', '125221.251000', '125221.254000', '125221.257000', '125221.260000', '125221.262000', '125221.265000', '125221.268000', '125221.271000', '125221.274000', '125221.277000', '125221.280000', '125221.283000', '125221.286000', '125221.289000', '125221.292000', '125221.294000', '125221.297000', '125221.307000', '125221.309000', '125221.312000', '125221.315000', '125221.318000', '125241.186000', '125241.189000', '125241.192000', '125241.195000', '125241.198000', '125241.201000', '125241.204000', '125241.207000', '125241.209000', '125241.212000', '125241.215000', '125241.218000', '125241.224000', '125241.228000', '125241.237000', '125241.240000', '125241.243000', '125241.246000', '125241.249000', '125241.252000', '125241.255000', '125241.258000', '125241.261000', '125241.263000', '125241.266000', '125241.269000', '125241.272000', '125241.275000', '125241.278000', '125241.281000', '125241.284000', '125241.287000', '125241.289000', '125241.292000', '125241.295000', '125241.298000', '125241.301000', '125241.304000', '125241.307000', '125241.310000', '125241.313000', '125241.316000', '125241.323000', '125301.185000', '125301.188000', '125301.191000', '125301.194000', '125301.197000', '125301.200000', '125301.203000', '125301.205000', '125301.208000', '125301.211000', '125301.214000', '125301.217000', '125301.220000', '125301.242000', '125301.245000', '125301.248000', '125301.251000', '125301.254000', '125301.257000', '125301.260000', '125301.263000', '125301.266000', '125301.269000', '125301.271000', '125301.275000', '125301.277000', '125301.280000', '125301.283000', '125301.286000', '125301.289000', '125301.292000', '125301.295000', '125301.298000', '125301.301000', '125301.304000', '125301.306000', '125301.309000', '125301.312000', '125301.315000', '125301.318000', '125301.321000', '125301.324000', '125301.327000', '125301.330000', '125321.186000', '125321.202000', '125321.205000', '125321.208000', '125321.211000', '125321.214000', '125321.217000', '125321.220000', '125321.223000', '125321.225000', '125321.228000', '125321.231000', '125321.234000', '125321.237000', '125321.241000', '125321.243000', '125321.246000', '125321.249000', '125321.252000', '125321.255000', '125321.258000', '125321.261000', '125321.266000', '125321.269000', '125321.272000', '125321.275000', '125321.278000', '125321.280000', '125321.284000', '125321.286000', '125321.289000', '125321.292000', '125321.295000', '125321.298000', '125321.301000', '125321.304000', '125321.307000', '125321.310000', '125321.313000', '125321.315000', '125321.319000', '125321.321000', '125321.324000', '125341.185000', '125341.189000', '125341.192000', '125341.195000', '125341.197000', '125341.200000', '125341.203000', '125341.206000', '125341.209000', '125341.212000', '125341.215000', '125341.218000', '125341.221000', '125341.224000', '125341.227000', '125341.230000', '125341.233000', '125341.236000', '125341.239000', '125341.242000', '125341.244000', '125341.247000', '125341.250000', '125341.253000', '125341.256000', '125341.259000', '125341.262000', '125341.265000', '125341.268000', '125341.271000', '125341.274000', '125341.276000', '125341.279000', '125341.282000', '125341.285000', '125341.288000', '125341.291000', '125341.294000', '125341.297000', '125341.300000', '125341.303000', '125341.306000', '125341.309000', '125341.312000', '125401.185000', '125401.188000', '125401.191000', '125401.194000', '125401.197000', '125401.200000', '125401.203000', '125401.206000', '125401.209000', '125401.212000', '125401.215000', '125401.218000', '125401.221000', '125401.224000', '125401.227000', '125401.230000', '125401.233000', '125401.236000', '125401.239000', '125401.241000', '125401.244000', '125401.247000', '125401.250000', '125401.253000', '125401.256000', '125401.259000', '125401.262000', '125401.265000', '125401.268000', '125401.271000', '125401.274000', '125401.279000', '125401.283000', '125401.286000', '125401.289000', '125401.292000', '125401.294000', '125401.297000', '125401.300000', '125401.303000', '125401.306000', '125401.309000', '125401.312000', '125421.186000', '125421.239000', '125421.242000', '125421.245000', '125421.248000', '125421.251000', '125421.254000', '125421.257000', '125421.260000', '125421.263000', '125421.266000', '125421.269000', '125421.272000', '125421.275000', '125421.278000', '125421.281000', '125421.284000', '125421.287000', '125421.290000', '125421.293000', '125421.296000', '125421.299000', '125421.302000', '125421.305000', '125421.308000', '125421.310000', '125421.313000', '125421.316000', '125421.319000', '125421.322000', '125421.325000', '125421.328000', '125421.331000', '125421.334000', '125421.337000', '125421.340000', '125421.343000', '125421.345000', '125421.348000', '125421.351000', '125421.354000', '125421.357000', '125421.360000', '125421.363000', '125441.186000', '125441.234000', '125441.237000', '125441.240000', '125441.243000', '125441.246000', '125441.249000', '125441.252000', '125441.255000', '125441.258000', '125441.261000', '125441.263000', '125441.267000', '125441.270000', '125441.272000', '125441.275000', '125441.279000', '125441.282000', '125441.285000', '125441.289000', '125441.291000', '125441.294000', '125441.297000', '125441.300000', '125441.303000', '125441.306000', '125441.309000', '125441.312000', '125441.315000', '125441.318000', '125441.321000', '125441.324000', '125441.327000', '125441.330000', '125441.333000', '125441.335000', '125441.338000', '125441.341000', '125441.344000', '125441.347000', '125441.350000', '125441.353000', '125441.356000', '125501.186000', '125501.208000', '125501.211000', '125501.213000', '125501.216000', '125501.219000', '125501.222000', '125501.225000', '125501.228000', '125501.231000', '125501.234000', '125501.237000', '125501.240000', '125501.243000', '125501.246000', '125501.249000', '125501.252000', '125501.255000', '125501.258000', '125501.261000', '125501.263000', '125501.267000', '125501.270000', '125501.272000', '125501.275000', '125501.278000', '125501.281000', '125501.284000', '125501.287000', '125501.290000', '125501.293000', '125501.296000', '125501.299000', '125501.302000', '125501.305000', '125501.308000', '125501.311000', '125501.314000', '125501.316000', '125501.319000', '125501.322000', '125501.325000', '125501.328000', '125501.331000', '125521.185000', '125521.188000', '125521.191000', '125521.194000', '125521.197000', '125521.200000', '125521.203000', '125521.206000', '125521.209000', '125521.212000', '125521.215000', '125521.218000', '125521.221000', '125521.224000', '125521.226000', '125521.230000', '125521.232000', '125521.235000', '125521.238000', '125521.241000', '125521.244000', '125521.247000', '125521.250000', '125521.253000', '125521.256000', '125521.259000', '125521.262000', '125521.265000', '125521.268000', '125521.271000', '125521.274000', '125521.277000', '125521.280000', '125521.283000', '125521.286000', '125521.289000', '125521.292000', '125521.295000', '125521.298000', '125521.301000', '125521.304000', '125521.307000', '125521.310000', '125541.185000', '125541.188000', '125541.191000', '125541.194000', '125541.197000', '125541.200000', '125541.203000', '125541.205000', '125541.209000', '125541.211000', '125541.214000', '125541.217000', '125541.220000', '125541.223000', '125541.226000', '125541.229000', '125541.232000', '125541.235000', '125541.238000', '125541.241000', '125541.244000', '125541.247000', '125541.250000', '125541.252000', '125541.255000', '125541.258000', '125541.261000', '125541.264000', '125541.267000', '125541.270000', '125541.273000', '125541.276000', '125541.279000', '125541.282000', '125541.285000', '125541.288000', '125541.291000', '125541.293000', '125541.296000', '125541.299000', '125541.302000', '125541.305000', '125541.308000', '125541.311000', '125601.185000', '125601.205000', '125601.208000', '125601.211000', '125601.214000', '125601.217000', '125601.220000', '125601.223000', '125601.226000', '125601.229000', '125601.232000', '125601.235000', '125601.237000', '125601.240000', '125601.243000', '125601.246000', '125601.249000', '125601.252000', '125601.268000', '125601.271000', '125601.274000', '125601.277000', '125601.280000', '125601.283000', '125601.286000', '125601.288000', '125601.291000', '125601.294000', '125601.297000', '125601.300000', '125601.303000', '125601.306000', '125601.309000', '125601.312000', '125601.315000', '125601.318000', '125601.321000', '125601.324000', '125601.327000', '125601.330000', '125601.333000', '125601.337000', '125601.339000', '125621.185000', '125621.188000', '125621.191000', '125621.194000', '125621.197000', '125621.200000', '125621.203000', '125621.206000', '125621.209000', '125621.212000', '125621.215000', '125621.218000', '125621.223000', '125621.227000', '125621.230000', '125621.233000', '125621.236000', '125621.239000', '125621.242000', '125621.245000', '125621.248000', '125621.251000', '125621.254000', '125621.257000', '125621.260000', '125621.263000', '125621.266000', '125621.269000', '125621.272000', '125621.274000', '125621.277000', '125621.280000', '125621.283000', '125621.286000', '125621.289000', '125621.292000', '125621.295000', '125621.298000', '125621.301000', '125621.304000', '125621.307000', '125621.310000', '125621.313000', '125621.316000', '125641.186000', '125641.189000', '125641.192000', '125641.195000', '125641.198000', '125641.201000', '125641.204000', '125641.207000', '125641.210000', '125641.213000', '125641.216000', '125641.219000', '125641.221000', '125641.224000', '125641.227000', '125641.230000', '125641.233000', '125641.236000', '125641.239000', '125641.242000', '125641.245000', '125641.248000', '125641.251000', '125641.254000', '125641.257000', '125641.260000', '125641.262000', '125641.265000', '125641.268000', '125641.271000', '125641.274000', '125641.277000', '125641.280000', '125641.283000', '125641.286000', '125641.289000', '125641.292000', '125641.295000', '125641.297000', '125641.300000', '125641.303000', '125641.306000', '125641.309000', '125701.186000', '125701.189000', '125701.192000', '125701.195000', '125701.198000', '125701.201000', '125701.204000', '125701.207000', '125701.210000', '125701.213000', '125701.216000', '125701.219000', '125701.221000', '125701.224000', '125701.227000', '125701.230000', '125701.233000', '125701.236000', '125701.239000', '125701.242000', '125701.245000', '125701.248000', '125701.251000', '125701.254000', '125701.257000', '125701.260000', '125701.263000', '125701.266000', '125701.269000', '125701.271000', '125701.274000', '125701.278000', '125701.280000', '125701.283000', '125701.286000', '125701.289000', '125701.292000', '125701.295000', '125701.298000', '125701.301000', '125701.304000', '125701.306000', '125701.309000', '125701.312000', '125721.186000', '125721.189000', '125721.192000', '125721.195000', '125721.198000', '125721.201000', '125721.204000', '125721.207000', '125721.210000', '125721.213000', '125721.216000', '125721.218000', '125721.222000', '125721.224000', '125721.227000', '125721.230000', '125721.233000', '125721.236000', '125721.239000', '125721.242000', '125721.245000', '125721.248000', '125721.251000', '125721.254000', '125721.257000', '125721.260000', '125721.263000', '125721.266000', '125721.269000', '125721.282000', '125721.285000', '125721.288000', '125721.291000', '125721.294000', '125721.297000', '125721.300000', '125721.304000', '125721.306000', '125721.309000', '125721.312000', '125721.315000', '125721.318000', '125721.321000', '125741.185000', '125741.188000', '125741.191000', '125741.194000', '125741.197000', '125741.200000', '125741.203000', '125741.206000', '125741.209000', '125741.212000', '125741.215000', '125741.217000', '125741.220000', '125741.224000', '125741.226000', '125741.229000', '125741.232000', '125741.235000', '125741.238000', '125741.241000', '125741.244000', '125741.247000', '125741.250000', '125741.253000', '125741.256000', '125741.259000', '125741.262000', '125741.265000', '125741.268000', '125741.271000', '125741.274000', '125741.277000', '125741.280000', '125741.283000', '125741.286000', '125741.288000', '125741.291000', '125741.294000', '125741.297000', '125741.300000', '125741.303000', '125741.306000', '125741.309000', '125741.312000', '125801.185000', '125801.188000', '125801.191000', '125801.194000', '125801.197000', '125801.200000', '125801.203000', '125801.206000', '125801.209000', '125801.212000', '125801.214000', '125801.218000', '125801.220000', '125801.223000', '125801.226000', '125801.229000', '125801.232000', '125801.235000', '125801.238000', '125801.241000', '125801.244000', '125801.247000', '125801.250000', '125801.253000', '125801.256000', '125801.259000', '125801.262000', '125801.265000', '125801.268000', '125801.271000', '125801.273000', '125801.276000', '125801.279000', '125801.282000', '125801.285000', '125801.288000', '125801.291000', '125801.294000', '125801.297000', '125801.300000', '125801.303000', '125801.306000', '125801.309000', '125803.284000', '125803.287000', '125803.290000', '125803.293000', '125803.296000'], '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': [10744, 12361, 11357, 6828, 7117, 6438, 6493, 11082, 6735, 10923, 6983, 9539, 6515, 6833, 6801, 6446, 13270, 10165, 11981, 6467, 9535, 6629, 6736, 10997, 8054, 13155, 9571, 12099, 6651, 8536, 6649, 6547, 10990, 7117, 11398, 6916, 11161, 6636, 8843, 6491, 7441, 6627, 7168, 6616, 6543, 10053, 7030, 11833, 7284, 11764, 6710, 9009, 6676, 8459, 8071, 7888, 6498, 6722, 11158, 6492, 12107, 7603, 12056, 7718, 9632, 6624, 6810, 9391, 6436, 12886, 9926, 12630, 8156, 10221, 6594, 6827, 9772, 7523, 12032, 9564, 10637, 6555, 10186, 6579, 9636, 6731, 9468, 6587, 7627, 6762, 6509, 11572, 8255, 12936, 9626, 12002, 6509, 8922, 7000, 8997, 11992, 9891, 12209, 6735, 11397, 6462, 9754, 6622, 9915, 6533, 7217, 7547, 6808, 11938, 6326, 11245, 7128, 11545, 8466, 10304, 6713, 8690, 6597, 8608, 7462, 8485, 7971, 6815, 11416, 6594, 12599, 6592, 11210, 7917, 12089, 7054, 8675, 6667, 7427, 6352, 6753, 10957, 7471, 11505, 7409, 12213, 6693, 10415, 6703, 10480, 7199, 9211, 6606, 7224, 6237, 6335, 11624, 7539, 12641, 9600, 9466, 6336, 10336, 6532, 10167, 6464, 9495, 7435, 8191, 6402, 6828, 10551, 6453, 12382, 7815, 11451, 6966, 8812, 6496, 6711, 6491, 7048, 8265, 7145, 7668, 6464, 11135, 6362, 11792, 6887, 10249, 6434, 7417, 6399, 6446, 11502, 6923, 12376, 8359, 10328, 6537, 6875, 7975, 6938, 11576, 6364, 11032, 6565, 8943, 6371, 8484, 7020, 6884, 6850, 6457, 7650, 6700, 10382, 6797, 10207, 6519, 9729, 6647, 9918, 6604, 8334, 6679, 7341, 10574, 6760, 13437, 10301, 13071, 6536, 11301, 6854, 9534, 8204, 8439, 8525, 6972, 12042, 6578, 12080, 9024, 12284, 7902, 10817, 6783, 8076, 9215, 8150, 11281, 7340, 13233, 8083, 12656, 9065, 11871, 6617, 8054, 7008, 6681, 11313, 7252, 12063, 6869, 11628, 6715, 9732, 6734, 8466, 6773, 7108, 8294, 6816, 11367, 6517, 12355, 8822, 11034, 6612, 8970, 6751, 7989, 8484, 7641, 10870, 8149, 12233, 6653, 11526, 6883, 9766, 6973, 9400, 6891, 7316, 6822, 7301, 6530, 6517, 10347, 8106, 12216, 6908, 12808, 6485, 10908, 7323, 10481, 11750, 9191, 12499, 6739, 12923, 8284, 11185, 8323, 9215, 10622, 6860, 13417, 7016, 11785, 7532, 9678, 6478, 7242, 6583, 6247, 7327, 6229, 12564, 7398, 12420, 8249, 10407, 6224, 7069, 6473, 6209, 11289, 7969, 13270, 9262, 12046, 6255, 8406, 6582, 7050, 10276, 7499, 12519, 8120, 12008, 6406, 9531, 6730, 8929, 7174, 8228, 6632, 6657, 6639, 6441, 11162, 7396, 12527, 9072, 11632, 6488, 8303, 6721, 6823, 11534, 9317, 13084, 8104, 12095, 6447, 9063, 6614, 8710, 8430, 7306, 9057, 6296, 10639, 6457, 10070, 7045, 8999, 6970, 8010, 6673, 7186, 6786, 7398, 6625, 10196, 6612, 8259, 6645, 6638, 11049, 6733, 12351, 8636, 12012, 6653, 7843, 6774, 6414, 9458, 6860, 11408, 6889, 11871, 6883, 8944, 6670, 7610, 9257, 7103, 11949, 6533, 11548, 6582, 10103, 7542, 7373, 7287, 6540, 12521, 6662, 10992, 6591, 7839, 7181, 6637, 12516, 6634, 10499, 6741, 7541, 7825, 6731, 12663, 6476, 10999, 6740, 8905, 7653, 7220, 11109, 6600, 11694, 6628, 9379, 6851, 8400, 6880, 6554, 10680, 6667, 10761, 6895, 9035, 6936, 6948, 7233, 6620, 11653, 7237, 10789, 6764, 8470, 7038, 7020, 12440, 7456, 12965, 9053, 10199, 6663, 6902, 9248, 6483, 12929, 9604, 12079, 6753, 9157, 6657, 6565, 10203, 6745, 12876, 9903, 12414, 6908, 9790, 6930, 6822, 11807, 9803, 12778, 7014, 12015, 6882, 8914, 8544, 8614, 8655, 6515, 11871, 6851, 11372, 6718, 11040, 6685, 9179, 6683, 7592, 8672, 7780, 11671, 8921, 13496, 6950, 11985, 7537, 9311, 10356, 9092, 6805, 6719, 11816, 6368, 12035, 8351, 11654, 6810, 7447, 8789, 6667, 12789, 6817, 11272, 6667, 9204, 6802, 6339, 11567, 6809, 11989, 6649, 10459, 6858, 7611, 6803, 7088, 6923, 6713, 11302, 6434, 11523, 6954, 10536, 6766, 7702, 6896, 6529, 11483, 6755, 12222, 9474, 10560, 6898, 9007, 6974, 7661, 8055, 7897, 10792, 7912, 11471, 6533, 11801, 8316, 11914, 6714, 8728, 6880, 6458, 11813, 8273, 12321, 9752, 11402, 6468, 10021, 6885, 7859, 9290, 8717, 10435, 7770, 11226, 6528, 11247, 6973, 10402, 7564, 10838, 6529, 6950, 6951, 6270, 11998, 8058, 11768, 7467, 10247, 6749, 7600, 6726, 7867, 6786, 6768, 6903, 6340, 11619, 6776, 11907, 7180, 9484, 6730, 6508, 11064, 8021, 12372, 8815, 11219, 6936, 6813, 9719, 6611, 12393, 9816, 10945, 6784, 8227, 7001, 6381, 7837, 6687, 11090, 8377, 9020, 6700, 10079, 7111, 8127, 6839, 6947, 9453, 6805, 12348, 6793, 11068, 6622, 9457, 6801, 6678, 12783, 7632, 12087, 7790, 9499, 6668, 7026, 10579, 6624, 11593, 6892, 8875, 6739, 7364, 6650, 6544, 7690, 6544, 10695, 6344, 10647, 7837, 10058, 6549, 7502, 9040, 6807, 12596, 8687, 12213, 7972, 9264, 6504, 6797, 11977, 6523, 11833, 8461, 12008, 7013, 7989, 6577, 6474, 11204, 6808, 12636, 8972, 11920, 6870, 8797, 6595, 6374, 12303, 7691, 12602, 9866, 11700, 6231, 8478, 6532, 6334, 11291, 8198, 11624, 7746, 11941, 6556, 7202, 6757, 6405, 10348, 7051, 11885, 7608, 11607, 6568, 7883, 6684, 6815, 8470, 6887, 8620, 6197, 12516, 6629, 8927, 6397, 6298, 11264, 8526, 13331, 9299, 11184, 6692, 6450, 10836, 6922, 12642, 6808, 9816, 6777, 6825, 10396, 6688, 11977, 6632, 9020, 6899, 7287, 7485, 6469, 8642, 6451, 11429, 6624, 8702, 6672, 7313, 7084, 6277, 11263, 6477, 10052, 7012, 8565, 6865, 7388, 7344, 6481, 10938, 6621, 10441, 6575, 8989, 6880, 7060, 7108, 6659, 11673, 6613, 11422, 7139, 10599, 6649, 6665, 11571, 6506, 12353, 7971, 11562, 7606, 9143, 6684, 6986, 11890, 6637, 11055, 7127, 11620, 6982, 8508, 6875, 6447, 7733, 6602, 10348, 8419, 9465, 6666, 10350, 6399, 13504, 8543, 12525, 9228, 7701, 10925, 6998, 12713, 8796, 13163, 8487, 10212, 7163, 7047, 9832, 6561, 13649, 10373, 12980, 7543, 11104, 6459, 7306, 6517, 6269, 11494, 8660, 12270, 6710, 11763, 6541, 9622, 6556, 10024, 9546, 7636, 12787, 6381, 11614, 6954, 10867, 7510, 9649, 6724, 6434, 6723, 6274, 10671, 6803, 11725, 7700, 9686, 6683, 6483, 9766, 6489, 13161, 9361, 12763, 8092, 9269, 6525, 6624, 10358, 6232, 12012, 7212], 'WindowCenter': [4205.0, 4184.0, 4172.0, 4117.0, 4115.0, 4116.0, 4117.0, 4158.0, 4114.0, 4157.0, 4113.0, 4145.0, 4105.0, 4116.0, 4117.0, 4117.0, 4168.0, 4148.0, 4158.0, 4106.0, 4146.0, 4103.0, 4105.0, 4156.0, 4125.0, 4167.0, 4135.0, 4156.0, 4105.0, 4124.0, 4101.0, 4102.0, 4144.0, 4114.0, 4155.0, 4113.0, 4155.0, 4102.0, 4134.0, 4104.0, 4113.0, 4104.0, 4115.0, 4103.0, 4103.0, 4145.0, 4116.0, 4154.0, 4116.0, 4156.0, 4103.0, 4135.0, 4104.0, 4126.0, 4125.0, 4126.0, 4106.0, 4115.0, 4157.0, 4105.0, 4156.0, 4126.0, 4168.0, 4126.0, 4147.0, 4116.0, 4116.0, 4136.0, 4105.0, 4166.0, 4148.0, 4167.0, 4127.0, 4147.0, 4114.0, 4104.0, 4145.0, 4125.0, 4167.0, 4146.0, 4157.0, 4105.0, 4144.0, 4113.0, 4145.0, 4117.0, 4148.0, 4119.0, 4129.0, 4117.0, 4118.0, 4168.0, 4138.0, 4169.0, 4148.0, 4169.0, 4117.0, 4138.0, 4115.0, 4136.0, 4155.0, 4145.0, 4156.0, 4104.0, 4154.0, 4101.0, 4133.0, 4102.0, 4144.0, 4101.0, 4114.0, 4123.0, 4113.0, 4154.0, 4102.0, 4153.0, 4115.0, 4156.0, 4136.0, 4156.0, 4116.0, 4135.0, 4114.0, 4136.0, 4115.0, 4137.0, 4124.0, 4116.0, 4168.0, 4116.0, 4165.0, 4103.0, 4154.0, 4123.0, 4156.0, 4113.0, 4133.0, 4113.0, 4113.0, 4100.0, 4102.0, 4145.0, 4112.0, 4154.0, 4114.0, 4154.0, 4102.0, 4143.0, 4102.0, 4143.0, 4114.0, 4134.0, 4103.0, 4112.0, 4091.0, 4101.0, 4155.0, 4123.0, 4165.0, 4144.0, 4145.0, 4103.0, 4143.0, 4102.0, 4144.0, 4103.0, 4145.0, 4113.0, 4135.0, 4106.0, 4115.0, 4156.0, 4101.0, 4154.0, 4123.0, 4153.0, 4112.0, 4132.0, 4102.0, 4103.0, 4101.0, 4114.0, 4122.0, 4114.0, 4123.0, 4104.0, 4156.0, 4102.0, 4154.0, 4115.0, 4144.0, 4104.0, 4124.0, 4103.0, 4104.0, 4155.0, 4113.0, 4166.0, 4124.0, 4146.0, 4103.0, 4103.0, 4123.0, 4113.0, 4156.0, 4103.0, 4144.0, 4102.0, 4135.0, 4103.0, 4135.0, 4115.0, 4115.0, 4116.0, 4116.0, 4126.0, 4117.0, 4160.0, 4129.0, 4159.0, 4118.0, 4159.0, 4117.0, 4160.0, 4129.0, 4151.0, 4129.0, 4130.0, 4159.0, 4117.0, 4178.0, 4159.0, 4181.0, 4118.0, 4159.0, 4116.0, 4148.0, 4138.0, 4139.0, 4138.0, 4128.0, 4167.0, 4117.0, 4168.0, 4149.0, 4169.0, 4138.0, 4159.0, 4118.0, 4138.0, 4148.0, 4138.0, 4158.0, 4127.0, 4168.0, 4127.0, 4168.0, 4137.0, 4167.0, 4117.0, 4126.0, 4116.0, 4106.0, 4156.0, 4115.0, 4167.0, 4116.0, 4156.0, 4115.0, 4148.0, 4114.0, 4137.0, 4115.0, 4116.0, 4138.0, 4117.0, 4156.0, 4105.0, 4168.0, 4137.0, 4156.0, 4119.0, 4137.0, 4117.0, 4128.0, 4138.0, 4129.0, 4160.0, 4139.0, 4169.0, 4117.0, 4158.0, 4117.0, 4147.0, 4116.0, 4148.0, 4119.0, 4129.0, 4130.0, 4128.0, 4119.0, 4119.0, 4161.0, 4143.0, 4183.0, 4142.0, 4183.0, 4121.0, 4160.0, 4131.0, 4161.0, 4170.0, 4151.0, 4181.0, 4119.0, 4168.0, 4135.0, 4154.0, 4125.0, 4135.0, 4145.0, 4104.0, 4166.0, 4103.0, 4143.0, 4112.0, 4132.0, 4089.0, 4101.0, 4100.0, 4091.0, 4111.0, 4090.0, 4152.0, 4114.0, 4154.0, 4124.0, 4143.0, 4093.0, 4111.0, 4100.0, 4093.0, 4156.0, 4125.0, 4165.0, 4134.0, 4164.0, 4103.0, 4123.0, 4101.0, 4111.0, 4146.0, 4113.0, 4168.0, 4125.0, 4168.0, 4103.0, 4134.0, 4103.0, 4135.0, 4114.0, 4135.0, 4115.0, 4114.0, 4113.0, 4104.0, 4156.0, 4126.0, 4167.0, 4147.0, 4167.0, 4117.0, 4136.0, 4104.0, 4114.0, 4156.0, 4136.0, 4167.0, 4125.0, 4154.0, 4103.0, 4132.0, 4103.0, 4122.0, 4123.0, 4113.0, 4121.0, 4091.0, 4143.0, 4104.0, 4131.0, 4113.0, 4133.0, 4113.0, 4123.0, 4114.0, 4115.0, 4115.0, 4115.0, 4116.0, 4148.0, 4116.0, 4137.0, 4106.0, 4104.0, 4155.0, 4103.0, 4156.0, 4136.0, 4156.0, 4104.0, 4124.0, 4103.0, 4104.0, 4133.0, 4103.0, 4156.0, 4115.0, 4155.0, 4115.0, 4136.0, 4102.0, 4124.0, 4136.0, 4117.0, 4158.0, 4104.0, 4156.0, 4105.0, 4146.0, 4114.0, 4116.0, 4116.0, 4105.0, 4155.0, 4104.0, 4144.0, 4103.0, 4114.0, 4115.0, 4116.0, 4167.0, 4104.0, 4147.0, 4104.0, 4126.0, 4126.0, 4115.0, 4166.0, 4104.0, 4146.0, 4103.0, 4136.0, 4113.0, 4116.0, 4156.0, 4106.0, 4155.0, 4103.0, 4134.0, 4105.0, 4125.0, 4116.0, 4105.0, 4158.0, 4104.0, 4146.0, 4117.0, 4137.0, 4118.0, 4128.0, 4130.0, 4120.0, 4169.0, 4129.0, 4172.0, 4119.0, 4141.0, 4132.0, 4130.0, 4171.0, 4129.0, 4179.0, 4150.0, 4160.0, 4120.0, 4130.0, 4148.0, 4118.0, 4179.0, 4160.0, 4170.0, 4119.0, 4148.0, 4117.0, 4117.0, 4158.0, 4117.0, 4180.0, 4160.0, 4170.0, 4128.0, 4159.0, 4118.0, 4115.0, 4169.0, 4148.0, 4166.0, 4117.0, 4168.0, 4115.0, 4135.0, 4134.0, 4135.0, 4135.0, 4104.0, 4156.0, 4114.0, 4153.0, 4115.0, 4155.0, 4116.0, 4146.0, 4116.0, 4128.0, 4136.0, 4126.0, 4167.0, 4147.0, 4178.0, 4114.0, 4155.0, 4112.0, 4144.0, 4146.0, 4135.0, 4115.0, 4114.0, 4152.0, 4101.0, 4152.0, 4122.0, 4156.0, 4102.0, 4112.0, 4122.0, 4100.0, 4151.0, 4099.0, 4142.0, 4100.0, 4131.0, 4099.0, 4100.0, 4142.0, 4103.0, 4152.0, 4102.0, 4143.0, 4102.0, 4112.0, 4102.0, 4112.0, 4115.0, 4117.0, 4155.0, 4104.0, 4156.0, 4114.0, 4156.0, 4113.0, 4125.0, 4114.0, 4105.0, 4154.0, 4116.0, 4166.0, 4146.0, 4157.0, 4126.0, 4147.0, 4125.0, 4124.0, 4137.0, 4137.0, 4158.0, 4137.0, 4170.0, 4115.0, 4166.0, 4136.0, 4166.0, 4117.0, 4138.0, 4115.0, 4105.0, 4155.0, 4135.0, 4167.0, 4148.0, 4158.0, 4115.0, 4146.0, 4114.0, 4125.0, 4134.0, 4135.0, 4155.0, 4124.0, 4152.0, 4101.0, 4142.0, 4113.0, 4143.0, 4110.0, 4144.0, 4101.0, 4111.0, 4100.0, 4099.0, 4150.0, 4110.0, 4151.0, 4111.0, 4141.0, 4102.0, 4111.0, 4100.0, 4123.0, 4101.0, 4101.0, 4112.0, 4101.0, 4152.0, 4114.0, 4155.0, 4113.0, 4144.0, 4100.0, 4101.0, 4153.0, 4123.0, 4153.0, 4134.0, 4153.0, 4112.0, 4101.0, 4132.0, 4101.0, 4152.0, 4132.0, 4142.0, 4101.0, 4120.0, 4112.0, 4102.0, 4113.0, 4103.0, 4154.0, 4124.0, 4134.0, 4113.0, 4146.0, 4115.0, 4124.0, 4103.0, 4116.0, 4147.0, 4117.0, 4168.0, 4114.0, 4156.0, 4104.0, 4145.0, 4115.0, 4115.0, 4164.0, 4124.0, 4155.0, 4112.0, 4133.0, 4101.0, 4112.0, 4144.0, 4102.0, 4152.0, 4112.0, 4133.0, 4104.0, 4127.0, 4116.0, 4117.0, 4135.0, 4117.0, 4157.0, 4118.0, 4159.0, 4130.0, 4160.0, 4118.0, 4131.0, 4148.0, 4118.0, 4168.0, 4139.0, 4169.0, 4139.0, 4149.0, 4105.0, 4115.0, 4155.0, 4106.0, 4156.0, 4125.0, 4167.0, 4115.0, 4124.0, 4115.0, 4104.0, 4143.0, 4102.0, 4152.0, 4123.0, 4154.0, 4103.0, 4121.0, 4099.0, 4088.0, 4140.0, 4109.0, 4150.0, 4130.0, 4150.0, 4089.0, 4120.0, 4088.0, 4088.0, 4139.0, 4120.0, 4139.0, 4110.0, 4140.0, 4089.0, 4097.0, 4086.0, 4089.0, 4131.0, 4102.0, 4152.0, 4111.0, 4153.0, 4102.0, 4109.0, 4100.0, 4103.0, 4124.0, 4102.0, 4133.0, 4104.0, 4166.0, 4104.0, 4135.0, 4103.0, 4102.0, 4156.0, 4133.0, 4165.0, 4136.0, 4156.0, 4102.0, 4101.0, 4143.0, 4101.0, 4154.0, 4101.0, 4134.0, 4102.0, 4101.0, 4133.0, 4100.0, 4153.0, 4100.0, 4121.0, 4100.0, 4113.0, 4112.0, 4090.0, 4123.0, 4092.0, 4143.0, 4101.0, 4123.0, 4103.0, 4112.0, 4113.0, 4103.0, 4155.0, 4104.0, 4145.0, 4114.0, 4126.0, 4103.0, 4114.0, 4114.0, 4105.0, 4155.0, 4115.0, 4156.0, 4117.0, 4137.0, 4117.0, 4117.0, 4127.0, 4119.0, 4171.0, 4118.0, 4169.0, 4118.0, 4160.0, 4119.0, 4119.0, 4170.0, 4116.0, 4169.0, 4138.0, 4170.0, 4127.0, 4149.0, 4117.0, 4128.0, 4168.0, 4116.0, 4158.0, 4118.0, 4170.0, 4128.0, 4149.0, 4130.0, 4118.0, 4138.0, 4118.0, 4160.0, 4151.0, 4161.0, 4131.0, 4172.0, 4121.0, 4181.0, 4140.0, 4171.0, 4152.0, 4131.0, 4156.0, 4116.0, 4166.0, 4135.0, 4167.0, 4136.0, 4146.0, 4114.0, 4112.0, 4134.0, 4103.0, 4163.0, 4143.0, 4165.0, 4123.0, 4142.0, 4101.0, 4109.0, 4088.0, 4091.0, 4154.0, 4123.0, 4155.0, 4103.0, 4152.0, 4091.0, 4131.0, 4089.0, 4134.0, 4132.0, 4110.0, 4151.0, 4088.0, 4138.0, 4098.0, 4139.0, 4100.0, 4129.0, 4102.0, 4100.0, 4100.0, 4101.0, 4143.0, 4104.0, 4155.0, 4123.0, 4145.0, 4115.0, 4103.0, 4142.0, 4102.0, 4163.0, 4132.0, 4164.0, 4124.0, 4135.0, 4102.0, 4102.0, 4142.0, 4090.0, 4151.0, 4112.0], 'WindowWidth': [9320.0, 9272.0, 9253.0, 9172.0, 9164.0, 9165.0, 9171.0, 9225.0, 9161.0, 9217.0, 9157.0, 9201.0, 9150.0, 9167.0, 9166.0, 9167.0, 9237.0, 9208.0, 9220.0, 9151.0, 9204.0, 9142.0, 9148.0, 9215.0, 9173.0, 9231.0, 9187.0, 9216.0, 9146.0, 9170.0, 9135.0, 9139.0, 9197.0, 9155.0, 9212.0, 9155.0, 9212.0, 9141.0, 9183.0, 9142.0, 9155.0, 9145.0, 9161.0, 9144.0, 9145.0, 9202.0, 9162.0, 9214.0, 9164.0, 9216.0, 9144.0, 9188.0, 9145.0, 9176.0, 9174.0, 9176.0, 9151.0, 9163.0, 9219.0, 9147.0, 9218.0, 9178.0, 9237.0, 9178.0, 9206.0, 9165.0, 9166.0, 9189.0, 9149.0, 9232.0, 9209.0, 9234.0, 9180.0, 9206.0, 9161.0, 9146.0, 9201.0, 9174.0, 9234.0, 9202.0, 9220.0, 9151.0, 9198.0, 9159.0, 9203.0, 9169.0, 9209.0, 9173.0, 9187.0, 9169.0, 9170.0, 9238.0, 9197.0, 9240.0, 9210.0, 9240.0, 9169.0, 9195.0, 9160.0, 9191.0, 9218.0, 9200.0, 9220.0, 9144.0, 9212.0, 9139.0, 9183.0, 9140.0, 9198.0, 9139.0, 9158.0, 9170.0, 9157.0, 9211.0, 9145.0, 9211.0, 9164.0, 9220.0, 9193.0, 9220.0, 9168.0, 9190.0, 9160.0, 9191.0, 9163.0, 9193.0, 9174.0, 9165.0, 9236.0, 9164.0, 9229.0, 9143.0, 9213.0, 9171.0, 9217.0, 9158.0, 9185.0, 9159.0, 9156.0, 9136.0, 9140.0, 9199.0, 9152.0, 9213.0, 9158.0, 9213.0, 9141.0, 9194.0, 9142.0, 9196.0, 9159.0, 9185.0, 9142.0, 9153.0, 9124.0, 9139.0, 9214.0, 9170.0, 9229.0, 9201.0, 9204.0, 9144.0, 9198.0, 9143.0, 9197.0, 9144.0, 9202.0, 9157.0, 9188.0, 9151.0, 9165.0, 9217.0, 9139.0, 9210.0, 9169.0, 9209.0, 9154.0, 9181.0, 9141.0, 9141.0, 9139.0, 9159.0, 9170.0, 9159.0, 9172.0, 9147.0, 9217.0, 9142.0, 9212.0, 9161.0, 9199.0, 9147.0, 9175.0, 9145.0, 9147.0, 9215.0, 9158.0, 9229.0, 9172.0, 9203.0, 9146.0, 9143.0, 9170.0, 9157.0, 9217.0, 9144.0, 9199.0, 9143.0, 9188.0, 9146.0, 9187.0, 9165.0, 9163.0, 9165.0, 9167.0, 9181.0, 9172.0, 9230.0, 9188.0, 9230.0, 9175.0, 9228.0, 9172.0, 9231.0, 9190.0, 9220.0, 9190.0, 9190.0, 9225.0, 9169.0, 9253.0, 9226.0, 9255.0, 9172.0, 9227.0, 9167.0, 9211.0, 9194.0, 9198.0, 9197.0, 9184.0, 9236.0, 9167.0, 9239.0, 9214.0, 9240.0, 9198.0, 9226.0, 9171.0, 9197.0, 9209.0, 9196.0, 9224.0, 9179.0, 9237.0, 9179.0, 9235.0, 9193.0, 9234.0, 9169.0, 9178.0, 9162.0, 9150.0, 9217.0, 9162.0, 9235.0, 9165.0, 9219.0, 9162.0, 9208.0, 9159.0, 9192.0, 9162.0, 9165.0, 9195.0, 9165.0, 9217.0, 9148.0, 9235.0, 9193.0, 9219.0, 9173.0, 9194.0, 9169.0, 9182.0, 9196.0, 9186.0, 9229.0, 9199.0, 9241.0, 9168.0, 9223.0, 9166.0, 9208.0, 9165.0, 9210.0, 9171.0, 9187.0, 9190.0, 9187.0, 9173.0, 9175.0, 9233.0, 9211.0, 9266.0, 9212.0, 9268.0, 9179.0, 9230.0, 9189.0, 9233.0, 9242.0, 9217.0, 9260.0, 9172.0, 9237.0, 9189.0, 9214.0, 9172.0, 9188.0, 9202.0, 9145.0, 9232.0, 9141.0, 9193.0, 9149.0, 9177.0, 9118.0, 9135.0, 9133.0, 9123.0, 9149.0, 9122.0, 9207.0, 9157.0, 9212.0, 9171.0, 9196.0, 9131.0, 9151.0, 9136.0, 9129.0, 9215.0, 9174.0, 9230.0, 9187.0, 9227.0, 9145.0, 9169.0, 9138.0, 9153.0, 9202.0, 9158.0, 9235.0, 9175.0, 9235.0, 9145.0, 9184.0, 9142.0, 9189.0, 9158.0, 9187.0, 9164.0, 9162.0, 9158.0, 9147.0, 9218.0, 9179.0, 9235.0, 9209.0, 9236.0, 9169.0, 9191.0, 9146.0, 9161.0, 9217.0, 9190.0, 9235.0, 9174.0, 9212.0, 9141.0, 9180.0, 9141.0, 9169.0, 9167.0, 9154.0, 9164.0, 9124.0, 9195.0, 9144.0, 9179.0, 9156.0, 9182.0, 9157.0, 9171.0, 9162.0, 9162.0, 9164.0, 9163.0, 9165.0, 9208.0, 9165.0, 9193.0, 9149.0, 9146.0, 9213.0, 9142.0, 9214.0, 9190.0, 9216.0, 9145.0, 9171.0, 9143.0, 9142.0, 9180.0, 9141.0, 9216.0, 9161.0, 9215.0, 9161.0, 9189.0, 9141.0, 9172.0, 9189.0, 9165.0, 9222.0, 9146.0, 9214.0, 9146.0, 9203.0, 9157.0, 9162.0, 9162.0, 9148.0, 9214.0, 9144.0, 9199.0, 9141.0, 9158.0, 9160.0, 9163.0, 9231.0, 9146.0, 9205.0, 9145.0, 9176.0, 9175.0, 9162.0, 9232.0, 9145.0, 9202.0, 9142.0, 9189.0, 9156.0, 9160.0, 9216.0, 9146.0, 9212.0, 9141.0, 9185.0, 9146.0, 9173.0, 9163.0, 9149.0, 9221.0, 9147.0, 9204.0, 9165.0, 9193.0, 9169.0, 9186.0, 9189.0, 9175.0, 9241.0, 9188.0, 9248.0, 9174.0, 9206.0, 9195.0, 9190.0, 9244.0, 9185.0, 9255.0, 9213.0, 9226.0, 9176.0, 9189.0, 9210.0, 9170.0, 9253.0, 9230.0, 9242.0, 9173.0, 9212.0, 9170.0, 9169.0, 9224.0, 9170.0, 9258.0, 9229.0, 9243.0, 9187.0, 9227.0, 9169.0, 9164.0, 9239.0, 9209.0, 9235.0, 9166.0, 9235.0, 9161.0, 9188.0, 9185.0, 9188.0, 9187.0, 9146.0, 9217.0, 9160.0, 9211.0, 9162.0, 9216.0, 9167.0, 9205.0, 9168.0, 9184.0, 9191.0, 9181.0, 9236.0, 9207.0, 9251.0, 9160.0, 9215.0, 9156.0, 9201.0, 9203.0, 9190.0, 9163.0, 9161.0, 9209.0, 9138.0, 9208.0, 9169.0, 9215.0, 9140.0, 9154.0, 9165.0, 9135.0, 9204.0, 9134.0, 9192.0, 9135.0, 9177.0, 9133.0, 9135.0, 9194.0, 9141.0, 9207.0, 9141.0, 9195.0, 9142.0, 9154.0, 9141.0, 9156.0, 9162.0, 9166.0, 9220.0, 9148.0, 9218.0, 9160.0, 9219.0, 9159.0, 9177.0, 9161.0, 9149.0, 9214.0, 9165.0, 9232.0, 9206.0, 9220.0, 9181.0, 9210.0, 9179.0, 9176.0, 9194.0, 9197.0, 9226.0, 9197.0, 9242.0, 9165.0, 9233.0, 9193.0, 9234.0, 9168.0, 9196.0, 9163.0, 9150.0, 9217.0, 9190.0, 9235.0, 9210.0, 9224.0, 9166.0, 9205.0, 9161.0, 9176.0, 9185.0, 9189.0, 9216.0, 9172.0, 9210.0, 9140.0, 9194.0, 9155.0, 9198.0, 9149.0, 9198.0, 9139.0, 9151.0, 9135.0, 9133.0, 9203.0, 9149.0, 9203.0, 9150.0, 9190.0, 9140.0, 9150.0, 9135.0, 9168.0, 9138.0, 9141.0, 9154.0, 9141.0, 9209.0, 9160.0, 9216.0, 9157.0, 9199.0, 9138.0, 9139.0, 9210.0, 9168.0, 9210.0, 9184.0, 9210.0, 9155.0, 9137.0, 9178.0, 9136.0, 9208.0, 9180.0, 9193.0, 9139.0, 9162.0, 9152.0, 9140.0, 9155.0, 9144.0, 9212.0, 9172.0, 9188.0, 9160.0, 9204.0, 9162.0, 9174.0, 9145.0, 9165.0, 9207.0, 9167.0, 9238.0, 9161.0, 9218.0, 9145.0, 9201.0, 9162.0, 9162.0, 9229.0, 9171.0, 9213.0, 9154.0, 9183.0, 9138.0, 9156.0, 9200.0, 9141.0, 9207.0, 9153.0, 9185.0, 9146.0, 9183.0, 9166.0, 9171.0, 9194.0, 9170.0, 9223.0, 9171.0, 9226.0, 9189.0, 9229.0, 9174.0, 9192.0, 9211.0, 9169.0, 9237.0, 9198.0, 9240.0, 9198.0, 9214.0, 9150.0, 9163.0, 9215.0, 9150.0, 9217.0, 9175.0, 9234.0, 9163.0, 9176.0, 9163.0, 9146.0, 9196.0, 9139.0, 9207.0, 9168.0, 9210.0, 9142.0, 9166.0, 9133.0, 9116.0, 9185.0, 9143.0, 9201.0, 9173.0, 9201.0, 9119.0, 9160.0, 9113.0, 9114.0, 9184.0, 9159.0, 9186.0, 9145.0, 9187.0, 9116.0, 9124.0, 9109.0, 9117.0, 9175.0, 9137.0, 9204.0, 9148.0, 9208.0, 9140.0, 9144.0, 9132.0, 9140.0, 9169.0, 9138.0, 9182.0, 9146.0, 9230.0, 9145.0, 9185.0, 9141.0, 9141.0, 9215.0, 9183.0, 9229.0, 9189.0, 9215.0, 9140.0, 9136.0, 9193.0, 9135.0, 9210.0, 9136.0, 9181.0, 9137.0, 9136.0, 9179.0, 9134.0, 9208.0, 9134.0, 9163.0, 9133.0, 9152.0, 9151.0, 9122.0, 9166.0, 9126.0, 9195.0, 9136.0, 9166.0, 9140.0, 9152.0, 9155.0, 9143.0, 9214.0, 9144.0, 9199.0, 9158.0, 9176.0, 9142.0, 9158.0, 9159.0, 9150.0, 9216.0, 9162.0, 9218.0, 9166.0, 9194.0, 9168.0, 9168.0, 9182.0, 9174.0, 9243.0, 9171.0, 9240.0, 9171.0, 9229.0, 9173.0, 9176.0, 9244.0, 9167.0, 9240.0, 9196.0, 9241.0, 9181.0, 9212.0, 9170.0, 9186.0, 9237.0, 9164.0, 9221.0, 9169.0, 9241.0, 9183.0, 9213.0, 9191.0, 9172.0, 9199.0, 9172.0, 9231.0, 9221.0, 9234.0, 9195.0, 9251.0, 9180.0, 9259.0, 9201.0, 9245.0, 9216.0, 9189.0, 9220.0, 9165.0, 9231.0, 9188.0, 9234.0, 9189.0, 9205.0, 9158.0, 9154.0, 9182.0, 9141.0, 9224.0, 9195.0, 9227.0, 9169.0, 9194.0, 9137.0, 9145.0, 9116.0, 9122.0, 9210.0, 9167.0, 9214.0, 9143.0, 9207.0, 9123.0, 9176.0, 9117.0, 9182.0, 9176.0, 9147.0, 9204.0, 9115.0, 9182.0, 9130.0, 9185.0, 9131.0, 9172.0, 9140.0, 9137.0, 9135.0, 9138.0, 9195.0, 9144.0, 9214.0, 9170.0, 9201.0, 9161.0, 9144.0, 9195.0, 9140.0, 9222.0, 9182.0, 9225.0, 9172.0, 9187.0, 9140.0, 9140.0, 9191.0, 9122.0, 9204.0, 9152.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.00031912184412733266</td></tr>
<tr><td colspan=3>aqi</td><td>0.019989922392974754</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.150357185736226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1973409398131882</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000722918461553</td></tr>
<tr><td colspan=3>efc</td><td>0.5323</td></tr>
<tr><td colspan=3>fber</td><td>3656.4043</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08174318898148762</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3172338090010978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4818273722221047</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.389848943021561</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.67436284532913</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381270328315623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00870224</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.011289030313491821</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04081996902823448</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.348942408207684</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>13.226</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6977</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.9592</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283566.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>1016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.6639</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1767</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.8926</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3274.1434</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.6238</td></tr>
<tr><td colspan=3>tsnr</td><td>41.37020758353174</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>