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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0105_suffix-bold_task-faces" 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-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-02_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-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-02_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-faces_acq-mb8_run-02_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>cc2f1caf52a5246a2a09d8c5b99cec22</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:29:13.130000</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.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</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-02_task-faces_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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7744, -7266, 248, -145, -63, -70, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>faces</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>e04dada6-ab51-43f0-a978-f1ed4bfb25a0||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.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['222913.130000', '222913.590000', '222914.050000', '222914.510000', '222914.970000', '222915.430000', '222915.890000', '222916.350000', '222916.810000', '222917.270000', '222917.730000', '222918.190000', '222918.650000', '222919.110000', '222919.570000', '222920.030000', '222920.490000', '222920.950000', '222921.410000', '222921.870000', '222922.330000', '222922.790000', '222923.250000', '222923.710000', '222924.170000', '222924.630000', '222925.090000', '222925.550000', '222926.010000', '222926.470000', '222926.930000', '222927.390000', '222927.850000', '222928.310000', '222928.770000', '222929.230000', '222929.690000', '222930.150000', '222930.610000', '222931.070000', '222931.530000', '222931.990000', '222932.450000', '222932.910000', '222933.370000', '222933.830000', '222934.290000', '222934.750000', '222935.210000', '222935.670000', '222936.130000', '222936.590000', '222937.050000', '222937.510000', '222937.970000', '222938.430000', '222938.890000', '222939.350000', '222939.810000', '222940.270000', '222940.730000', '222941.190000', '222941.650000', '222942.110000', '222942.570000', '222943.030000', '222943.490000', '222943.950000', '222944.410000', '222944.870000', '222945.330000', '222945.790000', '222946.250000', '222946.710000', '222947.170000', '222947.630000', '222948.090000', '222948.550000', '222949.010000', '222949.470000', '222949.930000', '222950.390000', '222950.850000', '222951.310000', '222951.770000', '222952.230000', '222952.690000', '222953.150000', '222953.610000', '222954.070000', '222954.530000', '222954.990000', '222955.450000', '222955.910000', '222956.370000', '222956.830000', '222957.290000', '222957.750000', '222958.210000', '222958.670000', '222959.130000', '222959.590000', '223000.050000', '223000.510000', '223000.970000', '223001.430000', '223001.890000', '223002.350000', '223002.810000', '223003.270000', '223003.730000', '223004.190000', '223004.650000', '223005.110000', '223005.570000', '223006.030000', '223006.490000', '223006.950000', '223007.410000', '223007.870000', '223008.330000', '223008.790000', '223009.250000', '223009.710000', '223010.170000', '223010.630000', '223011.090000', '223011.550000', '223012.010000', '223012.470000', '223012.930000', '223013.390000', '223013.850000', '223014.310000', '223014.770000', '223015.230000', '223015.690000', '223016.150000', '223016.610000', '223017.070000', '223017.530000', '223017.990000', '223018.450000', '223018.910000', '223019.370000', '223019.830000', '223020.290000', '223020.750000', '223021.210000', '223021.670000', '223022.130000', '223022.590000', '223023.050000', '223023.510000', '223023.970000', '223024.430000', '223024.890000', '223025.350000', '223025.810000', '223026.270000', '223026.730000', '223027.190000', '223027.650000', '223028.110000', '223028.570000', '223029.030000', '223029.490000', '223029.950000', '223030.410000', '223030.870000', '223031.330000', '223031.790000', '223032.250000', '223032.710000', '223033.170000', '223033.630000', '223034.090000', '223034.550000', '223035.010000', '223035.470000', '223035.930000', '223036.390000', '223036.850000', '223037.310000', '223037.770000', '223038.230000', '223038.690000', '223039.150000', '223039.610000', '223040.070000', '223040.530000', '223040.990000', '223041.450000', '223041.910000', '223042.370000', '223042.830000', '223043.290000', '223043.750000', '223044.210000', '223044.670000', '223045.130000', '223045.590000', '223046.050000', '223046.510000', '223046.970000', '223047.430000', '223047.890000', '223048.350000', '223048.810000', '223049.270000', '223049.730000', '223050.190000', '223050.650000', '223051.110000', '223051.570000', '223052.030000', '223052.490000', '223052.950000', '223053.410000', '223053.870000', '223054.330000', '223054.790000', '223055.250000', '223055.710000', '223056.170000', '223056.630000', '223057.090000', '223057.550000', '223058.010000', '223058.470000', '223058.930000', '223059.390000', '223059.850000', '223100.310000', '223100.770000', '223101.230000', '223101.690000', '223102.150000', '223102.610000', '223103.070000', '223103.530000', '223103.990000', '223104.450000', '223104.910000', '223105.370000', '223105.830000', '223106.290000', '223106.750000', '223107.210000', '223107.670000', '223108.130000', '223108.590000', '223109.050000', '223109.510000', '223109.970000', '223110.430000', '223110.890000', '223111.350000', '223111.810000', '223112.270000', '223112.730000', '223113.190000', '223113.650000', '223114.110000', '223114.570000', '223115.030000', '223115.490000', '223115.950000', '223116.410000', '223116.870000', '223117.330000', '223117.790000', '223118.250000', '223118.710000', '223119.170000', '223119.630000', '223120.090000', '223120.550000', '223121.010000', '223121.470000', '223121.930000', '223122.390000', '223122.850000', '223123.310000', '223123.770000', '223124.230000', '223124.690000', '223125.150000', '223125.610000', '223126.070000', '223126.530000', '223126.990000', '223127.450000', '223127.910000', '223128.370000', '223128.830000', '223129.290000', '223129.750000', '223130.210000', '223130.670000', '223131.130000', '223131.590000', '223132.050000', '223132.510000', '223132.970000', '223133.430000', '223133.890000', '223134.350000', '223134.810000', '223135.270000', '223135.730000', '223136.190000', '223136.650000', '223137.110000', '223137.570000', '223138.030000', '223138.490000', '223138.950000', '223139.410000', '223139.870000', '223140.330000', '223140.790000', '223141.250000', '223141.710000', '223142.170000', '223142.630000', '223143.090000', '223143.550000', '223144.010000', '223144.470000', '223144.930000', '223145.390000', '223145.850000', '223146.310000', '223146.770000', '223147.230000', '223147.690000', '223148.150000', '223148.610000', '223149.070000', '223149.530000', '223149.990000', '223150.450000', '223150.910000', '223151.370000', '223151.830000', '223152.290000', '223152.750000', '223153.210000', '223153.670000', '223154.130000', '223154.590000', '223155.050000', '223155.510000', '223155.970000', '223156.430000', '223156.890000', '223157.350000', '223157.810000', '223158.270000', '223158.730000', '223159.190000', '223159.650000', '223200.110000', '223200.570000', '223201.030000', '223201.490000', '223201.950000', '223202.410000', '223202.870000', '223203.330000', '223203.790000', '223204.250000', '223204.710000', '223205.170000', '223205.630000', '223206.090000', '223206.550000', '223207.010000', '223207.470000', '223207.930000', '223208.390000', '223208.850000', '223209.310000', '223209.770000', '223210.230000', '223210.690000', '223211.150000', '223211.610000', '223212.070000', '223212.530000', '223212.990000', '223213.450000', '223213.910000', '223214.370000', '223214.830000', '223215.290000', '223215.750000', '223216.210000', '223216.670000', '223217.130000', '223217.590000', '223218.050000', '223218.510000', '223218.970000', '223219.430000', '223219.890000', '223220.350000', '223220.810000', '223221.270000', '223221.730000', '223222.190000', '223222.650000', '223223.110000', '223223.570000', '223224.030000', '223224.490000', '223224.950000', '223225.410000', '223225.870000', '223226.330000', '223226.790000', '223227.250000', '223227.710000', '223228.170000', '223228.630000', '223229.090000', '223229.550000', '223230.010000', '223230.470000', '223230.930000', '223231.390000', '223231.850000', '223232.310000', '223232.770000', '223233.230000', '223233.690000', '223234.150000', '223234.610000', '223235.070000', '223235.530000', '223235.990000', '223236.450000', '223236.910000', '223237.370000', '223237.830000', '223238.290000', '223238.750000', '223239.210000', '223239.670000', '223240.130000', '223240.590000', '223241.050000', '223241.510000', '223241.970000', '223242.430000', '223242.890000', '223243.350000', '223243.810000', '223244.270000', '223244.730000', '223245.190000', '223245.650000', '223246.110000', '223246.570000', '223247.030000', '223247.490000', '223247.950000', '223248.410000', '223248.870000', '223249.330000', '223249.790000', '223250.250000', '223250.710000', '223251.170000', '223251.630000', '223252.090000', '223252.550000', '223253.010000', '223253.470000', '223253.930000', '223254.390000', '223254.850000', '223255.310000', '223255.770000', '223256.230000', '223256.690000', '223257.150000', '223257.610000', '223258.070000', '223258.530000', '223258.990000', '223259.450000', '223259.910000', '223300.370000', '223300.830000', '223301.290000', '223301.750000', '223302.210000', '223302.670000', '223303.130000', '223303.590000', '223304.050000', '223304.510000', '223304.970000', '223305.430000', '223305.890000', '223306.350000', '223306.810000', '223307.270000', '223307.730000', '223308.190000', '223308.650000', '223309.110000', '223309.570000', '223310.030000', '223310.490000', '223310.950000', '223311.410000', '223311.870000', '223312.330000', '223312.790000', '223313.250000', '223313.710000', '223314.170000', '223314.630000', '223315.090000', '223315.550000', '223316.010000', '223316.470000', '223316.930000', '223317.390000', '223317.850000', '223318.310000', '223318.770000', '223319.230000', '223319.690000', '223320.150000', '223320.610000', '223321.070000', '223321.530000', '223321.990000', '223322.450000', '223322.910000', '223323.370000', '223323.830000', '223324.290000', '223324.750000', '223325.210000', '223325.670000', '223326.130000', '223326.590000', '223327.050000', '223327.510000', '223327.970000', '223328.430000', '223328.890000', '223329.350000', '223329.810000', '223330.270000', '223330.730000', '223331.190000', '223331.650000', '223332.110000', '223332.570000', '223333.030000', '223333.490000', '223333.950000', '223334.410000', '223334.870000', '223335.330000', '223335.790000', '223336.250000', '223336.710000', '223337.170000', '223337.630000', '223338.090000', '223338.550000', '223339.010000', '223339.470000', '223339.930000', '223340.390000', '223340.850000', '223341.310000', '223341.770000', '223342.230000', '223342.690000', '223343.150000', '223343.610000', '223344.070000', '223344.530000', '223344.990000', '223345.450000', '223345.910000', '223346.370000', '223346.830000', '223347.290000', '223347.750000', '223348.210000', '223348.670000', '223349.130000', '223349.590000', '223350.050000', '223350.510000', '223350.970000', '223351.430000', '223351.890000', '223352.350000', '223352.810000', '223353.270000', '223353.730000', '223354.190000', '223354.650000', '223355.110000', '223355.570000', '223356.030000', '223356.490000', '223356.950000', '223357.410000', '223357.870000', '223358.330000', '223358.790000', '223359.250000', '223359.710000', '223400.170000', '223400.630000', '223401.090000', '223401.550000', '223402.010000', '223402.470000', '223402.930000', '223403.390000', '223403.850000', '223404.310000', '223404.770000', '223405.230000', '223405.690000', '223406.150000', '223406.610000', '223407.070000', '223407.530000', '223407.990000', '223408.450000', '223408.910000', '223409.370000', '223409.830000', '223410.290000', '223410.750000', '223411.210000', '223411.670000', '223412.130000', '223412.590000', '223413.050000', '223413.510000', '223413.970000', '223414.430000', '223414.890000', '223415.350000', '223415.810000', '223416.270000', '223416.730000', '223417.190000', '223417.650000', '223418.110000', '223418.570000', '223419.030000', '223419.490000', '223419.950000', '223420.410000', '223420.870000', '223421.330000', '223421.790000', '223422.250000', '223422.710000', '223423.170000', '223423.630000', '223424.090000', '223424.550000', '223425.010000', '223425.470000', '223425.930000', '223426.390000', '223426.850000', '223427.310000', '223427.770000', '223428.230000', '223428.690000', '223429.150000', '223429.610000', '223430.070000', '223430.530000', '223430.990000', '223431.450000', '223431.910000', '223432.370000', '223432.830000', '223433.290000', '223433.750000', '223434.210000', '223434.670000', '223435.130000', '223435.590000', '223436.050000', '223436.510000', '223436.970000', '223437.430000', '223437.890000', '223438.350000', '223438.810000', '223439.270000', '223439.730000', '223440.190000', '223440.650000', '223441.110000', '223441.570000', '223442.030000', '223442.490000', '223442.950000', '223443.410000', '223443.870000', '223444.330000', '223444.790000', '223445.250000', '223445.710000', '223446.170000', '223446.630000', '223447.090000', '223447.550000', '223448.010000', '223448.470000', '223448.930000', '223449.390000', '223449.850000', '223450.310000', '223450.770000', '223451.230000', '223451.690000', '223452.150000', '223452.610000', '223453.070000', '223453.530000', '223453.990000', '223454.450000', '223454.910000', '223455.370000', '223455.830000', '223456.290000', '223456.750000', '223457.210000', '223457.670000', '223458.130000', '223458.590000', '223459.050000', '223459.510000', '223459.970000', '223500.430000', '223500.890000', '223501.350000', '223501.810000', '223502.270000', '223502.730000', '223503.190000', '223503.650000', '223504.110000', '223504.570000', '223505.030000', '223505.490000', '223505.950000', '223506.410000', '223506.870000', '223507.330000', '223507.790000', '223508.250000', '223508.710000', '223509.170000', '223509.630000', '223510.090000', '223510.550000', '223511.010000', '223511.470000', '223511.930000', '223512.390000', '223512.850000', '223513.310000', '223513.770000', '223514.230000', '223514.690000', '223515.150000', '223515.610000', '223516.070000', '223516.530000', '223516.990000', '223517.450000', '223517.910000', '223518.370000', '223518.830000', '223519.290000', '223519.750000', '223520.210000', '223520.670000', '223521.130000', '223521.590000', '223522.050000', '223522.510000', '223522.970000', '223523.430000', '223523.890000', '223524.350000', '223524.810000', '223525.270000', '223525.730000', '223526.190000', '223526.650000', '223527.110000', '223527.570000', '223528.030000', '223528.490000', '223528.950000', '223529.410000', '223529.870000', '223530.330000', '223530.790000', '223531.250000', '223531.710000', '223532.170000', '223532.630000', '223533.090000', '223533.550000', '223534.010000', '223534.470000', '223534.930000', '223535.390000', '223535.850000', '223536.310000', '223536.770000', '223537.230000', '223537.690000', '223538.150000', '223538.610000', '223539.070000', '223539.530000', '223539.990000', '223540.450000', '223540.910000', '223541.370000', '223541.830000', '223542.290000', '223542.750000', '223543.210000', '223543.670000', '223544.130000', '223544.590000', '223545.050000', '223545.510000', '223545.970000', '223546.430000', '223546.890000', '223547.350000', '223547.810000', '223548.270000', '223548.730000', '223549.190000', '223549.650000', '223550.110000', '223550.570000', '223551.030000', '223551.490000', '223551.950000', '223552.410000', '223552.870000', '223553.330000', '223553.790000', '223554.250000', '223554.710000', '223555.170000', '223555.630000', '223556.090000', '223556.550000', '223557.010000', '223557.470000', '223557.930000', '223558.390000', '223558.850000', '223559.310000', '223559.770000', '223600.230000', '223600.690000', '223601.150000', '223601.610000', '223602.070000', '223602.530000', '223602.990000', '223603.450000', '223603.910000', '223604.370000', '223604.830000', '223605.290000', '223605.750000', '223606.210000', '223606.670000', '223607.130000', '223607.590000', '223608.050000', '223608.510000', '223608.970000', '223609.430000', '223609.890000', '223610.350000', '223610.810000', '223611.270000', '223611.730000', '223612.190000', '223612.650000', '223613.110000'], 'ContentTime': ['222940.920000', '222940.927000', '222940.929000', '222940.932000', '222940.934000', '222940.938000', '222940.941000', '222940.943000', '222940.946000', '222940.949000', '222940.951000', '222940.954000', '222940.957000', '222940.959000', '222940.962000', '222940.969000', '222940.971000', '222940.974000', '222940.976000', '222940.979000', '222940.981000', '222940.984000', '222940.987000', '222940.989000', '222940.992000', '222940.994000', '222940.997000', '222941.001000', '222941.004000', '222941.006000', '222941.009000', '222941.011000', '222941.014000', '222941.017000', '222941.019000', '222941.022000', '222941.024000', '222941.027000', '222941.030000', '222941.032000', '222941.035000', '222941.037000', '222941.040000', '222941.042000', '222941.045000', '222941.048000', '222941.050000', '222941.053000', '222941.055000', '222941.058000', '222941.061000', '222941.063000', '222941.066000', '222941.068000', '222941.071000', '222941.086000', '222941.089000', '223000.887000', '223000.890000', '223000.893000', '223000.896000', '223000.898000', '223000.901000', '223000.903000', '223000.906000', '223000.909000', '223000.917000', '223000.920000', '223000.922000', '223000.925000', '223000.928000', '223000.930000', '223000.933000', '223000.935000', '223000.938000', '223000.940000', '223000.943000', '223000.946000', '223000.948000', '223000.951000', '223000.953000', '223000.956000', '223000.959000', '223000.961000', '223000.964000', '223000.967000', '223000.969000', '223000.972000', '223000.975000', '223000.977000', '223000.980000', '223000.982000', '223000.985000', '223000.988000', '223000.990000', '223000.993000', '223000.995000', '223000.998000', '223001.002000', '223001.005000', '223001.007000', '223020.888000', '223020.891000', '223020.894000', '223020.897000', '223020.900000', '223020.903000', '223020.905000', '223020.908000', '223020.911000', '223020.913000', '223020.916000', '223020.919000', '223020.921000', '223020.924000', '223020.927000', '223020.939000', '223020.942000', '223020.945000', '223020.947000', '223020.950000', '223020.953000', '223020.955000', '223020.958000', '223020.960000', '223020.963000', '223020.966000', '223020.968000', '223020.971000', '223020.973000', '223020.976000', '223020.979000', '223020.981000', '223020.984000', '223020.987000', '223020.990000', '223020.992000', '223020.995000', '223020.998000', '223021.001000', '223021.004000', '223021.006000', '223021.009000', '223021.012000', '223040.888000', '223040.890000', '223040.893000', '223040.896000', '223040.899000', '223040.901000', '223040.904000', '223040.907000', '223040.909000', '223040.912000', '223040.914000', '223040.917000', '223040.920000', '223040.922000', '223040.925000', '223040.928000', '223040.930000', '223040.933000', '223040.936000', '223040.938000', '223040.944000', '223040.946000', '223040.949000', '223040.951000', '223040.954000', '223040.957000', '223040.959000', '223040.962000', '223040.965000', '223040.967000', '223040.970000', '223040.973000', '223040.975000', '223040.978000', '223040.980000', '223040.983000', '223040.986000', '223040.988000', '223040.991000', '223040.993000', '223040.996000', '223041.000000', '223041.002000', '223041.005000', '223100.887000', '223100.890000', '223100.893000', '223100.896000', '223100.898000', '223100.901000', '223100.904000', '223100.906000', '223100.909000', '223100.912000', '223100.914000', '223100.917000', '223100.919000', '223100.922000', '223100.925000', '223100.927000', '223100.930000', '223100.933000', '223100.935000', '223100.938000', '223100.941000', '223100.943000', '223100.946000', '223100.949000', '223100.951000', '223100.964000', '223100.967000', '223100.969000', '223100.972000', '223100.974000', '223100.978000', '223100.981000', '223100.984000', '223100.987000', '223100.989000', '223100.992000', '223100.995000', '223100.997000', '223101.001000', '223101.004000', '223101.006000', '223101.009000', '223101.012000', '223120.887000', '223120.890000', '223120.893000', '223120.896000', '223120.899000', '223120.902000', '223120.904000', '223120.907000', '223120.910000', '223120.912000', '223120.915000', '223120.918000', '223120.920000', '223120.923000', '223120.925000', '223120.928000', '223120.931000', '223120.934000', '223120.936000', '223120.939000', '223120.942000', '223120.944000', '223120.947000', '223120.950000', '223120.952000', '223120.955000', '223120.958000', '223120.960000', '223120.963000', '223120.965000', '223120.968000', '223120.971000', '223120.974000', '223120.976000', '223120.979000', '223120.981000', '223120.984000', '223120.987000', '223120.989000', '223120.992000', '223120.995000', '223120.997000', '223121.001000', '223121.003000', '223140.888000', '223140.890000', '223140.893000', '223140.896000', '223140.898000', '223140.901000', '223140.904000', '223140.906000', '223140.909000', '223140.912000', '223140.914000', '223140.917000', '223140.920000', '223140.922000', '223140.925000', '223140.928000', '223140.930000', '223140.933000', '223140.935000', '223140.938000', '223140.941000', '223140.944000', '223140.946000', '223140.949000', '223140.952000', '223140.955000', '223140.957000', '223140.960000', '223140.963000', '223140.965000', '223140.968000', '223140.970000', '223140.973000', '223140.976000', '223140.978000', '223140.981000', '223140.983000', '223140.986000', '223140.989000', '223140.992000', '223140.994000', '223140.997000', '223141.001000', '223200.887000', '223200.890000', '223200.893000', '223200.896000', '223200.898000', '223200.901000', '223200.904000', '223200.906000', '223200.909000', '223200.912000', '223200.914000', '223200.917000', '223200.920000', '223200.922000', '223200.925000', '223200.928000', '223200.930000', '223200.933000', '223200.935000', '223200.938000', '223200.941000', '223200.943000', '223200.946000', '223200.949000', '223200.951000', '223200.954000', '223200.957000', '223200.959000', '223200.962000', '223200.964000', '223200.967000', '223200.970000', '223200.972000', '223200.975000', '223200.978000', '223200.980000', '223200.983000', '223200.985000', '223200.988000', '223200.991000', '223200.993000', '223200.996000', '223201.000000', '223201.002000', '223220.887000', '223220.890000', '223220.893000', '223220.896000', '223220.898000', '223220.901000', '223220.904000', '223220.906000', '223220.909000', '223220.912000', '223220.915000', '223220.917000', '223220.920000', '223220.923000', '223220.925000', '223220.928000', '223220.930000', '223220.933000', '223220.936000', '223220.938000', '223220.941000', '223220.944000', '223220.946000', '223220.949000', '223220.951000', '223220.954000', '223220.957000', '223220.959000', '223220.962000', '223220.965000', '223220.967000', '223220.970000', '223220.973000', '223220.975000', '223220.978000', '223220.981000', '223220.984000', '223220.986000', '223220.989000', '223220.992000', '223220.994000', '223220.997000', '223221.001000', '223240.887000', '223240.891000', '223240.894000', '223240.896000', '223240.899000', '223240.907000', '223240.910000', '223240.912000', '223240.915000', '223240.918000', '223240.920000', '223240.923000', '223240.925000', '223240.928000', '223240.931000', '223240.933000', '223240.936000', '223240.939000', '223240.941000', '223240.944000', '223240.947000', '223240.949000', '223240.952000', '223240.955000', '223240.957000', '223240.960000', '223240.963000', '223240.965000', '223240.968000', '223240.970000', '223240.973000', '223240.976000', '223240.978000', '223240.981000', '223240.984000', '223240.986000', '223240.989000', '223240.992000', '223240.994000', '223240.997000', '223241.000000', '223241.004000', '223241.006000', '223241.009000', '223300.888000', '223300.890000', '223300.893000', '223300.896000', '223300.899000', '223300.901000', '223300.904000', '223300.907000', '223300.909000', '223300.912000', '223300.914000', '223300.917000', '223300.920000', '223300.922000', '223300.925000', '223300.928000', '223300.930000', '223300.934000', '223300.936000', '223300.939000', '223300.942000', '223300.945000', '223300.947000', '223300.950000', '223300.952000', '223300.955000', '223300.958000', '223300.960000', '223300.963000', '223300.966000', '223300.968000', '223300.971000', '223300.984000', '223300.986000', '223300.989000', '223300.992000', '223300.994000', '223300.997000', '223301.000000', '223301.003000', '223301.006000', '223301.008000', '223301.011000', '223320.887000', '223320.890000', '223320.893000', '223320.896000', '223320.899000', '223320.901000', '223320.904000', '223320.906000', '223320.909000', '223320.912000', '223320.914000', '223320.917000', '223320.920000', '223320.922000', '223320.925000', '223320.927000', '223320.930000', '223320.933000', '223320.935000', '223320.938000', '223320.941000', '223320.943000', '223320.946000', '223320.949000', '223320.951000', '223320.954000', '223320.956000', '223320.959000', '223320.962000', '223320.964000', '223320.967000', '223320.970000', '223320.972000', '223320.975000', '223320.978000', '223320.980000', '223320.983000', '223320.986000', '223320.988000', '223320.991000', '223320.993000', '223320.996000', '223321.000000', '223321.002000', '223340.887000', '223340.890000', '223340.893000', '223340.896000', '223340.898000', '223340.901000', '223340.904000', '223340.906000', '223340.909000', '223340.912000', '223340.914000', '223340.917000', '223340.919000', '223340.922000', '223340.925000', '223340.927000', '223340.930000', '223340.933000', '223340.936000', '223340.938000', '223340.941000', '223340.943000', '223340.946000', '223340.949000', '223340.951000', '223340.954000', '223340.957000', '223340.959000', '223340.962000', '223340.964000', '223340.967000', '223340.970000', '223340.972000', '223340.975000', '223340.977000', '223340.980000', '223340.983000', '223340.985000', '223340.988000', '223340.991000', '223340.993000', '223340.996000', '223341.000000', '223400.887000', '223400.890000', '223400.893000', '223400.896000', '223400.898000', '223400.901000', '223400.903000', '223400.906000', '223400.909000', '223400.911000', '223400.914000', '223400.917000', '223400.919000', '223400.922000', '223400.925000', '223400.927000', '223400.930000', '223400.933000', '223400.935000', '223400.938000', '223400.940000', '223400.943000', '223400.946000', '223400.949000', '223400.951000', '223400.954000', '223400.957000', '223400.959000', '223400.962000', '223400.964000', '223400.967000', '223400.970000', '223400.972000', '223400.975000', '223400.977000', '223400.980000', '223400.983000', '223400.985000', '223400.988000', '223400.991000', '223400.993000', '223400.996000', '223400.998000', '223401.002000', '223420.888000', '223420.891000', '223420.894000', '223420.896000', '223420.899000', '223420.902000', '223420.904000', '223420.907000', '223420.910000', '223420.912000', '223420.915000', '223420.918000', '223420.920000', '223420.923000', '223420.926000', '223420.928000', '223420.931000', '223420.934000', '223420.936000', '223420.939000', '223420.941000', '223420.944000', '223420.947000', '223420.949000', '223420.952000', '223420.955000', '223420.957000', '223420.960000', '223420.963000', '223420.966000', '223420.968000', '223420.971000', '223420.973000', '223420.976000', '223420.979000', '223420.982000', '223420.984000', '223420.987000', '223420.989000', '223420.992000', '223420.995000', '223420.997000', '223421.001000', '223440.887000', '223440.890000', '223440.893000', '223440.896000', '223440.898000', '223440.901000', '223440.904000', '223440.906000', '223440.909000', '223440.911000', '223440.914000', '223440.917000', '223440.920000', '223440.922000', '223440.930000', '223440.932000', '223440.935000', '223440.938000', '223440.941000', '223440.943000', '223440.946000', '223440.948000', '223440.951000', '223440.954000', '223440.956000', '223440.959000', '223440.962000', '223440.964000', '223440.967000', '223440.969000', '223440.972000', '223440.975000', '223440.977000', '223440.980000', '223440.983000', '223440.985000', '223440.988000', '223440.990000', '223440.993000', '223440.996000', '223440.998000', '223441.002000', '223441.005000', '223441.007000', '223500.888000', '223500.890000', '223500.893000', '223500.896000', '223500.899000', '223500.902000', '223500.904000', '223500.907000', '223500.910000', '223500.913000', '223500.915000', '223500.918000', '223500.920000', '223500.923000', '223500.926000', '223500.928000', '223500.931000', '223500.934000', '223500.937000', '223500.939000', '223500.942000', '223500.946000', '223500.949000', '223500.951000', '223500.954000', '223500.957000', '223500.959000', '223500.962000', '223500.965000', '223500.968000', '223500.970000', '223500.973000', '223500.975000', '223500.978000', '223500.981000', '223500.983000', '223500.986000', '223500.989000', '223500.991000', '223500.994000', '223500.997000', '223501.000000', '223501.003000', '223520.888000', '223520.891000', '223520.893000', '223520.896000', '223520.898000', '223520.901000', '223520.904000', '223520.906000', '223520.909000', '223520.912000', '223520.914000', '223520.917000', '223520.919000', '223520.922000', '223520.925000', '223520.927000', '223520.930000', '223520.939000', '223520.941000', '223520.944000', '223520.946000', '223520.950000', '223520.952000', '223520.955000', '223520.957000', '223520.960000', '223520.962000', '223520.965000', '223520.968000', '223520.970000', '223520.973000', '223520.976000', '223520.978000', '223520.981000', '223520.983000', '223520.986000', '223520.989000', '223520.991000', '223520.994000', '223520.996000', '223521.000000', '223521.003000', '223521.005000', '223521.008000', '223540.888000', '223540.891000', '223540.893000', '223540.896000', '223540.899000', '223540.901000', '223540.904000', '223540.907000', '223540.909000', '223540.912000', '223540.914000', '223540.917000', '223540.920000', '223540.922000', '223540.925000', '223540.928000', '223540.930000', '223540.933000', '223540.936000', '223540.938000', '223540.941000', '223540.943000', '223540.946000', '223540.949000', '223540.951000', '223540.954000', '223540.957000', '223540.959000', '223540.962000', '223540.965000', '223540.967000', '223540.970000', '223540.973000', '223540.975000', '223540.978000', '223540.981000', '223540.983000', '223540.986000', '223540.989000', '223540.991000', '223540.994000', '223540.997000', '223541.000000', '223600.887000', '223600.890000', '223600.893000', '223600.896000', '223600.900000', '223600.902000', '223600.905000', '223600.907000', '223600.910000', '223600.913000', '223600.915000', '223600.918000', '223600.921000', '223600.923000', '223600.926000', '223600.929000', '223600.931000', '223600.934000', '223600.937000', '223600.939000', '223600.942000', '223600.945000', '223600.947000', '223600.950000', '223600.953000', '223600.962000', '223600.964000', '223600.967000', '223600.970000', '223600.972000', '223600.975000', '223600.977000', '223600.980000', '223600.983000', '223600.985000', '223600.988000', '223600.991000', '223601.006000', '223601.009000', '223601.011000', '223601.014000', '223601.017000', '223601.019000', '223601.022000', '223614.646000', '223614.649000', '223614.652000', '223614.654000', '223614.657000', '223614.660000', '223614.662000', '223614.665000', '223614.668000', '223614.670000', '223614.673000', '223614.676000', '223614.679000', '223614.681000', '223614.684000', '223614.687000', '223614.690000', '223614.692000', '223614.695000', '223614.698000', '223614.701000', '223614.703000', '223614.706000', '223614.709000', '223614.711000', '223614.714000', '223614.717000', '223614.720000', '223614.722000', '223614.725000'], 'InstanceCreationTime': ['222940.920000', '222940.927000', '222940.929000', '222940.932000', '222940.934000', '222940.938000', '222940.941000', '222940.943000', '222940.946000', '222940.949000', '222940.951000', '222940.954000', '222940.957000', '222940.959000', '222940.962000', '222940.969000', '222940.971000', '222940.974000', '222940.976000', '222940.979000', '222940.981000', '222940.984000', '222940.987000', '222940.989000', '222940.992000', '222940.994000', '222940.997000', '222941.001000', '222941.004000', '222941.006000', '222941.009000', '222941.011000', '222941.014000', '222941.017000', '222941.019000', '222941.022000', '222941.024000', '222941.027000', '222941.030000', '222941.032000', '222941.035000', '222941.037000', '222941.040000', '222941.042000', '222941.045000', '222941.048000', '222941.050000', '222941.053000', '222941.055000', '222941.058000', '222941.061000', '222941.063000', '222941.066000', '222941.068000', '222941.071000', '222941.086000', '222941.089000', '223000.887000', '223000.890000', '223000.893000', '223000.896000', '223000.898000', '223000.901000', '223000.903000', '223000.906000', '223000.909000', '223000.917000', '223000.920000', '223000.922000', '223000.925000', '223000.928000', '223000.930000', '223000.933000', '223000.935000', '223000.938000', '223000.940000', '223000.943000', '223000.946000', '223000.948000', '223000.951000', '223000.953000', '223000.956000', '223000.959000', '223000.961000', '223000.964000', '223000.967000', '223000.969000', '223000.972000', '223000.975000', '223000.977000', '223000.980000', '223000.982000', '223000.985000', '223000.988000', '223000.990000', '223000.993000', '223000.995000', '223000.998000', '223001.002000', '223001.005000', '223001.007000', '223020.888000', '223020.891000', '223020.894000', '223020.897000', '223020.900000', '223020.903000', '223020.905000', '223020.908000', '223020.911000', '223020.913000', '223020.916000', '223020.919000', '223020.921000', '223020.924000', '223020.927000', '223020.939000', '223020.942000', '223020.945000', '223020.947000', '223020.950000', '223020.953000', '223020.955000', '223020.958000', '223020.960000', '223020.963000', '223020.966000', '223020.968000', '223020.971000', '223020.973000', '223020.976000', '223020.979000', '223020.981000', '223020.984000', '223020.987000', '223020.990000', '223020.992000', '223020.995000', '223020.998000', '223021.001000', '223021.004000', '223021.006000', '223021.009000', '223021.012000', '223040.888000', '223040.890000', '223040.893000', '223040.896000', '223040.899000', '223040.901000', '223040.904000', '223040.907000', '223040.909000', '223040.912000', '223040.914000', '223040.917000', '223040.920000', '223040.922000', '223040.925000', '223040.928000', '223040.930000', '223040.933000', '223040.936000', '223040.938000', '223040.944000', '223040.946000', '223040.949000', '223040.951000', '223040.954000', '223040.957000', '223040.959000', '223040.962000', '223040.965000', '223040.967000', '223040.970000', '223040.973000', '223040.975000', '223040.978000', '223040.980000', '223040.983000', '223040.986000', '223040.988000', '223040.991000', '223040.993000', '223040.996000', '223041.000000', '223041.002000', '223041.005000', '223100.887000', '223100.890000', '223100.893000', '223100.896000', '223100.898000', '223100.901000', '223100.904000', '223100.906000', '223100.909000', '223100.912000', '223100.914000', '223100.917000', '223100.919000', '223100.922000', '223100.925000', '223100.927000', '223100.930000', '223100.933000', '223100.935000', '223100.938000', '223100.941000', '223100.943000', '223100.946000', '223100.949000', '223100.951000', '223100.964000', '223100.967000', '223100.969000', '223100.972000', '223100.974000', '223100.978000', '223100.981000', '223100.984000', '223100.987000', '223100.989000', '223100.992000', '223100.995000', '223100.997000', '223101.001000', '223101.004000', '223101.006000', '223101.009000', '223101.012000', '223120.887000', '223120.890000', '223120.893000', '223120.896000', '223120.899000', '223120.902000', '223120.904000', '223120.907000', '223120.910000', '223120.912000', '223120.915000', '223120.918000', '223120.920000', '223120.923000', '223120.925000', '223120.928000', '223120.931000', '223120.934000', '223120.936000', '223120.939000', '223120.942000', '223120.944000', '223120.947000', '223120.950000', '223120.952000', '223120.955000', '223120.958000', '223120.960000', '223120.963000', '223120.965000', '223120.968000', '223120.971000', '223120.974000', '223120.976000', '223120.979000', '223120.981000', '223120.984000', '223120.987000', '223120.989000', '223120.992000', '223120.995000', '223120.997000', '223121.001000', '223121.003000', '223140.888000', '223140.890000', '223140.893000', '223140.896000', '223140.898000', '223140.901000', '223140.904000', '223140.906000', '223140.909000', '223140.912000', '223140.914000', '223140.917000', '223140.920000', '223140.922000', '223140.925000', '223140.928000', '223140.930000', '223140.933000', '223140.935000', '223140.938000', '223140.941000', '223140.944000', '223140.946000', '223140.949000', '223140.952000', '223140.955000', '223140.957000', '223140.960000', '223140.963000', '223140.965000', '223140.968000', '223140.970000', '223140.973000', '223140.976000', '223140.978000', '223140.981000', '223140.983000', '223140.986000', '223140.989000', '223140.992000', '223140.994000', '223140.997000', '223141.001000', '223200.887000', '223200.890000', '223200.893000', '223200.896000', '223200.898000', '223200.901000', '223200.904000', '223200.906000', '223200.909000', '223200.912000', '223200.914000', '223200.917000', '223200.920000', '223200.922000', '223200.925000', '223200.928000', '223200.930000', '223200.933000', '223200.935000', '223200.938000', '223200.941000', '223200.943000', '223200.946000', '223200.949000', '223200.951000', '223200.954000', '223200.957000', '223200.959000', '223200.962000', '223200.964000', '223200.967000', '223200.970000', '223200.972000', '223200.975000', '223200.978000', '223200.980000', '223200.983000', '223200.985000', '223200.988000', '223200.991000', '223200.993000', '223200.996000', '223201.000000', '223201.002000', '223220.887000', '223220.890000', '223220.893000', '223220.896000', '223220.898000', '223220.901000', '223220.904000', '223220.906000', '223220.909000', '223220.912000', '223220.915000', '223220.917000', '223220.920000', '223220.923000', '223220.925000', '223220.928000', '223220.930000', '223220.933000', '223220.936000', '223220.938000', '223220.941000', '223220.944000', '223220.946000', '223220.949000', '223220.951000', '223220.954000', '223220.957000', '223220.959000', '223220.962000', '223220.965000', '223220.967000', '223220.970000', '223220.973000', '223220.975000', '223220.978000', '223220.981000', '223220.984000', '223220.986000', '223220.989000', '223220.992000', '223220.994000', '223220.997000', '223221.001000', '223240.887000', '223240.891000', '223240.894000', '223240.896000', '223240.899000', '223240.907000', '223240.910000', '223240.912000', '223240.915000', '223240.918000', '223240.920000', '223240.923000', '223240.925000', '223240.928000', '223240.931000', '223240.933000', '223240.936000', '223240.939000', '223240.941000', '223240.944000', '223240.947000', '223240.949000', '223240.952000', '223240.955000', '223240.957000', '223240.960000', '223240.963000', '223240.965000', '223240.968000', '223240.970000', '223240.973000', '223240.976000', '223240.978000', '223240.981000', '223240.984000', '223240.986000', '223240.989000', '223240.992000', '223240.994000', '223240.997000', '223241.000000', '223241.004000', '223241.006000', '223241.009000', '223300.888000', '223300.890000', '223300.893000', '223300.896000', '223300.899000', '223300.901000', '223300.904000', '223300.907000', '223300.909000', '223300.912000', '223300.914000', '223300.917000', '223300.920000', '223300.922000', '223300.925000', '223300.928000', '223300.930000', '223300.934000', '223300.936000', '223300.939000', '223300.942000', '223300.945000', '223300.947000', '223300.950000', '223300.952000', '223300.955000', '223300.958000', '223300.960000', '223300.963000', '223300.966000', '223300.968000', '223300.971000', '223300.984000', '223300.986000', '223300.989000', '223300.992000', '223300.994000', '223300.997000', '223301.000000', '223301.003000', '223301.006000', '223301.008000', '223301.011000', '223320.887000', '223320.890000', '223320.893000', '223320.896000', '223320.899000', '223320.901000', '223320.904000', '223320.906000', '223320.909000', '223320.912000', '223320.914000', '223320.917000', '223320.920000', '223320.922000', '223320.925000', '223320.927000', '223320.930000', '223320.933000', '223320.935000', '223320.938000', '223320.941000', '223320.943000', '223320.946000', '223320.949000', '223320.951000', '223320.954000', '223320.956000', '223320.959000', '223320.962000', '223320.964000', '223320.967000', '223320.970000', '223320.972000', '223320.975000', '223320.978000', '223320.980000', '223320.983000', '223320.986000', '223320.988000', '223320.991000', '223320.993000', '223320.996000', '223321.000000', '223321.002000', '223340.887000', '223340.890000', '223340.893000', '223340.896000', '223340.898000', '223340.901000', '223340.904000', '223340.906000', '223340.909000', '223340.912000', '223340.914000', '223340.917000', '223340.919000', '223340.922000', '223340.925000', '223340.927000', '223340.930000', '223340.933000', '223340.936000', '223340.938000', '223340.941000', '223340.943000', '223340.946000', '223340.949000', '223340.951000', '223340.954000', '223340.957000', '223340.959000', '223340.962000', '223340.964000', '223340.967000', '223340.970000', '223340.972000', '223340.975000', '223340.977000', '223340.980000', '223340.983000', '223340.985000', '223340.988000', '223340.991000', '223340.993000', '223340.996000', '223341.000000', '223400.887000', '223400.890000', '223400.893000', '223400.896000', '223400.898000', '223400.901000', '223400.903000', '223400.906000', '223400.909000', '223400.911000', '223400.914000', '223400.917000', '223400.919000', '223400.922000', '223400.925000', '223400.927000', '223400.930000', '223400.933000', '223400.935000', '223400.938000', '223400.940000', '223400.943000', '223400.946000', '223400.949000', '223400.951000', '223400.954000', '223400.957000', '223400.959000', '223400.962000', '223400.964000', '223400.967000', '223400.970000', '223400.972000', '223400.975000', '223400.977000', '223400.980000', '223400.983000', '223400.985000', '223400.988000', '223400.991000', '223400.993000', '223400.996000', '223400.998000', '223401.002000', '223420.888000', '223420.891000', '223420.894000', '223420.896000', '223420.899000', '223420.902000', '223420.904000', '223420.907000', '223420.910000', '223420.912000', '223420.915000', '223420.918000', '223420.920000', '223420.923000', '223420.926000', '223420.928000', '223420.931000', '223420.934000', '223420.936000', '223420.939000', '223420.941000', '223420.944000', '223420.947000', '223420.949000', '223420.952000', '223420.955000', '223420.957000', '223420.960000', '223420.963000', '223420.966000', '223420.968000', '223420.971000', '223420.973000', '223420.976000', '223420.979000', '223420.982000', '223420.984000', '223420.987000', '223420.989000', '223420.992000', '223420.995000', '223420.997000', '223421.001000', '223440.887000', '223440.890000', '223440.893000', '223440.896000', '223440.898000', '223440.901000', '223440.904000', '223440.906000', '223440.909000', '223440.911000', '223440.914000', '223440.917000', '223440.920000', '223440.922000', '223440.930000', '223440.932000', '223440.935000', '223440.938000', '223440.941000', '223440.943000', '223440.946000', '223440.948000', '223440.951000', '223440.954000', '223440.956000', '223440.959000', '223440.962000', '223440.964000', '223440.967000', '223440.969000', '223440.972000', '223440.975000', '223440.977000', '223440.980000', '223440.983000', '223440.985000', '223440.988000', '223440.990000', '223440.993000', '223440.996000', '223440.998000', '223441.002000', '223441.005000', '223441.007000', '223500.888000', '223500.890000', '223500.893000', '223500.896000', '223500.899000', '223500.902000', '223500.904000', '223500.907000', '223500.910000', '223500.913000', '223500.915000', '223500.918000', '223500.920000', '223500.923000', '223500.926000', '223500.928000', '223500.931000', '223500.934000', '223500.937000', '223500.939000', '223500.942000', '223500.946000', '223500.949000', '223500.951000', '223500.954000', '223500.957000', '223500.959000', '223500.962000', '223500.965000', '223500.968000', '223500.970000', '223500.973000', '223500.975000', '223500.978000', '223500.981000', '223500.983000', '223500.986000', '223500.989000', '223500.991000', '223500.994000', '223500.997000', '223501.000000', '223501.003000', '223520.888000', '223520.891000', '223520.893000', '223520.896000', '223520.898000', '223520.901000', '223520.904000', '223520.906000', '223520.909000', '223520.912000', '223520.914000', '223520.917000', '223520.919000', '223520.922000', '223520.925000', '223520.927000', '223520.930000', '223520.939000', '223520.941000', '223520.944000', '223520.946000', '223520.950000', '223520.952000', '223520.955000', '223520.957000', '223520.960000', '223520.962000', '223520.965000', '223520.968000', '223520.970000', '223520.973000', '223520.976000', '223520.978000', '223520.981000', '223520.983000', '223520.986000', '223520.989000', '223520.991000', '223520.994000', '223520.996000', '223521.000000', '223521.003000', '223521.005000', '223521.008000', '223540.888000', '223540.891000', '223540.893000', '223540.896000', '223540.899000', '223540.901000', '223540.904000', '223540.907000', '223540.909000', '223540.912000', '223540.914000', '223540.917000', '223540.920000', '223540.922000', '223540.925000', '223540.928000', '223540.930000', '223540.933000', '223540.936000', '223540.938000', '223540.941000', '223540.943000', '223540.946000', '223540.949000', '223540.951000', '223540.954000', '223540.957000', '223540.959000', '223540.962000', '223540.965000', '223540.967000', '223540.970000', '223540.973000', '223540.975000', '223540.978000', '223540.981000', '223540.983000', '223540.986000', '223540.989000', '223540.991000', '223540.994000', '223540.997000', '223541.000000', '223600.887000', '223600.890000', '223600.893000', '223600.896000', '223600.900000', '223600.902000', '223600.905000', '223600.907000', '223600.910000', '223600.913000', '223600.915000', '223600.918000', '223600.921000', '223600.923000', '223600.926000', '223600.929000', '223600.931000', '223600.934000', '223600.937000', '223600.939000', '223600.942000', '223600.945000', '223600.947000', '223600.950000', '223600.953000', '223600.962000', '223600.964000', '223600.967000', '223600.970000', '223600.972000', '223600.975000', '223600.977000', '223600.980000', '223600.983000', '223600.985000', '223600.988000', '223600.991000', '223601.006000', '223601.009000', '223601.011000', '223601.014000', '223601.017000', '223601.019000', '223601.022000', '223614.646000', '223614.649000', '223614.652000', '223614.654000', '223614.657000', '223614.660000', '223614.662000', '223614.665000', '223614.668000', '223614.670000', '223614.673000', '223614.676000', '223614.679000', '223614.681000', '223614.684000', '223614.687000', '223614.690000', '223614.692000', '223614.695000', '223614.698000', '223614.701000', '223614.703000', '223614.706000', '223614.709000', '223614.711000', '223614.714000', '223614.717000', '223614.720000', '223614.722000', '223614.725000'], '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': [12402, 9765, 12550, 9226, 11377, 10430, 10862, 11596, 10485, 11852, 10607, 8431, 10189, 11542, 9531, 12766, 9092, 11773, 7988, 10813, 6888, 10301, 10319, 9788, 13958, 9573, 11650, 7880, 10768, 7106, 10358, 6808, 10872, 7229, 10420, 7447, 9568, 12413, 9265, 14402, 9880, 12082, 8950, 11313, 7908, 10886, 7608, 12076, 7743, 10957, 9885, 9905, 12606, 9835, 12880, 9755, 10954, 9347, 13043, 8978, 12483, 9090, 12589, 8777, 11692, 7964, 11199, 7109, 11290, 11992, 11175, 12881, 9764, 13013, 8369, 11785, 8545, 11940, 8717, 11327, 8171, 10803, 7027, 11066, 7813, 11167, 8306, 10133, 9428, 9200, 12323, 8629, 13163, 8935, 12022, 8293, 10537, 7143, 10667, 7283, 11396, 7118, 10318, 7017, 9849, 11902, 10054, 14252, 10106, 11628, 8579, 11080, 7885, 11330, 8173, 11618, 7687, 10923, 6934, 10443, 6996, 10712, 7798, 11249, 6903, 10366, 7118, 10214, 12079, 9737, 13867, 9566, 12218, 8661, 10977, 8267, 10964, 7414, 11567, 7256, 10389, 6762, 9712, 8683, 9865, 12289, 9595, 11364, 8683, 13140, 8647, 11373, 8436, 11577, 8644, 11185, 7853, 10826, 6981, 10746, 9103, 10861, 10994, 10294, 10452, 9753, 13362, 9026, 12275, 9203, 12248, 8995, 11273, 8046, 11007, 7288, 11825, 7957, 11575, 6858, 9744, 7561, 9579, 11359, 9547, 12136, 9443, 12176, 8946, 12474, 8828, 11735, 8996, 11907, 8204, 10862, 7268, 10892, 7681, 11207, 9643, 10886, 6707, 9954, 6820, 9976, 7980, 10791, 7601, 10692, 6948, 10555, 7044, 11048, 10400, 10650, 11808, 9741, 12800, 9190, 13673, 8865, 13485, 9217, 10234, 9126, 12300, 8708, 13079, 9202, 12562, 8857, 9202, 9660, 12168, 9206, 12385, 9139, 11922, 8520, 10951, 7776, 10715, 7019, 10388, 10304, 10775, 9202, 9583, 10961, 8965, 12293, 8456, 10993, 8138, 10804, 7652, 10431, 6706, 10020, 9745, 9962, 12356, 9287, 13071, 8928, 11504, 7875, 10922, 7740, 11481, 7203, 10569, 6971, 10156, 7658, 10545, 11488, 10299, 11986, 9037, 12972, 8408, 11349, 8249, 11774, 8352, 10897, 6972, 10673, 7324, 10320, 11703, 10450, 11535, 9354, 10737, 8879, 13007, 8523, 12997, 8923, 10311, 9230, 9559, 9932, 12739, 9425, 11384, 8621, 11584, 7669, 10519, 6932, 10540, 10658, 10570, 13386, 9545, 12179, 8505, 12337, 8423, 11239, 8099, 11593, 8556, 10989, 8306, 10753, 7694, 11063, 7420, 11892, 8778, 10634, 11689, 9285, 12367, 9294, 12018, 8875, 11617, 7674, 10016, 6874, 9706, 7162, 10141, 6910, 10635, 7285, 10066, 6844, 10293, 9259, 9935, 11680, 10176, 12278, 9439, 12378, 9070, 11358, 8461, 11941, 8449, 11221, 7560, 10512, 7127, 10294, 6929, 11202, 8421, 11243, 7885, 9726, 10411, 9178, 13204, 9165, 13173, 9265, 12116, 8585, 11257, 8521, 11084, 8205, 11921, 7967, 10815, 7288, 10004, 6692, 9823, 6787, 10395, 6877, 10390, 6893, 10214, 7081, 10829, 7739, 11220, 7768, 10808, 7955, 11277, 8097, 11429, 9047, 12235, 8383, 11084, 7872, 11310, 8472, 12972, 8976, 11666, 8469, 11430, 8631, 12180, 8727, 11087, 9475, 8817, 10066, 8398, 10437, 10706, 10859, 10175, 10289, 7263, 10338, 10697, 10294, 13403, 9531, 12776, 8872, 10632, 7735, 9711, 7476, 10354, 8021, 10218, 7759, 10050, 7010, 10071, 7101, 10797, 7528, 11029, 7263, 10451, 7026, 10526, 8348, 11053, 7354, 10334, 7006, 10391, 7449, 11468, 8162, 11665, 7200, 10624, 7005, 10667, 9718, 11397, 10994, 10508, 7215, 10515, 7009, 11119, 7651, 11791, 7477, 11039, 7080, 10617, 8330, 11128, 11262, 11065, 11411, 9490, 12261, 8584, 11596, 8702, 11482, 8453, 9822, 8660, 8781, 9167, 9648, 9213, 10070, 10696, 6937, 10374, 7444, 10344, 11992, 9766, 12545, 9520, 10886, 9023, 10508, 9097, 10651, 9575, 9624, 10063, 6805, 10605, 7540, 10416, 11288, 10731, 11424, 9959, 10861, 9116, 11826, 9238, 11833, 10036, 9489, 9774, 6981, 10680, 7154, 11216, 8335, 12268, 8735, 11973, 8834, 12659, 8911, 11941, 8408, 12201, 8863, 11898, 8483, 10916, 7544, 10136, 7750, 10698, 8165, 10337, 8751, 7149, 10040, 8670, 10424, 11873, 10171, 12345, 9224, 12796, 8800, 11399, 8573, 12215, 8684, 11362, 7903, 9117, 8333, 7413, 9887, 6870, 10279, 6959, 9961, 9941, 9338, 13220, 9259, 12412, 9409, 11960, 8466, 11322, 8125, 10946, 8378, 12365, 8731, 8383, 9213, 7456, 10106, 8909, 10817, 8483, 10410, 6966, 10199, 7376, 10682, 9927, 10965, 8876, 10134, 6905, 10116, 7193, 10813, 8018, 11736, 8360, 10995, 7648, 10525, 7266, 10745, 8843, 11112, 8494, 9899, 7228, 9828, 8338, 9783, 8175, 10091, 6782, 9630, 6688, 9990, 7116, 10678, 8459, 10680, 10129, 9586, 12956, 8995, 12179, 8989, 12464, 8671, 10928, 8031, 10329, 8014, 10394, 8095, 12000, 8925, 11803, 8250, 10709, 8682, 12748, 9010, 12771, 9223, 11087, 8500, 10839, 8410, 11649, 9070, 9921, 9241, 8634, 9394, 7004, 10720, 7668, 11138, 7070, 10145, 6959, 10203, 7047, 10727, 7446, 11471, 8048, 10765, 7803, 10989, 7880, 10671, 8186, 11105, 8492, 11483, 7834, 11391, 7915, 11422, 8206, 8596, 9247, 6672, 9755, 7000, 9963, 9639, 10272, 11205, 9401, 12714, 8791, 11355, 8741, 12600, 8751, 8697, 9263, 6892, 10096, 7468, 11650, 8422, 12102, 8697, 10849, 7500, 10800, 7877, 11646, 8385, 10827, 7035, 10243, 7791, 10098, 7928, 10775, 6869, 10460, 6975, 9841, 6798, 10313, 7014, 10853, 7465, 10402, 7428, 10493, 7128, 10607, 8706, 11015, 9350, 9895, 10683, 9128, 10931, 9039, 11048, 9781, 8367, 9838, 7333, 10838, 7992, 11399, 8633, 7490, 11148, 8130, 12319, 8324, 11988, 8809, 10951, 12326, 9325, 14638, 9600, 12474, 8578, 11156, 7606, 9876, 7212, 9734, 7172, 10081, 7462, 9896, 7430, 9775, 7502, 10429, 7931, 11219, 7905, 10851, 7475, 10473, 7791, 10661, 7541, 11504, 8915, 10252, 8104, 6695, 9889, 10902, 9567, 12671, 9301, 11801, 8715, 10933, 8396, 11008, 8059, 11196, 7790, 11560, 8180, 11443, 8270, 10949, 7944, 10893, 7906, 10878, 8311, 11087, 7958, 10486, 7911, 10317, 7676, 10408, 8044, 10752, 8215, 8052, 8781, 7500, 9546, 7056, 10060, 7526, 10198, 6718, 9769, 6596, 10039, 6807, 9528, 7185, 10500, 7201, 10140, 7878, 9559, 8601, 6863, 10102, 7462, 8268, 9660, 7350, 11947, 8581, 13281, 9152, 11904, 8638, 14795, 9630, 14840, 10435, 14047, 9682, 13521, 8733, 12427, 8797, 11381, 8752, 11236, 7152, 10477, 6721, 9711, 10648, 8204, 12181, 8264, 10728, 7905], 'WindowCenter': [3909.0, 3873.0, 3881.0, 3859.0, 3868.0, 3856.0, 3855.0, 3865.0, 3855.0, 3867.0, 3856.0, 3834.0, 3857.0, 3866.0, 3845.0, 3865.0, 3844.0, 3866.0, 3835.0, 3856.0, 3824.0, 3855.0, 3854.0, 3854.0, 3875.0, 3846.0, 3865.0, 3834.0, 3865.0, 3822.0, 3855.0, 3815.0, 3867.0, 3836.0, 3869.0, 3836.0, 3858.0, 3877.0, 3846.0, 3888.0, 3857.0, 3866.0, 3847.0, 3866.0, 3834.0, 3854.0, 3823.0, 3867.0, 3823.0, 3855.0, 3854.0, 3844.0, 3863.0, 3855.0, 3876.0, 3845.0, 3865.0, 3845.0, 3877.0, 3845.0, 3866.0, 3845.0, 3865.0, 3834.0, 3865.0, 3833.0, 3852.0, 3810.0, 3853.0, 3852.0, 3854.0, 3863.0, 3842.0, 3863.0, 3832.0, 3863.0, 3831.0, 3863.0, 3833.0, 3853.0, 3833.0, 3852.0, 3812.0, 3852.0, 3820.0, 3854.0, 3831.0, 3842.0, 3842.0, 3841.0, 3862.0, 3832.0, 3876.0, 3842.0, 3866.0, 3835.0, 3866.0, 3824.0, 3854.0, 3824.0, 3865.0, 3823.0, 3855.0, 3823.0, 3856.0, 3863.0, 3855.0, 3876.0, 3852.0, 3855.0, 3833.0, 3852.0, 3822.0, 3853.0, 3833.0, 3865.0, 3822.0, 3855.0, 3812.0, 3852.0, 3811.0, 3855.0, 3822.0, 3865.0, 3824.0, 3855.0, 3812.0, 3855.0, 3864.0, 3845.0, 3875.0, 3843.0, 3866.0, 3833.0, 3853.0, 3832.0, 3854.0, 3821.0, 3866.0, 3822.0, 3854.0, 3812.0, 3844.0, 3834.0, 3855.0, 3865.0, 3844.0, 3866.0, 3846.0, 3875.0, 3833.0, 3864.0, 3833.0, 3865.0, 3833.0, 3865.0, 3835.0, 3855.0, 3811.0, 3853.0, 3832.0, 3854.0, 3854.0, 3855.0, 3854.0, 3843.0, 3873.0, 3842.0, 3863.0, 3844.0, 3864.0, 3843.0, 3853.0, 3821.0, 3852.0, 3821.0, 3863.0, 3820.0, 3853.0, 3810.0, 3842.0, 3821.0, 3843.0, 3863.0, 3855.0, 3877.0, 3855.0, 3877.0, 3845.0, 3876.0, 3844.0, 3865.0, 3833.0, 3853.0, 3832.0, 3852.0, 3809.0, 3851.0, 3819.0, 3853.0, 3842.0, 3851.0, 3810.0, 3841.0, 3810.0, 3853.0, 3833.0, 3866.0, 3824.0, 3856.0, 3824.0, 3856.0, 3824.0, 3866.0, 3856.0, 3854.0, 3864.0, 3844.0, 3864.0, 3831.0, 3873.0, 3831.0, 3864.0, 3843.0, 3853.0, 3843.0, 3863.0, 3831.0, 3862.0, 3843.0, 3865.0, 3844.0, 3844.0, 3842.0, 3864.0, 3844.0, 3863.0, 3843.0, 3864.0, 3831.0, 3852.0, 3822.0, 3840.0, 3809.0, 3841.0, 3841.0, 3852.0, 3831.0, 3841.0, 3852.0, 3831.0, 3861.0, 3832.0, 3854.0, 3834.0, 3854.0, 3833.0, 3854.0, 3812.0, 3855.0, 3844.0, 3856.0, 3877.0, 3845.0, 3875.0, 3844.0, 3866.0, 3832.0, 3854.0, 3823.0, 3866.0, 3822.0, 3855.0, 3824.0, 3854.0, 3822.0, 3854.0, 3865.0, 3855.0, 3865.0, 3844.0, 3875.0, 3833.0, 3854.0, 3833.0, 3865.0, 3833.0, 3854.0, 3812.0, 3853.0, 3820.0, 3853.0, 3864.0, 3854.0, 3865.0, 3843.0, 3854.0, 3843.0, 3863.0, 3832.0, 3874.0, 3844.0, 3856.0, 3845.0, 3855.0, 3856.0, 3865.0, 3843.0, 3864.0, 3834.0, 3854.0, 3823.0, 3853.0, 3812.0, 3853.0, 3852.0, 3853.0, 3874.0, 3842.0, 3863.0, 3832.0, 3863.0, 3831.0, 3852.0, 3822.0, 3864.0, 3833.0, 3855.0, 3835.0, 3854.0, 3822.0, 3854.0, 3822.0, 3866.0, 3832.0, 3853.0, 3864.0, 3830.0, 3851.0, 3829.0, 3850.0, 3829.0, 3851.0, 3819.0, 3840.0, 3798.0, 3840.0, 3808.0, 3853.0, 3811.0, 3854.0, 3823.0, 3855.0, 3813.0, 3854.0, 3843.0, 3844.0, 3864.0, 3856.0, 3865.0, 3843.0, 3863.0, 3830.0, 3840.0, 3819.0, 3851.0, 3819.0, 3851.0, 3820.0, 3841.0, 3810.0, 3851.0, 3810.0, 3853.0, 3832.0, 3854.0, 3823.0, 3843.0, 3852.0, 3842.0, 3862.0, 3843.0, 3863.0, 3843.0, 3864.0, 3833.0, 3854.0, 3832.0, 3853.0, 3832.0, 3864.0, 3832.0, 3855.0, 3825.0, 3853.0, 3812.0, 3854.0, 3812.0, 3855.0, 3813.0, 3856.0, 3825.0, 3857.0, 3825.0, 3867.0, 3837.0, 3868.0, 3835.0, 3866.0, 3835.0, 3865.0, 3835.0, 3865.0, 3845.0, 3867.0, 3833.0, 3853.0, 3822.0, 3854.0, 3831.0, 3864.0, 3831.0, 3863.0, 3831.0, 3851.0, 3831.0, 3862.0, 3832.0, 3853.0, 3842.0, 3843.0, 3842.0, 3830.0, 3852.0, 3852.0, 3852.0, 3841.0, 3852.0, 3821.0, 3853.0, 3851.0, 3841.0, 3862.0, 3841.0, 3862.0, 3829.0, 3851.0, 3820.0, 3840.0, 3822.0, 3853.0, 3834.0, 3856.0, 3833.0, 3854.0, 3824.0, 3855.0, 3824.0, 3867.0, 3834.0, 3866.0, 3825.0, 3856.0, 3824.0, 3855.0, 3833.0, 3866.0, 3822.0, 3854.0, 3823.0, 3853.0, 3823.0, 3864.0, 3832.0, 3864.0, 3822.0, 3853.0, 3811.0, 3853.0, 3843.0, 3864.0, 3854.0, 3853.0, 3821.0, 3852.0, 3810.0, 3853.0, 3821.0, 3866.0, 3822.0, 3854.0, 3812.0, 3853.0, 3830.0, 3853.0, 3852.0, 3853.0, 3852.0, 3842.0, 3862.0, 3830.0, 3851.0, 3831.0, 3852.0, 3832.0, 3853.0, 3843.0, 3843.0, 3843.0, 3854.0, 3844.0, 3854.0, 3855.0, 3823.0, 3855.0, 3823.0, 3854.0, 3864.0, 3842.0, 3863.0, 3842.0, 3852.0, 3832.0, 3852.0, 3831.0, 3852.0, 3843.0, 3854.0, 3856.0, 3824.0, 3856.0, 3835.0, 3855.0, 3855.0, 3855.0, 3853.0, 3843.0, 3853.0, 3831.0, 3851.0, 3841.0, 3852.0, 3853.0, 3842.0, 3842.0, 3811.0, 3854.0, 3811.0, 3866.0, 3833.0, 3865.0, 3835.0, 3865.0, 3844.0, 3865.0, 3833.0, 3852.0, 3819.0, 3851.0, 3829.0, 3850.0, 3831.0, 3851.0, 3821.0, 3840.0, 3820.0, 3851.0, 3832.0, 3854.0, 3844.0, 3824.0, 3855.0, 3844.0, 3854.0, 3864.0, 3843.0, 3863.0, 3831.0, 3861.0, 3830.0, 3851.0, 3818.0, 3850.0, 3829.0, 3850.0, 3819.0, 3831.0, 3831.0, 3820.0, 3853.0, 3812.0, 3855.0, 3824.0, 3856.0, 3843.0, 3843.0, 3863.0, 3831.0, 3862.0, 3831.0, 3851.0, 3832.0, 3853.0, 3831.0, 3850.0, 3830.0, 3862.0, 3831.0, 3831.0, 3842.0, 3822.0, 3853.0, 3843.0, 3854.0, 3832.0, 3853.0, 3811.0, 3841.0, 3809.0, 3841.0, 3840.0, 3852.0, 3830.0, 3840.0, 3809.0, 3842.0, 3809.0, 3852.0, 3833.0, 3864.0, 3833.0, 3854.0, 3822.0, 3852.0, 3822.0, 3853.0, 3832.0, 3853.0, 3830.0, 3841.0, 3810.0, 3840.0, 3818.0, 3840.0, 3831.0, 3853.0, 3812.0, 3844.0, 3814.0, 3855.0, 3823.0, 3856.0, 3833.0, 3855.0, 3855.0, 3843.0, 3863.0, 3830.0, 3851.0, 3832.0, 3862.0, 3830.0, 3852.0, 3820.0, 3852.0, 3831.0, 3851.0, 3832.0, 3863.0, 3843.0, 3863.0, 3834.0, 3854.0, 3833.0, 3863.0, 3833.0, 3862.0, 3831.0, 3852.0, 3830.0, 3851.0, 3819.0, 3850.0, 3829.0, 3840.0, 3831.0, 3830.0, 3840.0, 3809.0, 3851.0, 3820.0, 3853.0, 3810.0, 3841.0, 3809.0, 3840.0, 3809.0, 3853.0, 3810.0, 3853.0, 3821.0, 3852.0, 3820.0, 3851.0, 3820.0, 3841.0, 3831.0, 3852.0, 3831.0, 3863.0, 3822.0, 3852.0, 3821.0, 3863.0, 3834.0, 3843.0, 3844.0, 3824.0, 3856.0, 3823.0, 3856.0, 3845.0, 3857.0, 3854.0, 3843.0, 3863.0, 3830.0, 3851.0, 3831.0, 3863.0, 3832.0, 3830.0, 3843.0, 3823.0, 3854.0, 3823.0, 3865.0, 3834.0, 3865.0, 3844.0, 3854.0, 3821.0, 3852.0, 3819.0, 3852.0, 3819.0, 3840.0, 3799.0, 3839.0, 3807.0, 3839.0, 3818.0, 3852.0, 3798.0, 3852.0, 3810.0, 3842.0, 3812.0, 3854.0, 3811.0, 3854.0, 3822.0, 3854.0, 3823.0, 3853.0, 3811.0, 3842.0, 3830.0, 3852.0, 3830.0, 3841.0, 3840.0, 3828.0, 3850.0, 3831.0, 3852.0, 3842.0, 3832.0, 3869.0, 3838.0, 3866.0, 3836.0, 3867.0, 3846.0, 3825.0, 3869.0, 3835.0, 3879.0, 3848.0, 3868.0, 3844.0, 3842.0, 3850.0, 3829.0, 3858.0, 3827.0, 3848.0, 3817.0, 3837.0, 3805.0, 3826.0, 3806.0, 3827.0, 3808.0, 3841.0, 3810.0, 3842.0, 3822.0, 3842.0, 3822.0, 3842.0, 3820.0, 3852.0, 3820.0, 3839.0, 3809.0, 3839.0, 3807.0, 3840.0, 3808.0, 3851.0, 3843.0, 3852.0, 3833.0, 3813.0, 3855.0, 3853.0, 3843.0, 3863.0, 3842.0, 3851.0, 3831.0, 3852.0, 3820.0, 3839.0, 3806.0, 3826.0, 3793.0, 3835.0, 3803.0, 3835.0, 3804.0, 3825.0, 3804.0, 3825.0, 3804.0, 3825.0, 3804.0, 3836.0, 3806.0, 3837.0, 3806.0, 3826.0, 3806.0, 3837.0, 3819.0, 3839.0, 3819.0, 3821.0, 3830.0, 3809.0, 3841.0, 3809.0, 3843.0, 3820.0, 3852.0, 3810.0, 3843.0, 3812.0, 3843.0, 3812.0, 3843.0, 3813.0, 3856.0, 3822.0, 3854.0, 3835.0, 3859.0, 3847.0, 3827.0, 3870.0, 3851.0, 3875.0, 3884.0, 3851.0, 3895.0, 3876.0, 3893.0, 3862.0, 3880.0, 3849.0, 3891.0, 3847.0, 3876.0, 3842.0, 3863.0, 3830.0, 3851.0, 3818.0, 3838.0, 3805.0, 3837.0, 3815.0, 3838.0, 3796.0, 3839.0, 3797.0, 3829.0, 3839.0, 3819.0, 3850.0, 3820.0, 3852.0, 3821.0], 'WindowWidth': [8741.0, 8679.0, 8686.0, 8650.0, 8662.0, 8639.0, 8638.0, 8649.0, 8638.0, 8655.0, 8641.0, 8612.0, 8643.0, 8653.0, 8626.0, 8655.0, 8622.0, 8655.0, 8611.0, 8641.0, 8597.0, 8640.0, 8635.0, 8637.0, 8667.0, 8626.0, 8654.0, 8611.0, 8652.0, 8594.0, 8641.0, 8585.0, 8660.0, 8615.0, 8664.0, 8617.0, 8647.0, 8672.0, 8630.0, 8690.0, 8644.0, 8656.0, 8629.0, 8655.0, 8610.0, 8637.0, 8593.0, 8658.0, 8593.0, 8640.0, 8635.0, 8622.0, 8647.0, 8638.0, 8669.0, 8626.0, 8653.0, 8627.0, 8672.0, 8625.0, 8656.0, 8625.0, 8655.0, 8608.0, 8653.0, 8605.0, 8630.0, 8571.0, 8631.0, 8629.0, 8635.0, 8645.0, 8615.0, 8647.0, 8603.0, 8647.0, 8602.0, 8648.0, 8605.0, 8634.0, 8607.0, 8631.0, 8579.0, 8632.0, 8585.0, 8636.0, 8599.0, 8616.0, 8615.0, 8615.0, 8645.0, 8605.0, 8668.0, 8618.0, 8656.0, 8612.0, 8657.0, 8599.0, 8636.0, 8595.0, 8654.0, 8593.0, 8640.0, 8594.0, 8640.0, 8646.0, 8639.0, 8670.0, 8631.0, 8638.0, 8605.0, 8630.0, 8588.0, 8634.0, 8607.0, 8652.0, 8593.0, 8638.0, 8578.0, 8632.0, 8575.0, 8639.0, 8592.0, 8654.0, 8598.0, 8639.0, 8578.0, 8638.0, 8648.0, 8624.0, 8667.0, 8620.0, 8654.0, 8607.0, 8635.0, 8604.0, 8635.0, 8590.0, 8655.0, 8591.0, 8637.0, 8578.0, 8624.0, 8608.0, 8639.0, 8654.0, 8624.0, 8656.0, 8628.0, 8668.0, 8607.0, 8649.0, 8609.0, 8652.0, 8608.0, 8652.0, 8611.0, 8638.0, 8576.0, 8634.0, 8602.0, 8636.0, 8635.0, 8638.0, 8635.0, 8620.0, 8661.0, 8617.0, 8647.0, 8622.0, 8652.0, 8618.0, 8634.0, 8588.0, 8631.0, 8588.0, 8648.0, 8585.0, 8633.0, 8573.0, 8618.0, 8587.0, 8619.0, 8647.0, 8639.0, 8669.0, 8641.0, 8672.0, 8626.0, 8669.0, 8623.0, 8652.0, 8606.0, 8634.0, 8603.0, 8632.0, 8570.0, 8627.0, 8580.0, 8631.0, 8613.0, 8628.0, 8572.0, 8615.0, 8574.0, 8634.0, 8607.0, 8657.0, 8596.0, 8642.0, 8597.0, 8642.0, 8597.0, 8656.0, 8639.0, 8639.0, 8648.0, 8620.0, 8647.0, 8599.0, 8659.0, 8602.0, 8650.0, 8619.0, 8632.0, 8619.0, 8646.0, 8602.0, 8645.0, 8620.0, 8652.0, 8621.0, 8623.0, 8620.0, 8650.0, 8622.0, 8649.0, 8619.0, 8649.0, 8601.0, 8632.0, 8588.0, 8611.0, 8567.0, 8614.0, 8613.0, 8632.0, 8600.0, 8615.0, 8631.0, 8602.0, 8643.0, 8604.0, 8637.0, 8612.0, 8639.0, 8607.0, 8637.0, 8580.0, 8641.0, 8622.0, 8642.0, 8671.0, 8625.0, 8669.0, 8624.0, 8654.0, 8605.0, 8636.0, 8592.0, 8655.0, 8590.0, 8639.0, 8595.0, 8637.0, 8591.0, 8638.0, 8651.0, 8640.0, 8651.0, 8623.0, 8667.0, 8606.0, 8637.0, 8608.0, 8654.0, 8606.0, 8636.0, 8578.0, 8633.0, 8586.0, 8633.0, 8647.0, 8637.0, 8650.0, 8621.0, 8637.0, 8619.0, 8646.0, 8605.0, 8664.0, 8624.0, 8640.0, 8626.0, 8641.0, 8641.0, 8654.0, 8621.0, 8651.0, 8608.0, 8635.0, 8592.0, 8635.0, 8576.0, 8632.0, 8629.0, 8633.0, 8663.0, 8617.0, 8646.0, 8603.0, 8649.0, 8601.0, 8631.0, 8590.0, 8651.0, 8607.0, 8640.0, 8611.0, 8636.0, 8593.0, 8636.0, 8590.0, 8655.0, 8602.0, 8633.0, 8647.0, 8598.0, 8628.0, 8595.0, 8625.0, 8593.0, 8625.0, 8580.0, 8611.0, 8553.0, 8611.0, 8569.0, 8633.0, 8576.0, 8637.0, 8596.0, 8639.0, 8581.0, 8637.0, 8619.0, 8623.0, 8648.0, 8640.0, 8651.0, 8618.0, 8647.0, 8596.0, 8610.0, 8580.0, 8627.0, 8582.0, 8626.0, 8585.0, 8613.0, 8571.0, 8630.0, 8574.0, 8636.0, 8602.0, 8635.0, 8593.0, 8620.0, 8628.0, 8616.0, 8645.0, 8619.0, 8648.0, 8618.0, 8650.0, 8607.0, 8636.0, 8604.0, 8633.0, 8604.0, 8649.0, 8604.0, 8638.0, 8600.0, 8635.0, 8580.0, 8637.0, 8578.0, 8641.0, 8582.0, 8643.0, 8603.0, 8645.0, 8602.0, 8659.0, 8618.0, 8662.0, 8613.0, 8657.0, 8613.0, 8654.0, 8612.0, 8654.0, 8625.0, 8657.0, 8605.0, 8635.0, 8590.0, 8634.0, 8602.0, 8649.0, 8600.0, 8646.0, 8601.0, 8629.0, 8603.0, 8645.0, 8605.0, 8633.0, 8618.0, 8620.0, 8618.0, 8598.0, 8630.0, 8628.0, 8631.0, 8613.0, 8631.0, 8590.0, 8632.0, 8626.0, 8614.0, 8643.0, 8614.0, 8643.0, 8595.0, 8627.0, 8585.0, 8612.0, 8591.0, 8634.0, 8610.0, 8641.0, 8609.0, 8638.0, 8598.0, 8640.0, 8597.0, 8658.0, 8611.0, 8656.0, 8600.0, 8640.0, 8596.0, 8639.0, 8606.0, 8655.0, 8591.0, 8638.0, 8593.0, 8634.0, 8592.0, 8650.0, 8603.0, 8648.0, 8590.0, 8633.0, 8574.0, 8635.0, 8618.0, 8650.0, 8634.0, 8631.0, 8588.0, 8631.0, 8572.0, 8634.0, 8587.0, 8656.0, 8590.0, 8636.0, 8577.0, 8633.0, 8598.0, 8633.0, 8629.0, 8634.0, 8630.0, 8615.0, 8645.0, 8598.0, 8626.0, 8600.0, 8630.0, 8603.0, 8632.0, 8619.0, 8620.0, 8620.0, 8635.0, 8624.0, 8636.0, 8640.0, 8594.0, 8641.0, 8595.0, 8637.0, 8647.0, 8617.0, 8646.0, 8615.0, 8630.0, 8602.0, 8629.0, 8600.0, 8629.0, 8621.0, 8635.0, 8641.0, 8597.0, 8643.0, 8611.0, 8639.0, 8635.0, 8638.0, 8633.0, 8617.0, 8631.0, 8600.0, 8628.0, 8614.0, 8629.0, 8633.0, 8616.0, 8617.0, 8573.0, 8635.0, 8575.0, 8654.0, 8608.0, 8652.0, 8612.0, 8654.0, 8623.0, 8654.0, 8605.0, 8630.0, 8581.0, 8627.0, 8594.0, 8625.0, 8600.0, 8629.0, 8586.0, 8613.0, 8585.0, 8628.0, 8604.0, 8637.0, 8622.0, 8598.0, 8639.0, 8622.0, 8636.0, 8647.0, 8617.0, 8645.0, 8598.0, 8640.0, 8595.0, 8625.0, 8577.0, 8623.0, 8595.0, 8622.0, 8579.0, 8599.0, 8600.0, 8586.0, 8635.0, 8577.0, 8639.0, 8596.0, 8641.0, 8618.0, 8619.0, 8645.0, 8600.0, 8643.0, 8598.0, 8629.0, 8605.0, 8633.0, 8602.0, 8625.0, 8597.0, 8643.0, 8599.0, 8602.0, 8617.0, 8590.0, 8633.0, 8618.0, 8637.0, 8601.0, 8631.0, 8573.0, 8615.0, 8568.0, 8614.0, 8609.0, 8631.0, 8596.0, 8611.0, 8569.0, 8614.0, 8571.0, 8631.0, 8605.0, 8651.0, 8605.0, 8635.0, 8591.0, 8630.0, 8590.0, 8634.0, 8600.0, 8633.0, 8596.0, 8612.0, 8571.0, 8611.0, 8579.0, 8612.0, 8598.0, 8632.0, 8577.0, 8622.0, 8583.0, 8640.0, 8594.0, 8642.0, 8607.0, 8640.0, 8637.0, 8620.0, 8646.0, 8597.0, 8628.0, 8603.0, 8644.0, 8598.0, 8630.0, 8586.0, 8631.0, 8602.0, 8630.0, 8605.0, 8648.0, 8619.0, 8646.0, 8609.0, 8636.0, 8607.0, 8646.0, 8605.0, 8645.0, 8598.0, 8629.0, 8597.0, 8627.0, 8581.0, 8623.0, 8594.0, 8608.0, 8597.0, 8597.0, 8612.0, 8570.0, 8627.0, 8583.0, 8632.0, 8570.0, 8614.0, 8569.0, 8611.0, 8568.0, 8632.0, 8570.0, 8633.0, 8587.0, 8631.0, 8586.0, 8627.0, 8584.0, 8613.0, 8599.0, 8628.0, 8599.0, 8646.0, 8591.0, 8630.0, 8588.0, 8648.0, 8609.0, 8620.0, 8623.0, 8599.0, 8643.0, 8594.0, 8643.0, 8624.0, 8645.0, 8633.0, 8617.0, 8645.0, 8597.0, 8625.0, 8601.0, 8645.0, 8602.0, 8599.0, 8619.0, 8594.0, 8638.0, 8594.0, 8652.0, 8609.0, 8654.0, 8622.0, 8635.0, 8587.0, 8629.0, 8580.0, 8628.0, 8579.0, 8611.0, 8553.0, 8606.0, 8562.0, 8605.0, 8579.0, 8630.0, 8554.0, 8629.0, 8574.0, 8618.0, 8577.0, 8635.0, 8574.0, 8637.0, 8588.0, 8634.0, 8593.0, 8632.0, 8575.0, 8617.0, 8595.0, 8630.0, 8594.0, 8611.0, 8611.0, 8592.0, 8622.0, 8601.0, 8628.0, 8616.0, 8602.0, 8664.0, 8620.0, 8656.0, 8616.0, 8660.0, 8627.0, 8599.0, 8664.0, 8614.0, 8678.0, 8633.0, 8662.0, 8622.0, 8616.0, 8621.0, 8590.0, 8632.0, 8586.0, 8618.0, 8572.0, 8601.0, 8554.0, 8584.0, 8559.0, 8588.0, 8564.0, 8613.0, 8571.0, 8617.0, 8590.0, 8617.0, 8588.0, 8615.0, 8582.0, 8629.0, 8580.0, 8608.0, 8567.0, 8607.0, 8559.0, 8610.0, 8562.0, 8627.0, 8620.0, 8631.0, 8606.0, 8581.0, 8640.0, 8633.0, 8618.0, 8647.0, 8616.0, 8628.0, 8600.0, 8630.0, 8582.0, 8607.0, 8556.0, 8583.0, 8536.0, 8594.0, 8548.0, 8593.0, 8549.0, 8581.0, 8551.0, 8581.0, 8551.0, 8583.0, 8553.0, 8598.0, 8557.0, 8600.0, 8557.0, 8586.0, 8557.0, 8601.0, 8580.0, 8607.0, 8580.0, 8585.0, 8596.0, 8568.0, 8612.0, 8569.0, 8619.0, 8585.0, 8630.0, 8574.0, 8620.0, 8577.0, 8619.0, 8575.0, 8619.0, 8578.0, 8642.0, 8591.0, 8637.0, 8612.0, 8650.0, 8632.0, 8607.0, 8669.0, 8645.0, 8684.0, 8695.0, 8646.0, 8709.0, 8685.0, 8705.0, 8657.0, 8682.0, 8637.0, 8695.0, 8629.0, 8668.0, 8614.0, 8643.0, 8594.0, 8625.0, 8575.0, 8603.0, 8552.0, 8598.0, 8567.0, 8601.0, 8542.0, 8605.0, 8547.0, 8591.0, 8604.0, 8579.0, 8622.0, 8584.0, 8628.0, 8587.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.0003428508771929825</td></tr>
<tr><td colspan=3>aqi</td><td>0.02420779385964912</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.74078409733259</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2020158929308453</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898115557189908</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>4836.6611</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08694140457963834</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3026315789473686</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5389149442851955</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.466161123020319</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8123837511293646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3381999587059026</td></tr>
<tr><td colspan=3>gcor</td><td>0.00818038</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006256848573684692</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03855593502521515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.11967105163186</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.3322</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.1709</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>293294.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>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.9035</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7315</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.0512</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3016.0757</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.8726</td></tr>
<tr><td colspan=3>tsnr</td><td>38.16449132224079</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>