<?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-0088_ses-02_task-alignvideo_acq-mb8_run-04_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-0088_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0088_suffix-bold_task-alignvideo" 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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0088_suffix-bold_task-alignvideo" 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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_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-0088/ses-02/func/sub-0088_ses-02_task-alignvideo_acq-mb8_run-04_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>bf37dc6dc5595f99b77df731db8f2dce</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:19:32.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_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999564, -0.024909, -0.0158329, 0.0253017, 0.999364, 0.0251074]</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-04_task-alignvideo_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.0815369</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7778, -7192, 512, -10, -125, -15, 76]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>281c6a49-90df-481d-a3b6-18bc55a91599||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681757926940918, 0.06788259744644165, -0.041033126413822174, 113.50041198730469], [0.06682896614074707, 2.6812219619750977, 0.0688420906662941, -94.45052337646484], [-0.04247855767607689, -0.06736134737730026, 2.698810338973999, -56.20964431762695], [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': ['101932.420000', '101932.880000', '101933.340000', '101933.800000', '101934.260000', '101934.720000', '101935.180000', '101935.640000', '101936.100000', '101936.560000', '101937.020000', '101937.480000', '101937.940000', '101938.400000', '101938.860000', '101939.320000', '101939.780000', '101940.240000', '101940.700000', '101941.160000', '101941.620000', '101942.080000', '101942.540000', '101943.000000', '101943.460000', '101943.920000', '101944.380000', '101944.840000', '101945.300000', '101945.760000', '101946.220000', '101946.680000', '101947.140000', '101947.600000', '101948.060000', '101948.520000', '101948.980000', '101949.440000', '101949.900000', '101950.360000', '101950.820000', '101951.280000', '101951.740000', '101952.200000', '101952.660000', '101953.120000', '101953.580000', '101954.040000', '101954.500000', '101954.960000', '101955.420000', '101955.880000', '101956.340000', '101956.800000', '101957.260000', '101957.720000', '101958.180000', '101958.640000', '101959.100000', '101959.560000', '102000.020000', '102000.480000', '102000.940000', '102001.400000', '102001.860000', '102002.320000', '102002.780000', '102003.240000', '102003.700000', '102004.160000', '102004.620000', '102005.080000', '102005.540000', '102006.000000', '102006.460000', '102006.920000', '102007.380000', '102007.840000', '102008.300000', '102008.760000', '102009.220000', '102009.680000', '102010.140000', '102010.600000', '102011.060000', '102011.520000', '102011.980000', '102012.440000', '102012.900000', '102013.360000', '102013.820000', '102014.280000', '102014.740000', '102015.200000', '102015.660000', '102016.120000', '102016.580000', '102017.040000', '102017.500000', '102017.960000', '102018.420000', '102018.880000', '102019.340000', '102019.800000', '102020.260000', '102020.720000', '102021.180000', '102021.640000', '102022.100000', '102022.560000', '102023.020000', '102023.480000', '102023.940000', '102024.400000', '102024.860000', '102025.320000', '102025.780000', '102026.240000', '102026.700000', '102027.160000', '102027.620000', '102028.080000', '102028.540000', '102029.000000', '102029.460000', '102029.920000', '102030.380000', '102030.840000', '102031.300000', '102031.760000', '102032.220000', '102032.680000', '102033.140000', '102033.600000', '102034.060000', '102034.520000', '102034.980000', '102035.440000', '102035.900000', '102036.360000', '102036.820000', '102037.280000', '102037.740000', '102038.200000', '102038.660000', '102039.120000', '102039.580000', '102040.040000', '102040.500000', '102040.960000', '102041.420000', '102041.880000', '102042.340000', '102042.800000', '102043.260000', '102043.720000', '102044.180000', '102044.640000', '102045.100000', '102045.560000', '102046.020000', '102046.480000', '102046.940000', '102047.400000', '102047.860000', '102048.320000', '102048.780000', '102049.240000', '102049.700000', '102050.160000', '102050.620000', '102051.080000', '102051.540000', '102052.000000', '102052.460000', '102052.920000', '102053.380000', '102053.840000', '102054.300000', '102054.760000', '102055.220000', '102055.680000', '102056.140000', '102056.600000', '102057.060000', '102057.520000', '102057.980000', '102058.440000', '102058.900000', '102059.360000', '102059.820000', '102100.280000', '102100.740000', '102101.200000', '102101.660000', '102102.120000', '102102.580000', '102103.040000', '102103.500000', '102103.960000', '102104.420000', '102104.880000', '102105.340000', '102105.800000', '102106.260000', '102106.720000', '102107.180000', '102107.640000', '102108.100000', '102108.560000', '102109.020000', '102109.480000', '102109.940000', '102110.400000', '102110.860000', '102111.320000', '102111.780000', '102112.240000', '102112.700000', '102113.160000', '102113.620000', '102114.080000', '102114.540000', '102115.000000', '102115.460000', '102115.920000', '102116.380000', '102116.840000', '102117.300000', '102117.760000', '102118.220000', '102118.680000', '102119.140000', '102119.600000', '102120.060000', '102120.520000', '102120.980000', '102121.440000', '102121.900000', '102122.360000', '102122.820000', '102123.280000', '102123.740000', '102124.200000', '102124.660000', '102125.120000', '102125.580000', '102126.040000', '102126.500000', '102126.960000', '102127.420000', '102127.880000', '102128.340000', '102128.800000', '102129.260000', '102129.720000', '102130.180000', '102130.640000', '102131.100000', '102131.560000', '102132.020000', '102132.480000', '102132.940000', '102133.400000', '102133.860000', '102134.320000', '102134.780000', '102135.240000', '102135.700000', '102136.160000', '102136.620000', '102137.080000', '102137.540000', '102138.000000', '102138.460000', '102138.920000', '102139.380000', '102139.840000', '102140.300000', '102140.760000', '102141.220000', '102141.680000', '102142.140000', '102142.600000', '102143.060000', '102143.520000', '102143.980000', '102144.440000', '102144.900000', '102145.360000', '102145.820000', '102146.280000', '102146.740000', '102147.200000', '102147.660000', '102148.120000', '102148.580000', '102149.040000', '102149.500000', '102149.960000', '102150.420000', '102150.880000', '102151.340000', '102151.800000', '102152.260000', '102152.720000', '102153.180000', '102153.640000', '102154.100000', '102154.560000', '102155.020000', '102155.480000', '102155.940000', '102156.400000', '102156.860000', '102157.320000', '102157.780000', '102158.240000', '102158.700000', '102159.160000', '102159.620000', '102200.080000', '102200.540000', '102201.000000', '102201.460000', '102201.920000', '102202.380000', '102202.840000', '102203.300000', '102203.760000', '102204.220000', '102204.680000', '102205.140000', '102205.600000', '102206.060000', '102206.520000', '102206.980000', '102207.440000', '102207.900000', '102208.360000', '102208.820000', '102209.280000', '102209.740000', '102210.200000', '102210.660000', '102211.120000', '102211.580000', '102212.040000', '102212.500000', '102212.960000', '102213.420000', '102213.880000', '102214.340000', '102214.800000', '102215.260000', '102215.720000', '102216.180000', '102216.640000', '102217.100000', '102217.560000', '102218.020000', '102218.480000', '102218.940000', '102219.400000', '102219.860000', '102220.320000', '102220.780000', '102221.240000', '102221.700000', '102222.160000', '102222.620000', '102223.080000', '102223.540000', '102224.000000', '102224.460000', '102224.920000', '102225.380000', '102225.840000', '102226.300000', '102226.760000', '102227.220000', '102227.680000', '102228.140000', '102228.600000', '102229.060000', '102229.520000', '102229.980000', '102230.440000', '102230.900000', '102231.360000', '102231.820000', '102232.280000', '102232.740000', '102233.200000', '102233.660000', '102234.120000', '102234.580000', '102235.040000', '102235.500000', '102235.960000', '102236.420000', '102236.880000', '102237.340000', '102237.800000', '102238.260000', '102238.720000', '102239.180000', '102239.640000', '102240.100000', '102240.560000', '102241.020000', '102241.480000', '102241.940000', '102242.400000', '102242.860000', '102243.320000', '102243.780000', '102244.240000', '102244.700000', '102245.160000', '102245.620000', '102246.080000', '102246.540000', '102247.000000', '102247.460000', '102247.920000', '102248.380000', '102248.840000', '102249.300000', '102249.760000', '102250.220000', '102250.680000', '102251.140000', '102251.600000', '102252.060000', '102252.520000', '102252.980000', '102253.440000', '102253.900000', '102254.360000', '102254.820000', '102255.280000', '102255.740000', '102256.200000', '102256.660000', '102257.120000', '102257.580000', '102258.040000', '102258.500000', '102258.960000', '102259.420000', '102259.880000', '102300.340000', '102300.800000', '102301.260000', '102301.720000', '102302.180000', '102302.640000', '102303.100000', '102303.560000', '102304.020000', '102304.480000', '102304.940000', '102305.400000', '102305.860000', '102306.320000', '102306.780000', '102307.240000', '102307.700000', '102308.160000', '102308.620000', '102309.080000', '102309.540000', '102310.000000', '102310.460000', '102310.920000', '102311.380000', '102311.840000', '102312.300000', '102312.760000', '102313.220000', '102313.680000', '102314.140000', '102314.600000', '102315.060000', '102315.520000', '102315.980000', '102316.440000', '102316.900000', '102317.360000', '102317.820000', '102318.280000', '102318.740000', '102319.200000', '102319.660000', '102320.120000', '102320.580000', '102321.040000', '102321.500000', '102321.960000', '102322.420000', '102322.880000', '102323.340000', '102323.800000', '102324.260000', '102324.720000', '102325.180000', '102325.640000', '102326.100000', '102326.560000', '102327.020000', '102327.480000', '102327.940000', '102328.400000', '102328.860000', '102329.320000', '102329.780000', '102330.240000', '102330.700000', '102331.160000', '102331.620000', '102332.080000', '102332.540000', '102333.000000', '102333.460000', '102333.920000', '102334.380000', '102334.840000', '102335.300000', '102335.760000', '102336.220000', '102336.680000', '102337.140000', '102337.600000', '102338.060000', '102338.520000', '102338.980000', '102339.440000', '102339.900000', '102340.360000', '102340.820000', '102341.280000', '102341.740000', '102342.200000', '102342.660000', '102343.120000', '102343.580000', '102344.040000', '102344.500000', '102344.960000', '102345.420000', '102345.880000', '102346.340000', '102346.800000', '102347.260000', '102347.720000', '102348.180000', '102348.640000', '102349.100000', '102349.560000', '102350.020000', '102350.480000', '102350.940000', '102351.400000', '102351.860000', '102352.320000', '102352.780000', '102353.240000', '102353.700000', '102354.160000', '102354.620000', '102355.080000', '102355.540000', '102356.000000', '102356.460000', '102356.920000', '102357.380000', '102357.840000', '102358.300000', '102358.760000', '102359.220000', '102359.680000', '102400.140000', '102400.600000', '102401.060000', '102401.520000', '102401.980000', '102402.440000', '102402.900000', '102403.360000', '102403.820000', '102404.280000', '102404.740000', '102405.200000', '102405.660000', '102406.120000', '102406.580000', '102407.040000', '102407.500000', '102407.960000', '102408.420000', '102408.880000', '102409.340000', '102409.800000', '102410.260000', '102410.720000', '102411.180000', '102411.640000', '102412.100000', '102412.560000', '102413.020000', '102413.480000', '102413.940000', '102414.400000', '102414.860000', '102415.320000', '102415.780000', '102416.240000', '102416.700000', '102417.160000', '102417.620000', '102418.080000', '102418.540000', '102419.000000', '102419.460000', '102419.920000', '102420.380000', '102420.840000', '102421.300000', '102421.760000', '102422.220000', '102422.680000', '102423.140000', '102423.600000', '102424.060000', '102424.520000', '102424.980000', '102425.440000', '102425.900000', '102426.360000', '102426.820000', '102427.280000', '102427.740000', '102428.200000', '102428.660000', '102429.120000', '102429.580000', '102430.040000', '102430.500000', '102430.960000', '102431.420000', '102431.880000', '102432.340000', '102432.800000', '102433.260000', '102433.720000', '102434.180000', '102434.640000', '102435.100000', '102435.560000', '102436.020000', '102436.480000', '102436.940000', '102437.400000', '102437.860000', '102438.320000', '102438.780000', '102439.240000', '102439.700000', '102440.160000', '102440.620000', '102441.080000', '102441.540000', '102442.000000', '102442.460000', '102442.920000', '102443.380000', '102443.840000', '102444.300000', '102444.760000', '102445.220000', '102445.680000', '102446.140000', '102446.600000', '102447.060000', '102447.520000', '102447.980000', '102448.440000', '102448.900000', '102449.360000', '102449.820000', '102450.280000', '102450.740000', '102451.200000', '102451.660000', '102452.120000', '102452.580000', '102453.040000', '102453.500000', '102453.960000', '102454.420000', '102454.880000', '102455.340000', '102455.800000', '102456.260000', '102456.720000', '102457.180000', '102457.640000', '102458.100000', '102458.560000', '102459.020000', '102459.480000', '102459.940000', '102500.400000', '102500.860000', '102501.320000', '102501.780000', '102502.240000', '102502.700000', '102503.160000', '102503.620000', '102504.080000', '102504.540000', '102505.000000', '102505.460000', '102505.920000', '102506.380000', '102506.840000', '102507.300000', '102507.760000', '102508.220000', '102508.680000', '102509.140000', '102509.600000', '102510.060000', '102510.520000', '102510.980000', '102511.440000', '102511.900000', '102512.360000', '102512.820000', '102513.280000', '102513.740000', '102514.200000', '102514.660000', '102515.120000', '102515.580000', '102516.040000', '102516.500000', '102516.960000', '102517.420000', '102517.880000', '102518.340000', '102518.800000', '102519.260000', '102519.720000', '102520.180000', '102520.640000', '102521.100000', '102521.560000', '102522.020000', '102522.480000', '102522.940000', '102523.400000', '102523.860000', '102524.320000', '102524.780000', '102525.240000', '102525.700000', '102526.160000', '102526.620000', '102527.080000', '102527.540000', '102528.000000', '102528.460000', '102528.920000', '102529.380000', '102529.840000', '102530.300000', '102530.760000', '102531.220000', '102531.680000', '102532.140000', '102532.600000', '102533.060000', '102533.520000', '102533.980000', '102534.440000', '102534.900000', '102535.360000', '102535.820000', '102536.280000', '102536.740000', '102537.200000', '102537.660000', '102538.120000', '102538.580000', '102539.040000', '102539.500000', '102539.960000', '102540.420000', '102540.880000', '102541.340000', '102541.800000', '102542.260000', '102542.720000', '102543.180000', '102543.640000', '102544.100000', '102544.560000', '102545.020000', '102545.480000', '102545.940000', '102546.400000', '102546.860000', '102547.320000', '102547.780000', '102548.240000', '102548.700000', '102549.160000', '102549.620000', '102550.080000', '102550.540000', '102551.000000', '102551.460000', '102551.920000', '102552.380000', '102552.840000', '102553.300000', '102553.760000', '102554.220000', '102554.680000', '102555.140000', '102555.600000', '102556.060000', '102556.520000', '102556.980000', '102557.440000', '102557.900000', '102558.360000', '102558.820000', '102559.280000', '102559.740000', '102600.200000', '102600.660000', '102601.120000', '102601.580000', '102602.040000', '102602.500000', '102602.960000', '102603.420000', '102603.880000', '102604.340000', '102604.800000', '102605.260000', '102605.720000', '102606.180000', '102606.640000', '102607.100000', '102607.560000', '102608.020000', '102608.480000', '102608.940000', '102609.400000', '102609.860000', '102610.320000', '102610.780000', '102611.240000', '102611.700000', '102612.160000', '102612.620000', '102613.080000', '102613.540000', '102614.000000', '102614.460000', '102614.920000', '102615.380000', '102615.840000', '102616.300000', '102616.760000', '102617.220000', '102617.680000', '102618.140000', '102618.600000', '102619.060000', '102619.520000', '102619.980000', '102620.440000', '102620.900000', '102621.360000', '102621.820000', '102622.280000', '102622.740000', '102623.200000', '102623.660000', '102624.120000', '102624.580000', '102625.040000', '102625.500000', '102625.960000', '102626.420000', '102626.880000', '102627.340000', '102627.800000', '102628.260000', '102628.720000', '102629.180000', '102629.640000', '102630.100000', '102630.560000', '102631.020000', '102631.480000', '102631.940000', '102632.400000'], 'ContentTime': ['101959.052000', '101959.055000', '101959.057000', '101959.060000', '101959.063000', '101959.065000', '101959.068000', '101959.070000', '101959.073000', '101959.076000', '101959.078000', '101959.081000', '101959.083000', '101959.086000', '101959.088000', '101959.091000', '101959.094000', '101959.096000', '101959.099000', '101959.101000', '101959.104000', '101959.107000', '101959.109000', '101959.112000', '101959.114000', '101959.117000', '101959.120000', '101959.123000', '101959.125000', '101959.128000', '101959.131000', '101959.133000', '101959.136000', '101959.138000', '101959.141000', '101959.143000', '101959.146000', '101959.149000', '101959.151000', '101959.154000', '101959.156000', '101959.159000', '101959.162000', '101959.164000', '101959.167000', '101959.170000', '101959.172000', '101959.175000', '101959.177000', '101959.180000', '101959.183000', '101959.185000', '101959.188000', '101959.190000', '101959.199000', '101959.202000', '102019.023000', '102019.026000', '102019.029000', '102019.032000', '102019.034000', '102019.037000', '102019.039000', '102019.042000', '102019.044000', '102019.047000', '102019.050000', '102019.052000', '102019.055000', '102019.057000', '102019.060000', '102019.063000', '102019.065000', '102019.068000', '102019.071000', '102019.073000', '102019.076000', '102019.078000', '102019.081000', '102019.083000', '102019.086000', '102019.088000', '102019.091000', '102019.094000', '102019.096000', '102019.099000', '102019.102000', '102019.104000', '102019.107000', '102019.109000', '102019.112000', '102019.114000', '102019.117000', '102019.120000', '102019.122000', '102019.125000', '102019.127000', '102019.130000', '102019.133000', '102039.023000', '102039.026000', '102039.029000', '102039.032000', '102039.034000', '102039.037000', '102039.039000', '102039.042000', '102039.045000', '102039.047000', '102039.050000', '102039.053000', '102039.055000', '102039.058000', '102039.060000', '102039.063000', '102039.066000', '102039.068000', '102039.071000', '102039.073000', '102039.076000', '102039.078000', '102039.081000', '102039.084000', '102039.086000', '102039.096000', '102039.098000', '102039.101000', '102039.103000', '102039.106000', '102039.109000', '102039.111000', '102039.114000', '102039.116000', '102039.119000', '102039.122000', '102039.124000', '102039.127000', '102039.129000', '102039.132000', '102039.134000', '102039.143000', '102039.145000', '102039.148000', '102059.023000', '102059.026000', '102059.029000', '102059.043000', '102059.046000', '102059.049000', '102059.051000', '102059.054000', '102059.056000', '102059.059000', '102059.062000', '102059.064000', '102059.067000', '102059.070000', '102059.074000', '102059.077000', '102059.079000', '102059.082000', '102059.085000', '102059.087000', '102059.090000', '102059.092000', '102059.095000', '102059.098000', '102059.100000', '102059.103000', '102059.105000', '102059.108000', '102059.111000', '102059.113000', '102059.116000', '102059.118000', '102059.121000', '102059.123000', '102059.126000', '102059.129000', '102059.131000', '102059.134000', '102059.136000', '102059.139000', '102059.142000', '102059.144000', '102059.147000', '102119.022000', '102119.025000', '102119.028000', '102119.031000', '102119.033000', '102119.036000', '102119.038000', '102119.041000', '102119.044000', '102119.046000', '102119.049000', '102119.051000', '102119.054000', '102119.057000', '102119.059000', '102119.062000', '102119.064000', '102119.067000', '102119.070000', '102119.072000', '102119.075000', '102119.078000', '102119.080000', '102119.083000', '102119.085000', '102119.088000', '102119.091000', '102119.093000', '102119.096000', '102119.098000', '102119.101000', '102119.113000', '102119.116000', '102119.118000', '102119.121000', '102119.124000', '102119.126000', '102119.129000', '102119.132000', '102119.134000', '102119.137000', '102119.139000', '102119.142000', '102119.145000', '102139.023000', '102139.025000', '102139.028000', '102139.030000', '102139.033000', '102139.036000', '102139.039000', '102139.041000', '102139.044000', '102139.046000', '102139.049000', '102139.052000', '102139.054000', '102139.057000', '102139.059000', '102139.062000', '102139.065000', '102139.067000', '102139.070000', '102139.072000', '102139.075000', '102139.078000', '102139.080000', '102139.083000', '102139.085000', '102139.088000', '102139.091000', '102139.093000', '102139.096000', '102139.098000', '102139.101000', '102139.103000', '102139.106000', '102139.109000', '102139.111000', '102139.114000', '102139.116000', '102139.119000', '102139.122000', '102139.124000', '102139.127000', '102139.129000', '102139.132000', '102159.022000', '102159.025000', '102159.028000', '102159.031000', '102159.033000', '102159.036000', '102159.038000', '102159.041000', '102159.044000', '102159.046000', '102159.049000', '102159.051000', '102159.054000', '102159.057000', '102159.059000', '102159.062000', '102159.064000', '102159.067000', '102159.070000', '102159.072000', '102159.075000', '102159.078000', '102159.080000', '102159.083000', '102159.085000', '102159.088000', '102159.091000', '102159.093000', '102159.096000', '102159.098000', '102159.101000', '102159.104000', '102159.106000', '102159.109000', '102159.111000', '102159.114000', '102159.117000', '102159.119000', '102159.122000', '102159.124000', '102159.127000', '102159.130000', '102159.132000', '102159.135000', '102219.024000', '102219.026000', '102219.029000', '102219.032000', '102219.035000', '102219.037000', '102219.040000', '102219.050000', '102219.053000', '102219.056000', '102219.058000', '102219.061000', '102219.063000', '102219.066000', '102219.068000', '102219.071000', '102219.074000', '102219.076000', '102219.079000', '102219.082000', '102219.084000', '102219.087000', '102219.089000', '102219.092000', '102219.094000', '102219.097000', '102219.100000', '102219.102000', '102219.105000', '102219.107000', '102219.110000', '102219.113000', '102219.115000', '102219.118000', '102219.120000', '102219.123000', '102219.125000', '102219.147000', '102219.149000', '102219.152000', '102219.155000', '102219.157000', '102219.160000', '102239.024000', '102239.026000', '102239.029000', '102239.032000', '102239.034000', '102239.037000', '102239.040000', '102239.042000', '102239.045000', '102239.047000', '102239.050000', '102239.054000', '102239.056000', '102239.059000', '102239.062000', '102239.064000', '102239.067000', '102239.069000', '102239.072000', '102239.075000', '102239.077000', '102239.080000', '102239.082000', '102239.085000', '102239.088000', '102239.090000', '102239.093000', '102239.095000', '102239.098000', '102239.101000', '102239.103000', '102239.106000', '102239.109000', '102239.112000', '102239.114000', '102239.117000', '102239.119000', '102239.122000', '102239.125000', '102239.127000', '102239.130000', '102239.132000', '102239.135000', '102259.024000', '102259.026000', '102259.030000', '102259.033000', '102259.035000', '102259.038000', '102259.040000', '102259.043000', '102259.046000', '102259.048000', '102259.051000', '102259.054000', '102259.056000', '102259.059000', '102259.061000', '102259.064000', '102259.067000', '102259.069000', '102259.072000', '102259.075000', '102259.077000', '102259.080000', '102259.082000', '102259.085000', '102259.088000', '102259.090000', '102259.093000', '102259.095000', '102259.098000', '102259.101000', '102259.103000', '102259.106000', '102259.108000', '102259.111000', '102259.113000', '102259.116000', '102259.119000', '102259.121000', '102259.124000', '102259.127000', '102259.129000', '102259.132000', '102259.134000', '102259.137000', '102319.023000', '102319.032000', '102319.035000', '102319.039000', '102319.041000', '102319.044000', '102319.046000', '102319.049000', '102319.052000', '102319.054000', '102319.057000', '102319.060000', '102319.062000', '102319.065000', '102319.067000', '102319.070000', '102319.072000', '102319.075000', '102319.078000', '102319.080000', '102319.083000', '102319.085000', '102319.088000', '102319.091000', '102319.093000', '102319.096000', '102319.098000', '102319.101000', '102319.104000', '102319.106000', '102319.109000', '102319.112000', '102319.114000', '102319.117000', '102319.119000', '102319.122000', '102319.125000', '102319.127000', '102319.130000', '102319.132000', '102319.135000', '102319.138000', '102319.140000', '102339.023000', '102339.025000', '102339.028000', '102339.031000', '102339.034000', '102339.036000', '102339.039000', '102339.041000', '102339.044000', '102339.047000', '102339.049000', '102339.052000', '102339.054000', '102339.057000', '102339.060000', '102339.062000', '102339.065000', '102339.067000', '102339.070000', '102339.073000', '102339.075000', '102339.078000', '102339.081000', '102339.094000', '102339.096000', '102339.099000', '102339.102000', '102339.104000', '102339.107000', '102339.109000', '102339.112000', '102339.114000', '102339.117000', '102339.120000', '102339.122000', '102339.125000', '102339.128000', '102339.130000', '102339.133000', '102339.135000', '102339.138000', '102339.141000', '102339.143000', '102339.146000', '102359.023000', '102359.025000', '102359.028000', '102359.031000', '102359.034000', '102359.037000', '102359.039000', '102359.042000', '102359.045000', '102359.048000', '102359.051000', '102359.054000', '102359.057000', '102359.059000', '102359.062000', '102359.065000', '102359.067000', '102359.070000', '102359.086000', '102359.088000', '102359.092000', '102359.094000', '102359.097000', '102359.100000', '102359.102000', '102359.105000', '102359.107000', '102359.110000', '102359.113000', '102359.115000', '102359.118000', '102359.120000', '102359.123000', '102359.126000', '102359.128000', '102359.131000', '102359.133000', '102359.136000', '102359.139000', '102359.141000', '102359.144000', '102359.146000', '102359.149000', '102419.022000', '102419.025000', '102419.028000', '102419.030000', '102419.033000', '102419.036000', '102419.038000', '102419.041000', '102419.044000', '102419.046000', '102419.049000', '102419.051000', '102419.054000', '102419.057000', '102419.060000', '102419.063000', '102419.066000', '102419.068000', '102419.071000', '102419.074000', '102419.076000', '102419.079000', '102419.081000', '102419.084000', '102419.086000', '102419.089000', '102419.092000', '102419.094000', '102419.097000', '102419.100000', '102419.102000', '102419.105000', '102419.108000', '102419.110000', '102419.113000', '102419.115000', '102419.118000', '102419.121000', '102419.123000', '102419.126000', '102419.128000', '102419.131000', '102419.134000', '102419.136000', '102439.024000', '102439.026000', '102439.030000', '102439.032000', '102439.035000', '102439.037000', '102439.040000', '102439.042000', '102439.045000', '102439.048000', '102439.050000', '102439.053000', '102439.055000', '102439.058000', '102439.061000', '102439.063000', '102439.066000', '102439.068000', '102439.071000', '102439.074000', '102439.076000', '102439.079000', '102439.081000', '102439.084000', '102439.087000', '102439.089000', '102439.092000', '102439.094000', '102439.097000', '102439.100000', '102439.102000', '102439.105000', '102439.108000', '102439.110000', '102439.113000', '102439.115000', '102439.118000', '102439.121000', '102439.123000', '102439.126000', '102439.129000', '102439.131000', '102439.135000', '102459.024000', '102459.026000', '102459.029000', '102459.032000', '102459.034000', '102459.037000', '102459.040000', '102459.042000', '102459.045000', '102459.047000', '102459.050000', '102459.053000', '102459.055000', '102459.058000', '102459.060000', '102459.063000', '102459.065000', '102459.068000', '102459.071000', '102459.073000', '102459.076000', '102459.078000', '102459.090000', '102459.093000', '102459.095000', '102459.098000', '102459.101000', '102459.103000', '102459.106000', '102459.108000', '102459.111000', '102459.114000', '102459.116000', '102459.119000', '102459.121000', '102459.124000', '102459.127000', '102459.129000', '102459.132000', '102459.134000', '102459.137000', '102459.139000', '102459.142000', '102459.145000', '102519.024000', '102519.027000', '102519.029000', '102519.032000', '102519.034000', '102519.038000', '102519.040000', '102519.043000', '102519.045000', '102519.048000', '102519.051000', '102519.053000', '102519.056000', '102519.059000', '102519.061000', '102519.064000', '102519.066000', '102519.069000', '102519.072000', '102519.075000', '102519.077000', '102519.080000', '102519.082000', '102519.085000', '102519.095000', '102519.098000', '102519.100000', '102519.103000', '102519.106000', '102519.155000', '102519.158000', '102519.161000', '102519.163000', '102519.166000', '102519.169000', '102519.171000', '102519.174000', '102519.176000', '102519.179000', '102519.182000', '102519.184000', '102519.187000', '102519.190000', '102539.022000', '102539.025000', '102539.028000', '102539.031000', '102539.034000', '102539.036000', '102539.039000', '102539.042000', '102539.044000', '102539.047000', '102539.049000', '102539.052000', '102539.055000', '102539.057000', '102539.060000', '102539.062000', '102539.065000', '102539.068000', '102539.070000', '102539.073000', '102539.075000', '102539.078000', '102539.081000', '102539.084000', '102539.086000', '102539.089000', '102539.091000', '102539.094000', '102539.097000', '102539.100000', '102539.103000', '102539.105000', '102539.108000', '102539.111000', '102539.113000', '102539.116000', '102539.118000', '102539.121000', '102539.124000', '102539.126000', '102539.129000', '102539.131000', '102539.134000', '102539.136000', '102559.022000', '102559.025000', '102559.028000', '102559.030000', '102559.034000', '102559.037000', '102559.039000', '102559.042000', '102559.045000', '102559.047000', '102559.050000', '102559.052000', '102559.055000', '102559.058000', '102559.069000', '102559.072000', '102559.074000', '102559.077000', '102559.079000', '102559.082000', '102559.085000', '102559.087000', '102559.090000', '102559.092000', '102559.095000', '102559.098000', '102559.100000', '102559.103000', '102559.105000', '102559.108000', '102559.111000', '102559.113000', '102559.116000', '102559.119000', '102559.122000', '102559.125000', '102559.128000', '102559.131000', '102559.134000', '102559.136000', '102559.139000', '102559.141000', '102559.144000', '102619.023000', '102619.026000', '102619.029000', '102619.031000', '102619.034000', '102619.036000', '102619.039000', '102619.042000', '102619.044000', '102619.047000', '102619.049000', '102619.052000', '102619.054000', '102619.057000', '102619.060000', '102619.062000', '102619.065000', '102619.068000', '102619.070000', '102619.073000', '102619.075000', '102619.078000', '102619.080000', '102619.083000', '102619.086000', '102619.088000', '102619.091000', '102619.093000', '102619.096000', '102619.099000', '102619.101000', '102619.104000', '102619.106000', '102619.109000', '102619.111000', '102619.114000', '102619.116000', '102619.119000', '102619.122000', '102619.124000', '102619.127000', '102619.130000', '102619.132000', '102619.135000', '102633.594000', '102633.597000', '102633.599000', '102633.602000', '102633.605000', '102633.607000', '102633.610000', '102633.613000', '102633.615000', '102633.618000', '102633.620000', '102633.623000', '102633.626000', '102633.628000', '102633.631000', '102633.633000', '102633.636000', '102633.639000', '102633.641000', '102633.644000', '102633.646000', '102633.649000', '102633.652000', '102633.654000', '102633.657000', '102633.659000', '102633.662000', '102633.665000', '102633.667000', '102633.670000', '102633.672000', '102633.675000'], 'InstanceCreationTime': ['101959.052000', '101959.055000', '101959.057000', '101959.060000', '101959.063000', '101959.065000', '101959.068000', '101959.070000', '101959.073000', '101959.076000', '101959.078000', '101959.081000', '101959.083000', '101959.086000', '101959.088000', '101959.091000', '101959.094000', '101959.096000', '101959.099000', '101959.101000', '101959.104000', '101959.107000', '101959.109000', '101959.112000', '101959.114000', '101959.117000', '101959.120000', '101959.123000', '101959.125000', '101959.128000', '101959.131000', '101959.133000', '101959.136000', '101959.138000', '101959.141000', '101959.143000', '101959.146000', '101959.149000', '101959.151000', '101959.154000', '101959.156000', '101959.159000', '101959.162000', '101959.164000', '101959.167000', '101959.170000', '101959.172000', '101959.175000', '101959.177000', '101959.180000', '101959.183000', '101959.185000', '101959.188000', '101959.190000', '101959.199000', '101959.202000', '102019.023000', '102019.026000', '102019.029000', '102019.032000', '102019.034000', '102019.037000', '102019.039000', '102019.042000', '102019.044000', '102019.047000', '102019.050000', '102019.052000', '102019.055000', '102019.057000', '102019.060000', '102019.063000', '102019.065000', '102019.068000', '102019.071000', '102019.073000', '102019.076000', '102019.078000', '102019.081000', '102019.083000', '102019.086000', '102019.088000', '102019.091000', '102019.094000', '102019.096000', '102019.099000', '102019.102000', '102019.104000', '102019.107000', '102019.109000', '102019.112000', '102019.114000', '102019.117000', '102019.120000', '102019.122000', '102019.125000', '102019.127000', '102019.130000', '102019.133000', '102039.023000', '102039.026000', '102039.029000', '102039.032000', '102039.034000', '102039.037000', '102039.039000', '102039.042000', '102039.045000', '102039.047000', '102039.050000', '102039.053000', '102039.055000', '102039.058000', '102039.060000', '102039.063000', '102039.066000', '102039.068000', '102039.071000', '102039.073000', '102039.076000', '102039.078000', '102039.081000', '102039.084000', '102039.086000', '102039.096000', '102039.098000', '102039.101000', '102039.103000', '102039.106000', '102039.109000', '102039.111000', '102039.114000', '102039.116000', '102039.119000', '102039.122000', '102039.124000', '102039.127000', '102039.129000', '102039.132000', '102039.134000', '102039.143000', '102039.145000', '102039.148000', '102059.023000', '102059.026000', '102059.029000', '102059.043000', '102059.046000', '102059.049000', '102059.051000', '102059.054000', '102059.056000', '102059.059000', '102059.062000', '102059.064000', '102059.067000', '102059.070000', '102059.074000', '102059.077000', '102059.079000', '102059.082000', '102059.085000', '102059.087000', '102059.090000', '102059.092000', '102059.095000', '102059.098000', '102059.100000', '102059.103000', '102059.105000', '102059.108000', '102059.111000', '102059.113000', '102059.116000', '102059.118000', '102059.121000', '102059.123000', '102059.126000', '102059.129000', '102059.131000', '102059.134000', '102059.136000', '102059.139000', '102059.142000', '102059.144000', '102059.147000', '102119.022000', '102119.025000', '102119.028000', '102119.031000', '102119.033000', '102119.036000', '102119.038000', '102119.041000', '102119.044000', '102119.046000', '102119.049000', '102119.051000', '102119.054000', '102119.057000', '102119.059000', '102119.062000', '102119.064000', '102119.067000', '102119.070000', '102119.072000', '102119.075000', '102119.078000', '102119.080000', '102119.083000', '102119.085000', '102119.088000', '102119.091000', '102119.093000', '102119.096000', '102119.098000', '102119.101000', '102119.113000', '102119.116000', '102119.118000', '102119.121000', '102119.124000', '102119.126000', '102119.129000', '102119.132000', '102119.134000', '102119.137000', '102119.139000', '102119.142000', '102119.145000', '102139.023000', '102139.025000', '102139.028000', '102139.030000', '102139.033000', '102139.036000', '102139.039000', '102139.041000', '102139.044000', '102139.046000', '102139.049000', '102139.052000', '102139.054000', '102139.057000', '102139.059000', '102139.062000', '102139.065000', '102139.067000', '102139.070000', '102139.072000', '102139.075000', '102139.078000', '102139.080000', '102139.083000', '102139.085000', '102139.088000', '102139.091000', '102139.093000', '102139.096000', '102139.098000', '102139.101000', '102139.103000', '102139.106000', '102139.109000', '102139.111000', '102139.114000', '102139.116000', '102139.119000', '102139.122000', '102139.124000', '102139.127000', '102139.129000', '102139.132000', '102159.022000', '102159.025000', '102159.028000', '102159.031000', '102159.033000', '102159.036000', '102159.038000', '102159.041000', '102159.044000', '102159.046000', '102159.049000', '102159.051000', '102159.054000', '102159.057000', '102159.059000', '102159.062000', '102159.064000', '102159.067000', '102159.070000', '102159.072000', '102159.075000', '102159.078000', '102159.080000', '102159.083000', '102159.085000', '102159.088000', '102159.091000', '102159.093000', '102159.096000', '102159.098000', '102159.101000', '102159.104000', '102159.106000', '102159.109000', '102159.111000', '102159.114000', '102159.117000', '102159.119000', '102159.122000', '102159.124000', '102159.127000', '102159.130000', '102159.132000', '102159.135000', '102219.024000', '102219.026000', '102219.029000', '102219.032000', '102219.035000', '102219.037000', '102219.040000', '102219.050000', '102219.053000', '102219.056000', '102219.058000', '102219.061000', '102219.063000', '102219.066000', '102219.068000', '102219.071000', '102219.074000', '102219.076000', '102219.079000', '102219.082000', '102219.084000', '102219.087000', '102219.089000', '102219.092000', '102219.094000', '102219.097000', '102219.100000', '102219.102000', '102219.105000', '102219.107000', '102219.110000', '102219.113000', '102219.115000', '102219.118000', '102219.120000', '102219.123000', '102219.125000', '102219.147000', '102219.149000', '102219.152000', '102219.155000', '102219.157000', '102219.160000', '102239.024000', '102239.026000', '102239.029000', '102239.032000', '102239.034000', '102239.037000', '102239.040000', '102239.042000', '102239.045000', '102239.047000', '102239.050000', '102239.054000', '102239.056000', '102239.059000', '102239.062000', '102239.064000', '102239.067000', '102239.069000', '102239.072000', '102239.075000', '102239.077000', '102239.080000', '102239.082000', '102239.085000', '102239.088000', '102239.090000', '102239.093000', '102239.095000', '102239.098000', '102239.101000', '102239.103000', '102239.106000', '102239.109000', '102239.112000', '102239.114000', '102239.117000', '102239.119000', '102239.122000', '102239.125000', '102239.127000', '102239.130000', '102239.132000', '102239.135000', '102259.024000', '102259.026000', '102259.030000', '102259.033000', '102259.035000', '102259.038000', '102259.040000', '102259.043000', '102259.046000', '102259.048000', '102259.051000', '102259.054000', '102259.056000', '102259.059000', '102259.061000', '102259.064000', '102259.067000', '102259.069000', '102259.072000', '102259.075000', '102259.077000', '102259.080000', '102259.082000', '102259.085000', '102259.088000', '102259.090000', '102259.093000', '102259.095000', '102259.098000', '102259.101000', '102259.103000', '102259.106000', '102259.108000', '102259.111000', '102259.113000', '102259.116000', '102259.119000', '102259.121000', '102259.124000', '102259.127000', '102259.129000', '102259.132000', '102259.134000', '102259.137000', '102319.023000', '102319.032000', '102319.035000', '102319.039000', '102319.041000', '102319.044000', '102319.046000', '102319.049000', '102319.052000', '102319.054000', '102319.057000', '102319.060000', '102319.062000', '102319.065000', '102319.067000', '102319.070000', '102319.072000', '102319.075000', '102319.078000', '102319.080000', '102319.083000', '102319.085000', '102319.088000', '102319.091000', '102319.093000', '102319.096000', '102319.098000', '102319.101000', '102319.104000', '102319.106000', '102319.109000', '102319.112000', '102319.114000', '102319.117000', '102319.119000', '102319.122000', '102319.125000', '102319.127000', '102319.130000', '102319.132000', '102319.135000', '102319.138000', '102319.140000', '102339.023000', '102339.025000', '102339.028000', '102339.031000', '102339.034000', '102339.036000', '102339.039000', '102339.041000', '102339.044000', '102339.047000', '102339.049000', '102339.052000', '102339.054000', '102339.057000', '102339.060000', '102339.062000', '102339.065000', '102339.067000', '102339.070000', '102339.073000', '102339.075000', '102339.078000', '102339.081000', '102339.094000', '102339.096000', '102339.099000', '102339.102000', '102339.104000', '102339.107000', '102339.109000', '102339.112000', '102339.114000', '102339.117000', '102339.120000', '102339.122000', '102339.125000', '102339.128000', '102339.130000', '102339.133000', '102339.135000', '102339.138000', '102339.141000', '102339.143000', '102339.146000', '102359.023000', '102359.025000', '102359.028000', '102359.031000', '102359.034000', '102359.037000', '102359.039000', '102359.042000', '102359.045000', '102359.048000', '102359.051000', '102359.054000', '102359.057000', '102359.059000', '102359.062000', '102359.065000', '102359.067000', '102359.070000', '102359.086000', '102359.088000', '102359.092000', '102359.094000', '102359.097000', '102359.100000', '102359.102000', '102359.105000', '102359.107000', '102359.110000', '102359.113000', '102359.115000', '102359.118000', '102359.120000', '102359.123000', '102359.126000', '102359.128000', '102359.131000', '102359.133000', '102359.136000', '102359.139000', '102359.141000', '102359.144000', '102359.146000', '102359.149000', '102419.022000', '102419.025000', '102419.028000', '102419.030000', '102419.033000', '102419.036000', '102419.038000', '102419.041000', '102419.044000', '102419.046000', '102419.049000', '102419.051000', '102419.054000', '102419.057000', '102419.060000', '102419.063000', '102419.066000', '102419.068000', '102419.071000', '102419.074000', '102419.076000', '102419.079000', '102419.081000', '102419.084000', '102419.086000', '102419.089000', '102419.092000', '102419.094000', '102419.097000', '102419.100000', '102419.102000', '102419.105000', '102419.108000', '102419.110000', '102419.113000', '102419.115000', '102419.118000', '102419.121000', '102419.123000', '102419.126000', '102419.128000', '102419.131000', '102419.134000', '102419.136000', '102439.024000', '102439.026000', '102439.030000', '102439.032000', '102439.035000', '102439.037000', '102439.040000', '102439.042000', '102439.045000', '102439.048000', '102439.050000', '102439.053000', '102439.055000', '102439.058000', '102439.061000', '102439.063000', '102439.066000', '102439.068000', '102439.071000', '102439.074000', '102439.076000', '102439.079000', '102439.081000', '102439.084000', '102439.087000', '102439.089000', '102439.092000', '102439.094000', '102439.097000', '102439.100000', '102439.102000', '102439.105000', '102439.108000', '102439.110000', '102439.113000', '102439.115000', '102439.118000', '102439.121000', '102439.123000', '102439.126000', '102439.129000', '102439.131000', '102439.135000', '102459.024000', '102459.026000', '102459.029000', '102459.032000', '102459.034000', '102459.037000', '102459.040000', '102459.042000', '102459.045000', '102459.047000', '102459.050000', '102459.053000', '102459.055000', '102459.058000', '102459.060000', '102459.063000', '102459.065000', '102459.068000', '102459.071000', '102459.073000', '102459.076000', '102459.078000', '102459.090000', '102459.093000', '102459.095000', '102459.098000', '102459.101000', '102459.103000', '102459.106000', '102459.108000', '102459.111000', '102459.114000', '102459.116000', '102459.119000', '102459.121000', '102459.124000', '102459.127000', '102459.129000', '102459.132000', '102459.134000', '102459.137000', '102459.139000', '102459.142000', '102459.145000', '102519.024000', '102519.027000', '102519.029000', '102519.032000', '102519.034000', '102519.038000', '102519.040000', '102519.043000', '102519.045000', '102519.048000', '102519.051000', '102519.053000', '102519.056000', '102519.059000', '102519.061000', '102519.064000', '102519.066000', '102519.069000', '102519.072000', '102519.075000', '102519.077000', '102519.080000', '102519.082000', '102519.085000', '102519.095000', '102519.098000', '102519.100000', '102519.103000', '102519.106000', '102519.155000', '102519.158000', '102519.161000', '102519.163000', '102519.166000', '102519.169000', '102519.171000', '102519.174000', '102519.176000', '102519.179000', '102519.182000', '102519.184000', '102519.187000', '102519.190000', '102539.022000', '102539.025000', '102539.028000', '102539.031000', '102539.034000', '102539.036000', '102539.039000', '102539.042000', '102539.044000', '102539.047000', '102539.049000', '102539.052000', '102539.055000', '102539.057000', '102539.060000', '102539.062000', '102539.065000', '102539.068000', '102539.070000', '102539.073000', '102539.075000', '102539.078000', '102539.081000', '102539.084000', '102539.086000', '102539.089000', '102539.091000', '102539.094000', '102539.097000', '102539.100000', '102539.103000', '102539.105000', '102539.108000', '102539.111000', '102539.113000', '102539.116000', '102539.118000', '102539.121000', '102539.124000', '102539.126000', '102539.129000', '102539.131000', '102539.134000', '102539.136000', '102559.022000', '102559.025000', '102559.028000', '102559.030000', '102559.034000', '102559.037000', '102559.039000', '102559.042000', '102559.045000', '102559.047000', '102559.050000', '102559.052000', '102559.055000', '102559.058000', '102559.069000', '102559.072000', '102559.074000', '102559.077000', '102559.079000', '102559.082000', '102559.085000', '102559.087000', '102559.090000', '102559.092000', '102559.095000', '102559.098000', '102559.100000', '102559.103000', '102559.105000', '102559.108000', '102559.111000', '102559.113000', '102559.116000', '102559.119000', '102559.122000', '102559.125000', '102559.128000', '102559.131000', '102559.134000', '102559.136000', '102559.139000', '102559.141000', '102559.144000', '102619.023000', '102619.026000', '102619.029000', '102619.031000', '102619.034000', '102619.036000', '102619.039000', '102619.042000', '102619.044000', '102619.047000', '102619.049000', '102619.052000', '102619.054000', '102619.057000', '102619.060000', '102619.062000', '102619.065000', '102619.068000', '102619.070000', '102619.073000', '102619.075000', '102619.078000', '102619.080000', '102619.083000', '102619.086000', '102619.088000', '102619.091000', '102619.093000', '102619.096000', '102619.099000', '102619.101000', '102619.104000', '102619.106000', '102619.109000', '102619.111000', '102619.114000', '102619.116000', '102619.119000', '102619.122000', '102619.124000', '102619.127000', '102619.130000', '102619.132000', '102619.135000', '102633.594000', '102633.597000', '102633.599000', '102633.602000', '102633.605000', '102633.607000', '102633.610000', '102633.613000', '102633.615000', '102633.618000', '102633.620000', '102633.623000', '102633.626000', '102633.628000', '102633.631000', '102633.633000', '102633.636000', '102633.639000', '102633.641000', '102633.644000', '102633.646000', '102633.649000', '102633.652000', '102633.654000', '102633.657000', '102633.659000', '102633.662000', '102633.665000', '102633.667000', '102633.670000', '102633.672000', '102633.675000'], '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': [9642, 13721, 10022, 13886, 10071, 13720, 10784, 8076, 11962, 8717, 13358, 9691, 12704, 10298, 8023, 12001, 8065, 13264, 9805, 12538, 10707, 8237, 12481, 8503, 13948, 10114, 8804, 12075, 8119, 13371, 9767, 14777, 10362, 9048, 11793, 8578, 13789, 10074, 11854, 10546, 8132, 13047, 9420, 13876, 10191, 8140, 11888, 8174, 13115, 9647, 8533, 11453, 7829, 13240, 9822, 8472, 11805, 7959, 14160, 10181, 8600, 12083, 9228, 14982, 10277, 8204, 12834, 9913, 10063, 12341, 8577, 13424, 10512, 9522, 12361, 9335, 11179, 10684, 7935, 14017, 10500, 8580, 11616, 9512, 11411, 11127, 8286, 12280, 10185, 8316, 12264, 9252, 10787, 10496, 7894, 13223, 9938, 8058, 11893, 9336, 9547, 11404, 8993, 10058, 11071, 7940, 14783, 10000, 8412, 11455, 8883, 15070, 10380, 7867, 11849, 9582, 9621, 11203, 8563, 12115, 10471, 7968, 13028, 9766, 12567, 10209, 7931, 12543, 9824, 10973, 10697, 7890, 12188, 9681, 11335, 11109, 7975, 12074, 9233, 8314, 11164, 9417, 7902, 12748, 9930, 8576, 10852, 10264, 7739, 14199, 9952, 7737, 11559, 9347, 10051, 11122, 8546, 13045, 9759, 7539, 11833, 10057, 7873, 11844, 9366, 8610, 11289, 8500, 13457, 9669, 8961, 11430, 8468, 15035, 10299, 10827, 10465, 8375, 12502, 9228, 12738, 9914, 7784, 11906, 8896, 12892, 10229, 7542, 12221, 9757, 10531, 11183, 8376, 12385, 9927, 7797, 12437, 9626, 10909, 10481, 7634, 12660, 9773, 8116, 11427, 8798, 13663, 10422, 7722, 11465, 8896, 13862, 10169, 7828, 11257, 8944, 12638, 10256, 7857, 12390, 10017, 8665, 13466, 10347, 12964, 10362, 8086, 13580, 10305, 11031, 10656, 8429, 13098, 10410, 8353, 11511, 9103, 8806, 10867, 8486, 12131, 9646, 11564, 10377, 8301, 12914, 9592, 8727, 11041, 8906, 15144, 10450, 7972, 11576, 9591, 11665, 10483, 8328, 11887, 9776, 9143, 12116, 9664, 11032, 9892, 8154, 13341, 10405, 8993, 10608, 8152, 13760, 10672, 8244, 11614, 9320, 10796, 10585, 8462, 13216, 9608, 7911, 12973, 10465, 9830, 11347, 9537, 12362, 10386, 8192, 13235, 9968, 8969, 11132, 9403, 14115, 10154, 8240, 11543, 9830, 8194, 13438, 10605, 11215, 10215, 8838, 11857, 9827, 8463, 9070, 10937, 8469, 8067, 11859, 10000, 10081, 13015, 9474, 8710, 10568, 8837, 13696, 10722, 8927, 12154, 9688, 8703, 11661, 9769, 12042, 9847, 8111, 12327, 9972, 9004, 12536, 9917, 8554, 10781, 8765, 13833, 10561, 8401, 9731, 8984, 8118, 7814, 9552, 8504, 14306, 10508, 10962, 12008, 9347, 15783, 11139, 9143, 14667, 11498, 15396, 14151, 11182, 13975, 10236, 11157, 10300, 8431, 11667, 8950, 13001, 10062, 9272, 9902, 8278, 11606, 8961, 12051, 9845, 7696, 11107, 9418, 13710, 10559, 10418, 9901, 7776, 12386, 9945, 13056, 9791, 8882, 11583, 8771, 13943, 10253, 15753, 10821, 9330, 11218, 8615, 13214, 10266, 15058, 10767, 8349, 11217, 8280, 12953, 10056, 11308, 10212, 7821, 12196, 9525, 13110, 10396, 9201, 10622, 7849, 12207, 9792, 13730, 10200, 8032, 11889, 8790, 13821, 10581, 10473, 11524, 7783, 12954, 10133, 10307, 11525, 8428, 12700, 9062, 12663, 10490, 8373, 11969, 8433, 13298, 10033, 10747, 10937, 8577, 12960, 9483, 8961, 11076, 7975, 13283, 9764, 9930, 10952, 8068, 13248, 9863, 12654, 11066, 7553, 12703, 9619, 10474, 10945, 8615, 13219, 9359, 9374, 10873, 8174, 12730, 9651, 13264, 10022, 7509, 12493, 9726, 10494, 11211, 8076, 12354, 9201, 8729, 10798, 8508, 13590, 9822, 11829, 10805, 8498, 12968, 9440, 14834, 10128, 8684, 11367, 8232, 13150, 10116, 8798, 11190, 8020, 13195, 10125, 7935, 11600, 8660, 13047, 10470, 8610, 12065, 9180, 10077, 10673, 8083, 13733, 9842, 8634, 11348, 8213, 14272, 10370, 8717, 11517, 9066, 11901, 10539, 8002, 13372, 9569, 7930, 11920, 9380, 10148, 10844, 8671, 12004, 10086, 7726, 12537, 9317, 8079, 11266, 9273, 12915, 10069, 7958, 12274, 9375, 8899, 12508, 9590, 9682, 10012, 7992, 12842, 9590, 7938, 11067, 9059, 8701, 10972, 9149, 13250, 10443, 8291, 11464, 9876, 7924, 14575, 10264, 8179, 11579, 9404, 9852, 13215, 9788, 9698, 10738, 8249, 15162, 10928, 8777, 10905, 9489, 9494, 11216, 9162, 11945, 10240, 8289, 12824, 9431, 8649, 13538, 9981, 9273, 10715, 8585, 13865, 10762, 10654, 11280, 9486, 11608, 9919, 8074, 13351, 10034, 7961, 11737, 10012, 9856, 10923, 9011, 13530, 10332, 8086, 13155, 10214, 9326, 13290, 9865, 9381, 10657, 9466, 12685, 10286, 8644, 12563, 10189, 8750, 13578, 9932, 8617, 11426, 10083, 12768, 10779, 8961, 11788, 9733, 8550, 14290, 10339, 8230, 12109, 10114, 11098, 12362, 9764, 10050, 10249, 8403, 15241, 10988, 8623, 10288, 8971, 8152, 7500, 11077, 9413, 8471, 9340, 9702, 9810, 10558, 11381, 10018, 18088, 12687, 9925, 13349, 9886, 9316, 14422, 10618, 12040, 11426, 10582, 9311, 10777, 8768, 12353, 9409, 14913, 9987, 8086, 10962, 8677, 10542, 9568, 7303, 11308, 8966, 7733, 11042, 8513, 11639, 9523, 7446, 11712, 9121, 13120, 9963, 15495, 10376, 9053, 10587, 8499, 12853, 9864, 8955, 11429, 9241, 13329, 9778, 10069, 11641, 8373, 12568, 9815, 8661, 12510, 9667, 13720, 9599, 8216, 11362, 8946, 14039, 9755, 8064, 11687, 9352, 10523, 10507, 8402, 12735, 9363, 8389, 11057, 8072, 14172, 10222, 8816, 10236, 7942, 12638, 9664, 11598, 9820, 7880, 11794, 9097, 8522, 11326, 9068, 9505, 10075, 7700, 13748, 10145, 12308, 9546, 8019, 13166, 9909, 11557, 9987, 7905, 11663, 9065, 14099, 10126, 10783, 9350, 8358, 12110, 9793, 10518, 9604, 8107, 12485, 9847, 8994, 11340, 9355, 12576, 9990, 8196, 13539, 9926, 8701, 12482, 9741, 12506, 10102, 8302, 13016, 9608, 8825, 11366, 9071, 9761, 9938, 7968, 13493, 9869, 8163, 11312, 9219, 10614, 9763, 8139, 12554, 9548, 9506, 11758, 9155, 10098, 10012, 8380, 14372, 10005, 8522, 10531, 8530, 14241, 10016, 8625, 10881, 9166, 14396, 10199, 8166, 10796, 8863, 10388, 10458, 8164, 12778, 9626, 9146, 11261, 8899, 13574, 10107, 9531, 10943, 8784, 14526, 10143, 8567, 11522, 9483, 12066, 9941, 7888, 12030, 9726, 12707, 11126, 8710, 12388, 9566, 9799, 11326, 8629, 13252, 9778, 8469, 12182, 9818, 11375, 9882, 8035, 12162, 9814, 10045, 10873, 9105, 11097, 9353, 7758, 13152, 10331, 8943, 10449, 8920, 14655, 10262, 8128, 12004, 9476, 10213, 10937, 8813, 13594, 9893, 8709, 10796, 9240, 12402, 10352, 8227, 12453, 9767, 9413, 12331], 'WindowCenter': [4324.0, 4341.0, 4308.0, 4323.0, 4294.0, 4322.0, 4303.0, 4261.0, 4311.0, 4284.0, 4323.0, 4294.0, 4321.0, 4305.0, 4272.0, 4313.0, 4273.0, 4334.0, 4307.0, 4326.0, 4305.0, 4285.0, 4327.0, 4297.0, 4338.0, 4306.0, 4295.0, 4327.0, 4275.0, 4336.0, 4306.0, 4334.0, 4308.0, 4285.0, 4316.0, 4284.0, 4335.0, 4306.0, 4314.0, 4305.0, 4273.0, 4325.0, 4295.0, 4338.0, 4306.0, 4275.0, 4317.0, 4287.0, 4337.0, 4307.0, 4296.0, 4316.0, 4276.0, 4337.0, 4308.0, 4286.0, 4326.0, 4287.0, 4339.0, 4318.0, 4298.0, 4326.0, 4298.0, 4346.0, 4306.0, 4287.0, 4326.0, 4306.0, 4304.0, 4326.0, 4284.0, 4324.0, 4305.0, 4294.0, 4327.0, 4295.0, 4313.0, 4302.0, 4272.0, 4332.0, 4303.0, 4282.0, 4313.0, 4294.0, 4315.0, 4303.0, 4273.0, 4313.0, 4304.0, 4285.0, 4325.0, 4293.0, 4302.0, 4304.0, 4274.0, 4326.0, 4305.0, 4274.0, 4314.0, 4296.0, 4297.0, 4327.0, 4297.0, 4306.0, 4317.0, 4285.0, 4335.0, 4304.0, 4273.0, 4313.0, 4284.0, 4332.0, 4302.0, 4273.0, 4312.0, 4293.0, 4295.0, 4315.0, 4285.0, 4325.0, 4316.0, 4275.0, 4325.0, 4307.0, 4314.0, 4305.0, 4273.0, 4324.0, 4295.0, 4302.0, 4304.0, 4274.0, 4324.0, 4296.0, 4316.0, 4317.0, 4288.0, 4324.0, 4285.0, 4275.0, 4314.0, 4296.0, 4287.0, 4325.0, 4308.0, 4285.0, 4315.0, 4305.0, 4262.0, 4325.0, 4294.0, 4263.0, 4314.0, 4297.0, 4294.0, 4315.0, 4285.0, 4324.0, 4293.0, 4265.0, 4316.0, 4306.0, 4277.0, 4326.0, 4297.0, 4297.0, 4316.0, 4285.0, 4326.0, 4295.0, 4285.0, 4316.0, 4274.0, 4334.0, 4305.0, 4303.0, 4304.0, 4273.0, 4312.0, 4283.0, 4314.0, 4304.0, 4262.0, 4313.0, 4296.0, 4325.0, 4308.0, 4275.0, 4325.0, 4295.0, 4306.0, 4318.0, 4287.0, 4326.0, 4305.0, 4275.0, 4326.0, 4306.0, 4314.0, 4306.0, 4274.0, 4324.0, 4307.0, 4286.0, 4326.0, 4297.0, 4338.0, 4317.0, 4276.0, 4327.0, 4298.0, 4335.0, 4308.0, 4275.0, 4316.0, 4297.0, 4326.0, 4317.0, 4287.0, 4326.0, 4307.0, 4286.0, 4336.0, 4305.0, 4326.0, 4304.0, 4275.0, 4325.0, 4303.0, 4303.0, 4301.0, 4273.0, 4322.0, 4304.0, 4271.0, 4314.0, 4294.0, 4298.0, 4318.0, 4283.0, 4314.0, 4293.0, 4301.0, 4304.0, 4272.0, 4324.0, 4294.0, 4282.0, 4315.0, 4293.0, 4336.0, 4304.0, 4273.0, 4313.0, 4296.0, 4314.0, 4304.0, 4285.0, 4313.0, 4306.0, 4295.0, 4324.0, 4296.0, 4316.0, 4304.0, 4274.0, 4334.0, 4314.0, 4295.0, 4316.0, 4275.0, 4334.0, 4316.0, 4284.0, 4314.0, 4296.0, 4313.0, 4315.0, 4286.0, 4324.0, 4305.0, 4285.0, 4335.0, 4317.0, 4304.0, 4315.0, 4295.0, 4323.0, 4304.0, 4284.0, 4338.0, 4306.0, 4294.0, 4326.0, 4295.0, 4336.0, 4305.0, 4287.0, 4326.0, 4307.0, 4288.0, 4338.0, 4318.0, 4316.0, 4307.0, 4298.0, 4312.0, 4305.0, 4298.0, 4296.0, 4316.0, 4286.0, 4286.0, 4328.0, 4307.0, 4307.0, 4324.0, 4296.0, 4285.0, 4302.0, 4285.0, 4323.0, 4305.0, 4283.0, 4314.0, 4293.0, 4283.0, 4314.0, 4305.0, 4324.0, 4304.0, 4274.0, 4326.0, 4306.0, 4296.0, 4326.0, 4307.0, 4287.0, 4316.0, 4285.0, 4338.0, 4320.0, 4299.0, 4320.0, 4310.0, 4302.0, 4300.0, 4308.0, 4300.0, 4349.0, 4318.0, 4329.0, 4340.0, 4308.0, 4348.0, 4316.0, 4295.0, 4335.0, 4315.0, 4335.0, 4324.0, 4290.0, 4308.0, 4288.0, 4287.0, 4276.0, 4258.0, 4297.0, 4268.0, 4308.0, 4290.0, 4280.0, 4302.0, 4268.0, 4310.0, 4281.0, 4324.0, 4303.0, 4272.0, 4314.0, 4307.0, 4335.0, 4315.0, 4317.0, 4305.0, 4286.0, 4325.0, 4320.0, 4336.0, 4307.0, 4282.0, 4312.0, 4271.0, 4322.0, 4291.0, 4332.0, 4303.0, 4280.0, 4299.0, 4268.0, 4309.0, 4288.0, 4319.0, 4303.0, 4272.0, 4301.0, 4259.0, 4309.0, 4289.0, 4314.0, 4292.0, 4260.0, 4310.0, 4293.0, 4322.0, 4293.0, 4281.0, 4290.0, 4260.0, 4313.0, 4307.0, 4324.0, 4318.0, 4274.0, 4313.0, 4272.0, 4322.0, 4291.0, 4291.0, 4315.0, 4262.0, 4312.0, 4290.0, 4291.0, 4314.0, 4272.0, 4314.0, 4286.0, 4313.0, 4302.0, 4272.0, 4315.0, 4272.0, 4321.0, 4294.0, 4301.0, 4305.0, 4283.0, 4323.0, 4293.0, 4281.0, 4303.0, 4276.0, 4325.0, 4306.0, 4304.0, 4315.0, 4273.0, 4337.0, 4308.0, 4324.0, 4317.0, 4274.0, 4325.0, 4295.0, 4315.0, 4316.0, 4283.0, 4323.0, 4294.0, 4295.0, 4314.0, 4285.0, 4327.0, 4306.0, 4334.0, 4308.0, 4275.0, 4327.0, 4308.0, 4316.0, 4318.0, 4285.0, 4326.0, 4296.0, 4285.0, 4318.0, 4286.0, 4335.0, 4306.0, 4314.0, 4305.0, 4285.0, 4326.0, 4296.0, 4334.0, 4304.0, 4284.0, 4312.0, 4272.0, 4324.0, 4315.0, 4284.0, 4315.0, 4274.0, 4334.0, 4315.0, 4274.0, 4314.0, 4285.0, 4336.0, 4318.0, 4284.0, 4326.0, 4296.0, 4305.0, 4315.0, 4287.0, 4337.0, 4307.0, 4296.0, 4316.0, 4287.0, 4348.0, 4318.0, 4286.0, 4315.0, 4295.0, 4325.0, 4306.0, 4286.0, 4334.0, 4305.0, 4286.0, 4324.0, 4307.0, 4316.0, 4316.0, 4297.0, 4338.0, 4317.0, 4277.0, 4338.0, 4308.0, 4287.0, 4328.0, 4308.0, 4339.0, 4308.0, 4288.0, 4326.0, 4307.0, 4297.0, 4337.0, 4308.0, 4305.0, 4307.0, 4286.0, 4337.0, 4308.0, 4288.0, 4328.0, 4310.0, 4298.0, 4328.0, 4310.0, 4348.0, 4329.0, 4299.0, 4338.0, 4319.0, 4289.0, 4360.0, 4318.0, 4298.0, 4341.0, 4322.0, 4319.0, 4340.0, 4318.0, 4307.0, 4317.0, 4286.0, 4346.0, 4315.0, 4284.0, 4315.0, 4304.0, 4295.0, 4318.0, 4305.0, 4327.0, 4305.0, 4286.0, 4336.0, 4307.0, 4296.0, 4338.0, 4307.0, 4308.0, 4318.0, 4298.0, 4336.0, 4317.0, 4316.0, 4316.0, 4307.0, 4325.0, 4307.0, 4287.0, 4336.0, 4308.0, 4287.0, 4328.0, 4319.0, 4308.0, 4328.0, 4309.0, 4349.0, 4318.0, 4288.0, 4338.0, 4320.0, 4297.0, 4338.0, 4309.0, 4307.0, 4318.0, 4308.0, 4337.0, 4318.0, 4298.0, 4339.0, 4318.0, 4298.0, 4338.0, 4319.0, 4297.0, 4328.0, 4318.0, 4339.0, 4329.0, 4308.0, 4328.0, 4321.0, 4299.0, 4350.0, 4321.0, 4299.0, 4340.0, 4320.0, 4328.0, 4340.0, 4308.0, 4306.0, 4318.0, 4300.0, 4350.0, 4317.0, 4299.0, 4320.0, 4308.0, 4289.0, 4278.0, 4328.0, 4308.0, 4313.0, 4323.0, 4320.0, 4320.0, 4318.0, 4329.0, 4308.0, 4362.0, 4327.0, 4297.0, 4312.0, 4279.0, 4268.0, 4308.0, 4278.0, 4287.0, 4286.0, 4275.0, 4265.0, 4287.0, 4257.0, 4298.0, 4268.0, 4308.0, 4278.0, 4257.0, 4298.0, 4271.0, 4291.0, 4292.0, 4263.0, 4311.0, 4294.0, 4273.0, 4315.0, 4285.0, 4315.0, 4295.0, 4266.0, 4326.0, 4296.0, 4337.0, 4305.0, 4336.0, 4303.0, 4284.0, 4303.0, 4283.0, 4323.0, 4306.0, 4283.0, 4315.0, 4295.0, 4324.0, 4304.0, 4293.0, 4315.0, 4274.0, 4312.0, 4294.0, 4282.0, 4325.0, 4295.0, 4324.0, 4295.0, 4274.0, 4314.0, 4294.0, 4333.0, 4295.0, 4275.0, 4316.0, 4295.0, 4304.0, 4306.0, 4284.0, 4326.0, 4295.0, 4284.0, 4316.0, 4287.0, 4336.0, 4317.0, 4295.0, 4302.0, 4275.0, 4325.0, 4306.0, 4325.0, 4307.0, 4286.0, 4327.0, 4297.0, 4299.0, 4328.0, 4310.0, 4308.0, 4319.0, 4290.0, 4349.0, 4319.0, 4328.0, 4307.0, 4288.0, 4340.0, 4319.0, 4328.0, 4308.0, 4286.0, 4329.0, 4298.0, 4347.0, 4318.0, 4314.0, 4306.0, 4297.0, 4338.0, 4318.0, 4317.0, 4307.0, 4288.0, 4340.0, 4318.0, 4309.0, 4329.0, 4309.0, 4338.0, 4318.0, 4288.0, 4339.0, 4306.0, 4298.0, 4337.0, 4306.0, 4326.0, 4306.0, 4285.0, 4336.0, 4306.0, 4296.0, 4326.0, 4297.0, 4316.0, 4307.0, 4287.0, 4337.0, 4307.0, 4286.0, 4328.0, 4322.0, 4328.0, 4318.0, 4289.0, 4339.0, 4319.0, 4308.0, 4337.0, 4308.0, 4316.0, 4320.0, 4299.0, 4347.0, 4308.0, 4296.0, 4318.0, 4297.0, 4347.0, 4316.0, 4297.0, 4317.0, 4308.0, 4348.0, 4319.0, 4297.0, 4326.0, 4307.0, 4318.0, 4318.0, 4298.0, 4338.0, 4307.0, 4308.0, 4328.0, 4297.0, 4337.0, 4315.0, 4305.0, 4315.0, 4296.0, 4347.0, 4317.0, 4296.0, 4326.0, 4307.0, 4338.0, 4318.0, 4286.0, 4327.0, 4307.0, 4337.0, 4328.0, 4295.0, 4325.0, 4305.0, 4305.0, 4315.0, 4297.0, 4336.0, 4306.0, 4296.0, 4336.0, 4318.0, 4326.0, 4306.0, 4286.0, 4325.0, 4307.0, 4305.0, 4318.0, 4307.0, 4326.0, 4306.0, 4287.0, 4336.0, 4317.0, 4296.0, 4315.0, 4307.0, 4348.0, 4318.0, 4288.0, 4338.0, 4306.0, 4316.0, 4316.0, 4297.0, 4336.0, 4307.0, 4295.0, 4329.0, 4308.0, 4338.0, 4317.0, 4296.0, 4337.0, 4307.0, 4296.0, 4336.0], 'WindowWidth': [9574.0, 9585.0, 9533.0, 9548.0, 9509.0, 9542.0, 9517.0, 9459.0, 9526.0, 9493.0, 9545.0, 9509.0, 9540.0, 9521.0, 9476.0, 9531.0, 9480.0, 9564.0, 9531.0, 9554.0, 9526.0, 9498.0, 9557.0, 9518.0, 9572.0, 9528.0, 9512.0, 9556.0, 9483.0, 9568.0, 9528.0, 9565.0, 9530.0, 9497.0, 9538.0, 9496.0, 9566.0, 9526.0, 9534.0, 9524.0, 9480.0, 9552.0, 9511.0, 9573.0, 9529.0, 9487.0, 9544.0, 9503.0, 9570.0, 9531.0, 9514.0, 9543.0, 9489.0, 9572.0, 9534.0, 9504.0, 9556.0, 9504.0, 9578.0, 9547.0, 9519.0, 9557.0, 9520.0, 9584.0, 9529.0, 9503.0, 9555.0, 9530.0, 9523.0, 9556.0, 9495.0, 9550.0, 9526.0, 9511.0, 9555.0, 9509.0, 9533.0, 9517.0, 9477.0, 9558.0, 9519.0, 9490.0, 9532.0, 9509.0, 9536.0, 9518.0, 9478.0, 9533.0, 9522.0, 9498.0, 9553.0, 9508.0, 9517.0, 9522.0, 9482.0, 9556.0, 9526.0, 9482.0, 9536.0, 9514.0, 9517.0, 9559.0, 9517.0, 9528.0, 9545.0, 9499.0, 9568.0, 9523.0, 9481.0, 9533.0, 9495.0, 9558.0, 9516.0, 9478.0, 9529.0, 9506.0, 9510.0, 9538.0, 9498.0, 9551.0, 9540.0, 9486.0, 9552.0, 9529.0, 9535.0, 9522.0, 9477.0, 9548.0, 9510.0, 9517.0, 9520.0, 9481.0, 9548.0, 9515.0, 9539.0, 9544.0, 9506.0, 9550.0, 9495.0, 9482.0, 9535.0, 9514.0, 9504.0, 9554.0, 9533.0, 9500.0, 9539.0, 9523.0, 9463.0, 9553.0, 9507.0, 9465.0, 9532.0, 9512.0, 9507.0, 9536.0, 9497.0, 9548.0, 9505.0, 9469.0, 9539.0, 9527.0, 9489.0, 9556.0, 9518.0, 9517.0, 9544.0, 9499.0, 9555.0, 9512.0, 9496.0, 9540.0, 9482.0, 9564.0, 9524.0, 9519.0, 9520.0, 9477.0, 9531.0, 9491.0, 9534.0, 9521.0, 9464.0, 9533.0, 9514.0, 9554.0, 9533.0, 9486.0, 9553.0, 9512.0, 9526.0, 9546.0, 9504.0, 9554.0, 9525.0, 9486.0, 9555.0, 9529.0, 9538.0, 9527.0, 9482.0, 9551.0, 9530.0, 9502.0, 9556.0, 9519.0, 9575.0, 9546.0, 9490.0, 9560.0, 9520.0, 9569.0, 9534.0, 9487.0, 9541.0, 9518.0, 9554.0, 9546.0, 9506.0, 9556.0, 9530.0, 9500.0, 9570.0, 9525.0, 9555.0, 9522.0, 9483.0, 9550.0, 9519.0, 9517.0, 9513.0, 9479.0, 9545.0, 9521.0, 9475.0, 9534.0, 9510.0, 9523.0, 9548.0, 9492.0, 9535.0, 9505.0, 9511.0, 9519.0, 9477.0, 9550.0, 9510.0, 9492.0, 9538.0, 9507.0, 9568.0, 9523.0, 9480.0, 9534.0, 9515.0, 9535.0, 9521.0, 9498.0, 9534.0, 9528.0, 9513.0, 9550.0, 9514.0, 9542.0, 9523.0, 9482.0, 9564.0, 9536.0, 9513.0, 9541.0, 9486.0, 9565.0, 9542.0, 9497.0, 9535.0, 9512.0, 9534.0, 9540.0, 9501.0, 9551.0, 9526.0, 9498.0, 9567.0, 9545.0, 9523.0, 9539.0, 9511.0, 9547.0, 9522.0, 9497.0, 9576.0, 9530.0, 9512.0, 9556.0, 9514.0, 9569.0, 9525.0, 9506.0, 9557.0, 9532.0, 9508.0, 9576.0, 9546.0, 9542.0, 9529.0, 9523.0, 9529.0, 9528.0, 9522.0, 9516.0, 9543.0, 9504.0, 9501.0, 9560.0, 9532.0, 9530.0, 9550.0, 9512.0, 9496.0, 9517.0, 9496.0, 9546.0, 9523.0, 9492.0, 9533.0, 9506.0, 9493.0, 9536.0, 9525.0, 9550.0, 9524.0, 9484.0, 9554.0, 9530.0, 9514.0, 9556.0, 9531.0, 9502.0, 9541.0, 9498.0, 9576.0, 9552.0, 9526.0, 9556.0, 9543.0, 9535.0, 9534.0, 9536.0, 9529.0, 9595.0, 9551.0, 9568.0, 9583.0, 9537.0, 9591.0, 9544.0, 9512.0, 9569.0, 9541.0, 9573.0, 9553.0, 9498.0, 9517.0, 9491.0, 9486.0, 9473.0, 9451.0, 9504.0, 9464.0, 9518.0, 9500.0, 9486.0, 9520.0, 9467.0, 9525.0, 9488.0, 9549.0, 9523.0, 9481.0, 9537.0, 9536.0, 9569.0, 9540.0, 9543.0, 9526.0, 9506.0, 9555.0, 9556.0, 9570.0, 9530.0, 9491.0, 9531.0, 9474.0, 9544.0, 9500.0, 9561.0, 9520.0, 9484.0, 9509.0, 9465.0, 9521.0, 9493.0, 9537.0, 9519.0, 9475.0, 9512.0, 9452.0, 9519.0, 9495.0, 9535.0, 9502.0, 9457.0, 9524.0, 9509.0, 9545.0, 9506.0, 9488.0, 9498.0, 9457.0, 9534.0, 9533.0, 9550.0, 9548.0, 9484.0, 9534.0, 9474.0, 9542.0, 9500.0, 9499.0, 9539.0, 9464.0, 9529.0, 9497.0, 9499.0, 9534.0, 9476.0, 9533.0, 9498.0, 9530.0, 9516.0, 9476.0, 9538.0, 9476.0, 9541.0, 9506.0, 9514.0, 9522.0, 9492.0, 9547.0, 9504.0, 9487.0, 9518.0, 9489.0, 9552.0, 9528.0, 9522.0, 9538.0, 9480.0, 9570.0, 9533.0, 9551.0, 9543.0, 9483.0, 9551.0, 9513.0, 9541.0, 9543.0, 9494.0, 9549.0, 9509.0, 9509.0, 9536.0, 9498.0, 9557.0, 9530.0, 9566.0, 9535.0, 9489.0, 9557.0, 9534.0, 9545.0, 9547.0, 9500.0, 9554.0, 9513.0, 9499.0, 9546.0, 9503.0, 9568.0, 9529.0, 9535.0, 9525.0, 9500.0, 9555.0, 9513.0, 9564.0, 9522.0, 9494.0, 9529.0, 9476.0, 9551.0, 9541.0, 9497.0, 9537.0, 9484.0, 9566.0, 9540.0, 9485.0, 9537.0, 9500.0, 9573.0, 9549.0, 9499.0, 9555.0, 9515.0, 9527.0, 9543.0, 9507.0, 9572.0, 9532.0, 9516.0, 9543.0, 9507.0, 9589.0, 9547.0, 9503.0, 9539.0, 9513.0, 9553.0, 9529.0, 9504.0, 9564.0, 9528.0, 9505.0, 9554.0, 9532.0, 9544.0, 9543.0, 9520.0, 9576.0, 9546.0, 9493.0, 9576.0, 9537.0, 9506.0, 9563.0, 9536.0, 9577.0, 9535.0, 9509.0, 9557.0, 9536.0, 9519.0, 9573.0, 9534.0, 9530.0, 9534.0, 9506.0, 9573.0, 9538.0, 9509.0, 9564.0, 9542.0, 9523.0, 9566.0, 9541.0, 9593.0, 9565.0, 9528.0, 9579.0, 9553.0, 9512.0, 9611.0, 9553.0, 9522.0, 9586.0, 9565.0, 9552.0, 9581.0, 9549.0, 9534.0, 9547.0, 9501.0, 9584.0, 9541.0, 9497.0, 9538.0, 9525.0, 9511.0, 9546.0, 9528.0, 9558.0, 9528.0, 9503.0, 9569.0, 9533.0, 9518.0, 9576.0, 9534.0, 9533.0, 9548.0, 9520.0, 9572.0, 9544.0, 9540.0, 9542.0, 9530.0, 9555.0, 9530.0, 9504.0, 9570.0, 9534.0, 9506.0, 9562.0, 9551.0, 9536.0, 9562.0, 9537.0, 9592.0, 9548.0, 9509.0, 9576.0, 9552.0, 9518.0, 9576.0, 9536.0, 9534.0, 9549.0, 9535.0, 9572.0, 9546.0, 9522.0, 9578.0, 9552.0, 9522.0, 9577.0, 9550.0, 9520.0, 9564.0, 9548.0, 9578.0, 9565.0, 9536.0, 9563.0, 9557.0, 9524.0, 9595.0, 9557.0, 9523.0, 9582.0, 9557.0, 9564.0, 9580.0, 9534.0, 9530.0, 9549.0, 9529.0, 9595.0, 9546.0, 9525.0, 9555.0, 9537.0, 9512.0, 9493.0, 9559.0, 9534.0, 9552.0, 9566.0, 9553.0, 9554.0, 9547.0, 9563.0, 9535.0, 9616.0, 9559.0, 9515.0, 9527.0, 9477.0, 9457.0, 9515.0, 9473.0, 9483.0, 9479.0, 9465.0, 9452.0, 9483.0, 9444.0, 9504.0, 9462.0, 9515.0, 9475.0, 9449.0, 9504.0, 9471.0, 9497.0, 9501.0, 9464.0, 9528.0, 9509.0, 9479.0, 9538.0, 9499.0, 9537.0, 9512.0, 9474.0, 9554.0, 9515.0, 9572.0, 9526.0, 9568.0, 9520.0, 9492.0, 9518.0, 9493.0, 9546.0, 9527.0, 9494.0, 9538.0, 9511.0, 9550.0, 9523.0, 9505.0, 9539.0, 9480.0, 9529.0, 9507.0, 9490.0, 9553.0, 9513.0, 9550.0, 9510.0, 9481.0, 9534.0, 9511.0, 9560.0, 9513.0, 9484.0, 9540.0, 9512.0, 9524.0, 9529.0, 9496.0, 9554.0, 9512.0, 9496.0, 9540.0, 9506.0, 9570.0, 9545.0, 9513.0, 9521.0, 9485.0, 9554.0, 9529.0, 9554.0, 9531.0, 9501.0, 9558.0, 9521.0, 9526.0, 9562.0, 9541.0, 9536.0, 9553.0, 9517.0, 9595.0, 9551.0, 9563.0, 9533.0, 9507.0, 9581.0, 9552.0, 9560.0, 9535.0, 9503.0, 9567.0, 9521.0, 9587.0, 9548.0, 9538.0, 9530.0, 9520.0, 9576.0, 9549.0, 9547.0, 9534.0, 9511.0, 9583.0, 9552.0, 9538.0, 9565.0, 9539.0, 9576.0, 9549.0, 9508.0, 9577.0, 9532.0, 9520.0, 9574.0, 9530.0, 9557.0, 9528.0, 9498.0, 9570.0, 9530.0, 9515.0, 9555.0, 9519.0, 9547.0, 9534.0, 9506.0, 9575.0, 9533.0, 9505.0, 9562.0, 9561.0, 9566.0, 9551.0, 9512.0, 9579.0, 9552.0, 9536.0, 9574.0, 9536.0, 9543.0, 9555.0, 9524.0, 9588.0, 9536.0, 9517.0, 9549.0, 9521.0, 9588.0, 9545.0, 9520.0, 9546.0, 9538.0, 9588.0, 9553.0, 9518.0, 9557.0, 9536.0, 9550.0, 9552.0, 9523.0, 9577.0, 9534.0, 9536.0, 9563.0, 9518.0, 9575.0, 9541.0, 9528.0, 9542.0, 9518.0, 9588.0, 9546.0, 9518.0, 9559.0, 9535.0, 9575.0, 9548.0, 9504.0, 9559.0, 9537.0, 9576.0, 9563.0, 9516.0, 9554.0, 9529.0, 9528.0, 9543.0, 9520.0, 9570.0, 9529.0, 9519.0, 9572.0, 9550.0, 9559.0, 9531.0, 9503.0, 9557.0, 9532.0, 9529.0, 9549.0, 9533.0, 9558.0, 9532.0, 9509.0, 9574.0, 9547.0, 9518.0, 9542.0, 9536.0, 9591.0, 9551.0, 9510.0, 9576.0, 9532.0, 9546.0, 9547.0, 9519.0, 9573.0, 9532.0, 9515.0, 9565.0, 9538.0, 9575.0, 9547.0, 9518.0, 9577.0, 9535.0, 9517.0, 9571.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.0007741401971522454</td></tr>
<tr><td colspan=3>aqi</td><td>0.032089833077765605</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.05975930724781</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.229445828695176</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.982364723201754</td></tr>
<tr><td colspan=3>efc</td><td>0.4737</td></tr>
<tr><td colspan=3>fber</td><td>6441.6724</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10420673964996104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.600219058050383</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493103529115164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.330671035341563</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7503432980630693</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39829625394086</td></tr>
<tr><td colspan=3>gcor</td><td>0.00726574</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009200911037623882</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026444561779499054</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9558221392081405</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>19.8357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1585</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9821</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299949.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.8051</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5619</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.1888</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3511.6599</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.3576</td></tr>
<tr><td colspan=3>tsnr</td><td>34.241546540753916</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>