<?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-0013_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0013_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0013_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-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0013_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-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0013_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-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0013_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-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-02/func/sub-0013_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d3c4f6057d0909c2e52903a44015dd7e</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>10:22:12.317500</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.998714, 0.0492497, 0.0120257, -0.0505927, 0.983403, 0.174239]</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090066</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7768, -7234, 464, -203, -232, 35, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1d6823c1-0182-4d87-a6ad-4e14d4bebc40||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.6794769763946533, -0.1357364058494568, 0.008761233650147915, 119.34879302978516], [-0.13213324546813965, 2.6383981704711914, 0.4714818596839905, -95.38330841064453], [0.03226402774453163, -0.46746930480003357, 2.658501148223877, -28.553653717041016], [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': ['102212.317500', '102212.777500', '102213.237500', '102213.697500', '102214.157500', '102214.617500', '102215.077500', '102215.537500', '102215.997500', '102216.457500', '102216.917500', '102217.377500', '102217.837500', '102218.297500', '102218.757500', '102219.217500', '102219.677500', '102220.137500', '102220.597500', '102221.057500', '102221.517500', '102221.977500', '102222.437500', '102222.897500', '102223.357500', '102223.817500', '102224.277500', '102224.737500', '102225.197500', '102225.657500', '102226.117500', '102226.577500', '102227.037500', '102227.497500', '102227.957500', '102228.417500', '102228.877500', '102229.337500', '102229.797500', '102230.257500', '102230.717500', '102231.177500', '102231.637500', '102232.097500', '102232.557500', '102233.017500', '102233.477500', '102233.937500', '102234.397500', '102234.857500', '102235.317500', '102235.777500', '102236.237500', '102236.697500', '102237.157500', '102237.617500', '102238.077500', '102238.537500', '102238.997500', '102239.457500', '102239.917500', '102240.377500', '102240.837500', '102241.297500', '102241.757500', '102242.217500', '102242.677500', '102243.137500', '102243.597500', '102244.057500', '102244.517500', '102244.977500', '102245.437500', '102245.897500', '102246.357500', '102246.817500', '102247.277500', '102247.737500', '102248.197500', '102248.657500', '102249.117500', '102249.577500', '102250.037500', '102250.497500', '102250.957500', '102251.417500', '102251.877500', '102252.337500', '102252.797500', '102253.257500', '102253.717500', '102254.177500', '102254.637500', '102255.097500', '102255.557500', '102256.017500', '102256.477500', '102256.937500', '102257.397500', '102257.857500', '102258.317500', '102258.777500', '102259.237500', '102259.697500', '102300.157500', '102300.617500', '102301.077500', '102301.537500', '102301.997500', '102302.457500', '102302.917500', '102303.377500', '102303.837500', '102304.297500', '102304.757500', '102305.217500', '102305.677500', '102306.137500', '102306.597500', '102307.057500', '102307.517500', '102307.977500', '102308.437500', '102308.897500', '102309.357500', '102309.817500', '102310.277500', '102310.737500', '102311.197500', '102311.657500', '102312.117500', '102312.577500', '102313.037500', '102313.497500', '102313.957500', '102314.417500', '102314.877500', '102315.337500', '102315.797500', '102316.257500', '102316.717500', '102317.177500', '102317.637500', '102318.097500', '102318.557500', '102319.017500', '102319.477500', '102319.937500', '102320.397500', '102320.857500', '102321.317500', '102321.777500', '102322.237500', '102322.697500', '102323.157500', '102323.617500', '102324.077500', '102324.537500', '102324.997500', '102325.457500', '102325.917500', '102326.377500', '102326.837500', '102327.297500', '102327.757500', '102328.217500', '102328.677500', '102329.137500', '102329.597500', '102330.057500', '102330.517500', '102330.977500', '102331.437500', '102331.897500', '102332.357500', '102332.817500', '102333.277500', '102333.737500', '102334.197500', '102334.657500', '102335.117500', '102335.577500', '102336.037500', '102336.497500', '102336.957500', '102337.417500', '102337.877500', '102338.337500', '102338.797500', '102339.257500', '102339.717500', '102340.177500', '102340.637500', '102341.097500', '102341.557500', '102342.017500', '102342.477500', '102342.937500', '102343.397500', '102343.857500', '102344.317500', '102344.777500', '102345.237500', '102345.697500', '102346.157500', '102346.617500', '102347.077500', '102347.537500', '102347.997500', '102348.457500', '102348.917500', '102349.377500', '102349.837500', '102350.297500', '102350.757500', '102351.217500', '102351.677500', '102352.137500', '102352.597500', '102353.057500', '102353.517500', '102353.977500', '102354.437500', '102354.897500', '102355.357500', '102355.817500', '102356.277500', '102356.737500', '102357.197500', '102357.657500', '102358.117500', '102358.577500', '102359.037500', '102359.497500', '102359.957500', '102400.417500', '102400.877500', '102401.337500', '102401.797500', '102402.257500', '102402.717500', '102403.177500', '102403.637500', '102404.097500', '102404.557500', '102405.017500', '102405.477500', '102405.937500', '102406.397500', '102406.857500', '102407.317500', '102407.777500', '102408.237500', '102408.697500', '102409.157500', '102409.617500', '102410.077500', '102410.537500', '102410.997500', '102411.457500', '102411.917500', '102412.377500', '102412.837500', '102413.297500', '102413.757500', '102414.217500', '102414.677500', '102415.137500', '102415.597500', '102416.057500', '102416.517500', '102416.977500', '102417.437500', '102417.897500', '102418.357500', '102418.817500', '102419.277500', '102419.737500', '102420.197500', '102420.657500', '102421.117500', '102421.577500', '102422.037500', '102422.497500', '102422.957500', '102423.417500', '102423.877500', '102424.337500', '102424.797500', '102425.257500', '102425.717500', '102426.177500', '102426.637500', '102427.097500', '102427.557500', '102428.017500', '102428.477500', '102428.937500', '102429.397500', '102429.857500', '102430.317500', '102430.777500', '102431.237500', '102431.697500', '102432.157500', '102432.617500', '102433.077500', '102433.537500', '102433.997500', '102434.457500', '102434.917500', '102435.377500', '102435.837500', '102436.297500', '102436.757500', '102437.217500', '102437.677500', '102438.137500', '102438.597500', '102439.057500', '102439.517500', '102439.977500', '102440.437500', '102440.897500', '102441.357500', '102441.817500', '102442.277500', '102442.737500', '102443.197500', '102443.657500', '102444.117500', '102444.577500', '102445.037500', '102445.497500', '102445.957500', '102446.417500', '102446.877500', '102447.337500', '102447.797500', '102448.257500', '102448.717500', '102449.177500', '102449.637500', '102450.097500', '102450.557500', '102451.017500', '102451.477500', '102451.937500', '102452.397500', '102452.857500', '102453.317500', '102453.777500', '102454.237500', '102454.697500', '102455.157500', '102455.617500', '102456.077500', '102456.537500', '102456.997500', '102457.457500', '102457.917500', '102458.377500', '102458.837500', '102459.297500', '102459.757500', '102500.217500', '102500.677500', '102501.137500', '102501.597500', '102502.057500', '102502.517500', '102502.977500', '102503.437500', '102503.897500', '102504.357500', '102504.817500', '102505.277500', '102505.737500', '102506.197500', '102506.657500', '102507.117500', '102507.577500', '102508.037500', '102508.497500', '102508.957500', '102509.417500', '102509.877500', '102510.337500', '102510.797500', '102511.257500', '102511.717500', '102512.177500', '102512.637500', '102513.097500', '102513.557500', '102514.017500', '102514.477500', '102514.937500', '102515.397500', '102515.857500', '102516.317500', '102516.777500', '102517.237500', '102517.697500', '102518.157500', '102518.617500', '102519.077500', '102519.537500', '102519.997500', '102520.457500', '102520.917500', '102521.377500', '102521.837500', '102522.297500', '102522.757500', '102523.217500', '102523.677500', '102524.137500', '102524.597500', '102525.057500', '102525.517500', '102525.977500', '102526.437500', '102526.897500', '102527.357500', '102527.817500', '102528.277500', '102528.737500', '102529.197500', '102529.657500', '102530.117500', '102530.577500', '102531.037500', '102531.497500', '102531.957500', '102532.417500', '102532.877500', '102533.337500', '102533.797500', '102534.257500', '102534.717500', '102535.177500', '102535.637500', '102536.097500', '102536.557500', '102537.017500', '102537.477500', '102537.937500', '102538.397500', '102538.857500', '102539.317500', '102539.777500', '102540.237500', '102540.697500', '102541.157500', '102541.617500', '102542.077500', '102542.537500', '102542.997500', '102543.457500', '102543.917500', '102544.377500', '102544.837500', '102545.297500', '102545.757500', '102546.217500', '102546.677500', '102547.137500', '102547.597500', '102548.057500', '102548.517500', '102548.977500', '102549.437500', '102549.897500', '102550.357500', '102550.817500', '102551.277500', '102551.737500', '102552.197500', '102552.657500', '102553.117500', '102553.577500', '102554.037500', '102554.497500', '102554.957500', '102555.417500', '102555.877500', '102556.337500', '102556.797500', '102557.257500', '102557.717500', '102558.177500', '102558.637500', '102559.097500', '102559.557500', '102600.017500', '102600.477500', '102600.937500', '102601.397500', '102601.857500', '102602.317500', '102602.777500', '102603.237500', '102603.697500', '102604.157500', '102604.617500', '102605.077500', '102605.537500', '102605.997500', '102606.457500', '102606.917500', '102607.377500', '102607.837500', '102608.297500', '102608.757500', '102609.217500', '102609.677500', '102610.137500', '102610.597500', '102611.057500', '102611.517500', '102611.977500', '102612.437500', '102612.897500', '102613.357500', '102613.817500', '102614.277500', '102614.737500', '102615.197500', '102615.657500', '102616.117500', '102616.577500', '102617.037500', '102617.497500', '102617.957500', '102618.417500', '102618.877500', '102619.337500', '102619.797500', '102620.257500', '102620.717500', '102621.177500', '102621.637500', '102622.097500', '102622.557500', '102623.017500', '102623.477500', '102623.937500', '102624.397500', '102624.857500', '102625.317500', '102625.777500', '102626.237500', '102626.697500', '102627.157500', '102627.617500', '102628.077500', '102628.537500', '102628.997500', '102629.457500', '102629.917500', '102630.377500', '102630.837500', '102631.297500', '102631.757500', '102632.217500', '102632.677500', '102633.137500', '102633.597500', '102634.057500', '102634.517500', '102634.977500', '102635.437500', '102635.897500', '102636.357500', '102636.817500', '102637.277500', '102637.737500', '102638.197500', '102638.657500', '102639.117500', '102639.577500', '102640.037500', '102640.497500', '102640.957500', '102641.417500', '102641.877500', '102642.337500', '102642.797500', '102643.257500', '102643.717500', '102644.177500', '102644.637500', '102645.097500', '102645.557500', '102646.017500', '102646.477500', '102646.937500', '102647.397500', '102647.857500', '102648.317500', '102648.777500', '102649.237500', '102649.697500', '102650.157500', '102650.617500', '102651.077500', '102651.537500', '102651.997500', '102652.457500', '102652.917500', '102653.377500', '102653.837500', '102654.297500', '102654.757500', '102655.217500', '102655.677500', '102656.137500', '102656.597500', '102657.057500', '102657.517500', '102657.977500', '102658.437500', '102658.897500', '102659.357500', '102659.817500', '102700.277500', '102700.737500', '102701.197500', '102701.657500', '102702.117500', '102702.577500', '102703.037500', '102703.497500', '102703.957500', '102704.417500', '102704.877500', '102705.337500', '102705.797500', '102706.257500', '102706.717500', '102707.177500', '102707.637500', '102708.097500', '102708.557500', '102709.017500', '102709.477500', '102709.937500', '102710.397500', '102710.857500', '102711.317500', '102711.777500', '102712.237500', '102712.697500', '102713.157500', '102713.617500', '102714.077500', '102714.537500', '102714.997500', '102715.457500', '102715.917500', '102716.377500', '102716.837500', '102717.297500', '102717.757500', '102718.217500', '102718.677500', '102719.137500', '102719.597500', '102720.057500', '102720.517500', '102720.977500', '102721.437500', '102721.897500', '102722.357500', '102722.817500', '102723.277500', '102723.737500', '102724.197500', '102724.657500', '102725.117500', '102725.577500', '102726.037500', '102726.497500', '102726.957500', '102727.417500', '102727.877500', '102728.337500', '102728.797500', '102729.257500', '102729.717500', '102730.177500', '102730.637500', '102731.097500', '102731.557500', '102732.017500', '102732.477500', '102732.937500', '102733.397500', '102733.857500', '102734.317500', '102734.777500', '102735.237500', '102735.697500', '102736.157500', '102736.617500', '102737.077500', '102737.537500', '102737.997500', '102738.457500', '102738.917500', '102739.377500', '102739.837500', '102740.297500', '102740.757500', '102741.217500', '102741.677500', '102742.137500', '102742.597500', '102743.057500', '102743.517500', '102743.977500', '102744.437500', '102744.897500', '102745.357500', '102745.817500', '102746.277500', '102746.737500', '102747.197500', '102747.657500', '102748.117500', '102748.577500', '102749.037500', '102749.497500', '102749.957500', '102750.417500', '102750.877500', '102751.337500', '102751.797500', '102752.257500', '102752.717500', '102753.177500', '102753.637500', '102754.097500', '102754.557500', '102755.017500', '102755.477500', '102755.937500', '102756.397500', '102756.857500', '102757.317500', '102757.777500', '102758.237500', '102758.697500', '102759.157500', '102759.617500', '102800.077500', '102800.537500', '102800.997500', '102801.457500', '102801.917500', '102802.377500', '102802.837500', '102803.297500', '102803.757500', '102804.217500', '102804.677500', '102805.137500', '102805.597500', '102806.057500', '102806.517500', '102806.977500', '102807.437500', '102807.897500', '102808.357500', '102808.817500', '102809.277500', '102809.737500', '102810.197500', '102810.657500', '102811.117500', '102811.577500', '102812.037500', '102812.497500', '102812.957500', '102813.417500', '102813.877500', '102814.337500', '102814.797500', '102815.257500', '102815.717500', '102816.177500', '102816.637500', '102817.097500', '102817.557500', '102818.017500', '102818.477500', '102818.937500', '102819.397500', '102819.857500', '102820.317500', '102820.777500', '102821.237500', '102821.697500', '102822.157500', '102822.617500', '102823.077500', '102823.537500', '102823.997500', '102824.457500', '102824.917500', '102825.377500', '102825.837500', '102826.297500', '102826.757500', '102827.217500', '102827.677500', '102828.137500', '102828.597500', '102829.057500', '102829.517500', '102829.977500', '102830.437500', '102830.897500', '102831.357500', '102831.817500', '102832.277500', '102832.737500', '102833.197500', '102833.657500', '102834.117500', '102834.577500', '102835.037500', '102835.497500', '102835.957500', '102836.417500', '102836.877500', '102837.337500', '102837.797500', '102838.257500', '102838.717500', '102839.177500', '102839.637500', '102840.097500', '102840.557500', '102841.017500', '102841.477500', '102841.937500', '102842.397500', '102842.857500', '102843.317500', '102843.777500', '102844.237500', '102844.697500', '102845.157500', '102845.617500', '102846.077500', '102846.537500', '102846.997500', '102847.457500', '102847.917500', '102848.377500', '102848.837500', '102849.297500', '102849.757500', '102850.217500', '102850.677500', '102851.137500', '102851.597500', '102852.057500', '102852.517500', '102852.977500', '102853.437500', '102853.897500', '102854.357500', '102854.817500', '102855.277500', '102855.737500', '102856.197500', '102856.657500', '102857.117500', '102857.577500', '102858.037500', '102858.497500', '102858.957500', '102859.417500', '102859.877500', '102900.337500', '102900.797500', '102901.257500', '102901.717500', '102902.177500', '102902.637500', '102903.097500', '102903.557500', '102904.017500', '102904.477500', '102904.937500', '102905.397500', '102905.857500', '102906.317500', '102906.777500', '102907.237500', '102907.697500', '102908.157500', '102908.617500', '102909.077500', '102909.537500', '102909.997500', '102910.457500', '102910.917500', '102911.377500', '102911.837500', '102912.297500'], 'ContentTime': ['102222.861000', '102222.865000', '102222.868000', '102222.871000', '102222.874000', '102222.877000', '102222.880000', '102222.883000', '102222.886000', '102222.889000', '102222.892000', '102222.904000', '102222.907000', '102222.916000', '102222.927000', '102222.929000', '102222.932000', '102222.935000', '102222.938000', '102222.941000', '102222.944000', '102222.947000', '102242.833000', '102242.836000', '102242.839000', '102242.842000', '102242.845000', '102242.854000', '102242.857000', '102242.860000', '102242.862000', '102242.865000', '102242.868000', '102242.871000', '102242.874000', '102242.877000', '102242.880000', '102242.883000', '102242.886000', '102242.888000', '102242.891000', '102242.894000', '102242.897000', '102242.900000', '102242.903000', '102242.906000', '102242.908000', '102242.911000', '102242.914000', '102242.917000', '102242.920000', '102242.923000', '102242.928000', '102242.931000', '102242.933000', '102242.936000', '102242.939000', '102242.942000', '102242.945000', '102242.948000', '102242.951000', '102242.954000', '102242.957000', '102242.959000', '102242.962000', '102242.965000', '102302.834000', '102302.837000', '102302.840000', '102302.843000', '102302.846000', '102302.849000', '102302.851000', '102302.854000', '102302.857000', '102302.860000', '102302.863000', '102302.866000', '102302.869000', '102302.871000', '102302.874000', '102302.877000', '102302.880000', '102302.883000', '102302.886000', '102302.889000', '102302.892000', '102302.894000', '102302.897000', '102302.900000', '102302.903000', '102302.906000', '102302.909000', '102302.912000', '102302.915000', '102302.918000', '102302.921000', '102302.924000', '102302.939000', '102302.942000', '102302.945000', '102302.948000', '102302.951000', '102302.954000', '102302.956000', '102302.959000', '102302.962000', '102302.965000', '102302.968000', '102322.834000', '102322.837000', '102322.840000', '102322.843000', '102322.846000', '102322.848000', '102322.851000', '102322.854000', '102322.857000', '102322.860000', '102322.863000', '102322.866000', '102322.869000', '102322.871000', '102322.874000', '102322.877000', '102322.880000', '102322.883000', '102322.886000', '102322.889000', '102322.892000', '102322.894000', '102322.897000', '102322.900000', '102322.903000', '102322.906000', '102322.909000', '102322.912000', '102322.915000', '102322.917000', '102322.920000', '102322.923000', '102322.926000', '102322.929000', '102322.932000', '102322.935000', '102322.938000', '102322.941000', '102322.944000', '102322.947000', '102322.950000', '102322.953000', '102322.955000', '102322.958000', '102342.834000', '102342.837000', '102342.840000', '102342.843000', '102342.846000', '102342.849000', '102342.851000', '102342.854000', '102342.857000', '102342.860000', '102342.863000', '102342.866000', '102342.869000', '102342.872000', '102342.874000', '102342.877000', '102342.880000', '102342.883000', '102342.886000', '102342.889000', '102342.892000', '102342.895000', '102342.898000', '102342.901000', '102342.903000', '102342.906000', '102342.909000', '102342.912000', '102342.915000', '102342.918000', '102342.921000', '102342.924000', '102342.927000', '102342.929000', '102342.932000', '102342.935000', '102342.938000', '102342.941000', '102342.944000', '102342.948000', '102342.951000', '102342.954000', '102342.957000', '102402.834000', '102402.837000', '102402.840000', '102402.843000', '102402.846000', '102402.849000', '102402.851000', '102402.854000', '102402.857000', '102402.860000', '102402.863000', '102402.866000', '102402.869000', '102402.872000', '102402.874000', '102402.877000', '102402.880000', '102402.883000', '102402.886000', '102402.889000', '102402.892000', '102402.895000', '102402.897000', '102402.900000', '102402.903000', '102402.906000', '102402.909000', '102402.912000', '102402.915000', '102402.918000', '102402.921000', '102402.924000', '102402.927000', '102402.930000', '102402.933000', '102402.935000', '102402.938000', '102402.941000', '102402.944000', '102402.947000', '102402.950000', '102402.953000', '102402.956000', '102402.958000', '102422.833000', '102422.836000', '102422.839000', '102422.842000', '102422.845000', '102422.848000', '102422.851000', '102422.853000', '102422.856000', '102422.859000', '102422.862000', '102422.865000', '102422.868000', '102422.871000', '102422.874000', '102422.876000', '102422.879000', '102422.882000', '102422.885000', '102422.888000', '102422.891000', '102422.894000', '102422.896000', '102422.899000', '102422.902000', '102422.905000', '102422.908000', '102422.911000', '102422.914000', '102422.917000', '102422.920000', '102422.922000', '102422.925000', '102422.928000', '102422.931000', '102422.934000', '102422.937000', '102422.940000', '102422.943000', '102422.946000', '102422.948000', '102422.951000', '102422.955000', '102442.833000', '102442.836000', '102442.839000', '102442.842000', '102442.844000', '102442.847000', '102442.850000', '102442.853000', '102442.856000', '102442.859000', '102442.862000', '102442.865000', '102442.868000', '102442.870000', '102442.873000', '102442.876000', '102442.879000', '102442.882000', '102442.885000', '102442.888000', '102442.891000', '102442.893000', '102442.896000', '102442.899000', '102442.902000', '102442.905000', '102442.908000', '102442.911000', '102442.934000', '102442.938000', '102442.940000', '102442.943000', '102442.946000', '102442.949000', '102442.952000', '102442.955000', '102442.958000', '102442.961000', '102442.964000', '102442.975000', '102442.978000', '102442.981000', '102442.984000', '102442.987000', '102502.833000', '102502.847000', '102502.850000', '102502.853000', '102502.856000', '102502.859000', '102502.862000', '102502.864000', '102502.867000', '102502.870000', '102502.873000', '102502.876000', '102502.879000', '102502.882000', '102502.885000', '102502.888000', '102502.891000', '102502.894000', '102502.896000', '102502.899000', '102502.902000', '102502.905000', '102502.908000', '102502.911000', '102502.914000', '102502.917000', '102502.920000', '102502.922000', '102502.925000', '102502.928000', '102502.931000', '102502.934000', '102502.937000', '102502.940000', '102502.943000', '102502.946000', '102502.948000', '102502.952000', '102502.954000', '102502.957000', '102502.960000', '102502.963000', '102502.966000', '102522.834000', '102522.837000', '102522.840000', '102522.843000', '102522.846000', '102522.849000', '102522.852000', '102522.854000', '102522.857000', '102522.860000', '102522.863000', '102522.866000', '102522.869000', '102522.872000', '102522.875000', '102522.878000', '102522.880000', '102522.883000', '102522.886000', '102522.889000', '102522.892000', '102522.895000', '102522.898000', '102522.901000', '102522.904000', '102522.906000', '102522.909000', '102522.912000', '102522.915000', '102522.918000', '102522.921000', '102522.924000', '102522.927000', '102522.929000', '102522.933000', '102522.935000', '102522.938000', '102522.941000', '102522.944000', '102522.947000', '102522.950000', '102522.953000', '102522.956000', '102542.834000', '102542.837000', '102542.840000', '102542.843000', '102542.846000', '102542.848000', '102542.851000', '102542.854000', '102542.857000', '102542.860000', '102542.863000', '102542.866000', '102542.869000', '102542.872000', '102542.874000', '102542.877000', '102542.880000', '102542.883000', '102542.886000', '102542.889000', '102542.892000', '102542.895000', '102542.897000', '102542.900000', '102542.903000', '102542.906000', '102542.909000', '102542.912000', '102542.915000', '102542.918000', '102542.921000', '102542.924000', '102542.927000', '102542.930000', '102542.933000', '102542.936000', '102542.938000', '102542.942000', '102542.944000', '102542.947000', '102542.950000', '102542.953000', '102542.956000', '102542.959000', '102602.834000', '102602.837000', '102602.840000', '102602.843000', '102602.848000', '102602.851000', '102602.854000', '102602.857000', '102602.860000', '102602.862000', '102602.865000', '102602.868000', '102602.871000', '102602.874000', '102602.877000', '102602.880000', '102602.883000', '102602.886000', '102602.889000', '102602.891000', '102602.894000', '102602.897000', '102602.900000', '102602.903000', '102602.906000', '102602.909000', '102602.912000', '102602.915000', '102602.917000', '102602.920000', '102602.923000', '102602.926000', '102602.929000', '102602.932000', '102602.935000', '102602.938000', '102602.940000', '102602.943000', '102602.946000', '102602.949000', '102602.952000', '102602.955000', '102602.958000', '102622.834000', '102622.837000', '102622.840000', '102622.843000', '102622.846000', '102622.849000', '102622.852000', '102622.854000', '102622.857000', '102622.860000', '102622.874000', '102622.876000', '102622.879000', '102622.882000', '102622.885000', '102622.888000', '102622.891000', '102622.894000', '102622.897000', '102622.900000', '102622.903000', '102622.905000', '102622.908000', '102622.911000', '102622.914000', '102622.917000', '102622.920000', '102622.923000', '102622.926000', '102622.929000', '102622.932000', '102622.934000', '102622.937000', '102622.940000', '102622.943000', '102622.946000', '102622.949000', '102622.952000', '102622.955000', '102622.958000', '102622.961000', '102622.963000', '102622.966000', '102622.969000', '102642.833000', '102642.836000', '102642.839000', '102642.842000', '102642.845000', '102642.848000', '102642.851000', '102642.853000', '102642.856000', '102642.859000', '102642.862000', '102642.865000', '102642.868000', '102642.871000', '102642.874000', '102642.877000', '102642.880000', '102642.883000', '102642.886000', '102642.889000', '102642.892000', '102642.895000', '102642.898000', '102642.901000', '102642.904000', '102642.906000', '102642.909000', '102642.912000', '102642.915000', '102642.918000', '102642.921000', '102642.924000', '102642.927000', '102642.929000', '102642.932000', '102642.935000', '102642.938000', '102642.941000', '102642.944000', '102642.947000', '102642.950000', '102642.953000', '102642.956000', '102702.833000', '102702.836000', '102702.839000', '102702.842000', '102702.845000', '102702.848000', '102702.850000', '102702.853000', '102702.856000', '102702.859000', '102702.862000', '102702.865000', '102702.868000', '102702.871000', '102702.873000', '102702.876000', '102702.879000', '102702.882000', '102702.885000', '102702.888000', '102702.891000', '102702.894000', '102702.897000', '102702.900000', '102702.902000', '102702.905000', '102702.908000', '102702.911000', '102702.914000', '102702.917000', '102702.920000', '102702.923000', '102702.926000', '102702.929000', '102702.932000', '102702.934000', '102702.938000', '102702.940000', '102702.943000', '102702.947000', '102702.949000', '102702.952000', '102702.955000', '102702.958000', '102722.833000', '102722.836000', '102722.839000', '102722.842000', '102722.845000', '102722.848000', '102722.851000', '102722.853000', '102722.856000', '102722.859000', '102722.862000', '102722.865000', '102722.868000', '102722.871000', '102722.874000', '102722.877000', '102722.880000', '102722.885000', '102722.889000', '102722.892000', '102722.895000', '102722.898000', '102722.901000', '102722.904000', '102722.907000', '102722.910000', '102722.913000', '102722.916000', '102722.919000', '102722.921000', '102722.924000', '102722.927000', '102722.930000', '102722.933000', '102722.936000', '102722.945000', '102722.948000', '102722.951000', '102722.954000', '102722.957000', '102722.960000', '102722.963000', '102722.965000', '102742.834000', '102742.837000', '102742.840000', '102742.843000', '102742.846000', '102742.849000', '102742.852000', '102742.855000', '102742.857000', '102742.860000', '102742.863000', '102742.866000', '102742.869000', '102742.872000', '102742.875000', '102742.878000', '102742.881000', '102742.884000', '102742.886000', '102742.889000', '102742.892000', '102742.895000', '102742.898000', '102742.901000', '102742.904000', '102742.907000', '102742.910000', '102742.913000', '102742.916000', '102742.919000', '102742.922000', '102742.925000', '102742.928000', '102742.930000', '102742.934000', '102742.951000', '102742.954000', '102742.957000', '102742.960000', '102742.963000', '102742.966000', '102742.969000', '102742.972000', '102742.975000', '102802.834000', '102802.837000', '102802.840000', '102802.843000', '102802.846000', '102802.849000', '102802.852000', '102802.855000', '102802.857000', '102802.860000', '102802.863000', '102802.868000', '102802.871000', '102802.874000', '102802.877000', '102802.880000', '102802.882000', '102802.885000', '102802.888000', '102802.891000', '102802.894000', '102802.897000', '102802.900000', '102802.903000', '102802.906000', '102802.909000', '102802.912000', '102802.915000', '102802.918000', '102802.921000', '102802.924000', '102802.927000', '102802.930000', '102802.933000', '102802.936000', '102802.939000', '102802.942000', '102802.945000', '102802.948000', '102802.951000', '102802.953000', '102802.956000', '102802.959000', '102822.834000', '102822.837000', '102822.840000', '102822.843000', '102822.846000', '102822.849000', '102822.852000', '102822.855000', '102822.858000', '102822.861000', '102822.863000', '102822.866000', '102822.869000', '102822.872000', '102822.875000', '102822.878000', '102822.881000', '102822.884000', '102822.887000', '102822.890000', '102822.893000', '102822.895000', '102822.898000', '102822.901000', '102822.904000', '102822.907000', '102822.910000', '102822.913000', '102822.916000', '102822.919000', '102822.921000', '102822.924000', '102822.927000', '102822.930000', '102822.933000', '102822.936000', '102822.939000', '102822.942000', '102822.945000', '102822.947000', '102822.950000', '102822.953000', '102822.956000', '102822.959000', '102842.834000', '102842.837000', '102842.840000', '102842.843000', '102842.846000', '102842.849000', '102842.852000', '102842.854000', '102842.857000', '102842.861000', '102842.864000', '102842.867000', '102842.870000', '102842.873000', '102842.876000', '102842.879000', '102842.882000', '102842.885000', '102842.888000', '102842.891000', '102842.893000', '102842.896000', '102842.899000', '102842.902000', '102842.905000', '102842.908000', '102842.911000', '102842.914000', '102842.917000', '102842.920000', '102842.923000', '102842.926000', '102842.929000', '102842.932000', '102842.934000', '102842.937000', '102842.940000', '102842.943000', '102842.946000', '102842.949000', '102842.952000', '102842.955000', '102842.958000', '102902.833000', '102902.836000', '102902.839000', '102902.842000', '102902.845000', '102902.848000', '102902.851000', '102902.854000', '102902.856000', '102902.859000', '102902.862000', '102902.865000', '102902.868000', '102902.871000', '102902.874000', '102902.877000', '102902.880000', '102902.883000', '102902.886000', '102902.889000', '102902.892000', '102902.894000', '102902.897000', '102902.900000', '102902.903000', '102902.906000', '102902.909000', '102902.912000', '102902.915000', '102902.918000', '102902.921000', '102902.924000', '102902.926000', '102902.929000', '102902.932000', '102902.935000', '102902.938000', '102902.941000', '102902.944000', '102902.947000', '102902.955000', '102902.971000', '102902.974000', '102902.976000', '102912.882000', '102912.895000', '102912.899000', '102912.902000', '102912.906000', '102912.909000', '102912.912000', '102912.915000', '102912.918000', '102912.921000', '102912.924000', '102912.926000', '102912.930000', '102912.933000', '102912.935000', '102912.938000', '102912.942000', '102912.945000', '102912.948000', '102912.950000', '102912.953000', '102912.956000'], 'InstanceCreationTime': ['102222.861000', '102222.865000', '102222.868000', '102222.871000', '102222.874000', '102222.877000', '102222.880000', '102222.883000', '102222.886000', '102222.889000', '102222.892000', '102222.904000', '102222.907000', '102222.916000', '102222.927000', '102222.929000', '102222.932000', '102222.935000', '102222.938000', '102222.941000', '102222.944000', '102222.947000', '102242.833000', '102242.836000', '102242.839000', '102242.842000', '102242.845000', '102242.854000', '102242.857000', '102242.860000', '102242.862000', '102242.865000', '102242.868000', '102242.871000', '102242.874000', '102242.877000', '102242.880000', '102242.883000', '102242.886000', '102242.888000', '102242.891000', '102242.894000', '102242.897000', '102242.900000', '102242.903000', '102242.906000', '102242.908000', '102242.911000', '102242.914000', '102242.917000', '102242.920000', '102242.923000', '102242.928000', '102242.931000', '102242.933000', '102242.936000', '102242.939000', '102242.942000', '102242.945000', '102242.948000', '102242.951000', '102242.954000', '102242.957000', '102242.959000', '102242.962000', '102242.965000', '102302.834000', '102302.837000', '102302.840000', '102302.843000', '102302.846000', '102302.849000', '102302.851000', '102302.854000', '102302.857000', '102302.860000', '102302.863000', '102302.866000', '102302.869000', '102302.871000', '102302.874000', '102302.877000', '102302.880000', '102302.883000', '102302.886000', '102302.889000', '102302.892000', '102302.894000', '102302.897000', '102302.900000', '102302.903000', '102302.906000', '102302.909000', '102302.912000', '102302.915000', '102302.918000', '102302.921000', '102302.924000', '102302.939000', '102302.942000', '102302.945000', '102302.948000', '102302.951000', '102302.954000', '102302.956000', '102302.959000', '102302.962000', '102302.965000', '102302.968000', '102322.834000', '102322.837000', '102322.840000', '102322.843000', '102322.846000', '102322.848000', '102322.851000', '102322.854000', '102322.857000', '102322.860000', '102322.863000', '102322.866000', '102322.869000', '102322.871000', '102322.874000', '102322.877000', '102322.880000', '102322.883000', '102322.886000', '102322.889000', '102322.892000', '102322.894000', '102322.897000', '102322.900000', '102322.903000', '102322.906000', '102322.909000', '102322.912000', '102322.915000', '102322.917000', '102322.920000', '102322.923000', '102322.926000', '102322.929000', '102322.932000', '102322.935000', '102322.938000', '102322.941000', '102322.944000', '102322.947000', '102322.950000', '102322.953000', '102322.955000', '102322.958000', '102342.834000', '102342.837000', '102342.840000', '102342.843000', '102342.846000', '102342.849000', '102342.851000', '102342.854000', '102342.857000', '102342.860000', '102342.863000', '102342.866000', '102342.869000', '102342.872000', '102342.874000', '102342.877000', '102342.880000', '102342.883000', '102342.886000', '102342.889000', '102342.892000', '102342.895000', '102342.898000', '102342.901000', '102342.903000', '102342.906000', '102342.909000', '102342.912000', '102342.915000', '102342.918000', '102342.921000', '102342.924000', '102342.927000', '102342.929000', '102342.932000', '102342.935000', '102342.938000', '102342.941000', '102342.944000', '102342.948000', '102342.951000', '102342.954000', '102342.957000', '102402.834000', '102402.837000', '102402.840000', '102402.843000', '102402.846000', '102402.849000', '102402.851000', '102402.854000', '102402.857000', '102402.860000', '102402.863000', '102402.866000', '102402.869000', '102402.872000', '102402.874000', '102402.877000', '102402.880000', '102402.883000', '102402.886000', '102402.889000', '102402.892000', '102402.895000', '102402.897000', '102402.900000', '102402.903000', '102402.906000', '102402.909000', '102402.912000', '102402.915000', '102402.918000', '102402.921000', '102402.924000', '102402.927000', '102402.930000', '102402.933000', '102402.935000', '102402.938000', '102402.941000', '102402.944000', '102402.947000', '102402.950000', '102402.953000', '102402.956000', '102402.958000', '102422.833000', '102422.836000', '102422.839000', '102422.842000', '102422.845000', '102422.848000', '102422.851000', '102422.853000', '102422.856000', '102422.859000', '102422.862000', '102422.865000', '102422.868000', '102422.871000', '102422.874000', '102422.876000', '102422.879000', '102422.882000', '102422.885000', '102422.888000', '102422.891000', '102422.894000', '102422.896000', '102422.899000', '102422.902000', '102422.905000', '102422.908000', '102422.911000', '102422.914000', '102422.917000', '102422.920000', '102422.922000', '102422.925000', '102422.928000', '102422.931000', '102422.934000', '102422.937000', '102422.940000', '102422.943000', '102422.946000', '102422.948000', '102422.951000', '102422.955000', '102442.833000', '102442.836000', '102442.839000', '102442.842000', '102442.844000', '102442.847000', '102442.850000', '102442.853000', '102442.856000', '102442.859000', '102442.862000', '102442.865000', '102442.868000', '102442.870000', '102442.873000', '102442.876000', '102442.879000', '102442.882000', '102442.885000', '102442.888000', '102442.891000', '102442.893000', '102442.896000', '102442.899000', '102442.902000', '102442.905000', '102442.908000', '102442.911000', '102442.934000', '102442.938000', '102442.940000', '102442.943000', '102442.946000', '102442.949000', '102442.952000', '102442.955000', '102442.958000', '102442.961000', '102442.964000', '102442.975000', '102442.978000', '102442.981000', '102442.984000', '102442.987000', '102502.833000', '102502.847000', '102502.850000', '102502.853000', '102502.856000', '102502.859000', '102502.862000', '102502.864000', '102502.867000', '102502.870000', '102502.873000', '102502.876000', '102502.879000', '102502.882000', '102502.885000', '102502.888000', '102502.891000', '102502.894000', '102502.896000', '102502.899000', '102502.902000', '102502.905000', '102502.908000', '102502.911000', '102502.914000', '102502.917000', '102502.920000', '102502.922000', '102502.925000', '102502.928000', '102502.931000', '102502.934000', '102502.937000', '102502.940000', '102502.943000', '102502.946000', '102502.948000', '102502.952000', '102502.954000', '102502.957000', '102502.960000', '102502.963000', '102502.966000', '102522.834000', '102522.837000', '102522.840000', '102522.843000', '102522.846000', '102522.849000', '102522.852000', '102522.854000', '102522.857000', '102522.860000', '102522.863000', '102522.866000', '102522.869000', '102522.872000', '102522.875000', '102522.878000', '102522.880000', '102522.883000', '102522.886000', '102522.889000', '102522.892000', '102522.895000', '102522.898000', '102522.901000', '102522.904000', '102522.906000', '102522.909000', '102522.912000', '102522.915000', '102522.918000', '102522.921000', '102522.924000', '102522.927000', '102522.929000', '102522.933000', '102522.935000', '102522.938000', '102522.941000', '102522.944000', '102522.947000', '102522.950000', '102522.953000', '102522.956000', '102542.834000', '102542.837000', '102542.840000', '102542.843000', '102542.846000', '102542.848000', '102542.851000', '102542.854000', '102542.857000', '102542.860000', '102542.863000', '102542.866000', '102542.869000', '102542.872000', '102542.874000', '102542.877000', '102542.880000', '102542.883000', '102542.886000', '102542.889000', '102542.892000', '102542.895000', '102542.897000', '102542.900000', '102542.903000', '102542.906000', '102542.909000', '102542.912000', '102542.915000', '102542.918000', '102542.921000', '102542.924000', '102542.927000', '102542.930000', '102542.933000', '102542.936000', '102542.938000', '102542.942000', '102542.944000', '102542.947000', '102542.950000', '102542.953000', '102542.956000', '102542.959000', '102602.834000', '102602.837000', '102602.840000', '102602.843000', '102602.848000', '102602.851000', '102602.854000', '102602.857000', '102602.860000', '102602.862000', '102602.865000', '102602.868000', '102602.871000', '102602.874000', '102602.877000', '102602.880000', '102602.883000', '102602.886000', '102602.889000', '102602.891000', '102602.894000', '102602.897000', '102602.900000', '102602.903000', '102602.906000', '102602.909000', '102602.912000', '102602.915000', '102602.917000', '102602.920000', '102602.923000', '102602.926000', '102602.929000', '102602.932000', '102602.935000', '102602.938000', '102602.940000', '102602.943000', '102602.946000', '102602.949000', '102602.952000', '102602.955000', '102602.958000', '102622.834000', '102622.837000', '102622.840000', '102622.843000', '102622.846000', '102622.849000', '102622.852000', '102622.854000', '102622.857000', '102622.860000', '102622.874000', '102622.876000', '102622.879000', '102622.882000', '102622.885000', '102622.888000', '102622.891000', '102622.894000', '102622.897000', '102622.900000', '102622.903000', '102622.905000', '102622.908000', '102622.911000', '102622.914000', '102622.917000', '102622.920000', '102622.923000', '102622.926000', '102622.929000', '102622.932000', '102622.934000', '102622.937000', '102622.940000', '102622.943000', '102622.946000', '102622.949000', '102622.952000', '102622.955000', '102622.958000', '102622.961000', '102622.963000', '102622.966000', '102622.969000', '102642.833000', '102642.836000', '102642.839000', '102642.842000', '102642.845000', '102642.848000', '102642.851000', '102642.853000', '102642.856000', '102642.859000', '102642.862000', '102642.865000', '102642.868000', '102642.871000', '102642.874000', '102642.877000', '102642.880000', '102642.883000', '102642.886000', '102642.889000', '102642.892000', '102642.895000', '102642.898000', '102642.901000', '102642.904000', '102642.906000', '102642.909000', '102642.912000', '102642.915000', '102642.918000', '102642.921000', '102642.924000', '102642.927000', '102642.929000', '102642.932000', '102642.935000', '102642.938000', '102642.941000', '102642.944000', '102642.947000', '102642.950000', '102642.953000', '102642.956000', '102702.833000', '102702.836000', '102702.839000', '102702.842000', '102702.845000', '102702.848000', '102702.850000', '102702.853000', '102702.856000', '102702.859000', '102702.862000', '102702.865000', '102702.868000', '102702.871000', '102702.873000', '102702.876000', '102702.879000', '102702.882000', '102702.885000', '102702.888000', '102702.891000', '102702.894000', '102702.897000', '102702.900000', '102702.902000', '102702.905000', '102702.908000', '102702.911000', '102702.914000', '102702.917000', '102702.920000', '102702.923000', '102702.926000', '102702.929000', '102702.932000', '102702.934000', '102702.938000', '102702.940000', '102702.943000', '102702.947000', '102702.949000', '102702.952000', '102702.955000', '102702.958000', '102722.833000', '102722.836000', '102722.839000', '102722.842000', '102722.845000', '102722.848000', '102722.851000', '102722.853000', '102722.856000', '102722.859000', '102722.862000', '102722.865000', '102722.868000', '102722.871000', '102722.874000', '102722.877000', '102722.880000', '102722.885000', '102722.889000', '102722.892000', '102722.895000', '102722.898000', '102722.901000', '102722.904000', '102722.907000', '102722.910000', '102722.913000', '102722.916000', '102722.919000', '102722.921000', '102722.924000', '102722.927000', '102722.930000', '102722.933000', '102722.936000', '102722.945000', '102722.948000', '102722.951000', '102722.954000', '102722.957000', '102722.960000', '102722.963000', '102722.965000', '102742.834000', '102742.837000', '102742.840000', '102742.843000', '102742.846000', '102742.849000', '102742.852000', '102742.855000', '102742.857000', '102742.860000', '102742.863000', '102742.866000', '102742.869000', '102742.872000', '102742.875000', '102742.878000', '102742.881000', '102742.884000', '102742.886000', '102742.889000', '102742.892000', '102742.895000', '102742.898000', '102742.901000', '102742.904000', '102742.907000', '102742.910000', '102742.913000', '102742.916000', '102742.919000', '102742.922000', '102742.925000', '102742.928000', '102742.930000', '102742.934000', '102742.951000', '102742.954000', '102742.957000', '102742.960000', '102742.963000', '102742.966000', '102742.969000', '102742.972000', '102742.975000', '102802.834000', '102802.837000', '102802.840000', '102802.843000', '102802.846000', '102802.849000', '102802.852000', '102802.855000', '102802.857000', '102802.860000', '102802.863000', '102802.868000', '102802.871000', '102802.874000', '102802.877000', '102802.880000', '102802.882000', '102802.885000', '102802.888000', '102802.891000', '102802.894000', '102802.897000', '102802.900000', '102802.903000', '102802.906000', '102802.909000', '102802.912000', '102802.915000', '102802.918000', '102802.921000', '102802.924000', '102802.927000', '102802.930000', '102802.933000', '102802.936000', '102802.939000', '102802.942000', '102802.945000', '102802.948000', '102802.951000', '102802.953000', '102802.956000', '102802.959000', '102822.834000', '102822.837000', '102822.840000', '102822.843000', '102822.846000', '102822.849000', '102822.852000', '102822.855000', '102822.858000', '102822.861000', '102822.863000', '102822.866000', '102822.869000', '102822.872000', '102822.875000', '102822.878000', '102822.881000', '102822.884000', '102822.887000', '102822.890000', '102822.893000', '102822.895000', '102822.898000', '102822.901000', '102822.904000', '102822.907000', '102822.910000', '102822.913000', '102822.916000', '102822.919000', '102822.921000', '102822.924000', '102822.927000', '102822.930000', '102822.933000', '102822.936000', '102822.939000', '102822.942000', '102822.945000', '102822.947000', '102822.950000', '102822.953000', '102822.956000', '102822.959000', '102842.834000', '102842.837000', '102842.840000', '102842.843000', '102842.846000', '102842.849000', '102842.852000', '102842.854000', '102842.857000', '102842.861000', '102842.864000', '102842.867000', '102842.870000', '102842.873000', '102842.876000', '102842.879000', '102842.882000', '102842.885000', '102842.888000', '102842.891000', '102842.893000', '102842.896000', '102842.899000', '102842.902000', '102842.905000', '102842.908000', '102842.911000', '102842.914000', '102842.917000', '102842.920000', '102842.923000', '102842.926000', '102842.929000', '102842.932000', '102842.934000', '102842.937000', '102842.940000', '102842.943000', '102842.946000', '102842.949000', '102842.952000', '102842.955000', '102842.958000', '102902.833000', '102902.836000', '102902.839000', '102902.842000', '102902.845000', '102902.848000', '102902.851000', '102902.854000', '102902.856000', '102902.859000', '102902.862000', '102902.865000', '102902.868000', '102902.871000', '102902.874000', '102902.877000', '102902.880000', '102902.883000', '102902.886000', '102902.889000', '102902.892000', '102902.894000', '102902.897000', '102902.900000', '102902.903000', '102902.906000', '102902.909000', '102902.912000', '102902.915000', '102902.918000', '102902.921000', '102902.924000', '102902.926000', '102902.929000', '102902.932000', '102902.935000', '102902.938000', '102902.941000', '102902.944000', '102902.947000', '102902.955000', '102902.971000', '102902.974000', '102902.976000', '102912.882000', '102912.895000', '102912.899000', '102912.902000', '102912.906000', '102912.909000', '102912.912000', '102912.915000', '102912.918000', '102912.921000', '102912.924000', '102912.926000', '102912.930000', '102912.933000', '102912.935000', '102912.938000', '102912.942000', '102912.945000', '102912.948000', '102912.950000', '102912.953000', '102912.956000'], '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': [10080, 11419, 13610, 9162, 11288, 15169, 8879, 12104, 10189, 9031, 12569, 8760, 11396, 10089, 9181, 12808, 16751, 9141, 11864, 14448, 9030, 11311, 13137, 8325, 11486, 13061, 8776, 11217, 8387, 8940, 11773, 10334, 8971, 11978, 9218, 9906, 12320, 8893, 10120, 12907, 9032, 10906, 12987, 9145, 11910, 14775, 8678, 11909, 10993, 9167, 12705, 9405, 9456, 13034, 9728, 10841, 13354, 9008, 10696, 13879, 9701, 12099, 14544, 9142, 11929, 14537, 8867, 11644, 14464, 9166, 11514, 8318, 9556, 11933, 9103, 10382, 12492, 8684, 10251, 12332, 8846, 10529, 10910, 9429, 11883, 8443, 9730, 12822, 9558, 11366, 13945, 9342, 11297, 11924, 9171, 11044, 11297, 9505, 12623, 8668, 9323, 12333, 9155, 10928, 14391, 9257, 12032, 8726, 9547, 10990, 8930, 9339, 12454, 9073, 11035, 9338, 9534, 10925, 9447, 12193, 8874, 10317, 13442, 9052, 12045, 8936, 10796, 14313, 8852, 11747, 9022, 9501, 13626, 9019, 10728, 8495, 9424, 11063, 9174, 10606, 11014, 9138, 11390, 8940, 9088, 12463, 8827, 11157, 8976, 9114, 12457, 8837, 10692, 8513, 9367, 8896, 9091, 10783, 8881, 10336, 11248, 8851, 11440, 8327, 9757, 8566, 8944, 11550, 8348, 10989, 8300, 9438, 10897, 8566, 11630, 8585, 10268, 14304, 9026, 12144, 8351, 10142, 9861, 8330, 11718, 8577, 10874, 9909, 8180, 12203, 8388, 10052, 10715, 8630, 12038, 8208, 9928, 9849, 8615, 10558, 8405, 9898, 8323, 8249, 10830, 7916, 9767, 8038, 8499, 11991, 8163, 10844, 8013, 8380, 10897, 7989, 11061, 8928, 8339, 11848, 8000, 9727, 7923, 8785, 12019, 8388, 10741, 7637, 8410, 10882, 7996, 10476, 8605, 8786, 12514, 7815, 10780, 7982, 9114, 13411, 8564, 11351, 8265, 9264, 12376, 8024, 11163, 8069, 9224, 12393, 8121, 10837, 7959, 9207, 10597, 8184, 10952, 7808, 9130, 12806, 8739, 10997, 7682, 9281, 11605, 7856, 10891, 10206, 8276, 11325, 7808, 9461, 10720, 8016, 11206, 8320, 9255, 12717, 8107, 10762, 7902, 8804, 11037, 8074, 10384, 8518, 8596, 11157, 7947, 9530, 7946, 8285, 11449, 8143, 9770, 8306, 8335, 10047, 8154, 9881, 9031, 7998, 10839, 8214, 9086, 11729, 8026, 10279, 7757, 9318, 8648, 8233, 9918, 8300, 9411, 10211, 8111, 11784, 8594, 10468, 8224, 8227, 11764, 8221, 10797, 9329, 8907, 12347, 8097, 10438, 8520, 8776, 12813, 8761, 12507, 8473, 11466, 7873, 8886, 7379, 9149, 11914, 7880, 10346, 11678, 8105, 10525, 10018, 8208, 12325, 7771, 10179, 10898, 8021, 11719, 7861, 10206, 8722, 8753, 13810, 8628, 11520, 8406, 10116, 8617, 8316, 11337, 7615, 10221, 7449, 9038, 13158, 8415, 11015, 7513, 9272, 11339, 8238, 10574, 7640, 9354, 10789, 8022, 11043, 7723, 8989, 7789, 7835, 10550, 7837, 9965, 7739, 9167, 9189, 7538, 10656, 7246, 10077, 9780, 7896, 11590, 7961, 10042, 7994, 8760, 12462, 8627, 10734, 8134, 9745, 9100, 8010, 11851, 8391, 10264, 8251, 9179, 10295, 7822, 10925, 7589, 10187, 10433, 8250, 11480, 7697, 9749, 7601, 8727, 11199, 7815, 11539, 7818, 9638, 7727, 8573, 10342, 8169, 11091, 7938, 9648, 8170, 8000, 9906, 7647, 10863, 7853, 9623, 7883, 8063, 11107, 7771, 10596, 8030, 10149, 10381, 8698, 13421, 7805, 11153, 8074, 9832, 10378, 8007, 12870, 7929, 11039, 7618, 9162, 11345, 7709, 10603, 7664, 9809, 9340, 7613, 11671, 7394, 9523, 8463, 7914, 12573, 7968, 10770, 7446, 9260, 11665, 7814, 10897, 8068, 9593, 10675, 7824, 11582, 7776, 9378, 7552, 8758, 9301, 7754, 11723, 7923, 10961, 7731, 8903, 11901, 7803, 10533, 7873, 9672, 9162, 7834, 11776, 7678, 9445, 8169, 7584, 11286, 7723, 10104, 7727, 8083, 10452, 7685, 10094, 7701, 8927, 9533, 7654, 10548, 7508, 9792, 9976, 7661, 11323, 7454, 9483, 8123, 8141, 13268, 8279, 11565, 7572, 9375, 9095, 7753, 11656, 7695, 10493, 7497, 8451, 11771, 7934, 10762, 8087, 9182, 11635, 7691, 10100, 7559, 9231, 11772, 7739, 11532, 7395, 9178, 9797, 7622, 11035, 7818, 9748, 10028, 7795, 12311, 7661, 9334, 8134, 7478, 11213, 7712, 10019, 7806, 7916, 10834, 7545, 9507, 10109, 7602, 11435, 7362, 9704, 8389, 7619, 10667, 7872, 9607, 9169, 7757, 11038, 7299, 9276, 9781, 7884, 12071, 8229, 9992, 9051, 7726, 10611, 7430, 9966, 10906, 8075, 12046, 7778, 10241, 7267, 8185, 11317, 7520, 9838, 8836, 8049, 12972, 7862, 10611, 7272, 8508, 11098, 7899, 10030, 7711, 8488, 13285, 7743, 10453, 7086, 8863, 10873, 7694, 10432, 8129, 9898, 7742, 7891, 10658, 7774, 9837, 9396, 8091, 11677, 7816, 9466, 8720, 8087, 11610, 7773, 9966, 7635, 8184, 10899, 7728, 10204, 8072, 8171, 11903, 7884, 10118, 7557, 9157, 11891, 8102, 12077, 8148, 9381, 11463, 8028, 10643, 8048, 9329, 11739, 7817, 11246, 7533, 9432, 9883, 7891, 11287, 8088, 9699, 10795, 8018, 11675, 7847, 9663, 8497, 8109, 11863, 8367, 10253, 7912, 8313, 11515, 7828, 9193, 8135, 8284, 11754, 7899, 10777, 7882, 8262, 11820, 8086, 10091, 7411, 8471, 12138, 7997, 11478, 8065, 9363, 10857, 8138, 10411, 7636, 9579, 10994, 8184, 11810, 7711, 9196, 8325, 8232, 10884, 8076, 9158, 11179, 8025, 12013, 7982, 9730, 9113, 8226, 11599, 8098, 9244, 12630, 8088, 12378, 8075, 9548, 8295, 8212, 10537, 8214, 9262, 11670, 8010, 11017, 8131, 9357, 10531, 8144, 11233, 7882, 9008, 9052, 8097, 12203, 8099, 10833, 7517, 8530, 11724, 8028, 10180, 7596, 8520, 13069, 8052, 11600, 8278, 9183, 12106, 8077, 11272, 8070, 9294, 13573, 7983, 11812, 7536, 8553, 11496, 8169, 10482, 8572, 8331, 11558, 8123, 9396, 7445, 8224, 11033, 7812, 10094, 7927, 8269, 11602, 8179, 9523, 7447, 8144, 11534, 7764, 10685, 8545, 10116, 13252, 8468, 11318, 8142, 11601, 7865, 9576, 13024, 8380, 9715, 8056, 8156, 12103, 8205, 10048, 7622, 8492, 12101, 8201, 12639, 8571, 11476, 7907, 9334, 9044, 8097, 12580, 8717, 8811, 12486, 8267, 9686, 12821, 8024, 11086, 7884, 8041, 11846, 8071, 9201, 8862, 8199, 10957, 8375, 8751, 10555, 8075, 10860, 7864, 8515, 7411, 8221, 8208, 8313, 10132, 7499, 8353, 11567, 8372, 8469, 12018, 8019, 9593, 7945, 8106, 9953, 8158, 10364, 8671, 8386, 11482, 8412, 8084, 11114, 8137, 8943, 10892, 7992, 10119, 7996, 8903, 7450, 8144, 12250, 8167, 8899, 13042, 7962, 9586, 7934, 8113, 11158, 8094, 8569, 12879], 'WindowCenter': [4398.0, 4393.0, 4398.0, 4357.0, 4367.0, 4382.0, 4343.0, 4376.0, 4365.0, 4344.0, 4370.0, 4331.0, 4363.0, 4350.0, 4342.0, 4387.0, 4392.0, 4342.0, 4362.0, 4369.0, 4331.0, 4363.0, 4370.0, 4319.0, 4361.0, 4357.0, 4318.0, 4350.0, 4318.0, 4330.0, 4372.0, 4340.0, 4331.0, 4361.0, 4328.0, 4339.0, 4358.0, 4329.0, 4350.0, 4369.0, 4342.0, 4362.0, 4371.0, 4341.0, 4360.0, 4367.0, 4319.0, 4359.0, 4348.0, 4329.0, 4359.0, 4316.0, 4329.0, 4369.0, 4326.0, 4337.0, 4356.0, 4316.0, 4336.0, 4357.0, 4326.0, 4358.0, 4355.0, 4315.0, 4345.0, 4354.0, 4316.0, 4346.0, 4353.0, 4313.0, 4333.0, 4304.0, 4326.0, 4346.0, 4315.0, 4336.0, 4344.0, 4304.0, 4336.0, 4355.0, 4327.0, 4337.0, 4334.0, 4326.0, 4346.0, 4305.0, 4327.0, 4357.0, 4337.0, 4345.0, 4353.0, 4314.0, 4335.0, 4342.0, 4313.0, 4345.0, 4345.0, 4324.0, 4345.0, 4328.0, 4339.0, 4342.0, 4312.0, 4334.0, 4351.0, 4312.0, 4343.0, 4314.0, 4338.0, 4333.0, 4312.0, 4314.0, 4342.0, 4314.0, 4334.0, 4325.0, 4326.0, 4333.0, 4325.0, 4356.0, 4313.0, 4334.0, 4353.0, 4314.0, 4345.0, 4313.0, 4335.0, 4352.0, 4313.0, 4347.0, 4312.0, 4313.0, 4342.0, 4301.0, 4332.0, 4301.0, 4313.0, 4331.0, 4310.0, 4335.0, 4334.0, 4313.0, 4331.0, 4312.0, 4313.0, 4342.0, 4313.0, 4332.0, 4314.0, 4327.0, 4342.0, 4314.0, 4334.0, 4314.0, 4324.0, 4325.0, 4325.0, 4333.0, 4325.0, 4348.0, 4346.0, 4315.0, 4343.0, 4304.0, 4325.0, 4314.0, 4315.0, 4344.0, 4316.0, 4347.0, 4304.0, 4326.0, 4344.0, 4315.0, 4344.0, 4313.0, 4335.0, 4366.0, 4327.0, 4344.0, 4304.0, 4335.0, 4323.0, 4304.0, 4344.0, 4314.0, 4335.0, 4322.0, 4304.0, 4343.0, 4303.0, 4324.0, 4321.0, 4302.0, 4342.0, 4291.0, 4322.0, 4311.0, 4303.0, 4322.0, 4302.0, 4322.0, 4301.0, 4304.0, 4333.0, 4303.0, 4323.0, 4292.0, 4315.0, 4344.0, 4303.0, 4334.0, 4303.0, 4304.0, 4333.0, 4304.0, 4345.0, 4312.0, 4303.0, 4342.0, 4303.0, 4324.0, 4302.0, 4316.0, 4344.0, 4304.0, 4334.0, 4294.0, 4315.0, 4333.0, 4304.0, 4346.0, 4314.0, 4315.0, 4354.0, 4294.0, 4334.0, 4293.0, 4315.0, 4354.0, 4314.0, 4344.0, 4304.0, 4325.0, 4342.0, 4304.0, 4334.0, 4292.0, 4326.0, 4355.0, 4304.0, 4334.0, 4303.0, 4325.0, 4334.0, 4315.0, 4335.0, 4293.0, 4325.0, 4354.0, 4314.0, 4333.0, 4293.0, 4324.0, 4332.0, 4292.0, 4335.0, 4322.0, 4303.0, 4332.0, 4292.0, 4324.0, 4331.0, 4293.0, 4333.0, 4302.0, 4314.0, 4342.0, 4293.0, 4333.0, 4292.0, 4313.0, 4332.0, 4303.0, 4334.0, 4302.0, 4303.0, 4332.0, 4303.0, 4324.0, 4291.0, 4304.0, 4333.0, 4292.0, 4323.0, 4302.0, 4304.0, 4323.0, 4303.0, 4325.0, 4313.0, 4304.0, 4334.0, 4303.0, 4315.0, 4344.0, 4305.0, 4335.0, 4307.0, 4325.0, 4314.0, 4316.0, 4336.0, 4315.0, 4326.0, 4334.0, 4306.0, 4346.0, 4315.0, 4335.0, 4304.0, 4305.0, 4344.0, 4305.0, 4346.0, 4313.0, 4314.0, 4343.0, 4293.0, 4335.0, 4302.0, 4314.0, 4368.0, 4316.0, 4355.0, 4316.0, 4345.0, 4303.0, 4313.0, 4292.0, 4324.0, 4341.0, 4291.0, 4334.0, 4332.0, 4303.0, 4333.0, 4320.0, 4301.0, 4341.0, 4279.0, 4320.0, 4317.0, 4278.0, 4318.0, 4277.0, 4309.0, 4286.0, 4289.0, 4338.0, 4288.0, 4317.0, 4287.0, 4306.0, 4274.0, 4276.0, 4316.0, 4277.0, 4308.0, 4266.0, 4299.0, 4340.0, 4288.0, 4318.0, 4267.0, 4298.0, 4316.0, 4287.0, 4318.0, 4277.0, 4300.0, 4318.0, 4289.0, 4331.0, 4291.0, 4299.0, 4278.0, 4291.0, 4320.0, 4292.0, 4322.0, 4292.0, 4323.0, 4312.0, 4293.0, 4332.0, 4282.0, 4324.0, 4322.0, 4292.0, 4342.0, 4303.0, 4323.0, 4291.0, 4314.0, 4342.0, 4313.0, 4332.0, 4303.0, 4323.0, 4311.0, 4303.0, 4343.0, 4302.0, 4321.0, 4302.0, 4324.0, 4322.0, 4293.0, 4333.0, 4292.0, 4334.0, 4334.0, 4304.0, 4344.0, 4305.0, 4349.0, 4320.0, 4329.0, 4357.0, 4305.0, 4332.0, 4291.0, 4322.0, 4292.0, 4315.0, 4322.0, 4304.0, 4343.0, 4303.0, 4323.0, 4302.0, 4305.0, 4333.0, 4294.0, 4334.0, 4304.0, 4323.0, 4303.0, 4304.0, 4343.0, 4305.0, 4333.0, 4303.0, 4335.0, 4334.0, 4314.0, 4354.0, 4294.0, 4333.0, 4292.0, 4323.0, 4319.0, 4293.0, 4342.0, 4291.0, 4333.0, 4292.0, 4313.0, 4331.0, 4291.0, 4320.0, 4280.0, 4322.0, 4310.0, 4291.0, 4331.0, 4280.0, 4322.0, 4290.0, 4293.0, 4342.0, 4291.0, 4331.0, 4281.0, 4312.0, 4330.0, 4280.0, 4320.0, 4290.0, 4322.0, 4320.0, 4292.0, 4330.0, 4291.0, 4311.0, 4291.0, 4313.0, 4312.0, 4293.0, 4344.0, 4303.0, 4333.0, 4293.0, 4314.0, 4342.0, 4292.0, 4322.0, 4302.0, 4324.0, 4311.0, 4293.0, 4342.0, 4292.0, 4322.0, 4301.0, 4292.0, 4331.0, 4292.0, 4322.0, 4291.0, 4303.0, 4331.0, 4293.0, 4323.0, 4292.0, 4313.0, 4322.0, 4293.0, 4333.0, 4282.0, 4324.0, 4322.0, 4293.0, 4332.0, 4282.0, 4323.0, 4292.0, 4305.0, 4355.0, 4303.0, 4343.0, 4293.0, 4324.0, 4311.0, 4293.0, 4343.0, 4293.0, 4333.0, 4282.0, 4304.0, 4342.0, 4292.0, 4332.0, 4291.0, 4312.0, 4331.0, 4292.0, 4321.0, 4281.0, 4313.0, 4342.0, 4292.0, 4342.0, 4283.0, 4313.0, 4321.0, 4292.0, 4331.0, 4291.0, 4323.0, 4321.0, 4293.0, 4354.0, 4293.0, 4312.0, 4290.0, 4282.0, 4331.0, 4292.0, 4322.0, 4292.0, 4304.0, 4332.0, 4293.0, 4324.0, 4320.0, 4292.0, 4331.0, 4281.0, 4323.0, 4301.0, 4291.0, 4321.0, 4291.0, 4323.0, 4311.0, 4292.0, 4331.0, 4280.0, 4312.0, 4320.0, 4303.0, 4343.0, 4301.0, 4321.0, 4299.0, 4280.0, 4319.0, 4280.0, 4311.0, 4319.0, 4292.0, 4330.0, 4280.0, 4321.0, 4279.0, 4290.0, 4329.0, 4280.0, 4311.0, 4299.0, 4304.0, 4341.0, 4290.0, 4321.0, 4281.0, 4302.0, 4319.0, 4278.0, 4311.0, 4278.0, 4301.0, 4340.0, 4291.0, 4320.0, 4270.0, 4301.0, 4320.0, 4281.0, 4321.0, 4303.0, 4322.0, 4292.0, 4305.0, 4321.0, 4291.0, 4323.0, 4300.0, 4292.0, 4331.0, 4292.0, 4313.0, 4300.0, 4292.0, 4331.0, 4291.0, 4322.0, 4280.0, 4302.0, 4320.0, 4292.0, 4323.0, 4291.0, 4302.0, 4341.0, 4291.0, 4322.0, 4281.0, 4313.0, 4330.0, 4292.0, 4343.0, 4291.0, 4313.0, 4331.0, 4291.0, 4321.0, 4290.0, 4312.0, 4330.0, 4281.0, 4330.0, 4292.0, 4313.0, 4321.0, 4292.0, 4331.0, 4290.0, 4312.0, 4321.0, 4291.0, 4330.0, 4290.0, 4311.0, 4299.0, 4291.0, 4342.0, 4291.0, 4322.0, 4290.0, 4291.0, 4330.0, 4280.0, 4311.0, 4290.0, 4302.0, 4332.0, 4291.0, 4332.0, 4291.0, 4302.0, 4341.0, 4291.0, 4321.0, 4269.0, 4302.0, 4331.0, 4292.0, 4332.0, 4291.0, 4313.0, 4321.0, 4291.0, 4320.0, 4280.0, 4323.0, 4331.0, 4292.0, 4342.0, 4292.0, 4313.0, 4302.0, 4301.0, 4332.0, 4292.0, 4314.0, 4332.0, 4304.0, 4343.0, 4293.0, 4324.0, 4301.0, 4302.0, 4332.0, 4291.0, 4313.0, 4341.0, 4292.0, 4341.0, 4292.0, 4323.0, 4301.0, 4302.0, 4321.0, 4290.0, 4314.0, 4332.0, 4292.0, 4332.0, 4292.0, 4314.0, 4332.0, 4292.0, 4331.0, 4291.0, 4313.0, 4301.0, 4293.0, 4343.0, 4293.0, 4333.0, 4282.0, 4304.0, 4341.0, 4292.0, 4322.0, 4292.0, 4305.0, 4342.0, 4292.0, 4332.0, 4302.0, 4313.0, 4330.0, 4291.0, 4331.0, 4290.0, 4313.0, 4341.0, 4292.0, 4331.0, 4279.0, 4290.0, 4318.0, 4291.0, 4321.0, 4289.0, 4290.0, 4329.0, 4291.0, 4311.0, 4269.0, 4302.0, 4320.0, 4281.0, 4323.0, 4290.0, 4303.0, 4332.0, 4302.0, 4312.0, 4281.0, 4292.0, 4332.0, 4292.0, 4334.0, 4303.0, 4336.0, 4367.0, 4316.0, 4346.0, 4305.0, 4344.0, 4305.0, 4324.0, 4340.0, 4290.0, 4311.0, 4277.0, 4291.0, 4331.0, 4292.0, 4322.0, 4280.0, 4300.0, 4317.0, 4289.0, 4331.0, 4289.0, 4319.0, 4278.0, 4300.0, 4287.0, 4279.0, 4319.0, 4276.0, 4287.0, 4315.0, 4264.0, 4286.0, 4314.0, 4264.0, 4305.0, 4264.0, 4266.0, 4305.0, 4265.0, 4285.0, 4284.0, 4276.0, 4306.0, 4275.0, 4287.0, 4306.0, 4277.0, 4319.0, 4279.0, 4290.0, 4268.0, 4290.0, 4289.0, 4301.0, 4322.0, 4270.0, 4303.0, 4344.0, 4302.0, 4304.0, 4344.0, 4292.0, 4312.0, 4290.0, 4292.0, 4311.0, 4293.0, 4324.0, 4301.0, 4304.0, 4334.0, 4291.0, 4293.0, 4332.0, 4291.0, 4313.0, 4322.0, 4291.0, 4323.0, 4295.0, 4314.0, 4283.0, 4305.0, 4345.0, 4304.0, 4315.0, 4354.0, 4293.0, 4313.0, 4291.0, 4293.0, 4334.0, 4291.0, 4303.0, 4342.0], 'WindowWidth': [9703.0, 9682.0, 9678.0, 9618.0, 9631.0, 9643.0, 9592.0, 9642.0, 9626.0, 9595.0, 9624.0, 9573.0, 9619.0, 9598.0, 9590.0, 9659.0, 9658.0, 9588.0, 9616.0, 9619.0, 9570.0, 9616.0, 9624.0, 9555.0, 9611.0, 9602.0, 9550.0, 9593.0, 9550.0, 9570.0, 9632.0, 9581.0, 9571.0, 9611.0, 9563.0, 9580.0, 9605.0, 9567.0, 9598.0, 9622.0, 9591.0, 9616.0, 9629.0, 9585.0, 9610.0, 9616.0, 9553.0, 9606.0, 9592.0, 9569.0, 9606.0, 9544.0, 9566.0, 9622.0, 9558.0, 9574.0, 9598.0, 9544.0, 9572.0, 9600.0, 9559.0, 9602.0, 9594.0, 9541.0, 9581.0, 9590.0, 9543.0, 9584.0, 9589.0, 9533.0, 9560.0, 9525.0, 9558.0, 9587.0, 9543.0, 9571.0, 9577.0, 9524.0, 9571.0, 9597.0, 9563.0, 9575.0, 9565.0, 9557.0, 9583.0, 9530.0, 9562.0, 9605.0, 9577.0, 9584.0, 9591.0, 9536.0, 9568.0, 9575.0, 9536.0, 9583.0, 9583.0, 9555.0, 9582.0, 9568.0, 9582.0, 9573.0, 9534.0, 9565.0, 9586.0, 9533.0, 9576.0, 9543.0, 9578.0, 9565.0, 9533.0, 9539.0, 9575.0, 9541.0, 9567.0, 9556.0, 9560.0, 9565.0, 9557.0, 9600.0, 9538.0, 9567.0, 9591.0, 9541.0, 9584.0, 9537.0, 9568.0, 9589.0, 9535.0, 9588.0, 9533.0, 9536.0, 9573.0, 9516.0, 9559.0, 9517.0, 9537.0, 9557.0, 9527.0, 9570.0, 9565.0, 9536.0, 9558.0, 9532.0, 9536.0, 9575.0, 9538.0, 9561.0, 9541.0, 9562.0, 9574.0, 9539.0, 9566.0, 9540.0, 9554.0, 9557.0, 9557.0, 9564.0, 9557.0, 9593.0, 9586.0, 9543.0, 9577.0, 9529.0, 9559.0, 9540.0, 9544.0, 9582.0, 9546.0, 9591.0, 9528.0, 9558.0, 9582.0, 9543.0, 9581.0, 9536.0, 9570.0, 9615.0, 9562.0, 9581.0, 9527.0, 9569.0, 9552.0, 9528.0, 9581.0, 9538.0, 9569.0, 9547.0, 9525.0, 9577.0, 9522.0, 9552.0, 9545.0, 9521.0, 9573.0, 9504.0, 9546.0, 9530.0, 9522.0, 9547.0, 9520.0, 9548.0, 9519.0, 9526.0, 9565.0, 9525.0, 9552.0, 9507.0, 9543.0, 9580.0, 9524.0, 9566.0, 9526.0, 9529.0, 9566.0, 9529.0, 9585.0, 9535.0, 9524.0, 9574.0, 9526.0, 9553.0, 9522.0, 9546.0, 9581.0, 9527.0, 9566.0, 9515.0, 9544.0, 9566.0, 9529.0, 9588.0, 9540.0, 9545.0, 9594.0, 9515.0, 9568.0, 9510.0, 9544.0, 9595.0, 9540.0, 9581.0, 9527.0, 9556.0, 9576.0, 9526.0, 9567.0, 9509.0, 9558.0, 9597.0, 9528.0, 9568.0, 9525.0, 9557.0, 9566.0, 9543.0, 9569.0, 9511.0, 9555.0, 9594.0, 9541.0, 9565.0, 9509.0, 9554.0, 9561.0, 9508.0, 9570.0, 9547.0, 9523.0, 9562.0, 9509.0, 9552.0, 9558.0, 9509.0, 9564.0, 9520.0, 9540.0, 9574.0, 9511.0, 9564.0, 9507.0, 9537.0, 9561.0, 9526.0, 9567.0, 9519.0, 9525.0, 9563.0, 9523.0, 9553.0, 9505.0, 9526.0, 9563.0, 9507.0, 9550.0, 9520.0, 9526.0, 9550.0, 9524.0, 9556.0, 9536.0, 9528.0, 9567.0, 9525.0, 9543.0, 9581.0, 9530.0, 9572.0, 9537.0, 9558.0, 9540.0, 9546.0, 9573.0, 9544.0, 9561.0, 9569.0, 9533.0, 9586.0, 9542.0, 9572.0, 9527.0, 9531.0, 9581.0, 9530.0, 9586.0, 9536.0, 9539.0, 9577.0, 9512.0, 9571.0, 9520.0, 9541.0, 9624.0, 9548.0, 9600.0, 9549.0, 9586.0, 9526.0, 9538.0, 9511.0, 9555.0, 9572.0, 9505.0, 9568.0, 9563.0, 9527.0, 9566.0, 9542.0, 9520.0, 9573.0, 9486.0, 9542.0, 9531.0, 9483.0, 9534.0, 9478.0, 9525.0, 9489.0, 9497.0, 9564.0, 9494.0, 9534.0, 9491.0, 9516.0, 9468.0, 9474.0, 9527.0, 9479.0, 9522.0, 9463.0, 9510.0, 9570.0, 9494.0, 9535.0, 9465.0, 9507.0, 9529.0, 9492.0, 9534.0, 9478.0, 9514.0, 9535.0, 9499.0, 9560.0, 9506.0, 9514.0, 9482.0, 9504.0, 9542.0, 9511.0, 9547.0, 9508.0, 9552.0, 9535.0, 9512.0, 9561.0, 9495.0, 9553.0, 9546.0, 9509.0, 9576.0, 9524.0, 9552.0, 9506.0, 9541.0, 9578.0, 9538.0, 9562.0, 9524.0, 9552.0, 9532.0, 9524.0, 9578.0, 9522.0, 9547.0, 9521.0, 9554.0, 9548.0, 9513.0, 9565.0, 9508.0, 9569.0, 9569.0, 9528.0, 9582.0, 9532.0, 9601.0, 9562.0, 9571.0, 9608.0, 9533.0, 9561.0, 9505.0, 9549.0, 9510.0, 9543.0, 9548.0, 9529.0, 9578.0, 9524.0, 9551.0, 9523.0, 9533.0, 9566.0, 9515.0, 9567.0, 9527.0, 9553.0, 9524.0, 9529.0, 9578.0, 9530.0, 9565.0, 9525.0, 9572.0, 9567.0, 9542.0, 9596.0, 9514.0, 9564.0, 9510.0, 9551.0, 9539.0, 9511.0, 9577.0, 9506.0, 9565.0, 9511.0, 9539.0, 9560.0, 9506.0, 9543.0, 9488.0, 9548.0, 9527.0, 9505.0, 9558.0, 9489.0, 9549.0, 9501.0, 9511.0, 9578.0, 9505.0, 9557.0, 9492.0, 9533.0, 9554.0, 9489.0, 9542.0, 9501.0, 9548.0, 9540.0, 9507.0, 9556.0, 9504.0, 9531.0, 9507.0, 9537.0, 9535.0, 9512.0, 9583.0, 9525.0, 9565.0, 9513.0, 9542.0, 9575.0, 9507.0, 9547.0, 9522.0, 9556.0, 9533.0, 9510.0, 9577.0, 9508.0, 9549.0, 9518.0, 9508.0, 9560.0, 9507.0, 9548.0, 9506.0, 9525.0, 9560.0, 9510.0, 9550.0, 9508.0, 9538.0, 9549.0, 9512.0, 9565.0, 9494.0, 9554.0, 9547.0, 9510.0, 9562.0, 9495.0, 9552.0, 9509.0, 9532.0, 9598.0, 9525.0, 9581.0, 9514.0, 9554.0, 9532.0, 9511.0, 9577.0, 9511.0, 9566.0, 9497.0, 9528.0, 9575.0, 9509.0, 9563.0, 9504.0, 9535.0, 9558.0, 9506.0, 9546.0, 9491.0, 9538.0, 9574.0, 9508.0, 9577.0, 9498.0, 9537.0, 9545.0, 9510.0, 9560.0, 9504.0, 9550.0, 9545.0, 9510.0, 9596.0, 9512.0, 9536.0, 9503.0, 9495.0, 9558.0, 9509.0, 9549.0, 9510.0, 9528.0, 9563.0, 9511.0, 9556.0, 9543.0, 9509.0, 9560.0, 9493.0, 9551.0, 9518.0, 9506.0, 9545.0, 9504.0, 9551.0, 9530.0, 9506.0, 9558.0, 9489.0, 9535.0, 9541.0, 9526.0, 9578.0, 9517.0, 9545.0, 9513.0, 9490.0, 9539.0, 9487.0, 9531.0, 9538.0, 9507.0, 9555.0, 9488.0, 9545.0, 9487.0, 9502.0, 9551.0, 9487.0, 9530.0, 9511.0, 9528.0, 9573.0, 9503.0, 9546.0, 9491.0, 9521.0, 9538.0, 9483.0, 9530.0, 9481.0, 9519.0, 9570.0, 9505.0, 9543.0, 9475.0, 9518.0, 9541.0, 9490.0, 9544.0, 9526.0, 9549.0, 9508.0, 9531.0, 9546.0, 9505.0, 9550.0, 9514.0, 9506.0, 9556.0, 9506.0, 9536.0, 9513.0, 9507.0, 9559.0, 9505.0, 9546.0, 9489.0, 9520.0, 9542.0, 9509.0, 9549.0, 9503.0, 9521.0, 9572.0, 9507.0, 9549.0, 9491.0, 9538.0, 9556.0, 9507.0, 9576.0, 9502.0, 9535.0, 9558.0, 9505.0, 9546.0, 9501.0, 9534.0, 9555.0, 9492.0, 9555.0, 9507.0, 9539.0, 9543.0, 9508.0, 9558.0, 9501.0, 9533.0, 9543.0, 9504.0, 9555.0, 9502.0, 9531.0, 9511.0, 9503.0, 9574.0, 9505.0, 9547.0, 9500.0, 9504.0, 9556.0, 9489.0, 9531.0, 9500.0, 9520.0, 9561.0, 9504.0, 9560.0, 9503.0, 9522.0, 9571.0, 9504.0, 9543.0, 9472.0, 9520.0, 9558.0, 9506.0, 9561.0, 9502.0, 9535.0, 9544.0, 9504.0, 9541.0, 9488.0, 9550.0, 9556.0, 9505.0, 9573.0, 9507.0, 9536.0, 9521.0, 9519.0, 9560.0, 9506.0, 9538.0, 9559.0, 9527.0, 9576.0, 9510.0, 9553.0, 9518.0, 9520.0, 9560.0, 9502.0, 9535.0, 9570.0, 9507.0, 9571.0, 9507.0, 9551.0, 9519.0, 9520.0, 9543.0, 9501.0, 9538.0, 9559.0, 9506.0, 9559.0, 9506.0, 9539.0, 9561.0, 9507.0, 9557.0, 9504.0, 9536.0, 9516.0, 9510.0, 9576.0, 9509.0, 9562.0, 9493.0, 9526.0, 9571.0, 9505.0, 9547.0, 9506.0, 9527.0, 9573.0, 9505.0, 9559.0, 9520.0, 9536.0, 9555.0, 9503.0, 9557.0, 9501.0, 9536.0, 9571.0, 9506.0, 9557.0, 9483.0, 9498.0, 9534.0, 9504.0, 9544.0, 9496.0, 9500.0, 9551.0, 9503.0, 9531.0, 9471.0, 9521.0, 9541.0, 9490.0, 9550.0, 9501.0, 9521.0, 9561.0, 9521.0, 9536.0, 9489.0, 9507.0, 9559.0, 9507.0, 9566.0, 9525.0, 9571.0, 9619.0, 9548.0, 9588.0, 9529.0, 9582.0, 9531.0, 9552.0, 9569.0, 9501.0, 9529.0, 9479.0, 9503.0, 9556.0, 9506.0, 9548.0, 9485.0, 9513.0, 9531.0, 9497.0, 9557.0, 9497.0, 9535.0, 9478.0, 9511.0, 9488.0, 9480.0, 9535.0, 9470.0, 9485.0, 9522.0, 9451.0, 9485.0, 9517.0, 9453.0, 9508.0, 9451.0, 9458.0, 9507.0, 9455.0, 9484.0, 9480.0, 9473.0, 9511.0, 9470.0, 9490.0, 9511.0, 9477.0, 9536.0, 9484.0, 9500.0, 9467.0, 9500.0, 9496.0, 9517.0, 9546.0, 9472.0, 9520.0, 9578.0, 9520.0, 9525.0, 9581.0, 9506.0, 9532.0, 9500.0, 9507.0, 9529.0, 9510.0, 9553.0, 9515.0, 9524.0, 9564.0, 9503.0, 9509.0, 9559.0, 9503.0, 9534.0, 9544.0, 9504.0, 9548.0, 9514.0, 9540.0, 9496.0, 9531.0, 9585.0, 9525.0, 9542.0, 9593.0, 9508.0, 9535.0, 9502.0, 9510.0, 9565.0, 9503.0, 9522.0, 9574.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.013120997807017545</td></tr>
<tr><td colspan=3>aqi</td><td>0.052578779714912274</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.32748296259058</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233033580735457</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0942724856641055</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>5375.1177</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08322073977895832</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0833333333333335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471273550830219</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4359590328313017</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642546846087683</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.335314773571672</td></tr>
<tr><td colspan=3>gcor</td><td>0.00412303</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014596872963011265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015667397528886795</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.044270122818077</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>34.9092</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9111</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.0662</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303194.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.7424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.728</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.7048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.2424</td></tr>
<tr><td colspan=3>tsnr</td><td>30.615126967430115</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>