<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-02/func/sub-0020_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>c06bde2dc1660e59aa308f1847c50c82</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>12:57:44.150000</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.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</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.090925</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>[4149, -7764, -7256, 549, -116, -257, 92, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f40f6f5-f701-4bb9-bf43-30614baf4457||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.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['125744.150000', '125744.610000', '125745.070000', '125745.530000', '125745.990000', '125746.450000', '125746.910000', '125747.370000', '125747.830000', '125748.290000', '125748.750000', '125749.210000', '125749.670000', '125750.130000', '125750.590000', '125751.050000', '125751.510000', '125751.970000', '125752.430000', '125752.890000', '125753.350000', '125753.810000', '125754.270000', '125754.730000', '125755.190000', '125755.650000', '125756.110000', '125756.570000', '125757.030000', '125757.490000', '125757.950000', '125758.410000', '125758.870000', '125759.330000', '125759.790000', '125800.250000', '125800.710000', '125801.170000', '125801.630000', '125802.090000', '125802.550000', '125803.010000', '125803.470000', '125803.930000', '125804.390000', '125804.850000', '125805.310000', '125805.770000', '125806.230000', '125806.690000', '125807.150000', '125807.610000', '125808.070000', '125808.530000', '125808.990000', '125809.450000', '125809.910000', '125810.370000', '125810.830000', '125811.290000', '125811.750000', '125812.210000', '125812.670000', '125813.130000', '125813.590000', '125814.050000', '125814.510000', '125814.970000', '125815.430000', '125815.890000', '125816.350000', '125816.810000', '125817.270000', '125817.730000', '125818.190000', '125818.650000', '125819.110000', '125819.570000', '125820.030000', '125820.490000', '125820.950000', '125821.410000', '125821.870000', '125822.330000', '125822.790000', '125823.250000', '125823.710000', '125824.170000', '125824.630000', '125825.090000', '125825.550000', '125826.010000', '125826.470000', '125826.930000', '125827.390000', '125827.850000', '125828.310000', '125828.770000', '125829.230000', '125829.690000', '125830.150000', '125830.610000', '125831.070000', '125831.530000', '125831.990000', '125832.450000', '125832.910000', '125833.370000', '125833.830000', '125834.290000', '125834.750000', '125835.210000', '125835.670000', '125836.130000', '125836.590000', '125837.050000', '125837.510000', '125837.970000', '125838.430000', '125838.890000', '125839.350000', '125839.810000', '125840.270000', '125840.730000', '125841.190000', '125841.650000', '125842.110000', '125842.570000', '125843.030000', '125843.490000', '125843.950000', '125844.410000', '125844.870000', '125845.330000', '125845.790000', '125846.250000', '125846.710000', '125847.170000', '125847.630000', '125848.090000', '125848.550000', '125849.010000', '125849.470000', '125849.930000', '125850.390000', '125850.850000', '125851.310000', '125851.770000', '125852.230000', '125852.690000', '125853.150000', '125853.610000', '125854.070000', '125854.530000', '125854.990000', '125855.450000', '125855.910000', '125856.370000', '125856.830000', '125857.290000', '125857.750000', '125858.210000', '125858.670000', '125859.130000', '125859.590000', '125900.050000', '125900.510000', '125900.970000', '125901.430000', '125901.890000', '125902.350000', '125902.810000', '125903.270000', '125903.730000', '125904.190000', '125904.650000', '125905.110000', '125905.570000', '125906.030000', '125906.490000', '125906.950000', '125907.410000', '125907.870000', '125908.330000', '125908.790000', '125909.250000', '125909.710000', '125910.170000', '125910.630000', '125911.090000', '125911.550000', '125912.010000', '125912.470000', '125912.930000', '125913.390000', '125913.850000', '125914.310000', '125914.770000', '125915.230000', '125915.690000', '125916.150000', '125916.610000', '125917.070000', '125917.530000', '125917.990000', '125918.450000', '125918.910000', '125919.370000', '125919.830000', '125920.290000', '125920.750000', '125921.210000', '125921.670000', '125922.130000', '125922.590000', '125923.050000', '125923.510000', '125923.970000', '125924.430000', '125924.890000', '125925.350000', '125925.810000', '125926.270000', '125926.730000', '125927.190000', '125927.650000', '125928.110000', '125928.570000', '125929.030000', '125929.490000', '125929.950000', '125930.410000', '125930.870000', '125931.330000', '125931.790000', '125932.250000', '125932.710000', '125933.170000', '125933.630000', '125934.090000', '125934.550000', '125935.010000', '125935.470000', '125935.930000', '125936.390000', '125936.850000', '125937.310000', '125937.770000', '125938.230000', '125938.690000', '125939.150000', '125939.610000', '125940.070000', '125940.530000', '125940.990000', '125941.450000', '125941.910000', '125942.370000', '125942.830000', '125943.290000', '125943.750000', '125944.210000', '125944.670000', '125945.130000', '125945.590000', '125946.050000', '125946.510000', '125946.970000', '125947.430000', '125947.890000', '125948.350000', '125948.810000', '125949.270000', '125949.730000', '125950.190000', '125950.650000', '125951.110000', '125951.570000', '125952.030000', '125952.490000', '125952.950000', '125953.410000', '125953.870000', '125954.330000', '125954.790000', '125955.250000', '125955.710000', '125956.170000', '125956.630000', '125957.090000', '125957.550000', '125958.010000', '125958.470000', '125958.930000', '125959.390000', '125959.850000', '130000.310000', '130000.770000', '130001.230000', '130001.690000', '130002.150000', '130002.610000', '130003.070000', '130003.530000', '130003.990000', '130004.450000', '130004.910000', '130005.370000', '130005.830000', '130006.290000', '130006.750000', '130007.210000', '130007.670000', '130008.130000', '130008.590000', '130009.050000', '130009.510000', '130009.970000', '130010.430000', '130010.890000', '130011.350000', '130011.810000', '130012.270000', '130012.730000', '130013.190000', '130013.650000', '130014.110000', '130014.570000', '130015.030000', '130015.490000', '130015.950000', '130016.410000', '130016.870000', '130017.330000', '130017.790000', '130018.250000', '130018.710000', '130019.170000', '130019.630000', '130020.090000', '130020.550000', '130021.010000', '130021.470000', '130021.930000', '130022.390000', '130022.850000', '130023.310000', '130023.770000', '130024.230000', '130024.690000', '130025.150000', '130025.610000', '130026.070000', '130026.530000', '130026.990000', '130027.450000', '130027.910000', '130028.370000', '130028.830000', '130029.290000', '130029.750000', '130030.210000', '130030.670000', '130031.130000', '130031.590000', '130032.050000', '130032.510000', '130032.970000', '130033.430000', '130033.890000', '130034.350000', '130034.810000', '130035.270000', '130035.730000', '130036.190000', '130036.650000', '130037.110000', '130037.570000', '130038.030000', '130038.490000', '130038.950000', '130039.410000', '130039.870000', '130040.330000', '130040.790000', '130041.250000', '130041.710000', '130042.170000', '130042.630000', '130043.090000', '130043.550000', '130044.010000', '130044.470000', '130044.930000', '130045.390000', '130045.850000', '130046.310000', '130046.770000', '130047.230000', '130047.690000', '130048.150000', '130048.610000', '130049.070000', '130049.530000', '130049.990000', '130050.450000', '130050.910000', '130051.370000', '130051.830000', '130052.290000', '130052.750000', '130053.210000', '130053.670000', '130054.130000', '130054.590000', '130055.050000', '130055.510000', '130055.970000', '130056.430000', '130056.890000', '130057.350000', '130057.810000', '130058.270000', '130058.730000', '130059.190000', '130059.650000', '130100.110000', '130100.570000', '130101.030000', '130101.490000', '130101.950000', '130102.410000', '130102.870000', '130103.330000', '130103.790000', '130104.250000', '130104.710000', '130105.170000', '130105.630000', '130106.090000', '130106.550000', '130107.010000', '130107.470000', '130107.930000', '130108.390000', '130108.850000', '130109.310000', '130109.770000', '130110.230000', '130110.690000', '130111.150000', '130111.610000', '130112.070000', '130112.530000', '130112.990000', '130113.450000', '130113.910000', '130114.370000', '130114.830000', '130115.290000', '130115.750000', '130116.210000', '130116.670000', '130117.130000', '130117.590000', '130118.050000', '130118.510000', '130118.970000', '130119.430000', '130119.890000', '130120.350000', '130120.810000', '130121.270000', '130121.730000', '130122.190000', '130122.650000', '130123.110000', '130123.570000', '130124.030000', '130124.490000', '130124.950000', '130125.410000', '130125.870000', '130126.330000', '130126.790000', '130127.250000', '130127.710000', '130128.170000', '130128.630000', '130129.090000', '130129.550000', '130130.010000', '130130.470000', '130130.930000', '130131.390000', '130131.850000', '130132.310000', '130132.770000', '130133.230000', '130133.690000', '130134.150000', '130134.610000', '130135.070000', '130135.530000', '130135.990000', '130136.450000', '130136.910000', '130137.370000', '130137.830000', '130138.290000', '130138.750000', '130139.210000', '130139.670000', '130140.130000', '130140.590000', '130141.050000', '130141.510000', '130141.970000', '130142.430000', '130142.890000', '130143.350000', '130143.810000', '130144.270000', '130144.730000', '130145.190000', '130145.650000', '130146.110000', '130146.570000', '130147.030000', '130147.490000', '130147.950000', '130148.410000', '130148.870000', '130149.330000', '130149.790000', '130150.250000', '130150.710000', '130151.170000', '130151.630000', '130152.090000', '130152.550000', '130153.010000', '130153.470000', '130153.930000', '130154.390000', '130154.850000', '130155.310000', '130155.770000', '130156.230000', '130156.690000', '130157.150000', '130157.610000', '130158.070000', '130158.530000', '130158.990000', '130159.450000', '130159.910000', '130200.370000', '130200.830000', '130201.290000', '130201.750000', '130202.210000', '130202.670000', '130203.130000', '130203.590000', '130204.050000', '130204.510000', '130204.970000', '130205.430000', '130205.890000', '130206.350000', '130206.810000', '130207.270000', '130207.730000', '130208.190000', '130208.650000', '130209.110000', '130209.570000', '130210.030000', '130210.490000', '130210.950000', '130211.410000', '130211.870000', '130212.330000', '130212.790000', '130213.250000', '130213.710000', '130214.170000', '130214.630000', '130215.090000', '130215.550000', '130216.010000', '130216.470000', '130216.930000', '130217.390000', '130217.850000', '130218.310000', '130218.770000', '130219.230000', '130219.690000', '130220.150000', '130220.610000', '130221.070000', '130221.530000', '130221.990000', '130222.450000', '130222.910000', '130223.370000', '130223.830000', '130224.290000', '130224.750000', '130225.210000', '130225.670000', '130226.130000', '130226.590000', '130227.050000', '130227.510000', '130227.970000', '130228.430000', '130228.890000', '130229.350000', '130229.810000', '130230.270000', '130230.730000', '130231.190000', '130231.650000', '130232.110000', '130232.570000', '130233.030000', '130233.490000', '130233.950000', '130234.410000', '130234.870000', '130235.330000', '130235.790000', '130236.250000', '130236.710000', '130237.170000', '130237.630000', '130238.090000', '130238.550000', '130239.010000', '130239.470000', '130239.930000', '130240.390000', '130240.850000', '130241.310000', '130241.770000', '130242.230000', '130242.690000', '130243.150000', '130243.610000', '130244.070000', '130244.530000', '130244.990000', '130245.450000', '130245.910000', '130246.370000', '130246.830000', '130247.290000', '130247.750000', '130248.210000', '130248.670000', '130249.130000', '130249.590000', '130250.050000', '130250.510000', '130250.970000', '130251.430000', '130251.890000', '130252.350000', '130252.810000', '130253.270000', '130253.730000', '130254.190000', '130254.650000', '130255.110000', '130255.570000', '130256.030000', '130256.490000', '130256.950000', '130257.410000', '130257.870000', '130258.330000', '130258.790000', '130259.250000', '130259.710000', '130300.170000', '130300.630000', '130301.090000', '130301.550000', '130302.010000', '130302.470000', '130302.930000', '130303.390000', '130303.850000', '130304.310000', '130304.770000', '130305.230000', '130305.690000', '130306.150000', '130306.610000', '130307.070000', '130307.530000', '130307.990000', '130308.450000', '130308.910000', '130309.370000', '130309.830000', '130310.290000', '130310.750000', '130311.210000', '130311.670000', '130312.130000', '130312.590000', '130313.050000', '130313.510000', '130313.970000', '130314.430000', '130314.890000', '130315.350000', '130315.810000', '130316.270000', '130316.730000', '130317.190000', '130317.650000', '130318.110000', '130318.570000', '130319.030000', '130319.490000', '130319.950000', '130320.410000', '130320.870000', '130321.330000', '130321.790000', '130322.250000', '130322.710000', '130323.170000', '130323.630000', '130324.090000', '130324.550000', '130325.010000', '130325.470000', '130325.930000', '130326.390000', '130326.850000', '130327.310000', '130327.770000', '130328.230000', '130328.690000', '130329.150000', '130329.610000', '130330.070000', '130330.530000', '130330.990000', '130331.450000', '130331.910000', '130332.370000', '130332.830000', '130333.290000', '130333.750000', '130334.210000', '130334.670000', '130335.130000', '130335.590000', '130336.050000', '130336.510000', '130336.970000', '130337.430000', '130337.890000', '130338.350000', '130338.810000', '130339.270000', '130339.730000', '130340.190000', '130340.650000', '130341.110000', '130341.570000', '130342.030000', '130342.490000', '130342.950000', '130343.410000', '130343.870000', '130344.330000', '130344.790000', '130345.250000', '130345.710000', '130346.170000', '130346.630000', '130347.090000', '130347.550000', '130348.010000', '130348.470000', '130348.930000', '130349.390000', '130349.850000', '130350.310000', '130350.770000', '130351.230000', '130351.690000', '130352.150000', '130352.610000', '130353.070000', '130353.530000', '130353.990000', '130354.450000', '130354.910000', '130355.370000', '130355.830000', '130356.290000', '130356.750000', '130357.210000', '130357.670000', '130358.130000', '130358.590000', '130359.050000', '130359.510000', '130359.970000', '130400.430000', '130400.890000', '130401.350000', '130401.810000', '130402.270000', '130402.730000', '130403.190000', '130403.650000', '130404.110000', '130404.570000', '130405.030000', '130405.490000', '130405.950000', '130406.410000', '130406.870000', '130407.330000', '130407.790000', '130408.250000', '130408.710000', '130409.170000', '130409.630000', '130410.090000', '130410.550000', '130411.010000', '130411.470000', '130411.930000', '130412.390000', '130412.850000', '130413.310000', '130413.770000', '130414.230000', '130414.690000', '130415.150000', '130415.610000', '130416.070000', '130416.530000', '130416.990000', '130417.450000', '130417.910000', '130418.370000', '130418.830000', '130419.290000', '130419.750000', '130420.210000', '130420.670000', '130421.130000', '130421.590000', '130422.050000', '130422.510000', '130422.970000', '130423.430000', '130423.890000', '130424.350000', '130424.810000', '130425.270000', '130425.730000', '130426.190000', '130426.650000', '130427.110000', '130427.570000', '130428.030000', '130428.490000', '130428.950000', '130429.410000', '130429.870000', '130430.330000', '130430.790000', '130431.250000', '130431.710000', '130432.170000', '130432.630000', '130433.090000', '130433.550000', '130434.010000', '130434.470000', '130434.930000', '130435.390000', '130435.850000', '130436.310000', '130436.770000', '130437.230000', '130437.690000', '130438.150000', '130438.610000', '130439.070000', '130439.530000', '130439.990000', '130440.450000', '130440.910000', '130441.370000', '130441.830000', '130442.290000', '130442.750000', '130443.210000', '130443.670000', '130444.130000'], 'ContentTime': ['125754.182000', '125754.185000', '125754.188000', '125754.191000', '125754.194000', '125754.196000', '125754.199000', '125754.202000', '125754.205000', '125754.208000', '125754.210000', '125754.213000', '125754.216000', '125754.225000', '125754.231000', '125754.234000', '125754.237000', '125754.247000', '125754.249000', '125754.252000', '125814.130000', '125814.133000', '125814.135000', '125814.138000', '125814.141000', '125814.144000', '125814.147000', '125814.149000', '125814.152000', '125814.155000', '125814.158000', '125814.161000', '125814.164000', '125814.167000', '125814.170000', '125814.172000', '125814.175000', '125814.178000', '125814.181000', '125814.184000', '125814.192000', '125814.195000', '125814.198000', '125814.201000', '125814.203000', '125814.206000', '125814.209000', '125814.212000', '125814.215000', '125814.217000', '125814.220000', '125814.223000', '125814.226000', '125814.232000', '125814.234000', '125814.237000', '125814.240000', '125814.243000', '125814.246000', '125814.248000', '125814.251000', '125814.254000', '125814.257000', '125814.260000', '125834.130000', '125834.133000', '125834.136000', '125834.138000', '125834.141000', '125834.144000', '125834.147000', '125834.150000', '125834.153000', '125834.155000', '125834.158000', '125834.161000', '125834.164000', '125834.167000', '125834.170000', '125834.172000', '125834.175000', '125834.178000', '125834.181000', '125834.184000', '125834.187000', '125834.189000', '125834.192000', '125834.195000', '125834.198000', '125834.201000', '125834.203000', '125834.206000', '125834.209000', '125834.212000', '125834.215000', '125834.217000', '125834.220000', '125834.223000', '125834.226000', '125834.229000', '125834.232000', '125834.234000', '125834.237000', '125834.240000', '125834.243000', '125834.245000', '125834.248000', '125854.130000', '125854.133000', '125854.136000', '125854.138000', '125854.141000', '125854.144000', '125854.147000', '125854.150000', '125854.152000', '125854.155000', '125854.181000', '125854.183000', '125854.186000', '125854.189000', '125854.192000', '125854.195000', '125854.197000', '125854.200000', '125854.203000', '125854.206000', '125854.209000', '125854.212000', '125854.214000', '125854.217000', '125854.220000', '125854.223000', '125854.226000', '125854.228000', '125854.231000', '125854.234000', '125854.237000', '125854.240000', '125854.242000', '125854.245000', '125854.248000', '125854.251000', '125854.254000', '125854.257000', '125854.259000', '125854.262000', '125854.265000', '125854.268000', '125854.271000', '125854.273000', '125914.130000', '125914.133000', '125914.135000', '125914.138000', '125914.141000', '125914.144000', '125914.147000', '125914.150000', '125914.154000', '125914.157000', '125914.160000', '125914.163000', '125914.166000', '125914.169000', '125914.171000', '125914.174000', '125914.177000', '125914.180000', '125914.183000', '125914.186000', '125914.189000', '125914.191000', '125914.194000', '125914.197000', '125914.200000', '125914.203000', '125914.205000', '125914.208000', '125914.211000', '125914.214000', '125914.217000', '125914.220000', '125914.223000', '125914.225000', '125914.228000', '125914.231000', '125914.234000', '125914.237000', '125914.239000', '125914.242000', '125914.245000', '125914.248000', '125914.251000', '125934.131000', '125934.134000', '125934.137000', '125934.140000', '125934.143000', '125934.146000', '125934.149000', '125934.151000', '125934.155000', '125934.157000', '125934.160000', '125934.163000', '125934.166000', '125934.169000', '125934.172000', '125934.174000', '125934.177000', '125934.180000', '125934.183000', '125934.186000', '125934.189000', '125934.191000', '125934.194000', '125934.197000', '125934.200000', '125934.203000', '125934.206000', '125934.208000', '125934.211000', '125934.214000', '125934.217000', '125934.220000', '125934.223000', '125934.225000', '125934.228000', '125934.231000', '125934.234000', '125934.237000', '125934.239000', '125934.242000', '125934.245000', '125934.248000', '125934.251000', '125954.131000', '125954.134000', '125954.137000', '125954.140000', '125954.142000', '125954.145000', '125954.148000', '125954.151000', '125954.154000', '125954.157000', '125954.159000', '125954.162000', '125954.165000', '125954.168000', '125954.171000', '125954.174000', '125954.176000', '125954.179000', '125954.182000', '125954.185000', '125954.188000', '125954.191000', '125954.193000', '125954.196000', '125954.199000', '125954.202000', '125954.205000', '125954.208000', '125954.211000', '125954.213000', '125954.216000', '125954.219000', '125954.222000', '125954.225000', '125954.228000', '125954.231000', '125954.233000', '125954.236000', '125954.239000', '125954.242000', '125954.245000', '125954.247000', '125954.250000', '125954.253000', '130014.131000', '130014.134000', '130014.137000', '130014.140000', '130014.143000', '130014.146000', '130014.148000', '130014.151000', '130014.154000', '130014.157000', '130014.160000', '130014.163000', '130014.166000', '130014.169000', '130014.172000', '130014.175000', '130014.178000', '130014.180000', '130014.183000', '130014.186000', '130014.189000', '130014.192000', '130014.194000', '130014.197000', '130014.200000', '130014.203000', '130014.206000', '130014.209000', '130014.212000', '130014.214000', '130014.217000', '130014.220000', '130014.223000', '130014.226000', '130014.228000', '130014.231000', '130014.234000', '130014.237000', '130014.240000', '130014.243000', '130014.245000', '130014.248000', '130014.251000', '130034.130000', '130034.133000', '130034.136000', '130034.139000', '130034.142000', '130034.144000', '130034.147000', '130034.150000', '130034.153000', '130034.156000', '130034.159000', '130034.162000', '130034.164000', '130034.167000', '130034.170000', '130034.173000', '130034.176000', '130034.179000', '130034.182000', '130034.184000', '130034.187000', '130034.190000', '130034.193000', '130034.196000', '130034.199000', '130034.201000', '130034.204000', '130034.207000', '130034.210000', '130034.213000', '130034.216000', '130034.219000', '130034.221000', '130034.224000', '130034.227000', '130034.230000', '130034.233000', '130034.236000', '130034.239000', '130034.241000', '130034.244000', '130034.247000', '130034.250000', '130034.253000', '130054.130000', '130054.133000', '130054.136000', '130054.139000', '130054.142000', '130054.144000', '130054.147000', '130054.150000', '130054.153000', '130054.156000', '130054.159000', '130054.161000', '130054.164000', '130054.167000', '130054.170000', '130054.173000', '130054.177000', '130054.182000', '130054.185000', '130054.187000', '130054.190000', '130054.193000', '130054.196000', '130054.199000', '130054.202000', '130054.204000', '130054.211000', '130054.214000', '130054.217000', '130054.220000', '130054.223000', '130054.226000', '130054.229000', '130054.231000', '130054.234000', '130054.237000', '130054.240000', '130054.243000', '130054.246000', '130054.248000', '130054.251000', '130054.254000', '130054.257000', '130114.130000', '130114.133000', '130114.136000', '130114.139000', '130114.141000', '130114.144000', '130114.147000', '130114.150000', '130114.153000', '130114.156000', '130114.159000', '130114.162000', '130114.164000', '130114.167000', '130114.170000', '130114.173000', '130114.176000', '130114.179000', '130114.182000', '130114.184000', '130114.187000', '130114.190000', '130114.193000', '130114.196000', '130114.199000', '130114.201000', '130114.204000', '130114.207000', '130114.210000', '130114.213000', '130114.216000', '130114.218000', '130114.221000', '130114.224000', '130114.227000', '130114.230000', '130114.233000', '130114.236000', '130114.238000', '130114.241000', '130114.244000', '130114.247000', '130114.250000', '130114.253000', '130134.132000', '130134.136000', '130134.138000', '130134.141000', '130134.144000', '130134.147000', '130134.150000', '130134.153000', '130134.156000', '130134.159000', '130134.162000', '130134.164000', '130134.168000', '130134.170000', '130134.173000', '130134.176000', '130134.179000', '130134.182000', '130134.185000', '130134.188000', '130134.191000', '130134.194000', '130134.197000', '130134.200000', '130134.203000', '130134.206000', '130134.209000', '130134.212000', '130134.215000', '130134.218000', '130134.221000', '130134.224000', '130134.226000', '130134.229000', '130134.232000', '130134.235000', '130134.238000', '130134.241000', '130134.244000', '130134.246000', '130134.249000', '130134.252000', '130134.255000', '130154.131000', '130154.134000', '130154.137000', '130154.140000', '130154.143000', '130154.145000', '130154.148000', '130154.151000', '130154.154000', '130154.157000', '130154.160000', '130154.163000', '130154.166000', '130154.169000', '130154.172000', '130154.175000', '130154.178000', '130154.181000', '130154.184000', '130154.186000', '130154.190000', '130154.192000', '130154.195000', '130154.198000', '130154.201000', '130154.204000', '130154.217000', '130154.221000', '130154.224000', '130154.227000', '130154.238000', '130154.241000', '130154.244000', '130154.247000', '130154.250000', '130154.253000', '130154.256000', '130154.259000', '130154.262000', '130154.264000', '130154.268000', '130154.270000', '130154.273000', '130154.276000', '130214.131000', '130214.134000', '130214.137000', '130214.140000', '130214.143000', '130214.146000', '130214.148000', '130214.151000', '130214.154000', '130214.157000', '130214.160000', '130214.163000', '130214.165000', '130214.168000', '130214.171000', '130214.174000', '130214.177000', '130214.180000', '130214.183000', '130214.185000', '130214.188000', '130214.191000', '130214.194000', '130214.197000', '130214.200000', '130214.203000', '130214.206000', '130214.208000', '130214.211000', '130214.214000', '130214.222000', '130214.225000', '130214.228000', '130214.231000', '130214.234000', '130214.237000', '130214.240000', '130214.242000', '130214.245000', '130214.248000', '130214.251000', '130214.254000', '130214.257000', '130234.131000', '130234.134000', '130234.137000', '130234.140000', '130234.143000', '130234.145000', '130234.148000', '130234.151000', '130234.154000', '130234.157000', '130234.160000', '130234.163000', '130234.165000', '130234.168000', '130234.171000', '130234.174000', '130234.177000', '130234.180000', '130234.182000', '130234.185000', '130234.188000', '130234.191000', '130234.194000', '130234.197000', '130234.199000', '130234.202000', '130234.205000', '130234.208000', '130234.211000', '130234.214000', '130234.216000', '130234.219000', '130234.222000', '130234.225000', '130234.228000', '130234.231000', '130234.233000', '130234.236000', '130234.239000', '130234.242000', '130234.245000', '130234.248000', '130234.251000', '130234.253000', '130254.130000', '130254.133000', '130254.136000', '130254.139000', '130254.142000', '130254.145000', '130254.147000', '130254.150000', '130254.153000', '130254.156000', '130254.159000', '130254.162000', '130254.165000', '130254.169000', '130254.172000', '130254.175000', '130254.178000', '130254.181000', '130254.183000', '130254.186000', '130254.189000', '130254.192000', '130254.195000', '130254.198000', '130254.200000', '130254.203000', '130254.206000', '130254.209000', '130254.212000', '130254.215000', '130254.217000', '130254.220000', '130254.223000', '130254.227000', '130254.230000', '130254.233000', '130254.236000', '130254.239000', '130254.242000', '130254.245000', '130254.248000', '130254.250000', '130254.253000', '130314.130000', '130314.133000', '130314.136000', '130314.139000', '130314.141000', '130314.144000', '130314.147000', '130314.150000', '130314.153000', '130314.156000', '130314.159000', '130314.162000', '130314.164000', '130314.167000', '130314.170000', '130314.173000', '130314.176000', '130314.179000', '130314.181000', '130314.184000', '130314.187000', '130314.190000', '130314.193000', '130314.196000', '130314.198000', '130314.201000', '130314.204000', '130314.207000', '130314.210000', '130314.212000', '130314.215000', '130314.218000', '130314.221000', '130314.224000', '130314.227000', '130314.233000', '130314.235000', '130314.248000', '130314.251000', '130314.254000', '130314.257000', '130314.260000', '130314.263000', '130314.265000', '130334.130000', '130334.133000', '130334.136000', '130334.139000', '130334.142000', '130334.145000', '130334.147000', '130334.150000', '130334.153000', '130334.156000', '130334.164000', '130334.167000', '130334.170000', '130334.173000', '130334.176000', '130334.179000', '130334.182000', '130334.184000', '130334.187000', '130334.190000', '130334.193000', '130334.196000', '130334.199000', '130334.202000', '130334.205000', '130334.207000', '130334.210000', '130334.215000', '130334.218000', '130334.221000', '130334.224000', '130334.226000', '130334.229000', '130334.232000', '130334.235000', '130334.238000', '130334.241000', '130334.244000', '130334.246000', '130334.249000', '130334.252000', '130334.255000', '130334.258000', '130354.130000', '130354.133000', '130354.136000', '130354.139000', '130354.142000', '130354.145000', '130354.147000', '130354.150000', '130354.153000', '130354.156000', '130354.159000', '130354.162000', '130354.164000', '130354.167000', '130354.170000', '130354.173000', '130354.176000', '130354.179000', '130354.181000', '130354.184000', '130354.187000', '130354.190000', '130354.193000', '130354.196000', '130354.198000', '130354.201000', '130354.204000', '130354.207000', '130354.210000', '130354.213000', '130354.215000', '130354.218000', '130354.221000', '130354.224000', '130354.227000', '130354.230000', '130354.233000', '130354.236000', '130354.238000', '130354.241000', '130354.244000', '130354.247000', '130354.250000', '130354.252000', '130414.131000', '130414.134000', '130414.137000', '130414.140000', '130414.143000', '130414.145000', '130414.148000', '130414.151000', '130414.154000', '130414.157000', '130414.160000', '130414.163000', '130414.165000', '130414.168000', '130414.171000', '130414.174000', '130414.177000', '130414.179000', '130414.182000', '130414.185000', '130414.188000', '130414.191000', '130414.194000', '130414.197000', '130414.199000', '130414.202000', '130414.206000', '130414.209000', '130414.212000', '130414.215000', '130414.218000', '130414.221000', '130414.223000', '130414.226000', '130414.229000', '130414.232000', '130414.235000', '130414.238000', '130414.241000', '130414.243000', '130414.246000', '130414.249000', '130414.252000', '130434.131000', '130434.134000', '130434.137000', '130434.139000', '130434.142000', '130434.145000', '130434.148000', '130434.151000', '130434.154000', '130434.156000', '130434.159000', '130434.162000', '130434.165000', '130434.168000', '130434.171000', '130434.174000', '130434.177000', '130434.179000', '130434.182000', '130434.185000', '130434.188000', '130434.191000', '130434.194000', '130434.197000', '130434.200000', '130434.202000', '130434.205000', '130434.208000', '130434.211000', '130434.214000', '130434.216000', '130434.219000', '130434.222000', '130434.237000', '130434.240000', '130434.243000', '130434.245000', '130434.248000', '130434.251000', '130434.254000', '130434.257000', '130434.260000', '130434.262000', '130434.265000', '130445.155000', '130445.212000', '130445.215000', '130445.218000', '130445.221000', '130445.224000', '130445.227000', '130445.230000', '130445.233000', '130445.236000', '130445.239000', '130445.242000', '130445.245000', '130445.248000', '130445.250000', '130445.253000', '130445.256000', '130445.259000', '130445.262000', '130445.265000', '130445.268000', '130445.271000', '130445.274000', '130445.276000'], 'InstanceCreationTime': ['125754.182000', '125754.185000', '125754.188000', '125754.191000', '125754.194000', '125754.196000', '125754.199000', '125754.202000', '125754.205000', '125754.208000', '125754.210000', '125754.213000', '125754.216000', '125754.225000', '125754.231000', '125754.234000', '125754.237000', '125754.247000', '125754.249000', '125754.252000', '125814.130000', '125814.133000', '125814.135000', '125814.138000', '125814.141000', '125814.144000', '125814.147000', '125814.149000', '125814.152000', '125814.155000', '125814.158000', '125814.161000', '125814.164000', '125814.167000', '125814.170000', '125814.172000', '125814.175000', '125814.178000', '125814.181000', '125814.184000', '125814.192000', '125814.195000', '125814.198000', '125814.201000', '125814.203000', '125814.206000', '125814.209000', '125814.212000', '125814.215000', '125814.217000', '125814.220000', '125814.223000', '125814.226000', '125814.232000', '125814.234000', '125814.237000', '125814.240000', '125814.243000', '125814.246000', '125814.248000', '125814.251000', '125814.254000', '125814.257000', '125814.260000', '125834.130000', '125834.133000', '125834.136000', '125834.138000', '125834.141000', '125834.144000', '125834.147000', '125834.150000', '125834.153000', '125834.155000', '125834.158000', '125834.161000', '125834.164000', '125834.167000', '125834.170000', '125834.172000', '125834.175000', '125834.178000', '125834.181000', '125834.184000', '125834.187000', '125834.189000', '125834.192000', '125834.195000', '125834.198000', '125834.201000', '125834.203000', '125834.206000', '125834.209000', '125834.212000', '125834.215000', '125834.217000', '125834.220000', '125834.223000', '125834.226000', '125834.229000', '125834.232000', '125834.234000', '125834.237000', '125834.240000', '125834.243000', '125834.245000', '125834.248000', '125854.130000', '125854.133000', '125854.136000', '125854.138000', '125854.141000', '125854.144000', '125854.147000', '125854.150000', '125854.152000', '125854.155000', '125854.181000', '125854.183000', '125854.186000', '125854.189000', '125854.192000', '125854.195000', '125854.197000', '125854.200000', '125854.203000', '125854.206000', '125854.209000', '125854.212000', '125854.214000', '125854.217000', '125854.220000', '125854.223000', '125854.226000', '125854.228000', '125854.231000', '125854.234000', '125854.237000', '125854.240000', '125854.242000', '125854.245000', '125854.248000', '125854.251000', '125854.254000', '125854.257000', '125854.259000', '125854.262000', '125854.265000', '125854.268000', '125854.271000', '125854.273000', '125914.130000', '125914.133000', '125914.135000', '125914.138000', '125914.141000', '125914.144000', '125914.147000', '125914.150000', '125914.154000', '125914.157000', '125914.160000', '125914.163000', '125914.166000', '125914.169000', '125914.171000', '125914.174000', '125914.177000', '125914.180000', '125914.183000', '125914.186000', '125914.189000', '125914.191000', '125914.194000', '125914.197000', '125914.200000', '125914.203000', '125914.205000', '125914.208000', '125914.211000', '125914.214000', '125914.217000', '125914.220000', '125914.223000', '125914.225000', '125914.228000', '125914.231000', '125914.234000', '125914.237000', '125914.239000', '125914.242000', '125914.245000', '125914.248000', '125914.251000', '125934.131000', '125934.134000', '125934.137000', '125934.140000', '125934.143000', '125934.146000', '125934.149000', '125934.151000', '125934.155000', '125934.157000', '125934.160000', '125934.163000', '125934.166000', '125934.169000', '125934.172000', '125934.174000', '125934.177000', '125934.180000', '125934.183000', '125934.186000', '125934.189000', '125934.191000', '125934.194000', '125934.197000', '125934.200000', '125934.203000', '125934.206000', '125934.208000', '125934.211000', '125934.214000', '125934.217000', '125934.220000', '125934.223000', '125934.225000', '125934.228000', '125934.231000', '125934.234000', '125934.237000', '125934.239000', '125934.242000', '125934.245000', '125934.248000', '125934.251000', '125954.131000', '125954.134000', '125954.137000', '125954.140000', '125954.142000', '125954.145000', '125954.148000', '125954.151000', '125954.154000', '125954.157000', '125954.159000', '125954.162000', '125954.165000', '125954.168000', '125954.171000', '125954.174000', '125954.176000', '125954.179000', '125954.182000', '125954.185000', '125954.188000', '125954.191000', '125954.193000', '125954.196000', '125954.199000', '125954.202000', '125954.205000', '125954.208000', '125954.211000', '125954.213000', '125954.216000', '125954.219000', '125954.222000', '125954.225000', '125954.228000', '125954.231000', '125954.233000', '125954.236000', '125954.239000', '125954.242000', '125954.245000', '125954.247000', '125954.250000', '125954.253000', '130014.131000', '130014.134000', '130014.137000', '130014.140000', '130014.143000', '130014.146000', '130014.148000', '130014.151000', '130014.154000', '130014.157000', '130014.160000', '130014.163000', '130014.166000', '130014.169000', '130014.172000', '130014.175000', '130014.178000', '130014.180000', '130014.183000', '130014.186000', '130014.189000', '130014.192000', '130014.194000', '130014.197000', '130014.200000', '130014.203000', '130014.206000', '130014.209000', '130014.212000', '130014.214000', '130014.217000', '130014.220000', '130014.223000', '130014.226000', '130014.228000', '130014.231000', '130014.234000', '130014.237000', '130014.240000', '130014.243000', '130014.245000', '130014.248000', '130014.251000', '130034.130000', '130034.133000', '130034.136000', '130034.139000', '130034.142000', '130034.144000', '130034.147000', '130034.150000', '130034.153000', '130034.156000', '130034.159000', '130034.162000', '130034.164000', '130034.167000', '130034.170000', '130034.173000', '130034.176000', '130034.179000', '130034.182000', '130034.184000', '130034.187000', '130034.190000', '130034.193000', '130034.196000', '130034.199000', '130034.201000', '130034.204000', '130034.207000', '130034.210000', '130034.213000', '130034.216000', '130034.219000', '130034.221000', '130034.224000', '130034.227000', '130034.230000', '130034.233000', '130034.236000', '130034.239000', '130034.241000', '130034.244000', '130034.247000', '130034.250000', '130034.253000', '130054.130000', '130054.133000', '130054.136000', '130054.139000', '130054.142000', '130054.144000', '130054.147000', '130054.150000', '130054.153000', '130054.156000', '130054.159000', '130054.161000', '130054.164000', '130054.167000', '130054.170000', '130054.173000', '130054.177000', '130054.182000', '130054.185000', '130054.187000', '130054.190000', '130054.193000', '130054.196000', '130054.199000', '130054.202000', '130054.204000', '130054.211000', '130054.214000', '130054.217000', '130054.220000', '130054.223000', '130054.226000', '130054.229000', '130054.231000', '130054.234000', '130054.237000', '130054.240000', '130054.243000', '130054.246000', '130054.248000', '130054.251000', '130054.254000', '130054.257000', '130114.130000', '130114.133000', '130114.136000', '130114.139000', '130114.141000', '130114.144000', '130114.147000', '130114.150000', '130114.153000', '130114.156000', '130114.159000', '130114.162000', '130114.164000', '130114.167000', '130114.170000', '130114.173000', '130114.176000', '130114.179000', '130114.182000', '130114.184000', '130114.187000', '130114.190000', '130114.193000', '130114.196000', '130114.199000', '130114.201000', '130114.204000', '130114.207000', '130114.210000', '130114.213000', '130114.216000', '130114.218000', '130114.221000', '130114.224000', '130114.227000', '130114.230000', '130114.233000', '130114.236000', '130114.238000', '130114.241000', '130114.244000', '130114.247000', '130114.250000', '130114.253000', '130134.132000', '130134.136000', '130134.138000', '130134.141000', '130134.144000', '130134.147000', '130134.150000', '130134.153000', '130134.156000', '130134.159000', '130134.162000', '130134.164000', '130134.168000', '130134.170000', '130134.173000', '130134.176000', '130134.179000', '130134.182000', '130134.185000', '130134.188000', '130134.191000', '130134.194000', '130134.197000', '130134.200000', '130134.203000', '130134.206000', '130134.209000', '130134.212000', '130134.215000', '130134.218000', '130134.221000', '130134.224000', '130134.226000', '130134.229000', '130134.232000', '130134.235000', '130134.238000', '130134.241000', '130134.244000', '130134.246000', '130134.249000', '130134.252000', '130134.255000', '130154.131000', '130154.134000', '130154.137000', '130154.140000', '130154.143000', '130154.145000', '130154.148000', '130154.151000', '130154.154000', '130154.157000', '130154.160000', '130154.163000', '130154.166000', '130154.169000', '130154.172000', '130154.175000', '130154.178000', '130154.181000', '130154.184000', '130154.186000', '130154.190000', '130154.192000', '130154.195000', '130154.198000', '130154.201000', '130154.204000', '130154.217000', '130154.221000', '130154.224000', '130154.227000', '130154.238000', '130154.241000', '130154.244000', '130154.247000', '130154.250000', '130154.253000', '130154.256000', '130154.259000', '130154.262000', '130154.264000', '130154.268000', '130154.270000', '130154.273000', '130154.276000', '130214.131000', '130214.134000', '130214.137000', '130214.140000', '130214.143000', '130214.146000', '130214.148000', '130214.151000', '130214.154000', '130214.157000', '130214.160000', '130214.163000', '130214.165000', '130214.168000', '130214.171000', '130214.174000', '130214.177000', '130214.180000', '130214.183000', '130214.185000', '130214.188000', '130214.191000', '130214.194000', '130214.197000', '130214.200000', '130214.203000', '130214.206000', '130214.208000', '130214.211000', '130214.214000', '130214.222000', '130214.225000', '130214.228000', '130214.231000', '130214.234000', '130214.237000', '130214.240000', '130214.242000', '130214.245000', '130214.248000', '130214.251000', '130214.254000', '130214.257000', '130234.131000', '130234.134000', '130234.137000', '130234.140000', '130234.143000', '130234.145000', '130234.148000', '130234.151000', '130234.154000', '130234.157000', '130234.160000', '130234.163000', '130234.165000', '130234.168000', '130234.171000', '130234.174000', '130234.177000', '130234.180000', '130234.182000', '130234.185000', '130234.188000', '130234.191000', '130234.194000', '130234.197000', '130234.199000', '130234.202000', '130234.205000', '130234.208000', '130234.211000', '130234.214000', '130234.216000', '130234.219000', '130234.222000', '130234.225000', '130234.228000', '130234.231000', '130234.233000', '130234.236000', '130234.239000', '130234.242000', '130234.245000', '130234.248000', '130234.251000', '130234.253000', '130254.130000', '130254.133000', '130254.136000', '130254.139000', '130254.142000', '130254.145000', '130254.147000', '130254.150000', '130254.153000', '130254.156000', '130254.159000', '130254.162000', '130254.165000', '130254.169000', '130254.172000', '130254.175000', '130254.178000', '130254.181000', '130254.183000', '130254.186000', '130254.189000', '130254.192000', '130254.195000', '130254.198000', '130254.200000', '130254.203000', '130254.206000', '130254.209000', '130254.212000', '130254.215000', '130254.217000', '130254.220000', '130254.223000', '130254.227000', '130254.230000', '130254.233000', '130254.236000', '130254.239000', '130254.242000', '130254.245000', '130254.248000', '130254.250000', '130254.253000', '130314.130000', '130314.133000', '130314.136000', '130314.139000', '130314.141000', '130314.144000', '130314.147000', '130314.150000', '130314.153000', '130314.156000', '130314.159000', '130314.162000', '130314.164000', '130314.167000', '130314.170000', '130314.173000', '130314.176000', '130314.179000', '130314.181000', '130314.184000', '130314.187000', '130314.190000', '130314.193000', '130314.196000', '130314.198000', '130314.201000', '130314.204000', '130314.207000', '130314.210000', '130314.212000', '130314.215000', '130314.218000', '130314.221000', '130314.224000', '130314.227000', '130314.233000', '130314.235000', '130314.248000', '130314.251000', '130314.254000', '130314.257000', '130314.260000', '130314.263000', '130314.265000', '130334.130000', '130334.133000', '130334.136000', '130334.139000', '130334.142000', '130334.145000', '130334.147000', '130334.150000', '130334.153000', '130334.156000', '130334.164000', '130334.167000', '130334.170000', '130334.173000', '130334.176000', '130334.179000', '130334.182000', '130334.184000', '130334.187000', '130334.190000', '130334.193000', '130334.196000', '130334.199000', '130334.202000', '130334.205000', '130334.207000', '130334.210000', '130334.215000', '130334.218000', '130334.221000', '130334.224000', '130334.226000', '130334.229000', '130334.232000', '130334.235000', '130334.238000', '130334.241000', '130334.244000', '130334.246000', '130334.249000', '130334.252000', '130334.255000', '130334.258000', '130354.130000', '130354.133000', '130354.136000', '130354.139000', '130354.142000', '130354.145000', '130354.147000', '130354.150000', '130354.153000', '130354.156000', '130354.159000', '130354.162000', '130354.164000', '130354.167000', '130354.170000', '130354.173000', '130354.176000', '130354.179000', '130354.181000', '130354.184000', '130354.187000', '130354.190000', '130354.193000', '130354.196000', '130354.198000', '130354.201000', '130354.204000', '130354.207000', '130354.210000', '130354.213000', '130354.215000', '130354.218000', '130354.221000', '130354.224000', '130354.227000', '130354.230000', '130354.233000', '130354.236000', '130354.238000', '130354.241000', '130354.244000', '130354.247000', '130354.250000', '130354.252000', '130414.131000', '130414.134000', '130414.137000', '130414.140000', '130414.143000', '130414.145000', '130414.148000', '130414.151000', '130414.154000', '130414.157000', '130414.160000', '130414.163000', '130414.165000', '130414.168000', '130414.171000', '130414.174000', '130414.177000', '130414.179000', '130414.182000', '130414.185000', '130414.188000', '130414.191000', '130414.194000', '130414.197000', '130414.199000', '130414.202000', '130414.206000', '130414.209000', '130414.212000', '130414.215000', '130414.218000', '130414.221000', '130414.223000', '130414.226000', '130414.229000', '130414.232000', '130414.235000', '130414.238000', '130414.241000', '130414.243000', '130414.246000', '130414.249000', '130414.252000', '130434.131000', '130434.134000', '130434.137000', '130434.139000', '130434.142000', '130434.145000', '130434.148000', '130434.151000', '130434.154000', '130434.156000', '130434.159000', '130434.162000', '130434.165000', '130434.168000', '130434.171000', '130434.174000', '130434.177000', '130434.179000', '130434.182000', '130434.185000', '130434.188000', '130434.191000', '130434.194000', '130434.197000', '130434.200000', '130434.202000', '130434.205000', '130434.208000', '130434.211000', '130434.214000', '130434.216000', '130434.219000', '130434.222000', '130434.237000', '130434.240000', '130434.243000', '130434.245000', '130434.248000', '130434.251000', '130434.254000', '130434.257000', '130434.260000', '130434.262000', '130434.265000', '130445.155000', '130445.212000', '130445.215000', '130445.218000', '130445.221000', '130445.224000', '130445.227000', '130445.230000', '130445.233000', '130445.236000', '130445.239000', '130445.242000', '130445.245000', '130445.248000', '130445.250000', '130445.253000', '130445.256000', '130445.259000', '130445.262000', '130445.265000', '130445.268000', '130445.271000', '130445.274000', '130445.276000'], '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': [16416, 11362, 15179, 9200, 10390, 9059, 9474, 9668, 9901, 9208, 10005, 9080, 9574, 9376, 9492, 7682, 9140, 15799, 13596, 11048, 13455, 10478, 9442, 14548, 9597, 9480, 14615, 9076, 9454, 12079, 9000, 9991, 8761, 9544, 8799, 9415, 12690, 8945, 10169, 8852, 9624, 7701, 9493, 15633, 12652, 10997, 13153, 9098, 11607, 8858, 9556, 16633, 9264, 10254, 9123, 9527, 8466, 9583, 16500, 13357, 13697, 9146, 12611, 10067, 9693, 14414, 9539, 10250, 9526, 10263, 9359, 9552, 9364, 9723, 8657, 9622, 13333, 9480, 14982, 9532, 11774, 9080, 9711, 8171, 9594, 7882, 9349, 7809, 9233, 7859, 9403, 13861, 9453, 12418, 8918, 9765, 9395, 9869, 14331, 10216, 8395, 9473, 13238, 9459, 10335, 8961, 9738, 8455, 9618, 7941, 9609, 8928, 9574, 8912, 9301, 9704, 9033, 9568, 8823, 9589, 9132, 9873, 16733, 12644, 17552, 9614, 13654, 8620, 11683, 15914, 12181, 12480, 9420, 9520, 9286, 9478, 9223, 9605, 8996, 9499, 9137, 9614, 8901, 9819, 7910, 9839, 16040, 12605, 10210, 14178, 10567, 9628, 8693, 9502, 8358, 9599, 8920, 9442, 8439, 9599, 8245, 10648, 9522, 15374, 9231, 13754, 8574, 13790, 18527, 15201, 15073, 10603, 13434, 8386, 9692, 16795, 9747, 15430, 9961, 11999, 9675, 8238, 9818, 8565, 9734, 8532, 9731, 8253, 9945, 8462, 9797, 10286, 10083, 9896, 10612, 8694, 10733, 9195, 10432, 10015, 10004, 9095, 9217, 8380, 9256, 8906, 9782, 9309, 11200, 9310, 14590, 11599, 15295, 12017, 16284, 10771, 16518, 17487, 13565, 15365, 8740, 10252, 9282, 9840, 9727, 10171, 9372, 10216, 8952, 9908, 9571, 9300, 9791, 9102, 9558, 8090, 9525, 8152, 9624, 8581, 10178, 9452, 10141, 9296, 10045, 9626, 10277, 9894, 10531, 10181, 10587, 10295, 13060, 9829, 15032, 9983, 13074, 9919, 14840, 9592, 15301, 9417, 10512, 15170, 10502, 16328, 11680, 12075, 9745, 10565, 9228, 10141, 8140, 10342, 8053, 10394, 9645, 10060, 9489, 10464, 9328, 10141, 9981, 9891, 12748, 10023, 12177, 9956, 12080, 10459, 14248, 9919, 15368, 9948, 10849, 9345, 13622, 9595, 10745, 9549, 10576, 12842, 10675, 10840, 10612, 10800, 10429, 10895, 10426, 10842, 10160, 10967, 9947, 10938, 8417, 10592, 15424, 10762, 11067, 10273, 10781, 9715, 10718, 8445, 10545, 9651, 10429, 9133, 10457, 8814, 9937, 8261, 9549, 7977, 9728, 7933, 9374, 8402, 10450, 8798, 7978, 9213, 14320, 15950, 11927, 13933, 15664, 9759, 14658, 10613, 10448, 8232, 9957, 8893, 9347, 9288, 9660, 9489, 9276, 8091, 9709, 7566, 9513, 7829, 9318, 8746, 9614, 8218, 9971, 9550, 13382, 10280, 13098, 11619, 10829, 11582, 10453, 11184, 10342, 15031, 9844, 12165, 9558, 10873, 9401, 10912, 8993, 10830, 9113, 10976, 9497, 10720, 9887, 10950, 9942, 11739, 9969, 11000, 13169, 13216, 9400, 10922, 12418, 11032, 16334, 10701, 13183, 10649, 10983, 10441, 10698, 9856, 10771, 10288, 10770, 10199, 10433, 9227, 10656, 9064, 10395, 12495, 10528, 13671, 10435, 9850, 10648, 9072, 10623, 9803, 10591, 9194, 10788, 15339, 10737, 13198, 10582, 11448, 10529, 11074, 10302, 10895, 10186, 11215, 9954, 11013, 9809, 10840, 9740, 10802, 10543, 10769, 11014, 10649, 10966, 10421, 11053, 10074, 11045, 9542, 10786, 8761, 10701, 9629, 10728, 8778, 10536, 13221, 10552, 10152, 10348, 11131, 10527, 11254, 10530, 11357, 10163, 10939, 10004, 10985, 10222, 11260, 9961, 10714, 9800, 10981, 10134, 11705, 10553, 11745, 10469, 15350, 10260, 15138, 12951, 16219, 9845, 11757, 10773, 11350, 14736, 9541, 10436, 9196, 11726, 17653, 15860, 15374, 10191, 8993, 10334, 9199, 10454, 9484, 10213, 9469, 10590, 9722, 10579, 9597, 10197, 9204, 10482, 10913, 12675, 10907, 12757, 10919, 14464, 11139, 11444, 11050, 11370, 11009, 11363, 11844, 11556, 11127, 11576, 11410, 10394, 13132, 10153, 13616, 17150, 13832, 16305, 9920, 16210, 10044, 10140, 10179, 10605, 10035, 10876, 10208, 10951, 10899, 10212, 10674, 9214, 10715, 9402, 10199, 10634, 11108, 10322, 10959, 10968, 10268, 10805, 10861, 11631, 11485, 11304, 9828, 11342, 10742, 11508, 11103, 11767, 11504, 11626, 11473, 14391, 11564, 13690, 12036, 9529, 10430, 8988, 9864, 9301, 8739, 10366, 9550, 17398, 10386, 11476, 13190, 15705, 14362, 11101, 17435, 10486, 11698, 9573, 11049, 8773, 10986, 8689, 10861, 10524, 10266, 10826, 9027, 10506, 8976, 10232, 9105, 10099, 9495, 10415, 10019, 9875, 10891, 9472, 10302, 9670, 10602, 10342, 11502, 10549, 13549, 10112, 14539, 15690, 13424, 15863, 12455, 16322, 9890, 11436, 10122, 11402, 10021, 11588, 10044, 11140, 10497, 11280, 10388, 11115, 10231, 11890, 10264, 11422, 9964, 11417, 16053, 12793, 17068, 11294, 14784, 10405, 12236, 10179, 11178, 9465, 11374, 12739, 11111, 11051, 10782, 11346, 10360, 11026, 9869, 11020, 9886, 11326, 10084, 11066, 9844, 10974, 9915, 11148, 9943, 11323, 10022, 11097, 15662, 11012, 13001, 11281, 10871, 11264, 11144, 11135, 11569, 10900, 11087, 11276, 11657, 11360, 11504, 11100, 11761, 10343, 11464, 11146, 11300, 12356, 11314, 11773, 11060, 9804, 10748, 11473, 10397, 15055, 11010, 11076, 10428, 11268, 10356, 14817, 10775, 15394, 11019, 12336, 9762, 10753, 17090, 11396, 12285, 10213, 11484, 9622, 10975, 9458, 10620, 8819, 10457, 10345, 10634, 10437, 10309, 10578, 9993, 10620, 10103, 12361, 9333, 10698, 9646, 10838, 14690, 11800, 9071, 10691, 9042, 10735, 10151, 11068, 9866, 10713, 9603, 10457, 9857, 11132, 9704, 11284, 10612, 10913, 10474, 12249, 10899, 14695, 10555, 13495, 11486, 17000, 14315, 19013, 15948, 9074, 9274, 8135, 9199, 8316, 9750, 9659, 9114, 10294, 9919, 10662, 9715, 14511, 16530, 11442, 15766, 11159, 12751, 8952, 10762, 9769, 10576, 10265, 10987, 9480, 10957, 9380, 10749, 9580, 11491, 10069, 11497, 10394, 10065, 10691, 9392, 12026, 11070, 11924, 11827, 11617, 11104, 9952, 11227, 14047, 11919, 16514, 11805, 16742, 13736, 16197, 11370, 12885, 11575, 11565, 10978, 11886, 10347, 11239, 9875, 11212, 10310, 11410, 9957, 12438, 10286, 11217, 10076, 11094, 10095, 11223, 9868, 11487, 10061, 10976, 10408, 11355, 15872, 10971, 14395, 11019, 12023, 10487, 11329, 10350, 11275, 12508, 11322, 9688, 10714, 11172, 11080, 11226, 10348, 11229, 10297, 10963, 9241, 11009, 9505, 10826, 10019, 10460, 11409, 10487, 10965, 10800, 11393, 11006, 11203, 10950, 11158, 10801, 11444, 10566, 11246, 10526, 11126, 15620, 12058, 12560, 10453, 11171, 14197, 10819, 11242, 9409, 11140], 'WindowCenter': [4445.0, 4400.0, 4404.0, 4352.0, 4360.0, 4342.0, 4364.0, 4378.0, 4377.0, 4378.0, 4376.0, 4378.0, 4378.0, 4380.0, 4390.0, 4349.0, 4379.0, 4429.0, 4407.0, 4387.0, 4396.0, 4362.0, 4351.0, 4391.0, 4349.0, 4350.0, 4388.0, 4338.0, 4349.0, 4367.0, 4339.0, 4349.0, 4341.0, 4350.0, 4354.0, 4364.0, 4392.0, 4365.0, 4374.0, 4354.0, 4364.0, 4333.0, 4364.0, 4416.0, 4393.0, 4372.0, 4379.0, 4339.0, 4369.0, 4338.0, 4350.0, 4399.0, 4350.0, 4349.0, 4351.0, 4351.0, 4330.0, 4361.0, 4413.0, 4392.0, 4389.0, 4349.0, 4369.0, 4349.0, 4350.0, 4388.0, 4350.0, 4358.0, 4364.0, 4373.0, 4363.0, 4349.0, 4351.0, 4350.0, 4340.0, 4362.0, 4390.0, 4351.0, 4400.0, 4362.0, 4382.0, 4355.0, 4352.0, 4329.0, 4350.0, 4329.0, 4350.0, 4320.0, 4351.0, 4332.0, 4365.0, 4404.0, 4363.0, 4381.0, 4353.0, 4374.0, 4376.0, 4374.0, 4402.0, 4361.0, 4329.0, 4360.0, 4378.0, 4362.0, 4362.0, 4351.0, 4360.0, 4341.0, 4361.0, 4342.0, 4364.0, 4352.0, 4364.0, 4351.0, 4362.0, 4362.0, 4353.0, 4363.0, 4353.0, 4363.0, 4352.0, 4363.0, 4414.0, 4393.0, 4412.0, 4361.0, 4391.0, 4340.0, 4381.0, 4399.0, 4379.0, 4377.0, 4348.0, 4348.0, 4350.0, 4359.0, 4351.0, 4359.0, 4351.0, 4360.0, 4362.0, 4362.0, 4352.0, 4372.0, 4344.0, 4374.0, 4426.0, 4379.0, 4359.0, 4388.0, 4358.0, 4346.0, 4338.0, 4359.0, 4341.0, 4373.0, 4391.0, 4376.0, 4356.0, 4376.0, 4381.0, 4400.0, 4389.0, 4426.0, 4364.0, 4405.0, 4352.0, 4394.0, 4410.0, 4401.0, 4389.0, 4346.0, 4366.0, 4314.0, 4334.0, 4384.0, 4334.0, 4385.0, 4344.0, 4352.0, 4336.0, 4326.0, 4346.0, 4324.0, 4334.0, 4323.0, 4334.0, 4324.0, 4345.0, 4313.0, 4345.0, 4358.0, 4357.0, 4345.0, 4345.0, 4314.0, 4343.0, 4322.0, 4355.0, 4348.0, 4348.0, 4339.0, 4350.0, 4341.0, 4363.0, 4355.0, 4376.0, 4367.0, 4385.0, 4363.0, 4390.0, 4368.0, 4389.0, 4370.0, 4390.0, 4334.0, 4376.0, 4362.0, 4338.0, 4346.0, 4283.0, 4293.0, 4293.0, 4291.0, 4305.0, 4317.0, 4321.0, 4331.0, 4323.0, 4335.0, 4347.0, 4325.0, 4336.0, 4323.0, 4337.0, 4316.0, 4348.0, 4329.0, 4362.0, 4342.0, 4362.0, 4362.0, 4361.0, 4353.0, 4363.0, 4365.0, 4374.0, 4376.0, 4374.0, 4373.0, 4373.0, 4373.0, 4394.0, 4365.0, 4404.0, 4363.0, 4382.0, 4350.0, 4391.0, 4350.0, 4402.0, 4339.0, 4359.0, 4388.0, 4348.0, 4389.0, 4358.0, 4356.0, 4337.0, 4357.0, 4336.0, 4359.0, 4328.0, 4359.0, 4329.0, 4373.0, 4362.0, 4373.0, 4375.0, 4388.0, 4363.0, 4372.0, 4362.0, 4363.0, 4393.0, 4375.0, 4393.0, 4373.0, 4383.0, 4374.0, 4405.0, 4363.0, 4402.0, 4361.0, 4371.0, 4352.0, 4391.0, 4349.0, 4360.0, 4346.0, 4358.0, 4378.0, 4360.0, 4359.0, 4360.0, 4359.0, 4360.0, 4356.0, 4359.0, 4369.0, 4360.0, 4360.0, 4349.0, 4360.0, 4328.0, 4359.0, 4399.0, 4359.0, 4357.0, 4358.0, 4358.0, 4347.0, 4359.0, 4327.0, 4359.0, 4347.0, 4372.0, 4351.0, 4373.0, 4364.0, 4386.0, 4369.0, 4378.0, 4360.0, 4380.0, 4359.0, 4379.0, 4358.0, 4376.0, 4355.0, 4344.0, 4369.0, 4422.0, 4416.0, 4371.0, 4381.0, 4385.0, 4324.0, 4375.0, 4332.0, 4331.0, 4300.0, 4322.0, 4311.0, 4324.0, 4324.0, 4338.0, 4337.0, 4339.0, 4318.0, 4350.0, 4320.0, 4364.0, 4333.0, 4354.0, 4357.0, 4365.0, 4346.0, 4377.0, 4379.0, 4421.0, 4392.0, 4408.0, 4386.0, 4363.0, 4371.0, 4375.0, 4384.0, 4374.0, 4404.0, 4362.0, 4383.0, 4352.0, 4372.0, 4352.0, 4370.0, 4339.0, 4369.0, 4339.0, 4372.0, 4351.0, 4372.0, 4362.0, 4373.0, 4362.0, 4383.0, 4361.0, 4361.0, 4380.0, 4380.0, 4338.0, 4358.0, 4365.0, 4357.0, 4399.0, 4359.0, 4367.0, 4358.0, 4358.0, 4347.0, 4346.0, 4349.0, 4358.0, 4360.0, 4370.0, 4361.0, 4372.0, 4363.0, 4373.0, 4352.0, 4373.0, 4406.0, 4384.0, 4404.0, 4374.0, 4362.0, 4373.0, 4351.0, 4372.0, 4360.0, 4373.0, 4362.0, 4384.0, 4412.0, 4371.0, 4392.0, 4372.0, 4370.0, 4371.0, 4370.0, 4360.0, 4371.0, 4361.0, 4371.0, 4361.0, 4371.0, 4361.0, 4373.0, 4361.0, 4372.0, 4371.0, 4372.0, 4370.0, 4370.0, 4371.0, 4372.0, 4382.0, 4362.0, 4382.0, 4362.0, 4384.0, 4353.0, 4383.0, 4363.0, 4384.0, 4353.0, 4385.0, 4404.0, 4385.0, 4374.0, 4374.0, 4383.0, 4372.0, 4383.0, 4371.0, 4371.0, 4361.0, 4370.0, 4360.0, 4371.0, 4374.0, 4385.0, 4373.0, 4370.0, 4362.0, 4372.0, 4374.0, 4383.0, 4373.0, 4383.0, 4372.0, 4402.0, 4361.0, 4401.0, 4393.0, 4411.0, 4349.0, 4369.0, 4359.0, 4358.0, 4389.0, 4335.0, 4346.0, 4335.0, 4367.0, 4385.0, 4386.0, 4374.0, 4333.0, 4322.0, 4343.0, 4335.0, 4357.0, 4348.0, 4358.0, 4360.0, 4372.0, 4359.0, 4371.0, 4350.0, 4360.0, 4350.0, 4384.0, 4385.0, 4393.0, 4371.0, 4380.0, 4360.0, 4378.0, 4357.0, 4367.0, 4369.0, 4370.0, 4358.0, 4369.0, 4368.0, 4367.0, 4367.0, 4369.0, 4366.0, 4358.0, 4377.0, 4345.0, 4375.0, 4384.0, 4364.0, 4373.0, 4320.0, 4371.0, 4319.0, 4319.0, 4318.0, 4317.0, 4318.0, 4329.0, 4332.0, 4331.0, 4341.0, 4331.0, 4334.0, 4322.0, 4344.0, 4322.0, 4346.0, 4359.0, 4370.0, 4359.0, 4358.0, 4358.0, 4347.0, 4371.0, 4384.0, 4384.0, 4382.0, 4372.0, 4347.0, 4370.0, 4372.0, 4382.0, 4383.0, 4382.0, 4382.0, 4381.0, 4383.0, 4414.0, 4398.0, 4418.0, 4409.0, 4367.0, 4377.0, 4355.0, 4364.0, 4367.0, 4355.0, 4378.0, 4366.0, 4413.0, 4364.0, 4370.0, 4382.0, 4395.0, 4368.0, 4348.0, 4387.0, 4333.0, 4343.0, 4310.0, 4328.0, 4286.0, 4331.0, 4287.0, 4330.0, 4319.0, 4331.0, 4333.0, 4315.0, 4346.0, 4326.0, 4348.0, 4351.0, 4361.0, 4361.0, 4373.0, 4375.0, 4375.0, 4385.0, 4378.0, 4401.0, 4379.0, 4401.0, 4390.0, 4398.0, 4401.0, 4410.0, 4377.0, 4421.0, 4405.0, 4393.0, 4404.0, 4384.0, 4402.0, 4350.0, 4370.0, 4361.0, 4370.0, 4349.0, 4369.0, 4359.0, 4370.0, 4373.0, 4383.0, 4374.0, 4385.0, 4387.0, 4396.0, 4376.0, 4385.0, 4362.0, 4382.0, 4401.0, 4382.0, 4400.0, 4359.0, 4389.0, 4348.0, 4368.0, 4347.0, 4357.0, 4334.0, 4354.0, 4364.0, 4355.0, 4355.0, 4357.0, 4356.0, 4357.0, 4368.0, 4360.0, 4371.0, 4374.0, 4382.0, 4372.0, 4382.0, 4362.0, 4383.0, 4375.0, 4396.0, 4374.0, 4395.0, 4372.0, 4384.0, 4425.0, 4387.0, 4404.0, 4384.0, 4372.0, 4383.0, 4381.0, 4384.0, 4383.0, 4384.0, 4382.0, 4383.0, 4381.0, 4383.0, 4383.0, 4384.0, 4381.0, 4371.0, 4382.0, 4381.0, 4382.0, 4403.0, 4395.0, 4393.0, 4398.0, 4375.0, 4397.0, 4395.0, 4375.0, 4416.0, 4386.0, 4383.0, 4373.0, 4370.0, 4362.0, 4391.0, 4361.0, 4399.0, 4358.0, 4368.0, 4347.0, 4360.0, 4399.0, 4357.0, 4366.0, 4343.0, 4355.0, 4333.0, 4357.0, 4346.0, 4368.0, 4339.0, 4372.0, 4371.0, 4373.0, 4372.0, 4372.0, 4371.0, 4359.0, 4358.0, 4359.0, 4380.0, 4337.0, 4358.0, 4347.0, 4358.0, 4387.0, 4368.0, 4335.0, 4357.0, 4325.0, 4357.0, 4346.0, 4369.0, 4347.0, 4359.0, 4346.0, 4356.0, 4348.0, 4368.0, 4350.0, 4369.0, 4358.0, 4358.0, 4358.0, 4369.0, 4371.0, 4388.0, 4359.0, 4377.0, 4382.0, 4414.0, 4405.0, 4425.0, 4404.0, 4329.0, 4339.0, 4331.0, 4350.0, 4332.0, 4363.0, 4376.0, 4355.0, 4375.0, 4365.0, 4375.0, 4365.0, 4407.0, 4401.0, 4359.0, 4377.0, 4335.0, 4341.0, 4300.0, 4329.0, 4310.0, 4319.0, 4319.0, 4330.0, 4310.0, 4343.0, 4323.0, 4360.0, 4350.0, 4371.0, 4352.0, 4372.0, 4375.0, 4363.0, 4389.0, 4377.0, 4399.0, 4388.0, 4398.0, 4399.0, 4401.0, 4401.0, 4376.0, 4387.0, 4406.0, 4386.0, 4403.0, 4372.0, 4391.0, 4381.0, 4388.0, 4357.0, 4366.0, 4355.0, 4347.0, 4347.0, 4355.0, 4347.0, 4358.0, 4348.0, 4368.0, 4360.0, 4380.0, 4349.0, 4382.0, 4362.0, 4373.0, 4362.0, 4371.0, 4361.0, 4371.0, 4350.0, 4382.0, 4362.0, 4373.0, 4372.0, 4371.0, 4402.0, 4371.0, 4390.0, 4360.0, 4369.0, 4359.0, 4359.0, 4348.0, 4358.0, 4368.0, 4359.0, 4336.0, 4358.0, 4357.0, 4357.0, 4354.0, 4347.0, 4358.0, 4358.0, 4360.0, 4339.0, 4370.0, 4350.0, 4370.0, 4360.0, 4370.0, 4369.0, 4370.0, 4372.0, 4371.0, 4381.0, 4373.0, 4382.0, 4382.0, 4383.0, 4384.0, 4394.0, 4385.0, 4383.0, 4373.0, 4395.0, 4414.0, 4393.0, 4393.0, 4372.0, 4372.0, 4391.0, 4358.0, 4369.0, 4338.0, 4369.0], 'WindowWidth': [9776.0, 9699.0, 9694.0, 9622.0, 9629.0, 9608.0, 9641.0, 9671.0, 9663.0, 9665.0, 9662.0, 9668.0, 9668.0, 9674.0, 9688.0, 9630.0, 9670.0, 9744.0, 9702.0, 9674.0, 9687.0, 9631.0, 9617.0, 9671.0, 9610.0, 9613.0, 9661.0, 9593.0, 9609.0, 9629.0, 9596.0, 9610.0, 9604.0, 9616.0, 9625.0, 9642.0, 9675.0, 9643.0, 9656.0, 9628.0, 9640.0, 9598.0, 9641.0, 9718.0, 9676.0, 9645.0, 9652.0, 9598.0, 9637.0, 9594.0, 9614.0, 9681.0, 9613.0, 9610.0, 9616.0, 9616.0, 9588.0, 9634.0, 9704.0, 9675.0, 9665.0, 9612.0, 9640.0, 9612.0, 9614.0, 9662.0, 9613.0, 9623.0, 9642.0, 9653.0, 9638.0, 9614.0, 9618.0, 9617.0, 9603.0, 9635.0, 9669.0, 9619.0, 9682.0, 9633.0, 9661.0, 9630.0, 9622.0, 9585.0, 9613.0, 9585.0, 9614.0, 9575.0, 9618.0, 9595.0, 9644.0, 9695.0, 9637.0, 9657.0, 9622.0, 9658.0, 9663.0, 9655.0, 9689.0, 9632.0, 9586.0, 9630.0, 9649.0, 9634.0, 9635.0, 9620.0, 9630.0, 9606.0, 9633.0, 9610.0, 9642.0, 9621.0, 9640.0, 9622.0, 9637.0, 9636.0, 9627.0, 9637.0, 9625.0, 9640.0, 9623.0, 9639.0, 9709.0, 9678.0, 9703.0, 9633.0, 9672.0, 9602.0, 9661.0, 9684.0, 9654.0, 9647.0, 9611.0, 9612.0, 9618.0, 9629.0, 9620.0, 9630.0, 9622.0, 9632.0, 9639.0, 9639.0, 9625.0, 9653.0, 9616.0, 9656.0, 9735.0, 9653.0, 9627.0, 9664.0, 9623.0, 9605.0, 9598.0, 9627.0, 9610.0, 9655.0, 9694.0, 9664.0, 9638.0, 9664.0, 9683.0, 9705.0, 9686.0, 9731.0, 9644.0, 9700.0, 9622.0, 9682.0, 9700.0, 9686.0, 9670.0, 9605.0, 9630.0, 9557.0, 9584.0, 9650.0, 9583.0, 9656.0, 9599.0, 9606.0, 9590.0, 9578.0, 9603.0, 9573.0, 9585.0, 9568.0, 9584.0, 9572.0, 9600.0, 9554.0, 9601.0, 9625.0, 9621.0, 9601.0, 9597.0, 9555.0, 9593.0, 9562.0, 9615.0, 9610.0, 9611.0, 9599.0, 9617.0, 9607.0, 9641.0, 9633.0, 9662.0, 9652.0, 9674.0, 9639.0, 9667.0, 9637.0, 9668.0, 9640.0, 9673.0, 9580.0, 9643.0, 9618.0, 9575.0, 9583.0, 9493.0, 9503.0, 9505.0, 9499.0, 9526.0, 9546.0, 9557.0, 9573.0, 9566.0, 9584.0, 9606.0, 9571.0, 9586.0, 9568.0, 9590.0, 9562.0, 9606.0, 9585.0, 9633.0, 9606.0, 9634.0, 9635.0, 9632.0, 9624.0, 9637.0, 9644.0, 9653.0, 9659.0, 9655.0, 9651.0, 9651.0, 9651.0, 9679.0, 9642.0, 9693.0, 9635.0, 9660.0, 9614.0, 9671.0, 9613.0, 9686.0, 9595.0, 9624.0, 9660.0, 9607.0, 9666.0, 9621.0, 9615.0, 9590.0, 9618.0, 9589.0, 9624.0, 9584.0, 9626.0, 9585.0, 9651.0, 9638.0, 9652.0, 9660.0, 9680.0, 9640.0, 9649.0, 9634.0, 9637.0, 9678.0, 9657.0, 9678.0, 9653.0, 9665.0, 9655.0, 9697.0, 9636.0, 9689.0, 9631.0, 9646.0, 9621.0, 9673.0, 9610.0, 9627.0, 9604.0, 9621.0, 9647.0, 9627.0, 9624.0, 9629.0, 9624.0, 9627.0, 9617.0, 9626.0, 9639.0, 9630.0, 9628.0, 9611.0, 9627.0, 9583.0, 9626.0, 9680.0, 9625.0, 9618.0, 9622.0, 9622.0, 9607.0, 9625.0, 9581.0, 9626.0, 9610.0, 9648.0, 9620.0, 9652.0, 9642.0, 9678.0, 9659.0, 9669.0, 9648.0, 9675.0, 9646.0, 9672.0, 9642.0, 9659.0, 9628.0, 9615.0, 9655.0, 9740.0, 9718.0, 9644.0, 9660.0, 9654.0, 9568.0, 9641.0, 9574.0, 9571.0, 9529.0, 9561.0, 9546.0, 9569.0, 9569.0, 9594.0, 9592.0, 9596.0, 9566.0, 9615.0, 9576.0, 9639.0, 9599.0, 9626.0, 9634.0, 9642.0, 9615.0, 9663.0, 9669.0, 9733.0, 9690.0, 9705.0, 9671.0, 9632.0, 9645.0, 9656.0, 9669.0, 9655.0, 9697.0, 9633.0, 9665.0, 9619.0, 9648.0, 9619.0, 9642.0, 9600.0, 9639.0, 9599.0, 9648.0, 9618.0, 9647.0, 9633.0, 9650.0, 9636.0, 9665.0, 9629.0, 9630.0, 9655.0, 9655.0, 9592.0, 9621.0, 9627.0, 9617.0, 9679.0, 9624.0, 9632.0, 9619.0, 9619.0, 9603.0, 9603.0, 9611.0, 9622.0, 9628.0, 9640.0, 9631.0, 9647.0, 9637.0, 9650.0, 9621.0, 9651.0, 9701.0, 9670.0, 9695.0, 9656.0, 9635.0, 9652.0, 9620.0, 9649.0, 9632.0, 9654.0, 9637.0, 9669.0, 9703.0, 9646.0, 9675.0, 9650.0, 9643.0, 9644.0, 9642.0, 9630.0, 9646.0, 9632.0, 9645.0, 9632.0, 9645.0, 9632.0, 9651.0, 9633.0, 9650.0, 9644.0, 9648.0, 9644.0, 9645.0, 9647.0, 9649.0, 9662.0, 9637.0, 9663.0, 9637.0, 9668.0, 9628.0, 9667.0, 9641.0, 9669.0, 9625.0, 9670.0, 9696.0, 9672.0, 9654.0, 9656.0, 9666.0, 9650.0, 9666.0, 9647.0, 9645.0, 9631.0, 9642.0, 9629.0, 9645.0, 9653.0, 9673.0, 9653.0, 9644.0, 9635.0, 9649.0, 9654.0, 9667.0, 9651.0, 9664.0, 9648.0, 9689.0, 9629.0, 9688.0, 9678.0, 9700.0, 9614.0, 9638.0, 9627.0, 9622.0, 9668.0, 9586.0, 9603.0, 9585.0, 9632.0, 9656.0, 9656.0, 9636.0, 9579.0, 9564.0, 9598.0, 9588.0, 9620.0, 9609.0, 9623.0, 9631.0, 9650.0, 9628.0, 9645.0, 9617.0, 9628.0, 9614.0, 9671.0, 9672.0, 9681.0, 9646.0, 9657.0, 9626.0, 9647.0, 9616.0, 9631.0, 9640.0, 9644.0, 9624.0, 9638.0, 9638.0, 9635.0, 9634.0, 9638.0, 9633.0, 9622.0, 9646.0, 9598.0, 9642.0, 9649.0, 9621.0, 9637.0, 9558.0, 9627.0, 9550.0, 9551.0, 9550.0, 9548.0, 9552.0, 9566.0, 9577.0, 9572.0, 9586.0, 9572.0, 9580.0, 9563.0, 9593.0, 9564.0, 9604.0, 9626.0, 9642.0, 9624.0, 9622.0, 9623.0, 9606.0, 9646.0, 9670.0, 9670.0, 9661.0, 9644.0, 9604.0, 9639.0, 9646.0, 9664.0, 9664.0, 9662.0, 9661.0, 9660.0, 9667.0, 9712.0, 9695.0, 9724.0, 9711.0, 9649.0, 9663.0, 9628.0, 9640.0, 9649.0, 9632.0, 9667.0, 9644.0, 9704.0, 9637.0, 9640.0, 9661.0, 9690.0, 9632.0, 9605.0, 9655.0, 9572.0, 9588.0, 9537.0, 9560.0, 9502.0, 9570.0, 9506.0, 9566.0, 9551.0, 9571.0, 9576.0, 9554.0, 9598.0, 9575.0, 9609.0, 9618.0, 9631.0, 9634.0, 9651.0, 9656.0, 9654.0, 9672.0, 9668.0, 9704.0, 9671.0, 9702.0, 9686.0, 9696.0, 9701.0, 9714.0, 9661.0, 9730.0, 9698.0, 9677.0, 9697.0, 9667.0, 9686.0, 9613.0, 9641.0, 9633.0, 9643.0, 9611.0, 9637.0, 9626.0, 9640.0, 9650.0, 9664.0, 9655.0, 9672.0, 9679.0, 9687.0, 9660.0, 9669.0, 9634.0, 9661.0, 9687.0, 9662.0, 9684.0, 9626.0, 9667.0, 9606.0, 9636.0, 9605.0, 9617.0, 9583.0, 9610.0, 9624.0, 9611.0, 9612.0, 9618.0, 9615.0, 9620.0, 9636.0, 9629.0, 9645.0, 9657.0, 9664.0, 9650.0, 9662.0, 9638.0, 9667.0, 9662.0, 9689.0, 9657.0, 9687.0, 9651.0, 9668.0, 9727.0, 9678.0, 9696.0, 9670.0, 9651.0, 9665.0, 9661.0, 9668.0, 9667.0, 9669.0, 9663.0, 9666.0, 9660.0, 9664.0, 9665.0, 9668.0, 9661.0, 9647.0, 9662.0, 9660.0, 9665.0, 9697.0, 9686.0, 9679.0, 9696.0, 9662.0, 9693.0, 9686.0, 9656.0, 9717.0, 9676.0, 9664.0, 9650.0, 9643.0, 9632.0, 9672.0, 9629.0, 9679.0, 9620.0, 9636.0, 9604.0, 9627.0, 9683.0, 9618.0, 9627.0, 9593.0, 9612.0, 9583.0, 9617.0, 9603.0, 9638.0, 9599.0, 9648.0, 9646.0, 9653.0, 9648.0, 9649.0, 9645.0, 9628.0, 9623.0, 9625.0, 9653.0, 9594.0, 9622.0, 9606.0, 9624.0, 9662.0, 9637.0, 9588.0, 9618.0, 9574.0, 9617.0, 9603.0, 9638.0, 9607.0, 9625.0, 9604.0, 9617.0, 9609.0, 9637.0, 9614.0, 9639.0, 9622.0, 9621.0, 9622.0, 9638.0, 9643.0, 9664.0, 9626.0, 9650.0, 9664.0, 9713.0, 9700.0, 9727.0, 9694.0, 9583.0, 9600.0, 9594.0, 9616.0, 9595.0, 9639.0, 9664.0, 9630.0, 9657.0, 9641.0, 9659.0, 9643.0, 9707.0, 9683.0, 9618.0, 9642.0, 9579.0, 9585.0, 9527.0, 9566.0, 9538.0, 9550.0, 9548.0, 9566.0, 9540.0, 9592.0, 9565.0, 9625.0, 9612.0, 9641.0, 9615.0, 9643.0, 9653.0, 9635.0, 9683.0, 9664.0, 9692.0, 9676.0, 9690.0, 9695.0, 9702.0, 9701.0, 9659.0, 9674.0, 9697.0, 9675.0, 9691.0, 9647.0, 9672.0, 9656.0, 9659.0, 9618.0, 9627.0, 9611.0, 9603.0, 9602.0, 9613.0, 9605.0, 9621.0, 9609.0, 9634.0, 9629.0, 9656.0, 9613.0, 9662.0, 9633.0, 9649.0, 9634.0, 9644.0, 9628.0, 9644.0, 9615.0, 9662.0, 9634.0, 9652.0, 9647.0, 9645.0, 9688.0, 9645.0, 9668.0, 9627.0, 9639.0, 9623.0, 9623.0, 9607.0, 9623.0, 9636.0, 9623.0, 9590.0, 9621.0, 9616.0, 9617.0, 9612.0, 9606.0, 9621.0, 9621.0, 9627.0, 9598.0, 9642.0, 9615.0, 9643.0, 9629.0, 9645.0, 9640.0, 9642.0, 9650.0, 9646.0, 9659.0, 9651.0, 9660.0, 9664.0, 9666.0, 9671.0, 9682.0, 9673.0, 9668.0, 9653.0, 9686.0, 9711.0, 9680.0, 9680.0, 9647.0, 9648.0, 9674.0, 9622.0, 9638.0, 9596.0, 9639.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.002274387308533917</td></tr>
<tr><td colspan=3>aqi</td><td>0.03767422789934355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.98630542495073</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2287820476122677</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0243411356736034</td></tr>
<tr><td colspan=3>efc</td><td>0.4907</td></tr>
<tr><td colspan=3>fber</td><td>4749.1978</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11763210573416884</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.284463894967177</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8703966878388143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.828776296193081</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1457249250000734</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6366888423232884</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012983671389520168</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029180340468883514</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5771801792908207</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.4386</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0038</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.759</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295010.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.0727</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8462</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.4929</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3472.2108</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1043.553</td></tr>
<tr><td colspan=3>tsnr</td><td>31.056515048025176</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>