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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-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-03_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-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-02/func/sub-0124_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>09ac5a7f6705e9eed2af4916689961c0</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:56:43.587500</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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>69ac7ef5-c8e6-4aa2-99ae-9e6e5eb6527d||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': ['205643.587500', '205644.047500', '205644.507500', '205644.967500', '205645.427500', '205645.887500', '205646.347500', '205646.807500', '205647.267500', '205647.727500', '205648.187500', '205648.647500', '205649.107500', '205649.567500', '205650.027500', '205650.487500', '205650.947500', '205651.407500', '205651.867500', '205652.327500', '205652.787500', '205653.247500', '205653.707500', '205654.167500', '205654.627500', '205655.087500', '205655.547500', '205656.007500', '205656.467500', '205656.927500', '205657.387500', '205657.847500', '205658.307500', '205658.767500', '205659.227500', '205659.687500', '205700.147500', '205700.607500', '205701.067500', '205701.527500', '205701.987500', '205702.447500', '205702.907500', '205703.367500', '205703.827500', '205704.287500', '205704.747500', '205705.207500', '205705.667500', '205706.127500', '205706.587500', '205707.047500', '205707.507500', '205707.967500', '205708.427500', '205708.887500', '205709.347500', '205709.807500', '205710.267500', '205710.727500', '205711.187500', '205711.647500', '205712.107500', '205712.567500', '205713.027500', '205713.487500', '205713.947500', '205714.407500', '205714.867500', '205715.327500', '205715.787500', '205716.247500', '205716.707500', '205717.167500', '205717.627500', '205718.087500', '205718.547500', '205719.007500', '205719.467500', '205719.927500', '205720.387500', '205720.847500', '205721.307500', '205721.767500', '205722.227500', '205722.687500', '205723.147500', '205723.607500', '205724.067500', '205724.527500', '205724.987500', '205725.447500', '205725.907500', '205726.367500', '205726.827500', '205727.287500', '205727.747500', '205728.207500', '205728.667500', '205729.127500', '205729.587500', '205730.047500', '205730.507500', '205730.967500', '205731.427500', '205731.887500', '205732.347500', '205732.807500', '205733.267500', '205733.727500', '205734.187500', '205734.647500', '205735.107500', '205735.567500', '205736.027500', '205736.487500', '205736.947500', '205737.407500', '205737.867500', '205738.327500', '205738.787500', '205739.247500', '205739.707500', '205740.167500', '205740.627500', '205741.087500', '205741.547500', '205742.007500', '205742.467500', '205742.927500', '205743.387500', '205743.847500', '205744.307500', '205744.767500', '205745.227500', '205745.687500', '205746.147500', '205746.607500', '205747.067500', '205747.527500', '205747.987500', '205748.447500', '205748.907500', '205749.367500', '205749.827500', '205750.287500', '205750.747500', '205751.207500', '205751.667500', '205752.127500', '205752.587500', '205753.047500', '205753.507500', '205753.967500', '205754.427500', '205754.887500', '205755.347500', '205755.807500', '205756.267500', '205756.727500', '205757.187500', '205757.647500', '205758.107500', '205758.567500', '205759.027500', '205759.487500', '205759.947500', '205800.407500', '205800.867500', '205801.327500', '205801.787500', '205802.247500', '205802.707500', '205803.167500', '205803.627500', '205804.087500', '205804.547500', '205805.007500', '205805.467500', '205805.927500', '205806.387500', '205806.847500', '205807.307500', '205807.767500', '205808.227500', '205808.687500', '205809.147500', '205809.607500', '205810.067500', '205810.527500', '205810.987500', '205811.447500', '205811.907500', '205812.367500', '205812.827500', '205813.287500', '205813.747500', '205814.207500', '205814.667500', '205815.127500', '205815.587500', '205816.047500', '205816.507500', '205816.967500', '205817.427500', '205817.887500', '205818.347500', '205818.807500', '205819.267500', '205819.727500', '205820.187500', '205820.647500', '205821.107500', '205821.567500', '205822.027500', '205822.487500', '205822.947500', '205823.407500', '205823.867500', '205824.327500', '205824.787500', '205825.247500', '205825.707500', '205826.167500', '205826.627500', '205827.087500', '205827.547500', '205828.007500', '205828.467500', '205828.927500', '205829.387500', '205829.847500', '205830.307500', '205830.767500', '205831.227500', '205831.687500', '205832.147500', '205832.607500', '205833.067500', '205833.527500', '205833.987500', '205834.447500', '205834.907500', '205835.367500', '205835.827500', '205836.287500', '205836.747500', '205837.207500', '205837.667500', '205838.127500', '205838.587500', '205839.047500', '205839.507500', '205839.967500', '205840.427500', '205840.887500', '205841.347500', '205841.807500', '205842.267500', '205842.727500', '205843.187500', '205843.647500', '205844.107500', '205844.567500', '205845.027500', '205845.487500', '205845.947500', '205846.407500', '205846.867500', '205847.327500', '205847.787500', '205848.247500', '205848.707500', '205849.167500', '205849.627500', '205850.087500', '205850.547500', '205851.007500', '205851.467500', '205851.927500', '205852.387500', '205852.847500', '205853.307500', '205853.767500', '205854.227500', '205854.687500', '205855.147500', '205855.607500', '205856.067500', '205856.527500', '205856.987500', '205857.447500', '205857.907500', '205858.367500', '205858.827500', '205859.287500', '205859.747500', '205900.207500', '205900.667500', '205901.127500', '205901.587500', '205902.047500', '205902.507500', '205902.967500', '205903.427500', '205903.887500', '205904.347500', '205904.807500', '205905.267500', '205905.727500', '205906.187500', '205906.647500', '205907.107500', '205907.567500', '205908.027500', '205908.487500', '205908.947500', '205909.407500', '205909.867500', '205910.327500', '205910.787500', '205911.247500', '205911.707500', '205912.167500', '205912.627500', '205913.087500', '205913.547500', '205914.007500', '205914.467500', '205914.927500', '205915.387500', '205915.847500', '205916.307500', '205916.767500', '205917.227500', '205917.687500', '205918.147500', '205918.607500', '205919.067500', '205919.527500', '205919.987500', '205920.447500', '205920.907500', '205921.367500', '205921.827500', '205922.287500', '205922.747500', '205923.207500', '205923.667500', '205924.127500', '205924.587500', '205925.047500', '205925.507500', '205925.967500', '205926.427500', '205926.887500', '205927.347500', '205927.807500', '205928.267500', '205928.727500', '205929.187500', '205929.647500', '205930.107500', '205930.567500', '205931.027500', '205931.487500', '205931.947500', '205932.407500', '205932.867500', '205933.327500', '205933.787500', '205934.247500', '205934.707500', '205935.167500', '205935.627500', '205936.087500', '205936.547500', '205937.007500', '205937.467500', '205937.927500', '205938.387500', '205938.847500', '205939.307500', '205939.767500', '205940.227500', '205940.687500', '205941.147500', '205941.607500', '205942.067500', '205942.527500', '205942.987500', '205943.447500', '205943.907500', '205944.367500', '205944.827500', '205945.287500', '205945.747500', '205946.207500', '205946.667500', '205947.127500', '205947.587500', '205948.047500', '205948.507500', '205948.967500', '205949.427500', '205949.887500', '205950.347500', '205950.807500', '205951.267500', '205951.727500', '205952.187500', '205952.647500', '205953.107500', '205953.567500', '205954.027500', '205954.487500', '205954.947500', '205955.407500', '205955.867500', '205956.327500', '205956.787500', '205957.247500', '205957.707500', '205958.167500', '205958.627500', '205959.087500', '205959.547500', '210000.007500', '210000.467500', '210000.927500', '210001.387500', '210001.847500', '210002.307500', '210002.767500', '210003.227500', '210003.687500', '210004.147500', '210004.607500', '210005.067500', '210005.527500', '210005.987500', '210006.447500', '210006.907500', '210007.367500', '210007.827500', '210008.287500', '210008.747500', '210009.207500', '210009.667500', '210010.127500', '210010.587500', '210011.047500', '210011.507500', '210011.967500', '210012.427500', '210012.887500', '210013.347500', '210013.807500', '210014.267500', '210014.727500', '210015.187500', '210015.647500', '210016.107500', '210016.567500', '210017.027500', '210017.487500', '210017.947500', '210018.407500', '210018.867500', '210019.327500', '210019.787500', '210020.247500', '210020.707500', '210021.167500', '210021.627500', '210022.087500', '210022.547500', '210023.007500', '210023.467500', '210023.927500', '210024.387500', '210024.847500', '210025.307500', '210025.767500', '210026.227500', '210026.687500', '210027.147500', '210027.607500', '210028.067500', '210028.527500', '210028.987500', '210029.447500', '210029.907500', '210030.367500', '210030.827500', '210031.287500', '210031.747500', '210032.207500', '210032.667500', '210033.127500', '210033.587500', '210034.047500', '210034.507500', '210034.967500', '210035.427500', '210035.887500', '210036.347500', '210036.807500', '210037.267500', '210037.727500', '210038.187500', '210038.647500', '210039.107500', '210039.567500', '210040.027500', '210040.487500', '210040.947500', '210041.407500', '210041.867500', '210042.327500', '210042.787500', '210043.247500', '210043.707500', '210044.167500', '210044.627500', '210045.087500', '210045.547500', '210046.007500', '210046.467500', '210046.927500', '210047.387500', '210047.847500', '210048.307500', '210048.767500', '210049.227500', '210049.687500', '210050.147500', '210050.607500', '210051.067500', '210051.527500', '210051.987500', '210052.447500', '210052.907500', '210053.367500', '210053.827500', '210054.287500', '210054.747500', '210055.207500', '210055.667500', '210056.127500', '210056.587500', '210057.047500', '210057.507500', '210057.967500', '210058.427500', '210058.887500', '210059.347500', '210059.807500', '210100.267500', '210100.727500', '210101.187500', '210101.647500', '210102.107500', '210102.567500', '210103.027500', '210103.487500', '210103.947500', '210104.407500', '210104.867500', '210105.327500', '210105.787500', '210106.247500', '210106.707500', '210107.167500', '210107.627500', '210108.087500', '210108.547500', '210109.007500', '210109.467500', '210109.927500', '210110.387500', '210110.847500', '210111.307500', '210111.767500', '210112.227500', '210112.687500', '210113.147500', '210113.607500', '210114.067500', '210114.527500', '210114.987500', '210115.447500', '210115.907500', '210116.367500', '210116.827500', '210117.287500', '210117.747500', '210118.207500', '210118.667500', '210119.127500', '210119.587500', '210120.047500', '210120.507500', '210120.967500', '210121.427500', '210121.887500', '210122.347500', '210122.807500', '210123.267500', '210123.727500', '210124.187500', '210124.647500', '210125.107500', '210125.567500', '210126.027500', '210126.487500', '210126.947500', '210127.407500', '210127.867500', '210128.327500', '210128.787500', '210129.247500', '210129.707500', '210130.167500', '210130.627500', '210131.087500', '210131.547500', '210132.007500', '210132.467500', '210132.927500', '210133.387500', '210133.847500', '210134.307500', '210134.767500', '210135.227500', '210135.687500', '210136.147500', '210136.607500', '210137.067500', '210137.527500', '210137.987500', '210138.447500', '210138.907500', '210139.367500', '210139.827500', '210140.287500', '210140.747500', '210141.207500', '210141.667500', '210142.127500', '210142.587500', '210143.047500', '210143.507500', '210143.967500', '210144.427500', '210144.887500', '210145.347500', '210145.807500', '210146.267500', '210146.727500', '210147.187500', '210147.647500', '210148.107500', '210148.567500', '210149.027500', '210149.487500', '210149.947500', '210150.407500', '210150.867500', '210151.327500', '210151.787500', '210152.247500', '210152.707500', '210153.167500', '210153.627500', '210154.087500', '210154.547500', '210155.007500', '210155.467500', '210155.927500', '210156.387500', '210156.847500', '210157.307500', '210157.767500', '210158.227500', '210158.687500', '210159.147500', '210159.607500', '210200.067500', '210200.527500', '210200.987500', '210201.447500', '210201.907500', '210202.367500', '210202.827500', '210203.287500', '210203.747500', '210204.207500', '210204.667500', '210205.127500', '210205.587500', '210206.047500', '210206.507500', '210206.967500', '210207.427500', '210207.887500', '210208.347500', '210208.807500', '210209.267500', '210209.727500', '210210.187500', '210210.647500', '210211.107500', '210211.567500', '210212.027500', '210212.487500', '210212.947500', '210213.407500', '210213.867500', '210214.327500', '210214.787500', '210215.247500', '210215.707500', '210216.167500', '210216.627500', '210217.087500', '210217.547500', '210218.007500', '210218.467500', '210218.927500', '210219.387500', '210219.847500', '210220.307500', '210220.767500', '210221.227500', '210221.687500', '210222.147500', '210222.607500', '210223.067500', '210223.527500', '210223.987500', '210224.447500', '210224.907500', '210225.367500', '210225.827500', '210226.287500', '210226.747500', '210227.207500', '210227.667500', '210228.127500', '210228.587500', '210229.047500', '210229.507500', '210229.967500', '210230.427500', '210230.887500', '210231.347500', '210231.807500', '210232.267500', '210232.727500', '210233.187500', '210233.647500', '210234.107500', '210234.567500', '210235.027500', '210235.487500', '210235.947500', '210236.407500', '210236.867500', '210237.327500', '210237.787500', '210238.247500', '210238.707500', '210239.167500', '210239.627500', '210240.087500', '210240.547500', '210241.007500', '210241.467500', '210241.927500', '210242.387500', '210242.847500', '210243.307500', '210243.767500', '210244.227500', '210244.687500', '210245.147500', '210245.607500', '210246.067500', '210246.527500', '210246.987500', '210247.447500', '210247.907500', '210248.367500', '210248.827500', '210249.287500', '210249.747500', '210250.207500', '210250.667500', '210251.127500', '210251.587500', '210252.047500', '210252.507500', '210252.967500', '210253.427500', '210253.887500', '210254.347500', '210254.807500', '210255.267500', '210255.727500', '210256.187500', '210256.647500', '210257.107500', '210257.567500', '210258.027500', '210258.487500', '210258.947500', '210259.407500', '210259.867500', '210300.327500', '210300.787500', '210301.247500', '210301.707500', '210302.167500', '210302.627500', '210303.087500', '210303.547500', '210304.007500', '210304.467500', '210304.927500', '210305.387500', '210305.847500', '210306.307500', '210306.767500', '210307.227500', '210307.687500', '210308.147500', '210308.607500', '210309.067500', '210309.527500', '210309.987500', '210310.447500', '210310.907500', '210311.367500', '210311.827500', '210312.287500', '210312.747500', '210313.207500', '210313.667500', '210314.127500', '210314.587500', '210315.047500', '210315.507500', '210315.967500', '210316.427500', '210316.887500', '210317.347500', '210317.807500', '210318.267500', '210318.727500', '210319.187500', '210319.647500', '210320.107500', '210320.567500', '210321.027500', '210321.487500', '210321.947500', '210322.407500', '210322.867500', '210323.327500', '210323.787500', '210324.247500', '210324.707500', '210325.167500', '210325.627500', '210326.087500', '210326.547500', '210327.007500', '210327.467500', '210327.927500', '210328.387500', '210328.847500', '210329.307500', '210329.767500', '210330.227500', '210330.687500', '210331.147500', '210331.607500', '210332.067500', '210332.527500', '210332.987500', '210333.447500', '210333.907500', '210334.367500', '210334.827500', '210335.287500', '210335.747500', '210336.207500', '210336.667500', '210337.127500', '210337.587500', '210338.047500', '210338.507500', '210338.967500', '210339.427500', '210339.887500', '210340.347500', '210340.807500', '210341.267500', '210341.727500', '210342.187500', '210342.647500', '210343.107500', '210343.567500'], 'ContentTime': ['205708.526000', '205708.529000', '205708.532000', '205708.534000', '205708.537000', '205708.539000', '205708.542000', '205708.545000', '205708.547000', '205708.550000', '205708.552000', '205708.555000', '205708.558000', '205708.560000', '205708.563000', '205708.565000', '205708.568000', '205708.570000', '205708.573000', '205708.576000', '205708.578000', '205708.581000', '205708.583000', '205708.586000', '205708.588000', '205708.591000', '205708.593000', '205708.596000', '205708.599000', '205708.601000', '205708.604000', '205708.606000', '205708.609000', '205708.612000', '205708.614000', '205708.617000', '205708.619000', '205708.622000', '205708.624000', '205708.627000', '205708.630000', '205708.642000', '205708.645000', '205708.647000', '205708.650000', '205708.652000', '205708.655000', '205708.657000', '205708.660000', '205708.663000', '205708.665000', '205728.492000', '205728.494000', '205728.497000', '205728.499000', '205728.502000', '205728.505000', '205728.507000', '205728.510000', '205728.512000', '205728.515000', '205728.517000', '205728.520000', '205728.522000', '205728.525000', '205728.528000', '205728.530000', '205728.533000', '205728.536000', '205728.539000', '205728.542000', '205728.548000', '205728.551000', '205728.553000', '205728.556000', '205728.558000', '205728.561000', '205728.563000', '205728.570000', '205728.572000', '205728.575000', '205728.577000', '205728.580000', '205728.583000', '205728.586000', '205728.588000', '205728.591000', '205728.594000', '205728.596000', '205728.599000', '205728.602000', '205728.604000', '205728.607000', '205728.609000', '205748.491000', '205748.494000', '205748.497000', '205748.499000', '205748.502000', '205748.505000', '205748.507000', '205748.510000', '205748.513000', '205748.515000', '205748.518000', '205748.520000', '205748.523000', '205748.525000', '205748.528000', '205748.531000', '205748.533000', '205748.536000', '205748.538000', '205748.541000', '205748.543000', '205748.553000', '205748.556000', '205748.559000', '205748.561000', '205748.564000', '205748.566000', '205748.569000', '205748.572000', '205748.574000', '205748.577000', '205748.579000', '205748.582000', '205748.585000', '205748.587000', '205748.590000', '205748.592000', '205748.595000', '205748.597000', '205748.600000', '205748.603000', '205748.605000', '205748.608000', '205748.610000', '205808.491000', '205808.494000', '205808.497000', '205808.500000', '205808.502000', '205808.505000', '205808.507000', '205808.510000', '205808.512000', '205808.515000', '205808.518000', '205808.520000', '205808.523000', '205808.525000', '205808.528000', '205808.530000', '205808.533000', '205808.536000', '205808.538000', '205808.541000', '205808.543000', '205808.546000', '205808.548000', '205808.551000', '205808.554000', '205808.556000', '205808.559000', '205808.561000', '205808.564000', '205808.576000', '205808.578000', '205808.581000', '205808.584000', '205808.586000', '205808.589000', '205808.592000', '205808.594000', '205808.597000', '205808.600000', '205808.602000', '205808.605000', '205808.607000', '205808.610000', '205828.492000', '205828.495000', '205828.498000', '205828.501000', '205828.503000', '205828.506000', '205828.508000', '205828.511000', '205828.513000', '205828.516000', '205828.519000', '205828.521000', '205828.524000', '205828.526000', '205828.537000', '205828.540000', '205828.543000', '205828.545000', '205828.548000', '205828.550000', '205828.553000', '205828.556000', '205828.558000', '205828.561000', '205828.563000', '205828.566000', '205828.568000', '205828.571000', '205828.574000', '205828.580000', '205828.583000', '205828.585000', '205828.588000', '205828.591000', '205828.593000', '205828.596000', '205828.598000', '205828.601000', '205828.604000', '205828.606000', '205828.609000', '205828.611000', '205828.614000', '205828.616000', '205848.493000', '205848.495000', '205848.498000', '205848.501000', '205848.503000', '205848.506000', '205848.508000', '205848.511000', '205848.513000', '205848.516000', '205848.519000', '205848.521000', '205848.524000', '205848.526000', '205848.529000', '205848.532000', '205848.534000', '205848.537000', '205848.540000', '205848.542000', '205848.545000', '205848.548000', '205848.550000', '205848.553000', '205848.555000', '205848.558000', '205848.560000', '205848.563000', '205848.566000', '205848.568000', '205848.571000', '205848.574000', '205848.577000', '205848.580000', '205848.584000', '205848.586000', '205848.589000', '205848.592000', '205848.594000', '205848.597000', '205848.608000', '205848.611000', '205848.614000', '205908.492000', '205908.494000', '205908.497000', '205908.500000', '205908.502000', '205908.505000', '205908.507000', '205908.510000', '205908.512000', '205908.515000', '205908.518000', '205908.520000', '205908.523000', '205908.525000', '205908.528000', '205908.531000', '205908.534000', '205908.537000', '205908.539000', '205908.542000', '205908.545000', '205908.547000', '205908.550000', '205908.553000', '205908.555000', '205908.558000', '205908.560000', '205908.563000', '205908.566000', '205908.568000', '205908.571000', '205908.574000', '205908.576000', '205908.579000', '205908.581000', '205908.584000', '205908.586000', '205908.589000', '205908.592000', '205908.594000', '205908.597000', '205908.599000', '205908.602000', '205908.605000', '205928.491000', '205928.494000', '205928.497000', '205928.500000', '205928.502000', '205928.505000', '205928.507000', '205928.510000', '205928.512000', '205928.515000', '205928.518000', '205928.520000', '205928.523000', '205928.525000', '205928.528000', '205928.531000', '205928.533000', '205928.536000', '205928.539000', '205928.541000', '205928.544000', '205928.546000', '205928.549000', '205928.552000', '205928.554000', '205928.557000', '205928.560000', '205928.562000', '205928.565000', '205928.568000', '205928.570000', '205928.573000', '205928.575000', '205928.578000', '205928.580000', '205928.583000', '205928.586000', '205928.588000', '205928.591000', '205928.593000', '205928.596000', '205928.598000', '205928.601000', '205948.492000', '205948.494000', '205948.497000', '205948.500000', '205948.502000', '205948.505000', '205948.507000', '205948.510000', '205948.513000', '205948.515000', '205948.518000', '205948.520000', '205948.523000', '205948.526000', '205948.528000', '205948.531000', '205948.533000', '205948.536000', '205948.538000', '205948.541000', '205948.544000', '205948.546000', '205948.549000', '205948.551000', '205948.554000', '205948.557000', '205948.559000', '205948.562000', '205948.564000', '205948.567000', '205948.570000', '205948.572000', '205948.575000', '205948.577000', '205948.580000', '205948.582000', '205948.585000', '205948.587000', '205948.590000', '205948.593000', '205948.595000', '205948.598000', '205948.601000', '205948.603000', '210008.491000', '210008.494000', '210008.497000', '210008.500000', '210008.502000', '210008.505000', '210008.507000', '210008.510000', '210008.513000', '210008.515000', '210008.518000', '210008.520000', '210008.523000', '210008.526000', '210008.528000', '210008.531000', '210008.533000', '210008.536000', '210008.538000', '210008.541000', '210008.544000', '210008.546000', '210008.549000', '210008.552000', '210008.562000', '210008.565000', '210008.595000', '210008.597000', '210008.600000', '210008.602000', '210008.605000', '210008.608000', '210008.610000', '210008.613000', '210008.615000', '210008.618000', '210008.621000', '210008.623000', '210008.626000', '210008.628000', '210008.631000', '210008.634000', '210008.637000', '210028.491000', '210028.494000', '210028.497000', '210028.499000', '210028.502000', '210028.505000', '210028.507000', '210028.510000', '210028.512000', '210028.515000', '210028.517000', '210028.520000', '210028.523000', '210028.526000', '210028.528000', '210028.531000', '210028.534000', '210028.536000', '210028.539000', '210028.541000', '210028.544000', '210028.547000', '210028.549000', '210028.552000', '210028.555000', '210028.557000', '210028.560000', '210028.562000', '210028.565000', '210028.567000', '210028.570000', '210028.573000', '210028.575000', '210028.578000', '210028.580000', '210028.583000', '210028.585000', '210028.588000', '210028.591000', '210028.593000', '210028.596000', '210028.598000', '210028.601000', '210028.604000', '210048.492000', '210048.495000', '210048.498000', '210048.500000', '210048.503000', '210048.506000', '210048.508000', '210048.511000', '210048.513000', '210048.516000', '210048.519000', '210048.521000', '210048.524000', '210048.526000', '210048.529000', '210048.531000', '210048.534000', '210048.537000', '210048.539000', '210048.542000', '210048.544000', '210048.547000', '210048.550000', '210048.552000', '210048.555000', '210048.558000', '210048.560000', '210048.563000', '210048.565000', '210048.568000', '210048.570000', '210048.573000', '210048.576000', '210048.578000', '210048.581000', '210048.584000', '210048.586000', '210048.589000', '210048.591000', '210048.594000', '210048.596000', '210048.599000', '210048.602000', '210108.492000', '210108.495000', '210108.498000', '210108.501000', '210108.503000', '210108.506000', '210108.508000', '210108.511000', '210108.514000', '210108.516000', '210108.519000', '210108.522000', '210108.524000', '210108.527000', '210108.530000', '210108.533000', '210108.536000', '210108.538000', '210108.541000', '210108.543000', '210108.546000', '210108.549000', '210108.551000', '210108.554000', '210108.556000', '210108.559000', '210108.562000', '210108.564000', '210108.567000', '210108.569000', '210108.572000', '210108.575000', '210108.577000', '210108.580000', '210108.582000', '210108.585000', '210108.588000', '210108.591000', '210108.593000', '210108.596000', '210108.599000', '210108.601000', '210108.604000', '210108.607000', '210128.491000', '210128.494000', '210128.497000', '210128.500000', '210128.502000', '210128.505000', '210128.507000', '210128.510000', '210128.513000', '210128.515000', '210128.518000', '210128.520000', '210128.523000', '210128.526000', '210128.528000', '210128.531000', '210128.533000', '210128.536000', '210128.539000', '210128.541000', '210128.544000', '210128.546000', '210128.549000', '210128.552000', '210128.554000', '210128.557000', '210128.559000', '210128.562000', '210128.565000', '210128.567000', '210128.570000', '210128.572000', '210128.575000', '210128.578000', '210128.580000', '210128.583000', '210128.585000', '210128.588000', '210128.590000', '210128.593000', '210128.596000', '210128.598000', '210128.601000', '210148.491000', '210148.494000', '210148.497000', '210148.500000', '210148.502000', '210148.505000', '210148.508000', '210148.541000', '210148.543000', '210148.546000', '210148.548000', '210148.551000', '210148.554000', '210148.557000', '210148.559000', '210148.562000', '210148.565000', '210148.568000', '210148.571000', '210148.573000', '210148.576000', '210148.579000', '210148.581000', '210148.584000', '210148.587000', '210148.589000', '210148.592000', '210148.595000', '210148.597000', '210148.600000', '210148.603000', '210148.606000', '210148.608000', '210148.611000', '210148.614000', '210148.616000', '210148.619000', '210148.622000', '210148.624000', '210148.627000', '210148.630000', '210148.632000', '210148.635000', '210148.637000', '210208.492000', '210208.494000', '210208.497000', '210208.500000', '210208.502000', '210208.505000', '210208.508000', '210208.510000', '210208.513000', '210208.515000', '210208.518000', '210208.521000', '210208.523000', '210208.526000', '210208.528000', '210208.531000', '210208.534000', '210208.536000', '210208.539000', '210208.541000', '210208.544000', '210208.547000', '210208.549000', '210208.552000', '210208.554000', '210208.557000', '210208.560000', '210208.562000', '210208.565000', '210208.567000', '210208.570000', '210208.573000', '210208.575000', '210208.578000', '210208.580000', '210208.583000', '210208.586000', '210208.588000', '210208.591000', '210208.593000', '210208.596000', '210208.605000', '210208.608000', '210228.491000', '210228.494000', '210228.497000', '210228.499000', '210228.502000', '210228.505000', '210228.507000', '210228.510000', '210228.512000', '210228.515000', '210228.518000', '210228.520000', '210228.523000', '210228.525000', '210228.528000', '210228.531000', '210228.535000', '210228.538000', '210228.540000', '210228.543000', '210228.546000', '210228.548000', '210228.551000', '210228.553000', '210228.556000', '210228.559000', '210228.561000', '210228.564000', '210228.566000', '210228.569000', '210228.571000', '210228.574000', '210228.577000', '210228.579000', '210228.582000', '210228.584000', '210228.587000', '210228.590000', '210228.592000', '210228.595000', '210228.597000', '210228.600000', '210228.603000', '210228.605000', '210248.492000', '210248.494000', '210248.497000', '210248.500000', '210248.502000', '210248.505000', '210248.508000', '210248.510000', '210248.513000', '210248.515000', '210248.518000', '210248.520000', '210248.523000', '210248.526000', '210248.528000', '210248.531000', '210248.533000', '210248.536000', '210248.539000', '210248.541000', '210248.544000', '210248.546000', '210248.549000', '210248.551000', '210248.554000', '210248.557000', '210248.559000', '210248.562000', '210248.564000', '210248.567000', '210248.569000', '210248.572000', '210248.575000', '210248.577000', '210248.580000', '210248.583000', '210248.585000', '210248.588000', '210248.590000', '210248.593000', '210248.595000', '210248.598000', '210248.601000', '210308.493000', '210308.495000', '210308.499000', '210308.502000', '210308.533000', '210308.536000', '210308.538000', '210308.541000', '210308.543000', '210308.546000', '210308.550000', '210308.553000', '210308.555000', '210308.558000', '210308.561000', '210308.563000', '210308.566000', '210308.569000', '210308.571000', '210308.574000', '210308.576000', '210308.579000', '210308.582000', '210308.584000', '210308.587000', '210308.589000', '210308.592000', '210308.595000', '210308.598000', '210308.600000', '210308.603000', '210308.606000', '210308.609000', '210308.611000', '210308.614000', '210308.616000', '210308.619000', '210308.621000', '210308.624000', '210308.627000', '210308.629000', '210308.632000', '210308.634000', '210328.492000', '210328.495000', '210328.498000', '210328.500000', '210328.503000', '210328.506000', '210328.508000', '210328.511000', '210328.514000', '210328.516000', '210328.519000', '210328.522000', '210328.524000', '210328.527000', '210328.529000', '210328.532000', '210328.535000', '210328.537000', '210328.540000', '210328.542000', '210328.545000', '210328.547000', '210328.550000', '210328.553000', '210328.555000', '210328.558000', '210328.560000', '210328.563000', '210328.566000', '210328.568000', '210328.571000', '210328.573000', '210328.576000', '210328.579000', '210328.581000', '210328.584000', '210328.586000', '210328.589000', '210328.591000', '210328.594000', '210328.597000', '210328.599000', '210328.602000', '210328.604000', '210345.303000', '210345.306000', '210345.309000', '210345.311000', '210345.314000', '210345.317000', '210345.319000', '210345.322000', '210345.324000', '210345.327000', '210345.329000', '210345.332000', '210345.334000', '210345.337000', '210345.339000', '210345.342000', '210345.345000', '210345.347000', '210345.350000', '210345.352000', '210345.355000', '210345.358000', '210345.360000', '210345.363000', '210345.365000', '210345.368000', '210345.370000', '210345.373000', '210345.376000', '210345.378000', '210345.381000', '210345.384000', '210345.386000', '210345.389000', '210345.391000', '210345.394000', '210345.396000'], 'InstanceCreationTime': ['205708.526000', '205708.529000', '205708.532000', '205708.534000', '205708.537000', '205708.539000', '205708.542000', '205708.545000', '205708.547000', '205708.550000', '205708.552000', '205708.555000', '205708.558000', '205708.560000', '205708.563000', '205708.565000', '205708.568000', '205708.570000', '205708.573000', '205708.576000', '205708.578000', '205708.581000', '205708.583000', '205708.586000', '205708.588000', '205708.591000', '205708.593000', '205708.596000', '205708.599000', '205708.601000', '205708.604000', '205708.606000', '205708.609000', '205708.612000', '205708.614000', '205708.617000', '205708.619000', '205708.622000', '205708.624000', '205708.627000', '205708.630000', '205708.642000', '205708.645000', '205708.647000', '205708.650000', '205708.652000', '205708.655000', '205708.657000', '205708.660000', '205708.663000', '205708.665000', '205728.492000', '205728.494000', '205728.497000', '205728.499000', '205728.502000', '205728.505000', '205728.507000', '205728.510000', '205728.512000', '205728.515000', '205728.517000', '205728.520000', '205728.522000', '205728.525000', '205728.528000', '205728.530000', '205728.533000', '205728.536000', '205728.539000', '205728.542000', '205728.548000', '205728.551000', '205728.553000', '205728.556000', '205728.558000', '205728.561000', '205728.563000', '205728.570000', '205728.572000', '205728.575000', '205728.577000', '205728.580000', '205728.583000', '205728.586000', '205728.588000', '205728.591000', '205728.594000', '205728.596000', '205728.599000', '205728.602000', '205728.604000', '205728.607000', '205728.609000', '205748.491000', '205748.494000', '205748.497000', '205748.499000', '205748.502000', '205748.505000', '205748.507000', '205748.510000', '205748.513000', '205748.515000', '205748.518000', '205748.520000', '205748.523000', '205748.525000', '205748.528000', '205748.531000', '205748.533000', '205748.536000', '205748.538000', '205748.541000', '205748.543000', '205748.553000', '205748.556000', '205748.559000', '205748.561000', '205748.564000', '205748.566000', '205748.569000', '205748.572000', '205748.574000', '205748.577000', '205748.579000', '205748.582000', '205748.585000', '205748.587000', '205748.590000', '205748.592000', '205748.595000', '205748.597000', '205748.600000', '205748.603000', '205748.605000', '205748.608000', '205748.610000', '205808.491000', '205808.494000', '205808.497000', '205808.500000', '205808.502000', '205808.505000', '205808.507000', '205808.510000', '205808.512000', '205808.515000', '205808.518000', '205808.520000', '205808.523000', '205808.525000', '205808.528000', '205808.530000', '205808.533000', '205808.536000', '205808.538000', '205808.541000', '205808.543000', '205808.546000', '205808.548000', '205808.551000', '205808.554000', '205808.556000', '205808.559000', '205808.561000', '205808.564000', '205808.576000', '205808.578000', '205808.581000', '205808.584000', '205808.586000', '205808.589000', '205808.592000', '205808.594000', '205808.597000', '205808.600000', '205808.602000', '205808.605000', '205808.607000', '205808.610000', '205828.492000', '205828.495000', '205828.498000', '205828.501000', '205828.503000', '205828.506000', '205828.508000', '205828.511000', '205828.513000', '205828.516000', '205828.519000', '205828.521000', '205828.524000', '205828.526000', '205828.537000', '205828.540000', '205828.543000', '205828.545000', '205828.548000', '205828.550000', '205828.553000', '205828.556000', '205828.558000', '205828.561000', '205828.563000', '205828.566000', '205828.568000', '205828.571000', '205828.574000', '205828.580000', '205828.583000', '205828.585000', '205828.588000', '205828.591000', '205828.593000', '205828.596000', '205828.598000', '205828.601000', '205828.604000', '205828.606000', '205828.609000', '205828.611000', '205828.614000', '205828.616000', '205848.493000', '205848.495000', '205848.498000', '205848.501000', '205848.503000', '205848.506000', '205848.508000', '205848.511000', '205848.513000', '205848.516000', '205848.519000', '205848.521000', '205848.524000', '205848.526000', '205848.529000', '205848.532000', '205848.534000', '205848.537000', '205848.540000', '205848.542000', '205848.545000', '205848.548000', '205848.550000', '205848.553000', '205848.555000', '205848.558000', '205848.560000', '205848.563000', '205848.566000', '205848.568000', '205848.571000', '205848.574000', '205848.577000', '205848.580000', '205848.584000', '205848.586000', '205848.589000', '205848.592000', '205848.594000', '205848.597000', '205848.608000', '205848.611000', '205848.614000', '205908.492000', '205908.494000', '205908.497000', '205908.500000', '205908.502000', '205908.505000', '205908.507000', '205908.510000', '205908.512000', '205908.515000', '205908.518000', '205908.520000', '205908.523000', '205908.525000', '205908.528000', '205908.531000', '205908.534000', '205908.537000', '205908.539000', '205908.542000', '205908.545000', '205908.547000', '205908.550000', '205908.553000', '205908.555000', '205908.558000', '205908.560000', '205908.563000', '205908.566000', '205908.568000', '205908.571000', '205908.574000', '205908.576000', '205908.579000', '205908.581000', '205908.584000', '205908.586000', '205908.589000', '205908.592000', '205908.594000', '205908.597000', '205908.599000', '205908.602000', '205908.605000', '205928.491000', '205928.494000', '205928.497000', '205928.500000', '205928.502000', '205928.505000', '205928.507000', '205928.510000', '205928.512000', '205928.515000', '205928.518000', '205928.520000', '205928.523000', '205928.525000', '205928.528000', '205928.531000', '205928.533000', '205928.536000', '205928.539000', '205928.541000', '205928.544000', '205928.546000', '205928.549000', '205928.552000', '205928.554000', '205928.557000', '205928.560000', '205928.562000', '205928.565000', '205928.568000', '205928.570000', '205928.573000', '205928.575000', '205928.578000', '205928.580000', '205928.583000', '205928.586000', '205928.588000', '205928.591000', '205928.593000', '205928.596000', '205928.598000', '205928.601000', '205948.492000', '205948.494000', '205948.497000', '205948.500000', '205948.502000', '205948.505000', '205948.507000', '205948.510000', '205948.513000', '205948.515000', '205948.518000', '205948.520000', '205948.523000', '205948.526000', '205948.528000', '205948.531000', '205948.533000', '205948.536000', '205948.538000', '205948.541000', '205948.544000', '205948.546000', '205948.549000', '205948.551000', '205948.554000', '205948.557000', '205948.559000', '205948.562000', '205948.564000', '205948.567000', '205948.570000', '205948.572000', '205948.575000', '205948.577000', '205948.580000', '205948.582000', '205948.585000', '205948.587000', '205948.590000', '205948.593000', '205948.595000', '205948.598000', '205948.601000', '205948.603000', '210008.491000', '210008.494000', '210008.497000', '210008.500000', '210008.502000', '210008.505000', '210008.507000', '210008.510000', '210008.513000', '210008.515000', '210008.518000', '210008.520000', '210008.523000', '210008.526000', '210008.528000', '210008.531000', '210008.533000', '210008.536000', '210008.538000', '210008.541000', '210008.544000', '210008.546000', '210008.549000', '210008.552000', '210008.562000', '210008.565000', '210008.595000', '210008.597000', '210008.600000', '210008.602000', '210008.605000', '210008.608000', '210008.610000', '210008.613000', '210008.615000', '210008.618000', '210008.621000', '210008.623000', '210008.626000', '210008.628000', '210008.631000', '210008.634000', '210008.637000', '210028.491000', '210028.494000', '210028.497000', '210028.499000', '210028.502000', '210028.505000', '210028.507000', '210028.510000', '210028.512000', '210028.515000', '210028.517000', '210028.520000', '210028.523000', '210028.526000', '210028.528000', '210028.531000', '210028.534000', '210028.536000', '210028.539000', '210028.541000', '210028.544000', '210028.547000', '210028.549000', '210028.552000', '210028.555000', '210028.557000', '210028.560000', '210028.562000', '210028.565000', '210028.567000', '210028.570000', '210028.573000', '210028.575000', '210028.578000', '210028.580000', '210028.583000', '210028.585000', '210028.588000', '210028.591000', '210028.593000', '210028.596000', '210028.598000', '210028.601000', '210028.604000', '210048.492000', '210048.495000', '210048.498000', '210048.500000', '210048.503000', '210048.506000', '210048.508000', '210048.511000', '210048.513000', '210048.516000', '210048.519000', '210048.521000', '210048.524000', '210048.526000', '210048.529000', '210048.531000', '210048.534000', '210048.537000', '210048.539000', '210048.542000', '210048.544000', '210048.547000', '210048.550000', '210048.552000', '210048.555000', '210048.558000', '210048.560000', '210048.563000', '210048.565000', '210048.568000', '210048.570000', '210048.573000', '210048.576000', '210048.578000', '210048.581000', '210048.584000', '210048.586000', '210048.589000', '210048.591000', '210048.594000', '210048.596000', '210048.599000', '210048.602000', '210108.492000', '210108.495000', '210108.498000', '210108.501000', '210108.503000', '210108.506000', '210108.508000', '210108.511000', '210108.514000', '210108.516000', '210108.519000', '210108.522000', '210108.524000', '210108.527000', '210108.530000', '210108.533000', '210108.536000', '210108.538000', '210108.541000', '210108.543000', '210108.546000', '210108.549000', '210108.551000', '210108.554000', '210108.556000', '210108.559000', '210108.562000', '210108.564000', '210108.567000', '210108.569000', '210108.572000', '210108.575000', '210108.577000', '210108.580000', '210108.582000', '210108.585000', '210108.588000', '210108.591000', '210108.593000', '210108.596000', '210108.599000', '210108.601000', '210108.604000', '210108.607000', '210128.491000', '210128.494000', '210128.497000', '210128.500000', '210128.502000', '210128.505000', '210128.507000', '210128.510000', '210128.513000', '210128.515000', '210128.518000', '210128.520000', '210128.523000', '210128.526000', '210128.528000', '210128.531000', '210128.533000', '210128.536000', '210128.539000', '210128.541000', '210128.544000', '210128.546000', '210128.549000', '210128.552000', '210128.554000', '210128.557000', '210128.559000', '210128.562000', '210128.565000', '210128.567000', '210128.570000', '210128.572000', '210128.575000', '210128.578000', '210128.580000', '210128.583000', '210128.585000', '210128.588000', '210128.590000', '210128.593000', '210128.596000', '210128.598000', '210128.601000', '210148.491000', '210148.494000', '210148.497000', '210148.500000', '210148.502000', '210148.505000', '210148.508000', '210148.541000', '210148.543000', '210148.546000', '210148.548000', '210148.551000', '210148.554000', '210148.557000', '210148.559000', '210148.562000', '210148.565000', '210148.568000', '210148.571000', '210148.573000', '210148.576000', '210148.579000', '210148.581000', '210148.584000', '210148.587000', '210148.589000', '210148.592000', '210148.595000', '210148.597000', '210148.600000', '210148.603000', '210148.606000', '210148.608000', '210148.611000', '210148.614000', '210148.616000', '210148.619000', '210148.622000', '210148.624000', '210148.627000', '210148.630000', '210148.632000', '210148.635000', '210148.637000', '210208.492000', '210208.494000', '210208.497000', '210208.500000', '210208.502000', '210208.505000', '210208.508000', '210208.510000', '210208.513000', '210208.515000', '210208.518000', '210208.521000', '210208.523000', '210208.526000', '210208.528000', '210208.531000', '210208.534000', '210208.536000', '210208.539000', '210208.541000', '210208.544000', '210208.547000', '210208.549000', '210208.552000', '210208.554000', '210208.557000', '210208.560000', '210208.562000', '210208.565000', '210208.567000', '210208.570000', '210208.573000', '210208.575000', '210208.578000', '210208.580000', '210208.583000', '210208.586000', '210208.588000', '210208.591000', '210208.593000', '210208.596000', '210208.605000', '210208.608000', '210228.491000', '210228.494000', '210228.497000', '210228.499000', '210228.502000', '210228.505000', '210228.507000', '210228.510000', '210228.512000', '210228.515000', '210228.518000', '210228.520000', '210228.523000', '210228.525000', '210228.528000', '210228.531000', '210228.535000', '210228.538000', '210228.540000', '210228.543000', '210228.546000', '210228.548000', '210228.551000', '210228.553000', '210228.556000', '210228.559000', '210228.561000', '210228.564000', '210228.566000', '210228.569000', '210228.571000', '210228.574000', '210228.577000', '210228.579000', '210228.582000', '210228.584000', '210228.587000', '210228.590000', '210228.592000', '210228.595000', '210228.597000', '210228.600000', '210228.603000', '210228.605000', '210248.492000', '210248.494000', '210248.497000', '210248.500000', '210248.502000', '210248.505000', '210248.508000', '210248.510000', '210248.513000', '210248.515000', '210248.518000', '210248.520000', '210248.523000', '210248.526000', '210248.528000', '210248.531000', '210248.533000', '210248.536000', '210248.539000', '210248.541000', '210248.544000', '210248.546000', '210248.549000', '210248.551000', '210248.554000', '210248.557000', '210248.559000', '210248.562000', '210248.564000', '210248.567000', '210248.569000', '210248.572000', '210248.575000', '210248.577000', '210248.580000', '210248.583000', '210248.585000', '210248.588000', '210248.590000', '210248.593000', '210248.595000', '210248.598000', '210248.601000', '210308.493000', '210308.495000', '210308.499000', '210308.502000', '210308.533000', '210308.536000', '210308.538000', '210308.541000', '210308.543000', '210308.546000', '210308.550000', '210308.553000', '210308.555000', '210308.558000', '210308.561000', '210308.563000', '210308.566000', '210308.569000', '210308.571000', '210308.574000', '210308.576000', '210308.579000', '210308.582000', '210308.584000', '210308.587000', '210308.589000', '210308.592000', '210308.595000', '210308.598000', '210308.600000', '210308.603000', '210308.606000', '210308.609000', '210308.611000', '210308.614000', '210308.616000', '210308.619000', '210308.621000', '210308.624000', '210308.627000', '210308.629000', '210308.632000', '210308.634000', '210328.492000', '210328.495000', '210328.498000', '210328.500000', '210328.503000', '210328.506000', '210328.508000', '210328.511000', '210328.514000', '210328.516000', '210328.519000', '210328.522000', '210328.524000', '210328.527000', '210328.529000', '210328.532000', '210328.535000', '210328.537000', '210328.540000', '210328.542000', '210328.545000', '210328.547000', '210328.550000', '210328.553000', '210328.555000', '210328.558000', '210328.560000', '210328.563000', '210328.566000', '210328.568000', '210328.571000', '210328.573000', '210328.576000', '210328.579000', '210328.581000', '210328.584000', '210328.586000', '210328.589000', '210328.591000', '210328.594000', '210328.597000', '210328.599000', '210328.602000', '210328.604000', '210345.303000', '210345.306000', '210345.309000', '210345.311000', '210345.314000', '210345.317000', '210345.319000', '210345.322000', '210345.324000', '210345.327000', '210345.329000', '210345.332000', '210345.334000', '210345.337000', '210345.339000', '210345.342000', '210345.345000', '210345.347000', '210345.350000', '210345.352000', '210345.355000', '210345.358000', '210345.360000', '210345.363000', '210345.365000', '210345.368000', '210345.370000', '210345.373000', '210345.376000', '210345.378000', '210345.381000', '210345.384000', '210345.386000', '210345.389000', '210345.391000', '210345.394000', '210345.396000'], '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': [14879, 11358, 14539, 11251, 10446, 13429, 10110, 12998, 10369, 12350, 12073, 10833, 12340, 9026, 13188, 10083, 13986, 11388, 14174, 10751, 13793, 11048, 14709, 10932, 8595, 11445, 8701, 11599, 9570, 12051, 9720, 12917, 10286, 13821, 11096, 15908, 10316, 15175, 10894, 15795, 12258, 15910, 10445, 14186, 10609, 14369, 11039, 13093, 9633, 13809, 10754, 13841, 10706, 9210, 10424, 9410, 11824, 11220, 11894, 9144, 13024, 9073, 12464, 10593, 13028, 9125, 13024, 9059, 12272, 9907, 12818, 8638, 12440, 8617, 12253, 9714, 12715, 8530, 12518, 8693, 12936, 9984, 12962, 9499, 13405, 9767, 14069, 10597, 13428, 9871, 13539, 10220, 14243, 11184, 13954, 9835, 13819, 10265, 14317, 11798, 13958, 10330, 14726, 11177, 15773, 11690, 14759, 9979, 13428, 10528, 14343, 10930, 11573, 9859, 12325, 10591, 13273, 11339, 9061, 11574, 8761, 12901, 10464, 12924, 9490, 13342, 9031, 13317, 10517, 13104, 9168, 13344, 9696, 14035, 9994, 13904, 10019, 13321, 8704, 13232, 9185, 12670, 9199, 13049, 9255, 12826, 9954, 13363, 10339, 13407, 9818, 13245, 11309, 12142, 11226, 8949, 11962, 10275, 13072, 10734, 13011, 8952, 13675, 10502, 14727, 12016, 16307, 10847, 14527, 10862, 15511, 12189, 11911, 11067, 8852, 12409, 10051, 13547, 9367, 13223, 9328, 14105, 11155, 14617, 10825, 8726, 12078, 8921, 13128, 10267, 13903, 10265, 14688, 10578, 14561, 11441, 13887, 10431, 14310, 10863, 14879, 11692, 9063, 10881, 8955, 12150, 9804, 13134, 10336, 13374, 9820, 14208, 10789, 15957, 10545, 15681, 10291, 15347, 11762, 16737, 10859, 15873, 10678, 15115, 12089, 15192, 10459, 15158, 10454, 15071, 11886, 15204, 10210, 12469, 10777, 13301, 11752, 8966, 10894, 8708, 11437, 10769, 12142, 8716, 12628, 8590, 13420, 9981, 13308, 9834, 13901, 10036, 14711, 10350, 14360, 10086, 11353, 9819, 14233, 11673, 14964, 10387, 16342, 10547, 16113, 12345, 16268, 10288, 15252, 10883, 14692, 11977, 13462, 10324, 8967, 10643, 10937, 12118, 8871, 12156, 8622, 12784, 10038, 13519, 10373, 14561, 10440, 15460, 11870, 16320, 10849, 14450, 11044, 14681, 12681, 9191, 11490, 9290, 12705, 11090, 12101, 8935, 12484, 9461, 12730, 9694, 13226, 9974, 13275, 10669, 13242, 12446, 9365, 12112, 9578, 13488, 10088, 11311, 13248, 10353, 14026, 11380, 9438, 12789, 15073, 13452, 9557, 12996, 9239, 13451, 11344, 13362, 9029, 13207, 9063, 13104, 9743, 13673, 10265, 12336, 10155, 8743, 11115, 9512, 12353, 9579, 13878, 10129, 15442, 11157, 17057, 11735, 16777, 10978, 15678, 12115, 16066, 12546, 8714, 12096, 9789, 13245, 10294, 12820, 8683, 12880, 9076, 14114, 11362, 15063, 10447, 13789, 11099, 14979, 12190, 11929, 11307, 8447, 11909, 9662, 13824, 10467, 12981, 9966, 14959, 10967, 16004, 12290, 16190, 10731, 11011, 11241, 15178, 12666, 12670, 11295, 8707, 11764, 10922, 12584, 9679, 12347, 8647, 12675, 9481, 13041, 10024, 13324, 9623, 14373, 10776, 15816, 11854, 16311, 10618, 13949, 11298, 16771, 12396, 12821, 10652, 10708, 11702, 10420, 12300, 8602, 12668, 9845, 14123, 10945, 14943, 10558, 15334, 10749, 15619, 12129, 15317, 10598, 13766, 11415, 15026, 12290, 8740, 10987, 8791, 13109, 10411, 14004, 10403, 15070, 10778, 16085, 12127, 17992, 11067, 15910, 10889, 14786, 12235, 11737, 11552, 10066, 11319, 13334, 12580, 10113, 11931, 8519, 12731, 9335, 13498, 10307, 13480, 10006, 14408, 10710, 16446, 12083, 9013, 11182, 9004, 12646, 11830, 12449, 8995, 12983, 9498, 14322, 10849, 13675, 9608, 13759, 10343, 14913, 11384, 11717, 10361, 12846, 11291, 16309, 11501, 11776, 10302, 12141, 11732, 14951, 11976, 9201, 10882, 10861, 12310, 11547, 12038, 8726, 12814, 9228, 12575, 10011, 12825, 8864, 12972, 9073, 13834, 10660, 13242, 10001, 14133, 10913, 12321, 11873, 8920, 11731, 9866, 13084, 11118, 12816, 9304, 13771, 9941, 14685, 11055, 14220, 9339, 13570, 9473, 14740, 11444, 14677, 10473, 10849, 11130, 11288, 12595, 9758, 12213, 10678, 12666, 16088, 13589, 9066, 11237, 10293, 12298, 12219, 12546, 8651, 12771, 8747, 13776, 10764, 14198, 10771, 13671, 10924, 12812, 12891, 9060, 12830, 9839, 14996, 11547, 16912, 11249, 15745, 10938, 13358, 12814, 9545, 12660, 9490, 14012, 10802, 16099, 11836, 13351, 10608, 9297, 11512, 10857, 12498, 8686, 12628, 9255, 14307, 11104, 15218, 10590, 15563, 11054, 17147, 12510, 9802, 11088, 8837, 12516, 9487, 13101, 9411, 13141, 9648, 14702, 10884, 15275, 12188, 8788, 11349, 11286, 13347, 14014, 13356, 9198, 14247, 10834, 16775, 12335, 18177, 11166, 16020, 11252, 15645, 12656, 13607, 10485, 9014, 11780, 10138, 12982, 8723, 13262, 10164, 14928, 11927, 15904, 11166, 10042, 11641, 10475, 13217, 9910, 13448, 9221, 14388, 11207, 15895, 12522, 8767, 12137, 9725, 14635, 11782, 13768, 11457, 9124, 12311, 10797, 13162, 9933, 13687, 9097, 13933, 10584, 15615, 12179, 15882, 10412, 11879, 11378, 10618, 12169, 8646, 12726, 9588, 14961, 12021, 13168, 10962, 8804, 12132, 10392, 13328, 9452, 13705, 9913, 15189, 12348, 14957, 11372, 8773, 12333, 10697, 13585, 9774, 13779, 10357, 11031, 11763, 10882, 12435, 8900, 13174, 10170, 15224, 11998, 16309, 10831, 14062, 11578, 16070, 13185, 9145, 12367, 9052, 14600, 10847, 15302, 10841, 14645, 11159, 11656, 13330, 10376, 13487, 10467, 13306, 11959, 15993, 13153, 9912, 12348, 9146, 13659, 11047, 14585, 10892, 14308, 10926, 11780, 12259, 10049, 12313, 8643, 13239, 10104, 15136, 12594, 14864, 11705, 9355, 8154, 11752, 9225, 14165, 10058, 15914, 11397, 18627, 12953, 11204, 11578, 9257, 13657, 10350, 14248, 9613, 14406, 11090, 16060, 12588, 9224, 11737, 8812, 13577, 10612, 15464, 11804, 15873, 10838, 15865, 11856, 16842, 12540, 8499, 11606, 9314, 12722, 9776, 12989, 9223, 13509, 10387, 14998, 11757, 8882, 11077, 8790, 14122, 11347, 11679, 11882, 8767, 13215, 10058, 16778, 12782, 17259, 11574, 10603, 13107, 12618, 13079, 9155, 13419, 9726, 16156, 12645, 8830, 11563, 8838, 14403, 11411, 15478, 11728, 8596, 12691, 9858, 14980, 11380, 11202, 10757, 9531, 13446, 9808, 12940, 9220, 14682, 11299, 16966, 12707, 8659, 12006, 9069, 14249, 11484, 10645, 11032, 8675, 13505, 10592, 17018, 11281, 17369, 12080, 12505, 12982, 10313, 14049, 10538, 12131, 12716, 12570, 12437, 9048, 13306, 10117, 15654, 12479, 15518, 11279, 8708, 11977, 9549, 12419, 9050, 9256, 12040, 10854, 8782, 11630, 8965, 12972, 13516, 14602, 9633, 13833, 10006, 13823, 13285, 13389, 9408, 13195, 8699, 12890, 10414, 13517], 'WindowCenter': [4743.0, 4694.0, 4698.0, 4667.0, 4654.0, 4686.0, 4644.0, 4662.0, 4643.0, 4661.0, 4663.0, 4651.0, 4661.0, 4619.0, 4657.0, 4631.0, 4659.0, 4639.0, 4657.0, 4638.0, 4655.0, 4638.0, 4667.0, 4639.0, 4608.0, 4649.0, 4618.0, 4661.0, 4630.0, 4660.0, 4643.0, 4661.0, 4653.0, 4673.0, 4652.0, 4681.0, 4642.0, 4669.0, 4651.0, 4670.0, 4652.0, 4667.0, 4629.0, 4656.0, 4640.0, 4658.0, 4627.0, 4645.0, 4617.0, 4656.0, 4638.0, 4657.0, 4638.0, 4617.0, 4639.0, 4617.0, 4651.0, 4639.0, 4649.0, 4618.0, 4658.0, 4608.0, 4648.0, 4626.0, 4647.0, 4605.0, 4645.0, 4604.0, 4648.0, 4617.0, 4646.0, 4607.0, 4648.0, 4607.0, 4650.0, 4629.0, 4658.0, 4609.0, 4648.0, 4619.0, 4660.0, 4630.0, 4659.0, 4629.0, 4656.0, 4628.0, 4668.0, 4640.0, 4657.0, 4631.0, 4656.0, 4640.0, 4669.0, 4640.0, 4656.0, 4628.0, 4657.0, 4640.0, 4668.0, 4649.0, 4658.0, 4629.0, 4656.0, 4638.0, 4666.0, 4647.0, 4657.0, 4628.0, 4646.0, 4638.0, 4667.0, 4639.0, 4637.0, 4629.0, 4646.0, 4651.0, 4659.0, 4651.0, 4619.0, 4651.0, 4618.0, 4660.0, 4640.0, 4661.0, 4629.0, 4658.0, 4619.0, 4659.0, 4639.0, 4659.0, 4617.0, 4656.0, 4628.0, 4657.0, 4630.0, 4661.0, 4627.0, 4657.0, 4606.0, 4646.0, 4618.0, 4647.0, 4618.0, 4656.0, 4616.0, 4645.0, 4628.0, 4658.0, 4638.0, 4657.0, 4641.0, 4669.0, 4663.0, 4662.0, 4652.0, 4630.0, 4661.0, 4639.0, 4672.0, 4650.0, 4659.0, 4619.0, 4657.0, 4640.0, 4669.0, 4650.0, 4676.0, 4639.0, 4667.0, 4639.0, 4667.0, 4648.0, 4648.0, 4639.0, 4618.0, 4659.0, 4629.0, 4658.0, 4618.0, 4656.0, 4618.0, 4657.0, 4647.0, 4666.0, 4639.0, 4608.0, 4647.0, 4619.0, 4660.0, 4643.0, 4658.0, 4640.0, 4668.0, 4640.0, 4669.0, 4649.0, 4656.0, 4638.0, 4656.0, 4639.0, 4666.0, 4650.0, 4617.0, 4638.0, 4618.0, 4660.0, 4642.0, 4670.0, 4651.0, 4670.0, 4642.0, 4682.0, 4654.0, 4682.0, 4651.0, 4679.0, 4641.0, 4681.0, 4660.0, 4679.0, 4641.0, 4668.0, 4640.0, 4667.0, 4649.0, 4668.0, 4638.0, 4666.0, 4639.0, 4668.0, 4648.0, 4667.0, 4629.0, 4646.0, 4639.0, 4658.0, 4649.0, 4618.0, 4649.0, 4608.0, 4648.0, 4639.0, 4660.0, 4618.0, 4658.0, 4620.0, 4669.0, 4629.0, 4660.0, 4630.0, 4659.0, 4630.0, 4668.0, 4640.0, 4671.0, 4652.0, 4651.0, 4643.0, 4682.0, 4664.0, 4681.0, 4652.0, 4680.0, 4653.0, 4680.0, 4662.0, 4679.0, 4640.0, 4666.0, 4638.0, 4666.0, 4649.0, 4657.0, 4639.0, 4617.0, 4651.0, 4640.0, 4657.0, 4629.0, 4661.0, 4621.0, 4661.0, 4641.0, 4670.0, 4640.0, 4670.0, 4640.0, 4668.0, 4659.0, 4678.0, 4641.0, 4667.0, 4648.0, 4668.0, 4659.0, 4617.0, 4648.0, 4619.0, 4659.0, 4636.0, 4649.0, 4606.0, 4645.0, 4618.0, 4655.0, 4628.0, 4656.0, 4628.0, 4658.0, 4652.0, 4669.0, 4662.0, 4630.0, 4661.0, 4641.0, 4671.0, 4641.0, 4653.0, 4673.0, 4642.0, 4668.0, 4651.0, 4631.0, 4672.0, 4668.0, 4661.0, 4618.0, 4657.0, 4615.0, 4658.0, 4637.0, 4647.0, 4604.0, 4644.0, 4603.0, 4646.0, 4618.0, 4656.0, 4628.0, 4647.0, 4639.0, 4620.0, 4663.0, 4642.0, 4662.0, 4641.0, 4671.0, 4642.0, 4680.0, 4653.0, 4680.0, 4652.0, 4679.0, 4639.0, 4668.0, 4660.0, 4669.0, 4649.0, 4605.0, 4646.0, 4629.0, 4660.0, 4629.0, 4658.0, 4610.0, 4658.0, 4620.0, 4669.0, 4650.0, 4668.0, 4639.0, 4658.0, 4649.0, 4670.0, 4650.0, 4650.0, 4650.0, 4608.0, 4648.0, 4631.0, 4670.0, 4641.0, 4660.0, 4629.0, 4668.0, 4652.0, 4680.0, 4650.0, 4679.0, 4638.0, 4639.0, 4650.0, 4668.0, 4659.0, 4647.0, 4639.0, 4607.0, 4649.0, 4636.0, 4660.0, 4629.0, 4647.0, 4607.0, 4659.0, 4629.0, 4658.0, 4629.0, 4658.0, 4631.0, 4667.0, 4653.0, 4680.0, 4652.0, 4679.0, 4641.0, 4669.0, 4652.0, 4680.0, 4660.0, 4659.0, 4637.0, 4638.0, 4648.0, 4638.0, 4650.0, 4621.0, 4660.0, 4641.0, 4670.0, 4652.0, 4671.0, 4641.0, 4668.0, 4649.0, 4680.0, 4662.0, 4671.0, 4640.0, 4659.0, 4649.0, 4670.0, 4662.0, 4619.0, 4652.0, 4620.0, 4672.0, 4642.0, 4671.0, 4652.0, 4670.0, 4652.0, 4681.0, 4662.0, 4680.0, 4642.0, 4668.0, 4639.0, 4670.0, 4648.0, 4649.0, 4650.0, 4628.0, 4639.0, 4659.0, 4660.0, 4629.0, 4648.0, 4606.0, 4659.0, 4631.0, 4660.0, 4629.0, 4659.0, 4629.0, 4669.0, 4650.0, 4680.0, 4662.0, 4621.0, 4651.0, 4620.0, 4661.0, 4650.0, 4648.0, 4618.0, 4659.0, 4630.0, 4670.0, 4639.0, 4659.0, 4619.0, 4657.0, 4640.0, 4668.0, 4650.0, 4647.0, 4640.0, 4659.0, 4651.0, 4680.0, 4650.0, 4649.0, 4641.0, 4649.0, 4662.0, 4670.0, 4651.0, 4619.0, 4638.0, 4640.0, 4660.0, 4649.0, 4649.0, 4609.0, 4647.0, 4619.0, 4660.0, 4629.0, 4658.0, 4617.0, 4659.0, 4621.0, 4661.0, 4641.0, 4660.0, 4639.0, 4670.0, 4654.0, 4663.0, 4664.0, 4633.0, 4664.0, 4643.0, 4674.0, 4652.0, 4663.0, 4630.0, 4659.0, 4628.0, 4672.0, 4639.0, 4658.0, 4619.0, 4655.0, 4628.0, 4669.0, 4649.0, 4669.0, 4641.0, 4649.0, 4652.0, 4652.0, 4663.0, 4631.0, 4651.0, 4639.0, 4660.0, 4669.0, 4659.0, 4607.0, 4637.0, 4626.0, 4648.0, 4634.0, 4646.0, 4596.0, 4646.0, 4607.0, 4656.0, 4637.0, 4657.0, 4639.0, 4658.0, 4641.0, 4658.0, 4658.0, 4620.0, 4659.0, 4638.0, 4670.0, 4652.0, 4680.0, 4649.0, 4669.0, 4640.0, 4658.0, 4659.0, 4631.0, 4658.0, 4630.0, 4669.0, 4651.0, 4678.0, 4651.0, 4659.0, 4640.0, 4620.0, 4652.0, 4639.0, 4662.0, 4620.0, 4660.0, 4630.0, 4669.0, 4651.0, 4668.0, 4639.0, 4667.0, 4651.0, 4678.0, 4651.0, 4628.0, 4640.0, 4619.0, 4659.0, 4631.0, 4661.0, 4629.0, 4660.0, 4643.0, 4683.0, 4665.0, 4694.0, 4676.0, 4634.0, 4665.0, 4663.0, 4674.0, 4672.0, 4671.0, 4620.0, 4670.0, 4652.0, 4679.0, 4649.0, 4677.0, 4637.0, 4654.0, 4639.0, 4656.0, 4648.0, 4646.0, 4627.0, 4606.0, 4648.0, 4627.0, 4656.0, 4609.0, 4648.0, 4640.0, 4669.0, 4650.0, 4669.0, 4639.0, 4626.0, 4650.0, 4640.0, 4660.0, 4628.0, 4658.0, 4618.0, 4658.0, 4650.0, 4678.0, 4661.0, 4620.0, 4649.0, 4642.0, 4680.0, 4663.0, 4671.0, 4652.0, 4630.0, 4662.0, 4652.0, 4662.0, 4630.0, 4659.0, 4620.0, 4658.0, 4641.0, 4667.0, 4650.0, 4667.0, 4639.0, 4647.0, 4650.0, 4639.0, 4651.0, 4620.0, 4658.0, 4631.0, 4670.0, 4661.0, 4660.0, 4641.0, 4620.0, 4663.0, 4641.0, 4672.0, 4631.0, 4660.0, 4640.0, 4671.0, 4660.0, 4669.0, 4650.0, 4620.0, 4659.0, 4640.0, 4662.0, 4631.0, 4660.0, 4640.0, 4640.0, 4662.0, 4652.0, 4662.0, 4620.0, 4660.0, 4644.0, 4680.0, 4663.0, 4681.0, 4652.0, 4670.0, 4662.0, 4681.0, 4662.0, 4620.0, 4660.0, 4621.0, 4671.0, 4640.0, 4671.0, 4652.0, 4670.0, 4650.0, 4652.0, 4672.0, 4642.0, 4659.0, 4641.0, 4661.0, 4662.0, 4681.0, 4661.0, 4631.0, 4648.0, 4620.0, 4661.0, 4637.0, 4670.0, 4637.0, 4668.0, 4640.0, 4650.0, 4661.0, 4629.0, 4650.0, 4619.0, 4659.0, 4641.0, 4672.0, 4663.0, 4670.0, 4651.0, 4632.0, 4621.0, 4662.0, 4633.0, 4672.0, 4644.0, 4683.0, 4663.0, 4692.0, 4662.0, 4641.0, 4650.0, 4619.0, 4661.0, 4630.0, 4660.0, 4618.0, 4657.0, 4638.0, 4669.0, 4650.0, 4619.0, 4637.0, 4619.0, 4657.0, 4639.0, 4667.0, 4650.0, 4665.0, 4638.0, 4669.0, 4650.0, 4677.0, 4649.0, 4608.0, 4638.0, 4618.0, 4657.0, 4629.0, 4657.0, 4616.0, 4658.0, 4640.0, 4669.0, 4651.0, 4620.0, 4649.0, 4622.0, 4672.0, 4665.0, 4662.0, 4664.0, 4623.0, 4670.0, 4643.0, 4692.0, 4665.0, 4680.0, 4653.0, 4641.0, 4673.0, 4652.0, 4657.0, 4619.0, 4659.0, 4631.0, 4669.0, 4661.0, 4619.0, 4649.0, 4621.0, 4670.0, 4651.0, 4682.0, 4651.0, 4622.0, 4658.0, 4644.0, 4683.0, 4653.0, 4652.0, 4642.0, 4632.0, 4672.0, 4633.0, 4660.0, 4620.0, 4670.0, 4652.0, 4680.0, 4660.0, 4620.0, 4651.0, 4634.0, 4683.0, 4665.0, 4653.0, 4653.0, 4622.0, 4675.0, 4655.0, 4695.0, 4654.0, 4691.0, 4663.0, 4662.0, 4661.0, 4642.0, 4670.0, 4643.0, 4663.0, 4674.0, 4663.0, 4662.0, 4621.0, 4661.0, 4642.0, 4682.0, 4662.0, 4670.0, 4641.0, 4609.0, 4653.0, 4633.0, 4661.0, 4633.0, 4642.0, 4675.0, 4667.0, 4637.0, 4677.0, 4646.0, 4688.0, 4675.0, 4685.0, 4630.0, 4671.0, 4631.0, 4672.0, 4660.0, 4660.0, 4608.0, 4648.0, 4594.0, 4648.0, 4626.0, 4656.0], 'WindowWidth': [10359.0, 10275.0, 10265.0, 10220.0, 10196.0, 10240.0, 10178.0, 10199.0, 10174.0, 10194.0, 10201.0, 10182.0, 10193.0, 10133.0, 10183.0, 10153.0, 10188.0, 10161.0, 10181.0, 10156.0, 10175.0, 10159.0, 10194.0, 10159.0, 10116.0, 10173.0, 10134.0, 10196.0, 10153.0, 10193.0, 10173.0, 10195.0, 10187.0, 10213.0, 10187.0, 10223.0, 10170.0, 10203.0, 10183.0, 10206.0, 10182.0, 10194.0, 10145.0, 10178.0, 10162.0, 10183.0, 10141.0, 10160.0, 10125.0, 10177.0, 10158.0, 10181.0, 10157.0, 10129.0, 10161.0, 10129.0, 10179.0, 10161.0, 10174.0, 10128.0, 10184.0, 10114.0, 10171.0, 10138.0, 10167.0, 10106.0, 10161.0, 10106.0, 10171.0, 10126.0, 10167.0, 10112.0, 10170.0, 10115.0, 10178.0, 10147.0, 10186.0, 10120.0, 10172.0, 10133.0, 10193.0, 10150.0, 10188.0, 10148.0, 10182.0, 10147.0, 10201.0, 10163.0, 10182.0, 10151.0, 10180.0, 10165.0, 10201.0, 10162.0, 10180.0, 10144.0, 10180.0, 10164.0, 10197.0, 10174.0, 10184.0, 10147.0, 10180.0, 10158.0, 10196.0, 10170.0, 10180.0, 10142.0, 10163.0, 10158.0, 10196.0, 10161.0, 10156.0, 10149.0, 10168.0, 10180.0, 10190.0, 10181.0, 10136.0, 10182.0, 10133.0, 10194.0, 10167.0, 10196.0, 10147.0, 10186.0, 10132.0, 10188.0, 10161.0, 10189.0, 10129.0, 10180.0, 10145.0, 10181.0, 10150.0, 10192.0, 10141.0, 10180.0, 10112.0, 10166.0, 10129.0, 10168.0, 10129.0, 10179.0, 10126.0, 10163.0, 10146.0, 10185.0, 10160.0, 10185.0, 10167.0, 10205.0, 10202.0, 10197.0, 10185.0, 10153.0, 10196.0, 10162.0, 10212.0, 10178.0, 10188.0, 10134.0, 10183.0, 10166.0, 10203.0, 10177.0, 10207.0, 10162.0, 10197.0, 10161.0, 10197.0, 10174.0, 10170.0, 10160.0, 10130.0, 10187.0, 10149.0, 10189.0, 10130.0, 10179.0, 10129.0, 10181.0, 10170.0, 10194.0, 10161.0, 10118.0, 10171.0, 10137.0, 10193.0, 10172.0, 10186.0, 10163.0, 10197.0, 10165.0, 10201.0, 10174.0, 10178.0, 10157.0, 10179.0, 10161.0, 10195.0, 10176.0, 10128.0, 10160.0, 10132.0, 10192.0, 10171.0, 10206.0, 10184.0, 10209.0, 10172.0, 10226.0, 10190.0, 10226.0, 10182.0, 10219.0, 10169.0, 10223.0, 10193.0, 10217.0, 10166.0, 10200.0, 10162.0, 10197.0, 10175.0, 10197.0, 10158.0, 10193.0, 10163.0, 10199.0, 10173.0, 10197.0, 10147.0, 10165.0, 10162.0, 10186.0, 10176.0, 10131.0, 10176.0, 10119.0, 10175.0, 10163.0, 10190.0, 10133.0, 10186.0, 10137.0, 10204.0, 10149.0, 10192.0, 10151.0, 10188.0, 10151.0, 10202.0, 10167.0, 10209.0, 10185.0, 10183.0, 10176.0, 10227.0, 10206.0, 10224.0, 10187.0, 10221.0, 10188.0, 10221.0, 10197.0, 10215.0, 10162.0, 10194.0, 10160.0, 10194.0, 10173.0, 10181.0, 10160.0, 10131.0, 10181.0, 10165.0, 10187.0, 10149.0, 10194.0, 10141.0, 10197.0, 10168.0, 10206.0, 10167.0, 10204.0, 10165.0, 10202.0, 10191.0, 10215.0, 10166.0, 10197.0, 10175.0, 10199.0, 10189.0, 10130.0, 10172.0, 10133.0, 10188.0, 10153.0, 10173.0, 10111.0, 10165.0, 10130.0, 10179.0, 10143.0, 10180.0, 10146.0, 10186.0, 10185.0, 10204.0, 10198.0, 10152.0, 10196.0, 10170.0, 10207.0, 10168.0, 10187.0, 10213.0, 10172.0, 10203.0, 10183.0, 10153.0, 10213.0, 10202.0, 10192.0, 10129.0, 10181.0, 10121.0, 10185.0, 10153.0, 10168.0, 10104.0, 10158.0, 10104.0, 10163.0, 10130.0, 10178.0, 10145.0, 10168.0, 10162.0, 10139.0, 10200.0, 10170.0, 10197.0, 10170.0, 10209.0, 10171.0, 10221.0, 10187.0, 10220.0, 10182.0, 10216.0, 10161.0, 10199.0, 10193.0, 10202.0, 10174.0, 10110.0, 10168.0, 10148.0, 10193.0, 10148.0, 10186.0, 10121.0, 10185.0, 10138.0, 10202.0, 10177.0, 10200.0, 10162.0, 10186.0, 10175.0, 10206.0, 10179.0, 10175.0, 10177.0, 10119.0, 10172.0, 10152.0, 10207.0, 10165.0, 10190.0, 10149.0, 10198.0, 10184.0, 10220.0, 10179.0, 10214.0, 10159.0, 10159.0, 10177.0, 10201.0, 10189.0, 10169.0, 10160.0, 10114.0, 10173.0, 10154.0, 10190.0, 10148.0, 10169.0, 10116.0, 10187.0, 10149.0, 10188.0, 10148.0, 10185.0, 10152.0, 10197.0, 10187.0, 10219.0, 10183.0, 10216.0, 10166.0, 10200.0, 10183.0, 10218.0, 10193.0, 10186.0, 10157.0, 10157.0, 10175.0, 10159.0, 10175.0, 10138.0, 10189.0, 10167.0, 10207.0, 10183.0, 10206.0, 10168.0, 10200.0, 10176.0, 10218.0, 10195.0, 10205.0, 10164.0, 10188.0, 10178.0, 10206.0, 10196.0, 10136.0, 10182.0, 10138.0, 10212.0, 10170.0, 10207.0, 10184.0, 10206.0, 10183.0, 10223.0, 10195.0, 10220.0, 10166.0, 10198.0, 10161.0, 10203.0, 10174.0, 10174.0, 10174.0, 10144.0, 10161.0, 10187.0, 10189.0, 10147.0, 10171.0, 10114.0, 10188.0, 10152.0, 10192.0, 10147.0, 10185.0, 10147.0, 10200.0, 10181.0, 10220.0, 10198.0, 10138.0, 10180.0, 10136.0, 10195.0, 10176.0, 10172.0, 10129.0, 10186.0, 10148.0, 10205.0, 10159.0, 10185.0, 10132.0, 10179.0, 10162.0, 10198.0, 10177.0, 10169.0, 10164.0, 10189.0, 10183.0, 10220.0, 10179.0, 10175.0, 10166.0, 10176.0, 10198.0, 10206.0, 10180.0, 10133.0, 10159.0, 10163.0, 10191.0, 10175.0, 10174.0, 10118.0, 10170.0, 10134.0, 10192.0, 10147.0, 10184.0, 10130.0, 10186.0, 10141.0, 10192.0, 10168.0, 10190.0, 10164.0, 10205.0, 10191.0, 10200.0, 10203.0, 10159.0, 10202.0, 10172.0, 10217.0, 10184.0, 10200.0, 10151.0, 10189.0, 10147.0, 10210.0, 10160.0, 10185.0, 10133.0, 10177.0, 10144.0, 10201.0, 10174.0, 10202.0, 10167.0, 10176.0, 10183.0, 10184.0, 10199.0, 10153.0, 10179.0, 10160.0, 10190.0, 10200.0, 10186.0, 10112.0, 10153.0, 10136.0, 10170.0, 10146.0, 10164.0, 10096.0, 10161.0, 10113.0, 10180.0, 10156.0, 10182.0, 10161.0, 10183.0, 10165.0, 10186.0, 10186.0, 10135.0, 10188.0, 10160.0, 10205.0, 10184.0, 10220.0, 10175.0, 10201.0, 10163.0, 10187.0, 10190.0, 10151.0, 10185.0, 10151.0, 10201.0, 10183.0, 10214.0, 10181.0, 10188.0, 10164.0, 10137.0, 10183.0, 10163.0, 10197.0, 10135.0, 10191.0, 10150.0, 10202.0, 10178.0, 10200.0, 10162.0, 10196.0, 10179.0, 10214.0, 10178.0, 10143.0, 10162.0, 10133.0, 10189.0, 10153.0, 10194.0, 10150.0, 10191.0, 10174.0, 10229.0, 10209.0, 10246.0, 10223.0, 10164.0, 10205.0, 10202.0, 10218.0, 10211.0, 10207.0, 10137.0, 10201.0, 10182.0, 10215.0, 10172.0, 10207.0, 10152.0, 10172.0, 10159.0, 10178.0, 10169.0, 10162.0, 10139.0, 10112.0, 10172.0, 10142.0, 10180.0, 10119.0, 10169.0, 10163.0, 10201.0, 10175.0, 10199.0, 10161.0, 10138.0, 10176.0, 10162.0, 10190.0, 10144.0, 10182.0, 10129.0, 10184.0, 10179.0, 10212.0, 10193.0, 10136.0, 10173.0, 10172.0, 10220.0, 10201.0, 10208.0, 10183.0, 10151.0, 10196.0, 10183.0, 10197.0, 10149.0, 10186.0, 10134.0, 10183.0, 10167.0, 10196.0, 10177.0, 10195.0, 10160.0, 10169.0, 10179.0, 10161.0, 10180.0, 10135.0, 10186.0, 10154.0, 10205.0, 10195.0, 10191.0, 10167.0, 10136.0, 10199.0, 10166.0, 10211.0, 10152.0, 10189.0, 10165.0, 10206.0, 10192.0, 10202.0, 10176.0, 10137.0, 10189.0, 10164.0, 10196.0, 10150.0, 10188.0, 10164.0, 10163.0, 10197.0, 10183.0, 10197.0, 10138.0, 10189.0, 10175.0, 10220.0, 10200.0, 10220.0, 10183.0, 10204.0, 10199.0, 10220.0, 10196.0, 10136.0, 10190.0, 10139.0, 10207.0, 10165.0, 10205.0, 10181.0, 10204.0, 10178.0, 10182.0, 10210.0, 10169.0, 10189.0, 10167.0, 10192.0, 10198.0, 10222.0, 10195.0, 10150.0, 10173.0, 10135.0, 10194.0, 10155.0, 10202.0, 10156.0, 10198.0, 10163.0, 10178.0, 10194.0, 10148.0, 10176.0, 10134.0, 10187.0, 10168.0, 10208.0, 10201.0, 10206.0, 10178.0, 10158.0, 10143.0, 10197.0, 10160.0, 10212.0, 10174.0, 10226.0, 10201.0, 10238.0, 10196.0, 10166.0, 10176.0, 10134.0, 10194.0, 10148.0, 10187.0, 10129.0, 10179.0, 10156.0, 10198.0, 10175.0, 10130.0, 10155.0, 10131.0, 10182.0, 10162.0, 10196.0, 10174.0, 10191.0, 10155.0, 10199.0, 10176.0, 10209.0, 10172.0, 10114.0, 10155.0, 10130.0, 10182.0, 10144.0, 10179.0, 10126.0, 10181.0, 10163.0, 10202.0, 10181.0, 10137.0, 10173.0, 10142.0, 10212.0, 10207.0, 10198.0, 10203.0, 10147.0, 10206.0, 10175.0, 10240.0, 10204.0, 10219.0, 10184.0, 10165.0, 10213.0, 10181.0, 10184.0, 10132.0, 10184.0, 10151.0, 10201.0, 10191.0, 10133.0, 10173.0, 10138.0, 10205.0, 10182.0, 10222.0, 10180.0, 10141.0, 10188.0, 10175.0, 10225.0, 10186.0, 10181.0, 10169.0, 10156.0, 10211.0, 10157.0, 10188.0, 10136.0, 10201.0, 10183.0, 10218.0, 10192.0, 10136.0, 10179.0, 10162.0, 10225.0, 10205.0, 10186.0, 10189.0, 10145.0, 10220.0, 10194.0, 10247.0, 10189.0, 10235.0, 10199.0, 10196.0, 10194.0, 10168.0, 10204.0, 10171.0, 10200.0, 10217.0, 10200.0, 10197.0, 10139.0, 10192.0, 10170.0, 10222.0, 10194.0, 10203.0, 10164.0, 10120.0, 10184.0, 10155.0, 10191.0, 10158.0, 10173.0, 10222.0, 10213.0, 10171.0, 10227.0, 10183.0, 10243.0, 10220.0, 10231.0, 10151.0, 10206.0, 10149.0, 10210.0, 10188.0, 10188.0, 10113.0, 10167.0, 10091.0, 10169.0, 10136.0, 10178.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.0002578947368421053</td></tr>
<tr><td colspan=3>aqi</td><td>0.01624074451754386</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.85428417971458</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2029076231284297</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9834316743688247</td></tr>
<tr><td colspan=3>efc</td><td>0.4634</td></tr>
<tr><td colspan=3>fber</td><td>7071.8311</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08297992862215782</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3157894736842106</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4490559867248423</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3439885804785936</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7168127534079547</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.286366626287979</td></tr>
<tr><td colspan=3>gcor</td><td>0.00779133</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009522388689219952</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021622156724333763</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.882532653186807</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>36.1941</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6592</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.3141</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302173.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>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.3787</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1162</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.8648</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3852.3001</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.4895</td></tr>
<tr><td colspan=3>tsnr</td><td>48.259887085761875</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>