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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-02/func/sub-0039_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f2c243b7aa82039d7d7d27f701d8093f</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>19:56:53.985000</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_VE11C_LATEST_20160120</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.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100369</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7242, 668, -41, -201, 4, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>29e657b6-86c5-47a0-af57-f8791463bd06||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [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': ['195653.985000', '195654.445000', '195654.905000', '195655.365000', '195655.825000', '195656.285000', '195656.745000', '195657.205000', '195657.665000', '195658.125000', '195658.585000', '195659.045000', '195659.505000', '195659.965000', '195700.425000', '195700.885000', '195701.345000', '195701.805000', '195702.265000', '195702.725000', '195703.185000', '195703.645000', '195704.105000', '195704.565000', '195705.025000', '195705.485000', '195705.945000', '195706.405000', '195706.865000', '195707.325000', '195707.785000', '195708.245000', '195708.705000', '195709.165000', '195709.625000', '195710.085000', '195710.545000', '195711.005000', '195711.465000', '195711.925000', '195712.385000', '195712.845000', '195713.305000', '195713.765000', '195714.225000', '195714.685000', '195715.145000', '195715.605000', '195716.065000', '195716.525000', '195716.985000', '195717.445000', '195717.905000', '195718.365000', '195718.825000', '195719.285000', '195719.745000', '195720.205000', '195720.665000', '195721.125000', '195721.585000', '195722.045000', '195722.505000', '195722.965000', '195723.425000', '195723.885000', '195724.345000', '195724.805000', '195725.265000', '195725.725000', '195726.185000', '195726.645000', '195727.105000', '195727.565000', '195728.025000', '195728.485000', '195728.945000', '195729.405000', '195729.865000', '195730.325000', '195730.785000', '195731.245000', '195731.705000', '195732.165000', '195732.625000', '195733.085000', '195733.545000', '195734.005000', '195734.465000', '195734.925000', '195735.385000', '195735.845000', '195736.305000', '195736.765000', '195737.225000', '195737.685000', '195738.145000', '195738.605000', '195739.065000', '195739.525000', '195739.985000', '195740.445000', '195740.905000', '195741.365000', '195741.825000', '195742.285000', '195742.745000', '195743.205000', '195743.665000', '195744.125000', '195744.585000', '195745.045000', '195745.505000', '195745.965000', '195746.425000', '195746.885000', '195747.345000', '195747.805000', '195748.265000', '195748.725000', '195749.185000', '195749.645000', '195750.105000', '195750.565000', '195751.025000', '195751.485000', '195751.945000', '195752.405000', '195752.865000', '195753.325000', '195753.785000', '195754.245000', '195754.705000', '195755.165000', '195755.625000', '195756.085000', '195756.545000', '195757.005000', '195757.465000', '195757.925000', '195758.385000', '195758.845000', '195759.305000', '195759.765000', '195800.225000', '195800.685000', '195801.145000', '195801.605000', '195802.065000', '195802.525000', '195802.985000', '195803.445000', '195803.905000', '195804.365000', '195804.825000', '195805.285000', '195805.745000', '195806.205000', '195806.665000', '195807.125000', '195807.585000', '195808.045000', '195808.505000', '195808.965000', '195809.425000', '195809.885000', '195810.345000', '195810.805000', '195811.265000', '195811.725000', '195812.185000', '195812.645000', '195813.105000', '195813.565000', '195814.025000', '195814.485000', '195814.945000', '195815.405000', '195815.865000', '195816.325000', '195816.785000', '195817.245000', '195817.705000', '195818.165000', '195818.625000', '195819.085000', '195819.545000', '195820.005000', '195820.465000', '195820.925000', '195821.385000', '195821.845000', '195822.305000', '195822.765000', '195823.225000', '195823.685000', '195824.145000', '195824.605000', '195825.065000', '195825.525000', '195825.985000', '195826.445000', '195826.905000', '195827.365000', '195827.825000', '195828.285000', '195828.745000', '195829.205000', '195829.665000', '195830.125000', '195830.585000', '195831.045000', '195831.505000', '195831.965000', '195832.425000', '195832.885000', '195833.345000', '195833.805000', '195834.265000', '195834.725000', '195835.185000', '195835.645000', '195836.105000', '195836.565000', '195837.025000', '195837.485000', '195837.945000', '195838.405000', '195838.865000', '195839.325000', '195839.785000', '195840.245000', '195840.705000', '195841.165000', '195841.625000', '195842.085000', '195842.545000', '195843.005000', '195843.465000', '195843.925000', '195844.385000', '195844.845000', '195845.305000', '195845.765000', '195846.225000', '195846.685000', '195847.145000', '195847.605000', '195848.065000', '195848.525000', '195848.985000', '195849.445000', '195849.905000', '195850.365000', '195850.825000', '195851.285000', '195851.745000', '195852.205000', '195852.665000', '195853.125000', '195853.585000', '195854.045000', '195854.505000', '195854.965000', '195855.425000', '195855.885000', '195856.345000', '195856.805000', '195857.265000', '195857.725000', '195858.185000', '195858.645000', '195859.105000', '195859.565000', '195900.025000', '195900.485000', '195900.945000', '195901.405000', '195901.865000', '195902.325000', '195902.785000', '195903.245000', '195903.705000', '195904.165000', '195904.625000', '195905.085000', '195905.545000', '195906.005000', '195906.465000', '195906.925000', '195907.385000', '195907.845000', '195908.305000', '195908.765000', '195909.225000', '195909.685000', '195910.145000', '195910.605000', '195911.065000', '195911.525000', '195911.985000', '195912.445000', '195912.905000', '195913.365000', '195913.825000', '195914.285000', '195914.745000', '195915.205000', '195915.665000', '195916.125000', '195916.585000', '195917.045000', '195917.505000', '195917.965000', '195918.425000', '195918.885000', '195919.345000', '195919.805000', '195920.265000', '195920.725000', '195921.185000', '195921.645000', '195922.105000', '195922.565000', '195923.025000', '195923.485000', '195923.945000', '195924.405000', '195924.865000', '195925.325000', '195925.785000', '195926.245000', '195926.705000', '195927.165000', '195927.625000', '195928.085000', '195928.545000', '195929.005000', '195929.465000', '195929.925000', '195930.385000', '195930.845000', '195931.305000', '195931.765000', '195932.225000', '195932.685000', '195933.145000', '195933.605000', '195934.065000', '195934.525000', '195934.985000', '195935.445000', '195935.905000', '195936.365000', '195936.825000', '195937.285000', '195937.745000', '195938.205000', '195938.665000', '195939.125000', '195939.585000', '195940.045000', '195940.505000', '195940.965000', '195941.425000', '195941.885000', '195942.345000', '195942.805000', '195943.265000', '195943.725000', '195944.185000', '195944.645000', '195945.105000', '195945.565000', '195946.025000', '195946.485000', '195946.945000', '195947.405000', '195947.865000', '195948.325000', '195948.785000', '195949.245000', '195949.705000', '195950.165000', '195950.625000', '195951.085000', '195951.545000', '195952.005000', '195952.465000', '195952.925000', '195953.385000', '195953.845000', '195954.305000', '195954.765000', '195955.225000', '195955.685000', '195956.145000', '195956.605000', '195957.065000', '195957.525000', '195957.985000', '195958.445000', '195958.905000', '195959.365000', '195959.825000', '200000.285000', '200000.745000', '200001.205000', '200001.665000', '200002.125000', '200002.585000', '200003.045000', '200003.505000', '200003.965000', '200004.425000', '200004.885000', '200005.345000', '200005.805000', '200006.265000', '200006.725000', '200007.185000', '200007.645000', '200008.105000', '200008.565000', '200009.025000', '200009.485000', '200009.945000', '200010.405000', '200010.865000', '200011.325000', '200011.785000', '200012.245000', '200012.705000', '200013.165000', '200013.625000', '200014.085000', '200014.545000', '200015.005000', '200015.465000', '200015.925000', '200016.385000', '200016.845000', '200017.305000', '200017.765000', '200018.225000', '200018.685000', '200019.145000', '200019.605000', '200020.065000', '200020.525000', '200020.985000', '200021.445000', '200021.905000', '200022.365000', '200022.825000', '200023.285000', '200023.745000', '200024.205000', '200024.665000', '200025.125000', '200025.585000', '200026.045000', '200026.505000', '200026.965000', '200027.425000', '200027.885000', '200028.345000', '200028.805000', '200029.265000', '200029.725000', '200030.185000', '200030.645000', '200031.105000', '200031.565000', '200032.025000', '200032.485000', '200032.945000', '200033.405000', '200033.865000', '200034.325000', '200034.785000', '200035.245000', '200035.705000', '200036.165000', '200036.625000', '200037.085000', '200037.545000', '200038.005000', '200038.465000', '200038.925000', '200039.385000', '200039.845000', '200040.305000', '200040.765000', '200041.225000', '200041.685000', '200042.145000', '200042.605000', '200043.065000', '200043.525000', '200043.985000', '200044.445000', '200044.905000', '200045.365000', '200045.825000', '200046.285000', '200046.745000', '200047.205000', '200047.665000', '200048.125000', '200048.585000', '200049.045000', '200049.505000', '200049.965000', '200050.425000', '200050.885000', '200051.345000', '200051.805000', '200052.265000', '200052.725000', '200053.185000', '200053.645000', '200054.105000', '200054.565000', '200055.025000', '200055.485000', '200055.945000', '200056.405000', '200056.865000', '200057.325000', '200057.785000', '200058.245000', '200058.705000', '200059.165000', '200059.625000', '200100.085000', '200100.545000', '200101.005000', '200101.465000', '200101.925000', '200102.385000', '200102.845000', '200103.305000', '200103.765000', '200104.225000', '200104.685000', '200105.145000', '200105.605000', '200106.065000', '200106.525000', '200106.985000', '200107.445000', '200107.905000', '200108.365000', '200108.825000', '200109.285000', '200109.745000', '200110.205000', '200110.665000', '200111.125000', '200111.585000', '200112.045000', '200112.505000', '200112.965000', '200113.425000', '200113.885000', '200114.345000', '200114.805000', '200115.265000', '200115.725000', '200116.185000', '200116.645000', '200117.105000', '200117.565000', '200118.025000', '200118.485000', '200118.945000', '200119.405000', '200119.865000', '200120.325000', '200120.785000', '200121.245000', '200121.705000', '200122.165000', '200122.625000', '200123.085000', '200123.545000', '200124.005000', '200124.465000', '200124.925000', '200125.385000', '200125.845000', '200126.305000', '200126.765000', '200127.225000', '200127.685000', '200128.145000', '200128.605000', '200129.065000', '200129.525000', '200129.985000', '200130.445000', '200130.905000', '200131.365000', '200131.825000', '200132.285000', '200132.745000', '200133.205000', '200133.665000', '200134.125000', '200134.585000', '200135.045000', '200135.505000', '200135.965000', '200136.425000', '200136.885000', '200137.345000', '200137.805000', '200138.265000', '200138.725000', '200139.185000', '200139.645000', '200140.105000', '200140.565000', '200141.025000', '200141.485000', '200141.945000', '200142.405000', '200142.865000', '200143.325000', '200143.785000', '200144.245000', '200144.705000', '200145.165000', '200145.625000', '200146.085000', '200146.545000', '200147.005000', '200147.465000', '200147.925000', '200148.385000', '200148.845000', '200149.305000', '200149.765000', '200150.225000', '200150.685000', '200151.145000', '200151.605000', '200152.065000', '200152.525000', '200152.985000', '200153.445000', '200153.905000', '200154.365000', '200154.825000', '200155.285000', '200155.745000', '200156.205000', '200156.665000', '200157.125000', '200157.585000', '200158.045000', '200158.505000', '200158.965000', '200159.425000', '200159.885000', '200200.345000', '200200.805000', '200201.265000', '200201.725000', '200202.185000', '200202.645000', '200203.105000', '200203.565000', '200204.025000', '200204.485000', '200204.945000', '200205.405000', '200205.865000', '200206.325000', '200206.785000', '200207.245000', '200207.705000', '200208.165000', '200208.625000', '200209.085000', '200209.545000', '200210.005000', '200210.465000', '200210.925000', '200211.385000', '200211.845000', '200212.305000', '200212.765000', '200213.225000', '200213.685000', '200214.145000', '200214.605000', '200215.065000', '200215.525000', '200215.985000', '200216.445000', '200216.905000', '200217.365000', '200217.825000', '200218.285000', '200218.745000', '200219.205000', '200219.665000', '200220.125000', '200220.585000', '200221.045000', '200221.505000', '200221.965000', '200222.425000', '200222.885000', '200223.345000', '200223.805000', '200224.265000', '200224.725000', '200225.185000', '200225.645000', '200226.105000', '200226.565000', '200227.025000', '200227.485000', '200227.945000', '200228.405000', '200228.865000', '200229.325000', '200229.785000', '200230.245000', '200230.705000', '200231.165000', '200231.625000', '200232.085000', '200232.545000', '200233.005000', '200233.465000', '200233.925000', '200234.385000', '200234.845000', '200235.305000', '200235.765000', '200236.225000', '200236.685000', '200237.145000', '200237.605000', '200238.065000', '200238.525000', '200238.985000', '200239.445000', '200239.905000', '200240.365000', '200240.825000', '200241.285000', '200241.745000', '200242.205000', '200242.665000', '200243.125000', '200243.585000', '200244.045000', '200244.505000', '200244.965000', '200245.425000', '200245.885000', '200246.345000', '200246.805000', '200247.265000', '200247.725000', '200248.185000', '200248.645000', '200249.105000', '200249.565000', '200250.025000', '200250.485000', '200250.945000', '200251.405000', '200251.865000', '200252.325000', '200252.785000', '200253.245000', '200253.705000', '200254.165000', '200254.625000', '200255.085000', '200255.545000', '200256.005000', '200256.465000', '200256.925000', '200257.385000', '200257.845000', '200258.305000', '200258.765000', '200259.225000', '200259.685000', '200300.145000', '200300.605000', '200301.065000', '200301.525000', '200301.985000', '200302.445000', '200302.905000', '200303.365000', '200303.825000', '200304.285000', '200304.745000', '200305.205000', '200305.665000', '200306.125000', '200306.585000', '200307.045000', '200307.505000', '200307.965000', '200308.425000', '200308.885000', '200309.345000', '200309.805000', '200310.265000', '200310.725000', '200311.185000', '200311.645000', '200312.105000', '200312.565000', '200313.025000', '200313.485000', '200313.945000', '200314.405000', '200314.865000', '200315.325000', '200315.785000', '200316.245000', '200316.705000', '200317.165000', '200317.625000', '200318.085000', '200318.545000', '200319.005000', '200319.465000', '200319.925000', '200320.385000', '200320.845000', '200321.305000', '200321.765000', '200322.225000', '200322.685000', '200323.145000', '200323.605000', '200324.065000', '200324.525000', '200324.985000', '200325.445000', '200325.905000', '200326.365000', '200326.825000', '200327.285000', '200327.745000', '200328.205000', '200328.665000', '200329.125000', '200329.585000', '200330.045000', '200330.505000', '200330.965000', '200331.425000', '200331.885000', '200332.345000', '200332.805000', '200333.265000', '200333.725000', '200334.185000', '200334.645000', '200335.105000', '200335.565000', '200336.025000', '200336.485000', '200336.945000', '200337.405000', '200337.865000', '200338.325000', '200338.785000', '200339.245000', '200339.705000', '200340.165000', '200340.625000', '200341.085000', '200341.545000', '200342.005000', '200342.465000', '200342.925000', '200343.385000', '200343.845000', '200344.305000', '200344.765000', '200345.225000', '200345.685000', '200346.145000', '200346.605000', '200347.065000', '200347.525000', '200347.985000', '200348.445000', '200348.905000', '200349.365000', '200349.825000', '200350.285000', '200350.745000', '200351.205000', '200351.665000', '200352.125000', '200352.585000', '200353.045000', '200353.505000', '200353.965000'], 'ContentTime': ['195721.232000', '195721.235000', '195721.238000', '195721.241000', '195721.244000', '195721.247000', '195721.249000', '195721.252000', '195721.255000', '195721.258000', '195721.261000', '195721.264000', '195721.267000', '195721.270000', '195721.272000', '195721.275000', '195721.278000', '195721.281000', '195721.284000', '195721.287000', '195721.290000', '195721.293000', '195721.303000', '195721.306000', '195721.309000', '195721.312000', '195721.315000', '195721.318000', '195721.320000', '195721.323000', '195721.326000', '195721.329000', '195721.332000', '195721.335000', '195721.337000', '195721.340000', '195721.343000', '195721.346000', '195721.349000', '195721.352000', '195721.355000', '195721.358000', '195721.360000', '195721.363000', '195721.366000', '195721.369000', '195721.372000', '195721.382000', '195721.385000', '195721.388000', '195721.391000', '195721.394000', '195721.396000', '195721.399000', '195721.402000', '195721.405000', '195721.408000', '195741.185000', '195741.188000', '195741.191000', '195741.194000', '195741.196000', '195741.199000', '195741.209000', '195741.212000', '195741.216000', '195741.221000', '195741.225000', '195741.228000', '195741.231000', '195741.233000', '195741.236000', '195741.239000', '195741.242000', '195741.245000', '195741.248000', '195741.250000', '195741.253000', '195741.256000', '195741.259000', '195741.262000', '195741.265000', '195741.268000', '195741.271000', '195741.274000', '195741.277000', '195741.279000', '195741.282000', '195741.285000', '195741.288000', '195741.291000', '195741.294000', '195741.296000', '195741.299000', '195741.302000', '195741.305000', '195741.308000', '195741.311000', '195741.314000', '195741.316000', '195801.185000', '195801.188000', '195801.191000', '195801.194000', '195801.196000', '195801.199000', '195801.202000', '195801.205000', '195801.208000', '195801.217000', '195801.220000', '195801.223000', '195801.226000', '195801.229000', '195801.232000', '195801.235000', '195801.237000', '195801.240000', '195801.243000', '195801.246000', '195801.249000', '195801.252000', '195801.255000', '195801.258000', '195801.260000', '195801.263000', '195801.266000', '195801.269000', '195801.272000', '195801.275000', '195801.278000', '195801.280000', '195801.283000', '195801.286000', '195801.289000', '195801.292000', '195801.295000', '195801.298000', '195801.301000', '195801.304000', '195801.307000', '195801.309000', '195801.312000', '195801.315000', '195821.186000', '195821.189000', '195821.192000', '195821.195000', '195821.198000', '195821.200000', '195821.203000', '195821.206000', '195821.209000', '195821.212000', '195821.221000', '195821.224000', '195821.226000', '195821.229000', '195821.232000', '195821.235000', '195821.238000', '195821.241000', '195821.244000', '195821.247000', '195821.250000', '195821.253000', '195821.256000', '195821.259000', '195821.261000', '195821.264000', '195821.267000', '195821.270000', '195821.273000', '195821.276000', '195821.279000', '195821.282000', '195821.285000', '195821.287000', '195821.290000', '195821.293000', '195821.296000', '195821.299000', '195821.302000', '195821.305000', '195821.308000', '195821.311000', '195821.314000', '195841.186000', '195841.189000', '195841.192000', '195841.195000', '195841.197000', '195841.200000', '195841.203000', '195841.206000', '195841.209000', '195841.212000', '195841.215000', '195841.218000', '195841.225000', '195841.228000', '195841.231000', '195841.234000', '195841.237000', '195841.240000', '195841.243000', '195841.245000', '195841.248000', '195841.251000', '195841.254000', '195841.257000', '195841.260000', '195841.263000', '195841.266000', '195841.269000', '195841.272000', '195841.275000', '195841.278000', '195841.280000', '195841.283000', '195841.286000', '195841.289000', '195841.292000', '195841.295000', '195841.298000', '195841.301000', '195841.310000', '195841.313000', '195841.315000', '195841.318000', '195841.321000', '195901.186000', '195901.189000', '195901.192000', '195901.196000', '195901.199000', '195901.202000', '195901.205000', '195901.208000', '195901.210000', '195901.213000', '195901.216000', '195901.219000', '195901.222000', '195901.225000', '195901.228000', '195901.231000', '195901.233000', '195901.236000', '195901.239000', '195901.242000', '195901.245000', '195901.248000', '195901.251000', '195901.254000', '195901.257000', '195901.263000', '195901.274000', '195901.276000', '195901.279000', '195901.282000', '195901.285000', '195901.288000', '195901.291000', '195901.294000', '195901.297000', '195901.300000', '195901.302000', '195901.305000', '195901.308000', '195901.311000', '195901.314000', '195901.317000', '195901.320000', '195921.185000', '195921.188000', '195921.191000', '195921.194000', '195921.197000', '195921.200000', '195921.202000', '195921.205000', '195921.208000', '195921.211000', '195921.214000', '195921.217000', '195921.220000', '195921.223000', '195921.226000', '195921.228000', '195921.231000', '195921.234000', '195921.237000', '195921.240000', '195921.243000', '195921.246000', '195921.249000', '195921.252000', '195921.254000', '195921.257000', '195921.260000', '195921.263000', '195921.266000', '195921.269000', '195921.272000', '195921.275000', '195921.278000', '195921.281000', '195921.284000', '195921.286000', '195921.289000', '195921.292000', '195921.295000', '195921.298000', '195921.301000', '195921.304000', '195921.307000', '195921.310000', '195941.185000', '195941.188000', '195941.191000', '195941.194000', '195941.197000', '195941.200000', '195941.203000', '195941.205000', '195941.208000', '195941.211000', '195941.214000', '195941.217000', '195941.220000', '195941.223000', '195941.226000', '195941.229000', '195941.231000', '195941.234000', '195941.237000', '195941.240000', '195941.243000', '195941.246000', '195941.249000', '195941.252000', '195941.255000', '195941.258000', '195941.260000', '195941.263000', '195941.266000', '195941.269000', '195941.272000', '195941.275000', '195941.278000', '195941.281000', '195941.284000', '195941.287000', '195941.290000', '195941.293000', '195941.296000', '195941.298000', '195941.301000', '195941.304000', '195941.307000', '200001.185000', '200001.188000', '200001.191000', '200001.194000', '200001.197000', '200001.199000', '200001.202000', '200001.205000', '200001.208000', '200001.211000', '200001.214000', '200001.217000', '200001.220000', '200001.222000', '200001.225000', '200001.228000', '200001.231000', '200001.234000', '200001.237000', '200001.240000', '200001.243000', '200001.246000', '200001.249000', '200001.252000', '200001.255000', '200001.258000', '200001.260000', '200001.263000', '200001.266000', '200001.269000', '200001.272000', '200001.275000', '200001.278000', '200001.280000', '200001.283000', '200001.286000', '200001.289000', '200001.292000', '200001.295000', '200001.298000', '200001.301000', '200001.304000', '200001.307000', '200001.309000', '200021.185000', '200021.188000', '200021.191000', '200021.194000', '200021.197000', '200021.200000', '200021.203000', '200021.205000', '200021.208000', '200021.211000', '200021.214000', '200021.217000', '200021.220000', '200021.223000', '200021.226000', '200021.230000', '200021.233000', '200021.236000', '200021.239000', '200021.242000', '200021.260000', '200021.263000', '200021.266000', '200021.277000', '200021.280000', '200021.283000', '200021.285000', '200021.288000', '200021.292000', '200021.295000', '200021.300000', '200021.304000', '200021.307000', '200021.310000', '200021.313000', '200021.316000', '200021.319000', '200021.322000', '200021.324000', '200021.327000', '200021.330000', '200021.333000', '200021.336000', '200041.186000', '200041.189000', '200041.192000', '200041.195000', '200041.198000', '200041.201000', '200041.204000', '200041.207000', '200041.210000', '200041.213000', '200041.215000', '200041.218000', '200041.221000', '200041.224000', '200041.227000', '200041.230000', '200041.233000', '200041.236000', '200041.239000', '200041.242000', '200041.245000', '200041.247000', '200041.250000', '200041.253000', '200041.256000', '200041.259000', '200041.262000', '200041.265000', '200041.267000', '200041.270000', '200041.273000', '200041.276000', '200041.279000', '200041.282000', '200041.285000', '200041.288000', '200041.291000', '200041.294000', '200041.297000', '200041.299000', '200041.302000', '200041.305000', '200041.308000', '200041.311000', '200101.186000', '200101.189000', '200101.192000', '200101.195000', '200101.198000', '200101.201000', '200101.203000', '200101.206000', '200101.209000', '200101.212000', '200101.215000', '200101.218000', '200101.221000', '200101.224000', '200101.226000', '200101.229000', '200101.232000', '200101.235000', '200101.238000', '200101.241000', '200101.244000', '200101.247000', '200101.250000', '200101.252000', '200101.255000', '200101.258000', '200101.261000', '200101.264000', '200101.267000', '200101.270000', '200101.273000', '200101.275000', '200101.278000', '200101.281000', '200101.284000', '200101.287000', '200101.290000', '200101.293000', '200101.296000', '200101.299000', '200101.301000', '200101.305000', '200101.311000', '200121.186000', '200121.189000', '200121.192000', '200121.195000', '200121.198000', '200121.201000', '200121.204000', '200121.206000', '200121.209000', '200121.212000', '200121.215000', '200121.218000', '200121.221000', '200121.224000', '200121.227000', '200121.230000', '200121.232000', '200121.235000', '200121.238000', '200121.241000', '200121.244000', '200121.247000', '200121.250000', '200121.253000', '200121.256000', '200121.259000', '200121.262000', '200121.265000', '200121.267000', '200121.270000', '200121.273000', '200121.276000', '200121.279000', '200121.282000', '200121.285000', '200121.288000', '200121.291000', '200121.294000', '200121.296000', '200121.299000', '200121.302000', '200121.305000', '200121.308000', '200121.311000', '200141.185000', '200141.188000', '200141.191000', '200141.194000', '200141.197000', '200141.200000', '200141.203000', '200141.205000', '200141.208000', '200141.211000', '200141.214000', '200141.217000', '200141.220000', '200141.223000', '200141.226000', '200141.229000', '200141.232000', '200141.234000', '200141.237000', '200141.240000', '200141.243000', '200141.246000', '200141.249000', '200141.252000', '200141.255000', '200141.258000', '200141.261000', '200141.263000', '200141.266000', '200141.270000', '200141.273000', '200141.276000', '200141.279000', '200141.282000', '200141.285000', '200141.288000', '200141.291000', '200141.294000', '200141.297000', '200141.300000', '200141.302000', '200141.305000', '200141.308000', '200201.185000', '200201.208000', '200201.211000', '200201.214000', '200201.217000', '200201.220000', '200201.223000', '200201.226000', '200201.229000', '200201.231000', '200201.234000', '200201.237000', '200201.240000', '200201.243000', '200201.246000', '200201.249000', '200201.252000', '200201.255000', '200201.258000', '200201.261000', '200201.264000', '200201.267000', '200201.270000', '200201.273000', '200201.276000', '200201.279000', '200201.282000', '200201.285000', '200201.287000', '200201.290000', '200201.293000', '200201.296000', '200201.299000', '200201.302000', '200201.305000', '200201.308000', '200201.311000', '200201.314000', '200201.317000', '200201.319000', '200201.322000', '200201.325000', '200201.328000', '200201.331000', '200221.185000', '200221.188000', '200221.191000', '200221.194000', '200221.197000', '200221.200000', '200221.202000', '200221.205000', '200221.208000', '200221.211000', '200221.214000', '200221.217000', '200221.220000', '200221.223000', '200221.226000', '200221.229000', '200221.232000', '200221.234000', '200221.237000', '200221.240000', '200221.243000', '200221.246000', '200221.249000', '200221.252000', '200221.255000', '200221.258000', '200221.261000', '200221.264000', '200221.266000', '200221.269000', '200221.272000', '200221.275000', '200221.278000', '200221.281000', '200221.284000', '200221.287000', '200221.290000', '200221.293000', '200221.295000', '200221.298000', '200221.301000', '200221.304000', '200221.307000', '200241.186000', '200241.189000', '200241.192000', '200241.195000', '200241.198000', '200241.200000', '200241.203000', '200241.206000', '200241.209000', '200241.212000', '200241.215000', '200241.218000', '200241.221000', '200241.224000', '200241.227000', '200241.230000', '200241.233000', '200241.236000', '200241.238000', '200241.241000', '200241.244000', '200241.247000', '200241.252000', '200241.255000', '200241.258000', '200241.260000', '200241.263000', '200241.266000', '200241.269000', '200241.272000', '200241.275000', '200241.278000', '200241.281000', '200241.284000', '200241.287000', '200241.290000', '200241.292000', '200241.295000', '200241.298000', '200241.301000', '200241.304000', '200241.307000', '200241.310000', '200241.313000', '200301.186000', '200301.189000', '200301.192000', '200301.195000', '200301.198000', '200301.200000', '200301.203000', '200301.206000', '200301.209000', '200301.212000', '200301.215000', '200301.218000', '200301.221000', '200301.224000', '200301.227000', '200301.230000', '200301.232000', '200301.235000', '200301.238000', '200301.241000', '200301.244000', '200301.247000', '200301.250000', '200301.253000', '200301.256000', '200301.258000', '200301.261000', '200301.264000', '200301.267000', '200301.270000', '200301.273000', '200301.276000', '200301.278000', '200301.281000', '200301.284000', '200301.287000', '200301.290000', '200301.293000', '200301.296000', '200301.299000', '200301.301000', '200301.304000', '200301.309000', '200321.186000', '200321.189000', '200321.192000', '200321.195000', '200321.198000', '200321.201000', '200321.203000', '200321.206000', '200321.209000', '200321.212000', '200321.215000', '200321.218000', '200321.234000', '200321.237000', '200321.240000', '200321.243000', '200321.246000', '200321.248000', '200321.251000', '200321.254000', '200321.257000', '200321.260000', '200321.263000', '200321.266000', '200321.268000', '200321.273000', '200321.276000', '200321.278000', '200321.281000', '200321.284000', '200321.287000', '200321.290000', '200321.293000', '200321.296000', '200321.299000', '200321.301000', '200321.304000', '200321.307000', '200321.310000', '200321.313000', '200321.316000', '200321.319000', '200321.322000', '200321.325000', '200341.186000', '200341.189000', '200341.192000', '200341.195000', '200341.198000', '200341.201000', '200341.203000', '200341.206000', '200341.209000', '200341.212000', '200341.215000', '200341.218000', '200341.221000', '200341.223000', '200341.226000', '200341.229000', '200341.232000', '200341.235000', '200341.238000', '200341.241000', '200341.244000', '200341.247000', '200341.249000', '200341.252000', '200341.255000', '200341.258000', '200341.261000', '200341.264000', '200341.267000', '200341.270000', '200341.273000', '200341.276000', '200341.278000', '200341.281000', '200341.284000', '200341.287000', '200341.290000', '200341.293000', '200341.296000', '200341.299000', '200341.302000', '200341.304000', '200341.307000', '200355.265000', '200355.269000', '200355.272000', '200355.275000', '200355.278000', '200355.281000', '200355.284000', '200355.287000', '200355.290000', '200355.293000', '200355.296000', '200355.300000', '200355.303000', '200355.306000', '200355.309000', '200355.311000', '200355.314000', '200355.317000', '200355.320000', '200355.323000', '200355.326000', '200355.329000', '200355.333000', '200355.336000', '200355.339000', '200355.342000', '200355.345000', '200355.347000', '200355.350000', '200355.353000', '200355.356000'], 'InstanceCreationTime': ['195721.232000', '195721.235000', '195721.238000', '195721.241000', '195721.244000', '195721.247000', '195721.249000', '195721.252000', '195721.255000', '195721.258000', '195721.261000', '195721.264000', '195721.267000', '195721.270000', '195721.272000', '195721.275000', '195721.278000', '195721.281000', '195721.284000', '195721.287000', '195721.290000', '195721.293000', '195721.303000', '195721.306000', '195721.309000', '195721.312000', '195721.315000', '195721.318000', '195721.320000', '195721.323000', '195721.326000', '195721.329000', '195721.332000', '195721.335000', '195721.337000', '195721.340000', '195721.343000', '195721.346000', '195721.349000', '195721.352000', '195721.355000', '195721.358000', '195721.360000', '195721.363000', '195721.366000', '195721.369000', '195721.372000', '195721.382000', '195721.385000', '195721.388000', '195721.391000', '195721.394000', '195721.396000', '195721.399000', '195721.402000', '195721.405000', '195721.408000', '195741.185000', '195741.188000', '195741.191000', '195741.194000', '195741.196000', '195741.199000', '195741.209000', '195741.212000', '195741.216000', '195741.221000', '195741.225000', '195741.228000', '195741.231000', '195741.233000', '195741.236000', '195741.239000', '195741.242000', '195741.245000', '195741.248000', '195741.250000', '195741.253000', '195741.256000', '195741.259000', '195741.262000', '195741.265000', '195741.268000', '195741.271000', '195741.274000', '195741.277000', '195741.279000', '195741.282000', '195741.285000', '195741.288000', '195741.291000', '195741.294000', '195741.296000', '195741.299000', '195741.302000', '195741.305000', '195741.308000', '195741.311000', '195741.314000', '195741.316000', '195801.185000', '195801.188000', '195801.191000', '195801.194000', '195801.196000', '195801.199000', '195801.202000', '195801.205000', '195801.208000', '195801.217000', '195801.220000', '195801.223000', '195801.226000', '195801.229000', '195801.232000', '195801.235000', '195801.237000', '195801.240000', '195801.243000', '195801.246000', '195801.249000', '195801.252000', '195801.255000', '195801.258000', '195801.260000', '195801.263000', '195801.266000', '195801.269000', '195801.272000', '195801.275000', '195801.278000', '195801.280000', '195801.283000', '195801.286000', '195801.289000', '195801.292000', '195801.295000', '195801.298000', '195801.301000', '195801.304000', '195801.307000', '195801.309000', '195801.312000', '195801.315000', '195821.186000', '195821.189000', '195821.192000', '195821.195000', '195821.198000', '195821.200000', '195821.203000', '195821.206000', '195821.209000', '195821.212000', '195821.221000', '195821.224000', '195821.226000', '195821.229000', '195821.232000', '195821.235000', '195821.238000', '195821.241000', '195821.244000', '195821.247000', '195821.250000', '195821.253000', '195821.256000', '195821.259000', '195821.261000', '195821.264000', '195821.267000', '195821.270000', '195821.273000', '195821.276000', '195821.279000', '195821.282000', '195821.285000', '195821.287000', '195821.290000', '195821.293000', '195821.296000', '195821.299000', '195821.302000', '195821.305000', '195821.308000', '195821.311000', '195821.314000', '195841.186000', '195841.189000', '195841.192000', '195841.195000', '195841.197000', '195841.200000', '195841.203000', '195841.206000', '195841.209000', '195841.212000', '195841.215000', '195841.218000', '195841.225000', '195841.228000', '195841.231000', '195841.234000', '195841.237000', '195841.240000', '195841.243000', '195841.245000', '195841.248000', '195841.251000', '195841.254000', '195841.257000', '195841.260000', '195841.263000', '195841.266000', '195841.269000', '195841.272000', '195841.275000', '195841.278000', '195841.280000', '195841.283000', '195841.286000', '195841.289000', '195841.292000', '195841.295000', '195841.298000', '195841.301000', '195841.310000', '195841.313000', '195841.315000', '195841.318000', '195841.321000', '195901.186000', '195901.189000', '195901.192000', '195901.196000', '195901.199000', '195901.202000', '195901.205000', '195901.208000', '195901.210000', '195901.213000', '195901.216000', '195901.219000', '195901.222000', '195901.225000', '195901.228000', '195901.231000', '195901.233000', '195901.236000', '195901.239000', '195901.242000', '195901.245000', '195901.248000', '195901.251000', '195901.254000', '195901.257000', '195901.263000', '195901.274000', '195901.276000', '195901.279000', '195901.282000', '195901.285000', '195901.288000', '195901.291000', '195901.294000', '195901.297000', '195901.300000', '195901.302000', '195901.305000', '195901.308000', '195901.311000', '195901.314000', '195901.317000', '195901.320000', '195921.185000', '195921.188000', '195921.191000', '195921.194000', '195921.197000', '195921.200000', '195921.202000', '195921.205000', '195921.208000', '195921.211000', '195921.214000', '195921.217000', '195921.220000', '195921.223000', '195921.226000', '195921.228000', '195921.231000', '195921.234000', '195921.237000', '195921.240000', '195921.243000', '195921.246000', '195921.249000', '195921.252000', '195921.254000', '195921.257000', '195921.260000', '195921.263000', '195921.266000', '195921.269000', '195921.272000', '195921.275000', '195921.278000', '195921.281000', '195921.284000', '195921.286000', '195921.289000', '195921.292000', '195921.295000', '195921.298000', '195921.301000', '195921.304000', '195921.307000', '195921.310000', '195941.185000', '195941.188000', '195941.191000', '195941.194000', '195941.197000', '195941.200000', '195941.203000', '195941.205000', '195941.208000', '195941.211000', '195941.214000', '195941.217000', '195941.220000', '195941.223000', '195941.226000', '195941.229000', '195941.231000', '195941.234000', '195941.237000', '195941.240000', '195941.243000', '195941.246000', '195941.249000', '195941.252000', '195941.255000', '195941.258000', '195941.260000', '195941.263000', '195941.266000', '195941.269000', '195941.272000', '195941.275000', '195941.278000', '195941.281000', '195941.284000', '195941.287000', '195941.290000', '195941.293000', '195941.296000', '195941.298000', '195941.301000', '195941.304000', '195941.307000', '200001.185000', '200001.188000', '200001.191000', '200001.194000', '200001.197000', '200001.199000', '200001.202000', '200001.205000', '200001.208000', '200001.211000', '200001.214000', '200001.217000', '200001.220000', '200001.222000', '200001.225000', '200001.228000', '200001.231000', '200001.234000', '200001.237000', '200001.240000', '200001.243000', '200001.246000', '200001.249000', '200001.252000', '200001.255000', '200001.258000', '200001.260000', '200001.263000', '200001.266000', '200001.269000', '200001.272000', '200001.275000', '200001.278000', '200001.280000', '200001.283000', '200001.286000', '200001.289000', '200001.292000', '200001.295000', '200001.298000', '200001.301000', '200001.304000', '200001.307000', '200001.309000', '200021.185000', '200021.188000', '200021.191000', '200021.194000', '200021.197000', '200021.200000', '200021.203000', '200021.205000', '200021.208000', '200021.211000', '200021.214000', '200021.217000', '200021.220000', '200021.223000', '200021.226000', '200021.230000', '200021.233000', '200021.236000', '200021.239000', '200021.242000', '200021.260000', '200021.263000', '200021.266000', '200021.277000', '200021.280000', '200021.283000', '200021.285000', '200021.288000', '200021.292000', '200021.295000', '200021.300000', '200021.304000', '200021.307000', '200021.310000', '200021.313000', '200021.316000', '200021.319000', '200021.322000', '200021.324000', '200021.327000', '200021.330000', '200021.333000', '200021.336000', '200041.186000', '200041.189000', '200041.192000', '200041.195000', '200041.198000', '200041.201000', '200041.204000', '200041.207000', '200041.210000', '200041.213000', '200041.215000', '200041.218000', '200041.221000', '200041.224000', '200041.227000', '200041.230000', '200041.233000', '200041.236000', '200041.239000', '200041.242000', '200041.245000', '200041.247000', '200041.250000', '200041.253000', '200041.256000', '200041.259000', '200041.262000', '200041.265000', '200041.267000', '200041.270000', '200041.273000', '200041.276000', '200041.279000', '200041.282000', '200041.285000', '200041.288000', '200041.291000', '200041.294000', '200041.297000', '200041.299000', '200041.302000', '200041.305000', '200041.308000', '200041.311000', '200101.186000', '200101.189000', '200101.192000', '200101.195000', '200101.198000', '200101.201000', '200101.203000', '200101.206000', '200101.209000', '200101.212000', '200101.215000', '200101.218000', '200101.221000', '200101.224000', '200101.226000', '200101.229000', '200101.232000', '200101.235000', '200101.238000', '200101.241000', '200101.244000', '200101.247000', '200101.250000', '200101.252000', '200101.255000', '200101.258000', '200101.261000', '200101.264000', '200101.267000', '200101.270000', '200101.273000', '200101.275000', '200101.278000', '200101.281000', '200101.284000', '200101.287000', '200101.290000', '200101.293000', '200101.296000', '200101.299000', '200101.301000', '200101.305000', '200101.311000', '200121.186000', '200121.189000', '200121.192000', '200121.195000', '200121.198000', '200121.201000', '200121.204000', '200121.206000', '200121.209000', '200121.212000', '200121.215000', '200121.218000', '200121.221000', '200121.224000', '200121.227000', '200121.230000', '200121.232000', '200121.235000', '200121.238000', '200121.241000', '200121.244000', '200121.247000', '200121.250000', '200121.253000', '200121.256000', '200121.259000', '200121.262000', '200121.265000', '200121.267000', '200121.270000', '200121.273000', '200121.276000', '200121.279000', '200121.282000', '200121.285000', '200121.288000', '200121.291000', '200121.294000', '200121.296000', '200121.299000', '200121.302000', '200121.305000', '200121.308000', '200121.311000', '200141.185000', '200141.188000', '200141.191000', '200141.194000', '200141.197000', '200141.200000', '200141.203000', '200141.205000', '200141.208000', '200141.211000', '200141.214000', '200141.217000', '200141.220000', '200141.223000', '200141.226000', '200141.229000', '200141.232000', '200141.234000', '200141.237000', '200141.240000', '200141.243000', '200141.246000', '200141.249000', '200141.252000', '200141.255000', '200141.258000', '200141.261000', '200141.263000', '200141.266000', '200141.270000', '200141.273000', '200141.276000', '200141.279000', '200141.282000', '200141.285000', '200141.288000', '200141.291000', '200141.294000', '200141.297000', '200141.300000', '200141.302000', '200141.305000', '200141.308000', '200201.185000', '200201.208000', '200201.211000', '200201.214000', '200201.217000', '200201.220000', '200201.223000', '200201.226000', '200201.229000', '200201.231000', '200201.234000', '200201.237000', '200201.240000', '200201.243000', '200201.246000', '200201.249000', '200201.252000', '200201.255000', '200201.258000', '200201.261000', '200201.264000', '200201.267000', '200201.270000', '200201.273000', '200201.276000', '200201.279000', '200201.282000', '200201.285000', '200201.287000', '200201.290000', '200201.293000', '200201.296000', '200201.299000', '200201.302000', '200201.305000', '200201.308000', '200201.311000', '200201.314000', '200201.317000', '200201.319000', '200201.322000', '200201.325000', '200201.328000', '200201.331000', '200221.185000', '200221.188000', '200221.191000', '200221.194000', '200221.197000', '200221.200000', '200221.202000', '200221.205000', '200221.208000', '200221.211000', '200221.214000', '200221.217000', '200221.220000', '200221.223000', '200221.226000', '200221.229000', '200221.232000', '200221.234000', '200221.237000', '200221.240000', '200221.243000', '200221.246000', '200221.249000', '200221.252000', '200221.255000', '200221.258000', '200221.261000', '200221.264000', '200221.266000', '200221.269000', '200221.272000', '200221.275000', '200221.278000', '200221.281000', '200221.284000', '200221.287000', '200221.290000', '200221.293000', '200221.295000', '200221.298000', '200221.301000', '200221.304000', '200221.307000', '200241.186000', '200241.189000', '200241.192000', '200241.195000', '200241.198000', '200241.200000', '200241.203000', '200241.206000', '200241.209000', '200241.212000', '200241.215000', '200241.218000', '200241.221000', '200241.224000', '200241.227000', '200241.230000', '200241.233000', '200241.236000', '200241.238000', '200241.241000', '200241.244000', '200241.247000', '200241.252000', '200241.255000', '200241.258000', '200241.260000', '200241.263000', '200241.266000', '200241.269000', '200241.272000', '200241.275000', '200241.278000', '200241.281000', '200241.284000', '200241.287000', '200241.290000', '200241.292000', '200241.295000', '200241.298000', '200241.301000', '200241.304000', '200241.307000', '200241.310000', '200241.313000', '200301.186000', '200301.189000', '200301.192000', '200301.195000', '200301.198000', '200301.200000', '200301.203000', '200301.206000', '200301.209000', '200301.212000', '200301.215000', '200301.218000', '200301.221000', '200301.224000', '200301.227000', '200301.230000', '200301.232000', '200301.235000', '200301.238000', '200301.241000', '200301.244000', '200301.247000', '200301.250000', '200301.253000', '200301.256000', '200301.258000', '200301.261000', '200301.264000', '200301.267000', '200301.270000', '200301.273000', '200301.276000', '200301.278000', '200301.281000', '200301.284000', '200301.287000', '200301.290000', '200301.293000', '200301.296000', '200301.299000', '200301.301000', '200301.304000', '200301.309000', '200321.186000', '200321.189000', '200321.192000', '200321.195000', '200321.198000', '200321.201000', '200321.203000', '200321.206000', '200321.209000', '200321.212000', '200321.215000', '200321.218000', '200321.234000', '200321.237000', '200321.240000', '200321.243000', '200321.246000', '200321.248000', '200321.251000', '200321.254000', '200321.257000', '200321.260000', '200321.263000', '200321.266000', '200321.268000', '200321.273000', '200321.276000', '200321.278000', '200321.281000', '200321.284000', '200321.287000', '200321.290000', '200321.293000', '200321.296000', '200321.299000', '200321.301000', '200321.304000', '200321.307000', '200321.310000', '200321.313000', '200321.316000', '200321.319000', '200321.322000', '200321.325000', '200341.186000', '200341.189000', '200341.192000', '200341.195000', '200341.198000', '200341.201000', '200341.203000', '200341.206000', '200341.209000', '200341.212000', '200341.215000', '200341.218000', '200341.221000', '200341.223000', '200341.226000', '200341.229000', '200341.232000', '200341.235000', '200341.238000', '200341.241000', '200341.244000', '200341.247000', '200341.249000', '200341.252000', '200341.255000', '200341.258000', '200341.261000', '200341.264000', '200341.267000', '200341.270000', '200341.273000', '200341.276000', '200341.278000', '200341.281000', '200341.284000', '200341.287000', '200341.290000', '200341.293000', '200341.296000', '200341.299000', '200341.302000', '200341.304000', '200341.307000', '200355.265000', '200355.269000', '200355.272000', '200355.275000', '200355.278000', '200355.281000', '200355.284000', '200355.287000', '200355.290000', '200355.293000', '200355.296000', '200355.300000', '200355.303000', '200355.306000', '200355.309000', '200355.311000', '200355.314000', '200355.317000', '200355.320000', '200355.323000', '200355.326000', '200355.329000', '200355.333000', '200355.336000', '200355.339000', '200355.342000', '200355.345000', '200355.347000', '200355.350000', '200355.353000', '200355.356000'], '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': [13165, 10010, 13913, 10288, 12035, 8583, 12216, 8460, 11752, 8542, 12567, 9806, 11726, 8844, 11523, 9114, 11238, 9085, 10932, 9394, 9488, 9606, 9086, 9539, 9210, 11492, 9181, 12322, 8889, 11927, 9245, 12202, 9412, 11716, 9401, 10298, 9676, 10334, 9271, 10805, 11465, 9589, 11242, 8753, 12119, 8744, 12238, 9229, 12670, 9421, 11296, 9446, 10307, 9804, 10105, 9402, 11610, 9851, 10382, 9661, 9787, 9415, 10905, 9540, 10353, 9635, 9769, 9576, 9549, 10597, 10579, 9745, 8922, 9879, 8589, 12503, 8870, 12618, 9672, 12130, 8979, 11636, 9271, 11757, 9374, 11979, 9318, 10426, 9478, 9719, 9261, 11140, 9602, 9407, 9717, 9364, 11429, 9478, 13249, 10539, 10004, 8743, 11573, 8840, 12087, 9029, 12164, 8812, 12356, 9106, 11141, 9315, 10565, 9131, 11554, 9518, 9533, 9750, 8958, 9658, 8808, 12585, 10118, 11817, 8864, 11374, 9359, 11451, 9175, 12075, 9505, 9846, 9682, 9693, 9787, 9745, 9499, 10293, 11223, 9346, 9851, 8679, 10302, 8901, 11340, 9602, 12054, 9547, 9935, 8742, 10462, 9024, 11949, 9878, 11898, 9352, 10707, 8774, 11731, 8948, 11761, 8944, 11999, 9064, 12440, 9080, 12000, 9244, 11392, 9331, 11122, 9399, 10443, 9520, 9760, 9685, 10360, 9502, 10821, 9557, 9592, 9659, 10062, 9542, 10031, 9404, 10752, 9592, 9591, 9402, 9759, 9290, 10872, 9523, 9409, 9633, 9795, 9751, 9192, 11000, 10125, 9891, 8819, 10210, 8745, 12367, 9278, 12286, 9309, 12514, 9000, 11953, 8944, 12558, 9042, 11797, 9353, 11346, 9290, 11888, 8703, 11571, 8889, 11624, 9057, 11967, 9106, 12586, 9358, 10279, 9736, 9191, 13096, 10010, 13643, 10073, 11535, 9075, 10885, 9160, 10480, 9199, 10433, 9221, 10393, 9451, 9556, 9499, 9137, 11990, 9670, 10966, 8889, 11864, 8977, 11971, 8991, 12123, 9376, 10452, 9095, 11233, 9215, 11398, 9474, 9766, 9658, 9397, 9419, 9462, 10785, 8831, 9848, 8844, 12111, 8935, 12155, 9888, 14092, 9955, 11868, 8963, 11796, 9089, 11960, 9186, 11796, 8911, 12382, 9569, 12280, 9055, 10854, 9291, 10422, 9074, 11221, 9145, 10345, 9271, 9377, 9510, 9399, 9397, 10757, 9487, 9272, 9820, 8812, 12063, 8912, 12369, 9347, 12131, 8767, 11386, 9060, 11775, 8848, 12330, 8923, 10261, 8962, 11258, 9023, 11647, 9147, 12373, 9344, 10930, 9766, 8927, 10638, 8637, 12221, 9294, 13084, 9426, 9836, 9988, 9117, 11954, 8878, 12690, 9199, 11618, 9354, 9608, 9833, 8683, 11924, 9288, 11531, 8894, 11248, 9197, 11332, 9271, 11493, 9539, 10466, 9733, 9364, 9874, 8801, 12805, 10110, 12252, 9196, 10652, 9515, 9796, 9421, 10433, 9244, 9270, 10822, 8778, 11761, 9045, 12055, 9217, 12168, 9210, 11143, 9561, 10984, 9450, 10789, 9341, 10895, 9699, 9289, 10139, 8841, 12501, 9746, 12844, 9609, 11605, 9384, 10328, 9680, 9709, 9415, 10360, 9896, 8995, 11282, 9045, 12057, 9478, 11903, 9630, 9536, 9815, 8997, 9998, 8949, 12645, 10029, 12493, 9160, 10785, 9584, 9886, 9398, 10198, 9556, 8935, 11799, 8747, 11940, 9147, 12263, 9049, 11755, 9386, 11311, 9487, 10855, 9464, 11123, 9844, 9115, 10058, 8892, 12090, 9120, 12546, 9741, 12004, 9660, 10518, 9852, 9703, 9633, 10179, 11957, 9382, 12534, 9053, 11772, 9342, 11898, 9087, 12001, 9365, 10343, 9819, 10133, 9720, 9445, 10386, 9594, 12382, 9108, 12635, 9409, 11597, 9522, 9744, 10082, 9918, 10020, 8945, 12102, 8925, 12272, 8961, 11899, 9462, 9943, 9687, 9747, 9662, 10090, 9275, 11293, 9472, 9115, 10046, 9136, 11896, 9125, 11958, 9273, 11571, 9794, 8931, 9826, 9104, 11984, 8947, 12302, 9156, 12104, 9401, 10708, 9541, 10173, 9395, 9818, 11049, 9722, 11853, 9124, 11893, 9219, 11758, 9407, 12099, 9373, 9865, 9901, 9398, 11991, 9803, 11748, 9076, 11241, 8824, 11603, 9021, 12138, 9348, 11087, 9907, 9377, 11479, 9109, 12361, 9846, 11995, 9288, 11048, 9639, 9927, 9780, 10279, 10450, 8966, 11912, 9008, 12081, 9256, 11921, 9536, 8892, 9810, 8831, 9882, 8939, 13284, 10593, 12196, 9202, 11491, 9748, 10636, 9366, 11015, 9697, 8978, 10772, 8999, 12190, 9081, 12244, 9149, 12463, 9340, 11588, 9702, 10312, 9734, 10819, 9811, 9585, 9987, 9011, 12402, 9436, 12244, 9562, 11446, 9588, 9187, 9923, 9088, 10351, 8916, 12703, 10203, 12906, 9332, 12720, 9435, 11097, 9665, 9359, 9873, 9398, 12378, 8969, 11614, 9502, 10806, 9714, 9954, 9597, 10759, 9652, 8750, 9959, 8775, 12437, 9065, 12216, 9358, 12557, 9318, 12186, 9023, 11014, 9078, 10692, 8972, 10748, 9029, 11408, 9409, 9382, 9469, 10600, 9453, 11726, 9024, 9338, 9730, 9143, 12390, 9214, 11632, 9420, 11138, 9214, 12519, 9364, 12781, 8938, 10073, 8644, 9815, 9795, 9621, 11511, 9181, 12323, 9199, 13213, 9413, 11182, 9392, 11857, 9429, 11439, 9444, 11244, 9222, 11169, 9635, 9100, 9742, 8949, 10793, 9219, 13339, 10081, 12504, 8975, 11758, 8910, 12493, 9169, 11468, 9331, 10269, 9473, 9135, 11624, 9911, 11784, 8832, 11974, 8832, 11805, 9096, 12254, 9337, 10676, 9509, 9956, 9315, 10400, 11437, 8855, 12136, 8950, 12169, 9741, 14003, 9956, 11480, 8911, 11883, 9340, 9695, 9438, 8685, 13243, 10376, 12415, 9143, 10446, 9430, 8722, 10397, 9706, 12256, 9061, 12016, 9205, 10440, 9222, 9303, 9116, 9179, 10821, 8828, 11492, 8919, 11637, 8966, 11841, 9244, 9705, 9586, 8825, 9669, 8906, 12166, 9777, 11939, 8905, 11809, 9379, 11184, 9295, 10106, 9760, 9084, 12259, 9209, 12150, 9368, 10986, 9232, 9453, 9995, 8950, 11797, 8983, 11892, 8974, 12454, 9356, 12014, 8925, 11822, 9173, 11941, 9565, 9224, 11866, 9090, 11614, 9259, 11549, 9409, 10466, 9796, 8976, 12001, 9067, 12138, 9346, 10953, 9561, 9532, 9730, 8668, 11862, 9664, 11986, 9067, 10776, 9332, 10489, 9148, 11806, 9519, 9485, 9948, 8904, 12349, 9233, 11814, 9200, 11117, 9539, 8689, 9982, 9048, 12042, 8975, 12179, 9201, 12031, 9467, 9798, 9584, 9777, 9811, 9054, 11965, 10223, 11622, 8915, 11889, 8855, 11828, 8970, 13005, 9082, 11519, 9569, 9030, 9549, 8637, 11605, 9841, 11925, 9056, 11965, 9137, 12490, 9323, 10156, 9668, 9099, 11449, 8982, 11645, 9325, 10237, 9205, 10182, 9451, 8350, 9778, 8951, 10113, 9090, 12001, 8944, 12542, 9517, 13138, 9318, 10394, 9584, 10237, 9027, 11994, 9432, 11321, 9457, 10375, 9487, 10955, 9236, 12017, 9525], 'WindowCenter': [4286.0, 4251.0, 4268.0, 4236.0, 4244.0, 4212.0, 4231.0, 4213.0, 4255.0, 4214.0, 4243.0, 4222.0, 4230.0, 4209.0, 4228.0, 4197.0, 4230.0, 4211.0, 4230.0, 4210.0, 4210.0, 4219.0, 4211.0, 4221.0, 4211.0, 4230.0, 4211.0, 4240.0, 4210.0, 4241.0, 4211.0, 4241.0, 4211.0, 4242.0, 4210.0, 4220.0, 4220.0, 4221.0, 4223.0, 4232.0, 4244.0, 4222.0, 4231.0, 4201.0, 4229.0, 4200.0, 4241.0, 4211.0, 4241.0, 4211.0, 4230.0, 4209.0, 4219.0, 4220.0, 4220.0, 4210.0, 4232.0, 4221.0, 4222.0, 4210.0, 4221.0, 4210.0, 4230.0, 4210.0, 4220.0, 4209.0, 4220.0, 4210.0, 4220.0, 4220.0, 4220.0, 4210.0, 4209.0, 4219.0, 4199.0, 4241.0, 4210.0, 4230.0, 4211.0, 4228.0, 4211.0, 4229.0, 4210.0, 4230.0, 4209.0, 4230.0, 4208.0, 4220.0, 4208.0, 4210.0, 4209.0, 4230.0, 4208.0, 4208.0, 4208.0, 4209.0, 4230.0, 4209.0, 4239.0, 4220.0, 4208.0, 4198.0, 4217.0, 4197.0, 4227.0, 4197.0, 4229.0, 4198.0, 4229.0, 4199.0, 4217.0, 4207.0, 4218.0, 4209.0, 4228.0, 4209.0, 4208.0, 4208.0, 4198.0, 4208.0, 4198.0, 4228.0, 4218.0, 4228.0, 4197.0, 4228.0, 4208.0, 4230.0, 4210.0, 4230.0, 4209.0, 4208.0, 4209.0, 4208.0, 4209.0, 4208.0, 4210.0, 4219.0, 4219.0, 4209.0, 4208.0, 4198.0, 4207.0, 4199.0, 4229.0, 4209.0, 4229.0, 4221.0, 4208.0, 4198.0, 4217.0, 4198.0, 4229.0, 4209.0, 4227.0, 4209.0, 4218.0, 4199.0, 4229.0, 4198.0, 4228.0, 4198.0, 4230.0, 4210.0, 4240.0, 4211.0, 4228.0, 4209.0, 4230.0, 4210.0, 4219.0, 4208.0, 4219.0, 4209.0, 4208.0, 4208.0, 4220.0, 4210.0, 4219.0, 4209.0, 4209.0, 4208.0, 4208.0, 4209.0, 4211.0, 4207.0, 4220.0, 4209.0, 4208.0, 4208.0, 4209.0, 4212.0, 4221.0, 4209.0, 4209.0, 4208.0, 4209.0, 4209.0, 4209.0, 4219.0, 4219.0, 4209.0, 4198.0, 4218.0, 4199.0, 4242.0, 4211.0, 4231.0, 4211.0, 4229.0, 4211.0, 4231.0, 4211.0, 4240.0, 4211.0, 4231.0, 4209.0, 4218.0, 4210.0, 4242.0, 4224.0, 4242.0, 4211.0, 4232.0, 4211.0, 4243.0, 4211.0, 4243.0, 4212.0, 4221.0, 4211.0, 4211.0, 4241.0, 4210.0, 4240.0, 4209.0, 4219.0, 4199.0, 4217.0, 4197.0, 4217.0, 4209.0, 4219.0, 4197.0, 4219.0, 4207.0, 4208.0, 4208.0, 4208.0, 4218.0, 4208.0, 4217.0, 4198.0, 4216.0, 4197.0, 4228.0, 4198.0, 4228.0, 4197.0, 4207.0, 4198.0, 4219.0, 4210.0, 4230.0, 4208.0, 4220.0, 4208.0, 4209.0, 4211.0, 4209.0, 4220.0, 4211.0, 4220.0, 4211.0, 4241.0, 4210.0, 4240.0, 4222.0, 4241.0, 4221.0, 4232.0, 4210.0, 4231.0, 4209.0, 4230.0, 4209.0, 4229.0, 4210.0, 4241.0, 4211.0, 4230.0, 4199.0, 4219.0, 4208.0, 4218.0, 4198.0, 4220.0, 4197.0, 4219.0, 4198.0, 4198.0, 4207.0, 4208.0, 4209.0, 4218.0, 4207.0, 4198.0, 4206.0, 4196.0, 4218.0, 4198.0, 4216.0, 4196.0, 4216.0, 4186.0, 4216.0, 4197.0, 4228.0, 4199.0, 4228.0, 4209.0, 4219.0, 4211.0, 4231.0, 4211.0, 4232.0, 4223.0, 4243.0, 4221.0, 4235.0, 4223.0, 4213.0, 4221.0, 4201.0, 4243.0, 4214.0, 4242.0, 4210.0, 4221.0, 4218.0, 4200.0, 4231.0, 4199.0, 4229.0, 4209.0, 4230.0, 4208.0, 4209.0, 4208.0, 4200.0, 4230.0, 4209.0, 4230.0, 4209.0, 4219.0, 4209.0, 4220.0, 4211.0, 4231.0, 4210.0, 4221.0, 4209.0, 4210.0, 4220.0, 4212.0, 4241.0, 4221.0, 4230.0, 4209.0, 4218.0, 4208.0, 4209.0, 4209.0, 4220.0, 4208.0, 4210.0, 4219.0, 4198.0, 4228.0, 4209.0, 4229.0, 4209.0, 4229.0, 4209.0, 4219.0, 4209.0, 4219.0, 4210.0, 4220.0, 4209.0, 4221.0, 4209.0, 4210.0, 4219.0, 4199.0, 4231.0, 4211.0, 4230.0, 4209.0, 4229.0, 4209.0, 4219.0, 4220.0, 4222.0, 4211.0, 4221.0, 4221.0, 4211.0, 4231.0, 4211.0, 4243.0, 4222.0, 4231.0, 4211.0, 4209.0, 4209.0, 4210.0, 4219.0, 4210.0, 4241.0, 4210.0, 4230.0, 4209.0, 4219.0, 4208.0, 4209.0, 4209.0, 4209.0, 4208.0, 4198.0, 4228.0, 4198.0, 4229.0, 4210.0, 4228.0, 4199.0, 4229.0, 4209.0, 4219.0, 4209.0, 4220.0, 4210.0, 4232.0, 4220.0, 4211.0, 4208.0, 4200.0, 4231.0, 4212.0, 4241.0, 4210.0, 4242.0, 4210.0, 4220.0, 4210.0, 4210.0, 4211.0, 4220.0, 4230.0, 4209.0, 4230.0, 4199.0, 4229.0, 4209.0, 4230.0, 4210.0, 4232.0, 4211.0, 4220.0, 4221.0, 4221.0, 4221.0, 4223.0, 4222.0, 4221.0, 4242.0, 4212.0, 4242.0, 4211.0, 4231.0, 4222.0, 4211.0, 4221.0, 4211.0, 4210.0, 4201.0, 4230.0, 4201.0, 4231.0, 4199.0, 4231.0, 4209.0, 4210.0, 4210.0, 4210.0, 4210.0, 4221.0, 4211.0, 4231.0, 4209.0, 4211.0, 4221.0, 4210.0, 4230.0, 4211.0, 4231.0, 4212.0, 4232.0, 4220.0, 4211.0, 4221.0, 4211.0, 4231.0, 4210.0, 4241.0, 4211.0, 4231.0, 4212.0, 4221.0, 4211.0, 4220.0, 4210.0, 4220.0, 4219.0, 4209.0, 4229.0, 4210.0, 4229.0, 4209.0, 4230.0, 4210.0, 4230.0, 4198.0, 4209.0, 4209.0, 4209.0, 4229.0, 4209.0, 4218.0, 4198.0, 4218.0, 4200.0, 4231.0, 4211.0, 4231.0, 4212.0, 4232.0, 4220.0, 4211.0, 4231.0, 4211.0, 4242.0, 4221.0, 4231.0, 4210.0, 4230.0, 4211.0, 4221.0, 4210.0, 4221.0, 4220.0, 4200.0, 4230.0, 4210.0, 4231.0, 4210.0, 4230.0, 4210.0, 4199.0, 4209.0, 4211.0, 4222.0, 4211.0, 4241.0, 4221.0, 4230.0, 4211.0, 4230.0, 4209.0, 4221.0, 4211.0, 4221.0, 4211.0, 4211.0, 4220.0, 4199.0, 4231.0, 4201.0, 4230.0, 4210.0, 4240.0, 4212.0, 4232.0, 4221.0, 4221.0, 4223.0, 4232.0, 4223.0, 4222.0, 4222.0, 4212.0, 4241.0, 4211.0, 4242.0, 4212.0, 4231.0, 4210.0, 4210.0, 4220.0, 4210.0, 4221.0, 4210.0, 4242.0, 4221.0, 4242.0, 4211.0, 4241.0, 4211.0, 4220.0, 4210.0, 4211.0, 4220.0, 4209.0, 4231.0, 4199.0, 4228.0, 4209.0, 4219.0, 4209.0, 4220.0, 4221.0, 4231.0, 4210.0, 4210.0, 4222.0, 4211.0, 4243.0, 4212.0, 4242.0, 4223.0, 4243.0, 4224.0, 4241.0, 4211.0, 4246.0, 4252.0, 4249.0, 4198.0, 4206.0, 4198.0, 4245.0, 4212.0, 4210.0, 4221.0, 4221.0, 4221.0, 4242.0, 4212.0, 4226.0, 4225.0, 4222.0, 4256.0, 4223.0, 4232.0, 4211.0, 4230.0, 4212.0, 4243.0, 4211.0, 4244.0, 4212.0, 4222.0, 4211.0, 4222.0, 4223.0, 4224.0, 4234.0, 4213.0, 4246.0, 4225.0, 4257.0, 4213.0, 4233.0, 4212.0, 4230.0, 4210.0, 4231.0, 4211.0, 4232.0, 4211.0, 4232.0, 4211.0, 4211.0, 4210.0, 4210.0, 4232.0, 4211.0, 4242.0, 4221.0, 4230.0, 4210.0, 4242.0, 4213.0, 4241.0, 4210.0, 4230.0, 4209.0, 4219.0, 4210.0, 4209.0, 4230.0, 4209.0, 4229.0, 4199.0, 4229.0, 4210.0, 4230.0, 4210.0, 4231.0, 4209.0, 4220.0, 4210.0, 4222.0, 4212.0, 4232.0, 4232.0, 4210.0, 4229.0, 4210.0, 4241.0, 4211.0, 4252.0, 4222.0, 4232.0, 4211.0, 4242.0, 4209.0, 4209.0, 4209.0, 4200.0, 4240.0, 4219.0, 4229.0, 4197.0, 4218.0, 4196.0, 4198.0, 4207.0, 4196.0, 4216.0, 4197.0, 4215.0, 4194.0, 4205.0, 4196.0, 4196.0, 4196.0, 4196.0, 4205.0, 4195.0, 4215.0, 4197.0, 4228.0, 4197.0, 4228.0, 4196.0, 4208.0, 4209.0, 4198.0, 4209.0, 4198.0, 4229.0, 4209.0, 4229.0, 4210.0, 4229.0, 4208.0, 4231.0, 4211.0, 4220.0, 4209.0, 4209.0, 4229.0, 4209.0, 4229.0, 4210.0, 4220.0, 4208.0, 4209.0, 4209.0, 4201.0, 4229.0, 4199.0, 4230.0, 4210.0, 4241.0, 4222.0, 4240.0, 4211.0, 4241.0, 4222.0, 4232.0, 4210.0, 4211.0, 4230.0, 4209.0, 4229.0, 4211.0, 4231.0, 4209.0, 4220.0, 4209.0, 4199.0, 4230.0, 4209.0, 4229.0, 4198.0, 4219.0, 4209.0, 4209.0, 4209.0, 4211.0, 4231.0, 4209.0, 4231.0, 4209.0, 4219.0, 4209.0, 4220.0, 4212.0, 4231.0, 4210.0, 4221.0, 4219.0, 4209.0, 4228.0, 4197.0, 4230.0, 4210.0, 4219.0, 4208.0, 4199.0, 4219.0, 4209.0, 4229.0, 4198.0, 4230.0, 4209.0, 4231.0, 4209.0, 4220.0, 4209.0, 4219.0, 4209.0, 4211.0, 4231.0, 4222.0, 4230.0, 4199.0, 4229.0, 4199.0, 4241.0, 4211.0, 4241.0, 4210.0, 4230.0, 4208.0, 4210.0, 4210.0, 4200.0, 4230.0, 4220.0, 4230.0, 4199.0, 4229.0, 4210.0, 4230.0, 4209.0, 4219.0, 4208.0, 4198.0, 4217.0, 4197.0, 4217.0, 4197.0, 4219.0, 4209.0, 4219.0, 4208.0, 4201.0, 4220.0, 4210.0, 4219.0, 4210.0, 4230.0, 4211.0, 4243.0, 4222.0, 4243.0, 4211.0, 4220.0, 4209.0, 4219.0, 4210.0, 4230.0, 4210.0, 4230.0, 4209.0, 4209.0, 4209.0, 4231.0, 4222.0, 4243.0, 4222.0], 'WindowWidth': [9481.0, 9423.0, 9438.0, 9390.0, 9397.0, 9350.0, 9373.0, 9356.0, 9417.0, 9358.0, 9392.0, 9363.0, 9369.0, 9338.0, 9362.0, 9321.0, 9370.0, 9344.0, 9371.0, 9342.0, 9343.0, 9355.0, 9346.0, 9360.0, 9346.0, 9371.0, 9346.0, 9384.0, 9343.0, 9387.0, 9346.0, 9387.0, 9345.0, 9390.0, 9344.0, 9358.0, 9357.0, 9359.0, 9366.0, 9377.0, 9396.0, 9361.0, 9373.0, 9331.0, 9367.0, 9328.0, 9388.0, 9345.0, 9385.0, 9346.0, 9369.0, 9338.0, 9353.0, 9354.0, 9355.0, 9344.0, 9377.0, 9358.0, 9360.0, 9344.0, 9356.0, 9344.0, 9370.0, 9341.0, 9357.0, 9338.0, 9356.0, 9341.0, 9356.0, 9356.0, 9356.0, 9342.0, 9341.0, 9354.0, 9326.0, 9387.0, 9342.0, 9370.0, 9344.0, 9365.0, 9346.0, 9366.0, 9342.0, 9370.0, 9340.0, 9370.0, 9337.0, 9355.0, 9335.0, 9341.0, 9340.0, 9369.0, 9337.0, 9338.0, 9337.0, 9340.0, 9370.0, 9341.0, 9382.0, 9355.0, 9337.0, 9323.0, 9348.0, 9320.0, 9361.0, 9320.0, 9365.0, 9325.0, 9366.0, 9323.0, 9347.0, 9333.0, 9349.0, 9340.0, 9365.0, 9336.0, 9336.0, 9336.0, 9321.0, 9338.0, 9324.0, 9365.0, 9351.0, 9363.0, 9321.0, 9362.0, 9334.0, 9367.0, 9342.0, 9370.0, 9338.0, 9337.0, 9337.0, 9334.0, 9336.0, 9336.0, 9342.0, 9353.0, 9354.0, 9338.0, 9335.0, 9321.0, 9333.0, 9323.0, 9368.0, 9340.0, 9366.0, 9359.0, 9338.0, 9322.0, 9346.0, 9321.0, 9368.0, 9340.0, 9364.0, 9339.0, 9349.0, 9326.0, 9366.0, 9323.0, 9363.0, 9324.0, 9371.0, 9344.0, 9384.0, 9344.0, 9366.0, 9338.0, 9368.0, 9344.0, 9352.0, 9336.0, 9354.0, 9337.0, 9336.0, 9336.0, 9355.0, 9342.0, 9353.0, 9338.0, 9338.0, 9334.0, 9336.0, 9338.0, 9343.0, 9335.0, 9355.0, 9338.0, 9337.0, 9336.0, 9340.0, 9347.0, 9356.0, 9338.0, 9338.0, 9336.0, 9338.0, 9336.0, 9340.0, 9353.0, 9352.0, 9337.0, 9323.0, 9350.0, 9325.0, 9389.0, 9346.0, 9373.0, 9344.0, 9368.0, 9343.0, 9373.0, 9345.0, 9383.0, 9346.0, 9371.0, 9337.0, 9349.0, 9341.0, 9390.0, 9372.0, 9390.0, 9347.0, 9375.0, 9346.0, 9392.0, 9346.0, 9393.0, 9346.0, 9358.0, 9343.0, 9344.0, 9387.0, 9343.0, 9383.0, 9338.0, 9351.0, 9323.0, 9348.0, 9320.0, 9347.0, 9338.0, 9353.0, 9319.0, 9351.0, 9333.0, 9335.0, 9335.0, 9337.0, 9349.0, 9336.0, 9345.0, 9320.0, 9344.0, 9319.0, 9363.0, 9324.0, 9363.0, 9318.0, 9332.0, 9322.0, 9352.0, 9340.0, 9371.0, 9336.0, 9355.0, 9337.0, 9340.0, 9345.0, 9341.0, 9355.0, 9344.0, 9355.0, 9346.0, 9386.0, 9343.0, 9385.0, 9362.0, 9389.0, 9358.0, 9374.0, 9341.0, 9370.0, 9340.0, 9368.0, 9339.0, 9366.0, 9343.0, 9387.0, 9344.0, 9369.0, 9325.0, 9350.0, 9335.0, 9348.0, 9324.0, 9354.0, 9320.0, 9353.0, 9321.0, 9321.0, 9332.0, 9335.0, 9338.0, 9349.0, 9333.0, 9320.0, 9329.0, 9315.0, 9349.0, 9321.0, 9345.0, 9316.0, 9343.0, 9301.0, 9341.0, 9318.0, 9362.0, 9325.0, 9364.0, 9339.0, 9354.0, 9345.0, 9372.0, 9345.0, 9377.0, 9364.0, 9395.0, 9362.0, 9386.0, 9365.0, 9351.0, 9361.0, 9332.0, 9392.0, 9352.0, 9389.0, 9342.0, 9356.0, 9351.0, 9327.0, 9372.0, 9327.0, 9367.0, 9337.0, 9367.0, 9336.0, 9337.0, 9335.0, 9328.0, 9370.0, 9341.0, 9370.0, 9339.0, 9352.0, 9339.0, 9354.0, 9346.0, 9372.0, 9341.0, 9360.0, 9340.0, 9342.0, 9354.0, 9346.0, 9387.0, 9357.0, 9370.0, 9339.0, 9349.0, 9334.0, 9338.0, 9340.0, 9355.0, 9337.0, 9341.0, 9352.0, 9321.0, 9363.0, 9338.0, 9365.0, 9339.0, 9368.0, 9338.0, 9352.0, 9338.0, 9353.0, 9342.0, 9355.0, 9339.0, 9358.0, 9339.0, 9342.0, 9353.0, 9326.0, 9371.0, 9344.0, 9369.0, 9339.0, 9367.0, 9338.0, 9352.0, 9357.0, 9361.0, 9347.0, 9360.0, 9357.0, 9346.0, 9372.0, 9345.0, 9391.0, 9360.0, 9373.0, 9342.0, 9340.0, 9340.0, 9340.0, 9353.0, 9341.0, 9389.0, 9342.0, 9371.0, 9338.0, 9351.0, 9335.0, 9339.0, 9339.0, 9338.0, 9335.0, 9323.0, 9364.0, 9322.0, 9367.0, 9341.0, 9365.0, 9324.0, 9364.0, 9337.0, 9351.0, 9340.0, 9358.0, 9343.0, 9375.0, 9355.0, 9343.0, 9337.0, 9328.0, 9373.0, 9348.0, 9387.0, 9344.0, 9390.0, 9343.0, 9354.0, 9339.0, 9343.0, 9344.0, 9355.0, 9368.0, 9339.0, 9368.0, 9326.0, 9365.0, 9337.0, 9370.0, 9341.0, 9375.0, 9344.0, 9356.0, 9356.0, 9358.0, 9358.0, 9363.0, 9364.0, 9360.0, 9390.0, 9348.0, 9389.0, 9344.0, 9373.0, 9361.0, 9345.0, 9356.0, 9343.0, 9341.0, 9328.0, 9368.0, 9329.0, 9373.0, 9326.0, 9372.0, 9339.0, 9340.0, 9340.0, 9342.0, 9341.0, 9359.0, 9346.0, 9373.0, 9340.0, 9346.0, 9359.0, 9342.0, 9369.0, 9344.0, 9372.0, 9348.0, 9375.0, 9356.0, 9345.0, 9357.0, 9345.0, 9374.0, 9343.0, 9387.0, 9346.0, 9374.0, 9346.0, 9358.0, 9343.0, 9356.0, 9343.0, 9357.0, 9353.0, 9339.0, 9367.0, 9340.0, 9365.0, 9339.0, 9370.0, 9342.0, 9369.0, 9322.0, 9339.0, 9337.0, 9339.0, 9366.0, 9337.0, 9350.0, 9322.0, 9350.0, 9327.0, 9373.0, 9344.0, 9373.0, 9346.0, 9375.0, 9354.0, 9344.0, 9373.0, 9346.0, 9389.0, 9358.0, 9373.0, 9343.0, 9370.0, 9345.0, 9358.0, 9339.0, 9356.0, 9353.0, 9327.0, 9367.0, 9341.0, 9373.0, 9342.0, 9369.0, 9342.0, 9326.0, 9338.0, 9343.0, 9361.0, 9346.0, 9386.0, 9357.0, 9370.0, 9345.0, 9368.0, 9339.0, 9358.0, 9345.0, 9358.0, 9343.0, 9343.0, 9354.0, 9326.0, 9371.0, 9329.0, 9370.0, 9342.0, 9384.0, 9346.0, 9375.0, 9358.0, 9358.0, 9364.0, 9377.0, 9362.0, 9362.0, 9359.0, 9346.0, 9386.0, 9344.0, 9388.0, 9348.0, 9372.0, 9341.0, 9342.0, 9354.0, 9343.0, 9357.0, 9343.0, 9389.0, 9358.0, 9389.0, 9345.0, 9386.0, 9345.0, 9356.0, 9342.0, 9344.0, 9356.0, 9340.0, 9373.0, 9327.0, 9364.0, 9338.0, 9353.0, 9340.0, 9358.0, 9360.0, 9373.0, 9343.0, 9343.0, 9363.0, 9347.0, 9391.0, 9349.0, 9391.0, 9365.0, 9392.0, 9366.0, 9387.0, 9346.0, 9405.0, 9423.0, 9413.0, 9323.0, 9329.0, 9320.0, 9398.0, 9346.0, 9342.0, 9359.0, 9360.0, 9361.0, 9390.0, 9350.0, 9375.0, 9371.0, 9363.0, 9416.0, 9366.0, 9377.0, 9343.0, 9369.0, 9348.0, 9390.0, 9344.0, 9393.0, 9349.0, 9362.0, 9346.0, 9360.0, 9364.0, 9365.0, 9381.0, 9351.0, 9401.0, 9370.0, 9416.0, 9351.0, 9378.0, 9348.0, 9369.0, 9340.0, 9369.0, 9345.0, 9376.0, 9345.0, 9374.0, 9344.0, 9343.0, 9342.0, 9342.0, 9376.0, 9345.0, 9389.0, 9357.0, 9368.0, 9341.0, 9388.0, 9351.0, 9388.0, 9342.0, 9369.0, 9337.0, 9351.0, 9341.0, 9337.0, 9370.0, 9340.0, 9367.0, 9325.0, 9365.0, 9341.0, 9371.0, 9343.0, 9372.0, 9340.0, 9355.0, 9341.0, 9361.0, 9347.0, 9376.0, 9375.0, 9340.0, 9367.0, 9342.0, 9386.0, 9346.0, 9403.0, 9362.0, 9376.0, 9347.0, 9391.0, 9340.0, 9339.0, 9338.0, 9329.0, 9384.0, 9353.0, 9367.0, 9320.0, 9349.0, 9317.0, 9321.0, 9333.0, 9317.0, 9345.0, 9317.0, 9341.0, 9311.0, 9326.0, 9315.0, 9318.0, 9316.0, 9318.0, 9328.0, 9312.0, 9340.0, 9320.0, 9365.0, 9321.0, 9365.0, 9317.0, 9335.0, 9339.0, 9322.0, 9340.0, 9325.0, 9366.0, 9339.0, 9367.0, 9343.0, 9366.0, 9337.0, 9373.0, 9345.0, 9355.0, 9339.0, 9340.0, 9367.0, 9338.0, 9366.0, 9343.0, 9355.0, 9337.0, 9340.0, 9338.0, 9330.0, 9366.0, 9325.0, 9372.0, 9344.0, 9387.0, 9363.0, 9386.0, 9345.0, 9386.0, 9362.0, 9376.0, 9342.0, 9344.0, 9371.0, 9340.0, 9367.0, 9344.0, 9371.0, 9340.0, 9356.0, 9338.0, 9325.0, 9368.0, 9339.0, 9367.0, 9323.0, 9352.0, 9339.0, 9338.0, 9338.0, 9345.0, 9372.0, 9340.0, 9372.0, 9340.0, 9352.0, 9339.0, 9358.0, 9348.0, 9375.0, 9342.0, 9358.0, 9354.0, 9340.0, 9364.0, 9319.0, 9369.0, 9341.0, 9355.0, 9336.0, 9327.0, 9352.0, 9338.0, 9366.0, 9324.0, 9369.0, 9340.0, 9372.0, 9338.0, 9355.0, 9337.0, 9354.0, 9339.0, 9344.0, 9373.0, 9359.0, 9368.0, 9325.0, 9366.0, 9325.0, 9387.0, 9346.0, 9386.0, 9341.0, 9368.0, 9337.0, 9341.0, 9343.0, 9329.0, 9369.0, 9357.0, 9370.0, 9327.0, 9367.0, 9342.0, 9370.0, 9338.0, 9352.0, 9336.0, 9321.0, 9348.0, 9319.0, 9346.0, 9319.0, 9353.0, 9341.0, 9353.0, 9337.0, 9332.0, 9355.0, 9342.0, 9354.0, 9343.0, 9372.0, 9346.0, 9394.0, 9361.0, 9394.0, 9345.0, 9355.0, 9337.0, 9353.0, 9342.0, 9369.0, 9342.0, 9371.0, 9338.0, 9339.0, 9340.0, 9375.0, 9363.0, 9393.0, 9363.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.0004015164835164835</td></tr>
<tr><td colspan=3>aqi</td><td>0.01376344956043956</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.23219882621558</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1827530374257431</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089527858635867</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>6508.3018</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08034494331373443</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.989010989010989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.361695273660661</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.318590944720484</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.58689121105098</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.179603665210518</td></tr>
<tr><td colspan=3>gcor</td><td>0.00759562</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016318440437316895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022240377962589264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.97714144559158</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.1581</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5571</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.3588</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303395.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.7923</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5275</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.9961</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3448.2291</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.984</td></tr>
<tr><td colspan=3>tsnr</td><td>50.60699066356756</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>