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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0065_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:27:39.550000</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.999595, -0.00894238, 0.0270255, 0.0104682, 0.998328, -0.0568541]</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0826965</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7768, -7306, 799, -8, -431, 384, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f98e41c4-50bb-4524-a438-45e6755de16e||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.68183970451355, 0.028085362166166306, 0.07147406041622162, 107.3887710571289], [0.023991763591766357, 2.6784400939941406, -0.15420764684677124, -92.28240966796875], [0.07250738888978958, 0.1525353193283081, 2.6946449279785156, -88.88072967529297], [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': ['202739.550000', '202740.010000', '202740.470000', '202740.930000', '202741.390000', '202741.850000', '202742.310000', '202742.770000', '202743.230000', '202743.690000', '202744.150000', '202744.610000', '202745.070000', '202745.530000', '202745.990000', '202746.450000', '202746.910000', '202747.370000', '202747.830000', '202748.290000', '202748.750000', '202749.210000', '202749.670000', '202750.130000', '202750.590000', '202751.050000', '202751.510000', '202751.970000', '202752.430000', '202752.890000', '202753.350000', '202753.810000', '202754.270000', '202754.730000', '202755.190000', '202755.650000', '202756.110000', '202756.570000', '202757.030000', '202757.490000', '202757.950000', '202758.410000', '202758.870000', '202759.330000', '202759.790000', '202800.250000', '202800.710000', '202801.170000', '202801.630000', '202802.090000', '202802.550000', '202803.010000', '202803.470000', '202803.930000', '202804.390000', '202804.850000', '202805.310000', '202805.770000', '202806.230000', '202806.690000', '202807.150000', '202807.610000', '202808.070000', '202808.530000', '202808.990000', '202809.450000', '202809.910000', '202810.370000', '202810.830000', '202811.290000', '202811.750000', '202812.210000', '202812.670000', '202813.130000', '202813.590000', '202814.050000', '202814.510000', '202814.970000', '202815.430000', '202815.890000', '202816.350000', '202816.810000', '202817.270000', '202817.730000', '202818.190000', '202818.650000', '202819.110000', '202819.570000', '202820.030000', '202820.490000', '202820.950000', '202821.410000', '202821.870000', '202822.330000', '202822.790000', '202823.250000', '202823.710000', '202824.170000', '202824.630000', '202825.090000', '202825.550000', '202826.010000', '202826.470000', '202826.930000', '202827.390000', '202827.850000', '202828.310000', '202828.770000', '202829.230000', '202829.690000', '202830.150000', '202830.610000', '202831.070000', '202831.530000', '202831.990000', '202832.450000', '202832.910000', '202833.370000', '202833.830000', '202834.290000', '202834.750000', '202835.210000', '202835.670000', '202836.130000', '202836.590000', '202837.050000', '202837.510000', '202837.970000', '202838.430000', '202838.890000', '202839.350000', '202839.810000', '202840.270000', '202840.730000', '202841.190000', '202841.650000', '202842.110000', '202842.570000', '202843.030000', '202843.490000', '202843.950000', '202844.410000', '202844.870000', '202845.330000', '202845.790000', '202846.250000', '202846.710000', '202847.170000', '202847.630000', '202848.090000', '202848.550000', '202849.010000', '202849.470000', '202849.930000', '202850.390000', '202850.850000', '202851.310000', '202851.770000', '202852.230000', '202852.690000', '202853.150000', '202853.610000', '202854.070000', '202854.530000', '202854.990000', '202855.450000', '202855.910000', '202856.370000', '202856.830000', '202857.290000', '202857.750000', '202858.210000', '202858.670000', '202859.130000', '202859.590000', '202900.050000', '202900.510000', '202900.970000', '202901.430000', '202901.890000', '202902.350000', '202902.810000', '202903.270000', '202903.730000', '202904.190000', '202904.650000', '202905.110000', '202905.570000', '202906.030000', '202906.490000', '202906.950000', '202907.410000', '202907.870000', '202908.330000', '202908.790000', '202909.250000', '202909.710000', '202910.170000', '202910.630000', '202911.090000', '202911.550000', '202912.010000', '202912.470000', '202912.930000', '202913.390000', '202913.850000', '202914.310000', '202914.770000', '202915.230000', '202915.690000', '202916.150000', '202916.610000', '202917.070000', '202917.530000', '202917.990000', '202918.450000', '202918.910000', '202919.370000', '202919.830000', '202920.290000', '202920.750000', '202921.210000', '202921.670000', '202922.130000', '202922.590000', '202923.050000', '202923.510000', '202923.970000', '202924.430000', '202924.890000', '202925.350000', '202925.810000', '202926.270000', '202926.730000', '202927.190000', '202927.650000', '202928.110000', '202928.570000', '202929.030000', '202929.490000', '202929.950000', '202930.410000', '202930.870000', '202931.330000', '202931.790000', '202932.250000', '202932.710000', '202933.170000', '202933.630000', '202934.090000', '202934.550000', '202935.010000', '202935.470000', '202935.930000', '202936.390000', '202936.850000', '202937.310000', '202937.770000', '202938.230000', '202938.690000', '202939.150000', '202939.610000', '202940.070000', '202940.530000', '202940.990000', '202941.450000', '202941.910000', '202942.370000', '202942.830000', '202943.290000', '202943.750000', '202944.210000', '202944.670000', '202945.130000', '202945.590000', '202946.050000', '202946.510000', '202946.970000', '202947.430000', '202947.890000', '202948.350000', '202948.810000', '202949.270000', '202949.730000', '202950.190000', '202950.650000', '202951.110000', '202951.570000', '202952.030000', '202952.490000', '202952.950000', '202953.410000', '202953.870000', '202954.330000', '202954.790000', '202955.250000', '202955.710000', '202956.170000', '202956.630000', '202957.090000', '202957.550000', '202958.010000', '202958.470000', '202958.930000', '202959.390000', '202959.850000', '203000.310000', '203000.770000', '203001.230000', '203001.690000', '203002.150000', '203002.610000', '203003.070000', '203003.530000', '203003.990000', '203004.450000', '203004.910000', '203005.370000', '203005.830000', '203006.290000', '203006.750000', '203007.210000', '203007.670000', '203008.130000', '203008.590000', '203009.050000', '203009.510000', '203009.970000', '203010.430000', '203010.890000', '203011.350000', '203011.810000', '203012.270000', '203012.730000', '203013.190000', '203013.650000', '203014.110000', '203014.570000', '203015.030000', '203015.490000', '203015.950000', '203016.410000', '203016.870000', '203017.330000', '203017.790000', '203018.250000', '203018.710000', '203019.170000', '203019.630000', '203020.090000', '203020.550000', '203021.010000', '203021.470000', '203021.930000', '203022.390000', '203022.850000', '203023.310000', '203023.770000', '203024.230000', '203024.690000', '203025.150000', '203025.610000', '203026.070000', '203026.530000', '203026.990000', '203027.450000', '203027.910000', '203028.370000', '203028.830000', '203029.290000', '203029.750000', '203030.210000', '203030.670000', '203031.130000', '203031.590000', '203032.050000', '203032.510000', '203032.970000', '203033.430000', '203033.890000', '203034.350000', '203034.810000', '203035.270000', '203035.730000', '203036.190000', '203036.650000', '203037.110000', '203037.570000', '203038.030000', '203038.490000', '203038.950000', '203039.410000', '203039.870000', '203040.330000', '203040.790000', '203041.250000', '203041.710000', '203042.170000', '203042.630000', '203043.090000', '203043.550000', '203044.010000', '203044.470000', '203044.930000', '203045.390000', '203045.850000', '203046.310000', '203046.770000', '203047.230000', '203047.690000', '203048.150000', '203048.610000', '203049.070000', '203049.530000', '203049.990000', '203050.450000', '203050.910000', '203051.370000', '203051.830000', '203052.290000', '203052.750000', '203053.210000', '203053.670000', '203054.130000', '203054.590000', '203055.050000', '203055.510000', '203055.970000', '203056.430000', '203056.890000', '203057.350000', '203057.810000', '203058.270000', '203058.730000', '203059.190000', '203059.650000', '203100.110000', '203100.570000', '203101.030000', '203101.490000', '203101.950000', '203102.410000', '203102.870000', '203103.330000', '203103.790000', '203104.250000', '203104.710000', '203105.170000', '203105.630000', '203106.090000', '203106.550000', '203107.010000', '203107.470000', '203107.930000', '203108.390000', '203108.850000', '203109.310000', '203109.770000', '203110.230000', '203110.690000', '203111.150000', '203111.610000', '203112.070000', '203112.530000', '203112.990000', '203113.450000', '203113.910000', '203114.370000', '203114.830000', '203115.290000', '203115.750000', '203116.210000', '203116.670000', '203117.130000', '203117.590000', '203118.050000', '203118.510000', '203118.970000', '203119.430000', '203119.890000', '203120.350000', '203120.810000', '203121.270000', '203121.730000', '203122.190000', '203122.650000', '203123.110000', '203123.570000', '203124.030000', '203124.490000', '203124.950000', '203125.410000', '203125.870000', '203126.330000', '203126.790000', '203127.250000', '203127.710000', '203128.170000', '203128.630000', '203129.090000', '203129.550000', '203130.010000', '203130.470000', '203130.930000', '203131.390000', '203131.850000', '203132.310000', '203132.770000', '203133.230000', '203133.690000', '203134.150000', '203134.610000', '203135.070000', '203135.530000', '203135.990000', '203136.450000', '203136.910000', '203137.370000', '203137.830000', '203138.290000', '203138.750000', '203139.210000', '203139.670000', '203140.130000', '203140.590000', '203141.050000', '203141.510000', '203141.970000', '203142.430000', '203142.890000', '203143.350000', '203143.810000', '203144.270000', '203144.730000', '203145.190000', '203145.650000', '203146.110000', '203146.570000', '203147.030000', '203147.490000', '203147.950000', '203148.410000', '203148.870000', '203149.330000', '203149.790000', '203150.250000', '203150.710000', '203151.170000', '203151.630000', '203152.090000', '203152.550000', '203153.010000', '203153.470000', '203153.930000', '203154.390000', '203154.850000', '203155.310000', '203155.770000', '203156.230000', '203156.690000', '203157.150000', '203157.610000', '203158.070000', '203158.530000', '203158.990000', '203159.450000', '203159.910000', '203200.370000', '203200.830000', '203201.290000', '203201.750000', '203202.210000', '203202.670000', '203203.130000', '203203.590000', '203204.050000', '203204.510000', '203204.970000', '203205.430000', '203205.890000', '203206.350000', '203206.810000', '203207.270000', '203207.730000', '203208.190000', '203208.650000', '203209.110000', '203209.570000', '203210.030000', '203210.490000', '203210.950000', '203211.410000', '203211.870000', '203212.330000', '203212.790000', '203213.250000', '203213.710000', '203214.170000', '203214.630000', '203215.090000', '203215.550000', '203216.010000', '203216.470000', '203216.930000', '203217.390000', '203217.850000', '203218.310000', '203218.770000', '203219.230000', '203219.690000', '203220.150000', '203220.610000', '203221.070000', '203221.530000', '203221.990000', '203222.450000', '203222.910000', '203223.370000', '203223.830000', '203224.290000', '203224.750000', '203225.210000', '203225.670000', '203226.130000', '203226.590000', '203227.050000', '203227.510000', '203227.970000', '203228.430000', '203228.890000', '203229.350000', '203229.810000', '203230.270000', '203230.730000', '203231.190000', '203231.650000', '203232.110000', '203232.570000', '203233.030000', '203233.490000', '203233.950000', '203234.410000', '203234.870000', '203235.330000', '203235.790000', '203236.250000', '203236.710000', '203237.170000', '203237.630000', '203238.090000', '203238.550000', '203239.010000', '203239.470000', '203239.930000', '203240.390000', '203240.850000', '203241.310000', '203241.770000', '203242.230000', '203242.690000', '203243.150000', '203243.610000', '203244.070000', '203244.530000', '203244.990000', '203245.450000', '203245.910000', '203246.370000', '203246.830000', '203247.290000', '203247.750000', '203248.210000', '203248.670000', '203249.130000', '203249.590000', '203250.050000', '203250.510000', '203250.970000', '203251.430000', '203251.890000', '203252.350000', '203252.810000', '203253.270000', '203253.730000', '203254.190000', '203254.650000', '203255.110000', '203255.570000', '203256.030000', '203256.490000', '203256.950000', '203257.410000', '203257.870000', '203258.330000', '203258.790000', '203259.250000', '203259.710000', '203300.170000', '203300.630000', '203301.090000', '203301.550000', '203302.010000', '203302.470000', '203302.930000', '203303.390000', '203303.850000', '203304.310000', '203304.770000', '203305.230000', '203305.690000', '203306.150000', '203306.610000', '203307.070000', '203307.530000', '203307.990000', '203308.450000', '203308.910000', '203309.370000', '203309.830000', '203310.290000', '203310.750000', '203311.210000', '203311.670000', '203312.130000', '203312.590000', '203313.050000', '203313.510000', '203313.970000', '203314.430000', '203314.890000', '203315.350000', '203315.810000', '203316.270000', '203316.730000', '203317.190000', '203317.650000', '203318.110000', '203318.570000', '203319.030000', '203319.490000', '203319.950000', '203320.410000', '203320.870000', '203321.330000', '203321.790000', '203322.250000', '203322.710000', '203323.170000', '203323.630000', '203324.090000', '203324.550000', '203325.010000', '203325.470000', '203325.930000', '203326.390000', '203326.850000', '203327.310000', '203327.770000', '203328.230000', '203328.690000', '203329.150000', '203329.610000', '203330.070000', '203330.530000', '203330.990000', '203331.450000', '203331.910000', '203332.370000', '203332.830000', '203333.290000', '203333.750000', '203334.210000', '203334.670000', '203335.130000', '203335.590000', '203336.050000', '203336.510000', '203336.970000', '203337.430000', '203337.890000', '203338.350000', '203338.810000', '203339.270000', '203339.730000', '203340.190000', '203340.650000', '203341.110000', '203341.570000', '203342.030000', '203342.490000', '203342.950000', '203343.410000', '203343.870000', '203344.330000', '203344.790000', '203345.250000', '203345.710000', '203346.170000', '203346.630000', '203347.090000', '203347.550000', '203348.010000', '203348.470000', '203348.930000', '203349.390000', '203349.850000', '203350.310000', '203350.770000', '203351.230000', '203351.690000', '203352.150000', '203352.610000', '203353.070000', '203353.530000', '203353.990000', '203354.450000', '203354.910000', '203355.370000', '203355.830000', '203356.290000', '203356.750000', '203357.210000', '203357.670000', '203358.130000', '203358.590000', '203359.050000', '203359.510000', '203359.970000', '203400.430000', '203400.890000', '203401.350000', '203401.810000', '203402.270000', '203402.730000', '203403.190000', '203403.650000', '203404.110000', '203404.570000', '203405.030000', '203405.490000', '203405.950000', '203406.410000', '203406.870000', '203407.330000', '203407.790000', '203408.250000', '203408.710000', '203409.170000', '203409.630000', '203410.090000', '203410.550000', '203411.010000', '203411.470000', '203411.930000', '203412.390000', '203412.850000', '203413.310000', '203413.770000', '203414.230000', '203414.690000', '203415.150000', '203415.610000', '203416.070000', '203416.530000', '203416.990000', '203417.450000', '203417.910000', '203418.370000', '203418.830000', '203419.290000', '203419.750000', '203420.210000', '203420.670000', '203421.130000', '203421.590000', '203422.050000', '203422.510000', '203422.970000', '203423.430000', '203423.890000', '203424.350000', '203424.810000', '203425.270000', '203425.730000', '203426.190000', '203426.650000', '203427.110000', '203427.570000', '203428.030000', '203428.490000', '203428.950000', '203429.410000', '203429.870000', '203430.330000', '203430.790000', '203431.250000', '203431.710000', '203432.170000', '203432.630000', '203433.090000', '203433.550000', '203434.010000', '203434.470000', '203434.930000', '203435.390000', '203435.850000', '203436.310000', '203436.770000', '203437.230000', '203437.690000', '203438.150000', '203438.610000', '203439.070000', '203439.530000'], 'ContentTime': ['202753.586000', '202753.589000', '202753.592000', '202753.595000', '202753.597000', '202753.600000', '202753.603000', '202753.605000', '202753.608000', '202753.618000', '202753.621000', '202753.623000', '202753.626000', '202753.629000', '202753.631000', '202753.634000', '202753.637000', '202753.642000', '202753.644000', '202753.647000', '202753.650000', '202753.652000', '202753.655000', '202753.657000', '202753.660000', '202753.663000', '202753.665000', '202753.668000', '202753.671000', '202813.560000', '202813.563000', '202813.566000', '202813.569000', '202813.571000', '202813.574000', '202813.577000', '202813.579000', '202813.582000', '202813.585000', '202813.587000', '202813.590000', '202813.592000', '202813.595000', '202813.598000', '202813.600000', '202813.603000', '202813.605000', '202813.608000', '202813.611000', '202813.613000', '202813.616000', '202813.618000', '202813.621000', '202813.627000', '202813.630000', '202813.648000', '202813.651000', '202813.653000', '202813.656000', '202813.659000', '202813.661000', '202813.664000', '202813.667000', '202813.669000', '202813.672000', '202813.674000', '202813.677000', '202813.680000', '202813.682000', '202813.685000', '202813.687000', '202813.690000', '202833.561000', '202833.563000', '202833.566000', '202833.568000', '202833.571000', '202833.574000', '202833.576000', '202833.579000', '202833.582000', '202833.584000', '202833.587000', '202833.589000', '202833.592000', '202833.595000', '202833.597000', '202833.600000', '202833.603000', '202833.605000', '202833.608000', '202833.610000', '202833.613000', '202833.615000', '202833.618000', '202833.628000', '202833.631000', '202833.633000', '202833.636000', '202833.639000', '202833.641000', '202833.644000', '202833.646000', '202833.649000', '202833.652000', '202833.654000', '202833.657000', '202833.659000', '202833.662000', '202833.664000', '202833.667000', '202833.670000', '202833.672000', '202833.675000', '202833.677000', '202833.680000', '202853.560000', '202853.563000', '202853.566000', '202853.569000', '202853.572000', '202853.575000', '202853.578000', '202853.580000', '202853.583000', '202853.586000', '202853.588000', '202853.591000', '202853.594000', '202853.596000', '202853.599000', '202853.601000', '202853.604000', '202853.607000', '202853.609000', '202853.612000', '202853.615000', '202853.617000', '202853.621000', '202853.623000', '202853.626000', '202853.629000', '202853.631000', '202853.634000', '202853.637000', '202853.639000', '202853.642000', '202853.645000', '202853.647000', '202853.650000', '202853.652000', '202853.655000', '202853.658000', '202853.660000', '202853.663000', '202853.665000', '202853.668000', '202853.671000', '202853.674000', '202913.560000', '202913.563000', '202913.566000', '202913.569000', '202913.572000', '202913.574000', '202913.577000', '202913.580000', '202913.582000', '202913.585000', '202913.588000', '202913.590000', '202913.593000', '202913.596000', '202913.598000', '202913.601000', '202913.603000', '202913.606000', '202913.609000', '202913.611000', '202913.614000', '202913.616000', '202913.619000', '202913.622000', '202913.624000', '202913.627000', '202913.630000', '202913.632000', '202913.635000', '202913.638000', '202913.640000', '202913.643000', '202913.645000', '202913.648000', '202913.651000', '202913.653000', '202913.656000', '202913.658000', '202913.661000', '202913.664000', '202913.666000', '202913.669000', '202913.671000', '202913.674000', '202933.560000', '202933.563000', '202933.566000', '202933.569000', '202933.571000', '202933.574000', '202933.577000', '202933.579000', '202933.582000', '202933.585000', '202933.587000', '202933.590000', '202933.592000', '202933.595000', '202933.598000', '202933.601000', '202933.603000', '202933.606000', '202933.609000', '202933.611000', '202933.614000', '202933.616000', '202933.619000', '202933.622000', '202933.624000', '202933.627000', '202933.630000', '202933.632000', '202933.635000', '202933.638000', '202933.640000', '202933.643000', '202933.646000', '202933.648000', '202933.651000', '202933.654000', '202933.656000', '202933.659000', '202933.661000', '202933.664000', '202933.667000', '202933.669000', '202933.672000', '202953.559000', '202953.562000', '202953.565000', '202953.568000', '202953.571000', '202953.573000', '202953.576000', '202953.578000', '202953.581000', '202953.584000', '202953.586000', '202953.589000', '202953.591000', '202953.594000', '202953.597000', '202953.600000', '202953.602000', '202953.605000', '202953.608000', '202953.610000', '202953.613000', '202953.615000', '202953.627000', '202953.630000', '202953.633000', '202953.635000', '202953.638000', '202953.640000', '202953.643000', '202953.646000', '202953.648000', '202953.651000', '202953.654000', '202953.656000', '202953.659000', '202953.661000', '202953.664000', '202953.667000', '202953.669000', '202953.672000', '202953.675000', '202953.677000', '202953.680000', '202953.682000', '203013.560000', '203013.563000', '203013.566000', '203013.568000', '203013.571000', '203013.574000', '203013.576000', '203013.579000', '203013.582000', '203013.584000', '203013.587000', '203013.590000', '203013.592000', '203013.595000', '203013.597000', '203013.600000', '203013.603000', '203013.605000', '203013.608000', '203013.611000', '203013.613000', '203013.616000', '203013.619000', '203013.621000', '203013.624000', '203013.627000', '203013.629000', '203013.632000', '203013.635000', '203013.637000', '203013.640000', '203013.642000', '203013.645000', '203013.648000', '203013.651000', '203013.653000', '203013.656000', '203013.659000', '203013.662000', '203013.665000', '203013.668000', '203013.670000', '203013.673000', '203033.560000', '203033.564000', '203033.566000', '203033.569000', '203033.571000', '203033.574000', '203033.577000', '203033.579000', '203033.582000', '203033.585000', '203033.587000', '203033.590000', '203033.593000', '203033.595000', '203033.598000', '203033.601000', '203033.603000', '203033.606000', '203033.609000', '203033.611000', '203033.614000', '203033.617000', '203033.619000', '203033.622000', '203033.625000', '203033.627000', '203033.630000', '203033.633000', '203033.635000', '203033.638000', '203033.641000', '203033.643000', '203033.646000', '203033.648000', '203033.651000', '203033.654000', '203033.656000', '203033.659000', '203033.662000', '203033.664000', '203033.667000', '203033.670000', '203033.672000', '203033.675000', '203053.561000', '203053.563000', '203053.566000', '203053.569000', '203053.571000', '203053.574000', '203053.577000', '203053.580000', '203053.582000', '203053.585000', '203053.588000', '203053.590000', '203053.593000', '203053.595000', '203053.598000', '203053.601000', '203053.604000', '203053.606000', '203053.609000', '203053.612000', '203053.615000', '203053.617000', '203053.620000', '203053.623000', '203053.626000', '203053.630000', '203053.633000', '203053.636000', '203053.638000', '203053.641000', '203053.644000', '203053.646000', '203053.649000', '203053.652000', '203053.654000', '203053.657000', '203053.660000', '203053.662000', '203053.665000', '203053.668000', '203053.670000', '203053.673000', '203053.676000', '203113.560000', '203113.563000', '203113.566000', '203113.568000', '203113.571000', '203113.574000', '203113.577000', '203113.579000', '203113.582000', '203113.585000', '203113.587000', '203113.590000', '203113.593000', '203113.595000', '203113.598000', '203113.601000', '203113.604000', '203113.606000', '203113.609000', '203113.611000', '203113.614000', '203113.617000', '203113.619000', '203113.622000', '203113.625000', '203113.627000', '203113.630000', '203113.632000', '203113.635000', '203113.638000', '203113.640000', '203113.643000', '203113.646000', '203113.648000', '203113.651000', '203113.653000', '203113.656000', '203113.659000', '203113.661000', '203113.664000', '203113.667000', '203113.669000', '203113.672000', '203113.674000', '203133.560000', '203133.563000', '203133.566000', '203133.593000', '203133.596000', '203133.598000', '203133.601000', '203133.604000', '203133.606000', '203133.609000', '203133.612000', '203133.614000', '203133.617000', '203133.620000', '203133.622000', '203133.625000', '203133.628000', '203133.630000', '203133.633000', '203133.636000', '203133.638000', '203133.641000', '203133.644000', '203133.646000', '203133.649000', '203133.651000', '203133.654000', '203133.656000', '203133.659000', '203133.662000', '203133.664000', '203133.667000', '203133.670000', '203133.673000', '203133.675000', '203133.678000', '203133.680000', '203133.683000', '203133.686000', '203133.688000', '203133.691000', '203133.694000', '203133.696000', '203153.561000', '203153.563000', '203153.566000', '203153.569000', '203153.571000', '203153.574000', '203153.576000', '203153.579000', '203153.582000', '203153.584000', '203153.587000', '203153.590000', '203153.592000', '203153.595000', '203153.598000', '203153.600000', '203153.603000', '203153.606000', '203153.608000', '203153.611000', '203153.614000', '203153.616000', '203153.619000', '203153.621000', '203153.624000', '203153.627000', '203153.629000', '203153.632000', '203153.635000', '203153.637000', '203153.640000', '203153.643000', '203153.653000', '203153.656000', '203153.658000', '203153.661000', '203153.664000', '203153.666000', '203153.669000', '203153.672000', '203153.674000', '203153.677000', '203153.680000', '203153.682000', '203213.560000', '203213.563000', '203213.565000', '203213.568000', '203213.570000', '203213.573000', '203213.576000', '203213.578000', '203213.581000', '203213.584000', '203213.586000', '203213.589000', '203213.591000', '203213.594000', '203213.597000', '203213.599000', '203213.602000', '203213.605000', '203213.607000', '203213.610000', '203213.613000', '203213.615000', '203213.618000', '203213.620000', '203213.623000', '203213.626000', '203213.628000', '203213.631000', '203213.634000', '203213.637000', '203213.639000', '203213.642000', '203213.644000', '203213.647000', '203213.650000', '203213.652000', '203213.655000', '203213.658000', '203213.660000', '203213.663000', '203213.665000', '203213.668000', '203213.671000', '203233.560000', '203233.563000', '203233.566000', '203233.569000', '203233.571000', '203233.574000', '203233.577000', '203233.579000', '203233.582000', '203233.585000', '203233.587000', '203233.590000', '203233.592000', '203233.595000', '203233.598000', '203233.601000', '203233.603000', '203233.606000', '203233.608000', '203233.611000', '203233.614000', '203233.616000', '203233.619000', '203233.622000', '203233.624000', '203233.627000', '203233.629000', '203233.632000', '203233.635000', '203233.637000', '203233.640000', '203233.643000', '203233.645000', '203233.648000', '203233.651000', '203233.653000', '203233.656000', '203233.658000', '203233.661000', '203233.664000', '203233.666000', '203233.669000', '203233.672000', '203233.674000', '203253.561000', '203253.563000', '203253.566000', '203253.569000', '203253.572000', '203253.574000', '203253.577000', '203253.579000', '203253.582000', '203253.585000', '203253.587000', '203253.590000', '203253.593000', '203253.595000', '203253.598000', '203253.601000', '203253.603000', '203253.606000', '203253.609000', '203253.611000', '203253.614000', '203253.617000', '203253.619000', '203253.622000', '203253.624000', '203253.627000', '203253.630000', '203253.632000', '203253.651000', '203253.654000', '203253.656000', '203253.659000', '203253.662000', '203253.664000', '203253.667000', '203253.670000', '203253.672000', '203253.675000', '203253.678000', '203253.680000', '203253.683000', '203253.686000', '203253.688000', '203313.560000', '203313.563000', '203313.566000', '203313.569000', '203313.571000', '203313.574000', '203313.577000', '203313.579000', '203313.582000', '203313.585000', '203313.587000', '203313.590000', '203313.592000', '203313.595000', '203313.598000', '203313.601000', '203313.603000', '203313.606000', '203313.609000', '203313.611000', '203313.614000', '203313.617000', '203313.619000', '203313.622000', '203313.631000', '203313.634000', '203313.637000', '203313.639000', '203313.642000', '203313.645000', '203313.647000', '203313.650000', '203313.652000', '203313.655000', '203313.658000', '203313.660000', '203313.663000', '203313.666000', '203313.668000', '203313.671000', '203313.673000', '203313.676000', '203313.679000', '203313.681000', '203333.560000', '203333.563000', '203333.566000', '203333.568000', '203333.571000', '203333.574000', '203333.576000', '203333.579000', '203333.582000', '203333.584000', '203333.587000', '203333.589000', '203333.592000', '203333.595000', '203333.597000', '203333.602000', '203333.604000', '203333.607000', '203333.609000', '203333.612000', '203333.615000', '203333.617000', '203333.620000', '203333.623000', '203333.625000', '203333.628000', '203333.630000', '203333.633000', '203333.636000', '203333.638000', '203333.641000', '203333.644000', '203333.646000', '203333.649000', '203333.651000', '203333.654000', '203333.657000', '203333.660000', '203333.662000', '203333.665000', '203333.668000', '203333.670000', '203333.673000', '203353.560000', '203353.563000', '203353.566000', '203353.569000', '203353.571000', '203353.574000', '203353.577000', '203353.579000', '203353.582000', '203353.584000', '203353.587000', '203353.590000', '203353.593000', '203353.595000', '203353.598000', '203353.601000', '203353.603000', '203353.606000', '203353.609000', '203353.611000', '203353.614000', '203353.616000', '203353.619000', '203353.622000', '203353.625000', '203353.627000', '203353.630000', '203353.632000', '203353.635000', '203353.638000', '203353.640000', '203353.643000', '203353.646000', '203353.648000', '203353.651000', '203353.654000', '203353.656000', '203353.659000', '203353.662000', '203353.664000', '203353.667000', '203353.670000', '203353.672000', '203353.675000', '203413.561000', '203413.563000', '203413.566000', '203413.569000', '203413.571000', '203413.574000', '203413.577000', '203413.579000', '203413.582000', '203413.584000', '203413.587000', '203413.590000', '203413.592000', '203413.595000', '203413.598000', '203413.600000', '203413.603000', '203413.605000', '203413.608000', '203413.611000', '203413.613000', '203413.616000', '203413.619000', '203413.621000', '203413.624000', '203413.627000', '203413.629000', '203413.632000', '203413.635000', '203413.637000', '203413.640000', '203413.642000', '203413.645000', '203413.648000', '203413.650000', '203413.653000', '203413.656000', '203413.658000', '203413.661000', '203413.672000', '203413.675000', '203413.678000', '203413.680000', '203433.560000', '203433.562000', '203433.565000', '203433.568000', '203433.570000', '203433.573000', '203433.576000', '203433.578000', '203433.581000', '203433.584000', '203433.586000', '203433.589000', '203433.591000', '203433.594000', '203433.597000', '203433.600000', '203433.602000', '203433.605000', '203433.607000', '203433.610000', '203433.613000', '203433.615000', '203433.618000', '203433.620000', '203433.623000', '203433.626000', '203433.629000', '203433.632000', '203433.634000', '203433.637000', '203433.640000', '203433.642000', '203433.645000', '203433.648000', '203433.650000', '203433.660000', '203433.663000', '203433.666000', '203433.668000', '203433.671000', '203433.674000', '203433.676000', '203433.679000', '203433.682000', '203440.424000', '203440.427000', '203440.429000', '203440.432000', '203440.435000', '203440.438000', '203440.441000', '203440.443000', '203440.446000', '203440.449000', '203440.453000', '203440.456000', '203440.459000', '203440.463000', '203440.466000'], 'InstanceCreationTime': ['202753.586000', '202753.589000', '202753.592000', '202753.595000', '202753.597000', '202753.600000', '202753.603000', '202753.605000', '202753.608000', '202753.618000', '202753.621000', '202753.623000', '202753.626000', '202753.629000', '202753.631000', '202753.634000', '202753.637000', '202753.642000', '202753.644000', '202753.647000', '202753.650000', '202753.652000', '202753.655000', '202753.657000', '202753.660000', '202753.663000', '202753.665000', '202753.668000', '202753.671000', '202813.560000', '202813.563000', '202813.566000', '202813.569000', '202813.571000', '202813.574000', '202813.577000', '202813.579000', '202813.582000', '202813.585000', '202813.587000', '202813.590000', '202813.592000', '202813.595000', '202813.598000', '202813.600000', '202813.603000', '202813.605000', '202813.608000', '202813.611000', '202813.613000', '202813.616000', '202813.618000', '202813.621000', '202813.627000', '202813.630000', '202813.648000', '202813.651000', '202813.653000', '202813.656000', '202813.659000', '202813.661000', '202813.664000', '202813.667000', '202813.669000', '202813.672000', '202813.674000', '202813.677000', '202813.680000', '202813.682000', '202813.685000', '202813.687000', '202813.690000', '202833.561000', '202833.563000', '202833.566000', '202833.568000', '202833.571000', '202833.574000', '202833.576000', '202833.579000', '202833.582000', '202833.584000', '202833.587000', '202833.589000', '202833.592000', '202833.595000', '202833.597000', '202833.600000', '202833.603000', '202833.605000', '202833.608000', '202833.610000', '202833.613000', '202833.615000', '202833.618000', '202833.628000', '202833.631000', '202833.633000', '202833.636000', '202833.639000', '202833.641000', '202833.644000', '202833.646000', '202833.649000', '202833.652000', '202833.654000', '202833.657000', '202833.659000', '202833.662000', '202833.664000', '202833.667000', '202833.670000', '202833.672000', '202833.675000', '202833.677000', '202833.680000', '202853.560000', '202853.563000', '202853.566000', '202853.569000', '202853.572000', '202853.575000', '202853.578000', '202853.580000', '202853.583000', '202853.586000', '202853.588000', '202853.591000', '202853.594000', '202853.596000', '202853.599000', '202853.601000', '202853.604000', '202853.607000', '202853.609000', '202853.612000', '202853.615000', '202853.617000', '202853.621000', '202853.623000', '202853.626000', '202853.629000', '202853.631000', '202853.634000', '202853.637000', '202853.639000', '202853.642000', '202853.645000', '202853.647000', '202853.650000', '202853.652000', '202853.655000', '202853.658000', '202853.660000', '202853.663000', '202853.665000', '202853.668000', '202853.671000', '202853.674000', '202913.560000', '202913.563000', '202913.566000', '202913.569000', '202913.572000', '202913.574000', '202913.577000', '202913.580000', '202913.582000', '202913.585000', '202913.588000', '202913.590000', '202913.593000', '202913.596000', '202913.598000', '202913.601000', '202913.603000', '202913.606000', '202913.609000', '202913.611000', '202913.614000', '202913.616000', '202913.619000', '202913.622000', '202913.624000', '202913.627000', '202913.630000', '202913.632000', '202913.635000', '202913.638000', '202913.640000', '202913.643000', '202913.645000', '202913.648000', '202913.651000', '202913.653000', '202913.656000', '202913.658000', '202913.661000', '202913.664000', '202913.666000', '202913.669000', '202913.671000', '202913.674000', '202933.560000', '202933.563000', '202933.566000', '202933.569000', '202933.571000', '202933.574000', '202933.577000', '202933.579000', '202933.582000', '202933.585000', '202933.587000', '202933.590000', '202933.592000', '202933.595000', '202933.598000', '202933.601000', '202933.603000', '202933.606000', '202933.609000', '202933.611000', '202933.614000', '202933.616000', '202933.619000', '202933.622000', '202933.624000', '202933.627000', '202933.630000', '202933.632000', '202933.635000', '202933.638000', '202933.640000', '202933.643000', '202933.646000', '202933.648000', '202933.651000', '202933.654000', '202933.656000', '202933.659000', '202933.661000', '202933.664000', '202933.667000', '202933.669000', '202933.672000', '202953.559000', '202953.562000', '202953.565000', '202953.568000', '202953.571000', '202953.573000', '202953.576000', '202953.578000', '202953.581000', '202953.584000', '202953.586000', '202953.589000', '202953.591000', '202953.594000', '202953.597000', '202953.600000', '202953.602000', '202953.605000', '202953.608000', '202953.610000', '202953.613000', '202953.615000', '202953.627000', '202953.630000', '202953.633000', '202953.635000', '202953.638000', '202953.640000', '202953.643000', '202953.646000', '202953.648000', '202953.651000', '202953.654000', '202953.656000', '202953.659000', '202953.661000', '202953.664000', '202953.667000', '202953.669000', '202953.672000', '202953.675000', '202953.677000', '202953.680000', '202953.682000', '203013.560000', '203013.563000', '203013.566000', '203013.568000', '203013.571000', '203013.574000', '203013.576000', '203013.579000', '203013.582000', '203013.584000', '203013.587000', '203013.590000', '203013.592000', '203013.595000', '203013.597000', '203013.600000', '203013.603000', '203013.605000', '203013.608000', '203013.611000', '203013.613000', '203013.616000', '203013.619000', '203013.621000', '203013.624000', '203013.627000', '203013.629000', '203013.632000', '203013.635000', '203013.637000', '203013.640000', '203013.642000', '203013.645000', '203013.648000', '203013.651000', '203013.653000', '203013.656000', '203013.659000', '203013.662000', '203013.665000', '203013.668000', '203013.670000', '203013.673000', '203033.560000', '203033.564000', '203033.566000', '203033.569000', '203033.571000', '203033.574000', '203033.577000', '203033.579000', '203033.582000', '203033.585000', '203033.587000', '203033.590000', '203033.593000', '203033.595000', '203033.598000', '203033.601000', '203033.603000', '203033.606000', '203033.609000', '203033.611000', '203033.614000', '203033.617000', '203033.619000', '203033.622000', '203033.625000', '203033.627000', '203033.630000', '203033.633000', '203033.635000', '203033.638000', '203033.641000', '203033.643000', '203033.646000', '203033.648000', '203033.651000', '203033.654000', '203033.656000', '203033.659000', '203033.662000', '203033.664000', '203033.667000', '203033.670000', '203033.672000', '203033.675000', '203053.561000', '203053.563000', '203053.566000', '203053.569000', '203053.571000', '203053.574000', '203053.577000', '203053.580000', '203053.582000', '203053.585000', '203053.588000', '203053.590000', '203053.593000', '203053.595000', '203053.598000', '203053.601000', '203053.604000', '203053.606000', '203053.609000', '203053.612000', '203053.615000', '203053.617000', '203053.620000', '203053.623000', '203053.626000', '203053.630000', '203053.633000', '203053.636000', '203053.638000', '203053.641000', '203053.644000', '203053.646000', '203053.649000', '203053.652000', '203053.654000', '203053.657000', '203053.660000', '203053.662000', '203053.665000', '203053.668000', '203053.670000', '203053.673000', '203053.676000', '203113.560000', '203113.563000', '203113.566000', '203113.568000', '203113.571000', '203113.574000', '203113.577000', '203113.579000', '203113.582000', '203113.585000', '203113.587000', '203113.590000', '203113.593000', '203113.595000', '203113.598000', '203113.601000', '203113.604000', '203113.606000', '203113.609000', '203113.611000', '203113.614000', '203113.617000', '203113.619000', '203113.622000', '203113.625000', '203113.627000', '203113.630000', '203113.632000', '203113.635000', '203113.638000', '203113.640000', '203113.643000', '203113.646000', '203113.648000', '203113.651000', '203113.653000', '203113.656000', '203113.659000', '203113.661000', '203113.664000', '203113.667000', '203113.669000', '203113.672000', '203113.674000', '203133.560000', '203133.563000', '203133.566000', '203133.593000', '203133.596000', '203133.598000', '203133.601000', '203133.604000', '203133.606000', '203133.609000', '203133.612000', '203133.614000', '203133.617000', '203133.620000', '203133.622000', '203133.625000', '203133.628000', '203133.630000', '203133.633000', '203133.636000', '203133.638000', '203133.641000', '203133.644000', '203133.646000', '203133.649000', '203133.651000', '203133.654000', '203133.656000', '203133.659000', '203133.662000', '203133.664000', '203133.667000', '203133.670000', '203133.673000', '203133.675000', '203133.678000', '203133.680000', '203133.683000', '203133.686000', '203133.688000', '203133.691000', '203133.694000', '203133.696000', '203153.561000', '203153.563000', '203153.566000', '203153.569000', '203153.571000', '203153.574000', '203153.576000', '203153.579000', '203153.582000', '203153.584000', '203153.587000', '203153.590000', '203153.592000', '203153.595000', '203153.598000', '203153.600000', '203153.603000', '203153.606000', '203153.608000', '203153.611000', '203153.614000', '203153.616000', '203153.619000', '203153.621000', '203153.624000', '203153.627000', '203153.629000', '203153.632000', '203153.635000', '203153.637000', '203153.640000', '203153.643000', '203153.653000', '203153.656000', '203153.658000', '203153.661000', '203153.664000', '203153.666000', '203153.669000', '203153.672000', '203153.674000', '203153.677000', '203153.680000', '203153.682000', '203213.560000', '203213.563000', '203213.565000', '203213.568000', '203213.570000', '203213.573000', '203213.576000', '203213.578000', '203213.581000', '203213.584000', '203213.586000', '203213.589000', '203213.591000', '203213.594000', '203213.597000', '203213.599000', '203213.602000', '203213.605000', '203213.607000', '203213.610000', '203213.613000', '203213.615000', '203213.618000', '203213.620000', '203213.623000', '203213.626000', '203213.628000', '203213.631000', '203213.634000', '203213.637000', '203213.639000', '203213.642000', '203213.644000', '203213.647000', '203213.650000', '203213.652000', '203213.655000', '203213.658000', '203213.660000', '203213.663000', '203213.665000', '203213.668000', '203213.671000', '203233.560000', '203233.563000', '203233.566000', '203233.569000', '203233.571000', '203233.574000', '203233.577000', '203233.579000', '203233.582000', '203233.585000', '203233.587000', '203233.590000', '203233.592000', '203233.595000', '203233.598000', '203233.601000', '203233.603000', '203233.606000', '203233.608000', '203233.611000', '203233.614000', '203233.616000', '203233.619000', '203233.622000', '203233.624000', '203233.627000', '203233.629000', '203233.632000', '203233.635000', '203233.637000', '203233.640000', '203233.643000', '203233.645000', '203233.648000', '203233.651000', '203233.653000', '203233.656000', '203233.658000', '203233.661000', '203233.664000', '203233.666000', '203233.669000', '203233.672000', '203233.674000', '203253.561000', '203253.563000', '203253.566000', '203253.569000', '203253.572000', '203253.574000', '203253.577000', '203253.579000', '203253.582000', '203253.585000', '203253.587000', '203253.590000', '203253.593000', '203253.595000', '203253.598000', '203253.601000', '203253.603000', '203253.606000', '203253.609000', '203253.611000', '203253.614000', '203253.617000', '203253.619000', '203253.622000', '203253.624000', '203253.627000', '203253.630000', '203253.632000', '203253.651000', '203253.654000', '203253.656000', '203253.659000', '203253.662000', '203253.664000', '203253.667000', '203253.670000', '203253.672000', '203253.675000', '203253.678000', '203253.680000', '203253.683000', '203253.686000', '203253.688000', '203313.560000', '203313.563000', '203313.566000', '203313.569000', '203313.571000', '203313.574000', '203313.577000', '203313.579000', '203313.582000', '203313.585000', '203313.587000', '203313.590000', '203313.592000', '203313.595000', '203313.598000', '203313.601000', '203313.603000', '203313.606000', '203313.609000', '203313.611000', '203313.614000', '203313.617000', '203313.619000', '203313.622000', '203313.631000', '203313.634000', '203313.637000', '203313.639000', '203313.642000', '203313.645000', '203313.647000', '203313.650000', '203313.652000', '203313.655000', '203313.658000', '203313.660000', '203313.663000', '203313.666000', '203313.668000', '203313.671000', '203313.673000', '203313.676000', '203313.679000', '203313.681000', '203333.560000', '203333.563000', '203333.566000', '203333.568000', '203333.571000', '203333.574000', '203333.576000', '203333.579000', '203333.582000', '203333.584000', '203333.587000', '203333.589000', '203333.592000', '203333.595000', '203333.597000', '203333.602000', '203333.604000', '203333.607000', '203333.609000', '203333.612000', '203333.615000', '203333.617000', '203333.620000', '203333.623000', '203333.625000', '203333.628000', '203333.630000', '203333.633000', '203333.636000', '203333.638000', '203333.641000', '203333.644000', '203333.646000', '203333.649000', '203333.651000', '203333.654000', '203333.657000', '203333.660000', '203333.662000', '203333.665000', '203333.668000', '203333.670000', '203333.673000', '203353.560000', '203353.563000', '203353.566000', '203353.569000', '203353.571000', '203353.574000', '203353.577000', '203353.579000', '203353.582000', '203353.584000', '203353.587000', '203353.590000', '203353.593000', '203353.595000', '203353.598000', '203353.601000', '203353.603000', '203353.606000', '203353.609000', '203353.611000', '203353.614000', '203353.616000', '203353.619000', '203353.622000', '203353.625000', '203353.627000', '203353.630000', '203353.632000', '203353.635000', '203353.638000', '203353.640000', '203353.643000', '203353.646000', '203353.648000', '203353.651000', '203353.654000', '203353.656000', '203353.659000', '203353.662000', '203353.664000', '203353.667000', '203353.670000', '203353.672000', '203353.675000', '203413.561000', '203413.563000', '203413.566000', '203413.569000', '203413.571000', '203413.574000', '203413.577000', '203413.579000', '203413.582000', '203413.584000', '203413.587000', '203413.590000', '203413.592000', '203413.595000', '203413.598000', '203413.600000', '203413.603000', '203413.605000', '203413.608000', '203413.611000', '203413.613000', '203413.616000', '203413.619000', '203413.621000', '203413.624000', '203413.627000', '203413.629000', '203413.632000', '203413.635000', '203413.637000', '203413.640000', '203413.642000', '203413.645000', '203413.648000', '203413.650000', '203413.653000', '203413.656000', '203413.658000', '203413.661000', '203413.672000', '203413.675000', '203413.678000', '203413.680000', '203433.560000', '203433.562000', '203433.565000', '203433.568000', '203433.570000', '203433.573000', '203433.576000', '203433.578000', '203433.581000', '203433.584000', '203433.586000', '203433.589000', '203433.591000', '203433.594000', '203433.597000', '203433.600000', '203433.602000', '203433.605000', '203433.607000', '203433.610000', '203433.613000', '203433.615000', '203433.618000', '203433.620000', '203433.623000', '203433.626000', '203433.629000', '203433.632000', '203433.634000', '203433.637000', '203433.640000', '203433.642000', '203433.645000', '203433.648000', '203433.650000', '203433.660000', '203433.663000', '203433.666000', '203433.668000', '203433.671000', '203433.674000', '203433.676000', '203433.679000', '203433.682000', '203440.424000', '203440.427000', '203440.429000', '203440.432000', '203440.435000', '203440.438000', '203440.441000', '203440.443000', '203440.446000', '203440.449000', '203440.453000', '203440.456000', '203440.459000', '203440.463000', '203440.466000'], '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': [9160, 6574, 8648, 6952, 8558, 6912, 8172, 6738, 8354, 6893, 6223, 6113, 6253, 7442, 6629, 7765, 7511, 7053, 9727, 6691, 8237, 6945, 6716, 6345, 5973, 6550, 6244, 7071, 6230, 7778, 6226, 9015, 6284, 7760, 6199, 7404, 6224, 8628, 6959, 9070, 6923, 9018, 7341, 8741, 6718, 9188, 6954, 8816, 7258, 8507, 6496, 8641, 7001, 7900, 6698, 6634, 6403, 6342, 8043, 6733, 8939, 7143, 8910, 6600, 7466, 6158, 6958, 6244, 7494, 6218, 7733, 6345, 8325, 6080, 7616, 6482, 7940, 6512, 8765, 6595, 8318, 6180, 8448, 6556, 9053, 6875, 8807, 6015, 8279, 6564, 8552, 6481, 8467, 6870, 8359, 6899, 8714, 6056, 7641, 6126, 6826, 10103, 6920, 8842, 7130, 8401, 6399, 7790, 6335, 6734, 6101, 7177, 5921, 6992, 6104, 6600, 10329, 6832, 8865, 7053, 8574, 6632, 8324, 6762, 8399, 6791, 8699, 6810, 8473, 7074, 8436, 5956, 7194, 7565, 6345, 5871, 6592, 6237, 7932, 6462, 8311, 6525, 6881, 6316, 7376, 6207, 7900, 10256, 7770, 8907, 6803, 8206, 6406, 7117, 6023, 7223, 6062, 7030, 6128, 7100, 6880, 6669, 6115, 7225, 6509, 8470, 7148, 6858, 10610, 6813, 9137, 7321, 8168, 6708, 7819, 6705, 8288, 6641, 7081, 7055, 9026, 7046, 8180, 6957, 7699, 6104, 6930, 10206, 6739, 8659, 6612, 8253, 6731, 7364, 5843, 6697, 7635, 6482, 6286, 6599, 9376, 6646, 8860, 6803, 6639, 6149, 6220, 6910, 6697, 7911, 9348, 7178, 9579, 6890, 8873, 7077, 8412, 7027, 8283, 7034, 7784, 6862, 7932, 6611, 6450, 6650, 9174, 6700, 8776, 6953, 8162, 6718, 8219, 6885, 8201, 6761, 7417, 6000, 6827, 9564, 6665, 8818, 6548, 8076, 6835, 7308, 6332, 7488, 5707, 6728, 6103, 7029, 6515, 8206, 6937, 8348, 6607, 8570, 6892, 8083, 6495, 7892, 6423, 7043, 10224, 6962, 9021, 7052, 8356, 6749, 8605, 6766, 7813, 6469, 7922, 6870, 8368, 6841, 8973, 6692, 8591, 7025, 7806, 6846, 7877, 6807, 8242, 6818, 8497, 6353, 7740, 5902, 6864, 6305, 7443, 6522, 8593, 6673, 8666, 6250, 7590, 7584, 6421, 6049, 6568, 8631, 6452, 9458, 6429, 5957, 6312, 6010, 7305, 6097, 7755, 9023, 6862, 9255, 6878, 9021, 6842, 8382, 6922, 8044, 6437, 8137, 6053, 5885, 6395, 6076, 7722, 10046, 7430, 8656, 6480, 8042, 6417, 8511, 6570, 8249, 6283, 7707, 6436, 8087, 6742, 8408, 6456, 8421, 6636, 8408, 6546, 6947, 6584, 6797, 5915, 6434, 8273, 6389, 7563, 6616, 9873, 7215, 8491, 6538, 8090, 6562, 7822, 6704, 7783, 6375, 7619, 6710, 7250, 6436, 6559, 6119, 6527, 5810, 6879, 6045, 6700, 5863, 6982, 7589, 6373, 6845, 6323, 7088, 6717, 9788, 7252, 8955, 6766, 8394, 6830, 7597, 6569, 7943, 6791, 8428, 6719, 7975, 6283, 7684, 6229, 7005, 6248, 7182, 6338, 6925, 10328, 6725, 7901, 6251, 7539, 6778, 6040, 6769, 9645, 6962, 8621, 6814, 8005, 6379, 8222, 6316, 7958, 6364, 7665, 6474, 8315, 6067, 7301, 6114, 7949, 6599, 8267, 6788, 8330, 6958, 8757, 6561, 8341, 5883, 6411, 8155, 6554, 5798, 6249, 5919, 6785, 9586, 6957, 8367, 6431, 8396, 6478, 8612, 6535, 7916, 6443, 8594, 6678, 8211, 6389, 8292, 6307, 7849, 6192, 6903, 5855, 6514, 8668, 6414, 7518, 6364, 9352, 6329, 8902, 6989, 8008, 6353, 7877, 6464, 7458, 6463, 7348, 6224, 6561, 5860, 6634, 9652, 6722, 8335, 6452, 7668, 6512, 7470, 6472, 7415, 6317, 8975, 7088, 8249, 6486, 8390, 6425, 8470, 6352, 7858, 6130, 7351, 5953, 7317, 6161, 7999, 6482, 6376, 7080, 6245, 5696, 6851, 10224, 6832, 8668, 6384, 7370, 6325, 6132, 7862, 6525, 8640, 9316, 7049, 8852, 6466, 8047, 6343, 7925, 6532, 7447, 6601, 8735, 6943, 7901, 6442, 8341, 6715, 9339, 6550, 8192, 6542, 9316, 7276, 8152, 6582, 8030, 6296, 8088, 6326, 6851, 6567, 6878, 8542, 6362, 5964, 6594, 9174, 7041, 8078, 6842, 6065, 7198, 6451, 8282, 6398, 6616, 8524, 10043, 7884, 9577, 6772, 8323, 6256, 7566, 6373, 6570, 6158, 6387, 6061, 6441, 6142, 7307, 6437, 8470, 6117, 7587, 5990, 7706, 6279, 7708, 6137, 7748, 7331, 6453, 5973, 6887, 6140, 7084, 9844, 6909, 9156, 6375, 8488, 6771, 8142, 6519, 8011, 6648, 8531, 6756, 7742, 6269, 7999, 6659, 8673, 6439, 9962, 6654, 8916, 6856, 7761, 6398, 7389, 6631, 8303, 6189, 7073, 6948, 6452, 7904, 6266, 5867, 6878, 9477, 7286, 8344, 6789, 7814, 6825, 8368, 6204, 6037, 6600, 9196, 6887, 9383, 6896, 8970, 6816, 8323, 6808, 8595, 6580, 8564, 6540, 7667, 6252, 7014, 6469, 7643, 6699, 8518, 6710, 8633, 6651, 8207, 6208, 7736, 6183, 6817, 6096, 6376, 9258, 6412, 6660, 6738, 7286, 6584, 9101, 6979, 8296, 6227, 5679, 6913, 7798, 6701, 9519, 6708, 8691, 7181, 7924, 6474, 7772, 6940, 7986, 6826, 7960, 6751, 8173, 6787, 8339, 6454, 8302, 6655, 9512, 6667, 8757, 6923, 8175, 6715, 8072, 6464, 7797, 6717, 8024, 6413, 7967, 6640, 8416, 6277, 5934, 6565, 6047, 7554, 6169, 7384, 10227, 7110, 8696, 7032, 8432, 6436, 8157, 6611, 7843, 6361, 7660, 6499, 7475, 6498, 8014, 6316, 6186, 6648, 7100, 6912, 10767, 6911, 9617, 7360, 7078, 6510, 6138, 6690, 5928, 6536, 9942, 6751, 8729, 6666, 8335, 6493, 6683, 6260, 5900, 7141, 6022, 7307, 8719, 6765, 10097, 6399, 8837, 7020, 8494, 6311, 8443, 6816, 8213, 6563, 5905, 6413, 6648, 7378, 6249, 6952, 7492, 6927, 6934, 6529, 9566, 6937, 8351, 6296, 7560, 6385, 6450, 6323, 5974, 7036, 9691, 7703, 8061, 6436, 7389, 6351, 7437, 6615, 7734, 6805, 8123, 6496, 7970, 6635, 8379, 6833, 7368, 6674, 9553, 6875, 8899, 6351, 6951, 6403, 6167, 6444, 7451, 6242, 6657, 7330, 6613, 8441, 6006, 8599, 5884, 6828, 8364, 6547, 5761, 6687, 5972, 7394, 6123, 7112, 6340, 7347, 6386, 8336, 6257, 7970, 6052, 8119, 6535, 6708, 5700, 6749, 6028, 8113, 6207, 8544, 6549, 8663, 6059, 7154, 8904, 6405, 9148, 6861, 7883, 6467, 8169, 6110, 8185, 6455, 7665, 6415, 7521, 6121, 7434, 6415, 7682, 6469, 8157, 6543, 8519, 6553, 7769, 7370, 6393, 9957, 6702, 6515, 6394, 6635, 6564, 9023, 6220, 7210, 6441, 8314, 6413, 9767, 6243], 'WindowCenter': [3819.0, 3764.0, 3779.0, 3758.0, 3765.0, 3744.0, 3763.0, 3745.0, 3764.0, 3756.0, 3733.0, 3736.0, 3745.0, 3758.0, 3744.0, 3768.0, 3743.0, 3744.0, 3773.0, 3732.0, 3751.0, 3742.0, 3730.0, 3735.0, 3730.0, 3735.0, 3731.0, 3746.0, 3733.0, 3757.0, 3734.0, 3779.0, 3734.0, 3756.0, 3722.0, 3745.0, 3722.0, 3763.0, 3744.0, 3763.0, 3745.0, 3763.0, 3744.0, 3762.0, 3744.0, 3774.0, 3746.0, 3764.0, 3754.0, 3762.0, 3733.0, 3761.0, 3744.0, 3751.0, 3743.0, 3742.0, 3735.0, 3732.0, 3764.0, 3745.0, 3774.0, 3757.0, 3778.0, 3732.0, 3744.0, 3719.0, 3731.0, 3717.0, 3740.0, 3719.0, 3753.0, 3731.0, 3765.0, 3721.0, 3754.0, 3732.0, 3762.0, 3736.0, 3778.0, 3744.0, 3766.0, 3721.0, 3766.0, 3732.0, 3762.0, 3733.0, 3766.0, 3721.0, 3764.0, 3732.0, 3763.0, 3733.0, 3763.0, 3746.0, 3764.0, 3745.0, 3767.0, 3722.0, 3756.0, 3720.0, 3734.0, 3771.0, 3741.0, 3760.0, 3742.0, 3750.0, 3730.0, 3753.0, 3720.0, 3732.0, 3720.0, 3744.0, 3726.0, 3744.0, 3719.0, 3745.0, 3771.0, 3730.0, 3760.0, 3741.0, 3761.0, 3732.0, 3751.0, 3743.0, 3761.0, 3743.0, 3761.0, 3732.0, 3752.0, 3741.0, 3754.0, 3717.0, 3731.0, 3738.0, 3718.0, 3707.0, 3730.0, 3720.0, 3766.0, 3732.0, 3767.0, 3729.0, 3744.0, 3731.0, 3744.0, 3720.0, 3755.0, 3771.0, 3752.0, 3759.0, 3718.0, 3752.0, 3718.0, 3731.0, 3718.0, 3740.0, 3721.0, 3741.0, 3730.0, 3744.0, 3740.0, 3733.0, 3720.0, 3755.0, 3731.0, 3767.0, 3740.0, 3734.0, 3771.0, 3731.0, 3760.0, 3740.0, 3749.0, 3730.0, 3738.0, 3730.0, 3750.0, 3743.0, 3743.0, 3754.0, 3773.0, 3742.0, 3753.0, 3741.0, 3754.0, 3718.0, 3730.0, 3769.0, 3729.0, 3748.0, 3729.0, 3750.0, 3728.0, 3742.0, 3705.0, 3729.0, 3737.0, 3719.0, 3729.0, 3742.0, 3759.0, 3731.0, 3760.0, 3732.0, 3742.0, 3732.0, 3731.0, 3757.0, 3743.0, 3768.0, 3773.0, 3744.0, 3771.0, 3741.0, 3760.0, 3730.0, 3749.0, 3743.0, 3748.0, 3729.0, 3738.0, 3730.0, 3749.0, 3742.0, 3731.0, 3746.0, 3772.0, 3731.0, 3752.0, 3729.0, 3748.0, 3729.0, 3749.0, 3740.0, 3752.0, 3729.0, 3742.0, 3717.0, 3729.0, 3758.0, 3729.0, 3758.0, 3719.0, 3748.0, 3730.0, 3738.0, 3730.0, 3740.0, 3706.0, 3728.0, 3719.0, 3739.0, 3731.0, 3762.0, 3744.0, 3766.0, 3732.0, 3766.0, 3742.0, 3755.0, 3731.0, 3753.0, 3730.0, 3743.0, 3770.0, 3730.0, 3759.0, 3730.0, 3749.0, 3731.0, 3760.0, 3731.0, 3750.0, 3732.0, 3750.0, 3732.0, 3761.0, 3742.0, 3761.0, 3732.0, 3761.0, 3730.0, 3738.0, 3730.0, 3749.0, 3731.0, 3750.0, 3732.0, 3762.0, 3719.0, 3743.0, 3706.0, 3731.0, 3719.0, 3739.0, 3731.0, 3761.0, 3745.0, 3764.0, 3731.0, 3752.0, 3740.0, 3719.0, 3716.0, 3731.0, 3749.0, 3730.0, 3771.0, 3730.0, 3719.0, 3731.0, 3720.0, 3754.0, 3722.0, 3756.0, 3762.0, 3733.0, 3761.0, 3730.0, 3759.0, 3729.0, 3748.0, 3730.0, 3749.0, 3730.0, 3749.0, 3721.0, 3720.0, 3732.0, 3734.0, 3757.0, 3772.0, 3742.0, 3760.0, 3731.0, 3751.0, 3732.0, 3760.0, 3731.0, 3750.0, 3731.0, 3739.0, 3731.0, 3751.0, 3732.0, 3762.0, 3733.0, 3761.0, 3743.0, 3751.0, 3731.0, 3729.0, 3730.0, 3730.0, 3719.0, 3732.0, 3763.0, 3746.0, 3755.0, 3744.0, 3773.0, 3741.0, 3749.0, 3718.0, 3737.0, 3729.0, 3737.0, 3729.0, 3737.0, 3719.0, 3764.0, 3731.0, 3743.0, 3718.0, 3720.0, 3718.0, 3719.0, 3708.0, 3733.0, 3720.0, 3743.0, 3722.0, 3744.0, 3752.0, 3733.0, 3731.0, 3733.0, 3741.0, 3744.0, 3772.0, 3743.0, 3761.0, 3730.0, 3751.0, 3730.0, 3739.0, 3731.0, 3749.0, 3743.0, 3763.0, 3731.0, 3752.0, 3731.0, 3752.0, 3719.0, 3741.0, 3731.0, 3743.0, 3718.0, 3742.0, 3770.0, 3731.0, 3751.0, 3731.0, 3741.0, 3734.0, 3719.0, 3744.0, 3771.0, 3742.0, 3750.0, 3730.0, 3750.0, 3731.0, 3750.0, 3720.0, 3750.0, 3731.0, 3743.0, 3731.0, 3754.0, 3720.0, 3746.0, 3719.0, 3752.0, 3730.0, 3760.0, 3732.0, 3750.0, 3742.0, 3766.0, 3731.0, 3752.0, 3706.0, 3719.0, 3737.0, 3718.0, 3705.0, 3719.0, 3706.0, 3732.0, 3771.0, 3742.0, 3750.0, 3732.0, 3751.0, 3731.0, 3760.0, 3732.0, 3751.0, 3733.0, 3761.0, 3731.0, 3751.0, 3732.0, 3751.0, 3731.0, 3753.0, 3721.0, 3745.0, 3707.0, 3732.0, 3751.0, 3732.0, 3740.0, 3732.0, 3777.0, 3732.0, 3761.0, 3743.0, 3754.0, 3718.0, 3752.0, 3719.0, 3742.0, 3730.0, 3742.0, 3719.0, 3731.0, 3706.0, 3732.0, 3771.0, 3731.0, 3749.0, 3730.0, 3751.0, 3732.0, 3752.0, 3734.0, 3752.0, 3734.0, 3762.0, 3741.0, 3750.0, 3731.0, 3750.0, 3731.0, 3751.0, 3720.0, 3752.0, 3719.0, 3741.0, 3718.0, 3740.0, 3720.0, 3764.0, 3717.0, 3731.0, 3729.0, 3731.0, 3708.0, 3743.0, 3770.0, 3731.0, 3761.0, 3731.0, 3739.0, 3732.0, 3723.0, 3764.0, 3734.0, 3776.0, 3761.0, 3744.0, 3760.0, 3719.0, 3740.0, 3717.0, 3737.0, 3718.0, 3738.0, 3732.0, 3760.0, 3741.0, 3749.0, 3730.0, 3750.0, 3731.0, 3760.0, 3732.0, 3751.0, 3731.0, 3760.0, 3729.0, 3737.0, 3718.0, 3740.0, 3717.0, 3737.0, 3716.0, 3718.0, 3715.0, 3728.0, 3748.0, 3718.0, 3717.0, 3730.0, 3759.0, 3730.0, 3749.0, 3731.0, 3720.0, 3741.0, 3731.0, 3763.0, 3746.0, 3743.0, 3779.0, 3786.0, 3756.0, 3772.0, 3732.0, 3742.0, 3706.0, 3740.0, 3716.0, 3719.0, 3704.0, 3718.0, 3706.0, 3720.0, 3719.0, 3743.0, 3732.0, 3766.0, 3720.0, 3755.0, 3718.0, 3743.0, 3722.0, 3755.0, 3718.0, 3741.0, 3738.0, 3720.0, 3719.0, 3741.0, 3731.0, 3742.0, 3773.0, 3744.0, 3761.0, 3731.0, 3749.0, 3731.0, 3749.0, 3732.0, 3750.0, 3731.0, 3762.0, 3731.0, 3739.0, 3731.0, 3750.0, 3743.0, 3762.0, 3732.0, 3772.0, 3730.0, 3753.0, 3718.0, 3737.0, 3718.0, 3730.0, 3718.0, 3752.0, 3714.0, 3732.0, 3734.0, 3721.0, 3737.0, 3719.0, 3707.0, 3734.0, 3769.0, 3740.0, 3748.0, 3730.0, 3738.0, 3730.0, 3750.0, 3721.0, 3720.0, 3744.0, 3772.0, 3743.0, 3761.0, 3730.0, 3748.0, 3719.0, 3747.0, 3729.0, 3749.0, 3731.0, 3760.0, 3720.0, 3742.0, 3718.0, 3728.0, 3718.0, 3738.0, 3730.0, 3761.0, 3732.0, 3763.0, 3731.0, 3753.0, 3720.0, 3743.0, 3717.0, 3732.0, 3714.0, 3717.0, 3763.0, 3724.0, 3734.0, 3732.0, 3746.0, 3730.0, 3760.0, 3730.0, 3748.0, 3720.0, 3717.0, 3745.0, 3754.0, 3734.0, 3771.0, 3730.0, 3748.0, 3729.0, 3737.0, 3718.0, 3737.0, 3729.0, 3750.0, 3730.0, 3748.0, 3730.0, 3750.0, 3731.0, 3750.0, 3731.0, 3751.0, 3731.0, 3771.0, 3732.0, 3749.0, 3729.0, 3737.0, 3717.0, 3737.0, 3718.0, 3738.0, 3730.0, 3749.0, 3730.0, 3749.0, 3731.0, 3757.0, 3734.0, 3720.0, 3745.0, 3724.0, 3755.0, 3728.0, 3746.0, 3770.0, 3733.0, 3749.0, 3730.0, 3749.0, 3729.0, 3749.0, 3731.0, 3750.0, 3730.0, 3739.0, 3720.0, 3739.0, 3731.0, 3751.0, 3732.0, 3719.0, 3746.0, 3742.0, 3743.0, 3782.0, 3731.0, 3760.0, 3741.0, 3729.0, 3719.0, 3717.0, 3731.0, 3718.0, 3730.0, 3769.0, 3730.0, 3749.0, 3729.0, 3748.0, 3730.0, 3729.0, 3731.0, 3720.0, 3742.0, 3719.0, 3743.0, 3761.0, 3731.0, 3770.0, 3719.0, 3747.0, 3729.0, 3747.0, 3730.0, 3748.0, 3735.0, 3748.0, 3730.0, 3707.0, 3731.0, 3737.0, 3742.0, 3730.0, 3744.0, 3739.0, 3743.0, 3729.0, 3722.0, 3759.0, 3729.0, 3749.0, 3720.0, 3739.0, 3731.0, 3729.0, 3731.0, 3719.0, 3744.0, 3773.0, 3742.0, 3752.0, 3718.0, 3729.0, 3717.0, 3738.0, 3730.0, 3739.0, 3731.0, 3755.0, 3732.0, 3751.0, 3731.0, 3762.0, 3744.0, 3743.0, 3745.0, 3773.0, 3731.0, 3764.0, 3720.0, 3730.0, 3716.0, 3709.0, 3720.0, 3738.0, 3733.0, 3745.0, 3754.0, 3759.0, 3769.0, 3730.0, 3767.0, 3717.0, 3720.0, 3740.0, 3708.0, 3695.0, 3719.0, 3705.0, 3739.0, 3717.0, 3747.0, 3729.0, 3742.0, 3731.0, 3751.0, 3732.0, 3754.0, 3719.0, 3756.0, 3720.0, 3730.0, 3706.0, 3729.0, 3718.0, 3750.0, 3722.0, 3762.0, 3733.0, 3767.0, 3719.0, 3743.0, 3762.0, 3721.0, 3759.0, 3730.0, 3737.0, 3720.0, 3749.0, 3721.0, 3750.0, 3720.0, 3740.0, 3720.0, 3743.0, 3708.0, 3743.0, 3719.0, 3739.0, 3731.0, 3750.0, 3731.0, 3762.0, 3722.0, 3743.0, 3734.0, 3719.0, 3758.0, 3718.0, 3718.0, 3719.0, 3729.0, 3731.0, 3761.0, 3720.0, 3740.0, 3731.0, 3751.0, 3734.0, 3769.0, 3720.0], 'WindowWidth': [8579.0, 8494.0, 8505.0, 8471.0, 8476.0, 8447.0, 8468.0, 8447.0, 8471.0, 8464.0, 8431.0, 8438.0, 8448.0, 8469.0, 8446.0, 8482.0, 8441.0, 8445.0, 8480.0, 8426.0, 8447.0, 8440.0, 8421.0, 8434.0, 8423.0, 8435.0, 8425.0, 8449.0, 8430.0, 8465.0, 8434.0, 8499.0, 8431.0, 8463.0, 8414.0, 8446.0, 8412.0, 8468.0, 8444.0, 8468.0, 8447.0, 8468.0, 8445.0, 8466.0, 8445.0, 8482.0, 8451.0, 8470.0, 8457.0, 8464.0, 8429.0, 8463.0, 8444.0, 8448.0, 8441.0, 8439.0, 8433.0, 8427.0, 8471.0, 8449.0, 8486.0, 8468.0, 8495.0, 8424.0, 8442.0, 8403.0, 8421.0, 8396.0, 8431.0, 8404.0, 8453.0, 8423.0, 8473.0, 8408.0, 8455.0, 8427.0, 8467.0, 8437.0, 8496.0, 8444.0, 8476.0, 8411.0, 8474.0, 8426.0, 8467.0, 8429.0, 8475.0, 8410.0, 8469.0, 8425.0, 8468.0, 8432.0, 8470.0, 8453.0, 8474.0, 8448.0, 8479.0, 8412.0, 8461.0, 8407.0, 8430.0, 8474.0, 8436.0, 8459.0, 8437.0, 8448.0, 8419.0, 8454.0, 8406.0, 8424.0, 8408.0, 8445.0, 8419.0, 8444.0, 8405.0, 8446.0, 8477.0, 8421.0, 8460.0, 8436.0, 8461.0, 8425.0, 8449.0, 8442.0, 8464.0, 8444.0, 8464.0, 8425.0, 8451.0, 8435.0, 8457.0, 8399.0, 8421.0, 8427.0, 8401.0, 8387.0, 8420.0, 8409.0, 8476.0, 8427.0, 8478.0, 8420.0, 8443.0, 8423.0, 8444.0, 8408.0, 8460.0, 8474.0, 8451.0, 8456.0, 8400.0, 8447.0, 8398.0, 8419.0, 8402.0, 8434.0, 8408.0, 8436.0, 8422.0, 8445.0, 8433.0, 8429.0, 8407.0, 8459.0, 8425.0, 8480.0, 8434.0, 8430.0, 8475.0, 8423.0, 8459.0, 8430.0, 8441.0, 8420.0, 8428.0, 8421.0, 8447.0, 8443.0, 8442.0, 8461.0, 8483.0, 8440.0, 8454.0, 8436.0, 8456.0, 8400.0, 8419.0, 8468.0, 8417.0, 8442.0, 8418.0, 8445.0, 8414.0, 8436.0, 8381.0, 8417.0, 8425.0, 8404.0, 8417.0, 8439.0, 8457.0, 8425.0, 8460.0, 8426.0, 8441.0, 8429.0, 8426.0, 8467.0, 8444.0, 8483.0, 8480.0, 8444.0, 8475.0, 8436.0, 8458.0, 8420.0, 8442.0, 8441.0, 8441.0, 8417.0, 8428.0, 8420.0, 8445.0, 8441.0, 8423.0, 8451.0, 8478.0, 8423.0, 8450.0, 8416.0, 8439.0, 8416.0, 8442.0, 8433.0, 8451.0, 8418.0, 8439.0, 8398.0, 8416.0, 8451.0, 8415.0, 8453.0, 8404.0, 8441.0, 8419.0, 8429.0, 8419.0, 8434.0, 8383.0, 8414.0, 8403.0, 8431.0, 8426.0, 8466.0, 8446.0, 8475.0, 8425.0, 8474.0, 8438.0, 8458.0, 8423.0, 8455.0, 8420.0, 8441.0, 8472.0, 8419.0, 8455.0, 8420.0, 8444.0, 8424.0, 8461.0, 8423.0, 8446.0, 8426.0, 8446.0, 8427.0, 8462.0, 8441.0, 8463.0, 8426.0, 8461.0, 8419.0, 8427.0, 8420.0, 8444.0, 8424.0, 8446.0, 8426.0, 8467.0, 8404.0, 8439.0, 8383.0, 8419.0, 8404.0, 8431.0, 8426.0, 8464.0, 8450.0, 8472.0, 8423.0, 8451.0, 8431.0, 8403.0, 8398.0, 8423.0, 8442.0, 8422.0, 8473.0, 8422.0, 8406.0, 8426.0, 8409.0, 8461.0, 8413.0, 8463.0, 8463.0, 8428.0, 8460.0, 8421.0, 8456.0, 8418.0, 8440.0, 8418.0, 8443.0, 8421.0, 8444.0, 8410.0, 8408.0, 8427.0, 8433.0, 8467.0, 8479.0, 8438.0, 8458.0, 8423.0, 8447.0, 8426.0, 8460.0, 8423.0, 8446.0, 8422.0, 8431.0, 8424.0, 8450.0, 8426.0, 8465.0, 8430.0, 8464.0, 8443.0, 8448.0, 8421.0, 8415.0, 8418.0, 8418.0, 8407.0, 8428.0, 8471.0, 8452.0, 8462.0, 8447.0, 8480.0, 8435.0, 8442.0, 8400.0, 8424.0, 8414.0, 8424.0, 8416.0, 8425.0, 8404.0, 8474.0, 8425.0, 8442.0, 8400.0, 8407.0, 8400.0, 8405.0, 8389.0, 8426.0, 8408.0, 8441.0, 8412.0, 8445.0, 8451.0, 8428.0, 8424.0, 8429.0, 8436.0, 8444.0, 8479.0, 8440.0, 8462.0, 8420.0, 8447.0, 8419.0, 8429.0, 8423.0, 8445.0, 8443.0, 8467.0, 8422.0, 8451.0, 8423.0, 8452.0, 8404.0, 8436.0, 8423.0, 8441.0, 8401.0, 8438.0, 8472.0, 8421.0, 8447.0, 8422.0, 8434.0, 8430.0, 8407.0, 8444.0, 8477.0, 8437.0, 8445.0, 8420.0, 8446.0, 8422.0, 8445.0, 8407.0, 8445.0, 8423.0, 8439.0, 8424.0, 8455.0, 8405.0, 8446.0, 8403.0, 8449.0, 8420.0, 8461.0, 8425.0, 8447.0, 8440.0, 8474.0, 8422.0, 8451.0, 8382.0, 8402.0, 8422.0, 8400.0, 8380.0, 8403.0, 8384.0, 8426.0, 8474.0, 8437.0, 8445.0, 8425.0, 8448.0, 8423.0, 8460.0, 8427.0, 8448.0, 8430.0, 8463.0, 8423.0, 8449.0, 8424.0, 8448.0, 8423.0, 8453.0, 8408.0, 8446.0, 8386.0, 8424.0, 8446.0, 8425.0, 8434.0, 8427.0, 8489.0, 8427.0, 8463.0, 8440.0, 8453.0, 8401.0, 8449.0, 8403.0, 8437.0, 8421.0, 8439.0, 8403.0, 8424.0, 8386.0, 8427.0, 8474.0, 8422.0, 8444.0, 8421.0, 8449.0, 8428.0, 8453.0, 8433.0, 8453.0, 8432.0, 8468.0, 8438.0, 8447.0, 8424.0, 8448.0, 8423.0, 8450.0, 8408.0, 8450.0, 8402.0, 8434.0, 8402.0, 8433.0, 8409.0, 8472.0, 8400.0, 8422.0, 8418.0, 8422.0, 8389.0, 8442.0, 8473.0, 8423.0, 8462.0, 8424.0, 8433.0, 8427.0, 8415.0, 8471.0, 8432.0, 8490.0, 8464.0, 8441.0, 8458.0, 8402.0, 8430.0, 8396.0, 8423.0, 8401.0, 8428.0, 8426.0, 8458.0, 8435.0, 8444.0, 8422.0, 8445.0, 8424.0, 8460.0, 8425.0, 8448.0, 8423.0, 8459.0, 8415.0, 8424.0, 8400.0, 8429.0, 8397.0, 8426.0, 8394.0, 8398.0, 8392.0, 8412.0, 8437.0, 8401.0, 8398.0, 8420.0, 8457.0, 8419.0, 8442.0, 8422.0, 8405.0, 8437.0, 8426.0, 8472.0, 8454.0, 8445.0, 8499.0, 8503.0, 8462.0, 8478.0, 8421.0, 8433.0, 8379.0, 8430.0, 8393.0, 8401.0, 8377.0, 8399.0, 8382.0, 8406.0, 8404.0, 8440.0, 8427.0, 8478.0, 8408.0, 8458.0, 8402.0, 8440.0, 8411.0, 8457.0, 8401.0, 8436.0, 8427.0, 8406.0, 8404.0, 8437.0, 8425.0, 8441.0, 8479.0, 8444.0, 8461.0, 8424.0, 8442.0, 8421.0, 8443.0, 8425.0, 8446.0, 8424.0, 8463.0, 8422.0, 8430.0, 8423.0, 8446.0, 8442.0, 8464.0, 8426.0, 8480.0, 8419.0, 8450.0, 8399.0, 8424.0, 8401.0, 8416.0, 8399.0, 8449.0, 8399.0, 8423.0, 8424.0, 8406.0, 8423.0, 8402.0, 8386.0, 8430.0, 8470.0, 8432.0, 8440.0, 8417.0, 8427.0, 8421.0, 8445.0, 8411.0, 8408.0, 8445.0, 8477.0, 8443.0, 8460.0, 8419.0, 8439.0, 8401.0, 8436.0, 8417.0, 8442.0, 8422.0, 8458.0, 8406.0, 8435.0, 8400.0, 8413.0, 8398.0, 8428.0, 8421.0, 8462.0, 8425.0, 8468.0, 8422.0, 8453.0, 8406.0, 8438.0, 8398.0, 8421.0, 8398.0, 8398.0, 8461.0, 8414.0, 8426.0, 8424.0, 8444.0, 8421.0, 8457.0, 8420.0, 8441.0, 8409.0, 8401.0, 8445.0, 8455.0, 8429.0, 8474.0, 8418.0, 8441.0, 8415.0, 8424.0, 8401.0, 8423.0, 8415.0, 8446.0, 8418.0, 8441.0, 8419.0, 8444.0, 8422.0, 8447.0, 8424.0, 8448.0, 8423.0, 8474.0, 8425.0, 8443.0, 8414.0, 8423.0, 8397.0, 8424.0, 8401.0, 8426.0, 8422.0, 8443.0, 8420.0, 8443.0, 8423.0, 8461.0, 8431.0, 8409.0, 8447.0, 8416.0, 8462.0, 8425.0, 8448.0, 8472.0, 8425.0, 8442.0, 8419.0, 8442.0, 8418.0, 8442.0, 8422.0, 8445.0, 8420.0, 8430.0, 8406.0, 8431.0, 8424.0, 8449.0, 8428.0, 8407.0, 8450.0, 8441.0, 8441.0, 8489.0, 8423.0, 8459.0, 8433.0, 8417.0, 8403.0, 8398.0, 8422.0, 8402.0, 8420.0, 8469.0, 8418.0, 8441.0, 8417.0, 8441.0, 8419.0, 8416.0, 8423.0, 8407.0, 8440.0, 8406.0, 8443.0, 8462.0, 8422.0, 8472.0, 8404.0, 8438.0, 8416.0, 8437.0, 8418.0, 8440.0, 8428.0, 8440.0, 8420.0, 8386.0, 8424.0, 8435.0, 8440.0, 8419.0, 8442.0, 8430.0, 8439.0, 8416.0, 8410.0, 8454.0, 8415.0, 8442.0, 8407.0, 8430.0, 8423.0, 8417.0, 8424.0, 8407.0, 8445.0, 8481.0, 8436.0, 8448.0, 8400.0, 8414.0, 8397.0, 8428.0, 8420.0, 8431.0, 8425.0, 8458.0, 8424.0, 8449.0, 8423.0, 8464.0, 8443.0, 8441.0, 8448.0, 8480.0, 8421.0, 8467.0, 8402.0, 8417.0, 8394.0, 8387.0, 8405.0, 8429.0, 8429.0, 8449.0, 8460.0, 8472.0, 8485.0, 8429.0, 8476.0, 8405.0, 8403.0, 8426.0, 8384.0, 8363.0, 8401.0, 8379.0, 8430.0, 8398.0, 8447.0, 8420.0, 8438.0, 8423.0, 8450.0, 8426.0, 8457.0, 8404.0, 8460.0, 8404.0, 8417.0, 8382.0, 8415.0, 8401.0, 8445.0, 8411.0, 8466.0, 8429.0, 8481.0, 8404.0, 8439.0, 8462.0, 8409.0, 8456.0, 8417.0, 8423.0, 8404.0, 8442.0, 8409.0, 8446.0, 8405.0, 8431.0, 8406.0, 8439.0, 8386.0, 8437.0, 8402.0, 8431.0, 8423.0, 8445.0, 8423.0, 8466.0, 8409.0, 8440.0, 8425.0, 8401.0, 8452.0, 8399.0, 8398.0, 8403.0, 8414.0, 8422.0, 8459.0, 8407.0, 8432.0, 8423.0, 8448.0, 8429.0, 8469.0, 8406.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.0010057848518111965</td></tr>
<tr><td colspan=3>aqi</td><td>0.019085881119648738</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.9559749855055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1979211207362646</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007233542637353</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>6954.2666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07941192860690147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21953896816684962</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.431744374372824</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3019784905711016</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6923991176263846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3008555149209853</td></tr>
<tr><td colspan=3>gcor</td><td>0.00542866</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0124350655823946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02364969253540039</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.738456351111652</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>30.9464</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.486</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.6915</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305381.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>581.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.4687</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8966</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.7191</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2970.6015</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.7977</td></tr>
<tr><td colspan=3>tsnr</td><td>41.20965120638721</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>