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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:03:55.655000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999879, 0.00642847, -0.0141818, -0.00523537, 0.996568, 0.0826179]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0888487</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7751, -7257, 577, -91, -169, 40, 107]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>222.625</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ccb314f9-1e65-4fd1-81f2-68f3dbe2b0bb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826016902923584, -0.014046115800738335, -0.03959352895617485, 111.67850494384766], [-0.01724712736904621, 2.673717975616455, 0.22284075617790222, -103.59622192382812], [-0.038048844784498215, -0.22165772318840027, 2.6904969215393066, -34.489105224609375], [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': ['100355.655000', '100356.115000', '100356.575000', '100357.035000', '100357.495000', '100357.955000', '100358.415000', '100358.875000', '100359.335000', '100359.795000', '100400.255000', '100400.715000', '100401.175000', '100401.635000', '100402.095000', '100402.555000', '100403.015000', '100403.475000', '100403.935000', '100404.395000', '100404.855000', '100405.315000', '100405.775000', '100406.235000', '100406.695000', '100407.155000', '100407.615000', '100408.075000', '100408.535000', '100408.995000', '100409.455000', '100409.915000', '100410.375000', '100410.835000', '100411.295000', '100411.755000', '100412.215000', '100412.675000', '100413.135000', '100413.595000', '100414.055000', '100414.515000', '100414.975000', '100415.435000', '100415.895000', '100416.355000', '100416.815000', '100417.275000', '100417.735000', '100418.195000', '100418.655000', '100419.115000', '100419.575000', '100420.035000', '100420.495000', '100420.955000', '100421.415000', '100421.875000', '100422.335000', '100422.795000', '100423.255000', '100423.715000', '100424.175000', '100424.635000', '100425.095000', '100425.555000', '100426.015000', '100426.475000', '100426.935000', '100427.395000', '100427.855000', '100428.315000', '100428.775000', '100429.235000', '100429.695000', '100430.155000', '100430.615000', '100431.075000', '100431.535000', '100431.995000', '100432.455000', '100432.915000', '100433.375000', '100433.835000', '100434.295000', '100434.755000', '100435.215000', '100435.675000', '100436.135000', '100436.595000', '100437.055000', '100437.515000', '100437.975000', '100438.435000', '100438.895000', '100439.355000', '100439.815000', '100440.275000', '100440.735000', '100441.195000', '100441.655000', '100442.115000', '100442.575000', '100443.035000', '100443.495000', '100443.955000', '100444.415000', '100444.875000', '100445.335000', '100445.795000', '100446.255000', '100446.715000', '100447.175000', '100447.635000', '100448.095000', '100448.555000', '100449.015000', '100449.475000', '100449.935000', '100450.395000', '100450.855000', '100451.315000', '100451.775000', '100452.235000', '100452.695000', '100453.155000', '100453.615000', '100454.075000', '100454.535000', '100454.995000', '100455.455000', '100455.915000', '100456.375000', '100456.835000', '100457.295000', '100457.755000', '100458.215000', '100458.675000', '100459.135000', '100459.595000', '100500.055000', '100500.515000', '100500.975000', '100501.435000', '100501.895000', '100502.355000', '100502.815000', '100503.275000', '100503.735000', '100504.195000', '100504.655000', '100505.115000', '100505.575000', '100506.035000', '100506.495000', '100506.955000', '100507.415000', '100507.875000', '100508.335000', '100508.795000', '100509.255000', '100509.715000', '100510.175000', '100510.635000', '100511.095000', '100511.555000', '100512.015000', '100512.475000', '100512.935000', '100513.395000', '100513.855000', '100514.315000', '100514.775000', '100515.235000', '100515.695000', '100516.155000', '100516.615000', '100517.075000', '100517.535000', '100517.995000', '100518.455000', '100518.915000', '100519.375000', '100519.835000', '100520.295000', '100520.755000', '100521.215000', '100521.675000', '100522.135000', '100522.595000', '100523.055000', '100523.515000', '100523.975000', '100524.435000', '100524.895000', '100525.355000', '100525.815000', '100526.275000', '100526.735000', '100527.195000', '100527.655000', '100528.115000', '100528.575000', '100529.035000', '100529.495000', '100529.955000', '100530.415000', '100530.875000', '100531.335000', '100531.795000', '100532.255000', '100532.715000', '100533.175000', '100533.635000', '100534.095000', '100534.555000', '100535.015000', '100535.475000', '100535.935000', '100536.395000', '100536.855000', '100537.315000', '100537.775000', '100538.235000', '100538.695000', '100539.155000', '100539.615000', '100540.075000', '100540.535000', '100540.995000', '100541.455000', '100541.915000', '100542.375000', '100542.835000', '100543.295000', '100543.755000', '100544.215000', '100544.675000', '100545.135000', '100545.595000', '100546.055000', '100546.515000', '100546.975000', '100547.435000', '100547.895000', '100548.355000', '100548.815000', '100549.275000', '100549.735000', '100550.195000', '100550.655000', '100551.115000', '100551.575000', '100552.035000', '100552.495000', '100552.955000', '100553.415000', '100553.875000', '100554.335000', '100554.795000', '100555.255000', '100555.715000', '100556.175000', '100556.635000', '100557.095000', '100557.555000', '100558.015000', '100558.475000', '100558.935000', '100559.395000', '100559.855000', '100600.315000', '100600.775000', '100601.235000', '100601.695000', '100602.155000', '100602.615000', '100603.075000', '100603.535000', '100603.995000', '100604.455000', '100604.915000', '100605.375000', '100605.835000', '100606.295000', '100606.755000', '100607.215000', '100607.675000', '100608.135000', '100608.595000', '100609.055000', '100609.515000', '100609.975000', '100610.435000', '100610.895000', '100611.355000', '100611.815000', '100612.275000', '100612.735000', '100613.195000', '100613.655000', '100614.115000', '100614.575000', '100615.035000', '100615.495000', '100615.955000', '100616.415000', '100616.875000', '100617.335000', '100617.795000', '100618.255000', '100618.715000', '100619.175000', '100619.635000', '100620.095000', '100620.555000', '100621.015000', '100621.475000', '100621.935000', '100622.395000', '100622.855000', '100623.315000', '100623.775000', '100624.235000', '100624.695000', '100625.155000', '100625.615000', '100626.075000', '100626.535000', '100626.995000', '100627.455000', '100627.915000', '100628.375000', '100628.835000', '100629.295000', '100629.755000', '100630.215000', '100630.675000', '100631.135000', '100631.595000', '100632.055000', '100632.515000', '100632.975000', '100633.435000', '100633.895000', '100634.355000', '100634.815000', '100635.275000', '100635.735000', '100636.195000', '100636.655000', '100637.115000', '100637.575000', '100638.035000', '100638.495000', '100638.955000', '100639.415000', '100639.875000', '100640.335000', '100640.795000', '100641.255000', '100641.715000', '100642.175000', '100642.635000', '100643.095000', '100643.555000', '100644.015000', '100644.475000', '100644.935000', '100645.395000', '100645.855000', '100646.315000', '100646.775000', '100647.235000', '100647.695000', '100648.155000', '100648.615000', '100649.075000', '100649.535000', '100649.995000', '100650.455000', '100650.915000', '100651.375000', '100651.835000', '100652.295000', '100652.755000', '100653.215000', '100653.675000', '100654.135000', '100654.595000', '100655.055000', '100655.515000', '100655.975000', '100656.435000', '100656.895000', '100657.355000', '100657.815000', '100658.275000', '100658.735000', '100659.195000', '100659.655000', '100700.115000', '100700.575000', '100701.035000', '100701.495000', '100701.955000', '100702.415000', '100702.875000', '100703.335000', '100703.795000', '100704.255000', '100704.715000', '100705.175000', '100705.635000', '100706.095000', '100706.555000', '100707.015000', '100707.475000', '100707.935000', '100708.395000', '100708.855000', '100709.315000', '100709.775000', '100710.235000', '100710.695000', '100711.155000', '100711.615000', '100712.075000', '100712.535000', '100712.995000', '100713.455000', '100713.915000', '100714.375000', '100714.835000', '100715.295000', '100715.755000', '100716.215000', '100716.675000', '100717.135000', '100717.595000', '100718.055000', '100718.515000', '100718.975000', '100719.435000', '100719.895000', '100720.355000', '100720.815000', '100721.275000', '100721.735000', '100722.195000', '100722.655000', '100723.115000', '100723.575000', '100724.035000', '100724.495000', '100724.955000', '100725.415000', '100725.875000', '100726.335000', '100726.795000', '100727.255000', '100727.715000', '100728.175000', '100728.635000', '100729.095000', '100729.555000', '100730.015000', '100730.475000', '100730.935000', '100731.395000', '100731.855000', '100732.315000', '100732.775000', '100733.235000', '100733.695000', '100734.155000', '100734.615000', '100735.075000', '100735.535000', '100735.995000', '100736.455000', '100736.915000', '100737.375000', '100737.835000', '100738.295000', '100738.755000', '100739.215000', '100739.675000', '100740.135000', '100740.595000', '100741.055000', '100741.515000', '100741.975000', '100742.435000', '100742.895000', '100743.355000', '100743.815000', '100744.275000', '100744.735000', '100745.195000', '100745.655000', '100746.115000', '100746.575000', '100747.035000', '100747.495000', '100747.955000', '100748.415000', '100748.875000', '100749.335000', '100749.795000', '100750.255000', '100750.715000', '100751.175000', '100751.635000', '100752.095000', '100752.555000', '100753.015000', '100753.475000', '100753.935000', '100754.395000', '100754.855000', '100755.315000', '100755.775000', '100756.235000', '100756.695000', '100757.155000', '100757.615000', '100758.075000', '100758.535000', '100758.995000', '100759.455000', '100759.915000', '100800.375000', '100800.835000', '100801.295000', '100801.755000', '100802.215000', '100802.675000', '100803.135000', '100803.595000', '100804.055000', '100804.515000', '100804.975000', '100805.435000', '100805.895000', '100806.355000', '100806.815000', '100807.275000', '100807.735000', '100808.195000', '100808.655000', '100809.115000', '100809.575000', '100810.035000', '100810.495000', '100810.955000', '100811.415000', '100811.875000', '100812.335000', '100812.795000', '100813.255000', '100813.715000', '100814.175000', '100814.635000', '100815.095000', '100815.555000', '100816.015000', '100816.475000', '100816.935000', '100817.395000', '100817.855000', '100818.315000', '100818.775000', '100819.235000', '100819.695000', '100820.155000', '100820.615000', '100821.075000', '100821.535000', '100821.995000', '100822.455000', '100822.915000', '100823.375000', '100823.835000', '100824.295000', '100824.755000', '100825.215000', '100825.675000', '100826.135000', '100826.595000', '100827.055000', '100827.515000', '100827.975000', '100828.435000', '100828.895000', '100829.355000', '100829.815000', '100830.275000', '100830.735000', '100831.195000', '100831.655000', '100832.115000', '100832.575000', '100833.035000', '100833.495000', '100833.955000', '100834.415000', '100834.875000', '100835.335000', '100835.795000', '100836.255000', '100836.715000', '100837.175000', '100837.635000', '100838.095000', '100838.555000', '100839.015000', '100839.475000', '100839.935000', '100840.395000', '100840.855000', '100841.315000', '100841.775000', '100842.235000', '100842.695000', '100843.155000', '100843.615000', '100844.075000', '100844.535000', '100844.995000', '100845.455000', '100845.915000', '100846.375000', '100846.835000', '100847.295000', '100847.755000', '100848.215000', '100848.675000', '100849.135000', '100849.595000', '100850.055000', '100850.515000', '100850.975000', '100851.435000', '100851.895000', '100852.355000', '100852.815000', '100853.275000', '100853.735000', '100854.195000', '100854.655000', '100855.115000', '100855.575000', '100856.035000', '100856.495000', '100856.955000', '100857.415000', '100857.875000', '100858.335000', '100858.795000', '100859.255000', '100859.715000', '100900.175000', '100900.635000', '100901.095000', '100901.555000', '100902.015000', '100902.475000', '100902.935000', '100903.395000', '100903.855000', '100904.315000', '100904.775000', '100905.235000', '100905.695000', '100906.155000', '100906.615000', '100907.075000', '100907.535000', '100907.995000', '100908.455000', '100908.915000', '100909.375000', '100909.835000', '100910.295000', '100910.755000', '100911.215000', '100911.675000', '100912.135000', '100912.595000', '100913.055000', '100913.515000', '100913.975000', '100914.435000', '100914.895000', '100915.355000', '100915.815000', '100916.275000', '100916.735000', '100917.195000', '100917.655000', '100918.115000', '100918.575000', '100919.035000', '100919.495000', '100919.955000', '100920.415000', '100920.875000', '100921.335000', '100921.795000', '100922.255000', '100922.715000', '100923.175000', '100923.635000', '100924.095000', '100924.555000', '100925.015000', '100925.475000', '100925.935000', '100926.395000', '100926.855000', '100927.315000', '100927.775000', '100928.235000', '100928.695000', '100929.155000', '100929.615000', '100930.075000', '100930.535000', '100930.995000', '100931.455000', '100931.915000', '100932.375000', '100932.835000', '100933.295000', '100933.755000', '100934.215000', '100934.675000', '100935.135000', '100935.595000', '100936.055000', '100936.515000', '100936.975000', '100937.435000', '100937.895000', '100938.355000', '100938.815000', '100939.275000', '100939.735000', '100940.195000', '100940.655000', '100941.115000', '100941.575000', '100942.035000', '100942.495000', '100942.955000', '100943.415000', '100943.875000', '100944.335000', '100944.795000', '100945.255000', '100945.715000', '100946.175000', '100946.635000', '100947.095000', '100947.555000', '100948.015000', '100948.475000', '100948.935000', '100949.395000', '100949.855000', '100950.315000', '100950.775000', '100951.235000', '100951.695000', '100952.155000', '100952.615000', '100953.075000', '100953.535000', '100953.995000', '100954.455000', '100954.915000', '100955.375000', '100955.835000', '100956.295000', '100956.755000', '100957.215000', '100957.675000', '100958.135000', '100958.595000', '100959.055000', '100959.515000', '100959.975000', '101000.435000', '101000.895000', '101001.355000', '101001.815000', '101002.275000', '101002.735000', '101003.195000', '101003.655000', '101004.115000', '101004.575000', '101005.035000', '101005.495000', '101005.955000', '101006.415000', '101006.875000', '101007.335000', '101007.795000', '101008.255000', '101008.715000', '101009.175000', '101009.635000', '101010.095000', '101010.555000', '101011.015000', '101011.475000', '101011.935000', '101012.395000', '101012.855000', '101013.315000', '101013.775000', '101014.235000', '101014.695000', '101015.155000', '101015.615000', '101016.075000', '101016.535000', '101016.995000', '101017.455000', '101017.915000', '101018.375000', '101018.835000', '101019.295000', '101019.755000', '101020.215000', '101020.675000', '101021.135000', '101021.595000', '101022.055000', '101022.515000', '101022.975000', '101023.435000', '101023.895000', '101024.355000', '101024.815000', '101025.275000', '101025.735000', '101026.195000', '101026.655000', '101027.115000', '101027.575000', '101028.035000', '101028.495000', '101028.955000', '101029.415000', '101029.875000', '101030.335000', '101030.795000', '101031.255000', '101031.715000', '101032.175000', '101032.635000', '101033.095000', '101033.555000', '101034.015000', '101034.475000', '101034.935000', '101035.395000', '101035.855000', '101036.315000', '101036.775000', '101037.235000', '101037.695000', '101038.155000', '101038.615000', '101039.075000', '101039.535000', '101039.995000', '101040.455000', '101040.915000', '101041.375000', '101041.835000', '101042.295000', '101042.755000', '101043.215000', '101043.675000', '101044.135000', '101044.595000', '101045.055000', '101045.515000', '101045.975000', '101046.435000', '101046.895000', '101047.355000', '101047.815000', '101048.275000', '101048.735000', '101049.195000', '101049.655000', '101050.115000', '101050.575000', '101051.035000', '101051.495000', '101051.955000', '101052.415000', '101052.875000', '101053.335000', '101053.795000', '101054.255000', '101054.715000', '101055.175000', '101055.635000'], 'ContentTime': ['100402.196000', '100402.199000', '100402.202000', '100402.205000', '100402.208000', '100402.210000', '100402.213000', '100402.227000', '100402.230000', '100402.241000', '100402.244000', '100402.246000', '100422.168000', '100422.171000', '100422.175000', '100422.178000', '100422.181000', '100422.183000', '100422.186000', '100422.189000', '100422.192000', '100422.195000', '100422.198000', '100422.200000', '100422.203000', '100422.206000', '100422.209000', '100422.212000', '100422.215000', '100422.218000', '100422.221000', '100422.223000', '100422.226000', '100422.229000', '100422.232000', '100422.235000', '100422.238000', '100422.240000', '100422.243000', '100422.246000', '100422.249000', '100422.252000', '100422.255000', '100422.258000', '100422.261000', '100422.263000', '100422.266000', '100422.269000', '100422.272000', '100422.275000', '100422.278000', '100422.280000', '100422.283000', '100422.286000', '100422.289000', '100422.300000', '100442.157000', '100442.179000', '100442.182000', '100442.185000', '100442.188000', '100442.191000', '100442.194000', '100442.206000', '100442.211000', '100442.215000', '100442.218000', '100442.221000', '100442.224000', '100442.227000', '100442.229000', '100442.232000', '100442.235000', '100442.238000', '100442.241000', '100442.244000', '100442.247000', '100442.250000', '100442.252000', '100442.255000', '100442.258000', '100442.261000', '100442.264000', '100442.274000', '100442.276000', '100442.279000', '100442.282000', '100442.285000', '100442.288000', '100442.291000', '100442.294000', '100442.296000', '100442.299000', '100442.302000', '100442.305000', '100442.308000', '100442.311000', '100442.314000', '100442.317000', '100502.158000', '100502.313000', '100502.316000', '100502.318000', '100502.321000', '100502.324000', '100502.327000', '100502.330000', '100502.333000', '100502.336000', '100502.339000', '100502.341000', '100502.344000', '100502.347000', '100502.350000', '100502.357000', '100502.360000', '100502.363000', '100502.365000', '100502.368000', '100502.371000', '100502.374000', '100502.377000', '100502.380000', '100502.383000', '100502.385000', '100502.388000', '100502.391000', '100502.394000', '100502.397000', '100502.400000', '100502.403000', '100502.406000', '100502.409000', '100502.411000', '100502.414000', '100502.417000', '100502.420000', '100502.423000', '100502.426000', '100502.429000', '100502.431000', '100502.434000', '100502.437000', '100522.158000', '100522.161000', '100522.164000', '100522.167000', '100522.170000', '100522.173000', '100522.176000', '100522.179000', '100522.182000', '100522.185000', '100522.187000', '100522.190000', '100522.193000', '100522.196000', '100522.199000', '100522.202000', '100522.205000', '100522.208000', '100522.210000', '100522.213000', '100522.216000', '100522.219000', '100522.222000', '100522.225000', '100522.228000', '100522.231000', '100522.234000', '100522.237000', '100522.240000', '100522.243000', '100522.246000', '100522.249000', '100522.251000', '100522.254000', '100522.257000', '100522.260000', '100522.263000', '100522.266000', '100522.269000', '100522.271000', '100522.274000', '100522.277000', '100522.280000', '100542.158000', '100542.161000', '100542.164000', '100542.167000', '100542.170000', '100542.173000', '100542.175000', '100542.178000', '100542.181000', '100542.184000', '100542.187000', '100542.190000', '100542.192000', '100542.195000', '100542.198000', '100542.201000', '100542.204000', '100542.207000', '100542.210000', '100542.213000', '100542.216000', '100542.218000', '100542.221000', '100542.224000', '100542.227000', '100542.230000', '100542.233000', '100542.236000', '100542.239000', '100542.241000', '100542.244000', '100542.247000', '100542.250000', '100542.253000', '100542.256000', '100542.259000', '100542.262000', '100542.264000', '100542.272000', '100542.275000', '100542.278000', '100542.281000', '100542.284000', '100542.287000', '100602.158000', '100602.161000', '100602.164000', '100602.167000', '100602.170000', '100602.172000', '100602.175000', '100602.178000', '100602.181000', '100602.184000', '100602.187000', '100602.190000', '100602.193000', '100602.196000', '100602.198000', '100602.201000', '100602.204000', '100602.207000', '100602.210000', '100602.213000', '100602.216000', '100602.218000', '100602.221000', '100602.224000', '100602.227000', '100602.237000', '100602.240000', '100602.243000', '100602.246000', '100602.249000', '100602.252000', '100602.255000', '100602.258000', '100602.261000', '100602.264000', '100602.266000', '100602.269000', '100602.272000', '100602.275000', '100602.278000', '100602.281000', '100602.284000', '100602.287000', '100622.158000', '100622.196000', '100622.199000', '100622.202000', '100622.205000', '100622.208000', '100622.211000', '100622.213000', '100622.216000', '100622.219000', '100622.222000', '100622.225000', '100622.228000', '100622.231000', '100622.233000', '100622.236000', '100622.239000', '100622.242000', '100622.245000', '100622.248000', '100622.251000', '100622.254000', '100622.257000', '100622.259000', '100622.262000', '100622.265000', '100622.268000', '100622.271000', '100622.274000', '100622.277000', '100622.280000', '100622.288000', '100622.291000', '100622.294000', '100622.297000', '100622.300000', '100622.303000', '100622.306000', '100622.308000', '100622.311000', '100622.314000', '100622.317000', '100622.320000', '100622.323000', '100642.158000', '100642.161000', '100642.164000', '100642.167000', '100642.170000', '100642.172000', '100642.175000', '100642.178000', '100642.181000', '100642.184000', '100642.187000', '100642.190000', '100642.193000', '100642.196000', '100642.199000', '100642.201000', '100642.205000', '100642.208000', '100642.211000', '100642.214000', '100642.217000', '100642.220000', '100642.223000', '100642.226000', '100642.229000', '100642.232000', '100642.235000', '100642.238000', '100642.241000', '100642.243000', '100642.246000', '100642.249000', '100642.252000', '100642.255000', '100642.258000', '100642.263000', '100642.266000', '100642.269000', '100642.272000', '100642.275000', '100642.278000', '100642.280000', '100642.283000', '100702.157000', '100702.192000', '100702.195000', '100702.198000', '100702.200000', '100702.203000', '100702.206000', '100702.209000', '100702.212000', '100702.215000', '100702.218000', '100702.220000', '100702.223000', '100702.226000', '100702.229000', '100702.232000', '100702.235000', '100702.238000', '100702.241000', '100702.244000', '100702.246000', '100702.249000', '100702.252000', '100702.255000', '100702.258000', '100702.261000', '100702.264000', '100702.266000', '100702.269000', '100702.272000', '100702.275000', '100702.278000', '100702.281000', '100702.284000', '100702.287000', '100702.290000', '100702.292000', '100702.295000', '100702.298000', '100702.301000', '100702.304000', '100702.307000', '100702.310000', '100702.312000', '100722.158000', '100722.197000', '100722.200000', '100722.203000', '100722.206000', '100722.209000', '100722.212000', '100722.215000', '100722.218000', '100722.220000', '100722.223000', '100722.226000', '100722.229000', '100722.232000', '100722.235000', '100722.238000', '100722.241000', '100722.244000', '100722.247000', '100722.250000', '100722.253000', '100722.256000', '100722.259000', '100722.262000', '100722.265000', '100722.267000', '100722.270000', '100722.273000', '100722.276000', '100722.279000', '100722.282000', '100722.285000', '100722.288000', '100722.291000', '100722.294000', '100722.305000', '100722.308000', '100722.311000', '100722.314000', '100722.317000', '100722.320000', '100722.323000', '100722.326000', '100742.158000', '100742.185000', '100742.188000', '100742.191000', '100742.194000', '100742.197000', '100742.199000', '100742.202000', '100742.205000', '100742.208000', '100742.211000', '100742.214000', '100742.217000', '100742.220000', '100742.223000', '100742.226000', '100742.229000', '100742.232000', '100742.235000', '100742.237000', '100742.241000', '100742.243000', '100742.246000', '100742.249000', '100742.252000', '100742.255000', '100742.258000', '100742.261000', '100742.264000', '100742.267000', '100742.269000', '100742.272000', '100742.275000', '100742.278000', '100742.281000', '100742.284000', '100742.287000', '100742.290000', '100742.293000', '100742.296000', '100742.298000', '100742.301000', '100742.304000', '100742.307000', '100802.158000', '100802.161000', '100802.164000', '100802.167000', '100802.170000', '100802.173000', '100802.176000', '100802.179000', '100802.182000', '100802.185000', '100802.187000', '100802.190000', '100802.193000', '100802.196000', '100802.199000', '100802.202000', '100802.205000', '100802.208000', '100802.211000', '100802.214000', '100802.225000', '100802.228000', '100802.231000', '100802.234000', '100802.237000', '100802.239000', '100802.243000', '100802.247000', '100802.250000', '100802.253000', '100802.256000', '100802.259000', '100802.261000', '100802.264000', '100802.267000', '100802.270000', '100802.273000', '100802.276000', '100802.279000', '100802.282000', '100802.285000', '100802.288000', '100802.291000', '100822.158000', '100822.180000', '100822.183000', '100822.186000', '100822.189000', '100822.192000', '100822.194000', '100822.197000', '100822.200000', '100822.203000', '100822.206000', '100822.209000', '100822.212000', '100822.214000', '100822.217000', '100822.220000', '100822.223000', '100822.226000', '100822.229000', '100822.232000', '100822.235000', '100822.237000', '100822.240000', '100822.243000', '100822.246000', '100822.249000', '100822.252000', '100822.255000', '100822.258000', '100822.261000', '100822.263000', '100822.266000', '100822.269000', '100822.272000', '100822.275000', '100822.278000', '100822.281000', '100822.284000', '100822.293000', '100822.296000', '100822.299000', '100822.302000', '100822.304000', '100822.307000', '100842.158000', '100842.176000', '100842.179000', '100842.182000', '100842.185000', '100842.191000', '100842.194000', '100842.196000', '100842.199000', '100842.202000', '100842.205000', '100842.208000', '100842.211000', '100842.217000', '100842.220000', '100842.223000', '100842.226000', '100842.229000', '100842.232000', '100842.235000', '100842.237000', '100842.240000', '100842.243000', '100842.246000', '100842.249000', '100842.252000', '100842.255000', '100842.258000', '100842.261000', '100842.264000', '100842.267000', '100842.270000', '100842.273000', '100842.276000', '100842.279000', '100842.282000', '100842.285000', '100842.292000', '100842.295000', '100842.298000', '100842.301000', '100842.304000', '100842.307000', '100902.158000', '100902.187000', '100902.197000', '100902.200000', '100902.202000', '100902.205000', '100902.208000', '100902.211000', '100902.214000', '100902.217000', '100902.220000', '100902.223000', '100902.226000', '100902.229000', '100902.232000', '100902.235000', '100902.238000', '100902.241000', '100902.244000', '100902.247000', '100902.250000', '100902.252000', '100902.255000', '100902.258000', '100902.261000', '100902.264000', '100902.267000', '100902.270000', '100902.273000', '100902.276000', '100902.279000', '100902.282000', '100902.285000', '100902.287000', '100902.290000', '100902.293000', '100902.301000', '100902.304000', '100902.307000', '100902.310000', '100902.313000', '100902.315000', '100902.318000', '100902.321000', '100922.157000', '100922.204000', '100922.207000', '100922.210000', '100922.213000', '100922.215000', '100922.218000', '100922.221000', '100922.224000', '100922.227000', '100922.230000', '100922.233000', '100922.236000', '100922.239000', '100922.242000', '100922.245000', '100922.248000', '100922.251000', '100922.254000', '100922.256000', '100922.259000', '100922.262000', '100922.265000', '100922.268000', '100922.271000', '100922.274000', '100922.277000', '100922.280000', '100922.284000', '100922.287000', '100922.290000', '100922.293000', '100922.296000', '100922.299000', '100922.302000', '100922.305000', '100922.308000', '100922.311000', '100922.314000', '100922.316000', '100922.319000', '100922.322000', '100922.325000', '100942.158000', '100942.196000', '100942.199000', '100942.202000', '100942.205000', '100942.208000', '100942.211000', '100942.213000', '100942.216000', '100942.219000', '100942.222000', '100942.225000', '100942.228000', '100942.231000', '100942.234000', '100942.237000', '100942.240000', '100942.243000', '100942.245000', '100942.248000', '100942.251000', '100942.254000', '100942.257000', '100942.260000', '100942.263000', '100942.266000', '100942.268000', '100942.271000', '100942.274000', '100942.278000', '100942.281000', '100942.284000', '100942.286000', '100942.290000', '100942.293000', '100942.295000', '100942.298000', '100942.301000', '100942.304000', '100942.307000', '100942.310000', '100942.313000', '100942.316000', '100942.319000', '101002.158000', '101002.197000', '101002.200000', '101002.204000', '101002.207000', '101002.209000', '101002.212000', '101002.215000', '101002.218000', '101002.221000', '101002.224000', '101002.227000', '101002.230000', '101002.233000', '101002.236000', '101002.239000', '101002.242000', '101002.245000', '101002.248000', '101002.251000', '101002.254000', '101002.257000', '101002.260000', '101002.263000', '101002.266000', '101002.269000', '101002.272000', '101002.275000', '101002.278000', '101002.281000', '101002.284000', '101002.287000', '101002.290000', '101002.293000', '101002.297000', '101002.300000', '101002.303000', '101002.306000', '101002.309000', '101002.312000', '101002.315000', '101002.318000', '101002.321000', '101022.158000', '101022.201000', '101022.204000', '101022.206000', '101022.209000', '101022.212000', '101022.215000', '101022.218000', '101022.221000', '101022.224000', '101022.227000', '101022.230000', '101022.233000', '101022.236000', '101022.239000', '101022.242000', '101022.245000', '101022.247000', '101022.250000', '101022.253000', '101022.256000', '101022.259000', '101022.262000', '101022.265000', '101022.268000', '101022.271000', '101022.274000', '101022.291000', '101022.302000', '101022.305000', '101022.308000', '101022.310000', '101022.314000', '101022.316000', '101022.319000', '101022.322000', '101022.325000', '101022.328000', '101022.331000', '101022.334000', '101022.337000', '101022.340000', '101022.343000', '101042.158000', '101042.188000', '101042.191000', '101042.194000', '101042.197000', '101042.200000', '101042.203000', '101042.206000', '101042.208000', '101042.211000', '101042.214000', '101042.217000', '101042.220000', '101042.223000', '101042.226000', '101042.229000', '101042.232000', '101042.235000', '101042.238000', '101042.241000', '101042.244000', '101042.246000', '101042.249000', '101042.252000', '101042.255000', '101042.258000', '101042.261000', '101042.264000', '101042.267000', '101042.270000', '101042.273000', '101042.276000', '101042.279000', '101042.282000', '101042.285000', '101042.288000', '101042.291000', '101042.293000', '101042.296000', '101042.299000', '101042.302000', '101042.305000', '101042.315000', '101042.318000', '101056.717000', '101056.721000', '101056.725000', '101056.729000', '101056.733000', '101056.736000', '101056.739000', '101056.742000', '101056.745000', '101056.748000', '101056.751000', '101056.754000', '101056.757000', '101056.760000', '101056.763000', '101056.766000', '101056.769000', '101056.772000', '101056.775000', '101056.778000', '101056.781000', '101056.784000', '101056.786000', '101056.789000', '101056.792000', '101056.795000', '101056.798000', '101056.801000', '101056.804000', '101056.807000', '101056.810000', '101056.813000'], 'InstanceCreationTime': ['100402.196000', '100402.199000', '100402.202000', '100402.205000', '100402.208000', '100402.210000', '100402.213000', '100402.227000', '100402.230000', '100402.241000', '100402.244000', '100402.246000', '100422.168000', '100422.171000', '100422.175000', '100422.178000', '100422.181000', '100422.183000', '100422.186000', '100422.189000', '100422.192000', '100422.195000', '100422.198000', '100422.200000', '100422.203000', '100422.206000', '100422.209000', '100422.212000', '100422.215000', '100422.218000', '100422.221000', '100422.223000', '100422.226000', '100422.229000', '100422.232000', '100422.235000', '100422.238000', '100422.240000', '100422.243000', '100422.246000', '100422.249000', '100422.252000', '100422.255000', '100422.258000', '100422.261000', '100422.263000', '100422.266000', '100422.269000', '100422.272000', '100422.275000', '100422.278000', '100422.280000', '100422.283000', '100422.286000', '100422.289000', '100422.300000', '100442.157000', '100442.179000', '100442.182000', '100442.185000', '100442.188000', '100442.191000', '100442.194000', '100442.206000', '100442.211000', '100442.215000', '100442.218000', '100442.221000', '100442.224000', '100442.227000', '100442.229000', '100442.232000', '100442.235000', '100442.238000', '100442.241000', '100442.244000', '100442.247000', '100442.250000', '100442.252000', '100442.255000', '100442.258000', '100442.261000', '100442.264000', '100442.274000', '100442.276000', '100442.279000', '100442.282000', '100442.285000', '100442.288000', '100442.291000', '100442.294000', '100442.296000', '100442.299000', '100442.302000', '100442.305000', '100442.308000', '100442.311000', '100442.314000', '100442.317000', '100502.158000', '100502.313000', '100502.316000', '100502.318000', '100502.321000', '100502.324000', '100502.327000', '100502.330000', '100502.333000', '100502.336000', '100502.339000', '100502.341000', '100502.344000', '100502.347000', '100502.350000', '100502.357000', '100502.360000', '100502.363000', '100502.365000', '100502.368000', '100502.371000', '100502.374000', '100502.377000', '100502.380000', '100502.383000', '100502.385000', '100502.388000', '100502.391000', '100502.394000', '100502.397000', '100502.400000', '100502.403000', '100502.406000', '100502.409000', '100502.411000', '100502.414000', '100502.417000', '100502.420000', '100502.423000', '100502.426000', '100502.429000', '100502.431000', '100502.434000', '100502.437000', '100522.158000', '100522.161000', '100522.164000', '100522.167000', '100522.170000', '100522.173000', '100522.176000', '100522.179000', '100522.182000', '100522.185000', '100522.187000', '100522.190000', '100522.193000', '100522.196000', '100522.199000', '100522.202000', '100522.205000', '100522.208000', '100522.210000', '100522.213000', '100522.216000', '100522.219000', '100522.222000', '100522.225000', '100522.228000', '100522.231000', '100522.234000', '100522.237000', '100522.240000', '100522.243000', '100522.246000', '100522.249000', '100522.251000', '100522.254000', '100522.257000', '100522.260000', '100522.263000', '100522.266000', '100522.269000', '100522.271000', '100522.274000', '100522.277000', '100522.280000', '100542.158000', '100542.161000', '100542.164000', '100542.167000', '100542.170000', '100542.173000', '100542.175000', '100542.178000', '100542.181000', '100542.184000', '100542.187000', '100542.190000', '100542.192000', '100542.195000', '100542.198000', '100542.201000', '100542.204000', '100542.207000', '100542.210000', '100542.213000', '100542.216000', '100542.218000', '100542.221000', '100542.224000', '100542.227000', '100542.230000', '100542.233000', '100542.236000', '100542.239000', '100542.241000', '100542.244000', '100542.247000', '100542.250000', '100542.253000', '100542.256000', '100542.259000', '100542.262000', '100542.264000', '100542.272000', '100542.275000', '100542.278000', '100542.281000', '100542.284000', '100542.287000', '100602.158000', '100602.161000', '100602.164000', '100602.167000', '100602.170000', '100602.172000', '100602.175000', '100602.178000', '100602.181000', '100602.184000', '100602.187000', '100602.190000', '100602.193000', '100602.196000', '100602.198000', '100602.201000', '100602.204000', '100602.207000', '100602.210000', '100602.213000', '100602.216000', '100602.218000', '100602.221000', '100602.224000', '100602.227000', '100602.237000', '100602.240000', '100602.243000', '100602.246000', '100602.249000', '100602.252000', '100602.255000', '100602.258000', '100602.261000', '100602.264000', '100602.266000', '100602.269000', '100602.272000', '100602.275000', '100602.278000', '100602.281000', '100602.284000', '100602.287000', '100622.158000', '100622.196000', '100622.199000', '100622.202000', '100622.205000', '100622.208000', '100622.211000', '100622.213000', '100622.216000', '100622.219000', '100622.222000', '100622.225000', '100622.228000', '100622.231000', '100622.233000', '100622.236000', '100622.239000', '100622.242000', '100622.245000', '100622.248000', '100622.251000', '100622.254000', '100622.257000', '100622.259000', '100622.262000', '100622.265000', '100622.268000', '100622.271000', '100622.274000', '100622.277000', '100622.280000', '100622.288000', '100622.291000', '100622.294000', '100622.297000', '100622.300000', '100622.303000', '100622.306000', '100622.308000', '100622.311000', '100622.314000', '100622.317000', '100622.320000', '100622.323000', '100642.158000', '100642.161000', '100642.164000', '100642.167000', '100642.170000', '100642.172000', '100642.175000', '100642.178000', '100642.181000', '100642.184000', '100642.187000', '100642.190000', '100642.193000', '100642.196000', '100642.199000', '100642.201000', '100642.205000', '100642.208000', '100642.211000', '100642.214000', '100642.217000', '100642.220000', '100642.223000', '100642.226000', '100642.229000', '100642.232000', '100642.235000', '100642.238000', '100642.241000', '100642.243000', '100642.246000', '100642.249000', '100642.252000', '100642.255000', '100642.258000', '100642.263000', '100642.266000', '100642.269000', '100642.272000', '100642.275000', '100642.278000', '100642.280000', '100642.283000', '100702.157000', '100702.192000', '100702.195000', '100702.198000', '100702.200000', '100702.203000', '100702.206000', '100702.209000', '100702.212000', '100702.215000', '100702.218000', '100702.220000', '100702.223000', '100702.226000', '100702.229000', '100702.232000', '100702.235000', '100702.238000', '100702.241000', '100702.244000', '100702.246000', '100702.249000', '100702.252000', '100702.255000', '100702.258000', '100702.261000', '100702.264000', '100702.266000', '100702.269000', '100702.272000', '100702.275000', '100702.278000', '100702.281000', '100702.284000', '100702.287000', '100702.290000', '100702.292000', '100702.295000', '100702.298000', '100702.301000', '100702.304000', '100702.307000', '100702.310000', '100702.312000', '100722.158000', '100722.197000', '100722.200000', '100722.203000', '100722.206000', '100722.209000', '100722.212000', '100722.215000', '100722.218000', '100722.220000', '100722.223000', '100722.226000', '100722.229000', '100722.232000', '100722.235000', '100722.238000', '100722.241000', '100722.244000', '100722.247000', '100722.250000', '100722.253000', '100722.256000', '100722.259000', '100722.262000', '100722.265000', '100722.267000', '100722.270000', '100722.273000', '100722.276000', '100722.279000', '100722.282000', '100722.285000', '100722.288000', '100722.291000', '100722.294000', '100722.305000', '100722.308000', '100722.311000', '100722.314000', '100722.317000', '100722.320000', '100722.323000', '100722.326000', '100742.158000', '100742.185000', '100742.188000', '100742.191000', '100742.194000', '100742.197000', '100742.199000', '100742.202000', '100742.205000', '100742.208000', '100742.211000', '100742.214000', '100742.217000', '100742.220000', '100742.223000', '100742.226000', '100742.229000', '100742.232000', '100742.235000', '100742.237000', '100742.241000', '100742.243000', '100742.246000', '100742.249000', '100742.252000', '100742.255000', '100742.258000', '100742.261000', '100742.264000', '100742.267000', '100742.269000', '100742.272000', '100742.275000', '100742.278000', '100742.281000', '100742.284000', '100742.287000', '100742.290000', '100742.293000', '100742.296000', '100742.298000', '100742.301000', '100742.304000', '100742.307000', '100802.158000', '100802.161000', '100802.164000', '100802.167000', '100802.170000', '100802.173000', '100802.176000', '100802.179000', '100802.182000', '100802.185000', '100802.187000', '100802.190000', '100802.193000', '100802.196000', '100802.199000', '100802.202000', '100802.205000', '100802.208000', '100802.211000', '100802.214000', '100802.225000', '100802.228000', '100802.231000', '100802.234000', '100802.237000', '100802.239000', '100802.243000', '100802.247000', '100802.250000', '100802.253000', '100802.256000', '100802.259000', '100802.261000', '100802.264000', '100802.267000', '100802.270000', '100802.273000', '100802.276000', '100802.279000', '100802.282000', '100802.285000', '100802.288000', '100802.291000', '100822.158000', '100822.180000', '100822.183000', '100822.186000', '100822.189000', '100822.192000', '100822.194000', '100822.197000', '100822.200000', '100822.203000', '100822.206000', '100822.209000', '100822.212000', '100822.214000', '100822.217000', '100822.220000', '100822.223000', '100822.226000', '100822.229000', '100822.232000', '100822.235000', '100822.237000', '100822.240000', '100822.243000', '100822.246000', '100822.249000', '100822.252000', '100822.255000', '100822.258000', '100822.261000', '100822.263000', '100822.266000', '100822.269000', '100822.272000', '100822.275000', '100822.278000', '100822.281000', '100822.284000', '100822.293000', '100822.296000', '100822.299000', '100822.302000', '100822.304000', '100822.307000', '100842.158000', '100842.176000', '100842.179000', '100842.182000', '100842.185000', '100842.191000', '100842.194000', '100842.196000', '100842.199000', '100842.202000', '100842.205000', '100842.208000', '100842.211000', '100842.217000', '100842.220000', '100842.223000', '100842.226000', '100842.229000', '100842.232000', '100842.235000', '100842.237000', '100842.240000', '100842.243000', '100842.246000', '100842.249000', '100842.252000', '100842.255000', '100842.258000', '100842.261000', '100842.264000', '100842.267000', '100842.270000', '100842.273000', '100842.276000', '100842.279000', '100842.282000', '100842.285000', '100842.292000', '100842.295000', '100842.298000', '100842.301000', '100842.304000', '100842.307000', '100902.158000', '100902.187000', '100902.197000', '100902.200000', '100902.202000', '100902.205000', '100902.208000', '100902.211000', '100902.214000', '100902.217000', '100902.220000', '100902.223000', '100902.226000', '100902.229000', '100902.232000', '100902.235000', '100902.238000', '100902.241000', '100902.244000', '100902.247000', '100902.250000', '100902.252000', '100902.255000', '100902.258000', '100902.261000', '100902.264000', '100902.267000', '100902.270000', '100902.273000', '100902.276000', '100902.279000', '100902.282000', '100902.285000', '100902.287000', '100902.290000', '100902.293000', '100902.301000', '100902.304000', '100902.307000', '100902.310000', '100902.313000', '100902.315000', '100902.318000', '100902.321000', '100922.157000', '100922.204000', '100922.207000', '100922.210000', '100922.213000', '100922.215000', '100922.218000', '100922.221000', '100922.224000', '100922.227000', '100922.230000', '100922.233000', '100922.236000', '100922.239000', '100922.242000', '100922.245000', '100922.248000', '100922.251000', '100922.254000', '100922.256000', '100922.259000', '100922.262000', '100922.265000', '100922.268000', '100922.271000', '100922.274000', '100922.277000', '100922.280000', '100922.284000', '100922.287000', '100922.290000', '100922.293000', '100922.296000', '100922.299000', '100922.302000', '100922.305000', '100922.308000', '100922.311000', '100922.314000', '100922.316000', '100922.319000', '100922.322000', '100922.325000', '100942.158000', '100942.196000', '100942.199000', '100942.202000', '100942.205000', '100942.208000', '100942.211000', '100942.213000', '100942.216000', '100942.219000', '100942.222000', '100942.225000', '100942.228000', '100942.231000', '100942.234000', '100942.237000', '100942.240000', '100942.243000', '100942.245000', '100942.248000', '100942.251000', '100942.254000', '100942.257000', '100942.260000', '100942.263000', '100942.266000', '100942.268000', '100942.271000', '100942.274000', '100942.278000', '100942.281000', '100942.284000', '100942.286000', '100942.290000', '100942.293000', '100942.295000', '100942.298000', '100942.301000', '100942.304000', '100942.307000', '100942.310000', '100942.313000', '100942.316000', '100942.319000', '101002.158000', '101002.197000', '101002.200000', '101002.204000', '101002.207000', '101002.209000', '101002.212000', '101002.215000', '101002.218000', '101002.221000', '101002.224000', '101002.227000', '101002.230000', '101002.233000', '101002.236000', '101002.239000', '101002.242000', '101002.245000', '101002.248000', '101002.251000', '101002.254000', '101002.257000', '101002.260000', '101002.263000', '101002.266000', '101002.269000', '101002.272000', '101002.275000', '101002.278000', '101002.281000', '101002.284000', '101002.287000', '101002.290000', '101002.293000', '101002.297000', '101002.300000', '101002.303000', '101002.306000', '101002.309000', '101002.312000', '101002.315000', '101002.318000', '101002.321000', '101022.158000', '101022.201000', '101022.204000', '101022.206000', '101022.209000', '101022.212000', '101022.215000', '101022.218000', '101022.221000', '101022.224000', '101022.227000', '101022.230000', '101022.233000', '101022.236000', '101022.239000', '101022.242000', '101022.245000', '101022.247000', '101022.250000', '101022.253000', '101022.256000', '101022.259000', '101022.262000', '101022.265000', '101022.268000', '101022.271000', '101022.274000', '101022.291000', '101022.302000', '101022.305000', '101022.308000', '101022.310000', '101022.314000', '101022.316000', '101022.319000', '101022.322000', '101022.325000', '101022.328000', '101022.331000', '101022.334000', '101022.337000', '101022.340000', '101022.343000', '101042.158000', '101042.188000', '101042.191000', '101042.194000', '101042.197000', '101042.200000', '101042.203000', '101042.206000', '101042.208000', '101042.211000', '101042.214000', '101042.217000', '101042.220000', '101042.223000', '101042.226000', '101042.229000', '101042.232000', '101042.235000', '101042.238000', '101042.241000', '101042.244000', '101042.246000', '101042.249000', '101042.252000', '101042.255000', '101042.258000', '101042.261000', '101042.264000', '101042.267000', '101042.270000', '101042.273000', '101042.276000', '101042.279000', '101042.282000', '101042.285000', '101042.288000', '101042.291000', '101042.293000', '101042.296000', '101042.299000', '101042.302000', '101042.305000', '101042.315000', '101042.318000', '101056.717000', '101056.721000', '101056.725000', '101056.729000', '101056.733000', '101056.736000', '101056.739000', '101056.742000', '101056.745000', '101056.748000', '101056.751000', '101056.754000', '101056.757000', '101056.760000', '101056.763000', '101056.766000', '101056.769000', '101056.772000', '101056.775000', '101056.778000', '101056.781000', '101056.784000', '101056.786000', '101056.789000', '101056.792000', '101056.795000', '101056.798000', '101056.801000', '101056.804000', '101056.807000', '101056.810000', '101056.813000'], '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': [10502, 9368, 8747, 9556, 8422, 11614, 8913, 11979, 9015, 10525, 8404, 10902, 8256, 11145, 8536, 10584, 8371, 9883, 8296, 10128, 8303, 9889, 8594, 8996, 8427, 9692, 8367, 8566, 8272, 8764, 8322, 8483, 10063, 9078, 9616, 8867, 10249, 8280, 11137, 9423, 10028, 8431, 9823, 8274, 10535, 8463, 10062, 8238, 8958, 8166, 10089, 8649, 9267, 8289, 8760, 8496, 8793, 9482, 8508, 11646, 9929, 10546, 8304, 9878, 8203, 10528, 8536, 9358, 10701, 8549, 11100, 8639, 11077, 8363, 10264, 8558, 8735, 8340, 8926, 9661, 8578, 8374, 8231, 9351, 8656, 10365, 8784, 10023, 8143, 9979, 8209, 10692, 9950, 8777, 10967, 8515, 10447, 8515, 10929, 8349, 9641, 8088, 8494, 10139, 8400, 10665, 9061, 10318, 8514, 9212, 8417, 9772, 9057, 8681, 10380, 8731, 9807, 8561, 10538, 8476, 11071, 8188, 10210, 8273, 9309, 10128, 9171, 9177, 8501, 10441, 8457, 10811, 8766, 10472, 8854, 10373, 8116, 9504, 8295, 10100, 8580, 10008, 8276, 8654, 8374, 8740, 10132, 9636, 8196, 8884, 9369, 8480, 11241, 10263, 10495, 8575, 10205, 8187, 9980, 8253, 10236, 8264, 9555, 8198, 8630, 8356, 9971, 8429, 9027, 8474, 8815, 8733, 8937, 10652, 9967, 9692, 8763, 9987, 8426, 10917, 8719, 11365, 8926, 10529, 8225, 8940, 8370, 8572, 8644, 8595, 10722, 10499, 10426, 8496, 9975, 8723, 10612, 8893, 10788, 8705, 9990, 8367, 9995, 8253, 9064, 8088, 8468, 9701, 8363, 11557, 9960, 10493, 8625, 10466, 8215, 10267, 8251, 9675, 8336, 8585, 8223, 8531, 10322, 8456, 10885, 9519, 10798, 8326, 10029, 8511, 9549, 9278, 8613, 11072, 10412, 10498, 8520, 10147, 8065, 9795, 8633, 9310, 8173, 8568, 10248, 8924, 9903, 8494, 10710, 8232, 9748, 8255, 8642, 8371, 8695, 8664, 8512, 8331, 8700, 10582, 9366, 10937, 8286, 10622, 8309, 10127, 7989, 10025, 11431, 10092, 11189, 8450, 10476, 8310, 10056, 8479, 10328, 8400, 9256, 8217, 8484, 8150, 8594, 9016, 9217, 8029, 8809, 8157, 8697, 10503, 9252, 9853, 8562, 8374, 8505, 8357, 10365, 10592, 9571, 8440, 8513, 8697, 8708, 10466, 9528, 8375, 8495, 8247, 8536, 9571, 8813, 8446, 9005, 8289, 8686, 9297, 8749, 10920, 10171, 10410, 8776, 10572, 9040, 11060, 8282, 10476, 8451, 10139, 8487, 10722, 8299, 9468, 8253, 9258, 8187, 10063, 8205, 10498, 8054, 9066, 8321, 8723, 10368, 9464, 10015, 8716, 11180, 8491, 10881, 9832, 10813, 8528, 10081, 8331, 10005, 8709, 10393, 8283, 9727, 8219, 9863, 8690, 9435, 8298, 8549, 8894, 8264, 10443, 9643, 10708, 8378, 10338, 8592, 10074, 8241, 10439, 8121, 9264, 8923, 8995, 8481, 9761, 8768, 8989, 8397, 8239, 8638, 8583, 10831, 10106, 10034, 8668, 9767, 8719, 10884, 9202, 11059, 8586, 10234, 8472, 10177, 8347, 10322, 8272, 9099, 8199, 8590, 9689, 8745, 9037, 8315, 9187, 8534, 10018, 8724, 8706, 8366, 8528, 8665, 10668, 9496, 10022, 8577, 10596, 8475, 10839, 8339, 10068, 8153, 8464, 9655, 8693, 11461, 8335, 10615, 8577, 10430, 8572, 11022, 8235, 10316, 8056, 8960, 8418, 9000, 8199, 9953, 9538, 10107, 8672, 9311, 8311, 10382, 9664, 11629, 10587, 10153, 8408, 10143, 8570, 10164, 8499, 10680, 8544, 10953, 8286, 9657, 8275, 9803, 8516, 10001, 8491, 8617, 8195, 8564, 10256, 9862, 9575, 8359, 10059, 8754, 11286, 10149, 10696, 8753, 10050, 8543, 10379, 8511, 10368, 8247, 10039, 8356, 9864, 8338, 10442, 9774, 9586, 8147, 8566, 10799, 8424, 10531, 8606, 11318, 9499, 10706, 8453, 9762, 8281, 9823, 8120, 10012, 8468, 8843, 8293, 8647, 8543, 9148, 8472, 9136, 8381, 8875, 8276, 8976, 10346, 9887, 8662, 8436, 9287, 8637, 11555, 10122, 10610, 8656, 10338, 8492, 10197, 8567, 10746, 8656, 10049, 8045, 8929, 8394, 9656, 8410, 9837, 8227, 8881, 8646, 8607, 9675, 9139, 8374, 8641, 8428, 8468, 10541, 9733, 9824, 8483, 10709, 8354, 10834, 8658, 10947, 8195, 10376, 8617, 9616, 8146, 9720, 9414, 9318, 8599, 8598, 8536, 8344, 9928, 9160, 8546, 8441, 8582, 8631, 11017, 9795, 10180, 8473, 10407, 8496, 10644, 9080, 10359, 8635, 10195, 8371, 10528, 8498, 9791, 8040, 8720, 8411, 8288, 10336, 9378, 9932, 8215, 10229, 8835, 10661, 8648, 10552, 8610, 9987, 8192, 10175, 8373, 10623, 8536, 9221, 8189, 9241, 8036, 9628, 8641, 9690, 8601, 8842, 8317, 9976, 8359, 9477, 8405, 9326, 8482, 9059, 10228, 9565, 8395, 8589, 8886, 8876, 10785, 10062, 10368, 9601, 8335, 9160, 8709, 9294, 8469, 10226, 8605, 10674, 8332, 10132, 8534, 9924, 8209, 9099, 8339, 9745, 8644, 9261, 9790, 8880, 10810, 8864, 10463, 8577, 10865, 10517, 10113, 8252, 8684, 8523, 8924, 8596, 9131, 8798, 8466, 8586, 8352, 8629, 8689, 8420, 9719, 8619, 10254, 9768, 9745, 8617, 8993, 8882, 9486, 8777, 10154, 9008, 10467, 9993, 9963, 8597, 9637, 8913, 9660, 8588, 10051, 9066, 10607, 10135, 9893, 8895, 9505, 8573, 10493, 10197, 10085, 8343, 9510, 8704, 9837, 8682, 10301, 9006, 11549, 10596, 10615, 8783, 10338, 8859, 9900, 8720, 10932, 9830, 10387, 9090, 9886, 8667, 9875, 8605, 10285, 9167, 10126, 8684, 9981, 8450, 10212, 8486, 11142, 8442, 9572, 8550, 9038, 8449, 8453, 10567, 9280, 10000, 8655, 10090, 8701, 10537, 8424, 10074, 8997, 10874, 8915, 10648, 8486, 9927, 8426, 10345, 8909, 10355, 8783, 10056, 8767, 9945, 8634, 10836, 8609, 10628, 8670, 9818, 8386, 9992, 8670, 11398, 8570, 10815, 8639, 9386, 8831, 9187, 8655, 10713, 9057, 10768, 8774, 10357, 8791, 9997, 8664, 11327, 8909, 11605, 8498, 9705, 8602, 9412, 9639, 8916, 8651, 8696, 10485, 9127, 11299, 10368, 10805, 9054, 10108, 8590, 10145, 8666, 10734, 8615, 9601, 8268, 9281, 8350, 9578, 8754, 10243, 8552, 10325, 8589, 9371, 8527, 8419, 8547, 8917, 8821, 9649, 8816, 11227, 9957, 10974, 9387, 10203, 8736, 10676, 8808, 11492, 8931, 11153, 8391, 9991, 8367, 9984, 8447, 10233, 8881, 8703, 8349, 8919, 8552, 8822, 9574, 9041, 9090, 8944, 8699, 8900, 10114, 8802, 11780, 10711, 10852, 8535, 10700, 8662, 10286, 8374, 11257, 8755, 9201, 8709, 8687, 10484, 8971, 10350, 8836, 10473, 8890, 11128, 8859, 10322, 8886, 9701, 8521, 9847, 8632, 10228, 8629, 9592, 8330, 8644, 10641, 10515, 10153, 8927, 10296, 8817], 'WindowCenter': [4822.0, 4788.0, 4764.0, 4781.0, 4751.0, 4787.0, 4759.0, 4787.0, 4748.0, 4765.0, 4735.0, 4763.0, 4734.0, 4773.0, 4736.0, 4765.0, 4735.0, 4753.0, 4746.0, 4765.0, 4747.0, 4764.0, 4744.0, 4746.0, 4748.0, 4770.0, 4750.0, 4760.0, 4748.0, 4759.0, 4748.0, 4760.0, 4779.0, 4760.0, 4771.0, 4760.0, 4777.0, 4751.0, 4789.0, 4770.0, 4768.0, 4749.0, 4768.0, 4749.0, 4779.0, 4751.0, 4768.0, 4748.0, 4757.0, 4737.0, 4779.0, 4748.0, 4758.0, 4748.0, 4749.0, 4747.0, 4748.0, 4756.0, 4749.0, 4786.0, 4768.0, 4765.0, 4748.0, 4766.0, 4737.0, 4779.0, 4747.0, 4757.0, 4767.0, 4745.0, 4772.0, 4735.0, 4772.0, 4749.0, 4777.0, 4745.0, 4744.0, 4733.0, 4746.0, 4755.0, 4747.0, 4747.0, 4759.0, 4767.0, 4760.0, 4790.0, 4762.0, 4781.0, 4753.0, 4781.0, 4751.0, 4781.0, 4770.0, 4748.0, 4778.0, 4748.0, 4765.0, 4746.0, 4776.0, 4736.0, 4756.0, 4724.0, 4745.0, 4752.0, 4733.0, 4763.0, 4746.0, 4765.0, 4745.0, 4744.0, 4734.0, 4766.0, 4745.0, 4746.0, 4764.0, 4746.0, 4754.0, 4746.0, 4776.0, 4736.0, 4776.0, 4736.0, 4768.0, 4735.0, 4755.0, 4754.0, 4756.0, 4744.0, 4745.0, 4765.0, 4735.0, 4763.0, 4758.0, 4776.0, 4745.0, 4764.0, 4724.0, 4754.0, 4734.0, 4764.0, 4747.0, 4765.0, 4736.0, 4745.0, 4734.0, 4746.0, 4763.0, 4756.0, 4736.0, 4756.0, 4754.0, 4746.0, 4775.0, 4766.0, 4765.0, 4746.0, 4764.0, 4734.0, 4754.0, 4734.0, 4766.0, 4736.0, 4756.0, 4736.0, 4746.0, 4747.0, 4768.0, 4747.0, 4757.0, 4748.0, 4759.0, 4746.0, 4755.0, 4776.0, 4768.0, 4756.0, 4747.0, 4765.0, 4737.0, 4765.0, 4746.0, 4775.0, 4745.0, 4766.0, 4734.0, 4743.0, 4724.0, 4734.0, 4732.0, 4744.0, 4764.0, 4765.0, 4764.0, 4735.0, 4752.0, 4744.0, 4764.0, 4747.0, 4775.0, 4747.0, 4755.0, 4735.0, 4765.0, 4736.0, 4745.0, 4724.0, 4737.0, 4754.0, 4736.0, 4774.0, 4754.0, 4763.0, 4735.0, 4763.0, 4734.0, 4765.0, 4735.0, 4755.0, 4736.0, 4745.0, 4734.0, 4745.0, 4753.0, 4736.0, 4775.0, 4756.0, 4774.0, 4737.0, 4765.0, 4735.0, 4755.0, 4745.0, 4747.0, 4774.0, 4766.0, 4763.0, 4735.0, 4763.0, 4724.0, 4753.0, 4734.0, 4755.0, 4734.0, 4746.0, 4765.0, 4744.0, 4753.0, 4735.0, 4765.0, 4736.0, 4755.0, 4746.0, 4745.0, 4736.0, 4748.0, 4747.0, 4757.0, 4748.0, 4759.0, 4777.0, 4759.0, 4777.0, 4749.0, 4776.0, 4735.0, 4764.0, 4725.0, 4766.0, 4773.0, 4756.0, 4762.0, 4723.0, 4751.0, 4721.0, 4752.0, 4721.0, 4761.0, 4734.0, 4753.0, 4745.0, 4745.0, 4736.0, 4747.0, 4757.0, 4769.0, 4738.0, 4758.0, 4736.0, 4749.0, 4776.0, 4759.0, 4756.0, 4747.0, 4734.0, 4746.0, 4747.0, 4779.0, 4776.0, 4756.0, 4723.0, 4734.0, 4733.0, 4735.0, 4764.0, 4755.0, 4736.0, 4746.0, 4734.0, 4746.0, 4756.0, 4756.0, 4748.0, 4758.0, 4748.0, 4750.0, 4757.0, 4750.0, 4778.0, 4769.0, 4766.0, 4747.0, 4765.0, 4758.0, 4775.0, 4737.0, 4764.0, 4735.0, 4754.0, 4746.0, 4777.0, 4737.0, 4754.0, 4736.0, 4745.0, 4736.0, 4768.0, 4747.0, 4777.0, 4736.0, 4760.0, 4747.0, 4746.0, 4766.0, 4756.0, 4755.0, 4746.0, 4785.0, 4746.0, 4772.0, 4766.0, 4775.0, 4746.0, 4765.0, 4737.0, 4765.0, 4746.0, 4765.0, 4747.0, 4756.0, 4736.0, 4767.0, 4746.0, 4757.0, 4736.0, 4746.0, 4744.0, 4736.0, 4763.0, 4755.0, 4764.0, 4735.0, 4765.0, 4745.0, 4754.0, 4736.0, 4765.0, 4734.0, 4754.0, 4745.0, 4744.0, 4744.0, 4765.0, 4746.0, 4745.0, 4736.0, 4736.0, 4735.0, 4748.0, 4776.0, 4767.0, 4755.0, 4746.0, 4754.0, 4747.0, 4776.0, 4757.0, 4776.0, 4747.0, 4765.0, 4736.0, 4765.0, 4736.0, 4763.0, 4736.0, 4745.0, 4736.0, 4748.0, 4756.0, 4747.0, 4746.0, 4737.0, 4755.0, 4747.0, 4767.0, 4748.0, 4759.0, 4751.0, 4759.0, 4761.0, 4779.0, 4772.0, 4771.0, 4760.0, 4779.0, 4751.0, 4779.0, 4737.0, 4767.0, 4738.0, 4736.0, 4753.0, 4746.0, 4774.0, 4736.0, 4763.0, 4745.0, 4763.0, 4746.0, 4776.0, 4746.0, 4765.0, 4736.0, 4744.0, 4736.0, 4746.0, 4749.0, 4777.0, 4770.0, 4779.0, 4760.0, 4758.0, 4748.0, 4765.0, 4758.0, 4786.0, 4767.0, 4764.0, 4736.0, 4764.0, 4747.0, 4764.0, 4745.0, 4776.0, 4747.0, 4775.0, 4747.0, 4767.0, 4737.0, 4766.0, 4747.0, 4768.0, 4746.0, 4747.0, 4736.0, 4747.0, 4767.0, 4766.0, 4757.0, 4748.0, 4766.0, 4748.0, 4788.0, 4782.0, 4779.0, 4750.0, 4767.0, 4749.0, 4778.0, 4748.0, 4765.0, 4737.0, 4755.0, 4737.0, 4755.0, 4735.0, 4766.0, 4756.0, 4756.0, 4725.0, 4735.0, 4762.0, 4735.0, 4752.0, 4736.0, 4773.0, 4756.0, 4764.0, 4736.0, 4753.0, 4735.0, 4753.0, 4735.0, 4766.0, 4747.0, 4757.0, 4747.0, 4747.0, 4746.0, 4758.0, 4749.0, 4759.0, 4748.0, 4746.0, 4737.0, 4761.0, 4777.0, 4768.0, 4747.0, 4737.0, 4745.0, 4746.0, 4786.0, 4768.0, 4764.0, 4745.0, 4753.0, 4735.0, 4753.0, 4736.0, 4763.0, 4734.0, 4754.0, 4726.0, 4741.0, 4733.0, 4755.0, 4736.0, 4765.0, 4736.0, 4747.0, 4745.0, 4747.0, 4756.0, 4758.0, 4737.0, 4748.0, 4736.0, 4736.0, 4765.0, 4758.0, 4756.0, 4747.0, 4765.0, 4736.0, 4765.0, 4746.0, 4764.0, 4734.0, 4753.0, 4732.0, 4745.0, 4723.0, 4756.0, 4744.0, 4744.0, 4732.0, 4736.0, 4733.0, 4735.0, 4754.0, 4756.0, 4736.0, 4737.0, 4745.0, 4748.0, 4776.0, 4766.0, 4765.0, 4738.0, 4765.0, 4745.0, 4775.0, 4747.0, 4765.0, 4746.0, 4765.0, 4736.0, 4768.0, 4745.0, 4756.0, 4737.0, 4747.0, 4736.0, 4747.0, 4765.0, 4758.0, 4766.0, 4745.0, 4767.0, 4745.0, 4765.0, 4746.0, 4764.0, 4746.0, 4754.0, 4736.0, 4765.0, 4735.0, 4765.0, 4746.0, 4754.0, 4735.0, 4756.0, 4735.0, 4755.0, 4747.0, 4757.0, 4747.0, 4758.0, 4738.0, 4767.0, 4738.0, 4767.0, 4748.0, 4758.0, 4748.0, 4755.0, 4767.0, 4756.0, 4736.0, 4745.0, 4745.0, 4746.0, 4777.0, 4780.0, 4781.0, 4779.0, 4762.0, 4781.0, 4760.0, 4769.0, 4748.0, 4776.0, 4759.0, 4780.0, 4748.0, 4780.0, 4747.0, 4766.0, 4736.0, 4744.0, 4735.0, 4741.0, 4732.0, 4743.0, 4741.0, 4733.0, 4750.0, 4731.0, 4738.0, 4720.0, 4750.0, 4749.0, 4739.0, 4719.0, 4719.0, 4731.0, 4731.0, 4744.0, 4754.0, 4746.0, 4734.0, 4745.0, 4734.0, 4745.0, 4734.0, 4736.0, 4754.0, 4745.0, 4764.0, 4767.0, 4755.0, 4746.0, 4746.0, 4746.0, 4754.0, 4747.0, 4765.0, 4758.0, 4777.0, 4768.0, 4767.0, 4749.0, 4755.0, 4755.0, 4756.0, 4748.0, 4766.0, 4758.0, 4776.0, 4767.0, 4766.0, 4757.0, 4756.0, 4748.0, 4776.0, 4777.0, 4767.0, 4748.0, 4766.0, 4750.0, 4768.0, 4748.0, 4765.0, 4760.0, 4786.0, 4777.0, 4766.0, 4746.0, 4765.0, 4746.0, 4756.0, 4745.0, 4776.0, 4766.0, 4765.0, 4759.0, 4766.0, 4748.0, 4767.0, 4761.0, 4777.0, 4768.0, 4778.0, 4761.0, 4768.0, 4750.0, 4779.0, 4750.0, 4789.0, 4748.0, 4768.0, 4749.0, 4761.0, 4747.0, 4751.0, 4777.0, 4770.0, 4778.0, 4759.0, 4778.0, 4759.0, 4778.0, 4749.0, 4768.0, 4760.0, 4789.0, 4761.0, 4780.0, 4759.0, 4768.0, 4751.0, 4778.0, 4759.0, 4776.0, 4760.0, 4768.0, 4761.0, 4770.0, 4761.0, 4790.0, 4761.0, 4777.0, 4749.0, 4768.0, 4748.0, 4767.0, 4748.0, 4789.0, 4760.0, 4790.0, 4761.0, 4758.0, 4759.0, 4758.0, 4760.0, 4780.0, 4773.0, 4792.0, 4762.0, 4779.0, 4760.0, 4768.0, 4751.0, 4789.0, 4760.0, 4787.0, 4749.0, 4754.0, 4736.0, 4756.0, 4753.0, 4745.0, 4733.0, 4735.0, 4762.0, 4746.0, 4774.0, 4764.0, 4764.0, 4744.0, 4763.0, 4735.0, 4764.0, 4744.0, 4775.0, 4746.0, 4756.0, 4737.0, 4756.0, 4746.0, 4767.0, 4760.0, 4778.0, 4760.0, 4779.0, 4759.0, 4759.0, 4748.0, 4738.0, 4747.0, 4745.0, 4745.0, 4756.0, 4759.0, 4788.0, 4782.0, 4789.0, 4768.0, 4767.0, 4748.0, 4765.0, 4748.0, 4776.0, 4749.0, 4777.0, 4737.0, 4755.0, 4734.0, 4753.0, 4735.0, 4765.0, 4746.0, 4745.0, 4736.0, 4747.0, 4746.0, 4758.0, 4769.0, 4763.0, 4760.0, 4760.0, 4759.0, 4761.0, 4769.0, 4760.0, 4789.0, 4781.0, 4778.0, 4747.0, 4768.0, 4748.0, 4765.0, 4737.0, 4776.0, 4746.0, 4746.0, 4735.0, 4737.0, 4764.0, 4746.0, 4754.0, 4746.0, 4766.0, 4745.0, 4775.0, 4748.0, 4766.0, 4758.0, 4767.0, 4759.0, 4769.0, 4749.0, 4779.0, 4750.0, 4770.0, 4749.0, 4760.0, 4778.0, 4778.0, 4767.0, 4748.0, 4765.0, 4747.0], 'WindowWidth': [10534.0, 10476.0, 10437.0, 10454.0, 10409.0, 10453.0, 10415.0, 10452.0, 10396.0, 10416.0, 10377.0, 10410.0, 10374.0, 10426.0, 10377.0, 10416.0, 10374.0, 10396.0, 10396.0, 10417.0, 10396.0, 10416.0, 10388.0, 10393.0, 10399.0, 10432.0, 10406.0, 10419.0, 10400.0, 10417.0, 10399.0, 10419.0, 10442.0, 10421.0, 10434.0, 10421.0, 10440.0, 10409.0, 10457.0, 10432.0, 10429.0, 10403.0, 10428.0, 10403.0, 10444.0, 10406.0, 10425.0, 10400.0, 10410.0, 10383.0, 10443.0, 10400.0, 10413.0, 10399.0, 10402.0, 10397.0, 10400.0, 10407.0, 10401.0, 10449.0, 10428.0, 10419.0, 10398.0, 10419.0, 10382.0, 10441.0, 10395.0, 10410.0, 10421.0, 10390.0, 10422.0, 10376.0, 10424.0, 10402.0, 10439.0, 10392.0, 10387.0, 10371.0, 10394.0, 10405.0, 10397.0, 10399.0, 10420.0, 10427.0, 10421.0, 10464.0, 10427.0, 10450.0, 10415.0, 10450.0, 10409.0, 10448.0, 10430.0, 10401.0, 10439.0, 10397.0, 10418.0, 10392.0, 10434.0, 10378.0, 10406.0, 10360.0, 10390.0, 10393.0, 10372.0, 10413.0, 10390.0, 10415.0, 10389.0, 10388.0, 10375.0, 10421.0, 10392.0, 10394.0, 10414.0, 10391.0, 10402.0, 10394.0, 10436.0, 10382.0, 10435.0, 10380.0, 10425.0, 10378.0, 10403.0, 10400.0, 10405.0, 10387.0, 10391.0, 10415.0, 10377.0, 10412.0, 10415.0, 10437.0, 10391.0, 10413.0, 10361.0, 10400.0, 10373.0, 10418.0, 10395.0, 10419.0, 10378.0, 10390.0, 10372.0, 10393.0, 10414.0, 10406.0, 10379.0, 10408.0, 10402.0, 10393.0, 10430.0, 10420.0, 10417.0, 10392.0, 10413.0, 10374.0, 10400.0, 10374.0, 10421.0, 10381.0, 10409.0, 10381.0, 10393.0, 10396.0, 10427.0, 10398.0, 10413.0, 10400.0, 10415.0, 10395.0, 10407.0, 10435.0, 10426.0, 10407.0, 10397.0, 10418.0, 10382.0, 10417.0, 10392.0, 10431.0, 10390.0, 10418.0, 10374.0, 10385.0, 10359.0, 10373.0, 10368.0, 10388.0, 10413.0, 10417.0, 10414.0, 10375.0, 10396.0, 10388.0, 10414.0, 10394.0, 10432.0, 10397.0, 10404.0, 10376.0, 10419.0, 10378.0, 10391.0, 10361.0, 10382.0, 10400.0, 10380.0, 10429.0, 10401.0, 10413.0, 10376.0, 10411.0, 10373.0, 10418.0, 10378.0, 10404.0, 10380.0, 10391.0, 10374.0, 10390.0, 10398.0, 10380.0, 10431.0, 10407.0, 10428.0, 10383.0, 10417.0, 10375.0, 10404.0, 10387.0, 10394.0, 10428.0, 10418.0, 10412.0, 10376.0, 10411.0, 10358.0, 10398.0, 10373.0, 10405.0, 10375.0, 10393.0, 10415.0, 10388.0, 10397.0, 10375.0, 10419.0, 10378.0, 10404.0, 10395.0, 10392.0, 10379.0, 10400.0, 10397.0, 10411.0, 10399.0, 10415.0, 10437.0, 10416.0, 10438.0, 10401.0, 10434.0, 10378.0, 10415.0, 10361.0, 10419.0, 10426.0, 10402.0, 10409.0, 10356.0, 10391.0, 10352.0, 10394.0, 10352.0, 10408.0, 10374.0, 10400.0, 10392.0, 10392.0, 10380.0, 10397.0, 10413.0, 10431.0, 10388.0, 10414.0, 10381.0, 10402.0, 10434.0, 10412.0, 10404.0, 10394.0, 10377.0, 10395.0, 10397.0, 10444.0, 10435.0, 10405.0, 10356.0, 10372.0, 10368.0, 10377.0, 10414.0, 10404.0, 10378.0, 10391.0, 10374.0, 10393.0, 10405.0, 10409.0, 10398.0, 10413.0, 10400.0, 10403.0, 10410.0, 10403.0, 10439.0, 10426.0, 10418.0, 10396.0, 10419.0, 10411.0, 10431.0, 10380.0, 10413.0, 10376.0, 10399.0, 10392.0, 10437.0, 10381.0, 10400.0, 10378.0, 10389.0, 10378.0, 10425.0, 10397.0, 10436.0, 10381.0, 10421.0, 10396.0, 10393.0, 10419.0, 10407.0, 10401.0, 10392.0, 10447.0, 10395.0, 10425.0, 10419.0, 10432.0, 10394.0, 10418.0, 10382.0, 10417.0, 10392.0, 10417.0, 10395.0, 10407.0, 10380.0, 10423.0, 10393.0, 10410.0, 10381.0, 10394.0, 10388.0, 10378.0, 10412.0, 10405.0, 10414.0, 10378.0, 10416.0, 10390.0, 10401.0, 10378.0, 10419.0, 10376.0, 10401.0, 10391.0, 10389.0, 10388.0, 10419.0, 10393.0, 10392.0, 10381.0, 10380.0, 10376.0, 10399.0, 10434.0, 10421.0, 10404.0, 10393.0, 10400.0, 10394.0, 10433.0, 10410.0, 10432.0, 10395.0, 10417.0, 10379.0, 10417.0, 10378.0, 10413.0, 10378.0, 10391.0, 10379.0, 10399.0, 10406.0, 10397.0, 10392.0, 10381.0, 10403.0, 10397.0, 10424.0, 10400.0, 10418.0, 10409.0, 10417.0, 10423.0, 10445.0, 10437.0, 10434.0, 10419.0, 10443.0, 10406.0, 10444.0, 10384.0, 10424.0, 10385.0, 10382.0, 10399.0, 10392.0, 10429.0, 10379.0, 10412.0, 10392.0, 10412.0, 10392.0, 10435.0, 10393.0, 10417.0, 10380.0, 10386.0, 10379.0, 10394.0, 10403.0, 10440.0, 10436.0, 10445.0, 10421.0, 10413.0, 10399.0, 10418.0, 10412.0, 10449.0, 10422.0, 10418.0, 10381.0, 10417.0, 10397.0, 10416.0, 10391.0, 10435.0, 10396.0, 10432.0, 10397.0, 10423.0, 10382.0, 10420.0, 10395.0, 10428.0, 10394.0, 10397.0, 10379.0, 10398.0, 10423.0, 10421.0, 10410.0, 10401.0, 10420.0, 10400.0, 10454.0, 10454.0, 10443.0, 10405.0, 10425.0, 10404.0, 10442.0, 10397.0, 10419.0, 10383.0, 10403.0, 10380.0, 10405.0, 10377.0, 10422.0, 10407.0, 10405.0, 10363.0, 10376.0, 10406.0, 10373.0, 10393.0, 10376.0, 10426.0, 10405.0, 10415.0, 10378.0, 10399.0, 10376.0, 10398.0, 10376.0, 10423.0, 10396.0, 10411.0, 10398.0, 10395.0, 10393.0, 10415.0, 10402.0, 10415.0, 10400.0, 10395.0, 10384.0, 10419.0, 10437.0, 10426.0, 10395.0, 10383.0, 10390.0, 10392.0, 10448.0, 10426.0, 10414.0, 10390.0, 10397.0, 10374.0, 10398.0, 10376.0, 10414.0, 10373.0, 10401.0, 10366.0, 10381.0, 10371.0, 10402.0, 10379.0, 10419.0, 10378.0, 10396.0, 10390.0, 10395.0, 10406.0, 10413.0, 10383.0, 10399.0, 10381.0, 10381.0, 10417.0, 10412.0, 10405.0, 10395.0, 10419.0, 10380.0, 10416.0, 10391.0, 10414.0, 10372.0, 10397.0, 10368.0, 10387.0, 10357.0, 10405.0, 10385.0, 10387.0, 10369.0, 10377.0, 10369.0, 10377.0, 10401.0, 10406.0, 10379.0, 10382.0, 10392.0, 10399.0, 10433.0, 10421.0, 10417.0, 10384.0, 10419.0, 10393.0, 10433.0, 10395.0, 10417.0, 10394.0, 10417.0, 10381.0, 10425.0, 10391.0, 10406.0, 10381.0, 10395.0, 10380.0, 10397.0, 10418.0, 10413.0, 10421.0, 10394.0, 10422.0, 10390.0, 10416.0, 10394.0, 10414.0, 10392.0, 10402.0, 10379.0, 10416.0, 10378.0, 10418.0, 10391.0, 10401.0, 10378.0, 10407.0, 10378.0, 10406.0, 10396.0, 10410.0, 10398.0, 10413.0, 10384.0, 10423.0, 10385.0, 10425.0, 10398.0, 10412.0, 10397.0, 10408.0, 10422.0, 10408.0, 10379.0, 10392.0, 10391.0, 10395.0, 10438.0, 10447.0, 10451.0, 10451.0, 10430.0, 10453.0, 10421.0, 10430.0, 10401.0, 10436.0, 10416.0, 10446.0, 10401.0, 10445.0, 10397.0, 10420.0, 10381.0, 10387.0, 10374.0, 10380.0, 10367.0, 10382.0, 10377.0, 10367.0, 10389.0, 10363.0, 10367.0, 10347.0, 10389.0, 10386.0, 10371.0, 10345.0, 10346.0, 10365.0, 10365.0, 10389.0, 10403.0, 10393.0, 10376.0, 10392.0, 10375.0, 10392.0, 10374.0, 10379.0, 10401.0, 10390.0, 10416.0, 10423.0, 10403.0, 10394.0, 10392.0, 10392.0, 10401.0, 10396.0, 10416.0, 10414.0, 10438.0, 10429.0, 10423.0, 10400.0, 10404.0, 10406.0, 10407.0, 10398.0, 10419.0, 10414.0, 10436.0, 10422.0, 10420.0, 10410.0, 10406.0, 10398.0, 10434.0, 10439.0, 10422.0, 10399.0, 10421.0, 10403.0, 10425.0, 10400.0, 10420.0, 10417.0, 10449.0, 10437.0, 10420.0, 10394.0, 10415.0, 10391.0, 10404.0, 10392.0, 10434.0, 10421.0, 10419.0, 10413.0, 10421.0, 10398.0, 10425.0, 10423.0, 10438.0, 10426.0, 10439.0, 10420.0, 10428.0, 10405.0, 10445.0, 10405.0, 10455.0, 10401.0, 10426.0, 10403.0, 10420.0, 10397.0, 10406.0, 10438.0, 10433.0, 10443.0, 10417.0, 10440.0, 10418.0, 10441.0, 10402.0, 10425.0, 10418.0, 10457.0, 10423.0, 10446.0, 10419.0, 10428.0, 10409.0, 10442.0, 10416.0, 10436.0, 10419.0, 10428.0, 10422.0, 10434.0, 10422.0, 10461.0, 10422.0, 10439.0, 10403.0, 10427.0, 10399.0, 10423.0, 10400.0, 10457.0, 10418.0, 10458.0, 10424.0, 10413.0, 10415.0, 10413.0, 10420.0, 10446.0, 10441.0, 10464.0, 10424.0, 10444.0, 10418.0, 10428.0, 10405.0, 10457.0, 10417.0, 10452.0, 10399.0, 10402.0, 10379.0, 10406.0, 10399.0, 10387.0, 10371.0, 10374.0, 10408.0, 10391.0, 10427.0, 10414.0, 10414.0, 10388.0, 10412.0, 10375.0, 10413.0, 10389.0, 10431.0, 10392.0, 10406.0, 10383.0, 10407.0, 10395.0, 10424.0, 10418.0, 10444.0, 10420.0, 10444.0, 10417.0, 10415.0, 10398.0, 10383.0, 10394.0, 10388.0, 10390.0, 10406.0, 10414.0, 10457.0, 10453.0, 10459.0, 10429.0, 10424.0, 10398.0, 10415.0, 10394.0, 10432.0, 10399.0, 10433.0, 10381.0, 10404.0, 10375.0, 10398.0, 10375.0, 10418.0, 10390.0, 10390.0, 10378.0, 10395.0, 10393.0, 10415.0, 10430.0, 10428.0, 10420.0, 10421.0, 10417.0, 10421.0, 10429.0, 10419.0, 10458.0, 10446.0, 10441.0, 10397.0, 10424.0, 10396.0, 10417.0, 10380.0, 10434.0, 10392.0, 10392.0, 10375.0, 10380.0, 10412.0, 10391.0, 10399.0, 10391.0, 10417.0, 10390.0, 10429.0, 10396.0, 10420.0, 10412.0, 10424.0, 10416.0, 10429.0, 10403.0, 10445.0, 10404.0, 10431.0, 10403.0, 10419.0, 10440.0, 10439.0, 10422.0, 10398.0, 10417.0, 10395.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.00045625410733844473</td></tr>
<tr><td colspan=3>aqi</td><td>0.013854806243154437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.868513893640355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2156284270504392</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029136664802645</td></tr>
<tr><td colspan=3>efc</td><td>0.4741</td></tr>
<tr><td colspan=3>fber</td><td>7248.4189</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07253236788059753</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.547645125958379</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.426133682973487</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.393423397481794</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66909620909106</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.215881442347607</td></tr>
<tr><td colspan=3>gcor</td><td>0.00873376</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003997025080025196</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03311464563012123</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.720885044468714</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.037</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9354</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.3307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298267.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.0293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0734</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.1234</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3941.5002</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1120.4252</td></tr>
<tr><td colspan=3>tsnr</td><td>46.36440897965804</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>