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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-02/func/sub-0124_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>246fb89856b0a413ba3c204e47c532c6</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>20:49:0.185000</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.99653, 0.0385368, 0.0737784, -0.0469951, 0.992069, 0.116577]</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0970023</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7794, -7205, 392, -93, -85, 7, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.082</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>01583fa0-7d86-44f0-ae6f-8c8530533e5c||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.673616647720337, -0.1260843724012375, 0.18549208343029022, 114.38056182861328], [-0.10339134186506271, 2.661649227142334, 0.3230268657207489, -107.12200164794922], [0.19794201850891113, -0.31276729702949524, 2.6741814613342285, -53.06496047973633], [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': ['204900.185000', '204900.645000', '204901.105000', '204901.565000', '204902.025000', '204902.485000', '204902.945000', '204903.405000', '204903.865000', '204904.325000', '204904.785000', '204905.245000', '204905.705000', '204906.165000', '204906.625000', '204907.085000', '204907.545000', '204908.005000', '204908.465000', '204908.925000', '204909.385000', '204909.845000', '204910.305000', '204910.765000', '204911.225000', '204911.685000', '204912.145000', '204912.605000', '204913.065000', '204913.525000', '204913.985000', '204914.445000', '204914.905000', '204915.365000', '204915.825000', '204916.285000', '204916.745000', '204917.205000', '204917.665000', '204918.125000', '204918.585000', '204919.045000', '204919.505000', '204919.965000', '204920.425000', '204920.885000', '204921.345000', '204921.805000', '204922.265000', '204922.725000', '204923.185000', '204923.645000', '204924.105000', '204924.565000', '204925.025000', '204925.485000', '204925.945000', '204926.405000', '204926.865000', '204927.325000', '204927.785000', '204928.245000', '204928.705000', '204929.165000', '204929.625000', '204930.085000', '204930.545000', '204931.005000', '204931.465000', '204931.925000', '204932.385000', '204932.845000', '204933.305000', '204933.765000', '204934.225000', '204934.685000', '204935.145000', '204935.605000', '204936.065000', '204936.525000', '204936.985000', '204937.445000', '204937.905000', '204938.365000', '204938.825000', '204939.285000', '204939.745000', '204940.205000', '204940.665000', '204941.125000', '204941.585000', '204942.045000', '204942.505000', '204942.965000', '204943.425000', '204943.885000', '204944.345000', '204944.805000', '204945.265000', '204945.725000', '204946.185000', '204946.645000', '204947.105000', '204947.565000', '204948.025000', '204948.485000', '204948.945000', '204949.405000', '204949.865000', '204950.325000', '204950.785000', '204951.245000', '204951.705000', '204952.165000', '204952.625000', '204953.085000', '204953.545000', '204954.005000', '204954.465000', '204954.925000', '204955.385000', '204955.845000', '204956.305000', '204956.765000', '204957.225000', '204957.685000', '204958.145000', '204958.605000', '204959.065000', '204959.525000', '204959.985000', '205000.445000', '205000.905000', '205001.365000', '205001.825000', '205002.285000', '205002.745000', '205003.205000', '205003.665000', '205004.125000', '205004.585000', '205005.045000', '205005.505000', '205005.965000', '205006.425000', '205006.885000', '205007.345000', '205007.805000', '205008.265000', '205008.725000', '205009.185000', '205009.645000', '205010.105000', '205010.565000', '205011.025000', '205011.485000', '205011.945000', '205012.405000', '205012.865000', '205013.325000', '205013.785000', '205014.245000', '205014.705000', '205015.165000', '205015.625000', '205016.085000', '205016.545000', '205017.005000', '205017.465000', '205017.925000', '205018.385000', '205018.845000', '205019.305000', '205019.765000', '205020.225000', '205020.685000', '205021.145000', '205021.605000', '205022.065000', '205022.525000', '205022.985000', '205023.445000', '205023.905000', '205024.365000', '205024.825000', '205025.285000', '205025.745000', '205026.205000', '205026.665000', '205027.125000', '205027.585000', '205028.045000', '205028.505000', '205028.965000', '205029.425000', '205029.885000', '205030.345000', '205030.805000', '205031.265000', '205031.725000', '205032.185000', '205032.645000', '205033.105000', '205033.565000', '205034.025000', '205034.485000', '205034.945000', '205035.405000', '205035.865000', '205036.325000', '205036.785000', '205037.245000', '205037.705000', '205038.165000', '205038.625000', '205039.085000', '205039.545000', '205040.005000', '205040.465000', '205040.925000', '205041.385000', '205041.845000', '205042.305000', '205042.765000', '205043.225000', '205043.685000', '205044.145000', '205044.605000', '205045.065000', '205045.525000', '205045.985000', '205046.445000', '205046.905000', '205047.365000', '205047.825000', '205048.285000', '205048.745000', '205049.205000', '205049.665000', '205050.125000', '205050.585000', '205051.045000', '205051.505000', '205051.965000', '205052.425000', '205052.885000', '205053.345000', '205053.805000', '205054.265000', '205054.725000', '205055.185000', '205055.645000', '205056.105000', '205056.565000', '205057.025000', '205057.485000', '205057.945000', '205058.405000', '205058.865000', '205059.325000', '205059.785000', '205100.245000', '205100.705000', '205101.165000', '205101.625000', '205102.085000', '205102.545000', '205103.005000', '205103.465000', '205103.925000', '205104.385000', '205104.845000', '205105.305000', '205105.765000', '205106.225000', '205106.685000', '205107.145000', '205107.605000', '205108.065000', '205108.525000', '205108.985000', '205109.445000', '205109.905000', '205110.365000', '205110.825000', '205111.285000', '205111.745000', '205112.205000', '205112.665000', '205113.125000', '205113.585000', '205114.045000', '205114.505000', '205114.965000', '205115.425000', '205115.885000', '205116.345000', '205116.805000', '205117.265000', '205117.725000', '205118.185000', '205118.645000', '205119.105000', '205119.565000', '205120.025000', '205120.485000', '205120.945000', '205121.405000', '205121.865000', '205122.325000', '205122.785000', '205123.245000', '205123.705000', '205124.165000', '205124.625000', '205125.085000', '205125.545000', '205126.005000', '205126.465000', '205126.925000', '205127.385000', '205127.845000', '205128.305000', '205128.765000', '205129.225000', '205129.685000', '205130.145000', '205130.605000', '205131.065000', '205131.525000', '205131.985000', '205132.445000', '205132.905000', '205133.365000', '205133.825000', '205134.285000', '205134.745000', '205135.205000', '205135.665000', '205136.125000', '205136.585000', '205137.045000', '205137.505000', '205137.965000', '205138.425000', '205138.885000', '205139.345000', '205139.805000', '205140.265000', '205140.725000', '205141.185000', '205141.645000', '205142.105000', '205142.565000', '205143.025000', '205143.485000', '205143.945000', '205144.405000', '205144.865000', '205145.325000', '205145.785000', '205146.245000', '205146.705000', '205147.165000', '205147.625000', '205148.085000', '205148.545000', '205149.005000', '205149.465000', '205149.925000', '205150.385000', '205150.845000', '205151.305000', '205151.765000', '205152.225000', '205152.685000', '205153.145000', '205153.605000', '205154.065000', '205154.525000', '205154.985000', '205155.445000', '205155.905000', '205156.365000', '205156.825000', '205157.285000', '205157.745000', '205158.205000', '205158.665000', '205159.125000', '205159.585000', '205200.045000', '205200.505000', '205200.965000', '205201.425000', '205201.885000', '205202.345000', '205202.805000', '205203.265000', '205203.725000', '205204.185000', '205204.645000', '205205.105000', '205205.565000', '205206.025000', '205206.485000', '205206.945000', '205207.405000', '205207.865000', '205208.325000', '205208.785000', '205209.245000', '205209.705000', '205210.165000', '205210.625000', '205211.085000', '205211.545000', '205212.005000', '205212.465000', '205212.925000', '205213.385000', '205213.845000', '205214.305000', '205214.765000', '205215.225000', '205215.685000', '205216.145000', '205216.605000', '205217.065000', '205217.525000', '205217.985000', '205218.445000', '205218.905000', '205219.365000', '205219.825000', '205220.285000', '205220.745000', '205221.205000', '205221.665000', '205222.125000', '205222.585000', '205223.045000', '205223.505000', '205223.965000', '205224.425000', '205224.885000', '205225.345000', '205225.805000', '205226.265000', '205226.725000', '205227.185000', '205227.645000', '205228.105000', '205228.565000', '205229.025000', '205229.485000', '205229.945000', '205230.405000', '205230.865000', '205231.325000', '205231.785000', '205232.245000', '205232.705000', '205233.165000', '205233.625000', '205234.085000', '205234.545000', '205235.005000', '205235.465000', '205235.925000', '205236.385000', '205236.845000', '205237.305000', '205237.765000', '205238.225000', '205238.685000', '205239.145000', '205239.605000', '205240.065000', '205240.525000', '205240.985000', '205241.445000', '205241.905000', '205242.365000', '205242.825000', '205243.285000', '205243.745000', '205244.205000', '205244.665000', '205245.125000', '205245.585000', '205246.045000', '205246.505000', '205246.965000', '205247.425000', '205247.885000', '205248.345000', '205248.805000', '205249.265000', '205249.725000', '205250.185000', '205250.645000', '205251.105000', '205251.565000', '205252.025000', '205252.485000', '205252.945000', '205253.405000', '205253.865000', '205254.325000', '205254.785000', '205255.245000', '205255.705000', '205256.165000', '205256.625000', '205257.085000', '205257.545000', '205258.005000', '205258.465000', '205258.925000', '205259.385000', '205259.845000', '205300.305000', '205300.765000', '205301.225000', '205301.685000', '205302.145000', '205302.605000', '205303.065000', '205303.525000', '205303.985000', '205304.445000', '205304.905000', '205305.365000', '205305.825000', '205306.285000', '205306.745000', '205307.205000', '205307.665000', '205308.125000', '205308.585000', '205309.045000', '205309.505000', '205309.965000', '205310.425000', '205310.885000', '205311.345000', '205311.805000', '205312.265000', '205312.725000', '205313.185000', '205313.645000', '205314.105000', '205314.565000', '205315.025000', '205315.485000', '205315.945000', '205316.405000', '205316.865000', '205317.325000', '205317.785000', '205318.245000', '205318.705000', '205319.165000', '205319.625000', '205320.085000', '205320.545000', '205321.005000', '205321.465000', '205321.925000', '205322.385000', '205322.845000', '205323.305000', '205323.765000', '205324.225000', '205324.685000', '205325.145000', '205325.605000', '205326.065000', '205326.525000', '205326.985000', '205327.445000', '205327.905000', '205328.365000', '205328.825000', '205329.285000', '205329.745000', '205330.205000', '205330.665000', '205331.125000', '205331.585000', '205332.045000', '205332.505000', '205332.965000', '205333.425000', '205333.885000', '205334.345000', '205334.805000', '205335.265000', '205335.725000', '205336.185000', '205336.645000', '205337.105000', '205337.565000', '205338.025000', '205338.485000', '205338.945000', '205339.405000', '205339.865000', '205340.325000', '205340.785000', '205341.245000', '205341.705000', '205342.165000', '205342.625000', '205343.085000', '205343.545000', '205344.005000', '205344.465000', '205344.925000', '205345.385000', '205345.845000', '205346.305000', '205346.765000', '205347.225000', '205347.685000', '205348.145000', '205348.605000', '205349.065000', '205349.525000', '205349.985000', '205350.445000', '205350.905000', '205351.365000', '205351.825000', '205352.285000', '205352.745000', '205353.205000', '205353.665000', '205354.125000', '205354.585000', '205355.045000', '205355.505000', '205355.965000', '205356.425000', '205356.885000', '205357.345000', '205357.805000', '205358.265000', '205358.725000', '205359.185000', '205359.645000', '205400.105000', '205400.565000', '205401.025000', '205401.485000', '205401.945000', '205402.405000', '205402.865000', '205403.325000', '205403.785000', '205404.245000', '205404.705000', '205405.165000', '205405.625000', '205406.085000', '205406.545000', '205407.005000', '205407.465000', '205407.925000', '205408.385000', '205408.845000', '205409.305000', '205409.765000', '205410.225000', '205410.685000', '205411.145000', '205411.605000', '205412.065000', '205412.525000', '205412.985000', '205413.445000', '205413.905000', '205414.365000', '205414.825000', '205415.285000', '205415.745000', '205416.205000', '205416.665000', '205417.125000', '205417.585000', '205418.045000', '205418.505000', '205418.965000', '205419.425000', '205419.885000', '205420.345000', '205420.805000', '205421.265000', '205421.725000', '205422.185000', '205422.645000', '205423.105000', '205423.565000', '205424.025000', '205424.485000', '205424.945000', '205425.405000', '205425.865000', '205426.325000', '205426.785000', '205427.245000', '205427.705000', '205428.165000', '205428.625000', '205429.085000', '205429.545000', '205430.005000', '205430.465000', '205430.925000', '205431.385000', '205431.845000', '205432.305000', '205432.765000', '205433.225000', '205433.685000', '205434.145000', '205434.605000', '205435.065000', '205435.525000', '205435.985000', '205436.445000', '205436.905000', '205437.365000', '205437.825000', '205438.285000', '205438.745000', '205439.205000', '205439.665000', '205440.125000', '205440.585000', '205441.045000', '205441.505000', '205441.965000', '205442.425000', '205442.885000', '205443.345000', '205443.805000', '205444.265000', '205444.725000', '205445.185000', '205445.645000', '205446.105000', '205446.565000', '205447.025000', '205447.485000', '205447.945000', '205448.405000', '205448.865000', '205449.325000', '205449.785000', '205450.245000', '205450.705000', '205451.165000', '205451.625000', '205452.085000', '205452.545000', '205453.005000', '205453.465000', '205453.925000', '205454.385000', '205454.845000', '205455.305000', '205455.765000', '205456.225000', '205456.685000', '205457.145000', '205457.605000', '205458.065000', '205458.525000', '205458.985000', '205459.445000', '205459.905000', '205500.365000', '205500.825000', '205501.285000', '205501.745000', '205502.205000', '205502.665000', '205503.125000', '205503.585000', '205504.045000', '205504.505000', '205504.965000', '205505.425000', '205505.885000', '205506.345000', '205506.805000', '205507.265000', '205507.725000', '205508.185000', '205508.645000', '205509.105000', '205509.565000', '205510.025000', '205510.485000', '205510.945000', '205511.405000', '205511.865000', '205512.325000', '205512.785000', '205513.245000', '205513.705000', '205514.165000', '205514.625000', '205515.085000', '205515.545000', '205516.005000', '205516.465000', '205516.925000', '205517.385000', '205517.845000', '205518.305000', '205518.765000', '205519.225000', '205519.685000', '205520.145000', '205520.605000', '205521.065000', '205521.525000', '205521.985000', '205522.445000', '205522.905000', '205523.365000', '205523.825000', '205524.285000', '205524.745000', '205525.205000', '205525.665000', '205526.125000', '205526.585000', '205527.045000', '205527.505000', '205527.965000', '205528.425000', '205528.885000', '205529.345000', '205529.805000', '205530.265000', '205530.725000', '205531.185000', '205531.645000', '205532.105000', '205532.565000', '205533.025000', '205533.485000', '205533.945000', '205534.405000', '205534.865000', '205535.325000', '205535.785000', '205536.245000', '205536.705000', '205537.165000', '205537.625000', '205538.085000', '205538.545000', '205539.005000', '205539.465000', '205539.925000', '205540.385000', '205540.845000', '205541.305000', '205541.765000', '205542.225000', '205542.685000', '205543.145000', '205543.605000', '205544.065000', '205544.525000', '205544.985000', '205545.445000', '205545.905000', '205546.365000', '205546.825000', '205547.285000', '205547.745000', '205548.205000', '205548.665000', '205549.125000', '205549.585000', '205550.045000', '205550.505000', '205550.965000', '205551.425000', '205551.885000', '205552.345000', '205552.805000', '205553.265000', '205553.725000', '205554.185000', '205554.645000', '205555.105000', '205555.565000', '205556.025000', '205556.485000', '205556.945000', '205557.405000', '205557.865000', '205558.325000', '205558.785000', '205559.245000', '205559.705000', '205600.165000'], 'ContentTime': ['204928.691000', '204928.694000', '204928.697000', '204928.700000', '204928.702000', '204928.705000', '204928.708000', '204928.729000', '204928.732000', '204928.734000', '204928.737000', '204928.739000', '204928.742000', '204928.745000', '204928.747000', '204928.750000', '204928.752000', '204928.755000', '204928.757000', '204928.760000', '204928.762000', '204928.765000', '204928.767000', '204928.770000', '204928.773000', '204928.775000', '204928.778000', '204928.803000', '204928.806000', '204928.809000', '204928.811000', '204928.814000', '204928.816000', '204928.819000', '204928.821000', '204928.824000', '204928.827000', '204928.830000', '204928.833000', '204928.836000', '204928.861000', '204928.863000', '204928.866000', '204928.868000', '204928.871000', '204928.874000', '204928.876000', '204928.879000', '204928.881000', '204928.884000', '204928.886000', '204928.889000', '204928.892000', '204928.894000', '204928.897000', '204928.899000', '204928.902000', '204928.904000', '204928.912000', '204928.914000', '204948.663000', '204948.667000', '204948.670000', '204948.672000', '204948.675000', '204948.677000', '204948.680000', '204948.683000', '204948.685000', '204948.694000', '204948.696000', '204948.699000', '204948.702000', '204948.704000', '204948.707000', '204948.717000', '204948.720000', '204948.722000', '204948.725000', '204948.728000', '204948.730000', '204948.733000', '204948.735000', '204948.738000', '204948.741000', '204948.743000', '204948.746000', '204948.749000', '204948.751000', '204948.754000', '204948.756000', '204948.759000', '204948.762000', '204948.764000', '204948.767000', '204948.769000', '204948.772000', '204948.774000', '204948.777000', '204948.780000', '204948.782000', '204948.785000', '204948.788000', '204948.790000', '205008.662000', '205008.665000', '205008.668000', '205008.670000', '205008.673000', '205008.675000', '205008.678000', '205008.681000', '205008.683000', '205008.686000', '205008.688000', '205008.691000', '205008.693000', '205008.696000', '205008.699000', '205008.701000', '205008.704000', '205008.706000', '205008.709000', '205008.711000', '205008.714000', '205008.716000', '205008.719000', '205008.722000', '205008.724000', '205008.727000', '205008.729000', '205008.732000', '205008.734000', '205008.737000', '205008.739000', '205008.742000', '205008.744000', '205008.747000', '205008.750000', '205008.752000', '205008.755000', '205008.757000', '205008.760000', '205008.762000', '205008.765000', '205008.767000', '205008.770000', '205028.662000', '205028.665000', '205028.668000', '205028.671000', '205028.673000', '205028.676000', '205028.679000', '205028.681000', '205028.684000', '205028.686000', '205028.689000', '205028.691000', '205028.694000', '205028.697000', '205028.699000', '205028.702000', '205028.704000', '205028.707000', '205028.710000', '205028.712000', '205028.715000', '205028.717000', '205028.720000', '205028.722000', '205028.725000', '205028.728000', '205028.730000', '205028.733000', '205028.735000', '205028.738000', '205028.740000', '205028.743000', '205028.745000', '205028.748000', '205028.751000', '205028.753000', '205028.756000', '205028.758000', '205028.761000', '205028.763000', '205028.766000', '205028.769000', '205028.771000', '205048.663000', '205048.665000', '205048.668000', '205048.671000', '205048.673000', '205048.676000', '205048.678000', '205048.681000', '205048.683000', '205048.686000', '205048.689000', '205048.691000', '205048.694000', '205048.696000', '205048.699000', '205048.702000', '205048.704000', '205048.707000', '205048.709000', '205048.712000', '205048.714000', '205048.717000', '205048.720000', '205048.722000', '205048.725000', '205048.728000', '205048.731000', '205048.733000', '205048.736000', '205048.738000', '205048.741000', '205048.743000', '205048.746000', '205048.749000', '205048.751000', '205048.754000', '205048.757000', '205048.759000', '205048.762000', '205048.764000', '205048.767000', '205048.770000', '205048.772000', '205048.775000', '205108.662000', '205108.665000', '205108.668000', '205108.671000', '205108.685000', '205108.688000', '205108.691000', '205108.693000', '205108.696000', '205108.698000', '205108.702000', '205108.705000', '205108.707000', '205108.710000', '205108.712000', '205108.715000', '205108.717000', '205108.720000', '205108.723000', '205108.725000', '205108.734000', '205108.737000', '205108.739000', '205108.742000', '205108.744000', '205108.747000', '205108.750000', '205108.752000', '205108.755000', '205108.758000', '205108.760000', '205108.763000', '205108.765000', '205108.768000', '205108.771000', '205108.773000', '205108.776000', '205108.778000', '205108.781000', '205108.784000', '205108.786000', '205108.789000', '205108.792000', '205128.663000', '205128.666000', '205128.669000', '205128.671000', '205128.674000', '205128.677000', '205128.679000', '205128.682000', '205128.684000', '205128.687000', '205128.690000', '205128.692000', '205128.695000', '205128.697000', '205128.700000', '205128.702000', '205128.705000', '205128.708000', '205128.710000', '205128.713000', '205128.715000', '205128.718000', '205128.721000', '205128.723000', '205128.726000', '205128.729000', '205128.731000', '205128.734000', '205128.737000', '205128.739000', '205128.742000', '205128.744000', '205128.747000', '205128.750000', '205128.752000', '205128.755000', '205128.757000', '205128.760000', '205128.763000', '205128.765000', '205128.768000', '205128.770000', '205128.773000', '205128.775000', '205148.663000', '205148.666000', '205148.669000', '205148.672000', '205148.675000', '205148.677000', '205148.680000', '205148.682000', '205148.685000', '205148.687000', '205148.690000', '205148.693000', '205148.695000', '205148.698000', '205148.701000', '205148.704000', '205148.707000', '205148.710000', '205148.712000', '205148.715000', '205148.718000', '205148.720000', '205148.723000', '205148.725000', '205148.728000', '205148.731000', '205148.733000', '205148.736000', '205148.738000', '205148.741000', '205148.744000', '205148.746000', '205148.749000', '205148.752000', '205148.754000', '205148.757000', '205148.759000', '205148.762000', '205148.764000', '205148.767000', '205148.770000', '205148.772000', '205148.775000', '205208.663000', '205208.666000', '205208.668000', '205208.671000', '205208.673000', '205208.676000', '205208.678000', '205208.681000', '205208.684000', '205208.686000', '205208.689000', '205208.691000', '205208.694000', '205208.697000', '205208.699000', '205208.702000', '205208.704000', '205208.707000', '205208.709000', '205208.712000', '205208.715000', '205208.717000', '205208.720000', '205208.722000', '205208.725000', '205208.727000', '205208.730000', '205208.733000', '205208.735000', '205208.738000', '205208.741000', '205208.743000', '205208.746000', '205208.748000', '205208.751000', '205208.754000', '205208.756000', '205208.759000', '205208.761000', '205208.764000', '205208.766000', '205208.769000', '205208.772000', '205208.774000', '205228.663000', '205228.665000', '205228.668000', '205228.671000', '205228.673000', '205228.676000', '205228.678000', '205228.681000', '205228.699000', '205228.702000', '205228.705000', '205228.707000', '205228.710000', '205228.712000', '205228.715000', '205228.718000', '205228.721000', '205228.724000', '205228.726000', '205228.729000', '205228.731000', '205228.734000', '205228.737000', '205228.739000', '205228.743000', '205228.747000', '205228.749000', '205228.752000', '205228.755000', '205228.757000', '205228.760000', '205228.763000', '205228.765000', '205228.768000', '205228.770000', '205228.773000', '205228.775000', '205228.778000', '205228.781000', '205228.783000', '205228.786000', '205228.788000', '205228.791000', '205248.663000', '205248.665000', '205248.681000', '205248.684000', '205248.687000', '205248.689000', '205248.692000', '205248.695000', '205248.697000', '205248.700000', '205248.702000', '205248.705000', '205248.708000', '205248.710000', '205248.713000', '205248.715000', '205248.718000', '205248.721000', '205248.723000', '205248.726000', '205248.729000', '205248.731000', '205248.734000', '205248.736000', '205248.739000', '205248.741000', '205248.744000', '205248.747000', '205248.749000', '205248.752000', '205248.754000', '205248.757000', '205248.760000', '205248.762000', '205248.765000', '205248.767000', '205248.770000', '205248.772000', '205248.775000', '205248.777000', '205248.780000', '205248.783000', '205248.785000', '205248.788000', '205308.662000', '205308.665000', '205308.668000', '205308.671000', '205308.673000', '205308.676000', '205308.678000', '205308.681000', '205308.683000', '205308.686000', '205308.689000', '205308.691000', '205308.694000', '205308.696000', '205308.699000', '205308.702000', '205308.713000', '205308.715000', '205308.718000', '205308.721000', '205308.723000', '205308.726000', '205308.729000', '205308.732000', '205308.734000', '205308.737000', '205308.739000', '205308.742000', '205308.745000', '205308.747000', '205308.750000', '205308.752000', '205308.755000', '205308.758000', '205308.760000', '205308.763000', '205308.765000', '205308.768000', '205308.770000', '205308.773000', '205308.776000', '205308.778000', '205308.781000', '205328.662000', '205328.665000', '205328.668000', '205328.670000', '205328.673000', '205328.676000', '205328.678000', '205328.681000', '205328.683000', '205328.686000', '205328.688000', '205328.691000', '205328.694000', '205328.696000', '205328.699000', '205328.701000', '205328.704000', '205328.707000', '205328.709000', '205328.712000', '205328.714000', '205328.717000', '205328.720000', '205328.722000', '205328.725000', '205328.727000', '205328.730000', '205328.732000', '205328.735000', '205328.738000', '205328.740000', '205328.743000', '205328.745000', '205328.748000', '205328.751000', '205328.753000', '205328.756000', '205328.758000', '205328.761000', '205328.763000', '205328.766000', '205328.769000', '205328.771000', '205328.774000', '205348.663000', '205348.666000', '205348.669000', '205348.671000', '205348.674000', '205348.676000', '205348.679000', '205348.682000', '205348.684000', '205348.690000', '205348.693000', '205348.695000', '205348.698000', '205348.701000', '205348.704000', '205348.706000', '205348.709000', '205348.712000', '205348.714000', '205348.717000', '205348.719000', '205348.722000', '205348.725000', '205348.727000', '205348.731000', '205348.733000', '205348.736000', '205348.739000', '205348.742000', '205348.744000', '205348.747000', '205348.750000', '205348.752000', '205348.755000', '205348.757000', '205348.760000', '205348.763000', '205348.765000', '205348.768000', '205348.770000', '205348.773000', '205348.776000', '205348.778000', '205408.663000', '205408.666000', '205408.669000', '205408.671000', '205408.674000', '205408.677000', '205408.679000', '205408.682000', '205408.684000', '205408.687000', '205408.690000', '205408.692000', '205408.695000', '205408.698000', '205408.700000', '205408.703000', '205408.705000', '205408.708000', '205408.711000', '205408.713000', '205408.716000', '205408.718000', '205408.721000', '205408.724000', '205408.726000', '205408.729000', '205408.731000', '205408.771000', '205408.774000', '205408.777000', '205408.779000', '205408.782000', '205408.784000', '205408.787000', '205408.790000', '205408.792000', '205408.795000', '205408.798000', '205408.800000', '205408.803000', '205408.805000', '205408.808000', '205408.811000', '205408.813000', '205428.663000', '205428.665000', '205428.668000', '205428.671000', '205428.673000', '205428.676000', '205428.678000', '205428.681000', '205428.683000', '205428.686000', '205428.689000', '205428.691000', '205428.694000', '205428.696000', '205428.699000', '205428.702000', '205428.704000', '205428.707000', '205428.709000', '205428.712000', '205428.715000', '205428.717000', '205428.720000', '205428.722000', '205428.725000', '205428.727000', '205428.730000', '205428.733000', '205428.736000', '205428.738000', '205428.741000', '205428.744000', '205428.746000', '205428.749000', '205428.752000', '205428.754000', '205428.757000', '205428.759000', '205428.762000', '205428.765000', '205428.768000', '205428.770000', '205428.773000', '205448.663000', '205448.665000', '205448.668000', '205448.671000', '205448.673000', '205448.676000', '205448.678000', '205448.681000', '205448.683000', '205448.686000', '205448.689000', '205448.691000', '205448.694000', '205448.696000', '205448.699000', '205448.702000', '205448.704000', '205448.707000', '205448.711000', '205448.714000', '205448.717000', '205448.719000', '205448.722000', '205448.725000', '205448.727000', '205448.730000', '205448.733000', '205448.735000', '205448.738000', '205448.740000', '205448.743000', '205448.745000', '205448.748000', '205448.751000', '205448.753000', '205448.756000', '205448.758000', '205448.761000', '205448.764000', '205448.766000', '205448.769000', '205448.772000', '205448.774000', '205448.777000', '205508.662000', '205508.665000', '205508.668000', '205508.670000', '205508.673000', '205508.676000', '205508.678000', '205508.681000', '205508.683000', '205508.686000', '205508.689000', '205508.691000', '205508.694000', '205508.696000', '205508.699000', '205508.701000', '205508.704000', '205508.707000', '205508.709000', '205508.712000', '205508.714000', '205508.717000', '205508.719000', '205508.722000', '205508.725000', '205508.727000', '205508.730000', '205508.732000', '205508.735000', '205508.738000', '205508.740000', '205508.743000', '205508.745000', '205508.748000', '205508.751000', '205508.753000', '205508.756000', '205508.759000', '205508.761000', '205508.764000', '205508.767000', '205508.769000', '205508.772000', '205528.662000', '205528.665000', '205528.668000', '205528.671000', '205528.673000', '205528.676000', '205528.678000', '205528.681000', '205528.683000', '205528.686000', '205528.689000', '205528.691000', '205528.694000', '205528.696000', '205528.699000', '205528.702000', '205528.704000', '205528.707000', '205528.709000', '205528.712000', '205528.714000', '205528.717000', '205528.720000', '205528.722000', '205528.725000', '205528.728000', '205528.730000', '205528.733000', '205528.735000', '205528.738000', '205528.741000', '205528.743000', '205528.746000', '205528.748000', '205528.751000', '205528.754000', '205528.756000', '205528.759000', '205528.792000', '205528.795000', '205528.797000', '205528.800000', '205528.802000', '205528.805000', '205548.662000', '205548.665000', '205548.668000', '205548.670000', '205548.673000', '205548.676000', '205548.678000', '205548.681000', '205548.683000', '205548.686000', '205548.689000', '205548.691000', '205548.694000', '205548.696000', '205548.699000', '205548.701000', '205548.704000', '205548.707000', '205548.709000', '205548.712000', '205548.714000', '205548.717000', '205548.720000', '205548.722000', '205548.725000', '205548.727000', '205548.730000', '205548.733000', '205548.736000', '205548.738000', '205548.741000', '205548.743000', '205548.746000', '205548.749000', '205548.751000', '205548.754000', '205548.757000', '205548.759000', '205548.762000', '205548.764000', '205548.780000', '205548.782000', '205548.785000', '205601.229000', '205601.232000', '205601.234000', '205601.237000', '205601.240000', '205601.243000', '205601.246000', '205601.249000', '205601.252000', '205601.255000', '205601.257000', '205601.260000', '205601.263000', '205601.272000', '205601.275000', '205601.278000', '205601.281000', '205601.283000', '205601.286000', '205601.290000', '205601.292000', '205601.295000', '205601.298000', '205601.301000', '205601.304000', '205601.307000', '205601.310000', '205601.312000'], 'InstanceCreationTime': ['204928.691000', '204928.694000', '204928.697000', '204928.700000', '204928.702000', '204928.705000', '204928.708000', '204928.729000', '204928.732000', '204928.734000', '204928.737000', '204928.739000', '204928.742000', '204928.745000', '204928.747000', '204928.750000', '204928.752000', '204928.755000', '204928.757000', '204928.760000', '204928.762000', '204928.765000', '204928.767000', '204928.770000', '204928.773000', '204928.775000', '204928.778000', '204928.803000', '204928.806000', '204928.809000', '204928.811000', '204928.814000', '204928.816000', '204928.819000', '204928.821000', '204928.824000', '204928.827000', '204928.830000', '204928.833000', '204928.836000', '204928.861000', '204928.863000', '204928.866000', '204928.868000', '204928.871000', '204928.874000', '204928.876000', '204928.879000', '204928.881000', '204928.884000', '204928.886000', '204928.889000', '204928.892000', '204928.894000', '204928.897000', '204928.899000', '204928.902000', '204928.904000', '204928.912000', '204928.914000', '204948.663000', '204948.667000', '204948.670000', '204948.672000', '204948.675000', '204948.677000', '204948.680000', '204948.683000', '204948.685000', '204948.694000', '204948.696000', '204948.699000', '204948.702000', '204948.704000', '204948.707000', '204948.717000', '204948.720000', '204948.722000', '204948.725000', '204948.728000', '204948.730000', '204948.733000', '204948.735000', '204948.738000', '204948.741000', '204948.743000', '204948.746000', '204948.749000', '204948.751000', '204948.754000', '204948.756000', '204948.759000', '204948.762000', '204948.764000', '204948.767000', '204948.769000', '204948.772000', '204948.774000', '204948.777000', '204948.780000', '204948.782000', '204948.785000', '204948.788000', '204948.790000', '205008.662000', '205008.665000', '205008.668000', '205008.670000', '205008.673000', '205008.675000', '205008.678000', '205008.681000', '205008.683000', '205008.686000', '205008.688000', '205008.691000', '205008.693000', '205008.696000', '205008.699000', '205008.701000', '205008.704000', '205008.706000', '205008.709000', '205008.711000', '205008.714000', '205008.716000', '205008.719000', '205008.722000', '205008.724000', '205008.727000', '205008.729000', '205008.732000', '205008.734000', '205008.737000', '205008.739000', '205008.742000', '205008.744000', '205008.747000', '205008.750000', '205008.752000', '205008.755000', '205008.757000', '205008.760000', '205008.762000', '205008.765000', '205008.767000', '205008.770000', '205028.662000', '205028.665000', '205028.668000', '205028.671000', '205028.673000', '205028.676000', '205028.679000', '205028.681000', '205028.684000', '205028.686000', '205028.689000', '205028.691000', '205028.694000', '205028.697000', '205028.699000', '205028.702000', '205028.704000', '205028.707000', '205028.710000', '205028.712000', '205028.715000', '205028.717000', '205028.720000', '205028.722000', '205028.725000', '205028.728000', '205028.730000', '205028.733000', '205028.735000', '205028.738000', '205028.740000', '205028.743000', '205028.745000', '205028.748000', '205028.751000', '205028.753000', '205028.756000', '205028.758000', '205028.761000', '205028.763000', '205028.766000', '205028.769000', '205028.771000', '205048.663000', '205048.665000', '205048.668000', '205048.671000', '205048.673000', '205048.676000', '205048.678000', '205048.681000', '205048.683000', '205048.686000', '205048.689000', '205048.691000', '205048.694000', '205048.696000', '205048.699000', '205048.702000', '205048.704000', '205048.707000', '205048.709000', '205048.712000', '205048.714000', '205048.717000', '205048.720000', '205048.722000', '205048.725000', '205048.728000', '205048.731000', '205048.733000', '205048.736000', '205048.738000', '205048.741000', '205048.743000', '205048.746000', '205048.749000', '205048.751000', '205048.754000', '205048.757000', '205048.759000', '205048.762000', '205048.764000', '205048.767000', '205048.770000', '205048.772000', '205048.775000', '205108.662000', '205108.665000', '205108.668000', '205108.671000', '205108.685000', '205108.688000', '205108.691000', '205108.693000', '205108.696000', '205108.698000', '205108.702000', '205108.705000', '205108.707000', '205108.710000', '205108.712000', '205108.715000', '205108.717000', '205108.720000', '205108.723000', '205108.725000', '205108.734000', '205108.737000', '205108.739000', '205108.742000', '205108.744000', '205108.747000', '205108.750000', '205108.752000', '205108.755000', '205108.758000', '205108.760000', '205108.763000', '205108.765000', '205108.768000', '205108.771000', '205108.773000', '205108.776000', '205108.778000', '205108.781000', '205108.784000', '205108.786000', '205108.789000', '205108.792000', '205128.663000', '205128.666000', '205128.669000', '205128.671000', '205128.674000', '205128.677000', '205128.679000', '205128.682000', '205128.684000', '205128.687000', '205128.690000', '205128.692000', '205128.695000', '205128.697000', '205128.700000', '205128.702000', '205128.705000', '205128.708000', '205128.710000', '205128.713000', '205128.715000', '205128.718000', '205128.721000', '205128.723000', '205128.726000', '205128.729000', '205128.731000', '205128.734000', '205128.737000', '205128.739000', '205128.742000', '205128.744000', '205128.747000', '205128.750000', '205128.752000', '205128.755000', '205128.757000', '205128.760000', '205128.763000', '205128.765000', '205128.768000', '205128.770000', '205128.773000', '205128.775000', '205148.663000', '205148.666000', '205148.669000', '205148.672000', '205148.675000', '205148.677000', '205148.680000', '205148.682000', '205148.685000', '205148.687000', '205148.690000', '205148.693000', '205148.695000', '205148.698000', '205148.701000', '205148.704000', '205148.707000', '205148.710000', '205148.712000', '205148.715000', '205148.718000', '205148.720000', '205148.723000', '205148.725000', '205148.728000', '205148.731000', '205148.733000', '205148.736000', '205148.738000', '205148.741000', '205148.744000', '205148.746000', '205148.749000', '205148.752000', '205148.754000', '205148.757000', '205148.759000', '205148.762000', '205148.764000', '205148.767000', '205148.770000', '205148.772000', '205148.775000', '205208.663000', '205208.666000', '205208.668000', '205208.671000', '205208.673000', '205208.676000', '205208.678000', '205208.681000', '205208.684000', '205208.686000', '205208.689000', '205208.691000', '205208.694000', '205208.697000', '205208.699000', '205208.702000', '205208.704000', '205208.707000', '205208.709000', '205208.712000', '205208.715000', '205208.717000', '205208.720000', '205208.722000', '205208.725000', '205208.727000', '205208.730000', '205208.733000', '205208.735000', '205208.738000', '205208.741000', '205208.743000', '205208.746000', '205208.748000', '205208.751000', '205208.754000', '205208.756000', '205208.759000', '205208.761000', '205208.764000', '205208.766000', '205208.769000', '205208.772000', '205208.774000', '205228.663000', '205228.665000', '205228.668000', '205228.671000', '205228.673000', '205228.676000', '205228.678000', '205228.681000', '205228.699000', '205228.702000', '205228.705000', '205228.707000', '205228.710000', '205228.712000', '205228.715000', '205228.718000', '205228.721000', '205228.724000', '205228.726000', '205228.729000', '205228.731000', '205228.734000', '205228.737000', '205228.739000', '205228.743000', '205228.747000', '205228.749000', '205228.752000', '205228.755000', '205228.757000', '205228.760000', '205228.763000', '205228.765000', '205228.768000', '205228.770000', '205228.773000', '205228.775000', '205228.778000', '205228.781000', '205228.783000', '205228.786000', '205228.788000', '205228.791000', '205248.663000', '205248.665000', '205248.681000', '205248.684000', '205248.687000', '205248.689000', '205248.692000', '205248.695000', '205248.697000', '205248.700000', '205248.702000', '205248.705000', '205248.708000', '205248.710000', '205248.713000', '205248.715000', '205248.718000', '205248.721000', '205248.723000', '205248.726000', '205248.729000', '205248.731000', '205248.734000', '205248.736000', '205248.739000', '205248.741000', '205248.744000', '205248.747000', '205248.749000', '205248.752000', '205248.754000', '205248.757000', '205248.760000', '205248.762000', '205248.765000', '205248.767000', '205248.770000', '205248.772000', '205248.775000', '205248.777000', '205248.780000', '205248.783000', '205248.785000', '205248.788000', '205308.662000', '205308.665000', '205308.668000', '205308.671000', '205308.673000', '205308.676000', '205308.678000', '205308.681000', '205308.683000', '205308.686000', '205308.689000', '205308.691000', '205308.694000', '205308.696000', '205308.699000', '205308.702000', '205308.713000', '205308.715000', '205308.718000', '205308.721000', '205308.723000', '205308.726000', '205308.729000', '205308.732000', '205308.734000', '205308.737000', '205308.739000', '205308.742000', '205308.745000', '205308.747000', '205308.750000', '205308.752000', '205308.755000', '205308.758000', '205308.760000', '205308.763000', '205308.765000', '205308.768000', '205308.770000', '205308.773000', '205308.776000', '205308.778000', '205308.781000', '205328.662000', '205328.665000', '205328.668000', '205328.670000', '205328.673000', '205328.676000', '205328.678000', '205328.681000', '205328.683000', '205328.686000', '205328.688000', '205328.691000', '205328.694000', '205328.696000', '205328.699000', '205328.701000', '205328.704000', '205328.707000', '205328.709000', '205328.712000', '205328.714000', '205328.717000', '205328.720000', '205328.722000', '205328.725000', '205328.727000', '205328.730000', '205328.732000', '205328.735000', '205328.738000', '205328.740000', '205328.743000', '205328.745000', '205328.748000', '205328.751000', '205328.753000', '205328.756000', '205328.758000', '205328.761000', '205328.763000', '205328.766000', '205328.769000', '205328.771000', '205328.774000', '205348.663000', '205348.666000', '205348.669000', '205348.671000', '205348.674000', '205348.676000', '205348.679000', '205348.682000', '205348.684000', '205348.690000', '205348.693000', '205348.695000', '205348.698000', '205348.701000', '205348.704000', '205348.706000', '205348.709000', '205348.712000', '205348.714000', '205348.717000', '205348.719000', '205348.722000', '205348.725000', '205348.727000', '205348.731000', '205348.733000', '205348.736000', '205348.739000', '205348.742000', '205348.744000', '205348.747000', '205348.750000', '205348.752000', '205348.755000', '205348.757000', '205348.760000', '205348.763000', '205348.765000', '205348.768000', '205348.770000', '205348.773000', '205348.776000', '205348.778000', '205408.663000', '205408.666000', '205408.669000', '205408.671000', '205408.674000', '205408.677000', '205408.679000', '205408.682000', '205408.684000', '205408.687000', '205408.690000', '205408.692000', '205408.695000', '205408.698000', '205408.700000', '205408.703000', '205408.705000', '205408.708000', '205408.711000', '205408.713000', '205408.716000', '205408.718000', '205408.721000', '205408.724000', '205408.726000', '205408.729000', '205408.731000', '205408.771000', '205408.774000', '205408.777000', '205408.779000', '205408.782000', '205408.784000', '205408.787000', '205408.790000', '205408.792000', '205408.795000', '205408.798000', '205408.800000', '205408.803000', '205408.805000', '205408.808000', '205408.811000', '205408.813000', '205428.663000', '205428.665000', '205428.668000', '205428.671000', '205428.673000', '205428.676000', '205428.678000', '205428.681000', '205428.683000', '205428.686000', '205428.689000', '205428.691000', '205428.694000', '205428.696000', '205428.699000', '205428.702000', '205428.704000', '205428.707000', '205428.709000', '205428.712000', '205428.715000', '205428.717000', '205428.720000', '205428.722000', '205428.725000', '205428.727000', '205428.730000', '205428.733000', '205428.736000', '205428.738000', '205428.741000', '205428.744000', '205428.746000', '205428.749000', '205428.752000', '205428.754000', '205428.757000', '205428.759000', '205428.762000', '205428.765000', '205428.768000', '205428.770000', '205428.773000', '205448.663000', '205448.665000', '205448.668000', '205448.671000', '205448.673000', '205448.676000', '205448.678000', '205448.681000', '205448.683000', '205448.686000', '205448.689000', '205448.691000', '205448.694000', '205448.696000', '205448.699000', '205448.702000', '205448.704000', '205448.707000', '205448.711000', '205448.714000', '205448.717000', '205448.719000', '205448.722000', '205448.725000', '205448.727000', '205448.730000', '205448.733000', '205448.735000', '205448.738000', '205448.740000', '205448.743000', '205448.745000', '205448.748000', '205448.751000', '205448.753000', '205448.756000', '205448.758000', '205448.761000', '205448.764000', '205448.766000', '205448.769000', '205448.772000', '205448.774000', '205448.777000', '205508.662000', '205508.665000', '205508.668000', '205508.670000', '205508.673000', '205508.676000', '205508.678000', '205508.681000', '205508.683000', '205508.686000', '205508.689000', '205508.691000', '205508.694000', '205508.696000', '205508.699000', '205508.701000', '205508.704000', '205508.707000', '205508.709000', '205508.712000', '205508.714000', '205508.717000', '205508.719000', '205508.722000', '205508.725000', '205508.727000', '205508.730000', '205508.732000', '205508.735000', '205508.738000', '205508.740000', '205508.743000', '205508.745000', '205508.748000', '205508.751000', '205508.753000', '205508.756000', '205508.759000', '205508.761000', '205508.764000', '205508.767000', '205508.769000', '205508.772000', '205528.662000', '205528.665000', '205528.668000', '205528.671000', '205528.673000', '205528.676000', '205528.678000', '205528.681000', '205528.683000', '205528.686000', '205528.689000', '205528.691000', '205528.694000', '205528.696000', '205528.699000', '205528.702000', '205528.704000', '205528.707000', '205528.709000', '205528.712000', '205528.714000', '205528.717000', '205528.720000', '205528.722000', '205528.725000', '205528.728000', '205528.730000', '205528.733000', '205528.735000', '205528.738000', '205528.741000', '205528.743000', '205528.746000', '205528.748000', '205528.751000', '205528.754000', '205528.756000', '205528.759000', '205528.792000', '205528.795000', '205528.797000', '205528.800000', '205528.802000', '205528.805000', '205548.662000', '205548.665000', '205548.668000', '205548.670000', '205548.673000', '205548.676000', '205548.678000', '205548.681000', '205548.683000', '205548.686000', '205548.689000', '205548.691000', '205548.694000', '205548.696000', '205548.699000', '205548.701000', '205548.704000', '205548.707000', '205548.709000', '205548.712000', '205548.714000', '205548.717000', '205548.720000', '205548.722000', '205548.725000', '205548.727000', '205548.730000', '205548.733000', '205548.736000', '205548.738000', '205548.741000', '205548.743000', '205548.746000', '205548.749000', '205548.751000', '205548.754000', '205548.757000', '205548.759000', '205548.762000', '205548.764000', '205548.780000', '205548.782000', '205548.785000', '205601.229000', '205601.232000', '205601.234000', '205601.237000', '205601.240000', '205601.243000', '205601.246000', '205601.249000', '205601.252000', '205601.255000', '205601.257000', '205601.260000', '205601.263000', '205601.272000', '205601.275000', '205601.278000', '205601.281000', '205601.283000', '205601.286000', '205601.290000', '205601.292000', '205601.295000', '205601.298000', '205601.301000', '205601.304000', '205601.307000', '205601.310000', '205601.312000'], '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': [11048, 14873, 11975, 14823, 10296, 14549, 9989, 14576, 11207, 12231, 10538, 8861, 11478, 10020, 13049, 8276, 12138, 8372, 12060, 9539, 12753, 8011, 11675, 7880, 12228, 8927, 12587, 8189, 13149, 8102, 12660, 9385, 12135, 8755, 12270, 10109, 12997, 10903, 13337, 9967, 12179, 11056, 11593, 12103, 8969, 11953, 8764, 13563, 9847, 14734, 8701, 13709, 9352, 13811, 10158, 13163, 9370, 12768, 10280, 13591, 10790, 13438, 9167, 13960, 10982, 15156, 11413, 13613, 10213, 14386, 11779, 12889, 10903, 13750, 10553, 15025, 11244, 12630, 9606, 13791, 10735, 14107, 10665, 11300, 9879, 12384, 10642, 13363, 10813, 8926, 10224, 11396, 11418, 11900, 10974, 9133, 10928, 8292, 12210, 9477, 12699, 8116, 12341, 8837, 13317, 10324, 13273, 9936, 13212, 10069, 14040, 11801, 13920, 10005, 14148, 10091, 14341, 11419, 13833, 10060, 13287, 10327, 13826, 11273, 8889, 10570, 8533, 11774, 10414, 12482, 8746, 12172, 7911, 13108, 9271, 13071, 9207, 12599, 9461, 13682, 11169, 13182, 9633, 13989, 10121, 14209, 11209, 13994, 10031, 12664, 10943, 12388, 11764, 9233, 11356, 8868, 12248, 9410, 13353, 8207, 12048, 9459, 13349, 11311, 13436, 9602, 13692, 9942, 14164, 11197, 12845, 10369, 12260, 10866, 12532, 12043, 8943, 11225, 8618, 12249, 9879, 13428, 8015, 12228, 8577, 12863, 10166, 13555, 9589, 13184, 9937, 13824, 10950, 13479, 9447, 13299, 10559, 13739, 11105, 9007, 10782, 8985, 12448, 9507, 12782, 8394, 13570, 8375, 13631, 9764, 12866, 9041, 12426, 9204, 13323, 9845, 13037, 9133, 12533, 10081, 13402, 10890, 13266, 9321, 13905, 10609, 15530, 11536, 10669, 10304, 10792, 11912, 10927, 12120, 9054, 12224, 7973, 13417, 9376, 13314, 9850, 13069, 9875, 13845, 11468, 13536, 10114, 13702, 9846, 14009, 10599, 12572, 9823, 12379, 10665, 12118, 11054, 9204, 10718, 7954, 12191, 9173, 12795, 9001, 12605, 9432, 13561, 11466, 13487, 9828, 13954, 10388, 14693, 11253, 14387, 9711, 13178, 11386, 11106, 11361, 8947, 11803, 8462, 12975, 9552, 12674, 9431, 12579, 10077, 13883, 11264, 14557, 10194, 12645, 10527, 11553, 12119, 8885, 11852, 7925, 13277, 9248, 13388, 10141, 12980, 9865, 13935, 10398, 13805, 10232, 11690, 10242, 10754, 11818, 9599, 12345, 8241, 12865, 8214, 13344, 9324, 13143, 8053, 12188, 8593, 13783, 9187, 13575, 8146, 12911, 9094, 13560, 9441, 12839, 9370, 13403, 10986, 13189, 9482, 10078, 10172, 13233, 11696, 9227, 10813, 11176, 11846, 11767, 12030, 8253, 11826, 8848, 13751, 10468, 13497, 9977, 13816, 10219, 14231, 11886, 13675, 9763, 14041, 10187, 14232, 10895, 9034, 10679, 8567, 11656, 10434, 12192, 8824, 11510, 8041, 13420, 9401, 12868, 9190, 11554, 9468, 13409, 9086, 12625, 7711, 13764, 8088, 13558, 9378, 12505, 9271, 12259, 9957, 13436, 11115, 13245, 9531, 13643, 9851, 14221, 10921, 8888, 10695, 8712, 11418, 9715, 12782, 8408, 12278, 8548, 12858, 10713, 12487, 9216, 11863, 8673, 12897, 9743, 13066, 8225, 13481, 7924, 12824, 9006, 13187, 8264, 11953, 8029, 13116, 9263, 13041, 8453, 12242, 8875, 13362, 10076, 12216, 7880, 11640, 9154, 13036, 10961, 13002, 9236, 13309, 10144, 14271, 10766, 8979, 10701, 8071, 12206, 9575, 12905, 8740, 12811, 8918, 13821, 10124, 13773, 9744, 13482, 9875, 14095, 11220, 13604, 9403, 13400, 9480, 13711, 10411, 13001, 9047, 13389, 9401, 13857, 10581, 13788, 9410, 14093, 9515, 14365, 11624, 14190, 9623, 12328, 10796, 11990, 11140, 9064, 12427, 7866, 13696, 9600, 12900, 9755, 13361, 9722, 14688, 11136, 15119, 10018, 14593, 9963, 14708, 10992, 14718, 9827, 13316, 9712, 14864, 10864, 13897, 9825, 14290, 10052, 14622, 11249, 14367, 9533, 14474, 10208, 14635, 10949, 8986, 10026, 8093, 11904, 9300, 12979, 9184, 13057, 9488, 13680, 10587, 13104, 9694, 13911, 9924, 14407, 11684, 13843, 9437, 14100, 9613, 14451, 11160, 13769, 9313, 13412, 10012, 13953, 10746, 9212, 10163, 9343, 12228, 10999, 12092, 9500, 11712, 9524, 13529, 10222, 13217, 8298, 12243, 9125, 13833, 11046, 13486, 9664, 13811, 10016, 14506, 11637, 9262, 10287, 8783, 12711, 10264, 12752, 8378, 12257, 8767, 13949, 9953, 13530, 9776, 13641, 10542, 14495, 11798, 14120, 9807, 12581, 10818, 10498, 11192, 7926, 11405, 9369, 13650, 11226, 14694, 9666, 13511, 10346, 15375, 11883, 9044, 11002, 9037, 12646, 10661, 12432, 9202, 12102, 7968, 13490, 9758, 13301, 9530, 14160, 10229, 15044, 11632, 10605, 10165, 9063, 11859, 9714, 13366, 8892, 12925, 9467, 14380, 11746, 14091, 9865, 13471, 10871, 13541, 11346, 9080, 11757, 9456, 14011, 9424, 8360, 12499, 12745, 8581, 12479, 9164, 15323, 12352, 15417, 10634, 11155, 12604, 13567, 12203, 9565, 12844, 8255, 14366, 10004, 13304, 9634, 13495, 9998, 14285, 11581, 13185, 9549, 9761, 10141, 12090, 11361, 9125, 11389, 7865, 12322, 9317, 13601, 9831, 13805, 9429, 14196, 10875, 14303, 10557, 11932, 10042, 9801, 11801, 10846, 12175, 9134, 12207, 9037, 14375, 11451, 15254, 9801, 14898, 10543, 15321, 12440, 14350, 9677, 12620, 10588, 13410, 11285, 9570, 12608, 8216, 13307, 9233, 13117, 9241, 13013, 9629, 14405, 11443, 10194, 9704, 9006, 12145, 9697, 13050, 8709, 13252, 9124, 14447, 10753, 14250, 9931, 10280, 10212, 10321, 13850, 8435, 12642, 8052, 13619, 9336, 13614, 9174, 13731, 9621, 14396, 11163, 15043, 12238, 15297, 9543, 14831, 10171, 15560, 11208, 9588, 9755, 9083, 12069, 8971, 12785, 8421, 12580, 9421, 14149, 11469, 13567, 9770, 8876, 9836, 10183, 12243, 8744, 12830, 8515, 13564, 10527, 14784, 11435, 10010, 9746, 9657, 11949, 12380, 11644, 9496, 11627, 9772, 13370, 10835, 12128, 9519, 11832, 9259, 12357, 9807, 13236, 8444, 11922, 7986, 12497, 9118, 12814, 8905, 12847, 9139, 13802, 11091, 12967, 8983, 14268, 9765, 15929, 11789, 12062, 9958, 13774, 10960, 16591, 12326, 9508, 10066, 9307, 11519, 9355, 13297, 8418, 12155, 9145, 14238, 11107, 14085, 10446, 9280, 11398, 8534, 14643, 9709, 13584, 9519, 14392, 11620, 15675, 11341, 12786, 9547, 12432, 10929, 10675, 11080, 8605, 12728, 8457, 13519, 10514, 13568, 9197, 13065, 10252, 13064, 11929, 9127, 11930, 8542, 14108, 11117, 14083, 10348, 9291, 12814, 8529, 13401, 10935, 9308, 11652, 12112, 8061, 15308, 12092, 16181, 10515, 16136, 12617, 16941, 12929, 9242, 12136, 8942, 13984, 9732, 13476, 9028, 12675, 9699, 14334, 10692, 12304, 9942, 9178, 13430, 8532, 13006, 9338, 13246, 9129, 13958], 'WindowCenter': [4710.0, 4712.0, 4680.0, 4685.0, 4643.0, 4668.0, 4631.0, 4669.0, 4639.0, 4649.0, 4627.0, 4607.0, 4650.0, 4629.0, 4648.0, 4598.0, 4648.0, 4606.0, 4648.0, 4617.0, 4648.0, 4597.0, 4637.0, 4608.0, 4650.0, 4618.0, 4648.0, 4608.0, 4657.0, 4609.0, 4659.0, 4619.0, 4647.0, 4608.0, 4647.0, 4640.0, 4658.0, 4640.0, 4658.0, 4629.0, 4648.0, 4651.0, 4650.0, 4661.0, 4618.0, 4651.0, 4620.0, 4661.0, 4629.0, 4669.0, 4606.0, 4656.0, 4618.0, 4657.0, 4627.0, 4646.0, 4617.0, 4647.0, 4640.0, 4658.0, 4641.0, 4658.0, 4629.0, 4668.0, 4651.0, 4669.0, 4650.0, 4657.0, 4628.0, 4656.0, 4650.0, 4646.0, 4637.0, 4644.0, 4627.0, 4655.0, 4636.0, 4634.0, 4615.0, 4644.0, 4637.0, 4655.0, 4635.0, 4635.0, 4627.0, 4644.0, 4638.0, 4655.0, 4638.0, 4603.0, 4625.0, 4635.0, 4637.0, 4636.0, 4637.0, 4616.0, 4637.0, 4608.0, 4649.0, 4627.0, 4647.0, 4597.0, 4646.0, 4617.0, 4657.0, 4627.0, 4646.0, 4626.0, 4644.0, 4627.0, 4656.0, 4647.0, 4655.0, 4625.0, 4654.0, 4625.0, 4654.0, 4638.0, 4655.0, 4626.0, 4641.0, 4626.0, 4655.0, 4636.0, 4606.0, 4627.0, 4605.0, 4646.0, 4624.0, 4647.0, 4606.0, 4646.0, 4596.0, 4658.0, 4617.0, 4656.0, 4617.0, 4645.0, 4627.0, 4657.0, 4637.0, 4656.0, 4628.0, 4656.0, 4638.0, 4655.0, 4649.0, 4656.0, 4626.0, 4645.0, 4638.0, 4646.0, 4648.0, 4615.0, 4635.0, 4605.0, 4648.0, 4616.0, 4656.0, 4606.0, 4645.0, 4628.0, 4658.0, 4638.0, 4656.0, 4628.0, 4654.0, 4638.0, 4657.0, 4639.0, 4646.0, 4627.0, 4647.0, 4638.0, 4645.0, 4648.0, 4605.0, 4636.0, 4605.0, 4648.0, 4614.0, 4656.0, 4595.0, 4636.0, 4606.0, 4646.0, 4627.0, 4644.0, 4626.0, 4645.0, 4626.0, 4656.0, 4638.0, 4655.0, 4627.0, 4656.0, 4639.0, 4657.0, 4650.0, 4616.0, 4638.0, 4618.0, 4658.0, 4629.0, 4659.0, 4607.0, 4658.0, 4606.0, 4659.0, 4627.0, 4647.0, 4605.0, 4645.0, 4627.0, 4656.0, 4627.0, 4646.0, 4618.0, 4646.0, 4638.0, 4657.0, 4638.0, 4657.0, 4618.0, 4657.0, 4640.0, 4669.0, 4648.0, 4637.0, 4626.0, 4636.0, 4647.0, 4635.0, 4647.0, 4606.0, 4646.0, 4597.0, 4657.0, 4616.0, 4654.0, 4626.0, 4645.0, 4627.0, 4656.0, 4637.0, 4646.0, 4626.0, 4654.0, 4627.0, 4656.0, 4627.0, 4644.0, 4626.0, 4644.0, 4637.0, 4646.0, 4637.0, 4616.0, 4638.0, 4607.0, 4648.0, 4618.0, 4659.0, 4617.0, 4647.0, 4629.0, 4657.0, 4649.0, 4656.0, 4629.0, 4656.0, 4638.0, 4657.0, 4638.0, 4654.0, 4617.0, 4656.0, 4648.0, 4637.0, 4637.0, 4606.0, 4646.0, 4608.0, 4655.0, 4627.0, 4645.0, 4617.0, 4645.0, 4627.0, 4656.0, 4637.0, 4655.0, 4628.0, 4645.0, 4638.0, 4636.0, 4646.0, 4606.0, 4636.0, 4596.0, 4656.0, 4618.0, 4656.0, 4626.0, 4645.0, 4626.0, 4656.0, 4638.0, 4657.0, 4627.0, 4646.0, 4628.0, 4638.0, 4649.0, 4628.0, 4647.0, 4607.0, 4658.0, 4611.0, 4659.0, 4619.0, 4658.0, 4597.0, 4648.0, 4618.0, 4659.0, 4617.0, 4657.0, 4596.0, 4647.0, 4617.0, 4656.0, 4617.0, 4644.0, 4617.0, 4656.0, 4637.0, 4657.0, 4629.0, 4628.0, 4641.0, 4660.0, 4660.0, 4618.0, 4638.0, 4638.0, 4649.0, 4638.0, 4648.0, 4607.0, 4645.0, 4618.0, 4656.0, 4638.0, 4646.0, 4627.0, 4655.0, 4628.0, 4656.0, 4647.0, 4655.0, 4616.0, 4654.0, 4627.0, 4656.0, 4637.0, 4617.0, 4639.0, 4618.0, 4650.0, 4638.0, 4659.0, 4619.0, 4649.0, 4610.0, 4660.0, 4619.0, 4649.0, 4617.0, 4636.0, 4617.0, 4653.0, 4606.0, 4646.0, 4587.0, 4656.0, 4597.0, 4658.0, 4617.0, 4645.0, 4616.0, 4646.0, 4629.0, 4657.0, 4639.0, 4644.0, 4617.0, 4655.0, 4629.0, 4655.0, 4638.0, 4617.0, 4638.0, 4618.0, 4650.0, 4629.0, 4659.0, 4609.0, 4660.0, 4618.0, 4659.0, 4638.0, 4650.0, 4618.0, 4648.0, 4607.0, 4648.0, 4618.0, 4646.0, 4595.0, 4656.0, 4596.0, 4656.0, 4608.0, 4648.0, 4595.0, 4636.0, 4597.0, 4647.0, 4615.0, 4646.0, 4595.0, 4635.0, 4604.0, 4644.0, 4615.0, 4635.0, 4594.0, 4633.0, 4617.0, 4645.0, 4638.0, 4645.0, 4617.0, 4656.0, 4638.0, 4667.0, 4639.0, 4618.0, 4637.0, 4608.0, 4660.0, 4627.0, 4658.0, 4608.0, 4648.0, 4617.0, 4657.0, 4626.0, 4656.0, 4615.0, 4645.0, 4628.0, 4655.0, 4637.0, 4645.0, 4616.0, 4645.0, 4629.0, 4657.0, 4637.0, 4646.0, 4618.0, 4656.0, 4619.0, 4657.0, 4639.0, 4657.0, 4618.0, 4656.0, 4629.0, 4657.0, 4638.0, 4656.0, 4617.0, 4646.0, 4637.0, 4635.0, 4639.0, 4617.0, 4647.0, 4609.0, 4669.0, 4629.0, 4658.0, 4628.0, 4656.0, 4628.0, 4668.0, 4651.0, 4667.0, 4628.0, 4657.0, 4628.0, 4657.0, 4638.0, 4656.0, 4627.0, 4645.0, 4629.0, 4666.0, 4639.0, 4657.0, 4628.0, 4655.0, 4630.0, 4657.0, 4637.0, 4656.0, 4616.0, 4656.0, 4628.0, 4655.0, 4636.0, 4606.0, 4627.0, 4607.0, 4648.0, 4619.0, 4658.0, 4629.0, 4657.0, 4631.0, 4658.0, 4639.0, 4657.0, 4628.0, 4657.0, 4629.0, 4656.0, 4648.0, 4656.0, 4617.0, 4656.0, 4628.0, 4657.0, 4638.0, 4656.0, 4618.0, 4656.0, 4640.0, 4668.0, 4650.0, 4619.0, 4639.0, 4629.0, 4661.0, 4640.0, 4650.0, 4628.0, 4649.0, 4628.0, 4658.0, 4626.0, 4647.0, 4597.0, 4646.0, 4628.0, 4657.0, 4639.0, 4657.0, 4618.0, 4657.0, 4630.0, 4666.0, 4648.0, 4618.0, 4639.0, 4607.0, 4660.0, 4629.0, 4659.0, 4609.0, 4647.0, 4619.0, 4658.0, 4628.0, 4646.0, 4626.0, 4645.0, 4638.0, 4656.0, 4637.0, 4644.0, 4625.0, 4644.0, 4636.0, 4627.0, 4636.0, 4598.0, 4647.0, 4631.0, 4669.0, 4650.0, 4669.0, 4630.0, 4658.0, 4640.0, 4669.0, 4648.0, 4608.0, 4638.0, 4617.0, 4647.0, 4628.0, 4647.0, 4616.0, 4645.0, 4598.0, 4656.0, 4618.0, 4656.0, 4616.0, 4655.0, 4638.0, 4667.0, 4639.0, 4625.0, 4627.0, 4606.0, 4647.0, 4616.0, 4657.0, 4606.0, 4644.0, 4617.0, 4655.0, 4637.0, 4645.0, 4616.0, 4644.0, 4637.0, 4645.0, 4635.0, 4606.0, 4636.0, 4628.0, 4658.0, 4619.0, 4610.0, 4660.0, 4671.0, 4633.0, 4672.0, 4646.0, 4682.0, 4661.0, 4671.0, 4640.0, 4638.0, 4659.0, 4658.0, 4639.0, 4616.0, 4635.0, 4595.0, 4656.0, 4616.0, 4643.0, 4615.0, 4641.0, 4627.0, 4655.0, 4637.0, 4645.0, 4617.0, 4616.0, 4627.0, 4647.0, 4637.0, 4617.0, 4647.0, 4607.0, 4657.0, 4619.0, 4659.0, 4629.0, 4657.0, 4619.0, 4656.0, 4638.0, 4656.0, 4635.0, 4636.0, 4628.0, 4629.0, 4650.0, 4641.0, 4649.0, 4618.0, 4647.0, 4620.0, 4669.0, 4649.0, 4668.0, 4629.0, 4656.0, 4638.0, 4656.0, 4647.0, 4655.0, 4616.0, 4635.0, 4638.0, 4646.0, 4637.0, 4616.0, 4645.0, 4597.0, 4658.0, 4618.0, 4647.0, 4617.0, 4655.0, 4631.0, 4668.0, 4639.0, 4627.0, 4629.0, 4618.0, 4650.0, 4629.0, 4659.0, 4608.0, 4646.0, 4618.0, 4658.0, 4626.0, 4657.0, 4628.0, 4626.0, 4628.0, 4627.0, 4659.0, 4607.0, 4646.0, 4597.0, 4658.0, 4619.0, 4657.0, 4618.0, 4655.0, 4618.0, 4656.0, 4639.0, 4656.0, 4647.0, 4655.0, 4615.0, 4654.0, 4627.0, 4654.0, 4627.0, 4615.0, 4616.0, 4606.0, 4646.0, 4607.0, 4645.0, 4597.0, 4645.0, 4617.0, 4656.0, 4638.0, 4655.0, 4626.0, 4607.0, 4628.0, 4629.0, 4649.0, 4608.0, 4649.0, 4608.0, 4657.0, 4639.0, 4668.0, 4650.0, 4628.0, 4629.0, 4618.0, 4649.0, 4648.0, 4637.0, 4617.0, 4637.0, 4616.0, 4658.0, 4626.0, 4635.0, 4604.0, 4635.0, 4604.0, 4646.0, 4614.0, 4645.0, 4595.0, 4635.0, 4597.0, 4646.0, 4616.0, 4646.0, 4618.0, 4646.0, 4628.0, 4658.0, 4639.0, 4657.0, 4619.0, 4667.0, 4641.0, 4668.0, 4650.0, 4647.0, 4628.0, 4656.0, 4639.0, 4666.0, 4647.0, 4614.0, 4615.0, 4606.0, 4637.0, 4616.0, 4657.0, 4597.0, 4645.0, 4618.0, 4667.0, 4650.0, 4658.0, 4639.0, 4616.0, 4649.0, 4620.0, 4669.0, 4617.0, 4647.0, 4617.0, 4654.0, 4638.0, 4656.0, 4636.0, 4645.0, 4616.0, 4645.0, 4637.0, 4626.0, 4636.0, 4605.0, 4645.0, 4607.0, 4656.0, 4627.0, 4646.0, 4617.0, 4645.0, 4628.0, 4646.0, 4638.0, 4616.0, 4636.0, 4607.0, 4657.0, 4639.0, 4657.0, 4629.0, 4616.0, 4658.0, 4619.0, 4671.0, 4641.0, 4629.0, 4650.0, 4660.0, 4625.0, 4684.0, 4662.0, 4680.0, 4641.0, 4669.0, 4650.0, 4668.0, 4647.0, 4603.0, 4635.0, 4595.0, 4644.0, 4603.0, 4633.0, 4591.0, 4632.0, 4604.0, 4643.0, 4626.0, 4635.0, 4616.0, 4616.0, 4657.0, 4620.0, 4659.0, 4620.0, 4657.0, 4620.0, 4669.0], 'WindowWidth': [10310.0, 10295.0, 10242.0, 10239.0, 10177.0, 10201.0, 10154.0, 10202.0, 10161.0, 10171.0, 10141.0, 10114.0, 10175.0, 10146.0, 10169.0, 10101.0, 10169.0, 10111.0, 10171.0, 10126.0, 10171.0, 10099.0, 10155.0, 10117.0, 10177.0, 10131.0, 10169.0, 10116.0, 10182.0, 10120.0, 10188.0, 10133.0, 10167.0, 10117.0, 10166.0, 10163.0, 10183.0, 10164.0, 10183.0, 10148.0, 10171.0, 10181.0, 10178.0, 10193.0, 10131.0, 10178.0, 10137.0, 10195.0, 10146.0, 10200.0, 10110.0, 10178.0, 10130.0, 10181.0, 10139.0, 10162.0, 10126.0, 10167.0, 10165.0, 10186.0, 10166.0, 10186.0, 10147.0, 10200.0, 10179.0, 10203.0, 10177.0, 10182.0, 10144.0, 10180.0, 10175.0, 10165.0, 10152.0, 10158.0, 10139.0, 10175.0, 10152.0, 10143.0, 10121.0, 10160.0, 10154.0, 10177.0, 10151.0, 10148.0, 10141.0, 10161.0, 10159.0, 10177.0, 10156.0, 10106.0, 10137.0, 10148.0, 10156.0, 10152.0, 10154.0, 10125.0, 10153.0, 10116.0, 10175.0, 10142.0, 10169.0, 10102.0, 10165.0, 10128.0, 10183.0, 10141.0, 10166.0, 10139.0, 10160.0, 10141.0, 10180.0, 10168.0, 10175.0, 10135.0, 10172.0, 10137.0, 10173.0, 10158.0, 10174.0, 10137.0, 10153.0, 10139.0, 10177.0, 10155.0, 10110.0, 10140.0, 10109.0, 10166.0, 10135.0, 10167.0, 10110.0, 10165.0, 10097.0, 10184.0, 10128.0, 10180.0, 10128.0, 10164.0, 10142.0, 10182.0, 10157.0, 10180.0, 10144.0, 10180.0, 10160.0, 10179.0, 10175.0, 10179.0, 10139.0, 10161.0, 10157.0, 10164.0, 10169.0, 10121.0, 10149.0, 10108.0, 10170.0, 10125.0, 10179.0, 10112.0, 10162.0, 10144.0, 10185.0, 10159.0, 10181.0, 10144.0, 10175.0, 10160.0, 10183.0, 10161.0, 10164.0, 10142.0, 10166.0, 10158.0, 10162.0, 10171.0, 10109.0, 10150.0, 10107.0, 10169.0, 10120.0, 10181.0, 10095.0, 10150.0, 10111.0, 10167.0, 10140.0, 10161.0, 10139.0, 10161.0, 10141.0, 10178.0, 10157.0, 10178.0, 10142.0, 10179.0, 10161.0, 10183.0, 10177.0, 10127.0, 10158.0, 10132.0, 10188.0, 10147.0, 10189.0, 10114.0, 10184.0, 10112.0, 10187.0, 10141.0, 10167.0, 10109.0, 10161.0, 10143.0, 10180.0, 10143.0, 10164.0, 10131.0, 10167.0, 10161.0, 10183.0, 10160.0, 10182.0, 10133.0, 10184.0, 10166.0, 10202.0, 10173.0, 10154.0, 10140.0, 10152.0, 10170.0, 10151.0, 10170.0, 10110.0, 10165.0, 10101.0, 10183.0, 10126.0, 10175.0, 10138.0, 10160.0, 10141.0, 10179.0, 10156.0, 10165.0, 10138.0, 10173.0, 10141.0, 10179.0, 10140.0, 10159.0, 10138.0, 10160.0, 10156.0, 10165.0, 10157.0, 10127.0, 10159.0, 10115.0, 10173.0, 10132.0, 10188.0, 10129.0, 10167.0, 10148.0, 10183.0, 10176.0, 10180.0, 10147.0, 10181.0, 10160.0, 10183.0, 10159.0, 10175.0, 10127.0, 10181.0, 10173.0, 10155.0, 10154.0, 10112.0, 10166.0, 10117.0, 10179.0, 10141.0, 10163.0, 10129.0, 10163.0, 10144.0, 10181.0, 10157.0, 10177.0, 10143.0, 10161.0, 10157.0, 10151.0, 10167.0, 10112.0, 10154.0, 10097.0, 10181.0, 10129.0, 10180.0, 10139.0, 10162.0, 10139.0, 10181.0, 10160.0, 10184.0, 10143.0, 10167.0, 10144.0, 10159.0, 10175.0, 10145.0, 10171.0, 10114.0, 10185.0, 10126.0, 10191.0, 10134.0, 10187.0, 10101.0, 10172.0, 10132.0, 10189.0, 10128.0, 10182.0, 10098.0, 10168.0, 10128.0, 10179.0, 10127.0, 10160.0, 10130.0, 10180.0, 10156.0, 10181.0, 10149.0, 10146.0, 10167.0, 10190.0, 10192.0, 10132.0, 10158.0, 10158.0, 10175.0, 10157.0, 10171.0, 10115.0, 10163.0, 10132.0, 10182.0, 10158.0, 10166.0, 10140.0, 10175.0, 10146.0, 10178.0, 10169.0, 10176.0, 10124.0, 10174.0, 10143.0, 10179.0, 10155.0, 10127.0, 10160.0, 10132.0, 10180.0, 10160.0, 10189.0, 10134.0, 10176.0, 10125.0, 10192.0, 10134.0, 10173.0, 10126.0, 10150.0, 10128.0, 10174.0, 10111.0, 10164.0, 10086.0, 10178.0, 10102.0, 10184.0, 10128.0, 10163.0, 10126.0, 10164.0, 10149.0, 10182.0, 10160.0, 10159.0, 10127.0, 10176.0, 10147.0, 10179.0, 10158.0, 10128.0, 10159.0, 10133.0, 10181.0, 10148.0, 10192.0, 10121.0, 10192.0, 10133.0, 10191.0, 10159.0, 10178.0, 10130.0, 10169.0, 10112.0, 10170.0, 10127.0, 10166.0, 10095.0, 10179.0, 10098.0, 10180.0, 10116.0, 10171.0, 10095.0, 10151.0, 10099.0, 10168.0, 10121.0, 10163.0, 10092.0, 10146.0, 10104.0, 10159.0, 10119.0, 10150.0, 10094.0, 10142.0, 10128.0, 10163.0, 10158.0, 10163.0, 10129.0, 10180.0, 10161.0, 10197.0, 10160.0, 10132.0, 10158.0, 10119.0, 10191.0, 10144.0, 10186.0, 10115.0, 10169.0, 10127.0, 10181.0, 10138.0, 10176.0, 10124.0, 10160.0, 10145.0, 10175.0, 10153.0, 10160.0, 10123.0, 10160.0, 10146.0, 10181.0, 10156.0, 10165.0, 10130.0, 10180.0, 10133.0, 10182.0, 10159.0, 10180.0, 10129.0, 10179.0, 10148.0, 10182.0, 10158.0, 10178.0, 10128.0, 10166.0, 10157.0, 10151.0, 10158.0, 10126.0, 10170.0, 10120.0, 10202.0, 10147.0, 10184.0, 10144.0, 10180.0, 10146.0, 10200.0, 10180.0, 10196.0, 10145.0, 10181.0, 10145.0, 10184.0, 10159.0, 10180.0, 10141.0, 10163.0, 10147.0, 10194.0, 10160.0, 10180.0, 10144.0, 10178.0, 10150.0, 10181.0, 10157.0, 10177.0, 10125.0, 10179.0, 10145.0, 10175.0, 10153.0, 10111.0, 10140.0, 10117.0, 10173.0, 10134.0, 10183.0, 10148.0, 10182.0, 10154.0, 10186.0, 10162.0, 10182.0, 10145.0, 10180.0, 10146.0, 10179.0, 10171.0, 10177.0, 10128.0, 10177.0, 10143.0, 10181.0, 10158.0, 10180.0, 10131.0, 10181.0, 10164.0, 10199.0, 10178.0, 10133.0, 10162.0, 10149.0, 10195.0, 10164.0, 10177.0, 10145.0, 10173.0, 10145.0, 10185.0, 10140.0, 10169.0, 10100.0, 10164.0, 10146.0, 10183.0, 10161.0, 10180.0, 10131.0, 10181.0, 10151.0, 10195.0, 10174.0, 10130.0, 10160.0, 10116.0, 10191.0, 10147.0, 10188.0, 10120.0, 10167.0, 10133.0, 10186.0, 10145.0, 10165.0, 10138.0, 10161.0, 10158.0, 10177.0, 10154.0, 10159.0, 10134.0, 10159.0, 10153.0, 10140.0, 10153.0, 10105.0, 10170.0, 10154.0, 10204.0, 10181.0, 10202.0, 10151.0, 10185.0, 10167.0, 10201.0, 10174.0, 10116.0, 10156.0, 10129.0, 10171.0, 10142.0, 10169.0, 10122.0, 10163.0, 10104.0, 10182.0, 10131.0, 10178.0, 10126.0, 10176.0, 10158.0, 10195.0, 10160.0, 10135.0, 10139.0, 10109.0, 10169.0, 10125.0, 10181.0, 10109.0, 10159.0, 10126.0, 10177.0, 10153.0, 10160.0, 10124.0, 10158.0, 10154.0, 10161.0, 10150.0, 10111.0, 10151.0, 10143.0, 10184.0, 10134.0, 10123.0, 10193.0, 10210.0, 10160.0, 10213.0, 10181.0, 10225.0, 10197.0, 10207.0, 10164.0, 10158.0, 10190.0, 10185.0, 10159.0, 10122.0, 10148.0, 10096.0, 10178.0, 10122.0, 10156.0, 10121.0, 10153.0, 10142.0, 10175.0, 10155.0, 10161.0, 10127.0, 10123.0, 10143.0, 10167.0, 10155.0, 10127.0, 10168.0, 10116.0, 10184.0, 10135.0, 10187.0, 10148.0, 10182.0, 10134.0, 10180.0, 10159.0, 10179.0, 10150.0, 10153.0, 10145.0, 10147.0, 10178.0, 10166.0, 10175.0, 10131.0, 10169.0, 10138.0, 10202.0, 10176.0, 10198.0, 10145.0, 10178.0, 10158.0, 10179.0, 10167.0, 10174.0, 10124.0, 10146.0, 10156.0, 10164.0, 10154.0, 10123.0, 10162.0, 10101.0, 10185.0, 10130.0, 10167.0, 10129.0, 10177.0, 10153.0, 10197.0, 10161.0, 10142.0, 10145.0, 10132.0, 10178.0, 10146.0, 10189.0, 10117.0, 10166.0, 10130.0, 10185.0, 10139.0, 10180.0, 10143.0, 10138.0, 10143.0, 10141.0, 10190.0, 10115.0, 10168.0, 10101.0, 10186.0, 10134.0, 10184.0, 10131.0, 10176.0, 10129.0, 10179.0, 10160.0, 10179.0, 10169.0, 10174.0, 10120.0, 10172.0, 10140.0, 10174.0, 10139.0, 10120.0, 10123.0, 10109.0, 10167.0, 10113.0, 10164.0, 10098.0, 10161.0, 10126.0, 10179.0, 10157.0, 10177.0, 10140.0, 10113.0, 10145.0, 10147.0, 10174.0, 10118.0, 10172.0, 10118.0, 10182.0, 10163.0, 10198.0, 10176.0, 10143.0, 10146.0, 10130.0, 10176.0, 10170.0, 10155.0, 10125.0, 10155.0, 10123.0, 10183.0, 10136.0, 10149.0, 10104.0, 10146.0, 10104.0, 10164.0, 10118.0, 10163.0, 10093.0, 10146.0, 10100.0, 10166.0, 10125.0, 10166.0, 10130.0, 10165.0, 10145.0, 10185.0, 10162.0, 10182.0, 10134.0, 10196.0, 10167.0, 10201.0, 10177.0, 10169.0, 10144.0, 10179.0, 10160.0, 10194.0, 10168.0, 10118.0, 10120.0, 10109.0, 10154.0, 10125.0, 10180.0, 10100.0, 10163.0, 10131.0, 10195.0, 10176.0, 10187.0, 10161.0, 10127.0, 10173.0, 10135.0, 10203.0, 10129.0, 10166.0, 10126.0, 10174.0, 10158.0, 10178.0, 10152.0, 10160.0, 10123.0, 10163.0, 10154.0, 10138.0, 10150.0, 10108.0, 10161.0, 10113.0, 10178.0, 10140.0, 10163.0, 10126.0, 10162.0, 10144.0, 10166.0, 10156.0, 10124.0, 10151.0, 10115.0, 10182.0, 10161.0, 10183.0, 10147.0, 10127.0, 10187.0, 10135.0, 10207.0, 10167.0, 10149.0, 10180.0, 10194.0, 10153.0, 10232.0, 10200.0, 10219.0, 10166.0, 10200.0, 10177.0, 10198.0, 10167.0, 10103.0, 10146.0, 10091.0, 10159.0, 10100.0, 10139.0, 10082.0, 10136.0, 10105.0, 10155.0, 10136.0, 10147.0, 10125.0, 10124.0, 10183.0, 10136.0, 10188.0, 10136.0, 10182.0, 10135.0, 10201.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.00023232967032967033</td></tr>
<tr><td colspan=3>aqi</td><td>0.016141577582417584</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.46847428841585</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2174020554785472</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9891804286468653</td></tr>
<tr><td colspan=3>efc</td><td>0.4632</td></tr>
<tr><td colspan=3>fber</td><td>7163.0054</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08558300959047196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.087912087912088</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4866231991487155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3854544885808786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7511632980435192</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3232518108217484</td></tr>
<tr><td colspan=3>gcor</td><td>0.0057513</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008738125674426556</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022618519142270088</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8290469836709127</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>33.2585</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4604</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.2481</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.0885</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0715</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.2217</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3834.5183</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.5768</td></tr>
<tr><td colspan=3>tsnr</td><td>48.224040382076055</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>