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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-02/func/sub-0077_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>64171b614ce72c4fb21ab17c16576d26</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:41:26.890000</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.999572, -0.0250743, 0.0150649, 0.0247781, 0.999502, 0.0195314]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0853169</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7724, -7290, 825, -29, -140, -98, 28]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6255bd61-64c6-411a-8967-8643a1b2657d||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.681778907775879, 0.066477932035923, 0.041977208107709885, 111.59534454345703], [0.06727239489555359, 2.681591272354126, 0.05170442909002304, -98.89216613769531], [0.04041796922683716, -0.05240138992667198, 2.699178457260132, -77.53936767578125], [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': ['214126.890000', '214127.350000', '214127.810000', '214128.270000', '214128.730000', '214129.190000', '214129.650000', '214130.110000', '214130.570000', '214131.030000', '214131.490000', '214131.950000', '214132.410000', '214132.870000', '214133.330000', '214133.790000', '214134.250000', '214134.710000', '214135.170000', '214135.630000', '214136.090000', '214136.550000', '214137.010000', '214137.470000', '214137.930000', '214138.390000', '214138.850000', '214139.310000', '214139.770000', '214140.230000', '214140.690000', '214141.150000', '214141.610000', '214142.070000', '214142.530000', '214142.990000', '214143.450000', '214143.910000', '214144.370000', '214144.830000', '214145.290000', '214145.750000', '214146.210000', '214146.670000', '214147.130000', '214147.590000', '214148.050000', '214148.510000', '214148.970000', '214149.430000', '214149.890000', '214150.350000', '214150.810000', '214151.270000', '214151.730000', '214152.190000', '214152.650000', '214153.110000', '214153.570000', '214154.030000', '214154.490000', '214154.950000', '214155.410000', '214155.870000', '214156.330000', '214156.790000', '214157.250000', '214157.710000', '214158.170000', '214158.630000', '214159.090000', '214159.550000', '214200.010000', '214200.470000', '214200.930000', '214201.390000', '214201.850000', '214202.310000', '214202.770000', '214203.230000', '214203.690000', '214204.150000', '214204.610000', '214205.070000', '214205.530000', '214205.990000', '214206.450000', '214206.910000', '214207.370000', '214207.830000', '214208.290000', '214208.750000', '214209.210000', '214209.670000', '214210.130000', '214210.590000', '214211.050000', '214211.510000', '214211.970000', '214212.430000', '214212.890000', '214213.350000', '214213.810000', '214214.270000', '214214.730000', '214215.190000', '214215.650000', '214216.110000', '214216.570000', '214217.030000', '214217.490000', '214217.950000', '214218.410000', '214218.870000', '214219.330000', '214219.790000', '214220.250000', '214220.710000', '214221.170000', '214221.630000', '214222.090000', '214222.550000', '214223.010000', '214223.470000', '214223.930000', '214224.390000', '214224.850000', '214225.310000', '214225.770000', '214226.230000', '214226.690000', '214227.150000', '214227.610000', '214228.070000', '214228.530000', '214228.990000', '214229.450000', '214229.910000', '214230.370000', '214230.830000', '214231.290000', '214231.750000', '214232.210000', '214232.670000', '214233.130000', '214233.590000', '214234.050000', '214234.510000', '214234.970000', '214235.430000', '214235.890000', '214236.350000', '214236.810000', '214237.270000', '214237.730000', '214238.190000', '214238.650000', '214239.110000', '214239.570000', '214240.030000', '214240.490000', '214240.950000', '214241.410000', '214241.870000', '214242.330000', '214242.790000', '214243.250000', '214243.710000', '214244.170000', '214244.630000', '214245.090000', '214245.550000', '214246.010000', '214246.470000', '214246.930000', '214247.390000', '214247.850000', '214248.310000', '214248.770000', '214249.230000', '214249.690000', '214250.150000', '214250.610000', '214251.070000', '214251.530000', '214251.990000', '214252.450000', '214252.910000', '214253.370000', '214253.830000', '214254.290000', '214254.750000', '214255.210000', '214255.670000', '214256.130000', '214256.590000', '214257.050000', '214257.510000', '214257.970000', '214258.430000', '214258.890000', '214259.350000', '214259.810000', '214300.270000', '214300.730000', '214301.190000', '214301.650000', '214302.110000', '214302.570000', '214303.030000', '214303.490000', '214303.950000', '214304.410000', '214304.870000', '214305.330000', '214305.790000', '214306.250000', '214306.710000', '214307.170000', '214307.630000', '214308.090000', '214308.550000', '214309.010000', '214309.470000', '214309.930000', '214310.390000', '214310.850000', '214311.310000', '214311.770000', '214312.230000', '214312.690000', '214313.150000', '214313.610000', '214314.070000', '214314.530000', '214314.990000', '214315.450000', '214315.910000', '214316.370000', '214316.830000', '214317.290000', '214317.750000', '214318.210000', '214318.670000', '214319.130000', '214319.590000', '214320.050000', '214320.510000', '214320.970000', '214321.430000', '214321.890000', '214322.350000', '214322.810000', '214323.270000', '214323.730000', '214324.190000', '214324.650000', '214325.110000', '214325.570000', '214326.030000', '214326.490000', '214326.950000', '214327.410000', '214327.870000', '214328.330000', '214328.790000', '214329.250000', '214329.710000', '214330.170000', '214330.630000', '214331.090000', '214331.550000', '214332.010000', '214332.470000', '214332.930000', '214333.390000', '214333.850000', '214334.310000', '214334.770000', '214335.230000', '214335.690000', '214336.150000', '214336.610000', '214337.070000', '214337.530000', '214337.990000', '214338.450000', '214338.910000', '214339.370000', '214339.830000', '214340.290000', '214340.750000', '214341.210000', '214341.670000', '214342.130000', '214342.590000', '214343.050000', '214343.510000', '214343.970000', '214344.430000', '214344.890000', '214345.350000', '214345.810000', '214346.270000', '214346.730000', '214347.190000', '214347.650000', '214348.110000', '214348.570000', '214349.030000', '214349.490000', '214349.950000', '214350.410000', '214350.870000', '214351.330000', '214351.790000', '214352.250000', '214352.710000', '214353.170000', '214353.630000', '214354.090000', '214354.550000', '214355.010000', '214355.470000', '214355.930000', '214356.390000', '214356.850000', '214357.310000', '214357.770000', '214358.230000', '214358.690000', '214359.150000', '214359.610000', '214400.070000', '214400.530000', '214400.990000', '214401.450000', '214401.910000', '214402.370000', '214402.830000', '214403.290000', '214403.750000', '214404.210000', '214404.670000', '214405.130000', '214405.590000', '214406.050000', '214406.510000', '214406.970000', '214407.430000', '214407.890000', '214408.350000', '214408.810000', '214409.270000', '214409.730000', '214410.190000', '214410.650000', '214411.110000', '214411.570000', '214412.030000', '214412.490000', '214412.950000', '214413.410000', '214413.870000', '214414.330000', '214414.790000', '214415.250000', '214415.710000', '214416.170000', '214416.630000', '214417.090000', '214417.550000', '214418.010000', '214418.470000', '214418.930000', '214419.390000', '214419.850000', '214420.310000', '214420.770000', '214421.230000', '214421.690000', '214422.150000', '214422.610000', '214423.070000', '214423.530000', '214423.990000', '214424.450000', '214424.910000', '214425.370000', '214425.830000', '214426.290000', '214426.750000', '214427.210000', '214427.670000', '214428.130000', '214428.590000', '214429.050000', '214429.510000', '214429.970000', '214430.430000', '214430.890000', '214431.350000', '214431.810000', '214432.270000', '214432.730000', '214433.190000', '214433.650000', '214434.110000', '214434.570000', '214435.030000', '214435.490000', '214435.950000', '214436.410000', '214436.870000', '214437.330000', '214437.790000', '214438.250000', '214438.710000', '214439.170000', '214439.630000', '214440.090000', '214440.550000', '214441.010000', '214441.470000', '214441.930000', '214442.390000', '214442.850000', '214443.310000', '214443.770000', '214444.230000', '214444.690000', '214445.150000', '214445.610000', '214446.070000', '214446.530000', '214446.990000', '214447.450000', '214447.910000', '214448.370000', '214448.830000', '214449.290000', '214449.750000', '214450.210000', '214450.670000', '214451.130000', '214451.590000', '214452.050000', '214452.510000', '214452.970000', '214453.430000', '214453.890000', '214454.350000', '214454.810000', '214455.270000', '214455.730000', '214456.190000', '214456.650000', '214457.110000', '214457.570000', '214458.030000', '214458.490000', '214458.950000', '214459.410000', '214459.870000', '214500.330000', '214500.790000', '214501.250000', '214501.710000', '214502.170000', '214502.630000', '214503.090000', '214503.550000', '214504.010000', '214504.470000', '214504.930000', '214505.390000', '214505.850000', '214506.310000', '214506.770000', '214507.230000', '214507.690000', '214508.150000', '214508.610000', '214509.070000', '214509.530000', '214509.990000', '214510.450000', '214510.910000', '214511.370000', '214511.830000', '214512.290000', '214512.750000', '214513.210000', '214513.670000', '214514.130000', '214514.590000', '214515.050000', '214515.510000', '214515.970000', '214516.430000', '214516.890000', '214517.350000', '214517.810000', '214518.270000', '214518.730000', '214519.190000', '214519.650000', '214520.110000', '214520.570000', '214521.030000', '214521.490000', '214521.950000', '214522.410000', '214522.870000', '214523.330000', '214523.790000', '214524.250000', '214524.710000', '214525.170000', '214525.630000', '214526.090000', '214526.550000', '214527.010000', '214527.470000', '214527.930000', '214528.390000', '214528.850000', '214529.310000', '214529.770000', '214530.230000', '214530.690000', '214531.150000', '214531.610000', '214532.070000', '214532.530000', '214532.990000', '214533.450000', '214533.910000', '214534.370000', '214534.830000', '214535.290000', '214535.750000', '214536.210000', '214536.670000', '214537.130000', '214537.590000', '214538.050000', '214538.510000', '214538.970000', '214539.430000', '214539.890000', '214540.350000', '214540.810000', '214541.270000', '214541.730000', '214542.190000', '214542.650000', '214543.110000', '214543.570000', '214544.030000', '214544.490000', '214544.950000', '214545.410000', '214545.870000', '214546.330000', '214546.790000', '214547.250000', '214547.710000', '214548.170000', '214548.630000', '214549.090000', '214549.550000', '214550.010000', '214550.470000', '214550.930000', '214551.390000', '214551.850000', '214552.310000', '214552.770000', '214553.230000', '214553.690000', '214554.150000', '214554.610000', '214555.070000', '214555.530000', '214555.990000', '214556.450000', '214556.910000', '214557.370000', '214557.830000', '214558.290000', '214558.750000', '214559.210000', '214559.670000', '214600.130000', '214600.590000', '214601.050000', '214601.510000', '214601.970000', '214602.430000', '214602.890000', '214603.350000', '214603.810000', '214604.270000', '214604.730000', '214605.190000', '214605.650000', '214606.110000', '214606.570000', '214607.030000', '214607.490000', '214607.950000', '214608.410000', '214608.870000', '214609.330000', '214609.790000', '214610.250000', '214610.710000', '214611.170000', '214611.630000', '214612.090000', '214612.550000', '214613.010000', '214613.470000', '214613.930000', '214614.390000', '214614.850000', '214615.310000', '214615.770000', '214616.230000', '214616.690000', '214617.150000', '214617.610000', '214618.070000', '214618.530000', '214618.990000', '214619.450000', '214619.910000', '214620.370000', '214620.830000', '214621.290000', '214621.750000', '214622.210000', '214622.670000', '214623.130000', '214623.590000', '214624.050000', '214624.510000', '214624.970000', '214625.430000', '214625.890000', '214626.350000', '214626.810000', '214627.270000', '214627.730000', '214628.190000', '214628.650000', '214629.110000', '214629.570000', '214630.030000', '214630.490000', '214630.950000', '214631.410000', '214631.870000', '214632.330000', '214632.790000', '214633.250000', '214633.710000', '214634.170000', '214634.630000', '214635.090000', '214635.550000', '214636.010000', '214636.470000', '214636.930000', '214637.390000', '214637.850000', '214638.310000', '214638.770000', '214639.230000', '214639.690000', '214640.150000', '214640.610000', '214641.070000', '214641.530000', '214641.990000', '214642.450000', '214642.910000', '214643.370000', '214643.830000', '214644.290000', '214644.750000', '214645.210000', '214645.670000', '214646.130000', '214646.590000', '214647.050000', '214647.510000', '214647.970000', '214648.430000', '214648.890000', '214649.350000', '214649.810000', '214650.270000', '214650.730000', '214651.190000', '214651.650000', '214652.110000', '214652.570000', '214653.030000', '214653.490000', '214653.950000', '214654.410000', '214654.870000', '214655.330000', '214655.790000', '214656.250000', '214656.710000', '214657.170000', '214657.630000', '214658.090000', '214658.550000', '214659.010000', '214659.470000', '214659.930000', '214700.390000', '214700.850000', '214701.310000', '214701.770000', '214702.230000', '214702.690000', '214703.150000', '214703.610000', '214704.070000', '214704.530000', '214704.990000', '214705.450000', '214705.910000', '214706.370000', '214706.830000', '214707.290000', '214707.750000', '214708.210000', '214708.670000', '214709.130000', '214709.590000', '214710.050000', '214710.510000', '214710.970000', '214711.430000', '214711.890000', '214712.350000', '214712.810000', '214713.270000', '214713.730000', '214714.190000', '214714.650000', '214715.110000', '214715.570000', '214716.030000', '214716.490000', '214716.950000', '214717.410000', '214717.870000', '214718.330000', '214718.790000', '214719.250000', '214719.710000', '214720.170000', '214720.630000', '214721.090000', '214721.550000', '214722.010000', '214722.470000', '214722.930000', '214723.390000', '214723.850000', '214724.310000', '214724.770000', '214725.230000', '214725.690000', '214726.150000', '214726.610000', '214727.070000', '214727.530000', '214727.990000', '214728.450000', '214728.910000', '214729.370000', '214729.830000', '214730.290000', '214730.750000', '214731.210000', '214731.670000', '214732.130000', '214732.590000', '214733.050000', '214733.510000', '214733.970000', '214734.430000', '214734.890000', '214735.350000', '214735.810000', '214736.270000', '214736.730000', '214737.190000', '214737.650000', '214738.110000', '214738.570000', '214739.030000', '214739.490000', '214739.950000', '214740.410000', '214740.870000', '214741.330000', '214741.790000', '214742.250000', '214742.710000', '214743.170000', '214743.630000', '214744.090000', '214744.550000', '214745.010000', '214745.470000', '214745.930000', '214746.390000', '214746.850000', '214747.310000', '214747.770000', '214748.230000', '214748.690000', '214749.150000', '214749.610000', '214750.070000', '214750.530000', '214750.990000', '214751.450000', '214751.910000', '214752.370000', '214752.830000', '214753.290000', '214753.750000', '214754.210000', '214754.670000', '214755.130000', '214755.590000', '214756.050000', '214756.510000', '214756.970000', '214757.430000', '214757.890000', '214758.350000', '214758.810000', '214759.270000', '214759.730000', '214800.190000', '214800.650000', '214801.110000', '214801.570000', '214802.030000', '214802.490000', '214802.950000', '214803.410000', '214803.870000', '214804.330000', '214804.790000', '214805.250000', '214805.710000', '214806.170000', '214806.630000', '214807.090000', '214807.550000', '214808.010000', '214808.470000', '214808.930000', '214809.390000', '214809.850000', '214810.310000', '214810.770000', '214811.230000', '214811.690000', '214812.150000', '214812.610000', '214813.070000', '214813.530000', '214813.990000', '214814.450000', '214814.910000', '214815.370000', '214815.830000', '214816.290000', '214816.750000', '214817.210000', '214817.670000', '214818.130000', '214818.590000', '214819.050000', '214819.510000', '214819.970000', '214820.430000', '214820.890000', '214821.350000', '214821.810000', '214822.270000', '214822.730000', '214823.190000', '214823.650000', '214824.110000', '214824.570000', '214825.030000', '214825.490000', '214825.950000', '214826.410000', '214826.870000'], 'ContentTime': ['214136.519000', '214136.523000', '214136.526000', '214136.529000', '214136.531000', '214136.534000', '214136.536000', '214136.539000', '214136.541000', '214136.544000', '214136.547000', '214136.549000', '214136.552000', '214136.554000', '214136.557000', '214136.559000', '214136.562000', '214136.564000', '214136.567000', '214156.477000', '214156.480000', '214156.483000', '214156.485000', '214156.488000', '214156.490000', '214156.493000', '214156.503000', '214156.506000', '214156.509000', '214156.511000', '214156.514000', '214156.516000', '214156.519000', '214156.521000', '214156.524000', '214156.526000', '214156.529000', '214156.532000', '214156.534000', '214156.537000', '214156.539000', '214156.548000', '214156.550000', '214156.553000', '214156.556000', '214156.558000', '214156.561000', '214156.563000', '214156.566000', '214156.568000', '214156.571000', '214156.574000', '214156.576000', '214156.579000', '214156.581000', '214156.584000', '214156.586000', '214156.589000', '214156.592000', '214156.594000', '214156.597000', '214156.599000', '214216.477000', '214216.480000', '214216.483000', '214216.485000', '214216.488000', '214216.490000', '214216.493000', '214216.496000', '214216.498000', '214216.501000', '214216.503000', '214216.506000', '214216.508000', '214216.511000', '214216.514000', '214216.516000', '214216.519000', '214216.521000', '214216.524000', '214216.527000', '214216.529000', '214216.532000', '214216.534000', '214216.537000', '214216.540000', '214216.542000', '214216.545000', '214216.547000', '214216.550000', '214216.553000', '214216.555000', '214216.558000', '214216.560000', '214216.563000', '214216.565000', '214216.568000', '214216.571000', '214216.573000', '214216.576000', '214216.578000', '214216.581000', '214216.584000', '214216.586000', '214216.589000', '214236.478000', '214236.480000', '214236.483000', '214236.485000', '214236.488000', '214236.491000', '214236.493000', '214236.496000', '214236.498000', '214236.501000', '214236.504000', '214236.506000', '214236.509000', '214236.511000', '214236.514000', '214236.516000', '214236.519000', '214236.522000', '214236.524000', '214236.527000', '214236.529000', '214236.532000', '214236.535000', '214236.537000', '214236.540000', '214236.542000', '214236.545000', '214236.548000', '214236.550000', '214236.553000', '214236.555000', '214236.558000', '214236.561000', '214236.563000', '214236.566000', '214236.568000', '214236.571000', '214236.574000', '214236.576000', '214236.579000', '214236.581000', '214236.584000', '214236.586000', '214256.477000', '214256.480000', '214256.483000', '214256.485000', '214256.488000', '214256.490000', '214256.493000', '214256.496000', '214256.498000', '214256.501000', '214256.504000', '214256.506000', '214256.509000', '214256.511000', '214256.514000', '214256.517000', '214256.519000', '214256.522000', '214256.524000', '214256.527000', '214256.530000', '214256.532000', '214256.535000', '214256.537000', '214256.540000', '214256.543000', '214256.545000', '214256.548000', '214256.550000', '214256.553000', '214256.556000', '214256.558000', '214256.561000', '214256.563000', '214256.566000', '214256.569000', '214256.571000', '214256.574000', '214256.576000', '214256.579000', '214256.581000', '214256.584000', '214256.587000', '214256.589000', '214316.477000', '214316.480000', '214316.483000', '214316.485000', '214316.488000', '214316.491000', '214316.493000', '214316.496000', '214316.498000', '214316.501000', '214316.504000', '214316.506000', '214316.509000', '214316.512000', '214316.514000', '214316.517000', '214316.519000', '214316.522000', '214316.525000', '214316.527000', '214316.530000', '214316.532000', '214316.535000', '214316.537000', '214316.540000', '214316.542000', '214316.545000', '214316.548000', '214316.551000', '214316.554000', '214316.556000', '214316.559000', '214316.562000', '214316.564000', '214316.567000', '214316.570000', '214316.572000', '214316.575000', '214316.577000', '214316.580000', '214316.582000', '214316.585000', '214316.588000', '214336.477000', '214336.479000', '214336.482000', '214336.485000', '214336.487000', '214336.490000', '214336.493000', '214336.495000', '214336.498000', '214336.500000', '214336.503000', '214336.505000', '214336.508000', '214336.511000', '214336.513000', '214336.516000', '214336.518000', '214336.521000', '214336.537000', '214336.540000', '214336.542000', '214336.545000', '214336.547000', '214336.550000', '214336.553000', '214336.555000', '214336.558000', '214336.560000', '214336.563000', '214336.565000', '214336.568000', '214336.571000', '214336.573000', '214336.576000', '214336.579000', '214336.581000', '214336.584000', '214336.586000', '214336.589000', '214336.592000', '214336.594000', '214336.597000', '214336.599000', '214336.602000', '214356.477000', '214356.480000', '214356.483000', '214356.486000', '214356.488000', '214356.491000', '214356.493000', '214356.496000', '214356.499000', '214356.501000', '214356.504000', '214356.507000', '214356.509000', '214356.512000', '214356.514000', '214356.517000', '214356.519000', '214356.522000', '214356.525000', '214356.527000', '214356.530000', '214356.532000', '214356.535000', '214356.538000', '214356.540000', '214356.543000', '214356.545000', '214356.548000', '214356.551000', '214356.553000', '214356.556000', '214356.558000', '214356.561000', '214356.564000', '214356.566000', '214356.569000', '214356.571000', '214356.574000', '214356.576000', '214356.579000', '214356.582000', '214356.584000', '214356.587000', '214416.477000', '214416.480000', '214416.483000', '214416.486000', '214416.488000', '214416.491000', '214416.493000', '214416.496000', '214416.498000', '214416.501000', '214416.504000', '214416.506000', '214416.509000', '214416.511000', '214416.514000', '214416.517000', '214416.531000', '214416.533000', '214416.536000', '214416.538000', '214416.541000', '214416.544000', '214416.546000', '214416.549000', '214416.551000', '214416.554000', '214416.557000', '214416.559000', '214416.562000', '214416.564000', '214416.567000', '214416.569000', '214416.572000', '214416.575000', '214416.577000', '214416.580000', '214416.582000', '214416.585000', '214416.588000', '214416.590000', '214416.593000', '214416.595000', '214416.598000', '214416.601000', '214436.477000', '214436.480000', '214436.483000', '214436.485000', '214436.488000', '214436.491000', '214436.493000', '214436.496000', '214436.498000', '214436.501000', '214436.504000', '214436.506000', '214436.509000', '214436.511000', '214436.514000', '214436.517000', '214436.519000', '214436.522000', '214436.525000', '214436.527000', '214436.530000', '214436.532000', '214436.535000', '214436.538000', '214436.540000', '214436.543000', '214436.546000', '214436.548000', '214436.551000', '214436.553000', '214436.556000', '214436.559000', '214436.561000', '214436.564000', '214436.566000', '214436.569000', '214436.571000', '214436.574000', '214436.577000', '214436.579000', '214436.582000', '214436.584000', '214436.587000', '214456.478000', '214456.480000', '214456.483000', '214456.486000', '214456.488000', '214456.491000', '214456.493000', '214456.496000', '214456.499000', '214456.501000', '214456.504000', '214456.506000', '214456.509000', '214456.512000', '214456.514000', '214456.517000', '214456.520000', '214456.522000', '214456.525000', '214456.527000', '214456.530000', '214456.532000', '214456.535000', '214456.538000', '214456.540000', '214456.543000', '214456.545000', '214456.548000', '214456.550000', '214456.553000', '214456.556000', '214456.558000', '214456.561000', '214456.563000', '214456.566000', '214456.569000', '214456.571000', '214456.574000', '214456.576000', '214456.579000', '214456.582000', '214456.584000', '214456.587000', '214456.600000', '214516.478000', '214516.480000', '214516.483000', '214516.486000', '214516.488000', '214516.491000', '214516.493000', '214516.496000', '214516.499000', '214516.501000', '214516.504000', '214516.506000', '214516.509000', '214516.512000', '214516.514000', '214516.517000', '214516.519000', '214516.522000', '214516.525000', '214516.527000', '214516.530000', '214516.532000', '214516.535000', '214516.538000', '214516.540000', '214516.543000', '214516.546000', '214516.548000', '214516.551000', '214516.553000', '214516.556000', '214516.559000', '214516.561000', '214516.564000', '214516.566000', '214516.569000', '214516.571000', '214516.574000', '214516.577000', '214516.579000', '214516.582000', '214516.584000', '214516.587000', '214536.478000', '214536.480000', '214536.483000', '214536.486000', '214536.488000', '214536.491000', '214536.493000', '214536.496000', '214536.498000', '214536.501000', '214536.504000', '214536.506000', '214536.509000', '214536.511000', '214536.514000', '214536.517000', '214536.519000', '214536.522000', '214536.524000', '214536.527000', '214536.530000', '214536.532000', '214536.535000', '214536.537000', '214536.540000', '214536.542000', '214536.545000', '214536.548000', '214536.550000', '214536.553000', '214536.556000', '214536.558000', '214536.561000', '214536.563000', '214536.566000', '214536.569000', '214536.571000', '214536.574000', '214536.576000', '214536.579000', '214536.582000', '214536.584000', '214536.587000', '214536.590000', '214556.477000', '214556.479000', '214556.482000', '214556.485000', '214556.487000', '214556.490000', '214556.492000', '214556.495000', '214556.498000', '214556.500000', '214556.503000', '214556.505000', '214556.508000', '214556.511000', '214556.513000', '214556.516000', '214556.519000', '214556.521000', '214556.524000', '214556.526000', '214556.529000', '214556.532000', '214556.534000', '214556.537000', '214556.539000', '214556.542000', '214556.545000', '214556.547000', '214556.550000', '214556.552000', '214556.555000', '214556.558000', '214556.560000', '214556.563000', '214556.565000', '214556.568000', '214556.571000', '214556.573000', '214556.576000', '214556.578000', '214556.581000', '214556.583000', '214556.586000', '214616.477000', '214616.480000', '214616.483000', '214616.485000', '214616.488000', '214616.491000', '214616.493000', '214616.496000', '214616.498000', '214616.501000', '214616.504000', '214616.507000', '214616.510000', '214616.512000', '214616.515000', '214616.517000', '214616.520000', '214616.523000', '214616.525000', '214616.528000', '214616.531000', '214616.533000', '214616.536000', '214616.538000', '214616.541000', '214616.544000', '214616.546000', '214616.549000', '214616.551000', '214616.554000', '214616.557000', '214616.559000', '214616.562000', '214616.565000', '214616.567000', '214616.570000', '214616.572000', '214616.575000', '214616.578000', '214616.580000', '214616.583000', '214616.585000', '214616.588000', '214636.478000', '214636.480000', '214636.483000', '214636.486000', '214636.488000', '214636.491000', '214636.494000', '214636.496000', '214636.499000', '214636.501000', '214636.504000', '214636.507000', '214636.509000', '214636.512000', '214636.514000', '214636.517000', '214636.519000', '214636.522000', '214636.525000', '214636.527000', '214636.530000', '214636.532000', '214636.535000', '214636.538000', '214636.541000', '214636.563000', '214636.566000', '214636.568000', '214636.571000', '214636.574000', '214636.576000', '214636.579000', '214636.581000', '214636.584000', '214636.587000', '214636.589000', '214636.592000', '214636.595000', '214636.597000', '214636.600000', '214636.602000', '214636.605000', '214636.608000', '214636.610000', '214656.477000', '214656.480000', '214656.483000', '214656.485000', '214656.488000', '214656.491000', '214656.493000', '214656.496000', '214656.498000', '214656.501000', '214656.504000', '214656.506000', '214656.509000', '214656.511000', '214656.514000', '214656.517000', '214656.519000', '214656.522000', '214656.524000', '214656.527000', '214656.529000', '214656.532000', '214656.535000', '214656.537000', '214656.540000', '214656.543000', '214656.545000', '214656.548000', '214656.550000', '214656.553000', '214656.556000', '214656.558000', '214656.561000', '214656.564000', '214656.566000', '214656.569000', '214656.571000', '214656.574000', '214656.577000', '214656.579000', '214656.582000', '214656.584000', '214656.587000', '214716.478000', '214716.480000', '214716.483000', '214716.486000', '214716.488000', '214716.491000', '214716.493000', '214716.496000', '214716.499000', '214716.501000', '214716.504000', '214716.507000', '214716.509000', '214716.512000', '214716.514000', '214716.517000', '214716.520000', '214716.522000', '214716.525000', '214716.527000', '214716.530000', '214716.533000', '214716.535000', '214716.538000', '214716.541000', '214716.543000', '214716.546000', '214716.548000', '214716.551000', '214716.555000', '214716.558000', '214716.561000', '214716.563000', '214716.566000', '214716.568000', '214716.571000', '214716.574000', '214716.576000', '214716.579000', '214716.581000', '214716.584000', '214716.587000', '214716.589000', '214716.592000', '214736.477000', '214736.480000', '214736.483000', '214736.486000', '214736.488000', '214736.491000', '214736.494000', '214736.497000', '214736.499000', '214736.502000', '214736.504000', '214736.507000', '214736.509000', '214736.512000', '214736.515000', '214736.517000', '214736.520000', '214736.522000', '214736.525000', '214736.527000', '214736.530000', '214736.532000', '214736.535000', '214736.538000', '214736.541000', '214736.544000', '214736.546000', '214736.549000', '214736.551000', '214736.554000', '214736.557000', '214736.559000', '214736.562000', '214736.564000', '214736.567000', '214736.570000', '214736.572000', '214736.575000', '214736.577000', '214736.580000', '214736.583000', '214736.585000', '214736.588000', '214756.477000', '214756.480000', '214756.483000', '214756.486000', '214756.488000', '214756.491000', '214756.494000', '214756.496000', '214756.499000', '214756.501000', '214756.504000', '214756.506000', '214756.509000', '214756.512000', '214756.514000', '214756.517000', '214756.520000', '214756.522000', '214756.525000', '214756.527000', '214756.530000', '214756.533000', '214756.535000', '214756.538000', '214756.540000', '214756.543000', '214756.546000', '214756.548000', '214756.551000', '214756.553000', '214756.556000', '214756.559000', '214756.561000', '214756.564000', '214756.567000', '214756.569000', '214756.580000', '214756.583000', '214756.585000', '214756.588000', '214756.591000', '214756.593000', '214756.596000', '214756.598000', '214816.476000', '214816.479000', '214816.482000', '214816.484000', '214816.487000', '214816.490000', '214816.492000', '214816.495000', '214816.497000', '214816.500000', '214816.503000', '214816.505000', '214816.508000', '214816.510000', '214816.513000', '214816.515000', '214816.518000', '214816.521000', '214816.523000', '214816.526000', '214816.528000', '214816.531000', '214816.534000', '214816.536000', '214816.539000', '214816.542000', '214816.544000', '214816.547000', '214816.549000', '214816.552000', '214816.555000', '214816.557000', '214816.560000', '214816.562000', '214816.565000', '214816.567000', '214816.570000', '214816.573000', '214816.575000', '214816.578000', '214816.580000', '214816.583000', '214816.586000', '214828.009000', '214828.012000', '214828.015000', '214828.018000', '214828.021000', '214828.023000', '214828.026000', '214828.029000', '214828.031000', '214828.034000', '214828.037000', '214828.040000', '214828.043000', '214828.045000', '214828.048000', '214828.051000', '214828.054000', '214828.057000', '214828.060000', '214828.062000', '214828.067000', '214828.070000', '214828.073000', '214828.076000', '214828.079000', '214828.081000'], 'InstanceCreationTime': ['214136.519000', '214136.523000', '214136.526000', '214136.529000', '214136.531000', '214136.534000', '214136.536000', '214136.539000', '214136.541000', '214136.544000', '214136.547000', '214136.549000', '214136.552000', '214136.554000', '214136.557000', '214136.559000', '214136.562000', '214136.564000', '214136.567000', '214156.477000', '214156.480000', '214156.483000', '214156.485000', '214156.488000', '214156.490000', '214156.493000', '214156.503000', '214156.506000', '214156.509000', '214156.511000', '214156.514000', '214156.516000', '214156.519000', '214156.521000', '214156.524000', '214156.526000', '214156.529000', '214156.532000', '214156.534000', '214156.537000', '214156.539000', '214156.548000', '214156.550000', '214156.553000', '214156.556000', '214156.558000', '214156.561000', '214156.563000', '214156.566000', '214156.568000', '214156.571000', '214156.574000', '214156.576000', '214156.579000', '214156.581000', '214156.584000', '214156.586000', '214156.589000', '214156.592000', '214156.594000', '214156.597000', '214156.599000', '214216.477000', '214216.480000', '214216.483000', '214216.485000', '214216.488000', '214216.490000', '214216.493000', '214216.496000', '214216.498000', '214216.501000', '214216.503000', '214216.506000', '214216.508000', '214216.511000', '214216.514000', '214216.516000', '214216.519000', '214216.521000', '214216.524000', '214216.527000', '214216.529000', '214216.532000', '214216.534000', '214216.537000', '214216.540000', '214216.542000', '214216.545000', '214216.547000', '214216.550000', '214216.553000', '214216.555000', '214216.558000', '214216.560000', '214216.563000', '214216.565000', '214216.568000', '214216.571000', '214216.573000', '214216.576000', '214216.578000', '214216.581000', '214216.584000', '214216.586000', '214216.589000', '214236.478000', '214236.480000', '214236.483000', '214236.485000', '214236.488000', '214236.491000', '214236.493000', '214236.496000', '214236.498000', '214236.501000', '214236.504000', '214236.506000', '214236.509000', '214236.511000', '214236.514000', '214236.516000', '214236.519000', '214236.522000', '214236.524000', '214236.527000', '214236.529000', '214236.532000', '214236.535000', '214236.537000', '214236.540000', '214236.542000', '214236.545000', '214236.548000', '214236.550000', '214236.553000', '214236.555000', '214236.558000', '214236.561000', '214236.563000', '214236.566000', '214236.568000', '214236.571000', '214236.574000', '214236.576000', '214236.579000', '214236.581000', '214236.584000', '214236.586000', '214256.477000', '214256.480000', '214256.483000', '214256.485000', '214256.488000', '214256.490000', '214256.493000', '214256.496000', '214256.498000', '214256.501000', '214256.504000', '214256.506000', '214256.509000', '214256.511000', '214256.514000', '214256.517000', '214256.519000', '214256.522000', '214256.524000', '214256.527000', '214256.530000', '214256.532000', '214256.535000', '214256.537000', '214256.540000', '214256.543000', '214256.545000', '214256.548000', '214256.550000', '214256.553000', '214256.556000', '214256.558000', '214256.561000', '214256.563000', '214256.566000', '214256.569000', '214256.571000', '214256.574000', '214256.576000', '214256.579000', '214256.581000', '214256.584000', '214256.587000', '214256.589000', '214316.477000', '214316.480000', '214316.483000', '214316.485000', '214316.488000', '214316.491000', '214316.493000', '214316.496000', '214316.498000', '214316.501000', '214316.504000', '214316.506000', '214316.509000', '214316.512000', '214316.514000', '214316.517000', '214316.519000', '214316.522000', '214316.525000', '214316.527000', '214316.530000', '214316.532000', '214316.535000', '214316.537000', '214316.540000', '214316.542000', '214316.545000', '214316.548000', '214316.551000', '214316.554000', '214316.556000', '214316.559000', '214316.562000', '214316.564000', '214316.567000', '214316.570000', '214316.572000', '214316.575000', '214316.577000', '214316.580000', '214316.582000', '214316.585000', '214316.588000', '214336.477000', '214336.479000', '214336.482000', '214336.485000', '214336.487000', '214336.490000', '214336.493000', '214336.495000', '214336.498000', '214336.500000', '214336.503000', '214336.505000', '214336.508000', '214336.511000', '214336.513000', '214336.516000', '214336.518000', '214336.521000', '214336.537000', '214336.540000', '214336.542000', '214336.545000', '214336.547000', '214336.550000', '214336.553000', '214336.555000', '214336.558000', '214336.560000', '214336.563000', '214336.565000', '214336.568000', '214336.571000', '214336.573000', '214336.576000', '214336.579000', '214336.581000', '214336.584000', '214336.586000', '214336.589000', '214336.592000', '214336.594000', '214336.597000', '214336.599000', '214336.602000', '214356.477000', '214356.480000', '214356.483000', '214356.486000', '214356.488000', '214356.491000', '214356.493000', '214356.496000', '214356.499000', '214356.501000', '214356.504000', '214356.507000', '214356.509000', '214356.512000', '214356.514000', '214356.517000', '214356.519000', '214356.522000', '214356.525000', '214356.527000', '214356.530000', '214356.532000', '214356.535000', '214356.538000', '214356.540000', '214356.543000', '214356.545000', '214356.548000', '214356.551000', '214356.553000', '214356.556000', '214356.558000', '214356.561000', '214356.564000', '214356.566000', '214356.569000', '214356.571000', '214356.574000', '214356.576000', '214356.579000', '214356.582000', '214356.584000', '214356.587000', '214416.477000', '214416.480000', '214416.483000', '214416.486000', '214416.488000', '214416.491000', '214416.493000', '214416.496000', '214416.498000', '214416.501000', '214416.504000', '214416.506000', '214416.509000', '214416.511000', '214416.514000', '214416.517000', '214416.531000', '214416.533000', '214416.536000', '214416.538000', '214416.541000', '214416.544000', '214416.546000', '214416.549000', '214416.551000', '214416.554000', '214416.557000', '214416.559000', '214416.562000', '214416.564000', '214416.567000', '214416.569000', '214416.572000', '214416.575000', '214416.577000', '214416.580000', '214416.582000', '214416.585000', '214416.588000', '214416.590000', '214416.593000', '214416.595000', '214416.598000', '214416.601000', '214436.477000', '214436.480000', '214436.483000', '214436.485000', '214436.488000', '214436.491000', '214436.493000', '214436.496000', '214436.498000', '214436.501000', '214436.504000', '214436.506000', '214436.509000', '214436.511000', '214436.514000', '214436.517000', '214436.519000', '214436.522000', '214436.525000', '214436.527000', '214436.530000', '214436.532000', '214436.535000', '214436.538000', '214436.540000', '214436.543000', '214436.546000', '214436.548000', '214436.551000', '214436.553000', '214436.556000', '214436.559000', '214436.561000', '214436.564000', '214436.566000', '214436.569000', '214436.571000', '214436.574000', '214436.577000', '214436.579000', '214436.582000', '214436.584000', '214436.587000', '214456.478000', '214456.480000', '214456.483000', '214456.486000', '214456.488000', '214456.491000', '214456.493000', '214456.496000', '214456.499000', '214456.501000', '214456.504000', '214456.506000', '214456.509000', '214456.512000', '214456.514000', '214456.517000', '214456.520000', '214456.522000', '214456.525000', '214456.527000', '214456.530000', '214456.532000', '214456.535000', '214456.538000', '214456.540000', '214456.543000', '214456.545000', '214456.548000', '214456.550000', '214456.553000', '214456.556000', '214456.558000', '214456.561000', '214456.563000', '214456.566000', '214456.569000', '214456.571000', '214456.574000', '214456.576000', '214456.579000', '214456.582000', '214456.584000', '214456.587000', '214456.600000', '214516.478000', '214516.480000', '214516.483000', '214516.486000', '214516.488000', '214516.491000', '214516.493000', '214516.496000', '214516.499000', '214516.501000', '214516.504000', '214516.506000', '214516.509000', '214516.512000', '214516.514000', '214516.517000', '214516.519000', '214516.522000', '214516.525000', '214516.527000', '214516.530000', '214516.532000', '214516.535000', '214516.538000', '214516.540000', '214516.543000', '214516.546000', '214516.548000', '214516.551000', '214516.553000', '214516.556000', '214516.559000', '214516.561000', '214516.564000', '214516.566000', '214516.569000', '214516.571000', '214516.574000', '214516.577000', '214516.579000', '214516.582000', '214516.584000', '214516.587000', '214536.478000', '214536.480000', '214536.483000', '214536.486000', '214536.488000', '214536.491000', '214536.493000', '214536.496000', '214536.498000', '214536.501000', '214536.504000', '214536.506000', '214536.509000', '214536.511000', '214536.514000', '214536.517000', '214536.519000', '214536.522000', '214536.524000', '214536.527000', '214536.530000', '214536.532000', '214536.535000', '214536.537000', '214536.540000', '214536.542000', '214536.545000', '214536.548000', '214536.550000', '214536.553000', '214536.556000', '214536.558000', '214536.561000', '214536.563000', '214536.566000', '214536.569000', '214536.571000', '214536.574000', '214536.576000', '214536.579000', '214536.582000', '214536.584000', '214536.587000', '214536.590000', '214556.477000', '214556.479000', '214556.482000', '214556.485000', '214556.487000', '214556.490000', '214556.492000', '214556.495000', '214556.498000', '214556.500000', '214556.503000', '214556.505000', '214556.508000', '214556.511000', '214556.513000', '214556.516000', '214556.519000', '214556.521000', '214556.524000', '214556.526000', '214556.529000', '214556.532000', '214556.534000', '214556.537000', '214556.539000', '214556.542000', '214556.545000', '214556.547000', '214556.550000', '214556.552000', '214556.555000', '214556.558000', '214556.560000', '214556.563000', '214556.565000', '214556.568000', '214556.571000', '214556.573000', '214556.576000', '214556.578000', '214556.581000', '214556.583000', '214556.586000', '214616.477000', '214616.480000', '214616.483000', '214616.485000', '214616.488000', '214616.491000', '214616.493000', '214616.496000', '214616.498000', '214616.501000', '214616.504000', '214616.507000', '214616.510000', '214616.512000', '214616.515000', '214616.517000', '214616.520000', '214616.523000', '214616.525000', '214616.528000', '214616.531000', '214616.533000', '214616.536000', '214616.538000', '214616.541000', '214616.544000', '214616.546000', '214616.549000', '214616.551000', '214616.554000', '214616.557000', '214616.559000', '214616.562000', '214616.565000', '214616.567000', '214616.570000', '214616.572000', '214616.575000', '214616.578000', '214616.580000', '214616.583000', '214616.585000', '214616.588000', '214636.478000', '214636.480000', '214636.483000', '214636.486000', '214636.488000', '214636.491000', '214636.494000', '214636.496000', '214636.499000', '214636.501000', '214636.504000', '214636.507000', '214636.509000', '214636.512000', '214636.514000', '214636.517000', '214636.519000', '214636.522000', '214636.525000', '214636.527000', '214636.530000', '214636.532000', '214636.535000', '214636.538000', '214636.541000', '214636.563000', '214636.566000', '214636.568000', '214636.571000', '214636.574000', '214636.576000', '214636.579000', '214636.581000', '214636.584000', '214636.587000', '214636.589000', '214636.592000', '214636.595000', '214636.597000', '214636.600000', '214636.602000', '214636.605000', '214636.608000', '214636.610000', '214656.477000', '214656.480000', '214656.483000', '214656.485000', '214656.488000', '214656.491000', '214656.493000', '214656.496000', '214656.498000', '214656.501000', '214656.504000', '214656.506000', '214656.509000', '214656.511000', '214656.514000', '214656.517000', '214656.519000', '214656.522000', '214656.524000', '214656.527000', '214656.529000', '214656.532000', '214656.535000', '214656.537000', '214656.540000', '214656.543000', '214656.545000', '214656.548000', '214656.550000', '214656.553000', '214656.556000', '214656.558000', '214656.561000', '214656.564000', '214656.566000', '214656.569000', '214656.571000', '214656.574000', '214656.577000', '214656.579000', '214656.582000', '214656.584000', '214656.587000', '214716.478000', '214716.480000', '214716.483000', '214716.486000', '214716.488000', '214716.491000', '214716.493000', '214716.496000', '214716.499000', '214716.501000', '214716.504000', '214716.507000', '214716.509000', '214716.512000', '214716.514000', '214716.517000', '214716.520000', '214716.522000', '214716.525000', '214716.527000', '214716.530000', '214716.533000', '214716.535000', '214716.538000', '214716.541000', '214716.543000', '214716.546000', '214716.548000', '214716.551000', '214716.555000', '214716.558000', '214716.561000', '214716.563000', '214716.566000', '214716.568000', '214716.571000', '214716.574000', '214716.576000', '214716.579000', '214716.581000', '214716.584000', '214716.587000', '214716.589000', '214716.592000', '214736.477000', '214736.480000', '214736.483000', '214736.486000', '214736.488000', '214736.491000', '214736.494000', '214736.497000', '214736.499000', '214736.502000', '214736.504000', '214736.507000', '214736.509000', '214736.512000', '214736.515000', '214736.517000', '214736.520000', '214736.522000', '214736.525000', '214736.527000', '214736.530000', '214736.532000', '214736.535000', '214736.538000', '214736.541000', '214736.544000', '214736.546000', '214736.549000', '214736.551000', '214736.554000', '214736.557000', '214736.559000', '214736.562000', '214736.564000', '214736.567000', '214736.570000', '214736.572000', '214736.575000', '214736.577000', '214736.580000', '214736.583000', '214736.585000', '214736.588000', '214756.477000', '214756.480000', '214756.483000', '214756.486000', '214756.488000', '214756.491000', '214756.494000', '214756.496000', '214756.499000', '214756.501000', '214756.504000', '214756.506000', '214756.509000', '214756.512000', '214756.514000', '214756.517000', '214756.520000', '214756.522000', '214756.525000', '214756.527000', '214756.530000', '214756.533000', '214756.535000', '214756.538000', '214756.540000', '214756.543000', '214756.546000', '214756.548000', '214756.551000', '214756.553000', '214756.556000', '214756.559000', '214756.561000', '214756.564000', '214756.567000', '214756.569000', '214756.580000', '214756.583000', '214756.585000', '214756.588000', '214756.591000', '214756.593000', '214756.596000', '214756.598000', '214816.476000', '214816.479000', '214816.482000', '214816.484000', '214816.487000', '214816.490000', '214816.492000', '214816.495000', '214816.497000', '214816.500000', '214816.503000', '214816.505000', '214816.508000', '214816.510000', '214816.513000', '214816.515000', '214816.518000', '214816.521000', '214816.523000', '214816.526000', '214816.528000', '214816.531000', '214816.534000', '214816.536000', '214816.539000', '214816.542000', '214816.544000', '214816.547000', '214816.549000', '214816.552000', '214816.555000', '214816.557000', '214816.560000', '214816.562000', '214816.565000', '214816.567000', '214816.570000', '214816.573000', '214816.575000', '214816.578000', '214816.580000', '214816.583000', '214816.586000', '214828.009000', '214828.012000', '214828.015000', '214828.018000', '214828.021000', '214828.023000', '214828.026000', '214828.029000', '214828.031000', '214828.034000', '214828.037000', '214828.040000', '214828.043000', '214828.045000', '214828.048000', '214828.051000', '214828.054000', '214828.057000', '214828.060000', '214828.062000', '214828.067000', '214828.070000', '214828.073000', '214828.076000', '214828.079000', '214828.081000'], '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': [13748, 10294, 13641, 11090, 11381, 12111, 7946, 12394, 10010, 13557, 11296, 7749, 10948, 8348, 11983, 8952, 13159, 8146, 11569, 8383, 11828, 9478, 12902, 8864, 12312, 9726, 12219, 10133, 12847, 10125, 12578, 10019, 12123, 10136, 13265, 11008, 13596, 9954, 13165, 10218, 13478, 10989, 13721, 10358, 11707, 10392, 12012, 10731, 11916, 11202, 7764, 11392, 8405, 12870, 10167, 13545, 10308, 12683, 10801, 12097, 11764, 9243, 11871, 8263, 11919, 9149, 12942, 9137, 12647, 9053, 12321, 10493, 12775, 10445, 13869, 10391, 13578, 10417, 13936, 11403, 13576, 10849, 9217, 11210, 9053, 11363, 11476, 11606, 8212, 11361, 8344, 11834, 9436, 12822, 8712, 12516, 10176, 12642, 11093, 13512, 10632, 8877, 11164, 8943, 12443, 8899, 12678, 8641, 12217, 9708, 12783, 10079, 13444, 10278, 12235, 10580, 13060, 10910, 10540, 11191, 8175, 11570, 8831, 12068, 8519, 11679, 8385, 12269, 9561, 12298, 8571, 11795, 9043, 12558, 10854, 13754, 10282, 12356, 10328, 12281, 11155, 10972, 11386, 8615, 11622, 8639, 12693, 9343, 12641, 8884, 12062, 9883, 12778, 10971, 13696, 10434, 12676, 10270, 12100, 11142, 9455, 11660, 8352, 11795, 9166, 12958, 9890, 12896, 9419, 11868, 10472, 13563, 11120, 10991, 10799, 8047, 11406, 8990, 12747, 9286, 13395, 8745, 12051, 9856, 13513, 11084, 13196, 10299, 8481, 11098, 8486, 11507, 10405, 11336, 7786, 11462, 8474, 12230, 8766, 12588, 7962, 11402, 9084, 12243, 9790, 12966, 9298, 12148, 10197, 12820, 10597, 12888, 10663, 14056, 10193, 13038, 10374, 13358, 11124, 9240, 11434, 8549, 11735, 9027, 12698, 9075, 12599, 9261, 12335, 10772, 12712, 11162, 13841, 10302, 13396, 10566, 13597, 11075, 12656, 10815, 8479, 11666, 10158, 12047, 10475, 12416, 8576, 11794, 9089, 12750, 11345, 13434, 10521, 11982, 11027, 11342, 12251, 8760, 11545, 8489, 11883, 9391, 12894, 9330, 12806, 8947, 12216, 10192, 12941, 10859, 12999, 10619, 13507, 10792, 13782, 11255, 13182, 10622, 8227, 12123, 9107, 12806, 9020, 12459, 8934, 12442, 9907, 13013, 10641, 13055, 10867, 13311, 10901, 13257, 11346, 11553, 11365, 8789, 12141, 9407, 12719, 9314, 12801, 9617, 12455, 10957, 13255, 11166, 13294, 10592, 13078, 10804, 13010, 11377, 10028, 11735, 8675, 12369, 9422, 13121, 10654, 13811, 10441, 9825, 11772, 8467, 12230, 9765, 12420, 8861, 12029, 10392, 13089, 10922, 13592, 10691, 10140, 11329, 11830, 12123, 9718, 11900, 8571, 12143, 9078, 12538, 8857, 12718, 8969, 12165, 10314, 12818, 10984, 12995, 10848, 13452, 10470, 12718, 11018, 12732, 11215, 8375, 11882, 8867, 12550, 9327, 12781, 8957, 12123, 9172, 12815, 9759, 13297, 9655, 12829, 10656, 13150, 11176, 13094, 11016, 13666, 10600, 11624, 11899, 10987, 12315, 8594, 12182, 8365, 12883, 9450, 13450, 10111, 13088, 10892, 13380, 11097, 13671, 11348, 9034, 12034, 9017, 12851, 9588, 13315, 9540, 12755, 10623, 13500, 11376, 13775, 10681, 10450, 12031, 8990, 12604, 9598, 13103, 9680, 12938, 10900, 13746, 11028, 12747, 11267, 8452, 12395, 9098, 12611, 9090, 12520, 9284, 12889, 10637, 13535, 11282, 13845, 10603, 12379, 11201, 12684, 12319, 9463, 12196, 8810, 12666, 9293, 13411, 9760, 13267, 10196, 13079, 11210, 13883, 11308, 12749, 11119, 8508, 12522, 9575, 13325, 9228, 12589, 9082, 13234, 10804, 13942, 11275, 13738, 10756, 13045, 11452, 12404, 12417, 8559, 12347, 9078, 13308, 9858, 13931, 10105, 13465, 11118, 14016, 11328, 12692, 12066, 8347, 12681, 8966, 13391, 9713, 13841, 10392, 13466, 11103, 14376, 11513, 13752, 10893, 9344, 12283, 9382, 12677, 9138, 13381, 9906, 13522, 11237, 14039, 11586, 12543, 11495, 8799, 12640, 9282, 12982, 9439, 13524, 9791, 13602, 10905, 13756, 11152, 14486, 10817, 12359, 11460, 11147, 12491, 9199, 12808, 8757, 12971, 9783, 14077, 10808, 14197, 10896, 12814, 11040, 13233, 11999, 11216, 12420, 8815, 12955, 9242, 13514, 9559, 13794, 10408, 13886, 11241, 13222, 11880, 9066, 12735, 8900, 13448, 10776, 14452, 11335, 12110, 11893, 9087, 12843, 9428, 13046, 9380, 12922, 9356, 13428, 10348, 14068, 10615, 14000, 10898, 14102, 10908, 14310, 11460, 13268, 11281, 8823, 12379, 9076, 12864, 9249, 13656, 10295, 13612, 10982, 13836, 10376, 14210, 10330, 13725, 10881, 13907, 11100, 14075, 11030, 13844, 10707, 13413, 11778, 12189, 12608, 8623, 13076, 9202, 13020, 9550, 13147, 9124, 13085, 9019, 13319, 9813, 13917, 10527, 14185, 11136, 13442, 11109, 13577, 12250, 11423, 12729, 8684, 13064, 10233, 14049, 11427, 14930, 11146, 13059, 11347, 11927, 12585, 9107, 13067, 9893, 13692, 11141, 13902, 11652, 14022, 11176, 8839, 12747, 9335, 13233, 9884, 14299, 10586, 14005, 10876, 13893, 11140, 14596, 11003, 10200, 12205, 9044, 13160, 9387, 13489, 9116, 13518, 10428, 13708, 11238, 14331, 10911, 13675, 10915, 14046, 11483, 13760, 11920, 8524, 12820, 9370, 13488, 10041, 14103, 10370, 13779, 10645, 13847, 10540, 13844, 10607, 13882, 10493, 13828, 11089, 13772, 11469, 14237, 11033, 13577, 10904, 13997, 11521, 13364, 12191, 8458, 12893, 9024, 13315, 9197, 13892, 9975, 13964, 11180, 14496, 11660, 12018, 12384, 8792, 12795, 9126, 13179, 10072, 13928, 10844, 13187, 11069, 12550, 12381, 9235, 12914, 8930, 13242, 10147, 14300, 11015, 14132, 10847, 14043, 11117, 13875, 11634, 8609, 12665, 8882, 13309, 10306, 14183, 10500, 14139, 10815, 13899, 11591, 12514, 11593, 8679, 12901, 10824, 13201, 9031, 12797, 8811, 13635, 10137, 13978, 11451, 14659, 11024, 11700, 11885, 10752, 12898, 8983, 12999, 9250, 13755, 11012, 14039, 11474, 12817, 11774, 8876, 12876, 10613, 13883, 11233, 14669, 10566, 13704, 10777, 13712, 11297, 11447, 12068, 8668, 12606, 8985, 12995, 11042, 12835, 8593, 12384, 8760, 13008, 9525, 13103, 9313, 13183, 9564, 13978, 11070, 14306, 11441, 12136, 11288, 9208, 12846, 9414, 13062, 9405, 13115, 9606, 13844, 11004, 14201, 11271, 14559, 10744, 13121, 11347, 13688, 11769, 12617, 11664, 9066, 12603, 8983, 13148, 9217, 13489, 8686, 13022, 9540, 13780, 10430, 14584, 10855, 14117, 11019, 13831, 11438, 12449, 12393, 8797, 12779, 9127, 13426, 10773, 14430, 11557, 14344, 10778, 10574, 12483, 10031, 13051, 9164, 12843, 9175, 13721, 10432, 13743, 10630, 14487, 11081, 13748, 11109, 11362, 12669, 9700, 13341, 8685, 13178, 9636, 13673, 10308, 14500, 11441, 13814, 11079, 10900, 12432, 10303, 13101, 8936, 13006, 8862, 13261, 9155, 13361, 9172, 13839, 9160, 13621, 10276, 13832, 9930, 14334, 10565, 14765], 'WindowCenter': [3778.0, 3743.0, 3749.0, 3740.0, 3727.0, 3726.0, 3704.0, 3724.0, 3714.0, 3736.0, 3725.0, 3693.0, 3714.0, 3691.0, 3724.0, 3702.0, 3724.0, 3692.0, 3713.0, 3691.0, 3712.0, 3701.0, 3723.0, 3701.0, 3712.0, 3701.0, 3711.0, 3701.0, 3712.0, 3701.0, 3710.0, 3701.0, 3710.0, 3700.0, 3711.0, 3712.0, 3721.0, 3701.0, 3710.0, 3700.0, 3710.0, 3712.0, 3721.0, 3701.0, 3710.0, 3701.0, 3709.0, 3712.0, 3711.0, 3712.0, 3680.0, 3712.0, 3691.0, 3724.0, 3713.0, 3724.0, 3714.0, 3723.0, 3713.0, 3712.0, 3713.0, 3701.0, 3713.0, 3690.0, 3710.0, 3689.0, 3712.0, 3701.0, 3712.0, 3690.0, 3710.0, 3700.0, 3711.0, 3701.0, 3722.0, 3701.0, 3721.0, 3712.0, 3721.0, 3711.0, 3721.0, 3711.0, 3700.0, 3711.0, 3689.0, 3712.0, 3710.0, 3710.0, 3689.0, 3711.0, 3689.0, 3712.0, 3700.0, 3723.0, 3691.0, 3711.0, 3701.0, 3723.0, 3713.0, 3722.0, 3713.0, 3701.0, 3712.0, 3701.0, 3723.0, 3690.0, 3722.0, 3689.0, 3710.0, 3700.0, 3710.0, 3700.0, 3721.0, 3700.0, 3709.0, 3701.0, 3710.0, 3701.0, 3700.0, 3711.0, 3688.0, 3711.0, 3689.0, 3712.0, 3689.0, 3710.0, 3690.0, 3712.0, 3699.0, 3711.0, 3689.0, 3710.0, 3690.0, 3711.0, 3711.0, 3722.0, 3702.0, 3722.0, 3701.0, 3710.0, 3712.0, 3711.0, 3711.0, 3690.0, 3711.0, 3689.0, 3712.0, 3688.0, 3711.0, 3689.0, 3711.0, 3701.0, 3710.0, 3711.0, 3712.0, 3701.0, 3710.0, 3700.0, 3709.0, 3710.0, 3699.0, 3711.0, 3689.0, 3710.0, 3689.0, 3711.0, 3700.0, 3709.0, 3689.0, 3710.0, 3700.0, 3710.0, 3710.0, 3710.0, 3710.0, 3690.0, 3710.0, 3700.0, 3723.0, 3701.0, 3723.0, 3702.0, 3711.0, 3702.0, 3721.0, 3712.0, 3721.0, 3701.0, 3688.0, 3698.0, 3677.0, 3711.0, 3698.0, 3698.0, 3677.0, 3698.0, 3675.0, 3710.0, 3676.0, 3697.0, 3676.0, 3697.0, 3676.0, 3697.0, 3686.0, 3708.0, 3687.0, 3697.0, 3697.0, 3708.0, 3698.0, 3708.0, 3698.0, 3708.0, 3698.0, 3707.0, 3698.0, 3707.0, 3699.0, 3688.0, 3699.0, 3687.0, 3708.0, 3686.0, 3709.0, 3687.0, 3709.0, 3688.0, 3708.0, 3698.0, 3709.0, 3710.0, 3709.0, 3699.0, 3709.0, 3698.0, 3708.0, 3699.0, 3708.0, 3699.0, 3676.0, 3698.0, 3697.0, 3710.0, 3699.0, 3709.0, 3688.0, 3710.0, 3699.0, 3710.0, 3711.0, 3721.0, 3712.0, 3710.0, 3711.0, 3710.0, 3722.0, 3689.0, 3711.0, 3689.0, 3710.0, 3688.0, 3711.0, 3688.0, 3710.0, 3689.0, 3708.0, 3698.0, 3710.0, 3710.0, 3720.0, 3710.0, 3720.0, 3710.0, 3720.0, 3710.0, 3709.0, 3699.0, 3688.0, 3709.0, 3688.0, 3710.0, 3688.0, 3710.0, 3689.0, 3709.0, 3698.0, 3710.0, 3699.0, 3709.0, 3710.0, 3719.0, 3699.0, 3709.0, 3699.0, 3709.0, 3709.0, 3687.0, 3709.0, 3687.0, 3712.0, 3688.0, 3710.0, 3699.0, 3708.0, 3710.0, 3710.0, 3710.0, 3709.0, 3699.0, 3708.0, 3700.0, 3708.0, 3711.0, 3698.0, 3710.0, 3688.0, 3709.0, 3688.0, 3722.0, 3699.0, 3721.0, 3711.0, 3710.0, 3721.0, 3688.0, 3711.0, 3699.0, 3711.0, 3700.0, 3710.0, 3699.0, 3721.0, 3712.0, 3721.0, 3711.0, 3710.0, 3710.0, 3709.0, 3710.0, 3699.0, 3711.0, 3690.0, 3710.0, 3688.0, 3711.0, 3688.0, 3710.0, 3687.0, 3709.0, 3698.0, 3708.0, 3699.0, 3708.0, 3699.0, 3709.0, 3698.0, 3707.0, 3699.0, 3709.0, 3698.0, 3687.0, 3707.0, 3686.0, 3709.0, 3686.0, 3709.0, 3686.0, 3697.0, 3685.0, 3708.0, 3686.0, 3709.0, 3687.0, 3707.0, 3697.0, 3707.0, 3698.0, 3708.0, 3697.0, 3708.0, 3698.0, 3697.0, 3710.0, 3698.0, 3708.0, 3676.0, 3708.0, 3675.0, 3708.0, 3687.0, 3709.0, 3698.0, 3710.0, 3699.0, 3708.0, 3709.0, 3719.0, 3700.0, 3689.0, 3709.0, 3687.0, 3709.0, 3687.0, 3709.0, 3688.0, 3709.0, 3698.0, 3708.0, 3710.0, 3719.0, 3699.0, 3710.0, 3710.0, 3689.0, 3710.0, 3699.0, 3722.0, 3701.0, 3721.0, 3711.0, 3722.0, 3712.0, 3721.0, 3710.0, 3688.0, 3712.0, 3688.0, 3723.0, 3689.0, 3712.0, 3699.0, 3710.0, 3711.0, 3721.0, 3710.0, 3721.0, 3699.0, 3709.0, 3709.0, 3709.0, 3711.0, 3698.0, 3711.0, 3689.0, 3709.0, 3689.0, 3722.0, 3700.0, 3709.0, 3700.0, 3708.0, 3710.0, 3721.0, 3711.0, 3720.0, 3710.0, 3688.0, 3711.0, 3688.0, 3722.0, 3688.0, 3710.0, 3687.0, 3709.0, 3699.0, 3720.0, 3699.0, 3710.0, 3699.0, 3708.0, 3710.0, 3709.0, 3710.0, 3688.0, 3709.0, 3687.0, 3710.0, 3699.0, 3721.0, 3699.0, 3720.0, 3709.0, 3719.0, 3710.0, 3709.0, 3710.0, 3689.0, 3711.0, 3688.0, 3720.0, 3699.0, 3721.0, 3700.0, 3720.0, 3710.0, 3720.0, 3710.0, 3719.0, 3698.0, 3687.0, 3708.0, 3687.0, 3709.0, 3688.0, 3710.0, 3699.0, 3707.0, 3698.0, 3709.0, 3698.0, 3710.0, 3709.0, 3687.0, 3708.0, 3686.0, 3710.0, 3686.0, 3709.0, 3698.0, 3707.0, 3698.0, 3708.0, 3699.0, 3708.0, 3698.0, 3707.0, 3709.0, 3696.0, 3709.0, 3687.0, 3708.0, 3687.0, 3708.0, 3687.0, 3708.0, 3698.0, 3709.0, 3699.0, 3709.0, 3699.0, 3708.0, 3709.0, 3697.0, 3709.0, 3687.0, 3709.0, 3686.0, 3709.0, 3688.0, 3709.0, 3697.0, 3708.0, 3699.0, 3709.0, 3708.0, 3688.0, 3709.0, 3688.0, 3720.0, 3709.0, 3720.0, 3709.0, 3709.0, 3709.0, 3688.0, 3710.0, 3687.0, 3720.0, 3687.0, 3710.0, 3698.0, 3708.0, 3698.0, 3721.0, 3699.0, 3719.0, 3711.0, 3718.0, 3699.0, 3719.0, 3709.0, 3708.0, 3700.0, 3687.0, 3711.0, 3687.0, 3721.0, 3688.0, 3721.0, 3699.0, 3719.0, 3710.0, 3720.0, 3699.0, 3708.0, 3698.0, 3719.0, 3708.0, 3709.0, 3699.0, 3718.0, 3700.0, 3719.0, 3700.0, 3708.0, 3709.0, 3708.0, 3709.0, 3688.0, 3708.0, 3687.0, 3709.0, 3687.0, 3708.0, 3686.0, 3709.0, 3689.0, 3708.0, 3698.0, 3720.0, 3699.0, 3719.0, 3711.0, 3720.0, 3712.0, 3721.0, 3711.0, 3709.0, 3721.0, 3689.0, 3721.0, 3700.0, 3721.0, 3710.0, 3722.0, 3710.0, 3720.0, 3710.0, 3709.0, 3711.0, 3687.0, 3710.0, 3700.0, 3720.0, 3710.0, 3719.0, 3710.0, 3720.0, 3710.0, 3689.0, 3711.0, 3687.0, 3720.0, 3698.0, 3720.0, 3699.0, 3719.0, 3709.0, 3719.0, 3711.0, 3720.0, 3698.0, 3699.0, 3709.0, 3688.0, 3720.0, 3688.0, 3722.0, 3688.0, 3720.0, 3698.0, 3721.0, 3710.0, 3721.0, 3711.0, 3721.0, 3712.0, 3720.0, 3711.0, 3721.0, 3709.0, 3688.0, 3710.0, 3689.0, 3709.0, 3698.0, 3720.0, 3698.0, 3720.0, 3711.0, 3720.0, 3698.0, 3721.0, 3700.0, 3720.0, 3710.0, 3720.0, 3708.0, 3708.0, 3709.0, 3720.0, 3698.0, 3718.0, 3700.0, 3720.0, 3710.0, 3721.0, 3709.0, 3690.0, 3720.0, 3689.0, 3721.0, 3688.0, 3723.0, 3700.0, 3721.0, 3710.0, 3720.0, 3711.0, 3710.0, 3711.0, 3688.0, 3710.0, 3688.0, 3720.0, 3700.0, 3720.0, 3711.0, 3720.0, 3710.0, 3711.0, 3712.0, 3699.0, 3720.0, 3700.0, 3721.0, 3700.0, 3721.0, 3711.0, 3721.0, 3711.0, 3718.0, 3711.0, 3720.0, 3710.0, 3690.0, 3721.0, 3687.0, 3721.0, 3700.0, 3721.0, 3699.0, 3721.0, 3709.0, 3719.0, 3710.0, 3709.0, 3710.0, 3686.0, 3709.0, 3697.0, 3708.0, 3686.0, 3709.0, 3688.0, 3708.0, 3697.0, 3721.0, 3709.0, 3718.0, 3699.0, 3707.0, 3709.0, 3700.0, 3709.0, 3686.0, 3709.0, 3688.0, 3710.0, 3699.0, 3719.0, 3710.0, 3708.0, 3709.0, 3699.0, 3721.0, 3710.0, 3721.0, 3711.0, 3721.0, 3711.0, 3720.0, 3709.0, 3719.0, 3710.0, 3710.0, 3709.0, 3687.0, 3710.0, 3688.0, 3711.0, 3699.0, 3710.0, 3686.0, 3708.0, 3688.0, 3708.0, 3697.0, 3721.0, 3699.0, 3721.0, 3699.0, 3720.0, 3712.0, 3721.0, 3710.0, 3721.0, 3711.0, 3700.0, 3721.0, 3699.0, 3722.0, 3702.0, 3721.0, 3701.0, 3720.0, 3699.0, 3721.0, 3709.0, 3720.0, 3710.0, 3709.0, 3709.0, 3708.0, 3711.0, 3710.0, 3698.0, 3688.0, 3708.0, 3687.0, 3710.0, 3687.0, 3710.0, 3687.0, 3708.0, 3687.0, 3709.0, 3699.0, 3719.0, 3698.0, 3721.0, 3699.0, 3708.0, 3711.0, 3709.0, 3713.0, 3688.0, 3710.0, 3701.0, 3720.0, 3710.0, 3724.0, 3712.0, 3721.0, 3711.0, 3701.0, 3710.0, 3698.0, 3721.0, 3689.0, 3712.0, 3699.0, 3720.0, 3700.0, 3721.0, 3699.0, 3720.0, 3710.0, 3722.0, 3710.0, 3709.0, 3722.0, 3699.0, 3721.0, 3689.0, 3721.0, 3699.0, 3721.0, 3699.0, 3720.0, 3710.0, 3721.0, 3714.0, 3698.0, 3710.0, 3699.0, 3710.0, 3687.0, 3709.0, 3688.0, 3710.0, 3688.0, 3722.0, 3687.0, 3709.0, 3688.0, 3719.0, 3698.0, 3719.0, 3700.0, 3720.0, 3701.0, 3720.0], 'WindowWidth': [8477.0, 8418.0, 8418.0, 8407.0, 8384.0, 8382.0, 8347.0, 8372.0, 8360.0, 8393.0, 8376.0, 8332.0, 8360.0, 8325.0, 8375.0, 8337.0, 8374.0, 8326.0, 8357.0, 8322.0, 8353.0, 8336.0, 8371.0, 8337.0, 8353.0, 8337.0, 8349.0, 8337.0, 8353.0, 8335.0, 8349.0, 8336.0, 8347.0, 8334.0, 8351.0, 8353.0, 8364.0, 8337.0, 8348.0, 8334.0, 8346.0, 8351.0, 8363.0, 8336.0, 8347.0, 8338.0, 8344.0, 8354.0, 8349.0, 8353.0, 8308.0, 8354.0, 8322.0, 8373.0, 8355.0, 8374.0, 8359.0, 8371.0, 8356.0, 8352.0, 8359.0, 8337.0, 8356.0, 8320.0, 8349.0, 8317.0, 8356.0, 8334.0, 8353.0, 8320.0, 8347.0, 8333.0, 8352.0, 8336.0, 8366.0, 8338.0, 8364.0, 8352.0, 8365.0, 8352.0, 8365.0, 8351.0, 8332.0, 8351.0, 8315.0, 8354.0, 8347.0, 8348.0, 8316.0, 8350.0, 8316.0, 8354.0, 8333.0, 8370.0, 8324.0, 8352.0, 8336.0, 8370.0, 8357.0, 8370.0, 8357.0, 8338.0, 8356.0, 8336.0, 8373.0, 8322.0, 8368.0, 8319.0, 8347.0, 8332.0, 8350.0, 8333.0, 8364.0, 8334.0, 8343.0, 8338.0, 8348.0, 8339.0, 8332.0, 8350.0, 8314.0, 8351.0, 8316.0, 8355.0, 8317.0, 8349.0, 8319.0, 8355.0, 8329.0, 8353.0, 8318.0, 8349.0, 8320.0, 8350.0, 8349.0, 8367.0, 8338.0, 8364.0, 8338.0, 8346.0, 8353.0, 8348.0, 8350.0, 8320.0, 8350.0, 8317.0, 8356.0, 8315.0, 8353.0, 8317.0, 8350.0, 8335.0, 8348.0, 8350.0, 8354.0, 8336.0, 8347.0, 8332.0, 8342.0, 8348.0, 8330.0, 8351.0, 8319.0, 8348.0, 8315.0, 8352.0, 8331.0, 8347.0, 8317.0, 8347.0, 8332.0, 8348.0, 8349.0, 8347.0, 8348.0, 8322.0, 8349.0, 8334.0, 8372.0, 8337.0, 8371.0, 8339.0, 8351.0, 8338.0, 8366.0, 8354.0, 8365.0, 8335.0, 8313.0, 8329.0, 8298.0, 8350.0, 8327.0, 8330.0, 8296.0, 8327.0, 8291.0, 8348.0, 8294.0, 8327.0, 8295.0, 8323.0, 8294.0, 8326.0, 8307.0, 8342.0, 8310.0, 8323.0, 8324.0, 8339.0, 8326.0, 8341.0, 8328.0, 8340.0, 8326.0, 8336.0, 8325.0, 8338.0, 8330.0, 8313.0, 8329.0, 8310.0, 8342.0, 8307.0, 8347.0, 8308.0, 8343.0, 8314.0, 8340.0, 8327.0, 8344.0, 8345.0, 8346.0, 8330.0, 8343.0, 8329.0, 8342.0, 8332.0, 8341.0, 8330.0, 8295.0, 8328.0, 8323.0, 8349.0, 8328.0, 8345.0, 8313.0, 8347.0, 8331.0, 8347.0, 8349.0, 8366.0, 8353.0, 8347.0, 8350.0, 8348.0, 8370.0, 8318.0, 8352.0, 8317.0, 8349.0, 8315.0, 8353.0, 8314.0, 8348.0, 8317.0, 8342.0, 8328.0, 8347.0, 8345.0, 8361.0, 8347.0, 8359.0, 8348.0, 8362.0, 8349.0, 8344.0, 8331.0, 8312.0, 8344.0, 8312.0, 8351.0, 8314.0, 8348.0, 8317.0, 8344.0, 8328.0, 8348.0, 8329.0, 8347.0, 8346.0, 8358.0, 8331.0, 8345.0, 8333.0, 8342.0, 8343.0, 8312.0, 8344.0, 8312.0, 8356.0, 8313.0, 8348.0, 8329.0, 8341.0, 8344.0, 8348.0, 8346.0, 8347.0, 8332.0, 8342.0, 8332.0, 8343.0, 8349.0, 8328.0, 8347.0, 8316.0, 8344.0, 8313.0, 8368.0, 8332.0, 8365.0, 8350.0, 8347.0, 8365.0, 8315.0, 8353.0, 8331.0, 8351.0, 8333.0, 8347.0, 8332.0, 8365.0, 8352.0, 8366.0, 8351.0, 8347.0, 8349.0, 8345.0, 8350.0, 8331.0, 8349.0, 8320.0, 8347.0, 8313.0, 8353.0, 8312.0, 8347.0, 8311.0, 8344.0, 8326.0, 8342.0, 8330.0, 8344.0, 8328.0, 8343.0, 8328.0, 8337.0, 8331.0, 8344.0, 8329.0, 8309.0, 8339.0, 8306.0, 8344.0, 8307.0, 8344.0, 8308.0, 8325.0, 8305.0, 8340.0, 8307.0, 8344.0, 8311.0, 8338.0, 8324.0, 8338.0, 8327.0, 8341.0, 8324.0, 8339.0, 8326.0, 8322.0, 8345.0, 8326.0, 8342.0, 8294.0, 8342.0, 8293.0, 8341.0, 8310.0, 8345.0, 8327.0, 8347.0, 8330.0, 8341.0, 8345.0, 8358.0, 8333.0, 8315.0, 8343.0, 8309.0, 8345.0, 8310.0, 8347.0, 8314.0, 8343.0, 8327.0, 8341.0, 8346.0, 8359.0, 8332.0, 8344.0, 8346.0, 8315.0, 8350.0, 8329.0, 8367.0, 8337.0, 8364.0, 8351.0, 8367.0, 8354.0, 8362.0, 8349.0, 8316.0, 8353.0, 8314.0, 8370.0, 8316.0, 8354.0, 8332.0, 8348.0, 8348.0, 8364.0, 8348.0, 8364.0, 8333.0, 8344.0, 8346.0, 8344.0, 8351.0, 8328.0, 8351.0, 8318.0, 8346.0, 8316.0, 8367.0, 8331.0, 8347.0, 8331.0, 8343.0, 8348.0, 8363.0, 8350.0, 8361.0, 8348.0, 8313.0, 8350.0, 8313.0, 8368.0, 8314.0, 8346.0, 8312.0, 8344.0, 8329.0, 8361.0, 8331.0, 8348.0, 8331.0, 8340.0, 8347.0, 8344.0, 8345.0, 8313.0, 8345.0, 8311.0, 8347.0, 8328.0, 8363.0, 8329.0, 8360.0, 8344.0, 8357.0, 8348.0, 8346.0, 8346.0, 8315.0, 8348.0, 8311.0, 8363.0, 8330.0, 8365.0, 8334.0, 8362.0, 8347.0, 8362.0, 8348.0, 8357.0, 8328.0, 8311.0, 8340.0, 8310.0, 8346.0, 8311.0, 8347.0, 8329.0, 8340.0, 8326.0, 8345.0, 8330.0, 8344.0, 8343.0, 8310.0, 8340.0, 8307.0, 8348.0, 8308.0, 8344.0, 8328.0, 8340.0, 8327.0, 8342.0, 8329.0, 8342.0, 8327.0, 8337.0, 8343.0, 8320.0, 8343.0, 8308.0, 8341.0, 8311.0, 8340.0, 8308.0, 8342.0, 8327.0, 8346.0, 8331.0, 8343.0, 8329.0, 8340.0, 8343.0, 8324.0, 8344.0, 8310.0, 8344.0, 8306.0, 8346.0, 8312.0, 8345.0, 8325.0, 8339.0, 8329.0, 8342.0, 8343.0, 8312.0, 8345.0, 8313.0, 8359.0, 8342.0, 8361.0, 8345.0, 8344.0, 8345.0, 8313.0, 8347.0, 8310.0, 8362.0, 8312.0, 8347.0, 8329.0, 8343.0, 8327.0, 8364.0, 8329.0, 8359.0, 8347.0, 8355.0, 8330.0, 8357.0, 8344.0, 8340.0, 8331.0, 8311.0, 8347.0, 8311.0, 8364.0, 8315.0, 8364.0, 8330.0, 8359.0, 8345.0, 8361.0, 8328.0, 8344.0, 8327.0, 8357.0, 8340.0, 8343.0, 8331.0, 8356.0, 8331.0, 8358.0, 8332.0, 8339.0, 8344.0, 8341.0, 8345.0, 8312.0, 8343.0, 8311.0, 8344.0, 8309.0, 8344.0, 8306.0, 8344.0, 8316.0, 8342.0, 8326.0, 8361.0, 8329.0, 8361.0, 8349.0, 8361.0, 8352.0, 8362.0, 8352.0, 8343.0, 8362.0, 8318.0, 8363.0, 8332.0, 8366.0, 8347.0, 8367.0, 8347.0, 8360.0, 8347.0, 8343.0, 8350.0, 8311.0, 8347.0, 8334.0, 8362.0, 8345.0, 8359.0, 8346.0, 8360.0, 8346.0, 8316.0, 8350.0, 8312.0, 8363.0, 8327.0, 8361.0, 8330.0, 8358.0, 8344.0, 8357.0, 8349.0, 8361.0, 8330.0, 8330.0, 8345.0, 8313.0, 8362.0, 8313.0, 8366.0, 8315.0, 8360.0, 8329.0, 8364.0, 8346.0, 8365.0, 8348.0, 8363.0, 8351.0, 8359.0, 8350.0, 8362.0, 8345.0, 8314.0, 8346.0, 8315.0, 8346.0, 8326.0, 8361.0, 8327.0, 8361.0, 8348.0, 8360.0, 8328.0, 8364.0, 8332.0, 8360.0, 8346.0, 8359.0, 8341.0, 8342.0, 8342.0, 8361.0, 8329.0, 8355.0, 8332.0, 8359.0, 8346.0, 8360.0, 8344.0, 8319.0, 8361.0, 8316.0, 8364.0, 8314.0, 8370.0, 8333.0, 8362.0, 8346.0, 8360.0, 8351.0, 8346.0, 8350.0, 8315.0, 8346.0, 8313.0, 8363.0, 8333.0, 8361.0, 8350.0, 8360.0, 8347.0, 8348.0, 8352.0, 8330.0, 8363.0, 8335.0, 8364.0, 8332.0, 8366.0, 8348.0, 8364.0, 8348.0, 8356.0, 8350.0, 8360.0, 8347.0, 8320.0, 8362.0, 8313.0, 8365.0, 8331.0, 8365.0, 8331.0, 8363.0, 8344.0, 8359.0, 8349.0, 8345.0, 8346.0, 8309.0, 8345.0, 8324.0, 8343.0, 8308.0, 8342.0, 8314.0, 8341.0, 8325.0, 8363.0, 8342.0, 8357.0, 8330.0, 8337.0, 8342.0, 8329.0, 8346.0, 8308.0, 8343.0, 8312.0, 8346.0, 8329.0, 8358.0, 8347.0, 8342.0, 8345.0, 8331.0, 8362.0, 8346.0, 8366.0, 8350.0, 8365.0, 8350.0, 8360.0, 8346.0, 8358.0, 8347.0, 8347.0, 8345.0, 8313.0, 8346.0, 8313.0, 8350.0, 8329.0, 8345.0, 8307.0, 8340.0, 8311.0, 8343.0, 8324.0, 8365.0, 8329.0, 8363.0, 8330.0, 8360.0, 8350.0, 8365.0, 8349.0, 8362.0, 8350.0, 8332.0, 8364.0, 8331.0, 8368.0, 8337.0, 8365.0, 8336.0, 8361.0, 8331.0, 8363.0, 8344.0, 8361.0, 8345.0, 8344.0, 8344.0, 8341.0, 8348.0, 8344.0, 8327.0, 8311.0, 8342.0, 8308.0, 8348.0, 8310.0, 8346.0, 8312.0, 8341.0, 8311.0, 8345.0, 8328.0, 8360.0, 8327.0, 8361.0, 8330.0, 8341.0, 8348.0, 8343.0, 8353.0, 8313.0, 8347.0, 8334.0, 8360.0, 8345.0, 8370.0, 8351.0, 8364.0, 8349.0, 8334.0, 8347.0, 8328.0, 8363.0, 8315.0, 8351.0, 8331.0, 8361.0, 8331.0, 8363.0, 8330.0, 8361.0, 8346.0, 8363.0, 8347.0, 8343.0, 8366.0, 8331.0, 8363.0, 8318.0, 8362.0, 8328.0, 8364.0, 8329.0, 8362.0, 8345.0, 8363.0, 8355.0, 8327.0, 8349.0, 8330.0, 8348.0, 8310.0, 8345.0, 8314.0, 8347.0, 8312.0, 8367.0, 8311.0, 8345.0, 8314.0, 8357.0, 8328.0, 8359.0, 8332.0, 8362.0, 8333.0, 8362.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.0006671428571428573</td></tr>
<tr><td colspan=3>aqi</td><td>0.030442435714285714</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.18080379218924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2626030405720587</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.964670463982397</td></tr>
<tr><td colspan=3>efc</td><td>0.4395</td></tr>
<tr><td colspan=3>fber</td><td>8707.2881</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08127262852513026</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5655755398353386</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.431299942033292</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8958746582296953</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3695520192430295</td></tr>
<tr><td colspan=3>gcor</td><td>0.0025519</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01764536090195179</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024952445179224014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8080974941977703</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1046</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>24.2886</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>122.3146</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308549.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>581.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.7773</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6504</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>425.0309</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2940.778</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.7542</td></tr>
<tr><td colspan=3>tsnr</td><td>39.68385837506503</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>