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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:58:33.742500</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</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>060765a0-157e-458c-be2e-6319f6004e2b||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': ['205833.742500', '205834.202500', '205834.662500', '205835.122500', '205835.582500', '205836.042500', '205836.502500', '205836.962500', '205837.422500', '205837.882500', '205838.342500', '205838.802500', '205839.262500', '205839.722500', '205840.182500', '205840.642500', '205841.102500', '205841.562500', '205842.022500', '205842.482500', '205842.942500', '205843.402500', '205843.862500', '205844.322500', '205844.782500', '205845.242500', '205845.702500', '205846.162500', '205846.622500', '205847.082500', '205847.542500', '205848.002500', '205848.462500', '205848.922500', '205849.382500', '205849.842500', '205850.302500', '205850.762500', '205851.222500', '205851.682500', '205852.142500', '205852.602500', '205853.062500', '205853.522500', '205853.982500', '205854.442500', '205854.902500', '205855.362500', '205855.822500', '205856.282500', '205856.742500', '205857.202500', '205857.662500', '205858.122500', '205858.582500', '205859.042500', '205859.502500', '205859.962500', '205900.422500', '205900.882500', '205901.342500', '205901.802500', '205902.262500', '205902.722500', '205903.182500', '205903.642500', '205904.102500', '205904.562500', '205905.022500', '205905.482500', '205905.942500', '205906.402500', '205906.862500', '205907.322500', '205907.782500', '205908.242500', '205908.702500', '205909.162500', '205909.622500', '205910.082500', '205910.542500', '205911.002500', '205911.462500', '205911.922500', '205912.382500', '205912.842500', '205913.302500', '205913.762500', '205914.222500', '205914.682500', '205915.142500', '205915.602500', '205916.062500', '205916.522500', '205916.982500', '205917.442500', '205917.902500', '205918.362500', '205918.822500', '205919.282500', '205919.742500', '205920.202500', '205920.662500', '205921.122500', '205921.582500', '205922.042500', '205922.502500', '205922.962500', '205923.422500', '205923.882500', '205924.342500', '205924.802500', '205925.262500', '205925.722500', '205926.182500', '205926.642500', '205927.102500', '205927.562500', '205928.022500', '205928.482500', '205928.942500', '205929.402500', '205929.862500', '205930.322500', '205930.782500', '205931.242500', '205931.702500', '205932.162500', '205932.622500', '205933.082500', '205933.542500', '205934.002500', '205934.462500', '205934.922500', '205935.382500', '205935.842500', '205936.302500', '205936.762500', '205937.222500', '205937.682500', '205938.142500', '205938.602500', '205939.062500', '205939.522500', '205939.982500', '205940.442500', '205940.902500', '205941.362500', '205941.822500', '205942.282500', '205942.742500', '205943.202500', '205943.662500', '205944.122500', '205944.582500', '205945.042500', '205945.502500', '205945.962500', '205946.422500', '205946.882500', '205947.342500', '205947.802500', '205948.262500', '205948.722500', '205949.182500', '205949.642500', '205950.102500', '205950.562500', '205951.022500', '205951.482500', '205951.942500', '205952.402500', '205952.862500', '205953.322500', '205953.782500', '205954.242500', '205954.702500', '205955.162500', '205955.622500', '205956.082500', '205956.542500', '205957.002500', '205957.462500', '205957.922500', '205958.382500', '205958.842500', '205959.302500', '205959.762500', '210000.222500', '210000.682500', '210001.142500', '210001.602500', '210002.062500', '210002.522500', '210002.982500', '210003.442500', '210003.902500', '210004.362500', '210004.822500', '210005.282500', '210005.742500', '210006.202500', '210006.662500', '210007.122500', '210007.582500', '210008.042500', '210008.502500', '210008.962500', '210009.422500', '210009.882500', '210010.342500', '210010.802500', '210011.262500', '210011.722500', '210012.182500', '210012.642500', '210013.102500', '210013.562500', '210014.022500', '210014.482500', '210014.942500', '210015.402500', '210015.862500', '210016.322500', '210016.782500', '210017.242500', '210017.702500', '210018.162500', '210018.622500', '210019.082500', '210019.542500', '210020.002500', '210020.462500', '210020.922500', '210021.382500', '210021.842500', '210022.302500', '210022.762500', '210023.222500', '210023.682500', '210024.142500', '210024.602500', '210025.062500', '210025.522500', '210025.982500', '210026.442500', '210026.902500', '210027.362500', '210027.822500', '210028.282500', '210028.742500', '210029.202500', '210029.662500', '210030.122500', '210030.582500', '210031.042500', '210031.502500', '210031.962500', '210032.422500', '210032.882500', '210033.342500', '210033.802500', '210034.262500', '210034.722500', '210035.182500', '210035.642500', '210036.102500', '210036.562500', '210037.022500', '210037.482500', '210037.942500', '210038.402500', '210038.862500', '210039.322500', '210039.782500', '210040.242500', '210040.702500', '210041.162500', '210041.622500', '210042.082500', '210042.542500', '210043.002500', '210043.462500', '210043.922500', '210044.382500', '210044.842500', '210045.302500', '210045.762500', '210046.222500', '210046.682500', '210047.142500', '210047.602500', '210048.062500', '210048.522500', '210048.982500', '210049.442500', '210049.902500', '210050.362500', '210050.822500', '210051.282500', '210051.742500', '210052.202500', '210052.662500', '210053.122500', '210053.582500', '210054.042500', '210054.502500', '210054.962500', '210055.422500', '210055.882500', '210056.342500', '210056.802500', '210057.262500', '210057.722500', '210058.182500', '210058.642500', '210059.102500', '210059.562500', '210100.022500', '210100.482500', '210100.942500', '210101.402500', '210101.862500', '210102.322500', '210102.782500', '210103.242500', '210103.702500', '210104.162500', '210104.622500', '210105.082500', '210105.542500', '210106.002500', '210106.462500', '210106.922500', '210107.382500', '210107.842500', '210108.302500', '210108.762500', '210109.222500', '210109.682500', '210110.142500', '210110.602500', '210111.062500', '210111.522500', '210111.982500', '210112.442500', '210112.902500', '210113.362500', '210113.822500', '210114.282500', '210114.742500', '210115.202500', '210115.662500', '210116.122500', '210116.582500', '210117.042500', '210117.502500', '210117.962500', '210118.422500', '210118.882500', '210119.342500', '210119.802500', '210120.262500', '210120.722500', '210121.182500', '210121.642500', '210122.102500', '210122.562500', '210123.022500', '210123.482500', '210123.942500', '210124.402500', '210124.862500', '210125.322500', '210125.782500', '210126.242500', '210126.702500', '210127.162500', '210127.622500', '210128.082500', '210128.542500', '210129.002500', '210129.462500', '210129.922500', '210130.382500', '210130.842500', '210131.302500', '210131.762500', '210132.222500', '210132.682500', '210133.142500', '210133.602500', '210134.062500', '210134.522500', '210134.982500', '210135.442500', '210135.902500', '210136.362500', '210136.822500', '210137.282500', '210137.742500', '210138.202500', '210138.662500', '210139.122500', '210139.582500', '210140.042500', '210140.502500', '210140.962500', '210141.422500', '210141.882500', '210142.342500', '210142.802500', '210143.262500', '210143.722500', '210144.182500', '210144.642500', '210145.102500', '210145.562500', '210146.022500', '210146.482500', '210146.942500', '210147.402500', '210147.862500', '210148.322500', '210148.782500', '210149.242500', '210149.702500', '210150.162500', '210150.622500', '210151.082500', '210151.542500', '210152.002500', '210152.462500', '210152.922500', '210153.382500', '210153.842500', '210154.302500', '210154.762500', '210155.222500', '210155.682500', '210156.142500', '210156.602500', '210157.062500', '210157.522500', '210157.982500', '210158.442500', '210158.902500', '210159.362500', '210159.822500', '210200.282500', '210200.742500', '210201.202500', '210201.662500', '210202.122500', '210202.582500', '210203.042500', '210203.502500', '210203.962500', '210204.422500', '210204.882500', '210205.342500', '210205.802500', '210206.262500', '210206.722500', '210207.182500', '210207.642500', '210208.102500', '210208.562500', '210209.022500', '210209.482500', '210209.942500', '210210.402500', '210210.862500', '210211.322500', '210211.782500', '210212.242500', '210212.702500', '210213.162500', '210213.622500', '210214.082500', '210214.542500', '210215.002500', '210215.462500', '210215.922500', '210216.382500', '210216.842500', '210217.302500', '210217.762500', '210218.222500', '210218.682500', '210219.142500', '210219.602500', '210220.062500', '210220.522500', '210220.982500', '210221.442500', '210221.902500', '210222.362500', '210222.822500', '210223.282500', '210223.742500', '210224.202500', '210224.662500', '210225.122500', '210225.582500', '210226.042500', '210226.502500', '210226.962500', '210227.422500', '210227.882500', '210228.342500', '210228.802500', '210229.262500', '210229.722500', '210230.182500', '210230.642500', '210231.102500', '210231.562500', '210232.022500', '210232.482500', '210232.942500', '210233.402500', '210233.862500', '210234.322500', '210234.782500', '210235.242500', '210235.702500', '210236.162500', '210236.622500', '210237.082500', '210237.542500', '210238.002500', '210238.462500', '210238.922500', '210239.382500', '210239.842500', '210240.302500', '210240.762500', '210241.222500', '210241.682500', '210242.142500', '210242.602500', '210243.062500', '210243.522500', '210243.982500', '210244.442500', '210244.902500', '210245.362500', '210245.822500', '210246.282500', '210246.742500', '210247.202500', '210247.662500', '210248.122500', '210248.582500', '210249.042500', '210249.502500', '210249.962500', '210250.422500', '210250.882500', '210251.342500', '210251.802500', '210252.262500', '210252.722500', '210253.182500', '210253.642500', '210254.102500', '210254.562500', '210255.022500', '210255.482500', '210255.942500', '210256.402500', '210256.862500', '210257.322500', '210257.782500', '210258.242500', '210258.702500', '210259.162500', '210259.622500', '210300.082500', '210300.542500', '210301.002500', '210301.462500', '210301.922500', '210302.382500', '210302.842500', '210303.302500', '210303.762500', '210304.222500', '210304.682500', '210305.142500', '210305.602500', '210306.062500', '210306.522500', '210306.982500', '210307.442500', '210307.902500', '210308.362500', '210308.822500', '210309.282500', '210309.742500', '210310.202500', '210310.662500', '210311.122500', '210311.582500', '210312.042500', '210312.502500', '210312.962500', '210313.422500', '210313.882500', '210314.342500', '210314.802500', '210315.262500', '210315.722500', '210316.182500', '210316.642500', '210317.102500', '210317.562500', '210318.022500', '210318.482500', '210318.942500', '210319.402500', '210319.862500', '210320.322500', '210320.782500', '210321.242500', '210321.702500', '210322.162500', '210322.622500', '210323.082500', '210323.542500', '210324.002500', '210324.462500', '210324.922500', '210325.382500', '210325.842500', '210326.302500', '210326.762500', '210327.222500', '210327.682500', '210328.142500', '210328.602500', '210329.062500', '210329.522500', '210329.982500', '210330.442500', '210330.902500', '210331.362500', '210331.822500', '210332.282500', '210332.742500', '210333.202500', '210333.662500', '210334.122500', '210334.582500', '210335.042500', '210335.502500', '210335.962500', '210336.422500', '210336.882500', '210337.342500', '210337.802500', '210338.262500', '210338.722500', '210339.182500', '210339.642500', '210340.102500', '210340.562500', '210341.022500', '210341.482500', '210341.942500', '210342.402500', '210342.862500', '210343.322500', '210343.782500', '210344.242500', '210344.702500', '210345.162500', '210345.622500', '210346.082500', '210346.542500', '210347.002500', '210347.462500', '210347.922500', '210348.382500', '210348.842500', '210349.302500', '210349.762500', '210350.222500', '210350.682500', '210351.142500', '210351.602500', '210352.062500', '210352.522500', '210352.982500', '210353.442500', '210353.902500', '210354.362500', '210354.822500', '210355.282500', '210355.742500', '210356.202500', '210356.662500', '210357.122500', '210357.582500', '210358.042500', '210358.502500', '210358.962500', '210359.422500', '210359.882500', '210400.342500', '210400.802500', '210401.262500', '210401.722500', '210402.182500', '210402.642500', '210403.102500', '210403.562500', '210404.022500', '210404.482500', '210404.942500', '210405.402500', '210405.862500', '210406.322500', '210406.782500', '210407.242500', '210407.702500', '210408.162500', '210408.622500', '210409.082500', '210409.542500', '210410.002500', '210410.462500', '210410.922500', '210411.382500', '210411.842500', '210412.302500', '210412.762500', '210413.222500', '210413.682500', '210414.142500', '210414.602500', '210415.062500', '210415.522500', '210415.982500', '210416.442500', '210416.902500', '210417.362500', '210417.822500', '210418.282500', '210418.742500', '210419.202500', '210419.662500', '210420.122500', '210420.582500', '210421.042500', '210421.502500', '210421.962500', '210422.422500', '210422.882500', '210423.342500', '210423.802500', '210424.262500', '210424.722500', '210425.182500', '210425.642500', '210426.102500', '210426.562500', '210427.022500', '210427.482500', '210427.942500', '210428.402500', '210428.862500', '210429.322500', '210429.782500', '210430.242500', '210430.702500', '210431.162500', '210431.622500', '210432.082500', '210432.542500', '210433.002500', '210433.462500', '210433.922500', '210434.382500', '210434.842500', '210435.302500', '210435.762500', '210436.222500', '210436.682500', '210437.142500', '210437.602500', '210438.062500', '210438.522500', '210438.982500', '210439.442500', '210439.902500', '210440.362500', '210440.822500', '210441.282500', '210441.742500', '210442.202500', '210442.662500', '210443.122500', '210443.582500', '210444.042500', '210444.502500', '210444.962500', '210445.422500', '210445.882500', '210446.342500', '210446.802500', '210447.262500', '210447.722500', '210448.182500', '210448.642500', '210449.102500', '210449.562500', '210450.022500', '210450.482500', '210450.942500', '210451.402500', '210451.862500', '210452.322500', '210452.782500', '210453.242500', '210453.702500', '210454.162500', '210454.622500', '210455.082500', '210455.542500', '210456.002500', '210456.462500', '210456.922500', '210457.382500', '210457.842500', '210458.302500', '210458.762500', '210459.222500', '210459.682500', '210500.142500', '210500.602500', '210501.062500', '210501.522500', '210501.982500', '210502.442500', '210502.902500', '210503.362500', '210503.822500', '210504.282500', '210504.742500', '210505.202500', '210505.662500', '210506.122500', '210506.582500', '210507.042500', '210507.502500', '210507.962500', '210508.422500', '210508.882500', '210509.342500', '210509.802500', '210510.262500', '210510.722500', '210511.182500', '210511.642500', '210512.102500', '210512.562500', '210513.022500', '210513.482500', '210513.942500', '210514.402500', '210514.862500', '210515.322500', '210515.782500', '210516.242500', '210516.702500', '210517.162500', '210517.622500', '210518.082500', '210518.542500', '210519.002500', '210519.462500', '210519.922500', '210520.382500', '210520.842500', '210521.302500', '210521.762500', '210522.222500', '210522.682500', '210523.142500', '210523.602500', '210524.062500', '210524.522500', '210524.982500', '210525.442500', '210525.902500', '210526.362500', '210526.822500', '210527.282500', '210527.742500', '210528.202500', '210528.662500', '210529.122500', '210529.582500', '210530.042500', '210530.502500', '210530.962500', '210531.422500', '210531.882500', '210532.342500', '210532.802500', '210533.262500', '210533.722500'], 'ContentTime': ['205901.681000', '205901.684000', '205901.687000', '205901.690000', '205901.693000', '205901.695000', '205901.698000', '205901.701000', '205901.703000', '205901.706000', '205901.708000', '205901.711000', '205901.713000', '205901.716000', '205901.719000', '205901.722000', '205901.724000', '205901.727000', '205901.729000', '205901.732000', '205901.734000', '205901.737000', '205901.740000', '205901.751000', '205901.753000', '205901.756000', '205901.758000', '205901.761000', '205901.764000', '205901.766000', '205901.769000', '205901.772000', '205901.774000', '205901.777000', '205901.779000', '205901.782000', '205901.784000', '205901.787000', '205901.790000', '205901.792000', '205901.795000', '205901.798000', '205901.800000', '205901.803000', '205901.805000', '205901.808000', '205901.810000', '205901.813000', '205901.815000', '205901.818000', '205901.820000', '205901.823000', '205901.826000', '205901.828000', '205901.831000', '205901.833000', '205901.836000', '205901.839000', '205901.841000', '205921.629000', '205921.632000', '205921.634000', '205921.637000', '205921.640000', '205921.642000', '205921.645000', '205921.647000', '205921.650000', '205921.653000', '205921.685000', '205921.688000', '205921.691000', '205921.693000', '205921.696000', '205921.698000', '205921.701000', '205921.703000', '205921.706000', '205921.709000', '205921.711000', '205921.714000', '205921.716000', '205921.719000', '205921.722000', '205921.724000', '205921.727000', '205921.729000', '205921.732000', '205921.735000', '205921.737000', '205921.740000', '205921.743000', '205921.745000', '205921.748000', '205921.750000', '205921.753000', '205921.756000', '205921.758000', '205921.761000', '205921.764000', '205921.766000', '205921.769000', '205941.628000', '205941.633000', '205941.635000', '205941.638000', '205941.641000', '205941.643000', '205941.646000', '205941.649000', '205941.651000', '205941.654000', '205941.656000', '205941.659000', '205941.662000', '205941.665000', '205941.667000', '205941.670000', '205941.673000', '205941.675000', '205941.678000', '205941.681000', '205941.684000', '205941.686000', '205941.689000', '205941.692000', '205941.695000', '205941.697000', '205941.700000', '205941.703000', '205941.705000', '205941.708000', '205941.710000', '205941.713000', '205941.716000', '205941.718000', '205941.721000', '205941.724000', '205941.726000', '205941.729000', '205941.732000', '205941.735000', '205941.737000', '205941.740000', '205941.743000', '210001.627000', '210001.630000', '210001.633000', '210001.635000', '210001.638000', '210001.640000', '210001.643000', '210001.646000', '210001.648000', '210001.651000', '210001.654000', '210001.656000', '210001.659000', '210001.662000', '210001.664000', '210001.667000', '210001.669000', '210001.672000', '210001.675000', '210001.677000', '210001.680000', '210001.683000', '210001.685000', '210001.688000', '210001.690000', '210001.693000', '210001.696000', '210001.698000', '210001.701000', '210001.703000', '210001.706000', '210001.708000', '210001.711000', '210001.714000', '210001.716000', '210001.719000', '210001.722000', '210001.724000', '210001.727000', '210001.729000', '210001.732000', '210001.735000', '210001.737000', '210001.740000', '210021.629000', '210021.631000', '210021.634000', '210021.637000', '210021.639000', '210021.642000', '210021.644000', '210021.647000', '210021.649000', '210021.652000', '210021.655000', '210021.657000', '210021.660000', '210021.663000', '210021.666000', '210021.669000', '210021.672000', '210021.674000', '210021.677000', '210021.679000', '210021.682000', '210021.684000', '210021.687000', '210021.690000', '210021.692000', '210021.695000', '210021.697000', '210021.700000', '210021.702000', '210021.705000', '210021.708000', '210021.710000', '210021.713000', '210021.715000', '210021.718000', '210021.721000', '210021.723000', '210021.726000', '210021.728000', '210021.731000', '210021.733000', '210021.736000', '210021.739000', '210041.629000', '210041.631000', '210041.634000', '210041.637000', '210041.640000', '210041.642000', '210041.645000', '210041.648000', '210041.650000', '210041.653000', '210041.656000', '210041.659000', '210041.661000', '210041.664000', '210041.667000', '210041.670000', '210041.673000', '210041.675000', '210041.678000', '210041.681000', '210041.683000', '210041.686000', '210041.689000', '210041.692000', '210041.695000', '210041.697000', '210041.700000', '210041.703000', '210041.706000', '210041.708000', '210041.711000', '210041.713000', '210041.716000', '210041.719000', '210041.722000', '210041.724000', '210041.727000', '210041.730000', '210041.732000', '210041.735000', '210041.738000', '210041.747000', '210041.750000', '210041.753000', '210101.628000', '210101.631000', '210101.634000', '210101.636000', '210101.639000', '210101.642000', '210101.644000', '210101.647000', '210101.650000', '210101.653000', '210101.656000', '210101.659000', '210101.661000', '210101.664000', '210101.667000', '210101.669000', '210101.672000', '210101.674000', '210101.677000', '210101.679000', '210101.682000', '210101.692000', '210101.695000', '210101.697000', '210101.700000', '210101.702000', '210101.705000', '210101.707000', '210101.710000', '210101.712000', '210101.715000', '210101.717000', '210101.722000', '210101.724000', '210101.727000', '210101.737000', '210101.740000', '210101.742000', '210101.745000', '210101.747000', '210101.750000', '210101.753000', '210101.755000', '210121.628000', '210121.631000', '210121.634000', '210121.636000', '210121.639000', '210121.642000', '210121.644000', '210121.647000', '210121.649000', '210121.652000', '210121.655000', '210121.657000', '210121.660000', '210121.662000', '210121.665000', '210121.667000', '210121.670000', '210121.673000', '210121.675000', '210121.678000', '210121.680000', '210121.683000', '210121.686000', '210121.688000', '210121.691000', '210121.693000', '210121.696000', '210121.699000', '210121.701000', '210121.704000', '210121.706000', '210121.709000', '210121.711000', '210121.714000', '210121.716000', '210121.719000', '210121.722000', '210121.724000', '210121.727000', '210121.729000', '210121.732000', '210121.735000', '210121.737000', '210121.740000', '210141.629000', '210141.632000', '210141.634000', '210141.637000', '210141.639000', '210141.642000', '210141.645000', '210141.647000', '210141.650000', '210141.652000', '210141.655000', '210141.657000', '210141.660000', '210141.663000', '210141.665000', '210141.668000', '210141.670000', '210141.674000', '210141.677000', '210141.680000', '210141.682000', '210141.685000', '210141.687000', '210141.690000', '210141.693000', '210141.695000', '210141.698000', '210141.700000', '210141.703000', '210141.706000', '210141.708000', '210141.711000', '210141.713000', '210141.716000', '210141.719000', '210141.721000', '210141.724000', '210141.726000', '210141.729000', '210141.731000', '210141.734000', '210141.737000', '210141.739000', '210201.628000', '210201.631000', '210201.634000', '210201.637000', '210201.639000', '210201.642000', '210201.644000', '210201.647000', '210201.649000', '210201.652000', '210201.655000', '210201.657000', '210201.660000', '210201.662000', '210201.665000', '210201.667000', '210201.670000', '210201.673000', '210201.675000', '210201.678000', '210201.680000', '210201.683000', '210201.685000', '210201.688000', '210201.691000', '210201.693000', '210201.696000', '210201.698000', '210201.701000', '210201.704000', '210201.706000', '210201.709000', '210201.711000', '210201.714000', '210201.717000', '210201.719000', '210201.722000', '210201.724000', '210201.727000', '210201.729000', '210201.758000', '210201.761000', '210201.763000', '210201.766000', '210221.627000', '210221.630000', '210221.633000', '210221.636000', '210221.638000', '210221.641000', '210221.643000', '210221.646000', '210221.649000', '210221.651000', '210221.654000', '210221.656000', '210221.659000', '210221.662000', '210221.664000', '210221.667000', '210221.670000', '210221.672000', '210221.675000', '210221.677000', '210221.680000', '210221.683000', '210221.685000', '210221.688000', '210221.690000', '210221.693000', '210221.696000', '210221.698000', '210221.710000', '210221.712000', '210221.715000', '210221.717000', '210221.720000', '210221.723000', '210221.725000', '210221.728000', '210221.731000', '210221.734000', '210221.737000', '210221.740000', '210221.742000', '210221.745000', '210221.747000', '210241.628000', '210241.631000', '210241.634000', '210241.645000', '210241.647000', '210241.650000', '210241.652000', '210241.655000', '210241.658000', '210241.660000', '210241.663000', '210241.665000', '210241.668000', '210241.671000', '210241.673000', '210241.676000', '210241.678000', '210241.681000', '210241.684000', '210241.686000', '210241.689000', '210241.692000', '210241.694000', '210241.697000', '210241.699000', '210241.702000', '210241.704000', '210241.707000', '210241.709000', '210241.712000', '210241.715000', '210241.717000', '210241.720000', '210241.722000', '210241.725000', '210241.728000', '210241.730000', '210241.733000', '210241.735000', '210241.738000', '210241.740000', '210241.743000', '210241.746000', '210241.748000', '210301.628000', '210301.631000', '210301.634000', '210301.637000', '210301.639000', '210301.642000', '210301.644000', '210301.647000', '210301.650000', '210301.652000', '210301.655000', '210301.657000', '210301.660000', '210301.662000', '210301.665000', '210301.668000', '210301.670000', '210301.673000', '210301.676000', '210301.678000', '210301.681000', '210301.683000', '210301.686000', '210301.689000', '210301.691000', '210301.694000', '210301.696000', '210301.699000', '210301.701000', '210301.704000', '210301.707000', '210301.709000', '210301.712000', '210301.716000', '210301.719000', '210301.721000', '210301.724000', '210301.726000', '210301.729000', '210301.732000', '210301.734000', '210301.737000', '210301.739000', '210321.628000', '210321.631000', '210321.634000', '210321.637000', '210321.639000', '210321.642000', '210321.644000', '210321.647000', '210321.650000', '210321.652000', '210321.655000', '210321.657000', '210321.660000', '210321.662000', '210321.665000', '210321.668000', '210321.670000', '210321.673000', '210321.675000', '210321.678000', '210321.681000', '210321.683000', '210321.686000', '210321.688000', '210321.691000', '210321.694000', '210321.696000', '210321.699000', '210321.701000', '210321.704000', '210321.706000', '210321.709000', '210321.712000', '210321.714000', '210321.717000', '210321.719000', '210321.722000', '210321.724000', '210321.727000', '210321.730000', '210321.732000', '210321.735000', '210321.737000', '210321.740000', '210341.629000', '210341.632000', '210341.634000', '210341.637000', '210341.639000', '210341.642000', '210341.644000', '210341.647000', '210341.650000', '210341.652000', '210341.655000', '210341.657000', '210341.660000', '210341.662000', '210341.665000', '210341.668000', '210341.670000', '210341.673000', '210341.675000', '210341.678000', '210341.680000', '210341.683000', '210341.686000', '210341.688000', '210341.691000', '210341.693000', '210341.696000', '210341.698000', '210341.701000', '210341.704000', '210341.706000', '210341.709000', '210341.711000', '210341.714000', '210341.717000', '210341.719000', '210341.722000', '210341.724000', '210341.727000', '210341.729000', '210341.732000', '210341.734000', '210341.737000', '210401.629000', '210401.631000', '210401.634000', '210401.637000', '210401.639000', '210401.646000', '210401.648000', '210401.651000', '210401.653000', '210401.656000', '210401.659000', '210401.661000', '210401.664000', '210401.666000', '210401.669000', '210401.671000', '210401.674000', '210401.677000', '210401.679000', '210401.682000', '210401.684000', '210401.687000', '210401.689000', '210401.692000', '210401.695000', '210401.697000', '210401.700000', '210401.702000', '210401.705000', '210401.708000', '210401.710000', '210401.713000', '210401.716000', '210401.718000', '210401.721000', '210401.723000', '210401.726000', '210401.728000', '210401.731000', '210401.734000', '210401.736000', '210401.739000', '210401.741000', '210401.744000', '210421.628000', '210421.631000', '210421.633000', '210421.636000', '210421.638000', '210421.641000', '210421.644000', '210421.646000', '210421.649000', '210421.651000', '210421.654000', '210421.656000', '210421.659000', '210421.662000', '210421.664000', '210421.667000', '210421.669000', '210421.672000', '210421.674000', '210421.677000', '210421.680000', '210421.682000', '210421.685000', '210421.687000', '210421.690000', '210421.693000', '210421.695000', '210421.698000', '210421.700000', '210421.703000', '210421.706000', '210421.708000', '210421.712000', '210421.715000', '210421.718000', '210421.720000', '210421.723000', '210421.725000', '210421.728000', '210421.730000', '210421.733000', '210421.736000', '210421.738000', '210441.627000', '210441.630000', '210441.633000', '210441.636000', '210441.638000', '210441.641000', '210441.643000', '210441.646000', '210441.648000', '210441.651000', '210441.653000', '210441.656000', '210441.659000', '210441.661000', '210441.664000', '210441.667000', '210441.669000', '210441.672000', '210441.674000', '210441.677000', '210441.682000', '210441.685000', '210441.687000', '210441.690000', '210441.692000', '210441.695000', '210441.697000', '210441.700000', '210441.703000', '210441.705000', '210441.708000', '210441.710000', '210441.713000', '210441.715000', '210441.718000', '210441.721000', '210441.723000', '210441.726000', '210441.728000', '210441.731000', '210441.733000', '210441.736000', '210441.739000', '210441.741000', '210501.628000', '210501.631000', '210501.634000', '210501.636000', '210501.639000', '210501.641000', '210501.644000', '210501.647000', '210501.649000', '210501.652000', '210501.654000', '210501.657000', '210501.660000', '210501.662000', '210501.665000', '210501.667000', '210501.670000', '210501.673000', '210501.675000', '210501.678000', '210501.680000', '210501.683000', '210501.685000', '210501.688000', '210501.691000', '210501.693000', '210501.696000', '210501.698000', '210501.701000', '210501.704000', '210501.706000', '210501.709000', '210501.711000', '210501.714000', '210501.716000', '210501.719000', '210501.721000', '210501.724000', '210501.726000', '210501.729000', '210501.732000', '210501.734000', '210501.737000', '210521.629000', '210521.631000', '210521.634000', '210521.636000', '210521.639000', '210521.642000', '210521.644000', '210521.647000', '210521.649000', '210521.656000', '210521.659000', '210521.661000', '210521.664000', '210521.667000', '210521.669000', '210521.672000', '210521.674000', '210521.677000', '210521.680000', '210521.682000', '210521.685000', '210521.687000', '210521.690000', '210521.692000', '210521.707000', '210521.710000', '210521.712000', '210521.715000', '210521.717000', '210521.720000', '210521.722000', '210521.725000', '210521.728000', '210521.730000', '210521.733000', '210521.735000', '210521.738000', '210521.741000', '210521.743000', '210521.746000', '210521.749000', '210521.751000', '210521.754000', '210521.757000', '210534.922000', '210534.926000', '210534.928000', '210534.931000', '210534.938000', '210534.941000', '210534.944000', '210534.947000', '210534.950000', '210534.952000', '210534.955000', '210534.958000', '210534.960000', '210534.963000', '210534.966000', '210534.969000', '210534.971000', '210534.974000', '210534.977000', '210534.979000', '210534.982000', '210534.985000', '210534.987000', '210534.990000', '210534.993000', '210534.996000', '210534.998000', '210535.001000', '210535.004000'], 'InstanceCreationTime': ['205901.681000', '205901.684000', '205901.687000', '205901.690000', '205901.693000', '205901.695000', '205901.698000', '205901.701000', '205901.703000', '205901.706000', '205901.708000', '205901.711000', '205901.713000', '205901.716000', '205901.719000', '205901.722000', '205901.724000', '205901.727000', '205901.729000', '205901.732000', '205901.734000', '205901.737000', '205901.740000', '205901.751000', '205901.753000', '205901.756000', '205901.758000', '205901.761000', '205901.764000', '205901.766000', '205901.769000', '205901.772000', '205901.774000', '205901.777000', '205901.779000', '205901.782000', '205901.784000', '205901.787000', '205901.790000', '205901.792000', '205901.795000', '205901.798000', '205901.800000', '205901.803000', '205901.805000', '205901.808000', '205901.810000', '205901.813000', '205901.815000', '205901.818000', '205901.820000', '205901.823000', '205901.826000', '205901.828000', '205901.831000', '205901.833000', '205901.836000', '205901.839000', '205901.841000', '205921.629000', '205921.632000', '205921.634000', '205921.637000', '205921.640000', '205921.642000', '205921.645000', '205921.647000', '205921.650000', '205921.653000', '205921.685000', '205921.688000', '205921.691000', '205921.693000', '205921.696000', '205921.698000', '205921.701000', '205921.703000', '205921.706000', '205921.709000', '205921.711000', '205921.714000', '205921.716000', '205921.719000', '205921.722000', '205921.724000', '205921.727000', '205921.729000', '205921.732000', '205921.735000', '205921.737000', '205921.740000', '205921.743000', '205921.745000', '205921.748000', '205921.750000', '205921.753000', '205921.756000', '205921.758000', '205921.761000', '205921.764000', '205921.766000', '205921.769000', '205941.628000', '205941.633000', '205941.635000', '205941.638000', '205941.641000', '205941.643000', '205941.646000', '205941.649000', '205941.651000', '205941.654000', '205941.656000', '205941.659000', '205941.662000', '205941.665000', '205941.667000', '205941.670000', '205941.673000', '205941.675000', '205941.678000', '205941.681000', '205941.684000', '205941.686000', '205941.689000', '205941.692000', '205941.695000', '205941.697000', '205941.700000', '205941.703000', '205941.705000', '205941.708000', '205941.710000', '205941.713000', '205941.716000', '205941.718000', '205941.721000', '205941.724000', '205941.726000', '205941.729000', '205941.732000', '205941.735000', '205941.737000', '205941.740000', '205941.743000', '210001.627000', '210001.630000', '210001.633000', '210001.635000', '210001.638000', '210001.640000', '210001.643000', '210001.646000', '210001.648000', '210001.651000', '210001.654000', '210001.656000', '210001.659000', '210001.662000', '210001.664000', '210001.667000', '210001.669000', '210001.672000', '210001.675000', '210001.677000', '210001.680000', '210001.683000', '210001.685000', '210001.688000', '210001.690000', '210001.693000', '210001.696000', '210001.698000', '210001.701000', '210001.703000', '210001.706000', '210001.708000', '210001.711000', '210001.714000', '210001.716000', '210001.719000', '210001.722000', '210001.724000', '210001.727000', '210001.729000', '210001.732000', '210001.735000', '210001.737000', '210001.740000', '210021.629000', '210021.631000', '210021.634000', '210021.637000', '210021.639000', '210021.642000', '210021.644000', '210021.647000', '210021.649000', '210021.652000', '210021.655000', '210021.657000', '210021.660000', '210021.663000', '210021.666000', '210021.669000', '210021.672000', '210021.674000', '210021.677000', '210021.679000', '210021.682000', '210021.684000', '210021.687000', '210021.690000', '210021.692000', '210021.695000', '210021.697000', '210021.700000', '210021.702000', '210021.705000', '210021.708000', '210021.710000', '210021.713000', '210021.715000', '210021.718000', '210021.721000', '210021.723000', '210021.726000', '210021.728000', '210021.731000', '210021.733000', '210021.736000', '210021.739000', '210041.629000', '210041.631000', '210041.634000', '210041.637000', '210041.640000', '210041.642000', '210041.645000', '210041.648000', '210041.650000', '210041.653000', '210041.656000', '210041.659000', '210041.661000', '210041.664000', '210041.667000', '210041.670000', '210041.673000', '210041.675000', '210041.678000', '210041.681000', '210041.683000', '210041.686000', '210041.689000', '210041.692000', '210041.695000', '210041.697000', '210041.700000', '210041.703000', '210041.706000', '210041.708000', '210041.711000', '210041.713000', '210041.716000', '210041.719000', '210041.722000', '210041.724000', '210041.727000', '210041.730000', '210041.732000', '210041.735000', '210041.738000', '210041.747000', '210041.750000', '210041.753000', '210101.628000', '210101.631000', '210101.634000', '210101.636000', '210101.639000', '210101.642000', '210101.644000', '210101.647000', '210101.650000', '210101.653000', '210101.656000', '210101.659000', '210101.661000', '210101.664000', '210101.667000', '210101.669000', '210101.672000', '210101.674000', '210101.677000', '210101.679000', '210101.682000', '210101.692000', '210101.695000', '210101.697000', '210101.700000', '210101.702000', '210101.705000', '210101.707000', '210101.710000', '210101.712000', '210101.715000', '210101.717000', '210101.722000', '210101.724000', '210101.727000', '210101.737000', '210101.740000', '210101.742000', '210101.745000', '210101.747000', '210101.750000', '210101.753000', '210101.755000', '210121.628000', '210121.631000', '210121.634000', '210121.636000', '210121.639000', '210121.642000', '210121.644000', '210121.647000', '210121.649000', '210121.652000', '210121.655000', '210121.657000', '210121.660000', '210121.662000', '210121.665000', '210121.667000', '210121.670000', '210121.673000', '210121.675000', '210121.678000', '210121.680000', '210121.683000', '210121.686000', '210121.688000', '210121.691000', '210121.693000', '210121.696000', '210121.699000', '210121.701000', '210121.704000', '210121.706000', '210121.709000', '210121.711000', '210121.714000', '210121.716000', '210121.719000', '210121.722000', '210121.724000', '210121.727000', '210121.729000', '210121.732000', '210121.735000', '210121.737000', '210121.740000', '210141.629000', '210141.632000', '210141.634000', '210141.637000', '210141.639000', '210141.642000', '210141.645000', '210141.647000', '210141.650000', '210141.652000', '210141.655000', '210141.657000', '210141.660000', '210141.663000', '210141.665000', '210141.668000', '210141.670000', '210141.674000', '210141.677000', '210141.680000', '210141.682000', '210141.685000', '210141.687000', '210141.690000', '210141.693000', '210141.695000', '210141.698000', '210141.700000', '210141.703000', '210141.706000', '210141.708000', '210141.711000', '210141.713000', '210141.716000', '210141.719000', '210141.721000', '210141.724000', '210141.726000', '210141.729000', '210141.731000', '210141.734000', '210141.737000', '210141.739000', '210201.628000', '210201.631000', '210201.634000', '210201.637000', '210201.639000', '210201.642000', '210201.644000', '210201.647000', '210201.649000', '210201.652000', '210201.655000', '210201.657000', '210201.660000', '210201.662000', '210201.665000', '210201.667000', '210201.670000', '210201.673000', '210201.675000', '210201.678000', '210201.680000', '210201.683000', '210201.685000', '210201.688000', '210201.691000', '210201.693000', '210201.696000', '210201.698000', '210201.701000', '210201.704000', '210201.706000', '210201.709000', '210201.711000', '210201.714000', '210201.717000', '210201.719000', '210201.722000', '210201.724000', '210201.727000', '210201.729000', '210201.758000', '210201.761000', '210201.763000', '210201.766000', '210221.627000', '210221.630000', '210221.633000', '210221.636000', '210221.638000', '210221.641000', '210221.643000', '210221.646000', '210221.649000', '210221.651000', '210221.654000', '210221.656000', '210221.659000', '210221.662000', '210221.664000', '210221.667000', '210221.670000', '210221.672000', '210221.675000', '210221.677000', '210221.680000', '210221.683000', '210221.685000', '210221.688000', '210221.690000', '210221.693000', '210221.696000', '210221.698000', '210221.710000', '210221.712000', '210221.715000', '210221.717000', '210221.720000', '210221.723000', '210221.725000', '210221.728000', '210221.731000', '210221.734000', '210221.737000', '210221.740000', '210221.742000', '210221.745000', '210221.747000', '210241.628000', '210241.631000', '210241.634000', '210241.645000', '210241.647000', '210241.650000', '210241.652000', '210241.655000', '210241.658000', '210241.660000', '210241.663000', '210241.665000', '210241.668000', '210241.671000', '210241.673000', '210241.676000', '210241.678000', '210241.681000', '210241.684000', '210241.686000', '210241.689000', '210241.692000', '210241.694000', '210241.697000', '210241.699000', '210241.702000', '210241.704000', '210241.707000', '210241.709000', '210241.712000', '210241.715000', '210241.717000', '210241.720000', '210241.722000', '210241.725000', '210241.728000', '210241.730000', '210241.733000', '210241.735000', '210241.738000', '210241.740000', '210241.743000', '210241.746000', '210241.748000', '210301.628000', '210301.631000', '210301.634000', '210301.637000', '210301.639000', '210301.642000', '210301.644000', '210301.647000', '210301.650000', '210301.652000', '210301.655000', '210301.657000', '210301.660000', '210301.662000', '210301.665000', '210301.668000', '210301.670000', '210301.673000', '210301.676000', '210301.678000', '210301.681000', '210301.683000', '210301.686000', '210301.689000', '210301.691000', '210301.694000', '210301.696000', '210301.699000', '210301.701000', '210301.704000', '210301.707000', '210301.709000', '210301.712000', '210301.716000', '210301.719000', '210301.721000', '210301.724000', '210301.726000', '210301.729000', '210301.732000', '210301.734000', '210301.737000', '210301.739000', '210321.628000', '210321.631000', '210321.634000', '210321.637000', '210321.639000', '210321.642000', '210321.644000', '210321.647000', '210321.650000', '210321.652000', '210321.655000', '210321.657000', '210321.660000', '210321.662000', '210321.665000', '210321.668000', '210321.670000', '210321.673000', '210321.675000', '210321.678000', '210321.681000', '210321.683000', '210321.686000', '210321.688000', '210321.691000', '210321.694000', '210321.696000', '210321.699000', '210321.701000', '210321.704000', '210321.706000', '210321.709000', '210321.712000', '210321.714000', '210321.717000', '210321.719000', '210321.722000', '210321.724000', '210321.727000', '210321.730000', '210321.732000', '210321.735000', '210321.737000', '210321.740000', '210341.629000', '210341.632000', '210341.634000', '210341.637000', '210341.639000', '210341.642000', '210341.644000', '210341.647000', '210341.650000', '210341.652000', '210341.655000', '210341.657000', '210341.660000', '210341.662000', '210341.665000', '210341.668000', '210341.670000', '210341.673000', '210341.675000', '210341.678000', '210341.680000', '210341.683000', '210341.686000', '210341.688000', '210341.691000', '210341.693000', '210341.696000', '210341.698000', '210341.701000', '210341.704000', '210341.706000', '210341.709000', '210341.711000', '210341.714000', '210341.717000', '210341.719000', '210341.722000', '210341.724000', '210341.727000', '210341.729000', '210341.732000', '210341.734000', '210341.737000', '210401.629000', '210401.631000', '210401.634000', '210401.637000', '210401.639000', '210401.646000', '210401.648000', '210401.651000', '210401.653000', '210401.656000', '210401.659000', '210401.661000', '210401.664000', '210401.666000', '210401.669000', '210401.671000', '210401.674000', '210401.677000', '210401.679000', '210401.682000', '210401.684000', '210401.687000', '210401.689000', '210401.692000', '210401.695000', '210401.697000', '210401.700000', '210401.702000', '210401.705000', '210401.708000', '210401.710000', '210401.713000', '210401.716000', '210401.718000', '210401.721000', '210401.723000', '210401.726000', '210401.728000', '210401.731000', '210401.734000', '210401.736000', '210401.739000', '210401.741000', '210401.744000', '210421.628000', '210421.631000', '210421.633000', '210421.636000', '210421.638000', '210421.641000', '210421.644000', '210421.646000', '210421.649000', '210421.651000', '210421.654000', '210421.656000', '210421.659000', '210421.662000', '210421.664000', '210421.667000', '210421.669000', '210421.672000', '210421.674000', '210421.677000', '210421.680000', '210421.682000', '210421.685000', '210421.687000', '210421.690000', '210421.693000', '210421.695000', '210421.698000', '210421.700000', '210421.703000', '210421.706000', '210421.708000', '210421.712000', '210421.715000', '210421.718000', '210421.720000', '210421.723000', '210421.725000', '210421.728000', '210421.730000', '210421.733000', '210421.736000', '210421.738000', '210441.627000', '210441.630000', '210441.633000', '210441.636000', '210441.638000', '210441.641000', '210441.643000', '210441.646000', '210441.648000', '210441.651000', '210441.653000', '210441.656000', '210441.659000', '210441.661000', '210441.664000', '210441.667000', '210441.669000', '210441.672000', '210441.674000', '210441.677000', '210441.682000', '210441.685000', '210441.687000', '210441.690000', '210441.692000', '210441.695000', '210441.697000', '210441.700000', '210441.703000', '210441.705000', '210441.708000', '210441.710000', '210441.713000', '210441.715000', '210441.718000', '210441.721000', '210441.723000', '210441.726000', '210441.728000', '210441.731000', '210441.733000', '210441.736000', '210441.739000', '210441.741000', '210501.628000', '210501.631000', '210501.634000', '210501.636000', '210501.639000', '210501.641000', '210501.644000', '210501.647000', '210501.649000', '210501.652000', '210501.654000', '210501.657000', '210501.660000', '210501.662000', '210501.665000', '210501.667000', '210501.670000', '210501.673000', '210501.675000', '210501.678000', '210501.680000', '210501.683000', '210501.685000', '210501.688000', '210501.691000', '210501.693000', '210501.696000', '210501.698000', '210501.701000', '210501.704000', '210501.706000', '210501.709000', '210501.711000', '210501.714000', '210501.716000', '210501.719000', '210501.721000', '210501.724000', '210501.726000', '210501.729000', '210501.732000', '210501.734000', '210501.737000', '210521.629000', '210521.631000', '210521.634000', '210521.636000', '210521.639000', '210521.642000', '210521.644000', '210521.647000', '210521.649000', '210521.656000', '210521.659000', '210521.661000', '210521.664000', '210521.667000', '210521.669000', '210521.672000', '210521.674000', '210521.677000', '210521.680000', '210521.682000', '210521.685000', '210521.687000', '210521.690000', '210521.692000', '210521.707000', '210521.710000', '210521.712000', '210521.715000', '210521.717000', '210521.720000', '210521.722000', '210521.725000', '210521.728000', '210521.730000', '210521.733000', '210521.735000', '210521.738000', '210521.741000', '210521.743000', '210521.746000', '210521.749000', '210521.751000', '210521.754000', '210521.757000', '210534.922000', '210534.926000', '210534.928000', '210534.931000', '210534.938000', '210534.941000', '210534.944000', '210534.947000', '210534.950000', '210534.952000', '210534.955000', '210534.958000', '210534.960000', '210534.963000', '210534.966000', '210534.969000', '210534.971000', '210534.974000', '210534.977000', '210534.979000', '210534.982000', '210534.985000', '210534.987000', '210534.990000', '210534.993000', '210534.996000', '210534.998000', '210535.001000', '210535.004000'], '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': [10819, 19063, 11555, 17087, 10777, 16330, 13886, 19987, 14615, 15119, 12762, 12792, 14762, 11645, 16560, 9253, 14982, 9190, 16144, 10775, 16631, 8818, 14688, 8754, 16628, 9208, 16094, 8481, 15246, 8850, 16771, 9452, 15959, 9049, 15608, 12784, 15392, 12110, 16808, 12499, 14249, 14340, 11511, 16247, 9247, 15586, 10155, 17546, 11224, 17731, 9665, 16364, 10043, 17969, 10314, 17062, 9399, 16780, 10577, 18318, 13086, 16324, 11069, 15963, 12237, 17652, 14852, 15862, 12059, 16313, 12902, 17587, 14377, 14079, 12769, 13240, 13676, 14376, 15031, 13021, 13471, 13646, 15882, 11059, 15158, 10705, 14805, 10633, 17531, 8928, 15409, 9040, 16162, 10321, 17609, 9371, 16017, 9251, 16782, 13815, 16434, 11860, 14837, 12008, 15998, 14827, 14557, 13820, 13436, 14228, 12354, 17735, 10266, 15635, 9851, 15228, 10215, 18263, 10477, 15619, 8458, 15779, 9631, 17119, 10854, 15010, 11402, 15567, 13612, 15411, 14612, 8728, 14700, 9105, 16956, 14797, 15651, 12102, 11955, 14591, 11088, 16561, 10424, 15116, 10329, 17363, 12775, 16676, 9170, 14683, 8521, 16764, 11175, 14800, 11165, 14502, 12689, 11218, 17195, 8329, 15347, 9126, 16990, 15634, 16358, 12452, 11213, 15199, 10303, 16920, 10198, 15705, 11099, 16462, 13586, 15641, 11799, 14335, 11773, 14543, 14700, 9415, 14408, 8185, 14746, 9093, 16961, 8879, 15373, 8179, 15081, 9261, 16605, 9958, 15237, 10611, 14708, 12022, 15813, 12395, 13354, 12850, 11148, 16810, 9236, 15189, 8895, 16175, 14056, 17510, 13744, 16026, 13071, 16656, 15004, 16789, 13903, 15045, 12761, 14249, 15310, 10490, 14713, 9074, 14734, 8818, 16359, 10559, 15994, 8592, 15128, 11717, 16220, 14170, 12903, 12639, 10866, 14385, 9901, 17187, 8880, 15918, 9099, 16602, 11708, 16856, 11508, 15298, 12437, 16198, 14371, 10951, 13856, 9399, 15350, 9724, 17317, 9659, 15411, 12146, 15492, 13801, 12393, 15336, 8577, 15412, 9212, 17043, 15138, 13991, 12827, 10906, 14857, 9853, 16806, 9441, 15519, 12452, 16128, 15550, 9906, 14623, 8551, 15188, 13934, 10613, 15895, 8952, 15778, 13598, 14096, 16046, 9095, 15502, 9340, 16998, 14509, 15313, 12706, 9137, 14811, 9607, 17931, 13999, 12762, 12972, 9169, 17400, 9907, 15535, 10269, 15171, 13142, 11224, 14245, 7898, 14746, 11650, 13983, 15769, 8586, 15231, 9314, 16854, 14194, 15847, 12835, 13760, 12788, 13922, 15593, 9082, 14225, 7920, 15102, 9704, 16141, 10685, 14896, 11923, 13907, 14645, 8265, 14370, 8384, 15821, 10696, 16169, 10592, 15395, 10694, 15469, 14135, 15021, 12224, 13879, 12253, 14780, 14530, 9484, 14057, 9072, 15325, 10243, 14657, 14390, 10587, 17958, 14035, 9861, 16027, 11523, 17095, 11259, 19396, 12940, 10922, 10249, 13347, 11056, 13016, 12974, 12831, 14660, 11422, 14784, 11797, 14751, 14801, 16333, 13962, 15347, 13633, 14128, 9124, 14970, 10632, 16286, 9175, 13958, 8748, 13952, 8664, 16262, 9730, 15097, 8301, 14772, 9064, 16160, 9996, 15624, 8965, 14861, 9495, 16073, 11122, 15020, 11775, 14442, 12647, 14956, 12996, 11798, 12614, 11915, 15295, 9979, 14346, 8436, 15177, 9231, 16936, 9715, 15095, 11483, 14000, 12919, 14513, 14674, 10811, 18495, 13446, 20275, 11423, 8238, 10530, 8740, 8797, 13770, 11617, 19795, 14115, 20438, 14472, 15630, 16570, 11193, 19206, 13932, 20981, 14954, 10236, 14490, 9688, 15347, 10194, 17193, 8416, 15285, 8304, 15485, 8614, 16572, 9956, 14615, 10417, 9379, 12556, 9065, 15111, 11808, 10338, 14340, 10341, 17100, 11956, 16477, 10472, 15849, 10393, 16739, 12409, 16274, 10607, 15907, 11407, 16396, 10674, 16790, 13598, 15131, 11535, 14479, 11742, 14294, 14434, 9778, 14335, 8337, 14149, 11080, 15088, 13352, 9202, 14801, 9678, 17890, 13460, 15751, 13057, 15508, 14888, 12378, 15242, 9181, 15563, 12134, 17917, 14690, 9510, 14485, 8608, 16359, 14004, 14818, 13828, 8726, 15208, 12050, 17442, 14811, 8773, 14663, 9341, 17212, 15353, 12501, 13793, 8749, 15254, 12228, 16409, 13524, 8275, 15123, 9969, 16355, 14989, 9264, 13741, 8574, 14821, 11373, 17153, 13742, 8975, 13707, 8643, 17239, 13653, 12955, 12962, 9841, 13787, 11010, 16844, 11107, 15350, 13148, 8876, 15754, 12856, 9761, 18495, 15251, 11702, 14007, 9476, 17796, 15441, 17540, 13902, 10360, 15456, 10608, 17538, 10918, 14907, 11719, 13282, 15815, 9833, 15072, 8550, 14873, 12036, 15465, 13930, 8924, 14316, 9249, 17304, 14282, 10965, 14273, 9602, 16653, 11316, 16734, 11432, 12103, 12901, 8740, 17520, 11411, 14864, 11381, 14909, 12751, 10844, 17734, 9302, 14953, 9650, 14872, 12944, 14481, 13495, 8289, 14447, 10082, 15456, 13013, 9132, 14982, 12924, 11596, 14132, 9576, 12299, 14376, 8822, 16848, 11378, 15500, 11456, 13371, 13236, 9163, 16945, 9639, 14755, 11341, 9095, 15587, 10537, 15363, 11215, 11470, 12975, 8968, 14317, 8400, 14741, 8687, 15831, 11314, 15155, 9927, 14834, 10402, 16126, 12532, 14884, 9751, 14046, 9609, 15389, 12610, 13241, 11027, 10311, 11975, 8709, 15545, 8255, 15631, 10088, 15879, 13049, 17000, 13498, 9023, 13330, 8263, 15791, 13025, 12880, 12998, 9086, 15263, 9053, 17110, 12438, 16508, 11264, 14998, 11761, 13680, 14105, 9275, 13719, 8400, 15576, 9848, 15823, 9716, 14673, 11027, 14138, 13444, 7682, 13286, 8074, 15511, 13592, 14632, 11609, 13051, 11714, 13468, 14198, 9263, 12966, 7857, 14320, 9464, 16160, 11786, 9340, 13076, 7704, 15856, 13539, 9136, 13665, 8499, 15909, 13711, 15327, 13459, 10970, 13517, 8880, 17238, 11123, 15136, 11823, 11426, 15371, 9696, 15205, 10294, 14238, 12824, 9632, 15226, 9437, 14883, 11876, 10112, 16647, 9515, 15313, 11242, 13489, 13747, 9523, 15303, 8691, 15179, 11792, 13692, 13971, 7930, 14855, 10068, 15274, 14230, 8831, 14758, 9130, 14813, 14064, 9672, 15789, 9794, 15157, 12664, 14184, 16091, 8665, 14890, 8936, 15511, 12878, 15692, 13428, 9567, 14090, 8565, 16728, 13083, 14364, 11727, 8925, 14921, 9996, 16480, 10510, 14984, 11625, 15208, 13824, 12518, 13293, 9738, 13787, 11196, 15710, 9855, 14345, 7959, 11526, 8097, 15974, 8689, 15252, 11520, 16684, 12450, 10428, 13598, 10707, 17142, 16058, 12511, 12122, 8470, 13818, 10840, 8678, 17056, 13076, 10648, 13874, 14156, 11601, 21786, 17047, 12640, 20031, 15404, 18123, 14181, 16557, 13382, 15867, 13087, 15951, 13158, 16442, 12645, 15197, 12030, 15629, 12291, 13634, 12953, 11659, 13380, 7839, 13197, 8129, 13871, 11436, 10021, 15463, 9646, 15052, 10224, 15021, 13452, 10745, 15804, 9412, 15696, 14297, 10506, 16780, 12007, 15295, 14375], 'WindowCenter': [4661.0, 4686.0, 4619.0, 4646.0, 4593.0, 4632.0, 4623.0, 4641.0, 4622.0, 4607.0, 4599.0, 4610.0, 4608.0, 4588.0, 4619.0, 4555.0, 4606.0, 4558.0, 4618.0, 4577.0, 4617.0, 4544.0, 4606.0, 4557.0, 4617.0, 4556.0, 4606.0, 4545.0, 4617.0, 4568.0, 4629.0, 4568.0, 4617.0, 4570.0, 4630.0, 4610.0, 4619.0, 4600.0, 4628.0, 4611.0, 4623.0, 4623.0, 4603.0, 4634.0, 4571.0, 4631.0, 4593.0, 4643.0, 4590.0, 4631.0, 4557.0, 4630.0, 4580.0, 4631.0, 4568.0, 4617.0, 4557.0, 4617.0, 4577.0, 4628.0, 4598.0, 4615.0, 4589.0, 4618.0, 4598.0, 4627.0, 4619.0, 4616.0, 4587.0, 4617.0, 4610.0, 4629.0, 4621.0, 4607.0, 4600.0, 4609.0, 4622.0, 4610.0, 4619.0, 4597.0, 4609.0, 4609.0, 4630.0, 4591.0, 4620.0, 4579.0, 4620.0, 4578.0, 4641.0, 4557.0, 4618.0, 4558.0, 4629.0, 4579.0, 4630.0, 4557.0, 4617.0, 4570.0, 4630.0, 4611.0, 4618.0, 4588.0, 4606.0, 4600.0, 4619.0, 4621.0, 4608.0, 4608.0, 4608.0, 4610.0, 4598.0, 4632.0, 4566.0, 4607.0, 4568.0, 4619.0, 4565.0, 4628.0, 4564.0, 4605.0, 4534.0, 4606.0, 4566.0, 4616.0, 4576.0, 4605.0, 4587.0, 4619.0, 4609.0, 4619.0, 4619.0, 4557.0, 4608.0, 4570.0, 4630.0, 4623.0, 4619.0, 4600.0, 4601.0, 4620.0, 4591.0, 4631.0, 4578.0, 4608.0, 4577.0, 4619.0, 4586.0, 4606.0, 4542.0, 4593.0, 4543.0, 4603.0, 4574.0, 4593.0, 4575.0, 4605.0, 4596.0, 4586.0, 4630.0, 4546.0, 4606.0, 4568.0, 4627.0, 4632.0, 4616.0, 4585.0, 4575.0, 4605.0, 4564.0, 4605.0, 4553.0, 4592.0, 4574.0, 4604.0, 4586.0, 4591.0, 4562.0, 4581.0, 4585.0, 4593.0, 4593.0, 4542.0, 4593.0, 4531.0, 4606.0, 4544.0, 4616.0, 4544.0, 4604.0, 4547.0, 4604.0, 4556.0, 4616.0, 4565.0, 4604.0, 4577.0, 4618.0, 4598.0, 4630.0, 4600.0, 4625.0, 4614.0, 4603.0, 4644.0, 4569.0, 4619.0, 4571.0, 4633.0, 4624.0, 4632.0, 4612.0, 4618.0, 4611.0, 4631.0, 4621.0, 4618.0, 4598.0, 4608.0, 4599.0, 4608.0, 4619.0, 4566.0, 4596.0, 4544.0, 4595.0, 4558.0, 4618.0, 4578.0, 4606.0, 4545.0, 4606.0, 4588.0, 4617.0, 4611.0, 4586.0, 4587.0, 4589.0, 4620.0, 4569.0, 4631.0, 4547.0, 4607.0, 4558.0, 4619.0, 4590.0, 4619.0, 4576.0, 4605.0, 4588.0, 4616.0, 4610.0, 4566.0, 4610.0, 4557.0, 4608.0, 4567.0, 4619.0, 4557.0, 4606.0, 4587.0, 4618.0, 4598.0, 4599.0, 4608.0, 4546.0, 4607.0, 4569.0, 4618.0, 4619.0, 4595.0, 4586.0, 4578.0, 4608.0, 4567.0, 4620.0, 4557.0, 4606.0, 4588.0, 4607.0, 4619.0, 4567.0, 4606.0, 4547.0, 4619.0, 4610.0, 4579.0, 4619.0, 4559.0, 4620.0, 4611.0, 4611.0, 4621.0, 4558.0, 4607.0, 4559.0, 4619.0, 4610.0, 4607.0, 4587.0, 4556.0, 4608.0, 4569.0, 4630.0, 4597.0, 4585.0, 4597.0, 4556.0, 4630.0, 4567.0, 4607.0, 4567.0, 4607.0, 4597.0, 4578.0, 4596.0, 4536.0, 4608.0, 4601.0, 4609.0, 4634.0, 4550.0, 4609.0, 4559.0, 4620.0, 4611.0, 4608.0, 4588.0, 4585.0, 4588.0, 4596.0, 4608.0, 4544.0, 4584.0, 4536.0, 4607.0, 4567.0, 4620.0, 4567.0, 4605.0, 4588.0, 4597.0, 4608.0, 4547.0, 4606.0, 4560.0, 4620.0, 4580.0, 4618.0, 4567.0, 4606.0, 4578.0, 4607.0, 4609.0, 4606.0, 4586.0, 4584.0, 4589.0, 4607.0, 4622.0, 4556.0, 4610.0, 4558.0, 4607.0, 4569.0, 4621.0, 4623.0, 4595.0, 4643.0, 4611.0, 4569.0, 4623.0, 4578.0, 4622.0, 4567.0, 4619.0, 4600.0, 4577.0, 4566.0, 4571.0, 4565.0, 4572.0, 4585.0, 4587.0, 4608.0, 4575.0, 4596.0, 4573.0, 4595.0, 4595.0, 4604.0, 4570.0, 4580.0, 4556.0, 4557.0, 4515.0, 4568.0, 4538.0, 4578.0, 4516.0, 4566.0, 4504.0, 4567.0, 4529.0, 4590.0, 4539.0, 4579.0, 4518.0, 4578.0, 4530.0, 4590.0, 4553.0, 4580.0, 4529.0, 4579.0, 4542.0, 4592.0, 4562.0, 4591.0, 4573.0, 4595.0, 4585.0, 4594.0, 4586.0, 4574.0, 4585.0, 4586.0, 4607.0, 4556.0, 4597.0, 4535.0, 4606.0, 4546.0, 4607.0, 4556.0, 4594.0, 4576.0, 4609.0, 4611.0, 4621.0, 4622.0, 4590.0, 4655.0, 4625.0, 4664.0, 4616.0, 4563.0, 4580.0, 4562.0, 4561.0, 4623.0, 4619.0, 4657.0, 4627.0, 4644.0, 4602.0, 4598.0, 4598.0, 4567.0, 4608.0, 4587.0, 4605.0, 4572.0, 4517.0, 4557.0, 4504.0, 4556.0, 4526.0, 4566.0, 4495.0, 4565.0, 4494.0, 4565.0, 4519.0, 4578.0, 4539.0, 4568.0, 4564.0, 4543.0, 4586.0, 4559.0, 4619.0, 4601.0, 4581.0, 4622.0, 4595.0, 4635.0, 4593.0, 4621.0, 4581.0, 4608.0, 4569.0, 4621.0, 4589.0, 4607.0, 4566.0, 4595.0, 4576.0, 4608.0, 4567.0, 4606.0, 4598.0, 4594.0, 4576.0, 4594.0, 4589.0, 4611.0, 4611.0, 4568.0, 4608.0, 4548.0, 4623.0, 4606.0, 4633.0, 4613.0, 4573.0, 4634.0, 4585.0, 4646.0, 4625.0, 4623.0, 4614.0, 4636.0, 4625.0, 4603.0, 4622.0, 4561.0, 4623.0, 4603.0, 4633.0, 4612.0, 4559.0, 4622.0, 4560.0, 4620.0, 4624.0, 4621.0, 4610.0, 4562.0, 4622.0, 4601.0, 4633.0, 4611.0, 4550.0, 4609.0, 4572.0, 4620.0, 4622.0, 4588.0, 4598.0, 4547.0, 4620.0, 4590.0, 4620.0, 4598.0, 4548.0, 4621.0, 4570.0, 4618.0, 4621.0, 4570.0, 4598.0, 4549.0, 4620.0, 4590.0, 4630.0, 4610.0, 4558.0, 4598.0, 4560.0, 4630.0, 4610.0, 4588.0, 4599.0, 4582.0, 4610.0, 4579.0, 4619.0, 4580.0, 4607.0, 4587.0, 4547.0, 4618.0, 4612.0, 4582.0, 4642.0, 4634.0, 4601.0, 4609.0, 4569.0, 4629.0, 4621.0, 4632.0, 4598.0, 4567.0, 4609.0, 4566.0, 4617.0, 4565.0, 4596.0, 4576.0, 4585.0, 4606.0, 4555.0, 4595.0, 4548.0, 4622.0, 4599.0, 4622.0, 4610.0, 4558.0, 4608.0, 4570.0, 4630.0, 4610.0, 4579.0, 4622.0, 4569.0, 4620.0, 4579.0, 4618.0, 4577.0, 4575.0, 4587.0, 4559.0, 4630.0, 4587.0, 4607.0, 4591.0, 4608.0, 4587.0, 4576.0, 4629.0, 4557.0, 4609.0, 4557.0, 4593.0, 4585.0, 4608.0, 4597.0, 4536.0, 4608.0, 4567.0, 4619.0, 4600.0, 4570.0, 4619.0, 4611.0, 4590.0, 4609.0, 4569.0, 4588.0, 4608.0, 4559.0, 4632.0, 4579.0, 4606.0, 4576.0, 4585.0, 4586.0, 4555.0, 4617.0, 4556.0, 4606.0, 4577.0, 4559.0, 4619.0, 4580.0, 4618.0, 4590.0, 4604.0, 4612.0, 4573.0, 4622.0, 4550.0, 4610.0, 4563.0, 4623.0, 4593.0, 4610.0, 4569.0, 4607.0, 4581.0, 4620.0, 4599.0, 4607.0, 4555.0, 4583.0, 4555.0, 4593.0, 4587.0, 4584.0, 4566.0, 4565.0, 4587.0, 4559.0, 4620.0, 4550.0, 4690.0, 4650.0, 4646.0, 4570.0, 4577.0, 4571.0, 4544.0, 4585.0, 4546.0, 4606.0, 4599.0, 4587.0, 4598.0, 4560.0, 4633.0, 4573.0, 4632.0, 4602.0, 4619.0, 4578.0, 4608.0, 4602.0, 4609.0, 4610.0, 4569.0, 4597.0, 4548.0, 4619.0, 4567.0, 4607.0, 4554.0, 4605.0, 4590.0, 4607.0, 4612.0, 4538.0, 4596.0, 4550.0, 4620.0, 4612.0, 4608.0, 4589.0, 4597.0, 4589.0, 4597.0, 4610.0, 4546.0, 4586.0, 4536.0, 4608.0, 4568.0, 4618.0, 4586.0, 4557.0, 4597.0, 4552.0, 4631.0, 4612.0, 4570.0, 4610.0, 4573.0, 4644.0, 4625.0, 4624.0, 4613.0, 4578.0, 4599.0, 4558.0, 4620.0, 4577.0, 4595.0, 4587.0, 4589.0, 4609.0, 4557.0, 4607.0, 4565.0, 4607.0, 4597.0, 4557.0, 4607.0, 4555.0, 4594.0, 4587.0, 4567.0, 4619.0, 4556.0, 4595.0, 4576.0, 4609.0, 4607.0, 4557.0, 4606.0, 4535.0, 4606.0, 4587.0, 4596.0, 4596.0, 4534.0, 4595.0, 4580.0, 4618.0, 4610.0, 4557.0, 4606.0, 4559.0, 4620.0, 4611.0, 4570.0, 4619.0, 4568.0, 4609.0, 4612.0, 4609.0, 4623.0, 4547.0, 4595.0, 4546.0, 4608.0, 4598.0, 4622.0, 4613.0, 4583.0, 4608.0, 4558.0, 4617.0, 4598.0, 4596.0, 4588.0, 4558.0, 4608.0, 4569.0, 4619.0, 4580.0, 4608.0, 4589.0, 4608.0, 4600.0, 4575.0, 4586.0, 4544.0, 4599.0, 4577.0, 4607.0, 4554.0, 4583.0, 4524.0, 4575.0, 4535.0, 4606.0, 4545.0, 4618.0, 4589.0, 4618.0, 4602.0, 4592.0, 4622.0, 4603.0, 4644.0, 4644.0, 4613.0, 4615.0, 4563.0, 4621.0, 4590.0, 4561.0, 4653.0, 4637.0, 4607.0, 4626.0, 4626.0, 4609.0, 4645.0, 4612.0, 4577.0, 4607.0, 4574.0, 4582.0, 4560.0, 4568.0, 4545.0, 4553.0, 4533.0, 4552.0, 4544.0, 4550.0, 4531.0, 4538.0, 4532.0, 4551.0, 4547.0, 4554.0, 4571.0, 4548.0, 4569.0, 4510.0, 4571.0, 4534.0, 4595.0, 4590.0, 4581.0, 4622.0, 4583.0, 4622.0, 4581.0, 4622.0, 4613.0, 4594.0, 4623.0, 4561.0, 4623.0, 4622.0, 4583.0, 4633.0, 4603.0, 4622.0, 4622.0], 'WindowWidth': [10218.0, 10247.0, 10137.0, 10166.0, 10087.0, 10141.0, 10128.0, 10155.0, 10126.0, 10097.0, 10087.0, 10105.0, 10100.0, 10071.0, 10116.0, 10020.0, 10093.0, 10031.0, 10114.0, 10053.0, 10112.0, 10005.0, 10093.0, 10029.0, 10110.0, 10025.0, 10093.0, 10009.0, 10110.0, 10046.0, 10131.0, 10045.0, 10109.0, 10054.0, 10135.0, 10108.0, 10116.0, 10093.0, 10128.0, 10108.0, 10128.0, 10128.0, 10100.0, 10145.0, 10053.0, 10137.0, 10087.0, 10157.0, 10077.0, 10137.0, 10028.0, 10132.0, 10063.0, 10137.0, 10044.0, 10110.0, 10026.0, 10109.0, 10056.0, 10129.0, 10085.0, 10104.0, 10074.0, 10113.0, 10086.0, 10123.0, 10118.0, 10106.0, 10070.0, 10110.0, 10106.0, 10130.0, 10122.0, 10094.0, 10088.0, 10104.0, 10124.0, 10105.0, 10115.0, 10081.0, 10103.0, 10103.0, 10133.0, 10080.0, 10119.0, 10061.0, 10119.0, 10058.0, 10151.0, 10029.0, 10112.0, 10032.0, 10130.0, 10061.0, 10134.0, 10028.0, 10110.0, 10051.0, 10132.0, 10109.0, 10113.0, 10071.0, 10092.0, 10091.0, 10115.0, 10123.0, 10100.0, 10100.0, 10098.0, 10105.0, 10084.0, 10141.0, 10039.0, 10096.0, 10044.0, 10115.0, 10035.0, 10129.0, 10032.0, 10090.0, 9992.0, 10095.0, 10040.0, 10108.0, 10051.0, 10089.0, 10070.0, 10115.0, 10103.0, 10117.0, 10116.0, 10030.0, 10100.0, 10053.0, 10134.0, 10130.0, 10118.0, 10091.0, 10094.0, 10120.0, 10080.0, 10138.0, 10056.0, 10099.0, 10055.0, 10118.0, 10064.0, 10095.0, 9998.0, 10069.0, 10002.0, 10085.0, 10046.0, 10068.0, 10050.0, 10092.0, 10081.0, 10065.0, 10134.0, 10014.0, 10093.0, 10044.0, 10123.0, 10142.0, 10107.0, 10063.0, 10048.0, 10090.0, 10032.0, 10091.0, 10016.0, 10065.0, 10046.0, 10085.0, 10065.0, 10062.0, 10025.0, 10048.0, 10063.0, 10072.0, 10070.0, 9999.0, 10068.0, 9983.0, 10092.0, 10005.0, 10109.0, 10006.0, 10086.0, 10014.0, 10089.0, 10024.0, 10107.0, 10037.0, 10086.0, 10054.0, 10114.0, 10087.0, 10134.0, 10091.0, 10134.0, 10116.0, 10099.0, 10158.0, 10046.0, 10113.0, 10051.0, 10141.0, 10131.0, 10140.0, 10109.0, 10112.0, 10107.0, 10134.0, 10122.0, 10115.0, 10084.0, 10098.0, 10085.0, 10098.0, 10114.0, 10036.0, 10078.0, 10003.0, 10076.0, 10029.0, 10112.0, 10056.0, 10091.0, 10007.0, 10091.0, 10073.0, 10107.0, 10107.0, 10065.0, 10068.0, 10073.0, 10117.0, 10045.0, 10135.0, 10011.0, 10093.0, 10030.0, 10115.0, 10075.0, 10115.0, 10051.0, 10087.0, 10072.0, 10106.0, 10105.0, 10036.0, 10103.0, 10027.0, 10097.0, 10039.0, 10115.0, 10026.0, 10091.0, 10067.0, 10111.0, 10083.0, 10085.0, 10097.0, 10010.0, 10093.0, 10045.0, 10111.0, 10116.0, 10075.0, 10062.0, 10057.0, 10097.0, 10041.0, 10118.0, 10026.0, 10091.0, 10069.0, 10096.0, 10113.0, 10039.0, 10092.0, 10012.0, 10114.0, 10104.0, 10061.0, 10113.0, 10032.0, 10119.0, 10108.0, 10108.0, 10121.0, 10028.0, 10095.0, 10030.0, 10112.0, 10103.0, 10094.0, 10065.0, 10021.0, 10098.0, 10046.0, 10133.0, 10082.0, 10060.0, 10081.0, 10023.0, 10134.0, 10038.0, 10093.0, 10038.0, 10094.0, 10080.0, 10054.0, 10078.0, 9996.0, 10096.0, 10095.0, 10102.0, 10144.0, 10021.0, 10097.0, 10031.0, 10115.0, 10107.0, 10097.0, 10068.0, 10061.0, 10068.0, 10078.0, 10097.0, 10003.0, 10057.0, 9995.0, 10096.0, 10040.0, 10117.0, 10037.0, 10087.0, 10070.0, 10080.0, 10096.0, 10012.0, 10091.0, 10036.0, 10118.0, 10062.0, 10111.0, 10038.0, 10088.0, 10055.0, 10092.0, 10101.0, 10089.0, 10064.0, 10058.0, 10073.0, 10096.0, 10124.0, 10023.0, 10101.0, 10027.0, 10094.0, 10047.0, 10120.0, 10126.0, 10090.0, 10155.0, 10107.0, 10045.0, 10125.0, 10051.0, 10124.0, 10034.0, 10119.0, 10091.0, 10053.0, 10036.0, 10034.0, 10033.0, 10036.0, 10060.0, 10065.0, 10099.0, 10047.0, 10078.0, 10042.0, 10073.0, 10075.0, 10087.0, 10030.0, 10044.0, 10004.0, 10006.0, 9946.0, 10023.0, 9984.0, 10038.0, 9950.0, 10019.0, 9930.0, 10021.0, 9975.0, 10060.0, 9988.0, 10042.0, 9958.0, 10040.0, 9975.0, 10060.0, 10013.0, 10046.0, 9974.0, 10042.0, 9996.0, 10063.0, 10025.0, 10061.0, 10041.0, 10074.0, 10062.0, 10070.0, 10061.0, 10042.0, 10060.0, 10065.0, 10096.0, 10021.0, 10081.0, 9993.0, 10091.0, 10007.0, 10094.0, 10021.0, 10071.0, 10048.0, 10103.0, 10108.0, 10124.0, 10128.0, 10078.0, 10186.0, 10141.0, 10199.0, 10130.0, 10051.0, 10068.0, 10048.0, 10042.0, 10131.0, 10133.0, 10181.0, 10136.0, 10158.0, 10093.0, 10078.0, 10081.0, 10033.0, 10098.0, 10063.0, 10092.0, 10036.0, 9950.0, 10004.0, 9926.0, 10002.0, 9960.0, 10017.0, 9917.0, 10012.0, 9913.0, 10013.0, 9958.0, 10036.0, 9987.0, 10022.0, 10030.0, 10001.0, 10062.0, 10031.0, 10114.0, 10091.0, 10063.0, 10120.0, 10087.0, 10146.0, 10082.0, 10119.0, 10061.0, 10096.0, 10042.0, 10120.0, 10071.0, 10093.0, 10035.0, 10073.0, 10048.0, 10094.0, 10038.0, 10088.0, 10081.0, 10068.0, 10047.0, 10069.0, 10071.0, 10104.0, 10105.0, 10041.0, 10094.0, 10014.0, 10126.0, 10109.0, 10140.0, 10114.0, 10056.0, 10144.0, 10076.0, 10165.0, 10132.0, 10124.0, 10114.0, 10149.0, 10131.0, 10096.0, 10122.0, 10036.0, 10125.0, 10100.0, 10144.0, 10109.0, 10032.0, 10122.0, 10034.0, 10118.0, 10130.0, 10121.0, 10102.0, 10040.0, 10121.0, 10092.0, 10143.0, 10108.0, 10020.0, 10098.0, 10053.0, 10115.0, 10122.0, 10069.0, 10081.0, 10011.0, 10116.0, 10077.0, 10117.0, 10083.0, 10014.0, 10120.0, 10047.0, 10112.0, 10120.0, 10050.0, 10083.0, 10018.0, 10117.0, 10076.0, 10132.0, 10102.0, 10028.0, 10084.0, 10034.0, 10132.0, 10102.0, 10069.0, 10087.0, 10069.0, 10102.0, 10059.0, 10113.0, 10061.0, 10092.0, 10063.0, 10010.0, 10111.0, 10110.0, 10066.0, 10152.0, 10141.0, 10092.0, 10101.0, 10044.0, 10128.0, 10121.0, 10140.0, 10084.0, 10037.0, 10099.0, 10036.0, 10108.0, 10033.0, 10076.0, 10048.0, 10060.0, 10093.0, 10020.0, 10075.0, 10016.0, 10124.0, 10089.0, 10126.0, 10104.0, 10028.0, 10096.0, 10048.0, 10134.0, 10103.0, 10059.0, 10123.0, 10043.0, 10117.0, 10057.0, 10113.0, 10054.0, 10048.0, 10065.0, 10033.0, 10130.0, 10069.0, 10094.0, 10081.0, 10096.0, 10065.0, 10050.0, 10132.0, 10025.0, 10100.0, 10027.0, 10069.0, 10062.0, 10097.0, 10080.0, 9995.0, 10096.0, 10042.0, 10115.0, 10089.0, 10049.0, 10116.0, 10110.0, 10079.0, 10101.0, 10047.0, 10069.0, 10097.0, 10031.0, 10139.0, 10057.0, 10092.0, 10048.0, 10059.0, 10063.0, 10019.0, 10109.0, 10024.0, 10091.0, 10053.0, 10032.0, 10116.0, 10063.0, 10111.0, 10078.0, 10104.0, 10112.0, 10061.0, 10124.0, 10023.0, 10104.0, 10045.0, 10127.0, 10087.0, 10104.0, 10046.0, 10094.0, 10066.0, 10119.0, 10088.0, 10094.0, 10018.0, 10055.0, 10021.0, 10069.0, 10067.0, 10056.0, 10037.0, 10034.0, 10069.0, 10035.0, 10117.0, 10023.0, 10254.0, 10198.0, 10162.0, 10030.0, 10034.0, 10032.0, 10002.0, 10058.0, 10010.0, 10093.0, 10086.0, 10068.0, 10085.0, 10036.0, 10140.0, 10060.0, 10139.0, 10097.0, 10114.0, 10056.0, 10097.0, 10096.0, 10100.0, 10104.0, 10045.0, 10081.0, 10014.0, 10115.0, 10041.0, 10096.0, 10020.0, 10089.0, 10076.0, 10096.0, 10113.0, 10001.0, 10079.0, 10024.0, 10119.0, 10111.0, 10100.0, 10074.0, 10082.0, 10074.0, 10082.0, 10105.0, 10008.0, 10062.0, 9997.0, 10098.0, 10043.0, 10112.0, 10065.0, 10027.0, 10082.0, 10031.0, 10134.0, 10112.0, 10050.0, 10104.0, 10059.0, 10159.0, 10133.0, 10132.0, 10114.0, 10057.0, 10087.0, 10030.0, 10121.0, 10054.0, 10076.0, 10065.0, 10073.0, 10102.0, 10027.0, 10096.0, 10035.0, 10096.0, 10082.0, 10026.0, 10095.0, 10021.0, 10073.0, 10069.0, 10041.0, 10116.0, 10024.0, 10074.0, 10049.0, 10102.0, 10096.0, 10025.0, 10091.0, 9991.0, 10091.0, 10069.0, 10079.0, 10077.0, 9991.0, 10074.0, 10062.0, 10112.0, 10104.0, 10027.0, 10091.0, 10031.0, 10120.0, 10106.0, 10050.0, 10115.0, 10042.0, 10101.0, 10110.0, 10101.0, 10127.0, 10013.0, 10075.0, 10010.0, 10099.0, 10085.0, 10124.0, 10114.0, 10072.0, 10098.0, 10029.0, 10109.0, 10083.0, 10076.0, 10069.0, 10027.0, 10095.0, 10044.0, 10115.0, 10063.0, 10094.0, 10072.0, 10097.0, 10088.0, 10046.0, 10061.0, 10002.0, 10084.0, 10053.0, 10096.0, 10014.0, 10054.0, 9975.0, 10048.0, 9995.0, 10090.0, 10005.0, 10111.0, 10072.0, 10111.0, 10096.0, 10086.0, 10129.0, 10105.0, 10167.0, 10169.0, 10122.0, 10127.0, 10053.0, 10130.0, 10086.0, 10048.0, 10177.0, 10161.0, 10118.0, 10138.0, 10137.0, 10115.0, 10163.0, 10110.0, 10050.0, 10099.0, 10041.0, 10054.0, 10013.0, 10025.0, 9987.0, 9995.0, 9965.0, 9990.0, 9983.0, 9984.0, 9959.0, 9964.0, 9963.0, 9987.0, 9994.0, 9999.0, 10033.0, 9996.0, 10026.0, 9949.0, 10033.0, 9990.0, 10072.0, 10073.0, 10065.0, 10123.0, 10068.0, 10122.0, 10064.0, 10121.0, 10111.0, 10087.0, 10124.0, 10036.0, 10124.0, 10123.0, 10068.0, 10138.0, 10098.0, 10123.0, 10122.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.005205460526315789</td></tr>
<tr><td colspan=3>aqi</td><td>0.027404237390350875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.64813507125136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3579305303293072</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0948628124259054</td></tr>
<tr><td colspan=3>efc</td><td>0.4879</td></tr>
<tr><td colspan=3>fber</td><td>6205.6157</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13174052039271772</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.241228070175438</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4183538708046046</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3078303086134015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6266239373764053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3206073664240066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0220613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0206113550812006</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03592590615153313</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.103508065948631</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>21.6957</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4651</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.85</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>294517.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>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.5449</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1006</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.8062</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3770.1321</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4928.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.7113</td></tr>
<tr><td colspan=3>tsnr</td><td>38.9407913031755</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>