<?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-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-02/func/sub-0114_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>efe2132635b2e3cd3230084812e7c9cb</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:13:51.480000</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.999198, 0.00528249, 0.0396893, -0.0122081, 0.984253, 0.176346]</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.0934385</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7786, -7150, 361, -148, 20, 115, 58]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8436d2fb-7fdd-4bc7-bc82-85eea44eb40e||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.6807754039764404, -0.03275351971387863, 0.1029583066701889, 112.22000885009766], [-0.014172535389661789, 2.6406776905059814, 0.4770602583885193, -110.39244842529297], [0.10648337006568909, -0.47312307357788086, 2.655524969100952, -27.008602142333984], [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': ['211351.480000', '211351.940000', '211352.400000', '211352.860000', '211353.320000', '211353.780000', '211354.240000', '211354.700000', '211355.160000', '211355.620000', '211356.080000', '211356.540000', '211357.000000', '211357.460000', '211357.920000', '211358.380000', '211358.840000', '211359.300000', '211359.760000', '211400.220000', '211400.680000', '211401.140000', '211401.600000', '211402.060000', '211402.520000', '211402.980000', '211403.440000', '211403.900000', '211404.360000', '211404.820000', '211405.280000', '211405.740000', '211406.200000', '211406.660000', '211407.120000', '211407.580000', '211408.040000', '211408.500000', '211408.960000', '211409.420000', '211409.880000', '211410.340000', '211410.800000', '211411.260000', '211411.720000', '211412.180000', '211412.640000', '211413.100000', '211413.560000', '211414.020000', '211414.480000', '211414.940000', '211415.400000', '211415.860000', '211416.320000', '211416.780000', '211417.240000', '211417.700000', '211418.160000', '211418.620000', '211419.080000', '211419.540000', '211420.000000', '211420.460000', '211420.920000', '211421.380000', '211421.840000', '211422.300000', '211422.760000', '211423.220000', '211423.680000', '211424.140000', '211424.600000', '211425.060000', '211425.520000', '211425.980000', '211426.440000', '211426.900000', '211427.360000', '211427.820000', '211428.280000', '211428.740000', '211429.200000', '211429.660000', '211430.120000', '211430.580000', '211431.040000', '211431.500000', '211431.960000', '211432.420000', '211432.880000', '211433.340000', '211433.800000', '211434.260000', '211434.720000', '211435.180000', '211435.640000', '211436.100000', '211436.560000', '211437.020000', '211437.480000', '211437.940000', '211438.400000', '211438.860000', '211439.320000', '211439.780000', '211440.240000', '211440.700000', '211441.160000', '211441.620000', '211442.080000', '211442.540000', '211443.000000', '211443.460000', '211443.920000', '211444.380000', '211444.840000', '211445.300000', '211445.760000', '211446.220000', '211446.680000', '211447.140000', '211447.600000', '211448.060000', '211448.520000', '211448.980000', '211449.440000', '211449.900000', '211450.360000', '211450.820000', '211451.280000', '211451.740000', '211452.200000', '211452.660000', '211453.120000', '211453.580000', '211454.040000', '211454.500000', '211454.960000', '211455.420000', '211455.880000', '211456.340000', '211456.800000', '211457.260000', '211457.720000', '211458.180000', '211458.640000', '211459.100000', '211459.560000', '211500.020000', '211500.480000', '211500.940000', '211501.400000', '211501.860000', '211502.320000', '211502.780000', '211503.240000', '211503.700000', '211504.160000', '211504.620000', '211505.080000', '211505.540000', '211506.000000', '211506.460000', '211506.920000', '211507.380000', '211507.840000', '211508.300000', '211508.760000', '211509.220000', '211509.680000', '211510.140000', '211510.600000', '211511.060000', '211511.520000', '211511.980000', '211512.440000', '211512.900000', '211513.360000', '211513.820000', '211514.280000', '211514.740000', '211515.200000', '211515.660000', '211516.120000', '211516.580000', '211517.040000', '211517.500000', '211517.960000', '211518.420000', '211518.880000', '211519.340000', '211519.800000', '211520.260000', '211520.720000', '211521.180000', '211521.640000', '211522.100000', '211522.560000', '211523.020000', '211523.480000', '211523.940000', '211524.400000', '211524.860000', '211525.320000', '211525.780000', '211526.240000', '211526.700000', '211527.160000', '211527.620000', '211528.080000', '211528.540000', '211529.000000', '211529.460000', '211529.920000', '211530.380000', '211530.840000', '211531.300000', '211531.760000', '211532.220000', '211532.680000', '211533.140000', '211533.600000', '211534.060000', '211534.520000', '211534.980000', '211535.440000', '211535.900000', '211536.360000', '211536.820000', '211537.280000', '211537.740000', '211538.200000', '211538.660000', '211539.120000', '211539.580000', '211540.040000', '211540.500000', '211540.960000', '211541.420000', '211541.880000', '211542.340000', '211542.800000', '211543.260000', '211543.720000', '211544.180000', '211544.640000', '211545.100000', '211545.560000', '211546.020000', '211546.480000', '211546.940000', '211547.400000', '211547.860000', '211548.320000', '211548.780000', '211549.240000', '211549.700000', '211550.160000', '211550.620000', '211551.080000', '211551.540000', '211552.000000', '211552.460000', '211552.920000', '211553.380000', '211553.840000', '211554.300000', '211554.760000', '211555.220000', '211555.680000', '211556.140000', '211556.600000', '211557.060000', '211557.520000', '211557.980000', '211558.440000', '211558.900000', '211559.360000', '211559.820000', '211600.280000', '211600.740000', '211601.200000', '211601.660000', '211602.120000', '211602.580000', '211603.040000', '211603.500000', '211603.960000', '211604.420000', '211604.880000', '211605.340000', '211605.800000', '211606.260000', '211606.720000', '211607.180000', '211607.640000', '211608.100000', '211608.560000', '211609.020000', '211609.480000', '211609.940000', '211610.400000', '211610.860000', '211611.320000', '211611.780000', '211612.240000', '211612.700000', '211613.160000', '211613.620000', '211614.080000', '211614.540000', '211615.000000', '211615.460000', '211615.920000', '211616.380000', '211616.840000', '211617.300000', '211617.760000', '211618.220000', '211618.680000', '211619.140000', '211619.600000', '211620.060000', '211620.520000', '211620.980000', '211621.440000', '211621.900000', '211622.360000', '211622.820000', '211623.280000', '211623.740000', '211624.200000', '211624.660000', '211625.120000', '211625.580000', '211626.040000', '211626.500000', '211626.960000', '211627.420000', '211627.880000', '211628.340000', '211628.800000', '211629.260000', '211629.720000', '211630.180000', '211630.640000', '211631.100000', '211631.560000', '211632.020000', '211632.480000', '211632.940000', '211633.400000', '211633.860000', '211634.320000', '211634.780000', '211635.240000', '211635.700000', '211636.160000', '211636.620000', '211637.080000', '211637.540000', '211638.000000', '211638.460000', '211638.920000', '211639.380000', '211639.840000', '211640.300000', '211640.760000', '211641.220000', '211641.680000', '211642.140000', '211642.600000', '211643.060000', '211643.520000', '211643.980000', '211644.440000', '211644.900000', '211645.360000', '211645.820000', '211646.280000', '211646.740000', '211647.200000', '211647.660000', '211648.120000', '211648.580000', '211649.040000', '211649.500000', '211649.960000', '211650.420000', '211650.880000', '211651.340000', '211651.800000', '211652.260000', '211652.720000', '211653.180000', '211653.640000', '211654.100000', '211654.560000', '211655.020000', '211655.480000', '211655.940000', '211656.400000', '211656.860000', '211657.320000', '211657.780000', '211658.240000', '211658.700000', '211659.160000', '211659.620000', '211700.080000', '211700.540000', '211701.000000', '211701.460000', '211701.920000', '211702.380000', '211702.840000', '211703.300000', '211703.760000', '211704.220000', '211704.680000', '211705.140000', '211705.600000', '211706.060000', '211706.520000', '211706.980000', '211707.440000', '211707.900000', '211708.360000', '211708.820000', '211709.280000', '211709.740000', '211710.200000', '211710.660000', '211711.120000', '211711.580000', '211712.040000', '211712.500000', '211712.960000', '211713.420000', '211713.880000', '211714.340000', '211714.800000', '211715.260000', '211715.720000', '211716.180000', '211716.640000', '211717.100000', '211717.560000', '211718.020000', '211718.480000', '211718.940000', '211719.400000', '211719.860000', '211720.320000', '211720.780000', '211721.240000', '211721.700000', '211722.160000', '211722.620000', '211723.080000', '211723.540000', '211724.000000', '211724.460000', '211724.920000', '211725.380000', '211725.840000', '211726.300000', '211726.760000', '211727.220000', '211727.680000', '211728.140000', '211728.600000', '211729.060000', '211729.520000', '211729.980000', '211730.440000', '211730.900000', '211731.360000', '211731.820000', '211732.280000', '211732.740000', '211733.200000', '211733.660000', '211734.120000', '211734.580000', '211735.040000', '211735.500000', '211735.960000', '211736.420000', '211736.880000', '211737.340000', '211737.800000', '211738.260000', '211738.720000', '211739.180000', '211739.640000', '211740.100000', '211740.560000', '211741.020000', '211741.480000', '211741.940000', '211742.400000', '211742.860000', '211743.320000', '211743.780000', '211744.240000', '211744.700000', '211745.160000', '211745.620000', '211746.080000', '211746.540000', '211747.000000', '211747.460000', '211747.920000', '211748.380000', '211748.840000', '211749.300000', '211749.760000', '211750.220000', '211750.680000', '211751.140000', '211751.600000', '211752.060000', '211752.520000', '211752.980000', '211753.440000', '211753.900000', '211754.360000', '211754.820000', '211755.280000', '211755.740000', '211756.200000', '211756.660000', '211757.120000', '211757.580000', '211758.040000', '211758.500000', '211758.960000', '211759.420000', '211759.880000', '211800.340000', '211800.800000', '211801.260000', '211801.720000', '211802.180000', '211802.640000', '211803.100000', '211803.560000', '211804.020000', '211804.480000', '211804.940000', '211805.400000', '211805.860000', '211806.320000', '211806.780000', '211807.240000', '211807.700000', '211808.160000', '211808.620000', '211809.080000', '211809.540000', '211810.000000', '211810.460000', '211810.920000', '211811.380000', '211811.840000', '211812.300000', '211812.760000', '211813.220000', '211813.680000', '211814.140000', '211814.600000', '211815.060000', '211815.520000', '211815.980000', '211816.440000', '211816.900000', '211817.360000', '211817.820000', '211818.280000', '211818.740000', '211819.200000', '211819.660000', '211820.120000', '211820.580000', '211821.040000', '211821.500000', '211821.960000', '211822.420000', '211822.880000', '211823.340000', '211823.800000', '211824.260000', '211824.720000', '211825.180000', '211825.640000', '211826.100000', '211826.560000', '211827.020000', '211827.480000', '211827.940000', '211828.400000', '211828.860000', '211829.320000', '211829.780000', '211830.240000', '211830.700000', '211831.160000', '211831.620000', '211832.080000', '211832.540000', '211833.000000', '211833.460000', '211833.920000', '211834.380000', '211834.840000', '211835.300000', '211835.760000', '211836.220000', '211836.680000', '211837.140000', '211837.600000', '211838.060000', '211838.520000', '211838.980000', '211839.440000', '211839.900000', '211840.360000', '211840.820000', '211841.280000', '211841.740000', '211842.200000', '211842.660000', '211843.120000', '211843.580000', '211844.040000', '211844.500000', '211844.960000', '211845.420000', '211845.880000', '211846.340000', '211846.800000', '211847.260000', '211847.720000', '211848.180000', '211848.640000', '211849.100000', '211849.560000', '211850.020000', '211850.480000', '211850.940000', '211851.400000', '211851.860000', '211852.320000', '211852.780000', '211853.240000', '211853.700000', '211854.160000', '211854.620000', '211855.080000', '211855.540000', '211856.000000', '211856.460000', '211856.920000', '211857.380000', '211857.840000', '211858.300000', '211858.760000', '211859.220000', '211859.680000', '211900.140000', '211900.600000', '211901.060000', '211901.520000', '211901.980000', '211902.440000', '211902.900000', '211903.360000', '211903.820000', '211904.280000', '211904.740000', '211905.200000', '211905.660000', '211906.120000', '211906.580000', '211907.040000', '211907.500000', '211907.960000', '211908.420000', '211908.880000', '211909.340000', '211909.800000', '211910.260000', '211910.720000', '211911.180000', '211911.640000', '211912.100000', '211912.560000', '211913.020000', '211913.480000', '211913.940000', '211914.400000', '211914.860000', '211915.320000', '211915.780000', '211916.240000', '211916.700000', '211917.160000', '211917.620000', '211918.080000', '211918.540000', '211919.000000', '211919.460000', '211919.920000', '211920.380000', '211920.840000', '211921.300000', '211921.760000', '211922.220000', '211922.680000', '211923.140000', '211923.600000', '211924.060000', '211924.520000', '211924.980000', '211925.440000', '211925.900000', '211926.360000', '211926.820000', '211927.280000', '211927.740000', '211928.200000', '211928.660000', '211929.120000', '211929.580000', '211930.040000', '211930.500000', '211930.960000', '211931.420000', '211931.880000', '211932.340000', '211932.800000', '211933.260000', '211933.720000', '211934.180000', '211934.640000', '211935.100000', '211935.560000', '211936.020000', '211936.480000', '211936.940000', '211937.400000', '211937.860000', '211938.320000', '211938.780000', '211939.240000', '211939.700000', '211940.160000', '211940.620000', '211941.080000', '211941.540000', '211942.000000', '211942.460000', '211942.920000', '211943.380000', '211943.840000', '211944.300000', '211944.760000', '211945.220000', '211945.680000', '211946.140000', '211946.600000', '211947.060000', '211947.520000', '211947.980000', '211948.440000', '211948.900000', '211949.360000', '211949.820000', '211950.280000', '211950.740000', '211951.200000', '211951.660000', '211952.120000', '211952.580000', '211953.040000', '211953.500000', '211953.960000', '211954.420000', '211954.880000', '211955.340000', '211955.800000', '211956.260000', '211956.720000', '211957.180000', '211957.640000', '211958.100000', '211958.560000', '211959.020000', '211959.480000', '211959.940000', '212000.400000', '212000.860000', '212001.320000', '212001.780000', '212002.240000', '212002.700000', '212003.160000', '212003.620000', '212004.080000', '212004.540000', '212005.000000', '212005.460000', '212005.920000', '212006.380000', '212006.840000', '212007.300000', '212007.760000', '212008.220000', '212008.680000', '212009.140000', '212009.600000', '212010.060000', '212010.520000', '212010.980000', '212011.440000', '212011.900000', '212012.360000', '212012.820000', '212013.280000', '212013.740000', '212014.200000', '212014.660000', '212015.120000', '212015.580000', '212016.040000', '212016.500000', '212016.960000', '212017.420000', '212017.880000', '212018.340000', '212018.800000', '212019.260000', '212019.720000', '212020.180000', '212020.640000', '212021.100000', '212021.560000', '212022.020000', '212022.480000', '212022.940000', '212023.400000', '212023.860000', '212024.320000', '212024.780000', '212025.240000', '212025.700000', '212026.160000', '212026.620000', '212027.080000', '212027.540000', '212028.000000', '212028.460000', '212028.920000', '212029.380000', '212029.840000', '212030.300000', '212030.760000', '212031.220000', '212031.680000', '212032.140000', '212032.600000', '212033.060000', '212033.520000', '212033.980000', '212034.440000', '212034.900000', '212035.360000', '212035.820000', '212036.280000', '212036.740000', '212037.200000', '212037.660000', '212038.120000', '212038.580000', '212039.040000', '212039.500000', '212039.960000', '212040.420000', '212040.880000', '212041.340000', '212041.800000', '212042.260000', '212042.720000', '212043.180000', '212043.640000', '212044.100000', '212044.560000', '212045.020000', '212045.480000', '212045.940000', '212046.400000', '212046.860000', '212047.320000', '212047.780000', '212048.240000', '212048.700000', '212049.160000', '212049.620000', '212050.080000', '212050.540000', '212051.000000', '212051.460000'], 'ContentTime': ['211401.839000', '211401.842000', '211401.845000', '211401.847000', '211401.853000', '211401.855000', '211401.858000', '211401.860000', '211401.863000', '211401.866000', '211401.868000', '211401.871000', '211401.873000', '211401.882000', '211401.884000', '211401.887000', '211401.889000', '211401.892000', '211401.894000', '211401.897000', '211401.899000', '211421.799000', '211421.802000', '211421.805000', '211421.807000', '211421.810000', '211421.813000', '211421.815000', '211421.818000', '211421.820000', '211421.823000', '211421.826000', '211421.828000', '211421.832000', '211421.834000', '211421.837000', '211421.839000', '211421.842000', '211421.844000', '211421.847000', '211421.849000', '211421.888000', '211421.891000', '211421.893000', '211421.896000', '211421.898000', '211421.901000', '211421.904000', '211421.906000', '211421.909000', '211421.911000', '211421.914000', '211421.916000', '211421.919000', '211421.922000', '211421.924000', '211421.927000', '211421.929000', '211421.932000', '211421.935000', '211421.937000', '211421.947000', '211421.950000', '211421.952000', '211441.799000', '211441.802000', '211441.805000', '211441.807000', '211441.810000', '211441.812000', '211441.815000', '211441.817000', '211441.820000', '211441.823000', '211441.825000', '211441.828000', '211441.830000', '211441.833000', '211441.835000', '211441.838000', '211441.840000', '211441.843000', '211441.845000', '211441.848000', '211441.851000', '211441.853000', '211441.856000', '211441.858000', '211441.861000', '211441.863000', '211441.866000', '211441.868000', '211441.871000', '211441.873000', '211441.876000', '211441.878000', '211441.881000', '211441.884000', '211441.886000', '211441.889000', '211441.891000', '211441.894000', '211441.896000', '211441.899000', '211441.902000', '211441.904000', '211441.907000', '211441.909000', '211501.799000', '211501.802000', '211501.805000', '211501.807000', '211501.810000', '211501.813000', '211501.815000', '211501.818000', '211501.820000', '211501.823000', '211501.826000', '211501.828000', '211501.831000', '211501.834000', '211501.836000', '211501.839000', '211501.841000', '211501.844000', '211501.846000', '211501.849000', '211501.852000', '211501.854000', '211501.857000', '211501.859000', '211501.862000', '211501.864000', '211501.867000', '211501.870000', '211501.872000', '211501.875000', '211501.878000', '211501.881000', '211501.884000', '211501.886000', '211501.889000', '211501.891000', '211501.894000', '211501.897000', '211501.899000', '211501.902000', '211501.916000', '211501.918000', '211501.921000', '211521.799000', '211521.802000', '211521.805000', '211521.807000', '211521.810000', '211521.812000', '211521.815000', '211521.818000', '211521.820000', '211521.823000', '211521.825000', '211521.828000', '211521.830000', '211521.833000', '211521.835000', '211521.838000', '211521.841000', '211521.843000', '211521.846000', '211521.849000', '211521.851000', '211521.854000', '211521.856000', '211521.859000', '211521.862000', '211521.864000', '211521.867000', '211521.869000', '211521.872000', '211521.874000', '211521.877000', '211521.879000', '211521.882000', '211521.885000', '211521.887000', '211521.890000', '211521.892000', '211521.895000', '211521.897000', '211521.900000', '211521.903000', '211521.905000', '211521.908000', '211521.910000', '211541.799000', '211541.802000', '211541.805000', '211541.815000', '211541.817000', '211541.820000', '211541.823000', '211541.825000', '211541.828000', '211541.830000', '211541.833000', '211541.836000', '211541.838000', '211541.841000', '211541.843000', '211541.846000', '211541.849000', '211541.851000', '211541.854000', '211541.857000', '211541.859000', '211541.862000', '211541.864000', '211541.867000', '211541.869000', '211541.872000', '211541.875000', '211541.877000', '211541.880000', '211541.882000', '211541.885000', '211541.887000', '211541.890000', '211541.892000', '211541.895000', '211541.898000', '211541.900000', '211541.903000', '211541.905000', '211541.908000', '211541.910000', '211541.913000', '211541.916000', '211601.798000', '211601.801000', '211601.804000', '211601.806000', '211601.809000', '211601.812000', '211601.814000', '211601.817000', '211601.819000', '211601.822000', '211601.825000', '211601.827000', '211601.830000', '211601.832000', '211601.835000', '211601.838000', '211601.840000', '211601.843000', '211601.845000', '211601.848000', '211601.850000', '211601.853000', '211601.856000', '211601.858000', '211601.861000', '211601.863000', '211601.866000', '211601.868000', '211601.871000', '211601.873000', '211601.885000', '211601.887000', '211601.890000', '211601.893000', '211601.895000', '211601.898000', '211601.900000', '211601.903000', '211601.905000', '211601.908000', '211601.910000', '211601.913000', '211601.916000', '211601.918000', '211621.799000', '211621.802000', '211621.805000', '211621.807000', '211621.810000', '211621.813000', '211621.815000', '211621.818000', '211621.820000', '211621.823000', '211621.826000', '211621.828000', '211621.831000', '211621.833000', '211621.836000', '211621.839000', '211621.841000', '211621.844000', '211621.847000', '211621.849000', '211621.852000', '211621.854000', '211621.857000', '211621.860000', '211621.862000', '211621.865000', '211621.867000', '211621.870000', '211621.873000', '211621.876000', '211621.878000', '211621.881000', '211621.884000', '211621.886000', '211621.889000', '211621.891000', '211621.894000', '211621.897000', '211621.899000', '211621.902000', '211621.905000', '211621.907000', '211621.910000', '211641.799000', '211641.802000', '211641.805000', '211641.807000', '211641.810000', '211641.813000', '211641.815000', '211641.818000', '211641.820000', '211641.823000', '211641.826000', '211641.828000', '211641.831000', '211641.833000', '211641.836000', '211641.839000', '211641.841000', '211641.844000', '211641.846000', '211641.849000', '211641.852000', '211641.854000', '211641.857000', '211641.859000', '211641.862000', '211641.864000', '211641.867000', '211641.869000', '211641.872000', '211641.875000', '211641.877000', '211641.880000', '211641.882000', '211641.885000', '211641.888000', '211641.890000', '211641.893000', '211641.895000', '211641.898000', '211641.900000', '211641.903000', '211641.905000', '211641.908000', '211641.911000', '211701.799000', '211701.802000', '211701.805000', '211701.807000', '211701.810000', '211701.812000', '211701.815000', '211701.818000', '211701.820000', '211701.823000', '211701.825000', '211701.828000', '211701.830000', '211701.833000', '211701.836000', '211701.838000', '211701.841000', '211701.844000', '211701.846000', '211701.849000', '211701.851000', '211701.854000', '211701.857000', '211701.859000', '211701.862000', '211701.864000', '211701.868000', '211701.871000', '211701.873000', '211701.876000', '211701.879000', '211701.881000', '211701.884000', '211701.886000', '211701.889000', '211701.891000', '211701.894000', '211701.897000', '211701.899000', '211701.902000', '211701.904000', '211701.907000', '211701.909000', '211721.799000', '211721.802000', '211721.805000', '211721.808000', '211721.810000', '211721.813000', '211721.815000', '211721.818000', '211721.820000', '211721.823000', '211721.826000', '211721.829000', '211721.831000', '211721.834000', '211721.836000', '211721.839000', '211721.842000', '211721.844000', '211721.847000', '211721.849000', '211721.852000', '211721.854000', '211721.857000', '211721.860000', '211721.862000', '211721.865000', '211721.867000', '211721.870000', '211721.873000', '211721.875000', '211721.878000', '211721.880000', '211721.883000', '211721.885000', '211721.888000', '211721.891000', '211721.893000', '211721.896000', '211721.899000', '211721.901000', '211721.904000', '211721.907000', '211721.909000', '211721.912000', '211741.799000', '211741.802000', '211741.805000', '211741.807000', '211741.810000', '211741.813000', '211741.815000', '211741.818000', '211741.820000', '211741.823000', '211741.825000', '211741.837000', '211741.840000', '211741.842000', '211741.845000', '211741.848000', '211741.850000', '211741.853000', '211741.855000', '211741.858000', '211741.860000', '211741.863000', '211741.866000', '211741.868000', '211741.871000', '211741.873000', '211741.876000', '211741.879000', '211741.881000', '211741.884000', '211741.886000', '211741.889000', '211741.891000', '211741.894000', '211741.897000', '211741.899000', '211741.902000', '211741.904000', '211741.907000', '211741.909000', '211741.912000', '211741.915000', '211741.917000', '211801.799000', '211801.806000', '211801.809000', '211801.811000', '211801.814000', '211801.816000', '211801.819000', '211801.822000', '211801.824000', '211801.827000', '211801.830000', '211801.832000', '211801.835000', '211801.837000', '211801.840000', '211801.843000', '211801.845000', '211801.848000', '211801.850000', '211801.853000', '211801.856000', '211801.858000', '211801.861000', '211801.863000', '211801.876000', '211801.879000', '211801.881000', '211801.884000', '211801.887000', '211801.889000', '211801.892000', '211801.894000', '211801.897000', '211801.899000', '211801.902000', '211801.904000', '211801.907000', '211801.910000', '211801.912000', '211801.915000', '211801.917000', '211801.920000', '211801.923000', '211801.925000', '211821.799000', '211821.801000', '211821.804000', '211821.807000', '211821.809000', '211821.812000', '211821.815000', '211821.817000', '211821.820000', '211821.823000', '211821.825000', '211821.828000', '211821.830000', '211821.833000', '211821.836000', '211821.838000', '211821.841000', '211821.843000', '211821.846000', '211821.848000', '211821.851000', '211821.854000', '211821.856000', '211821.859000', '211821.861000', '211821.864000', '211821.866000', '211821.869000', '211821.872000', '211821.874000', '211821.877000', '211821.879000', '211821.882000', '211821.885000', '211821.887000', '211821.890000', '211821.892000', '211821.895000', '211821.898000', '211821.900000', '211821.903000', '211821.905000', '211821.908000', '211841.800000', '211841.802000', '211841.805000', '211841.808000', '211841.810000', '211841.813000', '211841.816000', '211841.818000', '211841.821000', '211841.824000', '211841.826000', '211841.829000', '211841.831000', '211841.834000', '211841.837000', '211841.839000', '211841.842000', '211841.844000', '211841.847000', '211841.849000', '211841.852000', '211841.855000', '211841.857000', '211841.860000', '211841.862000', '211841.865000', '211841.868000', '211841.870000', '211841.873000', '211841.875000', '211841.878000', '211841.880000', '211841.883000', '211841.886000', '211841.888000', '211841.891000', '211841.894000', '211841.896000', '211841.899000', '211841.901000', '211841.904000', '211841.907000', '211841.909000', '211841.912000', '211901.799000', '211901.802000', '211901.805000', '211901.807000', '211901.810000', '211901.813000', '211901.815000', '211901.818000', '211901.820000', '211901.823000', '211901.826000', '211901.828000', '211901.831000', '211901.834000', '211901.836000', '211901.839000', '211901.841000', '211901.844000', '211901.846000', '211901.849000', '211901.852000', '211901.854000', '211901.857000', '211901.860000', '211901.862000', '211901.865000', '211901.868000', '211901.870000', '211901.873000', '211901.876000', '211901.878000', '211901.881000', '211901.883000', '211901.886000', '211901.889000', '211901.891000', '211901.910000', '211901.913000', '211901.915000', '211901.918000', '211901.920000', '211901.923000', '211901.926000', '211921.800000', '211921.802000', '211921.805000', '211921.808000', '211921.810000', '211921.813000', '211921.815000', '211921.818000', '211921.821000', '211921.823000', '211921.826000', '211921.828000', '211921.831000', '211921.834000', '211921.836000', '211921.839000', '211921.842000', '211921.844000', '211921.847000', '211921.849000', '211921.852000', '211921.855000', '211921.857000', '211921.860000', '211921.863000', '211921.865000', '211921.868000', '211921.871000', '211921.873000', '211921.876000', '211921.878000', '211921.881000', '211921.884000', '211921.886000', '211921.889000', '211921.891000', '211921.894000', '211921.897000', '211921.899000', '211921.902000', '211921.904000', '211921.907000', '211921.922000', '211921.924000', '211941.799000', '211941.802000', '211941.805000', '211941.808000', '211941.810000', '211941.813000', '211941.816000', '211941.818000', '211941.821000', '211941.823000', '211941.826000', '211941.828000', '211941.831000', '211941.834000', '211941.836000', '211941.839000', '211941.841000', '211941.844000', '211941.847000', '211941.849000', '211941.852000', '211941.854000', '211941.857000', '211941.860000', '211941.862000', '211941.865000', '211941.867000', '211941.870000', '211941.872000', '211941.875000', '211941.877000', '211941.880000', '211941.882000', '211941.885000', '211941.888000', '211941.890000', '211941.893000', '211941.895000', '211941.898000', '211941.900000', '211941.903000', '211941.906000', '211941.908000', '212001.800000', '212001.802000', '212001.805000', '212001.808000', '212001.811000', '212001.813000', '212001.816000', '212001.818000', '212001.821000', '212001.824000', '212001.826000', '212001.829000', '212001.831000', '212001.834000', '212001.836000', '212001.839000', '212001.841000', '212001.844000', '212001.847000', '212001.849000', '212001.852000', '212001.855000', '212001.857000', '212001.860000', '212001.862000', '212001.865000', '212001.868000', '212001.870000', '212001.873000', '212001.875000', '212001.878000', '212001.880000', '212001.883000', '212001.886000', '212001.888000', '212001.891000', '212001.893000', '212001.896000', '212001.899000', '212001.901000', '212001.904000', '212001.906000', '212001.909000', '212001.911000', '212021.799000', '212021.802000', '212021.805000', '212021.808000', '212021.810000', '212021.813000', '212021.815000', '212021.818000', '212021.826000', '212021.829000', '212021.832000', '212021.834000', '212021.837000', '212021.839000', '212021.842000', '212021.844000', '212021.847000', '212021.850000', '212021.852000', '212021.855000', '212021.857000', '212021.860000', '212021.862000', '212021.865000', '212021.868000', '212021.870000', '212021.873000', '212021.875000', '212021.878000', '212021.881000', '212021.883000', '212021.886000', '212021.888000', '212021.904000', '212021.907000', '212021.910000', '212021.912000', '212021.915000', '212021.918000', '212021.920000', '212021.923000', '212021.925000', '212021.928000', '212041.799000', '212041.802000', '212041.804000', '212041.807000', '212041.810000', '212041.812000', '212041.815000', '212041.817000', '212041.820000', '212041.823000', '212041.825000', '212041.828000', '212041.830000', '212041.833000', '212041.836000', '212041.839000', '212041.841000', '212041.844000', '212041.846000', '212041.849000', '212041.852000', '212041.854000', '212041.857000', '212041.859000', '212041.862000', '212041.865000', '212041.867000', '212041.870000', '212041.873000', '212041.875000', '212041.878000', '212041.880000', '212041.883000', '212041.886000', '212041.888000', '212041.891000', '212041.893000', '212041.896000', '212041.899000', '212041.901000', '212041.904000', '212041.906000', '212041.909000', '212041.911000', '212052.350000', '212052.353000', '212052.355000', '212052.358000', '212052.361000', '212052.363000', '212052.366000', '212052.369000', '212052.371000', '212052.374000', '212052.376000', '212052.379000', '212052.382000', '212052.384000', '212052.387000', '212052.389000', '212052.392000', '212052.395000', '212052.397000', '212052.400000', '212052.403000', '212052.405000', '212052.408000'], 'InstanceCreationTime': ['211401.839000', '211401.842000', '211401.845000', '211401.847000', '211401.853000', '211401.855000', '211401.858000', '211401.860000', '211401.863000', '211401.866000', '211401.868000', '211401.871000', '211401.873000', '211401.882000', '211401.884000', '211401.887000', '211401.889000', '211401.892000', '211401.894000', '211401.897000', '211401.899000', '211421.799000', '211421.802000', '211421.805000', '211421.807000', '211421.810000', '211421.813000', '211421.815000', '211421.818000', '211421.820000', '211421.823000', '211421.826000', '211421.828000', '211421.832000', '211421.834000', '211421.837000', '211421.839000', '211421.842000', '211421.844000', '211421.847000', '211421.849000', '211421.888000', '211421.891000', '211421.893000', '211421.896000', '211421.898000', '211421.901000', '211421.904000', '211421.906000', '211421.909000', '211421.911000', '211421.914000', '211421.916000', '211421.919000', '211421.922000', '211421.924000', '211421.927000', '211421.929000', '211421.932000', '211421.935000', '211421.937000', '211421.947000', '211421.950000', '211421.952000', '211441.799000', '211441.802000', '211441.805000', '211441.807000', '211441.810000', '211441.812000', '211441.815000', '211441.817000', '211441.820000', '211441.823000', '211441.825000', '211441.828000', '211441.830000', '211441.833000', '211441.835000', '211441.838000', '211441.840000', '211441.843000', '211441.845000', '211441.848000', '211441.851000', '211441.853000', '211441.856000', '211441.858000', '211441.861000', '211441.863000', '211441.866000', '211441.868000', '211441.871000', '211441.873000', '211441.876000', '211441.878000', '211441.881000', '211441.884000', '211441.886000', '211441.889000', '211441.891000', '211441.894000', '211441.896000', '211441.899000', '211441.902000', '211441.904000', '211441.907000', '211441.909000', '211501.799000', '211501.802000', '211501.805000', '211501.807000', '211501.810000', '211501.813000', '211501.815000', '211501.818000', '211501.820000', '211501.823000', '211501.826000', '211501.828000', '211501.831000', '211501.834000', '211501.836000', '211501.839000', '211501.841000', '211501.844000', '211501.846000', '211501.849000', '211501.852000', '211501.854000', '211501.857000', '211501.859000', '211501.862000', '211501.864000', '211501.867000', '211501.870000', '211501.872000', '211501.875000', '211501.878000', '211501.881000', '211501.884000', '211501.886000', '211501.889000', '211501.891000', '211501.894000', '211501.897000', '211501.899000', '211501.902000', '211501.916000', '211501.918000', '211501.921000', '211521.799000', '211521.802000', '211521.805000', '211521.807000', '211521.810000', '211521.812000', '211521.815000', '211521.818000', '211521.820000', '211521.823000', '211521.825000', '211521.828000', '211521.830000', '211521.833000', '211521.835000', '211521.838000', '211521.841000', '211521.843000', '211521.846000', '211521.849000', '211521.851000', '211521.854000', '211521.856000', '211521.859000', '211521.862000', '211521.864000', '211521.867000', '211521.869000', '211521.872000', '211521.874000', '211521.877000', '211521.879000', '211521.882000', '211521.885000', '211521.887000', '211521.890000', '211521.892000', '211521.895000', '211521.897000', '211521.900000', '211521.903000', '211521.905000', '211521.908000', '211521.910000', '211541.799000', '211541.802000', '211541.805000', '211541.815000', '211541.817000', '211541.820000', '211541.823000', '211541.825000', '211541.828000', '211541.830000', '211541.833000', '211541.836000', '211541.838000', '211541.841000', '211541.843000', '211541.846000', '211541.849000', '211541.851000', '211541.854000', '211541.857000', '211541.859000', '211541.862000', '211541.864000', '211541.867000', '211541.869000', '211541.872000', '211541.875000', '211541.877000', '211541.880000', '211541.882000', '211541.885000', '211541.887000', '211541.890000', '211541.892000', '211541.895000', '211541.898000', '211541.900000', '211541.903000', '211541.905000', '211541.908000', '211541.910000', '211541.913000', '211541.916000', '211601.798000', '211601.801000', '211601.804000', '211601.806000', '211601.809000', '211601.812000', '211601.814000', '211601.817000', '211601.819000', '211601.822000', '211601.825000', '211601.827000', '211601.830000', '211601.832000', '211601.835000', '211601.838000', '211601.840000', '211601.843000', '211601.845000', '211601.848000', '211601.850000', '211601.853000', '211601.856000', '211601.858000', '211601.861000', '211601.863000', '211601.866000', '211601.868000', '211601.871000', '211601.873000', '211601.885000', '211601.887000', '211601.890000', '211601.893000', '211601.895000', '211601.898000', '211601.900000', '211601.903000', '211601.905000', '211601.908000', '211601.910000', '211601.913000', '211601.916000', '211601.918000', '211621.799000', '211621.802000', '211621.805000', '211621.807000', '211621.810000', '211621.813000', '211621.815000', '211621.818000', '211621.820000', '211621.823000', '211621.826000', '211621.828000', '211621.831000', '211621.833000', '211621.836000', '211621.839000', '211621.841000', '211621.844000', '211621.847000', '211621.849000', '211621.852000', '211621.854000', '211621.857000', '211621.860000', '211621.862000', '211621.865000', '211621.867000', '211621.870000', '211621.873000', '211621.876000', '211621.878000', '211621.881000', '211621.884000', '211621.886000', '211621.889000', '211621.891000', '211621.894000', '211621.897000', '211621.899000', '211621.902000', '211621.905000', '211621.907000', '211621.910000', '211641.799000', '211641.802000', '211641.805000', '211641.807000', '211641.810000', '211641.813000', '211641.815000', '211641.818000', '211641.820000', '211641.823000', '211641.826000', '211641.828000', '211641.831000', '211641.833000', '211641.836000', '211641.839000', '211641.841000', '211641.844000', '211641.846000', '211641.849000', '211641.852000', '211641.854000', '211641.857000', '211641.859000', '211641.862000', '211641.864000', '211641.867000', '211641.869000', '211641.872000', '211641.875000', '211641.877000', '211641.880000', '211641.882000', '211641.885000', '211641.888000', '211641.890000', '211641.893000', '211641.895000', '211641.898000', '211641.900000', '211641.903000', '211641.905000', '211641.908000', '211641.911000', '211701.799000', '211701.802000', '211701.805000', '211701.807000', '211701.810000', '211701.812000', '211701.815000', '211701.818000', '211701.820000', '211701.823000', '211701.825000', '211701.828000', '211701.830000', '211701.833000', '211701.836000', '211701.838000', '211701.841000', '211701.844000', '211701.846000', '211701.849000', '211701.851000', '211701.854000', '211701.857000', '211701.859000', '211701.862000', '211701.864000', '211701.868000', '211701.871000', '211701.873000', '211701.876000', '211701.879000', '211701.881000', '211701.884000', '211701.886000', '211701.889000', '211701.891000', '211701.894000', '211701.897000', '211701.899000', '211701.902000', '211701.904000', '211701.907000', '211701.909000', '211721.799000', '211721.802000', '211721.805000', '211721.808000', '211721.810000', '211721.813000', '211721.815000', '211721.818000', '211721.820000', '211721.823000', '211721.826000', '211721.829000', '211721.831000', '211721.834000', '211721.836000', '211721.839000', '211721.842000', '211721.844000', '211721.847000', '211721.849000', '211721.852000', '211721.854000', '211721.857000', '211721.860000', '211721.862000', '211721.865000', '211721.867000', '211721.870000', '211721.873000', '211721.875000', '211721.878000', '211721.880000', '211721.883000', '211721.885000', '211721.888000', '211721.891000', '211721.893000', '211721.896000', '211721.899000', '211721.901000', '211721.904000', '211721.907000', '211721.909000', '211721.912000', '211741.799000', '211741.802000', '211741.805000', '211741.807000', '211741.810000', '211741.813000', '211741.815000', '211741.818000', '211741.820000', '211741.823000', '211741.825000', '211741.837000', '211741.840000', '211741.842000', '211741.845000', '211741.848000', '211741.850000', '211741.853000', '211741.855000', '211741.858000', '211741.860000', '211741.863000', '211741.866000', '211741.868000', '211741.871000', '211741.873000', '211741.876000', '211741.879000', '211741.881000', '211741.884000', '211741.886000', '211741.889000', '211741.891000', '211741.894000', '211741.897000', '211741.899000', '211741.902000', '211741.904000', '211741.907000', '211741.909000', '211741.912000', '211741.915000', '211741.917000', '211801.799000', '211801.806000', '211801.809000', '211801.811000', '211801.814000', '211801.816000', '211801.819000', '211801.822000', '211801.824000', '211801.827000', '211801.830000', '211801.832000', '211801.835000', '211801.837000', '211801.840000', '211801.843000', '211801.845000', '211801.848000', '211801.850000', '211801.853000', '211801.856000', '211801.858000', '211801.861000', '211801.863000', '211801.876000', '211801.879000', '211801.881000', '211801.884000', '211801.887000', '211801.889000', '211801.892000', '211801.894000', '211801.897000', '211801.899000', '211801.902000', '211801.904000', '211801.907000', '211801.910000', '211801.912000', '211801.915000', '211801.917000', '211801.920000', '211801.923000', '211801.925000', '211821.799000', '211821.801000', '211821.804000', '211821.807000', '211821.809000', '211821.812000', '211821.815000', '211821.817000', '211821.820000', '211821.823000', '211821.825000', '211821.828000', '211821.830000', '211821.833000', '211821.836000', '211821.838000', '211821.841000', '211821.843000', '211821.846000', '211821.848000', '211821.851000', '211821.854000', '211821.856000', '211821.859000', '211821.861000', '211821.864000', '211821.866000', '211821.869000', '211821.872000', '211821.874000', '211821.877000', '211821.879000', '211821.882000', '211821.885000', '211821.887000', '211821.890000', '211821.892000', '211821.895000', '211821.898000', '211821.900000', '211821.903000', '211821.905000', '211821.908000', '211841.800000', '211841.802000', '211841.805000', '211841.808000', '211841.810000', '211841.813000', '211841.816000', '211841.818000', '211841.821000', '211841.824000', '211841.826000', '211841.829000', '211841.831000', '211841.834000', '211841.837000', '211841.839000', '211841.842000', '211841.844000', '211841.847000', '211841.849000', '211841.852000', '211841.855000', '211841.857000', '211841.860000', '211841.862000', '211841.865000', '211841.868000', '211841.870000', '211841.873000', '211841.875000', '211841.878000', '211841.880000', '211841.883000', '211841.886000', '211841.888000', '211841.891000', '211841.894000', '211841.896000', '211841.899000', '211841.901000', '211841.904000', '211841.907000', '211841.909000', '211841.912000', '211901.799000', '211901.802000', '211901.805000', '211901.807000', '211901.810000', '211901.813000', '211901.815000', '211901.818000', '211901.820000', '211901.823000', '211901.826000', '211901.828000', '211901.831000', '211901.834000', '211901.836000', '211901.839000', '211901.841000', '211901.844000', '211901.846000', '211901.849000', '211901.852000', '211901.854000', '211901.857000', '211901.860000', '211901.862000', '211901.865000', '211901.868000', '211901.870000', '211901.873000', '211901.876000', '211901.878000', '211901.881000', '211901.883000', '211901.886000', '211901.889000', '211901.891000', '211901.910000', '211901.913000', '211901.915000', '211901.918000', '211901.920000', '211901.923000', '211901.926000', '211921.800000', '211921.802000', '211921.805000', '211921.808000', '211921.810000', '211921.813000', '211921.815000', '211921.818000', '211921.821000', '211921.823000', '211921.826000', '211921.828000', '211921.831000', '211921.834000', '211921.836000', '211921.839000', '211921.842000', '211921.844000', '211921.847000', '211921.849000', '211921.852000', '211921.855000', '211921.857000', '211921.860000', '211921.863000', '211921.865000', '211921.868000', '211921.871000', '211921.873000', '211921.876000', '211921.878000', '211921.881000', '211921.884000', '211921.886000', '211921.889000', '211921.891000', '211921.894000', '211921.897000', '211921.899000', '211921.902000', '211921.904000', '211921.907000', '211921.922000', '211921.924000', '211941.799000', '211941.802000', '211941.805000', '211941.808000', '211941.810000', '211941.813000', '211941.816000', '211941.818000', '211941.821000', '211941.823000', '211941.826000', '211941.828000', '211941.831000', '211941.834000', '211941.836000', '211941.839000', '211941.841000', '211941.844000', '211941.847000', '211941.849000', '211941.852000', '211941.854000', '211941.857000', '211941.860000', '211941.862000', '211941.865000', '211941.867000', '211941.870000', '211941.872000', '211941.875000', '211941.877000', '211941.880000', '211941.882000', '211941.885000', '211941.888000', '211941.890000', '211941.893000', '211941.895000', '211941.898000', '211941.900000', '211941.903000', '211941.906000', '211941.908000', '212001.800000', '212001.802000', '212001.805000', '212001.808000', '212001.811000', '212001.813000', '212001.816000', '212001.818000', '212001.821000', '212001.824000', '212001.826000', '212001.829000', '212001.831000', '212001.834000', '212001.836000', '212001.839000', '212001.841000', '212001.844000', '212001.847000', '212001.849000', '212001.852000', '212001.855000', '212001.857000', '212001.860000', '212001.862000', '212001.865000', '212001.868000', '212001.870000', '212001.873000', '212001.875000', '212001.878000', '212001.880000', '212001.883000', '212001.886000', '212001.888000', '212001.891000', '212001.893000', '212001.896000', '212001.899000', '212001.901000', '212001.904000', '212001.906000', '212001.909000', '212001.911000', '212021.799000', '212021.802000', '212021.805000', '212021.808000', '212021.810000', '212021.813000', '212021.815000', '212021.818000', '212021.826000', '212021.829000', '212021.832000', '212021.834000', '212021.837000', '212021.839000', '212021.842000', '212021.844000', '212021.847000', '212021.850000', '212021.852000', '212021.855000', '212021.857000', '212021.860000', '212021.862000', '212021.865000', '212021.868000', '212021.870000', '212021.873000', '212021.875000', '212021.878000', '212021.881000', '212021.883000', '212021.886000', '212021.888000', '212021.904000', '212021.907000', '212021.910000', '212021.912000', '212021.915000', '212021.918000', '212021.920000', '212021.923000', '212021.925000', '212021.928000', '212041.799000', '212041.802000', '212041.804000', '212041.807000', '212041.810000', '212041.812000', '212041.815000', '212041.817000', '212041.820000', '212041.823000', '212041.825000', '212041.828000', '212041.830000', '212041.833000', '212041.836000', '212041.839000', '212041.841000', '212041.844000', '212041.846000', '212041.849000', '212041.852000', '212041.854000', '212041.857000', '212041.859000', '212041.862000', '212041.865000', '212041.867000', '212041.870000', '212041.873000', '212041.875000', '212041.878000', '212041.880000', '212041.883000', '212041.886000', '212041.888000', '212041.891000', '212041.893000', '212041.896000', '212041.899000', '212041.901000', '212041.904000', '212041.906000', '212041.909000', '212041.911000', '212052.350000', '212052.353000', '212052.355000', '212052.358000', '212052.361000', '212052.363000', '212052.366000', '212052.369000', '212052.371000', '212052.374000', '212052.376000', '212052.379000', '212052.382000', '212052.384000', '212052.387000', '212052.389000', '212052.392000', '212052.395000', '212052.397000', '212052.400000', '212052.403000', '212052.405000', '212052.408000'], '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': [10957, 18089, 15475, 17447, 13093, 12186, 14775, 10719, 16360, 8471, 14369, 8450, 15081, 9658, 16425, 8213, 14829, 8781, 15272, 9618, 16517, 8454, 15138, 9138, 15350, 11841, 15788, 11844, 14751, 11685, 11821, 14224, 10316, 14265, 8367, 14294, 11359, 16475, 13704, 17546, 12432, 15675, 14766, 11078, 15594, 8951, 15218, 9119, 17209, 13905, 15572, 11897, 16440, 12113, 14656, 15414, 10076, 14844, 8574, 14724, 9339, 17283, 14442, 15237, 11838, 15889, 13222, 11758, 15958, 8473, 14267, 8213, 15739, 14416, 15149, 12162, 11309, 13269, 9447, 16494, 10982, 15980, 10256, 14425, 12124, 17511, 14895, 10538, 13693, 8480, 13977, 8784, 16488, 12667, 14629, 11574, 15653, 13212, 15665, 14100, 9335, 13658, 8323, 15119, 12984, 8548, 13390, 9738, 15528, 15308, 10330, 15526, 10755, 16286, 13316, 17821, 14264, 15942, 11621, 12587, 15091, 9682, 14611, 8290, 14881, 12681, 15686, 13520, 8388, 14210, 10281, 17019, 14506, 8542, 14165, 12092, 11516, 16231, 11571, 17308, 12390, 9056, 16117, 13869, 17369, 13600, 9667, 14708, 9620, 19833, 14829, 9264, 14603, 12079, 13222, 16761, 9363, 16590, 12499, 9684, 17026, 13878, 10260, 19678, 13428, 9360, 15365, 10325, 18307, 13930, 15940, 12708, 10523, 16898, 8501, 15063, 10105, 15809, 14249, 11770, 13086, 8623, 14828, 9809, 16905, 12713, 10738, 13507, 9583, 16498, 11570, 15332, 11662, 13846, 12425, 10289, 18050, 12782, 8890, 13027, 9125, 17839, 15716, 11178, 15131, 9459, 15793, 13738, 15695, 15789, 9681, 15527, 9342, 15943, 10937, 15422, 11588, 15350, 12316, 14760, 11968, 8838, 15857, 10343, 7348, 11436, 7780, 13464, 9187, 13968, 8997, 14793, 9308, 15705, 12334, 15886, 13486, 16767, 13596, 11172, 15101, 9403, 17087, 11036, 15775, 11607, 10403, 13167, 8930, 14951, 8772, 14560, 11599, 15642, 11472, 10066, 14949, 9128, 13322, 9958, 11564, 12499, 8553, 16149, 12322, 15640, 11245, 9856, 14294, 9940, 15151, 8660, 15027, 12871, 17742, 13005, 9443, 13619, 8246, 15550, 13705, 16191, 12831, 9364, 13693, 9321, 14763, 10525, 16247, 8773, 14622, 8319, 15578, 11846, 15302, 11854, 16310, 11539, 14573, 12988, 10528, 16295, 8180, 13968, 9335, 15077, 13110, 11508, 14998, 8422, 14997, 11944, 16091, 13962, 17959, 13938, 9472, 14281, 10778, 17425, 13487, 9106, 13576, 9282, 14761, 10229, 17064, 11543, 15110, 11362, 14981, 13789, 19347, 12863, 11287, 12603, 9487, 16363, 8975, 14855, 11372, 12018, 14791, 9531, 15140, 11981, 12963, 14934, 10757, 16506, 9885, 15892, 13695, 13074, 15249, 8364, 14695, 12170, 17457, 14905, 8939, 14576, 10997, 14917, 14908, 9848, 15385, 12049, 10071, 14656, 11144, 18596, 13293, 10804, 14666, 9712, 17416, 13661, 16821, 12075, 10855, 14245, 9657, 15077, 10638, 16043, 12868, 9668, 16193, 10820, 15716, 13345, 10049, 17363, 11995, 15436, 13423, 9851, 17514, 13829, 13257, 13554, 9437, 17365, 15025, 10991, 14415, 8805, 16041, 14341, 10877, 15682, 9596, 16941, 13581, 12204, 17631, 9396, 15588, 11734, 15944, 15337, 10383, 16038, 10595, 16464, 13361, 12896, 16289, 8889, 15266, 12168, 12180, 16741, 9576, 15843, 11992, 11808, 15779, 10894, 16733, 11537, 16347, 13188, 12945, 17145, 8501, 16099, 12612, 9681, 17537, 12219, 17169, 12426, 10676, 15732, 10852, 16451, 12116, 14762, 13671, 10189, 18045, 10509, 15709, 12288, 13561, 15834, 10577, 16117, 10748, 15738, 13985, 10443, 17552, 12830, 11294, 14066, 9726, 17600, 14450, 10175, 14944, 10202, 19397, 14614, 9639, 14915, 8917, 16290, 13759, 11821, 14327, 10802, 10087, 10887, 7609, 14441, 12193, 13972, 16459, 10489, 16148, 11573, 16026, 13324, 17275, 15167, 16724, 12258, 16215, 12067, 14419, 14376, 9388, 13444, 8325, 14088, 8773, 15698, 11852, 14572, 11872, 15278, 13241, 10484, 15734, 8462, 14567, 9858, 14861, 12953, 11372, 14861, 8407, 14729, 12454, 13246, 15919, 9478, 15370, 10576, 15361, 12763, 18211, 13566, 9417, 14895, 9996, 10848, 13712, 10559, 12801, 16674, 12658, 13173, 13137, 8919, 16398, 13005, 16826, 13776, 9435, 14751, 8910, 17451, 13538, 12034, 13529, 9110, 16924, 13456, 12128, 13725, 9030, 16744, 13800, 12713, 13934, 9764, 15350, 9745, 16607, 10598, 16539, 11634, 15765, 12577, 17696, 14340, 10285, 14741, 8405, 15454, 12243, 15134, 15624, 9019, 15616, 12334, 14990, 12902, 8998, 14537, 10715, 18287, 15618, 12777, 13501, 9495, 16595, 13635, 14373, 14334, 8445, 15202, 11413, 16162, 16204, 9301, 15143, 11925, 12666, 14780, 10759, 17047, 12603, 10157, 15073, 9562, 18486, 15131, 10600, 14509, 8876, 16302, 14925, 10453, 14898, 9414, 16495, 13690, 10343, 16251, 10903, 13959, 13266, 9169, 17538, 14755, 10626, 13806, 8439, 16830, 14909, 10586, 15409, 11235, 11139, 14795, 10618, 17804, 12558, 8951, 15235, 11076, 17071, 15344, 8759, 15092, 11730, 12185, 16405, 9483, 16088, 11595, 10268, 15675, 10366, 17046, 12188, 9115, 15677, 11919, 16841, 13556, 8997, 15355, 11065, 17143, 14874, 9574, 15256, 11220, 17367, 14958, 10599, 15652, 8744, 15929, 11323, 17449, 14929, 10218, 14324, 8630, 15347, 10918, 17337, 14400, 9146, 14531, 9553, 17009, 14871, 9842, 15214, 8861, 16080, 13402, 14915, 15786, 8751, 15164, 12065, 15311, 14404, 10342, 16385, 9303, 15823, 12395, 13207, 16131, 8593, 15492, 11486, 15528, 14265, 10196, 16279, 10039, 16507, 12774, 10855, 17026, 9428, 15664, 12286, 13634, 15400, 10454, 16094, 11460, 13771, 13199, 9950, 16723, 11159, 15472, 12807, 10527, 16148, 10869, 16460, 11887, 11198, 14993, 10030, 17553, 13803, 12802, 13955, 9327, 17537, 13967, 13346, 12874, 8721, 16091, 11773, 16311, 11990, 15662, 12754, 12905, 15770, 10308, 15351, 8849, 15937, 11979, 13158, 14075, 10186, 18476, 14926, 8970, 15269, 11874, 17031, 14764, 14893, 13548, 9898, 15068, 9340, 17330, 14163, 10106, 14239, 8907, 16900, 14160, 16997, 12932, 16045, 12995, 13285, 15183, 9821, 15126, 10479, 15106, 13852, 9715, 15566, 10757, 15258, 12401, 15435, 15291, 9951, 14377, 8816, 14795, 9574, 17272, 14318, 14755, 12395, 9808, 14130, 9717, 17405, 10949, 15785, 12223, 13056, 13752, 9936, 17022, 9558, 15563, 12321, 12420, 15371, 10373, 15610, 9515, 15203, 12394, 16813, 14062, 9718, 13917, 8762, 15119, 9736, 17019, 13639, 10973, 13498, 8819, 15808, 12244, 16921, 14940, 9949, 14732, 9176, 16392, 12414, 18351, 13630, 10767, 14208, 9555, 17118, 10093, 15962, 11353, 15742, 13851, 10881, 14742, 8650, 14640, 8860, 17059, 14389, 10098, 13866, 8556, 16617, 13682, 16772, 13568, 10071, 14833, 9887, 17782, 12740, 16001], 'WindowCenter': [4664.0, 4697.0, 4663.0, 4657.0, 4615.0, 4616.0, 4635.0, 4595.0, 4633.0, 4550.0, 4609.0, 4550.0, 4621.0, 4569.0, 4619.0, 4536.0, 4595.0, 4547.0, 4609.0, 4568.0, 4617.0, 4536.0, 4595.0, 4557.0, 4618.0, 4613.0, 4619.0, 4590.0, 4608.0, 4601.0, 4603.0, 4624.0, 4593.0, 4624.0, 4563.0, 4624.0, 4605.0, 4635.0, 4627.0, 4643.0, 4614.0, 4635.0, 4625.0, 4592.0, 4622.0, 4561.0, 4621.0, 4574.0, 4632.0, 4613.0, 4622.0, 4591.0, 4618.0, 4602.0, 4622.0, 4622.0, 4569.0, 4609.0, 4548.0, 4621.0, 4572.0, 4629.0, 4612.0, 4609.0, 4589.0, 4618.0, 4598.0, 4588.0, 4619.0, 4538.0, 4597.0, 4560.0, 4618.0, 4610.0, 4607.0, 4588.0, 4579.0, 4610.0, 4570.0, 4630.0, 4580.0, 4619.0, 4593.0, 4608.0, 4589.0, 4617.0, 4623.0, 4579.0, 4597.0, 4545.0, 4608.0, 4560.0, 4630.0, 4599.0, 4596.0, 4589.0, 4619.0, 4599.0, 4618.0, 4598.0, 4555.0, 4595.0, 4549.0, 4618.0, 4613.0, 4561.0, 4611.0, 4584.0, 4645.0, 4647.0, 4595.0, 4634.0, 4593.0, 4647.0, 4625.0, 4633.0, 4612.0, 4608.0, 4590.0, 4600.0, 4609.0, 4557.0, 4596.0, 4534.0, 4608.0, 4588.0, 4606.0, 4585.0, 4534.0, 4595.0, 4578.0, 4616.0, 4609.0, 4547.0, 4608.0, 4589.0, 4589.0, 4620.0, 4591.0, 4619.0, 4589.0, 4572.0, 4632.0, 4612.0, 4631.0, 4611.0, 4558.0, 4608.0, 4571.0, 4630.0, 4609.0, 4557.0, 4608.0, 4590.0, 4599.0, 4620.0, 4573.0, 4620.0, 4590.0, 4571.0, 4631.0, 4612.0, 4582.0, 4643.0, 4600.0, 4560.0, 4621.0, 4580.0, 4632.0, 4599.0, 4605.0, 4587.0, 4566.0, 4618.0, 4536.0, 4595.0, 4579.0, 4607.0, 4610.0, 4576.0, 4586.0, 4547.0, 4608.0, 4570.0, 4631.0, 4601.0, 4590.0, 4612.0, 4573.0, 4632.0, 4593.0, 4620.0, 4605.0, 4624.0, 4615.0, 4582.0, 4644.0, 4602.0, 4558.0, 4599.0, 4560.0, 4629.0, 4622.0, 4578.0, 4608.0, 4558.0, 4622.0, 4612.0, 4609.0, 4608.0, 4545.0, 4595.0, 4534.0, 4593.0, 4553.0, 4592.0, 4576.0, 4606.0, 4574.0, 4593.0, 4562.0, 4532.0, 4588.0, 4553.0, 4525.0, 4589.0, 4525.0, 4586.0, 4556.0, 4597.0, 4546.0, 4607.0, 4558.0, 4608.0, 4588.0, 4606.0, 4586.0, 4594.0, 4585.0, 4551.0, 4571.0, 4518.0, 4580.0, 4539.0, 4577.0, 4547.0, 4537.0, 4559.0, 4516.0, 4566.0, 4506.0, 4566.0, 4546.0, 4591.0, 4563.0, 4541.0, 4592.0, 4532.0, 4570.0, 4554.0, 4562.0, 4573.0, 4546.0, 4607.0, 4587.0, 4606.0, 4589.0, 4593.0, 4621.0, 4582.0, 4609.0, 4548.0, 4621.0, 4601.0, 4630.0, 4599.0, 4558.0, 4610.0, 4551.0, 4620.0, 4611.0, 4620.0, 4600.0, 4559.0, 4609.0, 4570.0, 4623.0, 4580.0, 4622.0, 4549.0, 4608.0, 4549.0, 4620.0, 4590.0, 4609.0, 4590.0, 4617.0, 4592.0, 4620.0, 4612.0, 4581.0, 4633.0, 4551.0, 4624.0, 4573.0, 4633.0, 4623.0, 4603.0, 4623.0, 4563.0, 4622.0, 4603.0, 4635.0, 4624.0, 4643.0, 4612.0, 4571.0, 4623.0, 4603.0, 4643.0, 4613.0, 4572.0, 4624.0, 4573.0, 4635.0, 4594.0, 4635.0, 4593.0, 4620.0, 4591.0, 4623.0, 4612.0, 4631.0, 4589.0, 4577.0, 4589.0, 4569.0, 4620.0, 4558.0, 4597.0, 4588.0, 4601.0, 4621.0, 4570.0, 4619.0, 4590.0, 4613.0, 4622.0, 4593.0, 4632.0, 4569.0, 4621.0, 4611.0, 4600.0, 4609.0, 4537.0, 4609.0, 4601.0, 4628.0, 4621.0, 4558.0, 4611.0, 4579.0, 4620.0, 4621.0, 4570.0, 4609.0, 4590.0, 4581.0, 4622.0, 4592.0, 4641.0, 4611.0, 4579.0, 4610.0, 4572.0, 4631.0, 4599.0, 4606.0, 4587.0, 4579.0, 4608.0, 4569.0, 4608.0, 4568.0, 4619.0, 4600.0, 4571.0, 4621.0, 4580.0, 4632.0, 4613.0, 4584.0, 4644.0, 4602.0, 4621.0, 4613.0, 4583.0, 4645.0, 4613.0, 4600.0, 4600.0, 4574.0, 4632.0, 4624.0, 4580.0, 4608.0, 4562.0, 4632.0, 4623.0, 4581.0, 4620.0, 4570.0, 4630.0, 4623.0, 4602.0, 4645.0, 4561.0, 4609.0, 4590.0, 4621.0, 4622.0, 4570.0, 4620.0, 4569.0, 4620.0, 4612.0, 4601.0, 4621.0, 4560.0, 4609.0, 4601.0, 4601.0, 4633.0, 4573.0, 4621.0, 4603.0, 4616.0, 4635.0, 4594.0, 4633.0, 4593.0, 4633.0, 4613.0, 4601.0, 4632.0, 4549.0, 4619.0, 4602.0, 4572.0, 4633.0, 4602.0, 4630.0, 4601.0, 4592.0, 4622.0, 4592.0, 4620.0, 4589.0, 4610.0, 4612.0, 4580.0, 4632.0, 4569.0, 4607.0, 4588.0, 4610.0, 4620.0, 4579.0, 4608.0, 4578.0, 4618.0, 4611.0, 4582.0, 4632.0, 4600.0, 4580.0, 4623.0, 4583.0, 4634.0, 4612.0, 4569.0, 4620.0, 4582.0, 4631.0, 4611.0, 4558.0, 4608.0, 4575.0, 4632.0, 4610.0, 4578.0, 4595.0, 4577.0, 4567.0, 4579.0, 4539.0, 4621.0, 4601.0, 4611.0, 4647.0, 4593.0, 4622.0, 4591.0, 4621.0, 4613.0, 4618.0, 4610.0, 4594.0, 4562.0, 4580.0, 4562.0, 4570.0, 4585.0, 4528.0, 4568.0, 4519.0, 4581.0, 4531.0, 4591.0, 4561.0, 4582.0, 4573.0, 4591.0, 4582.0, 4553.0, 4594.0, 4522.0, 4582.0, 4553.0, 4595.0, 4586.0, 4576.0, 4596.0, 4536.0, 4606.0, 4599.0, 4597.0, 4619.0, 4569.0, 4608.0, 4568.0, 4622.0, 4614.0, 4642.0, 4611.0, 4571.0, 4608.0, 4568.0, 4580.0, 4598.0, 4580.0, 4611.0, 4633.0, 4613.0, 4602.0, 4600.0, 4559.0, 4620.0, 4601.0, 4631.0, 4612.0, 4559.0, 4623.0, 4573.0, 4631.0, 4599.0, 4576.0, 4596.0, 4560.0, 4631.0, 4611.0, 4590.0, 4613.0, 4572.0, 4632.0, 4613.0, 4601.0, 4610.0, 4569.0, 4621.0, 4570.0, 4622.0, 4570.0, 4608.0, 4578.0, 4606.0, 4590.0, 4619.0, 4609.0, 4566.0, 4609.0, 4547.0, 4608.0, 4600.0, 4620.0, 4620.0, 4561.0, 4622.0, 4602.0, 4610.0, 4601.0, 4560.0, 4622.0, 4592.0, 4644.0, 4623.0, 4613.0, 4601.0, 4572.0, 4632.0, 4613.0, 4611.0, 4609.0, 4551.0, 4609.0, 4603.0, 4633.0, 4634.0, 4572.0, 4621.0, 4591.0, 4613.0, 4624.0, 4595.0, 4632.0, 4602.0, 4570.0, 4621.0, 4586.0, 4643.0, 4623.0, 4580.0, 4609.0, 4573.0, 4622.0, 4624.0, 4580.0, 4609.0, 4561.0, 4634.0, 4612.0, 4581.0, 4620.0, 4579.0, 4599.0, 4611.0, 4570.0, 4632.0, 4623.0, 4580.0, 4599.0, 4562.0, 4632.0, 4623.0, 4583.0, 4609.0, 4580.0, 4603.0, 4621.0, 4592.0, 4631.0, 4589.0, 4559.0, 4621.0, 4603.0, 4632.0, 4621.0, 4561.0, 4609.0, 4591.0, 4600.0, 4622.0, 4571.0, 4609.0, 4579.0, 4570.0, 4619.0, 4569.0, 4619.0, 4589.0, 4562.0, 4622.0, 4603.0, 4631.0, 4600.0, 4559.0, 4622.0, 4604.0, 4631.0, 4612.0, 4559.0, 4608.0, 4593.0, 4632.0, 4622.0, 4580.0, 4609.0, 4547.0, 4608.0, 4590.0, 4618.0, 4611.0, 4557.0, 4596.0, 4546.0, 4608.0, 4580.0, 4630.0, 4610.0, 4558.0, 4597.0, 4582.0, 4630.0, 4623.0, 4570.0, 4620.0, 4562.0, 4633.0, 4613.0, 4622.0, 4611.0, 4549.0, 4608.0, 4591.0, 4622.0, 4612.0, 4570.0, 4619.0, 4558.0, 4622.0, 4602.0, 4600.0, 4633.0, 4561.0, 4622.0, 4580.0, 4622.0, 4622.0, 4571.0, 4620.0, 4570.0, 4619.0, 4602.0, 4592.0, 4632.0, 4562.0, 4609.0, 4590.0, 4613.0, 4622.0, 4581.0, 4620.0, 4579.0, 4613.0, 4612.0, 4582.0, 4632.0, 4591.0, 4610.0, 4601.0, 4594.0, 4634.0, 4582.0, 4620.0, 4590.0, 4580.0, 4623.0, 4583.0, 4632.0, 4600.0, 4600.0, 4599.0, 4560.0, 4620.0, 4599.0, 4597.0, 4587.0, 4562.0, 4619.0, 4591.0, 4608.0, 4590.0, 4596.0, 4600.0, 4588.0, 4622.0, 4581.0, 4620.0, 4548.0, 4608.0, 4579.0, 4586.0, 4609.0, 4582.0, 4642.0, 4611.0, 4549.0, 4597.0, 4591.0, 4619.0, 4611.0, 4596.0, 4585.0, 4543.0, 4596.0, 4560.0, 4617.0, 4597.0, 4554.0, 4595.0, 4561.0, 4617.0, 4609.0, 4607.0, 4587.0, 4605.0, 4589.0, 4601.0, 4597.0, 4555.0, 4595.0, 4567.0, 4619.0, 4599.0, 4569.0, 4608.0, 4581.0, 4621.0, 4614.0, 4621.0, 4623.0, 4570.0, 4609.0, 4549.0, 4609.0, 4573.0, 4620.0, 4610.0, 4596.0, 4576.0, 4556.0, 4610.0, 4569.0, 4621.0, 4568.0, 4595.0, 4575.0, 4586.0, 4597.0, 4558.0, 4607.0, 4556.0, 4594.0, 4587.0, 4600.0, 4621.0, 4568.0, 4607.0, 4557.0, 4621.0, 4601.0, 4620.0, 4600.0, 4556.0, 4597.0, 4562.0, 4622.0, 4572.0, 4621.0, 4613.0, 4567.0, 4587.0, 4547.0, 4621.0, 4603.0, 4635.0, 4623.0, 4570.0, 4610.0, 4585.0, 4634.0, 4602.0, 4632.0, 4600.0, 4567.0, 4597.0, 4557.0, 4632.0, 4568.0, 4606.0, 4577.0, 4608.0, 4598.0, 4567.0, 4596.0, 4535.0, 4597.0, 4561.0, 4631.0, 4611.0, 4568.0, 4610.0, 4560.0, 4621.0, 4612.0, 4620.0, 4600.0, 4582.0, 4622.0, 4571.0, 4632.0, 4590.0, 4608.0], 'WindowWidth': [10229.0, 10258.0, 10202.0, 10182.0, 10119.0, 10121.0, 10145.0, 10091.0, 10142.0, 10019.0, 10100.0, 10022.0, 10121.0, 10043.0, 10115.0, 9995.0, 10072.0, 10012.0, 10098.0, 10042.0, 10108.0, 9995.0, 10072.0, 10027.0, 10112.0, 10113.0, 10115.0, 10074.0, 10096.0, 10090.0, 10099.0, 10129.0, 10085.0, 10130.0, 10044.0, 10131.0, 10106.0, 10148.0, 10138.0, 10155.0, 10114.0, 10145.0, 10132.0, 10081.0, 10123.0, 10035.0, 10118.0, 10060.0, 10136.0, 10113.0, 10124.0, 10079.0, 10111.0, 10094.0, 10122.0, 10126.0, 10045.0, 10100.0, 10015.0, 10119.0, 10054.0, 10129.0, 10109.0, 10097.0, 10072.0, 10110.0, 10084.0, 10069.0, 10113.0, 10000.0, 10079.0, 10036.0, 10112.0, 10105.0, 10094.0, 10070.0, 10057.0, 10103.0, 10049.0, 10132.0, 10063.0, 10115.0, 10087.0, 10100.0, 10071.0, 10107.0, 10127.0, 10057.0, 10079.0, 10006.0, 10097.0, 10035.0, 10131.0, 10086.0, 10077.0, 10071.0, 10113.0, 10084.0, 10112.0, 10082.0, 10018.0, 10074.0, 10018.0, 10110.0, 10112.0, 10040.0, 10106.0, 10076.0, 10161.0, 10167.0, 10092.0, 10145.0, 10086.0, 10166.0, 10133.0, 10144.0, 10108.0, 10095.0, 10074.0, 10090.0, 10102.0, 10023.0, 10076.0, 9989.0, 10095.0, 10069.0, 10090.0, 10061.0, 9988.0, 10075.0, 10058.0, 10106.0, 10101.0, 10013.0, 10095.0, 10072.0, 10073.0, 10117.0, 10078.0, 10115.0, 10071.0, 10055.0, 10138.0, 10111.0, 10134.0, 10104.0, 10027.0, 10095.0, 10050.0, 10132.0, 10098.0, 10024.0, 10096.0, 10076.0, 10085.0, 10118.0, 10056.0, 10116.0, 10075.0, 10049.0, 10133.0, 10110.0, 10069.0, 10155.0, 10090.0, 10033.0, 10121.0, 10062.0, 10138.0, 10083.0, 10087.0, 10062.0, 10033.0, 10109.0, 9992.0, 10072.0, 10057.0, 10095.0, 10103.0, 10047.0, 10062.0, 10012.0, 10096.0, 10049.0, 10132.0, 10092.0, 10075.0, 10109.0, 10056.0, 10138.0, 10084.0, 10117.0, 10104.0, 10129.0, 10119.0, 10068.0, 10161.0, 10098.0, 10029.0, 10086.0, 10033.0, 10127.0, 10125.0, 10056.0, 10098.0, 10028.0, 10123.0, 10110.0, 10099.0, 10096.0, 10002.0, 10070.0, 9985.0, 10066.0, 10010.0, 10062.0, 10048.0, 10093.0, 10043.0, 10067.0, 10024.0, 9982.0, 10052.0, 10011.0, 9978.0, 10073.0, 9978.0, 10062.0, 10019.0, 10079.0, 10007.0, 10093.0, 10026.0, 10096.0, 10068.0, 10091.0, 10062.0, 10069.0, 10059.0, 10003.0, 10033.0, 9955.0, 10047.0, 9984.0, 10033.0, 9992.0, 9979.0, 10012.0, 9948.0, 10016.0, 9937.0, 10019.0, 9993.0, 10058.0, 10026.0, 9994.0, 10063.0, 9982.0, 10031.0, 10014.0, 10020.0, 10039.0, 10007.0, 10092.0, 10065.0, 10089.0, 10071.0, 10087.0, 10121.0, 10068.0, 10100.0, 10013.0, 10118.0, 10093.0, 10131.0, 10086.0, 10027.0, 10100.0, 10022.0, 10115.0, 10106.0, 10116.0, 10088.0, 10031.0, 10099.0, 10049.0, 10126.0, 10060.0, 10123.0, 10015.0, 10096.0, 10017.0, 10115.0, 10075.0, 10099.0, 10073.0, 10106.0, 10080.0, 10115.0, 10107.0, 10063.0, 10140.0, 10022.0, 10127.0, 10058.0, 10140.0, 10126.0, 10096.0, 10125.0, 10043.0, 10122.0, 10099.0, 10145.0, 10130.0, 10155.0, 10111.0, 10049.0, 10126.0, 10101.0, 10152.0, 10112.0, 10054.0, 10127.0, 10059.0, 10146.0, 10089.0, 10147.0, 10084.0, 10116.0, 10079.0, 10125.0, 10108.0, 10135.0, 10072.0, 10049.0, 10071.0, 10043.0, 10118.0, 10026.0, 10079.0, 10070.0, 10092.0, 10119.0, 10049.0, 10115.0, 10076.0, 10112.0, 10123.0, 10084.0, 10136.0, 10044.0, 10119.0, 10104.0, 10088.0, 10100.0, 9998.0, 10099.0, 10093.0, 10125.0, 10120.0, 10027.0, 10104.0, 10058.0, 10116.0, 10118.0, 10046.0, 10100.0, 10073.0, 10065.0, 10123.0, 10082.0, 10150.0, 10106.0, 10058.0, 10103.0, 10054.0, 10136.0, 10087.0, 10091.0, 10063.0, 10060.0, 10097.0, 10044.0, 10096.0, 10040.0, 10115.0, 10091.0, 10051.0, 10118.0, 10063.0, 10135.0, 10113.0, 10073.0, 10160.0, 10095.0, 10117.0, 10112.0, 10069.0, 10160.0, 10111.0, 10087.0, 10088.0, 10061.0, 10136.0, 10128.0, 10060.0, 10096.0, 10040.0, 10136.0, 10124.0, 10064.0, 10116.0, 10048.0, 10131.0, 10127.0, 10093.0, 10162.0, 10037.0, 10099.0, 10073.0, 10118.0, 10121.0, 10047.0, 10115.0, 10043.0, 10117.0, 10110.0, 10090.0, 10120.0, 10033.0, 10099.0, 10093.0, 10091.0, 10142.0, 10056.0, 10119.0, 10096.0, 10121.0, 10146.0, 10087.0, 10139.0, 10083.0, 10138.0, 10109.0, 10090.0, 10136.0, 10018.0, 10111.0, 10094.0, 10054.0, 10142.0, 10093.0, 10129.0, 10090.0, 10082.0, 10122.0, 10081.0, 10117.0, 10071.0, 10104.0, 10108.0, 10060.0, 10137.0, 10043.0, 10091.0, 10068.0, 10102.0, 10116.0, 10058.0, 10096.0, 10055.0, 10110.0, 10105.0, 10068.0, 10138.0, 10090.0, 10061.0, 10124.0, 10070.0, 10145.0, 10109.0, 10043.0, 10116.0, 10068.0, 10134.0, 10104.0, 10027.0, 10097.0, 10064.0, 10136.0, 10102.0, 10052.0, 10073.0, 10051.0, 10039.0, 10058.0, 10005.0, 10118.0, 10090.0, 10105.0, 10168.0, 10083.0, 10123.0, 10076.0, 10118.0, 10112.0, 10112.0, 10101.0, 10069.0, 10020.0, 10042.0, 10020.0, 10027.0, 10059.0, 9969.0, 10023.0, 9958.0, 10047.0, 9980.0, 10061.0, 10020.0, 10049.0, 10039.0, 10059.0, 10050.0, 10010.0, 10071.0, 9969.0, 10049.0, 10011.0, 10073.0, 10062.0, 10046.0, 10076.0, 9993.0, 10090.0, 10085.0, 10080.0, 10114.0, 10043.0, 10097.0, 10040.0, 10123.0, 10113.0, 10152.0, 10107.0, 10049.0, 10095.0, 10039.0, 10062.0, 10082.0, 10060.0, 10106.0, 10141.0, 10111.0, 10093.0, 10086.0, 10028.0, 10115.0, 10092.0, 10133.0, 10109.0, 10029.0, 10126.0, 10059.0, 10133.0, 10086.0, 10048.0, 10076.0, 10035.0, 10133.0, 10106.0, 10076.0, 10112.0, 10055.0, 10136.0, 10112.0, 10090.0, 10102.0, 10044.0, 10118.0, 10047.0, 10122.0, 10045.0, 10097.0, 10054.0, 10091.0, 10074.0, 10115.0, 10099.0, 10035.0, 10100.0, 10011.0, 10095.0, 10089.0, 10115.0, 10116.0, 10038.0, 10120.0, 10092.0, 10101.0, 10091.0, 10034.0, 10120.0, 10081.0, 10157.0, 10126.0, 10110.0, 10089.0, 10052.0, 10138.0, 10111.0, 10106.0, 10099.0, 10023.0, 10099.0, 10097.0, 10139.0, 10142.0, 10054.0, 10120.0, 10079.0, 10112.0, 10128.0, 10088.0, 10138.0, 10093.0, 10047.0, 10119.0, 10082.0, 10155.0, 10126.0, 10061.0, 10099.0, 10057.0, 10122.0, 10127.0, 10059.0, 10097.0, 10036.0, 10144.0, 10107.0, 10062.0, 10118.0, 10056.0, 10083.0, 10105.0, 10049.0, 10138.0, 10126.0, 10061.0, 10084.0, 10040.0, 10136.0, 10125.0, 10068.0, 10100.0, 10059.0, 10098.0, 10118.0, 10081.0, 10133.0, 10072.0, 10029.0, 10119.0, 10098.0, 10136.0, 10119.0, 10036.0, 10097.0, 10079.0, 10089.0, 10124.0, 10048.0, 10100.0, 10057.0, 10047.0, 10113.0, 10046.0, 10113.0, 10071.0, 10040.0, 10122.0, 10096.0, 10133.0, 10087.0, 10031.0, 10122.0, 10100.0, 10133.0, 10107.0, 10029.0, 10096.0, 10082.0, 10137.0, 10122.0, 10059.0, 10099.0, 10010.0, 10095.0, 10076.0, 10110.0, 10106.0, 10022.0, 10075.0, 10006.0, 10097.0, 10063.0, 10131.0, 10103.0, 10025.0, 10079.0, 10068.0, 10130.0, 10126.0, 10048.0, 10114.0, 10038.0, 10138.0, 10111.0, 10122.0, 10105.0, 10016.0, 10095.0, 10075.0, 10121.0, 10107.0, 10045.0, 10112.0, 10025.0, 10122.0, 10094.0, 10088.0, 10139.0, 10037.0, 10121.0, 10061.0, 10123.0, 10122.0, 10048.0, 10117.0, 10045.0, 10113.0, 10094.0, 10082.0, 10138.0, 10038.0, 10098.0, 10075.0, 10111.0, 10121.0, 10061.0, 10114.0, 10058.0, 10111.0, 10109.0, 10065.0, 10137.0, 10078.0, 10102.0, 10089.0, 10087.0, 10142.0, 10067.0, 10118.0, 10073.0, 10060.0, 10125.0, 10068.0, 10138.0, 10088.0, 10086.0, 10083.0, 10034.0, 10116.0, 10086.0, 10077.0, 10065.0, 10040.0, 10113.0, 10076.0, 10095.0, 10074.0, 10075.0, 10086.0, 10069.0, 10125.0, 10066.0, 10118.0, 10013.0, 10096.0, 10056.0, 10062.0, 10101.0, 10069.0, 10152.0, 10105.0, 10016.0, 10080.0, 10077.0, 10112.0, 10105.0, 10074.0, 10059.0, 9998.0, 10075.0, 10033.0, 10109.0, 10079.0, 10016.0, 10072.0, 10037.0, 10108.0, 10101.0, 10093.0, 10064.0, 10087.0, 10069.0, 10090.0, 10080.0, 10015.0, 10071.0, 10038.0, 10115.0, 10085.0, 10045.0, 10098.0, 10063.0, 10119.0, 10114.0, 10121.0, 10126.0, 10046.0, 10099.0, 10015.0, 10098.0, 10057.0, 10117.0, 10102.0, 10076.0, 10049.0, 10020.0, 10103.0, 10043.0, 10119.0, 10041.0, 10074.0, 10045.0, 10062.0, 10079.0, 10026.0, 10094.0, 10019.0, 10070.0, 10064.0, 10088.0, 10120.0, 10040.0, 10093.0, 10024.0, 10121.0, 10093.0, 10117.0, 10088.0, 10022.0, 10077.0, 10041.0, 10125.0, 10053.0, 10119.0, 10111.0, 10038.0, 10064.0, 10012.0, 10120.0, 10098.0, 10146.0, 10125.0, 10047.0, 10101.0, 10078.0, 10144.0, 10095.0, 10139.0, 10088.0, 10037.0, 10078.0, 10025.0, 10138.0, 10041.0, 10088.0, 10051.0, 10096.0, 10084.0, 10039.0, 10077.0, 9992.0, 10078.0, 10038.0, 10136.0, 10105.0, 10041.0, 10102.0, 10035.0, 10118.0, 10109.0, 10118.0, 10086.0, 10066.0, 10122.0, 10048.0, 10138.0, 10075.0, 10096.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.0007746659364731654</td></tr>
<tr><td colspan=3>aqi</td><td>0.021594201752464404</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.77895174105262</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3076475575657904</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0065060533223689</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>6179.7085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12057765544306598</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.157721796276013</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4093304939029534</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3046024905085405</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6088038468921786</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3145851443081407</td></tr>
<tr><td colspan=3>gcor</td><td>0.0179169</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020356355234980583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03508970886468887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.075531173610967</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>20.8467</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.017</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294290.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.587</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0723</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.104</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3769.5362</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3933.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.1444</td></tr>
<tr><td colspan=3>tsnr</td><td>43.07940754224546</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>