<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-02/func/sub-0039_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>2ba6cf9458ca07f59574096adfa3c699</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>19:49:28.810000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100369</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7242, 668, -41, -201, 4, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eb2af3e1-5b3c-433a-8988-7a908ee65259||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [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': ['194928.810000', '194929.270000', '194929.730000', '194930.190000', '194930.650000', '194931.110000', '194931.570000', '194932.030000', '194932.490000', '194932.950000', '194933.410000', '194933.870000', '194934.330000', '194934.790000', '194935.250000', '194935.710000', '194936.170000', '194936.630000', '194937.090000', '194937.550000', '194938.010000', '194938.470000', '194938.930000', '194939.390000', '194939.850000', '194940.310000', '194940.770000', '194941.230000', '194941.690000', '194942.150000', '194942.610000', '194943.070000', '194943.530000', '194943.990000', '194944.450000', '194944.910000', '194945.370000', '194945.830000', '194946.290000', '194946.750000', '194947.210000', '194947.670000', '194948.130000', '194948.590000', '194949.050000', '194949.510000', '194949.970000', '194950.430000', '194950.890000', '194951.350000', '194951.810000', '194952.270000', '194952.730000', '194953.190000', '194953.650000', '194954.110000', '194954.570000', '194955.030000', '194955.490000', '194955.950000', '194956.410000', '194956.870000', '194957.330000', '194957.790000', '194958.250000', '194958.710000', '194959.170000', '194959.630000', '195000.090000', '195000.550000', '195001.010000', '195001.470000', '195001.930000', '195002.390000', '195002.850000', '195003.310000', '195003.770000', '195004.230000', '195004.690000', '195005.150000', '195005.610000', '195006.070000', '195006.530000', '195006.990000', '195007.450000', '195007.910000', '195008.370000', '195008.830000', '195009.290000', '195009.750000', '195010.210000', '195010.670000', '195011.130000', '195011.590000', '195012.050000', '195012.510000', '195012.970000', '195013.430000', '195013.890000', '195014.350000', '195014.810000', '195015.270000', '195015.730000', '195016.190000', '195016.650000', '195017.110000', '195017.570000', '195018.030000', '195018.490000', '195018.950000', '195019.410000', '195019.870000', '195020.330000', '195020.790000', '195021.250000', '195021.710000', '195022.170000', '195022.630000', '195023.090000', '195023.550000', '195024.010000', '195024.470000', '195024.930000', '195025.390000', '195025.850000', '195026.310000', '195026.770000', '195027.230000', '195027.690000', '195028.150000', '195028.610000', '195029.070000', '195029.530000', '195029.990000', '195030.450000', '195030.910000', '195031.370000', '195031.830000', '195032.290000', '195032.750000', '195033.210000', '195033.670000', '195034.130000', '195034.590000', '195035.050000', '195035.510000', '195035.970000', '195036.430000', '195036.890000', '195037.350000', '195037.810000', '195038.270000', '195038.730000', '195039.190000', '195039.650000', '195040.110000', '195040.570000', '195041.030000', '195041.490000', '195041.950000', '195042.410000', '195042.870000', '195043.330000', '195043.790000', '195044.250000', '195044.710000', '195045.170000', '195045.630000', '195046.090000', '195046.550000', '195047.010000', '195047.470000', '195047.930000', '195048.390000', '195048.850000', '195049.310000', '195049.770000', '195050.230000', '195050.690000', '195051.150000', '195051.610000', '195052.070000', '195052.530000', '195052.990000', '195053.450000', '195053.910000', '195054.370000', '195054.830000', '195055.290000', '195055.750000', '195056.210000', '195056.670000', '195057.130000', '195057.590000', '195058.050000', '195058.510000', '195058.970000', '195059.430000', '195059.890000', '195100.350000', '195100.810000', '195101.270000', '195101.730000', '195102.190000', '195102.650000', '195103.110000', '195103.570000', '195104.030000', '195104.490000', '195104.950000', '195105.410000', '195105.870000', '195106.330000', '195106.790000', '195107.250000', '195107.710000', '195108.170000', '195108.630000', '195109.090000', '195109.550000', '195110.010000', '195110.470000', '195110.930000', '195111.390000', '195111.850000', '195112.310000', '195112.770000', '195113.230000', '195113.690000', '195114.150000', '195114.610000', '195115.070000', '195115.530000', '195115.990000', '195116.450000', '195116.910000', '195117.370000', '195117.830000', '195118.290000', '195118.750000', '195119.210000', '195119.670000', '195120.130000', '195120.590000', '195121.050000', '195121.510000', '195121.970000', '195122.430000', '195122.890000', '195123.350000', '195123.810000', '195124.270000', '195124.730000', '195125.190000', '195125.650000', '195126.110000', '195126.570000', '195127.030000', '195127.490000', '195127.950000', '195128.410000', '195128.870000', '195129.330000', '195129.790000', '195130.250000', '195130.710000', '195131.170000', '195131.630000', '195132.090000', '195132.550000', '195133.010000', '195133.470000', '195133.930000', '195134.390000', '195134.850000', '195135.310000', '195135.770000', '195136.230000', '195136.690000', '195137.150000', '195137.610000', '195138.070000', '195138.530000', '195138.990000', '195139.450000', '195139.910000', '195140.370000', '195140.830000', '195141.290000', '195141.750000', '195142.210000', '195142.670000', '195143.130000', '195143.590000', '195144.050000', '195144.510000', '195144.970000', '195145.430000', '195145.890000', '195146.350000', '195146.810000', '195147.270000', '195147.730000', '195148.190000', '195148.650000', '195149.110000', '195149.570000', '195150.030000', '195150.490000', '195150.950000', '195151.410000', '195151.870000', '195152.330000', '195152.790000', '195153.250000', '195153.710000', '195154.170000', '195154.630000', '195155.090000', '195155.550000', '195156.010000', '195156.470000', '195156.930000', '195157.390000', '195157.850000', '195158.310000', '195158.770000', '195159.230000', '195159.690000', '195200.150000', '195200.610000', '195201.070000', '195201.530000', '195201.990000', '195202.450000', '195202.910000', '195203.370000', '195203.830000', '195204.290000', '195204.750000', '195205.210000', '195205.670000', '195206.130000', '195206.590000', '195207.050000', '195207.510000', '195207.970000', '195208.430000', '195208.890000', '195209.350000', '195209.810000', '195210.270000', '195210.730000', '195211.190000', '195211.650000', '195212.110000', '195212.570000', '195213.030000', '195213.490000', '195213.950000', '195214.410000', '195214.870000', '195215.330000', '195215.790000', '195216.250000', '195216.710000', '195217.170000', '195217.630000', '195218.090000', '195218.550000', '195219.010000', '195219.470000', '195219.930000', '195220.390000', '195220.850000', '195221.310000', '195221.770000', '195222.230000', '195222.690000', '195223.150000', '195223.610000', '195224.070000', '195224.530000', '195224.990000', '195225.450000', '195225.910000', '195226.370000', '195226.830000', '195227.290000', '195227.750000', '195228.210000', '195228.670000', '195229.130000', '195229.590000', '195230.050000', '195230.510000', '195230.970000', '195231.430000', '195231.890000', '195232.350000', '195232.810000', '195233.270000', '195233.730000', '195234.190000', '195234.650000', '195235.110000', '195235.570000', '195236.030000', '195236.490000', '195236.950000', '195237.410000', '195237.870000', '195238.330000', '195238.790000', '195239.250000', '195239.710000', '195240.170000', '195240.630000', '195241.090000', '195241.550000', '195242.010000', '195242.470000', '195242.930000', '195243.390000', '195243.850000', '195244.310000', '195244.770000', '195245.230000', '195245.690000', '195246.150000', '195246.610000', '195247.070000', '195247.530000', '195247.990000', '195248.450000', '195248.910000', '195249.370000', '195249.830000', '195250.290000', '195250.750000', '195251.210000', '195251.670000', '195252.130000', '195252.590000', '195253.050000', '195253.510000', '195253.970000', '195254.430000', '195254.890000', '195255.350000', '195255.810000', '195256.270000', '195256.730000', '195257.190000', '195257.650000', '195258.110000', '195258.570000', '195259.030000', '195259.490000', '195259.950000', '195300.410000', '195300.870000', '195301.330000', '195301.790000', '195302.250000', '195302.710000', '195303.170000', '195303.630000', '195304.090000', '195304.550000', '195305.010000', '195305.470000', '195305.930000', '195306.390000', '195306.850000', '195307.310000', '195307.770000', '195308.230000', '195308.690000', '195309.150000', '195309.610000', '195310.070000', '195310.530000', '195310.990000', '195311.450000', '195311.910000', '195312.370000', '195312.830000', '195313.290000', '195313.750000', '195314.210000', '195314.670000', '195315.130000', '195315.590000', '195316.050000', '195316.510000', '195316.970000', '195317.430000', '195317.890000', '195318.350000', '195318.810000', '195319.270000', '195319.730000', '195320.190000', '195320.650000', '195321.110000', '195321.570000', '195322.030000', '195322.490000', '195322.950000', '195323.410000', '195323.870000', '195324.330000', '195324.790000', '195325.250000', '195325.710000', '195326.170000', '195326.630000', '195327.090000', '195327.550000', '195328.010000', '195328.470000', '195328.930000', '195329.390000', '195329.850000', '195330.310000', '195330.770000', '195331.230000', '195331.690000', '195332.150000', '195332.610000', '195333.070000', '195333.530000', '195333.990000', '195334.450000', '195334.910000', '195335.370000', '195335.830000', '195336.290000', '195336.750000', '195337.210000', '195337.670000', '195338.130000', '195338.590000', '195339.050000', '195339.510000', '195339.970000', '195340.430000', '195340.890000', '195341.350000', '195341.810000', '195342.270000', '195342.730000', '195343.190000', '195343.650000', '195344.110000', '195344.570000', '195345.030000', '195345.490000', '195345.950000', '195346.410000', '195346.870000', '195347.330000', '195347.790000', '195348.250000', '195348.710000', '195349.170000', '195349.630000', '195350.090000', '195350.550000', '195351.010000', '195351.470000', '195351.930000', '195352.390000', '195352.850000', '195353.310000', '195353.770000', '195354.230000', '195354.690000', '195355.150000', '195355.610000', '195356.070000', '195356.530000', '195356.990000', '195357.450000', '195357.910000', '195358.370000', '195358.830000', '195359.290000', '195359.750000', '195400.210000', '195400.670000', '195401.130000', '195401.590000', '195402.050000', '195402.510000', '195402.970000', '195403.430000', '195403.890000', '195404.350000', '195404.810000', '195405.270000', '195405.730000', '195406.190000', '195406.650000', '195407.110000', '195407.570000', '195408.030000', '195408.490000', '195408.950000', '195409.410000', '195409.870000', '195410.330000', '195410.790000', '195411.250000', '195411.710000', '195412.170000', '195412.630000', '195413.090000', '195413.550000', '195414.010000', '195414.470000', '195414.930000', '195415.390000', '195415.850000', '195416.310000', '195416.770000', '195417.230000', '195417.690000', '195418.150000', '195418.610000', '195419.070000', '195419.530000', '195419.990000', '195420.450000', '195420.910000', '195421.370000', '195421.830000', '195422.290000', '195422.750000', '195423.210000', '195423.670000', '195424.130000', '195424.590000', '195425.050000', '195425.510000', '195425.970000', '195426.430000', '195426.890000', '195427.350000', '195427.810000', '195428.270000', '195428.730000', '195429.190000', '195429.650000', '195430.110000', '195430.570000', '195431.030000', '195431.490000', '195431.950000', '195432.410000', '195432.870000', '195433.330000', '195433.790000', '195434.250000', '195434.710000', '195435.170000', '195435.630000', '195436.090000', '195436.550000', '195437.010000', '195437.470000', '195437.930000', '195438.390000', '195438.850000', '195439.310000', '195439.770000', '195440.230000', '195440.690000', '195441.150000', '195441.610000', '195442.070000', '195442.530000', '195442.990000', '195443.450000', '195443.910000', '195444.370000', '195444.830000', '195445.290000', '195445.750000', '195446.210000', '195446.670000', '195447.130000', '195447.590000', '195448.050000', '195448.510000', '195448.970000', '195449.430000', '195449.890000', '195450.350000', '195450.810000', '195451.270000', '195451.730000', '195452.190000', '195452.650000', '195453.110000', '195453.570000', '195454.030000', '195454.490000', '195454.950000', '195455.410000', '195455.870000', '195456.330000', '195456.790000', '195457.250000', '195457.710000', '195458.170000', '195458.630000', '195459.090000', '195459.550000', '195500.010000', '195500.470000', '195500.930000', '195501.390000', '195501.850000', '195502.310000', '195502.770000', '195503.230000', '195503.690000', '195504.150000', '195504.610000', '195505.070000', '195505.530000', '195505.990000', '195506.450000', '195506.910000', '195507.370000', '195507.830000', '195508.290000', '195508.750000', '195509.210000', '195509.670000', '195510.130000', '195510.590000', '195511.050000', '195511.510000', '195511.970000', '195512.430000', '195512.890000', '195513.350000', '195513.810000', '195514.270000', '195514.730000', '195515.190000', '195515.650000', '195516.110000', '195516.570000', '195517.030000', '195517.490000', '195517.950000', '195518.410000', '195518.870000', '195519.330000', '195519.790000', '195520.250000', '195520.710000', '195521.170000', '195521.630000', '195522.090000', '195522.550000', '195523.010000', '195523.470000', '195523.930000', '195524.390000', '195524.850000', '195525.310000', '195525.770000', '195526.230000', '195526.690000', '195527.150000', '195527.610000', '195528.070000', '195528.530000', '195528.990000', '195529.450000', '195529.910000', '195530.370000', '195530.830000', '195531.290000', '195531.750000', '195532.210000', '195532.670000', '195533.130000', '195533.590000', '195534.050000', '195534.510000', '195534.970000', '195535.430000', '195535.890000', '195536.350000', '195536.810000', '195537.270000', '195537.730000', '195538.190000', '195538.650000', '195539.110000', '195539.570000', '195540.030000', '195540.490000', '195540.950000', '195541.410000', '195541.870000', '195542.330000', '195542.790000', '195543.250000', '195543.710000', '195544.170000', '195544.630000', '195545.090000', '195545.550000', '195546.010000', '195546.470000', '195546.930000', '195547.390000', '195547.850000', '195548.310000', '195548.770000', '195549.230000', '195549.690000', '195550.150000', '195550.610000', '195551.070000', '195551.530000', '195551.990000', '195552.450000', '195552.910000', '195553.370000', '195553.830000', '195554.290000', '195554.750000', '195555.210000', '195555.670000', '195556.130000', '195556.590000', '195557.050000', '195557.510000', '195557.970000', '195558.430000', '195558.890000', '195559.350000', '195559.810000', '195600.270000', '195600.730000', '195601.190000', '195601.650000', '195602.110000', '195602.570000', '195603.030000', '195603.490000', '195603.950000', '195604.410000', '195604.870000', '195605.330000', '195605.790000', '195606.250000', '195606.710000', '195607.170000', '195607.630000', '195608.090000', '195608.550000', '195609.010000', '195609.470000', '195609.930000', '195610.390000', '195610.850000', '195611.310000', '195611.770000', '195612.230000', '195612.690000', '195613.150000', '195613.610000', '195614.070000', '195614.530000', '195614.990000', '195615.450000', '195615.910000', '195616.370000', '195616.830000', '195617.290000', '195617.750000', '195618.210000', '195618.670000', '195619.130000', '195619.590000', '195620.050000', '195620.510000', '195620.970000', '195621.430000', '195621.890000', '195622.350000', '195622.810000', '195623.270000', '195623.730000', '195624.190000', '195624.650000', '195625.110000', '195625.570000', '195626.030000', '195626.490000', '195626.950000', '195627.410000', '195627.870000', '195628.330000', '195628.790000'], 'ContentTime': ['194941.360000', '194941.363000', '194941.372000', '194941.375000', '194941.377000', '194941.380000', '194941.383000', '194941.386000', '194941.396000', '194941.399000', '194941.402000', '194941.405000', '194941.408000', '194941.429000', '194941.432000', '194941.435000', '194941.438000', '194941.441000', '194941.443000', '194941.446000', '194941.449000', '194941.460000', '194941.463000', '194941.466000', '194941.469000', '194941.472000', '195001.327000', '195001.330000', '195001.333000', '195001.336000', '195001.339000', '195001.341000', '195001.344000', '195001.347000', '195001.350000', '195001.353000', '195001.356000', '195001.358000', '195001.361000', '195001.364000', '195001.367000', '195001.370000', '195001.373000', '195001.376000', '195001.378000', '195001.385000', '195001.388000', '195001.391000', '195001.393000', '195001.396000', '195001.399000', '195001.402000', '195001.405000', '195001.408000', '195001.411000', '195001.413000', '195001.416000', '195001.419000', '195001.422000', '195001.430000', '195001.433000', '195001.436000', '195001.439000', '195001.441000', '195001.444000', '195001.447000', '195001.450000', '195001.453000', '195001.456000', '195021.327000', '195021.330000', '195021.333000', '195021.336000', '195021.338000', '195021.341000', '195021.344000', '195021.347000', '195021.350000', '195021.353000', '195021.356000', '195021.358000', '195021.361000', '195021.364000', '195021.367000', '195021.370000', '195021.373000', '195021.376000', '195021.378000', '195021.381000', '195021.384000', '195021.387000', '195021.390000', '195021.393000', '195021.395000', '195021.398000', '195021.401000', '195021.404000', '195021.407000', '195021.410000', '195021.413000', '195021.415000', '195021.428000', '195021.431000', '195021.434000', '195021.437000', '195021.440000', '195021.442000', '195021.445000', '195021.448000', '195021.451000', '195021.454000', '195021.457000', '195021.460000', '195041.327000', '195041.330000', '195041.333000', '195041.336000', '195041.338000', '195041.341000', '195041.344000', '195041.347000', '195041.350000', '195041.353000', '195041.355000', '195041.358000', '195041.361000', '195041.364000', '195041.367000', '195041.370000', '195041.373000', '195041.375000', '195041.378000', '195041.381000', '195041.384000', '195041.387000', '195041.390000', '195041.392000', '195041.395000', '195041.398000', '195041.401000', '195041.404000', '195041.407000', '195041.410000', '195041.413000', '195041.415000', '195041.418000', '195041.421000', '195041.424000', '195041.427000', '195041.430000', '195041.433000', '195041.436000', '195041.439000', '195041.441000', '195041.444000', '195041.447000', '195101.327000', '195101.330000', '195101.333000', '195101.336000', '195101.338000', '195101.341000', '195101.344000', '195101.347000', '195101.350000', '195101.353000', '195101.356000', '195101.359000', '195101.362000', '195101.364000', '195101.367000', '195101.370000', '195101.373000', '195101.376000', '195101.379000', '195101.381000', '195101.384000', '195101.387000', '195101.390000', '195101.393000', '195101.396000', '195101.399000', '195101.401000', '195101.404000', '195101.407000', '195101.410000', '195101.413000', '195101.416000', '195101.419000', '195101.422000', '195101.424000', '195101.427000', '195101.430000', '195101.433000', '195101.436000', '195101.439000', '195101.442000', '195101.445000', '195101.448000', '195101.451000', '195121.328000', '195121.331000', '195121.334000', '195121.337000', '195121.340000', '195121.343000', '195121.345000', '195121.348000', '195121.352000', '195121.355000', '195121.358000', '195121.361000', '195121.364000', '195121.367000', '195121.370000', '195121.373000', '195121.375000', '195121.378000', '195121.381000', '195121.384000', '195121.387000', '195121.390000', '195121.393000', '195121.395000', '195121.398000', '195121.401000', '195121.404000', '195121.407000', '195121.410000', '195121.413000', '195121.416000', '195121.418000', '195121.421000', '195121.424000', '195121.427000', '195121.430000', '195121.433000', '195121.436000', '195121.439000', '195121.442000', '195121.457000', '195121.460000', '195121.463000', '195141.328000', '195141.331000', '195141.335000', '195141.338000', '195141.341000', '195141.344000', '195141.347000', '195141.350000', '195141.353000', '195141.355000', '195141.358000', '195141.361000', '195141.364000', '195141.367000', '195141.370000', '195141.373000', '195141.376000', '195141.379000', '195141.381000', '195141.384000', '195141.387000', '195141.390000', '195141.393000', '195141.396000', '195141.399000', '195141.402000', '195141.405000', '195141.408000', '195141.410000', '195141.413000', '195141.416000', '195141.419000', '195141.422000', '195141.425000', '195141.428000', '195141.430000', '195141.433000', '195141.436000', '195141.439000', '195141.442000', '195141.445000', '195141.448000', '195141.451000', '195201.328000', '195201.331000', '195201.334000', '195201.337000', '195201.340000', '195201.342000', '195201.345000', '195201.348000', '195201.351000', '195201.354000', '195201.357000', '195201.360000', '195201.363000', '195201.366000', '195201.369000', '195201.372000', '195201.374000', '195201.377000', '195201.380000', '195201.383000', '195201.386000', '195201.389000', '195201.392000', '195201.394000', '195201.397000', '195201.400000', '195201.403000', '195201.406000', '195201.409000', '195201.412000', '195201.415000', '195201.418000', '195201.420000', '195201.423000', '195201.426000', '195201.429000', '195201.432000', '195201.435000', '195201.438000', '195201.441000', '195201.443000', '195201.446000', '195201.449000', '195201.452000', '195221.327000', '195221.330000', '195221.333000', '195221.336000', '195221.339000', '195221.342000', '195221.345000', '195221.348000', '195221.351000', '195221.354000', '195221.357000', '195221.360000', '195221.363000', '195221.365000', '195221.368000', '195221.371000', '195221.374000', '195221.377000', '195221.380000', '195221.383000', '195221.386000', '195221.389000', '195221.391000', '195221.394000', '195221.397000', '195221.400000', '195221.403000', '195221.406000', '195221.409000', '195221.412000', '195221.415000', '195221.418000', '195221.420000', '195221.423000', '195221.426000', '195221.429000', '195221.432000', '195221.435000', '195221.438000', '195221.441000', '195221.443000', '195221.446000', '195221.449000', '195241.327000', '195241.330000', '195241.333000', '195241.336000', '195241.339000', '195241.342000', '195241.344000', '195241.347000', '195241.350000', '195241.353000', '195241.356000', '195241.359000', '195241.362000', '195241.365000', '195241.368000', '195241.371000', '195241.373000', '195241.376000', '195241.379000', '195241.382000', '195241.385000', '195241.388000', '195241.391000', '195241.394000', '195241.397000', '195241.400000', '195241.403000', '195241.405000', '195241.408000', '195241.411000', '195241.414000', '195241.417000', '195241.420000', '195241.423000', '195241.426000', '195241.429000', '195241.432000', '195241.434000', '195241.437000', '195241.440000', '195241.443000', '195241.446000', '195241.449000', '195241.452000', '195301.327000', '195301.330000', '195301.333000', '195301.336000', '195301.339000', '195301.342000', '195301.345000', '195301.348000', '195301.351000', '195301.353000', '195301.356000', '195301.359000', '195301.362000', '195301.365000', '195301.368000', '195301.373000', '195301.376000', '195301.379000', '195301.382000', '195301.385000', '195301.388000', '195301.391000', '195301.407000', '195301.410000', '195301.413000', '195301.416000', '195301.419000', '195301.421000', '195301.424000', '195301.427000', '195301.430000', '195301.433000', '195301.436000', '195301.439000', '195301.442000', '195301.444000', '195301.447000', '195301.450000', '195301.453000', '195301.456000', '195301.459000', '195301.462000', '195301.465000', '195321.327000', '195321.330000', '195321.333000', '195321.336000', '195321.339000', '195321.341000', '195321.344000', '195321.347000', '195321.350000', '195321.353000', '195321.356000', '195321.359000', '195321.362000', '195321.365000', '195321.368000', '195321.370000', '195321.373000', '195321.376000', '195321.379000', '195321.382000', '195321.385000', '195321.388000', '195321.391000', '195321.394000', '195321.397000', '195321.400000', '195321.403000', '195321.406000', '195321.408000', '195321.411000', '195321.414000', '195321.417000', '195321.420000', '195321.423000', '195321.426000', '195321.429000', '195321.432000', '195321.434000', '195321.437000', '195321.440000', '195321.443000', '195321.446000', '195321.449000', '195321.452000', '195341.328000', '195341.331000', '195341.334000', '195341.337000', '195341.340000', '195341.342000', '195341.352000', '195341.355000', '195341.357000', '195341.360000', '195341.363000', '195341.366000', '195341.369000', '195341.372000', '195341.375000', '195341.378000', '195341.380000', '195341.383000', '195341.386000', '195341.389000', '195341.392000', '195341.395000', '195341.398000', '195341.401000', '195341.404000', '195341.407000', '195341.410000', '195341.413000', '195341.416000', '195341.419000', '195341.421000', '195341.424000', '195341.427000', '195341.430000', '195341.433000', '195341.436000', '195341.439000', '195341.442000', '195341.444000', '195341.447000', '195341.450000', '195341.453000', '195341.456000', '195401.328000', '195401.331000', '195401.334000', '195401.337000', '195401.340000', '195401.343000', '195401.346000', '195401.348000', '195401.351000', '195401.354000', '195401.357000', '195401.360000', '195401.363000', '195401.366000', '195401.368000', '195401.371000', '195401.374000', '195401.377000', '195401.380000', '195401.383000', '195401.386000', '195401.389000', '195401.392000', '195401.395000', '195401.398000', '195401.400000', '195401.403000', '195401.406000', '195401.409000', '195401.412000', '195401.415000', '195401.418000', '195401.421000', '195401.424000', '195401.427000', '195401.429000', '195401.432000', '195401.435000', '195401.438000', '195401.441000', '195401.444000', '195401.447000', '195401.449000', '195401.452000', '195421.328000', '195421.333000', '195421.336000', '195421.339000', '195421.342000', '195421.345000', '195421.348000', '195421.351000', '195421.353000', '195421.356000', '195421.359000', '195421.362000', '195421.365000', '195421.368000', '195421.371000', '195421.374000', '195421.376000', '195421.379000', '195421.382000', '195421.385000', '195421.388000', '195421.391000', '195421.395000', '195421.401000', '195421.404000', '195421.407000', '195421.409000', '195421.412000', '195421.415000', '195421.418000', '195421.421000', '195421.424000', '195421.427000', '195421.430000', '195421.433000', '195421.436000', '195421.439000', '195421.441000', '195421.444000', '195421.447000', '195421.450000', '195421.453000', '195421.456000', '195441.327000', '195441.330000', '195441.333000', '195441.336000', '195441.339000', '195441.342000', '195441.345000', '195441.348000', '195441.350000', '195441.353000', '195441.356000', '195441.359000', '195441.362000', '195441.365000', '195441.367000', '195441.370000', '195441.373000', '195441.376000', '195441.379000', '195441.382000', '195441.385000', '195441.388000', '195441.391000', '195441.394000', '195441.396000', '195441.399000', '195441.402000', '195441.405000', '195441.408000', '195441.411000', '195441.414000', '195441.417000', '195441.420000', '195441.423000', '195441.425000', '195441.428000', '195441.431000', '195441.434000', '195441.437000', '195441.440000', '195441.443000', '195441.446000', '195441.449000', '195441.452000', '195501.327000', '195501.330000', '195501.333000', '195501.336000', '195501.339000', '195501.342000', '195501.345000', '195501.348000', '195501.350000', '195501.353000', '195501.356000', '195501.359000', '195501.362000', '195501.365000', '195501.368000', '195501.371000', '195501.374000', '195501.377000', '195501.379000', '195501.382000', '195501.385000', '195501.388000', '195501.391000', '195501.394000', '195501.397000', '195501.400000', '195501.403000', '195501.406000', '195501.408000', '195501.411000', '195501.414000', '195501.417000', '195501.420000', '195501.423000', '195501.426000', '195501.429000', '195501.432000', '195501.435000', '195501.438000', '195501.441000', '195501.444000', '195501.446000', '195501.449000', '195521.327000', '195521.330000', '195521.333000', '195521.336000', '195521.339000', '195521.342000', '195521.345000', '195521.347000', '195521.350000', '195521.353000', '195521.356000', '195521.359000', '195521.362000', '195521.365000', '195521.368000', '195521.371000', '195521.374000', '195521.376000', '195521.379000', '195521.382000', '195521.387000', '195521.390000', '195521.393000', '195521.396000', '195521.399000', '195521.401000', '195521.404000', '195521.407000', '195521.410000', '195521.413000', '195521.416000', '195521.419000', '195521.422000', '195521.425000', '195521.427000', '195521.430000', '195521.433000', '195521.436000', '195521.439000', '195521.442000', '195521.445000', '195521.448000', '195521.450000', '195521.453000', '195541.327000', '195541.330000', '195541.333000', '195541.336000', '195541.339000', '195541.342000', '195541.345000', '195541.348000', '195541.350000', '195541.353000', '195541.356000', '195541.359000', '195541.362000', '195541.365000', '195541.369000', '195541.372000', '195541.375000', '195541.378000', '195541.381000', '195541.384000', '195541.386000', '195541.389000', '195541.392000', '195541.395000', '195541.398000', '195541.401000', '195541.404000', '195541.406000', '195541.409000', '195541.412000', '195541.415000', '195541.418000', '195541.421000', '195541.424000', '195541.427000', '195541.430000', '195541.433000', '195541.436000', '195541.438000', '195541.441000', '195541.445000', '195541.447000', '195541.450000', '195601.343000', '195601.347000', '195601.350000', '195601.353000', '195601.355000', '195601.358000', '195601.361000', '195601.364000', '195601.367000', '195601.370000', '195601.373000', '195601.376000', '195601.379000', '195601.381000', '195601.384000', '195601.387000', '195601.390000', '195601.393000', '195601.396000', '195601.399000', '195601.402000', '195601.405000', '195601.408000', '195601.411000', '195601.413000', '195601.416000', '195601.419000', '195601.422000', '195601.425000', '195601.428000', '195601.431000', '195601.434000', '195601.437000', '195601.440000', '195601.442000', '195601.446000', '195601.449000', '195601.452000', '195601.455000', '195601.457000', '195601.460000', '195601.463000', '195601.466000', '195601.469000', '195621.328000', '195621.331000', '195621.334000', '195621.337000', '195621.340000', '195621.343000', '195621.346000', '195621.349000', '195621.351000', '195621.354000', '195621.357000', '195621.360000', '195621.363000', '195621.366000', '195621.369000', '195621.372000', '195621.375000', '195621.378000', '195621.380000', '195621.383000', '195621.386000', '195621.389000', '195621.392000', '195621.395000', '195621.398000', '195621.401000', '195621.403000', '195621.406000', '195621.409000', '195621.412000', '195621.415000', '195621.418000', '195621.421000', '195621.424000', '195621.427000', '195621.430000', '195621.432000', '195621.435000', '195621.438000', '195621.441000', '195621.444000', '195621.447000', '195621.450000', '195629.797000', '195629.800000', '195629.803000', '195629.806000', '195629.809000', '195629.812000', '195629.815000', '195629.818000', '195629.821000', '195629.824000', '195629.827000', '195629.830000', '195629.833000', '195629.837000', '195629.840000', '195629.843000', '195629.845000', '195629.849000', '195629.852000'], 'InstanceCreationTime': ['194941.360000', '194941.363000', '194941.372000', '194941.375000', '194941.377000', '194941.380000', '194941.383000', '194941.386000', '194941.396000', '194941.399000', '194941.402000', '194941.405000', '194941.408000', '194941.429000', '194941.432000', '194941.435000', '194941.438000', '194941.441000', '194941.443000', '194941.446000', '194941.449000', '194941.460000', '194941.463000', '194941.466000', '194941.469000', '194941.472000', '195001.327000', '195001.330000', '195001.333000', '195001.336000', '195001.339000', '195001.341000', '195001.344000', '195001.347000', '195001.350000', '195001.353000', '195001.356000', '195001.358000', '195001.361000', '195001.364000', '195001.367000', '195001.370000', '195001.373000', '195001.376000', '195001.378000', '195001.385000', '195001.388000', '195001.391000', '195001.393000', '195001.396000', '195001.399000', '195001.402000', '195001.405000', '195001.408000', '195001.411000', '195001.413000', '195001.416000', '195001.419000', '195001.422000', '195001.430000', '195001.433000', '195001.436000', '195001.439000', '195001.441000', '195001.444000', '195001.447000', '195001.450000', '195001.453000', '195001.456000', '195021.327000', '195021.330000', '195021.333000', '195021.336000', '195021.338000', '195021.341000', '195021.344000', '195021.347000', '195021.350000', '195021.353000', '195021.356000', '195021.358000', '195021.361000', '195021.364000', '195021.367000', '195021.370000', '195021.373000', '195021.376000', '195021.378000', '195021.381000', '195021.384000', '195021.387000', '195021.390000', '195021.393000', '195021.395000', '195021.398000', '195021.401000', '195021.404000', '195021.407000', '195021.410000', '195021.413000', '195021.415000', '195021.428000', '195021.431000', '195021.434000', '195021.437000', '195021.440000', '195021.442000', '195021.445000', '195021.448000', '195021.451000', '195021.454000', '195021.457000', '195021.460000', '195041.327000', '195041.330000', '195041.333000', '195041.336000', '195041.338000', '195041.341000', '195041.344000', '195041.347000', '195041.350000', '195041.353000', '195041.355000', '195041.358000', '195041.361000', '195041.364000', '195041.367000', '195041.370000', '195041.373000', '195041.375000', '195041.378000', '195041.381000', '195041.384000', '195041.387000', '195041.390000', '195041.392000', '195041.395000', '195041.398000', '195041.401000', '195041.404000', '195041.407000', '195041.410000', '195041.413000', '195041.415000', '195041.418000', '195041.421000', '195041.424000', '195041.427000', '195041.430000', '195041.433000', '195041.436000', '195041.439000', '195041.441000', '195041.444000', '195041.447000', '195101.327000', '195101.330000', '195101.333000', '195101.336000', '195101.338000', '195101.341000', '195101.344000', '195101.347000', '195101.350000', '195101.353000', '195101.356000', '195101.359000', '195101.362000', '195101.364000', '195101.367000', '195101.370000', '195101.373000', '195101.376000', '195101.379000', '195101.381000', '195101.384000', '195101.387000', '195101.390000', '195101.393000', '195101.396000', '195101.399000', '195101.401000', '195101.404000', '195101.407000', '195101.410000', '195101.413000', '195101.416000', '195101.419000', '195101.422000', '195101.424000', '195101.427000', '195101.430000', '195101.433000', '195101.436000', '195101.439000', '195101.442000', '195101.445000', '195101.448000', '195101.451000', '195121.328000', '195121.331000', '195121.334000', '195121.337000', '195121.340000', '195121.343000', '195121.345000', '195121.348000', '195121.352000', '195121.355000', '195121.358000', '195121.361000', '195121.364000', '195121.367000', '195121.370000', '195121.373000', '195121.375000', '195121.378000', '195121.381000', '195121.384000', '195121.387000', '195121.390000', '195121.393000', '195121.395000', '195121.398000', '195121.401000', '195121.404000', '195121.407000', '195121.410000', '195121.413000', '195121.416000', '195121.418000', '195121.421000', '195121.424000', '195121.427000', '195121.430000', '195121.433000', '195121.436000', '195121.439000', '195121.442000', '195121.457000', '195121.460000', '195121.463000', '195141.328000', '195141.331000', '195141.335000', '195141.338000', '195141.341000', '195141.344000', '195141.347000', '195141.350000', '195141.353000', '195141.355000', '195141.358000', '195141.361000', '195141.364000', '195141.367000', '195141.370000', '195141.373000', '195141.376000', '195141.379000', '195141.381000', '195141.384000', '195141.387000', '195141.390000', '195141.393000', '195141.396000', '195141.399000', '195141.402000', '195141.405000', '195141.408000', '195141.410000', '195141.413000', '195141.416000', '195141.419000', '195141.422000', '195141.425000', '195141.428000', '195141.430000', '195141.433000', '195141.436000', '195141.439000', '195141.442000', '195141.445000', '195141.448000', '195141.451000', '195201.328000', '195201.331000', '195201.334000', '195201.337000', '195201.340000', '195201.342000', '195201.345000', '195201.348000', '195201.351000', '195201.354000', '195201.357000', '195201.360000', '195201.363000', '195201.366000', '195201.369000', '195201.372000', '195201.374000', '195201.377000', '195201.380000', '195201.383000', '195201.386000', '195201.389000', '195201.392000', '195201.394000', '195201.397000', '195201.400000', '195201.403000', '195201.406000', '195201.409000', '195201.412000', '195201.415000', '195201.418000', '195201.420000', '195201.423000', '195201.426000', '195201.429000', '195201.432000', '195201.435000', '195201.438000', '195201.441000', '195201.443000', '195201.446000', '195201.449000', '195201.452000', '195221.327000', '195221.330000', '195221.333000', '195221.336000', '195221.339000', '195221.342000', '195221.345000', '195221.348000', '195221.351000', '195221.354000', '195221.357000', '195221.360000', '195221.363000', '195221.365000', '195221.368000', '195221.371000', '195221.374000', '195221.377000', '195221.380000', '195221.383000', '195221.386000', '195221.389000', '195221.391000', '195221.394000', '195221.397000', '195221.400000', '195221.403000', '195221.406000', '195221.409000', '195221.412000', '195221.415000', '195221.418000', '195221.420000', '195221.423000', '195221.426000', '195221.429000', '195221.432000', '195221.435000', '195221.438000', '195221.441000', '195221.443000', '195221.446000', '195221.449000', '195241.327000', '195241.330000', '195241.333000', '195241.336000', '195241.339000', '195241.342000', '195241.344000', '195241.347000', '195241.350000', '195241.353000', '195241.356000', '195241.359000', '195241.362000', '195241.365000', '195241.368000', '195241.371000', '195241.373000', '195241.376000', '195241.379000', '195241.382000', '195241.385000', '195241.388000', '195241.391000', '195241.394000', '195241.397000', '195241.400000', '195241.403000', '195241.405000', '195241.408000', '195241.411000', '195241.414000', '195241.417000', '195241.420000', '195241.423000', '195241.426000', '195241.429000', '195241.432000', '195241.434000', '195241.437000', '195241.440000', '195241.443000', '195241.446000', '195241.449000', '195241.452000', '195301.327000', '195301.330000', '195301.333000', '195301.336000', '195301.339000', '195301.342000', '195301.345000', '195301.348000', '195301.351000', '195301.353000', '195301.356000', '195301.359000', '195301.362000', '195301.365000', '195301.368000', '195301.373000', '195301.376000', '195301.379000', '195301.382000', '195301.385000', '195301.388000', '195301.391000', '195301.407000', '195301.410000', '195301.413000', '195301.416000', '195301.419000', '195301.421000', '195301.424000', '195301.427000', '195301.430000', '195301.433000', '195301.436000', '195301.439000', '195301.442000', '195301.444000', '195301.447000', '195301.450000', '195301.453000', '195301.456000', '195301.459000', '195301.462000', '195301.465000', '195321.327000', '195321.330000', '195321.333000', '195321.336000', '195321.339000', '195321.341000', '195321.344000', '195321.347000', '195321.350000', '195321.353000', '195321.356000', '195321.359000', '195321.362000', '195321.365000', '195321.368000', '195321.370000', '195321.373000', '195321.376000', '195321.379000', '195321.382000', '195321.385000', '195321.388000', '195321.391000', '195321.394000', '195321.397000', '195321.400000', '195321.403000', '195321.406000', '195321.408000', '195321.411000', '195321.414000', '195321.417000', '195321.420000', '195321.423000', '195321.426000', '195321.429000', '195321.432000', '195321.434000', '195321.437000', '195321.440000', '195321.443000', '195321.446000', '195321.449000', '195321.452000', '195341.328000', '195341.331000', '195341.334000', '195341.337000', '195341.340000', '195341.342000', '195341.352000', '195341.355000', '195341.357000', '195341.360000', '195341.363000', '195341.366000', '195341.369000', '195341.372000', '195341.375000', '195341.378000', '195341.380000', '195341.383000', '195341.386000', '195341.389000', '195341.392000', '195341.395000', '195341.398000', '195341.401000', '195341.404000', '195341.407000', '195341.410000', '195341.413000', '195341.416000', '195341.419000', '195341.421000', '195341.424000', '195341.427000', '195341.430000', '195341.433000', '195341.436000', '195341.439000', '195341.442000', '195341.444000', '195341.447000', '195341.450000', '195341.453000', '195341.456000', '195401.328000', '195401.331000', '195401.334000', '195401.337000', '195401.340000', '195401.343000', '195401.346000', '195401.348000', '195401.351000', '195401.354000', '195401.357000', '195401.360000', '195401.363000', '195401.366000', '195401.368000', '195401.371000', '195401.374000', '195401.377000', '195401.380000', '195401.383000', '195401.386000', '195401.389000', '195401.392000', '195401.395000', '195401.398000', '195401.400000', '195401.403000', '195401.406000', '195401.409000', '195401.412000', '195401.415000', '195401.418000', '195401.421000', '195401.424000', '195401.427000', '195401.429000', '195401.432000', '195401.435000', '195401.438000', '195401.441000', '195401.444000', '195401.447000', '195401.449000', '195401.452000', '195421.328000', '195421.333000', '195421.336000', '195421.339000', '195421.342000', '195421.345000', '195421.348000', '195421.351000', '195421.353000', '195421.356000', '195421.359000', '195421.362000', '195421.365000', '195421.368000', '195421.371000', '195421.374000', '195421.376000', '195421.379000', '195421.382000', '195421.385000', '195421.388000', '195421.391000', '195421.395000', '195421.401000', '195421.404000', '195421.407000', '195421.409000', '195421.412000', '195421.415000', '195421.418000', '195421.421000', '195421.424000', '195421.427000', '195421.430000', '195421.433000', '195421.436000', '195421.439000', '195421.441000', '195421.444000', '195421.447000', '195421.450000', '195421.453000', '195421.456000', '195441.327000', '195441.330000', '195441.333000', '195441.336000', '195441.339000', '195441.342000', '195441.345000', '195441.348000', '195441.350000', '195441.353000', '195441.356000', '195441.359000', '195441.362000', '195441.365000', '195441.367000', '195441.370000', '195441.373000', '195441.376000', '195441.379000', '195441.382000', '195441.385000', '195441.388000', '195441.391000', '195441.394000', '195441.396000', '195441.399000', '195441.402000', '195441.405000', '195441.408000', '195441.411000', '195441.414000', '195441.417000', '195441.420000', '195441.423000', '195441.425000', '195441.428000', '195441.431000', '195441.434000', '195441.437000', '195441.440000', '195441.443000', '195441.446000', '195441.449000', '195441.452000', '195501.327000', '195501.330000', '195501.333000', '195501.336000', '195501.339000', '195501.342000', '195501.345000', '195501.348000', '195501.350000', '195501.353000', '195501.356000', '195501.359000', '195501.362000', '195501.365000', '195501.368000', '195501.371000', '195501.374000', '195501.377000', '195501.379000', '195501.382000', '195501.385000', '195501.388000', '195501.391000', '195501.394000', '195501.397000', '195501.400000', '195501.403000', '195501.406000', '195501.408000', '195501.411000', '195501.414000', '195501.417000', '195501.420000', '195501.423000', '195501.426000', '195501.429000', '195501.432000', '195501.435000', '195501.438000', '195501.441000', '195501.444000', '195501.446000', '195501.449000', '195521.327000', '195521.330000', '195521.333000', '195521.336000', '195521.339000', '195521.342000', '195521.345000', '195521.347000', '195521.350000', '195521.353000', '195521.356000', '195521.359000', '195521.362000', '195521.365000', '195521.368000', '195521.371000', '195521.374000', '195521.376000', '195521.379000', '195521.382000', '195521.387000', '195521.390000', '195521.393000', '195521.396000', '195521.399000', '195521.401000', '195521.404000', '195521.407000', '195521.410000', '195521.413000', '195521.416000', '195521.419000', '195521.422000', '195521.425000', '195521.427000', '195521.430000', '195521.433000', '195521.436000', '195521.439000', '195521.442000', '195521.445000', '195521.448000', '195521.450000', '195521.453000', '195541.327000', '195541.330000', '195541.333000', '195541.336000', '195541.339000', '195541.342000', '195541.345000', '195541.348000', '195541.350000', '195541.353000', '195541.356000', '195541.359000', '195541.362000', '195541.365000', '195541.369000', '195541.372000', '195541.375000', '195541.378000', '195541.381000', '195541.384000', '195541.386000', '195541.389000', '195541.392000', '195541.395000', '195541.398000', '195541.401000', '195541.404000', '195541.406000', '195541.409000', '195541.412000', '195541.415000', '195541.418000', '195541.421000', '195541.424000', '195541.427000', '195541.430000', '195541.433000', '195541.436000', '195541.438000', '195541.441000', '195541.445000', '195541.447000', '195541.450000', '195601.343000', '195601.347000', '195601.350000', '195601.353000', '195601.355000', '195601.358000', '195601.361000', '195601.364000', '195601.367000', '195601.370000', '195601.373000', '195601.376000', '195601.379000', '195601.381000', '195601.384000', '195601.387000', '195601.390000', '195601.393000', '195601.396000', '195601.399000', '195601.402000', '195601.405000', '195601.408000', '195601.411000', '195601.413000', '195601.416000', '195601.419000', '195601.422000', '195601.425000', '195601.428000', '195601.431000', '195601.434000', '195601.437000', '195601.440000', '195601.442000', '195601.446000', '195601.449000', '195601.452000', '195601.455000', '195601.457000', '195601.460000', '195601.463000', '195601.466000', '195601.469000', '195621.328000', '195621.331000', '195621.334000', '195621.337000', '195621.340000', '195621.343000', '195621.346000', '195621.349000', '195621.351000', '195621.354000', '195621.357000', '195621.360000', '195621.363000', '195621.366000', '195621.369000', '195621.372000', '195621.375000', '195621.378000', '195621.380000', '195621.383000', '195621.386000', '195621.389000', '195621.392000', '195621.395000', '195621.398000', '195621.401000', '195621.403000', '195621.406000', '195621.409000', '195621.412000', '195621.415000', '195621.418000', '195621.421000', '195621.424000', '195621.427000', '195621.430000', '195621.432000', '195621.435000', '195621.438000', '195621.441000', '195621.444000', '195621.447000', '195621.450000', '195629.797000', '195629.800000', '195629.803000', '195629.806000', '195629.809000', '195629.812000', '195629.815000', '195629.818000', '195629.821000', '195629.824000', '195629.827000', '195629.830000', '195629.833000', '195629.837000', '195629.840000', '195629.843000', '195629.845000', '195629.849000', '195629.852000'], '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': [9799, 14466, 9109, 11706, 8607, 11279, 8968, 9982, 8974, 10724, 8757, 9838, 8679, 9356, 9071, 8485, 12566, 9647, 12585, 8609, 10178, 8837, 9555, 8630, 9150, 11022, 9219, 12735, 9049, 12299, 9077, 10951, 9025, 11307, 8951, 9154, 9301, 9126, 13164, 10197, 13206, 9791, 12148, 8608, 11068, 8648, 9250, 8955, 10584, 8875, 8712, 8841, 8560, 11272, 8704, 12298, 9668, 11852, 8985, 12136, 8645, 11572, 8716, 10362, 8827, 10558, 8837, 8495, 11250, 8529, 11832, 8956, 11749, 8820, 11545, 8418, 11230, 8741, 10506, 8946, 11106, 8810, 9147, 8831, 9367, 8751, 10742, 11306, 10415, 9175, 8390, 9408, 8603, 11935, 8417, 12083, 9071, 11964, 8933, 11454, 8980, 8781, 12415, 9588, 12644, 9057, 11387, 8885, 9140, 8987, 8637, 12865, 9818, 11145, 8428, 10900, 8751, 10647, 8941, 10533, 9150, 9259, 9049, 8545, 12130, 8683, 12144, 9244, 11921, 8580, 11334, 8675, 10465, 9007, 10657, 9313, 12992, 8941, 10049, 8911, 10070, 10769, 9040, 12549, 8753, 12300, 8801, 12586, 8712, 11209, 8694, 10828, 8959, 10056, 9255, 11309, 8919, 9299, 8915, 8730, 11667, 8876, 11695, 9377, 11869, 8856, 12072, 8663, 11624, 8881, 10646, 9475, 11768, 8952, 10005, 8747, 9377, 8873, 9069, 8710, 9613, 12247, 9893, 12600, 8772, 12008, 8730, 10824, 9242, 10939, 8850, 8609, 8948, 8538, 9070, 8738, 9678, 9201, 11850, 9336, 12738, 9037, 11747, 9020, 10713, 8662, 10648, 10884, 8515, 12201, 8808, 11641, 9087, 11602, 9044, 10341, 8793, 10058, 9056, 9329, 8733, 10036, 8783, 9791, 8969, 9034, 9002, 8725, 12551, 9887, 12749, 9922, 12492, 8808, 11634, 8944, 11453, 8743, 10468, 9905, 9274, 8819, 8741, 10580, 8796, 12590, 9323, 12105, 8714, 10262, 8682, 10296, 9064, 10390, 9154, 8438, 11145, 8945, 12212, 9034, 11760, 8575, 11112, 8754, 11433, 8967, 11028, 9082, 11783, 8976, 9301, 9119, 8887, 10672, 9653, 11867, 9152, 12430, 8629, 11909, 8580, 11789, 9143, 12372, 8780, 10304, 8738, 10884, 8919, 10067, 8498, 10805, 8932, 8631, 9190, 8689, 12925, 10420, 12498, 9126, 11411, 8494, 10971, 9021, 11157, 8601, 9377, 9368, 8517, 12648, 9727, 12854, 9271, 11394, 8845, 9246, 8808, 10431, 8745, 8571, 11225, 8711, 12190, 9001, 12280, 8961, 12443, 8690, 9507, 8817, 8892, 8962, 8767, 9673, 9301, 11877, 10623, 8830, 8477, 8937, 8792, 9931, 9015, 11716, 9055, 12509, 9753, 13497, 9723, 12211, 8811, 11993, 8617, 11900, 8679, 12952, 8813, 10831, 8422, 10608, 8662, 12584, 9640, 13010, 10589, 8771, 9802, 9897, 10555, 8881, 10079, 10578, 9560, 9816, 8969, 9420, 8561, 11771, 11803, 8928, 15419, 11822, 15764, 12118, 16107, 9736, 12459, 8609, 10373, 8645, 10639, 8188, 10644, 8183, 8651, 8575, 8599, 9850, 8244, 10481, 8410, 10475, 8442, 8549, 9876, 8250, 11389, 8941, 12459, 9905, 12324, 10368, 9317, 8621, 8849, 9390, 9376, 9472, 9706, 9651, 11423, 10017, 10964, 9424, 9271, 8643, 9499, 9299, 10616, 9045, 12671, 9776, 12617, 9767, 9688, 8245, 10199, 8341, 12209, 8808, 12016, 9403, 12665, 9744, 10825, 8203, 10604, 8406, 12331, 8978, 11839, 8822, 11890, 9041, 9972, 8930, 10334, 9041, 11431, 8661, 10969, 8318, 9039, 9999, 9077, 10747, 9130, 10826, 9333, 9756, 11945, 9051, 12586, 9595, 11847, 8912, 11105, 8730, 11428, 9040, 11260, 9093, 11545, 9154, 11139, 8864, 11269, 9222, 10597, 9428, 9265, 11193, 9877, 11981, 8838, 12316, 8538, 12188, 8910, 11825, 9093, 12489, 9200, 10054, 9181, 9844, 9547, 9038, 11964, 10063, 9590, 8075, 9503, 8403, 11969, 8478, 11701, 8941, 12227, 9164, 11747, 8691, 11242, 9164, 10281, 8919, 10573, 9640, 8941, 9234, 8446, 11152, 8383, 11847, 9116, 11704, 8801, 11325, 8231, 11045, 8801, 10976, 8610, 10969, 8290, 10348, 9638, 9647, 8520, 9216, 8352, 9232, 11022, 8768, 12454, 8917, 12023, 9294, 8762, 9430, 8862, 9704, 8642, 12315, 9416, 12930, 9812, 11693, 8574, 11004, 8596, 11049, 8706, 11713, 9073, 11162, 8924, 10931, 9092, 11376, 9317, 12173, 9104, 10514, 9473, 9524, 9388, 10025, 10586, 10354, 12714, 9800, 12180, 8399, 11624, 8605, 12144, 9960, 11457, 8713, 10818, 9314, 9906, 9091, 10395, 9212, 8334, 9315, 8891, 9542, 10067, 8959, 11138, 9257, 9661, 9465, 10038, 9376, 8734, 11983, 9666, 12309, 9433, 12368, 9042, 12087, 9417, 10538, 9753, 10248, 9470, 8160, 10628, 8252, 11754, 8699, 11649, 8725, 12359, 9235, 12446, 8725, 11427, 8570, 11449, 9432, 8763, 10319, 8549, 11555, 8528, 11552, 8815, 12316, 8845, 11191, 9082, 9660, 8798, 10789, 9019, 9401, 8988, 9344, 9217, 9600, 9117, 11087, 9280, 8488, 9449, 8336, 11840, 8562, 12281, 9490, 11502, 9076, 10470, 9143, 11145, 8864, 12179, 9071, 10441, 9369, 10856, 9191, 10913, 9041, 11185, 10542, 8905, 9857, 8484, 11552, 8711, 11682, 8949, 12115, 9281, 9566, 9355, 8583, 9684, 8465, 11305, 8850, 12121, 9127, 10529, 8867, 10581, 8710, 11286, 8912, 11720, 9376, 10633, 9554, 8794, 11314, 9362, 13574, 10725, 11692, 8673, 11526, 9069, 11040, 9027, 11493, 9335, 9388, 9235, 9000, 9477, 8604, 12282, 9880, 12799, 9612, 12188, 8858, 11450, 8804, 11370, 8813, 12469, 9240, 9858, 9532, 8855, 9359, 8897, 11332, 8905, 12314, 8782, 11493, 8882, 11464, 9468, 9258, 9222, 8503, 9232, 8912, 11227, 9254, 9593, 8530, 10673, 8497, 12611, 9930, 12274, 9111, 12452, 9091, 11024, 8873, 8961, 12285, 8941, 12158, 8771, 10563, 9349, 10254, 8862, 10846, 9157, 8382, 9594, 8371, 9328, 8729, 12539, 10069, 12119, 8773, 11164, 9105, 11419, 8859, 12240, 9150, 9663, 9390, 9265, 11512, 9537, 12624, 9860, 9800, 8605, 11363, 8709, 11851, 8933, 12659, 9305, 10887, 9240, 10628, 9157, 11284, 8977, 11774, 9254, 9528, 9469, 8693, 9686, 8759, 11892, 9621, 13792, 10711, 11340, 8568, 11839, 8596, 11694, 8742, 11750, 9018, 11208, 9059, 10613, 9147, 10218, 8838, 11256, 9329, 8861, 9399, 9355, 9420, 9667, 10485, 10147, 12548, 10156, 12930, 9058, 12173, 9041, 11791, 8880, 12420, 9147, 10154, 9505, 8973, 9364, 8895, 10134, 10117, 9357, 8580, 9444, 8854, 9428, 8817, 10641, 8796, 12513, 10154, 11600, 9990, 9450, 11255, 8680, 8219, 12098, 9131, 9550, 9246, 8766, 9177, 9658, 8882, 11115, 8777, 9468, 10220, 10375, 13478, 10282, 12056, 11201, 10876], 'WindowCenter': [4266.0, 4281.0, 4227.0, 4245.0, 4213.0, 4233.0, 4213.0, 4223.0, 4213.0, 4232.0, 4212.0, 4221.0, 4211.0, 4211.0, 4210.0, 4202.0, 4242.0, 4222.0, 4242.0, 4211.0, 4221.0, 4211.0, 4221.0, 4212.0, 4223.0, 4232.0, 4210.0, 4241.0, 4211.0, 4242.0, 4211.0, 4231.0, 4212.0, 4233.0, 4210.0, 4209.0, 4211.0, 4210.0, 4241.0, 4220.0, 4240.0, 4220.0, 4228.0, 4197.0, 4229.0, 4199.0, 4209.0, 4209.0, 4220.0, 4196.0, 4197.0, 4208.0, 4198.0, 4218.0, 4198.0, 4230.0, 4211.0, 4229.0, 4209.0, 4227.0, 4198.0, 4228.0, 4197.0, 4218.0, 4198.0, 4219.0, 4197.0, 4198.0, 4217.0, 4197.0, 4228.0, 4198.0, 4228.0, 4198.0, 4226.0, 4196.0, 4217.0, 4197.0, 4218.0, 4209.0, 4232.0, 4199.0, 4208.0, 4199.0, 4208.0, 4198.0, 4230.0, 4230.0, 4220.0, 4209.0, 4198.0, 4208.0, 4198.0, 4229.0, 4199.0, 4230.0, 4212.0, 4242.0, 4212.0, 4231.0, 4211.0, 4200.0, 4230.0, 4209.0, 4240.0, 4199.0, 4229.0, 4198.0, 4208.0, 4199.0, 4199.0, 4229.0, 4209.0, 4218.0, 4198.0, 4218.0, 4199.0, 4218.0, 4198.0, 4219.0, 4209.0, 4209.0, 4198.0, 4198.0, 4228.0, 4197.0, 4229.0, 4208.0, 4228.0, 4199.0, 4229.0, 4198.0, 4218.0, 4198.0, 4220.0, 4210.0, 4241.0, 4211.0, 4219.0, 4210.0, 4220.0, 4219.0, 4198.0, 4240.0, 4199.0, 4229.0, 4210.0, 4228.0, 4199.0, 4219.0, 4198.0, 4217.0, 4196.0, 4206.0, 4208.0, 4242.0, 4223.0, 4222.0, 4208.0, 4197.0, 4217.0, 4196.0, 4217.0, 4209.0, 4227.0, 4209.0, 4230.0, 4199.0, 4219.0, 4199.0, 4218.0, 4209.0, 4230.0, 4196.0, 4208.0, 4198.0, 4208.0, 4198.0, 4198.0, 4198.0, 4211.0, 4230.0, 4220.0, 4230.0, 4197.0, 4228.0, 4196.0, 4218.0, 4199.0, 4219.0, 4199.0, 4197.0, 4198.0, 4197.0, 4208.0, 4199.0, 4220.0, 4212.0, 4232.0, 4212.0, 4241.0, 4210.0, 4229.0, 4198.0, 4220.0, 4200.0, 4220.0, 4219.0, 4198.0, 4229.0, 4197.0, 4217.0, 4198.0, 4218.0, 4197.0, 4218.0, 4199.0, 4209.0, 4198.0, 4208.0, 4199.0, 4210.0, 4199.0, 4221.0, 4210.0, 4211.0, 4210.0, 4201.0, 4231.0, 4220.0, 4241.0, 4211.0, 4229.0, 4210.0, 4230.0, 4199.0, 4230.0, 4199.0, 4220.0, 4208.0, 4198.0, 4198.0, 4199.0, 4217.0, 4197.0, 4229.0, 4197.0, 4230.0, 4198.0, 4206.0, 4198.0, 4219.0, 4211.0, 4220.0, 4209.0, 4199.0, 4218.0, 4198.0, 4230.0, 4210.0, 4230.0, 4198.0, 4219.0, 4200.0, 4219.0, 4199.0, 4220.0, 4211.0, 4231.0, 4200.0, 4209.0, 4199.0, 4198.0, 4220.0, 4209.0, 4230.0, 4209.0, 4229.0, 4199.0, 4228.0, 4198.0, 4229.0, 4210.0, 4230.0, 4199.0, 4219.0, 4199.0, 4219.0, 4199.0, 4220.0, 4201.0, 4221.0, 4210.0, 4200.0, 4210.0, 4212.0, 4255.0, 4247.0, 4255.0, 4222.0, 4232.0, 4212.0, 4232.0, 4213.0, 4232.0, 4211.0, 4223.0, 4213.0, 4211.0, 4243.0, 4224.0, 4242.0, 4212.0, 4232.0, 4199.0, 4210.0, 4210.0, 4222.0, 4200.0, 4211.0, 4230.0, 4199.0, 4229.0, 4199.0, 4230.0, 4199.0, 4230.0, 4199.0, 4209.0, 4199.0, 4198.0, 4197.0, 4198.0, 4210.0, 4208.0, 4231.0, 4221.0, 4211.0, 4200.0, 4211.0, 4201.0, 4210.0, 4211.0, 4231.0, 4210.0, 4243.0, 4222.0, 4243.0, 4211.0, 4230.0, 4198.0, 4230.0, 4198.0, 4229.0, 4199.0, 4229.0, 4200.0, 4220.0, 4199.0, 4231.0, 4214.0, 4243.0, 4221.0, 4255.0, 4244.0, 4225.0, 4235.0, 4235.0, 4234.0, 4212.0, 4221.0, 4230.0, 4223.0, 4236.0, 4227.0, 4227.0, 4216.0, 4244.0, 4234.0, 4202.0, 4241.0, 4218.0, 4230.0, 4207.0, 4227.0, 4184.0, 4204.0, 4172.0, 4181.0, 4171.0, 4180.0, 4161.0, 4180.0, 4160.0, 4171.0, 4171.0, 4173.0, 4195.0, 4175.0, 4206.0, 4186.0, 4219.0, 4188.0, 4198.0, 4209.0, 4200.0, 4231.0, 4212.0, 4242.0, 4222.0, 4242.0, 4222.0, 4211.0, 4226.0, 4224.0, 4224.0, 4211.0, 4211.0, 4211.0, 4212.0, 4232.0, 4222.0, 4221.0, 4211.0, 4211.0, 4202.0, 4221.0, 4211.0, 4221.0, 4212.0, 4243.0, 4224.0, 4242.0, 4221.0, 4222.0, 4202.0, 4221.0, 4201.0, 4241.0, 4212.0, 4243.0, 4223.0, 4243.0, 4223.0, 4231.0, 4212.0, 4233.0, 4202.0, 4241.0, 4211.0, 4231.0, 4211.0, 4232.0, 4210.0, 4220.0, 4211.0, 4220.0, 4212.0, 4230.0, 4211.0, 4231.0, 4213.0, 4225.0, 4235.0, 4224.0, 4245.0, 4224.0, 4234.0, 4213.0, 4222.0, 4231.0, 4211.0, 4242.0, 4211.0, 4231.0, 4212.0, 4231.0, 4210.0, 4229.0, 4210.0, 4230.0, 4211.0, 4231.0, 4211.0, 4232.0, 4212.0, 4232.0, 4220.0, 4232.0, 4211.0, 4211.0, 4234.0, 4222.0, 4242.0, 4212.0, 4241.0, 4210.0, 4242.0, 4211.0, 4230.0, 4212.0, 4242.0, 4210.0, 4220.0, 4211.0, 4220.0, 4210.0, 4210.0, 4230.0, 4209.0, 4209.0, 4189.0, 4209.0, 4199.0, 4229.0, 4199.0, 4230.0, 4210.0, 4241.0, 4210.0, 4229.0, 4200.0, 4230.0, 4209.0, 4220.0, 4208.0, 4220.0, 4209.0, 4199.0, 4209.0, 4199.0, 4218.0, 4198.0, 4229.0, 4199.0, 4229.0, 4209.0, 4218.0, 4200.0, 4231.0, 4210.0, 4229.0, 4211.0, 4230.0, 4201.0, 4232.0, 4224.0, 4223.0, 4212.0, 4223.0, 4202.0, 4222.0, 4233.0, 4213.0, 4243.0, 4212.0, 4244.0, 4211.0, 4200.0, 4210.0, 4211.0, 4210.0, 4200.0, 4242.0, 4211.0, 4229.0, 4210.0, 4229.0, 4199.0, 4219.0, 4199.0, 4231.0, 4212.0, 4231.0, 4213.0, 4232.0, 4212.0, 4231.0, 4212.0, 4243.0, 4224.0, 4245.0, 4213.0, 4233.0, 4222.0, 4222.0, 4211.0, 4222.0, 4232.0, 4222.0, 4241.0, 4220.0, 4229.0, 4199.0, 4230.0, 4200.0, 4230.0, 4220.0, 4230.0, 4199.0, 4219.0, 4208.0, 4210.0, 4210.0, 4220.0, 4209.0, 4199.0, 4209.0, 4199.0, 4210.0, 4222.0, 4212.0, 4232.0, 4211.0, 4222.0, 4222.0, 4222.0, 4211.0, 4210.0, 4242.0, 4224.0, 4243.0, 4222.0, 4241.0, 4211.0, 4242.0, 4210.0, 4221.0, 4210.0, 4220.0, 4209.0, 4199.0, 4218.0, 4197.0, 4229.0, 4198.0, 4231.0, 4200.0, 4240.0, 4210.0, 4241.0, 4210.0, 4231.0, 4200.0, 4229.0, 4197.0, 4198.0, 4208.0, 4198.0, 4229.0, 4199.0, 4230.0, 4211.0, 4231.0, 4199.0, 4218.0, 4197.0, 4209.0, 4199.0, 4217.0, 4197.0, 4209.0, 4198.0, 4208.0, 4197.0, 4208.0, 4198.0, 4219.0, 4208.0, 4198.0, 4208.0, 4198.0, 4229.0, 4199.0, 4230.0, 4210.0, 4229.0, 4197.0, 4218.0, 4209.0, 4218.0, 4210.0, 4241.0, 4210.0, 4220.0, 4210.0, 4231.0, 4211.0, 4232.0, 4213.0, 4233.0, 4233.0, 4211.0, 4222.0, 4200.0, 4230.0, 4199.0, 4230.0, 4211.0, 4232.0, 4208.0, 4209.0, 4208.0, 4197.0, 4207.0, 4188.0, 4219.0, 4210.0, 4229.0, 4209.0, 4219.0, 4210.0, 4220.0, 4211.0, 4243.0, 4223.0, 4243.0, 4225.0, 4233.0, 4222.0, 4212.0, 4233.0, 4223.0, 4242.0, 4232.0, 4230.0, 4212.0, 4229.0, 4210.0, 4231.0, 4211.0, 4231.0, 4211.0, 4211.0, 4211.0, 4211.0, 4210.0, 4199.0, 4231.0, 4222.0, 4242.0, 4211.0, 4230.0, 4209.0, 4229.0, 4209.0, 4230.0, 4210.0, 4231.0, 4210.0, 4210.0, 4209.0, 4199.0, 4210.0, 4210.0, 4230.0, 4210.0, 4230.0, 4200.0, 4230.0, 4211.0, 4232.0, 4211.0, 4211.0, 4222.0, 4211.0, 4211.0, 4212.0, 4245.0, 4223.0, 4223.0, 4212.0, 4221.0, 4213.0, 4244.0, 4222.0, 4243.0, 4212.0, 4242.0, 4212.0, 4221.0, 4209.0, 4211.0, 4230.0, 4209.0, 4230.0, 4198.0, 4218.0, 4207.0, 4219.0, 4210.0, 4232.0, 4210.0, 4200.0, 4209.0, 4199.0, 4211.0, 4211.0, 4242.0, 4221.0, 4230.0, 4200.0, 4230.0, 4210.0, 4231.0, 4212.0, 4242.0, 4211.0, 4211.0, 4210.0, 4211.0, 4233.0, 4211.0, 4241.0, 4221.0, 4210.0, 4200.0, 4230.0, 4200.0, 4242.0, 4212.0, 4243.0, 4211.0, 4220.0, 4210.0, 4220.0, 4209.0, 4231.0, 4214.0, 4233.0, 4211.0, 4211.0, 4211.0, 4200.0, 4209.0, 4199.0, 4232.0, 4221.0, 4241.0, 4221.0, 4220.0, 4198.0, 4229.0, 4199.0, 4229.0, 4200.0, 4230.0, 4199.0, 4230.0, 4210.0, 4219.0, 4211.0, 4221.0, 4211.0, 4232.0, 4209.0, 4210.0, 4210.0, 4211.0, 4211.0, 4222.0, 4233.0, 4233.0, 4243.0, 4222.0, 4241.0, 4211.0, 4231.0, 4210.0, 4231.0, 4211.0, 4242.0, 4210.0, 4220.0, 4209.0, 4199.0, 4210.0, 4209.0, 4218.0, 4222.0, 4209.0, 4200.0, 4210.0, 4211.0, 4210.0, 4211.0, 4221.0, 4211.0, 4255.0, 4236.0, 4245.0, 4235.0, 4236.0, 4258.0, 4213.0, 4202.0, 4230.0, 4197.0, 4208.0, 4198.0, 4212.0, 4213.0, 4223.0, 4224.0, 4245.0, 4213.0, 4222.0, 4220.0, 4208.0, 4229.0, 4196.0, 4216.0, 4205.0, 4195.0], 'WindowWidth': [9452.0, 9466.0, 9381.0, 9400.0, 9354.0, 9378.0, 9351.0, 9369.0, 9352.0, 9375.0, 9348.0, 9361.0, 9347.0, 9346.0, 9343.0, 9335.0, 9389.0, 9361.0, 9389.0, 9346.0, 9361.0, 9347.0, 9361.0, 9351.0, 9366.0, 9377.0, 9347.0, 9389.0, 9348.0, 9390.0, 9347.0, 9373.0, 9348.0, 9380.0, 9344.0, 9343.0, 9346.0, 9343.0, 9386.0, 9357.0, 9385.0, 9357.0, 9366.0, 9323.0, 9367.0, 9325.0, 9339.0, 9340.0, 9356.0, 9320.0, 9322.0, 9337.0, 9324.0, 9351.0, 9324.0, 9371.0, 9346.0, 9370.0, 9341.0, 9364.0, 9325.0, 9365.0, 9321.0, 9351.0, 9322.0, 9353.0, 9321.0, 9322.0, 9350.0, 9319.0, 9364.0, 9325.0, 9365.0, 9325.0, 9361.0, 9320.0, 9348.0, 9321.0, 9351.0, 9341.0, 9377.0, 9324.0, 9337.0, 9324.0, 9336.0, 9323.0, 9370.0, 9371.0, 9357.0, 9339.0, 9323.0, 9337.0, 9325.0, 9366.0, 9327.0, 9371.0, 9350.0, 9390.0, 9349.0, 9374.0, 9346.0, 9330.0, 9371.0, 9341.0, 9383.0, 9326.0, 9365.0, 9324.0, 9337.0, 9326.0, 9327.0, 9369.0, 9339.0, 9351.0, 9324.0, 9350.0, 9324.0, 9351.0, 9324.0, 9354.0, 9338.0, 9340.0, 9322.0, 9324.0, 9363.0, 9320.0, 9366.0, 9338.0, 9365.0, 9327.0, 9369.0, 9325.0, 9350.0, 9325.0, 9356.0, 9343.0, 9388.0, 9344.0, 9355.0, 9342.0, 9357.0, 9353.0, 9325.0, 9385.0, 9326.0, 9367.0, 9343.0, 9366.0, 9328.0, 9352.0, 9325.0, 9347.0, 9318.0, 9333.0, 9337.0, 9392.0, 9370.0, 9365.0, 9338.0, 9321.0, 9347.0, 9315.0, 9347.0, 9338.0, 9364.0, 9340.0, 9368.0, 9326.0, 9352.0, 9325.0, 9349.0, 9338.0, 9367.0, 9318.0, 9338.0, 9322.0, 9338.0, 9323.0, 9324.0, 9325.0, 9346.0, 9371.0, 9356.0, 9369.0, 9320.0, 9361.0, 9318.0, 9348.0, 9324.0, 9356.0, 9323.0, 9322.0, 9322.0, 9321.0, 9336.0, 9326.0, 9358.0, 9349.0, 9375.0, 9349.0, 9388.0, 9342.0, 9368.0, 9324.0, 9356.0, 9329.0, 9357.0, 9353.0, 9324.0, 9365.0, 9320.0, 9347.0, 9324.0, 9350.0, 9321.0, 9350.0, 9324.0, 9339.0, 9322.0, 9337.0, 9325.0, 9341.0, 9325.0, 9359.0, 9343.0, 9346.0, 9342.0, 9331.0, 9374.0, 9356.0, 9387.0, 9344.0, 9367.0, 9342.0, 9368.0, 9325.0, 9368.0, 9327.0, 9354.0, 9336.0, 9323.0, 9323.0, 9323.0, 9347.0, 9321.0, 9367.0, 9321.0, 9368.0, 9322.0, 9333.0, 9323.0, 9353.0, 9343.0, 9357.0, 9339.0, 9325.0, 9350.0, 9324.0, 9369.0, 9342.0, 9371.0, 9323.0, 9352.0, 9328.0, 9353.0, 9326.0, 9356.0, 9344.0, 9372.0, 9327.0, 9340.0, 9324.0, 9322.0, 9355.0, 9339.0, 9368.0, 9339.0, 9366.0, 9326.0, 9364.0, 9323.0, 9367.0, 9342.0, 9369.0, 9325.0, 9352.0, 9326.0, 9353.0, 9325.0, 9357.0, 9331.0, 9359.0, 9342.0, 9330.0, 9344.0, 9348.0, 9416.0, 9406.0, 9413.0, 9364.0, 9376.0, 9350.0, 9376.0, 9351.0, 9375.0, 9347.0, 9364.0, 9351.0, 9346.0, 9394.0, 9368.0, 9390.0, 9348.0, 9374.0, 9326.0, 9343.0, 9343.0, 9360.0, 9329.0, 9345.0, 9369.0, 9327.0, 9367.0, 9326.0, 9369.0, 9327.0, 9370.0, 9325.0, 9338.0, 9324.0, 9322.0, 9320.0, 9322.0, 9342.0, 9339.0, 9372.0, 9358.0, 9344.0, 9330.0, 9345.0, 9332.0, 9342.0, 9345.0, 9372.0, 9342.0, 9392.0, 9361.0, 9391.0, 9343.0, 9370.0, 9323.0, 9366.0, 9323.0, 9366.0, 9325.0, 9368.0, 9327.0, 9354.0, 9325.0, 9374.0, 9357.0, 9394.0, 9361.0, 9415.0, 9400.0, 9378.0, 9390.0, 9387.0, 9384.0, 9350.0, 9361.0, 9372.0, 9365.0, 9388.0, 9377.0, 9378.0, 9362.0, 9395.0, 9380.0, 9332.0, 9386.0, 9347.0, 9368.0, 9328.0, 9356.0, 9293.0, 9318.0, 9274.0, 9285.0, 9272.0, 9281.0, 9257.0, 9282.0, 9256.0, 9272.0, 9273.0, 9279.0, 9311.0, 9284.0, 9328.0, 9302.0, 9351.0, 9310.0, 9323.0, 9338.0, 9327.0, 9370.0, 9348.0, 9387.0, 9361.0, 9388.0, 9362.0, 9343.0, 9376.0, 9368.0, 9368.0, 9346.0, 9345.0, 9343.0, 9349.0, 9375.0, 9360.0, 9359.0, 9345.0, 9345.0, 9334.0, 9359.0, 9347.0, 9359.0, 9349.0, 9394.0, 9367.0, 9392.0, 9361.0, 9362.0, 9336.0, 9360.0, 9334.0, 9387.0, 9349.0, 9394.0, 9367.0, 9393.0, 9367.0, 9377.0, 9352.0, 9379.0, 9336.0, 9387.0, 9345.0, 9373.0, 9347.0, 9377.0, 9344.0, 9359.0, 9348.0, 9359.0, 9349.0, 9371.0, 9346.0, 9375.0, 9354.0, 9372.0, 9386.0, 9371.0, 9400.0, 9370.0, 9382.0, 9352.0, 9362.0, 9372.0, 9345.0, 9390.0, 9348.0, 9375.0, 9349.0, 9373.0, 9345.0, 9369.0, 9344.0, 9371.0, 9347.0, 9376.0, 9348.0, 9378.0, 9350.0, 9377.0, 9360.0, 9376.0, 9346.0, 9348.0, 9381.0, 9364.0, 9392.0, 9349.0, 9389.0, 9346.0, 9390.0, 9346.0, 9372.0, 9349.0, 9392.0, 9343.0, 9357.0, 9345.0, 9355.0, 9342.0, 9342.0, 9371.0, 9342.0, 9339.0, 9313.0, 9341.0, 9329.0, 9370.0, 9328.0, 9372.0, 9345.0, 9386.0, 9345.0, 9369.0, 9330.0, 9370.0, 9338.0, 9355.0, 9339.0, 9358.0, 9340.0, 9327.0, 9339.0, 9326.0, 9352.0, 9325.0, 9368.0, 9327.0, 9368.0, 9339.0, 9352.0, 9329.0, 9373.0, 9346.0, 9368.0, 9347.0, 9371.0, 9335.0, 9379.0, 9368.0, 9365.0, 9349.0, 9366.0, 9336.0, 9365.0, 9381.0, 9353.0, 9395.0, 9350.0, 9397.0, 9345.0, 9330.0, 9343.0, 9345.0, 9343.0, 9329.0, 9391.0, 9346.0, 9369.0, 9341.0, 9366.0, 9324.0, 9354.0, 9327.0, 9372.0, 9349.0, 9373.0, 9354.0, 9377.0, 9350.0, 9374.0, 9350.0, 9393.0, 9368.0, 9400.0, 9353.0, 9380.0, 9363.0, 9362.0, 9346.0, 9361.0, 9375.0, 9363.0, 9388.0, 9357.0, 9369.0, 9327.0, 9368.0, 9330.0, 9372.0, 9357.0, 9371.0, 9328.0, 9354.0, 9337.0, 9342.0, 9342.0, 9356.0, 9339.0, 9325.0, 9338.0, 9327.0, 9342.0, 9363.0, 9349.0, 9377.0, 9347.0, 9364.0, 9363.0, 9363.0, 9348.0, 9346.0, 9392.0, 9367.0, 9394.0, 9364.0, 9388.0, 9348.0, 9389.0, 9342.0, 9359.0, 9343.0, 9356.0, 9339.0, 9326.0, 9352.0, 9323.0, 9366.0, 9325.0, 9371.0, 9329.0, 9384.0, 9344.0, 9386.0, 9344.0, 9372.0, 9331.0, 9370.0, 9321.0, 9322.0, 9336.0, 9324.0, 9367.0, 9328.0, 9372.0, 9347.0, 9373.0, 9326.0, 9350.0, 9320.0, 9340.0, 9328.0, 9349.0, 9320.0, 9340.0, 9324.0, 9336.0, 9320.0, 9336.0, 9322.0, 9355.0, 9336.0, 9323.0, 9337.0, 9324.0, 9367.0, 9327.0, 9370.0, 9343.0, 9367.0, 9320.0, 9348.0, 9338.0, 9351.0, 9344.0, 9389.0, 9345.0, 9357.0, 9345.0, 9372.0, 9346.0, 9376.0, 9352.0, 9381.0, 9379.0, 9347.0, 9360.0, 9329.0, 9369.0, 9327.0, 9370.0, 9345.0, 9376.0, 9338.0, 9340.0, 9337.0, 9321.0, 9334.0, 9308.0, 9354.0, 9341.0, 9368.0, 9341.0, 9355.0, 9343.0, 9358.0, 9348.0, 9395.0, 9368.0, 9394.0, 9371.0, 9380.0, 9361.0, 9348.0, 9380.0, 9364.0, 9391.0, 9377.0, 9372.0, 9348.0, 9369.0, 9342.0, 9372.0, 9348.0, 9374.0, 9344.0, 9346.0, 9345.0, 9345.0, 9343.0, 9327.0, 9376.0, 9361.0, 9390.0, 9344.0, 9368.0, 9341.0, 9367.0, 9340.0, 9371.0, 9344.0, 9374.0, 9341.0, 9342.0, 9339.0, 9327.0, 9345.0, 9344.0, 9370.0, 9344.0, 9371.0, 9329.0, 9371.0, 9346.0, 9377.0, 9345.0, 9346.0, 9363.0, 9348.0, 9346.0, 9350.0, 9399.0, 9366.0, 9362.0, 9350.0, 9361.0, 9352.0, 9396.0, 9366.0, 9394.0, 9351.0, 9390.0, 9347.0, 9358.0, 9342.0, 9345.0, 9371.0, 9342.0, 9368.0, 9324.0, 9350.0, 9334.0, 9354.0, 9344.0, 9377.0, 9342.0, 9329.0, 9338.0, 9327.0, 9347.0, 9347.0, 9391.0, 9360.0, 9371.0, 9329.0, 9370.0, 9342.0, 9374.0, 9348.0, 9392.0, 9344.0, 9345.0, 9342.0, 9346.0, 9378.0, 9345.0, 9387.0, 9359.0, 9342.0, 9330.0, 9370.0, 9331.0, 9390.0, 9350.0, 9395.0, 9345.0, 9358.0, 9344.0, 9358.0, 9342.0, 9374.0, 9353.0, 9378.0, 9344.0, 9345.0, 9344.0, 9329.0, 9340.0, 9327.0, 9376.0, 9359.0, 9389.0, 9359.0, 9355.0, 9324.0, 9366.0, 9326.0, 9366.0, 9328.0, 9369.0, 9328.0, 9370.0, 9342.0, 9354.0, 9343.0, 9358.0, 9346.0, 9376.0, 9340.0, 9344.0, 9344.0, 9345.0, 9344.0, 9362.0, 9379.0, 9379.0, 9394.0, 9360.0, 9387.0, 9344.0, 9371.0, 9342.0, 9373.0, 9347.0, 9388.0, 9341.0, 9356.0, 9339.0, 9326.0, 9342.0, 9340.0, 9351.0, 9359.0, 9340.0, 9329.0, 9343.0, 9345.0, 9342.0, 9347.0, 9360.0, 9348.0, 9413.0, 9391.0, 9403.0, 9387.0, 9392.0, 9426.0, 9355.0, 9337.0, 9370.0, 9318.0, 9337.0, 9321.0, 9349.0, 9351.0, 9366.0, 9370.0, 9398.0, 9355.0, 9362.0, 9356.0, 9334.0, 9365.0, 9314.0, 9342.0, 9324.0, 9310.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.0027958397365532386</td></tr>
<tr><td colspan=3>aqi</td><td>0.018925623051591657</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.568433325703296</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207329664450548</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0424781847142865</td></tr>
<tr><td colspan=3>efc</td><td>0.466</td></tr>
<tr><td colspan=3>fber</td><td>6531.252</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08802680907361812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7321624588364433</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3902560564259523</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3437686713929278</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.619836573901865</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2071629239830632</td></tr>
<tr><td colspan=3>gcor</td><td>0.00946158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016298701986670494</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022249501198530197</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9838971565709773</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>32.974</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5728</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.3017</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303428.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.9892</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5418</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.0422</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3450.6596</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.927</td></tr>
<tr><td colspan=3>tsnr</td><td>43.698381437920034</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>