<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-02/func/sub-0038_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>ce9281182637a001caf9a2e82ca1bfa7</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>10:08:23.420000</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.999623, 0.00673278, 0.0266208, -0.00907249, 0.996011, 0.0887707]</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.0719628</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7269, 567, -119, -214, -23, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>231.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30a541ad-468a-4732-86c7-5e1658967972||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.681915283203125, -0.024340836331248283, 0.06997577846050262, 110.39820098876953], [-0.018063563853502274, 2.6722240447998047, 0.24024254083633423, -96.45462799072266], [0.07142172753810883, -0.2381652295589447, 2.688380002975464, -73.52365112304688], [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': ['100823.420000', '100823.880000', '100824.340000', '100824.800000', '100825.260000', '100825.720000', '100826.180000', '100826.640000', '100827.100000', '100827.560000', '100828.020000', '100828.480000', '100828.940000', '100829.400000', '100829.860000', '100830.320000', '100830.780000', '100831.240000', '100831.700000', '100832.160000', '100832.620000', '100833.080000', '100833.540000', '100834.000000', '100834.460000', '100834.920000', '100835.380000', '100835.840000', '100836.300000', '100836.760000', '100837.220000', '100837.680000', '100838.140000', '100838.600000', '100839.060000', '100839.520000', '100839.980000', '100840.440000', '100840.900000', '100841.360000', '100841.820000', '100842.280000', '100842.740000', '100843.200000', '100843.660000', '100844.120000', '100844.580000', '100845.040000', '100845.500000', '100845.960000', '100846.420000', '100846.880000', '100847.340000', '100847.800000', '100848.260000', '100848.720000', '100849.180000', '100849.640000', '100850.100000', '100850.560000', '100851.020000', '100851.480000', '100851.940000', '100852.400000', '100852.860000', '100853.320000', '100853.780000', '100854.240000', '100854.700000', '100855.160000', '100855.620000', '100856.080000', '100856.540000', '100857.000000', '100857.460000', '100857.920000', '100858.380000', '100858.840000', '100859.300000', '100859.760000', '100900.220000', '100900.680000', '100901.140000', '100901.600000', '100902.060000', '100902.520000', '100902.980000', '100903.440000', '100903.900000', '100904.360000', '100904.820000', '100905.280000', '100905.740000', '100906.200000', '100906.660000', '100907.120000', '100907.580000', '100908.040000', '100908.500000', '100908.960000', '100909.420000', '100909.880000', '100910.340000', '100910.800000', '100911.260000', '100911.720000', '100912.180000', '100912.640000', '100913.100000', '100913.560000', '100914.020000', '100914.480000', '100914.940000', '100915.400000', '100915.860000', '100916.320000', '100916.780000', '100917.240000', '100917.700000', '100918.160000', '100918.620000', '100919.080000', '100919.540000', '100920.000000', '100920.460000', '100920.920000', '100921.380000', '100921.840000', '100922.300000', '100922.760000', '100923.220000', '100923.680000', '100924.140000', '100924.600000', '100925.060000', '100925.520000', '100925.980000', '100926.440000', '100926.900000', '100927.360000', '100927.820000', '100928.280000', '100928.740000', '100929.200000', '100929.660000', '100930.120000', '100930.580000', '100931.040000', '100931.500000', '100931.960000', '100932.420000', '100932.880000', '100933.340000', '100933.800000', '100934.260000', '100934.720000', '100935.180000', '100935.640000', '100936.100000', '100936.560000', '100937.020000', '100937.480000', '100937.940000', '100938.400000', '100938.860000', '100939.320000', '100939.780000', '100940.240000', '100940.700000', '100941.160000', '100941.620000', '100942.080000', '100942.540000', '100943.000000', '100943.460000', '100943.920000', '100944.380000', '100944.840000', '100945.300000', '100945.760000', '100946.220000', '100946.680000', '100947.140000', '100947.600000', '100948.060000', '100948.520000', '100948.980000', '100949.440000', '100949.900000', '100950.360000', '100950.820000', '100951.280000', '100951.740000', '100952.200000', '100952.660000', '100953.120000', '100953.580000', '100954.040000', '100954.500000', '100954.960000', '100955.420000', '100955.880000', '100956.340000', '100956.800000', '100957.260000', '100957.720000', '100958.180000', '100958.640000', '100959.100000', '100959.560000', '101000.020000', '101000.480000', '101000.940000', '101001.400000', '101001.860000', '101002.320000', '101002.780000', '101003.240000', '101003.700000', '101004.160000', '101004.620000', '101005.080000', '101005.540000', '101006.000000', '101006.460000', '101006.920000', '101007.380000', '101007.840000', '101008.300000', '101008.760000', '101009.220000', '101009.680000', '101010.140000', '101010.600000', '101011.060000', '101011.520000', '101011.980000', '101012.440000', '101012.900000', '101013.360000', '101013.820000', '101014.280000', '101014.740000', '101015.200000', '101015.660000', '101016.120000', '101016.580000', '101017.040000', '101017.500000', '101017.960000', '101018.420000', '101018.880000', '101019.340000', '101019.800000', '101020.260000', '101020.720000', '101021.180000', '101021.640000', '101022.100000', '101022.560000', '101023.020000', '101023.480000', '101023.940000', '101024.400000', '101024.860000', '101025.320000', '101025.780000', '101026.240000', '101026.700000', '101027.160000', '101027.620000', '101028.080000', '101028.540000', '101029.000000', '101029.460000', '101029.920000', '101030.380000', '101030.840000', '101031.300000', '101031.760000', '101032.220000', '101032.680000', '101033.140000', '101033.600000', '101034.060000', '101034.520000', '101034.980000', '101035.440000', '101035.900000', '101036.360000', '101036.820000', '101037.280000', '101037.740000', '101038.200000', '101038.660000', '101039.120000', '101039.580000', '101040.040000', '101040.500000', '101040.960000', '101041.420000', '101041.880000', '101042.340000', '101042.800000', '101043.260000', '101043.720000', '101044.180000', '101044.640000', '101045.100000', '101045.560000', '101046.020000', '101046.480000', '101046.940000', '101047.400000', '101047.860000', '101048.320000', '101048.780000', '101049.240000', '101049.700000', '101050.160000', '101050.620000', '101051.080000', '101051.540000', '101052.000000', '101052.460000', '101052.920000', '101053.380000', '101053.840000', '101054.300000', '101054.760000', '101055.220000', '101055.680000', '101056.140000', '101056.600000', '101057.060000', '101057.520000', '101057.980000', '101058.440000', '101058.900000', '101059.360000', '101059.820000', '101100.280000', '101100.740000', '101101.200000', '101101.660000', '101102.120000', '101102.580000', '101103.040000', '101103.500000', '101103.960000', '101104.420000', '101104.880000', '101105.340000', '101105.800000', '101106.260000', '101106.720000', '101107.180000', '101107.640000', '101108.100000', '101108.560000', '101109.020000', '101109.480000', '101109.940000', '101110.400000', '101110.860000', '101111.320000', '101111.780000', '101112.240000', '101112.700000', '101113.160000', '101113.620000', '101114.080000', '101114.540000', '101115.000000', '101115.460000', '101115.920000', '101116.380000', '101116.840000', '101117.300000', '101117.760000', '101118.220000', '101118.680000', '101119.140000', '101119.600000', '101120.060000', '101120.520000', '101120.980000', '101121.440000', '101121.900000', '101122.360000', '101122.820000', '101123.280000', '101123.740000', '101124.200000', '101124.660000', '101125.120000', '101125.580000', '101126.040000', '101126.500000', '101126.960000', '101127.420000', '101127.880000', '101128.340000', '101128.800000', '101129.260000', '101129.720000', '101130.180000', '101130.640000', '101131.100000', '101131.560000', '101132.020000', '101132.480000', '101132.940000', '101133.400000', '101133.860000', '101134.320000', '101134.780000', '101135.240000', '101135.700000', '101136.160000', '101136.620000', '101137.080000', '101137.540000', '101138.000000', '101138.460000', '101138.920000', '101139.380000', '101139.840000', '101140.300000', '101140.760000', '101141.220000', '101141.680000', '101142.140000', '101142.600000', '101143.060000', '101143.520000', '101143.980000', '101144.440000', '101144.900000', '101145.360000', '101145.820000', '101146.280000', '101146.740000', '101147.200000', '101147.660000', '101148.120000', '101148.580000', '101149.040000', '101149.500000', '101149.960000', '101150.420000', '101150.880000', '101151.340000', '101151.800000', '101152.260000', '101152.720000', '101153.180000', '101153.640000', '101154.100000', '101154.560000', '101155.020000', '101155.480000', '101155.940000', '101156.400000', '101156.860000', '101157.320000', '101157.780000', '101158.240000', '101158.700000', '101159.160000', '101159.620000', '101200.080000', '101200.540000', '101201.000000', '101201.460000', '101201.920000', '101202.380000', '101202.840000', '101203.300000', '101203.760000', '101204.220000', '101204.680000', '101205.140000', '101205.600000', '101206.060000', '101206.520000', '101206.980000', '101207.440000', '101207.900000', '101208.360000', '101208.820000', '101209.280000', '101209.740000', '101210.200000', '101210.660000', '101211.120000', '101211.580000', '101212.040000', '101212.500000', '101212.960000', '101213.420000', '101213.880000', '101214.340000', '101214.800000', '101215.260000', '101215.720000', '101216.180000', '101216.640000', '101217.100000', '101217.560000', '101218.020000', '101218.480000', '101218.940000', '101219.400000', '101219.860000', '101220.320000', '101220.780000', '101221.240000', '101221.700000', '101222.160000', '101222.620000', '101223.080000', '101223.540000', '101224.000000', '101224.460000', '101224.920000', '101225.380000', '101225.840000', '101226.300000', '101226.760000', '101227.220000', '101227.680000', '101228.140000', '101228.600000', '101229.060000', '101229.520000', '101229.980000', '101230.440000', '101230.900000', '101231.360000', '101231.820000', '101232.280000', '101232.740000', '101233.200000', '101233.660000', '101234.120000', '101234.580000', '101235.040000', '101235.500000', '101235.960000', '101236.420000', '101236.880000', '101237.340000', '101237.800000', '101238.260000', '101238.720000', '101239.180000', '101239.640000', '101240.100000', '101240.560000', '101241.020000', '101241.480000', '101241.940000', '101242.400000', '101242.860000', '101243.320000', '101243.780000', '101244.240000', '101244.700000', '101245.160000', '101245.620000', '101246.080000', '101246.540000', '101247.000000', '101247.460000', '101247.920000', '101248.380000', '101248.840000', '101249.300000', '101249.760000', '101250.220000', '101250.680000', '101251.140000', '101251.600000', '101252.060000', '101252.520000', '101252.980000', '101253.440000', '101253.900000', '101254.360000', '101254.820000', '101255.280000', '101255.740000', '101256.200000', '101256.660000', '101257.120000', '101257.580000', '101258.040000', '101258.500000', '101258.960000', '101259.420000', '101259.880000', '101300.340000', '101300.800000', '101301.260000', '101301.720000', '101302.180000', '101302.640000', '101303.100000', '101303.560000', '101304.020000', '101304.480000', '101304.940000', '101305.400000', '101305.860000', '101306.320000', '101306.780000', '101307.240000', '101307.700000', '101308.160000', '101308.620000', '101309.080000', '101309.540000', '101310.000000', '101310.460000', '101310.920000', '101311.380000', '101311.840000', '101312.300000', '101312.760000', '101313.220000', '101313.680000', '101314.140000', '101314.600000', '101315.060000', '101315.520000', '101315.980000', '101316.440000', '101316.900000', '101317.360000', '101317.820000', '101318.280000', '101318.740000', '101319.200000', '101319.660000', '101320.120000', '101320.580000', '101321.040000', '101321.500000', '101321.960000', '101322.420000', '101322.880000', '101323.340000', '101323.800000', '101324.260000', '101324.720000', '101325.180000', '101325.640000', '101326.100000', '101326.560000', '101327.020000', '101327.480000', '101327.940000', '101328.400000', '101328.860000', '101329.320000', '101329.780000', '101330.240000', '101330.700000', '101331.160000', '101331.620000', '101332.080000', '101332.540000', '101333.000000', '101333.460000', '101333.920000', '101334.380000', '101334.840000', '101335.300000', '101335.760000', '101336.220000', '101336.680000', '101337.140000', '101337.600000', '101338.060000', '101338.520000', '101338.980000', '101339.440000', '101339.900000', '101340.360000', '101340.820000', '101341.280000', '101341.740000', '101342.200000', '101342.660000', '101343.120000', '101343.580000', '101344.040000', '101344.500000', '101344.960000', '101345.420000', '101345.880000', '101346.340000', '101346.800000', '101347.260000', '101347.720000', '101348.180000', '101348.640000', '101349.100000', '101349.560000', '101350.020000', '101350.480000', '101350.940000', '101351.400000', '101351.860000', '101352.320000', '101352.780000', '101353.240000', '101353.700000', '101354.160000', '101354.620000', '101355.080000', '101355.540000', '101356.000000', '101356.460000', '101356.920000', '101357.380000', '101357.840000', '101358.300000', '101358.760000', '101359.220000', '101359.680000', '101400.140000', '101400.600000', '101401.060000', '101401.520000', '101401.980000', '101402.440000', '101402.900000', '101403.360000', '101403.820000', '101404.280000', '101404.740000', '101405.200000', '101405.660000', '101406.120000', '101406.580000', '101407.040000', '101407.500000', '101407.960000', '101408.420000', '101408.880000', '101409.340000', '101409.800000', '101410.260000', '101410.720000', '101411.180000', '101411.640000', '101412.100000', '101412.560000', '101413.020000', '101413.480000', '101413.940000', '101414.400000', '101414.860000', '101415.320000', '101415.780000', '101416.240000', '101416.700000', '101417.160000', '101417.620000', '101418.080000', '101418.540000', '101419.000000', '101419.460000', '101419.920000', '101420.380000', '101420.840000', '101421.300000', '101421.760000', '101422.220000', '101422.680000', '101423.140000', '101423.600000', '101424.060000', '101424.520000', '101424.980000', '101425.440000', '101425.900000', '101426.360000', '101426.820000', '101427.280000', '101427.740000', '101428.200000', '101428.660000', '101429.120000', '101429.580000', '101430.040000', '101430.500000', '101430.960000', '101431.420000', '101431.880000', '101432.340000', '101432.800000', '101433.260000', '101433.720000', '101434.180000', '101434.640000', '101435.100000', '101435.560000', '101436.020000', '101436.480000', '101436.940000', '101437.400000', '101437.860000', '101438.320000', '101438.780000', '101439.240000', '101439.700000', '101440.160000', '101440.620000', '101441.080000', '101441.540000', '101442.000000', '101442.460000', '101442.920000', '101443.380000', '101443.840000', '101444.300000', '101444.760000', '101445.220000', '101445.680000', '101446.140000', '101446.600000', '101447.060000', '101447.520000', '101447.980000', '101448.440000', '101448.900000', '101449.360000', '101449.820000', '101450.280000', '101450.740000', '101451.200000', '101451.660000', '101452.120000', '101452.580000', '101453.040000', '101453.500000', '101453.960000', '101454.420000', '101454.880000', '101455.340000', '101455.800000', '101456.260000', '101456.720000', '101457.180000', '101457.640000', '101458.100000', '101458.560000', '101459.020000', '101459.480000', '101459.940000', '101500.400000', '101500.860000', '101501.320000', '101501.780000', '101502.240000', '101502.700000', '101503.160000', '101503.620000', '101504.080000', '101504.540000', '101505.000000', '101505.460000', '101505.920000', '101506.380000', '101506.840000', '101507.300000', '101507.760000', '101508.220000', '101508.680000', '101509.140000', '101509.600000', '101510.060000', '101510.520000', '101510.980000', '101511.440000', '101511.900000', '101512.360000', '101512.820000', '101513.280000', '101513.740000', '101514.200000', '101514.660000', '101515.120000', '101515.580000', '101516.040000', '101516.500000', '101516.960000', '101517.420000', '101517.880000', '101518.340000', '101518.800000', '101519.260000', '101519.720000', '101520.180000', '101520.640000', '101521.100000', '101521.560000', '101522.020000', '101522.480000', '101522.940000', '101523.400000'], 'ContentTime': ['100841.287000', '100841.290000', '100841.301000', '100841.304000', '100841.316000', '100841.319000', '100841.322000', '100841.324000', '100841.327000', '100841.330000', '100841.333000', '100841.336000', '100841.339000', '100841.342000', '100841.345000', '100841.348000', '100841.350000', '100841.353000', '100841.356000', '100841.359000', '100841.362000', '100841.365000', '100841.368000', '100841.371000', '100841.374000', '100841.376000', '100841.381000', '100841.384000', '100841.387000', '100841.390000', '100841.393000', '100841.396000', '100841.398000', '100841.401000', '100841.404000', '100841.407000', '100841.410000', '100901.256000', '100901.259000', '100901.262000', '100901.265000', '100901.277000', '100901.280000', '100901.284000', '100901.287000', '100901.290000', '100901.293000', '100901.296000', '100901.299000', '100901.302000', '100901.305000', '100901.308000', '100901.311000', '100901.314000', '100901.316000', '100901.320000', '100901.322000', '100901.326000', '100901.329000', '100901.332000', '100901.335000', '100901.338000', '100901.341000', '100901.344000', '100901.347000', '100901.350000', '100901.353000', '100901.356000', '100901.359000', '100901.362000', '100901.365000', '100901.368000', '100901.372000', '100901.375000', '100901.378000', '100901.380000', '100901.383000', '100901.387000', '100901.390000', '100901.393000', '100901.396000', '100921.256000', '100921.259000', '100921.262000', '100921.265000', '100921.268000', '100921.271000', '100921.274000', '100921.277000', '100921.279000', '100921.282000', '100921.285000', '100921.288000', '100921.291000', '100921.294000', '100921.297000', '100921.300000', '100921.303000', '100921.306000', '100921.309000', '100921.312000', '100921.314000', '100921.323000', '100921.326000', '100921.328000', '100921.331000', '100921.334000', '100921.337000', '100921.340000', '100921.343000', '100921.346000', '100921.349000', '100921.352000', '100921.354000', '100921.357000', '100921.360000', '100921.363000', '100921.366000', '100921.369000', '100921.372000', '100921.375000', '100921.379000', '100921.382000', '100921.385000', '100941.256000', '100941.259000', '100941.262000', '100941.265000', '100941.268000', '100941.271000', '100941.274000', '100941.277000', '100941.279000', '100941.282000', '100941.285000', '100941.288000', '100941.291000', '100941.294000', '100941.297000', '100941.300000', '100941.312000', '100941.315000', '100941.317000', '100941.320000', '100941.323000', '100941.326000', '100941.329000', '100941.332000', '100941.335000', '100941.338000', '100941.341000', '100941.344000', '100941.347000', '100941.350000', '100941.352000', '100941.356000', '100941.369000', '100941.371000', '100941.374000', '100941.377000', '100941.380000', '100941.383000', '100941.386000', '100941.389000', '100941.392000', '100941.395000', '100941.397000', '100941.400000', '101001.257000', '101001.260000', '101001.263000', '101001.266000', '101001.269000', '101001.272000', '101001.275000', '101001.278000', '101001.281000', '101001.284000', '101001.287000', '101001.290000', '101001.293000', '101001.296000', '101001.298000', '101001.301000', '101001.312000', '101001.315000', '101001.318000', '101001.321000', '101001.324000', '101001.327000', '101001.330000', '101001.333000', '101001.335000', '101001.338000', '101001.341000', '101001.344000', '101001.347000', '101001.350000', '101001.353000', '101001.356000', '101001.359000', '101001.362000', '101001.365000', '101001.368000', '101001.371000', '101001.374000', '101001.376000', '101001.379000', '101001.382000', '101001.385000', '101001.388000', '101021.257000', '101021.260000', '101021.263000', '101021.266000', '101021.269000', '101021.272000', '101021.275000', '101021.278000', '101021.281000', '101021.284000', '101021.287000', '101021.289000', '101021.292000', '101021.295000', '101021.298000', '101021.301000', '101021.304000', '101021.307000', '101021.310000', '101021.313000', '101021.316000', '101021.319000', '101021.322000', '101021.325000', '101021.327000', '101021.330000', '101021.333000', '101021.336000', '101021.339000', '101021.342000', '101021.345000', '101021.351000', '101021.354000', '101021.357000', '101021.360000', '101021.363000', '101021.366000', '101021.369000', '101021.372000', '101021.375000', '101021.377000', '101021.380000', '101021.383000', '101021.386000', '101041.257000', '101041.260000', '101041.263000', '101041.266000', '101041.269000', '101041.272000', '101041.275000', '101041.278000', '101041.281000', '101041.284000', '101041.286000', '101041.289000', '101041.292000', '101041.295000', '101041.298000', '101041.301000', '101041.304000', '101041.307000', '101041.310000', '101041.313000', '101041.316000', '101041.319000', '101041.321000', '101041.324000', '101041.327000', '101041.330000', '101041.333000', '101041.336000', '101041.339000', '101041.342000', '101041.345000', '101041.348000', '101041.351000', '101041.354000', '101041.357000', '101041.359000', '101041.362000', '101041.365000', '101041.368000', '101041.371000', '101041.374000', '101041.377000', '101041.380000', '101101.256000', '101101.259000', '101101.263000', '101101.267000', '101101.270000', '101101.273000', '101101.276000', '101101.279000', '101101.282000', '101101.285000', '101101.288000', '101101.291000', '101101.294000', '101101.297000', '101101.300000', '101101.303000', '101101.306000', '101101.309000', '101101.312000', '101101.314000', '101101.317000', '101101.320000', '101101.323000', '101101.326000', '101101.329000', '101101.332000', '101101.335000', '101101.338000', '101101.341000', '101101.344000', '101101.347000', '101101.350000', '101101.352000', '101101.356000', '101101.358000', '101101.361000', '101101.364000', '101101.371000', '101101.374000', '101101.385000', '101101.388000', '101101.391000', '101101.394000', '101121.256000', '101121.259000', '101121.262000', '101121.265000', '101121.268000', '101121.271000', '101121.273000', '101121.276000', '101121.279000', '101121.282000', '101121.285000', '101121.288000', '101121.291000', '101121.294000', '101121.297000', '101121.300000', '101121.303000', '101121.306000', '101121.309000', '101121.312000', '101121.321000', '101121.324000', '101121.327000', '101121.330000', '101121.333000', '101121.336000', '101121.338000', '101121.341000', '101121.345000', '101121.347000', '101121.350000', '101121.353000', '101121.356000', '101121.359000', '101121.362000', '101121.365000', '101121.368000', '101121.371000', '101121.374000', '101121.376000', '101121.379000', '101121.382000', '101121.385000', '101121.388000', '101141.256000', '101141.259000', '101141.262000', '101141.265000', '101141.268000', '101141.271000', '101141.274000', '101141.277000', '101141.280000', '101141.283000', '101141.286000', '101141.289000', '101141.292000', '101141.295000', '101141.298000', '101141.301000', '101141.304000', '101141.307000', '101141.310000', '101141.313000', '101141.316000', '101141.319000', '101141.321000', '101141.324000', '101141.327000', '101141.330000', '101141.333000', '101141.336000', '101141.350000', '101141.353000', '101141.356000', '101141.359000', '101141.362000', '101141.365000', '101141.368000', '101141.371000', '101141.374000', '101141.376000', '101141.379000', '101141.382000', '101141.385000', '101141.388000', '101141.391000', '101201.256000', '101201.259000', '101201.262000', '101201.265000', '101201.268000', '101201.271000', '101201.274000', '101201.277000', '101201.280000', '101201.283000', '101201.285000', '101201.289000', '101201.291000', '101201.294000', '101201.297000', '101201.300000', '101201.303000', '101201.306000', '101201.309000', '101201.312000', '101201.315000', '101201.318000', '101201.323000', '101201.326000', '101201.329000', '101201.332000', '101201.335000', '101201.338000', '101201.341000', '101201.344000', '101201.346000', '101201.349000', '101201.352000', '101201.355000', '101201.358000', '101201.361000', '101201.364000', '101201.367000', '101201.370000', '101201.373000', '101201.376000', '101201.379000', '101201.382000', '101201.385000', '101221.257000', '101221.260000', '101221.263000', '101221.266000', '101221.269000', '101221.272000', '101221.275000', '101221.278000', '101221.281000', '101221.284000', '101221.287000', '101221.290000', '101221.296000', '101221.299000', '101221.302000', '101221.305000', '101221.308000', '101221.311000', '101221.313000', '101221.317000', '101221.319000', '101221.322000', '101221.325000', '101221.328000', '101221.331000', '101221.334000', '101221.337000', '101221.340000', '101221.343000', '101221.346000', '101221.349000', '101221.352000', '101221.363000', '101221.366000', '101221.369000', '101221.372000', '101221.375000', '101221.378000', '101221.381000', '101221.384000', '101221.387000', '101221.390000', '101221.392000', '101241.257000', '101241.260000', '101241.263000', '101241.266000', '101241.275000', '101241.278000', '101241.281000', '101241.284000', '101241.287000', '101241.290000', '101241.293000', '101241.296000', '101241.299000', '101241.302000', '101241.305000', '101241.307000', '101241.310000', '101241.313000', '101241.316000', '101241.319000', '101241.322000', '101241.325000', '101241.328000', '101241.331000', '101241.334000', '101241.337000', '101241.340000', '101241.343000', '101241.346000', '101241.349000', '101241.352000', '101241.355000', '101241.358000', '101241.361000', '101241.364000', '101241.366000', '101241.369000', '101241.385000', '101241.388000', '101241.391000', '101241.394000', '101241.397000', '101241.400000', '101241.403000', '101301.257000', '101301.260000', '101301.263000', '101301.266000', '101301.269000', '101301.272000', '101301.275000', '101301.278000', '101301.281000', '101301.284000', '101301.287000', '101301.290000', '101301.293000', '101301.295000', '101301.298000', '101301.301000', '101301.304000', '101301.307000', '101301.320000', '101301.324000', '101301.327000', '101301.330000', '101301.333000', '101301.336000', '101301.339000', '101301.342000', '101301.345000', '101301.347000', '101301.350000', '101301.353000', '101301.356000', '101301.359000', '101301.362000', '101301.365000', '101301.368000', '101301.371000', '101301.374000', '101301.377000', '101301.380000', '101301.383000', '101301.385000', '101301.388000', '101301.391000', '101321.256000', '101321.259000', '101321.262000', '101321.265000', '101321.268000', '101321.271000', '101321.274000', '101321.277000', '101321.280000', '101321.283000', '101321.286000', '101321.289000', '101321.291000', '101321.295000', '101321.297000', '101321.300000', '101321.303000', '101321.306000', '101321.309000', '101321.312000', '101321.315000', '101321.318000', '101321.321000', '101321.324000', '101321.327000', '101321.330000', '101321.333000', '101321.335000', '101321.338000', '101321.341000', '101321.344000', '101321.347000', '101321.350000', '101321.353000', '101321.356000', '101321.359000', '101321.362000', '101321.365000', '101321.368000', '101321.371000', '101321.373000', '101321.376000', '101321.379000', '101321.382000', '101341.256000', '101341.259000', '101341.262000', '101341.265000', '101341.268000', '101341.271000', '101341.274000', '101341.277000', '101341.280000', '101341.283000', '101341.286000', '101341.289000', '101341.292000', '101341.295000', '101341.297000', '101341.300000', '101341.303000', '101341.306000', '101341.309000', '101341.312000', '101341.315000', '101341.318000', '101341.321000', '101341.324000', '101341.327000', '101341.330000', '101341.333000', '101341.336000', '101341.339000', '101341.342000', '101341.345000', '101341.348000', '101341.351000', '101341.354000', '101341.357000', '101341.360000', '101341.363000', '101341.366000', '101341.369000', '101341.371000', '101341.374000', '101341.377000', '101341.380000', '101401.256000', '101401.259000', '101401.262000', '101401.265000', '101401.268000', '101401.271000', '101401.274000', '101401.277000', '101401.280000', '101401.283000', '101401.286000', '101401.288000', '101401.291000', '101401.294000', '101401.297000', '101401.300000', '101401.303000', '101401.306000', '101401.309000', '101401.312000', '101401.315000', '101401.318000', '101401.321000', '101401.324000', '101401.327000', '101401.330000', '101401.333000', '101401.335000', '101401.338000', '101401.341000', '101401.344000', '101401.347000', '101401.352000', '101401.355000', '101401.358000', '101401.361000', '101401.364000', '101401.367000', '101401.370000', '101401.373000', '101401.376000', '101401.379000', '101401.382000', '101401.384000', '101421.256000', '101421.259000', '101421.262000', '101421.265000', '101421.283000', '101421.286000', '101421.290000', '101421.293000', '101421.296000', '101421.299000', '101421.302000', '101421.305000', '101421.308000', '101421.311000', '101421.314000', '101421.317000', '101421.319000', '101421.322000', '101421.325000', '101421.328000', '101421.331000', '101421.334000', '101421.337000', '101421.340000', '101421.343000', '101421.346000', '101421.349000', '101421.352000', '101421.357000', '101421.362000', '101421.365000', '101421.367000', '101421.382000', '101421.385000', '101421.388000', '101421.391000', '101421.394000', '101421.397000', '101421.400000', '101421.402000', '101421.406000', '101421.408000', '101421.411000', '101441.257000', '101441.260000', '101441.263000', '101441.266000', '101441.269000', '101441.272000', '101441.275000', '101441.278000', '101441.281000', '101441.284000', '101441.287000', '101441.290000', '101441.293000', '101441.295000', '101441.298000', '101441.301000', '101441.304000', '101441.307000', '101441.310000', '101441.313000', '101441.316000', '101441.319000', '101441.322000', '101441.325000', '101441.328000', '101441.331000', '101441.333000', '101441.337000', '101441.339000', '101441.342000', '101441.345000', '101441.348000', '101441.351000', '101441.354000', '101441.357000', '101441.360000', '101441.363000', '101441.366000', '101441.369000', '101441.372000', '101441.374000', '101441.377000', '101441.380000', '101441.383000', '101501.257000', '101501.260000', '101501.263000', '101501.266000', '101501.269000', '101501.272000', '101501.275000', '101501.278000', '101501.281000', '101501.284000', '101501.287000', '101501.290000', '101501.297000', '101501.300000', '101501.303000', '101501.305000', '101501.308000', '101501.311000', '101501.314000', '101501.317000', '101501.320000', '101501.323000', '101501.326000', '101501.329000', '101501.332000', '101501.335000', '101501.338000', '101501.341000', '101501.344000', '101501.347000', '101501.349000', '101501.352000', '101501.355000', '101501.358000', '101501.361000', '101501.365000', '101501.370000', '101501.374000', '101501.377000', '101501.380000', '101501.383000', '101501.385000', '101501.388000', '101521.257000', '101521.260000', '101521.263000', '101521.266000', '101521.269000', '101521.272000', '101521.275000', '101521.278000', '101521.281000', '101521.283000', '101521.287000', '101521.289000', '101521.292000', '101521.295000', '101521.298000', '101521.301000', '101521.304000', '101521.307000', '101521.310000', '101521.313000', '101521.316000', '101521.319000', '101521.322000', '101521.325000', '101521.327000', '101521.330000', '101521.333000', '101521.336000', '101521.339000', '101521.342000', '101521.345000', '101521.348000', '101521.351000', '101521.354000', '101521.357000', '101521.360000', '101521.363000', '101521.365000', '101521.369000', '101521.371000', '101521.374000', '101521.377000', '101521.380000', '101521.383000', '101524.435000', '101524.438000', '101524.441000', '101524.444000', '101524.448000', '101524.451000', '101524.454000'], 'InstanceCreationTime': ['100841.287000', '100841.290000', '100841.301000', '100841.304000', '100841.316000', '100841.319000', '100841.322000', '100841.324000', '100841.327000', '100841.330000', '100841.333000', '100841.336000', '100841.339000', '100841.342000', '100841.345000', '100841.348000', '100841.350000', '100841.353000', '100841.356000', '100841.359000', '100841.362000', '100841.365000', '100841.368000', '100841.371000', '100841.374000', '100841.376000', '100841.381000', '100841.384000', '100841.387000', '100841.390000', '100841.393000', '100841.396000', '100841.398000', '100841.401000', '100841.404000', '100841.407000', '100841.410000', '100901.256000', '100901.259000', '100901.262000', '100901.265000', '100901.277000', '100901.280000', '100901.284000', '100901.287000', '100901.290000', '100901.293000', '100901.296000', '100901.299000', '100901.302000', '100901.305000', '100901.308000', '100901.311000', '100901.314000', '100901.316000', '100901.320000', '100901.322000', '100901.326000', '100901.329000', '100901.332000', '100901.335000', '100901.338000', '100901.341000', '100901.344000', '100901.347000', '100901.350000', '100901.353000', '100901.356000', '100901.359000', '100901.362000', '100901.365000', '100901.368000', '100901.372000', '100901.375000', '100901.378000', '100901.380000', '100901.383000', '100901.387000', '100901.390000', '100901.393000', '100901.396000', '100921.256000', '100921.259000', '100921.262000', '100921.265000', '100921.268000', '100921.271000', '100921.274000', '100921.277000', '100921.279000', '100921.282000', '100921.285000', '100921.288000', '100921.291000', '100921.294000', '100921.297000', '100921.300000', '100921.303000', '100921.306000', '100921.309000', '100921.312000', '100921.314000', '100921.323000', '100921.326000', '100921.328000', '100921.331000', '100921.334000', '100921.337000', '100921.340000', '100921.343000', '100921.346000', '100921.349000', '100921.352000', '100921.354000', '100921.357000', '100921.360000', '100921.363000', '100921.366000', '100921.369000', '100921.372000', '100921.375000', '100921.379000', '100921.382000', '100921.385000', '100941.256000', '100941.259000', '100941.262000', '100941.265000', '100941.268000', '100941.271000', '100941.274000', '100941.277000', '100941.279000', '100941.282000', '100941.285000', '100941.288000', '100941.291000', '100941.294000', '100941.297000', '100941.300000', '100941.312000', '100941.315000', '100941.317000', '100941.320000', '100941.323000', '100941.326000', '100941.329000', '100941.332000', '100941.335000', '100941.338000', '100941.341000', '100941.344000', '100941.347000', '100941.350000', '100941.352000', '100941.356000', '100941.369000', '100941.371000', '100941.374000', '100941.377000', '100941.380000', '100941.383000', '100941.386000', '100941.389000', '100941.392000', '100941.395000', '100941.397000', '100941.400000', '101001.257000', '101001.260000', '101001.263000', '101001.266000', '101001.269000', '101001.272000', '101001.275000', '101001.278000', '101001.281000', '101001.284000', '101001.287000', '101001.290000', '101001.293000', '101001.296000', '101001.298000', '101001.301000', '101001.312000', '101001.315000', '101001.318000', '101001.321000', '101001.324000', '101001.327000', '101001.330000', '101001.333000', '101001.335000', '101001.338000', '101001.341000', '101001.344000', '101001.347000', '101001.350000', '101001.353000', '101001.356000', '101001.359000', '101001.362000', '101001.365000', '101001.368000', '101001.371000', '101001.374000', '101001.376000', '101001.379000', '101001.382000', '101001.385000', '101001.388000', '101021.257000', '101021.260000', '101021.263000', '101021.266000', '101021.269000', '101021.272000', '101021.275000', '101021.278000', '101021.281000', '101021.284000', '101021.287000', '101021.289000', '101021.292000', '101021.295000', '101021.298000', '101021.301000', '101021.304000', '101021.307000', '101021.310000', '101021.313000', '101021.316000', '101021.319000', '101021.322000', '101021.325000', '101021.327000', '101021.330000', '101021.333000', '101021.336000', '101021.339000', '101021.342000', '101021.345000', '101021.351000', '101021.354000', '101021.357000', '101021.360000', '101021.363000', '101021.366000', '101021.369000', '101021.372000', '101021.375000', '101021.377000', '101021.380000', '101021.383000', '101021.386000', '101041.257000', '101041.260000', '101041.263000', '101041.266000', '101041.269000', '101041.272000', '101041.275000', '101041.278000', '101041.281000', '101041.284000', '101041.286000', '101041.289000', '101041.292000', '101041.295000', '101041.298000', '101041.301000', '101041.304000', '101041.307000', '101041.310000', '101041.313000', '101041.316000', '101041.319000', '101041.321000', '101041.324000', '101041.327000', '101041.330000', '101041.333000', '101041.336000', '101041.339000', '101041.342000', '101041.345000', '101041.348000', '101041.351000', '101041.354000', '101041.357000', '101041.359000', '101041.362000', '101041.365000', '101041.368000', '101041.371000', '101041.374000', '101041.377000', '101041.380000', '101101.256000', '101101.259000', '101101.263000', '101101.267000', '101101.270000', '101101.273000', '101101.276000', '101101.279000', '101101.282000', '101101.285000', '101101.288000', '101101.291000', '101101.294000', '101101.297000', '101101.300000', '101101.303000', '101101.306000', '101101.309000', '101101.312000', '101101.314000', '101101.317000', '101101.320000', '101101.323000', '101101.326000', '101101.329000', '101101.332000', '101101.335000', '101101.338000', '101101.341000', '101101.344000', '101101.347000', '101101.350000', '101101.352000', '101101.356000', '101101.358000', '101101.361000', '101101.364000', '101101.371000', '101101.374000', '101101.385000', '101101.388000', '101101.391000', '101101.394000', '101121.256000', '101121.259000', '101121.262000', '101121.265000', '101121.268000', '101121.271000', '101121.273000', '101121.276000', '101121.279000', '101121.282000', '101121.285000', '101121.288000', '101121.291000', '101121.294000', '101121.297000', '101121.300000', '101121.303000', '101121.306000', '101121.309000', '101121.312000', '101121.321000', '101121.324000', '101121.327000', '101121.330000', '101121.333000', '101121.336000', '101121.338000', '101121.341000', '101121.345000', '101121.347000', '101121.350000', '101121.353000', '101121.356000', '101121.359000', '101121.362000', '101121.365000', '101121.368000', '101121.371000', '101121.374000', '101121.376000', '101121.379000', '101121.382000', '101121.385000', '101121.388000', '101141.256000', '101141.259000', '101141.262000', '101141.265000', '101141.268000', '101141.271000', '101141.274000', '101141.277000', '101141.280000', '101141.283000', '101141.286000', '101141.289000', '101141.292000', '101141.295000', '101141.298000', '101141.301000', '101141.304000', '101141.307000', '101141.310000', '101141.313000', '101141.316000', '101141.319000', '101141.321000', '101141.324000', '101141.327000', '101141.330000', '101141.333000', '101141.336000', '101141.350000', '101141.353000', '101141.356000', '101141.359000', '101141.362000', '101141.365000', '101141.368000', '101141.371000', '101141.374000', '101141.376000', '101141.379000', '101141.382000', '101141.385000', '101141.388000', '101141.391000', '101201.256000', '101201.259000', '101201.262000', '101201.265000', '101201.268000', '101201.271000', '101201.274000', '101201.277000', '101201.280000', '101201.283000', '101201.285000', '101201.289000', '101201.291000', '101201.294000', '101201.297000', '101201.300000', '101201.303000', '101201.306000', '101201.309000', '101201.312000', '101201.315000', '101201.318000', '101201.323000', '101201.326000', '101201.329000', '101201.332000', '101201.335000', '101201.338000', '101201.341000', '101201.344000', '101201.346000', '101201.349000', '101201.352000', '101201.355000', '101201.358000', '101201.361000', '101201.364000', '101201.367000', '101201.370000', '101201.373000', '101201.376000', '101201.379000', '101201.382000', '101201.385000', '101221.257000', '101221.260000', '101221.263000', '101221.266000', '101221.269000', '101221.272000', '101221.275000', '101221.278000', '101221.281000', '101221.284000', '101221.287000', '101221.290000', '101221.296000', '101221.299000', '101221.302000', '101221.305000', '101221.308000', '101221.311000', '101221.313000', '101221.317000', '101221.319000', '101221.322000', '101221.325000', '101221.328000', '101221.331000', '101221.334000', '101221.337000', '101221.340000', '101221.343000', '101221.346000', '101221.349000', '101221.352000', '101221.363000', '101221.366000', '101221.369000', '101221.372000', '101221.375000', '101221.378000', '101221.381000', '101221.384000', '101221.387000', '101221.390000', '101221.392000', '101241.257000', '101241.260000', '101241.263000', '101241.266000', '101241.275000', '101241.278000', '101241.281000', '101241.284000', '101241.287000', '101241.290000', '101241.293000', '101241.296000', '101241.299000', '101241.302000', '101241.305000', '101241.307000', '101241.310000', '101241.313000', '101241.316000', '101241.319000', '101241.322000', '101241.325000', '101241.328000', '101241.331000', '101241.334000', '101241.337000', '101241.340000', '101241.343000', '101241.346000', '101241.349000', '101241.352000', '101241.355000', '101241.358000', '101241.361000', '101241.364000', '101241.366000', '101241.369000', '101241.385000', '101241.388000', '101241.391000', '101241.394000', '101241.397000', '101241.400000', '101241.403000', '101301.257000', '101301.260000', '101301.263000', '101301.266000', '101301.269000', '101301.272000', '101301.275000', '101301.278000', '101301.281000', '101301.284000', '101301.287000', '101301.290000', '101301.293000', '101301.295000', '101301.298000', '101301.301000', '101301.304000', '101301.307000', '101301.320000', '101301.324000', '101301.327000', '101301.330000', '101301.333000', '101301.336000', '101301.339000', '101301.342000', '101301.345000', '101301.347000', '101301.350000', '101301.353000', '101301.356000', '101301.359000', '101301.362000', '101301.365000', '101301.368000', '101301.371000', '101301.374000', '101301.377000', '101301.380000', '101301.383000', '101301.385000', '101301.388000', '101301.391000', '101321.256000', '101321.259000', '101321.262000', '101321.265000', '101321.268000', '101321.271000', '101321.274000', '101321.277000', '101321.280000', '101321.283000', '101321.286000', '101321.289000', '101321.291000', '101321.295000', '101321.297000', '101321.300000', '101321.303000', '101321.306000', '101321.309000', '101321.312000', '101321.315000', '101321.318000', '101321.321000', '101321.324000', '101321.327000', '101321.330000', '101321.333000', '101321.335000', '101321.338000', '101321.341000', '101321.344000', '101321.347000', '101321.350000', '101321.353000', '101321.356000', '101321.359000', '101321.362000', '101321.365000', '101321.368000', '101321.371000', '101321.373000', '101321.376000', '101321.379000', '101321.382000', '101341.256000', '101341.259000', '101341.262000', '101341.265000', '101341.268000', '101341.271000', '101341.274000', '101341.277000', '101341.280000', '101341.283000', '101341.286000', '101341.289000', '101341.292000', '101341.295000', '101341.297000', '101341.300000', '101341.303000', '101341.306000', '101341.309000', '101341.312000', '101341.315000', '101341.318000', '101341.321000', '101341.324000', '101341.327000', '101341.330000', '101341.333000', '101341.336000', '101341.339000', '101341.342000', '101341.345000', '101341.348000', '101341.351000', '101341.354000', '101341.357000', '101341.360000', '101341.363000', '101341.366000', '101341.369000', '101341.371000', '101341.374000', '101341.377000', '101341.380000', '101401.256000', '101401.259000', '101401.262000', '101401.265000', '101401.268000', '101401.271000', '101401.274000', '101401.277000', '101401.280000', '101401.283000', '101401.286000', '101401.288000', '101401.291000', '101401.294000', '101401.297000', '101401.300000', '101401.303000', '101401.306000', '101401.309000', '101401.312000', '101401.315000', '101401.318000', '101401.321000', '101401.324000', '101401.327000', '101401.330000', '101401.333000', '101401.335000', '101401.338000', '101401.341000', '101401.344000', '101401.347000', '101401.352000', '101401.355000', '101401.358000', '101401.361000', '101401.364000', '101401.367000', '101401.370000', '101401.373000', '101401.376000', '101401.379000', '101401.382000', '101401.384000', '101421.256000', '101421.259000', '101421.262000', '101421.265000', '101421.283000', '101421.286000', '101421.290000', '101421.293000', '101421.296000', '101421.299000', '101421.302000', '101421.305000', '101421.308000', '101421.311000', '101421.314000', '101421.317000', '101421.319000', '101421.322000', '101421.325000', '101421.328000', '101421.331000', '101421.334000', '101421.337000', '101421.340000', '101421.343000', '101421.346000', '101421.349000', '101421.352000', '101421.357000', '101421.362000', '101421.365000', '101421.367000', '101421.382000', '101421.385000', '101421.388000', '101421.391000', '101421.394000', '101421.397000', '101421.400000', '101421.402000', '101421.406000', '101421.408000', '101421.411000', '101441.257000', '101441.260000', '101441.263000', '101441.266000', '101441.269000', '101441.272000', '101441.275000', '101441.278000', '101441.281000', '101441.284000', '101441.287000', '101441.290000', '101441.293000', '101441.295000', '101441.298000', '101441.301000', '101441.304000', '101441.307000', '101441.310000', '101441.313000', '101441.316000', '101441.319000', '101441.322000', '101441.325000', '101441.328000', '101441.331000', '101441.333000', '101441.337000', '101441.339000', '101441.342000', '101441.345000', '101441.348000', '101441.351000', '101441.354000', '101441.357000', '101441.360000', '101441.363000', '101441.366000', '101441.369000', '101441.372000', '101441.374000', '101441.377000', '101441.380000', '101441.383000', '101501.257000', '101501.260000', '101501.263000', '101501.266000', '101501.269000', '101501.272000', '101501.275000', '101501.278000', '101501.281000', '101501.284000', '101501.287000', '101501.290000', '101501.297000', '101501.300000', '101501.303000', '101501.305000', '101501.308000', '101501.311000', '101501.314000', '101501.317000', '101501.320000', '101501.323000', '101501.326000', '101501.329000', '101501.332000', '101501.335000', '101501.338000', '101501.341000', '101501.344000', '101501.347000', '101501.349000', '101501.352000', '101501.355000', '101501.358000', '101501.361000', '101501.365000', '101501.370000', '101501.374000', '101501.377000', '101501.380000', '101501.383000', '101501.385000', '101501.388000', '101521.257000', '101521.260000', '101521.263000', '101521.266000', '101521.269000', '101521.272000', '101521.275000', '101521.278000', '101521.281000', '101521.283000', '101521.287000', '101521.289000', '101521.292000', '101521.295000', '101521.298000', '101521.301000', '101521.304000', '101521.307000', '101521.310000', '101521.313000', '101521.316000', '101521.319000', '101521.322000', '101521.325000', '101521.327000', '101521.330000', '101521.333000', '101521.336000', '101521.339000', '101521.342000', '101521.345000', '101521.348000', '101521.351000', '101521.354000', '101521.357000', '101521.360000', '101521.363000', '101521.365000', '101521.369000', '101521.371000', '101521.374000', '101521.377000', '101521.380000', '101521.383000', '101524.435000', '101524.438000', '101524.441000', '101524.444000', '101524.448000', '101524.451000', '101524.454000'], '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': [11896, 8337, 11635, 8838, 12504, 9242, 11651, 14336, 11862, 12862, 10359, 10528, 8162, 8512, 8357, 8443, 13316, 8465, 8439, 8513, 8283, 8469, 8408, 8656, 8262, 8265, 8411, 8323, 9269, 8560, 7924, 8545, 8196, 8268, 7909, 9538, 8553, 7906, 8513, 7985, 8437, 7962, 11302, 8675, 9407, 8607, 7794, 9458, 8264, 10871, 8388, 9578, 8422, 7778, 13214, 8492, 10063, 8193, 8147, 8189, 8111, 11907, 8250, 9996, 8478, 7889, 13703, 8474, 11213, 8132, 8021, 9854, 7957, 10948, 8150, 8096, 7653, 8007, 9624, 7957, 7742, 8124, 8086, 11001, 8181, 8608, 8094, 8262, 10264, 7902, 9148, 8030, 8023, 13365, 8227, 9947, 7787, 7895, 13013, 8026, 10361, 8013, 7839, 9161, 8021, 9459, 8160, 7965, 7980, 8389, 8123, 7837, 11228, 8164, 9370, 8151, 8064, 8705, 8010, 10920, 8257, 8514, 7771, 7838, 9225, 8008, 11211, 8064, 8273, 7913, 8401, 10199, 8253, 8230, 7931, 8013, 7943, 8049, 8267, 7980, 9286, 8048, 8480, 7768, 7948, 8258, 7843, 7843, 8009, 9801, 7941, 8465, 7733, 8714, 7725, 7745, 7950, 8703, 8047, 7857, 11102, 8054, 9410, 8070, 9449, 7768, 7770, 10814, 8080, 10129, 8132, 7946, 7759, 7951, 7768, 8166, 11336, 8104, 8408, 7950, 7935, 7998, 8182, 7938, 7936, 8039, 7926, 7820, 7994, 8904, 8057, 8076, 8068, 8963, 8043, 8511, 8057, 8071, 7949, 7928, 7713, 8036, 7791, 7998, 10399, 8101, 8712, 7881, 7889, 7974, 7967, 7888, 7934, 8658, 8026, 8916, 8031, 8146, 7881, 7944, 7963, 10132, 7818, 7267, 7968, 7849, 7876, 7940, 11250, 8103, 9232, 8275, 9272, 7823, 7916, 11103, 8266, 8716, 7828, 7917, 9463, 8293, 9248, 8349, 8159, 8267, 8086, 8274, 8159, 7961, 8395, 7617, 8366, 8029, 8449, 8026, 8519, 8155, 9974, 8193, 8880, 8242, 7833, 8065, 7920, 7990, 8192, 8119, 8241, 9953, 8085, 8568, 8170, 7804, 8037, 7962, 8124, 8241, 8267, 8285, 8130, 8027, 8040, 8035, 9893, 8261, 8228, 8032, 9990, 8173, 9567, 8251, 11783, 8493, 8072, 7855, 8310, 7788, 7971, 8060, 10948, 8232, 9549, 8135, 9043, 7948, 7784, 8253, 7847, 9236, 8165, 9416, 8363, 8134, 8354, 7655, 8225, 7924, 8114, 7818, 8237, 7857, 8219, 8105, 8308, 8057, 8404, 7969, 8139, 8156, 8327, 8239, 8458, 8314, 11575, 8481, 9115, 8348, 8331, 8431, 8535, 8363, 8241, 8574, 8023, 7992, 8237, 8583, 8306, 9344, 8232, 8870, 8088, 7897, 8178, 7832, 8052, 8099, 11505, 8166, 8938, 8320, 8383, 8132, 7836, 8415, 8161, 8223, 8295, 12455, 8299, 11893, 8178, 8510, 7872, 8077, 7991, 10361, 8282, 9765, 8090, 8883, 8084, 7799, 8229, 8011, 11196, 9124, 11758, 8265, 9996, 8432, 8086, 7690, 7855, 8067, 8172, 8061, 8201, 8654, 8185, 8604, 8407, 8000, 8593, 7722, 7749, 8032, 7644, 8032, 7813, 7839, 7535, 8000, 7483, 8715, 8023, 11509, 8144, 10621, 8168, 11186, 8238, 9670, 9924, 8173, 12007, 8043, 10578, 8311, 8517, 7547, 7693, 7545, 8498, 8296, 7764, 7839, 7945, 9991, 8076, 9038, 8051, 8653, 8440, 8828, 8253, 9349, 8457, 8188, 8405, 8494, 8068, 10793, 8085, 8648, 7792, 7957, 8409, 7332, 8592, 8405, 8312, 9823, 8269, 9556, 8167, 8326, 7877, 8368, 8058, 8010, 8060, 11065, 8175, 9090, 8344, 8705, 8215, 9310, 7985, 8918, 7858, 10431, 8017, 7739, 7930, 7698, 8205, 7890, 7846, 7794, 10792, 8244, 10145, 7510, 7767, 7593, 8014, 9445, 7867, 8688, 7849, 7437, 7464, 7307, 7516, 7490, 7610, 7491, 7738, 7621, 7764, 7450, 7825, 7325, 7586, 7573, 11902, 8308, 9807, 7751, 7786, 7944, 8181, 8535, 8013, 8370, 7780, 10689, 8389, 7928, 7275, 7722, 7179, 8377, 7789, 9601, 8310, 9425, 8671, 7879, 11634, 9305, 12285, 8212, 10272, 7514, 8045, 8089, 8033, 13002, 7852, 8019, 8266, 7544, 8112, 7873, 10061, 7983, 7542, 8312, 7554, 8088, 7811, 10596, 7791, 8821, 8238, 8799, 8015, 7854, 10438, 7958, 9066, 8367, 7940, 8234, 7791, 11350, 8208, 8733, 8429, 8040, 8216, 7911, 8040, 8032, 10282, 8378, 8960, 7985, 7671, 8009, 8183, 10011, 8140, 8591, 7952, 7631, 7813, 8003, 10377, 8302, 8663, 8285, 7642, 7883, 7981, 10736, 8266, 9377, 7804, 7615, 7858, 7974, 11730, 8373, 8818, 7967, 8064, 8156, 8114, 8640, 8254, 9308, 8001, 7788, 7620, 7736, 7730, 7995, 10863, 8197, 9463, 7770, 9819, 7589, 7612, 7585, 7465, 7772, 7395, 7580, 7922, 11516, 7986, 9355, 7964, 8232, 13087, 8985, 10872, 8143, 11218, 8152, 8126, 7799, 7973, 8013, 8181, 7809, 8194, 8551, 8242, 7985, 8771, 7533, 8074, 8479, 8089, 8350, 8258, 11789, 8391, 9640, 8371, 8040, 7724, 7861, 9190, 8272, 7718, 8026, 7685, 7642, 7978, 7751, 8061, 9396, 8197, 8307, 7766, 7578, 7784, 7809, 9883, 7683, 9458, 7760, 7516, 10642, 7776, 10311, 8112, 8866, 7613, 7486, 7395, 7534, 11389, 9104, 10438, 8148, 7694, 7077, 7739, 7193, 11621, 7982, 10274, 7822, 8833, 9536, 9359, 11467, 9317, 10622, 8700, 7955, 7555, 7796, 7704, 12911, 8418, 8754, 12163, 7814, 11722, 7971, 7742, 7785, 7472, 11750, 7566, 9729, 7644, 7953, 7425, 7439, 7411, 7777, 7542, 10881, 7768, 9981, 8043, 8012, 8307, 7754, 7531, 7556, 13040, 7847, 10420, 7878, 7789, 8105, 7891, 7841, 7637, 11232, 9034, 8187, 7332, 7188, 7479, 8159, 7434, 8816, 7720, 9559, 7693, 9042, 7636, 8149, 7981, 6946, 7157, 6716, 11534, 7106, 10439, 7099, 9882, 7156, 8064, 7740, 8138, 7184, 7321, 7479, 7317, 11823, 7528, 10747, 7829, 9319, 7487, 9285, 8714, 12605, 8918, 7638, 7777, 8041, 7839, 9037, 7736, 8782, 8043, 7508, 9305, 7633, 12797, 9502, 10579, 8093, 9768, 8899, 11449, 8298, 10167, 7160, 7284, 7329, 7413, 7912, 7671, 8293, 7581, 7219, 7666, 11273, 7991, 8777, 8311, 7452, 12505, 7887, 9387, 8168, 7463, 7727, 7507, 7389, 7270, 7615, 8875, 7559, 7506, 7388, 7814, 7588, 10813, 8299, 8416, 7963, 7766, 8124, 7829, 7877, 7966, 8073, 10221, 8859, 9119, 12639, 10238, 10538, 8294, 8080, 7431, 7938, 7915, 7892, 7629, 7778, 7591, 7650, 8086, 10390, 8003, 10320, 7436, 7357, 7130, 11109, 8008, 8982, 7761, 7322, 8003, 7814, 12566, 8880, 13037, 8496, 11798, 11116, 9092, 12742, 10435, 11624], 'WindowCenter': [3999.0, 3954.0, 3971.0, 3949.0, 3968.0, 3934.0, 3955.0, 3963.0, 3942.0, 3940.0, 3918.0, 3916.0, 3895.0, 3895.0, 3893.0, 3894.0, 3935.0, 3893.0, 3892.0, 3893.0, 3894.0, 3893.0, 3905.0, 3905.0, 3906.0, 3906.0, 3905.0, 3907.0, 3917.0, 3919.0, 3908.0, 3920.0, 3921.0, 3920.0, 3922.0, 3942.0, 3934.0, 3923.0, 3935.0, 3936.0, 3935.0, 3937.0, 3968.0, 3948.0, 3946.0, 3947.0, 3938.0, 3947.0, 3938.0, 3957.0, 3937.0, 3947.0, 3935.0, 3926.0, 3978.0, 3947.0, 3946.0, 3936.0, 3936.0, 3936.0, 3938.0, 3967.0, 3936.0, 3946.0, 3935.0, 3936.0, 3978.0, 3935.0, 3954.0, 3924.0, 3924.0, 3943.0, 3924.0, 3954.0, 3923.0, 3923.0, 3911.0, 3922.0, 3932.0, 3923.0, 3912.0, 3921.0, 3923.0, 3941.0, 3922.0, 3923.0, 3922.0, 3923.0, 3942.0, 3922.0, 3932.0, 3922.0, 3923.0, 3963.0, 3922.0, 3931.0, 3910.0, 3922.0, 3951.0, 3910.0, 3930.0, 3909.0, 3910.0, 3919.0, 3922.0, 3944.0, 3922.0, 3910.0, 3911.0, 3921.0, 3909.0, 3911.0, 3941.0, 3921.0, 3932.0, 3922.0, 3922.0, 3921.0, 3921.0, 3953.0, 3921.0, 3919.0, 3898.0, 3898.0, 3918.0, 3897.0, 3928.0, 3908.0, 3907.0, 3895.0, 3906.0, 3916.0, 3907.0, 3906.0, 3906.0, 3896.0, 3895.0, 3908.0, 3908.0, 3920.0, 3919.0, 3909.0, 3918.0, 3908.0, 3908.0, 3908.0, 3910.0, 3910.0, 3910.0, 3929.0, 3910.0, 3922.0, 3924.0, 3921.0, 3910.0, 3909.0, 3922.0, 3921.0, 3910.0, 3923.0, 3952.0, 3922.0, 3933.0, 3922.0, 3932.0, 3910.0, 3911.0, 3940.0, 3909.0, 3929.0, 3908.0, 3897.0, 3896.0, 3897.0, 3896.0, 3907.0, 3928.0, 3908.0, 3906.0, 3896.0, 3895.0, 3907.0, 3908.0, 3908.0, 3907.0, 3897.0, 3908.0, 3897.0, 3910.0, 3919.0, 3921.0, 3909.0, 3910.0, 3919.0, 3921.0, 3919.0, 3910.0, 3910.0, 3909.0, 3921.0, 3910.0, 3909.0, 3898.0, 3909.0, 3929.0, 3909.0, 3919.0, 3909.0, 3907.0, 3908.0, 3909.0, 3909.0, 3922.0, 3920.0, 3921.0, 3920.0, 3921.0, 3921.0, 3924.0, 3923.0, 3923.0, 3943.0, 3913.0, 3910.0, 3924.0, 3923.0, 3922.0, 3922.0, 3953.0, 3923.0, 3932.0, 3923.0, 3933.0, 3911.0, 3921.0, 3940.0, 3909.0, 3908.0, 3897.0, 3908.0, 3929.0, 3908.0, 3917.0, 3908.0, 3908.0, 3907.0, 3909.0, 3907.0, 3907.0, 3896.0, 3907.0, 3897.0, 3907.0, 3908.0, 3908.0, 3910.0, 3919.0, 3921.0, 3931.0, 3922.0, 3920.0, 3920.0, 3909.0, 3909.0, 3921.0, 3910.0, 3910.0, 3908.0, 3909.0, 3929.0, 3910.0, 3919.0, 3909.0, 3898.0, 3908.0, 3909.0, 3909.0, 3909.0, 3908.0, 3908.0, 3908.0, 3909.0, 3909.0, 3921.0, 3931.0, 3922.0, 3921.0, 3923.0, 3930.0, 3922.0, 3944.0, 3935.0, 3953.0, 3922.0, 3911.0, 3922.0, 3920.0, 3911.0, 3910.0, 3920.0, 3941.0, 3921.0, 3930.0, 3911.0, 3919.0, 3908.0, 3898.0, 3896.0, 3897.0, 3906.0, 3896.0, 3905.0, 3896.0, 3895.0, 3907.0, 3897.0, 3907.0, 3895.0, 3896.0, 3895.0, 3908.0, 3908.0, 3909.0, 3909.0, 3909.0, 3909.0, 3909.0, 3922.0, 3910.0, 3910.0, 3909.0, 3921.0, 3909.0, 3922.0, 3951.0, 3921.0, 3919.0, 3921.0, 3909.0, 3921.0, 3922.0, 3922.0, 3921.0, 3921.0, 3921.0, 3923.0, 3935.0, 3933.0, 3923.0, 3932.0, 3934.0, 3934.0, 3924.0, 3923.0, 3934.0, 3924.0, 3923.0, 3924.0, 3967.0, 3937.0, 3934.0, 3936.0, 3924.0, 3923.0, 3912.0, 3924.0, 3923.0, 3921.0, 3923.0, 3967.0, 3935.0, 3953.0, 3923.0, 3921.0, 3911.0, 3921.0, 3924.0, 3931.0, 3922.0, 3931.0, 3910.0, 3919.0, 3909.0, 3899.0, 3908.0, 3909.0, 3928.0, 3918.0, 3926.0, 3896.0, 3914.0, 3895.0, 3894.0, 3895.0, 3895.0, 3893.0, 3894.0, 3893.0, 3906.0, 3906.0, 3907.0, 3905.0, 3908.0, 3908.0, 3919.0, 3910.0, 3924.0, 3921.0, 3911.0, 3910.0, 3912.0, 3912.0, 3924.0, 3923.0, 3925.0, 3934.0, 3924.0, 3955.0, 3926.0, 3956.0, 3924.0, 3943.0, 3921.0, 3932.0, 3930.0, 3909.0, 3938.0, 3897.0, 3929.0, 3909.0, 3907.0, 3896.0, 3886.0, 3897.0, 3906.0, 3907.0, 3899.0, 3896.0, 3909.0, 3930.0, 3912.0, 3922.0, 3923.0, 3920.0, 3911.0, 3920.0, 3910.0, 3920.0, 3910.0, 3908.0, 3910.0, 3909.0, 3910.0, 3930.0, 3898.0, 3896.0, 3885.0, 3895.0, 3908.0, 3897.0, 3920.0, 3921.0, 3923.0, 3933.0, 3912.0, 3921.0, 3909.0, 3909.0, 3910.0, 3910.0, 3911.0, 3909.0, 3911.0, 3941.0, 3922.0, 3921.0, 3925.0, 3923.0, 3923.0, 3920.0, 3909.0, 3921.0, 3911.0, 3930.0, 3898.0, 3898.0, 3898.0, 3899.0, 3908.0, 3909.0, 3897.0, 3898.0, 3928.0, 3908.0, 3928.0, 3887.0, 3898.0, 3896.0, 3897.0, 3918.0, 3910.0, 3908.0, 3897.0, 3885.0, 3898.0, 3897.0, 3898.0, 3899.0, 3899.0, 3900.0, 3910.0, 3912.0, 3912.0, 3901.0, 3911.0, 3913.0, 3910.0, 3912.0, 3952.0, 3911.0, 3943.0, 3911.0, 3911.0, 3908.0, 3909.0, 3908.0, 3920.0, 3934.0, 3924.0, 3943.0, 3921.0, 3910.0, 3900.0, 3912.0, 3913.0, 3923.0, 3913.0, 3932.0, 3922.0, 3933.0, 3922.0, 3923.0, 3943.0, 3921.0, 3940.0, 3908.0, 3918.0, 3887.0, 3896.0, 3895.0, 3896.0, 3936.0, 3895.0, 3883.0, 3894.0, 3885.0, 3894.0, 3896.0, 3916.0, 3909.0, 3898.0, 3921.0, 3911.0, 3911.0, 3913.0, 3943.0, 3911.0, 3920.0, 3911.0, 3921.0, 3909.0, 3911.0, 3930.0, 3910.0, 3919.0, 3910.0, 3910.0, 3910.0, 3912.0, 3954.0, 3922.0, 3921.0, 3921.0, 3911.0, 3921.0, 3924.0, 3912.0, 3912.0, 3931.0, 3922.0, 3922.0, 3922.0, 3914.0, 3924.0, 3923.0, 3932.0, 3922.0, 3921.0, 3911.0, 3913.0, 3913.0, 3912.0, 3931.0, 3922.0, 3921.0, 3922.0, 3913.0, 3911.0, 3922.0, 3941.0, 3922.0, 3931.0, 3911.0, 3911.0, 3912.0, 3922.0, 3952.0, 3921.0, 3920.0, 3923.0, 3922.0, 3911.0, 3912.0, 3920.0, 3922.0, 3931.0, 3923.0, 3912.0, 3912.0, 3913.0, 3911.0, 3923.0, 3942.0, 3934.0, 3945.0, 3927.0, 3946.0, 3913.0, 3912.0, 3914.0, 3911.0, 3913.0, 3926.0, 3924.0, 3925.0, 3954.0, 3922.0, 3933.0, 3911.0, 3922.0, 3952.0, 3920.0, 3929.0, 3897.0, 3929.0, 3896.0, 3897.0, 3884.0, 3895.0, 3894.0, 3905.0, 3895.0, 3907.0, 3907.0, 3908.0, 3909.0, 3921.0, 3910.0, 3908.0, 3908.0, 3908.0, 3907.0, 3908.0, 3938.0, 3908.0, 3917.0, 3906.0, 3897.0, 3898.0, 3910.0, 3917.0, 3908.0, 3897.0, 3907.0, 3909.0, 3910.0, 3922.0, 3910.0, 3923.0, 3944.0, 3934.0, 3935.0, 3924.0, 3925.0, 3924.0, 3925.0, 3945.0, 3924.0, 3946.0, 3913.0, 3914.0, 3944.0, 3926.0, 3945.0, 3923.0, 3933.0, 3912.0, 3912.0, 3912.0, 3925.0, 3955.0, 3934.0, 3943.0, 3911.0, 3911.0, 3901.0, 3913.0, 3915.0, 3954.0, 3924.0, 3944.0, 3912.0, 3934.0, 3944.0, 3935.0, 3956.0, 3922.0, 3929.0, 3908.0, 3896.0, 3886.0, 3884.0, 3884.0, 3926.0, 3894.0, 3895.0, 3913.0, 3882.0, 3912.0, 3881.0, 3870.0, 3870.0, 3882.0, 3913.0, 3870.0, 3890.0, 3881.0, 3881.0, 3871.0, 3882.0, 3884.0, 3883.0, 3896.0, 3915.0, 3895.0, 3915.0, 3896.0, 3895.0, 3894.0, 3896.0, 3894.0, 3883.0, 3924.0, 3883.0, 3913.0, 3883.0, 3883.0, 3893.0, 3895.0, 3883.0, 3896.0, 3926.0, 3905.0, 3893.0, 3882.0, 3884.0, 3883.0, 3907.0, 3898.0, 3906.0, 3897.0, 3918.0, 3912.0, 3919.0, 3911.0, 3909.0, 3907.0, 3887.0, 3898.0, 3889.0, 3939.0, 3887.0, 3928.0, 3888.0, 3918.0, 3899.0, 3907.0, 3910.0, 3910.0, 3888.0, 3898.0, 3899.0, 3899.0, 3938.0, 3910.0, 3929.0, 3898.0, 3917.0, 3911.0, 3931.0, 3919.0, 3940.0, 3919.0, 3897.0, 3898.0, 3908.0, 3910.0, 3920.0, 3909.0, 3920.0, 3909.0, 3901.0, 3931.0, 3910.0, 3951.0, 3930.0, 3928.0, 3896.0, 3930.0, 3919.0, 3939.0, 3895.0, 3916.0, 3875.0, 3884.0, 3886.0, 3886.0, 3907.0, 3897.0, 3906.0, 3897.0, 3885.0, 3896.0, 3928.0, 3897.0, 3907.0, 3895.0, 3885.0, 3925.0, 3897.0, 3904.0, 3892.0, 3872.0, 3884.0, 3886.0, 3899.0, 3887.0, 3898.0, 3907.0, 3898.0, 3887.0, 3888.0, 3897.0, 3898.0, 3930.0, 3909.0, 3898.0, 3909.0, 3898.0, 3909.0, 3900.0, 3911.0, 3910.0, 3911.0, 3931.0, 3909.0, 3908.0, 3927.0, 3915.0, 3905.0, 3883.0, 3883.0, 3873.0, 3882.0, 3883.0, 3882.0, 3883.0, 3897.0, 3884.0, 3886.0, 3896.0, 3917.0, 3899.0, 3919.0, 3887.0, 3900.0, 3901.0, 3940.0, 3911.0, 3920.0, 3910.0, 3913.0, 3911.0, 3924.0, 3954.0, 3936.0, 3965.0, 3910.0, 3942.0, 3928.0, 3907.0, 3928.0, 3905.0, 3914.0], 'WindowWidth': [8924.0, 8853.0, 8870.0, 8834.0, 8857.0, 8805.0, 8832.0, 8840.0, 8808.0, 8802.0, 8770.0, 8762.0, 8733.0, 8733.0, 8728.0, 8729.0, 8785.0, 8728.0, 8724.0, 8728.0, 8730.0, 8727.0, 8747.0, 8746.0, 8750.0, 8749.0, 8749.0, 8755.0, 8766.0, 8774.0, 8759.0, 8777.0, 8779.0, 8776.0, 8783.0, 8813.0, 8805.0, 8789.0, 8808.0, 8810.0, 8807.0, 8815.0, 8857.0, 8829.0, 8825.0, 8826.0, 8816.0, 8826.0, 8815.0, 8841.0, 8814.0, 8826.0, 8807.0, 8798.0, 8869.0, 8826.0, 8822.0, 8810.0, 8811.0, 8812.0, 8816.0, 8852.0, 8811.0, 8824.0, 8807.0, 8811.0, 8869.0, 8807.0, 8831.0, 8790.0, 8791.0, 8814.0, 8790.0, 8832.0, 8787.0, 8786.0, 8768.0, 8783.0, 8796.0, 8786.0, 8771.0, 8782.0, 8786.0, 8810.0, 8784.0, 8787.0, 8784.0, 8787.0, 8810.0, 8784.0, 8799.0, 8784.0, 8785.0, 8841.0, 8782.0, 8795.0, 8763.0, 8782.0, 8821.0, 8764.0, 8789.0, 8762.0, 8762.0, 8775.0, 8783.0, 8817.0, 8787.0, 8765.0, 8767.0, 8781.0, 8763.0, 8768.0, 8808.0, 8782.0, 8798.0, 8785.0, 8782.0, 8779.0, 8781.0, 8829.0, 8782.0, 8775.0, 8746.0, 8747.0, 8770.0, 8742.0, 8785.0, 8757.0, 8753.0, 8735.0, 8751.0, 8764.0, 8755.0, 8751.0, 8753.0, 8738.0, 8737.0, 8759.0, 8758.0, 8779.0, 8774.0, 8761.0, 8770.0, 8759.0, 8758.0, 8759.0, 8764.0, 8764.0, 8764.0, 8790.0, 8763.0, 8785.0, 8792.0, 8782.0, 8766.0, 8761.0, 8783.0, 8781.0, 8765.0, 8789.0, 8824.0, 8785.0, 8801.0, 8786.0, 8796.0, 8765.0, 8767.0, 8805.0, 8763.0, 8790.0, 8759.0, 8740.0, 8739.0, 8740.0, 8737.0, 8755.0, 8784.0, 8758.0, 8751.0, 8739.0, 8736.0, 8757.0, 8758.0, 8757.0, 8755.0, 8740.0, 8759.0, 8743.0, 8764.0, 8777.0, 8781.0, 8761.0, 8763.0, 8776.0, 8781.0, 8776.0, 8767.0, 8764.0, 8762.0, 8780.0, 8767.0, 8763.0, 8745.0, 8763.0, 8788.0, 8763.0, 8775.0, 8763.0, 8756.0, 8759.0, 8761.0, 8764.0, 8784.0, 8780.0, 8782.0, 8780.0, 8781.0, 8783.0, 8793.0, 8789.0, 8790.0, 8813.0, 8775.0, 8765.0, 8792.0, 8791.0, 8784.0, 8786.0, 8830.0, 8787.0, 8798.0, 8787.0, 8800.0, 8768.0, 8782.0, 8806.0, 8761.0, 8758.0, 8742.0, 8759.0, 8788.0, 8758.0, 8768.0, 8756.0, 8757.0, 8754.0, 8761.0, 8756.0, 8754.0, 8737.0, 8755.0, 8741.0, 8756.0, 8758.0, 8757.0, 8764.0, 8776.0, 8782.0, 8794.0, 8784.0, 8779.0, 8778.0, 8760.0, 8761.0, 8782.0, 8764.0, 8762.0, 8759.0, 8759.0, 8789.0, 8766.0, 8775.0, 8762.0, 8744.0, 8757.0, 8762.0, 8760.0, 8762.0, 8758.0, 8759.0, 8756.0, 8760.0, 8761.0, 8780.0, 8795.0, 8786.0, 8781.0, 8787.0, 8793.0, 8784.0, 8818.0, 8807.0, 8829.0, 8783.0, 8766.0, 8783.0, 8779.0, 8768.0, 8765.0, 8779.0, 8809.0, 8782.0, 8789.0, 8766.0, 8773.0, 8758.0, 8744.0, 8737.0, 8739.0, 8750.0, 8735.0, 8745.0, 8736.0, 8735.0, 8752.0, 8739.0, 8752.0, 8732.0, 8738.0, 8734.0, 8756.0, 8758.0, 8761.0, 8761.0, 8761.0, 8760.0, 8760.0, 8784.0, 8766.0, 8764.0, 8761.0, 8781.0, 8763.0, 8782.0, 8821.0, 8780.0, 8775.0, 8778.0, 8762.0, 8781.0, 8784.0, 8784.0, 8779.0, 8779.0, 8780.0, 8787.0, 8807.0, 8800.0, 8786.0, 8798.0, 8804.0, 8804.0, 8792.0, 8787.0, 8802.0, 8789.0, 8785.0, 8789.0, 8851.0, 8813.0, 8803.0, 8808.0, 8791.0, 8787.0, 8771.0, 8789.0, 8787.0, 8781.0, 8785.0, 8853.0, 8809.0, 8827.0, 8785.0, 8780.0, 8766.0, 8782.0, 8790.0, 8795.0, 8783.0, 8794.0, 8765.0, 8772.0, 8761.0, 8746.0, 8755.0, 8760.0, 8785.0, 8771.0, 8778.0, 8735.0, 8758.0, 8733.0, 8730.0, 8735.0, 8734.0, 8728.0, 8731.0, 8728.0, 8750.0, 8752.0, 8754.0, 8749.0, 8758.0, 8757.0, 8774.0, 8765.0, 8793.0, 8780.0, 8768.0, 8764.0, 8769.0, 8769.0, 8791.0, 8788.0, 8794.0, 8803.0, 8792.0, 8833.0, 8795.0, 8835.0, 8789.0, 8812.0, 8779.0, 8796.0, 8787.0, 8759.0, 8797.0, 8739.0, 8786.0, 8762.0, 8752.0, 8737.0, 8722.0, 8740.0, 8751.0, 8751.0, 8745.0, 8738.0, 8758.0, 8788.0, 8767.0, 8782.0, 8784.0, 8777.0, 8765.0, 8777.0, 8763.0, 8772.0, 8761.0, 8755.0, 8763.0, 8758.0, 8764.0, 8789.0, 8744.0, 8734.0, 8720.0, 8733.0, 8756.0, 8739.0, 8776.0, 8781.0, 8788.0, 8798.0, 8769.0, 8776.0, 8759.0, 8758.0, 8762.0, 8762.0, 8765.0, 8760.0, 8764.0, 8806.0, 8781.0, 8780.0, 8792.0, 8785.0, 8785.0, 8777.0, 8761.0, 8781.0, 8766.0, 8791.0, 8742.0, 8743.0, 8743.0, 8746.0, 8756.0, 8758.0, 8740.0, 8742.0, 8783.0, 8757.0, 8783.0, 8726.0, 8743.0, 8736.0, 8739.0, 8771.0, 8763.0, 8756.0, 8742.0, 8722.0, 8743.0, 8740.0, 8746.0, 8747.0, 8746.0, 8750.0, 8763.0, 8769.0, 8769.0, 8752.0, 8765.0, 8771.0, 8764.0, 8770.0, 8822.0, 8765.0, 8813.0, 8766.0, 8765.0, 8756.0, 8760.0, 8756.0, 8779.0, 8803.0, 8790.0, 8812.0, 8781.0, 8764.0, 8750.0, 8772.0, 8776.0, 8785.0, 8772.0, 8794.0, 8782.0, 8797.0, 8781.0, 8784.0, 8811.0, 8779.0, 8801.0, 8756.0, 8769.0, 8726.0, 8736.0, 8730.0, 8734.0, 8790.0, 8732.0, 8713.0, 8730.0, 8718.0, 8730.0, 8736.0, 8764.0, 8758.0, 8742.0, 8779.0, 8768.0, 8765.0, 8772.0, 8814.0, 8765.0, 8774.0, 8764.0, 8778.0, 8760.0, 8764.0, 8788.0, 8761.0, 8773.0, 8763.0, 8762.0, 8763.0, 8769.0, 8829.0, 8781.0, 8778.0, 8779.0, 8766.0, 8780.0, 8790.0, 8769.0, 8769.0, 8794.0, 8783.0, 8782.0, 8784.0, 8775.0, 8790.0, 8784.0, 8794.0, 8784.0, 8781.0, 8768.0, 8773.0, 8772.0, 8769.0, 8792.0, 8781.0, 8779.0, 8784.0, 8773.0, 8767.0, 8783.0, 8807.0, 8782.0, 8793.0, 8768.0, 8768.0, 8769.0, 8782.0, 8822.0, 8780.0, 8778.0, 8785.0, 8784.0, 8766.0, 8769.0, 8778.0, 8782.0, 8795.0, 8786.0, 8769.0, 8772.0, 8773.0, 8767.0, 8784.0, 8811.0, 8805.0, 8822.0, 8802.0, 8821.0, 8775.0, 8769.0, 8775.0, 8767.0, 8774.0, 8797.0, 8789.0, 8792.0, 8829.0, 8784.0, 8799.0, 8767.0, 8782.0, 8821.0, 8777.0, 8787.0, 8742.0, 8787.0, 8736.0, 8739.0, 8718.0, 8732.0, 8728.0, 8747.0, 8734.0, 8753.0, 8754.0, 8758.0, 8762.0, 8784.0, 8766.0, 8756.0, 8756.0, 8755.0, 8752.0, 8756.0, 8796.0, 8758.0, 8767.0, 8751.0, 8739.0, 8746.0, 8763.0, 8766.0, 8756.0, 8741.0, 8754.0, 8761.0, 8766.0, 8783.0, 8766.0, 8786.0, 8817.0, 8805.0, 8807.0, 8791.0, 8794.0, 8790.0, 8792.0, 8819.0, 8791.0, 8823.0, 8774.0, 8776.0, 8817.0, 8795.0, 8819.0, 8788.0, 8798.0, 8769.0, 8770.0, 8772.0, 8795.0, 8832.0, 8801.0, 8813.0, 8767.0, 8766.0, 8754.0, 8771.0, 8779.0, 8829.0, 8788.0, 8815.0, 8771.0, 8802.0, 8818.0, 8806.0, 8834.0, 8784.0, 8787.0, 8757.0, 8737.0, 8721.0, 8716.0, 8718.0, 8777.0, 8730.0, 8731.0, 8751.0, 8711.0, 8750.0, 8706.0, 8690.0, 8690.0, 8711.0, 8752.0, 8691.0, 8717.0, 8708.0, 8708.0, 8697.0, 8712.0, 8719.0, 8716.0, 8737.0, 8761.0, 8736.0, 8759.0, 8736.0, 8732.0, 8731.0, 8738.0, 8731.0, 8717.0, 8770.0, 8714.0, 8753.0, 8713.0, 8715.0, 8727.0, 8733.0, 8713.0, 8738.0, 8778.0, 8748.0, 8728.0, 8713.0, 8718.0, 8717.0, 8756.0, 8745.0, 8752.0, 8741.0, 8769.0, 8771.0, 8775.0, 8766.0, 8762.0, 8756.0, 8730.0, 8746.0, 8737.0, 8800.0, 8730.0, 8783.0, 8731.0, 8770.0, 8747.0, 8755.0, 8763.0, 8765.0, 8732.0, 8745.0, 8745.0, 8747.0, 8799.0, 8763.0, 8786.0, 8744.0, 8767.0, 8767.0, 8794.0, 8775.0, 8804.0, 8773.0, 8739.0, 8746.0, 8757.0, 8765.0, 8776.0, 8763.0, 8778.0, 8761.0, 8752.0, 8793.0, 8765.0, 8819.0, 8789.0, 8784.0, 8738.0, 8789.0, 8772.0, 8799.0, 8735.0, 8762.0, 8707.0, 8717.0, 8724.0, 8725.0, 8754.0, 8739.0, 8749.0, 8740.0, 8723.0, 8738.0, 8782.0, 8739.0, 8752.0, 8732.0, 8720.0, 8773.0, 8739.0, 8742.0, 8724.0, 8697.0, 8716.0, 8721.0, 8747.0, 8725.0, 8741.0, 8751.0, 8741.0, 8725.0, 8730.0, 8739.0, 8745.0, 8786.0, 8758.0, 8741.0, 8757.0, 8743.0, 8759.0, 8748.0, 8765.0, 8762.0, 8764.0, 8792.0, 8757.0, 8756.0, 8778.0, 8758.0, 8743.0, 8711.0, 8711.0, 8698.0, 8708.0, 8712.0, 8709.0, 8714.0, 8739.0, 8718.0, 8722.0, 8734.0, 8765.0, 8744.0, 8770.0, 8728.0, 8749.0, 8751.0, 8801.0, 8765.0, 8776.0, 8764.0, 8771.0, 8768.0, 8790.0, 8829.0, 8807.0, 8844.0, 8764.0, 8806.0, 8779.0, 8750.0, 8780.0, 8746.0, 8753.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.0009753719912472649</td></tr>
<tr><td colspan=3>aqi</td><td>0.02687890240700219</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.56952160022997</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.229870165410733</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0067173230777648</td></tr>
<tr><td colspan=3>efc</td><td>0.4473</td></tr>
<tr><td colspan=3>fber</td><td>8479.0264</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09644374562184724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8446389496717726</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4323525268371284</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.337406216999166</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.735810662045918</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2238407014663006</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182781</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014943564310669899</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029366519302129745</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.775413076001299</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>25.9137</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.2028</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.7391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307995.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.8761</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.6304</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3171.2996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.0274</td></tr>
<tr><td colspan=3>tsnr</td><td>38.882410743273795</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>