<?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-0106_ses-02_task-faces_acq-mb8_run-03_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-0106_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-03_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-0106/ses-02/func/sub-0106_ses-02_task-faces_acq-mb8_run-03_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>191524e9f30c1462e947f12de91f9978</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:55:6.217500</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.995409, 0.0751772, 0.0592433, -0.0835868, 0.984312, 0.15538]</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.259</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-03_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.102879</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7796, -7204, 312, -87, 23, -57, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>387e7d2c-0c0f-49c8-ba8c-1a5d6e52019a||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.6706089973449707, -0.2242572158575058, 0.125908762216568, 118.72057342529297], [-0.20169483125209808, 2.6408374309539795, 0.43096980452537537, -87.61688995361328], [0.15894542634487152, -0.4168728291988373, 2.662407159805298, -39.041053771972656], [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': ['215506.217500', '215506.677500', '215507.137500', '215507.597500', '215508.057500', '215508.517500', '215508.977500', '215509.437500', '215509.897500', '215510.357500', '215510.817500', '215511.277500', '215511.737500', '215512.197500', '215512.657500', '215513.117500', '215513.577500', '215514.037500', '215514.497500', '215514.957500', '215515.417500', '215515.877500', '215516.337500', '215516.797500', '215517.257500', '215517.717500', '215518.177500', '215518.637500', '215519.097500', '215519.557500', '215520.017500', '215520.477500', '215520.937500', '215521.397500', '215521.857500', '215522.317500', '215522.777500', '215523.237500', '215523.697500', '215524.157500', '215524.617500', '215525.077500', '215525.537500', '215525.997500', '215526.457500', '215526.917500', '215527.377500', '215527.837500', '215528.297500', '215528.757500', '215529.217500', '215529.677500', '215530.137500', '215530.597500', '215531.057500', '215531.517500', '215531.977500', '215532.437500', '215532.897500', '215533.357500', '215533.817500', '215534.277500', '215534.737500', '215535.197500', '215535.657500', '215536.117500', '215536.577500', '215537.037500', '215537.497500', '215537.957500', '215538.417500', '215538.877500', '215539.337500', '215539.797500', '215540.257500', '215540.717500', '215541.177500', '215541.637500', '215542.097500', '215542.557500', '215543.017500', '215543.477500', '215543.937500', '215544.397500', '215544.857500', '215545.317500', '215545.777500', '215546.237500', '215546.697500', '215547.157500', '215547.617500', '215548.077500', '215548.537500', '215548.997500', '215549.457500', '215549.917500', '215550.377500', '215550.837500', '215551.297500', '215551.757500', '215552.217500', '215552.677500', '215553.137500', '215553.597500', '215554.057500', '215554.517500', '215554.977500', '215555.437500', '215555.897500', '215556.357500', '215556.817500', '215557.277500', '215557.737500', '215558.197500', '215558.657500', '215559.117500', '215559.577500', '215600.037500', '215600.497500', '215600.957500', '215601.417500', '215601.877500', '215602.337500', '215602.797500', '215603.257500', '215603.717500', '215604.177500', '215604.637500', '215605.097500', '215605.557500', '215606.017500', '215606.477500', '215606.937500', '215607.397500', '215607.857500', '215608.317500', '215608.777500', '215609.237500', '215609.697500', '215610.157500', '215610.617500', '215611.077500', '215611.537500', '215611.997500', '215612.457500', '215612.917500', '215613.377500', '215613.837500', '215614.297500', '215614.757500', '215615.217500', '215615.677500', '215616.137500', '215616.597500', '215617.057500', '215617.517500', '215617.977500', '215618.437500', '215618.897500', '215619.357500', '215619.817500', '215620.277500', '215620.737500', '215621.197500', '215621.657500', '215622.117500', '215622.577500', '215623.037500', '215623.497500', '215623.957500', '215624.417500', '215624.877500', '215625.337500', '215625.797500', '215626.257500', '215626.717500', '215627.177500', '215627.637500', '215628.097500', '215628.557500', '215629.017500', '215629.477500', '215629.937500', '215630.397500', '215630.857500', '215631.317500', '215631.777500', '215632.237500', '215632.697500', '215633.157500', '215633.617500', '215634.077500', '215634.537500', '215634.997500', '215635.457500', '215635.917500', '215636.377500', '215636.837500', '215637.297500', '215637.757500', '215638.217500', '215638.677500', '215639.137500', '215639.597500', '215640.057500', '215640.517500', '215640.977500', '215641.437500', '215641.897500', '215642.357500', '215642.817500', '215643.277500', '215643.737500', '215644.197500', '215644.657500', '215645.117500', '215645.577500', '215646.037500', '215646.497500', '215646.957500', '215647.417500', '215647.877500', '215648.337500', '215648.797500', '215649.257500', '215649.717500', '215650.177500', '215650.637500', '215651.097500', '215651.557500', '215652.017500', '215652.477500', '215652.937500', '215653.397500', '215653.857500', '215654.317500', '215654.777500', '215655.237500', '215655.697500', '215656.157500', '215656.617500', '215657.077500', '215657.537500', '215657.997500', '215658.457500', '215658.917500', '215659.377500', '215659.837500', '215700.297500', '215700.757500', '215701.217500', '215701.677500', '215702.137500', '215702.597500', '215703.057500', '215703.517500', '215703.977500', '215704.437500', '215704.897500', '215705.357500', '215705.817500', '215706.277500', '215706.737500', '215707.197500', '215707.657500', '215708.117500', '215708.577500', '215709.037500', '215709.497500', '215709.957500', '215710.417500', '215710.877500', '215711.337500', '215711.797500', '215712.257500', '215712.717500', '215713.177500', '215713.637500', '215714.097500', '215714.557500', '215715.017500', '215715.477500', '215715.937500', '215716.397500', '215716.857500', '215717.317500', '215717.777500', '215718.237500', '215718.697500', '215719.157500', '215719.617500', '215720.077500', '215720.537500', '215720.997500', '215721.457500', '215721.917500', '215722.377500', '215722.837500', '215723.297500', '215723.757500', '215724.217500', '215724.677500', '215725.137500', '215725.597500', '215726.057500', '215726.517500', '215726.977500', '215727.437500', '215727.897500', '215728.357500', '215728.817500', '215729.277500', '215729.737500', '215730.197500', '215730.657500', '215731.117500', '215731.577500', '215732.037500', '215732.497500', '215732.957500', '215733.417500', '215733.877500', '215734.337500', '215734.797500', '215735.257500', '215735.717500', '215736.177500', '215736.637500', '215737.097500', '215737.557500', '215738.017500', '215738.477500', '215738.937500', '215739.397500', '215739.857500', '215740.317500', '215740.777500', '215741.237500', '215741.697500', '215742.157500', '215742.617500', '215743.077500', '215743.537500', '215743.997500', '215744.457500', '215744.917500', '215745.377500', '215745.837500', '215746.297500', '215746.757500', '215747.217500', '215747.677500', '215748.137500', '215748.597500', '215749.057500', '215749.517500', '215749.977500', '215750.437500', '215750.897500', '215751.357500', '215751.817500', '215752.277500', '215752.737500', '215753.197500', '215753.657500', '215754.117500', '215754.577500', '215755.037500', '215755.497500', '215755.957500', '215756.417500', '215756.877500', '215757.337500', '215757.797500', '215758.257500', '215758.717500', '215759.177500', '215759.637500', '215800.097500', '215800.557500', '215801.017500', '215801.477500', '215801.937500', '215802.397500', '215802.857500', '215803.317500', '215803.777500', '215804.237500', '215804.697500', '215805.157500', '215805.617500', '215806.077500', '215806.537500', '215806.997500', '215807.457500', '215807.917500', '215808.377500', '215808.837500', '215809.297500', '215809.757500', '215810.217500', '215810.677500', '215811.137500', '215811.597500', '215812.057500', '215812.517500', '215812.977500', '215813.437500', '215813.897500', '215814.357500', '215814.817500', '215815.277500', '215815.737500', '215816.197500', '215816.657500', '215817.117500', '215817.577500', '215818.037500', '215818.497500', '215818.957500', '215819.417500', '215819.877500', '215820.337500', '215820.797500', '215821.257500', '215821.717500', '215822.177500', '215822.637500', '215823.097500', '215823.557500', '215824.017500', '215824.477500', '215824.937500', '215825.397500', '215825.857500', '215826.317500', '215826.777500', '215827.237500', '215827.697500', '215828.157500', '215828.617500', '215829.077500', '215829.537500', '215829.997500', '215830.457500', '215830.917500', '215831.377500', '215831.837500', '215832.297500', '215832.757500', '215833.217500', '215833.677500', '215834.137500', '215834.597500', '215835.057500', '215835.517500', '215835.977500', '215836.437500', '215836.897500', '215837.357500', '215837.817500', '215838.277500', '215838.737500', '215839.197500', '215839.657500', '215840.117500', '215840.577500', '215841.037500', '215841.497500', '215841.957500', '215842.417500', '215842.877500', '215843.337500', '215843.797500', '215844.257500', '215844.717500', '215845.177500', '215845.637500', '215846.097500', '215846.557500', '215847.017500', '215847.477500', '215847.937500', '215848.397500', '215848.857500', '215849.317500', '215849.777500', '215850.237500', '215850.697500', '215851.157500', '215851.617500', '215852.077500', '215852.537500', '215852.997500', '215853.457500', '215853.917500', '215854.377500', '215854.837500', '215855.297500', '215855.757500', '215856.217500', '215856.677500', '215857.137500', '215857.597500', '215858.057500', '215858.517500', '215858.977500', '215859.437500', '215859.897500', '215900.357500', '215900.817500', '215901.277500', '215901.737500', '215902.197500', '215902.657500', '215903.117500', '215903.577500', '215904.037500', '215904.497500', '215904.957500', '215905.417500', '215905.877500', '215906.337500', '215906.797500', '215907.257500', '215907.717500', '215908.177500', '215908.637500', '215909.097500', '215909.557500', '215910.017500', '215910.477500', '215910.937500', '215911.397500', '215911.857500', '215912.317500', '215912.777500', '215913.237500', '215913.697500', '215914.157500', '215914.617500', '215915.077500', '215915.537500', '215915.997500', '215916.457500', '215916.917500', '215917.377500', '215917.837500', '215918.297500', '215918.757500', '215919.217500', '215919.677500', '215920.137500', '215920.597500', '215921.057500', '215921.517500', '215921.977500', '215922.437500', '215922.897500', '215923.357500', '215923.817500', '215924.277500', '215924.737500', '215925.197500', '215925.657500', '215926.117500', '215926.577500', '215927.037500', '215927.497500', '215927.957500', '215928.417500', '215928.877500', '215929.337500', '215929.797500', '215930.257500', '215930.717500', '215931.177500', '215931.637500', '215932.097500', '215932.557500', '215933.017500', '215933.477500', '215933.937500', '215934.397500', '215934.857500', '215935.317500', '215935.777500', '215936.237500', '215936.697500', '215937.157500', '215937.617500', '215938.077500', '215938.537500', '215938.997500', '215939.457500', '215939.917500', '215940.377500', '215940.837500', '215941.297500', '215941.757500', '215942.217500', '215942.677500', '215943.137500', '215943.597500', '215944.057500', '215944.517500', '215944.977500', '215945.437500', '215945.897500', '215946.357500', '215946.817500', '215947.277500', '215947.737500', '215948.197500', '215948.657500', '215949.117500', '215949.577500', '215950.037500', '215950.497500', '215950.957500', '215951.417500', '215951.877500', '215952.337500', '215952.797500', '215953.257500', '215953.717500', '215954.177500', '215954.637500', '215955.097500', '215955.557500', '215956.017500', '215956.477500', '215956.937500', '215957.397500', '215957.857500', '215958.317500', '215958.777500', '215959.237500', '215959.697500', '220000.157500', '220000.617500', '220001.077500', '220001.537500', '220001.997500', '220002.457500', '220002.917500', '220003.377500', '220003.837500', '220004.297500', '220004.757500', '220005.217500', '220005.677500', '220006.137500', '220006.597500', '220007.057500', '220007.517500', '220007.977500', '220008.437500', '220008.897500', '220009.357500', '220009.817500', '220010.277500', '220010.737500', '220011.197500', '220011.657500', '220012.117500', '220012.577500', '220013.037500', '220013.497500', '220013.957500', '220014.417500', '220014.877500', '220015.337500', '220015.797500', '220016.257500', '220016.717500', '220017.177500', '220017.637500', '220018.097500', '220018.557500', '220019.017500', '220019.477500', '220019.937500', '220020.397500', '220020.857500', '220021.317500', '220021.777500', '220022.237500', '220022.697500', '220023.157500', '220023.617500', '220024.077500', '220024.537500', '220024.997500', '220025.457500', '220025.917500', '220026.377500', '220026.837500', '220027.297500', '220027.757500', '220028.217500', '220028.677500', '220029.137500', '220029.597500', '220030.057500', '220030.517500', '220030.977500', '220031.437500', '220031.897500', '220032.357500', '220032.817500', '220033.277500', '220033.737500', '220034.197500', '220034.657500', '220035.117500', '220035.577500', '220036.037500', '220036.497500', '220036.957500', '220037.417500', '220037.877500', '220038.337500', '220038.797500', '220039.257500', '220039.717500', '220040.177500', '220040.637500', '220041.097500', '220041.557500', '220042.017500', '220042.477500', '220042.937500', '220043.397500', '220043.857500', '220044.317500', '220044.777500', '220045.237500', '220045.697500', '220046.157500', '220046.617500', '220047.077500', '220047.537500', '220047.997500', '220048.457500', '220048.917500', '220049.377500', '220049.837500', '220050.297500', '220050.757500', '220051.217500', '220051.677500', '220052.137500', '220052.597500', '220053.057500', '220053.517500', '220053.977500', '220054.437500', '220054.897500', '220055.357500', '220055.817500', '220056.277500', '220056.737500', '220057.197500', '220057.657500', '220058.117500', '220058.577500', '220059.037500', '220059.497500', '220059.957500', '220100.417500', '220100.877500', '220101.337500', '220101.797500', '220102.257500', '220102.717500', '220103.177500', '220103.637500', '220104.097500', '220104.557500', '220105.017500', '220105.477500', '220105.937500', '220106.397500', '220106.857500', '220107.317500', '220107.777500', '220108.237500', '220108.697500', '220109.157500', '220109.617500', '220110.077500', '220110.537500', '220110.997500', '220111.457500', '220111.917500', '220112.377500', '220112.837500', '220113.297500', '220113.757500', '220114.217500', '220114.677500', '220115.137500', '220115.597500', '220116.057500', '220116.517500', '220116.977500', '220117.437500', '220117.897500', '220118.357500', '220118.817500', '220119.277500', '220119.737500', '220120.197500', '220120.657500', '220121.117500', '220121.577500', '220122.037500', '220122.497500', '220122.957500', '220123.417500', '220123.877500', '220124.337500', '220124.797500', '220125.257500', '220125.717500', '220126.177500', '220126.637500', '220127.097500', '220127.557500', '220128.017500', '220128.477500', '220128.937500', '220129.397500', '220129.857500', '220130.317500', '220130.777500', '220131.237500', '220131.697500', '220132.157500', '220132.617500', '220133.077500', '220133.537500', '220133.997500', '220134.457500', '220134.917500', '220135.377500', '220135.837500', '220136.297500', '220136.757500', '220137.217500', '220137.677500', '220138.137500', '220138.597500', '220139.057500', '220139.517500', '220139.977500', '220140.437500', '220140.897500', '220141.357500', '220141.817500', '220142.277500', '220142.737500', '220143.197500', '220143.657500', '220144.117500', '220144.577500', '220145.037500', '220145.497500', '220145.957500', '220146.417500', '220146.877500', '220147.337500', '220147.797500', '220148.257500', '220148.717500', '220149.177500', '220149.637500', '220150.097500', '220150.557500', '220151.017500', '220151.477500', '220151.937500', '220152.397500', '220152.857500', '220153.317500', '220153.777500', '220154.237500', '220154.697500', '220155.157500', '220155.617500', '220156.077500', '220156.537500', '220156.997500', '220157.457500', '220157.917500', '220158.377500', '220158.837500', '220159.297500', '220159.757500', '220200.217500', '220200.677500', '220201.137500', '220201.597500', '220202.057500', '220202.517500', '220202.977500', '220203.437500', '220203.897500', '220204.357500', '220204.817500', '220205.277500', '220205.737500', '220206.197500'], 'ContentTime': ['215533.740000', '215533.743000', '215533.746000', '215533.748000', '215533.751000', '215533.753000', '215533.756000', '215533.758000', '215533.761000', '215533.764000', '215533.766000', '215533.769000', '215533.771000', '215533.774000', '215533.776000', '215533.779000', '215533.781000', '215533.784000', '215533.787000', '215533.789000', '215533.792000', '215533.794000', '215533.797000', '215533.799000', '215533.802000', '215533.805000', '215533.807000', '215533.810000', '215533.817000', '215533.820000', '215533.822000', '215533.825000', '215533.828000', '215533.830000', '215533.833000', '215533.835000', '215533.838000', '215533.840000', '215533.843000', '215533.846000', '215533.848000', '215533.851000', '215533.853000', '215533.856000', '215533.858000', '215533.861000', '215533.863000', '215533.866000', '215533.868000', '215533.871000', '215533.873000', '215533.876000', '215533.879000', '215533.881000', '215533.884000', '215533.886000', '215533.889000', '215533.891000', '215553.708000', '215553.711000', '215553.714000', '215553.716000', '215553.719000', '215553.721000', '215553.724000', '215553.726000', '215553.729000', '215553.731000', '215553.734000', '215553.737000', '215553.739000', '215553.742000', '215553.744000', '215553.747000', '215553.750000', '215553.752000', '215553.755000', '215553.757000', '215553.760000', '215553.763000', '215553.765000', '215553.768000', '215553.770000', '215553.773000', '215553.775000', '215553.778000', '215553.781000', '215553.783000', '215553.786000', '215553.788000', '215553.791000', '215553.794000', '215553.796000', '215553.799000', '215553.802000', '215553.804000', '215553.807000', '215553.810000', '215553.813000', '215553.815000', '215553.818000', '215613.708000', '215613.711000', '215613.714000', '215613.716000', '215613.719000', '215613.721000', '215613.724000', '215613.726000', '215613.729000', '215613.732000', '215613.734000', '215613.737000', '215613.739000', '215613.742000', '215613.744000', '215613.747000', '215613.749000', '215613.752000', '215613.754000', '215613.757000', '215613.759000', '215613.762000', '215613.765000', '215613.767000', '215613.770000', '215613.772000', '215613.775000', '215613.777000', '215613.780000', '215613.783000', '215613.785000', '215613.788000', '215613.790000', '215613.793000', '215613.795000', '215613.798000', '215613.801000', '215613.803000', '215613.806000', '215613.808000', '215613.811000', '215613.814000', '215613.816000', '215613.819000', '215633.709000', '215633.712000', '215633.715000', '215633.717000', '215633.720000', '215633.722000', '215633.725000', '215633.728000', '215633.730000', '215633.733000', '215633.735000', '215633.738000', '215633.740000', '215633.743000', '215633.746000', '215633.748000', '215633.751000', '215633.753000', '215633.756000', '215633.759000', '215633.764000', '215633.767000', '215633.769000', '215633.772000', '215633.774000', '215633.777000', '215633.780000', '215633.782000', '215633.785000', '215633.787000', '215633.790000', '215633.792000', '215633.795000', '215633.797000', '215633.800000', '215633.803000', '215633.805000', '215633.808000', '215633.810000', '215633.813000', '215633.816000', '215633.818000', '215633.821000', '215653.709000', '215653.711000', '215653.714000', '215653.717000', '215653.719000', '215653.722000', '215653.724000', '215653.731000', '215653.733000', '215653.745000', '215653.748000', '215653.750000', '215653.753000', '215653.755000', '215653.758000', '215653.761000', '215653.763000', '215653.766000', '215653.768000', '215653.771000', '215653.774000', '215653.776000', '215653.779000', '215653.782000', '215653.784000', '215653.787000', '215653.789000', '215653.792000', '215653.794000', '215653.797000', '215653.800000', '215653.802000', '215653.805000', '215653.807000', '215653.810000', '215653.812000', '215653.815000', '215653.818000', '215653.820000', '215653.823000', '215653.825000', '215653.828000', '215653.830000', '215653.833000', '215713.708000', '215713.711000', '215713.719000', '215713.722000', '215713.724000', '215713.727000', '215713.729000', '215713.732000', '215713.734000', '215713.737000', '215713.739000', '215713.742000', '215713.744000', '215713.747000', '215713.750000', '215713.752000', '215713.755000', '215713.757000', '215713.760000', '215713.763000', '215713.765000', '215713.768000', '215713.770000', '215713.773000', '215713.775000', '215713.778000', '215713.781000', '215713.783000', '215713.786000', '215713.788000', '215713.791000', '215713.793000', '215713.796000', '215713.798000', '215713.834000', '215713.836000', '215713.839000', '215713.841000', '215713.844000', '215713.847000', '215713.850000', '215713.852000', '215713.855000', '215733.709000', '215733.711000', '215733.714000', '215733.717000', '215733.719000', '215733.722000', '215733.724000', '215733.727000', '215733.729000', '215733.732000', '215733.735000', '215733.737000', '215733.740000', '215733.742000', '215733.745000', '215733.747000', '215733.750000', '215733.753000', '215733.756000', '215733.759000', '215733.762000', '215733.764000', '215733.767000', '215733.770000', '215733.772000', '215733.775000', '215733.777000', '215733.780000', '215733.782000', '215733.785000', '215733.788000', '215733.790000', '215733.793000', '215733.795000', '215733.798000', '215733.859000', '215733.862000', '215733.864000', '215733.867000', '215733.869000', '215733.872000', '215733.875000', '215733.877000', '215753.708000', '215753.711000', '215753.714000', '215753.716000', '215753.719000', '215753.722000', '215753.724000', '215753.727000', '215753.729000', '215753.732000', '215753.735000', '215753.737000', '215753.740000', '215753.742000', '215753.745000', '215753.747000', '215753.750000', '215753.752000', '215753.755000', '215753.758000', '215753.760000', '215753.763000', '215753.765000', '215753.768000', '215753.771000', '215753.773000', '215753.776000', '215753.778000', '215753.781000', '215753.783000', '215753.786000', '215753.789000', '215753.791000', '215753.794000', '215753.797000', '215753.799000', '215753.802000', '215753.804000', '215753.807000', '215753.810000', '215753.812000', '215753.815000', '215753.817000', '215753.820000', '215813.708000', '215813.711000', '215813.714000', '215813.716000', '215813.719000', '215813.722000', '215813.724000', '215813.727000', '215813.730000', '215813.732000', '215813.735000', '215813.737000', '215813.740000', '215813.742000', '215813.745000', '215813.747000', '215813.750000', '215813.752000', '215813.755000', '215813.758000', '215813.760000', '215813.763000', '215813.766000', '215813.768000', '215813.771000', '215813.773000', '215813.776000', '215813.779000', '215813.781000', '215813.784000', '215813.786000', '215813.789000', '215813.791000', '215813.794000', '215813.797000', '215813.799000', '215813.851000', '215813.853000', '215813.856000', '215813.859000', '215813.861000', '215813.864000', '215813.866000', '215813.869000', '215833.709000', '215833.712000', '215833.714000', '215833.717000', '215833.719000', '215833.722000', '215833.724000', '215833.727000', '215833.730000', '215833.732000', '215833.735000', '215833.737000', '215833.740000', '215833.743000', '215833.745000', '215833.748000', '215833.750000', '215833.753000', '215833.755000', '215833.758000', '215833.761000', '215833.763000', '215833.766000', '215833.768000', '215833.771000', '215833.773000', '215833.776000', '215833.778000', '215833.781000', '215833.784000', '215833.786000', '215833.789000', '215833.791000', '215833.794000', '215833.797000', '215833.799000', '215833.848000', '215833.850000', '215833.853000', '215833.855000', '215833.859000', '215833.861000', '215833.864000', '215853.709000', '215853.712000', '215853.715000', '215853.717000', '215853.720000', '215853.723000', '215853.725000', '215853.728000', '215853.730000', '215853.733000', '215853.735000', '215853.738000', '215853.740000', '215853.743000', '215853.746000', '215853.748000', '215853.751000', '215853.753000', '215853.756000', '215853.758000', '215853.761000', '215853.764000', '215853.766000', '215853.769000', '215853.771000', '215853.774000', '215853.777000', '215853.780000', '215853.782000', '215853.785000', '215853.787000', '215853.790000', '215853.793000', '215853.795000', '215853.798000', '215853.849000', '215853.851000', '215853.854000', '215853.856000', '215853.859000', '215853.861000', '215853.864000', '215853.867000', '215853.869000', '215913.708000', '215913.711000', '215913.714000', '215913.717000', '215913.719000', '215913.722000', '215913.724000', '215913.727000', '215913.729000', '215913.732000', '215913.734000', '215913.737000', '215913.740000', '215913.742000', '215913.745000', '215913.747000', '215913.750000', '215913.752000', '215913.755000', '215913.758000', '215913.760000', '215913.763000', '215913.765000', '215913.768000', '215913.770000', '215913.773000', '215913.776000', '215913.778000', '215913.781000', '215913.784000', '215913.786000', '215913.789000', '215913.792000', '215913.794000', '215913.797000', '215913.858000', '215913.861000', '215913.863000', '215913.866000', '215913.868000', '215913.871000', '215913.873000', '215913.876000', '215933.708000', '215933.711000', '215933.714000', '215933.717000', '215933.719000', '215933.722000', '215933.724000', '215933.727000', '215933.729000', '215933.732000', '215933.734000', '215933.737000', '215933.740000', '215933.742000', '215933.745000', '215933.747000', '215933.750000', '215933.752000', '215933.755000', '215933.758000', '215933.760000', '215933.763000', '215933.765000', '215933.768000', '215933.771000', '215933.773000', '215933.776000', '215933.778000', '215933.781000', '215933.783000', '215933.786000', '215933.788000', '215933.791000', '215933.794000', '215933.796000', '215933.799000', '215933.861000', '215933.864000', '215933.866000', '215933.869000', '215933.871000', '215933.874000', '215933.876000', '215933.879000', '215953.708000', '215953.711000', '215953.714000', '215953.716000', '215953.719000', '215953.722000', '215953.724000', '215953.727000', '215953.729000', '215953.732000', '215953.735000', '215953.737000', '215953.740000', '215953.742000', '215953.745000', '215953.757000', '215953.760000', '215953.763000', '215953.765000', '215953.768000', '215953.770000', '215953.773000', '215953.775000', '215953.778000', '215953.780000', '215953.783000', '215953.786000', '215953.788000', '215953.791000', '215953.794000', '215953.796000', '215953.799000', '215953.861000', '215953.863000', '215953.866000', '215953.868000', '215953.871000', '215953.874000', '215953.876000', '215953.879000', '215953.881000', '215953.884000', '215953.886000', '220013.708000', '220013.711000', '220013.714000', '220013.716000', '220013.719000', '220013.722000', '220013.724000', '220013.727000', '220013.729000', '220013.732000', '220013.735000', '220013.737000', '220013.740000', '220013.742000', '220013.745000', '220013.748000', '220013.750000', '220013.753000', '220013.755000', '220013.758000', '220013.760000', '220013.763000', '220013.766000', '220013.768000', '220013.771000', '220013.773000', '220013.776000', '220013.778000', '220013.781000', '220013.784000', '220013.786000', '220013.789000', '220013.791000', '220013.794000', '220013.797000', '220013.799000', '220013.868000', '220013.871000', '220013.873000', '220013.876000', '220013.878000', '220013.881000', '220013.883000', '220013.886000', '220033.708000', '220033.711000', '220033.714000', '220033.716000', '220033.719000', '220033.721000', '220033.724000', '220033.726000', '220033.729000', '220033.732000', '220033.734000', '220033.737000', '220033.739000', '220033.742000', '220033.744000', '220033.747000', '220033.750000', '220033.752000', '220033.755000', '220033.757000', '220033.760000', '220033.762000', '220033.765000', '220033.768000', '220033.770000', '220033.773000', '220033.775000', '220033.778000', '220033.780000', '220033.783000', '220033.785000', '220033.788000', '220033.791000', '220033.793000', '220033.796000', '220033.798000', '220033.852000', '220033.855000', '220033.857000', '220033.860000', '220033.863000', '220033.865000', '220033.868000', '220053.709000', '220053.711000', '220053.714000', '220053.716000', '220053.719000', '220053.722000', '220053.726000', '220053.729000', '220053.733000', '220053.736000', '220053.739000', '220053.741000', '220053.744000', '220053.746000', '220053.749000', '220053.751000', '220053.754000', '220053.757000', '220053.759000', '220053.762000', '220053.764000', '220053.767000', '220053.769000', '220053.772000', '220053.775000', '220053.777000', '220053.780000', '220053.783000', '220053.786000', '220053.788000', '220053.791000', '220053.793000', '220053.796000', '220053.799000', '220053.884000', '220053.887000', '220053.889000', '220053.892000', '220053.894000', '220053.897000', '220053.900000', '220053.902000', '220053.905000', '220053.907000', '220113.709000', '220113.712000', '220113.715000', '220113.717000', '220113.720000', '220113.723000', '220113.725000', '220113.728000', '220113.730000', '220113.733000', '220113.736000', '220113.738000', '220113.741000', '220113.743000', '220113.746000', '220113.748000', '220113.751000', '220113.754000', '220113.756000', '220113.759000', '220113.761000', '220113.764000', '220113.766000', '220113.769000', '220113.772000', '220113.774000', '220113.777000', '220113.779000', '220113.782000', '220113.784000', '220113.787000', '220113.790000', '220113.792000', '220113.795000', '220113.797000', '220113.800000', '220113.802000', '220113.805000', '220113.808000', '220113.810000', '220113.846000', '220113.848000', '220113.851000', '220133.709000', '220133.711000', '220133.714000', '220133.717000', '220133.719000', '220133.722000', '220133.725000', '220133.728000', '220133.731000', '220133.733000', '220133.736000', '220133.739000', '220133.741000', '220133.744000', '220133.746000', '220133.749000', '220133.752000', '220133.754000', '220133.757000', '220133.759000', '220133.762000', '220133.764000', '220133.767000', '220133.769000', '220133.772000', '220133.775000', '220133.777000', '220133.780000', '220133.782000', '220133.785000', '220133.788000', '220133.790000', '220133.793000', '220133.795000', '220133.798000', '220133.869000', '220133.872000', '220133.874000', '220133.877000', '220133.879000', '220133.882000', '220133.884000', '220133.887000', '220153.709000', '220153.711000', '220153.714000', '220153.716000', '220153.719000', '220153.722000', '220153.724000', '220153.727000', '220153.729000', '220153.732000', '220153.734000', '220153.737000', '220153.740000', '220153.742000', '220153.745000', '220153.747000', '220153.750000', '220153.752000', '220153.755000', '220153.758000', '220153.760000', '220153.763000', '220153.765000', '220153.768000', '220153.770000', '220153.773000', '220153.775000', '220153.778000', '220153.781000', '220153.783000', '220153.786000', '220153.788000', '220153.791000', '220153.793000', '220153.796000', '220153.799000', '220153.801000', '220153.804000', '220153.806000', '220153.809000', '220153.811000', '220153.814000', '220153.816000', '220153.819000', '220207.254000', '220207.257000', '220207.260000', '220207.262000', '220207.265000', '220207.267000', '220207.270000', '220207.272000', '220207.275000', '220207.278000', '220207.280000', '220207.283000', '220207.285000', '220207.288000', '220207.291000', '220207.293000', '220207.296000', '220207.299000', '220207.301000', '220207.304000', '220207.306000', '220207.309000', '220207.312000', '220207.314000', '220207.317000', '220207.319000', '220207.322000', '220207.325000', '220207.327000', '220207.330000'], 'InstanceCreationTime': ['215533.740000', '215533.743000', '215533.746000', '215533.748000', '215533.751000', '215533.753000', '215533.756000', '215533.758000', '215533.761000', '215533.764000', '215533.766000', '215533.769000', '215533.771000', '215533.774000', '215533.776000', '215533.779000', '215533.781000', '215533.784000', '215533.787000', '215533.789000', '215533.792000', '215533.794000', '215533.797000', '215533.799000', '215533.802000', '215533.805000', '215533.807000', '215533.810000', '215533.817000', '215533.820000', '215533.822000', '215533.825000', '215533.828000', '215533.830000', '215533.833000', '215533.835000', '215533.838000', '215533.840000', '215533.843000', '215533.846000', '215533.848000', '215533.851000', '215533.853000', '215533.856000', '215533.858000', '215533.861000', '215533.863000', '215533.866000', '215533.868000', '215533.871000', '215533.873000', '215533.876000', '215533.879000', '215533.881000', '215533.884000', '215533.886000', '215533.889000', '215533.891000', '215553.708000', '215553.711000', '215553.714000', '215553.716000', '215553.719000', '215553.721000', '215553.724000', '215553.726000', '215553.729000', '215553.731000', '215553.734000', '215553.737000', '215553.739000', '215553.742000', '215553.744000', '215553.747000', '215553.750000', '215553.752000', '215553.755000', '215553.757000', '215553.760000', '215553.763000', '215553.765000', '215553.768000', '215553.770000', '215553.773000', '215553.775000', '215553.778000', '215553.781000', '215553.783000', '215553.786000', '215553.788000', '215553.791000', '215553.794000', '215553.796000', '215553.799000', '215553.802000', '215553.804000', '215553.807000', '215553.810000', '215553.813000', '215553.815000', '215553.818000', '215613.708000', '215613.711000', '215613.714000', '215613.716000', '215613.719000', '215613.721000', '215613.724000', '215613.726000', '215613.729000', '215613.732000', '215613.734000', '215613.737000', '215613.739000', '215613.742000', '215613.744000', '215613.747000', '215613.749000', '215613.752000', '215613.754000', '215613.757000', '215613.759000', '215613.762000', '215613.765000', '215613.767000', '215613.770000', '215613.772000', '215613.775000', '215613.777000', '215613.780000', '215613.783000', '215613.785000', '215613.788000', '215613.790000', '215613.793000', '215613.795000', '215613.798000', '215613.801000', '215613.803000', '215613.806000', '215613.808000', '215613.811000', '215613.814000', '215613.816000', '215613.819000', '215633.709000', '215633.712000', '215633.715000', '215633.717000', '215633.720000', '215633.722000', '215633.725000', '215633.728000', '215633.730000', '215633.733000', '215633.735000', '215633.738000', '215633.740000', '215633.743000', '215633.746000', '215633.748000', '215633.751000', '215633.753000', '215633.756000', '215633.759000', '215633.764000', '215633.767000', '215633.769000', '215633.772000', '215633.774000', '215633.777000', '215633.780000', '215633.782000', '215633.785000', '215633.787000', '215633.790000', '215633.792000', '215633.795000', '215633.797000', '215633.800000', '215633.803000', '215633.805000', '215633.808000', '215633.810000', '215633.813000', '215633.816000', '215633.818000', '215633.821000', '215653.709000', '215653.711000', '215653.714000', '215653.717000', '215653.719000', '215653.722000', '215653.724000', '215653.731000', '215653.733000', '215653.745000', '215653.748000', '215653.750000', '215653.753000', '215653.755000', '215653.758000', '215653.761000', '215653.763000', '215653.766000', '215653.768000', '215653.771000', '215653.774000', '215653.776000', '215653.779000', '215653.782000', '215653.784000', '215653.787000', '215653.789000', '215653.792000', '215653.794000', '215653.797000', '215653.800000', '215653.802000', '215653.805000', '215653.807000', '215653.810000', '215653.812000', '215653.815000', '215653.818000', '215653.820000', '215653.823000', '215653.825000', '215653.828000', '215653.830000', '215653.833000', '215713.708000', '215713.711000', '215713.719000', '215713.722000', '215713.724000', '215713.727000', '215713.729000', '215713.732000', '215713.734000', '215713.737000', '215713.739000', '215713.742000', '215713.744000', '215713.747000', '215713.750000', '215713.752000', '215713.755000', '215713.757000', '215713.760000', '215713.763000', '215713.765000', '215713.768000', '215713.770000', '215713.773000', '215713.775000', '215713.778000', '215713.781000', '215713.783000', '215713.786000', '215713.788000', '215713.791000', '215713.793000', '215713.796000', '215713.798000', '215713.834000', '215713.836000', '215713.839000', '215713.841000', '215713.844000', '215713.847000', '215713.850000', '215713.852000', '215713.855000', '215733.709000', '215733.711000', '215733.714000', '215733.717000', '215733.719000', '215733.722000', '215733.724000', '215733.727000', '215733.729000', '215733.732000', '215733.735000', '215733.737000', '215733.740000', '215733.742000', '215733.745000', '215733.747000', '215733.750000', '215733.753000', '215733.756000', '215733.759000', '215733.762000', '215733.764000', '215733.767000', '215733.770000', '215733.772000', '215733.775000', '215733.777000', '215733.780000', '215733.782000', '215733.785000', '215733.788000', '215733.790000', '215733.793000', '215733.795000', '215733.798000', '215733.859000', '215733.862000', '215733.864000', '215733.867000', '215733.869000', '215733.872000', '215733.875000', '215733.877000', '215753.708000', '215753.711000', '215753.714000', '215753.716000', '215753.719000', '215753.722000', '215753.724000', '215753.727000', '215753.729000', '215753.732000', '215753.735000', '215753.737000', '215753.740000', '215753.742000', '215753.745000', '215753.747000', '215753.750000', '215753.752000', '215753.755000', '215753.758000', '215753.760000', '215753.763000', '215753.765000', '215753.768000', '215753.771000', '215753.773000', '215753.776000', '215753.778000', '215753.781000', '215753.783000', '215753.786000', '215753.789000', '215753.791000', '215753.794000', '215753.797000', '215753.799000', '215753.802000', '215753.804000', '215753.807000', '215753.810000', '215753.812000', '215753.815000', '215753.817000', '215753.820000', '215813.708000', '215813.711000', '215813.714000', '215813.716000', '215813.719000', '215813.722000', '215813.724000', '215813.727000', '215813.730000', '215813.732000', '215813.735000', '215813.737000', '215813.740000', '215813.742000', '215813.745000', '215813.747000', '215813.750000', '215813.752000', '215813.755000', '215813.758000', '215813.760000', '215813.763000', '215813.766000', '215813.768000', '215813.771000', '215813.773000', '215813.776000', '215813.779000', '215813.781000', '215813.784000', '215813.786000', '215813.789000', '215813.791000', '215813.794000', '215813.797000', '215813.799000', '215813.851000', '215813.853000', '215813.856000', '215813.859000', '215813.861000', '215813.864000', '215813.866000', '215813.869000', '215833.709000', '215833.712000', '215833.714000', '215833.717000', '215833.719000', '215833.722000', '215833.724000', '215833.727000', '215833.730000', '215833.732000', '215833.735000', '215833.737000', '215833.740000', '215833.743000', '215833.745000', '215833.748000', '215833.750000', '215833.753000', '215833.755000', '215833.758000', '215833.761000', '215833.763000', '215833.766000', '215833.768000', '215833.771000', '215833.773000', '215833.776000', '215833.778000', '215833.781000', '215833.784000', '215833.786000', '215833.789000', '215833.791000', '215833.794000', '215833.797000', '215833.799000', '215833.848000', '215833.850000', '215833.853000', '215833.855000', '215833.859000', '215833.861000', '215833.864000', '215853.709000', '215853.712000', '215853.715000', '215853.717000', '215853.720000', '215853.723000', '215853.725000', '215853.728000', '215853.730000', '215853.733000', '215853.735000', '215853.738000', '215853.740000', '215853.743000', '215853.746000', '215853.748000', '215853.751000', '215853.753000', '215853.756000', '215853.758000', '215853.761000', '215853.764000', '215853.766000', '215853.769000', '215853.771000', '215853.774000', '215853.777000', '215853.780000', '215853.782000', '215853.785000', '215853.787000', '215853.790000', '215853.793000', '215853.795000', '215853.798000', '215853.849000', '215853.851000', '215853.854000', '215853.856000', '215853.859000', '215853.861000', '215853.864000', '215853.867000', '215853.869000', '215913.708000', '215913.711000', '215913.714000', '215913.717000', '215913.719000', '215913.722000', '215913.724000', '215913.727000', '215913.729000', '215913.732000', '215913.734000', '215913.737000', '215913.740000', '215913.742000', '215913.745000', '215913.747000', '215913.750000', '215913.752000', '215913.755000', '215913.758000', '215913.760000', '215913.763000', '215913.765000', '215913.768000', '215913.770000', '215913.773000', '215913.776000', '215913.778000', '215913.781000', '215913.784000', '215913.786000', '215913.789000', '215913.792000', '215913.794000', '215913.797000', '215913.858000', '215913.861000', '215913.863000', '215913.866000', '215913.868000', '215913.871000', '215913.873000', '215913.876000', '215933.708000', '215933.711000', '215933.714000', '215933.717000', '215933.719000', '215933.722000', '215933.724000', '215933.727000', '215933.729000', '215933.732000', '215933.734000', '215933.737000', '215933.740000', '215933.742000', '215933.745000', '215933.747000', '215933.750000', '215933.752000', '215933.755000', '215933.758000', '215933.760000', '215933.763000', '215933.765000', '215933.768000', '215933.771000', '215933.773000', '215933.776000', '215933.778000', '215933.781000', '215933.783000', '215933.786000', '215933.788000', '215933.791000', '215933.794000', '215933.796000', '215933.799000', '215933.861000', '215933.864000', '215933.866000', '215933.869000', '215933.871000', '215933.874000', '215933.876000', '215933.879000', '215953.708000', '215953.711000', '215953.714000', '215953.716000', '215953.719000', '215953.722000', '215953.724000', '215953.727000', '215953.729000', '215953.732000', '215953.735000', '215953.737000', '215953.740000', '215953.742000', '215953.745000', '215953.757000', '215953.760000', '215953.763000', '215953.765000', '215953.768000', '215953.770000', '215953.773000', '215953.775000', '215953.778000', '215953.780000', '215953.783000', '215953.786000', '215953.788000', '215953.791000', '215953.794000', '215953.796000', '215953.799000', '215953.861000', '215953.863000', '215953.866000', '215953.868000', '215953.871000', '215953.874000', '215953.876000', '215953.879000', '215953.881000', '215953.884000', '215953.886000', '220013.708000', '220013.711000', '220013.714000', '220013.716000', '220013.719000', '220013.722000', '220013.724000', '220013.727000', '220013.729000', '220013.732000', '220013.735000', '220013.737000', '220013.740000', '220013.742000', '220013.745000', '220013.748000', '220013.750000', '220013.753000', '220013.755000', '220013.758000', '220013.760000', '220013.763000', '220013.766000', '220013.768000', '220013.771000', '220013.773000', '220013.776000', '220013.778000', '220013.781000', '220013.784000', '220013.786000', '220013.789000', '220013.791000', '220013.794000', '220013.797000', '220013.799000', '220013.868000', '220013.871000', '220013.873000', '220013.876000', '220013.878000', '220013.881000', '220013.883000', '220013.886000', '220033.708000', '220033.711000', '220033.714000', '220033.716000', '220033.719000', '220033.721000', '220033.724000', '220033.726000', '220033.729000', '220033.732000', '220033.734000', '220033.737000', '220033.739000', '220033.742000', '220033.744000', '220033.747000', '220033.750000', '220033.752000', '220033.755000', '220033.757000', '220033.760000', '220033.762000', '220033.765000', '220033.768000', '220033.770000', '220033.773000', '220033.775000', '220033.778000', '220033.780000', '220033.783000', '220033.785000', '220033.788000', '220033.791000', '220033.793000', '220033.796000', '220033.798000', '220033.852000', '220033.855000', '220033.857000', '220033.860000', '220033.863000', '220033.865000', '220033.868000', '220053.709000', '220053.711000', '220053.714000', '220053.716000', '220053.719000', '220053.722000', '220053.726000', '220053.729000', '220053.733000', '220053.736000', '220053.739000', '220053.741000', '220053.744000', '220053.746000', '220053.749000', '220053.751000', '220053.754000', '220053.757000', '220053.759000', '220053.762000', '220053.764000', '220053.767000', '220053.769000', '220053.772000', '220053.775000', '220053.777000', '220053.780000', '220053.783000', '220053.786000', '220053.788000', '220053.791000', '220053.793000', '220053.796000', '220053.799000', '220053.884000', '220053.887000', '220053.889000', '220053.892000', '220053.894000', '220053.897000', '220053.900000', '220053.902000', '220053.905000', '220053.907000', '220113.709000', '220113.712000', '220113.715000', '220113.717000', '220113.720000', '220113.723000', '220113.725000', '220113.728000', '220113.730000', '220113.733000', '220113.736000', '220113.738000', '220113.741000', '220113.743000', '220113.746000', '220113.748000', '220113.751000', '220113.754000', '220113.756000', '220113.759000', '220113.761000', '220113.764000', '220113.766000', '220113.769000', '220113.772000', '220113.774000', '220113.777000', '220113.779000', '220113.782000', '220113.784000', '220113.787000', '220113.790000', '220113.792000', '220113.795000', '220113.797000', '220113.800000', '220113.802000', '220113.805000', '220113.808000', '220113.810000', '220113.846000', '220113.848000', '220113.851000', '220133.709000', '220133.711000', '220133.714000', '220133.717000', '220133.719000', '220133.722000', '220133.725000', '220133.728000', '220133.731000', '220133.733000', '220133.736000', '220133.739000', '220133.741000', '220133.744000', '220133.746000', '220133.749000', '220133.752000', '220133.754000', '220133.757000', '220133.759000', '220133.762000', '220133.764000', '220133.767000', '220133.769000', '220133.772000', '220133.775000', '220133.777000', '220133.780000', '220133.782000', '220133.785000', '220133.788000', '220133.790000', '220133.793000', '220133.795000', '220133.798000', '220133.869000', '220133.872000', '220133.874000', '220133.877000', '220133.879000', '220133.882000', '220133.884000', '220133.887000', '220153.709000', '220153.711000', '220153.714000', '220153.716000', '220153.719000', '220153.722000', '220153.724000', '220153.727000', '220153.729000', '220153.732000', '220153.734000', '220153.737000', '220153.740000', '220153.742000', '220153.745000', '220153.747000', '220153.750000', '220153.752000', '220153.755000', '220153.758000', '220153.760000', '220153.763000', '220153.765000', '220153.768000', '220153.770000', '220153.773000', '220153.775000', '220153.778000', '220153.781000', '220153.783000', '220153.786000', '220153.788000', '220153.791000', '220153.793000', '220153.796000', '220153.799000', '220153.801000', '220153.804000', '220153.806000', '220153.809000', '220153.811000', '220153.814000', '220153.816000', '220153.819000', '220207.254000', '220207.257000', '220207.260000', '220207.262000', '220207.265000', '220207.267000', '220207.270000', '220207.272000', '220207.275000', '220207.278000', '220207.280000', '220207.283000', '220207.285000', '220207.288000', '220207.291000', '220207.293000', '220207.296000', '220207.299000', '220207.301000', '220207.304000', '220207.306000', '220207.309000', '220207.312000', '220207.314000', '220207.317000', '220207.319000', '220207.322000', '220207.325000', '220207.327000', '220207.330000'], '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': [10040, 11384, 9679, 10306, 9431, 10369, 10174, 9905, 10250, 10005, 10176, 10158, 10082, 10416, 9995, 10584, 10116, 10297, 9692, 10459, 10637, 10364, 10015, 9765, 10567, 9987, 9195, 10319, 9310, 10338, 10185, 10477, 10262, 9487, 10335, 10039, 10359, 10820, 10120, 10569, 9224, 10380, 10096, 9741, 10207, 10227, 10303, 10269, 10069, 10105, 9839, 10304, 10488, 9306, 10660, 9646, 10607, 11052, 10165, 10599, 9943, 10613, 11018, 10354, 10469, 9514, 10178, 10265, 10282, 10514, 9256, 10522, 9789, 10308, 10420, 9410, 10445, 9593, 10384, 10536, 9365, 10411, 10071, 10205, 9837, 9604, 10524, 10819, 10115, 10388, 10032, 10444, 10113, 10502, 11134, 10089, 10335, 9860, 10389, 10175, 10336, 10599, 9885, 10394, 11028, 11039, 10079, 9528, 10362, 10932, 10055, 10049, 10020, 10336, 10376, 10155, 10483, 9397, 9943, 10159, 10240, 10335, 8899, 10507, 10339, 10360, 10602, 9006, 10336, 9368, 10477, 11091, 10123, 10001, 9164, 10463, 9939, 10182, 10480, 9988, 10509, 9951, 9783, 10543, 10082, 10072, 10555, 11875, 10204, 11159, 10074, 10250, 9514, 10457, 10273, 10131, 10429, 9686, 10269, 9474, 10092, 9757, 9678, 10492, 10742, 10066, 10355, 11952, 10026, 10883, 10057, 10400, 8774, 10046, 9793, 10027, 9838, 9805, 10407, 10184, 10131, 9859, 10625, 10025, 9486, 10154, 10085, 10115, 10204, 10262, 9227, 10068, 9492, 10332, 10081, 10210, 10075, 9710, 9884, 10228, 9461, 9869, 11297, 10077, 10527, 9472, 9900, 9568, 9985, 9708, 9624, 10194, 10418, 10008, 9495, 10302, 10012, 9769, 9997, 9824, 9742, 10076, 9695, 10063, 9837, 9753, 10172, 9902, 10070, 9296, 10031, 10071, 10712, 9296, 10033, 9626, 10046, 10068, 9669, 10361, 9498, 10162, 9871, 9707, 9730, 9887, 10146, 9628, 9562, 10036, 9675, 9860, 9522, 9901, 10044, 9864, 8713, 9771, 9666, 10028, 10155, 9093, 10037, 9829, 10100, 9972, 9606, 10178, 9587, 9473, 10294, 10727, 9931, 9835, 9717, 10043, 9547, 9721, 10170, 10168, 9482, 9979, 9518, 10149, 9867, 8989, 9854, 9854, 9858, 9568, 9621, 9994, 10287, 9754, 9941, 9465, 10052, 9570, 9905, 9769, 9865, 9734, 9842, 11937, 9611, 9497, 9912, 10186, 9503, 9922, 10402, 10030, 10813, 9988, 11248, 9901, 12455, 11428, 10280, 12785, 12739, 10547, 13445, 9313, 9677, 10436, 9420, 9707, 9810, 9440, 9744, 9455, 9495, 9835, 9808, 9432, 9905, 10094, 9720, 9793, 9583, 9916, 10232, 9030, 9961, 10210, 9582, 10001, 10375, 8954, 9651, 10259, 10232, 9977, 10132, 9852, 10126, 9575, 10092, 9646, 9612, 10540, 10085, 9903, 10102, 10643, 10373, 10082, 10911, 9905, 10222, 9227, 10112, 10513, 9218, 10357, 9904, 9446, 9912, 10488, 10277, 10152, 10492, 9826, 10328, 9556, 9775, 10220, 9518, 10424, 9927, 10172, 9989, 10539, 9616, 10186, 10677, 9128, 9797, 9689, 9752, 10482, 9734, 10137, 10520, 9372, 9454, 9555, 9781, 9859, 9760, 10162, 10025, 9431, 9552, 9660, 9816, 9878, 9791, 10226, 10260, 11342, 9561, 9988, 10170, 10042, 9602, 9937, 9773, 9905, 9878, 10831, 9273, 9983, 10557, 9582, 9778, 9933, 9639, 10193, 10086, 9916, 10369, 9218, 9713, 9026, 9889, 9516, 9900, 9877, 9780, 9831, 9648, 10024, 9761, 9955, 10124, 9856, 10485, 9910, 9730, 10097, 9562, 10100, 10293, 9903, 10296, 9288, 9339, 9031, 9852, 9448, 9577, 9985, 9485, 10014, 9850, 10154, 11572, 9841, 11579, 9895, 10015, 10302, 9590, 10126, 9847, 10118, 9349, 9728, 9789, 9679, 9412, 9507, 9764, 9613, 9701, 10158, 10026, 9656, 10192, 9903, 9315, 9875, 9810, 10276, 11312, 10000, 10918, 8944, 9579, 9688, 10150, 10059, 10614, 10043, 9382, 10073, 9823, 9914, 9374, 9943, 10088, 9154, 9648, 9851, 10095, 9421, 10174, 9781, 9764, 9107, 9415, 9940, 9888, 10127, 9750, 9686, 9603, 10208, 9270, 10158, 9659, 9885, 9503, 9596, 9915, 9786, 9806, 9446, 9712, 9657, 10063, 9423, 9730, 9531, 9793, 9681, 9671, 9906, 9601, 9657, 10381, 9675, 9979, 9891, 9452, 9978, 10090, 10153, 9626, 9743, 9908, 10184, 10276, 9698, 9589, 10095, 10053, 9594, 9679, 9772, 10077, 10118, 10308, 9813, 9648, 9958, 10216, 9602, 10330, 9458, 9987, 9482, 9222, 9935, 10021, 9892, 10023, 10444, 9935, 10075, 9879, 10061, 9489, 9648, 9764, 9816, 9595, 9580, 9804, 9904, 10302, 9368, 9622, 9968, 10211, 9225, 9624, 9669, 10405, 9593, 9598, 9693, 10155, 9496, 9965, 10011, 10946, 9460, 9742, 9886, 9904, 10172, 10558, 9528, 9987, 10291, 9407, 9644, 9874, 10254, 9569, 9638, 9677, 9959, 9881, 9297, 9608, 9834, 9949, 9267, 9067, 9411, 9950, 9800, 9677, 9813, 9622, 9733, 9954, 9583, 10316, 9832, 9912, 9432, 9651, 9962, 10145, 9518, 9874, 9885, 9631, 9597, 9625, 10231, 9662, 9973, 10576, 9527, 9892, 10069, 9294, 10572, 9884, 10114, 9550, 9427, 9997, 9843, 9842, 9542, 9837, 9424, 10099, 9321, 9528, 9948, 10352, 9225, 9572, 9669, 10209, 9467, 10257, 10008, 10175, 9021, 9738, 9640, 10087, 10651, 11148, 9915, 10058, 9396, 9526, 10013, 10133, 10074, 9882, 9866, 10144, 10356, 9508, 10657, 10093, 9934, 8695, 9566, 9756, 9849, 9789, 9204, 9950, 9699, 10213, 9603, 9124, 10031, 9762, 10009, 10001, 8997, 9725, 10071, 9809, 9882, 9333, 9868, 9788, 9792, 9512, 10047, 9521, 10108, 9883, 9651, 10045, 9360, 9612, 9800, 9782, 10263, 9674, 8925, 9533, 9916, 9972, 10028, 9155, 9453, 9940, 9752, 9563, 9404, 10184, 9718, 10069, 9374, 10037, 9378, 10258, 9534, 10124, 9716, 9894, 10049, 9945, 9950, 9925, 10151, 9629, 8715, 9604, 9408, 9816, 9999, 10035, 9444, 10236, 9614, 9295, 10031, 9785, 10095, 9915, 9878, 9939, 9613, 10048, 9594, 10348, 9708, 10201, 9103, 9642, 9864, 9764, 9967, 10047, 10074, 9867, 9902, 9408, 10119, 9564, 9530, 9984, 9866, 9982, 9529, 10134, 9406, 9832, 9699, 9299, 9171, 9399, 9491, 9574, 10000, 10215, 9381, 9339, 9562, 9956, 9767, 9523, 9615, 9676, 9441, 9974, 9444, 9241, 9573, 9938, 9883, 9200, 8674, 9583, 10048, 9910, 10663, 8773, 9744, 9936, 9988, 9994, 9918, 9842, 9577, 9411, 9834, 10006, 9508, 9533, 9944, 9793, 9306, 9830, 9965, 10010, 10493, 10286, 10086, 10266, 9713, 9943, 9896, 9827, 9248, 10026, 9919, 10087, 9968, 9321, 9824, 9886, 10336, 9259, 9722, 10012, 9556, 10326, 9941, 9848, 9992, 10112, 10358, 9579, 10135, 10135, 9793], 'WindowCenter': [4636.0, 4629.0, 4595.0, 4592.0, 4571.0, 4579.0, 4578.0, 4580.0, 4580.0, 4580.0, 4579.0, 4579.0, 4579.0, 4577.0, 4578.0, 4577.0, 4576.0, 4567.0, 4565.0, 4577.0, 4576.0, 4590.0, 4578.0, 4580.0, 4587.0, 4578.0, 4577.0, 4589.0, 4581.0, 4591.0, 4589.0, 4589.0, 4589.0, 4579.0, 4589.0, 4578.0, 4590.0, 4590.0, 4589.0, 4580.0, 4568.0, 4579.0, 4578.0, 4580.0, 4589.0, 4591.0, 4590.0, 4589.0, 4578.0, 4579.0, 4577.0, 4579.0, 4589.0, 4569.0, 4589.0, 4578.0, 4589.0, 4587.0, 4580.0, 4577.0, 4578.0, 4578.0, 4587.0, 4580.0, 4577.0, 4566.0, 4577.0, 4577.0, 4577.0, 4588.0, 4568.0, 4577.0, 4577.0, 4578.0, 4578.0, 4569.0, 4577.0, 4568.0, 4579.0, 4576.0, 4569.0, 4577.0, 4578.0, 4579.0, 4578.0, 4568.0, 4588.0, 4588.0, 4578.0, 4589.0, 4578.0, 4578.0, 4580.0, 4589.0, 4587.0, 4578.0, 4578.0, 4577.0, 4577.0, 4579.0, 4590.0, 4590.0, 4588.0, 4588.0, 4588.0, 4589.0, 4579.0, 4576.0, 4580.0, 4588.0, 4577.0, 4579.0, 4578.0, 4566.0, 4576.0, 4575.0, 4575.0, 4565.0, 4576.0, 4576.0, 4580.0, 4575.0, 4557.0, 4576.0, 4576.0, 4579.0, 4577.0, 4556.0, 4573.0, 4566.0, 4588.0, 4587.0, 4579.0, 4579.0, 4578.0, 4576.0, 4577.0, 4577.0, 4584.0, 4574.0, 4589.0, 4590.0, 4580.0, 4589.0, 4590.0, 4579.0, 4599.0, 4598.0, 4578.0, 4588.0, 4568.0, 4579.0, 4568.0, 4578.0, 4578.0, 4578.0, 4580.0, 4578.0, 4577.0, 4566.0, 4579.0, 4568.0, 4568.0, 4578.0, 4586.0, 4577.0, 4576.0, 4586.0, 4566.0, 4589.0, 4568.0, 4579.0, 4555.0, 4565.0, 4567.0, 4566.0, 4565.0, 4565.0, 4576.0, 4565.0, 4576.0, 4565.0, 4575.0, 4578.0, 4567.0, 4575.0, 4574.0, 4576.0, 4575.0, 4576.0, 4567.0, 4576.0, 4565.0, 4574.0, 4565.0, 4578.0, 4563.0, 4565.0, 4565.0, 4564.0, 4564.0, 4565.0, 4576.0, 4563.0, 4564.0, 4553.0, 4564.0, 4564.0, 4576.0, 4566.0, 4565.0, 4575.0, 4575.0, 4566.0, 4565.0, 4579.0, 4565.0, 4566.0, 4565.0, 4564.0, 4565.0, 4565.0, 4568.0, 4567.0, 4566.0, 4565.0, 4575.0, 4565.0, 4577.0, 4567.0, 4577.0, 4578.0, 4577.0, 4566.0, 4577.0, 4566.0, 4577.0, 4577.0, 4578.0, 4576.0, 4566.0, 4577.0, 4575.0, 4566.0, 4567.0, 4576.0, 4577.0, 4566.0, 4566.0, 4576.0, 4566.0, 4577.0, 4567.0, 4578.0, 4563.0, 4577.0, 4557.0, 4566.0, 4565.0, 4579.0, 4576.0, 4555.0, 4566.0, 4565.0, 4575.0, 4576.0, 4580.0, 4578.0, 4567.0, 4567.0, 4580.0, 4577.0, 4564.0, 4564.0, 4570.0, 4578.0, 4568.0, 4567.0, 4575.0, 4576.0, 4568.0, 4566.0, 4567.0, 4576.0, 4566.0, 4556.0, 4565.0, 4565.0, 4567.0, 4565.0, 4565.0, 4565.0, 4576.0, 4569.0, 4567.0, 4570.0, 4575.0, 4568.0, 4577.0, 4566.0, 4577.0, 4592.0, 4604.0, 4615.0, 4592.0, 4579.0, 4590.0, 4603.0, 4579.0, 4578.0, 4589.0, 4578.0, 4600.0, 4580.0, 4589.0, 4576.0, 4596.0, 4577.0, 4567.0, 4585.0, 4574.0, 4551.0, 4569.0, 4529.0, 4526.0, 4537.0, 4527.0, 4526.0, 4534.0, 4526.0, 4528.0, 4525.0, 4526.0, 4536.0, 4536.0, 4527.0, 4537.0, 4537.0, 4538.0, 4540.0, 4538.0, 4549.0, 4550.0, 4541.0, 4550.0, 4560.0, 4552.0, 4562.0, 4563.0, 4553.0, 4569.0, 4575.0, 4579.0, 4576.0, 4574.0, 4577.0, 4575.0, 4566.0, 4577.0, 4565.0, 4566.0, 4577.0, 4576.0, 4577.0, 4576.0, 4577.0, 4578.0, 4578.0, 4588.0, 4577.0, 4577.0, 4569.0, 4577.0, 4586.0, 4569.0, 4579.0, 4579.0, 4578.0, 4578.0, 4579.0, 4578.0, 4578.0, 4589.0, 4578.0, 4580.0, 4567.0, 4578.0, 4578.0, 4580.0, 4592.0, 4577.0, 4578.0, 4577.0, 4580.0, 4581.0, 4590.0, 4588.0, 4569.0, 4577.0, 4568.0, 4568.0, 4589.0, 4568.0, 4579.0, 4589.0, 4567.0, 4567.0, 4581.0, 4577.0, 4577.0, 4577.0, 4578.0, 4578.0, 4569.0, 4577.0, 4582.0, 4578.0, 4579.0, 4579.0, 4577.0, 4579.0, 4601.0, 4579.0, 4579.0, 4578.0, 4577.0, 4578.0, 4577.0, 4577.0, 4576.0, 4577.0, 4577.0, 4570.0, 4566.0, 4579.0, 4566.0, 4564.0, 4576.0, 4568.0, 4578.0, 4578.0, 4577.0, 4577.0, 4570.0, 4568.0, 4568.0, 4577.0, 4569.0, 4578.0, 4577.0, 4579.0, 4577.0, 4577.0, 4578.0, 4582.0, 4578.0, 4581.0, 4579.0, 4589.0, 4580.0, 4578.0, 4579.0, 4580.0, 4589.0, 4590.0, 4580.0, 4589.0, 4579.0, 4582.0, 4570.0, 4593.0, 4583.0, 4581.0, 4590.0, 4581.0, 4590.0, 4580.0, 4591.0, 4600.0, 4589.0, 4600.0, 4579.0, 4579.0, 4578.0, 4568.0, 4577.0, 4570.0, 4578.0, 4556.0, 4566.0, 4578.0, 4577.0, 4567.0, 4568.0, 4575.0, 4579.0, 4577.0, 4578.0, 4576.0, 4582.0, 4590.0, 4578.0, 4568.0, 4579.0, 4579.0, 4580.0, 4589.0, 4579.0, 4589.0, 4570.0, 4578.0, 4568.0, 4578.0, 4578.0, 4589.0, 4578.0, 4569.0, 4577.0, 4577.0, 4577.0, 4568.0, 4578.0, 4580.0, 4568.0, 4567.0, 4581.0, 4588.0, 4568.0, 4577.0, 4578.0, 4577.0, 4571.0, 4568.0, 4577.0, 4578.0, 4578.0, 4578.0, 4567.0, 4577.0, 4578.0, 4568.0, 4577.0, 4569.0, 4577.0, 4568.0, 4568.0, 4580.0, 4578.0, 4577.0, 4577.0, 4567.0, 4581.0, 4577.0, 4569.0, 4579.0, 4580.0, 4578.0, 4579.0, 4580.0, 4578.0, 4579.0, 4578.0, 4577.0, 4578.0, 4578.0, 4579.0, 4567.0, 4579.0, 4579.0, 4578.0, 4579.0, 4567.0, 4579.0, 4589.0, 4577.0, 4577.0, 4577.0, 4577.0, 4579.0, 4569.0, 4567.0, 4579.0, 4580.0, 4576.0, 4577.0, 4580.0, 4567.0, 4566.0, 4576.0, 4578.0, 4578.0, 4578.0, 4581.0, 4580.0, 4569.0, 4592.0, 4591.0, 4580.0, 4578.0, 4587.0, 4580.0, 4577.0, 4580.0, 4574.0, 4567.0, 4567.0, 4575.0, 4578.0, 4568.0, 4567.0, 4578.0, 4578.0, 4578.0, 4567.0, 4567.0, 4579.0, 4578.0, 4567.0, 4567.0, 4578.0, 4591.0, 4578.0, 4568.0, 4567.0, 4578.0, 4577.0, 4579.0, 4581.0, 4588.0, 4570.0, 4569.0, 4568.0, 4569.0, 4577.0, 4579.0, 4569.0, 4565.0, 4576.0, 4555.0, 4567.0, 4577.0, 4579.0, 4566.0, 4566.0, 4567.0, 4578.0, 4576.0, 4566.0, 4570.0, 4579.0, 4567.0, 4566.0, 4570.0, 4567.0, 4576.0, 4578.0, 4567.0, 4577.0, 4568.0, 4576.0, 4581.0, 4575.0, 4579.0, 4579.0, 4578.0, 4569.0, 4578.0, 4579.0, 4581.0, 4577.0, 4578.0, 4578.0, 4567.0, 4571.0, 4571.0, 4577.0, 4579.0, 4577.0, 4590.0, 4568.0, 4578.0, 4584.0, 4568.0, 4588.0, 4578.0, 4579.0, 4568.0, 4571.0, 4579.0, 4575.0, 4578.0, 4578.0, 4582.0, 4569.0, 4578.0, 4570.0, 4570.0, 4578.0, 4578.0, 4569.0, 4567.0, 4567.0, 4578.0, 4566.0, 4577.0, 4570.0, 4576.0, 4557.0, 4566.0, 4565.0, 4575.0, 4578.0, 4587.0, 4565.0, 4565.0, 4557.0, 4566.0, 4564.0, 4576.0, 4566.0, 4565.0, 4569.0, 4579.0, 4577.0, 4567.0, 4578.0, 4577.0, 4565.0, 4556.0, 4565.0, 4565.0, 4565.0, 4564.0, 4566.0, 4568.0, 4565.0, 4575.0, 4564.0, 4557.0, 4564.0, 4567.0, 4565.0, 4564.0, 4556.0, 4554.0, 4565.0, 4564.0, 4566.0, 4556.0, 4564.0, 4564.0, 4567.0, 4567.0, 4567.0, 4567.0, 4569.0, 4566.0, 4566.0, 4577.0, 4568.0, 4567.0, 4566.0, 4566.0, 4576.0, 4566.0, 4567.0, 4570.0, 4565.0, 4566.0, 4565.0, 4556.0, 4565.0, 4565.0, 4568.0, 4566.0, 4566.0, 4576.0, 4565.0, 4577.0, 4567.0, 4578.0, 4569.0, 4588.0, 4567.0, 4576.0, 4567.0, 4578.0, 4577.0, 4577.0, 4578.0, 4580.0, 4578.0, 4566.0, 4557.0, 4565.0, 4568.0, 4578.0, 4577.0, 4577.0, 4567.0, 4580.0, 4569.0, 4568.0, 4579.0, 4579.0, 4578.0, 4577.0, 4567.0, 4569.0, 4568.0, 4576.0, 4568.0, 4579.0, 4566.0, 4576.0, 4559.0, 4568.0, 4577.0, 4576.0, 4578.0, 4579.0, 4580.0, 4578.0, 4576.0, 4566.0, 4576.0, 4580.0, 4577.0, 4576.0, 4579.0, 4566.0, 4566.0, 4578.0, 4565.0, 4579.0, 4578.0, 4567.0, 4567.0, 4568.0, 4577.0, 4578.0, 4581.0, 4578.0, 4568.0, 4565.0, 4568.0, 4577.0, 4578.0, 4567.0, 4580.0, 4570.0, 4567.0, 4580.0, 4579.0, 4569.0, 4570.0, 4578.0, 4577.0, 4569.0, 4556.0, 4569.0, 4577.0, 4577.0, 4577.0, 4559.0, 4567.0, 4577.0, 4565.0, 4574.0, 4567.0, 4565.0, 4570.0, 4555.0, 4568.0, 4565.0, 4567.0, 4576.0, 4579.0, 4576.0, 4569.0, 4574.0, 4579.0, 4579.0, 4588.0, 4577.0, 4579.0, 4568.0, 4554.0, 4563.0, 4564.0, 4565.0, 4555.0, 4563.0, 4563.0, 4565.0, 4567.0, 4555.0, 4566.0, 4567.0, 4565.0, 4553.0, 4564.0, 4564.0, 4566.0, 4575.0, 4567.0, 4565.0, 4563.0, 4568.0, 4568.0, 4566.0, 4565.0, 4565.0, 4565.0], 'WindowWidth': [10168.0, 10141.0, 10086.0, 10073.0, 10042.0, 10050.0, 10045.0, 10050.0, 10049.0, 10050.0, 10048.0, 10045.0, 10046.0, 10041.0, 10043.0, 10042.0, 10037.0, 10025.0, 10022.0, 10041.0, 10040.0, 10062.0, 10045.0, 10049.0, 10057.0, 10046.0, 10044.0, 10062.0, 10054.0, 10067.0, 10062.0, 10062.0, 10060.0, 10047.0, 10062.0, 10046.0, 10062.0, 10064.0, 10063.0, 10047.0, 10032.0, 10046.0, 10045.0, 10049.0, 10061.0, 10068.0, 10068.0, 10064.0, 10047.0, 10046.0, 10042.0, 10048.0, 10061.0, 10033.0, 10059.0, 10046.0, 10062.0, 10057.0, 10049.0, 10041.0, 10047.0, 10044.0, 10058.0, 10047.0, 10041.0, 10026.0, 10040.0, 10043.0, 10043.0, 10058.0, 10030.0, 10040.0, 10041.0, 10044.0, 10042.0, 10032.0, 10041.0, 10031.0, 10045.0, 10040.0, 10036.0, 10041.0, 10043.0, 10047.0, 10044.0, 10031.0, 10059.0, 10062.0, 10044.0, 10062.0, 10046.0, 10045.0, 10048.0, 10061.0, 10056.0, 10043.0, 10045.0, 10042.0, 10042.0, 10047.0, 10064.0, 10066.0, 10060.0, 10060.0, 10060.0, 10063.0, 10047.0, 10041.0, 10049.0, 10059.0, 10042.0, 10047.0, 10044.0, 10023.0, 10038.0, 10036.0, 10036.0, 10023.0, 10038.0, 10041.0, 10046.0, 10037.0, 10013.0, 10038.0, 10039.0, 10044.0, 10041.0, 10012.0, 10032.0, 10027.0, 10058.0, 10056.0, 10046.0, 10047.0, 10052.0, 10039.0, 10041.0, 10041.0, 10049.0, 10036.0, 10060.0, 10068.0, 10051.0, 10063.0, 10065.0, 10048.0, 10080.0, 10074.0, 10046.0, 10060.0, 10031.0, 10046.0, 10030.0, 10043.0, 10046.0, 10044.0, 10047.0, 10045.0, 10043.0, 10027.0, 10047.0, 10031.0, 10030.0, 10043.0, 10054.0, 10041.0, 10037.0, 10052.0, 10023.0, 10062.0, 10031.0, 10045.0, 10007.0, 10021.0, 10024.0, 10025.0, 10020.0, 10022.0, 10037.0, 10022.0, 10036.0, 10022.0, 10037.0, 10044.0, 10029.0, 10035.0, 10033.0, 10036.0, 10036.0, 10039.0, 10028.0, 10038.0, 10024.0, 10033.0, 10021.0, 10043.0, 10016.0, 10022.0, 10020.0, 10019.0, 10017.0, 10018.0, 10037.0, 10014.0, 10018.0, 10001.0, 10017.0, 10018.0, 10038.0, 10025.0, 10023.0, 10034.0, 10037.0, 10023.0, 10021.0, 10045.0, 10022.0, 10024.0, 10020.0, 10017.0, 10020.0, 10021.0, 10028.0, 10026.0, 10022.0, 10020.0, 10035.0, 10023.0, 10041.0, 10028.0, 10044.0, 10042.0, 10042.0, 10027.0, 10041.0, 10027.0, 10041.0, 10043.0, 10045.0, 10037.0, 10024.0, 10039.0, 10037.0, 10025.0, 10027.0, 10039.0, 10040.0, 10025.0, 10024.0, 10037.0, 10025.0, 10041.0, 10026.0, 10042.0, 10017.0, 10040.0, 10013.0, 10024.0, 10023.0, 10048.0, 10041.0, 10009.0, 10024.0, 10023.0, 10036.0, 10038.0, 10050.0, 10044.0, 10028.0, 10027.0, 10046.0, 10040.0, 10020.0, 10019.0, 10036.0, 10045.0, 10031.0, 10028.0, 10036.0, 10037.0, 10030.0, 10025.0, 10028.0, 10038.0, 10025.0, 10011.0, 10021.0, 10023.0, 10026.0, 10023.0, 10022.0, 10023.0, 10038.0, 10029.0, 10027.0, 10035.0, 10039.0, 10029.0, 10041.0, 10025.0, 10041.0, 10070.0, 10096.0, 10108.0, 10074.0, 10048.0, 10068.0, 10089.0, 10046.0, 10044.0, 10058.0, 10044.0, 10080.0, 10050.0, 10062.0, 10038.0, 10065.0, 10038.0, 10022.0, 10045.0, 10029.0, 9992.0, 10013.0, 9957.0, 9948.0, 9965.0, 9950.0, 9948.0, 9960.0, 9949.0, 9954.0, 9948.0, 9950.0, 9964.0, 9965.0, 9955.0, 9967.0, 9968.0, 9970.0, 9974.0, 9971.0, 9988.0, 9990.0, 9981.0, 9991.0, 10007.0, 9998.0, 10013.0, 10015.0, 10001.0, 10029.0, 10037.0, 10047.0, 10038.0, 10035.0, 10040.0, 10036.0, 10023.0, 10041.0, 10024.0, 10023.0, 10038.0, 10037.0, 10039.0, 10038.0, 10042.0, 10046.0, 10044.0, 10057.0, 10042.0, 10043.0, 10031.0, 10042.0, 10053.0, 10033.0, 10047.0, 10047.0, 10045.0, 10044.0, 10048.0, 10045.0, 10043.0, 10059.0, 10045.0, 10047.0, 10027.0, 10043.0, 10044.0, 10051.0, 10066.0, 10043.0, 10042.0, 10042.0, 10048.0, 10055.0, 10063.0, 10061.0, 10032.0, 10040.0, 10031.0, 10031.0, 10060.0, 10031.0, 10046.0, 10061.0, 10027.0, 10027.0, 10051.0, 10042.0, 10042.0, 10041.0, 10044.0, 10042.0, 10032.0, 10043.0, 10054.0, 10045.0, 10046.0, 10045.0, 10042.0, 10047.0, 10080.0, 10047.0, 10047.0, 10044.0, 10040.0, 10045.0, 10042.0, 10040.0, 10038.0, 10039.0, 10042.0, 10034.0, 10024.0, 10047.0, 10026.0, 10020.0, 10037.0, 10030.0, 10044.0, 10044.0, 10042.0, 10044.0, 10035.0, 10030.0, 10030.0, 10042.0, 10032.0, 10045.0, 10041.0, 10046.0, 10043.0, 10042.0, 10044.0, 10053.0, 10047.0, 10051.0, 10047.0, 10061.0, 10048.0, 10043.0, 10047.0, 10048.0, 10061.0, 10064.0, 10049.0, 10062.0, 10048.0, 10055.0, 10038.0, 10073.0, 10058.0, 10053.0, 10064.0, 10053.0, 10064.0, 10050.0, 10066.0, 10078.0, 10064.0, 10079.0, 10047.0, 10045.0, 10043.0, 10029.0, 10039.0, 10034.0, 10042.0, 10010.0, 10026.0, 10043.0, 10041.0, 10028.0, 10030.0, 10037.0, 10053.0, 10043.0, 10044.0, 10042.0, 10053.0, 10065.0, 10045.0, 10033.0, 10048.0, 10048.0, 10049.0, 10061.0, 10047.0, 10061.0, 10036.0, 10044.0, 10032.0, 10044.0, 10044.0, 10062.0, 10044.0, 10032.0, 10042.0, 10043.0, 10041.0, 10031.0, 10043.0, 10050.0, 10031.0, 10028.0, 10050.0, 10057.0, 10031.0, 10043.0, 10044.0, 10042.0, 10038.0, 10032.0, 10043.0, 10045.0, 10046.0, 10045.0, 10028.0, 10042.0, 10045.0, 10029.0, 10041.0, 10032.0, 10043.0, 10030.0, 10028.0, 10047.0, 10042.0, 10044.0, 10042.0, 10028.0, 10052.0, 10040.0, 10031.0, 10046.0, 10050.0, 10044.0, 10049.0, 10049.0, 10045.0, 10046.0, 10045.0, 10042.0, 10043.0, 10046.0, 10045.0, 10029.0, 10047.0, 10046.0, 10044.0, 10048.0, 10028.0, 10047.0, 10060.0, 10042.0, 10040.0, 10041.0, 10043.0, 10046.0, 10032.0, 10027.0, 10046.0, 10047.0, 10036.0, 10041.0, 10048.0, 10028.0, 10027.0, 10040.0, 10045.0, 10044.0, 10046.0, 10053.0, 10053.0, 10035.0, 10068.0, 10067.0, 10052.0, 10047.0, 10056.0, 10051.0, 10043.0, 10049.0, 10035.0, 10026.0, 10027.0, 10037.0, 10044.0, 10030.0, 10027.0, 10045.0, 10044.0, 10045.0, 10030.0, 10029.0, 10045.0, 10043.0, 10029.0, 10028.0, 10046.0, 10066.0, 10045.0, 10030.0, 10029.0, 10044.0, 10043.0, 10047.0, 10050.0, 10058.0, 10034.0, 10032.0, 10028.0, 10031.0, 10040.0, 10047.0, 10028.0, 10022.0, 10038.0, 10007.0, 10026.0, 10040.0, 10046.0, 10025.0, 10024.0, 10027.0, 10042.0, 10037.0, 10025.0, 10033.0, 10049.0, 10027.0, 10026.0, 10032.0, 10027.0, 10040.0, 10045.0, 10030.0, 10041.0, 10030.0, 10041.0, 10052.0, 10040.0, 10046.0, 10045.0, 10044.0, 10032.0, 10043.0, 10046.0, 10051.0, 10044.0, 10045.0, 10044.0, 10029.0, 10036.0, 10035.0, 10043.0, 10047.0, 10043.0, 10064.0, 10030.0, 10045.0, 10057.0, 10033.0, 10058.0, 10046.0, 10049.0, 10030.0, 10038.0, 10045.0, 10036.0, 10044.0, 10046.0, 10055.0, 10035.0, 10045.0, 10035.0, 10033.0, 10041.0, 10045.0, 10032.0, 10026.0, 10027.0, 10042.0, 10024.0, 10040.0, 10033.0, 10040.0, 10013.0, 10023.0, 10022.0, 10035.0, 10041.0, 10054.0, 10021.0, 10021.0, 10010.0, 10024.0, 10020.0, 10038.0, 10025.0, 10022.0, 10032.0, 10043.0, 10040.0, 10025.0, 10043.0, 10039.0, 10024.0, 10011.0, 10020.0, 10021.0, 10020.0, 10019.0, 10025.0, 10030.0, 10022.0, 10033.0, 10019.0, 10010.0, 10019.0, 10026.0, 10021.0, 10018.0, 10006.0, 10003.0, 10021.0, 10019.0, 10022.0, 10009.0, 10017.0, 10018.0, 10025.0, 10025.0, 10026.0, 10025.0, 10030.0, 10023.0, 10024.0, 10040.0, 10029.0, 10028.0, 10024.0, 10025.0, 10038.0, 10027.0, 10026.0, 10032.0, 10022.0, 10023.0, 10022.0, 10010.0, 10022.0, 10022.0, 10027.0, 10024.0, 10026.0, 10037.0, 10022.0, 10039.0, 10028.0, 10044.0, 10034.0, 10059.0, 10028.0, 10040.0, 10028.0, 10043.0, 10041.0, 10041.0, 10043.0, 10046.0, 10042.0, 10024.0, 10011.0, 10021.0, 10029.0, 10043.0, 10043.0, 10043.0, 10027.0, 10047.0, 10032.0, 10033.0, 10047.0, 10049.0, 10046.0, 10041.0, 10027.0, 10030.0, 10029.0, 10037.0, 10029.0, 10045.0, 10024.0, 10039.0, 10017.0, 10028.0, 10039.0, 10039.0, 10044.0, 10047.0, 10050.0, 10045.0, 10037.0, 10025.0, 10039.0, 10049.0, 10042.0, 10037.0, 10044.0, 10024.0, 10026.0, 10044.0, 10026.0, 10046.0, 10043.0, 10029.0, 10028.0, 10032.0, 10043.0, 10044.0, 10051.0, 10044.0, 10031.0, 10023.0, 10030.0, 10041.0, 10045.0, 10030.0, 10049.0, 10033.0, 10029.0, 10049.0, 10048.0, 10035.0, 10033.0, 10045.0, 10040.0, 10031.0, 10012.0, 10031.0, 10043.0, 10040.0, 10043.0, 10019.0, 10026.0, 10039.0, 10023.0, 10034.0, 10027.0, 10021.0, 10030.0, 10007.0, 10025.0, 10022.0, 10029.0, 10039.0, 10045.0, 10041.0, 10032.0, 10034.0, 10044.0, 10044.0, 10058.0, 10042.0, 10046.0, 10027.0, 10004.0, 10015.0, 10017.0, 10019.0, 10009.0, 10016.0, 10016.0, 10020.0, 10025.0, 10007.0, 10023.0, 10026.0, 10020.0, 10003.0, 10017.0, 10018.0, 10022.0, 10036.0, 10024.0, 10021.0, 10016.0, 10027.0, 10027.0, 10025.0, 10022.0, 10019.0, 10020.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.0003433040614709111</td></tr>
<tr><td colspan=3>aqi</td><td>0.02003227980241493</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.6124393675275</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1502959639999983</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9714317076153843</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>6195.9946</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06722016235280347</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43907793633369924</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4118165531162457</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.320849671939359</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.702500026476469</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.212099960932909</td></tr>
<tr><td colspan=3>gcor</td><td>0.00792215</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018063277006149292</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025173218920826912</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9810780966401405</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.3451</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0598</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5364</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>826.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.4082</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3701</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.6367</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3812.1464</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.2581</td></tr>
<tr><td colspan=3>tsnr</td><td>42.2002700115554</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>