<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-02/func/sub-0101_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>711881cc08423361f38a1f8cfff6d236</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:04:6.557500</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.998787, 0.0370888, 0.0323768, -0.0322607, 0.989814, -0.138664]</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.136488</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7767, -7218, 39, -158, -51, -123, 44]</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>322.566</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>28e9709d-80b0-4102-8f47-4dab4a279251||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.679673433303833, -0.08655299246311188, 0.1004127711057663, 113.66648864746094], [-0.09950666129589081, 2.6555981636047363, -0.3711199462413788, -72.20682525634766], [0.08686459809541702, 0.3720266819000244, 2.6724870204925537, -88.46077728271484], [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': ['200406.557500', '200407.017500', '200407.477500', '200407.937500', '200408.397500', '200408.857500', '200409.317500', '200409.777500', '200410.237500', '200410.697500', '200411.157500', '200411.617500', '200412.077500', '200412.537500', '200412.997500', '200413.457500', '200413.917500', '200414.377500', '200414.837500', '200415.297500', '200415.757500', '200416.217500', '200416.677500', '200417.137500', '200417.597500', '200418.057500', '200418.517500', '200418.977500', '200419.437500', '200419.897500', '200420.357500', '200420.817500', '200421.277500', '200421.737500', '200422.197500', '200422.657500', '200423.117500', '200423.577500', '200424.037500', '200424.497500', '200424.957500', '200425.417500', '200425.877500', '200426.337500', '200426.797500', '200427.257500', '200427.717500', '200428.177500', '200428.637500', '200429.097500', '200429.557500', '200430.017500', '200430.477500', '200430.937500', '200431.397500', '200431.857500', '200432.317500', '200432.777500', '200433.237500', '200433.697500', '200434.157500', '200434.617500', '200435.077500', '200435.537500', '200435.997500', '200436.457500', '200436.917500', '200437.377500', '200437.837500', '200438.297500', '200438.757500', '200439.217500', '200439.677500', '200440.137500', '200440.597500', '200441.057500', '200441.517500', '200441.977500', '200442.437500', '200442.897500', '200443.357500', '200443.817500', '200444.277500', '200444.737500', '200445.197500', '200445.657500', '200446.117500', '200446.577500', '200447.037500', '200447.497500', '200447.957500', '200448.417500', '200448.877500', '200449.337500', '200449.797500', '200450.257500', '200450.717500', '200451.177500', '200451.637500', '200452.097500', '200452.557500', '200453.017500', '200453.477500', '200453.937500', '200454.397500', '200454.857500', '200455.317500', '200455.777500', '200456.237500', '200456.697500', '200457.157500', '200457.617500', '200458.077500', '200458.537500', '200458.997500', '200459.457500', '200459.917500', '200500.377500', '200500.837500', '200501.297500', '200501.757500', '200502.217500', '200502.677500', '200503.137500', '200503.597500', '200504.057500', '200504.517500', '200504.977500', '200505.437500', '200505.897500', '200506.357500', '200506.817500', '200507.277500', '200507.737500', '200508.197500', '200508.657500', '200509.117500', '200509.577500', '200510.037500', '200510.497500', '200510.957500', '200511.417500', '200511.877500', '200512.337500', '200512.797500', '200513.257500', '200513.717500', '200514.177500', '200514.637500', '200515.097500', '200515.557500', '200516.017500', '200516.477500', '200516.937500', '200517.397500', '200517.857500', '200518.317500', '200518.777500', '200519.237500', '200519.697500', '200520.157500', '200520.617500', '200521.077500', '200521.537500', '200521.997500', '200522.457500', '200522.917500', '200523.377500', '200523.837500', '200524.297500', '200524.757500', '200525.217500', '200525.677500', '200526.137500', '200526.597500', '200527.057500', '200527.517500', '200527.977500', '200528.437500', '200528.897500', '200529.357500', '200529.817500', '200530.277500', '200530.737500', '200531.197500', '200531.657500', '200532.117500', '200532.577500', '200533.037500', '200533.497500', '200533.957500', '200534.417500', '200534.877500', '200535.337500', '200535.797500', '200536.257500', '200536.717500', '200537.177500', '200537.637500', '200538.097500', '200538.557500', '200539.017500', '200539.477500', '200539.937500', '200540.397500', '200540.857500', '200541.317500', '200541.777500', '200542.237500', '200542.697500', '200543.157500', '200543.617500', '200544.077500', '200544.537500', '200544.997500', '200545.457500', '200545.917500', '200546.377500', '200546.837500', '200547.297500', '200547.757500', '200548.217500', '200548.677500', '200549.137500', '200549.597500', '200550.057500', '200550.517500', '200550.977500', '200551.437500', '200551.897500', '200552.357500', '200552.817500', '200553.277500', '200553.737500', '200554.197500', '200554.657500', '200555.117500', '200555.577500', '200556.037500', '200556.497500', '200556.957500', '200557.417500', '200557.877500', '200558.337500', '200558.797500', '200559.257500', '200559.717500', '200600.177500', '200600.637500', '200601.097500', '200601.557500', '200602.017500', '200602.477500', '200602.937500', '200603.397500', '200603.857500', '200604.317500', '200604.777500', '200605.237500', '200605.697500', '200606.157500', '200606.617500', '200607.077500', '200607.537500', '200607.997500', '200608.457500', '200608.917500', '200609.377500', '200609.837500', '200610.297500', '200610.757500', '200611.217500', '200611.677500', '200612.137500', '200612.597500', '200613.057500', '200613.517500', '200613.977500', '200614.437500', '200614.897500', '200615.357500', '200615.817500', '200616.277500', '200616.737500', '200617.197500', '200617.657500', '200618.117500', '200618.577500', '200619.037500', '200619.497500', '200619.957500', '200620.417500', '200620.877500', '200621.337500', '200621.797500', '200622.257500', '200622.717500', '200623.177500', '200623.637500', '200624.097500', '200624.557500', '200625.017500', '200625.477500', '200625.937500', '200626.397500', '200626.857500', '200627.317500', '200627.777500', '200628.237500', '200628.697500', '200629.157500', '200629.617500', '200630.077500', '200630.537500', '200630.997500', '200631.457500', '200631.917500', '200632.377500', '200632.837500', '200633.297500', '200633.757500', '200634.217500', '200634.677500', '200635.137500', '200635.597500', '200636.057500', '200636.517500', '200636.977500', '200637.437500', '200637.897500', '200638.357500', '200638.817500', '200639.277500', '200639.737500', '200640.197500', '200640.657500', '200641.117500', '200641.577500', '200642.037500', '200642.497500', '200642.957500', '200643.417500', '200643.877500', '200644.337500', '200644.797500', '200645.257500', '200645.717500', '200646.177500', '200646.637500', '200647.097500', '200647.557500', '200648.017500', '200648.477500', '200648.937500', '200649.397500', '200649.857500', '200650.317500', '200650.777500', '200651.237500', '200651.697500', '200652.157500', '200652.617500', '200653.077500', '200653.537500', '200653.997500', '200654.457500', '200654.917500', '200655.377500', '200655.837500', '200656.297500', '200656.757500', '200657.217500', '200657.677500', '200658.137500', '200658.597500', '200659.057500', '200659.517500', '200659.977500', '200700.437500', '200700.897500', '200701.357500', '200701.817500', '200702.277500', '200702.737500', '200703.197500', '200703.657500', '200704.117500', '200704.577500', '200705.037500', '200705.497500', '200705.957500', '200706.417500', '200706.877500', '200707.337500', '200707.797500', '200708.257500', '200708.717500', '200709.177500', '200709.637500', '200710.097500', '200710.557500', '200711.017500', '200711.477500', '200711.937500', '200712.397500', '200712.857500', '200713.317500', '200713.777500', '200714.237500', '200714.697500', '200715.157500', '200715.617500', '200716.077500', '200716.537500', '200716.997500', '200717.457500', '200717.917500', '200718.377500', '200718.837500', '200719.297500', '200719.757500', '200720.217500', '200720.677500', '200721.137500', '200721.597500', '200722.057500', '200722.517500', '200722.977500', '200723.437500', '200723.897500', '200724.357500', '200724.817500', '200725.277500', '200725.737500', '200726.197500', '200726.657500', '200727.117500', '200727.577500', '200728.037500', '200728.497500', '200728.957500', '200729.417500', '200729.877500', '200730.337500', '200730.797500', '200731.257500', '200731.717500', '200732.177500', '200732.637500', '200733.097500', '200733.557500', '200734.017500', '200734.477500', '200734.937500', '200735.397500', '200735.857500', '200736.317500', '200736.777500', '200737.237500', '200737.697500', '200738.157500', '200738.617500', '200739.077500', '200739.537500', '200739.997500', '200740.457500', '200740.917500', '200741.377500', '200741.837500', '200742.297500', '200742.757500', '200743.217500', '200743.677500', '200744.137500', '200744.597500', '200745.057500', '200745.517500', '200745.977500', '200746.437500', '200746.897500', '200747.357500', '200747.817500', '200748.277500', '200748.737500', '200749.197500', '200749.657500', '200750.117500', '200750.577500', '200751.037500', '200751.497500', '200751.957500', '200752.417500', '200752.877500', '200753.337500', '200753.797500', '200754.257500', '200754.717500', '200755.177500', '200755.637500', '200756.097500', '200756.557500', '200757.017500', '200757.477500', '200757.937500', '200758.397500', '200758.857500', '200759.317500', '200759.777500', '200800.237500', '200800.697500', '200801.157500', '200801.617500', '200802.077500', '200802.537500', '200802.997500', '200803.457500', '200803.917500', '200804.377500', '200804.837500', '200805.297500', '200805.757500', '200806.217500', '200806.677500', '200807.137500', '200807.597500', '200808.057500', '200808.517500', '200808.977500', '200809.437500', '200809.897500', '200810.357500', '200810.817500', '200811.277500', '200811.737500', '200812.197500', '200812.657500', '200813.117500', '200813.577500', '200814.037500', '200814.497500', '200814.957500', '200815.417500', '200815.877500', '200816.337500', '200816.797500', '200817.257500', '200817.717500', '200818.177500', '200818.637500', '200819.097500', '200819.557500', '200820.017500', '200820.477500', '200820.937500', '200821.397500', '200821.857500', '200822.317500', '200822.777500', '200823.237500', '200823.697500', '200824.157500', '200824.617500', '200825.077500', '200825.537500', '200825.997500', '200826.457500', '200826.917500', '200827.377500', '200827.837500', '200828.297500', '200828.757500', '200829.217500', '200829.677500', '200830.137500', '200830.597500', '200831.057500', '200831.517500', '200831.977500', '200832.437500', '200832.897500', '200833.357500', '200833.817500', '200834.277500', '200834.737500', '200835.197500', '200835.657500', '200836.117500', '200836.577500', '200837.037500', '200837.497500', '200837.957500', '200838.417500', '200838.877500', '200839.337500', '200839.797500', '200840.257500', '200840.717500', '200841.177500', '200841.637500', '200842.097500', '200842.557500', '200843.017500', '200843.477500', '200843.937500', '200844.397500', '200844.857500', '200845.317500', '200845.777500', '200846.237500', '200846.697500', '200847.157500', '200847.617500', '200848.077500', '200848.537500', '200848.997500', '200849.457500', '200849.917500', '200850.377500', '200850.837500', '200851.297500', '200851.757500', '200852.217500', '200852.677500', '200853.137500', '200853.597500', '200854.057500', '200854.517500', '200854.977500', '200855.437500', '200855.897500', '200856.357500', '200856.817500', '200857.277500', '200857.737500', '200858.197500', '200858.657500', '200859.117500', '200859.577500', '200900.037500', '200900.497500', '200900.957500', '200901.417500', '200901.877500', '200902.337500', '200902.797500', '200903.257500', '200903.717500', '200904.177500', '200904.637500', '200905.097500', '200905.557500', '200906.017500', '200906.477500', '200906.937500', '200907.397500', '200907.857500', '200908.317500', '200908.777500', '200909.237500', '200909.697500', '200910.157500', '200910.617500', '200911.077500', '200911.537500', '200911.997500', '200912.457500', '200912.917500', '200913.377500', '200913.837500', '200914.297500', '200914.757500', '200915.217500', '200915.677500', '200916.137500', '200916.597500', '200917.057500', '200917.517500', '200917.977500', '200918.437500', '200918.897500', '200919.357500', '200919.817500', '200920.277500', '200920.737500', '200921.197500', '200921.657500', '200922.117500', '200922.577500', '200923.037500', '200923.497500', '200923.957500', '200924.417500', '200924.877500', '200925.337500', '200925.797500', '200926.257500', '200926.717500', '200927.177500', '200927.637500', '200928.097500', '200928.557500', '200929.017500', '200929.477500', '200929.937500', '200930.397500', '200930.857500', '200931.317500', '200931.777500', '200932.237500', '200932.697500', '200933.157500', '200933.617500', '200934.077500', '200934.537500', '200934.997500', '200935.457500', '200935.917500', '200936.377500', '200936.837500', '200937.297500', '200937.757500', '200938.217500', '200938.677500', '200939.137500', '200939.597500', '200940.057500', '200940.517500', '200940.977500', '200941.437500', '200941.897500', '200942.357500', '200942.817500', '200943.277500', '200943.737500', '200944.197500', '200944.657500', '200945.117500', '200945.577500', '200946.037500', '200946.497500', '200946.957500', '200947.417500', '200947.877500', '200948.337500', '200948.797500', '200949.257500', '200949.717500', '200950.177500', '200950.637500', '200951.097500', '200951.557500', '200952.017500', '200952.477500', '200952.937500', '200953.397500', '200953.857500', '200954.317500', '200954.777500', '200955.237500', '200955.697500', '200956.157500', '200956.617500', '200957.077500', '200957.537500', '200957.997500', '200958.457500', '200958.917500', '200959.377500', '200959.837500', '201000.297500', '201000.757500', '201001.217500', '201001.677500', '201002.137500', '201002.597500', '201003.057500', '201003.517500', '201003.977500', '201004.437500', '201004.897500', '201005.357500', '201005.817500', '201006.277500', '201006.737500', '201007.197500', '201007.657500', '201008.117500', '201008.577500', '201009.037500', '201009.497500', '201009.957500', '201010.417500', '201010.877500', '201011.337500', '201011.797500', '201012.257500', '201012.717500', '201013.177500', '201013.637500', '201014.097500', '201014.557500', '201015.017500', '201015.477500', '201015.937500', '201016.397500', '201016.857500', '201017.317500', '201017.777500', '201018.237500', '201018.697500', '201019.157500', '201019.617500', '201020.077500', '201020.537500', '201020.997500', '201021.457500', '201021.917500', '201022.377500', '201022.837500', '201023.297500', '201023.757500', '201024.217500', '201024.677500', '201025.137500', '201025.597500', '201026.057500', '201026.517500', '201026.977500', '201027.437500', '201027.897500', '201028.357500', '201028.817500', '201029.277500', '201029.737500', '201030.197500', '201030.657500', '201031.117500', '201031.577500', '201032.037500', '201032.497500', '201032.957500', '201033.417500', '201033.877500', '201034.337500', '201034.797500', '201035.257500', '201035.717500', '201036.177500', '201036.637500', '201037.097500', '201037.557500', '201038.017500', '201038.477500', '201038.937500', '201039.397500', '201039.857500', '201040.317500', '201040.777500', '201041.237500', '201041.697500', '201042.157500', '201042.617500', '201043.077500', '201043.537500', '201043.997500', '201044.457500', '201044.917500', '201045.377500', '201045.837500', '201046.297500', '201046.757500', '201047.217500', '201047.677500', '201048.137500', '201048.597500', '201049.057500', '201049.517500', '201049.977500', '201050.437500', '201050.897500', '201051.357500', '201051.817500', '201052.277500', '201052.737500', '201053.197500', '201053.657500', '201054.117500', '201054.577500', '201055.037500', '201055.497500', '201055.957500', '201056.417500', '201056.877500', '201057.337500', '201057.797500', '201058.257500', '201058.717500', '201059.177500', '201059.637500', '201100.097500', '201100.557500', '201101.017500', '201101.477500', '201101.937500', '201102.397500', '201102.857500', '201103.317500', '201103.777500', '201104.237500', '201104.697500', '201105.157500', '201105.617500', '201106.077500', '201106.537500'], 'ContentTime': ['200428.681000', '200428.685000', '200428.688000', '200428.691000', '200428.693000', '200428.696000', '200428.699000', '200428.701000', '200428.704000', '200428.706000', '200428.709000', '200428.712000', '200428.720000', '200428.723000', '200428.726000', '200428.728000', '200428.731000', '200428.733000', '200428.736000', '200428.739000', '200428.741000', '200428.744000', '200428.746000', '200428.749000', '200428.752000', '200428.754000', '200428.757000', '200428.759000', '200428.762000', '200428.765000', '200428.767000', '200428.770000', '200428.772000', '200428.775000', '200428.778000', '200428.780000', '200428.783000', '200428.786000', '200428.788000', '200428.791000', '200428.793000', '200428.796000', '200428.799000', '200428.838000', '200428.840000', '200448.646000', '200448.648000', '200448.651000', '200448.654000', '200448.656000', '200448.661000', '200448.663000', '200448.666000', '200448.669000', '200448.671000', '200448.674000', '200448.677000', '200448.679000', '200448.682000', '200448.684000', '200448.687000', '200448.689000', '200448.692000', '200448.695000', '200448.697000', '200448.700000', '200448.702000', '200448.705000', '200448.708000', '200448.710000', '200448.713000', '200448.715000', '200448.718000', '200448.721000', '200448.723000', '200448.726000', '200448.728000', '200448.731000', '200448.733000', '200448.736000', '200448.739000', '200448.741000', '200448.744000', '200448.746000', '200448.749000', '200448.751000', '200448.754000', '200448.757000', '200448.759000', '200508.646000', '200508.649000', '200508.652000', '200508.654000', '200508.657000', '200508.660000', '200508.662000', '200508.665000', '200508.667000', '200508.670000', '200508.673000', '200508.675000', '200508.678000', '200508.681000', '200508.683000', '200508.686000', '200508.688000', '200508.691000', '200508.693000', '200508.696000', '200508.699000', '200508.701000', '200508.704000', '200508.706000', '200508.709000', '200508.712000', '200508.714000', '200508.717000', '200508.719000', '200508.722000', '200508.725000', '200508.727000', '200508.736000', '200508.738000', '200508.741000', '200508.744000', '200508.747000', '200508.749000', '200508.752000', '200508.754000', '200508.757000', '200508.759000', '200508.762000', '200528.647000', '200528.650000', '200528.653000', '200528.656000', '200528.658000', '200528.661000', '200528.664000', '200528.670000', '200528.673000', '200528.679000', '200528.682000', '200528.685000', '200528.687000', '200528.690000', '200528.693000', '200528.696000', '200528.698000', '200528.701000', '200528.704000', '200528.707000', '200528.710000', '200528.712000', '200528.715000', '200528.717000', '200528.720000', '200528.723000', '200528.725000', '200528.728000', '200528.731000', '200528.733000', '200528.736000', '200528.738000', '200528.741000', '200528.744000', '200528.746000', '200528.749000', '200528.751000', '200528.754000', '200528.757000', '200528.759000', '200528.762000', '200528.765000', '200528.767000', '200528.770000', '200548.645000', '200548.648000', '200548.651000', '200548.653000', '200548.656000', '200548.659000', '200548.661000', '200548.674000', '200548.677000', '200548.680000', '200548.682000', '200548.685000', '200548.687000', '200548.690000', '200548.693000', '200548.695000', '200548.698000', '200548.701000', '200548.703000', '200548.706000', '200548.708000', '200548.711000', '200548.714000', '200548.716000', '200548.719000', '200548.721000', '200548.724000', '200548.727000', '200548.729000', '200548.732000', '200548.735000', '200548.737000', '200548.740000', '200548.743000', '200548.745000', '200548.748000', '200548.751000', '200548.754000', '200548.756000', '200548.759000', '200548.761000', '200548.768000', '200548.770000', '200608.646000', '200608.648000', '200608.651000', '200608.654000', '200608.656000', '200608.659000', '200608.661000', '200608.664000', '200608.667000', '200608.669000', '200608.672000', '200608.675000', '200608.677000', '200608.680000', '200608.682000', '200608.685000', '200608.688000', '200608.690000', '200608.693000', '200608.695000', '200608.698000', '200608.701000', '200608.703000', '200608.706000', '200608.716000', '200608.718000', '200608.721000', '200608.724000', '200608.726000', '200608.729000', '200608.731000', '200608.734000', '200608.737000', '200608.739000', '200608.742000', '200608.745000', '200608.747000', '200608.750000', '200608.753000', '200608.755000', '200608.758000', '200608.760000', '200608.763000', '200628.646000', '200628.648000', '200628.651000', '200628.654000', '200628.656000', '200628.659000', '200628.662000', '200628.664000', '200628.667000', '200628.670000', '200628.672000', '200628.675000', '200628.677000', '200628.680000', '200628.683000', '200628.685000', '200628.688000', '200628.691000', '200628.694000', '200628.696000', '200628.699000', '200628.702000', '200628.705000', '200628.708000', '200628.710000', '200628.713000', '200628.716000', '200628.718000', '200628.721000', '200628.724000', '200628.726000', '200628.729000', '200628.731000', '200628.734000', '200628.737000', '200628.739000', '200628.742000', '200628.745000', '200628.748000', '200628.750000', '200628.753000', '200628.756000', '200628.758000', '200628.761000', '200648.646000', '200648.648000', '200648.651000', '200648.654000', '200648.657000', '200648.659000', '200648.662000', '200648.665000', '200648.667000', '200648.670000', '200648.672000', '200648.675000', '200648.678000', '200648.680000', '200648.683000', '200648.686000', '200648.688000', '200648.692000', '200648.695000', '200648.698000', '200648.700000', '200648.703000', '200648.706000', '200648.708000', '200648.711000', '200648.714000', '200648.716000', '200648.719000', '200648.722000', '200648.724000', '200648.727000', '200648.729000', '200648.732000', '200648.735000', '200648.737000', '200648.748000', '200648.751000', '200648.753000', '200648.756000', '200648.759000', '200648.761000', '200648.764000', '200648.766000', '200708.646000', '200708.648000', '200708.651000', '200708.654000', '200708.656000', '200708.659000', '200708.662000', '200708.664000', '200708.667000', '200708.670000', '200708.672000', '200708.675000', '200708.677000', '200708.680000', '200708.682000', '200708.685000', '200708.688000', '200708.690000', '200708.693000', '200708.696000', '200708.698000', '200708.701000', '200708.704000', '200708.706000', '200708.709000', '200708.711000', '200708.714000', '200708.717000', '200708.719000', '200708.722000', '200708.724000', '200708.727000', '200708.729000', '200708.732000', '200708.735000', '200708.737000', '200708.740000', '200708.742000', '200708.745000', '200708.748000', '200708.750000', '200708.753000', '200708.755000', '200708.758000', '200728.647000', '200728.650000', '200728.652000', '200728.666000', '200728.669000', '200728.672000', '200728.674000', '200728.677000', '200728.680000', '200728.682000', '200728.685000', '200728.687000', '200728.690000', '200728.692000', '200728.695000', '200728.698000', '200728.700000', '200728.703000', '200728.706000', '200728.708000', '200728.711000', '200728.713000', '200728.716000', '200728.719000', '200728.721000', '200728.724000', '200728.727000', '200728.730000', '200728.732000', '200728.735000', '200728.737000', '200728.740000', '200728.743000', '200728.745000', '200728.748000', '200728.751000', '200728.753000', '200728.756000', '200728.758000', '200728.761000', '200728.764000', '200728.766000', '200728.769000', '200748.646000', '200748.649000', '200748.651000', '200748.654000', '200748.657000', '200748.659000', '200748.662000', '200748.664000', '200748.667000', '200748.669000', '200748.672000', '200748.675000', '200748.677000', '200748.680000', '200748.682000', '200748.685000', '200748.687000', '200748.690000', '200748.693000', '200748.696000', '200748.698000', '200748.701000', '200748.703000', '200748.706000', '200748.709000', '200748.711000', '200748.714000', '200748.716000', '200748.719000', '200748.722000', '200748.724000', '200748.727000', '200748.730000', '200748.732000', '200748.735000', '200748.737000', '200748.740000', '200748.743000', '200748.745000', '200748.748000', '200748.751000', '200748.753000', '200748.756000', '200748.758000', '200808.646000', '200808.648000', '200808.651000', '200808.654000', '200808.656000', '200808.659000', '200808.662000', '200808.664000', '200808.667000', '200808.669000', '200808.672000', '200808.674000', '200808.677000', '200808.680000', '200808.682000', '200808.685000', '200808.688000', '200808.690000', '200808.693000', '200808.696000', '200808.699000', '200808.702000', '200808.705000', '200808.707000', '200808.710000', '200808.712000', '200808.715000', '200808.718000', '200808.720000', '200808.723000', '200808.725000', '200808.728000', '200808.732000', '200808.735000', '200808.737000', '200808.745000', '200808.747000', '200808.750000', '200808.753000', '200808.755000', '200808.758000', '200808.761000', '200808.763000', '200828.646000', '200828.648000', '200828.651000', '200828.654000', '200828.656000', '200828.659000', '200828.662000', '200828.664000', '200828.667000', '200828.669000', '200828.672000', '200828.674000', '200828.677000', '200828.680000', '200828.682000', '200828.685000', '200828.687000', '200828.690000', '200828.693000', '200828.695000', '200828.698000', '200828.701000', '200828.703000', '200828.706000', '200828.708000', '200828.711000', '200828.713000', '200828.716000', '200828.719000', '200828.721000', '200828.724000', '200828.727000', '200828.729000', '200828.732000', '200828.734000', '200828.737000', '200828.740000', '200828.743000', '200828.746000', '200828.748000', '200828.751000', '200828.753000', '200828.756000', '200828.759000', '200848.646000', '200848.649000', '200848.651000', '200848.654000', '200848.656000', '200848.659000', '200848.662000', '200848.664000', '200848.667000', '200848.669000', '200848.672000', '200848.674000', '200848.677000', '200848.680000', '200848.682000', '200848.685000', '200848.688000', '200848.691000', '200848.694000', '200848.696000', '200848.699000', '200848.702000', '200848.704000', '200848.707000', '200848.710000', '200848.712000', '200848.715000', '200848.717000', '200848.746000', '200848.749000', '200848.751000', '200848.754000', '200848.757000', '200848.759000', '200848.762000', '200848.765000', '200848.767000', '200848.770000', '200848.772000', '200848.775000', '200848.777000', '200848.780000', '200848.783000', '200908.646000', '200908.649000', '200908.651000', '200908.654000', '200908.656000', '200908.659000', '200908.662000', '200908.664000', '200908.667000', '200908.669000', '200908.672000', '200908.675000', '200908.677000', '200908.680000', '200908.682000', '200908.685000', '200908.688000', '200908.691000', '200908.693000', '200908.696000', '200908.698000', '200908.701000', '200908.704000', '200908.706000', '200908.709000', '200908.711000', '200908.714000', '200908.717000', '200908.719000', '200908.722000', '200908.725000', '200908.727000', '200908.730000', '200908.732000', '200908.735000', '200908.738000', '200908.740000', '200908.743000', '200908.746000', '200908.748000', '200908.751000', '200908.753000', '200908.762000', '200908.765000', '200928.646000', '200928.649000', '200928.651000', '200928.654000', '200928.656000', '200928.659000', '200928.662000', '200928.664000', '200928.667000', '200928.670000', '200928.672000', '200928.675000', '200928.677000', '200928.680000', '200928.682000', '200928.685000', '200928.688000', '200928.690000', '200928.693000', '200928.695000', '200928.698000', '200928.701000', '200928.703000', '200928.706000', '200928.709000', '200928.711000', '200928.714000', '200928.716000', '200928.719000', '200928.722000', '200928.725000', '200928.727000', '200928.730000', '200928.732000', '200928.735000', '200928.738000', '200928.740000', '200928.743000', '200928.745000', '200928.748000', '200928.751000', '200928.753000', '200928.756000', '200948.646000', '200948.649000', '200948.652000', '200948.654000', '200948.657000', '200948.660000', '200948.662000', '200948.665000', '200948.667000', '200948.670000', '200948.673000', '200948.675000', '200948.678000', '200948.680000', '200948.683000', '200948.686000', '200948.688000', '200948.691000', '200948.694000', '200948.696000', '200948.699000', '200948.701000', '200948.704000', '200948.707000', '200948.709000', '200948.712000', '200948.715000', '200948.717000', '200948.720000', '200948.723000', '200948.725000', '200948.728000', '200948.730000', '200948.733000', '200948.735000', '200948.738000', '200948.741000', '200948.743000', '200948.746000', '200948.748000', '200948.751000', '200948.754000', '200948.757000', '200948.759000', '201008.646000', '201008.649000', '201008.651000', '201008.654000', '201008.657000', '201008.659000', '201008.662000', '201008.664000', '201008.667000', '201008.670000', '201008.672000', '201008.675000', '201008.678000', '201008.680000', '201008.683000', '201008.686000', '201008.688000', '201008.691000', '201008.694000', '201008.696000', '201008.699000', '201008.701000', '201008.704000', '201008.707000', '201008.709000', '201008.712000', '201008.714000', '201008.717000', '201008.720000', '201008.722000', '201008.725000', '201008.728000', '201008.731000', '201008.734000', '201008.737000', '201008.739000', '201008.742000', '201008.745000', '201008.747000', '201008.760000', '201008.763000', '201008.766000', '201008.768000', '201028.646000', '201028.649000', '201028.651000', '201028.654000', '201028.656000', '201028.659000', '201028.662000', '201028.664000', '201028.667000', '201028.669000', '201028.672000', '201028.675000', '201028.677000', '201028.680000', '201028.682000', '201028.685000', '201028.688000', '201028.690000', '201028.693000', '201028.695000', '201028.698000', '201028.701000', '201028.703000', '201028.706000', '201028.709000', '201028.711000', '201028.714000', '201028.716000', '201028.719000', '201028.722000', '201028.725000', '201028.728000', '201028.730000', '201028.733000', '201028.735000', '201028.739000', '201028.741000', '201028.744000', '201028.746000', '201028.749000', '201028.752000', '201028.754000', '201028.757000', '201028.760000', '201048.646000', '201048.648000', '201048.651000', '201048.654000', '201048.656000', '201048.659000', '201048.661000', '201048.664000', '201048.667000', '201048.669000', '201048.672000', '201048.675000', '201048.677000', '201048.680000', '201048.683000', '201048.685000', '201048.688000', '201048.690000', '201048.693000', '201048.696000', '201048.698000', '201048.701000', '201048.703000', '201048.706000', '201048.709000', '201048.711000', '201048.714000', '201048.717000', '201048.719000', '201048.722000', '201048.725000', '201048.727000', '201048.730000', '201048.732000', '201048.735000', '201048.737000', '201048.740000', '201048.743000', '201048.745000', '201048.748000', '201048.750000', '201048.753000', '201048.756000', '201108.069000', '201108.072000', '201108.084000', '201108.087000', '201108.089000', '201108.092000', '201108.095000', '201108.097000', '201108.100000', '201108.103000', '201108.106000', '201108.108000', '201108.111000', '201108.114000', '201108.116000', '201108.119000', '201108.130000', '201108.133000', '201108.136000', '201108.139000', '201108.142000', '201108.144000', '201108.147000', '201108.150000', '201108.153000', '201108.155000', '201108.158000', '201108.161000', '201108.164000', '201108.167000', '201108.170000', '201108.172000', '201108.175000', '201108.178000', '201108.180000', '201108.183000', '201108.186000', '201108.189000', '201108.191000', '201108.194000', '201108.197000', '201108.206000', '201108.209000'], 'InstanceCreationTime': ['200428.681000', '200428.685000', '200428.688000', '200428.691000', '200428.693000', '200428.696000', '200428.699000', '200428.701000', '200428.704000', '200428.706000', '200428.709000', '200428.712000', '200428.720000', '200428.723000', '200428.726000', '200428.728000', '200428.731000', '200428.733000', '200428.736000', '200428.739000', '200428.741000', '200428.744000', '200428.746000', '200428.749000', '200428.752000', '200428.754000', '200428.757000', '200428.759000', '200428.762000', '200428.765000', '200428.767000', '200428.770000', '200428.772000', '200428.775000', '200428.778000', '200428.780000', '200428.783000', '200428.786000', '200428.788000', '200428.791000', '200428.793000', '200428.796000', '200428.799000', '200428.838000', '200428.840000', '200448.646000', '200448.648000', '200448.651000', '200448.654000', '200448.656000', '200448.661000', '200448.663000', '200448.666000', '200448.669000', '200448.671000', '200448.674000', '200448.677000', '200448.679000', '200448.682000', '200448.684000', '200448.687000', '200448.689000', '200448.692000', '200448.695000', '200448.697000', '200448.700000', '200448.702000', '200448.705000', '200448.708000', '200448.710000', '200448.713000', '200448.715000', '200448.718000', '200448.721000', '200448.723000', '200448.726000', '200448.728000', '200448.731000', '200448.733000', '200448.736000', '200448.739000', '200448.741000', '200448.744000', '200448.746000', '200448.749000', '200448.751000', '200448.754000', '200448.757000', '200448.759000', '200508.646000', '200508.649000', '200508.652000', '200508.654000', '200508.657000', '200508.660000', '200508.662000', '200508.665000', '200508.667000', '200508.670000', '200508.673000', '200508.675000', '200508.678000', '200508.681000', '200508.683000', '200508.686000', '200508.688000', '200508.691000', '200508.693000', '200508.696000', '200508.699000', '200508.701000', '200508.704000', '200508.706000', '200508.709000', '200508.712000', '200508.714000', '200508.717000', '200508.719000', '200508.722000', '200508.725000', '200508.727000', '200508.736000', '200508.738000', '200508.741000', '200508.744000', '200508.747000', '200508.749000', '200508.752000', '200508.754000', '200508.757000', '200508.759000', '200508.762000', '200528.647000', '200528.650000', '200528.653000', '200528.656000', '200528.658000', '200528.661000', '200528.664000', '200528.670000', '200528.673000', '200528.679000', '200528.682000', '200528.685000', '200528.687000', '200528.690000', '200528.693000', '200528.696000', '200528.698000', '200528.701000', '200528.704000', '200528.707000', '200528.710000', '200528.712000', '200528.715000', '200528.717000', '200528.720000', '200528.723000', '200528.725000', '200528.728000', '200528.731000', '200528.733000', '200528.736000', '200528.738000', '200528.741000', '200528.744000', '200528.746000', '200528.749000', '200528.751000', '200528.754000', '200528.757000', '200528.759000', '200528.762000', '200528.765000', '200528.767000', '200528.770000', '200548.645000', '200548.648000', '200548.651000', '200548.653000', '200548.656000', '200548.659000', '200548.661000', '200548.674000', '200548.677000', '200548.680000', '200548.682000', '200548.685000', '200548.687000', '200548.690000', '200548.693000', '200548.695000', '200548.698000', '200548.701000', '200548.703000', '200548.706000', '200548.708000', '200548.711000', '200548.714000', '200548.716000', '200548.719000', '200548.721000', '200548.724000', '200548.727000', '200548.729000', '200548.732000', '200548.735000', '200548.737000', '200548.740000', '200548.743000', '200548.745000', '200548.748000', '200548.751000', '200548.754000', '200548.756000', '200548.759000', '200548.761000', '200548.768000', '200548.770000', '200608.646000', '200608.648000', '200608.651000', '200608.654000', '200608.656000', '200608.659000', '200608.661000', '200608.664000', '200608.667000', '200608.669000', '200608.672000', '200608.675000', '200608.677000', '200608.680000', '200608.682000', '200608.685000', '200608.688000', '200608.690000', '200608.693000', '200608.695000', '200608.698000', '200608.701000', '200608.703000', '200608.706000', '200608.716000', '200608.718000', '200608.721000', '200608.724000', '200608.726000', '200608.729000', '200608.731000', '200608.734000', '200608.737000', '200608.739000', '200608.742000', '200608.745000', '200608.747000', '200608.750000', '200608.753000', '200608.755000', '200608.758000', '200608.760000', '200608.763000', '200628.646000', '200628.648000', '200628.651000', '200628.654000', '200628.656000', '200628.659000', '200628.662000', '200628.664000', '200628.667000', '200628.670000', '200628.672000', '200628.675000', '200628.677000', '200628.680000', '200628.683000', '200628.685000', '200628.688000', '200628.691000', '200628.694000', '200628.696000', '200628.699000', '200628.702000', '200628.705000', '200628.708000', '200628.710000', '200628.713000', '200628.716000', '200628.718000', '200628.721000', '200628.724000', '200628.726000', '200628.729000', '200628.731000', '200628.734000', '200628.737000', '200628.739000', '200628.742000', '200628.745000', '200628.748000', '200628.750000', '200628.753000', '200628.756000', '200628.758000', '200628.761000', '200648.646000', '200648.648000', '200648.651000', '200648.654000', '200648.657000', '200648.659000', '200648.662000', '200648.665000', '200648.667000', '200648.670000', '200648.672000', '200648.675000', '200648.678000', '200648.680000', '200648.683000', '200648.686000', '200648.688000', '200648.692000', '200648.695000', '200648.698000', '200648.700000', '200648.703000', '200648.706000', '200648.708000', '200648.711000', '200648.714000', '200648.716000', '200648.719000', '200648.722000', '200648.724000', '200648.727000', '200648.729000', '200648.732000', '200648.735000', '200648.737000', '200648.748000', '200648.751000', '200648.753000', '200648.756000', '200648.759000', '200648.761000', '200648.764000', '200648.766000', '200708.646000', '200708.648000', '200708.651000', '200708.654000', '200708.656000', '200708.659000', '200708.662000', '200708.664000', '200708.667000', '200708.670000', '200708.672000', '200708.675000', '200708.677000', '200708.680000', '200708.682000', '200708.685000', '200708.688000', '200708.690000', '200708.693000', '200708.696000', '200708.698000', '200708.701000', '200708.704000', '200708.706000', '200708.709000', '200708.711000', '200708.714000', '200708.717000', '200708.719000', '200708.722000', '200708.724000', '200708.727000', '200708.729000', '200708.732000', '200708.735000', '200708.737000', '200708.740000', '200708.742000', '200708.745000', '200708.748000', '200708.750000', '200708.753000', '200708.755000', '200708.758000', '200728.647000', '200728.650000', '200728.652000', '200728.666000', '200728.669000', '200728.672000', '200728.674000', '200728.677000', '200728.680000', '200728.682000', '200728.685000', '200728.687000', '200728.690000', '200728.692000', '200728.695000', '200728.698000', '200728.700000', '200728.703000', '200728.706000', '200728.708000', '200728.711000', '200728.713000', '200728.716000', '200728.719000', '200728.721000', '200728.724000', '200728.727000', '200728.730000', '200728.732000', '200728.735000', '200728.737000', '200728.740000', '200728.743000', '200728.745000', '200728.748000', '200728.751000', '200728.753000', '200728.756000', '200728.758000', '200728.761000', '200728.764000', '200728.766000', '200728.769000', '200748.646000', '200748.649000', '200748.651000', '200748.654000', '200748.657000', '200748.659000', '200748.662000', '200748.664000', '200748.667000', '200748.669000', '200748.672000', '200748.675000', '200748.677000', '200748.680000', '200748.682000', '200748.685000', '200748.687000', '200748.690000', '200748.693000', '200748.696000', '200748.698000', '200748.701000', '200748.703000', '200748.706000', '200748.709000', '200748.711000', '200748.714000', '200748.716000', '200748.719000', '200748.722000', '200748.724000', '200748.727000', '200748.730000', '200748.732000', '200748.735000', '200748.737000', '200748.740000', '200748.743000', '200748.745000', '200748.748000', '200748.751000', '200748.753000', '200748.756000', '200748.758000', '200808.646000', '200808.648000', '200808.651000', '200808.654000', '200808.656000', '200808.659000', '200808.662000', '200808.664000', '200808.667000', '200808.669000', '200808.672000', '200808.674000', '200808.677000', '200808.680000', '200808.682000', '200808.685000', '200808.688000', '200808.690000', '200808.693000', '200808.696000', '200808.699000', '200808.702000', '200808.705000', '200808.707000', '200808.710000', '200808.712000', '200808.715000', '200808.718000', '200808.720000', '200808.723000', '200808.725000', '200808.728000', '200808.732000', '200808.735000', '200808.737000', '200808.745000', '200808.747000', '200808.750000', '200808.753000', '200808.755000', '200808.758000', '200808.761000', '200808.763000', '200828.646000', '200828.648000', '200828.651000', '200828.654000', '200828.656000', '200828.659000', '200828.662000', '200828.664000', '200828.667000', '200828.669000', '200828.672000', '200828.674000', '200828.677000', '200828.680000', '200828.682000', '200828.685000', '200828.687000', '200828.690000', '200828.693000', '200828.695000', '200828.698000', '200828.701000', '200828.703000', '200828.706000', '200828.708000', '200828.711000', '200828.713000', '200828.716000', '200828.719000', '200828.721000', '200828.724000', '200828.727000', '200828.729000', '200828.732000', '200828.734000', '200828.737000', '200828.740000', '200828.743000', '200828.746000', '200828.748000', '200828.751000', '200828.753000', '200828.756000', '200828.759000', '200848.646000', '200848.649000', '200848.651000', '200848.654000', '200848.656000', '200848.659000', '200848.662000', '200848.664000', '200848.667000', '200848.669000', '200848.672000', '200848.674000', '200848.677000', '200848.680000', '200848.682000', '200848.685000', '200848.688000', '200848.691000', '200848.694000', '200848.696000', '200848.699000', '200848.702000', '200848.704000', '200848.707000', '200848.710000', '200848.712000', '200848.715000', '200848.717000', '200848.746000', '200848.749000', '200848.751000', '200848.754000', '200848.757000', '200848.759000', '200848.762000', '200848.765000', '200848.767000', '200848.770000', '200848.772000', '200848.775000', '200848.777000', '200848.780000', '200848.783000', '200908.646000', '200908.649000', '200908.651000', '200908.654000', '200908.656000', '200908.659000', '200908.662000', '200908.664000', '200908.667000', '200908.669000', '200908.672000', '200908.675000', '200908.677000', '200908.680000', '200908.682000', '200908.685000', '200908.688000', '200908.691000', '200908.693000', '200908.696000', '200908.698000', '200908.701000', '200908.704000', '200908.706000', '200908.709000', '200908.711000', '200908.714000', '200908.717000', '200908.719000', '200908.722000', '200908.725000', '200908.727000', '200908.730000', '200908.732000', '200908.735000', '200908.738000', '200908.740000', '200908.743000', '200908.746000', '200908.748000', '200908.751000', '200908.753000', '200908.762000', '200908.765000', '200928.646000', '200928.649000', '200928.651000', '200928.654000', '200928.656000', '200928.659000', '200928.662000', '200928.664000', '200928.667000', '200928.670000', '200928.672000', '200928.675000', '200928.677000', '200928.680000', '200928.682000', '200928.685000', '200928.688000', '200928.690000', '200928.693000', '200928.695000', '200928.698000', '200928.701000', '200928.703000', '200928.706000', '200928.709000', '200928.711000', '200928.714000', '200928.716000', '200928.719000', '200928.722000', '200928.725000', '200928.727000', '200928.730000', '200928.732000', '200928.735000', '200928.738000', '200928.740000', '200928.743000', '200928.745000', '200928.748000', '200928.751000', '200928.753000', '200928.756000', '200948.646000', '200948.649000', '200948.652000', '200948.654000', '200948.657000', '200948.660000', '200948.662000', '200948.665000', '200948.667000', '200948.670000', '200948.673000', '200948.675000', '200948.678000', '200948.680000', '200948.683000', '200948.686000', '200948.688000', '200948.691000', '200948.694000', '200948.696000', '200948.699000', '200948.701000', '200948.704000', '200948.707000', '200948.709000', '200948.712000', '200948.715000', '200948.717000', '200948.720000', '200948.723000', '200948.725000', '200948.728000', '200948.730000', '200948.733000', '200948.735000', '200948.738000', '200948.741000', '200948.743000', '200948.746000', '200948.748000', '200948.751000', '200948.754000', '200948.757000', '200948.759000', '201008.646000', '201008.649000', '201008.651000', '201008.654000', '201008.657000', '201008.659000', '201008.662000', '201008.664000', '201008.667000', '201008.670000', '201008.672000', '201008.675000', '201008.678000', '201008.680000', '201008.683000', '201008.686000', '201008.688000', '201008.691000', '201008.694000', '201008.696000', '201008.699000', '201008.701000', '201008.704000', '201008.707000', '201008.709000', '201008.712000', '201008.714000', '201008.717000', '201008.720000', '201008.722000', '201008.725000', '201008.728000', '201008.731000', '201008.734000', '201008.737000', '201008.739000', '201008.742000', '201008.745000', '201008.747000', '201008.760000', '201008.763000', '201008.766000', '201008.768000', '201028.646000', '201028.649000', '201028.651000', '201028.654000', '201028.656000', '201028.659000', '201028.662000', '201028.664000', '201028.667000', '201028.669000', '201028.672000', '201028.675000', '201028.677000', '201028.680000', '201028.682000', '201028.685000', '201028.688000', '201028.690000', '201028.693000', '201028.695000', '201028.698000', '201028.701000', '201028.703000', '201028.706000', '201028.709000', '201028.711000', '201028.714000', '201028.716000', '201028.719000', '201028.722000', '201028.725000', '201028.728000', '201028.730000', '201028.733000', '201028.735000', '201028.739000', '201028.741000', '201028.744000', '201028.746000', '201028.749000', '201028.752000', '201028.754000', '201028.757000', '201028.760000', '201048.646000', '201048.648000', '201048.651000', '201048.654000', '201048.656000', '201048.659000', '201048.661000', '201048.664000', '201048.667000', '201048.669000', '201048.672000', '201048.675000', '201048.677000', '201048.680000', '201048.683000', '201048.685000', '201048.688000', '201048.690000', '201048.693000', '201048.696000', '201048.698000', '201048.701000', '201048.703000', '201048.706000', '201048.709000', '201048.711000', '201048.714000', '201048.717000', '201048.719000', '201048.722000', '201048.725000', '201048.727000', '201048.730000', '201048.732000', '201048.735000', '201048.737000', '201048.740000', '201048.743000', '201048.745000', '201048.748000', '201048.750000', '201048.753000', '201048.756000', '201108.069000', '201108.072000', '201108.084000', '201108.087000', '201108.089000', '201108.092000', '201108.095000', '201108.097000', '201108.100000', '201108.103000', '201108.106000', '201108.108000', '201108.111000', '201108.114000', '201108.116000', '201108.119000', '201108.130000', '201108.133000', '201108.136000', '201108.139000', '201108.142000', '201108.144000', '201108.147000', '201108.150000', '201108.153000', '201108.155000', '201108.158000', '201108.161000', '201108.164000', '201108.167000', '201108.170000', '201108.172000', '201108.175000', '201108.178000', '201108.180000', '201108.183000', '201108.186000', '201108.189000', '201108.191000', '201108.194000', '201108.197000', '201108.206000', '201108.209000'], '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': [9081, 8452, 7819, 7675, 9524, 7893, 8011, 14325, 10968, 8506, 6955, 9786, 8479, 8692, 14801, 10958, 8102, 7509, 8482, 8213, 8550, 6947, 9054, 8256, 10683, 14734, 8760, 8175, 6803, 8788, 8096, 7528, 12904, 7792, 7435, 6852, 8430, 7741, 7236, 8401, 7762, 8188, 6953, 8642, 7883, 6835, 8865, 8212, 8338, 7372, 10786, 9194, 9620, 9937, 8919, 7888, 7768, 7031, 8803, 7965, 7915, 8380, 8629, 7495, 7471, 10497, 8190, 8014, 7317, 10271, 9496, 9419, 14602, 10002, 8473, 7514, 13803, 10647, 8470, 12276, 8667, 8591, 6876, 9577, 7918, 8594, 13165, 8677, 8461, 7545, 9921, 9060, 8698, 13939, 9773, 8771, 6934, 8926, 8899, 7934, 9087, 13342, 9861, 8942, 7413, 9206, 8390, 7323, 8613, 8894, 8209, 10255, 13033, 9228, 8323, 9964, 9100, 8646, 8060, 6871, 9120, 9095, 7208, 9506, 8881, 8627, 7659, 10654, 8694, 8516, 7735, 10202, 8549, 8371, 7597, 10135, 8615, 8569, 9604, 9171, 8893, 7362, 10550, 8303, 8142, 6817, 9383, 8053, 7606, 7796, 8712, 7788, 8009, 9523, 8199, 8363, 7068, 8659, 8790, 7946, 10463, 8756, 8151, 8967, 12095, 9607, 7336, 9881, 8500, 7797, 6977, 9277, 8325, 7798, 14121, 8699, 8268, 7150, 10259, 8685, 8463, 9324, 9153, 8503, 11744, 16279, 12080, 9997, 13346, 12320, 9212, 7393, 9612, 9186, 8444, 7799, 9066, 8751, 7058, 9679, 9204, 8751, 7030, 9896, 9282, 8354, 7134, 9181, 9124, 7091, 7580, 8473, 7891, 8084, 9281, 7665, 7816, 6980, 8882, 8104, 7022, 8134, 8450, 8064, 6952, 10190, 8413, 8547, 7477, 9607, 8902, 10807, 14393, 11415, 8943, 7224, 11715, 8771, 8165, 7433, 8841, 8562, 8282, 7290, 9456, 9519, 8093, 9045, 9284, 8684, 9523, 13950, 10448, 8572, 7689, 7104, 9326, 8527, 7317, 8110, 8851, 8475, 7816, 10583, 8371, 8231, 7156, 9566, 8758, 8593, 13299, 9756, 9102, 7074, 9113, 9059, 8644, 8215, 14488, 11718, 8944, 9905, 9560, 8771, 7223, 8597, 9092, 7961, 8479, 9804, 8581, 8599, 6995, 9567, 8970, 7699, 12381, 9529, 8283, 6972, 9370, 9186, 8712, 7567, 12360, 9737, 8961, 7055, 9580, 9436, 7192, 10841, 9124, 9108, 7088, 10398, 9069, 8554, 7181, 10387, 9844, 9772, 14669, 10101, 9513, 6998, 9377, 8993, 8483, 7987, 9895, 8607, 8849, 7136, 9220, 9112, 7399, 12395, 9198, 9359, 7076, 9956, 8972, 8667, 8217, 10840, 8786, 8272, 11590, 9368, 9343, 7026, 9761, 8894, 8021, 10487, 9838, 8668, 9581, 7094, 9345, 9220, 7160, 9316, 9109, 8339, 11012, 11895, 8985, 8564, 7111, 10262, 9484, 8175, 7907, 9361, 9247, 7077, 8635, 9085, 8563, 7115, 10452, 9307, 8735, 14558, 13542, 10497, 8715, 12722, 9187, 9347, 7091, 10139, 9204, 8869, 7160, 9944, 8809, 7581, 7733, 9891, 9059, 7162, 10179, 9327, 8829, 10259, 10416, 9348, 8898, 7087, 9747, 8903, 8775, 9092, 9209, 8931, 7875, 7733, 9366, 9390, 7140, 9282, 9073, 8315, 7456, 10808, 8836, 8569, 6966, 9861, 8838, 8725, 7152, 10405, 8956, 8763, 8432, 9825, 9199, 7138, 14171, 10654, 8712, 6967, 8614, 9712, 8022, 7045, 10122, 8537, 7912, 7191, 8686, 8287, 7161, 9886, 8869, 8255, 7692, 9697, 8523, 7077, 9348, 9059, 8612, 11217, 12642, 9108, 8949, 9500, 10519, 9571, 7200, 8969, 9207, 8409, 8636, 10955, 8769, 9428, 9246, 10259, 8954, 7682, 8262, 9099, 8811, 8010, 9754, 9206, 8449, 7110, 10201, 8850, 9239, 7590, 9390, 8756, 7198, 8509, 9625, 8630, 7119, 12426, 9118, 8234, 7067, 10442, 8705, 8314, 7373, 9537, 7010, 6980, 6976, 8847, 8418, 8482, 7994, 10024, 9181, 9144, 8842, 10269, 8663, 8735, 11862, 10601, 8919, 8718, 7100, 9629, 8751, 8549, 9343, 9971, 8712, 8134, 8242, 9700, 9091, 7059, 8171, 9459, 8086, 8914, 11409, 9204, 8951, 7110, 10097, 9717, 8580, 11407, 12872, 9056, 9522, 7670, 9676, 9436, 7380, 14175, 9688, 9133, 7052, 10238, 8635, 8919, 7690, 9950, 8904, 8485, 8241, 9395, 8683, 7542, 7175, 9363, 8555, 7100, 10569, 9367, 8618, 7052, 8942, 9095, 8339, 8822, 10361, 9045, 8731, 7049, 10372, 8928, 9832, 8003, 9490, 9259, 8193, 9433, 9762, 9273, 7061, 13551, 9964, 8426, 7773, 10178, 9415, 8533, 7120, 9921, 9165, 9503, 7132, 10357, 9324, 8579, 9080, 10208, 9165, 7834, 7157, 9512, 8994, 7815, 8361, 9470, 8985, 7199, 10551, 9010, 8709, 7101, 9598, 8949, 8333, 7664, 10250, 8930, 9502, 7158, 9905, 8921, 7730, 12437, 9690, 9592, 7756, 8738, 9708, 8881, 8458, 13841, 9024, 8690, 7070, 10355, 9157, 8755, 7147, 9610, 8607, 8460, 13262, 8522, 7933, 7016, 8299, 9125, 8538, 6985, 10387, 8983, 8529, 7062, 9599, 8591, 8067, 7048, 8891, 8653, 8414, 8114, 10385, 8836, 8352, 7151, 8414, 8303, 7777, 6949, 9642, 8328, 7789, 7546, 10032, 8422, 8504, 10558, 11505, 8892, 8293, 8396, 9801, 8838, 7124, 12995, 9055, 8899, 7141, 8486, 8825, 8399, 9571, 10787, 8823, 7920, 7480, 11065, 9860, 8183, 10011, 9670, 8800, 8331, 7629, 9251, 9430, 7184, 9048, 9386, 8721, 9296, 14169, 9350, 8623, 7086, 9877, 9334, 8039, 7683, 12127, 8772, 8377, 7077, 10393, 8689, 8498, 8107, 10579, 8513, 8555, 7080, 10056, 8667, 8567, 8087, 10259, 8847, 9057, 8307, 9457, 9015, 7803, 10517, 9060, 8849, 7231, 11821, 9075, 8617, 7074, 10423, 9141, 8020, 11573, 9400, 8889, 7043, 7826, 9338, 8859, 7926, 9772, 9049, 8407, 7130, 9918, 8793, 8434, 8155, 10066, 8868, 8718, 7863, 9432, 8891, 7182, 7531, 9363, 8680, 7156, 9766, 9481, 9130, 7090, 9515, 9140, 8682, 7394, 10819, 8971, 8477, 10508, 10818, 8981, 8867, 7135, 10285, 9005, 8955, 7958, 10282, 9049, 7475, 10915, 9536, 9121, 7666, 8934, 9262, 8768, 7151, 10561, 9084, 8662, 7094, 8685, 9014, 8595, 8898, 11229, 9347, 8651, 7109, 10640, 9041, 9443, 9507, 10862, 9467, 9806, 13755, 10871, 9489, 8504, 8958, 10140, 9360, 7527, 12171, 10045, 8855, 7134, 9648, 9367, 8537, 8316, 10343, 9193, 8403, 7187, 10171, 8753, 9715, 7093, 10495, 9100, 8796, 8240, 9944, 9304, 8786, 11335, 9860, 8916, 7091, 7889, 8894, 8918, 7084, 9253, 9055, 8332, 7056, 10817, 9002, 8656, 9610, 10808, 9304, 9625, 7090, 10146, 8450, 8144, 12707, 9711, 8421, 7012, 7440], 'WindowCenter': [4448.0, 4407.0, 4380.0, 4366.0, 4402.0, 4373.0, 4358.0, 4438.0, 4394.0, 4361.0, 4320.0, 4370.0, 4339.0, 4338.0, 4408.0, 4365.0, 4326.0, 4317.0, 4337.0, 4334.0, 4347.0, 4318.0, 4359.0, 4339.0, 4369.0, 4410.0, 4347.0, 4336.0, 4306.0, 4345.0, 4326.0, 4327.0, 4387.0, 4325.0, 4317.0, 4295.0, 4333.0, 4316.0, 4314.0, 4325.0, 4316.0, 4338.0, 4307.0, 4336.0, 4324.0, 4307.0, 4349.0, 4338.0, 4339.0, 4318.0, 4380.0, 4358.0, 4360.0, 4371.0, 4359.0, 4337.0, 4327.0, 4305.0, 4347.0, 4328.0, 4341.0, 4340.0, 4349.0, 4333.0, 4343.0, 4382.0, 4338.0, 4339.0, 4329.0, 4370.0, 4360.0, 4361.0, 4422.0, 4370.0, 4349.0, 4328.0, 4410.0, 4369.0, 4338.0, 4389.0, 4336.0, 4348.0, 4308.0, 4358.0, 4339.0, 4349.0, 4399.0, 4347.0, 4338.0, 4329.0, 4370.0, 4348.0, 4346.0, 4407.0, 4357.0, 4337.0, 4305.0, 4334.0, 4344.0, 4325.0, 4347.0, 4396.0, 4368.0, 4349.0, 4316.0, 4343.0, 4324.0, 4303.0, 4334.0, 4343.0, 4336.0, 4368.0, 4396.0, 4358.0, 4338.0, 4358.0, 4332.0, 4336.0, 4315.0, 4290.0, 4346.0, 4347.0, 4330.0, 4371.0, 4347.0, 4346.0, 4327.0, 4366.0, 4333.0, 4336.0, 4314.0, 4367.0, 4336.0, 4337.0, 4328.0, 4356.0, 4335.0, 4335.0, 4358.0, 4344.0, 4347.0, 4316.0, 4368.0, 4349.0, 4337.0, 4309.0, 4358.0, 4325.0, 4325.0, 4327.0, 4346.0, 4329.0, 4340.0, 4360.0, 4338.0, 4339.0, 4318.0, 4348.0, 4348.0, 4338.0, 4368.0, 4337.0, 4328.0, 4349.0, 4391.0, 4371.0, 4329.0, 4358.0, 4336.0, 4314.0, 4304.0, 4344.0, 4335.0, 4328.0, 4412.0, 4348.0, 4338.0, 4305.0, 4356.0, 4336.0, 4336.0, 4346.0, 4347.0, 4336.0, 4387.0, 4418.0, 4387.0, 4370.0, 4396.0, 4384.0, 4342.0, 4301.0, 4343.0, 4343.0, 4325.0, 4315.0, 4335.0, 4335.0, 4306.0, 4345.0, 4343.0, 4333.0, 4303.0, 4355.0, 4345.0, 4325.0, 4304.0, 4343.0, 4343.0, 4305.0, 4327.0, 4336.0, 4338.0, 4336.0, 4358.0, 4328.0, 4327.0, 4316.0, 4345.0, 4326.0, 4305.0, 4326.0, 4336.0, 4329.0, 4318.0, 4369.0, 4338.0, 4346.0, 4317.0, 4358.0, 4348.0, 4377.0, 4408.0, 4374.0, 4347.0, 4316.0, 4375.0, 4335.0, 4325.0, 4305.0, 4335.0, 4337.0, 4340.0, 4331.0, 4369.0, 4356.0, 4323.0, 4336.0, 4357.0, 4348.0, 4359.0, 4410.0, 4379.0, 4347.0, 4326.0, 4316.0, 4357.0, 4336.0, 4317.0, 4328.0, 4348.0, 4350.0, 4331.0, 4381.0, 4350.0, 4351.0, 4319.0, 4354.0, 4338.0, 4347.0, 4401.0, 4357.0, 4347.0, 4318.0, 4348.0, 4348.0, 4348.0, 4340.0, 4408.0, 4377.0, 4348.0, 4357.0, 4357.0, 4336.0, 4316.0, 4349.0, 4348.0, 4328.0, 4336.0, 4358.0, 4350.0, 4349.0, 4317.0, 4355.0, 4347.0, 4329.0, 4388.0, 4358.0, 4336.0, 4319.0, 4360.0, 4357.0, 4347.0, 4325.0, 4388.0, 4357.0, 4349.0, 4318.0, 4357.0, 4358.0, 4317.0, 4377.0, 4358.0, 4349.0, 4317.0, 4367.0, 4345.0, 4335.0, 4304.0, 4356.0, 4355.0, 4358.0, 4410.0, 4367.0, 4357.0, 4304.0, 4332.0, 4332.0, 4336.0, 4327.0, 4357.0, 4336.0, 4347.0, 4319.0, 4356.0, 4346.0, 4314.0, 4387.0, 4346.0, 4344.0, 4303.0, 4355.0, 4334.0, 4335.0, 4337.0, 4378.0, 4337.0, 4336.0, 4377.0, 4343.0, 4344.0, 4303.0, 4354.0, 4346.0, 4325.0, 4367.0, 4358.0, 4349.0, 4357.0, 4317.0, 4342.0, 4346.0, 4302.0, 4347.0, 4344.0, 4335.0, 4379.0, 4387.0, 4345.0, 4336.0, 4304.0, 4351.0, 4342.0, 4323.0, 4324.0, 4344.0, 4344.0, 4316.0, 4337.0, 4335.0, 4332.0, 4290.0, 4352.0, 4345.0, 4334.0, 4397.0, 4397.0, 4368.0, 4346.0, 4386.0, 4343.0, 4343.0, 4291.0, 4342.0, 4341.0, 4333.0, 4303.0, 4352.0, 4346.0, 4327.0, 4325.0, 4354.0, 4336.0, 4302.0, 4355.0, 4345.0, 4334.0, 4355.0, 4365.0, 4341.0, 4334.0, 4302.0, 4345.0, 4344.0, 4334.0, 4335.0, 4345.0, 4347.0, 4328.0, 4325.0, 4344.0, 4343.0, 4305.0, 4347.0, 4347.0, 4337.0, 4328.0, 4378.0, 4347.0, 4335.0, 4305.0, 4356.0, 4346.0, 4335.0, 4306.0, 4364.0, 4346.0, 4337.0, 4337.0, 4356.0, 4357.0, 4317.0, 4398.0, 4378.0, 4350.0, 4319.0, 4335.0, 4344.0, 4338.0, 4317.0, 4370.0, 4349.0, 4337.0, 4314.0, 4349.0, 4337.0, 4318.0, 4367.0, 4347.0, 4340.0, 4327.0, 4357.0, 4350.0, 4317.0, 4360.0, 4348.0, 4348.0, 4380.0, 4389.0, 4347.0, 4346.0, 4358.0, 4363.0, 4344.0, 4304.0, 4334.0, 4347.0, 4337.0, 4335.0, 4367.0, 4335.0, 4345.0, 4345.0, 4353.0, 4333.0, 4315.0, 4325.0, 4345.0, 4346.0, 4328.0, 4356.0, 4355.0, 4335.0, 4303.0, 4353.0, 4344.0, 4345.0, 4328.0, 4358.0, 4348.0, 4316.0, 4337.0, 4357.0, 4346.0, 4316.0, 4387.0, 4349.0, 4336.0, 4305.0, 4365.0, 4335.0, 4338.0, 4328.0, 4356.0, 4316.0, 4316.0, 4319.0, 4360.0, 4348.0, 4348.0, 4327.0, 4356.0, 4358.0, 4360.0, 4348.0, 4369.0, 4347.0, 4335.0, 4387.0, 4365.0, 4333.0, 4335.0, 4304.0, 4357.0, 4338.0, 4337.0, 4346.0, 4355.0, 4334.0, 4325.0, 4336.0, 4356.0, 4347.0, 4306.0, 4335.0, 4359.0, 4338.0, 4346.0, 4378.0, 4356.0, 4344.0, 4303.0, 4353.0, 4343.0, 4335.0, 4376.0, 4388.0, 4345.0, 4345.0, 4314.0, 4342.0, 4343.0, 4313.0, 4395.0, 4343.0, 4344.0, 4302.0, 4354.0, 4333.0, 4335.0, 4312.0, 4353.0, 4343.0, 4348.0, 4336.0, 4360.0, 4337.0, 4324.0, 4304.0, 4356.0, 4347.0, 4318.0, 4369.0, 4345.0, 4335.0, 4305.0, 4346.0, 4346.0, 4338.0, 4348.0, 4367.0, 4346.0, 4349.0, 4316.0, 4367.0, 4345.0, 4354.0, 4327.0, 4354.0, 4345.0, 4334.0, 4342.0, 4353.0, 4344.0, 4315.0, 4398.0, 4355.0, 4334.0, 4315.0, 4355.0, 4345.0, 4332.0, 4304.0, 4355.0, 4345.0, 4345.0, 4304.0, 4355.0, 4346.0, 4336.0, 4346.0, 4355.0, 4345.0, 4312.0, 4318.0, 4357.0, 4347.0, 4326.0, 4335.0, 4353.0, 4346.0, 4316.0, 4366.0, 4345.0, 4347.0, 4305.0, 4355.0, 4333.0, 4337.0, 4325.0, 4367.0, 4347.0, 4357.0, 4304.0, 4358.0, 4347.0, 4326.0, 4387.0, 4355.0, 4355.0, 4313.0, 4335.0, 4357.0, 4347.0, 4336.0, 4399.0, 4345.0, 4335.0, 4303.0, 4354.0, 4341.0, 4332.0, 4304.0, 4356.0, 4334.0, 4335.0, 4398.0, 4334.0, 4324.0, 4301.0, 4319.0, 4344.0, 4336.0, 4304.0, 4355.0, 4344.0, 4336.0, 4306.0, 4357.0, 4336.0, 4327.0, 4316.0, 4348.0, 4347.0, 4338.0, 4339.0, 4369.0, 4348.0, 4338.0, 4317.0, 4336.0, 4339.0, 4327.0, 4318.0, 4357.0, 4350.0, 4327.0, 4330.0, 4356.0, 4337.0, 4361.0, 4381.0, 4390.0, 4348.0, 4340.0, 4334.0, 4355.0, 4346.0, 4317.0, 4396.0, 4345.0, 4345.0, 4316.0, 4350.0, 4346.0, 4337.0, 4359.0, 4378.0, 4346.0, 4326.0, 4328.0, 4375.0, 4356.0, 4335.0, 4354.0, 4355.0, 4346.0, 4336.0, 4326.0, 4345.0, 4345.0, 4305.0, 4346.0, 4357.0, 4346.0, 4346.0, 4398.0, 4345.0, 4334.0, 4305.0, 4342.0, 4346.0, 4325.0, 4326.0, 4387.0, 4337.0, 4337.0, 4305.0, 4351.0, 4337.0, 4336.0, 4325.0, 4369.0, 4347.0, 4337.0, 4306.0, 4357.0, 4335.0, 4337.0, 4326.0, 4356.0, 4345.0, 4350.0, 4349.0, 4355.0, 4359.0, 4325.0, 4367.0, 4333.0, 4344.0, 4316.0, 4389.0, 4346.0, 4334.0, 4304.0, 4365.0, 4346.0, 4325.0, 4377.0, 4344.0, 4346.0, 4303.0, 4315.0, 4356.0, 4346.0, 4336.0, 4356.0, 4344.0, 4336.0, 4319.0, 4356.0, 4347.0, 4336.0, 4324.0, 4352.0, 4334.0, 4348.0, 4335.0, 4357.0, 4348.0, 4315.0, 4324.0, 4358.0, 4347.0, 4315.0, 4355.0, 4355.0, 4346.0, 4305.0, 4357.0, 4347.0, 4336.0, 4315.0, 4365.0, 4346.0, 4337.0, 4369.0, 4366.0, 4344.0, 4334.0, 4305.0, 4366.0, 4346.0, 4345.0, 4325.0, 4353.0, 4347.0, 4315.0, 4375.0, 4355.0, 4355.0, 4326.0, 4333.0, 4343.0, 4336.0, 4315.0, 4378.0, 4343.0, 4338.0, 4304.0, 4348.0, 4357.0, 4346.0, 4359.0, 4377.0, 4345.0, 4334.0, 4304.0, 4367.0, 4349.0, 4354.0, 4344.0, 4364.0, 4356.0, 4356.0, 4396.0, 4365.0, 4343.0, 4330.0, 4331.0, 4350.0, 4342.0, 4314.0, 4376.0, 4353.0, 4333.0, 4302.0, 4355.0, 4346.0, 4335.0, 4336.0, 4352.0, 4342.0, 4321.0, 4305.0, 4366.0, 4336.0, 4355.0, 4302.0, 4354.0, 4332.0, 4336.0, 4335.0, 4355.0, 4347.0, 4345.0, 4377.0, 4354.0, 4334.0, 4302.0, 4322.0, 4333.0, 4348.0, 4305.0, 4344.0, 4347.0, 4350.0, 4315.0, 4366.0, 4335.0, 4334.0, 4358.0, 4367.0, 4344.0, 4346.0, 4317.0, 4364.0, 4336.0, 4325.0, 4399.0, 4354.0, 4335.0, 4304.0, 4314.0], 'WindowWidth': [9846.0, 9763.0, 9709.0, 9680.0, 9722.0, 9680.0, 9649.0, 9755.0, 9688.0, 9642.0, 9582.0, 9648.0, 9602.0, 9599.0, 9692.0, 9630.0, 9578.0, 9568.0, 9595.0, 9590.0, 9610.0, 9574.0, 9630.0, 9602.0, 9641.0, 9698.0, 9611.0, 9596.0, 9553.0, 9607.0, 9581.0, 9582.0, 9661.0, 9576.0, 9567.0, 9537.0, 9586.0, 9565.0, 9560.0, 9577.0, 9566.0, 9598.0, 9554.0, 9591.0, 9573.0, 9554.0, 9616.0, 9602.0, 9600.0, 9574.0, 9660.0, 9627.0, 9632.0, 9648.0, 9631.0, 9600.0, 9582.0, 9552.0, 9611.0, 9586.0, 9610.0, 9604.0, 9617.0, 9603.0, 9616.0, 9664.0, 9602.0, 9601.0, 9590.0, 9647.0, 9634.0, 9635.0, 9718.0, 9646.0, 9617.0, 9590.0, 9697.0, 9641.0, 9598.0, 9666.0, 9593.0, 9613.0, 9561.0, 9626.0, 9603.0, 9613.0, 9682.0, 9611.0, 9599.0, 9590.0, 9645.0, 9612.0, 9608.0, 9691.0, 9623.0, 9595.0, 9551.0, 9588.0, 9601.0, 9578.0, 9609.0, 9675.0, 9639.0, 9614.0, 9568.0, 9598.0, 9572.0, 9545.0, 9589.0, 9601.0, 9593.0, 9636.0, 9677.0, 9627.0, 9600.0, 9624.0, 9583.0, 9591.0, 9560.0, 9526.0, 9604.0, 9612.0, 9592.0, 9648.0, 9612.0, 9608.0, 9584.0, 9633.0, 9586.0, 9590.0, 9562.0, 9636.0, 9595.0, 9597.0, 9586.0, 9620.0, 9591.0, 9591.0, 9624.0, 9601.0, 9607.0, 9568.0, 9640.0, 9617.0, 9599.0, 9563.0, 9627.0, 9580.0, 9578.0, 9583.0, 9609.0, 9588.0, 9605.0, 9631.0, 9601.0, 9600.0, 9576.0, 9612.0, 9614.0, 9600.0, 9638.0, 9594.0, 9585.0, 9617.0, 9673.0, 9649.0, 9589.0, 9625.0, 9592.0, 9560.0, 9549.0, 9603.0, 9593.0, 9586.0, 9701.0, 9613.0, 9598.0, 9551.0, 9620.0, 9592.0, 9591.0, 9605.0, 9608.0, 9594.0, 9664.0, 9711.0, 9666.0, 9644.0, 9674.0, 9654.0, 9595.0, 9540.0, 9597.0, 9599.0, 9578.0, 9563.0, 9588.0, 9591.0, 9552.0, 9602.0, 9596.0, 9584.0, 9545.0, 9616.0, 9605.0, 9576.0, 9547.0, 9599.0, 9599.0, 9551.0, 9583.0, 9597.0, 9599.0, 9596.0, 9627.0, 9587.0, 9584.0, 9568.0, 9607.0, 9583.0, 9553.0, 9583.0, 9595.0, 9587.0, 9571.0, 9640.0, 9600.0, 9609.0, 9571.0, 9625.0, 9612.0, 9650.0, 9694.0, 9644.0, 9608.0, 9565.0, 9642.0, 9591.0, 9576.0, 9549.0, 9588.0, 9594.0, 9603.0, 9597.0, 9643.0, 9620.0, 9574.0, 9593.0, 9624.0, 9612.0, 9627.0, 9698.0, 9655.0, 9611.0, 9581.0, 9570.0, 9623.0, 9594.0, 9569.0, 9586.0, 9615.0, 9619.0, 9593.0, 9661.0, 9622.0, 9623.0, 9576.0, 9615.0, 9597.0, 9611.0, 9688.0, 9624.0, 9610.0, 9573.0, 9612.0, 9611.0, 9613.0, 9605.0, 9693.0, 9650.0, 9610.0, 9621.0, 9620.0, 9594.0, 9567.0, 9616.0, 9613.0, 9585.0, 9594.0, 9623.0, 9615.0, 9616.0, 9571.0, 9618.0, 9612.0, 9589.0, 9669.0, 9625.0, 9595.0, 9577.0, 9632.0, 9624.0, 9611.0, 9581.0, 9666.0, 9624.0, 9614.0, 9571.0, 9622.0, 9625.0, 9572.0, 9651.0, 9628.0, 9615.0, 9571.0, 9634.0, 9603.0, 9589.0, 9548.0, 9621.0, 9617.0, 9623.0, 9699.0, 9637.0, 9621.0, 9546.0, 9580.0, 9583.0, 9591.0, 9582.0, 9620.0, 9592.0, 9609.0, 9578.0, 9623.0, 9607.0, 9563.0, 9660.0, 9607.0, 9602.0, 9545.0, 9616.0, 9590.0, 9593.0, 9597.0, 9651.0, 9596.0, 9593.0, 9648.0, 9600.0, 9603.0, 9545.0, 9615.0, 9605.0, 9579.0, 9639.0, 9626.0, 9614.0, 9625.0, 9572.0, 9598.0, 9606.0, 9545.0, 9609.0, 9603.0, 9592.0, 9655.0, 9666.0, 9607.0, 9592.0, 9545.0, 9606.0, 9594.0, 9571.0, 9575.0, 9602.0, 9603.0, 9568.0, 9596.0, 9590.0, 9581.0, 9524.0, 9609.0, 9601.0, 9587.0, 9675.0, 9676.0, 9638.0, 9608.0, 9661.0, 9598.0, 9595.0, 9524.0, 9595.0, 9594.0, 9586.0, 9547.0, 9611.0, 9606.0, 9582.0, 9578.0, 9615.0, 9589.0, 9542.0, 9616.0, 9602.0, 9590.0, 9617.0, 9630.0, 9593.0, 9585.0, 9543.0, 9602.0, 9600.0, 9587.0, 9589.0, 9601.0, 9608.0, 9584.0, 9579.0, 9600.0, 9601.0, 9552.0, 9611.0, 9610.0, 9598.0, 9587.0, 9654.0, 9609.0, 9591.0, 9551.0, 9621.0, 9607.0, 9591.0, 9554.0, 9630.0, 9605.0, 9594.0, 9596.0, 9619.0, 9624.0, 9571.0, 9681.0, 9654.0, 9620.0, 9576.0, 9591.0, 9601.0, 9601.0, 9572.0, 9644.0, 9613.0, 9598.0, 9566.0, 9615.0, 9599.0, 9573.0, 9639.0, 9609.0, 9606.0, 9585.0, 9625.0, 9617.0, 9573.0, 9634.0, 9615.0, 9614.0, 9656.0, 9669.0, 9609.0, 9609.0, 9625.0, 9627.0, 9600.0, 9548.0, 9588.0, 9607.0, 9595.0, 9593.0, 9636.0, 9591.0, 9606.0, 9605.0, 9612.0, 9584.0, 9562.0, 9578.0, 9606.0, 9606.0, 9585.0, 9623.0, 9620.0, 9591.0, 9546.0, 9612.0, 9602.0, 9603.0, 9587.0, 9625.0, 9614.0, 9570.0, 9598.0, 9622.0, 9609.0, 9569.0, 9666.0, 9615.0, 9594.0, 9550.0, 9629.0, 9592.0, 9600.0, 9588.0, 9621.0, 9570.0, 9569.0, 9577.0, 9631.0, 9615.0, 9611.0, 9584.0, 9621.0, 9626.0, 9630.0, 9612.0, 9643.0, 9610.0, 9593.0, 9663.0, 9632.0, 9585.0, 9587.0, 9549.0, 9621.0, 9598.0, 9599.0, 9608.0, 9619.0, 9588.0, 9578.0, 9593.0, 9621.0, 9608.0, 9551.0, 9591.0, 9627.0, 9600.0, 9610.0, 9655.0, 9622.0, 9601.0, 9545.0, 9612.0, 9599.0, 9590.0, 9646.0, 9665.0, 9604.0, 9603.0, 9560.0, 9596.0, 9599.0, 9560.0, 9672.0, 9596.0, 9598.0, 9542.0, 9616.0, 9586.0, 9589.0, 9558.0, 9611.0, 9601.0, 9617.0, 9595.0, 9630.0, 9594.0, 9575.0, 9549.0, 9623.0, 9610.0, 9574.0, 9641.0, 9605.0, 9590.0, 9550.0, 9610.0, 9609.0, 9601.0, 9613.0, 9635.0, 9606.0, 9615.0, 9571.0, 9637.0, 9605.0, 9614.0, 9585.0, 9617.0, 9606.0, 9588.0, 9598.0, 9612.0, 9605.0, 9567.0, 9679.0, 9618.0, 9588.0, 9565.0, 9618.0, 9602.0, 9583.0, 9549.0, 9618.0, 9604.0, 9602.0, 9548.0, 9615.0, 9604.0, 9594.0, 9608.0, 9617.0, 9603.0, 9559.0, 9574.0, 9623.0, 9612.0, 9581.0, 9591.0, 9613.0, 9608.0, 9570.0, 9637.0, 9609.0, 9612.0, 9553.0, 9617.0, 9586.0, 9596.0, 9580.0, 9639.0, 9609.0, 9622.0, 9550.0, 9626.0, 9610.0, 9581.0, 9663.0, 9618.0, 9617.0, 9560.0, 9590.0, 9623.0, 9610.0, 9596.0, 9682.0, 9604.0, 9591.0, 9546.0, 9614.0, 9595.0, 9582.0, 9552.0, 9621.0, 9589.0, 9591.0, 9678.0, 9587.0, 9573.0, 9538.0, 9560.0, 9601.0, 9591.0, 9549.0, 9616.0, 9602.0, 9591.0, 9555.0, 9622.0, 9593.0, 9583.0, 9570.0, 9614.0, 9612.0, 9600.0, 9604.0, 9642.0, 9614.0, 9600.0, 9569.0, 9596.0, 9604.0, 9585.0, 9573.0, 9625.0, 9620.0, 9588.0, 9593.0, 9622.0, 9598.0, 9639.0, 9661.0, 9673.0, 9614.0, 9604.0, 9592.0, 9617.0, 9609.0, 9572.0, 9676.0, 9606.0, 9606.0, 9568.0, 9620.0, 9610.0, 9598.0, 9628.0, 9652.0, 9606.0, 9581.0, 9587.0, 9647.0, 9621.0, 9592.0, 9615.0, 9618.0, 9607.0, 9593.0, 9580.0, 9604.0, 9604.0, 9550.0, 9606.0, 9628.0, 9609.0, 9609.0, 9679.0, 9606.0, 9589.0, 9551.0, 9597.0, 9605.0, 9580.0, 9581.0, 9666.0, 9597.0, 9596.0, 9551.0, 9610.0, 9596.0, 9595.0, 9580.0, 9642.0, 9610.0, 9597.0, 9554.0, 9622.0, 9592.0, 9598.0, 9581.0, 9619.0, 9605.0, 9619.0, 9618.0, 9622.0, 9630.0, 9579.0, 9634.0, 9585.0, 9603.0, 9570.0, 9669.0, 9606.0, 9586.0, 9547.0, 9631.0, 9608.0, 9578.0, 9649.0, 9601.0, 9605.0, 9545.0, 9564.0, 9624.0, 9609.0, 9597.0, 9621.0, 9602.0, 9595.0, 9579.0, 9621.0, 9611.0, 9596.0, 9576.0, 9611.0, 9587.0, 9615.0, 9594.0, 9625.0, 9610.0, 9564.0, 9575.0, 9626.0, 9611.0, 9568.0, 9618.0, 9616.0, 9605.0, 9552.0, 9625.0, 9610.0, 9593.0, 9565.0, 9630.0, 9610.0, 9596.0, 9641.0, 9633.0, 9600.0, 9587.0, 9552.0, 9633.0, 9609.0, 9605.0, 9577.0, 9613.0, 9609.0, 9567.0, 9646.0, 9620.0, 9621.0, 9580.0, 9586.0, 9597.0, 9593.0, 9565.0, 9654.0, 9602.0, 9597.0, 9551.0, 9615.0, 9626.0, 9608.0, 9630.0, 9652.0, 9604.0, 9587.0, 9551.0, 9638.0, 9615.0, 9615.0, 9600.0, 9628.0, 9622.0, 9618.0, 9677.0, 9629.0, 9597.0, 9578.0, 9576.0, 9604.0, 9597.0, 9562.0, 9648.0, 9611.0, 9584.0, 9542.0, 9618.0, 9606.0, 9590.0, 9592.0, 9610.0, 9595.0, 9567.0, 9551.0, 9632.0, 9596.0, 9616.0, 9544.0, 9612.0, 9582.0, 9593.0, 9592.0, 9617.0, 9608.0, 9607.0, 9648.0, 9615.0, 9586.0, 9541.0, 9570.0, 9587.0, 9610.0, 9550.0, 9601.0, 9611.0, 9619.0, 9566.0, 9632.0, 9590.0, 9590.0, 9626.0, 9637.0, 9601.0, 9603.0, 9570.0, 9631.0, 9593.0, 9577.0, 9684.0, 9618.0, 9590.0, 9550.0, 9565.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.00017079470198675496</td></tr>
<tr><td colspan=3>aqi</td><td>0.01942731048565121</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.83714858412157</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1402812652154692</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974926321436467</td></tr>
<tr><td colspan=3>efc</td><td>0.537</td></tr>
<tr><td colspan=3>fber</td><td>2663.7039</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11106809007493224</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.713024282560706</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4892819025279374</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.412644942478062</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7377339347273364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3174668303784145</td></tr>
<tr><td colspan=3>gcor</td><td>0.00397793</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008479468524456024</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07150842249393463</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>906</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.2448740844672335</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.4302</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.649</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.3956</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286629.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1197.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>459.7699</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8697</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.515</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.7703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.8414</td></tr>
<tr><td colspan=3>tsnr</td><td>37.113562267040834</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>