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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0122_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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-01_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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-01_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-0122/ses-02/func/sub-0122_ses-02_task-faces_acq-mb8_run-01_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>5eb6f16ec9c0f39ca7a5e9c2cffa7f48</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:29:56.665000</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.999735, 0.0226404, 0.00416075, -0.0228617, 0.997657, 0.0644778]</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-01_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.0819669</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7635, -7101, 878, -170, 296, -456, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>576c11b2-e028-4fbe-a2b2-55fffa78a5ce||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.682215929031372, -0.06133631244301796, 0.007266220636665821, 112.47217559814453], [-0.06074260175228119, 2.6766414642333984, 0.17430077493190765, -97.40086364746094], [0.011162974871695042, -0.17298923432826996, 2.6943583488464355, -53.669227600097656], [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': ['212956.665000', '212957.125000', '212957.585000', '212958.045000', '212958.505000', '212958.965000', '212959.425000', '212959.885000', '213000.345000', '213000.805000', '213001.265000', '213001.725000', '213002.185000', '213002.645000', '213003.105000', '213003.565000', '213004.025000', '213004.485000', '213004.945000', '213005.405000', '213005.865000', '213006.325000', '213006.785000', '213007.245000', '213007.705000', '213008.165000', '213008.625000', '213009.085000', '213009.545000', '213010.005000', '213010.465000', '213010.925000', '213011.385000', '213011.845000', '213012.305000', '213012.765000', '213013.225000', '213013.685000', '213014.145000', '213014.605000', '213015.065000', '213015.525000', '213015.985000', '213016.445000', '213016.905000', '213017.365000', '213017.825000', '213018.285000', '213018.745000', '213019.205000', '213019.665000', '213020.125000', '213020.585000', '213021.045000', '213021.505000', '213021.965000', '213022.425000', '213022.885000', '213023.345000', '213023.805000', '213024.265000', '213024.725000', '213025.185000', '213025.645000', '213026.105000', '213026.565000', '213027.025000', '213027.485000', '213027.945000', '213028.405000', '213028.865000', '213029.325000', '213029.785000', '213030.245000', '213030.705000', '213031.165000', '213031.625000', '213032.085000', '213032.545000', '213033.005000', '213033.465000', '213033.925000', '213034.385000', '213034.845000', '213035.305000', '213035.765000', '213036.225000', '213036.685000', '213037.145000', '213037.605000', '213038.065000', '213038.525000', '213038.985000', '213039.445000', '213039.905000', '213040.365000', '213040.825000', '213041.285000', '213041.745000', '213042.205000', '213042.665000', '213043.125000', '213043.585000', '213044.045000', '213044.505000', '213044.965000', '213045.425000', '213045.885000', '213046.345000', '213046.805000', '213047.265000', '213047.725000', '213048.185000', '213048.645000', '213049.105000', '213049.565000', '213050.025000', '213050.485000', '213050.945000', '213051.405000', '213051.865000', '213052.325000', '213052.785000', '213053.245000', '213053.705000', '213054.165000', '213054.625000', '213055.085000', '213055.545000', '213056.005000', '213056.465000', '213056.925000', '213057.385000', '213057.845000', '213058.305000', '213058.765000', '213059.225000', '213059.685000', '213100.145000', '213100.605000', '213101.065000', '213101.525000', '213101.985000', '213102.445000', '213102.905000', '213103.365000', '213103.825000', '213104.285000', '213104.745000', '213105.205000', '213105.665000', '213106.125000', '213106.585000', '213107.045000', '213107.505000', '213107.965000', '213108.425000', '213108.885000', '213109.345000', '213109.805000', '213110.265000', '213110.725000', '213111.185000', '213111.645000', '213112.105000', '213112.565000', '213113.025000', '213113.485000', '213113.945000', '213114.405000', '213114.865000', '213115.325000', '213115.785000', '213116.245000', '213116.705000', '213117.165000', '213117.625000', '213118.085000', '213118.545000', '213119.005000', '213119.465000', '213119.925000', '213120.385000', '213120.845000', '213121.305000', '213121.765000', '213122.225000', '213122.685000', '213123.145000', '213123.605000', '213124.065000', '213124.525000', '213124.985000', '213125.445000', '213125.905000', '213126.365000', '213126.825000', '213127.285000', '213127.745000', '213128.205000', '213128.665000', '213129.125000', '213129.585000', '213130.045000', '213130.505000', '213130.965000', '213131.425000', '213131.885000', '213132.345000', '213132.805000', '213133.265000', '213133.725000', '213134.185000', '213134.645000', '213135.105000', '213135.565000', '213136.025000', '213136.485000', '213136.945000', '213137.405000', '213137.865000', '213138.325000', '213138.785000', '213139.245000', '213139.705000', '213140.165000', '213140.625000', '213141.085000', '213141.545000', '213142.005000', '213142.465000', '213142.925000', '213143.385000', '213143.845000', '213144.305000', '213144.765000', '213145.225000', '213145.685000', '213146.145000', '213146.605000', '213147.065000', '213147.525000', '213147.985000', '213148.445000', '213148.905000', '213149.365000', '213149.825000', '213150.285000', '213150.745000', '213151.205000', '213151.665000', '213152.125000', '213152.585000', '213153.045000', '213153.505000', '213153.965000', '213154.425000', '213154.885000', '213155.345000', '213155.805000', '213156.265000', '213156.725000', '213157.185000', '213157.645000', '213158.105000', '213158.565000', '213159.025000', '213159.485000', '213159.945000', '213200.405000', '213200.865000', '213201.325000', '213201.785000', '213202.245000', '213202.705000', '213203.165000', '213203.625000', '213204.085000', '213204.545000', '213205.005000', '213205.465000', '213205.925000', '213206.385000', '213206.845000', '213207.305000', '213207.765000', '213208.225000', '213208.685000', '213209.145000', '213209.605000', '213210.065000', '213210.525000', '213210.985000', '213211.445000', '213211.905000', '213212.365000', '213212.825000', '213213.285000', '213213.745000', '213214.205000', '213214.665000', '213215.125000', '213215.585000', '213216.045000', '213216.505000', '213216.965000', '213217.425000', '213217.885000', '213218.345000', '213218.805000', '213219.265000', '213219.725000', '213220.185000', '213220.645000', '213221.105000', '213221.565000', '213222.025000', '213222.485000', '213222.945000', '213223.405000', '213223.865000', '213224.325000', '213224.785000', '213225.245000', '213225.705000', '213226.165000', '213226.625000', '213227.085000', '213227.545000', '213228.005000', '213228.465000', '213228.925000', '213229.385000', '213229.845000', '213230.305000', '213230.765000', '213231.225000', '213231.685000', '213232.145000', '213232.605000', '213233.065000', '213233.525000', '213233.985000', '213234.445000', '213234.905000', '213235.365000', '213235.825000', '213236.285000', '213236.745000', '213237.205000', '213237.665000', '213238.125000', '213238.585000', '213239.045000', '213239.505000', '213239.965000', '213240.425000', '213240.885000', '213241.345000', '213241.805000', '213242.265000', '213242.725000', '213243.185000', '213243.645000', '213244.105000', '213244.565000', '213245.025000', '213245.485000', '213245.945000', '213246.405000', '213246.865000', '213247.325000', '213247.785000', '213248.245000', '213248.705000', '213249.165000', '213249.625000', '213250.085000', '213250.545000', '213251.005000', '213251.465000', '213251.925000', '213252.385000', '213252.845000', '213253.305000', '213253.765000', '213254.225000', '213254.685000', '213255.145000', '213255.605000', '213256.065000', '213256.525000', '213256.985000', '213257.445000', '213257.905000', '213258.365000', '213258.825000', '213259.285000', '213259.745000', '213300.205000', '213300.665000', '213301.125000', '213301.585000', '213302.045000', '213302.505000', '213302.965000', '213303.425000', '213303.885000', '213304.345000', '213304.805000', '213305.265000', '213305.725000', '213306.185000', '213306.645000', '213307.105000', '213307.565000', '213308.025000', '213308.485000', '213308.945000', '213309.405000', '213309.865000', '213310.325000', '213310.785000', '213311.245000', '213311.705000', '213312.165000', '213312.625000', '213313.085000', '213313.545000', '213314.005000', '213314.465000', '213314.925000', '213315.385000', '213315.845000', '213316.305000', '213316.765000', '213317.225000', '213317.685000', '213318.145000', '213318.605000', '213319.065000', '213319.525000', '213319.985000', '213320.445000', '213320.905000', '213321.365000', '213321.825000', '213322.285000', '213322.745000', '213323.205000', '213323.665000', '213324.125000', '213324.585000', '213325.045000', '213325.505000', '213325.965000', '213326.425000', '213326.885000', '213327.345000', '213327.805000', '213328.265000', '213328.725000', '213329.185000', '213329.645000', '213330.105000', '213330.565000', '213331.025000', '213331.485000', '213331.945000', '213332.405000', '213332.865000', '213333.325000', '213333.785000', '213334.245000', '213334.705000', '213335.165000', '213335.625000', '213336.085000', '213336.545000', '213337.005000', '213337.465000', '213337.925000', '213338.385000', '213338.845000', '213339.305000', '213339.765000', '213340.225000', '213340.685000', '213341.145000', '213341.605000', '213342.065000', '213342.525000', '213342.985000', '213343.445000', '213343.905000', '213344.365000', '213344.825000', '213345.285000', '213345.745000', '213346.205000', '213346.665000', '213347.125000', '213347.585000', '213348.045000', '213348.505000', '213348.965000', '213349.425000', '213349.885000', '213350.345000', '213350.805000', '213351.265000', '213351.725000', '213352.185000', '213352.645000', '213353.105000', '213353.565000', '213354.025000', '213354.485000', '213354.945000', '213355.405000', '213355.865000', '213356.325000', '213356.785000', '213357.245000', '213357.705000', '213358.165000', '213358.625000', '213359.085000', '213359.545000', '213400.005000', '213400.465000', '213400.925000', '213401.385000', '213401.845000', '213402.305000', '213402.765000', '213403.225000', '213403.685000', '213404.145000', '213404.605000', '213405.065000', '213405.525000', '213405.985000', '213406.445000', '213406.905000', '213407.365000', '213407.825000', '213408.285000', '213408.745000', '213409.205000', '213409.665000', '213410.125000', '213410.585000', '213411.045000', '213411.505000', '213411.965000', '213412.425000', '213412.885000', '213413.345000', '213413.805000', '213414.265000', '213414.725000', '213415.185000', '213415.645000', '213416.105000', '213416.565000', '213417.025000', '213417.485000', '213417.945000', '213418.405000', '213418.865000', '213419.325000', '213419.785000', '213420.245000', '213420.705000', '213421.165000', '213421.625000', '213422.085000', '213422.545000', '213423.005000', '213423.465000', '213423.925000', '213424.385000', '213424.845000', '213425.305000', '213425.765000', '213426.225000', '213426.685000', '213427.145000', '213427.605000', '213428.065000', '213428.525000', '213428.985000', '213429.445000', '213429.905000', '213430.365000', '213430.825000', '213431.285000', '213431.745000', '213432.205000', '213432.665000', '213433.125000', '213433.585000', '213434.045000', '213434.505000', '213434.965000', '213435.425000', '213435.885000', '213436.345000', '213436.805000', '213437.265000', '213437.725000', '213438.185000', '213438.645000', '213439.105000', '213439.565000', '213440.025000', '213440.485000', '213440.945000', '213441.405000', '213441.865000', '213442.325000', '213442.785000', '213443.245000', '213443.705000', '213444.165000', '213444.625000', '213445.085000', '213445.545000', '213446.005000', '213446.465000', '213446.925000', '213447.385000', '213447.845000', '213448.305000', '213448.765000', '213449.225000', '213449.685000', '213450.145000', '213450.605000', '213451.065000', '213451.525000', '213451.985000', '213452.445000', '213452.905000', '213453.365000', '213453.825000', '213454.285000', '213454.745000', '213455.205000', '213455.665000', '213456.125000', '213456.585000', '213457.045000', '213457.505000', '213457.965000', '213458.425000', '213458.885000', '213459.345000', '213459.805000', '213500.265000', '213500.725000', '213501.185000', '213501.645000', '213502.105000', '213502.565000', '213503.025000', '213503.485000', '213503.945000', '213504.405000', '213504.865000', '213505.325000', '213505.785000', '213506.245000', '213506.705000', '213507.165000', '213507.625000', '213508.085000', '213508.545000', '213509.005000', '213509.465000', '213509.925000', '213510.385000', '213510.845000', '213511.305000', '213511.765000', '213512.225000', '213512.685000', '213513.145000', '213513.605000', '213514.065000', '213514.525000', '213514.985000', '213515.445000', '213515.905000', '213516.365000', '213516.825000', '213517.285000', '213517.745000', '213518.205000', '213518.665000', '213519.125000', '213519.585000', '213520.045000', '213520.505000', '213520.965000', '213521.425000', '213521.885000', '213522.345000', '213522.805000', '213523.265000', '213523.725000', '213524.185000', '213524.645000', '213525.105000', '213525.565000', '213526.025000', '213526.485000', '213526.945000', '213527.405000', '213527.865000', '213528.325000', '213528.785000', '213529.245000', '213529.705000', '213530.165000', '213530.625000', '213531.085000', '213531.545000', '213532.005000', '213532.465000', '213532.925000', '213533.385000', '213533.845000', '213534.305000', '213534.765000', '213535.225000', '213535.685000', '213536.145000', '213536.605000', '213537.065000', '213537.525000', '213537.985000', '213538.445000', '213538.905000', '213539.365000', '213539.825000', '213540.285000', '213540.745000', '213541.205000', '213541.665000', '213542.125000', '213542.585000', '213543.045000', '213543.505000', '213543.965000', '213544.425000', '213544.885000', '213545.345000', '213545.805000', '213546.265000', '213546.725000', '213547.185000', '213547.645000', '213548.105000', '213548.565000', '213549.025000', '213549.485000', '213549.945000', '213550.405000', '213550.865000', '213551.325000', '213551.785000', '213552.245000', '213552.705000', '213553.165000', '213553.625000', '213554.085000', '213554.545000', '213555.005000', '213555.465000', '213555.925000', '213556.385000', '213556.845000', '213557.305000', '213557.765000', '213558.225000', '213558.685000', '213559.145000', '213559.605000', '213600.065000', '213600.525000', '213600.985000', '213601.445000', '213601.905000', '213602.365000', '213602.825000', '213603.285000', '213603.745000', '213604.205000', '213604.665000', '213605.125000', '213605.585000', '213606.045000', '213606.505000', '213606.965000', '213607.425000', '213607.885000', '213608.345000', '213608.805000', '213609.265000', '213609.725000', '213610.185000', '213610.645000', '213611.105000', '213611.565000', '213612.025000', '213612.485000', '213612.945000', '213613.405000', '213613.865000', '213614.325000', '213614.785000', '213615.245000', '213615.705000', '213616.165000', '213616.625000', '213617.085000', '213617.545000', '213618.005000', '213618.465000', '213618.925000', '213619.385000', '213619.845000', '213620.305000', '213620.765000', '213621.225000', '213621.685000', '213622.145000', '213622.605000', '213623.065000', '213623.525000', '213623.985000', '213624.445000', '213624.905000', '213625.365000', '213625.825000', '213626.285000', '213626.745000', '213627.205000', '213627.665000', '213628.125000', '213628.585000', '213629.045000', '213629.505000', '213629.965000', '213630.425000', '213630.885000', '213631.345000', '213631.805000', '213632.265000', '213632.725000', '213633.185000', '213633.645000', '213634.105000', '213634.565000', '213635.025000', '213635.485000', '213635.945000', '213636.405000', '213636.865000', '213637.325000', '213637.785000', '213638.245000', '213638.705000', '213639.165000', '213639.625000', '213640.085000', '213640.545000', '213641.005000', '213641.465000', '213641.925000', '213642.385000', '213642.845000', '213643.305000', '213643.765000', '213644.225000', '213644.685000', '213645.145000', '213645.605000', '213646.065000', '213646.525000', '213646.985000', '213647.445000', '213647.905000', '213648.365000', '213648.825000', '213649.285000', '213649.745000', '213650.205000', '213650.665000', '213651.125000', '213651.585000', '213652.045000', '213652.505000', '213652.965000', '213653.425000', '213653.885000', '213654.345000', '213654.805000', '213655.265000', '213655.725000', '213656.185000', '213656.645000'], 'ContentTime': ['213018.338000', '213018.341000', '213018.344000', '213018.347000', '213018.350000', '213018.352000', '213018.355000', '213018.357000', '213018.360000', '213018.363000', '213018.369000', '213018.371000', '213018.374000', '213018.377000', '213018.379000', '213018.382000', '213018.384000', '213018.387000', '213018.389000', '213018.392000', '213018.394000', '213018.397000', '213018.400000', '213018.402000', '213018.405000', '213018.407000', '213018.410000', '213018.413000', '213018.415000', '213018.418000', '213018.420000', '213018.423000', '213018.425000', '213018.428000', '213018.430000', '213018.433000', '213018.435000', '213018.438000', '213018.440000', '213018.443000', '213018.446000', '213018.448000', '213018.451000', '213018.453000', '213038.287000', '213038.290000', '213038.293000', '213038.296000', '213038.298000', '213038.301000', '213038.303000', '213038.306000', '213038.308000', '213038.311000', '213038.313000', '213038.316000', '213038.319000', '213038.321000', '213038.324000', '213038.327000', '213038.329000', '213038.332000', '213038.334000', '213038.344000', '213038.346000', '213038.349000', '213038.351000', '213038.354000', '213038.357000', '213038.359000', '213038.362000', '213038.364000', '213038.367000', '213038.370000', '213038.372000', '213038.375000', '213038.377000', '213038.380000', '213038.382000', '213038.385000', '213038.388000', '213038.390000', '213038.393000', '213038.395000', '213038.398000', '213038.400000', '213038.403000', '213038.405000', '213058.287000', '213058.290000', '213058.293000', '213058.295000', '213058.303000', '213058.305000', '213058.308000', '213058.310000', '213058.313000', '213058.315000', '213058.318000', '213058.321000', '213058.323000', '213058.326000', '213058.328000', '213058.331000', '213058.333000', '213058.336000', '213058.339000', '213058.341000', '213058.344000', '213058.346000', '213058.349000', '213058.351000', '213058.368000', '213058.370000', '213058.373000', '213058.376000', '213058.378000', '213058.381000', '213058.383000', '213058.386000', '213058.389000', '213058.391000', '213058.394000', '213058.396000', '213058.399000', '213058.401000', '213058.404000', '213058.407000', '213058.410000', '213058.413000', '213058.415000', '213118.287000', '213118.290000', '213118.293000', '213118.295000', '213118.298000', '213118.301000', '213118.303000', '213118.306000', '213118.308000', '213118.311000', '213118.314000', '213118.316000', '213118.319000', '213118.321000', '213118.324000', '213118.327000', '213118.329000', '213118.332000', '213118.334000', '213118.337000', '213118.339000', '213118.342000', '213118.345000', '213118.347000', '213118.350000', '213118.352000', '213118.355000', '213118.358000', '213118.360000', '213118.363000', '213118.365000', '213118.368000', '213118.370000', '213118.373000', '213118.376000', '213118.378000', '213118.381000', '213118.384000', '213118.386000', '213118.399000', '213118.402000', '213118.404000', '213118.407000', '213118.410000', '213138.288000', '213138.291000', '213138.294000', '213138.296000', '213138.299000', '213138.302000', '213138.304000', '213138.307000', '213138.309000', '213138.312000', '213138.314000', '213138.317000', '213138.320000', '213138.322000', '213138.325000', '213138.327000', '213138.330000', '213138.332000', '213138.335000', '213138.337000', '213138.340000', '213138.342000', '213138.345000', '213138.348000', '213138.350000', '213138.353000', '213138.355000', '213138.358000', '213138.361000', '213138.363000', '213138.366000', '213138.368000', '213138.371000', '213138.373000', '213138.376000', '213138.379000', '213138.381000', '213138.384000', '213138.387000', '213138.389000', '213138.392000', '213138.394000', '213138.397000', '213158.288000', '213158.291000', '213158.294000', '213158.296000', '213158.299000', '213158.302000', '213158.304000', '213158.307000', '213158.310000', '213158.312000', '213158.315000', '213158.317000', '213158.320000', '213158.323000', '213158.325000', '213158.328000', '213158.330000', '213158.333000', '213158.336000', '213158.338000', '213158.341000', '213158.343000', '213158.346000', '213158.352000', '213158.354000', '213158.357000', '213158.359000', '213158.362000', '213158.365000', '213158.367000', '213158.370000', '213158.372000', '213158.375000', '213158.378000', '213158.380000', '213158.383000', '213158.386000', '213158.388000', '213158.399000', '213158.402000', '213158.404000', '213158.407000', '213158.410000', '213158.412000', '213218.289000', '213218.291000', '213218.294000', '213218.296000', '213218.299000', '213218.302000', '213218.304000', '213218.307000', '213218.309000', '213218.312000', '213218.315000', '213218.317000', '213218.320000', '213218.323000', '213218.325000', '213218.328000', '213218.331000', '213218.333000', '213218.336000', '213218.338000', '213218.341000', '213218.344000', '213218.346000', '213218.349000', '213218.351000', '213218.354000', '213218.356000', '213218.359000', '213218.362000', '213218.364000', '213218.367000', '213218.369000', '213218.372000', '213218.375000', '213218.377000', '213218.380000', '213218.383000', '213218.385000', '213218.388000', '213218.390000', '213218.393000', '213218.395000', '213218.398000', '213238.289000', '213238.291000', '213238.294000', '213238.297000', '213238.300000', '213238.302000', '213238.305000', '213238.308000', '213238.310000', '213238.313000', '213238.315000', '213238.318000', '213238.320000', '213238.323000', '213238.326000', '213238.328000', '213238.331000', '213238.333000', '213238.336000', '213238.338000', '213238.348000', '213238.351000', '213238.353000', '213238.356000', '213238.358000', '213238.361000', '213238.364000', '213238.366000', '213238.369000', '213238.371000', '213238.374000', '213238.377000', '213238.379000', '213238.382000', '213238.384000', '213238.387000', '213238.390000', '213238.392000', '213238.403000', '213238.406000', '213238.408000', '213238.411000', '213238.413000', '213238.416000', '213258.287000', '213258.290000', '213258.293000', '213258.296000', '213258.298000', '213258.301000', '213258.303000', '213258.306000', '213258.309000', '213258.311000', '213258.314000', '213258.316000', '213258.319000', '213258.321000', '213258.324000', '213258.327000', '213258.329000', '213258.332000', '213258.334000', '213258.337000', '213258.340000', '213258.342000', '213258.345000', '213258.347000', '213258.350000', '213258.352000', '213258.355000', '213258.358000', '213258.360000', '213258.363000', '213258.365000', '213258.368000', '213258.371000', '213258.373000', '213258.376000', '213258.378000', '213258.381000', '213258.384000', '213258.386000', '213258.389000', '213258.391000', '213258.394000', '213258.397000', '213318.288000', '213318.291000', '213318.293000', '213318.296000', '213318.298000', '213318.301000', '213318.306000', '213318.309000', '213318.311000', '213318.314000', '213318.317000', '213318.319000', '213318.322000', '213318.324000', '213318.327000', '213318.330000', '213318.332000', '213318.335000', '213318.338000', '213318.340000', '213318.343000', '213318.346000', '213318.348000', '213318.351000', '213318.353000', '213318.356000', '213318.359000', '213318.361000', '213318.364000', '213318.366000', '213318.369000', '213318.372000', '213318.374000', '213318.377000', '213318.379000', '213318.382000', '213318.385000', '213318.387000', '213318.390000', '213318.393000', '213318.395000', '213318.398000', '213318.400000', '213318.403000', '213338.287000', '213338.290000', '213338.293000', '213338.296000', '213338.298000', '213338.301000', '213338.303000', '213338.306000', '213338.308000', '213338.311000', '213338.314000', '213338.316000', '213338.319000', '213338.321000', '213338.324000', '213338.326000', '213338.329000', '213338.332000', '213338.334000', '213338.337000', '213338.339000', '213338.342000', '213338.345000', '213338.347000', '213338.350000', '213338.352000', '213338.355000', '213338.358000', '213338.360000', '213338.363000', '213338.365000', '213338.368000', '213338.371000', '213338.373000', '213338.376000', '213338.378000', '213338.381000', '213338.383000', '213338.386000', '213338.389000', '213338.392000', '213338.395000', '213338.397000', '213358.288000', '213358.291000', '213358.294000', '213358.296000', '213358.299000', '213358.302000', '213358.304000', '213358.307000', '213358.309000', '213358.312000', '213358.315000', '213358.317000', '213358.320000', '213358.322000', '213358.325000', '213358.328000', '213358.330000', '213358.333000', '213358.335000', '213358.338000', '213358.341000', '213358.343000', '213358.346000', '213358.348000', '213358.351000', '213358.353000', '213358.356000', '213358.359000', '213358.361000', '213358.364000', '213358.366000', '213358.369000', '213358.372000', '213358.374000', '213358.377000', '213358.379000', '213358.382000', '213358.385000', '213358.387000', '213358.390000', '213358.392000', '213358.395000', '213358.398000', '213358.401000', '213418.289000', '213418.291000', '213418.294000', '213418.297000', '213418.299000', '213418.302000', '213418.304000', '213418.307000', '213418.310000', '213418.312000', '213418.315000', '213418.317000', '213418.320000', '213418.322000', '213418.325000', '213418.328000', '213418.330000', '213418.333000', '213418.336000', '213418.338000', '213418.341000', '213418.343000', '213418.346000', '213418.348000', '213418.351000', '213418.354000', '213418.356000', '213418.359000', '213418.361000', '213418.364000', '213418.367000', '213418.369000', '213418.372000', '213418.375000', '213418.377000', '213418.380000', '213418.382000', '213418.385000', '213418.388000', '213418.390000', '213418.393000', '213418.395000', '213418.398000', '213438.289000', '213438.292000', '213438.295000', '213438.298000', '213438.300000', '213438.303000', '213438.306000', '213438.308000', '213438.311000', '213438.313000', '213438.316000', '213438.319000', '213438.331000', '213438.333000', '213438.336000', '213438.338000', '213438.341000', '213438.344000', '213438.346000', '213438.349000', '213438.352000', '213438.354000', '213438.357000', '213438.359000', '213438.362000', '213438.364000', '213438.367000', '213438.370000', '213438.372000', '213438.375000', '213438.378000', '213438.380000', '213438.383000', '213438.385000', '213438.388000', '213438.391000', '213438.393000', '213438.396000', '213438.398000', '213438.401000', '213438.404000', '213438.406000', '213438.409000', '213438.411000', '213458.289000', '213458.291000', '213458.294000', '213458.297000', '213458.299000', '213458.302000', '213458.304000', '213458.307000', '213458.309000', '213458.312000', '213458.315000', '213458.317000', '213458.320000', '213458.322000', '213458.325000', '213458.328000', '213458.330000', '213458.333000', '213458.335000', '213458.338000', '213458.341000', '213458.343000', '213458.346000', '213458.348000', '213458.351000', '213458.353000', '213458.356000', '213458.359000', '213458.361000', '213458.364000', '213458.367000', '213458.369000', '213458.372000', '213458.374000', '213458.377000', '213458.379000', '213458.382000', '213458.385000', '213458.387000', '213458.390000', '213458.392000', '213458.395000', '213458.398000', '213518.287000', '213518.290000', '213518.293000', '213518.295000', '213518.298000', '213518.300000', '213518.303000', '213518.306000', '213518.308000', '213518.311000', '213518.313000', '213518.316000', '213518.319000', '213518.321000', '213518.324000', '213518.327000', '213518.329000', '213518.332000', '213518.334000', '213518.337000', '213518.339000', '213518.342000', '213518.345000', '213518.347000', '213518.350000', '213518.353000', '213518.355000', '213518.358000', '213518.360000', '213518.363000', '213518.366000', '213518.368000', '213518.371000', '213518.374000', '213518.376000', '213518.379000', '213518.381000', '213518.384000', '213518.386000', '213518.389000', '213518.392000', '213518.395000', '213518.397000', '213538.288000', '213538.290000', '213538.293000', '213538.296000', '213538.298000', '213538.301000', '213538.303000', '213538.306000', '213538.309000', '213538.311000', '213538.314000', '213538.316000', '213538.319000', '213538.321000', '213538.324000', '213538.327000', '213538.329000', '213538.332000', '213538.334000', '213538.337000', '213538.340000', '213538.342000', '213538.345000', '213538.347000', '213538.350000', '213538.352000', '213538.355000', '213538.378000', '213538.380000', '213538.383000', '213538.386000', '213538.388000', '213538.391000', '213538.393000', '213538.396000', '213538.399000', '213538.401000', '213538.404000', '213538.406000', '213538.409000', '213538.411000', '213538.414000', '213538.417000', '213538.419000', '213558.288000', '213558.290000', '213558.293000', '213558.296000', '213558.298000', '213558.301000', '213558.304000', '213558.306000', '213558.309000', '213558.311000', '213558.314000', '213558.317000', '213558.319000', '213558.322000', '213558.324000', '213558.327000', '213558.331000', '213558.334000', '213558.337000', '213558.339000', '213558.342000', '213558.345000', '213558.347000', '213558.350000', '213558.352000', '213558.355000', '213558.358000', '213558.360000', '213558.363000', '213558.365000', '213558.368000', '213558.371000', '213558.373000', '213558.376000', '213558.378000', '213558.381000', '213558.384000', '213558.387000', '213558.389000', '213558.392000', '213558.395000', '213558.397000', '213558.400000', '213618.288000', '213618.291000', '213618.294000', '213618.296000', '213618.299000', '213618.302000', '213618.304000', '213618.307000', '213618.309000', '213618.312000', '213618.315000', '213618.317000', '213618.320000', '213618.322000', '213618.325000', '213618.327000', '213618.330000', '213618.332000', '213618.335000', '213618.338000', '213618.340000', '213618.343000', '213618.345000', '213618.348000', '213618.350000', '213618.353000', '213618.356000', '213618.358000', '213618.361000', '213618.363000', '213618.366000', '213618.368000', '213618.371000', '213618.374000', '213618.376000', '213618.379000', '213618.381000', '213618.384000', '213618.386000', '213618.389000', '213618.391000', '213618.394000', '213618.397000', '213618.400000', '213638.288000', '213638.291000', '213638.294000', '213638.296000', '213638.299000', '213638.302000', '213638.304000', '213638.307000', '213638.309000', '213638.312000', '213638.314000', '213638.317000', '213638.320000', '213638.322000', '213638.325000', '213638.328000', '213638.330000', '213638.333000', '213638.336000', '213638.338000', '213638.341000', '213638.343000', '213638.346000', '213638.349000', '213638.351000', '213638.354000', '213638.356000', '213638.359000', '213638.362000', '213638.364000', '213638.367000', '213638.369000', '213638.372000', '213638.374000', '213638.377000', '213638.380000', '213638.382000', '213638.385000', '213638.388000', '213638.390000', '213638.393000', '213638.395000', '213638.398000', '213658.077000', '213658.080000', '213658.083000', '213658.085000', '213658.088000', '213658.091000', '213658.094000', '213658.097000', '213658.100000', '213658.103000', '213658.105000', '213658.109000', '213658.111000', '213658.114000', '213658.117000', '213658.119000', '213658.122000', '213658.125000', '213658.127000', '213658.131000', '213658.134000', '213658.137000', '213658.140000', '213658.168000', '213658.171000', '213658.174000', '213658.176000', '213658.179000', '213658.181000', '213658.192000', '213658.196000', '213658.198000', '213658.201000', '213658.204000', '213658.206000', '213658.209000', '213658.212000', '213658.216000', '213658.218000', '213658.221000', '213658.226000', '213658.229000', '213658.234000', '213658.237000'], 'InstanceCreationTime': ['213018.338000', '213018.341000', '213018.344000', '213018.347000', '213018.350000', '213018.352000', '213018.355000', '213018.357000', '213018.360000', '213018.363000', '213018.369000', '213018.371000', '213018.374000', '213018.377000', '213018.379000', '213018.382000', '213018.384000', '213018.387000', '213018.389000', '213018.392000', '213018.394000', '213018.397000', '213018.400000', '213018.402000', '213018.405000', '213018.407000', '213018.410000', '213018.413000', '213018.415000', '213018.418000', '213018.420000', '213018.423000', '213018.425000', '213018.428000', '213018.430000', '213018.433000', '213018.435000', '213018.438000', '213018.440000', '213018.443000', '213018.446000', '213018.448000', '213018.451000', '213018.453000', '213038.287000', '213038.290000', '213038.293000', '213038.296000', '213038.298000', '213038.301000', '213038.303000', '213038.306000', '213038.308000', '213038.311000', '213038.313000', '213038.316000', '213038.319000', '213038.321000', '213038.324000', '213038.327000', '213038.329000', '213038.332000', '213038.334000', '213038.344000', '213038.346000', '213038.349000', '213038.351000', '213038.354000', '213038.357000', '213038.359000', '213038.362000', '213038.364000', '213038.367000', '213038.370000', '213038.372000', '213038.375000', '213038.377000', '213038.380000', '213038.382000', '213038.385000', '213038.388000', '213038.390000', '213038.393000', '213038.395000', '213038.398000', '213038.400000', '213038.403000', '213038.405000', '213058.287000', '213058.290000', '213058.293000', '213058.295000', '213058.303000', '213058.305000', '213058.308000', '213058.310000', '213058.313000', '213058.315000', '213058.318000', '213058.321000', '213058.323000', '213058.326000', '213058.328000', '213058.331000', '213058.333000', '213058.336000', '213058.339000', '213058.341000', '213058.344000', '213058.346000', '213058.349000', '213058.351000', '213058.368000', '213058.370000', '213058.373000', '213058.376000', '213058.378000', '213058.381000', '213058.383000', '213058.386000', '213058.389000', '213058.391000', '213058.394000', '213058.396000', '213058.399000', '213058.401000', '213058.404000', '213058.407000', '213058.410000', '213058.413000', '213058.415000', '213118.287000', '213118.290000', '213118.293000', '213118.295000', '213118.298000', '213118.301000', '213118.303000', '213118.306000', '213118.308000', '213118.311000', '213118.314000', '213118.316000', '213118.319000', '213118.321000', '213118.324000', '213118.327000', '213118.329000', '213118.332000', '213118.334000', '213118.337000', '213118.339000', '213118.342000', '213118.345000', '213118.347000', '213118.350000', '213118.352000', '213118.355000', '213118.358000', '213118.360000', '213118.363000', '213118.365000', '213118.368000', '213118.370000', '213118.373000', '213118.376000', '213118.378000', '213118.381000', '213118.384000', '213118.386000', '213118.399000', '213118.402000', '213118.404000', '213118.407000', '213118.410000', '213138.288000', '213138.291000', '213138.294000', '213138.296000', '213138.299000', '213138.302000', '213138.304000', '213138.307000', '213138.309000', '213138.312000', '213138.314000', '213138.317000', '213138.320000', '213138.322000', '213138.325000', '213138.327000', '213138.330000', '213138.332000', '213138.335000', '213138.337000', '213138.340000', '213138.342000', '213138.345000', '213138.348000', '213138.350000', '213138.353000', '213138.355000', '213138.358000', '213138.361000', '213138.363000', '213138.366000', '213138.368000', '213138.371000', '213138.373000', '213138.376000', '213138.379000', '213138.381000', '213138.384000', '213138.387000', '213138.389000', '213138.392000', '213138.394000', '213138.397000', '213158.288000', '213158.291000', '213158.294000', '213158.296000', '213158.299000', '213158.302000', '213158.304000', '213158.307000', '213158.310000', '213158.312000', '213158.315000', '213158.317000', '213158.320000', '213158.323000', '213158.325000', '213158.328000', '213158.330000', '213158.333000', '213158.336000', '213158.338000', '213158.341000', '213158.343000', '213158.346000', '213158.352000', '213158.354000', '213158.357000', '213158.359000', '213158.362000', '213158.365000', '213158.367000', '213158.370000', '213158.372000', '213158.375000', '213158.378000', '213158.380000', '213158.383000', '213158.386000', '213158.388000', '213158.399000', '213158.402000', '213158.404000', '213158.407000', '213158.410000', '213158.412000', '213218.289000', '213218.291000', '213218.294000', '213218.296000', '213218.299000', '213218.302000', '213218.304000', '213218.307000', '213218.309000', '213218.312000', '213218.315000', '213218.317000', '213218.320000', '213218.323000', '213218.325000', '213218.328000', '213218.331000', '213218.333000', '213218.336000', '213218.338000', '213218.341000', '213218.344000', '213218.346000', '213218.349000', '213218.351000', '213218.354000', '213218.356000', '213218.359000', '213218.362000', '213218.364000', '213218.367000', '213218.369000', '213218.372000', '213218.375000', '213218.377000', '213218.380000', '213218.383000', '213218.385000', '213218.388000', '213218.390000', '213218.393000', '213218.395000', '213218.398000', '213238.289000', '213238.291000', '213238.294000', '213238.297000', '213238.300000', '213238.302000', '213238.305000', '213238.308000', '213238.310000', '213238.313000', '213238.315000', '213238.318000', '213238.320000', '213238.323000', '213238.326000', '213238.328000', '213238.331000', '213238.333000', '213238.336000', '213238.338000', '213238.348000', '213238.351000', '213238.353000', '213238.356000', '213238.358000', '213238.361000', '213238.364000', '213238.366000', '213238.369000', '213238.371000', '213238.374000', '213238.377000', '213238.379000', '213238.382000', '213238.384000', '213238.387000', '213238.390000', '213238.392000', '213238.403000', '213238.406000', '213238.408000', '213238.411000', '213238.413000', '213238.416000', '213258.287000', '213258.290000', '213258.293000', '213258.296000', '213258.298000', '213258.301000', '213258.303000', '213258.306000', '213258.309000', '213258.311000', '213258.314000', '213258.316000', '213258.319000', '213258.321000', '213258.324000', '213258.327000', '213258.329000', '213258.332000', '213258.334000', '213258.337000', '213258.340000', '213258.342000', '213258.345000', '213258.347000', '213258.350000', '213258.352000', '213258.355000', '213258.358000', '213258.360000', '213258.363000', '213258.365000', '213258.368000', '213258.371000', '213258.373000', '213258.376000', '213258.378000', '213258.381000', '213258.384000', '213258.386000', '213258.389000', '213258.391000', '213258.394000', '213258.397000', '213318.288000', '213318.291000', '213318.293000', '213318.296000', '213318.298000', '213318.301000', '213318.306000', '213318.309000', '213318.311000', '213318.314000', '213318.317000', '213318.319000', '213318.322000', '213318.324000', '213318.327000', '213318.330000', '213318.332000', '213318.335000', '213318.338000', '213318.340000', '213318.343000', '213318.346000', '213318.348000', '213318.351000', '213318.353000', '213318.356000', '213318.359000', '213318.361000', '213318.364000', '213318.366000', '213318.369000', '213318.372000', '213318.374000', '213318.377000', '213318.379000', '213318.382000', '213318.385000', '213318.387000', '213318.390000', '213318.393000', '213318.395000', '213318.398000', '213318.400000', '213318.403000', '213338.287000', '213338.290000', '213338.293000', '213338.296000', '213338.298000', '213338.301000', '213338.303000', '213338.306000', '213338.308000', '213338.311000', '213338.314000', '213338.316000', '213338.319000', '213338.321000', '213338.324000', '213338.326000', '213338.329000', '213338.332000', '213338.334000', '213338.337000', '213338.339000', '213338.342000', '213338.345000', '213338.347000', '213338.350000', '213338.352000', '213338.355000', '213338.358000', '213338.360000', '213338.363000', '213338.365000', '213338.368000', '213338.371000', '213338.373000', '213338.376000', '213338.378000', '213338.381000', '213338.383000', '213338.386000', '213338.389000', '213338.392000', '213338.395000', '213338.397000', '213358.288000', '213358.291000', '213358.294000', '213358.296000', '213358.299000', '213358.302000', '213358.304000', '213358.307000', '213358.309000', '213358.312000', '213358.315000', '213358.317000', '213358.320000', '213358.322000', '213358.325000', '213358.328000', '213358.330000', '213358.333000', '213358.335000', '213358.338000', '213358.341000', '213358.343000', '213358.346000', '213358.348000', '213358.351000', '213358.353000', '213358.356000', '213358.359000', '213358.361000', '213358.364000', '213358.366000', '213358.369000', '213358.372000', '213358.374000', '213358.377000', '213358.379000', '213358.382000', '213358.385000', '213358.387000', '213358.390000', '213358.392000', '213358.395000', '213358.398000', '213358.401000', '213418.289000', '213418.291000', '213418.294000', '213418.297000', '213418.299000', '213418.302000', '213418.304000', '213418.307000', '213418.310000', '213418.312000', '213418.315000', '213418.317000', '213418.320000', '213418.322000', '213418.325000', '213418.328000', '213418.330000', '213418.333000', '213418.336000', '213418.338000', '213418.341000', '213418.343000', '213418.346000', '213418.348000', '213418.351000', '213418.354000', '213418.356000', '213418.359000', '213418.361000', '213418.364000', '213418.367000', '213418.369000', '213418.372000', '213418.375000', '213418.377000', '213418.380000', '213418.382000', '213418.385000', '213418.388000', '213418.390000', '213418.393000', '213418.395000', '213418.398000', '213438.289000', '213438.292000', '213438.295000', '213438.298000', '213438.300000', '213438.303000', '213438.306000', '213438.308000', '213438.311000', '213438.313000', '213438.316000', '213438.319000', '213438.331000', '213438.333000', '213438.336000', '213438.338000', '213438.341000', '213438.344000', '213438.346000', '213438.349000', '213438.352000', '213438.354000', '213438.357000', '213438.359000', '213438.362000', '213438.364000', '213438.367000', '213438.370000', '213438.372000', '213438.375000', '213438.378000', '213438.380000', '213438.383000', '213438.385000', '213438.388000', '213438.391000', '213438.393000', '213438.396000', '213438.398000', '213438.401000', '213438.404000', '213438.406000', '213438.409000', '213438.411000', '213458.289000', '213458.291000', '213458.294000', '213458.297000', '213458.299000', '213458.302000', '213458.304000', '213458.307000', '213458.309000', '213458.312000', '213458.315000', '213458.317000', '213458.320000', '213458.322000', '213458.325000', '213458.328000', '213458.330000', '213458.333000', '213458.335000', '213458.338000', '213458.341000', '213458.343000', '213458.346000', '213458.348000', '213458.351000', '213458.353000', '213458.356000', '213458.359000', '213458.361000', '213458.364000', '213458.367000', '213458.369000', '213458.372000', '213458.374000', '213458.377000', '213458.379000', '213458.382000', '213458.385000', '213458.387000', '213458.390000', '213458.392000', '213458.395000', '213458.398000', '213518.287000', '213518.290000', '213518.293000', '213518.295000', '213518.298000', '213518.300000', '213518.303000', '213518.306000', '213518.308000', '213518.311000', '213518.313000', '213518.316000', '213518.319000', '213518.321000', '213518.324000', '213518.327000', '213518.329000', '213518.332000', '213518.334000', '213518.337000', '213518.339000', '213518.342000', '213518.345000', '213518.347000', '213518.350000', '213518.353000', '213518.355000', '213518.358000', '213518.360000', '213518.363000', '213518.366000', '213518.368000', '213518.371000', '213518.374000', '213518.376000', '213518.379000', '213518.381000', '213518.384000', '213518.386000', '213518.389000', '213518.392000', '213518.395000', '213518.397000', '213538.288000', '213538.290000', '213538.293000', '213538.296000', '213538.298000', '213538.301000', '213538.303000', '213538.306000', '213538.309000', '213538.311000', '213538.314000', '213538.316000', '213538.319000', '213538.321000', '213538.324000', '213538.327000', '213538.329000', '213538.332000', '213538.334000', '213538.337000', '213538.340000', '213538.342000', '213538.345000', '213538.347000', '213538.350000', '213538.352000', '213538.355000', '213538.378000', '213538.380000', '213538.383000', '213538.386000', '213538.388000', '213538.391000', '213538.393000', '213538.396000', '213538.399000', '213538.401000', '213538.404000', '213538.406000', '213538.409000', '213538.411000', '213538.414000', '213538.417000', '213538.419000', '213558.288000', '213558.290000', '213558.293000', '213558.296000', '213558.298000', '213558.301000', '213558.304000', '213558.306000', '213558.309000', '213558.311000', '213558.314000', '213558.317000', '213558.319000', '213558.322000', '213558.324000', '213558.327000', '213558.331000', '213558.334000', '213558.337000', '213558.339000', '213558.342000', '213558.345000', '213558.347000', '213558.350000', '213558.352000', '213558.355000', '213558.358000', '213558.360000', '213558.363000', '213558.365000', '213558.368000', '213558.371000', '213558.373000', '213558.376000', '213558.378000', '213558.381000', '213558.384000', '213558.387000', '213558.389000', '213558.392000', '213558.395000', '213558.397000', '213558.400000', '213618.288000', '213618.291000', '213618.294000', '213618.296000', '213618.299000', '213618.302000', '213618.304000', '213618.307000', '213618.309000', '213618.312000', '213618.315000', '213618.317000', '213618.320000', '213618.322000', '213618.325000', '213618.327000', '213618.330000', '213618.332000', '213618.335000', '213618.338000', '213618.340000', '213618.343000', '213618.345000', '213618.348000', '213618.350000', '213618.353000', '213618.356000', '213618.358000', '213618.361000', '213618.363000', '213618.366000', '213618.368000', '213618.371000', '213618.374000', '213618.376000', '213618.379000', '213618.381000', '213618.384000', '213618.386000', '213618.389000', '213618.391000', '213618.394000', '213618.397000', '213618.400000', '213638.288000', '213638.291000', '213638.294000', '213638.296000', '213638.299000', '213638.302000', '213638.304000', '213638.307000', '213638.309000', '213638.312000', '213638.314000', '213638.317000', '213638.320000', '213638.322000', '213638.325000', '213638.328000', '213638.330000', '213638.333000', '213638.336000', '213638.338000', '213638.341000', '213638.343000', '213638.346000', '213638.349000', '213638.351000', '213638.354000', '213638.356000', '213638.359000', '213638.362000', '213638.364000', '213638.367000', '213638.369000', '213638.372000', '213638.374000', '213638.377000', '213638.380000', '213638.382000', '213638.385000', '213638.388000', '213638.390000', '213638.393000', '213638.395000', '213638.398000', '213658.077000', '213658.080000', '213658.083000', '213658.085000', '213658.088000', '213658.091000', '213658.094000', '213658.097000', '213658.100000', '213658.103000', '213658.105000', '213658.109000', '213658.111000', '213658.114000', '213658.117000', '213658.119000', '213658.122000', '213658.125000', '213658.127000', '213658.131000', '213658.134000', '213658.137000', '213658.140000', '213658.168000', '213658.171000', '213658.174000', '213658.176000', '213658.179000', '213658.181000', '213658.192000', '213658.196000', '213658.198000', '213658.201000', '213658.204000', '213658.206000', '213658.209000', '213658.212000', '213658.216000', '213658.218000', '213658.221000', '213658.226000', '213658.229000', '213658.234000', '213658.237000'], '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': [8894, 9588, 8642, 9947, 10456, 9491, 10247, 9714, 10116, 9371, 8423, 10482, 9318, 9534, 10322, 8461, 10287, 8626, 9435, 10218, 8265, 8363, 9157, 7923, 9525, 9338, 7857, 9748, 8040, 8510, 9334, 8057, 9853, 9317, 8371, 9772, 8078, 8333, 9248, 8677, 8680, 8729, 7921, 9019, 8586, 8468, 9980, 8470, 8243, 8724, 7905, 8656, 8314, 8628, 9504, 9018, 8796, 9012, 8624, 9787, 8396, 8904, 9220, 7965, 9347, 8707, 8559, 9623, 9171, 9075, 9226, 7909, 9277, 8152, 8567, 9427, 8008, 9428, 8660, 8421, 9273, 7842, 9365, 8732, 8634, 9659, 8480, 8304, 9484, 8007, 9906, 8968, 8555, 9942, 8584, 9031, 8922, 8654, 10268, 8254, 8458, 9085, 8640, 9283, 8536, 8822, 10406, 8158, 9086, 8762, 8813, 10136, 7921, 8739, 9841, 7831, 9050, 7864, 9545, 9042, 8766, 9959, 8134, 8815, 9270, 8687, 10826, 7866, 8693, 9239, 8360, 10850, 8906, 10659, 9743, 8674, 10202, 9396, 8815, 10442, 9563, 9537, 9925, 8616, 10100, 8731, 9725, 10290, 8081, 9009, 9960, 7935, 9907, 8071, 8718, 9532, 7897, 9700, 8423, 8582, 10260, 7816, 10111, 9096, 8552, 9859, 8316, 9553, 10145, 8342, 10308, 8749, 8488, 10161, 8247, 9900, 10404, 8347, 10525, 8299, 8461, 9429, 8934, 11100, 9274, 8886, 10052, 8825, 10334, 9458, 8960, 11155, 8749, 8429, 9869, 8367, 10468, 8805, 8903, 10228, 7867, 8747, 9372, 8816, 10615, 8274, 8704, 9084, 8940, 10205, 8143, 8921, 9470, 8150, 9997, 8922, 8655, 10416, 8573, 10773, 8936, 9226, 9767, 8371, 10383, 9091, 9203, 9748, 9263, 9522, 9171, 8927, 10555, 7996, 8840, 9124, 8821, 9916, 8455, 9642, 9351, 8867, 9985, 7918, 9585, 9675, 9072, 11123, 8025, 8830, 9009, 8958, 9855, 8297, 10160, 8724, 9296, 9936, 8952, 10018, 7805, 9365, 9954, 8899, 10271, 9099, 9642, 9562, 9439, 10689, 9436, 9017, 9634, 8560, 10452, 9112, 9136, 10510, 8995, 9872, 8719, 9859, 10383, 8074, 10588, 8747, 8849, 9951, 8690, 10333, 9435, 9072, 9884, 8180, 10047, 7891, 9582, 9422, 9173, 10293, 8641, 10734, 8037, 9687, 9649, 8947, 10260, 9877, 10680, 9285, 9487, 10235, 9905, 9622, 9155, 9227, 10118, 8129, 10380, 9290, 9323, 10085, 8348, 9685, 8447, 9643, 9057, 9097, 9672, 9538, 9648, 8841, 9697, 8748, 10733, 9535, 9205, 10207, 10687, 9428, 9553, 9209, 10855, 8027, 9308, 9254, 8068, 9752, 7927, 9903, 8962, 9111, 10165, 8317, 8909, 9106, 9241, 10572, 8460, 9471, 9291, 8086, 9263, 7864, 9240, 9342, 8623, 9922, 8572, 8974, 9100, 9440, 10353, 8630, 10108, 9255, 8962, 10106, 8943, 10619, 9511, 9370, 10278, 9376, 9607, 9405, 8907, 10459, 9071, 9188, 9773, 9388, 10006, 9031, 9154, 10453, 8020, 8916, 9036, 9245, 10389, 8351, 10196, 9049, 9039, 10327, 9109, 10510, 9847, 8622, 10503, 9102, 8865, 9411, 9160, 10482, 9561, 9593, 9901, 8312, 9799, 9578, 9624, 10293, 8524, 10248, 9337, 9158, 9763, 9163, 10232, 9269, 9639, 10467, 7897, 9251, 9612, 9587, 10398, 8578, 9675, 9980, 8522, 10310, 8070, 9586, 10320, 9100, 11307, 9396, 8923, 10311, 8792, 10681, 9611, 9451, 9966, 9218, 10671, 8937, 10311, 10787, 8882, 10591, 9906, 10354, 10641, 8967, 11248, 9846, 9265, 10077, 9346, 10495, 9151, 9582, 10371, 8013, 9587, 9555, 9546, 10270, 8743, 10716, 9407, 9187, 10188, 8848, 10793, 9751, 9617, 10490, 8345, 9791, 9821, 9720, 10236, 8823, 10855, 9623, 9262, 9984, 8624, 10583, 9631, 9770, 10421, 8069, 9187, 9127, 9723, 10380, 8675, 10594, 9809, 9399, 10209, 8596, 10144, 10031, 9735, 10616, 9337, 9254, 10143, 9288, 10968, 9699, 9421, 10275, 8715, 10062, 9790, 9477, 10595, 8889, 9611, 9910, 9513, 10073, 8775, 10337, 8026, 9636, 9746, 9338, 10560, 9291, 10893, 9985, 9616, 10304, 9966, 10190, 9858, 9680, 10572, 8259, 9394, 9883, 9655, 10775, 8293, 9546, 9681, 8949, 10132, 8397, 9874, 9422, 9612, 9952, 8416, 9936, 8196, 9748, 9692, 9842, 10135, 8584, 10322, 8426, 9778, 9775, 10008, 10425, 9396, 9776, 9900, 9823, 10687, 8802, 10355, 9345, 9778, 9872, 9518, 10819, 8722, 9370, 10138, 9404, 10726, 7857, 9831, 9985, 9277, 10374, 9926, 10715, 8661, 10281, 10071, 9604, 10518, 9709, 11085, 9574, 9895, 10374, 10050, 10772, 9867, 10803, 10342, 8721, 9994, 9738, 8816, 9922, 7890, 9677, 10138, 8512, 10051, 8919, 9698, 9607, 9659, 10345, 9227, 9914, 9624, 8831, 10496, 9532, 10028, 10455, 9473, 9741, 9654, 10211, 10582, 9942, 9868, 9437, 8443, 10295, 7862, 10195, 9556, 8776, 10152, 9282, 10037, 10262, 9395, 10993, 9309, 9901, 9809, 9085, 10315, 9268, 10234, 10232, 8015, 9808, 9519, 10302, 10367, 8535, 10307, 9318, 8501, 10377, 8542, 10244, 10001, 9551, 10137, 9130, 9808, 10176, 9600, 10968, 9225, 9972, 10258, 9959, 10361, 9501, 10438, 11018, 8548, 10004, 9617, 10328, 10280, 9170, 10758, 10417, 10025, 10388, 8952, 10606, 9906, 10086, 10841, 8493, 9801, 9612, 10199, 10027, 10073, 10846, 8408, 9609, 9819, 10226, 10708, 9951, 11335, 9839, 10264, 10544, 9234, 10507, 9508, 10111, 10712, 8052, 10016, 9658, 10094, 9970, 9103, 11036, 9688, 9894, 9962, 8521, 10534, 8356, 10417, 9985, 10132, 10578, 8565, 10694, 9949, 10257, 10550, 8910, 11017, 9679, 9910, 9984, 10305, 11030, 8991, 10762, 9795, 10258, 10520, 9203, 11358, 9620, 10188, 10447, 9568, 9617, 9780, 10248, 10070, 8685, 10314, 9366, 10750, 9041, 10371, 9038, 10142, 9681, 10177, 8911, 10600, 11278, 9688, 10111, 10498, 9794, 11011, 9226, 10117, 10594, 9409, 9493, 10048, 9036, 10962, 9400, 10420, 9990, 8351, 9915, 8656, 10597, 9856, 10148, 11065, 9513, 10020, 9762, 9241, 11172, 9746, 10511, 10708, 8285, 10182, 9413, 10148, 10428, 8910, 10038, 9846, 8828, 10045, 9425, 10442, 10542, 8604, 10453, 10175, 10304, 10550, 9467, 11224, 8758, 10631, 10382, 10263, 10848, 9007, 11107, 8739, 10475, 10641, 9169, 10717, 9923, 10195, 10830, 9019, 10781, 9975, 10136, 10683, 8903, 10711, 9882, 10391, 10535, 8357, 10296, 9605, 10535, 10160, 9229, 10814, 9592, 10153, 10237, 8727, 10817, 9882, 10301, 11091, 9014, 10029, 10012, 10350, 10681, 9201, 10129, 9880, 8367, 10160, 9434, 10427, 9901, 8876, 10436, 9024, 10504, 10410, 8860, 10758, 9742, 8753, 10358, 9328, 10334], 'WindowCenter': [4814.0, 4797.0, 4769.0, 4779.0, 4776.0, 4753.0, 4748.0, 4725.0, 4734.0, 4722.0, 4701.0, 4733.0, 4710.0, 4723.0, 4721.0, 4690.0, 4720.0, 4697.0, 4698.0, 4718.0, 4688.0, 4688.0, 4708.0, 4686.0, 4706.0, 4708.0, 4684.0, 4708.0, 4689.0, 4698.0, 4710.0, 4689.0, 4720.0, 4721.0, 4701.0, 4733.0, 4699.0, 4702.0, 4722.0, 4699.0, 4711.0, 4722.0, 4712.0, 4723.0, 4712.0, 4711.0, 4733.0, 4710.0, 4726.0, 4725.0, 4711.0, 4714.0, 4712.0, 4712.0, 4735.0, 4724.0, 4736.0, 4725.0, 4723.0, 4745.0, 4713.0, 4724.0, 4734.0, 4714.0, 4735.0, 4726.0, 4713.0, 4734.0, 4721.0, 4722.0, 4735.0, 4713.0, 4722.0, 4702.0, 4711.0, 4724.0, 4689.0, 4722.0, 4723.0, 4713.0, 4722.0, 4702.0, 4723.0, 4713.0, 4711.0, 4735.0, 4723.0, 4711.0, 4734.0, 4701.0, 4731.0, 4721.0, 4723.0, 4734.0, 4712.0, 4713.0, 4712.0, 4712.0, 4732.0, 4711.0, 4712.0, 4722.0, 4710.0, 4720.0, 4709.0, 4708.0, 4732.0, 4701.0, 4711.0, 4712.0, 4709.0, 4720.0, 4688.0, 4711.0, 4732.0, 4688.0, 4721.0, 4702.0, 4731.0, 4722.0, 4711.0, 4743.0, 4701.0, 4710.0, 4721.0, 4711.0, 4741.0, 4703.0, 4725.0, 4734.0, 4714.0, 4755.0, 4721.0, 4744.0, 4734.0, 4713.0, 4731.0, 4712.0, 4709.0, 4730.0, 4707.0, 4707.0, 4720.0, 4697.0, 4717.0, 4697.0, 4705.0, 4717.0, 4675.0, 4696.0, 4718.0, 4684.0, 4707.0, 4686.0, 4697.0, 4719.0, 4687.0, 4719.0, 4698.0, 4699.0, 4719.0, 4687.0, 4720.0, 4722.0, 4710.0, 4721.0, 4702.0, 4721.0, 4732.0, 4698.0, 4730.0, 4712.0, 4701.0, 4721.0, 4698.0, 4718.0, 4729.0, 4698.0, 4730.0, 4699.0, 4698.0, 4709.0, 4710.0, 4740.0, 4709.0, 4711.0, 4721.0, 4698.0, 4721.0, 4719.0, 4697.0, 4738.0, 4711.0, 4699.0, 4720.0, 4697.0, 4729.0, 4706.0, 4709.0, 4732.0, 4698.0, 4698.0, 4710.0, 4706.0, 4730.0, 4710.0, 4724.0, 4723.0, 4713.0, 4732.0, 4699.0, 4710.0, 4731.0, 4702.0, 4730.0, 4712.0, 4709.0, 4730.0, 4698.0, 4729.0, 4721.0, 4710.0, 4721.0, 4697.0, 4730.0, 4709.0, 4709.0, 4732.0, 4709.0, 4709.0, 4711.0, 4696.0, 4730.0, 4699.0, 4711.0, 4709.0, 4710.0, 4718.0, 4698.0, 4718.0, 4721.0, 4711.0, 4731.0, 4699.0, 4721.0, 4721.0, 4709.0, 4741.0, 4702.0, 4721.0, 4712.0, 4710.0, 4731.0, 4710.0, 4732.0, 4712.0, 4723.0, 4733.0, 4711.0, 4732.0, 4691.0, 4721.0, 4732.0, 4723.0, 4742.0, 4712.0, 4733.0, 4722.0, 4724.0, 4745.0, 4723.0, 4723.0, 4721.0, 4699.0, 4730.0, 4699.0, 4708.0, 4729.0, 4709.0, 4719.0, 4700.0, 4718.0, 4721.0, 4689.0, 4729.0, 4710.0, 4710.0, 4731.0, 4699.0, 4730.0, 4710.0, 4724.0, 4733.0, 4699.0, 4732.0, 4701.0, 4721.0, 4722.0, 4722.0, 4733.0, 4709.0, 4743.0, 4701.0, 4722.0, 4723.0, 4722.0, 4733.0, 4719.0, 4732.0, 4710.0, 4719.0, 4731.0, 4720.0, 4721.0, 4712.0, 4709.0, 4719.0, 4687.0, 4719.0, 4710.0, 4721.0, 4731.0, 4698.0, 4721.0, 4702.0, 4733.0, 4737.0, 4724.0, 4733.0, 4746.0, 4748.0, 4736.0, 4734.0, 4714.0, 4745.0, 4723.0, 4710.0, 4732.0, 4721.0, 4711.0, 4712.0, 4698.0, 4720.0, 4687.0, 4698.0, 4711.0, 4689.0, 4708.0, 4687.0, 4718.0, 4699.0, 4696.0, 4720.0, 4700.0, 4711.0, 4710.0, 4711.0, 4731.0, 4699.0, 4721.0, 4724.0, 4700.0, 4712.0, 4691.0, 4711.0, 4722.0, 4699.0, 4731.0, 4713.0, 4714.0, 4711.0, 4721.0, 4734.0, 4711.0, 4737.0, 4735.0, 4723.0, 4744.0, 4712.0, 4733.0, 4723.0, 4722.0, 4733.0, 4712.0, 4709.0, 4715.0, 4697.0, 4730.0, 4710.0, 4724.0, 4722.0, 4711.0, 4719.0, 4711.0, 4707.0, 4730.0, 4702.0, 4711.0, 4711.0, 4712.0, 4733.0, 4700.0, 4730.0, 4722.0, 4721.0, 4732.0, 4710.0, 4731.0, 4722.0, 4698.0, 4732.0, 4710.0, 4709.0, 4709.0, 4707.0, 4720.0, 4709.0, 4708.0, 4720.0, 4699.0, 4721.0, 4721.0, 4720.0, 4731.0, 4698.0, 4721.0, 4722.0, 4713.0, 4721.0, 4709.0, 4731.0, 4711.0, 4708.0, 4729.0, 4701.0, 4711.0, 4721.0, 4719.0, 4731.0, 4701.0, 4720.0, 4734.0, 4711.0, 4721.0, 4701.0, 4720.0, 4732.0, 4699.0, 4742.0, 4720.0, 4709.0, 4732.0, 4699.0, 4730.0, 4719.0, 4733.0, 4732.0, 4710.0, 4732.0, 4711.0, 4733.0, 4744.0, 4722.0, 4733.0, 4719.0, 4720.0, 4731.0, 4696.0, 4729.0, 4720.0, 4709.0, 4719.0, 4698.0, 4719.0, 4697.0, 4706.0, 4719.0, 4701.0, 4719.0, 4710.0, 4710.0, 4731.0, 4699.0, 4730.0, 4722.0, 4711.0, 4719.0, 4699.0, 4729.0, 4711.0, 4706.0, 4728.0, 4700.0, 4719.0, 4720.0, 4710.0, 4732.0, 4706.0, 4731.0, 4734.0, 4709.0, 4720.0, 4699.0, 4729.0, 4720.0, 4708.0, 4731.0, 4691.0, 4710.0, 4710.0, 4709.0, 4720.0, 4699.0, 4731.0, 4732.0, 4723.0, 4732.0, 4714.0, 4733.0, 4721.0, 4724.0, 4743.0, 4724.0, 4723.0, 4733.0, 4709.0, 4731.0, 4711.0, 4709.0, 4732.0, 4698.0, 4709.0, 4708.0, 4707.0, 4719.0, 4697.0, 4720.0, 4709.0, 4708.0, 4720.0, 4697.0, 4729.0, 4700.0, 4735.0, 4724.0, 4722.0, 4734.0, 4721.0, 4745.0, 4732.0, 4724.0, 4731.0, 4719.0, 4720.0, 4720.0, 4709.0, 4731.0, 4702.0, 4711.0, 4721.0, 4709.0, 4730.0, 4689.0, 4709.0, 4722.0, 4710.0, 4722.0, 4699.0, 4719.0, 4709.0, 4721.0, 4734.0, 4702.0, 4722.0, 4701.0, 4721.0, 4721.0, 4732.0, 4745.0, 4712.0, 4733.0, 4702.0, 4733.0, 4723.0, 4731.0, 4745.0, 4720.0, 4722.0, 4722.0, 4720.0, 4734.0, 4713.0, 4733.0, 4708.0, 4719.0, 4721.0, 4708.0, 4731.0, 4711.0, 4710.0, 4722.0, 4708.0, 4730.0, 4688.0, 4718.0, 4722.0, 4711.0, 4732.0, 4720.0, 4731.0, 4710.0, 4732.0, 4732.0, 4722.0, 4733.0, 4722.0, 4731.0, 4710.0, 4709.0, 4732.0, 4708.0, 4717.0, 4707.0, 4715.0, 4708.0, 4685.0, 4708.0, 4708.0, 4685.0, 4706.0, 4678.0, 4694.0, 4706.0, 4697.0, 4707.0, 4698.0, 4709.0, 4706.0, 4706.0, 4720.0, 4710.0, 4732.0, 4723.0, 4709.0, 4734.0, 4722.0, 4721.0, 4744.0, 4721.0, 4723.0, 4724.0, 4721.0, 4733.0, 4710.0, 4722.0, 4723.0, 4690.0, 4720.0, 4689.0, 4719.0, 4712.0, 4700.0, 4720.0, 4711.0, 4720.0, 4721.0, 4707.0, 4732.0, 4722.0, 4723.0, 4722.0, 4710.0, 4721.0, 4710.0, 4720.0, 4731.0, 4702.0, 4721.0, 4722.0, 4719.0, 4722.0, 4701.0, 4721.0, 4724.0, 4700.0, 4721.0, 4700.0, 4719.0, 4721.0, 4708.0, 4732.0, 4712.0, 4719.0, 4722.0, 4710.0, 4732.0, 4722.0, 4733.0, 4733.0, 4723.0, 4734.0, 4711.0, 4720.0, 4731.0, 4714.0, 4721.0, 4720.0, 4719.0, 4723.0, 4708.0, 4729.0, 4731.0, 4721.0, 4721.0, 4698.0, 4719.0, 4721.0, 4718.0, 4731.0, 4700.0, 4721.0, 4710.0, 4721.0, 4720.0, 4719.0, 4742.0, 4716.0, 4734.0, 4723.0, 4732.0, 4733.0, 4721.0, 4730.0, 4721.0, 4718.0, 4729.0, 4698.0, 4719.0, 4708.0, 4706.0, 4718.0, 4688.0, 4717.0, 4708.0, 4706.0, 4710.0, 4697.0, 4729.0, 4709.0, 4723.0, 4721.0, 4702.0, 4732.0, 4689.0, 4730.0, 4723.0, 4721.0, 4732.0, 4698.0, 4720.0, 4707.0, 4719.0, 4731.0, 4698.0, 4731.0, 4721.0, 4721.0, 4722.0, 4720.0, 4733.0, 4709.0, 4733.0, 4735.0, 4721.0, 4732.0, 4708.0, 4731.0, 4710.0, 4708.0, 4733.0, 4710.0, 4709.0, 4710.0, 4709.0, 4721.0, 4701.0, 4745.0, 4725.0, 4744.0, 4737.0, 4760.0, 4738.0, 4749.0, 4737.0, 4759.0, 4727.0, 4746.0, 4757.0, 4736.0, 4734.0, 4735.0, 4723.0, 4732.0, 4711.0, 4720.0, 4720.0, 4710.0, 4709.0, 4710.0, 4698.0, 4717.0, 4698.0, 4708.0, 4719.0, 4702.0, 4718.0, 4699.0, 4719.0, 4720.0, 4718.0, 4730.0, 4721.0, 4721.0, 4721.0, 4709.0, 4731.0, 4708.0, 4707.0, 4720.0, 4702.0, 4710.0, 4710.0, 4708.0, 4719.0, 4699.0, 4709.0, 4722.0, 4710.0, 4724.0, 4711.0, 4719.0, 4732.0, 4701.0, 4720.0, 4733.0, 4721.0, 4722.0, 4720.0, 4734.0, 4701.0, 4732.0, 4733.0, 4735.0, 4745.0, 4714.0, 4744.0, 4712.0, 4733.0, 4734.0, 4722.0, 4733.0, 4722.0, 4721.0, 4721.0, 4688.0, 4719.0, 4720.0, 4722.0, 4720.0, 4697.0, 4718.0, 4709.0, 4707.0, 4718.0, 4691.0, 4720.0, 4709.0, 4717.0, 4720.0, 4698.0, 4718.0, 4710.0, 4731.0, 4721.0, 4701.0, 4730.0, 4710.0, 4709.0, 4731.0, 4710.0, 4710.0, 4721.0, 4718.0, 4721.0, 4709.0, 4719.0, 4722.0, 4701.0, 4721.0, 4710.0, 4732.0, 4723.0, 4710.0, 4744.0, 4725.0, 4730.0, 4732.0, 4710.0, 4732.0, 4724.0, 4714.0, 4737.0, 4723.0, 4733.0], 'WindowWidth': [10537.0, 10494.0, 10441.0, 10448.0, 10440.0, 10399.0, 10382.0, 10343.0, 10354.0, 10335.0, 10307.0, 10352.0, 10316.0, 10339.0, 10330.0, 10286.0, 10325.0, 10291.0, 10292.0, 10321.0, 10280.0, 10282.0, 10309.0, 10276.0, 10304.0, 10308.0, 10271.0, 10309.0, 10286.0, 10295.0, 10314.0, 10283.0, 10328.0, 10331.0, 10306.0, 10352.0, 10302.0, 10306.0, 10334.0, 10300.0, 10319.0, 10338.0, 10323.0, 10340.0, 10325.0, 10319.0, 10352.0, 10317.0, 10349.0, 10346.0, 10319.0, 10328.0, 10324.0, 10323.0, 10357.0, 10343.0, 10363.0, 10346.0, 10340.0, 10370.0, 10324.0, 10342.0, 10357.0, 10331.0, 10357.0, 10346.0, 10326.0, 10354.0, 10332.0, 10337.0, 10359.0, 10328.0, 10337.0, 10310.0, 10319.0, 10340.0, 10287.0, 10334.0, 10340.0, 10326.0, 10336.0, 10308.0, 10339.0, 10325.0, 10321.0, 10361.0, 10341.0, 10321.0, 10354.0, 10306.0, 10349.0, 10335.0, 10341.0, 10357.0, 10320.0, 10324.0, 10321.0, 10320.0, 10349.0, 10318.0, 10327.0, 10336.0, 10315.0, 10331.0, 10315.0, 10311.0, 10348.0, 10308.0, 10319.0, 10321.0, 10314.0, 10329.0, 10283.0, 10321.0, 10349.0, 10286.0, 10333.0, 10308.0, 10348.0, 10335.0, 10319.0, 10369.0, 10308.0, 10318.0, 10335.0, 10319.0, 10362.0, 10313.0, 10348.0, 10357.0, 10329.0, 10386.0, 10336.0, 10371.0, 10358.0, 10327.0, 10346.0, 10321.0, 10313.0, 10341.0, 10304.0, 10305.0, 10329.0, 10293.0, 10317.0, 10294.0, 10301.0, 10319.0, 10260.0, 10290.0, 10322.0, 10272.0, 10305.0, 10277.0, 10294.0, 10325.0, 10282.0, 10329.0, 10297.0, 10298.0, 10325.0, 10281.0, 10330.0, 10337.0, 10317.0, 10332.0, 10307.0, 10333.0, 10349.0, 10298.0, 10344.0, 10324.0, 10303.0, 10332.0, 10297.0, 10326.0, 10341.0, 10298.0, 10345.0, 10299.0, 10297.0, 10313.0, 10314.0, 10356.0, 10313.0, 10321.0, 10331.0, 10297.0, 10330.0, 10326.0, 10294.0, 10353.0, 10319.0, 10302.0, 10327.0, 10294.0, 10339.0, 10307.0, 10313.0, 10350.0, 10298.0, 10298.0, 10315.0, 10308.0, 10345.0, 10321.0, 10343.0, 10339.0, 10323.0, 10351.0, 10302.0, 10318.0, 10349.0, 10311.0, 10345.0, 10322.0, 10315.0, 10344.0, 10297.0, 10341.0, 10334.0, 10317.0, 10330.0, 10296.0, 10343.0, 10314.0, 10313.0, 10351.0, 10312.0, 10312.0, 10317.0, 10291.0, 10341.0, 10300.0, 10321.0, 10314.0, 10314.0, 10325.0, 10296.0, 10324.0, 10332.0, 10320.0, 10347.0, 10301.0, 10333.0, 10333.0, 10314.0, 10360.0, 10309.0, 10336.0, 10321.0, 10316.0, 10347.0, 10317.0, 10349.0, 10323.0, 10341.0, 10350.0, 10318.0, 10350.0, 10292.0, 10332.0, 10350.0, 10340.0, 10365.0, 10322.0, 10354.0, 10337.0, 10341.0, 10370.0, 10339.0, 10339.0, 10332.0, 10300.0, 10342.0, 10299.0, 10309.0, 10338.0, 10315.0, 10327.0, 10303.0, 10323.0, 10330.0, 10285.0, 10341.0, 10319.0, 10317.0, 10347.0, 10301.0, 10343.0, 10316.0, 10341.0, 10352.0, 10301.0, 10350.0, 10305.0, 10334.0, 10336.0, 10338.0, 10353.0, 10315.0, 10365.0, 10305.0, 10334.0, 10337.0, 10337.0, 10351.0, 10326.0, 10346.0, 10316.0, 10327.0, 10346.0, 10329.0, 10333.0, 10318.0, 10311.0, 10326.0, 10279.0, 10324.0, 10315.0, 10332.0, 10345.0, 10297.0, 10330.0, 10307.0, 10352.0, 10363.0, 10343.0, 10354.0, 10376.0, 10384.0, 10364.0, 10357.0, 10328.0, 10369.0, 10336.0, 10316.0, 10347.0, 10330.0, 10316.0, 10320.0, 10295.0, 10325.0, 10278.0, 10294.0, 10317.0, 10284.0, 10308.0, 10279.0, 10322.0, 10297.0, 10289.0, 10328.0, 10302.0, 10317.0, 10315.0, 10316.0, 10344.0, 10298.0, 10330.0, 10342.0, 10304.0, 10319.0, 10289.0, 10318.0, 10334.0, 10299.0, 10348.0, 10323.0, 10325.0, 10319.0, 10332.0, 10353.0, 10320.0, 10360.0, 10359.0, 10340.0, 10370.0, 10323.0, 10351.0, 10338.0, 10337.0, 10354.0, 10321.0, 10313.0, 10324.0, 10293.0, 10340.0, 10315.0, 10339.0, 10332.0, 10316.0, 10324.0, 10315.0, 10305.0, 10341.0, 10307.0, 10317.0, 10317.0, 10320.0, 10349.0, 10300.0, 10343.0, 10338.0, 10333.0, 10347.0, 10315.0, 10344.0, 10331.0, 10295.0, 10347.0, 10316.0, 10313.0, 10313.0, 10306.0, 10327.0, 10310.0, 10309.0, 10330.0, 10301.0, 10330.0, 10331.0, 10329.0, 10345.0, 10298.0, 10332.0, 10337.0, 10322.0, 10331.0, 10314.0, 10344.0, 10317.0, 10309.0, 10342.0, 10305.0, 10318.0, 10330.0, 10327.0, 10345.0, 10304.0, 10329.0, 10354.0, 10318.0, 10332.0, 10303.0, 10329.0, 10346.0, 10297.0, 10363.0, 10331.0, 10312.0, 10347.0, 10298.0, 10343.0, 10325.0, 10352.0, 10349.0, 10316.0, 10350.0, 10319.0, 10352.0, 10367.0, 10338.0, 10350.0, 10327.0, 10328.0, 10344.0, 10292.0, 10338.0, 10328.0, 10312.0, 10325.0, 10293.0, 10325.0, 10292.0, 10305.0, 10326.0, 10305.0, 10328.0, 10314.0, 10314.0, 10345.0, 10297.0, 10341.0, 10336.0, 10318.0, 10327.0, 10299.0, 10340.0, 10316.0, 10304.0, 10338.0, 10304.0, 10325.0, 10328.0, 10316.0, 10346.0, 10306.0, 10346.0, 10354.0, 10315.0, 10328.0, 10300.0, 10339.0, 10327.0, 10306.0, 10346.0, 10291.0, 10313.0, 10314.0, 10310.0, 10328.0, 10299.0, 10344.0, 10351.0, 10338.0, 10348.0, 10323.0, 10351.0, 10332.0, 10339.0, 10368.0, 10344.0, 10338.0, 10351.0, 10313.0, 10344.0, 10316.0, 10311.0, 10346.0, 10295.0, 10310.0, 10309.0, 10304.0, 10324.0, 10292.0, 10329.0, 10311.0, 10307.0, 10327.0, 10294.0, 10341.0, 10303.0, 10357.0, 10339.0, 10334.0, 10355.0, 10333.0, 10369.0, 10351.0, 10341.0, 10346.0, 10325.0, 10328.0, 10328.0, 10312.0, 10344.0, 10307.0, 10318.0, 10331.0, 10312.0, 10342.0, 10283.0, 10311.0, 10333.0, 10315.0, 10331.0, 10300.0, 10326.0, 10312.0, 10332.0, 10355.0, 10308.0, 10335.0, 10307.0, 10333.0, 10333.0, 10350.0, 10372.0, 10321.0, 10351.0, 10308.0, 10350.0, 10338.0, 10348.0, 10372.0, 10330.0, 10335.0, 10333.0, 10330.0, 10350.0, 10323.0, 10350.0, 10312.0, 10326.0, 10330.0, 10309.0, 10345.0, 10320.0, 10317.0, 10333.0, 10310.0, 10340.0, 10282.0, 10323.0, 10334.0, 10319.0, 10346.0, 10329.0, 10347.0, 10316.0, 10348.0, 10350.0, 10339.0, 10352.0, 10333.0, 10344.0, 10313.0, 10310.0, 10348.0, 10309.0, 10319.0, 10307.0, 10311.0, 10306.0, 10270.0, 10306.0, 10306.0, 10269.0, 10301.0, 10264.0, 10284.0, 10303.0, 10293.0, 10307.0, 10292.0, 10310.0, 10305.0, 10304.0, 10327.0, 10317.0, 10350.0, 10336.0, 10313.0, 10352.0, 10332.0, 10331.0, 10368.0, 10334.0, 10338.0, 10340.0, 10331.0, 10348.0, 10313.0, 10335.0, 10337.0, 10285.0, 10328.0, 10284.0, 10323.0, 10317.0, 10301.0, 10330.0, 10316.0, 10327.0, 10328.0, 10307.0, 10344.0, 10333.0, 10336.0, 10332.0, 10315.0, 10331.0, 10315.0, 10325.0, 10345.0, 10307.0, 10331.0, 10335.0, 10327.0, 10333.0, 10303.0, 10332.0, 10341.0, 10302.0, 10331.0, 10300.0, 10326.0, 10331.0, 10310.0, 10348.0, 10319.0, 10324.0, 10334.0, 10314.0, 10347.0, 10334.0, 10354.0, 10351.0, 10333.0, 10351.0, 10317.0, 10327.0, 10344.0, 10325.0, 10333.0, 10329.0, 10326.0, 10335.0, 10308.0, 10341.0, 10345.0, 10332.0, 10330.0, 10295.0, 10325.0, 10329.0, 10322.0, 10344.0, 10304.0, 10332.0, 10313.0, 10329.0, 10329.0, 10326.0, 10362.0, 10331.0, 10356.0, 10336.0, 10348.0, 10349.0, 10330.0, 10342.0, 10331.0, 10325.0, 10339.0, 10294.0, 10322.0, 10306.0, 10302.0, 10320.0, 10280.0, 10321.0, 10306.0, 10302.0, 10313.0, 10292.0, 10339.0, 10312.0, 10337.0, 10332.0, 10305.0, 10345.0, 10285.0, 10342.0, 10334.0, 10331.0, 10347.0, 10295.0, 10326.0, 10307.0, 10324.0, 10342.0, 10296.0, 10345.0, 10332.0, 10330.0, 10335.0, 10328.0, 10349.0, 10313.0, 10349.0, 10354.0, 10330.0, 10347.0, 10309.0, 10343.0, 10313.0, 10307.0, 10349.0, 10314.0, 10309.0, 10313.0, 10310.0, 10328.0, 10302.0, 10371.0, 10343.0, 10370.0, 10368.0, 10404.0, 10370.0, 10384.0, 10365.0, 10397.0, 10351.0, 10375.0, 10390.0, 10360.0, 10355.0, 10353.0, 10333.0, 10346.0, 10316.0, 10325.0, 10325.0, 10314.0, 10310.0, 10310.0, 10291.0, 10318.0, 10291.0, 10304.0, 10324.0, 10304.0, 10323.0, 10295.0, 10324.0, 10327.0, 10321.0, 10341.0, 10332.0, 10332.0, 10329.0, 10311.0, 10341.0, 10308.0, 10303.0, 10326.0, 10304.0, 10311.0, 10313.0, 10307.0, 10323.0, 10295.0, 10310.0, 10334.0, 10315.0, 10334.0, 10316.0, 10325.0, 10346.0, 10299.0, 10327.0, 10348.0, 10331.0, 10332.0, 10328.0, 10350.0, 10305.0, 10348.0, 10353.0, 10357.0, 10368.0, 10325.0, 10367.0, 10320.0, 10350.0, 10354.0, 10336.0, 10350.0, 10333.0, 10328.0, 10328.0, 10278.0, 10322.0, 10326.0, 10331.0, 10326.0, 10292.0, 10321.0, 10308.0, 10305.0, 10321.0, 10287.0, 10328.0, 10310.0, 10319.0, 10326.0, 10293.0, 10321.0, 10315.0, 10347.0, 10330.0, 10302.0, 10341.0, 10311.0, 10307.0, 10341.0, 10315.0, 10315.0, 10328.0, 10321.0, 10328.0, 10311.0, 10324.0, 10335.0, 10303.0, 10330.0, 10317.0, 10345.0, 10337.0, 10313.0, 10368.0, 10342.0, 10342.0, 10350.0, 10315.0, 10347.0, 10338.0, 10328.0, 10361.0, 10339.0, 10350.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.00035795379537953794</td></tr>
<tr><td colspan=3>aqi</td><td>0.016914655115511552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.40350784198237</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.221392678425112</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954516076431736</td></tr>
<tr><td colspan=3>efc</td><td>0.481</td></tr>
<tr><td colspan=3>fber</td><td>6308.5464</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0775671432146768</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6600660066006601</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.290233702860245</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3166490356758738</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4295928511649016</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.124459221739959</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103412</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012492609210312366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024755414575338364</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.240484895007319</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>23.6961</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.15</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7393</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297292.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>964.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.99</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.7921</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3955.6301</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.3361</td></tr>
<tr><td colspan=3>tsnr</td><td>46.246256828308105</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>