<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>ffb1a66b614f672421a4b9559e9e175e</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>23:20:4.597500</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.99983, 0.0177235, 0.00513767, -0.0174521, 0.998657, -0.048786]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0898837</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>[4220, -7745, -7268, 236, -148, -66, -74, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>158e769b-78cb-403d-b718-bfc20c93a511||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.6824700832366943, -0.04682260751724243, 0.016187671571969986, 111.13142395019531], [-0.04755097255110741, 2.679323196411133, -0.13145771622657776, -85.54325103759766], [0.013784002512693405, 0.13088929653167725, 2.696749210357666, -80.76679229736328], [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': ['232004.597500', '232005.057500', '232005.517500', '232005.977500', '232006.437500', '232006.897500', '232007.357500', '232007.817500', '232008.277500', '232008.737500', '232009.197500', '232009.657500', '232010.117500', '232010.577500', '232011.037500', '232011.497500', '232011.957500', '232012.417500', '232012.877500', '232013.337500', '232013.797500', '232014.257500', '232014.717500', '232015.177500', '232015.637500', '232016.097500', '232016.557500', '232017.017500', '232017.477500', '232017.937500', '232018.397500', '232018.857500', '232019.317500', '232019.777500', '232020.237500', '232020.697500', '232021.157500', '232021.617500', '232022.077500', '232022.537500', '232022.997500', '232023.457500', '232023.917500', '232024.377500', '232024.837500', '232025.297500', '232025.757500', '232026.217500', '232026.677500', '232027.137500', '232027.597500', '232028.057500', '232028.517500', '232028.977500', '232029.437500', '232029.897500', '232030.357500', '232030.817500', '232031.277500', '232031.737500', '232032.197500', '232032.657500', '232033.117500', '232033.577500', '232034.037500', '232034.497500', '232034.957500', '232035.417500', '232035.877500', '232036.337500', '232036.797500', '232037.257500', '232037.717500', '232038.177500', '232038.637500', '232039.097500', '232039.557500', '232040.017500', '232040.477500', '232040.937500', '232041.397500', '232041.857500', '232042.317500', '232042.777500', '232043.237500', '232043.697500', '232044.157500', '232044.617500', '232045.077500', '232045.537500', '232045.997500', '232046.457500', '232046.917500', '232047.377500', '232047.837500', '232048.297500', '232048.757500', '232049.217500', '232049.677500', '232050.137500', '232050.597500', '232051.057500', '232051.517500', '232051.977500', '232052.437500', '232052.897500', '232053.357500', '232053.817500', '232054.277500', '232054.737500', '232055.197500', '232055.657500', '232056.117500', '232056.577500', '232057.037500', '232057.497500', '232057.957500', '232058.417500', '232058.877500', '232059.337500', '232059.797500', '232100.257500', '232100.717500', '232101.177500', '232101.637500', '232102.097500', '232102.557500', '232103.017500', '232103.477500', '232103.937500', '232104.397500', '232104.857500', '232105.317500', '232105.777500', '232106.237500', '232106.697500', '232107.157500', '232107.617500', '232108.077500', '232108.537500', '232108.997500', '232109.457500', '232109.917500', '232110.377500', '232110.837500', '232111.297500', '232111.757500', '232112.217500', '232112.677500', '232113.137500', '232113.597500', '232114.057500', '232114.517500', '232114.977500', '232115.437500', '232115.897500', '232116.357500', '232116.817500', '232117.277500', '232117.737500', '232118.197500', '232118.657500', '232119.117500', '232119.577500', '232120.037500', '232120.497500', '232120.957500', '232121.417500', '232121.877500', '232122.337500', '232122.797500', '232123.257500', '232123.717500', '232124.177500', '232124.637500', '232125.097500', '232125.557500', '232126.017500', '232126.477500', '232126.937500', '232127.397500', '232127.857500', '232128.317500', '232128.777500', '232129.237500', '232129.697500', '232130.157500', '232130.617500', '232131.077500', '232131.537500', '232131.997500', '232132.457500', '232132.917500', '232133.377500', '232133.837500', '232134.297500', '232134.757500', '232135.217500', '232135.677500', '232136.137500', '232136.597500', '232137.057500', '232137.517500', '232137.977500', '232138.437500', '232138.897500', '232139.357500', '232139.817500', '232140.277500', '232140.737500', '232141.197500', '232141.657500', '232142.117500', '232142.577500', '232143.037500', '232143.497500', '232143.957500', '232144.417500', '232144.877500', '232145.337500', '232145.797500', '232146.257500', '232146.717500', '232147.177500', '232147.637500', '232148.097500', '232148.557500', '232149.017500', '232149.477500', '232149.937500', '232150.397500', '232150.857500', '232151.317500', '232151.777500', '232152.237500', '232152.697500', '232153.157500', '232153.617500', '232154.077500', '232154.537500', '232154.997500', '232155.457500', '232155.917500', '232156.377500', '232156.837500', '232157.297500', '232157.757500', '232158.217500', '232158.677500', '232159.137500', '232159.597500', '232200.057500', '232200.517500', '232200.977500', '232201.437500', '232201.897500', '232202.357500', '232202.817500', '232203.277500', '232203.737500', '232204.197500', '232204.657500', '232205.117500', '232205.577500', '232206.037500', '232206.497500', '232206.957500', '232207.417500', '232207.877500', '232208.337500', '232208.797500', '232209.257500', '232209.717500', '232210.177500', '232210.637500', '232211.097500', '232211.557500', '232212.017500', '232212.477500', '232212.937500', '232213.397500', '232213.857500', '232214.317500', '232214.777500', '232215.237500', '232215.697500', '232216.157500', '232216.617500', '232217.077500', '232217.537500', '232217.997500', '232218.457500', '232218.917500', '232219.377500', '232219.837500', '232220.297500', '232220.757500', '232221.217500', '232221.677500', '232222.137500', '232222.597500', '232223.057500', '232223.517500', '232223.977500', '232224.437500', '232224.897500', '232225.357500', '232225.817500', '232226.277500', '232226.737500', '232227.197500', '232227.657500', '232228.117500', '232228.577500', '232229.037500', '232229.497500', '232229.957500', '232230.417500', '232230.877500', '232231.337500', '232231.797500', '232232.257500', '232232.717500', '232233.177500', '232233.637500', '232234.097500', '232234.557500', '232235.017500', '232235.477500', '232235.937500', '232236.397500', '232236.857500', '232237.317500', '232237.777500', '232238.237500', '232238.697500', '232239.157500', '232239.617500', '232240.077500', '232240.537500', '232240.997500', '232241.457500', '232241.917500', '232242.377500', '232242.837500', '232243.297500', '232243.757500', '232244.217500', '232244.677500', '232245.137500', '232245.597500', '232246.057500', '232246.517500', '232246.977500', '232247.437500', '232247.897500', '232248.357500', '232248.817500', '232249.277500', '232249.737500', '232250.197500', '232250.657500', '232251.117500', '232251.577500', '232252.037500', '232252.497500', '232252.957500', '232253.417500', '232253.877500', '232254.337500', '232254.797500', '232255.257500', '232255.717500', '232256.177500', '232256.637500', '232257.097500', '232257.557500', '232258.017500', '232258.477500', '232258.937500', '232259.397500', '232259.857500', '232300.317500', '232300.777500', '232301.237500', '232301.697500', '232302.157500', '232302.617500', '232303.077500', '232303.537500', '232303.997500', '232304.457500', '232304.917500', '232305.377500', '232305.837500', '232306.297500', '232306.757500', '232307.217500', '232307.677500', '232308.137500', '232308.597500', '232309.057500', '232309.517500', '232309.977500', '232310.437500', '232310.897500', '232311.357500', '232311.817500', '232312.277500', '232312.737500', '232313.197500', '232313.657500', '232314.117500', '232314.577500', '232315.037500', '232315.497500', '232315.957500', '232316.417500', '232316.877500', '232317.337500', '232317.797500', '232318.257500', '232318.717500', '232319.177500', '232319.637500', '232320.097500', '232320.557500', '232321.017500', '232321.477500', '232321.937500', '232322.397500', '232322.857500', '232323.317500', '232323.777500', '232324.237500', '232324.697500', '232325.157500', '232325.617500', '232326.077500', '232326.537500', '232326.997500', '232327.457500', '232327.917500', '232328.377500', '232328.837500', '232329.297500', '232329.757500', '232330.217500', '232330.677500', '232331.137500', '232331.597500', '232332.057500', '232332.517500', '232332.977500', '232333.437500', '232333.897500', '232334.357500', '232334.817500', '232335.277500', '232335.737500', '232336.197500', '232336.657500', '232337.117500', '232337.577500', '232338.037500', '232338.497500', '232338.957500', '232339.417500', '232339.877500', '232340.337500', '232340.797500', '232341.257500', '232341.717500', '232342.177500', '232342.637500', '232343.097500', '232343.557500', '232344.017500', '232344.477500', '232344.937500', '232345.397500', '232345.857500', '232346.317500', '232346.777500', '232347.237500', '232347.697500', '232348.157500', '232348.617500', '232349.077500', '232349.537500', '232349.997500', '232350.457500', '232350.917500', '232351.377500', '232351.837500', '232352.297500', '232352.757500', '232353.217500', '232353.677500', '232354.137500', '232354.597500', '232355.057500', '232355.517500', '232355.977500', '232356.437500', '232356.897500', '232357.357500', '232357.817500', '232358.277500', '232358.737500', '232359.197500', '232359.657500', '232400.117500', '232400.577500', '232401.037500', '232401.497500', '232401.957500', '232402.417500', '232402.877500', '232403.337500', '232403.797500', '232404.257500', '232404.717500', '232405.177500', '232405.637500', '232406.097500', '232406.557500', '232407.017500', '232407.477500', '232407.937500', '232408.397500', '232408.857500', '232409.317500', '232409.777500', '232410.237500', '232410.697500', '232411.157500', '232411.617500', '232412.077500', '232412.537500', '232412.997500', '232413.457500', '232413.917500', '232414.377500', '232414.837500', '232415.297500', '232415.757500', '232416.217500', '232416.677500', '232417.137500', '232417.597500', '232418.057500', '232418.517500', '232418.977500', '232419.437500', '232419.897500', '232420.357500', '232420.817500', '232421.277500', '232421.737500', '232422.197500', '232422.657500', '232423.117500', '232423.577500', '232424.037500', '232424.497500', '232424.957500', '232425.417500', '232425.877500', '232426.337500', '232426.797500', '232427.257500', '232427.717500', '232428.177500', '232428.637500', '232429.097500', '232429.557500', '232430.017500', '232430.477500', '232430.937500', '232431.397500', '232431.857500', '232432.317500', '232432.777500', '232433.237500', '232433.697500', '232434.157500', '232434.617500', '232435.077500', '232435.537500', '232435.997500', '232436.457500', '232436.917500', '232437.377500', '232437.837500', '232438.297500', '232438.757500', '232439.217500', '232439.677500', '232440.137500', '232440.597500', '232441.057500', '232441.517500', '232441.977500', '232442.437500', '232442.897500', '232443.357500', '232443.817500', '232444.277500', '232444.737500', '232445.197500', '232445.657500', '232446.117500', '232446.577500', '232447.037500', '232447.497500', '232447.957500', '232448.417500', '232448.877500', '232449.337500', '232449.797500', '232450.257500', '232450.717500', '232451.177500', '232451.637500', '232452.097500', '232452.557500', '232453.017500', '232453.477500', '232453.937500', '232454.397500', '232454.857500', '232455.317500', '232455.777500', '232456.237500', '232456.697500', '232457.157500', '232457.617500', '232458.077500', '232458.537500', '232458.997500', '232459.457500', '232459.917500', '232500.377500', '232500.837500', '232501.297500', '232501.757500', '232502.217500', '232502.677500', '232503.137500', '232503.597500', '232504.057500', '232504.517500', '232504.977500', '232505.437500', '232505.897500', '232506.357500', '232506.817500', '232507.277500', '232507.737500', '232508.197500', '232508.657500', '232509.117500', '232509.577500', '232510.037500', '232510.497500', '232510.957500', '232511.417500', '232511.877500', '232512.337500', '232512.797500', '232513.257500', '232513.717500', '232514.177500', '232514.637500', '232515.097500', '232515.557500', '232516.017500', '232516.477500', '232516.937500', '232517.397500', '232517.857500', '232518.317500', '232518.777500', '232519.237500', '232519.697500', '232520.157500', '232520.617500', '232521.077500', '232521.537500', '232521.997500', '232522.457500', '232522.917500', '232523.377500', '232523.837500', '232524.297500', '232524.757500', '232525.217500', '232525.677500', '232526.137500', '232526.597500', '232527.057500', '232527.517500', '232527.977500', '232528.437500', '232528.897500', '232529.357500', '232529.817500', '232530.277500', '232530.737500', '232531.197500', '232531.657500', '232532.117500', '232532.577500', '232533.037500', '232533.497500', '232533.957500', '232534.417500', '232534.877500', '232535.337500', '232535.797500', '232536.257500', '232536.717500', '232537.177500', '232537.637500', '232538.097500', '232538.557500', '232539.017500', '232539.477500', '232539.937500', '232540.397500', '232540.857500', '232541.317500', '232541.777500', '232542.237500', '232542.697500', '232543.157500', '232543.617500', '232544.077500', '232544.537500', '232544.997500', '232545.457500', '232545.917500', '232546.377500', '232546.837500', '232547.297500', '232547.757500', '232548.217500', '232548.677500', '232549.137500', '232549.597500', '232550.057500', '232550.517500', '232550.977500', '232551.437500', '232551.897500', '232552.357500', '232552.817500', '232553.277500', '232553.737500', '232554.197500', '232554.657500', '232555.117500', '232555.577500', '232556.037500', '232556.497500', '232556.957500', '232557.417500', '232557.877500', '232558.337500', '232558.797500', '232559.257500', '232559.717500', '232600.177500', '232600.637500', '232601.097500', '232601.557500', '232602.017500', '232602.477500', '232602.937500', '232603.397500', '232603.857500', '232604.317500', '232604.777500', '232605.237500', '232605.697500', '232606.157500', '232606.617500', '232607.077500', '232607.537500', '232607.997500', '232608.457500', '232608.917500', '232609.377500', '232609.837500', '232610.297500', '232610.757500', '232611.217500', '232611.677500', '232612.137500', '232612.597500', '232613.057500', '232613.517500', '232613.977500', '232614.437500', '232614.897500', '232615.357500', '232615.817500', '232616.277500', '232616.737500', '232617.197500', '232617.657500', '232618.117500', '232618.577500', '232619.037500', '232619.497500', '232619.957500', '232620.417500', '232620.877500', '232621.337500', '232621.797500', '232622.257500', '232622.717500', '232623.177500', '232623.637500', '232624.097500', '232624.557500', '232625.017500', '232625.477500', '232625.937500', '232626.397500', '232626.857500', '232627.317500', '232627.777500', '232628.237500', '232628.697500', '232629.157500', '232629.617500', '232630.077500', '232630.537500', '232630.997500', '232631.457500', '232631.917500', '232632.377500', '232632.837500', '232633.297500', '232633.757500', '232634.217500', '232634.677500', '232635.137500', '232635.597500', '232636.057500', '232636.517500', '232636.977500', '232637.437500', '232637.897500', '232638.357500', '232638.817500', '232639.277500', '232639.737500', '232640.197500', '232640.657500', '232641.117500', '232641.577500', '232642.037500', '232642.497500', '232642.957500', '232643.417500', '232643.877500', '232644.337500', '232644.797500', '232645.257500', '232645.717500', '232646.177500', '232646.637500', '232647.097500', '232647.557500', '232648.017500', '232648.477500', '232648.937500', '232649.397500', '232649.857500', '232650.317500', '232650.777500', '232651.237500', '232651.697500', '232652.157500', '232652.617500', '232653.077500', '232653.537500', '232653.997500', '232654.457500', '232654.917500', '232655.377500', '232655.837500', '232656.297500', '232656.757500', '232657.217500', '232657.677500', '232658.137500', '232658.597500', '232659.057500', '232659.517500', '232659.977500', '232700.437500', '232700.897500', '232701.357500', '232701.817500', '232702.277500', '232702.737500', '232703.197500', '232703.657500', '232704.117500', '232704.577500'], 'ContentTime': ['232021.145000', '232021.148000', '232021.151000', '232021.153000', '232021.156000', '232021.159000', '232021.161000', '232021.164000', '232021.166000', '232021.169000', '232021.172000', '232021.175000', '232021.179000', '232021.185000', '232021.188000', '232021.191000', '232021.194000', '232021.196000', '232021.199000', '232021.201000', '232021.204000', '232021.206000', '232021.209000', '232021.212000', '232021.214000', '232021.217000', '232021.220000', '232021.223000', '232021.226000', '232021.229000', '232021.231000', '232021.234000', '232021.236000', '232041.073000', '232041.076000', '232041.079000', '232041.082000', '232041.084000', '232041.087000', '232041.090000', '232041.092000', '232041.095000', '232041.097000', '232041.100000', '232041.103000', '232041.105000', '232041.108000', '232041.110000', '232041.121000', '232041.124000', '232041.126000', '232041.129000', '232041.131000', '232041.134000', '232041.137000', '232041.139000', '232041.142000', '232041.144000', '232041.147000', '232041.150000', '232041.152000', '232041.155000', '232041.157000', '232041.160000', '232041.162000', '232041.165000', '232041.167000', '232041.170000', '232041.173000', '232041.175000', '232041.178000', '232041.181000', '232041.183000', '232041.186000', '232041.189000', '232041.192000', '232041.195000', '232101.074000', '232101.077000', '232101.079000', '232101.082000', '232101.085000', '232101.087000', '232101.090000', '232101.092000', '232101.095000', '232101.098000', '232101.100000', '232101.103000', '232101.105000', '232101.108000', '232101.110000', '232101.113000', '232101.116000', '232101.118000', '232101.129000', '232101.131000', '232101.134000', '232101.137000', '232101.139000', '232101.142000', '232101.145000', '232101.147000', '232101.150000', '232101.152000', '232101.155000', '232101.157000', '232101.160000', '232101.163000', '232101.165000', '232101.168000', '232101.170000', '232101.173000', '232101.176000', '232101.178000', '232101.181000', '232101.183000', '232101.186000', '232101.189000', '232101.192000', '232121.073000', '232121.077000', '232121.079000', '232121.082000', '232121.085000', '232121.088000', '232121.101000', '232121.104000', '232121.107000', '232121.109000', '232121.112000', '232121.114000', '232121.117000', '232121.120000', '232121.122000', '232121.125000', '232121.127000', '232121.130000', '232121.133000', '232121.135000', '232121.138000', '232121.141000', '232121.143000', '232121.146000', '232121.148000', '232121.151000', '232121.154000', '232121.156000', '232121.159000', '232121.161000', '232121.164000', '232121.167000', '232121.169000', '232121.172000', '232121.174000', '232121.177000', '232121.180000', '232121.182000', '232121.185000', '232121.187000', '232121.190000', '232121.193000', '232121.195000', '232121.198000', '232141.073000', '232141.076000', '232141.079000', '232141.082000', '232141.084000', '232141.087000', '232141.090000', '232141.092000', '232141.095000', '232141.097000', '232141.100000', '232141.103000', '232141.105000', '232141.108000', '232141.110000', '232141.113000', '232141.116000', '232141.118000', '232141.121000', '232141.124000', '232141.126000', '232141.129000', '232141.131000', '232141.134000', '232141.137000', '232141.139000', '232141.142000', '232141.144000', '232141.147000', '232141.149000', '232141.152000', '232141.155000', '232141.157000', '232141.160000', '232141.162000', '232141.165000', '232141.168000', '232141.170000', '232141.173000', '232141.176000', '232141.178000', '232141.181000', '232141.184000', '232201.073000', '232201.076000', '232201.079000', '232201.081000', '232201.084000', '232201.087000', '232201.089000', '232201.092000', '232201.094000', '232201.097000', '232201.100000', '232201.102000', '232201.105000', '232201.107000', '232201.110000', '232201.113000', '232201.115000', '232201.118000', '232201.120000', '232201.123000', '232201.126000', '232201.128000', '232201.131000', '232201.133000', '232201.136000', '232201.139000', '232201.141000', '232201.144000', '232201.147000', '232201.149000', '232201.152000', '232201.154000', '232201.157000', '232201.160000', '232201.163000', '232201.165000', '232201.168000', '232201.171000', '232201.173000', '232201.176000', '232201.179000', '232201.181000', '232201.184000', '232201.186000', '232221.074000', '232221.076000', '232221.079000', '232221.082000', '232221.084000', '232221.087000', '232221.089000', '232221.092000', '232221.095000', '232221.097000', '232221.100000', '232221.103000', '232221.105000', '232221.108000', '232221.110000', '232221.113000', '232221.116000', '232221.118000', '232221.121000', '232221.123000', '232221.126000', '232221.129000', '232221.131000', '232221.134000', '232221.136000', '232221.139000', '232221.148000', '232221.150000', '232221.153000', '232221.160000', '232221.163000', '232221.166000', '232221.168000', '232221.171000', '232221.174000', '232221.176000', '232221.179000', '232221.181000', '232221.184000', '232221.186000', '232221.189000', '232221.192000', '232221.195000', '232241.074000', '232241.077000', '232241.080000', '232241.083000', '232241.085000', '232241.088000', '232241.090000', '232241.093000', '232241.096000', '232241.098000', '232241.101000', '232241.104000', '232241.106000', '232241.109000', '232241.111000', '232241.114000', '232241.117000', '232241.120000', '232241.122000', '232241.125000', '232241.128000', '232241.130000', '232241.133000', '232241.135000', '232241.138000', '232241.141000', '232241.143000', '232241.146000', '232241.148000', '232241.151000', '232241.154000', '232241.156000', '232241.159000', '232241.162000', '232241.164000', '232241.167000', '232241.169000', '232241.172000', '232241.175000', '232241.177000', '232241.180000', '232241.182000', '232241.185000', '232241.188000', '232301.074000', '232301.088000', '232301.090000', '232301.093000', '232301.096000', '232301.098000', '232301.101000', '232301.103000', '232301.106000', '232301.109000', '232301.111000', '232301.114000', '232301.116000', '232301.119000', '232301.122000', '232301.124000', '232301.127000', '232301.130000', '232301.132000', '232301.135000', '232301.137000', '232301.140000', '232301.143000', '232301.145000', '232301.148000', '232301.150000', '232301.153000', '232301.156000', '232301.158000', '232301.161000', '232301.164000', '232301.166000', '232301.169000', '232301.171000', '232301.174000', '232301.177000', '232301.179000', '232301.182000', '232301.184000', '232301.187000', '232301.190000', '232301.192000', '232301.195000', '232321.073000', '232321.076000', '232321.079000', '232321.082000', '232321.084000', '232321.087000', '232321.090000', '232321.092000', '232321.095000', '232321.098000', '232321.100000', '232321.103000', '232321.106000', '232321.108000', '232321.111000', '232321.114000', '232321.116000', '232321.119000', '232321.121000', '232321.124000', '232321.127000', '232321.129000', '232321.132000', '232321.134000', '232321.137000', '232321.140000', '232321.142000', '232321.145000', '232321.147000', '232321.150000', '232321.153000', '232321.155000', '232321.158000', '232321.161000', '232321.163000', '232321.166000', '232321.168000', '232321.171000', '232321.174000', '232321.176000', '232321.179000', '232321.181000', '232321.184000', '232321.187000', '232341.094000', '232341.096000', '232341.099000', '232341.102000', '232341.104000', '232341.107000', '232341.110000', '232341.112000', '232341.115000', '232341.117000', '232341.120000', '232341.128000', '232341.130000', '232341.133000', '232341.136000', '232341.138000', '232341.141000', '232341.144000', '232341.146000', '232341.149000', '232341.152000', '232341.154000', '232341.157000', '232341.159000', '232341.162000', '232341.165000', '232341.167000', '232341.170000', '232341.173000', '232341.175000', '232341.178000', '232341.180000', '232341.183000', '232341.186000', '232341.188000', '232341.191000', '232341.194000', '232341.196000', '232341.199000', '232341.201000', '232341.204000', '232341.207000', '232341.209000', '232401.073000', '232401.076000', '232401.079000', '232401.082000', '232401.084000', '232401.087000', '232401.089000', '232401.092000', '232401.095000', '232401.097000', '232401.101000', '232401.104000', '232401.106000', '232401.109000', '232401.112000', '232401.115000', '232401.117000', '232401.120000', '232401.123000', '232401.125000', '232401.128000', '232401.131000', '232401.133000', '232401.136000', '232401.138000', '232401.141000', '232401.144000', '232401.146000', '232401.149000', '232401.152000', '232401.154000', '232401.157000', '232401.160000', '232401.162000', '232401.165000', '232401.168000', '232401.170000', '232401.173000', '232401.175000', '232401.178000', '232401.181000', '232401.183000', '232401.186000', '232421.073000', '232421.076000', '232421.079000', '232421.081000', '232421.084000', '232421.087000', '232421.090000', '232421.092000', '232421.095000', '232421.098000', '232421.100000', '232421.103000', '232421.105000', '232421.108000', '232421.111000', '232421.113000', '232421.116000', '232421.119000', '232421.121000', '232421.124000', '232421.127000', '232421.129000', '232421.132000', '232421.134000', '232421.137000', '232421.140000', '232421.142000', '232421.159000', '232421.162000', '232421.165000', '232421.167000', '232421.170000', '232421.173000', '232421.175000', '232421.178000', '232421.180000', '232421.183000', '232421.186000', '232421.188000', '232421.239000', '232421.242000', '232421.244000', '232421.247000', '232421.249000', '232441.073000', '232441.076000', '232441.079000', '232441.081000', '232441.084000', '232441.087000', '232441.089000', '232441.092000', '232441.095000', '232441.097000', '232441.100000', '232441.102000', '232441.105000', '232441.108000', '232441.110000', '232441.113000', '232441.115000', '232441.118000', '232441.121000', '232441.123000', '232441.126000', '232441.128000', '232441.131000', '232441.134000', '232441.136000', '232441.139000', '232441.141000', '232441.144000', '232441.147000', '232441.149000', '232441.152000', '232441.154000', '232441.157000', '232441.160000', '232441.162000', '232441.165000', '232441.168000', '232441.170000', '232441.173000', '232441.176000', '232441.178000', '232441.181000', '232441.183000', '232441.186000', '232501.074000', '232501.077000', '232501.080000', '232501.083000', '232501.085000', '232501.088000', '232501.091000', '232501.093000', '232501.096000', '232501.098000', '232501.101000', '232501.104000', '232501.106000', '232501.109000', '232501.112000', '232501.114000', '232501.117000', '232501.119000', '232501.122000', '232501.125000', '232501.127000', '232501.130000', '232501.133000', '232501.135000', '232501.138000', '232501.140000', '232501.143000', '232501.146000', '232501.148000', '232501.151000', '232501.153000', '232501.156000', '232501.159000', '232501.161000', '232501.164000', '232501.166000', '232501.169000', '232501.172000', '232501.174000', '232501.177000', '232501.179000', '232501.182000', '232501.185000', '232521.093000', '232521.096000', '232521.099000', '232521.102000', '232521.104000', '232521.107000', '232521.109000', '232521.112000', '232521.115000', '232521.117000', '232521.120000', '232521.123000', '232521.125000', '232521.128000', '232521.130000', '232521.133000', '232521.136000', '232521.139000', '232521.142000', '232521.145000', '232521.148000', '232521.150000', '232521.153000', '232521.158000', '232521.160000', '232521.163000', '232521.166000', '232521.169000', '232521.178000', '232521.181000', '232521.183000', '232521.186000', '232521.189000', '232521.314000', '232521.317000', '232521.319000', '232521.322000', '232521.324000', '232521.327000', '232521.330000', '232521.332000', '232521.335000', '232521.338000', '232541.073000', '232541.076000', '232541.079000', '232541.082000', '232541.084000', '232541.087000', '232541.090000', '232541.092000', '232541.095000', '232541.097000', '232541.100000', '232541.103000', '232541.105000', '232541.108000', '232541.111000', '232541.113000', '232541.116000', '232541.118000', '232541.121000', '232541.124000', '232541.126000', '232541.129000', '232541.131000', '232541.134000', '232541.137000', '232541.139000', '232541.142000', '232541.144000', '232541.147000', '232541.150000', '232541.153000', '232541.155000', '232541.158000', '232541.160000', '232541.163000', '232541.166000', '232541.168000', '232541.171000', '232541.173000', '232541.176000', '232541.179000', '232541.181000', '232541.184000', '232541.186000', '232601.073000', '232601.076000', '232601.079000', '232601.082000', '232601.084000', '232601.087000', '232601.089000', '232601.092000', '232601.095000', '232601.098000', '232601.100000', '232601.103000', '232601.106000', '232601.109000', '232601.112000', '232601.115000', '232601.117000', '232601.120000', '232601.123000', '232601.125000', '232601.128000', '232601.130000', '232601.133000', '232601.136000', '232601.138000', '232601.141000', '232601.144000', '232601.146000', '232601.149000', '232601.151000', '232601.154000', '232601.157000', '232601.159000', '232601.162000', '232601.164000', '232601.167000', '232601.170000', '232601.172000', '232601.175000', '232601.177000', '232601.180000', '232601.183000', '232601.185000', '232621.073000', '232621.077000', '232621.079000', '232621.082000', '232621.084000', '232621.087000', '232621.090000', '232621.092000', '232621.095000', '232621.098000', '232621.100000', '232621.103000', '232621.105000', '232621.108000', '232621.110000', '232621.113000', '232621.116000', '232621.118000', '232621.121000', '232621.123000', '232621.126000', '232621.129000', '232621.131000', '232621.134000', '232621.137000', '232621.139000', '232621.142000', '232621.144000', '232621.147000', '232621.150000', '232621.152000', '232621.155000', '232621.157000', '232621.160000', '232621.163000', '232621.165000', '232621.168000', '232621.171000', '232621.173000', '232621.176000', '232621.178000', '232621.181000', '232621.184000', '232621.186000', '232641.073000', '232641.076000', '232641.079000', '232641.082000', '232641.084000', '232641.087000', '232641.089000', '232641.092000', '232641.095000', '232641.097000', '232641.100000', '232641.103000', '232641.105000', '232641.108000', '232641.110000', '232641.113000', '232641.116000', '232641.118000', '232641.121000', '232641.124000', '232641.127000', '232641.130000', '232641.134000', '232641.137000', '232641.139000', '232641.142000', '232641.145000', '232641.147000', '232641.150000', '232641.153000', '232641.155000', '232641.158000', '232641.161000', '232641.163000', '232641.166000', '232641.169000', '232641.171000', '232641.174000', '232641.176000', '232641.180000', '232641.183000', '232641.186000', '232641.188000', '232701.074000', '232701.077000', '232701.079000', '232701.082000', '232701.085000', '232701.087000', '232701.090000', '232701.093000', '232701.095000', '232701.098000', '232701.101000', '232701.103000', '232701.106000', '232701.108000', '232701.111000', '232701.114000', '232701.116000', '232701.119000', '232701.121000', '232701.124000', '232701.127000', '232701.129000', '232701.132000', '232701.134000', '232701.137000', '232701.140000', '232701.142000', '232701.145000', '232701.148000', '232701.150000', '232701.153000', '232701.155000', '232701.158000', '232701.161000', '232701.163000', '232701.166000', '232701.169000', '232701.171000', '232701.174000', '232701.176000', '232701.179000', '232701.182000', '232701.184000', '232701.187000', '232705.994000', '232705.997000', '232706.000000', '232706.002000', '232706.005000', '232706.027000', '232706.030000', '232706.032000', '232706.035000', '232706.038000', '232706.040000'], 'InstanceCreationTime': ['232021.145000', '232021.148000', '232021.151000', '232021.153000', '232021.156000', '232021.159000', '232021.161000', '232021.164000', '232021.166000', '232021.169000', '232021.172000', '232021.175000', '232021.179000', '232021.185000', '232021.188000', '232021.191000', '232021.194000', '232021.196000', '232021.199000', '232021.201000', '232021.204000', '232021.206000', '232021.209000', '232021.212000', '232021.214000', '232021.217000', '232021.220000', '232021.223000', '232021.226000', '232021.229000', '232021.231000', '232021.234000', '232021.236000', '232041.073000', '232041.076000', '232041.079000', '232041.082000', '232041.084000', '232041.087000', '232041.090000', '232041.092000', '232041.095000', '232041.097000', '232041.100000', '232041.103000', '232041.105000', '232041.108000', '232041.110000', '232041.121000', '232041.124000', '232041.126000', '232041.129000', '232041.131000', '232041.134000', '232041.137000', '232041.139000', '232041.142000', '232041.144000', '232041.147000', '232041.150000', '232041.152000', '232041.155000', '232041.157000', '232041.160000', '232041.162000', '232041.165000', '232041.167000', '232041.170000', '232041.173000', '232041.175000', '232041.178000', '232041.181000', '232041.183000', '232041.186000', '232041.189000', '232041.192000', '232041.195000', '232101.074000', '232101.077000', '232101.079000', '232101.082000', '232101.085000', '232101.087000', '232101.090000', '232101.092000', '232101.095000', '232101.098000', '232101.100000', '232101.103000', '232101.105000', '232101.108000', '232101.110000', '232101.113000', '232101.116000', '232101.118000', '232101.129000', '232101.131000', '232101.134000', '232101.137000', '232101.139000', '232101.142000', '232101.145000', '232101.147000', '232101.150000', '232101.152000', '232101.155000', '232101.157000', '232101.160000', '232101.163000', '232101.165000', '232101.168000', '232101.170000', '232101.173000', '232101.176000', '232101.178000', '232101.181000', '232101.183000', '232101.186000', '232101.189000', '232101.192000', '232121.073000', '232121.077000', '232121.079000', '232121.082000', '232121.085000', '232121.088000', '232121.101000', '232121.104000', '232121.107000', '232121.109000', '232121.112000', '232121.114000', '232121.117000', '232121.120000', '232121.122000', '232121.125000', '232121.127000', '232121.130000', '232121.133000', '232121.135000', '232121.138000', '232121.141000', '232121.143000', '232121.146000', '232121.148000', '232121.151000', '232121.154000', '232121.156000', '232121.159000', '232121.161000', '232121.164000', '232121.167000', '232121.169000', '232121.172000', '232121.174000', '232121.177000', '232121.180000', '232121.182000', '232121.185000', '232121.187000', '232121.190000', '232121.193000', '232121.195000', '232121.198000', '232141.073000', '232141.076000', '232141.079000', '232141.082000', '232141.084000', '232141.087000', '232141.090000', '232141.092000', '232141.095000', '232141.097000', '232141.100000', '232141.103000', '232141.105000', '232141.108000', '232141.110000', '232141.113000', '232141.116000', '232141.118000', '232141.121000', '232141.124000', '232141.126000', '232141.129000', '232141.131000', '232141.134000', '232141.137000', '232141.139000', '232141.142000', '232141.144000', '232141.147000', '232141.149000', '232141.152000', '232141.155000', '232141.157000', '232141.160000', '232141.162000', '232141.165000', '232141.168000', '232141.170000', '232141.173000', '232141.176000', '232141.178000', '232141.181000', '232141.184000', '232201.073000', '232201.076000', '232201.079000', '232201.081000', '232201.084000', '232201.087000', '232201.089000', '232201.092000', '232201.094000', '232201.097000', '232201.100000', '232201.102000', '232201.105000', '232201.107000', '232201.110000', '232201.113000', '232201.115000', '232201.118000', '232201.120000', '232201.123000', '232201.126000', '232201.128000', '232201.131000', '232201.133000', '232201.136000', '232201.139000', '232201.141000', '232201.144000', '232201.147000', '232201.149000', '232201.152000', '232201.154000', '232201.157000', '232201.160000', '232201.163000', '232201.165000', '232201.168000', '232201.171000', '232201.173000', '232201.176000', '232201.179000', '232201.181000', '232201.184000', '232201.186000', '232221.074000', '232221.076000', '232221.079000', '232221.082000', '232221.084000', '232221.087000', '232221.089000', '232221.092000', '232221.095000', '232221.097000', '232221.100000', '232221.103000', '232221.105000', '232221.108000', '232221.110000', '232221.113000', '232221.116000', '232221.118000', '232221.121000', '232221.123000', '232221.126000', '232221.129000', '232221.131000', '232221.134000', '232221.136000', '232221.139000', '232221.148000', '232221.150000', '232221.153000', '232221.160000', '232221.163000', '232221.166000', '232221.168000', '232221.171000', '232221.174000', '232221.176000', '232221.179000', '232221.181000', '232221.184000', '232221.186000', '232221.189000', '232221.192000', '232221.195000', '232241.074000', '232241.077000', '232241.080000', '232241.083000', '232241.085000', '232241.088000', '232241.090000', '232241.093000', '232241.096000', '232241.098000', '232241.101000', '232241.104000', '232241.106000', '232241.109000', '232241.111000', '232241.114000', '232241.117000', '232241.120000', '232241.122000', '232241.125000', '232241.128000', '232241.130000', '232241.133000', '232241.135000', '232241.138000', '232241.141000', '232241.143000', '232241.146000', '232241.148000', '232241.151000', '232241.154000', '232241.156000', '232241.159000', '232241.162000', '232241.164000', '232241.167000', '232241.169000', '232241.172000', '232241.175000', '232241.177000', '232241.180000', '232241.182000', '232241.185000', '232241.188000', '232301.074000', '232301.088000', '232301.090000', '232301.093000', '232301.096000', '232301.098000', '232301.101000', '232301.103000', '232301.106000', '232301.109000', '232301.111000', '232301.114000', '232301.116000', '232301.119000', '232301.122000', '232301.124000', '232301.127000', '232301.130000', '232301.132000', '232301.135000', '232301.137000', '232301.140000', '232301.143000', '232301.145000', '232301.148000', '232301.150000', '232301.153000', '232301.156000', '232301.158000', '232301.161000', '232301.164000', '232301.166000', '232301.169000', '232301.171000', '232301.174000', '232301.177000', '232301.179000', '232301.182000', '232301.184000', '232301.187000', '232301.190000', '232301.192000', '232301.195000', '232321.073000', '232321.076000', '232321.079000', '232321.082000', '232321.084000', '232321.087000', '232321.090000', '232321.092000', '232321.095000', '232321.098000', '232321.100000', '232321.103000', '232321.106000', '232321.108000', '232321.111000', '232321.114000', '232321.116000', '232321.119000', '232321.121000', '232321.124000', '232321.127000', '232321.129000', '232321.132000', '232321.134000', '232321.137000', '232321.140000', '232321.142000', '232321.145000', '232321.147000', '232321.150000', '232321.153000', '232321.155000', '232321.158000', '232321.161000', '232321.163000', '232321.166000', '232321.168000', '232321.171000', '232321.174000', '232321.176000', '232321.179000', '232321.181000', '232321.184000', '232321.187000', '232341.094000', '232341.096000', '232341.099000', '232341.102000', '232341.104000', '232341.107000', '232341.110000', '232341.112000', '232341.115000', '232341.117000', '232341.120000', '232341.128000', '232341.130000', '232341.133000', '232341.136000', '232341.138000', '232341.141000', '232341.144000', '232341.146000', '232341.149000', '232341.152000', '232341.154000', '232341.157000', '232341.159000', '232341.162000', '232341.165000', '232341.167000', '232341.170000', '232341.173000', '232341.175000', '232341.178000', '232341.180000', '232341.183000', '232341.186000', '232341.188000', '232341.191000', '232341.194000', '232341.196000', '232341.199000', '232341.201000', '232341.204000', '232341.207000', '232341.209000', '232401.073000', '232401.076000', '232401.079000', '232401.082000', '232401.084000', '232401.087000', '232401.089000', '232401.092000', '232401.095000', '232401.097000', '232401.101000', '232401.104000', '232401.106000', '232401.109000', '232401.112000', '232401.115000', '232401.117000', '232401.120000', '232401.123000', '232401.125000', '232401.128000', '232401.131000', '232401.133000', '232401.136000', '232401.138000', '232401.141000', '232401.144000', '232401.146000', '232401.149000', '232401.152000', '232401.154000', '232401.157000', '232401.160000', '232401.162000', '232401.165000', '232401.168000', '232401.170000', '232401.173000', '232401.175000', '232401.178000', '232401.181000', '232401.183000', '232401.186000', '232421.073000', '232421.076000', '232421.079000', '232421.081000', '232421.084000', '232421.087000', '232421.090000', '232421.092000', '232421.095000', '232421.098000', '232421.100000', '232421.103000', '232421.105000', '232421.108000', '232421.111000', '232421.113000', '232421.116000', '232421.119000', '232421.121000', '232421.124000', '232421.127000', '232421.129000', '232421.132000', '232421.134000', '232421.137000', '232421.140000', '232421.142000', '232421.159000', '232421.162000', '232421.165000', '232421.167000', '232421.170000', '232421.173000', '232421.175000', '232421.178000', '232421.180000', '232421.183000', '232421.186000', '232421.188000', '232421.239000', '232421.242000', '232421.244000', '232421.247000', '232421.249000', '232441.073000', '232441.076000', '232441.079000', '232441.081000', '232441.084000', '232441.087000', '232441.089000', '232441.092000', '232441.095000', '232441.097000', '232441.100000', '232441.102000', '232441.105000', '232441.108000', '232441.110000', '232441.113000', '232441.115000', '232441.118000', '232441.121000', '232441.123000', '232441.126000', '232441.128000', '232441.131000', '232441.134000', '232441.136000', '232441.139000', '232441.141000', '232441.144000', '232441.147000', '232441.149000', '232441.152000', '232441.154000', '232441.157000', '232441.160000', '232441.162000', '232441.165000', '232441.168000', '232441.170000', '232441.173000', '232441.176000', '232441.178000', '232441.181000', '232441.183000', '232441.186000', '232501.074000', '232501.077000', '232501.080000', '232501.083000', '232501.085000', '232501.088000', '232501.091000', '232501.093000', '232501.096000', '232501.098000', '232501.101000', '232501.104000', '232501.106000', '232501.109000', '232501.112000', '232501.114000', '232501.117000', '232501.119000', '232501.122000', '232501.125000', '232501.127000', '232501.130000', '232501.133000', '232501.135000', '232501.138000', '232501.140000', '232501.143000', '232501.146000', '232501.148000', '232501.151000', '232501.153000', '232501.156000', '232501.159000', '232501.161000', '232501.164000', '232501.166000', '232501.169000', '232501.172000', '232501.174000', '232501.177000', '232501.179000', '232501.182000', '232501.185000', '232521.093000', '232521.096000', '232521.099000', '232521.102000', '232521.104000', '232521.107000', '232521.109000', '232521.112000', '232521.115000', '232521.117000', '232521.120000', '232521.123000', '232521.125000', '232521.128000', '232521.130000', '232521.133000', '232521.136000', '232521.139000', '232521.142000', '232521.145000', '232521.148000', '232521.150000', '232521.153000', '232521.158000', '232521.160000', '232521.163000', '232521.166000', '232521.169000', '232521.178000', '232521.181000', '232521.183000', '232521.186000', '232521.189000', '232521.314000', '232521.317000', '232521.319000', '232521.322000', '232521.324000', '232521.327000', '232521.330000', '232521.332000', '232521.335000', '232521.338000', '232541.073000', '232541.076000', '232541.079000', '232541.082000', '232541.084000', '232541.087000', '232541.090000', '232541.092000', '232541.095000', '232541.097000', '232541.100000', '232541.103000', '232541.105000', '232541.108000', '232541.111000', '232541.113000', '232541.116000', '232541.118000', '232541.121000', '232541.124000', '232541.126000', '232541.129000', '232541.131000', '232541.134000', '232541.137000', '232541.139000', '232541.142000', '232541.144000', '232541.147000', '232541.150000', '232541.153000', '232541.155000', '232541.158000', '232541.160000', '232541.163000', '232541.166000', '232541.168000', '232541.171000', '232541.173000', '232541.176000', '232541.179000', '232541.181000', '232541.184000', '232541.186000', '232601.073000', '232601.076000', '232601.079000', '232601.082000', '232601.084000', '232601.087000', '232601.089000', '232601.092000', '232601.095000', '232601.098000', '232601.100000', '232601.103000', '232601.106000', '232601.109000', '232601.112000', '232601.115000', '232601.117000', '232601.120000', '232601.123000', '232601.125000', '232601.128000', '232601.130000', '232601.133000', '232601.136000', '232601.138000', '232601.141000', '232601.144000', '232601.146000', '232601.149000', '232601.151000', '232601.154000', '232601.157000', '232601.159000', '232601.162000', '232601.164000', '232601.167000', '232601.170000', '232601.172000', '232601.175000', '232601.177000', '232601.180000', '232601.183000', '232601.185000', '232621.073000', '232621.077000', '232621.079000', '232621.082000', '232621.084000', '232621.087000', '232621.090000', '232621.092000', '232621.095000', '232621.098000', '232621.100000', '232621.103000', '232621.105000', '232621.108000', '232621.110000', '232621.113000', '232621.116000', '232621.118000', '232621.121000', '232621.123000', '232621.126000', '232621.129000', '232621.131000', '232621.134000', '232621.137000', '232621.139000', '232621.142000', '232621.144000', '232621.147000', '232621.150000', '232621.152000', '232621.155000', '232621.157000', '232621.160000', '232621.163000', '232621.165000', '232621.168000', '232621.171000', '232621.173000', '232621.176000', '232621.178000', '232621.181000', '232621.184000', '232621.186000', '232641.073000', '232641.076000', '232641.079000', '232641.082000', '232641.084000', '232641.087000', '232641.089000', '232641.092000', '232641.095000', '232641.097000', '232641.100000', '232641.103000', '232641.105000', '232641.108000', '232641.110000', '232641.113000', '232641.116000', '232641.118000', '232641.121000', '232641.124000', '232641.127000', '232641.130000', '232641.134000', '232641.137000', '232641.139000', '232641.142000', '232641.145000', '232641.147000', '232641.150000', '232641.153000', '232641.155000', '232641.158000', '232641.161000', '232641.163000', '232641.166000', '232641.169000', '232641.171000', '232641.174000', '232641.176000', '232641.180000', '232641.183000', '232641.186000', '232641.188000', '232701.074000', '232701.077000', '232701.079000', '232701.082000', '232701.085000', '232701.087000', '232701.090000', '232701.093000', '232701.095000', '232701.098000', '232701.101000', '232701.103000', '232701.106000', '232701.108000', '232701.111000', '232701.114000', '232701.116000', '232701.119000', '232701.121000', '232701.124000', '232701.127000', '232701.129000', '232701.132000', '232701.134000', '232701.137000', '232701.140000', '232701.142000', '232701.145000', '232701.148000', '232701.150000', '232701.153000', '232701.155000', '232701.158000', '232701.161000', '232701.163000', '232701.166000', '232701.169000', '232701.171000', '232701.174000', '232701.176000', '232701.179000', '232701.182000', '232701.184000', '232701.187000', '232705.994000', '232705.997000', '232706.000000', '232706.002000', '232706.005000', '232706.027000', '232706.030000', '232706.032000', '232706.035000', '232706.038000', '232706.040000'], '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': [10433, 6946, 10218, 6426, 10345, 8317, 10364, 6730, 9373, 6614, 9279, 8461, 9635, 10496, 8461, 11861, 7924, 10158, 7183, 9632, 7420, 8802, 6061, 8233, 6370, 7567, 10567, 7374, 9750, 7151, 9111, 6407, 8227, 6031, 8044, 7273, 8234, 11357, 8547, 10115, 7085, 9018, 6112, 9275, 8652, 9326, 11912, 8381, 10558, 7587, 9750, 7233, 9709, 6475, 9505, 6329, 9100, 9899, 8879, 11056, 8682, 11115, 7910, 10133, 6816, 9747, 6657, 10356, 6975, 10580, 6669, 9606, 6865, 9032, 11402, 8935, 12609, 9113, 10302, 7250, 9832, 7157, 9781, 6500, 10148, 6431, 9353, 7856, 8244, 10947, 8210, 10127, 7232, 9685, 6025, 8687, 6814, 7866, 11016, 7413, 10128, 8050, 9969, 6571, 8806, 7051, 8414, 5947, 9052, 7575, 9139, 7903, 8785, 10814, 7890, 9657, 7579, 10253, 6578, 9866, 6215, 9063, 6518, 9809, 8813, 9852, 7196, 9686, 7180, 10016, 6953, 10974, 8094, 11475, 9132, 12802, 9403, 12126, 8938, 11039, 7490, 10957, 7523, 11434, 7111, 9879, 6252, 9235, 7809, 8992, 9213, 9115, 6361, 9200, 6569, 9884, 7374, 6647, 8719, 5959, 9710, 12753, 9026, 10698, 7265, 9802, 7424, 9840, 12221, 9227, 11314, 9040, 10966, 8082, 10151, 7365, 9978, 7118, 9716, 6532, 9135, 7092, 8755, 10090, 8410, 12339, 8386, 10604, 7502, 10331, 7919, 10359, 8031, 9898, 6951, 8866, 6851, 8399, 5842, 8196, 6132, 8213, 7595, 8047, 10925, 7588, 9527, 6633, 8478, 6025, 7936, 10554, 7774, 10482, 6954, 8855, 6010, 8034, 7980, 7769, 10774, 7621, 11161, 7383, 9547, 7027, 9416, 6449, 9675, 6558, 9379, 12820, 8795, 10509, 7272, 10182, 7260, 9286, 12703, 8647, 10221, 6347, 9594, 7404, 9118, 9012, 8241, 11079, 8004, 10299, 7193, 10125, 6519, 9768, 6331, 9204, 12526, 8998, 11022, 8726, 10355, 6604, 9545, 12308, 8898, 11493, 8274, 10252, 6144, 8985, 9098, 8602, 11176, 8466, 10119, 7068, 9306, 6569, 8754, 5931, 8883, 6572, 9226, 7053, 8592, 12524, 8603, 10917, 8063, 10687, 7070, 9905, 6174, 9416, 8725, 9160, 11366, 8803, 8043, 8958, 7380, 9031, 7507, 9108, 9104, 9889, 10358, 8879, 11780, 8684, 11247, 8367, 11249, 7823, 10379, 7156, 10540, 7315, 10913, 8267, 11450, 8613, 9221, 8434, 7525, 9918, 9242, 10168, 11013, 9076, 10420, 8387, 12429, 8692, 12896, 9096, 9855, 8748, 7924, 8872, 6622, 9727, 7034, 10376, 6681, 10132, 6738, 10385, 7322, 10277, 7482, 10594, 7070, 9749, 6657, 9267, 6091, 9074, 8844, 9070, 11600, 8887, 11862, 7832, 10953, 7667, 10810, 8294, 10761, 7053, 9676, 6345, 9070, 7227, 9174, 9818, 8553, 10984, 8266, 12602, 8626, 12270, 8856, 12278, 8546, 10733, 7921, 10543, 6833, 9960, 7128, 9801, 7599, 8734, 12602, 8657, 11232, 8926, 10998, 7523, 9885, 6467, 9278, 6217, 9248, 7203, 8954, 6527, 8736, 11374, 8367, 11180, 8459, 10646, 7442, 9985, 6414, 9368, 5981, 8728, 8031, 8936, 12087, 9296, 11796, 8360, 10527, 7670, 10263, 7059, 10510, 7353, 9559, 9358, 8354, 11232, 7827, 9870, 6548, 9866, 6833, 8999, 9943, 8008, 10613, 7486, 9784, 6692, 9709, 6497, 8934, 10684, 8287, 10810, 8293, 10655, 7058, 9640, 6205, 8622, 7706, 8475, 12095, 8634, 12219, 8360, 10909, 7546, 9886, 6380, 9210, 6574, 9601, 9135, 8681, 11555, 8269, 10279, 6847, 10167, 6959, 9228, 8524, 8369, 11006, 8134, 10022, 6556, 9524, 6715, 9545, 6117, 8703, 6030, 8526, 7546, 8610, 9921, 8489, 12299, 9093, 12056, 8182, 8995, 8683, 10223, 9580, 7383, 9198, 6686, 9588, 11933, 9270, 13276, 9542, 10742, 8225, 12115, 8376, 11372, 8689, 10981, 8706, 10462, 7723, 10351, 6931, 9897, 6709, 9865, 6482, 9151, 6412, 8737, 12374, 8514, 12934, 9294, 11428, 8051, 10802, 8120, 10609, 8461, 11198, 7972, 10563, 7177, 10161, 7083, 10200, 8802, 10007, 11542, 8525, 11544, 8237, 10548, 7353, 10189, 6921, 9007, 7653, 8139, 12349, 8543, 10753, 8672, 10463, 6934, 9438, 6226, 8783, 6456, 9337, 6509, 9199, 6986, 8412, 11302, 8422, 11739, 9266, 11360, 8277, 10167, 7947, 10115, 7263, 10684, 7213, 9803, 6224, 8781, 6896, 8551, 11822, 8610, 11449, 8792, 10417, 7850, 9773, 6623, 9337, 7152, 9627, 7632, 8493, 10169, 7854, 10492, 8155, 10479, 8400, 10200, 6704, 9549, 6080, 8878, 7328, 8699, 8346, 8850, 9483, 8275, 10879, 7960, 9902, 6666, 9486, 6709, 9169, 6808, 8400, 10569, 8081, 10859, 8514, 10088, 7307, 9280, 6207, 8773, 6583, 8594, 9968, 8560, 10978, 8081, 10821, 8006, 9693, 7536, 10003, 7566, 9393, 6314, 9000, 6163, 8961, 7595, 9343, 10335, 8696, 11612, 7771, 10619, 7843, 9761, 6968, 9812, 6311, 8835, 6007, 8216, 11808, 8014, 9960, 7533, 9749, 6456, 8608, 6017, 7772, 6458, 7670, 11053, 7809, 11092, 7943, 9589, 7039, 9336, 6446, 9085, 7032, 9581, 6430, 9082, 9999, 8113, 10633, 8415, 10372, 8023, 9613, 6917, 9231, 6561, 9351, 6583, 9620, 6725, 8781, 6184, 8606, 7191, 8395, 12246, 9018, 11386, 8236, 9927, 7534, 9786, 7768, 9956, 8544, 10023, 7565, 9877, 6730, 9262, 6402, 9174, 9508, 8705, 11339, 7996, 10542, 8071, 9867, 7188, 10349, 6664, 8646, 6900, 8174, 10017, 8108, 10462, 8349, 9446, 8108, 11186, 7875, 10812, 8296, 10415, 8465, 11552, 8360, 9629, 7228, 8275, 9734, 11109, 8388, 6399, 9733, 7989, 10341, 7701, 10129, 6763, 9474, 7789, 9803, 10346, 8775, 12212, 8284, 10202, 7412, 9645, 7214, 9313, 6004, 8149, 5993, 8066, 5920, 8234, 6622, 8098, 8105, 7591, 10616, 8195, 10094, 7750, 9812, 6306, 8929, 7571, 8514, 11621, 9006, 10418, 8693, 10192, 6923, 9076, 6200, 8664, 12215, 8509, 10614, 8090, 9906, 6513, 8976, 8808, 7998, 11520, 8880, 10549, 7699, 9691, 6063, 8824, 6042, 8547, 12621, 9067, 11055, 7971, 9754, 6671, 9418, 6364, 9591, 6751, 9429, 6273, 9108, 6916, 9025, 12456, 8521, 11394, 9161, 10417, 7697, 9980, 6808, 9768, 7370, 10318, 6888, 9354, 6370, 9238, 6742, 9472, 7523, 10085, 6668, 9897, 6724, 9671, 6040, 10152, 6706, 9720, 6425, 9715, 8249, 8706, 12284, 8589, 10505, 7770, 9929, 6959, 9707, 7502, 10518, 8208, 9745, 9270, 7643, 10755, 8448, 8272, 9272, 7184, 10811, 8311, 11239, 8661, 10733, 7654, 10204, 6668, 9763, 6283, 9115, 7127, 8346, 8083, 7716, 7530], 'WindowCenter': [3885.0, 3828.0, 3856.0, 3802.0, 3842.0, 3819.0, 3840.0, 3797.0, 3828.0, 3796.0, 3828.0, 3817.0, 3828.0, 3839.0, 3818.0, 3850.0, 3818.0, 3839.0, 3797.0, 3828.0, 3807.0, 3828.0, 3786.0, 3818.0, 3797.0, 3819.0, 3840.0, 3820.0, 3841.0, 3811.0, 3842.0, 3801.0, 3832.0, 3801.0, 3834.0, 3822.0, 3834.0, 3865.0, 3845.0, 3855.0, 3823.0, 3844.0, 3803.0, 3844.0, 3833.0, 3844.0, 3864.0, 3832.0, 3853.0, 3821.0, 3843.0, 3822.0, 3843.0, 3800.0, 3855.0, 3801.0, 3844.0, 3854.0, 3844.0, 3853.0, 3832.0, 3853.0, 3821.0, 3842.0, 3810.0, 3842.0, 3811.0, 3842.0, 3810.0, 3853.0, 3799.0, 3841.0, 3799.0, 3831.0, 3850.0, 3830.0, 3861.0, 3830.0, 3841.0, 3809.0, 3840.0, 3809.0, 3839.0, 3787.0, 3841.0, 3797.0, 3829.0, 3818.0, 3819.0, 3840.0, 3818.0, 3839.0, 3807.0, 3828.0, 3786.0, 3818.0, 3797.0, 3818.0, 3850.0, 3808.0, 3840.0, 3820.0, 3842.0, 3800.0, 3831.0, 3810.0, 3831.0, 3789.0, 3832.0, 3820.0, 3832.0, 3820.0, 3831.0, 3852.0, 3819.0, 3830.0, 3808.0, 3841.0, 3799.0, 3841.0, 3789.0, 3831.0, 3800.0, 3841.0, 3830.0, 3843.0, 3810.0, 3855.0, 3813.0, 3843.0, 3810.0, 3852.0, 3833.0, 3866.0, 3845.0, 3866.0, 3844.0, 3865.0, 3832.0, 3841.0, 3808.0, 3839.0, 3806.0, 3839.0, 3796.0, 3828.0, 3786.0, 3828.0, 3806.0, 3817.0, 3827.0, 3829.0, 3800.0, 3828.0, 3810.0, 3841.0, 3823.0, 3826.0, 3859.0, 3816.0, 3870.0, 3878.0, 3847.0, 3854.0, 3824.0, 3844.0, 3811.0, 3842.0, 3851.0, 3818.0, 3838.0, 3815.0, 3825.0, 3792.0, 3813.0, 3781.0, 3812.0, 3780.0, 3812.0, 3769.0, 3801.0, 3779.0, 3801.0, 3811.0, 3801.0, 3832.0, 3801.0, 3823.0, 3792.0, 3823.0, 3803.0, 3825.0, 3805.0, 3826.0, 3795.0, 3816.0, 3796.0, 3817.0, 3775.0, 3819.0, 3787.0, 3819.0, 3808.0, 3819.0, 3851.0, 3820.0, 3842.0, 3799.0, 3820.0, 3789.0, 3822.0, 3853.0, 3822.0, 3853.0, 3811.0, 3832.0, 3790.0, 3833.0, 3832.0, 3823.0, 3865.0, 3835.0, 3866.0, 3825.0, 3857.0, 3826.0, 3857.0, 3815.0, 3858.0, 3814.0, 3857.0, 3877.0, 3845.0, 3856.0, 3822.0, 3855.0, 3822.0, 3844.0, 3864.0, 3832.0, 3853.0, 3801.0, 3844.0, 3822.0, 3845.0, 3844.0, 3834.0, 3865.0, 3834.0, 3855.0, 3824.0, 3868.0, 3814.0, 3856.0, 3812.0, 3857.0, 3876.0, 3844.0, 3866.0, 3834.0, 3854.0, 3811.0, 3843.0, 3863.0, 3830.0, 3852.0, 3820.0, 3840.0, 3787.0, 3829.0, 3829.0, 3829.0, 3850.0, 3830.0, 3841.0, 3810.0, 3841.0, 3810.0, 3831.0, 3800.0, 3843.0, 3811.0, 3844.0, 3811.0, 3832.0, 3863.0, 3831.0, 3852.0, 3821.0, 3853.0, 3808.0, 3841.0, 3788.0, 3831.0, 3830.0, 3830.0, 3852.0, 3831.0, 3821.0, 3843.0, 3822.0, 3843.0, 3822.0, 3844.0, 3844.0, 3857.0, 3854.0, 3843.0, 3863.0, 3832.0, 3851.0, 3831.0, 3851.0, 3820.0, 3841.0, 3809.0, 3839.0, 3807.0, 3839.0, 3819.0, 3851.0, 3830.0, 3841.0, 3831.0, 3820.0, 3842.0, 3830.0, 3841.0, 3840.0, 3830.0, 3840.0, 3818.0, 3849.0, 3818.0, 3849.0, 3831.0, 3840.0, 3819.0, 3818.0, 3828.0, 3797.0, 3829.0, 3807.0, 3841.0, 3799.0, 3841.0, 3800.0, 3841.0, 3821.0, 3841.0, 3810.0, 3852.0, 3810.0, 3841.0, 3811.0, 3841.0, 3788.0, 3831.0, 3830.0, 3831.0, 3851.0, 3831.0, 3852.0, 3821.0, 3853.0, 3822.0, 3853.0, 3833.0, 3865.0, 3824.0, 3844.0, 3801.0, 3843.0, 3822.0, 3846.0, 3855.0, 3834.0, 3854.0, 3833.0, 3863.0, 3832.0, 3863.0, 3844.0, 3864.0, 3833.0, 3854.0, 3822.0, 3853.0, 3800.0, 3842.0, 3809.0, 3842.0, 3821.0, 3831.0, 3863.0, 3830.0, 3851.0, 3831.0, 3852.0, 3821.0, 3842.0, 3800.0, 3842.0, 3800.0, 3843.0, 3822.0, 3846.0, 3802.0, 3833.0, 3853.0, 3832.0, 3853.0, 3821.0, 3842.0, 3811.0, 3842.0, 3800.0, 3831.0, 3789.0, 3832.0, 3820.0, 3832.0, 3863.0, 3843.0, 3852.0, 3821.0, 3842.0, 3820.0, 3842.0, 3809.0, 3841.0, 3809.0, 3830.0, 3829.0, 3819.0, 3840.0, 3808.0, 3828.0, 3786.0, 3829.0, 3798.0, 3829.0, 3840.0, 3819.0, 3852.0, 3809.0, 3841.0, 3799.0, 3842.0, 3799.0, 3832.0, 3852.0, 3820.0, 3841.0, 3819.0, 3840.0, 3798.0, 3830.0, 3787.0, 3819.0, 3820.0, 3820.0, 3850.0, 3830.0, 3862.0, 3831.0, 3852.0, 3822.0, 3843.0, 3801.0, 3843.0, 3800.0, 3844.0, 3843.0, 3832.0, 3853.0, 3821.0, 3842.0, 3799.0, 3841.0, 3798.0, 3831.0, 3819.0, 3819.0, 3840.0, 3819.0, 3840.0, 3798.0, 3840.0, 3799.0, 3842.0, 3800.0, 3832.0, 3803.0, 3845.0, 3834.0, 3844.0, 3855.0, 3862.0, 3880.0, 3847.0, 3879.0, 3847.0, 3858.0, 3848.0, 3857.0, 3857.0, 3825.0, 3847.0, 3814.0, 3845.0, 3853.0, 3833.0, 3863.0, 3843.0, 3853.0, 3833.0, 3863.0, 3833.0, 3853.0, 3834.0, 3854.0, 3834.0, 3854.0, 3823.0, 3855.0, 3824.0, 3844.0, 3813.0, 3856.0, 3803.0, 3845.0, 3802.0, 3834.0, 3865.0, 3834.0, 3876.0, 3846.0, 3866.0, 3835.0, 3855.0, 3834.0, 3853.0, 3834.0, 3866.0, 3833.0, 3854.0, 3812.0, 3843.0, 3813.0, 3843.0, 3832.0, 3844.0, 3852.0, 3830.0, 3851.0, 3831.0, 3852.0, 3810.0, 3842.0, 3810.0, 3831.0, 3821.0, 3821.0, 3864.0, 3832.0, 3852.0, 3832.0, 3853.0, 3812.0, 3841.0, 3803.0, 3833.0, 3801.0, 3843.0, 3801.0, 3844.0, 3811.0, 3832.0, 3853.0, 3833.0, 3863.0, 3844.0, 3854.0, 3832.0, 3842.0, 3820.0, 3842.0, 3809.0, 3842.0, 3809.0, 3840.0, 3788.0, 3830.0, 3809.0, 3831.0, 3851.0, 3831.0, 3853.0, 3831.0, 3853.0, 3821.0, 3841.0, 3800.0, 3831.0, 3798.0, 3842.0, 3809.0, 3830.0, 3840.0, 3820.0, 3851.0, 3820.0, 3852.0, 3832.0, 3841.0, 3811.0, 3842.0, 3802.0, 3833.0, 3823.0, 3834.0, 3833.0, 3844.0, 3842.0, 3831.0, 3852.0, 3821.0, 3842.0, 3799.0, 3842.0, 3799.0, 3842.0, 3799.0, 3820.0, 3852.0, 3821.0, 3851.0, 3830.0, 3841.0, 3810.0, 3841.0, 3789.0, 3832.0, 3810.0, 3831.0, 3841.0, 3832.0, 3851.0, 3820.0, 3851.0, 3820.0, 3841.0, 3809.0, 3840.0, 3808.0, 3829.0, 3787.0, 3829.0, 3787.0, 3831.0, 3808.0, 3830.0, 3841.0, 3830.0, 3850.0, 3808.0, 3840.0, 3819.0, 3839.0, 3797.0, 3840.0, 3786.0, 3829.0, 3787.0, 3818.0, 3849.0, 3818.0, 3828.0, 3806.0, 3829.0, 3786.0, 3817.0, 3786.0, 3808.0, 3798.0, 3820.0, 3852.0, 3822.0, 3864.0, 3833.0, 3843.0, 3812.0, 3843.0, 3802.0, 3843.0, 3812.0, 3856.0, 3801.0, 3833.0, 3841.0, 3820.0, 3840.0, 3819.0, 3840.0, 3819.0, 3840.0, 3809.0, 3829.0, 3798.0, 3830.0, 3797.0, 3830.0, 3798.0, 3831.0, 3799.0, 3831.0, 3809.0, 3831.0, 3862.0, 3832.0, 3852.0, 3821.0, 3841.0, 3820.0, 3841.0, 3820.0, 3841.0, 3832.0, 3841.0, 3822.0, 3842.0, 3799.0, 3831.0, 3788.0, 3831.0, 3841.0, 3831.0, 3852.0, 3820.0, 3840.0, 3807.0, 3829.0, 3796.0, 3840.0, 3785.0, 3817.0, 3796.0, 3817.0, 3839.0, 3818.0, 3838.0, 3819.0, 3829.0, 3819.0, 3851.0, 3819.0, 3839.0, 3819.0, 3840.0, 3820.0, 3851.0, 3820.0, 3840.0, 3823.0, 3834.0, 3843.0, 3864.0, 3832.0, 3800.0, 3843.0, 3822.0, 3856.0, 3834.0, 3842.0, 3798.0, 3829.0, 3806.0, 3829.0, 3827.0, 3815.0, 3848.0, 3806.0, 3838.0, 3795.0, 3827.0, 3807.0, 3817.0, 3787.0, 3818.0, 3788.0, 3820.0, 3789.0, 3833.0, 3812.0, 3823.0, 3822.0, 3823.0, 3854.0, 3833.0, 3844.0, 3823.0, 3844.0, 3801.0, 3834.0, 3822.0, 3833.0, 3864.0, 3832.0, 3842.0, 3832.0, 3842.0, 3810.0, 3831.0, 3789.0, 3832.0, 3864.0, 3832.0, 3853.0, 3822.0, 3842.0, 3800.0, 3832.0, 3832.0, 3821.0, 3852.0, 3832.0, 3843.0, 3822.0, 3842.0, 3790.0, 3832.0, 3801.0, 3833.0, 3864.0, 3832.0, 3853.0, 3822.0, 3843.0, 3801.0, 3844.0, 3802.0, 3844.0, 3812.0, 3844.0, 3802.0, 3845.0, 3812.0, 3844.0, 3863.0, 3832.0, 3853.0, 3843.0, 3853.0, 3820.0, 3842.0, 3800.0, 3841.0, 3809.0, 3842.0, 3798.0, 3830.0, 3798.0, 3829.0, 3798.0, 3829.0, 3808.0, 3841.0, 3810.0, 3841.0, 3785.0, 3829.0, 3788.0, 3839.0, 3812.0, 3842.0, 3798.0, 3830.0, 3817.0, 3832.0, 3849.0, 3818.0, 3839.0, 3806.0, 3828.0, 3808.0, 3827.0, 3806.0, 3838.0, 3819.0, 3826.0, 3815.0, 3806.0, 3825.0, 3804.0, 3805.0, 3814.0, 3784.0, 3825.0, 3804.0, 3824.0, 3791.0, 3810.0, 3778.0, 3809.0, 3767.0, 3799.0, 3757.0, 3800.0, 3779.0, 3789.0, 3789.0, 3790.0, 3791.0], 'WindowWidth': [8701.0, 8613.0, 8646.0, 8566.0, 8619.0, 8583.0, 8611.0, 8551.0, 8592.0, 8547.0, 8592.0, 8574.0, 8591.0, 8605.0, 8577.0, 8623.0, 8579.0, 8608.0, 8550.0, 8590.0, 8562.0, 8591.0, 8534.0, 8579.0, 8549.0, 8580.0, 8610.0, 8585.0, 8615.0, 8574.0, 8617.0, 8562.0, 8604.0, 8564.0, 8610.0, 8592.0, 8611.0, 8653.0, 8625.0, 8640.0, 8595.0, 8622.0, 8568.0, 8624.0, 8606.0, 8623.0, 8650.0, 8604.0, 8634.0, 8589.0, 8620.0, 8589.0, 8619.0, 8561.0, 8639.0, 8564.0, 8624.0, 8635.0, 8623.0, 8633.0, 8603.0, 8635.0, 8588.0, 8618.0, 8572.0, 8616.0, 8573.0, 8617.0, 8571.0, 8634.0, 8555.0, 8614.0, 8555.0, 8599.0, 8624.0, 8596.0, 8640.0, 8595.0, 8613.0, 8569.0, 8611.0, 8570.0, 8608.0, 8536.0, 8613.0, 8551.0, 8595.0, 8579.0, 8580.0, 8610.0, 8579.0, 8608.0, 8561.0, 8591.0, 8532.0, 8578.0, 8548.0, 8576.0, 8623.0, 8566.0, 8611.0, 8586.0, 8616.0, 8558.0, 8599.0, 8571.0, 8601.0, 8542.0, 8604.0, 8585.0, 8602.0, 8585.0, 8599.0, 8629.0, 8581.0, 8596.0, 8566.0, 8614.0, 8554.0, 8615.0, 8543.0, 8599.0, 8560.0, 8616.0, 8595.0, 8618.0, 8571.0, 8637.0, 8580.0, 8620.0, 8572.0, 8630.0, 8607.0, 8653.0, 8625.0, 8653.0, 8622.0, 8651.0, 8600.0, 8612.0, 8565.0, 8604.0, 8557.0, 8606.0, 8543.0, 8589.0, 8534.0, 8589.0, 8559.0, 8573.0, 8587.0, 8593.0, 8558.0, 8587.0, 8572.0, 8610.0, 8594.0, 8603.0, 8650.0, 8592.0, 8668.0, 8673.0, 8630.0, 8637.0, 8595.0, 8620.0, 8571.0, 8615.0, 8623.0, 8574.0, 8602.0, 8565.0, 8580.0, 8532.0, 8559.0, 8514.0, 8556.0, 8511.0, 8556.0, 8497.0, 8542.0, 8511.0, 8540.0, 8554.0, 8540.0, 8584.0, 8542.0, 8574.0, 8531.0, 8575.0, 8549.0, 8579.0, 8553.0, 8582.0, 8542.0, 8570.0, 8544.0, 8576.0, 8519.0, 8580.0, 8535.0, 8581.0, 8566.0, 8582.0, 8626.0, 8585.0, 8615.0, 8556.0, 8585.0, 8542.0, 8589.0, 8631.0, 8589.0, 8633.0, 8575.0, 8603.0, 8545.0, 8606.0, 8604.0, 8594.0, 8652.0, 8613.0, 8654.0, 8601.0, 8644.0, 8603.0, 8645.0, 8587.0, 8649.0, 8584.0, 8645.0, 8670.0, 8626.0, 8641.0, 8590.0, 8637.0, 8590.0, 8622.0, 8648.0, 8603.0, 8633.0, 8562.0, 8622.0, 8591.0, 8624.0, 8621.0, 8609.0, 8651.0, 8609.0, 8640.0, 8597.0, 8660.0, 8585.0, 8643.0, 8581.0, 8643.0, 8669.0, 8623.0, 8656.0, 8608.0, 8636.0, 8574.0, 8617.0, 8644.0, 8596.0, 8628.0, 8582.0, 8609.0, 8535.0, 8593.0, 8593.0, 8595.0, 8623.0, 8598.0, 8612.0, 8570.0, 8614.0, 8572.0, 8602.0, 8560.0, 8620.0, 8575.0, 8622.0, 8576.0, 8604.0, 8644.0, 8600.0, 8629.0, 8586.0, 8632.0, 8566.0, 8613.0, 8541.0, 8599.0, 8596.0, 8598.0, 8629.0, 8601.0, 8588.0, 8618.0, 8590.0, 8621.0, 8591.0, 8624.0, 8623.0, 8646.0, 8636.0, 8620.0, 8647.0, 8601.0, 8628.0, 8600.0, 8628.0, 8585.0, 8613.0, 8568.0, 8605.0, 8562.0, 8607.0, 8580.0, 8626.0, 8597.0, 8614.0, 8600.0, 8585.0, 8617.0, 8597.0, 8615.0, 8610.0, 8595.0, 8608.0, 8578.0, 8620.0, 8576.0, 8619.0, 8599.0, 8608.0, 8579.0, 8578.0, 8591.0, 8549.0, 8593.0, 8563.0, 8614.0, 8554.0, 8613.0, 8557.0, 8614.0, 8586.0, 8614.0, 8570.0, 8630.0, 8570.0, 8613.0, 8573.0, 8614.0, 8542.0, 8600.0, 8598.0, 8601.0, 8626.0, 8599.0, 8628.0, 8587.0, 8633.0, 8590.0, 8633.0, 8607.0, 8652.0, 8596.0, 8622.0, 8562.0, 8621.0, 8590.0, 8628.0, 8636.0, 8608.0, 8637.0, 8606.0, 8646.0, 8604.0, 8646.0, 8620.0, 8647.0, 8605.0, 8634.0, 8588.0, 8631.0, 8557.0, 8614.0, 8568.0, 8615.0, 8586.0, 8600.0, 8644.0, 8598.0, 8626.0, 8599.0, 8629.0, 8586.0, 8615.0, 8559.0, 8616.0, 8558.0, 8619.0, 8590.0, 8629.0, 8565.0, 8606.0, 8631.0, 8602.0, 8632.0, 8586.0, 8616.0, 8574.0, 8615.0, 8558.0, 8601.0, 8544.0, 8603.0, 8583.0, 8602.0, 8644.0, 8618.0, 8630.0, 8585.0, 8614.0, 8584.0, 8615.0, 8567.0, 8613.0, 8566.0, 8597.0, 8594.0, 8580.0, 8610.0, 8564.0, 8591.0, 8532.0, 8594.0, 8550.0, 8594.0, 8609.0, 8580.0, 8629.0, 8569.0, 8612.0, 8554.0, 8617.0, 8556.0, 8604.0, 8629.0, 8584.0, 8614.0, 8579.0, 8610.0, 8550.0, 8594.0, 8536.0, 8580.0, 8583.0, 8583.0, 8623.0, 8597.0, 8641.0, 8599.0, 8631.0, 8589.0, 8619.0, 8564.0, 8618.0, 8558.0, 8621.0, 8618.0, 8603.0, 8632.0, 8585.0, 8614.0, 8554.0, 8612.0, 8550.0, 8598.0, 8579.0, 8579.0, 8609.0, 8579.0, 8611.0, 8550.0, 8609.0, 8555.0, 8615.0, 8560.0, 8603.0, 8569.0, 8628.0, 8609.0, 8624.0, 8637.0, 8662.0, 8679.0, 8630.0, 8677.0, 8630.0, 8647.0, 8635.0, 8642.0, 8642.0, 8600.0, 8631.0, 8583.0, 8624.0, 8631.0, 8603.0, 8645.0, 8617.0, 8633.0, 8605.0, 8646.0, 8604.0, 8632.0, 8608.0, 8635.0, 8607.0, 8636.0, 8592.0, 8636.0, 8595.0, 8623.0, 8580.0, 8640.0, 8566.0, 8625.0, 8564.0, 8610.0, 8652.0, 8608.0, 8667.0, 8628.0, 8656.0, 8612.0, 8638.0, 8609.0, 8634.0, 8608.0, 8654.0, 8605.0, 8635.0, 8577.0, 8620.0, 8579.0, 8620.0, 8600.0, 8620.0, 8627.0, 8596.0, 8625.0, 8599.0, 8630.0, 8569.0, 8615.0, 8570.0, 8600.0, 8585.0, 8587.0, 8649.0, 8603.0, 8630.0, 8604.0, 8630.0, 8578.0, 8615.0, 8569.0, 8606.0, 8562.0, 8619.0, 8562.0, 8622.0, 8575.0, 8603.0, 8633.0, 8605.0, 8645.0, 8623.0, 8634.0, 8603.0, 8617.0, 8583.0, 8616.0, 8568.0, 8616.0, 8566.0, 8610.0, 8540.0, 8598.0, 8567.0, 8599.0, 8627.0, 8600.0, 8632.0, 8601.0, 8633.0, 8586.0, 8612.0, 8558.0, 8599.0, 8551.0, 8614.0, 8568.0, 8598.0, 8611.0, 8583.0, 8628.0, 8584.0, 8629.0, 8603.0, 8615.0, 8575.0, 8617.0, 8564.0, 8606.0, 8594.0, 8609.0, 8604.0, 8620.0, 8615.0, 8601.0, 8629.0, 8586.0, 8615.0, 8556.0, 8614.0, 8555.0, 8615.0, 8555.0, 8585.0, 8629.0, 8588.0, 8627.0, 8596.0, 8615.0, 8571.0, 8613.0, 8541.0, 8604.0, 8572.0, 8600.0, 8612.0, 8602.0, 8627.0, 8583.0, 8627.0, 8583.0, 8614.0, 8567.0, 8611.0, 8565.0, 8594.0, 8536.0, 8594.0, 8536.0, 8599.0, 8565.0, 8598.0, 8611.0, 8596.0, 8624.0, 8566.0, 8611.0, 8581.0, 8608.0, 8548.0, 8609.0, 8533.0, 8593.0, 8535.0, 8577.0, 8620.0, 8578.0, 8591.0, 8558.0, 8593.0, 8532.0, 8576.0, 8533.0, 8565.0, 8552.0, 8584.0, 8628.0, 8590.0, 8649.0, 8605.0, 8621.0, 8578.0, 8621.0, 8564.0, 8620.0, 8578.0, 8642.0, 8561.0, 8605.0, 8613.0, 8582.0, 8610.0, 8579.0, 8609.0, 8580.0, 8609.0, 8567.0, 8595.0, 8552.0, 8596.0, 8549.0, 8596.0, 8553.0, 8599.0, 8557.0, 8600.0, 8568.0, 8600.0, 8643.0, 8603.0, 8630.0, 8586.0, 8614.0, 8585.0, 8613.0, 8585.0, 8613.0, 8601.0, 8615.0, 8590.0, 8617.0, 8555.0, 8599.0, 8539.0, 8600.0, 8612.0, 8598.0, 8627.0, 8582.0, 8609.0, 8561.0, 8593.0, 8544.0, 8608.0, 8530.0, 8575.0, 8547.0, 8575.0, 8605.0, 8577.0, 8602.0, 8580.0, 8593.0, 8580.0, 8625.0, 8581.0, 8608.0, 8582.0, 8611.0, 8582.0, 8627.0, 8585.0, 8610.0, 8593.0, 8610.0, 8621.0, 8648.0, 8602.0, 8559.0, 8621.0, 8591.0, 8640.0, 8610.0, 8615.0, 8550.0, 8593.0, 8557.0, 8590.0, 8585.0, 8568.0, 8615.0, 8557.0, 8604.0, 8543.0, 8587.0, 8560.0, 8571.0, 8534.0, 8575.0, 8539.0, 8585.0, 8543.0, 8605.0, 8576.0, 8592.0, 8589.0, 8591.0, 8635.0, 8605.0, 8620.0, 8593.0, 8622.0, 8561.0, 8607.0, 8588.0, 8604.0, 8649.0, 8602.0, 8616.0, 8600.0, 8615.0, 8568.0, 8599.0, 8541.0, 8603.0, 8647.0, 8600.0, 8633.0, 8588.0, 8615.0, 8556.0, 8601.0, 8601.0, 8587.0, 8629.0, 8600.0, 8617.0, 8588.0, 8616.0, 8544.0, 8602.0, 8563.0, 8607.0, 8646.0, 8602.0, 8632.0, 8590.0, 8618.0, 8560.0, 8623.0, 8563.0, 8621.0, 8575.0, 8622.0, 8564.0, 8625.0, 8578.0, 8622.0, 8646.0, 8603.0, 8634.0, 8617.0, 8631.0, 8584.0, 8614.0, 8556.0, 8614.0, 8566.0, 8614.0, 8550.0, 8596.0, 8552.0, 8595.0, 8553.0, 8595.0, 8563.0, 8612.0, 8572.0, 8610.0, 8527.0, 8593.0, 8537.0, 8606.0, 8578.0, 8615.0, 8553.0, 8597.0, 8574.0, 8602.0, 8621.0, 8575.0, 8606.0, 8558.0, 8591.0, 8564.0, 8589.0, 8559.0, 8604.0, 8579.0, 8582.0, 8565.0, 8557.0, 8580.0, 8552.0, 8552.0, 8563.0, 8522.0, 8581.0, 8548.0, 8577.0, 8526.0, 8551.0, 8505.0, 8548.0, 8488.0, 8534.0, 8476.0, 8536.0, 8508.0, 8522.0, 8521.0, 8524.0, 8527.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.0006815207877461706</td></tr>
<tr><td colspan=3>aqi</td><td>0.025541386761487966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.879797598116056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2079083380284754</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0119681356407446</td></tr>
<tr><td colspan=3>efc</td><td>0.4961</td></tr>
<tr><td colspan=3>fber</td><td>4878.8789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08872614070652093</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8293216630196936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.537055937576532</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4654529412190214</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8167260237531093</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328988847757466</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123157</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005881141405552626</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040960561484098434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.156495785495573</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.614</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5371</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.3063</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293570.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.7194</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6928</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.2164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3015.1003</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>765.5441</td></tr>
<tr><td colspan=3>tsnr</td><td>36.93613768857904</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>