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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-03_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-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-03_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-0021/ses-02/func/sub-0021_ses-02_task-faces_acq-mb8_run-03_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>54faf289263f2202e769b1d72bb742ec</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>14:17:47.122500</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.99709, -0.073896, -0.0187402, 0.0746216, 0.996346, 0.0415377]</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-03_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.0974969</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7775, -7252, 571, -16, -62, -20, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f27491c8-c4dd-4416-aeea-3c73c275c3fd||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.675119161605835, 0.20020417869091034, -0.042126040905714035, 103.12435913085938], [0.1982574462890625, 2.6731247901916504, 0.11560112982988358, -104.11991882324219], [-0.05027851462364197, -0.11144258826971054, 2.697195053100586, -53.94114303588867], [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': ['141747.122500', '141747.582500', '141748.042500', '141748.502500', '141748.962500', '141749.422500', '141749.882500', '141750.342500', '141750.802500', '141751.262500', '141751.722500', '141752.182500', '141752.642500', '141753.102500', '141753.562500', '141754.022500', '141754.482500', '141754.942500', '141755.402500', '141755.862500', '141756.322500', '141756.782500', '141757.242500', '141757.702500', '141758.162500', '141758.622500', '141759.082500', '141759.542500', '141800.002500', '141800.462500', '141800.922500', '141801.382500', '141801.842500', '141802.302500', '141802.762500', '141803.222500', '141803.682500', '141804.142500', '141804.602500', '141805.062500', '141805.522500', '141805.982500', '141806.442500', '141806.902500', '141807.362500', '141807.822500', '141808.282500', '141808.742500', '141809.202500', '141809.662500', '141810.122500', '141810.582500', '141811.042500', '141811.502500', '141811.962500', '141812.422500', '141812.882500', '141813.342500', '141813.802500', '141814.262500', '141814.722500', '141815.182500', '141815.642500', '141816.102500', '141816.562500', '141817.022500', '141817.482500', '141817.942500', '141818.402500', '141818.862500', '141819.322500', '141819.782500', '141820.242500', '141820.702500', '141821.162500', '141821.622500', '141822.082500', '141822.542500', '141823.002500', '141823.462500', '141823.922500', '141824.382500', '141824.842500', '141825.302500', '141825.762500', '141826.222500', '141826.682500', '141827.142500', '141827.602500', '141828.062500', '141828.522500', '141828.982500', '141829.442500', '141829.902500', '141830.362500', '141830.822500', '141831.282500', '141831.742500', '141832.202500', '141832.662500', '141833.122500', '141833.582500', '141834.042500', '141834.502500', '141834.962500', '141835.422500', '141835.882500', '141836.342500', '141836.802500', '141837.262500', '141837.722500', '141838.182500', '141838.642500', '141839.102500', '141839.562500', '141840.022500', '141840.482500', '141840.942500', '141841.402500', '141841.862500', '141842.322500', '141842.782500', '141843.242500', '141843.702500', '141844.162500', '141844.622500', '141845.082500', '141845.542500', '141846.002500', '141846.462500', '141846.922500', '141847.382500', '141847.842500', '141848.302500', '141848.762500', '141849.222500', '141849.682500', '141850.142500', '141850.602500', '141851.062500', '141851.522500', '141851.982500', '141852.442500', '141852.902500', '141853.362500', '141853.822500', '141854.282500', '141854.742500', '141855.202500', '141855.662500', '141856.122500', '141856.582500', '141857.042500', '141857.502500', '141857.962500', '141858.422500', '141858.882500', '141859.342500', '141859.802500', '141900.262500', '141900.722500', '141901.182500', '141901.642500', '141902.102500', '141902.562500', '141903.022500', '141903.482500', '141903.942500', '141904.402500', '141904.862500', '141905.322500', '141905.782500', '141906.242500', '141906.702500', '141907.162500', '141907.622500', '141908.082500', '141908.542500', '141909.002500', '141909.462500', '141909.922500', '141910.382500', '141910.842500', '141911.302500', '141911.762500', '141912.222500', '141912.682500', '141913.142500', '141913.602500', '141914.062500', '141914.522500', '141914.982500', '141915.442500', '141915.902500', '141916.362500', '141916.822500', '141917.282500', '141917.742500', '141918.202500', '141918.662500', '141919.122500', '141919.582500', '141920.042500', '141920.502500', '141920.962500', '141921.422500', '141921.882500', '141922.342500', '141922.802500', '141923.262500', '141923.722500', '141924.182500', '141924.642500', '141925.102500', '141925.562500', '141926.022500', '141926.482500', '141926.942500', '141927.402500', '141927.862500', '141928.322500', '141928.782500', '141929.242500', '141929.702500', '141930.162500', '141930.622500', '141931.082500', '141931.542500', '141932.002500', '141932.462500', '141932.922500', '141933.382500', '141933.842500', '141934.302500', '141934.762500', '141935.222500', '141935.682500', '141936.142500', '141936.602500', '141937.062500', '141937.522500', '141937.982500', '141938.442500', '141938.902500', '141939.362500', '141939.822500', '141940.282500', '141940.742500', '141941.202500', '141941.662500', '141942.122500', '141942.582500', '141943.042500', '141943.502500', '141943.962500', '141944.422500', '141944.882500', '141945.342500', '141945.802500', '141946.262500', '141946.722500', '141947.182500', '141947.642500', '141948.102500', '141948.562500', '141949.022500', '141949.482500', '141949.942500', '141950.402500', '141950.862500', '141951.322500', '141951.782500', '141952.242500', '141952.702500', '141953.162500', '141953.622500', '141954.082500', '141954.542500', '141955.002500', '141955.462500', '141955.922500', '141956.382500', '141956.842500', '141957.302500', '141957.762500', '141958.222500', '141958.682500', '141959.142500', '141959.602500', '142000.062500', '142000.522500', '142000.982500', '142001.442500', '142001.902500', '142002.362500', '142002.822500', '142003.282500', '142003.742500', '142004.202500', '142004.662500', '142005.122500', '142005.582500', '142006.042500', '142006.502500', '142006.962500', '142007.422500', '142007.882500', '142008.342500', '142008.802500', '142009.262500', '142009.722500', '142010.182500', '142010.642500', '142011.102500', '142011.562500', '142012.022500', '142012.482500', '142012.942500', '142013.402500', '142013.862500', '142014.322500', '142014.782500', '142015.242500', '142015.702500', '142016.162500', '142016.622500', '142017.082500', '142017.542500', '142018.002500', '142018.462500', '142018.922500', '142019.382500', '142019.842500', '142020.302500', '142020.762500', '142021.222500', '142021.682500', '142022.142500', '142022.602500', '142023.062500', '142023.522500', '142023.982500', '142024.442500', '142024.902500', '142025.362500', '142025.822500', '142026.282500', '142026.742500', '142027.202500', '142027.662500', '142028.122500', '142028.582500', '142029.042500', '142029.502500', '142029.962500', '142030.422500', '142030.882500', '142031.342500', '142031.802500', '142032.262500', '142032.722500', '142033.182500', '142033.642500', '142034.102500', '142034.562500', '142035.022500', '142035.482500', '142035.942500', '142036.402500', '142036.862500', '142037.322500', '142037.782500', '142038.242500', '142038.702500', '142039.162500', '142039.622500', '142040.082500', '142040.542500', '142041.002500', '142041.462500', '142041.922500', '142042.382500', '142042.842500', '142043.302500', '142043.762500', '142044.222500', '142044.682500', '142045.142500', '142045.602500', '142046.062500', '142046.522500', '142046.982500', '142047.442500', '142047.902500', '142048.362500', '142048.822500', '142049.282500', '142049.742500', '142050.202500', '142050.662500', '142051.122500', '142051.582500', '142052.042500', '142052.502500', '142052.962500', '142053.422500', '142053.882500', '142054.342500', '142054.802500', '142055.262500', '142055.722500', '142056.182500', '142056.642500', '142057.102500', '142057.562500', '142058.022500', '142058.482500', '142058.942500', '142059.402500', '142059.862500', '142100.322500', '142100.782500', '142101.242500', '142101.702500', '142102.162500', '142102.622500', '142103.082500', '142103.542500', '142104.002500', '142104.462500', '142104.922500', '142105.382500', '142105.842500', '142106.302500', '142106.762500', '142107.222500', '142107.682500', '142108.142500', '142108.602500', '142109.062500', '142109.522500', '142109.982500', '142110.442500', '142110.902500', '142111.362500', '142111.822500', '142112.282500', '142112.742500', '142113.202500', '142113.662500', '142114.122500', '142114.582500', '142115.042500', '142115.502500', '142115.962500', '142116.422500', '142116.882500', '142117.342500', '142117.802500', '142118.262500', '142118.722500', '142119.182500', '142119.642500', '142120.102500', '142120.562500', '142121.022500', '142121.482500', '142121.942500', '142122.402500', '142122.862500', '142123.322500', '142123.782500', '142124.242500', '142124.702500', '142125.162500', '142125.622500', '142126.082500', '142126.542500', '142127.002500', '142127.462500', '142127.922500', '142128.382500', '142128.842500', '142129.302500', '142129.762500', '142130.222500', '142130.682500', '142131.142500', '142131.602500', '142132.062500', '142132.522500', '142132.982500', '142133.442500', '142133.902500', '142134.362500', '142134.822500', '142135.282500', '142135.742500', '142136.202500', '142136.662500', '142137.122500', '142137.582500', '142138.042500', '142138.502500', '142138.962500', '142139.422500', '142139.882500', '142140.342500', '142140.802500', '142141.262500', '142141.722500', '142142.182500', '142142.642500', '142143.102500', '142143.562500', '142144.022500', '142144.482500', '142144.942500', '142145.402500', '142145.862500', '142146.322500', '142146.782500', '142147.242500', '142147.702500', '142148.162500', '142148.622500', '142149.082500', '142149.542500', '142150.002500', '142150.462500', '142150.922500', '142151.382500', '142151.842500', '142152.302500', '142152.762500', '142153.222500', '142153.682500', '142154.142500', '142154.602500', '142155.062500', '142155.522500', '142155.982500', '142156.442500', '142156.902500', '142157.362500', '142157.822500', '142158.282500', '142158.742500', '142159.202500', '142159.662500', '142200.122500', '142200.582500', '142201.042500', '142201.502500', '142201.962500', '142202.422500', '142202.882500', '142203.342500', '142203.802500', '142204.262500', '142204.722500', '142205.182500', '142205.642500', '142206.102500', '142206.562500', '142207.022500', '142207.482500', '142207.942500', '142208.402500', '142208.862500', '142209.322500', '142209.782500', '142210.242500', '142210.702500', '142211.162500', '142211.622500', '142212.082500', '142212.542500', '142213.002500', '142213.462500', '142213.922500', '142214.382500', '142214.842500', '142215.302500', '142215.762500', '142216.222500', '142216.682500', '142217.142500', '142217.602500', '142218.062500', '142218.522500', '142218.982500', '142219.442500', '142219.902500', '142220.362500', '142220.822500', '142221.282500', '142221.742500', '142222.202500', '142222.662500', '142223.122500', '142223.582500', '142224.042500', '142224.502500', '142224.962500', '142225.422500', '142225.882500', '142226.342500', '142226.802500', '142227.262500', '142227.722500', '142228.182500', '142228.642500', '142229.102500', '142229.562500', '142230.022500', '142230.482500', '142230.942500', '142231.402500', '142231.862500', '142232.322500', '142232.782500', '142233.242500', '142233.702500', '142234.162500', '142234.622500', '142235.082500', '142235.542500', '142236.002500', '142236.462500', '142236.922500', '142237.382500', '142237.842500', '142238.302500', '142238.762500', '142239.222500', '142239.682500', '142240.142500', '142240.602500', '142241.062500', '142241.522500', '142241.982500', '142242.442500', '142242.902500', '142243.362500', '142243.822500', '142244.282500', '142244.742500', '142245.202500', '142245.662500', '142246.122500', '142246.582500', '142247.042500', '142247.502500', '142247.962500', '142248.422500', '142248.882500', '142249.342500', '142249.802500', '142250.262500', '142250.722500', '142251.182500', '142251.642500', '142252.102500', '142252.562500', '142253.022500', '142253.482500', '142253.942500', '142254.402500', '142254.862500', '142255.322500', '142255.782500', '142256.242500', '142256.702500', '142257.162500', '142257.622500', '142258.082500', '142258.542500', '142259.002500', '142259.462500', '142259.922500', '142300.382500', '142300.842500', '142301.302500', '142301.762500', '142302.222500', '142302.682500', '142303.142500', '142303.602500', '142304.062500', '142304.522500', '142304.982500', '142305.442500', '142305.902500', '142306.362500', '142306.822500', '142307.282500', '142307.742500', '142308.202500', '142308.662500', '142309.122500', '142309.582500', '142310.042500', '142310.502500', '142310.962500', '142311.422500', '142311.882500', '142312.342500', '142312.802500', '142313.262500', '142313.722500', '142314.182500', '142314.642500', '142315.102500', '142315.562500', '142316.022500', '142316.482500', '142316.942500', '142317.402500', '142317.862500', '142318.322500', '142318.782500', '142319.242500', '142319.702500', '142320.162500', '142320.622500', '142321.082500', '142321.542500', '142322.002500', '142322.462500', '142322.922500', '142323.382500', '142323.842500', '142324.302500', '142324.762500', '142325.222500', '142325.682500', '142326.142500', '142326.602500', '142327.062500', '142327.522500', '142327.982500', '142328.442500', '142328.902500', '142329.362500', '142329.822500', '142330.282500', '142330.742500', '142331.202500', '142331.662500', '142332.122500', '142332.582500', '142333.042500', '142333.502500', '142333.962500', '142334.422500', '142334.882500', '142335.342500', '142335.802500', '142336.262500', '142336.722500', '142337.182500', '142337.642500', '142338.102500', '142338.562500', '142339.022500', '142339.482500', '142339.942500', '142340.402500', '142340.862500', '142341.322500', '142341.782500', '142342.242500', '142342.702500', '142343.162500', '142343.622500', '142344.082500', '142344.542500', '142345.002500', '142345.462500', '142345.922500', '142346.382500', '142346.842500', '142347.302500', '142347.762500', '142348.222500', '142348.682500', '142349.142500', '142349.602500', '142350.062500', '142350.522500', '142350.982500', '142351.442500', '142351.902500', '142352.362500', '142352.822500', '142353.282500', '142353.742500', '142354.202500', '142354.662500', '142355.122500', '142355.582500', '142356.042500', '142356.502500', '142356.962500', '142357.422500', '142357.882500', '142358.342500', '142358.802500', '142359.262500', '142359.722500', '142400.182500', '142400.642500', '142401.102500', '142401.562500', '142402.022500', '142402.482500', '142402.942500', '142403.402500', '142403.862500', '142404.322500', '142404.782500', '142405.242500', '142405.702500', '142406.162500', '142406.622500', '142407.082500', '142407.542500', '142408.002500', '142408.462500', '142408.922500', '142409.382500', '142409.842500', '142410.302500', '142410.762500', '142411.222500', '142411.682500', '142412.142500', '142412.602500', '142413.062500', '142413.522500', '142413.982500', '142414.442500', '142414.902500', '142415.362500', '142415.822500', '142416.282500', '142416.742500', '142417.202500', '142417.662500', '142418.122500', '142418.582500', '142419.042500', '142419.502500', '142419.962500', '142420.422500', '142420.882500', '142421.342500', '142421.802500', '142422.262500', '142422.722500', '142423.182500', '142423.642500', '142424.102500', '142424.562500', '142425.022500', '142425.482500', '142425.942500', '142426.402500', '142426.862500', '142427.322500', '142427.782500', '142428.242500', '142428.702500', '142429.162500', '142429.622500', '142430.082500', '142430.542500', '142431.002500', '142431.462500', '142431.922500', '142432.382500', '142432.842500', '142433.302500', '142433.762500', '142434.222500', '142434.682500', '142435.142500', '142435.602500', '142436.062500', '142436.522500', '142436.982500', '142437.442500', '142437.902500', '142438.362500', '142438.822500', '142439.282500', '142439.742500', '142440.202500', '142440.662500', '142441.122500', '142441.582500', '142442.042500', '142442.502500', '142442.962500', '142443.422500', '142443.882500', '142444.342500', '142444.802500', '142445.262500', '142445.722500', '142446.182500', '142446.642500', '142447.102500'], 'ContentTime': ['141806.187000', '141806.190000', '141806.193000', '141806.196000', '141806.200000', '141806.209000', '141806.212000', '141806.214000', '141806.217000', '141806.220000', '141806.223000', '141806.226000', '141806.228000', '141806.231000', '141806.234000', '141806.237000', '141806.240000', '141806.243000', '141806.260000', '141806.263000', '141806.266000', '141806.268000', '141806.272000', '141806.276000', '141806.278000', '141806.281000', '141806.284000', '141806.295000', '141806.297000', '141806.300000', '141806.303000', '141806.306000', '141806.309000', '141806.312000', '141806.314000', '141806.317000', '141806.320000', '141806.323000', '141806.325000', '141806.328000', '141826.152000', '141826.155000', '141826.157000', '141826.160000', '141826.163000', '141826.166000', '141826.169000', '141826.172000', '141826.174000', '141826.177000', '141826.180000', '141826.183000', '141826.185000', '141826.188000', '141826.191000', '141826.194000', '141826.197000', '141826.199000', '141826.202000', '141826.205000', '141826.208000', '141826.211000', '141826.214000', '141826.216000', '141826.219000', '141826.222000', '141826.225000', '141826.227000', '141826.230000', '141826.233000', '141826.236000', '141826.239000', '141826.242000', '141826.244000', '141826.247000', '141826.250000', '141826.253000', '141826.256000', '141826.258000', '141826.261000', '141826.264000', '141826.267000', '141826.269000', '141826.272000', '141846.152000', '141846.155000', '141846.158000', '141846.171000', '141846.174000', '141846.176000', '141846.179000', '141846.182000', '141846.185000', '141846.188000', '141846.190000', '141846.193000', '141846.196000', '141846.199000', '141846.202000', '141846.205000', '141846.207000', '141846.210000', '141846.213000', '141846.216000', '141846.219000', '141846.222000', '141846.225000', '141846.228000', '141846.230000', '141846.233000', '141846.236000', '141846.239000', '141846.242000', '141846.245000', '141846.247000', '141846.250000', '141846.253000', '141846.256000', '141846.259000', '141846.261000', '141846.264000', '141846.267000', '141846.270000', '141846.273000', '141846.275000', '141846.278000', '141846.281000', '141906.152000', '141906.155000', '141906.158000', '141906.160000', '141906.163000', '141906.166000', '141906.169000', '141906.172000', '141906.175000', '141906.177000', '141906.180000', '141906.183000', '141906.186000', '141906.189000', '141906.192000', '141906.195000', '141906.198000', '141906.200000', '141906.203000', '141906.206000', '141906.209000', '141906.211000', '141906.214000', '141906.217000', '141906.220000', '141906.223000', '141906.226000', '141906.228000', '141906.231000', '141906.234000', '141906.237000', '141906.240000', '141906.243000', '141906.246000', '141906.248000', '141906.251000', '141906.254000', '141906.257000', '141906.260000', '141906.262000', '141906.273000', '141906.276000', '141906.279000', '141906.282000', '141926.152000', '141926.155000', '141926.158000', '141926.160000', '141926.163000', '141926.166000', '141926.169000', '141926.172000', '141926.175000', '141926.177000', '141926.180000', '141926.183000', '141926.186000', '141926.189000', '141926.192000', '141926.194000', '141926.197000', '141926.200000', '141926.203000', '141926.206000', '141926.208000', '141926.211000', '141926.214000', '141926.217000', '141926.220000', '141926.222000', '141926.225000', '141926.228000', '141926.231000', '141926.234000', '141926.238000', '141926.241000', '141926.244000', '141926.247000', '141926.250000', '141926.252000', '141926.255000', '141926.258000', '141926.261000', '141926.264000', '141926.267000', '141926.279000', '141926.282000', '141946.152000', '141946.155000', '141946.158000', '141946.160000', '141946.163000', '141946.166000', '141946.169000', '141946.172000', '141946.175000', '141946.177000', '141946.180000', '141946.183000', '141946.186000', '141946.189000', '141946.192000', '141946.194000', '141946.197000', '141946.200000', '141946.204000', '141946.207000', '141946.210000', '141946.212000', '141946.215000', '141946.218000', '141946.221000', '141946.224000', '141946.245000', '141946.248000', '141946.251000', '141946.254000', '141946.257000', '141946.260000', '141946.263000', '141946.265000', '141946.268000', '141946.271000', '141946.274000', '141946.277000', '141946.280000', '141946.283000', '141946.285000', '141946.288000', '141946.291000', '141946.294000', '142006.152000', '142006.155000', '142006.158000', '142006.160000', '142006.163000', '142006.166000', '142006.169000', '142006.172000', '142006.174000', '142006.177000', '142006.180000', '142006.183000', '142006.186000', '142006.189000', '142006.191000', '142006.194000', '142006.197000', '142006.200000', '142006.203000', '142006.205000', '142006.208000', '142006.211000', '142006.214000', '142006.217000', '142006.220000', '142006.222000', '142006.225000', '142006.228000', '142006.231000', '142006.234000', '142006.237000', '142006.239000', '142006.242000', '142006.245000', '142006.248000', '142006.251000', '142006.254000', '142006.257000', '142006.259000', '142006.262000', '142006.265000', '142006.268000', '142006.271000', '142026.152000', '142026.155000', '142026.158000', '142026.160000', '142026.163000', '142026.166000', '142026.169000', '142026.172000', '142026.174000', '142026.177000', '142026.180000', '142026.183000', '142026.186000', '142026.189000', '142026.191000', '142026.194000', '142026.197000', '142026.200000', '142026.203000', '142026.206000', '142026.209000', '142026.211000', '142026.214000', '142026.217000', '142026.220000', '142026.223000', '142026.226000', '142026.228000', '142026.231000', '142026.234000', '142026.237000', '142026.240000', '142026.243000', '142026.245000', '142026.248000', '142026.251000', '142026.254000', '142026.257000', '142026.260000', '142026.262000', '142026.265000', '142026.268000', '142026.271000', '142026.274000', '142046.152000', '142046.155000', '142046.158000', '142046.161000', '142046.163000', '142046.166000', '142046.169000', '142046.172000', '142046.175000', '142046.177000', '142046.180000', '142046.183000', '142046.186000', '142046.189000', '142046.192000', '142046.195000', '142046.197000', '142046.200000', '142046.203000', '142046.206000', '142046.209000', '142046.212000', '142046.214000', '142046.217000', '142046.220000', '142046.223000', '142046.226000', '142046.229000', '142046.231000', '142046.234000', '142046.237000', '142046.240000', '142046.243000', '142046.246000', '142046.248000', '142046.251000', '142046.254000', '142046.257000', '142046.260000', '142046.263000', '142046.266000', '142046.269000', '142046.272000', '142106.152000', '142106.155000', '142106.158000', '142106.161000', '142106.163000', '142106.166000', '142106.169000', '142106.172000', '142106.175000', '142106.178000', '142106.180000', '142106.183000', '142106.186000', '142106.189000', '142106.192000', '142106.195000', '142106.197000', '142106.200000', '142106.203000', '142106.206000', '142106.209000', '142106.211000', '142106.214000', '142106.217000', '142106.220000', '142106.223000', '142106.226000', '142106.228000', '142106.250000', '142106.253000', '142106.256000', '142106.259000', '142106.261000', '142106.264000', '142106.267000', '142106.270000', '142106.273000', '142106.276000', '142106.278000', '142106.281000', '142106.284000', '142106.287000', '142106.290000', '142106.293000', '142126.152000', '142126.155000', '142126.158000', '142126.161000', '142126.163000', '142126.166000', '142126.169000', '142126.183000', '142126.186000', '142126.189000', '142126.192000', '142126.195000', '142126.197000', '142126.200000', '142126.203000', '142126.206000', '142126.209000', '142126.212000', '142126.214000', '142126.217000', '142126.220000', '142126.223000', '142126.226000', '142126.229000', '142126.232000', '142126.234000', '142126.237000', '142126.240000', '142126.243000', '142126.246000', '142126.249000', '142126.251000', '142126.254000', '142126.257000', '142126.260000', '142126.263000', '142126.266000', '142126.269000', '142126.271000', '142126.274000', '142126.277000', '142126.280000', '142126.283000', '142146.152000', '142146.155000', '142146.158000', '142146.161000', '142146.164000', '142146.166000', '142146.169000', '142146.172000', '142146.175000', '142146.178000', '142146.181000', '142146.183000', '142146.186000', '142146.189000', '142146.192000', '142146.195000', '142146.198000', '142146.200000', '142146.203000', '142146.206000', '142146.209000', '142146.212000', '142146.215000', '142146.218000', '142146.220000', '142146.223000', '142146.226000', '142146.229000', '142146.232000', '142146.235000', '142146.237000', '142146.240000', '142146.243000', '142146.246000', '142146.249000', '142146.252000', '142146.254000', '142146.257000', '142146.260000', '142146.263000', '142146.266000', '142146.269000', '142146.271000', '142206.152000', '142206.155000', '142206.158000', '142206.161000', '142206.163000', '142206.166000', '142206.169000', '142206.172000', '142206.175000', '142206.178000', '142206.181000', '142206.183000', '142206.186000', '142206.189000', '142206.192000', '142206.203000', '142206.205000', '142206.208000', '142206.211000', '142206.214000', '142206.217000', '142206.220000', '142206.222000', '142206.225000', '142206.228000', '142206.231000', '142206.234000', '142206.237000', '142206.239000', '142206.242000', '142206.245000', '142206.248000', '142206.251000', '142206.253000', '142206.256000', '142206.259000', '142206.262000', '142206.265000', '142206.268000', '142206.271000', '142206.273000', '142206.276000', '142206.279000', '142206.282000', '142226.152000', '142226.155000', '142226.158000', '142226.161000', '142226.164000', '142226.167000', '142226.170000', '142226.173000', '142226.176000', '142226.179000', '142226.182000', '142226.185000', '142226.187000', '142226.190000', '142226.193000', '142226.196000', '142226.199000', '142226.201000', '142226.204000', '142226.207000', '142226.210000', '142226.213000', '142226.216000', '142226.218000', '142226.221000', '142226.224000', '142226.227000', '142226.230000', '142226.232000', '142226.235000', '142226.238000', '142226.241000', '142226.244000', '142226.247000', '142226.250000', '142226.253000', '142226.255000', '142226.258000', '142226.261000', '142226.264000', '142226.267000', '142226.270000', '142226.273000', '142246.152000', '142246.155000', '142246.158000', '142246.161000', '142246.164000', '142246.166000', '142246.169000', '142246.172000', '142246.175000', '142246.178000', '142246.181000', '142246.183000', '142246.186000', '142246.189000', '142246.192000', '142246.195000', '142246.198000', '142246.200000', '142246.204000', '142246.206000', '142246.209000', '142246.212000', '142246.215000', '142246.218000', '142246.221000', '142246.224000', '142246.226000', '142246.229000', '142246.232000', '142246.235000', '142246.238000', '142246.241000', '142246.243000', '142246.256000', '142246.259000', '142246.262000', '142246.265000', '142246.268000', '142246.270000', '142246.273000', '142246.276000', '142246.279000', '142246.282000', '142246.285000', '142306.152000', '142306.155000', '142306.158000', '142306.161000', '142306.164000', '142306.168000', '142306.171000', '142306.173000', '142306.176000', '142306.179000', '142306.182000', '142306.185000', '142306.188000', '142306.191000', '142306.194000', '142306.197000', '142306.199000', '142306.202000', '142306.205000', '142306.208000', '142306.211000', '142306.214000', '142306.216000', '142306.219000', '142306.222000', '142306.225000', '142306.228000', '142306.230000', '142306.233000', '142306.236000', '142306.239000', '142306.242000', '142306.245000', '142306.247000', '142306.250000', '142306.253000', '142306.256000', '142306.259000', '142306.262000', '142306.264000', '142306.267000', '142306.270000', '142306.273000', '142326.152000', '142326.155000', '142326.158000', '142326.161000', '142326.163000', '142326.166000', '142326.169000', '142326.172000', '142326.175000', '142326.178000', '142326.180000', '142326.183000', '142326.186000', '142326.189000', '142326.192000', '142326.194000', '142326.197000', '142326.200000', '142326.203000', '142326.206000', '142326.209000', '142326.212000', '142326.214000', '142326.217000', '142326.220000', '142326.223000', '142326.226000', '142326.229000', '142326.231000', '142326.234000', '142326.239000', '142326.242000', '142326.245000', '142326.248000', '142326.251000', '142326.259000', '142326.262000', '142326.264000', '142326.267000', '142326.270000', '142326.273000', '142326.276000', '142326.279000', '142326.281000', '142346.152000', '142346.155000', '142346.158000', '142346.161000', '142346.163000', '142346.166000', '142346.169000', '142346.172000', '142346.175000', '142346.178000', '142346.180000', '142346.183000', '142346.186000', '142346.189000', '142346.193000', '142346.198000', '142346.201000', '142346.204000', '142346.207000', '142346.210000', '142346.213000', '142346.216000', '142346.218000', '142346.221000', '142346.224000', '142346.227000', '142346.230000', '142346.233000', '142346.235000', '142346.238000', '142346.241000', '142346.244000', '142346.247000', '142346.250000', '142346.252000', '142346.255000', '142346.258000', '142346.261000', '142346.264000', '142346.267000', '142346.269000', '142346.272000', '142346.275000', '142406.152000', '142406.155000', '142406.158000', '142406.161000', '142406.163000', '142406.166000', '142406.169000', '142406.172000', '142406.175000', '142406.178000', '142406.180000', '142406.183000', '142406.186000', '142406.189000', '142406.192000', '142406.195000', '142406.197000', '142406.200000', '142406.203000', '142406.206000', '142406.209000', '142406.212000', '142406.215000', '142406.218000', '142406.220000', '142406.223000', '142406.226000', '142406.229000', '142406.232000', '142406.235000', '142406.237000', '142406.240000', '142406.243000', '142406.246000', '142406.249000', '142406.252000', '142406.254000', '142406.257000', '142406.260000', '142406.263000', '142406.266000', '142406.268000', '142406.271000', '142406.291000', '142426.153000', '142426.156000', '142426.159000', '142426.162000', '142426.164000', '142426.167000', '142426.170000', '142426.173000', '142426.176000', '142426.179000', '142426.181000', '142426.184000', '142426.187000', '142426.190000', '142426.193000', '142426.196000', '142426.198000', '142426.201000', '142426.204000', '142426.207000', '142426.210000', '142426.213000', '142426.216000', '142426.219000', '142426.222000', '142426.225000', '142426.228000', '142426.230000', '142426.233000', '142426.236000', '142426.239000', '142426.242000', '142426.245000', '142426.247000', '142426.250000', '142426.253000', '142426.256000', '142426.259000', '142426.261000', '142426.264000', '142426.267000', '142426.270000', '142426.273000', '142446.152000', '142446.155000', '142446.158000', '142446.161000', '142446.163000', '142446.166000', '142446.169000', '142446.172000', '142446.175000', '142446.178000', '142446.180000', '142446.183000', '142446.186000', '142446.189000', '142446.192000', '142446.195000', '142446.197000', '142446.200000', '142446.203000', '142446.206000', '142446.209000', '142446.212000', '142446.214000', '142446.217000', '142446.220000', '142446.223000', '142446.226000', '142446.229000', '142446.232000', '142446.234000', '142446.237000', '142446.240000', '142446.243000', '142446.246000', '142446.249000', '142446.252000', '142446.254000', '142446.257000', '142446.260000', '142446.263000', '142446.266000', '142446.268000', '142446.271000', '142446.274000', '142447.889000', '142447.893000', '142447.896000', '142447.899000'], 'InstanceCreationTime': ['141806.187000', '141806.190000', '141806.193000', '141806.196000', '141806.200000', '141806.209000', '141806.212000', '141806.214000', '141806.217000', '141806.220000', '141806.223000', '141806.226000', '141806.228000', '141806.231000', '141806.234000', '141806.237000', '141806.240000', '141806.243000', '141806.260000', '141806.263000', '141806.266000', '141806.268000', '141806.272000', '141806.276000', '141806.278000', '141806.281000', '141806.284000', '141806.295000', '141806.297000', '141806.300000', '141806.303000', '141806.306000', '141806.309000', '141806.312000', '141806.314000', '141806.317000', '141806.320000', '141806.323000', '141806.325000', '141806.328000', '141826.152000', '141826.155000', '141826.157000', '141826.160000', '141826.163000', '141826.166000', '141826.169000', '141826.172000', '141826.174000', '141826.177000', '141826.180000', '141826.183000', '141826.185000', '141826.188000', '141826.191000', '141826.194000', '141826.197000', '141826.199000', '141826.202000', '141826.205000', '141826.208000', '141826.211000', '141826.214000', '141826.216000', '141826.219000', '141826.222000', '141826.225000', '141826.227000', '141826.230000', '141826.233000', '141826.236000', '141826.239000', '141826.242000', '141826.244000', '141826.247000', '141826.250000', '141826.253000', '141826.256000', '141826.258000', '141826.261000', '141826.264000', '141826.267000', '141826.269000', '141826.272000', '141846.152000', '141846.155000', '141846.158000', '141846.171000', '141846.174000', '141846.176000', '141846.179000', '141846.182000', '141846.185000', '141846.188000', '141846.190000', '141846.193000', '141846.196000', '141846.199000', '141846.202000', '141846.205000', '141846.207000', '141846.210000', '141846.213000', '141846.216000', '141846.219000', '141846.222000', '141846.225000', '141846.228000', '141846.230000', '141846.233000', '141846.236000', '141846.239000', '141846.242000', '141846.245000', '141846.247000', '141846.250000', '141846.253000', '141846.256000', '141846.259000', '141846.261000', '141846.264000', '141846.267000', '141846.270000', '141846.273000', '141846.275000', '141846.278000', '141846.281000', '141906.152000', '141906.155000', '141906.158000', '141906.160000', '141906.163000', '141906.166000', '141906.169000', '141906.172000', '141906.175000', '141906.177000', '141906.180000', '141906.183000', '141906.186000', '141906.189000', '141906.192000', '141906.195000', '141906.198000', '141906.200000', '141906.203000', '141906.206000', '141906.209000', '141906.211000', '141906.214000', '141906.217000', '141906.220000', '141906.223000', '141906.226000', '141906.228000', '141906.231000', '141906.234000', '141906.237000', '141906.240000', '141906.243000', '141906.246000', '141906.248000', '141906.251000', '141906.254000', '141906.257000', '141906.260000', '141906.262000', '141906.273000', '141906.276000', '141906.279000', '141906.282000', '141926.152000', '141926.155000', '141926.158000', '141926.160000', '141926.163000', '141926.166000', '141926.169000', '141926.172000', '141926.175000', '141926.177000', '141926.180000', '141926.183000', '141926.186000', '141926.189000', '141926.192000', '141926.194000', '141926.197000', '141926.200000', '141926.203000', '141926.206000', '141926.208000', '141926.211000', '141926.214000', '141926.217000', '141926.220000', '141926.222000', '141926.225000', '141926.228000', '141926.231000', '141926.234000', '141926.238000', '141926.241000', '141926.244000', '141926.247000', '141926.250000', '141926.252000', '141926.255000', '141926.258000', '141926.261000', '141926.264000', '141926.267000', '141926.279000', '141926.282000', '141946.152000', '141946.155000', '141946.158000', '141946.160000', '141946.163000', '141946.166000', '141946.169000', '141946.172000', '141946.175000', '141946.177000', '141946.180000', '141946.183000', '141946.186000', '141946.189000', '141946.192000', '141946.194000', '141946.197000', '141946.200000', '141946.204000', '141946.207000', '141946.210000', '141946.212000', '141946.215000', '141946.218000', '141946.221000', '141946.224000', '141946.245000', '141946.248000', '141946.251000', '141946.254000', '141946.257000', '141946.260000', '141946.263000', '141946.265000', '141946.268000', '141946.271000', '141946.274000', '141946.277000', '141946.280000', '141946.283000', '141946.285000', '141946.288000', '141946.291000', '141946.294000', '142006.152000', '142006.155000', '142006.158000', '142006.160000', '142006.163000', '142006.166000', '142006.169000', '142006.172000', '142006.174000', '142006.177000', '142006.180000', '142006.183000', '142006.186000', '142006.189000', '142006.191000', '142006.194000', '142006.197000', '142006.200000', '142006.203000', '142006.205000', '142006.208000', '142006.211000', '142006.214000', '142006.217000', '142006.220000', '142006.222000', '142006.225000', '142006.228000', '142006.231000', '142006.234000', '142006.237000', '142006.239000', '142006.242000', '142006.245000', '142006.248000', '142006.251000', '142006.254000', '142006.257000', '142006.259000', '142006.262000', '142006.265000', '142006.268000', '142006.271000', '142026.152000', '142026.155000', '142026.158000', '142026.160000', '142026.163000', '142026.166000', '142026.169000', '142026.172000', '142026.174000', '142026.177000', '142026.180000', '142026.183000', '142026.186000', '142026.189000', '142026.191000', '142026.194000', '142026.197000', '142026.200000', '142026.203000', '142026.206000', '142026.209000', '142026.211000', '142026.214000', '142026.217000', '142026.220000', '142026.223000', '142026.226000', '142026.228000', '142026.231000', '142026.234000', '142026.237000', '142026.240000', '142026.243000', '142026.245000', '142026.248000', '142026.251000', '142026.254000', '142026.257000', '142026.260000', '142026.262000', '142026.265000', '142026.268000', '142026.271000', '142026.274000', '142046.152000', '142046.155000', '142046.158000', '142046.161000', '142046.163000', '142046.166000', '142046.169000', '142046.172000', '142046.175000', '142046.177000', '142046.180000', '142046.183000', '142046.186000', '142046.189000', '142046.192000', '142046.195000', '142046.197000', '142046.200000', '142046.203000', '142046.206000', '142046.209000', '142046.212000', '142046.214000', '142046.217000', '142046.220000', '142046.223000', '142046.226000', '142046.229000', '142046.231000', '142046.234000', '142046.237000', '142046.240000', '142046.243000', '142046.246000', '142046.248000', '142046.251000', '142046.254000', '142046.257000', '142046.260000', '142046.263000', '142046.266000', '142046.269000', '142046.272000', '142106.152000', '142106.155000', '142106.158000', '142106.161000', '142106.163000', '142106.166000', '142106.169000', '142106.172000', '142106.175000', '142106.178000', '142106.180000', '142106.183000', '142106.186000', '142106.189000', '142106.192000', '142106.195000', '142106.197000', '142106.200000', '142106.203000', '142106.206000', '142106.209000', '142106.211000', '142106.214000', '142106.217000', '142106.220000', '142106.223000', '142106.226000', '142106.228000', '142106.250000', '142106.253000', '142106.256000', '142106.259000', '142106.261000', '142106.264000', '142106.267000', '142106.270000', '142106.273000', '142106.276000', '142106.278000', '142106.281000', '142106.284000', '142106.287000', '142106.290000', '142106.293000', '142126.152000', '142126.155000', '142126.158000', '142126.161000', '142126.163000', '142126.166000', '142126.169000', '142126.183000', '142126.186000', '142126.189000', '142126.192000', '142126.195000', '142126.197000', '142126.200000', '142126.203000', '142126.206000', '142126.209000', '142126.212000', '142126.214000', '142126.217000', '142126.220000', '142126.223000', '142126.226000', '142126.229000', '142126.232000', '142126.234000', '142126.237000', '142126.240000', '142126.243000', '142126.246000', '142126.249000', '142126.251000', '142126.254000', '142126.257000', '142126.260000', '142126.263000', '142126.266000', '142126.269000', '142126.271000', '142126.274000', '142126.277000', '142126.280000', '142126.283000', '142146.152000', '142146.155000', '142146.158000', '142146.161000', '142146.164000', '142146.166000', '142146.169000', '142146.172000', '142146.175000', '142146.178000', '142146.181000', '142146.183000', '142146.186000', '142146.189000', '142146.192000', '142146.195000', '142146.198000', '142146.200000', '142146.203000', '142146.206000', '142146.209000', '142146.212000', '142146.215000', '142146.218000', '142146.220000', '142146.223000', '142146.226000', '142146.229000', '142146.232000', '142146.235000', '142146.237000', '142146.240000', '142146.243000', '142146.246000', '142146.249000', '142146.252000', '142146.254000', '142146.257000', '142146.260000', '142146.263000', '142146.266000', '142146.269000', '142146.271000', '142206.152000', '142206.155000', '142206.158000', '142206.161000', '142206.163000', '142206.166000', '142206.169000', '142206.172000', '142206.175000', '142206.178000', '142206.181000', '142206.183000', '142206.186000', '142206.189000', '142206.192000', '142206.203000', '142206.205000', '142206.208000', '142206.211000', '142206.214000', '142206.217000', '142206.220000', '142206.222000', '142206.225000', '142206.228000', '142206.231000', '142206.234000', '142206.237000', '142206.239000', '142206.242000', '142206.245000', '142206.248000', '142206.251000', '142206.253000', '142206.256000', '142206.259000', '142206.262000', '142206.265000', '142206.268000', '142206.271000', '142206.273000', '142206.276000', '142206.279000', '142206.282000', '142226.152000', '142226.155000', '142226.158000', '142226.161000', '142226.164000', '142226.167000', '142226.170000', '142226.173000', '142226.176000', '142226.179000', '142226.182000', '142226.185000', '142226.187000', '142226.190000', '142226.193000', '142226.196000', '142226.199000', '142226.201000', '142226.204000', '142226.207000', '142226.210000', '142226.213000', '142226.216000', '142226.218000', '142226.221000', '142226.224000', '142226.227000', '142226.230000', '142226.232000', '142226.235000', '142226.238000', '142226.241000', '142226.244000', '142226.247000', '142226.250000', '142226.253000', '142226.255000', '142226.258000', '142226.261000', '142226.264000', '142226.267000', '142226.270000', '142226.273000', '142246.152000', '142246.155000', '142246.158000', '142246.161000', '142246.164000', '142246.166000', '142246.169000', '142246.172000', '142246.175000', '142246.178000', '142246.181000', '142246.183000', '142246.186000', '142246.189000', '142246.192000', '142246.195000', '142246.198000', '142246.200000', '142246.204000', '142246.206000', '142246.209000', '142246.212000', '142246.215000', '142246.218000', '142246.221000', '142246.224000', '142246.226000', '142246.229000', '142246.232000', '142246.235000', '142246.238000', '142246.241000', '142246.243000', '142246.256000', '142246.259000', '142246.262000', '142246.265000', '142246.268000', '142246.270000', '142246.273000', '142246.276000', '142246.279000', '142246.282000', '142246.285000', '142306.152000', '142306.155000', '142306.158000', '142306.161000', '142306.164000', '142306.168000', '142306.171000', '142306.173000', '142306.176000', '142306.179000', '142306.182000', '142306.185000', '142306.188000', '142306.191000', '142306.194000', '142306.197000', '142306.199000', '142306.202000', '142306.205000', '142306.208000', '142306.211000', '142306.214000', '142306.216000', '142306.219000', '142306.222000', '142306.225000', '142306.228000', '142306.230000', '142306.233000', '142306.236000', '142306.239000', '142306.242000', '142306.245000', '142306.247000', '142306.250000', '142306.253000', '142306.256000', '142306.259000', '142306.262000', '142306.264000', '142306.267000', '142306.270000', '142306.273000', '142326.152000', '142326.155000', '142326.158000', '142326.161000', '142326.163000', '142326.166000', '142326.169000', '142326.172000', '142326.175000', '142326.178000', '142326.180000', '142326.183000', '142326.186000', '142326.189000', '142326.192000', '142326.194000', '142326.197000', '142326.200000', '142326.203000', '142326.206000', '142326.209000', '142326.212000', '142326.214000', '142326.217000', '142326.220000', '142326.223000', '142326.226000', '142326.229000', '142326.231000', '142326.234000', '142326.239000', '142326.242000', '142326.245000', '142326.248000', '142326.251000', '142326.259000', '142326.262000', '142326.264000', '142326.267000', '142326.270000', '142326.273000', '142326.276000', '142326.279000', '142326.281000', '142346.152000', '142346.155000', '142346.158000', '142346.161000', '142346.163000', '142346.166000', '142346.169000', '142346.172000', '142346.175000', '142346.178000', '142346.180000', '142346.183000', '142346.186000', '142346.189000', '142346.193000', '142346.198000', '142346.201000', '142346.204000', '142346.207000', '142346.210000', '142346.213000', '142346.216000', '142346.218000', '142346.221000', '142346.224000', '142346.227000', '142346.230000', '142346.233000', '142346.235000', '142346.238000', '142346.241000', '142346.244000', '142346.247000', '142346.250000', '142346.252000', '142346.255000', '142346.258000', '142346.261000', '142346.264000', '142346.267000', '142346.269000', '142346.272000', '142346.275000', '142406.152000', '142406.155000', '142406.158000', '142406.161000', '142406.163000', '142406.166000', '142406.169000', '142406.172000', '142406.175000', '142406.178000', '142406.180000', '142406.183000', '142406.186000', '142406.189000', '142406.192000', '142406.195000', '142406.197000', '142406.200000', '142406.203000', '142406.206000', '142406.209000', '142406.212000', '142406.215000', '142406.218000', '142406.220000', '142406.223000', '142406.226000', '142406.229000', '142406.232000', '142406.235000', '142406.237000', '142406.240000', '142406.243000', '142406.246000', '142406.249000', '142406.252000', '142406.254000', '142406.257000', '142406.260000', '142406.263000', '142406.266000', '142406.268000', '142406.271000', '142406.291000', '142426.153000', '142426.156000', '142426.159000', '142426.162000', '142426.164000', '142426.167000', '142426.170000', '142426.173000', '142426.176000', '142426.179000', '142426.181000', '142426.184000', '142426.187000', '142426.190000', '142426.193000', '142426.196000', '142426.198000', '142426.201000', '142426.204000', '142426.207000', '142426.210000', '142426.213000', '142426.216000', '142426.219000', '142426.222000', '142426.225000', '142426.228000', '142426.230000', '142426.233000', '142426.236000', '142426.239000', '142426.242000', '142426.245000', '142426.247000', '142426.250000', '142426.253000', '142426.256000', '142426.259000', '142426.261000', '142426.264000', '142426.267000', '142426.270000', '142426.273000', '142446.152000', '142446.155000', '142446.158000', '142446.161000', '142446.163000', '142446.166000', '142446.169000', '142446.172000', '142446.175000', '142446.178000', '142446.180000', '142446.183000', '142446.186000', '142446.189000', '142446.192000', '142446.195000', '142446.197000', '142446.200000', '142446.203000', '142446.206000', '142446.209000', '142446.212000', '142446.214000', '142446.217000', '142446.220000', '142446.223000', '142446.226000', '142446.229000', '142446.232000', '142446.234000', '142446.237000', '142446.240000', '142446.243000', '142446.246000', '142446.249000', '142446.252000', '142446.254000', '142446.257000', '142446.260000', '142446.263000', '142446.266000', '142446.268000', '142446.271000', '142446.274000', '142447.889000', '142447.893000', '142447.896000', '142447.899000'], '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': [10791, 12881, 10432, 11329, 10939, 10957, 14463, 11129, 11106, 9462, 9038, 10709, 9057, 14874, 9360, 14604, 9646, 11187, 14339, 10526, 17475, 10792, 12602, 9956, 10711, 17999, 10974, 16232, 9533, 11747, 9017, 10658, 13501, 9980, 13376, 10704, 12199, 9199, 10834, 9352, 10342, 11174, 10405, 13325, 10411, 12630, 9698, 12021, 9465, 12007, 9772, 12542, 10643, 16027, 11478, 17206, 11830, 16858, 11531, 15160, 13183, 13090, 19010, 12605, 17480, 12100, 14175, 10850, 12830, 12424, 11897, 13600, 9758, 13636, 10181, 11835, 9844, 15395, 10615, 16613, 10362, 9378, 8558, 8798, 10195, 8569, 9266, 10577, 9107, 12188, 8984, 11792, 9137, 11353, 9771, 11325, 13397, 10248, 12706, 15214, 16304, 17795, 12264, 18260, 12575, 13907, 11767, 11613, 17142, 11007, 13915, 9973, 11522, 10367, 11039, 14661, 10314, 12166, 9377, 11321, 10211, 10521, 13993, 10184, 12072, 9738, 11689, 9777, 10819, 8861, 11024, 8592, 12016, 9147, 13021, 9483, 10997, 9493, 10830, 10112, 10965, 12256, 10482, 12499, 10382, 15250, 10320, 14489, 10273, 13087, 10300, 11961, 17072, 11114, 14431, 10541, 12816, 9559, 11602, 9818, 11094, 11535, 10636, 13161, 10401, 12338, 9251, 10960, 9139, 11974, 8807, 8828, 10925, 8634, 9305, 10915, 9029, 12985, 9458, 14088, 9598, 13964, 9834, 13298, 9649, 12538, 9712, 12695, 15619, 11244, 15176, 12428, 15847, 11224, 12703, 18271, 11190, 13573, 9062, 12379, 10410, 10455, 9595, 11015, 8828, 9905, 9042, 11127, 8927, 8574, 9609, 8868, 10642, 10032, 12985, 9679, 12000, 9093, 11698, 9074, 11409, 13987, 11457, 15488, 11119, 15166, 11288, 12746, 16971, 11605, 14338, 9020, 12321, 9246, 11553, 9560, 12153, 9619, 12883, 9342, 12447, 9691, 12357, 9573, 10941, 9433, 9874, 9605, 10768, 9190, 12285, 9095, 11780, 8634, 11551, 8994, 11556, 9513, 11847, 11420, 11385, 13756, 10561, 13691, 10705, 13445, 10220, 11981, 9715, 12597, 9775, 11849, 12089, 9448, 11362, 9613, 13940, 11050, 8466, 12047, 10029, 12789, 10968, 13480, 11338, 13294, 11331, 13204, 11184, 13083, 11057, 12768, 11012, 12134, 11214, 13643, 11403, 9909, 12196, 9465, 12532, 10426, 12352, 14208, 11428, 13640, 10619, 11906, 9005, 11098, 10234, 11022, 13680, 10627, 11911, 9452, 11572, 8389, 12068, 9016, 11135, 11613, 9861, 10030, 9825, 8883, 10219, 8966, 10799, 9354, 13122, 9213, 10985, 9209, 9980, 10146, 12373, 9750, 15219, 10089, 15734, 12540, 15464, 13895, 15136, 11391, 13481, 10256, 13339, 11337, 12472, 16903, 11802, 16332, 11641, 13566, 9512, 12282, 10323, 10385, 15590, 10084, 13670, 10072, 11458, 8901, 10158, 8878, 11178, 9547, 12351, 10333, 9184, 9969, 9999, 9486, 13597, 9932, 13792, 9474, 11251, 9422, 11758, 9941, 9957, 16250, 10011, 15559, 11461, 17053, 11291, 15624, 10773, 15015, 9803, 14249, 9875, 12951, 9541, 11241, 9246, 11767, 9143, 10328, 9925, 9882, 13363, 9858, 15147, 10095, 11574, 9301, 10935, 11170, 10176, 15603, 10077, 11093, 9560, 10182, 9064, 9597, 8828, 11138, 9119, 9855, 9209, 9779, 9254, 9747, 9424, 9518, 9415, 10254, 9218, 15028, 9171, 13167, 9034, 16550, 10470, 14955, 11198, 14498, 13109, 11814, 17149, 11524, 14593, 10959, 11214, 13539, 13368, 15669, 11970, 16411, 10620, 15779, 10223, 12064, 9112, 13953, 9428, 13535, 8876, 11664, 9096, 10710, 9475, 9615, 14925, 9495, 17451, 10476, 16219, 10487, 12385, 9611, 10535, 9649, 9882, 16767, 12640, 18284, 11301, 16465, 10835, 11921, 9639, 10750, 9453, 9757, 14850, 11646, 16757, 10981, 17356, 10473, 12183, 9891, 10672, 9042, 11749, 9971, 13910, 13377, 11001, 15737, 10516, 12591, 9355, 10234, 15009, 10333, 16216, 10476, 11370, 9233, 10701, 9902, 9866, 18058, 13797, 13602, 10936, 14122, 9856, 13747, 9630, 10857, 9385, 14326, 9792, 11092, 12237, 10259, 13816, 9641, 13706, 10451, 15351, 9851, 11450, 9382, 11045, 9452, 9698, 16283, 11955, 16596, 10782, 11764, 9448, 11003, 9167, 10519, 13608, 9745, 14798, 9835, 12580, 9522, 10968, 10699, 10169, 16401, 10362, 12063, 9656, 11230, 10077, 10059, 15348, 9881, 12443, 9775, 10466, 8858, 10013, 9250, 12242, 9737, 10782, 9354, 10399, 12293, 9603, 15928, 9813, 13851, 10047, 13840, 9208, 10962, 9572, 9923, 15518, 9826, 13434, 9887, 13865, 10644, 15113, 10418, 12912, 9601, 10833, 9727, 10158, 11667, 9430, 14685, 9931, 15805, 10381, 12712, 9637, 12788, 9188, 13386, 8799, 14052, 9805, 11223, 12206, 10147, 17331, 10630, 17811, 11590, 15466, 11002, 12218, 9531, 13981, 10179, 10340, 12896, 10172, 14998, 10438, 16076, 10398, 13472, 10188, 11741, 10100, 11507, 11386, 15291, 9956, 12609, 9872, 13676, 9403, 11653, 13837, 11525, 17967, 11172, 14699, 10693, 12476, 10207, 10572, 17578, 10285, 12587, 10705, 15073, 9336, 11278, 9951, 9990, 11324, 9543, 13100, 10741, 10907, 10420, 12118, 9714, 14432, 9534, 12720, 10715, 18372, 11146, 15206, 10863, 11589, 10640, 11359, 10727, 12931, 10462, 13583, 10826, 17692, 11012, 14635, 11910, 12111, 17377, 11038, 14959, 11821, 16413, 10335, 12597, 12380, 11204, 14845, 10592, 13209, 10289, 11735, 10431, 10359, 13807, 9919, 12038, 10155, 10861, 9956, 9816, 13109, 10120, 11954, 10218, 10756, 10314, 10619, 10474, 10239, 10835, 10595, 10501, 9961, 12829, 9959, 11286, 10065, 11406, 10230, 11850, 10408, 11676, 10534, 10718, 15203, 10745, 13359, 10950, 16043, 10471, 11961, 11642, 11299, 15704, 11462, 13074, 9979, 12574, 10771, 10993, 14147, 10335, 13588, 10019, 12243, 10379, 10944, 10694, 9685, 11311, 10220, 10475, 10860, 10626, 11199, 10644, 10943, 10747, 14359, 10530, 12032, 13107, 11189, 15650, 12124, 13985, 11414, 17211, 11407, 12967, 14526, 11228, 16201, 13773, 15147, 10988, 12938, 9937, 12242, 12992, 11872, 13494, 11576, 15756, 10735, 13581, 9561, 15956, 10191, 11899, 11812, 10751, 14997, 10085, 13014, 9660, 14878, 10028, 12003, 10025, 10587, 15346, 10865, 15008, 11516, 13892, 10687, 12860, 9431, 12554, 11591, 11139, 17033, 11480, 13866, 9567, 12393, 10227, 11677, 9945, 11327, 12661, 10330, 14126, 10102, 13945, 12634, 15258, 10593, 12866, 9735, 11774, 10393, 10842, 10313, 14772, 10389, 12041, 10392, 11519, 15391, 10858, 16245, 11647, 13722, 10180, 13196, 10731, 14029, 14498, 10903, 14772, 9876, 12984, 10083, 13896, 9724, 12885, 9787, 11764, 9909, 11307, 10522, 10416, 14086, 9467, 12950, 9867, 12093, 9786, 14202, 10308, 12411, 10191, 11013, 15116, 10211, 14572, 9963, 13133, 10101, 12026, 13465, 10365, 14139, 9833, 12585, 10313], 'WindowCenter': [4857.0, 4847.0, 4811.0, 4810.0, 4807.0, 4794.0, 4824.0, 4803.0, 4778.0, 4767.0, 4757.0, 4776.0, 4744.0, 4804.0, 4754.0, 4808.0, 4753.0, 4774.0, 4795.0, 4766.0, 4815.0, 4765.0, 4773.0, 4755.0, 4763.0, 4799.0, 4752.0, 4789.0, 4741.0, 4760.0, 4732.0, 4764.0, 4785.0, 4757.0, 4783.0, 4763.0, 4772.0, 4744.0, 4766.0, 4755.0, 4792.0, 4802.0, 4781.0, 4812.0, 4795.0, 4815.0, 4786.0, 4802.0, 4785.0, 4815.0, 4795.0, 4812.0, 4796.0, 4834.0, 4807.0, 4835.0, 4804.0, 4832.0, 4790.0, 4811.0, 4789.0, 4790.0, 4818.0, 4778.0, 4809.0, 4775.0, 4786.0, 4754.0, 4775.0, 4775.0, 4778.0, 4786.0, 4754.0, 4785.0, 4753.0, 4770.0, 4753.0, 4808.0, 4794.0, 4827.0, 4776.0, 4755.0, 4739.0, 4752.0, 4758.0, 4738.0, 4749.0, 4772.0, 4764.0, 4796.0, 4767.0, 4809.0, 4779.0, 4809.0, 4790.0, 4801.0, 4807.0, 4789.0, 4796.0, 4849.0, 4835.0, 4819.0, 4776.0, 4814.0, 4772.0, 4780.0, 4759.0, 4746.0, 4788.0, 4734.0, 4763.0, 4722.0, 4743.0, 4722.0, 4733.0, 4762.0, 4735.0, 4755.0, 4726.0, 4755.0, 4744.0, 4761.0, 4789.0, 4760.0, 4780.0, 4750.0, 4783.0, 4760.0, 4757.0, 4737.0, 4757.0, 4742.0, 4780.0, 4765.0, 4803.0, 4766.0, 4800.0, 4790.0, 4799.0, 4787.0, 4804.0, 4808.0, 4789.0, 4796.0, 4778.0, 4826.0, 4778.0, 4820.0, 4778.0, 4806.0, 4776.0, 4786.0, 4823.0, 4776.0, 4795.0, 4762.0, 4781.0, 4751.0, 4772.0, 4763.0, 4784.0, 4782.0, 4774.0, 4791.0, 4774.0, 4808.0, 4770.0, 4788.0, 4778.0, 4808.0, 4769.0, 4768.0, 4796.0, 4766.0, 4777.0, 4799.0, 4781.0, 4819.0, 4792.0, 4821.0, 4780.0, 4819.0, 4780.0, 4817.0, 4776.0, 4807.0, 4767.0, 4796.0, 4813.0, 4776.0, 4820.0, 4802.0, 4805.0, 4775.0, 4783.0, 4810.0, 4759.0, 4773.0, 4712.0, 4770.0, 4737.0, 4739.0, 4724.0, 4768.0, 4739.0, 4747.0, 4722.0, 4756.0, 4737.0, 4725.0, 4746.0, 4753.0, 4785.0, 4786.0, 4806.0, 4776.0, 4793.0, 4755.0, 4784.0, 4755.0, 4783.0, 4792.0, 4773.0, 4802.0, 4770.0, 4789.0, 4747.0, 4765.0, 4783.0, 4742.0, 4760.0, 4699.0, 4738.0, 4698.0, 4728.0, 4708.0, 4738.0, 4708.0, 4746.0, 4710.0, 4739.0, 4705.0, 4739.0, 4719.0, 4726.0, 4719.0, 4731.0, 4734.0, 4756.0, 4735.0, 4765.0, 4725.0, 4764.0, 4726.0, 4755.0, 4725.0, 4753.0, 4734.0, 4765.0, 4754.0, 4758.0, 4776.0, 4746.0, 4773.0, 4744.0, 4763.0, 4749.0, 4757.0, 4708.0, 4752.0, 4745.0, 4767.0, 4763.0, 4735.0, 4764.0, 4737.0, 4762.0, 4755.0, 4722.0, 4766.0, 4734.0, 4761.0, 4743.0, 4773.0, 4757.0, 4776.0, 4767.0, 4775.0, 4767.0, 4775.0, 4767.0, 4775.0, 4757.0, 4766.0, 4758.0, 4776.0, 4756.0, 4733.0, 4754.0, 4722.0, 4753.0, 4729.0, 4750.0, 4759.0, 4740.0, 4749.0, 4727.0, 4736.0, 4709.0, 4738.0, 4718.0, 4730.0, 4758.0, 4730.0, 4739.0, 4720.0, 4751.0, 4714.0, 4763.0, 4722.0, 4770.0, 4767.0, 4757.0, 4758.0, 4758.0, 4750.0, 4771.0, 4763.0, 4782.0, 4763.0, 4804.0, 4777.0, 4797.0, 4778.0, 4788.0, 4789.0, 4806.0, 4780.0, 4839.0, 4765.0, 4827.0, 4768.0, 4751.0, 4729.0, 4740.0, 4708.0, 4729.0, 4700.0, 4743.0, 4713.0, 4734.0, 4749.0, 4709.0, 4737.0, 4684.0, 4704.0, 4662.0, 4694.0, 4672.0, 4672.0, 4722.0, 4672.0, 4702.0, 4673.0, 4692.0, 4664.0, 4674.0, 4662.0, 4682.0, 4675.0, 4703.0, 4685.0, 4679.0, 4687.0, 4687.0, 4688.0, 4716.0, 4688.0, 4728.0, 4679.0, 4698.0, 4677.0, 4707.0, 4686.0, 4689.0, 4737.0, 4686.0, 4739.0, 4698.0, 4734.0, 4696.0, 4726.0, 4695.0, 4724.0, 4676.0, 4714.0, 4674.0, 4704.0, 4664.0, 4682.0, 4663.0, 4692.0, 4663.0, 4674.0, 4673.0, 4675.0, 4703.0, 4675.0, 4714.0, 4674.0, 4693.0, 4666.0, 4685.0, 4683.0, 4674.0, 4723.0, 4676.0, 4683.0, 4663.0, 4676.0, 4665.0, 4677.0, 4679.0, 4697.0, 4680.0, 4689.0, 4690.0, 4698.0, 4691.0, 4691.0, 4693.0, 4706.0, 4695.0, 4713.0, 4695.0, 4753.0, 4705.0, 4743.0, 4697.0, 4755.0, 4714.0, 4755.0, 4713.0, 4742.0, 4720.0, 4711.0, 4739.0, 4697.0, 4726.0, 4686.0, 4684.0, 4704.0, 4704.0, 4724.0, 4693.0, 4722.0, 4682.0, 4724.0, 4676.0, 4692.0, 4653.0, 4703.0, 4652.0, 4701.0, 4652.0, 4681.0, 4655.0, 4671.0, 4664.0, 4676.0, 4715.0, 4675.0, 4733.0, 4685.0, 4725.0, 4684.0, 4692.0, 4663.0, 4673.0, 4664.0, 4663.0, 4722.0, 4703.0, 4731.0, 4684.0, 4722.0, 4671.0, 4682.0, 4652.0, 4670.0, 4649.0, 4660.0, 4699.0, 4682.0, 4710.0, 4670.0, 4718.0, 4671.0, 4677.0, 4660.0, 4661.0, 4640.0, 4680.0, 4659.0, 4701.0, 4688.0, 4670.0, 4698.0, 4657.0, 4678.0, 4637.0, 4657.0, 4697.0, 4660.0, 4708.0, 4670.0, 4679.0, 4649.0, 4669.0, 4657.0, 4659.0, 4719.0, 4700.0, 4688.0, 4672.0, 4699.0, 4660.0, 4700.0, 4650.0, 4670.0, 4650.0, 4701.0, 4658.0, 4670.0, 4678.0, 4661.0, 4688.0, 4649.0, 4689.0, 4669.0, 4709.0, 4660.0, 4679.0, 4652.0, 4667.0, 4649.0, 4650.0, 4707.0, 4666.0, 4705.0, 4667.0, 4676.0, 4647.0, 4668.0, 4649.0, 4669.0, 4698.0, 4660.0, 4709.0, 4661.0, 4690.0, 4660.0, 4670.0, 4668.0, 4669.0, 4709.0, 4673.0, 4691.0, 4661.0, 4681.0, 4660.0, 4673.0, 4713.0, 4672.0, 4692.0, 4674.0, 4682.0, 4665.0, 4688.0, 4676.0, 4708.0, 4676.0, 4697.0, 4677.0, 4688.0, 4708.0, 4679.0, 4736.0, 4688.0, 4716.0, 4677.0, 4716.0, 4678.0, 4698.0, 4676.0, 4687.0, 4727.0, 4679.0, 4717.0, 4688.0, 4729.0, 4688.0, 4739.0, 4689.0, 4717.0, 4689.0, 4698.0, 4679.0, 4690.0, 4709.0, 4690.0, 4739.0, 4692.0, 4741.0, 4700.0, 4721.0, 4691.0, 4718.0, 4679.0, 4729.0, 4671.0, 4729.0, 4691.0, 4710.0, 4709.0, 4701.0, 4748.0, 4699.0, 4749.0, 4699.0, 4727.0, 4697.0, 4706.0, 4675.0, 4716.0, 4687.0, 4686.0, 4706.0, 4676.0, 4725.0, 4686.0, 4724.0, 4687.0, 4717.0, 4686.0, 4708.0, 4688.0, 4708.0, 4710.0, 4738.0, 4688.0, 4706.0, 4676.0, 4714.0, 4665.0, 4698.0, 4704.0, 4686.0, 4732.0, 4683.0, 4713.0, 4672.0, 4691.0, 4660.0, 4670.0, 4721.0, 4673.0, 4689.0, 4672.0, 4709.0, 4652.0, 4682.0, 4661.0, 4674.0, 4681.0, 4663.0, 4702.0, 4684.0, 4684.0, 4685.0, 4694.0, 4675.0, 4714.0, 4665.0, 4730.0, 4710.0, 4782.0, 4732.0, 4760.0, 4730.0, 4740.0, 4745.0, 4730.0, 4729.0, 4739.0, 4719.0, 4740.0, 4719.0, 4769.0, 4717.0, 4736.0, 4714.0, 4713.0, 4741.0, 4691.0, 4733.0, 4700.0, 4731.0, 4678.0, 4709.0, 4698.0, 4689.0, 4719.0, 4678.0, 4707.0, 4678.0, 4698.0, 4678.0, 4680.0, 4718.0, 4680.0, 4710.0, 4692.0, 4701.0, 4682.0, 4693.0, 4721.0, 4696.0, 4714.0, 4695.0, 4704.0, 4706.0, 4717.0, 4719.0, 4719.0, 4719.0, 4720.0, 4718.0, 4721.0, 4740.0, 4722.0, 4731.0, 4721.0, 4741.0, 4722.0, 4742.0, 4733.0, 4743.0, 4732.0, 4733.0, 4773.0, 4731.0, 4753.0, 4732.0, 4771.0, 4721.0, 4742.0, 4731.0, 4732.0, 4762.0, 4732.0, 4750.0, 4710.0, 4739.0, 4720.0, 4721.0, 4750.0, 4719.0, 4749.0, 4709.0, 4740.0, 4720.0, 4747.0, 4744.0, 4723.0, 4743.0, 4734.0, 4733.0, 4734.0, 4733.0, 4744.0, 4746.0, 4746.0, 4745.0, 4778.0, 4744.0, 4757.0, 4765.0, 4746.0, 4776.0, 4755.0, 4765.0, 4744.0, 4783.0, 4732.0, 4752.0, 4761.0, 4731.0, 4774.0, 4753.0, 4749.0, 4720.0, 4739.0, 4710.0, 4740.0, 4738.0, 4729.0, 4740.0, 4728.0, 4757.0, 4717.0, 4737.0, 4700.0, 4757.0, 4707.0, 4729.0, 4727.0, 4718.0, 4747.0, 4720.0, 4738.0, 4698.0, 4749.0, 4708.0, 4728.0, 4709.0, 4720.0, 4758.0, 4719.0, 4758.0, 4733.0, 4738.0, 4718.0, 4738.0, 4698.0, 4728.0, 4717.0, 4717.0, 4756.0, 4716.0, 4736.0, 4685.0, 4724.0, 4695.0, 4715.0, 4695.0, 4716.0, 4726.0, 4707.0, 4748.0, 4709.0, 4736.0, 4727.0, 4746.0, 4706.0, 4725.0, 4712.0, 4752.0, 4721.0, 4719.0, 4722.0, 4758.0, 4708.0, 4727.0, 4719.0, 4729.0, 4748.0, 4717.0, 4748.0, 4718.0, 4735.0, 4706.0, 4727.0, 4704.0, 4735.0, 4734.0, 4704.0, 4735.0, 4696.0, 4724.0, 4695.0, 4734.0, 4694.0, 4723.0, 4696.0, 4715.0, 4694.0, 4704.0, 4693.0, 4704.0, 4736.0, 4696.0, 4726.0, 4707.0, 4726.0, 4708.0, 4747.0, 4707.0, 4726.0, 4706.0, 4720.0, 4745.0, 4707.0, 4745.0, 4697.0, 4727.0, 4704.0, 4726.0, 4723.0, 4705.0, 4734.0, 4705.0, 4725.0, 4706.0], 'WindowWidth': [10606.0, 10570.0, 10506.0, 10499.0, 10492.0, 10466.0, 10507.0, 10480.0, 10433.0, 10417.0, 10404.0, 10430.0, 10383.0, 10463.0, 10395.0, 10471.0, 10391.0, 10421.0, 10448.0, 10411.0, 10477.0, 10408.0, 10417.0, 10393.0, 10405.0, 10451.0, 10386.0, 10434.0, 10370.0, 10397.0, 10359.0, 10406.0, 10433.0, 10399.0, 10432.0, 10405.0, 10417.0, 10380.0, 10413.0, 10396.0, 10459.0, 10473.0, 10442.0, 10484.0, 10462.0, 10492.0, 10455.0, 10471.0, 10452.0, 10493.0, 10468.0, 10487.0, 10469.0, 10517.0, 10482.0, 10521.0, 10473.0, 10512.0, 10450.0, 10483.0, 10444.0, 10448.0, 10481.0, 10426.0, 10473.0, 10419.0, 10437.0, 10388.0, 10420.0, 10418.0, 10427.0, 10433.0, 10391.0, 10433.0, 10389.0, 10410.0, 10390.0, 10470.0, 10465.0, 10506.0, 10428.0, 10396.0, 10367.0, 10391.0, 10393.0, 10367.0, 10384.0, 10419.0, 10413.0, 10459.0, 10423.0, 10482.0, 10441.0, 10486.0, 10458.0, 10474.0, 10480.0, 10452.0, 10461.0, 10554.0, 10527.0, 10491.0, 10428.0, 10484.0, 10416.0, 10425.0, 10390.0, 10372.0, 10435.0, 10354.0, 10393.0, 10333.0, 10365.0, 10333.0, 10350.0, 10391.0, 10358.0, 10387.0, 10346.0, 10387.0, 10371.0, 10404.0, 10445.0, 10403.0, 10428.0, 10389.0, 10438.0, 10402.0, 10393.0, 10367.0, 10393.0, 10380.0, 10430.0, 10416.0, 10466.0, 10420.0, 10472.0, 10459.0, 10470.0, 10450.0, 10481.0, 10481.0, 10455.0, 10462.0, 10438.0, 10502.0, 10439.0, 10497.0, 10437.0, 10475.0, 10431.0, 10446.0, 10492.0, 10429.0, 10454.0, 10406.0, 10430.0, 10390.0, 10420.0, 10408.0, 10439.0, 10434.0, 10425.0, 10446.0, 10427.0, 10480.0, 10427.0, 10449.0, 10441.0, 10483.0, 10429.0, 10422.0, 10459.0, 10422.0, 10435.0, 10467.0, 10447.0, 10498.0, 10462.0, 10500.0, 10443.0, 10495.0, 10443.0, 10490.0, 10435.0, 10476.0, 10420.0, 10459.0, 10478.0, 10427.0, 10499.0, 10474.0, 10473.0, 10425.0, 10435.0, 10473.0, 10394.0, 10410.0, 10323.0, 10412.0, 10357.0, 10359.0, 10338.0, 10412.0, 10370.0, 10379.0, 10335.0, 10388.0, 10364.0, 10346.0, 10375.0, 10395.0, 10445.0, 10450.0, 10472.0, 10434.0, 10457.0, 10402.0, 10441.0, 10400.0, 10439.0, 10448.0, 10422.0, 10465.0, 10414.0, 10444.0, 10378.0, 10400.0, 10422.0, 10361.0, 10384.0, 10299.0, 10351.0, 10296.0, 10337.0, 10308.0, 10350.0, 10308.0, 10361.0, 10315.0, 10354.0, 10303.0, 10351.0, 10328.0, 10333.0, 10329.0, 10347.0, 10358.0, 10389.0, 10358.0, 10399.0, 10346.0, 10399.0, 10348.0, 10386.0, 10344.0, 10381.0, 10354.0, 10400.0, 10382.0, 10390.0, 10416.0, 10373.0, 10408.0, 10368.0, 10392.0, 10382.0, 10386.0, 10307.0, 10373.0, 10373.0, 10407.0, 10395.0, 10361.0, 10399.0, 10363.0, 10392.0, 10385.0, 10340.0, 10404.0, 10355.0, 10390.0, 10369.0, 10410.0, 10392.0, 10419.0, 10407.0, 10418.0, 10409.0, 10416.0, 10408.0, 10417.0, 10393.0, 10407.0, 10396.0, 10419.0, 10390.0, 10354.0, 10384.0, 10337.0, 10381.0, 10342.0, 10373.0, 10385.0, 10357.0, 10369.0, 10337.0, 10350.0, 10313.0, 10355.0, 10326.0, 10343.0, 10381.0, 10344.0, 10356.0, 10333.0, 10375.0, 10328.0, 10396.0, 10339.0, 10416.0, 10410.0, 10395.0, 10397.0, 10401.0, 10391.0, 10423.0, 10412.0, 10437.0, 10414.0, 10469.0, 10438.0, 10465.0, 10442.0, 10453.0, 10458.0, 10478.0, 10445.0, 10529.0, 10411.0, 10512.0, 10407.0, 10364.0, 10322.0, 10340.0, 10293.0, 10326.0, 10285.0, 10349.0, 10306.0, 10336.0, 10352.0, 10294.0, 10329.0, 10251.0, 10281.0, 10220.0, 10267.0, 10232.0, 10234.0, 10301.0, 10235.0, 10276.0, 10238.0, 10261.0, 10227.0, 10241.0, 10225.0, 10248.0, 10244.0, 10281.0, 10261.0, 10253.0, 10266.0, 10263.0, 10267.0, 10302.0, 10266.0, 10319.0, 10253.0, 10278.0, 10251.0, 10291.0, 10260.0, 10267.0, 10330.0, 10262.0, 10335.0, 10279.0, 10325.0, 10274.0, 10313.0, 10273.0, 10308.0, 10246.0, 10293.0, 10241.0, 10279.0, 10225.0, 10249.0, 10223.0, 10262.0, 10222.0, 10238.0, 10237.0, 10240.0, 10278.0, 10242.0, 10294.0, 10239.0, 10265.0, 10230.0, 10255.0, 10249.0, 10239.0, 10306.0, 10241.0, 10249.0, 10224.0, 10244.0, 10228.0, 10248.0, 10253.0, 10275.0, 10256.0, 10268.0, 10274.0, 10281.0, 10276.0, 10275.0, 10281.0, 10300.0, 10283.0, 10307.0, 10285.0, 10364.0, 10301.0, 10350.0, 10290.0, 10366.0, 10309.0, 10367.0, 10304.0, 10346.0, 10310.0, 10299.0, 10339.0, 10275.0, 10314.0, 10256.0, 10252.0, 10278.0, 10281.0, 10308.0, 10265.0, 10303.0, 10248.0, 10305.0, 10241.0, 10258.0, 10207.0, 10276.0, 10205.0, 10273.0, 10207.0, 10246.0, 10213.0, 10233.0, 10223.0, 10242.0, 10294.0, 10242.0, 10321.0, 10258.0, 10313.0, 10255.0, 10263.0, 10223.0, 10235.0, 10222.0, 10222.0, 10300.0, 10277.0, 10314.0, 10250.0, 10302.0, 10232.0, 10244.0, 10203.0, 10227.0, 10197.0, 10213.0, 10265.0, 10245.0, 10281.0, 10227.0, 10291.0, 10228.0, 10233.0, 10212.0, 10213.0, 10185.0, 10240.0, 10210.0, 10269.0, 10250.0, 10225.0, 10262.0, 10204.0, 10233.0, 10178.0, 10206.0, 10259.0, 10212.0, 10277.0, 10228.0, 10238.0, 10199.0, 10225.0, 10206.0, 10211.0, 10291.0, 10268.0, 10248.0, 10231.0, 10265.0, 10215.0, 10266.0, 10201.0, 10227.0, 10199.0, 10269.0, 10209.0, 10226.0, 10236.0, 10215.0, 10249.0, 10196.0, 10250.0, 10226.0, 10280.0, 10214.0, 10236.0, 10201.0, 10220.0, 10194.0, 10198.0, 10272.0, 10217.0, 10269.0, 10217.0, 10229.0, 10193.0, 10221.0, 10195.0, 10225.0, 10264.0, 10216.0, 10279.0, 10216.0, 10256.0, 10214.0, 10227.0, 10223.0, 10226.0, 10280.0, 10233.0, 10255.0, 10216.0, 10243.0, 10215.0, 10235.0, 10287.0, 10233.0, 10259.0, 10238.0, 10248.0, 10229.0, 10262.0, 10245.0, 10291.0, 10247.0, 10275.0, 10250.0, 10265.0, 10290.0, 10252.0, 10327.0, 10263.0, 10299.0, 10248.0, 10300.0, 10251.0, 10277.0, 10247.0, 10263.0, 10315.0, 10251.0, 10302.0, 10265.0, 10323.0, 10264.0, 10336.0, 10265.0, 10304.0, 10267.0, 10278.0, 10253.0, 10269.0, 10295.0, 10271.0, 10335.0, 10275.0, 10341.0, 10284.0, 10312.0, 10272.0, 10307.0, 10254.0, 10322.0, 10246.0, 10322.0, 10272.0, 10298.0, 10295.0, 10286.0, 10347.0, 10280.0, 10349.0, 10280.0, 10317.0, 10274.0, 10285.0, 10243.0, 10299.0, 10258.0, 10259.0, 10283.0, 10244.0, 10309.0, 10257.0, 10308.0, 10261.0, 10300.0, 10259.0, 10290.0, 10265.0, 10292.0, 10295.0, 10332.0, 10264.0, 10286.0, 10246.0, 10294.0, 10227.0, 10273.0, 10278.0, 10255.0, 10317.0, 10248.0, 10288.0, 10232.0, 10257.0, 10212.0, 10228.0, 10297.0, 10232.0, 10252.0, 10230.0, 10280.0, 10205.0, 10246.0, 10216.0, 10236.0, 10244.0, 10221.0, 10274.0, 10253.0, 10251.0, 10255.0, 10265.0, 10241.0, 10293.0, 10228.0, 10329.0, 10307.0, 10413.0, 10344.0, 10379.0, 10336.0, 10352.0, 10367.0, 10335.0, 10332.0, 10346.0, 10318.0, 10348.0, 10320.0, 10390.0, 10314.0, 10338.0, 10304.0, 10301.0, 10340.0, 10268.0, 10328.0, 10278.0, 10322.0, 10246.0, 10289.0, 10275.0, 10261.0, 10304.0, 10248.0, 10285.0, 10245.0, 10272.0, 10245.0, 10252.0, 10301.0, 10252.0, 10293.0, 10269.0, 10284.0, 10257.0, 10275.0, 10312.0, 10282.0, 10303.0, 10279.0, 10290.0, 10298.0, 10314.0, 10322.0, 10321.0, 10318.0, 10323.0, 10317.0, 10325.0, 10350.0, 10327.0, 10338.0, 10326.0, 10352.0, 10329.0, 10358.0, 10344.0, 10360.0, 10343.0, 10346.0, 10400.0, 10340.0, 10372.0, 10342.0, 10396.0, 10326.0, 10356.0, 10338.0, 10339.0, 10384.0, 10338.0, 10364.0, 10308.0, 10349.0, 10321.0, 10324.0, 10363.0, 10321.0, 10361.0, 10306.0, 10350.0, 10322.0, 10374.0, 10367.0, 10333.0, 10362.0, 10350.0, 10345.0, 10346.0, 10345.0, 10363.0, 10370.0, 10368.0, 10365.0, 10414.0, 10364.0, 10384.0, 10392.0, 10367.0, 10412.0, 10377.0, 10393.0, 10359.0, 10417.0, 10343.0, 10370.0, 10380.0, 10339.0, 10407.0, 10373.0, 10363.0, 10321.0, 10345.0, 10310.0, 10350.0, 10342.0, 10333.0, 10348.0, 10330.0, 10372.0, 10314.0, 10340.0, 10294.0, 10369.0, 10299.0, 10331.0, 10324.0, 10314.0, 10356.0, 10323.0, 10343.0, 10290.0, 10361.0, 10300.0, 10329.0, 10306.0, 10324.0, 10371.0, 10319.0, 10374.0, 10339.0, 10345.0, 10315.0, 10343.0, 10288.0, 10328.0, 10311.0, 10312.0, 10367.0, 10309.0, 10338.0, 10266.0, 10317.0, 10280.0, 10307.0, 10279.0, 10307.0, 10322.0, 10298.0, 10359.0, 10303.0, 10339.0, 10326.0, 10351.0, 10294.0, 10317.0, 10314.0, 10374.0, 10326.0, 10319.0, 10327.0, 10373.0, 10303.0, 10327.0, 10321.0, 10332.0, 10357.0, 10313.0, 10360.0, 10312.0, 10336.0, 10299.0, 10326.0, 10289.0, 10334.0, 10328.0, 10288.0, 10335.0, 10282.0, 10316.0, 10279.0, 10335.0, 10277.0, 10315.0, 10284.0, 10307.0, 10276.0, 10291.0, 10276.0, 10291.0, 10336.0, 10282.0, 10323.0, 10301.0, 10325.0, 10302.0, 10354.0, 10299.0, 10324.0, 10296.0, 10317.0, 10349.0, 10298.0, 10350.0, 10285.0, 10326.0, 10293.0, 10321.0, 10315.0, 10293.0, 10331.0, 10294.0, 10323.0, 10296.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.028593607456140355</td></tr>
<tr><td colspan=3>aqi</td><td>0.24048653421052635</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.212497493523635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0134806145554331</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9141751651591667</td></tr>
<tr><td colspan=3>efc</td><td>0.5302</td></tr>
<tr><td colspan=3>fber</td><td>3003.5217</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1361834200595887</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.758771929824562</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0961062631392218</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.87044347701784</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.025430927868106</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.3924443845317205</td></tr>
<tr><td colspan=3>gcor</td><td>0.0302414</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0016111909644678235</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019081875681877136</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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>5.0365341039118094</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>13.24</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.2925</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.85</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289936.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>1341.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>504.4654</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2179</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.9099</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3854.1445</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.8606</td></tr>
<tr><td colspan=3>tsnr</td><td>13.997136676800437</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>