<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>b3ee3c5245715fd3139facaf88843239</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>11:38:2.637500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999612, 0.0245558, 0.0131301, -0.0249537, 0.999206, 0.0310519]</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.0945144</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>[4175, -7738, -7221, 558, 44, -144, -133, -11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>01dcba9c-84c2-4c60-adda-1c26e5cbd222||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818864345550537, -0.06694898754358292, 0.03336448222398758, 113.8362808227539], [-0.06588144600391388, 2.6807973384857178, 0.08469236642122269, -87.41136169433594], [0.0352272167801857, -0.0833100825548172, 2.69846510887146, -55.97203826904297], [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': ['113802.637500', '113803.097500', '113803.557500', '113804.017500', '113804.477500', '113804.937500', '113805.397500', '113805.857500', '113806.317500', '113806.777500', '113807.237500', '113807.697500', '113808.157500', '113808.617500', '113809.077500', '113809.537500', '113809.997500', '113810.457500', '113810.917500', '113811.377500', '113811.837500', '113812.297500', '113812.757500', '113813.217500', '113813.677500', '113814.137500', '113814.597500', '113815.057500', '113815.517500', '113815.977500', '113816.437500', '113816.897500', '113817.357500', '113817.817500', '113818.277500', '113818.737500', '113819.197500', '113819.657500', '113820.117500', '113820.577500', '113821.037500', '113821.497500', '113821.957500', '113822.417500', '113822.877500', '113823.337500', '113823.797500', '113824.257500', '113824.717500', '113825.177500', '113825.637500', '113826.097500', '113826.557500', '113827.017500', '113827.477500', '113827.937500', '113828.397500', '113828.857500', '113829.317500', '113829.777500', '113830.237500', '113830.697500', '113831.157500', '113831.617500', '113832.077500', '113832.537500', '113832.997500', '113833.457500', '113833.917500', '113834.377500', '113834.837500', '113835.297500', '113835.757500', '113836.217500', '113836.677500', '113837.137500', '113837.597500', '113838.057500', '113838.517500', '113838.977500', '113839.437500', '113839.897500', '113840.357500', '113840.817500', '113841.277500', '113841.737500', '113842.197500', '113842.657500', '113843.117500', '113843.577500', '113844.037500', '113844.497500', '113844.957500', '113845.417500', '113845.877500', '113846.337500', '113846.797500', '113847.257500', '113847.717500', '113848.177500', '113848.637500', '113849.097500', '113849.557500', '113850.017500', '113850.477500', '113850.937500', '113851.397500', '113851.857500', '113852.317500', '113852.777500', '113853.237500', '113853.697500', '113854.157500', '113854.617500', '113855.077500', '113855.537500', '113855.997500', '113856.457500', '113856.917500', '113857.377500', '113857.837500', '113858.297500', '113858.757500', '113859.217500', '113859.677500', '113900.137500', '113900.597500', '113901.057500', '113901.517500', '113901.977500', '113902.437500', '113902.897500', '113903.357500', '113903.817500', '113904.277500', '113904.737500', '113905.197500', '113905.657500', '113906.117500', '113906.577500', '113907.037500', '113907.497500', '113907.957500', '113908.417500', '113908.877500', '113909.337500', '113909.797500', '113910.257500', '113910.717500', '113911.177500', '113911.637500', '113912.097500', '113912.557500', '113913.017500', '113913.477500', '113913.937500', '113914.397500', '113914.857500', '113915.317500', '113915.777500', '113916.237500', '113916.697500', '113917.157500', '113917.617500', '113918.077500', '113918.537500', '113918.997500', '113919.457500', '113919.917500', '113920.377500', '113920.837500', '113921.297500', '113921.757500', '113922.217500', '113922.677500', '113923.137500', '113923.597500', '113924.057500', '113924.517500', '113924.977500', '113925.437500', '113925.897500', '113926.357500', '113926.817500', '113927.277500', '113927.737500', '113928.197500', '113928.657500', '113929.117500', '113929.577500', '113930.037500', '113930.497500', '113930.957500', '113931.417500', '113931.877500', '113932.337500', '113932.797500', '113933.257500', '113933.717500', '113934.177500', '113934.637500', '113935.097500', '113935.557500', '113936.017500', '113936.477500', '113936.937500', '113937.397500', '113937.857500', '113938.317500', '113938.777500', '113939.237500', '113939.697500', '113940.157500', '113940.617500', '113941.077500', '113941.537500', '113941.997500', '113942.457500', '113942.917500', '113943.377500', '113943.837500', '113944.297500', '113944.757500', '113945.217500', '113945.677500', '113946.137500', '113946.597500', '113947.057500', '113947.517500', '113947.977500', '113948.437500', '113948.897500', '113949.357500', '113949.817500', '113950.277500', '113950.737500', '113951.197500', '113951.657500', '113952.117500', '113952.577500', '113953.037500', '113953.497500', '113953.957500', '113954.417500', '113954.877500', '113955.337500', '113955.797500', '113956.257500', '113956.717500', '113957.177500', '113957.637500', '113958.097500', '113958.557500', '113959.017500', '113959.477500', '113959.937500', '114000.397500', '114000.857500', '114001.317500', '114001.777500', '114002.237500', '114002.697500', '114003.157500', '114003.617500', '114004.077500', '114004.537500', '114004.997500', '114005.457500', '114005.917500', '114006.377500', '114006.837500', '114007.297500', '114007.757500', '114008.217500', '114008.677500', '114009.137500', '114009.597500', '114010.057500', '114010.517500', '114010.977500', '114011.437500', '114011.897500', '114012.357500', '114012.817500', '114013.277500', '114013.737500', '114014.197500', '114014.657500', '114015.117500', '114015.577500', '114016.037500', '114016.497500', '114016.957500', '114017.417500', '114017.877500', '114018.337500', '114018.797500', '114019.257500', '114019.717500', '114020.177500', '114020.637500', '114021.097500', '114021.557500', '114022.017500', '114022.477500', '114022.937500', '114023.397500', '114023.857500', '114024.317500', '114024.777500', '114025.237500', '114025.697500', '114026.157500', '114026.617500', '114027.077500', '114027.537500', '114027.997500', '114028.457500', '114028.917500', '114029.377500', '114029.837500', '114030.297500', '114030.757500', '114031.217500', '114031.677500', '114032.137500', '114032.597500', '114033.057500', '114033.517500', '114033.977500', '114034.437500', '114034.897500', '114035.357500', '114035.817500', '114036.277500', '114036.737500', '114037.197500', '114037.657500', '114038.117500', '114038.577500', '114039.037500', '114039.497500', '114039.957500', '114040.417500', '114040.877500', '114041.337500', '114041.797500', '114042.257500', '114042.717500', '114043.177500', '114043.637500', '114044.097500', '114044.557500', '114045.017500', '114045.477500', '114045.937500', '114046.397500', '114046.857500', '114047.317500', '114047.777500', '114048.237500', '114048.697500', '114049.157500', '114049.617500', '114050.077500', '114050.537500', '114050.997500', '114051.457500', '114051.917500', '114052.377500', '114052.837500', '114053.297500', '114053.757500', '114054.217500', '114054.677500', '114055.137500', '114055.597500', '114056.057500', '114056.517500', '114056.977500', '114057.437500', '114057.897500', '114058.357500', '114058.817500', '114059.277500', '114059.737500', '114100.197500', '114100.657500', '114101.117500', '114101.577500', '114102.037500', '114102.497500', '114102.957500', '114103.417500', '114103.877500', '114104.337500', '114104.797500', '114105.257500', '114105.717500', '114106.177500', '114106.637500', '114107.097500', '114107.557500', '114108.017500', '114108.477500', '114108.937500', '114109.397500', '114109.857500', '114110.317500', '114110.777500', '114111.237500', '114111.697500', '114112.157500', '114112.617500', '114113.077500', '114113.537500', '114113.997500', '114114.457500', '114114.917500', '114115.377500', '114115.837500', '114116.297500', '114116.757500', '114117.217500', '114117.677500', '114118.137500', '114118.597500', '114119.057500', '114119.517500', '114119.977500', '114120.437500', '114120.897500', '114121.357500', '114121.817500', '114122.277500', '114122.737500', '114123.197500', '114123.657500', '114124.117500', '114124.577500', '114125.037500', '114125.497500', '114125.957500', '114126.417500', '114126.877500', '114127.337500', '114127.797500', '114128.257500', '114128.717500', '114129.177500', '114129.637500', '114130.097500', '114130.557500', '114131.017500', '114131.477500', '114131.937500', '114132.397500', '114132.857500', '114133.317500', '114133.777500', '114134.237500', '114134.697500', '114135.157500', '114135.617500', '114136.077500', '114136.537500', '114136.997500', '114137.457500', '114137.917500', '114138.377500', '114138.837500', '114139.297500', '114139.757500', '114140.217500', '114140.677500', '114141.137500', '114141.597500', '114142.057500', '114142.517500', '114142.977500', '114143.437500', '114143.897500', '114144.357500', '114144.817500', '114145.277500', '114145.737500', '114146.197500', '114146.657500', '114147.117500', '114147.577500', '114148.037500', '114148.497500', '114148.957500', '114149.417500', '114149.877500', '114150.337500', '114150.797500', '114151.257500', '114151.717500', '114152.177500', '114152.637500', '114153.097500', '114153.557500', '114154.017500', '114154.477500', '114154.937500', '114155.397500', '114155.857500', '114156.317500', '114156.777500', '114157.237500', '114157.697500', '114158.157500', '114158.617500', '114159.077500', '114159.537500', '114159.997500', '114200.457500', '114200.917500', '114201.377500', '114201.837500', '114202.297500', '114202.757500', '114203.217500', '114203.677500', '114204.137500', '114204.597500', '114205.057500', '114205.517500', '114205.977500', '114206.437500', '114206.897500', '114207.357500', '114207.817500', '114208.277500', '114208.737500', '114209.197500', '114209.657500', '114210.117500', '114210.577500', '114211.037500', '114211.497500', '114211.957500', '114212.417500', '114212.877500', '114213.337500', '114213.797500', '114214.257500', '114214.717500', '114215.177500', '114215.637500', '114216.097500', '114216.557500', '114217.017500', '114217.477500', '114217.937500', '114218.397500', '114218.857500', '114219.317500', '114219.777500', '114220.237500', '114220.697500', '114221.157500', '114221.617500', '114222.077500', '114222.537500', '114222.997500', '114223.457500', '114223.917500', '114224.377500', '114224.837500', '114225.297500', '114225.757500', '114226.217500', '114226.677500', '114227.137500', '114227.597500', '114228.057500', '114228.517500', '114228.977500', '114229.437500', '114229.897500', '114230.357500', '114230.817500', '114231.277500', '114231.737500', '114232.197500', '114232.657500', '114233.117500', '114233.577500', '114234.037500', '114234.497500', '114234.957500', '114235.417500', '114235.877500', '114236.337500', '114236.797500', '114237.257500', '114237.717500', '114238.177500', '114238.637500', '114239.097500', '114239.557500', '114240.017500', '114240.477500', '114240.937500', '114241.397500', '114241.857500', '114242.317500', '114242.777500', '114243.237500', '114243.697500', '114244.157500', '114244.617500', '114245.077500', '114245.537500', '114245.997500', '114246.457500', '114246.917500', '114247.377500', '114247.837500', '114248.297500', '114248.757500', '114249.217500', '114249.677500', '114250.137500', '114250.597500', '114251.057500', '114251.517500', '114251.977500', '114252.437500', '114252.897500', '114253.357500', '114253.817500', '114254.277500', '114254.737500', '114255.197500', '114255.657500', '114256.117500', '114256.577500', '114257.037500', '114257.497500', '114257.957500', '114258.417500', '114258.877500', '114259.337500', '114259.797500', '114300.257500', '114300.717500', '114301.177500', '114301.637500', '114302.097500', '114302.557500', '114303.017500', '114303.477500', '114303.937500', '114304.397500', '114304.857500', '114305.317500', '114305.777500', '114306.237500', '114306.697500', '114307.157500', '114307.617500', '114308.077500', '114308.537500', '114308.997500', '114309.457500', '114309.917500', '114310.377500', '114310.837500', '114311.297500', '114311.757500', '114312.217500', '114312.677500', '114313.137500', '114313.597500', '114314.057500', '114314.517500', '114314.977500', '114315.437500', '114315.897500', '114316.357500', '114316.817500', '114317.277500', '114317.737500', '114318.197500', '114318.657500', '114319.117500', '114319.577500', '114320.037500', '114320.497500', '114320.957500', '114321.417500', '114321.877500', '114322.337500', '114322.797500', '114323.257500', '114323.717500', '114324.177500', '114324.637500', '114325.097500', '114325.557500', '114326.017500', '114326.477500', '114326.937500', '114327.397500', '114327.857500', '114328.317500', '114328.777500', '114329.237500', '114329.697500', '114330.157500', '114330.617500', '114331.077500', '114331.537500', '114331.997500', '114332.457500', '114332.917500', '114333.377500', '114333.837500', '114334.297500', '114334.757500', '114335.217500', '114335.677500', '114336.137500', '114336.597500', '114337.057500', '114337.517500', '114337.977500', '114338.437500', '114338.897500', '114339.357500', '114339.817500', '114340.277500', '114340.737500', '114341.197500', '114341.657500', '114342.117500', '114342.577500', '114343.037500', '114343.497500', '114343.957500', '114344.417500', '114344.877500', '114345.337500', '114345.797500', '114346.257500', '114346.717500', '114347.177500', '114347.637500', '114348.097500', '114348.557500', '114349.017500', '114349.477500', '114349.937500', '114350.397500', '114350.857500', '114351.317500', '114351.777500', '114352.237500', '114352.697500', '114353.157500', '114353.617500', '114354.077500', '114354.537500', '114354.997500', '114355.457500', '114355.917500', '114356.377500', '114356.837500', '114357.297500', '114357.757500', '114358.217500', '114358.677500', '114359.137500', '114359.597500', '114400.057500', '114400.517500', '114400.977500', '114401.437500', '114401.897500', '114402.357500', '114402.817500', '114403.277500', '114403.737500', '114404.197500', '114404.657500', '114405.117500', '114405.577500', '114406.037500', '114406.497500', '114406.957500', '114407.417500', '114407.877500', '114408.337500', '114408.797500', '114409.257500', '114409.717500', '114410.177500', '114410.637500', '114411.097500', '114411.557500', '114412.017500', '114412.477500', '114412.937500', '114413.397500', '114413.857500', '114414.317500', '114414.777500', '114415.237500', '114415.697500', '114416.157500', '114416.617500', '114417.077500', '114417.537500', '114417.997500', '114418.457500', '114418.917500', '114419.377500', '114419.837500', '114420.297500', '114420.757500', '114421.217500', '114421.677500', '114422.137500', '114422.597500', '114423.057500', '114423.517500', '114423.977500', '114424.437500', '114424.897500', '114425.357500', '114425.817500', '114426.277500', '114426.737500', '114427.197500', '114427.657500', '114428.117500', '114428.577500', '114429.037500', '114429.497500', '114429.957500', '114430.417500', '114430.877500', '114431.337500', '114431.797500', '114432.257500', '114432.717500', '114433.177500', '114433.637500', '114434.097500', '114434.557500', '114435.017500', '114435.477500', '114435.937500', '114436.397500', '114436.857500', '114437.317500', '114437.777500', '114438.237500', '114438.697500', '114439.157500', '114439.617500', '114440.077500', '114440.537500', '114440.997500', '114441.457500', '114441.917500', '114442.377500', '114442.837500', '114443.297500', '114443.757500', '114444.217500', '114444.677500', '114445.137500', '114445.597500', '114446.057500', '114446.517500', '114446.977500', '114447.437500', '114447.897500', '114448.357500', '114448.817500', '114449.277500', '114449.737500', '114450.197500', '114450.657500', '114451.117500', '114451.577500', '114452.037500', '114452.497500', '114452.957500', '114453.417500', '114453.877500', '114454.337500', '114454.797500', '114455.257500', '114455.717500', '114456.177500', '114456.637500', '114457.097500', '114457.557500', '114458.017500', '114458.477500', '114458.937500', '114459.397500', '114459.857500', '114500.317500', '114500.777500', '114501.237500', '114501.697500', '114502.157500', '114502.617500'], 'ContentTime': ['113830.546000', '113830.549000', '113830.552000', '113830.555000', '113830.557000', '113830.560000', '113830.563000', '113830.565000', '113830.568000', '113830.570000', '113830.573000', '113830.575000', '113830.578000', '113830.581000', '113830.583000', '113830.586000', '113830.588000', '113830.591000', '113830.593000', '113830.596000', '113830.599000', '113830.601000', '113830.604000', '113830.606000', '113830.609000', '113830.612000', '113830.614000', '113830.622000', '113830.624000', '113830.627000', '113830.630000', '113830.632000', '113830.635000', '113830.637000', '113830.640000', '113830.642000', '113830.645000', '113830.648000', '113830.650000', '113830.653000', '113830.655000', '113830.658000', '113830.660000', '113830.663000', '113830.665000', '113830.668000', '113830.671000', '113830.673000', '113830.676000', '113830.679000', '113830.681000', '113830.684000', '113830.686000', '113830.689000', '113830.691000', '113830.694000', '113830.697000', '113830.699000', '113850.492000', '113850.501000', '113850.503000', '113850.506000', '113850.509000', '113850.511000', '113850.514000', '113850.516000', '113850.519000', '113850.521000', '113850.524000', '113850.527000', '113850.529000', '113850.532000', '113850.534000', '113850.537000', '113850.540000', '113850.542000', '113850.545000', '113850.547000', '113850.550000', '113850.553000', '113850.555000', '113850.558000', '113850.560000', '113850.563000', '113850.566000', '113850.568000', '113850.571000', '113850.573000', '113850.576000', '113850.578000', '113850.581000', '113850.584000', '113850.587000', '113850.589000', '113850.592000', '113850.595000', '113850.597000', '113850.600000', '113850.603000', '113850.605000', '113850.608000', '113910.491000', '113910.494000', '113910.497000', '113910.499000', '113910.505000', '113910.508000', '113910.510000', '113910.513000', '113910.515000', '113910.518000', '113910.521000', '113910.523000', '113910.526000', '113910.528000', '113910.531000', '113910.534000', '113910.536000', '113910.539000', '113910.541000', '113910.544000', '113910.546000', '113910.549000', '113910.553000', '113910.555000', '113910.558000', '113910.561000', '113910.563000', '113910.566000', '113910.569000', '113910.571000', '113910.574000', '113910.576000', '113910.579000', '113910.582000', '113910.584000', '113910.587000', '113910.590000', '113910.592000', '113910.595000', '113910.598000', '113910.600000', '113910.603000', '113910.605000', '113910.608000', '113930.492000', '113930.495000', '113930.498000', '113930.501000', '113930.503000', '113930.506000', '113930.508000', '113930.511000', '113930.514000', '113930.517000', '113930.535000', '113930.537000', '113930.540000', '113930.542000', '113930.545000', '113930.548000', '113930.550000', '113930.553000', '113930.555000', '113930.558000', '113930.560000', '113930.563000', '113930.566000', '113930.568000', '113930.571000', '113930.574000', '113930.576000', '113930.579000', '113930.581000', '113930.584000', '113930.587000', '113930.589000', '113930.592000', '113930.594000', '113930.597000', '113930.600000', '113930.602000', '113930.605000', '113930.608000', '113930.610000', '113930.613000', '113930.615000', '113930.618000', '113950.492000', '113950.495000', '113950.498000', '113950.500000', '113950.503000', '113950.506000', '113950.508000', '113950.511000', '113950.514000', '113950.516000', '113950.527000', '113950.529000', '113950.532000', '113950.535000', '113950.537000', '113950.540000', '113950.543000', '113950.545000', '113950.548000', '113950.550000', '113950.553000', '113950.555000', '113950.558000', '113950.561000', '113950.563000', '113950.566000', '113950.568000', '113950.571000', '113950.573000', '113950.576000', '113950.579000', '113950.581000', '113950.584000', '113950.586000', '113950.589000', '113950.592000', '113950.594000', '113950.597000', '113950.599000', '113950.602000', '113950.605000', '113950.607000', '113950.610000', '113950.612000', '114010.492000', '114010.495000', '114010.498000', '114010.501000', '114010.503000', '114010.506000', '114010.509000', '114010.511000', '114010.514000', '114010.516000', '114010.519000', '114010.522000', '114010.531000', '114010.533000', '114010.536000', '114010.539000', '114010.541000', '114010.544000', '114010.547000', '114010.549000', '114010.552000', '114010.554000', '114010.557000', '114010.560000', '114010.564000', '114010.566000', '114010.569000', '114010.572000', '114010.588000', '114010.591000', '114010.594000', '114010.596000', '114010.599000', '114010.602000', '114010.604000', '114010.607000', '114010.610000', '114010.613000', '114010.615000', '114010.618000', '114010.620000', '114010.624000', '114010.626000', '114030.492000', '114030.495000', '114030.498000', '114030.501000', '114030.503000', '114030.506000', '114030.508000', '114030.512000', '114030.514000', '114030.517000', '114030.519000', '114030.522000', '114030.525000', '114030.527000', '114030.530000', '114030.533000', '114030.535000', '114030.538000', '114030.540000', '114030.543000', '114030.545000', '114030.548000', '114030.551000', '114030.553000', '114030.556000', '114030.559000', '114030.561000', '114030.564000', '114030.567000', '114030.569000', '114030.572000', '114030.574000', '114030.577000', '114030.580000', '114030.582000', '114030.585000', '114030.587000', '114030.590000', '114030.593000', '114030.595000', '114030.598000', '114030.600000', '114030.603000', '114030.606000', '114050.493000', '114050.495000', '114050.498000', '114050.501000', '114050.503000', '114050.506000', '114050.509000', '114050.511000', '114050.514000', '114050.516000', '114050.519000', '114050.522000', '114050.524000', '114050.527000', '114050.530000', '114050.532000', '114050.535000', '114050.538000', '114050.540000', '114050.543000', '114050.545000', '114050.548000', '114050.551000', '114050.553000', '114050.556000', '114050.559000', '114050.562000', '114050.564000', '114050.567000', '114050.569000', '114050.572000', '114050.575000', '114050.577000', '114050.580000', '114050.583000', '114050.585000', '114050.588000', '114050.590000', '114050.593000', '114050.596000', '114050.599000', '114050.601000', '114050.604000', '114110.492000', '114110.495000', '114110.498000', '114110.501000', '114110.503000', '114110.506000', '114110.518000', '114110.521000', '114110.523000', '114110.526000', '114110.529000', '114110.531000', '114110.534000', '114110.537000', '114110.539000', '114110.542000', '114110.544000', '114110.547000', '114110.550000', '114110.552000', '114110.555000', '114110.557000', '114110.560000', '114110.563000', '114110.565000', '114110.568000', '114110.570000', '114110.573000', '114110.575000', '114110.578000', '114110.581000', '114110.583000', '114110.586000', '114110.588000', '114110.591000', '114110.594000', '114110.596000', '114110.599000', '114110.602000', '114110.604000', '114110.607000', '114110.609000', '114110.612000', '114110.615000', '114130.492000', '114130.494000', '114130.497000', '114130.500000', '114130.502000', '114130.505000', '114130.508000', '114130.510000', '114130.513000', '114130.516000', '114130.518000', '114130.521000', '114130.524000', '114130.526000', '114130.529000', '114130.531000', '114130.534000', '114130.537000', '114130.539000', '114130.542000', '114130.545000', '114130.547000', '114130.550000', '114130.552000', '114130.555000', '114130.558000', '114130.560000', '114130.563000', '114130.565000', '114130.568000', '114130.571000', '114130.573000', '114130.576000', '114130.579000', '114130.581000', '114130.584000', '114130.587000', '114130.589000', '114130.592000', '114130.595000', '114130.597000', '114130.600000', '114130.603000', '114150.493000', '114150.496000', '114150.498000', '114150.501000', '114150.503000', '114150.506000', '114150.509000', '114150.511000', '114150.514000', '114150.516000', '114150.519000', '114150.522000', '114150.524000', '114150.527000', '114150.530000', '114150.532000', '114150.535000', '114150.537000', '114150.540000', '114150.543000', '114150.545000', '114150.548000', '114150.551000', '114150.553000', '114150.556000', '114150.558000', '114150.561000', '114150.564000', '114150.566000', '114150.569000', '114150.571000', '114150.574000', '114150.577000', '114150.579000', '114150.582000', '114150.584000', '114150.587000', '114150.590000', '114150.592000', '114150.595000', '114150.597000', '114150.600000', '114150.603000', '114150.605000', '114210.493000', '114210.495000', '114210.498000', '114210.501000', '114210.503000', '114210.506000', '114210.509000', '114210.511000', '114210.514000', '114210.516000', '114210.519000', '114210.522000', '114210.525000', '114210.527000', '114210.530000', '114210.532000', '114210.535000', '114210.538000', '114210.540000', '114210.543000', '114210.550000', '114210.552000', '114210.555000', '114210.558000', '114210.560000', '114210.563000', '114210.565000', '114210.568000', '114210.571000', '114210.573000', '114210.576000', '114210.579000', '114210.581000', '114210.584000', '114210.587000', '114210.589000', '114210.592000', '114210.594000', '114210.597000', '114210.600000', '114210.602000', '114210.605000', '114210.608000', '114230.493000', '114230.495000', '114230.498000', '114230.501000', '114230.504000', '114230.506000', '114230.509000', '114230.511000', '114230.514000', '114230.517000', '114230.519000', '114230.522000', '114230.525000', '114230.527000', '114230.530000', '114230.532000', '114230.535000', '114230.537000', '114230.540000', '114230.543000', '114230.545000', '114230.548000', '114230.550000', '114230.553000', '114230.556000', '114230.558000', '114230.561000', '114230.563000', '114230.566000', '114230.568000', '114230.571000', '114230.586000', '114230.589000', '114230.591000', '114230.594000', '114230.596000', '114230.599000', '114230.602000', '114230.604000', '114230.607000', '114230.610000', '114230.612000', '114230.615000', '114230.618000', '114250.493000', '114250.495000', '114250.498000', '114250.501000', '114250.504000', '114250.506000', '114250.509000', '114250.512000', '114250.514000', '114250.517000', '114250.519000', '114250.522000', '114250.525000', '114250.527000', '114250.530000', '114250.533000', '114250.535000', '114250.538000', '114250.540000', '114250.543000', '114250.546000', '114250.548000', '114250.551000', '114250.553000', '114250.556000', '114250.559000', '114250.561000', '114250.564000', '114250.566000', '114250.569000', '114250.572000', '114250.574000', '114250.577000', '114250.579000', '114250.582000', '114250.585000', '114250.587000', '114250.590000', '114250.593000', '114250.595000', '114250.598000', '114250.600000', '114250.603000', '114310.492000', '114310.495000', '114310.498000', '114310.501000', '114310.503000', '114310.506000', '114310.508000', '114310.511000', '114310.514000', '114310.516000', '114310.519000', '114310.522000', '114310.524000', '114310.527000', '114310.529000', '114310.532000', '114310.535000', '114310.537000', '114310.540000', '114310.543000', '114310.545000', '114310.548000', '114310.550000', '114310.553000', '114310.556000', '114310.558000', '114310.561000', '114310.563000', '114310.566000', '114310.569000', '114310.571000', '114310.574000', '114310.577000', '114310.579000', '114310.582000', '114310.584000', '114310.587000', '114310.590000', '114310.592000', '114310.595000', '114310.597000', '114310.600000', '114310.603000', '114310.605000', '114330.493000', '114330.496000', '114330.498000', '114330.501000', '114330.503000', '114330.506000', '114330.509000', '114330.511000', '114330.514000', '114330.517000', '114330.519000', '114330.522000', '114330.525000', '114330.527000', '114330.530000', '114330.533000', '114330.535000', '114330.538000', '114330.541000', '114330.543000', '114330.546000', '114330.548000', '114330.551000', '114330.554000', '114330.556000', '114330.559000', '114330.562000', '114330.564000', '114330.567000', '114330.569000', '114330.572000', '114330.575000', '114330.577000', '114330.580000', '114330.583000', '114330.592000', '114330.595000', '114330.598000', '114330.601000', '114330.603000', '114330.606000', '114330.608000', '114330.611000', '114350.491000', '114350.494000', '114350.497000', '114350.500000', '114350.503000', '114350.506000', '114350.508000', '114350.511000', '114350.514000', '114350.516000', '114350.519000', '114350.521000', '114350.524000', '114350.527000', '114350.529000', '114350.532000', '114350.535000', '114350.537000', '114350.540000', '114350.542000', '114350.545000', '114350.549000', '114350.552000', '114350.555000', '114350.557000', '114350.560000', '114350.563000', '114350.565000', '114350.568000', '114350.571000', '114350.573000', '114350.576000', '114350.578000', '114350.581000', '114350.583000', '114350.586000', '114350.589000', '114350.591000', '114350.594000', '114350.596000', '114350.599000', '114350.625000', '114350.628000', '114350.631000', '114410.492000', '114410.495000', '114410.498000', '114410.500000', '114410.503000', '114410.506000', '114410.508000', '114410.511000', '114410.514000', '114410.516000', '114410.519000', '114410.521000', '114410.524000', '114410.527000', '114410.529000', '114410.532000', '114410.535000', '114410.537000', '114410.540000', '114410.542000', '114410.545000', '114410.547000', '114410.550000', '114410.553000', '114410.555000', '114410.558000', '114410.560000', '114410.563000', '114410.566000', '114410.568000', '114410.571000', '114410.573000', '114410.576000', '114410.579000', '114410.581000', '114410.584000', '114410.587000', '114410.589000', '114410.592000', '114410.594000', '114410.597000', '114410.600000', '114410.602000', '114430.492000', '114430.495000', '114430.499000', '114430.502000', '114430.504000', '114430.507000', '114430.512000', '114430.514000', '114430.517000', '114430.520000', '114430.522000', '114430.525000', '114430.527000', '114430.530000', '114430.533000', '114430.535000', '114430.538000', '114430.541000', '114430.543000', '114430.546000', '114430.548000', '114430.551000', '114430.554000', '114430.556000', '114430.559000', '114430.562000', '114430.565000', '114430.567000', '114430.570000', '114430.573000', '114430.575000', '114430.578000', '114430.580000', '114430.583000', '114430.585000', '114430.588000', '114430.591000', '114430.593000', '114430.596000', '114430.599000', '114430.601000', '114430.604000', '114430.606000', '114450.493000', '114450.495000', '114450.498000', '114450.501000', '114450.503000', '114450.506000', '114450.509000', '114450.511000', '114450.514000', '114450.516000', '114450.519000', '114450.522000', '114450.524000', '114450.527000', '114450.529000', '114450.532000', '114450.535000', '114450.537000', '114450.540000', '114450.542000', '114450.545000', '114450.548000', '114450.550000', '114450.553000', '114450.556000', '114450.558000', '114450.561000', '114450.563000', '114450.566000', '114450.569000', '114450.571000', '114450.574000', '114450.577000', '114450.579000', '114450.582000', '114450.584000', '114450.587000', '114450.590000', '114450.592000', '114450.595000', '114450.598000', '114450.600000', '114450.603000', '114450.605000', '114504.075000', '114504.078000', '114504.081000', '114504.083000', '114504.086000', '114504.089000', '114504.091000', '114504.094000', '114504.097000', '114504.100000', '114504.103000', '114504.106000', '114504.108000', '114504.111000', '114504.114000', '114504.117000', '114504.119000', '114504.122000', '114504.125000', '114504.128000', '114504.130000', '114504.133000', '114504.136000', '114504.139000', '114504.142000', '114504.146000', '114504.149000', '114504.152000', '114504.154000', '114504.157000'], 'InstanceCreationTime': ['113830.546000', '113830.549000', '113830.552000', '113830.555000', '113830.557000', '113830.560000', '113830.563000', '113830.565000', '113830.568000', '113830.570000', '113830.573000', '113830.575000', '113830.578000', '113830.581000', '113830.583000', '113830.586000', '113830.588000', '113830.591000', '113830.593000', '113830.596000', '113830.599000', '113830.601000', '113830.604000', '113830.606000', '113830.609000', '113830.612000', '113830.614000', '113830.622000', '113830.624000', '113830.627000', '113830.630000', '113830.632000', '113830.635000', '113830.637000', '113830.640000', '113830.642000', '113830.645000', '113830.648000', '113830.650000', '113830.653000', '113830.655000', '113830.658000', '113830.660000', '113830.663000', '113830.665000', '113830.668000', '113830.671000', '113830.673000', '113830.676000', '113830.679000', '113830.681000', '113830.684000', '113830.686000', '113830.689000', '113830.691000', '113830.694000', '113830.697000', '113830.699000', '113850.492000', '113850.501000', '113850.503000', '113850.506000', '113850.509000', '113850.511000', '113850.514000', '113850.516000', '113850.519000', '113850.521000', '113850.524000', '113850.527000', '113850.529000', '113850.532000', '113850.534000', '113850.537000', '113850.540000', '113850.542000', '113850.545000', '113850.547000', '113850.550000', '113850.553000', '113850.555000', '113850.558000', '113850.560000', '113850.563000', '113850.566000', '113850.568000', '113850.571000', '113850.573000', '113850.576000', '113850.578000', '113850.581000', '113850.584000', '113850.587000', '113850.589000', '113850.592000', '113850.595000', '113850.597000', '113850.600000', '113850.603000', '113850.605000', '113850.608000', '113910.491000', '113910.494000', '113910.497000', '113910.499000', '113910.505000', '113910.508000', '113910.510000', '113910.513000', '113910.515000', '113910.518000', '113910.521000', '113910.523000', '113910.526000', '113910.528000', '113910.531000', '113910.534000', '113910.536000', '113910.539000', '113910.541000', '113910.544000', '113910.546000', '113910.549000', '113910.553000', '113910.555000', '113910.558000', '113910.561000', '113910.563000', '113910.566000', '113910.569000', '113910.571000', '113910.574000', '113910.576000', '113910.579000', '113910.582000', '113910.584000', '113910.587000', '113910.590000', '113910.592000', '113910.595000', '113910.598000', '113910.600000', '113910.603000', '113910.605000', '113910.608000', '113930.492000', '113930.495000', '113930.498000', '113930.501000', '113930.503000', '113930.506000', '113930.508000', '113930.511000', '113930.514000', '113930.517000', '113930.535000', '113930.537000', '113930.540000', '113930.542000', '113930.545000', '113930.548000', '113930.550000', '113930.553000', '113930.555000', '113930.558000', '113930.560000', '113930.563000', '113930.566000', '113930.568000', '113930.571000', '113930.574000', '113930.576000', '113930.579000', '113930.581000', '113930.584000', '113930.587000', '113930.589000', '113930.592000', '113930.594000', '113930.597000', '113930.600000', '113930.602000', '113930.605000', '113930.608000', '113930.610000', '113930.613000', '113930.615000', '113930.618000', '113950.492000', '113950.495000', '113950.498000', '113950.500000', '113950.503000', '113950.506000', '113950.508000', '113950.511000', '113950.514000', '113950.516000', '113950.527000', '113950.529000', '113950.532000', '113950.535000', '113950.537000', '113950.540000', '113950.543000', '113950.545000', '113950.548000', '113950.550000', '113950.553000', '113950.555000', '113950.558000', '113950.561000', '113950.563000', '113950.566000', '113950.568000', '113950.571000', '113950.573000', '113950.576000', '113950.579000', '113950.581000', '113950.584000', '113950.586000', '113950.589000', '113950.592000', '113950.594000', '113950.597000', '113950.599000', '113950.602000', '113950.605000', '113950.607000', '113950.610000', '113950.612000', '114010.492000', '114010.495000', '114010.498000', '114010.501000', '114010.503000', '114010.506000', '114010.509000', '114010.511000', '114010.514000', '114010.516000', '114010.519000', '114010.522000', '114010.531000', '114010.533000', '114010.536000', '114010.539000', '114010.541000', '114010.544000', '114010.547000', '114010.549000', '114010.552000', '114010.554000', '114010.557000', '114010.560000', '114010.564000', '114010.566000', '114010.569000', '114010.572000', '114010.588000', '114010.591000', '114010.594000', '114010.596000', '114010.599000', '114010.602000', '114010.604000', '114010.607000', '114010.610000', '114010.613000', '114010.615000', '114010.618000', '114010.620000', '114010.624000', '114010.626000', '114030.492000', '114030.495000', '114030.498000', '114030.501000', '114030.503000', '114030.506000', '114030.508000', '114030.512000', '114030.514000', '114030.517000', '114030.519000', '114030.522000', '114030.525000', '114030.527000', '114030.530000', '114030.533000', '114030.535000', '114030.538000', '114030.540000', '114030.543000', '114030.545000', '114030.548000', '114030.551000', '114030.553000', '114030.556000', '114030.559000', '114030.561000', '114030.564000', '114030.567000', '114030.569000', '114030.572000', '114030.574000', '114030.577000', '114030.580000', '114030.582000', '114030.585000', '114030.587000', '114030.590000', '114030.593000', '114030.595000', '114030.598000', '114030.600000', '114030.603000', '114030.606000', '114050.493000', '114050.495000', '114050.498000', '114050.501000', '114050.503000', '114050.506000', '114050.509000', '114050.511000', '114050.514000', '114050.516000', '114050.519000', '114050.522000', '114050.524000', '114050.527000', '114050.530000', '114050.532000', '114050.535000', '114050.538000', '114050.540000', '114050.543000', '114050.545000', '114050.548000', '114050.551000', '114050.553000', '114050.556000', '114050.559000', '114050.562000', '114050.564000', '114050.567000', '114050.569000', '114050.572000', '114050.575000', '114050.577000', '114050.580000', '114050.583000', '114050.585000', '114050.588000', '114050.590000', '114050.593000', '114050.596000', '114050.599000', '114050.601000', '114050.604000', '114110.492000', '114110.495000', '114110.498000', '114110.501000', '114110.503000', '114110.506000', '114110.518000', '114110.521000', '114110.523000', '114110.526000', '114110.529000', '114110.531000', '114110.534000', '114110.537000', '114110.539000', '114110.542000', '114110.544000', '114110.547000', '114110.550000', '114110.552000', '114110.555000', '114110.557000', '114110.560000', '114110.563000', '114110.565000', '114110.568000', '114110.570000', '114110.573000', '114110.575000', '114110.578000', '114110.581000', '114110.583000', '114110.586000', '114110.588000', '114110.591000', '114110.594000', '114110.596000', '114110.599000', '114110.602000', '114110.604000', '114110.607000', '114110.609000', '114110.612000', '114110.615000', '114130.492000', '114130.494000', '114130.497000', '114130.500000', '114130.502000', '114130.505000', '114130.508000', '114130.510000', '114130.513000', '114130.516000', '114130.518000', '114130.521000', '114130.524000', '114130.526000', '114130.529000', '114130.531000', '114130.534000', '114130.537000', '114130.539000', '114130.542000', '114130.545000', '114130.547000', '114130.550000', '114130.552000', '114130.555000', '114130.558000', '114130.560000', '114130.563000', '114130.565000', '114130.568000', '114130.571000', '114130.573000', '114130.576000', '114130.579000', '114130.581000', '114130.584000', '114130.587000', '114130.589000', '114130.592000', '114130.595000', '114130.597000', '114130.600000', '114130.603000', '114150.493000', '114150.496000', '114150.498000', '114150.501000', '114150.503000', '114150.506000', '114150.509000', '114150.511000', '114150.514000', '114150.516000', '114150.519000', '114150.522000', '114150.524000', '114150.527000', '114150.530000', '114150.532000', '114150.535000', '114150.537000', '114150.540000', '114150.543000', '114150.545000', '114150.548000', '114150.551000', '114150.553000', '114150.556000', '114150.558000', '114150.561000', '114150.564000', '114150.566000', '114150.569000', '114150.571000', '114150.574000', '114150.577000', '114150.579000', '114150.582000', '114150.584000', '114150.587000', '114150.590000', '114150.592000', '114150.595000', '114150.597000', '114150.600000', '114150.603000', '114150.605000', '114210.493000', '114210.495000', '114210.498000', '114210.501000', '114210.503000', '114210.506000', '114210.509000', '114210.511000', '114210.514000', '114210.516000', '114210.519000', '114210.522000', '114210.525000', '114210.527000', '114210.530000', '114210.532000', '114210.535000', '114210.538000', '114210.540000', '114210.543000', '114210.550000', '114210.552000', '114210.555000', '114210.558000', '114210.560000', '114210.563000', '114210.565000', '114210.568000', '114210.571000', '114210.573000', '114210.576000', '114210.579000', '114210.581000', '114210.584000', '114210.587000', '114210.589000', '114210.592000', '114210.594000', '114210.597000', '114210.600000', '114210.602000', '114210.605000', '114210.608000', '114230.493000', '114230.495000', '114230.498000', '114230.501000', '114230.504000', '114230.506000', '114230.509000', '114230.511000', '114230.514000', '114230.517000', '114230.519000', '114230.522000', '114230.525000', '114230.527000', '114230.530000', '114230.532000', '114230.535000', '114230.537000', '114230.540000', '114230.543000', '114230.545000', '114230.548000', '114230.550000', '114230.553000', '114230.556000', '114230.558000', '114230.561000', '114230.563000', '114230.566000', '114230.568000', '114230.571000', '114230.586000', '114230.589000', '114230.591000', '114230.594000', '114230.596000', '114230.599000', '114230.602000', '114230.604000', '114230.607000', '114230.610000', '114230.612000', '114230.615000', '114230.618000', '114250.493000', '114250.495000', '114250.498000', '114250.501000', '114250.504000', '114250.506000', '114250.509000', '114250.512000', '114250.514000', '114250.517000', '114250.519000', '114250.522000', '114250.525000', '114250.527000', '114250.530000', '114250.533000', '114250.535000', '114250.538000', '114250.540000', '114250.543000', '114250.546000', '114250.548000', '114250.551000', '114250.553000', '114250.556000', '114250.559000', '114250.561000', '114250.564000', '114250.566000', '114250.569000', '114250.572000', '114250.574000', '114250.577000', '114250.579000', '114250.582000', '114250.585000', '114250.587000', '114250.590000', '114250.593000', '114250.595000', '114250.598000', '114250.600000', '114250.603000', '114310.492000', '114310.495000', '114310.498000', '114310.501000', '114310.503000', '114310.506000', '114310.508000', '114310.511000', '114310.514000', '114310.516000', '114310.519000', '114310.522000', '114310.524000', '114310.527000', '114310.529000', '114310.532000', '114310.535000', '114310.537000', '114310.540000', '114310.543000', '114310.545000', '114310.548000', '114310.550000', '114310.553000', '114310.556000', '114310.558000', '114310.561000', '114310.563000', '114310.566000', '114310.569000', '114310.571000', '114310.574000', '114310.577000', '114310.579000', '114310.582000', '114310.584000', '114310.587000', '114310.590000', '114310.592000', '114310.595000', '114310.597000', '114310.600000', '114310.603000', '114310.605000', '114330.493000', '114330.496000', '114330.498000', '114330.501000', '114330.503000', '114330.506000', '114330.509000', '114330.511000', '114330.514000', '114330.517000', '114330.519000', '114330.522000', '114330.525000', '114330.527000', '114330.530000', '114330.533000', '114330.535000', '114330.538000', '114330.541000', '114330.543000', '114330.546000', '114330.548000', '114330.551000', '114330.554000', '114330.556000', '114330.559000', '114330.562000', '114330.564000', '114330.567000', '114330.569000', '114330.572000', '114330.575000', '114330.577000', '114330.580000', '114330.583000', '114330.592000', '114330.595000', '114330.598000', '114330.601000', '114330.603000', '114330.606000', '114330.608000', '114330.611000', '114350.491000', '114350.494000', '114350.497000', '114350.500000', '114350.503000', '114350.506000', '114350.508000', '114350.511000', '114350.514000', '114350.516000', '114350.519000', '114350.521000', '114350.524000', '114350.527000', '114350.529000', '114350.532000', '114350.535000', '114350.537000', '114350.540000', '114350.542000', '114350.545000', '114350.549000', '114350.552000', '114350.555000', '114350.557000', '114350.560000', '114350.563000', '114350.565000', '114350.568000', '114350.571000', '114350.573000', '114350.576000', '114350.578000', '114350.581000', '114350.583000', '114350.586000', '114350.589000', '114350.591000', '114350.594000', '114350.596000', '114350.599000', '114350.625000', '114350.628000', '114350.631000', '114410.492000', '114410.495000', '114410.498000', '114410.500000', '114410.503000', '114410.506000', '114410.508000', '114410.511000', '114410.514000', '114410.516000', '114410.519000', '114410.521000', '114410.524000', '114410.527000', '114410.529000', '114410.532000', '114410.535000', '114410.537000', '114410.540000', '114410.542000', '114410.545000', '114410.547000', '114410.550000', '114410.553000', '114410.555000', '114410.558000', '114410.560000', '114410.563000', '114410.566000', '114410.568000', '114410.571000', '114410.573000', '114410.576000', '114410.579000', '114410.581000', '114410.584000', '114410.587000', '114410.589000', '114410.592000', '114410.594000', '114410.597000', '114410.600000', '114410.602000', '114430.492000', '114430.495000', '114430.499000', '114430.502000', '114430.504000', '114430.507000', '114430.512000', '114430.514000', '114430.517000', '114430.520000', '114430.522000', '114430.525000', '114430.527000', '114430.530000', '114430.533000', '114430.535000', '114430.538000', '114430.541000', '114430.543000', '114430.546000', '114430.548000', '114430.551000', '114430.554000', '114430.556000', '114430.559000', '114430.562000', '114430.565000', '114430.567000', '114430.570000', '114430.573000', '114430.575000', '114430.578000', '114430.580000', '114430.583000', '114430.585000', '114430.588000', '114430.591000', '114430.593000', '114430.596000', '114430.599000', '114430.601000', '114430.604000', '114430.606000', '114450.493000', '114450.495000', '114450.498000', '114450.501000', '114450.503000', '114450.506000', '114450.509000', '114450.511000', '114450.514000', '114450.516000', '114450.519000', '114450.522000', '114450.524000', '114450.527000', '114450.529000', '114450.532000', '114450.535000', '114450.537000', '114450.540000', '114450.542000', '114450.545000', '114450.548000', '114450.550000', '114450.553000', '114450.556000', '114450.558000', '114450.561000', '114450.563000', '114450.566000', '114450.569000', '114450.571000', '114450.574000', '114450.577000', '114450.579000', '114450.582000', '114450.584000', '114450.587000', '114450.590000', '114450.592000', '114450.595000', '114450.598000', '114450.600000', '114450.603000', '114450.605000', '114504.075000', '114504.078000', '114504.081000', '114504.083000', '114504.086000', '114504.089000', '114504.091000', '114504.094000', '114504.097000', '114504.100000', '114504.103000', '114504.106000', '114504.108000', '114504.111000', '114504.114000', '114504.117000', '114504.119000', '114504.122000', '114504.125000', '114504.128000', '114504.130000', '114504.133000', '114504.136000', '114504.139000', '114504.142000', '114504.146000', '114504.149000', '114504.152000', '114504.154000', '114504.157000'], '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': [16168, 13555, 10523, 10187, 13038, 15224, 13114, 17148, 17966, 15078, 13165, 10457, 14244, 11901, 9623, 11980, 14558, 11939, 9555, 16309, 13028, 11833, 14460, 12585, 10495, 9888, 15691, 12836, 11222, 16108, 12542, 10227, 14050, 12838, 10129, 9606, 14901, 12169, 9872, 16601, 12025, 10155, 12768, 13880, 12458, 9667, 15620, 11678, 9933, 11471, 16383, 13645, 9915, 14519, 13098, 11317, 10842, 17385, 12691, 9748, 12321, 14563, 12842, 14969, 16256, 13283, 12760, 12362, 15097, 12682, 13277, 12123, 12695, 11258, 10287, 16693, 12170, 11339, 10304, 13475, 10252, 11374, 13707, 13306, 12365, 13262, 11643, 12737, 10290, 9396, 12814, 14947, 12768, 13812, 13534, 11500, 9606, 13156, 13830, 12606, 12851, 13223, 11087, 9459, 14672, 14210, 12477, 11645, 17146, 12659, 9881, 12592, 10023, 9930, 14161, 12882, 10753, 10819, 12408, 9915, 9967, 17840, 15723, 17713, 18821, 18330, 17131, 15787, 17087, 17405, 16347, 15801, 14532, 15191, 16328, 15629, 15293, 12309, 11148, 12346, 11153, 9477, 12721, 14137, 12585, 9616, 11837, 13449, 10870, 9416, 11905, 15109, 13053, 9321, 13094, 14478, 12361, 9830, 13408, 13343, 11760, 10993, 14780, 12463, 10491, 9457, 11401, 12037, 10539, 9180, 15803, 12902, 11513, 10921, 14254, 10797, 9450, 11697, 14642, 11921, 8950, 13910, 13033, 11899, 10028, 15041, 11077, 9822, 9253, 15770, 11905, 9680, 11019, 14722, 12016, 15052, 16941, 13605, 11473, 9487, 14163, 10847, 9476, 10781, 15821, 12415, 9238, 9965, 14347, 10918, 9571, 11873, 15730, 12583, 9870, 11100, 13957, 11338, 9690, 12594, 14086, 11676, 9548, 9886, 12991, 10410, 9039, 12382, 14622, 11824, 9631, 9103, 12500, 10599, 9696, 9017, 15385, 13805, 12219, 10151, 9210, 12327, 11757, 10757, 9384, 12516, 15438, 12726, 11961, 11010, 13810, 11292, 9278, 11648, 13261, 10420, 9527, 12751, 13702, 11878, 9102, 11770, 11298, 10542, 9370, 15432, 12686, 10468, 9080, 14536, 11682, 9830, 9992, 15668, 12680, 9915, 9264, 14599, 11515, 9623, 12481, 13425, 11612, 9473, 8744, 12828, 13131, 11681, 10848, 11295, 13059, 11105, 9324, 11924, 14900, 12026, 11388, 10112, 11514, 9926, 8990, 14583, 13051, 10935, 9006, 13411, 12674, 10884, 9810, 12357, 11127, 9860, 9229, 12983, 11974, 10596, 9354, 15518, 12813, 10301, 11001, 14770, 11500, 11149, 12139, 16401, 15067, 15777, 15791, 16191, 15118, 13741, 12079, 12158, 14389, 14340, 14442, 12832, 11658, 10185, 10952, 13915, 14208, 14649, 16812, 16305, 13401, 12149, 12167, 9241, 9159, 14861, 13023, 10825, 10253, 15283, 13145, 10607, 10820, 14927, 14669, 13236, 10138, 11353, 14592, 12863, 12272, 13406, 15452, 15420, 11656, 10677, 9654, 11654, 14832, 12740, 10453, 9541, 15459, 13428, 12365, 9584, 12028, 11955, 10476, 9310, 13659, 14904, 12668, 10048, 13934, 14380, 11992, 9637, 8711, 14722, 12139, 9134, 11871, 15739, 12319, 9755, 11268, 12654, 13625, 11523, 11692, 15849, 15429, 15678, 15188, 13809, 12622, 10564, 9892, 12386, 13787, 11421, 10079, 14967, 11845, 9334, 12656, 14459, 12261, 9775, 11278, 11653, 10544, 9293, 13874, 13513, 12091, 8938, 12888, 11178, 9748, 10409, 15742, 12436, 10570, 13005, 13096, 9608, 9592, 11616, 13546, 11812, 10855, 12675, 11985, 10096, 9270, 11623, 13860, 11806, 8954, 12922, 14441, 11642, 9513, 10617, 13542, 11220, 8898, 12167, 13708, 11721, 13321, 16626, 14241, 13058, 11286, 13811, 11956, 9773, 13375, 11347, 9753, 9096, 12195, 13000, 11337, 9340, 14494, 14299, 12098, 9276, 11533, 13706, 11435, 9090, 13148, 13823, 13594, 12977, 11791, 12335, 10740, 8774, 13431, 11793, 12458, 10796, 17337, 13670, 17171, 15662, 9598, 9982, 10095, 13394, 11415, 9614, 11534, 14284, 8930, 13806, 14700, 12228, 8927, 12514, 14947, 13741, 15507, 17141, 17091, 16691, 16872, 17367, 16147, 15065, 14788, 14811, 14608, 12664, 12589, 11620, 15149, 13530, 13745, 10179, 10813, 12735, 11217, 8826, 9407, 15068, 13483, 11775, 9442, 11663, 11969, 13758, 11639, 9414, 12427, 14291, 10645, 9708, 9319, 14440, 12882, 11932, 11112, 13982, 10982, 9856, 9240, 15895, 12513, 10095, 10913, 14957, 11744, 9047, 11370, 14059, 11629, 9233, 13461, 14037, 11438, 9275, 11246, 12335, 10847, 8838, 13242, 12994, 12077, 9804, 14164, 11429, 9990, 9100, 12427, 12749, 10929, 9117, 13286, 12881, 11481, 9270, 15038, 12511, 11222, 10670, 15974, 13427, 14768, 14230, 11606, 10203, 9740, 9049, 11587, 13621, 11079, 8889, 9248, 15701, 14688, 12552, 11065, 8991, 11112, 11938, 9985, 9058, 8837, 15459, 12535, 10914, 11835, 15347, 11050, 8919, 9509, 14453, 11677, 10402, 12771, 13710, 11453, 9320, 9813, 12475, 10389, 9161, 13518, 13246, 11726, 10561, 16692, 11711, 10104, 11493, 13471, 11684, 13143, 16341, 13176, 13000, 13031, 13844, 12916, 12998, 11767, 11944, 10240, 8929, 13707, 13002, 11202, 9519, 15650, 12356, 10621, 15342, 11271, 9581, 10019, 15378, 12240, 10226, 10461, 12842, 10483, 9305, 11168, 15934, 12750, 9859, 9564, 14849, 11602, 10321, 13648, 13907, 13829, 13598, 13048, 10933, 10414, 9296, 14164, 12278, 11555, 10335, 13012, 11852, 10872, 9073, 13089, 11901, 10275, 9282, 9432, 15211, 14248, 11346, 10577, 13292, 13611, 12736, 10636, 10921, 13464, 11463, 9881, 11586, 14394, 10809, 9397, 9649, 15513, 12441, 11860, 10263, 12934, 11170, 10020, 8503, 14166, 13525, 11728, 9261, 10596, 15195, 12649, 10954, 11162, 15505, 11465, 10024, 10027, 15866, 12781, 11280, 10864, 12344, 12520, 11733, 12389, 13372, 12373, 10218, 9421, 11329, 14433, 12944, 12548, 11481, 9416, 13570, 11816, 10445, 11241, 10673, 14323, 12406, 11558, 11765, 11123, 12980, 12403, 13908, 16492, 17258, 15467, 14537, 14313, 15700, 12575, 13984, 15157, 15242, 9776, 9729, 13143, 15876, 12623, 17156, 14399, 17238, 17702, 15327, 13580, 12853, 9871, 12548, 16516, 14463, 10668, 12714, 12546, 10706, 13878, 10123, 9955, 13326, 15515, 13210, 13466, 14699, 15554, 15667, 14322, 13926, 14668, 16139, 12744, 11109, 11269, 16142, 12540, 9310, 9399, 15746, 12775, 10397, 10626, 16585, 13258, 11688, 10556, 13517, 10379, 9225, 12229, 14519, 12340, 9218, 13657, 13703, 12234, 11061, 13448, 10481, 9130, 9194, 11773, 13716, 9413, 12362, 12136, 14546, 10956, 10453, 11987, 14780, 14125, 15548, 16652, 15657, 13753, 13196, 12605, 12875, 11704, 11841, 14247, 10914, 8975, 13097, 12664, 12283, 11523, 13706, 9456, 9382, 8669, 13929, 10946, 9119, 14451, 14081, 11842, 9047, 12488, 10801, 9308, 10799, 15884, 12890, 10130, 13885, 12436, 11059, 11246, 15230, 12666, 14514], 'WindowCenter': [4983.0, 4932.0, 4901.0, 4903.0, 4931.0, 4924.0, 4903.0, 4931.0, 4932.0, 4909.0, 4889.0, 4868.0, 4896.0, 4879.0, 4858.0, 4880.0, 4900.0, 4881.0, 4860.0, 4917.0, 4890.0, 4880.0, 4911.0, 4890.0, 4858.0, 4857.0, 4896.0, 4877.0, 4871.0, 4906.0, 4877.0, 4858.0, 4885.0, 4876.0, 4857.0, 4847.0, 4894.0, 4875.0, 4858.0, 4908.0, 4876.0, 4858.0, 4886.0, 4894.0, 4887.0, 4859.0, 4908.0, 4877.0, 4859.0, 4879.0, 4919.0, 4900.0, 4870.0, 4912.0, 4901.0, 4880.0, 4883.0, 4932.0, 4894.0, 4863.0, 4891.0, 4911.0, 4888.0, 4911.0, 4923.0, 4890.0, 4891.0, 4891.0, 4909.0, 4891.0, 4892.0, 4890.0, 4892.0, 4880.0, 4870.0, 4919.0, 4879.0, 4871.0, 4858.0, 4889.0, 4857.0, 4869.0, 4888.0, 4890.0, 4888.0, 4890.0, 4882.0, 4891.0, 4871.0, 4861.0, 4891.0, 4909.0, 4890.0, 4900.0, 4903.0, 4870.0, 4859.0, 4888.0, 4889.0, 4878.0, 4888.0, 4888.0, 4868.0, 4860.0, 4906.0, 4906.0, 4900.0, 4881.0, 4917.0, 4903.0, 4869.0, 4876.0, 4859.0, 4860.0, 4900.0, 4891.0, 4881.0, 4882.0, 4893.0, 4858.0, 4856.0, 4907.0, 4896.0, 4906.0, 4906.0, 4893.0, 4881.0, 4870.0, 4879.0, 4867.0, 4857.0, 4855.0, 4843.0, 4843.0, 4853.0, 4853.0, 4853.0, 4835.0, 4825.0, 4834.0, 4816.0, 4805.0, 4836.0, 4847.0, 4836.0, 4807.0, 4840.0, 4858.0, 4828.0, 4821.0, 4849.0, 4870.0, 4860.0, 4824.0, 4861.0, 4872.0, 4859.0, 4845.0, 4875.0, 4875.0, 4854.0, 4855.0, 4885.0, 4864.0, 4855.0, 4847.0, 4866.0, 4866.0, 4855.0, 4847.0, 4898.0, 4879.0, 4867.0, 4866.0, 4897.0, 4854.0, 4849.0, 4876.0, 4896.0, 4868.0, 4848.0, 4888.0, 4889.0, 4867.0, 4860.0, 4909.0, 4869.0, 4858.0, 4849.0, 4895.0, 4863.0, 4848.0, 4869.0, 4900.0, 4890.0, 4910.0, 4918.0, 4887.0, 4867.0, 4847.0, 4886.0, 4856.0, 4846.0, 4866.0, 4907.0, 4878.0, 4846.0, 4856.0, 4899.0, 4867.0, 4858.0, 4878.0, 4908.0, 4889.0, 4860.0, 4880.0, 4898.0, 4869.0, 4860.0, 4886.0, 4899.0, 4880.0, 4861.0, 4860.0, 4888.0, 4859.0, 4848.0, 4889.0, 4910.0, 4881.0, 4862.0, 4858.0, 4892.0, 4869.0, 4860.0, 4849.0, 4906.0, 4900.0, 4891.0, 4872.0, 4863.0, 4893.0, 4890.0, 4868.0, 4857.0, 4892.0, 4911.0, 4891.0, 4880.0, 4869.0, 4890.0, 4869.0, 4849.0, 4869.0, 4889.0, 4857.0, 4847.0, 4877.0, 4884.0, 4878.0, 4852.0, 4878.0, 4867.0, 4857.0, 4847.0, 4898.0, 4888.0, 4870.0, 4851.0, 4899.0, 4878.0, 4859.0, 4859.0, 4909.0, 4886.0, 4871.0, 4863.0, 4911.0, 4879.0, 4863.0, 4892.0, 4902.0, 4882.0, 4861.0, 4851.0, 4887.0, 4887.0, 4880.0, 4870.0, 4881.0, 4890.0, 4869.0, 4851.0, 4881.0, 4899.0, 4881.0, 4881.0, 4870.0, 4878.0, 4858.0, 4849.0, 4900.0, 4889.0, 4871.0, 4852.0, 4897.0, 4890.0, 4882.0, 4869.0, 4903.0, 4883.0, 4874.0, 4864.0, 4900.0, 4893.0, 4884.0, 4861.0, 4922.0, 4892.0, 4872.0, 4882.0, 4913.0, 4881.0, 4880.0, 4878.0, 4910.0, 4897.0, 4898.0, 4897.0, 4898.0, 4898.0, 4876.0, 4867.0, 4877.0, 4887.0, 4874.0, 4885.0, 4864.0, 4854.0, 4847.0, 4855.0, 4876.0, 4887.0, 4885.0, 4894.0, 4884.0, 4864.0, 4852.0, 4852.0, 4822.0, 4822.0, 4860.0, 4849.0, 4831.0, 4831.0, 4871.0, 4851.0, 4818.0, 4829.0, 4860.0, 4859.0, 4837.0, 4818.0, 4827.0, 4848.0, 4826.0, 4824.0, 4835.0, 4846.0, 4856.0, 4814.0, 4803.0, 4795.0, 4824.0, 4843.0, 4833.0, 4814.0, 4807.0, 4856.0, 4848.0, 4837.0, 4820.0, 4851.0, 4852.0, 4831.0, 4823.0, 4873.0, 4883.0, 4866.0, 4845.0, 4886.0, 4888.0, 4868.0, 4851.0, 4841.0, 4897.0, 4877.0, 4849.0, 4880.0, 4909.0, 4880.0, 4861.0, 4872.0, 4891.0, 4900.0, 4871.0, 4881.0, 4911.0, 4901.0, 4899.0, 4901.0, 4890.0, 4878.0, 4847.0, 4847.0, 4867.0, 4888.0, 4868.0, 4848.0, 4896.0, 4866.0, 4837.0, 4876.0, 4886.0, 4866.0, 4849.0, 4867.0, 4866.0, 4859.0, 4847.0, 4886.0, 4888.0, 4878.0, 4849.0, 4889.0, 4869.0, 4848.0, 4856.0, 4908.0, 4879.0, 4862.0, 4891.0, 4890.0, 4859.0, 4860.0, 4868.0, 4889.0, 4890.0, 4882.0, 4890.0, 4879.0, 4857.0, 4850.0, 4868.0, 4888.0, 4876.0, 4850.0, 4889.0, 4897.0, 4870.0, 4860.0, 4861.0, 4888.0, 4867.0, 4840.0, 4874.0, 4889.0, 4869.0, 4878.0, 4907.0, 4883.0, 4876.0, 4854.0, 4873.0, 4864.0, 4845.0, 4875.0, 4854.0, 4837.0, 4837.0, 4865.0, 4887.0, 4867.0, 4848.0, 4898.0, 4899.0, 4879.0, 4861.0, 4879.0, 4885.0, 4867.0, 4850.0, 4888.0, 4888.0, 4890.0, 4891.0, 4868.0, 4879.0, 4857.0, 4837.0, 4887.0, 4886.0, 4889.0, 4881.0, 4918.0, 4890.0, 4907.0, 4908.0, 4841.0, 4832.0, 4829.0, 4858.0, 4841.0, 4832.0, 4842.0, 4871.0, 4837.0, 4887.0, 4908.0, 4890.0, 4846.0, 4876.0, 4896.0, 4887.0, 4895.0, 4896.0, 4893.0, 4881.0, 4880.0, 4869.0, 4859.0, 4846.0, 4845.0, 4844.0, 4833.0, 4823.0, 4822.0, 4814.0, 4843.0, 4836.0, 4845.0, 4816.0, 4824.0, 4834.0, 4826.0, 4807.0, 4816.0, 4869.0, 4860.0, 4852.0, 4834.0, 4854.0, 4851.0, 4874.0, 4854.0, 4835.0, 4866.0, 4886.0, 4856.0, 4846.0, 4837.0, 4886.0, 4879.0, 4869.0, 4868.0, 4889.0, 4855.0, 4845.0, 4835.0, 4893.0, 4866.0, 4843.0, 4857.0, 4886.0, 4865.0, 4833.0, 4866.0, 4885.0, 4866.0, 4848.0, 4888.0, 4898.0, 4870.0, 4850.0, 4867.0, 4878.0, 4854.0, 4837.0, 4888.0, 4889.0, 4879.0, 4858.0, 4898.0, 4879.0, 4861.0, 4851.0, 4890.0, 4888.0, 4866.0, 4850.0, 4898.0, 4889.0, 4869.0, 4851.0, 4899.0, 4877.0, 4859.0, 4857.0, 4908.0, 4877.0, 4886.0, 4888.0, 4869.0, 4848.0, 4849.0, 4837.0, 4867.0, 4887.0, 4869.0, 4849.0, 4848.0, 4908.0, 4900.0, 4888.0, 4883.0, 4862.0, 4880.0, 4879.0, 4861.0, 4850.0, 4850.0, 4910.0, 4876.0, 4869.0, 4879.0, 4898.0, 4863.0, 4835.0, 4848.0, 4896.0, 4867.0, 4869.0, 4891.0, 4899.0, 4875.0, 4861.0, 4860.0, 4888.0, 4869.0, 4859.0, 4897.0, 4890.0, 4882.0, 4871.0, 4922.0, 4882.0, 4860.0, 4869.0, 4887.0, 4866.0, 4877.0, 4897.0, 4876.0, 4876.0, 4876.0, 4875.0, 4875.0, 4873.0, 4867.0, 4864.0, 4845.0, 4835.0, 4885.0, 4876.0, 4863.0, 4848.0, 4908.0, 4889.0, 4869.0, 4899.0, 4866.0, 4846.0, 4846.0, 4897.0, 4876.0, 4858.0, 4868.0, 4888.0, 4860.0, 4846.0, 4882.0, 4921.0, 4891.0, 4872.0, 4864.0, 4911.0, 4878.0, 4874.0, 4901.0, 4902.0, 4902.0, 4903.0, 4890.0, 4865.0, 4857.0, 4848.0, 4888.0, 4878.0, 4867.0, 4858.0, 4877.0, 4869.0, 4858.0, 4840.0, 4890.0, 4879.0, 4859.0, 4851.0, 4849.0, 4897.0, 4898.0, 4869.0, 4859.0, 4889.0, 4888.0, 4878.0, 4858.0, 4857.0, 4876.0, 4865.0, 4847.0, 4869.0, 4886.0, 4858.0, 4849.0, 4849.0, 4898.0, 4878.0, 4867.0, 4859.0, 4877.0, 4856.0, 4846.0, 4838.0, 4898.0, 4888.0, 4879.0, 4862.0, 4872.0, 4910.0, 4892.0, 4871.0, 4884.0, 4912.0, 4881.0, 4863.0, 4862.0, 4914.0, 4891.0, 4871.0, 4871.0, 4881.0, 4877.0, 4881.0, 4880.0, 4891.0, 4881.0, 4858.0, 4862.0, 4881.0, 4902.0, 4892.0, 4891.0, 4871.0, 4852.0, 4890.0, 4870.0, 4870.0, 4873.0, 4873.0, 4901.0, 4890.0, 4881.0, 4883.0, 4881.0, 4890.0, 4879.0, 4889.0, 4910.0, 4910.0, 4899.0, 4889.0, 4886.0, 4886.0, 4865.0, 4874.0, 4884.0, 4885.0, 4844.0, 4833.0, 4874.0, 4895.0, 4878.0, 4905.0, 4897.0, 4763.0, 4920.0, 4912.0, 4875.0, 4865.0, 4845.0, 4863.0, 4891.0, 4870.0, 4854.0, 4865.0, 4864.0, 4842.0, 4873.0, 4832.0, 4833.0, 4862.0, 4872.0, 4851.0, 4851.0, 4860.0, 4859.0, 4858.0, 4845.0, 4845.0, 4843.0, 4852.0, 4823.0, 4812.0, 4814.0, 4855.0, 4824.0, 4805.0, 4805.0, 4864.0, 4845.0, 4829.0, 4829.0, 4881.0, 4861.0, 4863.0, 4845.0, 4875.0, 4846.0, 4846.0, 4865.0, 4885.0, 4877.0, 4849.0, 4899.0, 4899.0, 4891.0, 4870.0, 4900.0, 4872.0, 4861.0, 4862.0, 4881.0, 4900.0, 4851.0, 4893.0, 4892.0, 4912.0, 4884.0, 4872.0, 4882.0, 4900.0, 4899.0, 4908.0, 4908.0, 4897.0, 4876.0, 4876.0, 4865.0, 4866.0, 4855.0, 4853.0, 4874.0, 4842.0, 4823.0, 4862.0, 4863.0, 4863.0, 4864.0, 4885.0, 4843.0, 4846.0, 4836.0, 4885.0, 4868.0, 4849.0, 4909.0, 4900.0, 4880.0, 4862.0, 4901.0, 4869.0, 4860.0, 4881.0, 4936.0, 4902.0, 4869.0, 4900.0, 4879.0, 4869.0, 4869.0, 4898.0, 4879.0, 4899.0], 'WindowWidth': [10826.0, 10739.0, 10687.0, 10688.0, 10722.0, 10703.0, 10675.0, 10709.0, 10712.0, 10673.0, 10644.0, 10615.0, 10649.0, 10627.0, 10600.0, 10633.0, 10662.0, 10635.0, 10607.0, 10684.0, 10647.0, 10633.0, 10681.0, 10647.0, 10599.0, 10595.0, 10649.0, 10624.0, 10618.0, 10665.0, 10624.0, 10599.0, 10634.0, 10620.0, 10595.0, 10582.0, 10644.0, 10619.0, 10597.0, 10667.0, 10620.0, 10599.0, 10637.0, 10648.0, 10639.0, 10604.0, 10671.0, 10624.0, 10604.0, 10630.0, 10687.0, 10661.0, 10623.0, 10682.0, 10662.0, 10636.0, 10641.0, 10710.0, 10657.0, 10614.0, 10650.0, 10676.0, 10645.0, 10676.0, 10698.0, 10647.0, 10647.0, 10648.0, 10673.0, 10647.0, 10651.0, 10647.0, 10649.0, 10632.0, 10618.0, 10689.0, 10631.0, 10622.0, 10601.0, 10640.0, 10596.0, 10615.0, 10641.0, 10645.0, 10641.0, 10646.0, 10639.0, 10648.0, 10619.0, 10608.0, 10649.0, 10673.0, 10647.0, 10662.0, 10667.0, 10618.0, 10603.0, 10641.0, 10643.0, 10627.0, 10639.0, 10640.0, 10613.0, 10607.0, 10672.0, 10671.0, 10666.0, 10640.0, 10684.0, 10675.0, 10618.0, 10619.0, 10602.0, 10603.0, 10660.0, 10648.0, 10636.0, 10640.0, 10655.0, 10600.0, 10595.0, 10667.0, 10651.0, 10666.0, 10660.0, 10641.0, 10618.0, 10600.0, 10610.0, 10595.0, 10577.0, 10571.0, 10550.0, 10553.0, 10570.0, 10569.0, 10568.0, 10546.0, 10532.0, 10541.0, 10518.0, 10503.0, 10548.0, 10562.0, 10549.0, 10511.0, 10559.0, 10583.0, 10541.0, 10535.0, 10571.0, 10603.0, 10588.0, 10542.0, 10592.0, 10609.0, 10589.0, 10575.0, 10618.0, 10613.0, 10586.0, 10587.0, 10633.0, 10603.0, 10590.0, 10580.0, 10606.0, 10604.0, 10589.0, 10582.0, 10652.0, 10627.0, 10610.0, 10610.0, 10653.0, 10590.0, 10588.0, 10621.0, 10649.0, 10610.0, 10584.0, 10641.0, 10641.0, 10612.0, 10603.0, 10673.0, 10616.0, 10601.0, 10586.0, 10648.0, 10601.0, 10585.0, 10613.0, 10660.0, 10650.0, 10676.0, 10687.0, 10639.0, 10611.0, 10583.0, 10633.0, 10591.0, 10581.0, 10608.0, 10666.0, 10626.0, 10585.0, 10599.0, 10657.0, 10611.0, 10601.0, 10629.0, 10672.0, 10644.0, 10605.0, 10633.0, 10655.0, 10616.0, 10604.0, 10639.0, 10657.0, 10631.0, 10607.0, 10604.0, 10639.0, 10601.0, 10587.0, 10643.0, 10675.0, 10637.0, 10611.0, 10605.0, 10654.0, 10619.0, 10606.0, 10586.0, 10669.0, 10661.0, 10651.0, 10625.0, 10615.0, 10655.0, 10648.0, 10615.0, 10600.0, 10652.0, 10678.0, 10649.0, 10634.0, 10617.0, 10645.0, 10614.0, 10588.0, 10615.0, 10641.0, 10596.0, 10583.0, 10625.0, 10632.0, 10626.0, 10596.0, 10627.0, 10611.0, 10598.0, 10584.0, 10658.0, 10641.0, 10619.0, 10594.0, 10657.0, 10628.0, 10603.0, 10604.0, 10673.0, 10641.0, 10624.0, 10612.0, 10675.0, 10631.0, 10612.0, 10652.0, 10663.0, 10637.0, 10609.0, 10596.0, 10642.0, 10641.0, 10633.0, 10619.0, 10636.0, 10647.0, 10615.0, 10593.0, 10634.0, 10657.0, 10635.0, 10634.0, 10621.0, 10626.0, 10599.0, 10588.0, 10661.0, 10643.0, 10622.0, 10598.0, 10654.0, 10647.0, 10640.0, 10621.0, 10671.0, 10642.0, 10631.0, 10617.0, 10664.0, 10655.0, 10642.0, 10610.0, 10696.0, 10649.0, 10624.0, 10639.0, 10683.0, 10635.0, 10634.0, 10626.0, 10675.0, 10655.0, 10655.0, 10650.0, 10653.0, 10652.0, 10618.0, 10607.0, 10625.0, 10636.0, 10613.0, 10630.0, 10601.0, 10585.0, 10578.0, 10588.0, 10622.0, 10633.0, 10626.0, 10639.0, 10629.0, 10596.0, 10576.0, 10577.0, 10537.0, 10535.0, 10587.0, 10569.0, 10546.0, 10548.0, 10602.0, 10573.0, 10527.0, 10538.0, 10584.0, 10584.0, 10550.0, 10523.0, 10534.0, 10562.0, 10530.0, 10525.0, 10542.0, 10557.0, 10574.0, 10512.0, 10496.0, 10487.0, 10525.0, 10550.0, 10536.0, 10513.0, 10506.0, 10575.0, 10565.0, 10551.0, 10529.0, 10575.0, 10576.0, 10548.0, 10540.0, 10608.0, 10623.0, 10603.0, 10575.0, 10635.0, 10639.0, 10610.0, 10591.0, 10578.0, 10650.0, 10622.0, 10586.0, 10629.0, 10669.0, 10629.0, 10604.0, 10621.0, 10644.0, 10659.0, 10619.0, 10633.0, 10676.0, 10663.0, 10655.0, 10661.0, 10644.0, 10624.0, 10577.0, 10579.0, 10607.0, 10637.0, 10607.0, 10581.0, 10646.0, 10604.0, 10566.0, 10617.0, 10632.0, 10606.0, 10586.0, 10609.0, 10605.0, 10596.0, 10580.0, 10635.0, 10639.0, 10625.0, 10589.0, 10645.0, 10614.0, 10584.0, 10593.0, 10666.0, 10627.0, 10607.0, 10645.0, 10646.0, 10603.0, 10603.0, 10612.0, 10642.0, 10648.0, 10639.0, 10648.0, 10629.0, 10598.0, 10588.0, 10612.0, 10637.0, 10623.0, 10589.0, 10642.0, 10653.0, 10616.0, 10605.0, 10605.0, 10639.0, 10607.0, 10575.0, 10618.0, 10640.0, 10615.0, 10624.0, 10668.0, 10630.0, 10619.0, 10587.0, 10613.0, 10599.0, 10578.0, 10616.0, 10589.0, 10566.0, 10566.0, 10604.0, 10634.0, 10610.0, 10585.0, 10656.0, 10657.0, 10630.0, 10608.0, 10631.0, 10635.0, 10610.0, 10590.0, 10641.0, 10642.0, 10645.0, 10645.0, 10611.0, 10626.0, 10594.0, 10568.0, 10640.0, 10641.0, 10648.0, 10638.0, 10687.0, 10646.0, 10665.0, 10667.0, 10569.0, 10553.0, 10543.0, 10579.0, 10561.0, 10550.0, 10559.0, 10604.0, 10569.0, 10638.0, 10671.0, 10647.0, 10582.0, 10622.0, 10649.0, 10635.0, 10645.0, 10646.0, 10641.0, 10619.0, 10614.0, 10597.0, 10583.0, 10558.0, 10556.0, 10550.0, 10536.0, 10521.0, 10520.0, 10512.0, 10557.0, 10547.0, 10557.0, 10519.0, 10531.0, 10542.0, 10532.0, 10510.0, 10523.0, 10599.0, 10586.0, 10576.0, 10555.0, 10585.0, 10574.0, 10612.0, 10586.0, 10561.0, 10605.0, 10636.0, 10592.0, 10577.0, 10566.0, 10635.0, 10625.0, 10612.0, 10611.0, 10641.0, 10590.0, 10575.0, 10561.0, 10639.0, 10602.0, 10572.0, 10592.0, 10632.0, 10601.0, 10560.0, 10605.0, 10631.0, 10607.0, 10587.0, 10641.0, 10656.0, 10616.0, 10589.0, 10609.0, 10623.0, 10589.0, 10568.0, 10639.0, 10641.0, 10627.0, 10599.0, 10654.0, 10631.0, 10608.0, 10593.0, 10644.0, 10640.0, 10610.0, 10590.0, 10657.0, 10644.0, 10616.0, 10592.0, 10657.0, 10623.0, 10598.0, 10594.0, 10670.0, 10624.0, 10635.0, 10639.0, 10612.0, 10581.0, 10584.0, 10569.0, 10609.0, 10637.0, 10615.0, 10588.0, 10583.0, 10669.0, 10658.0, 10642.0, 10641.0, 10613.0, 10633.0, 10630.0, 10606.0, 10591.0, 10592.0, 10673.0, 10622.0, 10615.0, 10628.0, 10655.0, 10602.0, 10564.0, 10583.0, 10648.0, 10610.0, 10615.0, 10646.0, 10658.0, 10624.0, 10608.0, 10606.0, 10642.0, 10618.0, 10603.0, 10654.0, 10646.0, 10635.0, 10621.0, 10694.0, 10637.0, 10606.0, 10614.0, 10636.0, 10607.0, 10621.0, 10651.0, 10619.0, 10618.0, 10620.0, 10618.0, 10616.0, 10614.0, 10608.0, 10601.0, 10573.0, 10561.0, 10632.0, 10620.0, 10602.0, 10584.0, 10668.0, 10643.0, 10615.0, 10657.0, 10607.0, 10578.0, 10577.0, 10651.0, 10620.0, 10600.0, 10614.0, 10640.0, 10601.0, 10584.0, 10635.0, 10691.0, 10648.0, 10623.0, 10613.0, 10676.0, 10628.0, 10629.0, 10664.0, 10667.0, 10667.0, 10665.0, 10647.0, 10607.0, 10596.0, 10584.0, 10640.0, 10624.0, 10610.0, 10599.0, 10624.0, 10612.0, 10598.0, 10576.0, 10645.0, 10628.0, 10600.0, 10590.0, 10586.0, 10649.0, 10651.0, 10612.0, 10599.0, 10643.0, 10639.0, 10624.0, 10596.0, 10593.0, 10616.0, 10602.0, 10581.0, 10611.0, 10637.0, 10597.0, 10586.0, 10585.0, 10652.0, 10624.0, 10608.0, 10596.0, 10621.0, 10591.0, 10579.0, 10571.0, 10656.0, 10640.0, 10629.0, 10609.0, 10622.0, 10674.0, 10648.0, 10622.0, 10640.0, 10679.0, 10634.0, 10610.0, 10606.0, 10683.0, 10646.0, 10619.0, 10617.0, 10632.0, 10625.0, 10633.0, 10629.0, 10646.0, 10633.0, 10598.0, 10608.0, 10635.0, 10667.0, 10651.0, 10647.0, 10618.0, 10594.0, 10644.0, 10614.0, 10617.0, 10623.0, 10622.0, 10663.0, 10646.0, 10635.0, 10639.0, 10634.0, 10646.0, 10630.0, 10641.0, 10670.0, 10672.0, 10652.0, 10638.0, 10629.0, 10632.0, 10600.0, 10612.0, 10626.0, 10633.0, 10574.0, 10556.0, 10617.0, 10646.0, 10625.0, 10662.0, 10652.0, 10389.0, 10697.0, 10686.0, 10616.0, 10600.0, 10575.0, 10596.0, 10634.0, 10604.0, 10589.0, 10606.0, 10602.0, 10566.0, 10610.0, 10552.0, 10553.0, 10594.0, 10608.0, 10579.0, 10575.0, 10584.0, 10582.0, 10579.0, 10558.0, 10556.0, 10550.0, 10567.0, 10523.0, 10509.0, 10514.0, 10572.0, 10527.0, 10504.0, 10506.0, 10585.0, 10559.0, 10541.0, 10543.0, 10617.0, 10592.0, 10598.0, 10577.0, 10619.0, 10579.0, 10581.0, 10603.0, 10632.0, 10622.0, 10587.0, 10660.0, 10658.0, 10650.0, 10620.0, 10662.0, 10623.0, 10608.0, 10609.0, 10634.0, 10660.0, 10591.0, 10654.0, 10655.0, 10681.0, 10644.0, 10625.0, 10636.0, 10661.0, 10657.0, 10669.0, 10667.0, 10655.0, 10620.0, 10618.0, 10601.0, 10605.0, 10587.0, 10583.0, 10614.0, 10567.0, 10543.0, 10595.0, 10599.0, 10599.0, 10601.0, 10634.0, 10575.0, 10581.0, 10566.0, 10632.0, 10612.0, 10589.0, 10674.0, 10663.0, 10636.0, 10615.0, 10665.0, 10619.0, 10604.0, 10635.0, 10721.0, 10667.0, 10617.0, 10659.0, 10629.0, 10615.0, 10613.0, 10655.0, 10629.0, 10655.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.002653476347634764</td></tr>
<tr><td colspan=3>aqi</td><td>0.021265715731573154</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.76793476981279</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.228934513281937</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0356297287224672</td></tr>
<tr><td colspan=3>efc</td><td>0.5057</td></tr>
<tr><td colspan=3>fber</td><td>5964.96</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11398083984647327</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.250825082508252</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2685303364075904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.127829131086782</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.537158212236707</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.140603665899283</td></tr>
<tr><td colspan=3>gcor</td><td>0.0276854</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016721883788704872</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04221130535006523</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.277472236783326</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>18.4061</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.196</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.6509</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289074.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>1037.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.2525</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0237</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.8683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4031.5535</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.999</td></tr>
<tr><td colspan=3>tsnr</td><td>39.36446613818407</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>