<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>65994ccb455b171a3e423f378abebf62</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>21:06:49.365000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999808, 0.0108634, -0.0163207, -0.00977223, 0.997804, 0.065514]</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.0829835</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>[4159, -7718, -7300, 652, -118, -47, 107, 50]</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>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>906866b6-6e7c-47e5-ae95-a4b391dc9c8b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824111938476562, -0.026218190789222717, -0.045890770852565765, 108.97985076904297], [-0.02914584055542946, 2.677034616470337, 0.1764230579137802, -102.56075286865234], [-0.04378729313611984, -0.1757691502571106, 2.6938390731811523, -71.30818176269531], [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': ['210649.365000', '210649.825000', '210650.285000', '210650.745000', '210651.205000', '210651.665000', '210652.125000', '210652.585000', '210653.045000', '210653.505000', '210653.965000', '210654.425000', '210654.885000', '210655.345000', '210655.805000', '210656.265000', '210656.725000', '210657.185000', '210657.645000', '210658.105000', '210658.565000', '210659.025000', '210659.485000', '210659.945000', '210700.405000', '210700.865000', '210701.325000', '210701.785000', '210702.245000', '210702.705000', '210703.165000', '210703.625000', '210704.085000', '210704.545000', '210705.005000', '210705.465000', '210705.925000', '210706.385000', '210706.845000', '210707.305000', '210707.765000', '210708.225000', '210708.685000', '210709.145000', '210709.605000', '210710.065000', '210710.525000', '210710.985000', '210711.445000', '210711.905000', '210712.365000', '210712.825000', '210713.285000', '210713.745000', '210714.205000', '210714.665000', '210715.125000', '210715.585000', '210716.045000', '210716.505000', '210716.965000', '210717.425000', '210717.885000', '210718.345000', '210718.805000', '210719.265000', '210719.725000', '210720.185000', '210720.645000', '210721.105000', '210721.565000', '210722.025000', '210722.485000', '210722.945000', '210723.405000', '210723.865000', '210724.325000', '210724.785000', '210725.245000', '210725.705000', '210726.165000', '210726.625000', '210727.085000', '210727.545000', '210728.005000', '210728.465000', '210728.925000', '210729.385000', '210729.845000', '210730.305000', '210730.765000', '210731.225000', '210731.685000', '210732.145000', '210732.605000', '210733.065000', '210733.525000', '210733.985000', '210734.445000', '210734.905000', '210735.365000', '210735.825000', '210736.285000', '210736.745000', '210737.205000', '210737.665000', '210738.125000', '210738.585000', '210739.045000', '210739.505000', '210739.965000', '210740.425000', '210740.885000', '210741.345000', '210741.805000', '210742.265000', '210742.725000', '210743.185000', '210743.645000', '210744.105000', '210744.565000', '210745.025000', '210745.485000', '210745.945000', '210746.405000', '210746.865000', '210747.325000', '210747.785000', '210748.245000', '210748.705000', '210749.165000', '210749.625000', '210750.085000', '210750.545000', '210751.005000', '210751.465000', '210751.925000', '210752.385000', '210752.845000', '210753.305000', '210753.765000', '210754.225000', '210754.685000', '210755.145000', '210755.605000', '210756.065000', '210756.525000', '210756.985000', '210757.445000', '210757.905000', '210758.365000', '210758.825000', '210759.285000', '210759.745000', '210800.205000', '210800.665000', '210801.125000', '210801.585000', '210802.045000', '210802.505000', '210802.965000', '210803.425000', '210803.885000', '210804.345000', '210804.805000', '210805.265000', '210805.725000', '210806.185000', '210806.645000', '210807.105000', '210807.565000', '210808.025000', '210808.485000', '210808.945000', '210809.405000', '210809.865000', '210810.325000', '210810.785000', '210811.245000', '210811.705000', '210812.165000', '210812.625000', '210813.085000', '210813.545000', '210814.005000', '210814.465000', '210814.925000', '210815.385000', '210815.845000', '210816.305000', '210816.765000', '210817.225000', '210817.685000', '210818.145000', '210818.605000', '210819.065000', '210819.525000', '210819.985000', '210820.445000', '210820.905000', '210821.365000', '210821.825000', '210822.285000', '210822.745000', '210823.205000', '210823.665000', '210824.125000', '210824.585000', '210825.045000', '210825.505000', '210825.965000', '210826.425000', '210826.885000', '210827.345000', '210827.805000', '210828.265000', '210828.725000', '210829.185000', '210829.645000', '210830.105000', '210830.565000', '210831.025000', '210831.485000', '210831.945000', '210832.405000', '210832.865000', '210833.325000', '210833.785000', '210834.245000', '210834.705000', '210835.165000', '210835.625000', '210836.085000', '210836.545000', '210837.005000', '210837.465000', '210837.925000', '210838.385000', '210838.845000', '210839.305000', '210839.765000', '210840.225000', '210840.685000', '210841.145000', '210841.605000', '210842.065000', '210842.525000', '210842.985000', '210843.445000', '210843.905000', '210844.365000', '210844.825000', '210845.285000', '210845.745000', '210846.205000', '210846.665000', '210847.125000', '210847.585000', '210848.045000', '210848.505000', '210848.965000', '210849.425000', '210849.885000', '210850.345000', '210850.805000', '210851.265000', '210851.725000', '210852.185000', '210852.645000', '210853.105000', '210853.565000', '210854.025000', '210854.485000', '210854.945000', '210855.405000', '210855.865000', '210856.325000', '210856.785000', '210857.245000', '210857.705000', '210858.165000', '210858.625000', '210859.085000', '210859.545000', '210900.005000', '210900.465000', '210900.925000', '210901.385000', '210901.845000', '210902.305000', '210902.765000', '210903.225000', '210903.685000', '210904.145000', '210904.605000', '210905.065000', '210905.525000', '210905.985000', '210906.445000', '210906.905000', '210907.365000', '210907.825000', '210908.285000', '210908.745000', '210909.205000', '210909.665000', '210910.125000', '210910.585000', '210911.045000', '210911.505000', '210911.965000', '210912.425000', '210912.885000', '210913.345000', '210913.805000', '210914.265000', '210914.725000', '210915.185000', '210915.645000', '210916.105000', '210916.565000', '210917.025000', '210917.485000', '210917.945000', '210918.405000', '210918.865000', '210919.325000', '210919.785000', '210920.245000', '210920.705000', '210921.165000', '210921.625000', '210922.085000', '210922.545000', '210923.005000', '210923.465000', '210923.925000', '210924.385000', '210924.845000', '210925.305000', '210925.765000', '210926.225000', '210926.685000', '210927.145000', '210927.605000', '210928.065000', '210928.525000', '210928.985000', '210929.445000', '210929.905000', '210930.365000', '210930.825000', '210931.285000', '210931.745000', '210932.205000', '210932.665000', '210933.125000', '210933.585000', '210934.045000', '210934.505000', '210934.965000', '210935.425000', '210935.885000', '210936.345000', '210936.805000', '210937.265000', '210937.725000', '210938.185000', '210938.645000', '210939.105000', '210939.565000', '210940.025000', '210940.485000', '210940.945000', '210941.405000', '210941.865000', '210942.325000', '210942.785000', '210943.245000', '210943.705000', '210944.165000', '210944.625000', '210945.085000', '210945.545000', '210946.005000', '210946.465000', '210946.925000', '210947.385000', '210947.845000', '210948.305000', '210948.765000', '210949.225000', '210949.685000', '210950.145000', '210950.605000', '210951.065000', '210951.525000', '210951.985000', '210952.445000', '210952.905000', '210953.365000', '210953.825000', '210954.285000', '210954.745000', '210955.205000', '210955.665000', '210956.125000', '210956.585000', '210957.045000', '210957.505000', '210957.965000', '210958.425000', '210958.885000', '210959.345000', '210959.805000', '211000.265000', '211000.725000', '211001.185000', '211001.645000', '211002.105000', '211002.565000', '211003.025000', '211003.485000', '211003.945000', '211004.405000', '211004.865000', '211005.325000', '211005.785000', '211006.245000', '211006.705000', '211007.165000', '211007.625000', '211008.085000', '211008.545000', '211009.005000', '211009.465000', '211009.925000', '211010.385000', '211010.845000', '211011.305000', '211011.765000', '211012.225000', '211012.685000', '211013.145000', '211013.605000', '211014.065000', '211014.525000', '211014.985000', '211015.445000', '211015.905000', '211016.365000', '211016.825000', '211017.285000', '211017.745000', '211018.205000', '211018.665000', '211019.125000', '211019.585000', '211020.045000', '211020.505000', '211020.965000', '211021.425000', '211021.885000', '211022.345000', '211022.805000', '211023.265000', '211023.725000', '211024.185000', '211024.645000', '211025.105000', '211025.565000', '211026.025000', '211026.485000', '211026.945000', '211027.405000', '211027.865000', '211028.325000', '211028.785000', '211029.245000', '211029.705000', '211030.165000', '211030.625000', '211031.085000', '211031.545000', '211032.005000', '211032.465000', '211032.925000', '211033.385000', '211033.845000', '211034.305000', '211034.765000', '211035.225000', '211035.685000', '211036.145000', '211036.605000', '211037.065000', '211037.525000', '211037.985000', '211038.445000', '211038.905000', '211039.365000', '211039.825000', '211040.285000', '211040.745000', '211041.205000', '211041.665000', '211042.125000', '211042.585000', '211043.045000', '211043.505000', '211043.965000', '211044.425000', '211044.885000', '211045.345000', '211045.805000', '211046.265000', '211046.725000', '211047.185000', '211047.645000', '211048.105000', '211048.565000', '211049.025000', '211049.485000', '211049.945000', '211050.405000', '211050.865000', '211051.325000', '211051.785000', '211052.245000', '211052.705000', '211053.165000', '211053.625000', '211054.085000', '211054.545000', '211055.005000', '211055.465000', '211055.925000', '211056.385000', '211056.845000', '211057.305000', '211057.765000', '211058.225000', '211058.685000', '211059.145000', '211059.605000', '211100.065000', '211100.525000', '211100.985000', '211101.445000', '211101.905000', '211102.365000', '211102.825000', '211103.285000', '211103.745000', '211104.205000', '211104.665000', '211105.125000', '211105.585000', '211106.045000', '211106.505000', '211106.965000', '211107.425000', '211107.885000', '211108.345000', '211108.805000', '211109.265000', '211109.725000', '211110.185000', '211110.645000', '211111.105000', '211111.565000', '211112.025000', '211112.485000', '211112.945000', '211113.405000', '211113.865000', '211114.325000', '211114.785000', '211115.245000', '211115.705000', '211116.165000', '211116.625000', '211117.085000', '211117.545000', '211118.005000', '211118.465000', '211118.925000', '211119.385000', '211119.845000', '211120.305000', '211120.765000', '211121.225000', '211121.685000', '211122.145000', '211122.605000', '211123.065000', '211123.525000', '211123.985000', '211124.445000', '211124.905000', '211125.365000', '211125.825000', '211126.285000', '211126.745000', '211127.205000', '211127.665000', '211128.125000', '211128.585000', '211129.045000', '211129.505000', '211129.965000', '211130.425000', '211130.885000', '211131.345000', '211131.805000', '211132.265000', '211132.725000', '211133.185000', '211133.645000', '211134.105000', '211134.565000', '211135.025000', '211135.485000', '211135.945000', '211136.405000', '211136.865000', '211137.325000', '211137.785000', '211138.245000', '211138.705000', '211139.165000', '211139.625000', '211140.085000', '211140.545000', '211141.005000', '211141.465000', '211141.925000', '211142.385000', '211142.845000', '211143.305000', '211143.765000', '211144.225000', '211144.685000', '211145.145000', '211145.605000', '211146.065000', '211146.525000', '211146.985000', '211147.445000', '211147.905000', '211148.365000', '211148.825000', '211149.285000', '211149.745000', '211150.205000', '211150.665000', '211151.125000', '211151.585000', '211152.045000', '211152.505000', '211152.965000', '211153.425000', '211153.885000', '211154.345000', '211154.805000', '211155.265000', '211155.725000', '211156.185000', '211156.645000', '211157.105000', '211157.565000', '211158.025000', '211158.485000', '211158.945000', '211159.405000', '211159.865000', '211200.325000', '211200.785000', '211201.245000', '211201.705000', '211202.165000', '211202.625000', '211203.085000', '211203.545000', '211204.005000', '211204.465000', '211204.925000', '211205.385000', '211205.845000', '211206.305000', '211206.765000', '211207.225000', '211207.685000', '211208.145000', '211208.605000', '211209.065000', '211209.525000', '211209.985000', '211210.445000', '211210.905000', '211211.365000', '211211.825000', '211212.285000', '211212.745000', '211213.205000', '211213.665000', '211214.125000', '211214.585000', '211215.045000', '211215.505000', '211215.965000', '211216.425000', '211216.885000', '211217.345000', '211217.805000', '211218.265000', '211218.725000', '211219.185000', '211219.645000', '211220.105000', '211220.565000', '211221.025000', '211221.485000', '211221.945000', '211222.405000', '211222.865000', '211223.325000', '211223.785000', '211224.245000', '211224.705000', '211225.165000', '211225.625000', '211226.085000', '211226.545000', '211227.005000', '211227.465000', '211227.925000', '211228.385000', '211228.845000', '211229.305000', '211229.765000', '211230.225000', '211230.685000', '211231.145000', '211231.605000', '211232.065000', '211232.525000', '211232.985000', '211233.445000', '211233.905000', '211234.365000', '211234.825000', '211235.285000', '211235.745000', '211236.205000', '211236.665000', '211237.125000', '211237.585000', '211238.045000', '211238.505000', '211238.965000', '211239.425000', '211239.885000', '211240.345000', '211240.805000', '211241.265000', '211241.725000', '211242.185000', '211242.645000', '211243.105000', '211243.565000', '211244.025000', '211244.485000', '211244.945000', '211245.405000', '211245.865000', '211246.325000', '211246.785000', '211247.245000', '211247.705000', '211248.165000', '211248.625000', '211249.085000', '211249.545000', '211250.005000', '211250.465000', '211250.925000', '211251.385000', '211251.845000', '211252.305000', '211252.765000', '211253.225000', '211253.685000', '211254.145000', '211254.605000', '211255.065000', '211255.525000', '211255.985000', '211256.445000', '211256.905000', '211257.365000', '211257.825000', '211258.285000', '211258.745000', '211259.205000', '211259.665000', '211300.125000', '211300.585000', '211301.045000', '211301.505000', '211301.965000', '211302.425000', '211302.885000', '211303.345000', '211303.805000', '211304.265000', '211304.725000', '211305.185000', '211305.645000', '211306.105000', '211306.565000', '211307.025000', '211307.485000', '211307.945000', '211308.405000', '211308.865000', '211309.325000', '211309.785000', '211310.245000', '211310.705000', '211311.165000', '211311.625000', '211312.085000', '211312.545000', '211313.005000', '211313.465000', '211313.925000', '211314.385000', '211314.845000', '211315.305000', '211315.765000', '211316.225000', '211316.685000', '211317.145000', '211317.605000', '211318.065000', '211318.525000', '211318.985000', '211319.445000', '211319.905000', '211320.365000', '211320.825000', '211321.285000', '211321.745000', '211322.205000', '211322.665000', '211323.125000', '211323.585000', '211324.045000', '211324.505000', '211324.965000', '211325.425000', '211325.885000', '211326.345000', '211326.805000', '211327.265000', '211327.725000', '211328.185000', '211328.645000', '211329.105000', '211329.565000', '211330.025000', '211330.485000', '211330.945000', '211331.405000', '211331.865000', '211332.325000', '211332.785000', '211333.245000', '211333.705000', '211334.165000', '211334.625000', '211335.085000', '211335.545000', '211336.005000', '211336.465000', '211336.925000', '211337.385000', '211337.845000', '211338.305000', '211338.765000', '211339.225000', '211339.685000', '211340.145000', '211340.605000', '211341.065000', '211341.525000', '211341.985000', '211342.445000', '211342.905000', '211343.365000', '211343.825000', '211344.285000', '211344.745000', '211345.205000', '211345.665000', '211346.125000', '211346.585000', '211347.045000', '211347.505000', '211347.965000', '211348.425000', '211348.885000', '211349.345000'], 'ContentTime': ['210705.450000', '210705.454000', '210705.457000', '210705.459000', '210705.462000', '210705.471000', '210705.474000', '210705.477000', '210705.479000', '210705.482000', '210705.485000', '210705.487000', '210705.490000', '210705.492000', '210705.495000', '210705.498000', '210705.500000', '210705.503000', '210705.505000', '210705.508000', '210705.510000', '210705.513000', '210705.515000', '210705.523000', '210705.526000', '210705.529000', '210705.531000', '210705.534000', '210705.536000', '210705.539000', '210705.541000', '210705.544000', '210705.547000', '210725.417000', '210725.420000', '210725.423000', '210725.425000', '210725.432000', '210725.435000', '210725.438000', '210725.440000', '210725.443000', '210725.446000', '210725.448000', '210725.451000', '210725.453000', '210725.456000', '210725.458000', '210725.461000', '210725.463000', '210725.466000', '210725.468000', '210725.471000', '210725.474000', '210725.476000', '210725.479000', '210725.481000', '210725.484000', '210725.486000', '210725.489000', '210725.492000', '210725.494000', '210725.497000', '210725.499000', '210725.502000', '210725.504000', '210725.507000', '210725.509000', '210725.512000', '210725.540000', '210725.542000', '210725.545000', '210725.547000', '210725.550000', '210725.552000', '210725.555000', '210725.558000', '210745.418000', '210745.421000', '210745.424000', '210745.427000', '210745.430000', '210745.435000', '210745.437000', '210745.440000', '210745.443000', '210745.445000', '210745.448000', '210745.450000', '210745.453000', '210745.455000', '210745.458000', '210745.461000', '210745.463000', '210745.466000', '210745.468000', '210745.471000', '210745.473000', '210745.476000', '210745.478000', '210745.481000', '210745.484000', '210745.486000', '210745.489000', '210745.491000', '210745.494000', '210745.496000', '210745.499000', '210745.502000', '210745.504000', '210745.507000', '210745.509000', '210745.512000', '210745.515000', '210745.517000', '210745.520000', '210745.522000', '210745.525000', '210745.527000', '210745.530000', '210805.418000', '210805.421000', '210805.423000', '210805.426000', '210805.428000', '210805.431000', '210805.434000', '210805.436000', '210805.439000', '210805.441000', '210805.444000', '210805.446000', '210805.449000', '210805.452000', '210805.454000', '210805.457000', '210805.460000', '210805.462000', '210805.465000', '210805.467000', '210805.470000', '210805.472000', '210805.475000', '210805.478000', '210805.480000', '210805.483000', '210805.485000', '210805.488000', '210805.490000', '210805.493000', '210805.495000', '210805.498000', '210805.501000', '210805.503000', '210805.506000', '210805.508000', '210805.511000', '210805.514000', '210805.516000', '210805.519000', '210805.521000', '210805.524000', '210805.526000', '210805.529000', '210825.417000', '210825.420000', '210825.423000', '210825.425000', '210825.428000', '210825.431000', '210825.433000', '210825.436000', '210825.438000', '210825.441000', '210825.443000', '210825.446000', '210825.449000', '210825.451000', '210825.454000', '210825.456000', '210825.459000', '210825.462000', '210825.464000', '210825.467000', '210825.470000', '210825.472000', '210825.475000', '210825.477000', '210825.480000', '210825.482000', '210825.485000', '210825.489000', '210825.492000', '210825.494000', '210825.497000', '210825.500000', '210825.502000', '210825.505000', '210825.508000', '210825.510000', '210825.514000', '210825.517000', '210825.519000', '210825.522000', '210825.524000', '210825.527000', '210825.530000', '210845.416000', '210845.419000', '210845.422000', '210845.424000', '210845.427000', '210845.430000', '210845.432000', '210845.435000', '210845.437000', '210845.440000', '210845.442000', '210845.445000', '210845.448000', '210845.450000', '210845.453000', '210845.455000', '210845.458000', '210845.461000', '210845.463000', '210845.466000', '210845.468000', '210845.471000', '210845.473000', '210845.476000', '210845.479000', '210845.481000', '210845.484000', '210845.486000', '210845.489000', '210845.492000', '210845.494000', '210845.497000', '210845.499000', '210845.502000', '210845.505000', '210845.507000', '210845.510000', '210845.512000', '210845.515000', '210845.517000', '210845.526000', '210845.529000', '210845.531000', '210845.534000', '210905.417000', '210905.419000', '210905.422000', '210905.425000', '210905.427000', '210905.430000', '210905.432000', '210905.435000', '210905.437000', '210905.440000', '210905.442000', '210905.445000', '210905.448000', '210905.450000', '210905.453000', '210905.455000', '210905.458000', '210905.461000', '210905.463000', '210905.466000', '210905.468000', '210905.471000', '210905.473000', '210905.476000', '210905.479000', '210905.481000', '210905.484000', '210905.486000', '210905.489000', '210905.492000', '210905.494000', '210905.512000', '210905.515000', '210905.518000', '210905.520000', '210905.523000', '210905.525000', '210905.528000', '210905.530000', '210905.533000', '210905.536000', '210905.538000', '210905.541000', '210925.417000', '210925.419000', '210925.422000', '210925.425000', '210925.427000', '210925.430000', '210925.433000', '210925.436000', '210925.438000', '210925.441000', '210925.443000', '210925.446000', '210925.448000', '210925.451000', '210925.454000', '210925.456000', '210925.459000', '210925.461000', '210925.464000', '210925.467000', '210925.469000', '210925.472000', '210925.474000', '210925.477000', '210925.479000', '210925.482000', '210925.485000', '210925.487000', '210925.490000', '210925.492000', '210925.495000', '210925.497000', '210925.500000', '210925.503000', '210925.505000', '210925.508000', '210925.510000', '210925.513000', '210925.516000', '210925.518000', '210925.521000', '210925.523000', '210925.526000', '210925.529000', '210945.417000', '210945.420000', '210945.423000', '210945.426000', '210945.428000', '210945.431000', '210945.433000', '210945.463000', '210945.466000', '210945.468000', '210945.471000', '210945.473000', '210945.476000', '210945.478000', '210945.481000', '210945.484000', '210945.486000', '210945.489000', '210945.493000', '210945.496000', '210945.498000', '210945.501000', '210945.504000', '210945.506000', '210945.509000', '210945.511000', '210945.514000', '210945.517000', '210945.519000', '210945.522000', '210945.524000', '210945.527000', '210945.530000', '210945.532000', '210945.535000', '210945.537000', '210945.540000', '210945.543000', '210945.545000', '210945.548000', '210945.550000', '210945.554000', '210945.557000', '211005.417000', '211005.420000', '211005.423000', '211005.425000', '211005.428000', '211005.431000', '211005.433000', '211005.436000', '211005.438000', '211005.441000', '211005.443000', '211005.446000', '211005.449000', '211005.451000', '211005.454000', '211005.456000', '211005.459000', '211005.462000', '211005.464000', '211005.467000', '211005.469000', '211005.472000', '211005.474000', '211005.477000', '211005.480000', '211005.482000', '211005.485000', '211005.487000', '211005.490000', '211005.492000', '211005.495000', '211005.498000', '211005.500000', '211005.503000', '211005.505000', '211005.508000', '211005.511000', '211005.513000', '211005.516000', '211005.518000', '211005.521000', '211005.523000', '211005.526000', '211005.528000', '211025.418000', '211025.420000', '211025.423000', '211025.426000', '211025.428000', '211025.431000', '211025.433000', '211025.436000', '211025.438000', '211025.441000', '211025.444000', '211025.446000', '211025.449000', '211025.451000', '211025.454000', '211025.457000', '211025.459000', '211025.462000', '211025.464000', '211025.467000', '211025.469000', '211025.472000', '211025.475000', '211025.477000', '211025.480000', '211025.482000', '211025.485000', '211025.488000', '211025.490000', '211025.493000', '211025.495000', '211025.498000', '211025.501000', '211025.504000', '211025.507000', '211025.510000', '211025.513000', '211025.515000', '211025.518000', '211025.520000', '211025.523000', '211025.526000', '211025.528000', '211045.418000', '211045.421000', '211045.424000', '211045.426000', '211045.429000', '211045.431000', '211045.434000', '211045.436000', '211045.439000', '211045.441000', '211045.444000', '211045.447000', '211045.449000', '211045.482000', '211045.485000', '211045.488000', '211045.490000', '211045.493000', '211045.495000', '211045.498000', '211045.500000', '211045.503000', '211045.505000', '211045.508000', '211045.511000', '211045.513000', '211045.516000', '211045.518000', '211045.521000', '211045.523000', '211045.526000', '211045.529000', '211045.531000', '211045.534000', '211045.536000', '211045.539000', '211045.541000', '211045.544000', '211045.546000', '211045.549000', '211045.552000', '211045.554000', '211045.557000', '211105.417000', '211105.419000', '211105.422000', '211105.425000', '211105.427000', '211105.430000', '211105.432000', '211105.435000', '211105.438000', '211105.440000', '211105.443000', '211105.446000', '211105.448000', '211105.451000', '211105.454000', '211105.456000', '211105.459000', '211105.462000', '211105.464000', '211105.467000', '211105.469000', '211105.472000', '211105.474000', '211105.477000', '211105.480000', '211105.482000', '211105.485000', '211105.488000', '211105.490000', '211105.493000', '211105.495000', '211105.498000', '211105.500000', '211105.503000', '211105.506000', '211105.508000', '211105.511000', '211105.513000', '211105.516000', '211105.518000', '211105.521000', '211105.524000', '211105.526000', '211105.529000', '211125.417000', '211125.420000', '211125.422000', '211125.425000', '211125.427000', '211125.430000', '211125.433000', '211125.435000', '211125.438000', '211125.440000', '211125.443000', '211125.446000', '211125.448000', '211125.451000', '211125.453000', '211125.456000', '211125.459000', '211125.461000', '211125.464000', '211125.466000', '211125.469000', '211125.472000', '211125.474000', '211125.477000', '211125.479000', '211125.482000', '211125.485000', '211125.487000', '211125.490000', '211125.492000', '211125.495000', '211125.497000', '211125.500000', '211125.502000', '211125.505000', '211125.508000', '211125.510000', '211125.513000', '211125.515000', '211125.518000', '211125.520000', '211125.523000', '211125.525000', '211125.528000', '211145.417000', '211145.419000', '211145.422000', '211145.425000', '211145.427000', '211145.430000', '211145.432000', '211145.435000', '211145.438000', '211145.440000', '211145.443000', '211145.445000', '211145.448000', '211145.450000', '211145.453000', '211145.456000', '211145.458000', '211145.461000', '211145.463000', '211145.466000', '211145.469000', '211145.471000', '211145.474000', '211145.476000', '211145.479000', '211145.481000', '211145.484000', '211145.487000', '211145.489000', '211145.492000', '211145.494000', '211145.497000', '211145.500000', '211145.502000', '211145.505000', '211145.507000', '211145.510000', '211145.513000', '211145.515000', '211145.518000', '211145.521000', '211145.523000', '211145.526000', '211205.417000', '211205.420000', '211205.423000', '211205.426000', '211205.428000', '211205.431000', '211205.433000', '211205.436000', '211205.439000', '211205.441000', '211205.444000', '211205.447000', '211205.449000', '211205.452000', '211205.454000', '211205.457000', '211205.460000', '211205.462000', '211205.465000', '211205.469000', '211205.472000', '211205.475000', '211205.477000', '211205.480000', '211205.482000', '211205.485000', '211205.488000', '211205.490000', '211205.493000', '211205.495000', '211205.498000', '211205.500000', '211205.503000', '211205.506000', '211205.508000', '211205.511000', '211205.514000', '211205.516000', '211205.527000', '211205.530000', '211205.532000', '211205.535000', '211205.537000', '211205.540000', '211225.417000', '211225.420000', '211225.423000', '211225.426000', '211225.428000', '211225.431000', '211225.433000', '211225.436000', '211225.438000', '211225.441000', '211225.444000', '211225.446000', '211225.449000', '211225.451000', '211225.454000', '211225.456000', '211225.459000', '211225.461000', '211225.464000', '211225.467000', '211225.469000', '211225.472000', '211225.474000', '211225.477000', '211225.479000', '211225.482000', '211225.485000', '211225.487000', '211225.490000', '211225.492000', '211225.495000', '211225.497000', '211225.500000', '211225.503000', '211225.505000', '211225.508000', '211225.510000', '211225.513000', '211225.515000', '211225.518000', '211225.521000', '211225.523000', '211225.526000', '211245.417000', '211245.420000', '211245.423000', '211245.425000', '211245.428000', '211245.430000', '211245.433000', '211245.436000', '211245.438000', '211245.441000', '211245.443000', '211245.446000', '211245.449000', '211245.451000', '211245.454000', '211245.456000', '211245.459000', '211245.461000', '211245.464000', '211245.467000', '211245.469000', '211245.472000', '211245.475000', '211245.477000', '211245.480000', '211245.482000', '211245.485000', '211245.488000', '211245.490000', '211245.493000', '211245.495000', '211245.498000', '211245.500000', '211245.503000', '211245.506000', '211245.508000', '211245.511000', '211245.513000', '211245.516000', '211245.519000', '211245.521000', '211245.524000', '211245.526000', '211245.529000', '211305.417000', '211305.420000', '211305.423000', '211305.426000', '211305.428000', '211305.431000', '211305.433000', '211305.436000', '211305.439000', '211305.441000', '211305.444000', '211305.446000', '211305.449000', '211305.452000', '211305.454000', '211305.457000', '211305.459000', '211305.462000', '211305.465000', '211305.467000', '211305.470000', '211305.472000', '211305.475000', '211305.478000', '211305.480000', '211305.483000', '211305.485000', '211305.488000', '211305.490000', '211305.493000', '211305.495000', '211305.498000', '211305.501000', '211305.503000', '211305.506000', '211305.508000', '211305.511000', '211305.514000', '211305.516000', '211305.519000', '211305.521000', '211305.524000', '211305.527000', '211325.417000', '211325.420000', '211325.422000', '211325.425000', '211325.427000', '211325.430000', '211325.433000', '211325.436000', '211325.439000', '211325.441000', '211325.444000', '211325.446000', '211325.449000', '211325.452000', '211325.454000', '211325.457000', '211325.459000', '211325.462000', '211325.465000', '211325.467000', '211325.470000', '211325.473000', '211325.475000', '211325.478000', '211325.480000', '211325.483000', '211325.486000', '211325.489000', '211325.491000', '211325.494000', '211325.497000', '211325.499000', '211325.502000', '211325.504000', '211325.507000', '211325.509000', '211325.512000', '211325.515000', '211325.517000', '211325.520000', '211325.523000', '211325.525000', '211325.528000', '211325.530000', '211345.417000', '211345.419000', '211345.422000', '211345.425000', '211345.427000', '211345.430000', '211345.432000', '211345.435000', '211345.438000', '211345.440000', '211345.443000', '211345.445000', '211345.448000', '211345.450000', '211345.453000', '211345.455000', '211345.458000', '211345.461000', '211345.463000', '211345.466000', '211345.468000', '211345.471000', '211345.473000', '211345.476000', '211345.479000', '211345.481000', '211345.484000', '211345.486000', '211345.489000', '211345.492000', '211345.494000', '211345.497000', '211345.499000', '211345.502000', '211345.505000', '211345.507000', '211345.510000', '211345.512000', '211345.515000', '211345.518000', '211345.520000', '211345.523000', '211345.525000', '211350.225000', '211350.228000', '211350.230000', '211350.233000', '211350.236000', '211350.238000', '211350.241000', '211350.243000', '211350.246000', '211350.248000', '211350.251000'], 'InstanceCreationTime': ['210705.450000', '210705.454000', '210705.457000', '210705.459000', '210705.462000', '210705.471000', '210705.474000', '210705.477000', '210705.479000', '210705.482000', '210705.485000', '210705.487000', '210705.490000', '210705.492000', '210705.495000', '210705.498000', '210705.500000', '210705.503000', '210705.505000', '210705.508000', '210705.510000', '210705.513000', '210705.515000', '210705.523000', '210705.526000', '210705.529000', '210705.531000', '210705.534000', '210705.536000', '210705.539000', '210705.541000', '210705.544000', '210705.547000', '210725.417000', '210725.420000', '210725.423000', '210725.425000', '210725.432000', '210725.435000', '210725.438000', '210725.440000', '210725.443000', '210725.446000', '210725.448000', '210725.451000', '210725.453000', '210725.456000', '210725.458000', '210725.461000', '210725.463000', '210725.466000', '210725.468000', '210725.471000', '210725.474000', '210725.476000', '210725.479000', '210725.481000', '210725.484000', '210725.486000', '210725.489000', '210725.492000', '210725.494000', '210725.497000', '210725.499000', '210725.502000', '210725.504000', '210725.507000', '210725.509000', '210725.512000', '210725.540000', '210725.542000', '210725.545000', '210725.547000', '210725.550000', '210725.552000', '210725.555000', '210725.558000', '210745.418000', '210745.421000', '210745.424000', '210745.427000', '210745.430000', '210745.435000', '210745.437000', '210745.440000', '210745.443000', '210745.445000', '210745.448000', '210745.450000', '210745.453000', '210745.455000', '210745.458000', '210745.461000', '210745.463000', '210745.466000', '210745.468000', '210745.471000', '210745.473000', '210745.476000', '210745.478000', '210745.481000', '210745.484000', '210745.486000', '210745.489000', '210745.491000', '210745.494000', '210745.496000', '210745.499000', '210745.502000', '210745.504000', '210745.507000', '210745.509000', '210745.512000', '210745.515000', '210745.517000', '210745.520000', '210745.522000', '210745.525000', '210745.527000', '210745.530000', '210805.418000', '210805.421000', '210805.423000', '210805.426000', '210805.428000', '210805.431000', '210805.434000', '210805.436000', '210805.439000', '210805.441000', '210805.444000', '210805.446000', '210805.449000', '210805.452000', '210805.454000', '210805.457000', '210805.460000', '210805.462000', '210805.465000', '210805.467000', '210805.470000', '210805.472000', '210805.475000', '210805.478000', '210805.480000', '210805.483000', '210805.485000', '210805.488000', '210805.490000', '210805.493000', '210805.495000', '210805.498000', '210805.501000', '210805.503000', '210805.506000', '210805.508000', '210805.511000', '210805.514000', '210805.516000', '210805.519000', '210805.521000', '210805.524000', '210805.526000', '210805.529000', '210825.417000', '210825.420000', '210825.423000', '210825.425000', '210825.428000', '210825.431000', '210825.433000', '210825.436000', '210825.438000', '210825.441000', '210825.443000', '210825.446000', '210825.449000', '210825.451000', '210825.454000', '210825.456000', '210825.459000', '210825.462000', '210825.464000', '210825.467000', '210825.470000', '210825.472000', '210825.475000', '210825.477000', '210825.480000', '210825.482000', '210825.485000', '210825.489000', '210825.492000', '210825.494000', '210825.497000', '210825.500000', '210825.502000', '210825.505000', '210825.508000', '210825.510000', '210825.514000', '210825.517000', '210825.519000', '210825.522000', '210825.524000', '210825.527000', '210825.530000', '210845.416000', '210845.419000', '210845.422000', '210845.424000', '210845.427000', '210845.430000', '210845.432000', '210845.435000', '210845.437000', '210845.440000', '210845.442000', '210845.445000', '210845.448000', '210845.450000', '210845.453000', '210845.455000', '210845.458000', '210845.461000', '210845.463000', '210845.466000', '210845.468000', '210845.471000', '210845.473000', '210845.476000', '210845.479000', '210845.481000', '210845.484000', '210845.486000', '210845.489000', '210845.492000', '210845.494000', '210845.497000', '210845.499000', '210845.502000', '210845.505000', '210845.507000', '210845.510000', '210845.512000', '210845.515000', '210845.517000', '210845.526000', '210845.529000', '210845.531000', '210845.534000', '210905.417000', '210905.419000', '210905.422000', '210905.425000', '210905.427000', '210905.430000', '210905.432000', '210905.435000', '210905.437000', '210905.440000', '210905.442000', '210905.445000', '210905.448000', '210905.450000', '210905.453000', '210905.455000', '210905.458000', '210905.461000', '210905.463000', '210905.466000', '210905.468000', '210905.471000', '210905.473000', '210905.476000', '210905.479000', '210905.481000', '210905.484000', '210905.486000', '210905.489000', '210905.492000', '210905.494000', '210905.512000', '210905.515000', '210905.518000', '210905.520000', '210905.523000', '210905.525000', '210905.528000', '210905.530000', '210905.533000', '210905.536000', '210905.538000', '210905.541000', '210925.417000', '210925.419000', '210925.422000', '210925.425000', '210925.427000', '210925.430000', '210925.433000', '210925.436000', '210925.438000', '210925.441000', '210925.443000', '210925.446000', '210925.448000', '210925.451000', '210925.454000', '210925.456000', '210925.459000', '210925.461000', '210925.464000', '210925.467000', '210925.469000', '210925.472000', '210925.474000', '210925.477000', '210925.479000', '210925.482000', '210925.485000', '210925.487000', '210925.490000', '210925.492000', '210925.495000', '210925.497000', '210925.500000', '210925.503000', '210925.505000', '210925.508000', '210925.510000', '210925.513000', '210925.516000', '210925.518000', '210925.521000', '210925.523000', '210925.526000', '210925.529000', '210945.417000', '210945.420000', '210945.423000', '210945.426000', '210945.428000', '210945.431000', '210945.433000', '210945.463000', '210945.466000', '210945.468000', '210945.471000', '210945.473000', '210945.476000', '210945.478000', '210945.481000', '210945.484000', '210945.486000', '210945.489000', '210945.493000', '210945.496000', '210945.498000', '210945.501000', '210945.504000', '210945.506000', '210945.509000', '210945.511000', '210945.514000', '210945.517000', '210945.519000', '210945.522000', '210945.524000', '210945.527000', '210945.530000', '210945.532000', '210945.535000', '210945.537000', '210945.540000', '210945.543000', '210945.545000', '210945.548000', '210945.550000', '210945.554000', '210945.557000', '211005.417000', '211005.420000', '211005.423000', '211005.425000', '211005.428000', '211005.431000', '211005.433000', '211005.436000', '211005.438000', '211005.441000', '211005.443000', '211005.446000', '211005.449000', '211005.451000', '211005.454000', '211005.456000', '211005.459000', '211005.462000', '211005.464000', '211005.467000', '211005.469000', '211005.472000', '211005.474000', '211005.477000', '211005.480000', '211005.482000', '211005.485000', '211005.487000', '211005.490000', '211005.492000', '211005.495000', '211005.498000', '211005.500000', '211005.503000', '211005.505000', '211005.508000', '211005.511000', '211005.513000', '211005.516000', '211005.518000', '211005.521000', '211005.523000', '211005.526000', '211005.528000', '211025.418000', '211025.420000', '211025.423000', '211025.426000', '211025.428000', '211025.431000', '211025.433000', '211025.436000', '211025.438000', '211025.441000', '211025.444000', '211025.446000', '211025.449000', '211025.451000', '211025.454000', '211025.457000', '211025.459000', '211025.462000', '211025.464000', '211025.467000', '211025.469000', '211025.472000', '211025.475000', '211025.477000', '211025.480000', '211025.482000', '211025.485000', '211025.488000', '211025.490000', '211025.493000', '211025.495000', '211025.498000', '211025.501000', '211025.504000', '211025.507000', '211025.510000', '211025.513000', '211025.515000', '211025.518000', '211025.520000', '211025.523000', '211025.526000', '211025.528000', '211045.418000', '211045.421000', '211045.424000', '211045.426000', '211045.429000', '211045.431000', '211045.434000', '211045.436000', '211045.439000', '211045.441000', '211045.444000', '211045.447000', '211045.449000', '211045.482000', '211045.485000', '211045.488000', '211045.490000', '211045.493000', '211045.495000', '211045.498000', '211045.500000', '211045.503000', '211045.505000', '211045.508000', '211045.511000', '211045.513000', '211045.516000', '211045.518000', '211045.521000', '211045.523000', '211045.526000', '211045.529000', '211045.531000', '211045.534000', '211045.536000', '211045.539000', '211045.541000', '211045.544000', '211045.546000', '211045.549000', '211045.552000', '211045.554000', '211045.557000', '211105.417000', '211105.419000', '211105.422000', '211105.425000', '211105.427000', '211105.430000', '211105.432000', '211105.435000', '211105.438000', '211105.440000', '211105.443000', '211105.446000', '211105.448000', '211105.451000', '211105.454000', '211105.456000', '211105.459000', '211105.462000', '211105.464000', '211105.467000', '211105.469000', '211105.472000', '211105.474000', '211105.477000', '211105.480000', '211105.482000', '211105.485000', '211105.488000', '211105.490000', '211105.493000', '211105.495000', '211105.498000', '211105.500000', '211105.503000', '211105.506000', '211105.508000', '211105.511000', '211105.513000', '211105.516000', '211105.518000', '211105.521000', '211105.524000', '211105.526000', '211105.529000', '211125.417000', '211125.420000', '211125.422000', '211125.425000', '211125.427000', '211125.430000', '211125.433000', '211125.435000', '211125.438000', '211125.440000', '211125.443000', '211125.446000', '211125.448000', '211125.451000', '211125.453000', '211125.456000', '211125.459000', '211125.461000', '211125.464000', '211125.466000', '211125.469000', '211125.472000', '211125.474000', '211125.477000', '211125.479000', '211125.482000', '211125.485000', '211125.487000', '211125.490000', '211125.492000', '211125.495000', '211125.497000', '211125.500000', '211125.502000', '211125.505000', '211125.508000', '211125.510000', '211125.513000', '211125.515000', '211125.518000', '211125.520000', '211125.523000', '211125.525000', '211125.528000', '211145.417000', '211145.419000', '211145.422000', '211145.425000', '211145.427000', '211145.430000', '211145.432000', '211145.435000', '211145.438000', '211145.440000', '211145.443000', '211145.445000', '211145.448000', '211145.450000', '211145.453000', '211145.456000', '211145.458000', '211145.461000', '211145.463000', '211145.466000', '211145.469000', '211145.471000', '211145.474000', '211145.476000', '211145.479000', '211145.481000', '211145.484000', '211145.487000', '211145.489000', '211145.492000', '211145.494000', '211145.497000', '211145.500000', '211145.502000', '211145.505000', '211145.507000', '211145.510000', '211145.513000', '211145.515000', '211145.518000', '211145.521000', '211145.523000', '211145.526000', '211205.417000', '211205.420000', '211205.423000', '211205.426000', '211205.428000', '211205.431000', '211205.433000', '211205.436000', '211205.439000', '211205.441000', '211205.444000', '211205.447000', '211205.449000', '211205.452000', '211205.454000', '211205.457000', '211205.460000', '211205.462000', '211205.465000', '211205.469000', '211205.472000', '211205.475000', '211205.477000', '211205.480000', '211205.482000', '211205.485000', '211205.488000', '211205.490000', '211205.493000', '211205.495000', '211205.498000', '211205.500000', '211205.503000', '211205.506000', '211205.508000', '211205.511000', '211205.514000', '211205.516000', '211205.527000', '211205.530000', '211205.532000', '211205.535000', '211205.537000', '211205.540000', '211225.417000', '211225.420000', '211225.423000', '211225.426000', '211225.428000', '211225.431000', '211225.433000', '211225.436000', '211225.438000', '211225.441000', '211225.444000', '211225.446000', '211225.449000', '211225.451000', '211225.454000', '211225.456000', '211225.459000', '211225.461000', '211225.464000', '211225.467000', '211225.469000', '211225.472000', '211225.474000', '211225.477000', '211225.479000', '211225.482000', '211225.485000', '211225.487000', '211225.490000', '211225.492000', '211225.495000', '211225.497000', '211225.500000', '211225.503000', '211225.505000', '211225.508000', '211225.510000', '211225.513000', '211225.515000', '211225.518000', '211225.521000', '211225.523000', '211225.526000', '211245.417000', '211245.420000', '211245.423000', '211245.425000', '211245.428000', '211245.430000', '211245.433000', '211245.436000', '211245.438000', '211245.441000', '211245.443000', '211245.446000', '211245.449000', '211245.451000', '211245.454000', '211245.456000', '211245.459000', '211245.461000', '211245.464000', '211245.467000', '211245.469000', '211245.472000', '211245.475000', '211245.477000', '211245.480000', '211245.482000', '211245.485000', '211245.488000', '211245.490000', '211245.493000', '211245.495000', '211245.498000', '211245.500000', '211245.503000', '211245.506000', '211245.508000', '211245.511000', '211245.513000', '211245.516000', '211245.519000', '211245.521000', '211245.524000', '211245.526000', '211245.529000', '211305.417000', '211305.420000', '211305.423000', '211305.426000', '211305.428000', '211305.431000', '211305.433000', '211305.436000', '211305.439000', '211305.441000', '211305.444000', '211305.446000', '211305.449000', '211305.452000', '211305.454000', '211305.457000', '211305.459000', '211305.462000', '211305.465000', '211305.467000', '211305.470000', '211305.472000', '211305.475000', '211305.478000', '211305.480000', '211305.483000', '211305.485000', '211305.488000', '211305.490000', '211305.493000', '211305.495000', '211305.498000', '211305.501000', '211305.503000', '211305.506000', '211305.508000', '211305.511000', '211305.514000', '211305.516000', '211305.519000', '211305.521000', '211305.524000', '211305.527000', '211325.417000', '211325.420000', '211325.422000', '211325.425000', '211325.427000', '211325.430000', '211325.433000', '211325.436000', '211325.439000', '211325.441000', '211325.444000', '211325.446000', '211325.449000', '211325.452000', '211325.454000', '211325.457000', '211325.459000', '211325.462000', '211325.465000', '211325.467000', '211325.470000', '211325.473000', '211325.475000', '211325.478000', '211325.480000', '211325.483000', '211325.486000', '211325.489000', '211325.491000', '211325.494000', '211325.497000', '211325.499000', '211325.502000', '211325.504000', '211325.507000', '211325.509000', '211325.512000', '211325.515000', '211325.517000', '211325.520000', '211325.523000', '211325.525000', '211325.528000', '211325.530000', '211345.417000', '211345.419000', '211345.422000', '211345.425000', '211345.427000', '211345.430000', '211345.432000', '211345.435000', '211345.438000', '211345.440000', '211345.443000', '211345.445000', '211345.448000', '211345.450000', '211345.453000', '211345.455000', '211345.458000', '211345.461000', '211345.463000', '211345.466000', '211345.468000', '211345.471000', '211345.473000', '211345.476000', '211345.479000', '211345.481000', '211345.484000', '211345.486000', '211345.489000', '211345.492000', '211345.494000', '211345.497000', '211345.499000', '211345.502000', '211345.505000', '211345.507000', '211345.510000', '211345.512000', '211345.515000', '211345.518000', '211345.520000', '211345.523000', '211345.525000', '211350.225000', '211350.228000', '211350.230000', '211350.233000', '211350.236000', '211350.238000', '211350.241000', '211350.243000', '211350.246000', '211350.248000', '211350.251000'], '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': [8277, 8251, 8752, 7702, 8114, 8291, 8081, 10082, 8389, 9679, 12135, 8225, 8806, 7843, 8052, 7653, 7774, 7941, 7043, 7518, 8185, 7499, 7763, 7896, 7569, 7903, 7580, 7573, 7973, 6652, 7644, 7997, 7280, 7626, 8011, 7815, 7617, 8010, 7676, 7920, 6962, 7802, 7925, 7993, 7522, 8102, 7942, 7803, 7941, 7984, 7886, 7746, 9364, 7889, 7624, 7734, 7864, 7561, 7871, 7790, 7466, 7536, 7727, 9213, 8753, 8828, 7710, 7250, 9082, 9096, 10069, 9578, 9984, 9624, 9703, 9006, 8398, 10338, 7533, 9076, 7957, 8539, 12762, 8718, 11821, 8471, 8242, 12942, 8176, 7560, 8308, 8060, 7844, 7686, 7753, 12274, 8174, 7424, 8137, 8068, 7203, 7783, 7939, 7672, 8273, 7660, 7806, 8040, 7300, 7587, 7944, 7128, 8231, 8267, 7703, 8238, 7185, 7705, 7646, 7315, 8550, 8609, 7468, 8837, 7161, 9258, 8571, 8702, 8306, 7029, 7498, 8375, 7111, 7816, 7905, 8042, 7864, 7895, 8121, 7711, 6891, 7482, 7458, 7511, 7245, 7529, 8145, 8773, 7822, 8112, 7652, 7906, 8111, 8147, 8058, 7408, 7837, 7951, 7251, 7517, 8117, 7215, 7789, 8115, 8380, 8009, 7162, 7546, 7993, 6874, 8236, 7969, 8139, 7632, 8075, 7806, 8115, 7846, 7900, 7814, 6992, 7893, 8244, 7338, 7701, 8047, 7028, 9039, 7603, 7727, 9353, 7518, 9051, 8758, 7112, 9328, 10780, 7966, 8125, 8050, 8772, 11245, 8582, 8831, 11932, 8466, 8648, 10706, 8555, 8969, 8523, 8683, 7844, 7138, 8629, 7227, 7819, 9029, 7680, 7907, 8878, 7748, 8206, 8749, 7206, 8939, 7742, 7300, 9101, 7639, 8147, 9181, 8018, 8836, 8877, 8567, 8904, 8971, 8981, 9298, 7755, 7599, 8863, 7627, 8211, 9196, 8307, 8938, 7812, 6793, 8983, 7695, 8103, 8948, 7949, 7967, 8844, 8072, 7911, 9069, 7647, 8547, 9141, 8200, 8660, 8915, 8515, 8671, 7261, 7438, 8915, 7562, 7823, 8778, 8167, 8860, 7548, 7026, 8865, 7531, 7647, 8716, 7508, 8701, 9158, 8395, 8685, 8891, 9634, 8743, 8280, 8204, 7592, 8280, 8571, 8204, 8723, 7328, 8297, 8643, 9572, 8997, 11720, 9605, 13015, 8881, 8078, 7390, 8212, 11243, 9680, 7762, 8788, 8696, 12275, 9195, 11378, 9059, 9017, 9578, 9320, 7778, 8917, 9006, 8824, 8965, 9224, 9106, 8543, 8876, 8437, 8574, 7969, 9062, 8551, 9059, 7927, 8370, 9099, 8387, 8541, 9251, 8395, 8833, 9123, 8519, 9288, 8915, 8498, 9029, 9254, 8760, 9107, 7880, 8586, 9400, 7645, 8972, 9116, 7860, 9048, 9758, 8448, 7504, 8241, 8511, 8325, 9573, 7814, 9320, 8760, 7863, 7560, 9258, 9241, 8636, 9403, 11947, 8858, 10522, 8322, 8994, 10089, 8460, 9016, 10608, 9052, 9635, 12252, 8351, 11827, 7797, 7484, 8343, 8073, 10623, 8224, 8050, 12027, 8438, 7995, 8464, 8330, 8015, 7556, 8392, 8140, 7839, 8585, 7873, 8339, 8357, 7768, 8507, 8338, 8837, 8387, 8653, 8810, 8554, 7904, 7562, 8547, 7855, 7920, 8774, 7655, 8183, 8646, 7745, 8528, 8787, 8734, 8513, 7445, 7103, 9506, 8824, 7914, 9085, 7719, 8932, 8298, 6693, 10334, 11444, 8725, 10905, 11573, 10311, 13929, 8293, 7366, 7996, 8246, 10549, 8143, 12155, 10186, 8111, 11906, 7717, 8399, 9395, 7978, 8154, 9756, 8108, 8382, 7870, 8295, 8111, 7785, 8030, 9856, 7728, 8621, 7969, 8280, 8668, 7255, 8317, 8317, 7620, 8317, 7166, 7699, 8518, 7561, 7841, 8500, 9253, 7642, 8618, 7440, 8401, 8658, 7315, 8328, 7874, 7548, 8401, 8030, 8153, 8832, 8339, 8208, 8640, 8174, 8195, 8440, 7917, 8368, 8587, 7307, 6917, 8468, 8158, 7687, 8441, 7387, 7988, 9953, 8724, 8060, 8989, 9912, 8003, 9325, 9985, 9449, 9499, 9759, 10155, 9738, 9542, 8809, 9915, 7957, 8733, 9820, 7838, 9256, 9771, 8676, 9501, 9512, 9430, 9917, 7773, 7943, 9712, 8964, 9651, 9784, 7577, 9794, 8561, 9224, 9624, 8480, 9722, 8817, 8165, 7610, 8714, 7596, 7782, 8267, 8454, 9554, 12840, 8118, 7879, 9901, 8386, 8493, 9386, 8506, 7861, 8343, 8541, 8129, 8589, 8592, 8487, 8334, 8293, 8233, 8632, 8423, 9409, 9362, 7076, 8513, 8687, 7885, 8466, 8461, 9156, 8877, 7220, 8548, 8643, 7774, 8457, 8704, 8572, 8379, 8247, 9232, 8993, 8693, 9460, 8023, 9830, 8073, 8417, 10011, 8791, 7877, 8059, 11144, 8073, 7708, 8448, 7459, 7564, 7566, 7734, 7638, 7710, 8296, 8369, 8539, 8506, 7313, 7432, 7738, 7683, 10143, 8579, 7750, 10752, 7952, 7666, 7930, 7854, 7256, 7284, 7626, 7045, 7848, 7779, 7624, 8264, 7248, 7357, 7730, 7040, 7639, 7714, 7708, 8039, 7076, 7590, 8037, 6729, 7866, 7824, 7748, 8220, 7256, 7594, 8060, 6927, 7830, 7799, 7872, 8357, 6978, 7718, 7799, 7929, 9557, 7733, 8238, 8080, 8257, 7999, 10809, 7741, 7698, 7021, 8338, 7021, 7866, 8327, 8809, 8472, 7007, 9758, 8401, 8078, 8332, 8531, 8125, 8144, 8267, 8305, 8591, 6917, 7749, 8694, 6754, 8312, 8335, 8400, 8566, 7051, 7677, 8552, 7251, 7990, 8468, 7381, 8356, 6915, 7035, 8438, 6817, 7842, 8628, 6773, 8290, 8603, 8060, 8533, 6987, 8060, 8570, 7133, 8097, 8471, 8821, 8371, 7344, 6845, 8594, 6935, 7457, 8584, 7027, 7736, 8499, 7006, 8145, 8343, 8077, 8271, 8434, 8133, 8573, 7065, 7926, 8365, 7050, 7933, 8506, 7188, 8227, 7359, 7462, 8488, 8856, 9860, 6759, 8410, 8845, 7960, 8265, 8564, 7805, 7895, 8490, 11181, 7836, 7863, 7795, 8071, 8263, 7984, 7938, 8020, 7944, 8060, 7414, 7743, 8051, 7298, 7710, 7996, 8445, 8148, 8719, 7697, 8064, 8724, 7795, 8200, 8236, 10838, 8069, 8135, 9957, 7979, 7985, 9591, 8330, 8420, 10305, 8062, 7786, 7545, 8190, 8825, 7990, 8333, 7638, 7588, 8128, 8126, 7930, 8122, 7677, 7732, 8101, 7785, 7807, 8136, 7389, 8251, 9068, 9880, 9999, 9054, 8637, 8694, 7652, 8097, 8475, 8932, 8292, 7979, 8799, 8354, 8269, 9142, 11716, 8543, 10042, 8017, 9027, 8351, 7693, 13089, 7574, 7561, 8003, 7234, 7620, 8149, 11781, 12336, 8407, 7336, 8637, 8464, 7102, 8047, 8257, 7219, 8090, 8470, 7833, 8409, 8386, 8684, 8452, 7753, 7218, 8297, 7047, 8034, 8407, 7563, 8081, 8287, 7570, 7900, 8440, 7666, 8468, 8447, 7660, 8651, 7073, 7917, 8591, 7570, 8520, 8798, 7216, 8465], 'WindowCenter': [3845.0, 3829.0, 3813.0, 3801.0, 3810.0, 3797.0, 3785.0, 3804.0, 3783.0, 3805.0, 3814.0, 3781.0, 3781.0, 3768.0, 3768.0, 3768.0, 3768.0, 3780.0, 3770.0, 3769.0, 3781.0, 3768.0, 3769.0, 3781.0, 3768.0, 3780.0, 3782.0, 3770.0, 3783.0, 3760.0, 3769.0, 3782.0, 3770.0, 3771.0, 3784.0, 3781.0, 3782.0, 3783.0, 3782.0, 3783.0, 3773.0, 3782.0, 3786.0, 3784.0, 3782.0, 3784.0, 3780.0, 3782.0, 3783.0, 3782.0, 3781.0, 3784.0, 3791.0, 3783.0, 3782.0, 3769.0, 3781.0, 3781.0, 3779.0, 3781.0, 3771.0, 3783.0, 3796.0, 3792.0, 3792.0, 3791.0, 3782.0, 3784.0, 3792.0, 3821.0, 3845.0, 3843.0, 3818.0, 3816.0, 3806.0, 3804.0, 3808.0, 3821.0, 3786.0, 3808.0, 3796.0, 3794.0, 3826.0, 3807.0, 3829.0, 3784.0, 3782.0, 3813.0, 3769.0, 3757.0, 3766.0, 3767.0, 3757.0, 3757.0, 3756.0, 3799.0, 3765.0, 3756.0, 3755.0, 3754.0, 3744.0, 3755.0, 3756.0, 3755.0, 3768.0, 3757.0, 3756.0, 3756.0, 3758.0, 3756.0, 3768.0, 3757.0, 3768.0, 3768.0, 3756.0, 3782.0, 3772.0, 3769.0, 3782.0, 3771.0, 3783.0, 3783.0, 3759.0, 3780.0, 3773.0, 3807.0, 3797.0, 3797.0, 3784.0, 3772.0, 3769.0, 3780.0, 3758.0, 3767.0, 3769.0, 3769.0, 3782.0, 3782.0, 3781.0, 3785.0, 3776.0, 3774.0, 3784.0, 3783.0, 3783.0, 3784.0, 3785.0, 3796.0, 3785.0, 3783.0, 3772.0, 3782.0, 3784.0, 3783.0, 3782.0, 3785.0, 3782.0, 3783.0, 3771.0, 3770.0, 3782.0, 3771.0, 3771.0, 3785.0, 3796.0, 3784.0, 3773.0, 3771.0, 3783.0, 3762.0, 3783.0, 3797.0, 3796.0, 3784.0, 3784.0, 3771.0, 3783.0, 3785.0, 3783.0, 3784.0, 3774.0, 3785.0, 3797.0, 3773.0, 3782.0, 3797.0, 3768.0, 3736.0, 3816.0, 3786.0, 3782.0, 3750.0, 3774.0, 3821.0, 3786.0, 3809.0, 3816.0, 3798.0, 3796.0, 3796.0, 3808.0, 3816.0, 3794.0, 3806.0, 3814.0, 3793.0, 3793.0, 3802.0, 3792.0, 3791.0, 3778.0, 3780.0, 3780.0, 3770.0, 3791.0, 3771.0, 3770.0, 3791.0, 3770.0, 3779.0, 3791.0, 3781.0, 3781.0, 3793.0, 3770.0, 3792.0, 3782.0, 3769.0, 3792.0, 3780.0, 3781.0, 3792.0, 3780.0, 3791.0, 3791.0, 3779.0, 3791.0, 3791.0, 3790.0, 3791.0, 3781.0, 3769.0, 3791.0, 3781.0, 3781.0, 3803.0, 3780.0, 3792.0, 3782.0, 3770.0, 3792.0, 3782.0, 3782.0, 3792.0, 3781.0, 3782.0, 3793.0, 3781.0, 3781.0, 3793.0, 3781.0, 3791.0, 3803.0, 3781.0, 3791.0, 3792.0, 3791.0, 3792.0, 3781.0, 3770.0, 3791.0, 3781.0, 3782.0, 3792.0, 3791.0, 3793.0, 3782.0, 3770.0, 3791.0, 3782.0, 3781.0, 3791.0, 3771.0, 3791.0, 3803.0, 3781.0, 3791.0, 3803.0, 3803.0, 3792.0, 3793.0, 3793.0, 3783.0, 3791.0, 3792.0, 3807.0, 3806.0, 3795.0, 3795.0, 3806.0, 3817.0, 3806.0, 3828.0, 3806.0, 3825.0, 3790.0, 3781.0, 3771.0, 3770.0, 3810.0, 3749.0, 3797.0, 3793.0, 3794.0, 3812.0, 3780.0, 3788.0, 3777.0, 3776.0, 3775.0, 3776.0, 3757.0, 3765.0, 3777.0, 3779.0, 3777.0, 3777.0, 3764.0, 3767.0, 3763.0, 3769.0, 3781.0, 3767.0, 3778.0, 3778.0, 3778.0, 3768.0, 3766.0, 3765.0, 3766.0, 3764.0, 3776.0, 3766.0, 3777.0, 3778.0, 3766.0, 3777.0, 3777.0, 3766.0, 3777.0, 3790.0, 3778.0, 3779.0, 3768.0, 3776.0, 3778.0, 3766.0, 3777.0, 3780.0, 3768.0, 3792.0, 3804.0, 3780.0, 3768.0, 3776.0, 3774.0, 3777.0, 3788.0, 3780.0, 3792.0, 3793.0, 3794.0, 3798.0, 3805.0, 3778.0, 3797.0, 3807.0, 3814.0, 3793.0, 3803.0, 3781.0, 3791.0, 3792.0, 3769.0, 3780.0, 3789.0, 3782.0, 3794.0, 3798.0, 3763.0, 3789.0, 3770.0, 3756.0, 3767.0, 3756.0, 3774.0, 3753.0, 3755.0, 3798.0, 3755.0, 3756.0, 3753.0, 3753.0, 3756.0, 3752.0, 3754.0, 3753.0, 3754.0, 3767.0, 3755.0, 3766.0, 3766.0, 3755.0, 3765.0, 3767.0, 3765.0, 3766.0, 3768.0, 3778.0, 3779.0, 3768.0, 3757.0, 3779.0, 3769.0, 3768.0, 3780.0, 3771.0, 3781.0, 3780.0, 3768.0, 3779.0, 3780.0, 3779.0, 3781.0, 3770.0, 3772.0, 3793.0, 3793.0, 3776.0, 3740.0, 3707.0, 3745.0, 3747.0, 3710.0, 3857.0, 3853.0, 3834.0, 3856.0, 3853.0, 3832.0, 3836.0, 3809.0, 3783.0, 3797.0, 3807.0, 3828.0, 3797.0, 3841.0, 3828.0, 3796.0, 3826.0, 3783.0, 3793.0, 3802.0, 3793.0, 3794.0, 3816.0, 3793.0, 3793.0, 3794.0, 3795.0, 3792.0, 3782.0, 3792.0, 3802.0, 3782.0, 3792.0, 3781.0, 3793.0, 3793.0, 3782.0, 3793.0, 3794.0, 3784.0, 3794.0, 3771.0, 3783.0, 3804.0, 3782.0, 3793.0, 3805.0, 3805.0, 3795.0, 3805.0, 3785.0, 3794.0, 3804.0, 3783.0, 3805.0, 3796.0, 3795.0, 3808.0, 3794.0, 3795.0, 3806.0, 3795.0, 3795.0, 3819.0, 3809.0, 3808.0, 3809.0, 3809.0, 3809.0, 3819.0, 3798.0, 3798.0, 3807.0, 3808.0, 3796.0, 3806.0, 3795.0, 3796.0, 3829.0, 3819.0, 3808.0, 3817.0, 3816.0, 3793.0, 3803.0, 3814.0, 3802.0, 3802.0, 3802.0, 3813.0, 3814.0, 3804.0, 3790.0, 3801.0, 3781.0, 3790.0, 3801.0, 3781.0, 3802.0, 3814.0, 3791.0, 3800.0, 3802.0, 3801.0, 3801.0, 3781.0, 3792.0, 3814.0, 3804.0, 3802.0, 3814.0, 3779.0, 3812.0, 3804.0, 3804.0, 3816.0, 3806.0, 3817.0, 3817.0, 3808.0, 3797.0, 3808.0, 3797.0, 3795.0, 3794.0, 3810.0, 3832.0, 3839.0, 3797.0, 3796.0, 3803.0, 3792.0, 3793.0, 3804.0, 3804.0, 3793.0, 3791.0, 3792.0, 3781.0, 3791.0, 3804.0, 3793.0, 3780.0, 3791.0, 3780.0, 3791.0, 3790.0, 3801.0, 3805.0, 3783.0, 3792.0, 3793.0, 3781.0, 3791.0, 3792.0, 3804.0, 3804.0, 3784.0, 3794.0, 3793.0, 3784.0, 3793.0, 3804.0, 3806.0, 3794.0, 3793.0, 3804.0, 3805.0, 3805.0, 3816.0, 3794.0, 3814.0, 3795.0, 3794.0, 3818.0, 3809.0, 3810.0, 3810.0, 3816.0, 3794.0, 3782.0, 3779.0, 3769.0, 3768.0, 3769.0, 3770.0, 3782.0, 3782.0, 3795.0, 3783.0, 3781.0, 3782.0, 3771.0, 3769.0, 3768.0, 3768.0, 3791.0, 3781.0, 3782.0, 3790.0, 3767.0, 3757.0, 3755.0, 3766.0, 3757.0, 3756.0, 3767.0, 3759.0, 3767.0, 3769.0, 3767.0, 3767.0, 3758.0, 3759.0, 3768.0, 3758.0, 3769.0, 3771.0, 3769.0, 3769.0, 3759.0, 3767.0, 3770.0, 3758.0, 3770.0, 3783.0, 3781.0, 3782.0, 3771.0, 3770.0, 3781.0, 3759.0, 3770.0, 3771.0, 3782.0, 3795.0, 3772.0, 3783.0, 3785.0, 3784.0, 3808.0, 3784.0, 3797.0, 3783.0, 3812.0, 3800.0, 3817.0, 3772.0, 3786.0, 3785.0, 3798.0, 3787.0, 3796.0, 3795.0, 3794.0, 3796.0, 3787.0, 3806.0, 3784.0, 3782.0, 3781.0, 3782.0, 3781.0, 3781.0, 3782.0, 3794.0, 3793.0, 3772.0, 3770.0, 3780.0, 3758.0, 3782.0, 3782.0, 3781.0, 3794.0, 3782.0, 3782.0, 3794.0, 3773.0, 3781.0, 3782.0, 3771.0, 3794.0, 3773.0, 3773.0, 3793.0, 3773.0, 3782.0, 3794.0, 3772.0, 3795.0, 3794.0, 3783.0, 3794.0, 3771.0, 3781.0, 3782.0, 3772.0, 3783.0, 3793.0, 3794.0, 3793.0, 3783.0, 3759.0, 3781.0, 3771.0, 3769.0, 3793.0, 3772.0, 3781.0, 3792.0, 3772.0, 3781.0, 3782.0, 3781.0, 3782.0, 3794.0, 3794.0, 3792.0, 3771.0, 3782.0, 3782.0, 3771.0, 3782.0, 3795.0, 3785.0, 3795.0, 3798.0, 3784.0, 3797.0, 3795.0, 3806.0, 3776.0, 3795.0, 3807.0, 3784.0, 3795.0, 3794.0, 3772.0, 3782.0, 3793.0, 3813.0, 3785.0, 3784.0, 3771.0, 3782.0, 3782.0, 3782.0, 3781.0, 3782.0, 3783.0, 3782.0, 3773.0, 3772.0, 3783.0, 3772.0, 3771.0, 3784.0, 3794.0, 3783.0, 3794.0, 3782.0, 3784.0, 3794.0, 3771.0, 3795.0, 3797.0, 3815.0, 3783.0, 3783.0, 3792.0, 3781.0, 3782.0, 3790.0, 3783.0, 3792.0, 3802.0, 3783.0, 3770.0, 3769.0, 3780.0, 3792.0, 3783.0, 3793.0, 3782.0, 3772.0, 3782.0, 3781.0, 3770.0, 3782.0, 3783.0, 3780.0, 3784.0, 3782.0, 3769.0, 3782.0, 3782.0, 3794.0, 3806.0, 3802.0, 3813.0, 3801.0, 3791.0, 3807.0, 3784.0, 3794.0, 3795.0, 3797.0, 3795.0, 3795.0, 3794.0, 3794.0, 3795.0, 3805.0, 3814.0, 3792.0, 3803.0, 3782.0, 3796.0, 3783.0, 3778.0, 3801.0, 3769.0, 3771.0, 3782.0, 3771.0, 3769.0, 3769.0, 3813.0, 3809.0, 3768.0, 3769.0, 3781.0, 3779.0, 3757.0, 3767.0, 3768.0, 3757.0, 3767.0, 3780.0, 3768.0, 3767.0, 3779.0, 3764.0, 3767.0, 3767.0, 3768.0, 3778.0, 3759.0, 3779.0, 3778.0, 3769.0, 3767.0, 3780.0, 3769.0, 3768.0, 3780.0, 3780.0, 3781.0, 3780.0, 3768.0, 3781.0, 3769.0, 3768.0, 3792.0, 3781.0, 3792.0, 3794.0, 3768.0, 3781.0], 'WindowWidth': [8639.0, 8605.0, 8573.0, 8551.0, 8563.0, 8538.0, 8519.0, 8541.0, 8510.0, 8545.0, 8554.0, 8503.0, 8503.0, 8481.0, 8482.0, 8483.0, 8483.0, 8503.0, 8491.0, 8487.0, 8505.0, 8484.0, 8487.0, 8505.0, 8484.0, 8503.0, 8508.0, 8490.0, 8510.0, 8477.0, 8488.0, 8508.0, 8489.0, 8492.0, 8514.0, 8509.0, 8511.0, 8511.0, 8507.0, 8511.0, 8498.0, 8510.0, 8519.0, 8514.0, 8509.0, 8515.0, 8504.0, 8508.0, 8511.0, 8507.0, 8507.0, 8515.0, 8520.0, 8512.0, 8508.0, 8488.0, 8506.0, 8507.0, 8502.0, 8506.0, 8493.0, 8514.0, 8536.0, 8522.0, 8521.0, 8520.0, 8508.0, 8513.0, 8520.0, 8579.0, 8621.0, 8614.0, 8567.0, 8561.0, 8547.0, 8540.0, 8553.0, 8575.0, 8519.0, 8553.0, 8533.0, 8527.0, 8573.0, 8549.0, 8584.0, 8512.0, 8504.0, 8548.0, 8482.0, 8463.0, 8472.0, 8475.0, 8461.0, 8462.0, 8461.0, 8517.0, 8470.0, 8458.0, 8454.0, 8453.0, 8440.0, 8456.0, 8459.0, 8457.0, 8477.0, 8463.0, 8459.0, 8459.0, 8463.0, 8460.0, 8479.0, 8463.0, 8479.0, 8481.0, 8461.0, 8504.0, 8492.0, 8486.0, 8509.0, 8491.0, 8509.0, 8506.0, 8467.0, 8499.0, 8493.0, 8545.0, 8532.0, 8534.0, 8512.0, 8491.0, 8485.0, 8499.0, 8468.0, 8477.0, 8482.0, 8483.0, 8504.0, 8506.0, 8505.0, 8516.0, 8506.0, 8499.0, 8514.0, 8511.0, 8510.0, 8514.0, 8516.0, 8535.0, 8515.0, 8510.0, 8493.0, 8507.0, 8510.0, 8508.0, 8508.0, 8516.0, 8508.0, 8510.0, 8491.0, 8488.0, 8508.0, 8491.0, 8492.0, 8516.0, 8532.0, 8513.0, 8496.0, 8492.0, 8508.0, 8480.0, 8509.0, 8536.0, 8534.0, 8513.0, 8514.0, 8492.0, 8511.0, 8515.0, 8511.0, 8513.0, 8501.0, 8516.0, 8535.0, 8497.0, 8509.0, 8535.0, 8484.0, 8408.0, 8574.0, 8509.0, 8495.0, 8449.0, 8486.0, 8579.0, 8522.0, 8556.0, 8560.0, 8538.0, 8534.0, 8535.0, 8555.0, 8559.0, 8529.0, 8545.0, 8554.0, 8525.0, 8526.0, 8533.0, 8519.0, 8519.0, 8497.0, 8502.0, 8503.0, 8491.0, 8518.0, 8493.0, 8488.0, 8517.0, 8489.0, 8499.0, 8519.0, 8505.0, 8507.0, 8524.0, 8490.0, 8521.0, 8509.0, 8489.0, 8520.0, 8505.0, 8504.0, 8522.0, 8501.0, 8517.0, 8519.0, 8501.0, 8518.0, 8520.0, 8515.0, 8518.0, 8507.0, 8486.0, 8516.0, 8506.0, 8506.0, 8538.0, 8504.0, 8521.0, 8508.0, 8491.0, 8523.0, 8510.0, 8509.0, 8522.0, 8509.0, 8508.0, 8524.0, 8509.0, 8507.0, 8525.0, 8507.0, 8519.0, 8538.0, 8507.0, 8521.0, 8522.0, 8521.0, 8522.0, 8508.0, 8491.0, 8520.0, 8508.0, 8511.0, 8523.0, 8522.0, 8525.0, 8511.0, 8490.0, 8519.0, 8509.0, 8506.0, 8519.0, 8494.0, 8520.0, 8537.0, 8506.0, 8520.0, 8541.0, 8540.0, 8526.0, 8528.0, 8526.0, 8513.0, 8521.0, 8523.0, 8552.0, 8548.0, 8533.0, 8532.0, 8548.0, 8563.0, 8549.0, 8578.0, 8546.0, 8569.0, 8514.0, 8504.0, 8494.0, 8485.0, 8552.0, 8437.0, 8537.0, 8520.0, 8524.0, 8545.0, 8497.0, 8506.0, 8488.0, 8486.0, 8485.0, 8486.0, 8462.0, 8471.0, 8488.0, 8497.0, 8490.0, 8491.0, 8468.0, 8478.0, 8464.0, 8479.0, 8501.0, 8476.0, 8491.0, 8492.0, 8494.0, 8482.0, 8472.0, 8472.0, 8472.0, 8467.0, 8487.0, 8475.0, 8491.0, 8493.0, 8472.0, 8491.0, 8492.0, 8473.0, 8489.0, 8513.0, 8495.0, 8496.0, 8480.0, 8489.0, 8494.0, 8478.0, 8492.0, 8501.0, 8482.0, 8520.0, 8541.0, 8502.0, 8483.0, 8492.0, 8483.0, 8496.0, 8509.0, 8502.0, 8520.0, 8526.0, 8529.0, 8540.0, 8546.0, 8494.0, 8535.0, 8550.0, 8553.0, 8522.0, 8536.0, 8502.0, 8516.0, 8519.0, 8485.0, 8499.0, 8510.0, 8507.0, 8526.0, 8518.0, 8474.0, 8505.0, 8487.0, 8460.0, 8475.0, 8460.0, 8482.0, 8453.0, 8457.0, 8516.0, 8456.0, 8458.0, 8452.0, 8454.0, 8459.0, 8451.0, 8454.0, 8453.0, 8453.0, 8476.0, 8460.0, 8473.0, 8474.0, 8458.0, 8472.0, 8477.0, 8472.0, 8475.0, 8481.0, 8494.0, 8497.0, 8482.0, 8465.0, 8496.0, 8484.0, 8482.0, 8499.0, 8492.0, 8504.0, 8502.0, 8483.0, 8499.0, 8502.0, 8499.0, 8503.0, 8490.0, 8494.0, 8522.0, 8526.0, 8490.0, 8415.0, 8357.0, 8432.0, 8433.0, 8378.0, 8646.0, 8626.0, 8604.0, 8636.0, 8624.0, 8594.0, 8586.0, 8560.0, 8517.0, 8536.0, 8554.0, 8580.0, 8540.0, 8602.0, 8581.0, 8537.0, 8573.0, 8512.0, 8528.0, 8537.0, 8525.0, 8529.0, 8560.0, 8527.0, 8527.0, 8528.0, 8532.0, 8524.0, 8511.0, 8525.0, 8537.0, 8510.0, 8525.0, 8506.0, 8526.0, 8526.0, 8511.0, 8527.0, 8530.0, 8516.0, 8530.0, 8495.0, 8513.0, 8542.0, 8511.0, 8528.0, 8545.0, 8547.0, 8533.0, 8546.0, 8518.0, 8530.0, 8544.0, 8514.0, 8548.0, 8537.0, 8536.0, 8555.0, 8531.0, 8534.0, 8550.0, 8533.0, 8534.0, 8575.0, 8561.0, 8557.0, 8558.0, 8559.0, 8559.0, 8574.0, 8544.0, 8544.0, 8551.0, 8556.0, 8537.0, 8550.0, 8535.0, 8536.0, 8587.0, 8572.0, 8558.0, 8567.0, 8564.0, 8528.0, 8539.0, 8556.0, 8539.0, 8539.0, 8540.0, 8553.0, 8558.0, 8543.0, 8519.0, 8535.0, 8507.0, 8518.0, 8535.0, 8510.0, 8539.0, 8557.0, 8523.0, 8533.0, 8538.0, 8534.0, 8534.0, 8509.0, 8524.0, 8556.0, 8545.0, 8537.0, 8558.0, 8504.0, 8552.0, 8546.0, 8544.0, 8563.0, 8552.0, 8568.0, 8565.0, 8557.0, 8540.0, 8555.0, 8541.0, 8535.0, 8530.0, 8561.0, 8594.0, 8601.0, 8539.0, 8536.0, 8539.0, 8524.0, 8526.0, 8544.0, 8542.0, 8528.0, 8522.0, 8524.0, 8508.0, 8521.0, 8544.0, 8526.0, 8504.0, 8519.0, 8503.0, 8519.0, 8517.0, 8535.0, 8545.0, 8513.0, 8524.0, 8527.0, 8508.0, 8522.0, 8525.0, 8544.0, 8544.0, 8517.0, 8529.0, 8528.0, 8516.0, 8526.0, 8543.0, 8550.0, 8529.0, 8528.0, 8542.0, 8546.0, 8545.0, 8562.0, 8532.0, 8557.0, 8533.0, 8530.0, 8568.0, 8557.0, 8561.0, 8562.0, 8563.0, 8530.0, 8508.0, 8499.0, 8484.0, 8485.0, 8486.0, 8488.0, 8507.0, 8509.0, 8529.0, 8509.0, 8502.0, 8506.0, 8489.0, 8484.0, 8481.0, 8481.0, 8515.0, 8503.0, 8506.0, 8512.0, 8477.0, 8464.0, 8457.0, 8474.0, 8462.0, 8461.0, 8478.0, 8470.0, 8479.0, 8482.0, 8477.0, 8478.0, 8466.0, 8469.0, 8482.0, 8467.0, 8482.0, 8488.0, 8482.0, 8483.0, 8469.0, 8478.0, 8485.0, 8467.0, 8485.0, 8509.0, 8505.0, 8507.0, 8488.0, 8485.0, 8504.0, 8472.0, 8488.0, 8490.0, 8509.0, 8529.0, 8496.0, 8508.0, 8514.0, 8511.0, 8549.0, 8512.0, 8534.0, 8508.0, 8566.0, 8543.0, 8561.0, 8489.0, 8519.0, 8515.0, 8537.0, 8520.0, 8530.0, 8528.0, 8524.0, 8531.0, 8523.0, 8542.0, 8511.0, 8507.0, 8503.0, 8506.0, 8502.0, 8503.0, 8507.0, 8526.0, 8522.0, 8494.0, 8487.0, 8500.0, 8470.0, 8504.0, 8506.0, 8503.0, 8528.0, 8511.0, 8507.0, 8527.0, 8495.0, 8503.0, 8505.0, 8492.0, 8528.0, 8498.0, 8496.0, 8524.0, 8497.0, 8505.0, 8522.0, 8495.0, 8530.0, 8527.0, 8510.0, 8526.0, 8491.0, 8503.0, 8505.0, 8494.0, 8510.0, 8526.0, 8526.0, 8524.0, 8511.0, 8474.0, 8505.0, 8492.0, 8487.0, 8522.0, 8497.0, 8506.0, 8522.0, 8493.0, 8503.0, 8507.0, 8504.0, 8506.0, 8529.0, 8528.0, 8522.0, 8495.0, 8508.0, 8507.0, 8491.0, 8508.0, 8532.0, 8521.0, 8533.0, 8541.0, 8515.0, 8535.0, 8530.0, 8546.0, 8507.0, 8533.0, 8549.0, 8514.0, 8528.0, 8525.0, 8492.0, 8507.0, 8523.0, 8550.0, 8516.0, 8515.0, 8492.0, 8508.0, 8508.0, 8505.0, 8504.0, 8508.0, 8510.0, 8508.0, 8497.0, 8494.0, 8510.0, 8492.0, 8490.0, 8514.0, 8528.0, 8511.0, 8526.0, 8508.0, 8511.0, 8526.0, 8492.0, 8529.0, 8534.0, 8555.0, 8512.0, 8511.0, 8519.0, 8505.0, 8507.0, 8515.0, 8510.0, 8524.0, 8533.0, 8511.0, 8491.0, 8486.0, 8501.0, 8519.0, 8510.0, 8524.0, 8508.0, 8495.0, 8506.0, 8505.0, 8487.0, 8508.0, 8513.0, 8505.0, 8512.0, 8508.0, 8488.0, 8508.0, 8510.0, 8532.0, 8550.0, 8539.0, 8554.0, 8535.0, 8520.0, 8553.0, 8514.0, 8527.0, 8532.0, 8534.0, 8532.0, 8531.0, 8529.0, 8529.0, 8531.0, 8544.0, 8553.0, 8522.0, 8537.0, 8505.0, 8530.0, 8508.0, 8506.0, 8525.0, 8486.0, 8491.0, 8506.0, 8489.0, 8486.0, 8485.0, 8547.0, 8536.0, 8480.0, 8487.0, 8503.0, 8496.0, 8466.0, 8477.0, 8480.0, 8466.0, 8479.0, 8500.0, 8481.0, 8478.0, 8497.0, 8471.0, 8479.0, 8481.0, 8482.0, 8495.0, 8474.0, 8498.0, 8498.0, 8485.0, 8481.0, 8501.0, 8484.0, 8482.0, 8501.0, 8503.0, 8506.0, 8501.0, 8483.0, 8505.0, 8488.0, 8483.0, 8520.0, 8505.0, 8519.0, 8526.0, 8485.0, 8505.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.010942112211221124</td></tr>
<tr><td colspan=3>aqi</td><td>0.0843809091309131</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.63855975528634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.067296258303966</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0402278206387676</td></tr>
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
<tr><td colspan=3>fber</td><td>4364.5747</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.40245201507024436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>235</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.852585258525853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.847073540375005</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5871223019545613</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2551539223910826</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.698944396779371</td></tr>
<tr><td colspan=3>gcor</td><td>0.00818982</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012523002922534943</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03141007572412491</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.641160509392167</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>15.8585</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6703</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.1601</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302649.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>1012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.3103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6914</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.1573</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2969.1211</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.426</td></tr>
<tr><td colspan=3>tsnr</td><td>20.554203210398555</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>