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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-02/func/sub-0040_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>727da4f5f7fa68e9d29d9af9c956d65d</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:12:55.487500</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.99226, -0.0770426, 0.0973919, 0.0739117, 0.996638, 0.0353616]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0889986</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7736, -7196, 542, -148, -58, 111, 68]</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>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>594d6163-d14b-4797-8f7a-b33726da642d||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.6621601581573486, 0.1982998102903366, 0.2694297432899475, 99.7263412475586], [0.20669971406459808, 2.673905849456787, 0.07530158013105392, -94.1766128540039], [0.2612953782081604, -0.09487256407737732, 2.6854677200317383, -45.40944290161133], [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': ['141255.487500', '141255.947500', '141256.407500', '141256.867500', '141257.327500', '141257.787500', '141258.247500', '141258.707500', '141259.167500', '141259.627500', '141300.087500', '141300.547500', '141301.007500', '141301.467500', '141301.927500', '141302.387500', '141302.847500', '141303.307500', '141303.767500', '141304.227500', '141304.687500', '141305.147500', '141305.607500', '141306.067500', '141306.527500', '141306.987500', '141307.447500', '141307.907500', '141308.367500', '141308.827500', '141309.287500', '141309.747500', '141310.207500', '141310.667500', '141311.127500', '141311.587500', '141312.047500', '141312.507500', '141312.967500', '141313.427500', '141313.887500', '141314.347500', '141314.807500', '141315.267500', '141315.727500', '141316.187500', '141316.647500', '141317.107500', '141317.567500', '141318.027500', '141318.487500', '141318.947500', '141319.407500', '141319.867500', '141320.327500', '141320.787500', '141321.247500', '141321.707500', '141322.167500', '141322.627500', '141323.087500', '141323.547500', '141324.007500', '141324.467500', '141324.927500', '141325.387500', '141325.847500', '141326.307500', '141326.767500', '141327.227500', '141327.687500', '141328.147500', '141328.607500', '141329.067500', '141329.527500', '141329.987500', '141330.447500', '141330.907500', '141331.367500', '141331.827500', '141332.287500', '141332.747500', '141333.207500', '141333.667500', '141334.127500', '141334.587500', '141335.047500', '141335.507500', '141335.967500', '141336.427500', '141336.887500', '141337.347500', '141337.807500', '141338.267500', '141338.727500', '141339.187500', '141339.647500', '141340.107500', '141340.567500', '141341.027500', '141341.487500', '141341.947500', '141342.407500', '141342.867500', '141343.327500', '141343.787500', '141344.247500', '141344.707500', '141345.167500', '141345.627500', '141346.087500', '141346.547500', '141347.007500', '141347.467500', '141347.927500', '141348.387500', '141348.847500', '141349.307500', '141349.767500', '141350.227500', '141350.687500', '141351.147500', '141351.607500', '141352.067500', '141352.527500', '141352.987500', '141353.447500', '141353.907500', '141354.367500', '141354.827500', '141355.287500', '141355.747500', '141356.207500', '141356.667500', '141357.127500', '141357.587500', '141358.047500', '141358.507500', '141358.967500', '141359.427500', '141359.887500', '141400.347500', '141400.807500', '141401.267500', '141401.727500', '141402.187500', '141402.647500', '141403.107500', '141403.567500', '141404.027500', '141404.487500', '141404.947500', '141405.407500', '141405.867500', '141406.327500', '141406.787500', '141407.247500', '141407.707500', '141408.167500', '141408.627500', '141409.087500', '141409.547500', '141410.007500', '141410.467500', '141410.927500', '141411.387500', '141411.847500', '141412.307500', '141412.767500', '141413.227500', '141413.687500', '141414.147500', '141414.607500', '141415.067500', '141415.527500', '141415.987500', '141416.447500', '141416.907500', '141417.367500', '141417.827500', '141418.287500', '141418.747500', '141419.207500', '141419.667500', '141420.127500', '141420.587500', '141421.047500', '141421.507500', '141421.967500', '141422.427500', '141422.887500', '141423.347500', '141423.807500', '141424.267500', '141424.727500', '141425.187500', '141425.647500', '141426.107500', '141426.567500', '141427.027500', '141427.487500', '141427.947500', '141428.407500', '141428.867500', '141429.327500', '141429.787500', '141430.247500', '141430.707500', '141431.167500', '141431.627500', '141432.087500', '141432.547500', '141433.007500', '141433.467500', '141433.927500', '141434.387500', '141434.847500', '141435.307500', '141435.767500', '141436.227500', '141436.687500', '141437.147500', '141437.607500', '141438.067500', '141438.527500', '141438.987500', '141439.447500', '141439.907500', '141440.367500', '141440.827500', '141441.287500', '141441.747500', '141442.207500', '141442.667500', '141443.127500', '141443.587500', '141444.047500', '141444.507500', '141444.967500', '141445.427500', '141445.887500', '141446.347500', '141446.807500', '141447.267500', '141447.727500', '141448.187500', '141448.647500', '141449.107500', '141449.567500', '141450.027500', '141450.487500', '141450.947500', '141451.407500', '141451.867500', '141452.327500', '141452.787500', '141453.247500', '141453.707500', '141454.167500', '141454.627500', '141455.087500', '141455.547500', '141456.007500', '141456.467500', '141456.927500', '141457.387500', '141457.847500', '141458.307500', '141458.767500', '141459.227500', '141459.687500', '141500.147500', '141500.607500', '141501.067500', '141501.527500', '141501.987500', '141502.447500', '141502.907500', '141503.367500', '141503.827500', '141504.287500', '141504.747500', '141505.207500', '141505.667500', '141506.127500', '141506.587500', '141507.047500', '141507.507500', '141507.967500', '141508.427500', '141508.887500', '141509.347500', '141509.807500', '141510.267500', '141510.727500', '141511.187500', '141511.647500', '141512.107500', '141512.567500', '141513.027500', '141513.487500', '141513.947500', '141514.407500', '141514.867500', '141515.327500', '141515.787500', '141516.247500', '141516.707500', '141517.167500', '141517.627500', '141518.087500', '141518.547500', '141519.007500', '141519.467500', '141519.927500', '141520.387500', '141520.847500', '141521.307500', '141521.767500', '141522.227500', '141522.687500', '141523.147500', '141523.607500', '141524.067500', '141524.527500', '141524.987500', '141525.447500', '141525.907500', '141526.367500', '141526.827500', '141527.287500', '141527.747500', '141528.207500', '141528.667500', '141529.127500', '141529.587500', '141530.047500', '141530.507500', '141530.967500', '141531.427500', '141531.887500', '141532.347500', '141532.807500', '141533.267500', '141533.727500', '141534.187500', '141534.647500', '141535.107500', '141535.567500', '141536.027500', '141536.487500', '141536.947500', '141537.407500', '141537.867500', '141538.327500', '141538.787500', '141539.247500', '141539.707500', '141540.167500', '141540.627500', '141541.087500', '141541.547500', '141542.007500', '141542.467500', '141542.927500', '141543.387500', '141543.847500', '141544.307500', '141544.767500', '141545.227500', '141545.687500', '141546.147500', '141546.607500', '141547.067500', '141547.527500', '141547.987500', '141548.447500', '141548.907500', '141549.367500', '141549.827500', '141550.287500', '141550.747500', '141551.207500', '141551.667500', '141552.127500', '141552.587500', '141553.047500', '141553.507500', '141553.967500', '141554.427500', '141554.887500', '141555.347500', '141555.807500', '141556.267500', '141556.727500', '141557.187500', '141557.647500', '141558.107500', '141558.567500', '141559.027500', '141559.487500', '141559.947500', '141600.407500', '141600.867500', '141601.327500', '141601.787500', '141602.247500', '141602.707500', '141603.167500', '141603.627500', '141604.087500', '141604.547500', '141605.007500', '141605.467500', '141605.927500', '141606.387500', '141606.847500', '141607.307500', '141607.767500', '141608.227500', '141608.687500', '141609.147500', '141609.607500', '141610.067500', '141610.527500', '141610.987500', '141611.447500', '141611.907500', '141612.367500', '141612.827500', '141613.287500', '141613.747500', '141614.207500', '141614.667500', '141615.127500', '141615.587500', '141616.047500', '141616.507500', '141616.967500', '141617.427500', '141617.887500', '141618.347500', '141618.807500', '141619.267500', '141619.727500', '141620.187500', '141620.647500', '141621.107500', '141621.567500', '141622.027500', '141622.487500', '141622.947500', '141623.407500', '141623.867500', '141624.327500', '141624.787500', '141625.247500', '141625.707500', '141626.167500', '141626.627500', '141627.087500', '141627.547500', '141628.007500', '141628.467500', '141628.927500', '141629.387500', '141629.847500', '141630.307500', '141630.767500', '141631.227500', '141631.687500', '141632.147500', '141632.607500', '141633.067500', '141633.527500', '141633.987500', '141634.447500', '141634.907500', '141635.367500', '141635.827500', '141636.287500', '141636.747500', '141637.207500', '141637.667500', '141638.127500', '141638.587500', '141639.047500', '141639.507500', '141639.967500', '141640.427500', '141640.887500', '141641.347500', '141641.807500', '141642.267500', '141642.727500', '141643.187500', '141643.647500', '141644.107500', '141644.567500', '141645.027500', '141645.487500', '141645.947500', '141646.407500', '141646.867500', '141647.327500', '141647.787500', '141648.247500', '141648.707500', '141649.167500', '141649.627500', '141650.087500', '141650.547500', '141651.007500', '141651.467500', '141651.927500', '141652.387500', '141652.847500', '141653.307500', '141653.767500', '141654.227500', '141654.687500', '141655.147500', '141655.607500', '141656.067500', '141656.527500', '141656.987500', '141657.447500', '141657.907500', '141658.367500', '141658.827500', '141659.287500', '141659.747500', '141700.207500', '141700.667500', '141701.127500', '141701.587500', '141702.047500', '141702.507500', '141702.967500', '141703.427500', '141703.887500', '141704.347500', '141704.807500', '141705.267500', '141705.727500', '141706.187500', '141706.647500', '141707.107500', '141707.567500', '141708.027500', '141708.487500', '141708.947500', '141709.407500', '141709.867500', '141710.327500', '141710.787500', '141711.247500', '141711.707500', '141712.167500', '141712.627500', '141713.087500', '141713.547500', '141714.007500', '141714.467500', '141714.927500', '141715.387500', '141715.847500', '141716.307500', '141716.767500', '141717.227500', '141717.687500', '141718.147500', '141718.607500', '141719.067500', '141719.527500', '141719.987500', '141720.447500', '141720.907500', '141721.367500', '141721.827500', '141722.287500', '141722.747500', '141723.207500', '141723.667500', '141724.127500', '141724.587500', '141725.047500', '141725.507500', '141725.967500', '141726.427500', '141726.887500', '141727.347500', '141727.807500', '141728.267500', '141728.727500', '141729.187500', '141729.647500', '141730.107500', '141730.567500', '141731.027500', '141731.487500', '141731.947500', '141732.407500', '141732.867500', '141733.327500', '141733.787500', '141734.247500', '141734.707500', '141735.167500', '141735.627500', '141736.087500', '141736.547500', '141737.007500', '141737.467500', '141737.927500', '141738.387500', '141738.847500', '141739.307500', '141739.767500', '141740.227500', '141740.687500', '141741.147500', '141741.607500', '141742.067500', '141742.527500', '141742.987500', '141743.447500', '141743.907500', '141744.367500', '141744.827500', '141745.287500', '141745.747500', '141746.207500', '141746.667500', '141747.127500', '141747.587500', '141748.047500', '141748.507500', '141748.967500', '141749.427500', '141749.887500', '141750.347500', '141750.807500', '141751.267500', '141751.727500', '141752.187500', '141752.647500', '141753.107500', '141753.567500', '141754.027500', '141754.487500', '141754.947500', '141755.407500', '141755.867500', '141756.327500', '141756.787500', '141757.247500', '141757.707500', '141758.167500', '141758.627500', '141759.087500', '141759.547500', '141800.007500', '141800.467500', '141800.927500', '141801.387500', '141801.847500', '141802.307500', '141802.767500', '141803.227500', '141803.687500', '141804.147500', '141804.607500', '141805.067500', '141805.527500', '141805.987500', '141806.447500', '141806.907500', '141807.367500', '141807.827500', '141808.287500', '141808.747500', '141809.207500', '141809.667500', '141810.127500', '141810.587500', '141811.047500', '141811.507500', '141811.967500', '141812.427500', '141812.887500', '141813.347500', '141813.807500', '141814.267500', '141814.727500', '141815.187500', '141815.647500', '141816.107500', '141816.567500', '141817.027500', '141817.487500', '141817.947500', '141818.407500', '141818.867500', '141819.327500', '141819.787500', '141820.247500', '141820.707500', '141821.167500', '141821.627500', '141822.087500', '141822.547500', '141823.007500', '141823.467500', '141823.927500', '141824.387500', '141824.847500', '141825.307500', '141825.767500', '141826.227500', '141826.687500', '141827.147500', '141827.607500', '141828.067500', '141828.527500', '141828.987500', '141829.447500', '141829.907500', '141830.367500', '141830.827500', '141831.287500', '141831.747500', '141832.207500', '141832.667500', '141833.127500', '141833.587500', '141834.047500', '141834.507500', '141834.967500', '141835.427500', '141835.887500', '141836.347500', '141836.807500', '141837.267500', '141837.727500', '141838.187500', '141838.647500', '141839.107500', '141839.567500', '141840.027500', '141840.487500', '141840.947500', '141841.407500', '141841.867500', '141842.327500', '141842.787500', '141843.247500', '141843.707500', '141844.167500', '141844.627500', '141845.087500', '141845.547500', '141846.007500', '141846.467500', '141846.927500', '141847.387500', '141847.847500', '141848.307500', '141848.767500', '141849.227500', '141849.687500', '141850.147500', '141850.607500', '141851.067500', '141851.527500', '141851.987500', '141852.447500', '141852.907500', '141853.367500', '141853.827500', '141854.287500', '141854.747500', '141855.207500', '141855.667500', '141856.127500', '141856.587500', '141857.047500', '141857.507500', '141857.967500', '141858.427500', '141858.887500', '141859.347500', '141859.807500', '141900.267500', '141900.727500', '141901.187500', '141901.647500', '141902.107500', '141902.567500', '141903.027500', '141903.487500', '141903.947500', '141904.407500', '141904.867500', '141905.327500', '141905.787500', '141906.247500', '141906.707500', '141907.167500', '141907.627500', '141908.087500', '141908.547500', '141909.007500', '141909.467500', '141909.927500', '141910.387500', '141910.847500', '141911.307500', '141911.767500', '141912.227500', '141912.687500', '141913.147500', '141913.607500', '141914.067500', '141914.527500', '141914.987500', '141915.447500', '141915.907500', '141916.367500', '141916.827500', '141917.287500', '141917.747500', '141918.207500', '141918.667500', '141919.127500', '141919.587500', '141920.047500', '141920.507500', '141920.967500', '141921.427500', '141921.887500', '141922.347500', '141922.807500', '141923.267500', '141923.727500', '141924.187500', '141924.647500', '141925.107500', '141925.567500', '141926.027500', '141926.487500', '141926.947500', '141927.407500', '141927.867500', '141928.327500', '141928.787500', '141929.247500', '141929.707500', '141930.167500', '141930.627500', '141931.087500', '141931.547500', '141932.007500', '141932.467500', '141932.927500', '141933.387500', '141933.847500', '141934.307500', '141934.767500', '141935.227500', '141935.687500', '141936.147500', '141936.607500', '141937.067500', '141937.527500', '141937.987500', '141938.447500', '141938.907500', '141939.367500', '141939.827500', '141940.287500', '141940.747500', '141941.207500', '141941.667500', '141942.127500', '141942.587500', '141943.047500', '141943.507500', '141943.967500', '141944.427500', '141944.887500', '141945.347500', '141945.807500', '141946.267500', '141946.727500', '141947.187500', '141947.647500', '141948.107500', '141948.567500', '141949.027500', '141949.487500', '141949.947500', '141950.407500', '141950.867500', '141951.327500', '141951.787500', '141952.247500', '141952.707500', '141953.167500', '141953.627500', '141954.087500', '141954.547500', '141955.007500', '141955.467500'], 'ContentTime': ['141307.003000', '141307.011000', '141307.014000', '141307.017000', '141307.029000', '141307.032000', '141307.035000', '141307.037000', '141307.040000', '141307.043000', '141307.046000', '141307.049000', '141307.052000', '141307.055000', '141307.057000', '141307.060000', '141307.063000', '141307.066000', '141307.069000', '141307.072000', '141307.074000', '141307.077000', '141307.080000', '141307.083000', '141326.963000', '141326.966000', '141326.969000', '141326.972000', '141326.975000', '141326.977000', '141326.980000', '141326.983000', '141326.986000', '141326.989000', '141326.991000', '141326.994000', '141326.997000', '141327.001000', '141327.006000', '141327.009000', '141327.012000', '141327.015000', '141327.018000', '141327.021000', '141327.023000', '141327.026000', '141327.029000', '141327.032000', '141327.035000', '141327.037000', '141327.040000', '141327.043000', '141327.046000', '141327.049000', '141327.052000', '141327.055000', '141327.057000', '141327.060000', '141327.066000', '141327.068000', '141327.071000', '141327.074000', '141327.077000', '141327.080000', '141327.082000', '141327.085000', '141327.088000', '141346.963000', '141346.966000', '141346.969000', '141346.971000', '141346.974000', '141346.977000', '141346.980000', '141346.983000', '141346.986000', '141346.988000', '141346.991000', '141346.994000', '141346.997000', '141347.001000', '141347.003000', '141347.006000', '141347.009000', '141347.012000', '141347.015000', '141347.017000', '141347.020000', '141347.023000', '141347.026000', '141347.029000', '141347.032000', '141347.034000', '141347.037000', '141347.040000', '141347.043000', '141347.046000', '141347.049000', '141347.063000', '141347.077000', '141347.079000', '141347.082000', '141347.085000', '141347.088000', '141347.091000', '141347.101000', '141347.104000', '141347.107000', '141347.110000', '141347.113000', '141347.115000', '141406.963000', '141406.966000', '141406.969000', '141406.972000', '141406.975000', '141406.977000', '141406.980000', '141406.983000', '141406.986000', '141406.989000', '141406.992000', '141406.995000', '141406.997000', '141407.001000', '141407.004000', '141407.007000', '141407.010000', '141407.013000', '141407.016000', '141407.020000', '141407.023000', '141407.026000', '141407.029000', '141407.032000', '141407.035000', '141407.038000', '141407.041000', '141407.043000', '141407.046000', '141407.049000', '141407.052000', '141407.055000', '141407.058000', '141407.060000', '141407.063000', '141407.066000', '141407.069000', '141407.072000', '141407.075000', '141407.078000', '141407.081000', '141407.086000', '141407.089000', '141426.962000', '141426.965000', '141426.968000', '141426.971000', '141426.973000', '141426.976000', '141426.979000', '141426.982000', '141426.985000', '141426.988000', '141426.991000', '141426.994000', '141426.997000', '141427.001000', '141427.003000', '141427.006000', '141427.009000', '141427.012000', '141427.015000', '141427.018000', '141427.021000', '141427.023000', '141427.026000', '141427.029000', '141427.032000', '141427.035000', '141427.038000', '141427.040000', '141427.043000', '141427.046000', '141427.049000', '141427.052000', '141427.055000', '141427.058000', '141427.060000', '141427.063000', '141427.066000', '141427.069000', '141427.072000', '141427.075000', '141427.077000', '141427.080000', '141427.083000', '141427.086000', '141446.962000', '141446.965000', '141446.968000', '141446.971000', '141446.973000', '141446.976000', '141446.979000', '141446.982000', '141446.985000', '141446.988000', '141446.991000', '141446.993000', '141446.996000', '141447.000000', '141447.003000', '141447.006000', '141447.009000', '141447.012000', '141447.015000', '141447.017000', '141447.025000', '141447.028000', '141447.031000', '141447.033000', '141447.036000', '141447.039000', '141447.042000', '141447.045000', '141447.048000', '141447.051000', '141447.053000', '141447.056000', '141447.059000', '141447.062000', '141447.065000', '141447.068000', '141447.070000', '141447.073000', '141447.076000', '141447.079000', '141447.082000', '141447.085000', '141447.088000', '141506.962000', '141506.965000', '141506.968000', '141506.971000', '141506.973000', '141506.976000', '141506.979000', '141506.982000', '141506.985000', '141506.988000', '141506.991000', '141506.993000', '141506.996000', '141507.000000', '141507.003000', '141507.006000', '141507.009000', '141507.012000', '141507.015000', '141507.017000', '141507.020000', '141507.023000', '141507.026000', '141507.029000', '141507.032000', '141507.034000', '141507.037000', '141507.040000', '141507.043000', '141507.046000', '141507.049000', '141507.052000', '141507.055000', '141507.057000', '141507.060000', '141507.063000', '141507.066000', '141507.069000', '141507.072000', '141507.075000', '141507.077000', '141507.080000', '141507.083000', '141507.086000', '141526.962000', '141526.965000', '141526.968000', '141526.971000', '141526.974000', '141526.977000', '141526.980000', '141526.983000', '141526.986000', '141526.989000', '141526.992000', '141526.994000', '141526.998000', '141527.001000', '141527.004000', '141527.007000', '141527.010000', '141527.013000', '141527.016000', '141527.019000', '141527.022000', '141527.025000', '141527.028000', '141527.030000', '141527.033000', '141527.036000', '141527.053000', '141527.058000', '141527.061000', '141527.064000', '141527.067000', '141527.070000', '141527.074000', '141527.077000', '141527.080000', '141527.083000', '141527.086000', '141527.089000', '141527.092000', '141527.095000', '141527.098000', '141527.101000', '141527.104000', '141546.963000', '141546.975000', '141546.978000', '141546.981000', '141546.984000', '141546.987000', '141546.989000', '141546.992000', '141546.995000', '141546.998000', '141547.002000', '141547.005000', '141547.008000', '141547.011000', '141547.013000', '141547.016000', '141547.019000', '141547.022000', '141547.025000', '141547.028000', '141547.030000', '141547.033000', '141547.036000', '141547.039000', '141547.042000', '141547.045000', '141547.048000', '141547.050000', '141547.053000', '141547.056000', '141547.059000', '141547.062000', '141547.065000', '141547.068000', '141547.071000', '141547.073000', '141547.076000', '141547.079000', '141547.082000', '141547.085000', '141547.088000', '141547.091000', '141547.093000', '141547.096000', '141606.963000', '141606.966000', '141606.969000', '141606.972000', '141606.975000', '141606.977000', '141606.980000', '141606.983000', '141606.986000', '141606.989000', '141606.992000', '141606.995000', '141606.997000', '141607.001000', '141607.004000', '141607.007000', '141607.010000', '141607.013000', '141607.016000', '141607.019000', '141607.021000', '141607.024000', '141607.027000', '141607.030000', '141607.033000', '141607.036000', '141607.039000', '141607.042000', '141607.044000', '141607.047000', '141607.050000', '141607.053000', '141607.056000', '141607.059000', '141607.061000', '141607.064000', '141607.067000', '141607.070000', '141607.073000', '141607.076000', '141607.079000', '141607.081000', '141607.084000', '141626.963000', '141626.966000', '141626.969000', '141626.972000', '141626.975000', '141626.977000', '141626.980000', '141626.983000', '141626.986000', '141626.989000', '141626.992000', '141626.995000', '141626.998000', '141627.002000', '141627.004000', '141627.007000', '141627.010000', '141627.013000', '141627.016000', '141627.019000', '141627.022000', '141627.024000', '141627.027000', '141627.030000', '141627.033000', '141627.036000', '141627.039000', '141627.041000', '141627.044000', '141627.047000', '141627.050000', '141627.053000', '141627.056000', '141627.059000', '141627.061000', '141627.064000', '141627.067000', '141627.070000', '141627.073000', '141627.076000', '141627.079000', '141627.082000', '141627.084000', '141627.087000', '141646.962000', '141646.965000', '141646.968000', '141646.971000', '141646.974000', '141646.977000', '141646.980000', '141646.982000', '141646.985000', '141646.988000', '141646.991000', '141646.994000', '141646.997000', '141647.001000', '141647.004000', '141647.006000', '141647.009000', '141647.012000', '141647.015000', '141647.018000', '141647.021000', '141647.024000', '141647.027000', '141647.029000', '141647.032000', '141647.035000', '141647.038000', '141647.041000', '141647.044000', '141647.046000', '141647.049000', '141647.052000', '141647.055000', '141647.058000', '141647.061000', '141647.064000', '141647.067000', '141647.070000', '141647.073000', '141647.075000', '141647.078000', '141647.081000', '141647.084000', '141706.962000', '141706.965000', '141706.968000', '141706.971000', '141706.974000', '141706.978000', '141706.981000', '141706.984000', '141706.998000', '141707.002000', '141707.005000', '141707.008000', '141707.011000', '141707.013000', '141707.016000', '141707.019000', '141707.022000', '141707.025000', '141707.028000', '141707.031000', '141707.033000', '141707.036000', '141707.039000', '141707.042000', '141707.045000', '141707.048000', '141707.051000', '141707.054000', '141707.056000', '141707.060000', '141707.063000', '141707.066000', '141707.069000', '141707.072000', '141707.074000', '141707.077000', '141707.080000', '141707.083000', '141707.086000', '141707.089000', '141707.092000', '141707.094000', '141707.097000', '141726.962000', '141726.965000', '141726.968000', '141726.971000', '141726.974000', '141726.977000', '141726.980000', '141726.982000', '141726.985000', '141726.988000', '141726.991000', '141726.994000', '141726.997000', '141727.000000', '141727.003000', '141727.006000', '141727.009000', '141727.012000', '141727.015000', '141727.018000', '141727.020000', '141727.023000', '141727.026000', '141727.029000', '141727.032000', '141727.035000', '141727.038000', '141727.041000', '141727.043000', '141727.046000', '141727.049000', '141727.052000', '141727.055000', '141727.058000', '141727.061000', '141727.064000', '141727.066000', '141727.069000', '141727.072000', '141727.075000', '141727.078000', '141727.081000', '141727.084000', '141727.086000', '141746.963000', '141746.966000', '141746.969000', '141746.972000', '141746.975000', '141746.978000', '141746.981000', '141746.984000', '141746.987000', '141746.989000', '141746.992000', '141746.995000', '141746.998000', '141747.001000', '141747.004000', '141747.007000', '141747.009000', '141747.012000', '141747.015000', '141747.018000', '141747.021000', '141747.024000', '141747.027000', '141747.030000', '141747.032000', '141747.035000', '141747.038000', '141747.041000', '141747.044000', '141747.047000', '141747.050000', '141747.052000', '141747.055000', '141747.058000', '141747.061000', '141747.064000', '141747.067000', '141747.069000', '141747.072000', '141747.075000', '141747.078000', '141747.081000', '141747.084000', '141806.963000', '141806.966000', '141806.969000', '141806.972000', '141806.975000', '141806.978000', '141806.981000', '141806.983000', '141806.986000', '141806.989000', '141806.992000', '141806.995000', '141806.998000', '141807.002000', '141807.004000', '141807.007000', '141807.010000', '141807.013000', '141807.016000', '141807.019000', '141807.022000', '141807.025000', '141807.027000', '141807.030000', '141807.033000', '141807.036000', '141807.039000', '141807.042000', '141807.044000', '141807.047000', '141807.050000', '141807.053000', '141807.056000', '141807.059000', '141807.062000', '141807.065000', '141807.068000', '141807.071000', '141807.073000', '141807.076000', '141807.079000', '141807.082000', '141807.085000', '141807.088000', '141826.963000', '141826.966000', '141826.969000', '141826.972000', '141826.975000', '141826.978000', '141826.980000', '141826.983000', '141826.986000', '141826.989000', '141826.993000', '141826.996000', '141826.998000', '141827.002000', '141827.005000', '141827.008000', '141827.011000', '141827.014000', '141827.017000', '141827.020000', '141827.022000', '141827.025000', '141827.028000', '141827.031000', '141827.034000', '141827.037000', '141827.040000', '141827.042000', '141827.045000', '141827.048000', '141827.051000', '141827.054000', '141827.057000', '141827.076000', '141827.079000', '141827.082000', '141827.084000', '141827.087000', '141827.090000', '141827.093000', '141827.097000', '141827.101000', '141827.103000', '141846.963000', '141846.966000', '141846.969000', '141846.971000', '141846.975000', '141846.977000', '141846.980000', '141846.983000', '141846.986000', '141846.989000', '141846.992000', '141846.995000', '141846.998000', '141847.001000', '141847.004000', '141847.007000', '141847.010000', '141847.013000', '141847.016000', '141847.019000', '141847.022000', '141847.024000', '141847.027000', '141847.030000', '141847.033000', '141847.036000', '141847.039000', '141847.042000', '141847.045000', '141847.047000', '141847.050000', '141847.053000', '141847.056000', '141847.059000', '141847.062000', '141847.065000', '141847.068000', '141847.070000', '141847.073000', '141847.076000', '141847.079000', '141847.082000', '141847.085000', '141847.088000', '141906.962000', '141906.965000', '141906.968000', '141906.971000', '141906.976000', '141906.978000', '141906.982000', '141906.985000', '141906.988000', '141906.990000', '141906.993000', '141906.996000', '141907.000000', '141907.006000', '141907.009000', '141907.012000', '141907.015000', '141907.018000', '141907.021000', '141907.024000', '141907.027000', '141907.029000', '141907.032000', '141907.035000', '141907.038000', '141907.041000', '141907.044000', '141907.047000', '141907.050000', '141907.052000', '141907.055000', '141907.058000', '141907.061000', '141907.064000', '141907.067000', '141907.069000', '141907.072000', '141907.075000', '141907.078000', '141907.081000', '141907.084000', '141907.087000', '141907.089000', '141926.962000', '141926.965000', '141926.968000', '141926.971000', '141926.974000', '141926.977000', '141926.979000', '141926.982000', '141926.985000', '141926.988000', '141926.991000', '141926.994000', '141926.997000', '141927.001000', '141927.003000', '141927.006000', '141927.009000', '141927.012000', '141927.015000', '141927.018000', '141927.021000', '141927.024000', '141927.026000', '141927.029000', '141927.032000', '141927.035000', '141927.038000', '141927.041000', '141927.044000', '141927.046000', '141927.049000', '141927.052000', '141927.055000', '141927.058000', '141927.061000', '141927.064000', '141927.067000', '141927.069000', '141927.072000', '141927.075000', '141927.078000', '141927.081000', '141927.084000', '141927.087000', '141946.962000', '141946.965000', '141946.968000', '141946.971000', '141946.974000', '141946.977000', '141946.980000', '141946.982000', '141946.985000', '141946.988000', '141946.991000', '141946.994000', '141946.997000', '141947.000000', '141947.003000', '141947.006000', '141947.009000', '141947.012000', '141947.015000', '141947.018000', '141947.020000', '141947.023000', '141947.026000', '141947.029000', '141947.032000', '141947.036000', '141947.039000', '141947.042000', '141947.044000', '141947.047000', '141947.050000', '141947.054000', '141947.056000', '141947.059000', '141947.062000', '141947.065000', '141947.068000', '141947.071000', '141947.074000', '141947.077000', '141947.079000', '141947.082000', '141947.085000', '141956.272000', '141956.276000', '141956.279000', '141956.282000', '141956.291000', '141956.294000', '141956.297000', '141956.300000', '141956.303000', '141956.306000', '141956.309000', '141956.311000', '141956.314000', '141956.317000', '141956.320000', '141956.323000', '141956.326000', '141956.329000', '141956.332000', '141956.335000', '141956.338000'], 'InstanceCreationTime': ['141307.003000', '141307.011000', '141307.014000', '141307.017000', '141307.029000', '141307.032000', '141307.035000', '141307.037000', '141307.040000', '141307.043000', '141307.046000', '141307.049000', '141307.052000', '141307.055000', '141307.057000', '141307.060000', '141307.063000', '141307.066000', '141307.069000', '141307.072000', '141307.074000', '141307.077000', '141307.080000', '141307.083000', '141326.963000', '141326.966000', '141326.969000', '141326.972000', '141326.975000', '141326.977000', '141326.980000', '141326.983000', '141326.986000', '141326.989000', '141326.991000', '141326.994000', '141326.997000', '141327.001000', '141327.006000', '141327.009000', '141327.012000', '141327.015000', '141327.018000', '141327.021000', '141327.023000', '141327.026000', '141327.029000', '141327.032000', '141327.035000', '141327.037000', '141327.040000', '141327.043000', '141327.046000', '141327.049000', '141327.052000', '141327.055000', '141327.057000', '141327.060000', '141327.066000', '141327.068000', '141327.071000', '141327.074000', '141327.077000', '141327.080000', '141327.082000', '141327.085000', '141327.088000', '141346.963000', '141346.966000', '141346.969000', '141346.971000', '141346.974000', '141346.977000', '141346.980000', '141346.983000', '141346.986000', '141346.988000', '141346.991000', '141346.994000', '141346.997000', '141347.001000', '141347.003000', '141347.006000', '141347.009000', '141347.012000', '141347.015000', '141347.017000', '141347.020000', '141347.023000', '141347.026000', '141347.029000', '141347.032000', '141347.034000', '141347.037000', '141347.040000', '141347.043000', '141347.046000', '141347.049000', '141347.063000', '141347.077000', '141347.079000', '141347.082000', '141347.085000', '141347.088000', '141347.091000', '141347.101000', '141347.104000', '141347.107000', '141347.110000', '141347.113000', '141347.115000', '141406.963000', '141406.966000', '141406.969000', '141406.972000', '141406.975000', '141406.977000', '141406.980000', '141406.983000', '141406.986000', '141406.989000', '141406.992000', '141406.995000', '141406.997000', '141407.001000', '141407.004000', '141407.007000', '141407.010000', '141407.013000', '141407.016000', '141407.020000', '141407.023000', '141407.026000', '141407.029000', '141407.032000', '141407.035000', '141407.038000', '141407.041000', '141407.043000', '141407.046000', '141407.049000', '141407.052000', '141407.055000', '141407.058000', '141407.060000', '141407.063000', '141407.066000', '141407.069000', '141407.072000', '141407.075000', '141407.078000', '141407.081000', '141407.086000', '141407.089000', '141426.962000', '141426.965000', '141426.968000', '141426.971000', '141426.973000', '141426.976000', '141426.979000', '141426.982000', '141426.985000', '141426.988000', '141426.991000', '141426.994000', '141426.997000', '141427.001000', '141427.003000', '141427.006000', '141427.009000', '141427.012000', '141427.015000', '141427.018000', '141427.021000', '141427.023000', '141427.026000', '141427.029000', '141427.032000', '141427.035000', '141427.038000', '141427.040000', '141427.043000', '141427.046000', '141427.049000', '141427.052000', '141427.055000', '141427.058000', '141427.060000', '141427.063000', '141427.066000', '141427.069000', '141427.072000', '141427.075000', '141427.077000', '141427.080000', '141427.083000', '141427.086000', '141446.962000', '141446.965000', '141446.968000', '141446.971000', '141446.973000', '141446.976000', '141446.979000', '141446.982000', '141446.985000', '141446.988000', '141446.991000', '141446.993000', '141446.996000', '141447.000000', '141447.003000', '141447.006000', '141447.009000', '141447.012000', '141447.015000', '141447.017000', '141447.025000', '141447.028000', '141447.031000', '141447.033000', '141447.036000', '141447.039000', '141447.042000', '141447.045000', '141447.048000', '141447.051000', '141447.053000', '141447.056000', '141447.059000', '141447.062000', '141447.065000', '141447.068000', '141447.070000', '141447.073000', '141447.076000', '141447.079000', '141447.082000', '141447.085000', '141447.088000', '141506.962000', '141506.965000', '141506.968000', '141506.971000', '141506.973000', '141506.976000', '141506.979000', '141506.982000', '141506.985000', '141506.988000', '141506.991000', '141506.993000', '141506.996000', '141507.000000', '141507.003000', '141507.006000', '141507.009000', '141507.012000', '141507.015000', '141507.017000', '141507.020000', '141507.023000', '141507.026000', '141507.029000', '141507.032000', '141507.034000', '141507.037000', '141507.040000', '141507.043000', '141507.046000', '141507.049000', '141507.052000', '141507.055000', '141507.057000', '141507.060000', '141507.063000', '141507.066000', '141507.069000', '141507.072000', '141507.075000', '141507.077000', '141507.080000', '141507.083000', '141507.086000', '141526.962000', '141526.965000', '141526.968000', '141526.971000', '141526.974000', '141526.977000', '141526.980000', '141526.983000', '141526.986000', '141526.989000', '141526.992000', '141526.994000', '141526.998000', '141527.001000', '141527.004000', '141527.007000', '141527.010000', '141527.013000', '141527.016000', '141527.019000', '141527.022000', '141527.025000', '141527.028000', '141527.030000', '141527.033000', '141527.036000', '141527.053000', '141527.058000', '141527.061000', '141527.064000', '141527.067000', '141527.070000', '141527.074000', '141527.077000', '141527.080000', '141527.083000', '141527.086000', '141527.089000', '141527.092000', '141527.095000', '141527.098000', '141527.101000', '141527.104000', '141546.963000', '141546.975000', '141546.978000', '141546.981000', '141546.984000', '141546.987000', '141546.989000', '141546.992000', '141546.995000', '141546.998000', '141547.002000', '141547.005000', '141547.008000', '141547.011000', '141547.013000', '141547.016000', '141547.019000', '141547.022000', '141547.025000', '141547.028000', '141547.030000', '141547.033000', '141547.036000', '141547.039000', '141547.042000', '141547.045000', '141547.048000', '141547.050000', '141547.053000', '141547.056000', '141547.059000', '141547.062000', '141547.065000', '141547.068000', '141547.071000', '141547.073000', '141547.076000', '141547.079000', '141547.082000', '141547.085000', '141547.088000', '141547.091000', '141547.093000', '141547.096000', '141606.963000', '141606.966000', '141606.969000', '141606.972000', '141606.975000', '141606.977000', '141606.980000', '141606.983000', '141606.986000', '141606.989000', '141606.992000', '141606.995000', '141606.997000', '141607.001000', '141607.004000', '141607.007000', '141607.010000', '141607.013000', '141607.016000', '141607.019000', '141607.021000', '141607.024000', '141607.027000', '141607.030000', '141607.033000', '141607.036000', '141607.039000', '141607.042000', '141607.044000', '141607.047000', '141607.050000', '141607.053000', '141607.056000', '141607.059000', '141607.061000', '141607.064000', '141607.067000', '141607.070000', '141607.073000', '141607.076000', '141607.079000', '141607.081000', '141607.084000', '141626.963000', '141626.966000', '141626.969000', '141626.972000', '141626.975000', '141626.977000', '141626.980000', '141626.983000', '141626.986000', '141626.989000', '141626.992000', '141626.995000', '141626.998000', '141627.002000', '141627.004000', '141627.007000', '141627.010000', '141627.013000', '141627.016000', '141627.019000', '141627.022000', '141627.024000', '141627.027000', '141627.030000', '141627.033000', '141627.036000', '141627.039000', '141627.041000', '141627.044000', '141627.047000', '141627.050000', '141627.053000', '141627.056000', '141627.059000', '141627.061000', '141627.064000', '141627.067000', '141627.070000', '141627.073000', '141627.076000', '141627.079000', '141627.082000', '141627.084000', '141627.087000', '141646.962000', '141646.965000', '141646.968000', '141646.971000', '141646.974000', '141646.977000', '141646.980000', '141646.982000', '141646.985000', '141646.988000', '141646.991000', '141646.994000', '141646.997000', '141647.001000', '141647.004000', '141647.006000', '141647.009000', '141647.012000', '141647.015000', '141647.018000', '141647.021000', '141647.024000', '141647.027000', '141647.029000', '141647.032000', '141647.035000', '141647.038000', '141647.041000', '141647.044000', '141647.046000', '141647.049000', '141647.052000', '141647.055000', '141647.058000', '141647.061000', '141647.064000', '141647.067000', '141647.070000', '141647.073000', '141647.075000', '141647.078000', '141647.081000', '141647.084000', '141706.962000', '141706.965000', '141706.968000', '141706.971000', '141706.974000', '141706.978000', '141706.981000', '141706.984000', '141706.998000', '141707.002000', '141707.005000', '141707.008000', '141707.011000', '141707.013000', '141707.016000', '141707.019000', '141707.022000', '141707.025000', '141707.028000', '141707.031000', '141707.033000', '141707.036000', '141707.039000', '141707.042000', '141707.045000', '141707.048000', '141707.051000', '141707.054000', '141707.056000', '141707.060000', '141707.063000', '141707.066000', '141707.069000', '141707.072000', '141707.074000', '141707.077000', '141707.080000', '141707.083000', '141707.086000', '141707.089000', '141707.092000', '141707.094000', '141707.097000', '141726.962000', '141726.965000', '141726.968000', '141726.971000', '141726.974000', '141726.977000', '141726.980000', '141726.982000', '141726.985000', '141726.988000', '141726.991000', '141726.994000', '141726.997000', '141727.000000', '141727.003000', '141727.006000', '141727.009000', '141727.012000', '141727.015000', '141727.018000', '141727.020000', '141727.023000', '141727.026000', '141727.029000', '141727.032000', '141727.035000', '141727.038000', '141727.041000', '141727.043000', '141727.046000', '141727.049000', '141727.052000', '141727.055000', '141727.058000', '141727.061000', '141727.064000', '141727.066000', '141727.069000', '141727.072000', '141727.075000', '141727.078000', '141727.081000', '141727.084000', '141727.086000', '141746.963000', '141746.966000', '141746.969000', '141746.972000', '141746.975000', '141746.978000', '141746.981000', '141746.984000', '141746.987000', '141746.989000', '141746.992000', '141746.995000', '141746.998000', '141747.001000', '141747.004000', '141747.007000', '141747.009000', '141747.012000', '141747.015000', '141747.018000', '141747.021000', '141747.024000', '141747.027000', '141747.030000', '141747.032000', '141747.035000', '141747.038000', '141747.041000', '141747.044000', '141747.047000', '141747.050000', '141747.052000', '141747.055000', '141747.058000', '141747.061000', '141747.064000', '141747.067000', '141747.069000', '141747.072000', '141747.075000', '141747.078000', '141747.081000', '141747.084000', '141806.963000', '141806.966000', '141806.969000', '141806.972000', '141806.975000', '141806.978000', '141806.981000', '141806.983000', '141806.986000', '141806.989000', '141806.992000', '141806.995000', '141806.998000', '141807.002000', '141807.004000', '141807.007000', '141807.010000', '141807.013000', '141807.016000', '141807.019000', '141807.022000', '141807.025000', '141807.027000', '141807.030000', '141807.033000', '141807.036000', '141807.039000', '141807.042000', '141807.044000', '141807.047000', '141807.050000', '141807.053000', '141807.056000', '141807.059000', '141807.062000', '141807.065000', '141807.068000', '141807.071000', '141807.073000', '141807.076000', '141807.079000', '141807.082000', '141807.085000', '141807.088000', '141826.963000', '141826.966000', '141826.969000', '141826.972000', '141826.975000', '141826.978000', '141826.980000', '141826.983000', '141826.986000', '141826.989000', '141826.993000', '141826.996000', '141826.998000', '141827.002000', '141827.005000', '141827.008000', '141827.011000', '141827.014000', '141827.017000', '141827.020000', '141827.022000', '141827.025000', '141827.028000', '141827.031000', '141827.034000', '141827.037000', '141827.040000', '141827.042000', '141827.045000', '141827.048000', '141827.051000', '141827.054000', '141827.057000', '141827.076000', '141827.079000', '141827.082000', '141827.084000', '141827.087000', '141827.090000', '141827.093000', '141827.097000', '141827.101000', '141827.103000', '141846.963000', '141846.966000', '141846.969000', '141846.971000', '141846.975000', '141846.977000', '141846.980000', '141846.983000', '141846.986000', '141846.989000', '141846.992000', '141846.995000', '141846.998000', '141847.001000', '141847.004000', '141847.007000', '141847.010000', '141847.013000', '141847.016000', '141847.019000', '141847.022000', '141847.024000', '141847.027000', '141847.030000', '141847.033000', '141847.036000', '141847.039000', '141847.042000', '141847.045000', '141847.047000', '141847.050000', '141847.053000', '141847.056000', '141847.059000', '141847.062000', '141847.065000', '141847.068000', '141847.070000', '141847.073000', '141847.076000', '141847.079000', '141847.082000', '141847.085000', '141847.088000', '141906.962000', '141906.965000', '141906.968000', '141906.971000', '141906.976000', '141906.978000', '141906.982000', '141906.985000', '141906.988000', '141906.990000', '141906.993000', '141906.996000', '141907.000000', '141907.006000', '141907.009000', '141907.012000', '141907.015000', '141907.018000', '141907.021000', '141907.024000', '141907.027000', '141907.029000', '141907.032000', '141907.035000', '141907.038000', '141907.041000', '141907.044000', '141907.047000', '141907.050000', '141907.052000', '141907.055000', '141907.058000', '141907.061000', '141907.064000', '141907.067000', '141907.069000', '141907.072000', '141907.075000', '141907.078000', '141907.081000', '141907.084000', '141907.087000', '141907.089000', '141926.962000', '141926.965000', '141926.968000', '141926.971000', '141926.974000', '141926.977000', '141926.979000', '141926.982000', '141926.985000', '141926.988000', '141926.991000', '141926.994000', '141926.997000', '141927.001000', '141927.003000', '141927.006000', '141927.009000', '141927.012000', '141927.015000', '141927.018000', '141927.021000', '141927.024000', '141927.026000', '141927.029000', '141927.032000', '141927.035000', '141927.038000', '141927.041000', '141927.044000', '141927.046000', '141927.049000', '141927.052000', '141927.055000', '141927.058000', '141927.061000', '141927.064000', '141927.067000', '141927.069000', '141927.072000', '141927.075000', '141927.078000', '141927.081000', '141927.084000', '141927.087000', '141946.962000', '141946.965000', '141946.968000', '141946.971000', '141946.974000', '141946.977000', '141946.980000', '141946.982000', '141946.985000', '141946.988000', '141946.991000', '141946.994000', '141946.997000', '141947.000000', '141947.003000', '141947.006000', '141947.009000', '141947.012000', '141947.015000', '141947.018000', '141947.020000', '141947.023000', '141947.026000', '141947.029000', '141947.032000', '141947.036000', '141947.039000', '141947.042000', '141947.044000', '141947.047000', '141947.050000', '141947.054000', '141947.056000', '141947.059000', '141947.062000', '141947.065000', '141947.068000', '141947.071000', '141947.074000', '141947.077000', '141947.079000', '141947.082000', '141947.085000', '141956.272000', '141956.276000', '141956.279000', '141956.282000', '141956.291000', '141956.294000', '141956.297000', '141956.300000', '141956.303000', '141956.306000', '141956.309000', '141956.311000', '141956.314000', '141956.317000', '141956.320000', '141956.323000', '141956.326000', '141956.329000', '141956.332000', '141956.335000', '141956.338000'], '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': [14295, 21607, 15643, 16346, 14392, 10417, 16623, 10144, 17334, 13342, 21011, 15456, 8472, 15965, 11604, 14178, 12401, 13024, 13319, 8245, 15587, 10799, 14215, 11681, 11519, 13963, 9440, 15156, 11654, 14901, 12513, 16863, 13865, 9364, 15602, 11140, 14985, 12206, 13151, 13125, 10274, 15422, 11306, 15620, 12546, 16081, 13164, 19188, 14378, 12015, 13866, 9718, 15811, 11140, 15562, 13301, 13839, 13694, 8465, 15956, 12057, 16265, 13985, 19457, 14650, 10080, 14575, 9562, 15664, 10444, 16176, 13186, 16198, 12580, 14397, 13227, 12314, 14421, 8391, 16082, 10975, 13944, 11930, 14322, 12828, 9373, 15716, 9245, 15770, 10459, 15391, 13011, 16280, 13132, 7784, 14884, 8359, 15286, 11874, 16052, 12316, 8113, 14788, 9182, 15230, 10477, 17822, 12441, 16817, 12448, 11623, 14267, 9424, 15924, 12371, 16299, 13100, 15595, 12628, 13561, 14728, 8818, 15608, 12127, 15587, 13341, 14850, 13263, 9015, 15763, 10597, 15957, 11833, 15745, 13744, 10301, 15028, 9047, 15460, 9205, 15363, 13025, 18124, 12580, 12693, 13376, 8152, 15220, 9819, 15701, 12006, 14427, 12465, 9314, 14846, 9009, 15436, 12577, 19120, 12052, 14982, 12692, 12899, 14317, 9289, 15731, 11183, 15523, 11874, 14412, 13026, 8620, 15297, 10541, 12671, 11516, 12849, 11946, 8599, 14947, 10335, 15613, 11554, 16887, 12951, 19444, 13807, 20264, 13669, 10680, 14235, 8423, 15398, 11805, 15821, 11565, 7862, 13861, 8419, 14655, 11567, 15288, 11394, 14809, 12363, 15653, 13198, 17131, 13168, 10081, 15518, 10597, 16043, 11748, 15181, 13540, 11076, 14762, 9995, 15550, 11598, 15346, 12608, 16976, 13420, 17998, 12747, 8095, 14721, 10286, 15112, 11356, 15312, 12989, 7883, 14507, 9628, 15176, 11425, 14829, 12731, 18751, 11870, 13466, 13025, 12147, 14385, 12337, 15027, 10920, 15752, 10798, 9941, 12996, 8395, 14629, 9316, 15195, 11446, 14129, 12270, 9154, 14317, 10343, 15221, 11509, 15741, 11890, 15449, 12304, 13810, 12798, 8711, 15220, 10566, 11269, 10323, 9272, 11684, 12473, 9777, 7855, 15391, 15349, 13772, 19722, 12302, 15269, 13052, 9387, 15691, 9670, 21055, 14019, 21547, 16457, 22399, 19013, 19492, 14348, 15538, 15438, 9732, 16699, 9697, 16202, 12151, 14254, 12722, 8098, 14996, 11364, 10422, 13456, 7821, 15052, 11461, 8865, 14034, 9562, 15030, 11826, 15673, 11844, 8662, 14637, 9936, 12668, 11894, 8090, 14029, 9653, 14926, 12633, 8312, 15493, 11173, 15318, 13075, 10424, 15168, 9591, 20341, 12977, 8819, 15766, 11182, 11886, 13646, 8340, 15361, 11498, 19074, 12151, 8239, 15868, 11401, 16578, 12610, 18429, 15072, 12129, 15181, 10647, 11827, 12489, 8232, 15265, 11642, 17389, 13049, 8057, 15671, 11985, 11021, 13405, 9202, 17863, 11731, 10926, 13446, 8499, 15398, 11370, 17677, 12623, 8740, 15362, 11003, 13415, 13359, 8807, 15345, 9659, 18562, 12888, 8052, 15285, 10957, 11919, 13413, 8567, 15245, 12546, 19253, 13375, 8323, 16359, 12734, 8646, 15225, 11576, 8054, 15271, 12599, 9851, 15355, 11316, 19699, 13350, 20106, 13197, 12850, 14383, 10419, 15211, 12793, 9119, 14763, 8871, 15174, 9107, 15880, 11959, 8228, 14350, 8388, 14884, 11991, 15040, 12965, 10219, 15161, 10357, 14814, 12582, 11126, 14339, 11833, 16506, 12982, 8109, 15148, 10889, 16863, 12894, 11817, 14867, 10191, 16105, 12377, 19584, 13371, 10597, 14940, 10460, 15831, 12524, 14325, 12884, 8585, 15989, 11215, 11423, 14026, 9069, 15595, 10323, 18927, 12796, 12441, 13477, 9472, 15455, 12453, 10425, 13666, 9602, 17958, 11631, 15753, 12494, 15493, 12462, 18680, 14296, 11520, 14289, 9198, 15038, 10926, 14217, 12332, 7964, 14766, 9644, 15133, 11651, 16209, 12107, 8809, 14556, 8641, 15373, 11705, 18361, 12609, 13862, 13055, 8098, 15868, 12564, 17116, 13017, 14031, 13536, 8742, 15605, 11218, 8597, 14220, 8156, 14886, 11122, 16123, 12189, 9930, 12903, 7885, 14830, 10101, 15448, 9792, 20116, 11881, 12591, 13211, 7977, 15344, 9350, 15367, 12466, 10105, 13934, 9892, 15172, 11393, 13782, 12144, 8190, 15039, 10678, 14809, 12415, 17347, 12563, 18305, 14740, 11749, 14890, 10559, 13902, 12071, 11066, 13939, 8610, 14847, 11601, 17865, 12260, 9566, 14162, 8302, 15123, 9008, 15729, 12090, 16597, 12275, 7844, 14830, 9356, 15083, 12191, 16730, 12744, 7818, 14852, 10794, 15212, 12533, 17387, 13153, 12694, 13546, 8134, 14578, 11221, 12771, 22533, 18697, 15257, 10509, 8770, 13711, 11551, 9723, 14747, 9535, 15774, 12747, 19511, 16481, 10247, 19948, 15399, 18191, 20970, 16056, 18815, 20178, 14213, 11803, 17388, 13340, 8903, 17292, 14069, 8866, 17131, 13821, 9169, 12955, 13926, 12260, 8367, 16817, 11999, 8089, 15697, 11226, 11391, 16415, 10982, 7824, 15563, 10944, 8031, 15402, 10931, 9416, 15966, 10969, 7987, 14377, 11322, 8087, 15810, 11267, 15185, 15907, 10100, 12487, 13029, 8859, 17299, 11978, 15044, 13783, 10559, 15471, 13016, 10014, 16304, 13344, 8804, 18106, 14244, 9283, 17700, 12110, 9334, 15823, 9221, 17559, 11979, 14948, 15502, 11075, 11644, 14400, 10055, 17900, 13729, 13563, 15744, 11135, 21932, 16189, 9858, 16348, 11824, 8859, 16025, 11319, 18556, 14670, 9041, 15915, 11430, 13799, 12886, 8231, 15920, 12111, 15623, 13394, 9193, 14033, 12311, 8339, 15845, 12027, 8202, 15766, 10573, 8697, 15594, 12185, 8257, 16813, 12494, 11487, 21355, 14773, 9213, 16358, 12016, 16940, 13745, 9689, 21339, 12504, 8284, 16985, 12322, 11792, 14630, 9377, 17998, 14109, 8540, 16178, 12336, 9300, 15786, 10413, 18307, 15046, 9648, 15942, 11870, 13756, 14640, 8749, 16897, 13543, 16244, 15310, 11107, 10737, 14815, 10976, 15069, 12902, 8733, 16009, 12006, 19636, 15091, 9637, 16118, 11754, 8229, 16075, 12249, 16143, 14533, 10726, 13328, 12693, 8710, 17175, 12548, 14454, 14476, 10670, 18887, 12573, 8102, 16460, 12381, 17763, 12251, 8976, 15964, 11435, 8299, 15837, 11472, 17709, 13862, 11299, 17095, 11638, 8952, 15620, 11108, 17749, 13251, 14152, 15342, 12008, 13278, 13543, 9981, 15541, 12076, 9944, 17226, 13077, 10514, 8744, 16016, 11685, 16405, 12850, 9021, 17374, 12065, 10635, 15601, 10643, 19622, 15387, 22883, 17214, 13049, 19293, 11856, 8429, 16451, 12651, 14281, 14304, 9374, 17840, 12810, 8246, 15901, 12100, 9779, 15970, 10124, 17891, 12739, 15763, 15038, 10737, 14180, 12798, 9401, 16098, 12967, 8734, 17211, 12069, 7987, 16044, 11799, 15844, 14897, 11011, 15595, 13308, 9830, 17391, 13214, 8908, 18094, 12536, 7980, 17981, 14384, 10670, 14049, 12805, 10377, 16485, 15711, 11050, 11033, 15093, 9507], 'WindowCenter': [4819.0, 4826.0, 4779.0, 4776.0, 4755.0, 4722.0, 4761.0, 4712.0, 4762.0, 4741.0, 4770.0, 4739.0, 4668.0, 4745.0, 4718.0, 4738.0, 4732.0, 4730.0, 4739.0, 4681.0, 4750.0, 4722.0, 4751.0, 4731.0, 4732.0, 4752.0, 4703.0, 4750.0, 4733.0, 4752.0, 4744.0, 4760.0, 4752.0, 4703.0, 4751.0, 4721.0, 4751.0, 4732.0, 4743.0, 4744.0, 4724.0, 4764.0, 4724.0, 4761.0, 4743.0, 4751.0, 4744.0, 4772.0, 4753.0, 4732.0, 4740.0, 4701.0, 4749.0, 4721.0, 4762.0, 4742.0, 4741.0, 4741.0, 4682.0, 4751.0, 4731.0, 4761.0, 4753.0, 4762.0, 4751.0, 4700.0, 4738.0, 4700.0, 4750.0, 4712.0, 4750.0, 4741.0, 4750.0, 4731.0, 4740.0, 4741.0, 4731.0, 4740.0, 4682.0, 4761.0, 4722.0, 4740.0, 4732.0, 4752.0, 4742.0, 4702.0, 4750.0, 4691.0, 4748.0, 4713.0, 4750.0, 4741.0, 4750.0, 4730.0, 4671.0, 4749.0, 4682.0, 4751.0, 4732.0, 4760.0, 4732.0, 4681.0, 4752.0, 4702.0, 4752.0, 4713.0, 4761.0, 4731.0, 4750.0, 4730.0, 4720.0, 4750.0, 4690.0, 4752.0, 4731.0, 4748.0, 4741.0, 4751.0, 4729.0, 4738.0, 4739.0, 4690.0, 4748.0, 4731.0, 4750.0, 4740.0, 4751.0, 4741.0, 4691.0, 4750.0, 4710.0, 4748.0, 4731.0, 4750.0, 4741.0, 4701.0, 4750.0, 4691.0, 4749.0, 4702.0, 4749.0, 4730.0, 4759.0, 4729.0, 4728.0, 4729.0, 4671.0, 4749.0, 4701.0, 4751.0, 4731.0, 4740.0, 4731.0, 4691.0, 4750.0, 4693.0, 4752.0, 4731.0, 4760.0, 4729.0, 4740.0, 4731.0, 4730.0, 4740.0, 4690.0, 4749.0, 4709.0, 4749.0, 4732.0, 4740.0, 4728.0, 4681.0, 4748.0, 4712.0, 4740.0, 4733.0, 4743.0, 4734.0, 4693.0, 4752.0, 4713.0, 4762.0, 4733.0, 4761.0, 4731.0, 4771.0, 4742.0, 4768.0, 4740.0, 4698.0, 4739.0, 4679.0, 4748.0, 4720.0, 4749.0, 4719.0, 4682.0, 4739.0, 4693.0, 4751.0, 4732.0, 4752.0, 4731.0, 4751.0, 4732.0, 4750.0, 4741.0, 4760.0, 4731.0, 4700.0, 4738.0, 4698.0, 4749.0, 4721.0, 4750.0, 4740.0, 4718.0, 4739.0, 4701.0, 4748.0, 4721.0, 4750.0, 4731.0, 4750.0, 4741.0, 4758.0, 4729.0, 4669.0, 4737.0, 4710.0, 4748.0, 4721.0, 4749.0, 4741.0, 4671.0, 4749.0, 4702.0, 4750.0, 4731.0, 4751.0, 4743.0, 4761.0, 4720.0, 4728.0, 4730.0, 4718.0, 4740.0, 4730.0, 4739.0, 4709.0, 4748.0, 4710.0, 4698.0, 4740.0, 4682.0, 4752.0, 4701.0, 4752.0, 4722.0, 4740.0, 4730.0, 4703.0, 4752.0, 4711.0, 4752.0, 4721.0, 4749.0, 4720.0, 4750.0, 4731.0, 4740.0, 4731.0, 4681.0, 4752.0, 4753.0, 4739.0, 4725.0, 4701.0, 4729.0, 4743.0, 4725.0, 4697.0, 4777.0, 4778.0, 4812.0, 4787.0, 4734.0, 4752.0, 4741.0, 4702.0, 4751.0, 4701.0, 4770.0, 4728.0, 4760.0, 4736.0, 4747.0, 4746.0, 4735.0, 4714.0, 4711.0, 4710.0, 4662.0, 4710.0, 4661.0, 4709.0, 4690.0, 4700.0, 4700.0, 4644.0, 4723.0, 4705.0, 4695.0, 4716.0, 4660.0, 4738.0, 4708.0, 4678.0, 4727.0, 4690.0, 4738.0, 4731.0, 4750.0, 4732.0, 4682.0, 4750.0, 4703.0, 4731.0, 4732.0, 4673.0, 4751.0, 4715.0, 4753.0, 4734.0, 4685.0, 4762.0, 4725.0, 4753.0, 4744.0, 4714.0, 4753.0, 4703.0, 4773.0, 4742.0, 4694.0, 4761.0, 4724.0, 4733.0, 4743.0, 4683.0, 4753.0, 4734.0, 4774.0, 4731.0, 4684.0, 4762.0, 4734.0, 4763.0, 4744.0, 4773.0, 4752.0, 4720.0, 4751.0, 4711.0, 4721.0, 4732.0, 4683.0, 4751.0, 4721.0, 4763.0, 4741.0, 4672.0, 4751.0, 4733.0, 4723.0, 4743.0, 4703.0, 4771.0, 4732.0, 4722.0, 4740.0, 4693.0, 4752.0, 4722.0, 4762.0, 4732.0, 4683.0, 4750.0, 4711.0, 4731.0, 4741.0, 4691.0, 4750.0, 4702.0, 4759.0, 4730.0, 4670.0, 4749.0, 4711.0, 4720.0, 4741.0, 4682.0, 4750.0, 4732.0, 4761.0, 4731.0, 4682.0, 4763.0, 4743.0, 4693.0, 4750.0, 4722.0, 4687.0, 4763.0, 4744.0, 4713.0, 4753.0, 4724.0, 4772.0, 4743.0, 4771.0, 4732.0, 4730.0, 4740.0, 4710.0, 4739.0, 4729.0, 4691.0, 4740.0, 4691.0, 4751.0, 4693.0, 4751.0, 4721.0, 4681.0, 4739.0, 4683.0, 4751.0, 4734.0, 4753.0, 4743.0, 4712.0, 4750.0, 4713.0, 4750.0, 4744.0, 4725.0, 4753.0, 4734.0, 4762.0, 4743.0, 4684.0, 4751.0, 4726.0, 4773.0, 4745.0, 4734.0, 4753.0, 4714.0, 4763.0, 4734.0, 4773.0, 4743.0, 4713.0, 4751.0, 4713.0, 4751.0, 4733.0, 4751.0, 4733.0, 4683.0, 4752.0, 4721.0, 4722.0, 4742.0, 4692.0, 4752.0, 4714.0, 4762.0, 4732.0, 4721.0, 4729.0, 4702.0, 4750.0, 4733.0, 4724.0, 4744.0, 4703.0, 4763.0, 4723.0, 4752.0, 4732.0, 4742.0, 4732.0, 4761.0, 4739.0, 4720.0, 4740.0, 4690.0, 4738.0, 4722.0, 4741.0, 4732.0, 4672.0, 4751.0, 4702.0, 4751.0, 4722.0, 4762.0, 4732.0, 4693.0, 4740.0, 4682.0, 4751.0, 4730.0, 4761.0, 4732.0, 4730.0, 4729.0, 4672.0, 4749.0, 4731.0, 4750.0, 4731.0, 4740.0, 4730.0, 4681.0, 4749.0, 4720.0, 4683.0, 4738.0, 4672.0, 4751.0, 4724.0, 4750.0, 4732.0, 4702.0, 4730.0, 4672.0, 4742.0, 4711.0, 4753.0, 4701.0, 4762.0, 4720.0, 4718.0, 4729.0, 4660.0, 4738.0, 4691.0, 4739.0, 4721.0, 4700.0, 4739.0, 4702.0, 4739.0, 4723.0, 4743.0, 4733.0, 4683.0, 4753.0, 4713.0, 4742.0, 4733.0, 4763.0, 4733.0, 4762.0, 4741.0, 4720.0, 4739.0, 4700.0, 4728.0, 4720.0, 4710.0, 4740.0, 4683.0, 4741.0, 4721.0, 4760.0, 4722.0, 4691.0, 4740.0, 4670.0, 4749.0, 4692.0, 4750.0, 4720.0, 4749.0, 4719.0, 4670.0, 4739.0, 4692.0, 4740.0, 4721.0, 4750.0, 4730.0, 4662.0, 4741.0, 4722.0, 4751.0, 4732.0, 4762.0, 4731.0, 4731.0, 4730.0, 4674.0, 4750.0, 4737.0, 4743.0, 4657.0, 4732.0, 4779.0, 4712.0, 4678.0, 4739.0, 4719.0, 4690.0, 4730.0, 4679.0, 4741.0, 4732.0, 4760.0, 4752.0, 4699.0, 4759.0, 4727.0, 4723.0, 4736.0, 4714.0, 4725.0, 4721.0, 4691.0, 4669.0, 4711.0, 4691.0, 4640.0, 4723.0, 4714.0, 4627.0, 4708.0, 4693.0, 4641.0, 4692.0, 4702.0, 4683.0, 4644.0, 4721.0, 4681.0, 4633.0, 4711.0, 4688.0, 4682.0, 4723.0, 4683.0, 4635.0, 4725.0, 4691.0, 4648.0, 4726.0, 4699.0, 4679.0, 4739.0, 4697.0, 4659.0, 4729.0, 4711.0, 4660.0, 4740.0, 4712.0, 4740.0, 4742.0, 4690.0, 4719.0, 4718.0, 4671.0, 4749.0, 4710.0, 4739.0, 4720.0, 4700.0, 4740.0, 4728.0, 4702.0, 4749.0, 4731.0, 4694.0, 4762.0, 4741.0, 4680.0, 4758.0, 4721.0, 4690.0, 4750.0, 4680.0, 4750.0, 4720.0, 4739.0, 4739.0, 4709.0, 4707.0, 4729.0, 4690.0, 4749.0, 4729.0, 4719.0, 4738.0, 4712.0, 4760.0, 4739.0, 4687.0, 4737.0, 4708.0, 4668.0, 4737.0, 4710.0, 4747.0, 4728.0, 4667.0, 4737.0, 4709.0, 4728.0, 4718.0, 4669.0, 4739.0, 4720.0, 4738.0, 4726.0, 4679.0, 4728.0, 4721.0, 4681.0, 4749.0, 4722.0, 4671.0, 4738.0, 4700.0, 4670.0, 4738.0, 4720.0, 4671.0, 4751.0, 4732.0, 4712.0, 4771.0, 4739.0, 4679.0, 4749.0, 4719.0, 4750.0, 4730.0, 4690.0, 4772.0, 4718.0, 4661.0, 4747.0, 4718.0, 4708.0, 4738.0, 4680.0, 4749.0, 4731.0, 4670.0, 4748.0, 4718.0, 4677.0, 4737.0, 4700.0, 4749.0, 4739.0, 4678.0, 4737.0, 4709.0, 4727.0, 4726.0, 4669.0, 4737.0, 4718.0, 4734.0, 4725.0, 4696.0, 4697.0, 4730.0, 4697.0, 4727.0, 4719.0, 4669.0, 4739.0, 4720.0, 4747.0, 4738.0, 4689.0, 4737.0, 4706.0, 4656.0, 4736.0, 4718.0, 4736.0, 4728.0, 4700.0, 4716.0, 4717.0, 4669.0, 4746.0, 4718.0, 4727.0, 4728.0, 4699.0, 4747.0, 4718.0, 4658.0, 4738.0, 4716.0, 4749.0, 4709.0, 4667.0, 4735.0, 4708.0, 4658.0, 4736.0, 4709.0, 4747.0, 4727.0, 4698.0, 4748.0, 4706.0, 4666.0, 4735.0, 4697.0, 4749.0, 4728.0, 4727.0, 4738.0, 4707.0, 4714.0, 4716.0, 4700.0, 4762.0, 4732.0, 4688.0, 4761.0, 4716.0, 4701.0, 4679.0, 4750.0, 4719.0, 4749.0, 4732.0, 4681.0, 4760.0, 4722.0, 4699.0, 4739.0, 4704.0, 4759.0, 4739.0, 4768.0, 4748.0, 4717.0, 4747.0, 4705.0, 4656.0, 4734.0, 4706.0, 4724.0, 4724.0, 4678.0, 4746.0, 4717.0, 4657.0, 4734.0, 4706.0, 4687.0, 4734.0, 4686.0, 4748.0, 4718.0, 4725.0, 4725.0, 4697.0, 4716.0, 4716.0, 4677.0, 4739.0, 4718.0, 4670.0, 4747.0, 4717.0, 4658.0, 4737.0, 4719.0, 4738.0, 4738.0, 4698.0, 4736.0, 4716.0, 4688.0, 4747.0, 4730.0, 4679.0, 4758.0, 4721.0, 4661.0, 4759.0, 4740.0, 4701.0, 4740.0, 4730.0, 4700.0, 4748.0, 4748.0, 4711.0, 4708.0, 4737.0, 4688.0], 'WindowWidth': [10494.0, 10500.0, 10416.0, 10405.0, 10370.0, 10321.0, 10374.0, 10303.0, 10376.0, 10343.0, 10391.0, 10336.0, 10240.0, 10339.0, 10307.0, 10336.0, 10332.0, 10329.0, 10340.0, 10262.0, 10354.0, 10319.0, 10360.0, 10333.0, 10334.0, 10360.0, 10294.0, 10356.0, 10336.0, 10361.0, 10352.0, 10373.0, 10362.0, 10293.0, 10357.0, 10318.0, 10359.0, 10333.0, 10352.0, 10355.0, 10326.0, 10381.0, 10325.0, 10377.0, 10350.0, 10363.0, 10354.0, 10394.0, 10364.0, 10332.0, 10340.0, 10289.0, 10352.0, 10319.0, 10374.0, 10349.0, 10345.0, 10343.0, 10263.0, 10357.0, 10330.0, 10373.0, 10364.0, 10378.0, 10358.0, 10285.0, 10336.0, 10286.0, 10354.0, 10305.0, 10357.0, 10344.0, 10359.0, 10329.0, 10340.0, 10343.0, 10331.0, 10342.0, 10263.0, 10371.0, 10318.0, 10344.0, 10333.0, 10361.0, 10347.0, 10291.0, 10354.0, 10275.0, 10350.0, 10307.0, 10354.0, 10343.0, 10357.0, 10327.0, 10248.0, 10352.0, 10267.0, 10357.0, 10333.0, 10373.0, 10332.0, 10264.0, 10359.0, 10293.0, 10364.0, 10307.0, 10376.0, 10330.0, 10357.0, 10325.0, 10313.0, 10354.0, 10273.0, 10362.0, 10327.0, 10353.0, 10344.0, 10358.0, 10327.0, 10335.0, 10337.0, 10273.0, 10349.0, 10328.0, 10355.0, 10341.0, 10357.0, 10344.0, 10275.0, 10353.0, 10300.0, 10349.0, 10332.0, 10357.0, 10344.0, 10287.0, 10352.0, 10273.0, 10351.0, 10292.0, 10353.0, 10325.0, 10369.0, 10323.0, 10320.0, 10322.0, 10248.0, 10354.0, 10288.0, 10358.0, 10331.0, 10342.0, 10328.0, 10275.0, 10355.0, 10280.0, 10362.0, 10330.0, 10373.0, 10324.0, 10341.0, 10329.0, 10327.0, 10341.0, 10271.0, 10350.0, 10295.0, 10353.0, 10331.0, 10342.0, 10324.0, 10262.0, 10350.0, 10305.0, 10342.0, 10336.0, 10350.0, 10339.0, 10282.0, 10361.0, 10309.0, 10375.0, 10336.0, 10375.0, 10333.0, 10388.0, 10347.0, 10385.0, 10339.0, 10279.0, 10335.0, 10257.0, 10348.0, 10311.0, 10354.0, 10310.0, 10265.0, 10338.0, 10282.0, 10358.0, 10333.0, 10362.0, 10331.0, 10359.0, 10333.0, 10357.0, 10344.0, 10371.0, 10329.0, 10284.0, 10335.0, 10280.0, 10350.0, 10315.0, 10358.0, 10342.0, 10308.0, 10337.0, 10287.0, 10350.0, 10316.0, 10354.0, 10329.0, 10356.0, 10344.0, 10367.0, 10321.0, 10242.0, 10330.0, 10297.0, 10350.0, 10318.0, 10355.0, 10343.0, 10249.0, 10352.0, 10292.0, 10356.0, 10333.0, 10360.0, 10350.0, 10374.0, 10313.0, 10323.0, 10326.0, 10307.0, 10340.0, 10327.0, 10340.0, 10295.0, 10349.0, 10298.0, 10282.0, 10340.0, 10264.0, 10360.0, 10292.0, 10360.0, 10319.0, 10342.0, 10328.0, 10294.0, 10360.0, 10302.0, 10362.0, 10315.0, 10355.0, 10313.0, 10356.0, 10329.0, 10341.0, 10332.0, 10262.0, 10360.0, 10385.0, 10355.0, 10328.0, 10288.0, 10323.0, 10352.0, 10332.0, 10294.0, 10405.0, 10410.0, 10480.0, 10418.0, 10338.0, 10360.0, 10342.0, 10291.0, 10359.0, 10287.0, 10388.0, 10320.0, 10376.0, 10329.0, 10354.0, 10343.0, 10325.0, 10291.0, 10283.0, 10279.0, 10214.0, 10279.0, 10212.0, 10277.0, 10251.0, 10266.0, 10266.0, 10195.0, 10301.0, 10282.0, 10268.0, 10296.0, 10228.0, 10332.0, 10291.0, 10250.0, 10314.0, 10269.0, 10334.0, 10329.0, 10355.0, 10332.0, 10263.0, 10354.0, 10292.0, 10329.0, 10332.0, 10253.0, 10357.0, 10314.0, 10365.0, 10338.0, 10271.0, 10375.0, 10326.0, 10365.0, 10351.0, 10309.0, 10363.0, 10294.0, 10396.0, 10346.0, 10281.0, 10372.0, 10324.0, 10334.0, 10348.0, 10268.0, 10365.0, 10339.0, 10397.0, 10330.0, 10269.0, 10372.0, 10337.0, 10378.0, 10352.0, 10396.0, 10360.0, 10312.0, 10357.0, 10301.0, 10315.0, 10330.0, 10265.0, 10357.0, 10316.0, 10381.0, 10343.0, 10251.0, 10358.0, 10335.0, 10324.0, 10349.0, 10295.0, 10389.0, 10333.0, 10317.0, 10340.0, 10279.0, 10358.0, 10320.0, 10376.0, 10334.0, 10265.0, 10353.0, 10302.0, 10330.0, 10341.0, 10274.0, 10353.0, 10290.0, 10368.0, 10327.0, 10244.0, 10349.0, 10301.0, 10313.0, 10340.0, 10262.0, 10355.0, 10331.0, 10372.0, 10327.0, 10264.0, 10378.0, 10347.0, 10279.0, 10353.0, 10318.0, 10279.0, 10378.0, 10352.0, 10309.0, 10362.0, 10322.0, 10388.0, 10346.0, 10389.0, 10331.0, 10325.0, 10337.0, 10298.0, 10337.0, 10322.0, 10271.0, 10339.0, 10273.0, 10355.0, 10277.0, 10357.0, 10312.0, 10261.0, 10336.0, 10265.0, 10355.0, 10337.0, 10365.0, 10350.0, 10305.0, 10354.0, 10306.0, 10356.0, 10350.0, 10326.0, 10361.0, 10336.0, 10378.0, 10349.0, 10269.0, 10357.0, 10329.0, 10394.0, 10354.0, 10337.0, 10362.0, 10308.0, 10377.0, 10337.0, 10395.0, 10350.0, 10306.0, 10357.0, 10305.0, 10357.0, 10334.0, 10359.0, 10335.0, 10266.0, 10360.0, 10315.0, 10318.0, 10344.0, 10276.0, 10361.0, 10309.0, 10375.0, 10331.0, 10313.0, 10322.0, 10289.0, 10354.0, 10333.0, 10324.0, 10350.0, 10292.0, 10379.0, 10318.0, 10361.0, 10330.0, 10345.0, 10330.0, 10376.0, 10337.0, 10311.0, 10336.0, 10269.0, 10333.0, 10316.0, 10344.0, 10330.0, 10248.0, 10356.0, 10291.0, 10355.0, 10319.0, 10376.0, 10332.0, 10279.0, 10341.0, 10262.0, 10356.0, 10326.0, 10372.0, 10330.0, 10325.0, 10322.0, 10247.0, 10351.0, 10326.0, 10357.0, 10329.0, 10340.0, 10325.0, 10258.0, 10350.0, 10310.0, 10266.0, 10336.0, 10250.0, 10357.0, 10321.0, 10355.0, 10330.0, 10289.0, 10325.0, 10250.0, 10344.0, 10302.0, 10364.0, 10287.0, 10376.0, 10309.0, 10305.0, 10319.0, 10228.0, 10333.0, 10274.0, 10336.0, 10312.0, 10284.0, 10334.0, 10289.0, 10337.0, 10320.0, 10349.0, 10335.0, 10265.0, 10361.0, 10305.0, 10345.0, 10333.0, 10376.0, 10333.0, 10377.0, 10341.0, 10308.0, 10333.0, 10282.0, 10320.0, 10310.0, 10297.0, 10337.0, 10264.0, 10340.0, 10313.0, 10371.0, 10314.0, 10271.0, 10337.0, 10242.0, 10352.0, 10275.0, 10354.0, 10311.0, 10351.0, 10307.0, 10243.0, 10335.0, 10276.0, 10341.0, 10315.0, 10355.0, 10325.0, 10236.0, 10341.0, 10317.0, 10356.0, 10330.0, 10374.0, 10330.0, 10327.0, 10324.0, 10254.0, 10352.0, 10349.0, 10354.0, 10162.0, 10333.0, 10419.0, 10306.0, 10254.0, 10336.0, 10310.0, 10270.0, 10324.0, 10249.0, 10343.0, 10328.0, 10371.0, 10358.0, 10279.0, 10366.0, 10315.0, 10300.0, 10330.0, 10289.0, 10300.0, 10299.0, 10251.0, 10216.0, 10281.0, 10249.0, 10179.0, 10300.0, 10287.0, 10155.0, 10269.0, 10250.0, 10179.0, 10253.0, 10267.0, 10242.0, 10190.0, 10292.0, 10238.0, 10174.0, 10279.0, 10256.0, 10240.0, 10300.0, 10244.0, 10183.0, 10304.0, 10264.0, 10205.0, 10308.0, 10277.0, 10250.0, 10331.0, 10273.0, 10223.0, 10318.0, 10295.0, 10226.0, 10338.0, 10302.0, 10336.0, 10340.0, 10266.0, 10303.0, 10302.0, 10240.0, 10348.0, 10293.0, 10332.0, 10305.0, 10279.0, 10338.0, 10317.0, 10285.0, 10351.0, 10325.0, 10279.0, 10373.0, 10339.0, 10255.0, 10363.0, 10311.0, 10268.0, 10349.0, 10252.0, 10352.0, 10309.0, 10332.0, 10332.0, 10293.0, 10287.0, 10319.0, 10266.0, 10348.0, 10319.0, 10304.0, 10329.0, 10298.0, 10367.0, 10333.0, 10259.0, 10327.0, 10288.0, 10233.0, 10324.0, 10292.0, 10346.0, 10318.0, 10231.0, 10326.0, 10291.0, 10317.0, 10300.0, 10239.0, 10331.0, 10308.0, 10330.0, 10311.0, 10252.0, 10319.0, 10311.0, 10260.0, 10350.0, 10315.0, 10244.0, 10332.0, 10280.0, 10241.0, 10335.0, 10309.0, 10243.0, 10358.0, 10329.0, 10301.0, 10385.0, 10334.0, 10251.0, 10350.0, 10306.0, 10354.0, 10323.0, 10268.0, 10389.0, 10302.0, 10228.0, 10342.0, 10302.0, 10290.0, 10329.0, 10255.0, 10350.0, 10325.0, 10241.0, 10345.0, 10303.0, 10246.0, 10326.0, 10281.0, 10349.0, 10334.0, 10247.0, 10329.0, 10291.0, 10314.0, 10310.0, 10235.0, 10330.0, 10302.0, 10319.0, 10307.0, 10267.0, 10271.0, 10318.0, 10274.0, 10315.0, 10304.0, 10238.0, 10332.0, 10309.0, 10346.0, 10333.0, 10265.0, 10329.0, 10284.0, 10215.0, 10325.0, 10304.0, 10327.0, 10315.0, 10277.0, 10298.0, 10298.0, 10237.0, 10341.0, 10304.0, 10315.0, 10314.0, 10275.0, 10344.0, 10300.0, 10220.0, 10328.0, 10297.0, 10348.0, 10291.0, 10232.0, 10323.0, 10286.0, 10222.0, 10323.0, 10289.0, 10345.0, 10314.0, 10274.0, 10345.0, 10283.0, 10229.0, 10320.0, 10272.0, 10349.0, 10318.0, 10315.0, 10331.0, 10286.0, 10294.0, 10297.0, 10283.0, 10376.0, 10333.0, 10260.0, 10370.0, 10299.0, 10282.0, 10254.0, 10352.0, 10310.0, 10352.0, 10330.0, 10260.0, 10370.0, 10315.0, 10281.0, 10334.0, 10287.0, 10367.0, 10337.0, 10379.0, 10348.0, 10298.0, 10348.0, 10282.0, 10214.0, 10319.0, 10283.0, 10304.0, 10304.0, 10249.0, 10342.0, 10299.0, 10218.0, 10321.0, 10284.0, 10257.0, 10318.0, 10254.0, 10344.0, 10301.0, 10308.0, 10310.0, 10271.0, 10297.0, 10295.0, 10245.0, 10334.0, 10304.0, 10240.0, 10344.0, 10300.0, 10223.0, 10328.0, 10308.0, 10331.0, 10330.0, 10275.0, 10327.0, 10297.0, 10262.0, 10343.0, 10322.0, 10251.0, 10364.0, 10310.0, 10229.0, 10368.0, 10338.0, 10285.0, 10339.0, 10327.0, 10284.0, 10347.0, 10346.0, 10297.0, 10291.0, 10329.0, 10263.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.04397416026344676</td></tr>
<tr><td colspan=3>aqi</td><td>0.09051956355653129</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.4429033175275</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0516724187362638</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8801679735494501</td></tr>
<tr><td colspan=3>efc</td><td>0.4752</td></tr>
<tr><td colspan=3>fber</td><td>6706.145</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11489598890140512</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.610318331503842</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.954589220469739</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7883652062474655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2411654681791386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.834236986982611</td></tr>
<tr><td colspan=3>gcor</td><td>0.00930584</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019185129553079605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03397337347269058</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8934065504748823</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>22.0115</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.824</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.506</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297649.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>799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.2122</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2039</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.3153</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3867.1826</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1053.5694</td></tr>
<tr><td colspan=3>tsnr</td><td>24.223540572216734</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>